.presentageline{margin-top:5px;position:relative;display:flex;width:100%;height:10px;background-color:#f0f0f0;border-radius:5px;cursor:pointer}.presentageline__content{display:flex;justify-content:space-between}.presentageline__number{cursor:pointer;text-align:center;font-weight:700;color:#fff;width:26px;height:26px;border-radius:5px;background-color:var(--color)}.presentageline__container{border-radius:5px;background-color:var(--color);height:10px;width:var(--witdh);animation:enter 1s ease-in-out}@keyframes enter{0%{width:0}to{width:var(--witdh)}}.upperCase{text-transform:capitalize}.p,.upperCase{font-weight:700}.helpdesk{position:relative}.helpdesk__container__content{display:flex;justify-content:space-around;height:40px;width:181px;padding:5px 2px;border-radius:5px}.helpdesk__number{display:flex;justify-content:space-between;align-items:center;padding:1rem}.helpdesk__statistics{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:15px}.helpdesk__statistics p{text-align:center}.helpdesk__statistics-item{margin-top:15px}.helpdesk__select{text-transform:capitalize;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-align:start;outline:none;width:100%;height:33px;color:#000;padding:4px 8px 4px 30px;border-radius:4px;border:none;box-shadow:0 .5px 2px 0 rgba(0,0,0,.4117647058823529)}.helpdesk__select:hover{background-color:#efefef}.helpdesk__select__iconic{position:absolute;top:12px;left:10px}.helpdesk__statu{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));justify-items:auto;gap:20px}.helpdesk__status{display:inherit;margin:15px 0 15px 0}.helpdesk__status-item{cursor:pointer;max-height:90px;color:#000;background-color:#fff;white-space:nowrap}.helpdesk__status-item:hover{opacity:.7}.helpdesk__status-title{color:#000}.helpdesk__status-cont{color:#bd0909;font-weight:600}.helpdesk__resumen{margin-top:10px;display:flex;flex-direction:column}