﻿:root {
    --failBg: #fc0000;
    --globalIconSize: 24px;
    --globalModalHeaderHeight: 40px;
    --globalInputHeight: 36px;
    --globalButtonHeight: 36px;
    --bg-level-1: var(--cwBodyBgHover);
    --bg-level-2: var(--cwBodyBg2);
    --bg-level-3: var(--cwBodyBg3);
    --bg-level-4: var(--cwBodyBg3Hover);
    --text-level-high: var(--cwBodyTxt);
    --text-level-medium: var(--cwBodyTxt2);
    --text-level-low: var(--cwBodyTxt3);
    --icon-level-high: var(--cwBodyTxt);
    --icon-level-medium: var(--cwBodyTxt2);
    --icon-level-low: var(--cwBodyTxt3);
    --btn-primary: var(--cwButtonBg);
    --btn-primary-text: var(--cwButtonTxt);
    --btn-secondary: var(--cwButtonSecondaryG);
    --btn-secondary-text: var(--cwButtonSecondaryTxt);
    --badge-bonus: var(--cwAccentG);
    --cwPrimary: var(--cwAccentG);
    --text-on-primary: var(--cwAccentTxt);
    --cwSignInModalBg: var(--cwDominantBg);
    --cwSignInModalTxt: var(--cwDominantTxt);
    --cwHeaderHeight: 64px;
    --text-message-success: #26A69A;
    --badge-notification: #FF5252;
    /*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;
    --cwModalBorder2: var(--cwModalBg2Hover);
    --cwModalBorder3: var(--cwModalBg3Hover);
    --toast-zIndex: 99999999;
    --cwHeader-zIndex: 100;
    --cwRealityCheck-zIndex: 999999991;
    --cwRealityCheckOverlay-zIndex: 999999990;
    --altcha-max-width: 100%;
}
:root:root{
    --wp-rm-bg: var(--cwBodyBg);
    --wp-rm-text: var(--cwBodyTxt);
    --wp-user-info-bg: var(--cwBodyBgHover);
    --wp-user-info-text: var(--cwBodyTxt);
    --wp-withdraw-btn-bg: var(--cwBodyBg);
    --wp-rm-nav-bg: var(--cwBodyBg);
    --wp-logout-text: var(--cwBodyTxt);
    --wp-heading-bg: var(--cwBodyBg2);
    --wp-heading-text: var(--cwBodyTxt);
    --wp-primary-text: var(--cwAccentBg);
    --wp-primary-btn-bg: var(--cwButtonBg);
    --wp-primary-btn-text: var(--cwButtonTxt);
    --wp-primary-btn-border: var(--cwAccentBg);
    --cwNavbarRightBg: var(--cwBodyBg);
    --cwNavbarRightTxt: var(--cwBodyTxt);
}

:root>body {
    --bg-level-1: var(--cwBodyBg) !important;
}
/*start main styles*/

* {
    outline: 0;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    font-size: 13px;
}

.cw_state_messages_wrapper{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 8px;
    margin-top: 12px;
}

/* casWeb page */
html .ui-panel-page-container-b,
.ui-body-b,
body {
    background-color: var(--cwBodyBg);
    color: var(--cwBodyTxt);
}

body, button, input, textarea {
    font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
}

body.ui-panel-page-container-themed .ui-content,
body.ui-panel-page-container-themed #wrapper,
body.ui-panel-page-container-themed {
    overflow: hidden !important;
    min-height: 100vh !important;
}

b,
strong,
.bold {
    font-weight: bold;
}

i {
    font-style: normal;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.text_left {
    text-align: left;
}

.text_right {
    text-align: right;
}

.color-inherit {
    color: inherit;
}

.underline,
.text-underline {
    text-decoration: underline;
}

.ofh {
    overflow: hidden;
}

.cursor_pointer {
    cursor: pointer;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.dis_none,
.hidden,
.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.w-100 {
    width: 100% !important;
}

.w-50 {
    width: 50%;
}

.w-30 {
    width: 30% !important;
}

.w-80 {
    width: 80% !important;
}

.w-auto {
    width: auto !important;
}

.h-100 {
    height: 100% !important;
}

.scroll-x {
    overflow-x: auto;
    position: relative;
}

.d-block-2 {
    display: block;
}

.block,
.d-block {
    display: block;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.flex {
    display: flex;
}

.d-inline-flex {
    display: inline-flex !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
    flex-basis: 0;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flexCol,
.flex-column,
.flexcol {
    flex-direction: column !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.jc,
.justify-content-center {
    justify-content: center !important;
}

.jb,
.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-evenly {
    justify-content: space-evenly !important;
}
.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.alCen,
.align-items-center {
    align-items: center !important;
}

.flex_center_between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wfull {
    width: 100%;
}

.mt-20 {
    margin-top: 20px;
}

.gx-1 {
    column-gap: 4px;
}

.gx-2 {
    column-gap: 8px;
}
.gx-3 {
    column-gap: 16px;
}

.ns {
    flex-shrink: 0;
    flex-grow: 0;
}

.no-rtl-needed {
    direction: ltr;
}

.br_circle {
    border-radius: 50% !important;
}

/* Loading screen */

/* Script*/
.footer_script div {
    width: 128px;
    height: 128px;
}

/* 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;
}

/*start grid system*/
.tl_row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
}

.tl_col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
}

.tl_col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
}

.tl_col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
    padding-right: 8px;
    padding-left: 8px;
}

.tl_col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding-right: 8px;
    padding-left: 8px;
}

.tl_col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 8px;
    padding-left: 8px;
}

.tl_col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 8px;
    padding-left: 8px;
}

.tl_col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding-right: 8px;
    padding-left: 8px;
}

.tl_col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 8px;
    padding-left: 8px;
}

.tl_col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-right: 8px;
    padding-left: 8px;
}

.tl_col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-right: 8px;
    padding-left: 8px;
}

.tl_col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 8px;
    padding-left: 8px;
}

.tl_col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    padding-right: 8px;
    padding-left: 8px;
}

.tl_col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
    padding-right: 8px;
    padding-left: 8px;
}

.tl_col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
}
/*end grid system*/
.flex_gap_1 {
    column-gap: 10px;
}
/*margin*/
.mt-0 {
    margin-top: 0 !important;
}

.mt-half {
    margin-top: 4px !important;
}

.mt-1 {
    margin-top: 8px !important;
}

.mt-2 {
    margin-top: 16px !important;
}

.mt-3 {
    margin-top: 24px;
}

.mt-4 {
    margin-top: 32px !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-half {
    margin-right: 4px !important;
}

.mr-1 {
    margin-right: 8px !important;
}

.mr-2 {
    margin-right: 16px !important;
}

.mr-auto {
    margin-inline-end: auto;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-half {
    margin-left: 4px !important;
}

.ml-1 {
    margin-left: 8px !important;
}

.ml-2 {
    margin-left: 16px !important;
}

.ml-auto {
    margin-inline-start: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-half {
    margin-bottom: 4px !important;
}

.mb-1 {
    margin-bottom: 8px !important;
}

.mb-2 {
    margin-bottom: 16px !important;
}
.mb-3 {
    margin-bottom: 24px !important;
}

.mb-4 {
    margin-bottom: 32px !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-half {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

.my-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.my-2 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-half {
    margin-right: 4px !important;
    margin-left: 4px !important;
}

.mx-1 {
    margin-right: 8px !important;
    margin-left: 8px !important;
}

.mx-2 {
    margin-right: 16px !important;
    margin-left: 16px !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.m-0 {
    margin: 0 !important;
}

.m-half {
    margin: 4px !important;
}

.m-1 {
    margin: 8px !important;
}

.m-2 {
    margin: 16px !important;
}

.m-3 {
    margin: 32px !important;
}

.m-auto {
    margin: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-1 {
    padding-top: 8px !important;
}

.pt-2 {
    padding-top: 16px !important;
}

.pb-1 {
    padding-bottom: 8px !important;
}

.pb-2 {
    padding-bottom: 16px !important;
}

.p-1 {
    padding: 8px;
}

.px-1 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.px-2 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.px-3 {
    padding-left: 32px !important;
    padding-right: 32px !important;
}

.p-2 {
    padding: 16px;
}

.p-3 {
    padding: 32px;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.mwAuto {
    min-width: auto !important;
}

.pointer_none {
    pointer-events: none;
    opacity: 0.5;
}

.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;
}

/*start jquery plugin styles*/

.ui-content {
    padding: 0 !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.ui-body-b, .ui-page-theme-b .ui-body-inherit, html .ui-bar-b .ui-body-inherit, html .ui-body-b .ui-body-inherit, html body .ui-group-theme-b .ui-body-inherit, html .ui-panel-page-container-b {
    border-color: transparent /*{b-body-border}*/;
    background-color: var(--cwBodyBg);
    color: var(--cwBodyTxt);
}
.ui-widget {
    font-family: 'Roboto', sans-serif;
}
/*end jquery plugin styles*/

/*-start button styles*/
button {
    border: none;
    background-color: transparent;
    box-shadow: none;
}

.tl_btn {
    height: 36px;
    display: flex;
    align-items: center;
    border-radius: 2px;
    position: relative;
    text-decoration: none;
    outline: 0;
    padding: 0 10px;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.2s;
    cursor: pointer;
    column-gap: 10px;
    white-space: nowrap;
    justify-content: center;
    width: 100%;
}

.all_buttons_styles {
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 100%;
    text-transform: uppercase;
    background-color: #ffffff;
    border-radius: 2px;
    margin: 10px 0;
    cursor: pointer;
    font-size: 14px;
}

.to_top_cont {
    position: fixed;
    bottom: calc(var(--cwNavbarBottomHeight) + 5px);
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
}

.to_top {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    cursor: pointer;
    background-color: var(--cwBodyBg3Hover);
    color: var(--cwBodyTxt);
}


/*global buttons*/
.primary-btn {
    background: var(--cwButtonG) !important;
    color: var(--cwButtonTxt) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 11px;
    padding: 12px 6px;
    border-radius: 8px !important;
}

.primary-btn.disabled {
    -webkit-filter: grayscale(1) brightness(0.6);
    filter: grayscale(1) brightness(0.6);
    cursor: default;
    -webkit-filter: none; 
    filter: none;
    opacity:.5;
}

.primary-btn.primary-btn--bordered {
    background-color: transparent !important;
    color:  var(--cwButtonBg) !important;
    border: 1px solid;
    text-transform: uppercase;
}

.secondary-btn {
    background: var(--btn-primary) !important;
    color: var(--btn-primary-text) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 11px;
    padding: 9px 24px;
    border-radius: 8px;
}

.secondary-btn.disabled {
    filter: grayscale(1) brightness(0.4);
    cursor: default;
    filter: none !important;
    background: var(--cwButtonG) !important;
    color: var(--cwButtonTxt) !important;
    border: 1px solid var(--cwButtonBgHover) !important;
    opacity: 0.4 !important;
}
.btn_sec,
body .h-bg-secondary,
.tl_btn {
    background: var(--cwButtonSecondaryG);
    color: var(--cwButtonSecondaryTxt);
    border: 1px solid var(--cwButtonSecondaryBgHover);
    border-radius: var(--cwButtonSecondaryRadius);
}

.btn_prim,
body .bg-primary,
body .h-bg-primary {
    background: var(--cwButtonG);
    color: var(--cwButtonTxt);
    border: 1px solid var(--cwButtonBorder);
    border-radius: var(--cwButtonRadius);
}

.text-primary {
    color: var(--cwBodyAccent);
}

/*------*/

/*-end button styles*/

/*start input styles*/
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: 0.6;
}

input:-moz-read-only {
    opacity: 0.5;
}

input[type=text]:read-only, input:disabled, button[disabled]  {
    opacity: 0.5;
    pointer-events: none;
}

input,
.reg_input,
    .custon_select__front_el, 
    .drop-down,
    .drop-down-small, 
    #content_paym .ui-select span, 
    #content_paym .ui-select select {
    border-width: 1px;
    border-style: solid;
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 14px;
    display: block;
    line-height: 36px;
    transition: border 0.3s ease;
    color: var(--cwInputTxt);
    background: var(--cwInputG);
    border-radius: var(--cwInputRadius);
    border: 1px solid var(--cwInputBorder);
}

input[type="checkbox"],
input[type="radio"] {
    width: 24px;
    height: 24px;
    min-height: initial;
}
.regT7 input[type="checkbox"], input[type="radio"] {
    display: none;
}
.prof__checkboxes_row > * {
    padding: 0px !important;
}
.tl_input_padding {
   padding-inline-end: 40px;
}

.cw-rtl-global .regT1 .required-field,
.cw-rtl-global .regT5 .required-field,
.cw-rtl-global .regT6 .required-field{
    float: none;
}
/*end input styles*/

/*---> start payment --->*/
#content_paym .collapse_btn h3 > a {
    background-color: var(--cwDominantBg);
    color: var(--cwDominantTxt);
}

.paym_txt {
    color: var(--cwBodyTxt) !important;
}

.paym_cond {
    color: var(--cwBodyTxt2);
}

.paym_cond > span {
    color: var(--cwBodyTxt) !important;
}
/*---> end payment --->*/

/*end main styles*/
/*-start dynamic header or top header*/
.dynamic_menu .casino_links_tabs {
    min-width: max-content;
    display: flex;
}

.scrolled__content-x {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
}

.dynamic_menu ~ #searchContent .popup_flex_box {
    top: 69px;
}

.dynamic_menu .casino_h_link_cont.fixed {
    position: static;
}

.dynamic_menu .collapse_dropdown_leftmenu_btn:after {
    font-family: "iconsDinamicMenu";
    content: "\e366";
    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;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    font-size: 14px;
    white-space: nowrap;
    text-transform: capitalize;
    column-gap: 12px;
}

/*-end dynamic header or top header*/

/*-start bottom header*/
.header_button {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.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: 29px;
    display: block;
    text-align: center;
    height: 30px;
    content: "\e248";
}

.user_icon {
    font-family: "iconsDinamicMenu";
    font-size: 45px;
}
/*msg and bonus count*/
.msg_count_circle {
    position: absolute;
    display: block;
    min-width: 12px;
    padding: 0 2px;
    height: 12px;
    border-radius: 7px;
    line-height: 12px;
    text-align: center;
    font-size: 10px;
    right: -4px;
    top: -13px;
    background: #FFB700;
    color: #000;
}

/*-end bottom header*/

/*end HEADER*/

/*START RIGHT AND LEFT PANELS*/
.ui-panel-inner {
    padding: 0 !important;
}

.ui-panel-animate.ui-panel-open.ui-panel-position-left.ui-panel-display-overlay, .ui-panel-animate.ui-panel-open.ui-panel-position-left.ui-panel-display-push {
    transform: translate3d(0,0,0);
}

.panel {
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 270px;
    z-index: 9999;
    max-height: 100vh;
}

.ui-panel-dismiss-open.ui-panel-dismiss-position-right,
.ui-panel-dismiss-open.ui-panel-dismiss-position-left {
    left: 0;
    backdrop-filter: blur(20px);
    right: 0;
}
/*start LEFT MENU*/
#left-panel .ui-panel-inner {
    height: 100%;
}

.dynamic_icon {
    font-family: "iconsDinamicMenu";
    font-size: 46px;
    line-height: 34px;
}

/*end LEFT MENU*/
/*start RIGHT MENU*/
/*-start right menu login*/
.platformRightLoginPanel {
    padding: 0 0 0 0;
}

.login_container {
    display: flex;
    flex-direction: column;
    margin-top: -16px;
   /* padding: 10px 30px;*/
}
.login_container .error{
    margin-bottom:8px;
}
.r_login__row {
    display: flex;
    margin-bottom: 16px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.r_login__row .btn_sec, 
.r_login__row .btn_prim,
.forgot_pass__row .btn_sec,
.forgot_pass__row .btn_prim,
.next_box .btn_sec,
.next_box .btn_prim,
.register_next_step button,
.back_box .btn_sec,
.reg_content .back-button{
    margin: 0 !important;
}

.cw_mob_right_sidebar {
    --cwSignInModalBg: var(--cwLoginBg) !important;
    --cwSignInModalTxt: var(--cwLoginTxt) !important;
}
.cw_mob_right_sidebar .sidebar_login-content {
    padding: 16px;
}

.reg_from_login_cont {
    text-align: center;
}
.r_login__row > *:not(.tl_refresh_container,.captchaImage,.platformForgPass, .eye_button) {
    width: 100%;
}

.platformForgPass {
    text-align: center;
    font-size: 14px;
}

#staticLoginForm .input-validation-error + .eye_button{
    bottom: 25px;
}
.platformForgPass {
    color: var(--cwDominantTxt2);
}

/*-end right menu login*/
    /*-start right menu loggedin*/
.right_menu_logo {
    width: 100px;
    height: 39px;
    background-image: url('');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.right_menu_close {
    margin-top: 8px;
}

.right_menu_close:before {
    content: "\e105";
    font-family: "iconsDinamicMenu";
    font-size: 34px;
}

.account_title {
    margin: 20px 0;
    padding: 0 10px;
}

.menuRow {
    width: 100%;
    min-height: 35px;
    margin-bottom: 8px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 8px;
}
.menuRow,
.menuRow a {
    background-color: var(--cwDominantBg2);
    color: var(--cwDominantTxt2);
}

.right_menu_fullname {
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-page-theme-b .ui-btn:focus, html .ui-bar-b .ui-btn:focus, html .ui-body-b .ui-btn:focus, html body .ui-group-theme-b .ui-btn:focus, html head + body .ui-btn.ui-btn-b:focus, .ui-page-theme-b .ui-focus, html .ui-bar-b .ui-focus, html .ui-body-b .ui-focus, html body .ui-group-theme-b .ui-focus, html head + body .ui-btn-b.ui-focus, html head + body .ui-body-b.ui-focus {
    box-shadow: none;
}
/*-end right menu loggedin*/

/*end RIGHT MENU*/

/*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: '\E368';
    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*/

/*start configurable notification popup*/
.notification_static_content {
    height: 50px;
    z-index: 101;
}

.notification_content {
    height: 50px;
    border-bottom: 1px solid #FFB700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 16;
    background-color: var(--cwTooltipBg);
    color: var(--cwTooltipTxt);
    border-color: var(--cwTooltipAccent);
}


.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 {
    height: 34px;
    width: 34px;
    min-width: 34px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size: 30px;
    margin: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--cwTooltipBg2);
    color: var(--cwTooltipAccent);
}

.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;
}

@-webkit-keyframes notification_slide {
    0% {
        -webkit-transform: translate(85vw);
        transform: translate(85vw)
    }

    to {
        -webkit-transform: translate(-100%);
        transform: translate(-100%)
    }
}

@keyframes notification_slide {
    0% {
        -webkit-transform: translate(85vw);
        transform: translate(85vw)
    }

    to {
        -webkit-transform: translate(-100%);
        transform: translate(-100%)
    }
}

.notification_close_btn {
    cursor: pointer;
    color: #999;
    margin: 0 10px;
    padding: 3px;
    color: var(--cwTooltipTxt3);
}
.notificationSettings_container .checkBox_input:checked + .checkBox_icon{
     background-color: var(--cwModalAccent);
     border-color: var(--cwModalAccent);
}
/*end configurable notification popup*/

/*START LANDING PAGE*/
/*--start banners nav*/
.cas_nav_prev,
.cas_nav_next {
    height: 36px;
    width: 36px;
    cursor: pointer;
    transition: 0.2s linear 0s;
    font-family: "iconsDinamicMenu";
    font-size: 20px;
    transition: all 0.314s;
    border-radius: 4px 0 0 4px;
     background: var(--cwDominantRGBA2);
    color: var(--cwDominantTxt);
}

.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*/
/*-end banner*/

/*-start vidgets*/
.name_vidget {
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 11px 16px;
    margin: 8px 5px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1.2px;
    position: relative;
    z-index: 0;
}
.name_vidget,
.lca-voice-icon {
    background-color: var(--cwDominantRGBA) !important;
    color: var(--cwDominantTxt);
}

.lca-voice-icon svg {
    fill: var(--cwDominantTxt) !important;
}

.name_vidget.active {
    color: var(--cwDominantAccent);
}

/*-end vidgets*/

/*-start top jackpots*/
.end_space {
    min-width: 11px;
    min-height: 48px;
    display: block;
}
/*-end top jackpots*/

/*--->start landing--->*/
.cas_nav_prev, .cas_nav_next {
    background: var(--cwDominantRGBA2);
    color: var(--cwDominantTxt);
}
.jackpot_container.cw_sport_jackpot {
    min-height: 78px;
}
/*-top jackpots*/
.name_vidget,
.lca-voice-icon {
    background-color: var(--cwDominantRGBA) !important;
    color: var(--cwDominantTxt);
}

.lca-voice-icon svg {
    fill: var(--cwDominantTxt) !important;
}

.name_vidget.active {
    color: var(--cwDominantAccent);
}

/*--->end landing--->*/
/*-start dynamic_games_grid*/
.lca-filter-no-result {
    margin-bottom: 60px;
}

.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 {
    content: "\e115";
    font-family: "iconsDinamicMenu";
    font-size: 30px;
}

.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: 30px;
}

.dynamic_games_grid .star_icon.active:after {
    content: "\e181";
}

.currency_icon {
    font-family: "iconsDinamicMenu";
    font-size: 22px;
}

.lca-card-price .currency_icon.krw,
.lca-card-price .currency_icon.KRW,
.lca-card-price .currency_icon.usd,
.lca-card-price .currency_icon.USD {
    line-height: 12px;
}

.lca-card-price .currency_icon.RON,
.lca-card-price .currency_icon.ron,
.lca-card-price .currency_icon.IRT,
.lca-card-price .currency_icon.irt {
    font-size: 12px;
    line-height: 10px;
}

.lca-card-price .currency_icon.RON:after,
.lca-card-price .currency_icon.ron:after,
.lca-card-price .currency_icon.IRT:after,
.lca-card-price .currency_icon.irt:after {
    line-height: 13px; 
    font-weight: normal;
}

.lobby-category-slider .lca-card-price .currency_icon.RON,
.lobby-category-slider .lca-card-price .currency_icon.ron {
    font-size: 13px;
}

.lobby-category-slider .lca-card-price .currency_icon.RON:after,
.lobby-category-slider .lca-card-price .currency_icon.ron:after {
    line-height: 14px;
    margin: 0;
}

.lca-card--v1.hover-effect .game__link_demo.h-bg-secondary, .lca-card--v1.hover-effect .game__link_real.h-bg-secondary {
    border: none;
}

.lca-card-price .currency_icon.tnd,
.lca-card-price .currency_icon.TND {
    font-size: 30px;
    line-height: 12px;
}
/*-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*/

/*START LANDING PAGE*/

/*START FOOTER*/

.footer {
    margin-top: auto;
    background: var(--cwFooterG);
    color: var(--cwFooterTxt2);
}
.phone_lang_cont{
    width:100%;
} 
.tl_container {
    width: 100%;
    padding: 23px 10px 130px;
    max-width: 350px;
    margin: 0 auto;
}

.to_desktop_btn,
.drop_down_lang {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    font-size: 14px;
    padding: 0 15px;
    text-transform: uppercase;
    border: none;
    appearance: none;
    margin-bottom: 24px;
    background: var(--cwButtonSecondaryG);
    color: var(--cwButtonSecondaryTxt);
    border: 1px solid var(--cwButtonSecondaryBorder);
    border-radius: var(--cwButtonSecondaryRadius);
}

.drop_down_lang__front_el {
    position: relative;
    width: 70%;
    top: 0;
    left: 15%;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    pointer-events: none;
    text-transform: uppercase;
    height: 44px;
    column-gap: 10px;
    background: var(--cwButtonSecondaryG);
    border-top: 1px solid var(--cwButtonSecondaryBorder);
    border-bottom: 1px solid var(--cwButtonSecondaryBorder);
}
option {
    background: var(--cwInputBg);
    color: var(--cwInputTxt);
}

.drop_down_lang__front_el + .drop_down_lang {
    padding: 0 100px;
}

.drop_down_lang_arrow {
    position: relative;
    width: 100%;
}

.drop_down_lang_arrow:after {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    position: absolute;
    right: 15px;
    top: 20px;
    border-top-color: var(--cwButtonSecondaryTxt);
}
/*footer links*/
.footer_links {
    justify-content: space-between;
    margin-bottom: 13px;
}

.footer_links > div {
    width: 45%;
}

.footer_links a {
    text-decoration: none;
    display: block;
    text-align: left;
}

.footer_links a:not(.footer_links__title){
    font-size: 12px;
    line-height: 29px;
     color: var(--cwFooterTxt2);
}

.footer_links__title{
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 20px;
}

.footer_links > div:nth-child(odd) a {
    text-align: right;
}

.footer_copy {
    font-size: 14px;
}
.footer_copy, .footer_text{
  color: var(--cwFooterTxt2);
}

.footer .copy,
.tl_footer_links_heading {
    color: var(--cwFooterAccent)!important;
}
.footer_links__title {
    color: var(--cwFooterTxt);
}
.cw_footer_border {
    border: 1px solid var(--cwFooterTxt3);
    margin-block: 28px;
}

/*footer idq license*/
.idq_big {
    display: block;
    width: 135px;
    height: 30px;
    margin: 15px auto;
    background-image: var(--cdn-idq-big);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.idq_small {
    display: block;
    width: 50px;
    height: 30px;
    background-image: var(--cdn-idq-small);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 15px auto;
}
/*start licence text*/
.license_text {
    color: var(--cwFooterTxt2);
}
.license-text-link {
   font-weight: 700;
   text-decoration: underline;
}
/*end licence text*/
/*---start social icons styles---*/

.footer_social-list {
    margin-top: 16px;
    margin-bottom: 16px;
}

.footer_social-item {
    width: 36px;
    height: 36px;
    border-radius: 2px;
    transition: .33s;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--cwFooterBg2);
    color: var(--cwFooterTxt3);
}

.footer_social-item:not(:last-of-type) {
    margin-inline-end: 10px
}

.footer_social-item:before {
    font-family: "iconsDinamicMenu";
    font-size: 46px;
    line-height: .8
}

.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__vimeo-icon:before {
    content: "\E4A4";
}

.social__pointer-none {
    pointer-events: none;
}
.social__pointer-auto {
    pointer-events: auto;
}
.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;
}
/*---end social icons styles---*/

/*END FOOTER*/

/*Footers link accardion start*/
.accordionBox_footer {
    margin-bottom: 40px;
}

.accordionTab_footer {
    margin-bottom: 8px;
}

.accordionTitle_footer {
    min-height: 46px;
    padding-inline: 12px;
    text-align: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--cwButtonSecondaryBg);
    color: var(--cwButtonSecondaryTxt);
    border-radius: var(--cwButtonSecondaryRadius);
    transition: border-radius 0.314s cubic-bezier(0, 0, 0.2, 1)
}

