﻿#rxm-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #131313;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    transition: opacity 1s ease-out;
    opacity: 1;
}

#slider {
    position: absolute;
    width: 230px;
    height: 2px;
    background-color: white;
    border-radius: 2px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.subline {
    position: absolute;
    background: #00BFFF;
    height: 2px;
    border-radius: 2px;
    width: 100%;
    transform: scaleX(0);
    transform-origin: center left;
}
