
/** GENERAL STYLE **/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

select option {
	background: #24262B;
}

@font-face { font-family: Rubik; src: url('/themes/custom/gm8-web-indo-v2/assets/fonts/Rubik-Regular.ttf'); } 
@font-face { font-family: Rubik-Bold; src: url('/themes/custom/gm8-web-indo-v2/assets/fonts/Rubik-Bold.ttf'); } 

.font-rubik {
	font-family: "Rubik"
}

/** NAVBAR **/
@media (max-width: 764px) {
	.nav-link .brand-image {
		display: none;
	}
}

@media (max-width: 766px) {
	.headspace{
    padding-top: 7rem;
  }
  .headspace-login{
    padding-top: 3.7rem;
  }
}

@media (max-width: 991px) {
	.scroll-tablet{
    overflow-x: scroll;
  }
}

#mobile-footer {
  background-color: #1E1E1E;
  height: 4rem;
  z-index: 999;
  filter: drop-shadow(0 0.6rem 0.6rem #000);
}

.btn-deposit, .btn-deposit:hover{
  background-color:#9747FF !important;
  border: none;
  width: 11vh;
  border-radius: 0.8rem;
  color: #f8f2f2;
  margin-bottom: 0.049rem;
}

.text-gm3{
  color: #00FF85 !important;
}

.text-container {
  padding: 12px;
  height: 47px;
}

/** CAROUSEL ARROWS **/
.carousel-control-prev, .carousel-control-next {
	top: 16% !important;
}

/* INPUT FLICKER */
@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}

@-webkit-keyframes search_types {
    from {width: 100%;}
    to {width:0px;}
}

::-webkit-input-placeholder {
    position: relative;
}
::-webkit-input-placeholder:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    right: 0;
    -webkit-animation: flickerAnimation .5s infinite;
   -moz-animation: flickerAnimation .5s infinite;
   -o-animation: flickerAnimation .5s infinite;
    animation: flickerAnimation .5s infinite;
}

.custom-select {
	background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px !important;
}

/** ROLLING PAGE **/
.rolling-provider-img {
	width: 160px;
}

/** LOGIN PAGE **/
.center-menu .nav-item {
	font-size: 14px;
}

.nav-icon-menu {
  padding-left: 0.3rem !important;
  padding-right: 0.3rem !important;
}

.tablegames {
	justify-content: center;
}

@media (max-width: 764px) {
	.tablegames {
		justify-content: flex-start;
		flex-wrap: nowrap;
		overflow-x: scroll;
	}
}

.tablegames > .nav-item a {
	white-space: nowrap;
}

@media (max-width: 764px) {
	.tablegames .nav-item {
		min-width: 200px;
	}
}

@media (min-width: 1260px) and (max-width: 1420px) {
	.wd-background h4 {
		white-space: nowrap;
	}
}

.gametext{
  display: inline-block;
  color: rgba(255, 255, 255, 0.921);
  font-size: 1.1rem;
  /* font-weight: 700; */
  font-family: "Rubik-Bold";
  line-height: 1;
}

.middletext{
  position: absolute;
  bottom: 0%;
  left: 45%;
  transform: translate(-50%, -50%);
  text-align: center;
  width:70%;
}

.game-type {
	display: none;
}

.bg-darkgames .table th, .table td {
	border-top: 0px;
}

.bg-darkgames tbody tr td {
	white-space: nowrap;
	text-overflow: ellipsis;
}


/** REGISTRATION PAGE **/
.error {
	color: #ff3030
}

.checkusername-not {
    display: none;
    color: #ff3030;
}

.checkusername {
    display: none;
    color: #3ade3a;
}

.resend-btn {
	position: relative;
}

.resend-btn button {
	position: absolute;
}

.resend-btn span {
	position: absolute;
	top: 0;
	left: 5px;
	padding: 10px 46px;
    background: #000000cf;
    border: 1px solid transparent;
	border-radius: 1rem !important;
}

/** GAME PAGE **/
.game-item {
    margin-bottom: 20px;
}

#game-list .game-item .img-holder img {
    border-radius: 10px;
    width: 240px;
}

.game-lobby {
	padding: 12px;
}

.search-wrapper {
	width: 30%;
}

@media (max-width: 764px) {
	.search-wrapper {
		width: 50%;
	}

	.search-wrapper input {
		height: 45px;
	}
}

.search-wrapper input {
	color: #fff;
	border: 2px solid #474f57;
	background-color: #1c1e22;
	border-radius: 15px;
	height: 50px;
}

.search-wrapper input:focus {
	color: #fff;
	border: 2px solid #474f57;
	background-color: #1c1e22;
}

.search-wrapper input::placeholder {
  	color: #67707b;
  	font-style: italic;
  	font-size: 14px;
  	opacity: 1; /* Firefox */
}

.search-wrapper input::-ms-input-placeholder { /* Edge 12 -18 */
  	color: #67707b;
  	font-style: italic;
  	font-size: 14px;
}

.search-wrapper .search-icon-wrapper {
	color: #474f57;
	right: 10px;
	top: 27%;
}


/** PROMOTION MODAL **/
@media (min-width: 576px) {
	#modalPromotion .modal-dialog {
		max-width: 70vw !important;
	}
}

.imagehoop {
    width: 90%;
}

.box-secondary {
    width: 90%;
}

.btn-play {
    width: 90%;
}

/** PAYMENT GATEWAY RESPONSE **/
.return-app-link {
	color: #9747FF;
}

.return-app-link:hover {
	color: #5a1fa9;
}

.transaction-title {
	text-align: right;
}

.transaction-data {
	text-align: left;
}

/** CUSTOM LOADER **/
.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
  }
  .lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #00ffff;
  }
  .lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
  }
  .lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
  }
  .lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
  }
  .lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
  }
  .lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
  }
  .lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
  }
  .lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
  }
  .lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
  }
  .lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
  }
  .lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
  }
  .lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
  }
  .lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
  }
  @keyframes lds-spinner {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  /** DROPDOWN **/
  [type="checkbox"]:checked,
  [type="checkbox"]:not(:checked){
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
  }
  .section-dropdown {
      position: absolute;
      display: none;
  }

  .dropdown:checked ~ .section-dropdown{
    display:block;
  }

  .section-dropdown-sub {
      max-height: 0;
      padding-left: 10px;
      overflow: hidden;
  }

  .dropdown-sub:checked ~ .section-dropdown-sub{
    pointer-events: auto;
    opacity: 1;
    max-height: 999px;
  }

  label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400;
  }