/* --- Styles for home (and general) Terp Pages --- */

/*
Really dark gray (black) #0a0b0b
Dark Grey (logo)         #191b1a
--- bit darker           #141715
--- bit more darker      #0c0d0c
--- much lighter gray    #676e6a
Dino Green               #44a241
Lighter dino green       #5cb05a
even lighter dino green (new standard) #56ca44
#ffc596 - accent light orange-ish red
#91c5fa - accent light blue
#8efc88 - accent light green
#f38fff - accent light magenta
***** FONTS *****
Off-white (for fonts)  #ededed
light grey (greenish)  #bbbfbd
*/

/* import header rules */
@import url('header_v5.css');

/* GLOBAL ------- */
@font-face {
  font-family: 'Mona Sans';
  src:
    url('../fonts/Mona-Sans.woff2') format('woff2 supports variations'),
    url('../fonts/Mona-Sans.woff2') format('woff2-variations');
  font-weight: 200 900;
  font-stretch: 75% 125%;
  font-display: swap;
}
html, body {
  background-color: #18191b;
}
html {
  color: #ededed;
  font-family: 'Mona Sans', sans-serif;
  font-size: 17px;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background-color: #18191b;
  background-image: url(./nnnoise.svg);
  overscroll-behavior: auto;
  min-height: 100vh;
}
main {
  background:
    #0c0d0d,
    url(./nnnoise.svg);
}
section {
  margin: 0 max(10%, calc((100% - 1300px) / 2)) 50px max(10%, calc((100% - 1300px) / 2));
  padding: 20px 10px;
  max-width: 1300px;
}
h1 {
  margin: 5% 0 0 2%;
  font-size: 6em;
  text-align: center;
}
h2 {
  font-size: xx-large;
}
h3 {
  font-size: x-large;
}
img {
  max-width: 100%;
}
a:hover {
  cursor: pointer;
}
button:hover {
  cursor: pointer;
}
::selection {
  color: black;
  background: #56ca44;
}
/* GENERIC UNIVERSAL STUFF ------- */
.full-view-height {
  height: 70vh;
}
.full-view-height > article {
  margin: 100px auto;
}
.centered-full-vh {
  display: grid;
}
.centered-full-vh > article {
  margin: auto;
}
.max-width-400 {
  max-width: 400px;
  margin: 0 auto;
}
.max-width-500 {
  max-width: 500px;
  margin: 0 auto;
}
.max-width-800 {
  max-width: 800px;
  margin: 0 auto;
}
.tiny {
  font-size: 0.4em;
}
.smol {
  font-size: 0.7em;
}
.smol-ish {
  font-size: 1em;
}
.smol-med {
  font-size: 1.3em;
}
.med {
  font-size: 2em;
}
.med-big-ish {
  font-size: 3em;
}
.med-big {
  font-size: 4em;
}
.big-text {
  font-size: 2em;
  line-height: 1.5;
  color: #bbbfbd;
}
.thinner {
  font-weight: lighter;
}
.norm-font {
  font-family: 'Mona Sans', sans-serif;
}
.typewriter {
  font-family: 'Courier New', Courier, monospace;;
}
.thin-underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.balanced {
  text-wrap: balance;
}
.centered-via-margin {
  margin: 0 auto;
}
.centered {
  text-align: center;
}
.justified {
  text-align: justify;
}
.no-bullet {
  list-style-type: none;
}
.slightly-gray {
  color: #bbbfbd;
}
.no-margin {
  margin: 0 !important;
}
.smol-top-margin {
  margin-top: 15px;
}
.very-slightly-larger-top-margin {
  margin-top: 1.5rem;
}
.slightly-larger-top-margin {
  margin-top: 2rem;
}
.med-slightly-larger-top-margin {
  margin-top: 3rem;
}
.larger-top-margin {
  margin-top: 6rem;
}
.smol-bottom-margin {
  margin-bottom: 15px;
}
.left-margin-20 {
  margin-left: 20px;
}
.text-then-link {
  margin: 0 auto 40px auto;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: fit-content(400px) fit-content(50px);
  column-gap: 30px;
}
.text-then-link p {
  margin: 0;
  font-size: 2em;
  text-align: right;
}
.text-then-link a {
  display: inline;
}
dialog::backdrop {
  backdrop-filter: blur(3px) brightness(30%);
  -webkit-backdrop-filter: blur(3px) brightness(30%);
}
dialog {
  max-width: 500px;
  padding: 50px;
  color: #ededed;
  border: none;
  border-radius: 15px;
  background-image: linear-gradient(250deg, rgb(32,35,33) 0%, rgb(9,9,9) 100%), url(./noise.svg);
}
dialog.fixed-width-dialog {
  width: 400px;
}
dialog .x-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  font-size: 16px;
  color: #56ca44;
  background-color: transparent;
  border: solid 1px #56ca44;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
dialog .x-btn:hover, dialog .x-btn:focus, dialog .x-btn:active {
  color: black;
  background-color: #56ca44;
}
dialog.base-dialog::backdrop {
  backdrop-filter: blur(3px) brightness(30%);
  -webkit-backdrop-filter: blur(3px) brightness(30%);
}
dialog.base-dialog {
  max-width: clamp(80vw, 900px, 80vw);
  max-height: clamp(80vh, 500px, 80vh);
  padding: 50px;
  color: #ededed;
  border: none;
  border-radius: 15px;
  background-image: linear-gradient(250deg, rgb(32,35,33) 0%, rgb(9,9,9) 100%), url(./noise.svg);
}
dialog.base-dialog .x-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 1px 0 0 1px;
  font-size: 16px;
  color: #56ca44;
  background-color: transparent;
  border: solid 1px #56ca44;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
