/*CSS HANDLER */
/* For Heading */
.heading_NextBestContoller{
	margin: 20px 0 5px 30px;
}

.heading_NextBestContoller > h2 {
    font-size: 18px;
    font-weight: bold;
	padding-left: 100px;
    text-align: left;
    text-transform: uppercase;
}

.heading_NextBestContoller h2.no-background_NextBestContoller {
    position: relative;
    z-index: 1;
	width: 100%;
    &: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;
    }
    span {
		background: var(--livebetLightBg);
        padding: 0 5px; 
	}
}
/* End of the heading */

.navControll {
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0;
    margin: auto;
    width: 94%;
}

.navControll li, .navControll li a,
.navControll li a div {
    cursor: pointer;
	font-size: 16px;
}

.glow-line-controller {
    display: block;
    opacity: 0;
    width: 100%;
    height: 2px;
    background-color: var(--textColor3);
    border-radius: 5px;
    position: relative;
    bottom: -4px;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.8), 0 0 60px, 0 0 90px rgba(255, 255, 255, 0.1), 0 0 120px rgba(255, 255, 255, 0.2);
    transition: opacity 0.3s ease-in-out; /* Transition for opacity */
}

.navControll a .glow-line-controller::before {
    display: none;
}

.navControll a.activeControll .glow-line-controller::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    height: 40px;
    transform: translate(8%, -88%);
    background-color: var(--textColorWhite);
    border-radius: 10px;
    filter: blur(30px);
    opacity: 0.1;
}

.navControll a.activeControll .glow-line-controller, 
.navControll a:hover .glow-line-controller {
    opacity: 1;
}

@media screen and (max-width: 1141px) {
    .heading_NextBestContoller{
        width: 90%;
        margin-left: 3%;
        margin-right: 3%;
    }
}

@media screen and (max-width: 1400px) {
    .heading_NextBestContoller{
        width: 90%;
        margin-left: 3%;
        margin-right: 3%;
    }
}

@media screen and (max-width: 1370px) {
    .heading_NextBestContoller{
        width: 90%;
        margin-left: 3%;
        margin-right: 3%;
    }
}

/* BestSeller-0.2 */
.popzDragger {
  border-bottom: none;
}

.popzContent #pronos .div_table .div_thead .div_td  div {
  text-align: inherit;
  height: 100%;
  display: flex;
  align-items: center;
}

.pronoClass .up-arrow {
  height: auto;
}

#pronos .up-arrow::before {
  top: 2px;
}

.pronoClass div span {
  float: none;
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
  color: var(--table_header_3);
  text-transform: uppercase;
}

#pronos .odds .div_tbody .div_tr:empty {
  display: none;
}

#pronos .odds .div_tbody .div_tr {
  margin: 5px 0;
}

#pronos .div_tbody .div_tr .div_td.quoteName {
  margin: 0;
  margin-right: 5px;
}

#pronos .div_tbody .div_tr .div_td.quoteName:last-of-type {
  margin-right: 0;
}

#pronos .quoteName .Numberos {
  font-size: 11px;
}
#pronos .quoteName .Kvote {
  font-size: 11.5px;
  border: none !important;
}

#pronos {
  padding-right: 5px;
}

.popzContent {
  padding-top: 15px;
}

#best_seller {
  top: 20px;
}

.best_seller {
  display: none;
}

#best_seller .groupNav {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 3;
  top: -40px !important;
  padding-left: 7%;
}

#best_seller .groupNav li {
  bottom: 0;
  height: 40px;
  border-radius: 8px 8px 0 0;
  padding:  7px 10px;
  border: 1px solid var(--border-main);
  border-bottom: none;
}

#best_seller .groupNav li .navGroupWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  filter: var(--filter_Color1);
}

#best_seller .groupNav li .navGroupWrapper .sport-icon-small {
  width: 15px;
}

#best_seller .navGroup.activetab {
   border: 1px solid transparent;
  background: var(--table_sub_header);
}

#best_seller .navGroup.activetab:hover {
  border: 1px solid transparent;
}

#best_seller .navGroup.activetab > span > a {
  color: var(--textColor3);
  position: relative;
  width: 100%;
  height: 100%;
  font-weight: 500;
}

#best_seller .navGroup:hover > span > .glow-line-2,
#best_seller .navGroup.activetab > span > .glow-line-2 {
  width: 100%;
  height: 2px;
  background-color: var(--textColor);
  border-radius: 5px;
  position: relative;
  bottom: -33px;
  transition: all 0.3s ease-in-out;
  display: none;
}

