html,
body {
  margin: 0;
}

:root {
  --tmo-magenta: #e20074;
  --tmo-on-magenta: #ffffff;
}

form {
  width: 100%;
}

.service-scheduler,
.service-textarea,
.service-button-group,
.service-text-field {
  width: 100% !important;
}

.service-button-group {
  justify-content: space-between !important;
}

.confirm-cancel-container {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  padding-bottom: 1rem;
}

.textFieldWidth {
  width: 100% !important;
  height: 56px;
}

.header-buttons {
  max-width: 256px !important;
  justify-content: flex-end !important;
}

/* You can add global styles to this file, and also import other style files */
