.bwa-order-retractation-button {
  margin: 1rem 0;
}
.bwa-order-retractation textarea {
  min-height: 120px;
}


.checkbox-confirmation label {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top : 10px;
  font-weight: 600;
  text-decoration: underline;
}

.page-order-detail .btn.btn-primary {
  min-height     : 46px;
  border-radius  : 999px;
  padding        : 0 18px;
  background     : #24b9d7;
  border-color   : #24b9d7;

  font-size      : 13px;
  font-weight    : 700;
  box-shadow     : none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase !important;
}
