
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
  font-family: Poppins, sans-serif;
  background-color: #fff;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

p {
  font-weight: 300;
  font-size: .875rem
}
a {
  color: #3257a8 !important;
}

/*dekstop*/
.container{
  width: 96% !important;
}

.container-btn-soal{
    max-height:450px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
  
}

.modal-header{
    border:0 !important;
}

.modal-footer{
    border:0 !important;
}

.modal-title{
    color:#2458ae !important;
    font-weight :700;
}
.close{
    font-weight:500 !important;
}

.modal-content{
    border:0 !important;
}

.alert-primary{
    color: #2458AE;
    background-color: #295cad19;
    border-color: #295cad19;   
}

.badge-primary {
  color: #fff;
  background-color: #3256aa !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Poppins, sans-serif;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

a:hover {
  text-decoration: none !important;
}

.content {
  padding: 7rem 0;
}

h2 {
  font-size: 20px;
}

small {
  font-size: 70%;
  font-weight: 400;
}

.text-sm{
    font-size:.7rem !important;
}

.text-md{
    font-size:.875rem !important;
}

.text-lg{
    font-size:1.87rem !important;
}

/* navbar  */
.navbar {
  height: 70px;
  background-color: #fafafa;
  width: 100%;
  justify-content: space-between !important;
}

.navbar .navbar-nav {
  background-color: #fafafa;
}

.navbar .navbar-nav .nav-item .nav-link {
  font-weight: 400;
  font-size: .85rem;
}
.nav-link-active{
  color: #3256aa !important;
  font-weight: 700 !important;
  

}

.navbar-light .navbar-toggler {
  border-radius: 16px;
  border-color: transparent !important;
  color: #000;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(0, 0, 0);
}

.nav-item-profile {
  height: 40px;
  padding-left: 20px;
  background: #FFCB0D;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  display: inline-flex;
}

.page-link {
  color: #2458ae !important;
  background: #295cad19 !important;
  border-color: #295cad19 !important;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff !important;
  background-color:#2458ae !important;
  border-color:#fff !important;
}
#downloadButton::before {
  mask-image: var(--toolbarButton-download-icon);
  display: none !important;
}

.nav-item-profile-mobile {
  height: 40px;
  width: 80%;
  padding-left: 10px;
  background: #FFCB0D;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-left: 16px;
  display: inline-flex;
}

.table-co{
    width:100%;
}

.swal2-html-container{
    font-size:.85rem !important;
    text-align: justify !important;
}

.swal2-title{
    font-size:1.75rem !important;
    font-size:700 !important;
}
.table-catatan-tryout{
    width:20% !important;
}
/* mobile navbar sidebar under lg breakpoint */
@media (max-width: 992px) {

  .navbar-collapse.collapsing .navbar-nav {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -60%;
    transition: all 0.2s ease;
  }

  .navbar-collapse.show .navbar-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    flex-direction: column;
    height: auto;
    width: 50%;
    transition: right 0.2s ease;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
}
.nav-tabs{
    border:none;
}
.nav-tabs .nav-link-keranjang.active {
  border-top: 5px solid transparent;
  border-image: url('../images/border-keranjang.png') 30 stretch;
  border-bottom:none;
}
.badge{
    font-weight:500 !important;
}

.badge-danger {
    background-color: #B92C3D;
    color: #fff;
}

.badge-danger-outline {
    color: #B92C3D !important;
    background: #fff;
    border: 1px solid #B92C3D;
}

.bg-danger {
  background-color: #B92C3D !important;
  color: #fff !important;
}

.badge-secondary {
  color: #2458ae !important;
  background: #295cad19;
}

.badge-secondary-outline {
  color: #2458ae !important;
  background: #295cad19;
  border: 1px solid #2458ae;
}
.card-title {
  font-weight:700;
}
.nav-link-keranjang:hover{
  border-top: 5px solid transparent;
  border-image: url('../images/border-keranjang.png') 30 stretch;
  border-bottom:none;
}

.nav-link-keranjang {
  display: block;
  padding: 0.5rem 1rem;
  font-size: .85rem;
  border:none;
}
.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}
.img-square-wrapper{
    width:20%;
}
/* paket heading */
.paket-heading h6 {
  font-size: 1rem;
  font-weight: 600;
}

.paket-heading h3 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #2458AE !important;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(36, 88, 174, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(36, 88, 174, 0.5)
}


