.multiple-container {
  display: flex;
  position: relative;
  align-items: baseline;
  background-color: #676767;
  border-bottom: 1px solid #474747;
  color: #fff;
  font-size: 15px;
  height: 45px;
}

.multiple-container .multiple-left {
  flex: 1 1 0%;
  padding-left: 10px;
  color: #fff;
}

.multiple-right {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 1px;
  color: #fff;
}

.multiple-left {
  flex: 1 1 0%;
  display: flex;
  align-items: center;
}

.placed_bet_row-middle .BS_odd_value {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 4px;
}

.placed_bet_row-middle {
  display: flex;
  flex-direction: column;
/*  padding: 0 5px;*/
  align-items: center;
  align-items: end;
/*  min-width: 50px;*/
  width: 100%;
  margin: 5px 0 0 0;
}

.place-bet-input {
  text-align: center;
  outline: none;
  background-color: #f0f0f0;
  font-size: 15px;
  margin-bottom: 1px;
  border-radius: 0px;
  border-image: initial;
  text-align: right;
  text-shadow: 0 0 0 #666;
  height: 33px;
  opacity: 1;
  border-bottom: 2px solid rgb(117, 117, 117);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu,
    Arial, sans-serif;
  padding: 0;
  border: none;
  width: 85px;
  padding: 4px 0;
}

.return-amount-container {
  display: grid;
  grid-template-columns: 1fr 35px;
  grid-template-rows: 30px;
  align-items: center;
  color: #fff;
  font-size: 11px;
}

.place-bet-return-amount {
  margin-left: 2px;
}

.place-bet-input:focus {
  box-shadow: inset 0 -2px 0 0 #888;
}

.placed_bet_row-right {
  display: flex;
  flex-direction: column;
/*  padding-right: 10px;*/
}

.bet_slip_wrapper {
  width: 100%;
  background-color: #303030;
  box-sizing: border-box;
}

#max-posw-container,#parlay-bonus-container {
  padding: 10px;
  background-color: #676767;
  display: flex;
  justify-content: flex-start;
  color: #fff;
  font-size: 11px;
}

#max-posw-amount {
  margin-left: 3px;
}

.betslip_button_bar *,
.betslip_clear_bar * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.betslip_button_bar,
.betslip_clear_bar {
  float: left;
  width: 100%;
  height: auto;
  color: #fff;
  background-color: #272727;
}

.betslip_button_bar {
  /*margin-bottom:4px;*/
  border-bottom: 1px solid #171717;
}

.system-played-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 35px;
  background-color: #d8d8d8;
  padding: 0 3px;
  color: #666666;
  font-size: 11px;
}

.betslip-util-btns {
  font-size: 11px;
  cursor: pointer;
  color: #f3f3f3;
  user-select: none;
  text-align: center;
  padding: 12px;
  background: border-box;
  border: 1px solid #4f4f4f;
  border-radius: 2px;
}

.betslip-util-btns:not(:last-child) {
  border-right: 1px solid dimgrey;
}

.betslip-util-btns:hover {
  background: #0ac0d8;
  transition: 0.3s;
}

#pin-betslip[pinned="true"] {
  background: #ffdd408f;
}

.betslip_clear_bar {
  float: left;
  height: auto;
  color: #fff;
}

.betslip_clear_bar {
  border-bottom: 1px solid #171717;
}

#bookbet-retrive-btn {
  float: right;
  color: #ffffff;
  font-size: 11px;
  padding: 8px;
  border-left: 1px solid #39626d;
  cursor: pointer;
  border: 1px solid #2a4866;
  margin: 0px 4px;
}

#bookbet-retrive-btn:hover,
#Clear_BetSlip_Btn:hover {
  background: #31606d;
  transition: 0.4s;
}

#bookbet-content-binder {
  display: flex;
  width: 99%;
  border: 2px solid #3b7382;
  border-radius: 3px;
  display: none;
}

