﻿
:root {
    --dark-color: #000;
    --light-dark-color: #666666;
    --gray-color: #A3A9B0;
    --light-gray-color: #e1e1e1;
    --gray-blue-color: #A9BCD0;
    --theme-color: #009DFF;
    --yellow-color: #e7bb41;
    --light-color: #F7F7F9;
    --blue-color: #1b2b3d;
    --placeholder-color: #a9a9a9;
}

.customFonts, .customFonts .form-control, .customFonts .btn {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
}

.customButtonPadding {
    padding: 8px;
}

.customFontsDD {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 1.5rem !important;
    font-style: normal;
}

.dropdown-menu {
    font-size: 1.5rem !important;
}
/* line 704, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_elements.scss */
.confirm-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

    /* line 711, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_elements.scss */
    .confirm-switch input {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

        /* line 720, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_elements.scss */
        .confirm-switch input + label {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
        }

            /* line 728, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_elements.scss */
            .confirm-switch input + label:before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
                background: transparent;
                border-radius: 8.5px;
                -webkit-transition: all 0.2s;
                -moz-transition: all 0.2s;
                -o-transition: all 0.2s;
                transition: all 0.2s;
                cursor: pointer;
            }

            /* line 742, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_elements.scss */
            .confirm-switch input + label:after {
                content: "";
                position: absolute;
                top: 1px;
                left: 1px;
                width: 15px;
                height: 15px;
                border-radius: 50%;
                background: #fff;
                -webkit-transition: all 0.2s;
                -moz-transition: all 0.2s;
                -o-transition: all 0.2s;
                transition: all 0.2s;
                box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
                cursor: pointer;
            }

        /* line 758, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_elements.scss */
        .confirm-switch input:checked + label:after {
            left: 19px;
        }

        /* line 761, C:/Users/SPN Graphics/Desktop/CL September/210 Medical/HTML/scss/_elements.scss */
        .confirm-switch input:checked + label:before {
            background: #4cd3e3;
        }

.mr20 {
    margin-right: 20px;
}

.mr10 {
    margin-right: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml10 {
    margin-left: 10px;
}

.mt5 {
    margin-top: 5px;
}

.model-center {
    display: inline-block;
    margin: auto;
    /*text-align: center;*/
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.b-model-center {
    /*margin: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
}

.modal-backdrop.show {
    z-index: 5;
}

.alert-absolute {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -200px;
    width: 410px;
    /*display: flex;*/
    /*text-align: center;*/
    padding-right: 30px;
    z-index: 2;
}

    .alert-absolute span {
        float: right;
    }

.business_expert_area .business_tabs_area.patient_profile .nav .nav-item {
    width: 20% !important;
}

.displaynone {
    display: none !important;
}

.popup_box input[type=radio] {
    width: 15px;
    height: 13px;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
}

#user_menu span {
    border-radius: 100%;
    background-color: grey;
    padding: 8px 8px;
    color: white;
    font-weight: 400;
}

#user_menu::before {
    background-color: transparent;
}

#user_menu span i {
    margin-left: 5px;
}

/* Loader Css Starts */

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 43, 61, 0.9);
    z-index: 2000;
}

.loader {
    width: 70px;
    height: 30px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: black;
    z-index: 2001;
    position: fixed;
}

    .loader:after {
        position: absolute;
        content: "Loading";
        bottom: -15px;
        left: -3px;
        font-family: var(--bold-font);
        font-size: 13px;
    }

    .loader:before {
        content: '';
        border-radius: 4px;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 2px 3px rgba(0, 0, 0, .2);
        position: absolute;
        margin-top: -28px;
        margin-left: -60px;
        top: 50%;
        left: 50%;
        background: #fff;
        width: 95px;
        height: 75px;
    }

    .loader > .line {
        background-color: #333;
        width: 6px;
        height: 100%;
        text-align: center;
        display: inline-block;
        animation: stretch 1.2s infinite ease-in-out;
    }

.line.one {
    background-color: #009DFF;
}

.line.two {
    animation-delay: -1.1s;
    background-color: #009DFF;
}

.line.three {
    animation-delay: -1.0s;
    background-color: #009DFF;
}

.line.four {
    animation-delay: -0.9s;
    background-color: #B4E4DA;
}

.line.five {
    animation-delay: -0.8s;
    background-color: #009DFF;
}

@keyframes stretch {
    0%, 40%, 100% {
        transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
    }
}

.compulsory {
    color: red !important;
}

.pt-12 {
    padding-top: 13px !important;
}

.pb-12 {
    padding-bottom: 13px !important;
}

.dashboard-search .k-multiselect-wrap.k-floatwrap {
    padding: .333em .25em;
    font-size: 14px !important;
    border-color: #f0e9ff;
    color: #999999;
    border-radius: 0;
}

