<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,400;0,500;0,700;1,200&amp;display=swap');


:root {
--background: #130502;
--base_color: #130502;
--base_color--lighten: #130502;
--second_color: #ff3f44;
--base_font_color: #fff;
--font-color__dark: #000;}

.mobile {
  display: none!important;
}

.clear {
  clear: both;
}

.back-button {
  color: var(--second_color)!important;
}

.swal2-title {
  font-weight: 300!important;
  font-size: 22px!important;
}

.addded {
  display: none;
  color: #fff;
  line-height: 35px;
  font-size: 12px;
  text-align: center;
  background-color: #4aa37b;
}

.coupon-items-area {
  max-height: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.js-coupon-checkbox {
  display: none!important;
}
.js-coupon-checkbox.active {
  display: inline-block!important;
}
.js-bet-clear-button,
.js-bet-system {
  display: none!important;
}
.js-bet-clear-button.active,
.js-bet-system.active {
  display: block!important;
}
.item-bet-area {
  display: none;
  position: relative;
  padding-right: 65px;
  margin-top: 10px;
}
.item-bet-area.active {
  display: block;
}
.item-bet-area input {
  width: 100%;
  height: 35px;
  padding: 5px;
  color: #fff;
  line-height: 35px;
  font-size: 12px;
  border: solid 1px rgba(255,255,255,0.1);
  background: transparent;
}
.item-bet-area button {
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  height: 35px;
  text-align: center;
  line-height: 26px;
  outline: none;
  cursor: pointer;
  color: #fff;
  border: unset;
  font-size: 11px;
  background: var(--second_color);
}

.placeholder {
  display: block;
  width: 160px;
  height: 12px;
  background-color: var(--base_color--lighten);
  border-radius: 2px;
  animation: hintloading 2s ease-in-out 0s infinite reverse;
  -webkit-animation: hintloading 2s ease-in-out 0s infinite reverse;  
}
.placeholder.small {
  width: 60px;
}
.placeholder.odd {
  width: 40px;
  height: 40px;
}
@keyframes hintloading
{
  0% {
    opacity: 0.5;
  }
  50%  {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

@-webkit-keyframes hintloading
{
  0% {
    opacity: 0.5;
  }
  50%  {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}



body {
  color: var(--base_font_color);
  font-family: 'Poppins', sans-serif;
  /*background: var(--background);*/
  background: url(../images/bg.jpg);
}

p, label {
  font-family: 'Poppins', sans-serif!important;
}

body * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input {
  outline: none;
}

.backdrop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: rgba(0,0,0,0.7);
}

/**
* Header
*/
.header {
  margin-bottom: 5px;
  padding: 0 20px;
  background: #180300;
}
.header .navigation {
  float: left;
  line-height: 58px;
}
.header .navigation li {
  float: left;
  margin-right: 40px;
}
.header .navigation a {
  position: relative;
  font-size: 14px;
  color: var(----base_font_color);
  text-decoration: none;
  font-family: sans-serif;
}
.header .navigation a::before {
  position: absolute;
  left: -20px;
  bottom: -7px;
  content: '';
  width: 1px;
  height: 30px;
  display: block;
  background-color: rgba(255,255,255,0.2);
}
.header .navigation li:first-child a::before {
  display: none;
}
.header .info-area {
  float: right;
}
.header .info-area &gt; ul &gt; li {
  position: relative;
  margin-left: 30px;
  float: left;
  color: var(----base_font_color);
  font-size: 13px;
  line-height: 58px;
}
.header .info-area &gt; ul &gt; li::before {
  position: absolute;
  left: -15px;
  bottom: 19px;
  content: '';
  width: 1px;
  height: 20px;
  display: block;
  background-color: rgba(255,255,255,0.8);
}
.header .info-area &gt; ul &gt; li:first-child::before {
  display: none!important;
}
.header .rate-select .toggle {
  cursor: pointer;
}
.header .info-area .coupon {
  position: relative;
  color: #fff;
  text-decoration: none;
}
.header .info-area .coupon span {
  display: flow;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  /* margin-left: 5px; */
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  border-radius: 100%;
  background: var(--second_color);
  bottom: 10px;
  position: absolute;
  right: 5px;
}

/**
* Matches Sidebar
*/
.matches-sidebar {
  width: 16.6%;
  float: left;
  min-height: 100vh;
  padding-bottom: 15px;
  font-size: 14px;
  background: #180300;
}
.matches-sidebar .search {
  position: relative;
}
.matches-sidebar .search em {
  position: absolute;
  left: 13px;
  top: 15px;
  font-size: 22px;
  color: var(----base_font_color);
}
.matches-sidebar .search input {
  display: block;
  width: 100%;
  color: var(----base_font_color);
  line-height: 55px;
  padding: 0 0 0 45px;
  border: unset;
  background: transparent;
}
.matches-sidebar .search input::-webkit-input-placeholder {
  color: rgba(255,255,255,0.3);
}
.matches-sidebar .navigation &gt; ul &gt; li {
  line-height: 45px;
  color: var(----base_font_color);
  cursor: pointer;
  border-top: solid 1px rgba(255,255,255,0.2);
}
.matches-sidebar .navigation .subhead &gt; span {
  display: inline-block;
  margin-left: 15px;
  line-height: 25px;
  padding-left: 10px;
  border-left: solid 3px var(--second_color);
}
.matches-sidebar .navigation &gt; ul div {
  font-size: 12px;
  line-height: 35px;
}
.matches-sidebar .navigation &gt; ul &gt; li &gt; ul &gt; li div {
  padding-left: 30px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all .3s linear;  
}
.matches-sidebar .navigation &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
}
.matches-sidebar .navigation &gt; ul &gt; li &gt; ul &gt; li div:hover {
  background-color: rgba(255,255,255,0.1);
}
.matches-sidebar .navigation &gt; ul &gt; li &gt; ul &gt; li.active &gt; div {
  background-color: rgba(255,255,255,0.1);
}
.matches-sidebar .navigation &gt; ul &gt; li small {
  font-size: 11px;
  opacity: .5;
}
.matches-sidebar .navigation &gt; ul &gt; li &gt; ul &gt; li em {
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 15px;
  transition: all .3s linear;
}
.matches-sidebar .navigation &gt; ul &gt; li &gt; ul &gt; li.active &gt; div em,
.matches-sidebar .navigation &gt; ul &gt; li &gt; ul &gt; li div:hover em {
  color: var(--second_color);
}
.matches-sidebar .navigation &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; div {
  padding-left: 37px;
  font-size: 12px;
}
.matches-sidebar .navigation &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; div {
  padding-left: 20px;
}
.matches-sidebar .navigation &gt; ul &gt; li &gt; ul &gt; li &gt; ul li.active &gt; div,
.matches-sidebar .navigation &gt; ul &gt; li &gt; ul &gt; li &gt; ul li div:hover {
  background-color: rgba(0,0,0,0.4); 
}
.matches-sidebar .navigation &gt; ul &gt; li &gt; ul ul  {
  display: none;
}
.matches-sidebar .navigation li.active &gt; ul {
  display: block;
}
.matches-sidebar .navigation li.active &gt; div &gt; em.fa {
  transform: rotate(90deg);
}
.matches-sidebar .navigation .populars {
  padding: 5px 0 15px;
}
.matches-sidebar .navigation .populars li {
  padding: 0px 10px;
}
.matches-sidebar .navigation .populars li:first-child {
  margin-top: 0;
}
.matches-sidebar .navigation .populars li a {
  display: block;
  padding: 10px;
  position: relative;
  padding-left: 35px;  
  transition: all .3s linear;
  border-radius: 3px;
}
.matches-sidebar .navigation .populars li a:hover {
  background: rgba(255,255,255,0.1);
}
.matches-sidebar .navigation .populars li .icon {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  /* background-color: #f1f1f1; */
  border-radius: 3px;
  transform: translateY(-50%);
}
.matches-sidebar .navigation .populars li .icon img {
  width: 34px;
  /* margin-top: 7px; */
}
.matches-sidebar .navigation .populars li .icon:hover {
  background-color: #f1f1f1!important;
}
.matches-sidebar .navigation .populars a {
  text-decoration: none;
}
.matches-sidebar .navigation .populars .title {
  color: #fff;
  font-size: 11px;
  line-height: 14px; 
}
.matches-sidebar .navigation .populars .league {
  margin-top: 5px;
  color: var(--second_color);
  font-size: 11px;
  line-height: 14px;
}
.matches-sidebar .navigation .populars div:hover {
  background: transparent;
}
.header .mobile-toggle {
  display: none!important;
  cursor: pointer;
  position: absolute;
  left: 13px;
  top: 16px;
}
.header .mobile-toggle span {
  display: block;
  width: 27px;
  height: 3px;
  margin: 4px 0;
  background-color: #fff;
  border-radius: 3px;
}


/**
* Matches Area
*/  
.matches-area {
  width: 65.4%;
  float: left;
  padding: 0 5px;
}
.matches-area .matches-filter {
  /*margin-top: 20px;*/
  display: flex;
  justify-content: space-between;
}
.matches-area .matches-filter select {
  flex: 0 0 49.5%;
  max-width: 49.5%;
  line-height: 45px;
  padding: 10px;
  border: unset;
  background: #fff;
}
.matches-area--full {
  width: 81.8%;
}
.matches-tabs {
  line-height: 50px;
  background: #130502;
  border-radius: 4px;
}
.matches-tabs li {
  float: left;
}
.matches-tabs img {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
  position: relative;
  bottom: -3px;
  left: -5px;
  height: 40px;
}
.matches-tabs em {
  font-size: 20px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.matches-tabs a {
  display: inline-block;
  padding: 0 25px;
  color: var(----base_font_color);
  font-size: 13px;
  font-family: sans-serif;
  text-decoration: none;
}
.matches-tabs a.active {
  /* border-bottom: solid 2px #f7282d; */
}
.match-tables {
  position: relative;
}
.match-tables .search {
  float: right;
}
.match-tables .search input {
  position: relative;
  margin-right: 15px;
  top: 0;
  height: 10px;
  background: #ebebeb;
  border-radius: 30px;
  min-width: 210px;
  border: unset;
  padding: 0 20px;
}
.match-tables .label {
  margin-bottom: 3px;
  padding-left: 20px;
  margin-top: 15px;
  color: var(----base_font_color);
  font-size: 15px;
  line-height: 45px;
  background: #130502;
  border-radius: 3px;
}
.match-tables .label span {
  display: inline-block;
  line-height: 25px;
  padding-left: 10px;
  border-left: solid 3px var(--second_color);  
}
.match-tables .match-table table {
  width: 100%;
}
.match-tables .match-table table.active td {
  display: none!important;
}
.match-tables .match-table table th {
  position: relative;
  text-align: center;
  width: 18.3%;
  color: var(----base_font_color);
  /*padding: 13px 10px;*/
  font-size: 12px;
  cursor: pointer;
  vertical-align: middle;
  border-bottom: solid 3px var(--background);
  background-color: var(--base_color--lighten);
}
.match-tables .match-table table th::after,
.match-tables .match-table table td::after {
  position: absolute;
  left: -3px;
  top: 50%;
  content: '';
  display: block;
  width: 1px;
  height: 70%;
  background: rgba(255,255,255,0.1);
  transform: translateY(-50%);
}
.match-tables .match-table table td::after {
  background: rgba(0,0,0,0.1);
}
.match-tables .match-table table th:first-child::after,
.match-tables .match-table table td:first-child::after {
  display: none!important;
}
.match-tables .match-table table th:first-child::before,
.match-tables .match-table table td:first-child::before {
  display: none;
}
.match-tables .match-table table th:first-child {
  border-radius: 3px 0 0 3px;
}
.match-tables .match-table table th:last-of-type {
  border-radius: 0 3px 3px 0;
  padding-right: 45px;
}
.match-tables .match-table table th {
  width: 190px;
}
.match-tables .match-table table th:nth-child(1) {
  width: auto!important;
  text-align: left;
  border-left: unset;
  padding-left: 5px;
  padding-top: 5px;
}
.match-tables .match-table table th .hero {
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
}
.match-tables .match-table table th:last-of-type .hero {
  width: calc(100% - 45px);
}
.match-tables .match-table table th ul {
  position: relative;
  bottom: -9px;
}
.match-tables .match-table table th li {
  float: left;
  width: 33.33%;
}
.match-tables .match-table td {
  position: relative;
  padding: 7px 10px;
  font-size: 13px;
  line-height: 21px;
  background-color: #fff;
  vertical-align: middle;
  border-top: solid 1px var(--background);
}
.match-tables .match-table td .icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.matches-area--full .tab-content:not([data-label="live-matches"]) .match-tables .match-table td .icon {
  margin-top: 12px!important;
}
.match-tables .match-table td .icon a {
  color: var(--font-color__dark);
}
.match-tables .match-table td .first {
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 50%;*/
  /*width: 50px;*/
  /*height: 50px;*/
  /*text-align: center;*/
  /*margin-top: -15px;*/
  position: absolute;
    left: 10px;
    top: 5%;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-top: -5px;
}
.match-tables .match-table td .second {
  /*display: none;*/
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 50%;*/
  /*width: 50px;*/
  /*height: 50px;*/
  /*text-align: center;*/
  /*margin-top: -26px;  */
position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-top: -3px;
}
.matches-area--full td .first {
  margin-top: -24px!important;
}
.matches-area--full td .second {
  margin-top: -36px!important;
}
/*.match-tables .match-table td:nth-child(1):hover .icon .first {*/
/*  display: none;*/
/*}*/
/*.match-tables .match-table td:nth-child(1):hover .icon .second {*/
/*  display: block;*/
/*  font-size: 17px;*/
/*  line-height: 45px;*/
/*  transition: all .3s linear;*/
/*}*/
/*.match-tables .match-table td .icon.active .first {*/
/*  display: none;*/
/*}*/
/*.match-tables .match-table td .icon.active .second {*/
/*  display: block;*/
/*  font-size: 17px;*/
/*  line-height: 45px;*/
/*  color: var(--second_color);*/
/*  transition: all .3s linear;*/
/*}*/
/*.match-tables .match-table td .icon:hover .second:hover {*/
/*  color: var(--second_color);*/
/*}*/
.match-tables .match-table td:first-child {
  padding-left: 50px;
  border-radius: 3px 0 0 3px;
}
.match-tables .match-table td:last-child {
  border-radius: 0 3px 3px 0;
  padding-right: 45px;
  background: #3c3c3c!important;
  padding-top: 10px!important;
}
}
.match-tables .match-table td:nth-child(1),
.match-tables .match-table td:nth-child(2) {
  border-left: unset;
}
.match-tables .match-table .time {
  position: absolute;
  right: 15px;
  top: 8px;
  text-align: center;
  color: #ffffff;
  font-size: 10px;
  line-height: 12px;
}
.match-tables .match-table .time strong {
  display: block;
  padding-top: 7px;
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}
.match-tables .match-table .score {
  position: absolute;
  right: 15px;
  top: 2px;
  text-align: center;
  color: #969aad;
  font-size: 10px;
}
.match-tables .match-table .score span {
  display: block;
  margin: 4px 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--second_color);
}
.match-tables .match-table .odds {
  display: flex;
  justify-content: space-around;
}
.match-tables .match-table .odds li a {
  position: relative;
  display: block;
  width: 50px;
  height: 38px;
  color: var(----base_font_color);
  font-size: 13px;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  line-height: 38px;
  background: var(--base_color--lighten);
  transition: all .3s linear;
}
.match-tables .match-table .odds li a:hover {
  background: var(--base_color);
}
.match-tables .match-table .odds li a.text {
  pointer-events: none;
  background: transparent;
  color: var(--base_color);
}
.match-tables .match-table .odds li a.text:hover {
  background: transparent;
}
.match-tables .match-table .odds li a.active {
  color: var(----base_font_color);
  background: green;
}
.match-tables .match-table .odds li a.odd-up {
  color: #fff!important;
  color: green;
}
.match-tables .match-table .odds li a.odd-up::before {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border: solid 5px transparent;
  border-left-color: green;
  transform: rotate(-45deg);
}
.match-tables .match-table .odds li a.odd-down {
  color: red;
  color: #fff!important;
}
.match-tables .match-table .odds li a.odd-down::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border: solid 5px transparent;
  border-left-color: red;
  transform: rotate(135deg);
}
.match-tables .match-table .odds li a.odd-locked {
  pointer-events: none;
}
.match-tables .match-table td div.icon,
.match-tables .match-table td &gt; div {
  color: var(--font-color__dark);
  font-size: 13px;
  display: block;
  margin: 4px 0;
}
.match-tables .match-table .bet-types {
  display: none!important;
}
.match-tables .match-table .bet-area .head {
  color: #fff;
}
.match-tables .match-table .bet-area &gt; .col {
  border-radius: 3px;
}
.match-tables .match-table td a {
  color: #ffcf47;
  text-decoration: none;
}
.match-tables .match-table .others {
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: 0px;
  font-size: 11px;
  transform: translateY(-50%);
}
.match-tables .match-table .others em {
  font-size: 9px;
  vertical-align: middle;
  position: relative;
  right: -3px;
  top: -1px;
}
.match-categories {
    padding-top: 15px;
    font-size: 12px;
    color: var(--base_font_color);
    text-align: center;
    padding-bottom: 15px;
    background-color: #150401;
}
.match-categories .slick-arrow {
  position: absolute;
  left: 5px;
  top: 50%;
  z-index: 20;
  opacity: .6;
  font-size: 20px;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all .3s linear;
  visibility: hidden;
}
.match-categories .slick-arrow:hover {
  opacity: 1;
}
.match-categories .slick-arrow.fa-chevron-right {
  left: auto;
  right: 5px;
}
.match-categories .slick-slide {
  /*opacity: .7;*/
  transition: all .3s linear;
}
.match-categories .slick-slide:hover {
  opacity: 1;
}
.match-categories em {
  display: block;
  margin: 0 auto 15px auto;
}
.match-categories a {
  color: #fff;
  outline: none;
  text-decoration: none;
}
.match-categories .slick-slide,
.match-categories .slick-slide:focus {
  outline: none!important;
  border: none!important;
  padding-top: 10px;
}
.matches-area--full .match-table .icon {
  height: 19px!important;
  line-height: 20px!important;
}
.matches-area--full .match-table .second {
  position: relative;
  top: -10px;
}
.matches-area--full .match-table .minute {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 50px;
  text-align: center;
}
.match-tables-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
}
.more-bets {
  position: absolute;
  left: 50%;
  top: 50px;
  width: 960px;
  background-color: #fff;
  border-radius: 3px;
  transform: translateX(-50%);
  z-index: 51;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}
