/* basic reset */

:root {
    --input-padding-x: .75rem;
    --input-padding-y: .75rem;

    --bs-primary: #446E9B;
    --bs-primary-rgb: 68,110,155;
    --bs-secondary: #999;
    --bs-secondary-rgb: 153,153,153;
    --bs-success: #3CB521;
    --bs-success-rgb: 60,181,33;
    --bs-info: #7a97ca;
    --bs-info-rgb: 122,151,202;
    --bs-warning: #D47500;
    --bs-warning-rgb: 212,117,0;
    --bs-danger: #CD0200;
    --bs-danger-rgb: 205,2,0;
    --bs-light: #eee;
    --bs-light-rgb: 238,238,238;
    --bs-dark: #333;
    --bs-dark-rgb: 51,51,51;
    --bs-body-color: #777;
    --bs-btn-bg: #446E98;
}

body {
    /*padding-top: 90px;*/
    /*padding-bottom: 90px;*/
    background: transparent;
    /*overflow: hidden;*/
}

/* headings */

.fs-title {
    font-size: 1.2rem;
    text-transform: uppercase;
    /*color: #2C3E50;*/
    margin-bottom: 0.5rem;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 0.75rem;
    /*color: #666;*/
    margin-bottom: 0.5rem;
}

/* progressbar */

#progressbar {
    margin-bottom: 0.75rem;
    overflow: hidden;
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: #666;
    text-transform: uppercase;
    font-size: 0.5625rem;
    width: 12.5%;
    float: left;
    position: relative;
    letter-spacing: 0.0625rem;
}

@media (max-width: 767px) {
    #progressbar li {
        font-size: 0rem;
        letter-spacing: 0rem;
    }
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: white;
    background: gray;
    border-radius: 8px;
    margin: 0 auto 10px auto;
}

/* progressbar connectors */

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: gray;
    position: absolute;
    left: -50%;
    top: 12px;
    z-index: -1;
}

#progressbar li:first-child:after {
    content: none;
}

/* marking active/completed steps blue */

/* The number of the step and the connector before it = blue */

#progressbar li.active:before, #progressbar li.active:after {
    background: #446e9b;
    color: white;
}

/* Login */

.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: auto;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group > input, .form-label-group > label {
    padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}

/* Footer */

.footer-clean {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.footer-clean .item.nonsocial {
    text-align: left;
}

.footer-clean .item.social {
    text-align: right;
}

@media (max-width: 767px) {
    .footer-clean {
        position: relative;
    }
}

@media (max-width: 767px) {
    .footer-clean .item.social, .footer-clean .item.nonsocial {
        text-align: center;
        padding-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .footer-clean {
        position: relative;
    }
}

@media (max-width: 991px) {
    .footer-clean .item.social, .footer-clean .item.nonsocial {
        text-align: center;
    }
}

.footer-clean .item.social > a {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-left: 10px;
    margin-top: 22px;
    color: inherit;
    opacity: 0.75;
}

.footer-clean .item.social > a:hover {
    opacity: 0.9;
}

@media (max-width: 991px) {
    .footer-clean .item.social > a {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .footer-clean .item.social > a {
        margin-top: 10px;
    }
}

.footer-clean .copyright {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 11px;
    opacity: 0.6;
}

/* calendar */

.fc-view-harness {
    background-color: #FFFFFF;
    opacity: 75%;
}

.fc-timegrid-event {
    font-size: .85em;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #ccd0d9;
}

.fc-timegrid-event .fc-event-time {
    margin-bottom: 0;
}

.h-event {
    opacity: .75;
}

.fc .fc-toolbar {
    font-size: 80%;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em;
}

.fc .fc-toolbar-title {
    font-size: 2rem;
}

.fc .fc-timegrid-col.fc-day-today {
    background-color: rgba(51, 102, 153, 0.15);
    background-color: var(--fc-today-bg-color, rgba(51, 102, 153, 0.15));
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(51, 102, 153, 0.15);
    background-color: var(--fc-today-bg-color, rgba(51, 102, 153, 0.15));
}

#calendar {
    max-width: 100%;
    margin: 0 auto;
}

/* Scheduled */

.bg-scheduled {
    background-color: #003366;
    border-color: #003366;
}

.btn-outline-scheduled {
    color: #003366;
    background-color: transparent;
    background-image: none;
    border-color: #003366;
}

.btn-outline-scheduled:hover {
    color: #fff;
    background-color: #003366;
    border-color: #003366;
}

.btn-outline-scheduled:focus, .btn-outline-scheduled.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 51, 102, 0.5);
}

.btn-outline-scheduled.disabled, .btn-outline-scheduled:disabled {
    color: #003366;
    background-color: transparent;
}

.btn-outline-scheduled:not(:disabled):not(.disabled):active, .btn-outline-scheduled:not(:disabled):not(.disabled).active, .show > .btn-outline-scheduled.dropdown-toggle {
    color: #fff;
    background-color: #003366;
    border-color: #003366;
}

.btn-outline-scheduled:not(:disabled):not(.disabled):active:focus, .btn-outline-scheduled:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-scheduled.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 51, 102, 0.5);
}

/* New Patient */

.bg-newpatient {
    background-color: #330066;
    border-color: #330066;
}

.text-newpatient {
    color: #330066;
}

.btn-outline-newpatient {
    color: #330066;
    background-color: transparent;
    background-image: none;
    border-color: #330066;
}

.btn-outline-newpatient:hover {
    color: #fff;
    background-color: #330066;
    border-color: #330066;
}

.btn-outline-newpatient:focus, .btn-outline-newpatient.focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 0, 102, 0.5);
}

.btn-outline-newpatient.disabled, .btn-outline-newpatient:disabled {
    color: #330066;
    background-color: transparent;
}

.btn-outline-newpatient:not(:disabled):not(.disabled):active, .btn-outline-newpatient:not(:disabled):not(.disabled).active, .show > .btn-outline-newpatient.dropdown-toggle {
    color: #fff;
    background-color: #330066;
    border-color: #330066;
}

