@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

.button--state-primary {
  background-color: #667BB4;
  color: #fff;
  border: none;
}
.button--state-primary-outline {
  color: #667BB4;
  border: 2px solid #667BB4;
  background-color: #fff;
}
.button--state-secondary {
  background-color: #F7F7F7;
  color: #111;
  border: none;
}

.primary-button {
  font-size: max(1rem, 0.82vw);
  font-weight: 600;
  text-decoration: none;
}
.primary-button button {
  border-radius: 8px;
  background: #667BB4;
  padding: 0.7rem max(1rem, 1.2vw);
  border: none;
  color: #fff;
}

.primary-button-outline {
  font-size: max(1rem, 0.82vw);
  font-weight: 600;
  text-decoration: none;
}
.primary-button-outline button {
  border-radius: 8px;
  background: transparent;
  padding: 0.7rem max(1rem, 1.2vw);
  border: 2px solid #667BB4;
  color: #667BB4;
}

.disabled-button {
  border: 1px solid #B6B6B6 !important;
  color: #B6B6B6 !important;
  transition: 0.3s ease-out;
  pointer-events: none;
}

#toast-container > div {
  width: 330px !important;
}

.toast-message {
  font-size: 1rem !important;
  margin-top: 2px !important;
}

.navbar {
  width: 100%;
  min-height: clamp(4.375rem, 4.2131rem + 0.6557vw, 5rem);
  background-color: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
  color: #111;
  padding: 0 1rem;
  z-index: 10;
  position: fixed;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .navbar {
    padding: 0;
  }
}
.navbar .navbar-brand img {
  width: 12rem;
  width: max(8.9rem, 9.2vw + 1rem);
}
.navbar-sekolah-image {
  width: 4rem;
  height: 4rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.navbar-sekolah-link {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  margin-left: 1rem;
}
.navbar .nav-link {
  text-decoration: none;
  color: #000;
  font-size: 1rem;
  font-size: max(1rem, 0.83vw);
  text-align: right;
  font-weight: 600;
}
.navbar .nav-content {
  margin: 0;
  padding: 0;
}
.navbar .nav-content-button {
  margin: 0 1rem;
}

.hero-left-title {
  font-size: clamp(1.75rem, 1.4211rem + 1.3158vw, 3rem);
  font-weight: 700;
}

input[type=radio]:checked + label {
  border: 1px solid #667BB4;
  background: #F2F6FF !important;
}

.hero {
  min-height: 100dvh;
  background-color: #fff;
  padding-top: 5rem;
}
@media only screen and (min-width: 1200px) and (max-width: 1900px) {
  .hero {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .hero {
    padding-top: 5rem;
  }
}
.hero .container-fluid {
  max-width: 1420px;
}
@media only screen and (min-width: 1200px) and (max-width: 1900px) {
  .hero .container-fluid {
    max-width: 95%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.hero-left-title {
  font-size: clamp(1.75rem, 1.4211rem + 1.3158vw, 3rem);
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .hero-left-title {
    line-height: 2rem;
    margin-bottom: 0.5rem;
  }
}
.hero-left-desc {
  font-weight: 700;
}
.hero-right {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .hero-right {
    justify-content: start;
  }
}
.hero-right-box-sekolah {
  display: flex;
  justify-content: start;
  gap: 1rem;
}
.hero-right-box-sekolah-item {
  display: flex;
  height: clamp(12.5rem, 0.942rem + 13.5379vw, 17.1875rem);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  aspect-ratio: 1/1;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  cursor: pointer;
}
.hero-right-box-sekolah-item-image {
  width: clamp(4rem, 0.6097rem + 3.9711vw, 5.375rem);
  height: clamp(4rem, 0.6097rem + 3.9711vw, 5.375rem);
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-right-box-sekolah-item-title {
  font-size: clamp(1rem, 0.9363rem + 0.2614vw, 1.25rem);
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .hero-right-box-sekolah-item {
    width: 100%;
    height: auto;
  }
}
.hero-right-title {
  font-size: 1rem;
  padding-left: 3.5rem;
}
@media only screen and (min-width: 1200px) and (max-width: 1900px) {
  .hero-right-title {
    padding-left: 5.5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-right-title {
    padding-left: 0;
  }
}
.hero-right-box-button {
  padding-right: 3.5rem;
  margin-top: 1rem;
}
@media only screen and (min-width: 1200px) and (max-width: 1900px) {
  .hero-right-box-button {
    padding-right: 5.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .hero-right-box-button {
    padding: 0;
    justify-content: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .hero-right-box-button {
    padding: 0;
  }
}

.form-input {
  width: 100%;
  padding: 8px 14px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #CFCFCF;
  margin-top: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1rem;
  font-weight: 400;
}

.signup {
  width: 100%;
  height: 100dvh;
}
.signup--image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.signup--title {
  font-size: 2rem;
  font-weight: 600;
}
.signup--desc {
  font-size: 1.25rem;
}
.signup--label {
  font-size: 1.25rem;
  font-weight: 600;
}
.signup input {
  height: 4rem;
  font-size: 1.25rem;
  padding-left: 1.5rem;
}
.signup input:focus, .signup select:focus {
  color: #3c4d62;
  background-color: #fff;
  border-color: #667BB4;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(133, 79, 255, 0.1);
}
.signup select {
  height: 4rem;
  font-size: 1.25rem;
  padding-left: 1.5rem;
}
.signup--button {
  width: 100%;
  height: 4rem;
  border-radius: 5px;
  font-size: 1.3rem;
}
.signup--login {
  text-decoration: none;
  color: #667BB4;
  font-size: 1.25rem;
  margin-top: 1rem;
}

.modal {
  padding: 2rem 0;
  /* Firefox */
}
.modal-content {
  padding: 3rem 1.5rem;
  border-radius: 12px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.modal--signup--title {
  font-size: clamp(1.25rem, 0.8725rem + 0.5229vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #333;
}
.modal--signup--desc {
  font-size: 1rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.modal--signup--button {
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.8rem 2.5rem;
  transition: all 0.3s ease;
}
.modal--signup--button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(102, 123, 180, 0.3);
}
.modal--signup--button:disabled {
  opacity: 0.7;
  transform: none;
  cursor: not-allowed;
}
.modal--group-kode {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  margin: 2rem 0;
}
@media (max-width: 576px) {
  .modal--group-kode {
    gap: 0.5rem;
  }
}
.modal--group-kode input {
  width: 3.5rem;
  height: 4.5rem;
  font-size: 2rem;
  padding: 0;
  text-align: center;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-weight: bold;
  color: #667BB4;
  transition: all 0.2s ease;
}
@media (max-width: 576px) {
  .modal--group-kode input {
    width: 2.8rem;
    height: 3.8rem;
    font-size: 1.5rem;
  }
}
.modal--group-kode input:focus {
  color: #667BB4;
  background-color: #fff;
  border-color: #667BB4;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(102, 123, 180, 0.15);
  transform: scale(1.05);
}
.modal--group-kode input::-webkit-outer-spin-button, .modal--group-kode input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modal--group-kode input[type=number] {
  -moz-appearance: textfield;
}
.modal--signup-resend {
  color: #667BB4;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 1rem;
  display: inline-block;
}
.modal--signup-resend:hover {
  text-decoration: underline;
}
.modal--signup-resend:visited, .modal--signup-resend:active {
  color: #667BB4;
}
.modal .tabel-daftar th, .modal .tabel-daftar td {
  font-size: 1rem;
}

table td {
  font-size: 1rem;
}

.passcode-switch {
  position: absolute;
  top: 10px;
  right: 20px;
}
.passcode-switch .passcode-icon {
  font-size: 2rem;
  color: #111;
}

#toast-container > div {
  opacity: 1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  width: 350px !important;
  padding: 15px 15px 15px 50px;
  background-size: 24px;
  background-position: 15px center;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-title {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}

.toast-message {
  font-size: 1rem !important;
  margin-top: 0 !important;
  line-height: 1.4;
}

.password-toggle-icon {
  cursor: pointer;
  z-index: 10;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.slide-in-right {
  animation: slideInRight 0.5s ease-out forwards;
}

.slide-in-left {
  animation: slideInLeft 0.5s ease-out forwards;
}/*# sourceMappingURL=signup_v2.css.map */