.resend-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: rgba(0, 0, 0, 0.1);
    display: none;
}

.vsz-loader-span {
    font-size: 12px;
    color: #000;
    display: none;
}

.vsz-loader-span:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin: 8px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    border-color: #00000094 #dfdfdf #dfdfdf #dfdfdf;
    animation: spin 1.2s linear infinite;
}