@font-face {
    font-family: 'ProductIconsFont';
    src: url('/Content/fonts/ProductIconsFontv26/ProductIconsFont031.eot?');
    src: url('/Content/fonts/ProductIconsFontv26/ProductIconsFont031.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/ProductIconsFontv26/ProductIconsFont031.ttf') format('truetype'), url('/Content/fonts/ProductIconsFontv26/ProductIconsFont031.woff') format('woff'), url('/Content/fonts/ProductIconsFontv26/ProductIconsFont031.svg#ProductIconsFontvNew') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'ProductIconsFont27';
    src: url('/Content/fonts/ProductIconsFontv27/ProductIconsFont032.eot?');
    src: url('/Content/fonts/ProductIconsFontv27/ProductIconsFont032.eot?#iefix') format('embedded-opentype'), url('/Content/fonts/ProductIconsFontv27/ProductIconsFont032.ttf') format('truetype'), url('/Content/fonts/ProductIconsFontv27/ProductIconsFont032.woff') format('woff'), url('/Content/fonts/ProductIconsFontv27/ProductIconsFont032.svg#ProductIconsFontvNew') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "iconsDinamicMenu";
    src: url("/Content/fonts/dynamic_menu_icons_font/menu_icons_font.eot?");
    src: url("/Content/fonts/dynamic_menu_icons_font/menu_icons_font.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/dynamic_menu_icons_font/menu_icons_font.woff2") format("woff2"), url("/Content/fonts/dynamic_menu_icons_font/menu_icons_font.woff") format("woff"), url("/Content/fonts/dynamic_menu_icons_font/menu_icons_font.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: iconsFont;
    src: url('/content/fonts/new_casino_fonts/icomoon.woff') format('woff'), url('/content/fonts/new_casino_fonts/icomoon.ttf') format('truetype'), url('/content/fonts/new_casino_fonts/icomoon.svg') format('svg')
}

:root {
    --bg-level-1: #212121;
    --bg-level-2: #424242;
    --bg-level-3: #616161;
    --bg-level-4: #757575;
    --bg-level-5: #4d4d4d;
    --text-level-high: #fff;
    --text-level-medium: #bdbdbd;
    --text-level-low: #9e9e9e;
    --icon-level-high: #fff;
    --icon-level-medium: #e8e8e8;
    --icon-level-low: #9e9e9e;
    --btn-primary: #26a69a;
    --btn-primary-text: #fff;
    --btn-secondary: #bdbdbd;
    --btn-secondary-text: #000;
    --badge-notification: #ff5252;
    --badge-bonus: #f88543;
    --cwPrimary: #f88543;
    --text-on-primary: #fff;
    --general-border: #5c5c5c;
    --cwHeaderHeight: 64px;
    --text-message-success: #26a69a
}

html[data-theme='light'] {
    --bg-level-1: #e8e8e8;
    --bg-level-2: #f2f2f2;
    --bg-level-3: #fbfbfb;
    --bg-level-4: #fff;
    --bg-level-5: #fff;
    --text-level-high: #212121;
    --text-level-medium: #616161;
    --text-level-low: #9e9e9e;
    --icon-level-high: #424242;
    --icon-level-medium: #757575;
    --icon-level-low: #9e9e9e;
    --general-border: #dbdbdb
}

.m-0 {
    margin: 0 !important
}

* {
    box-sizing: border-box
}

*:focus {
    outline: 0
}

b,
strong,
.bold {
    font-weight: bold
}

em {
    font-style: italic
}

.ofh {
    overflow: hidden
}

.mobBlock {
    display: block !important
}

.spacer {
    margin: 10px 0
}

.symbol {
    font-family: 'ProductIconsFont';
    font-weight: normal;
    font-style: normal
}

.d-inline-block {
    display: inline-block
}

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

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

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

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

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

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

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

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

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

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

.f-size-30 {
    font-size: 30px
}

.mt-auto {
    margin-top: auto
}

.mt-2 {
    margin-top: 16px
}

.mt-3 {
    margin-top: 24px
}

.mb-2 {
    margin-bottom: 16px
}

.px-1 {
    padding: 0 4px
}

.regErMes21 {
    color: #ffb602;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 12px
}

.regErMes18 {
    color: #f00;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 12px
}

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

.menuBtn {
    width: 100%;
    height: 40px;
    background-color: #333;
    color: #fff !important;
    margin-bottom: 8px;
    padding: 0 8px
}

.menuBtnSm {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #333;
    color: #fff !important;
    margin-bottom: 8px;
    padding: 0 8px;
    display: block
}

.lblInboxCount1 {
    padding: 0 5px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-family: 'Roboto', sans-serif
}

.heading {
    background-color: #333;
    font-size: 17px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff
}

.heading:empty {
    height: 0;
    padding: 0;
    border: 0
}

.sub_heading {
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin: 4px 0;
    width: 100%;
    display: block
}

#errValM:after {
    content: "p";
    font-family: ProductIconsFont;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    margin-right: 5px
}

.menuRow {
    width: 100%;
    min-height: 35px;
    color: #fff !important;
    margin-bottom: 8px;
    padding: 0 8px;
    font-size: 13px;
    font-weight: normal !important
}

.menuBtn .txt {
    font-size: 13px;
    padding: 0 8px
}

.warning {
    max-width: 350px;
    background-color: #fff;
    color: #111;
    text-align: center;
    display: block;
    margin: 4px auto;
    border-radius: 3px;
    padding: 0 5px
}

.error {
    color: #f00
}

.accRowClr {
    background-color: #dadada;
    color: #111;
    height: 30px
}

.accRowClr.message {
    background-color: #c1c1c1
}

.accRowClr td {
    padding: 4px
}

.accRowClr td,
.accRowClr td a {
    color: #111
}

.tbl {
    margin-bottom: 8px
}

.alCen,
.alcen {
    align-items: center;
    -webkit-box-align: center
}

.alEnd {
    align-items: flex-end;
    -webkit-box-align: end
}

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

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

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

.ns {
    flex-shrink: 0;
    flex-grow: 0
}

.ic {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 22px
}

.dont-shrink {
    flex-shrink: 0;
    flex-grow: 0
}

.no_scroll {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
}

.loading_span {
    width: 100%;
    text-align: center;
    display: block;
    color: #fff
}

.btn_prim {
    color: #fff !important;
    border-radius: 2px;
    height: 30px;
    line-height: 30px !important;
    text-align: center !important
}

.account_content .btn_prim {
    height: 34px;
    line-height: 1.2 !important
}

.account_content .btn_prim.cancel-withdrawal-link {
    height: 34px;
    line-height: 34px !important
}

.account_content #js_activate_Email {
    margin-top: 12px
}

.account_content #js_activate_Mobile {
    margin-top: 12px
}

.btn_prim.document-upload-btn {
    margin: 0;
    line-height: 1.4 !important;
    height: 30px !important;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600
}

.clr_prim {
    background-color: #f14100;
    color: #fff !important
}

.clr_sec {
    background-color: #333;
    color: #fff !important
}

.btn_sec {
    background-color: #4d4d4d !important;
    color: #fff !important;
    border-radius: 2px;
    height: 30px;
    line-height: 30px !important;
    text-align: center !important
}

.btn_green {
    background-color: #090;
    color: #fff
}

.btn_grey {
    background-color: #212121;
    color: #fff;
    border-radius: 2px;
    height: 30px;
    line-height: 30px !important;
    text-align: center !important
}

.bgMain {
    background-color: #111
}

.platformMobLanga {
    width: 40px;
    margin: 3px
}

.reg_info {
    font-size: 12px;
    display: block;
    text-align: center
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.block {
    display: block
}

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

.colorWhite {
    color: #fff
}

.colorOrange {
    color: #ffb700
}

.colorBlue {
    color: #2985d2
}

.acc_message {
    line-height: 20px;
    background-color: #fff;
    border-radius: 2px;
    text-align: center
}

.cbCont {
    padding: 0 20px
}

.cbCont>input {
    display: none
}

.cbCont>span {
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px
}

.cbCont>span:before {
    font-family: ProductIconsFont;
    content: "3"
}

.cbCont>input:checked+span:before {
    content: "4"
}

.primary-btn {
    background-color: var(--cwPrimary) !important;
    color: var(--text-on-primary) !important;
    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;
    -webkit-column-gap: 11px;
    column-gap: 11px;
    padding: 12px 6px;
    border-radius: 8px !important
}

.primary-btn.disabled {
    opacity: .5;
    cursor: default
}

.primary-btn.primary-btn--bordered {
    background-color: transparent !important;
    color: var(--cwPrimary) !important;
    border: 1px solid;
    text-transform: uppercase
}

.secondary-btn {
    background-color: var(--btn-primary) !important;
    color: var(--btn-primary-text) !important;
    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;
    -webkit-column-gap: 11px;
    column-gap: 11px;
    padding: 9px 24px;
    border-radius: 8px
}

.secondary-btn.disabled {
    opacity: .5;
    cursor: default
}

.lang {
    width: 21px;
    height: 15px;
    display: block;
    overflow: hidden;
    background-position: 20px 0;
    background-repeat: no-repeat
}

.lang.hy {
    background-position: 0 0
}

.lang.bs {
    background-position: 0 -15px
}

.lang.de {
    background-position: 0 -30px
}

.lang.en {
    background-position: 0 -45px
}

.lang.es {
    background-position: 0 -60px
}

.lang.fa {
    background-position: 0 -75px
}

.lang.fr {
    background-position: 0 -90px
}

.lang.he {
    background-position: 0 -105px
}

.lang.hr {
    background-position: 0 -120px
}

.lang.ar {
    background-position: 0 -135px
}

.lang.it {
    background-position: 0 -150px
}

.lang.ko {
    background-position: 0 -165px
}

.lang.ku {
    background-position: 0 -180px
}

.lang.pt {
    background-position: 0 -195px
}

.lang.ru {
    background-position: 0 -210px
}

.lang.sr {
    background-position: 0 -225px
}

.lang.tr {
    background-position: 0 -240px
}

.lang.kz {
    background-position: 0 -255px
}

.lang.uk {
    background-position: 0 -270px
}

.lang.da {
    background-position: 0 -285px
}

.lang.fi {
    background-position: 0 -300px
}

.lang.cs {
    background-position: 0 -315px
}

.lang.sv {
    background-position: 0 -330px
}

.lang.ka {
    background-position: 0 -345px
}

.lang.no {
    background-position: 0 -360px
}

.lang.th {
    background-position: 0 -375px
}

.lang.cc {
    background-position: 0 -390px
}

.lang.az {
    background-position: 0 -405px
}

.lang.zh {
    background-position: 0 -390px
}

.lang.br {
    background-position: 0 -418px
}

.lang.hi {
    background-position: 0 -433px
}

.lang.ar-tn,
.lang.aeb {
    background-position: 0 -446px
}

.lang.sq {
    background-position: 0 -461px
}

.lang.mne {
    background-position: 0 -492px
}

.lang.uz {
    background-position: 0 -538px
}

.lang.sk {
    background-position: 0 -569px
}

.lang.cs {
    background-position: 0 -585px
}

.lang.kk {
    background-position: 0 -602px
}

.lang.ro {
    background-position: 0 -553px
}

.lang.ja {
    background-position: 0 -507px
}

.lang.el {
    background-position: 0 -620px
}

.lang.lt {
    background-position: 0 -638px
}

.lang.my {
    background-position: 0 -656px
}

.lang.sl {
    background-position: 0 -673px
}

.lang.bg {
    background-position: 0 -691px
}

.lang.vi {
    background-position: 0 -707px
}

.lang.bn {
    background-position: 0 -725px
}

.lang.be {
    background-position: 0 -742px
}

.mob_select_lang_flag {
    position: absolute;
    left: 20px;
    top: 15px
}

.mob_select_lang_flag-circle {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 25px auto;
    width: 25px;
    height: 25px;
    position: absolute;
    inset-inline-start: 10px;
    top: 10px
}

.mob_select_lang_flag-circle.ru {
    background-position-y: -25px
}

.mob_select_lang_flag-circle.en {
    background-position-y: -50px
}

.mob_select_lang_flag-circle.hy {
    background-position-y: -75px
}

.mob_select_lang_flag-circle.tr {
    background-position-y: -100px
}

.mob_select_lang_flag-circle.bs {
    background-position-y: -125px
}

.mob_select_lang_flag-circle.fa-basketball {
    background-position-y: -150px
}

.mob_select_lang_flag-circle.kw {
    background-position-y: -175px
}

.mob_select_lang_flag-circle.sr {
    background-position-y: -200px
}

.mob_select_lang_flag-circle.hr {
    background-position-y: -225px
}

.mob_select_lang_flag-circle.uk {
    background-position-y: -250px
}

.mob_select_lang_flag-circle.ku {
    background-position-y: -274px
}

.mob_select_lang_flag-circle.il {
    background-position-y: -300px
}

.mob_select_lang_flag-circle.es-spanish {
    background-position-y: -325px
}

.mob_select_lang_flag-circle.it {
    background-position-y: -374px
}

.mob_select_lang_flag-circle.fr {
    background-position-y: -400px
}

.mob_select_lang_flag-circle.de {
    background-position-y: -424px
}

.mob_select_lang_flag-circle.kr {
    background-position-y: -448px
}

.mob_select_lang_flag-circle.dk {
    background-position-y: -473px
}

.mob_select_lang_flag-circle.fi {
    background-position-y: -498px
}

.mob_select_lang_flag-circle.cs {
    background-position-y: -523px
}

.mob_select_lang_flag-circle.sv {
    background-position-y: -548px
}

.mob_select_lang_flag-circle.ka {
    background-position-y: -573px
}

.mob_select_lang_flag-circle.no {
    background-position-y: -598px
}

.mob_select_lang_flag-circle.zh {
    background-position-y: -623px
}

.mob_select_lang_flag-circle.zh-cht {
    background-position-y: -648px
}

.mob_select_lang_flag-circle.th {
    background-position-y: -673px
}

.mob_select_lang_flag-circle.kk {
    background-position-y: -698px
}

.mob_select_lang_flag-circle.az {
    background-position-y: -722px
}

.mob_select_lang_flag-circle.br {
    background-position-y: -747px
}

.mob_select_lang_flag-circle.ja {
    background-position-y: -772px
}

.mob_select_lang_flag-circle.hi {
    background-position-y: -797px
}

.mob_select_lang_flag-circle.pk {
    background-position-y: -822px
}

.mob_select_lang_flag-circle.lt {
    background-position-y: -847px
}

.mob_select_lang_flag-circle.aeb {
    background-position-y: -872px
}

.mob_select_lang_flag-circle.vn {
    background-position-y: -897px
}

.mob_select_lang_flag-circle.uz {
    background-position-y: -922px
}

.mob_select_lang_flag-circle.pol {
    background-position-y: -972px
}

.mob_select_lang_flag-circle.al {
    background-position-y: -996px
}

.mob_select_lang_flag-circle.et {
    background-position-y: -1022px
}

.mob_select_lang_flag-circle.es {
    background-position-y: -1046px
}

.mob_select_lang_flag-circle.ko {
    background-position-y: -1071px
}

.mob_select_lang_flag-circle.fa {
    background-position-y: -1096px
}

.mob_select_lang_flag-circle.pt {
    background-position-y: -1121px
}

.mob_select_lang_flag-circle.bn {
    background-position-y: -1148px
}

.mob_select_lang_flag-circle.be {
    background-position-y: -1175px
}

.mob_select_lang_flag-circle.ro {
    background-position-y: -1201px
}

.ui-panel-page-content-position-right.ui-panel-page-content-display-push {
    padding-right: 30px
}

.ui-panel-page-content-position-left.ui-panel-page-content-display-push {
    padding-left: 30px
}

.ProductIconsFont {
    font-family: ProductIconsFont;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 38px;
    left: 18px
}

html,
body {
    background: #111;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    height: 100%;
    line-height: 1.4;
    min-width: 280px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: inline;
    font-style: normal;
    font-weight: normal;
    margin: 0
}

a {
    color: inherit;
    outline: 0 none;
    text-decoration: none
}

img {
    vertical-align: middle
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

label.error {
    color: #d30000 !important;
    font-size: 11px
}

div.error {
    color: #d30000 !important;
    font-size: 16px
}

#overlay {
    background: rgba(0, 0, 0, .5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}

#wrapper {
    background: #111;
    width: 100%;
    min-width: 280px
}

#header .txt {
    color: #fff;
    font-size: 13px;
    height: 15px;
    line-height: 15px;
    padding: 0 4px
}

.btn_deposit {
    border-radius: 2px;
    background-color: #090
}

.btn_deposit:before {
    font-family: "iconsDinamicMenu";
    font-style: normal;
    font-weight: normal;
    font-size: 42px;
    line-height: 28px;
    width: 30px;
    display: block;
    text-align: center;
    height: 30px;
    content: ""
}

.orange_line {
    border: 0 !important;
    background: #ff4100;
    background: -moz-linear-gradient(left, #000 0%, #ff4100 50%, #000 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #000), color-stop(50%, #ff4100), color-stop(100%, #000));
    background: -webkit-linear-gradient(left, #000 0%, #ff4100 50%, #000 100%);
    background: -o-linear-gradient(left, #000 0%, #ff4100 50%, #000 100%);
    background: -ms-linear-gradient(left, #000 0%, #ff4100 50%, #000 100%);
    background: linear-gradient(to right, #000 0%, #ff4100 50%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
    height: 1px !important
}

.LinkToLeftPanel {
    width: 40px;
    height: 40px;
    display: block;
    color: #fff
}

.LinkToLeftPanel:before {
    content: "9";
    font-family: ProductIconsFont !important;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center
}

.tl_user_popup_container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 999;
    top: 0;
    left: 0
}

.tl_user_popup_header {
    background-color: #2b2b2b;
    border-radius: 2px 2px 0 0;
    height: 47px;
    width: 100%;
    align-items: center;
    padding: 0 16px
}

.tl_user_head_text {
    width: calc((100%) - 20px);
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 30px
}

.tl_user_head_close {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #757575;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease
}

.tl_user_popup_header .tl_user_head_close {
    top: 12px
}

.tl_user_head_close:after {
    content: "5";
    font-family: ProductIconsFont
}

.tl_user_head_close:hover {
    color: #fff
}

.tl_user_chkbox_cont {
    height: 30px;
    color: #fff;
    align-items: center;
    padding: 0 8px;
    font-size: 14px
}

.tl_user_chkbox_cont>input {
    margin-right: 8px
}

.bonuce_balance_currency {
    padding: 0 6px
}

.menu_deposit .bonuce_balance_currency {
    padding: 0
}

@media screen and (max-width:350px) {
    #header .txt {
        font-size: 11px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

@media screen and (max-width:360px) {
    #accountemail {
        max-width: 148px
    }
}

@media screen and (max-height:350px) {
    .gameload {
        max-width: 160px;
        width: 160px
    }
    .btngameload {
        max-width: 160px;
        width: 160px
    }
    .titlegameload {
        max-width: 160px;
        width: 160px
    }
}

@media screen and (min-height:351px) {
    .gameload {
        max-width: 240px;
        width: 240px
    }
    .btngameload {
        max-width: 240px;
        width: 240px
    }
    .titlegameload {
        max-width: 240px;
        width: 240px
    }
}

@media only screen and (max-width:450px) {
    .table-wrapper {
        width: 280px;
        overflow-x: scroll
    }
}

@media screen and (min-width:290px) {
    .ui-panel-dismiss-display-push {
        background: rgba(0, 0, 0, .4) !important
    }
}

@media screen and (max-width:490px) {
    #playername {
        display: none !important
    }
    .home-description {
        max-width: 160px
    }
    .inboxtitle {
        width: 120px
    }
    .tgresol {
        margin-left: 51px !important
    }
}

@media screen and (min-width:491px) {
    .home-description {
        max-width: 300px
    }
    #accountemail {
        max-width: 250px
    }
    .inboxtitle {
        width: 250px
    }
    .tgresol {
        margin-left: 96px !important
    }
}

@media screen and (min-width:591px) {
    .inboxtitle {
        width: 350px
    }
    #playername a {
        max-width: 220px !important
    }
}

#user-menu {
    padding-top: 10px
}

#user-menu li {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%
}

#user-menu a {
    display: block;
    font-size: 12px;
    line-height: 30px;
    margin: 0 10px 0 5px;
    text-align: center
}

#user-menu a.btn-sec {
    margin: 0 5px 0 10px
}

.separator {
    background: #f8ac91;
    height: 1px;
    margin: 5px auto;
    width: 90%
}

.sidebar-link {
    position: relative;
    z-index: 2
}

.panel {
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 270px;
    z-index: 9999;
    max-height: 100vh;
    max-height: 100dvh;
    padding-bottom: var(--cwNavbarBottomHeight)
}

.panel ul {
    list-style: none;
    padding: 0
}

.panel ul li.activated {
    border-bottom: 1px solid #f24d10;
    border-top: 1px solid #f24d10
}

.panel ul li.activatedspan {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 0 #111
}

.panel ul li.activated a:before {
    color: #fff !important
}

.panel ul li.label {
    border: 0 none;
    line-height: 40px;
    min-height: 40px;
    padding-bottom: 0;
    padding-left: 0
}

.panel ul li.active {
    z-index: 101
}

.panel ul li a.icon-tiles {
    padding-left: 22px
}

.panel ul li a.icon-rows {
    padding-left: 22px
}

ul.selector li {
    padding-left: 22px
}

.letter_icon {
    line-height: 1 !important;
    font-size: 35px !important
}

.menu_inbox {
    column-gap: 5px
}

.collapsible>a {
    color: #ee5724;
    display: block;
    padding: 5px 0
}

.panel .collapsible>a {
    color: #fff
}

.collapsible>ul,
.collapsible>div {
    display: none;
    padding: 0 0 10px
}

.collapsible ul li {
    border: 0 none;
    font-size: 14px;
    line-height: 30px;
    min-height: 30px;
    text-align: right
}

.open>ul,
.open>div {
    display: block
}

#sidebar-languages ul li,
#sidebar-settings ul li {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 0 none;
    float: left;
    height: 64px;
    text-align: center;
    width: 20%
}

#sidebar-languages ul li {
    height: 60px;
    width: 33.33%
}

#sidebar-languages ul li a,
#sidebar-settings ul li a {
    border-radius: 5px;
    display: block;
    height: 42px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 48px
}

#sidebar-languages ul li a {
    border: 0 none;
    height: 42px
}

#sidebar-languages ul li label,
#sidebar-settings ul li label {
    display: block;
    font-size: 11px;
    height: 20px;
    line-height: 20px
}

.panel-popup,
.panel-top {
    bottom: auto;
    left: 0;
    line-height: 1.8;
    padding: 10px 0;
    right: 0;
    text-align: center;
    top: 50px;
    width: 100%
}

.panel-top input {
    display: inline-block !important;
    width: auto !important
}

.panel-popup {
    padding: 0
}

.panel-header {
    height: 60px
}

.panel-close {
    font-size: 32px;
    height: 32px;
    padding: 20px
}

.panel-message {
    line-height: 1.2;
    margin: 20px auto;
    width: 60%
}

.panel-footer {
    padding: 20px 0
}

#sidebar-menu {
    left: 0;
    right: auto;
    top: 100px
}

#sidebar-menu-static {
    left: 0;
    right: 0;
    top: 0;
    vertical-align: baseline
}

.nav1 {
    margin-bottom: auto;
    position: relative
}

.main-menu {
    display: inline-block;
    float: left;
    height: 50px;
    overflow: hidden;
    width: 99%
}

.main-menu li {
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    min-width: 50px;
    padding-right: 1px;
    text-indent: 10px
}

.main-menu li.menu a {
    display: block;
    height: 50px;
    width: 100%
}

.main-menu li a.active {
    z-index: 101
}

.game-ttl {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80%
}

.back {
    float: right !important
}

.back .arrow_left {
    font-size: 42px;
    padding-bottom: 4px
}

.back-button {
    display: inline-block;
    float: right;
    line-height: 16px
}

.back-button li {
    display: inline-block;
    margin-right: 10px
}

.slidesjs-pagination li {
    display: inline-block;
    height: 15px;
    margin-right: 8px;
    width: 15px
}

.slidesjs-pagination li a {
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    line-height: 12px;
    padding: 5px;
    text-align: center;
    min-width: 12px
}

.slidesjs-pagination li a.active {
    border: 1px solid
}

.slidesjs-pagination {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 99
}

.slidesjs-pagination li a {
    text-indent: -9999px
}

#content {
    min-height: 300px;
    padding: 15px
}

.content1 p img {
    width: 16px;
    vertical-align: top
}

.content1 h3,
.content1 h4 {
    font-weight: bold
}

.content1 h3::after,
.content1 h3::before {
    content: '';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 15px;
    float: none
}

.content1 h3::after {
    height: 10px
}

.content .mobile-system-req {
    margin-top: 15px;
    width: 97%
}

.content .mobile-system-req td {
    vertical-align: middle;
    padding: 0;
    text-align: center;
    height: 22px
}

.content .mobile-system-req td p {
    line-height: 10pt;
    margin: 0;
    font-size: 9px
}

.content p .tg-back-arrow {
    position: relative;
    top: 3px;
    width: 14px
}

.flex-direction-nav {
    display: none
}

.flex-control-paging li a {
    border: 2px solid #000;
    border-radius: 8px;
    display: block;
    height: 8px !important;
    width: 8px !important
}

.flex-control-paging li a.flex-active {
    border-color: #fff
}

.list-menu {
    display: block
}

.list-menu li {
    background-color: #303030;
    border: 1px solid #0a0a0a;
    background-size: 14px;
    border-bottom: 0 none;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    position: relative
}

.list-menu li a:after {
    content: "k";
    font-family: ProductIconsFont !important;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 40px;
    color: #fff;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 7px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg)
}

.list-menu li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.list-menu li:last-child {
    border: 1px solid #0a0a0a;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.list-menu li a {
    display: block
}

.list-menu li a div {
    height: 48px;
    padding: 0 12px 0 57px;
    margin-top: 10px
}

.list-menu li a img {
    display: none
}

.left-menu a:before {
    font-family: ProductIconsFont !important;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 28px;
    width: 40px;
    display: block;
    text-align: center;
    height: 30px
}

.depGoBack {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%
}

.depGoBack:after {
    content: 'k'
}

.left-logo {
    position: relative
}

​ .left-sport {
    position: relative
}

.left-sport:before {
    content: "A"
}

​ .left-esport {
    position: relative
}

.left-menu .left-esport:before {
    font-family: ProductIconsFont27 !important;
    content: "á"
}

​ .left-betcheker {
    position: relative
}

​ .left-betcheker:before {
    content: ""
}

​ .left-game {
    position: relative
}

.left-game:before {
    content: "\o"
}

.left-betgamestv {
    position: relative
}

.left-betgamestv:before {
    content: "#"
}

​ .left-sport-live {
    position: relative
}

