/* Also remember normalize.css is in play here. */

/*


 ██████╗ ██████╗ ███╗   ██╗███████╗████████╗ █████╗ ███╗   ██╗████████╗███████╗
██╔════╝██╔═══██╗████╗  ██║██╔════╝╚══██╔══╝██╔══██╗████╗  ██║╚══██╔══╝██╔════╝
██║     ██║   ██║██╔██╗ ██║███████╗   ██║   ███████║██╔██╗ ██║   ██║   ███████╗
██║     ██║   ██║██║╚██╗██║╚════██║   ██║   ██╔══██║██║╚██╗██║   ██║   ╚════██║
╚██████╗╚██████╔╝██║ ╚████║███████║   ██║   ██║  ██║██║ ╚████║   ██║   ███████║
 ╚═════╝ ╚═════╝ ╚═╝  ╚═══╝╚══════╝   ╚═╝   ╚═╝  ╚═╝╚═╝  ╚═══╝   ╚═╝   ╚══════╝



*/

:root {
  --teal: #0d7fb2;
  --dark-blue: #004c71;
  --darkest-blue: #003149;
  --black: #272727;
  --red: #eb5757;
  --washed-red: #ff927f;
  --dark-red: #820f0f;
  --grey: #f6f8f8;
  --medium-grey: #dddfdf;
  --dark-grey: #7b7b7b;
  --green: #6fcf97;
  --dark-green: #219653;
  --yellow: #ffdf00;
}

.frame {
  background-color: var(--dark-grey);
  margin: 5px;
  border: solid 1px var(--black);
  content: "";
  min-height: 10px;
}
/*




███████╗ ██████╗ ███╗   ██╗████████╗███████╗
██╔════╝██╔═══██╗████╗  ██║╚══██╔══╝██╔════╝
█████╗  ██║   ██║██╔██╗ ██║   ██║   ███████╗
██╔══╝  ██║   ██║██║╚██╗██║   ██║   ╚════██║
██║     ╚██████╔╝██║ ╚████║   ██║   ███████║
╚═╝      ╚═════╝ ╚═╝  ╚═══╝   ╚═╝   ╚══════╝





 */

@font-face {
  font-family: Montserrat;
  src: url("./Montserrat-Regular.otf");
}

@font-face {
  font-family: Montserrat;
  font-style: italic;
  src: url("./Montserrat-Italic.otf");
}

@font-face {
  font-family: Montserrat;
  font-weight: 600;
  src: url("./Montserrat-SemiBold.otf");
}

@font-face {
  font-family: Montserrat;
  font-weight: 600;
  font-style: italic;
  src: url("./Montserrat-SemiBoldItalic.otf");
}

@font-face {
  font-family: Montserrat;
  font-weight: bold;
  src: url("./Montserrat-Bold.otf");
}

@font-face {
  font-family: Montserrat;
  font-weight: bold;
  font-style: italic;
  src: url("./Montserrat-BoldItalic.otf");
}

@font-face {
  font-family: FontAwesome;
  font-weight: 900;
  src: url("./fa-solid-900.ttf");
}

/*



  ██████╗  ██████╗ ██████╗ ██╗   ██╗
  ██╔══██╗██╔═══██╗██╔══██╗╚██╗ ██╔╝
  ██████╔╝██║   ██║██║  ██║ ╚████╔╝
  ██╔══██╗██║   ██║██║  ██║  ╚██╔╝
  ██████╔╝╚██████╔╝██████╔╝   ██║
  ╚═════╝  ╚═════╝ ╚═════╝    ╚═╝



*/

body {
  background-color: var(--grey);
  font-family: Montserrat;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  display: flex;
  align-items: flex-start;
  color: var(--black);
}

#content {
  padding: 40px;
  width: 100%;
}

@media (min-width: 700px) {
  #content.account.content {
    margin-left: 300px;
    max-width: calc(100% - 350px);
  }

  #content.account.content.nav_hide {
    margin-left: 0;
  }
}

h1,
h2,
h3,
h4,
h5 {
  color: var(--dark-blue);
}

h2,
h3 {
  line-height: 150%;
}

.title:after {
  content: "";
  background-color: var(--teal);
  display: inline-block;
  height: 5px;
  width: 150px;
}

.intro {
  font-size: 1.25rem;
  margin: 40px 0;
  width: 100%;
}

.intro__form {
  display: grid;
  grid-template-columns: 3fr 1fr;
}

a {
  color: var(--teal);
}

.tiny-text {
  font-size: 0.75rem;
  line-height: 1 !important;
}

.tiny-directions {
  padding-top: 10px;
  /* transform: translateY(10px); */
}

.radio-branches {
  padding-top: 10px;
}
.align-center {
  text-align: center;
}

