#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: var(--pimary-color);*/
    background-image: url('../images/icon/bg.jpg');
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
}

#status {
    /*background-image: url('../images/icon/logo.png');*/
    /*width: 200px;*/
    /*height: 55px;*/
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#status img{
    width: auto;
    height: 140px;
    margin: 0 auto;
    /*position: absolute;*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*filter: brightness(0) invert(1);*/
}
.text_count{
    margin-top: 10px;
    color: #565656;
    font-family: var(--font-title);
    font-size: 24px;
}