.dashboard-card{background-color:#fff;border-radius:5px;box-shadow:1px 0 3px 0 rgba(0,0,0,.1),-1px 0 2px -1px rgba(0,0,0,.1);margin-bottom:3.2rem;max-width:100%}.dashboard-card__header{padding:20px 24px;display:flex;flex-direction:column;justify-content:space-between;border-bottom:1px solid #eaecf0;align-items:flex-start}@media(min-width:1200px){.dashboard-card__header{flex-direction:row;align-items:center}}.dashboard-card__header--no-line{border-bottom:rgba(0,0,0,0);padding-bottom:0!important}.dashboard-card__title-text{display:flex;align-items:center;gap:8px;font-weight:500;font-size:18px;margin-bottom:8px;color:#000716}.dashboard-card__title-text span{font-weight:400;color:#6d6d6d}.dashboard-card__subtitle{font-size:12px;color:#6d6d6d;margin-bottom:12px}@media(min-width:1200px){.dashboard-card__subtitle{margin-bottom:0}}.dashboard-card__body{min-height:260px}.no-data{width:100%;min-height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:20px}.no-data__image{margin-bottom:24px;display:block}.no-data__title{font-size:14px;margin-bottom:8px;color:#000716;font-weight:500}.no-data__subtitle{font-size:12px;color:#6d6d6d}