/* Booking */
.text-title-form {
    font-weight: 600;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
}

.wrapper-desc-form {
    max-width: 404px;
}

.card-form {
    width: 690px;
    background: linear-gradient(180deg, #1E1E1E 0%, rgba(30, 30, 30, 0) 100%);
    border-radius: 52px;
    padding: 24px 55px;
}

.icon-close {
    margin-top: -4px;
    margin-right: -24px;
}

.input-form {
    min-height: 63px;
}

.select-input-form {
    background-image: url('/images/chevron-down.svg') !important;
}

.btn-form-submit {
    max-width: 452px;
    width: 100%;
    font-size: 18px;
    line-height: 27px;
}

.btn-success-submit {
    max-width: 452px;
    width: 100%;
    font-size: 18px;
    line-height: 27px;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

@media only screen and (max-width: 690px) {
    .card-form {
        width: 90vw;
        margin: 0 12px;
    }

    .text-title-form {
        font-weight: 600;
        font-size: 38px;
        line-height: 54px;
        text-align: center;
    }
}

@media only screen and (max-width: 570px) {
    .card-form {
        padding: 24px;
        border-radius: 20px;
    }

    .icon-close {
        margin-top: -4px;
        margin-right: -16px;
    }
}

@media only screen and (max-width: 400px) {
    .card-form {
        padding: 24px;
        border-radius: 20px;
    }

    .icon-close {
        margin-top: -4px;
        margin-right: -16px;
    }

    .text-title-form {
        font-weight: 600;
        font-size: 28px;
        line-height: 44px;
        text-align: center;
    }
}