.left-sport-live:before {
    content:"{"
}

​ .left-stat {
    position: relative
}

.left-stat:before {
    content: "="
}

.left-bet-checker {
    position: relative
}

.left-bet-checker:before {
    content: "§"
}

.left-euro {
    position: relative
}

.left-euro:before {
    content: "A"
}

​ .left-financials {
    position: relative
}

.left-financials:before {
    content: "-"
}

​ .left-livescore {
    position: relative
}

.left-livescore:before {
    content: "("
}

.left-livekeno {
    position: relative
}

.left-livekeno:before {
    content: "8"
}

​ .left-slots {
    position: relative
}

.left-slots:before {
    content: ")"
}

​ .left-mobileApp {
    position: relative
}

.left-mobileApp:before {
    content: "N"
}

.left-live {
    position: relative
}

.left-live:before {
    content: "E"
}

.left-tv-games {
    position: relative
}

.left-tv-games:before {
    content: "#"
}

.left-visualGames {
    position: relative
}

.left-visualGames:before {
    content: "u"
}

.left-mylucky {
    position: relative
}

.left-mylucky:before {
    content: "8"
}

.left-war-bets {
    position: relative
}

.left-war-bets:before {
    content: "C"
}

.left-tv-poker {
    position: relative
}

.left-tv-poker:before {
    content: ","
}

.left-blot {
    position: relative
}

.left-blot:before {
    content: "0"
}

.left-nardi:before {
    content: "+"
}

.left-toto21:before {
    content: "b"
}

.left-domino:before {
    content: "|"
}

​ .left-apps {
    position: relative
}

.left-apps:before {
    content: "¬"
}

.left-fifa:before {
    content: "\¯"
}

.left-keno:before {
    content: "°"
}

.left-pasoor:before {
    content: "±"
}

.home-penalty strong:before,
.left-penalty:before {
    content: "Е"
}

.left-promotions:before {
    content: "?"
}

.left-crash:before {
    content: "Á"
}

.left-tombala:before {
    content: "á";
    font-family: ProductIconsFont !important
}

.left-games:before {
    content: "¶"
}

.left-calendar:before {
    content: "/"
}

.left-livetv:before {
    content: "ß"
}

.zeppelin strong:before {
    font-size: 39px !important;
    top: 8px !important
}

.zeppelin strong:before,
.left-zeppelin:before {
    content: "Т"
}

.left-menu a.left-hokm:before {
    content: "Ü";
    font-size: 21px !important
}

.left-menu a.left-chingachung:before {
    content: "Ö";
    font-size: 24px !important
}

.left-menu a.left-minesweeper:before {
    content: "Ú";
    font-size: 21px !important
}

.list-menu strong:before {
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 34px;
    font-family: ProductIconsFont !important;
    font-style: normal;
    font-weight: normal;
    display: block;
    font-size: 48px;
    left: 10px;
    position: absolute
}

.extra_color {
    color: #ffb600
}

.game {
    position: relative
}

.game strong:before {
    content: "\o"
}

.sport {
    position: relative
}

.sport strong:before {
    content: "A"
}

​ .sport-live {
    position: relative
}

.results strong:before {
    content: "("
}

.sport-live strong:before {
    content:"{"
}

​ .esports {
    position: relative
}

.esports strong:before {
    font-family: ProductIconsFont27 !important;
    content: "á";
    font-size: 40px
}

.keno-live {
    position: relative
}

.keno-live strong:before {
    content: "8"
}

.casino-mob strong:before {
    content: ")"
}

​ .stat {
    position: relative
}

.stat strong:before {
    content: "=";
    left: 10px
}

.left-stat:before {
    content: "="
}

​ .euro {
    position: relative
}

.euro strong:before {
    content: "?"
}

.financials {
    position: relative
}

.financials strong:before {
    content: "-"
}

​ .belot {
    position: relative
}

.belot strong:before {
    content: "K"
}

.nardi strong:before {
    content: "+"
}

.toto21 strong:before,
.game21 strong:before {
    content: "b"
}

.domino strong:before {
    content: "|"
}

​ .totoexpert {
    position: relative
}

.totoexpert strong:before {
    content: "1"
}

​ .livescore {
    position: relative
}

.livescore strong:before {
    content: "("
}

.mylucky {
    position: relative
}

.mylucky strong:before {
    content: "8"
}

​ .sport-live strong:before {
    content: "("
}

.keno strong:before {
    content: "°"
}

​ .mach-center {
    position: relative
}

.mach-center strong:before {
    content: "B"
}

.promotions {
    position: relative
}

.promotions strong:before {
    content: "?"
}

.betgamestv {
    position: relative
}

.betgamestv strong:before {
    content: "#"
}

.slots {
    position: relative
}

.slots strong:before {
    content: ")"
}

​ .casino {
    position: relative
}

.casino strong:before {
    content: "E"
}

​ .tv-games {
    position: relative
}

.tv-games strong:before {
    content: "#"
}

.tv-bet strong:before {
    content: "Í"
}

​ .visualGames {
    position: relative
}

.visualGames strong:before {
    content: "u"
}

.kiron {
    position: relative
}

.kiron strong:before {
    content: "Ì"
}

​ .live-casino {
    position: relative
}

.live-casino strong:before {
    content: ","
}

.pasoor {
    position: relative
}

.pasoor strong:before {
    content: "±"
}

​ .war-of-bets {
    position: relative
}

.war-of-bets strong:before {
    content: "C"
}

.left-menu .left-esports:before {
    font-family: ProductIconsFont27 !important;
    content: "á";
    text-transform: lowercase
}

​ .list-menu li a strong {
    display: inline-block;
    font-size: 22px;
    margin-top: 4px
}

.list-menu li a span {
    display: block;
    font-size: 12px
}

.list-menu li a i {
    width: 100%;
    height: 1px;
    display: block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#007db9e8', GradientType=1);
    position: relative;
    left: -36px;
    margin-bottom: 12px
}

.games {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    width: 100%
}

.games li {
    display: block;
    float: left;
    text-align: center;
    width: 28%;
    min-width: 28%;
    display: inline-block;
    float: none
}

.games li a {
    padding: 10px
}

.games li span {
    border-radius: 10px;
    display: inline-block;
    overflow: hidden;
    width: 130px;
    min-width: 130px
}

.games li label {
    display: inline-block;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 16px
}

#methods {
    display: block
}

#methods li {
    border-bottom: 1px solid #454546;
    display: block;
    padding: 10px
}

#methods li:last-child {
    border: 0 none
}

#methods li a {
    cursor: pointer;
    display: block;
    margin-top: 5px
}

#methods li a.active {
    background-color: #0c0c0c
}

#methods-list.bonus thead p {
    display: block
}

#methods-list.bonus thead span {
    display: none
}

.methods-list {
    margin: 30px auto;
    width: 400px
}

.methods-list td input,
.methods-list td select {
    width: 100%
}

.methods-list th {
    background: #222;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 12px;
    text-align: right
}

.methods-list td {
    background: #181b1b;
    border-bottom: 1px solid #333;
    padding: 5px 12px
}

.question {
    display: inline-block;
    line-height: 30px;
    height: 30px
}

.question:before {
    font-family: 'ProductIconsFont';
    font-weight: normal;
    font-style: normal;
    content: 'V';
    color: #d30000;
    display: inline-block;
    margin: 0 2px;
    vertical-align: top;
    font-size: 20px
}

.methods-list td.text-padded {
    padding: 20px;
    text-align: justify
}

.methods-list td button {
    min-width: 100px
}

.tbl,
#inbox table {
    width: 100%
}

#inbox td {
    border-bottom: 1px solid #333;
    text-align: left
}

#inbox tr {
    cursor: pointer
}

#inbox .message td {
    padding: 8px
}

#inbox .unread td,
#inbox .unread td a {
    background-color: #fff;
    color: #111 !important
}

.filter-block,
.tbl-list {
    width: 100%
}

.lbl {
    font-weight: bold !important;
    font-size: 12px !important;
    text-align: right !important;
    width: 130px
}

.lbl-success {
    background-color: #34cc61;
    color: #fff !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.lbl-pending {
    background-color: #b6cc34;
    color: #fff !important
}

.lbl-declined {
    background-color: #cc3434;
    color: #fff !important
}

#footer {
    padding: 30px 0 40px;
    text-align: center;
    min-width: 250px;
    margin-top: auto
}

#footer-menu {
    padding: 0 15px 20px 15px;
    text-align: center
}

#footer-menu li {
    display: inline-block;
    float: none;
    font-size: 11px;
    margin: 0 8px
}

#footer-links {
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

#footer-links li {
    float: none
}

#footer-links ul li {
    display: inline-block;
    float: none
}

#copyright {
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 14px 0 30px 0
}

.footer_social-item {
    width: 36px;
    height: 36px;
    border-radius: 2px;
    transition: .33s;
    background-color: rgba(0, 0, 0, .5);
    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
}

.footer_social-item:not(:last-of-type) {
    margin-inline-end: 10px
}

.footer_social-item:before {
    font-family: "iconsDinamicMenu";
    font-size: 46px;
    line-height: 1
}

.social__facebook-icon:before {
    content: ""
}

.social__instagram-icon:before {
    content: ""
}

.social__instagram1-icon:before {
    content: ""
}

.social__linkedin-icon:before {
    content: ""
}

.social__mail-icon:before {
    content: ""
}

.social__pinterest-icon:before {
    content: ""
}

.social__reddit-icon:before {
    content: ""
}

.social__telegram-icon:before {
    content: ""
}

.social__tikTok-icon:before {
    content: ""
}

.social__tikTok2-icon:before {
    content: ""
}

.social__tumblr-icon:before {
    content: ""
}

.social__twitch-icon:before {
    content: ""
}

.social__twitter-icon:before {
    content: ""
}

.social__twitter-icon2:before {
    content: ""
}

.social__whatsApp-icon:before {
    content: ""
}

.social__whatsApp1-icon:before {
    content: ""
}

.social__youtube1-icon:before {
    content: ""
}

.social__youtube-icon:before {
    content: ""
}

.social__messenger-icon:before {
    content: ""
}

.social__viber-icon:before {
    content: ""
}

.social__threads-icon:before {
    content: ""
}

.to_top_cont {
    position: fixed;
    bottom: calc(var(--cwNavbarBottomHeight) + 5px);
    z-index: 999;
    left: 50%;
    transform: translateX(-50%)
}

.to_top {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    background-color: var(--bg-level-4);
    color: var(--icon-level-high);
    cursor: pointer
}

.social__pointer-none {
    pointer-events: none
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.row:after {
    clear: both
}

.row {
    position: relative
}

.row h2 {
    border-bottom: 1px solid #454546
}

.regMobBody {
    overflow: hidden
}

.row input[type=submit] {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 -15px;
    padding: 15px
}

.row input:read-only,
#profileFormSecond .reg_prof__element_row input:read-only,
#profileFormSecond .reg_prof__element_row select:disabled {
    opacity: .35
}

.row label {
    color: #a3a3a3;
    margin-bottom: 2px;
    font-size: 13px
}

.regErMes p {
    background-color: #f5f5f5;
    color: #111;
    border-radius: 5px;
    line-height: 19px;
    padding: 0 8px;
    width: 100%
}

.row h3 {
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center
}

.row input[type=submit] {
    border: 0 none;
    color: #fff
}

.row textarea {
    height: 100px
}

.row:last-child {
    padding-bottom: 0
}

.row .col {
    width: 100%
}

.row .col a,
.row .col img {
    display: block
}

.row.col-2 .col {
    float: left;
    width: 50%
}

.row.col-3 .c {
    width: 32%
}

a.caption {
    display: block;
    position: relative
}

a.caption strong {
    background: rgba(0, 0, 0, .5);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    display: block;
    margin: 0;
    padding: 10px 15px;
    position: absolute;
    width: 100%
}

.ttl {
    display: block;
    padding: 10px
}

.data-tbl {
    border-collapse: collapse;
    width: 100%
}

.data-tbl thead th {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 5px;
    text-align: left
}

.data-tbl tbody th,
.data-tbl tbody td {
    border-bottom: 1px solid #454546;
    color: #bababa;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    padding: 2px 0;
    text-align: left;
    min-width: 120px
}

.data-tbl tbody td {
    color: #fff
}

.pagination {
    list-style: none;
    margin: 10px 0;
    text-align: right
}

.pagination li {
    display: inline-block;
    margin-left: 5px
}

.pagination li a {
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    line-height: 12px;
    padding: 5px;
    text-align: center;
    min-width: 12px
}

.pagination li a.active {
    border-color: #d64605;
    cursor: default
}

.loading {
    min-height: 200px
}

.progress {
    border: 1px solid #6b6c6c;
    border-radius: 5px;
    display: inline-block;
    height: 24px;
    width: 100px
}

.progress span {
    background: #f15a22;
    border-radius: 5px;
    display: block;
    font-size: 12px;
    height: 24px;
    line-height: 24px
}

.w-max {
    width: 100%
}

.ellipsis {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bb {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.horizontal-list {
    display: inline-block;
    list-style: none
}

.horizontal-list li {
    display: inline-block;
    float: left
}

.horizontal-list li a {
    display: inline-block
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.black {
    color: #000 !important
}

.orange {
    color: #ee5724 !important
}

.justify {
    text-align: justify
}

.no-margin {
    margin: 0 !important
}

.no-padding {
    padding: 0 !important
}

a.underline {
    text-decoration: underline
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center
}

.box {
    padding-bottom: 50px
}

.pt-small {
    padding-top: 5px
}

.pt-medium {
    padding-top: 30px
}

.pt-large {
    padding-top: 50px
}

.picker__footer {
    padding-top: 10px
}

.picker__footer button {
    display: none
}

.line a {
    display: block;
    float: left;
    margin: 2%;
    position: relative;
    width: 46%
}

.line a img {
    display: block;
    height: 100%;
    width: 100%
}

.line a label {
    background: rgba(0, 0, 0, .5);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: .8em;
    margin: 0;
    padding: 15px;
    position: absolute;
    width: 100%
}

.disable-scroll {
    height: auto !important;
    overflow: hidden !important
}

.disabled {
    opacity: .3
}

.walletsCont {
    width: 100%;
    padding: 0 8px;
    cursor: default
}

.wallets_row {
    width: 100%;
    color: #999;
    margin-bottom: 0;
    font-size: 13px
}

.wallets_row.small {
    font-size: 12px
}

.tf_arrow_icon:before {
    font-family: ProductIconsFont;
    content: "2";
    display: block;
    font-size: 11px;
    color: #999
}

.tf_msg_icon:before {
    font-family: ProductIconsFont;
    content: "h"
}

.tl_my_inbox_mails_cont {
    background: #2b2b2b;
    margin-bottom: 20px
}

.tl_mail_item {
    border-bottom: 1px solid #333;
    padding: 10px 16px;
    cursor: pointer;
    color: #fff;
    width: 100%
}

.tl_mail_item.unread {
    background-color: #191919
}

.tl_mail_icon_box {
    margin-bottom: 0
}

.tl_mail_icon {
    font-size: 26px;
    height: 26px;
    flex-shrink: 0;
    flex-grow: 0;
    width: 26px;
    color: #999;
    position: relative;
    text-align: center;
    line-height: 26px
}

.tl_mail_item.unread .tl_mail_icon:before {
    content: "i"
}

.tl_mail_icon_dot {
    background: #f00;
    width: 11px;
    height: 11px;
    line-height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 11px;
    text-align: center
}

.tl_mail_msgId {
    color: #ffb700;
    font-size: 14px;
    font-weight: bold;
    margin: 0 5px;
    display: flex
}

.tl_mail_details_box {
    font-size: 12px;
    margin-bottom: 0
}

.tl_mail_details_title {
    color: #999
}

.tl_mail_details {
    color: #fff;
    margin: 0 5px;
    max-width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.tl_msg_button_cont {
    width: 90%;
    margin: 25px auto
}

.tl_msg_button#send_btn {
    margin: 10px 0 0 !important
}

.tl_msg_attach_button {
    width: max-content;
    justify-content: center;
    column-gap: 10px;
    margin: 0 0 10px !important
}

.tl_mail_row {
    background: #333;
    margin-bottom: 10px;
    padding: 10px 16px
}

.tl_mail_row.active {
    flex-wrap: wrap
}

.tl_mail_row .flex {
    flex-wrap: wrap
}

.tl_mail_row.head {
    padding: 0;
    padding-inline-start: 11px;
    padding-inline-end: 3px;
    min-height: 36px
}

.tl_mail_row.active {
    cursor: pointer
}

.tl_mail_date_div {
    font-size: 14px
}

.tl_mail_attachfiel_content {
    flex-wrap: wrap;
    grid-gap: 8px
}

.tl_mail_message_cont.hide {
    display: none
}

.tl_mail_message_body img {
    width: 100%
}

.tl_mail_attachfiel_content>a {
    max-width: 100%
}

.tl_mail_attachfiel_download_btn {
    max-width: 100%
}

.tl_mail_attachfiel_download_btn span {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.tl_mail_header {
    text-align: start;
    position: relative;
    padding-inline-start: 40px
}

.tl_mail_header:before {
    content: 'O';
    position: absolute;
    left: 10px;
    top: 9px;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-family: ProductIconsFont;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: transform .2s linear;
    transition: transform .2s linear
}

.tl_mail_message_body {
    background: #fff;
    padding: 16px;
    margin: 10px 0;
    color: #000;
    word-break: break-word
}

.tl_mail_attachfiel {
    color: #fff;
    border-radius: 2px;
    outline: 0;
    line-height: 36px;
    font-size: 14px;
    text-decoration: none;
    padding: 0 15px;
    word-break: break-word
}

.tl_mail_attached_fiel {
    align-items: center;
    padding: 0 7px;
    margin-bottom: 5px;
    line-height: 1.1;
    word-break: break-all
}

.tl_mail_attachfiel_download_btn {
    color: #fff;
    border-radius: 2px;
    outline: 0;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-decoration: none;
    padding: 0 10px;
    background: #383838 !important;
    cursor: pointer;
    white-space: nowrap;
    column-gap: 5px
}

.tl_mail_attachfiel_delete {
    width: 25px;
    height: 36px;
    display: block;
    line-height: 32px;
    text-align: center;
    color: #f14100;
    cursor: pointer
}

.tl_mail_attachfiel_delete:before {
    font-family: ProductIconsFont;
    content: "¤";
    display: block;
    font-size: 22px
}

.tl_mail_attachfiel_download {
    width: 25px;
    height: 36px;
    display: block;
    line-height: 32px;
    text-align: center;
    color: #fff;
    cursor: pointer
}

.tl_mail_attachfiel_download:before {
    font-family: ProductIconsFont;
    content: "¦";
    display: block;
    font-size: 22px
}

.tl_mail_attachfiel_screp {
    width: 20px;
    height: 36px;
    display: block;
    line-height: 36px;
    text-align: center;
    color: #fff;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.tl_mail_attachfiel_screp:before {
    font-family: ProductIconsFont;
    content: "¥";
    display: block;
    font-size: 22px
}

@media only screen and (max-device-width:320px) and (-webkit-device-pixel-ratio:1) {
    .col,
    .col-2 .col {
        padding: 0
    }
    #footer-links ul li {
        margin-right: 1px
    }
    .data-tbl2 tbody th,
    .data-tbl2 tbody td {
        font-size: 12px
    }
    .methods-list {
        font-size: 11px;
        width: 300px
    }
}

@media only screen and (max-device-width:480px) {
    .methods-list {
        font-size: 12px;
        width: 320px
    }
    .games li label {
        font-size: 10px
    }
}

@media only screen and (max-device-width:768px) {
    .games li label {
        font-size: 12px
    }
}

@media only screen and (min-width:800px) {
    .box {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%
    }
    .box:first-child {
        padding-right: 10px
    }
    .list-menu li a:after {
        display: none
    }
    .box:last-child {
        padding-left: 10px
    }
    #content.landing {
        padding: 2% 0 0 0
    }
    .list-menu li {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 2px solid #666;
        border-radius: 4px;
        height: 215px;
        float: left;
        margin: 0 1% 2% 1%;
        position: relative;
        width: 48%;
        background-size: cover !important
    }
    .list-menu li:last-child {
        border: 2px solid #666
    }
    .list-menu li a {
        display: block;
        height: 215px;
        padding: 0
    }
    .list-menu li a div {
        background-color: rgba(0, 0, 0, .7);
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        bottom: 0;
        height: 60px;
        left: 0;
        position: absolute;
        width: 100%
    }
    .games li {
        display: block;
        float: left;
        text-align: center;
        width: 31%;
        min-width: 31%;
        display: inline-block;
        float: none
    }
}

@media only screen and (max-width:799px) {
    .games li {
        display: block;
        float: left;
        text-align: center;
        width: 45%;
        min-width: 45%;
        display: inline-block;
        float: none
    }
    #content {
        padding: 10px
    }
    .list-menu li a i {
        display: none
    }
    .list-menu li a strong {
        margin-top: 6px
    }
    .sport strong:before {
        left: 10px !important
    }
    .sport-live strong:before {
        left: 10px !important
    }
    .stat strong:before {
        left: 10px !important
    }
    .euro strong:before {
        left: 10px !important
    }
    .financials strong:before {
        left: 10px !important
    }
    .totoexpert strong:before {
        left: 10px !important
    }
    .livescore strong:before {
        left: 10px !important
    }
    .slots strong:before {
        left: 10px !important
    }
    .casino strong:before {
        left: 10px !important
    }
    .tv-games strong:before {
        left: 10px !important
    }
    .live-casino strong:before {
        left: 10px !important
    }
    .belot strong:before {
        left: 10px !important
    }
}

.required-field {
    color: #f00;
    float: left
}

.list-menu.three-cols li {
    height: 150px;
    margin: 0 0 2% 1%;
    width: 32%
}

.reg_error_message {
    color: #f00
}

.field-validation-error {
    color: #f00 !important
}

#send_btn_errors>span {
    display: block
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00
}

.validation-summary-valid {
    display: none
}

.truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    text-indent: 10px
}

.ui-content {
    padding: 0 !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

.ui-panel-inner {
    padding: 0 !important
}

.ui-collapsible-themed-content .ui-collapsible-content {
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-style: none
}

.list-menu1 {
    display: block
}

.list-menu1 li {
    border: 1px solid #454545;
    background-image: 10px 10px;
    border-bottom: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px
}

.list-menu1 li:last-child {
    padding-bottom: 1px
}

.dropdown {
    color: #000;
    background-color: #fff;
    border-radius: 1%
}

.ui-btn-icon-right {
    padding-right: 0
}

.ui-btn-icon-right:after {
    right: .5625em
}

.cb {
    clear: both
}

.ui-collapsible-heading {
    text-align: left !important
}

.ui-btn-icon-left:after,
.ui-btn-icon-right:after,
.ui-btn-icon-top:after,
.ui-btn-icon-bottom:after,
.ui-btn-icon-notext:after {
    display: inline-block
}

.ui-select .ui-btn {
    position: relative
}

.ui-collapsible-content {
    font-size: 13px;
    font-weight: 100 !important
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    color: #bababa !important
}

.ui-widget {
    font-family: 'Roboto', sans-serif
}

.successmassage {
    color: #00d600;
    line-height: 20px;
    background-color: #fff;
    border-radius: 2px;
    text-align: center
}

#EmailVerifieError,
#MobileVerifieError {
    color: #f00
}

#EmailVerifieSuccess,
#MobileVerifieSuccess {
    color: #00d600
}

.ui-collapsible-heading,
.ui-collapsible-heading>.ui-btn {
    border-radius: 0
}

#staticcontent.ui-collapsible-heading a {
    height: 50px;
    padding-left: 45px
}

#staticcontent a.ui-btn-icon-left:after {
    left: 15px;
    margin-top: -15px
}

li .game-badge {
    position: absolute;
    width: 60px;
    height: 50px;
    overflow: hidden
}

li .game-badge span {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 6px;
    left: -50px;
    width: 65px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .66);
    position: absolute;
    text-align: center;
    z-index: 5;
    background-color: #f14100;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 13px !important;
    line-height: 19px !important;
    text-transform: none !important;
    color: #fff;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 3px;
    white-space: nowrap
}

.flex-control-nav {
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: -8px
}

.flex-control-nav li {
    margin: 0 5px
}

.flex-control-paging li a {
    height: 7px !important;
    width: 7px !important;
    border: 1px solid #747676 !important;
    background: none !important
}

.flex-control-paging li a.flex-active {
    border: 1px solid !important
}

.pagIt {
    background-color: #333;
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    margin: 0 2px
}

.pagIt.active {
    background-color: #7b7b7b
}

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

.paging-prev-disabled:after,
.paging-next-disabled:after {
    content: 'k';
    opacity: .5
}

.paging-prev:after,
.paging-next:after {
    content: 'k'
}

.paging-first-disabled:after,
.paging-last-disabled:after {
    content: 'j';
    opacity: .5
}

.paging-first:after,
.paging-last:after {
    content: 'j'
}

.paging-next-ten:after,
.paging-prev-ten:after {
    content: 'kk'
}

.ui-collapsible-content {
    background-color: #151515 !important
}

.modalDialog {
    position: fixed;
    font-family: 'Roboto', sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 99999;
    opacity: 1;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: auto
}

.modalDialog>div {
    width: 100%;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .8)
}

.close {
    color: #fff;
    line-height: 25px;
    position: absolute;
    float: right;
    right: 60px;
    top: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 25px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000
}

.modal-header.large {
    border-bottom: 1px solid #d64605;
    height: 90px;
    margin-right: 40px
}

#staticLoginForm .D_logo {
    margin: 40px auto
}

#staticLogin {
    padding: 0 10px
}

#sidebar-login .row {
    margin: 5px auto !important
}

.errormassage {
    color: #d30000;
    padding: 10px 0
}

.news_mobile_li {
    border-bottom: 1px solid #333;
    margin-bottom: 20px
}

.prom_top {
    min-height: 50px;
    height: auto
}

.prom_mobile_li {
    border: 0;
    text-align: center
}

.reg_mobile_row {
    display: block;
    padding-left: 40px
}

.belote_img_size {
    width: 327px;
    height: auto;
    margin-top: 100px
}

.belote_panel {
    margin-top: 30px;
    min-width: 100px;
    padding: 12px
}

.transactionhistory-div .btn_prim {
    margin-bottom: 20px
}

.email_mobile {
    float: right
}

.truncate.email_mobile {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 150px;
    text-align: right;
    min-width: 100%
}

.table_style {
    text-align: center;
    min-width: 100px
}

.mobile_body {
    border-bottom: 0;
    height: 70px
}

.profile_label {
    display: block;
    margin-left: 40px
}

.mobile_box_style {
    min-width: 220px;
    height: 60px;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 5px;
    padding-left: 15px;
    margin-bottom: 10px
}

.mobile_li_size {
    padding: 5px;
    width: 50px !important;
    min-width: 50px !important
}

