@charset "UTF-8";
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-height: 100%;
  height: 100%;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

ul, ol {
  padding: 0;
  list-style: none;
}

li {
  list-style: none;
}

body, h1, h2, h3, h4, p, ul, ol[class], li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
}

input, button, textarea, select {
  font: inherit;
}

img {
  max-width: 100%;
  display: inline-block;
}

a {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration: none;
  color: inherit;
}

*, ::before, ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=text], input[type=password], input:not([type]) {
  background-color: transparent;
  border: none;
}
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

input[type=submit], input[type=reset] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

strong, b {
  font-weight: 700;
}

[hidden] {
  display: none;
}

form {
  width: 100%;
}

button, ol, ul {
  padding: 0;
}

button {
  -webkit-appearance: none;
  border-radius: 0;
}

dd, dl, h1, h2, h3, ol, p, ul {
  margin: 0;
}

button, iframe {
  border: 0;
}

option {
  outline: 0 transparent !important;
  border: none !important;
}

a {
  text-decoration: none;
}
a:active, a:focus, a:hover {
  text-decoration: none;
}

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, ::-ms-input-placeholder, ::placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder, ::-ms-input-placeholder {
  color: inherit;
}

input[type=date], input[type=time] {
  -webkit-appearance: none;
  -webkit-min-logical-width: calc(100% - 16px);
  background: transparent;
}

select::-ms-expand {
  display: none;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow i {
  display: block;
}

.slick-dots {
  position: absolute;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.float-none {
  float: none !important;
}

.clear {
  clear: both;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.d-none {
  display: none !important;
}

.hide {
  display: none;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-flex-center {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.d-flex-center-between {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.d-flex-center-end {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .col-xl-five {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.no-border {
  border: none !important;
}

.color-default {
  color: #d2d7e2 !important;
}

.color-white {
  color: #fff !important;
}

.color-red {
  color: #e2363a !important;
}

.color-green {
  color: #08ab4d !important;
}

.color-blue {
  color: #2c6cee !important;
}

.color-yellow {
  color: #ffdd3a !important;
}

.color-gray {
  color: #7a7f86 !important;
}

.navy-bg {
  background-color: #151d2f;
}

.flex-1 {
  flex: 1;
}

.font-300 {
  font-weight: 300 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-700 {
  font-weight: 700 !important;
}

.font-800 {
  font-weight: 800 !important;
}

.font-900 {
  font-weight: 900 !important;
}

.font-size-56 {
  font-size: 56px !important;
}

.font-size-48 {
  font-size: 48px !important;
}

.font-size-46 {
  font-size: 46px !important;
}

.font-size-34 {
  font-size: 34px !important;
}

.font-size-28 {
  font-size: 28px !important;
}

.font-size-25 {
  font-size: 25px !important;
}

.font-size-24 {
  font-size: 24px !important;
}

.font-size-21 {
  font-size: 21px !important;
}

.font-size-19 {
  font-size: 19px !important;
}

.font-size-17 {
  font-size: 17px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-13 {
  font-size: 13px !important;
}

.font-size-11 {
  font-size: 11px !important;
}

.width-100 {
  width: 100% !important;
}

.width-260 {
  width: 260px;
}

.width-150 {
  width: 150px;
}

.width-360 {
  width: 360px;
}

.width-420 {
  width: 420px;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-30, .pl-40 {
  padding-left: 30px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.margin-left-auto {
  margin-left: auto;
}

.margin-right-auto {
  margin-right: auto;
}

.clear-after:after {
  content: "";
  display: block;
  clear: both;
}

.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.mask-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.relative {
  position: relative;
}

.border-right {
  border-right: 1px solid #dcdcdc;
}

.border-left {
  border-left: 1px solid #dcdcdc;
}

.border-top {
  border-top: 1px solid #dcdcdc;
}

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

.no-border {
  border: none !important;
}

.line-height-1_2 {
  line-height: 1.2;
}

.line-height-1_5 {
  line-height: 1.5;
}

.line-height-2 {
  line-height: 2;
}

.grid-row {
  margin: 0 -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid-col-2 {
  padding: 0 3px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666%;
  flex: 0 0 16.6666666%;
  max-width: 16.6666666%;
  width: 16.6666666%;
  position: relative;
}

.grid-col-3 {
  padding: 0 3px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
  position: relative;
}

.grid-col-4 {
  padding: 0 3px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  width: 33.333333%;
  position: relative;
}

.grid-col-5 {
  padding: 0 3px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666%;
  flex: 0 0 41.6666666%;
  max-width: 41.6666666%;
  width: 41.6666666%;
  position: relative;
}

.grid-col-6 {
  padding: 0 3px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  position: relative;
}

.grid-col-7 {
  padding: 0 3px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33%;
  flex: 0 0 58.33%;
  max-width: 58.33%;
  width: 58.33%;
  position: relative;
}

.grid-col-8 {
  padding: 0 3px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66%;
  flex: 0 0 66.66%;
  max-width: 66.66%;
  width: 66.66%;
  position: relative;
}

.grid-col-9 {
  padding: 0 3px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  width: 75%;
  position: relative;
}

.grid-col-10 {
  padding: 0 3px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33%;
  flex: 0 0 83.33%;
  max-width: 83.33%;
  width: 83.33%;
  position: relative;
}

.grid-col-12 {
  padding: 0 3px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  position: relative;
}

.grid-col-20 {
  padding: 0 3px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  width: 20%;
  position: relative;
}

.no-gutters > [class*=grid-col] {
  padding-right: 0;
  padding-left: 0;
}

.grid-row.no-gutters {
  margin: 0;
}
.grid-row.gutter-10 {
  margin: 0 -5px;
}
.grid-row.gutter-10 > [class^=grid-col] {
  padding: 0 5px;
}
.grid-row.gutter-20 {
  margin: 0 -10px;
}
.grid-row.gutter-20 > [class^=grid-col] {
  padding: 0 10px;
}
.grid-row.gutter-40 {
  margin: 0 -20px;
}
.grid-row.gutter-40 > [class^=grid-col] {
  padding: 0 20px;
}

.dark-bg {
  background-color: #202123 !important;
}

.green-bg {
  background-color: #7e9e47 !important;
}

.yellow-bg {
  background-color: #ffdd3a !important;
}

.red-bg {
  background-color: #de3233 !important;
}

.rotate-180 {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

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

.rotate-270 {
  -webkit-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}

.base-btn {
  height: 52px;
  background-color: #ffdd3a!important;
  color: #3b3d43!important;
  padding: 0 15px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
.base-btn.transparent {
  background-color: transparent;
  border: 2px solid #f7dd38;
  color: #fff;
}
.base-btn.transparent-yellow {
  background-color: transparent;
  border: 2px solid #ffdd3a;
  color: #ffdd3a;
}
.base-btn i {
  font-size: 21px;
  margin-left: 14px;
  font-weight: 400;
  position: relative;
  z-index: 5;
}
.base-btn.large {
  height: 64px;
  font-size: 18px;
}
.base-btn.medium {
  height: 38px;
  font-size: 14px;
}
.base-btn.small {
  height: 32px;
  font-size: 12px;
}
.base-btn.thin {
  height: 20px;
  font-size: 11px;
  border-radius: 3px;
  padding: 0 7px;
  font-weight: 700;
}
.base-btn.light {
  background-color: #e5e7ec;
  color: #55575d;
}
.base-btn.dark {
  background-color: #202123;
  color: #ffdd3a;
}
.base-btn.red {
  background-color: #ee103f;
  color: #fff;
}
.base-btn.red-2 {
  background-color: #ff4a54;
  color: #fff;
}
.base-btn.gray {
  background-color: #464749;
  color: #ced1d9;
}
.base-btn.gray-2 {
  background-color: #686e7a;
  color: #bfc7d7;
}

.form-row .base-btn.large {
  height: 66px;
}

body {
  font-family: "gilroy", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #373a3e;
  background: #e5e7ec;
  overflow-x: hidden;
}

.container {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}

.site-header {
  position: relative;
  z-index: 15;
}

.language-menu {
  position: relative;
  text-align: center;
  height: 52px;
  width: 52px;
  background-color: #292b2e;
  border-radius: 5px;
  line-height: 52px;
}

.selected-lang {
  cursor: pointer;
  margin: 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 52px;
}
.selected-lang :after {
  content: "";
  display: block;
  clear: both;
}
.selected-lang i {
  float: right;
  height: 40px;
  line-height: 40px;
  width: 30px;
  text-align: center;
}

.lang-drop {
  display: none;
  position: absolute;
  top: 52px;
  z-index: 10;
  width: 100%;
  left: 0;
  border: 1px solid #293040;
  border-top: none;
  background-color: #292b2e;
  padding: 0 10px !important;
}
.lang-drop li {
  border-bottom: 1px solid #293040;
  line-height: normal;
}
.lang-drop li img {
  max-width: 26px;
}
.lang-drop li a {
  color: #fff;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.lang-drop li:last-child {
  border: none;
}

.selected-lang img {
  width: 26px;
}

.header-center-frame {
  background-color: #202123;
  height: 100px;
  position: relative;
  z-index: 10;
}

.site-logo {
  height: 100px;
}

.top-input-holder {
  background-color: #292b2e;
  height: 52px;
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-right: 10px;
  border-radius: 5px;
  padding: 0 15px;
  border: 1px solid #383b3f;
}
.top-input-holder i {
  color: #f7dd38;
  font-size: 18px;
}

.top-textbox {
  width: calc(100% - 26px);
  font-size: 14px;
  height: 44px;
  color: #afb2b6;
  font-weight: 600;
}

.hint {
  background-color: #888b90;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 19px;
  border-radius: 2px;
  color: #1b2334;
  font-size: 11px;
  font-weight: 700;
}

.top-input-holder .hint {
  position: absolute;
  z-index: 5;
  right: 15px;
}

.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 160px;
  top: 100%;
  left: calc(50% - 80px);
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px 8px;
  position: absolute;
  z-index: 100;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.menu-frame {
  width: 100%;
  height: 80px;
  background-color: #292b2e;
  position: relative;
  z-index: 10;
}
.menu-frame .homepage {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  border-right: 1px solid #242c3c;
  border-left: 1px solid #242c3c;
}
.menu-frame .top-menu {
  max-width: calc(100% - 180px);
  width: calc(100% - 1800px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 180px);
  flex: 0 0 calc(100% - 180px);
  color: #fff;
}

.top-menu > li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 80px;
  border-right: 1px solid #242c3c;
}
.top-menu > li:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
}
.top-menu > li > a {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 80px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 3;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top-menu > li > a i {
  color: #c2c5cc;
  font-size: 24px;
}
.top-menu > li > a span {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  margin-top: 8px;
  color: #c6ccd6;
  font-weight: 600;
}
.top-menu > li > a:hover i {
  color: #ffdd3a;
}
.top-menu > li.current i,
.top-menu > li a.router-link-exact-active i {
  color: #ffdd3a;
}
.top-menu > li.current span,
.top-menu > li a.router-link-exact-active span {
  color: #fff;
}
.top-menu > li > a:hover span {
  color: #fff;
}
.top-menu > li:hover > a:before, .top-menu > li.current > a:before,
.top-menu > li a.router-link-exact-active:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-shadow: 0 0 30px 10px #ffdd3a;
}
.top-menu > li:hover > a:after, .top-menu > li.current > a:after,
.top-menu > li a.router-link-exact-active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 25%;
  width: 50%;
  height: 1px;
  background-color: #ffdd3a;
}
.top-menu li .dropdown {
  display: none;
  position: absolute;
  top: 80px;
  width: 160px;
  padding: 0 10px;
  left: 0;
  background-color: #292b2e;
  z-index: 100;
}
.top-menu li .dropdown li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #343232;
  height: auto;
  border-right: none;
}
.top-menu li .dropdown li a {
  display: block;
  padding: 10px 0;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  color: #c2c5cc;
}
.top-menu li .dropdown li a:hover {
  color: #ffdd3a;
}
.top-menu li .dropdown li:last-child {
  border: none;
}
.top-menu li.has-dropdown span:after {
  content: "";
  margin-left: 5px;
  vertical-align: top;
  border: solid #c2c5cc;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.menu-stuck {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  max-width: 160px;
  margin-left: auto;
  border-left: 1px solid #383b3f;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gift-menu-btn {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 600;
  border-right: 1px solid #383b3f;
}
.gift-menu-btn i {
  font-size: 24px;
  margin-bottom: 8px;
  display: inline-block;
}

.menu-stuck > a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 15px;
}

.menu-frame .homepage .selected {
  color: #11b588;
  border-top: 1px solid #11b588;
}
.menu-frame .homepage a {
  display: block;
}

.top-date {
  color: #d7dade;
  font-size: 11px;
  font-weight: 600;
  position: absolute;
  left: 219px;
  top: 29px;
  border-left: 1px solid #2d2e31;
  line-height: 1.3;
  padding: 10px 0 10px 10px;
}
.top-date i {
  margin-right: 7px;
  font-size: 14px;
}

.how-link {
  font-size: 14px;
  color: #cdd1d7;
  font-weight: 700;
  margin-right: 10px;
}
.how-link .ico {
  color: #dbaa35;
  font-size: 34px;
  font-weight: 400;
  padding-top: 10px;
}
.how-link .tx {
  padding-top: 10px;
  padding-left: 10px;
  font-size: 16px;
}

.head-link {
  width: 52px;
  height: 52px;
  background-color: #292b2e;
  margin-right: 5px;
  text-align: center;
  line-height: 52px;
  border-radius: 5px;
  color: #a6a9ae;
  font-size: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.head-link:hover {
  color: #f7dd38;
}

.howto-box {
  position: relative;
  background-color: #292b2e;
  border-radius: 5px;
  margin-bottom: 10px;
  height: 200px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.howto-box:hover {
  margin-top: -5px;
}

.howto-logo {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  position: relative;
}
.howto-logo img {
  display: block;
}

.howto-info {
  padding-left: 20px;
  padding-top: 20px;
  font-weight: 600;
  position: relative;
  height: 130px;
}

.ht-1 {
  color: #fff;
  font-size: 17px;
  margin-bottom: 10px;
}

.ht-2 {
  color: #e5e7ec;
  font-weight: 500;
  margin-bottom: 17px;
}

.howto-logo:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  height: 2px;
  width: 40px;
  background-color: #ffdd3a;
}

.howto-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 34px;
  background-color: #f7de39;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  font-weight: 700;
}
.howto-info a i {
  margin-left: 5px;
  font-size: 20px;
}

.page-top-banner-frame {
  position: relative;
}
.page-top-banner-frame .container {
  position: absolute;
  top: 0;
  z-index: 20;
  width: 1340px;
  left: calc((100% / 2) - 670px);
  height: 100%;
}

.site-content {
  padding-bottom: 100px;
}

.site-footer {
  background-color: #202123;
}

.footer-top-frame {
  width: 100%;
  height: 80px;
  position: relative;
  border-bottom: 1px solid #242c3c;
}

.footer-top-holder {
  height: 80px;
}

.footer-center-frame {
  padding: 40px 0 60px;
  color: #d3d7e3;
  border-top: 2px solid #ffdd3a;
}
.footer-center-frame:after {
  content: "";
  display: block;
  clear: both;
}

.footer-col {
  padding-right: 18px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.footer-col:last-child {
  padding-right: 0;
}

.first-col.footer-col {
  color: #c3c8d2;
  line-height: 1.5;
  padding-right: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 290px;
  flex: 0 0 290px;
}

.copyright {
  font-weight: 600;
  margin-bottom: 10px;
  color: #eaedf3;
}

.footer-social {
  margin: 22px 0;
}
.footer-social li {
  width: 40px;
  text-align: center;
  font-size: 16px;
}
.footer-social li a {
  display: block;
  height: 30px;
  line-height: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #898e96;
}
.footer-social li .flaticon-youtube-logo {
  font-size: 20px;
  display: inline-block;
}
.footer-social li a:hover {
  color: #fff;
}

.f-title {
  position: relative;
  display: block;
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #2d2e31;
  color: #c3c8d2;
  font-size: 20px;
  font-weight: 500;
}
.f-title:before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #ffdd3a;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.footer-col ul.footer-list-menu li {
  margin-top: 20px;
}
.footer-col ul.footer-list-menu li a {
  display: block;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #8c9098;
}
.footer-col ul.footer-list-menu li a:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
  background-color: #34373d;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.footer-col ul li a:hover {
  color: #c3c8d2;
}
.footer-col ul.footer-list-menu li a:hover:before {
  background-color: #f7dd38;
}

.footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #202123;
}

.footer-info {
  margin-top: 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: #272525;
  border-radius: 20px;
  padding: 0 15px;
}
.footer-info i {
  font-size: 20px;
}

ul.ftf-links li a {
  color: #d3d7e3;
  font-size: 13px;
  padding: 0 15px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
ul.ftf-links li a:hover {
  color: #fff;
}

.ftf-info {
  color: #d3d7e3;
  font-size: 13px;
  font-weight: 500;
  margin-left: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ftf-info:hover {
  color: #fff;
}
.ftf-info i {
  color: #788195;
  font-size: 19px;
  margin-right: 10px;
  vertical-align: middle;
}

.footer-tool-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.footer-tool-btn a {
  background-color: #242c3c;
  width: 134px;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 11px;
  border-radius: 3px;
  margin-right: 10px;
  font-weight: 700;
}
.footer-tool-btn a i {
  margin-left: 5px;
}

.fda {
  background-color: #242c3c;
  border-radius: 3px;
  margin-left: 10px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  min-width: 40px;
  white-space: nowrap;
}
.fda i {
  font-size: 23px;
}

.footer-logos {
  padding: 0px 30px;
}
.footer-logos .slick-track {
  margin: auto;
}
.footer-logos .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -40px;
  left: 10%;
}
.footer-logos .slick-arrow.slick-next {
  left: inherit;
  right: 10%;
}

.ffs {
  margin-right: 20px;
}
.ffs i {
  margin-right: 5px;
  font-size: 17px;
}

.f-status {
  padding-left: 10px;
}
.f-status.online {
  color: #01d538;
}
.f-status:before {
  content: "";
  background-color: #01d538;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 3px;
  float: left;
  margin-top: 3px;
}

.footer-logos .slick-slide {
  text-align: center;
  padding: 0 13px;
  height: 90px;
  display: inline-flex !important;
  align-items: center;
}

.footer-logo-wrapper {
  color: #64676e;
}

.footer-section-title {
  font-weight: 600;
  position: relative;
  background-color: #26282c;
  height: 40px;
}
.footer-section-title:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  left: -60px;
  top: 5px;
  background-color: #2d2e31;
}
.footer-section-title:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  right: -60px;
  top: 5px;
  background-color: #2d2e31;
}

.base-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  padding: 10px 10px 10px 0;
  color: #c3c8d2;
  min-height: 60px;
  font-size: 14px;
}
.base-link.thin {
  padding: 8px 5px 8px 15px;
}
.base-link.thin .bl-icon {
  font-size: 23px;
}
.base-link.yellow {
  background-color: #ffdd3a;
}
.base-link.white {
  background-color: #fff;
}
.base-link.dark {
  background-color: #363a40;
  color: #c3c8d2;
}
.base-link.solid {
  background-color: #1d2436;
}

.bl-icon {
  font-size: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffdd3a;
}

.bl-cell {
  padding-left: 10px;
}
.bl-cell em {
  display: block;
  font-style: normal;
  font-size: 17px;
  line-height: 15px;
  margin-top: 5px;
}

.bl-icon img {
  max-width: 28px;
}

.symbol-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
}

.symbol-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  font-size: 20px;
  color: #767d87;
}

.page-top-slider {
  position: relative;
  z-index: 1;
}
.page-top-slider > .static-banner:not(:first-child) {
  display: none;
}
.page-top-slider .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 80px;
  left: calc((100% - 1200px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-top-slider .slick-dots li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  margin: 0 2px;
}
.page-top-slider .slick-dots li button {
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 4px 0 0 4px;
  background: #d7dade;
}
.page-top-slider .slick-dots li.slick-active button {
  background-color: #ffdd3a;
}
.page-top-slider.subpage .slick-dots {
  bottom: 40px;
}

.p-slide {
  height: 520px;
  position: relative;
}

.static-banner {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 100%;
  width: 100%;
}

img.static-img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: 0;
  bottom: inherit;
  margin: auto;
  width: auto;
  height: auto;
  z-index: 1;
  max-width: none;
}

.welcome-frame {
  color: #747880;
  font-size: 17px;
  line-height: 1.5;
}

h1.welcome-title {
  margin-top: 40px;
  font-size: 34px;
  color: #373a3e;
}

.welcome-subtitle {
  position: relative;
  padding-bottom: 20px;
  font-size: 20px;
  margin-bottom: 30px;
}
.welcome-subtitle:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background-color: #babdc5;
}
.welcome-subtitle:after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #babdc5;
  width: 20px;
  left: 70px;
  bottom: 0;
}

.welcome-frame p {
  margin: 30px 0;
}

.home-carousel-wrapper {
  border-top: 2px solid #d7d9df;
  border-bottom: 2px solid #d7d9df;
  padding: 40px 0;
}

.tab-btn {
  position: absolute;
  padding: 3px;
  background-color: #fff;
  border-radius: 5px;
  height: 54px;
  width: 230px;
  font-weight: 700;
  left: 0;
  bottom: 0;
}
.tab-btn a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  line-height: 48px;
  color: #6f737a;
}
.tab-btn a.active {
  background-color: #5a5e64;
  color: #fff;
  border-radius: 5px;
  z-index: 10;
}

.tab-panel {
  height: 336px;
  display: none;
}
.tab-panel.active {
  display: block;
}

.home-carousel-slider-content {
  height: 336px;
}

.slider-category-name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  max-width: 240px;
  padding-right: 10px;
  height: 100%;
}

.tab-frame {
  position: relative;
}

.slider-category-icon {
  font-size: 50px;
}

.sc-1 {
  color: #8c9098;
  font-size: 34px;
  font-weight: 300;
}

.sc-2 {
  font-size: 34px;
  font-weight: 700;
  color: #373a3e;
  margin: 10px 0;
}

.sc-3 {
  font-size: 34px;
  color: #373a3e;
  font-weight: 300;
}

.home-carousel-slider {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 240px);
  flex: 0 0 calc(100% - 240px);
  max-width: calc(100% - 240px);
  width: calc(100% - 240px);
  padding-top: 10px;
}
.home-carousel-slider > .slider-item {
  display: none;
}
.home-carousel-slider .slider-item {
  margin: 0 5px;
}
.home-carousel-slider .slick-list {
  margin: 0 -5px;
}
.home-carousel-slider .slider-box {
  height: 336px;
  position: relative;
}
.home-carousel-slider .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #292b2e;
  text-align: center;
  line-height: 40px;
  color: #ffdd3a;
  border-radius: 3px;
  z-index: 20;
  bottom: 75px;
  left: -237px;
}
.home-carousel-slider .slick-arrow.slick-next {
  left: -190px;
}
.home-carousel-slider .play-btn {
  width: 80%;
  left: 10%;
  position: absolute;
  height: 44px;
  background-color: #292b2e;
  border-radius: 5px;
  color: #fff;
  line-height: 44px;
  text-align: center;
  top: calc(50% - 22px);
  z-index: 6;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.home-carousel-slider .play-btn i {
  vertical-align: bottom;
  color: #ffdd3a;
  margin-left: 10px;
  font-size: 20px;
}
.home-carousel-slider .slider-box .item-img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.home-carousel-slider .slider-box .item-img:before {
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(255, 221, 58, 0.9);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.home-carousel-slider .slider-box:hover .item-img:before, .home-carousel-slider .slider-box:hover .play-btn {
  opacity: 1;
}
.home-carousel-slider .item-caption {
  padding-top: 20px;
  font-size: 20px;
}
.home-carousel-slider .item-caption strong {
  display: block;
}
.home-carousel-slider .item-caption span {
  font-size: 14px;
  color: #6f737a;
  margin-top: 5px;
  display: block;
}

.category-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(10% - 9px);
  flex: 0 0 calc(10% - 9px);
  width: calc(10% - 9px);
  max-width: calc(10% - 9px);
  margin-right: 10px;
  height: 130px;
  background-color: #292b2e;
  border-radius: 5px;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #898e96;
  position: relative;
  overflow: hidden;
}
.category-item span {
  display: block;
  color: #c6ccd6;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.category-item i {
  font-size: 40px;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.category-item:hover span {
  color: #fff;
}
.category-item:hover i {
  color: #f7dd38;
}

.category-item:hover:before {
  content: "";
  width: 50%;
  height: 0;
  position: absolute;
  top: 0;
  left: 25%;
  z-index: 1;
  -webkit-box-shadow: 0 7px 32px 8px #ffdd3a;
  box-shadow: 0 7px 32px 8px #ffdd3a;
}

.category-item:last-child {
  margin-right: 0;
}

.home-landing-page {
  position: relative;
  top: -60px;
  z-index: 10;
}

.landing-slider .slick-arrow {
  position: absolute;
  top: -64px;
  right: -5px;
  width: 24px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #7d6c1f;
  font-size: 15px;
}

#landing-slider-02 .slick-arrow, #landing-slider-03 .slick-arrow {
  color: #fff !important;
}

.landing-slider .slick-arrow.slick-prev {
  right: 20px;
}
.landing-slider > .lp-slide-item {
  display: none;
}

.landing-panel {
  position: relative;
}

.landing-panel-head {
  width: 100%;
  height: 60px;
  background-color: #ffdd3a;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0 18px;
}

.lph-name {
  font-size: 17px;
}
.lph-name i {
  font-size: 20px;
  margin-right: 15px;
}

.lph-tool {
  padding-right: 50px;
}
.lph-tool a {
  font-size: 11px;
  font-weight: 600;
  color: #7d6c1f;
}

.landing-panel-content {
  padding: 18px;
  background-color: #fff;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 236px;
}

.lp-game-box-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  max-width: 160px;
  width: 160px;
}

.lp-game-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 160px);
  flex: 0 0 calc(100% - 160px);
  max-width: calc(100% - 160px);
  width: calc(100% - 160px);
  padding-left: 18px;
}

.lp-game-provider {
  color: #8c9098;
  font-weight: 700;
  margin-bottom: 10px;
}

.lp-game-name {
  color: #373a3e;
  font-size: 20px;
  margin-bottom: 10px;
}

.lp-game-rating {
  margin-bottom: 10px;
}
.lp-game-rating i {
  margin-right: 5px;
  color: #bcbec4;
}

.lp-game-summary {
  color: #8c9098;
  line-height: 22px;
  overflow: hidden;
  height: 72px;
  margin-bottom: 10px;
  font-size: 13px;
}

.landing-panel.gray .landing-panel-head {
  background-color: #5a5e64;
}
.landing-panel.gray .landing-panel-head .lph-name {
  color: #fff;
}
.landing-panel.gray .landing-panel-head .lph-tool a {
  color: #caced5;
}
.landing-panel.red .landing-panel-head {
  background-color: #ee103f;
}
.landing-panel.red .landing-panel-head .lph-name {
  color: #fff;
}
.landing-panel.red .landing-panel-head .lph-tool a {
  color: #fac8d3;
}

.lp-bet-league {
  color: #8c9098;
  font-weight: 600;
  height: 32px;
  margin-bottom: 3px;
  overflow: hidden;
}

.lp-bet-more {
  height: 32px;
  background-color: #f7dd38;
  line-height: 32px;
  padding: 0 10px;
  font-weight: 600;
  color: #3b3d43;
  border-radius: 3px;
}

.lp-bet-team {
  font-size: 25px;
  color: #6f737a;
  font-weight: 400;
  margin-bottom: 14px;
}
.lp-bet-team img {
  max-height: 33px;
  margin-right: 20px;
}

.lp-bet-date {
  margin-bottom: 13px;
  color: #8c9098;
  font-size: 17px;
  font-weight: 600;
}
.lp-bet-date i {
  font-size: 24px;
  margin-right: 20px;
}

.lp-bet-box .bet-btn {
  height: 40px;
  background-color: #5a5e64;
  color: #ffffff;
}
.lp-bet-box .bet-btn:hover {
  background-color: #3d3f42;
}

.section-wrapper {
  padding-top: 80px;
  background: url(/assets-bt/img/subpage-bg.jpg) no-repeat center top;
}
.section-wrapper.zeplin-page {
  background: url(/assets-bt/img/zeplin-bg.jpg) no-repeat center top;
  padding-top: 0;
}
.section-wrapper.tombala-page {
  background: url(/assets-bt/img/tombala-bg.jpg) no-repeat center top;
  padding-top: 0;
}
.section-wrapper.live-games-page {
  background: url(/assets-bt/img/live-games-bg.jpg) no-repeat center top;
  padding-top: 0;
}

.standart-left-frame {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  width: 300px;
  max-width: 300px;
  position: relative;
  background-color: #303336;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.standart-right-frame {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 300px);
  flex: 0 0 calc(100% - 300px);
  width: calc(100% - 300px);
  max-width: calc(100% - 300px);
  position: relative;
  background-color: #fff;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.title-row {
  position: relative;
  height: auto;
  border-bottom: 2px solid #e5e7ec;
  padding-top: 25px;
  padding-bottom: 25px;
}
.title-row:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 50px;
  height: 2px;
  background-color: #8e95a0;
}
.title-row .count {
  color: #7a7e89;
  font-size: 21px;
}

.standart-left-frame .title-row {
  border-bottom: 1px solid #414549;
  padding-left: 30px;
}
.standart-left-frame .title-row .head-title {
  color: #fff;
}

.standart-right-frame .title-row {
  padding-left: 30px;
}
.standart-right-frame .title-row:after {
  left: 30px;
}

.standart-left-frame .title-row:after {
  left: 30px;
}

.head-title {
  display: inline-block;
  margin: 0;
  font-size: 20px;
  color: #292b2e;
  font-weight: 600;
  line-height: 40px;
}

.head-subtitle {
  color: #292b2e;
  font-size: 14px;
  line-height: 26px;
}

.content-row {
  margin-bottom: 20px;
}
.content-row + .content-row {
  margin-top: 40px;
}
.content-row .subtitle {
  background-color: #353333;
  height: 46px;
  line-height: 46px;
  padding-left: 50px;
  background-position: 20px center;
}

.label-box {
  height: 50px;
  width: 100%;
  background-color: #eff1f6;
  border-radius: 3px;
  padding: 0 10px 0 30px;
  margin-bottom: 10px;
  color: #50545a;
  position: relative;
}
.label-box:Before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #62686d;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  left: 15px;
  top: calc(50% - 3px);
}

.content-frame h5 {
  font-size: 22px;
  font-weight: 500;
  margin: 25px 0;
}
.content-frame p {
  line-height: 28px;
}
.content-frame > h5:first-child {
  margin-top: 0;
}

.left-navigation {
  margin-bottom: 10px;
}

