:root {
  --background-color: #fff4f4;
  --hover-color: rgba(29, 27, 32, 0.08);
  --border-radius: 8px;
  --padding: 16px;
}

body {
  background-color: var(--background-color);
}

h1 {
  font-family: 'headline/headline small', sans-serif !important;
  font-weight: bolder !important;
  font-style: normal !important;
  font-size: 26px !important;
  line-height: 36px !important;
}

h2 {
  font-family: 'title/title medium', sans-serif !important;
  font-weight: bold !important;
  font-style: normal !important;
  font-size: 17px !important;
  line-height: 22px !important;
}

h3 {
  font-family: 'title/title medium', sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 22px !important;
}

p, label, li {
  font-family: 'body/body medium', sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 15px !important;
  line-height: 20px !important;
  padding-top: 2px;
  padding-bottom: 2px;
}

md-outlined-text-field,
md-outlined-select,
md-outlined-button,
md-filled-button {
  width: 100%;
}

html {
  --md-sys-color-primary: #1E6E37;
  --md-sys-color-secondary: #D7E18C;
  --md-sys-color-secondary-container: rgba(29, 27, 32, 0.08);
  --md-sys-color-on-surface: #575756;
  --md-sys-color-on-primary: #fff4f4;
  --md-sys-color-surface: var(--background-color);

  --md-filled-button-label-text-font: "label/label large";
  --md-outlined-button-label-text-font: "label/label large";
  --md-primary-tab-container-color: #FFFFFF;
  --md-primary-tab-label-text-font: "label/label large";
  
  --md-elevation-level: 1;
}

md-outlined-select::part(menu) {
  --md-menu-container-color: var(--background-color);
}

.surface {
  position: relative;
  border-radius: 16px;
}

md-outlined-text-field input {
  font-family: 'body/body large', sans-serif !important;
  /* color: #575756 !important; */
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 40px !important;
  line-height: 24px !important;
}

md-filled-button > img{
  width: 20px;
  height: auto;
}

.checkBoxField {
  display: flex;
}

.phoneNumberField {
  display: flex;
}

.phoneNumberField > md-outlined-select {
  width: 120px;
  max-width: 120px;
  min-width: 120px;
  margin-right: 32px;
}

.phoneNumberField > md-outlined-text-field {
  width: 100%;
}

.lmf-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
}
  
.lmf-form > div,
.lmf-form > form {
  width: 100%;
}

md-divider {
  margin-top: 16px;
  margin-bottom: 16px;
}

#formset-container {
  padding-bottom: 32px;
}

.form-group {
  padding-top: 32px;
  padding-bottom: 16px;
  width: 100%;
}

.form-row {
  width: 100%;
  padding-bottom: 16px;
  padding-top: 16px;
}
  
.form-field-title {
  padding-bottom: 12px;
}

.checkbox-text {
  display: flex;
  align-items: center;
}

.m3toast {
  color: #fff4f4;
  background-color:  #575756;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
}

.decline-button {
  --md-sys-color-primary: #7d2329;
}

.notification-center {
    background-color: #ffffff;
    padding: var(--padding);
    border-radius: var(--border-radius);
}

.notification-center-details {
    background-color: #fcfafa;
    padding: var(--padding);
    border-radius: var(--border-radius);
}

.suspected-fraud-alert {
    color: #81292e;
    background-color: #fcdace;
    padding: var(--padding);
    border-radius: var(--border-radius);
}

.suspected-fraud-details {
    background-color: #fcfafa;
    padding: var(--padding);
    border-radius: var(--border-radius);
}

.suspected-fraud-details > div {
  margin-bottom: 12px;
}

.suspected-fraud-details p {
  color: #757474;
}

.suspected-fraud-buttons {
    border: 1px solid #dbdbdb;
    padding: var(--padding);
    border-radius: var(--border-radius);
}

.suspected-fraud-buttons > div {
  margin-bottom: 12px;
}