@font-face {
  font-family: DJB;
  src: url(../webfonts/DJB.ttf);
}
@font-face {
  font-family: Blogger_Sans_Bold;
  src: url(../webfonts/Blogger_Sans_Bold.woff2);
}
#main_nav {
	display: block;
}
#mobile_nav {
	display: none;
}
@media (max-width: 639px) {
	#main_nav {
		display: none;
	}
	#mobile_nav {
		display: block;
	}
}
.slide_menu_active p, .slide_menu_wrapper p {
    font-family: Blogger_Sans_Bold;
}
#hourly_faucet .roll_numbers,#bonus_faucet .roll_numbers {
    margin: 20px auto
}

#hourly_faucet .roll_numbers span, #bonus_faucet .roll_numbers span {
    border-radius: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
    width: 60px;
    text-shadow: 1px 2px #170101;
    font-weight: 500;
    color: #FFF;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    background-color: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
    font-size: 70px;
    font-weight: bold;
    zoom: 0.75;
}
.terms-of-use-list li {
    margin-top: 25px
}

.terms-of-use-list li li {
    margin-top: 7px;
    list-style-type: disc
}
.bubble_chat {
	margin-top: 20px;
    width: calc(100% - 15px);
    border-radius: 10px;
    padding: 15px;
    font-size: 13px;
}
.bubble_chat.left {
	background: #03A9F4;
    border: 1px solid #03A9F4;
	color: #FFF;
}
.bubble_chat.right {
	background: #EFEFEF;
    border: 1px solid #EFEFEF;
	color: #314641;
	margin-left: 15px;
}
.bubble_chat .email {
	white-space: nowrap; 
	min-width: calc(100% - 65px); 
	overflow: hidden;
	text-overflow: clip; 
	float: left;
}
.bubble_chat .time {
	white-space: nowrap; 
	max-width: 65px; 
	overflow: hidden;
	text-overflow: clip;
	float: right;
	text-align: right;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    -webkit-text-fill-color: #FFF;
    -webkit-box-shadow: 0 0 0px 1000px #314641 inset;
    transition: background-color 5000s ease-in-out 0s;
    caret-color: #FFF;
}
[class*="icheck-"] > input:first-child + label::before, [class*="icheck-"] > input:first-child + input[type="hidden"] + label::before {
    border: 1px solid #5d756a;
    background: #364640;
}
.icheck-info > input:first-child:checked + label::before, .icheck-info > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #c6ff81;
    border-color: #c6ff81;
}
.icheck-info > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-info > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #c6ff81;
}
.jq-toast-single {
    box-shadow: 0 4px 8px 1px rgba(0, 0, 0, .1), 0 1px 7px 1px rgba(0, 0, 0, .05), 0 2px 4px -2px rgba(0, 0, 0, .1);
}
.iconcaptcha-widget {
	margin: 30px auto 0px;
}
.btn-signup {
	color: #FFF !important;
    font-size: 14px;
    width: 60px;
    outline: none !important;
    line-height: 27px;
	height: 45px;
	font-weight: 600;
	border-radius: 5px;
    margin: 5px 7px;
	padding: 8px 15px;
	background: linear-gradient(0deg, rgb(62, 80, 93), rgb(68, 85, 99));
	border: 1px solid #cad3e22e;
	text-align: center;
	font-family: Blogger_Sans_Bold;
}
.btn-login {
    color: #314641;
    background-color: #c6ff81;
    border-color: #c6ff81;
    font-size: 14px;
    width: 80px;
    outline: none !important;
    height: 45px;
    line-height: 27px;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 5px;
    margin: 5px 7px;
	text-align: center;
	font-family: Blogger_Sans_Bold;
}
.btn-signup:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #aab7cb2e;
}
.btn-login:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(177 248 95 / 50%);
}
.pagination {
    display: inline-flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    margin-top: 0
}
.pagination a:first-child {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}
.pagination a:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.pagination a {
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    margin-left: -1px;
    line-height: 1.25;
    color: #FFF;
    background-color: #4b665e;
    border: 1px solid #4b665e;
}

.pagination a.active {
    z-index: 1;
    color: #314641;
    background-color: #c6ff81;
    border-color: #c6ff81;
    font-weight: bold;
}
.highlighted_text {
	color: #c6ff81;
}
.alert {
	font-size: 14px;
    line-height: 18px;
	font-weight: 600;
	padding: 15px;
}
.alert-success {
    background-color: #e1ffbc;
    border-color: #beff87;
    color: #314641;
}
.alert-warning {
    background-color: #ffe596;
    border-color: #ffae14;
    color: #314641;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #31708f;
    color: #1b4b63;
}
.alert-danger {
    background-color: #ec4f5b;
    border-color: #ff2e3e;
    color: #ffffff;
}
.process_button {
	width: 100%;
    max-width: 328px;
    margin: 20px auto 0px;
    background: #c6ff81;
    color: #314641;
    height: 45px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	line-height: 45px;
	font-family: Blogger_Sans_Bold;
}
.process_button:active {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(177 248 95 / 50%);
}
.process_button img{
	height: 35px;
	display: none;
	margin-top: 5px;
}
.process_button:disabled {
	opacity: 0.75;
	cursor: not-allowed;
}
#deposit_box {
	width: calc(100% - 10px);
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}
#withdrawal_box {
	width: calc(100% - 10px);
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}
.affiliate_box {
	width: calc(100% - 10px);
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	height: 225px;
}
.settings_box {
	width: calc(100% - 10px);
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.card_holder {
	background: #3e564f !important;
	box-shadow: rgb(39 57 50) 2px 2px 6px;
	border-radius: 15px;
	border: 1px solid #425850;
}
.card_holder .card_title {
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 20px;
	font-family: Blogger_Sans_Bold;
}
.card_holder .card_title img{
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 5px;
}
.card_holder .card_content {
	width: 100%;
	padding: 20px;
	padding-top: 0px;
}
.card_balance {
	background-color: #314641;
    border: 1px solid #56746b;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    height: 45px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 200px;
    font-weight: 600;
}
.card_balance img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.card_content .form_label {
	color: #FFF;
	font-size: 13px;
	font-weight: 600;
	margin-top: 10px;
	margin: 10px 0px 5px;
}
.card_content .input_group {
	color: #FFF;
    font-size: 13px;
    border: 1px solid #56746b;
    width: 100%;
    border-radius: 5px;
    height: 40px;
    background: #314641;
}
.card_content .input_group input, .card_content .input_group select{
	height: 36px;
	width: 100%;
	padding: 5px 15px;
	background: #314641;
	outline: none;
	border-radius: 5px;
}
.card_content .input_group .form_icon {
	float: right;
	right: 5px;
    margin-top: -25px;
    margin-right: 5px;
    z-index: 9;
    position: relative;
    font-size: 15px;
	cursor: pointer;
}
.card_content .input_group .copied_layer {
	width: 100%;
    height: 100%;
    position: relative;
    margin-top: -36px;
    text-align: center;
    background: #314641;
    line-height: 36px;
    z-index: 999;
    border-radius: 5px;
}
.card_content input:disabled, .card_content select:disabled { 
	background: #314641 !important;
	color: #EFEFEF !important;
}
.card_holder .button {
	width: 100%;
	max-width: 328px;
	margin: 20px auto 0px;
	background: #c6ff81;
	color: #314641;
	height: 50px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}
.card_footer {
	background: #314641;
	padding: 10px;
	border: 1px solid #3e564f;
	border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.affiliate_box .button{
	height: 40px!important;
    line-height: 40px!important;
    width: 200px!important;
    font-size: 14px!important;
}
.settings_box .button{
	height: 40px!important;
    line-height: 40px!important;
    width: 200px!important;
    font-size: 14px!important;
}
.card_content .button:hover {
	opacity: 0.85;
}
.profile_progress {
	margin-bottom: 8px;
	max-width: 550px;
    margin: 0 auto 10px;
}
.profile_progress .profile_progress_head{
	color: #f5f6f7;
	font-size: 13px;
	font-weight: 700;
	height: 16px;
}
.profile_progress .profile_progress_head div:first-child{
	float: left;
	margin-left: 5px;
}
.profile_progress .profile_progress_head div:last-child{
	float: right;
	margin-right: 5px;
}
.profile_progress .progress_inner{
	display: flex;
	padding: 8px;
	border-radius: 12px;
	background: #7e968f6b;
	width: 100%;
	margin-top: 5px;
}
.profile_progress .progress_inner .progress_wrapper {
	background: #192a22;
	width: 100%;
	height: 10px;
	border-radius: 5px;
}
.profile_progress .progress_inner .progress_wrapper .progress_green{
	height: 10px;
	border-radius: 5px;
	background: #c6ff81;
	width: 30%;
}
.profile_progress .progress_inner span {
	font-size: 11px;
	color: #FFF;
	line-height: 7px;
	margin-left: 5px;
	font-weight: bold;
}
.gameBar_wrap {
    text-align: center;
    margin: 0 auto;
    width: 100%
}

.gameBar_main {
    display: inline-block;
    margin: 0 auto;
    color: #999
}

.gameBar_main .gameBar_li {
    cursor: pointer;
    width: 70px;
    float: left;
    font-weight: 300;
    font-size: 14px;
    margin-top: 15px;
    font-family: 'Blogger_Sans_Bold';
	color: #FFF;
}
.game_list {
    grid-template-columns: repeat(6, 1fr);
    display: grid;
	grid-gap: 15px;
	margin: 5px auto;
}
@media (max-width: 1200px) {
	.game_list {
		grid-template-columns: repeat(5,1fr);
	}
}
@media (max-width: 991px) {
	.game_list {
		grid-template-columns: repeat(4,1fr);
	}
}
@media (max-width: 767px) {
	.game_list {
		grid-template-columns: repeat(3,1fr);
		grid-gap: 10px;
	}
}
.game_list>a {
   padding: 0px;
}
.game_list .select_game {
    border-radius: 14px;
    cursor: pointer;
    background-color: #314641;
    display: block;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
    position: relative;
    overflow: hidden;
    padding-top: 133.34%;
}
.game_list .select_game .game_image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: transform .1s ease-in-out;
}
.game_list .select_game .game_hover {
    background-color: rgba(27, 34, 51, .8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    z-index: 1;
    padding: 19px 10px 13px;
    transition: opacity .1s ease-in-out;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
    transform: translateZ(1px);
}
.game_list .select_game:hover .game_hover {
    opacity: 1;
}
.game_list .select_game:hover .game_image {
    transform: scale(1.05);
}
.game_list .select_game .game_name {
    transform: scale(.9);
    color: #FFF;
    font-weight: 600;
    letter-spacing: -.02em;
    text-align: center;
    max-width: 70%;
    display: -webkit-box;
    display: block;
    font-size: 14px;
    height: 36.4px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    font-size: 16px;
}
.game_list .select_game .btn_play {
    width: calc(30% + 20px);
    min-width: 40px;
    background-color: #03a9f4;
    border-radius: 50%;
    position: absolute;
    top: 30%;
}
.game_list .select_game .btn_play:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.game_list .select_game .btn_play i {
    position: absolute;
    top: 50%;
    left: calc(50% + 4px);
    transform: translate(-50%, -50%);
    color: #fff;
    width: 20px;
    height: 20px;
	font-size: 20px;
}
#modal-mask {
    align-items: center;
    background-color: rgba(19, 36, 32, .8);
    display: flex;
    justify-content: center;
    height: 100vh;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: opacity .6s ease,z-index .6s;
    z-index: -1;
    width: 100%
}

#modal-mask.visible {
    opacity: 1;
    pointer-events: all;
    z-index: 999
}

#modal-window {
    z-index: 10000;
    position: relative;
    width: 90%;
    max-width: 500px;
	margin-top: -100px;
}

