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

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

.vheight{
	height:100vh;
}

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

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

/* 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: 27px; 
  font-weight: bold;
  margin: 0;
  padding: 10px 10px 10px 81px;
}

.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: 54px;
}

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

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

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

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


#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: auto;
  background-size: auto;
  background-size: contain;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  transition: all 0.12s;
  margin: 0px 0px 7px; 
  font-size: 18px;
  padding: 5px;
  width: 150px;
  height: 54px;
  float: right; 
}

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

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

/*Media Queries*/

@media (max-width: 932px), (max-height: 430px) {

	.login-card {
		max-width: 300px;
		margin-top: 45px;
	}

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

	.logo_login {
		height: 58px;
		left: 62px;
		top: -30px;
	}

	.btn-login {
		margin-top: 15px;
		padding: 5px 0px 10px;
	}

	.login-card .mb-3 {
		margin-bottom: 5px !important;
	}

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

	.fix-top .col-md-1 {
		width: 9.333%;
	}

	.fix-top .col-md-7 {
		width: 50.333%;
	}

	.fix-top .col-md-8 {
		width: 62.667%;
	}

	.fix-top .col-md-4 {
		width: 36.333%;
	}

	.main-header {
		padding:0px;
	}

	.game-time-container {
		top:5px;
		padding-left: 72px;
	}

	#topCountdown { 
		font-size: 22px; 
		left: 26px; 
		bottom: 25px;
	}

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

	.vheight .col-md-3 { 
		width: 27%;
	}

	.vheight .col-md-6 {
		width: 46%;
	}

	.btn-img {
		height: 36px;
	}

	.btn-profile {
		padding: 5px;
	}

	.ttl-header {
		font-size: 18px;
		padding: 14px 10px 10px 45px;
	}

	.game-balance span {
		font-size: 12px; 
		left: 54px; 
		top: 15px;
	}

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

	.infoTxt {
		font-size: 11px;
		padding: 2px;
		margin-bottom: 5px;
		margin-top: 20px;
	}

	.wheel-wrap {
		position: relative;
		margin: 0px auto;
		width: 100%;
		max-width: 270px;
		height: 270px;
	}

	.bgBackWheel {  
		width: 330px;
		height: 282px; 
		left: -31px;
		top: -7px; 
		background-size: cover;
	}

	.pointer { 
		top: 20px; 
		width: 36px;
		height: 46px;
		background-size: cover;
	}

	#spinResult {
		width: 100px;
		height: 100px;
		left: 32%;
		top: 30%;
		font-size: 36px;
		background-size: cover;
	}

	.logoOnWheel { 
		width: 400px;
		height: 86px; 
		left: -68px; 
		background-size: cover;
	}

	.dynamic-btn {
		width: 63px;
		height: 63px;
		margin: 5px;
		font-size: 13px;
		padding: 18px 0px 15px;
	}

	.bet-info li {
		width: 105px;
		padding: 4px 2px 2px;
		font-size: 10px;
		margin: 5px 0px 0px 5px;
		height: 27px;
	}

	#gameNumbersContainer .dynamic-btn {
		width: 54px;
		height: 54px; 
		font-size: 27px;
		padding: 11px 15px 15px;
	}

	.number-wrap { 
		height: 58px; 
	}

	.amount-label { 
		left: 5px; 
		font-size: 12px; 
		width: 80px;
	}

	#historyTable {
		width: 122px;
		height: 219px;
		max-height: 220px;
		margin-left: -10px;
	}

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

	#historyTable.table th { 
		height: 30px;
		font-size: 12px;
	}

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

	.drawTimeTtl {
		width: 122px;
		font-size: 12px;
		padding: 0px 10px;
		margin-left: -10px;
	}

	.drawTime {
		padding: 0px 5px;
		width: 122px;
		text-align: center;
		font-size: 15px;
		margin: 2px 0px 2px -10px;
	}

	.game-actions { 
		top: 20%; 
	}
 
	.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 7px;
		font-size: 14px;
		padding: 5px;
		width: 110px;
		height: 45px;
		float: right;
	}

	 
}

@media (max-width: 915px), (max-height: 412px) {

	.infoTxt {
		margin-top: 30px;
	}
	 
	.bet-info li {
		width: 102px; 
	}

	.wheel-wrap {
		margin-top: 12px;
	}

	.drawTimeTtl { 
		margin-top: 5px;
	}
}

@media (max-width: 896px), (max-height: 414px) {

	.dynamic-btn { 
		margin: 3px; 
	}

	.bet-info li {
		width: 100px;
	}

}

