.dashboard-box{border-radius:12px;border:1px solid #e9eaeb;background:#fff;box-shadow:0 1px 2px 0 rgba(10,13,18,.05);padding:24px;display:flex;flex-direction:column;height:calc(100vh - 372px)}.dashboard-box__title{color:#535862;font-size:14px;font-weight:500;margin-bottom:8px}.dashboard-box__count{color:#181d27;font-size:30px;font-weight:600}.dashboard-box__content{flex:1;display:flex;flex-direction:column}.dashboard-box__content .ant-divider{margin:24px 0}.dashboard-box__no-data{color:#535862;text-align:center;font-size:14px;font-weight:500}.dashboard-box__list{display:flex;flex-direction:column;gap:20px;height:calc(100% - 190px);overflow-y:auto}.dashboard-box__item{display:flex;align-items:flex-start;gap:12px;cursor:pointer;position:relative}.dashboard-box__item a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.dashboard-box__item svg{width:16px;height:16px}.dashboard-box__item-title{color:#414651;font-size:14px;font-weight:500;margin-bottom:0}.dashboard-box__item-description{color:#535862;font-size:14px;margin-bottom:0}.dashboard-box__pagination{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.dashboard-box__pagination-info{color:#414651;font-size:14px;font-weight:500}.dashboard-box__pagination .ant-btn.ant-btn-sm{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid #d5d7da;box-shadow:0 1px 2px 0 rgba(10,13,18,.05);background:#fff;font-size:12px;font-weight:500;padding:0}.dashboard-box__pagination .ant-btn.ant-btn-sm:disabled{border-color:#d5d7da;background:#f5f5f5;color:#a4a7ae}.dashboard-card{border-radius:12px;border:1px solid #e9eaeb;background:#fff;box-shadow:0 1px 2px 0 rgba(10,13,18,.05);padding:20px;position:relative;display:flex;gap:12px;flex:1}.dashboard-card__icon{border-radius:10px;border:1px solid #d5d7da;background:#fff;width:48px;height:48px;display:flex;justify-content:center;align-items:center;color:#414651}.dashboard-card__title{color:#414651;font-size:16px;font-weight:600;line-height:24px;margin-bottom:0}.dashboard-card__description{overflow:hidden;color:#535862;text-overflow:ellipsis;font-size:14px;font-weight:400;line-height:20px;margin-bottom:0}.dashboard-cards{width:100%;display:flex;flex-direction:column;gap:32px}.dashboard-cards-title{color:#181d27;font-size:18px;font-weight:600;margin-bottom:0}.dashboard-cards-list{display:flex;gap:24px;width:100%}