
.dashboard-bg {
    background: #FAFAFA;
    padding-top: 26px;
    padding-bottom: 175px;
}

.dashboard-container {
    max-width: 1112px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    background: #FAFAFA;
}

.dashboard-container.dashboard-slider-container {
    padding-right: 0 !important;
    overflow: hidden;
}

.dashboard-slider-container .slick-track {
    margin-left:0!important;
}

.dashboard-container.dashboard-slider-container .dashboard-box-top {
    padding-right: 20px;
}

.dashboard-container img {
    width: 100%;
}

.dashboard-slider-wrap {
    min-height: 450px;
    width: 100%;
    background: linear-gradient(265.18deg, #0B2850 32.87%, #195BB6 101.56%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-slider {
    width: 100%;
}

.dashboard-title-box {
    width: 70%;
}

.dashboard-events-wrap .dashboard-title-box {
    width: auto;
    margin-bottom: 15px;
}

.dashboard-events-wrap .dashboard-box-top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

.dashboard-slider-box {
    height: 100% !important;
    background: transparent !important;
    position: relative;
}

.dashboard-slider-slide,
.dashboard-homepage-slider-slide {
    padding-right: 15px;
}

.dashboard-slider-box h2,
.dashboard-slider-box p {
    color: white;
}

.dashboard-slider-box h2 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 30px;
}

.dashboard-slider-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dashboard-slider-box .main-styled-button {
    background-color: transparent;
    border: 1px solid white;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    max-width: 200px;
    color: white;
    cursor: pointer;
    margin: 0 auto;
    height: 53px;
}

.dashboard-slider-box .main-styled-button:hover {
    color: #032549;
    background: white;
}

.navlink {
    color: #B5D7FF;
    text-decoration: underline;
    font-weight: 600!important;
}

.navlink:hover {
    color: white;
    text-decoration: none;
}

.navlink.current {
    text-decoration: none;
}

.navlink.current:hover {
    color: white;
    text-decoration: none;
}

.dashboard-prev-btn,
.dashboard-next-btn {
    position: absolute;
    color: white;
    font-size: 25px !important;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 2;
    cursor: pointer;
    background: url('/images/dashboard/arrow-slider.svg') no-repeat center center;
    width: 18px;
    height: 18px;
    background-size: contain;
}

.dashboard-prev-btn {
    display: none !important;
}

.dashboard-next-btn {
    right: 15px;
    top: -50px;
    transform: rotate(180deg);
}

@media only screen and (min-width: 768px) {
    .dashboard-bg {
        padding-top: 40px;
        padding-bottom: 90px;
    }

    .dashboard-slider-slide,
    .dashboard-homepage-slider-slide {
        max-width: 660px !important;
        padding: 0;
        padding-left: 80px;
    }

    .dashboard-homepage-slider-slide {
        max-width: 800px !important;
        padding-left: 0;
    }

    .dashboard-homepage-slider-slide h2 {
        font-size: 55px;
        font-weight: 600;
        max-width: 475px;
        color: #B5D7FF;
        margin-bottom: 30px;
    }

    .dashboard-homepage-slider-slide p {
        margin-bottom: 0!important;
        font-size: 15px;
    }


    .dashboard-slider-box .main-styled-button {
        margin: 0;
    }

    .dashboard-slider-box h2 {
        font-size: 48px;
        line-height: 50px;
    }

    .dashboard-prev-btn {
        display: block !important;
        left: 6px;
    }

    .dashboard-next-btn {
        right: 6px;
        top: 50%;
    }
}

.dashboard-container-main-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 50px;
    /*color: #0CB4CE;*/
    color: #CCC;
/*    margin-top: 27px !important;*/
    margin-bottom: 33px;
}

.dashboard-container-sub-title{
    font-size: 24px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 27px;
}


/*.dashboard-container-sub-title-desktop{*/
/*    display: none;*/
/*}*/

.dashboard-container-sub-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.dashboard-box-section {
    border-bottom: 0.75px solid #73737326;
    padding-bottom: 38px;
    margin-bottom: 25px;
}


