html body #main #left {
  background-color: transparent !important;
}
html body #main #left .lrdiv {
  background-color: #fff !important;
}
html body #main #left .lrdiv .lr_tit {
  border: unset !important;
}
html body #main #left .lrdiv-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 10px 11px 10px;
  line-height: 20px;
}
html body.dark #main #left {
  background-color: transparent !important;
}
html body.dark #main #left .lrdiv {
  background-color: #1A1A1A !important;
}

.other-leagues {
  padding: 6px 0 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.other-leagues .nation {
  width: 100%;
}
.other-leagues .nation .nation-item {
  height: 26px;
  padding: 4px 10px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
  color: #070F03;
  transition: 0.2s linear;
}
.other-leagues .nation .nation-item-image {
  width: 26px;
  height: 16px;
  object-position: center;
  object-fit: scale-down;
}
.other-leagues .nation .nation-item-name {
  flex: 1;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.other-leagues .nation .nation-item-icon {
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
  transition: 0.175s all linear;
}
.other-leagues .nation .nation-item:hover {
  background: #E3F1EB;
}
.other-leagues .nation .nation-leagues {
  display: none;
}
.other-leagues .nation .nation-leagues ul {
  width: 100%;
  padding: 6px 10px 0 10px;
  box-sizing: border-box;
}
.other-leagues .nation .nation-leagues ul .nation-leagues-item a {
  height: 18px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  text-decoration: none;
  padding: 4px 16px 4px 12px;
  color: #070F03;
  transition: 0.2s linear;
}
.other-leagues .nation .nation-leagues ul .nation-leagues-item a img {
  width: 16px;
  height: 16px;
  object-fit: scale-down;
  object-position: center;
}
.other-leagues .nation .nation-leagues ul .nation-leagues-item a span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.other-leagues .nation .nation-leagues ul .nation-leagues-item a:hover {
  background: #E3F1EB;
}
.other-leagues .nation.nation-expand .nation-item-icon {
  transform: rotate(0deg);
}

body.dark .leftnav li a:hover {
  background: linear-gradient(90deg, #01311E 0%, #000E09 100%);
}
body.dark .other-leagues .nation .nation-item {
  color: #F2F2F2;
}
body.dark .other-leagues .nation .nation-item:hover {
  background: linear-gradient(90deg, #01311E 0%, #000E09 100%);
}
body.dark .other-leagues .nation .nation-leagues ul .nation-leagues-item a {
  color: #F2F2F2;
}
body.dark .other-leagues .nation .nation-leagues ul .nation-leagues-item a:hover {
  background: linear-gradient(90deg, #01311E 0%, #000E09 100%);
}

/*# sourceMappingURL=left-sidebar.css.map */
