*,*:after,*:before{margin:0;padding:0}.clearfix:before,.clearfix:after{content:"";display:table}.clearfix:after{clear:both}html,body{overflow-x:hidden;margin:0;padding:0;height:100%;display:flex;flex-direction:column}body{background-color:#fbfbfb}h1,h2,h3,h4,h5,h6{color:var(--font-headline)}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.1875rem}h4{font-size:1rem}h5{font-size:.875rem}h6{font-size:.75rem}.grid.grid-column-1{grid-template-columns:1fr}.grid.grid-column-3{grid-template-columns:1fr 1fr 1fr}.grid.grid-column-4{grid-template-columns:1fr 1fr 1fr 1fr}.grid.grid-column-5{grid-template-columns:1fr 1fr 1fr 1fr 1fr}.grid.grid-column-6{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr}.grid.grid-column-7{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr}.grid.grid-column-8{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr}.grid.grid-column-9{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr}.grid.grid-column-10{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr}.grid.grid-column-11{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr}.grid.grid-column-12{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr}.grid.grid-column-2-1{grid-template-columns:2fr 1fr}.grid.grid-column-1-2{grid-template-columns:1fr 2fr}.form-control{border-radius:200px;background:#f6f6f6;border:none;display:flex;padding:20px;align-items:center;gap:10px;width:-webkit-fill-available;outline:none;transition:transform .3s ease,background-color .3s ease}.form-control:focus{background-color:#e8e8e8;transform:scale(1.02)}.form-control::-moz-placeholder{color:#d3d3d3;font-family:Gilroy;font-size:16px;font-weight:400;-moz-transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease}.form-control::placeholder{color:#d3d3d3;font-family:Gilroy;font-size:16px;font-weight:400;transition:transform .3s ease,opacity .3s ease}.form-control:focus::-moz-placeholder{transform:translateY(-10px);opacity:.6}.form-control:focus::placeholder{transform:translateY(-10px);opacity:.6}.button{display:flex;height:60px;padding:10px 20px;justify-content:center;align-items:center;align-self:stretch;border-radius:100px;background:linear-gradient(45deg,#ea142e,#ff5733);border:none;color:#fff;font-family:Gilroy;font-size:16px;font-style:normal;font-weight:500;line-height:150%;text-align:center;cursor:pointer;outline:none;transition:all .4s ease}.button:hover{background:linear-gradient(45deg,#ff5733,#ff8e53);transform:scale(1.05);box-shadow:0 8px 20px #ff573399;opacity:1}.auth-section{position:absolute;transform:translate(-50%,-50%);top:50%;left:50%;display:flex;flex-direction:column;align-items:center;gap:30px}.auth-block{width:350px;display:flex;padding:40px;align-items:center;border-radius:20px;background:#fff;justify-content:space-between;flex-direction:column}.auth-block form{display:flex;flex-direction:column;gap:15px;width:100%}.error-message{color:#ea142e;font-family:Gilroy;font-size:16px;font-style:normal;font-weight:400;line-height:100%;text-align:center;padding:10px}.link-developer{opacity:.5;transition:transform 2s ease,opacity 2s ease}.link-developer:hover{opacity:1;transform:scale(1.1)}.admin-dashboard{display:flex;flex-direction:row;min-height:100vh}.main-content{margin-left:300px;padding:20px;background-color:#ecf0f1;flex-grow:1;overflow-y:auto}.sidebar{box-sizing:border-box;position:fixed;top:0;left:0;width:300px;height:100vh;background-color:#0f0f0f;color:#fff;padding:20px;display:flex;flex-direction:column;justify-content:space-between}.sidebar ul{list-style-type:none;padding:0}.sidebar li{margin:20px 0}.sidebar a{transition:color .3s ease;color:#fff;leading-trim:both;text-edge:cap;font-family:Gilroy;font-size:18px;font-style:normal;font-weight:400;line-height:normal;text-decoration:none}.sidebar a:hover{color:#3498db}.sidebar-toggle{display:none}.sidebar-logotype svg{width:230px;height:60px}.sidebar-language{height:auto;display:flex;flex-direction:column;gap:15px}.sidebar-language select{background:#272727;border:none;padding:15px;border-radius:12px;color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;width:100%}.sidebar-language .button-dashboard{background:#eb152e;border:none;padding:15px;width:100%;border-radius:12px;color:#fff;font-family:Gilroy;font-size:16px;font-style:normal;font-weight:600;line-height:normal;outline:none;text-decoration:none;cursor:pointer}.sidebar-language .button-dashboard:hover{background:#cf0f26}.console-log{background:#0f0f0f;height:700px;overflow-x:scroll}.console-log ul{list-style:none}.console-log ul li pre{color:#008138;padding:10px;white-space:pre-wrap;word-wrap:break-word}.dashboard-page{color:#0f0f0f;font-family:Gilroy;font-size:24px;font-style:normal;font-weight:700;line-height:normal}.dashboard-header{margin-bottom:30px;display:flex;justify-content:space-between;align-items:center}.dashboard-footer{display:flex;align-items:center;justify-content:space-between;margin-top:30px}.dashboard-system{color:#0f0f0f;font-family:Gilroy;font-size:18px;font-style:normal;font-weight:500;line-height:normal;opacity:.5}.table-flex-header{border-radius:6px;background:#fff;box-shadow:0 0 20px #00000005;display:flex;padding:10px 20px;justify-content:space-between;align-items:center;align-self:stretch}.table-flex.table-flex-5 .table-flex-header{display:grid;grid-template-columns:.2fr 1fr 1fr 1fr .2fr}.table-flex.table-flex-6 .table-flex-header{display:grid;grid-template-columns:.2fr 1fr 1fr 1fr 1fr 1fr}.table-flex .table-flex-body .table-flex-tr{border-radius:6px;background:#fff;box-shadow:0 0 20px #00000005;display:flex;height:80px;padding:0 20px;justify-content:space-between;align-items:center;align-self:stretch}.table-flex .table-flex-body{display:flex;flex-direction:column;gap:10px}.table-flex.table-flex-5 .table-flex-body .table-flex-tr{display:grid;grid-template-columns:.2fr 1fr 1fr 1fr .2fr}.table-flex.table-flex-6 .table-flex-body .table-flex-tr{display:grid;grid-template-columns:.2fr 1fr 1fr 1fr 1fr 1fr}.table-flex{display:flex;flex-direction:column;gap:10px}.table-flex .table-flex-header div,.table-flex .table-flex-body .table-flex-tr div{color:#0f0f0f;font-family:Gilroy;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.table-flex-delete{background:transparent;border:none;outline:none}.grid{display:grid;gap:20px}.grid.grid-column-2{grid-template-columns:1fr 1fr}.dashboard-block{border-radius:6px;background:#fff;box-shadow:0 0 20px #00000005;display:flex;padding:20px;justify-content:center;align-items:center;align-self:stretch;flex-direction:column;height:150px;gap:15px}.dashboard-block-name{color:#0f0f0f;font-family:Gilroy;font-size:24px;font-style:normal;font-weight:700;line-height:normal}.dashboard-block-count{color:#0f0f0f;font-family:Gilroy;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.info-box{border-radius:6px;background:#fff;box-shadow:0 0 20px #00000005;display:flex;padding:20px;justify-content:center;align-items:flex-start;align-self:stretch;flex-direction:column;height:auto;gap:15px;color:#0f0f0f;font-family:Gilroy;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.dashboard-body{display:flex;flex-direction:column;gap:20px}.tag{background:#bfbfbf;padding:6px 15px;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;font-size:16px}.tag.created{background:#eb152e;color:#fff}.tag.progress{background:#3498db;color:#fff}.tag.resolved{background:#008138;color:#fff}.table-flex-edit{border:none;background:transparent;display:flex;align-items:center;justify-content:center;outline:none;text-decoration:none;cursor:pointer}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;padding:30px;border-radius:20px;box-shadow:0 2px 10px #0000001a;width:400px;max-width:90%}.modal h3{margin-top:0}.modal-actions{display:flex;justify-content:center;gap:10px}.modal-actions button{padding:8px 12px;border:none;border-radius:4px;cursor:pointer}.modal-actions button[type=submit]{background:#4caf50;color:#fff}.modal-actions button[type=button]{background:#f44336;color:#fff}.form-control-group{display:flex;flex-direction:column;gap:15px}.modal-form{display:flex;flex-direction:column;gap:25px}.modal-title{color:#0f0f0f;font-family:Gilroy;font-size:24px;font-style:normal;font-weight:700;line-height:normal}.modal-header{margin-bottom:25px}.status-message{margin:10px 0;padding:10px;border-radius:5px;font-weight:700}.status-message.success{background-color:#d4edda;color:#155724}.status-message.error{background-color:#f8d7da;color:#721c24}textarea.form-control{border-radius:20px;overflow:hidden;resize:none;height:140px}.form-control.disabled{background:#cbcbcb;cursor:not-allowed;color:#6a6a6a}@media (max-width: 768px){.sidebar{width:200px;padding:15px}.sidebar-toggle{display:block;background-color:#2c3e50;color:#fff;font-size:24px;border:none;padding:10px;cursor:pointer;margin-bottom:20px}.sidebar ul{display:none}.sidebar ul[v-show=true]{display:block}.admin-dashboard{flex-direction:column}.main-content{margin-left:0;padding:15px}.auth-block{width:95%}}