#modal-window .close-modal {
    color: #FFF;
    cursor: pointer;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 20px;
    font-size: 16px;
	opacity: 0.8;
}
@media screen and (max-width: 639px) {
    #modal-window .close-modal {
		right: 20px;
    }
}
#modal-window .close-modal:hover {
	opacity: 1;
}
@media screen and (min-width: 700px) {
    .select_bar_drop_down {
        margin-left: -100px;
    }
}
.select_bar_drop_down .amount_change {
    position: absolute;
    width: 150px;
    height: 35px;
    font-size: 18px;
    left: 48px;
    top: 40px;
    color: #c6ff81;
    opacity: 0;
}
.modalbox {
    width: 100%;
    margin: 0;
    border-radius: 15px;
    background: #7e968f;
    padding: 10px;
	margin-left: 22px;
}
@media screen and (max-width:639px) {
   .modalbox {
		margin-left: 0px;
		padding: 5px;
	}
}
.modalbox header {
    padding: 16px 24px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    background: #f9fafa;
    border-radius: 10px 10px 0 0;
	background: #314641;
	color: #FFF!important;
	text-transform: uppercase;
}

.modalbox .center-content {
    padding: 12px 24px;
    max-height: 550px;
    overflow-y: auto !important;
    background: #314641;
	color: #FFF!important;
	border-radius: 0px 0px 10px 10px;
	font-size: 13px;
}
@media screen and (max-width:639px) {
	.modalbox .center-content {
		 padding: 12px;
	}
}
.bet_info .game_title {
	font-size: 15px;
	margin-bottom: 15px;
	text-align: center;
	width: 100%;
	color: #FFF;
}
.bet_info .user, .bet_info .time {
	font-size: 13px;
	text-align: center;
	width: 100%;
	color: #FFF;
}
.bet_info .box {
	width: 100%;
	margin: 20px 0px;
	padding: 5px 0px;
	border-radius: 3px;
	background: #263832;
	display: grid;
	grid-template-columns: repeat(3,auto);
    grid-gap: 0px;
	font-size: 14px;
}
.bet_info .box > div {
	border-right: 1px solid #5d756a;
	text-align: center;
	padding: 10px 0px;
}
.bet_info .box div:last-child {
	border: none;
}
.bet_info .box div .title {
	font-weight: bold;
	font-size: 13px;
	color: #FFF;
	width: 100%;
}
.page_container {
	width: calc(100% - 60px);
    margin-left: 60px;
	min-height: calc(100vh - 250px);
}
@media screen and (max-width:639px) {
    .page_container {
        width: 100%;
		margin: 0px auto;
		padding: 10px;
    }
}
.page_container .page_title {
	color: #FFF;
    font-size: 22px;
    font-weight: 600;
    line-height: 45px;
	font-family: Blogger_Sans_Bold;
}
.page_container .page_content {
	width: 1120px;
    max-width: 100%;
    margin: 0px auto;
	padding: 10px;
	color: #FFF;
}
.page_content center {
	display: block;
	width: 100%;
	max-width: 100%;
}
center .bet_history,
center .gameBar_wrap,
center .game_page_header_wrap {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
@media screen and (min-width:500px) {
	center .bet_history,
	center .game_page_header_wrap {
		max-width: calc(100% - 20px);
	}
}
@media screen and (max-width:639px) {
	.page_container .page_content {
		padding: 0px;
	}
}
.page_container .page_content .page_description {
	font-size: 14px;
}
.page_container .page_title img{
	width: 45px;
	height: 45px;
	float: left;
	margin-right: 5px;
}
.page_container h2 {
	font-size: 3rem;
	font-weight: 600;
	font-family: Blogger_Sans_Bold;
}
.page_container h3 {
	font-size: 2rem;
	font-weight: 600;
}
.page_container h4 {
	font-size: 1.6rem;
	font-weight: 600;
}
.section_home {
	padding: 125px 0px 50px;
	background: #314641;
}
@media screen and (max-width:1094px) {
	.section_home {
		padding: 55px 0px 30px;
	}
}
.section_features {
	padding: 50px 0px;
	background: #38504a;
}
.section_faq {
	padding: 50px 0px;
	background: #314641;
}
.section_container {
	width: 1120px;
    max-width: 100%;
    margin: 0px auto;
	padding: 20px;
	color: #FFF;
}
.section_container .section_heading {
	font-family: Blogger_Sans_Bold;
    font-size: 35px;
    line-height: 35px;
	color: #ecfaff;
	max-width: 300px;
	text-align: center;
	text-transform: uppercase;
}
.section_container .section_description {
	font-family: Blogger_Sans_Bold;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: rgb(183, 198, 208);
	margin-top: 25px;
	max-width: 500px;
}
@media (max-width: 1094px) {
    .section_container .section_heading {
        font-size: 25px;
        line-height: 30px;
    }
	.section_container .section_description {
		font-size: 16px;
	}
}
.home_text {
	padding: 35px 20px;
}
.home_text>div {
	max-width: 500px;
	margin: 0px auto;
}
.home_text .section_heading {
	font-family: Blogger_Sans_Bold;
    font-size: 45px;
    line-height: 50px;
	color: #ecfaff;
	max-width: 300px;
	text-align: left!important;
}
@media (max-width: 1094px) {
    .home_text .section_heading {
        font-size: 37px;
        line-height: 45px;
    }
}
.home_image {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em!important;
}
@media screen and (max-width:1094px) {
	.home_image {
		margin-top: 4em!important;
	}
}
@media screen and (max-width:939px) {
	.home_image {
		margin-top: 8em!important;
	}
}
@media screen and (max-width:767px) {
	.home_image {
		margin-top: 0px!important;
		max-height: 250px;
	}
}
.custom_switch {
	border-radius: 22.5px;
	background: #192a22;
	padding: 5px;
	height: 45px;
	width: fit-content;
	margin: 20px auto;
	display: flex;
}
.custom_switch a {
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 17.5px;
	background: none;
	border: none;
	color: #f5f6f7!important;
	font-size: 13px;
	font-weight: bold;
	background: none;
	outline: none!important;
	cursor: pointer;
	padding: 0px 20px!important;
	margin-right: 5px!important;
}
.custom_switch a:last-child{
	margin-right: 0px!important;
}
.custom_switch a:hover, .custom_switch a.active {
	background: #7e968f6b;
}	
.custom_switch a:first-child{
	margin-right: 4px;
}
.feature_card {
	margin-top: 40px;
	width: 100%;
}
.feature_title {
	font-size: 22px;
	font-family: Blogger_Sans_Bold;
	text-align: left;
	width: 100%;
	text-transform: uppercase;
}
.feature_title img {
	width: 35px;
	height: 35px;
	float: left;
    margin-right: 7px;
}
.feature_description {
	font-family: Blogger_Sans_Bold;
	font-size: 16px;
	font-weight: 500;
    line-height: 20px;
    color: rgb(183, 198, 208);
	margin-top: 25px;
}
.settings_group {
    margin: 0px;
    padding: 0px;
}
.faq .panel {
    border: none;
    box-shadow: none;
    background: 0 0
}

.faq .panel-group .panel {
    margin-bottom: 10px;
    padding: 0!important;
    text-align: left
}

.faq .panel-title {
    padding: 10px 0!important;
    font-size: 16px!important;
    color: #FFF;
    font-family: Blogger_Sans_Bold!important;
    font-weight: 400!important;
    font-size: 16px;
    margin-bottom: 0
}

.faq .panel-title a {
    color: #FFF;
	display: inline-block;
	width: calc(100% - 60px);
    line-height: 25px;
}

.faq .panel-default>.panel-heading {
    background: #3e564f !important;
    border-radius: 4px;
    box-shadow: 5px 8.66px 27px 0 rgba(0, 0, 0, .05);
    padding-left: 20px;
    box-shadow: rgb(47 67 59) 2px 2px 5px;
}

.faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    background: 0 0;
    font-size: 14px;
    font-family: heebo,sans-serif!important;
    line-height: 1.5;
    font-style: italic;
}
.faq .panel-default>.panel-heading+.panel-collapse>.panel-body div {
	padding: 10px;
}
.faq .panel-default>.panel-heading+.panel-collapse>.panel-body ul{
    list-style-type:circle;
	padding-left:8px;
}
.faq .panel-default>.panel-heading .button{
	float: right;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    background: #50685d;
    margin-top: -42px;
    margin-right: 5px;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    color: #DDD;
    opacity: 0.7;
	cursor: pointer;
}
.faq .panel-default>.panel-heading .button:hover{
	opacity: 1;
	color: #FFF;
}
.settings_group > li {
    list-style: none;
    margin: 0px 0px 10px;
    font-family: Secondary, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: rgb(183, 199, 208);
    font-size: 1.6rem;
    line-height: 10px;
}
.settings_group > li > .tagline {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.settings_group > li > .tagline > label {
    display: flex;
}
.settings_group .switch {
	position: relative;
	display: inline-block;
	width: 60px;
    height: 30px;
}
.settings_group .switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}
.settings_group .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	background-color: #25322c;
}
.settings_group .slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 5px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
	background-color: #83968e;
}
.settings_group input:checked + .slider {
	background-color: #c6ff81;
    border-color: #c6ff81;
}
.settings_group input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
.settings_group  input:checked + .slider:before {
	background-color: #2c3a44;
}
.settings_group .slider.round {
	border-radius: 34px;
}

.settings_group .slider.round:before {
	border-radius: 50%;
}
.settings_group > li > .dropdown > div {
    padding-left: 20px;
    box-sizing: border-box;
    display: grid;
    gap: 1rem;
}
.settings_group > li > .dropdown > .option {
    font-size: 1.2rem;
    line-height: 1.6rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
	margin-bottom: 5px;
}
.settings_group .input_group {
	height: 40px;
	border-radius: 3px;
	background: #25322c;
	color: #FFF;
	border: 1px solid #3a4943;
	outline: none;
	font-size: 13px;
	display: flex;
	padding: 10px;
	border: 1px solid #25322c;
}
.settings_group .input_group.disabled {
	opacity: 0.3;
	border: 1px solid #7e968f;
}
.settings_group .input_group input{
	background: transparent;
	outline: none; 
}
.settings_group .input_group .crypto_icon {
	width: 25px;
    height: 25px;
    margin-top: -3px;
    margin-left: 0px;
    margin-right: 5px;
}
.withdrawal_amount_group input {
	width: calc(100% - 80px)!important;
	float: left;
}
.withdrawal_amount_group #max_amount, .withdrawal_amount_group #min_amount {
    width: 40px;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    background: #c6ff81;
    font-size: 13px;
    color: #314641!important;
    cursor: pointer;
    position: relative;
    float: left;
    text-align: center;
    margin-top: 0;
	font-family: Blogger_Sans_Bold;
	font-weight: 600;
}
.withdrawal_amount_group #max_amount:active, .withdrawal_amount_group #min_amount:active {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(177 248 95 / 50%);
}
.withdrawal_amount_group #min_amount {
	border-right: 1px solid #9dce62;
}
.withdrawal_amount_group #max_amount {
	border-radius: 0px 3px 3px 0px;
}


.gamebox_container {
    z-index: 2;
    width: calc(100vw - 20px);
	max-width: 500px;
    /*min-height: 56rem;*/
    background-color: #7e978e;
    opacity: 1;
    /*transform: translateY(-6.5rem);*/
    position: relative;
    padding: 3.3rem 1rem 1.7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: auto;
	border-radius: 7px;
	margin-top: 60px;
}