.accordionTitle_footer.active{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.accordionTitle_footer i {
    font-size: 24px;
    transition: transform 0.314s;
}

.accordionTitle_footer span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.accordionTitle_footer .title_centered {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-inline-start: 24px;
}

.accordionPanel_footer.sub_titles_centered a{
    display: flex;
    justify-content: center;
}

.accordionPanel_footer {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.314s ease-out;
    background-color: var(--cwFooterBg2);
    color: var(--cwButtonSecondaryTxt);
    margin-bottom: 8px;
    border-bottom-left-radius: var(--cwButtonSecondaryRadius);
    border-bottom-right-radius: var(--cwButtonSecondaryRadius);
}

.accordionTab_footer {
    transition: margin 0.314s ease-out;
}

.accordionTab_footer.active {
    margin: 0px;
}

.accordionTab_footer.active .accordionTitle_footer i {
    transform: rotate(180deg);
    line-height: 24px;
}

.accordionBox_footer .footer_link {
    font-size:14px;
    display: block;
    padding: 12px;
}
/*START LOBBY PART*/

/* curency icons*/
.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;
}
/*--start game preview part--*/

/*games*/
.game__block {
    flex: 1;
    padding: 2px;
    position: relative;
    cursor: pointer
}

.game__main {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.game__main img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    flex-grow: 1;
    height: 112px;
}

.game__more_block {
    z-index: 999;
    min-width: 250px;
    width: 100%;
    height: calc(100vh + 50px);
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    padding: 50px 15px;
    background-color: var(--cwBodyBg2);
}

.game__header {
    justify-content: space-between;
}

.jackpot__value {
    width: 100%;
    padding-left: 25px;
}

.jackpot__value span {
    text-align: center;
    font-size: 18px;
}

.special_jackpot {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.close__game__more_block {
    font-size: 25px;
    margin-left: auto;
    cursor: pointer
}

.close__game__more_block::after {
    font-family: "iconsDinamicMenu";
    content: "\e368";
    padding: 10px;
    margin: -10px -5px;
    font-size: 30px;
}

.game__more_block__img {
    padding: 20px 30px;
    display: block;
    margin: auto;
    max-width: 550px;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 4px;
}

.btn_block {
    padding: 0 30px;
}

.game__more_block .btn_block {
    max-width: 550px;
    margin: auto
}

.btn_block a {
    text-align: center;
    height: 44px;
    margin-bottom: 16px;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.game__more_block___backgr_img {
    position: absolute;
    z-index: -1;
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    filter: blur(20px) brightness(0.6);
}

.mason_item > .game__block {
    width: 100%;
    height: 100%;
}
/*--end game preview part--*/

/*--start 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;
}

.lc_error_text {
    font-size: 16px;
}
/*end live casino incorrect config error*/
/*-start fixed_menu*/

/*fixed menu*/
.fixed_menu__play_button {
    background: var(--cwTabBg2);
}
.more_menu_links_content a, .fixed_menu__li {
    color: var(--cwTabTxt);
}

.fixed_menu__li.active svg .yellow, .fixed_menu__li.active .fixed_menu__play_button,
.fixed_menu__li.active {
    color: var(--cwTabAccent);
}

.casino_nav__links_block {
    background: var(--cwTabBg);
}

.more_menu_btns_content:before {
    border-top-color: var(--cwTabBg2);
    border-right-color: var(--cwTabBg2);
}
.menu_circle:before {
    content: "";
    display: block;
    height: 60px;
    width: 56px;
    margin: auto;
    border-radius: 50%;
    margin-top: -33px;
    box-shadow: 4px 3px 40px 1200px var(--cwTabBg2);
}

.menu_circle {
    height: 75px;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    overflow: hidden;
    bottom: 0;
    z-index: -1;
}

.fixed_menu__text {
    padding-top: 5px;
    font-size: 10px;
    text-align: center;
}


@media all and (max-width: 350px) {

    .fixed_menu__text {
        font-size: 10px;
        white-space: nowrap;
    }
}

.fixed_menu__ul {
    justify-content: space-between;
    height: 100%;
}

.fixed_menu__li {
    width: 20%;
    flex-shrink: 0;
    text-indent: -5px;
    padding-bottom: 20px;
    margin-left: -1px;
    cursor: pointer;
}

.fixed_menu__li_play {
    width: 20%;
    background-color: transparent;
    padding-bottom: 42px;
    box-shadow: none;
    text-align: center;
    white-space: nowrap;
}


@media screen and (max-width: 380px) {
    #gameHistory.fixed_menu__li {
        min-width: 78px;
    }
}
/*start filter switcher*/
.switcher_block {
    position: absolute;
    right: 0;
    top: 26px;
}

.search_switcher {
    width: 37px;
    height: 22px;
    position: relative;
    display: block;
    border-radius: 10px;
    transition: all 0.4s ease;
    margin-left: 8px;
    cursor: pointer;
    background-color: var(--cwBodyTxt3);
}

.search_switcher:before {
    content: "";
    display: block;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    left: 0;
    transition: all 0.2s ease;
    background-color: var(--cwBodyTxt);
}
.checked .search_switcher {
    background-color: var(--cwBodyAccent);
}
.checked .search_switcher:before {
    left: 15px;
    background-color: var(--cwBodyAccentTxt);
}
/*end filter switcher*/
#js_filter_msg,
#js_search_msg {
    position: absolute;
    color: #fc0000;
    font-size: 13px;
    top: 46px;
    line-height: 1.1;
    background-color: #fff;
    width: 92vw;
    padding: 6px;
    border-radius: 6px;
    z-index: 4;
}

#js_filter_msg {
    font-weight: 500;
}
/*-end fixed_menu*/

/*cashier start*/
.cashier_wrapper .cashier_fixed_header {
    background-color: var(--cwModalBgHover);
    border-bottom: 1px solid var(--cwModalBg2);
    color: var(--cwModalTxt);

}
.cashier_fixed_header .reg_close {
    color: var(--cwModalTxt3);
    }
/*cashier end*/

/*start responsible gaming */
.responsible_gaming_content{
    background-color: var(--cwModalBg) !important;
    color: var(--cwModalTxt) !important;
}
.responsible_gaming_text{
    color: var(--cwModalTxt2) !important;
}
.responsible_gaming_subtitle{
    color: var(--cwModalTxt);
}
.responsible_gaming_amount{
    background-color: var(--cwModalBgHover) !important;
    color: var(--cwModalTxt2) !important;
}

.footer_switcher.switch label,
.notificationSettings_item.switch > .version-label {
    color: var(--cwModalTxt) !important;
}
.footer_switcher.switch input.sw + label:before,
.responsible_gaming_checkbox input.sw + .responsible_switcher_label:before{
    background-color: var(--cwModalTxt2) !important;
}
.footer_switcher.switch input.sw:checked + label:after,
.responsible_gaming_checkbox input.sw:checked + .responsible_switcher_label:before{
    background-color: var(--cwModalAccent) !important;
}
.footer_switcher.switch input.sw + label:after,
.responsible_gaming_checkbox input.sw + .responsible_switcher_label:after{
    background-color: var(--cwModalTxt) !important;
}
/*end responsible gaming */
/*start mobile more lobbies*/
.more_menu_btns_content {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -46px;
    max-width: 254px;
    margin: 0 auto;
    height: 237px;
    transform: rotate( -180deg );
    z-index: -1;
    transition: all 0.4s ease;
    padding-bottom: 124px;
    pointer-events: none;
}

.more_menu_btns_content:before {
    content: "";
    display: flex;
    width: 77px;
    height: 77px;
    border: 78px solid rgba(0,0,0,0.94);
    border-radius: 50%;
    border-bottom-color: transparent;
    border-left-color: transparent;
    transform: rotate( -45deg );
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 225px;
    max-height: 225px;
    z-index: -1;
    pointer-events: none;
}

/*more menu icons*/
.fixed_menu__ul.flex {
    z-index: 22;
    max-width: 393px;
    margin: 0 auto;
    padding: 0 8px;
}

.more_menu_btns_content span {
    margin-bottom: 6px;
}

.more_menu_links_content {
    max-width: 222px;
    margin: 0 auto 3px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}

.more_menu_links_content a {
    padding: 0;
    display: inline-flex;
    flex: 1;
    font-size: 10px;
    text-align: center;
    position: relative;
    flex-direction: column;
    align-items: center;
    color: #CCCCCC;
    max-width: 51px;
    width: 57px;
    height: 57px;
    line-height: 1;
}

.more_menu_links_content a:after {
    content: "";
    height: 1px;
    width: 44px;
    display: block;
    position: absolute;
    transform: rotate(44deg);
    left: 19px;
    bottom: 40px;
    pointer-events: none;
}
/*4 butttons*/
.more-cont-item-2 a:after,
.more-cont-item-3 a:after,
.more-cont-item-4 a:after {
    background-color: rgba(255,255,255,0.15);
}

.more-cont-item-4 a:nth-child(2):after {
    transform: rotate(90deg);
    bottom: 35px;
    left: 36px;
}

.more-cont-item-4 a:nth-child(2) {
    margin-bottom: 30px;
    z-index: 2;
}

.more-cont-item-4 a:nth-child(3) {
    margin-bottom: 28px;
    z-index: 2;
}

.more-cont-item-4 a:nth-child(3):after {
    transform: rotate(-43deg);
    bottom: 11px;
    left: 32px;
}

.more-cont-item-4 a:last-child {
    margin: 0 5px 0 -18px;
    max-height: 43px;
}

.more-cont-item-4 a:first-child {
    margin: 0 -18px 0 5px;
    max-height: 43px;
}

.more-cont-item-4.more_menu_links_content {
    margin: 0 auto 11px;
}
/*3 buttons*/
.more-cont-item-3 a {
    line-height: 1.3;
}

.more-cont-item-3.more_menu_links_content {
    margin: 0 auto 11px;
}

.more-cont-item-3 a:nth-child(2):after {
    transform: rotate( 123deg );
    bottom: 10px;
    left: 45px;
}

.more-cont-item-3 a:nth-child(1):after {
    transform: rotate( 54deg );
    bottom: 49px;
    left: 32px;
}

.more-cont-item-3 a:nth-child(2) {
    margin-bottom: 41px;
}

.more-cont-item-3 a {
    height: 59px;
}

.more_menu_links_content a:last-child:after {
    display: none;
}

.opened_lobbies {
    transform: rotate( 0 );
    bottom: -41px;
    pointer-events: all;
}
/*2 buttons*/
.more-cont-item-2 {
    max-width: 242px;
}

.more-cont-item-2 a {
    max-width: 70px;
    width: 69px;
    height: 67px;
}

.more-cont-item-2 a:nth-child(1):after {
    transform: rotate( 90deg );
    bottom: 70px;
    left: 72px;
}
/*casino main page*/

.casino-tab-container .search-container.active {
    z-index: 1;
}

.casino-tab-container {
    position: relative;
    overflow: hidden;
    height: auto;
    margin: 0;
    width: 100%;
}

.casino-tab-container.casino_fixed_menu, .lc-fixed-menu {
    position: fixed;
    top: 64px;
    right: 0;
    left: 0;
    margin: 0;
    z-index: 12;
}

.links_block_x_scroll_hidden {
    width: calc(100% + 26px);
    margin: 0 -14px;
}


/*not found*/
.last-played-icon {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--bg-level-2);
    color: #6b6b6b;
    border-radius: 50%;
    font-size: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    margin-bottom: 20px
}

