.filter-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.filter-container {
  display: flex;
  border-radius: 4px;
  background: #fff;
  max-width: 346px;
}

.simple-filter-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

label.filter-row {
  border: 1px solid rgb(216, 220, 233);
  border-left: 0;
  border-radius: 0 4px 4px 0;
  padding: 12px;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
}

.simple-filter-container label.filter-row {
  border: none;
  padding: 10px;
  min-height: 53px;
}

.simple-filter-container .filter-number {
  max-width: 50px;
  max-height: 30px;
  padding: 5px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.filter-icon {
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5068a5;
  border-radius: 4px 0 0 4px;
}

.filter-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #d8dce9;
  color: #5068a5;
  font-size: 10px;
  line-height: 20px;
  margin-right: 12px;
}

.filter-title {
  flex: 1;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.fulfillment {
  display: none;
  flex-direction: column;
  gap: 12px;
}

.fulfillment-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0 10px;
}

.fulfillment-edit-form {
  width: 100%;
  display: none;
  gap: 10px;
}

.fulfillment-add form {
  display: flex;
  gap: 10px;
  padding: 0 10px 10px;
}

.fulfillment-add .fulfillment-submit {
  font-size: 14px;
  line-height: 18px;
  padding: 10px;
  background-color: #5068a5;
  max-width: 30%;
}

.fulfillment-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  gap: 15px;
}

.fulfillment-right {
  display: flex;
  gap: 20px;
}

.fulfillment-edit,
.fulfillment-button,
.fulfillment-cancel {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 0;
  background-color: transparent;
}

.fulfillment-cancel {
  transform: rotate(-45deg);
}

.fulfillment-item svg {
  width: 16px;
  height: 16px;
  color: #5068a5;
}

input.fulfillment-input,
.fulfillment-add input {
  font-size: 14px;
  line-height: 18px;
  padding: 10px;
  height: unset;
}

.purchase-form .purchase-field input {
  font-size: 14px;
  line-height: 18px;
  padding: 10px;
  height: 47px;
  width: 100%;
}

.purchase-form .purchase-field input[type="date"],
.purchase-form .purchase-field input[type="datetime-local"] {
  padding-right: 1.75rem;
}

.purchase-form .field label {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.purchase-form .field:first-child label {
  margin-top: 0;
}

.purchase-form .select,
.purchase-form input {
  max-width: 290px;
}

.field-download {
  display: flex;
  border: 1px solid #d8dce9;
  border-radius: 8px;
  padding: 6px;
}

.field-download input[type='file'] {
  border: 0;
  padding: 0;
}

.field-download input[type='file'].disabled {
  opacity: 0.25;
  cursor: not-allowed;
}

.field-download .button {
  padding: 12px;
  height: 100%;
  max-width: 130px;
}
