:root {
  --graphite: #05070A;
  --panel: #10151C;
  --panel-2: #151B24;
  --orange: #FF6A00;
  --orange-2: #FF8A1F;
  --white: #FFFFFF;
  --muted: #AAB2BD;
  --border: #202833;
  --success: #28A745;
  --danger: #DC3545;
}

* { box-sizing: border-box; }
body {
  min-height: 100vh;
  background: radial-gradient(circle at 20% 0%, rgba(255, 106, 0, .16), transparent 34%), var(--graphite);
  color: var(--white);
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
}
a { color: inherit; }
.app-shell { display: flex; min-height: 100vh; }
.sidebar {
  width: 280px;
  background: rgba(16, 21, 28, .96);
  border-right: 1px solid var(--border);
  padding: 24px 18px;
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 30;
}
.main-content { margin-left: 280px; width: calc(100% - 280px); padding: 28px; }
.brand { display: flex; gap: 12px; align-items: center; text-decoration: none; font-size: 1.55rem; font-weight: 900; letter-spacing: 0; }
.brand-image-link { display: block; }
.brand-logo-img {
  width: 100%;
  max-width: 218px;
  height: 74px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  filter: drop-shadow(0 0 20px rgba(255, 106, 0, .18));
}
.brand-icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(135deg, var(--orange), var(--orange-2)); box-shadow: 0 0 28px rgba(255, 106, 0, .35); }
.brand-white { color: var(--white); }
.brand-orange { color: var(--orange); }
.brand-slogan { color: var(--muted); font-size: .82rem; margin-top: 8px; }
.nav-link {
  color: var(--muted);
  border-radius: 10px;
  padding: 11px 12px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-link:hover, .nav-link:focus { background: rgba(255, 106, 0, .12); color: var(--white); }
.topbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; gap: 16px; }
.page-title { margin: 0; font-size: clamp(1.45rem, 2vw, 2.2rem); font-weight: 850; }
.user-pill, .btn-ghost {
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 9px 14px;
  color: var(--muted);
  background: var(--panel);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.card-mf {
  background: linear-gradient(180deg, rgba(21, 27, 36, .98), rgba(16, 21, 28, .98));
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .24);
}
.metric-card { padding: 20px; min-height: 128px; }
.metric-label { color: var(--muted); font-size: .88rem; }
.metric-value { font-size: 1.7rem; font-weight: 850; margin-top: 10px; }
.metric-icon { width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: rgba(255, 106, 0, .14); color: var(--orange); }
.metric-link {
  transition: transform .18s ease, border-color .18s ease;
}
.metric-link:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 106, 0, .55);
}
.btn-orange {
  --bs-btn-bg: var(--orange);
  --bs-btn-border-color: var(--orange);
  --bs-btn-hover-bg: var(--orange-2);
  --bs-btn-hover-border-color: var(--orange-2);
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  font-weight: 750;
}
.btn-outline-orange {
  --bs-btn-color: var(--orange);
  --bs-btn-border-color: var(--orange);
  --bs-btn-hover-bg: var(--orange);
  --bs-btn-hover-border-color: var(--orange);
  --bs-btn-hover-color: #fff;
}
.table { --bs-table-bg: transparent; --bs-table-color: var(--white); --bs-table-border-color: var(--border); }
.table thead th { color: var(--muted); font-size: .78rem; text-transform: uppercase; }
.form-control, .form-select, .form-control:focus {
  background: #0B0F15;
  border-color: var(--border);
  color: var(--white);
}
.form-control:disabled,
.form-control[readonly],
.input-readonly-dark {
  background: #0B0F15 !important;
  border-color: var(--border) !important;
  color: var(--muted) !important;
  opacity: 1;
}
.input-readonly-dark:focus {
  background: #0B0F15 !important;
  color: var(--white) !important;
  box-shadow: 0 0 0 .25rem rgba(255, 106, 0, .12);
}
.form-control::placeholder { color: #66707C; }
.form-label, .text-muted { color: var(--muted) !important; }
.login-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; }
.login-card { width: min(100%, 440px); padding: 34px; }
.login-page-pro {
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 470px);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 26% 44%, rgba(255, 106, 0, .34), transparent 22%),
    radial-gradient(circle at 76% 18%, rgba(255, 138, 31, .12), transparent 25%),
    linear-gradient(135deg, #05070A 0%, #080B10 44%, #111820 100%);
}
.login-page-pro::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: radial-gradient(circle at 52% 44%, #000, transparent 72%);
  pointer-events: none;
}
.login-photo-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: min(42vw, 760px);
  right: min(18vw, 330px);
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 7, 10, .94) 0%, rgba(5, 7, 10, .14) 28%, rgba(5, 7, 10, .18) 70%, rgba(5, 7, 10, .88) 100%),
    linear-gradient(180deg, rgba(5, 7, 10, .88) 0%, rgba(5, 7, 10, .08) 34%, rgba(5, 7, 10, .78) 100%),
    url("../img/login-motoflow-entregador.png");
  background-size: cover;
  background-position: center;
  opacity: .43;
  filter: saturate(.92) contrast(1.08) brightness(.72);
  transform: scale(1.03);
  mix-blend-mode: screen;
  pointer-events: none;
  animation: loginPhotoGlow 7s ease-in-out infinite;
}
.login-photo-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 55% 48%, rgba(255, 106, 0, .2), transparent 45%);
}
.login-showcase, .login-card-pro { position: relative; z-index: 2; }
.login-showcase {
  width: min(100%, 920px);
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: clamp(0px, 3vw, 48px);
}
.login-logo-hero {
  width: min(100%, 840px);
  max-height: 360px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 0 32px rgba(255, 106, 0, .45));
  animation: logoRideIn .9s cubic-bezier(.2, .9, .2, 1) both, logoPulse 4.2s ease-in-out 1s infinite;
}
.login-speed-lines {
  position: absolute;
  left: 0;
  top: 28%;
  width: min(52vw, 720px);
  height: 260px;
  background: repeating-linear-gradient(0deg, transparent 0 28px, rgba(255, 106, 0, .22) 29px 31px, transparent 32px 44px);
  transform: skewX(-14deg);
  opacity: .42;
  filter: blur(.3px);
  animation: speedLines 2.7s linear infinite;
}
.login-showcase-copy {
  max-width: 610px;
  margin-top: 12px;
  animation: fadeUp .7s ease both .25s;
}
.login-kicker {
  color: var(--orange-2);
  font-weight: 800;
  text-transform: uppercase;
  font-size: .78rem;
  letter-spacing: .08em;
}
.login-showcase-copy h1 {
  font-size: clamp(2rem, 4.2vw, 4.45rem);
  font-weight: 950;
  line-height: .98;
  margin: 12px 0 14px;
}
.login-showcase-copy p {
  color: var(--muted);
  max-width: 520px;
  font-size: 1.03rem;
}
.login-card-pro {
  width: min(100%, 470px);
  padding: 36px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(17, 23, 31, .9), rgba(7, 10, 15, .96));
  backdrop-filter: blur(14px);
  border-color: rgba(255, 106, 0, .18);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .58), 0 0 0 1px rgba(255, 106, 0, .08);
  animation: fadeUp .75s ease both .12s;
}
.login-card-logo {
  width: min(100%, 310px);
  height: 122px;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  filter: drop-shadow(0 0 18px rgba(255, 106, 0, .28));
}
.input-icon {
  position: relative;
}
.input-icon i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--orange-2);
  z-index: 2;
}
.input-icon .form-control {
  padding-left: 46px;
  border-radius: 14px;
  min-height: 54px;
  background: rgba(5, 7, 10, .84);
}
.login-card-pro .btn-orange {
  min-height: 54px;
  border-radius: 14px;
  box-shadow: 0 14px 34px rgba(255, 106, 0, .26);
}
.login-test-users {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
  color: var(--muted);
  font-size: .78rem;
}
.login-test-users span,
.login-test-users strong {
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, .035);
}
.login-test-users strong { color: var(--white); }
.login-hero {
  min-height: 100vh;
  background: linear-gradient(90deg, rgba(5, 7, 10, .96), rgba(5, 7, 10, .72)), url("../img/logo-placeholder.txt");
}
.badge { text-transform: capitalize; }
.chat-box { height: 58vh; overflow: auto; padding: 18px; background: #0B0F15; border-radius: 16px; border: 1px solid var(--border); }
.chat-message { max-width: 76%; padding: 12px 14px; border-radius: 16px; margin-bottom: 12px; background: var(--panel-2); }
.chat-message.mine { margin-left: auto; background: linear-gradient(135deg, var(--orange), #B94A00); }
.chat-message.coop { border: 1px solid rgba(255, 138, 31, .6); }
.status-actions form { display: inline; }
.alert { border: 0; border-radius: 14px; }
.profile-photo-sm { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 1px solid var(--border); }
.profile-photo-lg { width: 96px; height: 96px; border-radius: 20px; object-fit: cover; border: 1px solid var(--border); background: #0B0F15; }
.topbar-profile-photo {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, .18);
  background: #0B0F15;
}
.user-pill-photo {
  padding-left: 8px;
}
.map-picker {
  min-height: 320px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: #0B0F15;
  overflow: hidden;
}
.map-picker:empty {
  display: grid;
  place-items: center;
  color: var(--muted);
  text-align: center;
  padding: 24px;
}
.map-picker:empty::before {
  content: "OpenStreetMap interativo: verifique sua conexão com a internet se o mapa não carregar.";
  max-width: 520px;
}
.address-suggestions {
  position: absolute;
  z-index: 1060;
  width: min(680px, calc(100vw - 64px));
  max-height: 260px;
  overflow: auto;
  margin-top: 6px;
  border: 1px solid rgba(255, 106, 0, .35);
  border-radius: 12px;
  background: #0B0F15;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .46);
}
.address-suggestion-item {
  width: 100%;
  display: block;
  padding: 11px 13px;
  border: 0;
  border-bottom: 1px solid var(--border);
  background: transparent;
  color: var(--white);
  text-align: left;
}
.address-suggestion-item:hover,
.address-suggestion-item:focus {
  background: rgba(255, 106, 0, .12);
}
.address-suggestion-item strong,
.address-suggestion-item span {
  display: block;
}
.address-suggestion-item span {
  margin-top: 3px;
  color: var(--muted);
  font-size: .84rem;
}
.leaflet-container {
  background: #0B0F15;
  color: #1f2933;
}
.leaflet-control-attribution,
.leaflet-control-zoom a {
  color: #1f2933 !important;
}
.route-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.route-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-top: 4px;
  box-shadow: 0 0 0 6px rgba(255,255,255,.05);
}
.route-line {
  width: 2px;
  height: 54px;
  background: var(--border);
  margin: 8px 0 8px 8px;
}
.save-bar {
  position: sticky;
  bottom: 14px;
  z-index: 20;
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(16, 21, 28, .95);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .38);
  backdrop-filter: blur(12px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}
.pix-box {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #0B0F15;
}
.pix-qrcode {
  width: 180px;
  height: 180px;
  border-radius: 12px;
  background: #fff;
  padding: 8px;
}
.ride-notification-overlay {
  position: fixed;
  top: 92px;
  right: 24px;
  z-index: 1080;
  width: min(440px, calc(100vw - 28px));
  pointer-events: none;
}
.ride-alert-card {
  pointer-events: auto;
  display: flex;
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 106, 0, .55);
  border-radius: 18px;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 106, 0, .24), transparent 34%),
    linear-gradient(145deg, rgba(16, 21, 28, .98), rgba(5, 7, 10, .98));
  box-shadow: 0 24px 80px rgba(0, 0, 0, .55), 0 0 42px rgba(255, 106, 0, .24);
  animation: rideAlertIn .28s ease-out, rideAlertGlow 1.6s ease-in-out infinite;
}
.ride-alert-pulse {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  color: #05070A;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  box-shadow: 0 0 0 8px rgba(255, 106, 0, .12);
  animation: rideIconPulse 1s ease-in-out infinite;
}
.ride-alert-content {
  min-width: 0;
  flex: 1;
}
.ride-alert-kicker {
  color: var(--orange-2);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ride-alert-title {
  color: var(--white);
  font-size: 1.15rem;
}
.ride-alert-subtitle {
  color: var(--muted);
  font-size: .88rem;
}
.ride-alert-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}
.ride-alert-item {
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  background: rgba(5, 7, 10, .56);
}
.ride-alert-row,
.ride-alert-metrics {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.ride-alert-id {
  color: var(--orange);
  font-weight: 900;
}
.ride-alert-time {
  color: var(--muted);
  font-size: .82rem;
}
.ride-alert-store {
  margin-top: 4px;
  font-weight: 800;
  color: var(--white);
}
.ride-alert-route {
  display: grid;
  gap: 7px;
  margin-top: 10px;
  color: var(--muted);
  font-size: .88rem;
}
.ride-alert-route div {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 8px;
}
.ride-alert-route i {
  color: var(--orange-2);
}
.ride-alert-note {
  margin-top: 10px;
  padding: 8px 10px;
  border-left: 3px solid var(--orange);
  border-radius: 8px;
  background: rgba(255, 106, 0, .08);
  color: var(--muted);
  font-size: .84rem;
}
.ride-alert-metrics {
  margin-top: 12px;
}
.ride-alert-metrics span {
  padding: 7px 9px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .06);
  color: var(--muted);
  font-size: .82rem;
}
.ride-alert-metrics strong {
  color: var(--white);
}
.user-notification-wrap {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1090;
  display: grid;
  gap: 12px;
  width: min(380px, calc(100vw - 28px));
}
.user-notification-card {
  padding: 14px;
  border: 1px solid rgba(255, 106, 0, .45);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(16,21,28,.98), rgba(5,7,10,.98));
  box-shadow: 0 20px 55px rgba(0,0,0,.45), 0 0 28px rgba(255,106,0,.18);
  animation: fadeUp .22s ease-out;
}
.ranking-place {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  color: #05070A;
  font-weight: 900;
}
.report-bar {
  height: 10px;
  margin-top: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  overflow: hidden;
}
.report-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--orange), var(--orange-2));
}
.tariff-small .form-control,
.tariff-status .form-select {
  min-width: 128px;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.weekday-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.weekday-check {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #0B0F15;
  color: var(--muted);
  cursor: pointer;
}
.weekday-check input {
  accent-color: var(--orange);
}
.weekday-check:has(input:checked) {
  border-color: rgba(255, 106, 0, .65);
  color: var(--white);
  background: rgba(255, 106, 0, .12);
}
@media (min-width: 992px) {
  .tariff-small,
  .tariff-status {
    flex: 0 0 150px;
    width: 150px;
    max-width: 150px;
  }
}
@keyframes rideAlertIn {
  from { opacity: 0; transform: translateY(-14px) scale(.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes rideAlertGlow {
  0%, 100% { box-shadow: 0 24px 80px rgba(0, 0, 0, .55), 0 0 32px rgba(255, 106, 0, .18); }
  50% { box-shadow: 0 24px 80px rgba(0, 0, 0, .55), 0 0 54px rgba(255, 106, 0, .34); }
}
@keyframes rideIconPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}
@media (max-width: 720px) {
  .pix-box { flex-direction: column; }
  .ride-notification-overlay {
    top: 14px;
    right: 14px;
    left: 14px;
    width: auto;
  }
  .ride-alert-card {
    padding: 13px;
  }
}

@media (max-width: 991px) {
  .sidebar { transform: translateX(-100%); transition: .2s ease; }
  .sidebar.open { transform: translateX(0); }
  .main-content { margin-left: 0; width: 100%; padding: 18px; }
  .topbar { align-items: flex-start; }
  .user-pill { display: none; }
  .login-page-pro {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .login-photo-bg {
    left: 0;
    right: 0;
    top: 24%;
    bottom: 12%;
    opacity: .22;
    background-position: center top;
    mix-blend-mode: normal;
  }
  .login-showcase {
    min-height: auto;
    padding: 12px 0 0;
    text-align: center;
    align-items: center;
  }
  .login-logo-hero {
    width: min(100%, 560px);
    max-height: 230px;
    object-position: center;
  }
  .login-showcase-copy h1 { font-size: clamp(1.7rem, 8vw, 2.75rem); }
  .login-showcase-copy p { display: none; }
  .login-speed-lines { width: 100%; left: 0; top: 18%; }
  .login-card-pro { padding: 26px; }
  .brand-logo-img { height: 66px; }
}

@keyframes logoRideIn {
  from { opacity: 0; transform: translateX(-42px) scale(.98); filter: blur(5px) drop-shadow(0 0 0 rgba(255,106,0,0)); }
  to { opacity: 1; transform: translateX(0) scale(1); filter: blur(0) drop-shadow(0 0 32px rgba(255,106,0,.45)); }
}
@keyframes logoPulse {
  0%, 100% { transform: translateY(0); filter: drop-shadow(0 0 26px rgba(255,106,0,.35)); }
  50% { transform: translateY(-5px); filter: drop-shadow(0 0 44px rgba(255,106,0,.52)); }
}
@keyframes speedLines {
  from { background-position-y: 0; }
  to { background-position-y: -88px; }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes loginPhotoGlow {
  0%, 100% { opacity: .38; filter: saturate(.9) contrast(1.06) brightness(.68); }
  50% { opacity: .48; filter: saturate(1) contrast(1.12) brightness(.78); }
}

/* SB Admin 2 skin: MotoFlow */
.motoflow-admin {
  background: #070A0F;
}
.motoflow-admin .app-shell {
  display: flex;
  min-height: 100vh;
}
.motoflow-admin #content-wrapper {
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 106, 0, .10), transparent 30%),
    linear-gradient(180deg, #080B10 0%, #05070A 100%);
  color: var(--white);
  min-width: 0;
}
.motoflow-admin .mf-sidebar {
  background: linear-gradient(180deg, #10151C 0%, #070A0F 100%) !important;
  border-right: 1px solid var(--border);
  box-shadow: 18px 0 50px rgba(0, 0, 0, .22);
  position: relative;
  inset: auto;
  padding: 18px 12px;
  width: 17rem !important;
  min-height: 100vh;
}
.motoflow-admin .mf-sidebar .sidebar-brand {
  height: 88px;
  padding: 0;
}
.motoflow-admin .mf-sidebar .brand-logo-img {
  max-width: 224px;
  height: 80px;
}
.motoflow-admin .mf-sidebar .nav-item .nav-link {
  width: 100%;
  color: var(--muted);
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 4px;
}
.motoflow-admin .mf-sidebar .nav-item .nav-link i {
  color: var(--orange-2);
  margin-right: 10px;
}
.motoflow-admin .mf-sidebar .nav-item .nav-link:hover {
  color: var(--white);
  background: rgba(255, 106, 0, .14);
}
.motoflow-admin .sidebar-divider {
  border-top: 1px solid rgba(255, 255, 255, .08);
}
.motoflow-admin .mf-topbar {
  height: 76px;
  background: rgba(16, 21, 28, .82);
  border: 1px solid rgba(255, 255, 255, .06);
  border-left: 0;
  border-right: 0;
  backdrop-filter: blur(14px);
}
.motoflow-admin .mf-content {
  padding-bottom: 28px;
}
.motoflow-admin .main-content {
  margin-left: 0;
  width: auto;
  padding: 0;
}
.motoflow-admin .card,
.motoflow-admin .dropdown-menu {
  background: var(--panel);
  border-color: var(--border);
  color: var(--white);
}
.motoflow-admin .card-mf {
  border-radius: 10px;
}
.motoflow-admin .sticky-footer {
  background: #080B10;
  border-top: 1px solid var(--border);
  color: var(--muted);
  padding: 20px 0;
}
.motoflow-admin .text-gray-800,
.motoflow-admin .text-gray-600 {
  color: var(--white) !important;
}

@media (max-width: 991px) {
  .motoflow-admin .mf-sidebar {
    width: 6.5rem !important;
    padding-left: 8px;
    padding-right: 8px;
    transform: none;
  }
  .motoflow-admin .mf-sidebar .brand-slogan {
    display: none;
  }
  .motoflow-admin .mf-sidebar .brand-logo-img {
    height: 58px;
  }
  .motoflow-admin .mf-sidebar .nav-link span {
    display: none;
  }
}
