﻿body.loading {
    overflow: hidden;
}
    /* Make spinner image visible when body element has the loading class */
    body.loading .overlay {
        display: block;
    }

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #dbe1e6;
    opacity: 0.5;
}

.screenmiddlealign {
    top: 50%;
    left: 50%;
    position: relative;
}

.alert-ul-mr {
    padding-left: 35px;
    text-align: left;
}

.txtPassword_strength_wrap {
    border: 1px solid #D5CEC8;
    /* display: none; */
    float: left !important;
    padding: 10px;
    position: absolute;
    width: 402px;
    background-color: #ffffffeb;
}

    .txtPassword_strength_wrap:before, .txtPassword_strength_wrap:after {
        content: ' ';
        height: 0;
        position: absolute;
        width: 0;
        border: 10px solid transparent; /* arrow size */
    }

    .txtPassword_strength_wrap:before {
        position: absolute;
        display: block;
        content: "";
        border-color: transparent;
        border-style: solid;
        border-width: 0;
    }

    .txtPassword_strength_wrap:after {
        position: absolute;
        display: block;
        content: "";
        border-color: transparent;
        border-style: solid;
    }

.pswd_info ul {
    list-style-type: none;
    margin: 5px 0 0;
    padding: 0;
}

    .pswd_info ul li {
        background: url(icon_pwd_strength.png) no-repeat left 2px;
        padding: 0 0 0 20px;
    }

        .pswd_info ul li.valid {
            background-position: left -42px;
            color: #00d27a;
        }

.passwordStrength {
    display: block;
    height: 5px;
    margin-bottom: 10px;
    transition: all 0.4s ease;
}

.strength0 {
    background: none; /* too short */
    width: 0px;
}

.strength1 {
    background: none repeat scroll 0 0 #FF4545; /* weak */
    width: 25px;
}

.strength2 {
    background: none repeat scroll 0 0 #FFC824; /* good */
    width: 75px;
}

.strength3 {
    background: none repeat scroll 0 0 #6699CC; /* strong */
    width: 100px;
}

.strength4 {
    background: none repeat scroll 0 0 #008000; /* best */
    width: 150px;
}

.select2-container--open .select2-dropdown--below {
    border: 1px solid var(--falcon-input-border-color) !important;
}

.select2-dropdown--below {
    margin-top: -33px !important;
    border-radius: 0px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    font-weight: 400;
    line-height: 1.5;
    color: var(--falcon-input-color);
    background-color: var(--falcon-input-bg) !important;
    background-clip: padding-box !important;
    border: 1px solid var(--falcon-input-border-color) !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-box-shadow: var(--falcon-box-shadow-inset);
    box-shadow: var(--falcon-box-shadow-inset);
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    outline: none !important;
}

.select2-search__field {
    border: 1px solid var(--falcon-input-border-color);
}

.select2-container .select2-selection--single {
    font-weight: 400;
    line-height: 1.5;
    color: var(--falcon-input-color);
    background-color: var(--falcon-input-bg) !important;
    background-clip: padding-box !important;
    border: 1px solid var(--falcon-input-border-color) !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-box-shadow: var(--falcon-box-shadow-inset);
    box-shadow: var(--falcon-box-shadow-inset);
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    outline: none !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent !important;
}

.initCaps {
    text-transform: lowercase;
}

    .initCaps::first-line {
        text-transform: capitalize;
    }

/*.btn-outline-primary:hover {
    background-color: #fff !important;
    color: #2c7be5 !important;
    border: 1px groove;
    box-shadow: 1px #888888;
}*/

.lightBorder {
    /*box-shadow: 0.50px 1px #f9fafd;*/
    /*-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(249, 250, 253, 0.5);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(249, 250, 253, 0.5);*/
    background-color: #f9fafd !important;
}

.btn-outline-primary {
    background-color: #fff !important;
    color: #2c7be5 !important;
    border: 1px groove;
    box-shadow: 1px #888888;
}