#bookbet-input-binder {
  width: 90%;
}

#bookbet-sbmt-binder {
  width: 10%;
}

#bookbet-sbmt-binder > .fa-arrow-right {
  width: 100%;
  height: 32px;
  background: #0c97a9;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  color: #3c3c3c;
}

#Clear_BetSlip_Btn {
  float: right;
  line-height: 30px;
  font-size: 11px;
  cursor: pointer;
  color: #eee;
  user-select: none;
  text-align: center;
  padding: 10px;
  background: #3b7382;
  border-left: 1px solid #39626d;
}

#quickbet-content-binder {
  display: none;
  grid-template-rows: 1fr auto;
  width: 100%;
}

#quickbet-search-area {
  display: grid;
  grid-template-columns: 20% 1fr;
  justify-content: center;
  align-items: center;
  border-top: 1px solid dimgrey;
}

#coupon-fixtures {
  height: 100%;
  padding: 0px;
  text-align: center;
}

#coupon-fixtures > i.fa {
  line-height: 64px;
  font-size: 15px;
}

#quickbet-search-inp-area > div:nth-child(1) {
  border-bottom: 1px solid #696969;
}

.slip_content {
  float: left;
  width: 100%;
  min-height: 60px;
  color: #666;
  text-align: center;
  font-size: 11px;
  border-bottom: 1px solid #474747;
  background-color: #d8d8d8;
}

.betslip-inputs {
  width: 100%;
  height: 30px;
  text-indent: 5px;
  background: #ffffff;
  cursor: pointer;
  color: #616161;
  border: 0px;
  outline: none;
}

.alert-error-message {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 10px;
  font-size: 11px;
}

.quickbet-match-search-sel {
  background: #03536e;
  padding: 5px 10px;
  color: #ddd;
  cursor: pointer;
}

.quickbet-match-search-teams {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #116480;
  padding: 3px 0px;
  color: #94b6c1;
}

.quickbet-match-search-champ {
  font-style: italic;
  padding: 5px 0px;
  font-size: 10px;
  color: #e8e8e8;
}

.quickbet-match-search-sel:hover {
  background: #03536ec7;
  transition: 0.2s;
}

.quickbet-match-search-sel:not(:last-child) {
  margin-bottom: 2px;
}

.betslip-inputs[disabled] {
  background: #ffffffc9;
  cursor: no-drop;
}

#bookbet-retrive-input {
  width: 100%;
  height: 30px;
  text-indent: 5px;
  background: #ffffff;
  cursor: pointer;
  color: #4b4b4b;
  border: 0px;
  outline: none;
}

#play_msg {
  margin: 20px 5px 20px 5px;
}

#BetSlipBtn {
  float: left;
  width: 50%;
  height: 30px;
  line-height: 30px;
  font-size: 11px;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  background-color: #4d585d;
  border-right: 1px solid #272727;
  border-bottom: 1px solid #f1c40f;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

#CashOutBtn {
  float: left;
  width: 50%;
  position: relative;
  height: 30px;
  text-align: center;
  line-height: 30px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 11px;
  /*font-family: arial;*/
  background-color: #4d585d;
}

#SingleBetTab,
#MultiBetTab,
#SystemBetTab {
  float: left;
  width: 33.33333333%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  box-sizing: border-box;
  cursor: pointer;
}

#SingleBetTab,
#MultiBetTab {
  border-right: 1px solid #171717;
}

#SingleBetTab:hover,
#MultiBetTab:hover,
#SystemBetTab:hover {
  /* border-bottom: 1px solid #f1c40f; */
}

#SingleBetTab > span,
#MultiBetTab > span,
#SystemBetTab > span {
  float: left;
  width: 100%;
  height: 100%;
}

.enabled_tab_menu {
  opacity: 1;
  cursor: pointer;
}

.disable_tab_menu {
  opacity: 0.5;
  cursor: default;
}

