html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 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: 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] {
    background-color: transparent;
    border: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

button,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,a:active,a:focus,a:hover {
    text-decoration: none
}

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

::-moz-placeholder {
    color: inherit;
    opacity: 1
}

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

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

::placeholder {
    color: inherit;
    opacity: 1
}

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

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

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

.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,.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

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

.slick-slide {
    display: none;
    float: left;
    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%;
}

.hv100 {
    height: 100vh;
}

.height-auto {
    height: auto !important;
}

.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
}

.show {
    display: block !important;
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!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-orange {
    color: #ff3e02!important
}

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

.color-light-blue {
    color: #d3d7e3!important
}

.color-navy {
    color: #2a324a!important
}

.color-default {
    color: #2a324a!important
}

.color-orange-2 {
    color: #ff6102!important
}

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

.color-green {
    color: #1cb820 !important;
}

.flex-1 {
    flex: 0 0 100% !important;
}

.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-40 {
    font-size: 40px!important
}

.font-size-34 {
    font-size: 34px!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-16 {
    font-size: 16px!important
}

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

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

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

.font-size-12 {
    font-size: 12px!important
}

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

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

.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-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 {
    padding-left: 30px !important;
}

.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
}

.margin-auto {
    margin: 0 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;
}

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

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

.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
}

body {
    font-family: 'proxima_nova',sans-serif;
    font-size: 16px;
    color: #2a324a;
    background: #efeeed;
    overflow-x: hidden
}

.container,.container.medium,.container.homepage {
    width: 1300px;
    margin: 0 auto
}

.container.homepage {
    padding-bottom: 30px
}

.subpage-wrapper {
    padding-top: 40px
}

.zeplin-page {
    background: url(../img/zeplin-bg.jpg) no-repeat center top!important
}

.poker-page {
    background: url(../img/poker-bg.jpg) no-repeat center top!important;
    padding-bottom: 40px
}

.bonus-page {
    background: url(../img/bonus-bg.jpg) no-repeat center top!important;
    padding-bottom: 40px;
    padding-top: 350px
}

.dealer-page {
    background: url(../img/dealer-bg.jpg) no-repeat center top!important
}

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

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

.selected-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px
}

.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: 40px;
    z-index: 10;
    width: 40px;
    left: 0;
    border: 1px solid #293040;
    border-top: none;
    background-color: #232a3b;
    padding: 0 10px!important
}

.lang-drop li {
    border-bottom: 1px solid #293040;
    padding: 5px 0
}

.lang-drop li a {
    color: #fff;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.lang-drop li:last-child {
    border: none
}

.header-center-frame {
    background-color: #efeeed;
    height: 76px;
    border-bottom: 1px solid #242c3c;
    position: relative
}

.menu-frame {
    width: 100%;
    height: 54px;
    background-color: #2a324a;
    position: relative
}

.menu-frame .top-menu {
    width: 100%
}

.top-menu li {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    height: 54px
}

.top-menu > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    z-index: 3;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    position: relative
}

.top-menu li a i {
    margin-right: 5px;
    color: #ff3e02;
    font-size: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.top-menu > li > a span {
    position: absolute;
    background-color: #0261ff;
    top: -10px;
    right: 0;
    height: 20px;
    font-size: 11px;
    padding: 0 8px;
    border-radius: 10px;
    line-height: 21px;
    font-weight: 600
}

.top-menu li a:hover:before {
    width: 100%
}

.top-menu li a:before {
    content: "";
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #ff3e02;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.top-account-menu {
    position: relative;
    color: #e6e6e6;
    font-size: 13px;
    font-weight: 500;
    z-index: 2000;
    margin-right: 10px
}

.top-account-menu-display {
    padding: 0 15px;
    min-width: 120px;
    line-height: 40px;
    height: 42px;
    border: 1px solid #91949d;
    border-radius: 20px;
    color: #2a324a;
    font-size: 14px;
    font-weight: 600
}

.top-account-menu-display i:last-child {
    float: right;
    margin-left: 10px;
    color: #2a324a;
    font-size: 12px;
    margin-top: 14px
}

.top-account-drop {
    position: absolute;
    top: 42px;
    right: 0;
    width: 150px;
    background-color: #f6f6f5;
    padding: 5px 10px 0;
    -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;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 5px;
    border: 1px solid #dcdcdc
}

.top-account-drop li {
    border-bottom: 1px solid #dcdcdc
}

.top-account-drop li:last-child {
    border: none
}

.top-account-drop li a {
    display: block;
    padding: 5px 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 14px;
    color: #2a324a;
    font-weight: 600
}

.top-account-drop li a:hover {
    color: #ff3d02
}

.top-account-drop li a i {
    float: right
}

.top-account-menu:hover .top-account-drop {
    opacity: 1;
    pointer-events: inherit
}

.ml-item {
    float: left;
    position: relative;
    padding-left: 32px;
    margin-right: 15px;
    height: 42px;
    padding-top: 5px
}

.ml-icon {
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 20px;
    color: #ff3d02
}

.ml-text {
    font-size: 16px;
    font-weight: 700;
    color: #2a324a
}

.ml-data-text {
    color: #a5a5a5;
    font-size: 13px;
    font-weight: 600
}

.ml-btn-holder {
    overflow: hidden;
    margin-left: 10px
}

.ml-btn {
    margin-left: 10px;
    float: left;
    height: 42px;
    line-height: 42px;
    width: 120px;
    font-size: 14px;
    font-weight: 600;
    color: #2a324a;
    text-align: center;
    background-color: #fff;
    border-radius: 20px
}

.ml-btn i {
    font-size: 16px;
    margin-left: 5px
}

.ml-btn.type2 {
    background-color: transparent;
    border: 1px solid #2a324a;
    border-radius: 5px;
    width: 140px
}

.site-footer {
    border-top: 8px solid #ff3d02
}

.footer-top-frame {
    width: 100%;
    height: 80px;
    background-color: #ff3d02;
    position: relative
}

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

.footer-center-frame {
    background: #2a324a url(../img/footer-back-logo.png) no-repeat left 0;
    padding-bottom: 85px;
    color: #d3d7e3;
    font-weight: 600
}

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

.footer-col {
    padding-right: 18px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 60px
}

.footer-col:last-child {
    padding-right: 0
}

.copyright {
    font-weight: 500;
    line-height: 24px;
    margin-top: 12px;
    font-size: 13px
}

.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: .3s;
    -o-transition: .3s;
    transition: .3s
}

.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 #242c3c;
    color: #ff6102;
    font-size: 19px;
    font-weight: 700
}

.first-col.footer-col {
    padding-top: 0;
    margin-top: -5px
}

.footer-col ul.footer-list-menu li {
    margin-top: 20px
}

.footer-col ul.footer-list-menu li a {
    display: block;
    font-weight: 600;
    font-size: 13px;
    position: relative;
    padding-left: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.footer-col ul.footer-list-menu li a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f061";
    font-size: 11px;
    font-weight: 400;
    font-family: "Font Awesome 5 Pro"
}

.footer-col ul li a:hover {
    color: #fff
}

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

.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: .3s;
    -o-transition: .3s;
    transition: .3s
}

ul.ftf-links li a:hover {
    color: #fff
}

.ftf-info {
    color: #d3d7e3;
    font-size: 13px;
    font-weight: 500;
    margin-left: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .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 {
    width: 134px;
    margin-right: 10px
}

.footer-tool-btn a i {
    margin-left: 5px
}

.f-title.green:before {
    background-color: #12bc8c
}

.f-title.yellow:before {
    background-color: #dbaa35
}

.f-title.blue:before {
    background-color: #2c6cee
}

.f-title.red:before {
    background-color: #f03251
}

.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 {
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-logos > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.base-btn {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 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;
    background-color: #ff3d02!important;
    color: #fff!important;
    padding: 0 15px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    position: relative
}

.base-btn i {
    font-size: 16px;
    margin-left: 14px;
    font-weight: 400;
    position: relative;
    z-index: 5
}

.base-btn:hover {
    background-color: #ed3903
}

.base-btn.krl {
    background-color: #fff;
    color: #ff3e02;
    padding: 0 15px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 5px;
    position: relative;
    border-style: solid
}

.base-btn.large {
    height: 60px;
    font-size: 19px
}

.base-btn.medium {
    height: 42px;
    font-size: 14px
}

.base-btn.small {
    height: 32px;
    font-size: 12px
}

.base-btn.thin {
    height: 20px;
    font-size: 10px;
    border-radius: 3px;
    padding: 0 7px;
    font-weight: 700
}

.base-btn.thin-kbn {
    height: 20px;
    font-size: 10px;
    border-radius: 3px;
    padding: 0 7px;
    font-weight: 700;
}

.base-btn.dark {
    background-color: #2a324a
}

.base-btn.white {
    background-color: #fff;
    border: 1px solid #91949d
}

.base-btn.radius {
    border-radius: 24px
}

.hidden_select_container {
    width: 0;
    height: 0;
    overflow: hidden
}

.simpleselect,.simpleselect * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.simpleselect {
    position: relative;
    width: 100%
}

.simpleselect .options {
    width: 198px
}

.simpleselect .options .option,.simpleselect .options .optgroup .optgroup-label {
    padding: 9px 10px;
    line-height: 18px;
    cursor: pointer
}

.simpleselect .options .optgroup .optgroup-label {
    cursor: default;
    font-weight: 700
}

.simpleselect .options .optgroup .option {
    padding-left: 20px
}

.simpleselect .placeholder {
    position: relative;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 25px;
    color: #2a324a;
    font-size: 16px;
    padding-right: 30px
}

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

.selector.has-icon .simpleselect .placeholder:before {
    display: none
}

.selector.has-icon > i {
    position: absolute;
    color: #ff3e02;
    left: 10px;
    top: 16px
}

.simpleselect .placeholder:after {
    content: "\f107";
    z-index: 1;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    color: #2a324a;
    font-size: 20px;
    right: 15px;
    top: 13px
}

.simpleselect .options {
    position: absolute;
    top: 46px!important;
    left: 0;
    z-index: 1000;
    background-color: #2a324a;
    width: 100%;
    color: #fff
}

.simpleselect .options .option.active {
    background: #414f6b;
    color: #fff
}

.simpleselect.disabled .placeholder,.simpleselect.disabled .placeholder:hover {
    background: #fafafa;
    color: #aaa;
    border-color: #eee;
    cursor: default
}

.simpleselect.disabled .placeholder:after {
    opacity: .5
}

.simpleselect .placeholder:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    color: #ff3e02;
    position: absolute;
    left: 10px;
    top: 16px
}

.big .selector .simpleselect .placeholder:before {
    display: none
}

.big .selector {
    width: 660px;
    height: 56px;
    border: 1px solid #b4b4b4;
    border-radius: 3px
}

.big .selector .placeholder {
    height: 52px;
    color: #2a324a;
    font-weight: 600;
    font-size: 24px
}

.big .selector .simpleselect .options .option {
    font-size: 18px
}

.big .selector .simpleselect .options {
    top: 56px!important
}

.big .selector .simpleselect .placeholder:after {
    content: "\f107";
    z-index: 1;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    color: #ff3d02;
    font-size: 30px;
    right: 15px;
    top: 15px;
    line-height: 26px
}

a.tv-link {
    height: 42px;
    border: 1px solid #91949d;
    border-radius: 20px;
    width: 100px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    font-weight: 700
}

a.tv-link i {
    font-size: 18px
}

a.tv-link2 {
    height: 42px;
    border: 1px solid #2a3149;
    border-radius: 20px;
    width: 100px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    font-weight: 700;
    width: 150px;
    margin-right: 15px;
    background-color: rgba(42,50,74,0.2)
}

a.tv-link2 i {
    font-size: 18px
}

a.tv-link3 {
    height: 42px;
    border: 1px solid #ff3e02;
    border-radius: 20px;
    width: 100px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    font-weight: 700;
    width: 50px;
    margin-right: 15px;
    background-color: rgba(255,62,2,0.2)
}

a.tv-link3 i {
    font-size: 28px;
    color: #ff3e02
}

.homepage-banner-widgets {
    position: relative;
    top: -20px;
    z-index: 20
}

.box-shadow {
    -webkit-box-shadow: 0 5px 40px 0 rgba(178,178,178,0.6);
    box-shadow: 0 5px 40px 0 rgba(178,178,178,0.6)
}

.home-item {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.home-item:hover {
    margin-top: -5px
}

.home-league-frame a {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 170px;
    border-radius: 5px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.home-league-frame a:hover {
    background-color: #efeeed;
    border: 2px solid #2a324a
}

.promo-slider > .slide-item:not(:first-child) {
    display: none
}

.standart-page-wrapper {
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 50px
}

.standart-left-frame {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 355px;
    flex: 0 0 355px;
    width: 355px;
    max-width: 355px;
    position: relative
}

.standart-right-frame {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 380px);
    flex: 0 0 calc(100% - 380px);
    width: calc(100% - 380px);
    max-width: calc(100% - 380px);
    position: relative;
    margin-bottom: 30px
}

.content-header {
    position: relative
}

.page-title {
    font-size: 30px;
    color: #fff;
    font-weight: 700
}

.page-title i {
    color: #ff3e02;
    margin-right: 5px;
    font-weight: 400;
    font-size: 27px
}

.account-side-menu-wrapper {
    background-color: #efeeed;
    border-radius: 8px;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.left-menu-header {
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #2a324a;
    font-size: 14px;
    font-weight: 600
}

.left-menu-header i {
    color: #e2363a;
    font-size: 13px;
    margin-right: 5px
}

.left-menu {
    width: 100%
}

.left-menu li {
    width: 100%;
    position: relative;
    margin-bottom: 2px
}

.left-menu li > a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    display: block;
    height: 52px;
    line-height: 52px;
    font-size: 19px;
    padding-left: 20px;
    padding-right: 20px;
    transition: .3s
}

.left-menu li > a:hover,.left-menu li.selected > a {
    background-color: #2a324a;
    color: #fff;
    border-radius: 4px
}

.left-menu li > a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    content: "";
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.left-menu li > a:hover:before,.left-menu li.selected > a:before {
    border-left-color: #e2363a!important
}

.left-menu li > a i {
    color: #b1b1b1;
    font-size: 20px;
    vertical-align: inherit;
    margin-right: 15px
}

.left-menu li a > .counter {
    float: right;
    font-size: 12px;
    color: #979797;
    line-height: 48px
}

.left-menu.account-page {
    padding: 0 25px
}

.left-menu.account-page li {
    border-top: none;
    background-color: transparent
}

.left-menu.account-page li > a {
    padding-left: 33px;
    color: #2a324a;
    font-size: 19px
}

.left-menu.account-page li > a i {
    font-size: 26px;
    vertical-align: middle;
    color: #2a324a
}

.left-menu.account-page li > a:hover,.left-menu.account-page li.selected > a {
    color: #fff;
    background-color: #2a324a;
    border-radius: 4px
}

.left-menu.account-page li > a:hover i,.left-menu.account-page li.selected > a i {
    color: #fff
}

.left-menu.account-page li a > .counter {
    width: 28px;
    height: 28px;
    background-color: #272525;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #ebebeb;
    border-radius: 3px;
    margin-top: 12px
}

.left-menu .panel {
}

.left-menu .subpanel {
    display: none
}

.left-menu.account-page .panel .link {
    height: 40px;
    line-height: 40px;
    padding-left: 55px;
    font-size: 19px
}

.left-menu.account-page .panel .link i {
    font-size: 16px;
    margin-right: 10px
}

.left-menu.account-page .panel .link:hover,.left-menu.account-page .panel .link.selected {
    color: #ff3e02
}

.left-menu.account-page li.active a {
    background-color: #2a324a;
    color: #fff;
    border-radius: 4px
}

.left-menu.account-page li.active a i {
    color: #fff
}

.account-side-info {
    text-align: center;
    padding: 60px 25px 40px
}

.profile-name {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px
}

.profile-mail {
    font-size: 16px
}

.rest-amount {
    margin: 20px 0 40px;
    font-weight: 700;
    font-size: 28px
}

.side-menu-wrapper {
    background-color: #efeeed;
    padding: 25px;
    border-radius: 8px
}

.text-content,.subcontent p {
    font-size: 18px;
    line-height: 32px
}

.subcontent p {
    -webkit-margin-after: 1em;
    margin-block-end:1em}

.float-row .sign-placeholder {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 185px;
    flex: 0 0 150px;
    max-width: 150px;
    width: 150px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

.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% - 150px);
    max-width: calc(100% - 150px);
    width: calc(100% - 150px)
}

.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
}

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

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

