:root {
  /* GEA THEME START*/
  --mya-new-gea-theme-color-primary: #003B71;
  --mya-new-gea-theme-color-secondary: #3DB3E7;
  --mya-new-gea-theme-color-white: #FFFFFF;
  --mya-new-gea-theme-color-dark: #333333;
  --mya-new-gea-theme-color-light: #EAEAEC;
  --mya-new-gea-theme-color-medium: #707070;
  --mya-new-gea-theme-color-primary-textlink-default: #1A63A2;
  --mya-new-gea-theme-color-primary-textlink-hover: #003B71;
  --mya-new-gea-theme-color-primary-button: #003B71;
  --mya-new-gea-theme-color-primary-button-hover: #1A63A2;
  --mya-new-gea-theme-color-primary-button-border: #003B71;
  --mya-new-gea-theme-color-primary-button-border-hover: #1A63A2;
  --mya-new-gea-theme-color-primary-button-text: #FFFFFF;
  --mya-new-gea-theme-color-primary-button-text-hover: #FFFFFF;
  --mya-new-gea-theme-color-secondary-button: #FFFFFF;
  --mya-new-gea-theme-color-secondary-button-hover: #1A63A2;
  --mya-new-gea-theme-color-secondary-button-border: #003B71;
  --mya-new-gea-theme-color-secondary-button-border-hover: #1A63A2;
  --mya-new-gea-theme-color-secondary-button-text: #003B71;
  --mya-new-gea-theme-color-secondary-button-text-hover: #FFFFFF;
  --mya-new-gea-theme-color-success: #4A8C6A;
  --mya-new-gea-theme-color-error: #F05A4F;
  --mya-new-gea-theme-color-accent1: #FFD34F;
  --mya-new-gea-theme-color-accent2: #67C192;
  --mya-new-gea-theme-color-accent3: #F58A34;
  --mya-new-gea-theme-color-accent4: #F05A4F;

  --mya-new-gea-theme-font-family1: "effra";
  --mya-new-gea-theme-font-family2: "Arial";
  --mya-new-gea-theme-font-family3: "Helvetica";
  --mya-new-gea-theme-font-family4: "sans-serif";
  --mya-new-gea-theme-font-style-normal: normal;
  --mya-new-gea-theme-font-style-italic: italic;
  --mya-new-gea-theme-font-weight-bold: 700;
  --mya-new-gea-theme-font-weight-normal: 400;

  --mya-new-gea-theme-font-size-base: 0.875rem; /* 1rem = 18px */
  --mya-new-gea-theme-line-spacing-base: 1.22rem;
  --mya-new-gea-theme-character-spacing-base: 0px;
  
  --mya-new-gea-theme-font-size-small: 0.75rem;
  --mya-new-gea-theme-line-spacing-small: 1rem;
  --mya-new-gea-theme-character-spacing-small: 0px;
  
  --mya-new-gea-theme-font-size-h1: 1.78rem;
  --mya-new-gea-theme-line-spacing-h1: 2.25rem;
  --mya-new-gea-theme-character-spacing-h1: .25px;
  
  --mya-new-gea-theme-font-size-h2: 1.389rem;
  --mya-new-gea-theme-line-spacing-h2: 2.1rem;
  --mya-new-gea-theme-character-spacing-h2: .25px;
  
  --mya-new-gea-theme-font-size-h3: 1.22rem;
  --mya-new-gea-theme-line-spacing-h3: 1.83rem;
  --mya-new-gea-theme-character-spacing-h3: .25px;
  /* GEA THEME END*/
}

/* Character Styles */
/* GEA THEME START*/
.body-bold {
  font-family: var(--mya-new-gea-theme-font-family1), var(--mya-new-gea-theme-font-family2), var(--mya-new-gea-theme-font-family3), var(--mya-new-gea-theme-font-family4);
  font-style: var(--mya-new-gea-theme-font-style-normal);
  font-weight: var(--mya-new-gea-theme-font-weight-bold);
  font-size: var(--mya-new-gea-theme-font-size-base);
  line-height: var(--mya-new-gea-theme-line-spacing-base);
  letter-spacing: var(--mya-new-gea-theme-character-spacing-base);
  color: var(--mya-new-gea-theme-color-dark);
}

.body-paragraph {
  font-family: var(--mya-new-gea-theme-font-family1), var(--mya-new-gea-theme-font-family2), var(--mya-new-gea-theme-font-family3), var(--mya-new-gea-theme-font-family4);
  font-style: var(--mya-new-gea-theme-font-style-normal);
  font-weight: var(--mya-new-gea-theme-font-weight-normal);
  font-size: var(--mya-new-gea-theme-font-size-base);
  line-height: var(--mya-new-gea-theme-line-spacing-base);
  letter-spacing: var(--mya-new-gea-theme-character-spacing-base);
  color: var(--mya-new-gea-theme-color-dark);
}

