/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
.aa-logo {
  width: 150px;
  height: 30px;
}

.divider {
  width: 100%;
  border-bottom: 1px solid #e2effe;
  margin-bottom: 5px;
}

.link-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-width: 6rem;
  min-height: 2rem;
  margin: 0;
  border-radius: 5px;
  font-size: 0.8rem;
}

.link-container:hover {
  background: #f6f7f8;
}

.logout-button {
  color: #3b93f7;
  border: none;
  background: transparent;
  border-radius: 5px;
  height: 2rem;
  width: 6rem;
  border-radius: 5px;
}
.logout-button:hover {
  background: #f6f7f8;
  text-decoration: underline;
}

.menu-button {
  list-style: none;
  padding: 0;
  margin: 0 2px;
  height: 2rem;
  width: 7rem;
  cursor: pointer;
  border-radius: 5px;
  font-size: 0.8rem;
}
.menu-button > summary {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  list-style: none;
  cursor: pointer;
}

.menu-button:hover {
  background: #f6f7f8;
  border-radius: 5px;
}

.menu-link {
  color: #000;
  text-decoration: none;
  line-height: 2rem;
}

.menu-link:visited {
  color: #000;
  text-decoration: none;
}

.option-container {
  position: relative;
  left: -120px;
  min-width: 300px;
  z-index: 8000;
  background: white;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #e2effe;
  box-shadow: 3px 7px 10px -3px #303d4b;
}

details[open] > summary {
  list-style: none;
  width: fit-content;
  height: fit-content;
  position: relative;
}

details[open] > summary:first-of-type {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

body {
  font-family: "america-sans", sans-serif;
}

/*# sourceMappingURL=styles.b5a5088c17496d51.css.map*/