.global-spinner-container{
    z-index: 1199;
    position: fixed;
    top: 40vh;
    left: 50vw;
}
.overlay-container{
    content: "";
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 200% !important;
    height:200% !important;
    z-index: 99999 !important;
    background-color: rgba(35, 35, 35, 0.3) !important;
    transition: opacity 0.2s;
}
