* {
  box-sizing: border-box;
}
html, body {
  padding: 0;
  margin: 0;
  min-width: 320px;
}

body {
  color-scheme: normal !important;
  background-color: #181818 !important;
  color: #91A1B1 !important;
  font-family: 'JetBrains Mono', 'Consolas', 'Monaco', 'Courier New', monospace;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 1rem;
}

p, td, th, h1, h2, h3, h4, h5, h6 {
  color-scheme: normal !important;
  font-family: 'JetBrains Mono', 'Consolas', 'Monaco', 'Courier New', monospace !important;
  margin: 0 !important;
  padding: 0; /* Top and bottom .5 left and right 0*/
  line-height: 1.5rem;
}

h1, h2, h3, h4, h5, h6 {
    color-scheme: normal !important;
    font-weight: 100 !important;
    padding-top: 8px;
    color: #AB8EEF;
    font-size: 1rem;
}

p {
  font-weight: 100 !important;
  color: #91A1B1;
  font-size: .95rem;
}

.section {
}

a {
  color-scheme: normal !important;
  color: #AB8EEF !important;
  text-decoration-color: #AB8EEF !important;
}

a:hover {
  color-scheme: normal !important;
  color: #AB8EEF !important;
  text-decoration-color: #AB8EEF !important;
}

label {
  cursor: pointer;
  color: #91A1B1;
    font-size: 14px;
}


.right {
  text-align: right;
}

.error {
  color: #FF5722;
}

/* Base button styles */
.button {
  background: #2c2c3e !important;
  color: #AB8EEF !important;
  padding: .5rem 1rem .5rem 1rem; /* top right bottom left */
  border-radius: .25rem;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  min-width: 150px;
  font-size: 1rem;
  text-align: center;
  font-weight: 300 !important;
  border: none !important;
}

.button:hover {
  background: #3d3d57 !important;
  color: #AB8EEF !important;
  border: none !important;
}

.container {
  margin: 60px auto 15px auto;
  max-width: 550px;
}

.center {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrap {
  color-scheme: normal !important;
  background-color: transparent;
  padding: 1rem;
  max-width: 525px;
  margin: 0 auto;
  border-radius: .25rem;
}

.header .logo {
  text-align: center;
}
.header .logo img {
  display: inline-block;
  width: 200px;
  max-width: 100%;
  margin-bottom: 1.5rem;
}

.unsub-all {
  /*margin-top: 30px;*/
  /*padding-top: 3030px;px;*/
  /*border-top: 1px solid #eee;*/
}

.separator {
  border: 0;
  height: 0.5px;
  background-color: #3b3b3b;
  width: 100%;
  display: block;
}

.row {
  margin: .5rem;
}

.lists {
  list-style-type: none;
  padding-inline: 0;
}
  .lists li {
    margin: 0;
  }
  .lists .description {
    font-size: 0.875em;
    line-height: 1.2rem;
    color: #91A1B1;
    margin: 0 0 1rem 1.5rem;
  }
  .form .nonce {
    display: none;
  }
  .form .captcha {
    margin-top: 30px;
  }

.archive {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
}
  .archive .date {
    display: block;
    color: #91A1B1;
    font-size: 0.875em;
  }
  .archive li {
    margin-bottom: 15px;
  }
  .feed {
    margin-right: 15px;
  }

.home-options {
  margin-top: 30px;
}
  .home-options a {
    margin: 0 7px;
  }

.pagination {
  margin-top: 30px;
  text-align: center;
}
  .pg-page {
    display: inline-block;
    padding: 0 10px;
    text-decoration: none;
  }
  .pg-page.pg-selected {
    text-decoration: underline;
    font-weight: bold;
  }

.login .submit {
  margin-top: 20px;
}
  .login button {
    width: 100%;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
  }
  .login button img {
    max-width: 24px;
    margin-right: 10px;
  }

#btn-back {
  display: none;
}

footer.container {
  margin-top: 1rem;
  text-align: center;
  color: #91A1B1;
  font-size: 0.775em;
  margin-bottom: 30px;
}
  footer a {
    color: #91A1B1;
    text-decoration: none;
  }
  footer a:hover {
    color: #AB8EEF;
  }

@media screen and (max-width: 650px) {
  .wrap {
    margin: 0;
    padding: 1rem;
    max-width: none;
  }
}


input {
  color: #91A1B1;
  box-shadow: none;
}

input[type="checkbox"] {
  accent-color: #AB8EEF !important;
}

input[type="radio"] {
  accent-color: #AB8EEF !important;
}

input[type="text"], input[type="email"], input[type="password"], textarea, select {
    padding: 10px 15px;
    border: .5px solid #3b3b3b !important;
    border-radius: 3px;
    width: 100%;
    background-color: #202020;
    box-shadow: 2px 2px 0 #161616;
    font-size: 1em;
}

input:focus {
    border-color: #AB8EEF;
}

input:focus::placeholder {
    color: transparent;
}

input[disabled] {
    opacity: 0.5;
}

/* Focus styles for light mode */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #AB8EEF !important;
  outline: none !important;
  box-shadow: none !important;
}

/* For the cursor blink color (caret) */
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
  caret-color: #AB8EEF !important;
}

.section-privacy-and-data{
    padding-top: 3rem;
}

.help-text {
  display: block;
  padding-left: 2rem;
  font-size: 0.65em;
  line-height: 1.2rem;
}