@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;background-color:#f4f5f7;color:#172b4d}button{transition:all .2s ease;font-family:inherit}button:active{transform:scale(.98)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#0000001a;border-radius:4px}::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0000004d}.hover-container{position:relative}.hover-delete-btn{opacity:0;transition:opacity .2s ease-in-out;cursor:pointer;border-radius:4px}.hover-container:hover .hover-delete-btn{opacity:1}.hover-delete-btn:hover{background-color:#ff00001a!important;transform:scale(1.1)}
