#edit-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: flex-start;
}

.display-center-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-user-cancel-heading {
  display: flex !important;
  text-align: center;
  width: 50%;
  justify-content: center;
  color: #1a1a1a;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 48px;
  margin-top: 24px;
}

.no-cancel-button {
  display: flex;
  height: 40px;
  width: 225px;
  border-radius: 2px;
}

.yes-cancel-button {
  display: flex;
  height: 40px;
  width: 225px;
  justify-content: center;
  align-items: center;
  border-radius: 2px !important;
  border: 1px solid #BA5216; !important;
  background-color: #BA5216 !important;
  /*text styling*/
  color: #fff!important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 20px;
}
