﻿
.Border0 {
    border-radius: 0 !important;
}
.mainLoader {
    position: absolute;
    display: none;
    height: 100vh;
    left: 17%;
    z-index: 999 !important;
}

    .mainLoader::before {
        content: '';
        position: absolute;
        top: 0;
        left: 4%;
        opacity: 0.9;
        height: 100vh;
        width: 92%;
        animation: L 0.5s ease-in;
    }
    .mainLoader img {
        position: absolute;
        top: 155px;
        left: 337px;
       /* background-color: rgba(0, 0, 0, 0.1);*/
    }
