j
/** 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;
}

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

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

.gm-txt-black3 {
	color:#333896;
}

.link, .cancellink {
	color:black;
}

.middleplay {
  top: 40%;
  left: 45%;
}

.headspace {
  background-color: #F5F5F5;
}

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

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

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
      max-width: 1080px;
  }
}

#mobile-footer {
  /* background-color: #FFFFFF; */
  height: 4.2rem;
  z-index: 2000;
  filter: drop-shadow(0 0.6rem 0.6rem #000);
  border-radius: 1.5rem 1.5rem 0rem 0rem;
}

.btn-deposit, .btn-deposit:hover{
  border: none;
  width: 13vh;
  border-radius: 1.2rem 1.2rem 0rem 0rem;
  color: #FFFFFF;
  /* background-color: #303794 !important; */
  background: linear-gradient(180deg, rgba(36,71,223,1) 0%, rgba(51,57,161,1) 50%, rgba(32,37,106,1) 100%);;
  height: 4.4rem;
}

.btn-deposit:hover{
  color: #FFFFFF !important;
}

.btn-wallet{
  border-color: #F3F3F3;
  background-color: #F3F3F3;
  padding: 4px;
}

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

.text-gray {
  color:#BEBEBE;
}

.bg-light-grey{
  background-color:#f3f3f3;
}

.icon-w-30 {
  width: 30px !important;
  height: 30px !important;
}

.font-blue {
  font-weight:bold;
  font-size:0.85rem;
  color:#313676;
}

.font-green {
  color:#00FF85;
  font-weight:bold;
}

.font-18 {
  font-size:18px;
}

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

.icon-navbar{
  position: absolute;
  margin-left: -90px;
  margin-top: -10px;
  font-size: 1.2rem;
}

@media (max-width: 960px) {
  .main-sidebar{
    width: 50%;
  }
}

@media (max-width: 540px) {
  .main-sidebar{
    width: 100%;
  }
}

@media (max-width: 960px) {
  .sidebar-collapse .main-sidebar{
    margin-left: -450px;
  }
}

@media (max-width: 540px) {
  .sidebar-collapse .main-sidebar{
    margin-left: -430px;
  }
}

.btn-promotion{
  border-radius: 10.75px !important;
  padding: 0.4rem 0.8rem;
}