.overlay__frame {
  background-color: white;
  box-shadow: 2px 2px 6px rgba(25, 25, 25, 0.5);
  width: 900px;
  margin: 0 auto;
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.overlay__title {
  background-color: var(--teal);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304' width='304' height='304'%3E%3Cpath fill='%230c7aab' fill-opacity='1' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E");
  color: white;
  font-size: 36px;
  font-weight: 700;
  padding: 20px;
}

.overlay__body {
  padding: 10px 40px;
  display: grid;
  column-gap: 1em;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 750px) {
  .overlay__frame {
    background-color: none;
    box-shadow: none;
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .overlay__title {
    background-color: none;
    color: white;
    line-height: 1.25;
  }
  .overlay__body {
    grid-template-columns: 1fr;
    grid-template-rows: 100px 150px 1fr 20px;
    grid-template-areas:
      "intro-logo"
      "intro--center"
      "intro--one"
      "overlay__intro--two"
      "action"
      "footer";
  }

  .overlay__body--register > * {
    display: inline-block;
    width: 100%;
  }

  .overlay__intro--one,
  .overlay__intro--two,
  #overlay__business-name,
  #overlay__email-address,
  #overlay__submit {
    display: inline-block;
    width: 100%;
  }

  .overlay__intro {
    text-align: center;
  }

  .overlay__intro--one {
    grid-area: "intro--one";
  }

  .overlay__action > a button {
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 750px) {
  .overlay__body--login {
    grid-template-rows: 50px 1fr 1fr 20px;
    grid-template-areas:
      "notification notification"
      "intro--one intro--one"
      "intro--two intro--two"
      "help help"
      "footer footer";
  }

  .overlay__intro--two {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }

  input .button__submit {
    margin: auto;
  }
}

@media only screen and (min-width: 750px) {
  .overlay__body--login {
    grid-template-rows: 50px 1fr 50px 20px;
    grid-template-areas:
      "notification notification"
      "intro--one intro--two"
      "help help"
      "footer footer";
  }
}

.overlay__body--register {
  grid-template-rows: 1fr 75px 50px 20px;
  grid-template-areas:
    "intro--parent intro--parent"
    "action action"
    "help help"
    "footer footer";
}

.overlay__body--register2 {
  grid-template-rows: 1fr 20px;
  grid-template-areas:
    "intro--parent intro--parent"
    /* "action action" */
    /* "help help" */
    "footer footer";
}

.overlay__body--sms,
.overlay__body--simple {
  grid-template-rows: 100px 1fr 50px 20px;
  grid-template-areas:
    "intro-logo intro-logo"
    "intro--center intro--center"
    "action action"
    "footer footer";
}

.overlay__body--csw {
  grid-template-rows: 1px 1fr;
  grid-template-areas:
    "intro-logo intro-logo"
    "intro--center intro--center";
}

.overlay__intro--logo {
  grid-area: intro-logo;
  padding: 20px;
}

.overlay__intro--logo img {
  max-height: 100px;
  width: 100%;
  margin: 0 auto;
  display: inline-block;
}

.overlay__intro {
  margin-top: 10px;
  grid-area: intro--parent;
  column-gap: 1rem;
  display: grid;
  grid-template-columns: inherit;
  /* grid-template-rows: 1fr 1em; */
  grid-template-areas:
    "intro--one intro--right"
    "notification notification";
}

.overlay__intro--one {
  grid-area: intro--one;
  padding: 10px;
}

.overlay__intro--two {
  grid-area: intro--two;
  margin: 20px 0px 0px 0px;
}

.overlay__intro--center {
  grid-area: intro--center;
  margin: 40px auto 0px auto;
}

.one-line-form {
  display: grid;
  grid-area: one-line-form;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 75px;
  /* margin: 20px 0px; */
  padding: 0px 0px;
}

.one-line-form-recaptcha {
  display: grid;
  grid-area: one-line-form;
  grid-template-columns: 1fr 0px;
  grid-template-rows: 75px;
  /* margin: 40px 0px; */
  padding: 20px 0px;
}

.one-line-form-recaptcha > p {
  margin: 0;
}

.overlay__action {
  grid-area: action;
  /* border-top: 1px solid var(--grey); */
  margin: 10px auto;
  align-content: center;
  justify-content: center;
}

.overlay__action > div > a {
  /* width: 50%;   */
}

.overlay__action #theOnlyForm {
  margin: 0 0;
}

.overlay__notification {
  grid-area: notification;
  /* margin-bottom: 30px; */
  /* min-height: 50px; */
}

.input--left {
  width: 47.5%;
  display: inline-block;
  /* grid-area: input-left; */
}

.input--right {
  width: 47.5%;
  float: right;
  display: inline-block;
  /* grid-area: input-right; */
}

.action--help {
  grid-area: help;
  padding: 20px 0px;
  width: 100%;
  display: block;
  text-align: center;
}

.action--help > * {
  /* padding: 2rem; */
}

.note {
  border: 1px solid var(--medium-grey);
  padding: 2rem;
  max-width: 800px;
}

/* .one-half {
  width: 45%;
  padding: 1rem;
}

.one-half button {
  margin: 10px;
} */
/*




███╗   ██╗ █████╗ ██╗   ██╗██╗ ██████╗  █████╗ ████████╗██╗ ██████╗ ███╗   ██╗
████╗  ██║██╔══██╗██║   ██║██║██╔════╝ ██╔══██╗╚══██╔══╝██║██╔═══██╗████╗  ██║
██╔██╗ ██║███████║██║   ██║██║██║  ███╗███████║   ██║   ██║██║   ██║██╔██╗ ██║
██║╚██╗██║██╔══██║╚██╗ ██╔╝██║██║   ██║██╔══██║   ██║   ██║██║   ██║██║╚██╗██║
██║ ╚████║██║  ██║ ╚████╔╝ ██║╚██████╔╝██║  ██║   ██║   ██║╚██████╔╝██║ ╚████║
╚═╝  ╚═══╝╚═╝  ╚═╝  ╚═══╝  ╚═╝ ╚═════╝ ╚═╝  ╚═╝   ╚═╝   ╚═╝ ╚═════╝ ╚═╝  ╚═══╝




 */
#site-navigation {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 300px;
  /* overflow: scroll; */
  background-color: var(--teal);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304' width='304' height='304'%3E%3Cpath fill='%230c7aab' fill-opacity='1' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E");
  position: fixed;
  height: 100vh;
  border-right: 5px solid #ec9722;
}

