.file-input-custom {
    display: block;
    width: 100%;
    height: 2.5rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 12px;
    box-shadow: inset 0 0 0 transparent;
}

select[readonly] {
    background: #eee;
    pointer-events: none;
    touch-action: none;
}


.is-invalid {
    /*border-color: red !important;*/
    border: 1px solid red !important;
}

@media (min-width: 1537px) {
    .max-4xl\:px-4 {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