.casino_nav_fav_game_not_found {
    padding: 39px 0;
    line-height: 1.5;
    font-size: 12px;
    color: currentColor;
    text-align: center;
    grid-column: 1/4;
    white-space: normal;
}

.casino_nav_fav_game_not_found img {
    display: block;
    margin: 0 auto 24px;
}

.casino_nav_fav_game_not_found span {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
}

.favorite_see__notlogin_button {
    min-width: 170px;
    width: auto;
}

.favorite_see__notlogin_text {
    margin: 24px auto 16px;
    font-size: 16px;
    width: 160px;
    text-align: center;
}


.invalid_validation_error {
    min-height: 75vh;
    column-gap: 15px;
    max-width: 740px;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.invalid_validation_error span {
    opacity: .7;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0 10px;
}

.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
}

/*end mobile more lobbies*/
.sliderControlsCont {
    display: none;
}
/*END LOBBY PART*/

/*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;
    display: flex;
    transform: translateX(-100px);
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    width: 154px;
}

.close_ic_btn:before {
    content: '\e295';
    font-size: 30px;
    line-height: 0.7;
    font-family: "iconsDinamicMenu";
}

.promocode-badge.open {
    transform: translateX(0);
}

.promocode-badge .content {
    background-color: var(--cwAccentG);
    display: flex;
    align-items: center;
}

.promocode-badge .text-block {
    width: 100px;
    background-color: var(--cwAccentG);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    padding-inline-start: 8px;
    display: inline-block;
    color: var(--cwAccentTxt);
    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: #FDB500;
    transform: translateX(-34px);
    z-index: -1;
}

.promocode-badge .triangle1, .promocode-badge .triangle2 {
    position: relative;
    background-color: var(--cwAccentG);
    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;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}

.promocode-info_content {
    padding: 1px 16px 30px;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
}

.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: var(--cwBodyTxt2);
}

.promocode-container-mobile .ui-shadow-inset {
    -webkit-box-shadow: none;
    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;
    color: var(--cwBodyTxt);
}

.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 .ui-input-text input::placeholder {
    color: var(--cwBodyTxt2);
}

.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%;
    display: block;
    text-transform: uppercase;
    line-height: 44px;
    text-align: center;
}

.promocode-container-mobile .promoImg img {
    text-align: center;
    border-radius: 24px;
    width: 100%;
}

.promocode-container-mobile .promoImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 64px;
}

.promocode-container-mobile .prizeText {
    font-size: 20px;
    font-weight: bold;
    max-width: 360px;
    word-break: break-word;
    text-align: center;
    margin: 0 auto 70px auto;
}

.promocode-container-mobile .promocode_back_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 18px 0;
    text-transform: uppercase;
}

.promocode_back_icon::before {
    content: "\e087";
    font-family: "iconsDinamicMenu";
    font-size: 28px;
    margin-right: 10px;
    margin-top: 4px;
    display: inline-block;
    line-height: 0.6;
}

.promocode-badge .promocode_badge_icon {
    width: 36px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 0 8px;
    cursor: pointer;
    font-size: 20px;
    color: var(--cwAccentTxt);
}

.promo_icon:before {
    content: "\e380";
    font-family: "iconsDinamicMenu";
    font-size: 46px;
}
/*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 LOGGEDIN pages---------------*/
.heading {
    font-size: 16px;
    height: 36px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    background-color: var(--cwDominantBg2);
    color: var(--cwDominantTxt);
}

.heading:empty {
    height: 0;
    padding: 0;
    border: none;
}

.sub_heading {
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    text-align: center;
     color: var(--cwAccentBg);
    margin: 4px  0 16px 0;
    width: 100%;
    display: block;
}

/*start ACCOUNT page*/
.mobPlUserCont {
    padding: 15px;
}
.accRowClr > td.color_green {
    color: #4ec1a0 !important;
}
.accRowClr > td.color_red{
    color: #ff8f8f !important;
}
.phone_lang_cont .drop_down_lang_arrow{
    max-width:350px;
  color: var(--cwButtonSecondaryTxt);
}
.mobPlUserCont .btn_sec,
.mobPlUserCont .btn_prim {
    margin: 0;
}

.accRowClr {
    height: 30px;
    background-color: var(--cwDominantBg2);
    color: var(--cwDominantTxt);
}

.accRowClr td {
    padding: 4px;
}

.successmassage {
    color: #00d600;
    line-height: 20px;
    background-color: #fff;
    border-radius: 2px;
    text-align: center;
}

.error, .warning, .warning-log {
    color: #f33333;
}

#EmailVerifieError, #MobileVerifieError {
    color: #f00;
}

#EmailVerifieSuccess, #MobileVerifieSuccess {
    color: #00d600;
}

.succsess_color {
    color: #008000;
}

.acc_message {
    line-height: 20px;
    border-radius: 2px;
    text-align: center;
    font-size: 12px;
}

.tbl-list {
   margin-bottom: 12px;
}

.balance_withdrawal {
    display: block;
    border-radius: 2px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: rgba(0,0,0,0.9);
    color: rgba(255,255,255,0.5)
}

.account_input {
    width: 100%;
    min-height: 34px;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 14px;
    display: block;
    line-height: 34px;
}

.account_content .form-group {
    display: flex;
    column-gap: 8px;
}

.account_content .form-group button.btn_prim {
    width: 40%;
    height: 36px;
    align-self: stretch;
    line-height: 1 !important;
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
}

.account_content .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;
}

/*end ACCOUNT page*/

/*start PAYMENT part*/
.collapse_btn h3 > a{
    background-color: var(--cwDominantBg) !important;
    color: var(--cwDominantTxt) !important;
    border-color: var(--cwDominantAccent) !important;
}

.collapse_btn h3 > a:before {
    content: '\e086' !important;
    font-family: "iconsDinamicMenu" !important;
    font-size: 28px;
    color: var(--cwDominantTxt2) !important;
}
.paym_cond{
    color: var(--cwBodyTxt2) !important;
}

.btn_sec,
.btn_prim {
   border-radius: var(--cwButtonRadius);
    height: 36px;
    line-height: 36px;
    margin: 10px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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, -webkit-transform 0.25s;
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s, -webkit-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;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, -webkit-transform 0.25s;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s, -webkit-transform 0.25s;
}
/*END PAYMENT part*/

/*start HISTORY filter*/
.drop-down {
    border: none;
    width: 100%;
    min-height: 34px;
    padding: 0 10px;
    border-radius: var(--cwInputRadius);
    font-size: 14px;
    display: block;
    line-height: 34px;
}

.ui-btn-icon-right {
    padding-right: 0;
}

.account_content {
    padding: 15px;
    background-color: var(--cwModalBg) !important;
    color: var(--cwModalTxt) !important;
}

/* start *****  */
.trusted_profile {
    flex-grow: 1;
}
/* end ******  */

.search_popup_row {
    margin-bottom: 20px;
    width: 100%;
}

.search_popup_row label {
    margin-bottom: 6px;
    font-size: 14px;
    display: block;
}
.search_popup_row button {
    margin-top: 40px;
}

.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;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 150px;
    width: 130px !important;
}

.lbl-pending {
    background-color: #b6cc34;
    color: white !important;
}

.lbl-declined {
    background-color: #cc3434;
    color: white !important;
}
/*end HISTORY filter*/

/*game history & bonus history*/
.game_history td:nth-child(1) {
    width: 40%;
}

.bonus-block {
    margin-bottom: 50px;
}

.bonus-block .more-btn, .game_history .more-btn {
    display: block;
    width: 18px;
    height: 25px;
    margin: 20px auto;
    text-align: center;
    font-size: 34px;
    line-height: 22px;
    transform: rotate(180deg);
    color: inherit;
}

.bonus-block .more-btn.rotate, .game_history .more-btn.rotate {
    transform: rotate(0);
}

.bonus-block .more-btn:before, .game_history .more-btn:before {
    content: "\e411";
    font-family: "iconsDinamicMenu";
}
/*game & nonus history end*/
/*bonus history redesign*/

.bonus-history .bonus-block {
    padding: 12px;
    border-radius: 4px;
    background-color: var(--cwDominantBg2);
}

.bonus-history .filter-block {
    margin-bottom: 24px;
}

#bonuses_content.bonus-history .bonus-block .item {
   border-color: var(--cwDominantBgHover) !important;
}

#bonuses_content.bonus-history .bonus-block .item:last-child {
    border: none;
}

#bonuses_content.bonus-history .col50 {
     color: var(--cwDominantTxt2) !important;
}

#bonuses_content.bonus-history .col50.text-right {
   color: var(--cwDominantTxt);
}

.bonus-history .bonus_details {
    margin-top: 40px;
}

.bonus-history .bonus_details h3 {
    text-align: start;
    font-size: 16px;
    font-weight: 700;
    color: var(--cwButtonG);
}

.bonus-history .bonus_details p {
    padding-bottom: 8px;
    color: rgba(120, 120, 120, 0.8);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 14px 0;
}
#bonuses_content .bonus-block .item,
.bonus-history .bonus_details p {
    color: var( --cwDominantTxt3);
    border-color: var(--cwModalTxt3);
}
.bonus-history .bonus_details p:last-child {
    border-bottom: none;
}

.bonus-history .bonus_details p span {
   color: var(--cwDominantTxt);
}
.bonuses_content.bonus-history .rslt_tbl_heading { 
    background: var(--cwModalBg2);
    color: var(--cwModalTxt2);
}

.bonuses_content.bonus-history .rslt_tbl > tbody > tr {
    background-color: var(--cwDominantBg3);
    color: var(--cwModalTxt);
}
.bonuses_content.bonus-history .rslt_tbl > tbody > tr:hover {
    background-color: var(--cwInputG);
    color: var(--cwModalTxt);
}


.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;
    margin-top: 3px;
}

#bonuses_content .col50 {
    width: 50%;
    float: left;
    text-align:left;
}

.clearfix:before, .clearfix:after {
    content: "";
    clear: both;
    display: table;
}
/*Free Spins account*/


/*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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 7px 1px rgba(0, 0, 0,0.15);
    background-color: var(--cwDominantBg2);
    color: var(--cwDominantTxt);
}

.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;
    background-color: var(--cwDominantRGBA);
}

.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: 20px;
}

.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;
    font-size: 13px;
}

.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.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;
}

.back .arrow_left {
    font-size: 42px;
    padding-bottom: 4px;
}

/*bonus confirmation popup*/
.lblInboxCount1 {
    padding: 0 5px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
}

.number {
    min-width: 17px;
    height: 17px;
    padding: 2px 3px;
    color: #1A1A1A;
    font-size: 10px;
    font-weight: 500;
    border-radius: 10px;
    background-color: #FFB700;
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 17px;
    padding: 2px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: 'Roboto', sans-serif;
}

.rm__link__collapse_link .count_bonus-number {
    line-height: 16px;
}

/* start NEW 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
}

.switcher_box {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
    background-color: var(--cwBodyBg2);
    color: var(--cwBodyTxt);
}
.balance-tab {
    color: var(--cwBodyTxt);
}

.df-ac-jb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    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;
    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;
    border-color: var(--cwAccentBg);
}
.real-tab.active {
    background: var(--cwBodyBg);
    color: var(--cwBodyTxt);
}

.bonus-tab.active {
    background: var(--cwAccentBg);
    color: var(--cwAccentTxt);
}

.balance-switcher .dynamic_icon.gift {
    margin-inline-end: 9px;
}

.balance-switcher .info-wrapper {
    margin-inline-end: 9px;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}

.balance-switcher .info-wrapper:hover .info-text {
    display: block;
}

.balance-switcher .dynamic_icon.info-icon {
    cursor: help;
}

.balance-switcher .info-text {
    max-width: 280px;
    position: absolute;
    bottom: 0;
    transform: translateY(110%) translateX(-50%);
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    background-color: var(--bg-level-3, var(--cwTooltipBg));
    color: var(--text-level-high, var(--cwTooltipTxt));
    border: 1px solid var(--bg-level-3, var(--cwTooltipBgHover));
    width: max-content;
    left: 50%;
    border-radius: 6px;
    padding: 8px 12px;
    display: none;
}

.balance-switcher .info-text ul{
    list-style-type: square;
    padding-inline-start: 16px;
}
.balance-switcher .info-text li::marker{
    color:var(--cwAccentBg);
}

@media only screen and (max-width: 360px) {
    .balance-switcher .info-text {
        max-width: 220px;
    }
}

.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: 0;
    left: 50%;
    transform: translateY(-100%) translateX(-50%);
    color: var(--cwModalAccent);
}

.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;
    transition: .4s;
    background-color:var(--cwInputTxt3) !important;
}

.balance-switcher .slider:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    left: 1px;
    bottom: 1px;
    background-color: var(--cwInputTxt, #333333);
    transition: .4s;
}

.balance-switcher input:checked + .slider {
   background-color:var(--cwInputAccent) !important;
}

.balance-switcher input:focus + .slider {
    box-shadow: 0 0 1px var(--cwInputAccent, #26A69A);
}

.balance-switcher input:checked + .slider:before {
    transform: translateX(10px);
}

.balance-switcher .gift,
.balance-switcher .info-icon {
    font-size: 32px;
    line-height: 0.5;
    margin: 0;
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.field-validation-error:empty{
    display:none;
}
/*---------------------*/
/*start old new sport switcher*/

.sport_oldNew_switch .sport_oldNew_switch_input {
    display: none;
}

.sport_oldNew_switch .sport_oldNew_switch_input + label {
    width: 36px;
    height: 20px;
    position: relative;
}

.sport_oldNew_switch .sport_oldNew_switch_input + label:after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21);
}

.sport_oldNew_switch .sport_oldNew_switch_input:checked + label:after {
    inset-inline-start: 16px;
     background-color: var(--cwModalAccent);
}

.sport_oldNew_switch .sport_oldNew_switch_input + label:before {
    content: "";
    width: 36px;
    position: absolute;
    top: 3px;
    height: 14px;
    display: block;
    border-radius: 20px;
    transition: all 0.3s ease;
}
.sport_oldNew_switch .sport_oldNew_switch_input + label:before,
.sport_oldNew_switch .sport_oldNew_switch_input + label:after {
    background-color: var(--cwModalTxt);
}

.sport_oldNew_switch .sport_oldNew_switch_input:checked + label:before {
    content: "";
     background-color: var(--cwModalTxt);
}

.sport_oldNew_switch  .sport_oldNew_switch_text {
    margin-inline: 8px;
    cursor: pointer;
    white-space: nowrap;
}

/*end old new sport switcher*/

/*new bonus sport*/

.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%);
     background: var(--cwModalBgHover);
    color: var(--cwModalTxt2);
}

.controls .btn-next,
.controls .btn-prev {
    width: 18px;
    cursor: pointer;
    padding: 2px 6px;
    backdrop-filter: contrast(70%);
    font-size: 20px;
     background: var(--cwModalBgHover);
    color: var(--cwModalTxt2);
}
.bonus_btn.active_bonus_btn {
    background: var(--cwButtonG);
    color: var(--cwButtonTxt);
}

.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 var(--cwDominantBgHover);
    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%);
    backdrop-filter:none;
    background-color:var(--cwDominantBg);
    color:var(--cwDominantTxt);
}

.event-list--all .see-all {
    display: -webkit-box;
    display: -ms-flexbox;
    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 a{
    background-color:var(--cwDominantBg2);
    color:var(--cwDominantTxt);
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}

.event-list__item--first-level {
    backdrop-filter: contrast(70%);
}

.event-list__item.active {
    color: #FFB700;
    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%);
}

.event-list--2 > .event-list__item {
    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;
}

@-webkit-keyframes pulse-ring {
    0% {
        -webkit-transform: scale(.33);
        transform: scale(.33);
    }

    80%, 100% {
        opacity: 0;
    }
}

@keyframes pulse-ring {
    0% {
        -webkit-transform: scale(.33);
        transform: scale(.33);
    }

    80%, 100% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse-dot {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
}

@keyframes pulse-dot {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
}
/*------*/

/*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;
    border-radius: 8px;
    padding: 10px 16px;
}
.notification_confirmPopup__inner,
.bonus-cancel-confirmation{
    background-color: var(--cwModalBg) !important;
    color: var(--cwModalTxt) !important;
    border-radius: var(--cwModalRadius) !important;
    border: 1px solid var(--cwModalBgHover) !important;
}
.confirmation_inner {
    flex-wrap: wrap;
    flex-direction: initial !important;
}
.notification_confirmPopup {
    background-color: var(--cwModalShadow) !important;
}
.confirmation__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    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: var(--cwButtonSecondaryG);
    color: var(--cwButtonSecondaryTxt);
    border: 1px solid var(--cwButtonSecondaryBgHover);
}

.js_reject_cancel {
    margin-left: auto;
    background: var(--cwButtonG, var(--btn-primary));
    color: var(--cwButtonTxt, var(--btn-primary-text));
    border: 1px solid var(--cwBodyBgHover, var(--btn-primary));
}
.refer-friend .secondary-btn.disabled {
    -webkit-filter: none !important;
    filter: none !important;
    background: var(--cwButtonG) !important;
    color: var(--cwButtonTxt) !important;
    border: 1px solid var(--cwButtonBgHover) !important;
    opacity: 0.4 !important;
}
/*------------------*/

.new_bonuses .bonus_tab_list {
    display: flex;
    padding: 12px;
    background: var(--cwModalBg);
    color: var(--cwModalTxt);
    border-bottom: 1px solid var(--cwModalBg2, 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.9;
    height: auto;
    width: auto;
    border: none;
    background-color: transparent;
    color: inherit;
}

.new_bonuses .tab_item .arrow_left {
    line-height: 12px;
    color: #B3B3B3;
    font-size: 24px;
    margin-right: 10px;
    padding: 0;
}

.new_bonuses .back {
    padding: 12px;
    display: flex;
    align-items: center;
    max-width: 94vw;
}

.new_bonuses ul .active {
    opacity: 1;
    background-color: var(--cwButtonSecondaryBg);
    color: var(--cwButtonSecondaryTxt);
}

.bonus_tab_list > li:not(:last-child) {
    margin-right: 8px;
}

/* bonus  Content  */
#bonuses_content, .tl_gh {
    padding: 15px 15px 30px;
}

.confirmation-block .col50 {
    width: 50%;
    float: left;
    padding: 0 5px;
}

.confirmation-block .col50 > button {
    height: 36px;
}

.bonuses_content_box {
    padding: 20px 12px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
    /*color: #B3B3B3; has problem for all partners*/
}

.bonuses_content_box .title {
    font-size: 13px;
    line-height: 15px;
    text-transform: capitalize;
    margin-bottom: 12px;
    display: block;
}

.bonus_card_box {
    margin-bottom: 12px;
}

.disabled-card {
    filter: grayscale(0.9);
    pointer-events: none;
}

.bonus_card {
    border-radius: 8px;
    position: relative;
}

.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: var(--cwDominantShadow, rgba(26, 26, 26, 0.5));
    color: var(--cwDominantTxt, #fff);
    position: absolute;
}

.game_quantity {
    top: 0;
    right: 0;
    padding: 7px 12px;
    border-radius: 0px 8px;
    font-size: 14px;
    line-height: 17px;
    -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(--cwDominantBg2);
    color:  var(--cwDominantAccent);
    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);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card_number .status {
    display: inline-block;
}

.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: var(--cwDominantBgHover, rgba(120,120,120,0.2));
    color: var(--cwDominantTxt, #fff);
    padding: 12px 16px 16px;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 30%);
}
.bonus_card_body .text_yellow{
    color: var(--cwDominantAccent) !important;
    font-weight:500 !important;
}
.bonus_caption {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 12px;
    display: flex;
}

