h1{
    color: #000;
    font-family: Helvetica;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 133.333% */
}

h4{
    margin-bottom:20px;
    color: #000;
    /* H4 */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 122.222% */

}

.setting-panel{
    margin-top:56px;
}

.setting-panel:first-of-type{
    margin-top:0px;
}


.demo-desc{
    color: #454F59;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    margin-top: 21px;
    margin-bottom:23px;
}


.littledark {
    color: #444;
    font-size: 12px;
    line-height: 20px;
}

a {
    color: #fb3311;
    cursor: pointer;
    text-decoration: none;
    caret-color: rgba(0, 0, 0, 0);
}

a.showcont {
    margin: 0;
    padding: 0 18px 0 0;
    clear: both;
    background: url(../img4/icons/caret-orange.svg) right no-repeat;
}

.editor p, .editor ul, .editor ol, .editor img {
    margin-bottom: 1em;
    font: inherit;
}

.editor ul {
    list-style: disc none;
    margin-left: 15px;
    margin-bottom: 1em;
    line-height: 20px;
}

.editor ul li{
    list-style: disc none;
}
fieldset {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}


.test-settings .page {
    float: left;
    margin-bottom: 48px;
}

.settings-box {
    margin-bottom: 16px;
    background-color: #fff;
    box-shadow: 0px 1px 3px rgba(0, 40, 77, .2);
    border-radius: 8px;
    min-height: 56px;
    width: 575px;
}




.assign-settings-container .accordion-toggle {
    width: 575px;
    padding: 8px 16px 8px 8px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 13px;
    min-height: 20px;
    position: relative;
}

.accordion-toggle.open, .accordion-toggle-overlay.open {
    background-position: 102.5% -3962px;
    background: none repeat scroll 0 0 #e4f1fb;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.accordion-toggle.closed, .accordion-toggle-overlay.closed {
    background-position: 102.5% -2632px;
}


.accordion-toggle.closed > .caret, .accordion-toggle-overlay.closed > .caret {
    background: url('../img4/icons/sprite.png?v=3') repeat scroll 0 -2653px rgba(0, 0, 0, 0);
    background-image: -webkit-image-set(url('../img4/icons/sprite.png?v=3') 1x, url('../img4/icons/sprite@2x.png?v=3') 2x, url('../img4/icons/sprite@3x.png?v=3') 3x);
    background-image: image-set(url('../img4/icons/sprite.png?v=3') 1x, url('../img4/icons/sprite@2x.png?v=3') 2x, url('../img4/icons/sprite@3x.png?v=3') 3x);
}

.accordion-toggle, .accordion-toggle-overlay {
    cursor: pointer;
}

.assign-settings-container .accordion-toggle .form-field-title {
    width: 220px;
    margin: 0px;
    text-align:left;
}

.field-group {
    display: block;
    margin-bottom: 20px;
    padding-right: 5px;
}

.field-group.leftpad {
    padding-left: 20px;
}

.form-field-title {
    display: inline-block;
    float: left;
    text-align: right;
    font-size: 14px;
    width: 125px;
    margin: 0px;
    margin-top: 3px;
    margin-right: 10px;
}


.settings-status {
    margin-right: initial;
    position: absolute;
    right: 49px;
    line-height: 20px;
    float: right;
    font-size: 12px;
    font-weight: 400;
    color: #6a7680;
}


.accordion-toggle > .caret, .accordion-toggle-overlay > .caret {
    margin-top: -7px;
    padding: 0 6px;
    position: absolute;
    right: 13px;
    top: 50%;
}


.settings-box .accordion-fold {
    background: none repeat scroll 0 0 #fff;
    padding: 18px 16px;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    clear: both;
    display: none;
}


.settings-box label {
    display: inline-flex;
    line-height: 30px;
    align-items: center;
    justify-content: end;
}

.assign-settings-container .settings-box.classmarker-monitor {
    position: relative;
    border-radius: 8px;
    margin-top: 48px;
    margin-bottom:72px;
}

