:root {
  --cg-color-primary: #83c118;
}

body.settings_page_comment-guardian-options #cg-admin-page {
  background: #222;
  height: 100vh;
  margin: -20px;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
}

body.settings_page_comment-guardian-options #cg-admin-page h1 {
  color: #fff;
  display: inline;
}

body.settings_page_comment-guardian-options h2 {
  color: #fff;
  margin-top: 45px;
}

body.settings_page_comment-guardian-options h3 {
  color: #fff;
}

body.settings_page_comment-guardian-options .cg-logo {
  width: 120px;
  display: inline;
}

body.settings_page_comment-guardian-options .cg-admin-page-content {
  padding: 50px;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 75px;
}

body.settings_page_comment-guardian-options tr {
  background: #333;
}

body.settings_page_comment-guardian-options th {
  color: #fff !important;
  padding: 20px !important;
  vertical-align: middle !important;
}

body.settings_page_comment-guardian-options div.multiselect-dropdown {
  min-width: 500px !important;
  padding: 6px 13px;
  background: #222;
  border-color: #484848 !important;
}

body.settings_page_comment-guardian-options .multiselect-dropdown-list-wrapper {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
}

body.settings_page_comment-guardian-options .multiselect-dropdown-list {
  background: #222;
}

body.settings_page_comment-guardian-options .multiselect-dropdown-list div:hover {
  background: #111 !important;
}

body.settings_page_comment-guardian-options .multiselect-dropdown span.optext {
  background: var(--cg-color-primary) !important;
  margin-top: 3px;
}

body.settings_page_comment-guardian-options div.notice {
  position: absolute !important;
  right: 20px;
  bottom: 100px;
  background: #111;
  border-color: #111;
}

body.settings_page_comment-guardian-options .description {
  color: #fff !important;
}

body.settings_page_comment-guardian-options .multiselect-dropdown-search {
  width: 100%;
  display: block;
  background: #111;
  padding: 10px;
  margin: 0;
  color: #fff !important;
  outline: none;
  border: 0;
}
/*# sourceMappingURL=comment-guardian-admin.css.map */