.error-text {
  font-family: var(--mya-new-gea-theme-font-family1), var(--mya-new-gea-theme-font-family2), var(--mya-new-gea-theme-font-family3), var(--mya-new-gea-theme-font-family4);
  font-style: var(--mya-new-gea-theme-font-style-italic);
  font-weight: var(--mya-new-gea-theme-font-weight-normal);
  font-size: var(--mya-new-gea-theme-font-size-small);
  line-height: var(--mya-new-gea-theme-line-spacing-small);
  letter-spacing: var(--mya-new-gea-theme-character-spacing-small);
  color: var(--mya-new-gea-theme-color-error);
}

.note-required {
  font-family: var(--mya-new-gea-theme-font-family1), var(--mya-new-gea-theme-font-family2), var(--mya-new-gea-theme-font-family3), var(--mya-new-gea-theme-font-family4);
  font-style: var(--mya-new-gea-theme-font-style-normal);
  font-weight: var(--mya-new-gea-theme-font-weight-bold);
  font-size: var(--mya-new-gea-theme-font-size-small);
  line-height: var(--mya-new-gea-theme-line-spacing-small);
  letter-spacing: var(--mya-new-gea-theme-character-spacing-small);
  color: var(--mya-new-gea-theme-color-success);
}

.note {
  font-family: var(--mya-new-gea-theme-font-family1), var(--mya-new-gea-theme-font-family2), var(--mya-new-gea-theme-font-family3), var(--mya-new-gea-theme-font-family4);
  font-style: var(--mya-new-gea-theme-font-style-italic);
  font-weight: var(--mya-new-gea-theme-font-weight-normal);
  font-size: var(--mya-new-gea-theme-font-size-small);
  line-height: var(--mya-new-gea-theme-line-spacing-small);
  letter-spacing: var(--mya-new-gea-theme-character-spacing-small);
  color: var(--mya-new-gea-theme-color-dark);
}

.body-text {
  font-family: var(--mya-new-gea-theme-font-family1), var(--mya-new-gea-theme-font-family2), var(--mya-new-gea-theme-font-family3), var(--mya-new-gea-theme-font-family4);
  font-style: var(--mya-new-gea-theme-font-style-normal);
  font-weight: var(--mya-new-gea-theme-font-weight-normal);
  font-size: var(--mya-new-gea-theme-font-size-base);
  line-height: var(--mya-new-gea-theme-line-spacing-base);
  letter-spacing: var(--mya-new-gea-theme-character-spacing-base);
  color: var(--mya-new-gea-theme-color-dark);
}

.h3 {
  font-family: var(--mya-new-gea-theme-font-family1), var(--mya-new-gea-theme-font-family2), var(--mya-new-gea-theme-font-family3), var(--mya-new-gea-theme-font-family4);
  font-style: var(--mya-new-gea-theme-font-style-normal);
  font-weight: var(--mya-new-gea-theme-font-weight-bold);
  font-size: var(--mya-new-gea-theme-font-size-h3);
  line-height: var(--mya-new-gea-theme-line-spacing-h3);
  letter-spacing: var(--mya-new-gea-theme-character-spacing-h3);
  color: var(--mya-new-gea-theme-color-dark);
}

.h2 {
  font-family: var(--mya-new-gea-theme-font-family1), var(--mya-new-gea-theme-font-family2), var(--mya-new-gea-theme-font-family3), var(--mya-new-gea-theme-font-family4);
  font-style: var(--mya-new-gea-theme-font-style-normal);
  font-weight: var(--mya-new-gea-theme-font-weight-bold);
  font-size: var(--mya-new-gea-theme-font-size-h2);
  line-height: var(--mya-new-gea-theme-line-spacing-h2);
  letter-spacing: var(--mya-new-gea-theme-character-spacing-h2);
  color: var(--mya-new-gea-theme-color-dark);
}

.h1 {
  font-family: var(--mya-new-gea-theme-font-family1), var(--mya-new-gea-theme-font-family2), var(--mya-new-gea-theme-font-family3), var(--mya-new-gea-theme-font-family4);
  font-style: var(--mya-new-gea-theme-font-style-normal);
  font-weight: var(--mya-new-gea-theme-font-weight-bold);
  font-size: var(--mya-new-gea-theme-font-size-h1);
  line-height: var(--mya-new-gea-theme-line-spacing-h1);
  letter-spacing: var(--mya-new-gea-theme-character-spacing-h1);
  color: var(--mya-new-gea-theme-color-dark);
}

