/* here you can put your own css to customize and override the theme */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

.nav-link {
  color: #d84a38;
}

.nav-link.completed {
  color: #50a264;
}

.nav-link.active {
  border-bottom: 2px solid #4d90fe;
  font-weight: bold;
}

.logo-depan {
  text-align: center;
}

.pd-0 {
  padding: 0;
}

.pd-10 {
  padding: 10px;
}

.pd-50 {
  padding: 50px;
}

.pdl-50 {
  padding-left: 50px;
}

.pdr-50 {
  padding-right: 50px;
}

.pdt-10 {
  padding-top: 10px;
}

.pdt-15 {
  padding-top: 15px;
}

.pdt-20 {
  padding-top: 20px;
}

.mtp-30 {
  margin-top: 30px;
}

.mtp-5 {
  margin-top: 5px;
}

.mtp-24 {
  margin-top: 24px;
}

.mbt-5 {
  margin-bottom: 5px;
}

.mbt-10 {
  margin-bottom: 10px;
}

.mbt-15 {
  margin-bottom: 15px;
}

.mbt-24 {
  margin-bottom: 24px;
}

.mbt-30 {
  margin-bottom: 30px;
}

.home {
  min-height: 100vh;
  padding-left: 5em;
  padding-right: 5em;
  padding-top: 1em;
  margin: 0;
}

.register {
  min-height: 100vh;
  padding: 1em;
  margin: 0;
}

.masuk {
  font-size: 24px;
  font-weight: bold;
}

.form-custom {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: none;
  background-image: none;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #ebe7e6;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.form-custom:focus {
  color: #333;
  background-color: none;
  border: none;
  border-bottom: 1px solid #3a83f9;
  outline: 0;
  box-shadow: 0 2px rgba(0, 123, 255, 0.25);
}

.f-lato {
  font-family: "Lato", sans-serif;
}

.fz-10 {
  font-size: 10px;
}

.fz-12 {
  font-size: 12px;
}

.fz-14 {
  font-size: 14px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-20 {
  font-size: 20px;
}

.fz-24 {
  font-size: 24px;
}

.fz-30 {
  font-size: 30px;
}

.wd-100 {
  width: 100%;
}

.ronded {
  border-radius: 5px !important;
}

.card {
  padding: 25px;
}

.card-row {
  height: 200px;
  padding: 5px;
}

.card-body {
  height: 100%;
  padding: 15px;
  background-color: rgb(255, 255, 255);
  border-radius: 5px 5px !important;
}

.card-img {
  padding-top: 7px;
  padding-bottom: 7px;
}

.tc-grey {
  color: #a5a39f;
}

.txt::placeholder {
  color: #a5a39f;
}

.tc-white {
  color: white;
}

.tc-black {
  color: black;
}

.fbold {
  font-weight: 700;
}

.fnormal {
  font-weight: 400;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.gep-10 {
  gap: 10px;
}

.gep-20 {
  gap: 20px;
}

.logo-footer {
  width: 8em;
}

.btn-blue {
  border: 1px solid #3a83f9;
  background-color: #3a83f9;
  color: #fff;
  display: block;
  width: 100%;
  border-radius: 4px;
  text-align: center;
  font-family: Lato, sans-serif;
}

.btn-blue:active {
  border: 1px solid #3a83f9;
  background-color: #3a83f9;
  color: #fff;
  display: block;
  width: 100%;
  border-radius: 4px;
  text-align: center;
  font-family: Lato, sans-serif;
}

.btn-blue:focus {
  border: 1px solid #3a83f9;
  background-color: #3a83f9;
  color: #fff;
  display: block;
  width: 100%;
  border-radius: 4px;
  text-align: center;
  font-family: Lato, sans-serif;
}

.btn-blue:hover {
  border: 1px solid #3a83f9;
  background-color: transparent;
  color: #3a83f9;
  display: block;
  width: 100%;
  border-radius: 4px;
  text-align: center;
  font-family: Lato, sans-serif;
}

.num::-webkit-inner-spin-button,
.num::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.num {
  -moz-appearance: textfield;
  /* Untuk Firefox */
}

.btn-mata {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
}

.form-append-container {
  position: relative;
}

.form-append {
  position: absolute;
  display: flex;
  align-items: center;
  top: 30px;
  right: 1px;
  height: 33px;
  padding: 6px 12px;
  background: #ffffff;
  cursor: pointer;
}

.form-append1 {
  position: absolute;
  display: flex;
  align-items: center;
  top: 20px;
  right: 10px;
  height: 33px;
  padding: 6px 12px;
  background: #ffffff;
  cursor: pointer;
}

.form-container {
  display: none;
  /* Hide by default */
}

.form-container.active {
  display: block;
  /* Show active form */
}

#captchaContainer {
  background: white;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.captcha {
  font-size: 36px;
  letter-spacing: 2px;
  margin: 10px 0;
  background: #eaeaea;
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
}

input.captcha {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: calc(100% - 22px);
  margin-top: 5px;
}

.custom-popup {
  width: 400px;
  height: 300px;
  font-size: 14px;
  font-family: lato, sans-serif !important;
  border-radius: 10px !important;
}

.rounded-btn {
  border-radius: 5px !important;
}

.was-validated .form-control:invalid {
  border-color: #dc3545; /* Warna border error */
}

.was-validated .form-control:valid {
  border-color: #28a745; /* Warna border valid */
}

.is-invalid {
  border-color: #dc3545; /* Warna border saat invalid */
}

.has-error .form-control {
  border-color: #dc3545; /* Warna border saat error */
}

/* untuk otp */
.otp-container {
  display: flex;
  justify-content: center;
  /* margin-top: 50px; */
}
.otp-input {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  text-align: center;
  font-size: 24px;
  border: 2px solid #ccc;
  border-radius: 5px;
}
.otp-input:focus {
  border-color: #007bff;
  outline: none;
}

.hg-100 {
  height: 100vh;
}

.img-res {
  background-image: url("../img/pelabuhan.jpg");
  background-size: cover;
  background-position: center;
}

.link-button {
  border: none;
  background: none;
  padding: 6px 0 6px 13px;
  width: 100%;
}

.link-button:hover {
  background-color: #f5f5f5;
}
