.right-icon-container{position: relative;}
.right-icon-container .right-icon-input,.right-icon-container .right-icon-label{padding-right:3rem;}
.right-icon-container .right-icon{position:absolute;top:40px;right:10px;}
.right-icon-container .right-icon-float .right-icon-input{padding-right:15px;}
.right-icon-container .right-icon-float+.right-icon{top:1.0625rem;}

.right-radio-container{position: relative;}
.right-radio-container .right-radio-input,.right-radio-container .right-radio-label{padding-right:3rem;}
.right-radio-container .right-radio{position:absolute;top:11px;right:20px;}
.right-radio-container .right-radio-float .right-radio-input{padding-right:15px;}
.right-radio-container .right-radio-float+.right-radio{top:1.0625rem;}

.table-input{
	width: 100% !important;
	border: none !important;
	outline: none !important;
	padding: 0 !important;
	background: transparent !important;
}
.table-input-w50{
	width: 30px !important;
	border: none !important;
	outline: none !important;
	padding: 0 !important;
	background: transparent !important;
}
.table-input-w50::-webkit-outer-spin-button,
.table-input-w50::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin: 0;
}

.zx_index{ z-index: 999999; }

.disablex{
	color: #b6c1d2 !important;
	pointer-events: none;
	cursor: not-allowed;
	background-color: transparent;
}

.slider {
	width: 100%;
	height: auto;
}
.slide1,.slide2,.slide3 {
	position: absolute;
	width: 100%;
	height: 100%;
}
.slide1 {
	animation: slide1 18s step-end infinite alternate, type 18s steps(10, end);
	-webkit-animation: slide1 18s step-end infinite alternate, type 18s steps(10, end);
	animation-delay: slide1 1200s;
} 
.slide2 {
	animation: slide2 18s step-end infinite alternate, type 18s steps(10, end);
	-webkit-animation: slide2 18s step-end infinite alternate, type 18s steps(10, end);
	animation-delay: slide2 1200s;
}
.slide3 {
	animation: slide3 18s step-end infinite alternate, type 18s steps(10, end);
	-webkit-animation: slide3 18s step-end infinite alternate, type 18s steps(10, end);
	animation-delay: slide3 1200s;
}
@keyframes slide1{
	0%   {opacity:1}
	33.333% { opacity: 0}
	66.666% { opacity: 0}
	100% { opacity: 1}
}
@keyframes slide2{
	0%   {opacity:0}
	33.333% { opacity: 1}
	66.666% { opacity: 0 }
	100% { opacity: 0}
}
@keyframes slide3{
	0%   {opacity:0}
	33.333% { opacity: 0}
	66.666% { opacity: 1}
	100% { opacity: 0}
}

.game-label {
	width: 50px;
	height: 40px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
	
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	align-items: center !important;
}

.games input[type="radio"]:checked+label {
	background-color: #fef0e8 !important;
	border: 1px solid #f5803e !important;
	color: #222 !important;
}

.footer-sm {
  padding: 0;
  margin: 0;
  list-style: none;
  position: fixed;
  display: flex;
  padding: 8px 10px 9px;
  justify-content: space-between;
  background-color: #202A39;
  align-items: center;
  bottom: 0;
  left: 0;
  gap: 10px;
  width: 100%;
  z-index: 99999;
}
.footer-sm li a {
  text-align: center;
  font-size: 14px;
  transition: all 0.4s;
  text-decoration: none !important;
}
.footer-sm li a span {
  transition: all 0.4s;
  color: #fff;
}
.footer-sm li a span i {
  transition: all 0.4s;
  font-size: 16px;
  color: #fff;
  background: -webkit-linear-gradient(90deg, #D73C17 -20.51%, #FFA83C 135.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-sm li a .texta {
  margin-top: -2px;
}
.footer-sm li a:hover {
  color: #f5803e;
}
.footer-sm li a:hover span {
  color: #f5803e;
}
.footer-sm li a:hover span i {
  background: -webkit-linear-gradient(90deg, #ffa83c -20.51%, #f73100 135.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fsm-bar {
  width: 40px;
  height: 40px;
  color: #f5803e;
  border-radius: 50%;
  border: 2px dashed #f5803e;
  text-align: center;
  line-height: 35px;
}
.fsm-bar:hover {
  cursor: pointer;
}
.fsm-bar.active .cros {
  display: block;
}
.fsm-bar.active .bars {
  display: none;
}
.fsm-bar .cros {
  display: none;
}
.fsm-bar .cros i {
  font-size: 19px;
  background: -webkit-linear-gradient(90deg, #D73C17 -20.51%, #FFA83C 135.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fsm-bar .bars i {
  font-size: 19px;
  background: -webkit-linear-gradient(90deg, #D73C17 -20.51%, #FFA83C 135.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}