@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:#08090e;font-family:Manrope,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}input::placeholder{color:#9AA0AE}button{font-family:inherit}a{color:inherit}.row:hover{border-color:rgba(255,255,255,.22)!important}.btn-print:hover{background:rgba(255,106,26,.14);border-color:#FF6A1A}.btn-primary:hover:not(:disabled){filter:brightness(1.1)}.btn-ghost:hover{background:rgba(255,255,255,.06)}.btn-new:hover{background:rgba(255,106,26,.14)}input[type=text]:focus{outline:2px solid #1FA8FF;outline-offset:0}input[type=checkbox]{accent-color:#1FA8FF;width:18px;height:18px;cursor:pointer}.list::-webkit-scrollbar{width:8px}.list::-webkit-scrollbar-thumb{background:rgba(255,255,255,.12);border-radius:8px}@media print{body>:not(#print-frame){display:none!important}}