.select2-selection.select2-selection--single {
    height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}

.flag {
    width: 30px;
    height: 20px !important;
    background-size: cover !important;
    border: none !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.flag.flag-ar { background: url(https://jetperu.com.pe/wp-content/uploads/2024/06/argentina_flag.webp ) no-repeat; }
.flag.flag-bo { background: url(https://jetperu.com.pe/wp-content/uploads/2024/06/bolivia_flag.webp ) no-repeat; }
.flag.flag-br { background: url(https://jetperu.com.pe/wp-content/uploads/2024/06/brasil_flag.webp ) no-repeat; }
.flag.flag-cn { background: url(https://jetperu.com.pe/wp-content/uploads/2024/08/china_flag.webp ) no-repeat; }
.flag.flag-cl { background: url(https://jetperu.com.pe/wp-content/uploads/2024/06/chile_flag.webp ) no-repeat; }
.flag.flag-co { background: url(https://jetperu.com.pe/wp-content/uploads/2024/06/colombia_flag.webp ) no-repeat; }
.flag.flag-ec { background: url(https://jetperu.com.pe/wp-content/uploads/2024/06/ecuador_flag.webp ) no-repeat; }
.flag.flag-es { background: url(https://jetperu.com.pe/wp-content/uploads/2024/06/espana_flag.webp ) no-repeat; }
.flag.flag-us { background: url(https://jetperu.com.pe/wp-content/uploads/2024/06/estados-unidos_flag.webp ) no-repeat; }
.flag.flag-it { background: url(https://jetperu.com.pe/wp-content/uploads/2024/06/italia_flag.webp ) no-repeat; }
.flag.flag-gb { background: url(https://jetperu.com.pe/wp-content/uploads/2024/08/inglaterra_flag.webp ) no-repeat; }
.flag.flag-ve { background: url(https://jetperu.com.pe/wp-content/uploads/2024/06/venezuela_flag.webp ) no-repeat; }

#div_agencias {
    display: none;
}

.dropbtn {
    background-color: transparent;
    color: var(--e-global-color-primary);
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: absolute;
    display: inline-block;
    padding: 0;
    right: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: transparent;
}

.dropbtn img {
    width: 20px;
    margin-right: 5px;
}

#tc_calculos {
    display: flex;
    gap: 15px;
    font-size: 12px;
    justify-content: space-between;
    color: #0F3264;
    margin-bottom: 20px;
}

#tc_operativo {
    display: block;
    text-align: center;
    font-size: 11px;
}

#tc_operativo p {
    margin-bottom: 0px;
    text-align: center;
    line-height: 1.3;
    color: #0F3264;
}

#tc_destino_text,
#tc_calculos,
#tc_operativo,
#btn_steap_one {
    display: none;
}

#tc_destino_text p {
    font-size: 12px;
}

#steap_two,
#steap_three {
    display: none;
}

#steap_three .mensaje_text {
    vertical-align: middle;
    display: flex;
    padding: 20px;
}

#steap_three .mensaje_text p {
    font-size: 40px;
    font-weight: 700;
    color: #0F3264;
    margin-bottom: 10px;
    line-height: 1.3;
}

#steap_three .mensaje_text p > span {
    color: #e65528;
}

#steap_three .iconos {
    display: flex;
    justify-content: left;
    padding: 30px;
}

#steap_three .iconos > .icono-item {
    width: 100px;
}

#steap_three .mensaje_codigo {
    padding: 30px;
}

#steap_three .mensaje_codigo p {
    font-size: 22px;
    font-weight: 700;
    color: #0F3264;
    margin-bottom: 10px;
}

#steap_three .mensaje_codigo p.codigo_remesa {
    color: #e65528;
}

.input-container-calculadora {
    margin-bottom: 10px;
    position: relative;
}

.label-input-calculadora {
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--e-global-color-primary);
}

#btn_steap_one,
#btn_steap_two {
    background: var(--e-global-color-accent);
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
	margin: 0 auto;
}

#frm_remesa h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    color: #0F3264;
}

#frm_remesa .input-container- {
    margin-bottom: 15px;
}

.back-container {
    margin-bottom: 15px;
}

.back-container a {
    color: #0F3264;
    text-decoration: none;
}