/*Indicator Load*/
.progress-container{width:100%;position:fixed;top:0;left:0;z-index:9999;}.progress-bar{height:2px;background:#065FB4;width:0%;}
/*Scroll Bar*/
html{scrollbar-width:thin;}html::-webkit-scrollbar{width:5px;background-color:#F5F5F5;}html::-webkit-scrollbar-thumb{background-color:#065FB4;border-radius:0px;}.element{scrollbar-width:thin;}.element::-webkit-scrollbar{width:5px;background-color:#F5F5F5;}.element::-webkit-scrollbar-thumb{background-color:#065FB4;border-radius:0px;}
/*Back to Top*/
.back-top{display:none;position:fixed;bottom:220px;right:23px;width:40px;height:40px;background:#065FB4;cursor:pointer;overflow:hidden;font-size:22px;color:#ffffff;text-align:center;line-height:40px;border-radius:50px;z-index:9999;}.back-top:hover{opacity:1;background:#333333;}@media screen and(max-width:880px){.navbar-scrolled.back-top{opacity:0!important;}}
/*SR-Only and Custom*/
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}body,html{padding:0!important;margin:0!important;touch-action:manipulation!important;}img{border-radius:5px}img.lazyload:not([src]){visibility:hidden;}img:-moz-broken{opacity:0;}img::after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;}iframe{border-radius:5px;}

.bg-custom {
  background-color: #1e2124;
  border-bottom: 1px;
}

.h5, h5 {
  font-size: 18px;
  line-height: 22px;
}

.strip-primary {
  background-color: #065FB4;
  position: absolute;
  width: 50px;
  height: 5px;
  border-radius: 2px;
}

.row {
  margin-right: -12.5px;
  margin-left: -12.5px;
}

.game {
  justify-content: center;
  width: auto;
}

.zoom {
  transition: transform .5s; /* Animation */
}

.zoom:hover {
  transform: scale(1.1);
}

.card {
  border-radius: 10px;
  background-color: #065FB4;
}

img.card {
  padding: .25rem .50rem;
  box-shadow: 0 5px 15px rgba(57, 98, 254, 0.02), 0 3px 6px rgba(117, 108, 254, 0.12);
  border-radius: 3px;
  background-color: #F5F5FF;
}

.card-game {
  margin-top: -30px;
  margin-bottom: 0;
}

.card-title {
  min-height: 30px;
  margin-top: -5px;
  font-weight: 600;
  font-size: 12px;
  color: #F5F5FF;
}

.card-subtitle {
  margin-top: -12px;
  font-weight: 400;
  font-size: 9px;
  color: #F5F5FF;
}

.card-topup {
  margin-top: 0px;
  border: none;
  padding: .70rem .70rem;
}

.btn-topup {
  color: #F5F5FF;
  background-color: #ffe43b;
  margin-top: 0px;
  padding: .20rem .20rem;
  border-radius: 5px;
}

.btn-topup:hover {
  color: #F5F5FF;
  background-color: #065FB4;
}

.btn-primary {
  color: #F5F5FF;
  transition: transform .5s;
  background-color: #065FB4;
  border: 1px solid #065FB4;
}

.btn-primary:hover {
  color: #F5F5FF;
  background-color: #0D8BF2;
  border: 1px solid #0D8BF2;
}

.bg-footer {
  position: relative;
  background: url('../../assets/themes/footer.png') no-repeat center center #151819;;
  width: 100%;
  border-top: 1px;
}

.section {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #151819;
}

.circle-primary {
  background-color: #065FB4;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  font-size: 22px;
  font-weight: 600;
  color: #FFFFFF!important;
}

ul.nav-tabs {
  border-bottom: 0px!important;
}

ul.nav-tabs li.nav-item a.nav-link {
  background: #1e2124!important;
  border-bottom: 5px solid #1e2124!important;
  border-radius: 0px!important;
  color: #F5F5FF;
}

ul.nav-tabs li.nav-item a.nav-link.active {
  background-color: none;
  border-bottom: 5px solid #0D8BF2!important;
  border-radius: 0px!important;
  color: #0D8BF2;
}

.radio-nominal {
    color: white;
    display: none;
    margin: 10px;
    cursor: pointer;
}

.radio-nominal + label {
  text-align: left;
  color: #F5F5FF;
  display: inline-block;
  padding: 5px;
  background-color: #1e2124;
  border: 2px solid #065FB4;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  font-size: 12px;
  margin-bottom: 0px;
}

.radio-nominal:checked + label {
  text-align: left;
  background-image: none;
  background-color: #065FB4;
  color: #F5F5FF;
  border: 2px solid #065FB4;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  font-size: 12px;
}

.radio-nominal:checked + label::after {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 35px;
  height: 35px;
  content: "";
  background: url('../../assets/images/verified.png') top/cover;
  text-align: center;
}

.radio-nominale {
    color: white;
    display: none;
    margin: 10px;
    cursor: pointer;
}

.radio-nominale + label {
  text-align: left;
  color: #F5F5FF;
  display: inline-block;
  padding: 13px;
  background-color: #1e2124;
  border: 2px solid #065FB4;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  font-size: 12px;
}

.radio-nominale:checked + label {
  text-align: left;
  background-image: none;
  background-color: #065FB4;
  color: #F5F5FF;
  border: 2px solid #065FB4;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  font-size: 12px;
}

.radio-nominale:checked + label::after {
  position: absolute;
  top: 3px;
  right: 16px;
  width: 28px;
  height: 26px;
  content: "";
  background: url('../../assets/images/verified.png') top/cover;
  text-align: center;
}

.form-control {
  border: 1px solid #F5F5FF;
  background-color: #F5F5FF;
  color: #495057 !important;
}

.form-control:focus{
  border: 1px solid #F5F5FF;
  background-color: #F5F5FF;
  color: #495057 !important;
}

::placeholder {
  color: #9c9c9c !important;
  font-size: 15px;
  opacity: .5 !important;
}

.accordion .card {
    background: rgba(174,174,174,.261);
    border: 1px solid rgba(174,174,174,.261);
}

.accordion .card .card-header {
    background: #1e2124;
}

.accordion .card .card-header button {
    color: #fff!important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.metode-bayar {
  padding-top: .30rem;
  padding-left: .50rem;
  padding-right: .30rem;
  padding-bottom: .10rem;
  box-shadow: 0 5px 15px rgba(57, 98, 254, 0.02), 0 3px 6px rgba(117, 108, 254, 0.12);
  border-radius: 3px;
  background-color: #F5F5FF;
}

.product-tile__clip-path[data-v-10b0ebbe] {
  display: flex;
padding: 0;
  padding-top: 0px;
padding-top: 0px;
margin-top: -39px;
width: 100%;
height: 50px;
position: absolute;
top: -10px;
background-color: #151819;;
clip-path: polygon(0 23%,6% 72%,12% 47%,18% 70%,24% 51%,32% 80%,38% 47%,44% 80%,50% 49%,56% 70%,60% 86%,66% 42%,72% 65%,78% 38%,84% 64%,90% 17%,96% 20%,100% 1%,100% calc(100% + 1px),0 calc(100% + 1px));
-webkit-clip-path: polygon(0 23%,6% 72%,12% 47%,18% 70%,24% 51%,32% 80%,38% 47%,44% 80%,50% 49%,56% 70%,60% 86%,66% 42%,72% 65%,78% 38%,84% 64%,90% 17%,96% 20%,100% 1%,100% calc(100% + 1px),0 calc(100% + 1px));
}

.product-tile__clip-paths[data-v-10b0ebbe] {
  display: flex;
  padding: 0;
  padding-top: 0px;
  margin-top: -39px;
  width: 100%;
  height: 50px;
  position: relative;
  top: -10px;
  background-color: #065FB4;
  clip-path: polygon(0 23%,6% 72%,12% 47%,18% 70%,24% 51%,32% 80%,38% 47%,44% 80%,50% 49%,56% 70%,60% 86%,66% 42%,72% 65%,78% 38%,84% 64%,90% 17%,96% 20%,100% 1%,100% calc(100% + 1px),0 calc(100% + 1px));
  -webkit-clip-path: polygon(0 23%,6% 72%,12% 47%,18% 70%,24% 51%,32% 80%,38% 47%,44% 80%,50% 49%,56% 70%,60% 86%,66% 42%,72% 65%,78% 38%,84% 64%,90% 17%,96% 20%,100% 1%,100% calc(100% + 1px),0 calc(100% + 1px));
}

/* Sidebar */

.sticky-left {
    position: fixed;
    top: 180px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background: #2e3238;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 100px;
}

.sidenav ul.flex-column li.nav-item a.nav-link {
  color: #F5F5FF;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: line-height 0.3s ease-in-out;
  transition: line-height 0.3s ease-in-out;
}

.sidenav ul.flex-column li.nav-item a.nav-link:hover {
  color: #eee!important;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 36px;
  margin-left: 50px;
  color: #F5F5FF;
}

@media screen and (max-width: 778px){
    .navbar-collapse {
        background:#1e2124;
    }
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 14px;}
}
