.modal-header {
    border-bottom: 2px solid #e9ecef;
}

.modal-footer {
    border-top: 2px solid #e9ecef;
}

.form-control {
    color: #474f58 !important;
}

.modal-xl {
    max-width: 1200px;
}

.modal-dialog-scrollable .modal-body {
    max-height: calc(100vh - 13rem);
    overflow-y: auto;
}

button, .dropdown-item {
    outline: none !important;
}

.dropdown-item:focus {
    background-color: var(--primary-color);
}