.left-nav-header {
  padding-bottom: 15px;
  position: relative;
  color: #fff;
  font-size: 19px;
  margin-bottom: 10px;
}
.left-nav-header:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 60px;
  background-color: #e2363a;
}

.left-nav {
  width: 100%;
  padding: 20px 0 20px 30px;
}
.left-nav li {
  display: block;
  margin-bottom: 5px;
}
.left-nav li a {
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-left: 22px;
  color: #c2c8d7;
  position: relative;
  font-size: 13px;
  font-weight: 500;
  padding-top: 5px;
  padding-bottom: 5px;
}
.left-nav li a:before {
  content: "";
  line-height: normal;
  position: absolute;
  left: 0;
  top: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #2c3344;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.left-nav li a:after {
  content: "";
  line-height: normal;
  position: absolute;
  left: 3px;
  top: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #868c98;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.left-nav li.active a:before, .left-nav li a:hover:before {
  background-color: #1a2d55;
}
.left-nav li.active a:after, .left-nav li a:hover:after {
  background-color: #ffdd3a;
}
.left-nav li.active a, .left-nav li a:hover {
  color: #fff;
}

a.nav-link {
  display: block;
  margin-top: 20px;
  color: #dbdfe6;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-left: 30px;
}
a.nav-link i {
  margin-right: 15px;
  font-size: 21px;
  vertical-align: sub;
}
a.nav-link:hover {
  color: #fff;
}

.ls-heading {
  color: #d3d7e3;
  font-size: 13px;
  margin-bottom: 30px;
  display: block;
  background-color: #232c3e;
  height: 50px;
  border-radius: 3px;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ls-heading i {
  vertical-align: bottom;
  margin-right: 12px;
  font-size: 21px;
}
.ls-heading:hover {
  background-color: #283148;
}

.ls-text {
  color: #c2c8d7;
  line-height: 22px;
  font-size: 15px;
  margin-bottom: 30px;
  font-weight: 400;
}

.content-header {
  position: relative;
}

.page-title {
  width: 100%;
  padding-bottom: 30px;
}

.page-title-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  color: #12bc8c;
  font-size: 50px;
  line-height: 1;
}

.page-title-text h1 {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  margin: 0;
}
.page-title-text h4 {
  color: #c2c8d7;
  font-size: 13px;
  margin-top: 5px;
  font-weight: 400;
}

.content-frame {
  position: relative;
  color: #3b3e43;
  font-size: 15px;
  padding: 30px;
}
.content-frame p, .content-frame ul.content-list {
  line-height: 28px;
}
.content-frame p {
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
}

ul.content-list {
  counter-reset: list-section;
}
ul.content-list li {
  margin-bottom: 25px;
  min-height: 30px;
  padding-top: 4px;
}
ul.content-list li > ul {
  margin-top: 25px;
}
ul.content-list li > ul > li {
  padding-left: 25px;
  position: relative;
}
ul.content-list li > ul > li:before {
  counter-increment: list-subsection;
  content: counter(list-section) "." counter(list-subsection) " ";
  position: absolute;
  left: -25px;
  top: 0;
  background-color: #f7dd38;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #50545a;
  font-size: 14px;
  border-radius: 3px;
  line-height: 32px;
  font-weight: 600;
}
ul.content-list > li {
  counter-reset: list-subsection;
  position: relative;
  padding-left: 60px;
}
ul.content-list > li:before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: list-section;
  content: counter(list-section);
  background-color: #f7dd38;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #50545a;
  font-size: 14px;
  border-radius: 3px;
  line-height: 32px;
  font-weight: 600;
}

.member-login-frame {
  height: 80px;
  border-right: 1px solid #242c3c;
  border-left: 1px solid #242c3c;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.ml-item {
  float: left;
  position: relative;
  padding-left: 40px;
  margin-right: 10px;
}
.ml-item.first {
  padding-left: 70px;
}

.ml-icon {
  position: absolute;
  left: 0;
  top: 18px;
  font-size: 23px;
  color: #e2363a;
}

.ml-text {
  font-size: 14px;
  font-weight: 600;
  color: #afb2b6;
  margin-top: 10px;
}

.ml-data-text {
  color: #fefeff;
  font-size: 17px;
  max-width: 130px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}

.ml-btn-holder {
  float: left;
  overflow: hidden;
  background-color: #292b2e;
  height: 80px;
  border-radius: 10px;
  padding: 10px;
}

.ml-btn {
  display: block;
  height: 28px;
  line-height: 28px;
  width: 100px;
  font-size: 12px;
  background-color: #202123;
  border-radius: 3px;
  margin-bottom: 5px;
  color: #cfd3d9;
  font-weight: 600;
  padding-left: 10px;
}
.ml-btn i {
  font-size: 14px;
  display: inline-block;
  margin-right: 4px;
}

.user-top-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #f7dd38;
  overflow: hidden;
}

.tool-link-holder {
  height: 60px;
}

.tool-link {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  float: left;
  margin-right: 5px;
  color: #fff;
  font-size: 24px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.tool-link:hover {
  color: #fff;
}
.tool-link.dark {
  background-color: #202123;
  border-radius: 5px;
  margin-right: 0;
}
.tool-link .has-message {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #f7dd38;
  border-radius: 50%;
  right: 10px;
  top: 10px;
}

.simpleselect {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  width: 100%;
  height: 26px;
  color: #fff;
  font-size: 17px;
}
.simpleselect * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.simpleselect .options {
  width: 198px;
}
.simpleselect .options .option {
  padding: 9px 10px;
  line-height: 18px;
  cursor: pointer;
}
.simpleselect .options .optgroup .optgroup-label {
  padding: 9px 10px;
  line-height: 18px;
  cursor: pointer;
  cursor: default;
  font-weight: 700;
}
.simpleselect .options .optgroup .option {
  padding-left: 20px;
}
.simpleselect .placeholder {
  position: relative;
  height: 30px;
  line-height: 30px;
  color: #60646f;
  font-size: 17px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 30px;
}

.selector.has-icon .simpleselect .placeholder {
  padding-left: 48px;
}

.simpleselect .placeholder:after {
  content: "";
  z-index: 1;
  position: absolute;
  color: #8c94a9;
  font-size: 10px;
  right: 10px;
  top: 4px;
  line-height: 26px;
  border: solid #b0b2b7;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.simpleselect .options {
  display: none;
  position: absolute;
  top: 39px !important;
  left: 0;
  z-index: 1000;
  background-color: #202123;
  width: 100%;
  height: auto !important;
}
.simpleselect .options .option.active {
  background: #757575;
  color: #fff;
}
.simpleselect.disabled .placeholder {
  background: #fafafa;
  color: #aaa;
  border-color: #eee;
  cursor: default;
}
.simpleselect.disabled .placeholder:hover {
  background: #fafafa;
  color: #aaa;
  border-color: #eee;
  cursor: default;
}
.simpleselect.disabled .placeholder:after {
  opacity: 0.5;
}

.form-row, .form-row-holder {
  position: relative;
  margin-bottom: 20px;
}

.form-row .hint {
  position: absolute;
  right: 10px;
}

.input-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 66px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #d4d9df;
  line-height: normal;
}
.input-wrap.readonly {
  background-color: #f1f3f7;
}

.calendar-holder .input-wrap {
  margin-left: 10px;
  width: 210px;
}

.textbox {
  height: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 26px);
  flex: 0 0 calc(100% - 26px);
  max-width: calc(100% - 26px);
  width: calc(100% - 26px);
  background-color: transparent;
  border: none;
  font-size: 17px;
  font-weight: 500;
  color: #60646f;
}

.selector {
  position: relative;
  width: 100%;
  height: 26px;
  border-radius: 5px;
}
.selector select {
  background-color: transparent;
  border: none;
  width: 100%;
  height: 52px;
  padding: 0 18px;
  position: relative;
  z-index: 5;
  color: #4a4a4a;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.selector select option {
  font-family: sans-serif;
  background-color: #e2e2e2;
  font-size: 18px;
}

.has-icon.selector i {
  color: #e2363a;
  position: absolute;
  left: 20px;
  top: 12px;
  z-index: 1;
}
.has-icon.selector select {
  padding-left: 48px;
}

.form-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  width: 60px;
  color: #959ba1;
  font-size: 24px;
  text-align: center;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-icon span {
  width: 50px;
  height: 50px;
  background-color: #3b3d43;
  border-radius: 5px;
  color: #f7dd38;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-placeholder {
  color: #73767e;
  font-size: 14px;
  margin-top: 10px;
}

.input-holder {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 60px);
  flex: 0 0 calc(100% - 60px);
  max-width: calc(100% - 60px);
  width: calc(100% - 60px);
}

textarea.form-textarea {
  height: 160px;
  width: 100%;
  padding: 10px 10px 10px 0;
  color: #60646f;
  background: transparent;
  border: none;
  resize: none;
  font-size: 17px;
  font-weight: 500;
}

.enter-link {
  display: block;
  background: url(/assets-bt/img/login-enter.png) no-repeat left top;
  width: 300px;
  height: 52px;
  line-height: 56px;
  padding: 0 20px;
  color: #e6e6e6;
  font-size: 16px;
  font-weight: 700;
}
.enter-link i {
  float: right;
}
.enter-link.small {
  background: url(/assets-bt/img/login-enter-small.png) no-repeat left top;
  width: 220px;
  height: 44px;
  line-height: normal;
  padding: 0;
}

.textarea::-webkit-input-placeholder, .phone-input::-webkit-input-placeholder, .textarea::-moz-placeholder, .phone-input::-moz-placeholder, .textarea:-ms-input-placeholder, .phone-input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.login-frame.recovery {
  width: 550px;
}

.sign-placeholder {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
  max-width: 170px;
  width: 170px;
  color: #cbcbcb;
  font-size: 16px;
  font-weight: 400;
}

.login-frame.recovery .form-row, .login-frame.recovery .form-row-holder {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.float-row .sign-placeholder {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 185px;
  flex: 0 0 185px;
  max-width: 185px;
  width: 185px;
}
.float-row .form-row, .float-row .form-row-holder {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 185px);
  flex: 0 0 calc(100% - 185px);
  max-width: calc(100% - 185px);
  width: calc(100% - 185px);
}

.phoneWrap {
  height: 26px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.phoneWrap i {
  color: #e2363a;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  max-width: 20px;
  width: 20px;
}
.phoneWrap .click-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  width: 50px;
  position: relative;
  height: 30px;
  line-height: 30px;
}
.phoneWrap .ul-drop {
  position: absolute;
  top: 30px;
  background-color: #f7dd38;
  left: 0;
  width: 100%;
  padding: 6px 6px 0;
  display: none;
  z-index: 10;
}
.phoneWrap .ul-drop li {
  margin-bottom: 5px;
}
.phoneWrap .phone-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 50px);
  flex: 0 0 calc(100% - 50px);
  max-width: calc(100% - 50px);
  width: calc(100% - 50px);
  height: 30px;
}

.phone-input {
  width: 100%;
  height: 30px;
  font-size: 17px;
  font-weight: 500;
  color: #60646f;
}

.click-over:after {
  content: "";
  z-index: 1;
  color: #8c94a9;
  font-size: 10px;
  right: 10px;
  line-height: 26px;
  border: solid #b0b2b7;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  float: right;
  margin-top: 8px;
  margin-right: 8px;
}

.link-item {
  background-color: #eff1f6;
  height: 70px;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  color: #50545a;
}

.link-icon {
  font-size: 22px;
}

.link-text {
  padding-left: 20px;
}
.link-text > div {
  margin: 3px 0;
}

.rest-amount > div {
  font-size: 14px;
  font-weight: 600;
}
.rest-amount span {
  color: #fff;
  margin-top: 3px;
  font-size: 17px;
}
.rest-amount i {
  font-size: 22px;
}

.money-btn {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  display: block;
  background-color: #3e4045;
  border-radius: 5px;
  color: #dce0e7;
  font-size: 22px;
}
.money-btn i {
  display: inline-block;
}

.page-inner-title {
  border-bottom: 1px solid #e5e7ec;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  color: #50545a;
  position: relative;
}
.page-inner-title:after {
  content: "";
  position: absolute;
  background-color: #ffdd3a;
  height: 1px;
  width: 60px;
  bottom: -1px;
  left: 0;
}

.refresh-password {
  background-color: #303336;
  width: calc(100% + 60px);
  margin-left: -30px;
  padding: 30px;
}

.update-password-holder {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 150px);
  flex: 0 0 calc(100% - 150px);
}

.refresh-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  width: 140px;
  max-width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  background-color: #f7dd38;
  height: 64px;
  border-radius: 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
}

.input-wrap.dark {
  background-color: #292b2e;
  border-color: #383b3f;
}
.input-wrap.dark.type2 {
  background-color: #303336;
}

.dark .textbox {
  color: #fff;
}
.dark .form-placeholder {
  color: #adb5bd;
}
.dark .simpleselect .placeholder, .dark .click-over, .dark .phone-input {
  color: #fff;
}

.withdraw-box {
  width: 100%;
  height: 220px;
  margin-bottom: 10px;
  padding: 10px 25px;
  background-color: #292b2e;
  border-radius: 5px;
}

.wd-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  border-bottom: 1px solid #36393d;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wd-info strong img {
  margin-left: 5px;
}

.wd-logo-img {
  padding-right: 5px;
}

.wd-info strong {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}
.wd-info span {
  display: block;
  color: #cccfd5;
  line-height: 21px;
  font-weight: 400;
  font-size: 14px;
}

.wd-btn {
  width: 60px;
  display: block;
  height: 30px;
  line-height: 28px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  color: #ffdd3a;
  text-align: center;
  font-weight: 600;
  border: 1px solid #505459;
}
.wd-btn:hover {
  background-color: #ffdd3a;
  color: #3b3d43;
  border-color: #ffdd3a;
}

.wd-logo:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #f7dd38;
}

.wd-time {
  width: 100%;
  padding-top: 12px;
  font-size: 14px;
  color: #91959b;
}

.wd-info {
  border-bottom: 1px solid #36393d;
}

.deposit-box {
  background-color: #292b2e;
  height: 290px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.db-logo {
  background-color: #161718;
  height: 90px;
  text-align: center;
  background: #161718 url(/assets-bt/img/method-arrow.jpg) no-repeat center bottom;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 20px;
}

.deposit-name {
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.deposit-content {
  padding: 10px;
}

.db-cell {
  background-color: #36393d;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 2px;
  color: #cccfd5;
  font-weight: 600;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.db-cell span {
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
  display: inline-block;
}

.db-bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffdd3a;
  color: #3b3d43;
  font-weight: 600;
  height: 32px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.db-bottom a:hover {
  background-color: #ffcf00;
}

.page-back-btn {
  position: absolute;
  right: 30px;
  top: 30px;
  background-color: #e5e7ec;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  border-radius: 5px;
  color: #73767e;
  font-weight: 600;
  font-size: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page-back-btn i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  display: inline-block;
  margin-right: 10px;
}

.our-bank-info {
  background-color: #292b2e;
  border-radius: 5px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.our-bank-header {
  padding: 0 15px;
  height: 62px;
  border-bottom: 1px solid #3e4045;
}
.our-bank-header img {
  margin-right: 10px;
  vertical-align: middle;
  max-height: 32px;
}
.our-bank-header .last {
  color: #cbd2d9;
  font-size: 12px;
}
.our-bank-header .last span {
  margin-left: 15px;
  display: inline-block;
}

.our-bank-cell {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 72px;
  padding-top: 19px;
  padding-left: 15px;
  border-right: 1px solid #3e4045;
}
.our-bank-cell.first {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
  width: 200px;
}
.our-bank-cell.last {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  border-right: none;
  max-width: 400px;
  width: 400px;
}
.our-bank-cell span {
  color: #cbd2d9;
  font-size: 13px;
  margin-bottom: 7px;
}

.bonus-summary {
  position: absolute;
  right: 30px;
  top: 35px;
  line-height: normal;
}

.bonus-summary-icon {
  font-size: 24px;
  padding-right: 15px;
  padding-top: 5px;
}

.bonus-summary-text {
  color: #7a7f86;
  font-size: 14px;
  font-weight: 600;
}
.bonus-summary-text span {
  margin-top: 2px;
  font-size: 17px;
  color: #3b3d43;
}

.bonus-row {
  height: 90px;
  width: 100%;
  background-color: #f1f3f7;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0 20px;
  font-weight: 600;
  font-size: 14px;
}

.bonus-cell.first {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  max-width: 280px;
  width: 280px;
}

.bonus-name {
  color: #3b3d43;
  font-size: 20px;
}

.bonus-total {
  margin-top: 10px;
  color: #2a8c58;
}

.bonus-cell {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #7a7f86;
}
.bonus-cell.iconic {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  width: 40px;
  position: relative;
  font-size: 20px;
  height: 90px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #3b3d43;
}
.bonus-cell.iconic:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #e5e7ec;
  top: 0;
  left: calc(50% - 1px);
  z-index: 1;
}
.bonus-cell.iconic i {
  position: relative;
  z-index: 2;
}
.bonus-cell.last {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  width: 100px;
}

.bonus-status {
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 13px;
}
.bonus-status.waiting {
  background-color: #9ba0a8;
  color: #fff;
}
.bonus-status.inprogress {
  background-color: #ffdd3a;
}
.bonus-status.done {
  background-color: #2a8c58;
  color: #fff;
}
.bonus-status.cancel {
  background-color: #ff4a54;
  color: #fff;
}

.bonus-cell-time {
  margin-top: 8px;
  color: #60646f;
  font-size: 17px;
}

.pager-frame {
  height: 40px;
  width: 100%;
  color: #fff;
  font-size: 13px;
}

.pager-btn-cell {
  width: 180px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  max-width: 180px;
  position: relative;
}
.pager-btn-cell a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
  border: 1px solid #e5e7ec;
  color: #7a7f86;
}
.pager-btn-cell i {
  font-size: 11px;
  line-height: normal;
  position: absolute;
  left: 15px;
  top: 11px;
}
.pager-btn-cell.next i {
  left: inherit;
  right: 10px;
  top: 13px;
}

.pager-buttons li {
  margin-right: 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  width: 40px;
}
.pager-buttons li a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
  border: 1px solid #e5e7ec;
  color: #7a7f86;
}
.pager-buttons li.current a {
  background-color: #f7dd38;
  border-color: #f7dd38;
  color: #3b3d43;
}
.pager-buttons li a:hover {
  background-color: #f7dd38;
  color: #3b3d43;
  border-color: #f7dd38;
}

.pager-btn-cell a:hover {
  background-color: #f7dd38;
  color: #3b3d43;
  border-color: #f7dd38;
}

.popup-wrapper {
  padding: 50px;
  width: 1160px;
  position: relative;
}
.popup-wrapper.middle {
  width: 980px;
}
.popup-wrapper.small {
  width: 780px;
}

.popup-shape-top {
  position: absolute;
  z-index: 1;
  width: 65px;
  height: 10px;
  background: url(/assets-bt/img/popup-shape-top.png) no-repeat left center;
  right: 115px;
  top: 20px;
}

.popup-shape-bottom {
  position: absolute;
  z-index: 1;
  width: 65px;
  height: 10px;
  background: url(/assets-bt/img/popup-shape-bottom.png) no-repeat left center;
  left: 115px;
  bottom: 20px;
}

.popup-shape-right {
  position: absolute;
  z-index: 1;
  width: 60px;
  height: 60px;
  background: url(/assets-bt/img/popup-shape-right.png) no-repeat left center;
  top: 33%;
  right: 10px;
}

.popup-shape-left {
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  background: url(/assets-bt/img/popup-shape-left.png) no-repeat left center;
  top: 50%;
  left: 10px;
}

.popup-content {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  z-index: 5;
}

.popup-content-header {
  height: 140px;
  padding-left: 40px;
  color: #73767e;
  position: relative;
  border-bottom: 1px solid #edf0f5;
}
.popup-content-header:after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: 0;
  width: 50px;
  height: 1px;
  background-color: #f7dd38;
}

.popup-header-name {
  color: #3b3d43;
  margin-bottom: 10px;
  display: block;
  font-size: 28px;
}

.popup-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  width: 60px;
  margin-right: 20px;
}
.popup-icon .circle-cell {
  width: 60px;
  height: 60px;
  background-color: #ffdd3a;
  color: #3b3d43;
  font-size: 32px;
}

.avatar-tab-menu {
  height: 50px;
  background-color: #edf0f5;
  padding: 0 40px;
}
.avatar-tab-menu a {
  height: 50px;
  padding: 0 15px;
  line-height: 50px;
  color: #73767e;
  font-weight: 600;
}
.avatar-tab-menu a:hover, .avatar-tab-menu a.current {
  color: #3b3d43;
}

.avatar-body {
  padding: 40px;
  max-height: 700px;
}

.avatar-list a {
  padding: 5px;
  margin-bottom: 10px;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.avatar-list a:hover, .avatar-list a.selected {
  background-color: #ffdd3a;
  border-radius: 10px;
}
.avatar-list img {
  border-radius: 10px;
}

.subpage-banner {
  height: 400px;
  position: relative;
  z-index: 1;
}

.dealer-row {
  background-color: #292b2e;
  border-radius: 5px;
  height: 100px;
  margin-bottom: 10px;
  padding: 20px 40px;
}

.dealer-no {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  width: 60px;
  color: #ffdd3a;
  font-size: 40px;
  font-weight: 800;
  height: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dealer-no img {
  display: inline-block;
  margin-left: auto;
}

.dealer-step {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 285px;
  flex: 0 0 285px;
  max-width: 285px;
  width: 285px;
  color: #fff;
  padding-left: 15px;
  font-size: 28px;
  font-weight: 800;
  position: relative;
  height: 80px;
  line-height: 80px;
}
.dealer-step:after {
  content: "";
  position: absolute;
  height: 60px;
  top: 10px;
  right: 0;
  border-right: 1px dashed #3c3f43;
}

.dealer-text {
  color: #a5a9b2;
  font-weight: 600;
  line-height: 26px;
  padding-left: 40px;
}

.dealer-frame {
  position: relative;
  top: -50px;
  z-index: 100;
}

.register-frame {
  background: #e5e7ec url(/assets-bt/img/register-bg.jpg) no-repeat center top;
}

.promotion-link {
  height: 54px;
  background-color: #393b3f;
  border-radius: 5px;
  font-size: 20px;
  color: #e5e7ec;
  font-weight: 600;
  position: relative;
  padding: 0 20px;
  overflow: hidden;
}
.promotion-link.current, .promotion-link:hover {
  background-color: #212225;
  color: #fff;
}

.caret {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 8px solid #6c7077;
  border-bottom: 4px solid transparent;
  display: inline-block;
  margin: 0 1px;
}

.promotion-link span {
  line-height: normal;
  font-size: 0;
}
.promotion-link.current .caret, .promotion-link:hover .caret {
  border-left-color: #ffdd3a;
}
.promotion-link.current:before, .promotion-link:hover:before {
  content: "";
  width: 50px;
  height: 0;
  position: absolute;
  top: 0;
  left: calc(50% - 25px);
  z-index: 1;
  -webkit-box-shadow: 0 0 30px 13px #ffdd3a;
  box-shadow: 0 0 30px 13px #ffdd3a;
}
.promotion-link div {
  position: relative;
  z-index: 2;
}

.promotion-item {
  margin-bottom: 20px;
  border-bottom: 4px solid #f7dd38;
  border-radius: 10px;
}
.promotion-item img {
  display: block;
  border-radius: 10px;
}

.category-tab-link {
  height: 58px;
  background-color: #393b3f;
  border-radius: 5px;
  font-size: 20px;
  color: #e5e7ec;
  font-weight: 600;
  position: relative;
  padding: 0 10px 0 20px;
  overflow: hidden;
  margin-bottom: 10px;
}
.category-tab-link.current, .category-tab-link:hover {
  background-color: #212225;
  color: #fff;
}
.category-tab-link div {
  margin: 0 10px;
}
.category-tab-link .arr {
  font-size: 0;
  line-height: 0;
  color: #c2c5cc;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
}
.category-tab-link span {
  font-size: 25px;
  color: #c2c5cc;
  position: relative;
  z-index: 2;
}

span.arr .caret {
  border-left-color: #c2c5cc;
}

.category-tab-link.current:before, .category-tab-link:hover:before {
  content: "";
  width: 50px;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-box-shadow: 0 0 30px 13px #ffdd3a;
  box-shadow: 0 0 30px 13px #ffdd3a;
}
.category-tab-link.current .caret, .category-tab-link:hover .caret {
  border-left-color: #ffdd3a;
}
.category-tab-link.current span, .category-tab-link:hover span {
  color: #ffdd3a;
}

.ticker-wrapper {
  border-top: 3px solid #353333;
}

.ticker-frame {
  background-color: #ffdd3a;
  height: 60px;
  position: relative;
  overflow: hidden;
}

.ticker-item {
  float: left;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  font-weight: 600;
  color: #746418;
  padding-right: 20px;
}
.ticker-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ticker-item span {
  color: #292b2e;
  display: contents;
}
.ticker-item .match-icon {
  margin-right: 10px;
  display: inline-block;
}

.caroufredsel_wrapper {
  width: 100% !important;
}

.ticker-frame:after {
  content: "";
  position: absolute;
  top: 0;
  right: -60px;
  width: 0;
  height: 0;
  border-top: 60px solid #353333;
  border-right: 60px solid transparent;
}
.ticker-frame:before {
  content: "";
  position: absolute;
  top: 0;
  left: -60px;
  width: 0;
  height: 0;
  border-top: 60px solid #353333;
  border-left: 60px solid transparent;
}

.ticker-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  width: 70px;
  text-align: center;
  font-size: 26px;
}

.black .ticker-frame {
  background-color: #202123;
}
.black .ticker-icon {
  color: #f7dd38;
}
.black .ticker-item {
  color: #b1b7c0;
}
.black .ticker-item .match-icon {
  color: #f7dd38;
}
.black .ticker-item span {
  color: #fff;
}

.header-link {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
  background-color: #585d64;
  color: #e8ebf1;
  font-size: 17px;
  font-weight: 600;
  padding-left: 15px;
}
.header-link i {
  margin-right: 10px;
  color: #c2c5cc;
}
.header-link.dark i {
  color: #51555b;
}
.header-link.gray {
  background-color: #3f4349;
}
.header-link.dark {
  background-color: #292b2e;
}
.header-link.current {
  background-color: #292b2e;
}
.header-link.current i {
  color: #ffdd3a;
}
.header-link a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 5;
}
.header-link.type2 {
  position: relative;
  padding-left: 40px;
}
.header-link.type3 {
  position: relative;
  padding-left: 40px;
  height: 38px;
  font-size: 14px;
}
.header-link.type3 i {
  font-size: 21px;
  position: absolute;
  right: 10px;
  top: 9px;
  z-index: 2;
}
.header-link.type2:after, .header-link.type3:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #f7dd38;
  border-radius: 50%;
  left: 18px;
  position: absolute;
  top: calc(50% - 5px);
}
.header-link.type2 i {
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 16px;
  z-index: 2;
}
.header-link.type3:before {
  display: none;
}
.header-link:before {
  content: "";
  width: 45px;
  height: 39px;
  background: url(/assets-bt/img/link-icon.png) no-repeat left top;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 0;
}

.center-column .header-link {
  font-size: 14px;
}
.center-column .header-link i {
  font-size: 20px;
}

.league-box {
  height: 120px;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 5px;
  position: relative;
  padding: 20px;
}

.league-country {
  margin-top: 13px;
  color: #858994;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 5px;
}

.league-box-name {
  height: 18px;
}

.league-box {
  height: 120px;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 5px;
  position: relative;
  padding: 20px 15px;
}

.gib-bottom {
  position: absolute;
  bottom: 27px;
  left: 27px;
  z-index: 6;
}

.game-item-name {
  font-size: 20px;
  font-weight: 900;
}

.gib-subtitle {
  font-size: 13px;
  color: #c2c8d7;
  margin-bottom: 14px;
}

.gib-bottom .base-btn {
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 0;
}

.game-item-box:hover .base-btn {
  opacity: 1;
  height: 40px;
}
.game-item-box:after {
  content: "";
  background: -o-linear-gradient(bottom, #0d1119, rgba(0, 0, 0, 0));
  background: -webkit-gradient(linear, left bottom, left top, from(#0d1119), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, #0d1119, rgba(0, 0, 0, 0));
  width: calc(100% - 4px);
  height: 100%;
  left: 2px;
  top: 0;
  position: absolute;
  z-index: 1;
}

.game-item-img {
  position: relative;
  z-index: 1;
  padding-bottom: 119.3%;
}
.game-item-img img {
  position: absolute;
  left: 0;
  top: 0;
}

.homepage-section {
  margin-top: 40px;
}

.home-carousel-slider-arrows .slick-arrow {
  float: left;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  margin-left: 10px;
  font-size: 14px;
}
.home-carousel-slider-arrows.red-arrow .slick-arrow {
  background-color: #f03251;
}
.home-carousel-slider-arrows.yellow-arrow .slick-arrow {
  background-color: #dbaa35;
}

.lp-content {
  margin-top: 15px;
  line-height: 24px;
  font-size: 16px;
  color: #dfdfdf;
  font-weight: 500;
}

.lp-title {
  font-size: 27px;
  font-weight: 700;
  display: block;
  margin: 0;
  color: #fff;
}

.lp-subtitle {
  font-size: 13px;
  font-weight: 500;
  color: #bbb;
  padding-bottom: 20px;
  margin-bottom: 25px;
  position: relative;
  display: block;
  padding-top: 5px;
}
.lp-subtitle:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #e2363a;
}

.lp-content p {
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
}

.n-margin-top-60 {
  margin-top: -60px;
}

.content-wrapper {
  position: relative;
  z-index: 20;
}

.left-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  max-width: 240px;
  position: relative;
}

.center-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 700px;
  flex: 0 0 700px;
  max-width: 700px;
  position: relative;
}

.right-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  max-width: 240px;
  position: relative;
}

.left-wide-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 250px);
  flex: 0 0 calc(100% - 250px);
  width: calc(100% - 250px);
  max-width: calc(100% - 250px);
  position: relative;
}

.login-page {
  background: url(/assets-bt/img/login-bg.jpg) no-repeat center top;
}

.forget-page {
  background: url(/assets-bt/img/forget-bg.jpg) no-repeat center top;
}

.login-widget {
  background: rgba(255, 255, 255, 0.12);
  padding: 10px;
  width: 530px;
  display: inline-block;
  margin-top: 55px;
}

.login-widget-inner {
  background-color: #1b2334;
  padding: 20px 40px;
}

.login-widget-bottom {
  padding: 40px;
  background-color: #151d2f;
  color: #c2c8d7;
  font-size: 16px;
  border-top: 1px solid #242c3c;
}

.lw-strong {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
}

.remember-me .control {
  padding-left: 40px;
  color: #c2c8d7;
  font-size: 13px;
  line-height: 30px;
}

.forget-password a {
  padding-right: 40px;
  color: #c2c8d7;
  font-size: 13px;
}