.Active_BetSlipTab::after {
  content: "";
  display: block;
  left: 50%;
  margin-left: 41%;
  margin-top: 19px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #1d1d1d;
}

.BetSlipTab_inactive::after {
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}

#betslip-fullscreen-container {
  width: 100%;
  height: 100vh;
  cursor: pointer;
}

#Place_Bet_Btn,
#Place_Bet_Process,
#Accept_Changes_Btn,
#Place_booking_Btn,
#Place_Bet_Btn_Bonus {
  float: right;
  position: relative;
  width: 100%;
  height: 45px;
  text-align: center;
  background-color: #14805e;
  color: #fff;
  font-size: 13px;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#Place_Bet_Btn:hover,
#Place_Bet_Btn_Bonus:hover {
  background-color: #494949;
  transition: 0.4s;
}

#btn_stake_Bonus {
  color: gold;
}

#Place_Bet_Btn span {
  color: #fff;
}

.delay-spinner {
  background: url(/login/livebet/images/ajax-loader.gif) no-repeat center
    center/20px 20px;
  height: 20px;
  width: 20px;
  margin-left: 5px;
}

#Place_Bet_Process {
  display: none;
}

#Accept_Changes_Btn {
  display: none;
  background-color: #104433;
  color: #fff;
}

label {
  display: inline;
  cursor: pointer;
}

#accept_any,
#accept_any_confirm,
#retdelcheck {
  display: inline;
  vertical-align: middle;
}

.accept_changes_option {
  float: left;
  width: 100%;
  min-height: 30px;
  line-height: 30px;
  /*font-weight: 700;*/
  user-select: none;
  background: #d8d8d8;
  color: rgb(59, 53, 53);
  padding: 5px 0px;
}

.bet_stake,
.bet_cost,
.bet_winnings,
.bet_stiles {
  width: 100%;
  height: 20px;
  padding: 5px;
  float: left;
  /*color: #000;*/
  box-sizing: border-box;
  font-size: 11px;
  /*    font-family: arial;*/
}

.bet_winnings {
  margin-bottom: 10px;
}

.bet_stake {
  margin-bottom: 10px;
}

.stake_lbl,
.total_bets_info_row,
.multibet_total_stake {
  float: left;
  width: auto;
  height: 100%;
}

.total_bets_info_row,
.multibet_total_stake {
  width: 100%;
  color: #F5B925;
  font-weight: bold;
  height: 20px;
  text-indent: 5px;
  line-height: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.right_align_stake,
.right_align_stiles {
  float: right;
  width: auto;
  height: 100%;
}

.right_align_stiles {
  margin-right: 10px;
}

#bet_stake_inp {
  width: 60px;
  height: 16px;
  text-align: right;
}

.stake_lbl {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.star {
  position: relative;
  float: left;
  margin-top: 4px;
  margin-left: -5px;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
}

.disabled_slip {
  background-color: #324354 !important;
}

.blocked_selection {
  background-color: #304e4e !important;
}

.disabled_bet_row {
  box-shadow: inset 3px 0 0 0 #c75d5d;
}
.disabled_bet_row>div{
  opacity:0.5
}

.locked_ico,
.locked_odd {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  background-image: url(/login/livebet/images/small_lock.png);
  float: left;
  padding-right: 10px;
  background-repeat: no-repeat;
}

.locked_odd {
  background-image: url(/login/livebet/images/wait_odd.png);
}

#coupon-head {
  height: 53px;
  background-color: #fff;
}

#system_wrapper {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  line-height: 40px;
  /*background-color: #303030;*/
  /* border-color: #ebccd1;
  border-left: 4px solid #a94442; */
  font-weight: 700;
  box-sizing: border-box;
}

.system_title {
  position: relative;
  float: left;
  width: 100%;
  height: 40px;
  padding: 1px 0px;
  line-height: 40px;
  color: #fff;
  border-top: 1px solid #545454;
  font-size: 14px;
  font-family: Arial;
}

