.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table th,
.table td {
  text-align: left;
  font-weight: normal;
}
.table th {
  padding: 6px;
}
.table td {
  padding: 0 6px;
}
.table .bold {
  font-weight: bold;
}
.table .f-center {
  text-align: center;
}
.table .f-right {
  text-align: right;
}
.table .f-numeric {
  font-variant-numeric: tabular-nums;
}
.table-bordered tbody tr {
  border-bottom: 1px solid transparent;
}
.table-bordered td {
  padding-top: 3px;
  padding-bottom: 3px;
}
.table-col-bordered td {
  border-right: 1px solid transparent;
}
.table-col-bordered td:last-child {
  border-right: none;
}
.table-default {
  background: #ffffff;
  border: 1px solid;
  border-color: #d4d4d9 #d4d4d9 #afafb3 #d4d4d9;
}
.table-default thead tr {
  background-color: #ededf2;
  border-bottom: 1px solid #d4d4d9;
}
.table-default td {
  border-color: #afafb3;
}
.table-default tfoot tr,
.table-default .table-footer {
  background-color: #ededf2;
}
.table-default tbody tr {
  border-color: #afafb3;
}
.table-default tr:first-child td {
  padding-top: 6px;
}
.table-default tr:last-child td {
  padding-bottom: 6px;
}
.table-default .table-row-striped {
  background-color: #fafaff;
}
.table-no-shadow {
  border: 1px solid #d4d4d9;
}
.table-no-border {
  border: none;
}
.table-inverted {
  background: #323233;
  color: #ffffff;
}
.table-inverted thead tr {
  color: #afafb3;
}
.table-inverted td {
  border-color: #4b4b4d;
}
.table-inverted tbody tr {
  border-color: #5e5e5e;
}
.table-inverted .table-row-striped {
  background-color: #252526;
}
.table-large th {
  font-weight: bold;
}
.table-large tbody tr:nth-child(odd) {
  background-color: #ededf2;
}
.table-large td,
.table-large th {
  padding: 12px;
}
.table-default.table-striped tr:nth-child(even) {
  background-color: #fafaff;
}
.table-inverted.table-striped tr:nth-child(even) {
  background-color: #252526;
}
.table-default.table-large,
.table-inverted.table-large {
  border: none;
}
.table-default.table-large th,
.table-inverted.table-large th {
  font-weight: bold;
}
.table-default.table-large thead tr,
.table-inverted.table-large thead tr {
  background-color: #fafaff;
  border: none;
}
.table-default.table-large tbody tr:nth-child(odd),
.table-inverted.table-large tbody tr:nth-child(odd) {
  background-color: transparent;
}
.table-default.table-large td,
.table-inverted.table-large td,
.table-default.table-large th,
.table-inverted.table-large th {
  padding: 12px;
}

