* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.form-disabled input[type='text'],
.form-disabled input[type='email'],
.form-disabled input[type='tel'],
.form-disabled textarea,
.form-disabled select,
.form-disabled button {
    pointer-events: none;
    /* opacity: 0.5; */
    background-color: rgb(238, 238, 238) !important;
    color: black;
}

.formbold-main-wrapper {
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.formbold-main-wrapper input[type='text'],
.formbold-main-wrapper input[type='email'],
.formbold-main-wrapper input[type='tel'],
.formbold-main-wrapper textarea,
.formbold-main-wrapper select,
.airport-option {
    font-size: 20px;
    color: #536387;
    font-family: 'Montserrat', sans-serif;
}

.formbold-main-wrapper input[type='text']::placeholder,
.formbold-main-wrapper input[type='email']::placeholder,
.formbold-main-wrapper input[type='tel']::placeholder,
.formbold-main-wrapper textarea::placeholder,
.formbold-main-wrapper select::placeholder {
    color: #c3c3c3
}

.formbold-form-wrapper {
    margin: 0 auto;
    /* max-width: 800px; */
    background: white;
    max-width: 100%;
    display: block;
    /* display: flex; */
}

.formbold-form-wrapper>form {
    /* width: 540px; */
    width: 100%;
    display: inline-block;
}

.traveler-section,
.trip-section {
    position: relative;
    display: grid;
}

.calender {
    background: white url(../images/calendar.png) no-repeat right 6px top 5px !important;
    /* background-size: 10% 68% !important; */
    background-size: auto 70% !important;
}

.formbold-input-flex {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.formbold-input-center {
    justify-content: center;
}

.formbold-input-flex>div {
    width: 50%;
}

.title-small {
    width: 30% !important;
}

.formbold-form-select {
    width: 100%;
    padding: 7px 8px;
    border-radius: 5px;
    border: 1px solid #dde3ec;
    background: #ffffff;
    outline: none;
    resize: none;
}

.formbold-form-input {
    width: 100%;
    height: unset !important;
    padding: 8px 12px;
    border-radius: 5px;
    border: 1px solid #DDE3EC;
    background: #FFFFFF;
    font-weight: 500;
    outline: none;
    resize: none;
}

.formbold-form-input:focus {
    border-color: #6a64f1;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.close_per {
    position: absolute;
    left: 98%;
    top: 0%;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-weight: 100;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 28px;
}

.close_per:hover {
    /* box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5); */
    font-weight: bold;
}

.formbold-form-label {
    color: #536387;
    /* line-height: 24px; */
    display: block;
    margin-bottom: 5px;
}

.formbold-btn {
    border-radius: 5px;
    padding: 10px 20px;
    /* width: 200px; */
    /* border: 1px solid lightgray; */
    border: none;
    font-weight: 500;
    background-color: #3498db;
    font-size: 18px;
    color: white;
    cursor: pointer;
}

.formbold-btn:hover {
    /* box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05); */
    box-shadow: inset 0px -20px 50px rgba(0, 0, 0, 0.2);
}

.formbold-btn-clicked {
    background-color: #1c2a56;
}

.formbold-btn-clicked:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
}

.formbold-btn-full {
    width: 100% !important;
    margin: 0px;
}

.formbold-btn-disabled {
    background-color: #ebebeb !important;
    color: #07074D;
}

.formbold-btn-disabled:hover {
    box-shadow: none !important;
}

.formbold-checkbox-wrapper {
    margin-bottom: 15px;
}

.formbold-checkbox-label {
    display: flex;
    cursor: pointer;
    user-select: none;
    line-height: 24px;
    color: #536387;
}

.formbold-checkbox-label a {
    margin-left: 5px;
    color: #6a64f1;
}

form label::after {
    content: "*";
    color: red;
    margin-left: 3px;
}

.not-required::after {
    content: "";
}

.hidden {
    display: none !important;
}

.formbold-input-checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.formbold-checkbox-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 2px;
    border: 0.7px solid #dde3ec;
    border-radius: 3px;
}

#agree-checkbox:checked~div span {
    opacity: 1;
}

#agree-checkbox:checked~div {
    background: #6a64f1;
    border-color: #6a64f1;
}

.raw-a {
    color: #414fa8;
    text-decoration: none;
}

.raw-a:hover {
    color: #4051c0;
}

.full-width {
    width: 100% !important;
}

.delivery-req {
    margin-top: 5px;
    font-size: 14px;
    margin-left: 14px;
    color: lightseagreen;
}

.success-message {
    margin-top: 10px;
    padding: 10px;
    background-color: #dff0d8;
    color: #3c763d;
    border: 1px solid #d6e9c6;
    border-radius: 3px;
    font-size: 14px;
}

.error {
    margin-top: 10px;
    padding: 10px;
    color: red;
    background: #ffdbdb;
    border-color: white;
    border-radius: 3px;
    font-size: 14px;
}

/******************** Airport Dropdown List *********************/

.airport-container {
    position: relative;
}

.airport-list {
    overflow-y: auto;
    position: absolute;
    max-height: 130px;
    width: 100%;
    z-index: 1;
    border: 0px solid #ccc;
    border-radius: 5px;
}

.airport-option {
    padding: 5px 8px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    background-color: white;
    color: #536387;
    font-size: 16px;
}

.airport-option:hover {
    background-color: #eeeded;
}

/******************** Stripe Payment Styles *********************/

.stripe-container{
    margin: auto;
    margin-top: 20px;
    width: 350px;
}

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

@media (max-width: 800px) {

    .formbold-main-wrapper input[type='text'],
    .formbold-main-wrapper input[type='email'],
    .formbold-main-wrapper input[type='tel'],
    .formbold-main-wrapper textarea,
    .formbold-main-wrapper select,
    .airport-option {
        font-size: 16px;
    }

    .formbold-btn {
        font-size: 16px;
    }

}

@media screen and (min-width: 401px) and (max-width: 600px) {
    /* 
    .formbold-form-wrapper {
        max-width: 100%;
        display: block;
    } */

    .formbold-form-wrapper>form {
        width: inherit !important;
        display: block;
    }

    .formbold-input-flex {
        display: block;
    }

    .formbold-input-center {
        display: flex;
    }

    .formbold-input-flex>div {
        margin-bottom: 10px;
        width: 100% !important;
    }

    .formbold-form-label {
        margin-bottom: 5px;
    }

    .formbold-btn {
        /* width: 85px; */
        margin-left: 0px;
    }

    form .formbold-btn i {
        display: none;
    }

    .formbold-checkbox-label {
        display: block;
    }

    .formbold-relative {
        display: inline-block;
    }

    .airport-list {
        border: 1px solid #ccc;
    }

    .calender {
        /* background-size: 8% 68% !important; */
    }
}

@media screen and (max-width: 400px) {

    .formbold-input-flex {
        display: block;
    }

    .formbold-input-center {
        display: flex;
    }

    .formbold-input-flex>div {
        margin-bottom: 10px;
        width: 100% !important;
    }

    .formbold-btn {
        width: unset;
        padding: 10px 15px;
    }

    form .formbold-btn i {
        display: none;
    }

}