dialog.base-dialog .x-btn:hover, dialog.base-dialog .x-btn:focus, dialog.base-dialog .x-btn:active {
  color: black;
  background-color: #56ca44;
}
/* SPECIAL UNIVERSAL STUFF ------- */
.longer-h1 {
  margin: 5% 0 40px 0;
}
.big-text-paragraph {
  font-size: 2.1em;
  line-height: 1.5;
}
.lefted-block {
  padding: 0 20% 0 0;
}
.btn:hover {
  cursor: pointer;
}
.simple-link {
  color: #ededed;
  text-decoration: none;
}
.simple-link:hover, .simple-link:focus, .simple-link:active {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: #a6a6a6;
  color: #a6a6a6;
}
.norm-link {
  color: #56ca44 !important;
  text-decoration: none;
}
.norm-link:hover, .norm-link:focus, .norm-link:active {
  text-decoration: underline;
  text-decoration-style: wavy;
  text-underline-offset: 4px;
}
.btn-green {
  color: #56ca44;
  border-color: #56ca44;
  border-style: solid;
  background-color: transparent;
  transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out,
    color 0.2s ease-in-out;
  text-decoration: none;
}
.btn-green:hover, .btn-green:focus, .btn-green:active {
  color: black;
  background-color: #56ca44;
}
.btn-gray-to-green {
  color: #909692;
  border-color: #909692;
  border-style: solid;
  background-color: transparent;
  transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out,
    color 0.2s ease-in-out;
  text-decoration: none;
}
.btn-gray-to-green:hover, .btn-gray-to-green:focus, .btn-gray-to-green:active {
  color: black;
  background-color: #56ca44;
  border-color: #56ca44;
}
.btn-trial {
  color: black;
  background: linear-gradient(270deg, rgb(52, 221, 251), rgb(101, 250, 113));
  box-shadow: 0 0 18px 1px rgba(52, 221, 251, 0.634);
  filter: brightness(100%);
  border: none;
  transition: box-shadow 0.2s ease-in-out, filter 0.2s ease-in-out;
}
.btn-trial:hover, .btn-trial:focus, .btn-trial:active {
  box-shadow: 0 0 24px 8px rgba(52, 221, 251, 0.634);
  filter: brightness(120%);
}
.btn-trial:disabled, .btn-trial:disabled:hover, .btn-trial:disabled:focus, .btn-trial:disabled:active {
  background: linear-gradient(270deg, rgb(46, 201, 228), rgb(89, 222, 100));
  filter: brightness(60%);
  cursor: not-allowed;
}
.btn-flashy {
  color: black;
  background: linear-gradient(270deg,
    rgb(101, 250, 121), rgb(203, 250, 101),
    rgb(251, 198, 52),
    rgb(251, 168, 52), rgb(251, 82, 52)
    );
  filter: brightness(100%);
  border: none;
  box-shadow: 0 0 18px 1px rgba(255, 138, 83, 0.634);
  transition: box-shadow 0.2s ease-in-out, filter 0.2s ease-in-out;
}
.btn-flashy:hover, .btn-flashy:focus, .btn-flashy:active {
  filter: brightness(120%);
  box-shadow: 0 0 24px 8px rgba(255, 138, 83, 0.634);
}
.btn-signup {
  filter: brightness(100%);
  box-shadow: 0 0 8px 1px rgba(86, 202, 68, 0.634);
  transition: box-shadow 0.2s ease-in-out, filter 0.2s ease-in-out;
}
.btn-signup:hover, .btn-signup:focus, .btn-signup:active {
  filter: brightness(120%);
  box-shadow: 0 0 20px 6px rgba(86, 202, 68, 0.634);
}
.btn-tiny {
  display: inline-block;
  border-width: 1px;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 0.6em;
}
.btn-tiny-bigger-text {
  display: inline-block;
  border-width: 1px;
  padding: 3px 5px;
  border-radius: 8px;
  font-size: 0.9em;
}
.btn-smol {
  display: inline-block;
  padding: 6px 10px;
  font-size: 0.9em;
  text-decoration: none;
  border-width: 1px;
  border-radius: 8px;
}
.btn-smol-ish {
  display: inline-block;
  padding: 8px 12px;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  border-width: 1px;
  border-radius: 8px;
}
.btn-med {
  display: inline-block;
  padding: 14px 18px;
  font-size: 1.4em;
  font-weight: 500;
  text-decoration: none;
  border-width: 2px;
  border-radius: 12px;
}
.btn-med-big {
  display: inline-block;
  padding: 16px 20px;
  font-size: 1.7em;
  font-weight: 500;
  text-decoration: none;
  border-width: 2px;
  border-radius: 12px;
}
.btn-big {
  display: inline-block;
  border-width: 2px;
  padding: 14px 22px;
  border-radius: 20px;
  font-size: 2rem;
}
.neutral-cancel {
  color: #68f312;
  margin: 0 0 0 20px;
  background-color: transparent;
  border: solid 1px #68f312;
  border-radius: 5px;
  transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out,
    color 0.2s ease-in-out;
}
.neutral-cancel:hover, .neutral-cancel:focus, .neutral-cancel:active {
  color: black;
  background-color: #68f312;
}
.delete {
  color: #fd2b40;
  padding:6px 8px;
  background: transparent;
  border: solid 1px #fd2b40;
  border-radius: 5px;
  text-decoration: none;
}
.delete:hover, .delete:focus, .delete:active {
  color: black;
  background-color: #fd2b40;
}
.delete:hover {
  cursor: pointer;
}
.delete:focus {
  border-color: #fd972b;
}
.delete-subtle {
  color: #909692;
  background: transparent;
  border: solid 1px #909692;
  border-radius: 4px 5px;
  text-decoration: none;
}
.delete-subtle:hover, .delete-subtle:focus, .detele-subtle:active {
  color: black;
  background-color: #fd2b40;
  border-color: #fd2b40;
}
.delete-subtle:hover {
  cursor: pointer;
}
.disabled {
  filter: grayscale(1) brightness(85%);
  color: #676e6a;
  border-color: #676e6a;
  background: transparent;
}
.disabled:hover, .disabled:focus, .disabled:active {
  cursor: not-allowed !important;
  color: #676e6a !important;
  border-color: #676e6a !important;
  background: transparent !important;
}
.error, .errorlist {
  color: #fd2b40;
  background-color: black;
  border-radius: 10px;
  font-size: 1.1rem;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 600;
  list-style-type: none;
}
p.error {
  padding: 5px 10px;
}
.errorlist > li {
  margin-bottom: 10px;
}
.errorlist {
  padding: 10px 20px 8px 20px;
}
.errorField input, .errorField select {
  outline: 1px solid #fd2b40;
  outline-offset: 3px;
}
.errorInput {
  border: 1px solid #fd2b40;
}
.errorInputOffset {
  outline: 1px solid #fd2b40;
  outline-offset: 6px;
}
.big-emoji {
  font-size: 3rem;
}
.filter-color-to-green {
  filter: sepia(1) saturate(5) hue-rotate(95deg) brightness(85%);
}
.infoIconBtn {
  padding: 0;
  display: inline;
  border: none;
  background-color: transparent;
}
.info-icon {
  height: 25px;
  width: 25px;
  color: #b1b9b4;
}
.infoIconBtn:hover .info-icon, .infoIconBtn:focus .info-icon, .infoIconBtn:active .info-icon {
  color: #ededed !important;
}
.info-dialog {
  padding: 40px;
  max-width: 500px;
}
.info-dialog p {
  margin: 0 0 50px 0;
  font-size: 1.2em;
  line-height: 1.2em;
}
.info-dialog button {
  font-size: 1em;
}
.tooltip-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  font-size: 12px;
  font-weight: bold;
  color: #b1b9b4;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  padding: 0;
  margin: 0 0 0 1px;
}
.tooltip-icon:focus, .tooltip-icon:focus {
  outline: 2px dotted #b1b9b4;
  border-radius: 50%;
}
.tooltip-text {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 110%;
  left: -100%;
  width: 250px;
  background-color: black;
  color: white;
  font-family: 'Courier New', Courier, monospace;
  font-weight: lighter;
  font-size: 1em;
  padding: 8px;
  border-radius: 8px;
  transition: opacity 0.2s;
}
.tooltip-icon:hover .tooltip-text,
.tooltip-icon:focus .tooltip-text,
.tooltip-icon:active .tooltip-text {
  visibility: visible;
  opacity: 1;
}
.accent-light-orange {
  color: #ffc596;
}
.accent-light-blue {
  color: #91c5fa;
}
.accent-light-green {
  color: #8efc88;
}
.accent-light-magenta {
  color: #f38fff;
}
.accent-dino-green {
  color: #56ca44;
}
.accent-bright-white {
  color: white;
}
.flex-col-center-within {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.flex-col-center-within p {
  text-align: center;
}
.poof {
  display: none !important;
}
.visible {
  opacity: 1;
}
.not-visible {
  visibility: hidden;
}
.wrapper-section {
  margin: 50px auto;
  padding: 10px 80px 45px 80px;
  border-radius: 30px;
  background: rgb(32, 35, 33);
  background-image: linear-gradient(250deg, rgb(32,35,33) 0%, rgb(9,9,9) 100%), url(./noise.svg);
  max-width: 900px;
}
.loading-dots::after {
  content: "";
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  animation: ellipsis-dots 4s infinite;
  animation-fill-mode: forwards;
}
@keyframes ellipsis-dots {
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
  100% {
    content: "";
  }
}
#bottom-messages {
  position: fixed;
  bottom: 0;
  left: 0;
  max-width: 560px;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  background: linear-gradient(70deg, rgb(19,21,20) 0%, rgb(9,9,9) 100%);
  border: solid 3px #56ca44;
  border-radius: 20px;
  padding: 20px 50px;
  margin: 30px;
}
#bottom-messages.visible {
  opacity: 1;
}
#support-article {
  margin: 120px 0 0 0;
}
/* HOMEPAGE -------------------------------------------------- */
#signupFormDialog {
  font-size: 1.7em;
}
.inviz-card {
  max-width: 700px;
  margin: 0 auto;
  padding: 15px 0;
}
.between-lines {
  width: 100%;
  height: 1px;
  border-bottom: 2px dotted #676e6a;
  margin: 0;
}
.invisible-center-dot {
  position: fixed;
  top: 80%;
  left: 50%;
  z-index: 4;
  width: 5px;
  height: 5px;
  background-color: transparent;
}
.showOnScroll {
  opacity: 0;
  filter: blur(5px);
  transform: translateY(-50px);
  transition: all 0.5s;
  transition-delay: 200ms;
}
@media(prefers-reduced-motion) {
  .showOnScroll {
    transition: none;
    transform: translateY(0);
  }
}
.reveal-and-animate {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}
.tagline {
  font-size: 5em;
  font-stretch: 115%;
  margin-bottom: 30px;
}
article#tryit {
  margin: 0 auto 70px auto;
  padding: 80px 50px 20px 50px;
  background: linear-gradient(250deg, rgb(19,21,20) 0%, rgb(9,9,9) 100%), url(./noise.svg);
  border: 1px solid rgba(101, 101, 101, 0.358);
  border-radius: 20px;
  max-width: 700px;
  box-shadow: 0 1px 24px 1px rgba(101, 101, 101, 0.358);
}
article#bottom-tryit {
  margin: 50px 0 0 0;
}
#scenario-count-container {
  margin: 50px 0;
  display: grid;
  width: 100%;
  grid-template-columns: 58px minmax(200px, 480px);
  grid-template-rows: 1fr;
  column-gap: 15px;
  align-items: center;
  justify-content: center;
}
#scenario-count-container p {
  margin: 0;
}
#scenario-count {
  font-size: 3em;
}
#scrollDownPointerContainer {
  position: absolute;
  left: max(10%, calc((100% - 1300px) / 2));
  padding-top: 20px;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0); /* Start and end position */
  }
  50% {
    transform: translateY(-5px); /* Bounce up */
  }
}
#scrollDownPointer {
  animation: bounce 1.5s infinite;
  opacity: 70%;
}
#scrollDownPointer p {
  margin: 0;
}
.demoVidContainer {
  display: flex;
  margin: 180px 0 50px 80px;
}
.demoVidHeader {
  font-size: 3em;
  width: 30%;
  margin: 90px 100px 0 0;
}
.demoVidHeaderOdd {
  font-size: 3em;
  width: 30%;
  margin: 90px 0 0 100px;
}
.demoVid {
  border-radius: 30px;
  border-width: 4px;
  border-style: solid;
}
#firstVid video {
  border-color: #ffc596;
  box-shadow: 0 0 20px 4px rgba(251, 183, 128, 0.634);
}
#secondVid video {
  border-color: #91c5fa;
  box-shadow: 0 0 20px 4px rgba(125, 187, 250, 0.634);
}
#thirdVid video {
  border-color: #8efc88;
  box-shadow: 0 0 20px 4px rgba(122, 250, 115, 0.634);
}
#fourthVid video {
  border-color: #f38fff;
  box-shadow: 0 0 20px 4px rgba(238, 122, 251, 0.634);
}
#welcome-btn-gamut {
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
#welcome-btn-gamut.visible {
  opacity: 1;
}
/* REGISTRATION STYLES -------------------------------- */
#login-form-wrapper {
  margin: 100px auto 180px auto;
  width: 360px;
  padding: 60px 80px 45px 80px;
  border-radius: 30px;
  background: linear-gradient(250deg, rgb(32,35,33) 0%, rgb(9,9,9) 100%);
  filter: brightness(100%);
  transition: filter 1s ease-in-out;
}
#login-form-wrapper:hover {
  filter: brightness(140%);
}
#login-form {
  display: flex;
  flex-direction: column;
  min-width: 360px;
  max-width: 420px;
}
#email-submit-msg {
  min-width: 200px;
  max-width: 360px;
  text-align: center;
  font-size: 1.4em;
  display: block;
  margin: 0 0 2em 0;
}
#password-change-msg {
  font-size: 1.4em;
  margin: 0 0 2em 0;
}
#password2-wrapper {
  margin-top: -20px;
}
#onboarding-stuff {
  line-height: 1.8em;
}
#onboarding-login-link {
  display: inline !important;
  padding: 10px 14px;
  border-width: 2px;
  border-style: solid;
  border-radius: 8px;
}
#signup-heading {
  font-size: 3em;
}
#signup-form-wrapper {
  filter: brightness(100%);
  transition: filter 1s ease-in-out;
}
#signup-form-wrapper:hover {
  filter: brightness(140%);
}
/* Signup form Grid styles------------------------ */
#errors-list {
  grid-area: errorslist;
}
#errors-list p.error {
  font-size: 1.5em;
  text-align: center;
}
#reCAPTCHA-error {
  grid-area: recaptchaerror;
}
#username-field {
  grid-area: username;
}
#email-field {
  grid-area: email;
}
#firstname-field {
  grid-area: firstname;
}
#lastname-field {
  grid-area: lastname;
}
#cat-select {
  grid-area: category;
  padding: 0 30%;
}
#passwd1-field {
  grid-area: passwd1;
}
#passwd2-field {
  grid-area: passwd2;
}
#passwd-help {
  grid-area: passwdhelp;
  padding: 0;
}
#eighteen-field {
  grid-area: eighteen;
  margin: 0;
}
#passwd-help ul {
  margin: 0 0 60px 0;
}
#reCAPTCHA-field {
  grid-area: recaptcha;
}
#signup-form-wrapper:hover #reCAPTCHA-field {
  filter: brightness(65%);
}
#submit-input {
  grid-area: submit;
}
#signup-form {
  margin: 50px auto 0 auto;
  max-width: 800px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas:
    "errorslist errorslist"
    "recaptchaerror recaptchaerror"
    "email username"
    "firstname lastname"
    "category category"
    "passwd1 passwd2"
    "passwdhelp passwdhelp"
    "eighteen recaptcha"
    "submit .";
  gap: 40px 60px;
  align-items: start;
}
/* ------------------------ */
/* General Registration styles continued ------------------------ */
.input-wrapper {
  display: flex;
  flex-direction: column-reverse;
  margin: 15px 0 0 0;
}
.input-wrapper.regular-order {
  flex-direction: column;
}
.checkbox-wrapper {
  display: flex;
  flex-direction: row-reverse;
  margin: 15px 0 0 0;
  justify-self: left;
}
.checkbox-wrapper label {
  text-align: right;
}
.submit-wrapper {
  margin: 25px 0 20px 0;
}
.help-text {
  margin: 0;
  padding: 5px 10px 0 10px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.9em;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}
