@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

:root {
  --background: #000000;
  --site_color: #ffffff;
  --box_color: #000000;
}

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    background: url(../images/bg.jpg)!important;
}

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

/**
* Side Menu
*/
.side-menu {
  transition: all .3s linear;
  transform: translateX(-100%);
}
body.active .side-menu {
  transform: translateX(0);
}
.side-menu .backdrop,
.side-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.side-menu .backdrop {
  background: rgba(0,0,0,0.3);
}
.side-menu .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 21;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background: #1b1b1b;
}
.side-menu .head {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 66px;
  text-align: center;
}
.side-menu .head img {
  display: inline-block;
  padding-top: 7px;
}
.side-menu .head em {
  color: #ffffff;
  font-size: 28px;
  position: absolute;
  right: 15px;
}
.side-menu .search {
  position: relative;
  padding: 10px;
  background-color: #1b1b1b;
  border-bottom: 1px solid #ffffff;
}
.side-menu .search input {
  height: 32px;
  line-height: 32px;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 4px 4px 0 0;
  padding: 0 15px;
  font-weight: 500;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  border: none;
  margin: 0;
  padding-left: 43px;
  border-radius: 10px;
  background-color: #ffffff;
  color: #000000;
  outline: none;
}
.side-menu .search input::-webkit-input-placeholder {
  color: rgba(255,255,255,0.3);
}
.side-menu .search em {
  position: absolute;
  left: 20px;
  top: 50%;
  font-size: 28px;
  color: #b2b3b7;
  transform: translateY(-50%);
}
.side-menu .categories {
  background-color: #2c2c2c;
}
.side-menu .categories .list {
  padding: 0px;
  display: flex;
  overflow-x: scroll;
}
.side-menu .categories .list > div:nth-child(1),
.side-menu .categories .list > div:last-child {
  flex: 0 0 60px;
}
.side-menu .categories em{
  font-size: 30px;
  margin-bottom: 5px;
  display: block;
}
.side-menu .categories a {
    display: block;
    padding: 10px 8px;
    line-height: normal;
    text-transform: uppercase;
    font-size: 9px;
    text-align: center;
    text-decoration: none;
    transition: all .3s linear;
    /* border-right: 1px solid #be281a; */
    width: 13.9%;
    color: white;
}

.side-menu .categories a.active,
.side-menu .categories a:hover {
  color: #fff;
}
.side-menu .links {
  padding-bottom: 50px;
}
.side-menu .links a {
    position: relative;
    display: block;
    line-height: 48px;
    padding: 0 10px;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    color: rgb(255 255 255);
    text-decoration: none;
    border: 1px solid #464646;
    font-weight: bold;
}
.side-menu .links a::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 16px;
  left: 0;
  top: 15px;
  border-radius: 0 3px 3px 0;
  /* background-color: #ffcd36; */
}
.side-menu .links a em{
  margin: 0 3px;
  font-size: 18px;
  vertical-align: middle;
}
.side-menu .links a:hover {
  color: #ffcd36;
}

/**
* Header
*/
.page-header {
  z-index: 1;
  display: flex;
  height: 50px;
  padding: 0 10px;
  color: #fff;
  align-items: center;
  position: fixed;
  background-color: black;
  width: 100%;
  /* margin-bottom: 150px; */
}
.page-header .hamburger {
  cursor: pointer;
  margin-right: 10px;
}
.page-header .hamburger em {
  font-size: 28px;
  line-height: 50px;
  color: #fff;
}
.page-header .actions {
  margin-left: auto;
}
.page-header .actions a {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}
.page-header .actions a.sign-up {
    background-color: #f3bf21;
    color: #000;
    border-radius: 4px;
}
.page-header .actions a.sign-in {
    background-color: #fff;
    color: #08203b;
    border-radius: 4px;
}
.fixed-navigation {
  display: none;
  position: fixed;
  align-items: center;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 3;
  text-align: center;
  background: var(--site_color);
}
.fixed-navigation > div {
  flex: 0 0 18.75%;
  max-width: 18.75%;
  text-align: center;
}
.fixed-navigation a {
  display: block;
  color: #fff;
  font-size: 10px;
  text-decoration: none;
}
.fixed-navigation > div.center {
  flex: 0 0 25%;
  max-width: 25%;
}
.fixed-navigation > div.center a {
  display: inline-block;
  border-radius: 50%;
  height: 74px;
  width: 74px;
  /* border: 2px solid #264e68; */
  margin-bottom: -5px;
  position: relative;
  background-color: #469c49;
  color: #021327;
  border-color: #0a2240;
  /* clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%); */
}
.fixed-navigation a em {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}
.fixed-navigation > div.center em {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 30px;
  transform: translateY(-50%) translateX(-50%);
}