.dashboard-box-item {
    width: 100%;
    display: flex;
    align-items: center;
}

.dashboard-unavailable-inner-img-box {
    width: 50px;
    height: 50px;
    background: #FAFAFA;
    border-radius: 50%;
    padding: 7px;
}

.dashboard-box-item-text-not-available {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    position: relative;
    padding-left: 15px;
    color: #FF8821 !important;
}

.dashboard-box-item-text-not-available:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #FF8821;
}


.dashboard-box-image-unavailable-inner {
    color: #888;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 20px;
    text-align: center;
}

.dashboard-box-image-unavailable-inner img {
    width: 20px;
    height: 20px;
    object-fit: contain !important;
}


.dashboard-box-image-unavailable-inner span {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    display: none;
}


.dashboard-box-item-unavailable .dashboard-box-image {
    width: 60px;
    height: 60px;
    border-radius: 25px;
    background: white;
    position: relative;
}

.dashboard-box-item:not(:last-child) {
    margin-bottom: 14px;
}

.dashboard-box-item img {
    border-radius: 5px;
}

.dashboard-box-item-title,
.dashboard-box-item-text {
    line-height: 1;
    color: #0B2850;
}

.dashboard-box-item-title a {
    color: #0B2850;
}

.dashboard-box-item-title:hover {
    text-decoration: underline;
}

.dashboard-box-item-title {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dashboard-box-image {
    max-width: 60px;
    width: 100%;
    height: 60px;
    margin-right: 15px;
}

.dashboard-box-image img {
    height: 100%;
    object-fit: cover;
}

.dashboard-box-item-text {
    font-size: 10px;
    font-weight: 400;
    color: #848484;
}

.dashboard-box-text-renew {
    font-size: 11px;
    font-weight: 400;
    line-height: 25px;
    color: #EA1717;
    position: relative;
    padding-left: 15px;
}

.dashboard-box-text-renew:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #EA1717;
}

.dashboard-product-item-text {
    font-size: 10px;
    font-weight: 400;
    color: #848484;
    margin-bottom: 0;
}

.dashboard-product-item-text a {
    color: inherit;
    text-decoration: none;
}

@media (min-width: 768px) {
    .dashboard-product-item-text {
        font-size: 14px;
    }
}

.dashboard-box-arrow {
    margin: 0 auto 17px;
    display: block;
    margin-bottom: 17px;
}

.dashboard-four-items-container.dashboard-box-section {
    margin-bottom: 20px;
    padding-bottom: 0;
}

.dashboard-three-items-container.dashboard-box-section {
    margin-bottom: 20px;
    padding-bottom: 0;
}

a.dashboard-box-item {
    cursor: pointer;
}

a.dashboard-box-item .dashboard-box-image {
    position: relative;
}

a.dashboard-box-item .dashboard-box-image:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/dashboard/video-btn.png") no-repeat center center;
    width: 42px;
    height: 42px;
    background-size: contain;
    display: none;
}

.dashboard-courses-slider-item .dashboard-seminar-slider-item-box-image {
    position: relative;
}

.dashboard-courses-slider-item .dashboard-seminar-slider-item-box-image:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/dashboard/video-btn.png") no-repeat center center;
    width: 42px;
    height: 42px;
    background-size: contain;
    display: none;
}

.dashboard-box-view-all {
    border: 1px solid #0B2850;
    background: transparent;
    border-radius: 25px;
    font-size: 10px;
    padding: 4px 10px;
    transition: .3s ease-in-out;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0B2850;
    min-width: 85px;
}

.add-more {
    padding-left: 40px!important;
    width: 220px!important;
    display: inline-block;
    line-height: 1.429rem;
}

@media (min-width: 768px) {
    .dashboard-box-view-all {
        font-size: 11px;
        padding: 4px 21px;
    }
}

.dashboard-box-view-all.dashboard-box-view-all-green {
    background: #2684FF;
    border: 1px solid #2684FF;
    color: white;
}

.dashboard-box-view-all:hover {
    background: #0B2850;
    color: white;
    border: 1px solid #0B2850;
}