#best_seller .navGroup.activetab > span > .glow-line-2::before,
#best_seller .navGroup:hover > span > .glow-line-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: 40px;
  background-color: var(--textColor);
  border-radius: 10px;
  filter: blur(30px);
  opacity: 0.1;
  transition: all 0.3s ease-in-out;
  z-index: -2;
}

#best_seller .navGroup > span > a {
  align-items: center;
  display: inline-grid;
  padding: 5px;
  padding-right: 0;
  background-image: none;
}

#best_seller .navGroup:hover {
  color: var(--textColor);
   border: 1px solid var(--textColor3);
  border-bottom: none;
}

#best_seller .groupNav li a:hover {
  text-decoration: none;
}

.best_seller {
  width: 90%;
  margin: auto;
}

.best_seller .mtable .div_thead {
  display: flex;
  flex-wrap: wrap;
}

.best_seller .mtable .selectorImage {
  border-radius: 10px;
  background: var(--table_sub_header);
  height: 40px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding: 0 !important;
}

.best_seller .mtable .sport-icon {
  width: 20px;
  margin-right: 5px;
  filter: var(--colorInvert);
}

.best_seller .mtable .div_thead .typeMatchName {
  width: 100%;
  border: 1px solid var(--border-main);
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  background: var(--table_row);
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 5px;
  height: 30px;
  font-weight: 700;
}

.best_seller .mtable .div_thead .typeMatchName .colorHeader {
  border-right: 1px solid var(--border-main);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  width: 13.74%;
  font-size: 12px !important;
}

.best_seller .mtable .div_thead .typeMatchName .colorHeader.notBordered {
  width: 20.6%;
}

.best_seller .mtable .div_thead .typeMatchName .colorHeader.tutti {
  width: 6.87%;
  border: none;
  visibility: hidden;
}

.best_seller .mtable .div_tr {
  width: 100%;
  border: 1px solid var(--border-main);
  border-top: none;
  border-radius: 0 0 10px 10px;
  background: var(--table_row);
  display: flex;
  justify-content: end;
  align-items: center;
  height: 30px;
  font-weight: 700;
  padding-right: 6.855%;
  color: var(--textColor3);
}

.best_seller .mtable .div_tr .colorHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 7.378%;
}

.best_seller .mtable .div_thead .typeMatchName .colorHeader:first-child,
.best_seller .mtable .div_tr .colorHeader:first-child {
  border-left: 1px solid var(--border-main);
}

.best_seller .mtable .div_tr .colorHeader:nth-child(3),
.best_seller .mtable .div_tr .colorHeader:nth-child(5),
.best_seller .mtable .div_tr .colorHeader:nth-child(7),
.best_seller .mtable .div_tr .colorHeader:last-child {
  border-right: 1px solid var(--border-main);
}

.best_seller .mtable .div_tbody .typeMatchInfo {
  border: 1px solid var(--border-main);
  border-radius: 10px;
  background: var(--table_row);
  margin-top: 5px;
  display: flex;
  height: 40px;
}

.best_seller .mtable .div_tbody .typeMatchInfo div {
  height: 100%;
  display: flex;
  align-items: center;
}

.best_seller .mtable .div_tbody .typeMatchInfo .evedate {
  color: var(--textColor3);
  width: 100px;
  word-spacing: 3px;
  justify-content: end;
  padding-left: 10px;
  width: 7.9% !important;
}

.best_seller .mtable .div_tbody .typeMatchInfo .evedate span {
  text-align: center;
  line-height: 15px;
}

.best_seller .mtable .div_tbody .typeMatchInfo .evedate br {
  display: none;
}

.best_seller .mtable .div_tbody .typeMatchInfo .evename {
  width: 23.5%;
  display: flex;
  padding-left: 20px;
  justify-content: start;
  text-indent: 0;
}

.best_seller .mtable .div_tbody .typeMatchInfo .evename span {
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  overflow: hidden;
}

.best_seller .mtable .div_tbody .typeMatchInfo .oddTd,
.best_seller .mtable .div_tbody .typeMatchInfo .small,
.best_seller .mtable .div_tbody .typeMatchInfo div {
  width: 6.88%;
  justify-content: center;
}

.best_seller .mtable .div_tbody .typeMatchInfo .small a {
  font-weight: 700;
  color: var(--textColor4);
  background: var(--textColorBg);
  border-radius: 5px;
  padding-right: 2px;
}

