body {
  margin: 0;
  font-family: "MetaCompPro-Bold", sans-serif;
}

.MuiTypography-root {
  font-family: "MetaCompPro-Bold", sans-serif;
}

.MuiAppBar-root {
  border-bottom: 2px solid #e6f5de;
}

.MuiToolbar-root .MuiInputBase-root {
  color: #007626;
}


header[data-testid="sisccbar"]>div {
  padding: 0 10vw
}

header[data-testid="deappbar"] {
  background-color: #ffffff;
  align-items: center;
}

div[data-testid="spotlight"] {
  background-color: #ffffff;
}

div[data-testid="spotlight"]>.MuiPaper-root {
  background: #e6f5de;
  border-radius: 20px;
}

div[data-testid="spotlight"]>.MuiPaper-root:focus-within {
  background: #ffffff;
  border: 2px solid #007626;
}

div[data-testid="spotlight"]>.MuiPaper-root input {
  padding: 10px;
}

div[data-testid="collapseButton"] {
  justify-content: start;
  width: 100%;
  margin: 0;
}

div[data-testid="collapseButton"] button[tabindex="0"] {
  border-bottom: 2px solid #007626;

}

div[data-testid="collapseButton"] button {
  background-color: #ffffff;
  color: black;
  font-family: "MetaCompPro-Normal", sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
}

div[data-testid="collapseButton"] button:hover {
  background-color: #faf6fa;
  font-family: "MetaCompPro-Normal", sans-serif;
  font-weight: bold;
}

.MuiMenu-list li {
  color: #007626;
}

.MuiMenu-list svg {
  color: #007626;
}

.MuiToolbar-root .MuiSvgIcon-root {
  color: #007626;
}

.MuiToolbar-root>.MuiDivider-root {
  display: none;
}

#id_home_page>.MuiGrid-root .MuiTypography-h3 {
  font-family: "MetaCompPro-Bold", sans-serif;
  font-weight: bold;
  margin: 1rem 0;
  font-size: 2.2rem;

  @media screen and (width <=800px) {
    font-size: 1.5rem;
    margin: 0.5rem 0;
  }
}

#id_home_page>.MuiGrid-root .MuiTypography-subtitle1 {
  font-family: "MetaCompPro", sans-serif;
  margin: 0.8rem 0;
  font-size: 1.2rem;

  @media screen and (width <=800px) {
    font-size: medium;
    margin: 0.3rem 0;
  }
}

#id_home_page>.MuiGrid-root>.MuiGrid-root>.MuiGrid-root>.MuiGrid-container>.MuiGrid-item {
  flex-basis: content;
  padding: 0 1% 0 0;

  @media screen and (width <=800px) {
    flex-basis: 100%;
  }
}

#id_home_page>.MuiGrid-root>.MuiGrid-root>.MuiGrid-root>p {
  color: #222222;
}

#id_home_page>.MuiGrid-root>.MuiGrid-root>.MuiGrid-root>.MuiGrid-container>.MuiGrid-item svg {
  margin-left: 1rem;
}

#id_home_page {
  background-color: #ffffff !important;
}

.MuiCollapse-root .MuiCollapse-wrapper .MuiCollapse-wrapperInner .MuiPaper-root>.MuiGrid-root {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 1rem;

  @media only screen and (max-width: 800px) {
    grid-template-columns: auto auto;
  }

  @media only screen and (max-width: 600px) {

    grid-template-columns: auto;

  }
}

#id_search_page>.MuiGrid-root>.MuiGrid-root {
  @media (min-width: 900px) {
    margin-bottom: 6rem;
  }
}


.MuiCollapse-root .MuiCollapse-wrapper .MuiCollapse-wrapperInner .MuiPaper-root {
  box-shadow: none;
  margin: 0;
  padding: 1% 0 1% 0;
}

.MuiCollapse-root .MuiCollapse-wrapper .MuiCollapse-wrapperInner .MuiPaper-root .MuiGrid-root .MuiGrid-root .MuiButton-root {
  border: 1px solid #007626;
  padding: 1.0rem 0.5rem !important;
  margin: 1rem;
  border-radius: unset;
  width: stretch;

  @media screen and (width <=800px) {
    margin: 0.5rem;
    padding: 0.5rem 0.3rem !important;
  }
}

.MuiCollapse-root .MuiCollapse-wrapper .MuiCollapse-wrapperInner .MuiPaper-root .MuiGrid-root .MuiGrid-root .MuiButton-root:hover {
  border: 1px solid;
  padding: 1.0rem 0.5rem !important;
  margin: 1rem;
  border-radius: unset;
  box-shadow: black;
}

.MuiCollapse-root .MuiCollapse-wrapper .MuiCollapse-wrapperInner .MuiPaper-root .MuiGrid-root .MuiGrid-root .MuiButton-root svg {
  display: none;
}

.MuiCollapse-root .MuiCollapse-wrapper .MuiCollapse-wrapperInner .MuiPaper-root .MuiGrid-root .MuiGrid-root .MuiButton-root span {
  font-family: "MetaCompPro-Bold", sans-serif;
  font-weight: bold;
}

.MuiCollapse-root .MuiCollapse-wrapper .MuiCollapse-wrapperInner .MuiPaper-root .MuiGrid-root .MuiGrid-root .MuiButton-root span a {
  margin-left: 1.5em;
}

.uba-message {
  padding: 1em;
  margin: 1em;
}

.uba-notice {
  background-color: #e6f5de;
}

#uba-footer>.MuiGrid-root {
  max-height: max-content;

  @media only screen and (max-width: 800px) {
    padding: 0;
  }

}

#uba-footer>.MuiGrid-root>.MuiGrid-root {
  max-height: max-content;

  @media only screen and (max-width: 800px) {
    padding-left: 10%;
  }

}