.form-cari-paket{
  color: #2458AE;
  background-color: white;
  border: #2458AE solid 2px;
  font-size: .8rem;
  height: 32px !important;
}
.form-cari-paket:focus {
  border: 3px solid #fdc90c;
}
.btn-form-cari-paket{
color: #fff;
  background-color: #2458AE;
  border: #2458AE solid 2px;
  font-size: .8rem;
  height: 32px !important;
}

.btn-form-cari-paket:hover{
    background-color: #cfbdec !important;
}
.paket-item {
  background-color: #fafafa;
  padding: 20px;
  width: 90% !important;
  margin: auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
}

.pentunjuk-item {
  padding: 20px;
  width: 90% !important;
  margin: auto;
}

.row-paket{
    display:none ;
}
.list-group-item.active {
  z-index: 2;
  color: #3256aa !important;
  background-color: #2458AE1A !important;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.list-video{
    color:black !important;
}

.list-video:hover{
  z-index: 2;
  color: #3256aa !important;
  background-color: #2458AE1A !important;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}


.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -320% !important;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 12px !important;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 16px !important;
}
.btn-load-more{
  background-color: #2458AE !important;
  color: #ffffff;
  font-weight: 600;
  border: #2458AE;
  font-size: .8rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-load-more:hover{
    background-color: #cfbdec !important;
  color: black;
}

.btn-soal{
    width:40px; 
    height:40px;
    padding:0 
}

.paket-item .ribbon-paket {
  width: 37px;
  height: 60px;
  left: 58px;
  top: 0px;
  position: absolute;
}


.petunjuk-item .ribbon-petunjuk {
  width: 37px;
  height: 60px;
  left: 58px;
  top: 0px;
  position: absolute;
}

.petunjuk-item .ribbon-petunjuk .ribbon-text {
  left: 9px;
  top: 10px;
  position: absolute;
  text-align: center;
  color: #263238;
  font-size: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  word-wrap: break-word;
}

.paket-item .ribbon-paket .ribbon-text {
  left: 9px;
  top: 10px;
  position: absolute;
  text-align: center;
  color: #263238;
  font-size: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  word-wrap: break-word;
}

/* rounded primary */
.rounded-16 {
  border-radius: 16px !important;
}

.rounded-8 {
  border-radius: 8px !important;
}

.rounded-top-right-6{
  border-top-right-radius: 6px !important;
}
    
.rounded-top-left-6{
  border-top-left-radius: 6px !important;
}

.border-primary {
  border-color: #3256aa !important;
}

.paket-item .badge-paket {
  font-size: .75rem;
  font-weight: 500;
  padding: 7px 10px;
  background-color: #295cad19;
  /* background-color: #FF9800; */
  color: #2458AE;
  /* color: #ffffff; */
  border-radius: 16px;
}

.shine:before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(100deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, .6),
      rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  animation: shine 3s infinite linear;
  /* Animation */
}

@keyframes shine {
  0% {
    left: -100px
  }

  20% {
    left: 100%
  }

  100% {
    left: 100%
  }
}

.harga-paket {
}

.harga-paket-diskon {
  align-items: center;
  color: #2458ae;
  font-weight: 700;
  font-size: 1.2rem;
  margin-top:-.45rem;
}

.harga-paket-normal {
  flex: 1 1 0;
  color: #b0b0b0;
  font-size: .90rem;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  text-decoration: line-through;
  word-wrap: break-word;
}

