/* OFFERS */

.steam-bot {
	width: 150px;
}

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

.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: var(--site-glass-bg);
	border: 1px solid var(--site-glass-border);
	box-shadow: var(--site-glass-shadow);
	backdrop-filter: blur(14px) saturate(135%);
	-webkit-backdrop-filter: blur(14px) saturate(135%);
}

.offers-option-image-content {
	background: rgba(12, 18, 28, 0.7);
	border-bottom: 1px solid var(--site-glass-border);
	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-card {
	border: 1px solid var(--site-glass-border);
    background: var(--site-glass-bg);
	box-shadow: var(--site-glass-shadow);
	backdrop-filter: blur(16px) saturate(140%);
	-webkit-backdrop-filter: blur(16px) saturate(140%);
	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-card {
	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-card .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-card {
	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 REEL */

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

/* END ROULETTE REEL */

/* ROULETTE */
.roulette-page .roulette-progress {
	border-radius: 16px;
	box-shadow: 0 18px 38px rgba(4, 8, 16, 0.45);
	background: linear-gradient(135deg, rgba(14, 20, 32, 0.9), rgba(8, 12, 20, 0.85));
}

.roulette-page .roulette-progress .progress-bar {
	background: linear-gradient(90deg, rgba(44, 212, 197, 0.95), rgba(246, 196, 83, 0.95));
	box-shadow: 0 0 18px rgba(44, 212, 197, 0.45);
}

.roulette-page .roulette-progress .progress-content {
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--site-color-text);
}

.roulette-page .roulette-info {
	background: linear-gradient(130deg, rgba(16, 24, 38, 0.85), rgba(9, 14, 23, 0.7));
	border: 1px solid var(--site-glass-border);
	border-radius: 14px;
	padding: 12px 16px;
	margin: 0 0 18px;
	gap: 18px;
}

.roulette-page .roulette-info div {
	margin: 0;
}

.roulette-page .roulette-info div p {
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.roulette-page .roulette-info div span {
	font-family: var(--site-font-display);
	font-weight: 600;
	color: var(--site-color-text);
}

.roulette-controls {
	gap: 18px;
}

.roulette-history {
	background: rgba(10, 14, 22, 0.75);
	border: 1px solid var(--site-glass-border);
	border-radius: 14px;
	padding: 10px 14px;
	box-shadow: var(--site-glass-shadow);
}

.roulette-history .rl {
	display: flex;
	align-items: center;
}

#roulette_rolls {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}

.roulette-history .rl-num {
	background: rgba(12, 18, 28, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	padding: 0 8px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	letter-spacing: 0.08em;
	color: var(--site-color-text);
}

.roulette-page .roulette-bet-input {
	background: rgba(12, 18, 28, 0.75);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
	margin: 10px 0 0;
}

.roulette-page .roulette-bet-input .field_label {
	color: var(--site-color-main-light);
	opacity: 0.85;
}

.roulette-panels {
	gap: 18px;
}

.roulette-panel {
	background: rgba(10, 14, 22, 0.7);
	border: 1px solid var(--site-glass-border);
	border-radius: 16px;
	padding: 12px;
	box-shadow: 0 22px 45px rgba(4, 8, 16, 0.4);
}

@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: 12px 0;
	overflow-x: clip;
	margin: 0 0 30px;
	user-select: none;
	border-radius: 18px;
	background: linear-gradient(145deg, rgba(14, 20, 32, 0.95), rgba(8, 12, 20, 0.95));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 22px 50px rgba(4, 8, 16, 0.5);
}

.roulette-case::before {
	content: "";
	position: absolute;
	inset: -40% -10%;
	background: radial-gradient(45% 45% at 18% 20%, rgba(44, 212, 197, 0.18) 0%, transparent 60%),
		radial-gradient(40% 40% at 85% 75%, rgba(246, 196, 83, 0.14) 0%, transparent 60%);
	opacity: 0.6;
	pointer-events: none;
}

.roulette-case .reel-item {
	height: 100%;
    font-size: 20px;
    color: var(--site-color-text);
    width: 90px;
	/*border: 5px solid transparent;*/
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.1), 0 12px 20px rgba(4, 8, 16, 0.45);
	/*color: transparent;*/
	font-weight: 600;
	/*margin: 0 5px;*/
	margin: 0 10px 0 0;
}

.roulette-case .reel-item span {
	text-shadow: 0 4px 12px rgba(4, 8, 16, 0.6);
}

.reel-red,
.pick-ball-red {
    background: linear-gradient(150deg, rgba(255, 95, 86, 0.95), rgba(156, 16, 45, 0.95));
	/*background: linear-gradient(to bottom, #ea2331 25%, #f2312e 60%, #f43e3a 60%, #fc5038 100%);*/
}

.reel-purple,
.pick-ball-purple {
    background: linear-gradient(150deg, rgba(46, 227, 111, 0.95), rgba(22, 128, 90, 0.95));
	/*background: linear-gradient(to bottom, var(--site-color-main) 25%, #9d7ce1 60%, var(--site-color-main) 60%, #9d7ce1 100%);*/
}

.reel-black,
.pick-ball-black {
    background: linear-gradient(150deg, rgba(70, 74, 86, 0.95), rgba(24, 28, 38, 0.95));
	/*background: linear-gradient(to bottom, #464646 25%, #373737 60%, #434343 60%, #373737 100%);*/
}

.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 rgba(246, 196, 83, 0.95) transparent;
	/*background: linear-gradient(90deg, #C73150 29.49%, #FEC554 56.73%);*/
	transform: rotate(-180deg);
	z-index: 9999;
	filter: drop-shadow(0 6px 12px rgba(246, 196, 83, 0.45));
}

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

.roulette-gradient {
	width: 100%;
	float: left;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	top: -2px;
	background: linear-gradient(90deg, rgba(8, 12, 20, 0.9) 0%, rgba(255, 255, 255, 0.15) 50%, rgba(8, 12, 20, 0.9) 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;
	background: rgba(12, 18, 28, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--site-color-text);
	border-radius: 10px;
	transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.rl-buttons button:hover {
	transform: translateY(-2px);
	border-color: rgba(44, 212, 197, 0.4);
	box-shadow: 0 12px 24px rgba(4, 8, 16, 0.35);
	opacity: 1;
}

.pick-ball {
	border-radius: 10px;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	/*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;
	box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.08), 0 10px 18px rgba(4, 8, 16, 0.35);
}

.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,var(--site-color-bg-body) 0%,transparent 100%);
}

.shadow-right {
    right: 0;
    background: linear-gradient(to right,transparent 0%,var(--site-color-bg-body) 100%);
}

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

.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: var(--site-color-bg-dark);
	margin: 20px 0 0;
}

.rp {
	height: 40px !important;
	border-radius: 10px;
	margin: 0 0 20px;
	/*float: left;*/
	/*width: 100%;*/
	display: flex;
}

.bet-button {
	/*width: 100%;*/
	float: right;
	/*font-size: 18px;*/
	font-weight: 500;
	/*height: 50px;*/
	text-transform: uppercase;
	border-radius: 12px;
	padding: 8px 32px;
	font-size: 12px;
	letter-spacing: 0.08em;
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: transform 200ms ease, box-shadow 200ms ease, background 300ms;
}

#roulette_panel_red .bet-button {
	background: linear-gradient(135deg, rgba(255, 95, 86, 0.95), rgba(156, 16, 45, 0.95));
	box-shadow: 0 14px 30px rgba(199, 49, 80, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

#roulette_panel_red .bet-button:hover {
	transform: translateY(-2px);
}

#roulette_panel_purple .bet-button {
	background: linear-gradient(135deg, rgba(46, 227, 111, 0.95), rgba(22, 128, 90, 0.95));
	box-shadow: 0 14px 30px rgba(46, 227, 111, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

#roulette_panel_purple .bet-button:hover {
	transform: translateY(-2px);
}

#roulette_panel_black .bet-button {
	background: linear-gradient(135deg, rgba(70, 74, 86, 0.95), rgba(24, 28, 38, 0.95));
	box-shadow: 0 14px 30px rgba(24, 28, 38, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

#roulette_panel_black .bet-button:hover {
	transform: translateY(-2px);
}

.roulette-bet-container {
	background: rgba(12, 18, 28, 0.7);
	border-radius: 14px;
	color: #fff;
	padding: 12px 14px;
	text-align: left;
	height: 56px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

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

.roulette-high {
	/*background: var(--site-color-bg-light);*/
	background: rgba(12, 18, 28, 0.75);
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

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

.roulette-highname {
	font-size: 15px;
	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: rgba(12, 18, 28, 0.65);
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	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: #b8c1d9 !important;
}

.crash-graph.crash-graph-progress {
	color: #2cd4c5 !important;
}

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

.crash-graph {
	overflow: hidden;
}

.crash-graph.crash-graph-crashed::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 50% 20%, rgba(255, 95, 86, 0.18), transparent 60%);
	pointer-events: none;
}

.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;
}

.crash_history_container .grd {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100px;
	background: linear-gradient(270deg, rgba(12, 18, 28, 0.95) 0%, rgba(13, 19, 28, 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: 10px;
	padding: 6px 10px;
	font-weight: 600;
	float: left;
	transition: transform 300ms;
	background: rgba(12, 18, 28, 0.8);
	border: 1px solid var(--site-glass-border);
	box-shadow: 0 12px 26px rgba(4, 9, 16, 0.35);
	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: 18px;
	margin: 0 0 20px;
	float: left;
	width: 100%;
	background: var(--site-glass-bg);
	border: 1px solid var(--site-glass-border);
	box-shadow: 0 28px 60px rgba(4, 9, 16, 0.55);
	backdrop-filter: blur(16px) saturate(140%);
	-webkit-backdrop-filter: blur(16px) saturate(140%);
}

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

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

.crash .list .user {
	width: 100%;
	float: left;
	background: rgba(12, 18, 28, 0.7);
	border-radius: 14px;
	border: 1px solid var(--site-glass-border);
	padding: 10px 14px;
	margin: 0 0 10px;
	transition: transform 300ms;
	box-shadow: 0 18px 40px rgba(4, 9, 16, 0.4);
	backdrop-filter: blur(16px) saturate(140%);
	-webkit-backdrop-filter: blur(16px) saturate(140%);
}

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

.crash .list .user.playing {
	background: linear-gradient(120deg, rgba(255, 95, 86, 0.2), rgba(12, 18, 28, 0.7));
	border-color: rgba(255, 95, 86, 0.35);
}

.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: var(--site-color-success);
}

.crash .list .user i.crash-icon {
	float: right;
	color: rgba(255, 95, 86, 0.7);
	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: rgba(12, 18, 28, 0.8);
	font-weight: 700;
	font-size: 12px;
	padding: 0 6px;
	border-radius: 12px;
	border: 1px solid rgba(44, 212, 197, 0.35);
	color: var(--site-color-text);
}

.crash .list .user.playing div.res {
	border-color: rgba(255, 95, 86, 0.45);
}

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

.crash h3 div {
	position: relative;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: rgba(44, 212, 197, 0.3);
	float: left;
	margin: 4px 8px 0 0;
}

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

.crash h3.win div {
	background: rgba(46, 227, 111, 0.25);
}

.crash h3.win div p {
	background: var(--site-color-success);
}

.crash h3 span {
	float: left;
	font-size: 16px;
	font-family: var(--site-font-display);
	letter-spacing: 0.02em;
}

.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: 10px;
    padding: 0px 14px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    border-width: 0px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-image: initial;
    border-bottom-style: solid;
    font-family: var(--site-font-body);
    font-weight: 700;
    color: #0b1118;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    background-image: linear-gradient(135deg, rgba(44, 212, 197, 0.95), rgba(246, 196, 83, 0.95));
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 18px 40px rgba(44, 212, 197, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  }
  .crash .site-button.bet-btn:hover {
	  text-decoration: none;
	  color: #0b1118;
  }



  
  .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 #5c1625;
  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 */

/* SIDEBAR MENU */
.pullout[data-pullout="menu"] {
	background: linear-gradient(160deg, rgba(10, 16, 26, 0.98), rgba(6, 10, 18, 0.95));
	border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.pullout[data-pullout="menu"] .header-menu-center {
	padding: 6px 0;
}

.pullout[data-pullout="menu"] .menu-section-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 11px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 10px 12px;
	border-radius: 10px;
	color: var(--site-color-main-light);
	background: rgba(12, 18, 28, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.06);
	float: none;
	width: 100%;
}

.pullout[data-pullout="menu"] .menu-section-title i {
	margin-left: auto;
}

.pullout[data-pullout="menu"] .section-menu .links {
	display: grid;
	gap: 16px;
}

.pullout[data-pullout="menu"] .header-menu-center .header-menu-button {
	background: transparent;
	border: 0;
	padding: 5px 0;
	margin: 0;
}

.pullout[data-pullout="menu"] .header-side-button {
	justify-content: flex-start;
	gap: 10px;
	height: 38px;
	padding: 0 12px;
	border-radius: 12px;
	background: rgba(12, 18, 28, 0.6);
	border: 1px solid rgba(255, 255, 255, 0.06);
	color: #c7d4e8;
	transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease, background 200ms ease;
}

.pullout[data-pullout="menu"] .header-side-button img {
	height: 20px;
	width: 20px;
}

.pullout[data-pullout="menu"] .header-side-button .ml-1 {
	margin-left: 0;
}

.pullout[data-pullout="menu"] .header-side-button:hover {
	transform: translateY(-2px);
	border-color: rgba(44, 212, 197, 0.35);
	box-shadow: 0 12px 24px rgba(4, 8, 16, 0.35);
	color: #ffffff;
}

.pullout[data-pullout="menu"] .header-side-button.active {
	border-left: 0;
	width: 100%;
	padding-left: 12px;
	background: linear-gradient(120deg, rgba(44, 212, 197, 0.2), rgba(12, 18, 28, 0.7));
	box-shadow: 0 14px 28px rgba(4, 8, 16, 0.4);
	color: #ffffff;
}

/* END SIDEBAR MENU */






/* DICE */
.dice-page .game-info {
	background: linear-gradient(130deg, rgba(16, 24, 38, 0.85), rgba(9, 14, 23, 0.7));
	border: 1px solid var(--site-glass-border);
	border-radius: 14px;
	padding: 12px 16px;
	margin: 0 0 18px;
	gap: 18px;
}

.dice-page .game-info div {
	margin: 0;
}

.dice-page .game-info div p {
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.dice-page .game-info div span {
	font-family: var(--site-font-display);
	font-weight: 600;
	color: var(--site-color-text);
}

.dice-panel #dice_winnings {
	text-align: center;
	padding: 10px 0;
	border-radius: 10px;
	margin: 0 0 12px;
	width: 100%;
	background: rgba(12, 18, 28, 0.7);
	border: 1px solid var(--site-glass-border);
	color: var(--site-color-text);
}

.dice-stage.dice-grid {
	row-gap: 14px;
}

.dice-stage-header {
	grid-column: 1 / -1;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 6px;
}

.dice-stage-title {
	text-transform: uppercase;
	letter-spacing: 0.22em;
	font-size: 12px;
	font-weight: 700;
	color: var(--site-color-main-light);
	font-family: var(--site-font-display);
}

.dice-stage-subtitle {
	font-size: 12px;
	color: var(--site-color-text);
	opacity: 0.7;
}

.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;
}

.dice-reel {
	display: inline-flex;
    height: 120px;
    width: auto;
    position: relative;
    overflow: hidden;
	border-radius: 16px;
	padding: 6px 8px;
	background: rgba(10, 14, 22, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04), 0 18px 30px rgba(4, 8, 16, 0.45);
}

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

.dice-reel-row {
	background: linear-gradient(145deg, rgba(20, 28, 42, 0.95), rgba(10, 14, 24, 0.95));
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	color: #e9f2ff;
	text-shadow: 0 4px 12px rgba(4, 8, 16, 0.55);
	font-size: 24px;
    font-weight: bold;
	width: 100px;
	height: 80px;
	box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.08), 0 8px 18px rgba(4, 8, 16, 0.35);
}

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

.dice-result::before {
	content: "";
	position: absolute;
	left: 28px;
	right: 28px;
	top: 50%;
	height: 2px;
	background: rgba(255, 255, 255, 0.12);
	transform: translateY(-50%);
}

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

.dice-result-bar::before {
	content: "";
	position: absolute;
	top: 3px;
	left: -1px;
	width: 2px;
	height: 20px;
	background: linear-gradient(180deg, rgba(44, 212, 197, 0.85), rgba(246, 196, 83, 0.85));
	box-shadow: 0 0 12px rgba(44, 212, 197, 0.6);
}

.dice-stage .hover-message .pointer {
	background: rgba(12, 18, 28, 0.9);
	color: var(--site-color-text);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	padding: 3px 6px;
}

.dice-stage .slider_field {
	background: rgba(12, 18, 28, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.dice-stage input[type="range"] {
	accent-color: rgba(44, 212, 197, 0.95);
}

.dice-history {
	border: 1px solid var(--site-glass-border);
	background: rgba(10, 14, 22, 0.6);
	box-shadow: var(--site-glass-shadow);
}

.dice-history .table-header .table-row {
	background: rgba(14, 20, 32, 0.75);
}

.dice-history .table-body .table-row {
	background: rgba(12, 18, 28, 0.7);
}

.dice-history .table-body .table-row:nth-child(even) {
	background: rgba(14, 20, 32, 0.7);
}

.dice-history .table-row {
	border-bottom-color: rgba(255, 255, 255, 0.05);
}

@media (max-width: 768px) {
	.dice-stage-header {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* END DICE */





/* MINESWEEPER */
.minesweeper-page .game-info {
	background: linear-gradient(130deg, rgba(16, 24, 38, 0.85), rgba(9, 14, 23, 0.7));
	border: 1px solid var(--site-glass-border);
	border-radius: 14px;
	padding: 12px 16px;
	margin: 0 0 18px;
	gap: 18px;
}

.minesweeper-page .game-info div {
	margin: 0;
}

.minesweeper-page .game-info div p {
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.minesweeper-page .game-info div span {
	font-family: var(--site-font-display);
	font-weight: 600;
	color: var(--site-color-text);
}

.minesweeper-layout {
	align-items: stretch;
}

.minesweeper-layout .left.box {
	width: 30%;
	min-width: 240px;
}

.minesweeper-layout .right.box {
	width: calc(70% - 30px);
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.minesweeper-board {
	position: relative;
	border-radius: 18px;
	padding: 18px;
	background: linear-gradient(145deg, rgba(16, 24, 38, 0.95), rgba(8, 12, 20, 0.95));
	border: 1px solid var(--site-glass-border);
	box-shadow: 0 20px 45px rgba(4, 8, 16, 0.55);
	overflow: hidden;
	--mines-tile: clamp(52px, 9vw, 82px);
}

.minesweeper-board::before {
	content: "";
	position: absolute;
	inset: -60% -20%;
	background: radial-gradient(50% 50% at 20% 20%, rgba(44, 212, 197, 0.22) 0%, transparent 60%),
		radial-gradient(45% 45% at 85% 80%, rgba(246, 196, 83, 0.18) 0%, transparent 55%);
	opacity: 0.75;
	pointer-events: none;
}

.minesweeper-board-header {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 12px;
}

.minesweeper-board-title {
	text-transform: uppercase;
	letter-spacing: 0.22em;
	font-size: 12px;
	font-weight: 700;
	color: var(--site-color-main-light);
	font-family: var(--site-font-display);
}

.minesweeper-board-subtitle {
	font-size: 12px;
	color: var(--site-color-text);
	opacity: 0.7;
}

.minesweeper-history {
	border: 1px solid var(--site-glass-border);
	background: rgba(10, 14, 22, 0.6);
	box-shadow: var(--site-glass-shadow);
}

.minesweeper-history .table-header .table-row {
	background: rgba(14, 20, 32, 0.75);
}

.minesweeper-history .table-body .table-row {
	background: rgba(12, 18, 28, 0.7);
}

.minesweeper-history .table-body .table-row:nth-child(even) {
	background: rgba(14, 20, 32, 0.7);
}

.minesweeper-history .table-row {
	border-bottom-color: rgba(255, 255, 255, 0.05);
}

.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: var(--site-glass-bg);
	border-radius: 14px;
	text-align: center;
	padding: 10px;
	border: 1px solid var(--site-glass-border);
	box-shadow: var(--site-glass-shadow);
	backdrop-filter: blur(16px) saturate(140%);
	-webkit-backdrop-filter: blur(16px) saturate(140%);
}

.stats-mines .box p {
	margin: 0;
	color: var(--site-color-main-light);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 11px;
}

.stats-mines .box div span {
	font-size: 20px;
	font-weight: 700;
	font-family: var(--site-font-display);
}

.minesweeper-grid {
	display: grid;
	grid-gap: 12px;
	grid-template-columns: repeat(5, minmax(0px, var(--mines-tile, 80px)));
	grid-template-rows: repeat(5, minmax(0px, var(--mines-tile, 80px)));
	justify-content: center;
	position: relative;
	z-index: 1;
}

.minesweeper-grid .bomb {
	position: relative;
	overflow: hidden;
	background: linear-gradient(140deg, rgba(20, 28, 42, 0.95), rgba(10, 14, 24, 0.95));
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	cursor: pointer;
	font-size: 12px;
    font-weight: bold;
	color: #e9f2ff;
	text-shadow: 0 2px 10px rgba(4, 8, 16, 0.75);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
	box-shadow: 0 10px 20px rgba(4, 8, 16, 0.4);
}

.minesweeper-grid .bomb::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(120% 120% at 20% 15%, rgba(255, 255, 255, 0.12) 0%, transparent 55%);
	opacity: 0;
	transition: opacity 180ms ease;
}

.minesweeper-grid .bomb:hover {
	transform: translateY(-2px);
	border-color: rgba(44, 212, 197, 0.35);
	box-shadow: 0 16px 28px rgba(4, 9, 16, 0.4);
}

.minesweeper-grid .bomb:hover::before {
	opacity: 1;
}

.minesweeper-grid .bomb.disabled:not(.success):not(.danger) {
	opacity: 0.6;
	cursor: not-allowed;
}

.minesweeper-grid .bomb.disabled:not(.success):not(.danger):hover {
	transform: none;
	border-color: rgba(255, 255, 255, 0.08);
	box-shadow: 0 10px 20px rgba(4, 8, 16, 0.4);
}

.minesweeper-grid .bomb.danger {
	/*background: #ff3030 !important;*/
	/*background: #f8d7da !important;*/
	/*color: #842029 !important;*/
	background: linear-gradient(145deg, rgba(255, 95, 86, 0.95) 0%, rgba(69, 16, 23, 0.95) 100.04%) !important;
	border-color: rgba(255, 95, 86, 0.45);
	box-shadow: 0 18px 40px rgba(255, 95, 86, 0.35);
}

.minesweeper-grid .bomb.success {
	/*background: #00cf51 !important;*/
	/*background: #afffdb !important;*/
	/*color: #0f5132 !important;*/
	background: linear-gradient(132.23deg, rgba(46, 227, 111, 0.95) 0%, rgba(13, 67, 74, 0.95) 100.04%) !important;
	border-color: rgba(46, 227, 111, 0.45);
	box-shadow: 0 18px 40px rgba(46, 227, 111, 0.3);
}

.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;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	filter: drop-shadow(0 8px 18px rgba(4, 8, 16, 0.6));
}

@media (max-width: 1024px) {
	.minesweeper-layout .left.box {
		width: 35%;
	}

	.minesweeper-layout .right.box {
		width: calc(65% - 30px);
	}
}

@media (max-width: 768px) {
	.minesweeper-board-header {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* END MINESWEEPER */

/* TOWER */
.tower-page .game-info {
	background: linear-gradient(130deg, rgba(16, 24, 38, 0.85), rgba(9, 14, 23, 0.7));
	border: 1px solid var(--site-glass-border);
	border-radius: 14px;
	padding: 12px 16px;
	margin: 0 0 18px;
	gap: 18px;
}

.tower-page .game-info div {
	margin: 0;
}

.tower-page .game-info div p {
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.tower-page .game-info div span {
	font-family: var(--site-font-display);
	font-weight: 600;
	color: var(--site-color-text);
}

#tower_bet,
#tower_cashout {
	margin: 0 0 5px;
}

.tower-stack {
	gap: 18px;
}

.tower-board {
	width: 100%;
	border-radius: 20px;
	padding: 16px;
	background: linear-gradient(140deg, rgba(16, 24, 38, 0.95), rgba(8, 12, 20, 0.95));
	border: 1px solid var(--site-glass-border);
	box-shadow: 0 22px 50px rgba(4, 8, 16, 0.55);
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.tower-board::before {
	content: "";
	position: absolute;
	inset: -40% -10%;
	background: radial-gradient(45% 45% at 18% 20%, rgba(44, 212, 197, 0.22) 0%, transparent 60%),
		radial-gradient(40% 40% at 85% 75%, rgba(246, 196, 83, 0.18) 0%, transparent 60%);
	opacity: 0.75;
	pointer-events: none;
}

.tower-board-header {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
}

.tower-board-title {
	text-transform: uppercase;
	letter-spacing: 0.22em;
	font-size: 12px;
	font-weight: 700;
	color: var(--site-color-main-light);
	font-family: var(--site-font-display);
}

.tower-board-subtitle {
	font-size: 12px;
	color: var(--site-color-text);
	opacity: 0.7;
}

.tower-board-body {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	width: 100%;
}

.tower-controls {
	background: var(--site-glass-bg);
	border-radius: 16px;
	border: 1px solid var(--site-glass-border);
	box-shadow: var(--site-glass-shadow);
	padding: 14px;
}

.tower-controls .input_field {
	margin: 0 0 14px;
	background: rgba(12, 18, 28, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.tower-controls .field_label {
	color: var(--site-color-main-light);
	opacity: 0.8;
}

.tower-controls .field_extra button {
	background: rgba(12, 18, 28, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--site-color-text);
	transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.tower-controls .field_extra button:hover {
	transform: translateY(-2px);
	border-color: rgba(44, 212, 197, 0.45);
	box-shadow: 0 12px 24px rgba(4, 8, 16, 0.35);
}

.tower-actions {
	display: grid;
	gap: 10px;
	margin: 0 0 10px;
}

.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: 10px;
    grid-template-columns: repeat(3, minmax(70px, 1fr));
    grid-template-rows: repeat(10, minmax(0px, clamp(32px, 4vw, 44px)));
    margin: 0;
	width: min(100%, 420px);
}

.tower-grid .tile{
	position: relative;
	cursor: pointer;
	font-size: 12px;
    font-weight: bold;
	background: linear-gradient(145deg, rgba(20, 28, 42, 0.95), rgba(10, 14, 24, 0.95));
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	color: #e9f2ff;
	text-shadow: 0 3px 10px rgba(4, 8, 16, 0.5);
	box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.08), 0 10px 18px rgba(4, 8, 16, 0.35);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.tower-grid .tile::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(120% 120% at 20% 15%, rgba(255, 255, 255, 0.12) 0%, transparent 55%);
	opacity: 0;
	transition: opacity 180ms ease;
}

.tower-grid .tile:not(.disabled):hover {
	transform: translateY(-2px);
	border-color: rgba(44, 212, 197, 0.35);
	box-shadow: 0 16px 26px rgba(4, 9, 16, 0.4);
}

.tower-grid .tile:not(.disabled):hover::before {
	opacity: 1;
}

.tower-grid .tile.disabled {
	cursor: not-allowed;
}

.tower-grid .tile.danger{
	background: linear-gradient(145deg, rgba(255, 95, 86, 0.95) 0%, rgba(69, 16, 23, 0.95) 100.04%) !important;
	border-color: rgba(255, 95, 86, 0.45);
	box-shadow: 0 18px 40px rgba(255, 95, 86, 0.35);
}

.tower-grid .tile.success {
	background: linear-gradient(132.23deg, rgba(46, 227, 111, 0.95) 0%, rgba(13, 67, 74, 0.95) 100.04%) !important;
	border-color: rgba(46, 227, 111, 0.45);
	box-shadow: 0 18px 40px rgba(46, 227, 111, 0.3);
}

.tower-grid .tile.checked{
	background: linear-gradient(145deg, rgba(44, 212, 197, 0.2), rgba(12, 18, 28, 0.9)) !important;
	border-color: rgba(44, 212, 197, 0.3);
}

.tower-history {
	border: 1px solid var(--site-glass-border);
	background: rgba(10, 14, 22, 0.6);
	box-shadow: var(--site-glass-shadow);
}

.tower-history .table-header .table-row {
	background: rgba(14, 20, 32, 0.75);
}

.tower-history .table-body .table-row {
	background: rgba(12, 18, 28, 0.7);
}

.tower-history .table-body .table-row:nth-child(even) {
	background: rgba(14, 20, 32, 0.7);
}

.tower-history .table-row {
	border-bottom-color: rgba(255, 255, 255, 0.05);
}

@media (max-width: 768px) {
	.tower-board-header {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* END TOWER */

/* PLINKO */
.plinko-page {
	--plinko-glow: rgba(44, 212, 197, 0.22);
}

.plinko-shell {
	width: 100%;
}

.plinko-stack {
	gap: 18px;
}

.plinko-board {
	width: 100%;
	border-radius: 20px;
	padding: 16px;
	background: linear-gradient(140deg, rgba(16, 24, 38, 0.95), rgba(8, 12, 20, 0.95));
	border: 1px solid var(--site-glass-border);
	box-shadow: 0 22px 50px rgba(4, 8, 16, 0.55);
	position: relative;
	overflow: hidden;
}

.plinko-board::before {
	content: "";
	position: absolute;
	inset: -40% -10%;
	background: radial-gradient(45% 45% at 18% 20%, rgba(44, 212, 197, 0.25) 0%, transparent 60%),
		radial-gradient(40% 40% at 85% 75%, rgba(246, 196, 83, 0.2) 0%, transparent 60%);
	opacity: 0.7;
	pointer-events: none;
}

.plinko-board-header {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 14px;
}

.plinko-board-title {
	text-transform: uppercase;
	letter-spacing: 0.22em;
	font-size: 12px;
	font-weight: 700;
	color: var(--site-color-main-light);
	font-family: var(--site-font-display);
}

.plinko-board-subtitle {
	font-size: 12px;
	color: var(--site-color-text);
	opacity: 0.7;
}

.plinko-board-body {
	position: relative;
	z-index: 2;
	padding: 12px 12px 6px;
	border-radius: 18px 18px 10px 10px;
	background: rgba(10, 14, 22, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.06);
}

.plinko-payouts {
	position: relative;
	z-index: 0;
	margin: 0;
	padding: 6px 10px 10px;
	border-radius: 0 0 16px 16px;
	background: rgba(10, 14, 22, 0.65);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-top: 0;
}

.plinko-controls {
	background: var(--site-glass-bg);
	border-radius: 16px;
	border: 1px solid var(--site-glass-border);
	box-shadow: var(--site-glass-shadow);
	padding: 14px;
}

.plinko-controls .input_field {
	margin: 0 0 14px;
	background: rgba(12, 18, 28, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.plinko-controls .field_label {
	color: var(--site-color-main-light);
	opacity: 0.8;
}

.plinko-controls .field_extra button {
	background: rgba(12, 18, 28, 0.8);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--site-color-text);
	transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.plinko-controls .field_extra button:hover {
	transform: translateY(-2px);
	border-color: rgba(44, 212, 197, 0.45);
	box-shadow: 0 12px 24px rgba(4, 8, 16, 0.35);
}

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

.plinko_bet {
	padding: 10px 0;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 12px;
	transition: opacity 300ms, transform 300ms, box-shadow 300ms;
}

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

.plinko_bet[data-color="orange"] {
	/*background: #ffc107;*/
	/*color: #423200;*/
	background: linear-gradient(135deg, rgba(255, 224, 99, 0.95) 0.34%, rgba(154, 125, 8, 0.95) 100%);
	box-shadow: 0 14px 30px rgba(166, 137, 18, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.4);

}

.plinko_bet[data-color="green"] {
	/*background: #00cf51;*/
	/*color: #003816;*/
	background: linear-gradient(135deg, rgba(0, 226, 88, 0.95) 0.34%, rgba(0, 159, 62, 0.95) 79.24%);
	box-shadow: 0 14px 30px rgba(1, 176, 69, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.plinko_bet[data-color="red"] {
	/*background: #ff3030;*/
	/*color: #3e0000;*/
	background: linear-gradient(135deg, rgba(199, 49, 80, 0.95) 0.34%, rgba(156, 16, 45, 0.95) 100%);
	box-shadow: 0 14px 30px rgba(199, 49, 80, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

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

.plinko-info {
	background: linear-gradient(130deg, rgba(16, 24, 38, 0.85), rgba(9, 14, 23, 0.7));
	border: 1px solid var(--site-glass-border);
	border-radius: 14px;
	padding: 12px 16px;
}

.plinko-info div {
	margin: 0;
}

.plinko-info div p {
	font-size: 10px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.plinko-info div span {
	font-family: var(--site-font-display);
	font-weight: 600;
	color: var(--site-color-text);
}

.plinko-history {
	border: 1px solid var(--site-glass-border);
	background: rgba(10, 14, 22, 0.6);
	box-shadow: var(--site-glass-shadow);
}

.plinko-history .table-header .table-row {
	background: rgba(14, 20, 32, 0.75);
}

.plinko-history .table-body .table-row {
	background: rgba(12, 18, 28, 0.7);
}

.plinko-history .table-body .table-row:nth-child(even) {
	background: rgba(14, 20, 32, 0.7);
}

.plinko-history .table-row {
	border-bottom-color: rgba(255, 255, 255, 0.05);
}

#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: clamp(260px, 38vw, 360px);
	padding-top: 14px;
	border-radius: 18px;
	background: radial-gradient(120% 120% at 20% 20%, rgba(44, 212, 197, 0.12) 0%, transparent 55%),
		linear-gradient(180deg, rgba(6, 10, 18, 0.9) 0%, rgba(12, 18, 30, 0.9) 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
	overflow: visible;
}

.plinko-grid > .absolute {
	align-items: flex-start;
	justify-content: center;
}

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

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

.plinko-grid .hole:after {
	display: block;
	content: "";
	height: 6px;
	width: 6px;
	border-radius: 50%;
	/*background: var(--site-color-white);*/
	background: #a8b7cf;
	box-shadow: 0 0 8px rgba(168, 183, 207, 0.6);
}

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

.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: rgba(46, 227, 111, 0.45);
	color: rgba(153, 255, 197, 0.95);
	border-bottom: 0;
}
.plinko-winnings.medium div {
	border-color: rgba(255, 196, 83, 0.45);
	color: rgba(255, 222, 156, 0.95);
	border-bottom: 0;
}
.plinko-winnings.hard div {
	border-color: rgba(255, 95, 86, 0.5);
	color: rgba(255, 165, 162, 0.95);
}

#plinko-arena {
	height: calc(100% / 16 * 15);
	width: 0;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
}

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

.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%;
	box-shadow: 0 8px 16px rgba(4, 8, 16, 0.5), 0 0 18px rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
	.plinko-board-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.plinko-board {
		padding: 12px;
	}

	.plinko-board-body {
		padding: 10px;
	}
}

/* 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: var(--site-color-text);
	margin: -10px 0 10px;
	display: flex;
}

.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;
	opacity: .5;
}

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

/* END OTHERS 
