.costume-container-mpresult {
  background-color: #f5f5f5;
  font-size: 14px;
}

.warning-simulasi-result {
  margin-top: 32px;
}
.container-custom-hasil-perhitungan {
  max-width: 1036px;
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
  background: #ffffff;
}

.input-group-text-hasil-perhitungan {
  background-color: #e7e7e7;
  border-radius: 10px;
  font-weight: bold;
  padding: 16px;
}
.alert-custom {
  background-color: #fff3cd;
  border: 1px solid #ffc107;
  padding: 10px;
}
.btn-custom-hasil-perhitungan {
  width: 100%;
  border: 2px solid #36649a;
  background-color: white;
  color: #36649a;
  font-weight: bold;
  margin-top: 32px;
}
.btn-custom-hasil-perhitungan:hover {
  background-color: #36649a;
  color: white;
}
.btn-icon {
  font-size: 1.2rem;
}
.cetaksimulasiPerhitunganMp {
  color: #36649a;
}

#contentToPrint {
  text-align: left;
}
.table-custom {
  width: 100%;
  text-align: left;
  background-color: #f5f5f5 !important;
  color: black !important;
  border-collapse: collapse;
  table-layout: fixed;
}

/* Styling untuk sel dalam tabel */
.table-custom td,
.table-custom th {
  background-color: transparent !important;
  color: black !important;
  border: none;
  min-width: 220px;
  white-space: normal;
  word-wrap: break-word;
}

.tabel-container {
  padding: 24px;
  background-color: #f5f5f5 !important;
  margin-bottom: 30px;
}
.modal-content-costume-simulasi-result {
  max-width: 1036px !important;
}

.cetak-button-simulasi-result:hover {
  background: #36649a;
  color: white;
}

.cetak-button-simulasi-result {
  border: 1px solid #36649a;
}
.button-tutup-simulasi {
  border: 1px solid #36649a;
}

.button-tutup-simulasi:hover {
  background: #36649a;
  color: white;
}

@media print {
  .for-cetak {
    background-color: white !important;
    padding: 20px;
    font-size: 14px;
    color: black !important;
  }
}

@media screen and (max-width: 768px) {
  .container-custom-hasil-perhitungan {
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .table-custom {
    font-size: 12px; 
  }

  .table-custom td {
    padding: 6px; 
  }

  .btn-custom-hasil-perhitungan {
    width: 100%;
    font-size: 12px;
    padding: 8px;
    margin-top: 16px;
  }

  .input-group-text-hasil-perhitungan {
    padding: 8px;
    font-size: 12px;
  }
}