.assign-settings-container .settings-box.classmarker-monitor::before{
    background: linear-gradient(90deg, #FB7311 50.07%, #FB3311 95.31%);
    width: 100%;
    position: absolute;
    top: 0px;
    height: 6px;
    content: "";
    margin: 0 auto;
    left: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    z-index: 1;
}



.assign-settings-container .settings-box.classmarker-monitor .accordion-toggle {
    padding: 18px 25px 8px 18px;
    height: 64px;
}

.assign-settings-container .settings-box.classmarker-monitor .accordion-toggle.open {
    background: #F6F6F8;
}

.assign-settings-container .settings-box.classmarker-monitor .accordion-toggle .classmarker-monitor-logo {
    color: #4f4f4f;
    width: 100%;
    display: flex;
    align-items: center;
    font-family: Inter;
    font-size: 18.88px;
    line-height: 22.84px;
    text-align: right;
    box-sizing: border-box;
}

.assign-settings-container .settings-box.classmarker-monitor .accordion-toggle .classmarker-monitor-logo img {
    margin-bottom: initial;
}

.assign-settings-container .settings-box.classmarker-monitor .accordion-toggle .caret {
    top: 57%;
}

.assign-settings-container hr {

    background: none repeat scroll 0 0 #dce1e5;
    border: medium none;
    height: 1px;
    margin-bottom: 20px;

}

#bottom{
    color: #454F59;
}
#bottom .c-btn{
    font-size: 13px;
}

#bottom h2{
    color: #000;
    margin-top:40px;
    margin-bottom:5px;
}
#bottom ul {
    margin-top:20px;
}
#bottom ul li{
    list-style: disc none;
    line-height: 20px;
    margin-bottom: 7px;
}

#bottom ul li ul  li{
    list-style: none;

    margin-bottom: 0px;
}




.tooltip {
    background-position: 0 -3550px;
    color: #000;
    cursor: help;
    display: inline-block;
    outline: medium none;
    position: relative;
    text-decoration: none;
    text-indent: -999em;
    width: 20px;
    height: 20px;
    margin-left: 8px;

    background-image: url(../img3/icons-sprite@3x.png);
    background-image: -webkit-image-set(url(../img4/icons/sprite.png?v=3) 1x, url(../img4/icons/sprite@2x.png?v=3) 2x, url(../img4/icons/sprite@3x.png?v=3) 3x);
    background-image: image-set(url(../img4/icons/sprite.png?v=3) 1x, url(../img4/icons/sprite@2x.png?v=3) 2x, url(../img4/icons/sprite@3x.png?v=3) 3x);
}

/*********    input  ***************/
select {
    border: 1px solid #dce1e5;
    border-radius: 4px;
    color: #000;
    height: 32px;
    line-height: initial !important;
    padding-left: 12px;
    padding-right: 32px;
    min-width: 70px;
    background-color: #fff;
    display: inline-block;
    font-family: inherit;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img4/icons/caret.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 50%;
}

select.time-selector {
    width: 64px;
}

input[type=text], input[type=number], input[type=password], textarea {
    border: 1px solid #dce1e5;
    border-radius: 4px;
    padding: 8px 16px;
    color: #000;
    line-height: 1.3em;
    height: 14px;
    font-size: 14px;
    caret-color: #000;
    font-family: Inter;
}

textarea {
    height: initial;
}

input[type=text], input[type=number], input[type=password] {
    height: 31px;
}

input[type=radio] {
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    top: 5px;
    margin-right: 8px;
}

input[type=radio]::before {
    content: url(../img4/icons/radio-button.svg);
    width: 20px;
    height: 20px;
}

input[type=radio]:checked::before {
    content: url(../img4/icons/radio-button-selected.svg);
}

input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    margin: 0px;
    font: inherit;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

input[type=checkbox]::before {
    content: url(../img4/icons/checkbox.svg);
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
}

input[type=checkbox]:checked::before {
    content: url(../img4/icons/checkbox-checked.svg);
}

.setting-panel .sceditor-container {
    width: 510px !important;
}

.assign-settings-container .settings-box.classmarker-monitor .accordion-fold .monitoring-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.assign-settings-container .settings-box.classmarker-monitor .accordion-fold .field-group{
    margin-bottom: 0px;
}
.assign-settings-container .settings-box.classmarker-monitor .accordion-fold .field-group .tab {
    margin-left: 168px !important;
}

.assign-settings-container .settings-box.classmarker-monitor .accordion-fold .field-group .form-field-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding-right: 6px;
}

.assign-settings-container .settings-box.classmarker-monitor .sceditor-container{
    width:500px !important;
}

.assign-settings-container .settings-box.classmarker-monitor .sceditorCharacterCount{
    height: 30px;
}

