.spinner-overlay {
    display: none;
    background-color: rgba(0,0,0, 0.5);
    position: fixed;
    z-index: 9900;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

.spinner-overlay-wrapper {
    border-radius: 1rem;
    background-color: white;
}

.table-cell-scroll {
    overflow: scroll;
    white-space: break-spaces;
    height: 200px;
    width: 220px;
}

#nbBaseToast {
    position:fixed;
    top:0;
    right:0;
}