.btn-outline-newpatient:not(:disabled):not(.disabled):active:focus, .btn-outline-newpatient:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-newpatient.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(51, 0, 102, 0.5);
}

.badge-newpatient {
    color: #fff;
    background-color: #330066;
}

.badge-newpatient[href]:hover, .badge-newpatient[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #330066;
}

/* Attended */

.bg-attended {
    background-color: #666666;
    border-color: #666666;
}

.btn-outline-attended {
    color: #666666;
    background-color: transparent;
    background-image: none;
    border-color: #666666;
}

.btn-outline-attended:hover {
    color: #fff;
    background-color: #666666;
    border-color: #666666;
}

.btn-outline-attended:focus, .btn-outline-attended.focus {
    box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}

.btn-outline-attended.disabled, .btn-outline-attended:disabled {
    color: #666666;
    background-color: transparent;
}

.btn-outline-attended:not(:disabled):not(.disabled):active, .btn-outline-attended:not(:disabled):not(.disabled).active, .show > .btn-outline-attended.dropdown-toggle {
    color: #fff;
    background-color: #666666;
    border-color: #666666;
}

.btn-outline-attended:not(:disabled):not(.disabled):active:focus, .btn-outline-attended:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-attended.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}

/* Cancelled */

.bg-cancelled {
    background-color: #006600;
    border-color: #006600;
}

.btn-outline-cancelled {
    color: #006600;
    background-color: transparent;
    background-image: none;
    border-color: #006600;
}

.btn-outline-cancelled:hover {
    color: #fff;
    background-color: #006600;
    border-color: #006600;
}

.btn-outline-cancelled:focus, .btn-outline-cancelled.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 0, 0.5);
}

.btn-outline-cancelled.disabled, .btn-outline-cancelled:disabled {
    color: #006600;
    background-color: transparent;
}

.btn-outline-cancelled:not(:disabled):not(.disabled):active, .btn-outline-cancelled:not(:disabled):not(.disabled).active, .show > .btn-outline-cancelled.dropdown-toggle {
    color: #fff;
    background-color: #006600;
    border-color: #006600;
}

.btn-outline-cancelled:not(:disabled):not(.disabled):active:focus, .btn-outline-cancelled:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-cancelled.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 102, 0, 0.5);
}

/* No Show */

.bg-noshow {
    background-color: #daa520;
    border-color: #daa520;
}

.btn-outline-noshow {
    color: #daa520;
    background-color: transparent;
    background-image: none;
    border-color: #daa520;
}

.btn-outline-noshow:hover {
    color: #fff;
    background-color: #daa520;
    border-color: #daa520;
}

.btn-outline-noshow:focus, .btn-outline-noshow.focus {
    box-shadow: 0 0 0 0.2rem rgba(218, 165, 32, 0.5);
}

.btn-outline-noshow.disabled, .btn-outline-noshow:disabled {
    color: #daa520;
    background-color: transparent;
}

.btn-outline-noshow:not(:disabled):not(.disabled):active, .btn-outline-noshow:not(:disabled):not(.disabled).active, .show > .btn-outline-noshow.dropdown-toggle {
    color: #fff;
    background-color: #daa520;
    border-color: #daa520;
}

.btn-outline-noshow:not(:disabled):not(.disabled):active:focus, .btn-outline-noshow:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-noshow.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(218, 165, 32, 0.5);
}

/* Block\Meeting */

.bg-meeting {
    background-color: #A0522D;
    border-color: #A0522D;
}

.btn-outline-meeting {
    color: #A0522D;
    background-color: transparent;
    background-image: none;
    border-color: #A0522D;
}

.btn-outline-meeting:hover {
    color: #fff;
    background-color: #A0522D;
    border-color: #A0522D;
}

.btn-outline-meeting:focus, .btn-outline-meeting.focus {
    box-shadow: 0 0 0 0.2rem rgba(160, 82, 45, 0.5);
}

.btn-outline-meeting.disabled, .btn-outline-meeting:disabled {
    color: #A0522D;
    background-color: transparent;
}

.btn-outline-meeting:not(:disabled):not(.disabled):active, .btn-outline-meeting:not(:disabled):not(.disabled).active, .show > .btn-outline-meeting.dropdown-toggle {
    color: #fff;
    background-color: #A0522D;
    border-color: #A0522D;
}

.btn-outline-meeting:not(:disabled):not(.disabled):active:focus, .btn-outline-meeting:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-meeting.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(160, 82, 45, 0.5);
}

/* Screening */

.bg-screen {
    background-color: #339999;
    border-color: #339999;
}

.text-screen {
    color: #339999;
}

.btn-outline-screen {
    color: #339999;
    background-color: transparent;
    background-image: none;
    border-color: #339999;
}

.btn-outline-screen:hover {
    color: #fff;
    background-color: #339999;
    border-color: #339999;
}

.btn-outline-screen:focus, .btn-outline-screen.focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 153, 153, 0.5);
}

.btn-outline-screen.disabled, .btn-outline-screen:disabled {
    color: #339999;
    background-color: transparent;
}

.btn-outline-screen:not(:disabled):not(.disabled):active, .btn-outline-screen:not(:disabled):not(.disabled).active, .show > .btn-outline-screen.dropdown-toggle {
    color: #fff;
    background-color: #339999;
    border-color: #339999;
}

.btn-outline-screen:not(:disabled):not(.disabled):active:focus, .btn-outline-screen:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-screen.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(51, 153, 153, 0.5);
}

/* Referral */

.bg-refer {
    background-color: #e680e6;
    border-color: #e680e6;
}

.btn-outline-refer {
    color: #e680e6;
    background-color: transparent;
    background-image: none;
    border-color: #e680e6;
}

.btn-outline-refer:hover {
    color: #fff;
    background-color: #e680e6;
    border-color: #e680e6;
}

.btn-outline-refer:focus, .btn-outline-refer.focus {
    box-shadow: 0 0 0 0.2rem rgba(230, 128, 230, 0.5);
}

.btn-outline-refer.disabled, .btn-outline-refer:disabled {
    color: #e680e6;
    background-color: transparent;
}