.dashboard-box-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .dashboard-box-top {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0;
    }

    .dashboard-product-buttons,
    .dashboard-course-buttons {
        width: 100%;
        margin-top: 15px;
    }

    .dashboard-products-wrap > .ui.hidden.divider,
    .dashboard-courses-wrap > .ui.hidden.divider
    {
        display: none !important;
    }
}


@media only screen and (min-width: 768px) {
    .dashboard-container-main-title {
/*        margin-bottom: 60px;*/
        font-size: 40px;
    }

    .dashboard-container-sub-title {
        font-size: 40px;
/*        margin-bottom: 6px;*/
    }

    .dashboard-container-sub-title-mobile {
        display: none;
    }

    .dashboard-container-sub-title-desktop {
        display: block;
    }


    .dashboard-container-sub-text {
        font-size: 20px;
    }


    .dashboard-box-section {
        padding-bottom: 120px;
        margin-bottom: 40px;
    }

    .dashboard-slider-container .dashboard-box-section {
        padding-bottom: 54px;
    }

    .dashboard-events-wrap .dashboard-box-top {
        flex-direction: row;
        align-items: center;
    }

    .dashboard-events-wrap .dashboard-title-box {
        margin-bottom: 0;
    }

    .dashboard-box-image {
        max-width: 100%;
        width: 100%;
        height: 100%;
        margin-right: 0;
        margin-bottom: 19px;
    }


    .dashboard-box-item {
        display: block;
/*        width: calc(100% / 3 - 18px);*/
        height: 207px;
    }

    a.dashboard-box-item .dashboard-box-image:after {
        display: block;
    }
    
    .dashboard-courses-slider-item .dashboard-seminar-slider-item-box-image:after {
        display: block;
    }

    .dashboard-box-item:not(:last-child) {
        margin-bottom: 0;
    }

    .dashboard-box-item.dashboard-box-four-item {
        width: calc(100% / 4 - 13px);
        display: flex;
        flex-direction: column;
    }

    .dashboard-box-item.dashboard-box-four-item .dashboard-box-text {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .dashboard-box-item.dashboard-box-four-item .dashboard-box-item-title {
        flex: 1;
        margin-bottom: 5px;
    }

    .dashboard-box-item.dashboard-box-four-item .dashboard-box-item-text {
        font-size: 11px;
    }

    .dashboard-box-item-title,
    .dashboard-box-item-text {
        line-height: 25px;
    }

    .dashboard-box-item-text a {
        color: inherit;
    }

    .dashboard-box-text a:hover p{
        text-decoration-line: underline;
    }

    .dashboard-box-item-title {
        font-size: 20px;
        display: block;
    }

    .dashboard-box-item-text {
        font-size: 14px;
    }

    .dashboard-box-items {
        display: flex;
        justify-content: flex-start;
        gap: 30px;
    }

    .dashboard-box-arrow {
        display: none;
    }

    .dashboard-box-item-unavailable .dashboard-box-image {
        width: 100%;
        height: 100%;
    }

    .dashboard-box-image-unavailable-inner span {
        display: block;
    }
    
    .dashboard-four-items-container.dashboard-box-section {
        margin-bottom: 42px;
        padding-bottom: 190px;
    }

    .dashboard-box-view-all {
        font-size: 18px;
        padding: 15px 21px;
    }
}

.dashboard-courses-slider .slick-slide {
    margin-right: 11px;
    transform: translateX(-55%);
}

.dashboard-courses-slider-item-box-image {
    margin-bottom: 20px;

    picture {
        img {
            border-radius: 5px;
            object-fit: cover;
            height: 200px;
        }
    }
}

@media (min-width: 999px) {
    .dashboard-box-image {
        cursor: grabbing!important;
    }
}

@media (min-width: 768px) {
    .dashboard-courses-slider .slick-slide {
        padding-right: 16px;
        transform: none;
    }
}

@media only screen and (min-width: 720px) and (max-width: 1024px) {
    .dashboard-courses-slider-item-box-image picture img {
        height: 160px;
    }
}

@media only screen and (min-width: 100px) and (max-width: 719px) {
    .dashboard-courses-slider-item-box-image picture img {
        height: 113px;
    }
}

.dashboard-events-wrap .dashboard-box-top {
    margin-bottom: 37px;
}

.dashboard-events-btns-wrap,
.dashboard-btns-wrap
{
    display: flex;
    align-items: center;
}

.dashboard-events-btns-wrap a:not(:first-child) {
    margin-left: 20px;
}

.dashboard-btns-wrap a:not(:first-child) {
    margin-left: 20px;
}

.dashboard-events-list {
    box-shadow: none !important;
    border: none !important;
    color: #888 !important;    
}

/* Product-specific button wrapper */
.dashboard-product-buttons,
.dashboard-course-buttons {
    display: flex;
    align-items: center;
}

.dashboard-product-buttons a:not(:first-child),
.dashboard-course-buttons a:not(:first-child) {
    margin-left: 20px;
}

/* New product-specific classes that mirror event styles */
.dashboard-products-actions {
    display: flex;
    align-items: center;
}

.dashboard-products-actions a:not(:first-child) {
    margin-left: 20px;
}

.dashboard-events-item {
    border-radius: 5px;
    background: white;
    display: flex;
    flex-direction: column;
    padding: 25px 15px 0 25px;
}

.dashboard-events-item:not(:last-child) {
    margin-bottom: 20px;
}

.dashboard-events-description-flag {
     font-size: 2rem;
}


.dashboard-events-date-box {
    display: none; /* Hide by default for mobile */
}

@media (min-width: 768px) {
    .dashboard-events-date-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #E6E6E6;
        max-width: 108px;
        padding-bottom: 11px;
        margin-bottom: 7px;
    }
}