#site-navigation.nav_hide {
  transform: translateX(-295px);
}

.nav {
  /* display: block;  */
  height: 100%;
  width: auto;
  color: white;
}

#nav__disclosure {
  display: inline-block;
  position: absolute;
  height: 44px;
  width: 39px;
  background-color: #ec9722;
  transform: translate(300px, 10px);
  border-radius: 0 0.5rem 0.5rem 0;
}

#nav__disclosure::after {
  margin-left: 0.75rem;
  font-size: 1.5rem;
  vertical-align: middle;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f060";
}

#nav__disclosure.nav_hide::after {
  content: "\f061";
}

.nav__logo,
.nav__logo img {
  width: 90%;
  height: auto;
  margin-top: 20px;
  padding: 1rem;
}

.nav ul,
.nav li {
  list-style: none;
}

#nav-list > li:hover {
  font-weight: 600;
}

#nav-list > li:hover > ul {
  font-weight: 300;
}
#nav-list > li > ul > li:hover {
  font-weight: 600;
  text-decoration-line: underline;
}

.nav li {
  margin-bottom: 1rem;
}

.nav a {
  color: white;
  text-decoration: none;
  cursor: pointer;
  display: block;
}

.active,
.nav a:active {
  font-weight: 600;
  text-decoration: underline white;
}

/* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.
*/
.nav__submenu {
  /* padding-top: 1rem; */
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
  transition-delay: 500ms;
  max-height: 500px;
}

.nav__submenu.closed {
  display: none;
}

.closed {
  display: none;
}

#nav-list .nav__submenu {
  max-height: 500px;
}

.nav__submenu > li:first-of-type {
  margin-top: 0.75rem;
}

.nav__submenu > li {
  line-height: 2;
  margin-bottom: 0;
}

.nav i {
  margin-right: 10px;
}

.follow-me {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav__settings {
  padding: 1rem;
}

.nav__settings > ul {
  list-style: none;
  line-height: 2;
}

.nav__settings li {
  list-style: none;
}

.click-only {
  cursor: pointer;
}

/*


███████╗███████╗ █████╗ ████████╗██╗   ██╗██████╗ ███████╗
██╔════╝██╔════╝██╔══██╗╚══██╔══╝██║   ██║██╔══██╗██╔════╝
█████╗  █████╗  ███████║   ██║   ██║   ██║██████╔╝█████╗
██╔══╝  ██╔══╝  ██╔══██║   ██║   ██║   ██║██╔══██╗██╔══╝
██║     ███████╗██║  ██║   ██║   ╚██████╔╝██║  ██║███████╗
╚═╝     ╚══════╝╚═╝  ╚═╝   ╚═╝    ╚═════╝ ╚═╝  ╚═╝╚══════╝





*/

.feature {
  display: grid;
  margin-top: 40px;
  margin-bottom: 40px;
  grid-gap: 20px;
}

.feature__card {
  grid-template-columns: 300px 300px 1fr;
  grid-template-rows: 300px 300px;
  grid-template-areas:
    "card--1 card--2 actions"
    "card--3 card--4 actions";
}

.feature__table {
  grid-template-columns: 2fr;
  grid-template-areas: "table";
}

.feature__builds {
  grid-template-columns: repeat(1fr, 2);
  flex: wrap;
  grid-template-areas: "builds current-build";
}

/* Adding a method of applying a flexgrid to sub-feature-category areas*/
.feature__scripting {
  grid-template-columns: 2fr 1fr;
  flex: wrap;
  grid-template-areas: "script-intro script-actions";
}

.script_intro {
  grid-area: "script-intro";
}
.script_actions {
  grid-area: "script-actions";
}

.feature__branding > * {
  padding: 1rem;
}

.vertical-align {
  padding-top: 5rem;
}

.branding__text {
  grid-area: "branding__text";
}

.branding__action {
  display: grid;
  grid-area: "branding__action";
  grid-template-columns: 1fr 1fr;
  /* grid-template-rows: 500px; */
  flex: wrap;
  grid-template-areas: "branding__icon branding__logo";
}

.brandinghelp__text {
  grid-area: "brandinghelp__text";
}

.brandinghelp__action {
  grid-area: "brandinghelp__action";
}

#branding__icon {
  grid-area: "branding__icon";
}

