﻿:root {
    --bg-level-1: #212121;
    --bg-level-2: #424242;
    --bg-level-3: #616161;
    --bg-level-4: #757575;
    --bg-level-5: #4D4D4D;
    --text-level-high: #FFFFFF;
    --text-level-medium: #BDBDBD;
    --text-level-low: #9E9E9E;
    --icon-level-high: #FFFFFF;
    --icon-level-medium: #E8E8E8;
    --icon-level-low: #9E9E9E;
    --btn-primary: #26A69A;
    --btn-primary-text: #ffffff;
    --btn-secondary: #BDBDBD;
    --btn-secondary-text: #000000;
    --badge-notification: #FF5252;
    --badge-bonus: #F88543;
    --cwPrimary: #F88543;
    --text-on-primary: #fff;
    --general-border: #5C5C5C;
    --cwHeaderHeight: 64px;
    --text-message-success: #26A69A;
    --toast-zIndex: 99999999;
    --cwHeader-zIndex: 100;
    /*Dynamic badges colors*/
    --badge_height: 20px;
    --badge_fsz: 12px;
    --badge_brd: 0;
    --cwStatusDefaultBg: #51A49A;
    --cwStatusDefaultIcon: #FFFFFF;
    --cwStatusDefaultTxt: #FFFFFF;
    --cwStatusExclusiveBg: #5FC3D7;
    --cwStatusExclusiveIcon: #FFFFFF;
    --cwStatusExclusiveTxt: #FFFFFF;
    --cwStatusNewBg: #e86b00;
    --cwStatusNewIcon: #FFFFFF;
    --cwStatusNewTxt: #FFFFFF;
    --cwStatusJackpotBg: #4796EC;
    --cwStatusJackpotIcon: #FFFFFF;
    --cwStatusJackpotTxt: #FFFFFF;
    --cwStatusSoonBg: #4B9263;
    --cwStatusSoonIcon: #FFFFFF;
    --cwStatusSoonTxt: #FFFFFF;
    --cwStatusTopBg: #5082FF;
    --cwStatusTopIcon: #FFFFFF;
    --cwStatusTopTxt: #FFFFFF;
    --cwStatusHotBg: #FF0000;
    --cwStatusHotIcon: #FFFFFF;
    --cwStatusHotTxt: #FFFFFF;
    --cwStatusPremiumBg: #775BBC;
    --cwStatusPremiumIcon: #FFFFFF;
    --cwStatusPremiumTxt: #FFFFFF;
    --cwStatusPopularBg: #7BB872;
    --cwStatusPopularIcon: #FFFFFF;
    --cwStatusPopularTxt: #FFFFFF;
    --cwStatusUpcomingBg: #f5af04;
    --cwStatusUpcomingIcon: #FFFFFF;
    --cwStatusUpcomingTxt: #FFFFFF;
    --cwStatusMaintenenceBg: #043af5;
    --cwStatusMaintenenceIcon: #FFFFFF;
    --cwStatusMaintenenceTxt: #FFFFFF;
    --cwStatusAnimationCount: 1;
    --cwRealityCheck-zIndex: 999999991;
    --cwRealityCheckOverlay-zIndex: 999999990;
    --altcha-max-width: 100%;
}

html[data-theme='light'] {
    --bg-level-1: #E8E8E8;
    --bg-level-2: #F2F2F2;
    --bg-level-3: #FBFBFB;
    --bg-level-4: #FFFFFF;
    --bg-level-5: #FFFFFF;
    --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;
}

.cw_state_messages_wrapper{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 8px;
    margin-top: 12px;
}

.m-0 {
    margin: 0 !important;
}

.mwAuto {
    min-width: auto !important;
}

* {
    box-sizing: border-box;
}

*:focus {
    outline: none
}

b, strong, .bold {
    font-weight: bold;
}

em {
    font-style: italic;
}
.ofh {
    overflow: hidden;
}

.mobBlock {
    display: block !important;
}

.spacer {
    margin: 10px 0;
}

.symbol {
    font-family: "iconsDinamicMenu";
    font-weight: normal;
    font-style: normal;
    font-size: 26px;
}
.d-inline-block {
    display: inline-block;
}

.d-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.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;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
    flex-basis: 0;
}

.flex_center_between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.br_circle {
    border-radius: 50%!important;
}

/* Loading screen */
/* Loader */
.ui-icon-loading {
    background-size: 2.875em 2.875em;
}

.ui-loading .ui-loader {
    display: flex;
}

.ui-loader {
    display: none;
    z-index: 9999999;
    position: fixed;
    top: 50%;
    left: 50%;
    border: 0;
}

.ui-loader-default {
    background: none;
    opacity: .18;
    width: 2.875em;
    height: 2.875em;
    margin-left: -1.4375em;
    margin-top: -1.4375em;
}

.ui-loader-default h1 {
	font-size: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

.ui-loader .ui-icon-loading {
	background-color: #000;
	display: block;
	margin: 0;
	width: 2.75em;
	height: 2.75em;
	padding: .0625em;
	-webkit-border-radius: 2.25em;
	border-radius: 2.25em;
}

.ui-loader-textonly {
	padding: .9375em;
	margin-left: -7.1875em;
}

.ui-loader-textonly .ui-icon-loading {
	display: none;
}

/*new font sizes classes*/
.f-size-30 {
    font-size: 30px
}

.mt-auto {
    margin-top: auto
}
.mt-1 {
    margin-top: 8px;
}

.mt-2 {
    margin-top: 16px;
}

.mt-3 {
    margin-top: 24px;
}

.mb-2 {
    margin-bottom: 16px;
}

.mb-3 {
    margin-bottom: 24px;
}

.mb-0 {
    margin-bottom: 0;
}

.p-0 {
    padding: 0;
}
.px-1 {
    padding: 0 4px;
}

.pt-1 {
    padding-top: 8px;
}

.pointer_none {
    pointer-events: none;
    opacity: 0.5;
}

.regErMes21 {
    color: #ffb602;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 12px;
}

.regErMes18 {
    color: #ff0000;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 12px;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.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: none;
}

.sub_heading {
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin: 4px 0;
    width: 100%;
    display: block;
}

.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;
    width: 100%;
    background-color: #fff;
    color: #111;
    text-align: center;
    display: block;
    margin: 8px auto;
    border-radius: 3px;
    padding: 0px 5px;
}

.error {
    color: #ff0000;
}

.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: #ffffff;
}

.btn_grey {
    background-color: #212121;
    color: #ffffff;
    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: #FFFFFF;
}

.colorOrange {
    color: #ffb700;
}

.colorBlue {
    color: #2985d2;
}

.acc_message {
    line-height: 20px;
    background-color: #fff;
    border-radius: 2px;
    text-align: center;
}

/*global buttons*/
.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: 0.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: 0.5;
    cursor: default;
}
/*------*/

/*flags*/
.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;
}

.lang.ur-pk {
    background-position: 0 -760px;
}
/*Netherlands*/
.lang.nl {
    background-position: 0 -777px;
}

.mob_select_lang_flag {
    position: absolute;
    left: 20px;
    top: 15px;
}


.mob_select_lang_flag-circle, .cw_mob_sidebar_language_flag {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 20px auto;
    width: 20px;
    height: 20px;
    position: absolute;
    inset-inline-start: 10px;
    top: 12px;
}

/*Russian*/
.mob_select_lang_flag-circle.ru, .lb_card_preview .lb_card_flag.ru, .cw_mob_sidebar_language_flag.ru {
    background-position-y: -24px;
}
/*English*/
.mob_select_lang_flag-circle.en, .lb_card_preview .lb_card_flag.en, .cw_mob_sidebar_language_flag.en {
    background-position-y: -48px;
}
/*Armenian*/
.mob_select_lang_flag-circle.hy, .lb_card_preview .lb_card_flag.hy, .cw_mob_sidebar_language_flag.hy {
    background-position-y: -72px;
}
/*Turkish*/
.mob_select_lang_flag-circle.tr, .lb_card_preview .lb_card_flag.tr, .cw_mob_sidebar_language_flag.tr {
    background-position-y: -96px;
}
/*Bosnia and Herzegovina*/
.mob_select_lang_flag-circle.bs, .lb_card_preview .lb_card_flag.bs, .cw_mob_sidebar_language_flag.bs {
    background-position-y: -120px;
}
/*Farsi (iran) basketball logo*/
.mob_select_lang_flag-circle.fa-basketball, .lb_card_preview .lb_card_flag.fa-basketball, .cw_mob_sidebar_language_flag.fa-basketball {
    background-position-y: -144px;
}
/*Kuwait*/
.mob_select_lang_flag-circle.kw, .lb_card_preview .lb_card_flag.kw, .cw_mob_sidebar_language_flag.kw {
    background-position-y: -168px;
}
/*Serbia*/
.mob_select_lang_flag-circle.sr, .lb_card_preview .lb_card_flag.sr, .cw_mob_sidebar_language_flag.sr {
    background-position-y: -192px;
}
/*Croatia*/
.mob_select_lang_flag-circle.hr, .lb_card_preview .lb_card_flag.hr, .cw_mob_sidebar_language_flag.hr {
    background-position-y: -216px;
}
/*Ukraine*/
.mob_select_lang_flag-circle.uk, .lb_card_preview .lb_card_flag.uk, .cw_mob_sidebar_language_flag.uk {
    background-position-y: -240px;
}
/*Tajik  */
.mob_select_lang_flag-circle.tj, .lb_card_preview .lb_card_flag.tj, .cw_mob_sidebar_language_flag.tj {
    background-position-y: -264px;
}

/*Israel (Hebrew)*/
.mob_select_lang_flag-circle.he, .lb_card_preview .lb_card_flag.he, .cw_mob_sidebar_language_flag.he,
.mob_select_lang_flag-circle.il, .lb_card_preview .lb_card_flag.il, .cw_mob_sidebar_language_flag.il {
    background-position-y: -288px;
}
/*Spanish (spain)*/
.mob_select_lang_flag-circle.es, .lb_card_preview .lb_card_flag.es, .cw_mob_sidebar_language_flag.es,
.mob_select_lang_flag-circle.es-spanish, .lb_card_preview .lb_card_flag.es-spanish, .cw_mob_sidebar_language_flag.es-spanish {
    background-position-y: -312px;
}
/*anhayt*/
.mob_select_lang_flag-circle.anhayt, .lb_card_preview .lb_card_flag.anhayt, .cw_mob_sidebar_language_flag.anhayt {
    background-position-y: -336px;
}
/*Italy*/
.mob_select_lang_flag-circle.it, .lb_card_preview .lb_card_flag.it, .cw_mob_sidebar_language_flag.it {
    background-position-y: -360px;
}
/*France*/
.mob_select_lang_flag-circle.fr, .lb_card_preview .lb_card_flag.fr, .cw_mob_sidebar_language_flag.fr {
    background-position-y: -384px;
}
/*Germany*/
.mob_select_lang_flag-circle.de, .lb_card_preview .lb_card_flag.de, .cw_mob_sidebar_language_flag.de {
    background-position-y: -408px;
}
/*Korea  (the Republic of)*/
.mob_select_lang_flag-circle.ko, .lb_card_preview .lb_card_flag.ko, .cw_mob_sidebar_language_flag.ko {
    background-position-y: -432px;
}
/*Greek*/
.mob_select_lang_flag-circle.el, .lb_card_preview .lb_card_flag.el, .cw_mob_sidebar_language_flag.el {
    background-position-y: -456px;
}
/*Denmark*/
.mob_select_lang_flag-circle.da, .lb_card_preview .lb_card_flag.da, .cw_mob_sidebar_language_flag.da {
    background-position-y: -480px;
}
/*Finland*/
.mob_select_lang_flag-circle.fi, .lb_card_preview .lb_card_flag.fi, .cw_mob_sidebar_language_flag.fi {
    background-position-y: -504px;
}
/*Czechia*/
.mob_select_lang_flag-circle.cs, .lb_card_preview .lb_card_flag.cs, .cw_mob_sidebar_language_flag.cs {
    background-position-y: -528px;
}

/*Sweden*/
.mob_select_lang_flag-circle.sv, .lb_card_preview .lb_card_flag.sv, .cw_mob_sidebar_language_flag.sv {
    background-position-y: -552px;
}
/*Georgia*/
.mob_select_lang_flag-circle.ka, .lb_card_preview .lb_card_flag.ka, .cw_mob_sidebar_language_flag.ka {
    background-position-y: -576px;
}
/*Norway*/
.mob_select_lang_flag-circle.nb, .lb_card_preview .lb_card_flag.nb, .cw_mob_sidebar_language_flag.nb {
    background-position-y: -600px;
}
/*China*/
.mob_select_lang_flag-circle.zh, .lb_card_preview .lb_card_flag.zh, .cw_mob_sidebar_language_flag.zh,
.mob_select_lang_flag-circle.zh-cht, .lb_card_preview .lb_card_flag.zh-cht, .cw_mob_sidebar_language_flag.zh-cht {
    background-position-y: -624px;
}