.dashboard-events-description-title-box {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    overflow: hidden;
}

.dashboard-events-description-title-event {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.event-date-separator {
    margin: 0 5px;
    font-weight: normal;
    color: #848484;
}

.event-date-range,
.event-date-range-mobile {
    font-weight: normal;
    color: #848484;
}

.event-time-timezone {
    width: 100%;
    margin-top: 5px;
}

@media (min-width: 768px) {
    .event-date-range {
        font-size: 20px;
    }
}

.dashboard-events-description-title-event-desktop {
    display: none;
}

.dashboard-events-description-title-event-mobile,
.dashboard-user-events-description-title-event-mobile {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 100px);
}

.dashboard-user-events-description-title-event-mobile {
    max-width: calc(100% - 100px) !important;
}

@media (min-width: 768px) {
    .dashboard-events-description-title-event-desktop {
        display: block;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        max-width: none;
    }

    .dashboard-events-description-title-event-mobile {
        display: none;
    }

    .dashboard-user-events-description-title-event-mobile {
        display: none;
    }
}

.dashboard-events-description-flag {
    margin-left: -12px;
}

.dashboard-events-description-event-date {
    font-size: 14px;
    line-height: 25px;
    color: #999;
    margin-top:  4px;
    margin-bottom: 14px;
    display: inline-block;
    text-transform: uppercase;
}

.dashboard-events-description-event-date-custom {
    font-size: 15px;
    color: #464B50;
    margin-top: 10px;
}

.dashboard-events-description-event-date-desktop {
    display: none;
}

.dashboard-events-description-event-date-mobile {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 0;
}

.dashboard-events-date-range-mobile {
    color: #0B2850;
    font-weight: 400;
}

.dashboard-events-type-category {
    font-size: 12px;
    display: block !important;
}

.dashboard-events-description-title-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

@media (min-width: 768px) {
    .dashboard-events-type-category {
        font-size: 15px !important;
        display: none !important;
    }
}

@media (min-width: 768px) {
    .dashboard-events-description-event-date-desktop {
        display: inline-block;
    }

    .dashboard-events-description-event-date-mobile {
        display: none;
    }
}

