.spinner-layout {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(53, 58, 57, 0.5);
    z-index: 2000;
}

.spinner-layout .spinner-box {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 20%;
}

.spinner-layout .spinner-box img {
    width: 150px;
    position: relative;
}

.spinner-layout .spinner-box h2 {
    font-size: 25px;
    color: #fff;
    text-align: center;
    font-weight: 400;
}

.sweetalert2-success-title {
    font-size: 24px;
}

.hidden{
    display:none !important;
}