.expense-content {
  transition: transform 0.2s ease;
}

:root {
  --jg-blue: #1268f3;
  --jg-blue-dark: #0b3f9f;
  --jg-blue-soft: #eaf2ff;
  --jg-green: #16a34a;
  --jg-green-light: #22c55e;
  --jg-ink: #07152f;
  --jg-muted: #63708a;
  --jg-line: #e7eefb;
  --jg-screen: #f5f8fd;
}

.page-content-wrapper {
  margin-top: 4.75rem;
}

.jg-sales-header,
.jg-app-header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(231, 238, 251, 0.9);
  box-shadow: 0 14px 34px rgba(7, 21, 47, 0.06);
  height: 4.75rem;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.jg-sales-page,
.jg-expense-page,
.jg-dashboard-page {
  background:
    radial-gradient(circle at 86% 4%, rgba(18, 104, 243, 0.14), transparent 14rem),
    var(--jg-screen);
  min-height: calc(100vh - 3.125rem);
  padding-bottom: 2.25rem;
}

.jg-expense-page {
  background:
    radial-gradient(circle at 86% 4%, rgba(239, 68, 68, 0.1), transparent 14rem),
    var(--jg-screen);
}

.jg-sales-page .container,
.jg-expense-page .container,
.jg-dashboard-page .container {
  padding-top: 1.1rem !important;
}

.jg-sales-page + * {
  background: var(--jg-screen);
}

.jg-sales-page .form-control,
.jg-sales-page .form-select {
  border-color: var(--jg-line);
}

.jg-sales-page .form-control:focus,
.jg-sales-page .form-select:focus {
  border-color: rgba(18, 104, 243, 0.45);
  box-shadow: 0 0 0 0.2rem rgba(18, 104, 243, 0.1);
}

.jg-sales-wrapper {
  margin-top: 4.75rem;
}

.jg-app-wrapper {
  margin-top: 4.75rem;
}

