body{background-color:#f4f4f4;color:#1a1718;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;padding:0}body,h1,h2,h3,h4,li,p,ul{margin:0}li,ul{list-style:none;list-style-type:none;padding:0}a{color:inherit;text-decoration:none}*,:after,:before{box-sizing:border-box}button{border-color:#1a1718;border-radius:20px;border-style:solid;box-shadow:0 1px 1px 0 #4e4e4e40;color:inherit;cursor:pointer;font-size:inherit}.header,button{background-color:#f7f7f7}.header{align-items:center;border-bottom:1px solid rgba(0,0,0,.2);display:flex;padding:2vmin}.header__title{color:crimson;font-size:22px;margin:0 auto}#root{padding:1.5vmax 0}.popup{align-items:center;background-color:rgba(0,0,0,.35);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%}.helpdesk{align-items:flex-end;background:linear-gradient(#aaa,transparent 1px),linear-gradient(90deg,#aaa,transparent 1px);background-position:0 0;background-size:20px 20px;box-shadow:0 0 1px 0 #4e4e4e40;display:flex;flex-direction:column;gap:20px;margin:auto;padding:20px;width:75%}.helpdesk-add,.helpdesk-form__cancel,.helpdesk-form__ok{padding:9px 15px}.helpdesk-add:active,.helpdesk-form__cancel:active,.helpdesk-form__ok:active{border-style:inset}.helpdesk-list{width:100%}.helpdesk-form,.helpdesk-list{background-color:#f7f7f7;box-shadow:0 1px 1px 0 #4e4e4e40}.helpdesk-form{border:2px solid #1a1718;border-radius:20px;display:flex;flex-direction:column;gap:15px;padding:20px;width:50%}.helpdesk-form__title,.helpdesk-form__warning{margin:0 auto}.helpdesk-form__group{align-items:flex-start;display:flex;flex-direction:column;gap:15px}.helpdesk-form__description-textarea,.helpdesk-form__name-textarea{border-color:#1a1718;font-family:inherit;font-size:inherit;max-width:100%;min-width:100%;padding:4px 8px}.helpdesk-form__name-textarea{height:2em;max-height:2em;min-height:2em}.helpdesk-form__description-textarea{height:4.7em;max-height:4.7em;min-height:4.7em}.helpdesk-form__buttons{display:flex;gap:20px;margin:0 0 0 auto;width:fit-content}.ticket{border:2px solid #1a1718;padding:20px}.ticket:nth-child(n+2){border-top:none}.ticket-basic{align-items:center;display:flex;position:relative}.ticket-description{margin-left:calc(40px + 1.685vmax);margin-top:20px}.ticket__delete,.ticket__status,.ticket__update{background-color:transparent;background-position:50%;background-repeat:no-repeat;border:1.5px solid #1a1718;border-radius:50%;cursor:pointer;height:40px;width:40px}.ticket__status{margin-right:1.685vmax}.ticket__delete:active,.ticket__status:active,.ticket__update:active{border-style:inset}.checked{background-image:url(b46f8c4c266e0fb4773e.svg);background-size:65%}.ticket__update{background-image:url(4d5157bf0ab222fee098.svg);background-size:45%}.ticket__delete{background-image:url(677339ddef83ed76c7d0.svg);background-size:65%}.ticket__buttons{display:flex;gap:20px;position:absolute;right:0}.ticket__time{position:absolute;right:calc(100px + 4vmax)}