@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    color: black;
}

/*Header Style*/
header {
    height: 70vh;
    width: 100%;
    position: relative;
    padding: 2em 6em 2em 6em;
}

input {
    width: 100%;
}

select {
    width: 100%;
}

ul {
    width: 100%;
}

.logo-lasalle {
    /* margin: 0em 0em 1em 4em; */
}

.logo-lasalle img {
    width: 9em;
}

/* .header-container {
    height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 3em;
} */
.header-container {
    height: 100%;
    display: flex;
    margin-bottom: 3em;
    flex-direction: column;
    justify-content: space-around;
}

.title-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: white;
    max-width: 870px;
    margin: 1em;
    height: 70%;
    /* margin: 1em 4em; */
    /* margin-right: 8em; */
}

.header-title {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 1em;
    font-size: 4.0em;
    font-weight: bold;
}

.header-text {
    font-size: 2.1em;
    margin: 1em 0;
}

.image-container {
    position: relative;
    display: inline-block;

}

.header-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.header-background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.hidden-mobil {
    max-width: 750px;
    margin-left: 2em;
}

/* Form Style*/
#inputs-container {
    display: none;
}

#inputs-container-footer {
    display: none;
}

.form-container {
    display: flex;
    justify-content: center;
    margin: 1em;
}

.formulario {
    max-width: 750px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 2.5em; */
}

.formulario a {
    width: 100%;
}

.formulario input {
    border-radius: 7px;
    border: none;
    margin-bottom: 1em;
    height: 3rem;
    /* width: 100%; */
    margin-bottom: 10px;
    box-sizing: border-box;
    color: black;
}

.formulario select {
    border-radius: 7px;
    border: none;
    margin-bottom: 1em;
    height: 3rem;
    /* width: 100%; */
    margin-bottom: 10px;
    box-sizing: border-box;
    color: black;
}

.form-group {
    width: 48%;
}

.form-group input {
    padding-left: 20px;
}

.form-group select {
    padding-left: 20px;
}

.select-placeholder {
    color: #838080;
}

.form-group.full-width {
    width: 100%;
    color: black;
}

.form-infotext {
    font-size: 0.9em;
    color: white;
    margin: 1em 0.2em 1.7em 0.2em;
    /* margin: 10px; */
    width: 100%;
    text-align: justify;
}

.info-proteccion-link {
    text-decoration: underline;
}

.form-btn {
    width: 100%;
    text-align: center;
}

input[type="submit"].header-btn {
    background-color: #F9B754;
    border-radius: 8px;
    color: white;
    width: 17em;
    height: 3.4em;
    border: none;
}

option:disabled {
    color: #ccc;
    /* Cambia el color de fondo a gris claro */
}

/* .elig {
    color: #bbb !important;
}

select.placeholder {
    color: black !important;
} */

/* Estilos para el texto seleccionado */
/* select:not(.placeholder) {
    color: #bbb !important;
} */

/*Una clase definida por libreria del span dentro del multiple select*/
.select2-container {
    width: 100%;
    display: unset !important;
}

.select2-search__field {
    width: 100%;
}

.select2-container--classic .select2-selection--multiple {
    border: none !important;
}

.select2-search__field {
    padding-left: 20px !important;
}

/*Section formacion*/
.formacion {
    background-color: white;
}