.st-text {
  color: #c2c8d7;
  font-size: 13px;
}

.widget {
  position: relative;
  margin-bottom: 10px;
}

.widget-top {
  background-color: #292b2e;
  padding: 15px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.widget-header {
  font-size: 17px;
  margin-bottom: 19px;
  color: #fefeff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.widget-header .acc-icon {
  font-size: 12px;
  color: #70788c;
}
.widget-header .acc-icon.active {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.head-row {
  position: relative;
  width: 100%;
  height: 52px;
  line-height: 56px;
  color: #e8ebf1;
  padding-left: 20px;
  font-size: 17px;
  font-weight: 600;
  background-color: #242c3c;
  border-bottom: 1px solid #373b3e;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.head-row.dark {
  background-color: #292b2e;
}
.head-row.darkest {
  background-color: #181a1c;
}
.head-row .heading-icon {
  font-size: 20px;
  color: #e2363a;
  margin-right: 20px;
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.head-row .collapse-icon {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 12px;
  color: #8a9098;
  -ms-transform: rotate(-180deg);
}
.head-row.accordion {
  cursor: pointer;
}

.accordion.active .collapse-icon {
  -webkit-transform: rotate(-180deg) !important;
  -ms-transform: rotate(-180deg) !important;
  transform: rotate(-180deg) !important;
}

.widget .panel {
  position: relative;
}

.square-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  background-color: #e2e2e2;
  height: 140px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #4c4a4a;
  border-right: 1px solid #4c4a4a;
}
.square-list li:nth-child(2n) {
  border-right: 0;
}

.left-spor-menu-header {
  height: 50px;
  background-color: #292b2e;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #e8ebf1;
  font-size: 17px;
  font-weight: 600;
  padding: 0 15px;
}

.mini-dropdown {
  height: 28px;
  width: 96px;
  border-radius: 3px;
  background-color: #41454a;
  font-size: 12px;
  font-weight: 600;
  color: #b3bdc9;
  position: relative;
}

.m-drop {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 28px;
  background-color: #41454a;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 25;
  width: 100%;
}
.m-drop li {
  border-top: 1px solid #4e5358;
}
.m-drop li a {
  display: block;
  padding: 7px 7px 7px 15px;
}

.md-choosen {
  position: relative;
  height: 28px;
  z-index: 2;
  padding: 0 10px 0 15px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.md-choosen:after {
  content: "";
  border: solid #838c96;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: auto;
}

.mini-dropdown:hover .m-drop {
  opacity: 1;
  pointer-events: inherit;
}

.left-spor-menu {
  margin-bottom: 10px;
}

.top-slider-area {
  width: 100%;
  background-color: #353333;
  height: 110px;
  padding: 15px;
  font-weight: 500;
}
.top-slider-area .tit {
  font-size: 17px;
  text-align: center;
  margin-bottom: 12px;
}

.range-time {
  font-size: 12px;
  color: #979797;
}
.range-time span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  position: relative;
  padding-top: 14px;
}
.range-time span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 49%;
  width: 1px;
  height: 8px;
  background-color: #444343;
}
.range-time span.active {
  color: #fff;
}

.control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
}
.control.large {
  min-width: 30px;
  min-height: 30px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control-text {
  color: #c2c8d7;
  font-size: 13px;
  padding-left: 45px;
  line-height: 30px;
}

.control.large .control-indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #373b3e;
  border: 1px solid #575d61;
  border-radius: 3px;
}

.control-checkbox.large .control-indicator:after {
  border-width: 0 3px 3px 0;
  left: 11px;
  top: 5px;
  height: 14px;
  width: 7px;
  border-color: #292b2e;
}
.control-checkbox .control-indicator:after {
  left: 4px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.control.huge {
  min-width: 36px;
  min-height: 36px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control-indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #373b3e;
  border: 1px solid #575d61;
  border-radius: 3px;
}

.control.huge .control-indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  width: 36px;
  background-color: #242c3c;
  border: 1px solid #2d3647;
  border-radius: 3px;
}
.control.huge .control-indicator:after {
  left: 15px;
  top: 9px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.control.huge input:checked ~ .control-indicator {
  background-color: #12bc8c;
}

.input-holder .radio-btn {
  position: absolute;
  right: 50px;
  top: 16px;
}

.control-radio {
  padding-left: 40px;
}
.control-radio .control-indicator {
  border-radius: 100%;
  height: 30px;
  width: 30px;
  border: none;
  background: transparent;
  border: 2px solid #b4bac2;
}

.control input:disabled ~ .control-indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control-indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control-indicator {
  background-color: #f7dd38;
}
.control input:checked ~ .control-indicator:after {
  display: block;
}

.control-checkbox .control-indicator:after {
  left: 4px;
  top: 1px;
  width: 6px;
  height: 10px;
  border: solid #3b3d43;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.control-radio .control-indicator:after {
  left: 11px;
  top: 6px;
  width: 7px;
  height: 13px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control-indicator:after {
  border-color: #7b7b7b;
}

.radio-wrap {
  height: 30px;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  color: #73767e;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 2px;
  border: 1px solid #d4d9df;
}
.radio-wrap i {
  font-size: 14px;
  margin-right: 10px;
}
.radio-wrap .control-radio {
  padding-left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.radio-wrap .control-radio .control-indicator {
  border-radius: 100%;
  background-color: transparent !important;
  border: transparent;
  height: 30px;
  width: 30px;
}
.radio-wrap .control-radio .control-indicator:after {
  opacity: 0;
  left: 3px;
  top: 3px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: transparent;
}
.radio-wrap.active {
  background-color: #f7dd38;
  color: #3b3d43;
  border-color: #f7dd38;
}
.radio-wrap.active i {
  color: #fff;
}

.transfer-inner {
  padding: 30px 30px 10px;
  background-color: #151d2f;
  position: relative;
}

.line-relative {
  position: absolute;
  background-color: #43495c;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  right: 8px;
  top: calc(50% - 4px);
}
.line-relative:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 1px;
  background-color: #43495c;
  right: -28px;
  top: 4px;
}
.line-relative:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80px;
  background-color: #43495c;
  right: -28px;
  top: 4px;
}
.line-relative.second {
  right: inherit;
  left: 8px;
  top: calc(50% + 75px);
}
.line-relative.second:after {
  display: none;
}
.line-relative.second:before {
  right: inherit;
  left: -28px;
}

.sports-menu-content {
  color: #e6e6e6;
  font-size: 12px;
  font-weight: 500;
  border-top: 1px solid #eac92c;
}

.sports-types {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  width: 60px;
  background-color: #202123;
}

.sports-countries {
  background-color: #292b2e;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 60px);
  flex: 0 0 calc(100% - 60px);
  max-width: calc(100% - 60px);
  width: calc(100% - 60px);
  border-left: 2px solid #eac92c;
}

.sports-types .cell {
  width: 100%;
  height: 60px;
  background-color: #202123;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #2e3134;
}
.sports-types .cell.active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 2px;
  height: 100%;
  background-color: #e2363a;
}
.sports-types .cell a {
  display: block;
  padding: 15px 2px 0;
  height: 60px;
}
.sports-types .cell img {
  display: inline-block;
}
.sports-types .cell .sports-name {
  position: absolute;
  height: 30px;
  background-color: #797f87;
  padding: 0 10px;
  z-index: 20;
  border-radius: 3px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  left: -74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  top: calc(50% - 15px);
  opacity: 0;
  pointer-events: none;
}
.sports-types .cell i {
  font-size: 25px;
  color: #898e96;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sports-name:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(121, 127, 135, 0);
  border-left-color: #797f87;
  border-width: 6px;
  margin-top: -6px;
}

.sports-types .cell:hover .sports-name {
  opacity: 1;
}
.sports-types .cell:hover i {
  color: #f7dd38;
}
.sports-types .cell.current {
  background-color: #f7dd38;
}
.sports-types .cell.current i {
  color: #3b3d43 !important;
}

.sports-countries .country-row {
  cursor: pointer;
  width: 100%;
  height: 50px;
  line-height: 49px;
  padding-left: 14px;
  padding-right: 15px;
  border-bottom: 1px solid #373b3e;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  font-weight: 600;
}
.sports-countries .country-row.active, .sports-countries .country-row:hover {
  background-color: #2f3235;
  color: #fff;
}
.sports-countries .panel {
  display: none;
}
.sports-countries .country-row .count {
  float: right;
  color: #a7aeb7;
  height: 41px;
}
.sports-countries.live-bet-page .country-row {
  background-color: #e2e2e2;
  border-bottom: 1px solid #4c4a4a;
  color: #4f4f4f;
}
.sports-countries .country-row .left-sd {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 40px);
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
  width: calc(100% - 40px);
}
.sports-countries .country-row .right-sd {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  width: 40px;
}
.sports-countries .country-row .right-sd i {
  float: left;
  width: 20px;
  text-align: center;
  color: #929292;
}
.sports-countries .country-row .right-sd .count {
  float: left;
  width: 20px;
  text-align: center;
}
.sports-countries .country-row img {
  display: inline-block;
  max-width: 20px;
  vertical-align: sub;
  margin-right: 5px;
  border-radius: 5px;
}
.sports-countries .sub-leagues {
  background-color: #232527;
}
.sports-countries .sub-leagues li {
  position: relative;
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #373b3e;
  cursor: pointer;
  font-size: 13px;
  color: #d9dfe7;
  font-weight: 600;
}
.sports-countries .sub-leagues li .self-start {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 16px);
  flex: 0 0 calc(100% - 16px);
  max-width: calc(100% - 16px);
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.sports-countries .sub-leagues li .self-end {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  max-width: 16px;
  width: 16px;
  height: 16px;
  margin-top: 12px;
}
.sports-countries .sub-leagues li .control {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sports-countries.live-bet-page .country-row {
  background-color: #585d64;
  border-bottom: 1px solid #4c4a4a;
  color: #e9edf3;
}

.menu-accordion.collapse + div {
  display: block;
}

.control.green .control-indicator {
  background-color: #404a5d;
  border-color: #566178;
}
.control.green input:checked ~ .control-indicator {
  background-color: #12bc8c;
  border-color: #12bc8c;
}

.c-logo {
  width: 18px;
  float: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 41px;
}

.c-name {
  float: left;
  width: calc(100% - 42px);
  padding-left: 10px;
}

.popular-head {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #d5dae4;
}

.popular-widget-frame {
  background-color: #e7eaf2;
}

.pop-menu li {
  border-right: 1px solid #d5dae4;
}
.pop-menu li a {
  display: block;
  height: 60px;
  padding: 0 20px;
  line-height: 60px;
  font-weight: 500;
  font-size: 16px;
  color: #6c7284;
}
.pop-menu li.selected a {
  color: #292d39;
  background-color: #fff;
}

.popular-slider-wrapper {
  padding: 30px;
  height: 190px;
}

.popular-slider > .popular-item {
  display: none;
}
.popular-slider .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background-color: #12bc8c;
  font-size: 17px;
  top: calc(50% - 20px);
  z-index: 10;
}
.popular-slider .slick-prev {
  left: -30px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.popular-slider .slick-next {
  right: -30px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.popular-item {
  position: relative;
  margin: 0 5px;
}

.popular-box {
  height: 130px;
  background-color: #242c3c;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.pop-info {
  padding-left: 18px;
  padding-top: 18px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 110px);
  flex: 0 0 calc(100% - 110px);
  max-width: calc(100% - 110px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 18px;
}

.pop-l-name {
  color: #e9ecf4;
  font-size: 19px;
  font-weight: 400;
  max-height: 56px;
  overflow: hidden;
}

.pop-l-text {
  color: #9298a6;
  font-size: 13px;
  font-weight: 500;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 10px;
}

.pop-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  max-width: 110px;
  width: 110px;
  height: 130px;
}

.section-panel {
  position: relative;
  margin-bottom: 10px;
}

.section-header {
  padding: 0 20px;
  height: 50px;
  background-color: #41454a;
  font-weight: 600;
  color: #e8ebf1;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.section-header .title i {
  color: #c2c8d7;
  margin-right: 10px;
  vertical-align: inherit;
  font-size: 20px;
}
.section-header.active .acc-icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.section-header .acc-icon {
  color: #7f858d;
  font-size: 11px;
}
.section-header .title img {
  margin-right: 12px;
  vertical-align: sub;
  max-width: 20px;
}

.sch-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  font-size: 11px;
  text-align: center;
}

.sch-holder .acc-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  text-align: center;
}

.game-info + .section-panel.e-spor .section-header:first-child {
  border-radius: 0;
}

.section-panel.e-spor .section-header {
  padding: 0 10px;
}
.section-panel.e-spor .section-body {
  background-color: #1b2334;
}
.section-panel.e-spor .section-thead, .section-panel.e-spor .section-tr {
  padding: 0 10px;
}

.e-spor .chart-icon {
  color: #989ea6;
  margin-right: 5px;
}

.section-tab-links ul {
  margin: 0 -3px;
  height: 30px;
}
.section-tab-links ul li {
  padding: 0 3px;
  float: left;
}
.section-tab-links ul li a {
  padding: 0 20px;
  display: block;
  height: 30px;
  line-height: 30px;
  background-color: #464545;
  color: #d2d2d2;
  font-size: 13px;
  font-weight: 500;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.section-tab-links ul li a:hover {
  background-color: #272525;
  color: #fff;
}
.section-tab-links ul li.active a {
  background-color: #272525;
  color: #fff;
}
.section-tab-links ul li i {
  vertical-align: inherit;
}
.section-tab-links.full-height ul {
  height: 50px;
  margin-right: -20px;
}
.section-tab-links.full-height ul li {
  padding: 0;
  border-left: 1px solid #4c4a4a;
}
.section-tab-links.full-height ul li a {
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  background-color: transparent;
}
.section-tab-links.full-height ul li a:hover {
  background-color: #5a5a5a;
  color: #fff;
}
.section-tab-links.full-height ul li.active a {
  background-color: #5a5a5a;
  color: #fff;
}

.section-body {
  position: relative;
  background-color: #e7eaf2;
}
.section-body .ticker-frame {
  background-color: #3c3a3a;
}

.section-dropdown {
  width: 130px;
  height: 50px;
  border-left: 1px solid #4c4a4a;
  padding-left: 18px;
  padding-right: 10px;
  position: relative;
}
.section-dropdown .active {
  position: relative;
  z-index: 5;
  font-size: 13px;
  font-weight: 500;
  color: #979797;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.section-dropdown .dropmenu {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #353333;
  padding: 10px;
  z-index: 10;
}
.section-dropdown .dropmenu li {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #4c4a4a;
  font-size: 13px;
  color: #979797;
  font-weight: 500;
}
.section-dropdown .dropmenu li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.section-dropdown .dropmenu li a:hover {
  color: #fff;
}
.section-dropdown:hover .dropmenu {
  opacity: 1;
  pointer-events: inherit;
}
.section-dropdown:after {
  content: "";
  font-family: Flaticon;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 14px;
  font-size: 12px;
  color: #4c4a4a;
}

.bet-btn {
  padding: 0 10px;
  height: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 3px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 600;
  color: #6e727b;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #cad0d8;
}
.bet-btn:hover {
  background-color: #e5e5e5;
}
.bet-btn.active, .bet-btn:focus {
  background-color: #f7dd38 !important;
  border-color: #f7dd38;
}
.bet-btn.active:hover, .bet-btn.weak:hover {
  background-color: none;
}
.bet-btn.active .result-est, .bet-btn.active .bet-rate {
  color: #7d6c1f;
}
.bet-btn:focus .bet-rate, .bet-btn:focus .result-est {
  color: #7d6c1f;
}
.bet-btn.dark {
  background-color: #242c3c;
  color: #c2c8d7;
}
.bet-btn.locked {
  background-color: #f5f6f9 !important;
  pointer-events: none;
  position: relative;
}
.bet-btn.locked .bet-rate i {
  font-size: 18px;
}
.bet-btn.dark.locked {
  background-color: #242c3c !important;
  color: #545f73;
}

.bet-more.dark {
  background-color: #2d3647;
  color: #c2c8d7;
}

.bet-btn.dark:hover {
  background-color: #2d3647;
}

.section-header .title {
  white-space: nowrap;
}

.bet-btn.locked:before {
  content: "";
  font-family: Flaticon;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f5f6f9;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #8e8e8e;
  font-weight: 400;
}

.section-thead {
  width: 100%;
  padding: 0 10px;
  background-color: #ffdd3a;
  height: 40px;
  font-size: 12px;
  font-weight: 700;
  color: #746418;
}

.section-th {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding-right: 4px;
}
.section-th.first {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 54px;
  flex: 0 0 60px;
  max-width: 60px;
  width: 60px;
  text-align: left;
}
.section-th.second {
  text-align: left;
}
.section-th.last i {
  font-size: 10px;
  font-weight: 400;
}

.section-tr {
  width: 100%;
  padding: 0 10px;
  height: 60px;
  border-bottom: 1px solid #e5e8ed;
  position: relative;
  background-color: #fff;
}
.section-tr:last-child {
  border-bottom: none;
}
.section-tr:nth-child(even) {
  background-color: #f9fafc;
}

.section-td {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #6e727b;
  font-size: 13px;
  font-weight: 500;
  padding-right: 4px;
  overflow: hidden;
}
.section-td.first {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  width: 60px;
  text-align: left;
}
.section-td .teams-name {
  color: #6e727b;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-td .match-time {
  font-size: 16px;
}

.large-header {
  height: 60px;
  background-color: #292b2e;
  border-radius: 5px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 10px;
  position: relative;
  z-index: 10;
}
.large-header .title {
  font-size: 17px;
  color: #e8ebf1;
  font-weight: 600;
}
.large-header .title i {
  font-size: 22px;
  margin-right: 10px;
  font-weight: 400;
}

.bet-more {
  height: 32px;
  width: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #71777f;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46px;
  flex: 0 0 46px;
  max-width: 46px;
}

.bet-btn.weak {
  background-color: #e5e7ec;
  color: #6e727b;
}

.section-td .bet-btn {
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 46px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46px;
  flex: 0 0 46px;
  max-width: 46px;
}

.th-title {
  width: 46px;
  display: block;
}

.chart-icon {
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  max-width: 20px;
  padding-left: 3px;
  color: #6e727b;
}
.chart-icon .flaticon-star:hover {
  color: #f7dd38;
}

.section-subheader {
  border-top: 1px solid #4c4a4a;
  height: 40px;
  background-color: #2c2a2a;
  width: 100%;
  padding: 0 10px;
  color: #e8ebf1;
  font-size: 17px;
  font-weight: 600;
}
.section-subheader .title i {
  color: #e2363a;
  margin-right: 10px;
  vertical-align: inherit;
  font-size: 20px;
}
.section-subheader .acc-icon {
  font-size: 11px;
  color: #767373;
  cursor: pointer;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.section-subheader.active .acc-icon {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.collapse.accordion .acc-icon, .collapse.accordion .collapse-icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.collapse.accordion + div {
  display: none;
}

.history-btn {
  position: relative;
  color: #fff;
  line-height: 60px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  height: 60px;
  background-color: #242c3c;
}
.history-btn a {
  padding: 0 30px;
  display: block;
  height: 60px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.history-btn i {
  color: #c2c8d7;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.history-btn span {
  float: right;
  color: #616672;
  font-weight: 500;
  font-size: 16px;
}
.history-btn:hover {
  color: #12bc8c;
}
.history-btn:hover i {
  color: #12bc8c;
}

.coupon-box-widget {
  position: relative;
  margin-bottom: 10px;
  background-color: #202123;
  border-radius: 5px;
  font-weight: 600;
}

.couponbox-header {
  height: 50px;
  width: 100%;
  border-bottom: 1px solid #4c4a4a;
}
.couponbox-header a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #3c3a3a;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
}
.couponbox-header a.active {
  background-color: #353333;
}

.coupon-box-top-frame {
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  font-weight: 600;
  color: #746418;
  background-color: #ffdd3a;
}

.coupon-tab a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  border-right: 1px solid #e6c730;
}
.coupon-tab a.active {
  color: #3b3d43;
  background-color: #fff;
}
.coupon-tab a:last-child {
  border-right: none;
}

.coupon-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3b3d43;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
}
.coupon-actions a {
  margin-left: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #3b3d43;
  font-size: 16px;
}
.coupon-actions a:hover {
  color: #585d64;
}

ul.coupon-bet-type {
  height: 52px;
  background-color: #202123;
  border-bottom: 2px solid #383b3f;
  font-weight: 600;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}
ul.coupon-bet-type li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 2px solid #383b3f;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #888b90;
}
ul.coupon-bet-type li a:hover, ul.coupon-bet-type li.selected {
  color: #f7dd38;
}
ul.coupon-bet-type li span {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #888b90;
  background-color: #3f4147;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 5px;
}
ul.coupon-bet-type li.selected span, ul.coupon-bet-type li a:hover span {
  background-color: #ffdd3a;
  color: #202123;
}

.selected-bet.type2 {
  background-color: #fff4bf;
}
.selected-bet.type2:before {
  background-color: #746418;
}

.type2 .bet-team-name {
  color: #584c12;
}
.type2 .bet-sub-txt {
  color: #9f9668;
}
.type2 .selected-bet-rate {
  background-color: #202123;
  color: #f7dd38;
}

.selected-bet-summary .hint {
  position: absolute;
  right: -13px;
  top: 20px;
  background-color: transparent;
}
.selected-bet-summary .hint i {
  font-size: 19px;
  background-color: transparent;
  color: #8f97a7;
}

.input-wrap.small {
  width: 144px;
  min-height: inherit;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.input-wrap.small .input-holder {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.input-wrap.small .input-holder .selector {
  height: 38px;
}
.input-wrap.small .input-holder .selector .simpleselect {
  height: 38px;
}
.input-wrap.small .input-holder .selector .simpleselect .placeholder {
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
}
.input-wrap.small .input-holder .selector .simpleselect .placeholder:after {
  line-height: 38px;
}

.bet-total-summary .bet-total .cell:first-child {
  text-align: right;
  border-right: 2px solid #43464a;
}
.bet-total-summary .bet-total:after {
  content: "";
  display: block;
  clear: both;
}

.most-earn-header {
  width: 100%;
  height: 105px;
  background-color: #202123;
  color: #fff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  padding: 20px 20px 0;
  position: relative;
}
.most-earn-header:after {
  content: "";
  background: url(/assets-bt/img/link-icon.png) no-repeat left top;
  width: 45px;
  height: 39px;
  position: absolute;
  right: 10px;
  top: 0;
}

.most-earn-title {
  font-size: 17px;
}

.most-earn-tab {
  overflow: hidden;
  margin-top: 20px;
}

.most-earn-title i {
  margin-right: 10px;
}

.most-earn-tab li {
  float: left;
  width: 33.33%;
  padding-right: 3px;
}
.most-earn-tab li a {
  text-align: center;
  height: 32px;
  line-height: 30px;
  font-size: 13px;
  color: #e3e8ef;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px;
  border: 1px solid #43464a;
  display: block;
}
.most-earn-tab li a:hover {
  background-color: #f7dd38;
  color: #746418;
  border-color: #f7dd38;
}
.most-earn-tab li.current a {
  background-color: #f7dd38;
  color: #746418;
  border-color: #f7dd38;
}

.most-earn-tab-content {
  background-color: #202123;
  counter-reset: earn-counter;
}

.most-earn-thead {
  height: 40px;
  background-color: #ffdd3a;
  padding: 0 10px;
}
.most-earn-thead div {
  color: #3b3d43;
  font-size: 12px;
  font-weight: 600;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.most-earn-thead div:last-child {
  text-align: right;
}

.most-earn-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  height: 52px;
  border-bottom: 1px solid #2f3235;
  color: #e3e8ef;
  font-size: 13px;
  font-weight: 500;
  counter-increment: earn-counter;
}
.most-earn-row:before {
  content: counter(earn-counter);
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  z-index: 5;
  left: 10px;
  top: 17px;
  background-color: #ffdd3a;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  text-align: center;
  line-height: 16px;
  color: #3b3d43;
}
.most-earn-row:last-child {
  border-bottom: none;
}
.most-earn-row .a-col {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 90px;
  max-width: 90px;
  width: 0px;
  padding-left: 23px;
}
.most-earn-row .a-col i {
  margin-right: 8px;
  color: #5a5a5a;
  font-size: 20px;
}
.most-earn-row .b-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.most-earn-row .c-col {
  -ms-flex: 0 0 75px;
  -webkit-box-flex: 1;
  flex: 1;
  color: #fff;
  text-align: right;
}

.most-earn-thead div:first-child {
  max-width: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  text-align: center;
}
.most-earn-thead div:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  padding-left: 5px;
}

.category-navigation {
  width: 100%;
  position: relative;
  background-color: #292b2e;
  border-radius: 5px;
}

ul.side-menu {
  border-top: 2px solid #f7dd38;
}

.side-menu li {
  border-bottom: 1px solid #373b3e;
}
.side-menu li:last-child {
  border: none;
}
.side-menu li a {
  display: block;
  height: 48px;
  line-height: 47px;
  padding-left: 20px;
  padding-right: 18px;
  color: #b1b7c0;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.side-menu li a strong {
  float: right;
  color: #6e737b;
  font-weight: 600;
}
.side-menu li a i {
  margin-right: 20px;
  display: inline-block;
  color: #898e96;
  font-size: 20px;
}
.side-menu li.active a, .side-menu li a:hover {
  background-color: #2f3235;
  color: #fff;
}
.side-menu li.active a i {
  color: #f7dd38;
}

.bet-forsale-content {
  background-color: #202123;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.bet-forsale-empty-frame {
  padding: 15px 30px 35px;
}
.bet-forsale-empty-frame .empty-icon {
  text-align: center;
  padding-top: 20px;
}
.bet-forsale-empty-frame .empty-icon i {
  color: #3e4145;
  font-size: 78px;
}
.bet-forsale-empty-frame .empty-note {
  text-align: center;
  font-size: 12px;
  color: #979797;
}
.bet-forsale-empty-frame .empty-note strong {
  color: #fff;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.bet-forsale-empty-frame .empty-note p {
  line-height: 20px;
  color: #888e97;
  font-size: 14px;
  line-height: 22px;
}

.gray-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #585d64;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  border-radius: 5px;
  color: #e8ebf1;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gray-btn:hover {
  background-color: gray;
}
.gray-btn i {
  font-size: 21px;
  color: #b4b7be;
}

.top-filter-frame {
  width: 100%;
  height: 60px;
  background-color: #353333;
  padding: 0 20px;
  font-weight: 500;
  margin: 10px 0;
  position: relative;
  z-index: 20;
}

.filter-title {
  color: #fff;
  font-size: 17px;
}
.filter-title i {
  color: #e2363a;
  font-size: 26px;
  margin-right: 10px;
  vertical-align: sub;
}

.filter-dropdown-wrapper {
  height: 40px;
}

.filter-dropdown {
  float: left;
  width: 140px;
  height: 40px;
  border-radius: 3px;
  margin-left: 5px;
  color: #b1b7c0;
  font-size: 12px;
  border: 1px solid #383b3f;
  font-weight: 600;
}
.filter-dropdown .choosen {
  position: relative;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: hidden;
  text-overflow: hidden;
  padding-right: 28px;
  padding-left: 15px;
}
.filter-dropdown .choosen:after {
  content: "";
  font-family: Flaticon;
  color: #767373;
  position: absolute;
  right: 10px;
  font-size: 10px;
}
.filter-dropdown .choosen:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 6px solid #f7dd38;
  border-bottom: 4px solid transparent;
  display: inline-block;
  margin-right: 5px;
}

.filter-drop {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  background-color: #292b2e;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 20;
}
.filter-drop li {
  width: 100%;
  border-bottom: 1px solid #373b3e;
}
.filter-drop li a {
  display: block;
  padding: 10px 0 10px 15px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.filter-drop li a:hover {
  color: #fff;
}

.filter-dropdown:hover .filter-drop {
  opacity: 1;
  pointer-events: inherit;
}

.section-subheader .title.gray i {
  color: #f7dd38;
  font-size: 19px;
}
.section-subheader.type2 {
  background-color: #292b2e;
  border-top: none;
  height: 50px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.section-subheader.type2.active {
  border-radius: 5px;
}

.collapse.section-subheader.type2 {
  border-radius: 5px;
}

.section-th.ms-first {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46px;
  flex: 0 0 46px;
  max-width: 46px;
  width: 46px;
  text-align: left;
}
.section-th.ms-second {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  max-width: 160px;
  width: 160px;
  text-align: left;
}
.section-th.ms-third {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 126px;
  flex: 0 0 126px;
  max-width: 126px;
  width: 126px;
  text-align: right;
  padding-right: 10px;
}
.section-th.ms-fourth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  width: 50px;
  text-align: center;
}
.section-th.ms-fifth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 126px;
  flex: 0 0 126px;
  max-width: 126px;
  width: 126px;
  text-align: left;
  padding-left: 10px;
}
.section-th.ms-last {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  max-width: 160px;
  width: 160px;
  text-align: right;
  padding-right: 0;
}

.section-td.ms-first {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46px;
  flex: 0 0 46px;
  max-width: 46px;
  width: 46px;
  text-align: left;
}
.section-td.ms-second {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  max-width: 160px;
  width: 160px;
  text-align: left;
}
.section-td.ms-third {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 126px;
  flex: 0 0 126px;
  max-width: 126px;
  width: 126px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 5px;
}
.section-td.ms-fourth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 0;
}
.section-td.ms-fifth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 126px;
  flex: 0 0 126px;
  max-width: 126px;
  width: 126px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5px;
  padding-right: 0;
}
.section-td.ms-last {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 171px;
  flex: 0 0 171px;
  max-width: 171px;
  width: 171px;
  text-align: right;
  padding-right: 0;
  padding-left: 4px;
}
.section-td.ms-last .teams-name {
  text-align: right;
}
.section-td.ms-first .match-time {
  font-size: 14px;
}
.section-td .half-score {
  font-size: 14px;
  color: #6e727b;
  width: 48px;
  border: 1px solid #cad0d8;
  border-radius: 3px;
  height: 32px;
  text-align: center;
  line-height: 30px;
}
.section-td.ms-third .ms-info {
  margin-right: 5px;
}
.section-td.ms-fifth .ms-info {
  margin-left: 5px;
}
.section-td .ms-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.yellow-card {
  background-color: #ffdd3a;
  width: 16px;
  height: 20px;
  border-radius: 2px;
  text-align: center;
  line-height: 23px;
  color: #272525;
  font-size: 11px;
  font-weight: 700;
}

.red-card {
  margin: 0 3px;
  background-color: #fd6169;
  width: 16px;
  height: 20px;
  border-radius: 2px;
  text-align: center;
  line-height: 23px;
  color: #202123;
  font-size: 11px;
  font-weight: 700;
}

