/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/css/admin.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
.newslettergate-section {
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.newslettergate-section * {
  box-sizing: border-box;
}
.newslettergate-section > table {
  width: 100%;
  display: none;
}
.newslettergate-section > table > tbody > tr > td,
.newslettergate-section > table > tbody > tr > th {
  padding: 15px;
}
.newslettergate-section .newslettergate-section-title {
  position: relative;
  padding: 15px;
  margin: 0;
  cursor: pointer;
}
.newslettergate-section .newslettergate-section-title:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  border: 5px solid transparent;
  border-top-color: #000;
  width: 0;
  height: 0;
  margin: auto;
}
.newslettergate-section .newslettergate-section-title h2 {
  margin: 0;
}
.newslettergate-section .newslettergate-section-title .description {
  margin-top: 0.25em;
  margin-bottom: 0;
}
.newslettergate-section.opened > table {
  display: table;
}
.newslettergate-section.opened .newslettergate-section-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.newslettergate-section.opened .newslettergate-section-title:after {
  border-top-color: transparent;
  border-bottom-color: #000;
}

/*# sourceMappingURL=admin.css.map*/