body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{margin:auto;max-width:1200px;width:100%}.home__overview{background-color:#f8f5f2;height:auto;padding:15px 45px;width:100%}.home__overview h2{color:#fd0000;margin-bottom:20px}.home__status{align-items:center;display:flex;justify-content:space-around}.home__status--completed,.home__status--in-progress,.home__status--pending{align-items:self-start;border-radius:25px;display:flex;flex-direction:column;height:80px;justify-content:center;margin:5px;max-width:200px;min-width:120px;padding:25px 30px;text-align:center;white-space:nowrap;width:25%}.home__status--in-progress{background-color:#fff3cd;border-left:5px solid #ffc107;color:#856404;padding:8px 12px}.home__status--pending{background-color:#f8d7da;border-left:5px solid #dc3545;color:#721c24;padding:8px 12px}.home__status--completed{background-color:#d4edda;border-left:5px solid #28a745;color:#155724;padding:8px 12px}.home__status--total{font-size:32px;font-weight:600}@media(max-width:768px){.home__status{flex-wrap:wrap;justify-content:center}.home__status--completed,.home__status--in-progress,.home__status--pending{align-items:self-start;justify-content:center;padding:10px}.home__status--total{font-size:20px}}.task{background-color:#fff;margin-top:80px;padding:15px 45px}.task .task-item{align-items:flex-start;border:1px solid #ddd;border-radius:12px;box-shadow:0 1px 5px #0000000d;display:flex;justify-content:space-between;margin-bottom:16px;padding:16px 20px;transition:.2s}.task .task-item:hover{box-shadow:0 2px 8px #0000001a}.task .task-item__left{flex:1 1}.task .task-item__title{color:#333;font-size:18px;font-weight:600;margin-bottom:4px}.task .task-item__desc{color:#666;font-size:14px;margin-bottom:8px;text-align:justify;white-space:pre}.task .task-item__bottom{color:#999;display:flex;font-size:13px;justify-content:space-between}.task .task-item__deadline{color:#dc3545;font-weight:500}.task .task-item__right{align-items:center;display:flex;margin-left:20px}.login,.register{align-items:center;background-image:url(/static/media/backgroundLogin.5f579f1510830dd7bfac.png);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:80vh;justify-content:center;margin-top:5%;min-height:500px;width:100%}form{background-color:#0ff6;border-radius:25px;box-shadow:5px 5px 0 #0003;margin:auto;max-width:500px;min-height:350px;min-width:320px;padding:40px 10px;position:relative;width:100%}form .backHome{bottom:100%;left:50%;position:absolute;transform:translateX(-50%)}form .backHome a{background-color:#0ff6;border-radius:45px 45px 0 0;cursor:pointer;font-size:40px;font-weight:700;padding:0 25px;text-decoration:none}form .form__title{color:#333;font-size:24px;margin-bottom:30px;text-align:center}form .login__input,form .register__input{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;gap:20px;justify-content:center}form .login__input input,form .register__input input{background-color:#ffffff80;padding:18px 25px}form .register__input{flex-direction:row}form .form__btn{align-items:center;display:flex;justify-content:space-evenly;margin-top:30px}form .form__btn .form__switch{border-radius:12px;color:#3d1111;padding:10px 15px}form .form__btn .form__switch:hover{background-color:rgba(240,248,255,.525)}form .form__btn button{background-color:#007bff;border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:700;padding:10px 15px;text-align:center;white-space:nowrap;width:35%}form .form__btn button:hover{background-color:#0056b3}.formResgiter{margin-top:50px;max-width:800px}.active{background-color:#79b4f0!important;border-left:4px solid #1976d2;font-weight:700}.active .MuiListItemIcon-root{color:#1976d2}.chat{display:flex;height:90vh}.chat__sidebar-right{position:relative}.chat__sidebar-right--status{margin-right:5px;position:absolute;right:100%;z-index:2}.chat__sidebar-left,.chat__sidebar-right{border:1px solid #ccc;max-width:240px;padding:10px;transition:width .3s ease-out;width:50%}.chat__sidebar-left li,.chat__sidebar-left ul,.chat__sidebar-right li,.chat__sidebar-right ul{list-style:none;margin:0;overflow:hidden;padding:0}.chat__sidebar-close{padding:0;width:0}.chat__sidebar-close .chat__heading,.chat__sidebar-close li,.chat__sidebar-close ul{display:none}.chat__conversation-item{cursor:pointer;-webkit-user-select:none;user-select:none}.chat__main{max-width:100%;padding:10px;position:relative;width:100%}.chat__title{align-items:center;display:flex}.chat__title__heading{font-weight:700;margin-bottom:10px}.chat__messages{display:flex;flex-direction:column;gap:6px;list-style:none;max-height:75vh;overflow-y:auto;padding:0}.chat .chat__message{border-radius:6px;display:inline-block;flex:1 1;margin-bottom:8px;max-width:60%;max-width:450px;padding:10px;word-break:break-word}.chat .chat__message--self{align-self:flex-end;background:#e0f7fa;margin-left:auto}.chat .chat__message--other{align-self:flex-start;background:#fce4ec;margin-right:auto}.chat__input-wrapper{align-items:center;bottom:10px;display:flex;justify-content:center;position:absolute;width:100%}.chat__input{margin-right:10px;padding:8px;width:calc(100% - 100px)}.chat__send-btn{padding:8px 16px}@media(max-width:768px){.chat__sidebar-right{display:none}.chat__sidebar-left{width:30%}.chat__sidebar-close{padding:0;width:0}.chat__sidebar-close .chat__heading,.chat__sidebar-close li,.chat__sidebar-close ul{display:none}}
/*# sourceMappingURL=main.461032b6.css.map*/