#branding__logo {
  grid-area: "branding__logo";
}

.branding__action > * {
  display: grid;
  margin: 2rem;
  grid-template-columns: 1fr;
  grid-template-rows: 1em 1em 250px 70px;
  row-gap: 1ch;
  text-align: center;
}

.branding__action > * > img {
  margin: auto;
}

.element__title {
  font-weight: 600;
  font-size: 1.25rem;
}

.element__subtitle {
  font-style: italic;
}

.feature__access-restrictions {
  grid-template-columns: repeat(1fr, 2);
  grid-template-areas:
    "access-header access-header"
    "access-form access-form"
    "row-action row-action";
}

.card {
  background-color: white;
  box-shadow: 2px 2px 6px rgba(25, 25, 25, 0.5);
  padding: 1rem;
  display: grid;
  justify-items: center;
  grid-template-rows: 1fr 60px;
  position: relative;
}

.card__number {
  padding-top: 2rem;
}

.card__number--big {
  line-height: 0.5rem !important;
  margin-bottom: -1rem;
  /* border-bottom: 1px solid var(--teal); */
}

.number__big {
  font-size: 3rem;
  line-height: 5rem;
  font-weight: 900;
  color: var(--teal);
  text-align: center;
}

.card__image--media > img {
  max-width: 100%;
}

.card__number--description,
.card__image--description {
  font-weight: 700;
  margin: 0.25rem 0.25rem;
  text-align: center;
}

.card button {
  margin-top: auto;
}

.heatmap {
  grid-area: heatmap;
  background-image: url(./heatmap.png);
  background-size: cover;
  cursor: pointer;
  max-height: 600px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 1rem;
  font-size: 3rem;
  color: white;
}

.not-heatmap {
  grid-area: heatmap;
}

.card__price {
  background: var(--teal);
  position: absolute;
  color: white;
  padding: 1rem;
  height: 2rem;
  box-shadow: 2px 2px 6px rgba(25, 25, 25, 0.5);
  left: 0.5rem;
}

.feature__settings {
  border: 1px solid var(--medium-grey);
  background-color: white;
  padding: 1rem 2rem;
  grid-template-columns: 2fr 1fr;
  grid-template-areas: "form actions";
}

.feature__account-settings {
  border: 1px solid var(--medium-grey);
  background-color: white;
  padding: 1rem 2rem;
  grid-template-columns: 2fr 1fr;
  grid-template-areas: "form actions";
}

.feature__form {
  grid-area: form;
}
.feature__actions {
  grid-area: actions;
}

.build__info {
  background-color: white;
  padding: 2rem;
  border: 1px solid var(--dark-grey);
  /* margin: 1rem 1rem; */
}

.build__options {
  display: flex;
  flex-direction: column;
  margin: 1rem;
}

.feature__billing {
  grid-template-columns: 1fr 1fr;
}

.billing__overview {
  border: solid 1px var(--teal);
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  text-align: center;
}

.billing__creditcard {
  float: right;
  display: inline-block;
}

.fixthis--input > input {
  height: 44px;
}

.floating_questions {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5000;
}

/* The Modal (background) */
.modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 110; /* Sit on top of the sticky menu*/
  padding-top: 20vh; /* Location of the box, percentage of vertical height */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* The Modal (background) ----notifications---- */
.modal3 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 110; /* Sit on top of the sticky menu*/
  padding-top: 20vh; /* Location of the box, percentage of vertical height */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow-y: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  overflow-x: visible;
}

/* The Modal (background) */
.modal4 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top of the sticky menu*/
  padding-top: 10vh; /* Location of the box, percentage of vertical height */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

#modal3_title {
  padding-left: 15px;
}
.modal3-content {
  background-color: #fefefe;
  margin: auto;
  /* padding: 1rem;   */
  border: 1px solid #888;
  width: 70%;
  height: 65%;
  max-width: 700px;
  position: relative;
}

.modal3-footer {
  width: 100%;
  display: flex;
  align-items: center;
  background: white;
  justify-content: center;
}

.modal3-back_button {
  display: none;
  position: absolute;
  top: 50%;
  left: 0px;
}

.modal3-forward_button {
  display: none;
  position: absolute;
  top: 50%;
  right: 0px;
}

/* Modal Content */

.modal_body {
  padding: 0 2.5rem 0 2.5rem;
}

.modal-title {
  display: flex;
  flex-direction: row;
  background: var(--grey);
  width: 100%;
  align-items: center;
  justify-content: center;
}

.push {
  margin-left: auto;
}

#modal2_title {
  margin-left: 2rem;
}

.modal2_body {
  /* border: solid 1px #888; */
  padding: 10px 3.5rem;
}

i.far.fa-trash-alt {
  font-size: 1rem;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid var(--medium-grey);
}

.modal2-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  max-width: 550px;
}

.modal4-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  max-height: 80%;
  overflow-y: auto;
}

