/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 * require_tree .
 * require_self















 */


#tbody-items .select2-container .select2-selection--single {
  height: 32px;
}

#tbody-items .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 31px;
}

#tbody-items .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 31px;
}

#tbody-items .invalid-feedback {
  margin-top: 0px;
}

.total-order {
  max-width: initial;
}

.accordion-button {
  background-color: #e7f1ff;
}

.tooltip-inner {
  background-color: #333;
  color: #fff;
  font-size: 14px;
}

/* Customizing the tooltip arrow */
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #333;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #eee;
  opacity: 1;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: .90rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.modal-dialog {
    max-width: 50%;
    margin: 1.75rem auto;
}


.table td.description {
  white-space: normal;
  word-wrap: break-word;
}

.positive-qty {
  color: blue;
}

.negative-qty {
  color: red;
}


.checkbox-row {
  display: flex; /* Menggunakan flexbox untuk mengatur tata letak baris */
  flex-direction: row; /* Mengatur tata letak ke samping */
  gap: 20px; /* Jarak antara setiap checkbox */
}


  /* Gaya untuk tombol pagination */
  .pagination {
    margin: 10px 0;
    justify-content: center;
  }

  .custom-hr {
    margin: 0.2rem 0;
  }

  .form-control {
    display: flex;
    align-items: center;
    gap: 10px;
  }


  .table-responsive {
    overflow-x: auto;
  }
    .table-responsive {
    overflow-x: auto;
  }

  #item th, #item td {
    max-width: 200px; /* Atur sesuai kebutuhan Anda */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #itemkemasan th, #item td {
    max-width: 200px; /* Atur sesuai kebutuhan Anda */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #itempetikemas th, #item td {
    max-width: 200px; /* Atur sesuai kebutuhan Anda */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }


  .card .card-header-custom {
    border-bottom: 0;
    background: lemonchiffon;
    padding: 5px;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

.card .card-body .card-title-custom {
    font-size: 16px;
    font-weight: 500;
    color: #010810;
    margin: 0 0 10px;
}

.table th,
.table td {
  border: 0.1px solid #ddd; /* Thin border for cells */
  padding: 8px; /* Adjust padding as needed */
  text-align: left; /* Adjust text alignment as needed */
}

table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: collapse !important;
    border-spacing: 0;
}