.system_rows {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 1px 0px;
  margin-bottom: 5px;
}

.individual_system_row {
  background-color: #676767;
  border-bottom: 1px solid #c7c7c7;
  display: flex;
  align-items: flex-start;
  height: 45px;
  position: relative;
}

.bottom-info-container-stake,
.bottom-info-container-posw {
  font-weight: 700;
  color: #4e4e4e;
  font-size: 15px;
}

.bottom-info-container {
  background-color: #d8d8d8;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

.bottom-info-container > * {
  padding: 5px 10px;
}

.system-row-left {
  flex: 1 1 0%;
  display: flex;
  align-items: center;
  padding: 10px;
}

.system-row-right {
  display: flex;
  align-items: center;
  gap: 5px;
}

.system-row-stiles,.multi-stiles {
  color: #fff;
  font-size: 15px;
  margin-right: 5px;
}

.combo-title {
  color: #fff;
  font-size: 15px;
}

.standard_b {
  height: 18px;
  width: 25px;
  background-color: #2a2a2a;
  border: 1px solid #f1c40f;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 12px;
  display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.system_text {
  height: 16px;
  color: #fff;
}

.error_row,
.info_row {
  position: relative;
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  border-left: 4px solid #a94442;

  font-weight: 700;
  text-indent: 10px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}

.multibet-total-stake {
  margin-left: 5px;
}

.placed_bet_row {
  display: flex;
  float: left;
  width: 100%;
  background-color: #676767;
  border-bottom: 1px solid #474747;
  color: #fff;
  cursor: default;
  padding-bottom: 5px;
  position: relative;
  min-height: 65px;
}

.betslip-mobile-delete-indicator {
  background-color: #14805e;
  position: absolute;
  height: 72px;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: bold;
  display: none;
}

.placed_bet_row-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 3px;
  max-width: 50%;
}

.place-bet-return-amount {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 11px;
  color: #fff;
  height: 18px;
}

.placed_bet_row:not(.disabled_bet_row) *::selection {
  background: #fff;
}

.placed_bet_row:not(.disabled_bet_row) *::-moz-selection {
  background: #fff;
}

.BS_match_name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.BS_remove_Btn {
  font-size: 14px;
  padding: 4px 8px;
  cursor: pointer;
  color: #fff;
  display: flex;
}

.BS_odd_selection {
  max-width: 220px;
  text-align: left;
  font-weight: 400;
  font-size: 11px;
  color: #fff;
}

.BS_odd_outcome {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #fff;
  max-width: 252px;
  font-weight: 400;
}

.BS_odd_value,
.BS_odd_value_USF {
  float: right;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 4px;
}

.odd_fluctuation {
  float: right;
  margin-right: 6px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.betslip-bb-titles-wrapper {
  flex: 1;
}

.betslip-bb-bb {
  font-weight: 700;
  font-size: 13px;
  color: #FFEB3B;
}

.show_up_arrow {
  background: url(/login/livebet/images/OddUP.png) center 6px/8px 8px no-repeat;
}

.show_down_arrow {
  background: url(/login/livebet/images/OddDOWN.png) center 6px/8px 8px
    no-repeat;
}

.Show_No_Comb {
  position: relative;
  float: left;
  width: 22px;
  height: 19px;
  background: url(/login/livebet/images/nocomb.png) center center/16px 16px
    no-repeat;
  display: none;
}

#bet_num {
  /*visibility: hidden;*/
  font-size: 9px;
  /*font-family: 'Sedgwick Ave', cursive;*/
}

/* Standard buttons in system */
.standard_btn {
  position: absolute;
  float: left;
  width: 20px;
  height: 20px;
  top: 20px;
  left: 5px;
  display: block;
  /*margin: 5px auto;*/
  padding: 0;
  overflow: hidden;
  border-width: 0;
  outline: none;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  /*background-color: #2ecc71;*/
  background-color: #185633;
  color: black;
  -webkit-text-fill-color: #b4b4b4;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #b4b4b4;
  font-size: 11px;
  font-family: "Sedgwick Ave", cursive;
  line-height: 24px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.active_standard {
  background-color: #27ae60;
  border: 1px solid #68db98;
  font-size: 13px;
  line-height: 22px;
  -webkit-text-fill-color: #fff;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.standard_btn:hover,
.standard_btn:focus {
  background-color: #27ae60;
}

.standard_btn > * {
  position: relative;
}

.standard_btn span {
  display: block;
  padding: 12px 24px;
}

.standard_btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  padding-top: 0;
  border-radius: 100%;
  background-color: rgba(236, 240, 241, 0.3);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.standard_btn:active:before {
  width: 120%;
  padding-top: 120%;
  transition: width 0.2s ease-out, padding-top 0.2s ease-out;
}

#betslip_submission_results {
  position: relative;
  float: left;
  width: 100%;
  font-size: 12px;
  height: auto;
  min-height: 150px;
  background-color: #1d1d1d;
  color: white;
}

.result_info {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
  font-size: 14px;
  color: #2ecc71;
  text-align: center;
}

#send-email-btn,
#send-sms-btn,
#return_btn {
  position: relative;
  float: left;
  bottom: 10px;
  width: 96%;
  height: 35px;
  line-height: 26px;
  left: 2%;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  background-color: #3b7382;
  color: #ffffff;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 5px;
}

#return_btn {
  background-color: #f1c40f;
  color: #000;
}

