.dish-stats{display:flex;justify-content:space-between;flex-wrap:wrap;margin:16px 0}.dish-stats__toggle{margin-top:32px;display:flex;justify-content:flex-end}.dish-stats__side{width:calc(50% - 12px)}.dish-stats__data{padding:32px 24px;background-color:#fff;border-radius:8px;margin:9px 0;border:1px solid #e4e8e8}.dish-stats__row{display:flex;justify-content:space-between;margin-top:8px}.dish-stats__tooltip{width:20%;font-size:14px;color:#103c35;font-weight:700}.dish-stats__tooltip:first-child,.dish-stats__tooltip:last-child{width:30%}.dish-stats__item{width:20%}.dish-stats__item:first-child{font-weight:700}.dish-stats__item:first-child,.dish-stats__item:last-child{width:30%;font-size:16px}.dish-stats__percentage{position:relative;border-radius:4px;overflow:hidden;text-align:center;font-size:12px;display:flex;justify-content:center;align-items:center}.dish-stats__percentage.gray{background-color:#e9ecef}.dish-stats__percentage.gray .dish-stats__percentage-bar{background-color:#6e6e6e}.dish-stats__percentage.green{background-color:rgba(192,210,60,.12)}.dish-stats__percentage.green .dish-stats__percentage-bar{background-color:#c0d23c}.dish-stats__percentage.nanValue{background-color:#e9ecef}.dish-stats__percentage-value{position:relative;z-index:5;font-size:12px}.dish-stats__percentage-bar{position:absolute;top:0;left:0;z-index:2;height:100%}@media screen and (max-width:992px){.dish-stats__side{width:100%}}@media screen and (max-width:568px){.dish-stats__item:first-child,.dish-stats__item:last-child,.dish-stats__tooltip,.dish-stats__tooltip:first-child,.dish-stats__tooltip:last-child{font-size:12px}}