.btn-ikutan{
  background-color: #2458AE !important;
  color: #ffffff;
  font-weight: 600;
  border: #2458AE;
  font-size: .8rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ranking-container h3{
  font-size: 1.75rem;
  font-weight: 700;
}

.ranking-list-container{
  width: 100%;
  background: white;
  border-radius: 16px;
  border: 1px #e8e8e8 solid;
  height: 100%;
}
.rounded-bordered-line-primary{
    background-color:#f9fcffff; 
    border: 1px solid #3256aa
}

.font-weight-bold{
    font-weight:600 !important;
}

.font-weight-bolder{
    font-weight:700 !important;
}

.form-select-to{
  padding-left: 1.25rem;
  height: calc(1.5em + 0.75rem + 5px) !important;
  font-size: .8rem !important;
  font-weight: 600 !important;
  background-image: url('../images/ddown.webp');
  background-repeat: no-repeat, repeat;
  background-position: right 1.1rem center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #344040;
  background-size: 16px 10px;
  background-color: #fff;
  outline:none;
}

.badge-yellow{
  background-color: #FFCB0D;
  color: #263238;
}

.paket-container{
  min-height:300px;
}


/*collapse*/
.panel-heading a:after {
	 font-family: 'Glyphicons Halflings';
	 content: "\e114";
	 font-size: 14px;
	 float: right;
	 top: 35px;
	 color:#2458ae;
	 font-weight: normal;
	 position: absolute;
	 right: 35px;
}
 .panel-heading a.collapsed:after {
	 content: "\e080";
}
 h4.panel-title {
	 font-size: 25px;
	 font-family: 'Droid Serif', serif;
}
 h4.panel-title a {
	 color:#2458ae;
	 text-decoration: none;
}
 h4.panel-title a span {
	 display: block;
	 font-size: 7px;
	 text-transform: uppercase;
	 margin-top: 10px;
	 color: #333;
	 font-family: 'Montserrat', sans-serif;
}
 .collapse-number {
	 float: left;
	 display: inline-block;
	 font-size: 52px;
	 vertical-align: middle;
	 margin: -3px 20px;
}
 .panel {
	 background-color: #ededed;
	 -webkit-transition: all 0.4s cubic-bezier(.42,.12,.31,.3);
	 -moz-transition: all 0.4s cubic-bezier(.42,.12,.31,.3);
	 transition: all 0.4s cubic-bezier(.42,.12,.31,.3);
}
 .panel-group .panel+.panel {
	 margin-top: 0px;
}
 .panel-group .panel-default {
	 border-top: transparent;
}
 .panel-body {
	 padding: 25px;
}
 .panel-body p {
	 margin: 0px 20px 0 0px;
}
 .panel-body p ul li {
	 margin-bottom: 15px;
}
 
/*end collaps*/



@media (max-width: 768px) {
    
    
    .btn-soal{
        width:50px; 
        height:50px;
        padding:0 
    }
    
    

  /* paket heading */
  .paket-heading h6 {
    font-size: 15px;
    font-weight: 400;
  }

  h3 {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
  }
  h6 {
    font-size: 1rem !important;
  }
  .paket-item {
    padding: 15px;
    width: 95% !important;
  }
  
  .nav-pills .nav-link.active{
    color:black !important;
    background-color:#2458AE!important;
    color :white !important;
  }
  .nav-pills .nav-link::focus {
      outline: none !important;
      border:none !important;
  }
  .nav-pills .nav-link{
    border-radius:16px !important;
    color:#2458AE;
    border:#2458AE solid 2px;
    font-size:.8rem;
    width: 100px !important;
    height: 30px !important;
    padding:0;
      
  }
  .nav-item-search{
      width:100%;
  }
  
  .table-catatan-tryout{
    width:70% !important;
   }
  .container{
    width: 98% !important;
  }
  
  .container-btn-soal{
    max-height:430px;
   }
  
  table.table-co tr td {
      font-size:.95rem;
  }
  
   table.table-co tr th {
      font-size:.95rem;
  }
  
  .paket-container{
      min-height:410px;
  }
  
  .mt-xs-3{
    margin-top: 1rem !important;
  }
  
  .p-xs-2{
     padding: 0.5rem !important; 
  }
  
  .pl-xs-2{
     padding-left: 0.5rem !important; 
  }
  
  .pl-xs-3{
     padding-left: 1.5rem !important; 
  }
  .mt-xs-2{
       margin-top: 0.5rem !important;
    }
    
    .px-xs-0{
        padding-left:0;
        padding-right:0;
    }
    
}
@media (min-width: 768px) {

    .btn-lg-block{
        display: block;
        width: 100%;
    }
    
    .px-lg-3{
        padding-left:1rem;
        padding-right:1rem;
    }
}
.check-list {
  margin: 0;
  padding-left: .65rem;
  list-style-position: outside;
}

.check-list li {
  position: relative;
  /*list-style-type: none;*/
  padding-left: .35rem;
  font-size: 0.75rem;
  list-style-position: outside;
}

.check-list .check::marker {
  content: "\f00c";
  color: #89AC46;
  font-family: 'FontAwesome';
}

.check-list .cross::marker {
  content: "\f00d";
  color: #B92C3D;
  font-family: 'FontAwesome';
}

/*.check-list li:before {*/
/*  content: '';*/
/*  display: block;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: -2px;*/
/*  width: 5px;*/
/*  height: 10px;*/
/*  border-width: 0 2px 2px 0;*/
/*  border-style: solid;*/
/*  border-color: #89AC46;*/
/*  transform-origin: bottom left;*/
/*  transform: rotate(50deg);*/
/*}*/

.nav-pills .nav-link.active{
    color:black !important;
    background-color:#2458AE!important;
    color :white !important;
}
.nav-pills .nav-link::focus {
    outline: none !important;
}
.nav-pills .nav-link{
    border-radius:16px !important;
    color:#2458AE;
    background-color:white;
    border:#2458AE solid 2px;
    font-size:.8rem;
    width: 100px !important;
    height: 32px !important;
    padding:0;
     
}
@media (max-width: 991.98px) {
  .half .bg {
    height: 36rem;
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .half .contents {
    width: 100% !important;
  }
}

.half .contents {
  background: #f6f7fc;
}

.half .contents,
.half .bg {
  width: 50%;
}

/* Ketika lebar layar 1024px atau lebih besar, set width auto */
@media (min-width: 1024px) {

  .half .contents,
  .half .bg {}
}

/* Ketika lebar layar 728px atau lebih kecil, set width 100% */
@media (max-width: 728px) {

  .half .contents,
  .half .bg {
    width: 100%;
    /* Lebar 100% untuk layar kecil */
  }
}

.half .contents .form-control,
.half .bg .form-control {
  border: none;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  height: 54px;
  background: #fff;
}

.half .contents .form-control:active,
.half .contents .form-control:focus,
.half .bg .form-control:active,
.half .bg .form-control:focus {
  outline: none;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.half .bg {
  background-size: cover;
  background-position: center;
}

.half a {
  color: #888;
  text-decoration: underline;
}

.half .btn {
  height: 54px;
  padding-left: 30px;
  padding-right: 30px;
}

.half .forgot-pass {
  position: relative;
  top: 2px;
  font-size: 14px;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
}

.control .caption {
  position: relative;
  top: 0.2rem;
  color: #888;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 4px;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.control:hover input~.control__indicator,
.control input:focus~.control__indicator {
  background: #ccc;
}

.control input:checked~.control__indicator {
  background: #2458ae;
}

.control:hover input:not([disabled]):checked~.control__indicator,
.control input:checked:focus~.control__indicator {
  background: #2458ae;
}

.control input:disabled~.control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none;
}

.control__indicator:after {
  font-family: "icomoon";
  content: "\e5ca";
  position: absolute;
  display: none;
  font-size: 16px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.control input:checked~.control__indicator:after {
  display: block;
  color: #fff;
}

.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.control--checkbox input:disabled~.control__indicator:after {
  border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked~.control__indicator {
  background-color: #7e0cf5;
  opacity: 0.2;
}

.owl-carousel .index.item {
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
}

.owl-carousel .item img {
  width: 50%;
  /* Gambar mengisi lebar carousel */
  object-fit: cover;
  /* Memastikan gambar tidak terdistorsi */
  border-radius: 10px;
  /* Opsional, untuk sudut membulat */
}

.owl-dots {
  text-align: center;
  margin-top: 15px;
}

/* @media (min-width: 320px) {
  .owl-carousel .item {
    width: 20rem;
  }
}
@media (min-width: 640) {
  .owl-carousel .item {
    width: 45rem;
  }
} */

.owl-dot {
  width: 12px;
  height: 12px;
  margin: 5px;
  background: rgba(38, 50, 56, 0.7) !important;
  /* Warna abu-abu transparan */
  border-radius: 50%;
  display: inline-block;
  transition: background 0.3s ease;
}

.owl-dot.active {
  width: 50px;
  /* Membuat lebih panjang */
  height: 12px;
  /* Tinggi tetap */
  background: #ffffff !important;
  /* Warna putih untuk dot aktif */
  border-radius: 20px;
  /* Membuat bentuk oval */
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper+.site-blocks-cover {
  margin-top: 96px;
}

.sticky-wrapper .shrink {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.btn:after,
.btn:before {
  display: none;
}

.btn:hover,
.btn:focus,
.btn:active {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.progress-bar{
    background: #2458ae;
    color: #fff !important;
}
.btn.btn-primary {
  color: #fff !important;
  background: #2458ae;
  border-color: #2458ae;
}

.btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #2458ae !important;
  background-color: #eaeff7 !important;
  border-color:#eaeff7 !important;
}

.btn.btn-white {
  color: #263238 !important;
  background: #fff !important;
  border-color: #E8E8E8 !important;
}

.btn.btn-primary:hover{
  background-color: #eaeff7 !important;
  color: #2458ae !important;
}

.btn-secondary{
  color: #2458ae !important;
  background: #295cad19;
  border-color: #295cad19;
}

.bg-secondary{
  background-color: #295cad19 !important;
}

.btn-secondary-yellow{
  color:#FFCB0D !important;
  background: #295cad19;
  border-color: #295cad19;
}

.btn-danger-outline{
    background-color: #fff !important;
    color : #B92C3D !important;
    border:1px solid #B92C3D;
}

.text-danger {
  color: #B92C3D !important;
}




.btn-danger-outline:hover{
    background-color: #B92C3D !important;
    color : #fff !important;
}
.text-yellow{
    color:#FFCB0D;;
}

.text-primary{
   color: #2458ae !important;
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #2458ae !important;
  background: #295cad19;
  border-color: #295cad19;
}

.btn.btn-primary.disabled,.btn.btn-primary:disabled {
  color: #fff !important;
  background: #2458ae;
  border-color: #2458ae;
}


.btn-secondary:hover{
  color: #fff !important;
  background: #2458ae;
  border-color: #2458ae;
}

.swal2-confirm {
    border-radius:16px !important;
    font-size:.8em !important;
}

.swal2-confirm:hover{
  background-color: #eaeff7 !important;
  color: #2458ae !important;
}

.swal2-cancel{
    background-color: #fff !important;
    color : #B92C3D !important;
    border:1px solid #B92C3D !important;
    font-size:.8em !important;
    border-radius:16px !important;
}

.swal2-cancel:hover{
    background-color: #B92C3D !important;
    color : #fff !important;
}

.btn-block-50{
    width:48% !important;
}

.card{
    border: 0;
    box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
    border-radius: 24px;
}


.btn.btn-outline-white {
  background: transparent;
  border-width: 2px;
  border-color: #fff;
  color: #fff;
}

.btn.btn-outline-white:hover {
  background: #fff;
  color: #000;
}

.btn.btn-outline-primary {
  color: #89ba16;
}

.btn.btn-outline-primary:hover {
  color: #fff;
  background: #89ba16;
}

.custom-card {
  background-color: #f8f9fa;
  /* Warna latar belakang terang */
  padding: 20px;
  /* Padding untuk card */
  border-radius: 10px;
  /* Sudut melengkung */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* Bayangan lembut */
}

.custom-btn {
  padding: 10px 20px;
  font-size: 16px;
}

/* FOOTER */
footer {
  padding: 3em 0;
}

.footer-06 {
  padding-top: 0 !important;
  background: #2458ae;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.footer-06:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.2;
  z-index: -1;
  background: #d7b8ff;
  background: -moz-radial-gradient(center,
      ellipse cover,
      #d7b8ff 0%,
      rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(radial,
      center center,
      0px,
      center center,
      100%,
      color-stop(0%, #d7b8ff),
      color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-radial-gradient(center,
      ellipse cover,
      #d7b8ff 0%,
      rgba(255, 255, 255, 0) 100%);
  background: -o-radial-gradient(center,
      ellipse cover,
      #d7b8ff 0%,
      rgba(255, 255, 255, 0) 100%);
  background: -ms-radial-gradient(center,
      ellipse cover,
      #d7b8ff 0%,
      rgba(255, 255, 255, 0) 100%);
  background: -webkit-radial-gradient(center,
      ellipse,
      #d7b8ff 0%,
      rgba(255, 255, 255, 0) 100%);
  background: -o-radial-gradient(center,
      ellipse,
      #d7b8ff 0%,
      rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(ellipse at center,
      #d7b8ff 0%,
      rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7b8ff', endColorstr='#ffffff', GradientType=1);
}

.footer-06 .subheading {
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer-06 .heading-section {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}

.footer-06 .footer-heading {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}

.footer-06 .footer-heading .logo {
  color: #fff;
}

.footer-06 p {
  color: rgba(255, 255, 255, 0.3);
}

.footer-06 a {
  color: #fff;
}

.footer-06 .list-unstyled li a {
  color: rgba(255, 255, 255, 0.5);
}

.footer-06 .subscribe-form {
  padding: 3px;
}

.footer-06 .subscribe-form .form-group {
  position: relative;
  margin-bottom: 0;
  border-radius: 0;
}

.footer-06 .subscribe-form .form-group input {
  background: white !important;
  border: none !important;
  outline: none !important;
  color: rgba(0, 0, 0, 0.3) !important;
  font-size: 16px;
  height: 56px;
}

.footer-06 .subscribe-form .form-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.3) !important;
}

.footer-06 .subscribe-form .form-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.3) !important;
}

.footer-06 .subscribe-form .form-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.3) !important;
}

.footer-06 .subscribe-form .form-group input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.3) !important;
}

.footer-06 .subscribe-form .form-group input:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer-06 .subscribe-form .form-group .submit {
  display: block;
  width: 150px;
  height: 56px;
  font-size: 14px;
  background: #352d3f !important;
  border: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 40px;
}

.footer-06 .subscribe-form .form-group .submit:hover,
.footer-06 .subscribe-form .form-group .submit:focus {
  text-decoration: none !important;
  outline: none !important;
}

.footer-06 .aside-stretch {
  background: #322b3c;
}

.footer-06 .aside-stretch:after {
  background: #322b3c;
}

.footer-06 .aside-stretch-right {
  background: #372f42;
}

.footer-06 .aside-stretch-right:after {
  background: #372f42;
}

.footer-06 .subscribe-form .form-group {
  position: relative;
  margin-bottom: 0;
  border-radius: 0;
}

.footer-06 .subscribe-form .form-group input {
  background: white !important;
  border: none !important;
  outline: none !important;
  color: rgba(0, 0, 0, 0.3) !important;
  font-size: 16px;
  border-radius: 0;
}

.footer-06 .subscribe-form .form-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.3) !important;
}

.footer-06 .subscribe-form .form-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.3) !important;
}

.footer-06 .subscribe-form .form-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.3) !important;
}

