.snackBar {
    margin-top: 60%;
}
.progressBox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.progressWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-top: -30%;
    background-color: rgba(255, 255, 255, 0.97);
    border-radius: 50%;
    box-shadow: 0 0 1px #e9e9e9;
}
