.loader_wrapper{align-items:center;background-color:#fff;display:flex;inset:0;justify-content:center;position:fixed;z-index:99999}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.load{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:rotate;animation-name:rotate;-webkit-animation-timing-function:linear;animation-timing-function:linear;border-color:#3d86f2 transparent transparent #3d86f2;border-radius:50%;border-style:solid;border-width:10px;height:100px;-webkit-transition:all .5s ease-in;transition:all .5s ease-in;width:100px}