.bonus_text_ellipsis {
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
}

.bonus_caption span:first-child:after {
    content: '|';
    color: var(--cwDominantBg3, #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 li span:first-child {
    opacity: 0.8
}

.text_yellow {
    color: var(--cwAccentBg,#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 var(--cwDominantBgHover, rgba(0,0,0,0.2));
    font-size: 11px;
    line-height: 13px;
    color: var(--cwButtonSecondaryTxt, #fff);
}

.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;
}

.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: var(--cwDominantBg2, 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%;
}




.bonus_btn,
a.bonus_btn,
.bonus_timer li {
    background-color: var(--cwButtonSecondaryBg, rgba(100,100,100,0.3));
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    color: var(--cwButtonSecondaryTxt, #fff);
}

.bonusCancel.bonus_btn,
a.bonusCancel.bonus_btn {
    margin-bottom: 0;
    background: var(--cwButtonSecondaryBg, rgba(255, 91, 91, 0.05));
    color: var(--cwButtonSecondaryTxt2, #FF5B5B);
}

.bonus_btn.disabled,
.bonus_btn:disabled {
    opacity: 0.7;
}



.bonus_btn.pending_bonus_btn {
    background: var(--cwButtonG, #FFB700);
    color: var(--cwButtonTxt, #1a1a1a);
}

.bonus_actions {
    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 var(--cwDominantBg, 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;
    color: var(--cwDominantTxt, #fff);
}

.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: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}

.bonus_games .icon {
    width: 28px;
    margin-right: 12px;
    text-align: center;
    background-color: var(--cwDominantBg);
    border-radius: 0px 0px 24px 24px;
    padding: 8px 0;
}

.bonus_games .icon i,
.discount i {
    color: var(--cwModalTxt);
    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;
    color: var(--cwInputTxt);
}

.bonus_search input {
    border-radius: 4px;
    padding: 14px 35px 14px;
    font-size: 13px;
    line-height: 15px;
    width: 100%;
    border: 1px solid;
     background-color: var(--cwInputG);
    color: var(--cwInputTxt);
    border-color:  var(--cwInputBgHover);
}

.bonus_search i.search_icon {
    position: absolute;
    top: 9px;
    inset-inline-start: 14px;
    font-size: 30px;
    opacity: 0.7;
}

.bonus_search input:-moz-placeholder-shown ~ .close-search {
    display: none;
}

.bonus_search input:-ms-input-placeholder ~ .close-search {
    display: none;
}

.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: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "a a"
        "a a";
    margin: 0 -4px;
}

.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);
    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;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
}

.ui-loader {
    opacity: 1;
}
/*start sportBonus_list*/
.sportBonus_list {
    background-color: var(--cwDominantBg, rgba(26, 26, 26, 0.3)) ;
    border-radius: 8px;
    position: relative;
    padding: 0 12px;
}

.sportBonus_list li {
    padding: 10px 0;
    margin: 0;
    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: var(--cwDominantAccent, #FFB700);
    font-size: 30px;
    line-height: 0.5;
}

.sportBonus_list .bonus_tooltip {
    background: var(--cwTooltipBg, #616161);
    color: var(--cwTooltipTxt, #fff);
    padding: 4px 16px;
    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:  var(--cwTooltipBg, #616161);
}

.sportBonus_list-icon:hover + .bonus_tooltip {
    display: block;
}
/*end sportBonus_list*/
/*end NEW BONUSES page*/

/*start NO BONUSES section*/
.noBonus-box {
    display: -webkit-box;
    display: -ms-flexbox;
    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:var(--cwAccentBg);
}

.noBonus-box .noBonus-title {
    font-weight: normal;
    font-size: 16px;
}
/*end NO BONUSES section*/

/*start PROFILE page*/
.reg_prof__element_row select:disabled {
    opacity: 0.35;
}

.profile_container label {
    display: flex;
    margin-bottom: 4px;
    font-size: 12px;
}

.account_content .btn_prim {
    margin-top: 32px;
}
.reg_prof__element_row, .changepass__element_row {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
}
.reg__checkboxes{
    margin-bottom: 12px;
}
.tl_my_prof_lockMsg {
    font-size: 13px;
    line-height: 1.3;
    color: var(--cwModalTxt)
}
.calendar_icon {
    position: relative;
}
.calendar_icon:before{
    font-family: iconsDinamicMenu;
    content: "\e198";
    font-size: 35px;
    position: absolute;
    inset-inline-end: 10px;
    bottom: -5px;
    pointer-events: none;
    z-index: 10;
}

.changepass__element_row label,
.forgot_pass__row label {
    float: left;
}

.forgot_pass__row.float_none label {
    float: none;
}

.reg_prof__element_row.fail .reg_err_mess:not(:empty) {
    display: block;
}

.input-validation-error ~ .checkBox_icon{
    border-color: #ff0000 !important;
}

.field-validation-error {
    color: #ff0000 !important;
    margin-bottom: 5px;
    display: block;
    padding: 4px 0;
}

.regErMes .field-validation-valid {
    display: block;
    margin-bottom: 8px;
}

#send_btn_errors > span {
    display: block;
}

/*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: 1.3;
    align-items: center;
}

/*end PROFILE page*/

/*start cookiePopup colors*/
body .cookiePopup {
    background-color: var(--cwModalBgHover) !important;
    color: var(--cwModalTxt) !important;
    border: 1px solid var(--cwModalBg2) !important;
}
body .cookiePopup-header svg {
    fill: var(--cwModalTxt);
}

body .cookiePopup .tl_head_close {
    color: var(--cwModalTxt3);
}

body .cookiePopup .cookiePopup-heading {
    color: var(--cwModalTxt);
}

body .cookiePopup .cookiePopup-text {
    color: var(--cwModalTxt2);
}

body .cookiePopup-transparentBtn {
    color: var(--cwButtonSecondaryTxt);
    background-color: var(--cwButtonSecondaryBg);
}

body .cookiePopup-primeBtn {
    background: var(--cwButtonG);
    color: var(--cwButtonTxt) !important;
    border: 1px solid var(--cwButtonBorder);
}
/*end cookiePopup colors*/

/*start Two-factor authentication */
.tfa_content {
    padding: 30px 17px 30px 16px;
    font-size: 14px;
    background-color:var(--cwModalBg);
    color:var(--cwModalTxt);
}
.search-filter .field-input[readonly="true"] {
    opacity: 0.5;
}
.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;
    transition: all 0.4s ease;
    cursor: pointer;
    border: 1px solid var(--cwModalTxt2) !important;
    margin: 0 16px;
    background-color: var(--cwModalTxt2) !important;
}

.tfa_switcher_item:before {
    content: "";
    display: block;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    left: 3px;
    transition: all 0.2s ease;
    box-shadow: 0px 5px 5px #00000043;
    top: 3px;
    background: var(--cwModalBg) 0% 0% no-repeat padding-box !important;
}

.tfa_switcher_input {
    opacity: 0;
    position: absolute;
    z-index: -5;
    visibility: hidden
}

.tfa_switcher_input:checked + .tfa_switcher_item:before {
    left: 25px;
    background: var(--cwButtonTxt) 0% 0% no-repeat padding-box !important;
}

.tfa_switcher_input:checked + .tfa_switcher_item {
    background-color: var(--cwButtonBg) !important;
    border-color: var(--cwButtonBgHover) !important;
}

.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;
    background: var(--cwInputBg);
    color: var(--cwInputTxt);
    border: 1px solid var(--cwInputBgHover);
}

.qr_code_input::placeholder {
  color: var(--cwInputTxt2);
}

.qr_code_btn {
    width: 100%;
    height: 48px;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif !important;
    background-color: var(--cwButtonBg) !important;
    color: var(--cwButtonTxt) !important;
    border: 1px solid var(--cwButtonBgHover) !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;
    left: 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;
}
/*tfa popup*/
.tfa_popup_container {
    background-color:var(--cwModalBg);
    color:var(--cwModalTxt);
    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 { 
    background-color:var(--cwModalBg2);
    color:var(--cwModalTxt);
    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;
}

.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:var(--cwInputG);
    color:var(--cwInputTxt);
    border-radius: 2px 2px 0px 0px;
    color: #808080;
    width: 100%;
    border: none;
    height: 36px;
    border-bottom: 1px solid var(--cwInputBg2);
    padding: 0 15px;
}

.tfa_popup_container .tfa_popup_input::placeholder {
    color: #cccccc;
}

.tfa_popup_btn {
    height: 36px;
    font-weight: 500;
    width: 100%;
    border: none;
    border-radius: 2px;
    text-transform: uppercase;
    background-color:var(--cwButtonBg);
    color:var(--cwButtonTxt);
}

.tfa_popup_img {
    max-width: 159px;
    margin: 22px auto 40px;
    display: block;
}

.tfa_popup_content {
    padding: 23px 27px 15px;
    min-height: calc(100% - 47px);
}

.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*/

/*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: 30px;
}

.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;
}

.agent_system_content .ag_link_info,
.account_content .ref_link_info {
    border-radius: 6px;
    height: 37px;
    min-width: calc(100vw - 86px);
    border: none;
    background-color: var(--cwButtonSecondaryBg) !important;
    color: var(--cwButtonSecondaryTxt) !important;
    opacity: 1;
    direction: ltr;
}

.agent_system_page .rm__my_profile_ID_massage {
    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*/

/* start ref link info*/
.ref_link_info + .ag_copy_btn, .ag_link_info + .ag_copy_btn{
    background-color: var(--cwButtonSecondaryBg) !important;
    color: var(--cwButtonSecondaryTxt) !important;
}
/* end ref link info*/

/*clipboard copy msg*/
.copy_msg {
    width: calc(100% - 40px);
    background:  var(--cwTooltipBg);
    color:  var(--cwTooltipTxt);
    padding: 10px 20px;
    margin: 20px;
    border-radius: 4px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    border-inline-start: 4px solid  var(--cwButtonBg);
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.copy_msg .dynamic_icon {
    font-size: 30px;
    line-height: 1;
    border-radius: 50%;
    background:  var(--cwButtonBg);
    color: var(--cwButtonTxt);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*----------*/

/*start INBOX page*/
/* MY INBOX */
#content.inbox_bg{
    padding: 10px;
}

.inbox_bg_main {
    padding: 15px;
}

.tl_my_inbox_mails_cont {
    margin-bottom: 20px;
}

.tl_mail_item {
    border-bottom: 1px solid;
    padding: 10px 16px;
    cursor: pointer;
    color: #fff;
    width: 100%;
    border-color: var(--cwDominantBg3);
}
.tl_mail_item.unread {
    background-color: var(--cwDominantBg);
    color: var(--cwDominantTxt);
}
.tl_mail_item.unread .tl_mail_details_title {
    color: var(--cwDominantTxt2);
}

.tl_mail_icon_box {
    margin-bottom: 0px;
}

.tl_mail_icon {
    font-size: 36px;
    height: 26px;
    flex-shrink: 0;
    flex-grow: 0;
    width: 26px;
    color: #999;
    position: relative;
    text-align: center;
    line-height: 26px;
    font-family: "iconsDinamicMenu";
}

.tl_mail_item.unread .tl_mail_icon:before {
    content: "\E304";
}

.tf_msg_icon:before {
    content: "\E285";
}


.tl_mail_icon_dot {
    background: #f00;
    width: 11px;
    height: 11px;
    line-height: 11px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 10px;
    text-align: center;
}

.tl_mail_msgId {
    font-size: 14px;
    font-weight: bold;
    margin: 0 5px;
    display: flex;
}

.tl_mail_details_box {
    font-size: 12px;
    margin-bottom: 0px;
    position: relative;
}

.tl_mail_details_title {
    color: var(--cwBodyTxt2);
}

.tl_mail_details {
    margin: 0 5px;
    max-width: 80%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--cwBodyTxt);
}

.tl_msg_button_cont {
    width: 90%;
    margin: 25px auto;
}

.tl_mail_row {
    margin-bottom: 10px;
    padding: 10px 16px;
}
.tl_mail_row,
.tl_mail_message_body {
    background-color: var(--cwDominantBg2);
}
.tl_mail_row.active {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tl_mail_row .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tl_mail_row .d-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tl_mail_row.head {
    padding: 0 0 0 11px;
    min-height: 36px
}

.tl_mail_row.active {
    cursor: pointer;
}

.tl_mail_date_div {
    font-size: 14px;
}

.tl_mail_message_cont.hide {
    display: none;
}

.tl_mail_message_body img {
    width: 100%;
}

.tl_mail_header {
    position: relative;
}

.tl_mail_header:before {
    content: '\E364';
    position: absolute;
    inset-inline-start: 10px;
    top: 9px;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-family: iconsDinamicMenu;
    font-size: 24px;
    transform: rotate(90deg);
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.cw-rtl-global .tl_mail_header:before {
    transform: rotate(270deg);
}

.tl_mail_message_body {
    padding: 16px;
    margin: 10px 0;
    word-break: break-word;
}


.tl_mail_attachfiel {
    color: #FFF;
    border-radius: 2px;
    outline: none;
    line-height: 18px;
    font-size: 14px;
    text-decoration: none;
    padding: 0 15px;
}

.tl_mail_attached_fiel {
    align-items: center;
    padding: 0 7px;
    margin-bottom: 5px;
    line-height: 1.1;
    word-break: break-all;
}

.tl_mail_attachfiel_content {
    flex-wrap: wrap;
    grid-gap: 8px;
}

.tl_mail_attachfiel_content > a{
    max-width: 100%;
}

.tl_mail_attachfiel_download_btn {
    border-radius: 2px;
    outline: none;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-decoration: none;
    padding: 0 10px;
    cursor: pointer;
    white-space: nowrap;
    column-gap: 5px;
    background-color: var(--cwDominantBg3);
    color: var(--cwDominantTxt);
}

.tl_mail_attachfiel_delete {
    width: 25px;
    height: 36px;
    display: block;
    line-height: 32px;
    text-align: center;
    color: #f14100;
    cursor: pointer;
}

.tl_mail_attachfiel_delete:before {
    font-family: iconsDinamicMenu;
    content: "\E389";
    display: block;
    font-size: 30px;
}

.tl_mail_attachfiel_download {
    width: 25px;
    height: 36px;
    display: block;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

.tl_mail_attachfiel_download:before {
    font-family: iconsDinamicMenu;
    content: "\E392";
    display: block;
    font-size: 22px;
}

.tl_mail_attachfiel_screp {
    width: 20px;
    height: 36px;
    display: block;
    line-height: 36px;
    text-align: center;
     color: inherit;
}

.tl_mail_attachfiel_screp:before {
    font-family: iconsDinamicMenu;
    content: "\E390";
    display: block;
    font-size: 30px;
}

.tl_mail_send_area {
    resize: none;
    width: 100%;
    border: none;
    height: 120px;
    margin: 10px 0;
    padding: 10px;
    border-radius: 2px;
    box-shadow: none
}


.deleteAll_icon, .readAll_icon {
    font-size: 40px;
    color: #999;
    padding: 0 7px;
    cursor: pointer;
    transition: all .3s ease;
}
.deleteAll_icon,
.readAll_icon,
.tl_mail_icon,
.delete_icon {
    color: var(--cwBodyTxt2)
}

/*end INBOX page*/
/*----------start LOGGEDIN pages---------------*/
/*START REGISTRATION*/
.tl_head_text {
    font-size: 17px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.register_content {
    padding: 0;
}

.D_reg_step > .tl_row > .tl_col-6 {
    flex: 0 0 100%;
    max-width: 100%;
}

.registration__container {
    padding: 16px 16px 32px 16px;
}

.registration__container, 
.register_content {
    background-color: var(--cwRegisterBg)!important ;
    color: var(--cwRegisterTxt) !important;
}


/*--start forms*/
.form-group {
    margin-bottom: 12px;
    position: relative;
}

.form-group-label {
    margin-bottom: 4px;
    font-size: 12px;
    line-height:18px;
    display: flex;
    color: var(--cwRegisterTxt3);
}


/*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 {
*/
.forgot_pass__row label, 
.r_login__row label, 
.changepass__element_row label,
.forgot_pass__row > div > label,
.reg_prof__element_row label:not(.checkBox_label, .radioBox_label),
.reg_content label:not(.checkBox_label, .radioBox_label){
    font-size: 12px;
    margin-bottom: 4px;
    display: inline-block;
    line-height: 18px;
}
.reg_info_text {
    font-size: 12px;
    line-height: 18px;
}

.tl_sel_popup_reg,
.tl_input_popup_reg {
    margin: 0;
    display: block;
    width: 100%;
    height: 36px;
    padding: 0 12px;
    font-size: 14px;
    border: 0;
    line-height: 36px;
    outline: 0;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    border: 0;
    border-bottom: 2px solid transparent;
    text-indent: 0;
    color: var(--cwInputTxt);
    background: var(--cwInputG);
    border-radius: var(--cwInputRadius);
    border: 1px solid var(--cwInputBorder);
}
::placeholder,
.tl_sel_popup_reg::placeholder,
.tl_input_popup_reg::placeholder {
    color: var(--cwInputTxt3);
}
/*start Edge Browser Eye Icon*/
input[type="password"]::-ms-reveal {
  display: none;
}
/*end Edge Browser Eye Icon*/

.regT5 .reg_prof__element_row.captcha .reg__row_title, 
.regT5 .forgot_pass__row label {
    float: left;
}
.cw-rtl-global .regT5 .reg_prof__element_row.captcha .reg__row_title, 
.cw-rtl-global .regT5 .forgot_pass__row label {
    float: right;
}


.form-group img {
    min-height: 35px;
}

.mobile_first_number {
    min-width: 80px;
    margin-inline-end: 8px;
}
/*static login*/
#staticLogin {
    padding: 0 20px;
}

.static_login_content .static_log_btn {
    margin-top: 40px;
}
/*--radio button styles*/
.radio_input {
    display: none;
}

.ui-radio .ui-btn.ui-radio-off:after,
.ui-radio .ui-btn.ui-radio-on:after,
.radio_input + .radio_btn_style {
    display: inline-flex;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    border: 3px solid transparent;
    margin-inline-end: 10px;
    margin-top: 1px;
    box-shadow: 0 0 0px 2px var(--cwModalTxt2);
}

.ui-radio .ui-btn.ui-radio-off:after,
.ui-radio .ui-btn.ui-radio-on:after{
    content: "";
    box-sizing: border-box;
    order: -1;
    background-color: transparent;
    margin: -7px 2px 0 2px;
}

.radio_input:checked + .radio_btn_style,
.ui-radio .ui-btn.ui-radio-on:after{
     box-shadow: inset 0 58px 0px 12px var(--cwRegisterTxt2), 0 0 0px 2px var(--cwRegisterTxt2);
}

.cw-rtl-global .regT7 .reg__gender_row label, 
.cw-rtl-global .regT19 .reg__gender_row label{
    padding: 0 ;
    padding-inline-start: 40px;

}
.cw-rtl-global .ui-radio .ui-btn.ui-radio-on:after{
    left: auto;
    right: .5625em;
}

/*Radio Button new style*/
.radioBox_label {
    display: flex;
    align-items: center;
    padding: 0;
    gap: 8px;
    line-height: 36px;
}

.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(--cwRegisterTxt2);
    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(--cwRegisterTxt2);
}

.radioBox_label input:checked + .radioBox_icon {
    opacity: 1;
}
.radioBox_text {
    font-size: 12px;
    color: var(--cwRegisterTxt2)
}
.reg_checkbox_content a {
    color: var(--cwBodyTxt);
}
/*Radio Button new style*/ 

/*Start Registration input loader*/
.loading_border {
    position: relative;
    --tw-gradient-from: transparent;
    --tw-gradient-to: var(--cwModalAccent);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.loading_border .phone_number_inp_reg:after,
.loading_border:after {
    content: "";
    z-index: 4;
    position: absolute;
    left: 4px;
    display: block;
    height: 1.5px;
    width: calc(100% - 8px);
    border-radius: 4px;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    animation: loadingLinear 1.2s cubic-bezier(.455,.03,.515,.955) infinite;
}

.phone_reg_row.loading_border:after {
    display: none;
}

@keyframes loadingLinear {
    0% {
        transform-origin: left;
        transform: scaleX(0)
    }

    60% {
        transform-origin: left;
        transform: scaleX(1)
    }

    64% {
        transform-origin: right;
        transform: scaleX(1)
    }

    to {
        transform-origin: right;
        transform: scaleX(0)
    }
}
/*End Registration input loader*/

/*--checkbox button styles*/
.checkbox_input {
    display: none;
}

.checkbox_btn_style {
    height: 20px;
    width: 20px;
    min-width: 20px;
    border: 2px solid;
    border-radius: 3px;
    margin-inline-end: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}

.checkbox_btn_style:before {
    content: " \e204";
    font-family: "iconsDinamicMenu";
    opacity: 0;
}

.checkbox_input:checked + .checkbox_btn_style:before {
    opacity: 1;
}

.checkBox_input.input-validation-error ~ span,
.checkbox_input.input-validation-error ~ span {
    color: #fc0000;
}

.reg__checkboxes a {
    font-weight: bold;
    text-decoration: underline;
}

.terms-label {
    display: flex;
    column-gap: 10px;
    align-items: flex-start;
}
/*--registration errors*/
.input-validation-error, 
.tfa_popup_input.input-validation-error,
.captcha .reg_input.error{
    border-bottom: 1px solid #fc0000 !important;
}

.ui-select > .input-validation-error{
    border-color: transparent;
}

.reg_err_mess {
    display: none;
    position: absolute;
    top: 104%;
    left: 0;
    width: 100%;
    border-radius: 2px;
    padding: 8px;
    z-index: 12;
    font-size: 12px;
    background: #ffffff ;
    color: #f00;
    box-shadow: 0 3px 3px #0F132D29
}

.reg_warn_mess {
    color: darkorange
}

.reg_error_message_platform {
    font-size: 12px;
    color: #ff0000;
    margin: 10px 0
}
.succes_color {
    color: #4BB543;
}
.error_captcha .reg_err_mess,
.reg_captcha_error .reg_err_mess,
.input-validation-error ~ .reg_err_mess{
    display: block;
}

.reg_err_mess span:before {
    border: 5px solid transparent;
    top: -10px;
    inset-inline-start: 8px;
    content: "";
    position: absolute;
    border-bottom: 5px solid  #ffffff ;
}

.input_validation_fail .reg_err_mess:not(:empty) {
    display: block;
}
.reg_error_message {
     color: #ff0000;
}
/*captcha*/
/*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);
    border-radius: var(--cwInputRadius);
}
.reg_content .reg_prof__element_row .captchaImage{
    margin-left: 0px;
}
.cw-rtl-global .reg_prof__element_row .captchaImage,
.cw-rtl-global .phone_number_reg{
    margin-left: 0px; 
}

.captcha_space,
.captcha .reg_prof__element_row {
    width: 100%;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 8px;
}

.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;
    color: var(--cwInputTxt2);
}

.refreshLoginCaptcha,
.refresh-captcha {
    display: flex;
    align-items: center;
    justify-content: center;
}

.forgot_pass_container{
    min-height: 200px;
}

.forgot_pass__row.captcha {
    width: 100%;
    display: flex;
}

.forgot_pass__row .captcha_input_cont {
    width: 100%;
}

.tl_popup_content {
    padding: 24px 32px;
}

.captcha {
    column-gap: 8px;
    align-items: flex-start;
}

.forgot_pass__row .warning {
    margin-block: 8px;
    background-color: var(--cwBodyBg);
}

.refresh-captcha:before, .refreshLoginCaptcha:before {
    content: "\E386";
    font-family: "iconsDinamicMenu";
    font-size: 35px;
}


.refresh-captcha {
    position: absolute;
    right: 4px;
    font-size: 40px;
    line-height: 22px;
    height: 35px;
}

.tf_refresh_icon {
     color: var(--cwModalTxt2);
}

.tf_refresh_icon:before {
    content: "\e228";
    font-family: "iconsDinamicMenu"
}

#Captcha {
    padding-inline-end: 0;
    display: inline-flex;
}

@media only screen and (max-width: 340px){
    .g-recaptcha iframe, .g-recaptcha-login iframe {
        transform: scale(0.88);
        transform-origin: 0 0;
    }
    #forgotPassForm .captcha_block {
        justify-content: flex-start!important;
    }
}

.forgot_pass_container .captcha_block + .field-validation-valid {
    display: block;
    margin-block: 8px;
    position: static;
    background-color: var(--cwBodyBg);
    padding: 0;
}
/*start password reset*/
.forgot_pass__row .warning .field-validation-error,
.forgot_pass_container .warning .field-validation-error{
    background-color: var(--cwBodyBg);
    margin-top: 6px;
}
/*end password reset*/
/*start eye_button*/
.eye_button {
    border: none;
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
    padding: 0 10px;
    cursor: pointer;
    background-color: transparent;
    color: var(--cwInputTxt3);
    font-family: "iconsDinamicMenu";
    width: auto !important;
    box-shadow: none;
    height: 36px;
    line-height: 36px;
}
.eye_button:before {
    content: "\E235";
    font-family: "iconsDinamicMenu";
    font-size: 40px;
}

.eye_button.opened_pass:before {
    content: "\E234";
}
.eye_block {
    position: relative;
}

.eye_block input{
    padding-inline-end: 35px;
}
/*end eye_button*/
/*end updateing login, forgot pass, forgot username captcha block*/
/*start registration congrats*/
.reg_congrates_title {
    display: block;
    font-size: 38px;
    color: var(--cwModalAccent);
}

.reg_congrates_text {
    display: block;
    font-size: 16px;
    margin-bottom: 22px;
}

.reg_congrates {
    min-height: 328px;
}

/*--end forms*/


/*-start registration with steps*/
/*-register banner*/
.register_left_banner {
    width: 100%;
}

.register_right_part {
    width: 100%;
    padding: 16px 16px 32px 16px;
}
/*---register dots*/
#registerForm .reg_content  {
    background: var(--cwRegisterBg);
    color: var(--cwRegisterTxt2);
}
.reg_steps_info,
.register_steps_info {
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom:16px;
}
.reg_progress_dots,
.register_progress_dots{
    margin-bottom: 16px;
}
.reg_progress_dots ~ .register_step_number  {
    margin-top: -8px;
}
.register_step_number {
    margin-bottom:16px;
}
.reg_progress_dots span:not(:last-child),
.register_progress_dots span:not(:last-child) {
    display: block;
    width: 100%;
}

.reg_progress_dots span,
.register_progress_dots span {
    height: 2px;
    margin: 12px 0;
    display: block;
    background: var(--cwRegisterTxt2) !important;
     color: var(--cwRegisterTxt2);
}

.reg_progress_dots span:before,
.register_progress_dots span:before {
    content: "";
    height: 24px;
    width: 24px;
    border-radius: 50%;
    display: block;
    margin-top: -12px;
    box-sizing:border-box;
    background-color: var(--cwRegisterBg);
    border: 2px solid var(--cwRegisterTxt2);
}

.reg_progress_dots span.done:before,
.register_progress_dots span.done:before {
    content: "\e204";
    font-family: "iconsDinamicMenu";
    font-size: 26px;
    text-align: center;
    line-height: 20px;
    border-color: var(--cwRegisterAccent);
    background-color: var(--cwRegisterAccent);
    color: var(--cwRegisterAccentTxt);
}

.reg_progress_dots span.active:before,
.register_progress_dots span.active:before {
    border-color: var(--cwRegisterAccent );
    background-color: var(--cwRegisterAccent);
    box-shadow: inset 0px 0px 0px 4px var(--cwRegisterBg);
}

.register_progress_dots span.active{
    background:  var(--cwRegisterTxt2) !important;
}

.reg_progress_dots span.done,
.register_progress_dots span.done {
   background-color: var(--cwModalAccent) !important;
}

.reg_progress_dots span.done svg{
    display: none;
}

.register_step_number span {
    font-size: 12px;
    min-width: 35px;
    line-height: 18px;
}

.register_steps_info .register_step_descr {
    font-size: 16px;
    font-weight: 600;
}
.regT22 .register_step_descr{
    font-size: 16px;
    font-weight: 500;
    line-height:24px;
    margin-bottom:8px;
}
.regT22 .txt_code_otp{
    margin-bottom:16px;
    font-size:12px;
    line-height:18px;
}
.D_reg_step {
    display: none;
}

.showStep {
    display: block;
}

#registerContent .tl_col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
}

.register_next_step {
    margin-top: 32px;
    row-gap:8px;
    flex-wrap:wrap;
    flex-direction: column;
}

.reg_btn_content.gy-2{
    row-gap: 8px;
}

.resend_btn {
    display: block;
    margin-top: 16px;
}

/*start register second part*/
#Second .register_phone_part .reg_mobile_number {
    width: 88px;
}

#Second .register_phone_part .reg_mobile_txt {
    width: calc(100% - 88px);
}

#Second .register_phone_part input:read-only {
    opacity: 0.6;
}

#Second .first_reg_template .reg__row_title {
    width: 100%;
    height: 15px;
}
.register_phone_part .resend_btn,
.register_phone_part .resend_time {
    width: 100%;
    text-align: center;
}
.register_phone_part .resend_time {
    opacity: 0.5;
}
.register_phone_part .resend_btn.disabled,
.register_phone_part .resend_time.disabled {
    display: none;
}

.register_phone_part .txt_code {
    display: block;
    line-height: 18px;
    font-size: 12px;
    margin: 16px auto;
    color: var(--cwRegisterTxt3);
}
.reg_prof__element_row .txt_code {
    margin-top:16px;
}
/*end register second part*/
/*END REGISTRATION*/
/*start forgot password elements*/
#content {
    padding: 20px;
}

.forgot_pass__row {
    margin-bottom: 16px;
    position: relative
}
.forgot_pass__row .forgot_pass__row ,
.reg_prof__element_row .reg_prof__element_row {
    margin: 0;
}
.forgot_pass__row button:not(.eye_button ){
    margin-top: 16px;
}
/*end forgot password elements*/
/*pagint start*/
.paging {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pagIt {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    margin: 0 2px;
}

.symbol {
    font-family: "iconsDinamicMenu";
    font-weight: normal;
    font-style: normal;
    font-size: 26px;
}

.paging-first-disabled:before {
    content: "\e466";
    display: block;
    opacity: 0.5;
    font-family: "iconsDinamicMenu";
    font-size: 28px;
}

.paging-prev-disabled:before {
    content: "\e098";
    display: block;
    opacity: 0.5;
    font-family: "iconsDinamicMenu";
    font-size: 26px;
}

.paging-first:before {
    content: "\e466";
    display: block;
    font-family: "iconsDinamicMenu";
    font-size: 28px;
}

.paging-prev:before {
    content: "\e098";
    display: block;
    font-family: "iconsDinamicMenu";
    font-size: 26px;
}

.paging-prev-ten:before {
    content: "\e098 \e098";
    display: block;
    font-family: "iconsDinamicMenu";
    font-size: 26px;
}

.paging-next-disabled:before {
    content: "\e097";
    display: block;
    font-family: "iconsDinamicMenu";
    opacity: 0.5;
    font-size: 26px;
}

.paging-last-disabled:before {
    opacity: 0.5;
    content: "\e466";
    display: inline-block;
    font-family: "iconsDinamicMenu";
    font-size: 28px;
    transform: rotate(180deg);
    line-height: 27px;
}

.paging-next:before {
    content: "\e097";
    display: block;
    font-family: "iconsDinamicMenu";
    font-size: 26px;
}

.paging-next-ten:before {
    content: "\e097 \e097";
    display: block;
    font-family: "iconsDinamicMenu";
    font-size: 26px;
}

.paging-last:before {
    content: "\e466";
    display: inline-block;
    font-family: "iconsDinamicMenu";
    font-size: 28px;
    transform: rotate(180deg);
    line-height: 27px;
}
.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*/

/*document tab*/
.document_upload_content {
    padding: 22px 15px;
}

.document_upload_content .reg_prof__element_row label {
    display: block;
    margin-bottom: 6px;
}

.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: 19px;
    height: 19px;
    --icoSize: 20px;
}

.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;
    -o-object-fit: contain;
    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: 36px;
    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;
    column-gap: 10px;
     background: var(--cwButtonSecondaryG);
    color: var(--cwButtonSecondaryTxt);
    border: 1px solid var(--cwButtonSecondaryBgHover);
    border-radius: var(--cwButtonSecondaryRadius);
}

