select.error, input.error, textarea.error {
    border: 1px solid red;
}

label.error {
    font-weight: normal;
    color: red;
}

.cuts{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-control:disabled {
    background-color: #D9D9D9;
    cursor: no-drop;
}

.no-wrap {
    white-space: nowrap;
}

.flatpickr-wrapper {
    width: 100%;
}

.flatpickr-input {
    width: 100%;
}

.iti {
    width: 100%;
}

.iti__selected-flag {
    width: 80px; /* Adjust flag width if needed */
}

.iti input {
    width: 100% !important;
    padding-left: 90px !important; /* Ensure text starts after the country code */
}