.best_seller .mtable .div_tbody .typeMatchInfo a {
  font-size: 12px !important;
  min-width: 35px;
}

.best_seller .mtable .div_tbody .typeMatchInfo .oddTd a:hover,
.best_seller .mtable .div_tbody .typeMatchInfo .oddTd a.selected {
  font-weight: bold;
  color: var(--textColor4);
  background: var(--textColorBg);
  border-radius: 5px;
}

.best_seller .mtable .div_tbody .typeMatchInfo div:nth-child(3) {
  border-left: 1px solid var(--border-main) !important;
  margin-left: auto;
}

.best_seller .mtable .div_tbody .typeMatchInfo .oddTd:nth-child(n + 5):nth-child(odd) {
  border-right: 1px solid var(--border-main) !important;
}

.popzContent #pronos .div_table .div_tbody .div_td {
  padding: 0;
}

@media screen and (min-width: 1700px) and (max-width: 1700px), (min-width: 1400px) and (max-width: 1400px) {
  .best_seller .mtable .div_thead .typeMatchName .colorHeader {
    width: 13.73%;
  }
  .best_seller .mtable .div_thead .typeMatchName .colorHeader.notBordered {
    width: 20.7%;
  }
}

@media screen and (max-width: 1400px) {
  .best_seller .mtable .div_thead .typeMatchName div {
    font-size: 12px !important;
  }
  div#best_seller .mtable .evename span {
    font-size: 11.5px;
  }
  .best_seller .mtable .div_tbody .typeMatchInfo a {
    font-size: 10.5px !important;
  }
  .best_seller .mtable .div_tbody .typeMatchInfo .evedate {
    padding: 0;
  }
  .best_seller .mtable .div_tbody .typeMatchInfo .evename {
    padding-left: 5px;
  }
  .best_seller .mtable .div_tbody .typeMatchInfo .small a  {
    min-width: 30px;
  }
  .best_seller .mtable .div_tbody .typeMatchInfo .evedate {
    font-size: 10.5px !important;
  }
  .best_seller .mtable .div_tr .colorHeader {
    font-size: 10.5px !important;
  }
  .best_seller .mtable .div_thead .typeMatchName .colorHeader {
    font-size: 10.5px !important;
  }
  .best_seller .mtable .selectorImage {
    font-size: 18px !important;
  }
} 

@media screen and (max-width: 1200px) {
  div#best_seller .mtable .evedate span {
    padding: 0;
    font-size: 10px;
  }
  .best_seller .mtable .div_thead .typeMatchName div,
  .best_seller .mtable .div_tr .colorHeader {
    font-size: 11px !important;
  }
}

@media screen and (max-width: 1100px) {
  .best_seller .mtable .div_tbody .typeMatchInfo .evedate {
    width: calc(7.9% + 5px) !important;
  }
  .best_seller .mtable .div_thead .typeMatchName .colorHeader {
    text-align: center;
    word-break: break-word;
  }
  .best_seller .mtable .div_tr .colorHeader {
    text-align: center;
  }
}

/* NextEvent-0.2 */
.popzDragger {
  border-bottom: none;
}

.popzContent #pronos .div_table .div_thead .div_td  div {
  text-align: inherit;
  height: 100%;
  display: flex;
  align-items: center;
}

.pronoClass .up-arrow, .pronoClass .down-arrow {
  height: auto !important;
}

#pronos .up-arrow::before {
  top: 2px;
}

.pronoClass div span {
  float: none;
  font-size: 14px;
  font-weight: 500;
  margin-left: 5px;
  color: var(--table_header_3);
  text-transform: uppercase;
}

#pronos .odds .div_tbody .div_tr:empty {
  display: none;
}

#pronos .odds .div_tbody .div_tr {
  margin: 5px 0;
}

#pronos .div_tbody .div_tr .div_td.quoteName {
  margin: 0;
  margin-right: 5px;
}

#pronos .div_tbody .div_tr .div_td.quoteName:last-of-type {
  margin-right: 0;
}

#pronos .quoteName .Numberos {
  font-size: 11px;
}
#pronos .quoteName .Kvote {
  font-size: 11.5px;
  border: none !important;
}

.popzContent {
  padding-top: 15px;
}

#pronos {
  padding-right: 5px;
}

#next_events {
  top: 20px;
}

.next_events {
   display: none;
}

