@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@1,900&display=swap");*{padding:0;margin:0;box-sizing:border-box}body,html{font-family:var(--font-family);max-width:100vw!important}::-webkit-scrollbar{width:8px;height:10px}::-webkit-scrollbar-track{background:#222}::-webkit-scrollbar-thumb{background:#333}.sidebar{position:fixed;top:0;left:0;margin:25px 0 25px 20px;height:100%;min-width:100px;border-top-left-radius:35px;border-top-right-radius:35px;border-bottom-left-radius:35px;border-bottom-right-radius:35px;max-height:calc(100vh - 50px);min-height:calc(100vh - 50px);z-index:9999;background-image:linear-gradient(to bottom right,#695efa,#443bcc)}.sidebar.expanded{width:300px}.bg-gradient-blue{background-image:linear-gradient(to bottom right,#695efa,#443bcc)}.bg-gradient-green{background-image:linear-gradient(to bottom right,#0ea300,#ffdc4f)}.bg-gradient-rose{background-image:linear-gradient(to bottom right,#ff5e00,#e6986a)}.bg-gradient-purple{background-image:linear-gradient(to bottom right,#4800ff,#8561e3)}.bg-gradient-yellow{background-image:linear-gradient(to bottom right,#ff24c8,#ff7bde)}.bg-gradient-cyan{background-image:linear-gradient(to bottom right,#0c00b4,#756bff)}.bg-white{background-color:#fff}