/* Font Awesome 5 Free compatibility for menu values saved by older themes. */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  font-style: normal !important;
  font-variant: normal !important;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa,
.fas,
.fal,
.fad {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
}

.far {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 400 !important;
}

.fab {
  font-family: "Font Awesome 5 Brands" !important;
  font-weight: 400 !important;
}

/* The original theme requested Font Awesome Pro for generated UI glyphs. */
.body .form-group__checkbox input:checked ~ .checkmark::after,
.body .navbar-dropdown__toggle::after,
.body .balance-dropdown__toggle::after,
#block_85 .faq-block__icon::before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
}

.body .component-navbar-nav-link-icon,
.body .sidebar-block__menu-item-icon,
.body .drop-icon,
.body .info-ic {
  display: inline-flex;
  min-width: 20px;
  align-items: center;
  justify-content: center;
}

.body .component-navbar-nav-link-icon > span,
.body .sidebar-block__menu-item-icon > span,
.body .drop-icon > i {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}

/* Polished private-header controls. */
.body .component-navbar-collapse {
  align-items: center;
  width: 100%;
}

.body .header-utility-bar {
  --header-control-accent: #286e69;
  --header-control-accent-dark: #205b57;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-left: auto;
  padding-left: 18px;
  flex-shrink: 0;
}

.body .header-control,
.body .header-language,
.body .header-quick-actions {
  margin: 0;
}

.body .header-balance-control {
  min-width: 112px;
}

.body .header-balance-control .balance-dropdown {
  width: 100%;
  padding: 0;
}

.body .header-balance-control .balance-dropdown__name {
  min-height: 42px;
  width: 100%;
  gap: 9px;
  padding: 5px 12px 5px 6px;
  border: 1px solid rgba(40, 110, 105, 0.13);
  border-radius: 11px;
  background: #f4f7f7;
  color: var(--header-control-accent);
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(20, 63, 60, 0.04);
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.body .header-balance-control .balance-dropdown__name:hover {
  border-color: rgba(40, 110, 105, 0.28);
  background: #edf4f3;
  box-shadow: 0 5px 14px rgba(32, 91, 87, 0.09);
  transform: translateY(-1px);
}

.body .header-balance-control .balance-dropdown__name:focus {
  outline: none;
  border-color: rgba(40, 110, 105, 0.45);
  box-shadow: 0 0 0 3px rgba(40, 110, 105, 0.12);
}

.body .header-control__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 8px;
  background: rgba(40, 110, 105, 0.11);
  font-size: 13px;
}

.body .header-balance__value {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.body .header-balance-control .balance-dropdown__toggle::after {
  margin-left: auto;
  font-size: 12px;
  opacity: 0.72;
  transition: transform 0.2s ease;
}

.body .header-balance-control .balance-dropdown__container {
  top: calc(100% + 7px);
  right: 0;
  left: auto;
  min-width: 210px;
  max-height: 320px;
  padding: 6px;
  overflow-y: auto;
  border: 1px solid rgba(40, 110, 105, 0.12);
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(19, 56, 54, 0.14);
}

.body .header-balance-control .balance-dropdown__link {
  padding: 9px 10px;
  border: 0;
  border-radius: 7px;
  color: #294846;
  transition: color 0.18s ease, background-color 0.18s ease;
}

.body .header-balance-control .balance-dropdown__link:hover {
  color: var(--header-control-accent-dark);
  background: rgba(40, 110, 105, 0.08);
}

.body .header-language {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 138px;
}

.body .header-language__icon {
  position: absolute;
  left: 13px;
  z-index: 1;
  color: var(--header-control-accent);
  font-size: 14px;
  pointer-events: none;
}

.body .header-language::after {
  content: "";
  position: absolute;
  right: 14px;
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--header-control-accent);
  border-bottom: 2px solid var(--header-control-accent);
  transform: rotate(45deg) translateY(-2px);
  pointer-events: none;
}

