/* Visa Search Tab Styling */

/* Visa Search Bar Container Dimensions */
#visa-submit .main_search {
    width: 1120px !important;
    height: 110px !important;
}

/* Visa Country Box Styling */
.visa-country-box {
    width: 240px !important;
    height: 59px !important;
    background-color: white;
    border-radius: 12px;
    border: 1px solid rgba(138, 136, 136, 1);
    opacity: 1;
}

/* Visa select dropdown styling */
.visa-select {
    all: unset;
    font-size: 12px !important;
    font-weight: 400;
    color: rgba(138, 136, 136, 1);
    width: 150px !important;
    line-height: 1.2;
    margin-top: 2px !important;
    cursor: pointer;
    background: transparent;
    border: none;
    appearance: none;
    outline: none;
}

.visa-select option {
    color: #333;
    background: white;
    font-size: 14px;
    padding: 8px;
}

.visa-select:focus {
    outline: none;
}

/* Second country box (To Country) - wider */
.visa-country-box-wide {
    width: 348px !important;
}

/* Visa Date Box Styling */
.visa-date-box {
    width: 282.5px !important;
    height: 59px !important;
    background-color: white;
    border-radius: 12px;
    border: 1px solid rgba(138, 136, 136, 1);
    opacity: 1;
}