/*Thailand*/
.mob_select_lang_flag-circle.th, .lb_card_preview .lb_card_flag.th, .cw_mob_sidebar_language_flag.th {
    background-position-y: -648px;
}
/*Kazakhstan*/
.mob_select_lang_flag-circle.kk, .lb_card_preview .lb_card_flag.kk, .cw_mob_sidebar_language_flag.kk {
    background-position-y: -672px;
}
/*Azerbaijan*/
.mob_select_lang_flag-circle.az, .lb_card_preview .lb_card_flag.az, .cw_mob_sidebar_language_flag.az {
    background-position-y: -696px;
}
/*Brazil*/
.mob_select_lang_flag-circle.br, .lb_card_preview .lb_card_flag.br, .cw_mob_sidebar_language_flag.br {
    background-position-y: -720px;
}
/*Japan*/
.mob_select_lang_flag-circle.ja, .lb_card_preview .lb_card_flag.ja, .cw_mob_sidebar_language_flag.ja {
    background-position-y: -744px;
}
/*India*/
.mob_select_lang_flag-circle.hi, .lb_card_preview .lb_card_flag.hi, .cw_mob_sidebar_language_flag.hi {
    background-position-y: -768px;
}
/*Pakistan*/
.mob_select_lang_flag-circle.pk, .lb_card_preview .lb_card_flag.pk, .cw_mob_sidebar_language_flag.pk
.mob_select_lang_flag-circle.ur, .lb_card_preview .lb_card_flag.ur, .cw_mob_sidebar_language_flag.ur
.mob_select_lang_flag-circle.ur-pk, .lb_card_preview .lb_card_flag.ur-pk, .cw_mob_sidebar_language_flag.ur-pk {
    background-position-y: -792px;
}
/*Lithuania*/
.mob_select_lang_flag-circle.lt, .lb_card_preview .lb_card_flag.lt, .cw_mob_sidebar_language_flag.lt {
    background-position-y: -816px;
}
/*Tunisia*/
.mob_select_lang_flag-circle.aeb, .mob_select_lang_flag-circle.tn,
.lb_card_preview .lb_card_flag.aeb, .lb_card_preview .lb_card_flag.tn,
.cw_mob_sidebar_language_flag.aeb, .cw_mob_sidebar_language_flag.tn {
    background-position-y: -840px;
}
/*Viet Nam*/
.mob_select_lang_flag-circle.vn, .mob_select_lang_flag-circle.vi,
.lb_card_preview .lb_card_flag.vn, .lb_card_preview .lb_card_flag.vi,
.cw_mob_sidebar_language_flag.vn, .cw_mob_sidebar_language_flag.vi {
    background-position-y: -864px;
}
/*Uzbekistan*/
.mob_select_lang_flag-circle.uz, .lb_card_preview .lb_card_flag.uz, .cw_mob_sidebar_language_flag.uz {
    background-position-y: -888px;
}
/*Poland*/
.mob_select_lang_flag-circle.pol, .mob_select_lang_flag-circle.pl,
.lb_card_preview .lb_card_flag.pol, .lb_card_preview .lb_card_flag.pl,
.cw_mob_sidebar_language_flag.pol, cw_mob_sidebar_language_flag.pl {
    background-position-y: -912px;
}
/*Albania*/
.mob_select_lang_flag-circle.sq, .lb_card_preview .lb_card_flag.sq, .cw_mob_sidebar_language_flag.sq {
    background-position-y: -936px;
}
/*Ethiopia*/
.mob_select_lang_flag-circle.et, .mob_select_lang_flag-circle.am,
.lb_card_preview .lb_card_flag.et, .lb_card_preview .lb_card_flag.am,
.cw_mob_sidebar_language_flag.et, .cw_mob_sidebar_language_flag.am {
    background-position-y: -960px;
}
/*Bengali*/
.mob_select_lang_flag-circle.bn, .lb_card_preview .lb_card_flag.bn, .cw_mob_sidebar_language_flag.bn {
    background-position-y: -984px;
}
/*Belarusian*/
.mob_select_lang_flag-circle.be, .mob_select_lang_flag-circle.by,
.lb_card_preview .lb_card_flag.be, .lb_card_preview .lb_card_flag.by,
.cw_mob_sidebar_language_flag.be, .cw_mob_sidebar_language_flag.by {
    background-position-y: -1008px;
}
/*Romanian*/
.mob_select_lang_flag-circle.ro, .lb_card_preview .lb_card_flag.ro, .cw_mob_sidebar_language_flag.ro {
    background-position-y: -1032px;
}
/*Iran(Farsi)*/
.mob_select_lang_flag-circle.fa, .lb_card_preview .lb_card_flag.fa, .cw_mob_sidebar_language_flag.fa {
    background-position-y: -1056px;
}
/*Arabic*/
.mob_select_lang_flag-circle.ar, .lb_card_preview .lb_card_flag.ar, .cw_mob_sidebar_language_flag.ar {
    background-position-y: -1080px;
}
/*Kurdish*/
.mob_select_lang_flag-circle.ku, .lb_card_preview .lb_card_flag.ku, .cw_mob_sidebar_language_flag.ku {
    background-position-y: -1104px;
}
/*Bulgarian*/
.mob_select_lang_flag-circle.bg, .lb_card_preview .lb_card_flag.bg, .cw_mob_sidebar_language_flag.bg {
    background-position-y: -1128px;
}
/*Portugal*/
.mob_select_lang_flag-circle.pt, .lb_card_preview .lb_card_flag.pt, .cw_mob_sidebar_language_flag.pt {
    background-position-y: -1152px;
}
/*Mongolian*/
.mob_select_lang_flag-circle.mn, .lb_card_preview .lb_card_flag.mn, .cw_mob_sidebar_language_flag.mn {
    background-position-y: -1176px;
}
/*Montenegrin*/
.mob_select_lang_flag-circle.mne, .mob_select_lang_flag-circle.cnr,
.lb_card_preview .lb_card_flag.mne, .lb_card_preview .lb_card_flag.cnr,
.cw_mob_sidebar_language_flag.mne, .cw_mob_sidebar_language_flag.cnr {
    background-position-y: -1200px;
}
/*Burmese*/
.mob_select_lang_flag-circle.my, .lb_card_preview .lb_card_flag.my, .cw_mob_sidebar_language_flag.my {
    background-position-y: -1224px;
}
/*Slovenian*/
.mob_select_lang_flag-circle.sl, .lb_card_preview .lb_card_flag.sl, .cw_mob_sidebar_language_flag.sl {
    background-position-y: -1248px;
}
/*Punjabi*/
.mob_select_lang_flag-circle.pa, .lb_card_preview .lb_card_flag.pa, .cw_mob_sidebar_language_flag.pa {
    background-position-y: -1272px;
}
/*Netherlands*/
.mob_select_lang_flag-circle.nl, .lb_card_preview .lb_card_flag.nl, .cw_mob_sidebar_language_flag.nl {
    background-position-y: -1296px;
}

.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;
}

html, body {
    background: #111;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    height: 100%;
    line-height: 1.4;
    min-width: 280px;
}

body, button, input, textarea {
    font-family: "Roboto", sans-serif;
}

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;
}

.no-rtl-needed {
    direction: ltr;
}
/* ==========================================================================
custom styles
========================================================================== */
#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: #009900;
}

.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: "\e248";
}

.orange_line {
    border: none !important;
    background: #ff4100;
    background: -moz-linear-gradient(left, #000000 0%, #ff4100 50%, #000000 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(50%,#ff4100), color-stop(100%,#000000));
    background: -webkit-linear-gradient(left, #000000 0%,#ff4100 50%,#000000 100%);
    background: -o-linear-gradient(left, #000000 0%,#ff4100 50%,#000000 100%);
    background: -ms-linear-gradient(left, #000000 0%,#ff4100 50%,#000000 100%);
    background: linear-gradient(to right, #000000 0%,#ff4100 50%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
    height: 1px !important;
}

/*user Popup*/
.tl_user_popup_container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,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_chkbox_cont {
    height: 30px;
    color: #ffffff;
    align-items: center;
    padding: 0px 8px;
    font-size: 14px;
}

.tl_user_chkbox_cont > input {
    margin-right: 8px;
}
/*user Popup*/
.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 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*/
.separator {
    background: #f8ac91;
    height: 1px;
    margin: 5px auto;
    width: 90%;
}

.sidebar-link {
    position: relative;
    z-index: 2;
}

/* Script*/
.footer_script div {
    width: 128px;
    height: 128px;
}
/* Sidebar */
.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;
    /*font-weight: bold;*/
    line-height: 40px;
    min-height: 40px;
    padding-bottom: 0px;
    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;
}
/* FAQ */
.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 top */
.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;
}
/*Popup panel */
.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;
}
/* Menu sidebar */
#sidebar-menu {
    left: 0;
    right: auto;
    top: 100px;
}
/* Menu sidebar */
#sidebar-menu-static {
    left: 0;
    right: 0;
    top: 0px;
    vertical-align: baseline;
}
/*Navigation*/
.nav1 {
    /*min-height: 50px;*/
    margin-bottom: auto;
    position: relative;
}
/* Main menu */
.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;
}

/* Paging */
.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 */
#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: 0px;
    font-size: 9px;
}

.content p .tg-back-arrow {
    position: relative;
    top: 3px;
    width: 14px;
}
/* Slides */
.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;
}

.depGoBack {
    width: 30px;
    height: 30px;
    line-height: normal!important;
    border-radius: 50%;
    display: flex;
    --icoSize: 14px;
    align-items: center;
    justify-content: center;
}

/* Games */
.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 */
#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: "iconsDinamicMenu";
    font-weight: normal;
    font-style: normal;
    content: "\E273";
    color: #d30000;
    display: inline-block;
    margin: 0 2px;
    vertical-align: top;
    font-size: 34px;
}

.methods-list td.text-padded {
    padding: 20px;
    text-align: justify;
}

.methods-list td button {
    min-width: 100px;
}
/*Inbox*/
.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;
    width: 130px;
}

.lbl-success {
    background-color: #34cc61;
    color: white !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lbl-pending {
    background-color: #b6cc34;
    color: white !important;
}

.lbl-declined {
    background-color: #cc3434;
    color: white !important;
}
/*Footer*/
#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;
}

.fromMobToWeb_btn {
    padding-inline: 16px;
}
/*footer social icons*/

.footer_social-item {
    width: 36px;
    height: 36px;
    border-radius: 2px;
    transition: .33s;
    background-color: rgba(0,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: "\E421";
}

.social__instagram-icon:before {
    content: "\E422";
}

.social__instagram1-icon:before {
    content: "\E172";
}

.social__linkedin-icon:before {
    content: "\E423";
}

.social__mail-icon:before {
    content: "\E424";
}

.social__pinterest-icon:before {
    content: "\E425";
}

.social__reddit-icon:before {
    content: "\E426";
}

.social__telegram-icon:before {
    content: "\E427";
}

.social__tikTok-icon:before {
    content: "\E428";
}
.social__tikTok2-icon:before {
    content: "\E436";
}

.social__tumblr-icon:before {
    content: "\E429";
}

.social__twitch-icon:before {
    content: "\E430";
}

.social__twitter-icon:before {
    content: "\E431";
}
.social__twitter-icon2:before {
    content: "\E171";
}
.social__whatsApp-icon:before {
    content: "\E432";
}

.social__whatsApp1-icon:before {
    content: "\E175";
}

.social__youtube1-icon:before {
    content: "\E433"
}

.social__youtube-icon:before {
    content: "\E434";
}

.social__messenger-icon:before {
    content: "\E445";
}
.social__viber-icon:before {
    content: "\E452"
}
.social__threads-icon:before {
    content: "\E456";
}

.social__whatsapp-icon:before {
    content: "\E175";
}

.social__vimeo-icon:before {
    content: "\E4A4";
}

.footer_social-item.colorful {
    color: #ffffff;
}

.social__facebook-icon.colorful {
    background-color: #3b5998;
}

.social__instagram-icon.colorful, .social__instagram1-icon.colorful, .social__threads-icon.colorful {
    background: #f09433;
    background: -o-linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

.social__linkedin-icon.colorful {
    background-color: #0072b1;
}

.social__mail-icon.colorful {
    background-color: #168de2;
}

.social__pinterest-icon.colorful {
    background-color: #c8232c;
}

.social__reddit-icon.colorful {
    background-color: #ff4500;
}

.social__telegram-icon.colorful {
    background-color: #0088CC;
}

.social__tikTok-icon.colorful, .social__tikTok2-icon.colorful {
    background-color: #000;
}

.social__tumblr-icon.colorful {
    background-color: #34526f;
}

.social__twitch-icon.colorful {
    background-color: #6441a5;
}

.social__twitter-icon.colorful {
    background-color: #000000;
}

.social__twitter-icon2.colorful {
    background-color: #00acee;
}

.social__whatsApp-icon.colorful, .social__whatsApp1-icon.colorful {
    background-color: #25d366;
}

.social__youtube-icon.colorful, .social__youtube1-icon.colorful {
    background-color: #FF0000;
}

.social__messenger-icon.colorful {
    background-color: #006AFF;
}

.social__viber-icon.colorful {
    background-color: #7360F2;
}

.social__vimeo-icon.colorful {
    background-color: #1AB7EA;
}
/*to top*/
.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: none;
    padding: 0;
    background-color: var(--bg-level-4);
    color: var(--icon-level-high);
    cursor: pointer;
}
.social__pointer-none {
    pointer-events: none;
}
.social__pointer-auto {
    pointer-events: auto;
}
/* ==========================================================================
Helper classes
========================================================================== */
/**
* Clearfix helper
* Used to contain floats: h5bp.com/q
*/
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}
/*Rows/Columns*/
.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: 0.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 table*/
.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*/
.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 bar*/
.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;
}
/*Width 100%*/
.w-max {
    width: 100%;
}
/*Text overflow ellipsis*/
.ellipsis {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*Border box*/
.bb {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Horizontal menu / list */
.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-left {
    text-align: left;
}

.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*/
.picker__footer {
    padding-top: 10px;
}

.picker__footer button {
    display: none;
}

/* Live dealer */
.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: 0.3;
}

.walletsCont {
    width: 100%;
    padding: 0 8px;
    cursor: default;
}

.wallets_row {
    width: 100%;
    color: #999;
    margin-bottom: 0px;
    font-size: 13px;
}

.wallets_row.small {
    font-size: 12px;
}
/* MY INBOX */
.tl_my_inbox_mails_cont {
    background: #2b2b2b;
    margin-bottom: 20px;
}

.tl_mail_item {
    border-bottom: 1px solid #333333;
    padding: 10px 16px;
    cursor: pointer;
    color: #fff;
    width: 100%;
}

.tl_mail_item.unread {
    background-color: #191919;
}

.tl_mail_icon_box {
    margin-bottom: 0px;
}

.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: "\69";
}

.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: 0px;
}

.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: '\E087';
    position: absolute;
    inset-inline-start: 10px;
    top: 8px;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 28px;
    font-family: "iconsDinamicMenu";
    transition: transform 0.2s linear;
}

.cw-rtl-global .tl_mail_header:before {
    transform: rotate(180deg);
}

.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: none;
    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: none;
    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: 36px;
    text-align: center;
    color: #f14100;
    cursor: pointer;
}

.tl_mail_attachfiel_delete:before {
    font-family: iconsDinamicMenu;
    content: "\E389";
    display: block;
    font-size: 38px;
}

.tl_mail_attachfiel_download {
    width: 25px;
    height: 36px;
    display: block;
    line-height: 34px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
}

.tl_mail_attachfiel_download:before {
    font-family: iconsDinamicMenu;
    content: "\E392";
    display: block;
    font-size: 38px;
}

.tl_mail_attachfiel_screp {
    width: 20px;
    height: 36px;
    display: block;
    line-height: 36px;
    text-align: center;
    color: #FFF;
}

.tl_mail_attachfiel_screp:before {
     font-family: "iconsDinamicMenu";
    content: "\E390";
    display: block;
    font-size: 38px;
}
/* ==========================================================================
Media Queries for Responsive Design.
========================================================================== */
@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;
    }

    .box:last-child {
        padding-left: 10px;
    }

    #content.landing {
        padding: 2% 0 0 0;
    }

    .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;
    }

    .sport 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: red;
    float: left;
}

.reg_error_message {
    color: #ff0000;
}
.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;
}
/* Landing menu/list */
.dropdown {
    color: black;
    background-color: white;
    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;
}

.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;
}
/*pagint start*/
.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);
}

.pagIt.rotate{
    transform: rotate(0deg);
}

.pagIt.symbol {
    font-family: "iconsDinamicMenu";
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
}

.paging-first-disabled:before {
    content: "\e466";
    display: block;
    opacity: 0.5;
    font-size: 24px;
}

.paging-prev-disabled:before {
    content: "\E362";
    display: block;
    opacity: 0.5;
}

.paging-first:before {
    content: "\e466";
    display: block;
    font-size: 24px;
}

.paging-prev:before {
    content: "\E362";
    display: block;
}

.paging-prev-ten:before {
    content: "\E362 \E362";
    display: block;
}

.paging-next-disabled:before {
    content: "\E363";
    display: block;
    opacity: 0.5;
}

.paging-last-disabled:before {
    opacity: 0.5;
    content: "\e466";
    display: inline-block;
    font-family: "iconsDinamicMenu";
    font-size: 24px;
    transform: rotate(180deg);
    line-height: 24px;
}

.paging-next:before {
    content: "\E363";
    display: block;
    font-family: "iconsDinamicMenu";
}

.paging-next-ten:before {
    content: "\E363 \E363";
    display: block;
    font-family: "iconsDinamicMenu";
}

.paging-last:before {
    content: "\e466";
    display: inline-block;
    font-family: "iconsDinamicMenu";
    font-size: 24px;
    transform: rotate(180deg);
    line-height: 24px;
}
.cw-rtl-global .paging-next:before,
.cw-rtl-global .paging-next-disabled:before,
.cw-rtl-global .paging-next-ten:before,
.cw-rtl-global .paging-next-ten-disabled:before,
.cw-rtl-global .paging-prev:before,
.cw-rtl-global .paging-prev-disabled:before,
.cw-rtl-global .paging-prev-ten:before,
.cw-rtl-global .paging-prev-ten-disabled:before
{
    transform: scaleX(-1) !important;
}

.cw-rtl-global .paging-first:before,
.cw-rtl-global .paging-first-disabled:before
{
    transform: scaleX(-1) !important;
}

.cw-rtl-global .paging-last:before,
.cw-rtl-global .paging-last-disabled:before
{
    transform: none !important;
}
/*pagint end*/
.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,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,0.8);
}

.close {
    color: #FFFFFF;
    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;
}
/*~/views/news/mobile/index*/
.news_mobile_li {
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
}
/*Views/primotions/mobile/index*/
.prom_top {
    min-height: 50px;
    height: auto;
}

.prom_mobile_li {
    border: 0;
    text-align: center;
}
/*views/register/mobile/index*/
/*.reg_mobile_col {
padding-right: 0;
}*/
.reg_mobile_row {
    display: block;
    padding-left: 40px;
}
/*Views/belote/mobile/index*/
.belote_img_size {
    width: 327px;
    height: auto;
    margin-top: 100px;
}

