@import url('root.css');

.modal .modal-header {
    border-bottom: none;
    color: var(--primary-color);
}

.modal .modal-header .btn-close {
    margin-left: auto;
}

.modal .modal-title {
    font-weight: bold;
    font-size: 20px;
}


.modal .modal-footer {
    border-top: none;
    padding-top: 0;
    padding-bottom: 20px;
}