@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@media all{
    :root{
        display: grid;
        min-height: 100%;
        font-family: "Inter", serif;
		font-optical-sizing: auto;
		font-weight: <weight>;
		font-style: normal;
        font-size: 16px;
        line-height: 1.2;
    }
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


.no-sidebar-transition,
.no-sidebar-transition * {
	transition: none !important;
}





html .common-layout_sleave .bonus-title-comp {
		font-size: 12px;
		display: none;
		color: var(--color-text-main);
		font-weight: 600;
	}




@media (min-width: 1024px) {
	html.sidebar-compact-init .common-layout_space,
	.common-layout_space.compact {
		width: 64px;
	}

	html.sidebar-compact-init .common-layout_backdrop,
	.common-layout_backdrop.compact {
		width: 64px;
	}
	
	html.sidebar-compact-init .common-layout_sleave .common-layout_content,
	.common-layout_sleave.compact .common-layout_content {
		width: 64px;
	}
	
	html.sidebar-compact-init .common-layout_sleave .sidebar-bonus-container {
		padding-inline: 6px;
	}
	
	html.sidebar-compact-init .common-layout_sleave .bonus-button-overlay {
		flex-direction: column-reverse;
		padding-bottom: 6px;
	}
	
	html.sidebar-compact-init .common-layout_sleave .bonus-content {
		padding-inline: 6px;
		align-items: flex-end;
	}
	
	html.sidebar-compact-init .common-layout_sleave .bonus-title {
		font-size: 10px;
		display: none;
	}
	
	html.sidebar-compact-init .common-layout_sleave .bonus-sub {
		display: none;
	}
	
	html.sidebar-compact-init .common-layout_sleave .bonus-title-comp {
		display: block;
	}
	
	html.sidebar-compact-init .common-layout_sleave .bonus-icon {
		position: absolute;
		height: 45px;
		width: 45px;
		top: -10px;
		left: 0px;
	}
	
	html.sidebar-compact-init .common-layout_sleave .games-block {
	overflow: visible;
	padding-block: 0;
}

html.sidebar-compact-init .common-layout_sleave .games-main {
	justify-content: center;
}

html.sidebar-compact-init .common-layout_sleave .games-title {
	display: none;
}

html.sidebar-compact-init .common-layout_sleave .games-block-container {
	padding: 8px;
	display: flex;
    gap: 8px;
    flex-direction: column;
}

html.sidebar-compact-init .common-layout_sleave .games-submenu {
	margin-top: 0;
	position: absolute;
	left: 100%;
	margin-left: 6px;
    background: var(--color-bg-card-soft);
    border-radius: var(--tab-rounding-square-tab);
	pointer-events: none;
    opacity: 0;
    transform: translateY(0px) scale(1);
    transform-origin: top left;
	transition: opacity 0s ease, transform 0.2s ease 0.3s;
}

html.sidebar-compact-init .common-layout_sleave .games-block:hover .games-submenu {
	opacity: 1;
	pointer-events: all;
	animation: submenuBounce 0.3s cubic-bezier(.34,1.56,.64,1);
}

html.sidebar-compact-init .common-layout_sleave .games-block:hover .games-main {
	background: rgb(6 113 212 / 20%);
}

html.sidebar-compact-init .common-layout_sleave .games-block:hover .games-icon {
	opacity: 1;
}

html.sidebar-compact-init .common-layout_sleave .games-submenu:hover {
	opacity: 1;
	pointer-events: all;
}

html.sidebar-compact-init .common-layout_sleave .sidebar-bottom-container {
	padding-inline: 8px;
	gap: 8px;
}

html.sidebar-compact-init .common-layout_sleave .sidebar-windows-button {
	justify-content: center;
	background: #0f467f00;
}

html.sidebar-compact-init .common-layout_sleave .sidebar-windows-button-container {
	width: max-content;
}

html.sidebar-compact-init .common-layout_sleave .sidebar-windows-button-text-container {
	display: none;
}

html.sidebar-compact-init .common-layout_sleave .sidebar-windows-button-svg_0 {
	width: 42px;
    height: 42px;
}

html.sidebar-compact-init .common-layout_sleave .sidebar-windows-button-svg_1 {
	display: none;
}

html.sidebar-compact-init .common-layout_sleave .sidebar-social-language-container {
	flex-direction: column;
}

html.sidebar-compact-init .common-layout_sleave .sidebar-social-container {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
	cursor: pointer;
	position: relative;
}

html.sidebar-compact-init .common-layout_sleave .sidebar-social-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 8px;
    height: 100%;
}

html.sidebar-compact-init .common-layout_sleave .sidebar-social-icon div {
	width: 22px;
	height: 22px;
}

html.sidebar-compact-init .common-layout_sleave .sidebar-language-container {
    padding: 4px;
    width: 100%;
    justify-content: center;
}

html.sidebar-compact-init .common-layout_sleave .sidebar-language-container span {
	display: none;
}

html.sidebar-compact-init .common-layout_sleave .sidebar-social-container:hover .sidebar-social-compact-container {
	display: flex;
    opacity: 1;
    pointer-events: all;
    animation: submenuBounce 0.3s cubic-bezier(.34,1.56,.64,1);
}

html.sidebar-compact-init .common-layout_sleave .sidebar-support-container {
	padding-inline: 8px;
}

html.sidebar-compact-init .common-layout_sleave .sidebar-support-buttons-container {
	flex-direction: column;
}

html.sidebar-compact-init .common-layout_sleave .sidebar-support-buttons {
	justify-content: center;
    align-items: center;
	gap: 8px;
}

html.sidebar-compact-init .common-layout_sleave .sidebar-support-button {
	width: 36px;
    height: 36px;
}

html.sidebar-compact-init .common-layout_sleave .sidebar-support-text {
	display: none;
	font-size: 0px;
}

html.sidebar-compact-init .common-layout_sleave .sidebar-support-text-time {
	display: none;
	font-size: 0px;
}

html.sidebar-compact-init .common-layout_sleave .games-block::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 6px;
    height: 100%;
}

html.sidebar-compact-init .common-layout_sleave .submenu-list {
	border-left: 0;
    margin-left: 0;
	padding: 8px;
}

html.sidebar-compact-init .common-layout_sleave .submenu-item-vip {
	justify-content: center;
}

html.sidebar-compact-init .common-layout_sleave .submenu-title-vip {
	display: none;
}

html.sidebar-compact-init .common-layout_sleave .sidebar-context-support-container {
	margin-top: 0;
    position: absolute;
    left: 100%;
	bottom: 0;
    margin-left: 8px;
    background: var(--color-bg-card-soft);
    border-radius: var(--tab-rounding-square-tab);
    pointer-events: none;
    opacity: 0;
    transform: translateY(0px) scale(1);
    transform-origin: top left;
    transition: opacity 0s ease, transform 0.2s ease 0.3s;
}

html.sidebar-compact-init .common-layout_sleave .submenu-item-vip:hover .sidebar-context-container {
    opacity: 1;
    pointer-events: all;
    animation: submenuBounce 0.3s cubic-bezier(.34,1.56,.64,1);
}

html.sidebar-compact-init .common-layout_sleave .sidebar-windows-button:hover .sidebar-context-container {
    opacity: 1;
    pointer-events: all;
    animation: submenuBounce 0.3s cubic-bezier(.34,1.56,.64,1);
}

html.sidebar-compact-init .common-layout_sleave .sidebar-button-compact svg {
	transform: rotate(180deg);
}