.btn-outline-refer:not(:disabled):not(.disabled):active, .btn-outline-refer:not(:disabled):not(.disabled).active, .show > .btn-outline-refer.dropdown-toggle {
    color: #fff;
    background-color: #e680e6;
    border-color: #e680e6;
}

.btn-outline-refer:not(:disabled):not(.disabled):active:focus, .btn-outline-refer:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-refer.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(230, 128, 230, 0.5);
}

/* Group */

.bg-group {
    background-color: #336699;
    border-color: #336699;
}

.btn-outline-group {
    color: #336699;
    background-color: transparent;
    background-image: none;
    border-color: #336699;
}

.btn-outline-group:hover {
    color: #fff;
    background-color: #336699;
    border-color: #336699;
}

.btn-outline-group:focus, .btn-outline-group.focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 102, 153, 0.5);
}

.btn-outline-group.disabled, .btn-outline-group:disabled {
    color: #336699;
    background-color: transparent;
}

.btn-outline-group:not(:disabled):not(.disabled):active, .btn-outline-group:not(:disabled):not(.disabled).active, .show > .btn-outline-group.dropdown-toggle {
    color: #fff;
    background-color: #336699;
    border-color: #336699;
}

.btn-outline-group:not(:disabled):not(.disabled):active:focus, .btn-outline-group:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-group.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(51, 102, 153, 0.5);
}

/* Transfer */

.bg-transfer {
    background-color: #7744aa;
    border-color: #7744aa;
}

.btn-outline-transfer {
    color: #7744aa;
    background-color: transparent;
    background-image: none;
    border-color: #7744aa;
}

.btn-outline-transfer:hover {
    color: #fff;
    background-color: #7744aa;
    border-color: #7744aa;
}

.btn-outline-transfer:focus, .btn-outline-transfer.focus {
    box-shadow: 0 0 0 0.2rem rgba(119, 68, 170, 0.5);
}

.btn-outline-transfer.disabled, .btn-outline-transfer:disabled {
    color: #7744aa;
    background-color: transparent;
}

.btn-outline-transfer:not(:disabled):not(.disabled):active, .btn-outline-transfer:not(:disabled):not(.disabled).active, .show > .btn-outline-transfer.dropdown-toggle {
    color: #fff;
    background-color: #7744aa;
    border-color: #7744aa;
}

.btn-outline-transfer:not(:disabled):not(.disabled):active:focus, .btn-outline-transfer:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-transfer.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(119, 68, 170, 0.5);
}

/* Returning */

.bg-return {
    background-color: #6699CC;
    border-color: #6699CC;
}

.btn-outline-return {
    color: #6699CC;
    background-color: transparent;
    background-image: none;
    border-color: #6699CC;
}

.btn-outline-return:hover {
    color: #fff;
    background-color: #6699CC;
    border-color: #6699CC;
}

.btn-outline-return:focus, .btn-outline-return.focus {
    box-shadow: 0 0 0 0.2rem rgba(102, 153, 204, 0.5);
}

.btn-outline-return.disabled, .btn-outline-return:disabled {
    color: #6699CC;
    background-color: transparent;
}

.btn-outline-return:not(:disabled):not(.disabled):active, .btn-outline-return:not(:disabled):not(.disabled).active, .show > .btn-outline-return.dropdown-toggle {
    color: #fff;
    background-color: #6699CC;
    border-color: #6699CC;
}

.btn-outline-return:not(:disabled):not(.disabled):active:focus, .btn-outline-return:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-return.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(102, 153, 204, 0.5);
}

.bg-error {
    background-color: #993636;
    border-color: #993636;
}

.text-yellow {
    color: yellow;
}

a.text-yellow:hover, a.text-yellow:focus {
    color: #cdcd00 !important;
}

.text-red {
    color: rgba(205, 2, 0);
}

.text-cancelled {
    color: #006600 !important;
}

.text-noshow {
    color: #daa520 !important;
}

.navbar-header {
    float: left;
    text-align: center;
    width: 100%;
}

.navbar-brand {
    font-size: 1.75rem;
    font-style: italic;
    float: none;
}

@media (max-width: 575.98px) {
    .hide-sm {
        visibility: hidden !important;
        padding-left: 0 !important;
        width: 0;
        height: 0;
    }
}

@media (max-width: 767.98px) {
    .hide-sm {
        visibility: hidden !important;
        padding-left: 0 !important;
        width: 0;
        height: 0;
    }
}

@media (max-width: 991.98px) {
    .hide-sm {
        visibility: hidden !important;
        padding-left: 0 !important;
        width: 0;
        height: 0;
    }
}

.easy-autocomplete-container {
    width: 98% !important;
}