.belote_panel {
    margin-top: 30px;
    min-width: 100px;
    padding: 12px;
}
/*Account/Mobile/BalanceAdjustmentHistory*/
/*Account/Mobile/index*/
.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: none;
    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;
}
/* Start All Albatross*/
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;
}
/* End All Albatross*/
#left-panel {
    margin: 0;
}

.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: 0px auto;
}

.platformRightLoginPanel {
    padding: 0 0 0 0;
}
/*start updateing login, forgot pass, forgot username captcha block*/
.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,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.mb-0 {
    margin-bottom: 0;
}
.forgot_pass__row .captcha_input_cont {
    width: 100%;
}

.captcha {
    column-gap: 10px;
    align-items: flex-start;
}

#Captcha {
    padding: 0 40px 0 10px;
}
/*end updateing login, forgot pass, forgot username captcha block*/
/*start registration captcha ui*/
#registerForm .captcha .reg__row_title {
    width: 90%;
}

#registerForm .ui-corner-all {
    margin-bottom: 0;
}

@media only screen and (max-width: 340px){
    .g-recaptcha iframe, .g-recaptcha-login iframe {
        transform: scale(0.88);
        transform-origin: 0 0;
    }
}
/*end registration captcha ui*/
.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 0.5s;
    -moz-transition: top 1s ease-out 0.5s;
    -o-transition: top 1s ease-out 0.5s;
    transition: top 1s ease-out 0.5s;
}

#betSlip {
    bottom: 0 !important;
}
/*login*/
.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;
}

/*mobile or email authentication*/

.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: 0 2px;
    display: flex;
    align-items: center;
    min-width: 70px;
    text-align: 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;
}

.mobile-input-wrapper .reg_select_arrow{
    width: 80px;
}

.change-input-btn, .eye_button.change-input-btn {
    top: 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-inline-start: 1px solid #CCCCCC !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;
    overflow: hidden;
}

.change-input-btn i {
    font-size: 30px;
    line-height: 0.5;
    margin: 0 !important;
}

.change-input-btn .arrow-icon {
    padding-bottom: 4px;
}

.change-input-btn .arrow-icon {
    padding-bottom: 4px;
}

/*---------*/

/*cashier start*/
.cashier_wrapper .cashier_fixed_header {
    background-color: var(--cwModalBgHover, var(--bg-level-2));
    border-bottom: 1px solid var(--cwModalBg2, var(--bg-level-3));
}

    .cashier_fixed_header .cashier_text {
        color: var(--cwModalTxt, var(--text-level-high));
    }

    .cashier_fixed_header .reg_close {
        color: var(--cwModalTxt3, var(--text-level-low));
    }
/*cashier end*/

/*login end*/
.platformLoginButton,
.platformForgPass {
    color: #fff !important;
}

.MobileIcon {
    width: 200px;
    height: 33px;
    border-radius: 3px;
    margin: 0 auto;
    margin-bottom: 7px;
    line-height: 33px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.MobileIcon i {
    margin: 0 6px 2px;
}

.MobileIcon .mx-auto {
    margin: 0 auto;
}

.PlatformLoggedUser {
    width: 100%;
}

.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;
}

.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: 0px;
    box-shadow: 0px 0px 6px rgba(0,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: none;
    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: 0.6;
}
/* NEWS , PROMOTION (New Version)  */
.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;
}
/*END NEWS , PROMOTION*/
/*Casino Tabs Start */
.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: #ffffff;
    font-size: 14px;
    white-space: nowrap;
    text-transform: capitalize;
}

.casino-tabs .search-btn {
    padding: 0;
    width: 56px;
    text-align: center;
}

.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 0.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 .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;
}
/*Casino Tabs End */
#countryphonecode_wraper {
    width: 50px;
}

#countryNumber-button {
    width: 90px;
}

.tournhistory_error_message {
    display: block;
    color: #ff0000;
    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 */
.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;
}
/*Tournament */
/*Promotion*/
.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: #333333;
}

.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;
}

.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_clicked {
    opacity: 0.7;
}

.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;
}

/*Promotion*/
@media screen and (max-width: 700px) {
    /*Promotion*/
    .second_cont {
        flex-direction: column;
        width: 100%;
    }

    .promo_img {
        max-width: 650px;
    }

    .tl_prom_filters {
        margin: 2px 5px;
    }
    /*Promotion*/
}
/*registration*/
.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 /*, .reg_prof__element_row > .D_lbl*/ {
    padding: 0 8px;
}

#D_reg_mob, .profSecond {
    background-color: #363636;
}
/*#D_reg_mob label,
.profSecond label{
font-size: 12px; 
}*/
#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;
}
/*.D_lbl{
display:block;
width:100%;
height:33px;
line-height:33px;
color:#999;
}*/
/*.D_input {
width: 100%;
background-color: #2f2f2f !important;
color: #fff !important;
height:35px;
line-height:35px;
}*/
#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;
}

.input_validation_fail .D_check,
.fail .D_check #generalTermsLink,
.fail .D_check .tl_input_popup_required,
.fail .D_check a,
.fail .D_check {
    color: #ff0000;
}

.D_info_box > span > span {
    background-color: #fff;
    color: #000;
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 5px;
}

.regT5 .reg_prof__element_row.fail .reg_err_mess,
.regT1 .reg_prof__element_row.fail .reg_err_mess,
.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: 'iconsDinamicMenu';
    content: "\E368";
    font-size: 34px;
    display: inline-block;
    text-align: center;
}

.errSucCont .reg_close:after {
    line-height: 20px;
}

.regHeading .reg_close:after, .change_pass_heading .reg_close:after {
    line-height: 26px;
    width: 26px;
}

/*.D_check{
	position:relative;
	color:#999;
}*/
.D_check > input {
    display: none;
}

.D_check .imitator {
    position: absolute;
    top: 5px;
    inset-inline-start: 10px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-family: "iconsDinamicMenu";
    font-size: 38px;
    cursor: pointer
}

.D_check .imitator:before {
    content: "\E414";
    text-align: center;
    display: block;
    color: #999;
}

.D_check > input:checked ~ .imitator:before,
.ui-checkbox-on.imitator:before {
    content: "\E413";
}

.input_validation_fail .D_check #generalTermsLink,
.fail .D_check .imitator:before,
.input_validation_fail .D_check .imitator:before {
    color: #ff0000;
}

#generalTermsLink {
    /*color: #fff;*/
    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: "\E386";
    font-family: "iconsDinamicMenu";
    font-size: 38px;
    color: #999;
    line-height: 0.5;
}

.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, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
    background-color: white;
    padding: 12rem 1.5rem;
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    text-align: center;
    background: rgba(51, 51, 51, 0.8);
    color: white;
    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: 0.25rem;
    background-color: lightgray;
}

.close-button:hover {
    background-color: darkgray;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

#CancelActiveBonusYes {
    background: #999999;
    border: none;
    padding: 10px;
    display: block;
    width: 100%
}

#CancelActiveBonusNo {
    background: #ef3f18;
    border: none;
    padding: 10px;
    color: white;
    display: block;
    width: 100%;
    margin-top: 15px;
}

.notificationSettings_item.footer-check {
    margin-bottom: 20px;
}
/*Common Notification Settings*/
.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: -3px;
    left: 0;
    background-color: #9e9e9e;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21);
    box-shadow: 0px 2px 5px 0px rgba(0,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: 0;
    height: 14px;
    display: block;
    background-color: #9e9e9e;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.switch input.sw:checked + label:before {
    content: "";
    background-color: rgba(0,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;
}

/*IrbetAll partner Mail box some classes*/
.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;
}
/*IRbetAll end*/
/*bonuses*/
#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;
}
/*old bonus*/
.bonus-block .more-btn:before {
    display: block;
    font-size: 3.5em;
    content: "\e411";
    font-family: "iconsDinamicMenu";
    transform: rotate(180deg);
    line-height: 0.5em;
}

.game_history .more-btn:before {
    display: block;
    font-size: 3.5em;
    content: "\e411";
    font-family: "iconsDinamicMenu";
    transform: rotate(180deg);
    line-height: 0.5em;
}

.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;
}

.cw-rtl-global .game_history .more-btn.rotate,
.cw-rtl-global .bonus-block .more-btn.rotate {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

/*game history*/

.game_history .more-btn {
    margin-bottom: 20px;
}

.game_history td:nth-child(1) {
    width: 40%;
}
/*game history end*/
/*bonus history redesign*/
.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, 0.8);
}

#bonuses_content.bonus-history .bonus-block .item:last-child {
    border: none;
}

#bonuses_content.bonus-history .col50 {
    color: rgba(120, 120, 120, 0.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, 0.8);
    color: rgba(120, 120, 120, 0.8);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bonus-history .bonus_details p:last-child {
    border-bottom: none;
}

.bonus-history .bonus_details p span {
    color: #ffffff;
}

.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: "\56";
}

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, 0.84);
    padding: 8px;
    border-radius: 8px;
}

#forceChangePass #info_div {
    z-index: 0;
    color: #fff;
    font-size: 18px;
    background-color: rgba(126, 127, 130, 0.84);
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 15px;
    position: relative;
    left: 0;
    transform: none;
    display: none;
    color: #009900;
}

.papara_desc_mob {
    color: #111;
    font-size: 13px;
}

.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: "iconsDinamicMenu";
    content: "\E305";
    font-size: 36px;
}

.readAll_icon:before {
    font-family: "iconsDinamicMenu";
    content: "\E345";
    font-size: 43px;
}

.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 #999999;
    align-items: center;
    z-index: 100;
    width: 100%;
    max-width: 900px;
    color: #000;
}

.hide_header_navbar .cookies-info-box {
    bottom: 0;
}

.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: #999999;
    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;
}

.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: #333333;
    min-width: 320px;
}

.textAlL {
    text-align: left;
}

.textAlC {
    text-align: center;
}

.textAlR {
    text-align: right;
}

.width_all,
.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

.w-auto {
    width: auto !important;
}

.h-100 {
    height: 100%;
}

.scroll-x {
    overflow-x: auto;
    position: relative;
}

.dis_none {
    display: none !important;
}

.d-block,
.dis_block {
    display: block;
}

#loginerrormessage {
    width: 200px;
}

.valid_error_color {
    color: #ff0000
}

.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: white;
    color: #474747;
}
/*Profile upload file start*/
.profile_upload {
    display: flex;
    border-radius: 4px;
    margin: 0.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;
}

#profileForm #attachfile_btn {
    width: 100%;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*Profile upload file end*/
.under_link {
    text-decoration: underline;
}

.xprogaming strong:before {
    content: "×";
}

.banner_BG_domein {
    text-align: center;
    padding: 12px;
    /*min-height: 40px;*/
    margin: 5px auto;
    position: relative;
    background-color: white;
    border-radius: 3px;
    width: 92%;
    color: black;
}

.txt_upper {
    text-transform: uppercase;
}

.registerForm .ui-btn.ui-checkbox-off:after, .ui-btn.ui-checkbox-off:after {
    font-size: 19px;
    color: #999999;
    background-image: none !important;
    position: absolute;
    left: 9px;
    top: 15px;
}

.txt_upper {
    text-transform: uppercase;
}

.ltr_txt {
    direction: ltr;
}

#_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;
}

.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 /*{global-icon-disc}*/;
}

.content_new_styles #cxl-badge {
    display: none;
}

button.accordion {
    border-top: 2px solid #000000;
}

.timezoneandodd_haybet {
    display: block;
    padding: 15px 23px;
}

.twentyOne_popup_container .tl_popup_container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,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: #ffffff;
    padding: 1px 8px;
}

.twentyOne_popup_container .tl_TwOne_btn {
    padding: 0 15px;
    text-transform: uppercase;
    outline: none;
    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: 100%;
    opacity: 0.9;
    top: 45px;
    left: 0px;
    background: black;
}

.recoveryPopup_new .head_close {
    width: calc(100% - 171px);
    text-align: right;
    line-height: 30px;
    --icoSize: 18px;
    padding: 0 15px;
}

#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;
}
/*styles of email activation popup*/
.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;
}

#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: #000000;
    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;
}
/*new news*/
.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, 0.84);
    padding: 8px;
    border-radius: 8px;
}

.ui-datepicker {
    z-index: 999 !important;
}
/*collabsed left menu*/
.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%;
}
/*not found page*/
.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;
}
/*ezugi VPN popup*/
.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: #ff0000;
    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: none;
    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,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    right: 0;
    left: 0;
}
/*ezugi VPN popup*/
/*button's styles optimisation*/
button {
    border: none;
    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
}
/*inputs optimization new styles*/
input, .reg_input, .custon_select__front_el, .drop-down, .drop-down-small, #content_paym .ui-select span, #content_paym .ui-select select {
    border: none;
    width: 100%;
    min-height: 34px;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 14px;
    display: block;
    line-height: 34px;
}
/*start Edge Browser Eye Icon*/
input[type="password"]::-ms-reveal {
  display: none;
}
/*end Edge Browser Eye Icon*/
.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: none;
}

input[type=radio],
input[type=checkbox] {
    width: auto;
    min-height: 0;
    line-height: 14px;
}

input:read-only {
    opacity: 0.4;
    text-overflow: ellipsis;
}

/*Radio Button new style*/
.reg__gender_row .radioBox_label {
    display: flex;
    align-items: center;
    padding: 0;
    gap: 8px;
}

.radioBox_label [type="radio"] {
    display: none;
}

.radioBox_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border: 2px solid var(--text-level-high);
    border-radius: 50%;
    opacity: .3;
}

.radioBox_label input:checked + .radioBox_icon:before {
    content: "";
    display: inline-flex;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--text-level-high);
}

.radioBox_label input:checked + .radioBox_icon {
    opacity: 1;
}

/*Radio Button new style*/
/*.hasDatepicker:read-only {
opacity: 1;
}*/
.custon_select__front_el, .drop-down, .drop-down-small {
    z-index: 2;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*reg errors*/
.reg_input.input-validation-error, .custon_select__front_el.input-validation-error,
.input-validation-error, .reg_input.error {
    border: 1px solid #f00;
}

.tfa_popup_input.input-validation-error {
    border-color: #f00;
}

/*registration*/
.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: none;
    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{
    z-index: -1;
    position: absolute;
    top: 0;
    opacity: 0;
}

.reg__dateofbirth_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.reg__dateofbirth_row > div {
    width: 32%;
}

/**/
/*reg lables*/
.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;
}

.forgot_pass__row.float_none label,
.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;
}

/*Login cont*/
.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;
  /*  padding: 10px 30px;*/
}

.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: #ff0000;
    font-size: 12px!important;
    margin-inline-end: auto;
    margin-top: 0;
}

#staticLoginForm .error_msg > span{
    font-size: 12px!important;
    color: #ff0000 !important;
}

#staticLoginForm .input-validation-error + .eye_button{
    bottom: 24px;
}

/*forgot password elements*/
.forgot_pass__row {
    margin-bottom: 10px;
    position: relative
}
/**/
.ui-collapsible-inset .ui-collapsible-heading .ui-btn {
    font-size: 14px;
}
/*inbox inputs*/
.tl_mail_send_area {
    resize: none;
    width: 100%;
    border: none;
    height: 120px;
    margin: 10px 0;
    padding: 10px;
    border-radius: 2px;
    box-shadow: none
}

.phone_number_inp_reg {
    width: 100%;
}
/*profile*/
.prof__checkboxes_row > * {
    border: none;
    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;
}
/**responsible gaming*/
.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;
}
/*casino game tabs*/
@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;
}

/*live casino page*/
.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%;
}

/*new opened popup in cs*/
.popup_flex_box {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 1000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.game_popup__content {
    padding-top: 40px;
}

.game_popup_buttons {
    margin: 10px 0;
}

.vis_hidden {
    visibility: hidden;
}
/*new live casino page*/
.live_cs_background {
    width: 100%;
}

.game_notfound_color {
    color: #999;
    padding: 0 10px;
}

/*new slider*/
.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: #666666;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    overflow: hidden
}

