
.order-container {
  margin-left: 50px;
  margin-right: 50px;
}

.order-contragent-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  gap: 5px;
}

.order-contragent-new {
  display: none;
  width: 100%;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  gap: 5px;
}

.div-select-contragent-order {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.form-select-contragent-order {
  flex: 1;
  width: 100%;
}

.btn-add-contragent-new {
  flex-shrink: 0;
  font-weight: bold;
  background-color: green;
  cursor: pointer;
}

.btn-order {
  margin-top: 20px;
}

.order-info {
  width: 100%;
  margin-bottom: 10px;
}

.order-row {
  display: flex;
  margin-bottom: 10px;
  gap: 10px;
}

select.order-choose-storage-select2,
select.order-choose-product-select2 {
  width: 70%;
}

.form-label-order {
  flex: 1;
  width: 30%;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
}

.order-product-quantity {
  width: 20%;
}

.form-order-area {
  width: 100%;
  min-height: 100px;
  padding: 12px;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  font-size: 12px;
  background-color: #f9f9f9;
  box-sizing: border-box;
  resize: none;
}

input.btn-submit-order {
  all: unset;
  margin-top: 10px;
  background-color: #588bbd;
  border: none;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}

input.btn-submit-order:hover {
  background-color: #4679a5;
}

.unload-product {
  font-size: 16px;
  font-weight: bold;
  color: green;
}

input.btn-submit-unload {
  all: unset;
  margin-top: 10px;
  background-color: rgb(187, 5, 5);
  border: none;
  color: white;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}

input.btn-submit-unload:hover {
  background-color: rgb(144, 12, 12);
}

.order-available-quantity {
  font-size: 7px;
  margin-top: 5px;
}

.form-control-order .form-select-status-order {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* table start */
tbody.index-order,
tbody.index-order {
  border: 1px solid rgb(160 160 160);
}

th.index-order, th.index-order {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #588bbd;
  font-size: 10px;
}

tr.index-order {
  border-bottom: 1px solid rgb(160, 160, 160);
}
tr.index-order-title {
  padding: 5px;
  font-size: 12px;
}

th.index-order-title {
  font-size: 12px;
  padding: 5px;
}

th[scope="row-order"] a:hover {
  text-decoration: underline;
  color: #4679a5;
}

th[scope="col-order"] {
  background-color: #d7d7d7;
  color: black;
}

td.index-order {
  text-align: center;
}

table.index-order {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #ccc(140 140 140);
  font-size: 12px;
  letter-spacing: 1px;
}

tr.index-order {
  cursor: pointer;
}

tr.index-order:hover {
  background-color: #d7d7d7;
}
/* table end */

.show-contact-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  border: 2px solid #ccc;
  color: black;
  margin-bottom: 10px;
}

.item-info {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  margin-bottom: 5px;
}