.loadingLoader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: auto;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.4);
    background-color: #f6f8fa;
}

.loadingLoader .position-aligner {
    width: 300px;
    height: 300px;
    z-index: 7;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -150px;
}

.loadingLoader .video-wrap {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.loadingLoader .title-lines {
    color: #5c5c5c;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    padding-top: 14px;
}

.loadingLoader .line1 {
    opacity: 0;
    margin-right: -50px;
}

.loadingLoader .line2 {
    opacity: 0;
    margin-left: -50px;
}

#loadScreen .rms-skeleton-bar {
    border-radius: 4px;
    background: linear-gradient(90deg, #d0d8e4 25%, #e8edf3 50%, #d0d8e4 75%);
    background-size: 800px 100%;
    animation: rms-shimmer 1.4s infinite linear;
    opacity: 1 !important;
    margin: 0 !important;
}


/*# sourceMappingURL=public-1e5bdefa141c6f8f7004.css.map*/