.k-stats-menu-div{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px}.k-stats-menu-div,.k-stats-menu-tree{display:-webkit-box;display:-ms-flexbox;display:flex}.k-stats-menu-tree{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-item-align:stretch;align-self:stretch;gap:1px;min-width:250px;width:250px;padding:10px 0 10px 10px;border-radius:8px;-webkit-box-shadow:3px 3px 6px rgba(0,0,0,.12549019607843137),-3px -3px 6px rgba(0,0,0,.12549019607843137);box-shadow:3px 3px 6px rgba(0,0,0,.12549019607843137),-3px -3px 6px rgba(0,0,0,.12549019607843137);color:#fff}.k-stats-menu-tree>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1px 10px;border:2px solid transparent;border-radius:8px 0 0 8px}.k-stats-menu-tree>div:not(.disabled){cursor:pointer}.k-stats-menu-tree>div:not(.disabled):hover{padding-left:12px;border-color:rgba(0,0,0,.3333333333333333)}.k-stats-menu-tree>div .badge{position:absolute;right:-38px;width:35px;background-color:#bbb;font-size:12px;font-weight:400;text-align:center;padding-left:0;padding-right:0}.k-stats-menu-tree .ancestor{background:#004e4a}.k-stats-menu-tree .parent{background:#00817b}.k-stats-menu-tree .child,.k-stats-menu-tree .child .badge{background:#00b4ac}.k-stats-menu-tree .child.disabled,.k-stats-menu-tree .child.disabled .badge{background:#00cec4}.k-stats-menu-pie{min-width:250px;min-height:200px;-webkit-box-flex:1;-ms-flex:1;flex:1}.percentage[data-v-153a745a]{position:absolute;left:0;right:0;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.donut[data-v-02f20e66]{width:180px;margin:0 auto}#tab-consult-grid{display:grid;grid-gap:10px;grid-template-columns:1fr;grid-template-rows:repeat(6,auto);grid-template-areas:"activity" "touches" "sessions" "duration" "menus" "fiches"}#tab-consult-grid>*{min-width:0;min-height:0}@media(min-width:1024px){#tab-consult-grid{grid-template-columns:1fr 1fr;grid-template-rows:repeat(5,auto);grid-template-areas:"activity touches" "activity sessions" "activity duration" "menus menus" "fiches fiches"}}@media(min-width:1600px){#tab-consult-grid{grid-template-columns:.8fr 1fr 1fr 1fr;grid-template-rows:auto auto;grid-template-areas:"activity touches sessions duration" "activity menus menus fiches"}}#card-touches{grid-area:touches}#card-sessions{grid-area:sessions}#card-duration{grid-area:duration}#card-top-fiches{grid-area:fiches}#card-menus{grid-area:menus}#card-activity{grid-area:activity}