.easy-autocomplete .form-control {
    color: #495057 !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset !important;
    border: 2px solid #ced4da !important;
    border-top-color: rgb(206, 212, 218) !important;
    border-top-style: solid !important;
    border-top-width: 2px !important;
    border-right: none !important;
    border-bottom-color: rgb(206, 212, 218) !important;
    border-bottom-style: solid !important;
    border-bottom-width: 2px !important;
    border-left-color: rgb(206, 212, 218) !important;
    border-left-style: solid !important;
    border-left-width: 2px !important;
    border-radius: 0.4rem, 0rem, 0.4rem, 0rem !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.strength-meter {
    width: 100% !important;
    text-align: left !important;
    padding: 0 !important;
    margin-top: 2px !important;
    font-size: 80% !important;
    font-weight: 400 !important;
}

/* View Hidden Passwords */

::-ms-reveal, ::-ms-clear {
    display: none !important;
}

.hideShowPassword-toggle {
    background-color: transparent;
    background-image: url('../img/eye.svg'), none;
    background-position: 0 center;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    border-radius: 0.25em;
    cursor: pointer;
    font-size: 100%;
    height: 22px;
    margin: 0;
    max-height: 100%;
    padding: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 46px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.hideShowPassword-toggle-hide {
    background-image: url('../img/eye-slash.svg'), none;
}

.hideShowPassword-toggle:hover, .hideShowPassword-toggle:focus {
    border-color: transparent;
    outline: transparent;
}

.bs-searchbox .form-control {
    line-height: 1rem !important;
}

.form-inline .form-control.custom-file-upload {
    border: 1px solid #ccc;
    padding: 6px 12px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.wrap-input-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.wrap-input-container input {
    position: absolute;
    font-size: 400px;
    opacity: 0;
    z-index: 1;
    top: 0;
    left: 0;
}

.w-special {
    width: 1050px !important;
}

.w-85 {
    width: 85% !important;
}

@media (max-width: 575.98px) {
    .w-special {
        width: 100% !important;
    }
}

@media (max-width: 575.98px) {
    .w-85 {
        width: 85% !important;
    }
}

@media (max-width: 767.98px) {
    .w-special {
        width: 100% !important;
    }
}

@media (max-width: 767.98px) {
    .w-85 {
        width: 85% !important;
    }
}

@media (max-width: 991.98px) {
    .w-special {
        width: 100% !important;
    }
}

@media (max-width: 991.98px) {
    .w-85 {
        width: 85% !important;
    }
}

/* Custom Divider */

.divider {
    position: relative;
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
    height: 2px;
}

.div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 2px;
    background-image: linear-gradient(to right, transparent, rgb(51,26,43), transparent);
}

.div-dot:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -9px;
    left: calc(50% - 9px);
    width: 200px;
    height: 20px;
    background-color: #804e76;
    border: 1px solid rgb(51,26,43);
    border-radius: 0%;
    box-shadow: inset 0 0 0 2px white, 0 0 0 4px white;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 0.2rem 0.4rem;
    font-size: 0.7rem;
    line-height: 1.2;
    border-radius: 0.24rem;
}

.mtn-bg {
    margin-top: -90px !important;
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mtn-bg::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.50;
    background-image: url('/resources/img/login_bg.png');
    background-size: cover;
}

.mtn-bg .logo {
    position: relative;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-wrapper {
    position: relative;
    display: inline;
    z-index: 5;
    float: right;
    width: 78px;
    height: 52px;
    margin-top: -52px;
    border-radius: 0 6px 6px 0;
    background-color: #446E9B;
    transition: background-color .25s ease-out;
    cursor: pointer;
}

.eye, .more {
    position: absolute;
    top: 11px;
    right: 20px;
    color: #fff;
    transition: color .25s ease-out;
}

.icon-wrapper:hover {
    background-color: #385b80;
    transition: background-color .25s ease-out;
}

.bg-miss {
    color: #fff !important;
    background-color: rgba(128, 0, 0, 0.8) !important;
}

.bg-match {
    color: #fff !important;
    background-color: rgba(0, 128, 0, 0.8) !important;
}

.pretty input:checked ~ .state.p-screen label:after, .pretty.p-toggle .state.p-screen label:after {
    background-color: #339999 !important;
}

.pretty input:checked ~ .state.p-screen .icon, .pretty input:checked ~ .state.p-screen .svg, .pretty.p-toggle .state.p-screen .icon, .pretty.p-toggle .state.p-screen .svg {
    color: #fff;
    stroke: #fff;
}

.pretty input:checked ~ .state.p-screen-o label:before, .pretty.p-toggle .state.p-screen-o label:before {
    border-color: #339999;
}

.pretty input:checked ~ .state.p-screen-o label:after, .pretty.p-toggle .state.p-screen-o label:after {
    background-color: transparent;
}

.pretty input:checked ~ .state.p-screen-o .icon, .pretty input:checked ~ .state.p-screen-o .svg, .pretty input:checked ~ .state.p-screen-o svg, .pretty.p-toggle .state.p-screen-o .icon, .pretty.p-toggle .state.p-screen-o .svg, .pretty.p-toggle .state.p-screen-o svg {
    color: #339999;
    stroke: #339999;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-screen-o label:after {
    background-color: #339999 !important;
}

.pretty.p-switch input:checked ~ .state.p-screen:before {
    border-color: #339999;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-screen:before {
    background-color: #339999 !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-screen:before {
    border-color: #339999;
    background-color: #339999 !important;
}

/* Range Slider Settings */

.range {
    position: relative;
    width: 100%;
    height: 5px;
}

.range input {
    width: 100%;
    position: relative;
    top: -15px;
    height: 0;
    -webkit-appearance: none;
    /*left: -20px;*/
}

.range input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    margin: -3px 0 0;
    border-radius: 50%;
    background: var(--bs-primary);
    cursor: pointer;
    border: 0 !important;
}

.range input::-moz-range-thumb {
    width: 14px;
    height: 14px;
    margin: -3px 0 0;
    border-radius: 50%;
    background: var(--bs-primary);
    cursor: pointer;
    border: 0 !important;
}

.range input::-ms-thumb {
    width: 14px;
    height: 14px;
    margin: -3px 0 0;
    border-radius: 50%;
    background: var(--bs-primary);
    cursor: pointer;
    border: 0 !important;
}

.range input::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: var(--bs-gray-500);
    border-radius: 3px;
}

.range input::-moz-range-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: var(--bs-gray-500);
    border-radius: 3px;
}

.range input::-ms-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: var(--bs-gray-500);
    border-radius: 3px;
}

.range input:focus {
    background: none;
    outline: none;
}

.range input::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.range-labels {
    margin: -10px -40px 0;
    padding: 0;
    list-style: none;
}

.range-labels li {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
    color: var(--bs-gray-500);
    font-size: 12px;
    cursor: pointer;
}

.range-labels .active {
    color: var(--bs-primary);
}

.range-labels .selected::before {
    background: var(--bs-primary);
}

.range-labels .active.selected::before {
    display: none;
}/* basic reset */

:root {
    --input-padding-x: .75rem;
    --input-padding-y: .75rem;
}

body {
    /*padding-top: 90px;*/
    /*padding-bottom: 90px;*/
    background: transparent;
    /*overflow: hidden;*/
}

/* form styles */

#msform {
    text-align: center;
    position: relative;
    margin-top: 1rem;
}

/*#msform fieldset {
    padding: 1rem 1rem;
    margin: 0 5%;
    position: relative;
}*/