/**
* Homepage Slider
*/
.homepage-slider {
  position: relative;
}
.homepage-slider .material-icons {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 25px;
  height: 25px;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  background: #fff;
  border-radius: 100%;
  z-index: 3;
  transform: translateY(-50%);
}
.homepage-slider .material-icons.next {
  left: auto;
  right: 20px;
}
.homepage-slider img {
  display: block;
  width: 100%;
}

/**
* Fast Links
*/
.fast-links {
  padding: 20px 0;
}
.fast-links .items {
  /*padding-bottom: 20px;*/
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.fast-links .item {
  display: block;
  flex: 0 0 80px;
  margin-right: 7px;
  color: #000;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
}
.fast-links .item span {
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    margin: 0 auto 5px;
    border-radius: 32.5px;
    background: #ffcd36;
}
.fast-links .item span em {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 30px;
  transform: translateY(-50%) translateX(-50%);
}

/**
* Live Matches
*/
.live-matches .items {
  padding-bottom: 20px;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.live-matches .item {
  color: #fff;
  flex: 0 0 275px;
  max-width: 275px;
  margin: 0 10px;
  padding: 10px;
  border-radius: 15px;
  background: #ffcd36;
}
.live-matches .item .topbar {
  display: flex;
  color: rgba(255,255,255,.9);
  font-size: 11px;
}
.live-matches .item .topbar div:nth-child(1) {
  flex: 0 0 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.live-matches .item .topbar .info.live {
  border-radius: 10px 2px;
  padding: 1px 8px;
  margin: 0 5px;
  font-size: 10px;
  background-color: #b53939;
  color: white;
}
.live-matches .item .teams {
  padding-top: 5px;
  font-size: 14px;
  font-weight: 300;
}
.live-matches .item .teams img {
  vertical-align: middle;
  margin-right: 10px;
}
.live-matches .item .teams > div {
  margin-top: 7px;
  display: flex;
}
.live-matches .item .teams > div div:nth-child(1) {
  flex: 0 0 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;  
}
.live-matches .item .teams .results {
  flex: 0 0 50px;
  text-align: right;
  color: rgba(255,255,255,.38);
}
.live-matches .item .teams .results span {
  color: #ffffff;
}
.live-matches .item .others {
  display: flex;
  padding: 15px 0;
  color: rgba(255,255,255,.4);
  font-size: 13px;
  justify-content: space-between;
}
.live-matches .item .others div:nth-child(2) {
  color: #fff;
}
.live-matches .item .odds {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.live-matches .item .odds > div {
    position: relative;
    flex: 0 0 31.5%;
    max-width: 31.5%;
    border-radius: 5px;
    border: 1px solid #80b0d2;
    /* color: rgb(255 255 255); */
    color: white;
    background-color: #ffcd36;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.live-matches .item .odds > div.down::before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 13px solid #c62828;
  border-left: 13px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-animation: 1s 5 fade;
  animation: 1s 5 fade;
}
.live-matches .item .odds > div.up::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 13px solid #FFEB3B;
  border-left: 13px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-animation: 1s 5 fade;
  animation: 1s 5 fade;
}
.live-matches .item .odds > div span {
  display: block;
  font-size: 12px;
  /*opacity: .6;*/
  margin-top: 2px;  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;  
}
.live-matches .item .odds > div.added {
  color: #000;
  background: #2e95e5;
}
.live-matches .item .odds > div.added span {
  color: #000;
}
.iframe-box {
  padding: 20px 10px;
}
.iframe-box .box {
  padding: 100px 0;
  color: #000;
  text-align: center;
  background: #fff;
  border-radius: 3px;
}

/**
* Accordion Container
*/
.accordion-container {
  padding: 0 0px 10px;
}
.accordion-item {
  margin-top: 10px;
}
.accordion-item .head {
  position: relative;
  padding: 0px 10px 10px 20px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  background: var(--box_color); 
}
.accordion-item .head em {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-item .body {
  display: none;
  /* background: var(--site_color); */
}
.accordion-item.active .body {
  display: block;
}
.accordion-item.active .head em {
  margin-top: -10px;
  transform: rotate(90deg);
}
.matches .item {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  color: #fff;
}
.matches .item .teams {
  flex: 0 0 60%;
  max-width: 60%;
  /* border-right: solid 1px rgba(255,255,255,0.1); */
}
.matches .item .info {
  display: flex;
  flex: 0 0 35%;
  max-width: 35%;
  align-items: center;
  justify-content: space-between;
}
.matches .item .odds {
  flex: 0 0 100%;
  max-width: 100%;
}
.matches .item .teams {
  font-size: 13px;
  color: #000;
}
.matches .item .teams > div {
  margin: 10px 0px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.matches .item .teams img {
  margin: 0 10px;
  vertical-align: middle;
}
.matches .item .time {
  display: inline-block;
  width: 90%;
  font-size: 13px;
  color: #f3f3f3;
  vertical-align: middle;
  float: left;
  padding-left: 5px;
}
.matches .item .date {
  display: inline-block;
  width: 35px;  
  font-size: 13px;
  color: #000;
  vertical-align: middle;
}
.matches .item .info-live {
border-radius: 2px 2px;
    padding: 5px 5px;
    margin: 0 5px;
    font-size: 10px;
    background-color: #42b4d9;
    color: #fff; 
}
.matches .item .stats {
  padding-top: 10px;
  color: #000;
  text-align: center;
}
.matches .item .stats em {
  font-size: 18px;
}
.matches .item .extra-odds {
  background-color: #222222;
  border-radius: 3px;
  border: none;
  color: #ffcd36;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  text-decoration: none;
  width: 40px;
}
.matches .item .odds {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.matches .item .odds > div {
    position: relative;
    flex: 0 0 31.5%;
    max-width: 31.5%;
    border-radius: 5px;
    border: 1px solid #ffcd36;
    /* color: rgba(255,255,255); */
    color: white;
    background-color: #ffcd36;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.matches .item .odds > div.down::before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 13px solid #c62828;
  border-left: 13px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-animation: 1s 5 fade;
  animation: 1s 5 fade;
}
.matches .item .odds > div.up::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 13px solid #FFEB3B;
  border-left: 13px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-animation: 1s 5 fade;
  animation: 1s 5 fade;
}
.matches .item .odds > div span {
  display: block;
  font-size: 12px;
  /*opacity: .6;*/
  margin-top: 2px;  
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;  
}
.matches .item .odds > div.added {
  color: #000;
  background: #2e95e5;
}
.matches .item .odds > div.added span {
  color: #000;
}
.matches .item .odds {
  position: relative;
  /*padding-top: 25px;*/
}
.matches .item .odds .label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  display: block;
  color: rgba(255,255,255,.6);
  font-size: 12px;
}
.items-carousel {
  position: relative;
  padding: 0px 10px;
}
.items-carousel .material-icons {
  position: absolute;
  left: -5px;
  top: 50%;
  width: 25px;
  height: 25px;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  z-index: 3;
  color: #fff;
  transform: translateY(-50%);
}
.items-carousel .material-icons.next {
  left: auto;
  right: -5px;
}
.items-carousel .slick-list {
  margin: 0 -5px;
}
.items-carousel .item {
  position: relative;
  margin: 0 5px;
}
.items-carousel .item .new,
.items-carousel .item .popular {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 5px;
  text-align: center;
  margin: 5px;
  padding: 0 3px;
  display: block;
  background-color: #2e95e5!important;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  padding: 3px 5px;
  max-width: 100%;
  font-size: 10px;
  color: #fff;
  border-radius: 3px;
}
.items-carousel .item .new {
  background-color: #39b54a;  
}
.items-carousel .item a {
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 11px;
    color: rgb(7 31 59);
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 6px;
}
.items-carousel .item img {
  display: block;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 5px;
}

/**
* Footer
*/ 
.page-footer {
  background: var(--box_color);
  display: none;
}
.page-footer .logos {
  padding: 15px;
  /* margin-bottom: 15px; */
  text-align: center;
  border-bottom: solid 1px rgba(255,255,255,0.1);
}
.page-footer .logos em {
  margin: 8px 5px;
  vertical-align: middle;
  line-height: normal;
  display: inline-block;
  background: url("../images/footer-pay.png") no-repeat;
  opacity: .8;  
}
.page-footer .logos em.pay1 {
  background-position: 0 0;
  width: 163px;
  height: 25px;
}
.page-footer .logos em.pay2 {
  background-position: 0 -25px;
  width: 116px;
  height: 25px;  
}
.page-footer .logos em.pay3 {
  background-position: 0 -50px;
  width: 145px;
  height: 25px;
}
.page-footer .logos em.pay4 {
  background-position: 0 -75px;
  width: 88px;
  height: 25px; 
}
.page-footer .logos em.pay5 {
  background-position: 0 -100px;
  width: 92px;
  height: 25px;
}
.page-footer .logos em.pay6 {
  background-position: 0 -125px;
  width: 133px;
  height: 25px;
}
.page-footer .logos em.pay7 {
  background-position: 0 -150px;
  width: 89px;
  height: 25px;
}
.page-footer .logos em.pay8 {
  background-position: 0 -175px;
  width: 89px;
  height: 25px;
}
.page-footer .column {
  padding: 10px;
  font-weight: 300;
}
.page-footer .column .hero {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
  color: rgba(255,255,255,.9);
}
.page-footer .column a {  
  color: rgba(255,255,255,.6);
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}
.footer-bottom {
  padding: 20px 0;
  text-align: center;
}
.footer-bottom em {
  margin: 0 5px;
  vertical-align: middle;
  line-height: normal;
  background: url('../images/footer-partner.png') no-repeat;
  display: inline-block;
}
.footer-bottom em.logo01 {
  background-position: 2px;
  width: 116px;
  height: 27px;  
}
.footer-bottom em.logo02 {
  background-position: -133px;
  width: 105px;
  height: 35px;
}
.footer-bottom em.logo03 {
  background-position: -251px;
  width: 103px;
  height: 34px;
}
.footer-bottom em.logo04 {
  background-position: -372px;
  width: 102px;
  height: 37px;
}
.footer-bottom em.logo05 {
  background-position: -492px;
  width: 104px;
  height: 33px;
}
.footer-bottom em.logo06 {
  background-position: -611px;
  width: 102px;
  height: 25px;
}
.footer-bottom em.logo07 {
  background-position: -1122px;
  width: 72px;
  height: 43px;
}
.footer-bottom em.logo08 {
  background-position: -1236px;
  width: 77px;
  height: 35px;
}
.footer-bottom em.logo09 {
  background-position: -1346px;
  width: 103px;
  height: 33px;
}
.footer-bottom em.logo10 {
  background-position: -1466px;
  width: 105px;
  height: 35px;
}
.footer-bottom em.logo11 {
  background-position: -1600px;
  width: 102px;
  height: 35px;
}
.footer-bottom em.logo12 {
  background-position: -1734px;
  width: 102px;
  height: 44px;
}
.copyright {
  display: flex;
  padding: 15px 0 65px 15px;
  color: rgba(255,255,255,.6);
  font-size: 13px;
  font-weight: 300;
  justify-content: space-between;
  align-items: center;
  background: var(--box_color);
  position: inherit;
  /* margin-top: 75px; */
}
.copyright img {
  display: inline-block;
  width: 40px;
}
.copyright div:nth-child(2) {
  text-align: right;
}

/**
* Content Page
*/
.content-page {
  padding: 15px;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
}
.content-page p {
  margin-bottom: 15px;
}

/**
* Auth
*/ 
.auth-page {
  padding: 15px;
  background: #fff;
  padding-top: 50px;
}
.auth-page .hero {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin: 20px 0 25px;  
  text-align: center;
}
.auth-page .field {
  margin-bottom: 15px;
}
.auth-page select,
.auth-page input[type="text"],
.auth-page input[type="password"] {
  height: 48px;
  line-height: 48px;
  border: none;
  border-bottom: 1px solid #2d5d7c;
  border-radius: 4px 4px 0 0;
  padding: 0 15px;
  font-weight: 500;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  color: rgba(0,0,0,.9);
  border-bottom-color: #021328;
  font-size: 14px;
  padding: 0 20px;
  height: 48px;
  border-radius: 5px 5px 0 0;  
  background-color: #eff1f2;
  outline: none;
}
.auth-page button {
  width: 100%;
  text-align: center;
  border-radius: 5px;
  height: 48px;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 10px;
  background-color: #1b1b1b;
  color: #e4eaee;  
  border: unset;
  outline: none;
  margin-bottom: 15px;
}
.auth-page .notice {
  font-size: 13px;
  color: rgba(0,0,0,.6);
  text-align: center;
  padding: 15px 0;
}
.auth-page .notice a {
  color: #ef5939;
  text-decoration: none;
}
.breadcrumb {
  display: flex;
  align-items: center;
  color: #ffffff;
  position: relative;
  padding-left: 50px;
  height: 48px;
  background: #ffcd36;
}
.breadcrumb .back {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumb .back em {
  font-size: 30px;
}
.breadcrumb a {
  color: #fff;
}
.breadcrumb li {
  float: left;
  margin-right: 10px;
}
.breadcrumb li a {
  text-decoration: none;
  font-size: 13px;
}
.breadcrumb li a::before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  width: 6px;
  height: 6px;
  position: relative;
  top: -2px;
  background: #fff;
  border-radius: 100%;
}
.auth-page .tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
}
.auth-page .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-transform: none;
  letter-spacing: -.3px;
  position: relative;
}
.auth-page .tab a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color .28s;
  transition: color .28s ease;
  padding: 0 10px;
  position: relative;
  font-weight: 500;
  overflow: inherit;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 700;
  color: #212121;
}
.auth-page .tab .tab-count {
  border: 1px solid #e1e1e1;
  height: 25px;
  width: 25px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;  
  background: 0 0;
  border-color: #e1e1e1;
  color: #e8e8e8;      
}
.auth-page .tab .text {
  display: none;
}
.auth-page .tab::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 1px;
  background-color: #e0e0e0;
}
.auth-page .tab a {
  text-decoration: none;
}
.auth-page .tab .active .tab-count {
  margin-right: 10px;
  background-color: #564a2;
  color: #ffffff;
  border: unset;
}
.auth-page .tab .active .text {
  display: inline-block;
}
.auth-page .tab:first-child a {
  padding-left: 0;
}
.auth-page .field-gender {
  display: flex;
}
.auth-page label {
  display: block;
  margin-bottom: 5px;
  color: rgba(0,0,0,.6);
}
.auth-page .field-gender > div {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 5px;
}
.auth-page .field-gender label {
  display: block;
      padding: 0;
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 20px 5px;
      border-radius: 10px;
      border: 1px solid #e0e0e0;
        background: #f4f8fd;
            color: #666;
            border-color: #e0e0e0;
            box-shadow: 0 4px 5px #ececec;
}
.auth-page .field-gender input {
  display: block;
  margin: 0 auto 10px;
}
.auth-page .field-date {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.auth-page .field-date label {
  flex: 0 0 100%;
  max-width: 100%;
}
.auth-page .field-date > div {
  flex: 0 0 32%;
  max-width: 32%;
}

.casino-list .filter {
  padding: 15px;
  background: #000000;
}
.casino-list .filter select {
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  color: rgb(0 0 0);
  border-radius: 10px;
  padding: 0 10px;
  border: unset;
  outline: none;
}
.casino-list .categories {
  background-color: #2c2c2c;
  position: relative;
  text-align: center;
  padding: 10px 20px;
}
.casino-list .categories em {
  display: block;
  margin-bottom: 5px;
}
.casino-list .categories a {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
  width: 90%;
  background: #000000;
  border-radius: 5px;
  padding-top: 8px;
}
.casino-list .categories > .material-icons {
  position: absolute;
  left: 5px;
  top: 50%;
  width: 25px;
  height: 25px;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  z-index: 3;
  color: #fff;
  transform: translateY(-50%);
  display: none!important;
}
.casino-list .categories > .material-icons.next {
  left: auto;
  right: 5px;
}
.casino-list .categories a.active {
  color: #fff;
  background: #000000;
  width: 90%;
  text-align: center;
  display: block;
  justify-content: center;
  border-radius: 5px;
  padding-top: 8px;
}
.casino-list .items {
  padding: 10px;
  display: inline-block;
  flex-wrap: wrap;
  justify-content: space-between;
}
.casino-list .items .item {
  width: 50%;
  float: left;
  /* position: relative; */
  flex: 0 0 33.5%;
  margin-bottom: 15px;
  display: block;
  text-align: center;
}
.casino-list .items .item .new,
.casino-list .items .item .popular {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 5px;
  text-align: center;
  margin: 5px;
  padding: 0 3px;
  display: block;
  background-color: #af3726;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  padding: 3px 5px;
  max-width: 100%;
  font-size: 10px;
  color: #fff;
  border-radius: 3px;
}
.casino-list .items .item .new {
  background-color: #39b54a;  
}
.casino-list .items .item a {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
  color: rgba(255,255,255,.9);
  text-decoration: none;
  display: flex;
  justify-content: center;
}
.casino-list .items .item img {
  display: inline-block;
  width: 95%;
  /*border-radius: 10px;*/
  /*margin-bottom: 5px;*/
  height: 140px;
}
.items-carousel.flex {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.items-carousel.flex .item {
  position: relative;
  flex: 0 0 31.5%;
  margin: 0 0 15px 0;  
}
.account-links {
  color: #fff;
  padding: 15px 10px;
}
.account-links .wallet {
  display: flex;
  text-align: center;
  line-height: 18px;
  justify-content: space-between;
  font-size: 12px;
}
.account-links .wallet > div {
  /* flex: 0 0 45%; */
  /* max-width: 45%; */
}
.account-links .wallet strong {
  display: block;
  color: #ffffff;
}
.account-links .wallet span {
  color: #ff0000;
  font-weight: 700;
}
.account-links ul {
  margin-top: 25px;
}
.account-links a {
  display: block;
  line-height: 48px;
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  color: rgb(7 31 59);
  /* border-bottom: solid 1px rgb(255 85 85)!important; */
  text-decoration: none;
}
.account-links a em {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 10px;
}
.history {
  margin-top: 20px;
}
.history table {
  width: 100%;
}
.history table th,
.history table td {
  text-align: left;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  background: #ffffff;
  border-bottom: solid 1px #000;
}
.history table th {
  font-weight: 700;
  color: #fff;
  background: #ff1600;
}
.history a {
  color: #ff7700;
  font-size: 12px;
  font-weight: 700;
}

.promotions {
  color: #fff;
  text-align: center;
  padding: 25px;
  /*background-image: url('../images/promo.jpg');*/
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;  
}
.promotions .hero {
  font-weight: 500;
}
.promotions .desc {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}
.promotions .item {
  margin-top: 15px;
  /*background: #252525;*/
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  color: white;
}
.promotions .item .label {
  padding: 10px;
  font-size: 13px;
}
.promotions .item .content {
  display: none;
  text-align: left;
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
}
.promotions .item img {
  width: 100%;
}

.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: var(--box_color);
}
.loader img {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
}
.loader .loader-animate {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 5px solid #af3726;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #af3726 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.promotions .item .label {
  padding: 10px;
  font-size: 13px;
}
.promotions .item .content {
  display: none;
  text-align: left;
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
}
.pagination {
  display: inline-block;
}

.pagination a {
  color: white;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #ff1600;
  color: white;
  border-radius: 5px;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 5px;
}