.mobile_game_bagde {
    top: 5px;
    left: -55px;
    font-size: 10px !important;
    line-height: 14px !important
}

.mobile_game_cont {
    position: relative !important
}

.mobile_game_img {
    border-radius: 4px;
    width: 50px
}

body.ui-panel-page-container-themed .ui-content,
body.ui-panel-page-container-themed #wrapper,
body.ui-panel-page-container-themed {
    overflow: hidden !important;
    height: 99.9% !important
}

#left-panel {
    margin: 0
}

#right-panel,
#left-panel {
    position: fixed;
    overflow-y: auto
}

.menu_account span {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    margin: 0 5px
}

#language-panel {
    margin: 0
}

.platformLoginRightLogo {
    width: 194px;
    background-size: cover;
    margin: 0 auto
}

.platformRightLoginPanel {
    padding: 0 0 0 0
}

.platformRightLoginPanel .ui-input-text.ui-body-inherit.ui-corner-all.ui-shadow-inset {
    background-color: inherit
}

.platformRightLoginPanel #recaptchaError {
    margin-bottom: 11px
}

.captchaImage {
    width: 97px;
    height: 32px;
    outline: 1px solid rgba(0, 0, 0, .2)
}

.captcha_space,
.captcha .reg_prof__element_row {
    width: 100%;
    column-gap: 10px
}

.captcha .ui-corner-all {
    margin-bottom: 0;
    width: 100%
}

.tl_refresh_container {
    position: absolute;
    right: 6px;
    top: 0;
    z-index: 2;
    height: 36px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center
}

.refreshLoginCaptcha,
.refresh-captcha {
    display: flex;
    align-items: center;
    justify-content: center
}

.forgot_pass__row.captcha {
    width: 100%;
    display: flex
}

.forgot_pass__row .captcha_input_cont {
    width: 100%
}

.captcha {
    column-gap: 10px;
    align-items: flex-start
}

#Captcha {
    padding: 0 40px 0 10px
}

#registerForm .captcha .reg__row_title {
    width: 90%
}

#registerForm .ui-corner-all {
    margin-bottom: 0
}

.col50 span {
    color: #fff
}

.platformCasinoSearchgameBut {
    padding-bottom: 8px;
    display: block;
    height: 14px;
    float: right;
    line-height: 24px;
    margin: 5px 40px 0 0;
    min-width: 64px;
    padding-left: 0;
    text-align: center;
    font-size: 13px;
    min-height: 16px
}

.platformCasinoGameHeading span {
    display: block;
    float: left;
    margin-left: 20px;
    font-weight: bold
}

.platformCasinoGamesOpened {
    width: 100% !important;
    background-color: #333;
    height: 30px !important;
    padding: 0 !important;
    line-height: 30px;
    border: 1px solid #151515 !important;
    text-align: center;
    border-radius: 4px
}

.searchContentGame {
    width: 90%;
    margin: 40px auto 0 auto;
    -webkit-transition: top 1s ease-out .5s;
    -moz-transition: top 1s ease-out .5s;
    -o-transition: top 1s ease-out .5s;
    transition: top 1s ease-out .5s
}

#betSlip {
    bottom: 0 !important
}

.login__number_code.inp {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 5px !important;
    font-size: 14px;
    border-radius: 4px;
    position: relative;
    width: auto;
    color: #111;
    background-color: #f5f5f5
}

.login__number_code:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 34px;
    right: -3px;
    top: 0;
    background: inherit
}

.email-mobile-login .eye_block input,
.email-mobile-login input:not(#Captcha) {
    padding-inline-end: 70px !important;
    margin: 0;
    height: 34px
}

.email-mobile-login #Captcha {
    direction: initial !important
}

.field-validation-error:not(:empty):not(:first-child) {
    display: block;
    margin-top: 8px
}

.auth-wrapper {
    column-gap: 4px
}

.auth-wrapper .reg_country_number_select {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding: 10px;
    display: flex;
    align-items: center
}

.auth-wrapper .reg_select_arrow:after {
    top: 50%;
    transform: translateY(-50%)
}

.via_email .email {
    display: none
}

.via_mobile .phone {
    display: none
}

.email-input-wrapper {
    width: 100%
}

.mobile-input-wrapper .code-wrapper,
.mobile-input-wrapper .reg_mobile_code {
    width: 80px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 14px
}

.change-input-btn,
.eye_button.change-input-btn {
    top: 0;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-inline-start: 1px solid #ccc !important;
    position: absolute;
    min-width: 50px;
    width: 50px;
    max-width: 60px;
    height: 100%;
    inset-inline-end: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 6px;
    z-index: 9;
    padding-inline-end: 10px;
    color: #5e5e5e
}

.change-input-btn i {
    font-size: 30px;
    line-height: .5;
    margin: 0 !important
}

.change-input-btn .arrow-icon {
    padding-bottom: 4px
}

.change-input-btn .arrow-icon {
    padding-bottom: 4px
}

.platformLoginButton,
.platformForgPass {
    color: #fff !important
}

.MobileIcon {
    display: block !important;
    width: 200px;
    height: 33px;
    border-radius: 3px;
    margin: 0 auto !important;
    margin-bottom: 7px !important;
    line-height: 33px
}

.MobileIcon:before {
    content: ":";
    font-family: ProductIconsFont !important;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 28px;
    width: 33px;
    height: 33px;
    display: block;
    text-align: center;
    float: left;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.PlatformLoggedUser {
    width: 100%
}

.icon-inbox i {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin: 10px 5px 0 0;
    line-height: 20px;
    content: "&";
    font-family: ProductIconsFont !important;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    text-align: center
}

.PLUlblICt {
    position: absolute;
    display: flex;
    min-width: 14px;
    padding: 2px;
    height: 14px;
    border-radius: 8px;
    line-height: 14px;
    align-items: center;
    background-color: #f5f5f5;
    color: #111;
    font-size: 9px;
    right: -2px;
    top: -2px;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    text-align: center
}

#menu-right .PLUlblICt {
    background: #ffb700;
    color: #000
}

.PLUUserIcon {
    position: relative
}

.PLUIconLogged {
    font-family: 'ProductIconsFont !important'
}

.subMItem {
    width: 100%;
    height: 30px;
    background-color: #303030;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.subMItem a {
    line-height: 30px;
    height: 30px;
    margin-left: 12px
}

html .ui-body-b .ui-focus,
html .ui-body-b .ui-btn:focus {
    box-shadow: none
}

#scroll {
    display: none;
    position: fixed;
    margin: 0 calc((50%) - 35px);
    width: 70px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 450;
    bottom: 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3)
}

#scroll p {
    text-align: center;
    width: 100%;
    font-family: inherit;
    font-weight: bold;
    margin: 7px 0 12px
}

.tl_sup_link {
    background-color: #212121;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    border-radius: 2px;
    outline: 0;
    text-decoration: none;
    display: block;
    height: 36px;
    text-align: center;
    line-height: 36px;
    width: 200px;
    border: 0;
    margin: 24px auto 0 auto
}

i {
    font-style: normal
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .6
}

.tl_news_item_box {
    width: 100% !important;
    padding: 5px 0 0 !important;
    height: auto !important;
    display: block !important;
    min-height: 222px !important
}

.news_mobile_li>p {
    margin: 0
}

.tl_news_item_img {
    width: 96% !important;
    height: auto !important;
    display: inline-block !important;
    float: left !important;
    margin: 0 10px 5px !important;
    max-width: 472px !important
}

.tl_news_item_img img {
    width: 100% !important;
    height: auto !important;
    display: inline-block !important
}

.tl_news_item_cont {
    width: auto !important;
    height: 100% !important;
    padding: 0 15px !important;
    margin: 0 !important
}

.promo-right {
    position: relative;
    margin: 0 auto 50px
}

.promo-right>p {
    display: none
}

.casino-tab-container {
    width: 100%;
    overflow: hidden;
    height: 50px
}

.casino_h_link_cont {
    width: 100%;
    overflow: hidden;
    min-height: 44px
}

.casino_h_link_cont .clr_sec {
    background-color: #2b2b2b
}

.casino-tab-container.fixed-container.casino-tab-old {
    top: 0
}

.casino-tab-container.fixed-container {
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 2
}

.tabs-box {
    width: 100%;
    overflow: hidden;
    overflow-x: auto
}

.scrolled__content-x {
    width: 100%;
    overflow: hidden;
    overflow-x: auto
}

.casino-tabs:before,
.casino-tabs:after,
.casino_links_tabs:before,
.casino_links_tabs:after {
    display: table;
    content: " "
}

.casino-tabs:after,
.casino_links_tabs:after {
    clear: both
}

.casino-tabs li,
.casino_links_tabs li {
    float: left
}

.casino-tabs a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
    color: #dcdcdc;
    font-size: 15px;
    white-space: nowrap;
    text-transform: uppercase
}

.casino_links_tabs a {
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    text-transform: capitalize
}

.casino-tabs .search-btn {
    padding: 0;
    width: 56px;
    text-align: center
}

.casino-tabs .search-icon,
.casino_links_tabs .home_icon {
    font-family: ProductIconsFont !important;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    color: #fff
}

.casino-tabs .search-icon:before {
    content: "."
}

.casino_links_tabs .home_icon:before {
    content: "<";
    color: #ffb700
}

.search_btn_sticky {
    position: sticky;
    left: 0;
    z-index: 2
}

.hdr.promoted span:after {
    right: -18px;
    top: -20px
}

.casino-tab-container .search-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 50px;
    padding: 0;
    overflow: hidden;
    background-color: #dcdcdc;
    transition: all .4s ease
}

.casino-tab-container .search-container.active {
    padding: 0 8px;
    width: calc((100%) - 16px);
    z-index: 3
}

.casino-tab-container .search {
    height: 39px;
    width: 100%;
    font-size: 16px;
    margin-top: 5px
}

.casino-tab-container .close-search {
    position: absolute;
    top: 6px;
    right: 6px;
    height: 40px;
    width: 40px;
    text-align: center
}

.casino-tab-container .close-search-icon {
    font-family: ProductIconsFont !important;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    color: #dcdcdc
}

.casino-tab-container .close-search-icon:before {
    content: "5"
}

.casino-tab-container .ui-input-search {
    padding: 0
}

.casino-tab-container .ui-input-search:after {
    background-image: none
}

.casino-tab-container .ui-input-search .ui-input-clear {
    display: none
}

.search-tab-old.searchContentFixed {
    top: 52px
}

.searchContentFixed {
    position: fixed;
    left: 0;
    top: 100px;
    width: 100% !important;
    background-color: #151515;
    z-index: 1;
    margin: 0 !important
}

#countryphonecode_wraper {
    width: 50px
}

#countryNumber-button {
    width: 90px
}

.tournhistory_error_message {
    display: block;
    color: #f00;
    line-height: 20px;
    font-size: 12px;
    text-align: center
}

.promoted {
    position: relative
}

.promoted span:after {
    position: absolute;
    top: -13px;
    right: -5px;
    content: var(--cdn-newBadge_svg);
    width: 23px;
    height: 15px
}

.promoted .txt {
    position: relative
}

.project_col_game_tabs.promoted:after {
    position: absolute;
    top: 5px;
    right: 5px;
    content: var(--cdn-newBadge_svg);
    width: 35px;
    height: 25px
}

.sporttrnhistory {
    font-size: 15px
}

.sporttrnhistory.promoted:after {
    position: inherit;
    top: -10px;
    padding-left: 4px
}

.toto_promoted {
    position: relative
}

.tournament_name_cont {
    height: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 24px
}

.tournament_name {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.tournament_name_cont_started {
    height: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 80%
}

.tournament_points {
    height: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.promo_mobile_descr {
    padding: 4px;
    font-size: 16px;
    line-height: 30px;
    max-height: 170px;
    overflow: hidden
}

.promo_mobile_title {
    font-size: 18px;
    font-weight: bold;
    padding: 4px
}

.promo_mobile_text_cont {
    margin: 8px
}

.second_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.promo_mobile_title {
    color: #f14100
}

.promo_img {
    padding: 8px;
    width: 100%;
    max-width: 430px;
    height: auto;
    max-height: 380px
}

.promo_mobile_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: 16px 8px;
    background-color: #333
}

.tl_prom_filters {
    position: relative;
    margin: 0 14px;
    min-width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    padding: 2px 0;
    border-radius: 4px;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.tl_prom_icon {
    font-family: ProductIconsFont;
    font-style: normal;
    text-transform: none;
    text-align: center;
    font-size: 22px;
    width: 30px
}

.filters_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 4px 0 4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.promo_all_icon:before {
    content: "X"
}

.promo_casino_icon:before {
    content: ")"
}

.promo_expired_icon:before {
    content: "л"
}

.promo_sport_icon:before {
    content: "A"
}

.promo_games_icon:before {
    content: "o"
}

.promo_other_icon:before {
    content: "W"
}

.promo_clicked {
    opacity: .7
}

#menu-right .arrow:after {
    content: "k";
    font-family: ProductIconsFont !important;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 40px;
    color: #fff;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 7px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg)
}

.wfull {
    width: 100%
}

.dispCol,
.flexCol {
    flex-direction: column
}

.tl_popup_content {
    padding: 24px 32px
}

.tl_popup_header {
    height: 24px;
    font-size: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #252525
}

@media screen and (max-width:700px) {
    .second_cont {
        flex-direction: column;
        width: 100%
    }
    .promo_img {
        max-width: 650px
    }
    .tl_prom_filters {
        margin: 2px 5px
    }
}

.col_1 {
    flex: 0 0 100%;
    max-width: 100%
}

.col_2 {
    flex: 0 0 50%;
    max-width: 50%
}

.col_3 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col_07 {
    flex: 0 0 70%;
    max-width: 70%
}

.col_03 {
    flex: 0 0 30%;
    max-width: 30%
}

.col_3,
.col_2,
.col_1,
.col_07,
.col_03 {
    padding: 0 8px
}

#D_reg_mob,
.profSecond {
    background-color: #363636
}

#D_reg_mob .ui-input-text,
.profSecond .ui-input-text {
    margin: 0
}

.offeredLogins {
    font-weight: bold;
    padding: 1px
}

.reg_prof__element_row,
.changepass__element_row {
    position: relative;
    width: 100%;
    margin-bottom: 12px
}

.form-group {
    display: flex;
    column-gap: 6px
}

.form-group button.btn_prim {
    width: 40%;
    height: 34px !important;
    align-self: stretch;
    line-height: 1 !important;
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden
}

.form-group>div,
.form-group input {
    width: 100%
}

.help-text {
    display: block;
    margin-top: 6px;
    min-height: 17px
}

.help-text:empty {
    min-height: initial
}

.help-text.success {
    color: #4bb543
}

#timer {
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #5c5c5c;
    border-radius: 3px
}

.D_subheading {
    color: #999;
    display: block;
    padding: 0 8px
}

#Third .D_subheading {
    margin-bottom: 40px
}

#Fourth .D_subheading {
    margin-bottom: 80px
}

.D_congratz {
    color: #009b01;
    text-align: center;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px
}

select.D_input {
    color: #999 !important
}

.D_info_box {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 2px
}

.D_info_box>span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 10
}

.fail .D_check {
    color: #d30000
}

.D_info_box>span>span {
    background-color: #fff;
    color: #000;
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 5px
}

.reg_prof__element_row.fail .D_info_box.f>span {
    display: block
}

.reg_prof__element_row.loginex .D_info_box.le>span {
    display: block
}

.reg_prof__element_row.fail .D_info_box.f>span>span {
    background-color: #803839;
    color: #fff !important
}

.reg_prof__element_row .D_info_box>span>span>strong {
    color: #d30000
}

.reg_prof__element_row.fail .D_info_box.f>span:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: -7px;
    left: calc((50%) - 13px);
    border-style: solid;
    border-width: 0 13px 7px 13px;
    border-color: transparent transparent #803839 transparent
}

.reg_prof__element_row.warn .D_info_box.w>span {
    display: block
}

.hidden {
    display: none
}

.regHeading {
    background-color: #2f2f2f;
    color: #fff;
    height: 40px;
    padding: 0 16px
}

.regHeading>span {
    flex: 1
}

.D_info_box.w {
    position: relative
}

.D_info_box.w>span {
    top: 0;
    position: relative
}

.errSucCont .reg_close:after,
.regHeading .reg_close:after,
.change_pass_heading .reg_close:after {
    font-family: iconsFont;
    content: "";
    font-size: 26px;
    display: inline-block;
    line-height: 1
}

.errSucCont .reg_close:after {
    font-family: 'iconsDinamicMenu';
    content: "";
    font-size: 34px;
    display: inline-block;
    line-height: 20px
}

.D_check>input {
    display: none
}

.D_check .imitator {
    position: absolute;
    top: 5px;
    left: 10px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-family: ProductIconsFont;
    font-size: 22px;
    cursor: pointer
}

.D_check .imitator:before {
    content: "3";
    text-align: center;
    display: block;
    color: #999
}

.D_check>input:checked~.imitator:before,
.ui-checkbox-on.imitator:before {
    content: "4"
}

#generalTermsLink {
    color: inherit
}

.loginex .D_info_box.le,
.loginex .D_info_box.le>span {
    position: relative;
    top: auto;
    left: auto
}

.refresh-captcha:before,
.refreshLoginCaptcha:before {
    content: ";";
    font-family: ProductIconsFont !important;
    font-size: 24px;
    color: #999;
    line-height: .65;
    padding-bottom: 2px
}

.tl_mail_message_body table.body-wrap .content tr td a>img {
    max-width: 100%
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear .25s, opacity .25s 0s, transform .25s
}

.modal-content {
    background-color: #fff;
    padding: 12rem 1.5rem;
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    text-align: center;
    background: rgba(51, 51, 51, .8);
    color: #fff;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: .25rem;
    background-color: #d3d3d3
}

.close-button:hover {
    background-color: #a9a9a9
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s
}

#CancelActiveBonusYes {
    background: #999;
    border: 0;
    padding: 10px;
    display: block;
    width: 100%
}

#CancelActiveBonusNo {
    background: #ef3f18;
    border: 0;
    padding: 10px;
    color: #fff;
    display: block;
    width: 100%;
    margin-top: 15px
}

.notificationSettings_item.footer-check {
    margin-bottom: 20px
}

.notificationSettings_item {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.notification_group {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #333;
    border-radius: 3px;
    text-indent: 10px;
    margin-bottom: 10px
}

.notification_row {
    padding: 10px
}

.switch input.sw {
    display: none
}

.switch input.sw+label {
    width: 36px;
    height: 20px;
    position: relative
}

.switch input.sw+label:after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #9e9e9e;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .21);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .21);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .21)
}

.switch input.sw:checked+label:after {
    left: 16px;
    background-color: #fff
}

.switch input.sw+label:before {
    content: "";
    width: 36px;
    position: absolute;
    top: 3px;
    height: 14px;
    display: block;
    background-color: #9e9e9e;
    border-radius: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.switch input.sw:checked+label:before {
    content: "";
    background-color: rgba(0, 0, 0, .5)
}

.switch label {
    color: #999;
    margin-left: 8px;
    cursor: pointer
}

.update_btn {
    width: 100%;
    background-color: #999;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    text-align: center;
    font-size: 16px
}

.notif_heading {
    text-align: center;
    display: block;
    width: 100%;
    padding: 7px 0;
    font-size: 16px
}

.delete_icon {
    position: absolute;
    right: 20px;
    width: 17px;
    background-size: contain;
    height: 20px;
    background-repeat: no-repeat
}

.SupportText:before {
    content: "";
    font-family: ProductIconsFont !important;
    font-style: normal;
    font-weight: normal;
    font-size: 27px;
    line-height: 14px;
    width: 19px;
    display: block;
    text-align: center;
    height: 39px;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 13px
}

.SupportText {
    width: calc((100%) - 40px);
    font-size: 12px;
    line-height: 21px;
    height: 15px;
    padding: 0 0;
    color: #eb3944;
    margin-left: 10px
}

body .SupportText a {
    color: #eb3944
}

.tl_msg_attach_reply_pad {
    padding-left: 50px;
    padding-right: 50px
}

.tl_mail_attachfiel_pad {
    padding-left: 30px;
    padding-right: 30px
}

.tl_mail_padd {
    padding-left: 35px;
    padding-right: 35px
}

.tl_vertical_padd {
    padding-bottom: 18px;
    padding-top: 18px
}

.tl_user_icon {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: -30px;
    top: 3px
}

.tl_system_icon {
    position: absolute;
    display: block;
    width: 20px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: -30px;
    top: 3px
}

.tl_send_area_cont .tl_user_icon {
    right: 7px;
    top: 10px
}

.tl_vertical_padd_big.irbetAll_attached {
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 0
}

.text-dotdot {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 214px
}

#bonuses_content,
.tl_gh {
    padding: 15px 15px 30px
}

.confirmation-block .col50 {
    width: 50%;
    float: left;
    padding: 0 5px
}

.confirmation-block .col50>button {
    height: 36px
}

.bonus-block {
    margin-bottom: 50px
}

.bonus-block .more-btn:before,
.game_history .more-btn:before {
    content: "¨";
    display: block;
    font-family: ProductIconsFont;
    font-size: 2em
}

.bonus-block .more-btn,
.game_history .more-btn {
    display: block;
    width: 5em;
    height: 4em;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.game_history .more-btn {
    margin-bottom: 20px
}

.game_history td:nth-child(1) {
    width: 40%
}

.bonus-history .bonus-block {
    padding: 12px;
    background-color: #262626;
    border-radius: 4px
}

.bonus-history .filter-block {
    margin-bottom: 24px
}

#bonuses_content.bonus-history .bonus-block .item {
    border-bottom-color: rgba(120, 120, 120, .8)
}

#bonuses_content.bonus-history .bonus-block .item:last-child {
    border: 0
}

#bonuses_content.bonus-history .col50 {
    color: rgba(120, 120, 120, .8)
}

#bonuses_content.bonus-history .col50.text-right {
    color: rgba(255, 255, 255, 1)
}

.bonus-history .bonus_details {
    width: 100%;
    margin-top: 40px
}

.bonus-history .bonus_details h3 {
    color: #f5b940;
    text-align: start
}

.bonus-history .bonus_details p {
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(120, 120, 120, .8);
    color: rgba(120, 120, 120, .8);
    display: flex;
    justify-content: space-between;
    align-items: center
}

.bonus-history .bonus_details p:last-child {
    border-bottom: 0
}

.bonus-history .bonus_details p span {
    color: #fff
}

.bonus-history .status_1 {
    color: #ffed47
}

.bonus-history .status_2 {
    color: #47ff8a
}

.bonus-history .status_3 {
    color: #47a7ff
}

.bonus-history .status_4 {
    color: #a4a4a4
}

.bonus-history .status_5 {
    color: #ff4747
}

.bonus-history .status_6 {
    color: #ffed47
}

.bonus-history .status_7 {
    color: #ff4747
}

#bonusesNavBar .heading {
    width: 100%
}

#bonuses_content .bonus-block .item {
    padding: 5px 10px !important;
    margin-top: 3px;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#bonuses_content .bonus-block .text-right {
    text-align: end !important
}

#bonuses_content .col50 {
    width: 50%;
    float: left
}

.activate_btn {
    margin-top: 10px
}

.btn-set {
    margin-top: 10px
}

.crash strong:before {
    content: "Á"
}

.rocketon strong:before {
    content: "ã"
}

.sicbo strong:before {
    content: "á"
}

.help strong:before {
    content: "V"
}

.fast_games_ic:before,
.fast_games_ic_main strong:before {
    content: "u";
    font-family: ProductIconsFont !important
}

table.reports td {
    width: 50%
}

#info_div {
    z-index: 100000;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: rgba(126, 127, 130, .84);
    padding: 8px;
    border-radius: 8px
}

#forceChangePass #info_div {
    z-index: 999;
    color: #fff;
    font-size: 18px;
    background-color: rgba(126, 127, 130, .84);
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 15px;
    position: relative;
    left: 0;
    transform: none;
    display: none;
    color: #090
}

.papara_desc_mob {
    color: #111;
    font-size: 13px
}

.left-skillgames:before {
    content: "Ø"
}

.left-hilo:before {
    content: "Å"
}

.left-rocketon:before {
    content: "ã"
}

.left-sicbo:before,
.sicbo strong:before {
    content: "á"
}

#home-hokm .left-hokm strong:before {
    content: "Ü";
    font-size: 36px !important
}

#home-chingachung .left-chingachung strong:before {
    content: "Ö";
    font-size: 46px !important
}

#home-minesweeper .left-minesweeper strong:before {
    content: "Ú";
    font-size: 46px !important
}

.deleteAll_icon,
.readAll_icon {
    font-size: 26px;
    color: #999;
    padding: 9px 7px
}

.deleteAll_icon:before {
    font-family: ProductIconsFont;
    content: "Ç"
}

.readAll_icon:before {
    font-family: ProductIconsFont;
    content: "Æ"
}

.badgeStyle:after {
    position: absolute;
    padding: 4px;
    font-size: 13px;
    top: -13px;
    left: -14px;
    width: 50px
}

.badgeStyle.badgecolor-1:after {
    content: var(--cdn-topBadgeLobby_svg);
    z-index: 1
}

.badgeStyle.badgecolor-2:after {
    content: var(--cdn-hotBadgeLobby_svg);
    z-index: 1
}

.badgeStyle.badgecolor-3:after {
    width: 85px;
    content: var(--cdn-jackpotBadgeLobby_svg);
    z-index: 1
}

.badgeStyle.badgecolor-4:after {
    top: -11px;
    content: var(--cdn-newBadgeLobby_svg);
    z-index: 1
}

.hilo strong:before {
    content: "Å"
}

.left-tv-bet:before {
    content: "Í"
}

.left-kiron:before {
    content: "Ì"
}

.left-inbet:before {
    content: "Ë"
}

.left-bingo_boom:before {
    content: " È"
}

.left-flg:before {
    content: " Ê"
}

.left-leap:before {
    content: "Î"
}

.left-ezugi:before {
    content: " É"
}

.cookies-info-box {
    position: fixed;
    bottom: var(--cwNavbarBottomHeight);
    display: flex;
    left: 0;
    padding: 20px 10px;
    border-radius: 5px;
    font-size: 11px;
    background: #fff;
    border-left: 5px solid #999;
    align-items: center;
    z-index: 100;
    width: 100%;
    max-width: 900px;
    color: #000
}

.cookies-info-box a {
    color: #000;
    text-decoration: underline;
    font-weight: bold
}

.cookies-info-box .icon_dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: #999;
    line-height: 20px;
    margin-right: 10px;
    flex-shrink: 0
}

.cookies-info-box .cookies-close {
    font-weight: 400;
    margin-left: 20px;
    font-size: 20px;
    width: 20px
}

.left-xprogaming:before {
    content: "×"
}

.left-kungfuchicken:before {
    content: "Ï"
}