.section-title {
    font-size: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.title-centrado {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
}

.formacion-container {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: flex-start;
    /* margin-bottom: 1.5em; */
    margin: 1em 0em 1.5em 0em;
}

.padding-sction {
    padding: 1em;
}

.formacion-item {
    /* width: 30em; */
    width: 22em;
    margin: 1em 1.5em;
}

.item-title {
    line-height: 1.5em;
    font-size: 1.4em;
    margin: 1em;
    margin-bottom: 0.5em;
}

.item-border {
    border-left: 0.4em solid #39667E;
    padding-left: 0.6em;
}

.item-text {
    font-size: 1.3em;
    line-height: 1.4em;
    margin: 0.4em;
    padding-left: 0.9em;
}

.section-formacion {
    display: flex;
    justify-content: center;
    background-color: #F4F4F4;
}

.item-container {
    margin: 1em;
}

/* .item-top-title {
    font-size: 3.2em;
    margin: 1em;
} */

/*Section- alumno*/
img {
    width: 100%;
}

.fundae-image {
    width: 15em;
}

.item-imagen {
    width: 12em;
    margin: 0.5em;
}

.alumno-texto {
    width: 55%;
    display: flex;
    flex-direction: column;
    text-align: justify;
    align-items: center;
    justify-content: space-around;
}

.alumno-nombre {
    width: 100%;
    text-align: right;
}

.item-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/* TESTIMONIALS*/

.wrap {
    max-width: 1200px;
}

.testim .wrap {
    position: relative;
    width: 90%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
    z-index: 1;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #333;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #39667E;
}

.testim .arrow.left {
    left: 70px;
}

.testim .arrow.right {
    right: 70px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #39667E;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #39667E;
    border-color: #39667E;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont>div.inactive {
    opacity: 1;
}

.testim .cont>div.active {
    position: relative;
    opacity: 1;
}

.img {
    width: 15em;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.testim .cont div .img img {
    display: block;
    width: 12em;
    margin: 0.5em;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #39667E;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #333;
    width: 70%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}

.logo-img {
    width: auto;
    margin: 0px 65px;
}

.logos-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    padding: 40px 20px;
}

.benefit-img{
    padding: 1em 1.4em;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 1050px) {
    .div-fundae {
        display: flex;
        flex-direction: column;
    }

    .header-title {
        font-size: 3.5em;
        margin: 0;
    }

    .header-text {
        font-size: 2em;
    }

    .header-container {
        flex-wrap: wrap;
    }

    .title-container {
        margin: 0;
    }
}




.hide {
    display: none;
}

.visible {
    display: block;
}

/*Form del footer*/
.footer-form {
    background: #39667E;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    /* padding: 1em; */
    padding: 2em 15em 2em 15em;
}

.text-upper {
    text-transform: uppercase;
}

.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: #032942;
    color: white;
    font-size: 1.2em;
}

.footer-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    width: 100%;
    margin-top: 0.5em;
}

.footer-links a {
    margin: 0.8em 0.9em;
}

.btn-info-mobile {
    width: 15em;
    height: 3em;
    background-color: #F9B754;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}

input[type="submit"].header-btn:hover {
    background-color: white;
    color: #032942;
}

.btn-info {
    width: 17em;
    height: 3.4em;
    position: fixed;
    top: 2em;
    right: 2em;
    background-color: #F9B754;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: none;
    animation: sticky 2s 1;
    z-index: 2;
}

/* Estilos para mostrar el botón cuando se hace scroll hacia abajo */


.btn-backgraund {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 2em;
    height: 7em;
    padding: 20px 30px;
    position: fixed;
    z-index: 9;
    bottom: 0px;
    background-color: #ffffff;
    width: 100%;
    box-shadow: 0px -4px 10px rgb(0 0 0 / 25%);
    left: 0;
    display: none;
}

body.scrolled-down button#btn {
    display: block;
}


@media (max-width: 768px) {
    .img {
        margin-bottom: 1em;
    }

    header {
        height: 100vh;
    }

    .header-title {
        font-size: 3.0em;

    }

    .header-text {
        font-size: 1.8em;
        margin: 1em 0;
    }

    .header-container {
        flex-wrap: wrap;
    }

    input[type="submit"].header-btn {
        width: 16em;
        height: 3em;
    }

    .logo-lasalle {
        margin: 1em 0;
    }

    .formacion-item {
        width: 22em;
        margin: 1em 1.5em;
    }

    .form-group {
        width: 100%;
    }

    .form-container {
        width: 80%;
    }

    .section-title {
        text-align: center;
        margin: 0.6em;
    }

    .formacion-container {
        flex-direction: column;
        align-items: center;
    }

    .alumno-texto {
        width: 100%;
    }

    .item-top-title {
        font-size: 3em;
        margin: 0.5em;
    }
}

