div.categoryItem{min-height:150px;min-width:300px;background:var(--overviewItemBackground);border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;padding:15px 8px 15px 12px;overflow:visible;align-items:end;flex:none;position:relative;border-left:5px solid}@media screen and (max-width: 720px){div.categoryItem{min-width:240px}}div.categoryItem>figure{position:absolute;opacity:0;transition:opacity .5s;height:40px;width:40px;display:grid;place-items:center;cursor:pointer}div.categoryItem>figure.active{opacity:1}div.categoryItem>figure>svg{height:20px;width:20px;color:var(--mainIconColor)}div.categoryItem:hover>figure{opacity:1}div.categoryItem>div:first-of-type{display:flex;width:100%;gap:15px;align-items:center;margin-bottom:15px}div.categoryItem>div:first-of-type>div:first-of-type{border-radius:50%;height:45px;width:45px;display:grid;place-items:center}div.categoryItem>div:first-of-type>div>h4{font-weight:400;font-size:16px;color:var(--cardTitle);line-height:13px}@media screen and (max-width: 720px){div.categoryItem>div:first-of-type>div>h4{font-size:14px}}div.categoryItem>div:first-of-type>div>span{color:#797979;color:var(--cardDate);font-size:11px;line-height:10px}div.categoryItem>div:first-of-type>div>pre{font-size:12.5px;line-height:10px}div.categoryItem>div:nth-of-type(2){display:flex;flex-direction:column;width:100%}div.categoryItem>div:nth-of-type(2)>div{width:100%;display:flex;align-items:center;border-bottom:1px solid var(--mainBorder);border-radius:8px;padding-left:5px}div.categoryItem>div:nth-of-type(2)>div>p{color:var(--cardSmalTitle);font-size:11.5px;line-height:10px;min-width:75px}div.categoryItem>div:nth-of-type(2)>div>span{font-weight:500;font-size:14px;line-height:22px;text-wrap:nowrap;color:var(--primaryText)}@media screen and (max-width: 720px){div.categoryItem>div:nth-of-type(2)>div>span{font-size:17px}}div.categoryItem>div:nth-of-type(3){display:flex;width:100%;align-items:flex-end;margin-top:12px;gap:5px;padding-left:5px;color:var(--primaryText)}div.categoryItem>div:nth-of-type(3)>span{font-size:23px;font-weight:900;line-height:18px}div.categoryItem>div:nth-of-type(3)>p{font-size:12.5px;line-height:10px}div.categoryItemSkeleton{min-height:150px;min-width:300px;background:var(--overviewItemBackground);border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;padding:15px 8px 15px 12px;overflow:visible;align-items:end;flex:none;position:relative;border-left:5px solid;border-color:var(--mainBorder)}@media screen and (max-width: 720px){div.categoryItemSkeleton{min-width:240px}}div.categoryItemSkeleton>div:first-of-type{display:flex;width:100%;gap:15px;align-items:center;margin-bottom:15px}div.categoryItemSkeleton>div:first-of-type>div:first-of-type{border-radius:50%;background:#64646f33;box-shadow:#64646f33 0 7px 29px;animation:Skeleton 1s ease-out infinite alternate both;height:45px;width:45px;display:grid;place-items:center}div.categoryItemSkeleton>div:first-of-type>div:last-of-type{display:flex;flex-direction:column;gap:10px}div.categoryItemSkeleton>div:first-of-type>div>span:first-of-type{height:13px;width:75px;background:var(--cardTitle);display:block;border-radius:8px;animation:Skeleton 1s ease-out infinite alternate both}div.categoryItemSkeleton>div:first-of-type>div>span:last-of-type{background:var(--cardDate);height:11px;width:112px;display:block;border-radius:8px;animation:Skeleton 1s ease-out infinite alternate both}div.categoryItemSkeleton>div:first-of-type>div>pre{font-size:12.5px;line-height:10px}div.categoryItemSkeleton>div:nth-of-type(2){display:flex;flex-direction:column;width:100%}div.categoryItemSkeleton>div:nth-of-type(2)>div{width:100%;display:flex;align-items:center;border-bottom:1px solid var(--mainBorder);border-radius:8px;padding-left:5px;gap:10px;height:23px}div.categoryItemSkeleton>div:nth-of-type(2)>div>span:first-of-type{background:var(--cardSmalTitle);height:11.5px;width:50px;border-radius:8px;animation:Skeleton 1s ease-out infinite alternate both}div.categoryItemSkeleton>div:nth-of-type(2)>div>span:last-of-type{background:var(--primaryText);height:11.5px;width:100px;border-radius:8px;animation:Skeleton 1s ease-out infinite alternate both}@media screen and (max-width: 720px){div.categoryItemSkeleton>div:nth-of-type(2)>div>span:last-of-type{height:9.5px}}div.categoryItemSkeleton>div:nth-of-type(3){display:flex;width:100%;align-items:flex-end;margin-top:12px;gap:5px;padding-left:5px}div.categoryItemSkeleton>div:nth-of-type(3)>span:first-of-type{height:18px;width:18px;border-radius:50%;background:var(--primaryText);animation:Skeleton 1s ease-out infinite alternate both}div.categoryItemSkeleton>div:nth-of-type(3)>span:last-of-type{height:10px;width:73.2px;background:var(--primaryText);border-radius:8px;animation:Skeleton 1s ease-out infinite alternate both}