.kungfuchicken strong:before {
    content: "Ï"
}

.licenses_block {
    vertical-align: top
}

.reply_btn_answer {
    display: block;
    padding: 0 10px
}

.tl_mail_message_cont #file_upload {
    display: none
}

.send_btn_block {
    margin-bottom: 10px;
    margin-top: 10px
}

.send_btn_display {
    display: block
}

.line {
    border-bottom: solid 2px #c5c5c5;
    margin: 32px 0
}

.profileRow1 {
    padding: 10px;
    border-radius: 4px;
    background-color: #c5c5c5;
    color: #2b2b2b
}

.flex1 {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0
}

.field-validation-success {
    color: #008000 !important
}

.mainTitle {
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    min-width: 320px
}

.profileRow {
    position: relative;
    width: 100%;
    margin: 8px 0
}

.subTitle {
    color: #c83804;
    font-weight: bold;
    padding: 8px 0;
    font-size: 16px;
    text-transform: uppercase
}

.transfer2friend_cont {
    padding: 10px;
    background-color: #333;
    min-width: 320px
}

.textAlL {
    text-align: left
}

.textAlC {
    text-align: center
}

.textAlR {
    text-align: right
}

.width_all {
    width: 100%
}

.dis_none {
    display: none !important
}

.d-block,
.dis_block {
    display: block
}

#loginerrormessage {
    width: 200px
}

.regMobBody_agent {
    padding: 0 10px
}

.valid_error_color {
    color: #f00
}

.col_pad {
    padding-top: 10px
}

.col_zero {
    padding-right: 0
}

.dis_inline {
    display: inline
}

.dis_inBlock {
    display: inline-block
}

.btn_prim_styles .btn_prim {
    width: 100%;
    margin-bottom: 10px
}

.col_footer_pad {
    padding: 0 10px
}

.acc_notifications {
    color: #ffb700;
    padding: 5px 0;
    display: block;
    font-size: 13px
}

.acc_succMassage {
    color: #008000
}

.refID_styles {
    padding: 10px 0
}

.pos_rel {
    position: relative
}

.save_cancel_second {
    text-align: center
}

.save_cancel_second #cancel_update {
    width: 49%;
    display: inline-block
}

.save_cancel_second #save_update {
    width: 49%;
    display: inline-block
}

.succes_color {
    color: #008000
}

.txt_align {
    text-align: right !important
}

.last_tab_td {
    white-space: nowrap
}

.profile_attachfiel_block .profile_upload {
    background: #fff;
    color: #474747
}

.profile_upload {
    display: flex;
    border-radius: 4px;
    margin: .5em 0;
    align-items: center;
    justify-content: center
}

.upload_file_btn {
    width: auto;
    line-height: 36px;
    text-align: right;
    width: 100%
}

.profile_upload i {
    width: 35px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 0 0 -10px;
    text-align: left;
    text-indent: 10px
}

.profile_upload>.tl_mail_attachfiel_screp:before {
    font-size: 33px
}

#profileForm #attachfile_btn {
    width: 100%;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.under_link {
    text-decoration: underline
}

.xprogaming strong:before {
    content: "×"
}

.banner_BG_domein {
    text-align: center;
    padding: 12px;
    margin: 5px auto;
    position: relative;
    background-color: #fff;
    border-radius: 3px;
    width: 92%;
    color: #000
}

.txt_upper {
    text-transform: uppercase
}

.registerForm .ui-btn.ui-checkbox-off:after,
.ui-btn.ui-checkbox-off:after {
    font-size: 19px;
    color: #999;
    background-image: none !important;
    position: absolute;
    left: 9px;
    top: 15px
}

.txt_upper {
    text-transform: uppercase
}

.ltr_txt {
    direction: ltr
}

.skillgames strong:before {
    content: "Ø"
}

.inbet strong:before {
    content: "Ë"
}

.deposit_ic::before {
    content: "Ä"
}

.left_rules_ic::before {
    content: "Ô"
}

.left_menu_block {
    width: 99%;
    min-height: 100vh;
    padding-bottom: 20px
}

.left_menu_block_links {
    padding: 40px 0
}

.left_menu_padd {
    padding: 25% 0
}

#_agiframe {
    display: block;
    margin: auto;
    position: relative;
    width: 1536px;
    height: 85vh;
    overflow: hidden
}

.cancel_btn {
    background-color: #ffb700 !important;
    color: #000 !important;
    border-radius: 2px;
    height: 30px;
    line-height: 30px !important;
    text-align: center !important
}

#golden-race-mobile-app {
    width: 100%;
    height: 75vh
}

#golden-race-mobile-app>iframe[style] {
    height: 100vh;
    width: 100% !important
}

.gameplaydiv_hide {
    overflow: hidden
}

.games_new_cont {
    text-align: center
}

.games_new_cont .games {
    padding: 5px
}

.games_new_cont .game-cont {
    position: relative !important
}

.games_new_cont .game-cont img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    width: 100%
}

.content_new_styles input.valid {
    background: none
}

.content_new_styles img {
    max-width: 100%;
    height: auto
}

.content_new_styles .game-container {
    position: relative
}

.content_new_styles .game-cont {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.content_new_styles .game-play {
    z-index: 10;
    background: rgba(0, 0, 0, .8);
    border-radius: 4px;
    text-align: center;
    position: absolute
}

.content_new_styles .ui-btn-icon-notext:after,
.content_new_styles .ui-btn-icon-left:after,
.ui-btn-icon-right:after {
    top: 18px;
    z-index: 2;
    pointer-events: none
}

.content_new_styles .ui-btn-icon-notext:after {
    margin-top: -11px
}

.content_new_styles .btn-sec {
    line-height: 14px !important
}

.content_new_styles .ui-input-search.ui-input-has-clear .ui-btn.ui-input-clear,
.content_new_styles .ui-input-text.ui-input-has-clear .ui-btn.ui-input-clear {
    right: 0;
    top: 14px
}

.content_new_styles .ui-btn-icon-left:after {
    background-color: #111
}

.content_new_styles #cxl-badge {
    display: none
}

button.accordion {
    border-top: 2px solid #000
}

.timezoneandodd_haybet {
    display: block;
    padding: 15px 23px
}

.twentyOne_popup_container .tl_popup_container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7) !important;
    z-index: 101;
    top: 0;
    left: 0;
    padding-top: 20%
}

.twentyOne_popup_container .textarea {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    padding: 1px 8px
}

.twentyOne_popup_container .tl_TwOne_btn {
    padding: 0 15px;
    text-transform: uppercase;
    outline: 0;
    display: inline-block;
    margin: 0 10px;
    font-size: 13px;
    width: 100px
}

.twentyOne_popup_container .btns_cont {
    padding-bottom: 8px
}

.twentyOne_popup_container .tl_popup_content {
    background-color: #5d5d5d
}

#_luckyStreakFrame {
    display: block;
    margin: auto;
    position: relative;
    width: 1536px;
    height: 85vh;
    overflow: hidden
}

#myluckyFrame {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 75vh;
    background: #000
}

.game_layout_lucky {
    border: 0;
    width: 100% !important
}

.game_layout_lucky #col-center {
    width: 100% !important
}

#_EventBetFrame {
    display: block;
    margin: auto;
    position: relative;
    width: 1536px;
    height: 85vh;
    overflow: hidden
}

.news_block {
    height: 80px
}

.news_block>div {
    padding: 13px
}

.recoveryPopup_new {
    position: absolute;
    width: 100%;
    height: calc(100% - 93px);
    opacity: .9;
    top: 45px;
    left: 0;
    background: #000
}

.recoveryPopup_new .head_close {
    width: calc(100% - 171px);
    text-align: right;
    line-height: 30px;
    font-size: 20px;
    padding: 0 15px;
    font-family: ProductIconsFont
}

#ResetPasswordNew {
    padding: 20px
}

.reset_pass_descr {
    margin: 10px 0
}

.recoveryPopup_new .tl_head {
    padding: 0 15px
}

.regMobBody_padd {
    padding: 10px 10px
}

.regMobBody {
    padding: 0 10px
}

.reg_width_block {
    width: 80px
}

.block_direction {
    direction: ltr !important
}

.reg_width_calc {
    width: calc((100%) - 92px)
}

.code_style_farsi {
    margin: 0 0 0 8px
}

.col_padd_top {
    padding-top: 10px
}

.lang_width {
    width: 21px
}

.wallets_row_marg {
    margin-top: 10px
}

.D_input_block_marg {
    margin: 26px 0
}

.block_height {
    height: 180px;
    text-align: center
}

.block_anoter_height {
    height: 100px
}

.txt_cent {
    text-align: center
}

.relativeHeading_sty {
    height: auto;
    padding: 5px
}

.tl_popup_container {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1000
}

.postmsgCont {
    font-size: 14px;
    text-align: center
}

.email_input_cont {
    flex-direction: column
}

#tl_input_activation_msg span {
    color: #f00;
    font-size: 13px
}

.sent_activation_email_btn_cont {
    padding: 24px 32px
}

.sent_activation_email_label,
#tl_input_activation_msg {
    line-height: 22px
}

.activationEmailSent_btn {
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 2px;
    display: block;
    text-align: center !important;
    margin-top: 15px;
    line-height: 36px !important;
    height: auto
}

.tl_input_activation {
    border: 0;
    border-radius: 2px;
    line-height: 36px
}

.prof_refID {
    padding: 10px 0
}

.tf_OTHER_icon:before {
    font-family: ProductIconsFont;
    content: "\Û"
}

.ezugi strong:before {
    content: " É"
}

#copyRefId {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background-size: cover;
    right: 33px;
    top: 621px
}

#tooltipText {
    height: 28px;
    width: 74px;
    position: absolute;
    background-color: #cccbca;
    color: #000;
    z-index: 999;
    border-radius: 13px;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    position: absolute;
    top: 684px;
    left: 34px
}

.New {
    position: relative
}

.New:after {
    position: absolute;
    top: -15px;
    right: 0;
    content: var(--cdn-newBadge_svg);
    width: 23px;
    height: 15px
}

.tl_news_item_title {
    font-size: 16px;
    color: #f14100;
    display: block;
    padding: 15px 0;
    height: auto
}

.tl_news_item_new_img {
    width: 100%;
    padding: 0 15px
}

.tl_news_item_new_img img {
    width: 100%;
    height: auto
}

.carousel-caption {
    top: 20px;
    position: absolute;
    left: 24px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

ul.slides li {
    position: relative
}

.iframe-container {
    display: block;
    position: relative
}

.iframe {
    width: 100%;
    overflow-y: scroll;
    height: calc(130vh - 10px)
}

.left-betchecker {
    position: relative
}

.left-betchecker:before {
    content: "â" !important
}

.left-jackpot {
    position: relative
}

.left-jackpot:before {
    content: "ä" !important
}

.idq_big {
    display: block;
    width: 135px;
    height: 30px;
    margin: 15px auto;
    background: var(--cdn-idq-big) no-repeat;
    background-size: contain
}

.idq_small {
    display: block;
    width: 55px;
    height: 30px;
    background-image: var(--cdn-idq-small);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 15px auto
}

#info_fav_div {
    z-index: 1111;
    color: #fff;
    font-size: 18px;
    position: fixed;
    left: 50%;
    top: 40%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: rgba(126, 127, 130, .84);
    padding: 8px;
    border-radius: 8px
}

.ui-datepicker {
    z-index: 999 !important
}

.collapse_dropdown_leftmenu {
    padding: 0 !important;
    height: 43px;
    overflow: hidden;
    margin-bottom: 0
}

.collapse_dropdown_leftmenu.opened {
    height: auto
}

.collapse_dropdown_leftmenu_btn:after {
    content: "" !important;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    margin-left: auto;
    margin-right: 10px
}

.collapse_dropdown_leftmenu a {
    height: 100%;
    width: 100%
}

.notFound {
    width: 100%;
    min-height: 70vw;
    padding: 0 15px;
    text-align: center
}

.fourOfour {
    width: 100%;
    padding-top: 20vw
}

.fourOfour>h1 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    display: block
}

.fourOfour>h2 {
    font-size: 15px;
    color: #fff;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    margin: 5px 0;
    line-height: 1.4;
    display: block
}

.fourOfour>h3 {
    font-size: 15px;
    color: #f14100;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    text-transform: uppercase;
    margin: 5px 0
}

.fourOfour>a {
    height: 28px;
    width: 100%;
    display: block;
    background-color: #f14100;
    color: #fff;
    line-height: 26px;
    text-align: center;
    border-radius: 30px;
    margin: 10px auto;
    max-width: 330px;
    font-size: 15px
}

.promoted.tr .txt:after {
    content: var(--cdn-newBadge-tr_png);
    position: absolute;
    top: -9px !important;
    right: -19px;
    width: 23px;
    height: 15px;
    line-height: 0;
    z-index: 2
}

.connect_vpn_popup {
    padding: 25px 20px 20px;
    background-color: #fff;
    border-radius: 6px;
    border-radius: 6px;
    color: #333;
    font-size: 15px;
    max-width: 90%;
    line-height: 1, 3;
    text-align: center;
    font-weight: 500
}

.connect_vpn_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 15px
}

.connect_vpn_icon span {
    height: 26px;
    width: 26px;
    background-color: #f00;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: serif;
    font-weight: bold
}

.connect_vpn_popup #close_vpn_popup {
    background-color: #ffb700;
    border: 0;
    display: block;
    width: 100%;
    height: 35px;
    text-transform: uppercase;
    margin-top: 20px;
    border-radius: 3px
}

#useVpnMob {
    position: fixed;
    top: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    right: 0;
    left: 0
}

button {
    border: 0;
    background-color: transparent
}

.all_buttons_styles {
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 100%;
    background-color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    margin: 4px 0;
    cursor: pointer;
    font-size: 12px
}

.favorite_amounts,
.finalpay_favorite_amounts {
    display: flex;
    justify-content: space-around
}

.favorite_amounts>*,
.finalpay_favorite_amounts>* {
    width: 25%;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1
}

.favorite_amounts>div,
.finalpay_favorite_amounts>div {
    position: relative;
    text-align: center
}

input,
.reg_input,
.custon_select__front_el,
.drop-down,
.drop-down-small,
#content_paym .ui-select span,
#content_paym .ui-select select,
.reg__checkboxes_row {
    border: 0;
    width: 100%;
    min-height: 34px;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 14px;
    display: block;
    line-height: 34px
}

.custon_select__front_el {
    display: block !important;
    height: 34px
}

span.custon_select__front_el,
span.drop-down,
span.drop-down-small {
    pointer-events: none
}

input:focus {
    outline: 0
}

input[type=radio],
input[type=checkbox] {
    width: auto;
    min-height: 0;
    line-height: 14px
}

input:read-only {
    opacity: .4;
    text-overflow: ellipsis
}

.custon_select__front_el,
.drop-down,
.drop-down-small {
    z-index: 2;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.reg_input.input-validation-error,
.custon_select__front_el.input-validation-error,
.input-validation-error,
.reg_input.error {
    border: 1px solid #f00
}

.registration__container {
    padding: 10px 25px
}

.reg__gender_row>* {
    position: relative;
    margin-bottom: 10px;
    width: 100%
}

.reg__gender_row label,
.profile_container .reg__gender_row label {
    border: 0;
    width: 100%;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 14px;
    display: block;
    line-height: 30px;
    padding: 0 0 0 40px;
    position: relative
}

.reg__gender_row input,
.reg__checkboxes_row input,
.reg__checkboxes_row input:read-only {
    z-index: -1;
    position: absolute;
    top: 0;
    opacity: 0
}

.reg__checkboxes_row .D_check input,
.reg__checkboxes_row.D_check input {
    z-index: 1;
    display: inline-block
}

.reg__dateofbirth_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.reg__dateofbirth_row>div {
    width: 32%
}

.reg__checkboxes_row>* {
    display: inline;
    font-size: 12px
}

.reg__checkboxes_row label:after {
    position: absolute;
    top: 16px;
    left: 8px
}

.reg__checkboxes_row {
    margin-bottom: 10px;
    position: relative;
    line-height: 20px;
    padding: 5px 10px 5px 40px
}

.reg__checkboxes_row a {
    text-decoration: underline;
    color: inherit
}

.reg__row_title,
.profile_container label,
.transfer2friend_cont label,
#content_paym label,
.forgot_pass__row label,
.r_login__row label,
.changepass__element_row label,
.search_popup_row label,
.filter__block label {
    font-size: 13px;
    display: block;
    margin-bottom: 4px
}

.changepass__element_row label,
.forgot_pass__row label {
    float: left
}

.changepass__element_row .required-field,
.forgot_pass__row .required-field {
    float: none
}

.reg_prof__element_row h3 {
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    font-weight: bold
}

.valid_icon_error_rc .custon_select__front_el:after,
.valid_icon_error_rc .drop-down:after {
    font-family: ProductIconsFont;
    content: "2";
    font-size: 11px;
    background: none;
    color: #000;
    right: 8px;
    left: auto;
    position: absolute
}

.r_login__row,
.changepass__element_row,
.search_popup_row,
.filter__block {
    margin-bottom: 10px;
    width: 100%
}

.r_login__row {
    column-gap: 10px
}

.login_container {
    display: flex;
    flex-direction: column
}

.r_login__row {
    display: flex;
    align-items: center;
    justify-content: center
}

.r_login__row>*:not(.tl_refresh_container,
.captchaImage,
.platformForgPass) {
    width: 100%
}

.r_login__row.dis_none {
    display: none
}

.r_login__row .platformLoginButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%
}

#staticLogin .r_login__row {
    flex-direction: column;
    margin-bottom: 20px
}

.static_log_btn {
    margin-bottom: 15px
}

.static_login_content {
    padding-bottom: 30px
}

.platformLoginButton {
    display: block
}

.platformForgPass {
    text-align: center;
    margin-top: 15px;
    display: inline-block
}

#staticLoginForm .error_msg {
    color: #f00;
    font-size: 12px !important;
    margin-inline-end: auto;
    margin-top: 0
}

#staticLoginForm .error_msg>span {
    font-size: 12px !important;
    color: #f00 !important
}

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

.ui-collapsible-inset .ui-collapsible-heading .ui-btn {
    font-size: 14px
}

.tl_mail_send_area {
    resize: none;
    width: 100%;
    border: 0;
    height: 120px;
    margin: 10px 0;
    padding: 10px;
    border-radius: 2px;
    box-shadow: none
}

.phone_number_inp_reg {
    width: 100%
}

.prof__checkboxes_row>* {
    border: 0;
    width: 100%;
    min-height: 20px;
    border-radius: 2px;
    font-size: 14px;
    display: block;
    line-height: 34px;
    margin-bottom: 10px;
    position: relative;
    line-height: 20px;
    padding: 5px 10px 5px 40px;
    display: flex;
    align-items: flex-end
}

.prof__checkboxes_row .ui-checkbox .ui-btn {
    margin-bottom: 0
}

.prof__checkboxes_row>label {
    margin-bottom: 0
}

.prof__checkboxes_row input {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    min-height: inherit
}

.prof__checkboxes_row label.ui-btn:after {
    display: none
}

.ui-collapsible-inset .ui-collapsible-heading .ui-btn {
    display: flex;
    line-height: 36px;
    align-items: center
}

.resp_gaming_cont .lbl {
    font-weight: normal !important;
    display: block;
    width: 50%;
    margin-bottom: 8px;
    text-align: inherit !important
}

.commissionFee_item {
    position: absolute;
    right: 15px
}

.row_game_tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 10px
}

.games .col_game_tabs {
    padding: 0 8px;
    width: 50%;
    margin-bottom: 20px
}

.col_game_tabs img {
    max-width: 95%;
    max-height: 40px
}

.col_game_tabs a,
.new_livecs_container .tl_game_tab_item {
    width: 100%;
    height: 125px;
    max-width: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .3s ease
}

@media screen and (min-width:799px) {
    .games .col_game_tabs {
        width: 33.3%
    }
}

@media screen and (max-width:799px) {
    .games li {
        width: 50%;
        min-width: 50%;
        float: left
    }
}

.games #back_cont span {
    width: auto;
    min-width: 100%;
    text-align: left;
    font-size: 16px
}

.games #back_cont {
    width: 100%;
    min-width: 100%;
    display: flex;
    align-items: center
}

.back_to_agent:before {
    content: "Г";
    font-family: 'ProductIconsFont'
}

.col_game_tabs .New:after {
    top: 3px;
    right: 3px
}

.tg_live_casino_cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 0
}

.tg_live_casino_item {
    padding: 24px
}

.tg_live_casino_item img {
    border-radius: 8px;
    max-width: 100%
}

.errorCheck {
    color: #f00;
    border: 1px solid #f00
}

.errorCheck .ui-btn.ui-checkbox-off:after {
    background-color: #f00
}

.new_livecs_container {
    padding-bottom: 20px
}

.popup_flex_box {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 1000 !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.new_livecs_container .closegame {
    font-size: 26px
}

.game_popup__content {
    padding-top: 40px
}

.game_popup_buttons {
    margin: 10px 0
}

.titlegameload {
    font-size: 18px
}

.vis_hidden {
    visibility: hidden
}

.live_cs_content .game_search_box {
    width: 88%
}

.live_cs_content .search-icon:before {
    content: ".";
    color: #999;
    font-family: ProductIconsFont;
    font-size: 22px;
    font-style: normal
}

.live_cs_content {
    min-height: 55px;
    padding: 0 22px 0 13px
}

.live_cs_content #catName {
    white-space: nowrap
}

.live_cs_content .vis_hidden {
    display: none
}

.live_cs_content .game_search_cont {
    width: 100%;
    margin: auto
}

.search_info_close:before {
    content: "р";
    font-family: ProductIconsFont;
    text-transform: uppercase
}

.stroke-close-icon:before {
    content: "р";
    font-family: ProductIconsFont;
    text-transform: uppercase
}

.live_cs_content .search_info_close {
    color: #999;
    position: absolute;
    top: 0;
    right: 0;
    height: 33px;
    line-height: 33px;
    padding: 0 10px
}

.live_cs_content .game_search_box {
    position: relative;
    margin: 0 10px
}

.live_cs_background {
    width: 100%
}

.live_cs_content .go_back_text {
    color: #fff;
    text-transform: capitalize
}

.game_notfound_color {
    color: #999;
    padding: 0 10px
}

.new_livecs_container #searchLiveCasino {
    padding-right: 30px;
    font-style: normal;
    line-height: 34px
}

.new_livecs_container .row_game_tabs {
    padding: 10px 15px
}

.nc__slider_block {
    position: relative
}

.sliderControlsCont {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
    padding: 2px;
    line-height: 0;
    width: 100%
}

.sliderControlsCont .slick-dots {
    position: static;
    justify-content: center
}

.sliderControlsCont li {
    width: 100%;
    max-width: 35px;
    margin: 0 1px
}

.sliderControlsCont .slick-dots li:only-child {
    display: none
}

.sliderControlsCont .slick-dots li button {
    height: 3px;
    width: 100%;
    margin: 0 1px 5px;
    background-color: #666;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    overflow: hidden
}

.sliderControlsCont .slick-dots .slick-active button {
    background-color: #e0be00
}

.blinking_cursor {
    width: 1px;
    height: 17px;
    background-color: #fff;
    -webkit-animation: 1s blink step-end infinite;
    animation: 1s blink step-end infinite;
    position: absolute;
    top: 11px;
    left: 16px
}

@-webkit-keyframes blink {
    from {
        background-color: transparent
    }
    50% {
        background-color: #fff
    }
    to {
        background-color: transparent
    }
}

@keyframes blink {
    from {
        background-color: transparent
    }
    50% {
        background-color: #fff
    }
    to {
        background-color: transparent
    }
}

.project_col_game_tabs,
.project_col_game_tabs img {
    width: 100%
}

.project_col_game_tabs {
    margin: 15px 0;
    position: relative;
    text-align: center;
    color: #fff;
    background: #fff;
    border-radius: 9px;
    overflow: hidden
}

.project_col_game_tabs img {
    padding: 15px 20px 25px;
    max-width: 350px
}

.project_col_game_tabs .title_name {
    position: absolute;
    bottom: 0;
    background: #ddc068;
    z-index: 2;
    width: 100%;
    padding: 5px 0;
    border-radius: 0 0 9px 9px;
    color: #000
}

.tl_footer_payments_new {
    width: 72px;
    height: 36px;
    margin: 3px;
    background-color: #fff;
    border-radius: 2px
}

.tl_footer_socials_new {
    width: 44px;
    height: 44px;
    margin: 3px;
    background-color: #fff;
    border-radius: 2px;
    background-position-x: -72px
}

#footer {
    overflow: visible !important;
    position: relative
}

.withLogoLobby {
    flex: 1
}

.withLogoLobby .col_game_tabs.promoted:after {
    position: absolute;
    top: 0;
    right: 0;
    content: var(--cdn-newBadge_svg);
    width: 23px;
    height: 15px;
    background-color: transparent
}

.plus18Icon:after {
    content: "Ф"
}

.plus21Icon:after {
    content: "Х"
}

.plus18Icon:after,
.plus21Icon:after {
    font-size: inherit;
    font-family: ProductIconsFont27;
    color: inherit
}

.plus18Icon,
.plus21Icon {
    font-size: 24px;
    width: 30px;
    text-align: initial
}

.welcome_login_popup_inner {
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(4, 6, 34, .15);
    position: relative;
    margin: auto;
    min-width: 200px;
    min-height: 200px;
    padding-top: 40px
}

.welcome_login_popup {
    max-width: 93%;
    max-height: 93%;
    min-height: 93%;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.welcome_login_popup p {
    margin: 0
}

.welcome_login_popup img {
    max-width: 100%;
    vertical-align: top
}

.welcome_login_popup_close {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    color: #6b6a6a !important;
    height: 32px !important;
    width: 32px !important;
    background-color: #9f9f9f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1px 1px 0;
    font-size: 13px !important;
    cursor: pointer
}

.welcome_login_popup_close:after {
    content: "р" !important;
    font-family: ProductIconsFont !important;
    text-transform: uppercase
}

.welcome_login_popup_container {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 150;
    display: flex;
    justify-content: center;
    align-items: center
}

.notification_static_content {
    min-height: 50px;
    z-index: 101
}

.notification_content {
    height: 50px;
    background-color: #0f0f0f;
    border-bottom: 1px solid #ffb700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 16
}

.notification_static_content~#header,
.notification_static_content~.header__wrap_block #header {
    top: 50px
}

.notification_icon:before {
    content: "Щ";
    font-family: ProductIconsFont
}

.notification_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 20px);
    margin: 0
}

.notification_icon {
    color: #ffb700;
    height: 34px;
    width: 34px;
    min-width: 34px;
    background-color: #222;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    margin: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center
}

.notification_text {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    transform: translate(100%)
}

.notification_slide {
    width: 100%;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 12px;
    padding-top: 6px
}

@keyframes notification_slide {
    0% {
        transform: translate(85vw)
    }
    to {
        transform: translate(-100%)
    }
}

