@charset "UTF-8";
/*!
 * King Spinner  v1.0.0
 * Copyright 2025 Bee Games. All Rights Reserved. */

body {
	background: #1d1d1d url(../images/bg-main.jpg) no-repeat 0 0;
	background-size: cover;
}

.vheight {
	height: calc(100vh - 27px);
}

.fix-top{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.fix-bottom {
	position: fixed;
	width: 100%;
	bottom: 0px;
	left: 0;
	z-index: 1;
}

/* login screen */
.login-card {
	max-width: 450px;
	margin: 0px auto;
}

.logo_login{
	position: absolute;
  height: 117px;
  left: 42px;
  top: -60px;
  z-index: 1;
}


.card {  
	border: var(--bs-card-border-width) solid rgb(255, 255, 255);
	background-color: #ffffffc9;
}

.form-control { 
  border: var(--bs-border-width) solid #ac3aec; 
  height: 45px;
} 

.login-box-padding{
	padding: 72px 27px 15px;
}

.form-label { 
  font-weight: bold;
}

.btn-login{
	background: #e30218;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  padding: 10px 10px 15px;
}

.btn-login:hover, .btn-login:active, .btn-login:first-child:focus, .btn-login:first-child:focus-visible{
	background: #ce061a !important;
	 color: #fff !important;
}

/* main screen */
.data-section {
	display: none;
}
.main-header{
	background: linear-gradient(to bottom,  #c00001 0%,#790304 100%); 
	padding: 10px 0px 5px;
}

.ttl-header {
	color: #fc973d;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 10px 10px 10px 36px;
}

.btn-profile span { 
color: #f7c64e;
  font-size: 16px;
  font-weight: bold;
  border: none;
}

.btn:first-child:active, .btn:first-child:focus, .btn:first-child:focus-visible{
	border: 1px solid transparent;
	color: #000;
}

.btn-img{
	height: 45px;
}

#topCountdown{
	color: #fff;
  font-size: 27px;
  font-weight: bold;
  position: absolute;
  left: 32px;
  z-index: 1;
  bottom: 33px;
}

.page-content{
	padding-top: 36px;
}

.game-time-container{
	position: absolute;
	z-index: 1;
	top: 15px; 
	/*padding-left: 45px;*/
}

.game-time-container img{
	height: 135px;
}

.game-time, .game-balance, .game-scan {
	position: relative;
}

.game-balance span{
		font-size: 14px;
		font-weight: bold;
		position: absolute;
		left: 63px;
		z-index: 1;
		top: 18px;
	}

.game-scan {
	margin-top: 7px;
}

.game-scan input {
		font-size: 14px;
		font-weight: bold;
		position: absolute;
		right: -5px;
		top: 12px;
		background: transparent;
		padding: 0;
		margin: 0;
		height: 20px;
		border-radius: 0;
		width: 74px;
		border: 0;
	}

	.game-scan input:focus, .game-scan input:active {
		outline: transparent;
		box-shadow: 0 0 0 0;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border: 0;
	}

	.infoTxt {
		background: #570284;
		color: #fff;
		font-size: 14px;
		border: 1px solid #d793f9;
		border-radius: 5px;
		padding: 0px;
		text-align: center;
		margin-bottom: 10px;
	}

.btn:active, .btn:focus, .btn:focus-visible, .btn:focus-within, .modal-header .btn-close:active, .modal-header .btn-close:focus, .modal-header .btn-close:focus-visible, .modal-header .btn-close:focus-within {
	outline: transparent;
	box-shadow: 0 0 0 0;
	border: 0;
}


#winningNoInfo {
	font-size: 1.25rem;
	font-weight: 600;
	margin-top: 10px;
	text-align: center;
}

#gameNumbersContainer .dynamic-btn {
	width: 70px;
	height: 70px;
	background: url(../images/bg-bet-num.png) no-repeat 0 0;
	color: #000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-weight: 700;
	transition: all 0.12s; 
	background-size: contain;
	font-size: 36px;
    padding: 11px 15px 15px;
}

#gameNumbersContainer .dynamic-btn:hover, #gameNumbersContainer .dynamic-btn.selected{
	background: url(../images/bg-bet-num_hover.png) no-repeat 0 0;
	background-size: contain;
	color:#fff;
}