.settings-box.classmarker-monitor .learn-more-btn {
    position: absolute;
    display: inline-block;
    right: 16px;
    margin-left: 16px;
    font-size: 12px;
}

a.showcont {
    margin: 0;
    padding: 0 18px 0 0;
    clear: both;
    background: url(../../../img4/icons/caret-orange.svg) right no-repeat;
}

.margin-left-28{
    margin-left:28px;
}

#photo_verification:before{
    top: 0px;

}
#dotog_field-user-monitor-instructions, #dotog_field-camera-instructions{
    display: none;
}

#camera-monitoring-setup-area #field-camera-initial-photo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

#camera-monitoring-setup-area #field-camera-initial-photo .form-field-title {
    font-weight: 400;
    padding-right: 8px;
    margin-left: 28px;
    margin-right: 8px;
}


.badge-round{
    border-radius: 100px;
    background-color: #EDF0F2;
    color: #6A7680;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 20px;
    padding-left: 7px;
    padding-right: 7px;
    display: inline-flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.05em;
    height: 20px;
}

.badge-round.credit{
    color: #B47715;
    background-color: #FFF5D4;
    border-radius: 4px;
    letter-spacing: normal;
    margin-left: 5px;
}

.margin-left-56 {
    margin-left: 56px;
}



/**********************************************************************/

.clearheight5 {
    clear: both;
    height: 5px;
    width: auto;
}

.tab {
    margin-left: 135px !important;
}

.subTab {
    margin-left: 148px !important;
}

a.plus_symbol{
    font-size: 17px;
    font-weight: bold;
    margin-right: 5px;
    color: #838383;
    text-decoration: none;
}

.text-secondary {
    color: #6a7680;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

img.settings-previews {
    margin: 0 5px 0 7px;
    display: initial;
}

div.setting-preview-display-div {
    border: 1px solid #aaa;
    border-radius: 3px;
    box-shadow: 0 13px 16px #DCE1E5;
    animation-name: settingsPreview;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    z-index: 999;
}

.assign-settings-container .setting-icon {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    margin-right: 16px;
}

.assign-settings-container .essentials .setting-icon {
    background: #317eb8;
}

.assign-settings-container .before-test .setting-icon {
    background: #31b85f;
}

.assign-settings-container .after-test .setting-icon {
    background: #b8317a;
}


/* End JQM window */
/* End JQM window */
/* Start Tipsy NOTE: Same as in standard admin cm.css */
.tipsy {
    font-size: 13px;
    position: absolute;
    padding: 5px;
    z-index: 100000;
}

.tipsy-inner {
//border: 1px solid rgba(54, 61, 68, 0.9);
    max-width: 200px;
    padding: 10px;
    text-align: left;
    line-height: 1.2em;
    color: #FFFFFF;
    background: rgba(54, 61, 68, 1);

    /* Rounded corners */
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

    /* Shadow */
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}


.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 6px dashed rgba(54, 61, 68, 1);
}

/* Rules to colour arrows */
.tipsy-arrow-n {
    border-bottom-color: transparent;
}

.tipsy-arrow-s {
    border-top-color: transparent;
}

.tipsy-arrow-e {
    border-left-color: transparent;
}

.tipsy-arrow-w {
    border-right-color: transparent;
}

.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

/* End tipsy */

/**** DATE PICKER ***/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: transparent !important;
    border-bottom: 2px solid #FB3311 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover a {
    color: #FB3311 !important;
}

.ui-widget-header{
    position: relative;
    padding: .2em 0;
}
.ui-widget-content a {
    color: #6A7680; !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-image: none;
    border: none;
    background-color: transparent;
    border-radius:0px;
    text-align: center;
}

.ui-widget-content a.btn {
    color: #444444;
}

.ui-widget-content a.btn-create, .ui-widget-content a.btn-analytics, .ui-widget-content a.btn-results {
    color: white;
}

/********************/

.icon {
    height: 16px;
    width: 16px;
    display: inline-flex;
    margin: auto;
}

.icon.info {
    background: #F4F9FD url("../img4/icons/alert-information.svg") no-repeat;
    width: 16px;
    height: 16px;
}

.icon.test-m {
    background: url('../img4/icons/test-icon-medium.svg') no-repeat;
    width: 18px;
    height: 20px;
}

