/*CSS HANDLER */
#SRLive #rightcont,
#SRLive #leftcont {
  margin: 0 2px 0 0;
}

.eventview .class_cont {
  position: relative;
}

.class_cont .odd_table {
  margin: 5px 0;
  justify-content: flex-start;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  width: 100%;
  text-align: center;
  flex-direction: row;
  justify-content: center;
}

.twoClass .odd_table {
  grid-template-columns: repeat(2, 1fr) !important;
}

#SRLive .eventview .class_cont h1 {
  display: flex;
  color: var(--textColor3) !important;
  font-size: 12px;
  letter-spacing: 1.1px;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
  float: left;
  align-items: center;
  height: 30px;
  width: 100%;
  font-weight: 700;
  background-color: var(--table_sub_header);
}

#SRLive .eventview .class_cont h1 span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
}

#head_For_X_Search {
  background: var(--table_row);
  height: 40px;
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 9px;
  border-radius: 10px 10px 0 0;
  padding: 0 10px;
}

#head_For_X_Search #clearBtn2 {
  width: 15px;
  height: 15px;
  margin: 13px;
  background: var(--border-main);
  -webkit-mask-image: url(/res/Client/img/common/close.svg);
  mask-image: url(/res/Client/img/common/close.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

#head_For_X_Search::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--border-main);
}

#back_btn button.tuttiClose {
  top: 5px;
  left: 0;
  position: relative;
  width: 15px;
  height: 15px;
  margin-bottom: 5px;
  background: var(--border-main);
  -webkit-mask-image: url(/res/Client/img/common/close.svg);
  mask-image: url(/res/Client/img/common/close.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.clear-btn {
  right: 2px;
  position: absolute;
  width: 15px;
  height: 15px;
  margin: 13px;
  display: none;
  background: var(--border-main);
  -webkit-mask-image: url(/res/Client/img/common/close.svg);
  mask-image: url(/res/Client/img/common/close.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  z-index: 222;
}

#back_btn button.go_back {
  top: 5px;
  left: -7px;
  position: relative;
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
  background: var(--border-main);
  -webkit-mask-image: url(/res/Client/img/common/go_back.svg);
  mask-image: url(/res/Client/img/common/go_back.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

#center_column .search_Tutti {
  margin-left: auto;
  position: relative;
  color: var(--textColor);
  height: 35px;
  padding: 9px;
  background: none;
  font-size: 16px;
  border: 1px solid var(--border-main);
  border-radius: 5px;
  width: 130px;
}

#live_events_odds .class_cont .odd {
  width: 100%;
  padding: 5px;
  margin: 0px;
  position: relative;
  align-content: center;
  height: 40px;
  display: inline-block;
  border: 1px solid var(--border-main);
  border-radius: 5px;
  background-color: var(--table_row);
}

#live_events_odds .class_cont .odd_table .odd:nth-of-type(1),
#live_events_odds .class_cont .odd_table .odd:nth-of-type(2),
#live_events_odds .class_cont .odd_table .odd:nth-of-type(3) {
  margin-top: 5px;
}

#SRLive .eventview .odd a {
  display: inline-flex;
  padding: 0 0px 0 5px;
  width: 100%;
  position: relative;
  text-shadow: none;
  align-items: center;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
}

#SRLive .eventview .odd:hover,
#SRLive .eventview .odd.selected {
  background: var(--table_header_3) !important;
}

#SRLive .eventview .odd a:hover,
#SRLive .eventview .odd.selected a span {
  color: var(--textColor4) !important;
}

#live_events_odds .class_cont {
  background-color: transparent;
  border-radius: 5px;
}

.arrow-left,
.arrow-right {
  position: relative;
  top: 7px;
  background: transparent;
  height: 20px;
  width: 20px;
}

.arrow-left {
  right: 5px;
}

.arrow-right {
  left: 5px;
}

.arrow-left {
  background: var(--border-main);

  -webkit-mask-image: url(/res/Client/img/arrows/arr_left.svg);
  mask-image: url(/res/Client/img/arrows/arr_left.svg);

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-size: contain;
  mask-size: contain;
}

.arrow-right {
  background: var(--border-main);

  -webkit-mask-image: url(/res/Client/img/arrows/arr_right.svg);
  mask-image: url(/res/Client/img/arrows/arr_right.svg);

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-size: contain;
  mask-size: contain;
}

.expanded .arrow-left,
.expanded .arrow-right {
  display: none;
}

.toggleLiveQuote #up_down.up,
.toggleLiveQuote #up_down.down {
  all: unset;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  margin: 0 auto;
  bottom: -2px;
  cursor: pointer;
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center;
}

.toggleLiveQuote #up_down.up {
  background-image: url(/res/Client/img/arrows/arr_up.svg);
  background: var(--border-main);

  -webkit-mask-image: url(/res/Client/img/arrows/arr_up.svg);
  mask-image: url(/res/Client/img/arrows/arr_up.svg);

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-size: contain;
  mask-size: contain;
}

.toggleLiveQuote #up_down.down {
  background: var(--border-main);
  -webkit-mask-image: url(/res/Client/img/arrows/arr_down.svg);
  mask-image: url(/res/Client/img/arrows/arr_down.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  height: 20px;
  width: 20px;
}

.expanded #up_down.up {
  bottom: -80px;
}

.toggleLiveQuote button#up_down:after {
  content: attr(tip);
  font-size: 10px;
  line-height: 1.2em;
  color: #fff;
  padding: 5px 10px;
  background: rgb(7, 7, 7);
  border: 1px solid #fff;
  position: absolute;
  top: 20px;
  left: 25px;
  display: none;
}

.eventview .toggleLiveQuote {
  position: relative;
  margin: 0 auto;
  justify-content: center;
}

.eventview .toggleLiveQuote.shrinked {
  height: 60px;
}

.radeWrapper {
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
}
