﻿
.form-box {
    border-radius: 40px;
    background-color: #fff;
    animation: fadeIn 3s ease-in-out;
    border: 1px solid #a2a1a170;
}

@media screen and (max-width: 991px) {
    select.form-control-select {
        width: 100%;
        padding: 6px 12px;
    }

    select.form-control-select {
        width: 100%;
        max-width: 500px !important;
    }
    /*  .responsive-logininput {
                max-width: 500px !important;

            } */
    input#guestsInput {
        -moz-appearance: textfield;
        width: 100%;
        max-width: 500px !important;
    }
}

.flatpickr-current-month .flatpickr-yearDropdown {
    display: inline-block !important;
}

.flatpickr-yearDropdown {
    font-size: 16px;
    margin-left: 5px;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

/* Completely hide Flatpickr spinner arrows */
.numInputWrapper span.arrowUp,
.numInputWrapper span.arrowDown {
    display: none !important;
}

/* Optional: Remove spacing to the right of input */
.numInputWrapper {
    padding-right: 0 !important;
}


.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-evenly;
}

input#guestsInput {
    height: 45px; /* uniform height */
    padding: 6px 16px !important;
    font-size: 22px;
    box-sizing: border-box;
    border-radius: 40px;
    -webkit-appearance: none;
    appearance: none;
}

    /* Remove spinners on Chrome, Safari */
    input#guestsInput::-webkit-inner-spin-button,
    input#guestsInput::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

/* Remove spinner on Firefox */
input#guestsInput {
    -moz-appearance: textfield;
    width: 100%;
    max-width: 250px;
}

.form-box {
    box-shadow: 0 -12px 15px rgba(255, 255, 255), 0px 6px 20px rgb(175 168 168 / 255%), 0 6px 20px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    background-color: #fff;
    animation: fadeIn 3s ease-in-out;
    border-color: #6e6f7124 !important;
    box-shadow: 0 0 8px rgb(123 125 127 / 35%) !important;
}

#eventCategorySelect:focus, #isFlexible:focus {
    border-color: #6e6f7124 !important;
    outline: none !important;
    transform: scale(1.02) !important;
}

select.form-control-select {
    width: 100%;
    max-width: 250px;
}

select.form-control-select {
    width: 100%;
    /* padding: 10px 12px; */
    color: #999999;
    border: none;
    /*    border-bottom: 1px solid #c7c3c3; */
    background-color: #fff;
    text-align: center;
    text-align-last: center;
    /* -moz-text-align-last: center; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right 10px center;
    background-repeat: no-repeat;
}

@media (max-width: 768.98px) {
    .responsive-logininputdt {
        width: 100vw;
        max-width: 100%;
        /* margin-bottom: 5px; */
    }

    .responsive-logininput {
        /*  width: 100vw; */
        max-width: 100%;
        max-width: 500px;
        /* margin-bottom: 5px; */
    }

    input#guestsInput {
        -moz-appearance: textfield;
        width: 100%;
        max-width: 500px;
    }
}

input.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 5px rgba(220, 53, 69, 0.5);
}

@media (max-width: 767px) {
    #navigateForm .rounded-2 {
        width: 100% !important;
    }
}