.btn-deposit-sidebar{
  color: #ffffff !important;
  background: linear-gradient(180deg, #01fb7c 0%, #00d870 50%, #02b561 100%)
}

.btn-withdraw-sidebar{
  color: #ffffff !important;
  background: linear-gradient(180deg, #2447df 0%, #2641ce 50%, #1e40b7 100%);
}

.btn-deposit-desktop-sidebar{
  color: #ffffff !important;
  background: linear-gradient(90deg, #01fb7c 0%, #00d870 50%, #02b561 100%)
}

.btn-withdraw-desktop-sidebar{
  color: #ffffff !important;
  background: linear-gradient(90deg, #2447df 0%, #2641ce 50%, #1e40b7 100%);
}

.btn-deposit-sidebar:hover{
  color: #ffffff !important;
  background-color: #682ca4 !important;
}

.btn-dropdown{
  background-color: #e6e6e6 !important;
}

.btn-dropdown:hover{
  color: #ffffff !important;
  background-color: #303794 !important;
  border-color: #303794 !important;
  box-shadow: none;
}

.livechat-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dropup-link{
  margin: 11px;
}

[class*='sidebar-dark-'] .sidebar a {
  color: #303794;
}

.font-9{
  font-size:0.95rem;
}

/* 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='%23303794' 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;
}


.center-menu .nav-item {
	font-size: 14px;
}

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

.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: 20%;
}

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

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

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

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

.btn-outline-second {
	border-color: #333896;
}
  
.btn-outline-second:hover {
	background-color: #e3e3e3;
}

.btn-outline-second:not(:disabled):not(.disabled):active, .btn-outline-second:not(:disabled):not(.disabled).active,
.show > .btn-outline-second.dropdown-toggle {
  color: #ffffff;
  background-color: #e3e3e3;
  border-color: #333896;
}

.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: #303794;
  }
  .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;
    }
  }

  .js-lcc-active {
    overflow: hidden
}

[class^=lcc-] {
    box-sizing: border-box !important;
    line-height: 22px
}

[class^=lcc-]:first-child {
    margin-top: 0
}

[class^=lcc-]:last-child {
    margin-bottom: 0
}

[class^=lcc-][inert] {
    cursor: default;
    pointer-events: none
}

[class^=lcc-][inert],
[class^=lcc-][inert] * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.lcc-text {
    font-size: 14px;
    margin: 0 0 22px
}

.lcc-button {
    background: none;
    background-color: #303794;
    border: 1px solid #303794;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 1px 0;
    padding: 5px 13px;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease
}

.lcc-button:focus,
.lcc-button:hover {
    background: #1f2469;
    border-color: #1f2469
}

.lcc-button.lcc-button--ghost {
    background: transparent;
    background-color: transparent;
    color: #303794;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 1px 0;
    padding: 5px 13px;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease
}

.lcc-button.lcc-button--ghost:focus,
.lcc-button.lcc-button--ghost:hover {
    color: #9747ff;
    border-color:#5a1fa9;
}

.lcc-button.lcc-button--link {
    background: transparent;
    border-color: transparent;
    color: inherit;
    padding-left: 0;
    padding-right: 0;
    text-decoration: underline
}

.lcc-button.lcc-button--link:focus,
.lcc-button.lcc-button--link:hover {
    background: transparent;
    border-color: transparent;
    text-decoration: none
}

.lcc-button.lcc-button--link+.lcc-button.lcc-button--link {
    margin-top: 0
}

.lcc-label {
    align-items: baseline;
    display: flex;
    font-weight: 600;
    margin-bottom: 5px
}

.lcc-label[for] {
    cursor: pointer
}

.lcc-label>* {
    margin-right: 10px
}

input[id^=lcc-]:disabled {
    color: #555;
    cursor: default;
    opacity: .55
}

input[id^=lcc-]:disabled+span {
    cursor: default;
    opacity: .6
}

.lcc-backdrop {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .2s ease-in-out;
    z-index: 10000
}

.lcc-modal {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
    left: 50%;
    max-height: 90%;
    max-width: 90%;
    overflow: auto;
    padding: 30px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 475px;
    z-index: 10001
}

.lcc-modal .lcc-modal__close {
    background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    font-size: 24px;
    line-height: 1.25;
    position: absolute;
    right: 0;
    top: 0;
    transition: color .2s ease;
    width: 30px
}

.lcc-modal .lcc-modal__close:focus,
.lcc-modal .lcc-modal__close:hover {
    color: #555
}

.lcc-modal .lcc-modal__title {
    font-size: 20px;
    margin-bottom: 1em
}

.lcc-modal .lcc-modal__section {
    margin-bottom: 20px
}

.lcc-modal .lcc-modal__section .lcc-text {
    margin-left: 30px
}

.lcc-modal .lcc-modal__actions-center {
    display: flex;
    justify-content: center
}

.lcc-modal .lcc-modal__actions>* {
    display: block;
    margin-top: 8px
}

.lcc-modal.lcc-modal--settings {
    z-index: 10002
}

.lcc-u-sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.lcc-u-text-center {
    text-align: center !important
}

/** DROPDOWN **/
.navbar [type="checkbox"]:checked, .navbar [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;
}

.text-support{
  color:black;
}
.text-support:hover{
  color: #9747ff;
}

.no-gutters > .col-desktop, .no-gutters > .col-mobile{
  padding-right: 3px;
  padding-left: 3px;
}

@media (max-width: 540px) {
  .os-content {
    height: 140% !important;
  }
}

@media (max-width: 400px) {
  .os-content {
    height: 160% !important;
  }
}

@media (max-width: 375px) {
  .os-content {
    height: 195% !important;
  }
}

.wallet-button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 5px;
}

.nav-wallet-amount {
  margin-left: 28px;
  padding: 8px;
  width: 120px;
  height: 100%;
  border-radius: 5px;
}

.dropdown-toggle:after {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  margin-left: 0px;
}

.profile-toggle {
  padding: 5px;
  width: 40px;
  height: 40px;
  margin-top: 2px;
  margin-bottom: 0px;
}

.sidebar-mini.sidebar-collapse .main-header{
  margin-left: 0 !important;
}

.main-header {
  z-index: 9999;
  margin-left: 0px !important;
}

.nav-link-desktop{
  padding: 0.1rem 1rem;
}

.btn-loyalty{
  background-color:#1a1a56;
  color:white;
}

.bg-loyalty-desktop{
  background-image: url(/themes/custom/betugo/assets/loyalty/bannerloyaltymid.png);
}

.bg-loyalty-mobile{
  background-image: url(/themes/custom/betugo/assets/loyalty/bannerloyaltymid-mobile.jpg);
  background-size: cover;
  height: 70vh;
}

.bg-rolling{
  background-image: url(/themes/custom/betugo/assets/general/rolling-banner.png);
  background-size: 100% 100%;
}

.bg-rolling-mobile{
  background-image: url(/themes/custom/betugo/assets/general/rolling-banner-mobile.png);
  background-size: 100% 100%;
}

.rolling-notice{
  background-image: url(/themes/custom/betugo/assets/general/rolling-bg.png);
  background-size: 100% 100%;
}

.rolling-notice-mobile{
  background-image: url(/themes/custom/betugo/assets/general/rolling-bg-mobile.png);
  background-size: 100% 100%;
}

.font-large{
  font-size:3.5rem;
  font-weight: 500;
}

.rolling-text {
  color:#1E244E60;
}

.rolling-text.active {
  color:#1E244E;
}

.rolling-tab {
  border-bottom: 2px solid #B4B4B4;
}

.rolling-tab.active {
  border-bottom: 2px solid #4559E5;
}

.content-wrapper{
  background-color: #FFFFFF! important;
}

.qr-border{
  border: 1.2rem solid transparent;
  border-radius: 3rem;
  background-image: linear-gradient(white, white), linear-gradient(270deg, rgba(243,86,133,1) 0%, rgba(26,41,253,1) 50%, rgba(151,71,255,1) 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.profile-formcontrol{
  background-color: #F3F3F3 !important;
  border-style: none;
  color:#4A4D65;
  font-size:0.95rem;
  font-weight:450;
  height: 3rem;
}