html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1;} ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } a:hover { border: 0; } input,button {padding:0; margin:0; border:0;}  
input {-webkit-appearance: none;-moz-appearance: none;appearance: none;}
body {color:#a5acb8; background:#1d2127;transition: all 300ms ease-in-out 0s;   font-family: 'VG5000 Regular'; font-weight:300;}  
    @font-face {
    font-family: 'VG5000 Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/VG5000 Regular'), url('../fonts/VG5000-Regular.woff') format('woff');
    }
@font-face {
	font-family: 'TeX Gyre Heros';
	src: url('../fonts/TeXGyreHeros-Regular.woff2') format('woff2'), url('../fonts/TeXGyreHeros-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}	
@font-face {
	font-family: 'TeX Gyre Heros Bold';
	src: url('../fonts/TeXGyreHeros-Bold.woff2') format('woff2'), url('../fonts/TeXGyreHeros-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
/** Auth Pages **/
.auth__page_c4poker{ background:url('../images/auth/auth_bg.jpg') center top no-repeat; background-size:cover; min-height:100vh; position:relative; -webkit-animation-name: fadeIn; animation-name: fadeIn;  -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.auth__page_c4poker:before {width:266px; height:154px; position:absolute; left:10%; top:200px; content:''; display:inline-block; background:url('../images/auth/left__visible-chip.png') center center no-repeat; background-size:contain; -webkit-animation: flip1 6s linear infinite; animation: flip1 6s linear infinite;}
.auth__page_c4poker:after {width:222px; height:224px; position:absolute; left:70%; margin-left:-111px; top:180px; content:''; display:inline-block; background:url('../images/auth/right__visible-chip.png') center center no-repeat; background-size:contain;     -webkit-animation: float 16s linear infinite;
    animation: float 16s linear infinite;}
.auth__overflow_c4poker {display: flex; justify-content: center; align-items: center; height:100vh; overflow:auto; position:relative; z-index:10;}
	.auth__form_c4poker {background:#000; -webkit-border-radius: 14px; -moz-border-radius: 14px; border-radius: 14px;  -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: fadeInUp; animation-name: fadeInUp;}
		.auth__body_c4poker {padding:50px 40px;}
			.auth__title-row_c4poker {margin-bottom:40px;}
			.auth__title-row_c4poker h1 {color:#fff; font-weight: 400; font-size:24px; text-align:center; text-transform:uppercase;}
			.auth__item-row_c4poker {position:relative; margin-bottom:45px;}
			.auth__item-row_c4poker label {background:#000; color:#fff; font-family: 'TeX Gyre Heros Bold'; font-size:16px; line-height:23px; position:absolute; left:10px; top:-12px; padding:0 3px;}
			.auth__item-row_c4poker input {line-height:40px; color:#fff; padding:0 20px; box-sizing: border-box; width:100%; border: 2px solid #333333; transition: all 300ms ease-in-out 0s; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background:#000; min-width:400px;     font-family: 'TeX Gyre Heros Bold';}
			.auth__item-row_c4poker input:focus {outline:none; border:2px solid #A5FA00;}
			.auth__button-row_c4poker {display: flex; justify-content: center;}
			.auth__button-row_c4poker button {transition: all 300ms ease-in-out 0s; position:relative; cursor:pointer;}
			.auth__button-row_c4poker button:before,
			.auth__button-row_c4poker button:after {content:''; height:100%; width:40px; position:absolute; left:0; top:0; left:-39px; background:url('../images/buttons/green_left-cone.svg') center center no-repeat; background-size:cover;}
			.auth__button-row_c4poker button:after {left:auto; right:-44px; background:url('../images/buttons/green_right-cone.svg') center center no-repeat; background-size:cover; width:45px;}
			.auth__button-row_c4poker button:focus {outline:none;}
			.auth__button-row_c4poker button span {display:flex; color:#000; line-height:54px; font-size:20px; text-transform:uppercase; font-weight:400; align-items: center; justify-content: center; background:#A5FA00; padding:0 12px;}
			.auth__button-row_c4poker button span i {width:30px; height:32px; margin-right:8px; background:url('../images/navigation/login.svg') center/30px no-repeat; background-size:contain;}
			.auth__bottom-links_c4poker {color:#333333; text-align:center; font-family: 'TeX Gyre Heros'; padding-top:30px;}
			.auth__bottom-links_c4poker a {text-decoration:none; position:relative; color: #A5FA00; font-family: 'TeX Gyre Heros'; margin:0 20px;}
			.auth__bottom-links_c4poker a:after {content:''; display:inline-block; position:absolute; left:0; bottom:-1px; width:100%; border-bottom:1px solid #A5FA00; transition: all 300ms ease-in-out 0s; }
			.auth__bottom-links_c4poker a:hover:after {width:0%;}
input:-webkit-autofill,input:-webkit-autofill:focus {transition: background-color 600000s 0s, color 600000s 0s;}input[data-autocompleted] {background-color: transparent !important;}			
/** Auth Pages End**/

/** Header **/
header {border-bottom:1px solid #333333;}
.header__inner_c4poker {padding: 20px 20px;display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;}
	.main__logotype_c4poker {}
	.main__logotype_c4poker a {display:flex; text-decoration:none; color:#fff; position:relative; flex-flow:column; padding-left:125px;}
	.main__logotype_c4poker a img {height:42px; position:absolute; left:0; top:0; width:112px;}
	.main__logotype_c4poker a span {font-size:14px; color:#A5FA00; font-family: 'VG5000 Regular'; text-transform:uppercase;}
	.main__logotype_c4poker a h1 {color:#fff; font-size:24px;  font-family: 'VG5000 Regular'; text-transform:uppercase; font-weight:400;}
	.main__navigation_c4poker {margin-right:auto; margin-left:50px;}
	.main__navigation_c4poker ul {display:flex;}
	.main__navigation_c4poker ul li {margin-right:35px; display:flex;}
	.main__navigation_c4poker ul li:last-child {margin-right:0;}
	.main__navigation_c4poker ul li a {text-decoration:none; text-transform:uppercase; color:#333333;  font-family: 'VG5000 Regular'; font-size:20px;}
	.main__navigation_c4poker ul li.select a,
	.main__navigation_c4poker ul li a:hover {color:#fff;}
	.user__nav-area_c4poker {display:flex;     align-items: center;}
		.social-header__links_c4poker {display:flex;}
		.social-header__links_c4poker a {text-decoration:none; color:#fff; width:50px; height:50px; min-width:50px; background:url('../images/navigation/bg-pxiel-poinq.svg') center center no-repeat; background-size:contain; display:flex; align-items: center; justify-content: center;}
		.social-header__links_c4poker a:nth-child(2) {background:url('../images/navigation/bg-pxiel-poinq2.svg') center center no-repeat; background-size:contain; margin-left:25px;}
		.social-header__links_c4poker a i {width:25px; min-width:25px; height:25px;}
		.social-header__links_c4poker a i.twitter__link_c4poker {background:url('../images/navigation/twitter.svg') center/20px no-repeat;}
		.social-header__links_c4poker a i.discord__link_c4poker {background:url('../images/navigation/discord.svg') center/23px no-repeat;}
		.user__header-card_c4poker {display:flex; margin-left:40px;     align-items: center; cursor:pointer;}
			.user__short-card_c4poker {display:flex;  flex-flow:column;     text-align: right; align-items: flex-end;}
				.user__short-balance_c4poker {font-size:20px; color:#fff; font-family: 'VG5000 Regular'; }
				.user__short-chips_c4poker {color:#A5FA00; font-family: 'VG5000 Regular'; display:flex;  padding-top:4px;}
				.user__short-chips_c4poker:before {content:''; display:inline-block; width:16px; height:16px; min-width:16px; background:url('../images/navigation/fishka.svg') center center no-repeat; background-size:contain;}
			.user__avatar-box_c4poker {margin-left:15px;}
			.user__avatar-box_c4poker img {width:64px; min-width:64px;}
/** Header End**/

/** Lobby Start **/
.lobby__home_c4poker {background:url('../images/bg_lobby.jpg') center top no-repeat; background-attachment: fixed; background-size:cover;}
.page__inner_c4poker {background:url('../images/background_page.jpg') center top no-repeat; background-attachment: fixed; background-size:cover;}
.page__lobby_orverflow_c4poker {height: -webkit-calc(100vh - 107px); height: -moz-calc(100vh - 107px); height: calc(100vh - 107px);}
.lobby__container_box_c4poker {padding:10px 20px 0 20px; display: flex; flex-wrap: nowrap; justify-content: space-between;     align-items: flex-start;}
	.lobby__table-container_c4poker {-webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; width:50%;}
		.lobby__topbar_c4poker { display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; margin-bottom:20px;}
		.topbar__table-nav-left_c4poker {display:flex;}
		.topbar__table-nav-right_c4poker {display:flex;}
			.topbar_nav-button_c4poker {display:flex; transition: all 300ms ease-in-out 0s; position: relative; cursor: pointer; margin:0 40px;}
			.topbar_nav-button_c4poker.play__for-fan-button_c4poker {margin-left:60px;}
			.topbar_nav-button_c4poker:before,
			.topbar_nav-button_c4poker:after {content: ''; height: 100%; width: 40px; position: absolute; left: 0; top: 0; left: -39px; background: url(../images/buttons/grey_left-cone.svg) center center no-repeat; background-size: cover; }
			.topbar_nav-button_c4poker:after {left: auto; right: -44px; background: url(../images/buttons/grey_right-cone.svg) center center no-repeat; background-size: cover; width: 45px;}
			.topbar_nav-button_c4poker.check:before,
			.topbar_nav-button_c4poker:hover:before {background: url(../images/buttons/green_left-cone.svg) center center no-repeat; background-size: cover;}
			.topbar_nav-button_c4poker.check:after,			
			.topbar_nav-button_c4poker:hover:after {background: url(../images/buttons/green_right-cone.svg) center center no-repeat; background-size: cover;}			
			.topbar_nav-button_c4poker span {display: flex; color: #fff; line-height: 54px; font-size: 20px; text-transform: uppercase; font-weight: 400; align-items: center; justify-content: center; background: #333333; margin:0 -12px; position:relative; z-index:10;}
			.topbar_nav-button_c4poker.check span,
			.topbar_nav-button_c4poker:hover span {background:#A5FA00; color:#000;}
			.topbar_nav-button_c4poker span i {display:inline-block; width:20px; height:20px; margin-left:10px;}
			.topbar_nav-button_c4poker span .icon__filter_c4poker {background:url('../images/setting.svg') center center no-repeat; background-size:contain;}
			.topbar_nav-button_c4poker.check span .icon__filter_c4poker,
			.topbar_nav-button_c4poker:hover span .icon__filter_c4poker {background:url('../images/setting_dark.svg') center center no-repeat; background-size:contain;}
			.topbar_nav-circle-button_c4poker {text-decoration: none; color: #fff; width: 50px; height: 50px; min-width: 50px; background: url(../images/navigation/bg-pxiel-poinq-grey.svg) center center no-repeat; background-size: contain; display: flex; align-items: center; justify-content: center;}
			.topbar_nav-circle-button_c4poker:nth-child(2) {margin:0 15px;}
			.topbar_nav-circle-button_c4poker:hover,
			.topbar_nav-circle-button_c4poker.check {background: url(../images/navigation/bg-pxiel-poinq.svg) center center no-repeat; background-size: contain; cursor:pointer;}
			.topbar_nav-circle-button_c4poker i {width: 25px; min-width: 25px; height: 25px;}
			.topbar_nav-circle-button_c4poker i.user__icons_c4poker {background:url('../images/users.svg') center center no-repeat; background-size:contain;}
			.topbar_nav-circle-button_c4poker i.star__icons_c4poker {background:url('../images/big_star.svg') center center no-repeat; background-size:contain;}
			.topbar_nav-circle-button_c4poker.check i.user__icons_c4poker,
			.topbar_nav-circle-button_c4poker:hover i.user__icons_c4poker{background:url('../images/users_dark.svg') center center no-repeat; background-size:contain;}
			.topbar_nav-circle-button_c4poker.check i.star__icons_c4poker,
			.topbar_nav-circle-button_c4poker:hover i.star__icons_c4poker{background:url('../images/big_star_dark.svg') center center no-repeat; background-size:contain;}
	.lobby__table-body_c4poker {display:flex; flex-flow:column;}
		.lobby__table-body-list_c4poker {display: flex; flex-wrap: nowrap; flex-flow:column; overflow:auto; height: -webkit-calc(100vh - 129px); height: -moz-calc(100vh - 129px); height: calc(100vh - 129px); padding-right:20px;}
		.lobby__table-body-list_c4poker {scrollbar-width: auto;scrollbar-color: #8f54a0 #333333;position:relative; }  
.lobby__table-body-list_c4poker::-webkit-scrollbar {width: 8px;}
 .lobby__table-body-list_c4poker::-webkit-scrollbar-track {background: #333333;}
 .lobby__table-body-list_c4poker::-webkit-scrollbar-thumb {background-color: #8f54a0;border-radius: 122px;border: 8px solid #a5fa00;}		
		.lobby__table-item-row_c4poker {display:flex; margin-bottom:15px;}
		.lobby__table-item-row_c4poker.check .lobby__row-item-list_c4poker {background:#A5FA00;}
			.lobby__row-overflow_c4poker {position:relative; width:100%; overflow:hidden; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}
			.lobby__row-overflow_c4poker:before {content:''; display:none; position:absolute; left:0; top:0; height:43px; width:31.53px; background:url('../images/buttons/table_row-left.svg') center center no-repeat; background-size:cover;}
			.lobby__row-overflow_c4poker:after {content:''; display:none; position:absolute; right:0; top:0; height:43px; width:35.25px; background:url('../images/buttons/table_row-right.svg') center center no-repeat; background-size:cover;}
			.lobby__row-item-list_c4poker {display:flex; flex-wrap:nowrap; width:100%; background: rgba(51, 51, 51, 0.7);     justify-content: space-between;}
			.lobby__table-item-row_c4poker:hover .lobby__row-item-list_c4poker li .lobby__row-item-list_c4poker {background:#A5FA00;}
			.lobby__table-item-row_c4poker:hover .lobby__row-item-list_c4poker li{border-right:1px solid rgba(0,0,0,.5);}
			.lobby__table-item-row_c4poker:hover .lobby__row-item-list_c4poker li:last-child {border-right:0;}
			.lobby__table-item-row_c4poker:hover .lobby__row-item-list_c4poker {background:#A5FA00;}
			.lobby__row-item-list_c4poker li { padding:8px 0;}			
				.lobby__table-item-row_c4poker.lobby__main-row_c4poker .lobby__row-item-list_c4poker {background:#333333;}
			.lobby__table-item-row_c4poker.lobby__main-row_c4poker .lobby__row-overflow_c4poker:before,
			.lobby__table-item-row_c4poker.lobby__main-row_c4poker .lobby__row-overflow_c4poker:after {opacity:.7;}
			.lobby__row-item-list_c4poker li {width:10%; min-width:10%; border-right:1px solid #000;  display: flex; align-items: center;}
			.lobby__row-item-list_c4poker li:nth-child(4) {width:10%;  min-width: 83px;}
			.lobby__row-item-list_c4poker li:nth-child(7),
			.lobby__row-item-list_c4poker li:nth-child(5) {    min-width: 83px;}
			.lobby__row-item-list_c4poker li:nth-child(4) span,
			.lobby__row-item-list_c4poker li:nth-child(5) span {font-size:11px;}
			.lobby__row-item-list_c4poker li:first-child,
			.lobby__row-item-list_c4poker li:nth-child(3) {width:20%; min-width:20%;}
			.lobby__row-item-list_c4poker li span {padding:0 15px 0 10px; color:#fff; font-family: 'TeX Gyre Heros';line-height:1;  box-sizing: border-box;  display:block;
			}
			.lobby__row-item-list_c4poker li:last-child,
			.lobby__row-item-list_c4poker li:last-child span {border-right:0;}
.lobby__table-right_c4poker {position:relative; width:50%;     height: -webkit-calc(100vh - 56px);height: -moz-calc(100vh - 56px);height: calc(100vh - 56px);} 
.lobby__table-right_c4poker.hide {display:none;}
	.empty__loby-card-icon_c4poker {position:absolute; left:0; right:0; width:100%; bottom:0; text-align:center;}
	.empty__loby-card-icon_c4poker img {max-width:100%; vertical-align:bottom; -webkit-animation-name: fadeInUp; animation-name: fadeInUp; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.lobby__fishkaA_c4poker {width: 200px; height: 120px; position: absolute; left: 10%; top: 80px; content: ''; display: inline-block; background: url(../images/auth/left__visible-chip.png) center center no-repeat; background-size: contain; -webkit-animation: flip1 6s linear infinite; animation: flip1 6s linear infinite; }
.lobby__fishkaB_c4poker {width: 180px; height: 190px; position: absolute; right: 2%;  top: 180px; content: ''; display: inline-block; background: url(../images/auth/right__visible-chip.png) center center no-repeat; background-size: contain; -webkit-animation: float 16s linear infinite; animation: float 16s linear infinite; }
.lobby__table-item-row_c4poker,
.lobby__table-item-row_c4poker:hover {cursor:context-menu;}
.lobby__table-item-row_c4poker.check .lobby__row-overflow_c4poker:before,
.lobby__table-item-row_c4poker:hover .lobby__row-overflow_c4poker:before {background: url(../images/buttons/green_left-cone.svg) center center no-repeat; background-size: cover;}
.lobby__table-item-row_c4poker.check .lobby__row-overflow_c4poker:after,
.lobby__table-item-row_c4poker:hover .lobby__row-overflow_c4poker:after {background: url(../images/buttons/green_right-cone.svg) center center no-repeat; background-size: cover;}
.lobby__table-item-row_c4poker.check .lobby__row-item-list_c4poker li,
.lobby__table-item-row_c4poker:hover .lobby__row-item-list_c4poker li {background:#A5FA00;}
.lobby__table-item-row_c4poker.check .lobby__row-item-list_c4poker li span,
.lobby__table-item-row_c4poker:hover .lobby__row-item-list_c4poker li span {color:#000;}
.lobby__table-item-row_c4poker.lobby__main-row_c4poker.check  .lobby__row-item-list_c4poker li,
.lobby__table-item-row_c4poker.lobby__main-row_c4poker:hover  .lobby__row-item-list_c4poker li {background:rgba(51, 51, 51, 0.7);}
.lobby__table-item-row_c4poker.lobby__main-row_c4poker.check .lobby__row-overflow_c4poker:before,
.lobby__table-item-row_c4poker.lobby__main-row_c4poker:hover .lobby__row-overflow_c4poker:before {background: url(../images/buttons/table_row-left.svg) center center no-repeat; background-size: cover;}
.lobby__table-item-row_c4poker.lobby__main-row_c4poker.check .lobby__row-overflow_c4poker:after,
.lobby__table-item-row_c4poker.lobby__main-row_c4poker:hover .lobby__row-overflow_c4poker:after {background: url(../images/buttons/table_row-right.svg) center center no-repeat; background-size: cover;}
.lobby__table-item-row_c4poker.lobby__main-row_c4poker.check  .lobby__row-item-list_c4poker li span,
.lobby__table-item-row_c4poker.lobby__main-row_c4poker:hover  .lobby__row-item-list_c4poker li span {color:#fff;}
/** Lobby End **/

/** User Modal **/
.user__modal_c4poker {background:#000; border:1px solid rgba(51, 51, 51, 1); -webkit-border-radius: 14px; -moz-border-radius: 14px; border-radius: 14px; position:absolute; right:20px; top:120px; z-index:33; display:none;}
.user__modal_c4poker.visible {display:block; -webkit-animation-name: fadeIn; animation-name: fadeIn;-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
	.user__modal_inner_c4poker {padding:24px; min-width:200px;}
		.user__modal__title_c4poker {border-bottom: 1px solid #333333; color:#fff; text-transform:uppercase; font-size:20px; font-family: 'VG5000 Regular'; padding-bottom:20px; margin-bottom:25px;}
		.user__modal__close_c4poker {width: 15px; height: 15px; position: absolute; right: 40px; top: 25px; cursor: pointer; background: url(../images/navigation/close.svg) center center no-repeat; background-size: 15px;}
		.user__navigation_croker {padding-bottom:20px; margin-bottom:20px; border-bottom: 1px solid #333333;}
		.user__navigation_croker li {margin-bottom:8px;}
		.user__navigation_croker li a {color:#fff; display:flex; text-decoration:none; font-family: 'TeX Gyre Heros';line-height:35px;  align-items: center; }
		.user__navigation_croker li a:hover {color:#A5FA00;}
		.user__navigation_croker li a i{width:30px; height:30px;  margin-right:5px;    vertical-align:middle;}
		.user__navigation_croker li a i.profile_icon_c4poker{background:url('../images/profile.svg') center/15px no-repeat;}
		.user__navigation_croker li a:hover i.profile_icon_c4poker{background:url('../images/profile_active.svg') center/15px no-repeat;}
		.user__navigation_croker li a i.settings_icon_c4poker {background:url('../images/settings.svg') center/15px no-repeat;}
		.user__navigation_croker li a:hover i.settings_icon_c4poker {background:url('../images/settings_active.svg') center/15px no-repeat;}
		.user__navigation_croker li a i.charts_icon_c4poker {background:url('../images/crown.svg') center/15px no-repeat;}
		.user__navigation_croker li a:hover i.charts_icon_c4poker {background:url('../images/crown_active.svg') center/15px no-repeat;}
		.user__navigation_croker li a i.support_icon_c4poker {background:url('../images/chat.svg') center/15px no-repeat;}
		.user__navigation_croker li a:hover i.support_icon_c4poker {background:url('../images/chat_active.svg') center/15px no-repeat;}
		.user__navigation_croker li a i.wallet_icon_c4poker {background:url('../images/wallet.svg') center/15px no-repeat;}
		.user__navigation_croker li a:hover i.wallet_icon_c4poker {background:url('../images/wallet_active.svg') center/15px no-repeat;}
		.user__modal_button_croker {display: flex; justify-content: center;}
		.user__modal_button_croker button:focus {outline:none;}
		.user__modal_button_croker button {display: flex; transition: all 300ms ease-in-out 0s; position: relative; cursor: pointer; margin: 0 40px;}
		.user__modal_button_croker button:before,
		.user__modal_button_croker button:after {content: ''; height: 100%; width: 40px; position: absolute; left: 0; top: 0; left: -39px; background: url(../images/buttons/grey_left-cone.svg) center center no-repeat; background-size: cover;}
		.user__modal_button_croker button:after {left: auto; right: -44px; background: url(../images/buttons/grey_right-cone.svg) center center no-repeat; background-size: cover; width: 45px;}
		.user__modal_button_croker button span {display: flex; color: #fff; line-height: 54px; font-size: 20px; text-transform: uppercase; font-weight: 400; align-items: center; justify-content: center; background: #333333; margin: 0 -12px; position: relative; z-index: 10; }
		.user__modal_button_croker button span i {width:30px; height:30px; background:url('../images/navigation/leave.svg') center/20px no-repeat; margin-right:5px;}
		.user__modal_button_croker button:hover span {color:#000;}
		.user__modal_button_croker button:hover span i { background:url('../images/navigation/login.svg') center/20px no-repeat; }
		.user__modal_button_croker button:hover span {background:#A5FA00;}
		.user__modal_button_croker button:hover:before {background: url(../images/buttons/green_left-cone.svg) center center no-repeat; background-size: cover;}
		.user__modal_button_croker button:hover:after {background: url(../images/buttons/green_right-cone.svg) center center no-repeat; background-size: cover; }
/** User Modal End **/
/** User Modal Info **/
.user__info-details_c4poker {position:absolute; left:50%; top:90px; z-index:35; background:#000; -webkit-border-radius: 14px; -moz-border-radius: 14px; border-radius: 14px; margin-left:-225px; display:none;}
.user__info-details_c4poker.visible {-webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; display:block;}
	.user__info-inner_c4poker {position:relative;}
		.user__modal-header_c4poker {padding:20px 25px; border-bottom:1px solid #333333; margin-bottom:20px;}
		.user__modal-header_c4poker h2 {color:#fff; font-size:24px;  font-family: 'VG5000 Regular'; text-transform:uppercase;}
		.setting__modal__close_c4poker,
		.close__userinfo_c4poker {position: absolute; right: 15px; top: 20px; height: 15px; width: 15px; background: url(../images/navigation/close.svg) center/12px no-repeat; cursor: pointer; z-index: 32;}
		.user__info-table-body_c4poker {padding:0px 25px 10px 25px; min-width:400px;}
			.user__info-table-row_c4poker {display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; color:#fff; font-family: 'TeX Gyre Heros Bold';line-height:35px; margin-bottom:5px; white-space:nowrap; font-size:17px;}
				.user__info-table-name_c4poker {width:50%;}
				.user__info-table-data_c4poker {width:50%;}
/** User Modal Info End **/
/** User Short setting  **/
.settings__short-modal_c4poker {position:absolute; left:50%; top:90px; z-index:35; background:#000; -webkit-border-radius: 14px; -moz-border-radius: 14px; border-radius: 14px; margin-left:-175px; display:none;}
.settings__short-modal_c4poker.visible {-webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; display:block;}
	.settings__short_inner_c4poker {position:relative; padding:25px;}
	.user__short-setting-title_c4poker {}
	.user__short-setting-title_c4poker h2 {color:#fff; font-size:24px;  font-family: 'VG5000 Regular'; text-transform:uppercase;}
	.setting__modal__close_c4poker {top:25px;}
	.user__short-card-body_c4poker {display:flex; padding-bottom:20px; margin-bottom:15px; border-bottom:1px solid #333333; padding-top:20px;     align-items: center;}
		.user__short-card-avatar_c4poker {position:relative;}
			.user__edit-icon_c4poker {background:#333333 url('../images/edit.svg') center/12px no-repeat; display:inline-block; position:absolute; right:4px; bottom:0;  -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; height:30px; width:30px;}
			.user__edit-icon_c4poker:hover {background:#A5FA00 url('../images/edit_dark.svg') center/12px no-repeat; cursor:pointer;}
		.user__short-card-avatar_c4poker img {width:124px; min-width:124px;}
		.user__short-card-info_c4poker {padding-left:25px;}
			.user__short-card_main-data_c4poker {display:flex; flex-flow:column;}
				.short_card-name_c4poker {font-family: 'VG5000 Regular'; color:#fff; text-transform:uppercase; font-size:20px; margin-bottom:5px;}
				.short_card-balance_c4poker {text-transform:uppercase; color:#A5FA00; font-size:20px; font-family: 'VG5000 Regular';}
			.user__short_rate_c4poker {margin:8px 0;}
				.user__short-rate-text_c4poker {font-size:12px; text-transform:uppercase; font-family: 'VG5000 Regular'; color:#fff;}
				.user__rate-stars_c4poker {margin-top:8px; display:flex;}
				.user__rate-stars_c4poker i {width:20px; height:20px; min-width:20px; background:url('../images/empty_star.svg') center/contain no-repeat; margin-right:4px;}
				.user__rate-stars_c4poker.five__star_c4poker i,
				.user__rate-stars_c4poker.one__star_c4poker i:first-child,
				.user__rate-stars_c4poker.two__star_c4poker i:first-child,
				.user__rate-stars_c4poker.two__star_c4poker i:nth-child(2),
				.user__rate-stars_c4poker.three__star_c4poker i:first-child,
				.user__rate-stars_c4poker.three__star_c4poker i:nth-child(2),
				.user__rate-stars_c4poker.three__star_c4poker i:nth-child(3),
				.user__rate-stars_c4poker.four__star_c4poker i:first-child,
				.user__rate-stars_c4poker.four__star_c4poker i:nth-child(2),
				.user__rate-stars_c4poker.four__star_c4poker i:nth-child(3),
				.user__rate-stars_c4poker.four__star_c4poker i:nth-child(4) {background:url('../images/fill_star.svg') center/contain no-repeat; }
.user__site-navigation_c4poker { padding-bottom:20px;  border-bottom:1px solid #333333;}
.user__site-navigation_c4poker li {display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;}
	.user__nav-site_name_c4poker {color: #fff; display: flex; text-decoration: none; font-family: 'TeX Gyre Heros'; line-height: 35px; align-items: center; cursor:pointer;}
	.user__nav-site_name_c4poker i {width: 30px; height: 30px; margin-right: 5px; vertical-align: middle;}
		.nav_icon_sound_c4poker {background: url(../images/sound.svg) center/15px no-repeat;}
		.nav_icon_chat_c4poker {background: url(../images/chat.svg) center/15px no-repeat;}
		.nav_icon_color_c4poker {background: url(../images/change_color.svg) center/18px no-repeat;}
	.user__nav-cheker_c4poker { transition: all 300ms ease-in-out 0s; width:52px; height:28px; background:#000; border: 2px solid #333333; position:relative; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; cursor:pointer;}
	.user__site-navigation_c4poker li.check .user__nav-cheker_c4poker {background:#192600; border:2px solid #333333;}
	.user__site-navigation_c4poker li.check .user__nav-cheker_c4poker:before {background: #A5FA00; left:23px;}
	.user__nav-cheker_c4poker:before { transition: all 300ms ease-in-out 0s; width:24px; height:18px; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; background:#333; position:absolute; left:5px; top:5px; content:''; cursor:pointer;}
	.user__site-information_c4poker {font-size:13px; color:#333333; font-family: 'TeX Gyre Heros'; display:flex; align-items: center; justify-content: center; padding-top:10px;}
	.user__site-information_c4poker span:first-child {margin-right:8px;}
	.user__site-information_c4poker span:last-child {margin-left:8px;}
	.settings__short_inner_c4poker .user__modal_button_croker {margin:20px 0 10px 0;}
/** User Short setting end **/
/** User select avatars  **/
.avatars__modals_c4poker {margin-left:-337px;}
 .user__avatars-grid_c4poker {display:flex; flex-wrap:wrap; width:100%; max-width:600px;}
 .user__avatars-grid_c4poker li{width:20%;  max-width:134px;}
	.user__avatar-body_c4poker {border:2px solid #000; padding:3px; -webkit-border-radius: 150px; -moz-border-radius: 150px; border-radius: 150px; margin:6px; cursor:pointer; transition: all 300ms ease-in-out 0s;}
 .user__avatars-grid_c4poker li.select .user__avatar-body_c4poker {border:2px solid #fff;}
	.user__avatar-body_c4poker img {width:100%; vertical-align:bottom; }
	.load__my-picture_c4poker {width:96px; height:96px; background:#000; border:2px solid rgba(255,255,255,.3); -webkit-border-radius: 150px; -moz-border-radius: 150px; border-radius: 150px; display:flex; flex-flow:column; justify-content: center; align-items: center; text-align:center;}
	.load__my-picture_c4poker:hover {border:2px solid #A5FA00; }
	.load__my-picture_c4poker:hover span {color:#A5FA00;}
	.load__my-picture_c4poker i {width:20px; height:20px; background:url('../images/plus.svg') center/contain no-repeat; margin-bottom:5px;}
	.load__my-picture_c4poker:hover i {background:url('../images/plus_active.svg') center/contain no-repeat;}
	.load__my-picture_c4poker span {color:#fff; font-family: 'TeX Gyre Heros'; line-height:1.2; font-size:12px;}
	.avatars__table-buttons_c4poker {padding-top:20px; border-top:1px solid #333333; margin-top:20px;}
/** User select avatars end **/
/** Top User Table **/
.top__user-overflow_c4poker {display:flex; justify-content: center; padding-top:30px;} 
	.top__user-table_c4poker {width:100%; display:flex; justify-content: center}
	.top__user-table-list_c4poker {display: flex; flex-wrap: nowrap; flex-flow: column; width:80%;}
		.top__user-row_c4poker {display: flex; margin-bottom: 15px;}
			.top__user-row-body_c4poker {position: relative; padding: 0 35.25px 0 31.53px; box-sizing: border-box; width: 100%;}
			.top__user-row-body_c4poker:before {content: ''; display: inline-block; position: absolute; left: .40px; top: 0; height: 43px; width: 31.53px; background: url(../images/buttons/table_row-left.svg) center center no-repeat; background-size: cover;  opacity:.7;}
			.top__user-row-body_c4poker:after {content: ''; display: inline-block; position: absolute; right: 1.3px; top: 0; height: 43px; width: 35.25px; background: url(../images/buttons/table_row-right.svg) center center no-repeat; background-size: cover; opacity:.7;}
			.top__user-main-rows_c4poker {display: flex; flex-wrap: nowrap; width: 100%;     background: rgba(51, 51, 51, 0.7);}
			.top__user-main-rows_c4poker li:first-child,
			.top__user-main-rows_c4poker li:last-child {width:25%;}
			.top__user-main-rows_c4poker li {width:12.5%;}
			.top__user-main-rows_c4poker li span {line-height:43px; padding:0 15px 0 20px; color:#fff; padding: 0 15px 0 10px; color: #fff; font-family: 'TeX Gyre Heros Bold'; line-height: 43px; border-right: 1px solid #000; height: 43px; display: block; width: 100%; box-sizing: border-box; white-space: nowrap; display: block; text-overflow: ellipsis; overflow: hidden;     align-items: center; display:block; }
			.top__user-main-rows_c4poker li span img {width:24px; min-width:24px; margin-right:6px; vertical-align: middle; margin-top:-3px;}
.page__inner_c4poker::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);background-color: #000;}
.page__inner_c4poker::-webkit-scrollbar{width: 6px;background-color: #F5F5F5;}.page__inner_c4poker::-webkit-scrollbar-thumb{-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;background-color: #A5FA00;}		
.top__user-row_c4poker.top__user-title_row_c4poker .top__user-row-body_c4poker:before,
.top__user-row_c4poker.top__user-title_row_c4poker .top__user-row-body_c4poker:after {opacity:1;}
.top__user-row_c4poker.top__user-title_row_c4poker .top__user-row-body_c4poker .top__user-main-rows_c4poker {background:rgba(51, 51, 51, 1);}
/** Top User Table End **/

/** Modals Start **/
.modal__overflow_c4poker {position:fixed; left:0; top:0; right:0; bottom:0; z-index:33; background:rgba(51,51,51,.3);backdrop-filter: blur(12px); display:none;}
.modal__overflow_c4poker.visible {-webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; display:block;}
.modal_c4poker {background:#000; -webkit-border-radius: 14px; -moz-border-radius: 14px; border-radius: 14px; position:absolute; left:50%; top:80px; z-index:34; text-align:left; display:none;}
.modal_c4poker.visible {-webkit-animation-name: fadeIn; animation-name: fadeIn;-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;display:block;}
#tournamet__modal_c4poker.modal_c4poker {margin-left:-417px;}
	.modal__inner_c4poker {position:relative;  padding:40px;}
		.modal__title_c4poker {border-bottom: 1px solid #333333; color:#fff; text-transform:uppercase; font-size:24px; font-family: 'VG5000 Regular'; padding-bottom:20px; margin-bottom:25px;}
		.modal__close_c4poker {width:25px; height:25px; position:absolute; right:40px; top:40px; cursor:pointer; background:url('../images/navigation/close.svg') center center no-repeat; background-size:15px;}
.tournament_form-body_c4poker {}
	.tournament_form-row_c4poker {display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; margin-bottom:25px;}
	.tournament__registration_table_c4poker h2,
		.tournament__row-name_c4poker {color:#fff; font-size:16px; font-family: 'TeX Gyre Heros Bold';}
		.tournament__row-input_c4poker {}
		.tournament__row-input_c4poker input {background:#000; color:#fff; padding:0 20px; border:2px solid #333333; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: all 300ms ease-in-out 0s; line-height:40px;}
		.tournament__row-input_c4poker input:focus { border:2px solid #A5FA00; outline:none;}
		.tournament__row-droplist_c4poker {line-height:40px; border:2px solid #333333; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: all 300ms ease-in-out 0s; padding:0 20px; position:relative; min-width:168px; height:40px;}
		.tournament__row-droplist_c4poker.check {border:2px solid #A5FA00;}
		.tournament__row-droplist_c4poker.check:before {-moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}
		.tournament__row-droplist_c4poker:before {content:''; display:inline-block; position:absolute; right:12px; top:12px; height:20px; width:20px; background:url('../images/navigation/drop-arrow.svg') center/12px no-repeat; z-index:21; transition: all 300ms ease-in-out 0s;}
		.tournament__row-droplist_c4poker ul {color:#fff; font-family: 'TeX Gyre Heros Bold'; overflow:hidden; height:40px;   cursor:pointer; position:absolute; left:0px; top:0; right:0; width:100%; background:#000; z-index:20; padding:0 20px; box-sizing: border-box; display:flex; flex-flow:column; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
		.tournament__row-droplist_c4poker ul:hover {height:auto;}
		.tournament__row-droplist_c4poker ul li.select {display:block; order:1; color:#fff;}
		.tournament__row-droplist_c4poker ul li:hover {color:#fff;}
		.tournament__row-droplist_c4poker ul li {order:2; display:flex; color:rgba(255,255,255,.6);}
		.tournament__registration_table_c4poker {}
		.tournament__registration_table_c4poker h2 {margin-bottom:30px;}
		.registration__table_c4poker {padding-bottom:25px; border-bottom:1px solid rgba(51, 51, 51, 1);}
			.registration__table-row_c4poker {}
			.registration__table-row_c4poker.reg__table-title_c4poker {}
			.registration__table-row_c4poker.reg__table-title_c4poker ul {background:#333333;}
			.registration__table-row_c4poker ul {background:rgba(51, 51, 51, 0.7); display:flex; border-bottom:1px solid rgba(0, 0, 0, 1); width:100%;}
			.registration__table-row_c4poker ul li {border-right:1px solid rgba(0, 0, 0, 1); width:20%; min-width:150px;}
			.registration__table-row_c4poker ul li:last-child {border-right:0;}
			.registration__table-row_c4poker ul li span {color:#fff; font-size:16px; font-family: 'TeX Gyre Heros Bold'; display:block; padding:10px 0 10px 20px; white-space:nowrap;}
		.avatars__table-buttons_c4poker,
		.registration__table-buttons_c4poker {display:flex;     justify-content: center; padding-top:25px;}
		.avatars__table-buttons_c4poker button,
		.registration__table-buttons_c4poker button {display: flex; transition: all 300ms ease-in-out 0s; position: relative; cursor: pointer; margin: 0 60px;}
		.avatars__table-buttons_c4poker button:before,
		.avatars__table-buttons_c4poker button:after,
		.registration__table-buttons_c4poker button:before,
		.registration__table-buttons_c4poker button:after {content: ''; height: 100%; width: 40px; position: absolute; left: 0; top: 0; left: -39px; background: url(../images/buttons/grey_left-cone.svg) center center no-repeat; background-size: cover;}
		.avatars__table-buttons_c4poker button:after,
		.registration__table-buttons_c4poker button:after {left: auto; right: -44px; background: url(../images/buttons/grey_right-cone.svg) center center no-repeat; background-size: cover; width: 45px; }
		.avatars__table-buttons_c4poker button:focus,
		.registration__table-buttons_c4poker button:focus {outline:none;}
		.avatars__table-buttons_c4poker button span,
		.registration__table-buttons_c4poker button span{display: flex; color: #fff; line-height: 54px; font-size: 20px; text-transform: uppercase; font-weight: 400; align-items: center; justify-content: center; background: #333333; margin: 0 -12px; position: relative; z-index: 10; min-width:140px;}
		.avatars__table-buttons_c4poker button:hover:before,
		.registration__table-buttons_c4poker button:hover:before {background: url(../images/buttons/green_left-cone.svg) center center no-repeat;background-size: cover;}
		.avatars__table-buttons_c4poker button:hover:after,
		.registration__table-buttons_c4poker button:hover:after {background: url(../images/buttons/green_right-cone.svg) center center no-repeat; background-size: cover;}
		.avatars__table-buttons_c4poker button:hover span,
		.registration__table-buttons_c4poker button:hover span {background:#A5FA00; color:#000;}
/** Modals end **/

/** Chat Start **/
.online__chat-button_c4poker {position:fixed; right:24px; bottom:24px; z-index:30; cursor:pointer; text-align:center; background:url('../images/navigation/chat_button-bg.svg') center center no-repeat; background-size:contain; height:64px; width:64px; min-width:64px;  }
.online__chat-close_c4poker {position:absolute; right:45px; top:45px; height:15px; width:15px; background:url('../images/navigation/close.svg') center center no-repeat; background-size:contain; cursor:pointer; z-index:32; }
	.online__button_c4poker {line-height:64px;  color:#000; font-size:40px; font-family: 'VG5000 Regular';}
.online__chat-body_c4poker {position:fixed; right:24px; bottom:24px; z-index:31; background:#000;  -webkit-border-radius: 14px; -moz-border-radius: 14px; border-radius: 14px; overflow:hidden; display:none;}
.online__chat-body_c4poker.visible {display:inline-block; vertical-align: bottom;-webkit-animation-name: fadeInUp;animation-name: fadeInUp;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.online__chat-body_c4poker:before {content:''; width:250px; height:180px; background:url('../images/auth/left__visible-chip.png') left bottom no-repeat; position:absolute; left:-60px; bottom:0; z-index:30; background-size:contain; opacity:.56;}
.online__chat-body_c4poker:after {content:''; width:280px; height:240px; background:url('../images/auth/right__visible-chip.png') right top no-repeat; position:absolute; right:-60px; top:-90px; z-index:30; background-size:contain; opacity:.36;}
	.online__chat-inner_c4poker {padding:40px; position:relative; z-index:32;}
		.online__chat-title_c4poker {display:flex; flex-flow:column; font-size:24px; color:#fff; margin-bottom:25px;  font-family: 'VG5000 Regular'; text-transform:uppercase;}
		.chat__subtitle_c4poker {color:rgba(51, 51, 51, 1); font-size:16px; font-family: 'TeX Gyre Heros Bold'; margin-top:5px; text-transform:capitalize;}
		.chat__row_c4poker {position: relative; margin-bottom: 45px;}
		.chat__mesage_c4poker label,
		.chat__row_c4poker label {background: #000; color: #fff; font-family: 'TeX Gyre Heros Bold'; font-size: 16px; line-height: 23px; position: absolute; left: 10px; top: -12px; padding: 0 3px;}
		.chat__row_c4poker input {line-height: 40px; color: #fff; padding: 0 20px; box-sizing: border-box; width: 100%; border: 2px solid #333333; transition: all 300ms ease-in-out 0s; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background: #000; min-width: 400px; font-family: 'TeX Gyre Heros Bold';}
		.chat__row_c4poker input:focus {outline:none;border:2px solid #A5FA00;}
		.chat__mesage_c4poker {position: relative; margin-bottom: 45px;}
		.chat__mesage_c4poker label{}
		.chat__mesage_c4poker textarea:focus {outline:none; border:2px solid #A5FA00;}
		.chat__mesage_c4poker textarea {line-height: 40px; color: #fff; padding: 0 20px; box-sizing: border-box; width: 100%; border: 2px solid #333333; transition: all 300ms ease-in-out 0s; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background: #000; min-width: 400px; font-family: 'TeX Gyre Heros Bold';}
		.chat__action-button_c4poker {display: flex; justify-content: center;}
		.chat__action-button_c4poker button {transition: all 300ms ease-in-out 0s; position: relative; cursor: pointer;}
		.chat__action-button_c4poker button:before,
		.chat__action-button_c4poker button:after {content: ''; height: 100%; width: 40px; position: absolute; left: 0; top: 0; left: -39px; background: url(../images/buttons/grey_left-cone.svg) center center no-repeat; background-size: cover; }
		.chat__action-button_c4poker button:after {left: auto; right: -44px; background: url(../images/buttons/grey_right-cone.svg) center center no-repeat; background-size: cover; width: 45px;}
		.chat__action-button_c4poker button:hover:before { background: url(../images/buttons/green_left-cone.svg) center center no-repeat; background-size: cover;}
		.chat__action-button_c4poker button:hover:after {background: url(../images/buttons/green_right-cone.svg) center center no-repeat; background-size: cover;}
		.chat__action-button_c4poker button span {display: flex; color: #fff; line-height: 54px; font-size: 20px; text-transform: uppercase; font-weight: 400; align-items: center; justify-content: center; background: #333333; padding: 0 12px;}
		.chat__action-button_c4poker button:hover span {color:#000; background: #A5FA00;}
		.chat__action-button_c4poker button:focus {outline:none;}
/** Chat End  **/
/** Lobby view table **/
.lobby__view-table-right_c4poker {position: relative; width: 40%; height: -webkit-calc(100vh - 56px); height: -moz-calc(100vh - 56px); height: calc(100vh - 56px); display:none;}
.lobby__view-table-right_c4poker.visible {-webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; display:block;}
	.lobby__inner-box_c4poker {padding:30px 60px 60px 60px;}
		.lobby__top-row_c4poker .lobby__user-center_c4poker {margin-top:-80px;}
		.lobby__bottom-row_c4poker .lobby__user-center_c4poker {margin-bottom:-80px;}
		.lobby__table_c4poker {position:relative;  padding:60px;}
		.lobby__table__cover_c4poker {background:url('../images/pocker__table-2d.png') center center no-repeat; background-size:cover; }
			.lobby__table-cone_hazard_c4poker {height:60px; width:60px; position:absolute; background:url('../images/hazard.svg') center/30px no-repeat;}
			.lobby__table-cone_hazard_c4poker.left_top {border-left:2px solid #A5FA00; left:0; top:0; border-top:2px solid #A5FA00;}
			.lobby__table-cone_hazard_c4poker.right_top {border-right:2px solid #A5FA00; right:0; top:0;  border-top:2px solid #A5FA00;}
			.lobby__table-cone_hazard_c4poker.left_bottom {border-left:2px solid #A5FA00; left:0; bottom:0;  border-bottom:2px solid #A5FA00;}
			.lobby__table-cone_hazard_c4poker.right_bottom {border-right:2px solid #A5FA00; right:0; bottom:0;  border-bottom:2px solid #A5FA00;}
			.lobby__top-row_c4poker {}
			.lobby__bottom-row_c4poker {}
			.lobby__user-list_c4poker {display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;}
				.lobby__user-short-card_c4poker {display: flex; flex-flow: column; align-items: center; align-content: center;}
					.user__scrd_avatar_c4poker {position:relative; height:124px; width:100%; min-width:124px;}
					.user__scrd_avatar_c4poker img {position:absolute; left:0; top:0; right:0; width:100%; min-width:124px;}
					.user__scrd_avatar_c4poker.noactive img {filter: grayscale(100%);}
					.user__scrd_nickname_c4poker {position:relative; padding:0 20px; z-index:12; margin-top:-16px;}
					.user__scrd_nickname_c4poker:after,
					.user__scrd_nickname_c4poker:before {content: ''; height: 30px; width: 21px; position: absolute; left: 0; top: 0; left: -14px; background: url(../images/buttons/green_left-cone.svg) center center no-repeat; background-size: cover;}
					.user__scrd_nickname_c4poker:after {left: auto; right: -10px; background: url(../images/buttons/green_right-cone.svg) center center no-repeat; background-size: cover; width: 22px;}
					.user__scrd_nickname_c4poker span {color:#000; line-height:30px; background:#A5FA00; height:30px; display:block; position:relative; z-index:10; margin:0 -16px;}
					.user__scrd_label-bar_c4poker {display:flex;  align-items: center; margin-top:-5px;}
						.user__scrd_status_c4poker {color:#fff; line-height:28px; font-size:12px; border-bottom:3px solid #A5FA00; padding:0 15px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; background:#000;}
						
.lobby__details_play_room_c4poker {padding-top:50px;}			
	.lobby__room_label-text_c4poker {color:#fff; font-size:16px; margin-bottom:0px;}
	.lobby__room_title-text_c4poker {color:#A5FA00; font-size:64px; margin-bottom:25px;}
	.lobby__navigation-room_c4poker {display:flex;}
	.lobby__navigation-room_c4poker button {margin-right:54px;}
	.lobby__navigation-room_c4poker button:last-child {margin-right:0;}
 
/** Lobby view table end **/
/** Moda l Cashier **/
.modal_c4poker.cashier__modals_c4poker {margin-left:-335px; }
	.cashier__body-table_c4poker {}
	.cashier__user-table-row_c4poker {}
		.cashier__user-table_c4poker {display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; border-bottom: 1px solid #333333; padding-bottom:20px; margin-bottom:20px; }
			.cashier__user-table_column_c4poker {display:flex;align-items: center;     }
				.cashier__user_avatar_c4poker {display:flex; width:66px; min-width:66px; margin-right:20px;}
					.cashier__user_avatar_c4poker img {width:100%;}
				.cashier__user_short-details_c4poker {display:flex; flex-flow:column; margin-right:30px;}
				.cashier__user_short-details_c4poker .user__short-balance_c4poker {    margin-bottom: 7px;}
				.cashier__user_short-details_c4poker .user__short-balance_c4poker:before {content: ''; display: inline-block; width: 16px; height: 16px; min-width: 16px; background: url(../images/wallet.svg) center center no-repeat; background-size: contain; margin-right:8px;}
				.cashier__user_short-details_c4poker .user__short-chips_c4poker:before {margin-right:8px;}
				.cashier__user-points_c4poker {display:flex; flex-flow:column;}
					.cashier__user-text_c4poker { font-size: 12px; text-transform: uppercase; font-family: 'VG5000 Regular'; color: #fff;}
			.cashier__points-table_column_c4poker {margin-left:50px;}
.cashies__button_style_c4poker {}			
.main__button-nav-sidebar_c4poker button,
.cashies__button_style_c4poker button {display: flex; transition: all 300ms ease-in-out 0s; position: relative; cursor: pointer; margin: 0 40px;}			
.main__button-nav-sidebar_c4poker button:focus,
.cashies__button_style_c4poker button:focus {outline:none;}
.main__button-nav-sidebar_c4poker button:before,
.main__button-nav-sidebar_c4poker button:after,
.cashies__button_style_c4poker button:before,
.cashies__button_style_c4poker button:after {content: ''; height: 100%; width: 40px; position: absolute; left: 0; top: 0; left: -51px; background: url(../images/buttons/grey_left-cone.svg) center center no-repeat; background-size: cover;}
.main__button-nav-sidebar_c4poker button:after,
.cashies__button_style_c4poker button:after {left: auto; right: -44px; background: url(../images/buttons/grey_right-cone.svg) center center no-repeat; background-size: cover; width: 45px;}
.main__button-nav-sidebar_c4poker button span,
.cashies__button_style_c4poker button span {display: flex; color: #fff; line-height: 54px; font-size: 16px; text-transform: uppercase; font-weight: 400; align-items: center; justify-content: center; background: #333333; margin: 0 -12px; position: relative; z-index: 10;  font-family: 'VG5000 Regular';}			
.main__button-nav-sidebar_c4poker button:hover:before,
.cashies__button_style_c4poker button.green_button_c4poker:before,
.cashies__button_style_c4poker button.grey_button_c4poker:hover:before {background: url(../images/buttons/green_left-cone.svg) center center no-repeat;background-size: cover;}
.main__button-nav-sidebar_c4poker button:hover:after,
.cashies__button_style_c4poker button.green_button_c4poker:after,
.cashies__button_style_c4poker button.grey_button_c4poker:hover:after {background: url(../images/buttons/green_right-cone.svg) center center no-repeat;background-size: cover;}
.main__button-nav-sidebar_c4poker button:hover span,
.cashies__button_style_c4poker button.green_button_c4poker span,
.cashies__button_style_c4poker button.grey_button_c4poker:hover span {background: #A5FA00; color: #000;}
.cashier__form-box_c4poker {display:flex; flex-flow:column;}
	.cashier__curs_chip_c4poker {text-align:center; color:#fff; font-size:24px; margin-bottom:20px;}
	.cashier__slider-section_c4poker {}
		.cashier__slider_details_c4poker {}
			.steps-counts {display:flex;     justify-content: center;}
			.steps-counts #result {border:2px solid rgba(51, 51, 51, 1); font-size:64px; color:#A5FA00; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px; padding:10px 70px 10px 20px; position:relative;}
			.steps-counts #result:after {content:''; display:inline-block; height:40px; width:40px; background: url(../images/navigation/fishka.svg) center/30px no-repeat;position:absolute; right:12px; top:22px;}
.cashier__slider-cover-box_c4poker {position:relative; padding:0 70px; margin-top:30px;}					
.cashier__slider-cover-box_c4poker .buttons { }	
.cashier__slider-cover-box_c4poker .buttons button {position:absolute; height:54px; width:54px; cursor:pointer; background:url('../images/navigation/bg-pxiel-poinq-grey.svg') center/contain no-repeat; overflow:hidden; color:#fff; line-height:40px;     font-family: 'VG5000 Regular'; font-size:30px;}
.cashier__slider-cover-box_c4poker .buttons button:hover {background:url('../images/navigation/bg-pxiel-poinq.svg') center/contain no-repeat; color:#000;}
.cashier__slider-cover-box_c4poker .buttons button span {margin-top:-8px; display:block;}
.cashier__slider-cover-box_c4poker .buttons button:focus {outline:none;}
.cashier__slider-cover-box_c4poker .buttons button.preview {left:0; top:0;}
.cashier__slider-cover-box_c4poker .buttons button.next {right:0; top:0;}
		.cashier__slider_row_c4poker {padding:15px 0;}
		.cashier__slider_row_c4poker input {height:12px; -webkit-border-radius: 18px; -moz-border-radius: 18px; border-radius: 18px; width:100%;  box-sizing: border-box;}
		input[type='range']::-webkit-slider-thumb { width: 90px; -webkit-appearance: none; height: 54px;  background:url('../images/scroll_bar-button.svg') center/contain no-repeat; cursor:pointer;}
.cashier__alert-row_c4poker {display: flex; align-items: center; justify-content: center; margin:40px 0 10px 0; }
	.cashier__alert-box_c4poker {color:#000; background:#FAA500; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; padding:12px 8px; display:flex;     align-items: center;}
	.cashier__alert-box_c4poker:before {content:''; display:inline-block; height:20px; width:20px; background:url('../images/info_icons.svg') center/contain no-repeat; vertical-align:middle; margin-right:5px;}
.cashier__bottom-buttons_c4poker {display:flex; align-content:center; justify-content: center; padding-top:30px;}		
.cashier__bottom-buttons_c4poker button {display: flex; transition: all 300ms ease-in-out 0s; position: relative; cursor: pointer; margin: 0 40px;}
.cashier__bottom-buttons_c4poker button:first-child {margin-right:60px;}
.cashier__bottom-buttons_c4poker button:last-child {margin-left:60px;}
.cashies__button_style_c4poker button.red_button_c4poker:before {background: url(../images/buttons/red_left-cone.svg) center center no-repeat;background-size: cover;}
.cashies__button_style_c4poker button.red_button_c4poker:after {background: url(../images/buttons/red_right-cone.svg) center center no-repeat;background-size: cover;}
.cashies__button_style_c4poker button.red_button_c4poker span{color:#fff; background:#FA0000;}

.cashier__modal-tabs_c4poker {position:absolute; left:50%; top:80px; z-index:35; margin-left:-340px; display:none;}
.cashier__modal-tabs_c4poker.visible {display:block;-webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
	.cashier__modal-tabs_cover_c4poker {display:flex; flex-flow:column;}
		.cashier__tabs-title-row_c4poker {position:relative; padding-right:55px;}
			.cashier__header-modal_c4poker {padding:40px; background:#000; position:relative; -webkit-border-radius: 14px; -webkit-border-bottom-right-radius: 0px; -webkit-border-bottom-left-radius: 0px; -moz-border-radius: 14px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 0px; border-radius: 14px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px;}
			.cashier__tabs-title-row_c4poker {display:flex;     align-items: center;}
			.cashier__tabs-title-row_c4poker h1 {font-family: 'VG5000 Regular'; color:#fff; text-transform:uppercase; font-size:24px;}
			.cashier__tabs-title-row_c4poker span {font-family: 'TeX Gyre Heros'; color:#333333; margin-left:12px; font-size:15px;}
			.cashier__close-modal_c4poker {width: 25px; height: 25px; position: absolute; right: 40px; top: 40px; cursor: pointer; background: url(../images/navigation/close.svg) center center no-repeat; background-size: 15px;}
		.cashier__nav-tabs_c4poker {background:rgba(0,0,0,.8); backdrop-filter: blur(3px); padding:0 40px;}
			.cashier__nav-list_c4poker {display:flex;}
			.cashier__nav-list_c4poker li  {margin-right:12px;}
			.cashier__nav-list_c4poker li:last-child {margin-right:0;}
			.cashier__nav-list_c4poker li span  {text-decoration:none; color:#333333; display:flex; line-height:60px; font-family: 'VG5000 Regular'; text-transform:uppercase; font-weight:200; cursor:pointer;     white-space: nowrap;}
			.cashier__nav-list_c4poker li span:before {content:'['; display:none;}
			.cashier__nav-list_c4poker li span:after {content:']'; display:none;}
			.cashier__nav-list_c4poker li.select span:before,
			.cashier__nav-list_c4poker li.select span:after {display:block;}
			.cashier__nav-list_c4poker li.select span,
			.cashier__nav-list_c4poker li span:hover {color:#fff;}
			.body__tabs_container_c4proker {background:#000;-webkit-border-radius:0px; -webkit-border-bottom-right-radius: 14px; -webkit-border-bottom-left-radius: 14px; -moz-border-radius: 0px; -moz-border-radius-bottomright: 14px; -moz-border-radius-bottomleft: 14px; border-radius: 0px; border-bottom-right-radius: 14px; border-bottom-left-radius: 14px; border-top:1px solid #333333;}
			.cashier__tabl-list_c4poker {padding:40px;}
				.cashier__tab-item_conteiner_c4poker {display:none;}
				.cashier__tab-item_conteiner_c4poker.visible {display:block; -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
				.cashier__ti-box_c4poker {}
.cashier__tab-item_top-line_c4poker {padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #333333; color:#fff; font-size:16px; font-family: 'TeX Gyre Heros';}				
.cashier__tab-item_top-line_c4poker h2 {display:block; margin-bottom:8px;}		
.cashier__tab-item_top-line_c4poker p {}		
.cashier__two-columns-table_c4poker {display:flex;}
	.cashier__left-column-table_c4poker {}
		.cashier__table-tabs-list_c4poker {margin-left:-15px;}
		.cashier__table-tabs-list_c4poker li {margin-bottom:15px;}
		.cashier__table-tabs-list_c4poker li button {display: flex; transition: all 300ms ease-in-out 0s; position: relative; cursor: pointer; margin: 0 60px;}
		.cashier__table-tabs-list_c4poker li button:focus {outline:none;}
		.cashier__table-tabs-list_c4poker li button:before,
		.cashier__table-tabs-list_c4poker li button:after {content: ''; height: 100%; width: 40px; position: absolute; left: 0; top: 0; left: -50px; background: url(../images/buttons/grey_left-cone.svg) center center no-repeat; background-size: cover;}
		.cashier__table-tabs-list_c4poker li button:after {left: auto; right: -44px; background: url(../images/buttons/grey_right-cone.svg) center center no-repeat; background-size: cover; width: 45px;}
		.cashier__table-tabs-list_c4poker li button span {display: flex; color: #fff; height: 54px; font-size: 20px; text-transform: uppercase; font-weight: 400; align-items: center; justify-content: center; background: #333333; margin: 0 -12px; position: relative; z-index: 10; min-width: 160px;}
		.cashier__table-tabs-list_c4poker li.select button:before,
		.cashier__table-tabs-list_c4poker li button:hover:before {background: url(../images/buttons/green_left-cone.svg) center center no-repeat;
    background-size: cover;}
		.cashier__table-tabs-list_c4poker li.select button:after,
		.cashier__table-tabs-list_c4poker li button:hover:after {background: url(../images/buttons/green_right-cone.svg) center center no-repeat;
    background-size: cover;}	
		.cashier__table-tabs-list_c4poker li.select button span,
		.cashier__table-tabs-list_c4poker li button:hover span {background: #A5FA00; color: #000;}	
	.cashier__right-column-table_c4poker {width:100%;}
		.cashier__tabs-table-rows_c4poker {}
			 .cashier__tab-item_row_c4poker {display:none;}
			 .cashier__tab-item_row_c4poker.visible {display:block; -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
			 /** Cashier Method Webmoney **/
				.cashier__webmoney_method-table_c4poker {display:flex; flex-flow:column;}
					.dont__have_alert_c4poker {display:flex; color:#000; background:#FAA500; padding:8px; font-size:15px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; font-family: 'TeX Gyre Heros'; margin-bottom:15px;}
					.dont__have_alert_c4poker:before {content: ''; display: inline-block; height: 20px; width: 20px; background: url(../images/info_icons.svg) center/contain no-repeat; vertical-align: middle; margin-right: 5px;}
					.dont__have_alert_c4poker a {color:#000; margin-left:8px;}
					.dont__have_alert_c4poker a:hover {text-decoration:none;}
				.cashier__table-form_type1_c4poker {display:flex; flex-flow:column;}
					.cashier__table-form-t1_row_c4poker {display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; margin-bottom:15px;}
						.cashier__table-ft1_column-name_c4poker {color:#fff; font-family: 'TeX Gyre Heros';}
						.cashier__table-ft1_column-right_c4poker {}
							.cashier__drop-list-style_c4poker {line-height: 40px; border: 2px solid #333333; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: all 300ms ease-in-out 0s; padding: 0 20px; position: relative; min-width: 120px; height: 40px; z-index:10;}
							.cashier__drop-list-style_c4poker:before {content: ''; display: inline-block; position: absolute; right: 12px; top: 12px; height: 20px; width: 20px; background: url(../images/navigation/drop-arrow.svg) center/12px no-repeat; z-index: 21; transition: all 300ms ease-in-out 0s; }
							.cashier__drop-list-style_c4poker ul {color: #fff; font-family: 'TeX Gyre Heros Bold'; overflow: hidden; height: 40px; cursor: pointer; position: absolute; left: 0px; top: 0; right: 0; width: 100%; background: #000; z-index: 20; padding: 0 20px; box-sizing: border-box; display: flex; flex-flow: column; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;  z-index:20}
							.cashier__drop-list-style_c4poker ul li {order:2; color:#fff;  font-family: 'VG5000 Regular';}
							.cashier__drop-list-style_c4poker.check {border:2px solid #A5FA00; z-index:11;}
							.cashier__drop-list-style_c4poker.check ul {height:auto; -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
							.cashier__drop-list-style_c4poker ul li.select {display: block; order: 1; color: #fff;}
							.cashier__input-style_c4poker {}
							.cashier__input-style_c4poker input {background: #000; color: #fff; padding: 0 20px; border: 2px solid #333333; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: all 300ms ease-in-out 0s; line-height: 40px; max-width:120px;}
							.cashier__input-style_c4poker input:focus {outline:none; border:2px solid #A5FA00;}
							.cashier__table-bottom-ifon_c4poker {}
							.cashier__table-bottom-ifon_c4poker p {color:#fff; line-height:1.3; font-family: 'TeX Gyre Heros';}
							.cashier__table-bottom-ifon_c4poker p a { color:#A5FA00;}
							.cashier__table-bottom-ifon_c4poker p a:hover{text-decoration:none;}
							.cashier__form-bottom-line_c4poker {padding-top:20px;}
							.cashier__form-bottom-line_c4poker button {display: flex; transition: all 300ms ease-in-out 0s; position: relative; cursor: pointer; margin: 0 60px;}
							.cashier__form-bottom-line_c4poker button:focus {outline:none;}
							.cashier__form-bottom-line_c4poker button:before,
							.cashier__form-bottom-line_c4poker button:after {content: ''; height: 100%; width: 40px; position: absolute; left: 0; top: 0; left: -50px; background: url(../images/buttons/grey_left-cone.svg) center center no-repeat; background-size: cover;}
							.cashier__form-bottom-line_c4poker button:after {left: auto; right: -44px; background: url(../images/buttons/grey_right-cone.svg) center center no-repeat; background-size: cover; width: 45px;}
							.cashier__form-bottom-line_c4poker button span {display: flex; color: #fff; height: 54px; font-size: 20px; text-transform: uppercase; font-weight: 400; align-items: center; justify-content: center; background: #333333; margin: 0 -12px; position: relative; z-index: 10; min-width: 160px;}
							.cashier__form-bottom-line_c4poker button:hover:before {background: url(../images/buttons/green_left-cone.svg) center center no-repeat;
    background-size: cover;}
							.cashier__form-bottom-line_c4poker button:hover:after {background: url(../images/buttons/green_right-cone.svg) center center no-repeat;
    background-size: cover;}	
							.cashier__form-bottom-line_c4poker button:hover span {background: #A5FA00; color: #000;}
			 /** Cashier Method Webmoney End**/
			 /** Cashier Method Card**/
			 .cashier__card-form-rekvizit_c4poker {}
			 .cashier__card-form_row_c4poker {margin-bottom:18px;}
				.cashier__card-cover-box_c4poker {position:relative; }
				.cashier__card-short-pole_c4poker label,
				.cashier__card-cover-box_c4poker label {background: #000; color: #fff; font-family: 'TeX Gyre Heros Bold'; font-size: 16px; line-height: 23px; position: absolute; left: 10px; top: -12px; padding: 0 3px; z-index:3;}
				.cashier__card-short-pole_c4poker input,
				.cashier__card-cover-box_c4poker input {line-height: 40px; border: 2px solid #333333; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; transition: all 300ms ease-in-out 0s; padding: 0 20px; position: relative;   background:#000; width:100%; box-sizing: border-box; color:#fff;}
				.cashier__card-short-pole_c4poker input:focus,
				.cashier__card-cover-box_c4poker input:focus {outline:none; border:2px solid #A5FA00;}
				.cashier__card-form_row_c4poker.two_column {display:flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;}
					.cashier__column-left_form_c4poker {width:47%;}
					.cashier__column-right_form_c4poker {width:47%;}
				.cashier__card-data-table_c4poker {display:flex;align-items: center;}
					.cashier__card-short-pole_c4poker {position:relative;}
					.cashier__card-short-pole_c4poker {}
					.cashier__card-short-pole_c4poker input {max-width:140px;}
				.cashier__dash-break_c4poker {color:#fff; font-family: 'TeX Gyre Heros'; font-size:18px; padding:0 20px;}
			 /** Cashier Method Card End**/
			 /** Cashier Withdrawal **/
			 .cashier__whithrdawal__table-cover_c4poker {display:flex;}
				.cashier__whithrdawal__tabs-left_c4poker {}
				.cashier__whithrdawal__tabs-left_c4poker ul li button span {font-size:14px; font-family: 'VG5000 Regular';}
				.cashier__whithrdawal__tabs-right_c4poker {width:100%;}
					.cashier__whithrdawal__content-tabs_c4poker {}
						.cashier__wtabs-items_c4poker {}
						.cashier__wtabs-items_c4poker li{display:none;}
						.cashier__wtabs-items_c4poker li.visible{-webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; display:block;}
						.cashier__drop-list-style_c4poker.drop__select_f.check li,
						.cashier__drop-list-style_c4poker.drop__select_e.check li,
						.cashier__drop-list-style_c4poker.drop__select_c.check li,
						.cashier__drop-list-style_c4poker.drop__select_d.check li {display:block;}
			 /** Cashier Withdrawal End**/
/** Moda l Cashier End**/
/*** Settings Modals ***/
.settings__modal-cover_c4poker {position: absolute; left: 50%; top: 80px; z-index: 35; margin-left: -512px; display: none;}
.settings__modal-cover_c4poker.visible {display: block; -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.settings__modal-tabs_cover_c4poker {display: flex; flex-flow: column;}
	.settings__header-modal_c4poker {padding: 40px; background: #000; position: relative; -webkit-border-radius: 14px; -webkit-border-bottom-right-radius: 0px; -webkit-border-bottom-left-radius: 0px; -moz-border-radius: 14px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 0px; border-radius: 14px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px;}
		.settings__tabs-title-row_c4poker {display: flex; align-items: center;position: relative; padding-right: 55px;}
		.settings__tabs-title-row_c4poker h2 {font-family: 'VG5000 Regular'; color: #fff; text-transform: uppercase; font-size: 24px;}
		.settings__close-modal_c4poker {width: 25px; height: 25px; position: absolute; right: 40px; top: 40px; cursor: pointer; background: url(../images/navigation/close.svg) center center no-repeat; background-size: 15px;}
		.settings__nav-tabs_c4poker {background: rgba(0,0,0,.8); backdrop-filter: blur(3px); padding: 0 40px;}
		.settings__nav-list_c4poker {display:flex;}
		.settings__nav-list_c4poker li {margin-right: 12px;}
		.settings__nav-list_c4poker li:last-child {margin-right:0;}
		.settings__nav-list_c4poker li span {text-decoration: none; color: #333333; display: flex; line-height: 60px; font-family: 'VG5000 Regular'; text-transform: uppercase; font-weight: 200; cursor: pointer; white-space: nowrap;}
		.settings__nav-list_c4poker li span:before { content: '['; display: none;}
		.settings__nav-list_c4poker li span:after { content: ']'; display: none;}
		.settings__nav-list_c4poker li:hover span,
		.settings__nav-list_c4poker li.select span {color:#fff;}
		.settings__nav-list_c4poker li.select span:after,
		.settings__nav-list_c4poker li.select span:before {display:block;}
		.settings__body-tabs_content_c4poker {padding:40px 40px 40px 40px;}
		.setting__tab-content-list_c4poker {}
			.setting__item-tab__conteiner_c4poker {display:none;}
			.setting__item-tab__conteiner_c4poker.visible {display:block; -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
			
.setting__account-table_c4poker {display:flex; padding-bottom:20px; margin-bottom:20px;  }			
.setting__tab-content-list_c4poker .setting__account-table_c4poker {margin-bottom:0; padding-bottom:0;}
	.setting__account-table-left_c4poker {width:55%;}
		.user__card-rate__info_c4poker {line-height:30px; display:flex; color:#000;  font-family: 'VG5000 Regular'; font-size:16px; position:absolute; left:50%; top:-15px; background:#FAA500; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;     align-items: center; padding:0 12px; margin-left:-38px;}
		.user__card-rate__info_c4poker:before {content: ''; display: inline-block; width: 16px; height: 16px; min-width: 16px; background: url(../images/crown_dark.svg) center center no-repeat; background-size: contain; margin-right:6px;}
		.setting__account__user-row_c4poker {display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;}
		.setting__account__user-row_c4poker .user__short-card-body_c4poker {border-bottom:0; padding-bottom:0; margin-bottom:0;}
	.setting__edit__profile_c4poker {margin-left:30px;}
		.setting__edit__button_c4poker {display: flex; transition: all 300ms ease-in-out 0s; position: relative; cursor: pointer; margin: 0 40px;}
		.setting__edit__button_c4poker:before,
		.setting__edit__button_c4poker:after {content: ''; height: 100%; width: 40px; position: absolute; left: 0; top: 0; left: -39px; background: url(../images/buttons/grey_left-cone.svg) center center no-repeat; background-size: cover;}
		.setting__edit__button_c4poker:after {left: auto; right: -44px; background: url(../images/buttons/grey_right-cone.svg) center center no-repeat; background-size: cover; width: 45px;}
		.setting__edit__button_c4poker span {display: flex; color: #fff; line-height: 54px; font-size: 20px; text-transform: uppercase; font-weight: 400; align-items: center; justify-content: center; background: #333333; margin: 0 -12px; position: relative; z-index: 10; }
		.setting__edit__button_c4poker:hover:before {background: url(../images/buttons/green_left-cone.svg) center center no-repeat; background-size: cover;}
		.setting__edit__button_c4poker:hover:after {background: url(../images/buttons/green_right-cone.svg) center center no-repeat; background-size: cover; }
		.setting__edit__button_c4poker:hover span {background: #A5FA00; color: #000; }
		.settings__checker-list_c4poker {max-width:100%; margin-bottom:25px;}
		.settings__checker-list_c4poker .user__site-navigation_c4poker {display:flex;flex-wrap:wrap; padding-top:20px; border-top:1px solid #333333; margin-top:20px; padding-bottom:0;}
		.settings__checker-list_c4poker .user__site-navigation_c4poker li {width:50%; min-width:50%; margin-bottom:20px;}
		.settings__checker-list_c4poker .user__site-navigation_c4poker li {width:50%; min-width:50%; margin-bottom:20px;}
		.settings__checker-list_c4poker .user__site-navigation_c4poker li:nth-child(2) span,
		.settings__checker-list_c4poker .user__site-navigation_c4poker li:nth-child(4) span {margin-left:25px; }
		.settings__statistic__list_c4poker {display: flex; flex-flow:column; max-width:100%; width:100%;}
		.settings__statistic__list_c4poker li {display:flex;color:#fff; width:100%; flex-wrap: nowrap; justify-content: space-between; align-items: center; margin-bottom:18px;}
			.settings_si-name_c4poker {text-transform:uppercase; font-size:20px; width:50%;}
			.settings_si-data_c4poker {font-size:20px;  font-family: 'VG5000 Regular'; }			
		.setting__account-table-right_c4poker {padding-left:30px; width:30%;}
		.setting__account-table-right_c4poker .settings_si-name_c4poker {white-space:nowrap; width:100%;}
		.setting__account-table-right_c4poker .settings_si-data_c4poker {width:70px;}
.settings__personal-data-table_c4poker {display: flex; flex-flow: column; max-width:500px; width: 100%;}		
.settings__personal-data-table_c4poker li {display: flex; color: #fff; width: 100%; flex-wrap: nowrap; justify-content: space-between; align-items: center; margin-bottom: 18px;}	
	.settings__pdt__name_c4poker {text-transform: uppercase; font-size: 20px; width: 50%;}
	.settings__pdt__data_c4poker {font-size: 20px; font-family: 'VG5000 Regular';}
	.settings__bottom-row_c4poker {text-align: right; display: flex; justify-content: flex-end;}
	.settings__bottom-row_c4poker button {display: flex; transition: all 300ms ease-in-out 0s; position: relative; cursor: pointer; margin: 0 40px;}
	.settings__bottom-row_c4poker button:focus {outline:none;}
	.settings__bottom-row_c4poker button:before,
	.settings__bottom-row_c4poker button:after {content: ''; height: 100%; width: 40px; position: absolute; left: 0; top: 0; left: -51px; background: url(../images/buttons/grey_left-cone.svg) center center no-repeat; background-size: cover;}
	.settings__bottom-row_c4poker button:after {left: auto; right: -44px; background: url(../images/buttons/grey_right-cone.svg) center center no-repeat; background-size: cover; width: 45px;}
	.settings__bottom-row_c4poker button span {display: flex; color: #fff; line-height: 54px; font-size: 20px; text-transform: uppercase; font-weight: 400; align-items: center; justify-content: center; background: #333333; margin: 0 -12px; position: relative; z-index: 10;}
	.settings__bottom-row_c4poker button:hover:before {background: url(../images/buttons/green_left-cone.svg) center center no-repeat; background-size: cover;}
	.settings__bottom-row_c4poker button:hover:after {background: url(../images/buttons/green_right-cone.svg) center center no-repeat; background-size: cover;}
	.settings__bottom-row_c4poker button:hover span {background: #A5FA00; color: #000;}
.settings__form-edit_c4poker {max-width:340px;}	
.settings__form-edit_c4poker .settings__bottom-row_c4poker {justify-content: start;}
.settings__form-edit_c4poker .settings__bottom-row_c4poker span {padding:0 50px;}
	.setting__form-edit_row_c4poker {position:relative; margin-bottom:30px;}
	.setting__form-edit_row_c4poker label {background: #000; color: #fff; font-family: 'TeX Gyre Heros Bold'; font-size: 16px; line-height: 23px; position: absolute; left: 10px; top: -12px; padding: 0 3px;}
	.setting__form-edit_row_c4poker input {line-height: 40px; color: #fff; padding: 0 20px; box-sizing: border-box; width: 100%; border: 2px solid #333333; transition: all 300ms ease-in-out 0s; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background: #000; min-width: 400px; font-family: 'TeX Gyre Heros Bold';}
	.setting__form-edit_row_c4poker input:focus {border: 2px solid #A5FA00; outline:none;}
/*** Settings Modals End ***/

/*** Table Place***/
.table__place_c4poker {background: url(../images/table__background.jpg) center top no-repeat; background-attachment: fixed; background-size: cover;}
.table__place_c4poker header{background: #000000;border-bottom: 1px solid #333333;}
.table__container_box_c4poker {padding: 20px 20px 20px 90px; display: flex; flex-wrap: nowrap;  align-items: flex-start; justify-content: center; transition: all 300ms ease-in-out 0s;}
.table__container_box_c4poker.mini {padding-left:540px;}
.overflow__main-table-box_c4poker {width:100%;display: flex; justify-content: center; flex-flow:column;     align-items: center;}
.main__table-bottom-nav-sidebar_c4poker,
.main__table-top-nav-sidebar_c4poker {display: flex;flex-wrap: nowrap;justify-content: space-between;align-items: center; width:100%; position:relative; z-index:20;} 
.main__table-bottom-nav-sidebar_c4poker {padding-top:60px;}
.table__main-box_c4poker {position:relative; width:80%; display:flex; justify-content:center; padding-top:130px;     margin-top: -35px;}
.main__button-nav-sidebar_c4poker button .leave__icon_c4poker {width: 30px; height: 30px; background: url(../images/navigation/leave.svg) center/20px no-repeat; margin-right: 5px;}
.main__button-nav-sidebar_c4poker button:before {background: url(../images/buttons/dark_left-cone.svg) center center no-repeat; background-size: cover;}
.main__button-nav-sidebar_c4poker button:after{background: url(../images/buttons/dark_right-cone.svg) center center no-repeat; background-size: cover;}
.main__button-nav-sidebar_c4poker button span {background:#000;  font-family: 'VG5000 Regular';} 
.main__button-nav-sidebar_c4poker button:hover .leave__icon_c4poker {background: url(../images/navigation/login.svg) center/20px no-repeat;}
.main__button-nav-info_c4poker {margin-left:auto; margin-right:25px;}
.main__button-nav-info_c4poker button {width:54px; height:54px; min-width:54px; display:flex; cursor:pointer; background:url('../images/navigation/bg-pxiel-poinq-dark.svg') center/contain no-repeat; align-items: center; justify-content: center;}
.main__button-nav-info_c4poker button:focus {outline:none;}
.main__button-nav-info_c4poker button i{width:20px; height:20px; background:url('../images/navigation/information.svg') center/contain no-repeat;}
.main__button-nav-info_c4poker button:hover,
.main__button-nav-info_c4poker button.check {background:url('../images/navigation/bg-pxiel-poinq.svg') center/contain no-repeat;}
.main__button-nav-info_c4poker button:hover i,
.main__button-nav-info_c4poker button.check i {background:url('../images/navigation/information-dark.svg') center/contain no-repeat;}
.cover__play-buttons-box_c4poker {display:flex; margin-right:auto; margin-left:auto;}
.cover__play-buttons-box_c4poker .main__button-nav-sidebar_c4poker {margin:0 20px;}
.cover__play-buttons-box_c4poker .main__button-nav-sidebar_c4poker:first-child {margin-left:-90px;}
.cover__play-buttons-box_c4poker .main__button-nav-sidebar_c4poker button:before {background: url(../images/buttons/grey_left-cone.svg) center center no-repeat; background-size: cover}
.cover__play-buttons-box_c4poker .main__button-nav-sidebar_c4poker button span {background:#333333; min-width:80px;}
.cover__play-buttons-box_c4poker .main__button-nav-sidebar_c4poker button:after {background: url(../images/buttons/grey_right-cone.svg) center center no-repeat; background-size: cover;}
.main__button-nav-sidebar_c4poker.green button:before,
.cover__play-buttons-box_c4poker .main__button-nav-sidebar_c4poker.check button:before,
.cover__play-buttons-box_c4poker .main__button-nav-sidebar_c4poker button:hover:before {background: url(../images/buttons/green_left-cone.svg) center center no-repeat; background-size: cover;}
.main__button-nav-sidebar_c4poker.green button span,
.cover__play-buttons-box_c4poker .main__button-nav-sidebar_c4poker.check button span,
.cover__play-buttons-box_c4poker .main__button-nav-sidebar_c4poker button:hover span {background: #A5FA00; color: #000;}
.main__button-nav-sidebar_c4poker.green button:after,
.cover__play-buttons-box_c4poker .main__button-nav-sidebar_c4poker.check button:after,
.cover__play-buttons-box_c4poker .main__button-nav-sidebar_c4poker button:hover:after {background: url(../images/buttons/green_right-cone.svg) center center no-repeat; background-size: cover;}
.main__button-nav-sidebar_c4poker.orange button:hover:before,
.main__button-nav-sidebar_c4poker.orange.check button:before,
.main__button-nav-sidebar_c4poker.orange button:before {background: url(../images/buttons/orange_left-cone.svg) center center no-repeat; background-size: cover;}
.main__button-nav-sidebar_c4poker.orange button:hover:after,
.main__button-nav-sidebar_c4poker.orange.check button:after,
.main__button-nav-sidebar_c4poker.orange button:after{background: url(../images/buttons/orange_right-cone.svg) center center no-repeat; background-size: cover;}
.main__button-nav-sidebar_c4poker.orange button:hover span,
.main__button-nav-sidebar_c4poker.orange.check button span,
.main__button-nav-sidebar_c4poker.orange button span {color:#000; background:#FAA500;}
#table__user-seat-iterm_c4poker.user__top-left-cone_c4poker {margin-top:170px;}
#table__user-seat-iterm_c4poker.user__top-left-second-cone_c4poker {margin-left:-80px; margin-top:60px;}
#table__user-seat-iterm_c4poker.user__top-center-cone_c4poker {}
#table__user-seat-iterm_c4poker.user__top-right-second-cone_c4poker { margin-right:-80px; margin-top:60px;}
#table__user-seat-iterm_c4poker.user__top-right-cone_c4poker {margin-top:170px;}
#table__user-seat-iterm_c4poker.user__bottom-left-cone_c4poker {margin-top:-80px;}
#table__user-seat-iterm_c4poker.user__bottom-right-cone_c4poker {margin-top:-80px;}
#table__play-area_c4poker {background:url('../images/pocker__table-main.png') center center no-repeat; background-size:contain;    display:flex; flex-flow:column; justify-content:space-between; max-width:1000px; max-height:500px; width:1000px; height:500px;}
#table__play-area_c4poker.user__table-top-row_c4poker {display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start; } 
#table__user-list_c4poker.user__table-top-row_c4poker {margin-top:-110px; }
#table__user-list_c4poker.user__table-bottom-row_c4poker {}
#table__user-list_c4poker {display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start;}
	#table__user-seat-iterm_c4poker {}
		.user__item-body-card_c4poker {display: flex; flex-flow: column; align-items: center; align-content: center;}
#table__cards-area_c4poker {display: flex; justify-content: center;}
	#table__card-list_c4poker {display: flex;  align-items: center; align-content: center; margin-top:-100px;}
		.view__card-item_c4poker {width:102px; height:139px; position:relative; margin:5px;}
		.card__item-conteiner_c4poker {position:absolute; left:0; top:0; bottom:0; right:0; width:100%; height:100%; z-index:10; -o-object-fit: cover; object-fit: cover; -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
#table__user-seat-iterm_c4poker.noactive {filter: grayscale(100%);}
.sit__here-button_c4poker {width:124px; height:124px; position:relative; background: linear-gradient(180deg, #333333 0%, #242424 100%); border: 2px solid #FFFFFF; -webkit-border-radius: 150px; -moz-border-radius: 150px; border-radius: 150px; cursor:pointer;}
.sit__here-button_c4poker:focus {outline:none;}
.sit__here-button_c4poker:before {width:35px; height:35px; background:url('../images/sit_icon.svg') center/contain no-repeat; position:absolute; left:50%; top:50%; margin:-17px 0 0 -17px; content:'';}
.sit__here-button_c4poker:hover {border: 2px solid #A5FA00; }
.sit__here-button_c4poker:hover:before {background:url('../images/sit_icon-active.svg') center/contain no-repeat; }
.user__scrd_nickname_c4poker.dark {}
.user__scrd_nickname_c4poker.dark:before {background: url(../images/buttons/grey_left-cone.svg) center center no-repeat;     background-size: cover;}
.user__scrd_nickname_c4poker.dark:after {background: url(../images/buttons/grey_right-cone.svg) center center no-repeat;     background-size: cover;}
.user__scrd_nickname_c4poker.dark span{background:#333333; color:#fff;}
#table__user-list_c4poker .user__scrd_nickname_c4poker span {min-width:80px; text-align:center; max-width:100px; overflow:hidden; text-overflow:ellipsis;}
.user__avatar-header-card_c4poker {position:absolute; right:0px; top:-15px; margin-right:-20px;}
	.user__head-card-list_c4poker {display:flex; flex-wrap:nowrap;}
	.user__head-card-list_c4poker li { margin-left:-15px;}
	.user__head-card-list_c4poker li .user__head-card-item_c4poker {width:34.29px; height:48px; position:relative;}
.main__button-nav-sidebar_c4poker.drop__buttons_c4poker {position:relative;}
.drop__select-button-list_c4poker {flex-flow:column; display:none; position:absolute; left:0; bottom:50px; right:0; z-index:20;}
.drop__select-button-list_c4poker.visible {display:flex; -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.drop__select-button-list_c4poker li { margin-bottom:15px;}
.drop__select-button-list_c4poker li button {}
		/** Card **/
		.Shirt {background:url('../images/card__deck/Shirt.svg') center/contain no-repeat;}
		.Across {background:url('../images/card__deck/A_cross.svg') center/contain no-repeat;}
		.c2cross {background:url('../images/card__deck/2_cross.svg') center/contain no-repeat;}
		.c3cross {background:url('../images/card__deck/3_cross.svg') center/contain no-repeat;}
		.c4cross {background:url('../images/card__deck/4_cross.svg') center/contain no-repeat;}
		.c5cross {background:url('../images/card__deck/5_cross.svg') center/contain no-repeat;}
		.c6cross {background:url('../images/card__deck/6_cross.svg') center/contain no-repeat;}
		.c7cross {background:url('../images/card__deck/7_cross.svg') center/contain no-repeat;}
		.c8cross {background:url('../images/card__deck/8_cross.svg') center/contain no-repeat;}
		.c9cross {background:url('../images/card__deck/9_cross.svg') center/contain no-repeat;}
		.c10cross {background:url('../images/card__deck/10_cross.svg') center/contain no-repeat;}
		.Jcross {background:url('../images/card__deck/J_cross.svg') center/contain no-repeat;}
		.Qcross {background:url('../images/card__deck/Q_cross.svg') center/contain no-repeat;}
		.Kcross {background:url('../images/card__deck/K_cross.svg') center/contain no-repeat;}

		.Aheart {background:url('../images/card__deck/A_heart.svg') center/contain no-repeat;}
		.c2heart {background:url('../images/card__deck/2_heart.svg') center/contain no-repeat;}
		.c3heart {background:url('../images/card__deck/3_heart.svg') center/contain no-repeat;}
		.c4heart {background:url('../images/card__deck/4_heart.svg') center/contain no-repeat;}
		.c5heart {background:url('../images/card__deck/5_heart.svg') center/contain no-repeat;}
		.c6heart {background:url('../images/card__deck/6_heart.svg') center/contain no-repeat;}
		.c7heart {background:url('../images/card__deck/7_heart.svg') center/contain no-repeat;}
		.c8heart {background:url('../images/card__deck/8_heart.svg') center/contain no-repeat;}
		.c9heart {background:url('../images/card__deck/9_heart.svg') center/contain no-repeat;}
		.c10heart {background:url('../images/card__deck/10_heart.svg') center/contain no-repeat;}
		.Jheart {background:url('../images/card__deck/J_heart.svg') center/contain no-repeat;}
		.Qheart {background:url('../images/card__deck/Q_heart.svg') center/contain no-repeat;}
		.Kheart {background:url('../images/card__deck/K_heart.svg') center/contain no-repeat;}	

		.Aspades {background:url('../images/card__deck/A_spades.svg') center/contain no-repeat;}
		.c2spades {background:url('../images/card__deck/2_spades.svg') center/contain no-repeat;}
		.c3spades {background:url('../images/card__deck/3_spades.svg') center/contain no-repeat;}
		.c4spades {background:url('../images/card__deck/4_spades.svg') center/contain no-repeat;}
		.c5spades {background:url('../images/card__deck/5_spades.svg') center/contain no-repeat;}
		.c6spades {background:url('../images/card__deck/6_spades.svg') center/contain no-repeat;}
		.c7spades {background:url('../images/card__deck/7_spades.svg') center/contain no-repeat;}
		.c8spades {background:url('../images/card__deck/8_spades.svg') center/contain no-repeat;}
		.c9spades {background:url('../images/card__deck/9_spades.svg') center/contain no-repeat;}
		.c10spades {background:url('../images/card__deck/10_spades.svg') center/contain no-repeat;}
		.Jspades {background:url('../images/card__deck/J_spades.svg') center/contain no-repeat;}
		.Qspades {background:url('../images/card__deck/Q_spades.svg') center/contain no-repeat;}
		.Kspades {background:url('../images/card__deck/K_spades.svg') center/contain no-repeat;}	

		.Adiamonds {background:url('../images/card__deck/A_diamonds.svg') center/contain no-repeat;}
		.c2diamonds {background:url('../images/card__deck/2_diamonds.svg') center/contain no-repeat;}
		.c3diamonds {background:url('../images/card__deck/3_diamonds.svg') center/contain no-repeat;}
		.c4diamonds {background:url('../images/card__deck/4_diamonds.svg') center/contain no-repeat;}
		.c5diamonds {background:url('../images/card__deck/5_diamonds.svg') center/contain no-repeat;}
		.c6diamonds {background:url('../images/card__deck/6_diamonds.svg') center/contain no-repeat;}
		.c7diamonds {background:url('../images/card__deck/7_diamonds.svg') center/contain no-repeat;}
		.c8diamonds {background:url('../images/card__deck/8_diamonds.svg') center/contain no-repeat;}
		.c9diamonds {background:url('../images/card__deck/9_diamonds.svg') center/contain no-repeat;}
		.c10diamonds {background:url('../images/card__deck/10_diamonds.svg') center/contain no-repeat;}
		.Jdiamonds {background:url('../images/card__deck/J_diamonds.svg') center/contain no-repeat;}
		.Qdiamonds {background:url('../images/card__deck/Q_diamonds.svg') center/contain no-repeat;}
		.Kdiamonds {background:url('../images/card__deck/K_diamonds.svg') center/contain no-repeat;}			

#my__hand-cards_c4poker #table__card-list_c4poker {margin-top:0;}
		/** Card End **/
		/** Table Chats **/
.table__dialog-window_c4poker {width:500px; min-width:500px; margin-left:0px; position:fixed; left:0; top:107px; bottom:0; z-index:30; border-right:1px solid #333333;
 -moz-transform: translate(-500px, 0px);
-webkit-transform: translate(-500px, 0px);
-o-transform: translate(-500px, 0px);
-ms-transform: translate(-500px, 0px);
transform: translate(-500px, 0px); transition: all 300ms ease-in-out 0s; }	 	
.sidebar__label-item_c4poker {position:absolute; height:54px; width:50px; background:#000 url('../images/chat.svg') 12px 15px no-repeat; background-size:20px; top:20px; right:-50px; cursor:pointer; -webkit-border-radius: 1px;
-webkit-border-top-right-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius: 1px;
-moz-border-radius-topright: 15px;
-moz-border-radius-bottomright: 15px;
border-radius: 1px;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;  transition: all 300ms ease-in-out 0s; }
.sidebar__label-item_c4poker:after {content:''; display:inline-block; height:30px; width:24px; background:#000 url('../images/navigation/arrow__right.svg') center/6px no-repeat; -webkit-border-radius: 1px;
-webkit-border-top-right-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius: 1px;
-moz-border-radius-topright: 15px;
-moz-border-radius-bottomright: 15px;
border-radius: 1px;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px; cursor:pointer; position: absolute; right: -16px; top: 10px;}
.table__dialog-window_c4poker.visible { -moz-transform: translate(0px, 0px);
-webkit-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);}
.table__dialog-window_c4poker.visible .sidebar__label-item_c4poker {background:#000; width:10px; right:-10px;}
.table__dialog-window_c4poker.visible .sidebar__label-item_c4poker:after {background:#000 url('../images/navigation/arrow__right.svg') center/6px no-repeat;  -moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); -webkit-border-radius: 15px;
-webkit-border-top-right-radius: 1px;
-webkit-border-bottom-right-radius: 1px;
-moz-border-radius: 15px;
-moz-border-radius-topright: 1px;
-moz-border-radius-bottomright: 1px;
border-radius: 15px;
border-top-right-radius: 1px;
border-bottom-right-radius: 1px;}
.table__chat__header-nav_c4poker {border-bottom:1px solid #333333;}
.table__chat__header-nav_c4poker ul {display:flex; padding:0 10px;}
.table__chat__header-nav_c4poker ul li {}
.table__chat__header-nav_c4poker ul li span{display:flex;  font-family: 'VG5000 Regular'; color:#333; font-size:20px; line-height:64px; cursor:pointer; text-transform:uppercase; padding:0 10px;}
.table__chat__header-nav_c4poker ul li span:before {content:'['; margin-right:4px; display:none;}
.table__chat__header-nav_c4poker ul li span:after {content:']'; margin-left:4px; display:none;}
.table__chat__header-nav_c4poker ul li.select span:before,
.table__chat__header-nav_c4poker ul li.select span:after {display:block;}
.table__chat__header-nav_c4poker ul li span:hover,
.table__chat__header-nav_c4poker ul li.select span {color:#fff;}
#table__chat-window_c4poker {display:flex; flex-flow:column; background:rgba(0,0,0,.5); height:100vh; }
.table__chat-body-area_c4poker {     height: calc(100% - 61px);box-sizing: border-box; }
.table__body-tabs-list_c4poker { height:calc(100% - 171px); overflow:auto;}
.dealer__chat-body_box_c4poker::-webkit-scrollbar-track,
.table__body-tabs-list_c4poker::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);background-color: #000;}
.dealer__chat-body_box_c4poker::-webkit-scrollbar,
.table__body-tabs-list_c4poker::-webkit-scrollbar{width: 6px;background-color: #A5FA00;}
.dealer__chat-body_box_c4poker::-webkit-scrollbar-thumb,
.table__body-tabs-list_c4poker::-webkit-scrollbar-thumb{background-color: #A5FA00; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
.chat__tab-item_c4poker  {display:none; height:100%;}
.chat__tab-item_c4poker.visible {display:block; -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
/** Dealer Chat **/
.dealer__chat-body_box_c4poker {display:flex; flex-flow:column; padding:0 15px 15px 15px;     justify-content: flex-end;}
	.dealer__chat-message_c4poker {color:#fff; background:#333333; line-height:1.2; padding:10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; margin:10px 0; font-family: 'TeX Gyre Heros';}
/** Dealer Chat End**/
/** Feedback Chat**/
.feedback__chat-section-body_c4poker {padding:15px 15px 0 15px;}
	.feedback__chat-infow_row_c4poker {color: #000; background: #FAA500; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; padding: 12px 8px; display: flex; align-items: center; font-size:13px;}
	.feedback__chat-infow_row_c4poker:before {content: ''; display: inline-block; height: 20px; width: 20px; background: url(../images/info_icons.svg) center/16px no-repeat; vertical-align: middle; margin-right: 5px;}
/** Feedback Chat End**/
/** Chat message **/
.chat__message-dialogue-list_c4poker {display:flex; flex-flow:column; padding:15px;}
	.chat__item-dialog-row_c4poker {margin-bottom:12px;}
	.chat__item-dialog-body_c4poker {display:flex;}
		.chat__item-user-avatar_c4poker {width:60px; margin-right:15px; min-width:60px;}
		.chat__item-user-avatar_c4poker img {width:100%;}
		.chat__body-message_c4poker {background:#333333; padding:12px; -webkit-border-radius: 10px;
-webkit-border-top-left-radius: 1px;
-moz-border-radius: 10px;
-moz-border-radius-topleft: 1px;
border-radius: 10px;
border-top-left-radius: 1px;}
			.chat__message-item-header_c4poker {display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; font-family: 'TeX Gyre Heros'; color:#D6D6D6; margin-bottom:12px;}
				.chat__message-name-user_c4poker {}
				.chat__message-time-user_c4poker {}
			.chat__item-body-message-text_c4poker {color:#fff; line-height:1.2;  font-family: 'TeX Gyre Heros';}
.chat__item-dialog-row_c4poker.chat__answer {display: flex; justify-content: flex-end;}			
.chat__item-dialog-row_c4poker.chat__answer .chat__item-dialog-body_c4poker {max-width:80%;}		
.chat__item-dialog-row_c4poker.chat__answer .chat__item-dialog-body_c4poker .chat__body-message_c4poker {-webkit-border-radius: 10px; -webkit-border-bottom-right-radius: 1px; -moz-border-radius: 10px; -moz-border-radius-bottomright: 1px; border-radius: 10px; border-bottom-right-radius: 1px;}
.chat__item-dialog-row_c4poker.chat__answer .chat__item-dialog-body_c4poker .chat__body-message_c4poker {position:relative; padding-right:67px;}
.chat__item-dialog-row_c4poker.chat__answer .chat__item-dialog-body_c4poker .chat__body-message_c4poker .chat__message-item-header_c4poker {position:absolute; right:15px; top:15px;}
/** Chat message End**/
/** Full chat **/
.full__chat-body_c4poker {}
/** Full chat end**/
/** User Chat Hands **/
.chat__hand-table-overflow_c4poker {display:flex; flex-flow:column;}
	.chat__hand-table-header_c4poker {display:flex; padding:10px; background:#333333;}
	.chat__hand-header-list_c4poker {display:flex; width:100%; flex-wrap:nowrap;}
	.chat__hand-header-list_c4poker li {}
	.chat__hand-header-list_c4poker li.chat__hand-one-row_c4poker {width:30%;}
	.chat__hand-header-list_c4poker li.chat__hand-two-row_c4poker {width:35%;}
	.chat__hand-header-list_c4poker li.chat__hand-three-row_c4poker {width:35%;}
	.chat__hand-header-list_c4poker li.chat__hand-three-row_c4poker span {padding-left:0;}
	.chat__hand-header-list_c4poker li span {display:block; padding-left:15px; text-transform:uppercase; color:#fff; font-family: 'VG5000 Regular';}

.chat__hand-table-body-item_c4poker {}	
	.chat__hand-body-row-item_c4poker {padding:10px 15px;}
	.chat__hand-body-row-item_c4poker:nth-child(2n) {background:#333333;}
		.chat__hand-body-row-overflow_c4poker {display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;}
			.chat__hand-two-card_c4poker {display:flex; width:30%; }
			.chat__hand-four-card_c4poker {display:flex; width:35%; }
				.hand__card-body-item_c4poker {width:30px; min-width:30px; height:40px; margin-right:8px; position:relative;}
				.hand__card-body-item_c4poker:before {content:''; display:inline-block; position:absolute; left:0; top:0; bottom:0; right:0; background: url(../images/card__deck/shirt.png) center/contain no-repeat; }
				.handAgroud_c4poker.view .hand__card-body-item_c4poker:before  {display:none;}
				.hand__card-body-item_c4poker:last-child {margin-right:0;}
.chat__hand-pot-row_c4poker {width:35%; display:flex;  justify-content: space-between; align-items: center;}				
	.chat__hand-pot-item_c4poker {color:#fff; font-family: 'TeX Gyre Heros';}
.chat__watch-button_c4poker {padding-right:22px;}
.chat__watch-button_c4poker button {display: flex; transition: all 300ms ease-in-out 0s; position: relative; cursor: pointer; margin: 0 5px;}
.chat__watch-button_c4poker button:focus {outline:none;}
.chat__watch-button_c4poker button span {background: #000; font-family: 'VG5000 Regular'; line-height:30px; color:#fff; text-transform:uppercase;}
.chat__watch-button_c4poker button:before,
.chat__watch-button_c4poker button:after {content: ''; height: 100%; width: 21px; position: absolute; left: 0; top: 0; left: -21px; background: url(../images/buttons/dark_left-cone.svg) center center no-repeat; background-size: cover;}
.chat__watch-button_c4poker button:after {background: url(../images/buttons/dark_right-cone.svg) center center no-repeat; background-size: cover; left:auto; right:-21px;}
.chat__watch-button_c4poker button.check:before,
.chat__watch-button_c4poker button:hover:before { background: url(../images/buttons/green_left-cone.svg) center center no-repeat; background-size: cover;}
.chat__watch-button_c4poker button.check:after,
.chat__watch-button_c4poker button:hover:after {background: url(../images/buttons/green_right-cone.svg) center center no-repeat; background-size: cover; }
.chat__watch-button_c4poker button.check span,
.chat__watch-button_c4poker button:hover span {background:#A5FA00; color:#000;}
/** User Chat Hands End **/
/** User Note **/
.user__note-box_c4poker {}
.user__note-color-select-list_c4poker {display:flex; padding:15px;}
	.user__note-color-itm_c4poker {margin-right:8px;}
	.user__note-color-itm_c4poker:last-child {margin-right:0;}
	.user__note-color-itm_c4poker button {-webkit-border-radius: 80px; -moz-border-radius: 80px; border-radius: 80px; border:2px solid transparent; transition: all 300ms ease-in-out 0s; background:none;}
	.user__note-color-itm_c4poker.select button {border:2px solid #fff;}
	.user__note-color-itm_c4poker button:focus {outlin:none;}
	.user__note-color-itm_c4poker span.note-color-button_c4poker {cursor:pointer; width:40px; height:40px; min-width:40px; -webkit-border-radius: 60px; -moz-border-radius: 60px; border-radius: 60px; border:3px solid #071005; display:block;}
.user__message-note-body_c4poker.not-color1_c4poker,
	.user__note-color-itm_c4poker span.note-color-button_c4poker.not-color1_c4poker {background:#A5FA00;}
	.user__message-note-body_c4poker.not-color2_c4poker,
	.user__note-color-itm_c4poker span.note-color-button_c4poker.not-color2_c4poker {background:#FA0000;}
	.user__message-note-body_c4poker.not-color3_c4poker,
	.user__note-color-itm_c4poker span.note-color-button_c4poker.not-color3_c4poker {background:#FAE100;}
	.user__message-note-body_c4poker.not-color4_c4poker,
	.user__note-color-itm_c4poker span.note-color-button_c4poker.not-color4_c4poker {background:#00FADC;}
	.user__message-note-body_c4poker.not-color5_c4poker,
	.user__note-color-itm_c4poker span.note-color-button_c4poker.not-color5_c4poker {background:#0500FA;}
	.user__message-note-body_c4poker.not-color6_c4poker,
	.user__note-color-itm_c4poker span.note-color-button_c4poker.not-color6_c4poker {background:#F500FA;}
	.user__message-note-body_c4poker.not-color7_c4poker,
	.user__note-color-itm_c4poker span.note-color-button_c4poker.not-color7_c4poker {background:#333333;}

.user__note-message-list_c4poker {padding:5px 15px 0 15px;}	
.user__note-message-list_c4poker li {margin-bottom:15px;}
	.user__message-note-body_c4poker {display:flex; padding:12px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background:#333333;}
		.message__note-text-section_c4poker {-webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1;}
		.message__note-text-section_c4poker p {line-height:1.3; font-family: 'TeX Gyre Heros'; color:#fff; font-size:14px;}
		.user__message-note-body_c4poker.not-color4_c4poker .message__note-text-section_c4poker p,
		.user__message-note-body_c4poker.not-color3_c4poker .message__note-text-section_c4poker p,
		.user__message-note-body_c4poker.not-color6_c4poker .message__note-text-section_c4poker p,
		.user__message-note-body_c4poker.not-color1_c4poker .message__note-text-section_c4poker p {color:#000;}
		.user__message-note-body_c4poker.not-color4_c4poker .note__delete-button_c4poker,
		.user__message-note-body_c4poker.not-color3_c4poker .note__delete-button_c4poker,
		.user__message-note-body_c4poker.not-color6_c4poker .note__delete-button_c4poker,
		.user__message-note-body_c4poker.not-color1_c4poker .note__delete-button_c4poker {background:url('../images/navigation/delete_dark.svg') center/20px no-repeat}
		.message__note-delete_c4poker {}
			.note__delete-button_c4poker:focus {outline:none;}
			.note__delete-button_c4poker {width:30px; height:30px; cursor:pointer; min-width:30px; background:url('../images/navigation/delete_white.svg') center/20px no-repeat;}
/** User Note end **/



.table__chat__send-area_c4poker {border-top:1px solid #333333; background:rgba(0, 0, 0, 1); position:absolute; left:0; bottom:0; right:0;}
	.send__form-section_c4poker {display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;}
		.emoji__icons-button_c4poker {}
		.emoji__icons-button_c4poker button {cursor:pointer; height:60px; width:40px; min-width:40px; background:url('../images/navigation/emojy.svg') center/20px no-repeat;}
		.emoji__icons-button_c4poker button:focus {outline:none;}
		.send__form-section_c4poker  input {line-height:60px; color:#fff; font-size:15px; box-sizing: border-box; width:100%; padding:0 20px; background:none;}
		.send__form-section_c4poker  input:focus {outline:none;}
		.send__message_c4poker {width:60px; min-width:60px; height:60px; cursor:pointer; background:url('../images/navigation/send.svg') center/20px no-repeat;}
		.send__message_c4poker:focus {outline:none;}
 
		/** Table Chats End**/
/*** Table Place End***/

.lobby__row-item-list_c4poker.table__five-columns li {width:20%;}
/*** Animation ***/
@-webkit-keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }

@-webkit-keyframes fadeInLeft { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes fadeInLeft { from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight { from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes fadeInRight { from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }

@-webkit-keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } @keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }

@-webkit-keyframes bounce { from, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 40%, 43% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); } 70% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0); } 90% { -webkit-transform: translate3d(0, -4px, 0); transform: translate3d(0, -4px, 0); } } @keyframes bounce { from, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 40%, 43% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); } 70% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0); } 90% { -webkit-transform: translate3d(0, -4px, 0); transform: translate3d(0, -4px, 0); } }
.bounce { -webkit-animation-name: bounce; animation-name: bounce; -webkit-transform-origin: center bottom; transform-origin: center bottom; }

@-webkit-keyframes flip1 { 0% {-moz-transform: rotate(0deg) translate(0px, 0px); -webkit-transform: rotate(0deg) translate(0px, -0px); -o-transform: rotate(0deg) translate(0px, 0px); -ms-transform: rotate(0deg) translate(0px, 0px); transform: rotate(0deg) translate(0px, 0px);} 50% {-moz-transform: rotate(20deg) translate(10px, -20px); -webkit-transform: rotate(20deg) translate(10px, -20px); -o-transform: rotate(20deg) translate(10px, -20px); -ms-transform: rotate(20deg) translate(10px, -20px); transform: rotate(20deg) translate(10px, -20px);} 100% {-moz-transform: rotate(0deg) translate(0px, 0px); -webkit-transform: rotate(0deg) translate(0px, -0px); -o-transform: rotate(0deg) translate(0px, 0px); -ms-transform: rotate(0deg) translate(0px, 0px); transform: rotate(0deg) translate(0px, 0px);}}
@keyframes flip1 { 0% {-moz-transform: rotate(0deg) translate(0px, 0px); -webkit-transform: rotate(0deg) translate(0px, -0px); -o-transform: rotate(0deg) translate(0px, 0px); -ms-transform: rotate(0deg) translate(0px, 0px); transform: rotate(0deg) translate(0px, 0px);} 50% {-moz-transform: rotate(20deg) translate(10px, -20px); -webkit-transform: rotate(20deg) translate(10px, -20px); -o-transform: rotate(20deg) translate(10px, -20px); -ms-transform: rotate(20deg) translate(10px, -20px); transform: rotate(20deg) translate(10px, -20px);} 100% {-moz-transform: rotate(0deg) translate(0px, 0px); -webkit-transform: rotate(0deg) translate(0px, -0px); -o-transform: rotate(0deg) translate(0px, 0px); -ms-transform: rotate(0deg) translate(0px, 0px); transform: rotate(0deg) translate(0px, 0px);}}

@-webkit-keyframes float { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 50% { -webkit-transform: translateY(-50px); transform: translateY(-50px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } } @keyframes float { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 50% { -webkit-transform: translateY(-50px); transform: translateY(-50px); } 100% { -webkit-transform: translateY(0); transform: translateY(0); } }

.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

/*** Animation End ***/


@media screen and (min-width:1680px) {
	#table__play-area_c4poker {background:url('../images/pocker__table-main.png') center center no-repeat; background-size:contain;    display:flex; flex-flow:column; justify-content:space-between; max-width:1100px; max-height:600px; width:1100px; height:600px;}
}
@media screen and (max-width:1380px) {
	.user__short-setting-title_c4poker h2,
	.user__info-table-row_c4poker,
	.user__modal-header_c4poker h2,
	.user__modal_button_croker button span,
	.user__modal__title_c4poker,
	.registration__table-buttons_c4poker button span,
	.main__navigation_c4poker ul li a,
	 	 .topbar_nav-button_c4poker span {font-size:16px;}
		 .lobby__table-right_c4poker {width:40%;}
	.user__nav-cheker_c4poker {width:46px; height:23px;}
	.user__nav-cheker_c4poker:before {top:4px; width:20px; height:14px;}
.user__site-navigation_c4poker li.check .user__nav-cheker_c4poker:before {left:21px;}
 }
  
@media screen and (max-width:1380px) {
	.page__lobby_orverflow_c4poker {height: -webkit-calc(100vh - 45px); height: -moz-calc(100vh - 45px); height: calc(100vh - 45px);}
	.main__navigation_c4poker ul li a {font-size:14px;}
	.topbar_nav-button_c4poker:before, .topbar_nav-button_c4poker:after {width:28px;}
	.topbar_nav-button_c4poker span {line-height:35px; font-size:14px; margin:0 -16px;}
	.topbar_nav-button_c4poker {margin:0 30px;}
	.topbar_nav-circle-button_c4poker {height:35px; width:35px; }
	.topbar_nav-button_c4poker:hover span .icon__filter_c4poker,
	.topbar_nav-button_c4poker span .icon__filter_c4poker,
	.topbar_nav-circle-button_c4poker:hover i.star__icons_c4poker,
	.topbar_nav-circle-button_c4poker i.star__icons_c4poker,
	.topbar_nav-circle-button_c4poker:hover i.user__icons_c4poker,
	.topbar_nav-circle-button_c4poker i.user__icons_c4poker {background-size:17px;}
	.topbar_nav-circle-button_c4poker:nth-child(2) {margin:0 14px 0 0;}
	.topbar_nav-button_c4poker span {margin:0 -25px;}
	.lobby__row-item-list_c4poker li span {font-size:12px;}
	.lobby__row-overflow_c4poker:before {height: 32px;width: 28.53px;}
	.lobby__row-overflow_c4poker:after {height:32px;}
	.lobby__row-overflow_c4poker {padding-left:0; padding-right:0;}
	.lobby__topbar_c4poker {padding-left:10px; padding-right:10px;}
	.lobby__view-table-right_c4poker {width:50%;}
	.user__modal__title_c4poker {padding-bottom:15px; margin-bottom:15px;}
	.cashier__form-bottom-line_c4poker button span,
	.cashier__table-tabs-list_c4poker li button span,
	.cashies__button_style_c4poker button span,
	.chat__action-button_c4poker button span,
	.setting__edit__button_c4poker span,
	.settings__bottom-row_c4poker button span,
	.avatars__table-buttons_c4poker button span, .registration__table-buttons_c4poker button span,
	.user__modal_button_croker button span {line-height:40px;}
	.settings__bottom-row_c4poker button:before,
	.setting__edit__button_c4poker:before,
	.chat__action-button_c4poker button:before,
	.cashier__form-bottom-line_c4poker button:before,
	.cashier__table-tabs-list_c4poker li button:before,
	.cashies__button_style_c4poker button:before,
	.avatars__table-buttons_c4poker button:before, .registration__table-buttons_c4poker button:before,
	.user__modal_button_croker button:before {width:27px;}
	.settings__bottom-row_c4poker button:after,
	.setting__edit__button_c4poker:after,
	.chat__action-button_c4poker button:after,
	.cashier__form-bottom-line_c4poker button:after,
	.cashier__table-tabs-list_c4poker li button:after,
	.cashies__button_style_c4poker button:after,
	.avatars__table-buttons_c4poker button:after span, .registration__table-buttons_c4poker button:after,
	.user__modal_button_croker button:after {width:32px;}
	.user__info-table-row_c4poker {line-height:22px; font-size:14px;}
	.short_card-balance_c4poker,
	.short_card-name_c4poker {font-size:16px;}
	.user__short-rate-text_c4poker {font-size:10px;}
	.user__rate-stars_c4poker i {width:15px; height:15px;}
	.user__short-card-avatar_c4poker img {width:105px; min-width:105px;}
	.settings__short-modal_c4poker {margin-left:-151px;}
	.modal__title_c4poker {font-size:18px; margin-bottom:15px; padding-bottom:15px;}
	.avatars__table-buttons_c4poker button span, .registration__table-buttons_c4poker button span {font-size:15px;}
	.avatars__modals_c4poker .modal__close_c4poker {top:14px;}
	.cashier__user_short-details_c4poker .user__short-balance_c4poker {font-size:15px;}
	.tournament__row-name_c4poker,
	.tournament__row-droplist_c4poker,
	.registration__table-row_c4poker ul li span {font-size:13px;}
	.cashier__form-bottom-line_c4poker button:before,
	.cashier__table-tabs-list_c4poker li button:before,
	.cashies__button_style_c4poker button:before {left:-39px;}
	.steps-counts #result {font-size:40px;}
	.steps-counts #result:after {top:10px;}
	.cashier__curs_chip_c4poker {font-size:18px;}
	.cashier__slider_row_c4poker input {height:8px;}
	input[type='range']::-webkit-slider-thumb {height:24px; width:60px;}
	.cashier__nav-list_c4poker li span,
	.settings__nav-list_c4poker li span,
	.cashier__alert-box_c4poker {font-size:14px;}
	.cashier__slider-cover-box_c4poker {margin-top:10px;}
	.cashier__alert-row_c4poker {margin-top:30px;}
	.settings__tabs-title-row_c4poker h2,
	.cashier__tabs-title-row_c4poker h1 {font-size:20px;}
	.settings__header-modal_c4poker,
	.cashier__header-modal_c4poker {padding:20px;}
	.settings__close-modal_c4poker,
	.cashier__close-modal_c4poker {top:17px; right:17px;}
	.settings__nav-tabs_c4poker,
	.cashier__nav-tabs_c4poker {padding:0 20px;}
	.settings__tabl-list_c4poker,
	.cashier__tabl-list_c4poker {padding:20px 20px 20px 20px;}
	.cashier__table-tabs-list_c4poker li button span img {height:30px;}
	.cashier__table-tabs-list_c4poker li.open__tab-item5 button span img,
	.cashier__table-tabs-list_c4poker li.open__tab-item4 button span img {height:10px;}
	.cashier__table-tabs-list_c4poker li button span {height:40px;}
	.cashier__table-tabs-list_c4poker li button {margin:0 30px;}
	.cashier__table-tabs-list_c4poker {margin-left:10px;}
	.cashier__table-tabs-list_c4poker li button span {min-width:114px;}
	.cashier__whithrdawal__tabs-right_c4poker,
	.cashier__right-column-table_c4poker {box-sizing: content-box; padding-left:35px;}
	.cashies__button_style_c4poker button span,
	.dont__have_alert_c4poker,
	.cashier__card-short-pole_c4poker label, .cashier__card-cover-box_c4poker label,
	.cashier__table-ft1_column-name_c4poker {font-size:12px;}
	.cashier__drop-list-style_c4poker ul li,
	.cashier__table-bottom-ifon_c4poker p,
	.cashier__tab-item_top-line_c4poker p,
	.cashier__form-bottom-line_c4poker button span {font-size:14px;}
	.cashier__bottom-buttons_c4poker {padding-top:12px;}
	.cashier__bottom-buttons_c4poker button:first-child {margin-right:30px;}
	.cashier__bottom-buttons_c4poker button:last-child {margin-left:30px;}
	.cashier__table-tabs-list_c4poker li button:after,
	.cashier__form-bottom-line_c4poker button:after,
	.cashies__button_style_c4poker button:after {width:32px;}
	.cashier__bottom-buttons_c4poker button:last-child {margin-left:65px;}
	.cashier__form-bottom-line_c4poker button span {height:40px;}
	.cashier__bottom-buttons_c4poker .cashies__button_style_c4oke.cashies__button_style_c4poker:first-child {margin-left:-50px;}
	.cashier__form-bottom-line_c4poker button {margin:0 38px;}
.cashier__form-bottom-line_c4poker {padding-top:5p;}
.cashier__modal-tabs_c4poker {margin-left:-285px;}
.dont__have_alert_c4poker {    align-items: center;}
.cashier__table-form-t1_row_c4poker .cashier__drop-list-style_c4poker li {font-size:12px;}
.lobby__table_c4poker,
.lobby__inner-box_c4poker {padding:30px;}
.lobby__room_title-text_c4poker {font-size:24px;}
.lobby__table-cone_hazard_c4poker {width:30px; height:30px;     background: url(../images/hazard.svg) center/20px no-repeat;}
.lobby__user-short-card_c4poker {scale:.7;}
.lobby__room_label-text_c4poker {font-size:12px;}
.lobby__details_play_room_c4poker {padding-top:15px;}
.online__chat-button_c4poker {width:44px; height:44px;}
.online__button_c4poker {line-height:44px; font-size:20px;}
.online__chat-inner_c4poker {padding:15px;}
.chat__row_c4poker input {line-height:30px; border:1px solid #333333; font-size:13px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.chat__mesage_c4poker textarea {border:1px solid #333333; font-size:13px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.chat__mesage_c4poker textarea:focus {border:1px solid #A5FA00;}
.chat__row_c4poker input:focus {border:1px solid #A5FA00;}
.online__chat-title_c4poker {font-size:20px;}
.chat__subtitle_c4poker {font-size:12px;}
.chat__mesage_c4poker label, .chat__row_c4poker label {font-size:12px;}
.online__chat-close_c4poker {right: 24px; top: 20px;}
.chat__row_c4poker {margin-bottom:24px;}
.chat__action-button_c4poker button:before {width:40px;}
.user__nav-site_name_c4poker,
.setting__edit__button_c4poker span,
.settings__pdt__name_c4poker,
.settings__pdt__data_c4poker,
.chat__action-button_c4poker button span {font-size:14px;}
.chat__mesage_c4poker {margin-bottom:18px;}
.online__chat-body_c4poker:after {background-size:200px;}
.online__chat-body_c4poker:before {background-size:160px;}
.settings__checker-list_c4poker {margin-bottom:15px;}
.settings__checker-list_c4poker .user__site-navigation_c4poker {padding-top:10px; margin-top:10px;}
.settings__checker-list_c4poker .user__site-navigation_c4poker li {margin-bottom:10px;}
.settings__bottom-row_c4poker button span,
.settings_si-name_c4poker,.settings_si-data_c4poker {font-size:15px;}
.setting__account__user-row_c4poker {margin-top:-23px;}
.settings__bottom-row_c4poker button:before {left:-39px;}
.setting__form-edit_row_c4poker label {font-size:12px;}
.setting__form-edit_row_c4poker input {border:1px solid #333333;}
.setting__form-edit_row_c4poker input:focus {border:1px solid #A5FA00;}
.setting__edit__button_c4poker:after,
.settings__bottom-row_c4poker button:after {width:32px;}
.settings__modal-cover_c4poker {margin-left:-480px;}
.avatars__table-buttons_c4poker button:after, .registration__table-buttons_c4poker button:after,
.user__modal_button_croker button:after {width:33px;}
.modal__inner_c4poker {padding-top:20px;}
.modal__close_c4poker {top:16px;}
.lobby__navigation-room_c4poker .topbar_nav-button_c4poker:first-child {margin-right:60px;}
.main__button-nav-sidebar_c4poker button {margin:0 20px;}
.main__button-nav-sidebar_c4poker button span {line-height:40px; min-width:60px;}
.main__button-nav-sidebar_c4poker button:before {width:30px; left:-34px;}
.main__button-nav-sidebar_c4poker button:after {width:31px; right:-35px;}
.main__button-nav-info_c4poker button {height:40px; width:40px; min-width:40px;}
.main__button-nav-info_c4poker button i {background-size:15px;}
.sidebar__label-item_c4poker {height:40px;}
.sidebar__label-item_c4poker:after {height:23px; right: -9px; top: 8px; width:18px;}
.sidebar__label-item_c4poker {background: #000 url(../images/chat.svg) 11px 11px no-repeat;background-size: 16px;}
.table__chat__header-nav_c4poker ul li span {font-size:14px; line-height:45px;}
.table__body-tabs-list_c4poker {height: calc(100% - 155px);}
.user__note-color-itm_c4poker span.note-color-button_c4poker {width:30px; height:30px; min-width:30px;}
.dealer__chat-message_c4poker,
.chat__item-body-message-text_c4poker,
.message__note-text-section_c4poker p {font-size:12px;}
.dealer__chat-message_c4poker {margin:7px 0;}
.chat__hand-header-list_c4poker li span {font-size:14px;}
.table__dialog-window_c4poker {width:470px; min-width:470px;     -moz-transform: translate(-471px, 0px);-webkit-transform: translate(-471px, 0px);-o-transform: translate(-471px, 0px);-ms-transform: translate(-471px, 0px);transform: translate(-471px, 0px);}
	.table__container_box_c4poker.mini {  padding-left: 510px;}
	.chat__item-user-avatar_c4poker { width: 40px; margin-right: 12px; min-width: 40px; }
	.chat__message-item-header_c4poker {font-size:12px; margin-bottom:10px;}
	.chat__hand-header-list_c4poker li.chat__hand-one-row_c4poker,
	.chat__hand-two-card_c4poker {width:20%;}
	.chat__hand-header-list_c4poker li.chat__hand-three-row_c4poker,
	.chat__hand-header-list_c4poker li.chat__hand-two-row_c4poker,
	.chat__hand-pot-row_c4poker,
	.chat__hand-four-card_c4poker {width:40%;}
	.user__message-note-body_c4poker.not-color4_c4poker .note__delete-button_c4poker, .user__message-note-body_c4poker.not-color3_c4poker .note__delete-button_c4poker, .user__message-note-body_c4poker.not-color6_c4poker .note__delete-button_c4poker, .user__message-note-body_c4poker.not-color1_c4poker .note__delete-button_c4poker,
	.note__delete-button_c4poker {background-size:14px;}
	.main__table-top-nav-sidebar_c4poker .main__button-nav-sidebar_c4poker:last-child {margin-right:20px;}
	.table__main-box_c4poker {padding-top:140px; margin-top:-90px;}
	#table__play-area_c4poker {width:860px; max-width:860px; height:360px; max-height:360px;}
#table__user-seat-iterm_c4poker.user__top-center-cone_c4poker{margin-top:-28px;}
#table__user-list_c4poker.user__table-top-row_c4poker {margin-top: -90px;}
.view__card-item_c4poker { width: 65px; height:90px; transition: all 300ms ease-in-out 0s;}
#table__user-seat-iterm_c4poker.user__top-right-second-cone_c4poker,
#table__user-seat-iterm_c4poker.user__top-left-second-cone_c4poker {margin-top:5px;}
#table__user-seat-iterm_c4poker.user__top-right-cone_c4poker,
#table__user-seat-iterm_c4poker.user__top-left-cone_c4poker {margin-top:105px;}
#table__cards-area_c4poker {margin-bottom:50px; margin-top:40px;}
.table__container_box_c4poker {padding-bottom:0;}
.user__scrd_avatar_c4poker {width:100px; height:100px;}
.user__scrd_avatar_c4poker img {min-width:100px; transition: all 300ms ease-in-out 0s;}
.user__scrd_nickname_c4poker {margin-top:-6px;}
.main__table-bottom-nav-sidebar_c4poker {padding-top:40px;}
body.resize {overflow:hidden;}
.user__avatar-box_c4poker img {width:50px; min-width:50px;}
.social-header__links_c4poker a {width:40px; height:40px;}
.social-header__links_c4poker a i.discord__link_c4poker,
.social-header__links_c4poker a i.twitter__link_c4poker {background-size:15px;}
.social-header__links_c4poker a:nth-child(2) {margin-left:12px;}
.main__logotype_c4poker a h1 {font-size:18px;}
.main__logotype_c4poker a img {height:35px; width:100px;}
.main__logotype_c4poker a {padding-left:105px;}
.user__short-balance_c4poker {font-size:18px;}
.user__header-card_c4poker {margin-left:15px;}
.sidebar__label-item_c4poker {top:18px;}
.table__dialog-window_c4poker {top:93px;}
.resize .view__card-item_c4poker {width: 43px;height: 59px;}
.resize  .table__main-box_c4poker {padding-top: 33px;margin-top: 0;}
.resize  #table__user-seat-iterm_c4poker.user__top-center-cone_c4poker {margin-top: 18px;}
.resize #table__user-seat-iterm_c4poker.user__top-right-second-cone_c4poker, .resize #table__user-seat-iterm_c4poker.user__top-left-second-cone_c4poker {margin-top:40px;}
.user__scrd_status_c4poker {font-size:14px;}
#table__user-list_c4poker .user__scrd_nickname_c4poker span {font-size:19px;}
}

@media screen and (max-height:780px) {
}