body{margin:0;padding:0}
[v-lock]{display:none}
.full-loading{position:absolute;width:100%;height:100vh;text-align:center;display:flex;justify-content:center;align-items:center;background:none}
.full-loading::before,.full-loading::after{content:"";position:absolute;border-style:solid;border-width:0.5em;width:0em;height:0em;border-radius:50%;opacity:0.9}
.full-loading::before{color:#005bb1;margin-left:-2em}
.full-loading::after{color:#f00;margin-right:-2em}
.full-loading::before{animation:loaderleft 1.5s linear infinite}
.full-loading::after{animation:loaderright 1.5s linear infinite}

@keyframes loaderleft{
0%{margin-left:-2em;z-index:97;transform:scale(1)}
25%{margin-left:0;z-index:98;transform:scale(1.3)}
50%{margin-left:2em;z-index:97;transform:scale(1)}
70%{margin-left:0em;z-index:97;transform:scale(1)}
100%{margin-left:-2em;z-index:97;transform:scale(1)}
}
@keyframes loaderright{
0%{margin-right:-2em;z-index:97;transform:scale(1)}
25%{margin-right:0;z-index:97;transform:scale(1)}
50%{margin-right:2em;z-index:97;transform:scale(1)}
70%{margin-right:0em;z-index:98;transform:scale(1.3)}
100%{margin-right:-2em;z-index:97;transform:scale(1)}
}
/* .full-loading::before{content:'';position:absolute; width:40px;height:40px; background: url(/v2/logo-icon.png) no-repeat center center; background-size:40px; border-radius:50%; border:2px solid tr; padding:5px; box-sizing:content-box;}
.full-loading::after{content:'';position:absolute;width:40px;height:40px;border-radius:50%; border:2px solid #DEDEDE; padding:5px; padding:5px; box-sizing:content-box; clip-path: inset(0 100% 0 0); animation: loading 1.5s linear infinite; animation-delay:1s;}
@keyframes loading{0%{transform: rotate(10deg); clip-path: inset(0 99% 0 0);}25%{transform: rotate(100deg); clip-path: inset(0 80% 0 0);}50%{transform: rotate(360deg); clip-path: inset(0 10% 0 0);} 70%{transform: rotate(460deg); clip-path: inset(0 80% 0 0);}100%{transform: rotate(720deg); clip-path: inset(0 99% 0 0);}} */