@keyframes Table_slidein___UWp_ {
    0% {
        transform: translateY(1rem);
        opacity: 0
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}

@media(min-width:640px) {
    .gamebox_container {
        width: 550px;
        background-size: auto;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
		margin-top: 85px;
    }
}
/*@media(min-width:500px) {
    .gamebox_container {
        transform: translateY(-20px);
    }
}
*/
.table_gamebox {
    background-color: #314641;
    width: 100%;
    display: grid;
    grid-template-rows: repeat(10, 1fr);
    row-gap: .4rem;
    height: auto;
    min-height: 40rem;
    padding: .4rem;
    border-radius: .5rem;
}
#tower_gameboard.table_gamebox {
    grid-template-rows: repeat(10, minmax(4rem, auto));
}
@media screen and (min-width:500px) {
    .table_gamebox {
        display: grid
    }
}
.game_action_bar {
    margin: .6rem 0;
    display: grid;
    grid-template-columns: 1fr 5rem;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    grid-template-rows: 5rem;
    width: 100%
}
.game_action_bar div {
	position:relative;
	z-index:10;
}
.game_action_bar p span:hover {
    opacity: .8
}
.game_action_bar_2 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 4px;
}
.game_action_bar_2 > :not(:last-child) {
    margin-right: 4px;
}
.game_action_bar_2 > * {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 8px;
    height: 36px;
    flex: 1 1 0%;
    border-radius: 4px;
    border: 1px solid rgb(81 102 93);
}
.game_action_bar_2 .label {
    font-family: Secondary, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: rgb(183, 199, 208);
}
.game_action_bar_2 .value {
    font-family: Primary, DefaultFont, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: rgb(236, 250, 255);
}
.game_action_bar_2 .input_wrapper {
    height: 30px;
    width: 50%;
    max-width: 200px;
	color: #FFF;
	font-size: 14px;
    font-weight: bold;
}
.game_action_bar_2 .input_wrapper input{
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    background: transparent;
    text-align: right;
	outline: none;
}
.game_action_bar_2 .input_wrapper span{
    color: rgb(183, 199, 208);
}
.game_action_bar_2 .input_wrapper input:disabled {
	color: #b7c7d0;
}
.game_action_bar #show_difficulty_box {
    transition: all .2s ease;
    position: relative;
    background-image: url(/Desktop/coinBg.svg);
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: 50%;
    background-size: 4rem 4rem;
    height: 5rem;
}
.game_action_bar #show_difficulty_box div{
	border-radius: 50%;
    background: #40544D;
    padding: 5px;
    border: 3px solid #51665D;
	height: 4rem;
	width: 4rem;
	display: none;
	justify-content: center;
    align-items: center
}
.game_action_bar #show_difficulty_box:hover {
    background-color: #5a776e
}
.game_button {
    width: 100%;
    border-radius: .4rem;
    background-color: #4b665e;
    display: flex;
    justify-content: center;
    align-items: center;
	height: 5rem;
}
.game_button:hover {
    opacity: 0.85;
}
.game_action_bar .bet_button {
	text-align:center;
	text-transform:uppercase;
	color:#314641;
	border-radius:0.4rem;
	font-weight:600;
	background-color:#c6ff81;
	font-size:2rem;
	font-family:TTRoundsNeue;
	width:100%;
	-webkit-font-smoothing:antialiased;
	height:5rem;
	cursor:pointer;
	font-family: Blogger_Sans_Bold;
    font-weight: bold;
}
/*.game_action_bar .bet_button i{
	z-index: 1;
    position: absolute;
    color: rgb(44, 58, 68);
    transform: translateY(-50%);
    top: 50%;
    right: 0px;
    padding: 10px;
	opacity: 0.6;
}
.game_action_bar .bet_button i:after{
	width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgb(44, 58, 68);
    opacity: 0.3;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex: 0 0 auto;
    position: absolute;
    z-index: -1;
    content: "";
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
}*/
.game_action_bar .bet_button img{
	height: 35px;
	display: none;
}
.game_action_bar_3 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 4px;
}
.game_action_bar_3 button {
    text-transform: uppercase;
    height: 5.5rem;
    width: calc(50% - 2px);
    border-radius: 0.3rem;
    background: initial;
    position: relative;
    box-sizing: border-box;
    overflow: visible;
    cursor: pointer;
    z-index: 0;
    min-height: 100%;
    display: grid;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
	background-color: #4b665e;
    color: #FFF;
	font-family: Blogger_Sans_Bold;
}
.game_action_bar_3 button:hover {
	opacity: 0.8;
}
.game_action_bar_3 button.selected {
	background-color: #c6ff81;
	color: rgb(44, 58, 68);
	opacity: 1;
}
.game_action_bar_3 button > div {
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: clamp(0.75rem, 3.5vw, 2rem);
    position: relative;
    font-family: Primary, DefaultFont, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 700;
    z-index: 2;
    transition: color 150ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
	margin-top: 5px;
}
.game_action_bar_3 button > i {
    font-size: 11px;
    line-height: 1rem;
    font-weight: 700;
    font-style: normal;
    font-family: Secondary, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    margin-top: -10px;
}
.game_info_bar {
    border: 1px solid rgb(69, 86, 100);
    border-radius: 5px;
    padding: 8px;
    line-height: 20px;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
	height: 40px;
    width: 100%;
	background: #314641
}
.game_info_bar div {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
}
.game_info_bar .outcomes {
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    font-size: 14px;
    width: 92px;
    font-family: Primary, DefaultFont, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #FFF;
	column-gap: 7px;
	margin-right: 15px;
}
.game_info_bar .outcomes i{
	margin: 0px 5px;
	color: rgb(183, 199, 208);
}
.game_info_bar > .next_multiplier {
    font-size: 14px;
    font-weight: 500;
    font-family: Secondary, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: rgb(183, 199, 208);
	margin-right: 15px;
}
.game_info_bar > .next_multiplier div{
    display: inline-block;
    font-family: Primary, DefaultFont, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: bold;
    color: rgb(184, 233, 134);
    text-transform: uppercase;
    padding: 0px 5px;
    border-radius: 5px;
    background: rgb(67 81 74);
	margin-left: 8px;
}
.game_info_bar > .next_payout {
    font-size: 14px;
    font-weight: 500;
    font-family: Secondary, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #FFF;
}
.game_info_bar > .next_payout img {
	width: 20px;
	margin-right: 3px;
}
.game_info_bar > .amount {
    font-size: 16px;
    font-weight: 700;
    font-family: Primary, DefaultFont, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: rgb(236, 250, 255);
	margin-left: 25px;
    display: flex;
	direction: ltr;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: middle;
    display: inline-flex !important;

}
.game_info_bar > .amount img {
	margin-right: 5px;
	width: 20px;
    height: 20px;
}
.game_bet_amount_container {
    display: flex;
    -moz-column-gap: .1rem;
    column-gap: .1rem;
    width: 100%;
    font-weight: 600
}
.game_bet_amount_container button {
	color: rgb(145, 165, 176);
    height: 50px;
    min-width: 50px;
    background: none;
    box-shadow: none;
    border-radius: 0px;
    border-left: 1px solid rgb(52, 67, 77);
    margin: 0px !important;
	background-color: #314641;
	font-size: 18px;
}
.game_bet_amount_container button:hover {
	color: #FFF;
}
.game_bet_amount_container button:active {
    background-color: #39514a !important
}

.game_bet_amount_container button {
    transition: all .2s ease-out
}
.game_bet_amount_input {
    width: 100%;
    background-color: #314641;
    display: flex;
    align-items: center;
    padding-left: 1.051rem;
    font-family: TTRoundsNeue;
	height: 50px;
}
.game_bet_amount_currency {
    display: flex;
    justify-content: center;
    align-items: center
}

.game_bet_amount_currency img {
    min-height: 30px;
    max-height: 30px;
    min-width: 30px;
    max-width: 30px
}
.game_bet_amount_input_container {
    font-size: 2.2rem;
    color: #fff;
    font-weight: 600;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text
}

.game_bet_amount_input_container input {
    background-color: transparent;
    color: #fff !important;
    font-size: 2.2rem;
    line-height: 3.3rem;
    font-weight: 600;
    border: none;
    outline: none;
	color:#314641;
	padding: 10px 5px;
	width: 100%;
}

.game_bet_amount_input_container input:focus {
    color: #fff;
    border: none
}
@media screen and (min-width:500px) {
    .bet_history_header {
        display: block
    }
}

.bet_history {
	padding: 10px 5px 10px;
    width: 100%;
    background-color: #314641;
	border-radius: 7px;
	margin: 25px auto;
	border: 2px solid #7e968f;
}

.bet_history_tabs {
    padding: .4rem;
    background-color: #3e564f;
    border-radius: .5rem;
    width: 100%;
}

.Bets_bets__group__btns__7mPe8 {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

@media screen and (min-width:500px) {
    .bet_history {
        max-width: calc(100% - 20px);
        border-radius: 20px;
        padding: 10px;
        border: 5px solid #7e968f;
		padding: 15px 10px 10px;
    }
    .bet_history_tabs {
        padding: .5rem
    }
}
.game_result_wrap {
	font-size: 0.875rem;
    background: #364640;
    border-radius: 0.5rem;
    text-align: center;
    position: absolute;
    width: 150px;
    height: 75px;
    left: calc(50% - 75px);
    top: calc(50% - 37.5px);
    border: 3px solid #83988d;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .2), 0 4px 6px -2px rgba(0, 0, 0, .1);
    z-index: 15;
	display: none;
}
.game_result_wrap.win {
	border-color: #c6ff81;
	color:  #c6ff81;
}
.game_result_wrap .multiplier {
	font-size: 25px;
	font-weight: 600;
	width: 100%;
}
.game_result_wrap .win_amount {
	font-size: 14px;
	display: inline-flex;
	margin-left: -15px;
}
.game_result_wrap .win_amount img{
	width: 18px;
	margin-right: 3px;
}
/*.bet_history_header {
    padding: .5rem 0 1rem;
    color: #fff;
    font-weight: 700
}

.bet_history_header_row {
    display: flex;
    text-transform: uppercase;
    border-bottom: 1px solid #4b665e;
    width: 100%
}

.bet_history_header_row p {
    opacity: .5;
    padding: .3rem 1rem .3rem 0;
    font-size: 1.2rem;
    line-height: 1.5rem
}

.bet_history_header_col {
    width: 20%;
    text-align: center;
    padding: .3rem 1rem
}
.bet_history_single_bet_data {
    min-width: 100%;
    display: inline-flex;
    align-items: center;
    background-color: #4b665e;
    margin-bottom: 3px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 1.4rem;
    transition: all .2s ease-out;
    cursor: pointer
}

.bet_history_single_bet_player {
    display: flex;
    width: 34%;
    font-weight: 700;
    padding: 1rem
}

.SingleBet_singleBetDsktp__player__date__MjGf0 {
    color: #fff
}

.bet_history_single_bet_player_avatar {
    display: flex;
    align-items: center
}

.bet_history_single_bet_player_avatar img {
    max-height: 3.4rem;
    max-width: 3.4rem;
    min-height: 3.4rem;
    min-width: 3.4rem
}

.bet_history_single_bet_player_name {
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    line-height: 1.8rem;
    font-family: Larsseit;
    color: #fff
}

.bet_history_single_bet_player_name h2:nth-of-type(2) {
    color: #e1af40
}

.bet_history_single_bet_player_level {
    display: flex;
    align-items: center;
    color: #c6ff81;
    font-size: 1rem;
    line-height: 1.4rem
}

.bet_history_single_col {
    width: 20%;
    text-align: center;
    padding: 1rem 1rem 1rem 0;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
    align-items: center
}

.bet_history_single_col p {
    margin-left: .25em
}

.bet_history_single_bet_amount_currency {
    display: flex;
    align-items: center
}

.bet_history_single_bet_payout {
    width: 27%;
    text-align: right;
    padding: 1rem 1rem 1rem 0;
    display: flex;
    justify-content: flex-end
}

.bet_history_single_bet_payout_currency {
    display: flex;
    align-items: center
}

.bet_history_single_bet_payout p {
    margin-left: .25em;
    color: #c6ff81
}

.bet_history_single_bet_game_name {
    width: 12%;
    text-align: right;
    padding: 1rem 1rem 1rem 0;
    display: flex;
    justify-content: flex-end;
    align-items: center
}*/



.bet_history_holder {
	overflow: auto;
	scrollbar-width: thin;
}
.bet_history_table {
	overflow: auto;
	max-height: 700px;
	min-width: 350px;
	scrollbar-width: thin;
	width: 100%;
}
.bet_history_table tr {
	width: 100%;
    align-items: center;
    background-color: #4b665e;
    margin-bottom: 3px;
    font-weight: 700;
    font-size: 1.4rem;
    cursor: pointer;
	border-bottom: 3px solid #314641;
	transition: all .2s ease-out;
	white-space: nowrap;
}
.bet_history_table tr:hover, .bet_history_table tr.hovered {
    background-color: #577c71;
}
#lucky_number tr.bonus_tier_disabled td {
    opacity: 0.45;
}
#lucky_number tr.bonus_tier_disabled:hover {
    background-color: inherit;
}
.bet_history_table tr th {
    font-weight: 700!important;
	color: #b7c7d0!important;
	background: #314641 !important;
}
.bet_history_table tr td, .bet_history_table tr th {
    text-align: center;
    padding: 10px 3px;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    align-items: center;
}
.bet_history_table td:first-child {
    border-radius: 7px 0px 0px 7px!important;
}
.bet_history_table td:last-child {
    border-radius: 0px 7px 7px 0px!important;
}
@media screen and (max-width:321px) {
    .game_bet_amount_input_container {
        margin-left: .2rem;
        font-size: 1.8rem
    }
}

