#request-animation {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(0 0 0 / .7);
    pointer-events: none;
    cursor: wait;
    display: flex;
    justify-content: center;
    align-items: center;
}
#request-animation svg {
    fill: white;
    width: 100px;
    height: 100px;
}