.as-select-content {
  position: absolute;
  top: 30px;
  left: 0;
  min-width: 160px;
  max-height: 300px;
  overflow-y: auto;
  background: #141516;
  border: 1px solid #2a3038;
  border-radius: 6px;
  z-index: 9999;
  display: none;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
}

.as-item-country-select-header span {
  font-size: 12px;
}

.as-league-item.active {
  background: var(--as-filter-league-item-active) !important;
  border: 0.075rem solid var(--as-filter-league-item-active-border) !important;
  color: var(--as-filter-league-item-active-color) !important;
  font-weight: var(--as-filter-league-item-active-font-weight);
  position: relative;
}

.as-select-item {
  cursor: pointer;
  padding: 5px 10px;
  color: #fff;
  font-size: 13px;
  text-transform: none;
  transition: all 0.15s ease;
  white-space: nowrap;
}
.as-select-item:hover,
.as-select-item.active {
  background-image: linear-gradient(180deg, #1f3644, #00411d) !important;
  background-color: transparent !important;
  color: var(--as-filter-league-item-active-color, #ffffff) !important;
  text-transform: uppercase !important;
}
.gwd-no-data-ranking {
  text-align: center;
  padding: 10px;
  background: #202227;
  margin-bottom: 15px;
}