@media (max-width: 854px), (max-height: 384px) {

	.btn-img {
		height: 30px;
	}

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

	#topCountdown {
		font-size: 20px;
		left: 23px;
		bottom: 23px;
	}

	.ttl-header {
		font-size: 16px;
		padding: 12px 10px 10px 53px;
	}

	.game-balance span {
		font-size: 12px;
		left: 47px;
		top: 12px;
	}

	.infoTxt {
		font-size: 10px; 
	}

	.dynamic-btn {
		margin: 2px;
	}

	.bet-info li {
		width: 95px;
	}

	.game-actions button { 
		width: 100px;
		height: 40px; 
	}

	.wheel-wrap { 
		max-width: 254px;
		height: 254px;
	}

	.bgBackWheel {
		width: 315px;
		height: 269px;
		left: -32px;
		top: -7px;
		background-size: cover;
	}

	.drawTimeTtl { 
		font-size: 10px; 
	}

	.drawTime { 
		font-size: 12px; 
	}

	#historyTable.table th {
		height: 25px;
		font-size: 11px;
	}

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

	.number-wrap {
		height: 50px;
	}

	#gameNumbersContainer .dynamic-btn {
		width: 45px;
		height: 45px;
		font-size: 25px;
		padding: 3px 10px 8px 5px;
	}

	.amount-label {
		left: 4px;
		font-size: 10px;
		width: 72px;
		top: -17px;
	}
 
}

@media (max-width: 844px), (max-height: 390px) {

	.bet-info li {
		width: 92px;
	}

	.logoOnWheel {
		width: 380px;
		height: 82px;
		left: -64px;
		background-size: cover;
	}

}

@media (max-width: 812px), (max-height: 375px) {

	.dynamic-btn {
		width: 58px;
		height: 58px;
		margin: 2px;
		font-size: 12px;
		padding: 16px 0px 15px;
	}

	.bet-info li {
		width: 90px;
		margin: 5px 0px 0px 2px;
	}

	.wheel-wrap {
		max-width: 245px;
		height: 245px;
	}

	.logoOnWheel {
		width: 360px;
		height: 78px;
		left: -61px;
		background-size: cover;
	}

	.bgBackWheel {
		width: 305px;
		height: 261px;
		left: -31px;
		top: -7px;
		background-size: cover;
	}

	.game-actions button {
		width: 92px;
		height: 40px;
		font-size: 12px;
	}

	#spinResult {
		width: 100px;
		height: 100px;
		left: 29%;
		top: 29%; 
		background-size: cover;
	}

}

@media (max-width: 800px), (max-height: 360px) {

	.main-header .row > * {
		width: auto;
		max-width: 100%;
	}

	.main-header .row .col-md-9 {
		width: 70%;
	}

	.main-header .row .col-md-3 {
		width: 30%;
	}

	.main-header .row .col-md-9 .row .col-md-3 {
		width: 27%;
	}

	.game-time-container {
		top: 5px;
		padding-left: 15px;
	}

	.ttl-header {
		font-size: 14px;
		padding: 13px 10px 10px 0px;
	}

	.dynamic-btn {
		width: 54px;
		height: 54px;
		margin: 2px;
		font-size: 11px;
		padding: 16px 0px 15px;
	}

	.bet-info li {
		width: 84px;
		margin: 5px 0px 0px 2px;
	}

	.wheel-wrap {
		max-width: 230px;
		height: 230px;
	}

	.bgBackWheel {
		width: 288px;
		height: 246px;
		left: -31px;
		top: -7px;
		background-size: cover;
	}

	.logoOnWheel {
		width: 330px;
		height: 71px;
		left: -61px;
		background-size: cover;
	}

	#historyTable {
		width: 120px;
		height: 219px;
		max-height: 220px; 
	}

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

	.drawTimeTtl {
		font-size: 9px;
		margin-top: 14px;
	}

	.drawTime {
		font-size: 11px;
	}
	 
}

@media (max-width: 740px), (max-height: 360px) {

	.bet-info li {
		width: 82px;
		margin: 5px 0px 0px 0px;
		padding: 2px 2px 2px;
	}

}

@media (max-width: 667px), (max-height: 375px) {

	.login-card {
		max-width: 300px;
		margin-top: 27px;
	}

	.fix-top .col-md-8 {
		width: 62.667%;
	}

	.fix-top .col-md-4 {
		width: 36.333%;
	}

	.vheight {
		height: 100vh;
	}

	.game-time-container {
		top: 5px;
		padding-left: 0px;
	}

	.dynamic-btn {
		width: 47px;
		height: 47px;
		margin: 2px;
		font-size: 11px;
		padding: 13px 0px 15px;
	}

	.bet-info li {
		width: 74px;
		margin: 5px 0px 0px 0px;
		padding: 2px 0px 2px;
	}

	.wheel-wrap {
		max-width: 220px;
		height: 220px;
		margin-top: 12px;
		margin-left: 23px;
	}

	.bgBackWheel {
		width: 278px;
		height: 238px;
		left: -31px;
		top: -7px;
		background-size: cover;
	}

	.logoOnWheel {
		width: 310px;
		height: 67px;
		left: -60px;
		background-size: cover;
	}

	#spinResult {
		width: 100px;
		height: 100px;
		left: 27%;
		top: 28%;
		background-size: cover;
	}

	.drawTimeTtl {
		font-size: 9px;
		margin-top: -15px;
	}

	.number-wrap {
		height: 45px;
	}

	#gameNumbersContainer .dynamic-btn {
		width: 40px;
		height: 40px;
		font-size: 22px;
		padding: 3px 9px 8px 0px;
	}

	#historyTable, .drawTimeTtl, .drawTime {
		margin-left: -31px;
		width: 115px;
	}

	.game-actions button {
		width: 78px;
		height: 35px;
		font-size: 12px;
	}
	 
}


/*end*/













	/* end */