@media screen and (max-width:340px) {
    .game_bet_amount_input_container {
        margin-left: .2rem
    }
}

@media screen and (max-width:500px) {
    .game_bet_amount_input {
        padding: .5rem .5rem .5rem 1rem;
        margin: none
    }
    .game_bet_amount_input_container {
        margin-left: .2rem;
        font-size: 2rem;
        width: 100%
    }
    .game_bet_amount_input_container input {
        padding-right: 1rem;
        font-size: calc(.7rem + 2.5vw);
        width: 100%
    }
    .game_bet_amount_input img {
        min-height: 25px;
        max-height: 25px;
        min-width: 25px;
        max-width: 25px
    }
}
/**** Game Tower ****/
.tower_gamecell {
    background-color: #4b665f;
    border: 1px solid #6c857e;
    border-radius: .4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: 4rem;
    min-height: 4rem;
    max-height: 4rem;
	cursor: pointer;
}
.tower_gamecell_coverimg {
    grid-row: 1/2;
    grid-column: 1/2;
    justify-self: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
	background: url('../img/MaskGroup.png');
    background-size: 110px;
    opacity: 0.5;
	transition: background-size 0.3s ease 0s;
	background-position: center center;
}
.current_line .tower_gamecell:hover .tower_gamecell_coverimg {
	background-size: 100px;
}
.tower_gameline.current_line .tower_gamecell_img {
	background: #a5db66;
}
.tower_gamecell.revealed .tower_gamecell_coverimg {
	background-color: #3e5049 !important;
    border-color: #4b665f !important;
    background-image: none;
    opacity: 0.5;
    border-radius: 4px;
}
.tower_gamecell.revealed .tower_gamecell_coverimg img{
	height: 24px;
	width: 24px;
	margin: 6px auto;
}
.tower_gamecell.opened .tower_gamecell_coverimg {
	background-color: rgb(49, 70, 65);
    border-color: rgb(108, 133, 126);
	background-image: none;
	opacity: 1;
    border-radius: 4px;
}
.tower_gamecell.opened .tower_gamecell_coverimg img {
    height: 28px;
    width: 28px;
    margin: 5px auto;
}
.tower_gamecell_img {
    border-radius: 100%;
    width: 2.8rem;
    height: 2.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-row: 1/2;
    grid-column: 1/2;
    justify-self: center;
    position: relative;
	font-size: 25px;
	background: #83988d;
}
.tower_gamecell_img img {
	width: 22px;
}
.tower_gametopbar {
    position: absolute;
    align-self: center;
    justify-self: center;
    align-items: center;
    justify-content: center;
    top: -2.4rem;
    z-index: 10;
    display: flex;
    color: #91a5b0;
    transition: opacity .3s ease 0s;
    max-width: 15.6rem;
    image-rendering: -webkit-optimize-contrast
}

.tower_gametopbar .tower_gametopbar_cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
    width: 145.4%;
    height: 2.6rem;
    transform: translate(-6.7%)
}
.tower_gametopbar_left_bottom {
    position: absolute;
    left: -1.2rem;
    bottom: -1px;
    z-index: 1;
    overflow: hidden
}

.tower_gametopbar_left_top {
    width: 1.5rem;
    height: 2rem;
    border-radius: 1rem 0 0;
    border-top: 1px solid #314641;
    border-left: 1px solid #314641;
    background-color: #314641;
    position: absolute;
    top: 0;
    left: -1px
}

.tower_gametopbar_right_bottom {
    position: absolute;
    color: transparent;
    right: -1.2rem;
    bottom: -1px;
    z-index: 1
}

.tower_gametopbar_right_top {
    width: 1.5rem;
    height: 2rem;
    border-radius: 0 1rem 0 0;
    border-top: 1px solid #314641;
    border-right: 1px solid #314641;
    background-color: #314641;
    position: absolute;
    top: 0;
    right: -1px
}

.tower_gametopbar_content {
    font-size: 1.5rem;
    color: #fff;
    position: relative;
    z-index: 100;
    font-weight: 700;
    width: -moz-fit-content;
    min-width: 100px;
	max-width: 110px;
    background-color: #314641;
    height: 2rem;
    text-align: center;
    clear: both;
    align-content: center;
	border-radius: 8px 8px 0px 0px;
	padding: 3px;
}
.tower_gametopbar_content_img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    clear: both;
    z-index: 100
}

.tower_gametopbar_content_text {
    margin-left: .3rem;
    height: 100%;
    opacity: .8;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
}
.tower_gameline_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    grid-auto-flow: column;
    -moz-column-gap: .4rem;
    column-gap: .4rem;
    position: relative;
    height: 4rem;
    max-height: 4rem
}

.tower_gameline {
    position: relative
}

.tower_gameline .tower_gameline_cover {
    position: absolute;
    padding: .4rem;
    border-radius: .5rem;
    width: 102.3%;
    height: 4.9rem;
    top: -.5rem;
    right: -.5rem;
    z-index: 10;
    pointer-events: none
}
.tower_gameline.current_line .tower_gameline_cover {
	border: 1px solid #c1eb8e;
}
.tower_gameline.current_line .tower_gamecell {
	background-color: #c1eb8e!important;
	border: 1px solid #c1eb8e!important;
}
.tower_gameline.current_line .tower_gametopbar_content {
	border: 1px solid #c1eb8e;
	border-bottom: none;
}

.tower_gameline .tower_gameline_modifier {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.3rem;
    height: 1.6rem;
    color: #c6ff81;
    font-weight: 600;
    font-size: 1rem;
    line-height: 150%;
    z-index: 10;
    background: #314641;
    opacity: .8;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-.3rem, -2.5rem)
}

@media screen and (max-width:375px) {
    .tower_gameline_container .tower_gameline_cover {
        width: 103% !important
    }
}

@media screen and (max-width:330px) {
    .tower_gameline_container .tower_gameline_cover {
        width: 103.5% !important
    }
}

@media screen and (max-width:275px) {
    .tower_gameline_container .tower_gameline_cover {
        width: 104% !important
    }
}

#select_difficulty_box {
    position: absolute;
    width: 275px;
    background-color: #314641;
    border: 1px solid #7e978e;
    border-radius: 5px;
    padding: 1.5rem;
    bottom: 128px;
    right: 1.5rem;
	z-index: 15;
	box-shadow: 2px 2px 4px hsl(0deg 0% 0% / 0.38);
	display: none;
}
@media screen and (max-width:500px) {
    #select_difficulty_box {
        right: 1rem;
    }
}
#select_difficulty_box .difficulty_header{
    font-size: 16px;
    color: #ecfaff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
    padding: 0 0rem 1rem;
	text-align: left;
}
#select_difficulty_box .difficulty_header h2 {
	font-size: 20px!important;
}
#select_difficulty_box .difficulty_item {
    display: grid;
    grid-template-columns: 4rem 1fr;
    margin-top: .5rem;
    cursor: pointer;
    color: hsla(0, 0%, 100%, .803);
}
.difficulty_item_image {
    height: 4rem;
    width: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #40544D;
    padding: 5px;
    border: 3px solid #51665D;
}
.difficulty_item_content {
    margin-left: 1rem;
    display: flex;
    justify-content: space-between;
    height: 4rem;
    border: 1px solid #4b665e;
    align-items: center;
    background-color: #4b665e;
    border-radius: .5rem;
    padding: 5px 7px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.difficulty_item_content .coin_bar {
    background-color: #465955;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: .2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.1rem;
    color: #b7c7d0;
    line-height: 0rem;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    padding: 9px .5rem;
    font-weight: 700;
}
#select_difficulty_box .difficulty_item.selected .difficulty_item_content {
	border: 1px solid rgb(192, 235, 140);
    color: rgb(192, 235, 140);
}
#select_difficulty_box .difficulty_item.selected .coin_bar {
    color: rgb(192, 235, 140);
}
/**** Game Mines ****/
.mines_gameboard {
	width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    gap: 4px;
    height: auto;
    aspect-ratio: 1;
    margin-bottom: 4px;
}
.table_gamebox.mines_gameboard {
    min-height: 0;
    grid-template-rows: repeat(5, 1fr);
}
.mines_gamecell  {
	border: 1px solid #9E9E9E;
    border-radius: 5px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    opacity: 0.3;
    cursor: default;
    background: #6c857e;
    transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, opacity 0.3s ease 0s;
	cursor: pointer;
	height: 0px;
    padding-top: 100%;
}
.mines_gamecell:hover, .mines_gamecell.opening {
    transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, opacity 0.3s ease 0s;
	opacity: 1;
}
.mines_gamecell.disabled {
    transition: none;
	opacity: 0.3!important;
}
.mines_gamecell.opened {
    transition: none;
	opacity: 1!important;
	background: #314641!important;
	border: 1px solid #7e978e75;
}
.mines_gamecell.revealed {
    transition: none;
	opacity: 0.25!important;
	background: #314641!important;
}
.mines_gamecell.opened img {
	width: 45px;
	height: 45px;
	margin-top: -100%;
}
.mines_gamecell.revealed img {
	width: 35px;
	height: 35px;
	margin-top: -100%;
}
@keyframes zoomin_animation {
	from {transform: scale(0);}
	to {transform: scale(1);}
}
.mines_gamecell.opened img.show {
	animation-duration: 0.5s;
	animation-name: zoomin_animation;
}
.mines_gamecell .mine_explosion {
	position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    width: 70px;
    height: 70px;
    opacity: 0;
    background-repeat: no-repeat;
    background-image: url(../img/explosion.png);
	background-size: 100%;
	animation: explosion .5s steps(1,end)
}
@keyframes explosion {
    0% {
        opacity: 1
    }

    14% {
        background-position: 0 -70px
    }

    28% {
        background-position: 0 -140px
    }

    43% {
        background-position: 0 -210px
    }

    57% {
        background-position: 0 -280px
    }

    71% {
        background-position: 0 -350px
    }

    86% {
        background-position: 0 -420px
    }

    to {
        background-position: 0 -490px;
        opacity: 0
    }
}
.mines_gamecell_coverimg {
    background-repeat: repeat;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    font-style: normal;
    background-position: center center;
    background-image: url("../img/bg_pattern.png") !important;
	transition: background-size 0.3s ease 0s;
    opacity: 0.5;
    background-size: 70px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
	width: 100%;
    height: 100%;
}
.mines_gamecell:hover .mines_gamecell_coverimg{
	background-size: 60px;
}
.mines_gamecell.disabled .mines_gamecell_coverimg{
	background-size: 70px!important;
}
.mines_gamecell.opened .mines_gamecell_coverimg{
    background: #314641!important;
}
.mines_gamecell.revealed .mines_gamecell_coverimg{
    background: #4b665f!important;
}
.mines_gamecell_index {
	display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: 28px;
    height: 28px;
    color: #EEE;
    font-family: Primary, DefaultFont, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, Secondary, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 700;
    transition: color 0.3s ease 0s;
	margin-top: calc(-100%);
}
.mines_gamecell_index::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    background: rgb(93 105 96);
    box-shadow: rgb(81 93 85 / 76%) 0px 0px 0px 2px;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transition: box-shadow 0.3s ease 0s;
}
.game_action_bar #show_nummines_box {
    transition: all .2s ease;
    position: relative;
    background-image: url(/Desktop/coinBg.svg);
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: 50%;
    background-size: 4rem 4rem;
    height: 5rem;
}
.game_action_bar #show_nummines_box div{
	border-radius: 50%;
    background: #40544D;
    padding: 5px;
    border: 3px solid #51665D;
	font-size: 17px;
	font-weight: 700;
	color: #c4f277;
}
.game_action_bar #show_nummines_box div:hover{
	color: #c4f277;
}

.game_action_bar #show_nummines_box div {
    display: flex;
    justify-content: center;
    align-items: center
}