/* Hide all except first fieldset */

#msform fieldset:not(:first-of-type) {
    display: none;
}

/* inputs */

#msform input, #msform textarea {
}

#msform input:focus, #msform textarea:focus {
}

/* buttons */

#msform .action-button {
    width: 100px;
    /*background: #446E9B;*/
    /*font-weight: bold;*/
    /*color: white;*/
    /*border: 0 none;*/
    /*border-radius: 5px;*/
    /*cursor: pointer;*/
    /*padding: 10px 5px;*/
    /*margin: 10px 5px;*/
}

#msform .action-button:hover, #msform .action-button:focus {
    /*box-shadow: 0 0 0 2px white, 0 0 0 3px #2098ce;*/
}

#msform .action-button-previous {
    width: 100px;
    /*background: #aCbEd0;*/
    /*font-weight: bold;*/
    /*color: white;*/
    /*border: 0 none;*/
    /*border-radius: 25px;*/
    /*cursor: pointer;*/
    /*padding: 10px 5px;*/
    /*margin: 10px 5px;*/
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    /*box-shadow: 0 0 0 2px white, 0 0 0 3px #aCbEd0;*/
}

/* headings */

.fs-title {
    font-size: 1.2rem;
    text-transform: uppercase;
    /*color: #2C3E50;*/
    margin-bottom: 0.5rem;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 0.75rem;
    /*color: #666;*/
    margin-bottom: 0.5rem;
}

/* progressbar */

#progressbar {
    margin-bottom: 0.75rem;
    overflow: hidden;
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: #666;
    text-transform: uppercase;
    font-size: 0.5625rem;
    width: 12.5%;
    float: left;
    position: relative;
    letter-spacing: 0.0625rem;
}

@media (max-width: 767px) {
    #progressbar li {
        font-size: 0rem;
        letter-spacing: 0rem;
    }
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: white;
    background: gray;
    border-radius: 8px;
    margin: 0 auto 10px auto;
}

/* progressbar connectors */

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: gray;
    position: absolute;
    left: -50%;
    top: 12px;
    z-index: -1;
}

#progressbar li:first-child:after {
    content: none;
}

/* marking active/completed steps blue */

/* The number of the step and the connector before it = blue */

#progressbar li.active:before, #progressbar li.active:after {
    background: #446e9b;
    color: white;
}

/* Login */

.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: auto;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group > input, .form-label-group > label {
    padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}

/* Footer */

.footer-clean {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.footer-clean .item.nonsocial {
    text-align: left;
}

.footer-clean .item.social {
    text-align: right;
}

@media (max-width: 767px) {
    .footer-clean {
        position: relative;
    }
}

@media (max-width: 767px) {
    .footer-clean .item.social, .footer-clean .item.nonsocial {
        text-align: center;
        padding-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .footer-clean {
        position: relative;
    }
}

@media (max-width: 991px) {
    .footer-clean .item.social, .footer-clean .item.nonsocial {
        text-align: center;
    }
}

.footer-clean .item.social > a {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-left: 10px;
    margin-top: 22px;
    color: inherit;
    opacity: 0.75;
}

.footer-clean .item.social > a:hover {
    opacity: 0.9;
}

@media (max-width: 991px) {
    .footer-clean .item.social > a {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .footer-clean .item.social > a {
        margin-top: 10px;
    }
}

.footer-clean .copyright {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 11px;
    opacity: 0.6;
}

/* calendar */

.fc-view-harness {
    background-color: #FFFFFF;
    opacity: 75%;
}

.fc-timegrid-event {
    font-size: .85em;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #ccd0d9;
}

.fc-timegrid-event .fc-event-time {
    margin-bottom: 0;
}

.h-event {
    opacity: .75;
}

.fc .fc-toolbar {
    font-size: 80%;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em;
}

.fc .fc-toolbar-title {
    font-size: 2rem;
}

.fc .fc-timegrid-col.fc-day-today {
    background-color: rgba(51, 102, 153, 0.15);
    background-color: var(--fc-today-bg-color, rgba(51, 102, 153, 0.15));
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(51, 102, 153, 0.15);
    background-color: var(--fc-today-bg-color, rgba(51, 102, 153, 0.15));
}

#calendar {
    max-width: 100%;
    margin: 0 auto;
}

/* Scheduled */

.bg-scheduled {
    background-color: #003366;
    border-color: #003366;
}

.btn-outline-scheduled {
    color: #003366;
    background-color: transparent;
    background-image: none;
    border-color: #003366;
}

.btn-outline-scheduled:hover {
    color: #fff;
    background-color: #003366;
    border-color: #003366;
}

.btn-outline-scheduled:focus, .btn-outline-scheduled.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 51, 102, 0.5);
}

.btn-outline-scheduled.disabled, .btn-outline-scheduled:disabled {
    color: #003366;
    background-color: transparent;
}

.btn-outline-scheduled:not(:disabled):not(.disabled):active, .btn-outline-scheduled:not(:disabled):not(.disabled).active, .show > .btn-outline-scheduled.dropdown-toggle {
    color: #fff;
    background-color: #003366;
    border-color: #003366;
}

.btn-outline-scheduled:not(:disabled):not(.disabled):active:focus, .btn-outline-scheduled:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-scheduled.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 51, 102, 0.5);
}

/* New Patient */

.bg-newpatient {
    background-color: #330066;
    border-color: #330066;
}

.text-newpatient {
    color: #330066;
}

.btn-outline-newpatient {
    color: #330066;
    background-color: transparent;
    background-image: none;
    border-color: #330066;
}

.btn-outline-newpatient:hover {
    color: #fff;
    background-color: #330066;
    border-color: #330066;
}

.btn-outline-newpatient:focus, .btn-outline-newpatient.focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 0, 102, 0.5);
}

.btn-outline-newpatient.disabled, .btn-outline-newpatient:disabled {
    color: #330066;
    background-color: transparent;
}