.notification_close_btn {
    cursor: pointer;
    color: #999;
    margin: 0 10px;
    padding: 3px
}

.notification_close_btn:before {
    content: "р";
    font-family: ProductIconsFont;
    text-transform: uppercase
}

.self_wrapper {
    display: flex;
    align-items: center;
    max-width: 500px;
    justify-content: center;
    width: calc(100% - 20px);
    margin: 0
}

.self_text {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    transform: translate(100%)
}

.self_slide {
    width: 100%;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 12px;
    padding-top: 6px
}

.self_text.clicked {
    animation-play-state: paused !important
}

@keyframes self_slide {
    0% {
        transform: translate(500px)
    }
    to {
        transform: translate(-100%)
    }
}

.name_vidget {
    text-align: center;
    text-transform: uppercase;
    padding: 11px 16px;
    margin: 8px 5px
}

.game__block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 2px;
    position: relative;
    cursor: pointer
}

.game__main {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.game__main img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.last_played__container {
    overflow-x: scroll;
    overflow-y: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    white-space: nowrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin: 0 10px 16px
}

.last_played__container .game__block {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    height: auto;
    margin: 4px 2px 0;
    border-radius: 8px;
    overflow: hidden;
    width: calc(50% - 15px);
    padding: 0
}

.last_played__container .badgeStyle {
    display: none
}

#menu-right .txt {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media screen and (max-width:470px) {
    #menu-right .txt {
        max-width: 150px
    }
}

@media screen and (max-width:400px) {
    #menu-right .txt {
        max-width: 115px
    }
}

@media screen and (max-width:350px) {
    #menu-right .txt {
        max-width: 90px
    }
}

.register_left_banner img {
    width: 100%
}

.right_menu_header .right_menu_close:before {
    content: "р";
    font-family: ProductIconsFont;
    text-transform: uppercase;
    font-size: 13px
}

.amd:after,
.AMD:after {
    font-family: ProductIconsFont27;
    content: '7';
    padding: 0 5px
}

.try:after,
.TRY:after {
    font-family: ProductIconsFont27;
    content: 'У';
    text-transform: uppercase;
    padding: 0 3px
}

.eur:after,
.EUR:after {
    font-family: ProductIconsFont27;
    content: 'С';
    text-transform: uppercase;
    padding: 0 5px
}

.usd:after,
.USD:after {
    font-family: ProductIconsFont27;
    content: 'Р';
    text-transform: uppercase;
    padding: 0 5px
}

.uah:after,
.UAH:after {
    font-family: ProductIconsFont27;
    content: 'Т';
    text-transform: uppercase;
    padding: 0 5px
}

.bot:after,
.BOT:after {
    font-family: ProductIconsFont27;
    content: 'ъ';
    text-transform: uppercase;
    padding: 0 5px
}

.byn:after,
.BYN:after {
    font-family: ProductIconsFont27;
    content: 'ы';
    text-transform: uppercase;
    padding: 0 5px
}

.gbp:after,
.GBP:after {
    font-family: ProductIconsFont27;
    content: 'ь';
    text-transform: uppercase;
    padding: 0 5px
}

.gel:after,
.GEL:after {
    font-family: ProductIconsFont27;
    content: 'Э';
    text-transform: uppercase;
    spadding: 0 5px
}

.inr:after,
.INR:after {
    font-family: ProductIconsFont27;
    content: 'Ю';
    text-transform: uppercase;
    padding: 0 5px
}

.irr:after,
.IRR:after {
    font-family: ProductIconsFont27;
    content: 'Я';
    text-transform: uppercase;
    padding: 0 5px
}

.kes:after,
.KES:after {
    font-family: ProductIconsFont27;
    content: 'а';
    text-transform: lowercase;
    padding: 0 5px
}

.kzt:after,
.KZT:after {
    font-family: ProductIconsFont27;
    content: 'б';
    text-transform: lowercase;
    padding: 0 5px
}

.lek:after,
.LEK:after {
    font-family: ProductIconsFont27;
    content: 'в';
    text-transform: lowercase;
    padding: 0 5px
}

.rub:after,
.RUB:after {
    font-family: ProductIconsFont27;
    content: 'г';
    text-transform: lowercase;
    padding: 0 5px
}

.tnd:after,
.TND:after {
    font-family: ProductIconsFont27;
    content: 'д';
    text-transform: lowercase;
    padding: 0 5px
}

.irt:after,
.IRT:after {
    content: "IRT";
    margin-inline-start: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold
}

html[lang="FA"] .irt:after,
html[lang="FA"] .IRT:after {
    content: "تومان";
    font-family: IRANSans;
    font-weight: 400
}

.ron:after,
.RON:after {
    content: "RON";
    -webkit-margin-start: 3px;
    margin-inline-start: 3px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold
}

.tfa_content {
    padding: 30px 17px 30px 16px;
    font-size: 14px
}

.tfa_content .ui-corner-all,
.tfa_content .ui-corner-bottom,
.tfa_content .ui-corner-right,
.tfa_content .ui-corner-br {
    box-shadow: none
}

.tfa_content .ui-btn.ui-checkbox-off:after {
    display: none !important
}

.tfa_title {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: normal;
    display: block
}

.tfa_subtitle {
    margin-top: 30px;
    font-weight: normal;
    line-height: 1.7;
    display: block
}

.tfa_text_bold {
    font-weight: bold
}

.tfa_text {
    line-height: 1.7;
    margin: 0
}

.tfa_text p {
    margin: 0
}

.tfa_sub_content {
    padding: 0 22px
}

.tfa_switcher_content {
    margin: 22px 0 35px;
    max-width: 534px;
    font-size: 12px
}

.tfa_switcher_item {
    width: 56px;
    height: 32px;
    position: relative;
    display: block;
    border-radius: 36px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    background-color: #ccc;
    border: 1px solid #adadad;
    margin: 0 16px
}

.tfa_switcher_item:before {
    content: "";
    display: block;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    left: 3px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background: #fff 0% 0% no-repeat padding-box;
    box-shadow: 0 5px 5px #00000043;
    top: 3px
}

.tfa_switcher_input {
    opacity: 0;
    position: absolute;
    z-index: -5;
    visibility: hidden
}

.tfa_switcher_input:checked+.tfa_switcher_item:before {
    left: 25px
}

.tfa_switcher_input:checked+.tfa_switcher_item {
    background-color: #197b30;
    border: 1px solid #036a1c
}

.tfa_image_cont img {
    max-width: 100%;
    vertical-align: middle
}

.tfa_image_cont {
    height: 200px;
    width: 200px;
    box-shadow: 0 6px 9px #04132431;
    border-radius: 14px;
    background-color: #fff;
    padding: 20px;
    margin-top: 22px
}

.tfa_btn_content {
    width: 100%
}

.qr_code_input {
    width: 100%;
    height: 48px;
    font-size: 14px;
    padding: 0 15px;
    border-radius: 2px;
    margin-bottom: 24px;
    display: block;
    border: 0;
    color: #808080
}

.qr_code_btn {
    width: 100%;
    height: 48px;
    background-color: #197b30;
    color: #fff;
    font-size: 14px;
    border: 0;
    border-radius: 2px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif !important
}

input:read-only.ctfa_copy_code {
    opacity: 1
}

.ctfa_copy_code {
    width: calc(100vw - 33px);
    height: 33px;
    background-color: #fff;
    border-radius: 8px;
    color: #000;
    font-size: 14px !important;
    padding: 0 20px;
    border: 0;
    font-family: 'Roboto', sans-serif !important;
    text-align: center
}

.tfa_text a {
    text-decoration: underline
}

.tfa_copy_code_content {
    margin: 25px 0
}

.tfa_copy_code_text {
    opacity: .5;
    margin-bottom: 12px;
    display: block;
    font-size: 14px
}

.tfa_error_msg {
    position: absolute;
    top: 75%;
    color: #f30000;
    left: 0;
    line-height: 1.2
}

.tfa_error_msg.invalid {
    color: #f30000
}

.tfa_error_msg.valid {
    color: #0f0
}

.tfa_content .relative {
    padding-bottom: 12px
}

.ctfa_copy_code,
.qr_code_input {
    box-shadow: 0 1px 5px #0002043b;
    background-color: #fff
}

.tfa_popup_container {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 500
}

.tfa_popup_container .reg_error_message {
    color: #f00
}

.tfa_head_close:before {
    content: "р";
    font-family: ProductIconsFont;
    text-transform: uppercase
}

.tfa_popup_header {
    color: #1a1a1a;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    height: 56px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 16px;
    position: relative
}

.tfa_head_text {
    width: calc((100%) - 20px);
    font-size: 14px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 30px;
    color: #1a1a1a
}

.tfa_popup_header .tl_head_close {
    color: #58595a;
    font-size: 13px
}

.tfa_popup_text {
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: center
}

.tfa_popup_container .tfa_popup_input {
    background-color: #fff;
    border-radius: 2px 2px 0 0;
    color: #808080;
    width: 100%;
    border: 0;
    height: 36px;
    border-bottom: 1px solid #ccc;
    padding: 0 15px
}

.tfa_popup_btn {
    height: 36px;
    background-color: #197b30;
    font-weight: 500;
    width: 100%;
    border: 0;
    border-radius: 2px;
    text-transform: uppercase;
    color: #fff
}

.tfa_popup_img {
    max-width: 159px;
    margin: 22px auto 40px;
    display: block
}

.tfa_popup_content {
    background-color: #f2f2f2;
    padding: 23px 27px 15px;
    min-height: calc(100% - 47px);
    box-shadow: 15px 15px 10px #0000004d
}

.tfa_popup_content .reg_err_mess {
    top: 100%;
    width: 100%
}

.tfa_popup_error {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center
}

.tfa_popup_container .form-group {
    margin-bottom: 15px;
    position: relative
}

.dur-container {
    color: #d6d6d6;
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    padding-top: 10px
}

.dur-texts {
    background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38"><defs><style>.a{fill:%23222;}.b{fill:%23ffb700;}</style></defs><g transform="translate(-572 -112)"><g transform="translate(-35 858)"><circle class="a" cx="19" cy="19" r="19" transform="translate(607 -746)"/></g><g transform="translate(580.011 119.548)"><g transform="translate(0.039 7.041)"><g transform="translate(0)"><path class="b" d="M13.4,166.11a4.968,4.968,0,0,0-.858-.69,5.111,5.111,0,0,0-6.369.69l-4.643,4.646a5.11,5.11,0,0,0,7.223,7.23l3.832-3.832a.365.365,0,0,0-.259-.624h-.146a6.144,6.144,0,0,1-2.336-.453.365.365,0,0,0-.4.08l-2.756,2.759a2.191,2.191,0,0,1-3.1-3.1l4.661-4.657a2.19,2.19,0,0,1,3.1,0,1.5,1.5,0,0,0,2.051,0,1.446,1.446,0,0,0,0-2.051Z" transform="translate(-0.039 -164.614)"/></g></g><g transform="translate(8.143 0)"><g transform="translate(0 0)"><path class="b" d="M201.8,1.5a5.11,5.11,0,0,0-7.227,0l-3.829,3.825a.366.366,0,0,0,.266.624h.135a6.132,6.132,0,0,1,2.332.456.365.365,0,0,0,.4-.08l2.748-2.745a2.191,2.191,0,0,1,3.1,3.1L196.3,10.1l-.029.033-1.2,1.19a2.19,2.19,0,0,1-3.1,0,1.5,1.5,0,0,0-2.051,0,1.455,1.455,0,0,0,0,2.059,5.066,5.066,0,0,0,1.46,1.022c.077.036.153.066.23.1s.157.058.234.088.157.055.234.077l.215.058c.146.036.292.066.442.091a5.081,5.081,0,0,0,.544.051h.277l.219-.026c.08,0,.164-.022.259-.022h.124l.252-.036.117-.022.212-.044h.04a5.11,5.11,0,0,0,2.369-1.343L201.8,8.724A5.11,5.11,0,0,0,201.8,1.5Z" transform="translate(-189.502 0)"/></g></g></g></g></svg>');
    background-repeat: no-repeat;
    background-size: 38px 38px;
    background-position: 16px center;
    width: 100%;
    background-color: #000;
    position: relative;
    border-radius: 4px
}

.dur-content {
    padding-left: 69px;
    padding-right: 10px;
    min-height: 45px;
    padding-top: 11px;
    padding-bottom: 11px;
    line-height: 1.3;
    border-radius: 4px;
    width: 100%
}

.dur-content:last-child {
    border-bottom: 3px solid #ffb700
}

.dur-close {
    position: absolute;
    right: -3px;
    top: -3px;
    color: #707070;
    font-size: 6px;
    line-height: 1;
    padding: 4px;
    border-radius: 50%;
    background: #1a1a1a;
    border: 1px solid #000;
    margin: 0;
    text-align: center
}

.dur-close:hover {
    color: #fff
}

.dur-content a {
    color: #d6d6d6
}

.dur-content .sep {
    padding: 0 10px;
    text-align: center
}

.lc_error_page {
    min-height: calc(100vh - 200px);
    padding: 10% 0
}

.lc_error_btn {
    margin-top: 30px;
    padding: 12px 42px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    transition: .2s linear 0s
}

.lc_error_img {
    max-width: 300px;
    width: 100%;
    margin-top: 100px;
    filter: drop-shadow(2px 4px 6px black)
}

.lc_error_text {
    font-size: 16px
}

.active_bonuses {
    padding: 0 20px
}

.bg_bonuses {
    padding: 6px 16px
}

.free_spin {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 12px;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, .15)
}

.free_spin__id {
    position: absolute;
    background: rgba(105, 105, 105, .27);
    backdrop-filter: blur(28px);
    width: 100%;
    font-size: 16px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff
}

.free_spin__id .status {
    font-size: 12px;
    line-height: 16px;
    color: #ffb700
}

.free_spin img {
    width: 100%;
    min-height: 100px
}

.free_spin__content {
    padding: 16px 12px 12px;
    flex-grow: 1
}

.free_spin__content .text-primary {
    margin-top: 2px;
    margin-bottom: 6px;
    font-size: 13px
}

.show-more {
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    display: none
}

.free_spin.sport .free_spin__btn.show-more {
    display: flex
}

.free_spin.sport .free_spin__btn {
    background-color: rgba(255, 255, 255, .4);
    display: none
}

.free_spin__btn {
    width: 100%;
    padding: 12px;
    border: 0;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    margin-top: auto;
    text-align: center
}

.free_spin__line {
    margin-bottom: 16px
}

.free_spin__line>div {
    margin-bottom: 6px
}

@media screen and (max-width:375px) {
    .free_spin__line>div {
        font-size: 3.4vw
    }
}

.free_spin__line>div:first-child,
.free_spin__line>div:first-child .text-primary {
    font-size: 16px;
    align-items: center
}

.flip-card-back {
    display: none
}

.free_spin.toggle .flip-card-back {
    display: block
}

.free_spin .show-more svg {
    transition: .23s
}

.free_spin .show-more svg path {
    fill: currentColor
}

.free_spin.toggle .show-more svg {
    transform: rotateZ(180deg)
}

.free_spin .select-wrapper select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, .4);
    color: rgba(255, 255, 255, .8);
    border-radius: 6px
}

.free_spin .select-wrapper option {
    color: #000
}

.free_spin .event-list {
    max-height: 300px;
    overflow: auto
}

.free_spin .event-list .event-list__item {
    padding-left: 6px;
    border-left: 1px solid rgba(255, 255, 255, .4);
    margin-bottom: 8px;
    text-align: start;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 90%;
    width: max-content
}

.free_spin .event-list .event-list__item.with-indicate::after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ffb700;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%)
}

#bonusesNavBar #clientBonusReport {
    width: 100%;
    margin-top: 5px
}

.mb-110 {
    margin-bottom: 110px !important
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .6)
}

.backdrop p {
    margin: 0
}

.bonus-cancel-confirmation {
    max-width: 344px;
    background: #fff;
    border-radius: 8px;
    padding: 10px 16px
}

.confirmation_inner {
    flex-wrap: wrap;
    flex-direction: initial
}

.confirmation__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 32px
}

.js_confirm_cancel,
.js_reject_cancel {
    width: 47%;
    padding: 8px 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px
}

.js_confirm_cancel {
    background: rgba(255, 91, 91, .05);
    color: #ff5b5b
}

.js_reject_cancel {
    background: #ffb700;
    color: #333;
    margin-left: auto
}

.call_request_content {
    padding: 30px 20px
}

.call_request_content .form-group-label {
    font-size: 14px
}

.call_request_content .ui-datepicker-trigger {
    color: inherit;
    height: 31px;
    width: 26px;
    position: absolute;
    right: 2px;
    top: 22px;
    box-shadow: none;
    padding: 0
}

.call_request_content .form-group {
    margin-bottom: 34px;
    position: relative
}

.call_request_content .tl_date_picker,
.call_request_content .tl_input {
    background-color: transparent;
    border-bottom: 1px solid;
    color: inherit;
    padding: 0 5px;
    border-radius: 0
}

.call_request_content .tl_date_picker {
    background-position: right 24px top 50% !important
}

.call_request_content .input-validation-error {
    border: 0 !important;
    border-bottom: 1px solid #f00 !important
}

.call_request_content .reg_err_mess.field-validation-error {
    position: absolute;
    top: 106%
}

.call_request_content .call_request_textarea {
    margin-top: 15px;
    height: 136px !important;
    resize: none;
    border: 1px solid !important;
    border-radius: 3px;
    color: inherit;
    background-color: transparent;
    display: block;
    width: 100%;
    padding: 10px
}

.calendar_icon:before {
    font-family: ProductIconsFont27;
    font-size: 20px;
    content: "/"
}

.profile_container .calendar_icon:before {
    font-family: ProductIconsFont27;
    font-size: 20px;
    content: "/";
    position: absolute;
    right: 10px;
    bottom: 5px;
    pointer-events: none;
    z-index: 10
}

.calendar_icon {
    font-style: normal
}

.call_request_content .ui-input-text {
    box-shadow: none
}

.call_request_send_btn {
    height: 47px !important;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center
}

.call_request_hdr_btn {
    display: block;
    position: relative;
    z-index: 2
}

.call_request_hdr_btn:before {
    content: "Ы";
    font-family: ProductIconsFont;
    font-size: 18px
}

.succsess_color {
    color: #008000
}

.error_color {
    color: #f00
}

.promoted_hot:after {
    height: 16px;
    box-sizing: border-box;
    font-size: 11px;
    text-transform: uppercase;
    padding: 1px 5px;
    margin: 0 10px;
    border-radius: 2px;
    width: auto;
    line-height: initial;
    content: "Hot";
    color: #fff;
    background: #f00;
    position: static
}

.call_request_content #startdate_js .reg_err_mess,
.call_request_content #enddate_js .reg_err_mess {
    display: block;
    position: relative
}

.agent_system_page {
    background-color: #1a1a1a;
    min-height: 100vh;
    padding-top: 10px
}

.agent_system_main {
    padding: 0 15px 85px
}

.agent_system-heading {
    padding: 0 5px 0 15px;
    line-height: 44px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .4);
    z-index: 2;
    height: 44px
}

.agent_system_content {
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

.agent_system-title {
    color: #999;
    font-size: 13px;
    text-transform: uppercase
}

.agent_system-heading .right_menu_close {
    display: none;
    padding: 0 10px
}

.agent_info_list {
    padding: 0;
    align-items: flex-start
}

.agent_info_list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    box-shadow: 0 0 1px #000;
    position: relative
}

.agent_info_item {
    min-height: 73px;
    background-color: #262626;
    margin: 4px 0;
    color: #ccc;
    font-size: 14px;
    width: 49%;
    padding: 5px 1px 12px !important;
    flex-direction: column;
    border-radius: 4px
}

.agent_info_item_space {
    position: absolute;
    height: 10px;
    width: 106%;
    top: 72px;
    border-radius: 0
}

.agent_info_ic:before {
    content: "";
    display: flex;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #3a3735;
    margin: 3px 7px;
    font-family: iconsDinamicMenu;
    font-size: 36px;
    line-height: 30px;
    align-items: center;
    justify-content: center
}

.agent_product_list {
    padding: 0;
    margin-bottom: 1px
}

.agent_info_ic {
    display: flex;
    align-items: center;
    font-size: 12px;
    width: 100%;
    align-self: flex-start
}

.net_profit_ic:before {
    content: "";
    color: #5a86e6;
    display: block;
    text-align: center;
    line-height: 35px
}

.profit_ic:before {
    content: "";
    color: #93b199
}

.status_ic:before {
    content: "";
    color: #ffb700
}

.rules_ic:before {
    content: "";
    color: #c18e6e
}

.ok_ic:before {
    color: #008000;
    content: "";
    font-family: iconsDinamicMenu;
    font-size: 26px
}

.not_ok_ic:before {
    color: #f00;
    content: "";
    font-family: iconsDinamicMenu;
    font-size: 26px
}

.text-white {
    color: #fff
}

.agent_icons {
    display: inline-flex;
    align-items: center
}

.agent_icons:before {
    font-family: 'iconsDinamicMenu';
    font-size: 46px;
    margin: 0 4px;
    width: 30px;
    line-height: 35px
}

.ag_casino:before {
    content: ""
}

.ag_table_games:before {
    content: ""
}

.ag_other:before {
    content: ""
}

.ag_poker:before {
    content: "";
    font-size: 50px
}

.ag_sports:before {
    content: ""
}

.ag_live_casino:before {
    content: "";
    font-size: 42px
}

.ag_virtual_sport:before {
    content: "";
    font-size: 54px
}

.ag_skill_games:before {
    content: ""
}

.view_ic::after {
    content: "";
    height: 5px;
    width: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: inline-block !important;
    transform: rotate(-45deg);
    transition: all .2s ease;
    margin: 3px
}

.view_more_info {
    flex-wrap: wrap;
    height: 55px !important;
    overflow: hidden
}

.active_days_list {
    height: 24px !important
}

.opened_info {
    height: auto !important
}

.opened_info .agent_info_subtitle.view_ic::after,
.opened_info>span.view_ic::after,
.opened_info>li>span.view_ic::after {
    transform: rotate(-135deg)
}

.agent_filter_result_list .view_more_info>span {
    margin: 3px 0
}

.view_more_info_list {
    background-color: #262626;
    width: calc(100% + 30px);
    margin: 0 -15px
}

.view_more_info_list:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 4px 7px;
    border-color: transparent transparent #262626 transparent;
    position: absolute;
    bottom: 100%;
    right: 23vw
}

.agent_info_item .view_more_info_list {
    width: calc(100vw - 30px);
    margin: 18px -15px 0;
    transform: translate(calc(26px - 50vw), 0);
    display: none;
    margin-right: calc(26px - 50vw)
}

.view_more_info_list li {
    font-size: 12px;
    height: 24px
}

.opened_info {
    overflow: visible;
    padding-bottom: 0 !important
}

.opened_info .view_more_info_list {
    display: block
}

.opened_info .showList {
    margin-bottom: auto
}

#js_agent_rules.opened_info {
    height: auto
}

.product_title {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    margin: 25px 0 5px;
    display: block;
    text-shadow: -1px 0 1px #4a4a4a
}

.agent_product_list li {
    min-height: 24px;
    background-color: #262626;
    color: #ccc;
    box-shadow: 0 0 1px #000
}

.agent_product_list .agent_filter_result_list {
    margin: 0 -16px;
    width: calc(100% + 32px);
    background-color: #1a1a1a
}

.filter_content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    min-height: 500px
}

.agent_system_filter_icon {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 8px;
    bottom: var(--cwNavbarBottomHeight);
    border-radius: 50%;
    box-shadow: 0 1px 6px 0 #666;
    font-family: "iconsDinamicMenu";
    font-size: 46px;
    color: #1a1a1a;
    z-index: 9
}

.agent_system_filter {
    background-color: #1a1a1a
}

.agent_system_filter .cashier_fixed_header {
    box-shadow: 0 3px 6px #0006;
    font-size: 14px;
    min-height: 44px;
    padding-top: 0
}

.agent_system_page .regHeading>span {
    flex: inherit
}

.agent_system_filter #filter__close {
    color: #999;
    margin-top: 0;
    font-size: 22px;
    padding: 8px 6px;
    margin-left: auto;
    cursor: pointer;
    position: static;
    height: 100%;
    line-height: 27px;
    width: 26px;
    background-color: transparent
}

.filter_form_group {
    margin-bottom: 24px;
    position: relative
}

.filter_form_group label {
    color: inherit;
    font-size: 12px
}

.filter_form_group input,
.filter_form_group select {
    display: block;
    width: 100%;
    border: 0;
    height: 44px;
    padding: 0 15px
}

.filter_btn_cont {
    margin-top: auto
}

.filters_btn {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 49%;
    font-size: 13px;
    text-transform: uppercase
}

.clear_filter_btn {
    background-color: #ccc;
    color: #1a1a1a
}

.clear_filter_show {
    background-color: #166f2b;
    color: #f2f2f2
}

.filter_select_arrow select {
    -webkit-appearance: none;
    -moz-appearance: none
}

.filter_select_arrow::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #666 transparent transparent transparent;
    position: absolute;
    top: 40px;
    right: 13px;
    pointer-events: none;
    z-index: 2
}

#js_ag_pl_id_validation {
    color: #fc0000
}

.agent_system_filter {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    background: #f2f2f2;
    min-height: 100vh;
    overflow: auto
}

.back_to_agent {
    font-size: 14px;
    color: #ccc;
    margin: 20px 15px 24px;
    display: inline-flex;
    align-items: center
}

.back_to_agent:before {
    font-size: 15px;
    margin: 0 3px
}

.agent_filter_result_list li {
    min-height: 24px;
    background-color: #262626;
    box-shadow: 0 0 1px #404040;
    color: #ccc
}

.agent_system_page .agent_info_subtitle {
    background-color: #404040;
    font-size: 14px;
    height: 48px;
    padding: 0 11px;
    box-shadow: 0 1px 0 #1a1a1a;
    margin-top: 6px
}

.agent_system_page ul:not(.opened_info) .agent_info_subtitle {
    color: #e6e6e6
}

.active_days_list li {
    background-color: #404040
}

.filter_result_info {
    font-size: 14px;
    text-align: right;
    padding: 0 15px;
    margin-bottom: 18px
}

.load_more_btn {
    color: #ccc;
    font-size: 12px;
    margin: 24px auto;
    display: inline-block
}

.ag_no_results:before {
    font-family: "iconsDinamicMenu";
    content: "";
    display: block;
    font-size: 28px;
    line-height: 22px
}

.ag_no_results {
    height: 55px;
    text-align: center;
    padding: 5px 5px 10px !important;
    flex-direction: column
}

.opacity-6 {
    opacity: .6
}

.ag_copy_btn:before {
    content: "";
    font-family: 'iconsDinamicMenu';
    font-size: 26px
}