@media all and (max-width: 500px) {
    header {
        padding-bottom: 150px;
        padding-left: 2em;
        padding-right: 2em;
    }

    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }

    /* #right-arrow {
        display: none;
    }
    #left-arrow {
        display: none;
    } */
    .testim .arrow.left {
        left: 15px;
    }

    .testim .arrow.right {
        right: 15px;
    }
}

@media (max-width: 480px) {
    .paco {
        padding-top: 1em;
    }

    .footer-form {
        display: display;
        padding: 1em;
    }

    .btn-info-mobile {
        display: block;
    }

    .btn-info {
        display: none !important;
    }

    .btn-backgraund {
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        background-color: white;
        width: 100%;
    }

    #hidden-mobil {
        display: none;
    }

    /* body.scrolled-down button#btn-info-mobil {
        display: block;
    } */
    .title-container {
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        justify-content: center;
        margin: 0;
    }

    .logo-lasalle {
        margin: 1em 0.5em;
    }

    .header-title {
        font-size: 2.5em;
    }

    .header-text {
        font-size: 1.6em;
        margin: 1em 0;
    }

    .section-title {
        font-size: 1.6em;
    }

    .item-title {
        font-size: 1.2em;
        margin-bottom: 0.5em;
    }

    .item-text {
        font-size: 1em;
    }

    .formacion-item {
        width: 16em;
        margin: 1em;
    }

}

input[type="submit"].header-btn {
    width: 12em;
    height: 2.7em;
}

.item-imagen {
    width: 12em;
    margin: 0.5em;
}

.item-top-title {
    font-size: 1.8em;
    margin: 0;
}

.form-container {
    width: 90%;
}

.footer {
    font-size: 1em;
    padding: 1.5em;
}

.form-gracias {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.form-check {
    width: 13em;
    height: 13em;
}

.form-check img {
    width: 100%;
    height: 100%;
}

.form-gracias-texto {
    font-size: 20px;
    color: white;
    margin-top: 20px;
}

.txt-fundae {
    margin-left: 2rem;
    font-size: 18px;
}

.div-fundae {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem;
}

.column-fundae {
    max-width: 705px;
}
.container-intmobile {
            display: flex;
            align-items: center;
            flex-direction: row;
        }

        .country-selector {
            position: relative;
            display: inline-block;
            border-radius: 7px 0 0 7px;
            border: none;
            margin-bottom: 1em;
            height: 3rem;
            margin-bottom: 10px;
            box-sizing: border-box;
            color: black;
            background: white;
            text-align: center;
            padding: 1em;
            border-right: 0.15rem solid #ccc;
        }

        .country-select {
            padding: 10px;
            font-size: 16px;
            cursor: pointer;
            border: 1px solid #ccc;
            border-radius: 5px;
            background-color: #fff;
        }

        .selected-country {
            display: flex;
            align-items: center;
        }

        .country-flag {
            width: 25px;
            height: 18px;
            vertical-align: middle;
            margin-right: 5px;
        }

        .country-list {
            display: none;
            position: absolute;
            width: 100%;
            left: 0;
            top: 100%;
            background-color: #fff;
            border: 1px solid #ccc;
            border-top: none;
            border-radius: 0 0 5px 5px;
            z-index: 1;
            list-style-type: none;
            padding: 0;
            margin: 0;
            width: 280px;
            text-align: left;
            max-height: 300px;
            overflow-y: auto;
            color: black;
        }

        .country-list li {
            padding: 10px;
            cursor: pointer;
        }

        .country-list li:hover {
            background-color: #f0f0f0;
        }

        .input-intmobile {
            border-radius: 0 7px 7px 0 !important;
        }