html{height:100%;width:100%}html body{height:max-content;width:100%;min-height:100%}html body .main-container{height:100%;padding-top:60px!important;min-height:100vh}html body .comming-soon{color:#ffa800;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}html body .loading{position:fixed;width:100%;height:100%;background:rgba(8,8,8,.2);z-index:9999;display:none;top:0}html body .loading .lds-dual-ring{display:inline-block;position:relative;width:64px;height:64px;top:40%;left:50%;transform:translate(-50%,-50%)}html body .loading .lds-dual-ring .title-progress{position:absolute;font-size:17px;width:max-content;color:#ff8f00;font-weight:600;left:50%;top:90px;transform:translate(-50%,-50%)}html body .loading .lds-dual-ring::after{content:"";display:block;width:100%;height:100%;border-radius:50%;border:6px solid #fff;border-color:#ff8f00 transparent #ff8f00 transparent;animation:lds-dual-ring 1.2s linear infinite}html body .loading .text-loading{display:inline-block;position:relative;width:240px;height:50px;text-align:center;top:56%;left:50%;transform:translate(-190px,-50px);color:#ff8f00}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}::-webkit-scrollbar{width:5px;height:3px}::-webkit-scrollbar-track{background:#dcd0c1;box-shadow:inset 0 0 5px #dcd0c1;border-radius:50px}::-webkit-scrollbar-thumb{background:#ffa800;box-shadow:inset 0 0 3px #ffa800}::-webkit-scrollbar-thumb:hover{background:#3b89f0}