/* OFFERS */

.steam-bot {
	width: 150px;
}

.main-panel.content-items {
	width: calc(100% - 350px - 290px);
	right: 290px;
}

.pick-ball.pick-ball-green {
    background-image: url('https://crazybets.cc/template/img/roulettecoin/green.png');
    background-size: cover; /* or 'contain' depending on your layout */
    background-repeat: no-repeat;
    background-position: center;
}

.offers-options-name {
	font-size: 16px;
    letter-spacing: 1px;
}

.offers-options {
	display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
}

.offers-option {
	height: 125px;
	background-color: var(--site-color-bg-light);
}

.offers-option-image-content {
	background-color: var(--site-color-bg-dark);
	width: 100%;
	height: 70%;
}

.offers-option-image {
	max-height: 80%;
    max-width: 80%;
}

.offers-option-name {
	width: 100%;
    height: 30%;
    font-size: 14px;
    letter-spacing: 2;
    font-weight: 500;
}

.content-spliter {
	overflow-y: auto;
	overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#list_items {
	width: 100%;
    overflow: hidden;
    overflow-y: auto;
	display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
}

.bundle-items {
	width: 100%;
    overflow: hidden;
    overflow-y: auto;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.listing-item {
	height: 225px;
    cursor: pointer;
    position: relative;
    width: 100%;
}

.listing-item.bundle_offer {
	background: var(--site-color-bg-light-transparent);
}

.listing-item.bundle {
	height: 250px !important;
}

.listing-slot {
	border: solid 2px var(--site-color-bg-dark);
    background-color: var(--site-color-bg-light);
	height: 100%;
	position: relative;
}

.listing-item_extra {
	height: 300px !important;
}

.item-name-content {
    position: absolute;
    bottom: 20px;
    font-size: 16px;
	z-index: 1;
	left: 10px;
	right: 0px;
	margin: auto;
}

.item-stickers-content {
    position: absolute;
    left: 0px;
    top: 10%;
    height: 60%;
	z-index: 1;
}

.item-bundle-stickers-content {
    position: absolute;
    left: 0px;
    padding: 3px 1px;
    height: 100%;
    z-index: 1;
}

.item-stickers {
	flex-direction: column-reverse;
    height: 100%;
}

.item-sticker {
	height: calc(100% / 4);
    padding: 2px 0px;
}

.item-sticker img {
	height: 100%;
}

.item-tradelocked {
    position: absolute;
    bottom: 75px;
    font-weight: 400;
    letter-spacing: 0.1rem;
    font-size: 10px;
    z-index: 1;
    right: 10px;
    margin: auto;
    padding: 5px 10px;
    background-color: var(--site-color-bg-dark);
}

.item-price {
    position: absolute;
    top: 5px;
    font-size: 16px;
    font-weight: 500;
	z-index: 1;
	left: 10px;
	right: 0px;
	margin: auto;
	font-size: 12px;
}

.item-wear {
    position: absolute;
    bottom: 12px;
    font-size: 10px;
    font-weight: 500;
	z-index: 1;
	left: 0px;
	right: 10px;
	margin: auto;
	color: #ffffffb3
}

.item-name-content .item-brand {
    font-size: 10px;
    font-weight: 500;
	color: #ffffffb3;
}

.item-name-content .item-name {
	font-size: 14px;
    font-weight: 600;
}

.item-image-content {
	position: absolute;
	top: 25px;
    left: 0;
    right: 0;
    height: 60%;
}

.item-image {
	height: 80%;
    width: auto;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
	z-index: 1;
	-webkit-filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.7));
    transition: transform 300ms !important;
}

.item-bundle-content {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 7px;
}

.item-bundle-settings {
	background-color: #27273080;
    position: absolute;
    z-index: 2;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.item-bundle {
	position: relative;
	background: #0000001a;
	width: 100%;
    height: 100%;
}

.item-bundle-time-content {
	height: 20px;
    font-weight: 400;
    letter-spacing: 0.05rem;
    font-size: 12px;
    color: #ffffffb3;
}

.item-pending-title {
	font-weight: 400;
    letter-spacing: 2px;
    font-size: 12px;
    color: #ffffffb3;
    text-indent: 10px;
}

.item-pending-status {
	font-weight: 400;
    letter-spacing: 2px;
    font-size: 10px;
    color: #ffffffb3;
    text-indent: 10px;
}

.item-bundle-image {
	height: 70%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}

.item-selected-content img, .item-bundle-image {
	height: 80%;
    width: auto;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
	-webkit-filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.7));
}

.item-bundle-image-more {
	width: 100%;
	font-size: 14px;
    line-height: 1;
	font-weight: bold;
}

.item-quality {
	position: absolute;
	top: 5px;
	right: 10px;
    font-weight: 500;
    letter-spacing: 0.05rem;
    font-size: 10px;
    color: #ffffffb3;
    padding: 0;
    line-height: 19px;
    text-transform: uppercase;
}

.item-chance {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
    font-weight: 500;
    letter-spacing: 0.05rem;
    font-size: 10px;
    color: #ffffffb3;
    padding: 5px 10px;
    text-transform: uppercase;
}

#pending-offers .listing-slot {
	margin: 0px 5px;
}

#pending-offers .listing-item.error {
	background-color: var(--site-color-danger);
}

#pending-offers .listing-item.success {
	background-color: var(--site-color-success);
}

.listing-slot .item-selected {
	background-color: #21934c;
	width: 25px;
	height: 25px;
	position: absolute;
	top: -1;
	right: -1;
	border-bottom-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	color: #0f5b2d;
	z-index: 1;
}

.main-panel.content-items {
	width: calc(100% - 350px - 290px);
	right: 290px;
}

#select_bundle .modal-body {
	height: calc(100% - 160px);
    max-height: 700px;
    overflow-x: auto;
}

.listing-item.active .listing-slot {
	border: solid 2px #21934c;
    background: #0f5b2d;
}

.item-selected-content {
	background: var(--site-color-bg-light);
	height: 70px;
    border: solid 1px var(--site-color-bg-light);
}

.listing-item.not-accepted {
	cursor: not-allowed !important;
}

.listing-item:not(.not-accepted):hover .item-image, .item-bundle-image:hover {
	/*height: 85%;*/
	transform: rotateZ(4deg) scale(1.1);
}


.listing-item.not-accepted .item-image {
	-webkit-filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.7)) grayscale(0.7);
    filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.7)) grayscale(0.7);
}

.item-wear-bar {
	position: absolute;
    height: 15px;
    bottom: 5px;
    left: 10px;
    right: 10px;
    overflow: hidden;
    margin: 0 0 3px;
}

.item-wear-bar .wear-bar-pointer {
	position: absolute;
    font-size: 14px;
	border-radius: 100%;
}

.item-wear-bar .wear-bar-content {
	overflow: hidden;
    height: 4px;
    width: 100%;
}

.item-wear-bar .wear-bar-exterior {
	height: 100%;
	float: left;
}

.wear-bar-exterior.wear-bar-content-fn {
	background-color: #2cb8d7;
	width: 7%;
}

.wear-bar-exterior.wear-bar-content-mw {
	background-color: #cce52e;
	width: 8%;
}

.wear-bar-exterior.wear-bar-content-ft {
	background-color: #f1c425;
	width: 23%;
}

.wear-bar-exterior.wear-bar-content-ww {
	background-color: #fd8f29;
	width: 7%;
}

.wear-bar-exterior.wear-bar-content-bs {
	background-color: #ee484e;
	width: 55%;
}

.qrcode {
	width: 192px;
	height: 192px;
	display: inline-table;
	border: 5px solid #ffffff;
	position: relative;
	background-color: #ffffff;
}

.qrcode img {
	height: 100%;
}

.btc-coins {
	height: 28px;
	width: 28px;
	display: inline-flex;
	vertical-align: middle;
	background: url(../img/methods/btc_shop.png) no-repeat 50% 50%;
	background-size: contain;
}

.eth-coins {
	height: 28px;
	width: 28px;
	display: inline-flex;
	vertical-align: middle;
	background: url(../img/methods/eth_shop.png) no-repeat 50% 50%;
	background-size: contain;
}

.ltc-coins {
	height: 28px;
	width: 28px;
	display: inline-flex;
	vertical-align: middle;
	background: url(../img/methods/ltc_shop.png) no-repeat 50% 50%;
	background-size: contain;
}

.bch-coins {
	height: 28px;
	width: 28px;
	display: inline-flex;
	vertical-align: middle;
	background: url(../img/methods/bch_shop.png) no-repeat 50% 50%;
	background-size: contain;
}