.small-title {
  font-family: var(--mya-new-gea-theme-font-family1), var(--mya-new-gea-theme-font-family2) !important;
  font-style: var(--mya-new-gea-theme-font-style-normal) !important;
  font-weight: var(--mya-new-gea-theme-font-weight-bold) !important;
  font-size: var(--mya-new-gea-theme-font-size-h2) !important;
  line-height: var(--mya-new-gea-theme-line-spacing-h2) !important;
  letter-spacing: var(--mya-new-gea-theme-character-spacing-h2) !important;
  color: var(--mya-new-gea-theme-color-dark) !important;
}

.text-link {
  color: var(--mya-new-gea-theme-color-primary-textlink-default) !important;
  text-decoration: underline !important;
}

.text-link:hover {
  color: var(--mya-new-gea-theme-color-primary-textlink-hover) !important;
  text-decoration: underline !important;
}

.light-background {
  background-color: var(--mya-new-gea-theme-color-light);
}

.medium-border {
  border: solid 2px var(--mya-new-gea-theme-color-medium);
}

.dark-background-mod {
  background-color: var(--mya-new-gea-theme-color-dark);
  opacity: 0.4;
}

.white-background {
  background-color: var(--mya-new-gea-theme-color-white);
}

/* Primary Button Default State */
.button-style-primary {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 10px;
  border-radius: 0;
  opacity: 1;
  width: 100%;
  border: 1px solid var(--mya-new-gea-theme-color-primary-button-border);
  background: var(--mya-new-gea-theme-color-primary-button);

  font-family: var(--mya-new-gea-theme-font-family1), var(--mya-new-gea-theme-font-family2), var(--mya-new-gea-theme-font-family3), var(--mya-new-gea-theme-font-family4);
  font-weight: var(--mya-new-gea-theme-font-weight-bold);
  font-size: var(--mya-new-gea-theme-font-size-base);
  line-height: var(--mya-new-gea-theme-line-spacing-base);
  letter-spacing: var(--mya-new-gea-theme-character-spacing-base);
  color: var(--mya-new-gea-theme-color-primary-button-text);
  text-transform: uppercase;
  white-space: nowrap;

}

/* Primary Button Hover State */
.button-style-primary:hover {
  border: 1px solid var(--mya-new-gea-theme-color-primary-button-border-hover);
  background: var(--mya-new-gea-theme-color-primary-button-hover);
}

/* Secondary Button State */
.button-style-secondary {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 5px;
  border-radius: 0;
  opacity: 1;
  width: 100%;
  border: 1px solid var(--mya-new-gea-theme-color-secondary-button-border);
  background: var(--mya-new-gea-theme-color-secondary-button);

  font-family: var(--mya-new-gea-theme-font-family1), var(--mya-new-gea-theme-font-family2), var(--mya-new-gea-theme-font-family3), var(--mya-new-gea-theme-font-family4);
  font-weight: var(--mya-new-gea-theme-font-weight-bold);
  font-size: var(--mya-new-gea-theme-font-size-base);
  line-height: var(--mya-new-gea-theme-line-spacing-base);
  letter-spacing: var(--mya-new-gea-theme-character-spacing-base);
  color: var(--mya-new-gea-theme-color-secondary-button-text);
  text-transform: uppercase;
  white-space: nowrap;

}

/* Secondary Button Hover State */
.button-style-secondary:hover {
  border: 1px solid var(--mya-new-gea-theme-color-secondary-button-border-hover);
  background: var(--mya-new-gea-theme-color-secondary-button-hover);
  color: var(--mya-new-gea-theme-color-secondary-button-text-hover);
}

.input-box {
  --slds-c-input-color-border: var(--mya-new-gea-theme-color-medium);
  --slds-c-input-radius-border: 0;
  --slds-c-input-color-border-focus: var(--mya-new-gea-theme-color-medium);
  --slds-c-input-shadow-focus: none;
  /* Error state */
  --slds-c-input-color-border-error: var(--mya-new-gea-theme-color-error);
  --slds-c-input-color-foreground-error: var(--mya-new-gea-theme-color-error);
}

.bot-border-secondary {
  border-bottom: solid 1px var(--mya-new-gea-theme-color-light);
}

.all-border-secondary {
  border: solid 1px var(--mya-new-gea-theme-color-medium);
}

.custom-input-style {
  border: 1px solid var(--mya-new-gea-theme-color-medium);
  border-radius: 0;
  width: 100%;
}

.custom-input-style:focus {
  border-color: var(--mya-new-gea-theme-color-medium);
  box-shadow: none;
  outline: none;
}

.input-error {
  width: 100%;
  border-color: var(--mya-new-gea-theme-color-error);
  color: var(--mya-new-gea-theme-color-error);
}
.primary-checkbox-style {
  accent-color : #003B71;
}

/* GEA THEME END*/
