.cetak {
  max-width: 1036px;
}

.label-nip-costume {
  font-size: 14px;
  width: 50px;
}

.color-font-cetak {
  color: white;
  font-size: 14px;
}
.nip-cetak {
  max-width: 90px;
}

.priode-cetak {
  width: 360px;
  overflow: hidden !important;
}

#datepicker {
  border: none;
}

#datepicker:focus {
  outline: none;
  box-shadow: none;
}
.document-content-cetak{
  margin-bottom: 50px;
}

/* .item-pdf-custome-cetak{
  min-width: 850px;
} */
.border-container-cetak {
  border-top: 1px solid #6d6d6d;
  width: 1042.17px !important;
  padding: 10px;
}

.buttom-costume-cetak {
  background: #36649a;
  padding: 10px 20px;
  border: none;
  color: white;
}

.buttom-costume-kirim-doc {
  background: #ffa500;
  border: none;
  color: white;
  padding: 10px 20px;
}

.modal-content {
  border-radius: 15px;
  padding: 20px;
}

.modal-header {
  border-bottom: none;
  text-align: center;
}

.modal-body {
  text-align: center;
}

.choice-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border: 1px solid #b0b0b0;
  border-radius: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.choice-card:hover,
.choice-card.active {
  border: 1px solid #b0b0b0;
}

.choice-card i {
  font-size: 24px;
  margin-right: 10px;
  color: #36649a;
}

.choice-card input {
  display: none;
}

.choice-card .status-icon {
  font-size: 24px;
  color: #888;
}

.choice-card.active .status-icon {
  color: #36649a;
}

#metode-modalcontent {
  /* min-width: 600px !important; */
  width: 100% !important;
}

#saveInput {
  background: #36649a;
  color: white;
}

//OTP
.otp-input {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 1.5rem;
  margin: 5px;
  border: 1px solid #ccc;
  border-radius: 7px;
}

.header-otp {
  margin-bottom: 32px;
}

.timer-container {
  width: 57px;
  background: #fee2e2;
}

.timer-container p {
  font-size: 14px;
  margin: 13px 0;
}

.timer-parent {
  margin-bottom: 32px;
}

.otp-input-container {
  margin-bottom: 32px;
}

.verificaton-button {
  background: #36649a;
  color: white;
  margin-bottom: 16px;
}

.verificaton-button:hover {
  background: #36649a;
  color: white;
  margin-bottom: 16px;
}
.cancel-otp {
  border: 1px solid #36649a;
  color: 36649A;
}

.cancel-otp:hover {
  background: #36649a;
  color: white;
}

@media (max-width: 768px) {
  .label-nip-costume {
    width: auto;
    font-size: 13px;
  }

  .nip-cetak {
    max-width: 100%;
  }

  .priode-cetak {
    width: 100%;
  }

  .border-container-cetak {
    width: 100% !important;
    padding: 15px;
  }

  #metode-modalcontent{
    width: 100% !important
  }

  .item-pdf-custome-cetak {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .buttom-costume-cetak,
  .buttom-costume-kirim-doc,
  .buttom-costume-cetak-ditolak {
    width: 100%;
    justify-content: center;
    padding: 7px;
  }

  .color-font-cetak {
    font-size: 13px;
  }
}