/* Minification failed. Returning unminified contents.
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
(11,1): run-time error CSS1062: Expected semicolon or closing curly-brace, found '{'
(80,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(81,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(82,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(83,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(88,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(89,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(90,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(91,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(92,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(93,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(94,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(95,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(96,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(97,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(98,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(99,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(100,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(101,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
@import url('_toolkit/bootstrap.min.css');
@import url('_toolkit/all.css');
@import url('_toolkit/worksans.css');


.review-content-panel::-webkit-scrollbar {
    width: 0.3em;
    height: 9px;
    &-track;

{
    border-radius: 3px;
    box-shadow: inset 0 0 6px #000;
}

&-corner { /* this is where the horizontal and the vertical scrollbar overlap, you probably don't need this */
}

&-thumb {
    background-color: #000;
    border: 0px;
    border-radius: 0px;
}

}
.review-content-panel::-webkit-scrollbar-track {
    background: none;
}

.review-content-panel::-webkit-scrollbar-thumb {
    background: #9e9e9e;
    border-radius: 10px;
    /*	border: 1px solid #333;
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);*/
}


html {
    position: relative;
    height: 100%;
}

body {
    height: 100%;
    font-family: 'Work Sans', sans-serif;
    color: #6D7174;
    background-color: #FFFFFF;
}

b,
strong {
    font-weight: bolder;
}

.form-label,
.form-title {
    color: #6D7174;
    letter-spacing: 0.14px;
}

.form-control {
    height: 42px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
    letter-spacing: 0.19px;
    color: #223E5A;
    padding: .375rem;
}

    .form-control:focus {
        border-color: #223E5A;
        outline: 0;
        box-shadow: none;
    }


.btn {
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 1.125rem;
    --bs-btn-font-family: 'Work Sans', sans-serif;
    --bs-btn-font-weight: 400;
    border-radius: 4px;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #223E5A;
    --bs-btn-border-color: #223E5A;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #16385a;
    --bs-btn-hover-border-color: #16385a;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #16385a;
    --bs-btn-active-border-color: #16385a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #3d6c9c;
    --bs-btn-disabled-border-color: #3d6c9c;
}

.btn-primary:hover {
    background: #223E5A;
}

.btn:focus {
    outline: none;
}

.review-value-box {
    max-width:calc(100% - 20px);
}

/* Standerd Keybaord CSS - Code Start here */
.keyboard {
    background-color: #F9F9FB;
    min-height: 385px;
    padding: 15px;
    position: fixed;
    bottom: 0;
    right: 0;
    font-weight: 500;
}

.min-w-350px {
    min-width: 350px;
}

.paymentbreakdown-title {
    font-size: 20px;
    background-color: #f0f7fe !important;
}
.paymentaccordion .accordion-item {
    background-color: #f0f7fe !important;
}
.paymentaccordion .table>:not(caption)>*>* {
    background-color: #f0f7fe !important;
}

.paymentbreakdown-title:focus {
    box-shadow: none;
}

.alert-danger-label{
    color: #223E5A;
}

    .bg-radio-block {
        border: 1px solid #cee4fb;
        padding: 0 20px;
        width: 100%;
        color: #223E5A;
        min-height: 60px;
        align-items: center;
        justify-content: flex-start;
        display: flex;
        font-size: 20px;
        border-radius: 5px;
        cursor: pointer;
        background: #fdfeff 0% 0% no-repeat padding-box;
        transition: .33s all ease;
    }

.keyboard div {
    display: flex;
    justify-content: center;
}
    .keyboard input {
        margin: 10px;
        width: 166px;
        height: 80px;
        color: #223E5A;
        font-size: 24px;
        font-weight: 600;
        border: 0.25px solid #d3d8de;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 1px 1px 1px #F2F4F5;
    }

        .keyboard input:focus {
            border: 2px solid #D7DDE4;
            outline: none;
        }

        .keyboard input:active {
            background: #ffffff;
            border: 2px solid #3A95EF;
            color: #000;
        }

    .keyboard .ctrl {
        width: 250px;
        background-color: #fff;
    }

        .keyboard .ctrl:disabled {
            background-color: #f0f0f0;
        }

        .keyboard .ctrl:active {
            color: #000;
            border: 2px solid #3A95EF;
        }

        .keyboard .ctrl.back-space-btn {
            background: #fff url(../assets/images/back-space.svg) no-repeat center center;
            background-size: 50px;
            border: 1px solid #D7DDE4;
        }