.btn-outline-newpatient:not(:disabled):not(.disabled):active, .btn-outline-newpatient:not(:disabled):not(.disabled).active, .show > .btn-outline-newpatient.dropdown-toggle {
    color: #fff;
    background-color: #330066;
    border-color: #330066;
}

.btn-outline-newpatient:not(:disabled):not(.disabled):active:focus, .btn-outline-newpatient:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-newpatient.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(51, 0, 102, 0.5);
}

.badge-newpatient {
    color: #fff;
    background-color: #330066;
}

.badge-newpatient[href]:hover, .badge-newpatient[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #330066;
}

/* Attended */

.bg-attended {
    background-color: #666666;
    border-color: #666666;
}

.btn-outline-attended {
    color: #666666;
    background-color: transparent;
    background-image: none;
    border-color: #666666;
}

.btn-outline-attended:hover {
    color: #fff;
    background-color: #666666;
    border-color: #666666;
}

.btn-outline-attended:focus, .btn-outline-attended.focus {
    box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}

.btn-outline-attended.disabled, .btn-outline-attended:disabled {
    color: #666666;
    background-color: transparent;
}

.btn-outline-attended:not(:disabled):not(.disabled):active, .btn-outline-attended:not(:disabled):not(.disabled).active, .show > .btn-outline-attended.dropdown-toggle {
    color: #fff;
    background-color: #666666;
    border-color: #666666;
}

.btn-outline-attended:not(:disabled):not(.disabled):active:focus, .btn-outline-attended:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-attended.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
}

/* Cancelled */

.bg-cancelled {
    background-color: #006600;
    border-color: #006600;
}

.btn-outline-cancelled {
    color: #006600;
    background-color: transparent;
    background-image: none;
    border-color: #006600;
}

.btn-outline-cancelled:hover {
    color: #fff;
    background-color: #006600;
    border-color: #006600;
}

.btn-outline-cancelled:focus, .btn-outline-cancelled.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 0, 0.5);
}

.btn-outline-cancelled.disabled, .btn-outline-cancelled:disabled {
    color: #006600;
    background-color: transparent;
}

.btn-outline-cancelled:not(:disabled):not(.disabled):active, .btn-outline-cancelled:not(:disabled):not(.disabled).active, .show > .btn-outline-cancelled.dropdown-toggle {
    color: #fff;
    background-color: #006600;
    border-color: #006600;
}

.btn-outline-cancelled:not(:disabled):not(.disabled):active:focus, .btn-outline-cancelled:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-cancelled.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 102, 0, 0.5);
}

/* No Show */

.bg-noshow {
    background-color: #daa520;
    border-color: #daa520;
}

.btn-outline-noshow {
    color: #daa520;
    background-color: transparent;
    background-image: none;
    border-color: #daa520;
}

.btn-outline-noshow:hover {
    color: #fff;
    background-color: #daa520;
    border-color: #daa520;
}

.btn-outline-noshow:focus, .btn-outline-noshow.focus {
    box-shadow: 0 0 0 0.2rem rgba(218, 165, 32, 0.5);
}

.btn-outline-noshow.disabled, .btn-outline-noshow:disabled {
    color: #daa520;
    background-color: transparent;
}

.btn-outline-noshow:not(:disabled):not(.disabled):active, .btn-outline-noshow:not(:disabled):not(.disabled).active, .show > .btn-outline-noshow.dropdown-toggle {
    color: #fff;
    background-color: #daa520;
    border-color: #daa520;
}

.btn-outline-noshow:not(:disabled):not(.disabled):active:focus, .btn-outline-noshow:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-noshow.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(218, 165, 32, 0.5);
}

/* Block\Meeting */

.bg-meeting {
    background-color: #A0522D;
    border-color: #A0522D;
}

.btn-outline-meeting {
    color: #A0522D;
    background-color: transparent;
    background-image: none;
    border-color: #A0522D;
}

.btn-outline-meeting:hover {
    color: #fff;
    background-color: #A0522D;
    border-color: #A0522D;
}

.btn-outline-meeting:focus, .btn-outline-meeting.focus {
    box-shadow: 0 0 0 0.2rem rgba(160, 82, 45, 0.5);
}

.btn-outline-meeting.disabled, .btn-outline-meeting:disabled {
    color: #A0522D;
    background-color: transparent;
}

.btn-outline-meeting:not(:disabled):not(.disabled):active, .btn-outline-meeting:not(:disabled):not(.disabled).active, .show > .btn-outline-meeting.dropdown-toggle {
    color: #fff;
    background-color: #A0522D;
    border-color: #A0522D;
}

.btn-outline-meeting:not(:disabled):not(.disabled):active:focus, .btn-outline-meeting:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-meeting.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(160, 82, 45, 0.5);
}

/* Screening */

.bg-screen {
    background-color: #339999;
    border-color: #339999;
}

.text-screen {
    color: #339999;
}

.btn-outline-screen {
    color: #339999;
    background-color: transparent;
    background-image: none;
    border-color: #339999;
}

.btn-outline-screen:hover {
    color: #fff;
    background-color: #339999;
    border-color: #339999;
}

.btn-outline-screen:focus, .btn-outline-screen.focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 153, 153, 0.5);
}

.btn-outline-screen.disabled, .btn-outline-screen:disabled {
    color: #339999;
    background-color: transparent;
}

.btn-outline-screen:not(:disabled):not(.disabled):active, .btn-outline-screen:not(:disabled):not(.disabled).active, .show > .btn-outline-screen.dropdown-toggle {
    color: #fff;
    background-color: #339999;
    border-color: #339999;
}

.btn-outline-screen:not(:disabled):not(.disabled):active:focus, .btn-outline-screen:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-screen.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(51, 153, 153, 0.5);
}

/* Referral */

.bg-refer {
    background-color: #e680e6;
    border-color: #e680e6;
}

.btn-outline-refer {
    color: #e680e6;
    background-color: transparent;
    background-image: none;
    border-color: #e680e6;
}

.btn-outline-refer:hover {
    color: #fff;
    background-color: #e680e6;
    border-color: #e680e6;
}

.btn-outline-refer:focus, .btn-outline-refer.focus {
    box-shadow: 0 0 0 0.2rem rgba(230, 128, 230, 0.5);
}

