

@keyframes load {
    to {
        transform: rotate(360deg);
    }
}

.pre {
    width: 130px;
    height: 130px;
    background-image: url("../../../assets/ico/preloader.jpg");
    background-position: center;
    background-size: contain;

    animation: load 2s infinite linear;
}


.box-load {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content{display: none;}