.modal5-content {
  position: fixed;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 600px;
  height: 700px;
  overflow-y: auto;
  z-index: 10005;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-text {
  font-size: 12px !important;
  margin-right: 20px;
}

#dots-area {
  padding: 5px;
}

.stick_to_top {
  position: fixed;
  right: 10px;
  z-index: 100;
}

.config__icon {
  color: white;
  display: inline-block;
  padding: 0.5rem;
  background-color: var(--teal);
  border-radius: 0 0 0.5rem 0.5rem;
  /* margin-bottom: 10px; */
}

.config__icon:hover {
  background-color: var(--dark-blue);
}
.config__icon > i {
  cursor: pointer;
  font-size: 2.5em;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/*




██████╗ ██╗   ██╗████████╗████████╗ ██████╗ ███╗   ██╗███████╗
██╔══██╗██║   ██║╚══██╔══╝╚══██╔══╝██╔═══██╗████╗  ██║██╔════╝
██████╔╝██║   ██║   ██║      ██║   ██║   ██║██╔██╗ ██║███████╗
██╔══██╗██║   ██║   ██║      ██║   ██║   ██║██║╚██╗██║╚════██║
██████╔╝╚██████╔╝   ██║      ██║   ╚██████╔╝██║ ╚████║███████║
╚═════╝  ╚═════╝    ╚═╝      ╚═╝    ╚═════╝ ╚═╝  ╚═══╝╚══════╝







*/

button,
.button {
  min-width: 200px;
  padding: 1rem;
  /* margin: 10px; */
  box-shadow: 2px 2px 6px rgba(25, 25, 25, 0.5);
  border: none;
  cursor: pointer;
  text-align: center;
}

a.button.button__primary--dark-blue {
  text-decoration: none !important;
}

.button--small {
  padding: 0.5rem;
  /* margin: 10px; */
  box-shadow: 2px 2px 6px rgba(25, 25, 25, 0.5);
  border: none;
  cursor: pointer;
  text-align: center;
}

.button__full-width {
  width: 100%;
  max-width: 310px;
  display: inline-block;
}

.button:hover,
.button:active {
  box-shadow: none;
}

.button__primary--red {
  background-color: var(--red);
  color: white;
}

.button__primary--red:hover {
  background-color: var(--dark-red);
}

.button__primary--green {
  background-color: var(--green);
  color: white;
}

.button__primary--green:hover {
  background-color: var(--dark-green);
}
.button__primary--dark-blue {
  background-color: var(--dark-blue);
  color: white;
  margin-top: 10px;
  border: 1px solid var(--dark-blue);
}

.button__primary--dark-blue:hover {
  background-color: var(--darkest-blue);
}

.button__primary--dark-blue:disabled {
  background-color: var(--medium-grey);
  border: 1px solid var(--dark-grey);
  color: var(--dark-grey);
}

.button__secondary--dark-blue {
  color: var(--dark-blue);
  border: 1px solid var(--dark-blue);
}

.button__secondary--dark-blue:hover {
  background-color: var(--dark-blue);
  color: white;
}

.button__secondary--dark-blue:disabled {
  background-color: var(--dark-grey);
  border: 1px solid var(--dark-grey);
  color: white !important;
}

.settings_2fa_button_right {
  margin-left: 20px;
}

.disabled {
  color: var(--medium-grey);
}

/*




 █████╗  ██████╗████████╗██╗ ██████╗ ███╗   ██╗███████╗
██╔══██╗██╔════╝╚══██╔══╝██║██╔═══██╗████╗  ██║██╔════╝
███████║██║        ██║   ██║██║   ██║██╔██╗ ██║███████╗
██╔══██║██║        ██║   ██║██║   ██║██║╚██╗██║╚════██║
██║  ██║╚██████╗   ██║   ██║╚██████╔╝██║ ╚████║███████║
╚═╝  ╚═╝ ╚═════╝   ╚═╝   ╚═╝ ╚═════╝ ╚═╝  ╚═══╝╚══════╝

Page actions for users; Some direction for them after the featured page content.




*/

.actions {
  border: 1px solid var(--medium-grey);
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.75);
  width: auto;
  display: grid;
  grid-template-areas:
    "actions-title actions-title"
    "actions-a actions-b";
}

.actions-a {
  grid-area: actions-a;
}

.actions-b {
  grid-area: actions-b;
}

.actions__dl {
  margin-right: 20px;
  /* margin-left: 20px; */
}

.actions__dl dt {
  padding: 10px 0px;
}

table {
  border-collapse: collapse;
  width: 100%;
  border-bottom: 1px solid var(--teal);
}

th,
td {
  text-align: left;
  padding: 8px;
}

thead {
  border-bottom: 1px solid var(--teal);
}

tr:nth-child(even) {
  background-color: white;
}

.selections__filter {
  background-color: var(--teal);
  padding: 1em 1em 0 1em;
  margin: 1em 0 1em 0;
}

.selections__filter > * {
  display: inline-block;
}