label {
  font-size: 1.3em;
  padding: 0 0 5px 0;
}
input, textarea, select {
  font-size: 1.3em;
  color: #ededed;
  border: 2px solid #676e6a;
  border-radius: 6px;
  padding: 5px 10px;
  margin: 0;
  background-color: #ededed05;
  accent-color: #56ca44;
}
.input-wrapper select option {
  color: #ededed;
  background-color: #151414;
}
.fake-text-input {
  font-size: 1.3em;
  color: #ededed;
  border: 2px solid #676e6a;
  border-radius: 6px;
  padding: 5px 10px;
  margin: 0;
  background-color: #ededed05;
}
.fake-label {
  font-size: 1.1em;
  padding: 0 0 5px 0;
  margin: 0;
}
input:hover, textarea:hover, select:hover {
  border-color: #909692;
}
input:focus, textarea:focus {
  border-color: #ededed;
  background-color: #edededef;
  color: black;
}
main input[type=checkbox] {
  margin: 0 0 0 20px;
  transform: scale(2);
  height: 25px;
}
main input[type=checkbox]:hover {
  cursor: pointer;
}
input.cannotEdit {
  cursor: not-allowed;
  color: #ffc596;
}
input.cannotEdit:focus {
  background-color: #ededed05;
}
.cannotUseBtn {
  cursor: not-allowed !important;
}
textarea {
  overflow: auto;
}
input[type=submit] {
  color: #56ca44;
  font-size: 1.2em;
  font-weight: 500;
  padding: 7px 12px;
  border-color: #56ca44;
  display: inline;
}
input[type=submit]:hover {
  color: black;
  background-color: #56ca44;
  cursor: pointer;
}
input[type=submit]:focus {
  background-color: #56ca44;
  color: black;
}
#full-page {
  padding: 0 10px 20px 10px;
  margin: 0 0 100px 0;
}
article.nested-table-container {
  margin: 0;
  padding: 25px 20px;
  overflow: auto;
}
/* SCENARIO LIST TABLE -------------------- */
fieldset.filter-options {
  margin: 20px 0;
  padding: 20px;
  border: none;
}
.filter-group-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 0 10px 0;
}
.filter-group {
  margin: 0 20px 0 0;
}
.filter-group label {
  display: block;
  
  margin-bottom: 5px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 1em;
  text-align: center;
}
.filter-group select {
  text-align: center;
}
#reset-filters-btn {
  width: fit-content;
  white-space: nowrap;
}
#results-count {
  margin: 10px 25px 0 0;
  font-family: 'Courier New', Courier, monospace;
  font-size: 1em;
  text-align: right;
}
section.scenario-table-wrapper {
  margin: 0 max(10%, calc((100% - 1300px) / 2)) 50px max(10%, calc((100% - 1300px) / 2));
  padding: 0;
}
article.scenario-table-container {
  margin: 0;
  padding: 25px 20px;
  background: linear-gradient(0deg, rgb(9, 9, 9), rgb(32, 35, 33)), url(./noise.svg);
  border-radius: 15px;
  overflow: auto;
}
.table-label {
  font-size: 2em;
  text-decoration: underline;
  margin: 0 0 0.7em 0;
}
table.scenario-table {
  width: 100%;
  background-color: #0a0b0b;
  border-radius: 20px;
  padding: 15px 5px;
}
table.scenario-table thead {
  font-size: 1.6em;
}
table.scenario-table tbody tr:hover, table.scenario-table tbody tr:focus {
  filter: brightness(110%);
  border-radius: 8px;
  box-shadow: 0 0 3px 1px rgba(226, 226, 226, 0.376);
}
/* to make tables rows rounded, thanks stack exchange */
table.scenario-table td:first-child { border-top-left-radius: 8px; }
table.scenario-table td:last-child { border-top-right-radius: 8px; }
table.scenario-table td:first-child { border-bottom-left-radius: 8px; }
table.scenario-table td:last-child { border-bottom-right-radius: 8px; }

