/*CSS HANDLER */
#topshortcuts_RadeCentral .h1header_RadeCentral {
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
  padding-left: 90px;
  margin-top: 25px;
  margin-bottom: 10px;
}

#topshortcuts_RadeCentral .h1header_RadeCentral::before {
  height: 2px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    var(--bg_text) 0%,
    rgba(209, 205, 205, 0) 100%
  );
  content: "";
  position: absolute;
  top: 40%;
  left: -8%;
  right: 0;
  bottom: 0;
  width: 114%;
  z-index: -1;
}

#topshortcuts_RadeCentral .h1header_RadeCentral span {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  background: var(--livebetLightBg);
  padding: 0 5px;
}

#topshortcuts_RadeCentral {
  width: 94%;
  margin: auto;
}

.body_RadeCentral {
  width: 100%;
}

.groupmenu_RadeCentral {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

.groupmenu_RadeCentral li {
  height: 45px;
  vertical-align: middle;
  background: var(--table_row);
  border: 1px solid var(--border-main);
  border-radius: 8px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  align-items: center;
}

.groupmenu_RadeCentral li:last-child {
  grid-column: span 1;
}

.groupmenu_RadeCentral li a {
  display: flex;
  align-items: center;
  color: var(--testo_gradiente2);
  font-size: 15px;
  overflow: hidden;
  text-align: left;
  padding-left: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 24px;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.groupmenu_RadeCentral li:hover {
  background: var(--table_header);
  transition: background 0.2s ease-in-out;
}

.League_Name_RadeCentral {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: elipsis;
  margin-left: 5px;
  margin-right: 5px;
  max-width: 82%;
}

.radeCentral_div {
  height: 22px !important;
  width: 24px !important;
  order: -1;
}

.radeCentral-element {
  display: flex !important;
  justify-content: center;
  height: 100% !important;
  width: 100% !important;
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  position: static !important;
}

@media (max-width: 1400px) {
  .groupmenu_RadeCentral {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1200px) {
  .groupmenu_RadeCentral {
    grid-template-columns: repeat(2, 1fr);
  }
}
