.tel-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.iti {
    width: 100% !important;
    display: block !important;
}

.iti input {
    width: 100% !important;
    height: 45px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    padding-right: 40px !important;
    box-sizing: border-box !important;
}

.iti__country-list .iti__country-name,
.iti__country-list .iti__dial-code {
    color: #000 !important;
}

.iti__selected-dial-code {
    color: #000 !important;
    font-weight: bold;
    margin-left: 4px;
}

.iti__selected-flag {
    padding: 0 12px 0 10px !important;
}

.iti__arrow {
    border: none !important;
    width: 14px !important;
    height: 12px !important;
    margin-left: 8px !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 12px !important;
}

.iti--allow-dropdown .iti__selected-flag[aria-expanded="true"] .iti__arrow {
    transform: rotate(180deg);
}

.telefono-valido {
    position: absolute;
    right: 12px;
    top: 22px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e0e0e0;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #ccc;
    z-index: 5;
    pointer-events: none;
    transition: background 0.2s ease;
}

.telefono-valido.es-valido {
    background: #28a745 !important;
    box-shadow: 0 0 0 1px #28a745 !important;
}

.tel-error {
    /*display: none;*/
    color: #e67e22;
    font-size: 12px;
    margin-top: 4px;
}