.footer-06 .subscribe-form .form-group input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.3) !important;
}

.footer-06 .subscribe-form .form-group input:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer-06 .subscribe-form .form-group .submit {
  display: block;
  width: 130px;
  height: 56px;
  font-size: 16px;
  background: #f7cd47 !important;
  border: none;
  border-radius: 0;
  border-top-right-radius: 2rem !important;
  border-bottom-right-radius: 2rem !important;
}

.footer-06 .subscribe-form .form-group .submit:hover,
.footer-06 .subscribe-form .form-group .submit:focus {
  text-decoration: none !important;
  outline: none !important;
}

/* POPUP */
.custom-container {
  max-width: 590px;
  background: #fafafa;
  border-radius: 16px;
  border: 1px solid #e8e8e8;
  padding: 26px;
}

.title {
  font-size: 24px;
  font-family: Outfit, sans-serif;
  font-weight: 700;
  color: #263238;
}

.time {
  font-size: 18px;
  font-family: Outfit, sans-serif;
  font-weight: 700;
  color: #b92c3d;
}

.description {
  font-size: 12px;
  font-family: Outfit, sans-serif;
  font-weight: 400;
  color: #263238;
}

.sub-title {
  font-size: 16px;
  font-family: Outfit, sans-serif;
  font-weight: 600;
  color: #263238;
}