.selector__label {
  color: white;
  font-weight: 500;
}
/*








███████╗ ██████╗ ██████╗ ███╗   ███╗███████╗
██╔════╝██╔═══██╗██╔══██╗████╗ ████║██╔════╝
█████╗  ██║   ██║██████╔╝██╔████╔██║███████╗
██╔══╝  ██║   ██║██╔══██╗██║╚██╔╝██║╚════██║
██║     ╚██████╔╝██║  ██║██║ ╚═╝ ██║███████║
╚═╝      ╚═════╝ ╚═╝  ╚═╝╚═╝     ╚═╝╚══════╝

For validation and stuff.






*/

input.button__submit {
  background-color: var(--dark-blue);
  color: white;
  display: inline-block;
  min-width: 200px;
  /* width: 100%; */
  padding: 1rem;
  margin: 20px 10px 0px 0px;
  box-shadow: 2px 2px 6px rgba(25, 25, 25, 0.5);
  cursor: pointer;
  text-align: center;
  border: none;
}

.forgot-password {
  display: inline-block;
  padding: 0 10px;
}

input.button__submit:hover {
  background-color: var(--darkest-blue);
  box-shadow: none;
}

input[type="text"],
input[type="password"],
select[name="country"],
input[type="email"] {
  height: 44px;
  display: inline-block;
  background-color: var(--grey);
  border: 1px solid var(--dark-grey);
  width: 95%;
  padding: 5px 10px;
}

input[type="textarea"] {
  display: inline-block;
  background-color: var(--grey);
  border: 1px solid var(--dark-grey);
  width: 95%;
  padding: 5px 10px;
  min-height: 44px;
  overflow: scroll;
}

textarea {
  overflow: auto;
  width: 95%;
  resize: none;
  padding: 12px 10px;
  background-color: var(--grey);
  border: 1px solid var(--dark-grey);
}

.inline-form input[type="text"],
.inline-form input[type="password"] {
  max-width: 240px;
}

.remember-or-submit input {
  font-size: 0.75rem !important;
  color: var(--medium-grey);
}

select {
  border-radius: 0px !important;
}

/* This messes up the registration page. */

/* input[name=email], input[name=password] {
  margin: 10px 0px;
}  */

.one-line-form input[name="email"] {
  margin: 0;
}

.one-line-form__pw1,
.one-line-form__pw2 {
  margin-right: 1rem;
}

.one-line-form button#fakeSubmit {
  transform: translateY(19px);
}

input[type="text"]:focus,
textarea:focus {
  border: 1px solid var(--teal);
}

input[type="radio"] {
  margin-right: 0.5rem;
}
input[name="userPhoneNumber"] {
  width: 260px;
}

.notify--good {
  background-color: var(--green);
  color: var(--grey);
  display: inline-block;
  margin: 10px 0px;
  padding: 10px;
  width: 100%;
}

.notify--bad {
  background-color: var(--washed-red);
  color: var(--grey);
  display: inline-block;
  margin: 10px 0px;
  padding: 10px;
  width: 100%;
}

label {
  margin-bottom: 10px;
}

.input-label {
  padding-top: 1rem;
  font-weight: bold;
}

.form__build {
  margin-left: 1rem;
}

.form__build .button {
  margin-top: 2rem;
}

.overlay__intro--two > #theOnlyForm > * {
  margin: 0 0 10px 0;
}

.permissions_checkboxes_container {
  grid-column: 1 / span 4;
}

/* permission selection color toggle */
.permissions_checkboxes_container
  > span
  > label
  > input[type="checkbox"]:checked
  + span {
  color: var(--teal);
  font-weight: bold;
}
.permissions_checkboxes_container
  > span
  > label
  > input[type="checkbox"]:checked
  + span
  > i {
  font-weight: bold;
}

.permissions_checkboxes_container
  > span
  > label
  > input[type="checkbox"]
  + span {
  color: gray;
  font-weight: lighter;
  user-select: none;
}
.permissions_checkboxes_container
  > span
  > label
  > input[type="checkbox"]
  + span
  > i {
  font-weight: normal;
}

.permissions_checkboxes_container > span {
  padding-right: 20px;
}

.permissions_checkboxes_container > span > input[type="checkbox"] {
  margin-left: 5px;
}

.toast-item {
  padding: 1rem 0 0 1rem;
}

.toast-item input:first-of-type {
  margin-bottom: 1rem;
}

.please-note {
  font-size: 1rem;
  padding: 1rem;
  border: 1px solid var(--medium-grey);
  background: white;
}

#copy {
  background: var(--grey);
  padding: 7px;
  border: 1px solid var(--medium-grey);
}
/*


██████╗ ███████╗██████╗  ██████╗ ██████╗ ████████╗
██╔══██╗██╔════╝██╔══██╗██╔═══██╗██╔══██╗╚══██╔══╝
██████╔╝█████╗  ██████╔╝██║   ██║██████╔╝   ██║
██╔══██╗██╔══╝  ██╔═══╝ ██║   ██║██╔══██╗   ██║
██║  ██║███████╗██║     ╚██████╔╝██║  ██║   ██║
╚═╝  ╚═╝╚══════╝╚═╝      ╚═════╝ ╚═╝  ╚═╝   ╚═╝



*/

