:root{--dashboard-blue:#71c8ff;--dashboard-white:#c6e9ff}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}:root::-webkit-scrollbar{width:16px}:root::-webkit-scrollbar-track{background-color:var(--dashboard-blue)}:root::-webkit-scrollbar-thumb{border-radius:10px;border:3px solid var(--dashboard-blue);background-color:var(--dashboard-white)}div::-webkit-scrollbar{width:10px}div::-webkit-scrollbar,div::-webkit-scrollbar-track{background-color:var(--dashboard-white)}div::-webkit-scrollbar-thumb{border-radius:10px;border:3px solid var(--dashboard-white);background-color:var(--dashboard-blue)}.white-scrollbar::-webkit-scrollbar{width:10px;background-color:#fff}.white-scrollbar::-webkit-scrollbar-track{background-color:#fff}.white-scrollbar::-webkit-scrollbar-thumb{border-radius:10px;border:3px solid #fff;background-color:var(--dashboard-blue)}