/*CSS HANDLER */
/*CSS HANDLER */
/* CSS HANDLER */

#center_column {
  position: relative;
}

#speedcouponcontainerMobileLeft {
  height: auto !important;
  width: auto;
  border-radius: 4px;
  margin-bottom: 10px;
}

/* Main container */
#speedcouponcontainerMobileLeft #easybet_containerLeft {
  border-radius: 12px !important;
  border: 2px solid rgba(var(--border_color), 0.12) !important;
}

/* Header */
#speedcouponcontainerMobileLeft #easybet_headLeft.cheadLeft {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 38px;
  padding: 0 10px;
  position: relative;
  background-color: var(--table_header);
  border-radius: 10px 10px 10px 10px;
  border-bottom: 2px solid rgba(var(--border_color), 0.12) !important;
}

#speedcouponcontainerMobileLeft.speedcouponcontainerMobileLeft_collapsed #easybet_headLeft.cheadLeft {
  border-radius: 10px;
  background: var(--table_row);
  border-bottom: none !important;
}

#speedcouponcontainerMobileLeft #easybet_headLeft.cheadLeft h1 {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
}


/* Collapse Button */
#speedcouponcontainerMobileLeft #easybet_headLeft #collapsingLeft {
  position: absolute;
  right: 7px;
  bottom: 9px;
  width: 20px;
  height: 20px;
  border-radius: 25px;
  border: 1px solid var(--textColorWhite);
  background: var(--textColorWhite);
  transition: 500ms ease;
}


/* Arrow icons */
#speedcouponcontainerMobileLeft .up-arrow::before {
  right: 1.3px;
  bottom: 4px;
  position: relative;
  content: "";
  border: solid var(--textColor2);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
}


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


/* Search Area */
#speedcouponcontainerMobileLeft div#speedsearchLeft {
  font-size: 12px;
  font-weight: normal;
  padding: 19px;
  margin: 0;
  border-radius: 0 0 10px 10px;
}


#speedcouponcontainerMobileLeft div#speedsearchLeft legend {
  display: none;
}


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


#speedcouponcontainerMobileLeft div#speedsearchLeft label .eventNamesLeft {
  color: var(--textColor);
}


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


#speedcouponcontainerMobileLeft div#speedsearchLeft input {
  margin-top: 0;
  float: right;
  width: 150px;
  height: 30px;
  padding: 5px;
  background: var(--table_row) !important;
  border: 1px solid rgba(var(--border_color), 0.12);
  border-radius: 5px;
  color: rgba(var(--border_color), 0.62) !important;
  box-sizing: border-box;
}


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


/* Event name */
#speedcouponcontainerMobileLeft #easybet_eventLeft {
  display: block;
  width: 150px;
  line-height: 12px;
  white-space: normal;
}


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


/* Hide unused elements */
#speedcouponcontainerMobileLeft #speedPalField,
#speedcouponcontainerMobileLeft .form_container br,
#speedcouponcontainerMobileLeft div#speedsearchLeft br,
#speedcouponcontainerMobileLeft div#speedsearchLeft label#codeLenght_labelLeft {
  display: none;
}


/* Checkbox */
#speedcouponcontainerMobileLeft #couponFormLeft label#codeLenght_labelLeft {
  border: 1px solid var(--dropdown-border-color);
  border-radius: 4px;
  margin-left: 10px;
}


/* Info icon */
#speedcouponcontainerMobileLeft div#speedsearchLeft label#lbl_SpeedInputLeft a {
  right: 35px;
  margin-top: 1px !important;
}

/* Speed Odds Popup */
#speedcouponcontainerMobileLeft #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 rgba(var(--border_color), 0.12);
  background: var(--mob_header);
  box-shadow: 0 0 20px var(--bg_color),
    0 0 0 2px var(--bg_color);
}


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


/* Scrollbar */
#speedcouponcontainerMobileLeft #speedOdds .table_wrapper::-webkit-scrollbar {
  width: 7px;
}

#speedcouponcontainerMobileLeft #speedOdds .table_wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--table_header);
}


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


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


#speedcouponcontainerMobileLeft #speedOdds td a {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 500;
}


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


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


#speedcouponcontainerMobileLeft #speedOdds .selectedRowOdd td {
  background: var(--textColor) !important;
}


#speedcouponcontainerMobileLeft #speedOdds .selectedRowOdd td a span {
  color: #000 !important;
}


#speedcouponcontainerMobileLeft .hiddenOdd {
  display: none;
}


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


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


#speedcouponcontainerMobileLeft .popup_easy_bet .easy_bet_iframe {
  width: 100%;
  height: 100%;
  border: none;
}


/* Desktop hover */
@media screen and (min-width:992px) {

  #speedcouponcontainerMobileLeft #easybet_headLeft #collapsingLeft:hover {
    background: var(--textColor);
  }

  #speedcouponcontainerMobileLeft #speedOdds tr td a:hover {
    background: var(--textColor) !important;
  }

  #speedcouponcontainerMobileLeft #speedOdds tr td a:hover span {
    color: #000 !important;
  }
}

#modaleclose a::before,
#modaleclose a::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 3px;
    width: 14px;
    height: 2px;
    background: #fff;
}

#modaleclose a::before {
    transform: rotate(45deg);
}

#modaleclose a::after {
    transform: rotate(-45deg);
}


/* Mobile */
@media screen and (max-width:991px) {

  .mobileSidebarAgencyMobileLeft {
    margin: 70px 3px 0;
  }

  .mobileSidebarAgencyMobileLeft #speedOdds {
    position: fixed !important;
    left: 50% !important;
    transform: translateX(-50.5%) !important;
    width: 98% !important;
  }

  #speedcouponcontainerMobileLeft .popup_easy_bet {
    width: 90%;
    height: 60%;
  }

  #tblSearch {
    overflow: auto;
  }

      #time_menu {
        margin-top: -55px !important;
        margin-bottom: 40px;
    }
}