/* ---------------------------   MODAL FULL SCREEN  ----------------------------*/

.GO-full_modal-dialog {
    max-width: 100%;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    display: flex;
}

.modal-full {
    min-width: 95%;
    margin: 14px auto;
}

.modal-full .modal-content {
    max-height: 98vh;
}