.modal-header {
    justify-content: space-between;
    background-color: #fbfbfd;
    border-bottom: none;
}

.modal-header h5 {
    font-size: 18px;
}

.modal-footer {
    justify-content: space-between;
    border-top: none;
}

.modal-close {
    background-color: transparent;
    border: none;
    padding: 0;
}

.modal-close div {
    color: #929eb8;
    background-color: #e9eaf3;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s ease;
    line-height: 28px;
}

.modal-close:hover div {
    background-color: #929eb8;
    color: #e9eaf3;
}

.modal-content.panel-danger {
    width: 100%;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background-color: #022b55;
}

#DirtyFormModal {
    height: fit-content;
}

#DirtyFormModal .modal-dialog {
    width: 100%;
    max-width: unset;
    margin: 0;
}