.corner {
  position: relative;
  background-color: #c5cbd3;
  width: 30px;
  height: 20px;
  padding-left: 16px;
  border-radius: 2px;
  line-height: 23px;
  color: #6e727b;
  font-size: 11px;
  font-weight: 700;
}
.corner:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 4px;
  font-family: Flaticon;
  color: #6e727b;
  font-size: 11px;
  line-height: normal;
}

.section-td .ms-score {
  height: 32px;
  width: 50px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background-color: #292b2e;
  color: #ffdd3a;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 600;
}

.match-detail-top-frame {
  width: 100%;
  margin-top: 10px;
  position: relative;
}

.top-detail-summary {
  width: 100%;
  height: 210px;
  background: url(/assets-bt/img/match-detail-top-bg.png) no-repeat center top;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.top-detail-summary .home-team-logo, .top-detail-summary .away-team-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  max-width: 130px;
  width: 130px;
}
.top-detail-summary .top-detail-center {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 260px);
  flex: 0 0 calc(100% - 260px);
  max-width: calc(100% - 260px);
  width: calc(100% - 260px);
  padding-top: 35px;
}

.top-detail-league {
  color: #cccfd4;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}
.top-detail-league i {
  margin: 0 3px;
  font-size: 10px;
}

.top-detail-teams {
  color: #fff;
  font-size: 22px;
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: 10px;
}
.top-detail-teams:after {
  content: "";
  display: block;
  clear: both;
}
.top-detail-teams .team-home {
  float: left;
  width: 50%;
  text-align: right;
  padding-right: 8px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.top-detail-teams .team-away {
  float: left;
  width: 50%;
  padding-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.top-detail-teams .team-home:after {
  content: " - ";
  position: absolute;
  right: -5px;
}

.top-detail-center-date {
  font-size: 17px;
  color: #f7dd38;
  text-align: center;
  width: 100%;
  font-weight: 600;
}
.top-detail-center-date span {
  margin-left: 5px;
}

.top-detail-center-bottom .base-btn {
  position: relative;
  min-width: 160px;
  border-radius: 4px;
  margin: 20px auto 0;
  max-width: 200px;
}
.top-detail-center-bottom .base-btn.selected:before {
  top: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(226, 54, 58, 0);
  border-top-color: #e2363a;
  border-width: 8px;
  margin-left: -8px;
}

.match-detail-back-link {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 100;
  background-color: #b7bac2;
  border-radius: 3px;
  padding: 0 10px;
  height: 24px;
  color: #585d64;
  font-size: 12px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.match-detail-back-link i {
  font-size: 9px;
  display: inline-block;
  margin-right: 5px;
  margin-top: -2px;
}
.match-detail-back-link:hover {
  background-color: #fff;
}

.match-detail-top-menu {
  background-color: #292b2e;
  height: 56px;
  position: relative;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 10px;
  border-top: 2px solid #383b3f;
}

.mms-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 300px);
  flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px);
  padding: 0 40px;
}

.match-detail-top-menu .mms-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.match-detail-top-menu .match-menu-slider .menu-item a {
  font-size: 15px;
}

.match-menu-slider {
  position: relative;
}
.match-menu-slider .slick-arrow {
  width: 40px;
  height: 40px;
  background-color: #41454a;
  border-radius: 3px;
  color: #767a82;
  position: absolute;
  top: 6px;
  line-height: 40px;
  text-align: center;
}
.match-menu-slider .slick-prev {
  left: -40px;
}
.match-menu-slider .slick-next {
  right: -40px;
}
.match-menu-slider .menu-item a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 12px;
  color: #e8ebf1;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}
.match-menu-slider .menu-item a.selected {
  color: #f7dd38;
}

.match-detail-top-menu-arrows {
  position: absolute;
  width: 65px;
  height: 50px;
  right: 0;
  top: 0;
  color: #70788c;
  font-size: 12px;
}
.match-detail-top-menu-arrows .slick-prev {
  left: 6px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.match-detail-top-menu-arrows .slick-next {
  right: 17px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.match-detail-top-menu-arrows .slick-arrow {
  position: absolute;
  top: 15px;
}

.match-menu-slider > .menu-item:not(:first-child) {
  display: none;
}

.bet-detail-search {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 210px;
  flex: 0 0 210px;
  max-width: 210px;
}
.bet-detail-search .match-search-frame {
  height: 50px;
  background-color: transparent;
  padding-left: 40px;
}
.bet-detail-search .match-search-frame:before {
  left: 20px;
  top: 20px;
}
.bet-detail-search .match-find-btn {
  width: 40px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  color: #8f97a7;
}

.top-bet-menu-frame .bet-detail-search {
  margin-top: 5px;
}

.bet-detail-search .match-textbox {
  width: calc(100% - 40px);
  height: 50px;
}

.bet-grid-top-frame {
  background-color: #e7eaf2;
  height: 80px;
  padding: 0 18px;
}

.team-total {
  color: #292d39;
  font-size: 16px;
  font-weight: 500;
}

.tt-action-btn {
  height: 40px;
  background-color: #515c70;
  display: block;
  line-height: 40px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  padding: 0 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tt-action-btn i {
  font-size: 16px;
  margin-right: 5px;
}
.tt-action-btn:hover {
  background-color: #30394a;
}

.page-back-link {
  width: 85px;
  height: 30px;
  position: relative;
  background-color: #515c70;
  border-radius: 3px;
  line-height: 30px;
  color: #c2c8d7;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  display: block;
}
.page-back-link i {
  margin-right: 2px;
}

a.page-back-link:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 14px solid #515c70;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 0;
  left: -13px;
}

.team-total-name {
  padding-left: 20px;
  color: #292d39;
  font-size: 16px;
  font-weight: 500;
}

.team-league-row {
  padding-left: 20px;
  font-size: 11px;
  color: #6c7284;
  font-weight: 500;
}

.tta-icon {
  color: #515c70;
  font-size: 12px;
  margin-right: 10px;
}

.top-bet-header {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #3c4657;
  background-color: #30394a;
}

.base-menu {
  font-size: 13px;
}
.base-menu li a {
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c2c8d7;
  font-weight: 500;
  padding: 0 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.base-menu li.active a, .base-menu li a:hover {
  color: #fff;
}
.base-menu.bordered {
  border-left: 1px solid #3c4657;
}
.base-menu.bordered li {
  border-right: 1px solid #3c4657;
}

.bet-grid-panel {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.bet-grid-header {
  width: 100%;
  height: 50px;
  background-color: #585d64;
  padding-right: 20px;
  border-radius: 5px;
}
.bet-grid-header.active, .bet-grid-header.collapse {
  margin-bottom: 10px;
}
.bet-grid-header.dark {
  background-color: #41454a;
}

.bet-grid-title {
  padding-left: 18px;
  position: relative;
  font-size: 17px;
  color: #e8ebf1;
  font-weight: 600;
}
.bet-grid-title > i {
  font-size: 20px;
  margin-right: 10px;
}

.bet-grid-header .acc-icon {
  color: #70788c;
  font-size: 12px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.bet-grid-header.active .acc-icon {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.bet-grid-panel [class^=grid-col]:last-child {
  border-right: none;
}

.bet-grid-content .bet-btn.locked:before {
  width: 50px;
  right: 0;
  left: inherit;
}

.bet-grid-panel .bet-btn {
  position: relative;
  color: #6e727b;
  background-color: #fff;
  border-radius: 0;
  height: 50px;
  font-size: 16px;
  padding: 0 20px;
  font-weight: 600;
  border-radius: 4px;
  margin-bottom: 5px;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.bet-grid-panel .bet-btn.active {
  background-color: #ffdd3a;
}
.bet-grid-panel .bet-btn .point {
  color: #a8abb6;
  margin-right: 20px;
}
.bet-grid-panel .bet-btn.up {
  border: 1px solid #12bc8c;
}
.bet-grid-panel .bet-btn:hover {
  background-color: #f7f7f7;
}

.up .rate {
  padding-left: 30px;
  background: url(/assets-bt/img/up.png) no-repeat left center;
}

.down .rate {
  padding-left: 30px;
  background: url(/assets-bt/img/down.png) no-repeat left center;
}

.bet-grid-panel .bet-btn.up .bet-rate {
  color: #00b16a;
}
.bet-grid-panel .bet-btn.down {
  border: 1px solid #f03251;
}
.bet-grid-panel .bet-btn.down .bet-rate {
  color: #f03251;
}

.bet-grid-top-frame.dark {
  background-color: #1b2334;
}
.bet-grid-top-frame.dark .team-total {
  color: #fff;
}

.bet-grid-panel.dark {
  font-size: 13px;
}
.bet-grid-panel.dark .bet-grid-header {
  background-color: #121928;
  border-bottom: none;
}
.bet-grid-panel.dark .bet-grid-content {
  background-color: #1b2334;
}
.bet-grid-panel.dark .bet-btn {
  background-color: #242c3c;
  border: 1px solid #2d3647;
  border-radius: 4px;
  color: #c2c8d7;
}
.bet-grid-panel.dark .bet-btn.locked {
  background-color: #242c3c !important;
}
.bet-grid-panel.dark .bet-btn.locked .bet-rate i {
  color: #545f73;
}
.bet-grid-panel.dark .bet-btn:hover {
  background-color: #2d3647 !important;
}

.bet-grid-top-frame .tt-action-btn {
  background-color: #2d3647;
}

.bet-rate .flaticon-padlock {
  font-size: 17px;
}

.live-bet-page-wrapper {
  padding-top: 60px;
  background: url(/assets-bt/img/live-bet-bg.jpg) no-repeat center top;
}

.bet-page-wrapper {
  padding-top: 60px;
  background: url(/assets-bt/img/bet-page-bg.jpg) no-repeat center top;
}

.bet-grid-content {
  background-color: #e7eaf2;
  padding: 5px 0;
}

.live-bet-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  font-size: 12px;
  color: #cccfd4;
  position: absolute;
  z-index: 10;
  top: 10px;
  left: 0;
}
.live-bet-title i {
  font-size: 9px;
  margin: 0 3px;
}
.live-bet-title + .match-detail-top-frame {
  margin-top: 0;
}

.center-score-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  max-width: 140px;
  width: 140px;
}

.home-team-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 70px);
  flex: 0 0 calc(50% - 70px);
  max-width: calc(50% - 70px);
  width: calc(50% - 70px);
  padding-left: 30px;
}

.away-team-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 70px);
  flex: 0 0 calc(50% - 70px);
  max-width: calc(50% - 70px);
  width: calc(50% - 70px);
  padding-right: 30px;
}

.team-label {
  display: inline-block;
  color: #ffdd3a;
  font-weight: 600;
  font-size: 12px;
  margin-top: 10px;
}

.tm-logo {
  margin-bottom: 20px;
}

.team-name-label {
  font-size: 22px;
  font-weight: 500;
  margin-top: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.away-team-label .team-name-label {
  text-align: right;
}

.team-holder {
  width: 100%;
  padding-top: 20px;
}

.center-score {
  font-weight: 700;
  border-radius: 5px;
  overflow: hidden;
  background-color: #e2e2e2;
  width: 100%;
}

.c-score {
  position: relative;
  height: 50px;
  line-height: 57px;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  color: #272525;
  font-size: 35px;
}
.c-score:first-child {
  border-right: 1px solid #c9c9c9;
}
.c-score:first-child:after {
  content: ":";
  position: absolute;
  right: -6px;
  color: #8f8f8f;
}

.c-half {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  height: 30px;
  line-height: 32px;
  background-color: #ffdd3a;
  color: #3b3d43;
  text-align: center;
  border-top: 2px solid #eac92c;
}

.hd-thead {
  width: 100%;
  height: 54px;
  background-color: #3f4349;
  border-top: 1px solid #464b51;
  border-bottom: 1px solid #464b51;
}

.hd-th {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.hd-th img {
  display: inline-block;
}
.hd-th.first {
  padding-left: 18px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 52%;
  flex: 0 0 62%;
  max-width: 62%;
  width: 62%;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hd-row {
  width: 100%;
  height: 54px;
  border-bottom: 1px solid #464b51;
  background-color: #34383d;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
}

.hd-td {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  height: 54px;
  line-height: 54px;
  border-right: 1px solid #464b51;
}
.hd-td.first {
  padding-left: 18px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 52%;
  flex: 0 0 62%;
  max-width: 62%;
  width: 62%;
  text-align: left;
}

.live-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  height: 30px;
  background-color: #202736;
  text-align: center;
  border-radius: 3px;
  line-height: 30px;
  color: #f03251;
  font-size: 13px;
  font-weight: 500;
  max-width: 70px;
}

.lg-name, .hd-th.first i {
  display: inline-block;
}

.hd-match-time {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
}

.hd-bottom-row {
  padding: 18px 18px 0;
  height: 70px;
}

.time-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  max-width: 130px;
}

.time-info-btn {
  display: block;
  background-color: #242c3c;
  height: 30px;
  border-radius: 3px;
  text-align: center;
  color: #c2c8d7;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
}
.time-info-btn i {
  margin-right: 5px;
}

.time-progress-frame {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 130px);
  flex: 0 0 calc(100% - 130px);
  max-width: calc(100% - 130px);
  width: calc(100% - 130px);
  padding-left: 30px;
  overflow: hidden;
  padding-top: 10px;
}

.time-progress-bar {
  position: relative;
  width: 100%;
}

.time-track {
  width: 108%;
  height: 10px;
  background-color: #2d3647;
  border-radius: 5px;
  position: relative;
}

.match-minute {
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
  background-color: #12bc8c;
  border-radius: 5px;
}

.time-activity {
  position: absolute;
  width: 14px;
  top: 12px;
}

.time-point {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background-color: #2d3647;
  color: #c2c8d7;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  top: -10px;
  margin-left: -15px;
}
.time-point.passed {
  color: #fff;
  background-color: #12bc8c;
}

.match-search-frame {
  width: 100%;
  height: 50px;
  background-color: #292b2e;
  position: relative;
  padding-left: 60px;
  border-radius: 5px;
}
.match-search-frame.dark {
  background-color: #292b2e;
}

.match-textbox {
  float: left;
  width: calc(100% - 60px);
  height: 50px;
  color: #e8ebf1;
  font-size: 14px;
  font-weight: 500;
  border: none;
  background-color: transparent;
}

.match-find-btn {
  float: left;
  width: 60px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #f7dd38;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 18px;
}
.match-find-btn:hover {
  color: #fff;
}

.match-search-frame:before {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #5f646c;
  border-bottom: 5px solid transparent;
  content: "";
  left: 29px;
  top: 20px;
}

.fav-count {
  position: absolute;
  right: 40px;
  color: #8a9098;
  top: 0;
}

.favorite-label {
  width: 100%;
  height: 106px;
  background-color: #292b2e;
  border-top: 1px solid #373b3e;
  position: relative;
}

.remove-favorite {
  float: left;
  color: #f7dd38;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.remove-favorite:hover {
  color: #fff;
}

.fav-area {
  float: left;
  width: calc(100% - 40px);
  padding: 15px;
  height: 105px;
  position: relative;
}

.fav-row {
  font-weight: 600;
  font-size: 14px;
  color: #e9edf3;
}
.fav-row:first-child {
  margin-bottom: 5px;
}

.fav-team-name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 26px);
  flex: 0 0 calc(100% - 26px);
  width: calc(100% - 26px);
  max-width: calc(100% - 26px);
  line-height: 24px;
}

.fav-live-score {
  background-color: #34383d;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26px;
  flex: 0 0 26px;
  max-width: 26px;
  width: 26px;
  height: 22px;
  border-radius: 2px;
  text-align: center;
  line-height: 24px;
}

.fav-half {
  color: #ffdd3a;
  font-size: 12px;
  font-weight: 600;
  line-height: 27px;
}

.fh-time {
  margin-left: 5px;
}

.fav-live-tv {
  color: #979797;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 5px;
  position: relative;
  z-index: 30;
}
.fav-live-tv:hover {
  color: #fff;
}

.favorite-label.wide {
  border-bottom: 1px solid #373b3e;
}
.favorite-label.wide .fav-area {
  float: none;
  width: 100%;
}
.favorite-label.wide .fav-area .add-fav {
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #ffdd3a;
  margin-left: 5px;
}

.fav-area .fav-action-btn {
  position: relative;
  z-index: 25;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.favorite-label.wide .fav-area .add-fav:hover {
  color: #fff;
}

.added .fav-area {
  float: none;
  width: 100%;
  padding: 0;
  padding-top: 15px;
}

.favorite-label.added {
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: #3f4349;
}

.added .fav-row {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 0 15px;
  margin-bottom: 0;
}
.added .fav-row.bottom {
  height: 35px;
  padding: 0 15px;
  background-color: #34383d;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: 5px;
}
.added .fav-half {
  color: #e8ebf1;
  font-size: 14px;
  line-height: normal;
}
.added .fav-live-tv {
  font-size: 18px;
  padding: 0 5px;
  margin-right: 15px;
}
.added .remove-fav {
  font-size: 18px;
}

.favorite-label.e-spor .fav-tools {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
  max-width: 15px;
  padding-top: 0;
  margin-left: auto;
}
.favorite-label.dark .fav-area {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px 25px 10px;
  height: auto;
}

.fav-game-name {
  color: #e8ebf1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}

.fav-game-match {
  margin-bottom: 10px;
}

.fav-tools {
  float: left;
  width: 45px;
  padding-top: 14px;
}

.favorite-label .bet-more {
  width: 100%;
  background-color: #5a5e64;
  color: #fff;
}
.favorite-label.e-spor {
  min-height: 106px;
  height: auto;
}

.favorite-pano.top .favorite-label.e-spor:last-child {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.fav-holder {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 15px);
  flex: 0 0 calc(100% - 15px);
  max-width: calc(100% - 15px);
}

.hr-img {
  height: 51px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: sub;
  margin-right: 10px;
}

.favorite-pano .favorite-label:last-child {
  border-bottom: none;
}

.favorite-label.e-spor .fav-area {
  float: none;
  width: 100%;
  height: auto;
  padding-bottom: 15px;
}

.fh-game-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  max-width: 20px;
  width: 20px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fh-game-name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 50px);
  flex: 0 0 calc(100% - 50px);
  max-width: calc(100% - 50px);
  padding-left: 12px;
  padding-right: 12px;
}

.fh-game-score {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
  background-color: #34383d;
  text-align: center;
  line-height: 30px;
  color: #f7dd38;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  border-radius: 3px;
}

.hint.tooltip.info {
  background-color: transparent;
}
.hint.tooltip.info i {
  font-size: 19px;
  background-color: transparent;
  color: #8f97a7;
}

.fr-cell {
  padding-right: 20px;
  line-height: 23px;
}

.favorite-label.e-spor .fh-time {
  line-height: 23px;
  color: #c2c8d7;
}

.fr-cell i {
  font-size: 16px;
  color: #8f97a7;
}

a.remove-favorite:hover i {
  color: #dbaa35;
}

.fh-map {
  color: #c2c8d7;
  font-size: 13px;
  font-weight: 500;
}

.fls {
  position: relative;
}
.fls:first-child:after {
  content: ":";
  margin-left: 2px;
  display: inline-block;
}

.head-row > i {
  font-size: 20px;
  margin-right: 10px;
}

.league-head {
  height: 30px;
  background-color: #515c70;
  padding-left: 20px;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
}
.league-head.dark {
  background-color: #585d64;
  color: #d6dbe4;
}
.league-head .collapse-icon {
  font-size: 12px;
  color: #6e757e;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26px;
  flex: 0 0 26px;
  max-width: 26px;
  text-align: left;
  margin-left: auto;
}
.league-head.accordion.active .collapse-icon {
  text-align: right;
}

span.flag-icon {
  width: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  max-width: 20px;
}

.league-name-cell {
  padding: 0 10px;
  font-size: 13px;
  font-weight: 500;
}

.live-status-select-frame {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0 -2px;
}
.live-status-select-frame li {
  width: 33.33%;
  float: left;
  padding: 0 2px;
}
.live-status-select-frame li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #c2c8d7;
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #242c3c;
}
.live-status-select-frame li a span {
  float: right;
}
.live-status-select-frame li a i {
  font-size: 18px;
  float: left;
}
.live-status-select-frame li.selected a {
  background-color: #30394a;
  color: #fff;
}
.live-status-select-frame li a:hover {
  color: #fff;
}
.live-status-select-frame.type2 li a:hover {
  color: #fff;
}
.live-status-select-frame.type2 li.selected a {
  background-color: #f7dd38;
  color: #3b3d43;
}
.live-status-select-frame.type2 li a {
  height: 26px;
  line-height: 29px;
  border-radius: 3px;
  background-color: #3d4044;
  color: #9197a0;
  font-size: 11px;
  overflow: hidden;
}
.live-status-select-frame.type2 li a i {
  font-size: 16px;
}

.live-category-matches-frame {
  font-weight: 500;
  font-size: 14px;
  color: #ebebeb;
  margin-bottom: 10px;
}

.all-screen-category-slider-wrapper {
  height: 80px;
  position: relative;
  overflow: hidden;
  padding-left: 45px;
}

.all-screen-category-slider {
  height: 80px;
}
.all-screen-category-slider > .slick-item {
  display: none;
}

.category-slide-link {
  height: 80px;
  text-align: center;
  background-color: #292b2e;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.category-slide-link.selected a:before {
  content: "";
  width: 50%;
  height: 0;
  position: absolute;
  top: 0;
  left: 25%;
  z-index: 1;
  -webkit-box-shadow: 0 0 24px 14px #ffdd3a;
  box-shadow: 0 0 24px 14px #ffdd3a;
}
.category-slide-link.selected .category-name {
  color: #fff;
}
.category-slide-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 0 5px;
  overflow: hidden;
}
.category-slide-link .category-name {
  width: 100%;
  color: #c6ccd6;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.category-slide-link:not(.selected):hover .category-name {
  color: #fff;
}
.category-slide-link img {
  display: inline-block;
}

.all-screen-category-slider .slick-arrow {
  width: 40px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #292b2e;
  color: #80858d;
  font-size: 13px;
  position: absolute;
  top: 0;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.all-screen-category-slider .slick-arrow:hover {
  color: #f7dd38;
}
.all-screen-category-slider .slick-prev {
  left: -44px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.all-screen-category-slider .slick-next {
  left: -45px;
  top: 42px;
  z-index: 3;
}
.all-screen-category-slider .slick-track {
  margin: 0 -2px;
}
.all-screen-category-slider .slick-slide {
  margin: 0 2px;
}

.category-slide-link .count {
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  color: #f7dd38;
  right: 5px;
  top: 5px;
}
.category-slide-link i {
  color: #82878f;
  font-size: 25px;
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
}
.category-slide-link.selected .count, .category-slide-link.selected i {
  color: #f7dd38;
}

.menu-toggle-row {
  width: 100%;
  height: 40px;
  background-color: #30394a;
  cursor: pointer;
}

.menu-toggle-button {
  font-size: 13px;
  font-weight: 500;
}
.menu-toggle-button i {
  margin: 0 8px;
  color: #8c94a9;
  display: inline-block;
}

.top-bet-menu-frame {
  margin-bottom: 10px;
}

.pano-slider-wrapper {
  background: url(/assets-bt/img/pano-bg.jpg) no-repeat center top;
  height: 260px;
  padding-top: 40px;
}

.pano-slider .slick-arrow {
  width: 30px;
  height: 30px;
  color: #d9dee7;
  font-size: 18px;
  position: absolute;
  top: calc(50% - 15px);
  z-index: 20;
  background-color: #71777f;
  border-radius: 3px;
}
.pano-slider .slick-prev {
  left: -35px;
}
.pano-slider .slick-next {
  right: -30px;
}

.pano-slide {
  margin: 0 5px;
}

.pano-slider > .pano-slide {
  display: none;
}

.pano-box {
  width: 100%;
  height: 180px;
  background-color: #2d3033;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.ptl {
  background-color: #3f4247;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
}
.ptl img {
  max-height: 30px;
  max-width: 30px;
}

.pano-score-label {
  font-weight: 600;
  text-align: right;
}

.pano-status {
  color: #f7dd38;
  font-size: 12px;
  margin-top: 5px;
}

.pano-score {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ps-cell {
  position: relative;
  display: block;
  font-size: 25px;
  font-weight: 900;
}
.ps-cell:first-child:after {
  content: ":";
  margin: 0 2px;
  display: inline-block;
}

.pano-time {
  font-size: 12px;
  color: #adb0b9;
  font-weight: 600;
  margin-top: 5px;
}

.pano-teams-name {
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  margin-bottom: 8px;
}

.ptn {
  position: relative;
  height: 24px;
  color: #fff;
}
.ptn:first-child {
  padding-right: 10px;
  text-align: right;
}
.ptn:first-child:after {
  content: "&";
  position: absolute;
  right: -5px;
  top: 0;
}
.ptn:last-child {
  padding-left: 10px;
  text-align: left;
}

.pano-content {
  padding: 20px 20px 0;
}

.pano-top {
  height: 40px;
  margin-bottom: 15px;
}

.ptn-score {
  color: #ffdd3a;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
  text-align: right;
}

.bet-btn.solid {
  background-color: #303b51;
  height: 40px;
  color: #fff;
  background-color: #363a3d;
  border-radius: 0;
  font-size: 14px;
  color: #e5e7ec;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: none;
  border-right: 1px solid #3f4247;
}
.bet-btn.solid:hover {
  background-color: #44484a;
}

.pano-slider .slick-track {
  margin: 0 -5px;
}

.bet-btn.solid.locked {
  position: relative;
}
.bet-btn.solid.locked:before {
  content: "";
  font-family: Flaticon;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #545454;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #8e8e8e;
  font-weight: 400;
}

.all-screen-panel {
  width: 100%;
  font-weight: 600;
  margin-bottom: 10px;
}

.all-screen-panel-header {
  height: 54px;
  background-color: #41454a;
  padding-right: 60px;
  position: relative;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.all-screen-panel-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 330px;
  flex: 0 0 280px;
  max-width: 280px;
  width: 280px;
  font-size: 17px;
  color: #fff;
  padding-left: 20px;
}
.all-screen-panel-title i {
  color: #d6dae2;
  font-size: 29px;
  margin-right: 15px;
  vertical-align: middle;
}

.all-screen-panel-header .arr {
  position: absolute;
  height: 60px;
  color: #9da5ae;
  right: 0;
  top: 0;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 10px;
}

.heading-holder {
  padding-left: 62px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 280px);
  flex: 0 0 calc(100% - 280px);
  max-width: calc(100% - 280px);
  width: calc(100% - 280px);
}

.heading-th {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #b7bbc5;
  font-size: 14px;
}

.all-screen-thead {
  width: 100%;
  height: 40px;
  background-color: #ffdd3a;
}

.as-th {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #746418;
}
.as-th.first {
  text-align: left;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  max-width: 280px;
  width: 280px;
  padding-left: 20px;
}
.as-th.score {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62px;
  flex: 0 0 62px;
  max-width: 62px;
  width: 62px;
}

.as-th-cell {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  width: 50px;
}
.as-th-cell i {
  font-size: 10px;
}

.as-th.last {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  width: 60px;
}
.as-th.last i {
  font-size: 10px;
}

.all-screen-panel-row {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #e5e7ec;
  background-color: #fff;
}
.all-screen-panel-row:nth-child(even) {
  background-color: #f9fafc;
}
.all-screen-panel-row:last-child {
  border-bottom: none;
}

.as-td {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.as-td.first {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  width: 60px;
  text-align: center;
}
.as-td.second {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 270px;
  flex: 0 0 220px;
  max-width: 270px;
  width: 270px;
  padding-left: 20px;
  margin-right: auto;
}
.as-td.last {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  width: 60px;
  padding: 0 5px;
}

.match-time-status {
  height: 59px;
}
.match-time-status.online {
  background-color: #292b2e;
  color: #f7dd38;
  border-radius: 5px;
  height: 50px;
  width: 55px;
  margin-left: 5px;
  padding-top: 5px;
}
.match-time-status span {
  display: block;
  line-height: 20px;
  font-size: 14px;
}
.match-time-status span:first-child {
  font-size: 18px;
}
.match-time-status:not(.online) {
  padding-top: 7px;
}
.match-time-status:not(.online) span {
  font-size: 13px;
  color: #6e727b;
  display: block;
  margin-top: 2px;
}

.all-screen-live-teams {
  position: relative;
}

.as-team-name {
  font-size: 15px;
  color: #6e727b;
  margin-bottom: 5px;
  margin-top: 5px;
}

.as-td.score {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62px;
  flex: 0 0 62px;
  max-width: 62px;
  width: 62px;
}

.as-score {
  font-size: 20px;
  position: relative;
  color: #3b3d43;
}
.as-score:first-child {
  padding-right: 8px;
}
.as-score:first-child:after {
  content: ":";
  position: absolute;
  right: 2px;
}

.as-td-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  width: 50px;
  padding-left: 4px;
}
.as-td-cell .bet-btn {
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border-radius: 5px;
}

.as-icon {
  text-align: center;
  color: #41454a;
  font-size: 28px;
}
.as-icon.small {
  color: #71777f;
  font-size: 20px;
}

.as-txt {
  color: #6e727b;
  text-align: center;
}

.all-screen-panel.type2 .heading-holder {
  padding-left: 170px;
}
.all-screen-panel.type2 .heading-holder .heading-th:first-child, .all-screen-panel.type2 .heading-holder .heading-th:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100px;
  width: 100px;
}

.video-player-wrapper {
  position: relative;
}

.video-layer-category-menu {
  width: 100%;
  height: 62px;
  border-bottom: 1px solid #242c3c;
  background-color: #1b2334;
}
.video-layer-category-menu li {
  border-right: 1px solid #242c3c;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.video-layer-category-menu li span {
  font-weight: 700;
}
.video-layer-category-menu li a {
  display: block;
  height: 58px;
  line-height: 60px;
  padding: 0 25px;
  font-size: 18px;
  font-weight: 300;
  color: #c2c8d7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.video-layer-category-menu li a i {
  font-size: 25px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.video-layer-category-menu li.selected a, .video-layer-category-menu li a:hover, .video-layer-category-menu li.selected a i, .video-layer-category-menu li a:hover i {
  color: #dbaa35 !important;
}
.video-layer-category-menu li.selected i, .video-layer-category-menu li a:hover i {
  color: #e6e6e6;
}

.video-player-frame {
  width: 100%;
  padding: 30px;
  background-color: #1b2334;
}

.broadcast-timer-frame {
  width: 100%;
  height: 70px;
  background-color: #1b2334;
  font-weight: 500;
  color: #e6e6e6;
}

.broadcast-timer {
  width: 100%;
  height: 50px;
  padding: 0 10px;
}
.broadcast-timer li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.broadcast-timer li a {
  display: block;
  font-size: 13px;
}

.bc-cell {
  padding: 0 2px;
  height: 30px;
  display: block;
  line-height: 30px;
}

.bc-time {
  background-color: #242c3c;
  display: block;
  border-radius: 3px;
  color: #777c89;
  height: 30px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.bc-live {
  background-color: #12bc8c;
  position: absolute;
  height: 51px;
  top: -19px;
  width: 100%;
  text-align: center;
  border-radius: 3px;
  z-index: 1;
  left: 0;
  line-height: normal;
  padding-top: 5px;
  font-size: 11px;
  font-weight: 500;
}

.bc-count {
  background-color: #f03251;
  height: 20px;
  line-height: 22px;
  position: absolute;
  bottom: -17px;
  right: 0;
  width: 100%;
  text-align: center;
  overflow: hidden;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}

.broadcast-list-frame {
  width: 100%;
  background-color: #1b2334;
  font-weight: 500;
  color: #c2c8d7;
  font-size: 13px;
}

.broadcast-list-header {
  height: 50px;
  width: 100%;
  padding-left: 20px;
  background-color: #121928;
}

.bc-list-heading-holder {
  font-size: 13px;
  font-weight: 700;
}

.bc-list-title > div {
  padding: 0 20px;
}

.bc-list-heading {
  text-align: center;
}
.bc-list-heading.single {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85px;
  flex: 0 0 85px;
  max-width: 85px;
  width: 85px;
}
.bc-list-heading.double {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  max-width: 140px;
  width: 140px;
}
.bc-list-heading.triple {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 210px;
  flex: 0 0 210px;
  max-width: 210px;
  width: 210px;
}

.bc-list-thead {
  width: 100%;
  background-color: #242c3c;
  height: 30px;
  color: #c2c8d7;
  font-size: 11px;
  font-weight: 700;
}

.bcl-th {
  text-align: center;
}

.bcl-th-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  width: 70px;
}
.bcl-th-cell.wide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85px;
  flex: 0 0 85px;
  max-width: 85px;
  width: 85px;
}

.bc-list-body {
  counter-reset: earn-counter;
}

.bc-list-row {
  padding-left: 20px;
  height: 60px;
  width: 100%;
  border-bottom: 1px solid #242c3c;
  counter-increment: earn-counter;
}

.bcl-td {
  position: relative;
}
.bcl-td img {
  vertical-align: sub;
  margin-right: 10px;
}
.bcl-td i {
  vertical-align: sub;
  margin-right: 20px;
  font-size: 25px;
  color: #5a5a5a;
}
.bcl-td.first {
  margin: 0;
  padding-left: 50px;
}
.bcl-td.first:before {
  content: counter(earn-counter);
  position: absolute;
  color: #c2c8d7;
  font-size: 15px;
  font-weight: 500;
  z-index: 5;
  left: 0;
  top: -5px;
  width: 32px;
  text-align: center;
  background: #434b5c;
  background: -o-linear-gradient(top, #434b5c 0%, #252d3d 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#434b5c), to(#252d3d));
  background: linear-gradient(to bottom, #434b5c 0%, #252d3d 100%);
  height: 32px;
  border-radius: 3px;
  line-height: 32px;
}

.bcl-td-cell {
  margin: 0 17px;
}

.all-table-total-amount {
  width: 420px;
  height: 120px;
  background-color: #242c3c;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 20px;
}

.atta-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75px;
  flex: 0 0 75px;
  max-width: 75px;
  width: 75px;
  font-size: 37px;
  color: #e2363a;
  text-align: center;
  line-height: 80px;
}

.atta-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 225px;
  flex: 0 0 225px;
  max-width: 225px;
  width: 225px;
}

.atta-text {
  color: #c2c8d7;
  font-size: 13px;
  font-weight: 500;
}

.atta-amount {
  font-size: 27px;
  color: #fff;
  font-weight: 900;
}

.atta-btn {
  width: 100px;
  height: 100px;
  position: absolute;
  background-color: #dbaa35;
  border-radius: 10px;
  right: 10px;
  top: 10px;
}
.atta-btn a {
  display: block;
  width: 100px;
  height: 100px;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  padding-top: 20px;
}
.atta-btn span {
  display: block;
  margin-top: 5px;
}
.atta-btn i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #bb9334;
  display: inline-block;
  line-height: 24px;
  text-align: center;
}
.atta-btn:hover i {
  margin-left: 20px;
}