html.sidebar-compact-init .common-layout_sleave {
	overflow: visible;
}

html.sidebar-compact-init .common-layout_sleave .sidebar-profile-button {
	justify-content: center;
}

html.sidebar-compact-init .common-layout_sleave .sidebar-profile-button-container {
	display: none;
}

html.sidebar-compact-init .common-layout_sleave .slidebar-bonus-container {
	padding-inline: 8px;
}

html.sidebar-compact-init .common-layout_sleave .sidebar-profile-name {
	font-size: 0px;
}

html.sidebar-compact-init .common-layout_sleave .sidebar-profile-id {
	font-size: 0px;
}
}



.balance-header-left.refresh {
	position: relative; /* Чтобы позиционировать ::after внутри */
	overflow: hidden; /* Обрезать анимацию по краям */
}

.balance-header-left.refresh::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--blue-contrast);
  opacity: 0;
  animation: refreshStart forwards, refreshEnd 1s 1.6s forwards;
  z-index: 10;
}

@keyframes refreshStart {
	to {
		opacity: 1;
	}
}

@keyframes refreshEnd {
	to {
		opacity: 0;
	}
}

.balance-header-left.refresh::before {
	content: '';
    position: absolute;
	opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
	aspect-ratio: 1;
	border-radius: 50%;
    animation: s7-start 0.3s forwards, s7-end 1s 1.3s forwards, s7 1s infinite;
    z-index: 11;
    pointer-events: none;
}