table.scenario-table #title-col {
  width: 40%;
}
table.scenario-table #domain-col {
  width: 15%;
}
table.scenario-table #subdomain-col {
  width: 19%;
}
table.scenario-table #difficulty-col {
  width: 16%;
}
table.scenario-table #dur-col {
  width: 10%;
}
table.scenario-table .long {
  text-align: right;
}
table.scenario-table .short {
  text-align: center;
}
table.scenario-table .odd {
  background-color: #202020;
}
table.scenario-table td {
  padding: 7px 10px 3px 10px;
}
.tab-link {
  color: #56ca44;
  text-decoration: none;
}
.tab-link:hover, .tab-link:focus, .tab-link:active {
  filter: brightness(130%);
  outline-style: dotted;
  outline-width: 1px;
  outline-color: #56ca44;
  outline-offset: 2px;
  border-radius: 3px;
}
.tab-link:visited {
  color: #56ca44;
}
.freeTag {
  font-size: 0.8rem;
  color: #91c5fa;
  border: 1px solid #91c5fa;
  border-radius: 4px;
  padding: 2px 4px;
  margin-right: 12px;
}
/* MEMBER DETAIL PAGE --------------------  */
#outstanding-sub-list {
  margin-bottom: 70px;
}
.card {
  background: linear-gradient(250deg, rgb(32, 35, 33) 0%, rgb(9,9,9) 100%);
  border-radius: 20px;
  padding: 20px 50px;
}
.card h3 {
  font-size: 2.5em;
}
#profile-card {
  grid-area: profile;
}
#subscriptions-card {
  grid-area: subscriptions;
  padding-bottom: 50px;
}
#communities-card {
  grid-area: communities;
  margin: 80px 0 0 0;
}
#practice-card {
  grid-area: practice;
  margin: 80px 0 0 0;
}
#translations-card {
  grid-area: translations;
  margin: 80px 0 0 0;
}
#user-cards-container {
  margin: 0 max(10%, calc((100% - 1300px) / 2));
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas:
    "profile subscriptions"
    "communities communities"
    "practice practice"
    "translations translations";
  gap: 0 60px;
  align-items: start;
}
#profile-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.profile-info-container {
  margin: 20px 10px;
}
#profile-info dt {
  font-size: 1.2em;
}
#profile-info dd {
  margin: 5px 0 0 8px;
  word-wrap: break-word;
  font-size: 0.9em;
}
#tz_clock {
  max-width: 210px;
  text-align: center;
  background-color: black;
  border-radius: 4px;
  padding: 3px 5px;
}
#trigger-tz-dialog-btn {
  font-family: 'Mona Sans';
  font-size: 0.8em;
}
#tz_form h5 {
  margin-bottom: 0.5rem;
}
/* Subscription Card */
.sub-card {
  background: linear-gradient(250deg, rgb(9,9,9) 0%, rgb(32,35,33) 100%);
  border-radius: 15px;
  margin: 0 0 20px 0;
  padding: 10px 25px;
}
#trial-badge {
  font-size: 1.7em;
  margin-bottom: 5px;
}
#under-subscribe-btn {
  margin-top: 40px;
}
.wide-badge {
  font-size: 1.4em;
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  grid-template-rows: 1fr;
  gap: 0 10px;
}
.celebrate-emoji-container-start {
  text-align: right;
}
.celebrate-emoji-container-end {
  text-align: left;
}
#subscriptions-card .sub-paras {
  font-size: 1.2em;
}
#sub-comm-name {
  margin: 0;
}
#sub-comm-exp {
  margin: 40px 0 30px 0;
}
.sub-card.lower-subscription-zone, .lower-subscription-zone {
  margin-top: 40px;
}
.trial-counter {
  margin-top: 5px;
}
#dashboard-subscription-requests-heading {
  margin: 40px 0 0 0;
}
/* timezone dialog */

/* COMMUNITIES CARD ---------------------*/
table.scenario-table th {
  vertical-align: bottom;
}
table.scenario-table #overarch-col {
  width: 35%;
}
table.scenario-table #community-col {
  width: 35%;
}
table.scenario-table #role-col {
  width: 15%;
}
table.scenario-table #active-col {
  width: 15%;
}
table.scenario-table #access-col {
  width: 15%;
}
table.scenario-table #is-class-col {
  width: 15%;
}
#member-communities-list-table-container {
  overflow: auto;
}
#member-communities-list-table {
  margin-bottom: 70px;
  overflow: auto;
}
#community-messages {
  background: linear-gradient(70deg, rgb(19,21,20) 0%, rgb(9,9,9) 100%);
  border: solid 3px #56ca44;
  border-radius: 20px;
  margin: auto;
  max-width: 500px;
  padding: 20px 50px;
}
.messages-list {
  list-style: none;
  color: #bbbfbd;
  padding: 0;
}
.messages-list>li:not(:first-child) {
  margin-top: 20px;
}
.messages-list .error {
  padding: 20px;
}
#messagesDialogCloseForm {
  margin-top: 40px;
}
#community-card-options-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  align-items: start;
  column-gap: 40px;
  margin: 50px 0;
}
.comm-card-option {
  padding: 20px;
  border-radius: 15px;
  background: linear-gradient(70deg, rgb(32,35,33) 0%, rgb(9,9,9) 100%);
}
.comm-card-option h4 {
  font-size: 1.8em;
  margin: 20px 0 10px 0;
}
#join-code-error {
  font-size: 16px;
  text-align: center;
}
#join-code-errorlist {
  font-size: 16px;
}
.pin-form {
  margin: 40px 20px 30px 20px;
}
.pin-form * {
  display: block;
}
.pin-wrapper {
  width: 238px;
  margin-bottom: 10px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  column-gap: 2px;
}
.pin-wrapper input {
  margin: 0 1px;
  padding: 2px 3px;
  text-align: center;
  width: 20px;
  height: 30px;
}
.pin-wrapper input:nth-child(4) {
  margin: 0 0 0 8px;
}
.pin-wrapper input:nth-child(5) {
  margin: 0 0 0 8px;
}
.pin-wrapper input:nth-child(6) {
  margin: 0 0 0 8px;
}
.pin-form input[type=submit] {
  margin: 15px 0 0 0;
}
#community-subscription-workflow-trigger {
  margin: 20px 0 20px 20px;
}
#eval-btn {
  margin: 0 0 30px 15px;
}
/* Leave Community Dialog */
dialog.leaveDialog {
  font-family: monospace;
  background-color: black;
  border: none;
  border-radius: 20px;
}
dialog.leaveDialog h5 {
  color: #68f312;
  font-weight: lighter;
  margin: 20px 50px 50px 50px;
  font-size: 1.5rem;
}
dialog.leaveDialog p {
  color: #68f312;
  margin: 0 20% 50px 20%;
}
dialog.leaveDialog form {
  margin: 10px 50px;
  display: flex;
  justify-content: center;
}
dialog.leaveDialog button {
  font-size: 0.8em;
  padding: 5px 10px;
}
#cancelBtn {
  color: #68f312;
  margin: 0 0 0 20px;
  background-color: transparent;
  border: solid 1px #68f312;
  border-radius: 5px;
  transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out,
    color 0.2s ease-in-out;
}
#cancelBtn:hover, #cancelBtn:focus, #cancelBtn:active {
  color: black;
  background-color: #68f312;
}
/* PRACTICE CARD ----------------------*/
#practice-table-container {
  margin-bottom: 30px;
}
#practice-table {
  overflow: auto;
}
/* TRANSLATIONS CARD ---------------------*/
.texts-table-container {
  margin-bottom: 50px;
}
.texts-table {
  overflow: auto;
  display: block;
}
/* COMMUNITY DETAIL ---------------------*/
#community-subscription {
  margin: 80px 0 50px 0;
}
#get-community-subscription-container {
  font-size: 1.5em;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  row-gap: 0;
  align-items: center;
}
#get-community-subscription-container a {
  width: fit-content;
  margin: 0 auto;
}
#get-community-subscription-container .for-middle {
  margin: 15px 0 8px 0;
}
#get-community-subscription-container .comm-bottom {
  margin-top: -10px;
}
.wide-banner {
  display: grid;
  grid-template-columns: 1fr 10fr 1fr;
  grid-template-rows: 1fr;
  gap: 0 20px;
  width: fit-content;
  margin: 25px auto 15px auto;
  text-align: center;
}
.wide-banner-children {
  width: fit-content;
  margin: 0 auto;
}
#join-code-article {
  margin: 0 auto;
  padding: 20px 80px 40px 80px;
  max-width: 340px;
}
#join-code-article h3 {
  font-size: 2.3em;
  font-weight: 300;
}
#join-code-area * {
  display: inline;
}
#join-code-area button {
  height: 54px;
  width: 110px;
  font-size: 1.5em;
}
#join-code-area dd {
  font-size: 1.8em;
  letter-spacing: .3rem;
}
table.scenario-table #member-col {
  width: 20%;
}
table.scenario-table #email-col {
  width: 30%;
}
table.scenario-table #pract-col {
  width: 13%;
}
table.scenario-table #activez-col {
  width: 13%;
}
table.scenario-table #payee-col {
  width: 4%;
}
tr.admin {
  background-color: #000000 !important;
}
.practiceSeshDialogTableWrapper {
  max-height: 50vh;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #56ca44 #676e6a;
}
.practiceSeshDialogTableWrapper::-webkit-scrollbar {
  width: 10px;
}
.practiceSeshDialogTableWrapper::-webkit-scrollbar-thumb {
  background-color: #56ca44;
  border-radius: 5px;
}
.practiceSeshDialogTableWrapper::-webkit-scrollbar-track {
  background-color: #676e6a;
}
.edit-community p {
  text-align: right;
}
#sub-communities-card {
  margin-top: 80px;
}
#community-eval-card {
  margin-top: 80px;
}
#commEvalInviteContainer {
  margin-top: 80px;
}
/* COMMUNITY CREATE ---------------------*/
.explanation {
  font-weight: lighter;
}
#back-to-supercommunity-section {
  margin: 30px max(auto, 50px) 0 max(auto, 50px);
  padding: 20px 10px 0 10px;
  max-width: 1300px;
}
#community-create-form-wrapper {
  padding-top: 30px
}
#community-create-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 40px;
  row-gap: 40px;
  align-items: start;
}
/* COMMUNITY UPDATE ---------------------*/
#edit-comm-form-heading {
  font-size: 3em;
  text-align: center;
}
#community-update-form-wrapper {
  margin: 0 auto 130px auto;
  max-width: 700px;
}
#community-update-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  column-gap: 40px;
  row-gap: 40px;
  align-items: start;
}
#join-code-edit h3 {
  font-size: 2em;
  font-weight: 300;
  margin: 1em 0 0 24px;
}
#join-code-warning {
  color: #aaafac;
  border: solid 1px #56ca44;
  border-radius: 5px;
  text-align: center;
  padding: 6px 4px;
  transition: filter 0.3s ease-in-out;
}
.double-wide {
  grid-column: 1 / 3;
}
.triple-wide {
  grid-column: 1 / 4;
}
#id_name {
  transition: filter 0.3s ease-in-out;
}
.lil-flashy {
  filter: brightness(200%);
}
/* MEMBERSHIP DETAIL/UPDATE PAGE ------------------------- */
#comm-membership-heading {
  font-size: 4em;
  text-align: left;
}
#back-to-community-link {
  font-size: 0.7em;
  margin: 0;
}
.def {
  margin: 30px 30px 0 30px;
}
#edit-user-membership-wrapper {
  margin-bottom: 80px;
}
.membership-info {
  font-size: 1.7em;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  justify-content: start;
}
.membership-wide-badge {
  display: grid;
  grid-template-columns: 1fr 9fr 1fr;
  grid-template-rows: 1fr;
  align-items: center;
  gap: 0 15px;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.membership-wide-badge > span {
  width: fit-content;
  margin: 0 auto;
}
.membership-info dt {
  margin: 0;
  text-decoration: underline;
  font-size: 1.1em;
}
.membership-info dd {
  margin: 5px 0 0 15px;
}
#membership-messages {
  background: linear-gradient(70deg, rgb(32,35,33) 0%, rgb(9,9,9) 100%);
  border: solid 3px #fd2b40;
  border-radius: 20px;
  padding: 20px 50px;
  margin: 30px 0 50px 0;
}
#delete-membership-alert {
  margin: auto 10%;
}
/* SUBSCRIBE INFO PAGE ------------------------------------------------ */
.stripe-pricing-wrapper {
  max-width: 700px;
  margin: 0 auto;
  padding: 25px 0;
  background-color: #191b1a;
  border-radius: 25px;
}
/* bottom right corner free trial button */
/* also bottom right corner homepage buttons */
.abs-bottom-right {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  display: grid;
  gap: 10px;
  justify-content: end;
}
.abs-bottom-right p {
  margin: 0;
  text-align: right;
}
#trigger-signup-dialog {
  border: none;
}
#subscriptions-intro {
  margin: 0 0 80px 0;
}
#calculator-wrapper {
  margin: 0;
  padding: 10px 70px 50px 70px;
  border-radius: 30px;
  background: rgb(32, 35, 33);
  background-image: linear-gradient(250deg, rgb(32,35,33) 0%, rgb(9,9,9) 100%);
}
#calculator-wrapper h2 {
  font-size: 3em;
}
#calc-directions {
  margin-left: 20px;
}
.selected {
  color: black;
  border-color: #56ca44;
  background-color: #56ca44;
}
.not-selected {
  color: #676e6a;
  border-color: #676e6a;
  background-color: transparent;
}
.not-selected:hover {
  background: linear-gradient(270deg, rgb(92, 176, 90), rgb(204, 171, 71));
  color: black;
  cursor: pointer;
}
.not-selected:focus {
  color: black;
  background: linear-gradient(270deg, rgb(92, 176, 90), rgb(204, 171, 71));
}
.lit {
  color: black;
  background: linear-gradient(270deg, rgb(179, 93, 208), rgb(88, 198, 215));
}
.snuffed {
  color: #676e6a;
  border-color: #676e6a;
  background: transparent;
}
.snuffed:hover {
  color: black;
  cursor: pointer;
  background: #58c6d7;
}
.deactivated {
  filter: blur(1px) brightness(30%);
  color: #676e6a;
  border-color: #676e6a;
  background: transparent;
}
.deactivated:hover {
  cursor: default;
}
.rate-calc-block {
  border: solid 2px;
}
.rate-calc-btn {
  border-radius: 10px;
  font-size: 1.3em;
  font-weight: 500;
  width: 100%;
  height: 100%;
}
.rate-calc-indicator {
  border-radius: 20px;
}
.rate-calc-indicator * {
  text-align: center;
  padding: 2px;
}
.indicator-heading {
  font-size: 1.4em;
  margin-bottom: 0;
}
.indicator-explainer {
  margin-top: 8px;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 3px;
}
#calc-mo {
  grid-area: mo;
}
#calc-yr {
  grid-area: yr;
}
#calc-is-individ {
  grid-area: isind;
}
#calc-is-community {
  grid-area: iscomm;
}
#calc-academ {
  grid-area: academ;
}
#calc-no-academ {
  grid-area: noacadem;
}
#calc-btns {
  grid-area: btns;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas:
    "mo isind academ"
    "yr iscomm noacadem";
  row-gap: 8px;
  column-gap: 20px;
}
/* few elements for inside of #rate-display div */
#result-base {
  grid-area: base;
  color: #8a938d;
  text-align: center;
}
#result-base dt {
  margin-top: 20px;
}
#result-discount {
  grid-area: discount;
  color: black;
  background: linear-gradient(270deg,
    rgb(101, 250, 121), rgb(203, 250, 101),
    rgb(251, 198, 52),
    rgb(251, 168, 52), rgb(251, 82, 52)
    );
  text-align: center;
  border-radius: 10px;
  transition: filter 0.3s ease-in-out;
}
#result-discount dt {
  margin-top: 20px;
}
#result-discount dd, #result-base dd {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
  column-gap: 10px;
  width: 150px;
}
#result-discount dd, #result-base dd {
  margin: 20px auto 0 auto;
}
#result-discount dd span:nth-child(-n + 2), #result-base dd span:nth-child(-n + 2) {
  text-align: right;
}
#result-savings {
  grid-area: savings;
  color: black;
  background: linear-gradient(270deg,
    rgb(101, 250, 121), rgb(203, 250, 101),
    rgb(251, 198, 52),
    rgb(251, 168, 52), rgb(251, 82, 52)
    );
  text-align: center;
  border-radius: 10px;
  margin: 30px 0;
  transition: filter 0.3s ease-in-out;
}
#discounted-rate, #savingsPercentage {
  font-weight: 600;
}
.lil-flashy-hue {
  filter: hue-rotate(40deg) brightness(120%);
}
/* element that wraps the four dl elements that show rate */
#rate-display {
  grid-area: display;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas:
  "base discount"
  "savings savings";
  justify-content: center;
}
.calc-display-chunk {
  margin: 0;
  padding: 10px 0;
}
.calc-display-chunk dt {
  font-size: 2.4em;
  margin-bottom: 10px;
}
.calc-display-chunk dd {
  font-size: 1.7em;
  margin: 0;
  padding: 5px 0;
  font-family: 'Courier New', Courier, monospace;
}
/* Number input */
#calc-num-accounts {
  grid-area: num;
  margin: 30px 0;
  padding: 0 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}
