@charset "utf-8";
/*!
 * 
 * 
 */
.iti {
    width: 100%;
    --iti-path-flags-1x: url('img/flags.webp');
    --iti-path-flags-2x: url('img/flags%402x.webp');
    --iti-path-globe-1x: url('img/globe.webp');
    --iti-path-globe-2x: url('img/globe%402x.webp');
}
.iti-mobile .iti--container {
    top: 15vh;
    bottom: 30px;
    left: 5vw;
    right: 30px;
    position: fixed;
    height: 70vh;
    max-width: 90vw;
}
.iti-mobile .iti__country-list {
    border-radius: 1rem;
    border: 0;
    box-shadow: 0 0 15px -5px;
}
.iti-mobile .iti__country {
    padding: 1rem 1.25rem;
}