.dynamic-btn {
    width: 90px;
  height: 90px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  cursor: pointer;
  font-weight: 700;
  transition: all 0.12s;
  margin: 5px;
  font-size: 18px;
  padding: 25px 15px 15px; 
  }
  
  .dynamic-btn:hover { 
	  background: #007bff; 
	  color: #fff; 
  }
  
.dynamic-btn:nth-child(1), .dynamic-btn:nth-child(1).selected {
	 background: url(../images/img_bet-num1.png) no-repeat 0 0;
	 background-size: contain;
} 

.dynamic-btn:nth-child(2), .dynamic-btn:nth-child(2).selected {
	 background: url(../images/img_bet-num2.png) no-repeat 0 0;
	 background-size: contain;
} 

.dynamic-btn:nth-child(3), .dynamic-btn:nth-child(3).selected {
	 background: url(../images/img_bet-num3.png) no-repeat 0 0;
	 background-size: contain;
} 

.dynamic-btn:nth-child(4), .dynamic-btn:nth-child(4).selected {
	 background: url(../images/img_bet-num4.png) no-repeat 0 0;
	 background-size: contain;
} 

.dynamic-btn:nth-child(5), .dynamic-btn:nth-child(5).selected {
	 background: url(../images/img_bet-num5.png) no-repeat 0 0;
	 background-size: contain;
} 

.dynamic-btn:nth-child(6), .dynamic-btn:nth-child(6).selected {
	 background: url(../images/img_bet-num6.png) no-repeat 0 0;
	 background-size: contain;
}   

.dynamic-btn:nth-child(1).selected, .dynamic-btn:nth-child(1):active, .dynamic-btn:nth-child(1):focus, .dynamic-btn:nth-child(1):focus-visible,
.dynamic-btn:nth-child(2).selected, .dynamic-btn:nth-child(2):active, .dynamic-btn:nth-child(2):focus, .dynamic-btn:nth-child(2):focus-visible,
.dynamic-btn:nth-child(3).selected, .dynamic-btn:nth-child(3):active, .dynamic-btn:nth-child(3):focus, .dynamic-btn:nth-child(3):focus-visible,
.dynamic-btn:nth-child(4).selected, .dynamic-btn:nth-child(4):active, .dynamic-btn:nth-child(4):focus, .dynamic-btn:nth-child(4):focus-visible,
.dynamic-btn:nth-child(5).selected, .dynamic-btn:nth-child(5):active, .dynamic-btn:nth-child(5):focus, .dynamic-btn:nth-child(5):focus-visible,
.dynamic-btn:nth-child(6).selected, .dynamic-btn:nth-child(6):active, .dynamic-btn:nth-child(6):focus, .dynamic-btn:nth-child(6):focus-visible{
	color: #300455;
}

.bet-info{
	margin: 0;
  padding: 0;
  display: inline-block;
}

.bet-info li{
  background: url(../images/img_bet-info.png) no-repeat 0 0;
  background-size: auto;
  background-size: auto;
  display: inline-block;
  background-size: contain;
  color: #fff;
  font-weight: bold;
  width: 150px;
  padding: 5px 5px 8px;
  font-size: 16px;
  text-align: center;
  margin: 10px 0px 0px 5px;
}

.pos-rel{
	position:relative;
}

.game-actions{
	position: absolute;
  right: 0;
  top: 25%;
  z-index: 1; 
}

.game-actions ul li{
	  list-style-type:none;
}

	.game-actions button {
		background: url(../images/btn_game-action.png) no-repeat 0 0;
		background-size: cover;
		color: #fff;
		cursor: pointer;
		font-weight: 700;
		transition: all 0.12s;
		margin: 0px 0px 10px;
		font-size: 18px;
		padding: 0px 0px 0px 20px;
		width: 156px;
		height: 45px;
		float: right;
		text-align: left;
	}

.game-actions button:hover, .game-actions button:first-child:active, .game-actions button:first-child:focus, .game-actions button:first-child:focus-visible{
	color:#f9d070;
} 

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color:#f9d070;
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: transparent;
  opacity: var(--bs-btn-disabled-opacity);
}

.scroll-container::-webkit-scrollbar {
	height: 6px;
}

.scroll-container::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border-radius: 3px;
}

.config-table td,
.config-table th {
	vertical-align: middle;
}