.btc-coins-mini {
	height: 15px;
	width: 15px;
	display: inline-flex;
	vertical-align: middle;
	background: url(../img/methods/btc_shop.png) no-repeat 50% 50%;
	background-size: contain;
}

.eth-coins-mini {
	height: 15px;
	width: 15px;
	display: inline-flex;
	vertical-align: middle;
	background: url(../img/methods/eth_shop.png) no-repeat 50% 50%;
	background-size: contain;
}

.ltc-coins-mini {
	height: 15px;
	width: 15px;
	display: inline-flex;
	vertical-align: middle;
	background: url(../img/methods/ltc_shop.png) no-repeat 50% 50%;
	background-size: contain;
}

.bch-coins-mini {
	height: 15px;
	width: 15px;
	display: inline-flex;
	vertical-align: middle;
	background: url(../img/methods/bch_shop.png) no-repeat 50% 50%;
	background-size: contain;
}

.qrcode-crypto.qrcode-btc::after {
	display: block;
	content: "";
	width: 50px;
	height: 50px;
	background: url(../img/methods/btc_shop.png) no-repeat 50% 50%;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}

.qrcode-crypto.qrcode-eth::after {
	display: block;
	content: "";
	width: 50px;
	height: 50px;
	background: url(../img/methods/eth_shop.png) no-repeat 50% 50%;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}

.qrcode-crypto.qrcode-ltc::after {
	display: block;
	content: "";
	width: 50px;
	height: 50px;
	background: url(../img/methods/ltc_shop.png) no-repeat 50% 50%;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}

.qrcode-crypto.qrcode-bch::after {
	display: block;
	content: "";
	width: 50px;
	height: 50px;
	background: url(../img/methods/bch_shop.png) no-repeat 50% 50%;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}

.item-not-accepted {
	background-color: #27273080;
    color: white;
    position: absolute;
    z-index: 2;
    cursor: not-allowed;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.header-items {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    gap: 5px;
    padding: 15px;
	border-bottom: 2px solid var(--site-color-bg-light);
	text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.05rem;
    font-size: 12px;
}

/* END OFFERS */

/* ROULETTE AND JACKPOT */

.group-reel {
	transform: translate3d(0px, 0px, 0px);
	position: absolute;
	height: 100%;
	width: auto;
	background: #ffffff0d;
}

.roulette-center-text {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    pointer-events: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.1rem;
    white-space: nowrap;
	/*text-shadow: 0 0 5px #000000, 0 0 10px #39ff14, 0 0 20px #39ff14, 0 0 40px #39ff14, 0 0 80px #39ff14;*/
	text-shadow: 0 0 5px #000000, 0 0 10px #47a50f, 0 0 20px #ffffff, 0 0 40px #ffffff, 0 0 80px #ffffff;
}

.jpppp {
	width: 100%;
}

.jackpot-input {
	width: 100%;
	float: left;
}

.field_content.jp {
	width: 250px;
	float: left;
	display: block;
	flex: none;
}

#jackpot_bet {
	float: right;
	padding: 0 20px !important;
	height: 35px;
	line-height: 35px;
	margin: 3px 5px 0 0;
}

.field_extra.jp {
	width: calc(100% - 250px);
	float: left;
}

.field_extra.jp .betshort_action {
	float: left;
}

/* END ROULETTE AND JACKPOT */

/* ROULETTE */
@media (max-width: 768px) {
	.roulette-game-info {
		flex-wrap: wrap;
	}

	.roulette-game-info div,
	.game-info div span {
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.roulette-game-info div {
		margin: 0 !important;
	}

	.roulette-game-info div span {
		margin: 0 0 10px !important;
		text-align: left;
	}

	#roulette_history {
		flex-wrap: wrap;
	}

	#roulette_history .rl,
	#roulette_rolls,
	#roulette_history .rl .inline-block {
		width: 100%;
	}

	#roulette_rolls {
		margin: 10px 0;
	}

	.pick-ball {
		width: calc(10% - 5px) !important;
	}

	.rl-num {
		width: calc(23.33% - 23px);
	}
}

.roulette-case {
    height: 95px;
    padding: 10px 0;
    overflow-x: clip;
    margin: 0 0 30px;
    user-select: none;
    max-width: 1100px;
    margin: 0 auto 60px;
}

.roulette-history-container {
    /* justify-content: center; */
    /* align-items: center; */
    max-width: 1300px;
    margin: 0 auto;
}


.roulette-case .reel-item {
	height: 100%;
    font-size: 20px;
    color: var(--site-color-text);
    width: 90px;
	border: 3px solid transparent;
	border-radius: 4px;
	/*color: transparent;*/
	font-weight: 600;
	/*margin: 0 5px;*/
	margin: 0 10px 0 0;
	animation: zoomBounce 0.6s ease-out;
}

@keyframes zoomBounce {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}

.roulette-case .reel-item span {
	text-shadow: none;
}

.reel-red,
.pick-ball-red {
    background-image: url('https://crazybets.cc/template/img/roulettecoin/red.png');
    background-size: cover; /* or 'contain' depending on your layout */
    background-repeat: no-repeat;
    background-position: center;
}

.reel-purple,
.pick-ball-purple {
    background-image: url('https://crazybets.cc/template/img/roulettecoin/green.png');
    background-size: cover; /* or 'contain' depending on your layout */
    background-repeat: no-repeat;
    background-position: center;
}

.reel-black,
.pick-ball-black {
    background-image: url('https://crazybets.cc/template/img/roulettecoin/gray.png');
    background-size: cover; /* or 'contain' depending on your layout */
    background-repeat: no-repeat;
    background-position: center;
}

.roulette-arrow {
	position: absolute;
	top: -1px;
	left: calc(50% - 14px);
	/*width: 28px;*/
	/*height: 15px;*/
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 12px 10px;
	border-color: transparent transparent #ffffff transparent;
	/*background: linear-gradient(90deg, #C73150 29.49%, #FEC554 56.73%);*/
	transform: rotate(-180deg);
	z-index: 9999;
	box-shadow: 0 0 12.9px #000;
}

.roulette-arrow.bottom {
	transform: none;
	top: unset;
	bottom: -21px;
}

.roulette-gradient {
	width: 100%;
	float: left;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	top: -2px;
	background: linear-gradient(90deg, #ffffff00 0%, #464040 50%, #ffffff00 100%);
}

.roulette-gradient.bottom {
	top: unset;
	bottom: -22px;
}

.rl-num {
	float: left;
	line-height: 30px;
	margin: 0 8px 0 15px;
	font-weight: 600;
	/*font-size: 18px;*/
}

.rl-buttons button {
	line-height: 41px;
	padding: 0 15px;
}

.rl-buttons button:hover {
	opacity: .7;
}

.pick-ball {
	border-radius: 4px;
	width: 30px;
	height: 30px;
	/*color: var(--site-color-text);*/
	/*color: transparent;*/
	position: relative;
	cursor: pointer;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	margin-right: 5px;
	float: left;
	transition: opacity 300ms, transform 300ms;
	user-select: none;
}

.pick-ball:hover {
	opacity: .8;
	transform: translateY(-3px);
}

.pick-ball div {
	line-height: 30px;
}

/*.pick-ball-red{
	background: linear-gradient(to right, #ea2331 0%, #fb452c 100%);
}

.pick-ball-purple{
	background: linear-gradient(to right, var(--site-color-main) 0%, #a68fd4 100%);
}

.pick-ball-black{
	background: linear-gradient(to right, #1b1b1b 0%, #343434 100%)
}*/

.shadow-left {
    left: 0;
    background: linear-gradient(to right, #000000 10%, transparent 100%);
}

.shadow-right {
    right: 0;
    background: linear-gradient(to left, rgb(0, 0, 0) 10%, transparent 100%);
}

.shadow {
    z-index: 1;
    position: absolute;
    height: 103%;
    width: 100%;
}

.roulette-case .pointer {
	width: 3px;
    background-color: var(--site-color-white);
    height: 100%;
    box-shadow: 0px 0px 15px var(--site-color-white);
}

#roulette_panel_red .roulette-high.stats-panel {
	border: 1px solid #ea2331;
}

#roulette_panel_red {
	color: #C73150;
}

#roulette_panel_purple .roulette-high.stats-panel {
	border: 1px solid var(--site-color-main);
}

#roulette_panel_purple {
	color: #33c16c;
}

#roulette_panel_black .roulette-high.stats-panel {
	border: 1px solid #9d9d9d;
}

#roulette_panel_black {
	color: #9d9d9d;
}