.btn-outline-refer.disabled, .btn-outline-refer:disabled {
    color: #e680e6;
    background-color: transparent;
}

.btn-outline-refer:not(:disabled):not(.disabled):active, .btn-outline-refer:not(:disabled):not(.disabled).active, .show > .btn-outline-refer.dropdown-toggle {
    color: #fff;
    background-color: #e680e6;
    border-color: #e680e6;
}

.btn-outline-refer:not(:disabled):not(.disabled):active:focus, .btn-outline-refer:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-refer.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(230, 128, 230, 0.5);
}

/* Group */

.bg-group {
    background-color: #336699;
    border-color: #336699;
}

.btn-outline-group {
    color: #336699;
    background-color: transparent;
    background-image: none;
    border-color: #336699;
}

.btn-outline-group:hover {
    color: #fff;
    background-color: #336699;
    border-color: #336699;
}

.btn-outline-group:focus, .btn-outline-group.focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 102, 153, 0.5);
}

.btn-outline-group.disabled, .btn-outline-group:disabled {
    color: #336699;
    background-color: transparent;
}

.btn-outline-group:not(:disabled):not(.disabled):active, .btn-outline-group:not(:disabled):not(.disabled).active, .show > .btn-outline-group.dropdown-toggle {
    color: #fff;
    background-color: #336699;
    border-color: #336699;
}

.btn-outline-group:not(:disabled):not(.disabled):active:focus, .btn-outline-group:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-group.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(51, 102, 153, 0.5);
}

/* Transfer */

.bg-transfer {
    background-color: #7744aa;
    border-color: #7744aa;
}

.btn-outline-transfer {
    color: #7744aa;
    background-color: transparent;
    background-image: none;
    border-color: #7744aa;
}

.btn-outline-transfer:hover {
    color: #fff;
    background-color: #7744aa;
    border-color: #7744aa;
}

.btn-outline-transfer:focus, .btn-outline-transfer.focus {
    box-shadow: 0 0 0 0.2rem rgba(119, 68, 170, 0.5);
}

.btn-outline-transfer.disabled, .btn-outline-transfer:disabled {
    color: #7744aa;
    background-color: transparent;
}

.btn-outline-transfer:not(:disabled):not(.disabled):active, .btn-outline-transfer:not(:disabled):not(.disabled).active, .show > .btn-outline-transfer.dropdown-toggle {
    color: #fff;
    background-color: #7744aa;
    border-color: #7744aa;
}

.btn-outline-transfer:not(:disabled):not(.disabled):active:focus, .btn-outline-transfer:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-transfer.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(119, 68, 170, 0.5);
}

/* Returning */

.bg-return {
    background-color: #6699CC;
    border-color: #6699CC;
}

.btn-outline-return {
    color: #6699CC;
    background-color: transparent;
    background-image: none;
    border-color: #6699CC;
}

.btn-outline-return:hover {
    color: #fff;
    background-color: #6699CC;
    border-color: #6699CC;
}

.btn-outline-return:focus, .btn-outline-return.focus {
    box-shadow: 0 0 0 0.2rem rgba(102, 153, 204, 0.5);
}

.btn-outline-return.disabled, .btn-outline-return:disabled {
    color: #6699CC;
    background-color: transparent;
}

.btn-outline-return:not(:disabled):not(.disabled):active, .btn-outline-return:not(:disabled):not(.disabled).active, .show > .btn-outline-return.dropdown-toggle {
    color: #fff;
    background-color: #6699CC;
    border-color: #6699CC;
}

.btn-outline-return:not(:disabled):not(.disabled):active:focus, .btn-outline-return:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-return.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(102, 153, 204, 0.5);
}

.bg-error {
    background-color: #993636;
    border-color: #993636;
}

.text-yellow {
    color: yellow;
}

a.text-yellow:hover, a.text-yellow:focus {
    color: #cdcd00 !important;
}

.text-red {
    color: rgba(139, 0, 0, 0.6);
}

.text-cancelled {
    color: #006600 !important;
}

.text-noshow {
    color: #daa520 !important;
}

.navbar-header {
    float: left;
    text-align: center;
    width: 100%;
}

.navbar-brand {
    font-size: 1.75rem;
    font-style: italic;
    float: none;
}

@media (max-width: 575.98px) {
    .hide-sm {
        visibility: hidden !important;
        padding-left: 0 !important;
        width: 0;
        height: 0;
    }
}

@media (max-width: 767.98px) {
    .hide-sm {
        visibility: hidden !important;
        padding-left: 0 !important;
        width: 0;
        height: 0;
    }
}

@media (max-width: 991.98px) {
    .hide-sm {
        visibility: hidden !important;
        padding-left: 0 !important;
        width: 0;
        height: 0;
    }
}

.easy-autocomplete-container {
    width: 98% !important;
}

