html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    resize: none;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.swal2-container {
    z-index: 9999990 !important
}

* {
    font-family: Dubai, tahoma
}

body {
    margin: 0;
    font-weight: 300;
    background: -webkit-linear-gradient(90deg, #030303, #9b52a0, #030303);
    background: -o-linear-gradient(90deg, #030303, #9b52a0, #030303);
    background: -moz-linear-gradient(90deg, #030303, #9b52a0, #030303);
    background: linear-gradient(90deg, #030303, #9b52a0, #030303)
}

:not(input, textarea) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    outline: 0;
    direction: rtl
}

* {
    font-family: Dubai, tahoma;
    box-sizing: border-box;
    font-style: normal;
    direction: rtl
}

button {
    border: 0 !important;
    cursor: pointer !important
}

.hidden {
    display: none
}

.left {
    float: right
}

.right {
    float: left
}

.clear {
    clear: both;
    height: 0
}

.left-align {
    text-align: right
}

.right-align {
    text-align: left
}

.inline {
    display: inline-block
}

.center {
    text-align: center
}

.pointer {
    cursor: pointer
}

.medium {
    font-weight: 400
}

.bold {
    font-weight: 500
}

.fs20 {
    font-size: 20px
}

.m10 {
    margin: 10px
}

.m15 {
    margin: 15px
}

.m20 {
    margin: 20px
}

.mt2 {
    margin-top: 2px
}

.mt3 {
    margin-top: 3px
}

.mt5 {
    margin-top: 5px
}

.mt8 {
    margin-top: 8px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}

.ml5 {
    margin-right: 5px
}

.ml10 {
    margin-right: 10px
}

.ml15 {
    margin-right: 15px
}

.p15 {
    padding: 15px
}

.p30 {
    padding: 30px
}

.ph15 {
    width: 100%;
    height: 15px
}

.ph25 {
    width: 100%;
    height: 25px
}

.pr10 {
    padding-right: 10px;
    padding-left: 10px
}

.w100 {
    width: 100%
}

.mw160 {
    min-width: 160px
}

.c-red {
    color: red !important
}

.c-green {
    color: green !important
}

.c-blue {
    color: #00f !important
}

.c-gray {
    color: #383838 !important
}

.c-main {
    color: #4b0242 !important
}

.fs12 {
    font-size: 12px
}

.fs14 {
    font-size: 14px
}

.fs16 {
    font-size: 16px !important
}

.ts {
    text-shadow: 2px 2px #000
}

.tdn {
    text-decoration: none
}

.text-center {
    text-align: center
}

.w30 {
    width: 15% !important
}

.w70 {
    width: 65% !important
}

.m-8-20 {
    margin: 8px 20px !important
}

.text-content-page {
    line-height: 170%
}

.text-content-page p {
    line-height: 170%
}

.container {
    width: 100%;
    max-width: 1220px
}

.header-top {
    background: #2d2d2d;
    padding-bottom: 8px
}

.header {
    text-align: center
}

.header .name {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 7px 4px 7px 4px;
    text-decoration: none;
    margin-top: 8px;
    font-weight: 300
}

.header .balance {
    display: inline-block;
    font-size: 14px;
    color: #ff0;
    padding: 7px 4px 7px 4px;
    text-decoration: none;
    margin-top: 8px;
    font-weight: 400
}

.header .account {
    display: inline-block;
    color: #fff;
    padding: 7px 8px 7px 8px;
    text-decoration: none;
    margin-top: 4px;
    font-weight: 400
}

.header .link {
    display: inline-block;
    color: #ffba00;
    padding: 7px 20px 7px 20px;
    font-size: 14px;
    text-decoration: none;
    margin-top: 8px;
    font-weight: 400
}

.header .login {
    background: #ffba00;
    color: #fff;
    border-radius: 4px
}

.header .language {
    color: #fff !important;
    border: 0 solid #4b0242;
    padding: 12px 10px 6px 10px !important
}

.header .signup:hover {
    color: #fff
}

.header .login:hover {
    color: #000
}

.header .language-selector {
    direction: ltr;
    display: none
}

.header .language-box {
    position: absolute;
    background: #2d2d2d;
    direction: rtl;
    margin-top: 48px
}

.header .language-box a {
    display: block;
    margin: 0 5px 5px 5px;
    padding: 5px 15px 5px 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    background: #000
}

.header .language-box a:hover {
    color: #ffba00
}

.header .language-box a:first-child {
    margin-top: 5px
}

.header-main-center {
    background: #000
}

.header-seperator {
    width: 100%;
    height: 1px;
    background: #ffbb02
}

.footer {
    width: 100%;
    background: #2d2d2d;
    color: #ddd;
    text-align: center;
    padding: 20px 0 20px 0;
    font-size: 14px
}

.footer-links {
    width: 100%;
    background: #464141;
    text-align: center;
    color: #fff;
    padding: 20px 0 20px 0;
    font-size: 14px
}

.footer-links .footer-link {
    display: block;
    text-decoration: none;
    color: #fff;
    margin-bottom: 4px;
    text-align: right;
    font-size: 12px;
    font-weight: 400
}

.footer-links .footer-link:hover {
    color: #999
}

.footer-links .footer-link::before {
    content: "\2022  "
}

.top-bar {
    text-align: center;
    background: #000;
    font-size: 0;
    white-space: nowrap
}

.top-bar a {
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    height: 64px;
    line-height: 64px;
    padding: 0 15px 0 15px;
    vertical-align: top;
    margin-bottom: 6px
}

.top-bar .active,
.top-bar a:hover {
    line-height: 93px;
    background-color: #000;
    -webkit-transition: background-color .4s linear;
    -ms-transition: background-color .4s linear;
    transition: background-color .4s linear
}

.top-bar a div {
    position: relative;
    margin-top: -114px;
    height: 0
}

.top-bar a img {
    visibility: hidden;
    opacity: 0
}

.top-bar .active img,
.top-bar a:hover img {
    opacity: 1;
    visibility: visible;
    -webkit-transition: visibility 0s, opacity .4s linear;
    -ms-transition: visibility 0s, opacity .4s linear;
    transition: visibility 0s, opacity .4s linear
}

.main-splash {
    width: 100%;
    font-size: 0
}

.main-splash .image-container {
    width: 100%;
    height: 660px;
    overflow: hidden;
    white-space: nowrap
}

.main-splash .image-container .image {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.main-splash .image-shadow {
    position: relative;
    width: 100%;
    height: 250px;
    margin-top: -250px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .53) 10%, rgba(0, 0, 0, .61) 36%, rgba(0, 0, 0, .63) 45%, rgba(0, 0, 0, .69) 69%, #000 96%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .53) 10%, rgba(0, 0, 0, .61) 36%, rgba(0, 0, 0, .63) 45%, rgba(0, 0, 0, .69) 69%, #000 96%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .53) 10%, rgba(0, 0, 0, .61) 36%, rgba(0, 0, 0, .63) 45%, rgba(0, 0, 0, .69) 69%, #000 96%)
}

.main-splash .box-container {
    position: relative;
    width: 100%;
    height: 180px;
    margin-top: -180px
}

.main-splash .border-box {
    margin-right: 4%;
    width: 28%;
    height: 100%;
    float: right;
    display: block;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    background: rgba(0, 0, 0, .5);
    border-width: 1px;
    border-style: solid;
    border-color: #ececec;
    -moz-border-image: -moz-linear-gradient(top, #fff 0%, #000000 70%);
    -webkit-border-image: -webkit-linear-gradient(top, #fff 0%, #000000 70%);
    border-image: linear-gradient(to bottom, #fff 0%, #000000 70%);
    border-image-slice: 1;
    color: #fff
}

.main-splash .border-box .image {
    margin-top: 5px
}

.main-splash .border-box .title {
    margin-top: 5px;
    color: #fff;
    font-size: 26px;
    text-shadow: 2px 2px #000;
    height: 34px;
    font-weight: 400
}

.main-splash .border-box .subtitle {
    margin-top: 7px;
    color: #fff;
    font-size: 14px
}

.main-splash .border-box:hover .title {
    font-size: 28px;
    font-weight: 500
}

.main-games-box {
    width: 100%;
    background: #000;
    padding-bottom: 10px;
    padding-top: 10px
}

.main-games-box .game {
    float: right;
    display: block;
    width: 16%;
    margin-right: .6%;
    text-decoration: none
}

.main-games-box .game img {
    width: 100%
}

.main-games-box .game .title {
    position: relative;
    height: 100%;
    padding: 10px 0 10px 0;
    margin-top: -40px;
    width: 100%;
    text-align: center;
    background: rgba(255, 187, 2, .2);
    font-size: 16px;
    color: #fff
}

.main-games-box .game:hover .title {
    display: block
}

.page-content {
    width: 100%;
    min-height: 600px;
    text-align: center
}

.page-content .page-area {
    margin: 0 0 5px 0;
    text-align: right;
    border-radius: 5px
}

.page-content .page-area .page-title {
    text-align: right;
    color: #fff;
    background: #4b0242;
    padding: 10px;
    font-size: 18px;
    font-weight: 400;
    border-top: 1px solid #fff;
    border-radius: 5px
}

.item-box {
    display: block;
    float: right;
    width: 32%;
    margin-right: 1%;
    margin-bottom: 10px;
    overflow: hidden;
    text-decoration: none
}

.item-2-box {
    display: block;
    float: right;
    width: 49%;
    margin-right: 1%;
    margin-bottom: 10px;
    overflow: hidden;
    text-decoration: none
}

.item-2-box .image,
.item-box .image {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    background-position: center;
    background-size: cover
}

.item-2-box .title,
.item-box .title {
    position: relative;
    height: 0;
    width: 100%
}

.item-2-box .title div,
.item-box .title div {
    color: #ccc;
    height: 36px;
    background: #4b0242;
    position: relative;
    top: -36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 1px solid #ececec
}

.item-2-box:hover .title div,
.item-box:hover .title div {
    font-size: 18px;
    color: #fff
}

.new-ticket-button {
    font-size: 12px !important;
    margin-top: -4px !important
}

.new-ticket-button .red-button.c-white {
    background-color: #4b0242 !important;
    color: #fff !important
}

.static-menu {
    width: 250px
}

.static-menu .link-container {
    padding: 7px 10px 7px 10px;
    margin-top: 5px;
    margin-bottom: 20px;
    margin-left: 10px
}

.static-menu .link-container a {
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 0 10px 0;
    margin: 3px 0 3px 0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500
}

.static-menu .link-container .active,
.static-menu .link-container a:hover {
    color: #fff;
    background: rgba(0, 0, 0, .4)
}

.static-menu .selector {
    width: 100%;
    font-size: 20px
}

.static-content {
    width: calc(100% - 260px)
}

.pull-left {
    float: left !important
}

.form-container {
    background: #fff;
    border: 1px solid #bbb;
    border-top: 0
}

.form-container .alert {
    display: none;
    margin-top: 0;
    margin-bottom: 15px;
    background: #e74c3c;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    border-bottom: 1px solid #b53a2e
}

.form-container .form-title {
    font-weight: 300;
    font-size: 16px;
    margin: 8px 20px 8px 20px;
    color: #383838
}

.form-container .form-element {
    width: 400px;
    font-size: 14px;
    text-align: right;
    color: #383838
}

.form-container .form-input {
    width: 100%;
    background: #fff;
    height: 32px;
    border: 1px solid #202a47;
    color: #202a47;
    padding: 6px 6px 6px 6px
}

.form-container .form-link {
    color: #82828e;
    text-decoration: none;
    font-size: 12px
}

.form-container .form-link:hover {
    color: #383838
}

.form-container .form-button {
    background: #4b0242;
    display: inline-block;
    color: #fff;
    padding: 7px 20px 7px 20px;
    text-decoration: none;
    font-weight: 400
}

.form-container .form-button:hover {
    background: #000
}

.form-container .red-button {
    background: #82828e !important
}

.form-container .form-loading {
    display: none;
    width: 43px;
    height: 30px;
    background: url(../images/loader.gif?) no-repeat;
    background-position: center
}

.left-bar {
    color: #fff;
    width: 300px
}

.left-bar .title {
    display: block;
    text-decoration: none;
    text-align: right;
    color: #fff;
    background: #4b0242;
    border-radius: 6px 6px 0 0;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #202a47
}

.left-bar .menu-container {
    width: 100%;
    padding-top: 2px;
    padding-bottom: .1px
}

#bet_force {
    margin-right: 5px;
    margin-left: 5px;
}

.left-bar .menu-container .link {
    display: block;
    width: 100%;
    margin-bottom: 2px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-top: 1px dotted rgba(255, 255, 255, .2)
}

.left-bar .menu-container .link i {
    font-size: 24px !important
}

.left-bar .menu-container .link:first-child {
    border-top: 0 !important
}

.left-bar .menu-container .link .badge {
    font-size: 10px;
    padding: 1px 8px 1px 8px;
    background: grey;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
    margin: 2px 8px 0 8px
}

.left-bar .menu-container .active,
.left-bar .menu-container .link:hover {
    color: #fff !important;
    background: rgba(0, 0, 0, .2) !important
}

.left-bar .menu-container .search {
    display: block;
    width: calc(100% - 2px);
    margin-right: 2px;
    margin-bottom: 2px;
    padding: 5px 10px 5px 10px;
    background: #ddd;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #000
}

.left-bar .menu-container .search input {
    width: 100%;
    font-size: 18px
}

.left-bar .menu-container .icon {
    min-width: 16px;
    min-height: 16px
}

.slip-bar .slip-container {
    width: 100%;
    background: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #222;
    font-weight: 400
}

.slip-bar .slip-container .no-bet {
    text-align: center;
    padding: 10px 30px;
    line-height: 160%;
    font-size: 14px
}

.game-container {
    width: 100%;
    height: 700px;
    background: #17191f;
    overflow: hidden
}

.game-place {
    width: 100%;
    height: 700px;
    border: 0;
    padding: 0;
    margin: 0
}

.search-div {
    background: #fff;
    border-radius: 6px;
    margin-top: 5px;
    padding: 8px;
    padding-top: 10px
}

.search-div span {
    font-size: 20px;
    color: #4b0242
}

.search-div input {
    border: 0;
    color: #4b0242;
    outline: 0;
    margin-right: 10px;
    margin-left: 10px;
    width: calc(100% - 60px);
    font-size: 16px
}

.event-container {
    width: calc(100% - 305px);
    margin: 0 5px 0 0
}

.event-container .border {
    background: #000;
    border-width: 1px;
    border-style: solid;
    border-color: #202a47;
    color: #000;
    border-radius: 6px
}

.event-container .info {
    width: 100%;
    min-height: 150px;
    background-size: cover;
    background-position: center
}

.event-container .football {
    background-image: url(../images/courts/football.png)
}

.event-container .other-sport {
    background-image: url(../images/courts/basketball.png)
}

.event-container .title {
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 400;
    padding: 10px 0 10px 0;
    font-size: 14px
}

.event-container .score-box {
    margin-right: 5px;
    width: 60px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #111;
    color: #fff;
    font-size: 26px;
    font-weight: 500
}

.event-container .score-box .line-1 {
    position: relative;
    margin-top: -24px;
    height: 4px;
    border-top: 1px solid rgba(0, 0, 0, .25);
    border-right: 1px solid #fff;
    border-left: 1px solid #fff
}

.event-container .score-box .line-2 {
    position: relative;
    margin-top: -7px;
    height: 4px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff
}

.event-container .football .card {
    display: inline-block;
    width: 12px;
    height: 18px;
    border: 1px solid #000;
    background: #ff0;
    border-radius: 3px
}

.event-container .football .red {
    background: red !important
}

.event-container .football .team {
    padding: 10px;
    margin-right: 5px;
    width: calc(50% - 88px);
    height: 70px;
    border: 1px solid #383838;
    color: #fff;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.event-container .football .score {
    width: 160px
}

.event-container .football .score-middle {
    width: 25px !important
}

.event-container .football .time {
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 155px;
    border: 1px solid #111;
    line-height: 30px;
    background: rgba(32, 42, 71, .5);
    font-weight: 500;
    font-size: 14px;
    color: #fff
}

.event-container .football .time .minute {
    color: #e9a025;
    font-weight: 500
}

.event-container .others .wi-1 {
    width: calc(100% - 70px)
}

.event-container .others .wi-2 {
    width: calc(100% - 135px)
}

.event-container .others .wi-3 {
    width: calc(100% - 200px)
}

.event-container .others .wi-4 {
    width: calc(100% - 265px)
}

.event-container .others .wi-5 {
    width: calc(100% - 330px)
}

.event-container .others .wi-6 {
    width: calc(100% - 395px)
}

.event-container .others .wi-7 {
    width: calc(100% - 460px)
}

.event-container .others .wi-8 {
    width: calc(100% - 525px)
}

.event-container .others .others-container {
    min-width: 70%
}

.event-container .others .team {
    height: 50px;
    line-height: 50px;
    border: 1px solid #000;
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    padding: 0 10px 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.event-container .others .orange {
    color: #e9a025
}

.event-container .others .time {
    padding: 0 5px 0 5px;
    border: 1px solid #111;
    line-height: 30px;
    background: rgba(32, 42, 71, .5);
    font-weight: 500;
    font-size: 14px;
    color: #fff
}

.event-container .others .time .minute {
    color: #e9a025;
    font-weight: 500
}

.event-container .others .score-head {
    margin-right: 5px;
    width: 60px;
    line-height: 30px;
    background: rgba(0, 0, 0, .5);
    font-weight: 500;
    font-size: 14px;
    color: #e9a025
}

.event-container .title-bg {
    background: #4b0242
}

.event-container .team-bg {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .7) 0, rgba(112, 112, 112, .7) 47%, rgba(0, 0, 0, .7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .7) 0, rgba(112, 112, 112, .7) 47%, rgba(0, 0, 0, .7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .7) 0, rgba(112, 112, 112, .7) 47%, rgba(0, 0, 0, .7) 100%)
}

.event-container .score-bg {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .9) 0, rgba(112, 112, 112, .9) 47%, rgba(0, 0, 0, .9) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .9) 0, rgba(112, 112, 112, .9) 47%, rgba(0, 0, 0, .9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .9) 0, rgba(112, 112, 112, .9) 47%, rgba(0, 0, 0, .9) 100%)
}

.event-type .title {
    display: block;
    text-decoration: none;
    text-align: right;
    color: #4b0242;
    background: #fff;
    border-radius: 6px 6px 0 0;
    padding: 10px;
    font-size: 14px;
    font-weight: 400
}

.event-type .title .text span {
    direction: ltr !important;
    display: inline-block
}

.event-type .title .text {
    float: left;
    margin-left: 3px;
    width: calc(100% - 266px);
    padding: 0 18px 0 0;
    background-repeat: no-repeat;
    background-position: right 0 center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left
}

.event-type .title .yellow {
    color: #4b0242;
    font-weight: 500;
    padding: 0 4px 0 4px
}

.event-type .title .odd-title {
    float: left;
    margin-right: 1px;
    width: 80px;
    font-size: 14px;
    color: #4b0242;
    font-weight: 500;
    text-align: center
}

.event-type .odd-container {
    padding-bottom: 6px;
    background: #fff;
    color: #000;
    font-size: 14px;
    border-radius: 0 0 6px 6px
}

.event-type .odd-container .score {
    margin: 0 5px 0 5px;
    color: green;
    font-weight: 500
}

.event-type .odd-container .green {
    color: green;
    font-weight: 500
}

.event-type .odd-container .event-title {
    float: left;
    display: block;
    text-decoration: none;
    color: #000;
    width: calc(100% - 277px);
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 35px;
    margin-top: 1px;
    margin-bottom: 1px;
    font-weight: 400;
    background-repeat: no-repeat;
    background-position: 5px center;
    margin-right: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.event-type .odd-container .event-row:nth-child(odd) .event-title {
    background-color: #fff
}

.event-type .odd-container .event-row:nth-child(even) .event-title {
    background-color: #fff
}

.event-type .odd-container .event-time {
    background: #fff;
    border-radius: 4px;
    padding: 1px 8px 1px 8px;
    color: green;
    border: 1px solid green;
    font-size: 10px;
    font-weight: 500;
    height: 22px;
    line-height: 20px;
    margin: 5px 8px 0 8px
}

.event-type .odd-container .odd-rate {
    display: block;
    float: left;
    text-decoration: none;
    width: 80px;
    height: 30px;
    line-height: 28px;
    margin-right: 1px;
    border: 1px solid #4b0242;
    background: #fff;
    border-radius: 3px;
    color: #4b0242;
    text-align: center;
    margin-top: 1px;
    margin-bottom: 1px;
    font-weight: 500
}

.event-type .odd-container .odd-rate:hover {
    background: #4b0242;
    color: #fff
}

.event-type .odd-container .passive {
    border: 0 !important;
    cursor: default !important;
    background: #ddd !important;
    color: #ddd !important
}

.event-type .odd-container .passive-ev {
    border: 0 !important;
    cursor: default !important;
    background: #ddd !important;
    color: #ddd !important
}

.event-type .odd-container .passive-ma {
    border: 0 !important;
    cursor: default !important;
    background: #ddd !important;
    color: #ddd !important
}

.event-type .odd-container .odd-all {
    display: block;
    float: right;
    text-decoration: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 1px;
    text-align: center;
    margin-top: 1px;
    margin-bottom: 1px;
    font-weight: 500;
    color: #4b0242
}

.event-type .odd-container .red-arrow {
    color: red !important;
    padding-right: 3px
}

.event-type .odd-container .red-back {
    border: 1px solid red;
    color: #fff !important;
    background: red !important
}

.event-type .odd-container .green-arrow {
    color: green !important;
    padding-right: 3px
}

.event-type .odd-container .green-back {
    border: 1px solid green;
    color: #fff !important;
    background: green !important
}

.event-type .odd-container .passive .red-arrow {
    color: #ddd !important
}

.event-type .odd-container .passive .green-arrow {
    color: #ddd !important
}

.event-type .odd-container .passive-ev .red-arrow {
    color: #ddd !important
}

.event-type .odd-container .passive-ev .green-arrow {
    color: #ddd !important
}

.event-type .odd-container .passive-ma .red-arrow {
    color: #ddd !important
}

.event-type .odd-container .passive-ma .green-arrow {
    color: #ddd !important
}

.event-type .odd-container .selected-odd {
    color: #fff;
    background: #4b0242 !important;
    cursor: default !important
}

.score-type .title {
    display: block;
    text-decoration: none;
    text-align: right;
    color: #4b0242;
    background: #fff;
    border-radius: 6px 6px 0 0;
    padding: 10px 9px 10px 9px;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.score-type .title .text {
    float: right;
    margin-right: 0;
    padding: 0 21px 0 21px;
    padding-left: 6px;
    background-repeat: no-repeat;
    background-position: right 0 center
}

.score-type .title .text span {
    display: inline-block
}

.score-type .title .yellow {
    color: #4b0242;
    font-weight: 500
}

.score-type .title .odd-title {
    float: right;
    margin-right: 1px;
    width: 80px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    text-align: center
}

.score-type .score-container {
    padding-bottom: 6px;
    background: #fff;
    color: #000;
    font-size: 14px;
    border-radius: 0 0 6px 6px
}

.score-type .score-container .team {
    float: right;
    border-left: 1px solid #ccc;
    width: calc(50% - 150px);
    padding: 0 9px 0 9px;
    height: 30px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.score-type .score-container .score {
    float: right;
    color: #4b0242;
    border-left: 1px solid #ccc;
    text-align: center;
    width: 50px;
    height: 30px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.score-type .score-container .status {
    float: right;
    color: #555;
    border-left: 1px solid #ccc;
    text-align: center;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.score-type .score-container .time {
    float: right;
    color: #4b0242;
    text-align: center;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.score-type .score-container .score-row:nth-child(odd) {
    background-color: #fff
}

.score-type .score-container .score-row:nth-child(even) {
    background-color: #fff
}

.market-type .title {
    display: block;
    text-decoration: none;
    text-align: left;
    color: #4b0242;
    background: #fff;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px 6px 0 0
}

.market-type .odd-container {
    background: #fff;
    color: #000;
    font-size: 14px;
    padding-bottom: 6px;
    border-radius: 0 0 6px 6px
}

.market-type .odd-container .odd-double {
    width: 50%
}

.market-type .odd-container .odd-triple {
    width: 33.33%
}

.market-type .odd-container .odd-link {
    float: right;
    display: block;
    text-decoration: none;
    color: #000
}

.market-type .odd-container .odd-link .odd-title {
    float: left;
    width: calc(100% - 83px);
    background: #f3e8f1;
    border-radius: 3px;
    padding: 5px 10px 5px 10px;
    margin-top: 2px;
    margin-bottom: 1px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis
}

.market-type .odd-container .odd-link .odd-line {
    display: inline-block;
    background: green;
    border-radius: 4px;
    padding: 1px 8px 1px 8px;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    margin: 0 8px 0 8px
}

.market-type .odd-container .odd-link .odd-rate {
    float: left;
    width: 80px;
    border: 1px solid #4b0242;
    border-radius: 3px;
    color: #4b0242;
    text-align: center;
    padding: 5px 10px 5px 10px;
    margin-top: 1px;
    margin-bottom: 1px;
    font-weight: 500
}

.market-type .odd-container .odd-link .odd-rate::after {
    clear: both;
    height: 0
}

.market-type .odd-container .odd-link:hover .odd-rate {
    background: #4b0242;
    color: #fff
}

.market-type .odd-container .passive-link {
    color: #000 !important;
    cursor: default !important
}

.market-type .odd-container .passive-link .odd-title {
    background: #fff !important;
    color: #ddd !important;
    cursor: default !important
}

.market-type .odd-container .passive-link .odd-line {
    background: rgba(0, 128, 0, .3) !important
}

.market-type .odd-container .passive-link-ev {
    color: #000 !important;
    cursor: default !important
}

.market-type .odd-container .passive-link-ev .odd-title {
    background: #fff !important;
    color: #ddd;
    cursor: default !important
}

.market-type .odd-container .passive-link-ev .odd-line {
    background: rgba(0, 128, 0, .3) !important
}

.market-type .odd-container .passive-link-ma {
    color: #000 !important;
    cursor: default !important
}

.market-type .odd-container .passive-link-ma .odd-title {
    background: #fff !important;
    color: #ddd;
    cursor: default !important
}

.market-type .odd-container .passive-link-ma .odd-line {
    background: rgba(0, 128, 0, .3) !important
}

.market-type .odd-container .passive {
    border: 1px solid #ddd !important;
    cursor: default !important;
    background: #ddd !important;
    color: #ddd !important
}

.market-type .odd-container .passive-ev {
    border: 1px solid #ddd !important;
    cursor: default !important;
    background: #ddd !important;
    color: #ddd !important
}

.market-type .odd-container .passive-ma {
    border: 1px solid #ddd !important;
    cursor: default !important;
    background: #ddd !important;
    color: #ddd !important
}

.market-type .odd-container .red-arrow {
    color: red !important;
    padding-right: 3px
}

.market-type .odd-container .red-back {
    border: 1px solid red;
    color: #fff !important;
    background: red !important
}

.market-type .odd-container .green-arrow {
    color: green !important;
    padding-right: 3px
}

.market-type .odd-container .green-back {
    border: 1px solid green;
    color: #fff !important;
    background: green !important
}

.market-type .odd-container .passive .red-arrow {
    color: #ddd !important
}

.market-type .odd-container .passive .green-arrow {
    color: #ddd !important
}

.market-type .odd-container .passive-ev .red-arrow {
    color: #ddd !important
}

.market-type .odd-container .passive-ev .green-arrow {
    color: #ddd !important
}

.market-type .odd-container .passive-ma .red-arrow {
    color: #ddd !important
}

.market-type .odd-container .passive-ma .green-arrow {
    color: #ddd !important
}

.market-type .odd-container .selected-odd {
    background: #fff !important
}

.market-type .odd-container .selected-odd .odd-rate {
    background: #000 !important;
    color: #fff !important;
    cursor: default !important
}

.market-type .odd-container .selected-odd .odd-title {
    color: #000 !important;
    background: #ddd !important;
    cursor: default !important
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px
}

.data-table td,
.data-table th {
    padding: 8px 5px;
    color: #202a47
}

.data-table th {
    border-bottom: 1px solid #ccc
}

.data-table tbody tr:nth-child(odd) td {
    background: #fbf0f9
}

.data-table tbody tr:nth-child(even) td {
    background: #fff
}

.data-table a {
    text-decoration: none;
    color: #202a47
}

.data-table a:hover {
    text-decoration: underline
}

.data-table .s-waiting {
    color: #00f !important
}

.data-table .s-answered {
    color: green !important
}

.data-table .s-closed {
    color: #383838 !important
}

.data-table .sub-row {
    background: #fff !important;
    padding: 0
}

.data-table .active-row td {
    background: #202a47 !important;
    color: #fff !important
}

.data-sub-container {
    border-top: 4px solid #202a47;
    border-bottom: 4px solid #202a47;
    padding-top: 8px;
    padding-bottom: 8px
}

.data-sub-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px
}

.data-sub-table td,
.data-sub-table th {
    padding: 8px 5px;
    color: #202a47;
    background: #fff !important
}

.data-sub-table th {
    border-bottom: 1px solid #ccc
}

.data-sub-table tbody td {
    background: #fbf0f9
}

.data-sub-table .badge {
    background: green;
    padding: 0 6px;
    border-radius: 4px;
    color: #fff;
    font-size: 10px
}

.pagination {
    margin-top: 15px
}

.pagination a {
    display: inline-block;
    min-width: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin: 3px;
    border: 1px solid #ccc;
    color: #202a47;
    padding: 5px
}

.pagination .active,
.pagination a:hover {
    background: #fbf0f9 !important
}

.pagination .info {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin: 0 10px
}

.support-container .bubble {
    max-width: 80%;
    min-width: 30%;
    padding: 10px;
    border-radius: 10px;
    margin: 4px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%
}

.support-container .user_bubble .icon {
    float: left;
    width: 45px;
    height: 45px;
    background: url(../images/member.png)
}

.support-container .user_bubble .bubble {
    float: left;
    background: #9fd8a4;
    text-align: left
}

.support-container .user_bubble .time {
    clear: both;
    margin-left: 55px;
    text-align: left;
    font-size: 12px;
    color: #567558
}

.support-container .admin_bubble .icon {
    float: right;
    width: 45px;
    height: 45px;
    background: url(../images/agent.png)
}

.support-container .admin_bubble .bubble {
    float: right;
    background: #e6e6e6;
    text-align: right
}

.support-container .admin_bubble .time {
    clear: both;
    margin-right: 55px;
    text-align: right;
    font-size: 12px;
    color: #a7a7a7
}

.slip-container .amounts {
    width: 100%;
    background: #4b0242;
    color: #fff;
    font-weight: 500;
    padding: 10px 0;
    text-align: center;
    line-height: 160%
}

.slip-container .buttons {
    width: 100%;
    padding: 15px 0;
    background: #fff;
    text-align: center
}

.slip-container .buttons .checkbox {
    margin-bottom: 15px;
    font-size: 14px
}

.slip-container .buttons .slip-currency {
    font-size: 14px;
    color: #000;
    font-weight: 500
}

.slip-container .buttons .slip-currency-type {
    font-size: 14px
}

.slip-container .form-button {
    border-radius: 6px;
    border: 1px solid #4b0242;
    background: #4b0242;
    display: inline-block;
    color: #fff;
    padding: 7px 20px 7px 20px;
    text-decoration: none;
    font-weight: 400
}

.slip-container .form-button:hover {
    color: #4b0242;
    background: #fff
}

.slip-container .red-button {
    border: 1px solid red;
    color: red;
    background: #fff !important
}

.slip-container .red-button:hover {
    color: #fff !important;
    background: red !important
}

.slip-container .form-loading {
    display: none;
    width: 43px;
    height: 30px;
    background: url(../images/loader.gif?) no-repeat;
    background-position: center
}

.slip-container .slip-title {
    float: right;
    display: block;
    text-decoration: none;
    width: 50%;
    color: #ccc;
    border-bottom: 5px solid #ccc;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    padding: 6px 0
}

.slip-container .slip-active {
    color: #4b0242 !important;
    border-bottom: 5px solid #4b0242 !important
}

.slip-container .amount-input {
    width: 100%;
    background: #ddd;
    padding: 10px 5px 1px 5px
}

.slip-container .amount-input .text {
    float: right;
    width: 50%;
    text-align: right;
    padding-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    padding-top: 2px
}

.slip-container .amount-input .amount {
    float: left;
    width: 50%
}

.slip-container .amount-input .amount input {
    width: 100%;
    font-size: 14px;
    border: 1px solid #27585a
}

.slip-container .amount-input .total-rate {
    text-align: left;
    padding-left: 4px;
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 12px;
    color: #000
}

.slip-container .slip-event {
    border-bottom: 1px dotted #383838
}

.slip-container .slip-remove {
    float: left;
    width: 30px;
    margin-top: 9px;
    text-align: left;
    padding-left: 9px
}

.slip-container .slip-remove a {
    text-decoration: none;
    color: #e74c3c
}

.slip-container .slip-row {
    float: right;
    padding-right: 5px;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    margin-top: 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.slip-container .slip-first-row {
    width: calc(100% - 30px) !important
}

.slip-container .slip-market {
    color: #999 !important
}

.slip-container .slip-bet {
    width: calc(100% - 80px) !important
}

.slip-container .slip-bet-price {
    float: left;
    font-weight: 500;
    font-size: 14px;
    width: 80px;
    margin-top: 9px;
    text-align: left;
    padding-left: 9px;
    color: #383838
}

.slip-container .event-amount {
    float: right;
    text-align: right;
    width: 50%;
    padding-right: 5px;
    margin-top: 9px
}

.slip-container .event-amount input {
    width: 90%;
    font-size: 14px;
    border: 1px solid #27585a
}

.slip-container .slip-event-won {
    float: left;
    text-align: left;
    padding-left: 5px;
    width: 50%;
    margin-top: 9px;
    font-size: 14px;
    padding-top: 3px
}

.slip-container .event-changed {
    display: none;
    position: relative;
    top: -57px;
    height: 0;
    width: 300px
}

.slip-container .event-changed .background {
    background: rgba(0, 0, 0, .8);
    width: 300px;
    height: 56px
}

.slip-container .event-changed .text {
    text-align: center;
    position: relative;
    top: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    font-weight: 300
}

.slip-container .end {
    clear: both;
    height: 10px
}

.splash-view {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 9999999
}

.splash-view .splash-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 30%;
    background: #fff;
    border: 3px solid #000
}

.splash-view .splash-header {
    width: 100%;
    padding: 10px;
    background: #4b0242;
    color: #fff;
    font-weight: 400
}

.splash-view .splash-content {
    overflow: auto;
    padding: 10px;
    max-width: 600px;
    max-height: 400px
}

.account-page-photo {
    width: 100px
}

.account-page-container {
    margin-right: 25px;
    color: #202a47
}

.withdraw-description {
    background: #ffdbdb;
    margin: 15px;
    margin-bottom: 0;
    padding: 10px;
    color: #000
}

.topup-success {
    background: #376937;
    color: #fff;
    font-weight: 400;
    margin-bottom: 25px;
    text-align: center;
    border-radius: 6px
}

.topup-fail {
    background: #823434;
    color: #fff;
    font-weight: 400;
    margin-bottom: 25px;
    text-align: center;
    border-radius: 6px
}

.verify-human {
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 400px;
    max-width: 95%;
    padding: 25px;
    border: 1px solid #383838;
    font-size: 20px;
    font-weight: 400;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2)
}

.verify-human .title {
    color: #4b0242
}

@media screen and (min-width:1001px) {
    .mobile {
        display: none
    }
}

.stats-frame {
	height: 660px;
}

@media screen and (max-width:1000px) {

    body {
        background: #17191f
    }

	.stats-frame {
		height: 460px;
	}

    .desktop {
        display: none
    }

    .p15 {
        padding: 7px
    }

    .p30 {
        padding: 10px
    }

    .ts {
        text-shadow: 1px 1px #000
    }

    .medium {
        font-weight: 300
    }

    .main-splash .image-container {
        height: 200px;
        margin-top: 50px !important
    }

    .main-splash .box-container {
        height: 90px;
        margin-top: -90px
    }

    .page-content {
        margin-top: 50px !important
    }

    .main-games-box .game {
        width: calc(100% - 6px);
        margin-right: 3px;
        margin-top: 3px
    }

    .main-games-box .game .title {
        display: block;
        margin-top: -50px
    }

    .event-container {
        width: 100%;
        margin: 0
    }

    .rear-bar-mobile {
        display: none;
        position: fixed;
        width: 100%;
        left: 0;
        top: 50px;
        height: calc(100% - 50px);
        background: rgba(0, 0, 0, .95);
        z-index: 999998;
        overflow: auto
    }

    .form-container {
        width: calc(100% - 20px)
    }

    .form-container .form-title {
        width: 100%;
        margin: 8px 6px 8px 6px
    }

    .form-container .form-element {
        width: 100%
    }

    .game-place {
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 999999
    }

    .item-2-box,
    .item-box {
        width: calc(100% - 6px);
        margin-right: 3px
    }

    .market-type .odd-container .odd-double {
        width: 100%
    }

    .market-type .odd-container .odd-triple {
        width: 100%
    }

    .event-type .title .text {
        width: calc(100% - 156px)
    }

    .event-type .title .odd-title {
        width: 50px
    }

    .event-type .odd-container .event-title {
        font-size: 12px;
        padding: 0 3px 0 3px;
        width: calc(100% - 157px);
        background: inherit
    }

    .event-type .odd-container .odd-rate {
        font-size: 12px;
        width: 50px
    }

    .event-type .odd-container .event-time {
        border: 0;
        border-radius: 2px;
        padding: 1px 2px 1px 2px;
        color: green;
        font-size: 10px;
        font-weight: 500;
        height: 16px;
        line-height: 16px;
        margin: 7px 6px 0 6px
    }

    .event-type .odd-container .odd-all {
        display: none
    }

    .score-type .score-container {
        font-size: 12px
    }

    .score-type .score-container .team {
        width: calc(50% - 30px);
        padding: 0 4px 0 4px
    }

    .score-type .score-container .score {
        width: 30px
    }

    .score-type .score-container .status {
        display: none
    }

    .score-type .score-container .time {
        display: none
    }

    .event-container .title {
        font-size: 12px
    }

    .event-container .score-box {
        margin-right: 2px;
        width: 30px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
        font-weight: 400
    }

    .event-container .score-box .line-1 {
        margin-top: -12px;
        border-top: 1px solid rgba(0, 0, 0, .25)
    }

    .event-container .football .card {
        width: 8px;
        height: 12px;
        border-radius: 2px
    }

    .event-container .football .team {
        padding: 4px;
        margin-right: 3px;
        width: calc(50% - 45px);
        height: 70px;
        font-size: 14px
    }

    .event-container .football .score {
        width: 81px
    }

    .event-container .football .score-middle {
        width: 15px !important
    }

    .event-container .football .time {
        margin-right: 2px;
        margin-top: 2px;
        margin-bottom: 5px;
        width: 81px;
        font-weight: 300;
        font-size: 12px
    }

    .event-container .football .time span {
        display: block;
        font-weight: 500;
        margin-top: 0;
        line-height: 22px
    }

    .event-container .others .wi-1 {
        width: calc(100% - 32px)
    }

    .event-container .others .wi-2 {
        width: calc(100% - 64px)
    }

    .event-container .others .wi-3 {
        width: calc(100% - 96px)
    }

    .event-container .others .wi-4 {
        width: calc(100% - 128px)
    }

    .event-container .others .wi-5 {
        width: calc(100% - 160px)
    }

    .event-container .others .wi-6 {
        width: calc(100% - 192px)
    }

    .event-container .others .wi-7 {
        width: calc(100% - 224px)
    }

    .event-container .others .wi-8 {
        width: calc(100% - 256px)
    }

    .event-container .others .team {
        height: 25px;
        line-height: 25px;
        font-weight: 400;
        font-size: 14px;
        padding: 0 3px 0 3px
    }

    .event-container .others .time {
        padding: 0 3px 0 3px;
        line-height: 25px;
        font-weight: 400;
        font-size: 12px;
        color: #fff
    }

    .event-container .others .score-head {
        margin-right: 2px;
        width: 30px;
        line-height: 25px;
        font-weight: 300;
        font-size: 10px
    }

    .static-menu {
        width: calc(100% - 10px);
        display: block;
        margin-right: 10px
    }

    .static-content {
        width: 100%;
        margin-top: -10px
    }

    .data-table td,
    .data-table th {
        padding: 4px 0;
        font-size: 12px;
        font-weight: 400 !important
    }

    .data-sub-table td,
    .data-sub-table th {
        padding: 4px 0;
        font-size: 12px;
        font-weight: 400 !important
    }

    .support-container .user_bubble .time {
        margin-left: 10px
    }

    .support-container .admin_bubble .time {
        margin-right: 10px
    }

    .event-type .odd-container .odd-rate:hover {
        color: initial;
        background: initial
    }

    .market-type .odd-container .odd-link:hover {
        color: initial
    }

    .market-type .odd-container .odd-link:hover .odd-title {
        color: initial;
        background: initial
    }

    .market-type .odd-container .odd-link:hover .odd-rate {
        color: initial;
        background: initial
    }

    .mobile-overflow-x {
        overflow-x: auto !important
    }

    .long-table-container {
        width: 800px !important
    }

    .form-container .form-link:hover {
        color: #82828e
    }

    .form-container .form-button:hover {
        color: #fff
    }

    .splash-view .splash-container {
        min-width: 90%
    }
}

.mobile-bar {
    height: 50px;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: #4b0242;
    z-index: 999990;
    border-bottom: 1px solid #ffbb02
}

.mobile-bar .icon {
    float: right;
    width: 40px;
    text-align: center;
    margin-top: 10px
}

.mobile-bar .icon a {
    font-size: 24px;
    color: #ddd;
    text-decoration: none
}

.mobile-bar .logo {
    float: right;
    width: calc(100% - 160px);
    margin-top: 5px
}

.mobile-bar .badge {
    display: none;
    position: fixed;
    left: 3px;
    top: 3px;
    border-radius: 8px;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    font-weight: 400;
    background: red;
    color: #fff
}

.mobile-bar-holder {
    width: 100%;
    height: 50px
}

.mobile-footer-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    background: #4b0242;
    z-index: 999990;
    border-top: 1px solid #ffbb02;
    font-size: 0px
}

.mobile-footer-bar a {
    width: 20%;
    display: inline-block;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: #ddd;
    text-decoration: none;
    font-weight: 300;
    padding-top: 32px;
    background-repeat: no-repeat;
    background-position: center 6px
}

.mobile-footer-bar .sport {
    background-image: url(../icons/top-bar/sport.png)
}

.mobile-footer-bar .live {
    background-image: url(../icons/top-bar/live.png)
}

.mobile-footer-bar .scores {
    background-image: url(../icons/top-bar/scores.png)
}

.mobile-footer-bar .casino {
    background-image: url(../icons/top-bar/casroom.png)
}

.mobile-footer-bar .account {
    background-image: url(../icons/top-bar/account.png)
}

.mobile-footer-bar .active {
    color: #ffbb02 !important
}

.mobile-menu {
    display: none;
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    height: 100%;
    z-index: 999995;
    background: rgba(0, 0, 0, .95);
    overflow: auto
}

.mobile-menu .info {
    text-align: center;
    color: #ff0;
    margin-top: 25px;
    line-height: 150%
}

.mobile-menu .info .name {
    color: #fff
}

.mobile-menu .buttons {
    text-align: center;
    padding: 20px 0;
    margin-top: 6px
}

.mobile-menu .buttons a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    background: #4b0242;
    border-radius: 4px;
    padding: 6px 10px;
    margin: 4px 4px
}

.mobile-menu .items {
    width: 100%;
    padding: 10px 0 30px 0;
    margin-bottom: 400px
}

.mobile-menu .items a {
    background: #1b1504;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 8px 0;
    margin: 5px 0;
    font-weight: 400
}

.mobile-menu .language-box {
    display: none;
    margin-bottom: 10px
}

.mobile-menu .language-box a {
    display: block;
    color: #ffbb02;
    text-decoration: none;
    padding: 5px;
    text-align: center
}

.link.categorie-link.categorie.scategory {
    background-color: rgba(0,0,0,0.2) !important
}

.ltr {
    direction: ltr !important
}

.rtl {
    direction: rtl !important
}

.tkstar-hidden {
	display: none !important;
}

.tkstar-shown {
	display: block !important;
}