.dashboard-search .k-multiselect-wrap.k-floatwrap {
    padding: .333em .25em;
    font-size: 14px !important;
    border-color: #f0e9ff;
    color: #999999;
    border-radius: 0;
}

.dashboard-search {
}

    .dashboard-search .k-multiselect-wrap .k-input {
        width: 100%;
    }

.border-bottom {
    border-bottom: solid 1px gray;
    padding-bottom: 0px;
}

.listView-search {
    padding: 10px;
}

.dashboard-search .blog_right_sidebar .single_sidebar_widget {
    background: none;
    padding: 0px;
    margin-bottom: 0px;
}


.listView-search b {
    color: #4D4D4D !important;
}

.k-grid table {
    width: 100% !important;
}

.modal {
    z-index: 1000;
}

.block {
    padding-top: 5px;
}

.btn-default {
    background-color: black !important;
}

.datepicker-group {
    display: inline-flex;
    position: relative;
    margin: 0 8px;
    align-items: center;
}

    .datepicker-group label {
        margin: 0 10px 0 0;
    }

    .datepicker-group .inputbox {
        width: 170px;
        border-radius: 5px;
        border: 0;
        padding: 0 15px;
        line-height: 38px;
        position: relative;
        z-index: 1;
        overflow: hidden;
        border: 1px solid #e0e0e0;
    }

.date-icon {
    color: #ccc;
    position: absolute;
    right: 10px;
    z-index: 1;
}

.business_expert_area .business_tabs_area .nav .nav-item a {
    font-size: 16px;
    padding: 15px 0px 15px 15px;
    margin-top: 5px;
}

.error__page__not__found {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .error__page__not__found h1 {
        margin-top: 40px;
        margin-top: 20px;
        font-family: var(--bold-font);
        color: var(--theme-color);
    }

    .error__page__not__found img {
        max-width: 50%;
    }

.title__error {
    font-size: 50px;
    font-family: var(--bold-font);
    color: var(--theme-color);
    font-weight: bold;
    text-align: center;
    max-width: 800px;
    margin: 20px auto 0;
    margin-bottom: 1.5rem !important;
}

.error__page__not__found img {
    width: 80%;
}

.title__error b {
    color: var(--theme-color);
}

.cr-boundary {
    width: 350px !important;
    height: 250px !important;
    margin: unset !important;
}

.croppie-container .cr-slider-wrap {
    margin-left: 25px !important;
    text-align: unset !important;
}

.remove_profile {
    position: absolute;
    cursor: pointer;
    padding: 3px;
    left: 195px;
}

upload_photo_wrap img {
    height: 110px;
    object-fit: cover;
    border-radius: 5%;
    cursor: pointer;
}

.upload_photo_btn input[type=file] {
    font-size: unset;
    padding: .375rem .75rem;
    width: 100%;
    margin-top: 1px;
    cursor: pointer;
}

.max-height-250 {
    max-height: 250px;
}

.max-width-250 {
    max-width: 250px;
}

.divViewImage {
    position: relative;
}

    .divViewImage .viewImage {
        position: absolute;
        top: 0px;
        left: 1px;
        color: #212529;
    }

#div_upload .k-upload-sync .k-upload-button {
    margin: 0px;
}

#div_upload .k-widget {
    border-style: unset !important;
}

#div_upload .k-header {
    background-color: transparent !important;
}

#div_upload .k-file {
    border-width: 1px;
    margin-top: 5px;
}

.upload_photo_btn input[type=file] {
    padding: .375rem 0 !important;
}

.disable-click {
    pointer-events: none;
    background-color: #e9ecef !important;
    color: black !important;
    display: none;
}

.custom-lable {
    color: #138496
}

.border-radius-100 {
    border-radius: 100%;
}

.max-width-50 {
    max-width: 50px;
}

#accordion .card {
    margin-bottom: 0.5rem;
}

.online {
    color: #1FFF1F;
    margin-top: -4px;
    position: absolute;
    font-size: 10px;
    margin-left: 2px;
}

.editprofile-section, .change-password-section {
    font-size: 15px !important;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-40 {
    padding-right: 40px;
}

.pt-40 {
    padding-top: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pl-40 {
    padding-left: 40px !important;
}

.k-grid {
    font-size: 15px !important;
}

.k-widget {
    border-style: none;
    border-width: 0px;
}

.k-listview {
    border-style: none !important;
}

.appointement-popup {
    font-size: 15px !important;
}

    .appointement-popup input, .appointement-popup select, .appointement-popup textarea, .appointement-popup button {
        font-size: 15px !important;
    }

.border-none {
    border: none;
}

.k-multiselect-wrap .k-select {
    top: auto !important;
    bottom: auto !important;
    font-size:14px;
}
