/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/components/navigation/nj211-share/nj211-share.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.nj211-share {
  position: fixed;
  left: 0;
  bottom: 0;
  display: block;
  visibility: visible;
  z-index: 1000;
}
@media screen and (min-width: 48em) {
  .nj211-share {
    top: 50vh;
    bottom: unset;
    transform: translateY(-200%);
  }
}
.nj211-share__toolbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 5px;
}
@media screen and (min-width: 48em) {
  .nj211-share__toolbar {
    flex-direction: column;
  }
}
.nj211-share__toolbar-item {
  background-color: #C2D3EA;
  list-style: none;
  text-align: center;
  padding: 10px;
  font-size: clamp(
    1.2rem,
    calc(0.9088rem + 1.456vw),
    2.0736rem
  );
  transition: all 0.35s ease;
}
@media screen and (min-width: 48em) {
  .nj211-share__toolbar-item {
    opacity: 0.8;
  }
  .nj211-share__toolbar-item:hover {
    opacity: 1;
    width: 110%;
  }
  .nj211-share__toolbar-item:hover button i {
    color: #062F72;
  }
}
.nj211-share__toolbar-item button i {
  color: #041E56;
}

.site-page--is-front .nj211-share {
  display: none;
  visibility: hidden;
}

.nj211-share-modal {
  position: fixed;
  transition: all 0.35s ease-in;
  z-index: 5000;
  visibility: visible;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(4, 30, 86, 0.8);
}
.nj211-share-modal--hidden {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.nj211-share-modal__dialog {
  border: 3px solid #062F72;
  background-color: #ffffff;
  padding: 2rem 1rem 1rem 1rem;
  width: 90%;
  max-width: 40ch;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  position: absolute;
}
.nj211-share-modal__actions {
  position: absolute;
  top: 1ch;
  right: 1ch;
  color: #041E56;
  font-size: 2rem;
}
.nj211-share-modal__actions button {
  position: relative;
  aspect-ratio: 1/1;
  padding: 1px;
  text-align: center;
}
.nj211-share-modal__actions button i {
  color: #041E56;
}
.nj211-share-modal__actions:hover button i {
  color: #0056A7;
}