.input-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 48px;
    padding-left: 30px;
    background-color: #efeeed;
    border-radius: 5px;
    border: 1px solid #c0c1c5
}

.input-wrap i {
    color: #ff3e02;
    -ms-flex: 0 0 26px
}

textarea.form-textarea {
    width: 100%;
    background-color: transparent;
    border: none;
    height: 150px;
    padding: 10px 15px 15px 0;
    font-size: 16px;
    color: #2a324a
}

.float-row.type2 .sign-placeholder {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    width: 100px
}

.float-row.type2 .form-row,.float-row.type2 .form-row-holder {
    -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)
}

.textbox {
    height: 46px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 16px;
    color: #2a324a
}

.selector {
    position: relative;
    width: 100%;
    height: 48px;
    background-color: #efeeed;
    border-radius: 5px;
    border: 1px solid #c0c1c5
}

.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 {
    padding: 0 18px
}

.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 10px 17px 60px;
    position: relative;
    background-color: #f0d6d0;
    color: #432116;
    border-radius: 3px;
    margin-top: 20px;
    font-size: 16px
}

.message-bar {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 50px;
    padding: 17px 10px 17px 60px;
    position: relative;
    background-color: #fff;
    color: #432116;
    border-radius: 3px;
    margin-top: 20px;
    font-size: 16px
}

.warning-bar i {
    position: absolute;
    left: 15px;
    top: calc(50% - 12px);
    color: #ff3e02;
    font-size: 24px
}

.warning-bar.large {
    padding-left: 17px;
    padding-right: 17px
}

.warning-bar.large h3 {
    font-size: 18px;
    margin-bottom: 20px
}

.list-arrow li {
    padding-left: 30px;
    font-size: 13px;
    position: relative;
    line-height: 24px
}

.list-arrow li:before {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    color: #e2363a;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px
}

.content-heading {
    width: 100%;
    height: 86px;
    background-color: #2a324a;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.subcontent {
    width: 100%;
    position: relative;
    background-color: #efeeed;
    padding: 50px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

.subtitle {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px
}

.input-wrap:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    color: #ff3e02;
    position: absolute;
    left: 15px;
    top: 16px
}

.input-wrap.has-icon:before {
    display: none
}

.input-wrap.has-icon > i {
    position: absolute;
    left: 10px;
    top: 16px
}

.account-grid-panel {
    width: 100%;
    margin-bottom: 30px
}

.account-thead {
    padding: 0 20px;
    height: 56px;
    background-color: #cbd1d5;
    border-radius: 3px
}

.acc-th.first {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
    width: 28%
}

.acc-th.bank-no {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
    width: 18%
}

.acc-th.iban-no {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    width: 35%
}

.acc-th {
    font-size: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 700
}

.acc-td.coupon-first {
    -ms-flex: 0 0 250px
}

.acc-th.coupon-first {
    -ms-flex: 0 0 250px
}

.large-row .acc-tr {
    height: 60px;
    margin-top: 0;
    border-top: 1px solid #383e50;
    padding-left: 50px
}

.large-row .account-thead {
    padding-left: 50px
}

.large-row .acc-tr:nth-child(even) {
    background-color: #2d3647
}

.acc-tr {
    height: 54px;
    width: 100%;
    padding: 0 20px;
    margin-top: 10px;
    background-color: #e4e7e9;
    border-radius: 3px;
    position: relative
}

.acc-tr.winner:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 20px;
    background-color: #12bc8c;
    left: 20px;
    top: 20px;
    border-radius: 3px
}

.acc-tr.loser:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 20px;
    background-color: #f03251;
    left: 20px;
    top: 20px;
    border-radius: 3px
}

.acc-tr.waiting:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 20px;
    background-color: #2c6cee;
    left: 20px;
    top: 20px;
    border-radius: 3px
}

.acc-td {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px
}

.acc-td.first {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
    width: 28%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.acc-td.bank-no {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
    width: 18%
}

.acc-td.iban-no {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    width: 35%
}

.acc-th.button-td,.acc-td.button-td {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    margin-left: auto
}

.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 {
    display: block;
    font-size: 11px
}

.acc-date-time {
    display: block;
    font-size: 12px
}

.update-btn {
    width: 80px;
    height: 30px;
    line-height: 32px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    background-color: #2a324a;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .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: #ff3e02;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 11px;
    font-weight: 700
}

.remove-btn-thin:hover {
    background-color: #ff6f43
}

.update-btn:hover {
    background-color: #3d4b76
}

.coupon-detail-frame {
    margin-top: 10px;
    font-size: 16px
}

.cd-cell {
    background-color: #cbd1d5;
    height: 100px;
    padding-top: 28px;
    padding-left: 18px;
    border-radius: 5px
}

.cp-text {
    display: block;
    font-size: 16px;
    color: #717583;
    margin-bottom: 3px
}

.cp-text-2 {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #1f2433;
    font-weight: 700
}

.cp-lose i {
    color: #e2363a;
    font-size: 16px;
    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: #dddfe1;
    margin-top: 10px;
    border-radius: 5px
}

.cp-row {
    min-height: 42px;
    border-bottom: 1px solid #efeeed;
    width: 100%
}

.cp-td {
    min-height: 41px;
    -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);
    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 160px;
    flex: 0 0 160px;
    max-width: 160px;
    width: 160px;
    padding-left: 15px;
    position: relative;
    color: #717583;
    border-right: 1px solid #efeeed
}

.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: 10px 0 10px 15px;
    border-bottom: 1px solid #efeeed;
    border-left: 1px solid #efeeed
}

.cpm-td.first {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 165px;
    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 120px;
    flex: 0 0 120px;
    max-width: 120px;
    width: 120px
}

.cpm-td.fourth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px
}

.cpm-td.fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 90px;
    max-width: 90px;
    width: 90px
}

.cpm-td.last {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cpm-text {
    font-size: 11px;
    color: #828282
}

.cpm-text-2 {
    font-size: 13px
}

.cpm-td {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cp-span {
    padding-left: 15px
}

.cpm-td .live {
    color: #f47f29
}

.cpm-td .lose {
    color: #e2363a
}

.cpm-td .win {
    color: #37b420
}

.account-grid-panel .panel {
    display: none
}

.no-margin {
    margin: 0!important
}

.panel-btn {
    width: 26px;
    height: 28px;
    background-color: #cbd1d5;
    border-radius: 3px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    margin-left: 5px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.panel-btn.active {
    background-color: #e2363a;
    color: #fff
}

.acc-tr.active .panel-btn {
    background-color: #fff;
    color: #ff3d02;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.acc-tr.active {
    background-color: #ff3d02;
    position: relative;
    border-radius: 5px;
    color: #fff
}

.coupon-status-btn {
    width: 100px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    border-radius: 3px;
    color: #fff
}

.coupon-status-btn i {
    margin-left: 9px;
    vertical-align: inherit;
    font-size: 11px;
    margin-right: 6px
}

.coupon-status-btn.waiting {
    background-color: #2a324a
}

.coupon-status-btn.win {
    background-color: #304a2a
}

.coupon-status-btn.lose {
    background-color: #cd0e0e
}

.coupon-status-btn.waiting i {
    color: #eab212
}

.coupon-status-btn.win i {
    color: #92ec0a
}

.filter-list {
    height: 46px
}

.filter-list > li {
    position: relative;
    height: 46px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 94px;
    max-width: 94px;
    width: 94px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 3px
}

.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 165px;
    max-width: 165px;
    width: 165px
}

.select-text:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    color: #2a324a;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 13px
}

.select-filter {
    position: relative;
    font-size: 13px;
    width: 100%;
    height: 34px;
    background-color: #d5dbde;
    border-radius: 17px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.select-text {
    position: relative;
    padding-left: 13px;
    width: 100%;
    padding-right: 20px
}

.select-drop {
    position: absolute;
    top: 35px;
    opacity: 0;
    pointer-evenst: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 100%;
    background-color: #d5dbde;
    border-radius: 5px;
    padding: 5px 10px;
    z-index: 10
}

.select-drop li {
    line-height: normal;
    padding: 5px 0;
    border-bottom: 1px solid #b6bec2
}

.select-drop li:last-child {
    border-bottom: none
}

.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: .3s;
    -o-transition: .3s;
    transition: .3s
}

.select-filter-btn i {
    font-size: 12px;
    margin-right: 3px;
    vertical-align: inherit
}

.select-filter-btn:hover {
    background-color: #ca2e31
}

.select-filter-search {
    height: 34px;
    border-radius: 17px;
    background-color: #d5dbde
}

.sfs-input {
    float: left;
    width: calc(100% - 34px);
    height: 34px;
    color: #2a324a;
    font-size: 13px;
    padding-left: 10px
}

.sfs-btn {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.sfs-btn i {
    color: #a3a3a3
}

.sanal-games-wrapper {
    max-width: 1340px
}

.sanal-game-top {
    width: 100%;
    height: 76px;
    background-color: #054492;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 0 20px
}

.item-link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #fff;
    font-size: 17px;
    font-weight: 700
}

.item-link a {
    display: block;
    height: 50px;
    width: 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
}

.item-link i {
    margin-right: 8px
}

.item-link.selected a {
    border: 1px solid #fff;
    border-radius: 25px
}

.total-money {
    position: relative;
    width: 410px;
    height: 100px;
    font-weight: 800;
    font-size: 16px;
    color: #e7e7e7;
    border-radius: 50px;
    background-color: #ff3e02;
    padding: 0 25px
}

.tm-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px
}

.tm-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 60px);
    flex: 0 0 calc(100% - 60px)
}

.tm-info .txt-2 {
    color: #fff;
    font-size: 40px
}