.roulette-high.stats-panel {
	height: unset;
}

.roulette-betitem.stats-panel {
	height: 50px;
}

.bet_input_field {
	background: #cbfb450d;
	/*margin: 20px 0 0;*/
}

.rp {
	height: 30px !important;
	border-radius: 4px;
	margin: 0 0 20px;
	/*float: left;*/
	/*width: 100%;*/
	display: flex;
	animation: slideSwing 0.7s ease-out;
}

.bet-button {
	/*width: 100%;*/
	float: right;
	/*font-size: 18px;*/
	font-weight: 500;
	/*height: 50px;*/
	text-transform: uppercase;
	border-radius: 6px;
	/*padding: 7px 35px;*/
	font-size: 14px;
	transition: background 300ms;
}

#roulette_panel_red .bet-button {
	background: #A62001;
}

#roulette_panel_red .bet-button:hover {
	background: #c62e05;
}

#roulette_panel_purple .bet-button {
	background: #267B14;
}

#roulette_panel_purple .bet-button:hover {
	background: #36a91f;
}

#roulette_panel_black .bet-button {
	background: #4E4831;
}

#roulette_panel_black .bet-button:hover {
	background: #6a6244;
}

.roulette-bet-container {
	background: #cbfb450d;
	border-radius: 4px;
	color: #fff;
	padding: 10px 15px;
	text-align: left;
	height: 54px;
	animation: fallBounce 0.8s ease-out;
}

.roulette-bet-container span {
	line-height: 34px;
	font-weight: 600;
}

.roulette-high {
	/*background: var(--site-color-bg-light);*/
	background: linear-gradient(to bottom, #111111 0%, #cbfb450d 50%, #000000 100%);
	border-radius: 4px;
	animation: zoomBounce 0.6s ease-out;
}
@keyframes zoomBounce {
    0% {
        transform: scale(0.8);
        opacity: 0;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(1);
    }
}

.roulette-highicon {
	/*height: 40px;*/
	/*width: 40px;*/
	/*border-radius: 50%;*/
	border-radius: 10px;
}

.roulette-highname {
	font-size: 16px;
	font-weight: 600;
}

.roulette-hightotal {
	color: #fff;
}

.roulette-high .text-left {
	margin-top: -14px;
	transform: translateY(7px);
}

.roulette-high .desc {
	/*float: right;*/
	margin-left: auto;
}

.roulette-high .desc p {
	margin: 0;
	font-size: 12px;
}

.rl-total {
	color: #fff;
	opacity: .7;
	margin: 10px 0;
	/*overflow: .6;*/
}

.roulette-betstotal span {
	font-size: 12px;
	opacity: .5;
}

.roulette-betitem {
	background: #cbfb450d;
	border-radius: 6px;
	color: #fff;
}

.roulette-betitem .text-left.width-full.ellipsis {
	opacity: .7;
	font-size: 14px;
	margin: 0 0 0 5px;
}

.roulette-betitem img.avatar {
	border-width: 2px !important;
}

/* END ROULETTE */


/* CRASH */

.crash-messages{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.crash-message{
	text-align: center;
	display: none;
}

.crash-graph.crash-graph-starting .crash-message-starting{
	display: block;
}

.crash-graph.crash-graph-progress .crash-message-progress{
	display: block;
}

.crash-graph.crash-graph-crashed .crash-message-progress{
	display: block;
}

.crash-graph.crash-graph-starting {
	color: #bbbbd2 !important;
}

.crash-graph.crash-graph-progress {
	color: #0084FF !important;
}

.crash-graph.crash-graph-crashed {
	color: #F93131 !important;
}

.crash-message-progress div:first-child {
	display: none;
}

.crash-graph.crash-graph-crashed .crash-message-progress div:first-child {
	display: block;
}

.pick-number {
	display: inline-block;
	font-size: 12px;
	float: right;
}

#crash_history {
	display: block;
	float: left;
	width: 9999px;
}

.crash_history_container {
	width: 100%;
	float: left;
	overflow-x: clip;
	position: relative;
}
@keyframes pulse {
    0%   { transform: scale(1); opacity: 1; }
    50%  { transform: scale(1.1); opacity: 0.85; }
    100% { transform: scale(1); opacity: 1; }
}

.crash_history_container .grd {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100px;
	background: linear-gradient(270deg, #000000 0%, rgb(0 0 0 / 0%) 100%);
}

.pick-number.pick-number-low {
	background: #6B728D linear-gradient(180deg, #15181E 0%, rgba(21, 24, 30, 0.75) 100%);
	color: #6B728D;
}

.pick-number.pick-number-medium {
	background: #DF293F linear-gradient(180deg, #15181E 0%, rgba(21, 24, 30, 0.75) 100%);
	color: #DF293F;
}

.pick-number.pick-number-high {
	background: #37AFF3 linear-gradient(180deg, #15181E 0%, rgba(21, 24, 30, 0.75) 100%);
	color: #37AFF3;
}

#crash_history .pick-number {
	/*background: #A359FF linear-gradient(180deg, #15181E 0%, rgba(21, 24, 30, 0.75) 100%);*/
	/*color: #A359FF;*/
	margin: 0 5px 15px;
	border-radius: 4px;
	padding: 6px 10px;
	font-weight: 600;
	float: left;
	transition: transform 300ms;
	background: var(--color-bg) linear-gradient(180deg, var(--site-color-bg-body) 0%, rgba(21, 24, 30, 0.75) 100%);
	color: var(--color) !important;
}

#crash_history .pick-number:hover {
	cursor: pointer;
	transform: translateY(-3px);
}

.fa-coins {
	color: #ffc34c;
}

.crash .left {
	width: 70%;
	float: left;
}

.crash .right {
	width: calc(30% - 40px);
	float: left;
	margin-left: 40px;
}

.crash img.bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	top: 0;
	width: 100%;
	display: none;
}

.crash .crash-graph {
	position: relative;
	border-radius: 10px;
	/*margin: 0 0 20px;*/
	float: left;
	width: 100%;
  animation: slideSwing 0.7s ease-out;
}

@keyframes slideSwing {
    0% {
        transform: translateX(-50px) rotate(-5deg);
        opacity: 0;
    }
    50% {
        transform: translateX(10px) rotate(2deg);
        opacity: 1;
    }
    100% {
        transform: translateX(0) rotate(0);
    }
}

.crash .crash-graph canvas {
	border-radius: 10px;
}

.crash .crash-c {
	font-size: 78px;
	font-weight: 600;
}

.crash .list .user {
    width: 100%;
    float: left;
    background: #0b6800 linear-gradient(270deg, #000000 0%, rgba(193, 49, 79, 0.207822) 65.62%, rgba(193, 49, 79, 0.0677083) 90.1%, rgba(193, 49, 79, 0) 100%);
    border-radius: 8px;
    padding: 10px 14px;
    /* margin: 0 0 10px; */
    transition: transform 300ms;
}



.crash .list .user:hover {
	transform: translateY(-3px);
	cursor: pointer;
}

.crash .list .user.playing {
	    background: #260000 linear-gradient(270deg, #000000 0%, rgba(193, 49, 79, 0.207822) 65.62%, rgba(193, 49, 79, 0.0677083) 90.1%, rgba(193, 49, 79, 0) 100%);
}

.crash .list .user img {
	height: 32px;
	border-radius: 50%;
	float: left;
	margin: 0 10px 0 0;
}

.crash .list .user p {
	float: left;
	line-height: 32px;
	margin: 0;
	font-weight: 600;
}

.crash .list .user p.win span.green {
	color: #00cf51;
}

.crash .list .user i.crash-icon {
	float: right;
	color: #5c1625;
	font-size: 16px;
	margin: 8px 0;
}

.crash .list .user[data-didcrash="false"] i.crash-icon {
	display: none;
}

.crash .list .user[data-didcrash="false"] .loader {
	display: block;
}

.crash .list .user[data-didcrash="true"] i.crash-icon {
	display: block;
}

.crash .list .user[data-didcrash="true"] .loader {
	display: none;
}

.crash .list .user[data-didcrash="true"] .active-crash-bet,
.crash .list .user[data-didcrash="true"] .active-crash-bet-value {
	color: #ff3e3e;
}

/*.active-crash-bet {
	color: #fff;
}*/

.crash .list .user .arrow {
	float: left;
	line-height: 32px;
	margin: 0 10px;
	opacity: .7;
}

