/*===================================== 
YOU CAN WRIGHT CUSTOME CSS 
======================================*/

body .text-light {
  color: #eee;
}
body .text-dark {
  color: #333;
}
body .invalid-feedback {
  display: block;
}

/* .aon-card-body{
    overflow: scroll;
} */

.iti__country-list{
    z-index: 99 !important;
}

.pagination-custom .page-item.disabled .page-link{
    display: none;
}

.pagination-custom .page-item.active .page-link{
    background: rgb(225, 123, 4);
    border-color: #dee2e6;
}

.pagination-custom .page-link:hover {
    background-color: #dee2e6;
    border-color: #dee2e6;
    color: #000;
}

.pagination-custom nav {
    justify-content: center !important;
}

.pagination-custom .pagination {
    justify-content: center;
    margin: 0;
}

.pagination-custom .page-item {
    margin: 0 4px;
}

.pagination-custom .page-link {
    border-radius: 8px;
    padding: 6px 12px;
}

/* A "Showing X to Y of Z" szöveg középre */
.pagination-custom .text-muted {
    text-align: center;
    width: 100%;
}

.btn-top-xl{
    position: relative;
    top: 36px;
}

.aon-date-box span{
    text-transform: uppercase;
}

.link-info{
    text-decoration: none;
    color: #C8A96E;
}

.link-info:hover{
    text-decoration: underline;
    color: rgb(0, 0, 0);
}

.appointment-note{
    color: #022279;
    font-size: 1rem;
}

.fa-star, .fa-star-o{
    color: orange;
    font-size: 1.25rem;
    cursor: pointer;
}

.fa-close{
    color: red;
    font-size: 1.25rem;
}

.fa-check{
    color: green;
    font-size: 1.25rem;
}

#autocomplete-list{
    border:1px solid #ccc;
    display:none;
    position:absolute;
    z-index:1000;
    background-color: #fff;
    list-style-type: none;
}

#autocomplete-list li{
    padding: .25rem 1rem;
}

#autocomplete-list li:hover{
    background-color: #ccc;
}

.aon-newChart-right{
    padding-left: 0;
}

.aon-book-appoint-follow{
    font-size: 12px;
    width: fit-content;
    color:#fff;
    padding: .375rem .75rem;
    border-radius: .25rem;
}

.aon-book-appoint-follow.confirmed{
    background: #5BD168;
}

.aon-book-appoint-follow.cancelled{
    background: #EC5052;
}

.aon-book-appoint-follow.pending{
    background: #4FB0DF;
}

.fc-event-confirmed{
    background-color: #5BD168;
    color: white;
}

.fc-event-cancelled{
    background-color: #EC5052;
    color: white;
}

.fc-event-pending{
    background-color: #4FB0DF;
    color: white;
}

.rating-box{
    border: 1px solid #022279;
    padding: 20px;
    border-radius: 10px;
}

.dataTables_length, .dataTables_filter{
    display: none;
}

.site-header{
    z-index: 99999;
}

.header-nav-logout{
    border: 0;
    background: none;
    padding: 0;
}

.form-control{
    text-align: left;
}

.logo-header{
    width: 22%;
}

.site-footer.footer-light {
    background-color: rgb(44, 108, 94);
    color: #fff;
}

.custom-f-title {
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 30px;
    position: relative;
    color: #fff;
    text-align: center;
}

.custom-f-title:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    width: 170px;
    height: 2px;
    background: #C8A96E;
    display: block;
    transform: translateX(-50%);
}

.custom-footer-bottom-area {
    text-align: center;
}

.custom-foo-copyright {
    color: #fff;
    border-top: 0.6px solid lightgray;
    padding-top: 20px;
}

.cus-account-logo {
    width: 250px;
}

.officehours-dayoff{
    background: rgb(225, 123, 4) !important;
}

.sf-appoint-doc-date{
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.add-to-cal-btn{
    width: 100%;
    text-align: center; 
}

.iti--allow-dropdown{
    width: 100%;
}

/* .aon-inputicon-box.gender{
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 10px 12px;
    line-height: 20px;
} */

.password-toggle-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d;
}
.password-toggle-icon:hover {
    color: #333;
}

.admin-nav .fa{
    width: 1.25rem;
}

.specializations-list{
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 0 12px;
}

.specialization-row{
    border-bottom: 1px solid #e1e1e1;
    line-height: 5;
}

.specialization-row:last-of-type{
    border-bottom: 0;
}

.appointment-row{
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 0;
}

.sf-appoi-first{
    width: fit-content;
    margin: auto;
}

.vertical-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rating-box .fa{
    cursor: default;
}

.aon-search2-bar-wrap{
    background: #ffffff;
}

.aon-searchInfo-text span{
    color: #C8A96E;
}

