@supports (-webkit-touch-callout:none){#login-form,#login-form *,.login-container{backdrop-filter:none!important;filter:none!important}.login-container{transform:none!important}}*{margin:0;padding:0}body{background-color:skyblue;display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;font-size:16px;color:#212529}h1,h2,h3{text-align:center;color:#fff;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;font-weight:400}button{margin:.5rem;font-size:16px;padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer}button:hover{background-color:rgb(213.698630137,43.8356164384,26.301369863)}.app-footer{position:fixed;bottom:10px;width:100%;text-align:center;font-size:.8rem;color:#f5f5f5;z-index:1;pointer-events:none}.form-section{height:95%;width:25%;padding:1rem;border:1px solid #6c757d;background:hsla(0,0%,100%,.25);box-shadow:0 8px 32px 0 rgba(31,38,135,.37);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:10px;overflow-y:auto;border:1px solid hsla(0,0%,100%,.18)}.form-section form{display:flex;flex-direction:column;gap:1rem}.form-section form label{font-weight:700}.form-section form button,.form-section form input,.form-section form select,.form-section form textarea{padding:.5rem;font-size:16px;border:1px solid #6c757d;border-radius:4px}.form-section form button{background-color:#007bff;color:#fff}.form-section form button:hover{background-color:rgb(51,149.4,255)}@media (max-width:1024px){.form-section{display:none}}.completed-tasks,.task-list{width:80%;height:95%;flex:1;padding:1rem;border-radius:4px;border:1px solid #6c757d;overflow-y:auto;background:hsla(0,0%,100%,.25);box-shadow:0 8px 32px 0 rgba(31,38,135,.37);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-radius:10px;border:1px solid hsla(0,0%,100%,.18)}.completed-tasks ul,.task-list ul{list-style:none;padding:0;margin:0}.completed-tasks li,.task-list li{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;margin-bottom:1rem;background:hsla(0,0%,100%,.25);box-shadow:0 8px 32px 0 rgba(31,38,135,.37);backdrop-filter:blur(4px);border-radius:10px;border:1px solid hsla(0,0%,100%,.18)}.completed-tasks li:hover,.task-list li:hover{background-color:#fff}.completed-tasks button,.task-list button{background-color:#007bff;color:#fff;padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer}.completed-tasks button:hover,.task-list button:hover{background-color:rgb(51,149.4,255)}.completed-tasks{display:none}.task-top{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;width:100%}.task-info{display:flex;justify-content:space-around;align-items:center;flex:1}.task-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.task-message{width:90%;padding:.5rem;background-color:#f2f2f2;border-radius:8px;font-size:1rem;color:#333}.top-buttons{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap;justify-content:start}.top-buttons button{background-color:#007bff;color:#fff;padding:.7rem 1.5rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .3s}.top-buttons button:hover{background-color:rgb(51,149.4,255)}@media (max-width:768px){.top-buttons{flex-direction:column}.top-buttons button{width:100%}}.online-users-panel{margin-top:2rem;padding:1rem;background:hsla(0,0%,100%,.15);border-radius:8px;border:1px solid hsla(0,0%,100%,.2)}.online-users-panel h3{font-size:1.2rem;color:#fff;text-align:center;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.online-users-panel .online-section{margin-bottom:1.5rem}.online-users-panel .online-section h4{font-size:1rem;color:#f5f5f5;margin-bottom:.5rem;text-align:left;letter-spacing:1px}.online-users-panel .online-section ul{list-style:none;padding:0;margin:0}.online-users-panel .online-section ul li{padding:.5rem;margin-bottom:.3rem;background:hsla(0,0%,100%,.1);border-radius:5px;color:#fff;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.online-users-panel .online-section ul li.empty,.online-users-panel .online-section ul li.loading{color:hsla(0,0%,100%,.6);font-style:italic;justify-content:center}.online-users-panel .status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.online-users-panel .status-dot.online{background-color:#28a745;box-shadow:0 0 6px #28a745}.online-users-panel .last-update{font-size:.75rem;color:hsla(0,0%,100%,.7);text-align:center;margin-top:1rem;font-style:italic}.task-list ul li div{display:flex;gap:.5rem}.task-list .global-search label{color:#f5f5f5;letter-spacing:1px;font-size:1.2rem}.task-list .global-search input{padding:10px 15px;margin:10px;text-align:center;border-radius:5px;border:none}.task-list ul li button{display:flex;justify-content:center;align-items:center;height:35px;text-align:center;background-color:#007bff;color:#fff;border:none;border-radius:4px;padding:.5rem 1rem;cursor:pointer}.task-list ul li button:hover{background-color:rgb(0,110.7,229.5)}.task-list ul li button img{filter:brightness(0) invert(1);display:block;margin:0 auto;width:25px;height:25px}.task-list ul li.in-progress{background-color:#ffc107;color:#212529}.task-list ul li.completed{background-color:#28a745;color:#fff;opacity:.8}.task-list ul li.attention{background-color:#dc3545;color:#fff}.task-list ul li.neutral{background-color:#f9f9f9;color:#212529}.task-list ul li .action-label.inn{padding:10px;border-radius:5px;color:#fff;background-color:green}.task-list ul li .action-label.ut{padding:10px;border-radius:5px;color:#fff;background-color:red}.task-list ul li .action-label.fix{padding:10px;border-radius:5px;color:#fff;background-color:blue}.task-controls{margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.task-controls label{font-size:1.2rem;font-weight:700;color:#f5f5f5;margin:10px}.task-controls select{padding:.5rem;font-size:1rem;border:1px solid #ccc;border-radius:4px;outline:none}.task-controls select:focus{border-color:#007bff}.container{display:flex;height:95%;width:95%;gap:1rem}
/*# sourceMappingURL=main.min.css.map */