.crash .list .user div.res {
	float: right;
	line-height: 28px;
	margin: 2px 0;
	background: var(--site-color-bg-dark);
	font-weight: 600;
	font-size: 12px;
	padding: 0 6px;
	border-radius: 8px;
	background: linear-gradient(135deg, #00cf51 0%, #12497C 100%);
}

.crash .list .user.playing div.res {
	background: linear-gradient(135deg, #0084FF 0%, #E433AD 0.01%, #e10053 100%);
}

.crash h3 {
	margin: 0 0 8px;
	float: left;
	width: 100%;
}

.crash h3 div {
	position: relative;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: #12497C;
	float: left;
	margin: 4px 8px 0 0;
}

.crash h3 div p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #0084FF;
	border-radius: 50%;
	transform: scale(0.5);
	margin: 0;
}

.crash h3.win div {
	background: #00cf5191;
}

.crash h3.win div p {
	background: #00cf51;
}

.crash h3 span {
	float: left;
	font-size: 16px;
}

.crash-game-info {
	float: left;
	width: 100%;
	/*margin: -10px 0 30px !important;*/
}

.crash .bet_input_field,
.crash .site-button {
	width: calc(33.33% - 20px);
	float: left;
	margin: 0 10px;
}


.custom-btn {
	width: 130px;
	height: 40px;
	color: #fff;
	border-radius: 5px;
	padding: 10px 25px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
	 box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
	 7px 7px 20px 0px rgba(0,0,0,.1),
	 4px 4px 5px 0px rgba(0,0,0,.1);
	outline: none;
  }
  
  
  /* 11 */
  .crash .site-button.bet-btn {
	position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 3px;
    padding: 0px 14px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    border-width: 0px 0px 2px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-image: initial;
    border-bottom-style: solid;
    font-family: "Proxima Nova", sans-serif;
    font-weight: 200;
    color: rgb(255, 255, 255);
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    background-color: #7a9c1b;
    border-color: #7a9c1b;
    box-shadow: rgb(51 193 108 / 15%) 0px 4px 4px;
	animation: fallBounce 0.8s ease-out;
  }

  @keyframes fallBounce {
    0% {
        transform: translateY(-100px) scale(0.8);
        opacity: 0;
    }
    70% {
        transform: translateY(10px) scale(1.05);
        opacity: 1;
    }
    100% {
        transform: translateY(0) scale(1);
    }
}
  .crash .site-button.bet-btn:hover {
	  text-decoration: none;
	  color: #fff;
  }



  
  .crash .site-button.bet-btn:before {
	  position: absolute;
	  content: '';
	  display: inline-block;
	  top: -180px;
	  left: 0;
	  width: 30px;
	  height: 100%;
	  background-color: #fff;
	  animation: shiny-btn1 7s ease-in-out infinite;
  }
  .crash .site-button.bet-btn:hover{
	transform: translateY(-3px);
  }
  .crash .site-button.bet-btn:active{
	box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
				-4px -4px 6px 0 rgba(116, 125, 136, .2), 
	  inset -4px -4px 6px 0 rgba(255,255,255,.2),
	  inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
  }
  
  
  @-webkit-keyframes shiny-btn1 {
	  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
	  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
	  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
	  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
  }
  
  
  




.crash .nop {
	text-align: left;
}

.crash .nop i {
	float: left;
	font-size: 26px;
}

.crash .nop p {
	margin: 0 0 0 10px;
	float: left;
	line-height: 26px;
}

.crash .nop i,
.crash .nop p {
	color: #5d6d85;
}

.loader {
  border-radius: 50%;
  border: 2px solid #0078ff;
  border-top: 2px solid #fff;
  width: 14px;
  height: 14px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  float: right;
  margin: 9px 0;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


@media (max-width: 768px) {
	.crash .left,
	.crash .right,
	.crash .bet_input_field,
	.crash .site-button {
		width: 100%;
		margin-left: 0;
	}

	.crash .bet_input_field {
		margin: 10px 0;
	}

	.crash .site-button.bet-btn {
		margin: 10px 0 25px;
	}

	.crash .field_container,
	.crash .field_content {
		display: block;
		text-align: center !important;
	}

	.crash .field_element_input {
		text-align: center;
	}

	.crash .field_extra {
		width: 100%;
	}

	.crash .field_extra button {
		padding: 7px 0;
		width: 50%;
		margin: 0;
	}

	.crash .crash-c {
		font-size: 48px;
	}
}
/* END CRASH */


/* JACKPOT */
@media (max-width: 768px) {
	.jackpot .game-info {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
	}

	.jackpot .game-info div {
		width: 100%;
		text-align: left;
	}

	.field_content.jp,
	.field_extra.jp,
	#jackpot_bet {
		width: 100%;
	}

	.jackpot .field_container {
		display: block;
	}

	.jackpot button {
		width: 25%;
	}

	.jackpot button[data-action="100.00"] {
		display: none;
	}

	.jp-history .round-container .players,
	.jp-history {
		grid-template-columns: 1fr !important;
	}
}
.meter {
  box-sizing: content-box;
  height: 64px; /* Can be anything */
  position: relative;
  background: #2C2E35;
  border-radius: 6px;
  width: 100% !important;
}
.meter > span {
    display: block;
    height: 100%;
    border-radius: 6px;
    background-color: #cbfb45;
    background-image: linear-gradient(center bottom, rgb(60, 122, 241) 37%, rgb(82, 137, 242) 69%);
    box-shadow: inset 0 2px 9px rgb(0 0 0 / 30%), inset 0 -2px 6px rgb(0 0 0 / 83%);
    position: relative;
    overflow: hidden;
    transition: width 1000ms linear;
}
.meter > span:after,
.animate > span > span/*,
.round .colors div.jp-single-color:before*/ {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.animate > span:after {
  display: none;
}

@keyframes move {
  0% {
    background-position: 50px 50px;
  }
  100% {
    background-position: 0 0;
  }
}


#jackpot_case2 {
	height: 100px !important;
}

.jackpot-case {
	height: 100px;
	overflow-x: hidden;
	position: relative;
	/*border-radius: 8px;*/
}

.jackpot-case .overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .65);
}

.jackpot-case .overlay p {
	line-height: 100px;
	font-size: 22px;
	font-weight: 600;
	margin: 0;
}

.jackpot-case .reel-item {
	height: 100%;
    width: 100px;
	padding: 5px;
	/*margin: 0 10px 0 0;*/
	/*border-radius: 10px;*/
}

.jackpot-case .arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 3px;
	background: yellow;
}

.jackpot-case .reel-item img {
	border-radius: 10px;
}

.jackpot-case .pointer {
    /*border: 3px solid #2d2d36;*/
    height: 100%;
	width: 100%;
	position: relative;
}

.jackpot-case .pointer:before {
	display: -ms-flexbox;
	display: flex;
	content: "";
	width: 300px;
	/*height: calc(100% + 2 * 3px); */
	top: 0;
	bottom: 0;
	position: absolute;
	right: 0;
	/*border-top-right-radius: 8px;*/
	/*border-bottom-right-radius: 8px;*/
	background: linear-gradient(to left, var(--site-color-bg-body) 0%, transparent 100%);
}

.jackpot-case .pointer:after {
	display: -ms-flexbox;
	display: flex;
	content: "";
	width: 300px;
	/*height: calc(100% + 2 * 3px); */
	top: 0;
	bottom: 0;
	position: absolute;
	left: 0;
	/*border-top-left-radius: 8px;*/
	/*border-bottom-left-radius: 8px;*/
	background: linear-gradient(to right, var(--site-color-bg-body) 0%, transparent 100%);
}