.atta-top {
  background-color: #1b2334;
  height: 36px;
  line-height: 36px;
  font-size: 11px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 22px;
  color: #8f94a1;
  font-weight: 500;
}

.profile-bottom-row {
  background-color: #292b2e;
  width: 100%;
  height: 70px;
  padding: 0 25px;
}

.subpage-content-frame {
  padding-top: 40px;
  font-weight: 500;
}

.poker-label-btn {
  position: relative;
  width: 100%;
  height: 70px;
  margin-bottom: 18px;
  background: url(/assets-bt/img/poker-label.png) no-repeat center top;
  background-size: contain;
}

.game-table-status-frame {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}

.game-table-count {
  font-size: 11px;
  color: #8f94a1;
  font-weight: 500;
  display: block;
}

.game-table-status {
  width: 84px;
  height: 30px;
  margin-top: 5px;
  float: right;
  background-repeat: no-repeat;
  background-position: left top;
}

.poker-label-btn:hover {
  background-image: url(/assets-bt/img/poker-label-02.png);
}

.game-table-name {
  padding-left: 60px;
  padding-top: 23px;
  color: #d2d8e2;
  font-size: 20px;
  font-weight: 900;
}

.game-table-total {
  color: #dbaa35;
  font-size: 16px;
  font-weight: 500;
}

.banner-btn-holder {
  margin-top: 20px;
}

.subpage-slider > .static-banner:not(:first-child) {
  display: none;
}
.subpage-slider .slick-dots {
  position: absolute;
  bottom: 90px;
  left: calc((100% / 2) - 635px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.subpage-slider .slick-dots li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  margin: 0 2px;
}
.subpage-slider .slick-dots li button {
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 4px 0 0 4px;
  background: #fff;
}
.subpage-slider .slick-dots li.slick-active button {
  background-color: #2c6cee;
}
.subpage-slider.red-bullet .slick-dots li.slick-active button {
  background-color: #d52f4c;
}
.subpage-slider.yellow-bullet .slick-dots li.slick-active button {
  background-color: #dbaa35;
}

.promotions-frame {
  background-color: #1b2334;
  padding: 30px;
  margin-top: -60px;
  position: relative;
  z-index: 20;
}

.pr-box img {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.pr-box:hover img {
  opacity: 0.9;
}

.subpage-left-content-wrapper {
  width: 240px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  max-width: 240px;
  position: relative;
}

.subpage-right-content-wrapper {
  width: 950px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 950px;
  flex: 0 0 950px;
  max-width: 950px;
  position: relative;
}

.subpage-center-column {
  width: 785px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 785px;
  flex: 0 0 785px;
  max-width: 785px;
  position: relative;
}

.left-menu-header {
  padding-left: 15px;
  height: 62px;
  line-height: 64px;
  color: #e8ebf1;
  border-bottom: 2px solid #f7de39;
  background-color: #292b2e;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: 600;
  font-size: 16px;
}
.left-menu-header i {
  color: #f7de39;
  font-size: 20px;
  margin-right: 5px;
}

.left-menu {
  width: 100%;
  background-color: #292b2e;
}
.left-menu li {
  width: 100%;
  position: relative;
  padding-left: 20px;
}
.left-menu li > a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  color: #b2b6bf;
  transition: 0.3s;
}
.left-menu li > a:hover {
  color: #fff;
}
.left-menu li.selected > a {
  color: #fff;
}
.left-menu li.selected > a:before {
  background-color: #f7de39;
}
.left-menu li > a:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #5f646c;
  position: absolute;
  left: 0;
  top: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.left-menu li > a:hover:before {
  background-color: #f7de39;
}
.left-menu li > a i {
  color: #b1b1b1;
  font-size: 20px;
  vertical-align: inherit;
  margin-right: 15px;
}
.left-menu li a img {
  vertical-align: sub;
  margin-right: 10px;
}
.left-menu li a > .counter {
  float: right;
  font-size: 12px;
  color: #979797;
  line-height: 48px;
}
.left-menu.no-icon li > a {
  padding-left: 45px;
}
.left-menu.no-icon li > a:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 16px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #4c4a4a;
  background-color: transparent;
}
.left-menu.type2 li {
  border-bottom: 1px solid #34363a;
}
.left-menu .panel {
  display: none;
}
.left-menu .panel .link {
  height: 40px;
  background-color: #353333;
  border-bottom: 1px solid #4c4a4a;
}
.left-menu .panel .link a {
  display: block;
  height: 39px;
  line-height: 42px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  color: #e6e6e6;
  font-size: 13px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.left-menu .panel .link > a:before {
  content: "";
  float: left;
  width: 8px;
  height: 8px;
  background-color: #767373;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: 15px;
  margin-right: 20px;
}
.left-menu .panel .link .counter {
  float: right;
  font-size: 12px;
  color: #979797;
  line-height: 39px;
}
.left-menu .panel .link a:hover {
  color: #fff;
}
.left-menu .panel .link a:hover:before {
  background-color: #fff;
}
.left-menu.account-page {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
  margin: 0;
}
.left-menu.account-page li {
  border-top: 1px solid #e7c831;
  background-color: transparent;
  padding: 0;
}
.left-menu.account-page li > a {
  padding-left: 33px;
  color: #3b3d43;
  height: 60px;
  font-size: 17px;
  line-height: 60px;
  font-weight: 600;
}
.left-menu.account-page li > a:before {
  display: none;
}
.left-menu.account-page li > a i {
  display: inline-block;
  font-size: 26px;
  vertical-align: sub;
  color: #3b3d43;
}
.left-menu.account-page li > a:hover {
  background: #fff;
}
.left-menu.account-page li.selected > a {
  background: #fff;
}
.left-menu.account-page li a > .counter {
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #907d23;
  border-radius: 3px;
  margin-top: 16px;
}

.alphabet-menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  max-width: 36px;
  width: 36px;
  background-color: #202123;
}
.alphabet-menu a {
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #adb1ba;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.alphabet-menu a:hover {
  color: #fff;
}

.subpage-head-title {
  padding-left: 20px;
}
.subpage-head-title i {
  font-size: 22px;
}
.subpage-head-title span {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  margin-left: 15px;
}

.casino-game-box {
  position: relative;
  margin-bottom: 10px;
}

.casino-game-box-img {
  position: relative;
  z-index: 1;
}
.casino-game-box-img img {
  border-radius: 5px;
}

.casino-item-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 5;
  height: 70px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top: 1px solid #f7de39;
  padding: 15px 50px 0 15px;
}

.casino-game-name {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
}

.gamer-number {
  color: #ffdd3a;
  font-size: 12px;
  font-weight: 600;
  margin-top: 5px;
}

.casino-game-icon {
  position: absolute;
  right: 15px;
  top: 23px;
  z-index: 6;
  color: #bcc0c8;
}
.casino-game-icon i {
  font-size: 25px;
  margin-left: 5px;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.casino-game-icon em {
  color: #ffdd3a;
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.casino-game-box:hover em {
  opacity: 1;
}
.casino-game-box:hover i {
  color: #f7de39;
}
.casino-game-box:hover .item-fav i {
  color: inherit;
}

.base-search {
  height: 50px;
  background-color: #292b2e;
  border-radius: 5px;
}

button.base-search-btn {
  float: right;
  width: 50px;
  height: 50px;
  color: #f7dd38;
}

input.base-search-input {
  float: left;
  width: calc(100% - 50px);
  height: 50px;
  padding-left: 15px;
  color: #c7c9cb;
}

.subpage-top-menu-frame {
  width: 100%;
  background-color: #353333;
  padding-right: 20px;
  height: 63px;
  border-bottom: 1px solid #4c4a4a;
}

.subpage-top-menu {
  height: 62px;
  width: 100%;
}
.subpage-top-menu li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #4c4a4a;
}
.subpage-top-menu li a {
  display: block;
  padding-top: 15px;
  position: relative;
  padding-left: 57px;
  padding-right: 17px;
  height: 62px;
}
.subpage-top-menu li i {
  position: absolute;
  left: 20px;
  top: 14px;
  color: #888787;
  font-size: 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.subpage-top-menu li a:hover i {
  color: #fff;
}

.sml {
  font-size: 11px;
  font-weight: 700;
  color: #e6e6e6;
  display: block;
}

.g-name {
  display: block;
  font-size: 14px;
  color: #fff;
}

.game-box {
  position: relative;
  border: 4px solid #4c4a4a;
  margin-bottom: 10px;
}
.game-box .img {
  position: relative;
  z-index: 1;
  padding-top: 51.8%;
}
.game-box .img img {
  position: absolute;
  left: 0;
  top: 0;
}
.game-box figcaption {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
}
.game-box figcaption:after {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -o-linear-gradient(top, rgba(125, 185, 232, 0) 0, rgba(76, 113, 142, 0) 10%, #000);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(125, 185, 232, 0)), color-stop(10%, rgba(76, 113, 142, 0)), to(#000));
  background: linear-gradient(180deg, rgba(125, 185, 232, 0) 0, rgba(76, 113, 142, 0) 10%, #000);
}
.game-box .topper {
  position: relative;
  z-index: 5;
  margin-bottom: 5px;
}
.game-box .live-btn {
  min-width: 64px;
  background-color: #e2363a;
  border-radius: 4px;
  height: 24px;
  line-height: 26px;
  text-align: center;
  margin-right: 5px;
  font-size: 11px;
}
.game-box .visitor {
  min-width: 64px;
  background-color: #fff;
  border-radius: 4px;
  height: 24px;
  line-height: 26px;
  text-align: center;
  margin-right: 5px;
  font-size: 11px;
  color: #222020;
}
.game-box .visitor i {
  color: #e2363a;
  margin-right: 3px;
  font-size: 15px;
  vertical-align: bottom;
}
.game-box .ico {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 30px;
  z-index: 5;
  color: #fff;
}
.game-box strong {
  width: 100%;
  display: block;
  font-size: 19px;
  font-weight: 500;
  position: relative;
  z-index: 5;
  color: #fff;
}

.game-box-hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 8;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.game-box-hover .base-btn {
  width: 150px;
  min-width: inherit;
  padding: 0 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.game-box-hover .base-btn i {
  margin-left: 0;
}
.game-box-hover .live-btn {
  width: 60px;
}
.game-box-hover strong {
  text-align: center;
  margin: 10px 0;
}

.game-box:hover .game-box-hover {
  opacity: 1;
  pointer-events: inherit;
}
.game-box:hover figcaption {
  opacity: 0;
}

.slot-game-item {
  position: relative;
  color: #e6e6e6;
  margin-bottom: 15px;
}

.slot-game-img {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.slot-game-img img {
  display: block;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  z-index: 1;
}

.slot-game-item .hovered {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.slot-game-img:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.slot-game-img:after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-box-shadow: 0 0 100px 50px #ffdd3a;
  box-shadow: 0 0 100px 50px #ffdd3a;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.slot-game-item:hover .hovered {
  opacity: 1;
}
.slot-game-item:hover .slot-game-img:before, .slot-game-item:hover .slot-game-img:after {
  opacity: 1;
}

.type2 .slot-game-img img {
  border-radius: 0;
}
.type2 .sloat-game-item-bottom {
  border-radius: 0;
  height: 38px;
  border-top: 1px solid #f7de39;
}
.type2:hover .sloat-game-item-bottom {
  background-color: #f7dd38;
  color: #3b3d43;
}
.type2:hover .slot-game-img:after {
  display: none;
}

.slot-game-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  color: #e2363a;
  font-size: 40px;
  z-index: 8;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.slot-game-item:hover .slot-game-hover {
  opacity: 1;
}
.slot-game-item:hover .slot-game-img {
  border-color: #12bc8c;
}

.sloat-game-item-bottom {
  text-align: center;
  height: 50px;
  background-color: #292b2e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-weight: 600;
  padding: 0 10px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.slot-game-item strong {
  display: block;
  color: #979797;
  font-size: 13px;
}

.sloat-game-item-bottom i {
  color: #566075;
}

.page-head-menu li a i {
  margin-right: 5px;
}

.subpage-top-menu-frame.type2 {
  background-color: #e6e6e6;
  padding-left: 20px;
  padding-top: 10px;
  position: relative;
  z-index: 30;
}

.top-filter-dropdown {
  float: left;
  width: 200px;
  margin-right: 12px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  color: #757575;
  font-size: 13px;
  position: relative;
}

.filter-drop-display {
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
}
.filter-drop-display:after {
  content: "";
  font-family: Flaticon;
  float: right;
  font-size: 11px;
}

.top-filter-drop {
  opacity: 0;
  popinter-events: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 39px;
  left: 0;
  padding: 10px 15px;
  width: 100%;
  background-color: #3c3a3a;
  border: 1px solid #595757;
  border-top: none;
  z-index: 10;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.top-filter-dropdown.small {
  width: 120px;
}

.top-filter-drop li {
  padding: 5px 0;
  border-bottom: 1px solid #595757;
  color: #ebebeb;
}
.top-filter-drop li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.top-filter-dropdown:hover .top-filter-drop {
  opacity: 1;
  pointer-events: inherit;
}

.floating.sort-filter {
  float: left;
  height: 40px;
  max-width: inherit;
  width: auto;
}
.floating.sort-filter .sort-btn {
  float: left;
  height: 40px;
  line-height: 42px;
  margin-top: 0;
  font-size: 13px;
}
.floating.sort-filter .sort-btn i {
  font-size: 12px;
  line-height: 38px;
}
.floating.sort-filter .sort-btn:first-child {
  margin-right: 12px;
}

.top-filter-input {
  float: right;
  position: relative;
  height: 40px;
  background-color: transparent;
  color: #c2c8d7;
  font-size: 13px;
}

.top-filter-textbox {
  float: left;
  width: 180px;
  height: 38px;
  background-color: transparent;
  border: none;
  padding-left: 20px;
  color: #c2c8d7;
  font-size: 13px;
}

.filter-find-btn {
  float: left;
  width: 50px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 20px;
  color: #12b689;
}

.plm-name {
  float: left;
  width: calc(100% - 100px);
  padding-top: 10px;
}

.plm-company {
  font-size: 13px;
  color: #b1b1b1;
}

.plm-game {
  font-size: 13px;
  color: #f0f0f0;
}

.banner-display {
  max-width: 740px;
}

.header-holder {
  padding-right: 70px;
  text-align: center;
  color: #b7b7b7;
  font-size: 12px;
  font-weight: 700;
  width: 410px;
}
.header-holder > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-carousel-slider-wrapper {
  position: relative;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

.top-carousel-slider .slide-item {
  padding: 0 5px;
}
.top-carousel-slider > .slide-item:not(:first-child) {
  display: none;
}
.top-carousel-slider a {
  display: block;
}
.top-carousel-slider img {
  border: 1px solid #4c4a4a;
}
.top-carousel-slider .caro {
  padding: 7px;
  position: relative;
  background-color: #353333;
}
.top-carousel-slider .slick-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  font-weight: 300;
  font-size: 18px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #272525;
  z-index: 10;
}
.top-carousel-slider .slick-prev {
  left: 15px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.top-carousel-slider .slick-next {
  right: 15px;
}

.promotion-box {
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.promotion-box .img-box {
  position: relative;
  z-index: 2;
  padding-top: 54.54%;
}
.promotion-box .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.promotion-box figcaption {
  width: 100%;
  height: 50px;
  padding-left: 25px;
  padding-right: 10px;
  background-color: #353333;
  border-top: 1px solid #4c4a4a;
}

.prm-name {
  font-size: 16px;
  font-weight: 400;
  color: #e6e6e6;
  padding-right: 10px;
  font-weight: normal;
}
.prm-name i {
  color: #e2363a;
  margin-right: 10px;
  vertical-align: baseline;
}

.promotion-box .base-btn {
  width: 90px;
  min-width: inherit;
  height: 30px;
  font-size: 11px;
  padding-top: 2px;
}
.promotion-box:hover {
  margin-top: -10px;
}

.login-frame {
  background-color: #181616;
  border: 1px solid #343232;
  width: 382px;
  padding: 40px;
  position: relative;
  font-weight: 500;
  color: #f2f3f8;
}

.sign-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.sign-text {
  font-size: 13px;
  line-height: 24px;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.sign-text:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100px;
  background-color: #e2363a;
}

.acoount-frame {
  position: relative;
  margin-bottom: 40px;
}
.acoount-frame:after {
  content: "";
  display: block;
  clear: both;
}

.account-left-frame {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  max-width: 300px;
  width: 300px;
  border-right: 1px solid #4c4a4a;
}

.account-right-frame {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 300px);
  flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px);
  width: calc(100% - 300px);
  background-color: #343232;
}

.acc-bottom {
  width: 100%;
  background-color: #403e3e;
  padding: 25px 40px;
  color: #fff;
  border-top: 1px solid #4c4a4a;
}

.acc-left-icon {
  font-size: 40px;
  color: #e2363a;
  margin-bottom: 10px;
}

.acc-banner a, .acc-banner img {
  display: block;
}

.acr-content-row {
  padding: 25px 40px 20px;
  position: relative;
  border-bottom: 1px solid #4c4a4a;
}
.acr-content-row:last-child {
  border-bottom: none;
}

.acr-heading {
  width: 100%;
  height: 56px;
  position: relative;
  margin-bottom: 25px;
}
.acr-heading:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #e2363a;
}

.pg-title {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}

.title-note {
  color: #858585;
  font-weight: 500;
  font-size: 13px;
}

.subtitle {
  width: 100%;
  height: 30px;
  background: url(/assets-bt/img/subtitle.png) no-repeat left center;
  padding-left: 28px;
  font-size: 18px;
  color: #fff;
  line-height: 33px;
  margin-bottom: 20px;
}

.form-bottom-row {
  padding-top: 10px;
}

.account-widget .column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  width: 33.33%;
  background-color: #292b2e;
  border-right: 2px solid #383b3f;
}

.column-head {
  background-color: #202123;
  height: 92px;
  padding-left: 30px;
  padding-top: 24px;
  border-bottom: 2px solid #383b3f;
}

.account-widget .column:nth-child(3) {
  border-right: none;
}

.column-subtitle {
  color: #9399a2;
  margin-top: 5px;
  line-height: 22px;
}

.bottom-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #292b2e;
  border-top: 2px solid #383b3f;
}

.page-slogan {
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.page-slogan .text-1, .page-slogan .text-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.text-1 span {
  height: 50px;
  background-color: #ffdd3a;
  display: inline-block;
  line-height: 50px;
  padding: 0 40px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 25px;
  color: #202123;
}

.text-2 span {
  background-color: #292b2e;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  color: #fff;
  padding: 0 40px;
  font-size: 40px;
  font-weight: 700;
  border-radius: 5px;
}

.hidden_select_container {
  width: 0;
  height: 0;
  overflow: hidden;
}

.accordion-widget {
  counter-reset: accordion-section;
  font-size: 16px;
  color: #e0e0e0;
}

.acc-row {
  counter-reset: accordion-subsection;
  width: 100%;
  min-height: 60px;
  position: relative;
  padding-left: 80px;
  background-color: #403e3e;
  margin-bottom: 10px;
  padding-top: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.acc-row:before {
  position: absolute;
  counter-increment: accordion-section;
  content: counter(accordion-section);
  font-size: 27px;
  font-weight: 100;
  left: 33px;
  top: 13px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.acc-panel {
  display: none;
  width: 100%;
  background-color: #343232;
  margin-bottom: 10px;
  padding: 20px 30px;
}

.acc-row:hover, .acc-row.active, .acc-row:hover:before, .acc-row.active:before {
  color: #fff;
  background-color: #e2363a;
}

.slideThree {
  width: 150px;
  height: 32px;
  background-color: #e5e7ec;
  position: relative;
  border-radius: 5px;
  line-height: 32px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #8b8f96;
}
.slideThree:after {
  content: "KAPALI";
  position: absolute;
  right: 20px;
  z-index: 0;
  line-height: 32px;
  color: #8b8f96;
  font-size: 14px;
  height: 32px;
  top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
}
.slideThree:before {
  opacity: 0;
  content: "ACIK";
  position: absolute;
  left: 20px;
  z-index: 0;
  font-size: 14px;
  line-height: 32px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  color: #3b3d43;
}
.slideThree label {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 1;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 20px;
  font-size: 8px;
  text-align: center;
  letter-spacing: 2px;
  padding-left: 2px;
}
.slideThree input[type=checkbox] {
  visibility: hidden;
}
.slideThree input[type=checkbox]:checked + label {
  left: 120px;
}
.slideThree.active {
  background: #ffdd3a;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.slideThree.active:after {
  opacity: 0;
}
.slideThree.active:before {
  opacity: 1;
}
.slideThree.active label {
  background: #fff;
  left: 77px;
}

.content-heading {
  margin-bottom: 30px;
  border-bottom: 2px solid #252d3d;
}

.notification-bar {
  height: 100px;
  width: 100%;
  border-bottom: 2px dashed #e5e7ec;
}

.n-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  width: 60px;
  color: #a5aab0;
  font-size: 40px;
}

.n-text strong {
  display: block;
  color: #50545a;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
}
.n-text span {
  display: block;
  color: #7a7f86;
}

.slide-select {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  max-width: 160px;
  width: 160px;
  margin-left: auto;
}

.update-password-frame {
  width: 100%;
  height: 110px;
  background-color: #e2363a;
  padding: 0 30px;
  margin-bottom: 30px;
}
.update-password-frame .form-row {
  margin-bottom: 0;
}

.rf-btn {
  width: 120px;
  height: 52px;
  line-height: 52px;
  background-color: #272525;
  color: #fff;
  text-align: center;
  font-size: 13px;
  border-radius: 5px;
  margin-left: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.rf-btn i {
  margin-left: 10px;
}
.rf-btn:hover {
  background-color: #ebebeb;
  color: #272525;
}

.up-cell {
  position: relative;
  padding-left: 30px;
  padding-top: 5px;
  color: #fff;
}
.up-cell strong {
  display: block;
  font-size: 18px;
}
.up-cell span {
  display: block;
  font-size: 12px;
}
.up-cell i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 25px;
}

.account-side-info {
  padding: 33px 20px;
  position: relative;
}

.account-photo {
  width: 100%;
  height: 160px;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.avatar {
  position: relative;
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 100%;
  border: 3px solid #3b3d43;
}

.upload-btn-wrapper {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background-color: #f7dd38;
  left: 43px;
  top: 10px;
  z-index: 200;
  border-radius: 50%;
  color: #202123;
  border: 5px solid #202123;
  line-height: 20px;
  text-align: center;
}

.upload-btn {
  position: absolute;
  line-height: 30px;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 13px;
}

.upload-btn-wrapper input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 40px;
  height: 40px;
}
.upload-btn-wrapper.visible {
  opacity: 1;
  pointer-events: inherit;
  width: auto;
  height: auto;
  position: relative;
  left: 0;
  top: 0;
  background-color: transparent;
}

.account-photo:hover .upload-btn-wrapper {
  opacity: 1;
  pointer-events: inherit;
}

.profile-name {
  font-size: 25px;
  color: #3b3d43;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-weight: 500;
}

.profile-mail {
  font-size: 13px;
  color: #907d23;
  margin-top: 5px;
  font-weight: 500;
  text-align: center;
}

.rest-amount {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #afb2b6;
}
.rest-amount i {
  color: #e2363a;
  vertical-align: inherit;
  margin-right: 12px;
}

.account-tab-menu {
  width: 100%;
  height: 40px;
  margin-bottom: 30px;
  background-color: #3c3a3a;
  border-top: 1px solid #4c4a4a;
}
.account-tab-menu a {
  float: left;
  padding: 0 30px;
  line-height: 40px;
  font-size: 16px;
  color: #b8b8b8;
  border-right: 1px solid #4c4a4a;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.account-tab-menu a:hover, .account-tab-menu a.current {
  color: #fff;
}

.flaticon-caret-right:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #e2363a;
  border-bottom: 6px solid transparent;
}

.has-icon.selector i.flaticon-caret-right {
  top: 17px;
}

.warning-bar {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  min-height: 50px;
  padding: 17px 0 5px 50px;
  position: relative;
  background-color: #3e4144;
  color: #b5bcc2;
  border-radius: 5px;
  font-size: 14px;
}
.warning-bar.light {
  background-color: #eef0f4;
  color: #6b7176;
}
.warning-bar.light i {
  color: #3e4144;
}
.warning-bar i {
  position: absolute;
  left: 15px;
  top: 14px;
  color: #f7dd38;
  font-size: 19px;
}
.warning-bar.large {
  min-height: 60px;
  padding: 30px;
}
.warning-bar.large i {
  top: 17px;
}
.warning-bar.large h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #292b2e;
  font-weight: 500;
  padding-bottom: 20px;
  position: relative;
}
.warning-bar.large h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #cbcfd6;
}

.currency {
  position: absolute;
  right: 10px;
  top: 24px;
  color: #a4a9b7;
  font-size: 17px;
}

.current-photo {
  overflow: hidden;
  height: 50px;
  width: 50px;
  margin-top: 5px;
  margin-left: 7px;
}

.add-btn-wrapper .base-btn {
  min-width: auto;
}

.list-arrow li {
  font-size: 14px;
  position: relative;
  line-height: 22px;
  margin-bottom: 14px;
}
.list-arrow li i {
  margin-right: 10px;
  position: static;
  vertical-align: middle;
  font-size: 21px;
}

.add-btn-wrapper {
  position: absolute;
  right: 37px;
  top: 15px;
  z-index: 20;
}

.account-grid-panel {
  width: 100%;
  margin-bottom: 30px;
}

.account-thead {
  padding: 0 10px;
  height: 42px;
  background-color: #e5e7ec;
  border-radius: 5px;
}

.acc-th {
  font-size: 14px;
  color: #6b7176;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.acc-th.first {
  -webkit-box-flex: 0;
  flex: 0 0 180px;
  max-width: 180px;
  width: 180px;
}
.acc-th.bank-no {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
  width: 120px;
}
.acc-th.iban-no {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 280px;
  flex: 0 0 250px;
  max-width: 250px;
  width: 250px;
}

.acc-td.coupon-first {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 250px;
  max-width: 200px;
  width: 200px;
}

.acc-th.coupon-first {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
  width: 200px;
}

.large-row .acc-tr {
  height: 60px;
}

.pro-ico {
  font-size: 20px;
  color: #292b2e;
  margin-right: 8px;
}

.acc-tr {
  height: 60px;
  width: 100%;
  padding: 0 10px;
  margin-top: 10px;
  border-radius: 5px;
  position: relative;
  border: 1px solid #d4d9df;
}

.acc-td {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #60646f;
  font-weight: 600;
  line-height: normal;
}
.acc-td.first {
  -webkit-box-flex: 0;
  flex: 0 0 180px;
  max-width: 180px;
  width: 180px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
}
.acc-td.last {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.acc-td.bank-no {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
  width: 120px;
}
.acc-td.iban-no {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  max-width: 250px;
  width: 250px;
}
.acc-td .bank-img {
  width: 42px;
  height: 42px;
  margin-right: 12px;
}
.acc-td.islem {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  max-width: 130px;
  width: 130px;
}

.acc-th.islem {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  max-width: 130px;
  width: 130px;
}

.acc-date-day, .acc-date-time {
  display: block;
  font-size: 14px;
}

.update-btn {
  width: 80px;
  height: 30px;
  line-height: 32px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  background-color: #82868c;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 11px;
  font-weight: 700;
}

.remove-btn-thin {
  width: 40px;
  height: 30px;
  line-height: 32px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  background-color: #e83f57;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 11px;
  font-weight: 700;
}
.remove-btn-thin:hover {
  background-color: #c82c45;
}

.update-btn:hover {
  background-color: #f7dd38;
  color: #3b3d43;
}

.bet-update {
  width: 100px;
  height: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  font-size: 11px;
  border-radius: 5px;
  background-color: #e4f3e8;
  color: #1e9d42;
  border: 1px solid #78c48e;
}

.method-box {
  background-color: #242c3c;
  padding: 20px 15px;
  border: 1px solid #43495a;
  border-radius: 3px;
  height: 290px;
  margin-bottom: 20px;
}

.method-logo {
  height: 50px;
  position: relative;
  margin-bottom: 15px;
}
.method-logo:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #525252;
}

.method-row {
  width: 100%;
}

.mt-cell {
  margin-bottom: 12px;
  color: #c2c8d7;
  font-size: 13px;
}
.mt-cell span:last-child {
  color: #fff;
}

.color-first {
  color: #1ac17e;
}

.method-btn {
  width: 100%;
  display: block;
  background-color: #353333;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #4c4a4a;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 13px;
  color: #fff;
}
.method-btn:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #282626;
}

.placeholder-absolute {
  right: 10px;
  top: 17px;
  position: absolute;
  color: #949494;
  font-size: 13px;
  font-weight: 500;
}

.bank-info-frame {
  background-color: #242c3c;
  margin-bottom: 30px;
  border-radius: 3px;
  border: 1px solid #303647;
}

.bank-info-header {
  height: 56px;
  width: 100%;
  font-size: 18px;
  color: #fff;
  padding: 0 30px;
}

.bank-info-panel {
  padding: 20px 30px;
  color: #b8b8b8;
  font-size: 13px;
}

.input-wrap.color-type-2 {
  background-color: #595959;
}
.input-wrap.color-type-2 .textbox {
  color: #efefef;
}
.input-wrap.color-type-2 i:before {
  border-left-color: #efefef;
}

.sign-placeholder.full-width {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  color: #b8b8b8;
  font-size: 13px;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.deep-note {
  margin-top: 10px;
  background-color: #23323f;
  border: 1px solid #20494c;
  border-radius: 3px;
  padding: 12px;
  color: #fff;
}
.deep-note i {
  font-size: 16px;
  margin-right: 6px;
  vertical-align: inherit;
}

.self-start {
  position: relative;
}

.input-wrap .control-indicator {
  width: 30px;
  height: 30px;
}
.input-wrap .control-checkbox .control-indicator:after {
  left: 10px;
  top: 5px;
  width: 8px;
  height: 14px;
}
.input-wrap .control {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
}
.input-wrap .self-start {
  width: 30px;
  height: 30px;
  margin-left: auto;
}
.input-wrap.no-icon .input-holder {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 20px;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.coupon-status-btn {
  width: 100px;
  height: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  font-size: 11px;
  border-radius: 5px;
  color: #fff;
}
.coupon-status-btn i {
  margin-left: 6px;
  vertical-align: inherit;
  font-size: 11px;
}
.coupon-status-btn.waiting {
  background-color: #e5ecfe;
  border: 1px solid #7aa3f8;
  color: #2166f3;
}
.coupon-status-btn.win {
  background-color: #e2f5e9;
  border: 1px solid #1a846e;
  border: 1px solid #6bcd94;
  color: #08ab4d;
}
.coupon-status-btn.lose {
  border: 1px solid #ff9298;
  background-color: #ffe9eb;
  color: #ff4a54;
}

.filter-list {
  height: 40px;
}
.filter-list > li {
  position: relative;
  height: 44px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
  width: 120px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
}
.filter-list.flex-auto-type > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: inherit;
}
.filter-list > li.last {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
  width: 200px;
}

.select-text:after {
  content: "";
  font-family: Flaticon;
  color: #adb5c9;
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 9px;
}

.select-filter {
  position: relative;
  font-size: 14px;
  color: #7a7f86;
  width: 100%;
  background-color: #f9fbff;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #d4d9df;
  font-weight: 600;
}

.select-text {
  padding: 0 30px 0 18px;
  position: relative;
  height: 38px;
  line-height: 38px;
  border: 3px;
}

.select-drop {
  position: absolute;
  top: 39px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  background-color: #3e4045;
  z-index: 20;
  color: #fff;
}
.select-drop li {
  line-height: normal;
  padding: 10px 3px 10px 10px;
}

.select-filter:hover .select-drop {
  opacity: 1;
  pointer-events: inherit;
}

.select-filter-btn {
  width: 92px;
  height: 26px;
  line-height: 26px;
  border-radius: 3px;
  background-color: #e2363a;
  color: #fff;
  font-size: 11px;
  text-align: center;
  margin: 0 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.select-filter-btn i {
  font-size: 12px;
  margin-right: 3px;
  vertical-align: inherit;
}
.select-filter-btn:hover {
  background-color: #ca2e31;
}

.select-filter-search {
  padding: 0 18px;
  font-size: 14px;
  color: #7a7f86;
  width: 100%;
  background-color: #f9fbff;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #d4d9df;
  font-weight: 600;
}

.sfs-input {
  float: left;
  width: calc(100% - 34px);
  height: 40px;
  color: #7a7f86;
  font-size: 14px;
}

.sfs-btn {
  float: left;
  width: 34px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #7a7f86;
}

.no-margin {
  margin: 0 !important;
}

.panel-btn {
  width: 26px;
  height: 26px;
  background-color: #f9fbff;
  border-radius: 3px;
  line-height: 26px;
  text-align: center;
  font-size: 11px;
  color: #888b90;
  margin-left: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #d4d9df;
}
.panel-btn.active {
  background-color: #e2363a;
  color: #fff;
}

.coupon-detail-frame {
  background-color: #e5e7ec;
  padding: 18px;
  color: #60646f;
  font-size: 14px;
}

.cd-cell {
  background-color: #353333;
  height: 75px;
  padding-top: 15px;
  padding-left: 18px;
}

.cp-text {
  display: block;
  font-size: 12px;
  color: #bdbdbd;
  margin-bottom: 3px;
}

.cp-text-2 {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cp-lose i {
  color: #e2363a;
  font-size: 10px;
  margin-left: 5px;
  vertical-align: inherit;
}

.cp-win i {
  color: #37b420;
  font-size: 10px;
  margin-left: 5px;
  vertical-align: inherit;
}

.cp-live i {
  color: #f47f29;
  font-size: 10px;
  margin-left: 5px;
  vertical-align: inherit;
}

.coupon-detail-content {
  background-color: #353333;
  margin-top: 10px;
}

.cp-row {
  min-height: 50px;
  border-bottom: 1px solid #e5e7ec;
  width: 100%;
  background-color: #fff;
}
.cp-row:nth-child(even) {
  background-color: #f6f7fb;
}

.cp-td {
  min-height: 41px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 200px);
  flex: 0 0 calc(100% - 200px);
  max-width: calc(100% - 200px);
  width: calc(100% - 200px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cp-td.first {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
  width: 200px;
  padding-left: 25px;
  position: relative;
  color: #60646f;
  border-right: 1px solid #e5e7ec;
}
.cp-td.first:before {
  content: ":";
  position: absolute;
  right: 28px;
}

.cp-match-row {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding: 5px 0 5px 10px;
  border-bottom: 1px solid #e5e7ec;
  border-left: 1px solid #e5e7ec;
  min-height: 50px;
  font-weight: 600;
}

.cpm-td.first {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
  width: 200px;
}
.cpm-td.second {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  max-width: 130px;
  width: 130px;
}
.cpm-td.third {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  width: 100px;
}
.cpm-td.fourth, .cpm-td.fifth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  width: 50px;
}
.cpm-td.last {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cpm-text {
  font-size: 12px;
  color: #7a7f86;
  margin-bottom: 7px;
}

.cpm-text-2 {
  font-size: 14px;
  color: #60646f;
}

.cpm-td {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cp-span {
  padding-left: 25px;
}

.cpm-td .live {
  color: #f47f29;
}
.cpm-td .lose {
  color: #f03251;
}
.cpm-td .win {
  color: #12bc8c;
}
.cpm-td .waiting {
  color: #9aafd8;
}

.coupon-status-btn i.flaticon-close-cross {
  font-size: 10px;
}

.cp-td .coupon-status-btn {
  margin-left: 25px;
}

.coupon-top-box {
  width: 100%;
  height: 170px;
  background-color: #151d2f;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  border-radius: 3px;
  overflow: hidden;
}
.coupon-top-box .ctb-icon {
  font-size: 40px;
  padding-top: 24px;
}
.coupon-top-box strong {
  display: block;
  font-size: 19px;
  color: #fff;
}
.coupon-top-box span {
  color: #c2c8d7;
  font-size: 13px;
  display: block;
}
.coupon-top-box em {
  display: block;
  font-size: 13px;
  color: #7a7e89;
  font-weight: 500;
  font-style: normal;
}
.coupon-top-box.red .ctb-icon {
  color: #f03251;
}
.coupon-top-box.green .ctb-icon {
  color: #12bc8c;
}
.coupon-top-box.blue .ctb-icon {
  color: #2c6cee;
}
.coupon-top-box.yellow .ctb-icon {
  color: #dbaa35;
}
.coupon-top-box.red:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f03251;
  opacity: 0.2;
}
.coupon-top-box.green:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #12bc8c;
  opacity: 0.2;
}
.coupon-top-box.blue:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #2c6cee;
  opacity: 0.2;
}
.coupon-top-box.yellow:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #dbaa35;
  opacity: 0.2;
}

.account-grid-panel .panel {
  display: none;
}

.acc-tr.active {
  background-color: #f9fbff;
  position: relative;
}
.acc-tr.active .panel-btn {
  background-color: #ffdd3a;
  color: #3b3d43;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  border-color: #ffdd3a;
}

.font-size-13 .acc-td {
  font-size: 13px;
}

.hs-btn {
  width: 110px;
  height: 26px;
  font-weight: 600;
  background-color: #f3f3f3;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  border-radius: 5px;
}
.hs-btn.waiting {
  background-color: #e5ecfe;
  border: 1px solid #7aa3f8;
  color: #2166f3;
}
.hs-btn.lose {
  background-color: #ffe9eb;
  border: 1px solid #ff9298;
  color: #ff4a54;
}
.hs-btn.win {
  background-color: #e2f5e9;
  border: 1px solid #6bcd94;
  color: #08ab4d;
}
.hs-btn i {
  margin-left: 6px;
  vertical-align: inherit;
  font-size: 11px;
}
.hs-btn i.flaticon-close-cross {
  font-size: 10px;
}

.acc-th.large {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 210px;
  flex: 0 0 210px;
}

.circle-cell {
  width: 34px;
  height: 34px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
}
.circle-cell.blue {
  background-color: #2166f3;
}

.acc-td .circle-cell {
  margin-right: 10px;
}

.circle-cell.green {
  background-color: #08ab4d;
}
.circle-cell.red {
  background-color: #ff4a54;
}

.my-activity-history-slider-frame {
  height: 126px;
}

.my-activity-slider {
  margin: 0 -5px;
}
.my-activity-slider .slick-slide {
  padding: 0 5px;
  height: 126px;
}
.my-activity-slider > .slide-item {
  display: none;
}

.mac-item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  height: 116px;
  background-color: #f9fbff;
  color: #292b2e;
  font-size: 13px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  border: 1px solid #d4d9df;
  border-radius: 5px;
}
.mac-item .mac-text {
  line-height: 20px;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #60646f;
}
.mac-item i {
  font-size: 36px;
}
.mac-item.active {
  background-color: #f7dd38;
}
.mac-item.active i, .mac-item.active .mac-text {
  color: #544f30;
}
.mac-item:hover {
  background-color: #f3f3f3;
}

.my-activity-slider .slick-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #383838;
  text-align: center;
  line-height: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #b6b6b6;
  top: calc(50% - 20px);
}
.my-activity-slider .slick-prev {
  left: -50px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.my-activity-slider .slick-next {
  right: -50px;
}
.my-activity-slider .slick-arrow:hover {
  background-color: #30394b;
  color: #fff;
}

.date-filter {
  position: relative;
}
.date-filter:after {
  content: "";
  font-family: Flaticon;
  position: absolute;
  z-index: 1;
  right: 10px;
  color: #ccc;
  font-size: 13px;
}

.date-input {
  position: relative;
  z-index: 5;
  height: 26px;
  width: 100%;
  color: #60646f;
  font-size: 17px;
}

.form-icon.caret i {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #586175;
  border-bottom: 5px solid transparent;
  display: inline-block;
}

.message-box-frame {
  margin-bottom: 20px;
}

.message-box-title {
  width: 100%;
  font-size: 22px;
  color: #50545a;
  padding-left: 20px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e7ec;
}
.message-box-title:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #aeb1bc;
  position: absolute;
  left: 0;
  top: 5px;
}

.message-row {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  width: 100%;
  height: 72px;
  background-color: #f1f3f7;
  padding: 10px;
  margin-bottom: 5px;
}

.message-box-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 60px;
  height: 1px;
  background-color: #f7dd38;
}

.msg-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 52px;
  flex: 0 0 52px;
  max-width: 52px;
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #777a85;
  font-size: 22px;
  position: relative;
}
.msg-icon:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 8px;
  height: 8px;
  background-color: #aeb1bc;
  border-radius: 50%;
}

