.btn{cursor:pointer;display:flex;justify-content:center;align-items:center;padding:10px;height:30px;min-width:30px;background-color:#4c4c4c;border:none;color:#fff;font-size:14px}.btn.sm{height:20px;min-width:20px}.btn:hover{background-color:#7a7a7a}.btn:active{background-color:#919191}.btn.blue{background-color:#2196f3}.btn.blue:hover{background-color:#64b5f6}.btn.blue:active{background-color:#1976d2}.save-btn{cursor:pointer;display:flex;justify-content:center;align-items:center;background-color:#353535;border:1px solid #7a7a7a;border-left:none;width:30px;min-width:30px;color:#fff;font-size:14px}.save-btn.sm{height:20px;min-width:20px}.save-btn:hover{background-color:#4c4c4c}.save-btn:active{background-color:#1976d2}.delete-btn{cursor:pointer;display:flex;justify-content:center;align-items:center;background-color:transparent;border:1px solid transparent;height:20px;min-width:20px;color:#fff;font-size:14px}.delete-btn.sm{height:12px;min-width:12px}.delete-btn:hover{background-color:#f44336}.delete-btn:active{background-color:#d32f2f}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;color:#fff}*{scrollbar-width:thin;scrollbar-color:#636363 #353535}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:#353535;border-radius:4px}*::-webkit-scrollbar-thumb{background:#636363;border-radius:4px;border:2px solid #353535}*::-webkit-scrollbar-thumb:hover{background:#7a7a7a}*::-webkit-scrollbar-thumb:active{background:#919191}*::-webkit-scrollbar-corner{background:#353535}.flex{display:flex}.flex.column{flex-direction:column}.flex.space-between{justify-content:space-between}.flex.right{justify-content:flex-end}img.icon{height:18px;width:18px}.fw{width:100%}input[type=text]{padding:6px 8px;background-color:transparent;border:1px solid #7a7a7a;font-size:13px;color:#fff;width:100%}input[type=text]:focus{outline:none;border-color:#2196f3}input[type=text]::placeholder{color:#919191}