#keyboard4.keyboard .ctrl.back-space-btn,
#keyboard1.keyboard .ctrl.back-space-btn,
#keyboard2.keyboard .ctrl.back-space-btn,
#keyboard7.keyboard .ctrl.back-space-btn,
#keyboard9.keyboard .ctrl.back-space-btn {
    background-size: 46px;
}

            .keyboard .ctrl.back-space-btn:active {
                color: #000;
                border: 2px solid #3A95EF;
            }

#keyboard1 .space-btn,
#keyboard2 .space-btn,
#keyboard3 .space-btn {
    width: 1050px !important;
}

.keyboard .capslock1.shift-btn {
    background: #fff url(../assets/images/ShiftBlue.svg) no-repeat center center;
    background-size: 55px;
    border: 3px solid #eee;
}

.keyboard .capslock2.shift-btn {
    background: #4493ed url(../assets/images/ShiftWhite.svg) no-repeat center center;
    background-size: 55px;
    border: 0;
}

#keyboard4 .spaceBarBig {
    width: 1058px;
}

#keyboard7 .spaceBarBig {
    width: 1015px;
}

.keyboard.hide {
    display: none;
}

#keyboard8 input,
#keyboard9 input,
#keyboard10 input,
#keyboard11 input,
#keyboard5 input,
#keyboard12 input {
    width: 214px;
    height: 136px;
    margin: 10px;
}

#keyboard8 #next:enabled,
#keyboard9 #next:enabled,
#keyboard10 #next:enabled,
#keyboard11 #next:enabled,
#keyboard5 #next:enabled,
#keyboard12 #next:enabled {
    color: #fff;
    background: #00C08B 0% 0% no-repeat padding-box;
    height: 136px;
    width: 214px;
    font-size: 24px;
    font-weight: 600;
    border: 0.25px solid #00C08B;
    border-radius: 4px;
}

.appointmentDob .btn-spinn, #keyboard10 .btn-spinn, #keyboard11 .btn-spinn {
    color: #fff;
    background: #00C08B 0% 0% no-repeat padding-box;
    height: 136px;
    width: 214px;
    font-size: 24px;
    font-weight: 600;
    border: 0.25px solid #00C08B;
    border-radius: 4px;
    margin: 10px;
    -webkit-border-radius: 5px;
}

.btn-spin {
    border: 2px solid #3A95EF;
    color: #3A95EF;
    background-color: #fff;
    box-shadow: 0px 3px 6px #D4D4D4;
    font-size: 24px;
    font-weight: 500 !important;
    height: 60px;
    width: 198px;
    border-radius: 4px;
}

.btn-spinn {
    background-color: #00C08B;
    color: #fff;
    height: 80px;
    width: 215px;
    font-size: 24px;
    border: none;
    margin: 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #F2F4F5;
    font-weight: 600;
}

    .btn-spinn:hover {
        background-color: #00C08B;
        color: #fff;
        border: none;
    }

