#wrapper.visa-selection {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../../img/background-img.webp");
    background-size: cover;
    background-position: 50% 25%;
    background-repeat: no-repeat;
}

#wrapper.visa-selection.focus {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url("../../img/background-img.webp");
}

#wrapper.visa-selection .row.main {
    padding-left: 8rem;
    padding-right: 8rem;
}

#wrapper.visa-selection .row.main h1 {
    color: white;
    font-size: 4rem;
    font-weight: 700;
    line-height: 120%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#wrapper.visa-selection .row.main h4 {
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 2rem;
}

.select2-container--bootstrap4.select2-container .select2-selection {
    height: 3.5rem !important;
    background-color: transparent;
    border-color: #E4E4E4;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.5rem;
    line-height: 3.5rem;
    color: white !important;
    border: 1px solid;
}

.select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: #E4E4E4 !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    color: #E4E4E4;
    font-size: 2rem;
    right: 2rem;
    top: 20%;
}

.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
    border-color: #E4E4E4;
}

.select2-container--bootstrap4 .select2-dropdown .select2-results__option {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.visa-detail .card {
    background-color: transparent;
    border: 1px solid #E4E4E4;
    color: white;
}

.product-detail .card {
    background-color: transparent;
    border: 1px solid #E4E4E4;
    color: white;
}

.product-detail .card h5 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.visa-detail .card h5 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}


/* MOBILE */
@media (max-width: 767.98px) {
    #wrapper.visa-selection .row.main {
        padding: 0;
    }

    #wrapper.visa-selection .row.main h1 {
        font-size: 2rem;
    }

    #wrapper.visa-selection .row.main h4 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 1rem;
    }
}