.round-container {
	width: 100%;
	float: left;
	margin: 15px 0 0;
	background: linear-gradient(to bottom, #111111 0%, #cbfb450d 50%, #000000 100%);
	border-radius: 4px;
	padding: 15px;
	position: relative;
	overflow: hidden;
	animation: slideSwing 0.7s ease-out;
}

@keyframes slideSwing {
    0% {
        transform: translateX(-50px) rotate(-5deg);
        opacity: 0;
    }
    50% {
        transform: translateX(10px) rotate(2deg);
        opacity: 1;
    }
    100% {
        transform: translateX(0) rotate(0);
    }
}

.round {
	float: left;
	width: 100%;
	height: 64px;
	border-radius: 10px;
	position: relative;
	margin: 10px 0 0;
	overflow: hidden;
	/*overflow-x: hidden;*/
    /*overflow-y: visible;*/
}

.colors-scroll-container-all {
	border-radius: 0 !important;
	box-shadow: none !important;
	background: 0 !important;
	transition: transform 5000ms cubic-bezier(.26,.56,.02,1);
}

.colors-scroll-container {
	float: left;
	height: 64px;
	position: relative;
}

.round .colors {
	width: 100%;
	float: left;
	height: 64px;
	overflow: hidden;
}

.round .colors div.jp-single-color {
	background: red;
	background: var(--background);
	height: 64px;
	width: 25%;
	float: left;
	position: relative;
	box-shadow: inset 0 2px 9px rgb(255 255 255 / 30%), inset 0 -2px 6px rgb(0 0 0 / 40%);
}

/*.round .colors div.jp-single-color:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: linear-gradient(
	  -45deg,
	  rgba(255, 255, 255, 0.2) 25%,
	  transparent 25%,
	  transparent 50%,
	  rgba(255, 255, 255, 0.2) 50%,
	  rgba(255, 255, 255, 0.2) 75%,
	  transparent 75%,
	  transparent
	);
	content: ' ';
	height: 100%;
	background-size: 50px 50px;
	
}*/

/*.round .colors div:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.round .colors div:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}*/

.round .arrows {
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	z-index: 4;
	transition: left 100ms linear;
	/*transform-style: preserve-3d;*/
}

@keyframes rainbow {
  0% { border-top-color: red; }
  16% { border-top-color: orange; }
  33% { border-top-color: yellow; }
  50% { border-top-color: green; }
  66% { border-top-color: blue; }
  83% { border-top-color: indigo; }
  100% { border-top-color: violet; }
}

.round .arrows:before,
.round .arrows:after {
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid var(--site-color-bg-dark);
	content: '';
	position: absolute;
	left: -20px;
	display: block;
	animation: rainbow 5s infinite;
}


.round .arrows:before {
	top: 0;
}

.round .arrows:after {
	bottom: 0;
	transform: rotate(180deg);
}

.jp-data {
	/*position: absolute;
	left: 20px;
	top: -20px;
	z-index: 5;*/
	margin: -10px 0 -30px 20px;
	float: left;
	width: 100%;
	z-index: 5;
	position: relative;
}

.jp-data div {
	background: var(--site-color-bg-body);
	float: left;
	margin-right: 15px;
	height: 40px;
	border-radius: 20px;
	padding: 0 15px;
	transition: transform 300ms;
}

.jp-data div:hover,
.round-container .players .player:hover {
	transform: translateY(-3px);
	cursor: pointer;
}

.jp-data div i,
.jp-data div span {
	line-height: 40px;
	font-weight: 600;
}

.jp-data div i {
	color: #ffc34c;
}

.round-container .win-text {
	width: 100%;
	float: left;
	background: linear-gradient(180deg, #bcff005e 0%, #00000000 100%);
	border-radius: 5px;
	padding: 12px 0;
	font-weight: 600;
	margin: 10px 0 0;
}

.round-container .win-text span {
	margin: 0 1px;
}

.round-container .win-text span.bold {
	color: #ffd312;
}

.jp-history .round-container {
	margin: 15px 0 20px;
	overflow: visible;
}

.jp-history {
	width: 100%;
	float: left;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

.round-container .game-id {
	background: var(--site-color-bg-light);
	position: absolute;
	left: 10px;
	top: -14px;
	padding: 5px 12px;
	font-size: 12px;
	font-weight: 600;
	color: #8f9bad;
	border-radius: 5px;
}

.round-container .players {
	width: 100%;
	float: left;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 20px;
	margin: 20px 0 0;
}

.jp-history .round-container .players {
	grid-template-columns: repeat(2, 1fr);
}

.round-container .players .player {
    float: left;
    padding: 0 15px 0 0;
    background: #1d261e;
    border-radius: 5px;
    transition: transform 300ms;
    /* box-shadow: inset 0 -10px 10px -5px rgba(0, 0, 0, 0.5); */
    box-shadow: inset 0 -10px 10px -5px #263039;
}

.round-container .players .player.lost {
	opacity: .4;
}

.round-container .players .player .avatar {
	float: left;
	padding: 10px;
	/*background: var(--background);*/
	border-radius: 3px;
	border-left: 3px solid var(--background);
}

.round-container .players .player .avatar img {
	height: 35px;
	border-radius: 50%;
}

.round-container .players .player .name {
	float: left;
	margin: 0;
	opacity: .5;
	text-align: left;
	height: 55px;
	width: calc(100% - 90px - 58px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.round-container .players .player .name,
.round-container .players .player .price i,
.round-container .players .player .price span {
	line-height: 55px;
	font-weight: 600;
}

.round-container .players .player .price {
	float: right;
	width: 90px;
	text-align: right;
}

.jp-progress {
	height: 22px !important;
	line-height: 22px;
	font-weight: 600;
	margin: 0 0 35px;
	float: left;
	width: 100%;
}

.jp-progress div {
	font-size: 12px !important;
}

.jp-progress #jackpot_counter {
    background: linear-gradient(90deg, #32FF32 11.46%, #79FF4D 68.23%, #C4FF40 100%) !important;
    float: left;
    height: 100%;
    width: 0%; /* Start from 0, dynamically increase */
    border-radius: 8px; /* Smooth corners */
    transition: width 0.5s ease-in-out; /* Smooth filling effect */
    box-shadow: 0px 0px 15px rgba(50, 255, 50, 0.8); /* Neon glow */
}


#jackpot_bet {
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    /* border-width: 0px 0px 2px; */
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-image: initial;
    border-bottom-style: solid;
    font-family: "Proxima Nova", sans-serif;
	border-color: rgb(41, 149, 84);
	animation: fallBounce 0.8s ease-out;
}

#jackpot_bet:hover {
	transform: translateY(-3px);
	opacity: .8;
}

.jackpot .stats {
	float: left;
	width: calc(40% - 20px);
	margin: 10px 0 0 20px;
	/*display: grid;*/
	/*grid-template-columns: 1fr 1fr 1fr;*/
	grid-gap: 15px;
	display: flex;
	justify-content: space-between;
}

.jackpot .box {
	background: #0c1118;
	border-radius: 5px;
	padding: 5px 0;
	float: left;
	width: 100%;
}

.jackpot .box p {
	margin: 0;
}

.jackpot .box p i {
	font-size: 14px;
	margin-left: 3px;
}

.jackpot .box span.title2 {
	font-size: 12px;
	font-weight: 600;
	color: #7c8491;
	text-transform: uppercase;
}

.jackpot .box p {
	font-size: 16px;
	font-weight: 600;
}

.jptitle {
	margin: 20px 0 -5px;
	float: left;
	width: 100%;
	text-align: left;
	/*opacity: .5;*/
	color: #8f9bad;
}

/* END JACKPOT */

/* COINFLIP */
.cf-game {
	width: 100%;
	float: left;
	background: #cbfb450d;
	border-radius: .5rem;
	overflow: visible;
	transition: transform 300ms;
	position: relative;
}

.cf-game:hover {
	cursor: pointer;
	transform: translateY(-3px);
}

.cf-game p {
	margin: 0;
}

.cf-game .left,
.cf-game .avatar,
.cf-game .name,
.cf-game .value {
	float: left;
}

.cf-game .right .avatar,
.cf-game .right .name,
.cf-game .right .value {
	float: right;
}

.cf-game .hash {
	position: absolute;
	left: 50%;
	bottom: 5px;
	transform: translateX(-50%);
	font-size: 10px;
	color: #8f9bad;
	z-index: 9;
}

.cf-game .hash2 {
	position: absolute;
	left: 50%;
	bottom: 25px;
	transform: translateX(-50%);
	font-size: 10px;
	color: #8f9bad;
}

.cf-game .avatar {
	float: left;
	background: #7a9c1b6e;
	/*background: red;*/
	border-radius: 50%;
	height: 80px;
	width: 80px;
	transform: translateX(-5px);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	position: relative;
}

.cf-game .right .avatar {
	transform: translateX(5px);
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.cf-game .avatar img.avatar-user {
	height: 44px;
	width: 44px;
	margin: 18px 0;
	border-radius: 50%;
	border: 2px solid #222d3e;
	/*display: none;*/
}

.cf-game .avatar img.coin {
	height: 24px;
	width: 24px;
	position: absolute;
	top: 10px;
	right: 44px;
}

.cf-game .right .avatar img.coin {
	left: 44px;
	right: unset;
}

.cf-game .name {
	max-width: calc(100% - 80px - 100px);
	overflow: hidden;
	height: 80px;
}

.cf-game .name,
.cf-game .name p {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.cf-game .name p {
	line-height: 80px;
	font-weight: 600;
	font-size: 16px;
	color: #82889b;
	margin-left: 15px;
	float: left;
}

.cf-game .right .name p {
	margin-left: unset;
	margin-right: 15px;
}

.cf-game .name i {
	float: left;
	margin: 0 5px;
	line-height: 80px;
	color: #00cf51; /* #ff3030 */
	display: none;
}

.cf-game[data-winner="1"][data-showwinner="true"] div[data-id="1"] .name i {
	display: block;
}

.cf-game[data-winner="1"][data-showwinner="true"] div[data-id="1"] .name p {
	color: #00cf51;
}

.cf-game[data-winner="2"][data-showwinner="true"] div[data-id="2"] .name i {
	display: block;
}

.cf-game[data-winner="2"][data-showwinner="true"] div[data-id="2"] .name p {
	color: #00cf51;
}

.cf-game[data-winner="1"][data-showwinner="true"] div[data-id="2"] .name,
.cf-game[data-winner="1"][data-showwinner="true"] div[data-id="2"] .avatar img {
	opacity: .5;
}

.cf-game[data-winner="2"][data-showwinner="true"] div[data-id="1"] .name,
.cf-game[data-winner="2"][data-showwinner="true"] div[data-id="1"] .avatar img {
	opacity: .5;
}

.cf-game .value {
	background: var(--site-color-bg-body);
	border-radius: 6px;
	padding: 4px 12px;
	margin: 25px 0;
	float: right;
}

.cf-game .right .value {
	float: left;
}

.cf-game .value span {
	font-weight: 600;
	margin-right: 3px;
}

.cf-game .left,
.cf-game .right {
	float: left;
	width: 45%;
}

.cf-game .mid {
	width: 10%;
	height: 80px;
	float: left;
	position: relative;
	z-index: 10;
}

.cf-game .mid .vs,
.cf-game .mid .cf-timer {
	line-height: 80px;
	font-weight: 600;
}

.cf-game .mid .cf-timer {
	font-size: 22px;
}

.cf-game[data-isempty="true"] .right .avatar,
.cf-game[data-isempty="true"] .right .name p,
.cf-game[data-isempty="true"] .left .value,
.cf-game[data-isempty="true"] .name i {
	display: none !important;
}

.cf-game[data-isempty="true"] .mid {
	visibility: hidden;
}

.cf-game[data-isempty="true"] .right .value {
	float: right;
	margin-right: 25px;
}

.cf-game .join-cf {
	padding: 10px 20px;
	float: right;
	margin: 21px 15px 0 0;
	animation: fallBounce 0.8s ease-out;
}

.cf-game .cf-anim-container {
	height: var(--animation-size-1-cf);
	width: var(--animation-size-1-cf);
	position: absolute;
	top: calc((80px - var(--animation-size-1-cf)) / 2);
	/*left: calc((50% - var(--animation-size-1-cf)) / 2);*/
	left: 50%;
	transform: translateX(-50%);
	--animation-size-1-cf: 40px;
	--animation-size-2-cf: 100px;
	--animation-scale: 2.5;
}

.cf-game .cf-anim-container .coinflip-coin {
	height: var(--animation-size-1-cf);
	width: var(--animation-size-1-cf);
}

@media (max-width: 768px) {
	.cf-coins-bg {
		width: 100% !important;
	}

	.cf-coins {
		display: block !important;
	}

	#coinflip_create {
		float: right;
		margin: 25px 0 0 20px !important;
	}

	h2.cf-header {
		margin: 30px 0 10px !important;
	}

	.cf-game[data-isempty="true"] .right .value {
		position: absolute;
		right: 97px;
		left: 90px;
	}
}

h2.cf-header {
	margin: 30px 0 0;
	float: left;
	width: 100%;
	text-align: left;
	font-size: 18px;
	color: #82889b;
}

#coinflip_create {
	margin: 8px 0 0 20px;
	height: 37px;
	line-height: 37px;
	padding: 0 30px;
	animation: fallBounce 0.8s ease-out;
}

.coinflip-select,
.coinflip-select img {
	height: 33px;
	width: 33px;
	float: left;
	transition: opacity 300ms, transform 300ms;
}

.coinflip-select {
	float: right;
	margin: 0 5px;
	opacity: .5;
}

.coinflip-select img:hover {
	cursor: pointer;
	opacity: .8;
	transform: translateY(-3px);
}

.cf-coins {
	margin: 20px 0 0;
	height: 53px;
	display: block;
	float: left;
	width: 100%;
}

.cf-coins-bg {
	background: #cbfb450d;
	display: block;
	float: left;
	width: calc(100% - 155px);
	padding: 10px;
	border-radius: .5rem;
	text-align: center;
	height: 53px;
}

.cf-coins-bg p {
	float: left;
	line-height: 33px;
	font-size: 14px;
	color: #82889b;
	margin: 0;
}

.coinflip-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 20px;
	margin: 10px 0 0;
	float: left;
	width: 100%;
	/*grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));*/
	animation: flipSpring 2.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

@keyframes flipSpring {
    0% {
        transform: rotateX(-90deg) translateY(-50px);
        opacity: 0;
    }
    80% {
        transform: rotateX(10deg);
    }
    100% {
        transform: rotateX(0) translateY(0);
        opacity: 1;
    }
}

.coinflip-game {
	height: 200px;
}

.coinflip-coin {
	z-index: 1;
	position: absolute;
	transform-style: preserve-3d;
}

.coinflip-pick-1, .coinflip-pick-2 {
	z-index: 1;
	position: absolute;
	width: 100px;
	height: 100px;
}

.coinflip-pick-1 {
	border-radius: 50%;
    background-image: url('../img/coinflip/coin1.png');
    background-size: cover;
	
	-webkit-transform: rotateZ(45deg) scaleX(1);
	-moz-transform: rotateZ(45deg) scaleX(1);
	transform: rotateZ(45deg) scaleX(1);
}

.coinflip-pick-2 {
	border-radius: 50%;
	background-image: url('../img/coinflip/coin2.png');
	background-size: cover;
	
	-webkit-transform: rotateZ(45deg) scaleX(-1);
	-moz-transform: rotateZ(45deg) scaleX(-1);
	transform: rotateZ(45deg) scaleX(-1);
}

.coinflip-pick img {
	height: 100%;
	width: 100%;
}

.coinflip-coin .front {
    transform: translateZ(1px);
    border-radius: 50%;
    background-image: url('../img/coinflip/coin1.png');
    background-size: cover;
    display: block;
}

.coinflip-coin .back {
	transform: translateZ(-1px);
	border-radius: 50%;
	background-image: url('../img/coinflip/coin2.png');
	background-size: cover;
	display: block;
}

.coinflip-coin.coinflip-coin-animation-1 {
	-webkit-animation: coinflip_coin_1 3s ease-out forwards;
	-moz-animation: coinflip_coin_1 3s ease-out forwards;
	-o-animation: coinflip_coin_1 3s ease-out forwards;
	animation: coinflip_coin_1 3s ease-out forwards;
}

.coinflip-coin.coinflip-coin-animation-2 {
	-webkit-animation: coinflip_coin_2 3s ease-out forwards;
	-moz-animation: coinflip_coin_2 3s ease-out forwards;
	-o-animation: coinflip_coin_2 3s ease-out forwards;
	animation: coinflip_coin_2 3s ease-out forwards;
}

@keyframes coinflip_coin_1 {
	0% {
		-webkit-transform: rotateZ(0) rotateY(0) scale(1);
		-moz-transform: rotateZ(0) rotateY(0) scale(1);
		transform: rotateZ(0) rotateY(0) scale(1);
		
		/*width: var(--animation-size-1-cf);*/
		/*height: var(--animation-size-1-cf);*/
	}
	75% {
		-webkit-transform: rotateZ(30deg) rotateY(1890deg) scale(var(--animation-scale));
		-moz-transform: rotateZ(30deg) rotateY(1890deg) scale(var(--animation-scale));
		transform: rotateZ(30deg) rotateY(1890deg) scale(var(--animation-scale));
		
		/*width: var(--animation-size-2-cf);*/
		/*height: var(--animation-size-2-cf);*/
	}
	
	100% {
		-webkit-transform: rotateZ(45deg) rotateY(2520deg) scale(1);
		-moz-transform: rotateZ(45deg) rotateY(2520deg) scale(1);
		transform: rotateZ(45deg) rotateY(2520deg) scale(1);
		
		/*width: var(--animation-size-1-cf);*/
		/*height: var(--animation-size-1-cf);*/
	}
}

@-webkit-keyframes coinflip_coin_1 {
	0% {
		-webkit-transform: rotateZ(0) rotateY(0) scale(1);
		-moz-transform: rotateZ(0) rotateY(0) scale(1);
		transform: rotateZ(0) rotateY(0) scale(1);
		
		/*width: var(--animation-size-1-cf);*/
		/*height: var(--animation-size-1-cf);*/
	}
	75% {
		-webkit-transform: rotateZ(30deg) rotateY(1890deg) scale(var(--animation-scale));
		-moz-transform: rotateZ(30deg) rotateY(1890deg) scale(var(--animation-scale));
		transform: rotateZ(30deg) rotateY(1890deg) scale(var(--animation-scale));
		
		/*width: var(--animation-size-2-cf);*/
		/*height: var(--animation-size-2-cf);*/
	}
	
	100% {
		-webkit-transform: rotateZ(45deg) rotateY(2520deg) scale(1);
		-moz-transform: rotateZ(45deg) rotateY(2520deg) scale(1);
		transform: rotateZ(45deg) rotateY(2520deg) scale(1);
		
		/*width: var(--animation-size-1-cf);*/
		/*height: var(--animation-size-1-cf);*/
	}
}

@keyframes coinflip_coin_2 {
	0% {
		-webkit-transform: rotateZ(0) rotateY(0) scale(1);
		-moz-transform: rotateZ(0) rotateY(0) scale(1);
		transform: rotateZ(0) rotateY(0) scale(1);
		
		/*width: var(--animation-size-1-cf);*/
		/*height: var(--animation-size-1-cf);*/
	}
	75% {
		-webkit-transform: rotateZ(30deg) rotateY(1890deg) scale(var(--animation-scale));
		-moz-transform: rotateZ(30deg) rotateY(1890deg) scale(var(--animation-scale));
		transform: rotateZ(30deg) rotateY(1890deg) scale(var(--animation-scale));
		
		/*width: var(--animation-size-2-cf);*/
		/*height: var(--animation-size-2-cf);*/
	}
	
	100% {
		-webkit-transform: rotateZ(45deg) rotateY(2700deg) scale(1);
		-moz-transform: rotateZ(45deg) rotateY(2700deg) scale(1);
		transform: rotateZ(45deg) rotateY(2700deg) scale(1);
		
		/*width: var(--animation-size-1-cf);*/
		/*height: var(--animation-size-1-cf);*/
	}
}

@-webkit-keyframes coinflip_coin_2 {
	0% {
		-webkit-transform: rotateZ(0) rotateY(0) scale(1);
		-moz-transform: rotateZ(0) rotateY(0) scale(1);
		transform: rotateZ(0) rotateY(0) scale(1);
		
		/*width: var(--animation-size-1-cf);*/
		/*height: var(--animation-size-1-cf);*/
	}
	75% {
		-webkit-transform: rotateZ(30deg) rotateY(1890deg) scale(var(--animation-scale));
		-moz-transform: rotateZ(30deg) rotateY(1890deg) scale(var(--animation-scale));
		transform: rotateZ(30deg) rotateY(1890deg) scale(var(--animation-scale));
		
		/*width: var(--animation-size-2-cf);*/
		/*height: var(--animation-size-2-cf);*/
	}
	
	100% {
		-webkit-transform: rotateZ(45deg) rotateY(2700deg) scale(1);
		-moz-transform: rotateZ(45deg) rotateY(2700deg) scale(1);
		transform: rotateZ(45deg) rotateY(2700deg) scale(1);
		
		/*width: var(--animation-size-1-cf);*/
		/*height: var(--animation-size-1-cf);*/
	}
}

.coinflip-player.active {
	opacity: 0.5;
}

.coinflip-select:hover{
    /*box-shadow: 0 0 20px var(--site-color-main) !important;*/
    opacity: 1 !important;
}

.coinflip-select.active {
	/*box-shadow: 0 0 20px var(--site-color-main) !important;*/
	opacity: 1 !important;
}



/* END COINFLIP */

/* DICE */

.dice-grid {
	display: -ms-grid;
    display: grid;
	grid-template-rows: auto;
	grid-template-columns: auto;
	/*grid-template-columns: calc(100% / 3) calc(100% / 3) calc(100% / 3);*/
	row-gap: 5px;
    column-gap: 5px;
}

.slots {
	display: inline-flex;
    height: 80px;
    width: auto;
    position: relative;
    overflow: hidden;
	border-radius: 30px;
}

.slots-column {
	transform: translate3d(0px, calc(-(40px * 10 + (60px - 40px) / 2)), 0px);
	margin: 2px;
}

.slots-row {
	background: linear-gradient(to bottom, #111111 0%, #cbfb450d 50%, #000000 100%);
	font-size: 24px;
    font-weight: bold;
	width: 100px;
	height: 80px;
}

.dice-result {
	width: 100%;
    padding: 0 28px;
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
}

.dice-result-bar {
    left: 0%;
    position: relative;
}

/* END DICE */


/* UNBOX */

/*#unboxing_list_cases{
	width: 100%;
    overflow: hidden;
    overflow-y: auto;
	display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}*/

.history-content.unbox:hover .unbox { opacity: 0; }
.history-content.unbox:hover .case { opacity: 1; }

.history-content .unbox .image {
    height: calc(100% - 10px);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	margin: auto;
}

.history-content .unbox .exterior {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
    font-size: 10px;
}

.history-content .unbox .chance {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
    font-size: 10px;
}

.history-content .unbox .name {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
    font-size: 13px;
}

.history-content .unbox .name div:first-child {
    font-size: 12px;
}

.history-content .unbox .price {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
    font-size: 14px;
}

.history-content .case {
	opacity: 0;
}

.history-content .case .image {
    height: calc(100% - 10px);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	margin: auto;
}

.history-content .case .name {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
    font-size: 16px;
}

.history-content .case .price {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
    font-size: 14px;
}

.unbox-case {
	position: relative;
	height: 225px;
}

.unbox-case-image {
	position: absolute;
	top: 0;
	bottom: 60%;
}

.unbox-case-mainitem {
    width: 50%;
	margin: auto;
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
	z-index: 1;
}

.unbox-case:hover .unbox-case-mainitem{
	width: 60% !important;
}

.unbox-case-name {
	position: absolute;
	bottom: 0;
	top: 60%;
}

.unbox-case {
	height: 200px;
}

.unbox-case .listing-item {
	height: 100%;
}

.unbox-case .reel-item {
	height: 100%;
    width: 150px;
	padding: 2px;
}

.unbox-case .pointer {
    width: 3px;
    background-color: var(--site-color-white);
    height: 100%;
    box-shadow: 0px 0px 15px var(--site-color-white);
}

.unbox-list{
	display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
}

/* END UNBOX */


/* MINESWEEPER */
.stats-mines {
	width: 100%;
	float: left;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	margin: 15px 0 0;
}

@media (max-width: 768px) {
	.stats-mines {
		grid-template-columns: 1fr;
		grid-gap: 0;
	}
}

.stats-mines .box {
	background: #cbfb450d;
	border-radius: 8px;
	text-align: center;
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.stats-mines .box p {
	margin: 0;
	color: #596076;
	font-weight: 600;
	text-transform: uppercase;
}

.stats-mines .box div span {
	font-size: 18px;
	font-weight: 600;
}

.minesweeper-grid {
	display: grid;
	grid-gap: 9px;
	grid-template-columns: repeat(5, minmax(0px, 80px));
	grid-template-rows: repeat(5, minmax(0px, 80px));
}

@keyframes waveScale {
  0%, 100% { transform: scale(0.85); }
  50% { transform: scale(1); }
}


.minesweeper-grid .bomb {
  overflow: hidden;
  background: #cbfb450d;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  transform-origin: center;
  animation: waveScale 3s ease-in-out infinite;
	transition: 
	background-image 0.3s ease,
	transform 0.3s ease,
	border-radius 0.8s ease; /* faster, 0.8 seconds */
	border-radius: 6px; /* start slightly rounded */
}

/* Stagger delays for wave effect */
.minesweeper-grid .bomb:nth-child(3n+1) {
  animation-delay: 0s;
}
.minesweeper-grid .bomb:nth-child(3n+2) {
  animation-delay: 1s;
}
.minesweeper-grid .bomb:nth-child(3n+3) {
  animation-delay: 2s;
}

@keyframes waveScale {
  0%, 100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.05);
  }
}



/* New pulse animation for hover */
@keyframes pulseScale {
  0%, 100% {
    transform: scale(0.85);
  }
  50% {
    transform: scale(0.95);
  }
}

.minesweeper-grid .bomb:hover {
  animation: pulseScale 0.6s ease-in-out infinite; /* start pulse on hover */
  border-radius: 50%; /* morph to circle */
  background-image: 
    linear-gradient(#cbfb450d, #cbfb450d), 
    url('/template/img/crazybot.png');
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: cover, 50% auto;
}


.minesweeper-grid .bomb.danger {
	/*background: #ff3030 !important;*/
	/*background: #f8d7da !important;*/
	/*color: #842029 !important;*/
	background: linear-gradient(324deg, #202a39 0%, #ff0012 100.04%) !important
}

.minesweeper-grid .bomb.success {
  background: linear-gradient(132.23deg, #00cf51 0%, #154559 100.04%) !important;
  transform-origin: center;
  backface-visibility: hidden;
  animation: flipPopInOut 1.2s ease forwards;
  opacity: 0;
}

@keyframes flipPopInOut {
  0% {
    transform: scale(0) rotateX(0deg);
    opacity: 0;
  }
  30% {
    transform: scale(1.2) rotateX(90deg);
    opacity: 1;
  }
  60% {
    transform: scale(0.8) rotateX(270deg);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotateX(360deg);
    opacity: 1;
  }
}

.minesweeper-grid .bomb.danger::after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/minesweeper_bomb.png) no-repeat 50% 50%;
  background-size: contain;
  transform-origin: center;
  animation: explodeLoop 2s ease-in-out infinite;
}

@keyframes explodeLoop {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
    filter: blur(0);
  }
  40% {
    transform: scale(2.5) rotate(90deg);
    opacity: 0;
    filter: blur(5px);
  }
  41% {
    transform: scale(0) rotate(0deg);
    opacity: 0;
    filter: blur(0);
  }
  42% {
    transform: scale(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
    filter: blur(0);
  }
}

/* END MINESWEEPER */

/* TOWER */
#tower_bet,
#tower_cashout {
	margin: 0 0 5px;
}
.tower-table {
	margin: 0 !important;
}

.tower-container {
	width: 100%;
	float: left;
	display: grid;
	/*grid-template-columns: 1fr 1fr;*/
	/*grid-gap: 30px;*/
}

@media (max-width: 768px) {
	.tower-container {
		grid-template-columns: 1fr;
		grid-gap: 0;
		display: block;
	}
}

.tower-grid {
	display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(3, minmax(50px, 250px));
    grid-template-rows: repeat(10, minmax(0px, 40px));
    /*margin: 0 0 30px;*/
	padding: 10px;
	background-color: #182433;
	border-left: 10px solid #56687a;
    border-right: 10px solid #56687a;
	z-index: 2;
}

.headeranimtower img.bottom-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
	z-index: 2;
}
.animtowerbottom img.bottom-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.tower-grid .tile {
	position: relative;
	background: #cbfb450d;
	cursor: pointer;
	font-size: 12px;
    font-weight: bold;
	animation: slideSwing 0.7s ease-out;
}

.tower-grid .tile.danger{
	background: #b5443b !important;
}

.tower-grid .tile.success {
	background: #13c358 !important;
}

.tower-grid .tile.checked{
	background: var(--site-color-bg-light-transparent) !important;
}

/* END TOWER */

/* PLINKO */
.site-button[data-game="plinko"],
.site-button[data-game="tower"],
.site-button[data-game="minesweeper"],
.site-button[data-game="jackpot"],
.site-button[data-game="coinflip"] {
	line-height: 41px;
	height: 41px;
	padding: 0 15px;
}

.plinko_bet {
	padding: 10px 0;
	border-radius: 10px;
	transition: opacity 300ms, transform 300ms;
}

.plinko_bet:hover {
	transform: translateY(-3px);
}

.plinko_bet[data-color="orange"] {
	/*background: #ffc107;*/
	/*color: #423200;*/
	background: linear-gradient(92.76deg, #FFE063 0.34%, #9A7D08 100%);
	box-shadow: 0 3px 0px #6c590d, 0px 0px 10px rgba(166, 137, 18, 0.5);
	animation: fallBounce 0.8s ease-out;

}

.plinko_bet[data-color="green"] {
	/*background: #00cf51;*/
	/*color: #003816;*/
	background: linear-gradient(92.76deg, #00E258 0.34%, #009F3E 79.24%);
	box-shadow: 0 3px 0px #00702c, 0px 0px 10px rgba(1, 176, 69, 0.5);
	animation: fallBounce 0.8s ease-out;
}

.plinko_bet[data-color="red"] {
	/*background: #ff3030;*/
	/*color: #3e0000;*/
	background: linear-gradient(92.76deg, #C73150 0.34%, #9C102D 100%);
	box-shadow: 0 3px 0px #831129, 0px 0px 10px rgba(199, 49, 80, 0.5);
	animation: fallBounce 0.8s ease-out;
}

.plinko-game-info {
	margin: 0 0 10px !important;
	width: 100%;
	float: left;
}

#plinko_history .color {
	text-transform: capitalize;
}
#plinko_history .color:before {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: red;
	content: ' ';
	float: left;
	/*transform: translateY(6px);*/
	margin: 7px 4px 0 0;
}

#plinko_history .color[data-color="orange"]:before {
	background: #ffc107;
}

#plinko_history .color[data-color="red"]:before {
	background: #ff3030;
}

#plinko_history .color[data-color="green"]:before {
	background: #00cf51;
}