.dashboard-events-description {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.dashboard-events-day,
.dashboard-events-date,
.dashboard-events-time-zone {
    font-weight: 300;
    line-height: 1.4;
}

.dashboard-events-day,
.dashboard-events-date {
    color: #0B2850;
}

.dashboard-events-day {
    font-size: 45px;
}

.dashboard-events-date {
    font-size: 12px;
}

.dashboard-events-time-zone {
    font-size: 11px;
    color: #848484;
}

.dashboard-events-subscribe-box {
    display: flex;
    flex-direction: column;
}

.dashboard-events-subscribe-box-btns {
    display: flex;
    justify-content: center;
}

.dashboard-events-subscribe-box-btns-desktop {
    display: none;
}

.dashboard-events-calendar-container,
.dashboard-events-testimonials-container {
    .leave-testimonial-button-container {
        margin: 0 auto;
    }

    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-events-calendar-container .add-to-calendar-dropdown {
    margin: 0 auto;
}

.dashboard-events-calendar-container {
    .dashboard-events-calendar-btn {
        margin-top: 5px;
        margin-bottom: 14px;

        span:last-child {
            padding-bottom: 2px;
        }
    }
}

.dashboard-events-testimonials-container {
    .dashboard-events-testimonials-btn {
        margin-bottom: 14px;

        span:last-child {
            padding-bottom: 2px;
        }
    }
}

.dashboard-events-calendar-container .menu {
    margin-top: 0 !important;
}

.dashboard-events-subscribe-box-btns-mobile {
    display: flex;
    justify-content: center;
}

.dashboard-events-subscribe-box-btns-mobile-right {
    justify-content: flex-end;
    max-width: 120px;
}

@media (max-width: 450px) {
    .dashboard-events-calendar-container,
    .dashboard-events-testimonials-container {
        width: 47% !important;
    }

    .dashboard-events-subscribe-box-btns-mobile {
        width: 53% !important;
    }
}

@media (max-width: 767px) {

    .view-invoice-text {
        font-size: 12px !important;
    }

    .dashboard-events-subscribe-box {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
    }

    .dashboard-events-calendar-container,
    .dashboard-events-testimonials-container {
        width: 33%; /* Approximately 1/3 of the space */
    }

    .dashboard-events-subscribe-box-btns-mobile {
        width: 67%!important; /* Remaining space for the two buttons */
    }

    .dashboard-user-events-calendar-container {
        margin-top: 0 !important;

        .dashboard-events-subscribe-box-btns-mobile {
            padding-top: 10px !important;
        }
    }

    .dashboard-events-subscribe-btn,
    .dashboard-events-calendar-btn,
    .dashboard-events-testimonials-btn,
    .dashboard-events-invoice-btn,
    .dashboard-events-book-now-btn {
        height: 30px !important;
        line-height: 30px !important;
        padding: 0 5px !important;
    }

    .dashboard-events-subscribe-btn {
        width: 48%; /* Adjust to fit two buttons side by side */
        margin-right: 2%; /* Small gap between buttons */
        font-size: 11px !important; /* Adjusted font size with !important */
        max-width: none !important;
    }

    .dashboard-events-invoice-btn {
        width: 48%; /* Adjust to fit two buttons side by side */
        margin-right: 2%; /* Small gap between buttons */
        max-width: none !important;
    }

    .dashboard-events-subscribe-btn:not(:last-child) {
        background: #FFFFFF !important;
        color: #464B50;
    }

    .dashboard-events-subscribe-btn:last-child {
        margin-right: 0;
    }

    .dashboard-events-invoice-btn:last-child {
        margin-right: 0;
    }
    
    .dashboard-events-desktop-buttons-container {
        width: 33%;
    }

    .dashboard-events-calendar-btn,
    .dashboard-events-testimonials-btn {
        width: 150px !important;
        font-size: 11px !important;
    }

    /* Ensure content is vertically centered in buttons */
    .dashboard-events-calendar-btn,
    .dashboard-events-testimonials-btn,
    .dashboard-events-confirmation-btn {
        align-items: center !important;
        justify-content: center !important;
    }

    .dashboard-events-calendar-btn,
    .dashboard-events-testimonials-btn {
        display: flex !important;
    }

    .dashboard-events-item {
        .add-to-calendar-dropdown {
            margin-bottom: 4px;
            margin-left: 40px;
        }
    }
    
    .dashboard-user-events-calendar-container {
        .add-to-calendar-dropdown {
            margin-top: 10px;
            margin-left: -15px !important;
        }
    }

    .dashboard-events-wrap {
        .leave-testimonial-button-container {
            margin-left: -10px !important;
        }
    }

    .dashboard-events-payment-status-btn {
        position: relative;
        padding-left: 40px !important;
    }
}

@media (min-width: 768px) {
    .dashboard-events-subscribe-box-btns-desktop {
        display: flex;
    }

    .dashboard-events-subscribe-box-btns-mobile {
        display: none;
    }

    .dashboard-events-subscribe-btn {
        height: 52px!important;
        width: 165px!important;
    }
}

.dashboard-events-description-box {
    text-align: left;
    margin-bottom: 0;
}

.dashboard-events-description-calendar {
    max-width: 12px;
    margin-right: 10px;
}

.dashboard-events-description-testimonial {
    max-width: 12px;
    margin-right: 10px;
}

.dashboard-events-subscribe-btn,
.dashboard-events-invoice-btn {
    max-width: 165px;
    width: 100%;
    background: #EEEEEE;
    color: #464B50;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    /*color: white;*/
    padding: 16px 10px;
    text-align: center;
    margin-bottom: 15px;
    transition: .3s ease-in-out;
}

.dashboard-events-subscribe-btn {
    background: #EEEEEE;
    color: #464B50;
    text-transform: uppercase;
}

.dashboard-events-invoice-btn {
    background: #EEEEEE;
    color: #464B50;
    text-transform: uppercase;
}

.dashboard-events-subscribe-btn:hover,
.dashboard-events-invoice-btn:hover,
.dashboard-events-subscribe-btn-gray:hover {
    background: #0B2850 !important;
    color: white !important;
    text-transform: uppercase;
}

.dashboard-events-subscribe-btn:first-child {
    margin-right: 10px;
}

.dashboard-events-invoice-btn:first-child {
    margin-right: 10px;
}

.dashboard-events-book-now-btn {
    background: #2684FF;
    color: #FFFFFF;
}

.dashboard-events-payment-status-btn {
    position: relative;
    padding-left: 64px !important;
    text-align: left !important;
    justify-content: flex-start !important;
    background-color: #EEEEEE !important;
    color: #0B2850 !important;
    border: 1px solid #EEEEEE !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
}

@media (max-width: 767px) {
    .dashboard-events-payment-status-btn {
        padding-left: 40px !important;
        padding-right: 10px !important;
        font-size: 12px !important;
    }

    .dashboard-events-payment-status-btn .payment-status-circle {
        left: 15px;
        width: 10px;
        height: 10px;
    }
}

.payment-status-circle {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.dashboard-events-payment-status-btn.unpaid .payment-status-circle {
    background-color: #D12E2E;
}

.dashboard-events-payment-status-btn.paid .payment-status-circle {
    background-color: #21B592;
}

.dashboard-events-book-now-btn:hover {
    background: #0B2850;
    color: #FFFFFF;
}

.dashboard-events-subscribe-btn.dashboard-events-subscribe-btn-gray {
    background: #EEEEEE;
    color: #0B2850;
}

.dashboard-events-invoice-btn.dashboard-events-subscribe-btn-gray {
    background: #EEEEEE;
    color: #0B2850;
}

.add-to-calendar-dropdown,
.leave-testimonial-button-container {
    display: inline-block;
    margin: 0 10px 10px 0;
}

.dashboard-events-calendar-btn,
.dashboard-events-testimonials-btn,
.dashboard-events-confirmation-btn {
    width: 100%;
    background: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    font-size: 11px !important; /* Adjusted font size with !important */
    font-weight: 600;
    margin: 0 auto;
    cursor: pointer;
}

.dashboard-events-calendar-btn img,
.dashboard-events-calendar-btn span {
    vertical-align: middle;
}

.dashboard-events-testimonials-btn,
.dashboard-events-confirmation-btn {
    padding: 10px;
}

.dashboard-events-calendar-btn,
.dashboard-events-testimonials-btn {
    color: #464B50!important;
    max-width: 165px;
}

.dashboard-events-confirmation-btn {
    display: none;
    max-width: 220px;
}

.dashboard-events-confirmation-btn {
    margin-left: 10px;
}

.dashboard-events-description-message {
    max-width: 14px;
    margin-right: 10px;
}

@media (min-width: 768px) {
    .dashboard-user-events-calendar-container {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .dashboard-events-calendar-btn,
    .dashboard-events-testimonials-btn,
    .dashboard-events-confirmation-btn {
        margin: 0;
        font-size: 12px !important;
    }

    .dashboard-events-confirmation-btn {
        margin-left: 20px;
        display: block !important;
    }
}

.dashboard-user-events-description-box {
    .dashboard-user-events-calendar-container {
        .dashboard-events-calendar-btn,
        .dashboard-events-testimonials-btn {
            padding-left: 0 !important;
        }
    }
    padding-right: 0!important;
}

.dashboard-container-sub-text-desktop {
    display: none;
}

.missed-notice {
    color: #464B50;
    text-align: center;
}

@media (min-width: 768px) {
    .dashboard-events-date-box {
        width: 30%;
        margin-right: 32px;
        border-right: 1px solid #E6E6E6;
        border-bottom: none;
        max-width: 110px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .dashboard-events-desktop-buttons-container {
        width: 170px!important;
    }

    .dashboard-events-subscribe-btn,
    .dashboard-events-invoice-btn {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .dashboard-container-sub-text-desktop {
        display: block;
    }

    .dashboard-container-sub-text-mobile {
        display: none;
    }

    .dashboard-events-item {
        padding: 23px 20px 15px 25px;
        flex-direction: row;
    }

    .dashboard-events-description-event-date {
        font-size: 16px;
    }

    .dashboard-events-subscribe-box-btns {
        align-items: flex-end;
        flex-direction: column;
        width: 100%;
    }

    .dashboard-events-calendar-container,
    .dashboard-events-testimonials-container {
        align-items: flex-end;
        flex-direction: column;
        width: 80%;
        min-width: 150px;
    }

    .dashboard-events-subscribe-btn.dashboard-events-subscribe-btn-gray {
        margin-bottom: 20px;
    }

    .dashboard-events-invoice-btn.dashboard-events-subscribe-btn-gray {
        margin-bottom: 20px;
    }

    .dashboard-events-subscribe-btn:first-child {
        margin-right: 0;
    }

    .dashboard-events-invoice-btn:first-child {
        margin-right: 0;
    }

    .dashboard-events-description-box {
        width: 70%;
        padding-right: 20px;
        text-align: left;
    }

    .dashboard-events-description {
        font-size: 1rem;
        line-height: 25px;
    }

    .dashboard-events-description-title-box {
        flex-direction: row;
    }

    .dashboard-events-btns-wrap,
    .dashboard-btns-wrap
    {
        justify-content: flex-end;
        width: 55%;
    }

    /* New product-specific media query that mirrors event styles */
    .dashboard-products-actions {
        justify-content: flex-end;
        width: 55%;
    }

    /* Product-specific button wrapper media query */
    .dashboard-product-buttons,
    .dashboard-course-buttons {
        justify-content: flex-end;
        width: 55%;
    }

    .dashboard-events-description-title-event {
        font-size: 22px;
    }

    .event-date-range {
        font-size: 16px;
    }

    .dashboard-events-subscribe-box {
        width: 20.5%;
        align-items: flex-end;
    }

    .dashboard-events-calendar-btn,
    .dashboard-events-testimonials-btn {
        margin: 0;
    }

    .dashboard-courses-slider-item-box-image > picture > img, .dashboard-box-item img {
        border-radius: 26px;
        object-fit: cover;
    }

}
