.dashboard-refresh-box{display:flex;align-items:center;gap:7px;margin:0}.dashboard-refresh-box button{padding:6px 10px;font-size:13px}.dashboard-refresh-box small{color:#7a86a2;font-size:12px}.dashboard-refresh-spinner{display:inline-block;width:12px;height:12px;border:2px solid #b8c5e2;border-top-color:#376af5;border-radius:50%;animation:dashboard-refresh-spin .7s linear infinite}@keyframes dashboard-refresh-spin{to{transform:rotate(360deg)}}@media(max-width:760px){.dashboard-refresh-box small{display:none}}