.sliderControlsCont .slick-dots .slick-active button {
    background-color: #E0BE00;
}
/*blinking cursor*/
.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;
    }
}
/*live casino and betgames albatross*/
.project_col_game_tabs,
.project_col_game_tabs img {
    width: 100%
}

.project_col_game_tabs {
    margin: 15px 0;
    position: relative;
    text-align: center;
    color: white;
    background: white;
    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: 0px;
    background: #ddc068;
    z-index: 2;
    width: 100%;
    padding: 5px 0px;
    border-radius: 0px 0px 9px 9px;
    color: black
}
/*footer payments partner*/
.tl_footer_payments_new {
    width: 72px;
    height: 36px;
    margin: 3px;
    background-color: #fff;
    border-radius: 2px;
}
/*footer payments partner*/
.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;
}

/*welcome and after login popup*/
.welcome_login_popup_inner {
    border-radius: 4px;
    box-shadow: 0px 0px 20px rgba(4, 6,34, 0.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,
.welcome_login_popup iframe {
    max-width: 100%;
    vertical-align: top;
}

.welcome_login_popup_close {
    position: absolute;
    z-index: 999;
    top: 0;
    inset-inline-end: 0;
    color: #6b6a6a !important;
    height: 32px !important;
    width: 32px !important;
    background-color: rgb(159, 159, 159);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.welcome_login_popup_container {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: calc(var(--cwHeader-zIndex) + 1);
    display: flex;
    justify-content: center;
    align-items: center;
}
/*start configurable notification popup*/
.notification_static_content {
    min-height: 50px;
    z-index: 101;
}

.notification_content {
    height: 50px;
    background-color: #0F0F0F;
    border-bottom: 1px solid #FFB700;
    color: #FFFFFF;
    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: "\e410";
    font-family: "iconsDinamicMenu";
}

.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: #222222;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 36px;
    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;
}

/*end configurable notification popup*/
/*last played games*/
.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;
}

#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%;
}

/*curency icons*/
.currency_icon {
    font-family: "iconsDinamicMenu";
    font-size: 22px;
}

.amd:after,
.AMD:after {
    font-family: "iconsDinamicMenu";
    content: '\E393';
}

.try:after,
.TRY:after {
    font-family: "iconsDinamicMenu";
    content: '\E394';
}

.eur:after,
.EUR:after {
    font-family: "iconsDinamicMenu";
    content: '\E395';
}

.usd:after,
.USD:after {
    font-family: "iconsDinamicMenu";
    content: '\E396';
}

.uah:after,
.UAH:after {
    font-family: "iconsDinamicMenu";
    content: '\E397';
}

.bot:after,
.BOT:after {
    font-family: "iconsDinamicMenu";
    content: '\E398';
}

.byn:after,
.BYN:after {
    font-family: "iconsDinamicMenu";
    content: '\E399';
}

.gbp:after,
.GBP:after {
    font-family: "iconsDinamicMenu";
    content: '\E400';
}

.gel:after,
.GEL:after {
    font-family: "iconsDinamicMenu";
    content: '\E401';
}

.inr:after,
.INR:after {
    font-family: "iconsDinamicMenu";
    content: '\E402';
}

.irr:after,
.IRR:after {
    font-family: "iconsDinamicMenu";
    content: '\E403';
}

.kes:after,
.KES:after {
    font-family: "iconsDinamicMenu";
    content: '\E404';
}

.kzt:after,
.KZT:after {
    font-family: "iconsDinamicMenu";
    content: '\E405';
}

.lek:after,
.LEK:after {
    font-family: "iconsDinamicMenu";
    content: '\E406';
}

.rub:after,
.RUB:after {
    font-family: "iconsDinamicMenu";
    content: '\E407';
}

.tnd:after,
.TND:after {
    font-family: "iconsDinamicMenu";
    content: '\E408';
}

.irt:after,
.IRT:after {
    content: "IRT";
    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";
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.krw:after,
.KRW:after {
    font-family: "iconsDinamicMenu";
    content: '\E4B1';
}

.jackpot__value .krw:after,
.jackpot__value .KRW:after,
.jackpot__value .usd:after,
.jackpot__value .USD:after {
    font-size: 30px;
    line-height: 22px;
}
.jackpot_container.cw_sport_jackpot {
    min-height: 78px;
}
/*start Two-factor authentication */
.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 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    background-color: #CCCCCC;
    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 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 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: 0px 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: none;
    color: #808080;
}

.qr_code_btn {
    width: 100%;
    height: 48px;
    background-color: #197B30;
    color: #fff;
    font-size: 14px;
    border: none;
    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: none;
    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: 0.5;
    margin-bottom: 12px;
    display: block;
    font-size: 14px;
}

.tfa_error_msg {
    position: absolute;
    top: 75%;
    color: #f30000;
    inset-inline-start: 0;                 
    line-height: 1.2;
}

.tfa_error_msg.invalid {
    color: #f30000;
}

.tfa_error_msg.valid {
    color: #00ff00;
}

.tfa_content .relative {
    padding-bottom: 12px;
}

.ctfa_copy_code,
.qr_code_input {
    box-shadow: 0px 1px 5px #0002043b;
    background-color: #fff;
}
/*tfa popup*/
.tfa_popup_container {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 500;
}

.tfa_popup_container .reg_error_message {
    color: #ff0000;
}

.tfa_head_close:before {
    content: '\e295';
    font-size: 30px;
    line-height: 0.7;
    font-family: "iconsDinamicMenu";
}

.tfa_popup_header {
    color: #1A1A1A;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0,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 0px 0px;
    color: #808080;
    width: 100%;
    border: none;
    height: 36px;
    border-bottom: 1px solid #CCCCCC;
    padding: 0 15px;
}

.tfa_popup_btn {
    height: 36px;
    background-color: #197B30;
    font-weight: 500;
    width: 100%;
    border: none;
    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;
}
/*end tfa*/
/*Start ClientCategoryAdditionalSettings*/
.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-inline-start: 69px;
    padding-inline-end: 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;
    inset-inline-end: -3px;
    top: -3px;
    color: #707070;
    padding: 4px;
    border-radius: 50%;
    background: #1A1A1A;
    border: 1px solid #000;
    margin: 0;
    text-align: center;
    --icoSize: 6px;
    display: flex;
}

.dur-close:hover {
    color: #fff;
}

.dur-content a {
    color: #D6D6D6;
}

.dur-content .sep {
    padding: 0 10px;
    text-align: center;
}
/*End ClientCategoryAdditionalSettings*/
/*live casino incorrect config error*/
.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: 0.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;
}
/*new free spina*/
.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: 0px 0px 7px 1px rgba(0, 0, 0,0.15);
}

.free_spin__id {
    position: absolute;
    background: rgba(105, 105, 105, 0.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: none;
    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: black;
}

.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;
}
/*bonus confirmation popup*/
.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, 0.6)
}

.backdrop p {
    margin: 0;
}

.bonus-cancel-confirmation {
    max-width: 344px;
    background: #FFFFFF;
    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: #000000;
    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, 0.05);
    color: #FF5B5B;
}

.js_reject_cancel {
    background: #FFB700;
    color: #333333;
    margin-left: auto;
}
/*------------------*/
.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: #FF0000;
    position: static;
}

.call_request_content #startdate_js .reg_err_mess,
.call_request_content #enddate_js .reg_err_mess {
    display: block;
    position: relative;
}
/*end*/
/*start agent system css*/
.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: 0px 3px 6px rgba(0, 0, 0,0.4);
    z-index: 2;
    height: 44px;
}

.agent_system_content {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.agent_system-title {
    color: #999999;
    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: 0px 0px 1px #000;
    position: relative;
}

.agent_info_item {
    min-height: 73px;
    background-color: #262626;
    margin: 4px 0;
    color: #CCCCCC;
    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: "\E130";
    color: #5a86e6;
    display: block;
    text-align: center;
    line-height: 35px;
}

.profit_ic:before {
    content: "\E265";
    color: #93b199;
}

.status_ic:before {
    content: "\E025";
    color: #ffb700;
}

.rules_ic:before {
    content: "\E303";
    color: #c18e6e;
}

.ok_ic:before {
    color: green;
    content: "\E303";
    font-family: iconsDinamicMenu;
    font-size: 26px;
}

.not_ok_ic:before {
    color: red;
    content: "\E379";
    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: "\E008";
}

.ag_table_games:before {
    content: "\E312";
}

.ag_other:before {
    content: "\E383";
}

.ag_poker:before {
    content: "\E01D";
    font-size: 50px;
}

.ag_sports:before {
    content: "\E024";
}

.ag_live_casino:before {
    content: "\E382";
    font-size: 42px;
}

.ag_virtual_sport:before {
    content: "\E030";
    font-size: 54px;
}

.ag_skill_games:before {
    content: "\E023";
}

/*rules*/
.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 0.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: #999999;
    font-size: 12px;
    text-transform: uppercase;
    margin: 25px 0 5px;
    display: block;
    text-shadow: -1px 0px 1px rgb(74, 74, 74);
}
/*product_info*/
.agent_product_list li {
    min-height: 24px;
    background-color: #262626;
    color: #ccc;
    box-shadow: 0px 0px 1px #000;
}

.agent_product_list .agent_filter_result_list {
    margin: 0 -16px;
    width: calc(100% + 32px);
    background-color: #1a1a1a;
}
/*agent filter*/
.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: 0px 1px 6px 0px #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: 0px 3px 6px #00000066;
    font-size: 14px;
    min-height: 44px;
    padding-top: 0;
}

.agent_system_page .regHeading > span {
    flex: inherit;
}

.agent_system_filter #filter__close {
    color: #999999;
    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: none;
    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: #CCCCCC;
    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: #666666 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;
}
/*filter result*/
.agent_filter_result_list li {
    min-height: 24px;
    background-color: #262626;
    box-shadow: 0px 0px 1px #404040;
    color: #CCCCCC;
}

.agent_system_page .agent_info_subtitle {
    background-color: #404040;
    font-size: 14px;
    height: 48px;
    padding: 0 11px;
    box-shadow: 0px 1px 0px #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: #CCCCCC;
    font-size: 12px;
    margin: 24px auto;
    display: inline-block;
}
/*no result*/
.ag_no_results:before {
    font-family: "iconsDinamicMenu";
    content: "\e090";
    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: 0.6;
}

.ag_copy_btn:before {
    content: "\E376";
    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: none;
    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;
}
/*end agent system css*/
.play__promo_button {
    margin-top: auto;
    margin-bottom: 0;
    font-size: 12px;
}

/* ./ Requested calls logic change*/
.mx-1 {
    margin-right: 8px;
    margin-left: 8px;
}
/*copy btn*/
.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: none;
    font-size: 13px !important;
    transition: all .2s;
    cursor: pointer;
    width: auto !important;
}
/*start registration albatros template*/
.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, 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_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, 0.6)
}

.first_reg_template .ui-corner-all {
    margin-bottom: 0;
}

.form-step {
    display: none;
}

.showStep {
    display: block;
}

/*regT6 / Template 6 Updates Start*/
.regT6 .D_reg_step {
    display: none;
}

.regT6 .showStep {
    display: block;
}
/*regT6 / Template 6 Updates End*/

/*regT5 / Template 5 Updates*/
.regT5 .D_reg_step{
    display: none;
}

.regT5 .showStep {
    display: block;
}
/*regT5 / Template 5 Updates*/


/*Registration template t5, t1, t6 start*/
.regT5 .reg_err_mess,
.regT1 .reg_err_mess,
.regT2 .reg_err_mess,
.regT6 .reg_err_mess {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    z-index: 10;
    margin-top: 6px;
}

.regT1 .reg_err_mess{
    margin-top: -4px;
}

.regT5 .reg_err_mess span,
.regT1 .reg_err_mess span,
.regT2 .reg_err_mess span,
.regT6 .reg_err_mess span{
    width: 100%;
    display: block;
    padding: 4px 8px;
    border-radius: 2px;
    background-color: #d4d4d4;
    color: #fc0000 !important;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.regT5 .reg_prof__element_row.fail .reg_err_mess:after,
.regT1 .reg_prof__element_row.fail .reg_err_mess:after,
.regT2 .reg_prof__element_row.fail .reg_err_mess:after,
.regT6 .reg_prof__element_row.fail .reg_err_mess: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 #d4d4d4 transparent;
}

.checkBox_label {
    margin-inline-start: 24px;
    position: relative;
    font-size: 12px;
    line-height: 1.5;
    display: inline-block;
    cursor: pointer;
}

.ui-mobile .checkBox_label {
    text-indent: 0;
}

.checkBox_text a {
    text-decoration: underline;
}

.checkBox_label .checkBox_input[type="checkbox"] {
    display: none;
}

.checkBox_input + .checkBox_icon {
    position: absolute;
    top: 1px;
    inset-inline-start: -24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 16px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    border: 2px solid #999;
    color: #999;
    border-radius: 2px;
    flex-shrink: 0;
}

.checkBox_input:checked + .checkBox_icon {
    background-color: #999;
    border: 0;
}
.gdpr_checkboxes .checkBox_icon.cw_icon_minus{
    background-color: #999;
    border: 0;
}

.checkBox_input + .checkBox_icon:after {
    content: "\E085";
    font-family: "iconsDinamicMenu";
    color: #fff;
    display: none;
}

.checkBox_input:checked + .checkBox_icon:after {
    display: block;
}

.input_validation_fail #generalTermsLink,
.input_validation_fail .checkBox_label,
.input_validation_fail .checkBox_label a {
    color: #f00;
}

.fail .checkBox_input + .checkBox_icon,
.input_validation_fail .checkBox_input + .checkBox_icon,
.input-validation-error + .checkBox_icon {
    border-color: #f00 !important;
}

.GDPR_disabled .checkBox_label{
    opacity: .4;
    pointer-events: none;
}

.regT5 .captcha,
.regT1 .captcha {
    column-gap: 0;
}

.regT5 .captcha .reg_prof__element_row,
.regT1 .captcha .reg_prof__element_row{
    column-gap: 10px;
}

.regT5 .input-validation-error.reg_prof__element_row,
.regT1 .input-validation-error.reg_prof__element_row,
.regT2 .input-validation-error.reg_prof__element_row,
.regT6 .input-validation-error.reg_prof__element_row {
    border: 0;
}

.regT5.first_reg_template .dropdSelect,
.regT1.first_reg_template .dropdSelect,
.regT2.first_reg_template .dropdSelect,
.regT6.first_reg_template .dropdSelect {
    padding: 0 14px 0 10px;
}

.regT5 .phone_number_reg,
.regT1 .phone_number_reg {
    margin-left: 0;
}
/*END Registration template t5, t1, t6*/

.regT2 .reg_prof__element_row.fail .reg_err_mess,
.regT6 .reg_prof__element_row.fail .reg_err_mess{
    display: block;
}

.regT2 .all_buttons_styles,
.regT6 .all_buttons_styles{
    margin: 0px;
}

/*Start T1, T5 template*/
.regT1 .reg__checkboxes,
.regT5 .reg__checkboxes,
.regT2 .reg__checkboxes,
.regT6 .reg__checkboxes {
    margin-bottom: 16px;
}

.reg__checkboxes .checkBox_label {
    background: transparent;
}

/*End T1 template*/
/*document tab*/
.document_upload_content {
    padding: 22px 15px;
}

.document_upload_content .reg_prof__element_row label {
    display: block;
    margin-bottom: 4px;
}

.document_upload_content .sucMsgUpload {
    color: #009900;
}

.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: white;
    color: #FF0000;
    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;
}

.document_upload_content .tl_head_close {
    background-color: #ccc;
    position: absolute;
    line-height: 0.45;
    inset-inline-end: 0;
    top: 0;
    width: 22px;
    height: 22px;
}

.document_upload_content .tl_head_close:before,
.document_upload_content .tl_head_close:after{
    display: none;
}

.document_upload_content .cw_icon_close_v6{
    line-height: 22px;
}

.document_upload_content .cw_icon_close_v6:before{
    color: #333333;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}

.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;
}