.ag_url_cont {
    margin-top: 20px;
    position: relative
}

.ag_copy_btn {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    background-color: #4e4e4e;
    margin: 0 5px;
    line-height: 42px;
    text-align: center;
    min-width: 42px;
    color: #fff
}

.ref_link_info+.ag_copy_btn,
.ag_link_info+.ag_copy_btn {
    background-color: var(--bg-level-2);
    color: var(--icon-level-high)
}

.agent_system_content .ag_link_info,
.account_content .ref_link_info {
    background-color: #262626;
    border-radius: 6px;
    height: 37px;
    min-width: calc(100vw - 86px);
    border: 0;
    color: #9b9b9b;
    opacity: 1;
    direction: ltr
}

.account_content .ref_link_info,
.agent_system_content .ag_link_info {
    background-color: var(--bg-level-2);
    color: var(--text-level-high)
}

.agent_system_page .rm__my_profile_ID_massage {
    background: #000;
    color: #ccc;
    margin: 8px 11px;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    background-color: transparent;
    right: 0;
    width: fit-content;
    padding: 0;
    left: auto
}

.play__promo_button {
    margin-top: auto;
    margin-bottom: 0;
    font-size: 12px
}

#CallTimeTo-button {
    border: 0 !important;
    background-color: transparent !important;
    border-bottom: 1px solid !important;
    border-radius: 0;
    height: 33px
}

#CallTimeTo-button:after {
    content: "©";
    font-size: 23px;
    top: 12px;
    right: 1px;
    font-family: ProductIconsFont;
    background: none
}

#CallTimeTo-button span.tl_sel_popup_reg {
    font-size: 14px;
    padding: 0 5px;
    margin-top: 6px;
    display: inline-block
}

.mx-1 {
    margin-right: 8px;
    margin-left: 8px
}

.tl_copy_btn {
    height: 28px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    padding: 0 9px 2px;
    border: 0;
    font-size: 13px !important;
    transition: all .2s;
    cursor: pointer;
    width: auto !important
}

.first_reg_template .dropdSelect {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 18px 0 10px
}

.first_reg_template .reg_width_calc {
    width: calc((100%) - 98px)
}

.first_reg_template .reg_info {
    overflow: visible;
    white-space: normal;
    min-height: 50px;
    line-height: 1.2;
    text-align: left;
    margin-top: 15px
}

.first_reg_template .D_info_box>span {
    padding: 0
}

.first_reg_template .reg_prof__element_row.fail .D_info_box.f>span>span {
    background-color: #d4d4d4;
    color: #fc0000 !important;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2)
}

.first_reg_template .reg_prof__element_row.fail .D_info_box.f>span:after {
    border-color: transparent transparent #d4d4d4 transparent
}

.first_reg_template .D_info_box>span>span {
    padding: 4px 8px;
    border-radius: 2px
}

.first_reg_template .D_info_box>span,
.first_reg_template .D_info_box {
    top: 102%
}

.first_reg_template .tl_refresh_container {
    color: #999
}

.first_reg_template .captcha {
    display: flex;
    flex-wrap: wrap
}

.first_reg_template .reg__row_title {
    width: 90%
}

.first_reg_template .captcha .reg_prof__element_row {
    margin-bottom: 0
}

.first_reg_template .refresh-captcha:before {
    color: inherit
}

.first_reg_template .reg__checkboxes_row {
    margin-top: 35px;
    margin-bottom: 35px
}

.first_reg_template .reg_mobile_code {
    padding: 0 10px;
    width: 80px;
    height: 34px;
    font-size: 14px;
    border-radius: 2px;
    line-height: 34px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.first_reg_template .fail .D_check .imitator:before {
    color: rgba(250, 0, 0, .6)
}

.first_reg_template .ui-corner-all {
    margin-bottom: 0
}

.form-step {
    display: none
}

.showStep {
    display: block
}

.document_upload_content {
    padding: 22px 15px
}

.document_upload_content .reg_prof__element_row label {
    display: block;
    margin-bottom: 4px
}

.document_upload_content .sucMsgUpload {
    color: #090
}

.upload_file_info {
    margin: 30px 0 20px
}

.attached_all_files .errorcount:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 10px 12px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    bottom: 39px;
    right: 48%
}

.attached_all_files .errorcount span {
    margin-left: 5px
}

.attached_all_files .errorcount {
    background: #fff;
    color: #f00;
    padding: 12px 15px;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    font-size: 12px;
    text-align: left;
    border-radius: 2px;
    z-index: 2
}

.elem_trans {
    opacity: 0 !important;
    position: absolute;
    z-index: -50
}

.ic_upload {
    font-size: 22px;
    margin: 5px 10px 0;
    font-style: normal
}

.ic_upload:before {
    content: "Ж";
    font-family: 'ProductIconsFont'
}

.close_img_icon {
    background-color: #666;
    position: absolute;
    line-height: .5;
    font-style: normal;
    font-size: 24px;
    inset-inline-end: 0
}

.document_upload_content .close_img_icon {
    background-color: #ccc;
    top: 0;
    overflow: hidden
}

.document_upload_content .close_img_icon:after {
    content: "5";
    font-family: 'ProductIconsFont';
    color: #333;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .3);
    font-size: 27px;
    line-height: .6
}

.attached_file_content {
    position: relative;
    padding: 0;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 2px;
    background-color: #dfdfdf
}

.attached_all_files .ui-shadow-inset {
    display: none
}

.attached_all_files {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative
}

.attached_file_content img {
    height: 96px;
    width: 96px;
    object-fit: contain
}

.btn_upload {
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    font-size: 13px;
    margin-bottom: 15px;
    margin-top: 5px;
    right: 0 !important;
    cursor: pointer;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.btn_document_update {
    height: 32px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px !important;
    box-shadow: none;
    font-size: 14px;
    margin-top: 20px
}

.document_upload_content .document-upload-btn {
    text-align: center;
    margin: 0 0 20px
}

.document_upload_content #attachfile_btn:before {
    content: none
}

.document_upload_content #attachfile_btn:after {
    content: none
}

.document_upload_content .btn_upload {
    filter: brightness(1.1)
}

.upload_file_info {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
    border-radius: 4px;
    overflow: hidden;
    font-size: 12px;
    margin: 14px 0;
    padding: 10px 0;
    align-items: center
}

.upload_file_info .flex {
    min-height: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 15px;
    width: 100%
}

.upload_file_info_name {
    color: currentColor
}

.status_result {
    font-weight: bold
}

.upload_file_info_result {
    font-weight: 400
}

.upload_file_info_left {
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.upload_file_info_right {
    width: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.kyc_st_1 {
    color: #090
}

.kyc_st_2 {
    color: #f00
}

.kyc_st_7,
.kyc_st_8,
.kyc_st_9 {
    color: #ffb700
}

.view_upload_file .eye_button:before {
    font-size: 24px
}

.view_upload_file .eye_button:before {
    content: "Л";
    font-family: 'ProductIconsFont';
    font-size: 16px;
    line-height: 1.7
}

.view_upload_file .eye_button {
    position: static;
    color: currentColor
}

.show_document_popup {
    background-color: #161616;
    position: fixed;
    min-height: 100vh;
    min-height: 100dvh;
    top: 0;
    right: 0;
    left: 0;
    z-index: calc(var(--cwZIndexFooter) + 10);
    padding: 40px 0;
    display: none;
    align-items: center;
    flex-wrap: wrap
}

.opened_popup {
    display: flex
}

.popup_heading {
    position: absolute;
    right: 0;
    left: 0;
    top: 53px
}

.show_document_popup_content {
    position: relative;
    z-index: 4
}

.close_document_popup {
    height: 20px;
    width: 20px !important;
    border: 0;
    display: block;
    position: relative;
    background-color: transparent;
    margin-block-end: 30px;
    margin-inline-end: 15px;
    margin-inline-start: auto
}

.close_document_popup::before,
.close_document_popup::after {
    content: "";
    display: block;
    height: 2px;
    width: 17px;
    border-radius: 2px;
    position: absolute;
    top: 8px;
    background-color: #fff;
    transform: rotate(-45deg)
}

.close_document_popup::before {
    transform: rotate(45deg)
}

.uploaded_img_file {
    width: 100%;
    max-height: 73vh
}

.floating-links-wrapper {
    position: fixed;
    top: 44%;
    z-index: 99;
    inset-inline-start: 0;
    display: flex;
    flex-direction: column;
    grid-row-gap: 20px;
    width: 63px
}

.floating-links-wrapper .promocode-badge {
    position: static
}

.promocode-badge {
    height: 54px;
    position: fixed;
    top: calc(14vh + 124px);
    z-index: 140;
    left: 0;
    display: flex;
    transform: translateX(-100px);
    transition: transform .3s linear;
    width: 163px
}

.close_ic_btn:before {
    content: "р";
    font-family: ProductIconsFont;
    text-transform: uppercase
}

.promocode-badge.open {
    transform: translateX(0)
}

.promocode-badge .content {
    background-color: var(--btn-primary, #fdb500);
    display: flex;
    align-items: center
}

.promocode-badge .text-block {
    width: 100px;
    background-color: var(--btn-primary, #fdb500);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    padding-left: 10px;
    display: inline-block;
    color: var(--btn-primary-text, #000)
}

.promocode-badge .promocode-img {
    width: 36px;
    height: 100%;
    display: flex;
    padding: 0 8px;
    cursor: pointer
}

.promocode-badge .triangles {
    display: flex;
    flex-direction: column;
    background-color: var(--btn-primary, #fdb500);
    transform: translateX(-34px);
    z-index: -1
}

.promocode-badge .triangle1,
.promocode-badge .triangle2 {
    position: relative;
    background-color: var(--btn-primary, #fdb500);
    width: 27px;
    height: 27px;
    border-top-right-radius: 16%
}

.promocode-badge .triangle1::before,
.promocode-badge .triangle1::after,
.promocode-badge .triangle2::before,
.promocode-badge .triangle2::after {
    content: '';
    position: absolute;
    background-color: inherit;
    width: 27px;
    height: 27px;
    border-top-right-radius: 16%
}

.promocode-badge .triangle1 {
    transform: translate(-3%, -5%) rotate(-120deg) skewX(-30deg) scale(1.05)
}

.promocode-badge .triangle1:before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, .707) translate(0, -50%)
}

.promocode-badge .triangle1:after {
    transform: rotate(135deg) skewY(-45deg) scale(.707, 1.414) translate(50%)
}

.promocode-badge .triangle2 {
    transform: translate(59%, 9%) rotate(55deg) skewX(-35deg)
}

.promocode-badge .triangle2:before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, .707) translate(0, -50%)
}

.promocode-badge .triangle2:after {
    transform: rotate(135deg) skewY(-45deg) scale(.707, 1.414) translate(50%)
}

.promocode_heading {
    padding: 16px
}

.promocode-info_content {
    padding: 1px 16px 30px;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    -webkit-box-shadow: inset 0 7px 10px -8px rgba(0, 0, 0, .5);
    box-shadow: inset 0 7px 10px -8px rgba(0, 0, 0, .5)
}

.promocode-container-mobile .promocode-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    margin-bottom: 20px
}

.promocode-container-mobile .promocode_txt {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
    color: #999
}

.promocode-container-mobile .ui-shadow-inset {
    box-shadow: none
}

.promocode-container-mobile .ui-input-text input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid;
    height: 30px;
    min-height: unset;
    border-radius: 0
}

.promocode-container-mobile .ui-input-text input.input-validation-error {
    border-bottom: 1px solid #f00
}

.promocode-container-mobile .ui-input-text input:focus {
    background-color: transparent
}

.promocode-container-mobile .ui-input-text input::-webkit-input-placeholder {
    font-size: 14px
}

.promocode-container-mobile .ui-input-text input::-moz-placeholder {
    font-size: 14px
}

.promocode-container-mobile .ui-input-text input:-ms-input-placeholder {
    font-size: 14px
}

.promocode-container-mobile .ui-input-text input:-moz-placeholder {
    font-size: 14px
}

.promocode-container-mobile .errMsg {
    color: #d10000;
    min-height: 17px;
    margin-bottom: 60px;
    font-size: 13px
}

.promocode-container-mobile .promocode_btn {
    height: 44px;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase
}

.promocode-container-mobile .promoImg img {
    text-align: center;
    border-radius: 24px;
    width: 100%
}

.promocode-container-mobile .promoImg {
    display: flex;
    justify-content: center;
    margin-bottom: 64px
}

.promocode-container-mobile .prizeText {
    font-size: 20px;
    font-weight: bold;
    max-width: 200px;
    text-align: center;
    margin: 0 auto 70px auto;
    word-break: break-word
}

.promocode-container-mobile .promocode_back_icon {
    background-color: unset !important;
    color: inherit !important;
    margin: 18px 0;
    text-transform: uppercase
}

.promocode_back_icon::before {
    content: "k";
    font-family: 'ProductIconsFont';
    text-transform: lowercase;
    margin-right: 10px
}

.promocode-badge .promocode_badge_icon {
    width: 36px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 8px;
    cursor: pointer;
    font-size: 20px;
    color: var(--btn-primary-text, #000)
}

.promo_icon:before {
    content: "";
    font-family: "iconsDinamicMenu";
    font-size: 40px
}

.bonus_badge_count {
    background-color: #f60e0e;
    height: 24px;
    padding: 0 2px;
    min-width: 24px;
    border-radius: 50%;
    position: absolute;
    inset-inline-end: 0;
    top: -12px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    color: #fff
}

#left-panel .ui-panel-inner {
    height: 100%
}

.lm__container {
    background-color: #0d0d0d;
    min-height: 100%
}

.lm__block {
    width: calc(50% - 4px);
    background-color: #262626;
    border-radius: 8px;
    min-height: 72px;
    color: #e6e6e6;
    font-size: 14px;
    text-align: center;
    padding: 0 5px
}

.lm__block:before {
    font-family: IconsFont;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    width: 44px;
    text-align: center;
    display: block;
    line-height: 30px;
    flex-shrink: 0;
    color: inherit
}

.lm__block .dynamic_icon {
    margin: 0
}

.lm_support:before {
    content: 'F'
}

.lm_sport_v1:before {
    content: 'b'
}

.lm_promo_v1:before {
    content: 'a'
}

.lm_live_cs_v1:before {
    content: 'c'
}

.lm_blackjack_v1:before {
    content: 'd'
}

.lm_stats_v1:before {
    content: 'e'
}

.lm_slots_v1:before {
    content: 'f'
}

.lm_livesport_v1:before {
    content: 'g'
}

.lm_virtualsport_v1:before {
    content: 'h'
}

.lm_esport_v1:before {
    content: 'i'
}

.lm_livescore_v1:before {
    content: 'j'
}

.lm_rocketon_v1:before {
    content: 'k'
}

.lm_crash_v1:before {
    content: 'l '
}

.lm_keno_v1:before {
    content: 'm'
}

.lm_hilo_v1:before {
    content: 'n'
}

.lm_penalty_v1:before {
    content: 'p'
}

.lm_sicbo_v1:before {
    content: 'q'
}

.lm_feature_v1:before {
    content: 'o'
}

.lm_cricket_v1:before {
    content: 'r'
}

.lm_calendar_v1:before {
    content: 's'
}

.lm_result_v1:before {
    content: 'x'
}

.lm_live_cs_v2:before {
    content: 'u'
}

.lm_belote_v2:before {
    content: 'v'
}

.lm_baccarat_v1:before {
    content: 'w'
}

.lm_live_roulette_v1:before {
    content: 't'
}

.lm_chingachung_v1:before {
    content: 'W'
}

.lm_minesweeper_v1:before {
    content: 'X'
}

.lm_belote_v1:before {
    content: 'Y'
}

.lm_joker_v1:before {
    content: 'Z'
}

.lm_hokm_v1:before {
    content: '['
}

.lm_pasoor_v1:before {
    content:"{"
}

.lm_support_v1:before {
    content: ']'
}

.lm_vpn_v1:before {
    content: 'U'
}

.lm_poker_v1:before {
    content: 'y'
}

.lm_domino_v1:before {
    content: 'z'
}

.lm_tvgames_v1:before {
    content: 'V'
}

.lm_promo:before {
    content: 'G'
}

.lm_gif:before {
    content: "А"
}

.lm_deposit:before {
    content: "В"
}

.lm_android:before {
    content: "Г"
}

.lm_ios:before {
    content: "Д"
}

.lm_call:before,
.lm_link .lm_call:before {
    content: "Ы";
    font-family: ProductIconsFont;
    font-size: 14px
}

.lm_ezugi:before {
    content: " É";
    font-family: ProductIconsFont !important
}

.lm_inbet:before {
    content: "Ë";
    font-family: ProductIconsFont !important
}

.lm_globalbet:before {
    content: "Ì";
    font-family: ProductIconsFont !important
}

.lm_zeppelin:before {
    content: "Т";
    font-family: ProductIconsFont !important
}

.lm_kiron:before {
    content: "8";
    font-family: ProductIconsFont !important
}

.lm_rules:before {
    content: "Ô";
    font-family: ProductIconsFont !important
}

.lm__links_block {
    border-radius: 8px;
    overflow: hidden
}

.lm_link {
    background-color: #262626;
    padding: 12px;
    position: relative;
    border-bottom: 1px solid #0d0d0d
}

.lm_link_noic {
    padding: 12px;
    position: relative;
    border-bottom: 1px solid #0d0d0d;
    background-color: #262626
}

.lm_link_noic:nth-child(1) {
    border-radius: 8px 8px 0 0
}

.lm_link a,
.lm_link_noic a {
    font-size: 14px;
    color: #e6e6e6;
    display: flex;
    align-items: center;
    font-weight: 400 !important
}

.lm__title_link,
.lm__title {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: flex;
    align-items: center
}

.lm__title_link span {
    text-decoration: underline;
    line-height: 1.25
}

.lm__links_block,
.lm__blocks {
    margin-bottom: 24px
}

.lm__links_block .collapse_dropdown_leftmenu {
    height: 44px;
    background: transparent
}

.lm__links_block .collapse_dropdown_leftmenu.opened {
    height: auto
}

.lm__links_block .collapse_dropdown_leftmenu_btn:after {
    content: "" !important;
    font-family: 'iconsDinamicMenu' !important;
    border: 0;
    width: auto;
    font-size: 26px;
    position: absolute;
    right: 22px;
    top: 0;
    bottom: 0;
    height: 13px;
    line-height: 13px;
    margin: auto
}

.lm__links_block .collapse_dropdown_leftmenu.opened .collapse_dropdown_leftmenu_btn:after {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg)
}

.lm__links_block .collapse_dropdown_leftmenu_btn {
    border-radius: 8px;
    margin-bottom: 1px
}

.lm__links_block .collapse_dropdown_leftmenu_btn .dynamic_bagge {
    margin-inline-end: 32px
}

.lm__links_block .collapse_dropdown_leftmenu_btn .lm_text_content {
    max-width: 73%
}

.lm_link a:before {
    font-family: IconsFont;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    width: 20px;
    text-align: center;
    display: block;
    line-height: 20px;
    flex-shrink: 0;
    color: inherit;
    margin-right: 4px
}

.lm_home:before {
    content: ','
}

.lm_sports:before {
    content: '3'
}

.lm_esports:before {
    content: 'D'
}

.left-tv-bet:before {
    content: "@"
}

.lm_live:before {
    font-family: ProductIconsFont27 !important;
    content:'{';
    font-size: 22px !important;
    direction: ltr
}

.lm_baron:before {
    content: "С";
    font-family: ProductIconsFont !important
}

.lm_betchecker:before {
    content: '2'
}

.lm_betchecker_v1:before {
    content: '|'
}

.lm_livescore:before {
    content: '.'
}

.lm_stats:before {
    content: '/'
}

.lm_calendar:before {
    content: '0'
}

.lm_results:before {
    content: '1'
}

.lm_slots:before {
    content: '8'
}

.lm_liveCs:before {
    content: '9'
}

.lm_blot:before {
    content: '4'
}

.ic_more:before {
    content: '4'
}

.lm_backgammon:before {
    content: '5'
}

.lm_domino:before {
    content: '6'
}

.lm_joker:before {
    content: "Ø";
    font-family: ProductIconsFont27 !important
}

.lm_pasoor:before {
    content: "±";
    font-family: ProductIconsFont27 !important
}

.lm_game21:before {
    content: '7'
}

.lm_game11:before {
    content: 'L'
}

.lm_chingachoong:before {
    content: ':'
}

.lm_rocketon:before {
    content: '<';
    direction: ltr
}

.lm_penalty:before {
    content: '>';
    direction: ltr
}

.lm_sicbo:before {
    content: '5'
}

.lm_keno:before {
    content: 'B'
}

.lm_keno_express:before {
    content: 'R'
}

.lm_crash:before {
    content: 'C'
}

.lm_link .lm_cashShow:before {
    content: '';
    font-family: "iconsDinamicMenu";
    font-size: 38px
}

.lm_link .lm_mrThimble:before {
    content: '';
    font-family: "iconsDinamicMenu";
    font-size: 38px
}

.lm_link .lm_goldenRA:before {
    content: '';
    font-family: "iconsDinamicMenu";
    font-size: 34px
}

.lm_link .lm_Plinkoman:before {
    content: '';
    font-family: "iconsDinamicMenu";
    font-size: 38px
}

.lm_link .lm_FMine:before {
    content: '';
    font-family: "iconsDinamicMenu";
    font-size: 38px
}

.lm_link .lm_crasher:before {
    content: '';
    font-family: "iconsDinamicMenu";
    font-size: 38px
}

.lm_link .lm_ninja_crasher:before {
    content: '';
    font-family: "iconsDinamicMenu";
    font-size: 38px
}

.lm_link .lm_jungle_wheel:before {
    content: '';
    font-family: "iconsDinamicMenu";
    font-size: 38px
}

.lm_link .lm_roulettex:before {
    content: '';
    font-family: "iconsDinamicMenu";
    font-size: 38px
}

.lm_hilo:before {
    content: '?'
}

.lm_tvgames:before {
    content: ';'
}

.lm_tvbet:before {
    content: ';'
}

a.lm_hokm:before {
    content: 'Ü';
    font-family: ProductIconsFont;
    font-size: 13px
}

.lm_blackjack:before {
    content: 'Ъ';
    font-family: ProductIconsFont !important
}

.lm_poker:before {
    content: '='
}

.lm_whatsapp:before {
    content: 'S'
}

a.lm_skillgames:before {
    content: "Ø";
    font-family: ProductIconsFont
}

.lm_vpn:before {
    content: 'E';
    top: 2px;
    position: relative
}

.lm_21:before {
    content: "Í";
    font-family: ProductIconsFont !important
}

.lm_tombala:before {
    content: "á";
    font-family: ProductIconsFont !important
}

.fast_games_ic:before {
    font-size: 28px !important
}

.lm_link .lm_aviator:before {
    font-family: "iconsDinamicMenu";
    content: "";
    font-size: 42px
}

.lm_link .promoted:after {
    height: 16px;
    box-sizing: border-box;
    font-size: 11px;
    text-transform: uppercase;
    padding: 1px 5px;
    margin: 0 10px;
    border-radius: 2px;
    width: auto;
    line-height: 16px;
    content: "new";
    color: #000;
    background: #ffb700;
    position: static
}

.lm_link .promoted.top:after {
    content: "top";
    color: #fff;
    background: #0006b8
}

.lm_link .promoted.tr:after,
.lm_link.tr .promoted:after {
    content: "yeni"
}

.affilate {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0 10px;
    text-align: center
}

.im_affilate {
    font-size: 28px;
    font-family: 'ProductIconsFont';
    text-transform: none
}

.im_affilate:before {
    content: "Ñ"
}

.ui-panel-dismiss-open.ui-panel-dismiss-position-left,
.ui-panel-dismiss-open.ui-panel-dismiss-position-right {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
}

.casino-tabs,
.casino_links_tabs {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    display: flex
}

.dynamic_menu~#searchContent .popup_flex_box {
    top: 69px
}

.dynamic_menu .casino_h_link_cont.fixed {
    position: static
}

.dynamic_menu .collapse_dropdown_leftmenu_btn:after {
    font-family: "iconsDinamicMenu" !important;
    content: "" !important;
    border: 0;
    width: auto;
    font-size: 26px;
    color: #999;
    position: absolute;
    right: 22px;
    top: 0;
    bottom: 0;
    height: 13px;
    line-height: 13px;
    margin: auto
}

.dynamic_menu .opened .collapse_dropdown_leftmenu_btn:first-child {
    border-radius: 8px 8px 0 0
}

.dynamic_menu .menu_item {
    display: flex;
    padding-top: 4px;
    padding-bottom: 2px;
    align-items: center
}

.lm_text_content {
    display: block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.lm__block .lm_text_content {
    max-width: 100%
}

.dynamic_menu .lm_link_noic,
.dynamic_menu .lm_link {
    padding: 5px 12px;
    min-height: 45px;
    display: flex
}

.dynamic_menu .lm_link_noic a,
.dynamic_menu .lm_link a {
    min-height: 35px;
    display: flex;
    width: 100%;
    flex-shrink: 0
}

.dynamic_menu .lm__title_link {
    min-height: 25px;
    display: flex;
    align-items: center
}

.dynamic_menu .lm__links_block .collapse_dropdown_leftmenu_btn {
    align-items: center
}

.dynamic_icon {
    font-family: "iconsDinamicMenu";
    font-size: 46px;
    margin: 0 10px 0 0;
    line-height: 34px
}

.message_notifin_cont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: fixed;
    top: 10px;
    right: 15px;
    z-index: 102;
    background-color: #fff;
    color: #1a1a1a;
    border-left: 4px solid #fdba50;
    border-radius: 4px;
    max-width: 343px;
    min-height: 78px;
    width: 100%;
    left: 15px;
    margin: 0 auto
}

.message_notifin_inner {
    display: flex;
    padding: 13px 40px 13px 10px;
    justify-content: space-between;
    align-items: flex-start;
    color: #1a1a1a;
    width: 100%
}

.message_notifin_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px
}

