.field-error-text {
    font-size: 12px;
    margin-top: 6px;
    color: #dc3545;
}
.field-msg-text {
    font-size: 12px;
    margin-top: 6px;
    color: #198754;
}
.field-ok-text {
    font-size: 12px;
    margin-top: 4px;
    color: #198754;

}

.tf-field { overflow: visible !important; }
.iti { z-index: 5; }

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

/* The visible input inside intl-tel-input */
#blazeAccountId {
    width: 100% !important;
}

/* Ensure the internal generated input stretches */
.iti__tel-input,
.iti input[type="tel"] {
    width: 100% !important;
}

/* Optional: increase height/padding if you want bigger box */
#blazeAccountId {
    padding-top: 14px;
    padding-bottom: 14px;
}