.game_action_bar #show_nummines_box:hover {
    background-color: #5a776e
}
#select_nummines_box {
    position: absolute;
    width: 250px;
    background-color: #314641;
    border: 1px solid #7e978e;
    border-radius: 5px;
    padding: 1.5rem;
    bottom: 173px;
    right: 1.5rem;
	z-index: 15;
	box-shadow: 2px 2px 4px hsl(0deg 0% 0% / 0.38);
	display: none;
}
@media only screen and (max-width: 500px) {
	#select_nummines_box {
		right: 1rem;
	}
}
#select_nummines_box .nummines_header{
    font-size: 16px;
    color: #ecfaff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
	text-align: left;
    padding: 0px 0px 10px;
}
#select_nummines_box .nummines_item_wrapper {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
}
#select_nummines_box .nummines_item {
    border-radius: 50%;
    background: #40544D;
    padding: 5px;
    border: 1px solid #51665D;
    font-size: 16px;
    font-weight: 700;
    color: #b7c7d0;
	width: 35px;
	height: 35px;
	text-align: center;
	margin: 3px;
	cursor: pointer;
}
#select_nummines_box .nummines_item.selected, #select_nummines_box .nummines_item:hover {
	background-color: #c6ff81;
	color: #314641;
}
#play_button:disabled {
	opacity: 0.7;
}
/**** Game Dice ****/
.dice_gameboard {
	background-color: #314641;
    width: 100%;
    display: block;
	padding: .4rem;
    border-radius: .5rem;
}
.dice_gameboard .dice_game_outcome {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border: 1px solid rgb(51, 67, 77);
    margin-bottom: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
	width: 100%;
	background: #1d2c29;
	background-image: url("../img/bg_pattern.png") !important;
	padding: 35px 0px;
	border: 1px solid rgb(81 102 93);
}
.dice_gameboard .dice_game_outcome .image {
    background-repeat: repeat;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    font-style: normal;
    width: 100%;
    background-position: 0rem 0rem;
	background: #6c857e;
    background-image: url("../img/bg_pattern.png") !important;
}
.dice_gameboard .dice_game_outcome .digits {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
}
.dice_gameboard .dice_game_outcome .digits .digit {
    height: 96px;
    width: 54px;
    margin: 0px 0.6rem;
    position: relative;
}
.dice_gameboard .dice_game_outcome .digits .segment {
    width: 27px;
    height: 12px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
	background: rgb(184, 233, 134);
    color: rgb(184, 233, 134);
    box-shadow: rgb(184, 233, 134) 0px 0px 10px 0px;
}

.dice_gameboard .dice_game_outcome .digits .segment.off {
	background: rgb(75 82 84);
    color: rgb(75 82 84);
    box-shadow: none;
    opacity: 0.3;
}
.dice_gameboard .dice_game_outcome .digits .segment.on {
	background: #ecfaff;
    color: #ecfaff;
    box-shadow: none;
    opacity: 1;
}
.dice_gameboard .dice_game_outcome .digits .segment.win {
	background: rgb(184, 233, 134);
    color: rgb(184, 233, 134);
    box-shadow: rgb(184, 233, 134) 0px 0px 10px 0px;
    opacity: 1;
}
.dice_gameboard .dice_game_outcome .digits .segment.lose {
	background: #ec4f5b;
    color: #ec4f5b;
    box-shadow: #ec4f5b 0px 0px 10px 0px;
    opacity: 1;
}
.dice_gameboard .dice_game_outcome .digits .segment::before {
    content: "";
    height: 0px;
    width: 0px;
    border-width: 6px;
    border-style: solid;
    border-right-color: initial;
    border-left-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    display: block;
    left: -12px;
    position: absolute;
}
.dice_gameboard .dice_game_outcome .digits .segment::after {
    content: "";
    height: 0px;
    width: 0px;
    border-width: 6px;
    border-style: solid;
    border-left-color: initial;
    border-right-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgba(0, 0, 0, 0);
    display: block;
    right: -12px;
    position: absolute;
}
.dice_gameboard .dice_game_outcome .digits .separator {
	height: 10px;
    width: 10px;
    background: #bef06f;
    border-radius: 100%;
    box-shadow: rgb(184, 233, 134) 0px 0px 10px 0px;
    display: block;
    position: relative;
    top: 45px;
}
.dice_gameboard .dice_game_outcome .digits .separator.off {
	background: rgb(75 82 84);
    color: rgb(75 82 84);
    box-shadow: none;
    opacity: 0.3;
}
.dice_gameboard .dice_game_outcome .digits .separator.on {
	background: #ecfaff;
    color: #ecfaff;
    box-shadow: none;
    opacity: 1;
}
.dice_gameboard .dice_game_outcome .digits .separator.win {
	background: rgb(184, 233, 134);
    color: rgb(184, 233, 134);
    box-shadow: rgb(184, 233, 134) 0px 0px 10px 0px;
    opacity: 1;
}
.dice_gameboard .dice_game_outcome .digits .separator.lose {
	background: #ec4f5b;
    color: #ec4f5b;
    box-shadow: #ec4f5b 0px 0px 10px 0px;
    opacity: 1;
}
.dice_gameboard .dice_game_outcome .digits .segment.segment1 {
    transform: translateZ(0px) translateX(-50%);
    margin-left: 50%;
}
.dice_gameboard .dice_game_outcome .digits .segment.segment2 {
    transform: translateZ(0px) translateX(25%) translateY(175%) rotate(90deg);
    left: auto;
    right: 0px;
}
.dice_gameboard .dice_game_outcome .digits .segment.segment3 {
    transform: translateZ(0px) translateX(25%) translateY(525%) rotate(90deg);
    left: auto;
    right: 0px;
}
.dice_gameboard .dice_game_outcome .digits .segment.segment4 {
    transform: translateZ(0px) translateX(-50%);
    margin-left: 50%;
    bottom: 0px;
    top: auto;
}
.dice_gameboard .dice_game_outcome .digits .segment.segment5 {
    transform: translateZ(0px) translateX(-25%) translateY(525%) rotate(90deg);
    left: 0px;
}
.dice_gameboard .dice_game_outcome .digits .segment.segment6 {
    transform: translateZ(0px) translateX(-25%) translateY(175%) rotate(90deg);
    left: 0px;
}
.dice_gameboard .dice_game_outcome .digits .segment.segment7 {
	transform: translateZ(0px) translateX(-50%) translateY(-50%);
    margin-left: 50%;
    top: 50%;
}
.dice_gameboard .result_wrapper {
	height: 3.8rem;
    overflow: hidden;
    border: 1px solid rgb(51, 67, 77);
    position: relative;
    border-radius: 5px;
    margin-bottom: 4px;
	border: 1px solid rgb(81 102 93);
}
.dice_gameboard .result_wrapper::before {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5rem;
    content: "";
    display: block;
    z-index: 1;
}
.dice_gameboard .result_wrapper .result_holder {
    min-width: 64px;
    height: 30px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    transition: transform 0.3s ease-out 0s, color 0.3s ease, border-color 0.3s ease;
    padding: 0px;
    border-width: 2px;
    border-style: solid;
    border-color: #51665d;
    border-image: initial;
    border-radius: 5px;
	opacity: 0.5;
	color: #51665d;
	margin: 3px 2px;
	float: right;
}
.dice_gameboard .result_wrapper .result_holder.scaled {
    animation: 0.3s ease-out 0s 1 normal none running shownum;
    opacity: 1;
}
.dice_gameboard .result_wrapper .result_holder.win {
    color: #c6ff81!important;
	border-color: #c6ff81!important;
}
.dice_gameboard .result_wrapper .result_holder.lose {
    color: #ec4f5b!important;
	border-color: #ec4f5b!important;
}
.dice_gameboard .result_wrapper .result_holder span {
    position: absolute;
	border-radius: 5px;
    text-align: center;
    font-family: "DJB";
    width: 100%;
    font-size: 26px;
    line-height: 30px;
    margin-top: 3px;
}
@keyframes shownum {
	0% {
		transform: scale(0.75);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}
.dice_gameboard .slider_container {
	padding: 10px;
    height: 45px;
    border-radius: 22.5px;
    width: calc(100% - 10px);
    background: #4b665e;
    margin: 35px 5px 10px;
}
.dice_gameboard .slider {
	height: 26px;
	background: #314641;
	border-radius: 12.5px;
	display: flex;
}
.dice_gameboard .slider .runway {
	background-color: #c6ff81;
    margin: 8px auto;
    height: 10px;
    border-radius: 5px;
    width: calc(100% - 16px);
    position: relative;
    cursor: pointer;
    vertical-align: middle;
}
.dice_gameboard .slider .min_max {
	margin: 15px 0;
	width: 50px;
	position: relative;
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
}
.dice_gameboard .slider .runway .slider_bar {
	width: 51.5%;
	background-color: #ec4f5b;
	border-radius: 5px 0px 0px 5px;
	height: 10px;
}
.dice_gameboard .slider .runway .slider_button {
	width: 34px;
	height: 34px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAAXNSR0IArs4c6QAAAh1JREFUWAntWM9r1EAUfpOZbH5sbaEg1oP9G7y3Jy8ePBfBf1B66NFDPQhiBUGhFaSH9iLrag2WpU26yebHzPjetgNZut1Z0N30kAdhwnyZN1++eS+8FwZogzje8j3/te+6T6SimeUZdwDysuxlefVqfTX8yAZZtv3A7bwR3Fmt5PKI1HcSHKCSKk7K4gVLR+WvwBOPmyJjiBEpVOmMKa21bEgZQ8aMHEmxstLaTNyHUcxDwmH4FF5EfRr9f8XrHKwK4YlCnJaglIbQF+B3+AQpIpikBUjEMRbxmsRpswTXY9CO15KPaS9lSGHS3W0MVSkqBe+/nsHbL334eZ4CpakxEk4qBQffItj/3Ifvv5MJnJ6jzT8dX+On/fgWbnyZsebeTDU7toRs+rcKtQrZFLDhbQy1CtkUsOFtDLUK2RSw4W0M/ReFqOqbVXbOi6Mbq1lramyT4OKqGNfUK4F7q2YmMhfDHKTU0MV6eVrNTOuppg6x5u4Gs2tqKyF6Jecm0u5Swopbupa6bHMRqi9Y9P39yjJU0vlxXlhbk0WrQv6pveojF3F0GmEwbsDDNZea00aMsu/PZQmHJxGIopTwARvBR+sBeKIZSnmlIRpk40wUgc+vRrla6UXJzG/NIqWjDlngr4+gw4ei67EdqfgenleosS1uwhh+N1zBU9+TO+MzenfUez4cid00K9a0Xi4pxhwIg85l169ePnu6uf8X+OP7eF5xxJwAAAAASUVORK5CYII=) no-repeat;
	background-size: contain;
	border-radius: inherit;
	border: none;
	display: inline-block;
	vertical-align: middle;
	top: -12px;
	left: calc(51.5% - 17px);
	position: absolute;
}
.dice_gameboard .slider .runway .result_maker {
    width: 60px;
    height: 36px;
	background-color: #c6ff81;
    border-radius: 3px;
    border: none;
    display: inline-block;
    vertical-align: middle;
    top: -50px;
    left: calc(21.5% - 30px);
    position: absolute;
	text-align: center;
	transition: 0.25s;
	display: none;
}
.dice_gameboard .slider .runway .result_maker:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -10px;
    left: 23px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #c6ff81;
    transition: all 300ms ease-in-out;
}
.dice_gameboard .slider .runway .result_maker.negative {
	background-color: #ec4f5b;
}
.dice_gameboard .slider .runway .result_maker.negative:before {
	border-top: 10px solid #ec4f5b;
}
.dice_gameboard .slider .runway .result_maker span {
    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 36px;
    font-weight: bold;
    color: #314641;
}
.dice_gameboard .slider .runway .result_maker.negative span {
    color: #FFF;
}
.dice_gameboard .slider_container .number_mark{
    text-align: center;
    transform: translate(-50%);
}
.dice_gameboard .slider_container .number_mark.mark0{
    margin-left: 12px;
}
.dice_gameboard .slider_container .number_mark.mark25{
    margin-left: calc(25% + 6px);
}
.dice_gameboard .slider_container .number_mark.mark50{
    margin-left: 50%;
}
.dice_gameboard .slider_container .number_mark.mark75{
    margin-left: calc(75% - 6px);
}
.dice_gameboard .slider_container .number_mark.mark100{
    margin-left: calc(100% - 12px);
}
.dice_gameboard .slider_container .number_mark span{
	position: absolute;
    font-weight: 600;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,-50%);
	top: -27px;
    font-size: 14px;
    color: #FFF;
}
.dice_gameboard .slider_container .number_mark:after {
    content: "";
    bottom: 0;
    position: absolute;
    transform: translate(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #4b665e;
	top: -15px;
}
/**** Game Cryptos ****/
#cryptos_gameboard {
	background-color: #314641;
    width: 100%;
    display: block;
	padding: .4rem;
    border-radius: .5rem;
}
#cryptos_gameboard .cryptos_game_outcome {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border: 1px solid rgb(51, 67, 77);
    margin-bottom: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
	width: 100%;
	background: #1d2c29;
	background-image: url("../img/bg_pattern.png") !important;
	padding: 35px 0px;
	border: 1px solid rgb(81 102 93);
	display: flex;
}
#cryptos_gameboard .game_result {
    z-index: 1;
    position: relative;
    display: flex;
    padding: 25px 25px;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 3.2rem;
    border: 2px solid rgb(81 102 93 / 23%);
	gap: 10px;
}
#cryptos_gameboard .game_result.win {
	border: 2px solid #c6ff81;
}
#cryptos_gameboard .game_result.lose {
	border: 2px solid #ec4f5b;
}
@media only screen and (max-width: 450px) {
	#cryptos_gameboard .game_result {
		padding: 25px 10px;
		gap: 5px;
		width: 300px;
	}
}
#cryptos_gameboard  .show_crypto{
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
#cryptos_gameboard  .show_crypto i{
    background-size: 700% 500%;
    background-repeat: repeat;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    font-style: normal;
    height: 50px;
    width: 50px;
	background-size: 100%;
	background-position: 0px 0px;
}
#cryptos_gameboard  .show_crypto .coin__bitcoin {
	background: url('../img/bitcoin.svg');
}
#cryptos_gameboard  .show_crypto .coin__bch {
	background: url('../img/bch.svg');
}
#cryptos_gameboard  .show_crypto .coin__eth {
	background: url('../img/eth.svg');
}
#cryptos_gameboard  .show_crypto .coin__bnb {
	background: url('../img/bnb.svg');
}
#cryptos_gameboard  .show_crypto .coin__litecoin {
	background: url('../img/litecoin.svg');
}
#cryptos_gameboard  .show_crypto .coin__tron {
	background: url('../img/shib.png');
}
#cryptos_gameboard .combinations_wrapper {
	display: flex;
    flex-direction: column;
}
#cryptos_gameboard .combinations_wrapper > div {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 36px;
    padding: 0px 10px;
    border-radius: 5px;
    border: 1px solid rgb(81 102 93);
    color: rgb(183, 199, 208);
    transition: background-color 0.3s ease 0s;
	margin-bottom: 5px;
}
#cryptos_gameboard .combinations_wrapper .combination {
	display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