.msg-box {
  padding-left: 20px;
  font-weight: 600;
  padding-right: 150px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.msg-subject {
  font-size: 17px;
  color: #60646f;
  display: block;
  margin-bottom: 5px;
}

.msg-subtitle {
  font-size: 14px;
  color: #8a8f9c;
}

.msg-date {
  width: 130px;
  font-size: 14px;
  color: #8a8f9c;
  position: absolute;
  right: 20px;
  top: 28px;
  line-height: 20px;
}
.msg-date:after {
  content: "";
  font-family: Flaticon;
  float: right;
  color: #3b3d43;
  font-size: 20px;
}

.message-box-frame.unread .message-box-title:before, .message-box-frame.unread .msg-icon:before {
  background-color: #f7dd38;
}

.message-row:hover {
  background-color: #e8e8e8;
}

.textarea {
  position: relative;
  width: 100%;
  height: 180px;
  background: transparent;
  padding: 20px 50px;
  border: none;
  border-radius: 5px;
  overflow: auto;
  font-size: 13px;
  font-weight: 500;
  color: #272525;
  resize: none;
}

.textarea-wrap {
  position: relative;
  background-color: #e2e2e2;
  border-radius: 5px;
}
.textarea-wrap:before {
  content: "";
  position: absolute;
  left: 19px;
  top: 22px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #e2363a;
  border-bottom: 6px solid transparent;
}

.multiple-upload-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
  max-width: 170px;
  width: 170px;
  height: 52px;
  background-color: #e2e2e2;
  font-size: 13px;
  color: #4a4a4a;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.multiple-upload-btn i {
  color: #e2363a;
  margin-left: 10px;
  font-size: 18px;
}

#gallery-photo-add {
  width: 100%;
  height: 100%;
  cursor: popinter;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 10px;
}
.gallery span {
  position: relative;
  border: 2px solid #5e5e5e;
  border-radius: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  height: 60px;
  width: 60px;
  cursor: pointer;
}
.gallery span:before {
  content: "X";
  position: absolute;
  width: 16px;
  height: 16px;
  right: -10px;
  top: -6px;
  border-radius: 50%;
  background-color: #e2363a;
  color: #fff;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  z-index: 5;
  font-family: sans-serif;
  font-weight: 700;
}

.image-uploader {
  min-height: 50px;
  position: relative;
}
.image-uploader .upload-text:before {
  content: "";
  font-family: "Flaticon";
  font-size: 20px;
}
.image-uploader .upload-text:after {
  content: "DOSYA EKLE";
  font-weight: 600;
  margin-left: 5px;
  font-size: 16px;
}
.image-uploader.drag-over {
  background-color: #f3f3f3;
}
.image-uploader input[type=file] {
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.image-uploader .upload-text {
  position: absolute;
  top: 0;
  left: 10px;
  width: 170px;
  height: 40px;
  background: #8c9196;
  font-size: 13px;
  color: #fff;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
}
.image-uploader .upload-text i {
  display: none;
  font-size: 0;
}
.image-uploader .upload-text span {
  display: none;
}
.image-uploader .uploaded {
  line-height: 0;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row-reverse;
  padding-left: 190px;
}
.image-uploader .uploaded .uploaded-image {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  background: #f3f3f3;
  cursor: default;
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.image-uploader .uploaded .uploaded-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  border-radius: 10px;
}
.image-uploader .uploaded .uploaded-image .delete-image {
  cursor: pointer;
  position: absolute;
  top: -4px;
  right: -4px;
  border-radius: 50%;
  padding: 0.3rem;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-appearance: none;
  border: none;
  background: url(/assets-bt/img/close.png) no-repeat center center;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
}
.image-uploader .uploaded .uploaded-image:hover .delete-image {
  display: block;
}
.image-uploader .uploaded .uploaded-image .delete-image i {
  color: #fff;
  font-size: 1.4rem;
}

.uploader-frame {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d4d9df;
  padding-top: 10px;
}

.input-images.invisible {
  margin-top: 10px;
}
.input-images.invisible .upload-text {
  display: none;
}
.input-images.invisible .image-uploader .uploaded {
  width: 100%;
  float: none;
  padding-left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.input-images.invisible .image-uploader .uploaded .uploaded-image {
  float: right;
}

.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 26px;
}
.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 26px;
  line-height: 26px;
  color: #000;
  border-radius: 5px 10px 10px 5px;
  font-weight: 500;
  padding-left: 8px;
}
.file-upload-wrapper:before {
  content: "SEC";
  position: absolute;
  top: -11px;
  right: 5px;
  height: 40px;
  background: #f7dd38;
  color: #292b2e;
  font-weight: 600;
  z-index: 25;
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 3px;
  position: absolute;
  width: 40px;
  text-align: center;
}
.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

.add-avatar-btn {
  position: absolute;
  right: 5px;
  top: 7px;
  background-color: #ffdd3a;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  text-align: center;
  line-height: 50px;
  font-weight: 600;
  cursor: pointer;
}

.category-tab-menu {
  margin-bottom: 10px;
}

.page-head-menu {
  height: 50px;
  background-color: #292b2e;
  border-radius: 5px;
}
.page-head-menu li {
  border-right: 1px solid #242c3c;
}
.page-head-menu li a {
  display: block;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #b2b6bf;
}
.page-head-menu li.active a {
  color: #fff;
  background-color: #202123;
}

.page-single-content {
  padding: 30px 30px 20px;
  background-color: #1b2334;
}

.item-box {
  position: relative;
  margin-bottom: 10px;
}
.item-box .item-img {
  padding-top: 62%;
  position: relative;
  z-index: 2;
}
.item-box .item-img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.sticker {
  width: 80px;
  height: 28px;
  line-height: 30px;
  color: #fff;
  background-color: #f03251;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 10px;
}

.item-name {
  font-size: 17px;
  font-weight: 900;
  padding-right: 20px;
}

.item-subtitle {
  font-size: 13px;
  color: #c2c8d7;
}

.item-box:after {
  content: "";
  background: -o-linear-gradient(bottom, #121929, rgba(0, 0, 0, 0));
  background: -webkit-gradient(linear, left bottom, left top, from(#121929), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, #121929, rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 5;
}
.item-box.large .item-name {
  font-size: 25px;
  font-weight: 700;
}
.item-box:hover .base-btn {
  opacity: 1;
  height: 40px;
}
.item-box .base-btn {
  font-size: 11px;
}
.item-box .base-btn i {
  font-size: 16px;
}
.item-box:hover:after {
  background: rgba(27, 35, 52, 0.9);
}
.item-box:hover:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: #f03251;
  z-index: 5;
}
.item-box.large .item-img {
  padding-top: 61.22%;
}
.item-box.type2 .item-img {
  padding-top: 0;
}
.item-box.type2 .item-img img {
  position: static;
}

.top-popular-items {
  padding-bottom: 20px;
  border-bottom: 1px solid #242c3c;
  margin-bottom: 30px;
}

.item-box.type2 .item-subtitle {
  color: #dbaa35;
}
.item-box.type2:hover:before {
  display: none;
}
.item-box.type3 {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.item-box.type3 .item-img {
  padding: 0;
}
.item-box.type3 .item-img img {
  position: static;
}
.item-box.type3:hover {
  margin-top: -10px;
}
.item-box.type3:hover:before {
  display: none;
}
.item-box.type3:hover:after {
  background: -o-linear-gradient(bottom, #121929, rgba(0, 0, 0, 0));
  background: -webkit-gradient(linear, left bottom, left top, from(#121929), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, #121929, rgba(0, 0, 0, 0));
}

.sub-inner-title {
  margin-bottom: 25px;
  font-size: 21px;
}
.sub-inner-title i {
  margin-right: 10px;
}

.request-status {
  font-size: 13px;
  height: 28px;
  line-height: 26px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  border-radius: 5px;
}
.request-status.waiting {
  background-color: #e5ecfe;
  border: 1px solid #7aa3f8;
  color: #2166f3;
}
.request-status.cancel {
  background-color: #ffe9eb;
  border: 1px solid #ff9298;
  color: #ff4a54;
}
.request-status.answered {
  background-color: #e2f5e9;
  border: 1px solid #6bcd94;
  color: #08ab4d;
}
.request-status.closed {
  background-color: #ececee;
  border: 1px solid #a0a2a7;
  color: #61646c;
}

.update-btn.read {
  background-color: #3b3d43;
  color: #ffdd3a;
  width: 40px;
}

.page-back {
  max-width: 260px;
  height: 40px;
  background-color: #2c3444;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #c2c8d7;
  font-size: 11px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-back i {
  margin-right: 6px;
  vertical-align: middle;
}

.content-heading .page-back {
  margin-bottom: 15px;
}

.page-back:hover {
  background-color: #12bc8c;
  color: #fff;
}

.message-top-summary {
  height: 100px;
  width: calc(100% + 60px);
  margin-bottom: 20px;
  margin-left: -30px;
  padding: 0 30px;
  background-color: #f3f5f8;
}

.msg-top-cell {
  padding-top: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 59px;
  position: relative;
  height: 100px;
}
.msg-top-cell i {
  font-size: 23px;
}
.msg-top-cell:after {
  content: "";
  position: absolute;
  height: 60px;
  width: 1px;
  background-color: #d4d9df;
  top: 20px;
  right: 10px;
}
.msg-top-cell.no-border:after {
  display: none;
}
.msg-top-cell strong {
  display: block;
  color: #7a7f86;
  font-size: 14px;
}
.msg-top-cell span {
  display: block;
  color: #3b3d43;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}
.msg-top-cell em {
  font-style: normal;
}
.msg-top-cell .ico {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #f7dd38;
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 23px;
}
.msg-top-cell em.waiting {
  color: #f47f29;
}
.msg-top-cell em.answered {
  color: #12bc8c;
}
.msg-top-cell em.closed {
  color: #bdbdbd;
}
.msg-top-cell em.cancel {
  color: #e2363a;
}

.message-wall {
  position: relative;
  max-height: 700px;
  margin-bottom: 20px;
  overflow: hidden;
}

.tab-link {
  height: 50px;
  border-radius: 5px;
  padding: 0 15px;
  border: 1px solid #d4d9df;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tab-link span:last-child {
  color: #a1a8af;
}
.tab-link:hover, .tab-link.current {
  background-color: #f7dd38;
  border-color: #f7dd38;
}
.tab-link:hover span:last-child, .tab-link.current span:last-child {
  color: #3b3e43;
}

.tab-buttons {
  width: 60%;
}

.chat-message-row {
  width: 100%;
  margin-bottom: 10px;
}
.chat-message-row:after {
  content: "";
  display: block;
  clear: both;
}

.chat-message-item {
  position: relative;
  font-size: 14px;
  width: 720px;
  padding-bottom: 20px;
}
.chat-message-item.system {
  float: left;
}
.chat-message-item.system:before {
  content: "";
  position: absolute;
  left: 0;
  top: -17px;
  width: 0;
  height: 0;
  border-bottom: 20px solid #f7dd38;
  border-right: 20px solid transparent;
}
.chat-message-item.user {
  float: right;
}
.chat-message-item.user:before {
  content: "";
  position: absolute;
  right: 0;
  top: -17px;
  width: 0;
  height: 0;
  border-bottom: 20px solid #ebedf0;
  border-left: 20px solid transparent;
}

.chat-message-top {
  width: 100%;
  height: 44px;
  padding: 0 30px;
  background-color: #f7dd38;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.cm-name {
  font-size: 14px;
  font-weight: 600;
  color: #3b3d43;
}

.cm-top-holder {
  font-size: 11px;
  color: #bdbdbd;
  height: 20px;
}

.cm-who {
  padding-left: 18px;
  margin-left: 20px;
  font-size: 14px;
  color: #3b3d43;
  font-weight: 500;
  margin-left: auto;
}

.cm-date {
  padding-left: 18px;
  color: #3b3d43;
  font-size: 14px;
  font-weight: 500;
}

.chat-message {
  padding: 20px 30px;
  color: #70737d;
  font-size: 14px;
  line-height: 24px;
  background-color: #f3f5f8;
  font-weight: 600;
}

.chat-message-file {
  min-height: 40px;
  padding: 0 30px 10px;
  background-color: #f3f5f8;
}

.cm-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  width: 90px;
  max-width: 90px;
  font-size: 14px;
}

.cm-attach {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 90px);
  flex: 0 0 calc(100% - 90px);
  max-width: calc(100% - 90px);
  width: calc(100% - 90px);
}
.cm-attach span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  width: 40px;
  max-width: 40px;
  height: 40px;
  margin-right: 3px;
  border-radius: 3px;
  overflow: hidden;
}

.system .cm-name, .user .cm-name {
  color: #3b3d43;
}

.message-send-frame {
  width: 100%;
  height: 100px;
  background-color: #292b2e;
  padding: 19px;
}

.message-textarea-wrap {
  position: relative;
  width: calc(100% - 130px);
  float: left;
}
.message-textarea-wrap:before {
  content: "";
  font-family: Flaticon;
  position: absolute;
  left: 10px;
  top: 0;
  color: #fff;
  font-size: 17px;
}

.message-textarea {
  width: 100%;
  position: relative;
  border: none;
  background-color: transparent;
  height: 60px;
  color: #b8bdc4;
  font-size: 13px;
  padding-left: 40px;
  padding-right: 20px;
  overflow: auto;
  resize: none;
}

.message-send-buttons {
  float: right;
  width: 130px;
}

.msg-btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 25px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
}

.msg-upload {
  margin-right: 10px;
  background-color: #d3dae1;
  color: #292b2e;
}
.msg-upload:hover {
  background-color: #f3f5f8;
}

.msg-send {
  background-color: #f7dd38;
  color: #292b2e;
}
.msg-send:hover {
  background-color: #efd531;
}

.user .chat-message-top {
  background-color: #ebedf0;
}
.user .cm-who, .user .cm-date {
  color: #7a7f86;
}

.full-width {
  width: 100%;
  padding: 35px 0;
}
.full-width.border-bottom {
  border-bottom: 4px solid #353333;
}

.badge-txt {
  font-size: 16px;
  color: #9a9a9a;
  font-weight: 300;
}

.badge-title {
  font-size: 27px;
  color: #f0f0f0;
  font-weight: 300;
  padding-bottom: 15px;
  position: relative;
}
.badge-title:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: #e2363a;
  left: 0;
  bottom: 0;
}

.badge-content {
  color: #f0f0f0;
  font-size: 16px;
  line-height: 26px;
  padding-top: 10px;
}
.badge-content p {
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
}

.img-holder-1 {
  padding-top: 50px;
}

.display-item {
  width: 100%;
  height: 270px;
  position: relative;
  padding: 25px;
}
.display-item.personal {
  background: url(/assets-bt/img/personel-bg.jpg) no-repeat center top;
}
.display-item.payment {
  background: url(/assets-bt/img/payment-bg.jpg) no-repeat center top;
}

.d-icon {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 20px;
}

.display-item.personal .d-icon {
  color: #e2363a;
}
.display-item.payment .d-icon {
  color: #fff;
}
.display-item h2 {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 12px;
}
.display-item.personal h2 {
  color: #4e4e4e;
}
.display-item.payment h2 {
  color: #fff;
}

.d-item-text {
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
}

.display-item.personal .d-item-text {
  color: #7c7c7c;
}
.display-item.payment .d-item-text {
  color: #ffdbdc;
}

.d-item-btn {
  margin-top: 10px;
}

.d-btn {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.display-item.personal .d-btn {
  width: 280px;
  background-color: #e2363a;
  color: #fff;
}
.display-item.payment .d-btn {
  width: 210px;
  background-color: #fff;
  color: #e2363a;
}

.d-btn:hover {
  margin-top: -5px;
}

.dealer-box {
  width: 100%;
  background: #1b2334 url(/assets-bt/img/dealers-corner.png) no-repeat right bottom;
  position: relative;
  padding: 20px;
  height: 360px;
}
.dealer-box .step {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 40px;
  background-color: #242c3c;
  line-height: 40px;
  text-align: center;
  border-bottom-left-radius: 10px;
}

.db-icon {
  color: #f03251;
  font-size: 60px;
}

.db-content {
  color: #c2c8d7;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
.db-content strong {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}

.dealer-btn-wrapper {
  margin-top: 40px;
}

.dealer-btn {
  width: 460px;
  position: relative;
}

.left-rope {
  position: absolute;
  width: 250px;
  background-color: #242c3c;
  height: 2px;
  left: -250px;
  top: 29px;
}
.left-rope:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 70px;
  background-color: #242c3c;
  top: -70px;
  left: 0;
}

.right-rope {
  position: absolute;
  width: 250px;
  background-color: #242c3c;
  height: 2px;
  right: -250px;
  top: 29px;
}
.right-rope:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 70px;
  background-color: #242c3c;
  top: -70px;
  right: 0;
}

.center-rope {
  position: absolute;
  width: 2px;
  background-color: #242c3c;
  height: 42px;
  left: 229px;
  top: -42px;
}

.rp-btn {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  background: rgba(68, 77, 96, 0.2);
  left: -9px;
}
.rp-btn:before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #444d60;
  display: inline-block;
  content: "";
  margin: 4px;
}

.left-rope .rp-btn {
  top: -80px;
}

.right-rope .rp-btn {
  top: -80px;
  left: inherit;
  right: -9px;
}

.pr-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 30px;
}

.pr-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 10px;
}

