.dashboard-card{background:#fff;border:1px solid #fff;border-radius:12px;justify-content:flex-start;align-items:center;gap:1rem;width:100%;max-width:240px;height:100%;margin-top:-3px;padding:1.5rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.dashboard-card:hover{box-shadow:0 6px 16px #00000014}.icon-container{background-color:#f1f1f1;border-radius:9px;justify-content:center;align-items:center;width:42px;height:42px;margin-top:-5px;display:flex}.icon{width:22px;height:22px}.text-container{flex-direction:column;justify-content:center;gap:5px;display:flex}.count{margin-bottom:4px;font-size:18px;font-weight:700}.title{font-size:12px;font-weight:500}.dashboard-card-grid{grid-template-columns:repeat(1,1fr);gap:1.5rem;padding:1.5rem;display:grid}@media (min-width:640px){.dashboard-card-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:700px){.dashboard-card-grid{grid-template-columns:repeat(4,1fr)}}.card-dropdown{z-index:10;cursor:pointer;background-color:#fff;border:1px solid #ccc;border-radius:4px;padding:2px 4px;font-size:8px;position:absolute;top:5px;right:5px}
