body {
    position: relative;
}

.autonet-loader {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999999;

    background: rgba(255, 255, 255, .3) url('../images/loader.svg') no-repeat center center;
    background-size: 64px 64px;
}

.autonet-overlay {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999999;
    background: rgba(255, 255, 255, .3);
}