.btn_document_update {
    height: 32px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px !important;
    -webkit-box-shadow: none;
    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 {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

.upload_file_info {
    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;
     color: var(--cwBodyTxt);
    background: var(--cwBodyBg2);
    border: 1px solid var(--cwBodyBg2Hover);
    border-radius: var(--cwInputRadius);
}

.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;
}
/*start info doc*/
.document_upload_content p{
    margin:10px 0;
}
.document_upload_content ul li{
    margin-bottom:8px;
    display:flex;
}
.document_upload_content  ul li:before {
    content: "*";
    display: inline-block;
    margin-right: 4px;
    position: relative;
    top: 2px;
}
/*end info doc*/

/*For new trash icon start*/

.upload_file_info_right {
    width: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.upload_file_info_right .trash_button i{
    margin: 0;
    font-size: 30px;
}

/*For new trash icon end*/

.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 {
    content: "\E235";
    font-family: "iconsDinamicMenu";
    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;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close_document_popup::before {
    transform: rotate(45deg);
}

.uploaded_img_file {
    width: 100%;
    max-height: 73vh;
}

/*documents tab*/

/*Global Error Popup*/

.backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--cwBodyShadow, rgba(0, 0, 0, 0.48)) ;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.backdrop.open {
    visibility: visible;
    opacity: 1;
}

.backdrop.open .join-popup {
    transform: rotateX(0) translateY(-20%);
    border-radius: var(--cwBodyRadius);
}


.join-popup {
    width: 580px;
    padding: 24px;
    background-color: var(--cwModalBg);
    color: var(--cwModalTxt);
    transition: .4s;
    transform: rotateX(90deg) translateY(0);
    perspective: 500px;
}

.join-popup .join-popup__head {
    font-weight: 500;
    font-size: 20px;
    color:  var(--cwModalTxt);
    padding-bottom: 16px;
    border-bottom: 1px solid  var(--cwModalBg2);
}

.join-popup .join-popup__body {
    padding: 16px 0;
    border-bottom: 1px solid  var(--cwModalBg2);
    color:  var(--cwModalTxt);
}

.join-popup .join-popup__footer {
    padding-top: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    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;
}

/*-----------*/
/*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;
}

/*star dropdown lang flags*/
/*flags*/
.lang, .dyn_country_flag {
    width: 21px;
    height: 15px;
    display: block;
    overflow: hidden;
    background-position: 20px 0;
    background-repeat: no-repeat;
}

.lang.hy, .dyn_country_flag.am {
    background-position: 0 0;
}

.lang.bs, .dyn_country_flag.ba {
    background-position: 0 -15px;
}

.lang.de, .dyn_country_flag.de {
    background-position: 0 -30px;
}

.lang.en, .dyn_country_flag.us {
    background-position: 0 -45px;
}

.lang.es, .dyn_country_flag.es {
    background-position: 0 -60px;
}

.lang.fa, .dyn_country_flag.ir {
    background-position: 0 -75px;
}

.lang.fr, .dyn_country_flag.fr {
    background-position: 0 -90px;
}

.lang.he, .dyn_country_flag.il {
    background-position: 0 -105px;
}

.lang.hr, .dyn_country_flag.hr {
    background-position: 0 -120px;
}

.lang.ar, .dyn_country_flag.sa {
    background-position: 0 -135px;
}

.lang.it, .dyn_country_flag.it {
    background-position: 0 -150px;
}

.lang.ko, .dyn_country_flag.kr {
    background-position: 0 -165px;
}

.lang.ku {
    background-position: 0 -180px;
}

.lang.pt, .dyn_country_flag.pt {
    background-position: 0 -195px;
}

.lang.ru, .dyn_country_flag.ru {
    background-position: 0 -210px;
}

.lang.sr, .dyn_country_flag.rs {
    background-position: 0 -225px;
}

.lang.tr, .dyn_country_flag.tr {
    background-position: 0 -240px;
}

.lang.kz, .dyn_country_flag.kz {
    background-position: 0 -255px;
}

.lang.uk, .dyn_country_flag.ua {
    background-position: 0 -270px;
}

.lang.da, .dyn_country_flag.dk {
    background-position: 0 -285px;
}

.lang.fi, .dyn_country_flag.fi {
    background-position: 0 -300px;
}

.lang.cs, .dyn_country_flag.cz {
    background-position: 0 -315px;
}

.lang.sv, .dyn_country_flag.se {
    background-position: 0 -330px;
}

.lang.ka, .dyn_country_flag.ge {
    background-position: 0 -345px;
}

.lang.no {
    background-position: 0 -360px;
}

.lang.th, .dyn_country_flag.th {
    background-position: 0 -375px;
}

.lang.cc {
    background-position: 0 -390px;
}

.lang.az, .dyn_country_flag.az {
    background-position: 0 -405px;
}

.lang.zh, .dyn_country_flag.cn {
    background-position: 0 -390px;
}

.lang.br {
    background-position: 0 -418px;
}

.lang.hi, .dyn_country_flag.in {
    background-position: 0 -433px;
}

.lang.ar-tn, .lang.aeb {
    background-position: 0 -446px;
}

.lang.sq, .dyn_country_flag.af {
    background-position: 0 -461px;
}

.lang.mne {
    background-position: 0 -492px;
}

.lang.uz, .dyn_country_flag.uz {
    background-position: 0 -538px;
}

.lang.sk, .dyn_country_flag.sk {
    background-position: 0 -569px;
}

.lang.cs, .dyn_country_flag.cz {
    background-position: 0 -585px;
}

.lang.kk {
    background-position: 0 -602px;
}

.lang.ro, .dyn_country_flag.ro {
    background-position: 0 -553px;
}

.lang.ja, .dyn_country_flag.jp {
    background-position: 0 -507px;
}

.lang.el, .dyn_country_flag.gr {
    background-position: 0 -620px;
}

.lang.lt, .dyn_country_flag.lt {
    background-position: 0 -638px;
}

.lang.my {
    background-position: 0 -656px;
}

.lang.sl, .dyn_country_flag.sl {
    background-position: 0 -673px;
}

.lang.bg, .dyn_country_flag.bg {
    background-position: 0 -691px;
}

.lang.vi, .dyn_country_flag.vn {
    background-position: 0 -707px;
}
.lang.bn, .dyn_country_flag.bd {
    background-position: 0 -725px;
}
.lang.be, .dyn_country_flag.by {
    background-position: 0 -742px;
}
.lang.ur-pk, .dyn_country_flag.pk {
    background-position: 0 -760px;
}
/*Netherlands*/
.lang.nl, .dyn_country_flag.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;
}
/*----------*/


/* 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;
    }
}

/*-----*/
/*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;
    height: 32px !important;
    width: 32px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: var(--cwButtonSecondaryBg) !important;
    color: var(--cwButtonSecondaryTxt) !important;
}

.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 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*/

/*start recover_pass_container*/

#forgotusernameForm .tl_sup_link {
    min-height: 35px;
    margin: 10px 0;
    font-size: 14px;
    background-color: var(--cwModalBg3);
    color: var(--cwModalTxt);
    border: 1px solid var(--cwButtonBorder);
    border-radius: var(--cwButtonRadius);
}
.tl_sup_link {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: var(--cwLoginBg2);
    color: var(--cwLoginTxt2);
    height: 32px;
    padding: 0 16px;
    text-decoration: none;
    border-radius: var(--cwButtonRadius);
    width: auto !important;
}
#forgotusernameForm #regnewaccbutton, #forgotusernameForm #donebutton {
    background: var(--cwButtonG);
    color: var(--cwButtonTxt);
}

