.width-100 {
  width: 100%;
}

.width-50 {
  width: 50%;
}

.flex_5 {
  flex: .5 !important;
}

.color-gray {
  color: var(--bks-dark-color) !important;
}

.form-height {
  max-height: 36px;
  text-align: center;
  font-size: .9em;
}

.card-header.cash {
  padding: 0;
  overflow: hidden;
}

.cash button {
  font-size: 13px;
  font-weight: 600;
}

.cash button > span {
  color: var(--bks-primary-color);
  font-size: 13px;
  display: block;
}

.name-game {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.name-game > span {
  width: 75px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  margin: 0 5px;
  font-size: 12px;
  font-weight: 600;
  display: block;
  overflow: hidden;
}

.info-box-data {
  border-bottom: 1px solid #00000026;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 1em;
  display: flex;
}

.box-cart-sport {
  background: #f3f3f3;
  border-radius: 7px;
  margin-bottom: 10px;
  padding: 10px;
}

.box-cart-sport-content {
  background: #0000001a;
  border-radius: 3px;
  margin: 5px 0;
  padding: 6px;
}

.money-preset {
  border-top: 1px solid #0000001a;
  flex-direction: row;
  margin: 5px -5px 0;
  padding: 5px 5px 0;
  display: flex;
}

.money-preset > button.btn-value {
  color: var(--bks-primary-color);
  flex: 1;
  font-weight: bolder;
}

.money-import {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.insert-coin {
  max-width: 180px;
  align-items: center;
  display: flex;
}

.insert-coin label {
  opacity: .8;
  margin-right: 3px;
  font-size: 12px;
  font-weight: 600;
}

.insert-coin input, .insert-coin button {
  margin: 0 1px;
}

.insert-coin input {
  max-width: 60px;
  padding: .375rem 0;
}

.btns button {
  width: 100%;
  margin: 5px;
  padding: 8px 0;
  font-weight: 600;
}

.select-event {
  font-weight: 700;
}

.card-button button {
  margin: 2px;
}

.card-button {
  display: flex;
}

.header-system-game {
  background: #0000004d;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-system-game > div {
  text-align: center;
  width: 100%;
  color: #fff;
  min-width: 43px;
  border-left: 1px solid #dadada;
  flex: 1;
  padding: 5px 0;
  font-size: 13px;
  font-weight: 600;
}

.header-system-game > div:first-child {
  border-left: 0 solid #dadada;
}

.body-system-game {
  background: #00000012;
  border-top: 1px solid #dadada;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body-system-game > div {
  text-align: center;
  width: 100%;
  color: #212121;
  min-height: 40px;
  min-width: 43px;
  border-left: 1px solid #dadada;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 3px;
  font-size: 13px;
  display: flex;
}

.body-system-game > div > span {
  margin: 0 5px;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
}

.box-search-coupon {
  width: 100%;
  display: flex;
}

.input-search-coupon {
  width: 100%;
  position: relative;
}

.input-search-coupon i {
  position: absolute;
  top: calc(50% - 10px);
  left: 10px;
}

.input-search-coupon input {
  text-align: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 30px;
  padding-right: 5px;
}

.input-search-coupon input:focus {
  color: #212529;
  background-color: #fff;
  border-color: #00000045;
  outline: 0;
  box-shadow: 0 0 0 .25rem #34343440;
}

.box-search-coupon button {
  z-index: 1;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.no-coupon i {
  color: var(--bks-primary-color);
  font-size: 50px;
}

.no-coupon p {
  color: #666;
  margin-top: -13px;
  font-size: 18px;
  line-height: 1.2em;
}

.coupon-ok p, .coupon-reject p {
  color: #666;
  font-size: 18px;
  line-height: 1.2em;
}

.coupon-ok > div > i {
  color: green;
  font-size: 49px;
}

.coupon-reject > div > i {
  color: red;
  font-size: 49px;
}

.my-bets-card .ScoreCenterTabs-styles-tab-wrapper {
  margin-top: 0;
}

.betting-section-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.betting-section-header h3 {
  font-size: 15px;
  font-weight: bold;
  line-height: 1em;
}

.betting-section-header h3 > small {
  opacity: .7;
  font-weight: 600;
}

.button-betting-header a {
  color: #444;
  border: 1px solid;
  border-radius: 3px;
  margin: 2px;
  padding: 3px 5px;
  font-size: 13px;
}

.bet-info-container {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.betting-section-bet, .betting-section-total-win {
  align-items: center;
  display: flex;
}

.betting-winner {
  border-top: 5px solid green;
}

.betting-lose {
  border-top: 5px solid red;
}

.betting-pending {
  border-top: 5px solid orange;
}

.betting-void {
  border-top: 5px solid gray;
}

span.select2 {
  width: 100% !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  outline-offset: 0px;
  border: 1px solid #aaa;
  outline-color: #00000042;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--bks-primary-color);
  color: #fff;
}

.select2-results__option--selectable {
  cursor: pointer;
  font-size: 14px;
}

.checkbox-wrapper-50 {
  height: 36px;
  transform: scale(.7);
}

.checkbox-wrapper-50 *, .checkbox-wrapper-50 :before, .checkbox-wrapper-50 :after {
  box-sizing: border-box;
}

.checkbox-wrapper-50 .plus-minus {
  --primary: #c7112f;
  --secondary: #fafbff;
  --duration: .5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  transform-style: preserve-3d;
  perspective: 240px;
  width: 36px;
  height: 36px;
  border: 2px solid var(--primary);
  transform: scale(var(--scale, 1)) translateZ(0);
  -webkit-animation: var(--name, unchecked-50) var(--duration) ease forwards;
  animation: var(--name, unchecked-50) var(--duration) ease forwards;
  background-size: 300% 300%;
  border-radius: 50%;
  outline: none;
  margin: 0;
  transition: transform .3s;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(#c7112f, #c7112f);
}

.checkbox-wrapper-50 .plus-minus:before {
  content: "f";
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}

.checkbox-wrapper-50 .plus-minus:after {
  --height: 4px;
  --top: 12px;
  --background: var(--secondary);
  --name-icon-b: var(--name-icon-a, checked-icon-50);
}

.checkbox-wrapper-50 .plus-minus:active {
  --scale: .95;
}

.checkbox-wrapper-50 .plus-minus:checked {
  --name: checked-50;
  --name-icon-b: checked-icon-50;
  --name-icon-a: unchecked-icon-50;
  color: #fff;
}

@keyframes checked-icon-50 {
  from {
    transform: translateZ(12px);
  }

  to {
    transform: translateX(16px)rotateY(90deg)translateZ(12px);
  }
}

@keyframes unchecked-icon-50 {
  from {
    transform: translateX(-16px)rotateY(-90deg)translateZ(12px);
  }

  to {
    transform: translateZ(12px);
  }
}

@keyframes checked-50 {
  from {
    background-image: radial-gradient(ellipse at center, var(--primary) 0%, var(--primary) 25%, var(--secondary) 25.1%, var(--secondary) 100%);
    background-position: 100%;
  }

  to {
    background-image: radial-gradient(ellipse at center, var(--primary) 0%, var(--primary) 25%, var(--secondary) 25.1%, var(--secondary) 100%);
    background-position: 50%;
  }
}

@keyframes unchecked-50 {
  from {
    background-image: radial-gradient(ellipse at center, var(--secondary) 0%, var(--secondary) 25%, var(--primary) 25.1%, var(--primary) 100%);
    background-position: 100%;
  }

  to {
    background-image: radial-gradient(ellipse at center, var(--secondary) 0%, var(--secondary) 25%, var(--primary) 25.1%, var(--primary) 100%);
    background-position: 50%;
  }
}

.checkbox-wrapper-18 .round {
  position: relative;
}

.checkbox-wrapper-18 .round label {
  cursor: pointer;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: block;
}

.checkbox-wrapper-18 .round label:after {
  content: "";
  height: 6px;
  opacity: 0;
  width: 8px;
  border-top: none;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: none;
  position: absolute;
  top: 5px;
  left: 5px;
  transform: rotate(-45deg);
}

.checkbox-wrapper-18 .round input[type="checkbox"] {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.checkbox-wrapper-18 .round input[type="checkbox"]:checked + label {
  background-color: #66bb6a;
  border-color: #66bb6a;
}

.checkbox-wrapper-18 .round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

aside.styles-app-structure-aside {
  height: 100vh !important;
}

.coupon {
  margin: 1rem auto;
}

.coupon .card-body-inner {
  font-size: .9rem;
}

.coupon hr {
  margin: 2rem auto;
}

.btn-x:hover {
  color: var(--bks-primary-color);
  border: 1px solid var(--bks-primary-color);
}

.coupon-bet-row {
  height: 100%;
  margin: 0;
}

.badge-icon {
  position: relative;
}

.coupon .badge {
  width: 20px;
  height: 20px;
  border: 1px solid var(--bks-primary-color);
  background-color: var(--bks-white-color);
  color: var(--bks-primary-color);
  border-radius: 50%;
  position: absolute;
  top: -14px;
  left: 3px;
}

.info-box {
  width: 100%;
  background-color: #fff;
  border-radius: .25rem;
  margin-bottom: 1rem;
  padding: .5rem;
  display: flex;
  position: relative;
  box-shadow: 0 0 1px #00000020, 0 1px 3px #0003;
}

.coupon-active .info-box-header {
  color: var(--bks-light-color);
}

.coupon-bet-field {
  border: 1px solid var(--bks-light-gray);
  border-radius: var(--bks-border-radius);
  text-align: center;
  color: #000;
  width: auto;
  min-width: 40px;
  background-color: #e5e5e5;
  margin: 3px 6px 3px 0;
  padding: .2rem .5rem;
  font-size: .8rem;
  font-weight: 600;
}

.coupon-active .info-box {
  margin: 0 auto 1rem;
  padding: 0;
}

.coupon-active .info-box-header {
  background-color: var(--bks-primary-color);
  color: var(--white);
  border-radius: 0 .25rem 0 0;
}

.info-box-header > button {
  color: var(--bks-white-color);
  border-bottom: 2px solid #0000;
  border-radius: 0;
  margin-bottom: 0;
  border: 0 !important;
}

.info-box-header > button:hover {
  color: var(--bks-primary-color);
  background-color: var(--bks-white-color);
  border-bottom: 2px solid var(--bks-primary-color);
  transition: all .2s;
}

.info-box-header > button:focus {
  box-shadow: none;
}

.info-box-text-date, .info-box-text-competition {
  font-size: .7rem;
}

.coupon-active .info-box-content {
  width: calc(100% - 30px);
  border-radius: 0 .25rem 0 0;
  justify-content: flex-start;
  padding: 0;
}

.coupon-active .card-left-tag-live {
  writing-mode: vertical-rl;
  text-orientation: sideways-right;
  text-align: center;
  background-color: var(--bks-secondary-color);
  color: var(--bks-white-color);
  width: 30px;
  border-radius: .25rem 0 0 .25rem;
  padding: 0 4px;
}

.coupon-active .card-left-tag-sport {
  writing-mode: vertical-rl;
  text-orientation: sideways-right;
  text-align: center;
  background-color: var(--bks-primary-color);
  color: var(--bks-white-color);
  width: 30px;
  border-radius: .25rem 0 0 .25rem;
  padding: 0 4px;
}

.coupon-active .card-left-tag span {
  text-transform: uppercase;
  display: inline-block;
  transform: scale(-1);
}

.coupon-active .total-coupon {
  width: 100%;
  color: #000;
  background-color: #00000026;
  border-radius: 5px;
  margin: 1rem auto;
  padding: 1rem 0;
  font-size: 1.6rem;
  font-weight: 600;
}

.card-body-inner-values {
  margin: 1rem auto;
}

.card-body-inner-values .col {
  text-align: center;
  padding: 0;
}

.coupon-active .btn-value {
  background-color: var(--bks-light-color);
  color: var(--bks-dark-color);
  box-shadow: 0px 0px 3px rgba(var(--black-box-shadow-rgb), .12);
  border: 1px solid var(--bks-light-gray);
  width: 100%;
}

.coupon-active .btn-value:hover, .coupon-active .btn-value:active, .coupon-active .btn-value.active {
  background-color: var(--bks-primary-color);
  color: var(--bks-light-color);
  border: 1px solid #0000;
}

.coupon-active .card-body-inner-table {
  border: 1px solid var(--bks-light-gray);
  border-radius: var(--bks-border-radius);
  margin: 1rem .2rem;
}

.coupon-active .card-body-inner-table .row {
  border-bottom: 1px solid var(--bks-light-gray);
  margin: 0 auto;
}

.coupon-active .card-body-inner-table .row:last-child {
  border-bottom: none;
}

.coupon-active .card-body-inner-table .row .col {
  border-right: 1px solid var(--bks-light-gray);
}

.coupon-active .card-body-inner-table .row .col:last-child {
  border-right: none;
}

/*# sourceMappingURL=index.ab6a765b.css.map */
