:root{--dashboard-blue:rgba(113,200,255,1);--dashboard-white:rgba(198,233,255,1)}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;font-family:rubik}: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:rgba(255,255,255)}.white-scrollbar::-webkit-scrollbar-track{background-color:rgba(255,255,255)}.white-scrollbar::-webkit-scrollbar-thumb{border-radius:10px;border:3px solid rgba(255,255,255);background-color:var(--dashboard-blue)}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}