.static_login_cont .recover-popup .reg_mobile_code {
    color: var(--cwInputTxt);
    background: var(--cwInputG);
    border-radius: var(--cwInputRadius);
    border: 1px solid var(--cwInputBorder);
    margin: 0;
    width: 100%;
}

#forgotusernameForm #tryagainbutton {
    background: var(--cwButtonSecondaryG) !important;
    color: var(--cwButtonSecondaryTxt);
}
/*end recover_pass_container*/
/*start Self Exclusion*/
.opc {
    opacity: 0.3;
}
/*end Self Exclusion*/
/*------*/
/*start Website Homepage Redesign*/
.main-wrapper {
    background-color: var(--cwBodyBg);
}
.dynamic_container {
    padding: 12px 0;
}
.dynamic_container:empty {
    display: none;
}

.rd_title__block {
    padding: 0 16px;
}

.rd_title__block.px-0 {
    padding: 0;
}

.rd_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
    color: var(--cwBodyTxt);
}

.rd_title__line:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 16px;
    margin-inline-end: 12px;
    vertical-align: middle;
    border-radius: 2px;
     background-color: var(--cwAccentBg);
}

.rd_header_tabs {
    display: flex;
    gap: 8px;
    padding: 0 16px;
    overflow-x: auto;
}

.rd_header_tabs::-webkit-scrollbar {
    display: none;
}

.rd_header_tabs {
    -ms-overflow-style: none;
    scrollbar-width: none; /* Firefox */
}

.rd_header_tabs.mb-2 {
    margin-bottom: 12px !important;
}

.rd_header_tab_item {
    padding: 7px;
    border-radius: 48px;
    min-width: 36px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .25s linear;
    flex-shrink: 0;
    background-color: var(--bg-level-3, var(--cwButtonSecondaryBg));
    border: 1px solid var(--bg-level-3, var(--cwButtonSecondaryBgHover));
    color: var(--text-level-high, var(--cwButtonSecondaryTxt));
}

.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 .rd_header_tab_name {
    visibility: visible;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding-inline-start: 8px;
    padding-inline-end: 6px;
}
.rd_header_tab_item.active {
    background-color:  var(--cwButtonBg);
    border-color: transparent;
    color:  var(--cwButtonTxt);
}
/*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*/
/*end Website Homepage Redesign*/

/*Start Dynamic Top Header */
.cw_header_space {
    height: var(--cwHeaderHeight);
    width: 0;
}

.header_both {
    height: var(--cwHeaderHeight);
    padding: 8px 12px;
    background: var(--cwHeaderG, var(--cwHeaderBg));
    border-bottom: 1px solid var(--cwHeaderBorder);
}

#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);
    height: 38px;
    width: 112px;
    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(--cwButtonG, var(--cwButtonBg));
    color: var(--cwButtonTxt);
}

.header_reg_btn {
    border-radius:var(--cwButtonRadius) !important;
    border: 1px solid var(--cwButtonBg);
}
.topheader_user_info {
    gap: 8px;
}

.topheader_user_id.without_border{
    padding-inline-end: 0;
     border: none;
}
.topheader_user_id.without_border.vip {
     padding-inline-end: 8px;
}
.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 {
    padding: 5px 8px;
    align-items: flex-start;
    gap: 4px;
    border-radius: 8px;
    border-color: var(--cwHeaderTxt3) !important;
    border: 1px solid var(--cwHeaderTxt3);
}

.topheader_user_id.vip{
    position: relative;
}

.topheader_user_id span{
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
}
.topheader_user_id span:first-child{
    color: var(--cwHeaderTxt2);
}

.topheader_user_id 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_id.vip span:first-child{
    margin-inline-end: 28px;
}

.topheader_user_deposit:before {
    content: "\E00B";
    font-family: "iconsDinamicMenu";
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 45px;
    line-height: 24px;
}

.header_gameview_back_btn {
    width: 24px;
    height: 24px;
    margin-inline-end: 12px;
    flex-shrink: 0;
     color: var(--cwHeaderTxt);
}

.header_gameview_back_btn .dynamic_icon {
    font-size: 29px;
    line-height: 16px;
    margin: 0;
}
/*End Dynamic Top Header */
/*Start Lobby Tabs, Providers/Notifications/Promotions tabs color changes*/

body .card__button-wrapper .card__button:not(.card__button--transparent),
body .lobbyFilter_popup_result_btn,
body .notificationSettings_checkbox label input:checked + span:after,
.lobbyFilter_provider_item.active .lobbyFilter_provider_name,
.lobbyFilter_provider_item.active .lobbyFilter_provider_img{
    color: var(--cwButtonTxt);
}

/*End Lobby Tabs, Providers/Notifications/Promotions tabs color changes*/
/*Start Sport Widgets*/
.sport_widgets {
    padding: 0 16px;
}
/*End Sport Widgets*/

/*start Games main*/
#_agiframe {
    display: block;
    margin: auto;
    position: relative;
    width: 1536px;
    height: 85vh;
    overflow: hidden;
}


#golden-race-mobile-app {
    width: 100%;
    height: 75vh;
}

#golden-race-mobile-app > iframe[style] {
    height: 100vh;
    width: 100% !important;
}


.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;
}

#_luckyStreakFrame {
    display: block;
    margin: auto;
    position: relative;
    width: 1536px;
    height: 85vh;
    overflow: hidden;
}

#myluckyFrame {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 75vh;
    background: #000;
}

.game_layout_lucky {
    border: 0;
    width: 100% !important;
}

.game_layout_lucky #col-center {
    width: 100% !important;
}

#_EventBetFrame {
    display: block;
    margin: auto;
    position: relative;
    width: 1536px;
    height: 85vh;
    overflow: hidden;
}

.news_block {
    height: 80px;
}

.news_block > div {
    padding: 13px;
}

.recoveryPopup_new {
    position: absolute;
    width: 100%;
    height: calc(100% - 93px);
    opacity: 0.9;
    top: 45px;
    left: 0px;
    background: black;
}
/*end start Games main*/
/*start poker info page */
.pokerInfo_cont {
    width: 100%;
    height: 100%;
    padding: 50px 0;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
}


.pokerInfo_block {
    border-radius: 16px;
    background: rgba(0,0,0,0.7);
    width: 376px;
    text-align: center;
    padding: 32px;
}

.pokerInfo_block img {
    max-width: 200px;
}

.pokerInfo {
    color: #fff;
    font-size: 17px;
    margin-top: 30px;
    line-height: 26px;
}


.btn_log_poker {
    width: 126px;
    height: 44px;
    margin-top: 30px;
    line-height: 44px !important;
    font-size: 17px;
    text-transform: uppercase;
    padding: 0;
}

.btn_poker_block {
    justify-content: space-between;
}
/*end poker info page */


/*Inbox message mobile text overflow hide*/

.tl_mail_attachfiel_content span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*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 Standart footer */
.sk_footer {
    background: var(--cwFooterBg);
    color: var(--cwFooterTxt2);
}
.sk_footer_container {
    width: 100%;
    padding: 23px 10px 130px;
    max-width: 350px;
    margin: 0 auto;
}

.sk_language_section {
    justify-content: center;
}

.sk_footer_social .footer_social-item {
    margin-bottom: 10px;
}

.sk_footer_info {
    padding: 30px 0px;
}

.sk_footer_info p{
    font-size: 14px;
    line-height: 20px;
}

.sk_rights_area > div {
    margin-bottom: 15px;
}

.sk_rights_area .sk_footer_copy{
    font-size: 14px;
     color: var(--cwFooterTxt2);
}

.sk_footer_links > div{
    width: 45%;
}
.sk_footer_links > div a {
    color: var(--cwFooterTxt);
}


.sk_footer_links > div:nth-child(odd) a{
    text-align: right;
}

.sk_footer_links a:not(.sk_footer_links__title) {
    font-size: 12px;
    line-height: 29px;
}

.sk_footer_links__title {
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 20px;
    color: var(--cwFooterAccent);
}

/*End Standart footer */

/*start nostification section*/
.notification_confirmPopup__btnCancel {
    --btn-primary: var(--cwButtonBg);
}
/*end nostification section*/

/*Start Dots loading*/
.loading-dots {
    font-size: 36px; /* Default value */
    --duration: 1s; /* Default value */
    --num-dot: 10; /* Default value */
    --color-dot: currentColor; /* Default value */
    --box-color: var(--cwButtonG); /* 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;
}

.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*/

.disable-scroll {
    height: auto !important;
    overflow: hidden !important;
}

/*start new checkbox*/
.checkBox_label {
    position: relative;
    font-size: 12px;
    line-height: 1.5;
    color: var(--cwRegisterTxt3);
    display: flex;
    line-height: 1.5;
    cursor: pointer;
    margin-inline-start: 24px;
}

.checkBox_text a {
    color: currentColor;
    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 currentColor;
    color: currentColor;
    flex-shrink: 0;
    border-radius: 2px;
}

.checkBox_input:checked + .checkBox_icon {
    background-color: var(--cwModalTxt);
    border-color: var(--cwModalTxt);
    color: var(--cwModalBg);
}
/*start new checkbox colors*/
.reg_content .checkBox_label {
    color: var(--cwRegisterTxt2);
}

.reg_content .checkBox_input + .checkBox_icon {  
    border: 2px solid var(--cwRegisterTxt2);
    color: var(--cwRegisterTxt2);
}

.reg_content .checkBox_input:checked + .checkBox_icon {
    background-color: var(--cwRegisterTxt2);
    color: var(--cwRegisterBg);
}
/*end new checkbox colors*/

.checkBox_input + .checkBox_icon:after {
    content: "\E085";
    font-family: "iconsDinamicMenu";
    display: none;
}
.checkBox_input:checked + .checkBox_icon:after {
    display: block;
}

.reg_prof__element_row.fail .checkBox_label,
.reg_prof__element_row.fail .checkBox_label a,
.reg_prof__element_row.fail .checkBox_label span,
.input_validation_fail .checkBox_label,
.input_validation_fail .checkBox_label a,
.reg_content .input_validation_fail .checkBox_label a {
    color: #ff0000;
}

.reg_prof__element_row.fail .checkBox_input + .checkBox_icon,
.input_validation_fail .checkBox_input + .checkBox_icon {
    border-color: #ff0000;
}

.GDPR_disabled .checkBox_label {
    opacity: .4;
    pointer-events: none;
}

.checkBox_input ~ .imitator{
    display: none;
}

.phone_number_reg {
    width: 84px;
    flex-shrink:0;
    margin: 0;
}
.phone_number_reg.w-30{
    width: 90px;
    flex-shrink:0;
    margin: 0;
}

/*Cashier deposit header updates*/
.cashier_wrapper .regHeading {
    padding: 8px 15px;
    height: auto;
    justify-content: space-between;
}

.cashier_wrapper .regHeading .reg_close {
    width: 36px;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}

.cashier_wrapper .regHeading .reg_close:after {
    font-family: 'iconsDinamicMenu';
    content: "\E368";
    font-size: 30px;
    display: inline-block;
    line-height: 1;
}

/*Start T9 registation form*/
.regT9 #Second .tl_mobile_item .resend_btn.disabled,
.regT9 #Second .tl_mobile_item .resend_time.disabled {
    display: none;
}
/*End T9 registation form*/

/*Template 7 steps number section start*/

.regT7 .register_step_number,
.regT19 .register_step_number,
.regT13 .register_step_number{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.regT7 .register_step_number span,
.regT20 .register_step_number span,
.regT19 .register_step_number span{
    display: inline-block;
    white-space: nowrap;
}

.register_step_descr{
    margin-top: 8px;
}

.regT7 #Third .register_step_number span,
.regT7 #Fourth .register_step_number span {
    min-width: 35px;
}

.regT24.register_right_part {
    padding: 0;
}
.reg_tab_btn {
    width: 50%;
    color: var(--cwRegisterTxt3, var(--cwModalTxt3));
    padding-bottom: 8px;
    padding-top: 16px;
    font-size: 16px;
    line-height: 1.5;
    border-bottom: 1px solid  var(--cwRegisterBg3, var(--cwBodyBg3));
    background-color:  var(--cwRegisterBg, var(--cwBodyBg));
    cursor: pointer;        
}
.reg_tab_btn.active {
    color:  var(--cwRegisterAccent, var(--cwModalAccent));
    font-weight: 500;
    border-color:  var(--cwRegisterAccent, var(--cwModalAccent));
    cursor: default;
}

.regT24 .reg_tab_content , 
.regT24 .register_next_step {
    padding: 16px;
}
.regT24 .register_next_step{
    padding-bottom:32px;
}

.regT13 .register_step_number span {
    display: inline-block;
    min-width: 38px;
    white-space: nowrap;
}

/*Radio Checkbox*/
.phone_numb_size {
    margin-inline-end: 10px;
}

@media only screen and (max-width: 330px) {
    .phone_numb_size {
        width: 35%;
    }
}

.regT7 .reg__gender_row .col50,
.regT19 .reg__gender_row .col50 {
    width: 50%;
}
.regT7 .reg__gender_row,
.regT19 .reg__gender_row{
    column-gap:16px;
}

.regT7 .reg__gender_row label,
.regT19 .reg__gender_row label{
    border: 0;
    width: 100%;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 14px;
    display: flex;
    align-items: center;
    line-height: 30px;
    padding: 0 0 0 40px;
    position: relative;
}

.regT7 .reg__gender_row label{
    padding: 0;
}

.regT7 .reg__gender_row input,
.regT19 .reg__gender_row input {
    z-index: -1;
    position: absolute;
    top: 7px;
    left: 2px;
    opacity: 0;
    width: 9px;
}

.regT19 .reg__gender_row input[type="radio"] {
    display: none;
}

.regT7 .phone_numb_size {
    width: 30%;
}
.regT7 .phone_numb_size {
    margin-inline-end:8px;
}
.regT19 .verificationInp.reg_err_mess,
.regT13 .verificationInp.reg_err_mess{
    top: 71%;
}

.profileT19 .reg_prof__element_row .reg__row_title,
.profileT13 .reg_prof__element_row .reg__row_title {
    display: flex;
}
.cw-rtl-global .prof__checkboxes_row > * {
    padding:0;
}


@media only screen and (max-width: 330px) {
    .regT7 .phone_numb_size {
        width: 35%;
    }
}

/*Template 7 steps number section end*/

/*Start dynamicLobbyMobile.css*/
.lca-main-content {
    background-color: var(--cwBodyBg);
}
.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;
    background-color: var(--cwDominantBg3);
    color: var(--cwDominantTxt);
}
.lca-card-footer-btn {
    background-color: var(--cwDominantBg2);
    color: var(--cwDominantTxt);
}
.lca-card-footer-btn .star_icon.active, .lca-card-price {
    color: var(--cwDominantAccent);
}
.lca-card-footer-btn .like_icon:after,
.lca-card-footer-btn .star_icon {
    color: var(--cwDominantTxt);
}

.lca-main-content .star_icon.active:after {
    color: var(--cwDominantAccent);
    text-shadow: 0 0 6px var(--cwDominantAccent);
}
.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-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;
    }
}
/*Filter and search*/
.lca-title {
    color: var(--cwBodyTxt);
}

.lca-input {
    background-color: var(--cwDominantBg);
    color: var(--cwDominantTxt2);
}

.lca-filter-toggle {
    color: var(--cwDominantTxt);
}

.lca-filter-price {
    background-color: var(--cwDominantBg2Hover);
    color: var(--cwDominantTxt);
}

.lca-filter-price-input {
    color: var(--cwDominantTxt);
}

.lca-filter-range-divider {
    background-color: var(--cwDominantAccent);
}

.lca-main-content .noUi-target {
    background: var(--cwDominantBg3);
}

.lca-main-content .noUi-connect {
    background: var(--cwDominantAccent);
}

.lca-main-content .noUi-handle {
    border-color: var(--cwDominantBg2);
    background: var(--cwDominantAccent);
}

.lca-filter-category-item {
    background-color: var(--cwDominantBg2Hover);
    color: var(--cwDominantTxt);
}

.lca-filter-price-input {
    background-color: var(--cwDominantBg2);
}

.lca-filter-category-item.active {
    background-color: var(--cwDominantAccent);
    color: var(--cwDominantAccentTxt);
}

.lca-dropdown-toggle {
    color: currentColor;
}

.lca-dropdown {
    background-color: var(--cwDominantBg2);
    color: var(--cwDominantTxt);
}

.lca-dropdown-item {
    color: var(--cwDominantTxt);
}


.lca-card-more {
    background-color: var(--cwDominantBg2);
    color: var(--cwDominantTxt);
    border-radius: 8px;
}

.lca-filter-footer {
    background-color: var(--cwDominantBg);
    color: var(--cwDominantTxt);
}

.lca-filter-footer-btn-reset {
    background-color: var(--cwDominantBg2);
    color: var(--cwDominantTxt);
}

