body {background-color:#fff; font-family:'Poppins';}
.logout-icon {
    width: 74px;
}
.card {
    background-color: #f7f8fb;
    box-shadow: 0 0px 9px 1px #8196e633;
}
.session-details i {
    color: #8196e6;
}
a, .accordion-button:not(.collapsed) {
   color: #8196e6;
}

/*-----header-----*/
.u-header {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 786px;
    margin-left: auto;
    margin-right: auto;
    border-radius:0 0 10px 10px;
}

.nav-right-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.nav-right-menu a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
}

.u-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.u-menu-toggle {
    /*display: none;*/
    flex-direction: column;
    cursor: pointer;
}

.u-menu-toggle span {
    height: 3px;
    width: 25px;
    background-color: #333;
    margin: 4px 0;
    transition: 0.3s;
}

.u-logo a {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    font-weight: bold;
}

.u-user-info {
    display: flex;
    align-items: center;
    gap: 15px;
}
.u-user-info .u-logout {
    text-decoration: none;
    font-size: 14px;
}
.u-sidebar {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100%;
    background-color: #fff;
    /*box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);*/
    transition: 0.3s;
    z-index: 1000;
    padding-top: 20px;
    display: flex;
    flex-direction: column-reverse;
}

.u-sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.u-sidebar ul li {
    padding: 15px 20px;
}

.u-sidebar ul li a {
    text-decoration: none;
    color: #333;
    display: block;
    font-size: 16px;
}

.u-sidebar ul li a:hover {
    color: var(--ct-link-hover-color);
}

.u-sidebar.active {
    right: 0;
    box-shadow: rgb(0 0 0 / 20%) 0px 1px 2px 0px;
}

/*-----*/
.uab-nr {width:24px;}
.uab-stats i {
    position: relative;
    top: 8px;
    color: #8196e6;
    font-size: 16px;
    line-height: 0;
}
.accordion-button.udash-ac-st {
    box-shadow: 0 0px 1px 1px #8196e633;
}
.accordion-button.udash-ac-st::after {
    margin-left:0!important;
}
.accordion-button.udash-ac-st.collapsed {
    border-radius: 8px!important;
}
.accordion-button:not(.collapsed) {
    background-color: #f7f8fb;
    border-radius: 8px!important;
}
.what-to-expect-section a {
    justify-content: space-between;
    color: #2d3240;
    font-weight: 500;
    font-size: 15px;
}

/*-----------btn--------*/
.btn-sd-lg, .btn-sd-lg:hover, .btn-sd-lg:active, .btn-sd-lg:visited {border: 2px solid #8196e6; color: #8196e6; font-weight: 500; border-radius: 30px; padding:7px 45px;}
.upt-btn a, .upt-btn button, .upt-btn a:hover, .upt-btn button:hover {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #8196e6;
    color: #8196e6;
    font-weight: 500;
    border-radius: 30px;
    padding: 7px 18px;
}
.upt-btn i {
    font-weight: 600;
    padding-right: 7px;
}
.btn-back {
    color: #8196e6; 
    display: flex; 
    font-weight: 500; 
    column-gap: 5px; 
    font-size: 16px;
}
.usp-thumbnail img {
    border-radius: 50px;
    border: 1px solid #8196e6;
    padding: 3px;
    margin-bottom: 7px;
    max-height: 80px;
    max-width: 80px;
    height:80px;
}
/*-----------flat pickr----*/
.flatpickr-current-month {
    width: auto;
    background-color: #8196e6;
    color: #fff;
    border-radius: 30px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    left: auto;
    font-size: 120%;
    line-height:1.1;
}
.dayContainer {
    row-gap: 5px;
}
.flatpickr-day {
    font-weight: 500;
    border: 1px solid #8196e6;
}
.flatpickr-day.flatpickr-disabled {
    color: #949494;
    font-weight: 400;
}
.flatpickr-day.today {
    background-color: #8196e636;
    border: none;
}
.flatpickr-day.selected ,span.flatpickr-day.today.selected{
    background-color: #8196e6;
    border-color:#8196e6;
    color:#fff;
}
.all-message {
    background-color: #8196e61a;
    padding: 12px 12px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
}
.all-message-est {
    background-color: #8196e61a;
    padding: 12px 12px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
}
.btn-time-slot {
    border: 1px solid #8196e6;
    color: #8196e6;
    font-weight: 500;
    border-radius: 30px;
    padding: 5px 14px;
    margin: 3px;
    background-color: #fff;
    text-transform: lowercase;
    font-size: 13px;
}
.btn-time-slot.time-slot.active {
    background-color: #8196e6;
    color: #fff;
}
.flatpickr-months {
    justify-content: center;
    margin-bottom: 15px;
}
.flatpickr-month {
    max-width: 200px;
}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
    padding: 4px;
}
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
    fill: unset;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    display: block;
    fill: #c4c4c4;
}
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
    opacity: 0.3;
}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
    position:relative;
}
.accordion-button {
    padding: .8rem 1rem;
}
.btn-link {
    color: #8196e6;
}
.btn-show-pass {
    border: 1px solid #dee2e6;
    border-left-width: 0;
}
.btn-show-pass:hover, .btn-show-pass:active {
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
    color: #8196e6 !important;
    border-left-width: 0 !important;
}
/*----modal------*/
.success-modal {
    background-color: #fff;
}