.custom-button {
  border-radius: 16px;
  padding: 12px;
  text-align: center;
  font-size: 16px;
  font-family: Outfit, sans-serif;
  font-weight: 700;
}

.btn-primary-custom {
  background: #2458ae;
  color: white;
}

.btn-outline-danger-custom {
  border: 1px solid #b92c3d;
  color: #b92c3d;
  font-weight: 400;
}

/* Detail Belajar */
.question-container {
  background: #fafafa;
  border: 1px solid #e8e8e8;
  padding: 20px;
  border-radius: 5px;
}

.option {
  padding: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  cursor: pointer;
  background: white;
}

.option.selected {
  background: rgba(36, 88, 174, 0.1);
  color: #2458ae;
  font-weight: bold;
}

.question-container .btn-number-page {
  background-color: #e5eaf2;
  border: 1px solid #2458ae;
  color: #2458ae;
  width: 40px;
  height: 40px;
}

.custom-box {
  width: 40px;
  height: 40px;
  padding: 10px;
  background: #e5eaf2;
  border-radius: 8px;
  border: 1px solid #2458ae;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.custom-box-selected {
  width: 40px;
  height: 40px;
  padding: 10px;
  background: #2458ae;
  border-radius: 8px;
  border: 1px solid #2458ae;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.custom-box-unselected {
  width: 40px;
  height: 40px;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid grey;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.custom-box-unselected .custom-text {
  text-align: center;
  color: #000;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  word-wrap: break-word;
}

.custom-box-selected .custom-text {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  word-wrap: break-word;
}

.custom-text {
  text-align: center;
  color: #2458ae;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  word-wrap: break-word;
}

.question-module {
  background: #fafafa;
  border: 1px solid #e8e8e8;
  padding: 20px;
  border-radius: 5px;
  height: 32rem;
  overflow-y: hidden;
}

.question-module__parent {
  overflow-y: scroll;
  height: 24rem;
}

/* HOMEPAGE */
.jumbotron-parent {
  margin-top: 5rem;
}

.jumbotron-headline {
  flex: 1 1 0;
  color: #263238;
  font-size: 48px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  word-wrap: break-word;
}

.img-peringkat {
  width: 100%;
}

.testimoni-item {
  width: 100%;
}



@media (min-width: 768px) {
  .owl-carousel .index.item {
    width: auto;
  }

  .jumbotron-parent {
    margin-top: 4rem;
  }

  .jumbotron-headline {
    font-size: 24px;
  }

  .testimoni-item {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .owl-carousel .index.item {
    width: 41rem;
  }

  .jumbotron-parent {
    margin-top: 3rem;
  }

  .jumbotron-headline {
    font-size: 48px;
  }

  .paket-list-genap {
    margin-left: 4rem;
  }

  .img-peringkat {
    width: 400px;
  }

  .testimoni-item {
    width: auto;
  }
}

/* FAQ */

section {
  float: left;
  width: 100%;
  background: #43cea2;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left,
      #185a9d,
      #43cea2);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left,
      #185a9d,
      #43cea2);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 30px 0;
}

.card {
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  background-color: #fff;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 1px;
  border: none;
}

.card-header:first-child {
  border-radius: 0;
}

.card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 20px 1.25rem;
  border-bottom: 1px solid black;
}

.card-header a i {
  float: left;
  font-size: 25px;
  padding: 5px 0;
  margin: 0 25px 0 0px;
  color: #195c9d;
}

.card-header i {
  float: right;
  font-size: 30px;
  width: 1%;
  margin-top: 8px;
  margin-right: 10px;
}

.card-header a {
  width: 97%;
  float: left;
  color: #565656;
}

.card-header p {
  margin: 0;
}

.card-header h3 {
  margin: 0 0 0px;
  font-size: 20px;
  font-family: "Slabo 27px", serif;
  font-weight: bold;
  color: #3fc199;
}

.card-block {
  -moz-box-flex: 1;
  flex: 1 1 auto;
  padding: 20px;
  color: #232323;
  box-shadow: inset 0px 4px 5px rgba(0, 0, 0, 0.1);
  border-top: 1px soild #000;
  border-radius: 0;
}

/* .owl-carouselstyle ====*/
.owl-carousel .owl-nav button {
  opacity: 1;
  transition: opacity 0.3s ease-in-out, transform 0.2s;
}

.owl-carousel .owl-nav button.disabled {
  opacity: 0.3;
  /* Lebih transparan agar perbedaan lebih jelas */
  cursor: not-allowed;
}

/* Posisi navigasi */
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 1000 !important;
  pointer-events: none;
  /* Supaya tidak mengganggu interaksi lain */
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1001 !important;
  background-color: rgba(0,
      0,
      0,
      0.6) !important;
  /* Lebih gelap agar terlihat */
  color: white !important;
  width: 45px;
  height: 45px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  pointer-events: auto;
  transition: background-color 0.3s, transform 0.2s;
}