#send-sms-areabinder {
  width: 97%;
  height: 30px;
  border: 2px solid #3b7382;
  border-radius: 3px;
  margin: 0 auto 5px;
  display: none;
  margin-bottom: 3px;
}

#send-email-areabinder {
  display: none;
  width: 97%;
  height: 30px;
  border: 2px solid #3b7382;
  border-radius: 3px;
  margin: 3px auto;
}

#mobilePrefixSelector {
  background: #484747;
  width: 100%;
  border: 0;
  position: relative;
  height: 30px;
  margin-top: -10px;
  cursor: pointer;
  color: #b3b3b3;
}

#sms-mobilePref-binder:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #d6d6d6;
  position: absolute;
  top: 40%;
  right: 4px;
  content: "";
  z-index: 102;
}

#phoneNumHid {
  width: 65%;
  background: #484747;
  border: 0px;
  color: #b3b3b3;
  text-indent: 10px;
  cursor: pointer;
  outline: none;
}

#userMail {
  width: 100%;
  background: #484747;
  border: 0px;
  color: #b3b3b3;
  text-indent: 10px;
  cursor: pointer;
  outline: none;
  padding: 10px 0;
  border-right: 1px solid #5d5b5b;
}

#send-sms-sbmtBtn,
#send-email-sbmtBtn {
  width: 10%;
  text-align: center;
  font-size: 13px;
  padding: 8px 7px;
  background: #484747;
  border-left: 1px solid #5d5b5b;
  color: #b3b3b3;
  cursor: pointer;
}

#sms-mobilePref-binder {
  width: 20%;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
  border-right: 1px solid #5d5b5b;
  cursor: pointer;
}

#return_reset {
  position: relative;
  float: left;
  bottom: 10px;
  width: 96%;
  height: 35px;
  line-height: 26px;
  left: 2%;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  background-color: #3498db;
  color: #fff;
  box-sizing: border-box;
  cursor: pointer;
}

.error_msg {
  color: #c0392b;
}

#wrap_del {
  position: relative;
  float: left;
  margin-bottom: 20px;
  width: 96%;
  height: 20px;
  left: 2%;
  color: white;
}

#overlay_bets {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000059;
  /* background: rgba(0, 0, 0, 0.4) url(/login/livebet/images/Overlay_Rolling.svg) center center/64px 64px no-repeat; */
  z-index: 1000;
  display: none;
}