.attachfielPDF_box {
    height: 96px;
    width: 96px;
    padding: 5px;
}
.attachfielPDF_img {
    width: 50px;
    height: 52px;
    margin-bottom: 10px;
}

.attachfielPDF_text {
    font-size: 12px;
    margin: 0;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.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: 0px 0px 6px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 6px 0px rgba(0,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: #009900;
}

.kyc_st_2 {
    color: #ff0000;
}

.kyc_st_7, .kyc_st_8, .kyc_st_9 {
    color: #FFB700;
}

.view_upload_file .eye_button:before {
    font-size: 34px;
}

.view_upload_file .eye_button {
    position: static;
    color: currentColor;
}
/*show document popup*/
.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: none;
    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;
}
/*documents tab*/
/*start Promocode Css*/

.floating-links-wrapper {
    position: fixed;
    top: 44%;
    z-index: 99;
    inset-inline-start: 0;
    display: flex;
    flex-direction: column;
    grid-row-gap: 20px;
    width: 58px;
}

.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 0.3s linear;
    width: 154px;
}

.close_ic_btn:before {
    content: '\e295';
    font-size: 30px;
    line-height: 0.7;
    font-family: "iconsDinamicMenu";
}
.tl_head_close.close_ic_btn:after {
    display: none;
}
.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;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    padding-inline-start: 8px;
    color: var(--btn-primary-text, #000);
    text-align: end;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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 0px 7px 10px -8px rgba(0,0,0,0.5);
    box-shadow: inset 0px 7px 10px -8px rgba(0,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: none;
    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 { /* Chrome/Opera/Safari */
    font-size: 14px;
}

.promocode-container-mobile .ui-input-text input::-moz-placeholder { /* Firefox 19+ */
    font-size: 14px;
}

.promocode-container-mobile .ui-input-text input:-ms-input-placeholder { /* IE 10+ */
    font-size: 14px;
}

.promocode-container-mobile .ui-input-text input:-moz-placeholder { /* Firefox 18- */
    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;
    display: inline-flex;
    align-items: center;
}

.promocode_back_icon::before {
    content: "\e087";
    font-family: "iconsDinamicMenu";
    font-size: 22px;
    margin-right: 10px;
    line-height: 12px;
}

.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, black);
}

.promo_icon:before {
    content: "\e380";
    font-family: "iconsDinamicMenu";
    font-size: 40px;
}
/*end Promocode Css*/
/*start bonus badge*/
.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;
}
/*end bonus badge*/
/*--start dynamic menu--*/
/*new left menu*/
#left-panel .ui-panel-inner {
    height: 100%;
}

.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);
}
/*header*/
.casino-tabs, .casino_links_tabs {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    display: flex;
}

/*.dynamic_menu #header {
    position: static;
}

.dynamic_menu #header.fixed {
    position: static !important;
}*/

.dynamic_menu ~ #searchContent .popup_flex_box {
    top: 69px;
}

.dynamic_menu .casino_h_link_cont.fixed {
    position: static;
}

/*.dynamic_menu .header__wrap_block {
    height: 84px;
}

.dynamic_menu .header__wrap_block.small_header {
    height: 50px;
}*/

.dynamic_menu .collapse_dropdown_leftmenu_btn:after {
    font-family: "iconsDinamicMenu" !important;
    content: "\e366" !important;
    border: 0;
    width: auto;
    font-size: 26px;
    color: #999999;
    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;
}

.dynamic_icon {
    font-family: "iconsDinamicMenu";
    font-size: 46px;
    margin: 0 10px 0 0;
    line-height: 34px;
}
/*end dynamic menu*/
/*start message notification*/
.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;
    border-color:  #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;
    width: 100%;
}

.message_notifin_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.message_notifin_text {
    font-size: 14px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1a1a1a;
}

.message_notifin_text_cont {
    width: calc(100% - 47px);
    margin: 0 auto;
}

.message_notifin_close_icon {
    position: absolute;
    inset-inline-end: 12px;
    top: 11px;
    padding: 5px;
    cursor: pointer;
    color: #222;
}

.message_notifin_cont .cw_icon_mail {
    color:  #FDBA50;
    margin: 0 10px;
}

.notification_static_content ~ .message_notifin_cont {
    top: 138px;
}
/*end message notification*/
/*start banners nav*/
.cas_nav_prev,
.cas_nav_next {
    height: 36px;
    width: 36px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    cursor: pointer;
    transition: 0.2s linear 0s;
    font-family: "iconsDinamicMenu";
    font-size: 20px;
    transition: all 0.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: 0.7
}

.cas_nav_next:after {
    content: "\e363";
}

.cas_nav_prev:after {
    content: "\e362";
}
/*end banners nav*/
/*promo open info popup*/
.promo_popup_inner {
    border-radius: 4px;
    box-shadow: 0px 0px 20px rgba(4, 6,34, 0.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: 0.4;
}

.promo_popup_close:after {
    content: '\E089';
    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: none;
}
/*end promo open info popup*/
#FLGGames {
    height: 100vh;
}
/*start no bonus section*/
.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;
    fill:#ffb700;
}

.noBonus-box .noBonus-title {
    font-weight: normal;
    font-size: 16px;
}

/*snow effect*/

#footer {
    overflow: visible !important;
    position: relative;
}

/*end snow effect*/
/*Free Spins account*/
.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;
}
/* START Bonuses page  */
.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
}

.new_bonuses {
    /*background-color: #1A1A1A; has problem for all partners*/
}
/*
.bonuses_navbar {
    padding-top: 44px;
}*/
.switcher_box {
    min-height: 44px;
    background-color: rgba(125,125,125,0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*position: fixed;
    top: 50px;*/
    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 #666666;
    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: 0.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,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;
}
/*new bonuses header switcher*/
.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;
        left: -50%;
    }
}

.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: #333333;
    -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: 0.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,0.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: 0.7;
    height: auto;
    width: auto;
    border: none;
    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,0.3);
    opacity: 1;
}

.bonus_tab_list > li:not(:last-child) {
    margin-right: 8px;
}
/*   Content  */
.bonuses_content_box {
    padding: 20px 12px;
    font-weight: normal;
    font-style: normal;
    /*color: #B3B3B3; has problem for all partners*/
}

.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: 0.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;
}
/*new bonus sport*/
.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: 0.2;
}

.event-list--all .see-all a {
    display: flex;
    column-gap: 10px;
    border-radius: 4px;
    padding: 7px 12px;
    background-color: rgba(0, 0, 0, 0.4);
}

.event-list--all .see-all i {
    font-size: 20px;
    line-height: 0.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: red;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.pulsating-circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: red;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.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(0.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, .bonus_btn) {
    opacity: 0.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 0px 0px;
}

.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, 0.5);
    color: #fff;
    position: absolute;
}

.game_quantity {
    top: 0;
    right: 0;
    padding: 7px 12px;
    border-radius: 0px 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,0.2);
    padding: 12px 16px 16px;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.3);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.bonus_caption {
    font-size: 16px;
    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: 0.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 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: 0.85;
}

.bonus_timer li span:first-child {
    padding: 4px;
    border-bottom: 1px solid rgba(0,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: '\E085';
    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,0.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: 0.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: 100%;
}

.bonusCancel {
    margin-bottom: 0;
    background-color: rgba(255, 91, 91, 0.05) !important;
    color: #FF5B5B !important;
}

.bonus_btn,
a.bonus_btn,
.bonus_timer li {
    background-color: rgba(100,100,100,0.3);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.bonus_btn.disabled,
.bonus_btn:disabled {
    opacity: 0.7;
}
/*.bonus_btn.active_bonus_btn {
    background-color: rgba(112, 99, 64, 0.7);
    color: #FFB700;
}*/
.bonus_btn.pending_bonus_btn {
    background-color: #FFB700;
    color: #1A1A1A;
}

.bonus_actions {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.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,0.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 0.3s ease;
}

.bonus_opened_info .dynamic_icon.arrow_down {
    transform: rotate(180deg);
}

.bonus_games .title {
    margin-bottom: 8px;
    font-size: 13px;
    opacity: 0.7;
}

.contribution {
    display: flex;
    margin-bottom: 16px;
}

.bonus_games .icon {
    width: 28px;
    margin-right: 12px;
    text-align: center;
    background-color: rgba(125,125,125,0.3);
    border-radius: 0px 0px 24px 24px;
    padding: 8px 0;
}

.bonus_games .icon i,
.discount i {
    color: #FFFf;
    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: 0.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,0.1);
    background-color: rgba(120,120,120,0.15);
    color: inherit;
}
/*.bonus_search input::placeholder {
    color: #b3b3b3;
}
.bonus_search input::-webkit-input-placeholder {
    color: #b3b3b3;
}
.bonus_search input::-ms-input-placeholder {
    color: #b3b3b3;
}*/
.bonus_search i.search_icon {
    position: absolute;
    top: 16px;
    inset-inline-start: 14px;
    font-size: 30px;
    opacity: 0.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
}

.bonus_game_list .lca-card--v1{
    min-width: auto;
    width: calc(100% - 8px);
}

.discount,
.bonus_badge {
    display: inline-block;
    text-align: center;
    position: absolute;
    color: #FFFFFF;
}

.discount {
    display: inline-block;
    min-width: 32px;
    text-align: center;
    background-color: rgba(26, 26, 26, 0.4);
    border-radius: 0px 0px 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: #FFFFFF;
}

.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*/
.sportBonus_list {
    background-color: rgba(26, 26, 26, 0.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: 0.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;
}
/*-start dynamic_games_grid*/
.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: "\e115";
    font-family: "iconsDinamicMenu";
}

.dynamic_games_grid .like_icon.active:after {
    content: "\e213";
}

.dynamic_games_grid .star_icon {
    font-size: 16px;
    line-height: 1;
}

.dynamic_games_grid .star_icon:after {
    font-family: "iconsDinamicMenu";
    content: "\e180";
    font-size: 23px;
}

.dynamic_games_grid .star_icon.active:after {
    content: "\e181";
}

.dynamic_games_grid .lca-card-price .currency_icon {
    margin-bottom: 2px;
}

.dynamic_games_grid .lca-card-price .currency_icon.tnd,
.dynamic_games_grid .lca-card-price .currency_icon.TND,
.dynamic_games_grid .lca-card-price .currency_icon.irt,
.dynamic_games_grid .lca-card-price .currency_icon.IRT,
.dynamic_games_grid .lca-card-price .currency_icon.ron,
.dynamic_games_grid .lca-card-price .currency_icon.RON {
    margin-bottom: 0;
}

/*-end dynamic_games_grid*/
/*-start dynamic middle banners*/
.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;
}
/*-end dynamic middle banners*/

/*end dynamic home page (template 1)*/
/* start Referral Debit Credit Partial*/
.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: red;
}

.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, 0.8);
    color: #fff;
    z-index: var(--toast-zIndex);
    position: absolute;
}

.ref_debit_credit_form_input::placeholder {
    color: #455f79 !important;
}

.ref_rep_btn,
.ref_rep_cont .btn_prim {
    height: 34px;
}
/* end Referral Debit Credit Partial*/
/*start Albatross-Manoto Changing the referrer report information style*/
.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, 0.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: 0.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: 0.8;
    border: none;
    margin: 0 2px;
    color: #fff;
}
/*end Albatross-Manoto Changing the referrer report information style*/
/*start error page*/
.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: 0.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;
}

.gx-1 {
    column-gap: 4px;
}

.gx-2 {
    column-gap: 8px;
}

.gx-3 {
    column-gap: 16px;
}
/*end error page*/
/*end Albatross-Manoto Changing the referrer report information style*/
/*Global Error Popup*/
.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, 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;
}
/*-----------*/
/*start error message design update*/
.toast-container {
    position: fixed;
    z-index: 999999999;
    top: 12px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 206px;
    width:100%;
    
}
.toast-container .toast {
    opacity: 0;
    visibility: hidden;
    position: relative;
    background-color: #fff;
    color: #111 !important;
    border-radius: 12px;
    padding: 12px;    
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: start;
    column-gap: 12px;
    min-height: 44px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    flex-shrink: 0;
    width: fit-content;
    margin: 0 auto 20px;
}
.toast-container .toast .t-title {
   display: flex;
   align-items:center;
   column-gap:12px;
   margin:0;
   flex-wrap:wrap;
   font-size: 14px;
   font-weight: 500;
   line-height:1.5;
   min-height: 24px;
}
.toast-container .toast .t-title span {
    padding-inline-end: 10px;
}
.toast-container .t-close{
    flex-grow: 1;
    display: flex;
    justify-content: end;
     align-items: center;
    height: 20px;
    --icoSize:15px;
    color:#838383;
    margin:0;
    cursor:pointer;
    padding:0;
}
.toast-container .toast.active {
    opacity: 1;
    visibility: visible;
}
.toast-container .toast.system {
  border: 1px solid #3686FF;
}
.toast-container .toast.success {
    border: 1px solid #26A69A;
}
.toast-container .toast.warning {
    border: 1px solid #FAAF2C;
}
.toast-container .toast.error {
   border: 1px solid #F00;
}
.toast-container .toast.error .cw_icon_close_v5{
    color:#EF5350;
}
.toast-container .toast.success .cw_icon_check_v4 {
   color: #26A69A;
}
.toast-container .toast.warning .cw_icon_info_v1{
    color:#FAAF2C;
}
.toast-container .toast.system .cw_icon_info_v1{
    color:#3686FF;
}
.toast-container .toast  .dynamic_icon{
    margin:0;
}
/*end error message design update*/
/*clipboard copy msg*/
.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;
}
/*----------*/
/*Player icon customize by Category ID */
.cw_user_color_274 > i {
    background: linear-gradient(99.85deg, #C48648 0%, #8A5E33 100%);
}

.cw_user_color_275 > i {
    background: linear-gradient(100.26deg, #E0DEDC 0%, #807F7E 100%);
}

.cw_user_color_276 > i {
    background: linear-gradient(103.38deg, #F5C114 0%, #9C7B0D 100%);
}

.cw_user_color_277 > i {
    background: linear-gradient(100.26deg, #B3B3B3 0%, #525252 100%);
}

.cw_user_color_2 > i {
    background: linear-gradient(107.15deg, #F3E372 0%, #C4AD12 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: 1px 8px;
    border-radius: 32px;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    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: linear-gradient(99.85deg, #C48648 0%, #8A5E33 100%);
}

.cat_btn_bg.player_category_275 {
    background: linear-gradient(100.26deg, #E0DEDC 0%, #807F7E 100%);
}

.cat_btn_bg.player_category_276 {
    background: linear-gradient(103.38deg, #F5C114 0%, #9C7B0D 100%);
}

.cat_btn_bg.player_category_277 {
    background: linear-gradient(100.26deg, #B3B3B3 0%, #525252 100%);
}

.cat_btn_bg.player_category_2 {
    background: linear-gradient(107.15deg, #F3E372 0%, #C4AD12 100%);
}

.right-menu__user .cat_btn_bg{
    align-self: flex-start;
    margin-inline-start: auto;
}
/*start gender info*/
.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;
}
/*----------*/
/*game grid with 5 games input row*/
.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,0.75);
    -moz-box-shadow: 0 0 18px 2px rgba(0,0,0,0.75);
    box-shadow: 0 0 18px 2px rgba(0,0,0,0.75);
    background-color: rgb(51, 51, 51);
    border: 1px solid #434343;
    border-radius: 2px;
    z-index: 99999;
}

    .youtube_banner iframe {
        border: none;
    }

    .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 */
.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: 0.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: 0.3;
    opacity: 0.3;
}

/*----------*/
/*Website Homepage Redesign*/
.dynamic_container {
    padding: 12px 0;
}

.dynamic_container:empty {
    display: none;
}

.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; /* Firefox */
}

.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;
    -webkit-tap-highlight-color: transparent;
}

.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: 0em;
    text-align: center;
    white-space: nowrap;
    flex-shrink: 0;
    overflow-x: auto;
    text-transform: capitalize;
}

.rd_header_tab_name {
    display: inline-block;
    padding: 0;
    visibility: hidden;
    max-width: 0;
    overflow: hidden;
}

.rd_header_tab_item.active {
    background-color: var(--cwPrimary);
    border-color: transparent;
    color: var(--text-on-primary);
}

.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;
}
/*start stop winners*/
.top_winners__value .top_jackpots__crns.tw_krw i,
.top_winners__value .top_jackpots__crns.tw_KRW i,
.top_winners__value .top_jackpots__crns.tw_usd i,
.top_winners__value .top_jackpots__crns.tw_USD i{
    line-height: 12px;
}
/*Start Top jackpots*/
.component_jackpot_slider_number_wrapper0.hide {
    display: none !important;
}

.component_jackpot_slider > .comp_jack_padding {
    padding-left: 2px;
}

.component_jackpot_slider > .component_jackpot_slider_number_wrapper1.comp_jack_padding {
    padding-left: 0;
}

.component_jackpot_slider > .sprtr {
    padding-left: 0 !important;
}

.cw_icon_irt:after,
.cw_icon_IRT:after,
.cw_icon_ron:after,
.cw_icon_RON:after {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.cw_icon_ron:after,
.cw_icon_RON:after {
    content: "RON";
}

.cw_icon_irt:after,
.cw_icon_IRT:after {
    content: "IRT";
}

html[lang="FA"] .cw_icon_irt:after,
html[lang="FA"] .cw_icon_IRT:after {
    content: "تومان";
    font-family: IRANSans;
    font-weight: 400;
}

.jackpot_container {
    min-height: 135px;
    padding: 0 16px;
}

.relumJackpot{
    padding: 0 16px;
}
/*End Top jackpots*/
/*----------*/
/*Dynamic Top Header */
.cw_header_space {
    height: var(--cwHeaderHeight);
    width: 0;
}

.header_both {
    background: var(--cwHeaderBg);
    border-bottom: 1px solid var(--cwHeaderBorder);
    height: var(--cwHeaderHeight);
    padding: 8px 12px;
}

#header {
    position: fixed;
    width: 100%;
    z-index: var(--cwHeader-zIndex);
    top: 0;
    left: 0;
    height: auto;
    padding: 0;
    min-height: var(--cwHeaderHeight);
    transition: all 0.314s;
}

/*Start Hide Top Navbar scrolling */
.hide_header_navbar #header,
.hide_header_navbar .notification_static_content ~ #header,
.hide_header_navbar .notification_static_content ~ .header__wrap_block #header {
    top: calc(var(--cwHeaderHeight) * -2);
}

/*.header__wrap_block {
    max-height: 100%;
    transition: all 0.314s;
}

.hide_header_navbar .header__wrap_block {
    max-height: 64px;
}*/
/*End Hide Top Navbar scrolling */

#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.without_border{
    border: none;
    padding-inline-end: 0;
}