.message_notifin_text {
    font-size: 14px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.message_notifin_text_cont {
    width: calc(100% - 47px);
    margin: 0 auto
}

.message_notifin_close_icon {
    position: absolute;
    right: 12px;
    top: 11px;
    padding: 5px;
    cursor: pointer
}

.message_notifin_close_icon:before {
    content: "р";
    font-family: ProductIconsFont;
    text-transform: uppercase;
    color: #262626;
    font-weight: 600;
    font-size: 14px
}

.message_icon:before {
    font-family: ProductIconsFont;
    content: "&";
    font-size: 25px;
    line-height: .8;
    color: #fdba50;
    margin: 0 10px
}

.notification_static_content~.message_notifin_cont {
    top: 138px
}

.cas_nav_prev,
.cas_nav_next {
    height: 36px;
    width: 36px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    cursor: pointer;
    transition: .2s linear 0s;
    font-family: "iconsDinamicMenu";
    font-size: 20px;
    transition: all .314s;
    border-radius: 4px 0 0 4px
}

.cas_nav_next {
    border-radius: 0 4px 4px 0
}

.cas_nav_prev.slick-disabled,
.cas_nav_next.slick-disabled {
    opacity: .7
}

.cas_nav_next:after {
    content: ""
}

.cas_nav_prev:after {
    content: ""
}

.promo_popup_inner {
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(4, 6, 34, .15);
    position: relative;
    margin: auto;
    min-width: 200px;
    min-height: 200px;
    width: calc(95vw - 17px);
    overflow-x: hidden;
    border-radius: 16px
}

.promo_popup {
    max-width: 93%;
    max-height: 93%;
    min-height: 93%;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.promo_popup_close {
    position: absolute;
    z-index: 100;
    top: 16px;
    right: 16px;
    color: #999 !important;
    height: 32px !important;
    width: 32px !important;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1px 1px 0;
    font-size: 24px !important;
    line-height: .4
}

.promo_popup_close:after {
    content: '';
    font-family: 'iconsDinamicMenu'
}

.promo_popup_container {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center
}

.promo_popup_iframe {
    width: 95vw;
    height: 89vh;
    border-radius: 16px;
    border: 0
}

#FLGGames {
    height: 100vh
}

.noBonus-box {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100% - 200px);
    padding: 20px
}

.noBonus-box .noBonus-svg {
    margin-bottom: 40px
}

.noBonus-box .noBonus-title {
    font-weight: normal;
    font-size: 16px
}

.dynamic_promo_container {
    width: 100%;
    padding: 15px
}

.dynamic_promo_head_content {
    min-height: 58px;
    overflow-x: auto;
    margin: 0 -15px
}

.dynamic_promo_head_content:after,
.dynamic_promo_head_content:before {
    content: "";
    height: 1px;
    min-width: 10px;
    display: block
}

.dynamic_promo_head_title {
    font-size: 18px
}

.dynamic_promo_category_item {
    height: 44px;
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
    margin: 5px;
    padding: 0 16px;
    border: 1px solid transparent;
    box-sizing: border-box;
    color: var(--text-level-high);
    white-space: nowrap;
    font-size: 14px
}

.dynamic_promo_category_item.active {
    background-color: var(--btn-primary) !important;
    color: var(--btn-primary-text) !important
}

.dynamic_promo_category_item.active .dynamic_icon {
    color: inherit !important
}

.dynamic_promo_items_content {
    max-width: 400px;
    margin: 0 auto
}

.dynamic_promo_item {
    width: 100%;
    position: relative;
    border-radius: 10px;
    height: fit-content;
    margin-bottom: 20px;
    box-shadow: 0 3px 6px #0000004a;
    border: 1px solid #333
}

.dynamic_promo_item img {
    max-width: 100%;
    border-radius: 10px 10px 0 0;
    vertical-align: top;
    width: 100%;
    max-height: 207px;
    height: 50vw;
    display: block
}

.dynamic_promo_badge {
    background-color: #ffb700;
    border-radius: 20px 0 8px 20px;
    font-size: 13px;
    color: #000;
    font-weight: 700;
    padding: 0 15px;
    display: flex;
    align-items: center;
    height: 26px;
    line-height: 26px;
    position: absolute;
    top: 16px;
    right: -6px
}

.dynamic_promo_badge:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 5px;
    background-color: #cb9200;
    position: absolute;
    top: -5px;
    right: 0;
    border-radius: 0 4px 0 0
}

.dynamic_promo_inner {
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
    border-radius: 0 0 10px 10px
}

.dynamic_promo_info {
    position: absolute;
    bottom: 100%;
    z-index: 2;
    padding: 5px 10px;
    right: 0;
    left: 0;
    background: #161616cc 0% 0% no-repeat padding-box
}

.dynamic_promo_item_category {
    display: flex;
    align-items: center;
    transition: all .4s ease;
    color: #ffb700;
    font-size: 12px
}

.dynamic_promo_item_category span {
    position: relative;
    padding: 0 7px
}

.dynamic_promo_item_category span:before {
    content: "";
    background: transparent radial-gradient(closest-side at 50% 50%, #fff 0%, #fff0 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    height: 16px;
    width: 2px;
    display: block;
    left: 0
}

.dynamic_promo_item_category span:first-child {
    padding-left: 0
}

.dynamic_promo_item_category span:last-child {
    padding-right: 0
}

.dynamic_promo_item_category span:first-child:before {
    display: none
}

.dynamic_promo_item_title {
    min-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    word-break: break-word
}

.dynamic_promo_item_descr {
    font-size: 13px;
    line-height: 1.3;
    color: #b3b3b3;
    word-break: break-word;
    padding: 10px
}

.dynamic_promo_item.no_desc .dynamic_promo_item_descr {
    padding: 0
}

.dynamic_promo_item.no_desc .dynamic_promo_info {
    border-radius: 0 0 10px 10px
}

.dynamic_promo_item.no_desc img {
    border-radius: 10px
}

.dynamic_promo_lobby_item .dynamic_promo_item_descr {
    min-height: 50px
}

.dynamic_promo_lobby_item {
    width: calc(100vw - 30px);
    max-width: 400px;
    display: inline-block;
    margin: 0 4px 15px
}

.dynamic_promo_lobby_item:first-child {
    margin-left: 15px
}

.dynamic_promo_lobby_item:last-child {
    margin-right: 15px
}

.dynamic_promo_no_result {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 65vh;
    padding-bottom: 5vh;
    text-align: center
}

.dynamic_promo_no_result-text {
    display: block;
    font-size: 20px;
    margin: 20px 0 9px
}

.dynamic_promo_no_result-subtext {
    font-size: 16px;
    opacity: .6
}

.dynamic_promo_no_result img {
    max-width: 225px
}

.dynamic_news_container {
    width: 100%;
    padding: 15px
}

.dynamic_news_head_content {
    min-height: 58px;
    overflow-x: auto
}

.dynamic_news_head_content:after,
.dynamic_news_head_content:before {
    content: "";
    height: 1px;
    min-width: 10px;
    display: block
}

.dynamic_news_head_title {
    font-size: 18px;
    text-transform: uppercase
}

.dynamic_news_category_item {
    height: 36px;
    background-color: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin: 5px;
    padding: 0 16px;
    border: 1px solid transparent;
    box-sizing: border-box;
    color: #e1e1e1;
    white-space: nowrap
}

.dynamic_news_category_item.active {
    background-color: rgba(0, 0, 0, .8)
}

.dynamic_news_items_content {
    max-width: 400px;
    margin: 0 auto
}

.dynamic_news_item {
    width: 100%;
    position: relative;
    height: fit-content;
    margin-bottom: 20px
}

.dynamic_news_item_inner {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .29);
    border: 1px solid #333
}

.dynamic_news_item>img {
    max-width: 100%
}

.dynamic_news_item_inner>img {
    max-width: 100%;
    border-radius: 10px 10px 0 0;
    vertical-align: top;
    width: 100%;
    max-height: 175px;
    height: 47vw;
    display: block
}

.dynamic_news_badge {
    background-color: #ffb700;
    border-radius: 20px 0 8px 20px;
    font-size: 13px;
    color: #000;
    font-weight: 700;
    padding: 0 15px;
    display: flex;
    align-items: center;
    height: 26px;
    line-height: 26px;
    position: absolute;
    top: 16px;
    right: -6px
}

.dynamic_news_badge:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 5px;
    background-color: #cb9200;
    position: absolute;
    top: -5px;
    right: 0;
    border-radius: 0 4px 0 0
}

.dynamic_news_inner {
    background-color: #1a1a1a;
    padding: 0 12px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 -14px 20px 19px #1a1a1a;
    position: relative
}

.dynamic_news_item_title {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: -20px;
    word-break: break-word;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical
}

.dynamic_news_item_last_up_time {
    color: #999;
    font-size: 12px;
    margin: 0 0 5px
}

.dynamic_news_item_descr {
    height: auto;
    font-size: 12px;
    transition: all .4s ease;
    line-height: 1.3;
    color: #b3b3b3;
    word-break: break-word;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical
}

.dynamic_news_lobby_item {
    width: calc(100vw - 30px);
    max-width: 400px;
    display: inline-block;
    margin: 0 4px
}

.dynamic_news_lobby_item:first-child {
    margin-left: 15px
}

.dynamic_news_lobby_item:last-child {
    margin-right: 15px
}

.dynamic_news_no_result {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 65vh;
    padding-bottom: 5vh
}

.dynamic_news_no_result-text {
    display: block;
    font-size: 20px;
    margin: 20px 0 9px
}

.dynamic_news_no_result-subtext {
    font-size: 16px;
    opacity: .6
}

.dynamic_news_no_result img {
    max-width: 225px
}

#footer {
    overflow: visible !important;
    position: relative
}

.number {
    min-width: 17px;
    height: 17px;
    padding: 2px 3px;
    color: #1a1a1a;
    font-size: 10px;
    font-weight: 500;
    border-radius: 10px;
    background-color: #ffb700;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    line-height: 16px
}

.count_bonus {
    position: relative;
    display: inline-block;
    min-width: 20px;
    height: 17px;
    margin-left: 4px;
    margin-right: auto
}

.header_userid .count_bonus {
    margin-right: -50%
}

.count_bonus-number {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 17px;
    height: 17px;
    color: #1a1a1a;
    font-size: 10px;
    font-weight: 500;
    border-radius: 10px;
    background-color: #ffb700;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 17px;
    padding: 2px;
    flex-shrink: 0;
    font-family: 'Roboto', sans-serif
}

.rm__link__collapse_link .count_bonus-number {
    line-height: 16px
}

.new_bonuses *,
.new_bonuses :after,
.new_bonuses :before {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.new_bonuses .dynamic_icon {
    vertical-align: middle;
    font-size: 20px;
    line-height: 16px;
    margin: 0
}

.switcher_box {
    min-height: 44px;
    background-color: rgba(125, 125, 125, .3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    z-index: 1
}

.df-ac-jb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.switcher_box .bonus_box {
    flex-grow: 1;
    padding: 0 16px
}

.switcher_box .bonus_info-text {
    display: flex;
    align-items: center
}

.switcher_box .bonus_info-text i.gift,
.switcher_box .bonus_info-text i.wallet {
    font-size: 34px;
    line-height: 18px;
    color: #ffb700;
    margin-right: 6px
}

.switcher_box .bonus_info-text span {
    font-size: 13px
}

.switcher_box .bonus_info-text svg {
    margin-right: 8px
}

.switcher_box .text {
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
    color: #fff
}

.switcher_box .text span {
    color: #b3b3b3
}

.switcher_box button.switch {
    width: 32px;
    height: 18px;
    line-height: 18px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #666;
    border-radius: 20px;
    cursor: pointer;
    transition: all .36s;
    -webkit-user-select: none;
    user-select: none;
    background-clip: unset;
    transition: all .36s ease-in-out
}

.switcher_box button.switch:after {
    content: " ";
    position: absolute;
    top: -1px;
    width: 16px;
    height: 16px;
    left: -1px;
    background-color: #fff;
    border: .5px solid #0000001a;
    border-radius: 50%;
    transition: all .36s ease-in-out
}

.switcher_line {
    width: 1px;
    height: 18px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    margin: 0 16px 0 auto
}

.switcher_box button.switch.active {
    background-color: #ffb700;
    border-color: #ffb700
}

.switcher_box button.switch.active:after {
    left: 15px
}

.switcher_box .bon-close {
    width: 44px;
    height: 44px;
    padding: 10px;
    border-left: 1px solid #1a1a1a
}

.switcher_box .bon-close .dynamic_icon.closer {
    color: #b3b3b3;
    font-size: 22px;
    line-height: 10px
}

.balance-switcher {
    width: 100%;
    padding: 3px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.balance-switcher .dynamic_icon.gift {
    margin-inline-end: 9px
}

.balance-switcher .info-wrapper {
    margin-inline-end: 9px;
    position: relative;
    display: flex;
    align-items: center
}

.balance-switcher .info-wrapper:hover .info-text {
    display: block
}

.balance-switcher .dynamic_icon.info-icon {
    cursor: help;
    margin: 0 !important
}

.balance-switcher .info-text {
    max-width: 280px;
    position: absolute;
    bottom: 0;
    transform: translateY(140%) translateX(-50%);
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    background-color: var(--bg-level-3);
    width: max-content;
    left: 50%;
    border-radius: 6px;
    padding: 8px 12px;
    color: var(--text-level-high);
    display: none;
    z-index: 99
}

@media only screen and (max-width:360px) {
    .balance-switcher .info-text {
        max-width: 220px
    }
}

.balance-switcher .info-text ul {
    list-style-type: square;
    padding-inline-start: 16px
}

.balance-switcher .info-text:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid var(--bg-level-3);
    position: absolute;
    top: 1px;
    left: 50%;
    transform: translateY(-100%) translateX(-50%)
}

.balance-swither--title {
    margin-inline-end: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px
}

.balance-switcher .switch {
    position: relative;
    display: inline-block;
    width: 23px;
    height: 13px;
    margin-inline-start: auto;
    transform: scale(1.35)
}

.balance-switcher .switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.balance-switcher .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #9e9e9e;
    -webkit-transition: .4s;
    transition: .4s
}

.balance-switcher .slider:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    left: 1px;
    bottom: 1px;
    background-color: #333;
    -webkit-transition: .4s;
    transition: .4s
}

.balance-switcher input:checked+.slider {
    background-color: #26a69a
}

.balance-switcher input:focus+.slider {
    box-shadow: 0 0 1px #26a69a
}

.balance-switcher input:checked+.slider:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.balance-switcher .gift,
.balance-switcher .info-icon {
    font-size: 32px;
    line-height: .5
}

.slider.round {
    border-radius: 34px
}

.slider.round:before {
    border-radius: 50%
}

.new_bonuses .bonus_tab_list {
    display: flex;
    padding: 12px;
    border-bottom: 1px solid rgba(160, 160, 160, .2);
    width: 100%;
    white-space: nowrap;
    overflow-x: auto
}

.new_bonuses .bonus_tab_list li {
    display: inline-block
}

.new_bonus_content .new_bonuses {
    background-color: transparent
}

.new_bonuses .tab_item {
    display: inline-block;
    padding: 12px 16px;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    border-radius: 4px;
    text-transform: capitalize;
    opacity: .7;
    height: auto;
    width: auto;
    border: 0;
    background-color: transparent;
    color: inherit
}

.new_bonuses .tab_item .arrow_left {
    line-height: 12px;
    color: #b3b3b3;
    font-size: 30px;
    margin-right: 10px
}

.new_bonuses .back {
    padding: 12px;
    display: flex;
    align-items: center;
    max-width: 94vw
}

.new_bonuses ul .active {
    background-color: rgba(125, 125, 125, .3);
    opacity: 1
}

.bonus_tab_list>li:not(:last-child) {
    margin-right: 8px
}

.bonuses_content_box {
    padding: 20px 12px;
    font-weight: normal;
    font-style: normal
}

.controls {
    display: flex;
    position: absolute;
    top: 0;
    inset-inline-end: 6px;
    z-index: 2;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    overflow: hidden
}

.controls .swiper-button-disabled {
    opacity: .7
}

.controls .pagination {
    margin: 0;
    padding: 3px 6px;
    backdrop-filter: contrast(70%);
    -webkit-backdrop-filter: contrast(70%)
}

.controls .btn-next,
.controls .btn-prev {
    width: 18px;
    cursor: pointer;
    padding: 2px 6px;
    backdrop-filter: contrast(70%);
    -webkit-backdrop-filter: contrast(70%);
    font-size: 20px
}

.bonuses_content_box .title {
    font-size: 13px;
    line-height: 15px;
    text-transform: capitalize;
    margin-bottom: 20px;
    display: block
}

.active-bonuses-swiper .swiper-slide {
    margin-bottom: 0;
    height: initial;
    align-self: stretch
}

.sport-bonus {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #404040;
    border-radius: 8px
}

.event-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto
}

.event-list--all {
    padding: 30px 0;
    justify-content: center;
    align-items: center;
    backdrop-filter: contrast(90%);
    -webkit-backdrop-filter: contrast(90%)
}

.event-list--all .see-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 16px;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px
}

.event-list--all .see-all .see-all__icon {
    font-size: 100px;
    line-height: .2
}

.event-list--all .see-all a {
    display: flex;
    column-gap: 10px;
    border-radius: 4px;
    padding: 7px 12px;
    background-color: rgba(0, 0, 0, .4)
}

.event-list--all .see-all i {
    font-size: 20px;
    line-height: .7
}

.sport-bonus .event-list.empty {
    padding: 60px
}

.sport-bonus .event-list.empty:after {
    content: '';
    background-image: url('data:image/png;base64,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');
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    background-position: center;
    background-size: contain
}

.event-list:not(:last-child) {
    border-inline-end: 1px solid #404040
}

.event-list__item {
    padding: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    transition: .2s;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative
}

.event-list__item--first-level {
    backdrop-filter: contrast(70%);
    -webkit-backdrop-filter: contrast(70%)
}

.event-list__item.active {
    color: #ffb700;
    backdrop-filter: contrast(70%);
    -webkit-backdrop-filter: contrast(70%)
}

.event-list__item.active i {
    transition: .23s;
    transform: rotate(180deg)
}

.event-list--2 .event-list__item.active {
    color: #ffb700;
    backdrop-filter: contrast(90%);
    -webkit-backdrop-filter: contrast(90%)
}

.event-list--2>.event-list__item {
    backdrop-filter: contrast(90%);
    -webkit-backdrop-filter: contrast(90%)
}

.event-list__item p,
.event-list__item a {
    max-width: 90%;
    width: max-content;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.event-list__item i {
    font-size: 30px
}

.pulsating-circle {
    position: absolute;
    inset-inline-end: 16px;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 10px;
    height: 10px
}

.pulsating-circle:before {
    content: '';
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-inline-start: -100%;
    margin-top: -100%;
    border-radius: 50%;
    background-color: #f00;
    animation: pulse-ring 1.25s cubic-bezier(.215, .61, .355, 1) infinite
}

.pulsating-circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f00;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    animation: pulse-dot 1.25s cubic-bezier(.455, .03, .515, .955) -.4s infinite
}

@keyframes pulse-ring {
    0% {
        transform: scale(.33)
    }
    80%,
    100% {
        opacity: 0
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(.8)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(.8)
    }
}

.bonus_card_box {
    margin-bottom: 12px
}

.disabled-card {
    filter: grayscale(.9);
    pointer-events: none
}

.bonus_card {
    border-radius: 8px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column
}

.bonus_card.disabled .bonus_card_header,
.bonus_card.disabled .bonus_card_body>*:not(.bonus_actions) {
    opacity: .7
}

.bonus_card.disabled {
    opacity: 1
}

.bonus_card.disabled:before {
    background-color: #b3b3b3
}

.bonus_card:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 16px);
    height: 4px;
    background-color: #ffb700;
    border-radius: 8px 8px 0 0
}

.bonus_card.active:before {
    background-color: #00912c
}

.bonus_card_header {
    position: relative;
    height: 160px
}

.bonus_card_header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px
}

.game_quantity,
.card_number {
    background-color: rgba(26, 26, 26, .5);
    color: #fff;
    position: absolute
}

.game_quantity {
    top: 0;
    right: 0;
    padding: 7px 12px;
    border-radius: 0 8px;
    font-size: 14px;
    line-height: 17px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px)
}

.linked-bonus-label {
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    z-index: 1;
    margin-inline-start: auto;
    display: flex;
    padding: 7px 8px;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(--bg-level-1);
    color: var(--cwPrimary);
    font-size: 14px
}

.linked-bonus-label img {
    width: 20px
}

.card_number {
    bottom: 0;
    right: 0;
    left: 0;
    padding: 9px 16px 20px;
    font-size: 13px;
    line-height: 16px;
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.card_number .status {
    display: inline-block;
    color: #fff
}

.card_number .status i {
    font-size: 20px;
    margin-inline-end: 4px;
    line-height: 16px;
    vertical-align: middle
}

.card_number .status.verify i {
    color: #66bd80
}

.card_number .status.not_verify i {
    color: #ffb700;
    font-size: 22px
}

.bonus_card_body {
    position: relative;
    margin-top: -10px;
    border-radius: 8px;
    background-color: rgba(120, 120, 120, .2);
    padding: 12px 16px 16px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, .3);
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.bonus_caption {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 12px;
    display: flex
}

.bonus_text_ellipsis {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

.bonus_caption span:first-child:after {
    content: '|';
    color: #606060;
    margin: 0 8px
}

.bonus_caption span:first-child {
    white-space: nowrap
}

.bonus_list {
    margin-bottom: 16px
}

.bonus_list li {
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    line-height: 16px
}

.bonus_list .text_yellow {
    font-weight: 700
}

.bonus_list .bonus__current-bonus {
    font-size: 14px
}

.bonus_list li span:first-child {
    opacity: .8
}

.text_yellow {
    color: #ffb700
}

.bonus_list.amount_list li {
    margin-bottom: 8px;
    font-size: 12px
}

.bonus_timer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 12px;
    margin-bottom: 12px;
    position: relative
}

.bonus_info_box {
    padding-bottom: 2px;
    margin-bottom: 9px;
    position: relative;
    max-height: 110px;
    overflow: hidden
}

.bonus_timer:after,
.bonus_info_box:after {
    content: '';
    background: radial-gradient(circle, rgba(120, 120, 120, 0) 0%, rgba(160, 160, 160, .4) 0%, rgba(120, 120, 120, 0) 70%);
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0
}

.bonus_timer li {
    width: 42px;
    border-radius: 4px;
    text-align: center;
    overflow: hidden
}

.bonus_timer li:not(:last-child) {
    margin-right: 12px
}

.bonus_timer li span {
    display: block;
    opacity: .85
}

.bonus_timer li span:first-child {
    padding: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    font-size: 11px;
    line-height: 13px
}

.bonus_timer li span:last-child {
    padding: 9px;
    font-size: 16px;
    line-height: 19px
}

.bonus_timer.time_expire li span:last-child {
    color: #f71206;
    background-color: #482e2e
}

.not_results {
    display: flex;
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 120px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-area: a;
    align-self: center
}

.new_bonuses .dynamic_icon {
    font-size: 30px
}

.not_results p {
    margin-top: 5px
}

.bonus_progress {
    margin-bottom: 12px
}

.bonus_progress .label {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 6px
}

.bonus_progress .label {
    padding-right: 18px;
    position: relative
}

.bonus_progress .progress_thumb:after {
    content: '';
    position: absolute;
    right: 0;
    top: -20px;
    width: 14px;
    height: 14px;
    display: block;
    opacity: 0;
    border-radius: 50%;
    background-color: #66bd80;
    font-family: "iconsDinamicMenu";
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 16px
}

.bonus_progress .progress_thumb[style="width: 100%"]:after {
    opacity: 1
}

.bonus_progress .progress_track {
    width: 100%;
    height: 3px;
    background-color: rgba(90, 90, 90, .5);
    border-radius: 8px;
    margin-bottom: 6px;
    position: relative
}

.bonus_progress .progress_thumb {
    background-color: #66bd80;
    border-radius: 8px;
    height: 3px;
    display: block
}

.bonus_progress .bonus_amount {
    font-size: 12px;
    line-height: 14px;
    text-align: right
}

.bonus_progress .bonus_amount span {
    opacity: .5
}

.bonus_btn {
    border: 0;
    outline: 0;
    display: inline-block;
    padding: 10px;
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    line-height: 15px;
    border-radius: 4px;
    text-transform: capitalize;
    text-align: center;
    width: calc(50% - 4px)
}

.bonusCancel {
    margin-bottom: 0;
    background-color: rgba(255, 91, 91, .05) !important;
    color: #ff5b5b !important
}

.bonus_btn,
a.bonus_btn,
.bonus_timer li {
    background-color: rgba(100, 100, 100, .3);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .1)
}

.bonus_btn.disabled,
.bonus_btn:disabled {
    opacity: .7
}

.bonus_btn.pending_bonus_btn {
    background-color: #ffb700;
    color: #1a1a1a
}

.bonus_actions {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bonus_actions.bonus_info {
    flex-direction: column;
    row-gap: 10px
}

.bonus_actions.bonus_info .bonus_btn {
    width: 100%
}

.bonus_info_content {
    width: 100%;
    height: auto;
    max-height: 160px;
    border: 1px solid rgba(90, 90, 90, .5);
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 16px;
    transition: .63s
}

.bonus_info_content.opened {
    max-height: 400px
}

.bonus_info_content.opened .bonus_info_box {
    overflow: auto;
    max-height: 300px
}

.bonus_info_content p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px
}

.bonus_info_content p.amount {
    display: inline-block;
    position: relative;
    padding-right: 60px;
    width: 100%
}

.bonus_info_content p.amount span {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0
}

.bonus_info_btn {
    text-align: center;
    display: flex;
    font-size: 13px;
    align-items: center;
    justify-content: center
}

.bonus_info_btn i.arrow_down {
    line-height: 15px;
    font-size: 18px;
    margin: 0 6px
}

.bonus_less_info {
    display: none
}

.bonus_opened_info .bonus_less_info {
    display: block
}

.bonus_opened_info .bonus_more_info {
    display: none
}

.dynamic_icon.arrow_down {
    transition: transform .3s ease
}

.bonus_opened_info .dynamic_icon.arrow_down {
    transform: rotate(180deg)
}

.bonus_games .title {
    margin-bottom: 8px;
    font-size: 13px;
    opacity: .7
}

.contribution {
    display: flex;
    margin-bottom: 16px
}

.bonus_games .icon {
    width: 28px;
    margin-right: 12px;
    text-align: center;
    background-color: rgba(125, 125, 125, .3);
    border-radius: 0 0 24px 24px;
    padding: 8px 0
}

.bonus_games .icon i,
.discount i {
    color: #ffb700;
    display: block;
    margin: 0
}

.bonus_games .icon i {
    font-size: 30px
}

.bonus_games .contribution_desc {
    font-size: 12px
}

.bonus_games .contribution_desc h4 {
    margin-bottom: 4px
}

.contribution_text {
    opacity: .7
}

.bonus_search {
    position: relative;
    margin-bottom: 12px
}

.bonus_search input {
    border-radius: 4px;
    padding: 14px 35px 14px !important;
    font-size: 13px;
    line-height: 15px;
    width: 100%;
    border: 1px solid rgba(125, 125, 125, .1);
    background-color: rgba(120, 120, 120, .15);
    color: inherit
}

.bonus_search i.search_icon {
    position: absolute;
    top: 16px;
    inset-inline-start: 14px;
    font-size: 30px;
    opacity: .7;
    line-height: 15px
}

.bonus_search input:placeholder-shown~.close-search {
    display: none
}

.bonus_search .close-search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: inherit;
    inset-inline-end: 14px
}

