div.fc-whitelist-root {
    display: flex !important;
    height: 100% !important;
    left: 0px !important;
    overflow-x: auto !important;
    position: fixed !important;
    top: 0px !important;
    width: 100% !important;
    z-index: 2147483644 !important;
}

.fc-ab-root .fc-dialog-overlay, .fc-whitelist-root .fc-dialog-overlay {
    display: none !important;
    background-color: black !important;
    height: 100% !important;
    left: 0px !important;
    opacity: 0.3 !important;
    position: fixed !important;
    top: 0px !important;
    width: 100% !important;
    z-index: -1 !important;
}

.fc-whitelist-root .fc-whitelist-dialog-wrapper {
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
    height: 100% !important;
    left: 0px !important;
    opacity: 1 !important;
    position: fixed !important;
    top: 0px !important;
    width: 100% !important;
}

.fc-whitelist-root .fc-whitelist-dialog {
    box-shadow: rgb(136 136 136) 1px -1px 16px !important;
    border-radius: 2px !important;
    height: 100% !important;
    left: 0px !important;
    max-height: 570px !important;
    max-width: 600px !important;
    top: 0px !important;
    width: 100% !important;
}