.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  line-height: 1.75em;
  z-index: 2000;
}

.popup-inner h2 {
  font-size: 25px;
  color: #262626;
  line-height: 20px;
  margin-bottom: 20px;
}

.popup-inner {
  max-width: 400px;
  width: 70%;
  padding: 10px;
  position: absolute;
  font-size: 18px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
  border-radius: 3px;
  background: #fff;
  margin-top: 90px;
}

.popup-inner p {
  font-size: 14px;
  line-height: 19px;
}

.popup-close {
  width: 19px;
  height: 19px;
  display: inline-block;
  position: absolute;
  text-decoration: none;
  top: 0px;
  right: 0px;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: rgba(200, 200, 200, 0.8);
  font-family: Arial, Sans-Serif;
  font-size: 19px;
  text-align: center;
  line-height: 100%;
  color: #000;
  z-index: 2000;
}

.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: rgba(180, 180, 180, 1);
  text-decoration: none;
}

#slip_idle {
  position: relative;
  float: left;
  width: 100%;
  height: 118px;
  text-align: center;
  background-color: #676767;
  line-height: 118px;
  color: #fff;
  font-size: 12px;
}

#wrapBetCosts {
  height: auto;
  color: #fff;
  background-color: #3c3c3c;
  position: relative;
  float: left;
  font-size: 10px;
}

#internal_slip_wrapper {
  float: left;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background-color: #d8d8d8;
  max-height: 69vh;
  overflow: auto;
  overflow-x: hidden;
}

#betslip-general-btnarea {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, 40px);
  justify-content: end;
  text-align: center;
}

.betslip-util-btns {
  font-size: 11px;
  cursor: pointer;
  color: #f3f3f3;
  user-select: none;
  text-align: center;
  padding: 9px;
  background: border-box;
  border: 1px solid #616161;
  border-radius: 2px;
}

.betResInfo {
  width: 98%;
  height: auto;
  position: relative;
  float: left;
  padding: 10px 0;
  margin: 0 0 21px 1%;
  line-height: 30px;
  text-align: center;
  color: white;
}

.betslip-bb-binder {
  display: grid;
  grid-template-rows: 2fr;
  height: auto;
  color: #fff;
}

.betslip-bb-info-binder {
  display: flex;
  width: 100%;
  flex-flow: column;
}

.betslip-bb-title,
.betslip-bb-event {
  text-align: left;
}

.betslip-bb-markets-binder {
  padding: 0px 15px;
}

.betslip-market-row {
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: center;
}

.betslip-market-row-info {
  display: flex;
  flex-flow: column;
  border-top: 1px solid #c7c7c7;
}

.betslip-market-row-info > div:nth-child(1),
.betslip-market-row-info > div:nth-child(2) {
  height: 20px;
  line-height: 20px;
  text-align: left;
  padding: 0px 5px;
}

.betslip-separator {
  width: 100%;
  height: 1px;
  background: #a7a7a7;
}

.betslip-bb-value {
  height: 30px;
  line-height: 30px;
  text-align: right;
  padding: 0px 10px;
}

.betslip-market-row:last-child > .betslip-market-row-info {
  border-bottom: 1px solid #c7c7c7;
}

.betslip-bb-title {
  font-size: 12px;
  display: flex;
  align-items: center;
}

.slip-resinfo-bb-selection-row {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
}

.resinfo-bb-selname,
.resinfo-bb-prediction {
  font-size: 11px;
  text-align: left;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
}

.slip-resinfo-bb-markets {
  padding: 0px 10px;
}

.slip-resinfo-bb-selection-row > div:nth-child(2) {
  border-top: 1px solid #a7a7a7;
}

.slip-resinfo-bb-selection-row:last-child > div:nth-child(2) {
  border-bottom: 1px solid #a7a7a7;
}

