*,*:before,*:after{box-sizing:border-box}:root{--red: #E30513;--red-light: #F9E1E3;--violet-dark: #30323E;--gray-light: #DFE4E8;--gray-xlight: #F2F2F2;--black-70: #4D4D4D;--white: #ffffff;--font: "Open Sans", sans-serif;--sidebar-w: 280px}html,body{margin:0;padding:0;font-family:var(--font);font-size:14px;color:var(--black-70);background:var(--gray-xlight);height:100%}#root{height:100vh;display:flex;flex-direction:column}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--gray-light);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:silver}input,textarea,select,button{font-family:var(--font);font-size:13px}button{cursor:pointer}textarea{resize:vertical}@keyframes platformFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.fade{animation:platformFadeIn .25s ease-out}.card{transition:all .2s;border:1.5px solid #DFE4E8;border-radius:8px;padding:20px;cursor:pointer;position:relative;background:#fff}.card:hover{box-shadow:0 4px 20px #00000012}.ni{transition:all .15s;display:flex;align-items:center;gap:12px;padding:12px 20px;cursor:pointer}.ni:hover{background:#ffffff14}.br{background:#e30513;color:#fff;border:none;padding:8px 20px;border-radius:4px;font-weight:600;font-size:13px}.bo{background:transparent;color:#30323e;border:1.5px solid #DFE4E8;padding:8px 20px;border-radius:4px;font-weight:600;font-size:13px}.bo:hover{border-color:#e30513;color:#e30513}.ip{border:1.5px solid #DFE4E8;border-radius:4px;padding:8px 12px;font-size:14px;width:100%;outline:none;background:#fff}.ip:focus{border-color:#e30513}textarea.ip{resize:vertical;min-height:50px}.lb{font-size:12px;font-weight:600;color:#4d4d4d;display:block;margin-bottom:4px}.del{background:none;border:none;opacity:.2;position:absolute;top:12px;right:12px;font-size:16px;cursor:pointer}.del:hover{opacity:1}