#cryptos_gameboard .combinations_wrapper .combination > * {
    transition: color 0.3s ease 0s;
    margin-right: 5px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}
#cryptos_gameboard .combinations_wrapper .combination .match_0 {
	border: 1px solid #51665d;
}
#cryptos_gameboard .combinations_wrapper .combination .match_1 {
	background: #83988d;
}
#cryptos_gameboard .combinations_wrapper .combination .match_2 {
	background: #EFEFEF;
}
#cryptos_gameboard .combinations_wrapper .combination .bitcoin {
	background: #F7931A;
}
#cryptos_gameboard .combinations_wrapper .combination .bnb {
	background: #F0B90B;
}
#cryptos_gameboard .combinations_wrapper .combination .litecoin {
	background: #2196F3;
}
#cryptos_gameboard .combinations_wrapper .combination .tron {
	background: #FF060A;
}
#cryptos_gameboard .combinations_wrapper .combination .eth {
	background: #627EEA;
}
#cryptos_gameboard .combinations_wrapper .combination .bch {
	background: #0AC18E;
}
#cryptos_gameboard .combinations_wrapper .multiplier_label {
    display: inline-block;
    font-family: Primary, DefaultFont, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 12px;
    line-height: 19px;
    font-weight: bold;
    color: rgb(183, 199, 208);
    text-transform: uppercase;
    padding: 0px 5px;
    border-radius: 5px;
    background: #4b665e;
	margin-left: calc(100% - 140px)
}
#cryptos_gameboard .combinations_wrapper .payout {
    font-size: 16px;
    font-weight: 700;
    font-family: Primary, DefaultFont, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: rgb(236, 250, 255);
    margin-left: 25px;
    display: flex;
    direction: ltr;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: middle;
    display: inline-flex !important;
	position: absolute;
    right: 25px;
}
#cryptos_gameboard .combinations_wrapper .payout img {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}
/**** Game Keno ****/
.keno_gameboard {
	display: flex;
    flex-direction: column;
    padding: 4px;
    border-radius: 8px;
    margin-bottom: 4px;
    flex: 1 1 0%;
    z-index: 0;
}
.keno_table{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 4px;
    flex: 1 1 0%;
    margin-bottom: 4px;
}
.keno_gamecell {
	background: #6c857e;
    border: 1px solid rgb(69, 86, 100);
    border-radius: 5px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    /*transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;*/
	opacity: 0.3;
	/*padding: 10px 0px;*/
	height: 50px;
}
.keno_gamecell.selected {
	background-color: #c1eb8e !important;
    border: 1px solid #c1eb8e !important;
    opacity: 1;
}
.keno_gamecell.matched {
	background-color: #314641 !important;
    border: 2px solid #7e978e75 !important;
    opacity: 1;
}
.keno_gamecell.matched .keno_gem {
	height: 35px;
	width: 35px;
	background-position: 0rem 0rem;
    background-image: url(../img/keno_diamond.svg) !important;
	font-size: 14px;
	color: #314641;
    background-size: 100%;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
}
.keno_gamecell.opened {
	background-color: #314641 !important;
    border: 1px solid #7e978e75 !important;
    opacity: 1;
}
.keno_gamecell.opened .keno_gamecell_index::after {
	background: #ec4f5b !important;
}
.keno_gamecell_coverimg {
	background-repeat: repeat;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    font-style: normal;
    background-position: center center;
    background-image: url("../img/bg_pattern.png") !important;
    transition: background-size 0.3s ease 0s;
    opacity: 0.5;
    background-size: 60px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.keno_gamecell_index {
	display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: 25px;
    height: 25px;
    color: #EEE;
    font-family: Primary, DefaultFont, -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, Secondary, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 700;
    /*transition: color 0.3s ease 0s;*/
}
.keno_gamecell_index::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    background: rgb(93 105 96);
    /*box-shadow: rgb(81 93 85 / 76%) 0px 0px 0px 2px;*/
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transition: box-shadow 0.3s ease 0s;
}
.keno_gamecell.selected .keno_gamecell_index {
	color: #314641;
}
.keno_gamecell.selected .keno_gamecell_index::after {
	background: #a5db66;
	box-shadow: none;
	border: 2px solid #a5db66;
}
.keno_gamecell:hover {
    /*transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, opacity 0.3s ease 0s;*/
    opacity: 1;
}
.keno_gamecell:hover .keno_gamecell_coverimg {
    background-size: 50px;
}
.keno_cell_selections {
	height: auto;
	padding: 5px;
}
.keno_cell_selections span {
	color: #FFF;
    text-align: center;
    width: 100%;
    font-size: 13px;
    padding: 5px;
}
.keno_cell_selections>div {
	display: grid!important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 4px;
	width: 100%!important;
	min-height: 35px;
}
.keno_cell_selections .selected_item{
	border: 1px solid #4b665e;
    border-radius: 5px;
    height: 18px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    opacity: 1;
    font-size: 10px;
    font-weight: 700;
    font-family: Secondary, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: rgb(183, 199, 208);
    transition: opacity 0.1s ease 0s;
}
.keno_cell_selections .selected_item.highlighted {
	border: 2px solid #c4f277;
}
.keno_cell_selections .selected_item .empty {
	border: 1px solid #4b665e;
	background: #4b665e47;
    border-radius: 5px;
    height: 5px;
	width: calc(100% - 10px);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    opacity: 1;
    font-size: 10px;
    font-weight: 700;
    font-family: Secondary, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: rgb(183, 199, 208);
    transition: opacity 0.1s ease 0s;
}
.keno_cell_selections .selected_item .info {
    border-radius: 5px;
    height: 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    opacity: 1;
    font-size: 12px;
    font-weight: 700;
    font-family: Secondary, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #FFF;
    transition: opacity 0.1s ease 0s;
}
.keno_cell_selections .selected_item .info i {
    background-size: 100% 100%;
    background-repeat: repeat;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    font-style: normal;
    height: 12px;
    width: 12px;
    background-position: 0rem 0rem;
    background-image: url(../img/keno_diamond.svg) !important;
	margin-left: 2px;
}