.lobby {
    position: absolute;
    width: 100px;
    height: 100px;
    border: 4px solid #ff3e02;
    right: -120px;
    top: 0;
    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: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.lobby:hover {
    background-color: #ff3e02
}

.poker-label-btn {
    position: relative;
    height: 140px;
    background: #fff;
    background: -o-linear-gradient(top,#fff 0%,#cbcbcb 100%);
    background: -webkit-gradient(linear,left top, left bottom,from(#fff),to(#cbcbcb));
    background: linear-gradient(to bottom,#fff 0%,#cbcbcb 100%);
    border-radius: 6px;
    margin-bottom: 20px
}

.game-table-info {
    padding-left: 15%;
    padding-top: 35px;
    position: relative;
    z-index: 5
}

.game-table-info strong {
    font-size: 25px;
    font-weight: 800;
    display: block
}

.game-table-info span {
    font-size: 30px;
    font-weight: 400;
    display: block
}

.game-table-status-frame {
    position: absolute;
    right: 0;
    top: 0;
    width: 130px
}

.game-table-count {
    position: relative;
    width: 130px;
    height: 30px;
    background-color: #ff3e02;
    color: #fff;
    line-height: 30px;
    font-size: 11px;
    font-weight: 700;
    border-top-right-radius: 6px
}

.game-table-count:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 30px solid #ff3e02;
    border-left: 30px solid transparent
}

.game-table-status {
    margin-top: 25px;
    margin-right: 18px;
    height: 38px;
    line-height: 34px;
    border: 2px solid #2a324a;
    border-radius: 19px;
    padding-left: 35px;
    padding-right: 20px;
    position: relative;
    font-size: 16px;
    font-weight: 700
}

.game-table-status:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    left: 12px;
    top: 9px
}

.game-table-status.online:before {
    background-color: #2dcd12
}

.game-table-status.offline:before {
    background-color: #cd1213
}

.poker-label-btn.rakeback {
    background: url(../img/rakeback.png) left bottom no-repeat;
    padding-left: 200px;
    padding-top: 40px
}

.rakeback-txt strong {
    display: block;
    font-size: 25px;
    font-weight: 800
}

.rakeback .base-btn.small.font-size-17 {
    width: 110px;
    margin-top: 10px
}

.poker-label-btn:Before {
    content: "\f115";
    font-family: Flaticon;
    position: absolute;
    z-index: 2;
    color: #d8d9de;
    font-size: 34px;
    top: 20px;
    left: 4%
}

.poker-label-btn:not(.rakeback):hover {
    background: #ff3e02
}

.poker-label-btn:not(.rakeback):hover .game-table-info {
    color: #fff
}

.poker-label-btn:not(.rakeback):hover .game-table-count {
    background-color: #e2e2e2;
    color: #2a324a
}

.poker-label-btn:not(.rakeback):hover .game-table-count:before {
    border-top-color: #e2e2e2
}

.poker-label-btn:not(.rakeback):hover:before {
    color: #d93c0f;
    font-size: 80px
}

.poker-label-btn:not(.rakeback):hover .game-table-status {
    color: #fff;
    background-color: #2a324a
}

.promotion-box {
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #fff;
    border-radius: 6px
}

.promotion-box .img-box {
    position: relative;
    z-index: 2;
    padding: 4px;
    border-radius: 4px;
    overflow: hidden
}

.promotion-box .img-box img {
    width: 100%
}

.promotion-box figcaption {
    width: 100%;
    height: 70px;
    padding-left: 15px;
    padding-right: 10px;
    font-size: 18px
}

.prm-name {
    font-size: 18px;
    font-weight: 400;
    padding-right: 10px;
    font-weight: 600
}

.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
}

.subpage-top-menu-frame {
    width: 100%;
    background-color: #353333;
    padding-right: 20px;
    height: 70px;
    padding-left: 20px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    position: relative;
    z-index: 20
}

.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: .3s;
    -o-transition: .3s;
    transition: .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
}

.sort-filter {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: center;
    align-content: center
}

.sort-btn {
    display: block;
    height: 36px;
    line-height: 36px;
    background-color: #2a324a;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-left: 5px;
    font-weight: 700
}

.sort-btn:hover,.sort-btn.active {
    color: #fff;
    background-color: #ff3e02
}

.sort-btn i {
    font-size: 13px;
    float: right;
    margin-top: 11px;
    margin-left: 10px;
    margin-top: 10px
}

/*.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;
    background-color: #f1f1f1;
    padding: 0 25px 0 15px;
    font-size: 14px;
    font-weight: 600;
    position: relative
}

.filter-drop-display:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    position: absolute;
    right: 5px;
    top: 0
}

.top-filter-drop {
    opacity: 0;
    popinter-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
    top: 39px;
    left: 0;
    padding: 10px 15px;
    width: 100%;
    background-color: #2a324a;
    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 #384059;
    color: #fff;
    font-size: 14px
}

.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: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 2px;
    color: #757575;
    font-size: 13px
}

.top-filter-textbox {
    float: left;
    width: 180px;
    height: 38px;
    background-color: transparent;
    border: none;
    padding-left: 20px;
    color: #757575;
    font-size: 13px
}

.filter-find-btn {
    float: left;
    width: 50px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 20px
}

.popular-left-menu-frame .left-menu-header i {
    color: #fff
}

.populer-left-menu {
    background-color: #fff;
    padding: 10px 0;
    border: 1px solid #dcdcdc;
    border-top: none;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

.populer-left-menu li {
    position: relative;
    height: 60px;
    padding: 0 20px;
    margin-bottom: 15px
}

.populer-left-menu li:last-child {
    margin-bottom: 0
}

.populer-left-menu li .thumb {
    float: left;
    width: 80px;
    height: 60px;
    position: relative;
    margin-right: 20px
}

.populer-left-menu img {
    border-radius: 4px
}

.populer-left-menu li .thumb sup {
    position: absolute;
    z-index: 5;
    left: -6px;
    top: -6px;
    background-color: #e26f36;
    width: 22px;
    height: 22px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    -webkit-border-radius: 6px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 6px;
    -moz-border-radius-bottomright: 0;
    border-radius: 6px;
    border-bottom-right-radius: 0
}

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

.plm-company {
    font-size: 13px;
    color: #ff3e02;
    font-weight: 700
}

.plm-game {
    font-size: 15px;
    font-weight: 600;
    margin-top: 3px
}

.banner-display {
    max-width: 740px
}

.slot-game-item {
    position: relative;
    color: #e6e6e6;
    margin-bottom: 15px
}

.slot-game-img {
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.sloat-game-item-bottom {
    text-align: center;
    position: relative;
    z-index: 10;
    top: -19px
}

.sloat-game-name {
    margin-bottom: 5px;
    font-size: 15px;
    background-color: #ff3e02;
    color: #fff;
    height: 38px;
    border-radius: 19px;
    display: inline-block;
    line-height: 38px;
    padding: 0 15px;
    max-width: 90%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700
}

.slot-game-item strong {
    display: block;
    color: #696969;
    font-size: 13px
}

.slot-game-item strong i {
    font-size: 15px
}

.category-page-wrapper {
    margin-top: 20px
}

.category-page-left-frame {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 265px;
    flex: 0 0 265px;
    width: 265px;
    max-width: 265px
}

.category-page-right-frame {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 295px);
    flex: 0 0 calc(100% - 295px);
    max-width: calc(100% - 295px);
    width: calc(100% - 295px)
}

.base-search {
    border: 1px solid #dcdcdc;
    height: 40px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 15px
}

button.base-search-btn {
    float: right;
    width: 40px;
    height: 38px;
    color: #ff3e02
}

input.base-search-input {
    float: left;
    width: calc(100% - 40px);
    height: 38px;
    padding-left: 15px;
    color: #2a324a;
    font-size: 14px;
    font-weight: 600
}

.category-side-menu li {
    margin-bottom: 15px
}

.category-side-menu li a {
    display: block;
    height: 48px
}

span.cm-icon {
    float: left;
    height: 48px;
    background-color: #2a324a;
    width: 48px;
    border-radius: 4px;
    line-height: 48px;
    text-align: center;
    color: #ff3d02;
    font-size: 23px;
    position: relative;
    z-index: 1;
    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
}

.cat-name {
    float: left;
    width: calc(100% - 48px);
    background: #fff;
    height: 48px;
    -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;
    border: 1px solid #dcdcdc;
    border-left: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 10px;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    z-index: 5
}

.cat-name .count {
    float: right;
    margin-left: auto;
    font-weight: 400;
    font-size: 13px
}

.cat-name:before {
    content: "";
    width: 16px;
    height: 0;
    border-top: 47px solid #e1e1e1;
    border-right: 10px solid transparent;
    position: absolute;
    left: -4px;
    -webkit-transform: skew(-5deg);
    -ms-transform: skew(-5deg);
    transform: skew(-5deg);
    top: 0
}

.category-side-menu li.selected .cat-name {
    background: #ff3e02;
    color: #fff
}

.category-side-menu li.selected .cat-name:before {
    border-top-color: #d73300
}

.subcontent-frame {
    width: 100%;
    padding-top: 10px
}

.top-filter-dropdown {
    position: relative
}

.category-top-menu {
    height: 76px;
    /* border:1px solid #d9d9d9; */
    border-radius: 4px;
}

.category-top-menu .link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.category-top-menu .link a {
    height: 70px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding-left: 10px
}

.category-top-menu .link:hover {
    color: #ff3e02
}

.category-top-menu img {
    margin-right: 10px
}

