/* This file is reserved for overriding and extending the template styles. */

/*------Modal 2 columns--------*/
@media (max-width:575px) {
    .modal-2col {
        min-width: 98dvw !important;
    }
}
@media (min-width:576px) and (max-width:991px){
    .modal-2col {
        min-width: 75dvw !important;
    }
}
@media (min-width:992px) {
    .modal-2col {
        min-width: 50dvw !important;
    }
}
.modal-2col .form-label {
    margin-bottom: 0 !important
}