.slip-resinfo-bb-selection-row > div:nth-child(1) {
  color: #757575;
  font-size: 10px;
}

.odd-has-changed {
  background-color: #104433 !important;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.toggle-combo {
  display: flex;
  align-items: center;
}

.arrow-right {
  height: 13px;
  width: 13px;
  background-color: #fff;
  -webkit-mask: url("../images/arrow-right.svg") no-repeat center;
  mask: url("../images/arrow-right.svg") no-repeat center;
  background-size: contain;
  margin-left: 5px;
}

.success-tick {
  height: 35px;
  width: 35px;
  background-color: #fff;
  -webkit-mask: url("../images/success-tick.svg") no-repeat center;
  mask: url("../images/success-tick.svg") no-repeat center;
  background-size: contain;
  margin: 0 5px;
}
.fail-icon{
  height: 35px;
  width: 35px;
  background-color: #888;
  -webkit-mask: url("../images/fail-icon.svg?v=1.00") no-repeat center;
  mask: url("../images/fail-icon.svg?v=1.00") no-repeat center;
  background-size: contain;
  margin: 0 5px;
}
.betslip_top_header-bet-success {
  background-color: #14805e;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 75px;
  font-size: 17px;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.isFailed{
  background-color: #333333;
}

.betslip_top_header-bet-success-retain-selections {
  cursor: pointer;
  font-size: 13px;
  margin-left: 5px;
  color: #fff;
}

.betslip_top_header-bet-success-retain-selections:hover {
  color: #fff;
}

.betslip_top_header-bet-success-info, .betslip_top_header-bet-fail2-info {
  display: flex;
}

.betslip_top_header-bet-ok {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 15px;
}

.betslip_top_header-bet-ok:hover {
  color: #fff;
}

.betslip_top_header-bet-details-betnum,.betslip_top_header-bet-details-betnum-failed,.betslip_top_header-bet-details-betnum-cp {
  font-size: 11px;
  color: #fff;
  word-break: break-all;
}
.betslip_top_header-bet-details-betnum-failed {
  color: #ff5722;
}
.betslip_top_header-bet-details-betnum-cp{
  color: #ff8522;
}
.betslip_top_header-bet-details {
  flex: 1;
}

.rotateArrow {
  transform: rotate(-90deg);
}

.extended-slip_content {
  height: 170px;
}

.modal-keyboard-container {
  position: absolute;
  background-color: #14805e;
  height: 110px;
  width: 100%;
  bottom: 0;
}

.modal-keyboard-container::after {
  content: "";
  width: 0px;
  height: 0px;
  right: 28px;
  border-bottom: 8px solid #474747;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: -8px;
}

.modal-keyboard-container-numbers {
  display: flex;
  border-bottom: 1px solid rgb(136, 136, 136);
}

.modal-keyboard-container-number {
  height: 55px;
  width: 10%;
  color: #fff;
  border-right: 1px solid rgb(136, 136, 136);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.modal-keyboard-container-backspace {
  background: url("../images/bs-keyboard.svg?s");
  background-repeat: no-repeat;
  background-position: center;
}

.modal-keyboard-container-extra {
  display: flex;
}

.zopim {
  bottom: 60px !important;
}

.modal-keyboard-container-extra > * {
  width: 30%;
  height: 55px;
  border-right: 1px solid rgb(136, 136, 136);
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-keyboard-container-dot {
  color: #ddd;
  font-size: 16px;
}

.modal-keyboard-container-ok {
  color: #ddd;
  width: 40%;
  font-size: 15px;
  z-index: 99999;
}

#betslip_container {
  margin: 0;
  position: fixed;
  bottom: 0;
  width: 450px;
  z-index: 100;
  bottom: 10px;
  left: calc(50% - 225px);
  bottom: 30px;
  display: flex;
  flex-direction: column;
}

.betslip_top_header {
  display: flex;
  height: 45px;
  align-items: center;
  border-bottom: 1px solid #474747;
  background-color: #14805e;
  border-radius: 5px 5px 0px 0px;
}

.betslip_top_header > div {
  height: 100%;
}

.betslip_top_header-close_btn {
  font-size: 19px;
  color: #fff;
  cursor: pointer;
  padding: 0 5px;
  border-left: 1px solid #474747;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
}

.betslip_top_header-left {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0px 0px 0px 5px;
}

.betslip_top_header-bets_count {
  border-radius: 50%;
  color: rgb(0, 0, 0);
  background: #fff;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 24px;
  margin-right: 6px;
}

.betslip_top_header-betslip {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #444444;
  line-height: 22px;
  border-radius: 5px 5px 0px 0px;
}

.betslip_top_header-betslip-title {
  color: #fff;
  line-height: 23px;
  font-size: 16px;
}

.betslip_top_header-betslip-edit-modal {
  color: #fff;
  line-height: 14px;
  font-size: 13px;
  display: none;
}

.betslip-login-btn {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 15px 0px 0px;
}

.betslip-balance {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 15px 0px 0px;
}

#betslip-mode-modal {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 10;
  background-color: #e4e4e4;
  width: 200px;
}

#betslip-mode-modal > div {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  padding: 0px 15px 0px 11px;
  border-top: 1px solid rgb(204, 204, 204);
  border-bottom: 1px solid transparent;
  line-height: 43px;
  font-size: 14px;
  cursor: pointer;
  height: 43px;
  background-color: rgb(255, 255, 255);
  color: black;
}