#calc-num-accounts-label {
  font-size: 1.8em;
  text-align: right;
  padding: 20px 15px 5px 0;
}
#calc-num-accounts-input {
  font-size: 3em;
  width: 120px;
  height: 70px;
  font-family: 'Courier New', Courier, monospace;
  text-align: right;
}
#calc-individ {
  grid-area: ind;
}
#calc-grp {
  grid-area: grp;
}
#calc-lrg-grp {
  grid-area: lrggrp;
}
#calc-org {
  grid-area: org;
}
/* for inside result-comm-total */
#comm-total-heading {
  grid-area: commhead;
  text-align: right;
  padding-top: 12px;
}
#comm-total-wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr 2fr;
  column-gap: 10px;
}
#comm-total-wrapper span:nth-child(-n + 2) {
  text-align: right;
}
#comm-total-results {
  grid-area: commresults;
  font-size: 0.8em;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
}
#result-comm-total-container {
  grid-area: commtotal;
  justify-self: center;
  font-size: 2em;
  display: grid;
  grid-template-columns: 4fr 3fr;
  grid-template-rows: 1fr;
  grid-template-areas:
  "commhead commresults";
}
/* now onto form that surrounds the whole calc */
#subscription-price-calc {
  display: grid;
  column-gap: 20px;
  row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas:
    "btns btns btns display display display"
    "btns btns btns display display display"
    "num num num display display display"
    "ind grp lrggrp lrggrp org org"
    ". commtotal commtotal commtotal commtotal commtotal";
}
#subscription-request-wrapper {
  margin: 100px 0 0 0;
  padding: 10px 70px 50px 70px;
  border-radius: 30px;
  background: linear-gradient(250deg, rgb(32,35,33) 0%, rgb(9,9,9) 100%);
}
#subscription-request-wrapper h2 {
  font-size: 3em;
}
#subscription-request-wrapper .squeezed-p {
  padding: 0 10% 50px 10%;
}
#request-type-indicators-wrapper {
  margin: 30px 5%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
}
#request-type-indicators-wrapper div {
  display: grid;
  justify-content: center;
  align-items: center;
  border: solid 1px;
  border-radius: 20px;
  height: 100px;
}
#request-type-indicators-wrapper div h3 {
  font-size: 2em;
  text-align: center;
}
.lit-no-btn {
  color: black;
  background: linear-gradient(270deg, rgb(179, 93, 208), rgb(88, 198, 215));
}
.snuffed-no-btn {
  color: #676e6a;
  border-color: #676e6a;
  background: transparent;
}
.subscription-create-form {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 40px;
  align-items: start;
  margin: 50px 80px 10px 80px;
}
#subscription-steps li:nth-child(-n + 2) {
  margin: 15px 0 0 0;
}
#subscription-steps li:nth-child(3) {
  margin: 40px 0 0 0;
}
/* SUBSCRIPTION REQUEST DETAIL SUMMARY PAGE ------------- */
.subscription-request-info {
  font-size: 1.7em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 40px;
  column-gap: 10px;
  grid-template-rows: auto;
  justify-content: start;
}
.subscription-request-info dt {
  margin: 0;
  font-size: 1.1em;
}
.subscription-request-info dd {
  margin: 15px 0 0 15px;
  font-size: 0.8em;
}
/* Working Dialog ------ */
#working-dialog {
  background-color: black;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