/**** Game Wheel ****/
.wheel_gameboard {
	background-color: #314641;
    width: 100%;
    display: block;
	padding: .4rem;
    border-radius: .5rem;
}
.wheel_gameboard .spin_area {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border: 1px solid rgb(51, 67, 77);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
	width: 100%;
	background: #1d2c29;
	background-image: url("../img/bg_pattern.png") !important;
	border: 1px solid rgb(81 102 93);
}
.wheel_gameboard .wheel_container .wrapper {
    width: 350px;
    height: 350px;
    margin: 20px auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
}
@media only screen and (max-width: 450px) {
	.wheel_gameboard .wheel_container .wrapper {
		width: 300px;
		height: 300px;
	}
}
.wheel_container .wrapper .triangle {
    width: 20px;
    height: 40px;
    left: -25px;
    position: absolute;
    z-index: 2;
}
.wheel_container .wrapper .triangle .arrow {
    background-image: url(../img/wheel_ponter.png);
    background-size: 100% 100%;
    background-repeat: repeat;
    display: block;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 30px;
    width: 33px;
    background-position: 0rem 0rem;
    margin-left: 15px;
    margin-top: 7px;
}
.wheel_container .wrapper .apng {
    width: 100px;
    height: 40px;
    margin-left: 20px;
    left: 0px;
    position: absolute;
    z-index: 1;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.wheel_container .wrapper .button {
    text-transform: uppercase;
    width: 76px;
    height: 76px;
    position: absolute;
    z-index: 1;
    padding: 3px;
    border-radius: 50%;
    color: #4c554e;
    font-family: Primary, DefaultFont, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-size: 22px;
    cursor: pointer;
    transition: transform 0.3s ease 0s;
}
.wheel_container .wrapper .button:hover {
    transform: scale(0.92);
	opacity: 0.9;
}
.wheel_container .wrapper .wheel {
    width: 100%;
    height: 100%;
    background: #314641;
    border-radius: 50%;
    position: absolute;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    animation: 5s ease 0s 1 normal forwards running hDKnkw;
}
.wheel_bg {
    background-size: 100% 100%;
    background-repeat: repeat;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    font-style: normal;
    height: 100%;
    width: 100%;
    background-position: 0rem 0rem;
    background-image: url(../img/wheel_easy.svg);
	position: absolute;
    left: 0px;
    top: 0px;
}
.wheel_container .wrapper .wheel .sector {
    width: 50%;
    height: 40px;
    margin: calc(50% - 20px) 50% 0px 0px;
    color: #FFFFFF;
    font-family: Primary, DefaultFont, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-size: 18px;
    position: absolute;
    transform-origin: 100% 50%;
    line-height: 40px;
    padding: 0px 30px;
    transform: translate3d(0px, 0px, 0px);
}
.wheel_container .wrapper .wheel .sector>span{
    font-family: Primary, DefaultFont, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 700;
    direction: ltr;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: middle;
    display: inline-flex !important;
}
.wheel_container .wrapper .wheel .sector>span>img {
    height: 1.1em;
    width: 1.1em;
    margin-right: 0.25em;
}
.eJeBSX {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wheel_container .wrapper .button > div::after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    background: rgb(0, 0, 0);
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}
.wrapper .button > div {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    background: linear-gradient(rgb(184, 233, 134) 0%, rgb(162, 204, 129) 100%);
}


/**** Game Sicbo and Chuck a luck ****/
.sicbo_gameboard, .chuckaluck_gameboard {
	background-color: #314641;
    width: 100%;
    display: block;
	padding: .4rem;
    border-radius: .5rem;
}
.sicbo_gameboard .sicbo_game_outcome, .chuckaluck_gameboard .chuckaluck_game_outcome {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border: 1px solid rgb(51, 67, 77);
    margin-bottom: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
	width: 100%;
	background: #1d2c29;
	background-image: url("../img/bg_pattern.png") !important;
	padding: 35px 0px;
	border: 1px solid rgb(81 102 93);
	display: flex;
}
.sicbo_gameboard .result_wrapper, .chuckaluck_gameboard .result_wrapper {
	height: 3.8rem;
    overflow: hidden;
    border: 1px solid rgb(51, 67, 77);
    position: relative;
    border-radius: 5px;
    margin-bottom: 4px;
	border: 1px solid rgb(81 102 93);
}
.sicbo_gameboard .result_wrapper .result_holder, .chuckaluck_gameboard .result_wrapper .result_holder {
    width: 30px;
    height: 30px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    transition: transform 0.3s ease-out 0s, color 0.3s ease, border-color 0.3s ease;
    padding: 0px;
    border-width: 2px;
    border-style: solid;
    border-color: #51665d;
	background: #51665d;
    border-image: initial;
    border-radius: 5px;
	color: #FFF;
	margin: 3px 2px;
	float: right;
}
.sicbo_gameboard .result_wrapper .result_holder.scaled, .chuckaluck_gameboard .result_wrapper .result_holder.scaled {
    animation: 0.3s ease-out 0s 1 normal none running shownum;
    opacity: 1;
}
.sicbo_gameboard .result_wrapper .result_holder span, .chuckaluck_gameboard .result_wrapper .result_holder span {
    position: absolute;
	border-radius: 5px;
    text-align: center;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
	font-weight: 700;
}
.sicbo_gameboard .result_wrapper .result_holder.win, .chuckaluck_gameboard .result_wrapper .result_holder.win {
	border-color: #c6ff81!important;
}
.sicbo_gameboard .result_wrapper .result_holder.lose, .chuckaluck_gameboard .result_wrapper .result_holder.lose {
	border-color: #ec4f5b!important;
}
.sicbo_gameboard .game_result, .chuckaluck_gameboard .game_result {
    z-index: 1;
    position: relative;
    display: flex;
    padding: 25px;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 3.2rem;
    border: 2px solid rgb(81 102 93 / 23%);
}
.sicbo_gameboard .game_result.win, .chuckaluck_gameboard .game_result.win {
	border: 2px solid #c6ff81;
}
.sicbo_gameboard .game_result.lose, .chuckaluck_gameboard .game_result.lose {
	border: 2px solid #ec4f5b;
}
.dice_wrapper {
    opacity: 1;
    position: absolute;
    left: 0px;
    top: 0px;
	width: 6.4rem;
    height: 6.4rem;
    border-radius: 15px;
    border: 1px solid rgb(81 102 93);
    background: white;
    position: relative;
    animation-timing-function: ease;
    transition: background-color 300ms ease 0s, border-color 300ms ease 0s;
	margin: 5px;
	
}
.dice_wrapper.wiggle {
	animation: wiggle 0.2s;
}
@keyframes wiggle {
    0% { transform: rotate(0deg) scale(1); }
   15% { transform: rotate(0deg) scale(1.1); }
   30% { transform: rotate(10deg) scale(1.1); }
   45% { transform: rotate(0deg) scale(1.1); }
   60% { transform: rotate(-10deg) scale(1.1); }
   75% { transform: rotate(0deg) scale(1.1); }
  100% { transform: rotate(0deg) scale(1); }
}
.dice_wrapper i{
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    transition: background-color 300ms ease 0s;
    background: #2c3a44;
	display: none;
}
.dice_wrapper .dot_1 {
	top: 0.6rem;
    left: 0.6rem;
}
.dice_wrapper .dot_2 {
	top: 0.6rem;
    right: 0.6rem;
}
.dice_wrapper .dot_3 {
	top: 2.4rem;
    left: 0.6rem;
}
.dice_wrapper .dot_4 {
	top: 2.4rem;
    left: 2.4rem;
}
.dice_wrapper .dot_5 {
	top: 2.4rem;
    right: 0.6rem;
}
.dice_wrapper .dot_6 {
	bottom: 0.6rem;
    left: 0.6rem;
}
.dice_wrapper .dot_7 {
	bottom: 0.6rem;
    right: 0.6rem;
}
.dice_wrapper .dot_8 {
    width: 2.2rem;
    height: 2.2rem;
    left: calc(50% - 1.1rem);
    top: 1.9rem;
    background: linear-gradient(rgb(237, 41, 41) 0%, rgb(103, 47, 86) 100%);
    box-shadow: rgba(163, 19, 50, 0.3) 0px 0.2rem 0.4rem 0px;
}
.dice_wrapper.dice__1 .dot_8{
	display: block;
}
.dice_wrapper.dice__2 .dot_1, .dice_wrapper.dice__2 .dot_7{
	display: block;
}
.dice_wrapper.dice__3 .dot_1, .dice_wrapper.dice__3 .dot_4, .dice_wrapper.dice__3 .dot_7{
	display: block;
}
.dice_wrapper.dice__4 .dot_1, .dice_wrapper.dice__4 .dot_2, .dice_wrapper.dice__4 .dot_6, .dice_wrapper.dice__4 .dot_7{
	display: block;
}
.dice_wrapper.dice__5 .dot_1, .dice_wrapper.dice__5 .dot_2, .dice_wrapper.dice__5 .dot_4, .dice_wrapper.dice__5 .dot_6, .dice_wrapper.dice__5 .dot_7{
	display: block;
}
.dice_wrapper.dice__6 .dot_1, .dice_wrapper.dice__6 .dot_2, .dice_wrapper.dice__6 .dot_3, .dice_wrapper.dice__6 .dot_5, .dice_wrapper.dice__6 .dot_6, .dice_wrapper.dice__6 .dot_7{
	display: block;
}
.game_action_bar_4 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 4px;
}
.select_number {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 36px;
    flex: 1 1 0%;
    border-radius: 4px;
    /*border: 1px solid rgb(81 102 93);
	padding: 8px;*/
	width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 4px;
    height: calc(100% - 86px);
    margin: 8px 0px 0px;
}
.chuckaluck_gameboard .payout_table {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	height: 12px;
	margin: 10px auto 0px;
	width: 250px;
	position: absolute;
	top: 165px;
	line-height: 12px;
	color: #FFF;
	font-size: 11px;
}
.chuckaluck_gameboard .payout_table .dot{ 
	width: 8px;
	height: 8px;
	border: 1px solid rgb(81 102 93);
	float: left;
	margin: 2px 1px;
	border-radius: 2px;
}
.chuckaluck_gameboard .payout_table .dot.matched{ 
	background: #c6ff81;
	border: 1px solid #c6ff81;
}
.chuckaluck_gameboard .dice_matched {
	height: 12px;
	margin: 5px auto 0px;
	width: 30px;
}
.chuckaluck_gameboard .dice_matched .dot{ 
	width: 8px;
	height: 8px;
	float: left;
	margin: 2px 1px;
	border-radius: 2px;
	background: #c6ff81;
	border: 1px solid #c6ff81;
}
.chuckaluck_gameboard .payout_table span {
	margin-right: 15px;
}
.select_number .number{
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #4b665e;
    cursor: pointer;
	padding-top: 100%;
    height: 0px;
	border-radius: 7px;
	color: #FFF;
	border: 2px solid #51665d;
}
.select_number .number:hover {
    opacity: 0.8;
}
.select_number .number .number_label {
	font-size: 19px;
    width: 100%;
    text-align: center;
    margin-top: -40px;
	font-weight: 600;
}
.select_number .number .multiplier_label {
	font-size: 11px;
    width: 100%;
    text-align: center;
    margin-top: -5px;
	color: #FFEB3B;
}

.select_dice {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex: 1 1 0%;
    border-radius: 4px;
	width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 4px;
    margin: 8px 0px 0px;
}
.select_dice .bet_place {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #4b665e;
    cursor: pointer;
	border-radius: 7px;
	color: #FFF;
	border: 2px solid #51665d;
	padding: 10px;
}
.select_dice .bet_place.highlighted{
	border: 2px solid #ccff5f;
}
.select_dice .bet_place:hover {
	background: #3a544c;
}
.select_dice .bet_place .dice_wrapper{
	margin: 10px auto 0px;
}
.sicbo_gameboard .bet_selection.selected, .chuckaluck_gameboard .bet_selection.selected {
	background-color: #03A9F4!important;
    color: #FFF!important;
    opacity: 1!important;
	border: 2px solid #03A9F4;
}
.sicbo_gameboard .bet_selection.win {
	border: 2px solid #FF9800;
}
@media only screen and (max-width: 450px) {
	.select_number .number .number_label {
		font-size: 15px;
		margin-top: -35px;
	}
}
@media only screen and (max-width: 370px) {
	.select_number .number .number_label {
		font-size: 13px;
		margin-top: -30px;
	}
}
.chip {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  color: #000;
  position: relative;
  font-weight: bold;
  cursor: pointer;
  border-radius: 36px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background-image: url("../img/chips.svg");
  background-repeat: no-repeat;
  background-size: 266px 134px;
  font-size: 12px;
  font-family: 'RobotoCondensedBold', sans-serif;
  background-position-y: 0; }
  .chip[data-coin="100"] {
    background-position-x: 0; }
  .chip[data-coin="1000"] {
    background-position-x: -38px; }
  .chip[data-coin="10000"] {
    background-position-x: -77px; }
  .chip[data-coin="100000"] {
    background-position-x: -115px; }
  .chip[data-coin="1000000"] {
    background-position-x: -154px; }
  .chip[data-coin="10000000"] {
    background-position-x: -192px; }
  .chip[data-coin="100000000"] {
    background-position-x: -230px; }
  .chip.small {
    background-repeat: no-repeat;
    z-index: 10;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9); }
    .chip.small:nth-of-type(2) {
      top: 0px; }
    .chip.small:nth-of-type(3) {
      top: -5px; }
    .chip.small:nth-of-type(4) {
      top: -10px; }
    .chip.small:nth-of-type(5) {
      top: -15px; }
    .chip.small:nth-of-type(6) {
      top: -20px; }