/* stylelint-disable selector-max-specificity */
.btn-group {
  font-size: 0;
  letter-spacing: 0;
  padding-left: 0;
}
.btn-group .btn-label .btn,
.btn-group .btn {
  margin-left: 0;
}
.btn-group .btn-label:first-child:not(:last-child) .btn,
.btn-group .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group .btn-label + .btn-label:not(:last-child) .btn,
.btn-group .btn + .btn:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background-clip: initial;
}
.btn-group .btn + .btn:last-child,
.btn-group .btn-label + .btn-label:last-child .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .btn.btn-default:only-child {
  border: none;
}
.btn-group .btn-default:not(:first-child):not(:last-child) {
  border-right: 2px solid #e1e1e5;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background-clip: initial;
}
.btn-group .btn-default:first-child {
  border-right: 2px solid #e1e1e5;
  border-left: none;
  background-clip: initial;
}
.btn-group .btn-default:last-child {
  border-right: none;
  background-clip: initial;
}
.btn-group .btn.btn-inverted:only-child {
  border: none;
}
.btn-group .btn-inverted:not(:first-child):not(:last-child) {
  border-right: 2px solid black;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background-clip: initial;
}
.btn-group .btn-inverted:first-child {
  border-right: 2px solid black;
  background-clip: initial;
}
.btn-group .btn-inverted:last-child {
  border-right: none;
  background-clip: initial;
}
.btn-group .btn.btn-transparent-default:only-child {
  border-width: 2px;
  border-color: inherit;
  border-style: solid;
}
.btn-group .btn-transparent-default:active,
.btn-group .btn-transparent-default:hover {
  border-color: #001932;
}
.btn-group .btn-transparent-default:not(:first-child):not(:last-child) {
  border-right-width: 2px;
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background-clip: initial;
}
.btn-group .btn-transparent-default:first-child {
  border-right-width: 2px;
  background-clip: initial;
}
.btn-group .btn-transparent-default:last-child {
  border-left-width: 0;
  background-clip: initial;
}
.btn-group .btn-transparent-default.disabled,
.btn-group .btn-transparent-default[disabled] {
  color: #7d7d81;
  border-color: #001932;
}
.btn-group .btn-transparent-default.disabled:hover,
.btn-group .btn-transparent-default[disabled]:hover {
  border-color: #001932;
}
.btn-group .btn.btn-transparent-inverted:only-child {
  border-width: 2px;
  border-color: inherit;
  border-style: solid;
}
.btn-group .btn-transparent-inverted:active,
.btn-group .btn-transparent-inverted:hover {
  border-color: rgba(255, 255, 255, 0.9);
}
.btn-group .btn-transparent-inverted:not(:first-child):not(:last-child) {
  border-right-width: 2px;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background-clip: initial;
}
.btn-group .btn-transparent-inverted:first-child {
  border-left-width: 2px;
  border-right-width: 2px;
  background-clip: initial;
}
.btn-group .btn-transparent-inverted:last-child {
  border-left: none;
  border-right-width: 2px;
  background-clip: initial;
}
.btn-group .btn-transparent-inverted.disabled,
.btn-group .btn-transparent-inverted[disabled] {
  color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.9);
}
.btn-group .btn-transparent-inverted.disabled:hover,
.btn-group .btn-transparent-inverted[disabled]:hover {
  border-color: rgba(255, 255, 255, 0.9);
}
.btn-group-fixed-bottom {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  padding: 4px;
  width: 100%;
}
.btn-group-fixed-bottom-filler {
  height: 92px;
}
.btn-group.btn-group-block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.btn-group.btn-group-block .btn {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.btn-group.btn-group-block .btn-default {
  padding-left: 3px;
  padding-right: 3px;
}
.btn-group.btn-group-block .btn-inverted {
  padding-left: 3px;
  padding-right: 3px;
}
.btn-group.btn-group-block .btn-transparent-default {
  padding-left: 3px;
  padding-right: 3px;
}
.btn-group.btn-group-block .btn-transparent-inverted {
  padding-left: 3px;
  padding-right: 3px;
}
/* stylelint-enable */

.badge {
  display: inline-block;
  min-width: 26px;
  padding: 7px 2px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
}
.badge:empty {
  display: none;
}
.badge-default {
  color: #fff;
  background-color: #252526;
}
.badge-red {
  color: #fff;
  background-color: #ed0000;
}
.badge-orange {
  color: #fff;
  background-color: #D34600;
}
.badge-small {
  min-width: 20px;
  padding: 4px 3px;
  font-weight: normal;
}
.badge-large {
  min-width: 32px;
  min-height: 32px;
  padding: 7px 4px;
  font-size: 15px;
  font-weight: normal;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.betslip-badge {
  min-width: 20px;
  min-height: 20px;
  padding: 3px 3px;
  font-weight: normal;
  background-color: transparent;
  vertical-align: text-bottom;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.betslip-badge-red {
  padding: 3px 3px;
  font-weight: normal;
  background-color: #ed0000;
}
.betslip-badge-red .icon-default {
  font-size: 12px;
}
.betslip-badge-green {
  padding: 3px 3px;
  font-weight: normal;
  background-color: #008912;
}
.betslip-badge-green .icon-default {
  font-size: 12px;
}
.product-start-page-top .new-badge-button {
  position: absolute;
  right: 0;
}