.active-betslip-mode::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 3px;
  height: 43px;
  display: block;
  background: #F5B925;
}

.betslip-second-header {
  position: relative;
  font-weight: 400;
  padding: 0px 10px;
  margin: 0;
  font-size: 14px;
  height: 45px;
  background-color: #676767;
  border-bottom: 1px solid #474747;
}

.betslip-banker-row {
  user-select: none;
  background-color: #fff;
  color: #666;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  align-self: center;
}

@media (hover: hover) {
  .betslip-banker-row:hover {
    cursor: pointer;
    background-color: #009aad;
    color: #fff;
  }
}

.active-betslip-banker-row {
  background-color: #009aad;
  color: #fff;
}

.betslip-second-header-btn {
  font-size: 13px;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#clear-betslip-btn {
  justify-content: flex-start;
  white-space: nowrap;
  margin-right: auto;
}

.betslip-second-header {
  display: flex;
}

.betslip-balance {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.toggle-combo {
  padding: 10px;
  background-color: #676767;
  border-bottom: 1px solid #474747;
  cursor: pointer;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 768px) {
  .betslip_top_header-betslip-edit-modal {
    display: block;
  }

  /*.betslip-second-header {
    display: none;
  }*/

  #betslip_container {
    width: 100%;
    left: 0;
    bottom: 0;
  }

  .placed_bet_row-left-left {
    display: none;
  }

  .BS_match_name {
    max-width: 180px;
  }

  .place-bet-input {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .BS_odd_outcome {
    font-size: 13px;
  }

  .slip_content {
    overflow-x: hidden;
  }
}

.hidden {
  display: none;
}
.btn-max-bet{
  border-radius: 0;
  border: 0;
  margin-bottom: 4px;
  background-color: #ffd200;
  cursor: pointer;
  font-weight: bold;
  width: 100%;
  margin-bottom: 1px;
  height: 41px;
  text-wrap: wrap;
  width: 100%;
}
.btn-max-bet[system_type_numeric],.multiMaxbet{
  width: 20%;
}

.place-bet-input-single:not([system_type_numeric]){
  width: 85px;
  font-size: 16px;
  text-align: center;
  margin-right: 1px;
}
.system-row-right{
  gap: 1px;
  justify-content: end;
}
.multiple-right{
/*  display: flex;*/
/*  flex-direction: column;*/
  gap: 1px!important;
}
