body::-webkit-scrollbar{width:.4em}body::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3)}body::-webkit-scrollbar-thumb{background-color:#343434;outline:1px solid slategrey}
.spinner {
    position: absolute;
    width: 80px;
    height: 80px;
    text-align: center;
    /* -webkit-animation: sk-rotate 2s infinite linear; */
    /* animation: sk-rotate 2s infinite linear; */
    top: 20%;
    left: 0%;
    z-index: 1000000;
    position: fixed;
    width: 100%;
    height: 100%;
    background: white url(spinner.gif) center center no-repeat;
    opacity: 0.5;
    /* background-color: rgba(255,255,255,.7);}.dot1,.dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#333;border-radius:100%;-webkit-animation:sk-bounce 2s infinite ease-in-out;animation:sk-bounce 2s infinite ease-in-out}.dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-rotate{100%{-webkit-transform:rotate(360deg)}}@keyframes sk-rotate{100%{transform:rotate(360deg);-webkit-transform:rotate(360deg)}}@-webkit-keyframes sk-bounce{0%,100%{-webkit-transform:scale(0.0)}50%{-webkit-transform:scale(1.0)}}@keyframes sk-bounce{0%,100%{transform:scale(0.0);-webkit-transform:scale(0.0)}50%{transform:scale(1.0);-webkit-transform:scale(1.0)}}