.container-bet {
  width: 320px;
  margin: 0px auto;
  padding: 0 15px 0 15px;
  text-align: center;
  position: relative;
  top: 20px;
  margin-bottom: 25px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -webkit-align-items: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .container-bet .chip-container {
    border-radius: 36px;
    background-color: rgba(0, 0, 0, 0.3); }
    .container-bet .chip-container .chip {
      -webkit-transform: translateY(-1px);
          -ms-transform: translateY(-1px);
              transform: translateY(-1px); }
      .container-bet .chip-container .chip.open {
        -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
                transform: translateY(-10px); }
    .container-bet .chip-container:hover .chip {
      -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
              transform: translateY(-10px); }

.chuckaluck_gameboard #undo_bet {
	float:left;
	cursor:pointer;
	color:#b7c7d0;
	font-weight:bold;
	font-size: 13px;
}
.chuckaluck_gameboard #clear_all_bet_chips {
	float:right;
	cursor:pointer;
	color:#b7c7d0;
	font-weight:bold;
	font-size: 13px;
}
.chuckaluck_gameboard #undo_bet:hover, .chuckaluck_gameboard #clear_all_bet_chips:hover {
	color: #FFF;
}
/** Game Plinko **/
.payout_slot {
	position: relative;
	border-radius: 0.3em;
	text-align: center;
	animation-duration: .3s!important;
	animation-timing-function: cubic-bezier(.18,.89,.32,1.28);
	box-shadow: 0 0.2em 0 0 #a60004;
	background: rgb(255, 0, 63);
	grid-row: 1;
	overflow: hidden;
}
.payout_slot>span {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: #FFF;
	font-size: 12px;
}
@keyframes button_slide_down {
	0%,to {
		transform: translate(0)
	}

	50% {
		transform: translateY(30%)
	}
}
.payout_slot.slide_down {
	animation-name: button_slide_down
}
#start_auto_bet_btn, #stop_auto_bet_btn {
	display: none;
}
.game_plinko_footer {
	height: 25px;
	width: calc(100% - 20px);
	margin-left: 10px;
	display: grid;
	grid-gap: 1%;
	position: relative;
	top: -30px;
}
#plinko_gameboard {
	background-color: #314641;
    width: 100%;
    display: block;
    border-radius: 7px;
	padding: 4px;
}
#game_plinko_wrapper {
	background-image: url(../img/bg_pattern.png) !important;
    background: #1d2c29;
	border: 1px solid rgb(81 102 93);
	border-radius: 5px;
}
#game_plinko_container {
	width: 400px;
	margin: 10px calc(50% - 200px) 10px;
    display: block;
    border-radius: 5px;
}
@media only screen and (max-width: 450px) {
	#game_plinko_container {
		top: 260px;
	}
}
@media only screen and (max-width: 460px) {
	#game_plinko_container {
		scale: 0.9;
	}
}
@media only screen and (max-width: 400px) {
	#game_plinko_container {
		scale: 0.8;
	}
}
@media only screen and (max-width: 350px) {
	#game_plinko_container {
		scale: 0.7;
	}
}
/**** Game Limbo ****/
#limbo_gameboard {
	background-color: #314641;
    width: 100%;
    display: block;
	padding: .4rem;
    border-radius: .5rem;
}
#limbo_game_outcome {
	height: 300px;
	background-image: url(../img/bg_pattern.png) !important;
	background: #1d2c29;
	padding: 35px 0px;
    border: 1px solid rgb(81 102 93);
	margin-bottom: 5px;
	border-radius: 5px;
}
#limbo_game_outcome #multiplier_result {
    margin-top: 90px;
    font-weight: 600;
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    width: 100%;
    text-align: center;
}
#limbo_gameboard .result_wrapper {
    height: 3.8rem;
    overflow: hidden;
    border: 1px solid rgb(51, 67, 77);
    position: relative;
    border-radius: 5px;
    margin-bottom: 4px;
    border: 1px solid rgb(81 102 93);
	font-size: 13px;
}
#limbo_gameboard .result_wrapper .result_holder {
    min-width: 62px;
    height: 30px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    transition: transform 0.3s ease-out 0s, color 0.3s ease, border-color 0.3s ease;
    padding: 0px;
    border-width: 2px;
    border-style: solid;
    border-color: #51665d;
    border-image: initial;
    border-radius: 15px;
    opacity: 0.5;
    color: #51665d;
    margin: 3px 2px;
    float: right;
}
#limbo_gameboard .result_wrapper .result_holder.scaled {
    animation: 0.3s ease-out 0s 1 normal none running shownum;
    opacity: 1;
}
#limbo_gameboard .result_wrapper .result_holder.win {
    color: #314641 !important;
	background: #c6ff81 !important;
    border-color: #c6ff81 !important;
}
#limbo_gameboard .result_wrapper .result_holder.lose {
    background: #ec4f5b !important;
	color: #FFF !important;
    border-color: #ec4f5b !important;
}

/* Multi-provider captcha (narrow column = widget width; select is NOT .form-control — avoids Bootstrap white box) */
div.captcha_block_multi.captcha_block_multi--narrow {
	--captcha-widget-w: 302px;
	width: 100% !important;
	max-width: var(--captcha-widget-w) !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 6px !important;
	box-sizing: border-box !important;
	text-align: center !important;
}
.captcha_block_multi--narrow .captcha_block_multi_label {
	display: block !important;
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	margin: 0 auto 14px !important;
	line-height: 1.35 !important;
	letter-spacing: 0.02em !important;
	text-align: center !important;
}
.card_content .captcha_block_multi--narrow .captcha_block_multi_select_wrap,
.captcha_block_multi--narrow .captcha_block_multi_select_wrap {
	height: auto !important;
	min-height: 54px !important;
	min-width: 0 !important;
	padding: 5px 6px !important;
	display: flex !important;
	align-items: stretch !important;
	justify-content: stretch !important;
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 100% !important;
	border-radius: 8px !important;
}
.card_content .captcha_block_multi--narrow .captcha_block_multi_select_wrap select,
.captcha_block_multi--narrow .captcha_block_multi_select_wrap select#captcha_provider,
.captcha_block_multi--narrow select.captcha_provider_select {
	flex: 1 1 auto !important;
	height: auto !important;
	min-height: 46px !important;
	width: 100% !important;
	max-width: 100% !important;
	padding: 12px 14px !important;
	font-size: 17px !important;
	line-height: 1.35 !important;
	font-weight: 600 !important;
	box-sizing: border-box !important;
	border-radius: 6px !important;
	color: #f2faf7 !important;
	background-color: #263833 !important;
	background-image: none !important;
	border: 0 !important;
	outline: none !important;
	cursor: pointer !important;
	-webkit-text-fill-color: #f2faf7 !important;
}
.captcha_block_multi--narrow select.captcha_provider_select:focus,
.captcha_block_multi--narrow select#captcha_provider:focus {
	color: #ffffff !important;
	background-color: #1e2e2a !important;
	-webkit-text-fill-color: #ffffff !important;
	box-shadow: 0 0 0 2px rgba(198, 255, 129, 0.35) !important;
}
.captcha_block_multi--narrow select.captcha_provider_select option,
.captcha_block_multi--narrow select#captcha_provider option {
	color: #14221f !important;
	background-color: #f0faf6 !important;
	font-size: 16px !important;
	font-weight: 500 !important;
}
.captcha_block_multi--narrow .captcha_block_multi_widgets {
	width: 100% !important;
	max-width: var(--captcha-widget-w) !important;
	margin: 16px auto 0 !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	box-sizing: border-box !important;
}
.captcha_block_multi--narrow .captcha-switch-panel {
	width: 100% !important;
	max-width: var(--captcha-widget-w) !important;
	justify-content: center !important;
	align-items: center !important;
	box-sizing: border-box !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.captcha_block_multi--narrow .captcha_block_multi_hcaptcha_host {
	margin: 0 auto !important;
	display: flex !important;
	justify-content: center !important;
	width: 100% !important;
	max-width: var(--captcha-widget-w) !important;
}
.captcha_block_multi--narrow #cf-turnstile-box {
	margin: 0 auto !important;
	display: flex !important;
	justify-content: center !important;
	flex-wrap: wrap !important;
	width: 100% !important;
	max-width: var(--captcha-widget-w) !important;
	min-height: 65px !important;
}

#show_login_captcha {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.layout_wrapper .page_container,
.layout_wrapper .page_content {
	width: 100%;
	max-width: 100%;
}

.game_page_layout {
	width: calc(100vw - 20px);
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
.game_page_shell {
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}
.game_page_shell .gamebox_container {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}
.game_page_layout > .gameBar_wrap {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}

.game_page_header_wrap {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 60px auto 12px;
	z-index: 4;
	box-sizing: border-box;
}
@media (min-width: 640px) {
	.game_page_header_wrap {
		margin-top: 85px;
	}
}
.game_page_header_wrap.is_menu_open {
	margin-bottom: 12px;
}
.game_page_header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	background: #314641;
	border: 1px solid rgba(126, 150, 143, 0.42);
	border-radius: 7px;
	padding: 11px 14px;
	box-shadow: rgb(39 57 50) 0 2px 4px;
}
.game_page_header_wrap.is_menu_open .game_page_header {
	border-bottom: 1px solid rgba(126, 150, 143, 0.25);
	border-radius: 7px 7px 0 0;
	margin-bottom: 0;
}
.game_page_header_left {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}
.game_menu_toggle {
	flex: 0 0 auto;
	width: 38px;
	height: 38px;
	border: 1px solid #5d756a;
	border-radius: 6px;
	background: #364640;
	color: #c6ff81;
	font-size: 15px;
	line-height: 1;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.15s ease, border-color 0.15s ease;
}
.game_menu_toggle:hover,
.game_menu_toggle.is_active {
	background: #4b665e;
	border-color: #7e978e;
	color: #c6ff81;
}
.game_page_title {
	margin: 0;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 600;
	color: #fff;
	font-family: 'Blogger_Sans_Bold', sans-serif;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.game_page_header_wrap .game_menu_dropdown {
	display: none !important;
	position: relative;
	width: 100%;
	max-width: none;
	box-sizing: border-box;
	background: #314641;
	border-left: 1px solid rgba(126, 150, 143, 0.42);
	border-right: 1px solid rgba(126, 150, 143, 0.42);
	border-bottom: 1px solid rgba(126, 150, 143, 0.42);
	border-top: 0;
	border-radius: 0;
	padding: 12px 14px;
	z-index: 20;
	overflow: hidden;
	box-shadow: none;
}
.game_page_header_wrap .game_menu_dropdown[hidden] {
	display: none !important;
}
.game_page_header_wrap .game_menu_dropdown.is_open {
	display: block !important;
	border-radius: 0 0 7px 7px;
}
.game_page_header_wrap .game_menu_grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	max-height: 280px;
	overflow-y: auto;
	padding-right: 2px;
}
.game_page_header_wrap .game_menu_grid::-webkit-scrollbar {
	width: 5px;
}
.game_page_header_wrap .game_menu_grid::-webkit-scrollbar-thumb {
	background: #5d756a;
	border-radius: 4px;
}
.game_page_header_wrap .game_menu_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	color: #fff;
	border-radius: 10px;
	padding: 6px 4px 8px;
	transition: background-color 0.15s ease;
	min-width: 0;
}
.game_page_header_wrap .game_menu_item:hover {
	background: #364640;
	text-decoration: none;
	color: #c6ff81;
}
.game_page_header_wrap .game_menu_item.is_active {
	background: #364640;
	box-shadow: inset 0 0 0 1px #c6ff81;
}
.game_page_header_wrap .game_menu_item_icon {
	width: 52px;
	height: 68px;
	max-width: 52px;
	max-height: 68px;
	border-radius: 10px;
	overflow: hidden;
	display: block;
	flex-shrink: 0;
	border: 1px solid rgba(126, 150, 143, 0.35);
	background: #364640;
}
.game_page_header_wrap .game_menu_item_icon img {
	width: 52px !important;
	height: 68px !important;
	max-width: 52px !important;
	max-height: 68px !important;
	object-fit: contain;
	display: block;
}
.game_page_header_wrap .game_menu_item_name {
	margin-top: 6px;
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
	font-weight: 600;
	color: #d5ddd9;
}
.game_page_header_wrap .game_menu_item:hover .game_menu_item_name,
.game_page_header_wrap .game_menu_item.is_active .game_menu_item_name {
	color: #c6ff81;
}
@media (min-width: 640px) {
	.game_page_header_wrap .game_menu_grid {
		grid-template-columns: repeat(6, minmax(0, 1fr));
		max-height: none;
		overflow-y: visible;
		gap: 10px;
	}
	.game_page_header_wrap .game_menu_item_icon,
	.game_page_header_wrap .game_menu_item_icon img {
		width: 56px !important;
		height: 74px !important;
		max-width: 56px !important;
		max-height: 74px !important;
	}
	.game_page_header_wrap .game_menu_item_name {
		font-size: 11px;
	}
}
@media (min-width: 720px) {
	.game_page_header_wrap .game_menu_grid {
		grid-template-columns: repeat(9, minmax(0, 1fr));
		gap: 8px;
	}
}

@media (max-width: 639px) {
	.game_page_header_wrap {
		width: 100%;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.game_page_layout {
		width: 100%;
		max-width: 100%;
	}
	.game_page_header {
		padding: 10px;
		border: 2px solid #7e968f;
		border-radius: 7px;
		box-shadow: none;
	}
	.game_page_header_wrap.is_menu_open .game_page_header {
		border-bottom: 1px solid rgba(126, 150, 143, 0.35);
		border-radius: 7px 7px 0 0;
	}
	.game_page_header_wrap .game_menu_dropdown {
		border: 2px solid #7e968f;
		border-top: 0;
		padding: 10px;
	}
	.game_page_title {
		font-size: 18px;
	}
	.game_menu_toggle {
		width: 36px;
		height: 36px;
		font-size: 14px;
	}
	.game_page_header_wrap .game_menu_grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		max-height: none;
		overflow-y: visible;
		gap: 8px;
	}
}
@media (max-width: 380px) {
	.game_page_header_wrap .game_menu_grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* CPX onerow (theme_style 7): publisher docs require a fixed-height container */
#show_surveys #onerow {
	width: 100%;
	height: 170px;
	max-height: 170px;
	overflow: hidden;
}
#show_surveys #onerow iframe {
	width: 100% !important;
	height: 170px !important;
	max-height: 170px !important;
	border: 0;
	overflow: hidden;
}