.dashboard-page .alert-warning-bar{height:40px;width:5px;background:var(--primary-color);margin-right:12px}.dashboard-page .carousel{width:100%;display:flex;align-items:center;justify-content:center;gap:7px}.dashboard-page .carousel__item{height:8px;width:8px;background:var(--background);border-radius:50%}.dashboard-page .carousel__item--active{border-radius:32px;height:8px;width:22px;background:#39b70f}.loader{animation-name:spin;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.progress-bar{border-radius:10px;background:#e7f4da}.progress-bar .already-progressed{min-width:20%;padding:0 10px;border-radius:10px;background:var(--pg-success);color:#fff}.table-last-orders{border-collapse:separate;border-spacing:0 10px}.table-last-orders .status-badge{border-radius:2px;padding:2px 6px;font-size:12px}.table-last-orders .status-badge--pending{background:linear-gradient(0deg,#fffbe6,#fffbe6),linear-gradient(0deg,#ffe58f,#ffe58f);border:1px solid #ffe58f;color:#d4b106}.table-last-orders .status-badge--completed{background:linear-gradient(0deg,#f6ffed,#f6ffed),linear-gradient(0deg,#b7eb8f,#b7eb8f);border:1px solid #b7eb8f;color:#52c41a}