/*===================================== 
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: rgb(255, 138, 0);
}

.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;
}

.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: #ff8a00;
    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;
}

@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;
    }
}