dialog#working-dialog::backdrop {
  backdrop-filter: blur(28px);
}
#working-dialog div {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-content: center;
  align-items: center;
}
#terp-blink-gif {
  margin: auto;
  align-self: center;
}
@font-face {
  font-family: 'Pixelated';
  src: url('../fonts/Pixelated.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#working-dialog h1 {
  font-family: 'Pixelated', monospace;
  color: #68f312;
  font-size: 2em;
  font-weight: lighter;
  margin: 0;
  align-self: start;
  text-align: center;
}
/* PRACTICE -------------------  */
#sesh-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 50px;
  padding-top: 40px;
}
#practice-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px 50px;
  margin: 30px 0 10px 0;
  font-size: 18px;
}
#practice-info p {
  margin: 0;
}
#practice-info > * {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 30px 15px;
}
#practice-info dt, #practice-info dd {
  margin: 0;
  text-align: center;
}
#sesh-type {
  font-size: 32px;
}
#practice-content dt {
  margin: 0 0 10px 0;
}
#practice-content dd {
  margin: 0 0 0 10px;
}
#practice-content dl {
  margin: 0 0 30px 0;
}
#practice-what {
  margin: 0 0 50px 0;
}
/* TRANSLATIONS ------------------- */
#text-details {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 2fr;
  grid-template-rows: 1fr;
  font-size: 1.7em;
}
#text-details dt {
  text-align: center;
}
#text-details dd {
  margin: 5px 0 0 0;
  text-align: center;
}
#text-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  justify-content: center;
}
.seg {
  color: #e8e8e8;
  padding: 10px;
  margin: 0 0 10px 0;
}
.st-seg-wrapper {
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-template-rows: 1fr;
  column-gap: 15px;
  border: 1px dotted #676e6a3f;
  border-radius: 10px;
}
.tt-seg-wrapper {
  display: grid;
  grid-template-columns: min-content 1fr 1fr;
  grid-template-rows: 1fr;
  column-gap: 20px;
}
.tt-seg-wrapper div {
  border: 1px dotted #676e6a3f;
  border-radius: 10px;
}
.bt-seg-wrapper {
  display: grid;
  grid-template-columns: min-content 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  column-gap: 20px;
}
.bt-seg-wrapper div {
  border: 1px dotted #676e6a3f;
  border-radius: 10px;
}
.seg-id {
  font-size: 1.4em;
}
.seg-content {
  font-size: 1.4em;
  padding: 0;
  margin: 0;
}
/* EVALUATIONS -------------------------------------- */
/* Invite Create and Edit pages */
#back-to-eval {
  max-width: 1300px;
  margin: 40px max(auto, 50px) 0 max(auto, 50px);
}
#invite-create-heading {
  margin: 5% 0 0 0;
  font-size: 4em;
}
#invite-create-wrapper {
  margin: 50px auto 5% auto;
  max-width: 844px;
}
#invite-create-form {
  margin: 50px 0 0 0;
}
#userBtnsContainer {
  margin: 30px 5%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 100px;
  column-gap: 50px;
}
#userBtnsContainer button {
  font-size: 2.5em;
  border: 1px solid;
  border-radius: 30px;
}
.invitee-data {
  max-width: 400px;
  margin: 0 auto 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
.invitee-data div {
  margin: 30px 0 0 0;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.invitee-data div dt {
  font-size: 1.2em;
  text-decoration: underline;
}
.invitee-data div dd {
  margin-left: 0;
  font-family: 'Courier New', Courier, monospace;
}
#invite-terpUser-container {
  max-width: 600px;
  margin: 40px auto 0 auto;
}
#invite-writeIn-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 30px 40px;
}
#invite-constraints-container {
  margin: 70px 0;
  display: grid;
  grid-template-columns: 250px auto 130px;
  grid-template-rows: 1fr 2fr;
  gap: 2px 40px;
  align-items: baseline;
}
#invite-constraints-container h3 {
  font-size: 1.8em;
  margin: 0;
}
#invite-constraints-container div {
  align-items: baseline;
  margin: auto 0 0 0;
}
#invite-constraints-container .checkbox-wrapper {
  margin-bottom: 20px;
}
#invite-constraints-container .checkbox-wrapper input {
  position: relative;
  top: 5px;
}
#clearExpDate {
  position: relative;
  padding: 4px 8px;
  top: -8px;
  left: 15px;
}
#id_attempt_limit {
  width: 100px;
  text-align: center;
  font-size: 36px;
}
#invite-create-form .submit-wrapper {
  margin: 60px 0;
}
/* ATTEMPT DETAIL */
#vidDisplay {
  border: 1px solid #999;
  width: 98%;
  max-width: 860px;
}
#attempt-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  column-gap: 50px;
}
#attempt-info dl {
  padding: 50px 20px 35px 20px;
  text-align: center;
}
#attempt-info dt {
  text-decoration: underline;
}
#attempt-info dd {
  font-family: 'Courier New', Courier, monospace;
  margin: 0 0 20px 0;
  font-size: 1.4rem;
}
/* eval confirm page */
#confirm-eval-headings h1 {
  font-size: 3.4em;
  margin: 1.4em 0 1em 0;
}
#confirm-eval-headings h2 {
  font-size: 2.3em;
  margin-top: 2em;
}
#confirm-eval-headings h3 {
  font-size: 2em;
}
#confirm-eval-headings h3:nth-child(3) {
  margin-bottom: 0;
  font-weight: lighter;
}
#confirm-eval-headings h3:nth-child(4) {
  margin-top: 0;
}
.eval-explainer {
  margin: 40px auto 0 auto;
  max-width: 600px;
  font-size: 1.2em;
  color: #d3d3d3;
}
#confirm-eval-types p {
  font-size: 1.5em;
  margin: 2em 0 0.5em 0;
}
#confirm-eval-types ul {
  padding-left: 20px;
}
#confirm-eval-types ul ul {
  margin-top: 7px;
  margin-bottom: 25px;
  font-weight: lighter;
}
.eval-explainer.sub-card {
  box-sizing: border-box;
  padding: 30px;
}
.eval-explainer.sub-card h4 {
  font-size: 1.5em;
  margin: 0;
}
.invitee-confirm-info-list {
  margin: 80px auto 50px auto;
  max-width: 600px;
  font-size: 1.3em;
}
.invitee-confirm-info-list > div {
  margin: 30px 0;
  display: flex;
  flex-direction: row;
}
.invitee-confirm-info-list dt, .invitee-confirm-info-list dd {
  padding: 8px 12px;
  border: 1px solid #7f7f7f;
  border-radius: 5px;
}
.invitee-confirm-info-list dd {
  margin-left: 10px;
  font-family: 'Courier New', Courier, monospace;
}
#confirm-eval-recording-directions p {
  width: 98%;
  max-width: 400px;
  font-size: 1.2em;
}
#test-webcam-mic-btn {
  margin: 15px 0 20px 20px;
}
#test-webcam-mic-btn.cannotUseBtn:hover {
  color: #676e6a;
  border-color: #676e6a;
  background: transparent;
}
#test-btn-vol-ind-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 20px;
  color: #999;
}
#test-countdown {
  font-family: 'Courier New', Courier, monospace;
  width: 24px;
}
#mic-icon {
  margin-left: 15px;
}
#vol-container {
  height: 50px;
  width: 20px;
  margin-left: -10px;
  display: grid;
  align-items: end;
  border: 1px solid #999;
  border-radius: 4px;
  overflow: hidden;
}
#vol-indicator {
  background-color: #999;
  width: 100%;
  height: 0%;
  transition: height 0.1s ease;
}
#testVidDisplay {
  border: 1px solid #999;
  border-radius: 20px;
  width: 98%;
  max-width: 500px;
}
#launch-btn-article {
  display: grid;
  justify-content: center;
  margin: 80px 0 50px 0;
}
#startChecklistDialog {
  color: #ededed;
  height: 90%;
  width: 90%;
  border-radius: 50px;
}
#startChecklistDialog > div {
  display: grid;
}
#startChecklistDialog article {
  margin: 50px 10% auto 10%;
}
#startChecklistDialog h2 {
  font-family: 'Mona Sans';
  font-size: 4em;
  text-align: center;
  margin-bottom: 25px;
}
#startChecklist {
  list-style: none;
  width: 400px;
  margin: 0 auto 70px auto;
  padding: 0;
}
#startChecklist li {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}
#startChecklist input {
  margin: 0;
}
#startChecklist span {
  margin-left: 30px;
  font-size: 1.5em;
}
#readyDialogBtnsContainer {
  display: flex;
  justify-content: center;
  column-gap: 50px;
}
#readyToStartEvalBtn {
  padding: 14px 18px;
  font-size: 1.4em;
  font-weight: 500;
}
/* Eval access form --- */
#back-to-member-dashboard {
  margin: 30px 0 20px 10%;
}
#eval-access-wrapper {
  margin-bottom: 80px;
  margin-top: 80px;
}
#eval-join-form {
  width: 420px;
  margin: 0 auto;
  padding: 20px 50px 0 50px;
}
#eval-access-explainer {
  font-size: 1.8em;
  width: 550px;
  margin: 50px auto 20px auto;
}
#eval-access-warning {
  font-size: 1.2em;
  width: 550px;
  margin: 0 auto 20px auto;
}
#eval-join-form label {
  font-size: 1.5em;
  text-align: center;
}
div#invite-code-inputs-wrapper {
  display: grid;
  grid-template-columns: 3fr 4fr;
  grid-template-rows: 1fr;
  column-gap: 15px;
}
#eval-join-form input[type=text] {
  font-size: 3em;
  height: 60px;
  text-align: center;
  padding: 12px 10px 5px 10px;
}
#id_first_part_invite_code {
  min-width: 0;
}
#id_second_part_invite_code {
  min-width: 0;
}
#reCAPTCHA-field-invite-code {
  margin-top: 30px;
}
#invite-code-error {
  padding-left: 15px;
}
#invite-code-error li {
  display: block;
}
/* vid detail */
#vimeo-vid-wrapper {
  margin: 0 auto 100px auto;
  max-width: 720px;
}
#vimeo-vid-wrapper h2 {
  font-size: 3em;
  text-align: center;
}