/* Spin wheel styles */
.wheel-wrap {
	position: relative;
	margin: -15px auto 0px;
	width: 100%;
	max-width: 400px;
	height: 400px;  
}

canvas#wheel {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 5px solid #ba0002;
}

.pointer {
	position: absolute;
	left: 50%;
	top: 30px;
	transform: translate(-50%, -100%);
	width: 0;
	height: 0; 
	z-index: 3;
	background: url(../images/img_winArrow.png) no-repeat 0 0;
	width:54px;
	height:69px;
}

#spinResult {
  background: url(../images/img_centerWheel.png) no-repeat 0 0;
  width: 150px;
  height: 150px;
  position: absolute;
  left: 31%;
  top: 30%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #67089d;
  font-size: 54px;
  font-weight: bold;
   text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
               1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

	#spinResult strong {
		margin-left: -20px;
	}

		#spinResult strong span {
			font-size: 18px;
			position: absolute;
			z-index: 1;
			top: 42%;
			padding-left: 2px;
			color: #830304;
		}

	.bgBackWheel {
		background: url(../images/img_backBgWheel.png) no-repeat 0 0;
		width: 495px;
		height: 423px;
		position: absolute;
		left: -50px;
		top: -12px;
		z-index: -1;
	}

.logoOnWheel{
	background: url(../images/img_logoOnWheel.png) no-repeat 0 0;
	width: 630px;
  height: 136px;
  position: absolute;
  bottom: 0px;
  left: -115px;
  z-index: 1;
}

.drawTimeTtl{
	background: #823333;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  width: 175px;
  margin-top: 0px;
  text-align: center;
  border: 1px solid #ca7b7c;
  font-size: 16px;
}

.drawTime{
	background: #960202;
  color: #fff;
  font-weight: bold;
  padding: 2px 10px;
  width: 175px; 
  text-align: center;
  border: 1px solid #d82e30;
  font-size: 22px;
  margin: 5px 0px;
}

#historyTable{
	width: 175px;
    height: 270px;
	max-height: 270px; 
	font-weight:bold; 
}

#historyTable.table > :not(caption) > * > * {
  padding: 5px 10px;
}

#historyTable.table th{
	background:#530386;
	color:#fff;
	height: 35px;
}

#historyTable.table td{
	background:#acbcff;
	font-size: 18px;
}

#gameNumbersContainer{
	width:100%;
}

.number-wrap{ 
	position: relative;
  width: calc(100%/10);
  height: 90px;
  display: inline-block;
  white-space: nowrap;
  font-size: 0;
  text-align: center;
}

.amount-label{
	position: absolute;
  top: -20px;
  left: 12px;
  z-index: 1;
  background: #05af1c;
  border: 1px solid #02ff24;
  font-size: 14px;
  font-weight: bold;
  padding: 0px;
  color: #fff;
  border-radius: 10px;
  width: 108px;
}

#historyTable, .drawTimeTtl, .drawTime {
	margin-left: -15px; 
}

#winInfoModal .modal-content {
	background-color: #5622a1;
}

#winInfoModal .modal-dialog {
	max-width: 96%;
}

.modal-header{
	padding: 0px;
}

	.modal-header .btn-close {
		padding: 0;
		margin: 0;
		position: absolute;
		right: 15px;
		top: 15px;
		z-index: 1;
	}

.modal-header {
	border-bottom-color: transparent;
}

#resultModal .modal-content {
	background-color: #5d098c;
}

.modal-title {
	color: #ffd806;
	font-weight: bold;
	font-size: 27px;
	line-height: 30px;
	margin: 5px 0px 0px 15px;
	border-bottom: 1px solid #ffffffa8;
	padding: 10px;
}

.text-popup {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

.text-highlighted {
	color: #68d4f4;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
}

#winInfoModal .table-dark {
	--bs-table-bg: #820505;
	--bs-table-border-color: #a62929;
}

.hidePopup {
	opacity: 0;
}

.orderMsg_popup, .hidePopup {
	position: fixed;
	z-index: 9;
	bottom: 0;
	left: 0;
}

.orderMsg_popup {
	opacity: 1;
	background: #ee0e0e;
	color: #fff !important;
	font-size: 14px;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 10px 15px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}




	/*end*/