::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background-color:#161e2d;border-radius:0;border:0 solid transparent;background-clip:padding-box}.Preloader{position:fixed;top:0;bottom:0;left:0;right:0;background-color:#fff;z-index:100000;display:flex;align-items:center;justify-content:space-around}.loadingBar{position:absolute;bottom:0;left:0;width:100%;height:8px;background-color:#4aad33;animation:load 2s infinite}@keyframes load{0%{transform:translateX(-100%)}50%{transform:translateX(0%)}100%{transform:translateX(100%)}}