/* Efek hover */
.owl-prev:hover,
.owl-next:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
  transform: translateY(-50%) scale(1.1);
}

/* Posisi tombol navigasi */
.owl-prev {
  left: -40px;
}

.owl-next {
  right: -40px;
}

/* Responsif: Tombol navigasi lebih dekat pada layar kecil */
@media (max-width: 768px) {
  .owl-prev {
    left: -25px;
  }

  .owl-next {
    right: -25px;
  }

  .owl-prev,
  .owl-next {
    width: 35px;
    height: 35px;
  }
}

/* Pusatkan item carousel */
.owl-item {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center;
}

/*end  .owl-carouselstyle ====*/

.divCounter1{
  font-family: "Roboto Mono", monospace;
  font-style: normal;
}

.divCounter2{
    font-family: "Roboto Mono", monospace;
    font-style: normal;
}

.border-gray-outline{
    background-color:#FAFAFA !important;
    border: 1px solid #E8E8E8 !important;
}
.soal-col p{
    text-align:justify !important;
    font-weight: 500;
}



.opsi-li label p {
    margin: 0 !important;
    display: inline;
    text-align: justify !important;
    font-weight: 500;
}

.opsi-li label {
    display: block;
    color: #444;
    padding: 10px 20px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: .875rem ! important;
    font-weight:300;
}