.category-top-menu .link.selected a {
    background: #445178;
    background: -o-linear-gradient(left,#445178 0%,#2a324a 100%);
    background: -webkit-gradient(linear,left top, right top,from(#445178),to(#2a324a));
    background: linear-gradient(to right,#445178 0%,#2a324a 100%);
    color: #fff
}

.casino-item {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px
}

.casino-item .img {
    position: relative;
    z-index: 1
}

.room-logo {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5
}

.room-flag {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 5;
    width: 15px
}

.casino-game-name {
    position: absolute;
    bottom: 53px;
    z-index: 6;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    padding: 0 10px;
    left: 0
}

.item-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    padding: 0 10px;
    padding-bottom: 10px;
    padding-top: 56px
}

.room-play {
    text-align: center;
    border: 1px solid #888b94;
    border-radius: 3px;
    height: 38px;
    color: #fff;
    width: 60px;
    line-height: 36px
}

.room-icon {
    height: 38px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    background-color: #ff3e02;
    color: #fff;
    width: 64px;
    margin-right: 5px
}

.room-icon i {
    font-size: 15px
}

.room-icon.white {
    background-color: #fff;
    color: #ff3e02
}

.item-bottom:before {
    content: "";
    background: -o-linear-gradient(bottom,rgba(18,25,41,1),rgba(0,0,0,0));
    background: -o-linear-gradient(bottom,rgba(42,50,74,1),rgba(42,50,74,0));
    background: -webkit-gradient(linear,left bottom, left top,from(rgba(42,50,74,1)),to(rgba(42,50,74,0)));
    background: linear-gradient(to top,rgba(42,50,74,1),rgba(42,50,74,0));
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 2
}

.item-bottom > div {
    position: relative;
    z-index: 10
}

.casino-item:hover .item-bottom:before {
    background: -o-linear-gradient(bottom,red,rgba(42,50,74,0));
    background: -webkit-gradient(linear,left bottom, left top,from(red),to(rgba(42,50,74,0)));
    background: linear-gradient(to top,red,rgba(42,50,74,0))
}

.sport-page-frame {
    padding-top: 20px
}

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

.center-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 580px);
    flex: 0 0 calc(100% - 580px);
    max-width: calc(100% - 580px);
    width: calc(100% - 580px)
}

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

.widget {
    position: relative
}

.head-row {
    width: 100%;
    height: 40px;
    background-color: #2a324a;
    color: #fff;
    padding-left: 12px;
    -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
}

.head-row.active .acc-icon {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.panel .category-side-menu.type2 {
    margin-top: 6px
}

.category-side-menu.type2 li {
    margin-bottom: 6px
}

.category-side-menu.type2 li a:hover {
    color: #ff3e02
}

.widget-title {
    font-size: 14px;
    font-weight: 600
}

.widget-title i {
    margin-right: 14px
}

.w-tool .acc-icon {
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    line-height: 40px;
    background-color: #323d5e;
    border-top-right-radius: 5px
}

span.cm-icon.orange {
    background: #ff3e02;
    background: -o-linear-gradient(top,#ff3e02 0%,#c62f00 100%);
    background: -webkit-gradient(linear,left top, left bottom,from(#ff3e02),to(#c62f00));
    background: linear-gradient(to bottom,#ff3e02 0%,#c62f00 100%)
}

span.cm-icon.navy {
    background: #323d5e;
    background: -o-linear-gradient(top,#323d5e 0%,#2a324a 100%);
    background: -webkit-gradient(linear,left top, left bottom,from(#323d5e),to(#2a324a));
    background: linear-gradient(to bottom,#323d5e 0%,#2a324a 100%)
}

span.cm-icon.gray {
    background: #fff;
    background: -o-linear-gradient(top,#fff 0%,#dbdbdb 100%);
    background: -webkit-gradient(linear,left top, left bottom,from(#fff),to(#dbdbdb));
    background: linear-gradient(to bottom,#fff 0%,#dbdbdb 100%)
}

.menu-item {
    width: 100%;
    height: 36px;
    padding: 0 6px 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-top: none;
    font-size: 14px;
    position: relative;
    cursor: pointer
}

.menu-item:hover {
    font-weight: 600;
    color: #ff3e02
}

.menu-item .count {
    margin-left: auto;
    height: 14px;
    color: #fff;
    background-color: #ff3e02;
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
    padding: 0 5px;
    border-radius: 7px
}

.menu-item > img {
    margin-right: 20px;
    max-height: 20px;
    max-width: 20px
}

.menu-item.active {
    background-color: #ff3e02;
    color: #fff;
    font-weight: 600
}

.menu-item.active .count {
    background-color: #2a324a
}

.menu-item.active .acc-icon {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.menu-panel {
    display: none
}

ul.submenu {
    width: 100%;
    background-color: #f5f5f4
}

ul.submenu li {
    border-bottom: 1px solid #eaeaea
}

ul.submenu li a {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 6px
}

ul.submenu li a:hover {
    font-weight: 600
}

ul.submenu li .count {
    margin-left: auto;
    height: 14px;
    color: #fff;
    background-color: #ff3e02;
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
    padding: 0 5px;
    border-radius: 7px
}

ul.submenu li a img {
    margin-right: 12px;
    width: 16px
}

.menu-item .acc-icon,.sub-menu-row .acc-icon {
    width: 24px;
    height: 35px;
    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
}

.sub-menu-row .acc-icon {
    color: #ff3e02
}

.sub-menu-row.active .acc-icon {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.sub-menu-row {
    width: 100%;
    height: 36px;
    background-color: #efeeed;
    border: 1px solid #dcdcdc;
    border-top: none;
    padding: 0 6px 0 12px;
    font-size: 14px;
    font-weight: 600
}

.sub-menu-row img {
    width: 16px;
    height: auto;
    margin-right: 20px
}

.sublist-row {
    position: relative;
    background-color: #fff;
    padding: 10px 6px 7px 12px;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    border-top: none
}

.sublist-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    max-width: 36px;
    width: 36px
}

.sublist-teams {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 60px);
    flex: 0 0 calc(100% - 60px);
    width: calc(100% - 60px);
    max-width: calc(100% - 60px);
    line-height: 26px;
    position: relative
}

.sl-cell {
    width: 36px;
    height: 20px;
    background: #2a324a;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    line-height: 20px;
    margin: 3px 0
}

.sublist-row:hover {
    background-color: #2a324a;
    color: #fff
}

.sublist-row:hover .sl-cell {
    background-color: #ff3e02
}

.add-fav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    max-width: 20px;
    width: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #c8c8c8;
    font-size: 12px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.imgsearch {
    padding-left: 46%;
    margin-top: 100px
}

.add-fav.selected,.add-fav:hover {
    color: #ff3d02
}

.pano-slider-wrapper {
    height: 175px
}

.pano-slider .slick-arrow {
    width: 26px;
    height: 26px;
    color: #2a324a;
    font-size: 15px;
    position: absolute;
    top: calc(50% - 13px);
    z-index: 20;
    background-color: #fff;
    border-radius: 50%
}

.pano-slider .slick-prev {
    left: -13px
}

.pano-slider .slick-next {
    right: -13px
}

.pano-slide {
    margin: 0 5px
}

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

.pano-box {
    width: 100%;
    height: 175px;
    background-color: #2a324a;
    position: relative;
    color: #fff;
    font-weight: 600;
    overflow: hidden;
    border-radius: 6px
}

.pano-top {
    height: 30px;
    background-color: #363e57;
    padding: 0 10px;
    font-size: 12px
}

.pano-teams {
    width: 100%;
    height: 68px;
    padding: 10px
}

.p-team {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 14px
}

.p-team.home {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 10px
}

.p-bet-holder {
    padding: 0 10%
}

.pt-txt {
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px
}

.p-team.away {
    padding-left: 10px
}

.pt-logo {
    width: 32px
}

.p-team.home .pt-name {
    padding-right: 10px;
    text-align: right
}

.p-team.away .pt-name {
    padding-left: 10px
}

.pano-top i {
    margin-right: 5px
}

.bet-btn {
    padding: 0 10px;
    height: 36px;
    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: 13px;
    font-weight: 500;
    color: #6c7284;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative
}

.bet-grid-panel .bet-btn:hover,.bet-btn:hover {
    background-color: #e5e5e5
}

.bet-btn.single {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0
}

.bet-btn.active {
    background-color: #fff!important;
    color: #374059!important
}

.bet-btn.active:hover,.bet-btn.weak:hover {
    background-color: none
}

.bet-btn.active .result-est,.bet-btn.active .bet-rate {
    color: #fff
}

.bet-btn.locked {
    background-color: #9d9d9d!important;
    pointer-events: none
}

.bet-btn.locked .bet-rate {
    color: #9d9d9d
}

.bet-btn.locked .bet-rate:before {
    content: "\f30d";
    color: #000;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    width: 18px;
    height: 18px;
    left: calc(50% - 9px);
    top: calc(50% - 9px);
    font-size: 18px
}

.bet-btn.solid {
    background-color: #374059;
    height: 30px;
    color: #fff
}

.bet-btn.solid:hover {
    background-color: #ff3d02;
    color: #fff
}

.bet-btn.solid.active .bet-rate {
    color: #374059
}

.all-screen-category-slider-wrapper {
    height: 76px;
    position: relative
}

.all-screen-category-slider {
    height: 76px
}

.all-screen-category-slider > .slick-item {
    display: none
}

.all-screen-category-slider .slick-arrow {
    width: 26px;
    height: 26px;
    color: #ff3e02;
    font-size: 15px;
    position: absolute;
    top: calc(50% - 13px);
    z-index: 20;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #dcdcdc
}

.all-screen-category-slider .slick-prev {
    left: -13px
}

.all-screen-category-slider .slick-next {
    right: -13px
}

.category-slide-link {
    height: 66px;
    text-align: center;
    border: 1px solid #ff2303;
    border-radius: 4px;
    position: relative;
    background: #e03450;
    background: -o-linear-gradient(45deg,#e03450 0%,#ff5a27 100%);
    background: linear-gradient(45deg,#e03450 0%,#ff5a27 100%);
    -webkit-box-shadow: 0 3px 7px 0 #B1B0B0;
    box-shadow: 0 3px 7px 0 #B1B0B0
}

.category-slide-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    -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;
    position: relative
}

.category-slide-link .category-name {
    padding: 2px 0;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    color: #fff
}

.category-slide-link img {
    display: inline-block;
    margin-right: 5px
}

.category-slide-link .count {
    position: absolute;
    right: 2px;
    top: 2px;
    background-color: #2a324a;
    color: #fff;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    padding: 0 3px;
    border-radius: 2px
}

.pano-box:Hover {
    background: #e03450;
    background: -o-linear-gradient(45deg,#e03450 0%,#ff5a27 100%);
    background: linear-gradient(45deg,#e03450 0%,#ff5a27 100%)
}

.category-slide-link a:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 24px solid rgba(255,255,255,0.12);
    border-right: 100px solid transparent;
    position: absolute;
    left: 0;
    top: 0
}

.category-slide-link:hover {
    background: #fff
}

.category-slide-link:hover .category-name {
    color: #2a324a
}

.all-screen-category-slider .slick-slide {
    margin: 0 5px;
    padding-bottom: 10px
}

.top-bet-header {
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #dcdcdc;
    background-color: #fff;
    border-radius: 5px
}

.base-menu {
    font-size: 11px
}

.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;
    font-weight: 600;
    padding: 0 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.base-menu li.active a,.base-menu li a:hover {
    color: #ff3e02
}

.base-menu.bordered li {
    border-left: 1px solid #dcdcdc
}

.base-menu li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.base-menu i {
    margin-right: 5px
}

.base-menu li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    padding: 0 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 12px;
    height: 100%
}

.base-menu.bordered li:first-child {
    border-left: none
}

.base-menu.navy li.active a {
    background-color: #2a324a;
    color: #fff
}

.base-menu.type2 li.active a {
    background-color: #ff3e02;
    color: #fff
}

.base-menu.type2 li a {
    color: #fff
}

.base-menu.type-button li {
    margin-right: 15px
}

.base-menu.type-button li a {
    height: 44px;
    background-color: #2b334a;
    border-radius: 10px;
    font-size: 18px;
    padding: 0 20px;
    border: 2px solid #637199;
    color: #e2eaff;
}

.base-menu.type-button li.active a {
    background-color: #ff3e02;
    border-color: #ff3e02;
    color: #fff
}

.base-menu.type-button li a:hover {
    border-color: #ff3e02
}

.section-header {
    width: 100%;
    height: 41px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-bottom: none;
    -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-left: 14px
}

.section-panel {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 12px
}

.h-icon {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px
}

.section-header .title {
    line-height: 15px
}

.section-header .title img {
    width: 16px;
    margin-right: 10px;
    float: left
}

.section-header .acc-icon {
    width: 40px;
    height: 40px;
    background-color: #f6f6f6;
    line-height: 40px;
    text-align: center;
    font-size: 16px
}

.option-menu {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-left: 1px solid #dcdcdc
}

.option-menu i {
    margin-left: 5px;
    color: #ff3e02
}

.section-thead {
    width: 100%;
    height: 60px;
    background-color: #2a324a;
    color: #fff
}

.section-th.first,.section-td.first {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.section-th {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    border-left: 1px solid #575d6f;
    height: 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
}

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

.section-th.second {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding-right: 5px;
    padding-left: 5px;
    min-width: 170px
}

.section-th.last i {
    font-size: 10px;
    font-weight: 400
}

.section-th.last {
    border-left: 1px solid #575d6f;
    height: 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;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 110px;
    width: 110px
}

.section-tr {
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #dcdcdc;
    background-color: #fff
}

.section-td {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #6c7284;
    font-size: 13px;
    font-weight: 600;
    overflow: hidden;
    border-left: 1px solid #dcdcdc;
    height: 55px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-td.first {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-td .teams-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 3px;
    margin-top: 3px;
    color: #555c71
}

.bet-teams {
    -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)
}

.mbs-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    width: 30px;
    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
}

.mbs {
    height: 16px;
    padding: 0 3px;
    border-radius: 3px;
    background-color: #ff3e02;
    color: #fff;
    min-width: 16px;
    text-align: center;
    line-height: 17px;
    font-size: 12px;
    font-weight: 700
}

.section-panel .bet-btn {
    padding: 0;
    height: 54px;
    border-radius: 0;
    width: 48px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600
}

.bet-more {
    background-color: #ff3e02;
    color: #fff;
    height: 36px;
    border-radius: 18px;
    padding: 0 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600
}

.bet-more i {
    display: inline-block
}

.section-td.last {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    width: 110px;
    max-width: 110px;
    padding-left: 5px
}

.bet-chart {
    font-size: 16px;
    color: #8b8f9c;
    width: 30px;
    text-align: center
}

.bet-l {
    width: 16px;
    height: 16px;
    display: block;
    color: #fff;
    background-color: #108306;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    border-radius: 3px
}

.section-td.second {
    padding-left: 5px;
    min-width: 170px
}

.section-td .match-date,.section-td .match-time {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    text-align: center
}

.section-td .match-date {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.section-td .teams-name img {
    width: 16px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 3px
}

.live-minute {
    color: #22b522
}

.live-score {
    color: #ff3e02;
    font-weight: 600;
    letter-spacing: -.5px
}

.section-more {
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background-color: #ff3e02;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.section-more:hover {
    background-color: #ff5e2d
}

.bet-grid-panel {
    font-weight: 600;
    margin-bottom: 20px
}

.bet-grid-header {
    width: 100%;
    height: 50px;
    background-color: #2a324a;
    -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: 14px
}

.bet-grid-title {
    padding-left: 18px;
    position: relative
}

.bet-grid-header .acc-icon {
    font-size: 14px;
    width: 50px;
    height: 50px;
    background-color: #323d5e;
    color: #fff;
    border-top-right-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
}

.bet-grid-content {
    padding: 0;
    border-right: 1px solid #dcdcdc
}

.bet-grid-panel .bet-btn {
    position: relative;
    background-color: #fff;
    border-radius: 0;
    height: 46px;
    font-size: 15px;
    padding: 0 20px;
    font-weight: 600;
    color: #2a324a;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc
}

.bet-grid-panel .bet-btn.active {
    background-color: #ff3e02!important
}

.bet-grid-panel .bet-btn .point {
    color: #12bc8c;
    margin-left: 30px
}

.bet-grid-panel .bet-btn.up {
    background-color: #ccf6ba
}

.bet-grid-panel .bet-btn.up .bet-rate {
    color: #00b16a
}

.bet-grid-panel .bet-btn.down {
    background-color: #ffc4c4
}

.bet-grid-panel .bet-btn.down .bet-rate {
    color: #f03251
}

.bet-grid-panel .bet-btn.up:after {
    content: "\f0d8";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    width: 15px;
    height: 15px;
    color: #00bd00
}

.bet-grid-panel .bet-btn.down:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    width: 15px;
    height: 15px;
    color: #db0000
}

.bet-grid-panel .bet-rate {
    font-size: 17px
}

.bet-grid-header.active .acc-icon i {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.bet-grid-header .acc-icon i {
    display: inline-block
}

.bet-grid-panel .bet-btn.locked .bet-rate:before {
    left: inherit;
    right: 25px
}

.all-collapse {
    background-color: #f7f6f6;
    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;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 600;
    -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;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.bet-type-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f7f6f6;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    width: 100px
}

.bet-grid-row {
    width: 100%
}

.bet-grid-group {
    -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)
}

.all-collapse i {
    margin-left: 10px
}

.all-collapse:hover {
    color: #ff3e02
}

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

.couponbox-header {
    height: 50px;
    width: 100%;
    border: 1px solid #dcdcdc;
    border-bottom: none;
    background-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
}

.couponbox-header a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
    position: relative
}

.couponbox-header a.active {
    color: #ff3e02
}

.coupon-box-top-frame {
    width: 100%;
    height: 50px;
    background-color: #2a324a;
    color: #fff
}

.coupon-box-top-frame a {
    height: 50px;
    line-height: 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    font-size: 13px;
    font-weight: 600
}

.coupon-tab a {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    display: block;
    height: 36px;
    border-right: 1px solid #40485e;
    line-height: 36px;
    color: #fff
}

.coupon-tab a:last-child {
    border-right: none
}

.coupon-tab a.active,.coupon-box-top-frame a.active {
    color: #fff;
    background-color: #ff3e02
}

.coupon-actions a {
    margin-left: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #c2c8d7;
    font-size: 14px
}

.coupon-actions a:hover {
    color: #fff
}

.selected-bets-panel {
    counter-reset: bet-counter
}

.selected-bets-panel.closed {
    display: none
}

.selected-bet {
    width: 100%;
    position: relative;
    font-size: 13px;
    border: 1px solid #dcdcdc;
    min-height: 115px;
    background-color: #fff;
    padding: 10px;
    border-top: none
}

.bet-team-name {
    line-height: 17px;
    overflow: hidden
}

.selected-bet-summary {
    width: calc(100% - 60px);
    position: relative
}

.bet-sub-txt {
    font-size: 11px;
    color: #c2c8d7;
    margin-top: 5px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.bet-sub-txt.type2 {
    color: #dbaa35;
    font-size: 16px
}

.selected-bet-rate {
    width: 60px;
    height: 32px;
    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;
    text-align: center;
    background-color: #12bc8c;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    right: -80px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-top: 2px
}

.selected-bet-acc {
    width: 37px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ff3d02;
    border-radius: 3px;
    position: absolute;
    bottom: 26px;
    right: -63px;
    color: #fff
}

.remove-selected-bet {
    width: 20px;
    height: 20px;
    top: 12px;
    right: 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;
    color: #2a324a;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    z-index: 10;
    font-size: 14px
}

.remove-selected-bet:hover {
    color: #f03251
}

.bet-total-summary {
    padding: 20px 10px 12px;
    background-color: #f7f6f6;
    border: 1px solid #dcdcdc;
    -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;
    font-weight: 600;
    border-top: none
}

.bet-total-summary .bet-total .cell {
    float: left;
    width: 50%;
    font-weight: 500
}

.bet-total-summary .bet-total .cell:last-child {
    padding-left: 4px;
    padding-right: 30px
}

.bet-total-summary .bet-total .cell .txt {
    color: #c2c8d7;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center
}

.bet-total-summary .bet-total .cell .subtxt {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    height: 40px;
    width: 144px;
    background-color: #242c3c;
    border-radius: 5px;
    border: 1px solid #303647;
    line-height: 38px;
    text-align: center
}

.coupon-box-row {
    height: 50px;
    border-bottom: 1px solid #dadada
}

.coupon-box-row-ali {
    height: 30px
}

input.cupon-input {
    float: right;
    width: 60px;
    background-color: #fff;
    height: 34px;
    border-radius: 3px;
    border: 1px solid #dadada;
    text-align: right;
    padding: 0 5px
}

.coupon-box-row .left-td {
    font-size: 13px
}

.coupon-box-row .right-td {
    color: #ff3e02;
    font-size: 13px
}

.coupon-box-row .bet-full-rate {
    color: #e25e36;
    height: 38px;
    background-color: #2c2a2a;
    padding-right: 16px;
    font-size: 16px;
    font-weight: 700;
    width: 110px;
    line-height: 38px;
    text-align: right
}

.coupon-offers .tr {
    position: relative;
    font-size: 13px;
    line-height: 30px;
    margin-bottom: 10px
}

.coupon-offers .tr .self-start {
    width: 16px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    position: relative
}

.coupon-note {
    position: relative;
    padding: 18px 18px 18px 50px;
    color: #acacac;
    font-size: 12px;
    font-weight: 500
}

.coupon-note i {
    position: absolute;
    left: 18px;
    top: 22px;
    font-size: 19px
}

.coupon-final-actions {
    padding: 4px 18px
}

.coupon-final-actions .first-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    width: 50px
}

.coupon-final-actions .remove-coupon {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #4c4a4a;
    border-radius: 4px;
    color: #a2a2a2;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.coupon-final-actions .remove-coupon:hover {
    background-color: #e2e2e2;
    color: #424242
}

.coupon-final-actions .second-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)
}

.couponbox-header a.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ff3e02
}

.couponbox-header a:first-child {
    border-right: 1px solid #dcdcdc
}

.coupon-tab {
    width: 100%;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    background-color: #2a324a
}

.bet-name {
    font-weight: bold;
}

.bet-rate-cell {
    color: #ff3d02;
    font-weight: bold;
}

.bet-date-cell {
    font-size: 12px;
}

.member-warning {
    width: 100%;
    height: 36px;
    color: #fff;
    background-color: #2a324a;
    border-radius: 3px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 36px
}

.member-warning i {
    float: left;
    margin: 11px 5px 0 11px
}

.couponbox-title {
    width: 100%;
    height: 40px;
    background-color: #2a324a;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 0 13px
}

.couponbox-title i {
    margin-right: 5px
}

input.bet-input {
    width: 70px;
    height: 26px;
    text-align: center;
    background-color: #efeeed;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px
}

.bet-sell-panel {
    width: 100%;
    border: 1px solid #dcdcdc
}

.bet-sell-row {
    width: 100%;
    position: relative;
    background-color: #efeeed;
    font-size: 13px;
    font-weight: 600
}

.bs-top {
    background-color: #fff;
    padding: 10px;
    height: 34px;
    padding-bottom: 0
}

.bs-middle {
    width: 100%;
    height: 56px;
    background-color: #fff;
    border-bottom: 1px solid #dcdcdc;
    padding: 10px;
    position: relative
}

.bss {
    font-size: 12px;
    font-weight: 700;
    color: #d57c26;
    padding-right: 5px
}

.bsr {
    font-size: 13px
}

.bs-teams {
    -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)
}

.bs-status {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    width: 100px;
    padding-top: 10px
}

.bs-type {
    color: #ff3e02;
    padding-right: 5px;
    font-size: 12px;
    font-weight: 700
}

.bs-time {
    line-height: 20px;
    font-size: 11px;
    color: #bababa
}

.bs-row {
    height: 20px;
    line-height: 20px
}

.bs-tool-row {
    padding: 10px;
    padding-top: 0
}

.bs-info {
    height: 40px;
    background-color: #2a324a;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 50px);
    flex: 0 0 calc(100% - 0px)
}

.bs-action {
    height: 40px;
    width: 42px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #2a324a;
    border-radius: 3px;
    font-size: 18px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.bs-action:hover {
    background-color: #4a5a88
}

.bs-teams > div {
    margin-bottom: 5px
}

.bet-sell-row:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 2px;
    height: calc(100% - 10px);
    background-color: #ff3e02;
    z-index: 10
}

.bs-rule {
    padding: 20px 30px
}

.bs-input {
    width: 140px;
    height: 40px;
    background-color: #fff!important;
    display: block;
    border-radius: 3px;
    border: 1px solid #dcdcdc!important;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #2a324a
}

.bs-input.readonly {
    background-color: transparent!important;
    color: #6f7174
}

.base-btn.transparent {
    background-color: transparent;
    border: 2px solid #ff3e02;
    color: #ff3e02
}

.control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.control-indicator {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #ff3e02;
    border-radius: 3px;
    background: #fff
}

.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-checkbox input:disabled ~ .control-indicator:after {
    border-color: #7b7b7b
}

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

.control input:checked ~ .control-indicator {
    background-color: #ff3e02
}

.control input:checked ~ .control-indicator:after {
    display: block
}

.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-radio {
    padding-left: 40px
}

.control-radio .control-indicator {
    border-radius: 100%;
    background-color: transparent;
    border: 2px solid #000;
    height: 30px;
    width: 30px
}

.control-radio .control-indicator:after {
    left: 3px;
    top: 3px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #fbb931
}

.control.large .control-indicator {
    width: 22px;
    height: 22px
}

.control-checkbox.large .control-indicator:after {
    width: 7px;
    left: 7px;
    top: 3px;
    border-width: 0 3px 3px 0
}

.control.control-checkbox.type-2 {
    width: 18px;
    height: 18px;
}

.control.control-checkbox.type-2 .control-indicator {
    width: 18px;
    height: 18px;
    border: none;
    background-color: #ff3e02;
}

.control.control-checkbox.type-2 .control-indicator:after {
    width: 6px;
    left: 6px;
    top: 2px;
    border-width: 0 2px 2px 0;
}

.radio-wrap {
    height: 52px;
    width: 100%;
    background-color: #efeeed;
    border-radius: 5px;
    border: 1px solid #c0c1c5;
    font-size: 13px;
    font-weight: 500;
    line-height: 52px
}

.radio-wrap i {
    font-size: 19px;
    margin-right: 10px;
    color: #ff3e02
}

.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 {
    left: 3px;
    top: 3px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: transparent
}

.radio-wrap.active {
    background-color: #2a324a;
    border-color: #2a324a;
    color: #fff
}

.radio-wrap.active i {
    color: #e2363a
}

.widget-search {
    position: relative
}

.ws-input {
    padding-left: 10px;
    min-width: 170px;
    font-size: 14px;
    color: #2a324a
}

.ws-btn {
    width: 40px;
    text-align: center;
    color: #ff3e02
}

.top-detail-espor-detay {
    width: 100%;
    height: 350px;
    background: url(../img/dummy/espor-detay.jpg) no-repeat center top
}

.top-detail-espor {
    width: 100%;
    height: 247px;
    background: url(../img/esporcanli.png) no-repeat center top
}

.top-detail-summary {
    width: 100%;
    height: 130px;
    background: url(../img/top-bet-bg2.jpg) no-repeat center top
}

.top-detail-espor {
    width: 100%;
    height: 130px;
    background: url(../img/top-bet-bg.jpg) no-repeat center top
}

.top-detail-similasyon {
    width: 100%;
    height: 366px;
    background: url(../img/dummy/live-soccer.jpg) no-repeat center top
}

.top-detail-summary .home-team-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    max-width: 130px;
    width: 130px
}

.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);
    font-weight: 500
}

.top-detail-league {
    color: #b6b6b6;
    text-align: center;
    font-size: 13px;
    margin-top: 16px
}

.top-detail-teams {
    color: #f1f1f1;
    font-size: 19px;
    margin-top: 5px
}

.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
}

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

.home-team-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 60px);
    flex: 0 0 calc(50% - 60px);
    max-width: calc(50% - 60px);
    width: calc(50% - 60px);
    padding-left: 15px;
    position: relative;
    z-index: 1
}

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

.team-label {
    padding: 0 20px;
    display: inline-block;
    height: 32px;
    line-height: 35px;
    background-color: #e2363a;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    font-size: 13px
}

.team-label.gray {
    background-color: #767373
}

.team-name-label {
    font-size: 21px;
    font-weight: 700;
    display: inline-block;
    padding: 0 15px;
    background: rgba(0,0,0,0.2);
    height: 45px;
    line-height: 45px;
    width: calc(100% - 65px)
}

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

.team-holder {
    width: 100%;
    color: #fff
}

.team-logo {
    width: 75px;
    height: 75px;
    background-color: #efeeed;
    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;
    position: relative;
    z-index: 5
}

.team-logo img {
    width: 32px
}

.espor-team-logo {
    width: 75px;
    height: 75px;
    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;
    position: relative;
    z-index: 5
}

.espor-team-logo img {
    width: 72px
}

.home-team-label .team-name-label {
    margin-left: -10px
}

.center-score {
    overflow: hidden
}

.c-score {
    position: relative;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    padding-left: 12px;
    margin-left: 9px
}

.c-score:first-child {
    padding-left: 0;
    padding-right: 5px
}

.c-half {
    width: 100%;
    height: 30px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700
}

.c-score-holder {
    border: 2px solid #dcdcdc;
    border-radius: 5px;
    padding: 0 10px;
    height: 58px
}

.c-half i {
    font-weight: 400;
    font-size: 16px
}

.bet-detail-header {
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    height: 50px
}

.fav-icon {
    margin-right: 10px;
    width: 30px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px
}

.back-link {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    font-size: 14px
}

.bet-league-name {
    border-left: 1px solid #dcdcdc;
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
    font-weight: 600
}

.bet-league-name * {
    display: inline-block;
    margin-right: 10px
}

.bet-flag {
    width: 16px
}

.menu-bar {
    width: 100%;
    background-color: #2a324a;
    height: 50px
}

.stats {
    padding: 0 20px;
    background-color: #232a3e;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-bottom: 3px solid #ff3e02
}

.stats i {
    margin-right: 10px
}

.select-game {
    width: 16px;
    height: 16px;
    margin-right: 12px
}

.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-radius: 5px
}

.top-carousel-slider .caro {
    position: relative
}

.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: #fff;
    color: #2a324a;
    z-index: 10
}

.top-carousel-slider .slick-prev {
    left: -10px
}

.top-carousel-slider .slick-next {
    right: -10px
}

.pop-icon {
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 10px;
    color: #2a324a;
    background-color: #fff;
    border-radius: 3px;
    font-size: 10px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px
}

.menu-accordion.selected.active + .panel,.menu-accordion.selected.active + .subpanel {
    display: block
}

.remove-accordion-bet {
    position: absolute;
    width: 30px;
    height: 30px;
    bottom: 0;
    right: 8px;
    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: #2a324a;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    z-index: 10;
    font-size: 16px
}

.remove-accordion-bet:hover {
    color: #ff3d02
}

.accordion {
    width: 100%
}

.accordion h3 {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 0 0 15px;
    background-color: #fff;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    border-bottom: 1px solid #dcdcdc;
    font-weight: 400
}

.accordion h3:after {
    content: "\f105";
    float: right;
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 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;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #202123;
    background-color: #fafbfc;
    font-family: "Font Awesome 5 Pro"
}

.accordion h3.active {
    background-color: #ff3d02;
    border-color: #e73600;
    color: #fff
}

.accordion h3.active span {
    color: #fff
}

.accordion h3.active:after {
    background-color: #e73600;
    color: #fff
}

.accordion h3 span {
    color: #bababa
}

.accordion h3 img {
    width: 20px;
    margin-right: 12px;
    vertical-align: middle
}

.accordion .accontent {
    width: 100%;
    display: none
}

.accordion .accontent .list {
    width: 100%
}

.accordion .accontent .list li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #2d2b2b;
    background-color: #2a324a
}

.accordion .accontent .list li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding-left: 15px
}

