.kodeks-menu-new .aside-card-inner {
  padding: 0;
}
.kodeks-menu-new__inner {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 20px 16px;
  border-radius: 16px;
  background: #FFFFFF;
}
.kodeks-menu-new__title {
  margin: 0 0 16px;
  color: #343a40;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
.kodeks-menu-new__scroll {
  flex: 1 1 auto;
  min-height: 0;
  max-height: calc(100vh - 192px);
  max-height: calc(100dvh - 192px);
  margin-right: calc(-16px + 8px);
  margin-left: -8px;
  padding-right: 4px;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-gutter: stable;
  color-scheme: light;
}
@supports not selector(::-webkit-scrollbar) {
  .kodeks-menu-new__scroll {
    scrollbar-width: thin;
    scrollbar-color: #339cd3 #ffffff;
  }
}
.kodeks-menu-new__scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  -webkit-appearance: none;
  appearance: none;
}
.kodeks-menu-new__scroll::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}
.kodeks-menu-new__scroll::-webkit-scrollbar-corner {
  background: #ffffff;
}
.kodeks-menu-new__scroll::-webkit-scrollbar-track,
.kodeks-menu-new__scroll::-webkit-scrollbar-track-piece {
  border-radius: 8px;
  background-color: #ffffff;
}
.kodeks-menu-new__scroll::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #339cd3;
  border: 0;
  min-height: 40px;
}
.kodeks-menu-new__scroll::-webkit-scrollbar-thumb:hover {
  background-color: #1780b8;
}
.kodeks-menu-new__nav {
  display: flex;
  flex-direction: column;
}
.kodeks-menu-new__section {
  margin: 8px 0 6px;
  padding: 4px 8px;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
  background: #339CD3;
}
.kodeks-menu-new__section:first-child {
  margin-top: 0;
}
.kodeks-menu-new__link {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 6px 8px;
  color: #343a40;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.kodeks-menu-new__link:hover {
  background: #E3F5FF;
  color: #339cd3;
  text-decoration: none;
}
.kodeks-menu-new__link:hover .kodeks-menu-new__num,
.kodeks-menu-new__link:hover .kodeks-menu-new__text {
  color: #339cd3;
}
.kodeks-menu-new__link.is-active {
  background: #E3F5FF;
  color: #343a40;
  font-weight: 500;
}
.kodeks-menu-new__link.is-active .kodeks-menu-new__num {
  color: #339CD3;
}
.kodeks-menu-new__link.is-active .kodeks-menu-new__text {
  color: #343a40;
}
.kodeks-menu-new__link.is-active .kodeks-menu-new__num,
.kodeks-menu-new__link.is-active .kodeks-menu-new__text {
  font-weight: 500;
}
.kodeks-menu-new__num {
  max-width: 100%;
  flex-shrink: 0;
  color: #339CD3;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  transition: color 0.15s ease;
}
.kodeks-menu-new__text {
  flex: 1 1 auto;
  min-width: 0;
  color: #343a40;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  transition: color 0.15s ease;
}