.body .header-language__select {
  width: 100%;
  height: 42px;
  margin: 0;
  padding: 0 34px 0 38px;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(40, 110, 105, 0.13);
  border-radius: 11px;
  background: #f4f7f7;
  color: var(--header-control-accent);
  font-size: 14px;
  font-weight: 500;
  line-height: 42px;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(20, 63, 60, 0.04);
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.body .header-language__select:hover {
  border-color: rgba(40, 110, 105, 0.28);
  background: #edf4f3;
}

.body .header-language__select:focus {
  outline: none;
  border-color: rgba(40, 110, 105, 0.45);
  box-shadow: 0 0 0 3px rgba(40, 110, 105, 0.12);
}

.body .header-quick-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.body .header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 16px;
  text-decoration: none !important;
  box-shadow: 0 2px 6px rgba(20, 63, 60, 0.08);
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.body .header-action:hover {
  transform: translateY(-2px);
}

.body .header-action:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(40, 110, 105, 0.16);
}

.body .header-action--settings {
  border-color: rgba(40, 110, 105, 0.15);
  background: #edf4f3;
  color: var(--header-control-accent);
}

.body .header-action--settings:hover {
  border-color: rgba(40, 110, 105, 0.3);
  background: #e2efed;
  color: var(--header-control-accent-dark);
  box-shadow: 0 7px 16px rgba(32, 91, 87, 0.13);
}

.body .header-action--logout {
  border-color: var(--header-control-accent);
  background: var(--header-control-accent);
  color: #fff;
}

.body .header-action--logout:hover {
  border-color: var(--header-control-accent-dark);
  background: var(--header-control-accent-dark);
  color: #fff;
  box-shadow: 0 8px 18px rgba(32, 91, 87, 0.24);
}

@media (max-width: 1199px) {
  .body .header-utility-bar {
    gap: 8px;
    padding-left: 10px;
  }

  .body .header-balance-control {
    min-width: 102px;
  }

  .body .header-language {
    min-width: 126px;
  }
}

@media (max-width: 991px) {
  .body .header-utility-bar {
    width: 100%;
    margin: 12px 0 0;
    padding: 12px 0 2px;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid rgba(40, 110, 105, 0.1);
  }

  .body .header-balance-control,
  .body .header-language {
    flex: 1 1 145px;
    max-width: 220px;
  }

  .body .header-quick-actions {
    margin-left: auto;
  }
}

@media (max-width: 480px) {
  .body .header-utility-bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    gap: 7px;
  }

  .body .header-balance-control,
  .body .header-language {
    width: 100%;
    min-width: 0;
  }

  .body .header-control__icon {
    display: none;
  }

  .body .header-balance-control .balance-dropdown__name {
    padding-left: 11px;
  }

  .body .header-action {
    width: 40px;
    height: 40px;
  }
}

/* Vietnamese typography and responsive navigation system. */
html,
body.body {
  font-family: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.body,
body.body h1,
body.body h2,
body.body h3,
body.body h4,
body.body h5,
body.body h6,
body.body p,
body.body a,
body.body button,
body.body input,
body.body select,
body.body textarea,
body.body label,
body.body table,
body.body .component-navbar-nav-link,
body.body .component-sidebar__menu-item-link {
  font-family: "Be Vietnam Pro", "Segoe UI", Arial, sans-serif !important;
}

body.body {
  --nav-primary: #28766f;
  --nav-primary-dark: #205c58;
  --nav-primary-soft: #eaf4f2;
  --nav-text: #274744;
  --nav-muted: #6d8582;
  --nav-border: rgba(38, 107, 102, 0.13);
  --nav-shadow: 0 16px 40px rgba(24, 70, 67, 0.14);
}

body.body .wrapper-sidebar-navbar .wrapper-content {
  padding-top: 72px;
}

body.body .component-navbar-private__wrapper,
body.body .component-navbar-public__wrapper,
body.body .component-sidebar__menu-logo {
  height: 72px;
}

body.body #block_82 .sidebar-block__top {
  min-height: 72px;
  border-bottom: 1px solid var(--nav-border);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 3px 14px rgba(25, 70, 67, 0.055);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body.body #block_82 .component-navbar__navbar-private .navbar {
  min-height: 72px;
  height: 72px;
  padding-top: 0;
  padding-bottom: 0;
}

body.body #block_82 .component-navbar-logo > a {
  display: flex;
  align-items: center;
  max-width: 100%;
  color: var(--nav-primary);
  text-decoration: none;
}

