body {
  background: black;
}

@keyframes dropdown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes dropup {
  from {
    opacity: 1;
    transform: translateY(0px);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}

@keyframes kedip {
  from {
    color: black;
  }
  to {
    color: white;
  }
}

.loading {
  background: black;
  color: white;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  animation: kedip 1s infinite linear;
}

.navbar {
  width: 100%;
  padding: 5px;
  background: #005cff96;
  position: fixed;
  top: 0;
  backdrop-filter: blur(5px);
  z-index: 1000;
}

@keyframes gradasi {
    0% {
      background-position: 0%;
    }
    100% {
      background-position: 100%;
    }
}

@keyframes fall {
    0% {
      transform: translateY(-50px);
    }
    20% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-20px);
    }
    70% {
      transform: translateY(0px);
    }
    90% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(0px);
    }
  }

.navbar h1 {
  color: ;
  margin-top: auto;
  margin-left: 5px;
  font-weight: bold;
  background: linear-gradient(90deg, #e60000f6, #e600d3f6, #1b00e6f6, #00d3e6f6, #00e61ff6, #e6e300f6, #e60000f6, #e600d3f6, #1b00e6f6);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradasi 3s infinite linear;
}

.navbar button {
  animation: fall 1s forwards;
}

li {
  display: flex;
}

.rdm {
  display: none;
  width: 100%;
  height: auto;
  margin-top: 60px;
}

@keyframes list {
  0% {
    box-shadow: 0px 1px 0px 0px #001be6f6;
  }
  50% {
    box-shadow: 0px 1px 0px 0px #e60000f6;
  }
  100% {
    box-shadow: 0px 1px 0px 0px #001be6f6;
  }
}

.list {
  width: 100%;
  height: 150px;
  padding: 10px;
  display: flex;
  position: relative;
  background: transparent; 
  animation: list 6s infinite linear;
  min-height: 150px;
}
.img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
  box-shadow: 0px 3px 3px 3px #005cff;
}
.img img {
  width: 100%;
  height: 100%;
}
.konfirmasi {
  width: 100%;
  height: ;
  padding-bottom: 20px;
  display: flex;
  background: ;
  box-shadow: 0px 1px 0px 0px #ef000092;
}
.icon {
  width: 30%;
  height: 65%;
  border-radius: 10px;
  overflow: hidden;
  margin: ;
  box-shadow: 3px 3px 3px 3px #005cff;
}
.icon img {
  width: 100%;
  height: 100%;
}
.name {
  width: 65%;
  height: 80px;
  display: grid;
  margin: auto;
  overflow: hidden;
  background: transparent; /* Atur latar belakang jika perlu */
}

.name h3 {
  margin-bottom: 0px;
  color: white;
  font-family: sans-serif; /* Tentukan font-family jika diperlukan */
  font-weight: bold;
}

.name p {
  color: #ffffffbf;
}
.tutor h1 {
  font-size: 1.2rem !important;
}
.guide {
  display: none;
}
.dw {
  width: 100%;
  margin-top: 10px;
  background: transparent; /* Atur latar belakang jika perlu */
}

.dw button {
  width: 100%;
  height: 50px;
  margin: 0px;
  border-radius: 10px;
  background: red;
  font-weight: bold;
  color: white;
  border: 1px solid #ff202096;
}

.data {
  width: 60%;
  height: 50%;
  display: grid;
  margin-left: 20px;
}

.data h3 {
  font-weight: bold;
  color: white;
  margin-bottom: 0px;
}

.data p {
  color: #dfeaff96;
  margin: 0px;
}

.collapse {
  width: 100%;
  position: fixed;
  background: #0000008a;
  backdrop-filter: blur(5px);
  z-index: 1000;
}
.nav-item {
  display: flex;
  justify-content: center;
}

/* Tambahkan kelas hidden */
.hidden {
  display: none; /* Sembunyikan elemen */
}
.more {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 5px;
}
.more a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}
.total {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  padding: 10px;
  font-size: 10px; 
}
.instal {
  display: none;
  justify-content: center;
}
.instal p {
  color: white;
  text-align: center;
}
.slide {
  width: 100%;
  height: 160px;
  margin-top: 10px;
  display: flex;
  overflow: scroll;
  background: ;
}
.slide img {
  width: 250px;
  height: 150px;
  margin: 5px;
  border-radius: 5px;
}
.tutor h1 {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
  color: red;
}
.tutor p {
  font-size: 0.8rem;
  text-align: center;
  margin: 0px;
  color: white;
}
.alternative p {
  margin-top: 10px;
  text-align: center;
  color: Red;
}