.screen-loader-init {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    margin: auto;
    background-color: #f0fcfe;
    z-index: 9999;
    background-image: url("/img/icons/loader.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px;
}


