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

 













/* end */