.plinko-grid {
	height: 300px;
	animation: slideSwing 0.7s ease-out;
	position: relative;
}

.plinko-grid .stage {
	height: calc(100% / 16);
}

.plinko-grid .hole {
	width: calc(100% / 16);
}

.plinko-grid .hole:after {
	display: block;
	content: "";
	height: 5px;
	width: 5px;
	border-radius: 50%;
	/*background: var(--site-color-white);*/
	background: #ffffff;
	box-shadow: 0 0 0 4px rgb(37 44 27);
}



.plinko-winnings div {
	width: calc(100% / 16);
	border: solid 1px;
	padding: 5px;
	height: 30px;
	font-size: 12px;
	
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-top: 0;
}

.plinko-winnings div:before {
	content: 'x';
}

@media (max-width: 768px) {
	.plinko-winnings div:before {
		content: '';
	}

	.plinko-winnings div {
		padding: 0;
		font-size: 9px;
		line-height: 30px;
	}
}

.plinko-winnings.easy div {
	border-color: var(--site-color-success);
	color: var(--site-color-success);
	border-bottom: 0;
	background: #00e2580f;
}
.plinko-winnings.medium div {
	border-color: var(--site-color-warning);
	color: var(--site-color-warning);
	border-bottom: 0;
	background: #ffff0014
}
.plinko-winnings.hard div {
    border-color: var(--site-color-danger);
    color: #ff1200;
    background: #ff00001f;
}