.report {
  display: grid;
  width: 90%;
  margin: 20px auto;
  grid-gap: 3em;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 100px 1fr 20px;
}

.press__overview {
  /* background-color: var(--medium-grey); */
  /* padding-left: -25%; */
}

.modal {
  background-color: orange;
  height: 60px;
  width: 100%;
  display: inline-block;
  color: white;
}

.monitor__image > img,
.logo--report > img {
  width: 100%;
}

.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 30px;
}

.video-thumbnail:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "\f01d";
  font-family: FontAwesome;
  font-size: 100px;
  color: #fff;
  opacity: 0.8;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.video-thumbnail:hover:before {
  color: #eee;
}

.overview__summary {
  background-color: var(--grey);
  display: grid;
  margin: 20px;
  grid-template-columns: repeat(1fr, 3);
  /* grid-template-rows: 1fr 1fr 40px; */
  justify-content: space-between;
  grid-template-areas:
    "title       title        title"
    "hardware    software     network"
    "directions  directions   directions";
  padding: 0.5rem;
}

.overview__directions {
  grid-area: directions;
  padding: 1rem;
}

.summary {
  display: flex;
  flex-direction: column;
  align-content: center;
  border: 1px solid var(--grey);
}

.summary a {
  text-decoration: none;
}
.summary__title {
  grid-area: title;
}

.summary__hardware {
  grid-area: hardware;
}

.summary__software {
  grid-area: software;
}

.summary__network {
  grid-area: network;
}

.summary__alert {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  color: var(--grey);
}

.subtitle__report,
.subtitle__report--h2 {
  display: flex;
  /* padding: 1rem 0; */
  justify-content: space-between;
}

.subtitle__report--h2 {
  border-bottom: 1px solid var(--teal);
}

.ok {
  /* background-color: var(--green); */
  background-image: url(/resources/check-circle-solid.svg);
  content: "ok";
}

.dunno {
  background-image: url(/resources/grey-question.svg);
  content: "dunno";
}

.meh {
  /* background-color: var(--yellow); */
  background-image: url(/resources/exclamation-circle-solid.svg);
  content: "meh";
}

.meh--table {
  background-color: var(--yellow) !important;
}

.uhoh {
  /* background-color: var(--red); */
  background-image: url(/resources/times-circle-solid.svg);
  content: "uhoh";
}

.uhoh--table {
  background-color: var(--red) !important;
}

.overview__menu {
  background-color: var(--teal);
  color: white;
  padding: 1rem 1rem 1rem 6rem;
  margin-left: -100px;
  margin-top: 40px;
}

.overview__menu a {
  color: white;
}

.data__user {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(1fr, 2);
  grid-template-areas:
    "subtitle       subtitle"
    "user-info      ticket-info"
    "ticket-content ticket-content";
}
.announcement__soon {
  display: inline-block;
  color: white;
  background-color: var(--teal);
  padding: 10px;
  margin: 1rem;
  position: relative;
  border-radius: 5px;
}

.data__user > .subtitle--report,
.data__user > .subtitle--report--h2 {
  grid-area: subtitle;
}

.data__user--info {
  grid-area: user-info;
}

.data__ticket--info {
  grid-area: ticket-info;
}

.data__ticket--content {
  grid-area: ticket-content;
}

.data__network {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(1fr, 2);
  grid-template-areas:
    "subtitle   subtitle"
    "key-one    key-two";
}

.data__network > .subtitle--report {
  grid-area: subtitle;
}

.data__one {
  grid-area: key-one;
}

.data__two {
  grid-area: key-two;
}

.data__group {
  padding-bottom: 1rem;
}
dt,
.data__title {
  font-weight: 600;
}

/*

████████╗ ██████╗  ██████╗  ██████╗ ██╗     ███████╗
╚══██╔══╝██╔═══██╗██╔════╝ ██╔════╝ ██║     ██╔════╝
   ██║   ██║   ██║██║  ███╗██║  ███╗██║     █████╗
   ██║   ██║   ██║██║   ██║██║   ██║██║     ██╔══╝
   ██║   ╚██████╔╝╚██████╔╝╚██████╔╝███████╗███████╗
   ╚═╝    ╚═════╝  ╚═════╝  ╚═════╝ ╚══════╝╚══════╝

This is ripped straight from https://codepen.io/egoens/details/lrBHF#forks
*/