/* FOOTER ------------------------------------------------ */
footer {
  /* background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(25,27,26,1) 100%); */
  background: linear-gradient(0deg, rgb(0, 0, 0), rgb(9, 9, 9));
  padding: 0.5em 1em;
  font-size: 1.8rem;
  text-align: center;
}
footer h3 {
  font-weight: normal;
  margin: 60px 0 10px 0;
}
/* On screens that are 1225px or less... */
@media screen and (max-width: 1225px) {
/* HOMEPAGE --------------------- */
  .norm-order {
    flex-direction: column;
    margin: 120px 0 70px 70px
  }
  .reverso-order {
    flex-direction: column-reverse;
    margin: 120px 100px 70px 0;
  }
  .demoVidHeader {
    width: 100%;
    margin: 0 0 30px 40px;
  }
  .demoVidHeaderOdd {
    text-align: right;
    width: 100%;
    margin: 0 40px 30px 40px;
  }
  video.demoVid {
    margin: 0 auto;
  }
  /* EVALUATIONS -------- */
  #invite-constraints-container {
    display: flex;
    flex-direction: column;
  }
  #invite-constraints-container > div {
    margin-top: 20px;
  }
}
/* On screens that are 1050px or less... */
@media screen and (max-width: 1050px) {
  /* GLOBAL ------- */
  section {
    margin: 0 50px 50px 50px;
  }
  /* UNIVERSAL SPECIAL ------------- */
  .wrapper-section {
    margin: 50px 50px 0 50px;
  }
  .longer-h1 {
    font-size: 5em;
  }
  /* HOMEPAGE --------------------- */
  .demoVidContainer {
    margin: 160px 0 70px 50px;
  }
  .demoVidHeaderOdd {
    text-align: left;
  }
  /* MEMBER-DETAIL ------------ */
  #user-cards-container {
    margin: 0 50px;
    gap: 50px;
    grid-template-columns: 1fr;
    grid-template-areas:
    "profile"
    "subscriptions"
    "communities"
    "practice"
    "translations";
  }
  #profile-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 30px;
    row-gap: 40px;
  }
  .profile-info-container {
    margin: 0;
    max-width: 200px;
  }
  #subscriptions-card {
    margin: 0 100px;
  }
  .wide-badge {
    font-size: 1.6em;
  }
  #dashboard-subscription-requests-heading {
    font-size: 1.4em;
    margin: 50px 0 0 0;
  }
  #communities-card {
    margin: 30px 0 0 0;
    padding: 20px;
  }
  #member-communities-list-table thead {
    font-size: 1.4em;
  }
  #member-communities-list-table tbody {
    font-size: 16px;
  }
  #community-card-options-wrapper {
    column-gap: 20px;
  }
  .comm-card-option p {
    font-size: 14px;
  }
  #practice-card {
    margin: 30px 0 0 0;
  }
  /* SCENARIO LIST -------- */
  .scenario-table-wrapper {
    margin: 0 50px 50px 50px;
  }
  table.scenario-table thead {
    font-size: 1.4em;
  }
  table.scenario-table tbody {
    font-size: 16px;
  }
  /* SUBSCRIBE INFO --------- */
  #calc-btns {
    row-gap: 5px;
    column-gap: 12px;
  }
  /* COMMUNITY CREATE */
  #back-to-supercommunity-section {
    margin: 30px 50px 0 50px;
  }
}
/* On screens that are 992px or less... */
@media screen and (max-width: 992px) {
  /* GLOBAL -------- */
  h1 {
    font-size: 4.8em;
  }
  main input[type=checkbox] {
    transform: scale(1.6);
    height: 18px;
  }
  /* UNIVERSAL ------------------- */
  .smol-med {
    font-size: 1.2em;
  }
  /* UNIVERSAL SPECIAL ------------------------ */
  .tagline {
    font-size: 3.5em;
  }
  .big-text-paragraph {
    font-size: 1.7em;
    line-height: 1.4;
  }
  .lefted-block {
    padding: 0;
  }
  .longer-h1 {
    font-size: 4em;
  }
  .slightly-larger-top-margin {
    margin-top: 1rem;
  }
  /* HOMEPAGE ------- */
  #scrollDownPointerContainer {
    left: 5%;
    padding-top: 0;
  }
  .demoVidContainer {
    margin: 90px 0 70px 0;
  }
  /* REGISTRATION STYLES ---------- */
  #login-form-wrapper {
    margin: 60px auto 200px auto;
  }
  #signup-form {
    margin: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      "errorslist"
      "recaptchaerror"
      "email"
      "username"
      "firstname"
      "lastname"
      "category"
      "passwd1"
      "passwd2"
      "passwdhelp"
      "eighteen"
      "recaptcha"
      "submit";
    gap: 20px 0;
  }
  #cat-select {
    padding: 0;
  }
  #passwd-help ul {
    margin-bottom: 20px;
  }
  /* MEMBER DETAIL --------- */
  #user-cards-container {
    padding: 0;
    grid-template-columns: minmax(0, 1fr);
  }
  #subscriptions-card {
    margin: 0 20px;
  }
  #communities-card {
    margin: 30px -50px 0 -50px;
    padding: 0 30px 15px 30px;
    border-radius: 0;
  }
  #member-communities-list-table {
    margin-bottom: 80px;
  }
  #community-card-options-wrapper {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
  #comm-option-join {
    width: 350px;
    margin: 0 auto 0 50px;
  }
  #comm-option-create {
    width: 350px;
    margin: 0 50px 0 auto;
  }
  .pin-form {
    margin: 40px 0 30px 0;
  }
  /* SCENARIO-LIST */
  fieldset.filter-options {
    max-width: 200px;
    margin: 20px auto;
  }
  .filter-group-wrapper {
    flex-direction: column;
  }
  .filter-group {
    margin: 0 0 25px 0;
  }
  .filter-group label {
    margin: 0;
  }
  .filter-group-wrapper:has(#reset-filters-btn) {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  section.scenario-table-wrapper {
    margin: 0 0 50px 0;
  }
  article.scenario-table-container {
    border-radius: 0;
  }
  /* CREATE COMMUNITY, COMMUNITY DETAIL, ETC. ------------- */
  .wrapper-section {
    padding: 10px 30px 45px 30px;
  }
  #join-code-article {
    margin: 0 20px;
    padding: 20px 100px;
  }
  .edit-community {
    margin-right: 30px;
  }
  #community-create-form {
    display: block;
  }
  #community-create-form > div {
    margin-bottom: 30px;
  }
  #community-create-form .checkbox-wrapper {
    justify-content: start;
  }
  #community-update-form {
    display: block;
  }
  #community-update-form > div {
    margin-bottom: 30px;
  }
  #community-update-form .checkbox-wrapper {
    justify-content: start;
  }
  /* SUBSCRIPTIONS INFO ----------- */
  #calculator-wrapper {
    margin: 30px -60px 10px -60px;
    padding: 15px 30px;
    border-radius: 0;
  }
  #subscription-price-calc {
    column-gap: 10px;
    row-gap: 10px;
    grid-template-areas:
      "btns btns btns display display display"
      "btns btns btns display display display"
      "num num num display display display"
      "ind grp lrggrp lrggrp org org"
      "commtotal commtotal commtotal commtotal commtotal commtotal";
  }
  .rate-calc-btn {
    font-size: 1em;
  }
  .calc-display-chunk dt {
    font-size: 2em;
    margin-bottom: 5px;
  }
  .calc-display-chunk dd {
    font-size: 1.4em;
  }
  #result-savings {
    margin: 15px 0 10px 0;
  }
  #result-savings dd {
    font-size: 1.6em;
  }
  #calc-num-accounts {
    margin: 30px 0 10px 0;
  }
  #calc-num-accounts-label {
    font-size: 1.6em;
  }
  #calc-num-accounts-input {
    font-size: 2.5em;
    width: 90px;
    height: 55px;
  }
  #result-comm-total-container {
    font-size: 1.7em;
  }
  #comm-total-results {
    margin: 0;
  }
  #subscription-request-wrapper {
    margin: 100px -20px 0 -20px;
    padding: 10px 50px 50px 50px;
  }
  #subscription-request-wrapper h2 {
    font-size: 2.7em;
}
  #request-type-indicators-wrapper {
    margin: 20px 30px 10px 30px;
    column-gap: 40px;
  }
  #request-type-indicators-wrapper div h3 {
    font-size: 1.8em;
    text-align: center;
    margin: 0;
  }
  .subscription-create-form {
    row-gap: 30px;
    margin: 50px 30px 10px 30px;
  }
  /* PRACTICE -------------- */
  #sesh-type {
    font-size: 28px;
  }
  /* EVALUATIONS -----------------*/
  #back-to-eval {
    margin: 40px auto 0 50px;
  }
  #invite-create-heading {
    font-size: 3em;
  }
  #invite-terpUser-container {
    max-width: 420px;
  }
  #userBtnsContainer button {
    font-size: 2em;
  }
  #invite-constraints-container > div {
    margin: 30px 0 0 0;
  }
}