#plinko-arena {
	height: calc(100% / 16 * 15);
	width: 0;
}

.plinko-ball{
	position: absolute;
	height: calc(100% / 8);
	width: 0;
}



.plinko-ball.green:after { background: var(--site-color-success); }
.plinko-ball.orange:after { background: var(--site-color-warning); }
.plinko-ball.red:after { background: var(--site-color-danger); }

.plinko-ball:after{
	display: block;
	content: "";
	height: 15px;
	width: 15px;
	border-radius: 50%;
}

/* END PLINKO */

/* FAIR */

.fair-grid {
	display: grid;
    grid-gap: 10px;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
}

/* END FAIR */

/* FAQ */

.faq-grid {
	/*display: grid;*/
    /*grid-gap: 10px;*/
    /*grid-template-columns: 100%;*/
    /*grid-template-rows: auto;*/
}

.title-faq {
    font-weight: 600;
    font-size: 14px;
    /*color: var(--site-color-gray-light);*/
    background: var(--site-color-bg-light);
    /*color: #8f9bad !important;*/
    padding: 8px 10px;
    border-radius: 6px;
    margin: 80px 0 0;
}

.faq-grid .pl-3 {
	padding: 0;
}

.faq-grid .pl-3 div {
	line-height: 2em;
	color: #8f9bad;
}
/* END FAQ */



/* OTHERS */

.game-info {
    word-break: break-all;
    font-size: 12px;
    color: #cbfb45;
    margin: -10px 0 10px;
    display: flex;
    justify-content: center;
}

.game-info div,
.game-info div p,
.game-info div span {
	float: left;
}

.game-info div {
	margin: 0 30px 0 0;
}

.game-info div p {
	margin: 0 5px 0 0;
	color: #fff;
}

.game-info div span {
	opacity: .8;
}

/* END OTHERS 