/*******Product Page Alternative Date Popup Start*********/
#holidayUpdate .modal-dialog {
    height: 100%;
}

    #holidayUpdate .modal-dialog .modal-content {
        height: 100%;
        /* overflow-y: scroll; */
    }

#holidayUpdate .modal-header .bodyCloseIcon {
    /*font-size: 25px;*/
    top: unset;
}

    #holidayUpdate .modal-header .bodyCloseIcon ion-icon {
        --ionicon-stroke-width: 40px;
    }

#holidayUpdate .modal-header .modal-title {
    font-size: 18px;
}

#holidayUpdate .holiday-data-text {
    font-size: 14px;
}

    #holidayUpdate .holiday-data-text ion-icon {
        font-size: 20px;
        vertical-align: middle;
        margin-top: 5px;
        margin-left: 10px;
        margin-right: 10px;
    }

#holidayUpdate p {
    margin: 0;
}

#holidayUpdate .modal-content {
    border-radius: var(--main-border-radius);
    overflow: hidden;
}
/* #holidayUpdate .modal-header {
        border-top-left-radius:var(--main-border-radius);
        border-top-right-radius:var(--main-border-radius);
    }*/
.holiday-data {
    border-bottom: 1px solid #d3d3d3;
}

.row.holiday-data:last-child {
    border-bottom: none;
}

.holiday-data ion-icon {
    font-size: 20px;
    margin-top: 11px;
}

.holiday-data-text {
    margin: 8px 0;
}

    .holiday-data-text p {
        font-size: 14px;
    }

#holidayUpdate strong {
    font-weight: bold;
}

#holidayUpdate .price .price-heading {
    font-size: 19px
}

#holidayUpdate .price {
    font-size: 25px;
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}

    #holidayUpdate .price strong {
        font-size: 36px
    }

#holidayUpdate h2 {
    font-size: 16px;
}

#holidayUpdate .bodyCloseIcon ion-icon {
    color: #fff;
}

#holidayUpdate .img-fluid {
    max-width: 60px;
}

.flight-det .depart-time, .flight-det .arrive-time {
    border-radius: var(--small-border-radius);
    padding: 3px 5px;
    font-weight: bold;
    margin-left: 1px;
}

#holidayUpdate .total-price-row .total-price {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}

#holidayUpdate .discount-row {
    color: red;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1px;
}

ion-icon.outbound {
    transform: rotate(-135deg);
}

ion-icon.inbound {
    transform: rotate(-45deg)
}
/*******Product Page Alternative Date Popup end*********/
