﻿#preloader-main-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f5f5;
    z-index: 999;
    width: 100%;
    height: auto;
    opacity: 0.8;
}

#status-main-list {
    width: 100px;
    height: 100px;
    position: fixed;
    left: 50%;
    top: 50%;
    background-image: url(../assets/image/833.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
