/* ===================
booking sidebar
=================== */

.booking-sidebar{
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.booking-sidebar .booking-item{
    margin-bottom: 35px;
}

.booking-sidebar .booking-item:last-child{
    margin-bottom: 0;
}

.booking-sidebar .booking-title{
    font-size: 19px;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.booking-sidebar .form-check-input{
    margin-top: 6px;
    box-shadow: none;
    border-color: #4F4B8B;
}

.booking-sidebar .form-check-input:focus{
    border-color: #7167FF;
}

.booking-sidebar .form-check-label{
    width: 100%;
    color: #4F4B8B;
}

.booking-sidebar .form-check-label span{
    float: right;
}

.booking-sidebar .form-check{
    margin: 12px 0;
}

.booking-sidebar .flight-time .form-check{
    padding: 10px 15px 10px 38px;
    border-radius: 8px;
    background: var(--main-color-opacity)
}

.booking-sidebar .flight-time .form-check-label i{
    border-left: 1px solid rgba(0, 0, 0, .1);
    padding-left: 12px;
    margin-left: 5px;
    margin-right: 5px;
}



/* ===================
booking sort
=================== */
.booking-sort {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    margin-bottom: 25px;
    padding: 10px 10px 10px 15px;
    border-radius: 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.booking-sort-list-grid a {
    width: 35px;
    height: 35px;
    line-height: 33px;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #CED4DA;
    color: #4F4B8B;
}

.booking-sort-list-grid a.active {
    border-color: #7167FF;
    color: #7167FF;
}

.booking-sort .nice-select {
    width: 100%;
    height: 46px;
    line-height: 44px;
    border-radius: 8px;
    padding-left: 15px;
    font-size: 16px;
    border-color: #CED4DA;
    color: #4F4B8B;
}

.booking-sort .form-control:focus,
.booking-sort .nice-select:focus {
    border-color: #7167FF;
}

.booking-sort .nice-select .list {
    width: 100%;
    border: none;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0px 0px 50px 0px rgb(32 32 32 / 15%);
}

.booking-sort .nice-select .option.focus,
.booking-sort .nice-select .option.selected.focus,
.booking-sort .nice-select .option:hover {
    background: #F6F6F6;
    color: #7167FF;
    border-radius: 8px;
}

.booking-sort .nice-select:after {
    width: 8px;
    height: 8px;
    margin-top: -6px;
    right: 15px;
}

@media all and (max-width: 767px) {
    .booking-sort {
        flex-direction: column;
        gap: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .booking-sort-box{
        width: 100%;
    }

}

.booking-sort-box .form-control {
    border: 1px solid #CED4DA;
    border-radius: 8px;
}

h1, h2, h3, h4, h5, h6 {
    color: #4F4B8B;
}
h5 {
    font-size: 18px;
    font-weight: 600;
}

/* ===================
flight booking css
====================== */

.flight-booking-item{
    background: #fff;
    border-radius: 12px;
    margin-bottom: 25px;
    padding: 20px 20px 15px 20px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.flight-booking-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flight-booking-item .flight-booking-content{
    display: flex;
    align-items: center;
    gap: 50px;
}

.flight-booking-item .flight-booking-airline{
    display: flex;
    align-items: center;
    gap: 15px;
}

.flight-booking-item .flight-airline-img{
    width: 90px;
    max-width: 63px;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .05);
    margin: auto;
}

.flight-booking-item .flight-airline-img > img{
    max-height: 100%;
}

.flight-booking-item .flight-booking-time .start-time,
.flight-booking-item .flight-booking-time .end-time{
    display: flex;
    align-items: center;
    gap: 12px;
}

.flight-booking-item .flight-booking-time .start-time-text,
.flight-booking-item .flight-booking-time .end-time-text{
    color: #4F4B8B;
    font-weight: 700;
}

.flight-booking-item .flight-destination{
    color: #4F4B8B;
    font-weight: 500;
}

.flight-booking-item .flight-booking-time{
    display: flex;
    align-items: center;
    gap: 30px;
}

.flight-booking-item .start-time-icon{
    font-size: 25px;
    color: #4F4B8B;
}

.flight-booking-item .flight-stop{
    text-align: center;
}

.flight-booking-item .flight-stop-number{
    color: #4F4B8B;
    font-weight: 500;
}

.flight-booking-item .flight-stop-arrow{
    margin-top: 5px;
    border-top: 2px solid #4F4B8B;
    position: relative;
    width: 140px;
}

.flight-booking-item .flight-stop-arrow::before{
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #4F4B8B transparent transparent transparent;
    right: -1.5px;
    top: -10.5px;
    transform: scaleY(-1);
}

.flight-booking-item .flight-has-stop::after{
    content: "\e122";
    position: absolute;
    left: 50%;
    top: -15px;
    font-family: "Font Awesome 6 Pro";
    color:#4F4B8B;
    font-weight: bold;
}

.flight-booking-item .flight-booking-return .flight-has-stop::after{
    top: -16px;
}

.flight-booking-item .flight-booking-duration .duration-text{
    color: #4F4B8B;
    font-weight: 500;
}

.flight-booking-item .price-info{
    margin-bottom: 15px;
    text-align: center;
}

.flight-booking-item .price-info .price-amount{
    color: #F96768;
    font-weight: 600;
    font-size: 20px;
}

.flight-booking-item .price-info .discount-price{
    margin-right: 5px;
    color: #4F4B8B;
}

.flight-booking-item .flight-booking-price{
    padding-left: 30px;
    text-align: right;
    border-left: 1px solid rgba(0, 0, 0, .05);
}

.flight-booking-item .flight-booking-price .theme-btn{
    /*padding: 7px 18px;*/
}

.theme-btn i {
    margin-left: 5px;
}

.flight-booking-item .flight-booking-return{
    margin-top: 20px;
}

.flight-booking-item .flight-booking-return .flight-stop-arrow::before{
    right: unset;
    left: -1.5px;
    top: -10.8px;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent  #4F4B8B transparent;
    transform: scaleY(1);
}

.flight-booking-detail{
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.flight-booking-detail-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flight-booking-detail-header p{
    color: #4F4B8B;
}

.flight-booking-detail-header a{
    color: #4F4B8B;
    font-weight: 500;
}

.flight-booking-detail-wrapper{
    margin-top: 12px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.flight-booking-detail-wrapper .nav-tabs .nav-item .nav-link{
    font-weight: 500;
    color: #4F4B8B;
    border: none;
    border-bottom: 2px solid transparent;
}

.flight-booking-detail-wrapper .nav-tabs .nav-link.active{
    border-color: #7167FF;
    color: #7167FF;
}

.flight-booking-detail-left .flight-booking-airline{
    margin-top: 15px;
    margin-bottom: 35px;
}

.flight-booking-detail-left .flight-airline-model{
    color: #4F4B8B;
    font-weight: 500;
    font-size: 14px;
}

.flight-booking-detail-left .flight-airline-class{
    color: #4F4B8B;
    font-weight: 500;
}

.flight-booking-detail-left .flight-full-date{
    font-size: 14px;
    color: #4F4B8B;
    font-weight: 500;
}

.flight-booking-detail-left .flight-booking-time{
    gap: unset;
    justify-content: space-between;
}

.flight-booking-detail-left .flight-stop-arrow{
    width: 100px;
}

.flight-booking-detail-right{
    position: relative;
    height: 100%;
    padding-bottom: 65px;
}

.flight-booking-detail-info{
    padding-top: 15px;
}

.flight-booking-detail-info .table{
    color: #4F4B8B;
}

.flight-booking-detail-price{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    background: rgba(113, 103, 255, .1);
    border-radius: 0 0 5px 0;
    left: 0;
    bottom: 0;
    padding: 8px 18px;
    border-radius: 7px;
}

.flight-detail-price-amount{
    color: #F96768;
    font-weight: 600;
    font-size: 18px;
}

.flight-booking-policy ul li{
    font-size: 14px;
    margin: 6.1px 0;
    color: #4F4B8B;
}

.booking-page-title {
    position: relative;
    padding: 10px 15px;
    border-radius: 12px;
    background: rgb(52 125 82 / 28%);
}


/* flight booking grid */

.flight-grid .flight-booking-wrapper{
    flex-direction: column;
}

.flight-grid .flight-booking-item .flight-booking-content{
    justify-content: space-between;
}

.flight-grid .flight-booking-info{
    width: 100%;
}

.flight-grid .flight-booking-item .flight-booking-price{
    border-left: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: unset;
    width: 100%;
    margin-top: 30px;
}

.flight-grid .flight-booking-item .price-info{
    margin-bottom: 0;
}

.flight-grid .flight-booking-airline{
    flex-direction: column;
}

.flight-grid .flight-booking-detail-left .flight-booking-airline{
    flex-direction: row;
}

.flight-grid .flight-booking-item .flight-airline-img{
    width: 140px;
}

.flight-grid .flight-booking-detail-info .flight-airline-img {
    width: 80px;
}

.flight-grid .flight-booking-item .flight-airline-img img{
    width: 100%;
}

.flight-grid .flight-booking-item .flight-booking-content {
    flex-direction: column;
    gap: 20px;
}

.flight-grid .flight-booking-item .flight-booking-return{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.flight-grid .flight-booking-detail-left .flight-booking-detail-info{
    padding-bottom: 30px;
}



@media all and (max-width: 1199px) {

    .flight-booking-wrapper{
        flex-direction: column;
    }

    .flight-booking-item .flight-booking-content{
        justify-content: space-between;
    }

    .flight-booking-info{
        width: 100%;
    }

    .flight-booking-item .flight-booking-price{
        border-left: 0;
        padding-left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: unset;
        width: 100%;
        margin-top: 30px;
    }

    .flight-booking-item .price-info{
        margin-bottom: 0;
    }

    .flight-booking-detail-left .flight-booking-detail-info{
        padding-bottom: 30px;
    }

}


@media all and (max-width: 767px) {

    .flight-booking-item .flight-airline-img{
        width: 140px;
    }

    .flight-booking-detail-info .flight-booking-airline{
        flex-direction: row;
    }

    .flight-booking-detail-info .flight-airline-img {
        width: 80px;
    }

    .flight-booking-item .flight-airline-img img{
        width: 100%;
    }

    .flight-booking-item .flight-booking-content {
        flex-direction: column;
        gap: 20px;
    }

    .flight-booking-item .flight-booking-time{
        gap: 15px;
    }

    .flight-booking-item .flight-stop-number{
        font-size: 13px;
    }

    .flight-booking-item .flight-stop-arrow{
        width: 100px;
    }

    .flight-booking-item .start-time-icon{
        font-size: 20px;
    }

    .flight-booking-item .flight-booking-time .start-time-text,
    .flight-booking-item .flight-booking-time .end-time-text{
        font-size: 15px;
    }

    .flight-booking-item .flight-destination{
        font-size: 12px;
    }

    .flight-booking-item .flight-booking-return{
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid rgba(0, 0, 0, .05);
    }

}


/* ===================
booking css
====================== */

.booking-widget {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.booking-widget-title {
    margin-bottom: 20px;
}

.booking-form .form-group {
    margin-bottom: 20px;
}

.booking-form .form-group label {
    margin-bottom: 5px;
    color: #4F4B8B;
    font-size: 15px;
    font-weight: 500;
}

.booking-form .form-group .form-control {
    height: unset;
    border: unset;
    font-size: initial;
    border: 1px solid #ced4da;
    padding: 15px 18px 15px 45px !important;
    border-radius: 10px;
    box-shadow: none;
    color: #4F4B8B;
    height: unset !important;
}

.booking-form .form-group .nice-select{
    width: 100%;
    height: 56px;
    line-height: 52px;
    padding-left: 45px;
    border-radius: 10px;
    font-size: 16px;
    color: #4F4B8B;
    border-color: #ced4da;
    margin-bottom: 20px;
}

.booking-form .form-group .nice-select:focus,
.booking-form .form-group .form-control:focus {
    border-color: #7167FF;
}

.booking-form .form-group .nice-select:after{
    width: 9px;
    height: 9px;
    right: 20px;
    margin-top: -7px
}

.booking-form .form-group .nice-select .list{
    width: 100%;
    border: none;
    max-height: 250px;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.booking-form .form-group-icon{
    position: relative;
}

.booking-form .form-group-icon i{
    position: absolute;
    left: 18px;
    top: 13px;

    font-size: 16px;
    font-weight: normal;
    color: #757F95;
    line-height: 1.8;
}

.booking-summary {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.booking-property-img img {
    border-radius: 10px;
}

.booking-property-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.booking-property-title h5 {
    margin-bottom: 5px;
    font-size: 20px;
}

.booking-property-title p {
    margin-bottom: 0px;
    font-size: 15px;
}

.booking-property-title p i {
    color: #7167FF;
    margin-right: 5px;
}

.book-edit-btn {
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    background: #7167FF;
    border-radius: 8px;
    color: #fff;
}

.book-edit-btn:hover {
    background: #F96768;
    color: #fff;
}

.booking-property-rate {
    font-size: 15px;
}

.booking-property-rate .badge{
    background: #FFA903;
    margin-right: 5px;
}

.rate-text {
    color: #646a9b;
}

.rate-type {
    color: #7167FF;
}

.booking-info-summary{
    margin-top: 25px;
}

.booking-info-summary h5{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.booking-info-summary li{
    font-weight: 500;
    color: #4F4B8B;
    margin-bottom: 12px;
}

.booking-info-summary li span{
    float: right;
    font-weight: 400;
    color: #757F95;
}

.booking-order-info h5{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.booking-order-info {
    margin-top: 30px;
}

.booking-order-info span {
    float: right;
    font-weight: 400;
    color: #757F95;
}

.booking-order-info li {
    margin-bottom: 12px;
    font-weight: 500;
    color: #4F4B8B;
}

.order-total {
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.order-total span {
    font-weight: bold;
    color: #F96768;
}

.booking-payment-area .nav-link{
    background: transparent !important;
    border: 2px solid rgba(0, 0, 0, .05);
    text-align: center;
    border-radius: 12px;
    margin-right: 15px;
    margin-bottom: 20px;
    position: relative;
}

.booking-payment-area .custom-item{
    border: 2px solid rgba(0, 0, 0, .05);
    border-radius: 12px;
    padding: .5rem 1rem;
    margin-right: 12px;
    cursor: pointer;
}

.booking-payment-area .custom-item label{
    cursor: pointer;
}

.booking-payment-area .nav-link::before{
    content: "\f058";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    font-weight: bold;
    font-size: 20px;
    color: #7167FF;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    left: 7px;
    top: 0;
    transition: all .3s ease-in-out;
}

.booking-payment-area .nav-link.active::before{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.booking-payment-area .nav-link span{
    color: #4F4B8B;
}

.payment-card-img{
    padding-top: 15px;
    margin-bottom: 13px;
}

.payment-card-img img{
    width: 30px;
}

.booking-payment-img img{
    width: 130px;
}

.booking-payment-area .nav-link.active{
    border-color: #7167FF;
}

/*
OTHER
 */

.theme-btn {
    font-size: 16px;
    color: #ffffff;
    padding: 11px 20px;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background:  var(--main-color);
    box-shadow: 0 3px 24px rgb(0 0 0 / 12%);
    z-index: 1;
}

.theme-btn::before {
    content: "";
    height: 400px;
    width: 400px;
    background: #F96768;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.theme-btn:hover {
    color: #fff;
}

.theme-btn:disabled {
    background-color: #656565;
    /* color: #FFF; */
}

/* ===================
booking sidebar css
====================== */
.sidebar {
    background-color: #fff;
    min-height: 500px;
    font-size: 18px;
    border: 2px solid #e8e8e8 ;
    border-radius: 8px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.sidebar-header, .flight-segment, .payment-factor {
    padding: 12px 15px;
    border-bottom: 2px solid #e8e8e8;
}

.pay-button-area {
    padding: 15px 15px;
}

.sidebar-header > span {
    margin-left: 10px;
    margin-right: 10px;
}

body{
    /*background-image: url('./sidebar2.jpg');*/
    background-size: cover;
}

.fa-plane {
    transform: rotate(-45deg);
}

.route {
    font-size: 16px;
}

.flight-intro img {
    height: 40px;
    width: 40px;
}

.flight-number-cabin {
    color: #858585;
    font-size: 14px;
    font-weight: 500;
}

.flight-gray-12 {
    font-size: 12px;
    color: #858585;
    font-weight: 500;
}

.border-bottom-blue-wide {
    border-bottom: 5px solid #4080e4;
}

.border-bottom-blue-thin {
    border-bottom: 2px solid #4080e4;
}

.text-grey {
    color: #858585;
}

.text-yellow {
    color: #d59732;
}

.font-size-16 {
    font-size: 16px;
}

.pay-button {
    height: 45px;
}

.expand-price-details {
    cursor: pointer;
}

.price-details {
    overflow: hidden;
    transition: all 1.5s ease-in-out;
    height: 0;
    font-size: 16px;
}

/* ===================
connections in flight listing
=================== */

.flight-detail-route {
    border-left: 2px solid #4F4B8B;
    height: 200px;
    position: relative;
}

.flight-detail-route:before {
    content: "\e122";
    position: absolute;
    left: -6px;
    top: 2px;
    font-family: "Font Awesome 6 Pro";
    color: #4F4B8B;
    font-weight: bold;
}
.connections > .row:first-child .flight-detail-route:before {
    color: #7167FF;
}

.connections > .row:last-child .flight-detail-route:after {
    content: "\e122";
    position: absolute;
    left: -6px;
    top: 192px;
    font-family: "Font Awesome 6 Pro";
    color: #4F4B8B;
    font-weight: bold;
}

/*.connections > .row:last-child .flight-detail-route {*/
/*    height: 20px;*/
/*}*/

.luggage-route {
    min-width: 90px;
}

.waiting-for {
    font-weight: lighter;
    font-size: smaller;
}

.booking-sidebar input, .booking-sidebar label {
    cursor: pointer;
}


/* ===================
Content place holder
=================== */


.my-placeholder {
    background: #eee;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.my-placeholder-content {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 25px;
    padding: 20px 20px 15px 20px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
.my-placeholder:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100px;
    background: linear-gradient(90deg, #eee, #f7f7f7, #eee);
    animation: gradient 1s infinite ease-in-out;
}
.image-placeholder {
    height: 75px;
}
.title-placeholder {
    height: 75px;
    margin-left: 15px;
}

@keyframes gradient {
    form {
        left: 0%;
    }

    to {
        left: 100%;
    }
}

/* ===================
    404 error page
=================== */
.py-120 {
    padding: 120px 0;
}

.error-wrapper {
    text-align: center;
}

.error-wrapper h1 {
    font-size: 250px;
    letter-spacing: 5px;
    font-weight: bold;
    color: #7167FF;
    line-height: 1;
}

.error-wrapper h1 span {
    color: #4F4B8B;
}

.error-wrapper h2 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.error-wrapper .theme-btn {
    margin-top: 30px;
    display: inline-block;
}

/* ===================
    step progressbar
=================== */

.step-progress-bar {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.step-progress-bar > ul {
    display: flex;
}

.step-progress-bar > ul li {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 40px;
}

.step-progress-bar > ul li .icons {
    font-size: 25px;
    color: #1b761b;
    margin: 0 60px;
}

.step-progress-bar > ul li .label {
    font-family: sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: bold;
    color: #1b761b;
}

.step-progress-bar > ul li .progress-bar-step {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #d7d7c3;
    margin: 16px 0 10px;
    display: grid;
    place-items: center;
    color: ghostwhite;
    position: relative;
    cursor: pointer;
}

.progress-bar-step::after {
    content: "";
    position: absolute;
    width: 197px;
    height: 3px;
    background-color: #d7d7c3;
    right: 30px;
}

.first-step::after {
    width: 0;
    height: 0;
}

.step-progress-bar > ul li .progress-bar-step .awesome {
    display: none;
}

.step-progress-bar > ul li .progress-bar-step p {
    font-size: 18px;
}

.step-progress-bar > ul li .active {
    background-color: #1b761b;
}

.step-progress-bar > ul li .active::after {
    background-color: #1b761b;

}

.step-progress-bar > ul li .active p {
    display: none;
}

.step-progress-bar > ul li .active .awesome {
    display: flex;
}

.module-color {
    height: 7px;
    width: 7px;
    border-radius: 6px;
    display: block;
    margin-bottom: 0px;
}


.date-switch-area {
    background-color: rgba(113, 103, 255, .15);
    min-height: 50px;
    border-radius: 10px;
    display: block;
    cursor: pointer;
    transition: all 0.5s;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.date-switch-area:hover {
    color: #FFFFFF;
}

.date-switch-area i {
    color: var(--primary-color);
}
.date-switch-area:hover i, .date-switch-area:hover p {
    color: #FFFFFF !important;
}

.date-switch-area::before {
    content: "";
    height: 400px;
    width: 800px;
    background: #1b422d;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateY(-50%) translateX(50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}

.date-switch-area:hover::before {
    transform: translateY(-50%) translateX(50%) scale(1);
}

.date-switch-area.selected {
    background: #F96768;
    color: #FFFFFF !important;
    cursor: unset;
}

.date-switch-area.selected p {
    color: #FFFFFF !important;
}