.available-appointment{
    font-size: 1rem !important;
    font-weight: 100;
}

.available-appointment:hover{
    color: #fff;
    background-color: #C8A96E !important;
}

.sum-doctor{
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.sum-doctor img{
    max-height: 5rem;
}

.page-item.active .page-link{
    background: #C8A96E;
    border-color: #C8A96E;
}

.page-link:hover {
    background-color: rgb(44, 108, 94);
    border-color: rgb(44, 108, 94);
    color: #fff;
}

.img-bg-wrap{
    background-size: cover;
    background-position: center;
    height: 10rem;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.img-doc-wrap{
    background-size: cover;
    background-position: top center;
    height: 15rem;
}

.img-doc-list-wrap{
    background-size: cover;
    background-position: top center;
    height: 10rem;
    width: 100%;
    border-radius: 8px;
}

.aon-doctorAbout-pic{
    background-size: cover;
    background-position: top center;
}

.font-wht{
    color: #fff;
}

.bg-white{
    background-color: #fff;
}

.sf-doc-timing-slots-detail:hover{
    background-color: #2fc0a1;
    color: #e2f7f2;
}

.aon-med-sevices-cat{
    padding: 50px 10px;
}

.aon-form-doc-pic{
    background-size: cover;
    background-position: top center;
}

.aon-med-serices-cat-info h4{
    font-size: 1rem;
}


.aon-med-sevices-cat:hover .aon-med-serices-cat-info h4{
    color: #fff;
}

.aon-med-team .aon-med-team-pic:after{
    display: none;
}

.aon-booking-form .btn-back-to-home{
    top: 45px !important;
}

.tooltip-custom-trg{
    text-decoration: underline;
    cursor: pointer;
}

.tooltip-custom-cnt{
    background-color: #333;
    padding: .5rem;
    border-radius: 4px;
    color: #eee;
    font-size: .75rem;
    width: fit-content;
    position: absolute;
    z-index: 99;
    display: none;
}

.tooltip-custom:hover .tooltip-custom-cnt{
    display: block;
}

.fc-daygrid-event{
    background-color: #00B600;
    color: #fff;
    padding: .25rem;
    text-align: center;
    margin: .5rem;
}

.fc-daygrid-event:hover{
    background-color: #377366;
    color: #fff;
    cursor: pointer;
}

.fc-daygrid-event .fc-daygrid-event-dot{
    display: none;
}

.fc-daygrid-event .fc-event-time{
    width: 100%;
    text-align: center;
}

.fc-daygrid-event .fc-event-title{
    display: none;
}

.link-clck{
    text-decoration: none;
}

.link-clck:hover{
    color: #C8A96E;
}

.doctor-profile-spec{
    background-color: #C8A96E;
    box-shadow: none;
    transition: all 0.25s linear;
}

.doctor-profile-spec:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 10px 10px 0px 0px;
}

.doctor-profile-spec .aon-med-serices-cat-info h4, .doctor-profile-spec .aon-med-serices-cat-info p{
    color: #fff;
}

.doctor-profile-spec .media{
    overflow: visible;
}

.doctor-profile-spec .media::after{
    background-color: rgb(255, 255, 255);
    opacity: 1;
}

.doctor-profile-institutes .institute-wrap{
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 0;
    border: 0;
    box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.1);
}

.doctor-profile-institutes .institute-wrap:hover{
    border: 0;
    box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.3);
}

.doctor-profile-institutes .institute-wrap .institute-overlay{
    background-image: linear-gradient(to right, #fff 33%, transparent);
    width: 100%;
    padding: 30px;
}

.doctor-profile-institutes .institute-wrap .institute-overlay .aon-med-team-info{
    max-width: 50%;
}

.doctor-ratings-order{
    position: absolute;
    right: 0;
    top: 0;
}

.calendar-overlay-wrap{
    position: relative;
}

.calendar-overlay-wrap #appointment-calendar-overlay{
    position: absolute;
    background: rgba(255, 255, 255, .75);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: default;

}
.calendar-overlay-text{
    text-align: center;
    color: red;
}

.aon-search2-btn.disabled{
    opacity: .5;
}

.carousel-control-next{
    right: -50px;
}

.carousel-control-next-icon{
    opacity: 1 !important;
    background-color: black;
    border-radius: 50%;
}

.carousel-control-prev{
    left: -50px;
}

.carousel-control-prev-icon{
    opacity: 1 !important;
    background-color: black;
    border-radius: 50%;
}

.side-bar.disabled{
    opacity: .5;
}

.sf-appoint-doc-info .prof-img{
    background-size: cover;
    background-position: top center;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 20px;
    margin: auto;
}

.aon-med-srv-cat-section ul{
    border: 0;
}