.head-row.accordion {
    cursor: pointer
}

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

.subpage-tabe-menu {
    width: 100%;
    height: 54px;
    background-color: #dfdfdf
}

.subpage-tabe-menu .stm-link {
    padding: 0 25px;
    line-height: 54px;
    font-size: 20px;
    font-weight: 700;
    border-right: 1px solid #afafaf;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.subpage-tabe-menu .stm-link.current {
    color: #ff3d02;
    border-bottom: 3px solid #ff3d02
}

.subpage-tabe-menu .stm-link:hover {
    color: #ff3d02
}

.withdraw-box {
    width: 100%;
    height: 151px;
    margin-bottom: 10px;
    background-color: #2a324a
}

.wd-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    max-width: 75px;
    width: 75px;
    background: url(../img/fp-bg.jpg) no-repeat right top;
    height: 151px;
    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
}

.wd-info {
    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;
    padding: 0 10px
}

.wd-info strong {
    display: block;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    text-align: center
}

.wd-info span {
    display: block;
    font-size: 13px;
    color: #9499a8;
    margin-top: 6px;
    text-align: center
}

.wd-btn {
    width: 106px;
    margin-top: 10px;
    display: block;
    background-color: #3a4257;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border: 1px solid #515b79;
    border-radius: 17px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 12px;
    color: #fff;
    font-weight: 700
}

.wd-btn:hover {
    background-color: #ff3d02;
    border-color: #ff3d02;
    color: #fff
}

.method-box {
    background-color: #242c3c;
    border: 1px solid #43495a;
    border-radius: 3px;
    height: 250px;
    margin-bottom: 20px
}

.method-logo {
    height: 60px;
    position: relative;
    background-color: #1e2333;
    padding-left: 10px
}

.method-row {
    width: 100%;
    padding-top: 15px
}

.mt-cell {
    margin-bottom: 15px;
    color: #c6c6c6;
    font-size: 11px;
    padding: 0 10px;
    font-weight: 600
}

.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: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 13px;
    color: #fff
}

.method-btn:hover {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #282626
}

.method-box .wd-btn {
    display: inline-block;
    width: 120px;
    margin-top: 10px!important
}

.color-yellow {
    color: #e6bb0f!important
}

.placeholder-absolute {
    right: 10px;
    top: 17px;
    position: absolute;
    font-size: 16px
}

.form-inner-control .self-start {
    padding-left: 30px
}

.form-inner-control {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 46px
}

.min-max {
    text-align: right
}

.iban-btn {
    position: absolute;
    right: 3px;
    z-index: 10;
    top: 14px
}

.float-row {
    position: relative
}

.iban-input {
    font-size: 13px
}

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

.pager-btn-cell {
    width: 140px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    max-width: 140px;
    position: relative
}

.pager-btn-cell a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #2a324a;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 4px
}

.pager-btn-cell i {
    font-size: 15px;
    line-height: normal;
    position: absolute;
    left: 9px;
    top: 12px
}

.pager-btn-cell.next i {
    left: inherit;
    right: 6px
}

.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: #2a324a;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 3px
}

.pager-buttons li.current a {
    background-color: #ff3d02
}

.pager-buttons li a:hover,.pager-btn-cell a:hover {
    background-color: #3b4769
}

.my-activity-history-slider-frame {
    height: 116px;
    margin-bottom: 35px
}

.my-activity-slider {
    margin: 0 -5px
}

.my-activity-slider .slick-slide {
    padding: 0 8px;
    height: 130px
}

.my-activity-slider > .slide-item {
    display: none
}

.mac-item {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    height: 120px;
    background-color: #e3e4e5;
    color: #2a324a;
    font-size: 13px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 130px
}

.mac-item .mac-text {
    line-height: 20px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 700
}

.mac-item i {
    font-size: 36px
}

.mac-item.active {
    background-color: #ff3d02
}

.mac-item.active i {
    color: #fff
}

.mac-item.active .mac-text {
    color: #fff
}

.mac-item:hover {
    background-color: #30394b;
    color: #fff
}

.my-activity-slider .slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    top: calc(50% - 20px);
    z-index: 20
}

.my-activity-slider .slick-prev {
    left: -25px
}

.my-activity-slider .slick-next {
    right: -25px
}

.my-activity-slider .slick-arrow:hover {
    background-color: #30394b;
    color: #fff
}