.opsi-li input[type="radio"] {
    display: none;
    appearance: none;
}

.opsi-li input[type="radio"]:checked + label {
    /*background: #295cad19;*/
    animation-name: blink;
    animation-duration: 1s;
    border-color: #fcae2c;
    font-size: .875rem ! important;
}

.opsi-li input[type="radio"]:checked + label:after {
    background: #2458ae;
    border-radius: 6px;
}

.opsi-li label:after, .opsi-li label:before {
    content: "";
    position: absolute;
    right: 11px;
    top: 11px;
    width: 20px;
    height: 20px;
}

.opsi-li label:before {
   background: transparent;
   transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
   z-index: 2;
   overflow: hidden;
   background-repeat: no-repeat;
   background-size: 13px;
   background-position: center;
   width: 0;
   height: 0;
   background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}
  
.opsi-li input[type="radio"]:checked + label:before {
    width: 20px; 
    height: 20px; 
}


.opsi-true input[type="radio"]:checked + label {
    /*background: #295cad19;*/
    animation-name: blink;
    animation-duration: 1s;
    border-color: #fcae2c;
    font-size: .875rem ! important;
}

.opsi-true input[type="radio"]:checked + label::after {
  background:#51b769;
  border-radius:6px;
}

.opsi-true label:after, .opsi-true label:before {
    content: "";
    position: absolute;
    right: 11px;
    top: 11px;
    width: 20px;
    height: 20px;
}

