.purdah {
    z-index: 100000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #00000073;
}

.purdah .progressing {
    position: relative;
    top: 50%;
    left: 50%;
    width: fit-content;
    transform: translate(-50%, -50%);

    display: flex;
    flex-direction: column;
    align-items: center;

    font-size: 1.3rem;
    color: #f27124;
}

.purdah .progressing .spinner-border {
    width: 3rem;
    height: 3rem;
}