.pr-title {
  font-size: 16px;
  color: #c2c8d7;
  font-weight: 500;
}

.pr-name {
  font-size: 32px;
  font-weight: 500;
}

.pr-text {
  color: #c2c8d7;
  font-size: 16px;
  line-height: 28px;
}

.pr-list-row {
  width: 100%;
  min-height: 60px;
  background-color: #eff1f6;
  margin-bottom: 10px;
  font-size: 20px;
  padding: 22px 20px 0 70px;
  position: relative;
  color: #50545a;
  border-radius: 5px;
}
.pr-list-row i {
  color: #7c8186;
  font-size: 30px;
  position: absolute;
  left: 20px;
  top: 15px;
  line-height: normal;
}
.pr-list-row em {
  font-style: normal;
}
.pr-list-row:after {
  content: "";
  position: absolute;
  font-family: Flaticon;
  color: #babdc5;
  font-size: 14px;
  right: 20px;
  top: 19px;
}
.pr-list-row.active {
  background-color: #3b3d43;
}
.pr-list-row.active:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  color: #858994;
}

.pr-list-panel {
  display: none;
  padding: 15px 25px 25px;
  font-size: 15px;
  color: #50545a;
  line-height: 28px;
}

.pr-list-row.active em {
  color: #fff;
}
.pr-list-row.active > i {
  color: #f7dd38;
}

.pr-header {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #263043;
}

.gameplay-wrapper {
  background-color: #e5e7ec;
  height: 100vh;
}

.gameplay-screen {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 280px);
  flex: 0 0 calc(100% - 280px);
  max-width: calc(100% - 280px);
  width: calc(100% - 280px);
  position: relative;
  padding: 20px 40px;
}

.gameplay-widget-zone {
  position: relative;
}

.gp-close {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  right: 10px;
  top: 10px;
  border-radius: 3px;
  color: #6e737b;
  font-size: 11px;
  cursor: pointer;
  z-index: 20;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gp-close:hover {
  background-color: #f7dd38;
  color: #202123;
}

.gp-widget-head {
  width: 100%;
  height: 50px;
  font-size: 19px;
  position: relative;
  padding: 0 30px;
  background-color: #292b2e;
  color: #fff;
  line-height: 50px;
}

.gameplay-sidebar {
  background-color: #202123;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  max-width: 280px;
  width: 280px;
  position: relative;
  right: 0;
  top: 0;
  position: fixed;
  overflow-y: scroll;
  height: 100%;
}
.gameplay-sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.gameplay-sidebar::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
.gameplay-sidebar::-webkit-scrollbar-thumb {
  background-color: #ffdd3a;
}

.gp-sidebar-top {
  padding: 30px 0 10px;
}

.gp-top-search {
  margin-top: 25px;
  position: relative;
  border-radius: 3px;
  height: 50px;
  background-color: #333639;
  padding-left: 50px;
}

.gp-textbox {
  color: #c2c8d7;
  font-size: 13px;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 40px);
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
}

.gp-search-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  width: 40px;
  height: 50px;
  line-height: 50px;
}

.gp-menu li {
  height: 64px;
  border-bottom: 1px solid #292b2e;
}
.gp-menu li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  height: 64px;
  color: #afb2b6;
  font-size: 17px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gp-menu li a i {
  color: #8f97a7;
  margin-right: 15px;
  font-size: 20px;
}
.gp-menu li a:hover {
  color: #fff;
}
.gp-menu li a:hover i {
  color: #fff;
}

.gp-bottom-menu {
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #202123;
  padding: 30px;
}

.gp-bottom-link {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #878f9f;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  background-color: #292b2e;
  border-radius: 5px;
  margin: 0 2px;
}
.gp-bottom-link span {
  position: relative;
  display: inline-block;
}
.gp-bottom-link.two-parts span:before {
  content: "";
  position: absolute;
  height: 15px;
  top: 15px;
  left: 11px;
  border-right: 2px solid #878f9f;
}
.gp-bottom-link.four-parts span:before {
  content: "";
  position: absolute;
  height: 16px;
  top: 15px;
  left: 11px;
  border-right: 2px solid #878f9f;
}
.gp-bottom-link.four-parts span:after {
  content: "";
  position: absolute;
  width: 96%;
  top: 22px;
  left: 0;
  border-top: 2px solid #878f9f;
}
.gp-bottom-link.current, .gp-bottom-link:hover {
  color: #f7dd33;
}
.gp-bottom-link.current span:after, .gp-bottom-link.current span:before {
  border-color: #dbaa35;
}
.gp-bottom-link:hover span:after, .gp-bottom-link:hover span:before {
  border-color: #dbaa35;
}

.gp-top-search:before {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #586175;
  border-bottom: 5px solid transparent;
  content: "";
  left: 23px;
  top: 19px;
}

.gp-logo {
  padding-left: 30px;
}

.gameplay-widget-zone.partial {
  padding: 0 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 10px;
}
.gameplay-widget-zone.partial .gp-close {
  right: 15px;
  top: 10px;
}
.gameplay-widget-zone.partial .gp-widget-head {
  background-color: #292b2e;
  height: 50px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.gameplay-widget-zone.partial .gp-game-window {
  background-color: #151d2f;
}

.gp-game-window img {
  display: block;
}

.gp-inner {
  padding: 30px;
  background-color: #202123;
  padding-bottom: 0;
  height: calc(100% - 65px);
}
.gp-inner .gp-top-search {
  margin-top: 0;
}

.gp-dropdown {
  width: 100%;
  background-color: #292b2e;
  padding: 15px 20px;
  position: relative;
  overflow-y: auto;
  max-height: 160px;
}

.gp-row {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.gp-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34px;
  flex: 0 0 34px;
  max-width: 34px;
  height: 34px;
  overflow: hidden;
}

.gp-game-name {
  color: #fff;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
}

.gp-dropdown::-webkit-scrollbar {
  width: 10px;
}
.gp-dropdown::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #293040;
}

.e-sport-games {
  width: 100%;
  height: auto;
  background: #292b2e;
  border-radius: 5px;
}
.e-sport-games .chief {
  width: 100%;
  height: 99px;
  border-bottom: 1px solid #242c3c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 30px;
  position: relative;
}
.e-sport-games .chief span.title {
  line-height: 52px;
  font-size: 16px;
  color: #fefeff;
  display: inline-block;
  padding-top: 2px;
  position: relative;
}
.e-sport-games .chief span.title:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #f7dd38;
  bottom: -45px;
  left: 0;
}

.e-sport-rts {
  width: calc(100% - 15px) !important;
  left: 0 !important;
  background-color: #3d4044 !important;
  height: 8px !important;
  padding: 4px 0 !important;
  border-radius: 0 !important;
  position: relative !important;
}
.e-sport-rts:after {
  position: absolute;
  right: -15px;
  width: 15px;
  height: 8px;
  content: "";
  top: 0;
  background: #3d4044;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.e-sport-rts .slider-bar {
  background: #ffdd3a !important;
  border-radius: 10px !important;
}
.e-sport-rts .slider-level {
  width: 25% !important;
  background: transparent !important;
}
.e-sport-rts .slider-knob {
  position: relative !important;
  width: 17px !important;
  height: 14px !important;
  top: -3px;
  z-index: 9;
  background: #ffdd3a;
  border: 2px solid #283041;
  border-radius: 10px !important;
}
.e-sport-rts .slider-knob:before {
  position: absolute;
  content: "";
  width: 13px;
  height: 10px;
  background: url(/assets-bt/img/icons/sw-pause.png) no-repeat center center;
  top: 0;
  left: 0;
}
.e-sport-rts .slider-label {
  top: 18px !important;
  font-size: 12px !important;
  color: #b1b6bf !important;
  font-weight: 600 !important;
}
.e-sport-rts .slider-label.option1 {
  left: 3px !important;
}
.e-sport-rts .slider-label.option2 {
  left: 58px !important;
}
.e-sport-rts .slider-label.option3 {
  left: 115px !important;
}
.e-sport-rts .slider-label.option4 {
  left: 170px !important;
}
.e-sport-rts .slider-label.slider-label-active {
  color: #FFF !important;
}

.e-sport-games .e-sport-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.e-sport-list .e-sport-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  height: 51px;
  border-bottom: 1px solid #373b3e;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}
.e-sport-list .e-sport-item:last-child a {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.e-sport-list .e-sport-item .e-sport-item-logo {
  width: 24px;
}
.e-sport-list .e-sport-item .e-sport-item-logo img {
  margin: 0 auto;
}
.e-sport-list .e-sport-item .e-sport-item-title {
  color: #b1b7c0;
  font-size: 14px;
  margin-left: 26px;
  margin-top: 2px;
  width: calc(100% - 90px);
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: 600;
}
.e-sport-list .e-sport-item .e-sport-item-numb {
  margin-left: auto;
  font-size: 14px;
  color: #6e737b;
  margin-top: 1px;
}
.e-sport-list .e-sport-item.active a {
  background: #2f3235;
}
.e-sport-list .e-sport-item a:hover {
  background: #2f3235;
}
.e-sport-list .e-sport-item a:hover .e-sport-item-title {
  color: #fff;
}
.e-sport-list .e-sport-item.active a .e-sport-item-title {
  color: #fff;
}

.popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
}

.bet-popup-content {
  width: 990px;
  position: relative;
}

.bet-popup-close {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 5px;
  font-size: 15px;
  cursor: pointer;
}

.game-info {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: url(/assets-bt/img/game-info.png);
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.game-info span {
  font-weight: 600;
  font-size: 27px;
  color: #fefeff;
}

.e-spor-slider-wrapper {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.favorite-label.e-spor .bet-btn.dark {
  background-color: #3d4044;
  border-color: #3d4044;
  color: #fff;
}

.all-widget-holder .head-row {
  border-radius: 0;
}

.gamesSlide {
  width: 100%;
  height: 338px;
}
.gamesSlide > .gamesItem:not(:first-child) {
  display: none;
}
.gamesSlide .gamesItem {
  display: inline-block;
  width: 250px !important;
  height: 330px;
  margin: 0 5px;
  position: relative;
  margin-bottom: 1px;
}
.gamesSlide .gamesItem a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gamesSlide .gamesItem a:hover {
  border: 5px solid #f7de39;
}
.gamesSlide .gamesItem a img {
  border-bottom: 1px solid #242c3c;
}
.gamesSlide .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #202123;
  background-color: #f7de39;
  font-size: 20px;
  z-index: 20;
  top: calc(50% - 25px);
  border-radius: 3px;
}
.gamesSlide .slick-next {
  right: 0;
}

.game-match-box {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  height: 209px;
  border-radius: 5px;
}
.game-match-box:last-child {
  margin-bottom: 0;
}

.game-match-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 50px;
  position: relative;
  z-index: 8;
  padding: 17px 15px 0;
}
.game-match-logos .game-league-logo {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.game-match-logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 50px;
}
.game-match-logos ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 50px;
  border-radius: 12px;
  background: #0d1119;
  height: 50px;
  margin-left: 6px;
}
.game-match-logos ul li img {
  margin: 0 auto;
}

.game-match-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 27px 15px 0;
  position: relative;
  z-index: 8;
  font-weight: 600;
}
.game-match-text .g-league {
  color: #ced6e0;
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.game-match-text .g-teams {
  color: #fff;
  font-size: 17px;
  margin: 5px 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.game-match-text .g-date {
  color: #c2c8d7;
  font-size: 13px;
  margin-top: 5px;
}

.gm-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.gm-img img {
  display: block;
}

.game-match-box .odds {
  position: relative;
  z-index: 15;
  padding: 0 15px;
  margin-top: 18px;
}
.game-match-box:after {
  content: "";
  background: -o-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 5;
  border-radius: 5px;
}

a.add-fav {
  color: #8f97a7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-top: 5px;
  display: inline-block;
  text-align: center;
  width: 100%;
}
a.add-fav:hover {
  color: #f7dd38;
}

.odds .bet-btn.dark {
  background-color: #43464a;
  border-color: #43464a;
  color: #fff;
}
.odds .bet-more.dark {
  background-color: #5a5e64;
  color: #fff;
}
.odds .add-fav {
  color: #989ea6;
  font-size: 18px;
}

.e-sport-mini-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: #292b2e;
  height: 50px;
  padding: 0 20px 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.e-sport-mini-head a.prev {
  width: 50px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #9fa5b1;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #373b3e;
}
.e-sport-mini-head span.desc {
  color: #fff;
  margin-top: 2px;
}
.e-sport-mini-head .live {
  font-size: 13px;
  color: #fff;
  margin-left: auto;
  position: relative;
  margin-top: 2px;
}
.e-sport-mini-head .live:before {
  position: absolute;
  content: "";
  width: 8px;
  left: -14px;
  height: 8px;
  top: 1px;
  border-radius: 100%;
}
.e-sport-mini-head .live.red:before {
  background: #ef1916;
}

.e-sport-teams {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 91px;
  padding: 0 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #373b3e;
  position: relative;
  background-color: #303335;
  border-bottom: 1px solid #44484c;
  overflow: hidden;
}
.e-sport-teams:before {
  width: 50%;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  left: 25%;
  z-index: 1;
  -webkit-box-shadow: 0 0 90px 14px #ffdd3a;
  box-shadow: 0 0 90px 14px #ffdd3a;
}
.e-sport-teams .left-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 250px;
  position: relative;
  z-index: 2;
}
.e-sport-teams .left-team span {
  font-size: 16px;
  color: #fff;
  margin-left: 20px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.e-sport-teams .left-team i {
  width: 40px;
}
.e-sport-teams .left-team i img {
  max-width: 40px;
}
.e-sport-teams .right-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 250px;
  position: relative;
  z-index: 2;
}
.e-sport-teams .right-team span {
  font-size: 16px;
  color: #fff;
  margin-right: 20px;
  text-align: right;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.e-sport-teams .right-team i {
  width: 40px;
}
.e-sport-teams .right-team i img {
  max-width: 40px;
}
.e-sport-teams .score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 200px;
  position: relative;
  z-index: 2;
}
.e-sport-teams .score .sc {
  font-size: 27px;
  font-weight: 700;
  color: #fff;
  margin-top: -2px;
}
.e-sport-teams .score .time {
  font-size: 13px;
  color: #c2c8d7;
  margin-top: 4px;
}

.e-mini-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-right: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
}

.stats-Frame {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
}

.stats-teams-frame {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  height: 350px;
  margin-bottom: 25px;
  border-radius: 5px;
  position: relative;
}

.stats-side {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 120px);
  flex: 0 0 calc(50% - 120px);
  max-width: calc(50% - 120px);
  width: calc(50% - 120px);
}

.stats-team {
  text-align: center;
  font-weight: 700;
  height: 185px;
  padding: 30px 15px 0;
}

.stats-team-logo {
  display: block;
}
.stats-team-logo img {
  display: inline-block;
}

.stats-team-name {
  display: block;
  font-size: 24px;
  overflow: hidden;
  max-height: 53px;
}

.stats-team-bottom {
  border-top: 1px solid #dcdcdc;
  padding: 30px 30px 0;
  text-align: center;
  height: 163px;
  background-color: #f5f5f5;
}
.stats-team-bottom .sub {
  font-size: 14px;
  color: #878b98;
  margin-bottom: 5px;
  font-weight: 600;
}
.stats-team-bottom .sup {
  font-size: 18px;
  color: #2a324a;
  font-weight: 400;
  margin-bottom: 5px;
}

.stats-center {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  max-width: 240px;
  width: 240px;
  position: relative;
}
.stats-center:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: #f5f5f5;
}

.stats-date {
  width: 240px;
  height: 240px;
  background-color: #2a324a;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  border-radius: 50%;
  border: 5px solid #efeeed;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stats-time {
  font-size: 40px;
  width: 100%;
  margin: 10px 0;
}

.stats-location {
  font-size: 16px;
  padding: 0 30px;
}

.stats-day {
  width: 100%;
  font-size: 16px;
}

.stat-select {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  max-width: 140px;
  border-left: 1px solid #494e51;
  height: 50px;
  padding-left: 15px;
}
.stat-select .arr {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  max-width: 20px;
  color: #888b90;
  font-size: 11px;
  margin-left: auto;
  float: right;
}

.stats-league-name i {
  font-size: 14px;
}

.st-txt {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
}

.stats-league-name i {
  font-size: 11px;
  color: #f7dd38;
  margin: 0 4px;
}

.stats-panel-header {
  height: 50px;
  background-color: #373b3e;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  position: relative;
  z-index: 5;
  padding: 0 20px;
}

.stats-panel-content {
  background-color: #fff;
  padding: 15px 0;
  position: relative;
  z-index: 1;
}

.last-match-frame:after {
  content: "";
  display: block;
  clear: both;
}

.last-match-half-block {
  float: left;
  width: calc(50% - 10px);
}
.last-match-half-block:last-child {
  float: right;
}

.last-match-top {
  width: 100%;
  height: 20px;
  margin-bottom: 12px;
}

.last-match-team-name {
  font-weight: 600;
  font-size: 17px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 115px);
  flex: 0 0 calc(100% - 127px);
  max-width: calc(100% - 127px);
  width: calc(100% - 127px);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #55575d;
}

.last-match-result {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 115px;
  flex: 0 0 127px;
  max-width: 127px;
  width: 127px;
}

.lmr {
  position: relative;
  font-weight: 700;
  font-size: 11px;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
}
.lmr.win {
  background-color: #81b234;
}
.lmr.lose {
  background-color: #e2363a;
}
.lmr.draw {
  background-color: #787878;
}

.last-form-row {
  height: 18px;
  background-color: #efeeed;
  border-radius: 2px;
  margin-bottom: 6px;
  line-height: 10px;
  padding: 4px;
}

.last-form-progress {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  width: calc(100% - 100px);
}

.last-form-progress-bar {
  float: left;
  height: 10px;
  max-width: calc(100% - 34px) !important;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.last-form-rate {
  float: left;
  width: 34px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.last-match-txt {
  font-size: 12px;
  color: #727681;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  width: 100px;
  text-align: right;
  font-weight: 600;
}

.last-form-progress.win .last-form-progress-bar {
  background-color: #81b234;
}
.last-form-progress.lose .last-form-progress-bar {
  background-color: #e2363a;
}
.last-form-progress.draw .last-form-progress-bar {
  background-color: #787878;
}

.headtohead-top {
  height: 36px;
}
.headtohead-top .left-cell, .headtohead-top .right-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
  max-width: 37%;
  width: 37%;
}
.headtohead-top .center-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24%;
  flex: 0 0 26%;
  max-width: 26%;
  width: 26%;
}

.headtohead-team-name {
  line-height: 44px;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #454b55;
}
.headtohead-team-name.away {
  text-align: right;
}

.headtohead-total-match {
  font-size: 15px;
  font-weight: 600;
  background-color: #ffdd3a;
  height: 44px;
  border-radius: 4px;
  text-align: center;
  line-height: 44px;
}

.headtohead-form {
  height: 78px;
  position: relative;
  margin-top: 20px;
}

.headtohead-form-progress {
  position: relative;
}
.headtohead-form-progress:after {
  content: "";
  display: block;
  clear: both;
}

.headtohead-form-home {
  float: left;
}

.headtohead-form-away {
  float: left;
  text-align: right;
}

.headtohead-form-center {
  float: left;
}

.headtohead-form .top-txt {
  height: 54px;
}
.headtohead-form .win-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #81b234;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
}
.headtohead-form .ms-count {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
}

.headtohead-progres-bar {
  height: 12px;
  border-radius: 6px;
}
.headtohead-progres-bar.winner {
  background-color: #81b234;
}
.headtohead-progres-bar.loser {
  background-color: #e2363a;
}
.headtohead-progres-bar.draw {
  background-color: #efeeed;
}

.headtohead-bottom {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
}

.headtohead-bottom-row {
  margin-bottom: 5px;
}
.headtohead-bottom-row strong {
  margin-right: 12px;
}
.headtohead-bottom-row .away {
  text-align: right;
  height: 30px;
  border: 1px solid #d3d6dd;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 5px;
  color: #727681;
  font-weight: 600;
  font-size: 14px;
}
.headtohead-bottom-row .home {
  height: 30px;
  border: 1px solid #d3d6dd;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 5px;
  color: #727681;
  font-weight: 600;
  font-size: 14px;
}

.last-challenge-row {
  width: 100%;
  height: 74px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
  font-weight: 500;
}
.last-challenge-row .firstcell, .last-challenge-row .secondcell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}

.lc-teams-name {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 17px;
  color: #565b5f;
}

.lc-date {
  font-size: 14px;
  margin-top: 7px;
  color: #9ca3a9;
  font-weight: 600;
}

.lc-result-txt {
  font-size: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  color: #77818d;
}

.lc-score {
  width: 40px;
  height: 40px;
  background-color: #e5e7ec;
  display: block;
  line-height: 40px;
  text-align: center;
  margin-left: 12px;
  font-size: 16px;
  position: relative;
  font-weight: 700;
  border-radius: 3px;
}
.lc-score:first-child:after {
  content: ":";
  position: absolute;
  right: -8px;
  top: 0;
  color: #262626;
  font-size: 19px;
  font-weight: 900;
}

.more-loading {
  margin-top: 20px;
  clear: both;
}
.more-loading a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 600;
  background-color: #ffdd3a;
  border-radius: 23px;
  padding: 0 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #3b3d43;
}
.more-loading a i {
  margin-left: 4px;
  color: #e2363a;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  vertical-align: inherit;
}
.more-loading a:hover {
  background-color: #fbe76a;
}
.more-loading a:hover i {
  color: #fff;
}

.last-challenge-detail-frame:after {
  content: "";
  display: block;
  clear: both;
}

.last-challenge-half {
  float: left;
  width: calc(50% - 10px);
  font-weight: 600;
}
.last-challenge-half:nth-child(2n) {
  float: right;
}

.last-challenge-team-name {
  position: relative;
  font-size: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #dcdcdc;
  color: #454b55;
}

.last-challenge-half.away .last-challenge-team-name {
  text-align: right;
}
.last-challenge-half.away .last-challenge-team-name:after {
  left: inherit;
  right: 0;
}

.lc-row {
  width: 100%;
  height: 68px;
  border-bottom: 1px solid #dcdcdc;
}