.opsi-true label:before {
   background: transparent;
   transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
   z-index: 2;
   overflow: hidden;
   background-repeat: no-repeat;
   background-size: 13px;
   background-position: center;
   width: 0;
   height: 0;
   background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}
  
.opsi-true input[type="radio"]:checked + label:before {
    width: 20px; 
    height: 20px; 
}

.opsi-false label:before {
   background: transparent;
   transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
   z-index: 2;
   overflow: hidden;
   background-repeat: no-repeat;
   background-size: 13px;
   background-position: center;
   width: 0;
   height: 0;
   background-image: url('../images/false.png');
   background-size: 20px 20px;
}



/*video styling*/
.player {

  border:1px solid rgba(0,0,0,0.2);
  box-shadow:0 0 20px rgba(0,0,0,0.2);
  position: relative;
  font-size: 0;
  overflow: hidden;
}

.player:hover .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: black;
    opacity: 0.5;
}

/* This css is only applied when fullscreen is active. */
.player:fullscreen {
  max-width: none;
  width: 100%;
}

.player:-webkit-full-screen {
  max-width: none;
  width: 100%;
}

.player__video {
  width: 100%;
}

.player__button {
  color:white;
  text-align: center;
  outline:0;
  padding: 0;
  cursor:pointer;
  max-width:50px;
}

.volume__button {
  color:white;
  text-align: center;
  outline:0;
  padding: 0;
  cursor:pointer;
  max-width:50px;
}

.player__slider {
  width:10px;
  height:30px;
}

.player__controls {
  /*display:flex;*/
  z-index: 2;
  position: absolute;
  bottom:0;
  width: 100%;
  transform: translateY(100%) translateY(-5px);
  transition:all 6s;
  flex-wrap:wrap;
  background:rgba(0,0,0,0.6);
}

.player:hover .player__controls {
  transform: translateY(0);
  transition:all .3s;
}

.player:hover .progress-video {
  height:6px;
}

.player__controls > * {
  flex:1;
}

.progress-video {
  position: relative;
  display: flex;
  flex-basis: 100%;
  height: 6px;
  transition:
height 0.3s;
  background:
rgba(0,0,0,0.5);
  cursor: ew-resize;
  width: 96%;
  text-align: center;
}

.progress__filled {
  width:50%;
  background:#fff;
  flex:0;
  flex-basis:50%;
}

/* unholy css to style input type="range" */

input[type=range] {
  -webkit-appearance: none;
  background:transparent;
  width: 100%;
  margin: 0 5px;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
  background: rgba(255,255,255,0.8);
  border-radius: 1.3px;
  border: 0.2px solid rgba(1, 1, 1, 0);
}
input[type=range]::-webkit-slider-thumb {
  height: 15px;
  width: 15px;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3.5px;
  box-shadow:0 0 2px rgba(0,0,0,0.2);
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #bada55;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0 0 1px rgba(13, 13, 13, 0);
  background: #ffffff;
  border-radius: 1.3px;
  border: 0.2px solid rgba(1, 1, 1, 0);
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(13, 13, 13, 0);
  height: 15px;
  width: 15px;
  border-radius: 50px;
  cursor: pointer;
}

/*end video styling*/

#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:url("/assets/images/loading.gif") no-repeat center center rgba(0,0,0,0.25);
    background-size: 50px auto;
}


/*half circle bar*/
.progress-dial {
    width: 100%;
    height: auto;
}
.progress-dial .progressbar-text {
    color: #333;
    font-size:.875rem;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px 0;
}
.progress-dial .progressbar-text .completed-text {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
