.odr-customer-nav,
.odr-customer-nav * {
  box-sizing: border-box;
}

body.odr-customer-nav-active {
  padding-left: 240px;
}

.odr-customer-nav {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 900;
  width: 240px;
  height: 100vh;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  background: #fff;
  border-right: 1px solid #d9e5f2;
  font-family: Calibri, "Segoe UI", Arial, sans-serif;
}

.odr-customer-nav__brand {
  display: block;
  text-decoration: none;
}

.odr-customer-nav__mobile-head {
  display: none;
}

.odr-customer-nav__brand img {
  display: block;
  width: 166px;
  max-width: 100%;
  height: auto;
}

.odr-customer-nav__links {
  display: grid;
  gap: 5px;
}

.odr-customer-nav__links a,
.odr-customer-nav__logout {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 46px;
  padding: 9px 10px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #16325a;
  text-align: left;
  text-decoration: none;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
  cursor: pointer;
}

.odr-customer-nav__links a:hover,
.odr-customer-nav__links a.is-active,
.odr-customer-nav__logout:hover {
  background: #eaf3ff;
  color: #0f54d5;
}

.odr-customer-nav__ico {
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #eef6ff;
  color: #1769ff;
  font-size: 12px;
  font-weight: 950;
}

.odr-customer-nav__spacer {
  flex: 1 1 auto;
  min-height: 4px;
}

.odr-customer-nav__card {
  padding: 12px;
  border: 1px solid #d9e5f2;
  border-radius: 14px;
  background: #fbfdff;
  box-shadow: 0 10px 24px rgba(17, 53, 99, .05);
}

.odr-customer-nav__card b {
  display: block;
  margin-bottom: 5px;
  color: #071735;
}

.odr-customer-nav__card p {
  margin: 0 0 9px;
  color: #60728c;
  font-size: 12px;
  line-height: 1.35;
}

.odr-customer-nav__card a {
  display: inline-flex;
  color: #0f54d5;
  font-weight: 950;
  text-decoration: none;
}

.odr-customer-nav__money {
  margin-top: 12px;
  color: #079b7d;
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
}

.odr-customer-nav__usage-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 10px;
  margin-top: 10px;
  color: #60728c;
  font-size: 12px;
}

.odr-customer-nav__usage-grid b {
  margin: 0;
  color: #071735;
  text-align: right;
}

.odr-customer-nav__progress {
  height: 9px;
  margin-top: 14px;
  border-radius: 999px;
  background: #e7eef7;
  overflow: hidden;
}

.odr-customer-nav__progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #18c9a4, #0c8f7c);
}

@media (max-width: 980px) {
  body.odr-customer-nav-active {
    padding-left: 0;
  }

  .odr-customer-nav {
    position: sticky;
    top: 0;
    width: 100%;
    height: auto;
    padding: 14px;
    overflow: visible;
  }

  .odr-customer-nav__brand,
  .odr-customer-nav__spacer,
  .odr-customer-nav__card {
    display: none;
  }

  .odr-customer-nav__links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .odr-customer-nav__links a,
  .odr-customer-nav__logout {
    justify-content: center;
    min-height: 40px;
  }
}

@media (max-width: 640px) {
  .odr-customer-nav__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* MOBILE_VIEWPORT_REVAMP_NAV_20260703 */
@media (max-width: 768px) {
  body.odr-customer-nav-active {
    padding-left: 0 !important;
  }

  .odr-customer-nav {
    position: sticky !important;
    top: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    padding: 10px 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    border-right: 0 !important;
    border-bottom: 1px solid #d9e5f2 !important;
    gap: 8px !important;
  }

  .odr-customer-nav__brand,
  .odr-customer-nav__spacer,
  .odr-customer-nav__card {
    display: none !important;
  }

  .odr-customer-nav__links {
    display: flex !important;
    gap: 8px !important;
    width: max-content !important;
    min-width: 100% !important;
  }

  .odr-customer-nav__links a,
  .odr-customer-nav__logout {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 112px !important;
    min-height: 38px !important;
    padding: 8px 10px !important;
    justify-content: center !important;
    border-radius: 999px !important;
    white-space: nowrap !important;
  }

  .odr-customer-nav__ico {
    flex-basis: 24px !important;
    width: 24px !important;
    height: 24px !important;
    font-size: 10px !important;
  }
}

@media (max-width: 480px) {
  .odr-customer-nav__links a,
  .odr-customer-nav__logout {
    min-width: 96px !important;
    font-size: 13px !important;
  }
}

/* MOBILE_CUSTOMER_NAV_COLLAPSE_20260704 */
@media (max-width: 768px) {
  .odr-customer-nav {
    display: block !important;
    padding: 9px 12px !important;
    overflow: visible !important;
    box-shadow: 0 8px 24px rgba(17,53,99,.08) !important;
  }

  .odr-customer-nav__mobile-head {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
  }

  .odr-customer-nav__mobile-brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
  }

  .odr-customer-nav__mobile-brand img {
    display: block;
    width: 154px;
    max-width: 58vw;
    height: auto;
  }

  .odr-customer-nav__toggle {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid #cfe0f5;
    border-radius: 999px;
    background: #ffffff;
    color: #0f54d5;
    font: inherit;
    font-size: 14px;
    font-weight: 950;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(17,53,99,.08);
  }

  .odr-customer-nav__toggle::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
  }

  .odr-customer-nav.is-open .odr-customer-nav__toggle::after {
    transform: translateY(2px) rotate(225deg);
  }

  .odr-customer-nav__links {
    display: none !important;
    width: 100% !important;
    min-width: 0 !important;
    margin-top: 10px;
  }

  .odr-customer-nav.is-open .odr-customer-nav__links {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .odr-customer-nav__links a,
  .odr-customer-nav__logout {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 42px !important;
    justify-content: flex-start !important;
    padding: 9px 10px !important;
    border-radius: 14px !important;
    white-space: normal !important;
    background: #f8fbff;
    border: 1px solid #e1ebf7;
  }
}

@media (max-width: 380px) {
  .odr-customer-nav.is-open .odr-customer-nav__links {
    grid-template-columns: 1fr !important;
  }
}