.date-filter {
    position: relative;
    background-color: #d5dbde;
    height: 34px;
    border-radius: 17px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.date-filter:after {
    content: "\f073";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    z-index: 1;
    right: 10px;
    color: #2a324a;
    font-size: 13px;
    top: 10px
}

.date-input {
    position: relative;
    z-index: 5;
    height: 34px;
    width: 100%;
    color: #2a324a;
    font-size: 13px;
    padding-left: 10px;
    margin: 0;
    padding-top: 0
}

.font-size-13 .acc-td {
    font-size: 13px
}

.hs-btn {
    width: 110px;
    height: 26px;
    font-weight: 700;
    background-color: #f3f3f3;
    text-align: center;
    line-height: 27px;
    font-size: 11px;
    border-radius: 3px;
    color: #fff
}

.hs-btn.waiting {
    background-color: #c1b317
}

.hs-btn.lose {
    background-color: #e01818
}

.hs-btn.win {
    background-color: #16ac0a
}

.hs-btn i {
    margin-left: 6px;
    vertical-align: inherit;
    font-size: 12px
}

.update-password-frame {
    width: 100%;
    height: 170px;
    background-color: #e2e2e2;
    padding: 30px 30px 0
}

.update-password-frame .form-row {
    margin-bottom: 0
}

.rf-btn {
    width: 120px;
    height: 46px;
    line-height: 46px;
    background-color: #ff3d02;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    margin-left: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight: 700
}

.rf-btn i {
    margin-left: 10px
}

.rf-btn:hover {
    background-color: #ebebeb;
    color: #ff3d02;
    border: 1px solid #ff3d02
}

.up-cell {
    position: relative;
    padding-top: 5px;
    color: #ff3d02;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

.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
}

.update-password-holder {
    -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)
}

.update-password-frame .textbox {
    padding-left: 15px
}

.update-password-frame .input-wrap {
    background-color: transparent;
    border: 1px solid #2a324a
}

.update-password-frame .input-wrap i {
    color: #2a324a
}

.stats-Frame {
    position: relative
}

.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
}

.stats-panel {
    margin-bottom: 20px
}

.stats-panel-header {
    height: 50px;
    background-color: #2a324a;
    color: #fff;
    font-size: 21px;
    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;
    border-radius: 4px;
    position: relative;
    z-index: 5
}

.stats-panel-content {
    background-color: #fff;
    padding: 30px;
    position: relative;
    z-index: 1;
    margin-top: -3px;
    border: 1px solid #dcdcdc;
    border-radius: 5px
}

.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: 19px;
    -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
}

.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: 21px;
    text-align: center;
    display: inline-block;
    margin-left: 2px
}

.lmr.win {
    background-color: #2c9718
}

.lmr.lose {
    background-color: #e2363a
}

.lmr.draw {
    background-color: #2a324a
}

.last-form-row {
    height: 24px;
    background-color: #efeeed;
    border-radius: 4px;
    margin-bottom: 6px;
    line-height: 24px
}

.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: 24px;
    max-width: calc(100% - 34px)!important;
    -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
}

.last-form-rate {
    float: left;
    width: 34px;
    font-size: 12px;
    font-weight: 700;
    text-align: center
}

.last-match-txt {
    font-size: 12px;
    color: #7c818d;
    padding-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    width: 100px;
    text-align: right
}

.last-form-progress.win .last-form-progress-bar {
    background-color: #2c9718
}

.last-form-progress.lose .last-form-progress-bar {
    background-color: #e2363a
}

.last-form-progress.draw .last-form-progress-bar {
    background-color: #2a324a
}

.headtohead-top {
    height: 36px
}

.headtohead-top .left-cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
    width: 37%
}

.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: 700;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.headtohead-team-name.away {
    text-align: right
}

.headtohead-total-match {
    font-size: 15px;
    font-weight: 600;
    background-color: #efeeed;
    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: #2c9718;
    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: 16px;
    font-weight: 700
}

.headtohead-progres-bar {
    height: 22px
}

.headtohead-progres-bar.winner {
    background-color: #2c9718
}

.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
}

.last-challenge-row {
    width: 100%;
    height: 74px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    font-weight: 500
}

.last-challenge-row .firstcell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%
}

.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: 16px;
    font-weight: 700
}

.lc-date {
    font-size: 14px;
    margin-top: 5px
}

.lc-result-txt {
    font-size: 16px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600
}

.lc-score {
    width: 40px;
    height: 40px;
    background-color: #dcdcdc;
    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: 46px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 700;
    background-color: #efeeed;
    border-radius: 23px;
    padding: 0 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.more-loading a i {
    margin-left: 4px;
    color: #e2363a;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    vertical-align: inherit
}

.more-loading a:hover {
    background-color: #2a324a;
    color: #fff
}

.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: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid #dcdcdc
}

.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: 15px;
    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 {
    margin-right: 4px
}

.lcd-score span:first-child:after {
    content: ":";
    position: absolute;
    right: -8px
}

.lcd-date {
    color: #7f8494;
    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: 22px;
    font-weight: 700;
    margin-bottom: 20px
}

.player-stats-thead {
    width: 100%;
    height: 36px;
    padding-left: 10px;
    background-color: #dcdcdc;
    font-size: 11px;
    font-weight: 600
}

.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 #dcdcdc;
    font-size: 14px;
    padding-left: 10px;
    font-weight: 600
}

.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
}

.signup-top-frame {
    background-color: #e2e2e2;
    -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: 30px;
    position: relative
}

.btitle {
    font-size: 38px;
    font-weight: 700;
    margin-top: 20px
}

.ptitle {
    font-size: 48px;
    font-weight: 800;
    margin-top: 14px;
    text-align: center
}

.patitle {
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    color: #dbd7fa
}

.atitle {
    font-size: 21px;
    font-weight: 400
}

.signup-top-frame .update-password-frame {
    padding-left: 0;
    height: 100px
}

.already-wrap {
    width: 65%;
    float: left;
    position: relative;
}

.already-wrap .update-password-holder {
    width: 100%;
    max-width: 100%
}

.forgot {
    color: #969696;
    font-size: 16px;
    text-decoration: underline;
    line-height: 46px
}

.bonus-slider-wrapper {
    width: 35%;
    position: relative;
    float: left
}

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

.bonus-slider .promotion-box {
    margin-top: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.bonus-slider {
    position: absolute;
    left: 0;
    top: -65px;
    z-index: 100;
    width: 100%
}

.bonus-slider .slick-dots {
    bottom: -10px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.bonus-slider .slick-dots li {
    margin: 0 3px
}

.bonus-slider .slick-dots li.slick-active button {
    border: 2px solid #ff3e02
}

.bonus-slider .slick-dots li button {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    text-indent: -99999px
}

.login-image {
    position: absolute;
    right: 0;
    top: -21px;
    z-index: 100
}

.login-frame .signup-top-frame {
    height: 372px
}

.badge-txt {
    font-size: 16px;
    color: #9a9a9a;
    font-weight: 300
}

.badge-title {
    font-size: 40px;
    font-weight: 700;
    position: relative;
    color: #ff3f03
}

.badge-content {
    font-size: 28px;
    line-height: 40px
}

.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;
    border-radius: 4px;
    margin: 50px 0
}

.display-item.personal {
    background: #2a324a
}

.display-item.payment {
    background: #ff3f03
}

.d-icon {
    position: absolute;
    right: 25px;
    top: 15px;
    font-size: 70px;
    z-index: 1
}

.display-item.personal .d-icon {
    color: #394157
}

.display-item.payment .d-icon {
    color: #c93202
}

.display-item h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    position: relative;
    z-index: 5
}

.display-item.personal h2 {
    color: #fff
}

.display-item.payment h2 {
    color: #fff
}

.d-item-text {
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    z-index: 5
}

.display-item.personal .d-item-text {
    color: #8e94a4
}

.display-item.payment .d-item-text {
    color: #fff
}

.d-item-btn {
    margin-top: 10px
}

.d-btn {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.display-item.personal .d-btn {
    width: 280px;
    background-color: #ff3f03;
    color: #fff
}

.display-item.payment .d-btn {
    width: 230px;
    background-color: #2a324a;
    color: #fff
}

.d-btn:hover {
    margin-top: -5px
}

section.dealer-section {
    background-color: #efeeed;
    padding: 60px
}

.badge-content.first {
    font-size: 21px;
    line-height: 30px
}

.dealer-box {
    width: 100%;
    height: 190px;
    background-color: #2a324a
}

.dealer-box-inner {
    color: #fff;
    text-align: center
}

.dealer-box-inner i {
    color: #f0f4f9;
    font-size: 46px;
    margin-bottom: 20px;
    display: block
}

.dealer-box-inner span {
    display: block;
    font-size: 22px;
    font-weight: 600
}

.dealer-box-inner strong {
    display: block;
    font-size: 22px;
    font-weight: 800
}

.rope {
    position: absolute;
    top: 20px;
    right: -11px;
    z-index: 10
}

.rope.bottom {
    top: inherit;
    bottom: 20px
}

.rope span {
    float: left;
    margin-right: 2px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 8px solid #5d5d5d;
    border-bottom: 6px solid transparent
}

#dealer-form {
    display: none
}

.popup-header {
    width: 100%;
    background-color: #2a324a;
    height: 60px;
    padding-left: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    font-weight: 600
}

.popup-header i {
    font-size: 20px;
    margin-right: 15px
}

.popup-wrapper {
    width: 1060px
}

.popup-content {
    padding: 40px;
    position: relative;
    background-color: #efeeed
}

.popup-bottom {
    margin-top: 40px
}

.popup-bottom .warning-bar {
    margin-top: 0;
    padding: 10px 0 10px 50px
}

.bank-box {
    width: 100%;
    background-color: #fff;
    height: 200px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    margin-bottom: 10px
}

.bb-logo {
    width: 100%;
    height: 100px
}

.bb-text {
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px
}

.bb-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bb-btn .base-btn {
    width: 150px
}

.howto-box {
    position: relative;
    background-color: #2a324a;
    border-radius: 3px;
    margin-bottom: 10px;
    height: 150px;
    border-bottom: 4px solid #242c3c;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.howto-box:hover {
    margin-top: -5px
}

.howto-logo {
    padding-left: 5%;
    padding-top: 20px;
    border-bottom: 1px solid #242c3c
}

.howto-logo:before {
    content: "";
    position: absolute;
    right: 10%;
    top: 0;
    background: url(../img/method/y-icon.png) no-repeat center top;
    width: 45px;
    height: 33px
}

.howto-logo img {
    display: block
}

.howto-info {
    padding-left: 5%;
    padding-top: 15px;
    font-size: 15px;
    font-weight: 500;
    position: relative
}

.howto-info:before {
    content: "";
    background: url(../img/play.png) no-repeat center top;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 3%;
    top: 19px
}

.ht-1 {
    color: #b5bbc9
}

.ht-2 {
    color: #fff
}

.text-label {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 19px;
    line-height: 35px
}

.text-label h3 {
    margin-bottom: 10px
}

.photo-holder {
    height: 110px;
    position: relative;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 3px;
    padding: 20px
}

.photo {
    background-color: #ededed;
    width: 70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    height: 70px;
    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: 26px;
    color: silver
}

.photo-status {
    padding-left: 20px;
    font-size: 20px
}

.photo-status i {
    margin-right: 10px
}

.mag-thead {
    height: 40px;
    background-color: #2a324a;
    color: #fff;
    padding: 0 30px;
    font-size: 16px
}

.mag-tr {
    height: 70px;
    padding: 0 20px;
    border-bottom: 1px solid #cecece;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.mag-tr:hover {
    background-color: #dfdfdf
}

.mag-td.first,.mag-th.first {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    text-align: left
}

.mag-td,.mag-th {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.mag-td.first span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.promo-txt {
    font-size: 22px;
    margin-left: 31px;
    margin-top: 14px
}

.promo-btn {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    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: #ff3d02;
    color: #fff;
    padding: 0 15px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 45px;
    position: relative;
    width: 146px;
    min-width: inherit;
    height: 47px;
    padding-top: 2px;
    margin-top: 10px
}

[class*="fontawesome-"]:before {
    font-family: 'FontAwesome',sans-serif,"Open Sans"
}

.signin-form .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 17px
}

.signin-form input {
    margin: 0;
    width: 100%;
    padding: 0;
    color: inherit;
    font: inherit;
    border: 0;
    outline: 0;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.form label,.form input[type="text"],.form input[type="password"] {
    padding: 10px;
    border-radius: 3px
}

.form label {
    font-size: 20px;
    color: #fff;
    background-color: #ff3e02;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
}

.form input[type="text"],.form input[type="password"] {
    color: #3b4148;
    background-color: #fff;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
}

.form input[type="text"]:focus,.form input[type="text"]:hover,.form input[type="password"]:focus,.form input[type="password"]:hover {
    background-color: #fff;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.form #signin {
    opacity: 0;
    display: none
}

.form .virtual-signin {
    position: absolute;
    left: 50%;
    margin-top: 10px;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0)
}

.signin-label {
    padding-left: 10px
}

.fontawesome-unlock {
    color: #fff;
    font-size: 32px
}

.unlock {
    font-size: 30px
}

.left-menu.account-page .subpanel .sublink {
    height: 48px;
    line-height: 39px;
    padding-left: 15px;
    font-size: 21px;
    border-radius: 5px revert;
    border-radius: 9px;
    border-bottom-color: #000;
    border: 1px solid #a6a2a2;
    background: #fff;
    margin: 0 0 6px
}

.left-menu.account-page .subpanel .sublink.active {
    background: #fff0f0;
    border: 2px solid #ff3d02
}

.method-row1 {
    background: #fff;
    width: 99%;
    padding-top: 6px;
    position: absolute;
    bottom: 6px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #2a324a;
    -webkit-text-stroke: thin;
    text-align: center
}

.base-btn1 .medium1 .font-size-16 .radius1 {
    height: 31px;
    background: #fff;
    color: #ff3d02;
    border-radius: 9px
}

.method-box1 {
    background-color: #2a324a;
    border: 12px solid #2a324a;
    border-radius: 19px;
    border-radius: 3px;
    height: 250px;
    margin-bottom: 20px
}

.less {
    color: #fff
}

.panelW {
    margin: 0 auto;
    margin-bottom: 2%;
    border-radius: 5px 5px 10px 10px;
    width: 100%;
    height: 140px;
    background-color: #dfdfdf;
    padding: 1%
}

#p1extra {
    display: none
}

.extra {
    height: 215px;
    width: 100%
}

.readMore {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-decoration: underline
}