.jg-header-avatar {
  align-items: center;
  background: linear-gradient(135deg, var(--jg-blue), #5b9bff);
  border-radius: 16px;
  color: #ffffff;
  display: flex;
  flex: 0 0 auto;
  font-size: 1.15rem;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.jg-expense-avatar {
  background: linear-gradient(135deg, #ef4444, #f87171);
}

.jg-header-mini-icon {
  align-items: center;
  background: var(--jg-blue-soft);
  border: 0;
  border-radius: 16px;
  color: var(--jg-blue);
  display: flex;
  flex: 0 0 auto;
  font-size: 1.18rem;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.jg-header-mini-icon:active {
  transform: scale(0.96);
}

.jg-app-header a:hover,
.jg-app-header a:focus {
  text-decoration: none;
}

.jg-header-kicker {
  color: var(--jg-muted);
  font-size: 0.75rem;
  font-weight: 750;
  line-height: 1.1;
  max-width: 155px;
}

.jg-header-title {
  color: var(--jg-ink);
  font-size: 1.12rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
}

.jg-date-pill {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--jg-line);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(7, 21, 47, 0.06);
  color: var(--jg-blue);
  display: flex;
  gap: 0.4rem;
  padding: 0.62rem 0.78rem;
}

.jg-date-pill input {
  background: transparent;
  border: 0;
  color: var(--jg-ink);
  font-size: 0.72rem;
  font-weight: 850;
  max-width: 112px;
  outline: 0;
}

.jg-page-date-pill {
  justify-content: flex-start;
  padding: 0.78rem 0.9rem;
}

.jg-page-date-pill input {
  flex: 1;
  max-width: none;
}

.jg-expense-date-pill {
  color: #ef4444;
}

.jg-sales-intro {
  color: var(--jg-muted);
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0 0.15rem;
}

.jg-sales-intro span,
.jg-section-label {
  color: var(--jg-blue-dark);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.jg-sales-intro strong {
  color: var(--jg-ink);
  font-size: 0.92rem;
  font-weight: 850;
}

.jg-sale-form-card,
.jg-sales-list,
.jg-sale-row,
.jg-empty-sales {
  background: #ffffff;
  border: 1px solid var(--jg-line);
  box-shadow: 0 14px 34px rgba(7, 21, 47, 0.06);
}

.jg-sale-form-card {
  border-radius: 24px;
  padding: 1rem;
}

.jg-form-title {
  color: var(--jg-ink);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0;
}

.jg-icon-button,
.jg-row-action {
  align-items: center;
  border: 0;
  display: inline-flex;
  justify-content: center;
}

.jg-icon-button {
  background: var(--jg-blue-soft);
  border-radius: 14px;
  color: var(--jg-blue);
  height: 40px;
  width: 40px;
}

.jg-control {
  border-radius: 16px;
  font-size: 0.88rem;
  min-height: 48px;
}

.is-required-field::after {
  color: #ef4444;
  content: " *";
  display: inline;
  font-weight: 900;
}

.jg-save-sale-btn,
.jg-inline-save {
  background: linear-gradient(135deg, var(--jg-green), var(--jg-green-light));
  box-shadow: 0 12px 24px rgba(22, 163, 74, 0.22);
}

.jg-expense-save-btn {
  background: linear-gradient(135deg, #ef4444, #f87171);
  box-shadow: 0 12px 24px rgba(239, 68, 68, 0.18);
}

.jg-expense-label {
  color: #b91c1c;
}

.jg-expense-close,
.jg-expense-icon {
  background: #fff1f2;
  color: #ef4444;
}

.jg-sales-total-card {
  background:
    linear-gradient(135deg, rgba(18, 104, 243, 0.95), rgba(91, 153, 255, 0.98));
  border-radius: 28px;
  box-shadow: 0 22px 46px rgba(18, 104, 243, 0.26);
  color: #ffffff;
  overflow: hidden;
  padding: 1.35rem;
  position: relative;
}

.jg-expense-total-card {
  background: linear-gradient(135deg, #ef4444, #fb7185);
  box-shadow: 0 22px 46px rgba(239, 68, 68, 0.2);
}

.jg-profit-card {
  border-radius: 28px;
  box-shadow: 0 22px 46px rgba(18, 104, 243, 0.18);
  color: #ffffff;
  overflow: hidden;
  padding: 1.35rem;
  position: relative;
}

.jg-profit-card.is-positive {
  background: linear-gradient(135deg, var(--jg-green), var(--jg-green-light));
}

.jg-profit-card.is-negative {
  background: linear-gradient(135deg, #dc2626, #ef4444);
}

.jg-profit-card::after {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: "";
  height: 170px;
  position: absolute;
  right: -72px;
  top: -70px;
  width: 170px;
}

.jg-profit-card small,
.jg-profit-card p,
.jg-progress-label {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 750;
}

.jg-profit-card small {
  align-items: center;
  display: inline-flex;
  gap: 0.35rem;
}

.jg-profit-card h2 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0;
}

.jg-profit-card h2 span {
  font-size: 0.95rem;
  font-weight: 800;
}

.jg-profit-card p {
  margin: 0;
}

.jg-profit-pill {
  align-items: center;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 850;
  gap: 0.35rem;
  padding: 0.36rem 0.7rem;
}

.jg-progress-track {
  background: rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  height: 6px;
  overflow: hidden;
}

.jg-progress-track > div {
  background: #ffffff;
  border-radius: inherit;
  height: 100%;
}

.jg-sales-total-card::after {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: "";
  height: 170px;
  position: absolute;
  right: -72px;
  top: -70px;
  width: 170px;
}

.jg-sales-total-card p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.84rem;
  font-weight: 800;
}

.jg-sales-total-card h2 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0;
}

.jg-sales-total-card h2 span {
  font-size: 0.95rem;
  font-weight: 800;
}

.jg-sales-total-card small,
.jg-total-footer {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 750;
}

.jg-total-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  display: flex;
  flex: 0 0 auto;
  font-size: 1.35rem;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.jg-total-chart {
  align-items: end;
  bottom: 4.7rem;
  display: flex;
  gap: 0.35rem;
  height: 74px;
  opacity: 0.22;
  position: absolute;
  right: 1.2rem;
  width: 116px;
}

.jg-total-chart span {
  background: #ffffff;
  border-radius: 999px 999px 0 0;
  flex: 1;
}

.jg-total-footer {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  justify-content: space-between;
  margin-top: 1.35rem;
  padding-top: 0.85rem;
}

.jg-total-footer span {
  align-items: center;
  display: inline-flex;
  gap: 0.35rem;
}

.jg-total-footer strong {
  color: #ffffff;
  font-size: 0.78rem;
}

.jg-list-head {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin: 1rem 0 0.7rem;
  padding: 0 0.15rem;
}

.jg-list-head h2 {
  color: var(--jg-ink);
  font-size: 1.16rem;
  font-weight: 900;
  letter-spacing: 0;
}

.jg-list-head > span {
  background: #ffffff;
  border: 1px solid var(--jg-line);
  border-radius: 999px;
  color: var(--jg-muted);
  font-size: 0.76rem;
  font-weight: 850;
  padding: 0.28rem 0.62rem;
}

.jg-sales-list {
  background: transparent;
  border: 0;
  box-shadow: none;
  display: grid;
  gap: 0.72rem;
}

.jg-sale-row {
  border-radius: 20px;
  overflow: hidden;
  padding: 0.9rem;
}

.jg-transaction-view {
  align-items: center;
  display: grid;
  gap: 0.7rem;
  grid-template-columns: minmax(0, 1fr) 12.8rem;
  min-width: 0;
}

.jg-transaction-main {
  align-items: center;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 44px minmax(0, 1fr);
  min-width: 0;
}

.jg-transaction-copy {
  min-width: 0;
  overflow: hidden;
}

.jg-transaction-actions {
  align-items: center;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: minmax(0, 1fr) 34px 34px;
  min-width: 0;
}

.jg-sale-icon,
.jg-empty-icon {
  align-items: center;
  background: var(--jg-blue-soft);
  color: var(--jg-blue);
  display: flex;
  justify-content: center;
}

.jg-sale-icon {
  border-radius: 15px;
  flex: 0 0 auto;
  font-size: 1.08rem;
  height: 44px;
  width: 44px;
}

.jg-sale-title {
  color: var(--jg-ink);
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0;
  max-width: 100%;
}

.jg-sale-meta {
  align-items: center;
  color: var(--jg-muted);
  display: flex;
  font-size: 0.75rem;
  font-weight: 750;
  gap: 0.25rem;
  margin-top: 0.18rem;
}

.jg-sale-amount {
  color: var(--jg-green);
  font-size: 0.88rem;
  font-weight: 900;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.jg-expense-amount {
  color: #ef4444;
}

.jg-row-action {
  background: #f6f9ff;
  border-radius: 12px;
  color: var(--jg-blue);
  height: 34px;
  width: 34px;
}

.jg-row-action.danger {
  background: #fff1f2;
  color: #ef4444;
}

.jg-confirm-modal {
  align-items: flex-end;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 1rem;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.18s ease;
  z-index: 3000;
}

.jg-confirm-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.jg-confirm-backdrop {
  background: rgba(7, 21, 47, 0.38);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.jg-confirm-card {
  background: #ffffff;
  border: 1px solid var(--jg-line);
  border-radius: 30px;
  box-shadow: 0 22px 55px rgba(7, 21, 47, 0.18);
  max-width: 420px;
  padding: 1.15rem;
  position: relative;
  text-align: center;
  transform: translateY(18px);
  transition: transform 0.18s ease;
  width: min(100%, 420px);
  z-index: 1;
}

.jg-confirm-modal.is-open .jg-confirm-card {
  transform: translateY(0);
}

.jg-confirm-handle {
  background: #e8eef8;
  border-radius: 999px;
  height: 5px;
  margin: 0 auto 1rem;
  width: 72px;
}

.jg-confirm-icon {
  align-items: center;
  background: #fff1f2;
  border-radius: 24px;
  color: #ef4444;
  display: inline-flex;
  font-size: 2rem;
  height: 74px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 74px;
}

.jg-confirm-card h2 {
  color: var(--jg-ink);
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 0.45rem;
}

.jg-confirm-card p {
  color: var(--jg-muted);
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.45;
  margin: 0 auto 1.1rem;
  max-width: 290px;
}

.jg-confirm-actions {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 1fr 1fr;
}

.jg-confirm-cancel,
.jg-confirm-submit {
  border: 0;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 900;
  min-height: 46px;
  padding: 0.75rem 1rem;
}

.jg-confirm-cancel {
  background: #f6f9ff;
  color: var(--jg-ink);
}

.jg-confirm-submit {
  background: #ef4444;
  color: #ffffff;
}

.iziToast.jg-toast {
  border: 1px solid var(--jg-line) !important;
  border-radius: 18px !important;
  box-shadow: 0 16px 38px rgba(7, 21, 47, 0.14) !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  margin-inline: auto !important;
  max-width: min(92vw, 390px) !important;
  overflow: hidden !important;
}

.iziToast.jg-toast::after {
  box-shadow: none !important;
}

.iziToast.jg-toast > .iziToast-body {
  margin: 0 !important;
  min-height: 0 !important;
  padding: 0.82rem 1rem !important;
}

.iziToast.jg-toast > .iziToast-body .iziToast-title {
  color: var(--jg-ink) !important;
  display: block !important;
  font-size: 0.82rem !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  margin-bottom: 0.15rem !important;
}

.iziToast.jg-toast > .iziToast-body .iziToast-message {
  color: var(--jg-muted) !important;
  font-size: 0.76rem !important;
  font-weight: 650 !important;
  line-height: 1.35 !important;
}

.iziToast.jg-toast-success {
  background: #f0fdf4 !important;
}

.iziToast.jg-toast-error {
  background: #fff1f2 !important;
}

.iziToast.jg-toast-warning {
  background: #fffbeb !important;
}

.iziToast.jg-toast-info {
  background: #eff6ff !important;
}

.jg-pagination {
  align-items: center;
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  margin-top: 0.85rem;
}

.jg-pagination-btn {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--jg-line);
  border-radius: 14px;
  color: var(--jg-blue);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 42px;
}

.jg-pagination-btn:disabled {
  color: var(--jg-muted);
  opacity: 0.45;
}

.jg-pagination-status {
  background: #ffffff;
  border: 1px solid var(--jg-line);
  border-radius: 999px;
  color: var(--jg-muted);
  font-size: 0.78rem;
  font-weight: 850;
  min-width: 4.1rem;
  padding: 0.42rem 0.7rem;
  text-align: center;
}

.jg-empty-sales {
  align-items: center;
  border-radius: 24px;
  color: var(--jg-muted);
  display: flex;
  flex-direction: column;
  padding: 2rem 1.2rem;
  text-align: center;
}

.jg-empty-icon {
  border-radius: 18px;
  font-size: 1.3rem;
  height: 54px;
  margin-bottom: 0.8rem;
  width: 54px;
}

.jg-empty-sales strong {
  color: var(--jg-ink);
  font-size: 1rem;
  font-weight: 900;
}

.jg-empty-sales p {
  font-size: 0.84rem;
  line-height: 1.55;
  margin: 0.35rem 0 0;
}

.jg-filter-card,
.jg-summary-card,
.jg-chart-card {
  background: #ffffff;
  border: 1px solid var(--jg-line);
  box-shadow: 0 14px 34px rgba(7, 21, 47, 0.06);
}

.jg-filter-card {
  border-radius: 22px;
  padding: 0.75rem;
}

.jg-filter-pill {
  align-items: center;
  background: #f6f9ff;
  border: 1px solid var(--jg-line);
  border-radius: 16px;
  color: var(--jg-blue);
  display: flex;
  gap: 0.35rem;
  padding: 0.6rem 0.55rem;
}

.jg-filter-pill input {
  border: 0;
  font-size: 0.72rem;
  outline: 0;
  width: 100%;
}

.jg-summary-card,
.jg-chart-card {
  border-radius: 24px;
  padding: 1rem;
}

.jg-period-chip {
  align-items: center;
  background: var(--jg-blue-soft);
  border-radius: 999px;
  color: var(--jg-blue-dark);
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 850;
  gap: 0.35rem;
  padding: 0.42rem 0.75rem;
}

.jg-summary-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.78rem 0;
}

.jg-summary-row:not(:last-child) {
  border-bottom: 1px solid #eef3fc;
}

.jg-summary-row span {
  color: var(--jg-muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.jg-summary-row strong {
  font-size: 0.88rem;
  font-weight: 900;
}

.jg-summary-row strong.is-sales {
  color: var(--jg-green);
}

.jg-summary-row strong.is-expense {
  color: #ef4444;
}

.jg-summary-row strong.is-profit {
  color: var(--jg-blue);
}

.jg-summary-icon {
  align-items: center;
  border-radius: 13px;
  display: flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.jg-summary-icon.is-sales {
  background: #f0fdf4;
  color: var(--jg-green);
}

.jg-summary-icon.is-expense {
  background: #fff1f2;
  color: #ef4444;
}

.jg-summary-icon.is-profit {
  background: var(--jg-blue-soft);
  color: var(--jg-blue);
}

.jg-settings-hero,
.jg-product-form-card,
.jg-settings-card {
  background: #ffffff;
  border: 1px solid var(--jg-line);
  box-shadow: 0 14px 34px rgba(7, 21, 47, 0.06);
}

.jg-settings-hero,
.jg-product-form-card {
  border-radius: 24px;
  padding: 1rem;
}

.jg-settings-hero h2 {
  color: var(--jg-ink);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0;
}

.jg-settings-hero p {
  color: var(--jg-muted);
  font-size: 0.82rem;
  font-weight: 750;
}

.jg-danger-btn {
  background: linear-gradient(135deg, #dc2626, #ef4444);
  box-shadow: 0 12px 24px rgba(239, 68, 68, 0.16);
}

.jg-settings-section {
  background: transparent;
}

.jg-settings-section .toggle-block {
  background: #ffffff;
  border: 1px solid var(--jg-line);
  border-radius: 18px;
  color: var(--jg-ink);
  padding: 0.9rem 1rem;
}

.jg-settings-section .toggle-block h6 {
  color: var(--jg-ink);
  font-size: 0.92rem;
  font-weight: 900;
}

.jg-settings-card {
  border-radius: 20px;
  padding: 1rem;
}

.jg-product-preview-icon {
  align-items: center;
  background: var(--jg-blue-soft);
  border-radius: 18px;
  color: var(--jg-blue);
  display: flex;
  flex: 0 0 auto;
  font-size: 1.35rem;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.jg-icon-picker {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-height: 220px;
  overflow-y: auto;
  padding: 0.15rem 0.2rem 0.15rem 0;
  scrollbar-color: rgba(37, 99, 235, 0.34) transparent;
  scrollbar-width: thin;
}

.jg-icon-picker::-webkit-scrollbar {
  width: 5px;
}

.jg-icon-picker::-webkit-scrollbar-thumb {
  background: rgba(37, 99, 235, 0.34);
  border-radius: 999px;
}

.jg-icon-picker.compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-height: 180px;
}

.jg-product-icon-choice {
  align-items: center;
  background: #f6f9ff;
  border: 1px solid var(--jg-line);
  border-radius: 16px;
  color: var(--jg-muted);
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  gap: 0.25rem;
  height: 64px;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  padding: 0.35rem 0.25rem;
  position: relative;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.jg-product-icon-choice.active,
.jg-product-icon-choice:hover,
.jg-product-icon-choice:focus {
  background: var(--jg-blue);
  border-color: var(--jg-blue);
  color: #ffffff;
  transform: translateY(-1px);
}

.jg-product-icon-choice span {
  display: block;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  max-width: 100%;
  min-width: 0;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jg-product-icon-choice:hover i,
.jg-product-icon-choice:focus i,
.jg-product-icon-choice.active i {
  transform: translateY(-1px);
}

.jg-product-row .jg-sale-meta {
  color: var(--jg-green);
  font-weight: 900;
}

.footer-nav-area {
  background: transparent;
  box-shadow: none;
  bottom: 0.75rem;
  padding: 0 0.75rem;
  pointer-events: none;
}

.suha-footer-nav {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(231, 238, 251, 0.95);
  border-radius: 26px;
  box-shadow: 0 18px 42px rgba(7, 21, 47, 0.14);
  height: 4.25rem;
  max-width: 420px;
  pointer-events: auto;
  width: 100% !important;
}

.suha-footer-nav ul {
  margin: 0;
  padding: 0 0.55rem !important;
}

.suha-footer-nav ul li {
  flex: 1 1 0;
  list-style: none;
}

.suha-footer-nav ul li a,
.suha-footer-nav ul li button {
  font-family: inherit;
}

.suha-footer-nav ul li a {
  color: #718096;
  font-size: 0.66rem;
  font-weight: 850;
  gap: 0.24rem;
  padding: 0.45rem 0.2rem;
}

.suha-footer-nav ul li a i {
  font-size: 1.22rem;
}

.suha-footer-nav ul li.active a {
  color: var(--jg-blue);
}

.suha-footer-nav ul li.active a i::after {
  display: none;
}

.suha-footer-nav ul li.nav-fab {
  flex: 0 0 64px;
  top: -18px;
}

.suha-footer-nav ul li.nav-fab .fab-btn {
  background: linear-gradient(135deg, var(--jg-blue), #5b9bff);
  border: 4px solid #ffffff;
  border-radius: 24px;
  box-shadow: 0 16px 26px rgba(18, 104, 243, 0.32);
  height: 58px;
  margin: 0 auto;
  width: 58px;
}

.suha-footer-nav ul li.nav-fab button.fab-btn {
  padding: 0;
}

.suha-footer-nav ul li.nav-fab .fab-btn i {
  color: #ffffff;
  font-size: 1.5rem;
}

@media (max-width: 374px) {
  .jg-date-pill input {
    max-width: 94px;
  }

  .jg-header-kicker {
    max-width: 128px;
  }

  .jg-sales-total-card h2 {
    font-size: 1.68rem;
  }

  .jg-sale-row {
    padding: 0.8rem;
  }

  .jg-sale-amount {
    font-size: 0.78rem;
  }

  .jg-transaction-actions {
    gap: 0.42rem;
    grid-template-columns: 5.8rem 30px 30px;
  }

  .jg-row-action {
    height: 30px;
    width: 30px;
  }
}

@media (min-width: 576px) {
  .jg-confirm-modal {
    align-items: center;
  }
}