.lca-filter-footer-btn-show {
    background-color: var(--cwDominantAccent);
    color: var(--cwDominantAccentTxt);
}

.lca_search_input {
    background-color: var(--cwDominantBg3);
}
/*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-footer {
    width: 100%;
    height: 26px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0;
    align-items: center;
    flex-direction: row-reverse;
    column-gap: 4px;
    padding: 0 12px;
}

*/

.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.ron,
.lca-card.lca-card--v1 .lca-card-price .currency_icon.RON{
    font-size: 12px;
}

.lca-card--v1 .lca-card-hover {
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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: flex;
    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:var(--cwBodyRadius);
    margin: 0;
    padding:8px;
    background: var(--cwButtonG) !important;
    color: var(--cwButtonTxt) !important;
    border-color: var(--cwButtonBorder) !important;
    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;
    align-items:center;
    border-radius: var(--cwBodyRadius);
    background-color: var(--cwButtonSecondaryBg);
    color: var(--cwButtonSecondaryTxt);
}
.lca-card-play-text{
    color:var(--cwButtonTxt);
    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;
}
.lca-card--v1.hover-effect .lca-card-hover {
    display: flex;
    opacity: 1;
    visibility: visible;
    top: 0;
}
 @media screen and (max-width: 350px) {
    .lca-card-play-text,
    .lca-card--v1 .game__link_demo{
    font-size:10px;
}
}
.lca-card--v1.hover-effect .game__link_demo, .lca-card--v1.hover-effect .game__link_real {
    display: flex;
    justify-content: center;
    pointer-events: all;
}

.lca-card--v1.hover-effect .lca-card-img {
    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;
}
.lca-card.lca-card--v1{
  border-radius: var(--cwGameRadius) !important;
}
.game__link_demo {
    background-color: var(--cwButtonSecondaryG);
    color: var(--cwButtonSecondaryTxt);
}

.game__link_play {
    background: var(--cwButtonG);
    color: var(--cwButtonTxt);
}

.lca-game-preview .lca-card-footer-btn {
    background-color: var(--cwDominantBg2);
    color: var(--cwDominantTxt);
}

.lca-game-preview-title {
    color: var(--bodytTxt) !important;
}
/*Menu*/
.lca_search_cont, .lca-menu {
    background-color: var(--cwTabBg);
    color: var(--cwTabTxt);
}

.lca-menu-link {
    color: var(--cwTabTxt);
}

.lca-menu-link.active {
    background-color: var(--cwTabAccent);
    color: var(--cwTabAccentTxt);
}

.lca-menu-link.active .lca-menu-badge {
    background-color: var(--cwTabBg2);
    color: var(--cwTabAccent);
}
/*start history paginationm*/

.pagIt.active {
    background-color: var(--cwModalAccent);
    color: var(--cwModalAccentTxt);
}

.pagIt {
    color: var(--cwModalTxt);
    background-color: var(--cwModalBg);
}

/*end history paginationm*/
/*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*/

/*Submenu*/
.lca-submenu {
    background-color: var(--cwTabBg2);
    color: var(--cwTabTxt);
}

.lca-submenu-link {
    color: var(--cwTabTxt2);
}

.lca-submenu-link.active {
    color: var(--cwTabAccent);
}
/*Template 7 steps number section end*/

/*Start Dynamic Lobby Redesign February 2024*/
.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;
}
/*End Dynamic Lobby Redesign February 2024*/
/*Start Dynamic Lobby Card Redesign*/
.lb_card_price .currency_icon {
    font-size: 16px;
}

.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: 22px;
    line-height: 14px;
}

.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;
    line-height: 12px;
}

.lb_card_bet_info li .currency_icon.tnd, .lb_card_bet_info li .currency_icon.TND {
    font-size: 32px;
}

.lb_card_price .currency_icon.irr, .lb_card_price .currency_icon.IRR {
    font-size: 26px;
}

.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: 26px;
    line-height: 18px;
}

/*End Dynamic Lobby Card Redesign*/
/*Start regT5 / Template 5 Updates*/
.regT5 .input-validation-error.reg_prof__element_row {
    border: 0;
}
/*End regT5 / Template 5 Updates*/
/*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;
    border-left: 4px solid;
    border-radius: 4px;
    max-width: 343px;
    min-height: 78px;
    width: 100%;
    left: 15px;
    margin: 0 auto;
    background-color: var(--cwTooltipBg);
    color: var(--cwTooltipTxt);
    border-color: var(--cwTooltipAccent);
}

.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: var(--cwTooltipTxt);
}

.message_notifin_text {
    font-size: 14px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
     color: var(--cwTooltipTxt);
}

.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: var(--cwTooltipTxt2);
}

.message_notifin_cont .cw_icon_mail {
    color: var(--cwTooltipAccent);
    margin: 0 10px;
}

.notification_static_content ~ .message_notifin_cont {
    top: 138px;
}
/*end message notification*/

/*start  user count*/
.cw_mob_mav_notification_count {
    background-color: var(--cwAccentBg) !important;
    color: var(--cwAccentTxt) !important;
}
/*end  user count*/
/*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: 99999999;
    background-color: rgba(0,0,0,.6);
}

.ocr_verify_popup_header {
    height: 36px;
    padding: 10px;
     background-color: var(--cwDominantBg2);
    color: var(--cwDominantTxt);
}

.ocr_verify_popup iframe {
    height: calc(100vh - 35px) !important;
    height: calc(100dvh - 35px) !important;
}

.ocr_verify_popup_header button {
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
      color: var(--cwDominantTxt);
}

.ocr_verify_popup_header i {
    font-size: 30px;
    line-height: 16px;
}

.ocr_iframe_wrapper {
    height: calc(100% - 36px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
     background-color: var(--cwModalBg);
}

.ocr_iframe_wrapper i{
    margin-bottom: 20px;
    font-size: 200px;
    line-height: normal;
    transform: rotate(180deg);
      color: var(--cwBodyTxt);
}

.ocr_iframe_wrapper p{
    margin-bottom: 24px;
    font-size: 16px;
    text-align: center;
     color: var(--cwBodyTxt);
}

.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;
    border-radius: 12px;
    background-color: var(--cwButtonG);
    color: var(--cwButtonTxt);
}

.ocr_iframe_wrapper iframe{
    width: 100%;
    height:  100%;
}
/*End Profile OCR Verification*/

/*Start Lobby cards text color change*/
.lb_card_button.play_btn,
.lb_card_preview_footer .lb_card_button.play_btn i {
    color: var(--cwButtonTxt);
}
/*End Lobby cards text color change*/
/* */
.cw_mob_modal_sm {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 1;
    z-index: 101;
    top: 0;
    background:var(--cwModalBg);
    color:var(--cwModalTxt);
    --modal_header_height: 44px;
}

.cw_mob_modal_header {
    display: flex;
    align-items: center;
    height: var(--modal_header_height);
    padding: 0 20px;
    background: var(--cwModalBg2);
    color: var(--cwModalTxt);
}

.cw_mob_modal_content {
    height: calc(100% - var(--modal_header_height));
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 100px;
}

.cw_mob_modal_content > .row{
    margin-bottom: 16px;
}

.cw_mob_modal_content_doomy {
    height: 80px;
    flex-shrink: 0;
}

.cw_btn_base{
    appearance: none;
    -webkit-appearance: none;
    outline: 0;
    border: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cw_mob_modal_header > .cw_btn_base {
    color: var(--cwModalTxt);
}


.cw_mob_modal_header_info {
    flex-grow: 1;
    min-width: 1px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.cw_mob_modal_label{
    margin-bottom: 6px;
    display: block;
}
/*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*/
/*start lobby popover*/
.cw_overlay_dimm {
    background: var(--cwOverlayBg) !important;
    backdrop-filter: blur(var(--cwOverlayBlur));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.topWinners-cover.topWinners-cover,
.topJackpot-cover.topJackpot-cover,
.cashback-backdrop.cashback-backdrop{
    background: var(--cwOverlayBg);
    backdrop-filter: blur(var(--cwOverlayBlur));
}
/*end lobby popover*/
@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*/

/*Template 11 steps number section start*/

.regT11 .regHeading {
    display: flex;
    justify-content: space-between;
    padding: 8px 15px;
    position: relative;
    text-align: initial;
    height: auto;
}
/*Template 11 steps number section end*/

/*Start Custom myProfile totoRo move to skinner*/
.rm__my_profile__icon {
    width: 50px;
    height: 50px;
    background-color: var(--icon-level-low);
    border-radius: 50%;
    color: var(--icon-level-medium);
    margin-bottom: 10px;
}

.my_profile__copyID {
    font-family: "iconsDinamicMenu";
    font-size: 25px;
    margin-inline-start: 5px;
}

.edit_ability_icon {
    position: absolute;
    top: 6px;
    inset-inline-end: 5px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.account_content .balance-switcher .info-wrapper span {
    font-size: 45px;
}

.account_content .balance-switcher {
    position: absolute;
    width: auto;
    position: absolute;
    inset-inline-end: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    z-index: 1;
}

.profT11 .balance-switcher .info-text {
    transform: translateY(110%) translateX(-93%);
}

.profT11 .balance-switcher .info-text:after {
    left: auto ;
    right: 1%;
}
.cw-rtl-global .profT11 .balance-switcher .info-text {
    transform: translateY(110%) translateX(0);
}

.cw-rtl-global .profT11 .balance-switcher .info-text:after {
        left: 33px;
    right: auto;
}
/*End Custom myProfile totoRo move to skinner*/
/*CW Dynamic Icons*/

.cw_mob_footer_18_wrapper {
    margin: 0 8px;
    color: #CC0000;
    line-height: normal;
}

.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 {
    margin-inline: 8px;
    color: #CC0000;
}
.all_in {
    all: initial;
}
/*Start ClientCategoryAdditionalSettings*/
.dur-container {
    padding: 8px 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    padding-top: 10px;
    color: var(--cwTooltipTxt2);
}

.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%;
    position: relative;
    border-radius: 4px;
      background-color: var(--cwTooltipG);
}
.dur-content:last-child {
    border-bottom: 3px solid var(--cwTooltipAccent);
}

.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-close {
    position: absolute;
    inset-inline-end: -3px;
    top: -3px;
    padding: 4px;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    --icoSize: 6px;
    display: flex;
     background: var(--cwTooltipG);
    border: 1px solid var(--cwTooltipBorder);
}
.dur-close,
.dur-content a {
    color: var(--cwTooltipTxt2);
}
.dur-content .sep {
    padding: 0 10px;
    text-align: center
}
/*End ClientCategoryAdditionalSettings*/

.vis_hidden {
    visibility: hidden;
}

/*---start data picker*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:active {
    font-weight: normal;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active {
    border: 1px solid var(--cwModalBg2);
    background: var(--cwModalBg);
    color: var(--cwModalTxt);
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 2px solid var(--cwModalAccent);
    background: var(--cwModalBg2);
    color: var(--cwModalTxt);
}
.ui-widget-content,
.ui-datepicker-trigger {
    color: var(--cwInputTxt);
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active {
    border: 1px solid var(--cwModalAccent);
    background: var(--cwModalAccent);
    color: var(--cwModalAccentTxt);
}
.ui-datepicker.ui-widget-content,
.tl_date_picker.ui-widget-content {
    background: var(--cwModalBg3);
    border-color: var(--cwModalBg2);
}
.ui-datepicker .ui-datepicker-header,
.tl_date_picker .ui-datepicker-header {
    border: 0;
    border-top: 1px solid var(--cwModalBg);
    border-bottom: 1px solid var(--cwModalBg);
    background: var(--cwModalBg);
    color: var(--cwModalTxt);
}
.ui-datepicker .ui-widget-header a,
.tl_date_picker .ui-widget-header a {
    background: var(--cwModalBg);
}

.ui-datepicker .ui-icon-circle-triangle-w::after,
.ui-datepicker .ui-icon-circle-triangle-e::after,
.tl_date_picker .ui-icon-circle-triangle-w::after,
.tl_date_picker .ui-icon-circle-triangle-e::after {
    background: var(--cwModalBg);
    color: var(--cwModalTxt2);
}
.ui-datepicker .ui-icon-circle-triangle-w,
.ui-datepicker .ui-icon-circle-triangle-e,
.tl_date_picker .ui-icon-circle-triangle-w,
.tl_date_picker .ui-icon-circle-triangle-e {
    background: none !important;
    text-indent: 0 !important;
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: relative !important;
    font-size: 0;
}

.ui-datepicker .ui-icon-circle-triangle-w::after,
.ui-datepicker .ui-icon-circle-triangle-e::after,
.tl_date_picker .ui-icon-circle-triangle-w::after,
.tl_date_picker .ui-icon-circle-triangle-e::after{
    font-family: "iconsDinamicMenu";
    font-size: 28px;
    font-style: normal;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ui-datepicker .ui-icon-circle-triangle-w::after,
.tl_date_picker .ui-icon-circle-triangle-w::after {
    content: "\e098"; 
}

.ui-datepicker .ui-icon-circle-triangle-e::after,
.tl_date_picker .ui-icon-circle-triangle-e::after {
    content: "\e097";
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    margin-left: -10px;
    margin-top: -10px;
}
/*---end data picker*/
/*Start My profile document page change*/
.profile_upload.btn_upload .cw_icon_upload_v2 {
    position: relative;
    top: -2px;
}
/*End My profile document page change*/
/*Document Remove Confirm Popup*/
.backdrop.open .docRemove-popup {
    transform: rotateX(0) translateY(-20%);
}

.docRemove-popup {
    width: 328px;
    max-width: calc(100% - 32px);
    padding: 16px;
    transition: .4s;
    transform: rotateX(90deg) translateY(0);
    perspective: 500px;
    border-radius: 16px;
    background-color: var(--cwModalBg);
}

.docRemove-popup__head {
    padding-bottom: 12px;
      color: var(--cwModalTxt);
    border-bottom: 1px solid var(--cwModalBg2);
}

.docRemove__head {
    margin: 0;
}

.docRemove-popup__body {
    padding: 12px 0;
     color: var(--cwModalTxt);
    border-bottom: 1px solid var(--cwModalBg2);
}

.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;
    column-gap: 12px;
}

.docRemove-popup__footer button{
   padding: 8px 16px;
    border-radius: 12px;
    background-color: transparent;
    text-transform: capitalize;
    cursor: pointer;
    border: 0;
    width: 50%;
    color: var(--cwModalTxt);
}
.docRemove-popup__footer .btn_primary{
    background: var(--cwAccentBg);
    color: var(--cwAccentTxt);
}
.docRemove-popup__close{
    cursor: pointer;
    width: 24px;
    height: 24px;
    --icoSize: 12px;
     color: var(--cwDominantTxt2);
}
/*-----------*/
/*start domein*/
.banner_BG_domein {
    text-align: center;
    padding: 12px;
    margin: 5px auto;
    position: relative;
    background-color: white;
    border-radius: 3px;
    width: 92%;
    color: black;
}
/*end domein*/
/*FreeSpin bonus wager updates*/
.bonus_info_block.freeSpin_with_Wager {
    border: 1px solid #FFB700;
    border-radius: 12px;
    padding: 12px;
    background-color: var(--cwModalBg2);
}

.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;
    border-radius: 12px;
    gap: 8px;
    border: 1px solid var(--cwModalBg2Hover);
    background-color: var(--cwModalBg2);
}

.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*/

/*start lobbyFilter provider item*/
.lobbyFilter_provider_item {
    background: var(--cwFilterBg3) !important;
    color: var(--cwFilterTxt) !important;
}

.lobbyFilter_provider_item .lobbyFilter_provider_name{
    color: var(--cwFilterTxt) !important;
}

.lobbyFilter_provider_item.active {
    background: var(--cwFilterAccent) !important;
    color: var(--cwFilterAccentTxt) !important;
}

.lobbyFilter_provider_item.active > .lobbyFilter_provider_name,
.lobbyFilter_provider_item.active > .lobbyFilter_provider_img{
    color: var(--cwFilterAccentTxt) !important;
}
/*end lobbyFilter provider item*/
/*start  activated icon*/
.account_content .activated_icon{
    position: absolute;
    right: 8px;
    top: 20%;
}
.account_content .activated_icon:after {
    content: "";
    font-family: iconsDinamicMenu;
    line-height: 20px;
    text-align: center;
    color: #17a210;
    cursor: help;
    font-size: 44px;
}
/*end  activated icon*/
/*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,
.dgw_event_widget_tab_wrapper,
.recommended_widget_wrapper,
.wb_top_winners_block .wb_top_winners_container,
.wb_gameWidget {
    scrollbar-width: none;
}

/*Scrollbars*/
/*Start New OTP login*/
.opt_login_msg {
    font-size: 12px;
    color: var(--cwLoginTxt);
    line-height: 18px;
}
/*End New OTP login*/

/* start new skinner layout changes */
.dynamic_featured_item,
.banners_thumbnail5 .dynamicBanners_item,
.banners_square .dynamicBanners_item{
    border-radius:var(--cwCardRadius) !important;
}
.additional-infos{
    border-radius:var(--cwDominantRadius) !important;
}
/*start sidebar*/
.cw_mob_sidebar_menu_item_devider {
    background: linear-gradient(90deg, var(--cwBodyBg2) 0%, var(--cwBodyBg3) 50%, var(--cwBodyBg2) 100%);
}
/*end sidebar*/
.cw_mob_mav_fixed_bot_item.tl_main_nav_item-active,
.cw2_mob_mav_fixed_bot_item.tl_main_nav_item-active,
.cw_mob_mav_fixed_bot_item_btn.tl_main_nav_item-active,
.cw_mob_sidebar_menu_item.tl_main_nav_item-active,
.cw_mob_sidebar_menu_item_heading.tl_main_nav_item-active {
    color: var(--cwDominantAccent) !important;
    font-weight: 500 !important
}
/* start refer a friend status*/
.status__item{
  background-color: var(--cwModalBgHover)!important;
}
/* start refer a friend status*/
.form-group-label > .required-field,
.forgot_pass__row .required-field{
    color: inherit;
    margin: 0 2px;
}
.cw-rtl-global .mob_select_lang_flag  {
    left: auto;
    right: 20px;
}
.eye_button1.eye_button_resp_gaming{
    color: var(--cwInputTxt) !important;
}
/*Dynamic rules header updates*/
.realityCheck_popup a, .realityCheck_popup {
    color: inherit !important;
}
/*start cstatic login*/

.D_logo {
    height: 70px;
    background: var(--cdn-logo_png) no-repeat center/contain;
    width: 198px;
    margin: 63px auto;
}

.sk_static_login_header{
    display:flex;
    align-items:center;
    padding:0 16px;
    height:var(--globalModalHeaderHeight);
    background:var(--cwLoginBgHover);
    color:var(--cwLoginTxt);
}
.sk_static_login_header > span{
    font-size:16px;
    font-weight:500;
    flex-grow:1;
    min-width:1px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align: start;
}
.sk_static_login_header_close{
    width:var(--globalIconSize);
    height:var(--globalIconSize);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}
.sk_static_login_header_close:before{
    font-family: 'iconsDinamicMenu';
    content:"\E105";
    display: inline-block;
    text-align: center;
    color:var(--cwLoginTxt2);
    font-size:34px;
}
.sk_static_login_content{
    padding: 16px;
    background:var(--cwLoginBg);
    color:var(--cwLoginTxt2);
}
.sk_static_login_content #staticLogin{
    padding:0 !important;
}