.subcontent-message {
    width: 100%;
    position: relative;
    background-color: #efeeed;
    padding: 40px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

.base-btn-green {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 22px;
    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: #108306;
    color: #fff;
    padding: 0 15px;
    font-weight: 600;
    font-size: 11px;
    border-radius: 5px;
    position: relative
}

.base-btn-red {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 22px;
    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: #ec0e1e;
    color: #fff;
    padding: 0 15px;
    font-weight: 600;
    font-size: 11px;
    border-radius: 5px;
    position: relative
}

.base-btn-grey {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 22px;
    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: #797979;
    color: #fff;
    padding: 0 15px;
    font-weight: 600;
    font-size: 11px;
    border-radius: 5px;
    position: relative
}

.bss-green {
    font-size: 12px;
    font-weight: 700;
    color: #108306;
    padding-right: 5px
}

.bss-red {
    font-size: 12px;
    font-weight: 700;
    color: #ec0e1e;
    padding-right: 5px
}

.bss-grey {
    font-size: 12px;
    font-weight: 700;
    color: #797979;
    padding-right: 5px
}

.bsr {
    font-size: 13px
}

.bs-new {
    color: #ff3e02;
    font-weight: 800;
    font-size: 18px
}

.bs-new2 {
    color: #2a324a;
    font-weight: 400;
    font-size: 14px
}

.bs-empty-note {
    border: 2px dashed #2a324a;
    border-radius: 6px;
    padding: 20px 5px
}

.bss-new3 {
    font-size: 11px;
    font-weight: 700;
    color: #76767680;
    padding-right: 18px
}

.bs-teams {
    -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)
}

.bs-status {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    width: 100px;
    padding-left: 6px;
    padding-bottom: 30px
}

.bs-status-yellow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    width: 100px;
    padding-left: 6px;
    padding-bottom: 30px
}

.bs-type {
    color: #ff3e02;
    padding-right: 5px;
    font-size: 15px;
    font-weight: 700
}

.bs-time {
    line-height: 20px;
    font-size: 11px;
    color: #bababa
}

.bs-row {
    height: 20px;
    line-height: 20px
}

.bs-tool-row {
    padding: 10px;
    padding-top: 0
}

.bs-info {
    height: 40px;
    background-color: #2a324a;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 50px);
    flex: 0 0 calc(100% - 50px)
}

.bs-info2 {
    height: 40px;
    background-color: #ff3f00;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 50px);
    flex: 0 0 calc(100%)
}

.bs-info3 {
    height: 40px;
    background-color: #2a324a;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 50px);
    flex: 0 0 calc(100%)
}

.bs-info4 {
    height: 40px;
    background-color: #5d5d5d;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 50px);
    flex: 0 0 calc(100%)
}

.bs-action {
    height: 40px;
    width: 42px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #2a324a;
    border-radius: 3px;
    font-size: 18px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.bs-action.red {
    background-color: #ff3e02;
    color: #fff
}

.bs-teams > div {
    margin-bottom: 6px
}

.bet-sell-row.green:before {
    background-color: #1cb820!important
}

.bet-sell-row.red:before {
    background-color: #b7223a!important
}

.bet-sell-row.grey:before {
    background-color: #767676!important
}

.footer-logo {
    margin-top: 50px;
    display: block
}

.footer-logo-frame {
    background-color: #2a324a
}

.fl-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.fl-wrapper > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    width: 12.5%;
    margin-bottom: 40px;
    padding-right: 35px
}

.promo-slider .slide-item a {
    display: block;
    position: relative
}

.promo-slider .slide-item a:before {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0, rgba(125,185,232,0)),color-stop(20%, rgba(76,113,142,0)),to(#eeedec));
    background: -o-linear-gradient(top,rgba(125,185,232,0) 0,rgba(76,113,142,0) 20%,#eeedec);
    background: linear-gradient(180deg,rgba(125,185,232,0) 0,rgba(76,113,142,0) 20%,#eeedec)
}

.tournament-top {
    background: url(../img/turnuva-header.jpg) no-repeat center top;
    width: 100%;
    height: 130px;
    font-size: 48px;
    color: #dde3f5
}

.tournament-top h1 {
    margin: 0;
    font-size: 48px
}

.tournament-tab {
    background-color: #ff3d02;
    height: 60px
}

.tournament-tab-links {
    color: #ffd5c8;
    font-size: 24px;
    font-weight: 600
}

.tournament-tab-links a {
    margin: 0 15px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.tournament-tab-links a.active,.tournament-tab-links a:hover {
    color: #fff
}

.tournament-tab-links a.active:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffbda2
}

.tournament-item {
    position: relative;
    border: 2px solid #2a324a;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 25px
}

.tournament-item-img {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
    width: 72%
}

ul.ti-content {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: calc(100% - 120px);
    padding: 0 20px;
    -ms-flex-line-pack: center;
    align-content: center;
    font-size: 24px
}

.torname {
    height: 120px;
    padding: 0 20px;
    color: #ff3d02;
    overflow: hidden;
    font-size: 32px;
    font-weight: 800
}

ul.ti-content li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ti-timer {
    position: absolute;
    z-index: 30;
    left: 20px;
    bottom: 20px;
    background-color: #09040d;
    height: 90px;
    border-radius: 10px;
    padding-left: 20px
}

.ti-btn {
    position: absolute;
    z-index: 5;
    height: 90px;
    width: 250px;
    background: rgba(255,61,2,0.9);
    bottom: 30px;
    right: 20px;
    border-radius: 10px;
    color: #fff;
    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-size: 28px;
    font-weight: 800
}

.tournament-header-frame {
    margin-bottom: 25px
}

ul.ti-content li:before {
    content: "";
    border: solid #ff3d02;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    left: 0;
    top: 9px
}

.torname span {
    max-height: 120px;
    max-height: 120px
}

.ti-txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
    color: #fff;
    font-weight: 800;
    font-size: 24px
}

.ti-cell {
    color: #afafaf;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-right: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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
}

.ti-1 {
    font-size: 55px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    line-height: 50px
}

.ti-cell:after {
    content: ":";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 44px
}

.ti-cell.last:after {
    display: none
}

.tournament-detail-frame {
    border: 1px solid #2a324a;
    border-radius: 10px;
    margin-bottom: 40px;
    overflow: hidden
}

.tod-top {
    height: 136px;
    border-bottom: 1px solid #2a324a
}

.tod-top span {
    max-height: 120px
}

.tod-name {
    padding: 0 20px 0 40px;
    overflow: hidden;
    color: #ff3e02;
    font-weight: 800;
    font-size: 40px;
    height: 106px;
    line-height: 1.1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tournament-detail-frame .ti-timer {
    position: static;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    max-width: 400px;
    margin-right: 20px
}

.tod-list-frame {
    background-color: #fff;
    padding-left: 40px;
    padding-right: 20px;
    padding-bottom: 40px
}

.tod-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 470px);
    flex: 0 0 calc(100% - 470px);
    background-color: #2a324a;
    border-radius: 10px;
    margin-top: -15px;
    color: #fff;
    font-weight: 600;
    font-size: 20px
}

.tod-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 50px 30px 50px 50px
}

.tod-list-header {
    height: 110px;
    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: 30px;
    font-weight: 700
}

.tod-list-thead {
    background-color: #ff3e02;
    height: 64px;
    padding: 0 30px
}

.tod-th.first,.tod-td.first,.tod-th.third,.tod-td.third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.tod-tr {
    padding: 0 30px;
    height: 90px;
    border-bottom: 1px solid #616677
}

.tod-tr:last-child {
    border-bottom: none
}

.tod-th.second,.tod-td.second,.tod-th.last,.tod-td.last {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%
}

.tod-td.last {
    color: #ffd633
}

.tod-info ul.ti-content {
    display: block;
    height: auto
}

.tod-text {
    font-size: 16px
}

.tod-text p {
    margin: 15px 0
}

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

