﻿.form-field-icon {
    position: relative;
}

.form-field-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 25px;
    height: 25px;
    mask-size: 100% !important;
    left: 88%;
    background-color: var(--primary-black);
}

#enquiryPopup .form-field-icon::after {
    left: 17px; 
}

#enquiryPopup .form-field-icon-postfix:after {
    right: 10px;
}

#enquiryPopup .form-field-icon-prefix:after {
    left: 15px;
}

.form-field-icon-calendar::after {
    mask: url(/newexperience/images/icons/calander-4.svg) no-repeat center center;
}

.form-field-icon-airplane::after {
    mask: url(/newexperience/images/icons/airplane.svg) no-repeat center center;
}


#enquiryPopup {
    .form .select2, .c-input {
        border-radius: 1em;
        font-size: 18px;
        line-height: 1.5;
        text-align: left;
        font-weight: 400;
    }
}

.text-area-text {
    font-size: 16px !important;
}

#enquiryPopup .label-checkbox {
    font-size: 14px !important;
    font-weight: 400 !important;
    display: flex;
}

#enquiryPopup .form input[type="checkbox"].checkbox {
    width: 24px !important;
    height: 24px !important;
    font-size: 14px !important;
}

#enquiryPopup .text-area-text:focus::placeholder {
    color: transparent !important;
}

#enquiryPopup .input:focus::placeholder {
    color: transparent !important;
}

.input-wrapper input:focus::placeholder {
    color: transparent !important;
}

.input-wrapper input:focus::-webkit-input-placeholder {
    color: transparent !important;
}

.input-wrapper input:focus::-moz-placeholder {
    color: transparent !important;
}

.input-wrapper input:focus:-ms-input-placeholder {
    color: transparent !important;
}

#enquiryPopup .form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3.0625em !important;
}

.form .select2-selection__arrow b {
    width: 10px !important;
    height: 10px !important;
    margin-top: -8px !important;
}

#enquiryPopup .select2-results__option {
    font-size: 17px !important;
}

.pl-45 {
    padding-left: 45px;
}


.form label {
    display: flex;
    align-items: flex-end;
}

#enquiry-form .night-section {
    text-align: center !important;
    padding: 0.71em 1.25em !important;
    display: flex;

    select {
        width: 24px;
    }

    @media screen and (max-width: 767px) {
        text-align: left !important;

        select {
            width: 100%;
        }
    }
}

#enquiryPopup .night-section {
    text-align: center !important;
    padding: 0.25em 1.25em !important;

    @media screen and (max-width: 667px) {
        text-align: left !important;
    }
}

.air-datepicker {
    --adp-day-cell-width: 45px;
    --adp-day-cell-height: 45px;
    width: auto;
}

.air-datepicker-cell {
    display: flex;
    flex-direction: column;
}

.date-price {
    font-size: 12px;
}

.select2-selection__rendered {
    padding-left: 30px !important;
}

@media (max-width: 1024px) or (max-height: 712px) {
    #enquiryPopup .form .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 35px;
    }

    #enquiryPopup .form-field-icon-airplane .select2 {
        padding-left: 10px !important;
    }

    #enquiryPopup .input-wrapper .input {
        padding-left: 35px !important;
    }
}

@media (max-width: 600px) {
    #enquiryPopup .form label {
        display: flex;
        align-items: flex-start;
    }

    .label-checkbox {
        font-size: 12px !important;
    }

    #enquiryPopup {
        .form .select2, .c-input {
            font-size: 16px !important;
        }
    }

    .text-area-text {
        font-size: 14px !important;
        min-height: 87px !important;
    }

    #enquiryPopup .form input[type="checkbox"].checkbox {
        width: 14px !important;
        height: 14px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 430px) {
    .input-wrapper .icon {
        margin-left: 0 !important;
    }
    .c-input {
        padding-left: 35px !important;
    }
    .select2-selection__rendered {
        padding-left: 30px !important;
    }
    #enquiryPopup .form-field-icon::after {
        left: 10px;
    }
    .text-area-text {
        padding-left: 15px !important;
    }
}
.air-datepicker-global-container{
    z-index: 2002;
}