﻿.vh-empty-state{
    min-height: calc(100vh - 150px);
}

.vh-4col::-webkit-scrollbar {
    width: 4px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.vh-4col:hover::-webkit-scrollbar {
    opacity: 1;
}

.vh-4col:hover::-webkit-scrollbar-thumb {
    background-color: #9ca3ba;
    border-radius: 6px;
}

.vh-4col{
    height: 202px;
    overflow-y: auto;
}

.responsive-seperator{
    border-right: 1px solid var(--bs-border-color);
    border-bottom: 0;
    padding-bottom: 0;
}

@media (max-width: 1042px){
    .responsive-seperator{
        padding-bottom: 0.75rem;
        border-right: 0;
        border-bottom: 1px solid var(--bs-border-color);
    }
}

.single-line-truncate {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.w-180p{
    max-width: 180px !important;
}

.mandatory {
    color: red;
}

.double-line-truncate {
    height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.multi-line-truncate {
    height: 58px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

div.dt-container div.dt-search .form-control{
    display: inline-block;
    padding: 0.35rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

div.dt-container div.dt-search label:empty{
    display: none !important;
}

.btn.btn-icon.border{
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
}

.profile-img-container {
    position: relative;
    width: 100%;
    background-color: var(--bs-info);
    border-radius: 0.75rem;
    padding-top: 100%;
    overflow: hidden;
}

    .profile-img-container img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-color: #757272;
    }

.skeleton-card-height{
    height: 122px;
}

.skeleton {
    width: 100%;
    background: #e9ebed;
    border-radius: 1rem;
    animation: shimmer 1.2s infinite linear;
}

@keyframes shimmer {
    0% {
        background-position: 100%;
    }

    100% {
        background-position: -100%;
    }
}

@media (min-width: 1042px){
    .p-lg-6{
        padding: 5rem !important;
    }
}

.skeleton {
    background: linear-gradient(120deg,
    #e9ebed 25%,
            #f3f4f6 50%,
            #e9ebed 75%);
    background-size: 200% 100%;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible{
    outline: none !important;
}

.user-profile-icon {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #e3e3e3;
}

.user-profile-name{
    font-size: 0.875rem;
    font-weight: 600;
}

.notiflix-notify{
    overflow: hidden !important;
    border-left: 4px solid transparent;
    border-color: inherit;
}

[id^=NotiflixNotifyWrap]>div>.nx-message-icon{
    left: -6px !important;
    top: -5px !important;
    height: 40px !important;
    width: 40px !important;
    margin: 0 !important;
    opacity: 0.3;
}

[id^=NotiflixNotifyWrap]>div>span.nx-with-icon{
    width: calc(100% - 26px) !important;
    margin: 0 0 0 26px !important;
}

[id^=NotiflixNotifyWrap]>div>span.nx-close-button{
    height: 14px !important;
    width: 14px !important;
}

[id^=NotiflixNotifyWrap]>div>span.nx-close-button>svg{
    height: 10px !important;
    width: 10px !important;
}

[id^=NotiflixNotifyWrap]>div>span.nx-close-button>svg path{
    fill: currentColor;
}

[id^=NotiflixNotifyWrap]>div.nx-with-icon{
    min-height: 40px !important;
}

[id^=NotiflixNotifyWrap]>div>.nx-message-icon path{
    fill: currentColor;
}

[id^=NotiflixConfirmWrap]>div[class*="-content"]{
    padding: 0.875rem !important;
}

[id^=NotiflixConfirmWrap]>div[class*="-content"]>div[class*="-head"]>h5{
    padding: 0px !important;
    border-bottom: 0px !important;
}

[id^=NotiflixConfirmWrap]>div[class*="-content"]>div[class*="-head"]>div{
    margin: 10px 0 20px !important;
    font-size: 0.8rem !important;
    text-wrap: pretty;
}

[id^=NotiflixConfirmWrap]>div[class*="-content"]>div[class*="-buttons"]>a:hover{
    box-shadow: none !important;
}

[id^=NotiflixConfirmWrap]>div[class*="-content"]>div[class*="-buttons"]>a:first-of-type:hover{
    background: #4c49d9 !important;
}

[id^=NotiflixConfirmWrap]>div[class*="notiflix-delete-content"]>div[class*="notiflix-delete-buttons"]>a:first-of-type:hover{
    background: #bc1111 !important;
}

[id^=NotiflixConfirmWrap]>div[class*="-content"]>div[class*="-buttons"]>a:last-of-type:hover{
    background: #c9cccf !important;
}

.card {
    border: 1px solid #e3e3e3;
    margin-bottom: 0.875rem;
}
body {
    font-family: "Work Sans", sans-serif;
    background-color: #ffffff;
    font-size: 0.75rem;
    color: #6B7280;
    line-height: 1.5;
    height: 100%;
    overflow-x: hidden;
}
.footer.footer-sec-fourteen .footer-bottom .payment-method, .footer.footer-sec-fourteen .footer-mid-two .footer-links-middle ul li, .faq-sec-fourteen .faq-card a, .our-best-work-sec .best-work-video .treatment-video a, .widget-setcount ul, .onboarding-content .increment-decrement .input-groups input[type=button], .relative-form, .option-set, .select-gender-option, .onboarding-contents, .opt-resend, .set-path, .prefer-box, .call-lable.verify-lable.verify-options, .call-lable.verify-lable.verify-lable, .call-lable, .consult-option, .save-detail, .upload-pic.patient-photo-upload, .upload-pic, .onboarding-content-box.content-wrap, .onboarding-progress, .on-board-wizard ul li a, #onboard-slider .owl-dots, .right-panel, .left-panel, .onboard-wrapper, .review-grid, .cart-search form, .contact-section-fourteen .contact-schedule-main .scheduling-left-main ul, .banner-wrapper .search-box-3 form, .map-listing .profile-widget, .doctor-widget-one .doc-info-left, .doctor-widget-one, .clinic-services, .doc-info-left, .doctor-widget, .call-timing, .call-details, .password-strength, .increment-decrement .input-groups, .login-bottom-copyright, .custom-increment .input-group1, .patient-graph-col .graph-box .graph-status-result, .patient-graph-col .graph-box, .patient-graph-box, .patient-dashboard-top, .change-avatar, .profile-info-widget, .dash-card .dash-widget, .upload-wrap, .review-listing > ul li .comment .comment-body .meta-data .review-count, .review-listing > ul li .comment, .appointments .appointment-list, .appointment-list .profile-info-widget, .booking-device, .success-page-cont, .booking-doc-info, .work-info, .section-search .banner-wrapper .search-box form, .footer-two .footer-top .footer-widget .footer-contact-info .footer-address, .footer-one .footer-top .footer-widget .footer-contact-info .footer-address, .footer .footer-top .footer-widget .footer-contact-info .footer-address, .header.header-ten .main-menu-wrapper .main-nav, .header-one .main-menu-wrapper .main-nav, .header .header-nav .header-navbar-rht .has-arrow .user-header, .header .header-nav .header-navbar-rht .dropdown-menu .dropdown-item, .header .header-nav .main-nav, .header .header-nav, .avatar .avatar-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
* {
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
}
.btn-icon {
    text-align: center;
    font-size: 10px;
    width: 26px !important;
    height: 26px !important;
    padding: 0;
    /*position: absolute;*/
    top: 3px;
    right: 3px;
}
.doctor-divison .pat-background, .doctor-divison .doc-background, .appointments .appointment-action, .success-cont i, .profile-widget .fav-btn, .section-specialities .specialities-slider .speicality-item .speicality-img span, .footer .footer-top .footer-widget .footer-about-content .social-icon ul li a, .footer .footer-top .footer-widget .footer-about-content .social-icon ul, .header .header-nav .header-navbar-rht .has-arrow.logged-item .nav-link, .header .header-nav .header-navbar-rht .has-arrow .logged-item .nav-link, .header .header-nav .header-navbar-rht li, table.table td h2.table-avatar, table.table td h2 .table-avatar, .avatar-group, .btn-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.trusted-section .owl-carousel.partners-slider.owl-loaded, .increment-decrement .input-groups, .login-page .login-right, .signature, .change-avatar, .dash-card .dash-widget, .btn.btn-danger.trash, .appointments .appointment-action, .success-cont i, .success-page-cont, .header.header-ten .menu-header, .header-one .menu-header, .header .header-nav .header-navbar-rht .has-arrow.logged-item .nav-link, .header .header-nav .header-navbar-rht .has-arrow .logged-item .nav-link, .header .header-nav .header-navbar-rht .dropdown-menu .dropdown-item, .header .header-nav .header-navbar-rht li, .header .header-nav .menu-header, table.table td h2.table-avatar, table.table td h2 .table-avatar, .avatar .avatar-title, .btn-icon {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.store-tab, .doctor-divison .pat-background, .doctor-divison .doc-background, .login-bottom-copyright, .custom-increment.cart .input-group1, .success-cont i, .hours-info .btn.btn-danger.trash, .profile-widget .fav-btn, .section-specialities .specialities-slider .speicality-item .speicality-img span, .header .header-nav .header-navbar-rht li, .avatar .avatar-title, .btn-icon {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.dropdown-menu {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: inherit;
    font-size: 0.75rem;
    border-radius: 3px;
    transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    z-index: 10000;
}
ul li {
    list-style-type: none;
}

/*a {
    color: #2E3842;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
}*/

.doctor-widget .doc-name {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px;
}

p {
    margin-top: 0;
    margin-bottom: 16px;
}

h1, h2, h3, h4, h5, h6 {
    color: #272b41;
    font-weight: 500;
}
.clini-infos {
    margin-bottom: 10px;
}

    .clini-infos ul {
        font-size: 0.75rem;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .clini-infos ul li {
            display: block;
            /*line-height: 30px;*/
            color: #4E4852;
        }

            .clini-infos ul li i {
                font-size: 15px;
                min-width: 20px;
            }

.review-card {
    background: #F4F7FD;
}
.gap-3 {
    gap: 1rem !important;
}
.rating-star-filled {
    color: #ffe234;
}
.rating-main i.filled {
    color: #ffe234;
}
.rating-main, .rating {
    cursor: pointer;
}
.rating-main {
    list-style: none;
    /* width: 100%; */
    margin: 0 0 7px;
    padding: 0;
}
.datatable-btn-icon {
    text-align: center;
    font-size: 10px;
    width: 26px;
    height: 26px;
    padding: 0;
    /*position: absolute;*/
    top: 3px;
    right: 3px;
}