.modal-content, .modal-header {
    background: linear-gradient(45deg, var(--BlueOriginal), var(--BlueDark)) !important;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.modal-header .modal-title {
    color: white;
}
.modal-body, .modal-footer {
    background: white;
}
.modal-content, .modal-footer {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
    border-radius: 0 !important;
}