.topheader_user_id.vip{
    position: relative;
}

.topheader_user_id span{
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
}
.topheader_user_id.without_border.vip {
     padding-inline-end: 8px;
}

.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: #FFFFFF;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px 7px 0px 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:before { 
    content: "\E00B";
    font-family: "iconsDinamicMenu";
    display: inline-block;
    color: var(--cwButtonTxt);
    width: 24px;
    height: 24px;
    font-size: 45px;
    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;
}
/*End Dynamic Top Header */

/*Sport Widgets*/
.sport_widgets{
    padding: 0 16px;
}

.upload_file_info_right .trash_button i {
    margin: 0;
    font-size: 30px;
}
/*Start Paydrom Cashier*/
.cashier_wrapper {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    height: 100dvh;
    width: 100%;
    z-index: 11111130;
    background-color: rgba(0, 0, 0, 0.6);
}

#cashier_iframe_wrapper {
    height: calc(100vh - 51px);
    height: calc(100dvh - 51px);
    overflow-y: auto;
}

.cashier_wrapper iframe {
    height: 100%;
}
/*End Paydrom Cashier*/

/*Start Skeleton loading */
.skeleton {
    background-color: var(--bg-level-4);
    /*background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));*/
    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;
    }
}
/*End Skeleton loading */
/*Start Dots loading*/
.loading-dots {
    font-size: 36px; /* Default value */
    --duration: 1s; /* Default value */
    --num-dot: 10; /* Default value */
    --color-dot: var( --text-level-high); /* Default value */
    --box-color: var(--btn-primary); /* Default value */
}

.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;
    /*position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);*/
}

.loading-dots::before {
    content:'';
    position:absolute;
    top:1px;
    left:1px;
    right:1px;
    bottom:1px;
    /*border-radius:.2em;
    background-color:var(--box-color);*/
}

@keyframes scaleTo1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}
/*End Dots loading*/
/*Start dynamicLobbyMobile.css*/
.lca-main-content button:focus {
    outline: none;
}

.lca-card { 
    border-radius: 8px;
    overflow: hidden;
    font-size: 9px;
    position: relative;
}

.lca-card-body {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}

.lca-card-badge-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.lca-card-badge {
    color: #fff;
    padding: 5px 8px;
    text-transform: uppercase;
    margin: 4px 4px 0;
    border-radius: 4px;
}

.lca-card-badge.type-1 {
    font-weight: bold;
    background-color: #0006B8;
    color: #FFFFFF;
}


.lca-card-badge.type-2 {
background-color: #BF2A39;
}
 
.lca-card-badge.type-4 {
    background-color: #2C8407;
}

.lca-card-badge.type-5 {
    background-color: #3B87E0;
}

.lca-card-flag {
    width: 12px;
    height: 12px;
    background-size: 12px auto;
    background-repeat: no-repeat;
    display: inline-block;
    /*margin-left: -2px;*/
    vertical-align: middle;
    margin-bottom: 4px;
}

/*Russian*/
.lca-card-flag.ru {
    background-position-y: -14px;
}
/*English*/
.lca-card-flag.en {
    background-position-y: -29px;
}
/*Armenian*/
.lca-card-flag.hy {
    background-position-y: -43px;
}
/*Turkish*/
.lca-card-flag.tr {
    background-position-y: -58px;
}
/*Bosnia and Herzegovina*/
.lca-card-flag.bs {
    background-position-y: -72px;
}
/*Farsi (iran) basketball logo*/
.lca-card-flag.fa-basketball {
    background-position-y: -86px;
}
/*Kuwait*/
.lca-card-flag.kw {
    background-position-y: -101px;
}
/*Serbia*/
.lca-card-flag.sr {
    background-position-y: -115px;
}
/*Croatia*/
.lca-card-flag.hr {
    background-position-y: -130px;
}
/*Ukraine*/
.lca-card-flag.uk {
    background-position-y: -144px;
}
/*Tajik  */
.lca-card-flag.tj {
    background-position-y: -158px;
}

/*Israel (Hebrew)*/
.lca-card-flag.he,
.lca-card-flag.il {
    background-position-y: -173px;
}
/*Spanish (spain)*/
.lca-card-flag.es,
.lca-card-flag.es-spanish {
    background-position-y: -187px;
}
/*anhayt*/
.lca-card-flag.anhayt {
    background-position-y: -202px;
}
/*Italy*/
.lca-card-flag.it {
    background-position-y: -216px;
}
/*France*/
.lca-card-flag.fr {
    background-position-y: -230px;
}
/*Germany*/
.lca-card-flag.de {
    background-position-y: -245px;
}
/*Korea  (the Republic of)*/
.lca-card-flag.ko {
    background-position-y: -259px;
}
/*Greek*/
.lca-card-flag.el {
    background-position-y: -274px;
}
/*Denmark*/
.lca-card-flag.da {
    background-position-y: -288px;
}
/*Finland*/
.lca-card-flag.fi {
    background-position-y: -302px;
}
/*Czechia*/
.lca-card-flag.cs {
    background-position-y: -317px;
}
/*Sweden*/
.lca-card-flag.sv {
    background-position-y: -331px;
}
/*Georgia*/
.lca-card-flag.ka {
    background-position-y: -346px;
}
/*Norway*/
.lca-card-flag.nb {
    background-position-y: -360px;
}
/*China*/
.lca-card-flag.zh,
.lca-card-flag.zh-cht {
    background-position-y: -374px;
}
/*Thailand*/
.lca-card-flag.th {
    background-position-y: -389px;
}
/*Kazakhstan*/
.lca-card-flag.kk {
    background-position-y: -403px;
}
/*Azerbaijan*/
.lca-card-flag.az {
    background-position-y: -418px;
}
/*Brazil*/
.lca-card-flag.br {
    background-position-y: -432px;
}
/*Japan*/
.lca-card-flag.ja {
    background-position-y: -446.5px;
}
/*India*/
.lca-card-flag.hi {
    background-position-y: -461px;
}
/*Pakistan*/
.lca-card-flag.pk,
.lca-card-flag.ur,
.lca-card-flag.ur-pk {
    background-position-y: -475px;
}
/*Lithuania*/
.lca-card-flag.lt {
    background-position-y: -490px;
}
/*Tunisia*/
.lca-card-flag.aeb,
.lca-card-flag.tn {
    background-position-y: -504px;
}
/*Viet Nam*/
.lca-card-flag.vn,
.lca-card-flag.vi {
    background-position-y: -518.5px;
}
/*Uzbekistan*/
.lca-card-flag.uz {
    background-position-y: -533px;
}
/*Poland*/
.lca-card-flag.pol,
.lca-card-flag.pl {
    background-position-y: -547px;
}
/*Albania*/
.lca-card-flag.sq {
    background-position-y: -562px;
}
/*Ethiopia*/
.lca-card-flag.et,
.lca-card-flag.am {
    background-position-y: -576px;
}
/*Bengali*/
.lca-card-flag.bn {
    background-position-y: -590.5px;
}
/*Belarusian*/
.lca-card-flag.be,
.lca-card-flag.by {
    background-position-y: -605px;
}
/*Romanian*/
.lca-card-flag.ro {
    background-position-y: -619px;
}
/*Iran(Farsi)*/
.lca-card-flag.fa {
    background-position-y: -634px;
}
/*Arabic*/
.lca-card-flag.ar {
    background-position-y: -648px;
}
/*Kurdish*/
.lca-card-flag.ku {
    background-position-y: -662.5px;
}
/*Bulgarian*/
.lca-card-flag.bg {
    background-position-y: -677px;
}
/*Portugal*/
.lca-card-flag.pt {
    background-position-y: -691px;
}
/*Mongolian*/
.lca-card-flag.mn {
    background-position-y: -706px;
}
/*Montenegrin*/
.lca-card-flag.mne,
.lca-card-flag.cnr {
    background-position-y: -720px;
}
/*Burmese*/
.lca-card-flag.my {
    background-position-y: -734px;
}
/*Slovenian*/
.lca-card-flag.sl {
    background-position-y: -749px;
}
/*Punjabi*/
.lca-card-flag.pa {
    background-position-y: -763px;
}
/*Netherlands*/
.lca-card-flag.nl {
    background-position-y: -777.5px;
}


.lca-card-footer {
    padding: 0px 8px 8px;
    border-radius: 0 0 8px 8px;
    align-items: center;
}

.lca-card-price {
    font-size: 11px;
    line-height: 11px;
    max-width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
} 

.lca-card-price .currency_icon.ron,
.lca-card-price .currency_icon.RON{
    font-size: 11px;
}

.lca-filter-no-result {
    margin-top: 60px;
    margin-bottom: 60px;
}

.lca-filter-no-result p {
    font-size: 16px;
    text-align: center;
}

.lca-filter-no-result .ic_search {
    font-size: 74px;
    display: block;
    font-family: "iconsDinamicMenu";
    text-align: center;
    line-height: 0.6;
}
.ic_search:before {
    font-family: "iconsDinamicMenu";
    content: "\E377";
}

.lca-filter-no-result p {
    line-height: 1.5;
}

/*Promos*/
.lca-main-content .promo_mobile_cont {
    border-radius: 10px;
    overflow: hidden;
}

.lca-main-content .promo_img {
    padding: 0;
}

.lca-main-content .promo_mobile_text_cont {
    margin: 0;
    padding: 0 15px 25px;
}

.lca-main-content .promo_mobile_title {
    font-size: 16px;
    margin: 0 0 0 5px;
    font-weight: normal;
    padding: 0;
}

.lca-main-content .promo_mobile_descr {
    font-size: 14px;
    font-weight: normal;
    padding: 0;
}

.lca-main-content .tl_promo_news_type {
    background-color: rgba(38,38,38,0.8);
    font-size: 12px;
}

.lca-main-content .promo_live_casino_icon:before {
    content: ")";
}

@media all and (min-width: 701px) {
    .lca-main-content .promo_mobile_text_cont {
        padding-top: 15px;
    }
}

/*max-win */
.lca-card-maxwin { 
    display: flex;
    align-items: center; 
    text-shadow: 0px 0px 6px #000;
    height: 13px;
    justify-content: flex-start;
}

.lca-card-maxwin:before {
    font-family: "iconsDinamicMenu";
    content: "\E4AE";
    font-size: 30px;
    line-height: 14px;
    font-weight: 400;
}

/*haven't game message*/
.lca-no-game {
    width: 100%;
    opacity: 0.7 !important;
}

.ic_no-game {
    font-family: "iconsDinamicMenu";
}

.ic_no-game::after {
    content: "\E379";
}

/*card version 1 (minimal view)*/
.lca-card--v1 {
    min-width: 160px;
    padding: 0;
    margin: 4px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1.42;
}

.lca-card--v1 img{
   height: 100%;
   object-fit: cover;
}

.lca-card--v1 .lca-card-footer {
   width: 100%;
    height: 26px !important;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 8px;
    display: flex;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0;
    column-gap: 4px;
}

.lca-card.lca-card--v1 .lca-card-maxwin-wrapper {
    position: static;
    column-gap: 5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    flex-shrink: 0;
}
.lca-card.lca-card--v1 .lca-card-maxwin-wrapper > div,
.lca-card.lca-card--v1 .lca-card-price > div{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
.lca-card.lca-card--v1 .lca-card-maxwin {
    column-gap: 4px;
}

.lca-card.lca-card--v1 .lca-card-maxwin-wrapper:before {
    font-size: 28px;
    line-height: 0.5;
}

.lca-card.lca-card--v1 .lca-card-price {
    column-gap: 4px;
    color: #ffffff;
    font-size: 12px;
    gap: 4px;
    flex-grow: 1;
    min-width: 1px;
}

.lca-card.lca-card--v1 .lca-card-price .currency_icon.irt,
.lca-card.lca-card--v1 .lca-card-price .currency_icon.IRT,
.lca-card.lca-card--v1 .lca-card-price .currency_icon.ron,
.lca-card.lca-card--v1 .lca-card-price .currency_icon.RON{
    font-size: 12px;
}

.lca-card-price .currency_icon.irr, .lca-card-price .currency_icon.irr,
.lca-card-price .currency_icon.tnd, .lca-card-price .currency_icon.TND {
    font-size: 30px;
}

.lca-card--v1 .lca-card-hover {
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    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;
    opacity: 0;
    visibility: visible;
    top: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: .23s;
    position: absolute;
}

.lca-card--v1 .lca-card-badge-wrapper, .lca-card--v1 .lca-card-flag-wrapper, .lca-card--v1 .lca-card-maxwin-wrapper, .lca-card--v1 .lca-card-footer {
    opacity: 1 !important;
}

.lca-card--v1 .lca-card-badge-wrapper {
    position: absolute;
    top: 6px
}

.lca-card--v1 .lca-card-flag-wrapper {
    position: absolute;
    inset-inline-end: 6px;
    top: 12px;
    display: flex;
    flex-direction: column;
}

.lca-card--v1 .lca-card-hover-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 16px;
}

.lca-card--v1 .lca-card-hover-header .lca-card-name {
    color: #ffffff;
    font-weight: 600;
    line-height: 1.4;
}

.lca-card--v1 .lca-card-btn-wrapper {
    margin: auto 0;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap:8px;
}


.lca-card--v1 .game__link_real {
     height: 36px;
    min-width: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap:8px;
    border-radius:8px;
    padding:8px;
    margin: 0;
    background-color: var(--btn-primary);
    color:var(--btn-primary-text);
    width:auto;
}

