@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-in-from-top{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-in{animation:fade-in .2s ease-out,slide-in-from-top .2s ease-out}.fade-in{animation:fade-in .2s ease-out}.slide-in-from-top-2{animation:slide-in-from-top .2s ease-out}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:1rem;height:1rem;border:2px solid #d1d5db;border-radius:.25rem;background-color:#fff;cursor:pointer;position:relative;transition:all .2s ease}.dark input[type=checkbox]{border-color:#4b5563;background-color:#1f2937}input[type=checkbox]:hover{border-color:#9ca3af}.dark input[type=checkbox]:hover{border-color:#6b7280;background-color:#374151}input[type=checkbox]:checked{background-color:#e31e24;border-color:#e31e24}.dark input[type=checkbox]:checked{background-color:#e31e24;border-color:#e31e24}input[type=checkbox]:checked:after{content:"";position:absolute;left:4px;top:1px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}input[type=checkbox]:focus{outline:none;box-shadow:0 0 0 3px #e31e241a}.dark input[type=checkbox]:focus{box-shadow:0 0 0 3px #e31e2433}
