/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./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]!./scss/general.scss ***!
  \******************************************************************************************************************************************************************************************************************************************/
.less-z-index {
  z-index: var(--zidx) !important;
}

.simple-border {
  border: 1px solid lightgray;
  box-shadow: 0 0 3px 1px lightgray;
}

.no-margin-y {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.card-content {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  line-height: 1.5;
  text-align: justify;
}

.heading-underline {
  position: relative;
  z-index: 1;
}
.heading-underline::after {
  position: absolute;
  left: -0.3em;
  right: -0.3em;
  height: 0.45em;
  bottom: 0;
  content: "";
  z-index: -1;
  border-radius: 0.225em;
  background-color: var(--underline-color);
}
.heading-underline p {
  line-height: 1;
}

.gs-tip {
  margin-left: -0.8em;
  margin-right: -0.8em;
}
.gs-tip img, .gs-tip svg {
  margin-bottom: 0 !important;
}

.gs-flip-x {
  transform: scaleX(-1);
}

.gs-flip-xy svg, .gs-flip-xy img {
  transform: scale(-1, -1);
}

.gs-style-rounded img, .gs-style-rounded svg {
  border-radius: 9999px;
}

.background-theme-two-stage > *:first-child {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  margin: -0.25em -1.5em 0;
  background-color: var(--bg-color);
  padding: 0.75em 1.5em;
}

/*# sourceMappingURL=general.scss.css.map*/