.lca-card--v1 .game__link_real .dynamic_icon {
    font-size: 28px;
    margin: 0;
    padding-left: 3px;
}

.lca-card--v1 .game__link_demo {
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    height: 36px;
    padding: 8px;
    border-radius: 8px;
   align-items:center;
   background-color: var(--btn-secondary);
    color: var(--btn-secondary-text);
}
.lca-card-play-text{
   /* color:var(--text-on-primary);*/
    font-size:14px;
}
.lca-card--v1 .game__link_demo:hover {
    background-color: transparent;
}
 .cw-rtl-global .lca-card--v1 .lca-card-btn-wrapper{
    margin-left: 8px;
    margin-right: 8px;
}
 @media screen and (max-width: 350px) {
    .lca-card-play-text,
    .lca-card--v1 .game__link_demo{
    font-size:10px;
}
}
.lca-card--v1.hover-effect .lca-card-hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible;
    top: 0;
}

.lca-card--v1.hover-effect .game__link_demo, .lca-card--v1.hover-effect .game__link_real {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: all;
}

.lca-card--v1.hover-effect .lca-card-img {
    -webkit-filter: brightness(0.4);
    filter: brightness(0.4);
}


.lca-card.lca-card--v1 .contribution_icon {
     width: auto;
    position: absolute;
    inset-inline-end: 8px;
    top: 4px;
    margin: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 8px;
    column-gap: 4px;
}
.lca-card.lca-card--v1 p {
    color: #ffffff;
     font-size:14px;
}

.lca-card--v1.hover-effect .lb_card_topitems {
    opacity: 0;
}

/*badges*/
.badge_New .lca-menu-badge {
    background-color: #FFB700;
    color: #000;
}

.badge_Soon .lca-menu-badge {
    background-color: #4B9263;
    color: #fff;
}

.badge_Top .lca-menu-badge {
    background-color: #0006B8;
    color: #FFFFFF;
}

.badge_Hot .lca-menu-badge {
    background-color: #FF0000;
    color: #FFFFFF;
}

.badge_Premium .lca-menu-badge {
    background-color: #0638FF;
    color: #FFFFFF;
}

.badge_JackPot .lca-menu-badge {
    background-color: #6D24FF;
    color: #FFFFFF;
}

.lca-card-badge.type-3, .badge_JackPot .lca-menu-badge {
    background-color: #6d24ff;
    color: #fff
}
/*End dynamicLobbyMobile.css*/
/*Start Dynamic Lobby Card Redesign*/
.lb_card_price .currency_icon {
    font-size: 18px;
    line-height: 12px;
}

.lb_card_price .currency_icon.krw, .lb_card_price .currency_icon.KRW,
.lb_card_price .currency_icon.usd, .lb_card_price .currency_icon.USD {
    font-size: 20px;
}

.cw-rtl-global .lb_card_price .currency_icon.krw,
.cw-rtl-global .lb_card_price .currency_icon.KRW,
.cw-rtl-global .lb_card_price .currency_icon.usd,
.cw-rtl-global .lb_card_price .currency_icon.USD {
    margin-bottom: 2px;
}

.lb_card_price .currency_icon.byn, .lb_card_price .currency_icon.BYN,
.lb_card_price .currency_icon.tnd, .lb_card_price .currency_icon.TND {
    font-size: 22px;
}

.lb_card_bet_info li .currency_icon.tnd, .lb_card_bet_info li .currency_icon.TND {
    font-size: 32px;
}

.lb_card_bet_info li .currency_icon.krw,
.lb_card_bet_info li .currency_icon.KRW,
.lb_card_bet_info li .currency_icon.usd,
.lb_card_bet_info li .currency_icon.USD {
    font-size: 24px;
    line-height: 18px;
}

.lb_card_price .currency_icon.irr, .lb_card_price .currency_icon.IRR {
    font-size: 26px;
}

.lb_card_bet_info li .currency_icon.irt,
.lb_card_bet_info li .currency_icon.IRT,
.lb_card_bet_info li .currency_icon.ron,
.lb_card_bet_info li .currency_icon.RON {
    font-size: 14px;
    line-height: 18px;
}

.lb_card_price .currency_icon.irt,
.lb_card_price .currency_icon.IRT,
.lb_card_price .currency_icon.ron,
.lb_card_price .currency_icon.RON{
    line-height: 11px;
}
/*End Dynamic Lobby Card Redesign*/
/*Start Profile OCR Verification*/
.ocr_verify_btn {
    margin: 24px 0;
}

.ocr_verify_popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    height: 100dvh;
    width: 100%;
    z-index: 9999999999999999;
    background-color: rgba(0,0,0,.6);
}

.ocr_verify_popup_header {
    height: 36px;
    background-color: var(--cwDominantBg2);
    color: var(--cwDominantTxt);
    padding: 10px;
}

.ocr_verify_popup iframe {
    height: calc(100vh - 35px) !important;
    height: calc(100dvh - 35px) !important;
}

.ocr_verify_popup_header button {
    color: var(--cwDominantTxt);
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
}

.ocr_verify_popup_header i {
    font-size: 30px;
    line-height: 16px;
}

