.button-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}

.button-wrapper.end {
  align-items: end;
}

.button-wrapper.with-title {
  padding-top: 36px;
}

.added-section {
  border-radius: 4px;
  background-color: #fff;
  padding: 36px;
}

.added-form {
  display: flex;
  gap: 24px;
}

.logistic-form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 40%;
}

.logistic-form .form-control {
  width: 100%;
}

.logistic-form .button {
  width: 100%;
}