.easy-autocomplete .form-control {
    color: #495057 !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset !important;
    border: 2px solid #ced4da !important;
    border-top-color: rgb(206, 212, 218) !important;
    border-top-style: solid !important;
    border-top-width: 2px !important;
    border-right: none !important;
    border-bottom-color: rgb(206, 212, 218) !important;
    border-bottom-style: solid !important;
    border-bottom-width: 2px !important;
    border-left-color: rgb(206, 212, 218) !important;
    border-left-style: solid !important;
    border-left-width: 2px !important;
    border-radius: 0.4rem, 0rem, 0.4rem, 0rem !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.strength-meter {
    width: 100% !important;
    text-align: left !important;
    padding: 0 !important;
    margin-top: 2px !important;
    font-size: 80% !important;
    font-weight: 400 !important;
}

/* View Hidden Passwords */

::-ms-reveal, ::-ms-clear {
    display: none !important;
}

.hideShowPassword-toggle {
    background-color: transparent;
    background-image: url('../img/eye.svg'), none;
    background-position: 0 center;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    border-radius: 0.25em;
    cursor: pointer;
    font-size: 100%;
    height: 22px;
    margin: 0;
    max-height: 100%;
    padding: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 46px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.hideShowPassword-toggle-hide {
    background-image: url('../img/eye-slash.svg'), none;
}

.hideShowPassword-toggle:hover, .hideShowPassword-toggle:focus {
    border-color: transparent;
    outline: transparent;
}

.bs-searchbox .form-control {
    line-height: 1rem !important;
}

.form-inline .form-control.custom-file-upload {
    border: 1px solid #ccc;
    padding: 6px 12px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.wrap-input-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.wrap-input-container input {
    position: absolute;
    font-size: 400px;
    opacity: 0;
    z-index: 1;
    top: 0;
    left: 0;
}

.w-special {
    width: 1050px !important;
}

.w-85 {
    width: 85% !important;
}

@media (max-width: 575.98px) {
    .w-special {
        width: 100% !important;
    }
}

@media (max-width: 575.98px) {
    .w-85 {
        width: 85% !important;
    }
}

@media (max-width: 767.98px) {
    .w-special {
        width: 100% !important;
    }
}

@media (max-width: 767.98px) {
    .w-85 {
        width: 85% !important;
    }
}

@media (max-width: 991.98px) {
    .w-special {
        width: 100% !important;
    }
}

@media (max-width: 991.98px) {
    .w-85 {
        width: 85% !important;
    }
}

/* Custom Divider */

.divider {
    position: relative;
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
    height: 2px;
}

.div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 2px;
    background-image: linear-gradient(to right, transparent, rgb(51,26,43), transparent);
}

.div-dot:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -9px;
    left: calc(50% - 9px);
    width: 200px;
    height: 20px;
    background-color: #804e76;
    border: 1px solid rgb(51,26,43);
    border-radius: 0%;
    box-shadow: inset 0 0 0 2px white, 0 0 0 4px white;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 0.2rem 0.4rem;
    font-size: 0.7rem;
    line-height: 1.2;
    border-radius: 0.24rem;
}

.mtn-bg {
    margin-top: -90px !important;
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mtn-bg::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.50;
    background-image: url('/resources/img/login_bg.png');
    background-size: cover;
}

.mtn-bg .logo {
    position: relative;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-wrapper {
    position: relative;
    display: inline;
    z-index: 5;
    float: right;
    width: 78px;
    height: 52px;
    margin-top: -52px;
    border-radius: 0 6px 6px 0;
    background-color: #446E9B;
    transition: background-color .25s ease-out;
    cursor: pointer;
}

.eye, .more {
    position: absolute;
    top: 11px;
    right: 20px;
    color: #fff;
    transition: color .25s ease-out;
}

.icon-wrapper:hover {
    background-color: #385b80;
    transition: background-color .25s ease-out;
}

.bg-miss {
    color: #fff !important;
    background-color: rgba(128, 0, 0, 0.8) !important;
}

.bg-match {
    color: #fff !important;
    background-color: rgba(0, 128, 0, 0.8) !important;
}

.pretty input:checked ~ .state.p-screen label:after, .pretty.p-toggle .state.p-screen label:after {
    background-color: #339999 !important;
}

.pretty input:checked ~ .state.p-screen .icon, .pretty input:checked ~ .state.p-screen .svg, .pretty.p-toggle .state.p-screen .icon, .pretty.p-toggle .state.p-screen .svg {
    color: #fff;
    stroke: #fff;
}

.pretty input:checked ~ .state.p-screen-o label:before, .pretty.p-toggle .state.p-screen-o label:before {
    border-color: #339999;
}

.pretty input:checked ~ .state.p-screen-o label:after, .pretty.p-toggle .state.p-screen-o label:after {
    background-color: transparent;
}

.pretty input:checked ~ .state.p-screen-o .icon, .pretty input:checked ~ .state.p-screen-o .svg, .pretty input:checked ~ .state.p-screen-o svg, .pretty.p-toggle .state.p-screen-o .icon, .pretty.p-toggle .state.p-screen-o .svg, .pretty.p-toggle .state.p-screen-o svg {
    color: #339999;
    stroke: #339999;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-screen-o label:after {
    background-color: #339999 !important;
}

.pretty.p-switch input:checked ~ .state.p-screen:before {
    border-color: #339999;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-screen:before {
    background-color: #339999 !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-screen:before {
    border-color: #339999;
    background-color: #339999 !important;
}

/* Range Slider Settings */

.range {
    position: relative;
    width: 100%;
    height: 5px;
}

.range input {
    width: 100%;
    position: relative;
    top: -15px;
    height: 0;
    -webkit-appearance: none;
    /*left: -20px;*/
}

.range input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    margin: -3px 0 0;
    border-radius: 50%;
    background: var(--bs-primary);
    cursor: pointer;
    border: 0 !important;
}

.range input::-moz-range-thumb {
    width: 14px;
    height: 14px;
    margin: -3px 0 0;
    border-radius: 50%;
    background: var(--bs-primary);
    cursor: pointer;
    border: 0 !important;
}

.range input::-ms-thumb {
    width: 14px;
    height: 14px;
    margin: -3px 0 0;
    border-radius: 50%;
    background: var(--bs-primary);
    cursor: pointer;
    border: 0 !important;
}

.range input::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: var(--bs-gray-500);
    border-radius: 3px;
}

.range input::-moz-range-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: var(--bs-gray-500);
    border-radius: 3px;
}

.range input::-ms-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: var(--bs-gray-500);
    border-radius: 3px;
}

.range input:focus {
    background: none;
    outline: none;
}

.range input::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.range-labels {
    margin: -10px -40px 0;
    padding: 0;
    list-style: none;
}

.range-labels li {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
    color: var(--bs-gray-500);
    font-size: 12px;
    cursor: pointer;
}

.range-labels .active {
    color: var(--bs-primary);
}

.range-labels .selected::before {
    background: var(--bs-primary);
}

.range-labels .active.selected::before {
    display: none;
}

/* Radio btn hover */
.check-label:hover {
    color: var(--bs-btn-hover-color) !important;
    background-color: var(--bs-btn-hover-bg) !important;
    border-color: var(--bs-btn-hover-border-color) !important;
}