.aon-med-srv-cat-section ul li{
    border: 1px solid rgb(235, 235, 235);
}

.aon-search2-bar-wrap{
    background-color: #d2e7e2;
}

.footer-top-newsletter{
    padding-top: 2rem;
}

.sf-news-letter{
    width: 100%;
    display: block;
}

.sf-news-l-form input{
    border-radius: 12px !important;
    width: 86% !important;
}

.sf-news-l-form button{
    border-radius: 12px !important;
}

.autocomplete-box {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 1000;
    border-radius: 12px;
    margin-top: .25rem;
    width: 86% !important;
}

.autocomplete-box a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    border-radius: 12px;
}

.autocomplete-box a:hover {
    background: #f5f5f5;
}

.page-title{
    font-size: 30px;
}

.mobile-only{
    display: none;
}

.aon-banner-wrap{
    overflow: visible;
}

.sidebar-admin-wraper{
    z-index: 999999;
}

.admin-nav-mobile-trigger{
    display: none;
    position: absolute;
    left: 0;
    top: 16px;
    width: fit-content;
    background-color: #C8A96E;
    color: #fff;
    padding: .25rem .75rem;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

#sidebar-admin-wraper.is-open {
    margin-left: 0;
}

@media (min-width: 576px) {
    .pagination-custom .d-sm-flex {
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 992px){
    .btn-top-xl{
        position: relative;
        top: unset !important;
    }

    .iti{
        width: 100%;
    }

    .twofactorlogin{
        width: 100% !important;
    }

    .mobile-center{
        text-align: center;
    }

    .mobile-btn-center{
        margin: auto;
        display: block;
        width: fit-content;
    }

    .logo-header{
        width: 48% !important;
    }

    .cus-account-logo {
        width: 145px;
    }

    .specialization-row{
        line-height: 2;
        padding: 10px 0;
    }

    .specialization-row .btn-cancelled, .specialization-row .btn-complete{
        margin: 10px 0;
        display: block;
        text-align: center;
    }

    .delete-specialization-form{
        text-align: center;
    }

    .vertical-center{
        position: relative;
        top: unset;
        left: unset;
        transform: none;
    }

    .appointment-row .col-12{
        padding: .5rem 0;
    }

    .aon-form-logo{
        width: 100%;
        float: none;
    }

    .aon-form-logo img{
        width: 75%;
    }

    .aon-booking-wrap{
        align-items: unset !important;
        padding: 0 !important;
    }

    .aon-booking-form .btn-back-to-home{
        top: 15px !important;
    }

    .sf-listing-view .sf-listing-media-wrap{
        width: 45%;
        display: inline-block;
    }

    .sf-listing-view .sf-listing-info{
        width: 45%;
        display: inline-block;
    }

    #aon-about-area{
        display: block !important;
    }
    #aon-about-area .aon-doctorAbout-left{
        width: 100%;
        display: block;
        text-align: center;
    }
    #aon-about-area .aon-doctorAbout-left .aon-doctorAbout-pic{
        margin: auto;
    }

    #aon-about-area .aon-doctorAbout-right{
        width: 100%;
        display: block;
    }

    .aon-doctorAbout-rating .fa-star{
        cursor: default !important;
    }

    .search-filter-content{
        margin-bottom: 2rem;
    }

    .aon-doctorReview{
        display: block !important;
    }

    .aon-doctorReview-left{
        width: 100%;
        display: block;
    }

    .aon-doctorReview-right{
        width: 100%;
        display: block;
    }

    .aon-insuranc-list{
        display: block !important;
    }

    .doctor-ratings-order{
        position: relative !important;
        margin-bottom: 1rem;
    }

    .aon-med-sevices-cat{
        padding: 20px 10px;
    }

    .aon-med-serices-cat-info{
        margin-top: 1rem;
    }

    .mobile-w-100{
        width: 100% !important;
    }

    #filter-form .site-button{
        margin-top: 0 !important;
    }

    .pagination{
        margin: 0 auto 2rem auto;
    }

    .footer-top-newsletter{
        width: 100% !important;
    }

    .sf-news-l-form input{
        width: 100% !important;
    }

    .sf-news-l-form .sf-sb-btn{
        display: none;
    }

    .autocomplete-box{
        top: 40px;
        width: 100% !important;
    }

    .mobile-only{
        display: block;
    }

    .search-submit-btn{
        border: 0;
        position: absolute;
        right: 0;
        background: #C8A96E;
        padding: 8.5px 16px;
    }

    .search-submit-btn i{
        color: #fff;
    }

    .admin-nav-mobile-trigger{
        display: block;
    }

    .admin-nav {
        max-height: calc(100vh);
    }
}

@media (min-width: 768px){
    .admin-nav-mobile-trigger{
        display: none !important;
    }
}