.bonus_search i.dynamic_icon.closer {
    color: #b3b3b3;
    font-size: 22px;
    line-height: 10px
}

.bonus_game_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a a" "a a"
}

.bonus_game_list li {
    width: 50%;
    display: inline-block;
    padding: 0 4px;
    margin-bottom: 8px;
    position: relative
}

.discount,
.bonus_badge {
    display: inline-block;
    text-align: center;
    position: absolute;
    color: #fff
}

.discount {
    display: inline-block;
    min-width: 32px;
    text-align: center;
    background-color: rgba(26, 26, 26, .4);
    border-radius: 0 0 24px 24px;
    padding: 3px 5px 8px;
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 12px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    color: #fff
}

.bonus_badge {
    font-size: 8px;
    padding: 2px 4px;
    border-radius: 4px;
    line-height: 10px;
    top: 8px;
    left: 8px;
    text-transform: uppercase
}

.new_bonuses .badge_premium {
    background-color: #0638ff
}

.new_bonuses .badge_top {
    background-color: #0006b8
}

.new_bonuses .badge_hot {
    background-color: #fd2f23
}

.bonus_game_list a {
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    overflow: hidden
}

.bonus_game_list a img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    vertical-align: middle
}

.sportBonus_list {
    background-color: rgba(26, 26, 26, .3);
    color: #fff;
    border-radius: 8px;
    position: relative;
    padding: 0 12px;
    margin-bottom: 30px
}

.sportBonus_list li {
    padding: 10px 0;
    margin: 0;
    align-items: flex-start;
    position: relative;
    gap: 5px
}

.sportBonus_list li:first-child {
    opacity: 1
}

.sportBonus_list li:not(:last-of-type) {
    border-bottom: 1px solid #616161
}

.sportBonus_list .dynamic_icon.conditions_icon {
    margin: 0;
    cursor: default;
    color: #ffb700;
    font-size: 30px;
    line-height: .5
}

.sportBonus_list .bonus_tooltip {
    background: #f2f2f2;
    padding: 4px 16px;
    color: #212121;
    font-size: 13px;
    border-radius: 4px;
    position: absolute;
    top: 38px;
    left: -12px;
    right: -12px;
    z-index: 1;
    display: none
}

.sportBonus_list .bonus_tooltip-txt {
    position: relative;
    margin: 0
}

.sportBonus_list .bonus_tooltip-txt::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: -12px;
    inset-inline-end: -6px;
    border-style: solid;
    border-width: 8px;
    border-top-width: 0;
    border-color: transparent;
    border-bottom-color: #e6e6e6
}

.sportBonus_list-icon:hover+.bonus_tooltip {
    display: block
}

.ui-loader {
    opacity: 1
}

.dynamic_games_grid .lca-card-wrapper-50 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.dynamic_games_grid .like_icon {
    margin: -2px 5px 0;
    font-size: 14px;
    line-height: 1
}

.dynamic_games_grid .like_icon:after {
    font-size: 23px;
    line-height: 20px;
    content: "";
    font-family: "iconsDinamicMenu"
}

.dynamic_games_grid .like_icon.active:after {
    content: ""
}

.dynamic_games_grid .star_icon {
    font-size: 16px;
    line-height: 1
}

.dynamic_games_grid .star_icon:after {
    font-family: "iconsDinamicMenu";
    content: "";
    font-size: 23px
}

.dynamic_games_grid .star_icon.active:after {
    content: ""
}

.dynamic_MiddleBanners {
    position: relative;
    overflow-x: auto;
    padding: 0 10px;
    max-height: 60vw;
    z-index: 1
}

.dynamic_MiddleBanners_link {
    max-width: 450px;
    width: calc(100vw - 30px);
    min-width: 250px;
    margin: 4px;
    border-radius: 8px;
    overflow: hidden;
    flex-grow: 1;
    flex-shrink: 0
}

.dynamic_MiddleBanners_img,
.dynamic_MiddleBanners_video {
    width: 100%;
    height: auto;
    max-height: 300px
}

.ref_rep_cont {
    margin-bottom: 30px
}

.ref_rep_cont .ui-loader {
    display: block;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center
}

.ref_rep_cont .ui-icon-loading {
    height: 22px;
    width: 22px;
    background-size: contain;
    border-radius: 0
}

.js_action_msg {
    color: #f00
}

.ref_rep_cont_succ_msg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    z-index: 99999999;
    position: absolute
}

.ref_debit_credit_form_input::placeholder {
    color: #455f79 !important
}

.ref_rep_btn,
.ref_rep_cont .btn_prim {
    height: 34px
}

.ref_rep_cont_header {
    border-radius: 2px;
    border: 1px solid #dadada;
    margin-bottom: 12px
}

.ref_rep_cont_header_cont {
    padding: 8px 12px
}

.ref_rep_cont_header_cont:nth-child(1) {
    border-bottom: 1px solid #dadada
}

.ref_rep_cont_header_cont span {
    font-size: 11px;
    color: rgba(255, 255, 255, .6)
}

.ref_rep_cont_header_cont .refs_count {
    font-size: 12px;
    font-weight: 900;
    margin: 0 8px;
    color: rgba(255, 255, 255, 1)
}

.tl_gh_result_heading .dt:first-child {
    width: 163px !important
}

.tl_gh_result_item,
.ref_rep_cont .tl_gh_result_heading {
    height: 35px;
    font-size: 11px;
    color: #000;
    margin-bottom: 1px
}

.ref_rep_cont .js_detailed_info_cont {
    max-height: 361px;
    overflow-y: auto
}

.ref_rep_cont .js_detailed_info_cont::-webkit-scrollbar {
    width: .4em
}

.ref_rep_cont .js_detailed_info_cont::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 10px #bfbfbf;
    border-radius: 10px
}

.ref_rep_cont .js_detailed_info_cont::-webkit-scrollbar-thumb {
    background-color: #5c5c5c;
    border-radius: 10px
}

.ref_rep_cont .tl_gh_result_heading {
    width: 100%;
    background-color: rgba(178, 178, 178, 1)
}

.ref_rep_cont .tl_gh_result_item .dt {
    background-color: rgba(218, 218, 218, 1)
}

.ref_rep_cont .tl_gh_result_heading .dt,
.ref_rep_cont .tl_gh_result_item .dt {
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0 12px
}

.ref_rep_cont .tl_gh_result_heading .dt:first-child {
    border-right: 1px solid #858585;
    padding-right: 8px
}

.ref_rep_cont .tl_gh_result_item .dt:first-child {
    margin-right: 1px
}

.tl_gh_result_heading_arrow {
    position: absolute;
    right: 18px;
    font-family: "iconsDinamicMenu";
    font-size: 30px;
    line-height: .8;
    border: 0;
    margin: 0 2px;
    color: #fff
}

.invalid_validation_error {
    min-height: 75vh;
    column-gap: 15px;
    max-width: 740px;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.invalid_validation_error span {
    opacity: .7;
    font-size: 16px;
    margin-bottom: 20px
}

.invalid_validation_error .verify_btn {
    font-size: 14px !important;
    border-radius: 6px;
    height: 36px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    outline: 0;
    padding: 0 16px;
    border: 0;
    text-transform: uppercase;
    transition: all .2s;
    text-align: center;
    justify-content: center;
    cursor: pointer
}

.mb-2 {
    margin-bottom: 16px
}

.gx-1 {
    column-gap: 4px
}

.gx-2 {
    column-gap: 8px
}

.gx-3 {
    column-gap: 16px
}

.backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, .48);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.backdrop.open {
    visibility: visible;
    opacity: 1
}

.backdrop.open .join-popup {
    -webkit-transform: rotateX(0) translateY(-20%);
    transform: rotateX(0) translateY(-20%)
}

.join-popup {
    width: 580px;
    padding: 24px;
    background-color: var(--bg-level-2);
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: rotateX(90deg) translateY(0);
    transform: rotateX(90deg) translateY(0);
    -webkit-perspective: 500px;
    perspective: 500px;
    border-radius: 8px
}

.join-popup .join-popup__head {
    font-weight: 500;
    font-size: 20px;
    color: var(--text-level-high);
    padding-bottom: 16px;
    border-bottom: 1px solid var(--bg-level-3)
}

.join-popup .join__head:empty {
    margin: 0
}

.join-popup .join-popup__body {
    padding: 16px 0;
    border-bottom: 1px solid var(--bg-level-3);
    color: var(--text-level-high)
}

.join-popup .join-popup__footer {
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 12px;
    column-gap: 12px
}

@media screen and (max-width:580px) {
    .join-popup {
        width: 85%
    }
}

.btn-transparent {
    padding: 12px 25.5px;
    border-radius: 4px;
    background-color: transparent;
    text-transform: uppercase;
    color: var(--badge-bonus);
    border: 1px solid;
    cursor: pointer
}

.toast-container {
    position: fixed;
    z-index: 99999999;
    top: 20px;
    right: 20px
}

.toast-container .toast {
    position: relative;
    width: 100%;
    max-width: 300px;
    min-width: 280px;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .15), 0 10px 10px -5px rgba(0, 0, 0, .1);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out
}

.toast-container .toast:hover {
    box-shadow: 0 15px 20px -5px rgba(0, 0, 0, .15), 0 15px 15px -5px rgba(0, 0, 0, .1)
}

.toast-container .toast .t-title {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    color: #fff;
    font-size: 1.1rem
}

.toast-container .toast .t-title span {
    padding: 0 10px 0 0
}

.toast-container .toast .t-text {
    color: #fff;
    margin: 5px 0 0 0;
    word-break: break-word
}

.toast-container .toast .t-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 25px;
    width: 25px;
    right: 5px;
    top: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-radius: 50%;
    transform: rotate(45deg);
    cursor: pointer
}

.toast-container .toast .t-close:after,
.toast-container .toast .t-close:before {
    content: '';
    display: block;
    position: absolute;
    background-color: #eee;
    border-radius: 3px
}

.toast-container .toast .t-close:after {
    width: 2px;
    height: 16px
}

.toast-container .toast .t-close:before {
    width: 16px;
    height: 2px
}

.toast-container .toast.active {
    opacity: 1;
    visibility: visible
}

.toast-container .toast.system {
    background-color: #77a1fc
}

.toast-container .toast.system .t-text {
    color: #eee
}

.toast-container .toast.system .t-title {
    color: #eee
}

.toast-container .toast.success {
    background-color: #3fb471
}

.toast-container .toast.warning {
    background-color: #fcbc69
}

.toast-container .toast.warning .t-text {
    color: #eee
}

.toast-container .toast.warning .t-title {
    color: #eee
}

.toast-container .toast.error {
    background-color: #fc6969
}

.toast-container .toast.error .t-text {
    color: #eee
}

.toast-container .toast.error .t-title {
    color: #eee
}

.copy_msg {
    width: calc(100% - 40px);
    background: var(--bg-level-4);
    color: var(--text-level-high);
    padding: 10px 20px;
    margin: 20px;
    border-radius: 4px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    border-inline-start: 4px solid var(--btn-primary);
    display: flex;
    align-items: center;
    column-gap: 8px
}

.copy_msg .dynamic_icon {
    font-size: 30px;
    line-height: 1;
    border-radius: 50%;
    background: var(--btn-primary);
    color: var(--btn-primary-text);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

.cw_user_color_274>i {
    background: -webkit-gradient(linear, left top, right top, from(#b98b78), color-stop(97%, #95482a));
    background: -o-linear-gradient(left, #b98b78 0%, #95482a 97%);
    background: linear-gradient(90deg, #b98b78 0%, #95482a 97%)
}

.cw_user_color_275>i {
    background: -webkit-gradient(linear, left top, right top, color-stop(-3.31%, #b6b6b8), color-stop(114.25%, #615e63));
    background: -o-linear-gradient(left, #b6b6b8 -3.31%, #615e63 114.25%);
    background: linear-gradient(90deg, #b6b6b8 -3.31%, #615e63 114.25%)
}

.cw_user_color_276>i {
    background: -webkit-gradient(linear, left top, right top, color-stop(-1.12%, #b49554), color-stop(105.91%, #754b19));
    background: -o-linear-gradient(left, #b49554 -1.12%, #754b19 105.91%);
    background: linear-gradient(90deg, #b49554 -1.12%, #754b19 105.91%)
}

.cw_user_color_277>i {
    background: -webkit-gradient(linear, left top, right top, color-stop(-2.75%, #a9afa5), color-stop(104.44%, #5c5d57));
    background: -o-linear-gradient(left, #a9afa5 -2.75%, #5c5d57 104.44%);
    background: linear-gradient(90deg, #a9afa5 -2.75%, #5c5d57 104.44%)
}

.cw_user_color_2>i {
    background: -webkit-gradient(linear, left top, right top, from(#939242), to(#615b15));
    background: -o-linear-gradient(left, #939242 0%, #615b15 100%);
    background: linear-gradient(90deg, #939242 0%, #615b15 100%)
}

.cw_user_color_274>i,
.cw_user_color_275>i,
.cw_user_color_276>i,
.cw_user_color_277>i,
.cw_user_color_2>i {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.cat_btn_bg.player_category_274,
.cat_btn_bg.player_category_275,
.cat_btn_bg.player_category_276,
.cat_btn_bg.player_category_277,
.cat_btn_bg.player_category_2 {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 16px;
    font-weight: 600;
    font-size: 10px;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0 0 12px rgba(0, 0, 0, .5);
    margin-left: 20px;
    text-align: center
}

.account_content .user_pic_container+.cat_btn_bg {
    position: relative;
    margin: 0;
    margin-bottom: 10px;
    top: -10px;
    z-index: 10
}

.cat_btn_bg.player_category_274 {
    background: -webkit-gradient(linear, left top, right top, color-stop(-17.74%, #b98b78), color-stop(73.39%, #95482a));
    background: -o-linear-gradient(left, #b98b78 -17.74%, #95482a 73.39%);
    background: linear-gradient(90deg, #b98b78 -17.74%, #95482a 73.39%)
}

.cat_btn_bg.player_category_275 {
    background: -webkit-gradient(linear, left top, right top, color-stop(-18.18%, #b6b6b8), color-stop(70.91%, #615e63));
    background: -o-linear-gradient(left, #b6b6b8 -18.18%, #615e63 70.91%);
    background: linear-gradient(90deg, #b6b6b8 -18.18%, #615e63 70.91%)
}

.cat_btn_bg.player_category_276 {
    background: -o-linear-gradient(359.48deg, #b49554 -20.78%, #754b19 78.35%);
    background: linear-gradient(90.52deg, #b49554 -20.78%, #754b19 78.35%)
}

.cat_btn_bg.player_category_277 {
    background: -o-linear-gradient(359.74deg, #b6b6b8 -10.68%, #42433d 72.38%);
    background: linear-gradient(90.26deg, #b6b6b8 -10.68%, #42433d 72.38%)
}

.cat_btn_bg.player_category_2 {
    background: -webkit-gradient(linear, left top, right top, from(#939242), color-stop(81.4%, #615b15));
    background: -o-linear-gradient(left, #939242 0%, #615b15 81.4%);
    background: linear-gradient(90deg, #939242 0%, #615b15 81.4%)
}

.user_pic_container {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: var(--cdn-avatars);
    position: relative;
    margin: 12px auto 0
}

.user_pic_container.losht {
    background-position: -110px -15px
}

.user_pic_container.qyach {
    background-position: -11px -15px
}

.bonuses_v1--heading {
    padding: 8px 12px;
    height: auto
}

.bonuses_v1--lobby-wrapper {
    padding: 20px 12px
}

.bonuses_v1--lobby-wrapper .tournament__games-grid {
    margin-top: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px
}

.tournament__games-grid--not-found {
    -ms-grid-columns: initial;
    grid-template-columns: initial;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center
}

@media screen and (max-width:991px) {
    .bonuses_v1--lobby-wrapper .tournament__games-grid {
        margin-top: 12px;
        gap: 4px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
}

.game-card {
    width: 100%;
    aspect-ratio: 1.68;
    background: var(--bg-level-2);
    border-radius: 7px;
    overflow: hidden;
    position: relative
}

.game-card .game-card__img-wrapper {
    width: 100%;
    height: 100%
}

.game-card .game-card__img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.game-card .game-card__transition {
    width: 100%;
    height: 101%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    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;
    opacity: 0;
    -webkit-transition: .23s;
    transition: .23s;
    mix-blend-mode: color-dodge;
    color: currentColor
}

.game-card .game-card__transition .play {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
    mix-blend-mode: overlay;
    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
}

.youtube_banner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50%;
    width: calc(100% - 40px);
    padding: 25px;
    position: fixed;
    -webkit-box-shadow: 0 0 18px 2px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 18px 2px rgba(0, 0, 0, .75);
    box-shadow: 0 0 18px 2px rgba(0, 0, 0, .75);
    background-color: #333;
    border: 1px solid #434343;
    border-radius: 2px;
    z-index: 99999
}

.youtube_banner iframe {
    border: 0
}

.youtube_banner .close_youtube_banner {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer
}

.youtube_banner .close_youtube_banner:hover {
    color: #ccc
}

@media(max-width:767px) {
    .game-card .game-card__transition .play {
        font-size: calc(16px + 30.6*((100vw - 320px)/1920))
    }
}

@media(min-width:767px) {
    .game-card .game-card__transition .play {
        font-size: calc(16px + 18*(100vw/1920))
    }
}

@media(min-width:991px) {
    .game-card:hover .game-card__transition {
        opacity: 1
    }
}

.page_not_found {
    height: 84vh;
    padding: 0 16px
}

.page_not_found h2,
.page_not_found h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    margin: 12px 0 0
}

.page_not_found p {
    font-size: 14px;
    line-height: 16px;
    opacity: .6;
    margin-bottom: 20px
}

.page_not_found img {
    max-width: 100%;
    width: 216px;
    height: auto
}

.page_not_found .btn_prim {
    padding: 0 15px
}

@media(max-width:340px) {
    .page_not_found img {
        width: 200px
    }
}

.cw_header_root {
    height: var(--cwHeaderHeight)
}

.opc {
    -ms-opacity: .3;
    opacity: .3
}

.dynamic_container {
    padding: 12px 0
}

.main-wrapper {
    background-color: var(--bg-level-1)
}

.rd_title__block {
    padding: 0 16px
}

.rd_title__block.px-0 {
    padding: 0
}

.rd_title__block.mb-2 {
    margin-bottom: 12px !important
}

.rd_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: var(--text-level-high);
    text-transform: capitalize
}

.rd_title__line:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 16px;
    background-color: var(--cwPrimary);
    margin-inline-end: 12px;
    vertical-align: middle;
    border-radius: 2px
}

.rd_header_tabs {
    display: flex;
    gap: 8px;
    padding: 0 16px;
    overflow-x: auto
}

.rd_header_tabs.mb-2 {
    margin-bottom: 12px !important
}

.rd_header_tabs::-webkit-scrollbar {
    display: none
}

.rd_header_tabs {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.rd_header_tab_item {
    background-color: var(--bg-level-3);
    border: 1px solid var(--bg-level-3);
    color: var(--text-level-medium);
    padding: 7px;
    border-radius: 48px;
    min-width: 36px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .25s linear;
    flex-shrink: 0
}

.rd_header_tab_icon {
    width: 20px;
    height: 20px;
    object-fit: cover;
    object-position: center;
    transition: all .25s ease
}

.rd_header_tab_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.rd_header_tab_item:not(.active) img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.rd_header_tab_name,
.rd_header_tab_item.no_icon,
.top_winners_block .rd_header_tab_item {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    flex-shrink: 0;
    overflow-x: auto;
    text-transform: capitalize
}

.rd_header_tab_name {
    display: inline-block;
    padding: 0;
    color: var(--text-level-high);
    visibility: hidden;
    max-width: 0;
    overflow: hidden
}

.rd_header_tab_item.active {
    background-color: var(--cwPrimary);
    border-color: transparent;
    color: var(--text-level-high)
}

.rd_header_tab_item.active .rd_header_tab_name {
    visibility: visible;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding-inline-start: 8px;
    padding-inline-end: 6px
}

.jackpot_container {
    min-height: 135px;
    padding: 0 16px
}

.top_jackpots__value {
    font-size: 18px;
    line-height: 18px
}

.top_jackpots__value.IRT_value,
.top_jackpots__value.irt_value {
    font-size: 14px;
    line-height: 16px
}

.top_jackpots__content .top_jackpots__crns.ron,
.top_jackpots__content .top_jackpots__crns.RON {
    font-size: 18px;
    line-height: 16px
}

.top_jackpots__content .top_jackpots__crns.ron:after,
.top_jackpots__content .top_jackpots__crns.RON:after {
    -webkit-margin-start: 0;
    margin-inline-start: 0
}

.top_jackpots__hover__game .top_jackpots__hover__value .top_jackpots__crns.RON {
    font-size: 16px;
    line-height: 20px;
    height: 20px
}

@media screen and (max-width:450px) {
    .top_jackpots__value.RON_value,
    .top_jackpots__value.ron_value {
        font-size: 14px;
        line-height: 16px
    }
    .top_jackpots__content .top_jackpots__crns.RON {
        font-size: 14px
    }
}

@media screen and (max-width:400px) {
    .top_jackpots__value.IRT_value,
    .top_jackpots__value.irt_value {
        font-size: 12px;
        line-height: 14px
    }
}

@media screen and (max-width:375px) {
    .top_jackpots__value {
        font-size: 16px;
        line-height: 16px
    }
    .top_jackpots__value.IRT_value,
    .top_jackpots__value.irt_value {
        font-size: 11px;
        line-height: 12px
    }
    .top_jackpots__content .top_jackpots__crns.ron,
    .top_jackpots__content .top_jackpots__crns.RON {
        font-size: 14px;
        line-height: 12px
    }
}

@media screen and (max-width:360px) {
    .top_jackpots__value {
        font-size: 14px;
        line-height: 14px
    }
    .top_jackpots__content .top_jackpots__crns.ron,
    .top_jackpots__content .top_jackpots__crns.RON {
        font-size: 14px;
        line-height: 14px
    }
}

@media screen and (max-width:350px) {
    .top_jackpots__content .top_jackpots__crns.ron,
    .top_jackpots__content .top_jackpots__crns.RON {
        font-size: 12px;
        line-height: 14px
    }
    .top_jackpots__value.RON_value,
    .top_jackpots__value.ron_value {
        font-size: 12px;
        line-height: 14px
    }
}

.header__wrap_block {
    height: var(--cwHeaderHeight);
    z-index: 100
}

.header_both {
    background: var(--cwHeaderBg);
    border-bottom: 1px solid var(--cwHeaderBorder);
    height: var(--cwHeaderHeight);
    padding: 8px 12px
}

#header {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    height: auto;
    padding: 0;
    min-height: var(--cwHeaderHeight)
}

#menu-right {
    width: auto;
    gap: 8px;
    margin-inline-start: auto
}

.LogoMobilePlatform {
    background-image: var(--cdn-logoSm-mob_png);
    width: 112px;
    height: 38px;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    flex-shrink: 0;
    margin-inline-end: 8px
}

@media screen and (max-width:360px) {
    .LogoMobilePlatform {
        width: 90px;
        height: 32px
    }
}

.header_reg_btn,
.header_login_btn {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    padding: 9px 16px;
    border-radius: 8px;
    overflow: hidden;
    white-space: nowrap
}

.header_reg_btn {
    background: var(--cwButtonBg);
    color: var(--cwButtonTxt)
}

.header_login_btn {
    color: var(--cwButtonBg);
    border: 1px solid var(--cwButtonBg)
}

.topheader_user_info {
    gap: 8px
}

.topheader_user_id {
    padding: 5px 8px;
    align-items: flex-start;
    gap: 4px;
    border-radius: 8px;
    border: 1px solid var(--cwHeaderTxt3)
}

.topheader_user_id.vip {
    position: relative
}

.topheader_user_id span {
    font-size: 10px;
    font-weight: 500;
    line-height: 12px
}

.topheader_user_id span:first-child {
    color: var(--cwHeaderTxt2)
}

.topheader_user_id.vip span:first-child {
    margin-inline-end: 28px
}

.topheader_user_id span:last-child {
    color: var(--cwHeaderTxt)
}

.topheader_user_id.vip:after {
    content: "VIP";
    background: linear-gradient(180deg, #e4b201 0%, #a48101 100%);
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 7px 0 8px;
    padding: 2px 8px;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px
}

.topheader_user_deposit {
    border-radius: 8px;
    background: var(--cwButtonBg);
    padding: 8px
}

.topheader_user_deposit .dynamic_icon {
    color: var(--cwButtonTxt);
    width: 24px;
    height: 24px;
    font-size: 45px;
    margin: 0 !important;
    line-height: 24px
}

.header_gameview_back_btn {
    width: 24px;
    height: 24px;
    margin-inline-end: 12px;
    color: var(--cwHeaderTxt);
    flex-shrink: 0
}

.header_gameview_back_btn .dynamic_icon {
    font-size: 29px;
    line-height: 16px;
    margin: 0
}

.sport_widgets {
    padding: 0 16px
}

.upload_file_info_right .trash_button i {
    margin: 0;
    font-size: 30px
}

.cashier_wrapper {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    height: 100dvh;
    width: 100%;
    z-index: 9999999999999999;
    background-color: rgba(0, 0, 0, .6)
}

#cashier_iframe_wrapper {
    height: calc(100vh - 51px);
    height: calc(100dvh - 51px);
    overflow-y: auto
}

.cashier_wrapper iframe {
    height: 100%
}

.skeleton {
    background-color: var(--bg-level-4);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(var(--text-level-low)), to(rgba(255, 255, 255, 0)));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), var(--text-level-low), rgba(255, 255, 255, 0));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), var(--text-level-low), rgba(255, 255, 255, 0));
    background-size: 40px 100%;
    background-repeat: no-repeat;
    background-position: left -40px top 0;
    -webkit-animation: shine 1s ease infinite;
    animation: shine 1s ease infinite
}

@-webkit-keyframes shine {
    to {
        background-position: right -40px top 0
    }
}

@keyframes shine {
    to {
        background-position: right -40px top 0
    }
}

.loading-dots {
    font-size: 36px;
    --duration: 1s;
    --num-dot: 10;
    --color-dot: var(--text-level-high);
    --box-color: var(--btn-primary)
}

.loading-dots>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: rotate(calc((360deg/var(--num-dot))*var(--index)))
}

.loading-dots>*::before {
    position: absolute;
    content: '';
    top: .15em;
    left: .45em;
    width: .1em;
    height: .1em;
    transform: scale(0);
    border-radius: 1em;
    background-color: var(--color-dot);
    animation: scaleTo1 var(--duration) ease-in-out calc(var(--duration)/var(--num-dot)*var(--index)) infinite reverse
}

.loading-dots {
    width: 1em;
    aspect-ratio: 1;
    position: relative;
    display: inline-block
}

.loading-dots::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px
}

@keyframes scaleTo1 {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(1)
    }
}