/*CSS HANDLER */
#center_column {
  position: relative;
}

#speedcouponcontainer {
  height: auto;
  width: auto;
  border-radius: 4px;
}

#speedcouponcontainer #easybet_head.chead {
  width: auto;
  padding: 0 5px;
}

#speedcouponcontainer #easybet_head.chead h1 {
  font-size: 16px;
  margin: 0;
  text-align: left;
}

div#speedsearch {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

div#speedsearch label > span {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 28px;
}

div#speedsearch input {
  display: inline-block;
  width: 150px;
  padding: 5px;
  border-radius: 4px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  box-sizing: border-box;
}

#center_column {
  position: relative;
}

#speedcouponcontainer {
  border-radius: 4px;
  margin-bottom: 10px;
}

#speedcouponcontainer #easybet_container {
  border-radius: 12px !important;
  border: 2px solid var(--border-main) !important;
}

#speedcouponcontainer #easybet_head.chead {
  display: flex;
  justify-content: center;
  width: auto;
  position: relative;
  padding: 0 10px;
  height: 38px;
  background-color: var(--table_header);
  border-radius: 10px 10px 0 0;
  border-bottom: 2px solid var(--border-main) !important;
}

#speedcouponcontainer.speedcouponcontainer_collapsed #easybet_head.chead {
  border-radius: 10px;
  background: var(--table_row);
  border-bottom: none !important;
}

#speedcouponcontainer #easybet_head #collapsing {
  position: absolute;
  right: 7px;
  bottom: 9px;
  border: 1px solid var(--textColorWhite);
  border-radius: 25px;
  background: var(--textColorWhite);
  transition: 500ms ease;
  width: 20px;
  height: 20px;
}

#speedcouponcontainer #easybet_head #collapsing:hover {
  color: var(--livebetLightBg);
  background: var(--textColorBg);
}

.up-arrow::before {
  right: 1.3px;
  bottom: 4px;
  position: relative;
  content: "";
  border: solid var(--arrow_Color);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down-arrow::before {
  right: 1.3px;
  bottom: 7px;
  position: relative;
  content: "";
  border: solid var(--arrow_Color);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* End */
#speedcouponcontainer #easybet_head.chead h1 {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
}

div#speedsearch {
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 19px;
  border-radius: 0 0 10px 10px;
}

#couponForm .eventNames {
  justify-content: center;
  align-items: center;
  text-align: center;
  width: auto;
  height: 33px;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}

div#speedsearch input#codeLenght {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}

div#speedsearch legend + label + label,
div#speedsearch legend + label + label + label {
  width: auto;
}

div#speedsearch legend {
  display: none;
}

div#speedsearch label {
  color: var(--bg_text);
  width: 100%;
}

div#speedsearch label .eventNames {
  color: var(--textColor3);
}

div#speedsearch label#lbl_SpeedInput a {
  right: 35px;
}

div#speedsearch #speedPalField,
.form_container #speedPalField {
  display: none;
}

div#speedsearch br,
.form_container br {
  display: none;
}

div#speedsearch input {
  margin-top: 0px;
  background: var(--table_row) !important;
  height: 30px;
  float: right;
  border: 1px solid var(--border-main);
  border-radius: 5px;
  position: relative;
  color: var(--border-main9) !important;
}

div#speedsearch input:focus {
  border-color: transparent;
}

div#speedsearch label .AlignText {
  margin-right: 2px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}

#easybet_event {
  display: block;
  line-height: 12px;
  white-space: normal;
  width: 150px;
}

/* Z */
#couponForm label#codeLenght_label {
  border: 1px solid var(--dropdown-border-color);
  border-radius: 4px;
  margin-left: 10px;
}

#speedOdds {
  position: absolute;
  padding: 10px 3px 10px 10px;
  width: 277px;
  height: 300px;
  z-index: 10;
  margin-top: 5px;
  margin-left: 2px;
  border-radius: 7px;
  border: 2px solid var(--border-main);
  background: var(--bgColor2);
  box-shadow: 0 0 20px var(--bg_color), 0 0 0px 2px var(--bg_color);
}

.theme1 #speedOdds .header th {
  background: var(--border-main4);
}

#speedOdds .table_wrapper {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 3px;
}

#speedOdds .table_wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background: var(--regola_gradiente3);
}

#speedOdds .table_wrapper::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
}

#speedOdds .table_wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--table_header);
}

#speedOdds .table_wrapper::-webkit-scrollbar-button {
  display: none !important;
}

#speedOdds .header th {
  color: var(--table_header_3);
  padding: 6px;
  background: var(--table_sub_header);
}

.theme1 #speedOdds .header th {
  color: var(--bg_text);
}

#speedOdds td {
  color: var(--textColorWhite);
  background: var(--table_row);
  height: 22px;
  text-align: center;
  width: 40%;
}

#speedOdds .selectedRowOdd td,
#speedOdds tr td a:hover {
  background: var(--textColorBg) !important;
  transition: all 0.2s ease-in-out;
}

#speedOdds .selectedRowOdd td a span,
#speedOdds tr td a:hover span {
  color: #000 !important;
}

#speedOdds td a {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #ffffff1f;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 500;
}

#speedOdds tr td a span {
  width: 50%;
  padding: 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#speedOdds tr td a span:first-of-type {
  border-right: 1px solid #ffffff1f;
}

.hiddenOdd {
  display: none;
}

div#speedsearch label#codeLenght_label {
  display: none;
}

/* speedOdds scrollbar */
#speedOdds::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background: var(--regola_gradiente);
}

#speedOdds::-webkit-scrollbar {
  width: 7px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#speedOdds::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--textColor);
}

.popup_easy_bet {
  width: 575px;
  height: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--bgColor2);
  border-radius: 7px;
  border: 2px solid #ffffff1f;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  resize: none;
  padding: 30px 26px;
  box-sizing: border-box;
}

.popup_easy_bet .easy_bet_close_btn {
  position: absolute;
  height: 30px;
  line-height: 5px;
  top: 0px;
  right: 5px;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
  background: none;
}

.popup_easy_bet .easy_bet_iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: relative;
}
/* end of popup */

@media (max-width: 991px) {
  .popup_easy_bet {
    width: 90%;
    height: 60%;
  }

  #tblSearch {
    overflow: auto;
  }
}
/* End */