.icon.survey-m {
    background: url('../img4/icons/survey-icon-medium.svg') no-repeat;
    width: 18px;
    height: 20px;
}

.icon.test-m.grey {
    background: url('../img4/icons/test-icon-medium-gray.svg') no-repeat;

}

.icon.survey-m.grey {
    background: url('../img4/icons/survey-icon-medium-gray.svg') no-repeat;

}

.icon.archive {
    background: url('../img4/icons/archived.svg') no-repeat;
    width: 12px;
    height: 12px;
}

.icon.arrow-up {
    background: url('../img4/icons/arrow-up.svg') no-repeat;
    position: relative;
    top: 4px;
}

.icon.arrow-down {
    background: url('../img4/icons/arrow-up.svg') no-repeat;
    position: relative;
    transform: rotate(180deg);
    top: 4px;
}

.icon.arrow-left {
    background: url('../img4/icons/arrow-left.svg') no-repeat;
    position: relative;
    width: 8px;
    height: 13px;
}

.icon.arrow-right {
    background: url('../img4/icons/arrow-right.svg') no-repeat;
    position: relative;
    width: 8px;
    height: 13px;

}

.icon.arrow-fill-down-white {
    background: url('../img4/icons/arrow-down-fill-white.svg') no-repeat;
}

.icon.arrow-fill-down-black {
    background: url('../img4/icons/arrow-down-fill-black.svg') no-repeat;
}


.icon.arrow-fill-down-grey {
    background: url('../img4/icons/arrow-down-fill-grey.svg') no-repeat;
}

.icon.icon-sort {
    background: url('../img4/icons/icon-sort.svg') no-repeat;
    height: 20px;
    width: 20px;
}

.icon.feedback-correct {
/ / background: url('../img4/icons/feedback-correct.svg') no-repeat;
    height: 20px;
    width: 20px;
}

.icon.feedback-incorrect {
/ / background: url('../img4/icons/feedback-incorrect.svg') no-repeat;
    height: 20px;
    width: 20px;
}

.icon.feedback-missed {
/ / background: url('../img4/icons/feedback-missed.svg') no-repeat;
    height: 20px;
    width: 20px;
}

.icon.search {
    background: url('../img4/icons/icon-search.svg') no-repeat;
}

.icon.delete-grey {
    background: url('../img4/icons/icon-delete-grey.svg') no-repeat;
}

.icon.duplicate-grey {
    background: url('../img4/icons/icon-duplicate-grey.svg') no-repeat;
}

.icon.print-grey {
    background: url('../img4/icons/icon-print-grey.svg') no-repeat;
}

.icon.assign-group {
    background: url('../img4/icons/assign/assign-group.svg') no-repeat;
    width: 112px;
    height: 112px;
}

.icon.assign-link {
    background: url('../img4/icons/assign/assign-link.svg') no-repeat;
    width: 112px;
    height: 112px;
}

.icon.assign-success-tick {
    background: url('../img4/icons/assign/success-tick.svg') no-repeat;
    width: 152px;
    height: 152px;
}

.icon.assign-return-arrow {
    background: url('../img4/icons/assign/return_arrow.svg') no-repeat;
    width: 44px;
    height: 44px;
}

.icon.nav-menu-hori {
    background: url('../img4/icons/navigation-menu-horizontal.svg') no-repeat;
    width: 17px;
    height: 16px;
}

.icon.edit-test-icon {
    background: url('../img4/icons/test-settings/edit-test-icon.svg') no-repeat;
    width: 14px;
    height: 14px;
}

