@import url("https://fonts.googleapis.com/css2?family=Poppins: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@0,100..900;1,100..900&display=swap");body{box-sizing:border-box;margin:0;padding:0;background-color:#f5f5f5!important;font-family:Roboto,sans-serif}*{scrollbar-width:thin;scrollbar-color:#999 rgba(0,0,0,.05)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:rgba(0,0,0,.05);border-radius:4px}::-webkit-scrollbar-thumb{background:#999;border-radius:4px;-webkit-transition:background .3s ease;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:#666}.mantine-Modal-root{position:fixed!important}.mantine-Modal-inner{padding-top:150px!important;padding-bottom:150px!important;align-items:flex-start!important}[role=dialog]{margin-top:150px!important}.mantine-Overlay-root{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important}.mantine-Modal-content{margin-top:0!important}.mantine-Modal-body{max-height:calc(100vh - 300px);overflow-y:auto}