::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1d3157}::-webkit-scrollbar-thumb{background-color:#3bb6ac;border-radius:0;border:0 solid transparent;background-clip:padding-box}.Preloader{position:fixed;top:0;bottom:0;left:0;right:0;background-color:#1d3157;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:#3bb6ac;animation:load 2s infinite}@keyframes load{0%{transform:translateX(-100%)}50%{transform:translateX(0%)}100%{transform:translateX(100%)}}