﻿.form-control:focus, .form-select:focus {
    border-color: #fd7e14;
    box-shadow: 0 0 0 0.25rem rgba(253, 126, 20, 0.25);
}

label.required:after {
    content: " *";
    color: red;
}

.invalid-feedback {
    font-size: 0.85em;
}

.modal-header {
    background-color: #f8f9fa;
    border-bottom: 2px solid #fd7e14;
}

.iti {
    width: 100%;
}