body.body #block_82 .component-navbar-logo strong {
  color: var(--nav-primary);
  font-size: 20px;
  font-weight: 700 !important;
  line-height: 1.25;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

body.body #block_82 .component-navbar-logo img {
  width: auto;
  max-width: 190px !important;
  max-height: 46px;
  object-fit: contain;
}

body.body #block_82 .navbar-toggler {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--nav-border);
  border-radius: 12px;
  background: var(--nav-primary-soft);
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.body #block_82 .navbar-toggler:hover {
  border-color: rgba(38, 107, 102, 0.26);
  background: #e1efed;
  transform: translateY(-1px);
}

body.body #block_82 .navbar-toggler:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(40, 118, 111, 0.14);
}

body.body #block_82 .navbar-burger-line,
body.body #block_82 .navbar-burger-line::before,
body.body #block_82 .navbar-burger-line::after {
  width: 21px;
  height: 2px;
  border-radius: 999px;
  background: var(--nav-primary);
  transition: top 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

body.body #block_82 .navbar-burger-line::before {
  top: -6px;
}

body.body #block_82 .navbar-burger-line::after {
  top: 6px;
}

body.body #block_82 .navbar-toggler[aria-expanded="true"] .navbar-burger-line {
  background: transparent;
}

body.body #block_82 .navbar-toggler[aria-expanded="true"] .navbar-burger-line::before {
  top: 0;
  transform: rotate(45deg);
}

body.body #block_82 .navbar-toggler[aria-expanded="true"] .navbar-burger-line::after {
  top: 0;
  transform: rotate(-45deg);
}

/* Desktop sidebar. */
@media (min-width: 1200px) {
  body.body #block_82 .component-sidebar_wrapper,
  body.body #block_82 .component-sidebar {
    width: 268px;
  }

  body.body #block_82 .component-sidebar_wrapper {
    flex-basis: 268px;
  }

  body.body #block_82 .sidebar-block__top {
    padding-left: 268px;
  }
}

@media (min-width: 992px) {
  body.body #block_82 .component-sidebar {
    overflow: hidden;
    background: linear-gradient(165deg, #43a28f 0%, #2b7772 48%, #225e5c 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 10px 0 28px rgba(24, 75, 71, 0.12);
  }

  body.body #block_82 .component-sidebar__menu-logo {
    justify-content: flex-start;
    padding: 0 22px;
    border-bottom: 1px solid rgba(38, 107, 102, 0.1);
    background: #fff;
  }

  body.body #block_82 .component-sidebar__menu {
    max-height: calc(100vh - 72px);
    padding: 18px 0 96px;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.4) transparent;
  }

  body.body #block_82 .component-sidebar__menu::-webkit-scrollbar {
    width: 5px;
  }

  body.body #block_82 .component-sidebar__menu::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.38);
  }

  body.body #block_82 .component-sidebar__menu-item {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  body.body #block_82 .component-sidebar__menu-item-link {
    position: relative;
    min-height: 48px;
    margin: 5px 14px;
    padding: 7px 12px;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.93);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  }

  body.body #block_82 .component-sidebar__menu-item-link:hover {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    box-shadow: 0 7px 18px rgba(18, 64, 61, 0.13);
    transform: translateX(3px);
  }

  body.body #block_82 .sidebar-block__menu-item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    width: 34px;
    height: 34px;
    padding: 0;
    flex: 0 0 34px;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 14px;
    transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
  }

  body.body #block_82 .component-sidebar__menu-item-link:hover .sidebar-block__menu-item-icon {
    background: rgba(255, 255, 255, 0.18);
    transform: scale(1.04);
  }

  body.body #block_82 .component-sidebar__menu-item-active .component-sidebar__menu-item-link {
    border-color: rgba(255, 255, 255, 0.72);
    background: #fff;
    color: var(--nav-primary-dark);
    font-weight: 700;
    box-shadow: 0 9px 22px rgba(18, 64, 61, 0.18);
  }

  body.body #block_82 .component-sidebar__menu-item-active .sidebar-block__menu-item-icon {
    background: var(--nav-primary-soft);
    color: var(--nav-primary);
  }

  body.body #block_82 .component-sidebar__menu-item-active .component-sidebar__menu-item-link::before {
    content: "";
    position: absolute;
    left: -1px;
    width: 3px;
    height: 22px;
    border-radius: 0 4px 4px 0;
    background: var(--nav-primary);
  }

  body.body #block_82 .component-navbar__navbar-private .navbar {
    padding-right: 22px;
    padding-left: 22px;
  }
}