.ocr_iframe_wrapper {
    background-color: var(--cwModalBg);
    height: calc(100% - 36px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ocr_iframe_wrapper i{
    margin-bottom: 20px;
    font-size: 200px;
    line-height: normal;
    color: var(--text-level-high);
    transform: rotate(180deg);
}

.ocr_iframe_wrapper p{
    margin-bottom: 24px;
    font-size: 16px;
    text-align: center;
    color: var(--text-level-high);
}

.ocr_iframe_wrapper button {
    width: 125px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    padding: 8px 12px;
    min-height: 36px;
    border-radius: 12px;
    background-color: var(--btn-primary);
    color: var(--btn-primary-text);
}

.ocr_iframe_wrapper iframe{
    width: 100%;
    height:  100%;
}
/*End Profile OCR Verification*/
/*Start Dynamic Badge Redesign 2024*/
.lb_card_topitems {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
    top: 0;
    padding: 8px;
    width: 100%;
    align-items: flex-start;
    border-radius: var(--badge_brd);
}

.lb_card_badge {
    border-radius: 32px;
    padding: 1px 4px;
    color: var(--cwStatusDefaultTxt);
    height: var(--badge_height);
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    background: var(--cwStatusDefaultBg);
    font-family: 'Roboto', sans-serif;
}

.lb_card_badge span{
    padding: 0 4px;
    font-size: var(--badge_fsz);
    font-weight: 700;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 80px;
    line-height: var(--badge_fsz);
}

.lb_card_badge i{
    display: inline-flex;
    width: 14px;
    height: 14px;
    align-items: center;
    justify-content: center;
    font-family: "iconsDinamicMenu";
    font-size: 28px;
    line-height: 14px;
    color: var(--cwStatusDefaultIcon);
}

.lb_card_badge.badge_type_top {
    background: var(--cwStatusTopBg);
    color: var(--cwStatusTopTxt);
}
.lb_card_badge.badge_type_hot {
    background: var(--cwStatusHotBg);
    color: var(--cwStatusHotTxt);
}
.lb_card_badge.badge_type_jackpot {
    background: var(--cwStatusJackpotBg);
    color: var(--cwStatusJackpotTxt);
}
.lb_card_badge.badge_type_new {
    background: var(--cwStatusNewBg);
    color: var(--cwStatusNewTxt);
}
.lb_card_badge.badge_type_soon {
    background: var(--cwStatusSoonBg);
    color: var(--cwStatusSoonTxt);
}
.lb_card_badge.badge_type_premium {
    background: var(--cwStatusPremiumBg);
    color: var(--cwStatusPremiumTxt);
}
.lb_card_badge.badge_type_exclusive {
    background: var(--cwStatusExclusiveBg);
    color: var(--cwStatusExclusiveTxt);
}
.lb_card_badge.badge_type_upcoming {
    background: var(--cwStatusUpcomingBg);
    color: var(--cwStatusUpcomingTxt);
}
.lb_card_badge.badge_type_maintenance {
    background: var(--cwStatusMaintenenceBg);
    color: var(--cwStatusMaintenenceTxt);
}

/*Start Badge Animation*/
@keyframes badge_anim_global {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

.lb_card_badge_inner_wrapper_global {
    animation-name: badge_anim_global;
    animation-duration: calc(1s * var(--cwStatusAnimationCount));
    animation-iteration-count: infinite;
    animation-timing-function: steps(var(--cwStatusAnimationCount)), linear;
}

.js_anim .cw_overlay_dimm {
    animation: append-animate-cover .2s linear;
}
.js_anim .lb_card_preview {
    animation: append-animate-cont .2s linear;
}

.lb_card_badge_anim {
    height: calc(var(--badge_height) + 4px);
    overflow: hidden;
}

.lb_card_badge_anim > div {
    padding-top: 2px;
    padding-bottom: 2px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 4px;
}
/*bonus related card*/
.bonus_game_list .lb_card_badge_anim {
    width: calc(100% - 72px);
}

.bonus_game_list .lb_card_badge_anim > div {
    width: 100%;
}

.bonus_game_list .lb_card_badge_anim .lb_card_badge {
    max-width: 100%;
}

.bonus_game_list .lca-card.lca-card--v1 .contribution_icon {
    width: 70px;
}
/*bonus related card*/
@keyframes append-animate-cont {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0%);
    }
}

@keyframes append-animate-cover {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/*.lb_card_badge_inner_wrapper_2 {
    animation: badgeAnimationShowHide2 4s steps(2) infinite;
}

@keyframes badgeAnimationShowHide2 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-42px);
    }
}*/

/*End Badge Animation*/
/*End Dynamic Badge Redesign 2024*/

.topheader_user_id.without_border span {
    width: 100%;
    text-align: right;
}

[lang="fa"] .topheader_user_id.without_border span {
    text-align: left;
}
.topheader_user_id.vip span {
    text-align: left;
}
.regT12 .checkBox_label {
    color: var(--unnamed-color-b3b3b3);
}

/*CW Dynamic Icons*/
[class^="cw_icon"],
[class*=" cw_icon"],
.cw_icon {
    line-height: initial;
}
/*CW Dynamic Icons*/

.cw_mob_footer_18_wrapper {
    margin: 0 8px;
    color: #CC0000;
}

.cw_mob_footer_18_wrapper_center {
    margin: 0;
    color: #CC0000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 8px;
}
.cw_icon_plus_21 {
    color: #CC0000;
    margin-inline: 8px;
}
/*Start registration t5 new*/

.regT5 .reg_steps_info {
    margin-bottom: 24px;
}

.regT5 .reg_progress_dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.regT5 .reg_progress_dots span {
    width: 24px;
    height: 24px;
    border: 2px solid var(--cwPrimary);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    background-color: #111;
}

.regT5 .reg_progress_dots span.active:after {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    background: var(--cwPrimary);
    top: 4px;
    left: 4px;
}

.regT5 .reg_progress_dots span.done {
    background: var(--cwPrimary);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    height: 24px;
    width: 24px;
    top: 2px;
}

.regT5 .reg_progress_dots span.done:before {
    background: var(--cwPrimary) !important;
}

.regT5 .reg_progress_dots span:before {
    background: var(--cwPrimary);
    content: "";
    position: absolute;
    width: calc(87vw - 45px);
    height: 2px;
    top: 9px;
    left: 22px;
}

.regT5 .reg_progress_dots span:last-child:before {
    display: none;
}

/*End registration t5 new*/
.all_in {
    all: initial;
}
/*start eye_button*/
.eye_button {
    border: none;
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
    padding: 0 10px;
    cursor: pointer;
    background-color: transparent;
    /*color: #656565;*/
    color: #999;
    font-family: "iconsDinamicMenu";
    width: auto !important;
    box-shadow: none;
    height: 36px;
    line-height: 36px;
}

.eye_button:before {
    content: "\E235";
    font-family: "iconsDinamicMenu";
    font-size: 38px;
}

.eye_button.opened_pass:before {
    content: "\E234";
}
.eye_block {
    position: relative;
}
/*end eye_button*/

/*Start My profile document page change*/
.profile_upload.btn_upload .cw_icon_upload_v2 {
    position: relative;
    top: -2px;
}
/*End My profile document page change*/

/*universal radio*/

.cw_input_radio_root{
    display:flex !important;
    align-items:flex-start;
    column-gap:10px;
    height: auto;
    line-height: 1.4 !important;
    cursor: pointer;
    min-height: auto !important;
    padding:0 !important;
}


.cw_input_radio_root > input{
    display:none;
}
.cw_input_radio_root > i{
    --op: 0;
    display:block;
    width:16px;
    height:16px;
    flex-shrink:0;
    border: 1px solid var(--cwAccentBg);
    border-radius:50%;
    padding: 1px;
    
}
.cw_input_radio_root > i:before{
    content: '';
    border-radius:50%;
    background-color: var(--cwAccentBg);
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    opacity: var(--op);
    transition: opacity 0.2s;
}
.cw_input_radio_root > input:checked + i{
    --op: 1;
}

/*Document Remove Confirm Popup*/
.backdrop.open .docRemove-popup {
    -webkit-transform: rotateX(0) translateY(-20%);
    transform: rotateX(0) translateY(-20%);
}

.docRemove-popup {
    width: 328px;
    max-width: calc(100% - 32px);
    padding: 16px;
    background-color: var(--bg-level-1);
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: rotateX(90deg) translateY(0);
    transform: rotateX(90deg) translateY(0);
    -webkit-perspective: 500px;
    perspective: 500px;
    border-radius: 16px;
}

.docRemove-popup__head {
    color: var(--text-level-high);
    padding-bottom: 12px;
    border-bottom: 1px solid var(--bg-level-3);
}

.docRemove__head {
    margin: 0;
}

.docRemove-popup__body {
    padding: 12px 0;
    color: var(--text-level-high);
    border-bottom: 1px solid var(--bg-level-3);
}

.docRemove-popup__head p,
.docRemove-popup__body p,
.docRemove-popup__footer button{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.docRemove-popup__footer {
    padding-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-column-gap: 12px;
    column-gap: 12px;
}

.docRemove-popup__footer button{
    padding: 8px 16px;
    border-radius: 12px;
    background-color: transparent;
    text-transform: capitalize;
    cursor: pointer;
    color: var(--text-level-high);
    border: 0;
    width: 50%;
}

.docRemove-popup__footer .btn_primary{
    background: var(--btn-primary);
    color: var(--text-level-high);
}

.docRemove-popup__close{
    color: var(--icon-level-high);
    cursor: pointer;
    width: 24px;
    height: 24px;
    --icoSize: 12px;
}
/*-----------*/
/* eye button updates*/
.eye_block input{
    padding-inline-end: 35px;
}
/* eye button updates*/
/*FreeSpin bonus wager updates*/
.bonus_info_block.freeSpin_with_Wager {
    background-color: rgba(120, 120, 120, 0.15);
    border: 1px solid #FFB700;
    border-radius: 12px;
    padding: 12px;
}

.freeSpin_with_Wager .bonus_list,
.freeSpin_with_Wager .bonus_progress{
   margin-bottom: 0;
}

.freeSpin_with_Wager ~ .bonus_actions{
    margin-top: 24px;
}

.bonus_list li span:last-child {
    text-align: end;
}
.cw-rtl-global .bonus_list li span:last-child {
    direction: ltr;
}
.Wager_Unlock_info, .bonus_From_Wager{
    margin: 12px 0;
    padding: 12px;
    background-color: rgba(120, 120, 120, 0.15);
    border: 1px solid rgba(160, 160, 160, 0.2);
    border-radius: 12px;
    gap: 8px;
}

.Wager_Unlock_info{
    display: flex;
    font-size: 14px;
    line-height: 20px;
}

.Wager_Unlock_info i{
    opacity: 0.8;
}

.bonus_From_Wager i{
    color: #FFB700;
}

.bonus_From_Wager .bonus_caption{
    font-size: 16px;
    margin-bottom: 0;
}
/*FreeSpin bonus wager updates*/

/*Scrollbars*/

.dynamic_featured_content,
.banners_rectangleAd__wrapper,
.banners_thumbnail9_second,
.dynamic_games_grid .scroll-x,
.banners_button__wrapper,
.top_winners__game_block,
.lobbyFilter_provider,
.most_liked_wrapper,
.dg_mobile_x_slider_container,
.pn_category,
.cashier__header_nav,
.top_jackpots__container,
.banners_thumbnail5_second,
.payment,
.solution_sprite_row,
.recommended_widget_wrapper,
.wb_top_winners_block .wb_top_winners_container,
.wb_gameWidget {
    scrollbar-width: none;
}

/*Scrollbars*/
/*start bonus market*/
.bn_show_all_markets_cont {
    background-color: var(--bg-level-2);
    padding: 12px 16px;
    margin-bottom: 12px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bn_show_all_markets_cont .bn_show_all_markets_cont_span{
    font-size:14px;
    font-weight:500;
    color:var(--text-level-high);
}
.bn_show_all_markets_cont .bn_show_all_markets_cont_btn{
   appearance: none;
   background-color: var(--btn-primary);
   color: var(--btn-primary-text);
   padding: 0 16px;
   border-radius: 8px;
   font-weight: 500;
   font-size:14px;
   height: 36px;
   position: relative;
}

.bn_markets_content {
    width: 100%;
    height: 100%;
    background-color: var(--bg-level-2);
    color: var(--text-level-medium);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    z-index: calc(var(--cwZIndexFooter) * 9);
}


.bn_markets_content_header{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.bn_markets_content_item{
    padding: 0 16px;
    height: 50px;
    flex-shrink:0;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-level-high);
    border-bottom: 1px solid var(--bg-level-4);
     flex-shrink: 0;
     display: flex;
    align-items: center;
}
.bn_markets_content_header .cw_icon_cancel{
 font-size: var(--icoSize);
 display: flex;
 align-items: center;
 justify-content: center;
 flex-shrink: 0;
color:var(--text-level-medium);
}
.bn_markets_content_items{
    display:flex;
    flex-direction:column;
    flex-grow: 1;
    min-height: 0;
    overflow-y: auto;
}
.bn_markets_content_item_info{
    display:flex;
    align-items:center;
    column-gap:8px;
}
.bn_markets_content_item_info i{
    color:#FFA726;
}
/*end bonus market*/
/*start restricted message*/
.restricted_message {
    background-color: #FFFFFF;
    color: #111111;
    border: 1px solid rgba(0, 0, 0, 0.16);
    position: fixed;
    top: 16px;
    inset-inline-start: 38px;
    inset-inline-end: 38px;
    padding: 12px;
    gap: 4px;
    border-radius: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    z-index: calc(var(--cwZIndexHeader) + 10);
}

.restricted_message_btn {
    cursor: pointer;
    color: #969696;
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    text-align: center;
}
/*end restricted message*/

/*start crm*/

.crm_heading {
    height: 62px;
    background-color: var(--cwModalBgHover);
    justify-content: end;
    border-bottom: 1px solid var(--cwModalBg2);
}

.crm-popup .cw-rtl-global #coup_close {
    margin-left: 12px;
    margin-right: 0px;
}

.crm-popup #coup_close {
    margin-right: 12px;
    color: var(--cwModalTxt3);
}

.crm-popup {
    display: flex;
    flex-direction: column;
}

.crm-popup iframe{
    width: 100vw;
    height: calc(100vh - 63px);
    height: calc(100dvh - 63px);
}

.no_data_found_txt {
    margin: 24px auto;
    display: block;
    text-align: center;
    font-size: 14px;
    color: var(--text-level-medium);
}

/*Start Player Activity check popup*/
.activity_check_popup {
    position: fixed;
    max-width: 328px;
    max-height: 300px;
    height: 100%;
    background-color: var(--bg-level-1);
    border-radius: 16px;
    z-index: var(--cwRealityCheck-zIndex);
    padding: 12px 16px 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--text-level-high);
}

.activity_check_popup_header {
    font-weight: 500;
    height: 28px;
    max-width: 490px;
    margin-bottom: 12px;
    font-size: 16px;
    align-items:flex-end;
}

.activity_check-overlay {
    background: rgba(0,0,0,.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: var(--cwRealityCheckOverlay-zIndex);
    border: none;
}

.bottom_sep {
    margin-bottom: 12px;
}

.activity_check_popup_sep {
    border-bottom: 1px solid var(--bg-level-3);
}

.activity_check_popup_content {
    gap: 12px;
    height: 100%;
    margin-block: 12px;
    max-height: 156px;
}

.activity_check_popup_txt {
    max-width: 296px;
}

.activity_check_popup_time {
    font-weight: 500;
    font-size: 16px;
    color: var(--text-level-high);
    max-height: 20px;
}

.activity_check_popup_buttons {
    gap: 12px;
}

.activity_check_popup button {
    align-items: center;
    background-color: var(--bg-level-4);
    border-radius: 12px;
    color: var(--text-level-high);
    cursor: pointer;
    display: flex;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    justify-content: center;
    width: 50%;
}

.activity_check_popup button {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

@media screen and (max-width: 340px) {
    .activity_check_popup {
        width: calc(100% - 16px) !important;
    }
}
/*End Player Activity check popup*/

#paralax_swiper {
    position: relative;
    left: auto;
    transform: translateX(0);
    margin: 12px auto 0;
    bottom: 0;
}

.swiper-pagination-bullet.swiper-pagination-bullet {
    background: var(--icon-level-low, var(--cwBodyTxt3));
}

#paralax_swiper .swiper-pagination-bullet-active {
    background: var(--cwPrimary, var(--cwBodyAccent));
}

.parallax_billboard_wrapper .banners_parallax {
    padding: unset;
}

.parallax_billboard_wrapper {
    padding: 0 16px;
}

.parallax_billboard_wrapper .swiper-slide-prev,
.parallax_billboard_wrapper .swiper-slide-next {
    transform: scaleY(.9);
}

.parallax_main_wrapper .billboard_container .dynamicBanners_item:not(.swiper-slide-active){
    transform:none;
}
/*dynamic registration and profile*/

.dyn_regPopup {
    position: static;
    height: 100%;
    z-index: 9
}
.dyn_regPopup .reg__gender_row label {
    background: 0 0;
    margin-bottom: 0
}
/*start request s call*/
.call_request_content {
    padding: 16px;
    background-color:var(--bg-level-2);
    color:var(--text-level-medium);
}
.call_request_content .call_request_title{
    font-weight:700;
    font-size:16px;
    color:var(--text-level-high);
    margin-bottom:12px;
}
.call_request_content .call_request_dec{
    font-size:12px;
   color:var(--text-level-medium);
    margin-bottom:16px;
    line-height: 1.5;
}
.call_request_content .cw_input_area_state_indicator{
    display: flex;
    justify-content: end;
    font-size: 12px;
    margin-top: 4px;
}

.call_request_content .ui-datepicker-trigger {
    color: var(--text-level-medium);
    height: 36px;
    width: 26px;
    position: absolute;
    inset-inline-end: 5px;
    bottom: 0;
    box-shadow: none;
    padding: 0;
}

.call_request_content .form-group {
    margin-bottom: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
}


.call_request_content .tl_date_picker {
    background-position: right 24px top 50% !important;
}

.call_request_content .input-validation-error {
    border: none !important;
    border-bottom: 1px solid red !important;
}

.call_request_content .reg_err_mess.field-validation-error {
    position: absolute;
    top: 88%;
}

.call_request_content .call_request_textarea {
    height: 122px !important;
    resize: none;
    border-radius: 3px;
    color: inherit;
    display: block;
    width: 100%;
    line-height: normal;
    padding: 10px;
    text-indent: 0;
}

.calendar_icon:before {
    font-family: iconsDinamicMenu;
    content: "\e007";
    font-size: 35px;
    line-height: 24px;
}

/*#CallTimeTo:after {
    font-family: iconsDinamicMenu;
    content: "\E138";
    font-size: 39px;
    display: inline-block;
    top: 50%;
    inset-inline-end: 5px;
    background: none;
    transform: translateY(-50%);
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
}*/
.tl_call_time .tl_sel_popup_reg {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.call_request_content .ui-btn-icon-right:after{
    display:none;
}
.tl_call_time .tl_sel_popup_reg:after {
    font-family: iconsDinamicMenu;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\E138";
    font-size: 39px;
    color: var(--text-level-medium);
    width: 36px;
    height: 100%;
    pointer-events: none;
}
/*.tl_call_time .tl_sel_popup_reg:before {
    content: "";
    width: calc(100% - 36px);
    height: 100%;
    display: block;
    left: 0;
    position: absolute;
    bottom: 0;
    z-index: 100;
}
.cw-rtl-global .tl_call_time .tl_sel_popup_reg:before {
    right: 0;
}*/
.profile_container .calendar_icon:before {
    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: none;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.succsess_color {
    color: #008000;
}

.error_color {
    color: #ff0000;
}
.call_request_content input:read-only{
    opacity: 1;
}
.call_request_content #CallTimeTo-button,
.call_request_content input,
.call_request_content textarea,
.call_request_content .reg_input,
.call_request_textarea.call_request_textarea {
    background-color: var(--bg-level-3) !important;
    color: var(--text-level-medium)!important;
    border: 1px solid var(--bg-level-4)!important;
}

.call_request_content input,
.call_request_content select{
    height: 36px;
}

.call_request_content input::placeholder,
.call_request_content textarea::placeholder,
.call_request_content .reg_input::placeholder {
    color: var(--text-level-medium)!important;
}

.call_request_content .ui-shadow{
    box-shadow: none;
}

.cw_mob_input_wrapper{
    width: 90px;
    flex-shrink: 0;
}

.cw-rtl-global .cw_mob_input_wrapper input {
    unicode-bidi: plaintext;
    text-align: end;
}

.cw-rtl-global .tl_call_time .tl_sel_popup_reg:after{
    left: 0;
    right: auto;
}
.call_request_content .form-group-label{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
    font-size: 12px;
    margin-bottom:4px;
}

/*end request s call*/

/*start watchers container iframe */
.cw_watchers_container iframe {
    --zind: calc(var(--cwZIndexFooter) + 100);
        position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: var(--zind);
    height: 100%;
}
/*end watchers container iframe */
/*strat captcha display*/
.grecaptcha-badge {
    visibility: hidden;
    opacity: 0;
}
/*end captcha display*/

/*start watchers container iframe */
.cw_watchers_container iframe {
    --zind: calc(var(--cwZIndexFooter) + 100);
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: var(--zind);
    height: 100%;
}
/*end watchers container iframe */

/*GDPR checkboxes start*/

.gdpr_checkboxes > .checkBox_label:first-child {
    margin-block: 8px;
}

.gdpr_checkboxes {
    padding-top: 8px;
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--general-border);
    padding-top: 16px;
    margin-bottom: 0px;
}

.gdpr_checkboxes .checkBox_label {
    display: flex;
    flex-direction: column;
}

.gdpr_checkboxes .checkBox_label .cw_icon_minus::before {
    color:#fff;
    font-weight:bold;
}

.gdpr_checkboxes .checkBox_text {
    color: var(--text-level-medium);
}

.gdpr_checkboxes .checkBox_title {
    color: var(--text-level-high);
}

.gdpr_checkboxes .checkBox_label {
    padding-block: 8px;
    margin-block: 4px;
}

.gdpr_checkboxes .checkBox_label .checkBox_icon {
    margin-block: 8px;
}

.gdpr_notifications {
    padding-inline-start: 24px;
}

.cw-rtl-global .checkBox_input + .checkBox_icon.cw_icon_minus {
    inset-inline-end: -24px;
}

.gdpr_checkboxes .checkBox_label {
    max-width: fit-content;
}

.gdpr_checkboxes .checkBox_label:has(.checkBox_input[type="checkbox"][disabled] ) {
    opacity: .4;
    pointer-events: none;
}
/*GDPR checkboxes end*/
/**/
/*start betShopBetHistory input colors */
.cw_betShopBetHistory_wrapper .drop-down, .cw_betShopBetHistory_wrapper .tl_sel_popup_reg, .cw_betShopBetHistory_wrapper .tl_sel_custom_popup_reg {
    background-color: var(--bg-level-4) !important;
    color: var(--text-level-high) !important;
    border-color: var(--bg-level-4) !important;
}
/*end betShopBetHistory input colors */
/*start GDPR  colors*/
.gdpr-box  .checkBox_label .checkBox_input:checked + .checkBox_icon {
     background-color:  var(--btn-primary);
    color:  var(--text-level-high);
}
.gdpr-box  .checkBox_input + .checkBox_icon:after {
     color:  var(--text-level-high);
}
#js_gdpr_form .gdpr-popup{
    background-color: var(--bg-level-1) ;
     color: var(--text-level-medium) ;
}
#js_gdpr_form  .gdpr-box .checkBox_label{
    background: var(--bg-level-2);
}
#js_gdpr_form  .gdpr-box .checkBox_label:has(input:checked){
    background: var(--bg-level-3);
}
#js_gdpr_form .gdpr-boxes .checkBox_text {
    color:  var(--text-level-high);
}
#js_gdpr_form .gdpr-popup-body-txt{
    color:  var(--text-level-medium);
}
#js_gdpr_form .gdpr-border{
    border-color:var(--bg-level-3);
}
#js_gdpr_form .gdpr-popup-footer-txt{
    color:  var(--text-level-medium);
}
#js_gdpr_form .gdpr-agree-btn{
   color: var(--text-level-high);
}
.gdpr-popup-body-txt strong{
color: var(--text-level-high);
}
.gdpr-popup-header h3 {
    color: var(--text-level-high);
}
#js_gdpr_form  .checkBox_label .checkBox_input + .checkBox_icon:after{
   color: var(--text-level-high);
}
/*start GDPR  colors*/
/* start altchta captcha*/
.altcha_ft_pass{
    width: 100%;
}

.altcha_cont .altcha-main,
.altcha_ft_pass .altcha-main {
    flex-wrap: wrap;
} 
.altcha_cont .altcha-code-challenge,
.altcha_ft_pass .altcha-code-challenge {
    position: static;
    width: 100%;
} 
.altcha-checkbox input {
    cursor: pointer;
} 
.altcha-checkbox input:checked {
    cursor: default;
}
.cw-rtl-global .altcha-code-challenge-arrow {
    left: auto;
    right: .15rem;
}
.input-validation-error .altcha {
    border-bottom: none;
}
.static_login_cont .input-validation-error .altcha {
    border: none;
}
/*   end altchta captcha*/

/*start calenadar */
.cw-rtl-global #ui-datepicker-div{
   width:max-content;
}
/*end calenadar */
/*Start New Year Decorations */
/*start snow effect*/
@-moz-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px;
    }

    100% {
        background-position: 1000px 3000px, 800px 2000px;
    }
}

@-webkit-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px;
    }

    100% {
        background-position: 1000px 3000px, 800px 2000px;
    }
}

@-ms-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px;
    }

    100% {
        background-position: 1000px 3000px, 800px 2000px;
    }
}

@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px;
    }

    100% {
        background-position: 1000px 3000px, 800px 2400px;
    }
}

.snow_effect {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: calc(var(--cwZIndexSidebar) - 1);
    background-image: var(--cdn-snow2), var(--cdn-snow1);
    background-repeat: repeat, repeat;
    -webkit-animation: snow 30s linear infinite;
    -moz-animation: snow 30s linear infinite;
    -ms-animation: snow 30s linear infinite;
    animation: snow 30s linear infinite;
    pointer-events: none;
}
/*end snow effect*/

/*start santa hat*/
.santa_hat {
    position: relative;
}

.santa_hat::after {
    content: "";
    display: block;
    height: 20px;
    width: 26px;
    background-image: var(--cdn-santa_hat);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -4px;
    inset-inline-start: -8px;
    /*height: 38px;*/
}

.cw-rtl-global .santa_hat::after {
    transform: scaleX(-1);
}
/*end santa hat*/
/*End New Year Decorations */