.modal-dialog-fluid {
    width: 100vw;
    max-width: none;
    height: 100%;
    max-height: none;
    margin: 0;
}
.modal-dialog-fluid .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