@keyframes s7 {
	0%  {box-shadow: 15px 0 #0984f5, -15px 0 #0f467f6e;background: #0984f5 }
    33% {box-shadow: 15px 0 #0984f5, -15px 0 #0f467f6e;background: #0f467f6e}
    66% {box-shadow: 15px 0 #0f467f6e,-15px 0 #0984f5; background: #0f467f6e}
    100%{box-shadow: 15px 0 #0f467f6e,-15px 0 #0984f5; background: #0984f5 }
}

@keyframes s7-start {
	to{
		opacity: 1;
	}
}

@keyframes s7-end {
	to{
		opacity: 0;
	}
}

.fl-row * {
	box-sizing: border-box;
}    
.fl-row {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0;
}    
.fl-col {
	width: 300px;
	margin: 10px;
	position: relative;
	overflow: hidden;
	border: 8px solid #BFE2FF;
}    
.fl-col:after {
	content: "";
	padding-top: 100%;
	float: left;
}
.fl-col-text {
	padding: 20px;
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #337AB7;
}

.main-page-right {
	width: 100%;
	max-width: 1630px;
	padding-inline: 16px;
}

.c35hj93-header {
    width: 100%;
	margin-top: 24px;
    position: relative;
    align-items: center;
    margin-inline: auto;
    display: flex;
}

.overlay {
	width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1001;
    max-width: 1630px;
    pointer-events: none;
}

.overlay-bg {
  position: absolute;
  display:none;
  inset: 0;
  background-color: #000000c2;
  pointer-events: all;
}

.overlay-bg.view {
	
}

.notification-bar {
	position: absolute;
    background: var(--white-1);
    border-radius: 12px;
    max-width: 280px;
    display: flex;
    top: 78px;
    overflow: visible;
    flex-direction: column;
    transition: .3s ease;
    pointer-events: none;
    z-index: 1001;
	opacity: 0;
	right: -400px;
}

.notification-bar .modal-notifications-arrow {
	fill: var(--white-1);
	position: absolute;
	height: 6px;
	aspect-ratio: 2.2;
	top: 0px;
	right: 14px;
	transition: top .3s ease .3s;
}

.notification-bar.view .modal-notifications-arrow {
	top: -6px;
}

.notification-bar.view {
	opacity: 1;
	right: 48px;
	pointer-events: all;
}

.modal-notifications-top-bar_left {
	font-size: 18px;
    align-items: center;
    display: flex;
    color: var(--blue-contrast);
    font-weight: 600;
    width: 100%;
    justify-content: space-between;
    text-align: center;
}

.modal-notifications-exit_button {
	display: flex;
    border-radius: 6px;
    align-items: center;
    height: 30px;
    width: 30px;
    padding: 4px;
    justify-content: center;
    cursor: pointer;
}






.notification-content-block {
	display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px;
    gap: 12px;
	min-height: 375px;
	border-top: 1px solid var(--blue-text);
}

.notification-empty {
	padding-bottom: 24px;
    color: var(--blue-contrast);
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-direction: column;
    display: flex;
}

.notification-empty-text {
	align-items: center;
    gap: 4px;
    text-align: center;
    flex-direction: column;
    display: flex;
}

.notification-empty-text div {
	font-size: 24px;
	font-weight: 600;
	
}

.notification-empty-text span {
	font-size: 14px;
	font-weight: 400;
	color: var(--blue-text);
}

@keyframes sidebar-view {
	to{
		opacity: 1;
		right: 0px;
	}
}

.notification-bar.active {
	
}

.profile-block {
	padding: 24px 0 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
	display: flex;
	align-items: center;
	justify-content: center;
}

.profile-info {
  text-align: center;
  display: grid;
  max-width: 100%;
  overflow: hidden;
  justify-content: center;
  gap: 4px;
}

.username {
	font-size: 24px;
	color: #e8eef7;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wallet-id {
  color: #9bb0c9;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 24px 0;
	gap: 20px;
	height: 100%;
}

.balance-block {
  padding: 16px;
  border-radius: 12px;
  background: var(--color-bg-card);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.balance-info {
	display: flex;
	flex-direction: column;
	gap: 6px;
	justify-content: center;
}

.balance-label {
  color: var(--blue-text);
  font-size: 14px;
  font-weight: 400;
}

.balance-value {
	color: var(--white-1);
	font-size: 24px;
	font-weight: 600;
	display: flex;
}

.balance-value-view {
	display: flex;
}

.balance-dec-profile {
	color: var(--blue-text);
	font-weight: 400;
}

.balance-buttons {
	display: flex;
	gap: 12px;
}

.btn {
	cursor: pointer;
    border-radius: var(--tab-rounding-square-tab);
    display: flex;
    transition: all 0.1s ease;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text-main);
    padding: 12px;
	width: 100%;
}

.deposit-btn {
  background: var(--color-green-active);
}
.deposit-btn:hover {
	background: var(--color-green);
}


.withdraw-btn {
	background: var(--color-bg-card-soft);
}
.withdraw-btn:hover {
	background: var(--color-bg-card-soft-hover);
}

.btn:active {
	opacity: 0.86;
}
.bonus-and-games {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 18px 0 0 0;
}



























.spacer {
  margin-left: auto;
}





























.sidebar-social-container {
	gap: 4px;
    flex-wrap: nowrap;
    display: flex;
}



.sidebar-social-icon {
	cursor: pointer;
	border-radius: 8px;
	background-color: unset;
	padding: 0;
	transition: opacity .1s;
	display: inline-block;
	position: relative;
}



.sidebar-social-icon div {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	transition: background-color .1s;
	position: relative;
	overflow: hidden;
	transition: .3s ease;
}



.sidebar-language-container {
	display: flex;
	height: 100%;
	padding: 0 12px;
	border-radius: var(--tab-rounding-square-tab);
    background-color: var(--color-bg-card-soft-hover);
    color: var(--color-text-main);
	align-items: center;
	gap: 4px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	transition: .3s ease;
}



.sidebar-social-compact-container {
	margin-top: 0;
    position: absolute;
    left: 100%;
    margin-left: 6px;
    background: var(--color-bg-card-soft);
    border-radius: var(--tab-rounding-square-tab);
    pointer-events: none;
    opacity: 0;
    transform: translateY(0px) scale(1);
    transform-origin: top left;
	display: none;
	gap: 2px;
	flex-direction: column;
    transition: opacity 0s ease, transform 0.2s ease 0.3s;
}

.sidebar-social-compact-icon {
	cursor: pointer;
    border-radius: 8px;
    background-color: unset;
    padding: 0;
    transition: opacity .1s;
    position: relative;
    padding-inline: 12px;
	padding-block: 6px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
	gap: 4px;
}

.sidebar-social-compact-icon:hover {
	background: var(--color-bg-card-soft-hover);
}

.sidebar-social-compact-icon:active {
	opacity: 0.86;
}

.sidebar-social-compact-icon div {
    width: 26px;
    height: 26px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    transition: .3s ease;
}

.sidebar-social-compact-icon span {
	font-size: 14px;
    font-weight: 400;
}

.sidebar-support-container {
	padding-block: 12px 0;
    padding-inline: 16px;
	transition: .3s ease;
}



.sidebar-support-buttons-container {
	box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    display: inline-flex;
    position: relative;
}

.sidebar-support-buttons-container svg {
	width: 100%;
	height: 100%;
}


.sidebar-support-buttons {
	gap: 4px;
    flex-wrap: wrap;
    flex-shrink: 0;
    display: flex;
	transition: .3s ease;
}



.sidebar-support-button {
	border-radius: 12px;
    background-color: unset;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    will-change: transform;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
	width: 28px;
	height: 28px;
	transition: .3s ease;
}



.sidebar-support-text {
	color: var(--white-1);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin: 0 auto 0 0;
	transition: .3s ease;
}



.sidebar-support-text-time {
	border-radius: 8px;
    -webkit-user-select: none;
    user-select: none;
    min-width: 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.01px;
    line-height: 16px;
    align-items: center;
    display: inline-flex;
    color: #ffffff;
    flex-shrink: 0;
    background-color: #0671d4;
    padding: 4px 8px;
	transition: .3s ease;
}



@keyframes submenuBounce {
    0% {
        transform: translateY(10px) scale(0.95);
        opacity: 0;
    }
    60% {
        transform: translateY(-3px) scale(1.02);
        opacity: 1;
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}









.common-layout_sleave .sidebar-context-support-container {
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: 4px;
    background: var(--color-bg-card-soft);
    border-radius: var(--tab-rounding-square-tab);
	color: var(--color-text-main);
    pointer-events: none;
    opacity: 0;
    transform: translateY(0px) scale(1);
    transform-origin: top left;
    transition: opacity 0s ease, transform 0.2s ease 0.3s;
}



.sidebar-context-support {
	border-left: 0;
    margin-left: 0;
    padding-inline: 12px;
    padding-block: 6px;
    width: max-content;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 1024px) {
	.common-layout_sleave .sidebar-support-button:hover .sidebar-context-support-container {
		opacity: 1;
		pointer-events: all;
		animation: submenuBounce 0.3s cubic-bezier(.34,1.56,.64,1);
	}
}

.sidebar-context-container {
	margin-top: 0;
    position: absolute;
    left: 100%;
    margin-left: -2px;
    background: var(--color-bg-card-soft);
    border-radius: var(--tab-rounding-square-tab);
    pointer-events: none;
    opacity: 0;
    transform: translateY(0px) scale(1);
    transform-origin: top left;
    transition: opacity 0s ease, transform 0.2s ease 0.3s;
}



.sidebar-context {
	border-left: 0;
    margin-left: 0;
    padding-inline: 12px;
    padding-block: 6px;
    width: max-content;
	text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.submenu-label-coming {
    position: relative;
}

.submenu-label-coming::after {
    content: "Coming soon";
    position: absolute;
	inset: 0;
	opacity: 0;
    background: rgb(15, 25, 47);
    border-radius: 6px;
    text-align: center;
    width: 100%;
    left: 0;
    height: 36px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-left: auto;
    color: #e8eef7;
    transition: all 0.3s ease;
    justify-content: center;
}

.submenu-label-coming:hover::after {
    opacity: 1;
}

.submenu-label-coming:hover {
    color: #e8eef7;
	background: transparent;
}



.submenu-item:hover .submenu-label {
	color: #e8eef7;
}


.footer-buttons {
  background: var(--color-bg-card);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

button.footer-btn {
  padding: 12px 16px;
  height: 62px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  cursor: pointer;
  border: none;
  background: none;
  border-bottom: 1px solid var(--blue-button-0);
  transition: all 0.3s ease;
}

.footer-btn svg {
	fill: var(--blue-text);
	transition: all 0.3s ease;
}

.footer-btn:hover svg {
	fill: var(--white-1);
}

a.footer-btn {
  padding: 12px 16px;
  height: 62px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  border: none;
  background: none;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-btn:hover {
	background: var(--color-bg-card-soft-hover);
}

.footer-btn:active {
	opacity: 0.86;
}

.footer-icon {
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  display: flex;
}

.footer-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-right: auto;
  align-items: flex-start;
}

.footer-title {
  color: var(--white-1);
  font-size: 14px;
  font-weight: 600;
}

.footer-sub {
  color: var(--blue-text);
  font-size: 12px;
  font-weight: 400;
}

.logout-button {
	background: transparent;
	border-radius: 12px;
	height: 62px;
	padding: 12px 16px;
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--blue-text);
	text-decoration: none;
	transition: all 0.3s ease;
}

.logout-button:hover {
	background: var(--color-bg-card-soft-hover);
	color: var(--white-1);
}

.logout-icon {
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  display: flex;
}

.logout-text {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.logout-title {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bottom-spacer {
  padding: 0;
}


.fl-row * {
	box-sizing: border-box;
}    
.fl-row {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0;
}    
.fl-col {
	width: 300px;
	margin: 10px;
	position: relative;
	overflow: hidden;
	border: 8px solid #BFE2FF;
}    
.fl-col:after {
	content: "";
	padding-top: 100%;
	float: left;
}
.fl-col-text {
	padding: 20px;
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #337AB7;
}

.nav-bar {
	position: relative;
	width: 100%;
}

.top-bar {
	height: 3.25rem;
    align-items: center;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

.top-bar-left {
	flex-grow: 1;
	align-items: center;
	display: flex;
	justify-content: flex-end;
}

.top-bar-left_content {
	margin-right: 1rem;
	align-items: center;
	display: flex;
	position: relative;
}

.top-bar-left_content::after {
    content: "";
    clip-path: inset(0 0 14% 0);
    width: 43px;
    height: 45px;
    left: -9px;
    bottom: -4px;
    position: absolute;
    background: url(/img/bonus/giftbox_s.png) no-repeat;
    background-size: cover;
    pointer-events: none;
}

.top-bar-right {
	align-items: center;
	display: flex;
}

.top-bar-right_content {
	justify-content: center;
	align-items: center;
	display: flex;
}

.top-bar-right_content_text {
	text-align: end;
	margin-right: 10px;
}

.content_text_high {
	font-size: 13px;
	line-height: inherit;
	font-weight: 600;
	
	color: #ECF0F1;
}

.content_text_low {
	color: #ffffff80;
	font-size: 13px;
	line-height: inherit;
}

.top-bar_button {
	border-radius: 5px;
	border-width: 0px;
	font-weight: 600;
	color: #ECF0F1;
	border-color: transparent;
	transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	height: 24px;
	width: 24px;
	justify-content: center;
	align-items: center;
	display: flex;
	padding: 0;
	background-color: #007DBB;
}

.top-bar_button:hover {
    background-color: #3498DB;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.top-bar_button:active {
    background-color: #3498DB;
    box-shadow: inset 0 4px 10px 2px rgba(0, 0, 0, 0.3);
}

.nav-backbar {
    align-items: center;
    gap: 24px;
    display: flex;
	height: 100%;
}

.nav-backbar_block {
    align-items: center;
    display: flex;
    height: 100%;
}

.nav-backbar_block.active {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
	box-shadow: 0px 0px 15px 8px rgba(0, 0, 0, 0.1);
}

.nav-backbar_logo {
	align-items: center;
	display: flex;
}

.logo_main {
	height: 90px;
}

.logo_main svg {
	height: 100%;
    width: auto;
}

.nav-backbar_content {
	justify-content: space-between;
	flex-shrink: 0;
	flex-grow: 1;
	align-items: center;
	display: flex;
}

.content_sticky_bar {
	justify-content: space-between;
	flex-shrink: 0;
	flex-grow: 1;
	align-items: center;
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
}

.content_sticky_bar-left {
	
}

.content_game-bar {
	align-items: center;
    display: flex;
    margin-left: 16px;
    gap: 8px;
	height: 42px;
}

.content_game-bar_spacer {
	height: 80%;
	width: 1px;
	background-color: #0f467f6e;
}

.content_game-bar_text {
	text-decoration-line: none;
    transition: all 0.3s ease;
    font-size: 14px;
    color: var(--white-1);
    font-weight: 600;
    align-items: center;
    display: flex;
	gap: 6px;
    background: var(--blue-button-0);
    border-radius: 8px;
	height: 100%;
}

.content_game-bar .link-1 {
    padding: 0 22px;
}

.link-1 svg {
	color: var(--blue-text);
    fill: currentColor;
	transition: all 0.3s ease;
}

.link-1:hover svg {
	color: var(--white-1);
}

.link-1:hover {
    transform: scale(1.02);
	background: var(--blue-hover-1);
}

.link-1:active {
    opacity: 0.86;
	transform: scale(0.98);
}

.content_game-bar_img {
	height: 100%;
    min-width: 100px;
    padding: 0px 4px;
    background: var(--blue-button-0);
    border-radius: 8px;
	transition: all 0.3s ease;
}

.content_game-bar_img:hover {
	transform: scale(1.02);
	background: var(--blue-hover-1);
}

.content_game-bar_img:active {
	opacity: 0.86;
	transform: scale(0.98);
}

.content_game-bar .crash {
	background: url(/img/games-ico/header/crash.png?v=1) no-repeat;
    background-size: contain;
	background-position: center center;
}

.content_game-bar .aof {
	background: url(/img/games-ico/header/aof.png?v=1) no-repeat;
    background-size: contain;
    background-position: center center;
}

.content_game-bar .hvl {
	background: url(/img/games-ico/header/hvl.png) no-repeat;
    background-size: contain;
    background-position: center center;
}

.content_game-bar .luckywheel {
	background: url(/img/games-ico/header/luckywheel.png) no-repeat;
    background-size: contain;
    background-position: center center;
}

.content_game-bar .thimbles {
	background: url(/img/games-ico/header/thimbles.png?v=1) no-repeat;
    background-size: contain;
    background-position: center center;
}

.content_game-bar .goldengrid {
	background: url(/img/games-ico/header/goldengrid.png) no-repeat;
    background-size: contain;
    background-position: center center;
}

.content_game-bar .rocketslot {
	background: url(/img/games-ico/header/rocketslot.png) no-repeat;
    background-size: contain;
	background-position: center center;
}
.content_game-bar .aviator {
	background: url(/img/games-ico/header/aviator.png) no-repeat;
    background-size: contain;
	background-position: center center;
}
.content_game-bar .lj {
	background: url(/img/games-ico/header/lj.png) no-repeat;
    background-size: contain;
	background-position: center center;
}
.content_game-bar .mines {
	background: url(/img/games-ico/header/mines.png) no-repeat;
    background-size: contain;
	background-position: center center;
}

.content_sticky_bar-right {
	align-items: center;
	display: flex;
	gap: 12px;
    height: 100%;
}

.content_button__login {
	height: 42px;
}

.button__login {
	cursor: pointer;
    padding: 0 20px;
	height: 100%;
    min-width: 100px;
    background: var(--blue-button-0);
    border-radius: 8px;
    display: flex;
    transition: all 0.3s ease;
    justify-content: center;
    align-items: center;
    color: var(--white-1);
    font-size: 14px;
    font-weight: 600;
}

.button__login:hover {
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    background: var(--blue-hover-0);
}

.button__login:active {
    opacity: 0.86;
}

.content_button__singup {
	height: 42px;
}

.button__singup {
	cursor: pointer;
    padding: 0 20px;
	height: 100%;
    min-width: 100px;
    border-radius: 8px;
    display: flex;
    transition: all 0.3s ease;
    justify-content: center;
    align-items: center;
    color: var(--white-1);
    font-size: 14px;
    font-weight: 600;
	background: var(--blue-button-1);
	border: 1px solid transparent;
	translate: 0px 0px 1px;
}

.button__singup::before {
	content: " ";
    position: absolute;
    inset: calc(1px* -1);
    z-index: -1;
    border: inherit;
    border-radius: inherit;
    background-image: conic-gradient(from var(--angle), #1d5b6a00 80%, #d1f2ff 88%, #d1f9ff 92%, #1d626a00 100%);
    background-origin: border-box;
    -webkit-mask: linear-gradient(black, black) content-box, linear-gradient(black, black);
    mask: linear-gradient(black, black), linear-gradient(black, black);
    -webkit-mask-clip: content-box, border-box;
    mask-clip: content-box, border-box;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: spin 3s linear infinite;
}

@property --angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn;
}

@keyframes spin {
  to {
    --angle: 1turn;
  }
}

.button__singup:hover {
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    background: var(--blue-hover-1);
}

.button__singup:active {
	opacity: 0.86;
}







.modal-login_content {
	min-width: 390px;
    flex-direction: column;
    display: flex;
    background: var(--blue-contrast);
    border-radius: 16px;
}

.modal-top-bar {
	align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 16px;
}

.modal-top-bar_left {
	font-size: 22px;
    align-items: center;
    display: flex;
    color: var(--white-1);
    font-weight: 700;
	width: 100%;
    justify-content: space-between;
}

.modal-top-bar_whitespace {
	align-items: start;
	display: flex;
}

.modal-top-bar_right {
	background-image: url(/img/close_24dp.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.modal-exit_button {
	display: flex;
    border-radius: 8px;
    align-items: center;
    background-color: var(--color-bg-card);
    height: 30px;
    width: 30px;
    padding: 6px;
    justify-content: center;
    cursor: pointer;
}

.modal-exit_button:active {
	opacity: 0.86;
}

.modal-top_label {
	margin-top: 10px;
	align-items: start;
	justify-content: space-between;
	display: flex;
	font-size: 12px;
	color: #070c19;
	letter-spacing: 1.29px;
	font-weight: 300;
}

.modal-authentication-form {
	flex-direction: column;
    display: flex;
    padding: 16px;
    padding-top: 0;
}

.modal-authentication-form_content {
	width: 100%;
	height: 100%;
}

.modal-authentication-spacer {
	justify-content: space-between;
    display: flex;
    height: 1px;
    background-color: var(--blue-button-0);
    position: relative;
    width: 100%;
    margin-bottom: 16px;
}

.modal-authentication-input_content {
	margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.modal-authentication-input_block {
	border-radius: 12px;
    overflow: hidden;
    position: relative;
    align-items: center;
    display: flex;
    height: 45px;
}

.modal-authentication-input {
	align-items: start;
    justify-content: start;
    border-radius: 12px;
    display: flex;
    padding-block: 16px;
    padding-inline: 16px;
    position: relative;
    width: 100%;
    color: var(--white-1);
    font-size: 14px;
    background-color: var(--blue-button-0);
    transition: .3s ease;
}

.modal-authentication-input:focus {
	background-color: var(--blue-hover-0);
}

.modal-button-success_content {
	justify-content: space-between;
	display: flex;
}

.modal-button-success {
	font-size: 16px;
    cursor: pointer;
    transition: .3s ease;
    background: var(--blue-button-1);
    border-radius: 12px;
    font-weight: 600;
    color: var(--white-1);
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    padding-block: 16px;
}

.modal-button-success:hover {
    background: var(--blue-hover-1);
}

.modal-button-success:active {
    opacity: 0.86;
}

.modal-authentication-bottom_content {
	margin-top: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
	gap: 4px;
}

.modal-authentication-bottom_text {
	font-weight: 400;
    align-self: center;
    color: var(--blue-text);
    font-size: 12px;
    align-items: center;
    display: flex;
}

.modal-authentication-bottom_a {
	color: var(--blue-hover-1);
    align-self: center;
    text-decoration-line: none;
    font-weight: 600;
    display: flex;
    line-height: normal;
    font-size: 14px;
}

.modal-authentication-bottom_a:active {
	opacity: 0.86;
}



.modal-setting_content {
	background-color: var(--blue-body);
    max-width: 390px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
    border-radius: 16px;
}

.modal-setting_content-top {
	z-index: 2;
	padding: 12px 16px;
}

.modal-setting-top {
	align-items: center;
    justify-content: space-between;
    display: flex;
	gap: 12px;
}

.modal-setting-top_label {
	justify-content: space-between;
    display: flex;
    align-items: start;
    font-size: 12px;
    color: var(--blue-text);
}

.modal-top-bar_id__exit {
	align-items: center;
    display: flex;
}

.modal-top-bar_id {
	color: var(--blue-text);
    white-space-collapse: unset;
    font-size: 12px;
    align-items: center;
    display: flex;
	font-weight: 400;
}

.modal-setting-form {
	display: flex;
	margin-top: 6px;
}

.modal-setting-form_content {
	padding-inline: 16px;
    padding-block: 16px;
    padding-top: 0;
	display: flex;
    flex-direction: column;
    gap: 12px;
	width: 100%;
	position: relative;
}

.modal-setting-form_data {
	display: flex;
    flex-direction: column;
    gap: 12px;
	margin-bottom: 12px;
}

.modal-setting-input_container {
	border-radius: 12px;
    overflow: hidden;
}

.modal-setting-input_container-spacer {
	background-color: var(--blue-hover-0);
    height: 1px;
    width: 100%;
}

.modal-setting-input_content {
	position: relative;
    background-color: var(--blue-button-0);
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.modal-setting-input_text {
	padding-inline: 16px;
    color: var(--blue-text);
    font-size: 12px;
}

.modal-setting-input {
	position: relative;
	width: 100%;
    color: var(--white-1);
    justify-content: flex-end;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-align: end;
    padding-block: 12px;
    border-radius: 12px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
}

.date-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("/img/calendar.svg?v=1") no-repeat center;
  background-size: contain;
  pointer-events: none;
}

.modal-setting-circle_content {
	padding-inline: 12px;
}

.modal-setting-circle {
	height: 5px;
    width: 5px;
    background-color: var(--blue-text);
    border-radius: 999px;
}

.modal-setting-circle.success {
	background-color: #10d600;
}

.modal-setting-input-password {
	margin-left: 0;
	margin-right: 0;
	justify-content: space-between;
	align-items: center;
	display: flex;
}

.modal-setting-change_content {
	margin-left: 16px;
}

.modal-setting-change_button {
	font-size: 14px;
    cursor: pointer;
    transition: .3s ease;
    background: var(--green-0);
    font-weight: 600;
    color: var(--white-1);
    border-color: transparent;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 12px;
    padding-inline: 22px;
    padding-block: 12px;
}

.modal-setting-change_button:hover {
    background: var(--green-hover-0);
}

.modal-setting-change_button:active {
	opacity: 0.86;
}





















.modal-wallet-right_block {
	flex-direction: column;
    display: flex;
    background: var(--color-bg-main);
    border-radius: 0 var(--tab-rounding-square-tab) var(--tab-rounding-square-tab) 0;
}

.wallet-finance-top_content {
	z-index: 2;
    padding: 16px;
    align-items: center;
    justify-content: space-between;
    display: flex;
	position: relative;
	gap: 12px;
}


.wallet-finance-middle_content {
	flex-direction: column;
    display: flex;
    padding-inline: 16px;
	padding-bottom: 16px;
    position: relative;
    height: 100%;
	gap: 16px;
	overflow-y: auto;
    scrollbar-width: thin;
	scrollbar-gutter: stable;
}



.wallet-finance-included_content {
	flex-direction: column;
	display: flex;
	width: 400px;
	height: 100%;
}

.wallet-finance-included_content::before{
	content: "";
    border: 5px solid transparent;
    border-radius: 50%;
    border-top: 5px solid #038fde;
    display: block;
    width: 100px;
    height: 100px;
    left: calc(50% - 50px);
    top: calc(50% - 100px);
    animation: spinner-loader-qr 1s linear infinite;
    position: absolute;
    z-index: -1;
}

.wallet-finance-cryptocurrency_content {
	height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-items: start;
    justify-content: start;
    align-content: baseline;
	padding-bottom: 16px;
	opacity: 0;
	animation: fadeIn-cryptocurrency_content 0.5s ease forwards;
}

@keyframes fadeIn-cryptocurrency_content {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.wallet-cryptocurrency_block {
    cursor: pointer;
    transition: .3s ease;
    padding: 12px;
    background-color: var(--blue-button-0);
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 12px;
    display: flex;
    position: relative;
    gap: 8px;
}

.wallet-cryptocurrency_block:hover {
	background: var(--blue-hover-0);
}

.wallet-cryptocurrency_block:active {
    opacity: 0.86;
}

.wallet-cryptocurrency-img_block {
    flex-direction: column;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: flex-start;
}

.wallet-cryptocurrency-img {
	height: 40px;
	width: 40px;
}

.wallet-cryptocurrency-text {
	align-items: end;
    display: flex;
    word-break: break-word;
    font-weight: 400;
    font-size: 12px;
    color: var(--blue-text);
	flex-direction: column;
}

.wallet-cryptocurrency-text span:first-child {
	text-transform: uppercase;
    font-weight: 800;
    font-size: 22px;
    color: var(--white-1);
}

.wallet-finance-bottom_content {
	align-items: start;
    justify-content: start;
    display: flex;
    flex-direction: column;
    font-size: 8px;
    gap: 4px;
	padding: 8px 16px;
    color: var(--blue-text);
	position: relative;
}

.wallet-finance-bottom_content::before {
    background: linear-gradient(to top, var(--color-bg-main), transparent);
    content: "";
    pointer-events: none;
    width: 100%;
    height: 50%;
    position: absolute;
    inset-block-end: 100%;
    inset-inline-start: 0;
}

.wallet-deposit_content {
	height: 100%;
	flex-direction: column;
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
	opacity: 0;
	animation: fadeIn-cryptocurrency_content 0.5s ease forwards;
}



.wallet-deposit-address_block {
	overflow: hidden;
    color: var(--white-1);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 12px;
    width: 100%;
}

.wallet-deposit-address_overlay {
	width: 100%;
	background-color: var(--blue-button-0);
    border-radius: 12px;
    padding: 16px;
	gap: 16px;
	display: flex;
    flex-direction: row;
    align-items: center;
}

.wallet-deposit-address {
	width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.wallet-deposit-address::before {
	content: "";
    border: 0px solid transparent;
    border-radius: 100%;
    border-top: 1px solid var(--blue-hover-1);
    display: block;
    width: 50px;
    height: 50px;
    animation: spinner-loader-qr 1s linear infinite;
    position: absolute;
    z-index: 1;
}

#qr_for_payment {
	z-index: 2;
	width: 150px;
    height: 150px;
}

#qr_for_payment img {
	opacity: 0;
	animation: fadeIn-cryptocurrency_content 0.5s ease forwards;
}

@keyframes spinner-loader-qr {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.wallet-deposit-cryptocurrency_content {
	font-size: 10px;
    display: flex;
    white-space: nowrap;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    color: var(--blue-text);
    min-width: 0;
}

.wallet-crypto_root {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
}

.wallet-crypto_root_name {
	display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    gap: 12px;
    min-width: 0;
}

.wallet-deposit-cryptocurrency-img_block {
	position: relative;
	height: 40px;
}

.wallet-deposit-cryptocurrency-img {
	height: 100%;
}

.wallet-deposit-cryptocurrency_text {
	text-transform: uppercase;
    font-weight: 800;
    font-size: 22px;
    color: var(--white-1);
}

.wallet-deposit-address_content_root {
	width: 100%;
	height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-self: center;
    gap: 12px;
    justify-content: space-between;
}

.wallet-deposit-address_content {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	align-self: center;
	gap: 12px;
}

.wallet-deposit-address_top {
	font-weight: 600;
	font-size: 16px;
}

.wallet-deposit-address_bottom {
	position: relative;
    width: 100%;
    background: var(--blue-button-0);
    border-radius: 12px;
}

.wallet-deposit-address_bottom input {
	color: var(--white-1);
    font-size: 12px;
    font-weight: 600;
	padding: 16px 12px;
	width: 100%;
}

.wallet-deposit-address_bottom::before {
    background: linear-gradient(to left, #0f3766, transparent);
    content: "";
    pointer-events: none;
    width: 50%;
    height: 100%;
    position: absolute;
    inset-block-end: 0;
    inset-inline-start: 50%;
    border-radius: 12px;
}

.wallet-deposit-address_bottom.hidden {
	display: none;
}

.wallet-menu-button_block {
	display: flex;
    width: 100%;
    flex-direction: row;
    gap: 12px;
}

.wallet-menu-button_back {
	cursor: pointer;
    background: var(--blue-button-0);
    transition: .3s ease;
    border-radius: 8px;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;
}

.wallet-arrow-back {
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.wallet-menu-button_back:hover {
	background: var(--blue-hover-0);
}

.wallet-menu-button_back:active {
    opacity: 0.86;
}

.wallet-menu-button_success {
	font-size: 16px;
    background: var(--blue-button-1);
    transition: .3s ease;
    cursor: pointer;
    border-radius: 12px;
    font-weight: 600;
    color: var(--white-1);
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    padding: 16px;
}

.wallet-menu-button_success:hover {
	background: var(--blue-hover-1);
}

.wallet-menu-button_success:active {
    opacity: 0.86;
}

.wallet-notice_block {
	padding: 16px;
    border: 1px solid var(--blue-button-0);
    border-radius: 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wallet-notice-alert_content {
	display: grid;
    gap: 4px;
}

.wallet-alert_content {
	color: var(--blue-text);
    font-size: 12px;
    align-items: center;
    display: flex;
    gap: 4px;
}

.wallet-alert_img {
	height: 20px;
    width: 20px;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(200%);
}

.wallet-alert_price {
	font-size: 14px;
    color: var(--white-1);
    font-weight: 600;
}

.wallet-alert_text {
	z-index: 1;
    position: relative;
    display: flex;
    background-color: #dc44441a;
    padding: 12px;
    border-radius: 12px;
    color: red;
    font-size: 12px;
    flex-direction: column;
    gap: 4px;
}

.wallet-withdrawal-address_block {
	width: 100%;
	align-items: center;
    display: grid;
    gap: 12px;
}

.wallet-withdrawal-label {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    align-items: center;
    display: flex;
    height: 45px;
}

.wallet-withdrawal-label_icon {
	margin-right: 12px;
    position: relative;
    align-items: center;
    justify-content: center;
	height: 17px;
}

.wallet-withdrawal-label_icon:after {
	background-color: #6a7690cc;
    bottom: 0;
    content: "";
    position: absolute;
    right: -11px;
    top: 0;
    width: 1px;
}

::-webkit-input-placeholder { /* Chrome, Opera, Safari */
  color: var(--blue-text);
}
::-moz-placeholder { /* Firefox 19+ */
  color: var(--blue-text);
  opacity: 1; /* Firefox adds a default lower opacity, reset it to 1 */
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: var(--blue-text);
}
::placeholder { /* Standard syntax */
  color: var(--blue-text);
}

.wallet-withdrawal-label_input {
    align-items: start;
    justify-content: start;
    border-radius: 12px;
    display: flex;
    padding-block: 16px;
    padding-inline: 32px;
    position: relative;
    width: 100%;
    color: var(--white-1);
    font-size: 14px;
	background-color: var(--blue-button-0);
	transition: .3s ease;
}

.wallet-withdrawal-label_input:focus {
	background-color: var(--blue-hover-0);
}




.button__singup.high, .button__login.high {
	height: 40px;
}

.modal-detail_content {
	height: 600px;
    background-color: var(--blue-body);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    margin: auto;
    min-width: 390px;
    max-width: 390px;
    max-height: 100%;
}

.modal-detail_header {
    padding: 16px;
	z-index: 2;
	display: flex;
    justify-content: space-between;
	align-items: center;
	gap: 12px;
}

.modal-detail_container {
	display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0px 0 16px;
	height: 100%;
}

.modal-detail_tab-container {
	padding-inline: 16px;
	padding-bottom: 16px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.modal-detail_tab {
	display: flex;
    z-index: 1;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-radius: 12px;
    width: min-content;
    overflow: hidden;
    background-color: var(--blue-button-0);
	gap: 4px;
}

.modal-detail_tab-item {
	padding: 12px 16px;
    font-size: 12px;
    cursor: pointer;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: var(--blue-text);
	border-radius: 12px;
	transition: .3s ease;
}

.modal-detail_tab-item:hover {
	background: var(--blue-hover-0);
}

.modal-detail_tab-item:active {
	opacity: 0.86;
}

.modal-detail_tab-item--active {
	background: var(--blue-button-1);
    color: var(--white-1);
}

.modal-detail_tab-item--active:hover {
	background: var(--blue-hover-1);
}

.modal-detail_tab-item--active:active {
	opacity: 0.86;
}

.modal-detail_container-content {
	display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.modal-detail_container-content::before {
	content: "";
    border: 5px solid transparent;
    border-radius: 50%;
    border-top: 5px solid #038fde;
    display: block;
    width: 50px;
    height: 50px;
    top: 50%;
    left: calc(50% - 25px);
    animation: spinner-loader-qr 1s linear infinite;
    position: absolute;
    z-index: 0;
}

.history_content {
	display: flex;
	height: 100%;
	overflow-x: hidden;
    overflow-y: auto;
	scrollbar-width: thin;
    flex-direction: column;
    padding-inline: 16px;
    padding-bottom: 16px;
    gap: 12px;
    color: var(--white-1);
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
    background-color: var(--blue-body);
	opacity: 0;
	animation: fadeIn-cryptocurrency_content 0.5s ease forwards;
}

.history-detail__empty {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-size: 16px;
	font-weight: 600;
	color: var(--white-1);
}

.history-detail__block {
    border-radius: 12px;
    position: relative;
    width: 100%;
    align-items: stretch;
    display: flex;
    justify-content: space-between;
    background-color: var(--blue-contrast);
    flex-direction: column;
	gap: 8px;
}

.history-detail__container {
	display: grid;
    align-items: center;
	gap: 4px;
}

.history-detail__container.data_0 {
	padding: 12px 0 0 16px;
}

.history-detail__container.data_1 {
}

.history-detail__container.data_2 {
	text-align: end;
}

.history-detail__button-status.data_3 {
	padding: 12px 16px 0 0;
	text-align: end;
}

.history-detail__container.data_3 {
	padding: 12px 16px 0 0;
}

.history-detail__container.game_0 {
	padding: 12px 0 0 16px;
}

.history-detail__container.game_1 {
	text-align: end;
	padding: 12px 16px 0 0;
}

.history-detail__container.game_2 {
	
}

.history-detail__container.game_3 {
	text-align: end;
}

.history-detail__container-games {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.history-detail__container-games.right {
    padding: 12px;
    border-radius: 12px;
    background-color: var(--blue-hover-0);
}

.history-detail__text {
	text-decoration: none;
    font-size: 14px;
    font-weight: 500;
	white-space: nowrap;
	color: var(--white-1);
}

.history-detail__text.header {
	font-size: 12px;
    font-weight: 400;
    color: var(--blue-text);
}

.history-detail__text.deposit {
    color: var(--green-0);
	font-size: 16px;
    font-weight: 600;
}

.history-detail__text.withdrawal {
    color: var(--red-0);
	font-size: 16px;
    font-weight: 600;
}

.history-detail__text.win {
    color: var(--green-0);
	font-size: 16px;
    font-weight: 600;
}

.history-detail__text.loss {
    color: var(--red-0);
	font-size: 16px;
    font-weight: 600;
}

.history-detail__status {
	display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    font-size: 14px;
    justify-content: flex-end;
}

.history-detail__button-status {
	display: grid;
    overflow: visible;
    justify-content: center;
    align-items: center;
}

.history-detail__button-info {
	position: relative;
}

.history-detail__status.success{
	background-color: var(--green-hover-0);
	-webkit-mask-image: url('/img/check_circle_24dp.svg');
	mask-image: url('/img/check_circle_24dp.svg');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.history-detail__status.cancel{
	background-color: var(--red-0);
	-webkit-mask-image: url('/img/cancel_24dp.svg');
	mask-image: url('/img/cancel_24dp.svg');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.history-detail__status.waiting{
	background: linear-gradient(98deg, #ffe036, #ffc600);
	-webkit-mask-image: url('/img/autorenew_24dp.svg');
	mask-image: url('/img/autorenew_24dp.svg');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
	animation: spinner-waiting-payment 1s linear infinite;
}

@keyframes spinner-waiting-payment {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.history-detail__info {
	display: flex;
}

.history-detail__info-error {
	background: var(--red-hover-0);
    color: var(--white-1);
    display: flex;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    padding: 12px 16px;
    justify-content: center;
    border-radius: 12px;
}

.modal-detail_message {
	border-radius: 8px;
    background: none;
    color: #090f1e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.modal-detail_message-title {
	font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.modal-detail_message-text {
	max-width: 230px;
    font-size: 14px;
    line-height: 1.29;
    text-align: center;
}




.top-bar-bonus_content {
    color: inherit;
    text-decoration: none;
    padding: 5px 25px 5px 35px;
    border-radius: 20px 10px 10px 6px;
    font-weight: 600;
    font-size: 12px;
    position: relative;
    width: 50px;
    height: 22px;
    display: flex;
    cursor: pointer;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    border: 2px solid transparent;
    translate: 0px 0px 1px;
    transition: all 0.3s ease-in-out;
}

.top-bar-bonus_content::before {
    content: " ";
    position: absolute;
    inset: calc(1px* -1);
    z-index: 4;
    border: inherit;
    border-radius: inherit;
    background-image: conic-gradient(from var(--angle), #1d5b6a00 10%, #d1f2ff 88%, #d1f9ff 92%, #1d626a00 100%);
    background-origin: border-box;
    -webkit-mask: linear-gradient(black, black) content-box, linear-gradient(black, black);
    mask: linear-gradient(black, black), linear-gradient(black, black);
    -webkit-mask-clip: content-box, border-box;
    mask-clip: content-box, border-box;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: spin 5s linear infinite;
}

.top-bar-bonus_content:hover > .top-bar-bonus_text {
    background: rgb(251 120 3);
}

.top-bar-bonus_text {
    color: #FFF;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    padding: 8px 25px 8px 35px;
    position: absolute;
    background: rgb(239 101 28);
    transition: all 0.3s ease-in-out;
}

.top-bar-bonus_block {
	background: #ffffff30;
    position: absolute;
    margin-top: 175px;
    width: 330px;
    transform: translate(-200px, -800px);
    z-index: 101;
    border-radius: 10px;
	opacity: 0;
	scale: 0;
	transition: all 0.5s ease-in-out;
	backdrop-filter: blur(20px);
}

.modal-bonus_container {
    background: var(--blue-hover-0);
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    z-index: 1000;
    transform: translate(-50%, 100%);
    border-radius: 0 12px 12px 0;
	opacity: 0;
    transition: .3s ease;
    backdrop-filter: blur(20px);
    display: flex;
    justify-content: center;
	pointer-events: none;
}

.modal-bonus_container.view {
	opacity: 1;
	transform: translate(-50%, 0%);
	pointer-events: auto;
}

.modal-bonus_container.hidden {
	opacity: 0;
	transform: translate(-50%, 100%);
	pointer-events: none;
}

.top-bar-bonus_block:hover {
	opacity: 1;
	scale: 1;
	transform: translate(-100px, 0px);
}

.bonus-container {
	display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}

.bonus-container_img {
	pointer-events: none;
    position: absolute;
    right: 260px;
    top: -30px;
	transform: rotate(355deg);
	background-size: 100%;
    background-repeat: no-repeat;
	width: 120px;
	height: 120px;
	background-image: url(/img/betjoy.png);
}

.bonus-text_container {
	padding: 12px;
    position: relative;
    display: grid;
    align-items: center;
}

.bonus-text_header {
	font-size: 22px;
    font-weight: 600;
    color: var(--white-1);
    white-space: nowrap;
}

.bonus-text_middle {
    background-clip: text;
    background-image: linear-gradient(94deg, #FBC709 9.99%, #FF8500 98.87%);
    color: transparent;
    font-size: 26px;
    font-weight: 800;
    word-wrap: normal;
    animation: bonus-text 1s ease-in-out infinite alternate;
}

@keyframes bonus-text {
  0% { text-shadow: 0px 0px 5px #ff8500b8; }
  100% { text-shadow: 0px 0px 10px #ffbd00c4; }
}

.bonus-text_bottom {
	color: var(--white-1);
    font-size: 12px;
}

.bonus-button {
	line-height: 1;
    font-size: 100%;
    height: 40px;
    translate: 0px 0px 1px;
    background-color: #089e4eb8;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    border-width: 0px;
    font-weight: 600;
    color: #ECF0F1;
    
    justify-content: center;
    align-items: center;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
	margin: 10px;
    box-shadow: 0px 0px 0px 0px #089e4e9c;
	backdrop-filter: blur(10px);
}

.bonus-button:hover {
	background-color: #31bc69;
    box-shadow: 0px 0px 5px 0px #31bc699c;
}

.bonus-button:active {
	background-color: #31bc69b8;
    box-shadow: inset 0 4px 10px 2px rgba(0, 0, 0, 0.3);
}

.modal-logo-main {
    position: absolute;
    margin: -235px 0px 0px 0px;
    width: 430px;
    filter: drop-shadow(0px 10px 20px #ffffff7a);
    z-index: 5001;
    scale: 1;
    transition: all 0.5s ease-in-out;
    animation: logo-main-modal 2s ease-in-out infinite alternate;
	pointer-events: none;
}

@keyframes logo-main-modal {
  0% { 
	filter: drop-shadow(0px 10px 20px #ffffff7a);
	}
  100% {
	filter: drop-shadow(0px 5px 20px #fff);
	}
}

.modal-login_content::after {
	content: "";
    position: absolute;
    width: 600px;
    height: 400px;
    margin: -40px 0px 0px -100px;
    background: url(../img/modal_login.png) center / cover no-repeat;
    pointer-events: none;
}

.balance-header {
	position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

.balance-header-left {
    display: flex;
    flex-direction: column;
    align-items: end;
    background: var(--blue-button-0);
    padding-inline: 8px;
    height: 42px;
    border-radius: 8px;
    justify-content: center;
    border: 1px solid #b3b6bd1f;
}




.deposit__button {
	padding: 0px 22px 0px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 42px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    transition: .3s ease;
    background: var(--green-0);
    color: var(--white-1);
    font-weight: 600;
    position: relative;
}

.deposit__button:hover {
    background: var(--green-hover-0);
}

.deposit__button:active {
	opacity: 0.86;
}

.settings-header__container {
    z-index: 1002;
    min-width: 100%;
    margin-top: 230px;
    left: -7px;
    translate: -60% 0px 0px;
    position: absolute;
    transition-behavior: normal;
    box-shadow: 0 9px 15px #0000001a;
    padding: 10px;
    display: none;
    background: linear-gradient(180deg, #0f467f, #0f192f);
    border-radius: 10px;
    height: fit-content;
    gap: 3px;
    flex-direction: column;
}

.settings-header_block {
	border-left: 9px solid transparent;
	border-bottom: 7px solid #0f467f;
	border-right: 9px solid transparent;
	border-top: 9px solid transparent;
	left: calc(50% + 42px);
	top: -15px;
	position: absolute;
}

.settings-header_block::before {
	content: "";
    background: #0f467f00;
    width: 55px;
    height: 55px;
    left: -28px;
    top: -43px;
    position: absolute;
}

.settings-header__text {
    padding: 10px 50px 10px 20px;
    font-size: 12px;
    white-space-collapse: unset;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    background: #0f192f;
    border-radius: 6px;
    box-shadow: 0px 0px 0px 0px #0671d49c;
}

.settings-header__text:hover {
	background: linear-gradient(70deg, #076cd2 -8%, #008dc3 96%);
}

.settings-header__a {
	text-decoration: none;
}

@media (min-width: 501px) {
	.settings-header__button:hover ~ .settings-header__container{
		display:flex;
	}
	
	.settings-header__container:hover {
		display:flex;
	}
}

.settings-header__button:has(+ .settings-header__container:hover) {
	background: #0984f5;
    box-shadow: 0px 0px 10px 0px #0671d49c;
}










.top-banner_root {
	display: none;
}

@media (max-width: 1024px) {

.top-banner_root {
	display: contents;
}
}

.top-app-banner_root {
    padding: 12px 16px;
    background: var(--color-primary);
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.top-app-banner_info {
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    display: flex;
}

.top-app-banner-close {
    background-color: unset;
    color: var(--color-content-base-static-white);
    cursor: pointer;
    align-items: center;
    -webkit-user-select: none;
    user-select: none;
    padding: 0;
    display: inline-flex;
}

.top-app-banner-close svg {
    fill: currentColor;
    display: block;
}

.app-banner_picture {
	display: contents;
}

.app-banner_picture img {
	aspect-ratio: none;
    display: block;
	width: 48px;
    height: 48px;
}

.top-app-banner_details {
	text-align: start;
    flex-direction: column;
    align-items: start;
    display: flex;
}

.top-app-banner_title {
    color: var(--white-0);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 20px;
}

.top-app-banner_rating {
    align-items: center;
    gap: 4px;
    display: flex;
	color: #ffcc26;
}

.top-app-banner_rating svg {
	fill: currentColor;
    display: block;
}

.top-app-banner_rating div {
	color: var(--white-0);
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.01px;
	line-height: 16px;
}

.top-app-banner_controls {
    flex-direction: column;
    flex-shrink: 0;
    align-items: center;
    display: flex;
}

.top-app-banner_install-root {
    border-radius: 6px;
    background-color: var(--color-text-main);
    color: var(--color-bg-deep);
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    will-change: transform;
    padding: 0;
    transition: opacity .1s;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 20px;
}

.top-app-banner_install {
    height: 32px;
    padding: 0 12px;
    border-radius: 6px;
    background: unset;
    transition: background .1s;
    position: relative;
}

.top-app-banner_install div {
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    height: 100%;
    display: flex;
}

.top-app-banner_description {
    margin-top: 4px;
    color: var(--blue-text);
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.10px;
    line-height: 14px;
}

.top-banner_root.close {
  display: none;
}

.ptr-root {
  position: fixed;
  top: 68px; /* подгони под высоту хедера */
  left: 50%;
  transform: translateX(-50%) translateY(-16px);
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(15, 25, 47, 0.92);
  color: #f0f2f5;
  font-size: 13px;
  font-weight: 500;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  backdrop-filter: blur(10px);
}

.ptr-root.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.ptr-root.is-ready .ptr-text {
  content: '';
}

.ptr-spinner {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(240, 242, 245, 0.35);
  border-top-color: #f0f2f5;
  animation: ptr-spin 0.8s linear infinite;
}

.ptr-root:not(.is-loading) .ptr-spinner {
  animation-play-state: paused;
}

.ptr-root.is-pulling .ptr-spinner,
.ptr-root.is-ready .ptr-spinner,
.ptr-root.is-loading .ptr-spinner {
  animation-play-state: running;
}

.ptr-root.is-loading .ptr-text::after {
  content: 'Refreshing...';
}

.ptr-root.is-ready .ptr-text::after {
  content: 'Release to refresh';
}

.ptr-root.is-pulling:not(.is-ready):not(.is-loading) .ptr-text::after {
  content: 'Pull to refresh';
}

.ptr-text {
  font-size: 13px;
  line-height: 1;
}

.ptr-text {
  color: transparent;
  position: relative;
}

.ptr-text::after {
  color: #f0f2f5;
  content: 'Pull to refresh';
}

@keyframes ptr-spin {
  to {
    transform: rotate(360deg);
  }
}