/*.custom-highlight {
    background-color: rgba(255,220,40,.15);
    background-color: var(--fc-today-bg-color,rgba(255,220,40,.15))
}

.fc-h-event {
    border-color: transparent !important;
    background-color: transparent !important;
}

    .fc-h-event:hover {
        border-color: transparent !important;
        background-color: transparent !important;
    }

    .fc-h-event .fc-event-main {
        color: transparent !important;
    }*/

.error-message .error {
    color: red;
}

.schedule-area tr {
    line-height: unset !important;
}

banner-hero .custom-overlay {
    display: none;
}

.depart-acti {
    display: none;
}

    .depart-acti.active {
        display: block;
    }

.row > .col-lg-2:last-child .sector-detail-date, .row > .col-lg-6:last-child .sector-detail-date {
    border-right: none !important;
}
.card-two-collumn::before {
    border-radius: 32px;
}
.swiper-slide {
    border-radius: 32px;
}
.bundle-tabs-scroll {
    justify-content: center;
}