.t-name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  max-height: 40px;
  overflow: hidden;
  line-height: 1.2;
}
.t-name.away {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.lcd-score-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lcd-score {
  overflow: hidden;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.lcd-score span {
  position: relative;
  height: 20px;
}
.lcd-score span:first-child:after {
  content: ":";
  position: absolute;
  right: -6px;
}

.lcd-date {
  color: #9ca3a9;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
}

.player-stats-frame:after {
  content: "";
  display: block;
  clear: both;
}

.player-stats-half {
  float: left;
  width: calc(50% - 10px);
  font-weight: 500;
  border-radius: 4px;
  overflow: hidden;
}
.player-stats-half:nth-child(2n) {
  float: right;
}

.player-stats-top {
  font-size: 17px;
  font-weight: 600;
  background-color: #373b3e;
  height: 40px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  line-height: 40px;
  padding-left: 20px;
}

.player-stats-thead {
  width: 100%;
  height: 36px;
  padding-left: 10px;
  background-color: #ffdd3a;
  font-size: 11px;
  font-weight: 600;
  color: #7c6b1a;
}

.player-stats-th {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.player-stats-th.first {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  max-width: 160px;
  width: 160px;
  text-align: left;
}

.player-stats-tr {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #d0d3db;
  font-size: 14px;
  padding-left: 10px;
  font-weight: 600;
  color: #727a86;
  background-color: #f2f4f8;
}
.player-stats-tr:nth-child(even) {
  background-color: #e5e7ec;
}
.player-stats-tr:last-child {
  border-bottom: none;
}

.player-stats-td {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.player-stats-td.first {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  max-width: 160px;
  width: 160px;
  text-align: left;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.player-stats-td.first img {
  margin-right: 5px;
  width: 16px;
  float: left;
}

.top-link {
  height: 50px;
  border-radius: 5px;
  background-color: #e5e7ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 600;
  color: #727681;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.top-link i {
  margin-right: 10px;
  font-size: 20px;
}
.top-link:hover, .top-link.current {
  background-color: #f7dd38;
  color: #3b3d43;
}

.league-points-table {
  border: 1px solid #d0d3db;
  border-radius: 5px;
  font-size: 14px;
  color: #8d94a0;
  font-weight: 600;
}

.lpt-thead {
  height: 40px;
}

.lpt-th, .lpt-td {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.lpt-th.first, .lpt-td.first {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  padding-left: 15px;
}

.lpt-th.second {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  max-width: 280px;
  text-align: left;
  color: #373b3e;
}

.lpt-td.second {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  max-width: 280px;
  text-align: left;
  color: #373b3e;
}
.lpt-td.first span {
  color: #373b3e;
}
.lpt-td.first span.circle {
  width: 30px;
  height: 30px;
  background-color: #ffdd3a;
  display: inline-block;
  border-radius: 50%;
  line-height: 30px;
}

.lpt-tr {
  height: 50px;
  border-top: 1px solid #e5e7ec;
}
.lpt-tr:nth-child(2) {
  background-color: #fffadf;
}

.lpt-td.second {
  padding-left: 10px;
}
.lpt-td.second img {
  margin-right: 10px;
  vertical-align: sub;
  display: inline-block;
  max-width: 30px;
  max-height: 30px;
}

.lpt-th.second {
  padding-left: 43px;
}

.screen-select-frame {
  width: 100%;
  display: block;
  height: 50px;
  background-color: #585d64;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.screen-select-frame li {
  float: left;
  border-right: 1px solid #6b7078;
  position: relative;
}
.screen-select-frame li a {
  display: block;
  padding: 0 20px;
  height: 52px;
  line-height: 52px;
  font-weight: 500;
  font-size: 14px;
  color: #e8ebf1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
.screen-select-frame li a i {
  margin-right: 10px;
  font-size: 29px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  vertical-align: sub;
  color: #c2c5cc;
}
.screen-select-frame li a:hover {
  color: #fff;
  background-color: #292b2e;
}
.screen-select-frame li.selected a {
  color: #fff;
  background-color: #292b2e;
}
.screen-select-frame li a:hover i, .screen-select-frame li.selected a i {
  color: #ffdd3a;
}
.screen-select-frame li a:hover:before, .screen-select-frame li.selected a:before {
  content: "";
  width: 45px;
  height: 39px;
  background: url(/assets-bt/img/link-icon.png) no-repeat left top;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.multiple-screen-widget {
  height: 470px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 10px;
  position: relative;
  border-radius: 5px;
}
.multiple-screen-widget.empty-border {
  border-top-color: #2c2c2c;
}
.multiple-screen-widget .live-half-detail-frame {
  font-size: 14px;
}
.multiple-screen-widget .hd-thead {
  background-color: #3f4349;
  border-color: #515151;
}
.multiple-screen-widget .hd-th, .multiple-screen-widget .hd-td {
  border-right: 1px solid #515151;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.multiple-screen-widget .hd-th img {
  max-width: 56%;
}
.multiple-screen-widget .hd-th.first {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.multiple-screen-widget .hd-td.first {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.multiple-screen-widget .hd-th.first {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.multiple-screen-widget .hd-th:last-child {
  border: none;
}
.multiple-screen-widget .hd-td:last-child {
  border: none;
}
.multiple-screen-widget .hd-row {
  background-color: #34383d;
  border-color: #515151;
}
.multiple-screen-widget .live-half-league {
  line-height: normal;
  font-weight: 500;
  font-size: 11px;
  color: #d9d9d9;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.multiple-screen-widget .live-half-timer {
  line-height: normal;
  font-weight: 700;
  font-size: 13px;
  color: #d9d9d9;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  text-align: left;
  color: #fff;
}
.multiple-screen-widget .scroll-content {
  padding: 15px 5px 0 15px;
}
.multiple-screen-widget .bet-grid-header {
  background-color: #585d64;
  padding-left: 5px;
}
.multiple-screen-widget .bet-grid-title:before {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #d33539;
}
.multiple-screen-widget .bet-grid-panel {
  font-size: 13px;
}
.multiple-screen-widget .bet-grid-panel .bet-btn {
  height: 32px;
}
.multiple-screen-widget .bet-grid-header .acc-icon {
  font-size: 8px;
}
.multiple-screen-widget .bet-grid-panel .bet-btn {
  font-size: 14px;
  padding: 0 10px;
  background-color: #e5e7ec;
}
.multiple-screen-widget .scroll-content {
  max-height: 470px;
}
.multiple-screen-widget .bet-grid-content {
  background-color: #fff;
}
.multiple-screen-widget .bet-grid-title {
  color: #e8ebf1;
  font-size: 14px;
  padding-left: 12px;
}
.multiple-screen-widget .hd-td.first {
  padding-left: 12px;
  font-size: 14px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}

.live-category-matches-frame {
  font-weight: 500;
  font-size: 14px;
  color: #ebebeb;
  margin-bottom: 10px;
}

.lcm-header {
  width: 100%;
  height: 50px;
  background-color: #34383d;
  padding: 0 14px;
  color: #fff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 17px;
  font-weight: 600;
}
.lcm-header .acc-icon {
  color: #a6a6a6;
  font-size: 12px;
}

.lcm-title i {
  font-size: 28px;
  margin-right: 10px;
  vertical-align: sub;
}
.lcm-title img {
  margin-right: 14px;
  display: inline-block;
  vertical-align: sub;
}

.lcm-row {
  width: 100%;
  height: 62px;
  border-bottom: 2px solid #e5e7ec;
  background-color: #fff;
  padding: 8px 5px 0 14px;
  font-weight: 600;
}
.lcm-row:nth-child(even) {
  background-color: #f6f7fb;
}

.lcm-first {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 64px);
  flex: 0 0 calc(100% - 64px);
  max-width: calc(100% - 64px);
  width: calc(100% - 64px);
}

.lcm-teams {
  color: #53565e;
  margin-bottom: 10px;
}

.lcm-time {
  color: #6e727b;
  font-size: 12px;
}

.lcm-score-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  max-width: 64px;
  width: 64px;
  text-align: center;
}

.lcm-score {
  position: relative;
  padding-right: 3px;
}
.lcm-score:first-child:after {
  content: ":";
  position: absolute;
  right: -1px;
}

.hd-top {
  padding-left: 12px;
  background-color: #292b2e;
  height: 30px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  font-size: 12px;
}

.hd-close {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
  height: 30px;
  color: #ff4a54;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.lcm-score-holder {
  height: 30px;
  background-color: #ffdd3a;
  border-radius: 5px;
  color: #3b3d43;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid #3b3d43;
  line-height: 26px;
}

.add-new-widget {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: #292b2e;
}
.add-new-widget:before, .add-new-widget:after {
  position: absolute;
  width: 30px;
  height: 30px;
  border-color: #3f3f3f;
  border-style: solid;
  content: " ";
}
.add-new-widget .border-corner:before, .add-new-widget .border-corner:after {
  position: absolute;
  width: 30px;
  height: 30px;
  border-color: #3f3f3f;
  border-style: solid;
  content: " ";
}
.add-new-widget:before {
  top: 15px;
  left: 15px;
  border-width: 1px 0 0 1px;
}
.add-new-widget:after {
  top: 15px;
  right: 15px;
  border-width: 1px 1px 0 0;
}
.add-new-widget .border-corner:before {
  bottom: 15px;
  right: 15px;
  border-width: 0 1px 1px 0;
}
.add-new-widget .border-corner:after {
  bottom: 15px;
  left: 15px;
  border-width: 0 0 1px 1px;
}

.add-new-inner {
  font-weight: 500;
}
.add-new-inner > i {
  display: block;
  font-size: 70px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.add-new-inner strong {
  display: block;
  font-size: 19px;
  color: #fff;
  margin-bottom: 15px;
  margin-top: 30px;
  color: #f7dd38;
}
.add-new-inner p {
  display: block;
  color: #c3c8d2;
  font-size: 14px;
  line-height: 24px;
}

.sanal-tab-link {
  height: 60px;
  background-color: #393b3f;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #e5e7ec;
  font-size: 17px;
  font-weight: 600;
  padding: 0 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sanal-tab-link:hover, .sanal-tab-link.current {
  background-color: #1e1f20;
  color: #ffdd3a;
}

.cyber-bet-head {
  background-color: #ffdd3a;
  height: 50px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0 20px;
}

.c-menu a {
  height: 50px;
  display: block;
  line-height: 50px;
  padding-right: 10px;
}
.c-menu li {
  margin-right: 20px;
}
.c-menu li.current a, .c-menu li:hover a {
  color: #3b3d43;
  font-weight: 600;
}

.cc-tx {
  margin-right: 40px;
}

.db-tx {
  color: #3b3d43;
  font-weight: 600;
}

.cyber-bet-content .left-side {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  max-width: 160px;
  width: 160px;
  background-color: #393b3f;
  font-weight: 600;
}
.cyber-bet-content .center-side {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 820px;
  flex: 0 0 820px;
  max-width: 820px;
  width: 820px;
  background-color: #292b2e;
}
.cyber-bet-content .right-side {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  max-width: 220px;
  width: 220px;
  background-color: #393b3f;
}

.cbm-head {
  height: 44px;
  border-bottom: 1px solid #434549;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  color: #fff;
}
.cbm-head i {
  color: #858991;
  margin-right: 12px;
  font-size: 16px;
}

.c-menu-link {
  height: 44px;
  border-bottom: 1px solid #434549;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  color: #fff;
  position: relative;
  padding-right: 26px;
}
.c-menu-link.current {
  background-color: #292b2e;
}
.c-menu-link.current i {
  color: #f7dd38;
}
.c-menu-link i {
  font-size: 16px;
  margin-right: 8px;
  color: #858991;
}

.c-submenu.panel {
  padding: 10px;
  color: #fff;
  display: none;
}
.c-submenu.panel a {
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.c-menu-link.accordion:after {
  content: "";
  position: absolute;
  right: 6px;
  top: 18px;
  font-family: "Flaticon";
  color: #60646b;
  font-size: 10px;
}
.c-menu-link a {
  display: inline-block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 20px;
  line-height: 20px;
}

.c-submenu.panel a:hover {
  color: #f7de39;
}

.cyber-breadcrumb {
  height: 35px;
  padding: 0 10px;
}
.cyber-breadcrumb ul {
  height: 24px;
}
.cyber-breadcrumb ul li {
  color: #858991;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  line-height: 24px;
  height: 24px;
}
.cyber-breadcrumb ul li > i {
  font-size: 20px;
}
.cyber-breadcrumb ul li:after {
  content: "";
  font-family: "Flaticon";
  font-size: 9px;
  margin: 0 10px;
  vertical-align: top;
}
.cyber-breadcrumb ul li:last-child:after {
  display: none;
}

.game-zone {
  padding: 10px;
}

.cyber-coupon-widget {
  background-color: #fff;
  font-weight: 600;
}

.cyber-coupon-top .cc-tab {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 42px;
  line-height: 42px;
  display: block;
  text-align: center;
  color: #292b2e;
  background-color: #d5d8df;
}
.cyber-coupon-top .cc-tab.active {
  background-color: #fff;
}

.cc-row {
  padding: 15px 12px;
  border-bottom: 1px solid #e5e7ec;
}

.clear-coupon {
  color: #e62e3d;
}

.cc-top > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.cc-top .third {
  margin-left: auto;
  text-align: right;
  color: #a6acb4;
}
.cc-top .second {
  color: #898e96;
  text-align: center;
}

.cc-txt {
  font-size: 12px;
  color: #898e96;
}

.cc-bet-info {
  color: #292b2e;
  margin-top: 5px;
  line-height: 20px;
}

.remove-cc {
  color: #e62e3d;
  font-size: 12px;
  width: 20px;
  text-align: center;
  height: 20px;
  line-height: 20px;
}

.cyber-coupon-bottom {
  background-color: #f5f6f9;
  padding: 15px 12px;
}

.cc-bottom-row {
  color: #4d5156;
}

.font-size-12 {
  font-size: 12px !important;
}

.cc-selector {
  color: #ff571d;
  font-size: 12px;
  position: relative;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}
.cc-selector ul {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  background: #f5f6f9;
  display: none;
}

.cc-choosen {
  position: relative;
  padding-right: 10px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cc-choosen:after {
  content: "";
  font-family: "Flaticon";
  right: 0;
  top: 2px;
  font-size: 7px;
  position: absolute;
}

.cc-selector:hover ul {
  display: block;
}
.cc-selector ul li:hover {
  text-decoration: underline;
}

.cc-input-holder {
  height: 28px;
  width: 90px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  max-width: 90px;
  margin-bottom: 3px;
}

.cc-currency {
  height: 28px;
  background-color: #ffdd3a;
  width: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
  text-align: center;
  line-height: 28px;
}

.cc-input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  height: 28px;
  background-color: #fff !important;
  max-width: 60px;
  border: 1px solid #e7e7e7 !important;
  border-left: none !important;
}

.cc-bet-repeat li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 5px;
  margin-bottom: 5px;
}
.cc-bet-repeat li a {
  height: 26px;
  border: 1px solid #ff571d;
  color: #ff571d;
  border-radius: 15px;
  width: 100%;
  display: block;
  line-height: 24px;
  text-align: center;
}

.top-call {
  height: 40px;
  background-color: #292b2e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  color: #d6dae0;
  font-weight: 600;
  padding: 0 10px;
  font-size: 13px;
}
.top-call i {
  margin-right: 5px;
  font-size: 20px;
  color: #f7dd38;
}

.all-remove {
  font-size: 11px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.all-remove:hover {
  color: #fff;
}

.selected-bets-panel {
  padding: 5px;
}

.coupon-top {
  height: 46px;
  color: #c8cdd6;
  padding: 0 15px;
}

.bet-box {
  background-color: #494d55;
  position: relative;
  border-radius: 5px;
}

.bet-box-top {
  height: 40px;
  border-bottom: 1px solid #5b5f68;
  padding: 0 15px;
  color: #fff;
}

.control.medium {
  width: 20px;
  height: 20px;
}
.control.medium .control-indicator {
  width: 20px;
  height: 20px;
}
.control.medium .control-indicator:after {
  left: 6px;
  top: 1px;
  width: 7px;
  height: 12px;
}
.control input[type=radio]:checked ~ .control-indicator {
  background: transparent;
  border-color: #3b3d43;
}
.control input[type=radio]:checked ~ .control-indicator:after {
  width: 60%;
  height: 60%;
  border-radius: 50%;
  background-color: #3b3d43;
  top: 20%;
  left: 20%;
  border: none;
}

.bbt-close {
  color: #a2a8b3;
  font-size: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1 !important;
}

.off-action .bbt-close {
  color: #bfc7d7;
}

.bbt-close:hover {
  color: #fff;
}

.bet-box-content {
  padding: 15px;
  color: #e5e7ec;
}

.c-2 {
  color: #bfc4ce;
}

.c-4 {
  color: #b1b4ba;
}

.c-3 {
  color: #e3e7ef;
}

.coupon-widget-bottom {
  background-color: #2f3235;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #d8dee5;
}

.cwb-row {
  border-top: 2px solid #43464a;
  color: #b5bcc4;
  padding: 10px 15px;
  min-height: 50px;
}

.dropdown-menu-type2 {
  height: 38px;
  position: relative;
  border: 1px solid #5a5f68;
  border-radius: 5px;
  background-color: #43464a;
}

.dm-selected {
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  padding-right: 40px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
.dm-selected span {
  color: #fff;
}

.dm-drop {
  position: absolute;
  width: 100%;
  top: 40px;
  background-color: #43464a;
  border: 1px solid #5a5f68;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.dm-drop li {
  border-bottom: 1px solid #5a5f68;
  padding: 10px 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.dm-drop li:last-child {
  border-bottom: none;
}
.dm-drop li:hover {
  color: #fff;
}

.dropdown-menu-type2:hover .dm-drop {
  opacity: 1;
  pointer-events: inherit;
}
.dropdown-menu-type2:after {
  content: "";
  border: solid #80878e;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 11px;
}

.cwb-input-holder {
  width: 100px;
  height: 34px;
  background-color: #292b2e;
  border: 1px solid #43464a;
  border-radius: 3px;
  padding: 0 8px;
  font-size: 11px;
  font-weight: 600;
  color: #81878e;
}
.cwb-input-holder input[type=text] {
  width: calc(100% - 15px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 15px);
  flex: 0 0 calc(100% - 15px);
  max-width: calc(100% - 15px);
  color: #fff;
  text-align: right;
  font-size: 17px;
  padding-left: 5px;
}
.cwb-input-holder input[type=text][readonly] {
  color: #cbd0d7;
}

.cwb-row.dark {
  background-color: #202123;
}

.overlay {
  position: fixed;
  z-index: 5000;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

.alternate-popup-wrapper {
  position: absolute;
  z-index: 5001;
  width: 770px;
  background-color: #e6e9ee;
  border-radius: 10px;
  padding: 10px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.alternate-popup-wrapper.wide {
  width: 1040px;
}

.alternate-popup-content {
  position: relative;
  background-color: #202123;
  border-radius: 10px;
}

.alt-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #e6e9ee;
  border-radius: 50%;
  z-index: 10;
  font-size: 10px;
}

.popup-header {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 25px;
}

.menu-accordion.version-2 {
  background-color: #494d55;
  height: 54px;
  border-radius: 5px;
  padding: 0 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.v2-time {
  color: #bbbfc8;
}

.menu-accordion .arr-icon {
  width: 30px;
  text-align: end;
  color: #a4a8ae;
}
.menu-accordion.version-2.active .arr-icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  text-align: left;
}

.panel.version-2-content {
  position: relative;
  margin-top: -15px;
  padding-top: 5px;
  display: none;
  margin-bottom: 10px;
}

.bet-history-row {
  border: 1px solid #494d55;
  padding: 25px 20px 20px;
}
.bet-history-row:first-child {
  margin-top: -5px;
}

.bhr-cell.first {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bhr-bottom {
  height: 44px;
  background-color: #333539;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  padding-right: 20px;
}
.bhr-bottom .pipe {
  color: #54585f;
}

.bet-history-row:hover .bhr-cell.first > div:first-child {
  color: #ffdd3a !important;
}

.top-section-header {
  height: 60px;
  background-color: #292b2e;
  padding: 0 20px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.top-section-header img {
  height: 26px;
  margin-right: 15px;
  vertical-align: sub;
}
.top-section-header .title {
  color: #e8ebf1;
  font-size: 17px;
  font-weight: 600;
}
.top-section-header + .section-panel .section-header {
  border-radius: 0;
}

.circle-center-icon div {
  border-radius: 50%;
}
.circle-center-icon div:first-child {
  background-color: #27282a;
}
.circle-center-icon div:first-child > div {
  background-color: #2e2f31;
}
.circle-center-icon div:first-child > div > div {
  background-color: #353637;
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.progress-line {
  position: relative;
  display: inline-block;
  height: 20px;
  margin-top: 30px;
}

.pr-point {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #edf0f4;
  float: left;
  margin: 0 10px;
  position: relative;
}
.pr-point:not(.first):before {
  content: "";
  position: absolute;
  width: 20px;
  left: -20px;
  height: 2px;
  top: 9px;
  background-color: #edf0f4;
}
.pr-point.active {
  background-color: #f9d739;
}
.pr-point.active:before {
  background-color: #f9d739;
}

.popup-search-frame {
  height: 48px;
  background-color: #191a1c;
  border-radius: 4px;
  position: relative;
}

.psf-btn {
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: #6c7076;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  max-width: 48px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.psf-input {
  height: 48px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: calc(100% - 48px);
  color: #a7aab0;
}

.psf-btn:hover {
  color: #fff;
}

.sports-btn {
  height: 48px;
  background-color: #2b2c2e;
  border-radius: 4px;
  margin-bottom: 10px;
  line-height: 48px;
  padding-left: 20px;
  color: #ced1d9;
  font-size: 17px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.sports-btn i {
  margin-right: 10px;
  color: #f9d739;
  font-size: 20px;
}
.sports-btn a {
  display: block;
}
.sports-btn:hover {
  background-color: #3f4143;
}
.sports-btn img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 10px;
  vertical-align: sub;
}
.sports-btn span {
  color: #81848c;
  position: absolute;
  right: 20px;
  top: 0;
}

.alternate-popup-bottom {
  background-color: #191a1c;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.tag {
  background-color: #2b2c2e;
  height: 36px;
  border: 1px solid #ffdd3a;
  border-radius: 7px;
  line-height: 34px;
  padding: 0 30px 0 10px;
  position: relative;
  font-size: 12px;
  color: #fff;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 10px;
}

.tag-remove {
  position: absolute;
  right: 0;
  top: 0;
  height: 34px;
  width: 30px;
  text-align: center;
  font-size: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tag-remove:hover {
  color: red;
}

.select-league {
  height: 50px;
  border-radius: 5px;
  background-color: #2b2c2e;
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 17px;
  color: #fff;
  border: 1px solid #2b2c2e;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.select-league i {
  margin-right: 10px;
  color: #ffdd3a;
  font-size: 20px;
}

.select-l-icon i {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

.select-league.selected, .select-league:hover {
  border-color: #ffdd3a;
}

.select-l-icon {
  width: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
  text-align: end;
}

.league-wall {
  overflow: hidden;
  max-height: 230px;
}

.popup-back-link {
  width: 80px;
  position: absolute;
  height: 30px;
  background-color: #e6e9ee;
  border-radius: 5px;
  left: 20px;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  color: #3b3d43;
  font-size: 14px;
}
.popup-back-link i {
  margin-right: 5px;
}

.circle-center-icon div:first-child > div > div.small {
  width: 100px;
  height: 100px;
}

.popup-dark-input {
  height: 50px;
  background-color: #2b2c2e !important;
  border: 1px solid #464749 !important;
  width: 100%;
  border-radius: 5px;
  padding-left: 20px;
  color: #ced1d9;
  font-size: 17px;
}

.statu-cell {
  display: inline-block;
  height: 30px;
  padding: 0 15px;
  border: 2px solid #ffdd3a;
  border-radius: 5px;
  line-height: 26px;
  font-size: 13px;
}

.left-menu.account-page li .arr {
  position: absolute;
  right: 15px;
  top: 14px;
  height: auto;
  line-height: normal;
  padding: 0;
}
.left-menu.account-page li .arr i {
  font-size: 12px;
  color: #907d23;
  margin: 0;
}
.left-menu.account-page li.active .arr, .left-menu.account-page li.collapse.arr {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  top: 22px;
}

li.menu-accordion.collapse + .panel {
  display: block;
}

.left-menu.account-page li ul li a {
  position: relative;
  padding-left: 50px;
}
.left-menu.account-page li ul li a .caret {
  margin-right: 15px;
  border-left-color: #3b3d43;
}
.left-menu.account-page li ul li.selected {
  background-color: #fff;
}

.list-row div {
  color: #6b7176;
  font-size: 17px;
}

.page-tab-btn {
  height: 50px;
  border: 1px solid #d4d9df;
  text-align: center;
  line-height: 48px;
  font-weight: 600;
  color: #60646f;
  border-radius: 5px;
  display: block;
}
.page-tab-btn.current {
  background-color: #ffdd3a;
  border-color: #ffdd3a;
  color: #3b3d43;
}

.time-out-status {
  background-color: #292b2e;
  border-radius: 5px;
  padding: 20px;
  color: #fff;
  font-weight: 600;
}

.time-out-txt {
  font-size: 20px;
}
.time-out-txt i {
  font-size: 25px;
}

.time-out-rest {
  height: 40px;
  width: 200px;
  background-color: #ffdd3a;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  color: #292b2e;
}

.report-btn {
  height: 30px;
  width: 70px;
  font-size: 12px;
  float: right;
  background-color: #ffdd3a;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #292b2e;
  font-weight: 600;
}

.tag-format {
  background-color: #f7dd38;
  height: 20px;
  font-size: 11px;
  text-align: center;
  line-height: 20px;
  border-radius: 5px;
  position: absolute;
  left: 60px;
  top: 1px;
  padding: 0 10px;
  font-weight: 600;
}

.dark-popup-header {
  background-color: #202123;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.mw-thead {
  height: 40px;
  background-color: #3d3f42;
  color: #fff;
  padding: 0 40px;
}

.most-winner-frame {
  font-weight: 600;
}

.mw-th {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mw-thead.sub {
  background-color: #f8faff;
  height: 50px;
  border-bottom: 2px solid #edf0f5;
  color: #3b3d43;
}

.mw-tr {
  height: 72px;
  border-bottom: 2px solid #edf0f5;
  padding: 0 40px;
  font-size: 17px;
  color: #60646f;
}

.mw-th.first, .mw-td.first, .mw-th.second, .mw-td.second {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  max-width: 110px;
  width: 110px;
}

.mw-th.third, .mw-td.third {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
  max-width: 350px;
  width: 350px;
}

.mw-th.fourth, .mw-td.fourth {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  max-width: 140px;
  width: 140px;
}

.mw-th.last, .mw-td-last {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  max-width: 110px;
  width: 110px;
}

.mw-sub-txt {
  color: #7d8088;
  font-size: 14px;
  margin-top: 7px;
}

.mw-th.second > div:first-child {
  font-size: 12px;
  margin-bottom: 3px;
}

.winner-label {
  background-color: #3d3f42;
  border-radius: 5px;
  color: #fff;
}

.winner-label-row {
  background-color: #3d3f42;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 5px;
  color: #fff;
  padding: 0 20px;
  font-size: 17px;
}
.winner-label-row:last-child {
  margin-bottom: 0;
}

.winner-label div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.dark-bg-2 {
  background-color: #43464a;
}

.bet-box.in-action {
  border: 1px solid #f7dd38;
}
.bet-box.off-action {
  background-color: #373b42;
}
.bet-box.off-action .bbt-left, .bet-box.off-action .bet-box-content, .bet-box.off-action .bbt-live, .bet-box.off-action .bbt-right div:not(.bbt-tool) {
  opacity: 0.6;
}

.bbt-action-btn {
  font-size: 18px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: sub;
}

.bbt-live {
  background-color: #ff4a54;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  border-radius: 8px;
  height: 16px;
  line-height: 16px;
  padding: 0 8px;
}

.bet-update-btn {
  color: #ffdd3a;
  border: 2px solid #ffdd3a;
  border-radius: 5px;
  font-size: 12px;
  height: 28px;
  line-height: 24px;
  padding: 0 5px;
}

.bbt-live-score {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  background-color: #ffdd3a;
  color: #202123;
  padding: 0 10px;
  border-radius: 3px;
  margin-right: 5px;
  vertical-align: text-top;
}

.bet-box.in-action.winner {
  border-color: #08ab47;
}
.bet-box.in-action.lose {
  border-color: #dc3539;
}

.bet-exchange {
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffdd3a;
  border-radius: 5px;
  color: #8e7b1d;
  font-weight: 600;
}
.bet-exchange strong {
  color: #3b3d43;
  margin-right: 5px;
}

.bs-action {
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  background-color: #686e7a;
  border-radius: 5px;
  color: #bfc7d7;
}

.bet-update-btn.cancel {
  border-color: #a6adbb;
  color: #a6adbb;
}

.coupon-drag {
  margin-left: 5px;
  width: calc(100% - 10px);
  height: 140px;
  background: #2f3235 url(/assets-bt/img/coupon-add-bg.png) no-repeat center top;
  border-radius: 5px;
  border: 1px dashed #ffdd3a;
}
.coupon-drag div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.coupon-tooltip {
  position: relative;
  border-radius: 10px;
  background-color: #60656f;
  color: #e5e7ec;
  font-size: 15px;
  font-weight: 600;
}

.cp-tool-row {
  height: 38px;
  border: 1px solid #494d55;
  border-radius: 5px;
  padding: 0 15px;
  margin-bottom: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cp-tool-row.active, .cp-tool-row:hover {
  background-color: #494d55;
}

.coupon-tooltip:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(96, 101, 111, 0);
  border-bottom-color: #60656f;
  border-width: 10px;
  margin-left: -10px;
}

.btn-2 {
  height: 40px;
  background-color: #373b42;
  border: 1px solid #686e7a;
  border-radius: 5px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.new-choice {
  height: 22px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #ffdd3a;
  color: #3b3d43;
  font-size: 12px;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 5px;
}
.new-choice:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 22px solid #ffdd3a;
  border-left: 10px solid transparent;
  left: -10px;
  top: 0;
}

.default-border {
  border: 1px solid #ffdd3a;
}

.cashout-tooltip {
  background-color: #2f3235;
  border-radius: 5px;
  font-weight: 600;
  position: relative;
}

.cashout-top {
  border-bottom: 2px solid #383b3f;
  height: 40px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}
.cashout-top a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  color: #888b90;
  text-align: center;
  height: 100%;
  line-height: 38px;
}
.cashout-top a:first-child {
  border-right: 2px solid #383b3f;
}
.cashout-top a.active {
  color: #ffdd3a;
  background-color: #202123;
}

.cashout-tooltip:before {
  bottom: 100%;
  right: 8%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(96, 101, 111, 0);
  border-bottom-color: #2f3235;
  border-width: 10px;
  margin-left: -10px;
}

.acc-status {
  width: 100px;
  padding-left: 15px;
  font-size: 13px;
  line-height: 26px;
}

.acc-th.last {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  max-width: 240px;
  width: 240px;
}

.panel-inner {
  padding: 15px;
  background-color: #e5e7ec;
}

.acc-label {
  height: 50px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 0 20px;
  color: #979797;
}
.acc-label .strong {
  font-weight: 600;
  color: #606473;
}

.color-red-2 {
  color: #ff4a54 !important;
}

.take-support-btn {
  height: 20px;
  background-color: #ffdd3a;
  line-height: 20px;
  font-size: 10px;
  border-radius: 10px;
  padding: 0 10px;
  color: #3b3d43;
  font-weight: 600;
  display: inline-block;
}

.account-side-info.dark {
  background-color: #292b2e;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.dark .profile-name {
  color: #e8ebf1;
  font-size: 20px;
}
.dark .profile-mail {
  color: #afb2b6;
}

.history-slot {
  background-color: #595c64;
  height: 40px;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
}
.history-slot i {
  margin-right: 10px;
}

.bottom-total-money {
  background-color: #3e4045;
  height: 50px;
  color: #c1c6d0;
  padding: 0 15px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.btm-text {
  color: #fff;
  font-size: 17px;
}

.ss-menu-head {
  background-color: #292b2e;
  height: 50px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #c1c6d0;
  padding: 0 15px;
}

.ss-menu {
  background-color: #292b2e;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.ss-menu-item {
  height: 50px;
  border-top: 1px solid #34363a;
  padding-left: 15px;
  color: #bfc3cd;
}

.ss-arr {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
  width: 30px;
  text-align: center;
  font-size: 12px;
}

.ss-name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 30px);
  flex: 0 0 calc(100% - 30px);
  max-width: calc(100% - 30px);
  width: calc(100% - 30px);
}
.ss-name i {
  margin-right: 10px;
  font-size: 16px;
}

.ss-menu-head i, .bottom-total-money i {
  font-size: 16px;
}

.ss-row {
  padding: 0 15px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e8ebf1;
}
.ss-row .self-end {
  position: relative;
  width: 20px;
  margin-right: 10px;
}

.ss-menu-item + .panel {
  display: none;
}
.ss-menu-item.active {
  background-color: #1f2023;
}
.ss-menu-item.active .ss-name i {
  color: #ffdd3a;
}
.ss-menu-item.active .ss-arr {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.slot-market-header {
  background-color: #292b2e;
  height: 50px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #4c4f55;
}

.ss-filter {
  padding-left: 20px;
  color: #fff;
}
.ss-filter .self-end {
  width: 20px;
  margin-right: 10px;
}

.ss-filter-cell {
  padding-right: 15px;
}

.slot-market-header .base-search {
  border-right: 1px solid #3e4045;
  border-left: 1px solid #3e4045;
  background: url(/assets-bt/img/link-icon.png) no-repeat 95% top;
}
.slot-market-header .base-search-btn {
  font-size: 20px;
}

.subtool-header {
  height: 50px;
  background-color: #3e4045;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 20px;
}

.header-title {
  position: relative;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  padding-left: 15px;
}
.header-title:before {
  content: "";
  position: absolute;
  width: 4px;
  background-color: #f7dd38;
  left: 0;
  top: 0;
  height: 17px;
  border-radius: 3px;
}

.range-frame {
  color: #fff;
  font-weight: 600;
}

.range-bar {
  padding: 0 20px;
  position: relative;
}

.range-track {
  height: 8px;
  background-color: #2d2f33;
  width: 250px;
  border-radius: 5px;
  position: relative;
}

.between-range {
  height: 8px;
  background-color: #977f0e;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.range-hand {
  width: 14px;
  height: 14px;
  background-color: #ffdd3a;
  position: absolute;
  border-radius: 50%;
  top: -3px;
}

.sm-item-box {
  position: relative;
  margin-bottom: 10px;
}

.sm-rating {
  position: absolute;
  width: 90px;
  height: 50px;
  background-color: #ffdd3a;
  border-radius: 5px;
  z-index: 9;
  right: 5px;
  top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.sm-date {
  color: #97821c;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 5px;
}

.sm-discount {
  color: #292b2e;
  font-weight: 600;
  font-size: 17px;
}

.sm-bonus {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 9;
  color: #fff;
  text-shadow: 0 0 1px #000;
  font-size: 12px;
  font-weight: 600;
}

.sm-img-holder {
  position: relative;
  overflow: hidden;
}

.sm-img {
  position: relative;
  z-index: 1;
}
.sm-img img {
  display: block;
}

.sm-bottom {
  background-color: #292b2e;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.sm-row {
  height: 40px;
  color: #fff;
  line-height: 40px;
}
.sm-row:first-child {
  border-bottom: 1px solid #3e4045;
}

.sm-btn {
  position: absolute;
  z-index: 9;
  height: 40px;
  width: 110px;
  background-color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  bottom: 30px;
  left: calc(50% - 55px);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sm-img-holder:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 5;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sm-img-holder:after {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-box-shadow: 0 20px 50px 50px #ffdd3a;
  box-shadow: 0 20px 50px 50px #ffdd3a;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sm-item-box:hover .sm-img-holder:before, .sm-item-box:hover .sm-img-holder:after {
  opacity: 1;
}
.sm-item-box:hover .sm-btn {
  opacity: 1;
}

.f-line {
  text-decoration: line-through;
  color: #c1c6d0;
  font-size: 11px;
}

.st-thead {
  height: 50px;
  background-color: #3b3d43;
  color: #e5e7ec;
  padding: 0 40px;
}

.st-th {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.st-th.first {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
  max-width: 270px;
  width: 270px;
}

.st-tr {
  padding: 0 40px;
  height: 50px;
  border-bottom: 1px solid #edf0f5;
  color: #73767e;
  font-size: 14px;
}

.st-td {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 10px;
}
.st-td.first {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
  max-width: 270px;
  width: 270px;
}

.st-waiting {
  color: #2166f3;
}

.st-done {
  color: #08ab4d;
}

.st-reject {
  color: #ff4a54;
}

.st-tr:nth-child(odd) {
  background-color: #fcfdff;
}

.cat-menu-item {
  background-color: #292b2e;
  border-radius: 5px;
  height: 80px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: calc((100% - 170px)/7);
}
.cat-menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 10px;
  position: relative;
}
.cat-menu-item:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  max-width: 90px;
  width: 90px;
}

.c-more-btn {
  width: 90px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  max-width: 90px;
  background-color: #292b2e;
  border-radius: 5px;
  color: #fff;
  font-size: 25px;
  height: 80px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.cat-menu-holder {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fav-menu-btn {
  text-align: center;
  color: #fff;
  font-size: 13px;
}
.fav-menu-btn i {
  font-size: 18px;
}
.fav-menu-btn div {
  margin-top: 8px;
}

.category-menu-wrapper {
  height: 40px;
  overflow: hidden;
}

.c-more-btn:hover {
  background-color: #494a4b;
}

.auto-height {
  height: auto !important;
}

.cat-menu-item.current a:before {
  content: "";
  border: 2px solid #f7de39;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}

.item-fav {
  position: absolute;
  width: 24px;
  height: 24px;
  z-index: 14;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 5px;
  top: 5px;
  background-color: #f5f7fb;
  color: #a6a9b0;
  border-radius: 3px;
  font-size: 12px;
}
.item-fav.selected {
  background-color: #f7de39;
  color: #292b2e;
}

.flex-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.report {
  height: 28px;
  background-color: #f9fbff;
  border: 1px solid #d4d9df;
  display: block;
  line-height: 26px;
  font-size: 12px;
  border-radius: 5px;
  padding: 0 10px;
}
.report i {
  color: #888b90;
  margin-right: 3px;
}

@media all and (-ms-high-contrast: none) {
  /*.foo { color: green }  IE10  */
  *::-ms-backdrop, .home-carousel-slider-arrows {
    margin-left: auto;
  }

  /* IE11 */
  *::-ms-backdrop, .section-td, .section-th, .as-td, .as-th {
    flex: 1 1 auto;
  }

  *::-ms-backdrop, .sports-countries .country-row img {
    max-width: 18px;
    width: 18px;
  }

  *::-ms-backdrop, .cp-td {
    padding-top: 12px;
  }
}
@media (max-width: 1600px) {
  .alternate-popup-wrapper {
    transform: translate(-50%, 5%);
    top: 5%;
  }
}
@media (max-width: 1400px) {
  .sports-types .cell .sports-name {
    left: inherit;
    right: -74px;
  }
  .sports-types .cell .sports-name:after {
    display: none;
  }
  .sports-types .cell .sports-name:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(121, 127, 135, 0);
    border-right-color: #797f87;
    border-width: 6px;
    margin-top: -6px;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=main.css.map */