/* ON/OFF Switch */
.onoffswitch {
  position: relative;
  width: 55px;
  display: inline-block;
  font-size: 80%;
}
.onoffswitch .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid hsl(0, 0%, 90%);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 0;
}
.onoffswitch .onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.15s ease-in-out;
  -o-transition: margin 0.15s ease-in-out;
  -moz-transition: margin 0.15s ease-in-out;
  transition: margin 0.15s ease-in-out;
}
.onoffswitch .onoffswitch-inner:before,
.onoffswitch .onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 24px;
  padding: 0;
  line-height: 24px;
  font-size: 80%;
  color: hsl(0, 0%, 100%);
  font-weight: normal;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch .onoffswitch-inner:before {
  content: "YES";
  padding-left: 10px;
  background-color: hsl(203, 100%, 39.1569%);
  color: hsl(0, 0%, 100%);
}
.onoffswitch .onoffswitch-inner:after {
  content: "NO";
  padding-right: 10px;
  background-color: hsl(0, 0%, 98%);
  color: hsl(0, 0%, 24%);
  text-align: right;
}
.onoffswitch .onoffswitch-switch {
  width: 22px;
  height: 22px;
  margin: 0;
  background: hsl(0, 0%, 100%);
  box-shadow: 2px 2px 6px rgba(25, 25, 25, 0.5);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 35px;
  -webkit-transition: right 0.15s ease-in-out;
  -o-transition: right 0.15s ease-in-out;
  -moz-transition: right 0.15s ease-in-out;
  transition: right 0.15s ease-in-out;
}
.toggle-group {
  position: relative;
  height: 27px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  top: 50%;
  /* left: 20px; */
  margin-top: 0.5em;
}
.toggle-group input[type="checkbox"] {
  position: absolute;
  left: 10px;
}
.toggle-group
  input[type="checkbox"]:checked
  ~ .onoffswitch
  .onoffswitch-label
  .onoffswitch-inner {
  margin-left: 0;
}
.toggle-group
  input[type="checkbox"]:checked
  ~ .onoffswitch
  .onoffswitch-label
  .onoffswitch-switch {
  right: 1px;
  box-shadow: 2px 2px 6px rgba(25, 25, 25, 0.5);
}
.toggle-group input[type="checkbox"]:focus ~ .onoffswitch {
  outline: thin dotted #333;
  outline: 0;
}
.toggle-group label {
  position: absolute;
  cursor: pointer;
  padding-left: 65px;
  display: inline-block;
  text-align: left;
  line-height: 24px;
  width: 100%;
  z-index: 1;
  height: 24px;
  font-weight: 200;
}
/* ==== Accessibility ===== */
.aural {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.aural:focus {
  clip: rect(0, 0, 0, 0);
  font-size: 1em;
  height: auto;
  outline: thin dotted;
  position: static !important;
  width: auto;
  overflow: visible;
}

/*





███████╗ ██████╗  ██████╗ ████████╗███████╗██████╗
██╔════╝██╔═══██╗██╔═══██╗╚══██╔══╝██╔════╝██╔══██╗
█████╗  ██║   ██║██║   ██║   ██║   █████╗  ██████╔╝
██╔══╝  ██║   ██║██║   ██║   ██║   ██╔══╝  ██╔══██╗
██║     ╚██████╔╝╚██████╔╝   ██║   ███████╗██║  ██║
╚═╝      ╚═════╝  ╚═════╝    ╚═╝   ╚══════╝╚═╝  ╚═╝



*/

.footer {
  border-top: 1px solid var(--grey);
  /* margin-top: 5px; */
  padding: 5px;
  grid-area: footer;
}

/* 

██████╗ ██╗      ██████╗  ██████╗██╗  ██╗██╗  ██╗   ██╗
██╔══██╗██║     ██╔═══██╗██╔════╝██║ ██╔╝██║  ╚██╗ ██╔╝
██████╔╝██║     ██║   ██║██║     █████╔╝ ██║   ╚████╔╝ 
██╔══██╗██║     ██║   ██║██║     ██╔═██╗ ██║    ╚██╔╝  
██████╔╝███████╗╚██████╔╝╚██████╗██║  ██╗███████╗██║   
╚═════╝ ╚══════╝ ╚═════╝  ╚═════╝╚═╝  ╚═╝╚══════╝╚═╝   
                                                        */

.editor_view {
  overflow: auto;
  height: 100%;
  width: 100%;
  float: left;
  display: block;
  padding: 10px;
  margin: 0px;
  box-sizing: border-box;
}

.editor__buttons {
  display: flex;
  width: 100%;
}

.editor__buttons > *,
.center__buttons > * {
  margin-right: 10px;
}

#blockmirror-editor {
  display: block;
}

.tablink {
  float: left;
}

.tablink:hover {
  background-color: #777;
  color: white !important;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  display: none;
  /* padding: 20px 20px; */
  height: 100%;
}

.editor__container {
  display: block;
  position: relative;
  resize: none;
  overflow-y: hidden;
  grid-column: 1/3;
  font-size: 12px;
  height: 80vh;
}

#testCode {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* grid-template-rows: repeat(6, 1fr); */
}

.testCode__fields #environment > * {
  display: flex;
  width: 100%;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

#environment {
  margin-right: 1rem;
}
#environment input {
  resize: vertical;
  overflow: auto;
}

#environment > div > span {
  display: inline-block;
  text-align: right;
  width: 200px;
  margin-right: 5px;
  font-weight: 600;
}

#output_elm {
  min-height: 350px;
  overflow: auto;
}

.center__buttons {
  /* width: 100%; */
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
  margin: auto;
}

.center__buttons button {
  margin: 10px;
}

.intro__editor {
  display: grid;
  grid-template-columns: 3fr 1fr;
}

.editor__wide {
  grid-row: 3 / 4; /* 6 */
  grid-column: 1/ 3;
}

.intro__editor p {
  padding-right: 2rem;
}
