.dashboardBlock{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:start;padding:16px;border-radius:8px;border:1px solid var(--color-beige);background-color:rgba(222,209,190,.5);text-decoration:none;transition:all .3s ease-in-out}.dashboardBlock:hover{background-color:rgba(222,209,190,.7)}.dashboardBlock__icon{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;position:relative;width:40px;height:40px;background-color:rgba(246,80,9,.8);border-radius:8px;margin-bottom:16px;color:var(--color-beige)}.dashboardBlock__icon svg{width:20px;height:20px}.dashboardBlock__label{font-size:14px;display:block;margin-bottom:12px;color:rgba(222,209,190,.6)}.dashboardBlock__count{font-size:20px;text-transform:uppercase;font-weight:700}