.sk_static_input_root{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 16px;
}
.sk_static_input_root > label {
    margin-bottom: 8px !important;
}
.sk_static_input_wrapper {
    position: relative;
}
.sk_static_input_wrapper > .eye_button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 37px;
}

.sk_static_input_root .field-validation-error{
    margin-bottom: 0 !important;
}

.sk_static_modal_action_link{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 8px;
}
.sk_static_modal_action_link > a{
    color: var(--cwLoginTxt2);
}
/*end cstatic login*/

/*start story slider*/
.story-nested__pagination-bullet span{
    background-color:var(--cwBodyAccent)!important;
}
.story-group__popup .story-link{
    background-color:var(--cwBodyAccent);
    color: var(--cwAccentTxt);
}
/*end story slider*/

/*start show more button*/
.lb_card_more_btn {
    background:var(--cwButtonSecondaryBg)!important;
    color: var(--cwButtonSecondaryTxt)!important;
}
/*end show more button*/
.cw_sk_suggested_login_modal_content{
    background: var(--cwTooltipBg);
    color: var(--cwTooltipTxt);
    padding: 16px 12px;
    border-radius: var(--cwTooltipRadius, 2px);
    display: none;
    align-items: stretch;
    flex-direction: column;
    border: 1px solid var(--cwTooltipBg2);
}

.loginex .cw_sk_suggested_login_modal_content {
    display: flex;
}

.cw_sk_reg_step_done_wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cw_sk_reg_step_done_title {
    font-size: 24px;
    text-align: center;
    margin: 20px 0;
}
.cw_sk_reg_step_done_text{
    font-size: 12px;
    text-align: center;
}
.registration__container .checkBox_input:checked + .checkBox_icon,
.register_content .checkBox_input:checked + .checkBox_icon{
    --cwModalTxt: var(--cwRegisterTxt);
    --cwModalBg: var(--cwRegisterBg);
}
.lobbyFilter_group_item.active:before {
    background-color: var(--cwFilterAccent) !important;
}
/*start template changes*/
.regT1 .next_box .btn_prim{
 margin: 8px 0;
}
.tl_mob_phone_number_reg{
    width:84px;
    flex-shrink:0;
}

.brequest_popup_footer_btn{
    --text-level-high: var(--cwButtonTxt);
}

.to_desktop_btn.to_desktop_btn, 
.drop_down_lang.drop_down_lang{
    border:0;
}
.bonus_card_body .bonus_actions .bonusSeeMore{
    background: var(--cwButtonG);
    color: var(--cwButtonTxt);
}

/*end template changes*/
.cw_input_wrapper{
    margin-bottom: 16px;
}
.recover__tabs-wrapper .recover__tab.recover__tab.active {
    background: var(--cwAccentBg);
    color: var(--cwAccentTxt);
}

/*start password reset*/

.reset_tab_btn {
    --cwRegisterTxt3: var(--cwLoginTxt3);
    --cwRegisterBg3: var(--cwLoginBg3);
    --cwRegisterBg: var(--cwLoginBg);
}

.reset_tab_btn.active {
    --cwRegisterAccent: var(--cwLoginAccent);
}
.reset-popup .tl_popup_content {
    background-color: var(--cwLoginBg);
}
.reset-popup #content {
    padding: 16px;
}
.cw_mob_root .reset-popup .pass_reset_header {
    padding: 0;
    background-color: var(--cwLoginBgHover);
    --cwBodyTxt: var(--cwLoginTxt);
}
.reset-popup .form-group-label {
    --cwModalTxt2: var(--cwLoginTxt2);
}
.pass_reset_content .recover__action-wrapper {
    margin-bottom: 16px;
}
.reset-popup .reg_tab_header {
    display: flex;
}

.pass_reset_content .captcha_block:not(.captcha_noHeight) {
    height: 77px;
    width: 100%;
    max-width: 268px;
}
.captcha_noHeight .tf_refresh_icon{
    display: none;
}
@media only screen and (max-width: 340px) {
    .pass_reset_content .captcha_block {
        height: 68px;
    }

    .reset-popup .pass_reset_content .g-recaptcha {
        width: 267px;
    }
}
.pass_reset_content #Second .submit-text,
.pass_reset_content #Third .submit-text {
    font-size: 12px;
    line-height: 18px;
    color: var(--cwLoginAccent);
}

.reset-popup .g-recaptcha {
    width: 302px;
}

.pass_reset_content #Third .final-text {
    margin-top: 0;
}

.reset-popup .pass_reset_content .form-group {
    margin-bottom: 16px;
}

.form-step {
    display: none;
}

.showStep {
    display: block;
}

.reset-popup .g-recaptcha.input-validation-error {
    border-bottom: 1px solid #ff0000;
}

.pass_reset_content #js_country_code {
    width: 80px;
}

.countryCode_disable {
    --cwInputTxt: var(--cwInputTxt3);
}

.reset-popup .reg_tab_header {
    background-color: var(--cwLoginBg);
}
/*end password reset*/
.calendar_input {
    inset-inline-end: 8px;
    bottom: 8px;
    display: flex;
    cursor: pointer;
}

/*button logick*/

/*deposit*/
.topheader_user_deposit.topheader_user_deposit{
    background: var(--cwDepositButtonG);
    color: var(--cwDepositButtonTxt);
    border: 1px solid var(--cwDepositButtonBorder);
    border-radius: var(--cwDepositButtonRadius);
     padding: 8px;
}

/*login*/
.header_login_btn.header_login_btn{
    background: var(--cwSignInButtonG);
    color: var(--cwSignInButtonTxt);
    border: 1px solid var(--cwSignInButtonBorder);
    border-radius: var(--cwSignInButtonRadius);
}

/* end new skinner layout changes */
/*start bonus market*/
.bn_show_all_markets_cont {
    background-color: var(--cwBodyBgHover);
    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(--cwBodyTxt);
}
.bn_show_all_markets_cont .bn_show_all_markets_cont_btn{
   appearance: none;
   background-color: var(--cwModalAccent);
   color: var(--cwModalAccentTxt);
   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(--cwModalBg);
    color: var(--cwModalTxt);
    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(--cwModalTxt);
    border-bottom: 1px solid var(--cwModalBorder);
     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(--cwModalTxt2);
}
.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(--cwModalTxt2);
}
/*Start Player Activity check popup*/
.activity_check_popup {
    position: fixed;
    max-width: 328px;
    max-height: 300px;
    height: 100%;
    background-color: var(--cwModalBg);
    border-radius: 16px;
    z-index: var(--cwRealityCheck-zIndex);
    padding: 12px 16px 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--cwModalTxt);
}

.activity_check_popup_header {
    font-weight: 500;
    height: 28px;
    max-width: 490px;
    margin-bottom: 12px;
    font-size: 16px;
}

.activity_check-overlay {
    z-index: var(--cwRealityCheckOverlay-zIndex);
    background: var(--cwOverlayBg);
    backdrop-filter: blur(var(--cwOverlayBlur));
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.activity_check_popup_content {
    height: 100%;
    margin-block: 12px;
    max-height: 156px;
    gap: 12px;
}

.activity_check_popup_sep {
    border-bottom: 1px solid var(--cwModalBorder);
}

.bottom_sep {
    margin-bottom: 12px;
}

.activity_check_popup_txt {
    max-width: 296px;
}

.activity_check_popup_time {
    font-weight: 500;
    font-size: 16px;
    color: var(--cwModalTxt);
    max-height: 20px;
}

.activity_check_popup_buttons {
    gap: 12px;
}

.activity_check_popup button {
    align-items: center;
    background-color: var(--cwButtonSecondaryBg);
    border-radius: 12px;
    color: var(--cwButtonSecondaryTxt);
    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*/
/*PARALAX START*/
#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));
}

#js_parallax_banner_cont_ {
    padding: 0 16px;
    box-sizing: border-box;
}

.paralax-wrapper .banners_parallax {
    padding: unset;
}

.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;
}


/*start agent system*/
.agent_system_page {
    min-height: 100vh;
    padding-top: 10px;
}
.agent_system_main {
    padding: 0 15px 85px;
}
.agent_info_item {
    height: 68px;
    background: var(--cwModalBgHover);
    color: var(--cwModalTxt2);
    font-size: 14px;
    flex-direction: column;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 8px;
    box-shadow: 0 0 1px #000;
    position: relative;
}
.agent_info_list {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    column-gap: 8px;
    row-gap: 12px;
}

.agent_info_list.agent_product_list.agent_product_list{
    row-gap: 1px;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: stretch !important;
}

.agent_info_list > .agent_info_item {
    width: calc(50% - 4px);
    flex-shrink: 0;
}



.agent_info_list.agent_product_list > li > ul.agent_filter_result_list{

}


.agent_system-heading,
.cashier_fixed_header {
    padding: 0 16px;
    display: flex;
    align-items: center;
    height: 44px;
    background:var(--cwBodyBgHover);
    color:var(--cwBodyTxt);
}

.agent_system-heading > .agent_system-title,
.cashier_fixed_header > span {
    flex-grow: 1;
    min-width: 1px;
    text-align: left;
}

.agent_system-heading > .right_menu_close:before,
.cashier_fixed_header > .right_menu_close:before{
    content: "";
    display: none;
}
.agent_info_item > .text-white {
    height: 18px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.agent_info_ic {
    display: flex;
    align-items: center;
    font-size: 12px;
    width: 100%;
    align-self: flex-start;
    column-gap: 8px;
    height: 30px;
    flex-shrink: 0;
}
.product_title {
    font-size: 12px;
    text-transform: uppercase;
    margin: 25px 0 5px;
    display: block;
    text-shadow: -1px 0 1px #4a4a4a;
}

.agent_system-heading > .right_menu_close,
.cashier_fixed_header > .right_menu_close{
    display: flex;
    --size: 24px;
    width: var(--size);
    height: var(--size);
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    font-size:16px !important; 

}
.filter__icon {
    width: 60px;
    height: 60px;
    position: fixed;
    inset-inline-end: 8px;
    bottom: calc(var(--cwNavbarBottomHeight) + 58px);
    border-radius: 50%;
    background: #ffae2b;
    box-shadow: 0 1px 6px #666;
    font-family: iconsdinamicmenu;
    font-size: 50px;
    color: #1a1a1a;
    z-index: 9;
}
.filter__block {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    background: #f2f2f2;
    min-height: 100vh;
    overflow: auto;
    background:var(--cwBodyBg);
    color:var(--cwBodyTxt);
}

.filter__block p {
    margin: 0
}

#filter__close {
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    font-size: 20px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.filter__form {
    padding: 25px 15px;
    overflow: auto;
    height: calc(100vh - 88px)
}

.ui-select .ui-btn {
    box-shadow: none
}

.filter__form .row {
    margin-bottom: 24px
}
.filter_content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    min-height: 500px;
    background:var(--cwBodyBg)
}
.filter_form_group{
    margin-bottom: 12px;
}
.filter_form_group label{
    margin-bottom:8px;
    display:block;
}
.filter_btn_cont {
    display:flex;
    flex-direction:column;
    row-gap:17px;
}
.agent_info_item > .text-white.showList {
    cursor: pointer;
}
.opened_info .view_more_info_list {
    --visibility: flex;
}
.view_more_info_list {
    --width: 100%;
    --visibility: none;
    display: var(--visibility);
    position: absolute;
    background: var(--cwTooltipBgHover);
    border: 1px solid var(--cwTooltipBorder);
    color: var(--cwTooltipTxt2);
    border-radius: 4px;
    transform: translate(-50%, 0);
    flex-direction: column;
    align-items: stretch;
    row-gap: 1px;
    left: 50%;
    top: calc(100% + 8px);
    width: var(--width);
    box-shadow: 0 2px 2px #00000015;
    z-index: 2;
}
.view_more_info_list > li {
    padding: 0 8px;
    height: 32px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    background: var(--cwTooltipBg);
}
.agent_info_list.opened_info,
.agent_info_list .agent_filter_result_list {
    flex-direction: column;
    align-items: flex-start !important;
}

.agent_info_list.agent_product_list > li,
.agent_info_list.agent_product_list > li:last-child .agent_filter_result_list > li{
    --height: 32px;
    height: var(--height);
    padding: 0 8px;
    display: flex;
    align-items: center;
    font-size: 12px;
    column-gap: 1px; 
    position: relative;
}

.agent_info_list.agent_product_list > li:last-child,
.view_more_info.opened_info.active_days_list  {
    height: auto !important;
    padding: 0;
    flex-direction: column;
    align-items: flex-start !important;
}

.agent_info_list.agent_product_list > li:last-child .agent_filter_result_list {
    row-gap: 1px;
    flex-direction: column;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
    width: 100%;
}

.agent_info_list.agent_product_list li > span:first-child,
.agent_info_list.agent_product_list > li:last-child .agent_filter_result_list > li > span:first-child{
    height: var(--height);
    width: 126px;
    flex-shrink: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: var(--cwModalBg3);
    color: var(--cwModalTxt2);
    padding: 0 8px;
    display: flex;
    align-items: center;

}

.agent_info_list.agent_product_list li > span.text-white,
.agent_info_list.agent_product_list > li:last-child .agent_filter_result_list > li > span.text-white{
    height: var(--height);
    flex-grow: 1;
    min-width: 1px;
    background: var(--cwModalBg3);
    color: var(--cwModalTxt);
    padding: 0 8px;
    display: flex;
    align-items: center;
}

.agent_product_list  .view_more_info_list{
    position: initial;
    transform: none;
    --cwTooltipBgHover: var(--cwTooltipBg);
    border-radius: 0;
    border: 0;
}

.view_more_info.opened_info.active_days_list{
    flex-direction: column;
    align-items: flex-start;
}
/*end agent system*/
/*Start Request a call*/
.call_request_content {
    padding: 16px;
    background-color:var(--cwModalBg);
    color:var(--cwModalTxt);
}
.call_request_content .call_request_title{
    font-weight:700;
    font-size:16px;
    color:var(--cwModalTxt);
    margin-bottom:12px;
}
.call_request_content .call_request_dec{
    font-size:12px;
    color:var(--cwModalTxt);
    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 input:read-only{
    opacity: 1;
}
/*#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;
    content: "\E138";
    font-size: 39px;
    top: 0;
    color: var(--cwInputTxt2);
    z-index: 9;
    width: 36px;
    height: 36px;
    pointer-events: none;
    align-items: center;
    justify-content: center;
    display: flex;
}
.tl_call_time{
    position: relative;
}
/*.tl_call_time:before {
    content: "";
    width: calc(100% - 36px);
    height: 36px;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 100;
}*/

.call_request_content .ui-input-text {
    box-shadow: none;
}

.call_request_content .call_request_textarea {
    height: 122px !important;
    resize: none;
    line-height: normal;
    padding: 10px;
    text-indent: 0;
}

.call_request_send_btn {
    margin-top: 24px;
}

.call_request_content .ui-datepicker-trigger {
    color: var(--cwInputTxt2);
    height: 36px;
    width: 26px;
    position: absolute;
    inset-inline-end: 5px;
    bottom: 0;
    box-shadow: none;
    padding: 0;
}

.dateError.error_color {
    color: #f00;
}
.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: 14px;
    margin-bottom:4px;
}
.call_request_content input,
.call_request_content .reg_input,
.call_request_content .call_request_textarea{
        background: var(--cwInputBg) !important;
}
/*End Request a 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 {
    border-top: 1px solid var(--cwRegisterBg2);
    margin-bottom: 0px;
    padding-top: 8px;
}

.gdpr_checkboxes .checkBox_icon.cw_icon_minus {
    background-color: var(--cwRegisterTxt);
    border: none; 
}

.gdpr_checkboxes .checkBox_label {
    display: flex;
    flex-direction: column;
}

.gdpr_checkboxes .cw_icon_minus::before {
    color: var(--cwRegisterBg);
    font-weight: bold;
}

.gdpr_checkboxes .checkBox_label .checkBox_text {
    color: var(--cwRegisterTxt3);
}

.gdpr_checkboxes .checkBox_label .checkBox_title {
    color: var(--cwRegisterTxt);
}

.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;
}

.gdpr_checkboxes > .checkBox_label:first-child {
    margin-block: 8px;
}

.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;
}
/*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(--cwInputBg) !important;
    color:  var(--cwInputTxt) !important;
    border-color: var(--cwInputBg2Hover) !important;
}
/*end betShopBetHistory input colors */
/*start GDPR  colors*/
.gdpr-box  .checkBox_label .checkBox_input:checked + .checkBox_icon {
     background-color: var(--cwButtonBg);
    color: var(--cwButtonTxt);
    border:none;
}
#js_gdpr_form .gdpr-popup{
    background-color: var(--cwModalBg);
    color: var(--cwModalTxt);
}
#js_gdpr_form  .gdpr-box .checkBox_label{
    background: var(--cwModalBg2);
}
#js_gdpr_form  .gdpr-box .checkBox_label:has(input:checked){
    background: var(--cwModalBg2Hover);
}
#js_gdpr_form .gdpr-boxes .checkBox_text {
    color: var(--cwModalTxt);
}
#js_gdpr_form .gdpr-popup-body-txt{
    color:  var(--cwModalTxt2);
}
#js_gdpr_form .gdpr-border{
    border-color: var(--cwModalBg2Hover);
}
#js_gdpr_form .gdpr-popup-footer-txt{
    color: var(--cwModalTxt2);
}
.gdpr-popup-body-txt strong{
color: var(--cwModalTxt);
}
.gdpr-popup-header h3 {
    color: var(--cwModalTxt);
}
/*start GDPR  colors*/
.cw-rtl-global .ui-datepicker .ui-datepicker-prev {
    left: -14px;
    background: transparent;
}
.cw-rtl-global .ui-datepicker .ui-datepicker-next {
    right:14px;
    background: transparent;
}

/* 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: none;
}
/*   end altchta captcha*/

/*start calenadar */
.cw-rtl-global #ui-datepicker-div{
   width:fit-content;
}
/*end calenadar */
/*Start New Year Decorations */
/*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*/
/*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 */
/*End New Year Decorations */

/*start cashier iframe*/
.cashier_iframe_box{
    position: fixed;
    width: 100%;
    background-color: var(--cwModalBg);
    z-index: 99;
    padding: 12px 16px 16px;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(100% - 169px);
    color: var(--cwModalTxt);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 12px;
}
.cashier_iframe_box_header{
    padding: 8px 0 20px 0;
    flex-shrink: 0;
    border-bottom:1px solid var(--cwModalBgHover);
}
.cashier_iframe_box_title{
font-weight: 700;
font-size:16px;
color:var(--cwModalTxt);
}

.cashier_iframe_box_header .cw_cashier_close{
    --icoSize: 12px;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    flex-shrink: 0;
    color:var(--cwModalTxt);
}

#cashier_iframe_wrapper.cw_cashier_iframe_wrapper{
    flex-grow: 1;
    min-height: 1px;
}
/*start cashier iframe*/