/* Compact sidebar for iPad landscape and small laptops. */
@media (min-width: 992px) and (max-width: 1199px) {
  body.body #block_82 .component-sidebar_wrapper,
  body.body #block_82 .component-sidebar {
    width: 226px;
  }

  body.body #block_82 .component-sidebar_wrapper {
    flex-basis: 226px;
  }

  body.body #block_82 .sidebar-block__top {
    padding-left: 226px;
  }

  body.body #block_82 .component-sidebar__menu-logo {
    padding: 0 16px;
  }

  body.body #block_82 .component-navbar-logo strong {
    font-size: 17px;
  }

  body.body #block_82 .component-sidebar__menu-item-link {
    min-height: 44px;
    margin: 4px 10px;
    padding: 6px 9px;
    gap: 8px;
    font-size: 12.5px;
  }

  body.body #block_82 .sidebar-block__menu-item-icon {
    min-width: 30px;
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    font-size: 13px;
  }
}

/* Tablet and phone: floating collapse panel below the top bar. */
@media (max-width: 991px) {
  /* The mobile navbar already occupies space in the document flow. */
  body.body .wrapper-sidebar-navbar .wrapper-content {
    padding-top: 0;
  }

  body.body #block_82 .sidebar-block__top {
    padding: 0;
    z-index: 1050;
  }

  body.body #block_82 .component-navbar__navbar-private .navbar {
    position: relative;
    padding: 0 18px;
  }

  body.body #block_82 .navbar-private__header {
    width: 100%;
    min-height: 72px;
  }

  body.body #block_82 .navbar-collapse {
    position: absolute;
    top: 72px;
    right: 14px;
    left: 14px;
    width: auto;
    max-height: calc(100vh - 88px);
    padding: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid var(--nav-border);
    border-radius: 0 0 18px 18px;
    background: rgba(255, 255, 255, 0.985);
    box-shadow: var(--nav-shadow);
    overscroll-behavior: contain;
  }

  body.body #block_82 .component-navbar-collapse {
    display: flex;
    width: 100%;
    padding: 0;
    flex-direction: column;
    align-items: stretch;
  }

  body.body #block_82 .navbar-nav-sidebar-menu {
    display: grid;
    width: 100%;
    margin: 0;
    padding: 0;
    gap: 7px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.body #block_82 .navbar-nav-sidebar-menu .component-navbar-private-nav-item {
    width: 100%;
    height: auto;
    margin: 0;
  }

  body.body #block_82 .navbar-nav-sidebar-menu .component-navbar-nav-link {
    justify-content: flex-start;
    width: 100%;
    min-height: 48px;
    padding: 7px 10px;
    gap: 9px;
    border: 1px solid transparent;
    border-radius: 11px;
    color: var(--nav-text);
    background: #f7f9f9;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  }

  body.body #block_82 .navbar-nav-sidebar-menu .component-navbar-nav-link:hover {
    border-color: rgba(40, 118, 111, 0.18);
    background: var(--nav-primary-soft);
    color: var(--nav-primary-dark);
    transform: translateY(-1px);
  }

  body.body #block_82 .navbar-nav-sidebar-menu .component-navbar-nav-link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    width: 32px;
    height: 32px;
    padding: 0;
    flex: 0 0 32px;
    border-radius: 8px;
    background: #e8f1f0;
    color: var(--nav-primary);
    font-size: 13px;
  }

  body.body #block_82 .navbar-nav-sidebar-menu .component-navbar-nav-link-active__navbar-private {
    border-color: rgba(40, 118, 111, 0.25);
    background: var(--nav-primary);
    color: #fff;
    box-shadow: 0 7px 17px rgba(32, 92, 88, 0.18);
  }

  body.body #block_82 .navbar-nav-sidebar-menu .component-navbar-nav-link-active__navbar-private .component-navbar-nav-link-icon {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
  }

  body.body #block_82 .header-utility-bar {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--nav-border);
  }

  body.body #block_82 .navbar-collapse::-webkit-scrollbar {
    width: 5px;
  }

  body.body #block_82 .navbar-collapse::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(40, 118, 111, 0.25);
  }
}