.icon.close {
    background: url('../img4/icons/close.svg') no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.icon.toggle-btn-down {
    background: url('../img4/icons/toggle-btn.svg') no-repeat;
    width: 17px;
    height: 16px;
    cursor: pointer;
    transform: rotate(0deg);
    transition: transform 100ms linear;
}

.icon.toggle-btn-up {
    background: url('../img4/icons/toggle-btn.svg') no-repeat;
    width: 17px;
    height: 16px;
    cursor: pointer;
    transform: rotate(180deg);
    transition: transform 100ms linear;
}

.icon.preview {
    background: url('../img4/icons/test-editor/icon-preview.svg') no-repeat;
    width: 16px;
    height: 16px;
}

.icon.browser-event-lost {
    background: url('../img4/icons/browser-event-lost.svg') no-repeat;
    width: 16px;
    height: 16px;
}

.icon.browser-event-return {
    background: url('../img4/icons/browser-event-return.svg') no-repeat;
    width: 16px;
    height: 16px;
}

.icon.browser-event-refresh {
    background: url('../img4/icons/browser-event-refresh.svg') no-repeat;
    width: 16px;
    height: 16px;
}

.icon.feedback.feedback-correct {
    background: url('../img4/icons/feedback-correct.svg') no-repeat;
    height: 20px;
    width: 20px;
}

.icon.feedback.feedback-incorrect {
    background: url('../img4/icons/feedback-incorrect.svg') no-repeat;
    height: 20px;
    width: 20px;
}

.icon.feedback.feedback-missed {
    background: url('../img4/icons/feedback-missed.svg') no-repeat;
    height: 20px;
    width: 20px;
}


.setting-icon .icon.calendar {
    background: url('../img4/icons/test-settings/calendar.svg') no-repeat;
}

.setting-icon .icon.score {
    background: url('../img4/icons/test-settings/score.svg') no-repeat;
}

.setting-icon .icon.timer {
    background: url('../img4/icons/test-settings/timer.svg') no-repeat;
    width: 17px;
    height: 19px;
}

.setting-icon .icon.randomize {
    background: url('../img4/icons/test-settings/random.svg') no-repeat;
}

.setting-icon .icon.language {
    background: url('../img4/icons/test-settings/language.svg') no-repeat;
}

.setting-icon .icon.lock {
    background: url('../img4/icons/test-settings/lock.svg') no-repeat;
}


.setting-icon .icon.theme {
    background: url('../img4/icons/test-settings/theme.svg') no-repeat;
    width: 18px;
    height: 17px;
}

.setting-icon .icon.tag-dollar {
    background: url('../img4/icons/test-settings/tag-dollar.svg') no-repeat;
    width: 18px;
    height: 17px;
}

.setting-icon .icon.user-info {
    background: url('../img4/icons/test-settings/user-info.svg') no-repeat;

}

.setting-icon .icon.question-speech-bubble {
    background: url('../img4/icons/test-settings/question-speech-bubble.svg') no-repeat;
    width: 15px;
    height: 14px;
}

.setting-icon .icon.info {
    background: url('../img4/icons/test-settings/info.svg') no-repeat;
    width: 17px;
    height: 17px;
}

.setting-icon .icon.synchronize-arrow {
    background: url('../img4/icons/test-settings/synchronize-arrow.svg') no-repeat;
}

.setting-icon .icon.button-pause {
    background: url('../img4/icons/test-settings/button-pause.svg') no-repeat;
}

.setting-icon .icon.common-file-double {
    background: url('../img4/icons/test-settings/common-file-double.svg') no-repeat;
}

.setting-icon .icon.check-2 {
    background: url('../img4/icons/test-settings/check-2.svg') no-repeat;
}

.setting-icon .icon.trophy {
    background: url('../img4/icons/test-settings/trophy.svg') no-repeat;
}

.setting-icon .icon.certificate {
    background: url('../img4/icons/test-settings/certificate.svg') no-repeat;
    width: 40px;
    height: 40px;
}

.setting-icon .icon.email {
    background: url('../img4/icons/test-settings/email.svg') no-repeat;
    width: 40px;
    height: 40px;
}

.setting-icon .icon.save-results {
    background: url('../img4/icons/test-settings/save-results.svg') no-repeat;
    width: 40px;
    height: 40px;
}

.setting-icon .icon.printer {
    background: url('../img4/icons/test-settings/printer.svg') no-repeat;
}


.setting-icon .icon.ip-address {
    background: url('../img4/icons/test-settings/ip-address.svg') no-repeat;
}

.setting-icon .icon.require-id {
    background: url('../img4/icons/test-settings/require-id.svg') no-repeat;
}


.setting-icon .icon.webhooks {
    background: url('../img4/icons/test-settings/webhooks.svg') no-repeat;
    width: 22px;
    height: 25px;
}


.setting-icon .icon.return-arrow {
    background: url('../img4/icons/test-settings/return-arrow.svg') no-repeat;
}

.setting-icon .icon.user-monitoring {
    background: url('../img4/icons/test-settings/user-monitoring.svg') no-repeat;
    width: 40px;
    height: 40px;
}

/******************  UTILITY  ****************/


.hide {
    display: none;
}

.color-black {
    color: #000 !important;
}