#next_events .groupNav {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 5px;
  top: -40px !important;
  padding-left: 7%;
}

#next_events .groupNav li{
  bottom: 0;
  height: 40px;
  border-radius: 8px 8px 0 0;
  padding:  7px 10px;
  border: 1px solid var(--border-main);
  border-bottom: none;
}

#next_events .groupNav li .navGroupWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  filter: var(--filter_Color1);
}

#next_events .groupNav li .navGroupWrapper .sport-icon-small {
  width: 15px;
}

#next_events .navGroup.activetab {
   border: 1px solid transparent;
  background: var(--table_sub_header);
}

#next_events .navGroup.activetab:hover {
   border: 1px solid transparent;
}

#next_events .navGroup.activetab > span > a {
  color: var(--textColor3);
  position: relative;
  width: 100%;
  height: 100%;
  font-weight: 500;
  background-image: none;
  padding: 5px;
  padding-right: 0;
}

#next_events .navGroup:hover > span > .glow-line-2,
#next_events .navGroup.activetab > span > .glow-line-2 {
  width: 100%;
  height: 2px;
  background-color: var(--textColor);
  border-radius: 5px;
  position: relative;
  bottom: -33px;
  transition: all 0.3s ease-in-out;

  display: none;
}

#next_events .navGroup.activetab > span > .glow-line-2::before,
#next_events .navGroup:hover > span > .glow-line-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 85%;
  height: 40px;
  background-color: var(--textColor);
  border-radius: 10px;
  filter: blur(30px);
  opacity: 0.1;
  transition: all 0.3s ease-in-out;
  z-index: -2;
}

#next_events .navGroup > span > a {
  align-items: center;
  display: inline-grid;
  filter: var(--filter_Color1)
}

#next_events .navGroup:hover {
  color: var(--textColor);
   border: 1px solid var(--textColor);
  border-bottom: none;
}

#next_events .groupNav li a:hover {
  text-decoration: none;
}

.next_events {
  width: 90%;
  margin: auto;
}

.next_events .mtable .div_thead {
  display: flex;
  flex-wrap: wrap;
}

.next_events .mtable .selectorImage {
  border-radius: 10px;
  background: var(--table_sub_header);
  height: 40px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding: 0 !important;
}

.next_events .mtable .sport-icon{
  width: 20px;
  margin-right: 5px;
  filter: var(--colorInvert);
}

.next_events .mtable .div_thead .typeMatchName {
  width: 100%;
  border: 1px solid var(--border-main);
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  background: var(--table_row);
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 5px;
  height: 30px;
  font-weight: 700;
}

.next_events .mtable .div_thead .typeMatchName .colorHeader {
  border-right: 1px solid var(--border-main);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  font-size: 12px !important;
  width: 13.74%;
}

.next_events .mtable .div_thead .typeMatchName .colorHeader.notBordered {
  width: 20.6%;
  border-left: 1px solid var(--border-main);
}

.next_events .mtable .div_thead .typeMatchName .colorHeader.tutti{
  width: 6.87%;
  border: none;
  visibility: hidden;
}

.next_events .mtable .div_tr {
  width: 100%;
  border: 1px solid var(--border-main);
  border-top: none;
  border-radius: 0 0 10px 10px;
  background: var(--table_row);
  display: flex;
  justify-content: end;
  align-items: center;
  height: 30px;
  font-weight: 700;
  padding-right: 6.855%;
  color: var(--textColor3);
}

.next_events .mtable .div_tr .colorHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 7.378%;
}

.next_events .mtable .div_thead .typeMatchName .colorHeader:first-child,
.next_events .mtable .div_tr .colorHeader:first-child{
  border-left: 1px solid var(--border-main);
}

.next_events .mtable .div_tr .colorHeader:nth-child(3),
.next_events .mtable .div_tr .colorHeader:nth-child(5),
.next_events .mtable .div_tr .colorHeader:nth-child(7),
.next_events .mtable .div_tr .colorHeader:last-child {
  border-right: 1px solid var(--border-main);
}

.next_events .mtable .div_tbody .typeMatchInfo {
  border: 1px solid var(--border-main);
  border-radius: 10px;
  background: var(--table_row);
  margin-top: 5px;
  display: flex;
  height: 40px;
}

.next_events .mtable .div_tbody .typeMatchInfo div {
  height: 100%;
  display: flex;
  align-items: center;
}