.success-modal .modal-content {
    height: 95vh;
}

.jm-color {
    color: #8196e6;
}

.content.small {
    max-width: 786px; 
}

.content.medium {
    max-width: 990px; 
}

.sub-categories .item {
    cursor: pointer;
}

.more-link svg {
    width: 15px;
    border: 2px solid;
    height: 15px;
    padding: 1px;
    fill: #8196E6;
    border-radius: 30px;
}

.article-wrapper img.card-img-top {
    height: 160px;
    object-fit: fill;
}

.article-wrapper .card-title {
    line-height: 1.3rem;
}

.article-wrapper .card-title a {
    display: block;
    width: 100%; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}


.flatpickr-calendar.animate.inline {
    box-shadow: none;
    margin: 0 auto;
}

.wp-block-audio audio {
    width: 100%;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 450px;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}


/*---- footer------*/
footer.sticky-navbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff; 
    z-index: 999;
}

footer .navbar-menu {
    display: flex;
    justify-content: space-around;
    padding: 4px 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #ddd;
    max-width: 786px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px 10px 0 0;
}

footer .navbar-menu ul {
    list-style: none;
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
}

footer .navbar-menu li {
    flex: 1;
    text-align: center;
}

footer .navbar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 82%;
    color: #2D3240;
    text-decoration: none;
    transition: color 0.3s;
}

footer .navbar-item i {
    font-size: 20px;
}

footer .navbar-item:hover {
    color: #8196e6;
}


.text-hr span::after {
    content: "";
    width: 40%;
    height: 1px;
    background-color: #e3e3e3;
    position: absolute;
    right: 5%;
    top: 50%;
}

.text-hr span::before {
    content: "";
    width: 40%;
    height: 1px;
    background-color: #e3e3e3;
    position: absolute;
    left: 5%;
    top: 50%;
}

.text-hr {
    text-align: center;
    position: relative;
}

.specialist-gallery {
    display: grid;
    gap: 10px; /* Spațiu între imagini */
}

.specialist-gallery img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px; 
    cursor: pointer;
}

.terms-iframe {
    height: 100vh;
    position: absolute;
    margin-top: 58px;
    padding-bottom: 56px;
    top: 0;
    left: 0;
}

footer .navbar-item.active {
    color: #8196e6;
}

#specialist-description img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.image-group {
    display: inline-grid;
    grid-template-columns: auto auto;
}

@media (min-width: 768px) {
    .specialist-gallery {
        grid-template-columns: repeat(8, 1fr);
    }
}

@media (max-width: 767px) {
    .specialist-gallery {
        grid-template-columns: repeat(5, 1fr);
    }
}

/*----------------------*/
@media (min-width: 1025px) {
    a#addToCalendarBtn {
        display: none;
    }
}
@media (max-width: 1024px) {
    /*.u-menu-toggle {
        display: flex;
    }*/

    .u-user-info {
        display: none;
    }
}