.media-w-top {
    background-color: #2a324a;
    color: #fff;
    height: 38px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 600;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.media-w-top > div> i {
    margin-right: 10px
}

.media-w-top .expand i {
    margin-right: 0
}

.header-st {
    height: 56px;
    background-color: #2a324a;
    border-radius: 5px;
    color: #fff;
    padding: 0 15px;
    font-weight: 600;
    margin-bottom: 10px
}

.st-tab-link {
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    margin-right: 3px;
    border-radius: 22px
}

.st-tab-link.ative {
    background-color: #ff3d02
}

.st-list-tr {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    height: 80px;
    padding: 0 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600
}

.stl-td.first {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px
}

.stl-td.last {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px
}

.stl-bet {
    height: 40px;
    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;
    background-color: #ff3d02;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.stl-bet:hover {
    background-color: #ed3903
}

.stl-td {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.stl-league {
    color: #ff3d02
}

.stl-logo {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px
}

.stl-td.fourth .stl-logo {
    margin-right: 0;
    margin-left: 10px
}

.stl-td.fourth {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.sport-band-frame {
    background-color: #2a324a;
    position: fixed;
    z-index: 200;
    bottom: 0;
    left: 0;
    width: 100%
}

.band-toggle-btn {
    width: 130px;
    height: 30px;
    background: url(../img/bottom-band-toggle.png) no-repeat left top;
    position: absolute;
    top: -30px;
    left: calc(50% - 65px);
    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;
    cursor: pointer
}

.band-toggle-btn.rotate img {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.bottom-ticker-left {
    width: 302px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 302px;
    flex: 0 0 302px;
    max-width: 302px;
    background: url(../img/bottom-band-left.png) no-repeat left top;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    height: 71px;
    line-height: 71px;
    padding-left: 50px
}

.ticker-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 580px);
    flex: 0 0 calc(100% - 580px);
    height: 71px;
    max-width: calc(100% - 580px);
    width: calc(100% - 580px)
}

.bottom-ticker-wrapper {
    width: 100%!important
}

.bottom-ticker-right {
    line-height: 71px;
    width: 278px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 278px;
    flex: 0 0 278px;
    max-width: 278px;
    background: url(../img/bottom-band-right.png) no-repeat left top;
    height: 71px;
    position: relative;
    padding-left: 110px;
    color: #fff;
    font-size: 20px;
    font-weight: 700
}

.bottom-ticker-right:after {
    content: "";
    background: url(../img/bottom-band-icon.png) no-repeat left top;
    width: 31px;
    height: 28px;
    position: absolute;
    left: 50px;
    top: 20px
}

.ticker-frame {
    height: 71px;
    position: relative;
    overflow: hidden
}

.ticker-item {
    float: left;
    height: 71px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

.ticker-item:after {
    content: "";
    background-color: #3d4663;
    width: 1px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 20px
}

.caroufredsel_wrapper {
    width: 100%!important
}

.t-match-score {
    margin: 0 10px;
    background-color: #f44c36;
    color: #fff;
    height: 22px;
    line-height: 23px;
    padding: 0 10px;
    border-radius: 11px
}

.t-inner {
    height: 71px
}

.bottom-ticker-wrapper.collapse {
    height: 0!important
}

.header-top-frame {
    background-color: #2a324a;
    height: 40px;
    color: #fff;
    font-weight: 700;
    font-size: 14px
}

ul.upper-left li {
    padding: 0 20px;
    border-right: 1px solid #9a2c21;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

ul.upper-left li a:hover {
    text-decoration: underline
}

.rise-row {
    background-color: #fff;
    height: 85px;
    border: 1px solid #dcdcdc;
    padding: 10px;
    border-top: none
}

.r-team img {
    max-height: 18px
}

.rise-teams {
    font-size: 13px;
    color: #555c71;
    font-weight: 600;
    width: 100%
}

.r-team {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 25px);
    flex: 0 0 calc(50% - 25px);
    max-width: calc(50% - 25px);
    width: calc(50% - 25px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.r-team-score {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 50px;
    overflow: hidden
}

.r-team.away {
    text-align: end
}

.bet-btn.gray {
    background-color: #efefef;
    border: 1px solid #efefef;
    position: relative;
    font-weight: 600
}

.bet-btn.gray.up {
    border-color: #16c806
}

.rise-bet-row {
    margin-top: 10px
}

.bet-btn.gray.up:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 2px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #16c806
}

.r-team-logo {
    margin-right: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    max-width: 18px;
    width: 18px
}

.r-team.away .r-team-logo {
    margin-right: 0;
    margin-left: 5px
}

.r-team-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 18px);
    flex: 0 0 calc(100% - 18px);
    max-width: calc(100% - 18px);
    width: calc(100% - 18px);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.money-action-header.active .acc-icon {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.money-action-header {
    height: 70px;
    background: #e13450;
    background: -webkit-gradient(linear,left top, right top,from(#e13450),to(#ff5a28));
    background: -o-linear-gradient(left,#e13450 0%,#ff5a28 100%);
    background: linear-gradient(to right,#e13450 0%,#ff5a28 100%);
    padding-left: 20px;
    color: #fff;
    font-size: 28px;
    font-weight: 600
}

.money-action-header .acc-icon {
    width: 50px;
    text-align: center
}

.accordion.collapse + .panel {
    display: none
}

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

.widget-toggle-btn {
    background-color: #0072b1;
    color: #fff;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    cursor: pointer;
    height: 24px;
    font-size: 20px
}

.media-widget-content.set-height {
    height: 100px;
    overflow: hidden
}

.image-uploader {
    min-height: 50px;
    position: relative
}

.image-uploader .upload-text:before {
    content: "\f0c6";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    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: .3rem;
    background-color: rgba(0,0,0,0.5);
    -webkit-appearance: none;
    border: none;
    background: url(../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;
    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%
}

.timeout-widget {
    width: 400px
}

.timeout-content {
    background-color: #2a324a;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px
}

.timeout-status {
    color: #fff;
    font-size: 18px;
    font-weight: 600
}

.timeout-rest-time {
    display: inline-block;
    background-color: #fff;
    border-radius: 15px;
    height: 30px;
    padding: 0 15px;
    line-height: 30px;
    font-weight: 700;
    color: #ff3e02
}

.timeout-icon {
    font-size: 80px
}

.timeout-text {
    background-color: #fff;
    -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;
    padding: 10px
}

.radio-list li {
    margin-bottom: 10px
}

.np-bg {
    background-color: #fff;
    height: 100%
}

.notificaton-popup-frame {
    background-color: #2a324a;
    max-width: 1000px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    padding: 30px;
    height: 100%;
    position: relative;
    height: auto
}

.np-icon {
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.np-icon img {
    max-width: 200px
}

.np-message {
    font-weight: 700;
    font-size: 30px
}

.np-text {
    font-size: 30px;
    font-weight: 400
}

.np-btn .base-btn {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 25px
}

.np-head img {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px
}

.np-head {
    font-size: 50px;
    font-weight: 400
}

.np-img {
    position: absolute;
    right: -35%;
    top: 0;
    z-index: 100
}

.np-form-wrapper {
    position: relative;
    z-index: 1;
    margin: 22px auto 0;
    max-width: 60%;
    font-weight: 400
}

.np-form-row {
    position: relative;
    margin-bottom: 20px;
    color: #fff
}

.np-placeholder {
    font-size: 22px;
    margin-bottom: 10px
}

.np-input-holder {
    border: 2px solid #fff;
    border-radius: 10px
}

input.np-textbox {
    height: 66px;
    color: #fff;
    padding: 0 15px;
    font-size: 26px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.np-input-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66px;
    flex: 0 0 66px;
    max-width: 66px;
    width: 66px;
    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;
    font-size: 30px;
    background-color: #fff;
    color: #3f465c
}

.np-input-holder.orange .np-input-icon {
    background-color: #ff3e02;
    color: #fff
}

.np-input-holder.orange {
    border-color: #ff3e02
}

textarea.np-msg {
    background-color: #3f465c;
    width: 100%;
    color: #fff;
    padding: 15px 50px 15px 15px;
    font-size: 26px;
    height: 300px;
    border: none;
    border-radius: 10px
}

.np-img img {
    max-width: 94%
}

.np-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer
}

.np-search-bar {
    background-color: #fff;
    border-radius: 6px
}

.np-input {
    height: 60px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
    font-size: 25px;
    color: #2a324a
}

.np-search-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    width: 60px;
    background: url(../img/search-btn.png) no-repeat center center;
    background-size: 30px
}

.np-tag-btn {
    border-radius: 6px;
    border: 1px solid #fff;
    height: 50px;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 600;
    padding-right: 15px;
    overflow: hidden
}

.np-tag-btn span {
    margin-right: 10px;
    background-color: #ff3e02;
    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: 100%;
    width: 50px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.np-tag-btn img {
    max-width: 30px
}

.np-result-row {
    background-color: #fff;
    height: 60px;
    border-radius: 6px;
    color: #2a324a;
    font-size: 22px;
    position: relative;
}

.np-result-row span {
    height: 100%;
    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;
    background-color: #ff3e02;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-right: 10px
}

.np-result-row span img {
    max-width: 36px
}

.np-stt {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    color: #2a324a;
}

.np-bottom {
    background-color: #0f1526;
    border-radius: 6px;
    padding: 20px
}

.np-count {
    width: 26px;
    height: 26px;
    background-color: #ff3d02;
    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;
    margin-right: 10px
}

.np-select-tag {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 19px
}

.np-selected-tag {
    height: 26px;
    padding: 0 5px;
    background-color: #fff;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #ff3d02;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.np-tag-btn.type2 {
    background-color: #fff;
    color: #2a324a
}

.remove-selected-tag {
    width: 20px;
    height: 20px;
    background: url(../img/np-remove.png) no-repeat center center;
    display: inline-block;
    margin-left: 8px;
    cursor: pointer
}

.np-half {
    width: 50%;
    margin: 0 auto
}

.m-accordion {
    background-color: #d2d2d5;
    border-radius: 6px;
    margin-bottom: 10px
}

.m-acc-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    width: 80px;
    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;
    background-color: #2a324a;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    min-height: 80px
}

.m-acc-icon img {
    max-width: 50px
}

.m-acc-tools {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
    width: 200px;
    position: relative;
    border-left: 1px solid #fff;
    padding-left: 10px
}

.m-question {
    height: 80px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    font-size: 19px;
    font-weight: 700;
    overflow: hidden;
    line-height: 1.5
}

.m-question span {
    max-height: 80px
}

.m-answer {
    padding: 10px;
    font-size: 17px;
    display: none
}

.m-remove-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 30px;
    background-color: #ff3e02;
    color: #fff;
    line-height: 30px;
    padding: 0 15px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    opacity: 0;
    pointer-events: none;
    cursor: pointer
}

.m-acc-date {
    font-weight: 600;
    color: #695e5f;
    margin-top: 30px
}

.m-acc-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer
}

.m-acc-btn:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #2a324a;
    position: absolute;
    left: 3px;
    top: 12px
}

.m-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.m-accordion.open .m-answer {
    display: block
}

.m-accordion.open .m-remove-btn {
    opacity: 1;
    pointer-events: inherit
}

.m-accordion.open .m-acc-icon {
    background-color: #ff3e02
}

.m-accordion.open .m-acc-btn {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

/*.base-btn.thin-kbn{height:20px;font-size:10px;border-radius:3px;padding:0 7px;font-weight:700;margin:24px 0 0 71px}*/
/*.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}*/
/*.selected-bet{width:100%;position:relative;font-weight:600;border:1px solid #dcdcdc;height:86px;background-color:#fff;padding:10px;border-top:none}*/
/*.bet-team-name{line-height:17px;font-size:13px;padding-right:1px;font-weight:600;padding-left:35px;overflow:hidden}*/
/*.remove-selected-bet{position:absolute;width:20px;height:20px;top:12px;right: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;color:#2a324a;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;cursor:pointer;z-index:10;font-size:14px}*/
/*.bet-choose{position:absolute;left:10px;top:11px}*/
/*.bet-name{font-size:12px;color:#979797}*/
/*.bet-rate-cell{font-size:13px}*/
/* 19 08 2021 */
.subpage-top-menu-frame {
    margin-bottom: 5px;
}

ul.top-popular-menu {
    margin: 10px 0px;
}

ul.top-popular-menu li a {
    display: flex;
    align-items: center;
    padding-right: 15px;
    height: 40px;
    padding-left: 5px;
    font-weight: bold;
}

ul.top-popular-menu li a:hover {
    text-decoration: underline;
}

ul.top-popular-menu li a svg {
    background-color: #2a324a;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    margin-right: 7px;
    color: #2a324a;
}

ul.top-popular-menu li {
    flex: 0 0 auto;
    position: relative;
    margin-right: 10px;
}

ul.top-popular-menu li:after,ul.providers-menu li:after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #e9e9e9;
    position: absolute;
    right: 0;
    top: 10px;
}

ul.top-popular-menu li.current {
    background-color: #f1f1f1;
    border-radius: 5px;
}

ul.top-popular-menu li.current:after {
    display: none;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-y-auto {
    overflow-y: auto;
}

.other-link {
    height: 38px;
    width: 120px;
    border-radius: 5px;
    background-color: #ff3e02;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-left: auto;
    transition: 0.3s;
}

.other-link:hover {
    background-color: #29324c;
}

.top-popular-menu-wrapper {
    width: calc(100% - 150px);
}

.custom-scroll::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

.custom-scroll::-webkit-scrollbar {
    width: 6px;
    height: 8px;
    background-color: #F5F5F5;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-color: #ff3e02;
    border: 2px solid #ff3e02;
}

.top-provider-menu {
    flex: 0 0 auto;
    position: relative;
    margin-right: 10px;
    padding: 10px;
    padding-left: 0px;
    height: 76px;
}

ul.top-provider-menu li a {
    display: flex;
    align-items: center;
    height: 40px;
    font-weight: bold;
    justify-content: center;
    flex-wrap: wrap;
}

ul.top-provider-menu li a span {
    margin-top: 5px;
    text-align: center;
    flex: 0 0 100%;
    width: 100%;
}

ul.top-provider-menu li a svg, ul.top-provider-menu li a img {
    background-color: #2a324a;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    padding: 5px;
}

ul.top-provider-menu li {
    flex: 0 0 auto;
    position: relative;
}

.top-filter-dropdown.type2 {
    position: static;
}

.top-filter-dropdown.type2 .filter-drop-display {
    cursor: pointer;
    background-color: #2a324a;
    color: #ffffff;
    border-radius: 5px;
}

.top-filter-dropdown.type2 .top-filter-drop {
    display: none;
    opacity: 1;
    pointer-events: inherit!important;
    position: absolute;
    top: 60px;
    left: 8px;
    padding: 10px;
    width: 100%;
    background-color: #2a324a;
    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;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
}

.top-filter-dropdown.type2 .top-filter-drop li {
    flex: 0 0 25%;
    padding: 0px 5px;
    margin-bottom: 5px;
}

.top-filter-dropdown.type2 .top-filter-drop {
}

.top-filter-dropdown.type2 .top-filter-drop li img {
    width: 24px;
    margin-right: 10px;
}

.top-filter-dropdown.type2 .top-filter-drop li a {
    display: flex;
    align-items: center;
    height: 34px;
    background-color: #38425f;
    border-radius: 5px;
    padding: 0px 10px;
    justify-content: space-between;
    transition: 0.3s;
}

.top-filter-dropdown.type2 .top-filter-drop li .name {
    flex: 1;
    display: flex;
    align-items: center;
}

.top-filter-dropdown.type2 .top-filter-drop li .name span {
    width: calc(100% - 34px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top-filter-dropdown.type2 .top-filter-drop li a:hover {
    background-color: #475682;
}

ul.top-provider-menu li.current a {
    color: #ff3e02;
    position: relative;
}

ul.top-provider-menu li.current a img {
    background-color: #ff3e02;
}

.subpage-top-menu-frame {
    height: auto !important;
    min-height: 70px
}

.sbt-group {
    font-size: 13px;
    font-weight: bold;
}

.input-holder {
    width: 96px;
    height: 26px;
    background-color: #e9e9e9;
    border-radius: 3px;
    padding: 1px;
}

.inc-btn {
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    border-radius: 3px;
}

.input-holder .inc-input {
    width: 46px;
    padding: 0px 2px;
    text-align: center;
    color: #2a324a;
    font-size: 12px;
}

.bet-est-text {
    font-weight: 600;
}

@media (min-width: 1480px) {
    .container.medium {
        width:1550px
    }

    .game-table-info strong {
        font-size: 30px
    }

    .sloat-game-name {
        font-size: 17px
    }

    .fl-wrapper > div {
        padding: 0
    }

    .np-icon img {
        max-width: 300px
    }
}

@media (min-width: 1550px) {
    .container.homepage {
        width:1550px
    }

    .th-title {
        width: 40px
    }

    .section-panel .bet-btn {
        width: 40px
    }

    .section-th.last,.section-td.last {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
        flex: 0 0 130px;
        max-width: 130px;
        width: 130px
    }

    .section-td.last {
        padding-left: 10px
    }

    .section-th.first,.section-td.first {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        width: 80px;
        max-width: 65px
    }

    .bet-grid-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 150px);
        flex: 0 0 calc(100% - 150px);
        max-width: calc(100% - 150px);
        width: calc(100% - 150px)
    }

    .bet-type-name {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        max-width: 150px;
        width: 150px
    }

    .team-name-label {
        font-size: 26px
    }

    .wd-info span {
        font-size: 14px
    }

    .wd-info strong {
        font-size: 22px
    }

    .wd-btn {
        margin-top: 20px
    }

    .mt-cell {
        font-size: 13px
    }

    .input-wrap:before,.simpleselect .placeholder:before,.input-wrap.has-icon > i,.selector.has-icon > i {
        left: 20px
    }

    .input-wrap,.simpleselect .placeholder,.selector.has-icon .simpleselect .placeholder {
        padding-left: 35px
    }

    .iban-input {
        font-size: 16px
    }

    .iban-btn {
        right: 10px
    }

    .cpm-td.first {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        max-width: 300px;
        width: 300px
    }

    .cpm-td.third {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
        max-width: 180px;
        width: 180px
    }

    .cpm-td.fourth {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        max-width: 60px;
        width: 60px
    }

    .cpm-td.fifth {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 100px;
        width: 100px
    }

    .cpm-td.second {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
        flex: 0 0 160px;
        max-width: 160px;
        width: 160px
    }

    .cpm-text {
        font-size: 12px
    }

    .cpm-text-2 {
        font-size: 16px
    }

    .pager-buttons li {
        width: 54px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 54px;
        flex: 0 0 54px;
        max-width: 54px;
        width: 54px
    }

    .pager-buttons li a {
        height: 54px;
        width: 54px;
        line-height: 54px;
        font-size: 21px;
        font-weight: 700
    }

    .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 {
        height: 54px;
        line-height: 54px;
        font-size: 16px
    }

    .pager-frame {
        font-size: 15px
    }

    .pager-btn-cell i {
        top: 18px;
        left: 15px
    }

    .pager-btn-cell.next i {
        right: 12px
    }

    .font-size-13 .acc-td {
        font-size: 16px
    }

    .acc-date-day,.acc-date-time {
        font-size: 13px
    }

    .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)
    }
}

@media (min-width: 1700px) {
    .container {
        width:1700px
    }

    .top-menu li a {
        font-size: 16px
    }

    .section-panel {
        font-size: 14px
    }

    .last-match-team-name {
        font-size: 21px
    }

    .headtohead-total-match,.headtohead-bottom {
        font-size: 18px
    }

    .headtohead-team-name,.player-stats-top {
        font-size: 24px
    }

    .lc-date {
        font-size: 16px
    }

    .lc-teams-name,.lc-result-txt,.t-name {
        font-size: 18px
    }

    .player-stats-thead {
        font-size: 14px
    }

    .player-stats-tr {
        font-size: 15px
    }

    .atitle {
        font-size: 24px
    }

    .login-image {
        top: -12px
    }

    .tod-list {
        font-size: 25px
    }

    .tod-list-thead,.tod-tr {
        padding: 0 50px
    }

    .tod-name {
        font-size: 50px
    }

    .base-menu {
        font-size: 14px
    }

    .base-menu li a {
        padding: 0 10px
    }

    .st-list-tr {
        font-size: 24px
    }

    .stl-td.first {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        max-width: 100px;
        width: 100px
    }

    .stl-td.last {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
        max-width: 140px;
        width: 140px;
        padding-left: 20px
    }

    .th-title {
        width: 64px
    }

    .section-panel .bet-btn {
        width: 64px
    }
}

/* Gear Effects */
@-webkit-keyframes gear {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes gear {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes gear {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@font-face {
    font-family: 'proxima_nova';
    src: url('../webfonts/proximanova-thin.woff2') format('woff2'), url('../webfonts/proximanova-thin.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-20AC;
}

@font-face {
    font-family: 'proxima_nova';
    src: url('../webfonts/proximanova-regular.woff2') format('woff2'), url('../webfonts/proximanova-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-20AC;
}

@font-face {
    font-family: 'proxima_nova';
    src: url('../webfonts/proximanova-semibold.woff2') format('woff2'), url('../webfonts/proximanova-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-20AC;
}

@font-face {
    font-family: 'proxima_nova';
    src: url('../webfonts/proximanova-bold.woff2') format('woff2'), url('../webfonts/proximanova-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-20AC;
}

@font-face {
    font-family: 'proxima_nova';
    src: url('../webfonts/proximanova-extrabold.woff2') format('woff2'), url('../webfonts/proximanova-extrabold') format('woff');
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-20AC;
}

@font-face {
    font-family: 'proxima_nova';
    src: url('../webfonts/proximanova-black.woff2') format('woff2'), url('../webfonts/proximanova-blackwoff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-20AC;
}