.btn-m-cancel {
	background: hsla(0, 0%, 100%, 0.2) !important;
}

.fair-game-banner {
    background: linear-gradient(180deg, #FF569B 0%, #FF0068 100%) !important;
    position: relative;
}
.fair-game-title {
    font-family: 'Gotham' !important;
    font-weight: 900;
    font-size: 34px;
    font-style: italic;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    text-align: left !important; 
    z-index: 10;
}
.fair-arr-notch {
    position: absolute;
    left: 0px;
    top: 22px;
}
.fair-game-subtitle {
    font-family: 'Gotham' !important;
    font-weight: 500;
    color: rgba(255, 163, 200, 1);
    font-size: 14px !important;
    z-index: 10;
}
.fair-locks {
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 9;
}
.fair-locks-case {
    position: relative;
}
.fair-lock-b {
    position: absolute;
    bottom: 0;
    right: 40px;
}
.fair-lock-m {
    position: absolute;
    bottom: 0;
    right: 120px;
    z-index: 1;
}

.fair-formula-bg {
    background: url('/assets/icons/new_css/e.png') #161616;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.fair-formula-title {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Gotham' !important;
    color: rgba(126, 126, 126, 1);
}
.fair-formula-result {
    background: rgba(232, 28, 90, 1);
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
}



.info-balance-on-modal {
	background-color: rgba(54, 167, 100, 1);
	border-radius: 9px;
	padding: 13px 41px 10px 14px;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.tb-icon-text {
	display: flex;
	align-items: center;
}
.tb-icon-text img {
	width: 100%;
	margin-right: 6px;
}
.tb-small {
	font-size: 8px;
	color: rgba(24, 77, 46, 1);
	white-space: nowrap;
	line-height: 12px;
	margin-top: 2px;
}
.tb-value .balance__count__value {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	line-height: 12px;
}
.tb-data-value {
	position: relative;
}
.tb-value span.tb-text-usdt {
	background-color: #fff;
	position: absolute;
	top: -7px;
	right: -28px;
	font-size: 7px;
	color: rgba(54, 167, 100, 1);
	border-radius: 3px;
	padding: 1px 3px; 
}
.tb-data-value {
	margin-right: 12px;
}
#deposit-modal .btn_modal:disabled {
	background: linear-gradient(180deg, #202020 0%, #282828 100%) !important;
	opacity: 1 !important;
}
#deposit-modal .btn_modal:disabled span {
	color: #fff !important;
}





.chat-locked {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: #181818;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.chat-locked-icon img {
	width: 130px;
	height: auto;
}
.chat-locked-text {
	margin-top: 13px;
	text-wrap: auto;
	padding: 0px 16px;
	max-width: 300px;
	font-size: 14px;
	color: #7e7e7e;
	text-align: center;
	font-weight: 500;
}

.chat-locked-text span {
	color: rgba(154, 89, 53, 1);
}




.banner-win-chat {
	background: radial-gradient(119.07% 225.38% at 107.96% 0%, #8DBBFF 0%, #287FFF 100%);
	border-radius: 12px;
	max-width: 300px;
	padding: 20px 20px;
	position: relative;
}
.bfc-win-amount {
	font-weight: 900;
	font-family: 'Gotham';
	font-size: 20px;
	color: #fff;
}
.bfc-win-label {
	color: rgba(51, 74, 109, 1);
	font-weight: 700;
	font-family: 'Gotham';
	font-size: 10px;
	text-transform: uppercase;
}
.bfc-monet {
	position: absolute;
}
.bfc-monet-1 {
	max-width: 180px;
	height: auto;
	bottom: 0;
	right: 0;
}
.bfc-monet-2 {
	max-width: 55px;
	height: auto;
	bottom: 12px;
	right: 114px;
}
.bfc-monet-3 {
	max-width: 55px;
	height: auto;
	bottom: 33px;
	right: 88px;
}

.header-active-page {
	border-bottom: 2px solid var(--accent-color);
}

.menu__link:before.header-active-page
{    background-color: #161616 !important;}



.only-desctop-case-wrap {
	position: fixed;
	top: 0;
	background: url('/assets/icons/new_css/bg-coming-soon.jpg') center center;
	background-size: cover;
	min-height: 100vh;
	color: #fff;
	width: 100vw;
	height: 100vh;
	z-index: 999999999;
	display: none;
}
.only-desctop-case {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.wsite-max-container {
	max-width: 600px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.only-desctop-logo {
	margin-bottom: 60px;
}

.only-desctop-logo img {
	width: 52px;
}

.only-desctop-h1 {
	font-size: 48px;
	color: rgba(255, 255, 255, 1);
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 52px;
}

.only-desctop-h1 span {
	color: rgba(232, 28, 90, 1);
}

.only-desctop-subtitle {
	max-width: 460px;
	font-size: 16px;
	color: rgba(70, 70, 70, 1);
	margin-bottom: 40px;
}

.mobile-no-scroll {
	overflow: hidden !important;
}

@media screen and (max-width: 700px) {
	.only-desctop-h1 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 24px;
	}
	.only-desctop-subtitle {
		font-size: 12px;
		max-width: 280px;
	}
}




.modal__header {
	background: linear-gradient(180deg, #202020 0%, #282828 100%) !important;
	padding: 15px !important;
	border: 1px solid rgba(44, 44, 44, 1);
	border-radius: 12px !important;
}
.modal__body {
	padding: 0 !important;
}
.dmodal-note {
	padding: 14px 15px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	font-size: 13px;
	line-height: 16px;
}
.dmodal-note-ai-start {
	align-items: start !important;
}
.dmodal-note-yellow {
	background: rgba(255, 219, 149, 0.2);
	color: rgba(255, 219, 149, 1);
}
.dmodal-note img.dicon {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}
.dmodal-note-black {
	background-color: rgba(255, 255, 255, 0.04);
	color: rgba(126, 126, 126, 1);
}
.dmodal-footer {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.dmodal-note-green {
	background: linear-gradient(200.96deg, rgba(54, 167, 100, 0.2) -3.91%, rgba(43, 131, 79, 0.2) 122.68%);
	color: rgba(43, 131, 79, 1);
}
.dmodal-text-green {
	width: 100%;
	text-align: center;
	font-weight: 500;
}
#deposit-modal .modal__cols input, #deposit-modal .modal__cols select {
	border-radius: 12px !important;
}
#deposit-modal .input__controll {
	border: 1px solid rgba(40, 40, 40, .3);
	background: rgba(20, 20, 20, 1) !important;
}
.icon_global {
	background-color: currentcolor;
	-webkit-mask-image: url('/assets/icons/new_css/global.svg');
	mask-image: url('/assets/icons/new_css/global.svg');
}
.icon_wallet_new {
	background-color: currentcolor;
	-webkit-mask-image: url('/assets/icons/new_css/wallet.svg');
	mask-image: url('/assets/icons/new_css/wallet.svg');
}
.validate-input-red {
	border: 1px solid rgba(255, 0, 104, .6) !important;
}
.validate-input-green {
	border: 1px solid rgba(54, 167, 100, .6) !important;
}





.toast-alert-btns .iziToast-body {
	display: block !important;
	padding-right: 0 !important;
}
.toast-alert-btns .iziToast-buttons {
	display: block !important;
	width: 100%;
    display: flex !important;
    justify-content: center;
    gap: 10px;
}
.toast-alert-btns .iziToast-buttons button {
	min-width: 82px;
}
.toast-alert-btns .iziToast-close {
	display: none !important;
}
.toast-alert-btns .iziToast-message {
	text-align: center !important;
	display: block !important;
}
.toast-alert-btns .iziToast-texts {
	margin: 0 !important;
	width: 100%;
}
.toast-alert-btns .iziToast-message {
	padding: 12px !important;
}



.new-r-last-num-value {
	height: 34px !important;
    max-height: 34px !important;
    min-height: 34px !important;
    font-size: 13px !important;
    border-radius: 8px !important;
    padding: 7px !important;
}
.new-r-grid-last {
	display: grid;
	grid-template-rows: repeat(2, 1fr);
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
    width: 80%;
}
.final-rounds_block_head {
	text-align: center;
	text-transform: uppercase;
	font-weight:600;
	margin-bottom: 6px;
	font-size:12px;
	line-height: 18px;
	color:#B2B2B2;
}


.roulette-no-data {
	font-size: 12px !important;
	text-align: center !important;
	max-width: 100% !important;
}

.mb-1 {
	margin-bottom: 6px !important;
}

.rank-progress {
	border: 1px solid #2f2f2f;
	border-radius: 6px;
	background: #312f31;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.rank-progress .modal__info-tag {
	margin-bottom: 0px !important;
	border: 0 !important;
	position: relative;
}

.rank-progress-text {
	display: flex;
	align-items: center;
	margin-left: 14px;
}
.rank-progress-text img {
	width: 18px;
	margin-right: 6px;
}
.rank-progress-text span {
	font-size: 13px;
	font-weight: 500;
}

.roulette-game-container {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;

	transition:
	transform 0.4s ease,
	opacity 0.4s ease,
	visibility 0.4s ease;
}
.roulette-game-container.is-roulette-hidden {
	transform: translateY(40px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}