/* Phone layout. */
@media (max-width: 767px) {
  /* Keep the dashboard cards close to the navbar without crowding it. */
  body.body .wrapper-content__body > #block_93:first-child {
    padding-top: 12px;
  }

  body.body #block_82 .component-navbar__navbar-private .navbar {
    padding-right: 14px;
    padding-left: 14px;
  }

  body.body #block_82 .navbar-collapse {
    right: 8px;
    left: 8px;
    max-height: calc(100vh - 80px);
    padding: 10px;
    border-radius: 0 0 15px 15px;
  }

  body.body #block_82 .navbar-nav-sidebar-menu {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
  }

  body.body #block_82 .navbar-nav-sidebar-menu .component-navbar-nav-link {
    min-height: 45px;
    padding: 6px 9px;
    font-size: 13px;
  }

  body.body #block_82 .navbar-nav-sidebar-menu .component-navbar-nav-link-icon {
    min-width: 31px;
    width: 31px;
    height: 31px;
    flex-basis: 31px;
  }

  body.body #block_82 .header-utility-bar {
    margin-top: 10px;
    padding-top: 10px;
  }

  body.body #block_82 .component-navbar-logo strong {
    max-width: calc(100vw - 92px);
    overflow: hidden;
    font-size: 18px;
    text-overflow: ellipsis;
  }

  body.body #block_82 .component-navbar-logo img {
    max-width: 170px !important;
    max-height: 40px;
  }
}

@media (max-width: 420px) {
  body.body #block_82 .navbar-collapse {
    padding: 8px;
  }

  body.body #block_82 .navbar-nav-sidebar-menu .component-navbar-nav-link {
    min-height: 42px;
    font-size: 12.5px;
  }

  body.body #block_82 .header-utility-bar {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  }

  body.body #block_82 .header-quick-actions {
    gap: 6px;
  }

  body.body #block_82 .header-action {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    font-size: 14px;
  }
}

.body .mobile-nav-backdrop {
  display: none;
}

/* Phone navigation opens as a left-to-right off-canvas drawer. */
@media (max-width: 767px) {
  body.body.mobile-nav-open {
    overflow: hidden;
    touch-action: none;
  }

  body.body #block_82 #navbar-collapse-49.navbar-collapse,
  body.body #block_82 #navbar-collapse-49.navbar-collapse.collapsing {
    display: block !important;
    position: fixed;
    z-index: 1052;
    top: 72px;
    right: auto;
    bottom: 0;
    left: 0;
    width: min(86vw, 360px);
    height: calc(100vh - 72px) !important;
    height: calc(100dvh - 72px) !important;
    max-height: none;
    margin: 0;
    padding: 13px;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    border: 0;
    border-right: 1px solid var(--nav-border);
    border-radius: 0 18px 18px 0;
    background: #fff;
    box-shadow: 18px 0 45px rgba(16, 54, 51, 0.2);
    transform: translate3d(-104%, 0, 0);
    transition:
      transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.2s ease,
      visibility 0s linear 0.3s !important;
    will-change: transform;
    overscroll-behavior: contain;
  }

  body.body.mobile-nav-open #block_82 #navbar-collapse-49.navbar-collapse,
  body.body.mobile-nav-open #block_82 #navbar-collapse-49.navbar-collapse.collapsing {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0s !important;
  }

  body.body #block_82 .mobile-nav-backdrop {
    display: block;
    position: fixed;
    z-index: 1051;
    top: 72px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    border: 0;
    border-radius: 0;
    background: rgba(12, 39, 37, 0.48);
    cursor: default;
    transition:
      opacity 0.25s ease,
      visibility 0s linear 0.25s;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }

  body.body.mobile-nav-open #block_82 .mobile-nav-backdrop {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }

  body.body #block_82 #navbar-collapse-49 .component-navbar-collapse {
    min-height: 100%;
  }

  body.body #block_82 #navbar-collapse-49 .navbar-nav-sidebar-menu {
    flex: 0 0 auto;
  }

  body.body #block_82 #navbar-collapse-49 .header-utility-bar {
    margin-top: auto;
  }
}