.btn-outline-light {
    color: #4d5969;
    background-color: transparent;
    border-color: #f9fafd;
}

    .btn-outline-light:hover {
        color: #4d5969;
        background-color: #f9fafd;
        border-color: #f9fafd;
    }

    .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
        -webkit-box-shadow: 0 0 0 0 rgba(249, 250, 253, 0.5);
        box-shadow: 0 0 0 0 rgba(249, 250, 253, 0.5);
    }

    .btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
        color: #4d5969;
        background-color: #f9fafd;
        border-color: #f9fafd;
    }

        .btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
            -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(249, 250, 253, 0.5);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0 rgba(249, 250, 253, 0.5);
        }

    .btn-outline-light:disabled, .btn-outline-light.disabled {
        color: #f9fafd;
        background-color: transparent;
    }

.form-label {
    font-size: 0.950rem;
}

@media (max-width: 576px) {
    .list-group-horizontal {
        flex-direction: column;
    }
}

.pswd_info ul > :first-child {
    padding: 0px;
}

.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    position: absolute;
    z-index: 1000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid var(--falcon-input-border-color) !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-box-shadow: var(--falcon-box-shadow-inset);
    box-shadow: var(--falcon-box-shadow-inset);
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    outline: none !important;
}

    .ui-autocomplete > li {
        padding: 3px 10px;
        font-family: "Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    }

        .ui-autocomplete > li.ui-state-focus {
            background-color: #DDD;
        }

.ui-helper-hidden-accessible {
    display: none;
}

.pharmacyscorll {
    min-height: 200px;
    overflow-x: hidden !important;
    overflow: scroll;
    max-height: 500px;
}

.datalist {
    position: absolute;
    max-height: 20em;
    border: 0 none;
    overflow-x: hidden;
    overflow-y: auto;
}

    .datalist option {
        font-size: 0.8em;
        padding: 0.3em 1em;
        background-color: #ccc;
        cursor: pointer;
    }

        /* active option styling */
        .datalist option:hover, datalist option:focus {
            color: #fff;
            background-color: #036;
            outline: 0 none;
        }

.ui-menu-item {
    text-transform: capitalize;
}

@media (max-width: 992px) {
    .margin-top-10 {
        margin-top: 10px !important;
    }
}

/*.margin-top-10 {
    margin-top: 0px;
}*/

@media (max-width: 575px) {
    .mct-sm-2 {
        margin-top: 0.5rem !important;
    }
    .pcx-sm-4 {
        padding-right: 1.8rem !important;
        padding-left: 1.8rem !important;
    }
    .pswd_info ul li {        
        padding: 0 0 0 0px;
    }
}
.separator {
    display: flex;
    align-items: center;
    text-align: center;
    color: #d3d7da;
    font-size: 12px;
    padding: 0px 10px 0px 10px;
}

    .separator::before,
    .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #ddd;
    }

    .separator:not(:empty)::before {
        margin-right: .25em;
    }

    .separator:not(:empty)::after {
        margin-left: .25em;
    }


/*.footer {
    height: 0%;
}*/

.content {
    padding-bottom: 7.375rem !important;
}

    @media (min-width: 576px) {
        .content {
            padding-bottom: 8.375rem !important;
        }
    }

.line-in-middle {
    background: linear-gradient(to right, transparent 0%, #ffffff calc(50% - 0.81px), #f7f7f7 calc(50% - 0.8px), #ebe4e4 calc(50% + 0.8px), transparent calc(50% + 0.81px), transparent 100%);
}

.line {
    display: flex;
    position: absolute;
    left: 48.7%;
    top: 59.5%;
    bottom: 20%;
    flex-direction: column;
    z-index: 1;
    color: #d3d7da;
    font-size: 12px;
}
.line2 {
    position: absolute;
    left: 50%;
    top: 43%;
    bottom: 40.6%;
    width: 1px;
    background: #d3d7da;
    z-index: 1;

}
.line3 {
    position: absolute;
    left: 50%;
    top: 63.5%;
    bottom: 20.5%;
    width: 1px;
    background: #d3d7da;
    z-index: 1;

}
.dateOfbirthtext {
    padding: 0px 26px 0px 5px;
    margin-top: 3.11rem !important;
}

@media (max-width: 991px) {
    .line3 {
        display: none;
    }

    .line2 {
        display: none;
    }

    .line {
        display: none;
    }
    .dateOfbirthtext {
        padding: 0px 17px 0px 16px;
        margin-top: 1rem !important;
    }
}
@media (min-width: 991px) {
    .andseparator {
        display: none;
    }
}