.next_events .mtable .div_tbody .typeMatchInfo .evedate {
  color: var(--textColor3);
  width: 100px;
  word-spacing: 3px;
  width: 7.9%;
  white-space: nowrap;
}

.next_events .mtable .div_tbody .typeMatchInfo .evedate span {
  margin-top: 0 !important;
  line-height: 15px;
}

.next_events .mtable .div_tbody .typeMatchInfo .evedate br {
  display: none;
}

.next_events .mtable .div_tbody .typeMatchInfo .evename {
  width: 23.5%;
  display: flex;
  padding-left: 5px;
  padding-right: 5px;
  justify-content: start;
   text-indent: 0;
}

.next_events .mtable .div_tbody .typeMatchInfo .evename .eventname {
  display: flex;
  align-items: center;
}

.next_events .mtable .div_tbody .typeMatchInfo .evename span {
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  overflow: hidden;
}

.next_events .mtable .div_tbody .typeMatchInfo .odddiv,
.next_events .mtable .div_tbody .typeMatchInfo .small,
.next_events .mtable .div_tbody .typeMatchInfo div {
  width: 6.88%;
  justify-content: center;
}

.next_events .mtable .div_tbody .typeMatchInfo .small a {
  font-weight: 600;
  color: var(--textColor4);
  background: var(--textColorBg);
  border-radius: 5px;
}

.next_events .mtable .div_tbody .typeMatchInfo a {
  font-size: 12px !important;
  min-width: 35px;
}

.next_events .mtable .div_tbody .typeMatchInfo .odddiv a:hover,
.next_events .mtable .div_tbody .typeMatchInfo .odddiv a.selected {
  font-weight: bold;
  color: var(--textColor4);
  background: var(--textColorBg);
  border-radius: 5px;
}

.next_events .mtable .div_tbody .typeMatchInfo div:nth-child(3) {
  border-left: 1px solid var(--border-main) !important;
  margin-left: auto;
}

.next_events .mtable .div_tbody .typeMatchInfo .odddiv:nth-child(n + 5):nth-child(odd) {
  border-right: 1px solid var(--border-main) !important;
}

.popzContent #pronos .div_table .div_tbody .div_td {
  padding: 0;
}

@media screen and (min-width: 1700px) and (max-width: 1700px) {
  .next_events .mtable .div_thead .typeMatchName .colorHeader {
    width: 13.73%;
  }
  .next_events .mtable .div_thead .typeMatchName .colorHeader.notBordered {
    width: 20.65%;
  }
}

@media screen and (max-width: 1400px) {
  .next_events .mtable .div_thead .typeMatchName div {
    font-size: 12px !important;
  }
  div#next_events .mtable .evename span {
    font-size: 11.5px;
  }
  .next_events .mtable .div_tbody .typeMatchInfo a {
    font-size: 10.5px !important;
  }
  .next_events .mtable .div_tbody .typeMatchInfo .evedate {
    padding: 0;
  }
  .next_events .mtable .div_tbody .typeMatchInfo .evename {
    padding-left: 5px;
  }
  .next_events .mtable .div_tbody .typeMatchInfo .small a {
    min-width: 30px;
  }
  .next_events .mtable .div_tbody .typeMatchInfo .evedate {
    font-size: 10.5px !important;
  }
  .next_events .mtable .div_tr .colorHeader {
    font-size: 10.5px !important;
  }
  .next_events .mtable .div_thead .typeMatchName .colorHeader {
    font-size: 10.5px !important;
  }
  .next_events .mtable .selectorImage {
    font-size: 18px !important;
  }
} 

@media screen and (max-width: 1200px) {
  div#next_events .mtable .evedate span {
    padding: 0;
    font-size: 10.5px;
  }
  .next_events .mtable .div_thead .typeMatchName div,
  .next_events .mtable .div_tr .colorHeader {
    font-size: 11px !important;
  }
  .next_events .mtable .div_tbody .typeMatchInfo .small a {
    min-width: 25px;
  }
  .next_events .mtable .div_tbody .typeMatchInfo .evedate {
    white-space: wrap;
    text-align: center;
  }
  .next_events .mtable .div_tbody .typeMatchInfo .evedate span {
    line-height: 11px;
    font-size: 10px !important;
  }
}

@media screen and (max-width: 1100px) {
  .next_events .mtable .div_thead .typeMatchName .colorHeader {
    text-align: center;
    word-break: break-word;
  }
  .next_events .mtable .div_tr .colorHeader {
    text-align: center;
  }
}