.template-customizer-misc {
  display: none !important;
}

.error-input {
  border: 1px solid #ea5455 !important;
}

/* Toast */

.show-toast {
  font-size: 1rem !important;
}

.w-fit {
  width: fit-content !important;
}

.w-40 {
  width: 40%;
}

.h-100vh {
  height: 100vh !important;
}

.min-h-auto {
  min-height: auto !important;
}

.preview-img {
  display: flex;
  justify-content: center;
}

.preview-img img {
  max-height: 120px;
  width: auto;
  object-fit: contain;
}

.img-absensi {
  max-height: 400px;
  width: 100%;
  object-fit: contain;
}

.bg-login {
  background-position: 0 50%;
  background-size: cover;
}

.avatar img {
  object-position: center;
  object-fit: cover;
}

.brand-color {
  background-color: #4caf50 !important;
}

.text-brand {
  color: #4caf50 !important;
}
