@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}.mantine-Autocomplete-dropdown{z-index:10000!important;background-color:#fff!important;border:1px solid #e9ecef!important;box-shadow:0 4px 20px rgba(0,0,0,.1)!important;max-height:300px!important;overflow-y:auto!important}.mantine-Autocomplete-option{background-color:#fff!important;padding:10px 16px!important;cursor:pointer!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.mantine-Autocomplete-option:hover{background-color:rgba(13,103,194,.1)!important}.mantine-Autocomplete-option[data-combobox-selected=true]{background-color:rgba(13,103,194,.15)!important}