/* On screens that are 600px or less... */
@media screen and (max-width: 600px) {
  /* GLOBAL ------- */
  html {
    font-size: 12px;
  }
  section {
    margin: 0 20px 50px 20px;
    padding: 20px 0;
  }
  h1 {
    font-size: 4em;
  }
  dialog.base-dialog {
    padding: 40px;
  }
  dialog.base-dialog .x-btn {
    font-size: 14px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    padding: 1px 0 0 1px;
    top: 17px;
    right: 17px;
  }
  /* SPECIAL UNIVERSAL -------- */
  .full-view-height > article {
    margin: 30px auto;
  }
  .centered-full-vh > article {
    margin: auto;
  }
  .centered-full-vh .tagline {
    font-size: 3.5em;
  }
  .tagline {
    font-size: 4.2em;
    font-stretch: 110%;
    margin: 20px 0;
  }
  .big-text-paragraph {
    font-size: 1.5em;
    padding: 0;
  }
  .abs-bottom-right {
    right: 10px;
    bottom: 10px;
  }
  .btn-big {
    padding: 10px 16px;
    border-radius: 18px;
    font-size: 1.7rem;
  }
  #bottom-messages {
    max-width: 260px;
    padding: 5px 25px;
  }
  .slightly-larger-top-margin-mobile {
    margin-top: 2rem;
  }
  .info-icon {
    height: 20px;
    width: 20px;
  }
  /* HOMEPAGE ------------- */
  .showOnScroll {
    transition-delay: 0ms;
  }
  article#tryit {
    margin: 0 0 30px 0;
    padding: 70px 40px 30px 30px;
  }
  #scenario-count-container {
    grid-template-columns: 40px minmax(180px, 190px);
  }
  #scrollDownPointerContainer {
    left: 2%;
    padding-top: 5px;
  }
  .demoVidContainer {
    margin: 100px 0 30px 0;
  }
  video.demoVid {
    margin: 0;
    width: 97.8% !important;
    height: auto !important;
  }
  .demoVidHeader {
    width: 80%;
  }
  .demoVidHeaderOdd {
    width: 80%;
  }
  #support-article {
    margin: 70px 0 0 0;
  }
  /* REGISTRATION STYLES ---------- */
  #onboarding-login-link {
    padding: 7px 9px;
  }
  #login-form-wrapper {
    width: 70%;
    margin: 50px auto 100px auto;
    padding: 60px 40px 50px 40px;
  }
  #login-form {
    min-width: 200px;
    max-width: 250px;
    margin: 0;
  }
  .wrapper-section {
    margin: 50px 0 0 0;
    padding: 10px 20px 30px 20px;
  }
  #passwd-help ul {
    margin: 0 0 30px 0;
    padding: 0 0 0 20px;
  }
  #eighteen-field {
    margin-bottom: 20px;
  }
  /* MEMBER-DETAIL ---------- */
  #user-cards-container {
    margin: 0 20px;
  }
  .card {
    padding: 20px;
  }
  .card h3 {
    margin-left: 15px;
  }
  #profile-info {
    max-width: 300px;
    margin: 10px auto;
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 30px;
    row-gap: 40px;
  }
  .profile-info-container {
    max-width: 300px;
  }
  #tz_clock {
    max-width: 140px;
  }
  #subscriptions-card {
    margin: 0 -20px 0 -20px;
  }
  .sub-card {
    margin: 0 0 20px 0;
  }
  #sub-comm-exp {
    margin: 25px 0 25px 0;
  }
  #communities-card {
    margin: 30px -20px 0 -20px;
    padding: 0 20px 10px 20px;
  }
  #messagesDialogCloseForm {
    margin-top: 20px;
  }
  #community-messages {
    padding: 10px 35px;
  }
  #comm-option-join {
    width: 300px;
    margin: 0 auto;
  }
  #comm-option-create {
    width: 300px;
    margin: 0 auto;
  }
  #practice-card {
    margin: 20px -20px 40px -20px;
  }
  #translations-card {
    margin: 0 -20px 40px -20px;
  }
  .texts-table-container {
    margin-bottom: 30px;
  }
  /* SUBSCRIPTION INFO PAGE ------------ */
  #calculator-wrapper {
    margin: 20px -20px 10px -20px;
    padding: 30px 10px 20px 10px;
  }
  #subscription-price-calc {
    display: grid;
    gap: 10px 10px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      "btns btns btns"
      "btns btns btns"
      "display display display"
      "ind num num"
      "commtotal commtotal commtotal"
      "grp lrggrp org";
  }
  .rate-calc-btn {
    height: 40px;
    font-weight: 700;
  }
  #result-discount dd, #result-base dd {
    width: 100px;
    margin: 0 auto;
  }
  #comm-total-heading {
    padding: 0 10px 0 0;
  }
  #subscription-request-wrapper {
    padding: 10px 20px 40px 20px;
  }
  #subscription-request-wrapper h2 {
    padding: 0 0 0 15px;
  }
  #request-type-indicators-wrapper {
    margin: 20px 0 10px 0;
    column-gap: 20px;
  }
  .subscription-create-form {
  margin: 50px 0 10px 0;
  }
  .subscription-create-form #id_linked_admin_community_combo {
    width: 90%;
  }
  /* SUBSCRIPTION REQUEST DETAIL SUMMARY PAGE ------------- */
  .subscription-request-info {
    font-size: 1.5em;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    margin: 0 0 15px 0;
  }
  .subscription-request-info dt {
    margin: 0 0 10px 0;
    font-size: 1em;
  }
  .subscription-request-info dd {
    margin: 3px 0 0 10px;
    font-size: 0.7em;
  }
  /* COMMUNITY DETAIL, UPDATE, CREATE PAGES */
  #community-subscription {
    margin: 70px 0 30px 0;
  }
  #community-update-form-wrapper {
    margin-bottom: 90px;
  }
  #join-code-article {
    margin: 0;
    padding: 20px;
  }
  #join-code-area button {
  height: 42px;
  width: 86px;
  font-size: 1.5em;
  }
  #join-code-display {
    margin: 0 0 0 20px;
  }
  #community-create-form {
    margin-top: 50px;
  }
  .edit-community {
    margin: 0 15px 0 0;
  }
  #back-to-supercommunity-section {
    margin: 10px 30px 0 30px;
  }
  /* PRACTICE -------*/
  #practice-info {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    row-gap: 5px;
  }
  /* EVALUATIONS ------ */
  #invite-terpUser-container {
    max-width: 350px;
  }
  #eval-join-form {
    width: 300px;
    margin: 0 auto;
    padding: 20px 0 0 0;
  }
  #eval-join-form input[type=text] {
    font-size: 2.8em;
  }
  #eval-access-explainer {
    width: 270px;
  }
  #eval-access-warning {
    width: 270px;
  }
  #attempt-info {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
  /* FOOTER ------- */
  footer {
    padding: 0.5em 1em;
    font-size: 1.8rem;
  }
}
/* On screens that are 420px or less... */
@media screen and (max-width: 420px) {
  dialog.fixed-width-dialog {
    width: 300px;
  }
}
/* On screens that are 350px or less... */
@media screen and (max-width: 350px) {
  /* UNIVERSAL ---- */
  .med-big {
    font-size: 3.3em;
  }
  .tagline {
    font-size: 3.6em;
  }
  dialog.base-dialog {
    padding: 20px;
  }
  dialog.base-dialog .x-btn {
    top: 10px;
    right: 10px;
  }
  /* HOMEPAGE ------- */
  .demoVidHeaderOdd {
    margin: 0 0 30px 0;
  }
  /* REGISTRATION STYLES ---------- */
  #login-form-wrapper {
    width: 65%;
    margin: 40px auto 90px auto;
    padding: 40px 30px 40px 30px;
  }
  #login-form {
    min-width: 150px;
    max-width: 250px;
    margin: 0;
  }
  /* MEMBER DETAIL --------- */
  #comm-option-join {
    width: 250px;
  }
  #comm-option-create {
    width: 250px;
  }
  /* COMMUNITY DETAIL, UPDATE, CREATE PAGES */
  #join-code-article {
    margin: 0 -20px;
    padding: 15px;
  }
  #comm-membership-heading {
  font-size: 3em;
  }
  /* SUBSCRIBE */
  #subscription-calc h1 {
    font-size: 3em;
  }
  /* PRACTICE */
  #sesh-type {
    font-size: 26px;
  }
  /* EVALUATIONS */
  #invite-terpUser-container {
    max-width: 280px;
  }
  #eval-join-form {
    width: 280px;
  }
  #eval-join-form input[type=text] {
    font-size: 2.6em;
    height: 50px;
  }
}