#keygenerated, #DobKeyboard {
    min-height: 430px;
}
/* Standerd Keybaord CSS - Code End here */
.info-dialog {
    padding: 30px;
    min-width: 600px;
    border-radius: 4px;
    background-color: white;
    color: #6D7174;
    font-size: 30px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.overlay {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #223E5A;
    opacity: 0.25;
    filter: alpha(opacity=20);
    z-index: 0;
}

/* Welcome screen CSS - Code Start here */

.header-title {
    font-weight: 600;
    color: #223E5A;
    letter-spacing: 0.24px;
}

.page-title {
    color: #223E5A;
    font-weight: 500;
    letter-spacing: 0.19px;
}

.page-subtitle {
    font-weight: 500;
    color: #6D7174;
    letter-spacing: 0.17px;
}

.calender-icon {
    border: 0.5px solid #6D7174;
    border-radius: 4px;
}

.quote-text {
    color: #6D7174;
    text-transform: uppercase;
    letter-spacing: 0.19px;
}

.footer-label {
    letter-spacing: 0.12px;
    color: #6D7174;
    align-items: center;
    display: flex;
}

/* Welcome screen CSS - Code End here */

/*Rfid css*/
.rfid-card {
    width: 390px;
    min-height: 390px;
    background: #feed85;
    border-radius: 85px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 25px;
    /*margin-bottom: 100px;*/
}

    .rfid-card img {
        width: 150px;
    }

.rfid-text {
    color: #555347;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 25px;
}

.arrow-next {
    font-size: 55px;
    color: white;
    padding: 12px 15px;
    background: #0AE234;
    border-radius: 50%;
    margin-bottom: 90px;
    cursor: pointer;
}

/* Multiple appoinment screen CSS */

.user-img {
    border-radius: 4px;
}

.user-name {
    font-weight: 600;
}

.user-dob {
    font: normal normal normal 20px/34px Work Sans;
    letter-spacing: 0.12px;
    color: #6D7174;
}

.appoinment-card {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #3A95EF;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 26px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

    .appoinment-card .user-name {
        letter-spacing: 0.14px;
        color: #223E5A;
    }

    .appoinment-card .user-dob {
        letter-spacing: 0.12px;
        color: #6D7174;
    }

.frontdesk-text {
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.19px;
    color: #223E5A;
}

.topBar, .header {
    background: #F9F9FB;
    /*position: fixed;
    width: 100%;
    z-index: 99;*/
}

.exit-start, .back {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    line-height: 24px;
    color: #6D7174;
    cursor: pointer;
}

.exit-btn, .exit-end, .next {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #6D7174;
    cursor: pointer;
}

.vh-55 {
    height: 55vh !important;
}

.vh-50 {
    height: 50vh !important;
}

.form-control::placeholder {
    color: #223E5A;
    opacity: 0.4;
}

.dob-slash {
    font-size: 32px;
    line-height: 38px;
    display: flex;
    color: #223E5A;
    font-weight: 500;
    align-items: center;
    margin: 20px 20px 20px 20px;
}

.w-250px {
    width: 250px;
}

.w-225px {
    width: 225px;
}

.userwelcome-text,
.user-name {
    color: #223e5a;
    line-height: 33px;
    letter-spacing: 0.17px;
}

.btn-outline-secondary {
    letter-spacing: 0.14px;
    color: #223E5A;
    border: 1px solid #223E5A;
    border-radius: 4px;
}

/* progress bar css */
.progress[id^=statusBarDiv] {
    /*    position: fixed;*/
    width: 90%;
    margin: auto
    /*    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1032;
    overflow: visible;*/
}

.progress-bar {
    overflow: visible;
}

.progress-bar.bg-success {
    background-color: #00C08B !important;
}

.groupname-header {
    letter-spacing: 0.12px;
    color: #223E5A;
    margin-left: 0px;
}

/* Review CSS */
.review-title {
    letter-spacing: 0.14px;
    color: #223E5A;
}

.review-heading {
    letter-spacing: 0.12px;
    font-weight: 600;
    color: #223E5A;
    margin: 10px 0px;
}

.w-30px {
    width: 30px;
}

.h-30px {
    height: 30px;
}

.w-20px {
    width: 20px;
}

.h-20px {
    height: 20px;
}

.lh-20px {
    line-height:20px!important;
}

.review-content-panel{
    height: 65vh;
}

.review-label,
.review-value-label, .review-subheading {
    letter-spacing: 0.12px;
    color: #223E5A;
    margin: 10px 0px;
}

.review-message{
    font-size:18px;
    color:#223E5A;
    letter-spacing: 0.14px;
    padding:10px 35px;
}

.max-height-65vh {
    max-height: 65vh;
}

.border-bottom {
    border-bottom: 1px solid #f5f4f4 !important
}

.header-border-bottom {
    border-bottom: 1px solid #e3e5e5 !important;
}

/* Patient Intake css */
.subgroup-container {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.field-label {
    color: #6D7174;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.14px;
    margin-bottom: 35px;
}

.field-btn-radio,
.field-checkbox-list {
    width: 100%;
    margin-bottom: 20px;
}

    .field-btn-radio input,
    .field-checkbox-list input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .field-btn-radio .checkround,
    .field-checkbox-list .checkbox {
        display: none;
    }

        .field-btn-radio .checkround ~ span,
        .field-checkbox-list .checkbox ~ span {
            border: 1px solid #cee4fb;
            padding: 0 20px;
            width: 100%;
            color: #223E5A;
            min-height: 60px;
            align-items: center;
            justify-content: flex-start;
            display: flex;
            font-size: 20px;
            border-radius: 5px;
            cursor: pointer;
            background: #fdfeff 0% 0% no-repeat padding-box;
            transition: .33s all ease
        }

        .field-btn-radio .checkround ~ span {
            justify-content: space-between
        }

.checkround {
    position: relative;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    background-color: #fff;
    border-color: #3A95EF;
    margin-right: 0.35rem;
}

    .checkround:after {
        content: "";
        position: absolute;
        display: none;
    }

.field-btn-radio:hover .checked-icon {
    display: block !important;
    transition: .33s linear ease
}

.field-btn-radio input:checked ~ .checkround ~ span .checked-icon {
    display: block !important;
    transition: .3s all ease;
    color: #3A95EF;
}

.field-input,
.form-select {
    border: none;
    border-bottom: 1px solid #e4e5e5;
    background-color: transparent;
    border-radius: inherit;
    height: 48px;
    font-size: 32px;
    color: #223e5a;
    letter-spacing: .19px;
    font-weight: 500;
    padding-left: 5px;
    padding-top: 0;
    padding-bottom: 4px;
}

.field-input-sm,
.form-select-sm {
    border: none;
    border-bottom: 1px solid #e4e5e5;
    background-color: transparent;
    border-radius: inherit;
    color: #223e5a;
    font-size: 24px;
    height: 32px;
    line-height: 28px;
    letter-spacing: .14px;
    font-weight: 500;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 4px;
}

.field-label-sm {
    color: #6D7174;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .12px;
    font-weight: 400;
    margin-bottom: 16px;
}

.form-select:focus {
    box-shadow: none;
}

.consent-bd {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
   /* height: 550px;*/
    padding-top: 30px;
}

    .consent-bd .formsDiv {
        display: block;
        flex: 1 1 auto;
        overflow-y: auto;
        overflow-x: hidden;
        /*padding-right: 20px;*/
    }

    .consent-bd b,
    .consent-bd strong {
        font-weight: bolder;
        color: #223E5A;
    }

    .consent-bd * {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.12px;
    }

    .consent-bd input[type="checkbox"] + label span, .consent-bd input[type="checkbox"] + input + label span, .consent-bd input[type="radio"] + label span {
        display: inline-block;
        width: 22px;
        height: 22px;
        margin: 0 10px 2px 0;
        vertical-align: middle;
        border: 1px solid #3A95EF;
        border-radius: 3px;
        padding: 2px;
    }

    .consent-bd input[type="checkbox"]:checked + label span::after, .consent-bd input[type="checkbox"]:checked + input + label span::after {
        content: '';
        display: block;
        margin-left: 2px;
        margin-top: 3px;
        left: 5px;
        top: 6px;
        width: 13px;
        height: 7px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(-45deg);
    }

    .consent-bd input[type="checkbox"]:checked + label span, .consent-bd input[type="checkbox"]:checked + input + label span {
        border: 1px solid #0E94D9;
        background-color: #0E94D9;
    }

    .consent-bd input[type="checkbox"], .consent-bd input[type="radio"] {
        display: none !important;
    }

    .consent-bd input[type="checkbox"] + label, .consent-bd input[type="checkbox"] + input + label {
       font-size: 17px;
       font-weight: 400;
    }

    .consent-bd input[type="checkbox"] + label label, .consent-bd input[type="checkbox"] + label {
       display: inline;
    }

    .consent-bd input[type=radio]:checked + label, .consent-bd input[type=radio]:not(:checked) + label {
        position: relative;
        padding: 0 30px !important;
        cursor: pointer;
        line-height: 25px;
        display: inline-block;
        color: #3f4143;
        font-size: 17px;
        font-weight: normal
    }

    .consent-bd input[type=radio]:checked + label:before, .consent-bd input[type=radio]:not(:checked) + label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 1px;
        width: 22px;
        height: 22px;
        border-radius: 100%;
        background-color: transparent;
        border: 1px solid #0E94D9
    }

   .consent-bd input[type=radio]:checked + label:after, .consent-bd input[type=radio]:not(:checked) + label:after {
        content: "";
        position: absolute;
        top: 7px;
        left: 6px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #0E94D9
   }

    .consent-bd input[type=radio]:not(:checked) + label:after {
        opacity: 0;
        transform: scale(0)
    }

    .consent-bd input[type=radio]:not(:checked) + label:before {
        border: 1px solid #0E94D9
    }

    .consent-bd input[type=checkbox]:disabled + label span, .consent-bd input[type=radio][disabled] + label:before {
        border: 1px solid #CDD1D9
    }

    .consent-bd input[type=checkbox]:disabled + label, .consent-bd input[type=radio][disabled] + label {
        color: #cdd1d9;
        cursor: not-allowed
    }

/*Id-card css*/
.heading-label {
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.19px;
    color: #223E5A;
}

.ic-size {
    width: auto;
    border-radius: 10px;
}

    .ic-size.south {
        transform: rotate(180deg);
        -moz-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
    }

    .ic-size.north {
        transform: rotate(0deg);
        -moz-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
    }

.rotate-icon {
    position: absolute;
    right: 200px;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

    .rotate-icon img {
        transform: rotate(90deg);
        -moz-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
    }

    .rotate-icon.rotate-down img {
        transform: rotate(180deg);
        -moz-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
    }

/*option window css*/
.optionsBtn {
    cursor: pointer !important;
}

#optionsPanel {
    display: none;
}

.options-window {
    position: fixed;
    border-radius: 15px;
    width: 85%;
    height: 85%;
    top: 50%;
    left: 50%;
    padding: 16px 16px 50px;
    background-color: white;
    z-index: 1022;
    overflow: auto;
    /*text-align: center;*/
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.options-overlay {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    opacity: .70;
}

.pop-save {
    /*    font-size: 24px;
    background-color: #00BF6F;
    color: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: 0px 3px 6px 0px #D6D6D6;
    width: 198px;
    height: 60px;*/
    position: absolute;
    right: 40px;
    bottom: 40px;
}

/* Pagination Controls */
.paginationcontrols {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    text-align: center;
}

.paginationprev, .paginationnext {
    padding: 7px 30px;
    border: 1px solid #3A95EF;
    margin: 5px;
    color: #3A95EF !important;
    border-radius: 3px;
    font-size: 18px;
    text-decoration: none;
}

    .paginationprev.disabled, .paginationnext.disabled {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.5;
    }

.paginationpage {
    padding: 7px 20px;
    border: 1px solid #3A95EF;
    margin: 5px;
    color: #3A95EF;
    border-radius: 3px;
    font-size: 18px;
    text-decoration: none;
}

    .paginationpage.paginationactive {
        background: #00BF6F;
        color: #FFF !important;
        border: 1px solid #00BF6F !important;
    }
/* Pagination Controls */

.options-window .radio-inline, .options-window .checkbox-inline, .options-window .radio-inlinepopup {
    margin-left: 0px !important;
    padding: 5px;
    /*padding-left: 7px;*/
    /* margin-bottom: 20px;
    padding-right: 20px !important;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.options-window h1 {
    font-size: 24px;
}

.options-window input[type="checkbox"], .options-window input[type="radio"] {
    display: none;
}

.options-window .option-text-wrap label {
    white-space: normal;
}

.radio-inlinepopup input[type="radio"],
.radio-inlinepopup input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}

.options-window input[type="radio"] + label, .options-window input[type="checkbox"] + input + label, .options-window input[type="checkbox"] + label {
    font-size: 26px;
    color: #3F4143;
    align-items: center;
    display: flex;
}

    .options-window input[type="checkbox"] + label span, .options-window input[type="checkbox"] + input + label span, .options-window input[type="radio"] + label span {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: 0 10px 2px 0;
        vertical-align: middle;
        border: 2px solid #707980;
        border-radius: 2px;
        padding: 2px;
    }

.options-window input[type="checkbox"]:checked + label span::after, .options-window input[type="checkbox"]:checked + input + label span::after {
    content: '';
    display: block;
    width: 9px;
    height: 16px;
    border: solid #3F4143;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    margin-left: 7px;
    margin-top: 1px;
}

.options-window input[type="checkbox"]:checked + label, .options-window input[type="radio"]:checked + label {
    font-weight: 500;
}

.options-window input[type=radio]:checked + label, .options-window input[type=radio]:not(:checked) + label {
    position: relative;
    padding: 0 30px !important;
    cursor: pointer;
    line-height: 25px;
}

    .options-window input[type=radio]:checked + label:before, .options-window input[type=radio]:not(:checked) + label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 1px;
        width: 22px;
        height: 22px;
        border-radius: 100%;
        background-color: transparent;
        border: 1px solid #0E94D9
    }

    .options-window input[type=radio]:checked + label:after, .options-window input[type=radio]:not(:checked) + label:after {
        content: "";
        position: absolute;
        top: 7px;
        left: 6px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #0E94D9
    }

    .options-window input[type=radio]:not(:checked) + label:after {
        opacity: 0;
        transform: scale(0)
    }

    .options-window input[type=radio]:not(:checked) + label:before {
        border: 1px solid #0E94D9;
    }

.optionclose {
    position: absolute;
    right: 25px;
    top: 15px;
    width: 22px;
    height: 22px;
    /*opacity: 0.5;*/
    cursor: pointer;
}

    .optionclose:hover {
        opacity: 1;
        cursor: pointer;
    }

    .optionclose:before, .optionclose:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 33px;
        width: 2px;
        background-color: #707980;
    }

    .optionclose:before {
        transform: rotate(45deg);
    }

    .optionclose:after {
        transform: rotate(-45deg);
    }

.options-window .field-btn-radio:hover .checked-icon {
    display: none !important;
    transition: .33s linear ease
}

.min-height-90px {
    min-height: 90px !important;
}

.field-btn-radio input:checked ~ .checkround ~ span {
    border: 1px solid #3A95EF;
}

.bg-light-blue {
    background: rgba(58, 149, 239, 0.03);
    border: 1px solid rgba(58, 149, 239, 0.4);
}


.paymentPlan-popup {
    display: none;
}

.paymentPlan-popupSwipe {
    display: none;
    position: absolute;
    border-radius: 4px;
    width: 60%;
    height: auto;
    top: 50%;
    left: 50%;
    padding: 16px 16px;
    background-color: white;
    z-index: 1022;
    overflow: auto;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.w-100px {
    width: 100px;
}

.min-height-400px {
    min-height: 400px !important;
}

.w-18px {
    width: 18px;
}

.w-165px {
    width: 165px;
}

.btn-three-toggle {
    background: #f4f4f4;
    border-radius: 50px;
    padding: 2px;
}

    .btn-three-toggle .btn:active {
        background-color: #ffffff;
        border: 1px transparent;
    }

    .btn-three-toggle .btn-check:checked + .btn {
        background-color: #ffffff;
        border: 1px solid #ffffff;
        color: #223e5a;
        border-radius: 50px !important;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    }

    .btn-three-toggle .btn {
        border-radius: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 9;
        border: 0;
        box-shadow: none;
        border-radius: 50px !important;
        min-width: 70px;
        height: 35px;
        text-align: center;
    }

    .btn-three-toggle > .btn-three-toggle:not(:last-child) > .btn, .btn-three-toggle > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .btn-three-toggle .btn-yes:checked + .btn {
        color: #00BF6F;
    }

    .btn-three-toggle .btn-no:checked + .btn {
        color: #F24712;
    }

.min-width-100px {
    min-width: 100px !important;
}

.btn-three-toggle .btn-check:checked + .btn + .border-highlight:before {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    border: 1px solid #e1e1e1;
    border-radius: 40px;
}

.btn-three-toggle .btn-yes:checked + .btn + .border-highlight:before {
    border-color: #00BF6F;
}

.btn-three-toggle .btn-no:checked + .btn + .border-highlight:before {
    border-color: #F24712;
}

.btn-three-toggle-easy .btn {
    height: 60px;
}

input#timerinput {
    opacity: 0;
    height: 0px;
    font-size: 0px;
}

.disabled {
    background-color: #f0f0f0;
    color: #777;
    pointer-events: none;
}

/*face enrollment css*/
.face-img {
    width: 230px;
    height: 265px;
}

.corners {
    position: relative;
    width: 265px;
    padding: 20px;
    margin: 0 auto;
}

.corners .top, .corners .bottom {
    position: absolute;
    width: 32px;
    height: 32px;
    pointer-events: none;
}

.corners .top {
    top: 0;
    border-top: 3px solid rgba(109, 113, 116, 0.5);
}

.corners .bottom {
    bottom: 0;
    border-bottom: 3px solid rgba(109, 113, 116, 0.5);
}

.corners .left {
    left: 0;
    border-left: 3px solid rgba(109, 113, 116, 0.5);
}

.corners .right {
    right: 0;
    border-right: 3px solid rgba(109, 113, 116, 0.5);
}

/*Normal checkbox style*/
.field-radio, .field-checkbox {
    display: flex;
    align-items: center;
    text-align: left;
    position: relative;
    /* padding-left: 30px;*/
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 17px;
    color: #223E5A;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .field-radio input, .field-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        top: 4px;
        left: 4px;
    }

    .field-checkbox .checkbox {
        position: relative;
        top: 3px;
        left: 0;
        height: 20px;
        width: 20px;
        padding: 10px;
        border-style: solid;
        border-width: 1px;
        background-color: transparent;
        border-radius: 3px;
        border-color: #3A95EF;
        margin-right: 0.7rem;
    }

        .field-checkbox .checkbox:after {
            left: 5px;
            top: 6px;
            width: 10px;
            height: 5px;
            border-left: 2px solid #fff;
            border-bottom: 2px solid #fff;
            transform: rotate(-50deg);
        }

.checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

.field-radio input:checked ~ .checkround {
    background-color: #fff;
    border-color: #0E94D9;
}

.field-radio input:disabled ~ .checkround {
    background-color: #f0f0f0;
    cursor: auto;
    border-color: #9f9f9f;
}

.field-radio input:checked ~ .checkround + span {
    font-weight: 600;
}

.field-radio input:checked ~ .checkround:after {
    display: block;
}

.field-radio .checkround:after {
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0E94D9;
}

.field-radio.is-invalid .checkround {
    border-color: #F24712;
}

.field-checkbox input:checked ~ .checkbox {
    background-color: #0E94D9;
    border-color: #0E94D9;
}

    .field-checkbox input:checked ~ .checkbox + span {
        font-weight: 500;
    }

    .field-checkbox input:checked ~ .checkbox:after {
        display: block;
    }

.field-checkbox input:disabled ~ .checkbox {
    background-color: #f0f0f0;
    cursor: auto;
    border-color: #9f9f9f;
}

.field-checkbox.is-invalid .checkbox {
    border-color: #F24712;
}

.field-checkbox input:disabled ~ .checkbox {
    background-color: #f0f0f0;
    cursor: auto;
}


.cform-box {
   /* padding: 10px;*/
    height: 75vh;
    text-align: justify;
    overflow-x: hidden;
    overflow-y: auto;
    /*background-color: white;*/
    width: 100%;
}

.cform-box-half {
    height: 40vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.heading_label {
    color: #2D2D2D;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

/* language dropdown css */
.lang-dropdown {
    display: inline-block;
    position: relative;
    outline: none;
}

.dropbtn {
    padding: 0;
    cursor: pointer;
    transition: 0.35s ease-out;
}

.lang-dropdown .dropdown-content {
    position: absolute;
    top: 50%;
    background-color: #f7f7f7;
    min-width: 120%;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: 0.35s ease-out;
}

.lang-dropdown:focus .dropdown-content {
    outline: none;
    transform: translateY(20px);
    visibility: visible;
    opacity: 1;
}

/* mask to close menu by clicking on the button */
.lang-dropdown .db2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    display: none;
}

.lang-dropdown:focus .db2 {
    display: inline-block;
}

.lang-dropdown .db2:focus .dropdown-content {
    outline: none;
    visibility: hidden;
    opacity: 0;
}
/* End language dropdown css */

.QROverlay {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1021;
    width: 450px;
    height: 300px;
    border: 3px solid #fff;
    border-radius: 16px;
}

.eye-icon {
    width: 20px;
    position: absolute;
    right: 15px;
    top: 35px;
}

.redborder,
.redborder + label::before {
    border: 1px solid #fa4b3b !important;
}
.intakeformdetails .required:after, .required:after {
    content: " *";
    color: #e32;
    display: inline;
}

.overlay-dark {
    opacity: 0.95;
    background-color: #d4d4d4;
}

.table-height {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    height: auto;
    max-height: 25vh;
}

.table-height::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.table-height::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.table-height::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.w-50px {
    width: 50px;
}

#Biofaceimg {
    max-height: 400px;
}

@media (min-width: 1025px) and (max-width: 1079px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .captureQRcode video {
        height: 380px;
    }
}

.carddetails::-webkit-inner-spin-button, .carddetails::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

.carddetails {
    -moz-appearance: textfield; /* For Firefox */
}

.field-btn-radio input:disabled ~ .checkround ~ span {
    opacity: 0.5;
    background-color: #e1e1e1;
    border: 1px solid rgb(204, 204, 204) !important;
    cursor: inherit;
}

.field-btn-radio:hover input:disabled ~ .checkround ~ span .checked-icon {
    display: none !important;
    transition: .33s linear ease;
}

.field-btn-radio:hover input:checked:disabled ~ .checkround ~ span .checked-icon {
    display: block !important;
}

.countdown {
    position: relative;
    width: 50px;
    height: 50px;
}

.countdown svg {
    position: relative;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg); /* Rotate the circle to start from top */
}

.countdown circle {
    fill: none;
    stroke-width: 3;
    stroke: #e6e6e6; /* Background circle */
}

    .countdown .progress {
        stroke: #4caf50; /* Green Progress */
        stroke-dasharray: 126; /* Full circumference (2 * π * r) */
        stroke-dashoffset: 0; /* Start at full */
        transform-origin: right;
        transform: rotate(0deg); /* Ensures it starts at the top */
    }

    .countdown .time {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 16px;
        font-weight: bold;
    }
.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 {
    border: 1px solid #223e5a!important;
    background: #223e5a!important;
}
.ui-widget-header {
    border: 1px solid #223e5a !important;
    background: #223e5a !important;
    color: #fff !important;
}
    /*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
        border: 1px solid #ffffff!important;
        background: #ffffff!important;
    }*/
.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #ffffff !important;
    background: #ffffff !important;
    padding: .5em .2em;
    font-weight: 600 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active {
    border: 1px solid #223e5a !important;
    background: #223e5a !important;
}
.ui-datepicker td span, .ui-datepicker td a {
    text-align:center!important;
}
.ui-datepicker {
    width: 25em!important;
}
    .ui-widget-header .ui-icon {
    filter: brightness(0) invert(1);
}
.ui-datepicker .ui-datepicker-header {
    padding: .5em 0!important;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    top:8px!important;
}

.autochargeinstructions {
    font-size:20px;
}