.more-bets .table-actions,
.more-bets .bet-types li:first-child {
  display: none!important;
}
.more-bets .bet-types {
  margin-bottom: 15px;
}
.more-bets .bet-types li {
  float: left;
}
.more-bets .bet-types span,
.more-bets .bet-types a {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  color: var(--base_font_color)!important;
  opacity: .7;
  font-size: 13px;
  transition: all .3s linear;
  background: var(--base_color)!important;
}
.more-bets .bet-types span:hover,
.more-bets .bet-types span.active,
.more-bets .bet-types a.active,
.more-bets .bet-types a:hover {
  opacity: 1;
}
.more-bets .hero {
  padding: 25px 20px;
  color: #fff;
  font-size: 20px;
  background-color: var(--base_color);
}
.more-bets .hero .close {
  float: right;
  cursor: pointer;
}
.more-bets .tabs {
  padding: 15px;
  height: 450px;
  overflow-y: scroll;  
  -webkit-overflow-scrolling: touch;
}

/**
* Coupon Sidebar
*/
.empty-coupon {
  padding: 15px;
  font-size: 12px;
  background: #150401;
}
.coupon-container {
  position: relative;
}
.coupon-sidebar {
  display: block;
  flex-wrap: wrap;
  position: relative;
  width: 18%;
  float: right;
  height: 100vh;
  overflow-y: scroll;
  padding-bottom: 15px;
  font-size: 14px;
  background: #150401;
  transition: all .3s linear;
}
.coupon-sidebar &gt; div {
  flex: 0 0 100%;
}
.fixed .coupon-sidebar {
  position: fixed;
  right: 0;
  top: 0;
  margin-top: 0;
}
.coupon-sidebar .empty {
  padding: 15px;
}
.mobile-head {
  display: none;
}
.expand .coupon-sidebar {
  width: 28%;
}
.expand .coupon-sidebar iframe {
  height: 300px;
}
.coupon-sidebar .live-arena {
  display: none;
}
.detail-view .coupon-sidebar .live-arena {
  display: block;
}
.coupon-sidebar .live-arena iframe {
  width: 100%!important;
  transition: all .3s linear;
}
.coupon-sidebar .live-arena .label {
  position: relative;
  color: var(----base_font_color);
  font-size: 14px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  border-bottom: solid 2px var(--second_color);  
}
.coupon-sidebar .live-arena .actions {
  position: absolute;
  right: 5px;
  top: 0;
}
.coupon-sidebar .live-arena .actions span {
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  color: #fff;
  text-decoration: none;
}
.coupon-sidebar .live-arena .js-iframe {
  display: none;
}
.coupon-sidebar .live-arena .js-iframe.active {
  display: block;
}
.coupon-sidebar .live-arena .actions a.active {
  color: var(--second_color);
}
.coupon-sidebar .live-arena .actions a.active .fa-chevron-down {
  color: #fff!important;
  transform: rotate(180deg);
}
.coupon-sidebar .live-arena .label em {
  position: relative;
  top: -1px;
  margin-right: 5px;
  vertical-align: middle;
}
.coupon-sidebar .hero {
  color: var(----base_font_color);
  font-size: 14px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  border-bottom: solid 2px var(--second_color);
}
.coupon-sidebar .settings-label {
  position: absolute;
  right: 15px;
  top: 17px;
  font-size: 20px;
  color: var(----base_font_color);
  opacity: .7;
  transition: all .3s linear;
}
.coupon-sidebar .settings-label:hover {
  opacity: 1;
}
.coupon-sidebar .settings .close {
  position: absolute;
  right: 15px;
  top: 17px;
  font-size: 20px;
  color: var(----base_font_color);
  opacity: .7;
  transition: all .3s linear;
}
.coupon-sidebar .settings {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background: var(--base_color);
}
.coupon-sidebar .settings.active {
  display: block;
}
.coupon-sidebar .settings .label {
  color: var(----base_font_color);
  font-size: 14px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  border-bottom: solid 1px rgba(255,255,255,0.1);
}
.coupon-sidebar .settings .message {
  color: var(----base_font_color);
  font-size: 14px;
  line-height: 56px;
  text-align: center;
  border-bottom: solid 1px rgba(255,255,255,0.1);
}
.coupon-sidebar .settings li {
  padding: 5px 10px;
}
.coupon-sidebar .settings li a {
  display: block;
  padding: 0 10px;
  color: var(----base_font_color);
  font-size: 14px;
  line-height: 35px;
  text-decoration: none;
  border-radius: 3px;
  transition: all .3s linear;
}
.coupon-sidebar .settings li a.active {
  background-color: #4aa37b;
}
.coupon-sidebar .coupon .types {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  line-height: 35px;
  background: var(--base_color--lighten);
}
.coupon-sidebar .coupon {
  display: none;
}
.coupon-sidebar .coupon .types-mobile {
  display: flex;
  border-bottom: solid 1px #4aa37b;
}
.coupon-sidebar .coupon .types-mobile select {
  background: transparent;
  border: unset;
  color: #4aa37b;
  outline: none;
  height: 35px;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 15px;
  border-right: solid 1px #4aa37b;
}
.coupon-sidebar .coupon .types-mobile a {
  display: inline-block;
  padding-left: 10px;
}
.coupon-sidebar .coupon .types-mobile &gt; * {
  flex: 0 0 49%;
  max-width: 49%;  
}
.coupon-sidebar .coupon .types-mobile a {
  display: none;
}
.coupon-sidebar .coupon .types a {
  width: 100%;
  display: block;
  text-align: center;
  color: #4aa37b;
  font-size: 13px;
  text-decoration: none;
}
.coupon-sidebar .coupon .item {
  position: relative;
  padding: 12px;
  border-bottom: solid 1px rgba(255,255,255,0.1);
}
.coupon-sidebar .coupon .item .name {
  color: var(----base_font_color);
  font-size: 12px;
}
.coupon-sidebar .coupon .item .name input {
  vertical-align: middle;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.coupon-sidebar .coupon .item .name span {
  color: #d4af37;
}
.coupon-sidebar .coupon .item .team {
  color: #e6e5e5;
  font-size: 11px;
  margin: 10px 0;
}
.coupon-sidebar .coupon .item .bet {
  color: #e6e5e5;
  font-size: 11px;
}
.coupon-sidebar .coupon .item .remove {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  color: var(----base_font_color);
  font-size: 18px;
  opacity: .7;
}
.coupon-sidebar .coupon-info {
  padding: 0 10px 30px 10px;
  background: var(--base_color--lighten);
}
.coupon-sidebar .coupon-info &gt; ul &gt; li {
  position: relative;
  color: var(----base_font_color);
  font-size: 14px;
  line-height: 40px;
}
.coupon-sidebar .coupon-info &gt; ul &gt; li span:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
.coupon-sidebar .coupon-info &gt; ul &gt; li input {
  display: inline-block;
  width: 45%;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  background: #fff;
  border: unset;
  text-align: left;
  border-radius: 2px;
}
.coupon-sidebar .apply-changes {
  display: block;
  color: var(----base_font_color);
  margin-top: 5px;
  font-size: 14px;
}
.coupon-sidebar .apply-changes input {
  position: relative;
  top: -1px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.coupon-sidebar .calculator {
  color: var(----base_font_color);
  margin-left: 10px;
  font-size: 25px;
  vertical-align: middle;
}
.coupon-sidebar .bet-button {
  cursor: pointer;
  display: block;
  margin-top: 15px;
  color: var(----base_font_color);
  font-size: 14px;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  background: var(--second_color);
  transition: all .3s linear;
}
.coupon-sidebar .bet-button:hover {
  background: var(--base_color);
}
.coupon-sidebar .clear-button {
  cursor: pointer;
  margin-top: 10px;
  display: block;
  color: var(----base_font_color);
  font-size: 14px;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
}
.coupon-sidebar .coupon-info .numpad {
  display: none;
  flex-wrap: wrap;
  margin: 0 -10px;
  background: rgba(255,255,255,.7);
}
.coupon-sidebar .coupon-info .numpad &gt; div {
  max-width: 33.33%;
  flex: 33.33%;
  color: #30363a;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}
.coupon-sidebar .coupon-info .numpad.active {
  display: flex;
}
.old-coupons  {
  margin-top: 30px;
}
.old-coupons .items .item {
  cursor: pointer;
  display: flex;
  text-align: left;
  font-size: 13px;
  padding: 10px 15px;
  justify-content: space-between;
  border-bottom: solid 1px rgba(255,255,255,0.1);
}
.old-coupons .items .item &gt; div {
  flex: 0 0 55%;
  max-width: 55%;
}
.old-coupons .items .item &gt; div:nth-child(1),
.old-coupons .items .item &gt; div:nth-child(2) {
  flex: 0 0 20%;
  max-width: 20%; 
}
.old-coupons .items .item &gt; div:last-child {
  flex: 0 0 5%;
  max-width: 5%;
  color: var(--second_color);
}
.won {
  color: green;
}
.lost {
  color: red;
}
.coupon-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
}
.coupon-modal.active {
  display: block;
}
.coupon-modal .close {
  cursor: pointer;
}
.coupon-modal .backdrop {
  display: block;
}
.coupon-modal-content {
  position: relative;
  padding: 30px;
  top: 50%;
  z-index: 50;
  width: 960px;
  margin: 0 auto;
  transform: translateY(-50%);
  background: var(--background);
}
.coupon-modal-content .close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
}
.coupon-modal-content table {
  width: 100%;
  text-align: left;
}
.coupon-modal-content td,
.coupon-modal-content th {
  padding: 10px;
}
.coupon-modal-content td {
  font-size: 12px;
}
.coupon-modal-content th {
  background: rgba(0,0,0,0.2);
}
.coupon-modal-content .label {
  padding: 0 10px;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}
.coupon-modal-content .matches {
  margin-top: 30px;
}
.coupon-container .hero {
  cursor: pointer;
  position: relative;
}
.coupon-container .hero em {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.coupon-container .hero.active em  {
  transform: rotate(180deg) translateY(6px);
}
.coupon-container .hero .count {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background: var(--second_color);
  border-radius: 100%;
  margin-left: 10px;
}
.coupon-container .favourites {
  display: none;
}
.coupon-container .favourites.active {
  display: block;
}
.coupon-container .favourites .items {
  padding: 3px;
  margin-bottom: 10px;
}
.coupon-container .favourites .item {
  position: relative;
  margin-top: 3px;
  padding: 10px;
  color: var(--font-color__dark);
  background-color: #fff;
  border-radius: 3px;
  border: solid 1px var(--background);
}
.coupon-container .favourites .item a {
  color: var(--font-color__dark);
  text-decoration: none;
}
.coupon-container .favourites .item .teams {
  padding-right: 50px;
  font-size: 12px;
  line-height: 26px;
}
.coupon-container .favourites .item .info {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
  text-align: right;
}
.coupon-container .favourites .item .info .score {
  font-size: 16px;
  color: var(--second_color);
}
.coupon-container .favourites .item .info .time {
  margin: 5px 0;
}
.coupon-container .favourites .item .favourites {
  cursor: pointer;
  position: absolute;
  display: block;
  right: 50px;
  top: 10px;
  transition: all .3s linear;
  color: var(--second_color);
}
.coupon-container .favourites .item:hover .favourites {
  display: block;
}
.coupon-container .favourites .item .favourites:hover {
  color: var(--second_color);
}


/**
* Match Area
*/
.breadcrumb {
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  background: var(--base_color);
}
.breadcrumb li {
  position: relative;
  float: left;
  margin-right: 30px;
}
.breadcrumb li::before {
  content: '/';
  position: absolute;
  left: -17px;
  top: 0;
  color: var(----base_font_color);
  opacity: .4;
}
.breadcrumb li:first-of-type::before {
  display: none;
}
.breadcrumb a {
  color: var(----base_font_color);
  font-size: 14px;
  text-decoration: none;
}
.breadcrumb li:last-of-type a {
  color: var(--second_color);
}
.match-area {
  width: 65.4%;
  float: left;
  padding: 0 0px;  
  transition: all .3s linear;
}
.match-area.expand {
  width: 55.4%;
}
.match-area.expand .teams {
  padding: 0 35px!important;
}
.match-area .teams {
  display: flex;
  height: 230px;
  margin: 10px 0;
  padding: 0 80px;
  background: linear-gradient(to bottom,rgba(55,125,35,.1) 0,rgba(55,125,35,.9) 122%),url('../imgs/soccer-bg.jpg');
  background-size: cover;
  border-radius: 4px;
  align-items: center;
}
.match-area .teams &gt; div {
  flex: 0 0 35%;
  max-width: 35%;
  color: var(----base_font_color);
  font-size: 16px;
  line-height: 60px;
  background: var(--base_color);
}
.match-area .teams &gt; div:nth-child(2) {
  flex: 0 0 30%;
  max-width: 30%;
}
.match-area .teams &gt; div:nth-child(1) {
  padding-left: 15px;
  border-radius: 3px 0 0 3px;
}
.match-area .teams &gt; div:nth-child(3) {
  padding-right: 15px;
  text-align: right;
  border-radius: 0 3px 3px 0;
}
.match-area .teams .team span {
  display: inline-block;
  padding-left: 10px;
  line-height: 30px;
  border-left: solid 2px var(--second_color);
}
.match-area .teams .team span img {
  vertical-align: middle;
  height: 25px;
  margin-right: 10px;
}
.match-area .teams &gt; div:nth-child(3) span {
  padding-left: 0;
  padding-right: 10px;
  border-left: unset;
  border-right: solid 2px var(--second_color);
}
.match-area .teams &gt; div:nth-child(3) span img {
  margin-right: 0;
  margin-left: 10px;
}
.match-area .teams .info {
  border-radius: 6px;
  line-height: 14px;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
}
.match-area .bet-types {
  margin: 15px 0;
}
.match-area .bet-types li {
  float: left;
}
.match-area .bet-types span,
.match-area .bet-types a {
  cursor: pointer;
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none;
  color: var(--base_font_color);
  opacity: .7;
  font-size: 13px;
  transition: all .3s linear;
}
.match-area .bet-types span:hover,
.match-area .bet-types span.active,
.match-area .bet-types a.active,
.match-area .bet-types a:hover {
  opacity: 1;
}
.match-area .bet-types .table-actions {
  float: right;
}
.match-area .bet-types .table-actions span {
  display: inline-block;
  cursor: pointer;
  opacity: 1;
  padding: 5px;
  font-size: 16px;
}
.bet-area {
  display: flex!important;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bet-area &gt; .col {
  display: unset;
  margin-bottom: 10px;
  flex: 0 0 49.5%!important;
  max-width: 49.5%!important;
  padding: 2px;
  background: var(--base_color);
}
.bet-area .head {
  cursor: pointer;
  padding: 0 10px;
  color: var(----base_font_color);
  font-size: 13px;
  line-height: 35px;
  min-height: 35px;
}
.bet-area .types {
  position: relative;
  display: flex;
  text-align: center;
  height: 56px;
}
.col:not(.placeholder-col) {
  /*display: none;*/
}
.bet-area .types .odd-col {
  cursor: pointer;
  position: relative;
  width: 100%;
  display: inline-block;
  line-height: 30px;
  padding: 0 10px;
  color: var(--font-color__dark);
  font-size: 13px;
  background: #fff;
  text-decoration: none;
  border-radius: 5px;
  border: solid 2px var(--base_color);
  transition: all .3s linear;
  min-height: 30px;
}
.bet-area .head .placeholder {
  position: relative;
  bottom: -10px;
}
.bet-area .types .odd-col .placeholder {
  position: relative;
  bottom: -7px;
}
.bet-area .types .odd-col span {
  /*position: absolute;*/
  /*right: 10px;*/
  /*font-weight: 700;*/
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 23px;
}
.bet-area .types .odd-col .odd {
  font-weight: 700;
}
.bet-area .types .odd-col:hover {
  /*color: var(----base_font_color);*/
  /*background: var(--base_color--lighten);*/
}
.bet-area .types .odd-col.active {
  color: #fff!important;
  background: green;
}
.bet-area.view-toggle .col {
  flex: 0 0 100%!important;
  max-width: 100%!important; 
}
.bet-area .col.hide .types-container,
.bet-area.hide-toggle .types-container {
  display: none;
}
.bet-area .types .odd-col.odd-up {
  color: green;
}
.bet-area .types .odd-col.active {
  color: #fff!important;
}
.bet-area .types .odd-col.odd-up::before {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border: solid 5px transparent;
  border-left-color: green;
  transform: rotate(-45deg);
}
.bet-area .types .odd-col.odd-down {
  color: red;
}
.bet-area .types .odd-col.odd-down::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border: solid 5px transparent;
  border-left-color: red;
  transform: rotate(135deg);
}
.bet-area .types .odd-col.odd-locked,
.match-tables .match-table .odds li a.odd-locked {
  pointer-events: none;
}

td.active {
  background-color: #ddd!important;
}
th.active {
  background-color: var(--base_color)!important;
}


/**
* Live Arena
*/
.matches-sidebar--matches {
  width: 16.3%;
  margin-left: .3%;
  background-color: transparent;
}
.matches-sidebar--matches .tabs-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  line-height: 40px;
  background: var(--base_color)
}
.matches-sidebar--matches .tabs-menu a {
  flex: 0 0 50%;
  min-width: 50%;
  display: block;
  text-align: center;
  color: var(--second_color);
  font-size: 13px;
  text-decoration: none;
}
.matches-sidebar--matches .tabs-menu a.active {
  color: var(--base_font_color);
  border-bottom: solid 2px var(--second_color);
}
.matches-sidebar--matches .search input {
  width: 100%;
  padding: 0 15px;
  color: #000!important;
  line-height: 40px;
  background-color: #fff;
}
.matches-sidebar--matches .search input::-webkit-input-placeholder {
  color: #000;
}
.matches-sidebar--matches .category .toggle {
  position: relative;
  margin: 2px 0;
  font-size: 14px;
  padding: 0 15px;
  line-height: 40px;
  cursor: pointer;
  background: var(--base_color);
  border-radius: 3px;
}
.matches-sidebar--matches .category .toggle em {
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  transition: all .3s linear;
}
.matches-sidebar--matches .category.active .toggle &gt; .fa {
  top: 13px;
  transform: rotate(180deg);
}
.matches-sidebar--matches .category .toggle .fa {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.matches-sidebar--matches .subcategory .label {
  position: relative;
  margin: 3px 0;
  font-size: 12px;
  padding: 0 15px;
  line-height: 30px;
  cursor: pointer;
  background: var(--base_color--lighten);
  border-radius: 3px;
}
.matches-sidebar--matches .items {
  padding: 3px;
  margin-bottom: 10px;
}
.matches-sidebar--matches .item {
  position: relative;
  margin-top: 3px;
  padding: 10px;
  color: var(--font-color__dark);
  background-color: #fff;
  border-radius: 3px;
  border: solid 1px var(--background);
}
.matches-sidebar--matches .item a {
  color: var(--font-color__dark);
  text-decoration: none;
}
.matches-sidebar--matches .item .teams {
  padding-right: 50px;
  font-size: 12px;
  line-height: 26px;
}
.matches-sidebar--matches .item .info {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
  text-align: right;
}
.matches-sidebar--matches .item .info .score {
  font-size: 16px;
  color: var(--second_color);
}
.matches-sidebar--matches .item .info .time {
  margin: 5px 0;
}
.matches-sidebar--matches .item .favourites {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 50px;
  top: 15px;
  transition: all .3s linear;
}
.matches-sidebar--matches .item:hover .favourites {
  display: block;
}
.matches-sidebar--matches .item .favourites:hover {
  color: var(--second_color);
}
.matches-sidebar--matches .subcategory {
  display: none;
}
.matches-sidebar--matches .category.active &gt;.subcategory {
  display: block;
}
.matches-sidebar--matches .items {
  display: none;
}
.matches-sidebar--matches .subcategory.active &gt; .items {
  display: block;
}
.matches-sidebar--matches .item.active {
  background-color: var(--second_color);
}
.matches-sidebar--matches .item.active .score,
.matches-sidebar--matches .item.active a {
  color: #fff;
}
.match-area .match-pre-head-hero {
  display: none;
  background: var(--base_color);
  padding: 0 15px;
  line-height: 50px;
  border-radius: 3px;
  text-align: right;
}
.match-area .match-pre-head-hero a {
  display: inline-block;
  margin-left: 15px;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  border-bottom: solid 2px transparent;
}
.match-area .match-pre-head-hero a.active {
  border-bottom-color: var(--second_color);
}
.match-area .match-pre-head {
  position: relative;
}
.match-area .match-pre-head .timeline {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 20px;
  line-height: 40px;
  flex: 0 0 100%;
  max-width: 100%;  
  background: rgba(0,0,0,0.2);
}
.match-area .match-pre-head .timeline li {
  position: relative;
  z-index: 5;
  float: left;
  width: 14.2%;
  text-align: center;
}
.match-area .match-pre-head .timeline span {
  display: inline-block;
  width: 20px;
  height: 18px;
  border-radius: 2px;
  text-align: center;
  line-height: 18px;
  font-size: 10px;
  background: var(--second_color);
}
.match-area .match-pre-head .timeline .bar {
  position: absolute;
  left: 50%;
  bottom: 22px;
  width: 81%;
  transform: translateX(-50%);
  background: var(--base_color--lighten);
}
.match-area .match-pre-head .timeline .bar-area {
  position: relative;
  width: 50%;
  height: 5px;
  border-radius: 2px;  
  background: var(--second_color);
}
.match-area .match-pre-head .timeline em {
  font-size: 10px;
  vertical-align: middle;
  position: relative;
  bottom: -4px;
}
.match-area .match-pre-head .team {
  flex: 0 0 30%;
  max-width: 30%;  
}
.match-area .match-pre-head .info.info--live {
  position: relative;
  flex: 0 0 40%;
  max-width: 40%;    
  padding: 15px 0;
  line-height: 15px;
} 
.match-area .match-pre-head .info.info--live .score {
  display: inline-block;
  width: 80px;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: -50px;
  padding: 10px 0;
  font-size: 24px;
  line-height: 23px;
  background-color: var(--base_color);
  border-radius: 4px 4px 0 0;
}
.match-area .match-pre-head .info.info--live .score .half {
  font-size: 13px;
}
.match-area .match-pre-head .info.info--live .info-table {
  padding: 0 20px;
}
.match-area .match-pre-head .info.info--live .info-table table {
  width: 100%;
}
.match-area .match-pre-head .info.info--live .info-table td:first-child {
  width: 180px;
  font-size: 12px;
  text-align: left;
  border-left: unset!important;
}
.match-area .match-pre-head .info.info--live .info-table td.minute {
  text-align: right;
  color: var(--second_color);
}
.match-area .match-pre-head .info.info--live .info-table td {
  padding: 7px;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
}
.match-area .match-pre-head .info.info--live .info-table tr:first-child td {
  border-top: unset;
}
.match-area .match-pre-head .info.info--live .info-table .goal {
  color: var(--second_color);
}
.match-area .match-pre-head .info.info--live img {
  width: 20px;
}
.match-area .match-pre-head .info.info--live .redcard,
.match-area .match-pre-head .info.info--live .yellowcard {
  display: inline-block;
  width: 14px;
  height: 20px;
  border-radius: 2px;
  background: #fcc938;
}
.match-area .match-pre-head .info.info--live .redcard {
  background: #d44040;
}
.match-area .match-pre-head--big .teams {
  height: 260px;
}


/**
* Banners
*/
.important-matches {
  margin-bottom: 10px;
  padding-bottom: 25px;
}
.important-matches .item {
  padding: 0 5px;
}
.important-matches .item .match {
  position: relative;
  width: 100%;
  height: 160px;
  padding: 0 5px;
  border-radius: 10px;
  background: url('../imgs/match-bg.jpg') no-repeat center;
  background-size: cover;
}
.important-matches .item .match a {
  display: block;
  color: #fff;
}
.important-matches .item .match a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  border-radius: 10px;
}
.important-matches .item .detail {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 5;
  text-align: center;
  transform: translateY(-50%);
}
.important-matches .item .detail .name {
  font-size: 16px;
}
.important-matches .item .detail .league {
  margin: 7px 0;
  font-size: 13px;
  opacity: .6;
}
.important-matches .item .detail .info {
  font-size: 13px;
  opacity: .6;
}
.important-matches .item .detail .team {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.important-matches .item .detail .team img {
  height: 45px;
}
.important-matches .item .detail .team:nth-child(2) {
  left: auto;
  right: 20px;
}
.important-matches .slick-dots {
  position: absolute;
  right: 10px;
  bottom: -10px;
  width: unset!important;
}
.important-matches .slick-dots li {
  float: left;
  margin-left: 5px;
  width: unset;
  height: unset;
  margin-right: 0;
}
.important-matches .slick-dots button {
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 5px;
  padding: 0;
  border-radius: 1px;
  border: unset;
  cursor: pointer;
  outline:none;
  background: rgba(255,255,255,0.7);
}
.important-matches .slick-dots li.slick-active button {
  background: var(--second_color);
}

@media(max-width: 1290px) {
  .desktop {
    display: none!important;
  }
  .mobile {
    display: block!important;
  }
  .coupon-sidebar .coupon-info &gt; ul &gt; li input.mobile {
    display: inline-block!important;
  }
  .matches-sidebar {
    display: none;
  }
  .matches-area,
  .match-area {
    width: 100%;
    /* padding-top: 40px; */
  }
  .match-area .match-pre-head-hero {
    display: block;
    text-align: center;
  }
  .match-area iframe {
    margin-top: 15px;
    width: 100%;
    border-radius: 3px;
  }  
  .coupon-sidebar {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 58;
    overflow-y: scroll;
  }
  .coupon-sidebar .live-arena {
    display: none;
  }
  .active .coupon-sidebar {
    display: block;
    margin-top: 66px;
  }
  .fast-bet .coupon-sidebar {
    display: none!important;
  }
  .mobile-head {
    display: none;
    padding: 10px;
    justify-content: space-between;
    border-bottom: solid 1px rgba(255,255,255,0.1);
    background: var(--base_color);
  }
  .active .mobile-head {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
	margin-top: 30px;
  }  
  .mobile-head .fast-bet label {
    display: inline-block;
    position: relative;
  }
  .mobile-head .fast-bet label input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .mobile-head .fast-bet .checkbox {
    position: relative;
    width: 51px;
    height: 31px;
    background-color: var(--base_color--lighten);
    transition: all .3s linear;
    border-radius: 31px;
  }
  .mobile-head .fast-bet .toggle {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 2px;
    z-index: 22;
    transition: all .3s linear;
    background-color: var(--second_color);
  }
  .mobile-head .fast-bet input:checked + .checkbox {
    background-color: var(--second_color);
  }
  .mobile-head .fast-bet input:checked + .checkbox .toggle {
    margin-left: 20px;
    background-color: var(--base_color--lighten);
  }  
  .mobile-head .close {
    position: absolute;
    right: 15px;
    top: 15px;
    display: inline-block;
    margin-right: 5px;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
  }
  .mobile-head .fast-bet span {
    position: absolute;
    right: -90px;
    top: 8px;
    white-space: nowrap;
  }
  .backdrop.active {
    display: block;
  }  
  .coupon-sidebar.active {
    display: block;
  }
  .match-area .match-pre-head--big .teams {
    height: 300px;
  }
  .header .info-area li {
    display: none;
  }
  .header .info-area &gt; ul &gt; li::before {
    display: none;
  }
  .coupon-sidebar .live-arena .actions {
    display: none!important;
  }
}

@media(max-width: 830px) {
  .match-tables .match-table table th {
    display: none!important;
  }
  .match-tables .match-table table th:nth-child(1) {
    display: block!important;
	height: 42px;
	padding-left: 5px;
    padding-top: 15px;  
}
  .match-tables .match-table td {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 10px 5px 120px!important;
  }
  .match-tables .match-table td:first-child {
    padding-left: 50px!important;
    background-color: #222222;
  }
  .match-tables .match-table td::before {
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    line-height: 49px;
    padding: 0 5px;
    content: attr(data-label);
  }
  .match-tables .match-table .others {
    display: none!important;
  }
  .bet-area &gt; .col {
    flex: 0 0 100%!important;
    max-width: 100%!important;
  }
  .match-area .bet-types .table-actions span:first-child {
    display: none;
  }
  .match-area .teams {
    padding: 0 15px;
  }
  .match-area .match-pre-head .team {
    flex: 0 0 35%;
    max-width: 35%;
  }
  .breadcrumb,
  .matches-tabs {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .breadcrumb ul,
  .matches-tabs ul {
    width: 500px;
  }
  .matches-tabs ul {
    width: 800px;
  }
  .match-area .teams {
    display: block;
  }
  .match-area .teams &gt; div {
    font-size: 13px;
    line-height: 40px;
    flex: 0 0 100%!important;
    max-width: 100%!important;
  }
  .match-area .teams .info {
    flex: 0 0 80%!important;
    max-width: 80%!important;
    margin: 0 auto;
    border-radius: 0;
    line-height: 22px;
    padding: 15px 0;
  }
  .match-area .teams {
    height: auto;
    padding: 20px;
  }
  .match-area .match-pre-head--big .teams {
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .match-area .match-pre-head .info.info--live {
     flex: 0 0 100%!important;
     max-width: 100%!important;   
  }
  .match-area .match-pre-head--big .team {
    display: none!important;
  }
  td.active {
    background: #fff!important;
  }
  th.active {
    background: var(--base_color--lighten)!important;
  }  
  .header .mobile-toggle {
    display: block;
  }
  body {
    padding-bottom: 50px;
  }
  .header .info-area .coupon {
    display: block;
    z-index: 52;
    position: fixed;
    right: 0;
    top: 50px;
    width: 65px;
    line-height: 45px;
    text-align: center;
    background-image: url("../imgs/edit3.png");
    height: 64px;
    /* background-color: #ebc149; */
  }
  .header .navigation a {
    font-size: 12px;
  }
  .header .navigation li {
    margin-right: 20px;
  }
  .header .navigation a::before {
    left: -10px;
  }
  .match-tables .match-table td::before {
    font-size: 13px;
  }
  .placeholder.small {
    position: relative;
    top: -7px;
  }
  .match-tables .search input {
    width: 135px;
    min-width: 135px;
    max-width: 135px;
    font-size: 12px;
    line-height: 11px;
    -webkit-appearance: none;
    appearance: none;
  }
  .match-tables .search input::-webkit-input-placeholder { line-height: normal; }
  .match-tables .match-table td div {
    font-size: 14px;
  }
  .match-tables .match-table .odds li a {
    font-size: 13px;
    /*width: 70px;*/
    height: 38px;
    line-height: 38px;
  }
  .coupon-sidebar,
  .bet-area {
    padding-bottom: 75px;
  }
  .bet-area .types .placeholder {
    width: 100%!important;
  }
  .matches-area--full td .first {
    margin-top: -25px!important;
  }
  .matches-area--full td .second {
    margin-top: -33px!important;
  }  
  .matches-area--full .match-table .minute {
    bottom: 0;
  }
  .coupon-modal-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    transform: translateY(0);
    -webkit-overflow-scrolling: touch;
  }
  .coupon-modal-content .label {
    padding: 0 5px;
  }

  .coupon-modal-content td,
  .coupon-modal-content th {
    display: block;
  }
  .coupon-modal-content th {
    display: none;
  }
  .coupon-modal-content td {
    position: relative;
    padding-left: 120px;
  }
  .coupon-modal-content td::before {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 32px;
    padding: 0 5px;
    content: attr(data-label);
  }  
  .coupon-modal-content .matches tr {
    display: block;
    padding-top: 10px;
    margin-top: 10px;
    border-top: solid 1px rgba(255,255,255,0.1);
  }
  .coupon-modal-content .matches tr:first-child {
    border: unset;
    padding: 0;
    margin: 0;
  }
  .fast-bet-info {
    position: absolute;
    left: 0;
    top: 55px;
    padding: 5px;
    font-size: 11px;
    line-height: 14px;
    background: var(--base_color);
  }
  .fast-bet-info p {
    margin-bottom: 10px;
  }
  .fast-bet-info input {
    width: 60px;
    height: 33px;
    border: unset;
    padding: 10px;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
  }
  .fast-bet-info button {
    cursor: pointer;
    display: inline-block;
    color: var(----base_font_color);
    font-size: 13px;
    line-height: 31px;
    text-decoration: none;
    text-align: center;
    border: unset;
    background: var(--second_color);
    vertical-align: top;
    transition: all .3s linear;    
  }
  .match-tables .match-table .time {
    line-height: 11px;
  }
  .coupon-sidebar .live-arena,
  .js-favourites-area-toggle {
    display: none!important;
  }
  .breadcrumb a {
    font-size: 12px;
  }
}

.tabs .tab-content {
  display: none;
}


</pre></body></html>