.delete__btn{color:var(--red);border-bottom:2px solid var(--red);font-size:.8em;grid-column-gap:.2em;justify-self:end}.delete__btn:hover{background:var(--red-light);color:var(--red-dark);border-bottom:2px solid var(--red-dark)}.custom__check{row-gap:.5em}.cbx{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;cursor:pointer}.cbx span{display:inline-block;vertical-align:middle;transform:translateZ(0)}.cbx span:first-child{position:relative;width:24px;height:24px;border-radius:50%;transform:scale(1);vertical-align:middle;border:1px solid #b9b8c3;transition:all .2s ease}.cbx span:first-child svg{position:absolute;z-index:1;top:6px;left:5px;fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:16px;stroke-dashoffset:16px;transition:all .3s ease;transition-delay:.1s;transform:translateZ(0)}.cbx span:first-child:before{content:"";width:100%;height:100%;background:#506eec;display:block;transform:scale(0);opacity:1;border-radius:50%;transition-delay:.2s}.cbx span:last-child{margin-left:8px}.cbx span:last-child:after{content:"";position:absolute;top:8px;left:0;height:1px;width:100%;background:#b9b8c3;transform-origin:0 0;transform:scaleX(0)}.cbx:hover span:first-child{border-color:var(--purple)}.cbx:hover span:first-child svg{stroke:var(--gold)}.inp-cbx:checked+.cbx span:first-child{border-color:var(--purple);background:var(--purple);-webkit-animation:check .6s ease;animation:check .6s ease}.inp-cbx:checked+.cbx span:first-child svg{stroke-dashoffset:0}.inp-cbx:checked+.cbx span:first-child:before{transform:scale(2.2);opacity:0;transition:all .6s ease}.inp-cbx:checked+.cbx span:last-child{color:#b9b8c3;transition:all .3s ease}.inp-cbx:checked+.cbx span:last-child:after{transition:all .3s ease}@-webkit-keyframes check{50%{transform:scale(1.2)}}@keyframes check{50%{transform:scale(1.2)}}.client__activity{align-items:center;margin:.5em;border-radius:1em;border:2px solid var(--purple-dark)}.client__activity,.input__att{display:grid;justify-self:stretch}.input__att{justify-content:center;row-gap:1em}.att__date{display:flex;align-items:center}.att__day{margin:0}.att__check{display:flex}.item__header{display:flex;align-items:center;justify-content:center;padding:.5em 0!important;-moz-column-gap:.5em;column-gap:.5em}.client__picture{border-radius:50%}.tooltip{position:relative;display:inline-block;cursor:pointer;margin-left:.3em}.tooltip .tooltiptext{visibility:hidden;width:120px;background-color:var(--purple-dark);color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:1;bottom:125%;left:50%;margin-left:-60px;opacity:0;transition:opacity .3s}.tooltip .tooltiptext:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#555 transparent transparent transparent}.tooltip:active .tooltiptext,.tooltip:hover .tooltiptext{visibility:visible;opacity:1}.is__grid{display:grid;font-size:1.2em;width:auto!important}.client__info{display:flex;justify-self:center;justify-items:center;align-items:center;-moz-column-gap:.5em;column-gap:.5em}.cli__pic{border-radius:50%;height:5em}.cli__period{font-size:1em;width:auto!important}@media (max-width:599px){.cli__period,.client__info{display:grid}}