/* timer page */
.content {
  position: fixed;
  z-index: 100;
}

/* margin */
@media (min-width: 992px) {
  .margin-lg {
    margin-bottom: 3cm;
  }
}


                  /* ===================== */

/* indosains atribut */ 
.btn-i {
    appearance: button;
    background-color: #fff;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .8px;
    line-height: 20px;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 13px 19px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transform: translateZ(0);
    transition: filter .2s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    flex: 1;
   }
   
    .btn-i:after {
    background-clip: padding-box;
    background-color: #fff;
    border: solid transparent;
    border-radius: 16px;
    border-width: 0 0 4px;
    bottom: -4px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
   }
   
   .btn-i:main, .btn-i:focus {
    user-select: auto;
   }
   
   .btn-i:hover:not(:disabled) {
    filter: brightness(1.1);
   }
   
   .btn-i:disabled {
    cursor: auto;
   }
   
   .btn-i:active:after {
    border-width: 0 0 0px;
   }
   
   .btn-i:active {
    padding-bottom: 10px;
   }

   /* modal jadwal */
.modal-body2 {
    max-height: 500px; /* Batasi tinggi maksimal modal */
    overflow-y: auto;  /* Menambahkan scroll vertikal jika konten lebih tinggi */
    overflow-x: auto;
  }

  .popup-close {
    display: block;
    width: 100%;
    position: absolute;
    top: 10px; /* Jarak dari atas */
    left: 10px; /* Jarak dari kanan */
    z-index: 1; /* Pastikan tetap di atas elemen lain */
    justify-content: flex-end;
  }

   /* dialog modal */
.modal-width {
  max-width: 500px;
  max-height: auto;
}
   
   /* btn registrasi */
.btn-reg {
  color: #090909;
  padding: 0.7em 1.7em;
  font-size: 18px;
  border-radius: 0.5em;
  background: white;
  cursor: pointer;
  border: 1px solid white;
  transition: all 0.3s;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  display: block !important;
  
}

.btn-reg:hover {
  border: 1px solid white;
  background-color: #fff;
}

#countdown-registration {
  background: transparent;  /* Hapus background */
  border: none;             /* Hapus border */
  text-align: center;       /* Pusatkan teks */
  font-size: 16px;          /* Sesuaikan ukuran font */
  outline: none;            /* Hapus efek fokus */
  width: 100%;              /* Buat input tetap responsif */
  color: #fff;
  font-weight: bold;

}

                  /* ===================== */


/* elite atribut */
.btn-e {
  font-size: 17px;
  padding: 0.5em 2em;
  border: transparent;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
  background: #fec601;
  color: black;
  border-radius: 10px;
 }
 
 .btn-e:hover {
  background: rgb(2,0,36);
  background: linear-gradient(180deg, rgba(254,237,1,1) 0%, rgba(241,241,230,1) 100%);
 }
 
 .btn-e:active {
  transform: translate(0em, 0.2em);
 }

 /* sci atribut */
button {
  position: relative;
  margin: 0;
  padding: 17px 35px;
  outline: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #f1e5ff;
  border: 3px solid rgba(57, 3, 127, 0.6);
  border-radius: 20px;
  color: #39037f;
  font-weight: bold;
  font-family: inherit;
  z-index: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}

button span {
  color: #39037f;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.7px;
}

button:hover {
  animation: rotate624 0.7s ease-in-out both;
  background-color: #f1e5ff;

}

button:hover span {
  animation: storm1261 0.7s ease-in-out both;
  animation-delay: 1s;
}

@keyframes rotate624 {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }

  25% {
    transform: rotate(3deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }

  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }

  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}

@keyframes storm1261 {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }

  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }

  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }

  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }

  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}

.btn-sci {
  border: 1px solid;
  overflow: hidden;
  position: relative;
  font-weight: bold;
  border: 3px solid rgba(57, 3, 127, 0.6);

}

.btn-sci span {
  z-index: 20;
}

.btn-sci:after {
  background: #39037f;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.4;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}

.btn-sci:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
