:root{--primary-color: #FF5FEA}body{margin:0;font-family:AptosFont,sans-serif}code{font-family:AptosFont,sans-serif}ul{padding:0;margin-bottom:24px}a{text-decoration:none;background-color:transparent;color:#686767}a:hover{color:#000}@keyframes spin-animation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}span{font-family:AptosLight}.span-bold-text{font-family:AptosFont;font-weight:700}.loading-spinner{position:relative;width:35px;height:35px;background-repeat:no-repeat;background-size:100%;background-position:center center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAADlUlEQVR4nO2aW8xNRxTH/4pSVFy+IlFNCXFL+MTlQUIkpFEPjRKlSjQiHoQHRJyz1v4ykgoS18StlT4Rj5pqSyVNIyKhItqmTdxKSJriQVqXCOryl5lz4rNn74PvfPucfTbfL9lPM7Nm1qyZNWvWbKCFVxXDzlB+AOUqKA9C+DuEf0N4B8r/ofwXwvPFso0IOBWG3VATGLZBwI8g/B7Kh1CyiZ9tcwh5zoHhm+koIFwE4T9lDD7+K8hahiVsVx0l8pwI5Z+JKRD9/oLww8paQbkBysfPGYRVcDuUn0FYD8N3YdjBtc2xK/IcBuH0opzfniPnsZOzlG8lq0SePSE8XKLTG1BuRcDhZcgdBOF6CG+WWG6/wLBHckooz8VuVOGXMKxrdh+GXSDcVPRufj8XsZLvNa+DHLtD+EescOEoJI2wHsLTMZY5D8Ne5QldyLZQHosR+mNF/f9ydoTyu5jJO16eR1OuiVFiH2awNSrNDLaGcHdM/zuaJkg5AcJHnqBDVT20jDur9sd4s0lNmY2znoBLLgRJJ+w5E9mfLzWhynmeOa1lJiAthPURbyZc/OINLrzgzcB2pI1wizemK26sJVHO9Brcc6dz2hjWQXkrNLY8PyndwIbYtWaNUlaxx0BJhP95Wg9DrZDnEE+R+6UdkPDIMxV/Rq0h3qlvL2ex2ACtEMStTS5YSxDlZm/pr0YmyXO2t7wOIJOIO1PC959MYtjDU+R6XKVOzsXZPRJwAGoStnKZmcal9Wu0jl1vjRV+Qq2S5zgoT0B4FAFHRCsor3lnyDvIJBLx0THaZgHlD55FZiGTCBteDUUM20N5sqjIt+mkMJPEKlCNe3kLry2GdW7D25xtZjEunL9b3PjX0MCRyCTCxV5wdg4r+DYyRwNHxzwffINMotwZSVkGHFyVvg3fcO+MhffHU1jJ95M6IG1EfNeF+mksbeHXzRNoI+DCPfm4y3lVC+UebzV8VbnOrMWsN7NPa0kTcAqED57mepV9UBHs+0jhzZzFDODmsjoT9obwC7d0cuwXKgs4FMKPk39HDA/g85iHGPtDQO+XlqHsC+HlZ9rfqoh1XzCI8TGK2G9uKPgUboPwdtFqq0IyhPMj7XPsX11FCgNZEPphwKYwAw58Wq6cHHmesOmcxvKxLkneWGevc7upYGdd+anL+AnHhMoCTouxWN9QHdtGua74C0cb1CzCXe5QE16FMpf2cFpAFXkCatVCItbg3YsAAAAASUVORK5CYII=);animation-name:spin-animation;animation-duration:1.5s;animation-iteration-count:infinite;animation-timing-function:linear;margin:auto;filter:hue-rotate(85deg) saturate(200%)}@font-face{font-family:AptosFont;src:url(/assets/Aptos-BtN9VxtF.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:AptosFontItalic;src:url(/assets/Aptos-Italic-DKlsDCf4.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:AptosFontBold;src:url(/assets/Aptos-Bold-Dz6QAAwX.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:AptosSemiBold;src:url(/assets/Aptos-SemiBold-DLJa9Ku2.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:AptosLight;src:url(/assets/Aptos-Light-CorNfi9p.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:AptosDisplay;src:url(/assets/Aptos-Display-WfHdB_XA.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:AptosSemiBold;src:url(/assets/Aptos-SemiBold-DLJa9Ku2.ttf) format("truetype");font-weight:400;font-style:normal}.routes{transition:margin-left .5s ease,width .5s ease;position:relative}.routes.public-route{margin-left:0;width:100%}.routes.collapsed-nav{margin-left:50px;width:calc(100% - 50px)}.routes.expanded-nav{margin-left:200px;width:calc(100% - 200px)}.routes__suspense-loader{display:flex;align-items:center;justify-content:center;min-height:60vh;width:100%}.loader{background:conic-gradient(#b2ef40 90deg,#000 0);border-radius:50%;display:inline-block;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.nav{position:fixed;width:200px;height:100vh;background-color:#171717;top:0;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;z-index:1000}.nav__collapsed-container{position:fixed;width:60px;height:100vh;background-color:#171717;top:0;display:flex;align-items:center;overflow:hidden;flex-direction:column;z-index:9000}.nav__collapsed-toggle-container{width:100%;height:64px;display:flex;justify-content:center;align-items:center}.nav__toggle-icon{box-sizing:border-box;transform:rotate(180deg);cursor:pointer;margin-left:auto}.nav__toggle-icon.collapsed{box-sizing:border-box;transform:rotate(0);cursor:pointer;margin:0}.nav__icon{box-sizing:border-box;height:20px;width:20px;cursor:pointer;margin-right:12px;color:#a2a2a2}.nav__icon.profile-icon{width:20px;height:20px;border:none;padding:5px}.nav__icon.collapsed{box-sizing:border-box;height:25px;width:25px;margin-right:0}.nav__icon.collapsed.plus{padding:8px;border-radius:100%;border:1px solid #333333;height:35px;width:35px}.nav__icon.collapsed.settings{margin-top:auto;margin-bottom:12px}.nav__icon.collapsed.user{width:100%;height:40px;margin-top:12px;margin-bottom:12px;display:flex;align-items:center;justify-content:center;padding-top:30px;padding-bottom:24px}.nav__icon.collapsed.user-icon{width:32px;height:32px}.nav__col-icons-container{display:flex;flex-direction:column;align-items:center;margin-top:22px;justify-content:center}.nav__col-icons-container a{display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:all;color:#a2a2a2;margin-bottom:20px;width:32px;height:32px}.nav__icons-container{display:flex;justify-content:space-between;align-items:center;margin:24px 12px 0 24px}.nav__logo{width:70%;background-size:contain;background-position:center;background-repeat:no-repeat;margin:0 auto}.nav__block{margin:24px 0 24px 24px}.nav__list{list-style-type:none}.nav__list :before{content:""}.nav__item{margin:24px 0;font-size:16px;list-style-type:none;padding-left:0;pointer-events:all;color:#a2a2a2}.nav__item a{display:flex;align-items:center;color:#a2a2a2}.nav__item--welcome{border-top:1px solid #e6ebe9;font-size:16px;padding-top:16px;margin-left:-24px;padding-left:24px}.nav__block--user{margin-top:auto;margin-bottom:24px;margin-left:24px}.nav__logout-text{margin-bottom:12px;font-size:12px;margin-left:-6px;color:#a2a2a2}li{list-style-type:none;cursor:pointer;pointer-events:all}.username{margin:24px 0;position:absolute;color:#a2a2a2}.button{display:inline-block;padding:10px 20px;font-size:16px;font-weight:500;color:#000;background-color:var(--button-bg-color);border-radius:5px;text-align:center;text-decoration:none;cursor:pointer;transition:background-color .3s ease,transform .2s ease;border:1px solid #e6ebe9}.button:hover{background-color:#ff5fea}.button:active{background-color:#acfa1a;transform:scale(.98)}
