@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Open+Sans:ital,wght@0,400;0,700;1,400&display=swap");

*,
*::after,
*::before {
  /*margin: 0;*/
  /*padding: 0;*/
  box-sizing: inherit; }

body {
  box-sizing: border-box;
  overflow-x: hidden; }

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
/*
0 - 400px:      iPhone Small (phone)
400 - 600px:    Phone (phone)
600 - 900px:    Tablet Portrait (tab-port)
900 - 1200px:   Tablet Landscape (tab-land)
1200 - 1800px:  Desktop (This is where our normal styles apply)
1800+           Large Desktop (desktop)
 */

.page-template-wiz-plugin-php .grid-container {
  max-width: none;
}

#quote-app.app-container {
  line-height: 1.7;
  box-sizing: border-box; }

#quote-app.app-container *,
#quote-app.app-container *::after,
#quote-app.app-container *::before {
  /*margin: 0;*/
  /*padding: 0;*/
  box-sizing: inherit;
  transition: all .2s ease-in;
  user-select: auto;
  /*color: inherit; */
}

#quote-app.app-container h1 {
  font-size: 2.4rem; }

#quote-app.app-container h2 {
  font-size: 2.4rem; }

#quote-app.app-container h3 {
  font-size: 2.2rem; }

#quote-app.app-container h4 {
  font-size: 1.8rem; }

#quote-app.app-container h5 {
  font-size: 1.6rem; }

#quote-app.app-container h6 {
  font-size: 1.2rem; }

#quote-app.app-container p, #quote-app.app-container a, #quote-app.app-container button {
  font-size: 1.6rem; }

#quote-app.app-container ul {
  list-style: none; }

#quote-app.app-container button {
  border: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  color: #457AAC; }
  #quote-app.app-container button:hover {
    background-image: linear-gradient(rgb(0 0 0/30%) 0 0);
  }
  #quote-app.app-container button:focus {
    outline: none; }

#quote-app.app-container button:disabled {
  cursor: not-allowed;
}

#quote-app.app-container input[type="checkbox"],
#quote-app.app-container input[type="email"],
#quote-app.app-container input[type="number"],
#quote-app.app-container input[type="password"],
#quote-app.app-container input[type="radio"],
#quote-app.app-container input[type="text"],
#quote-app.app-container select,
#quote-app.app-container textarea {
  border: none;
  color: inherit;
  font-size: 1.6rem;
  font-weight: 400;
  user-select: text;
  box-shadow: none;
  padding: 10px;
}
  #quote-app.app-container input[type="checkbox"]::placeholder, #quote-app.app-container input[type="checkbox"]::placeholder-shown, #quote-app.app-container input[type="checkbox"]:placeholder-shown, #quote-app.app-container input[type="checkbox"]:placeholder,
  #quote-app.app-container input[type="email"]::placeholder,
  #quote-app.app-container input[type="email"]::placeholder-shown,
  #quote-app.app-container input[type="email"]:placeholder-shown,
  #quote-app.app-container input[type="email"]:placeholder,
  #quote-app.app-container input[type="number"]::placeholder,
  #quote-app.app-container input[type="number"]::placeholder-shown,
  #quote-app.app-container input[type="number"]:placeholder-shown,
  #quote-app.app-container input[type="number"]:placeholder,
  #quote-app.app-container input[type="password"]::placeholder,
  #quote-app.app-container input[type="password"]::placeholder-shown,
  #quote-app.app-container input[type="password"]:placeholder-shown,
  #quote-app.app-container input[type="password"]:placeholder,
  #quote-app.app-container input[type="radio"]::placeholder,
  #quote-app.app-container input[type="radio"]::placeholder-shown,
  #quote-app.app-container input[type="radio"]:placeholder-shown,
  #quote-app.app-container input[type="radio"]:placeholder,
  #quote-app.app-container input[type="text"]::placeholder,
  #quote-app.app-container input[type="text"]::placeholder-shown,
  #quote-app.app-container input[type="text"]:placeholder-shown,
  #quote-app.app-container input[type="text"]:placeholder,
  #quote-app.app-container select::placeholder,
  #quote-app.app-container select::placeholder-shown,
  #quote-app.app-container select:placeholder-shown,
  #quote-app.app-container select:placeholder,
  #quote-app.app-container textarea::placeholder,
  #quote-app.app-container textarea::placeholder-shown,
  #quote-app.app-container textarea:placeholder-shown,
  #quote-app.app-container textarea:placeholder {
    color: rgba(51, 51, 51, 0.5); }
  #quote-app.app-container input[type="checkbox"]:focus,
  #quote-app.app-container input[type="email"]:focus,
  #quote-app.app-container input[type="number"]:focus,
  #quote-app.app-container input[type="password"]:focus,
  #quote-app.app-container input[type="radio"]:focus,
  #quote-app.app-container input[type="text"]:focus,
  #quote-app.app-container select:focus,
  #quote-app.app-container textarea:focus {
    outline: none; }

#quote-app.app-container label p {
  font-weight: 400; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(51, 51, 51, 0.4);
  opacity: 1;
  /* Firefox */ }

body {
  background-color: #fff; }
  @media print {
    html {
      font-size: 8pt;
      zoom: 1 !important;
    }
    body {
      background-color: #fff;
    } }
  body.switcher-alter {
    overflow: hidden;
    height: 100vh;
    width: 100vw; }

#quote-app.app-container a, #quote-app.app-container a:link, #quote-app.app-container a:visited {
  color: #457AAC;
  text-decoration: none; }
  /*#quote-app.app-container a:hover, #quote-app.app-container a:link:hover, #quote-app.app-container a:visited:hover {*/
  /*  opacity: .8;*/
  /*}*/

#quote-app.app-container input[type="checkbox"],
#quote-app.app-container input[type="radio"] {
  cursor: pointer; }

@media (max-width: 600px) {
  #wpadminbar {
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0; } }

.page-title-cont.page-title-cont-img.page-title-big.grey-light-bg.small-header,
.page-section.nl-cont {
  display: none; }

#nav.header.header-1.affix {
  position: relative; }

#quote-app.app-container {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  color: #333;
}

#quote-app.app-container h1, #quote-app.app-container h2, #quote-app.app-container h3, #quote-app.app-container h4 {
  font-family: "Lato", Arial, sans-serif;
}

#quote-app.app-container h1,
#quote-app.app-container h2,
#quote-app.app-container h3,
#quote-app.app-container h4,
#quote-app.app-container h5,
#quote-app.app-container h6,
#quote-app.app-container p {
  margin: 0;
  padding: 0;
  color: inherit;
}

#quote-app.app-container a, #quote-app.app-container a:link, #quote-app.app-container a:visited {
  color: #457AAC;
  text-decoration: none; }
  #quote-app.app-container a:hover, #quote-app.app-container a:link:hover, #quote-app.app-container a:visited:hover {
    /*opacity: .8; */
  }

#quote-app.app-container ul {
  list-style: none; }

#quote-app.app-container input[type=checkbox],
#quote-app.app-container input[type=color],
#quote-app.app-container input[type=date],
#quote-app.app-container input[type=datetime-local],
#quote-app.app-container input[type=datetime],
#quote-app.app-container input[type=email],
#quote-app.app-container input[type=month],
#quote-app.app-container input[type=number],
#quote-app.app-container input[type=password],
#quote-app.app-container input[type=radio],
#quote-app.app-container input[type=search],
#quote-app.app-container input[type=tel],
#quote-app.app-container input[type=text],
#quote-app.app-container input[type=time],
#quote-app.app-container input[type=url],
#quote-app.app-container input[type=week],
#quote-app.app-container select,
#quote-app.app-container textarea {
  border: none;
  color: inherit; }
  #quote-app.app-container input[type=checkbox]::placeholder, #quote-app.app-container input[type=checkbox]::placeholder-shown,
  #quote-app.app-container input[type=color]::placeholder,
  #quote-app.app-container input[type=color]::placeholder-shown,
  #quote-app.app-container input[type=date]::placeholder,
  #quote-app.app-container input[type=date]::placeholder-shown,
  #quote-app.app-container input[type=datetime-local]::placeholder,
  #quote-app.app-container input[type=datetime-local]::placeholder-shown,
  #quote-app.app-container input[type=datetime]::placeholder,
  #quote-app.app-container input[type=datetime]::placeholder-shown,
  #quote-app.app-container input[type=email]::placeholder,
  #quote-app.app-container input[type=email]::placeholder-shown,
  #quote-app.app-container input[type=month]::placeholder,
  #quote-app.app-container input[type=month]::placeholder-shown,
  #quote-app.app-container input[type=number]::placeholder,
  #quote-app.app-container input[type=number]::placeholder-shown,
  #quote-app.app-container input[type=password]::placeholder,
  #quote-app.app-container input[type=password]::placeholder-shown,
  #quote-app.app-container input[type=radio]::placeholder,
  #quote-app.app-container input[type=radio]::placeholder-shown,
  #quote-app.app-container input[type=search]::placeholder,
  #quote-app.app-container input[type=search]::placeholder-shown,
  #quote-app.app-container input[type=tel]::placeholder,
  #quote-app.app-container input[type=tel]::placeholder-shown,
  #quote-app.app-container input[type=text]::placeholder,
  #quote-app.app-container input[type=text]::placeholder-shown,
  #quote-app.app-container input[type=time]::placeholder,
  #quote-app.app-container input[type=time]::placeholder-shown,
  #quote-app.app-container input[type=url]::placeholder,
  #quote-app.app-container input[type=url]::placeholder-shown,
  #quote-app.app-container input[type=week]::placeholder,
  #quote-app.app-container input[type=week]::placeholder-shown,
  #quote-app.app-container select::placeholder,
  #quote-app.app-container select::placeholder-shown,
  #quote-app.app-container textarea::placeholder,
  #quote-app.app-container textarea::placeholder-shown {
    color: rgba(51, 51, 51, 0.5); }

@keyframes loading-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes changeDots {
  10% {
    content: "⠙"; }
  20% {
    content: "⠹"; }
  30% {
    content: "⠸"; }
  40% {
    content: "⠼"; }
  50% {
    content: "⠴"; }
  60% {
    content: "⠦"; }
  70% {
    content: "⠧"; }
  80% {
    content: "⠇"; }
  90% {
    content: "⠏"; } }

#quote-app.app-container {
  width: 100vw;
  margin-bottom: 5rem;
}
  #quote-app.app-container > .container-class {
    width: 100%;
    min-height: calc(100vh - 20rem); }
  #quote-app.app-container.admin-side {
    padding: 10rem; }
    @media (max-width: 900px) {
      #quote-app.app-container.admin-side {
        padding: 8rem 5rem; } }
    @media (max-width: 600px) {
      #quote-app.app-container.admin-side {
        padding: 4.5rem 0; } }
  @media (max-width: 900px) {
    #quote-app.app-container.client-side {
      min-height: 70vh; } }
  @media (max-width: 900px) {
    #quote-app.app-container.client-side {
      min-height: 621px; } }

.u-header {
  font-weight: 300; }

.u-accent {
  color: #457AAC; }

.u-bold {
  font-weight: bold; }

.u-italic {
  font-style: italic; }

.u-caps {
  text-transform: uppercase; }

.u-lower {
  text-transform: lowercase; }

.u-largest {
  font-size: 6rem; }

.u-xxxl {
  font-size: 4.8rem; }

.u-xxl {
  font-size: 3.8rem; }

.u-xl {
  font-size: 3.2rem; }

.u-lg {
  font-size: 2.4rem; }

.u-md {
  font-size: 2rem; }

.u-sm {
  font-size: 1.6rem; }

.u-xs {
  font-size: 1.4rem; }

.u-xxs {
  font-size: 1.2rem; }

.u-xxxs {
  font-size: 1rem; }

.u-smallest {
  font-size: 0.8rem; }

container .u-btn {
  padding: 2rem; }

#quote-app.app-container .prompt {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000000;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(238, 238, 238, 0.92);
  transition: all .4s ease-in;
  --field-color: rgb(241, 241, 241);
  --field-height: 4.5rem; }
  #quote-app.app-container .prompt > span {
    display: block;
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent; }
  #quote-app.app-container .prompt__window {
    position: relative;
    padding: 6rem 8rem;
    width: 40vw;
    max-height: 80vh;
    overflow-y: scroll;
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0 1px 1.4px rgba(0, 0, 0, 0.028), 0 2.3px 3.3px rgba(0, 0, 0, 0.04), 0 4.4px 6.3px rgba(0, 0, 0, 0.05), 0 7.8px 11.2px rgba(0, 0, 0, 0.06), 0 14.6px 20.9px rgba(0, 0, 0, 0.072), 0 35px 50px rgba(0, 0, 0, 0.1); }
    @media (max-width: 1400px) {
      #quote-app.app-container .prompt__window {
        width: 60vw; } }
    @media (max-width: 900px) {
      #quote-app.app-container .prompt__window {
        width: 75vw; } }
    @media (max-width: 767px) {
      #quote-app.app-container .prompt {
        width: 100%;
        height: 100%;
      }
      #quote-app.app-container .prompt__window {
        width: 95vw;
        padding: 5rem 2.5rem 3rem 2.5rem; }
    }
  #quote-app.app-container .prompt__content {
    margin-bottom: 2rem; }
  #quote-app.app-container .prompt__title {
    font-weight: 300;
    color: #457AAC;
    font-size: 3.2rem;
    line-height: 1.25; }
  #quote-app.app-container .prompt__text {
    margin-top: 1.5rem; }
  #quote-app.app-container .prompt__buttons {
    margin-top: 10rem;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 600px) {
      #quote-app.app-container .prompt__buttons {
        margin-top: 5rem;
        flex-direction: column;
        justify-content: stretch; } }
  #quote-app.app-container .prompt__button {
    padding: 1rem;
    text-transform: uppercase;
    letter-spacing: .15rem;
    color: #fff;
    background-color: #444;
    border-radius: .2rem;
    font-size: 1.2rem;
    border: 2px solid #333; }
    #quote-app.app-container .prompt__button > * {
      pointer-events: none; }
    @media (max-width: 600px) {
      #quote-app.app-container .prompt__button {
        margin-bottom: 1rem;
        display: block;
        width: 100%;
        text-align: center; } }
  #quote-app.app-container .prompt__cancel {
    flex-grow: 1; }
    #quote-app.app-container .prompt__cancel .prompt__button {
      background-color: transparent;
      border: 2px solid #ce5555;
      color: #ce5555; }
      #quote-app.app-container .prompt__cancel .prompt__button:hover {
        border-color: transparent;
        background-color: #ce5555;
        color: #fff; }
  #quote-app.app-container .prompt__confirm .prompt__button {
    background-color: #457AAC;
    border: 2px solid #457AAC; }
#quote-app.app-container .prompt__confirm .prompt__button:hover {
  border-color: transparent;
}
  #quote-app.app-container .prompt__extras .prompt__button {
    margin-right: 2rem; }
  #quote-app.app-container .prompt__divider {
    border: none;
    width: 7rem;
    height: .5rem;
    margin: 1rem 0 3rem 0;
    background-color: #457AAC; }

  #quote-app.app-container .fixture-label {
    background-color: #eee;
    padding: 5px;
    margin-top: 10px;
  }

  #quote-app.app-container .copy-label {
    padding-left: 0;
  }

  #quote-app.app-container .prompt__input > p {
    margin-bottom: 1rem; }
  #quote-app.app-container .prompt__input > input[type="text"], #quote-app.app-container .prompt__input > input[type="email"] {
    display: block;
    padding: 1rem 0;
    border-bottom: 0.3rem solid #333;
    width: 75%;
    color: #333; }
    #quote-app.app-container .prompt__input > input[type="text"]:focus, #quote-app.app-container .prompt__input > input[type="email"]:focus {
      border-color: #457AAC;
      color: #457AAC; }
    #quote-app.app-container .prompt__input > input[type="text"]:invalid, #quote-app.app-container .prompt__input > input[type="email"]:invalid {
      border-color: #ce5555;
      color: #333; }
  #quote-app.app-container .prompt__select {
    display: grid;
    grid-row-gap: 1rem;
    grid-column-gap: 2rem; }

#quote-app.app-container .toast {
  position: fixed;
  bottom: -10rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100000000000;
  padding: 2rem 5rem;
  min-width: 25vw;
  max-width: 40vw;
  text-align: center;
  border-radius: .5rem;
  background-color: #333;
  color: #fff;
  transition: opacity .2s ease-in .1s, bottom .4s ease-in;
  --y-trans: 10rem;
  box-shadow: 0 1.1px 1.4px rgba(0, 0, 0, 0.035), 0 3.1px 3.9px rgba(0, 0, 0, 0.05), 0 7.5px 9.3px rgba(0, 0, 0, 0.065), 0 25px 31px rgba(0, 0, 0, 0.1); }
  @media (max-width: 600px) {
    #quote-app.app-container .toast {
      max-width: 100vw;
      width: 95vw;
      padding: 1rem 2rem;
      --y-trans: 3rem; } }

#quote-app.app-container .loader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  #quote-app.app-container .loader.full {
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background-color: #fff; }
  #quote-app.app-container .loader.error .loader__dots {
    color: #ce5555; }
  #quote-app.app-container .loader__dots {
    color: #457AAC;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem; }
    #quote-app.app-container .loader__dots::after {
      animation: changeDots .8s linear infinite;
      display: block;
      content: "⠋";
      font-size: 12rem; }
  #quote-app.app-container .loader__alert {
    height: 0;
    max-width: 45rem;
    text-align: center;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  #quote-app.app-container .loader__message {
    font-size: 1.8rem;
    line-height: 3rem; }
  #quote-app.app-container .loader__message {
    transition: all .5s ease-in; }

#quote-app.app-container .radio-check {
  display: flex;
  cursor: pointer;
  margin-bottom: 10px;
}
  #quote-app.app-container .radio-check > p {
    line-height: 2rem;
    margin-left: 1rem; }
  #quote-app.app-container .radio-check span {
    position: relative;
    height: 2rem;
    width: 2rem;
    border: 0.3rem solid #333;
    display: flex;
    justify-content: center;
    align-items: center; }
    #quote-app.app-container .radio-check span::after {
      content: ''; }
  #quote-app.app-container .radio-check input[type="radio"], #quote-app.app-container .radio-check input[type="checkbox"] {
    display: none; }
  #quote-app.app-container .radio-check input[type="radio"] + span::after {
    height: .8rem;
    width: .8rem;
    border-radius: 50%;
    background-color: #457AAC;
    transform: scale(0);
    opacity: 0; }
  #quote-app.app-container .radio-check input[type="checkbox"] + span::after {
    height: 1rem;
    width: .6rem;
    border-bottom: 0.3rem solid #457AAC;
    border-right: 0.3rem solid #457AAC;
    transform: rotate(45deg) translateY(-0.1rem) scale(0);
    opacity: 0; }
  #quote-app.app-container .radio-check input[type="radio"] + span {
    border-radius: 50%; }
  #quote-app.app-container .radio-check input[type="checkbox"] + span {
    border-radius: .3rem; }
  #quote-app.app-container .radio-check input[type="radio"]:checked + span {
    border-color: #457AAC; }
    #quote-app.app-container .radio-check input[type="radio"]:checked + span::after {
      transform: scale(1);
      opacity: 1; }
  #quote-app.app-container .radio-check input[type="checkbox"]:checked + span {
    border-color: #457AAC; }
    #quote-app.app-container .radio-check input[type="checkbox"]:checked + span::after {
      transform: rotate(45deg) translateY(-0.1rem) scale(1);
      opacity: 1; }

#quote-app.app-container .launcher {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000000;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(238, 238, 238, 0.93);
  transition: all .4s ease-in; }
  #quote-app.app-container .launcher > span {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent; }
  #quote-app.app-container .launcher__close {
    position: absolute;
    top: 6rem;
    right: 6rem;
    z-index: 10000;
    height: 6rem;
    width: 6rem;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 1.1px 1.4px rgba(0, 0, 0, 0.035), 0 3.1px 3.9px rgba(0, 0, 0, 0.05), 0 7.5px 9.3px rgba(0, 0, 0, 0.065); }
    #quote-app.app-container .launcher__close i.material-icons {
      pointer-events: none; }
    @media (max-width: 600px) {
      #quote-app.app-container .launcher__close {
        height: 5rem;
        width: 5rem;
        top: 3rem;
        right: 3rem;
        background-color: transparent;
        box-shadow: none; } }
    #quote-app.app-container .launcher__close:hover {
      transform: translateY(-2px);
      box-shadow: 0 1.1px 1.4px rgba(0, 0, 0, 0.035), 0 3.1px 3.9px rgba(0, 0, 0, 0.05), 0 7.5px 9.3px rgba(0, 0, 0, 0.065), 0 15px 20px rgba(0, 0, 0, 0.1); }
      #quote-app.app-container .launcher__close:hover i.material-icons {
        transform: scale(1.1); }
  #quote-app.app-container .launcher__window {
    width: 100rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center; }
    @media (max-width: 1200px) {
      #quote-app.app-container .launcher__window {
        width: 90rem; } }
    @media (max-width: 900px) {
      #quote-app.app-container .launcher__window {
        width: 60rem;
        grid-template-columns: 1fr;
        justify-items: center; } }
    @media (max-width: 600px) {
      #quote-app.app-container .launcher__window {
        width: 100vw;
        height: 100vh;
        grid-template-rows: repeat(2, 1fr); } }
  #quote-app.app-container .launcher__wizard {
    padding: 6rem;
    transform: translate(1rem, 0);
    z-index: 1;
    --launcher-card-bg: #fff;
    --launcher-primary: #457AAC;
    --launcher-secondary: #333;
    --launcher-shadow:
            0 1px 9.6px rgba(0, 0, 0, 0.031),
            0 2.6px 16.3px rgba(0, 0, 0, 0.044),
            0 5.3px 20px rgba(0, 0, 0, 0.056),
            0 11px 22.1px rgba(0, 0, 0, 0.069),
            0 30px 81px rgba(0, 0, 0, 0.1)
        ; }
    @media (max-width: 900px) {
      #quote-app.app-container .launcher__wizard {
        transform: translate(0, 1rem);
      }
    }
  #quote-app.app-container .launcher__template {
    padding: 6rem;
    transform: translate(-1rem, 0);
    z-index: 0;
    --launcher-card-bg: #457AAC;
    --launcher-primary: #223648;
    --launcher-secondary: rgba(255, 255, 255, 0.75);
    --launcher-shadow:
            0 0.9px 2.3px rgba(0, 0, 0, 0.02),
            0 7px 18px rgba(0, 0, 0, 0.04)
        ; }
    @media (max-width: 900px) {
      #quote-app.app-container .launcher__template {
        transform: translate(0, -1rem);
        width: calc(100% - 6rem);
      }
    }
    @media (max-width: 600px) {
      #quote-app.app-container .launcher__template {
        height: 100%;
        width: 100%; } }
  #quote-app.app-container .launcher__card {
    width: 100%;
    overflow: hidden;
    border-radius: .5rem;
    position: relative;
    background-color: var(--launcher-card-bg);
    box-shadow: var(--launcher-shadow); }
    @media (max-width: 600px) {
      #quote-app.app-container .launcher__card {
        height: 100%;
        width: 100%;
        transform: translate(0, 0);
        border-radius: 0;
        box-shadow: none;
        padding: 4rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start; } }
  #quote-app.app-container .launcher__title {
    text-transform: uppercase;
    letter-spacing: .2em;
    color: var(--launcher-primary);
    font-weight: 400; }
  #quote-app.app-container .launcher__subtitle {
    font-family: "Open Sans", Arial, sans-serif;
    color: var(--launcher-secondary);
    font-style: italic;
    font-weight: 400; }
  #quote-app.app-container .launcher__divider {
    margin: 2.5rem 0;
    display: block;
    height: .3rem;
    width: 8rem;
    border: none;
    background-color: var(--launcher-primary); }
    @media (max-width: 400px) {
      #quote-app.app-container .launcher__divider {
        margin: .5rem 0;
        background-color: transparent; } }
  #quote-app.app-container .launcher__text {
    line-height: 2;
    margin-bottom: 3rem;
    color: var(--launcher-secondary); }
    @media (max-width: 400px) {
      #quote-app.app-container .launcher__text {
        line-height: 1.7;
        margin-bottom: 2rem; } }
  #quote-app.app-container .launcher__button {
    padding: 1rem 2.5rem;
    background-color: transparent;
    border: 2px solid var(--launcher-primary);
    border-radius: .3rem;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: var(--launcher-primary);
    font-weight: bold;
    font-size: 1.2rem; }
    #quote-app.app-container .launcher__button:hover {
      opacity: 1;
      color: #fff;
      background-color: var(--launcher-primary); }

#quote-app.app-container .launcher__template .launcher__button {
  color: #fff;
  border-color: #fff;
}

#quote-app.app-container .launcher__template .launcher__button:hover {
  background-color: #fff;
  background-image: none;
  color: #000;
}


#quote-app.app-container .slideover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000;
  height: 100vh;
  width: 100vw;
  background-color: #457AAC;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 1.2s cubic-bezier(0.86, 0, 0.07, 1); }
  #quote-app.app-container .slideover__content {
    text-align: center;
    max-width: 90rem; }
    @media (max-width: 600px) {
      #quote-app.app-container .slideover__content {
        padding: 1.5rem; } }
    #quote-app.app-container .slideover__content h2 {
      font-size: 6rem;
      font-weight: 300;
      line-height: 1; }
      @media (max-width: 1400px) {
        #quote-app.app-container .slideover__content h2 {
          font-size: 4.8rem; } }
      @media (max-width: 1200px) {
        #quote-app.app-container .slideover__content h2 {
          font-size: 3.8rem; } }
      @media (max-width: 900px) {
        #quote-app.app-container .slideover__content h2 {
          font-size: 3.2rem; } }
    #quote-app.app-container .slideover__content hr {
      display: block;
      margin: 3rem auto;
      width: 15rem;
      height: .5rem;
      border: none;
      background-color: currentColor;
      opacity: .75; }
    #quote-app.app-container .slideover__content h3 {
      font-weight: 400;
      line-height: 1; }
  #quote-app.app-container .slideover__progress {
    --initial: 50rem;
    --final: 120rem;
    position: absolute;
    top: 0;
    height: 100vh;
    background-color: #fff;
    opacity: .1; }

#quote-app.app-container .attachz {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000000;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(238, 238, 238, 0.92);
  transition: all .4s ease-in;
  --field-color: rgb(241, 241, 241); }
  #quote-app.app-container .attachz > span {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent; }
  #quote-app.app-container .attachz__window {
    position: relative;
    display: block;
    padding: 2rem 3rem;
    width: 40vw;
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0 1px 1.4px rgba(0, 0, 0, 0.028), 0 2.3px 3.3px rgba(0, 0, 0, 0.04), 0 4.4px 6.3px rgba(0, 0, 0, 0.05), 0 7.8px 11.2px rgba(0, 0, 0, 0.06), 0 14.6px 20.9px rgba(0, 0, 0, 0.072), 0 35px 50px rgba(0, 0, 0, 0.1); }
    @media (max-width: 1400px) {
      #quote-app.app-container .attachz__window {
        width: 50vw; } }
    @media (max-width: 900px) {
      #quote-app.app-container .attachz__window {
        width: 75vw; } }
    @media (max-width: 600px) {
      #quote-app.app-container .attachz__window {
        width: 95vw;
        padding: 5rem 2.5rem 3rem 2.5rem; } }
  #quote-app.app-container .attachz__close {
    cursor: pointer;
    height: 4.4rem;
    width: 4.4rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    #quote-app.app-container .attachz__close i.material-icons {
      pointer-events: none;
      font-size: 3.2rem; }
    #quote-app.app-container .attachz__close:hover {
      opacity: .5; }
  #quote-app.app-container .attachz__dropzone {
    width: 100%;
    border-radius: .5rem;
    margin: 2rem 0;
    padding: 6rem;
    display: flex;
    flex-direction: column;
    align-items: center; }
    #quote-app.app-container .attachz__dropzone.dragging {
      background-color: rgba(69, 122, 172, 0.2); }
    #quote-app.app-container .attachz__dropzone > i.material-icons {
      font-size: 8rem;
      pointer-events: none;
      opacity: .25; }
    #quote-app.app-container .attachz__dropzone label {
      display: block;
      margin-top: 3rem;
      text-transform: uppercase;
      font-size: 1.4rem;
      letter-spacing: .15em;
      font-weight: 400;
      margin-bottom: 4rem; }
      #quote-app.app-container .attachz__dropzone label span {
        color: #457AAC;
        cursor: pointer; }
  #quote-app.app-container .attachz__flex-row {
    display: flex;
    justify-content: flex-end; }
  #quote-app.app-container .attachz__upload {
    padding: 1.2rem 2rem;
    text-transform: uppercase;
    letter-spacing: .15rem;
    color: #fff;
    background-color: #444;
    border-radius: .2rem;
    font-size: 1.2rem; }
  #quote-app.app-container .attachz__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 4rem;
    width: 100%; }
  #quote-app.app-container .attachz__item {
    padding: 2rem;
    position: relative;
    background-color: var(--field-color);
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #quote-app.app-container .attachz__item > i.material-icons {
      font-size: 3.8rem;
      color: #457AAC; }
    #quote-app.app-container .attachz__item img {
      display: block;
      width: 80%; }
    #quote-app.app-container .attachz__item p {
      margin-top: 1rem;
      font-size: 1.2rem;
      line-height: 1.3; }
    #quote-app.app-container .attachz__item-close {
      position: absolute;
      top: -1.25rem;
      right: -1.25rem;
      height: 2.5rem;
      width: 2.5rem;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #444;
      color: #fff;
      border-radius: 50%;
      cursor: pointer; }
      #quote-app.app-container .attachz__item-close i.material-icons {
        font-size: 1.8rem;
        pointer-events: none; }
      #quote-app.app-container .attachz__item-close:hover {
        background-color: #ce5555; }

#quote-app.app-container .dashboard {
  --btn-size: 6rem;
  --def-shadow:
        0 0.3px 1.5px rgba(0, 0, 0, 0.028),
        0 0.7px 2.7px rgba(0, 0, 0, 0.04),
        0 1.4px 3.4px rgba(0, 0, 0, 0.05),
        0 2.5px 3.8px rgba(0, 0, 0, 0.06),
        0 4.6px 4.2px rgba(0, 0, 0, 0.072),
        0 11px 15px rgba(0, 0, 0, 0.1)
    ; }
  #quote-app.app-container .dashboard__sidebar {
    position: fixed;
    top: 125px;
    left: 0;
    height: 100vh;
    width: 20rem;
    display: flex;
    flex-direction: column;
    transition: opacity .2s ease-out, transform .3s ease-in;
    overflow: scroll;
  }
    @media (max-width: 600px) {
      #quote-app.app-container .dashboard__sidebar {
        display: none;
      }
    }

    #quote-app.app-container .dashboard__sidebar .dashboard__new {
      position: relative;
      margin: 0 auto 1rem auto; }
    #quote-app.app-container .dashboard__sidebar .dashboard__settings {
      position: relative;
      margin: 1rem auto 0 auto;
      background-color: #444;
      justify-self: flex-end; }
      #quote-app.app-container .dashboard__sidebar .dashboard__settings:hover {
        width: 14rem; }
    #quote-app.app-container .dashboard__sidebar .dashboard__filter {
      margin: 0 auto;
      cursor: pointer; }
      #quote-app.app-container .dashboard__sidebar .dashboard__filter h6 {
        top: 1rem;
        right: 1rem; }
      #quote-app.app-container .dashboard__sidebar .dashboard__filter p, #quote-app.app-container .dashboard__sidebar .dashboard__filter i.material-icons {
        color: #333; }
      #quote-app.app-container .dashboard__sidebar .dashboard__filter.active p, #quote-app.app-container .dashboard__sidebar .dashboard__filter.active i.material-icons, #quote-app.app-container .dashboard__sidebar .dashboard__filter:hover p, #quote-app.app-container .dashboard__sidebar .dashboard__filter:hover i.material-icons {
        color: #457AAC; }
      #quote-app.app-container .dashboard__sidebar .dashboard__filter.active:hover {
        opacity: .75; }
    #quote-app.app-container .dashboard__sidebar > span {
      display: block;
      position: absolute;
      right: 0;
      top: 12%;
      height: 7rem;
      width: 3px;
      background-color: #457AAC; }
    #quote-app.app-container .dashboard__sidebar::before {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      top: 12%;
      height: 76%;
      width: 3px;
      background-color: #c9c9c9;
      opacity: .5; }
  #quote-app.app-container .dashboard__body {
    padding: 0 5rem 0 5rem;
    min-height: 110vh;
    transition: all .4s ease-in;
    max-width: 1200px;
    margin: 0 auto;
  }
    @media (max-width: 1520px) {
      #quote-app.app-container .dashboard__body {
        padding: 0 10rem; } }
    @media (max-width: 1200px) {
      #quote-app.app-container .dashboard__body {
        padding: 0 7rem; } }
    @media (max-width: 900px) {
      #quote-app.app-container .dashboard__body {
        margin-left: 0;
        padding: 0 3.5rem; } }
    @media (max-width: 600px) {
      #quote-app.app-container .dashboard__body {
        padding: 0 2rem; } }
  #quote-app.app-container .dashboard__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 2rem;
    border-bottom: 2px solid #000;
    padding-bottom: 2rem;
  }
    #quote-app.app-container .dashboard__header .dashboard__heading {
      font-weight: 300;
      font-size: 2.5rem;
      grid-column: 1 / -1;
      line-height: 1.3;
    }
    #quote-app.app-container .dashboard__header .dashboard__subheading {
      font-size: 1.8rem;
      line-height: 3rem; }
    #quote-app.app-container .dashboard__header .dashboard__notification {
      height: 3rem;
      width: 3rem;
      border-radius: 50%;
      background-color: #ce5555;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (max-width: 600px) {
        #quote-app.app-container .dashboard__header .dashboard__notification {
          grid-row: 1 / 2;
          margin-bottom: 2rem; } }
      #quote-app.app-container .dashboard__header .dashboard__notification span {
        font-size: 1.4rem;
        font-weight: bold;
        color: #fff; }
  #quote-app.app-container .dashboard__filter {
    --filter-padding: 1.5rem;
    width: max-content;
    position: relative;
    text-align: center;
    cursor: pointer;
    padding: var(--filter-padding); }
    @media (max-width: 600px) {
      #quote-app.app-container .dashboard__filter {
        --filter-padding: 1.75rem; } }
    #quote-app.app-container .dashboard__filter h6, #quote-app.app-container .dashboard__filter p, #quote-app.app-container .dashboard__filter i.material-icons {
      pointer-events: none; }
    #quote-app.app-container .dashboard__filter h6.noti {
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 2.5rem;
      width: 2.5rem;
      font-size: 1rem;
      color: #fff;
      background-color: #ce5555;
      border-radius: 50%; }
      #quote-app.app-container .dashboard__filter h6.noti--none {
        transform: scale(0); }
    #quote-app.app-container .dashboard__filter p {
      text-transform: uppercase;
      font-size: 1.2rem;
      letter-spacing: 1px;
      line-height: 2;
      font-weight: 400; }
    #quote-app.app-container .dashboard__filter i.material-icons {
      font-size: 2.4rem; }
  #quote-app.app-container .dashboard__title {
    color: #457AAC;
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 3.8rem;
    font-weight: 700;
    margin-top: 1rem;
    letter-spacing: 2px; }

  @media (max-width: 767px) {

    #quote-app.app-container .dashboard__title {
      font-size: 2rem;
    }
    #quote-app.app-container .dashboard__header {
      flex-direction: column;
      align-items: flex-start;
      margin-top: 1rem;
      padding-bottom: 1rem;
      margin-bottom: 0;
    }
  }

  #quote-app.app-container .dashboard__filter-and-search {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
  }

  @media screen and (max-width: 900px) {
    #quote-app.app-container .dashboard__filter-and-search {
      flex-direction: column;
      margin-bottom: 1rem;
    }
  }
  #quote-app.app-container .dashboard__search {
    position: relative;
    height: 5rem;
    width: 30%;
    padding: 0 2.5rem;
    display: grid;
    grid-template-columns: 1fr max-content;
    grid-column-gap: 1rem;
    align-items: center;
    --transform: translateY(-2px); }
    #quote-app.app-container .dashboard__search input[type="text"] {
      position: relative;
      z-index: 10;
      background-color: transparent;
      display: block;
      height: 100%;
      font-weight: 300;
      font-size: 1.6rem; }
      #quote-app.app-container .dashboard__search input[type="text"]:focus {
        outline: none;
        color: #457AAC;
        transform: var(--transform); }
    #quote-app.app-container .dashboard__search i.material-icons {
      position: relative;
      z-index: 10; }
    #quote-app.app-container .dashboard__search span {
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #fff;
      border-radius: 5000px;
      box-shadow: var(--def-shadow); }
    #quote-app.app-container .dashboard__search input[type="text"]:focus ~ span {
      transform: var(--transform);
      box-shadow: 0 0.9px 0.8px rgba(0, 0, 0, 0.017), 0 2.5px 2.3px rgba(0, 0, 0, 0.025), 0 6px 5.4px rgba(0, 0, 0, 0.033), 0 20px 18px rgba(0, 0, 0, 0.05); }
    #quote-app.app-container .dashboard__search input[type="text"]:focus + i.material-icons {
      color: #457AAC;
      transform: var(--transform) scale(1.2); }

#quote-app.app-container .search-button {
  position: absolute;
  right: 15px;
  padding: 0;

}

#quote-app.app-container .search-button:hover {
  background-color: #fff;
  background-image: none;
  color: #000;
}

@media screen and (max-width: 900px) {
  #quote-app.app-container .dashboard__search {
    width: 80%;
    margin-top: 1rem;
    height: 3.5rem;
    max-width: 38rem;
  }

  #quote-app.app-container .search-results {
    font-size: 2rem;
  }
}
  #quote-app.app-container .dashboard__results {
    margin-bottom: 2rem;
  }
    #quote-app.app-container .dashboard__results > h3 {
      color: #457AAC;
      font-weight: 400; }
    #quote-app.app-container .dashboard__results > hr {
      margin: 3.5rem 4rem 1rem 4rem;
      height: .5rem;
      width: 10rem;
      display: none;
      background-color: #fff;
      opacity: .25;
      border: none; }
    /*#quote-app.app-container .dashboard__results > div {*/
    /*  display: none; }*/
  #quote-app.app-container .dashboard__results {
    display: flex;
    justify-content: space-between;
  }
    #quote-app.app-container .dashboard__results .dashboard__filter {
      position: relative;
      color: #fff; }
      #quote-app.app-container .dashboard__results .dashboard__filter i.material-icons, #quote-app.app-container .dashboard__results .dashboard__filter p {
        color: inherit; }
      #quote-app.app-container .dashboard__results .dashboard__filter::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 1rem;
        left: var(--filter-padding);
        height: .5rem;
        width: calc( 100% - ( var(--filter-padding) * 2 ));
        background-color: #fff;
        opacity: 0; }
      #quote-app.app-container .dashboard__results .dashboard__filter h6 {
        top: 1rem;
        right: 1rem; }
      #quote-app.app-container .dashboard__results .dashboard__filter.active::after {
        opacity: 1; }
      #quote-app.app-container .dashboard__results .dashboard__filter.active p {
        font-weight: bold; }
      #quote-app.app-container .dashboard__results .dashboard__filter:hover {
        opacity: .75; }
        #quote-app.app-container .dashboard__results .dashboard__filter:hover::after {
          opacity: 1; }
  #quote-app.app-container .dashboard__list {
    padding-bottom: 3rem;
    display: grid;
    grid-gap: 1rem;
    align-items: baseline; }
    @media (max-width: 1520px) {
      #quote-app.app-container .dashboard__list {
        grid-template-columns: 1fr; } }
    #quote-app.app-container .dashboard__list .loader {
      grid-column: 1 / -1;
      min-height: 30vh; }

    #quote-app.app-container .dashboard__pagination {
      text-align: center;
    }
    #quote-app.app-container .dashboard__pagination .quote-pagination {
      padding: 5px 10px;
    }

    #quote-app.app-container .dashboard__pagination .quote-pagination:hover {
      background-color: #457AAC;
      color: #fff;
    }
  #quote-app.app-container .dashboard__body .dashboard__new,
  #quote-app.app-container .dashboard__body .dashboard__settings {
    display: flex;
    align-items: center;
    column-gap: 5px;
    background-color: #444;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    cursor: pointer;
  }

  #quote-app.app-container .dashboard__body .dashboard__new:hover,
  #quote-app.app-container .dashboard__body .dashboard__settings:hover {
    background-image: linear-gradient(rgb(0 0 0 / 30%) 0 0);
  }
  #quote-app.app-container .dashboard__sidebar .dashboard__new,
  #quote-app.app-container .dashboard__sidebar .dashboard__settings {
    position: relative;
    --btn-size-2: calc(var(--btn-size) * .9);
    width: var(--btn-size-2);
    height: var(--btn-size-2);
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .3s ease;
    box-shadow: var(--def-shadow); }
    #quote-app.app-container .dashboard__sidebar .dashboard__new > *,
    #quote-app.app-container .dashboard__sidebar .dashboard__settings > * {
      pointer-events: none; }
    #quote-app.app-container .dashboard__sidebar .dashboard__new i.material-icons,
    #quote-app.app-container .dashboard__sidebar .dashboard__settings i.material-icons {
      color: #fff;
      width: var(--btn-size-2);
      text-align: center; }
    #quote-app.app-container .dashboard__sidebar .dashboard__new p,
    #quote-app.app-container .dashboard__sidebar .dashboard__settings p {
      position: absolute;
      left: calc( var(--btn-size-2) - 1rem);
      text-transform: uppercase;
      letter-spacing: 1px;
      line-height: var(--btn-size-2);
      font-size: 1.2rem;
      color: #fff;
      opacity: 0;
      transition: all .15s ease-out;
      width: max-content; }
    #quote-app.app-container .dashboard__sidebar .dashboard__new:hover,
    #quote-app.app-container .dashboard__sidebar .dashboard__settings:hover {
      width: 16rem;
      box-shadow: 0 0.9px 0.8px rgba(0, 0, 0, 0.017), 0 2.5px 2.3px rgba(0, 0, 0, 0.025), 0 6px 5.4px rgba(0, 0, 0, 0.033), 0 20px 18px rgba(0, 0, 0, 0.05); }
      #quote-app.app-container .dashboard__sidebar .dashboard__new:hover p,
      #quote-app.app-container .dashboard__sidebar .dashboard__settings:hover p {
        opacity: 1; }

    #quote-app.app-container .dashboard__new {
      background-color: #457AAC !important;
    }

    @media screen and (max-width: 767px) {
      #quote-app.app-container .dashboard__body .dashboard__new,
      #quote-app.app-container .dashboard__body .dashboard__settings {
        padding: 5px 10px;
      }
    }
  #quote-app.app-container .dashboard__logo {
    position: fixed;
    top: 2rem;
    left: 3rem;
    z-index: 100;
    height: 2.5rem; }
    #quote-app.app-container .dashboard__logo img {
      display: block;
      height: 100%;
      opacity: .5; }

#quote-app.app-container .dashboard .dashboard__list .quote-card {
  --card-padding-x: 2rem;
  --card-padding-y: 2rem;
  --card-padding: var(--card-padding-y) var(--card-padding-x);
  --card-padding--collapsed: 0 var(--card-padding-x);
  --cta-height: 7rem;
  /*--pending: #f28d3f;*/
  /*--incomplete: #ce5555;*/
  /*--approved: #41C590;*/
  /*--complete: #8CB2D5;*/
  /*--active: #41C590;*/
  /*--archived: #a87b13;*/
  width: 100%;
  overflow: hidden;
  border-radius: .5rem;
  /*background-color: #fff;*/
  box-shadow: var(--def-shadow); }
  @media (max-width: 600px) {
    #quote-app.app-container .dashboard .dashboard__list .quote-card {
      --card-padding-x: 2.5rem;
      --card-padding-y: 2.5rem; } }
  #quote-app.app-container .dashboard .dashboard__list .quote-card__top {
    padding: 10px 20px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr max-content;
    row-gap: 1rem;
    font-size: 14px;
  }

  #quote-app.app-container .dashboard .dashboard__list .quote-card__top .quote-card__meta {
    display: flex;
    align-items: center;
    column-gap: 5px;
  }

  .quote-card.incomplete .quote-card__status {
    background-color: #ce5555;
  }

  .quote-card.pending-approval .quote-card__status {
    background-color: #f28d3f;
  }

  .quote-card.approved .quote-card__status,
  .quote-card.completed .quote-card__status {
    background-color: #41C590;
  }

  .quote-card.in-production .quote-card__status {
    background-color: #457AAC;
  }

  .quote-card.delivered .quote-card__status {
    background-color: #5f25db;
  }

  .quote-card__meta.status.incomplete {
    color: #ce5555;
  }

  .quote-card__meta.status.pending-approval {
    color: #f28d3f;
  }

  .quote-card__meta.status.approved {
    color: #41C590;
  }

  .quote-card.order-placed {
    background-color: #97ec91;
  }

  .quote-card__meta.status.in-production {
    color: #457AAC;
  }

  .quote-card.ready-for-delivery {
    background-color: #2478b7;
    color: #fff;
  }

  .quote-card.shipped {
    background-color: #5f25db;
    color: #fff;
  }

  .quote-card__meta.status.delivered {
    color: #5f25db;
  }

  .quote-card__meta.status.completed {
    color: #41C590;
  }

  #quote-app.app-container .dashboard .dashboard__list .quote-card__top .quote-card__title {
    /*color: #457AAC;*/
    font-weight: 700;
    /*text-decoration: underline;*/
  }
  #quote-app.app-container .dashboard .dashboard__list .quote-card__top h3 {
    font-weight: 400; }
  #quote-app.app-container .dashboard .dashboard__list .quote-card__top h3 span {
    color: #457AAC;
    padding-right: 1.5rem; }
  @media (max-width: 900px) {
    #quote-app.app-container .dashboard .dashboard__list .quote-card__top {
      grid-template-columns: 1fr;
    }
    #quote-app.app-container .dashboard .dashboard__list .quote-card__top h3 {
      font-size: 2rem; } }
    #quote-app.app-container .dashboard .dashboard__list .quote-card__top h4 {
      text-transform: uppercase;
      letter-spacing: .3rem;
      font-weight: 400;
      font-size: 1.4rem; }
    #quote-app.app-container .dashboard .dashboard__list .quote-card__top h5 {
      font-weight: 400;
      font-size: 1.2rem;
      text-transform: uppercase;
      letter-spacing: 1px; }

  #quote-app.app-container .dashboard .dashboard__list .quote-card__status {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: .5rem; }

  #quote-app.app-container .dashboard .dashboard__list .quote-card__info {
    display: grid;
    column-gap: 10px;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: 1fr 1fr 125px 1fr;
  }

@media (max-width: 900px) {
  #quote-app.app-container .dashboard .dashboard__list .quote-card__info {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    column-gap: 0;
    row-gap: 5px;
  }

  #quote-app.app-container .dashboard .dashboard__list .quote-card__title {
    grid-column: 1 / 4;
  }

  #quote-app.app-container .dashboard .dashboard__list .quote-card__meta.user {
    grid-row: 2;
    grid-column: 1 / 4;
  }

  #quote-app.app-container .dashboard .dashboard__list .quote-card__meta.date {
    grid-row: 2;
    grid-column: 4 / 6;
  }

  #quote-app.app-container .dashboard .dashboard__list .quote-card__meta.status {
    grid-column: 4 / 6;
    grid-row: 1;
  }
}

    @media (min-width: 1201px) {
  #quote-app.app-container .dashboard .dashboard__list .quote-card__info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  } }
  #quote-app.app-container .dashboard .dashboard__list .quote-card__bottom {
    position: relative;
    padding: var(--card-padding);
    background-color: #fcfcfc; }
    #quote-app.app-container .dashboard .dashboard__list .quote-card__bottom > .quote-card__location:not(:first-child), #quote-app.app-container .dashboard .dashboard__list .quote-card__bottom .quote-card__cta {
      margin-top: 3rem; }
  #quote-app.app-container .dashboard .dashboard__list .quote-card__location {
    position: relative;
    height: 8rem;
    padding: 1rem 0;
    display: grid;
    grid-template-columns: repeat(2, max-content) 1fr max-content;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem; }
    @media (max-width: 600px) {
      #quote-app.app-container .dashboard .dashboard__list .quote-card__location {
        grid-template-columns: max-content 1fr max-content;
        grid-row-gap: 0;
        height: 11rem; } }
    #quote-app.app-container .dashboard .dashboard__list .quote-card__location hr {
      display: block;
      border: none;
      width: .5rem;
      grid-column: 2 / 3; }
      @media (max-width: 600px) {
        #quote-app.app-container .dashboard .dashboard__list .quote-card__location hr {
          grid-row: 1 / 3;
          grid-column: 1 / 2; } }
    #quote-app.app-container .dashboard .dashboard__list .quote-card__location h5, #quote-app.app-container .dashboard .dashboard__list .quote-card__location h6 {
      font-weight: 400;
      line-height: 3rem; }
    #quote-app.app-container .dashboard .dashboard__list .quote-card__location > h5:first-child {
      align-self: center;
      font-weight: bold; }
    #quote-app.app-container .dashboard .dashboard__list .quote-card__location h6 {
      text-transform: uppercase;
      letter-spacing: 1px; }
    #quote-app.app-container .dashboard .dashboard__list .quote-card__location div:last-child {
      display: flex; }
      @media (max-width: 600px) {
        #quote-app.app-container .dashboard .dashboard__list .quote-card__location div:last-child {
          grid-row: 1 / 3;
          grid-column: 3 / 4; } }
      #quote-app.app-container .dashboard .dashboard__list .quote-card__location div:last-child button {
        display: block; }
        #quote-app.app-container .dashboard .dashboard__list .quote-card__location div:last-child button:not(:last-child) {
          margin-right: 2rem; }
        #quote-app.app-container .dashboard .dashboard__list .quote-card__location div:last-child button:last-child {
          margin-right: 1rem; }
        #quote-app.app-container .dashboard .dashboard__list .quote-card__location div:last-child button i.material-icons {
          color: #333;
          pointer-events: none; }
        #quote-app.app-container .dashboard .dashboard__list .quote-card__location div:last-child button:hover i.material-icons {
          color: #457AAC; }
        #quote-app.app-container .dashboard .dashboard__list .quote-card__location div:last-child button:last-child:hover i.material-icons {
          color: #ce5555; }
  #quote-app.app-container .dashboard .dashboard__list .quote-card__cta {
    height: var(--cta-height); }
    #quote-app.app-container .dashboard .dashboard__list .quote-card__cta > div {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: calc( var(--cta-height) - .3rem);
      padding-top: calc( var(--card-padding-y) / 2); }
    #quote-app.app-container .dashboard .dashboard__list .quote-card__cta hr {
      border: none;
      display: block;
      height: .3rem;
      width: 100%;
      background-color: #333;
      opacity: .15;
      margin-top: 1rem; }
    #quote-app.app-container .dashboard .dashboard__list .quote-card__cta > div > button {
      display: block;
      text-transform: uppercase;
      letter-spacing: .2rem;
      font-size: 1.4rem;
      font-weight: bold;
      height: 100%; }
    #quote-app.app-container .dashboard .dashboard__list .quote-card__cta > div > div {
      display: flex;
      align-items: center;
      height: 100%;
      cursor: pointer; }
      #quote-app.app-container .dashboard .dashboard__list .quote-card__cta > div > div span {
        text-transform: uppercase;
        font-size: 1.2rem;
        letter-spacing: 1px; }
      #quote-app.app-container .dashboard .dashboard__list .quote-card__cta > div > div span, #quote-app.app-container .dashboard .dashboard__list .quote-card__cta > div > div i.material-icons {
        color: #333; }
      #quote-app.app-container .dashboard .dashboard__list .quote-card__cta > div > div i.material-icons {
        margin-right: 1rem; }
      #quote-app.app-container .dashboard .dashboard__list .quote-card__cta > div > div:hover span, #quote-app.app-container .dashboard .dashboard__list .quote-card__cta > div > div:hover i.material-icons {
        color: #457AAC; }
  #quote-app.app-container .dashboard .dashboard__list .quote-card__actions {
    align-self: center;
    display: grid;
    grid-template-columns: repeat(4, 50px);
    grid-gap: 5px;
  }

    body:not(.admin-bar) #quote-app.app-container .dashboard .dashboard__list .quote-card__actions {
      grid-template-columns: repeat(5, 40px);
    }
    #quote-app.app-container .dashboard .dashboard__list .quote-card__actions button {
      display: block;
      height: 35px;
      width: 35px;
      background-color: #444;
      border-radius: 50%;
      padding: 0;
    }

  #quote-app.app-container .dashboard .dashboard__list .quote-card__actions button:hover {
    background-color: #457AAC;
    background-image: none;
  }
      @media (max-width: 767px) {
        #quote-app.app-container .dashboard .dashboard__list .quote-card__actions {
          column-gap: 1rem;
          width: auto;
        }
        #quote-app.app-container .dashboard .dashboard__list .quote-card__actions button {
          height: 30px;
          width: 30px; }
          #quote-app.app-container .dashboard .dashboard__list .quote-card__actions button i.material-icons {
            font-size: 1.8rem; } }
      #quote-app.app-container .dashboard .dashboard__list .quote-card__actions button i.material-icons {
        color: #fff;
        pointer-events: none;
        margin-top: 5px;
      }
        @media (max-width: 600px) {
          #quote-app.app-container .dashboard .dashboard__list .quote-card__actions button:not(:last-child) {
            margin-right: 0;
          } }
      #quote-app.app-container .dashboard .dashboard__list .quote-card__actions button.delete-quote {
        background-color: #ce5555; }
  #quote-app.app-container .dashboard .dashboard__list .quote-card__actions button.none,
  #quote-app.app-container .dashboard .dashboard__list .quote-card__actions button.none:hover {
    background-color: transparent;
    opacity: 0;
    cursor: initial;
  }
  #quote-app.app-container .dashboard .dashboard__list .quote-card__expand {
    height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none; }
    #quote-app.app-container .dashboard .dashboard__list .quote-card__expand div {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
      #quote-app.app-container .dashboard .dashboard__list .quote-card__expand div span, #quote-app.app-container .dashboard .dashboard__list .quote-card__expand div i.material-icons {
        display: block;
        color: #333; }
      #quote-app.app-container .dashboard .dashboard__list .quote-card__expand div span {
        font-size: 1.4rem;
        text-transform: uppercase;
        letter-spacing: 2px; }
      #quote-app.app-container .dashboard .dashboard__list .quote-card__expand div i.material-icons {
        font-size: 2.4rem; }
      #quote-app.app-container .dashboard .dashboard__list .quote-card__expand div:hover span, #quote-app.app-container .dashboard .dashboard__list .quote-card__expand div:hover i.material-icons {
        color: #457AAC; }

#quote-app.app-container .dashboard .dashboard__list .collapsed.quote-card .quote-card__expand {
  height: 9rem;
  opacity: 1;
  pointer-events: all; }

#quote-app.app-container .dashboard .dashboard__list .collapsed.quote-card .quote-card__bottom {
  padding: var(--card-padding--collapsed); }
  #quote-app.app-container .dashboard .dashboard__list .collapsed.quote-card .quote-card__bottom > .quote-card__location:not(:first-child), #quote-app.app-container .dashboard .dashboard__list .collapsed.quote-card .quote-card__bottom .quote-card__cta {
    margin-top: 0; }

#quote-app.app-container .dashboard .dashboard__list .collapsed.quote-card .quote-card__location {
  height: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  overflow: hidden; }

#quote-app.app-container .dashboard .dashboard__list .collapsed.quote-card .quote-card__cta {
  height: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden; }

#quote-app.app-container .dashboard .dashboard__list .quotes-empty {
  --card-height: 30rem;
  position: relative;
  width: 100%;
  display: block;
  grid-column: 1 / -1;
}
  #quote-app.app-container .dashboard .dashboard__list .quotes-empty__img {
    height: 25rem;
    max-width: var(--card-height);
    margin-right: 3rem; }
    #quote-app.app-container .dashboard .dashboard__list .quotes-empty__img svg {
      max-width: 100%;
      max-height: 100%; }
  #quote-app.app-container .dashboard .dashboard__list .quotes-empty__cta {
    position: absolute;
    bottom: 0;
    left: 15rem; }
    #quote-app.app-container .dashboard .dashboard__list .quotes-empty__cta .dashboard__new {
      width: 16rem; }
      #quote-app.app-container .dashboard .dashboard__list .quotes-empty__cta .dashboard__new p {
        opacity: 1; }
      #quote-app.app-container .dashboard .dashboard__list .quotes-empty__cta .dashboard__new:hover {
        transform: translateY(-2px); }

  #quote-app.app-container .dashboard__header-buttons {
    display: flex;
    column-gap: 1rem;
  }
#quote-app.app-container.admin .dashboard__header .dashboard__heading {
  color: #457AAC; }

#quote-app.app-container.admin .dashboard__header .dashboard__notification {
  color: #457AAC; }

#quote-app.app-container.client .dashboard__header .dashboard__notification {
  color: #457AAC; }

#quote-app.app-container .wizard {
  --sidebar-width: 35rem;
  --btn-size: 6rem;
  --def-shadow: 
        0 0.5px 0.7px rgba(0, 0, 0, 0.035),
        0 1.3px 1.9px rgba(0, 0, 0, 0.05),
        0 3px 4.5px rgba(0, 0, 0, 0.065),
        0 10px 15px rgba(0, 0, 0, 0.1)
    ;
  --def-shadow-hover:
        0 0.8px 1.3px rgba(0, 0, 0, 0.028),
        0 2px 3.1px rgba(0, 0, 0, 0.04),
        0 3.8px 5.8px rgba(0, 0, 0, 0.05),
        0 6.7px 10.3px rgba(0, 0, 0, 0.06),
        0 12.5px 19.2px rgba(0, 0, 0, 0.072),
        0 30px 46px rgba(0, 0, 0, 0.1)
    ;
  transition: all .5s ease-in; }
  @media (max-width: 600px) {
    #quote-app.app-container .wizard {
      --btn-size: 5rem; } }
  @media (max-width: 1400px) {
    #quote-app.app-container .wizard {
      --sidebar-width: 28rem; } }
  #quote-app.app-container .wizard__menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    height: 100vh;
    width: var(--sidebar-width); }
    @media (max-width: 900px) {
      #quote-app.app-container .wizard__menu {
        position: relative;
        top: 0;
        width: 100vw;
        height: 13rem;
        z-index: 100;
      } }
  #quote-app.app-container .wizard__body {
    margin-left: var(--sidebar-width);
    padding: 0 10rem;
    min-height: calc(100vh - 20rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1; }
    @media (max-width: 1400px) {
      #quote-app.app-container .wizard__body {
        padding: 0 5rem; } }
    @media (max-width: 900px) {
      #quote-app.app-container .wizard__body {
        margin-left: 0;
        min-height: 10rem;
        margin-top: 5rem;
        padding: 0;
      }
    }
    /*@media (max-width: 600px) {*/
    /*  #quote-app.app-container .wizard__body {*/
    /*    padding: 0 2rem; } }*/
  #quote-app.app-container .wizard__welcome {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: #fff;
    transition: all .5s ease-in;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #quote-app.app-container .wizard__welcome-fade {
      opacity: 0;
      transition: all 1s ease-in; }
    #quote-app.app-container .wizard__welcome h1 {
      font-weight: 300;
      font-size: 6rem;
      margin-bottom: 2rem;
      color: #457AAC; }
      @media (max-width: 600px) {
        #quote-app.app-container .wizard__welcome h1 {
          font-size: 3.8rem; } }
    #quote-app.app-container .wizard__welcome svg {
      position: relative;
      max-width: 50rem;
      max-height: 40rem; }
      @media (max-width: 600px) {
        #quote-app.app-container .wizard__welcome svg {
          max-width: 30rem;
          max-height: calc(30rem * .8); } }
  #quote-app.app-container .wizard__page {
    transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.5s ease-in 0.2s; }
    @media (max-width: 900px) {
      #quote-app.app-container .wizard__page {
        padding-top: 2rem; }
    }
  #quote-app.app-container .wizard__close {
    position: fixed;
    top: 10rem;
    right: 8rem;
    z-index: 1000;
    height: var(--btn-size);
    width: var(--btn-size);
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: var(--def-shadow); }
    #quote-app.app-container .wizard__close i.material-icons {
      pointer-events: none; }
    #quote-app.app-container .wizard__close:hover {
      transform: translateY(-2px);
      box-shadow: var(--def-shadow-hover); }
      @media (max-width: 900px) {
        #quote-app.app-container .wizard__close:hover {
          box-shadow: none; } }
    @media (max-width: 900px) {
      #quote-app.app-container .wizard__close {
        top: .5rem;
        right: 2rem;
        background-color: transparent;
        color: #fff;
        box-shadow: none; } }
  #quote-app.app-container .wizard__header {
    color: #457AAC; }
    #quote-app.app-container .wizard__header h2 {
      font-weight: 300;
      font-size: 4.8rem;
      line-height: 1; }
      @media (max-width: 900px) {
        #quote-app.app-container .wizard__header h2 {
          font-size: 3.8rem; } }
      @media (max-width: 600px) {
        #quote-app.app-container .wizard__header h2 {
          font-size: 3.2rem; } }
    #quote-app.app-container .wizard__header hr {
      height: .5rem;
      width: 15rem;
      background-color: currentColor;
      border: none;
      margin: 4rem 0; }
      @media (max-width: 900px) {
        #quote-app.app-container .wizard__header hr {
          width: 10rem;
          height: 0.5rem;
          margin: 2rem 0;

        } }
  #quote-app.app-container .wizard__info {
    margin-bottom: 3rem; }
    #quote-app.app-container .wizard__info h3 {
      text-transform: uppercase;
      letter-spacing: .2em;
      line-height: 1;
      font-weight: 400;
      margin-bottom: 2rem; }
      @media (max-width: 600px) {
        #quote-app.app-container .wizard__info h3 {
          font-size: 1.8rem; } }
    #quote-app.app-container .wizard__info h4 {
      font-family: "Open Sans", Arial, sans-serif;
      font-style: italic;
      font-weight: 400;
      margin-bottom: 1.5rem; }
    #quote-app.app-container .wizard__info p {
      max-width: 85rem; }
      @media (max-width: 600px) {
        #quote-app.app-container .wizard__info p {
          font-size: 1.6rem; }
      }

    #quote-app.app-container .wizard__form {
      margin-bottom: 20px;
    }
  #quote-app.app-container .wizard__nav {
    margin-top: 10rem;
    display: flex;
    justify-content: flex-start;
    --btn-nav: calc( var(--btn-size) * .9 ); }
    #quote-app.app-container .wizard__nav.ex-pg {
      margin-top: 2rem;
      margin-bottom: 5rem; }
    #quote-app.app-container .wizard__nav > button {
      height: var(--btn-nav);
      color: #fff;
      display: flex;
      align-items: center; }
      #quote-app.app-container .wizard__nav > button.inactive {
        pointer-events: none;
        opacity: .15;
        cursor: not-allowed; }
      #quote-app.app-container .wizard__nav > button:not(:last-child) {
        margin-right: 2rem; }
        @media (max-width: 600px) {
          #quote-app.app-container .wizard__nav > button:not(:last-child) {
            margin-right: 1rem; }
        }
      @media (max-width: 900px) {
        #quote-app.app-container .wizard__nav {
          margin-top: 3rem;
        }
      }
      #quote-app.app-container .wizard__nav > button > span {
        text-transform: uppercase;
        letter-spacing: .2em;
        font-size: 1.2rem;
        pointer-events: none; }
        #quote-app.app-container .wizard__nav > button > span:not(:last-child) {
          margin-right: 1rem; }
      #quote-app.app-container .wizard__nav > button > i.material-icons {
        font-size: 1.8rem; }
      #quote-app.app-container .wizard__nav > button > * {
        pointer-events: none; }
    #quote-app.app-container .wizard__nav .wizard__prev {
      width: var(--btn-nav);
      background-color: #444;
      border-radius: 50%;
      justify-content: center; }
    #quote-app.app-container .wizard__nav .wizard__prev--fin {
      background-color: transparent;
      color: #333;
      border: 0.3rem solid #333;
      border-radius: 500px;
      padding: 0 3rem; }
      @media (max-width: 600px) {
        #quote-app.app-container .wizard__nav .wizard__prev--fin {
          padding: 0 2rem; } }
      #quote-app.app-container .wizard__nav .wizard__prev--fin span {
        margin-left: 1rem; }
      #quote-app.app-container .wizard__nav .wizard__prev--fin:hover {
        background-color: #444;
        color: #fff; }
    #quote-app.app-container .wizard__nav .wizard__next {
      background-color: #457AAC;
      padding: 0 3rem;
      border-radius: 500px; }

    #quote-app.app-container .wizard__nav .wizard__save {
      background-color: #457AAC;
      padding: 0 3rem;
      border-radius: 500px; }
      @media (max-width: 600px) {
        #quote-app.app-container .wizard__nav .wizard__next,
        #quote-app.app-container .wizard__nav .wizard__save
        {
          padding: 0 2rem; } }
      #quote-app.app-container .wizard__nav .wizard__next.notext {
        padding: 0;
        width: var(--btn-nav);
        border-radius: 50%;
        justify-content: center; }
      #quote-app.app-container .wizard__nav .wizard__next.notext.inactive {
        pointer-events: none;
        opacity: 1;
        background-color: #dbdbdb; }
    #quote-app.app-container .wizard__nav .wizard__customize {
      background-color: #444;
      padding: 0 3rem;
      border-radius: 500px; }
    #quote-app.app-container .wizard__nav .wizard__skip {
      background-color: #fff;
      border: 0.3rem solid #333;
      padding: 0 3rem;
      border-radius: 500px; }
      @media (max-width: 600px) {
        #quote-app.app-container .wizard__nav .wizard__skip {
          padding: 0 2rem; } }
      @media (max-width: 400px) {
        #quote-app.app-container .wizard__nav .wizard__skip {
          padding: 0 1.5rem; } }
      #quote-app.app-container .wizard__nav .wizard__skip i.material-icons,
      #quote-app.app-container .wizard__nav .wizard__skip span {
        color: #333;
      }

      #quote-app.app-container .wizard__nav .wizard__skip.selected i.material-icons,
      #quote-app.app-container .wizard__nav .wizard__skip.selected span {
        color: #fff;
      }

      #quote-app.app-container .wizard__nav .wizard__skip.selected,
      #quote-app.app-container .wizard__nav .wizard__skip:hover {
        background-color: #ce5555;
        color: #fff;
        border-color: transparent;
        opacity: 1; }
        #quote-app.app-container .wizard__nav .wizard__skip:hover i.material-icons, #quote-app.app-container .wizard__nav .wizard__skip:hover span {
          color: #fff; }
  #quote-app.app-container .wizard__text-input, #quote-app.app-container .wizard input[type="text"].wizard__text-input {
    display: block;
    font-weight: 300;
    font-size: 1.8rem;
    border: none;
    border-radius: .5rem;
    width: 100%;
    max-width: 65rem;
    background-color: #fff;
    padding: 1.25rem 2rem;
    box-shadow: var(--def-shadow); }
    #quote-app.app-container .wizard__text-input:focus, #quote-app.app-container .wizard input[type="text"].wizard__text-input:focus {
      color: #457AAC;
      transform: translateY(-2px);
      box-shadow: var(--def-shadow-hover); }
  #quote-app.app-container .wizard__form-grid {
    margin-top: 2rem;
    display: grid;
    grid-gap: 5rem; }
    @media (max-width: 900px) {
      #quote-app.app-container .wizard__info {
        margin-bottom: 0;
      }

      #quote-app.app-container .wizard__form-grid {
        margin-top: 2rem;
      }
    }
    @media (max-width: 1400px) {
      #quote-app.app-container .wizard__form-grid {
        grid-gap: 2rem;
      }
    }
  #quote-app.app-container .wizard__form--grid-1 {
    grid-template-columns: repeat(3, 1fr);
    width: 80%; }
    @media (max-width: 1520px) {
      #quote-app.app-container .wizard__form--grid-1 {
        width: 100%; } }
    @media (max-width: 900px) {
      #quote-app.app-container .wizard__form--grid-1 {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
      } }
  #quote-app.app-container .wizard__form--grid-2 {
    grid-template-columns: repeat(2, 1fr);
    width: 75%; }
    @media (max-width: 1200px) {
      #quote-app.app-container .wizard__form--grid-2 {
        width: 100%; } }
    @media (max-width: 600px) {
      #quote-app.app-container .wizard__form--grid-2 {
        grid-template-columns: 1fr; } }
  #quote-app.app-container .wizard__form--grid-3 {
    grid-template-columns: repeat(4, 1fr); }
    @media (max-width: 900px) {
      #quote-app.app-container .wizard__form--grid-3 {
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 600px) {
      #quote-app.app-container .wizard__form--grid-3 {
        grid-template-columns: 1fr 1fr;
        grid-gap: 2rem; } }
  #quote-app.app-container .wizard__form--grid-4 {
    grid-template-columns: repeat(2, 1fr); }
    @media (max-width: 1520px) {
      #quote-app.app-container .wizard__form--grid-4 {
        grid-template-columns: 1fr; } }
  #quote-app.app-container .wizard__form.ex-pg {
    margin-bottom: 8rem; }
  #quote-app.app-container .wizard__radio {
    display: flex;
    height: 100%; }
    #quote-app.app-container .wizard__radio input[type="radio"] {
      display: none; }
    #quote-app.app-container .wizard__radio input[type="radio"]:checked + .wizard__radio-card {
      /*border-color: #457AAC;*/
      background-color: #457AAC;
      color: #fff;
      /*border-width: 5px; */
    }
    #quote-app.app-container .wizard__radio-card {
      --card-padding: 3rem;
      padding-bottom: var(--card-padding);
      width: 100%;
      background-color: #fff;
      border-radius: .5rem;
      overflow: hidden;
      border: .4rem solid transparent;
      box-shadow: var(--def-shadow);
      cursor: pointer; }
      #quote-app.app-container .wizard__radio-card.featured {
        border: 2px solid #402082; }
        #quote-app.app-container .wizard__radio-card.featured .wizard__radio-flag-title {
          background-color: #402082; }
      #quote-app.app-container .wizard__radio-card.new {
        border: 2px solid #2B8623;
      }
        #quote-app.app-container .wizard__radio-card.new .wizard__radio-flag-title {
          background-color: #2B8623; }
      #quote-app.app-container .wizard__radio-card.on_sale {
        border: 2px solid #FF914D; }
        #quote-app.app-container .wizard__radio-card.on_sale .wizard__radio-flag-title {
          background-color: #FF914D; }
      #quote-app.app-container .wizard__radio-card .wizard__radio-flag-title {
        color: #fff;
        padding: 10px;
        margin-bottom: 20px;
        width: 200px;
        text-align: center;
        text-transform: uppercase;
        font-size: 2rem;
      }

      @media (max-width: 600px) {
        #quote-app.app-container .wizard__radio-card .wizard__radio-flag-title {
          font-size: 1.6rem;
          width: auto;
        }
      }
      #quote-app.app-container .wizard__radio-card:hover {
        /*transform: translateY(-3px);*/
        transform: scale(1.05);
        /*box-shadow: var(--def-shadow-hover);*/
        /*border-color: rgba(69, 122, 172, 0.25); */
      }

      @media (max-width: 1400px) {
        #quote-app.app-container .wizard__radio-card {
          --card-padding: 2rem; } }
      @media (max-width: 1200px) {
        #quote-app.app-container .wizard__radio-card {
          --card-padding: 1.5rem; } }
    #quote-app.app-container .wizard__radio-img {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 3rem;
      padding: 1rem; }
      #quote-app.app-container .wizard__radio-img img {
        display: block;
        max-width: 100%;
        border-radius: .5rem; }
      #quote-app.app-container .wizard__radio-img--sm img {
        width: 75%; }
    #quote-app.app-container .wizard__radio-title {
      text-transform: uppercase;
      letter-spacing: .2em;
      font-size: 1.8rem;
      font-weight: bold;
      color: #457AAC;
      margin-bottom: 1rem;
      margin-left: var(--card-padding);
      margin-right: var(--card-padding); }
    #quote-app.app-container .wizard__radio input[type="radio"]:checked + .wizard__radio-card .wizard__radio-title {
      color: #fff;
    }
    #quote-app.app-container .wizard__radio-text {
      font-size: 1.4rem;
      line-height: 1.9;
      margin-left: var(--card-padding);
      margin-right: var(--card-padding); }
      #quote-app.app-container .wizard__radio-text:not(:last-child) {
        margin-bottom: 2rem; }
    #quote-app.app-container .wizard__radio-spec {
      text-transform: uppercase;
      letter-spacing: .1em;
      font-size: 1.2rem;
      line-height: 2;
      font-weight: bold;
      margin-left: var(--card-padding);
      margin-right: var(--card-padding); }
    #quote-app.app-container .wizard__radio a.spec-link {
      margin-left: var(--card-padding);
      margin-right: var(--card-padding);
      font-size: 1.4rem;
    }
  #quote-app.app-container .wizard__radio input[type="radio"]:checked + .wizard__radio-card a.spec-link {
    color: #fff;
  }
  #quote-app.app-container .wizard__retail {
    background-color: #fff;
    border-radius: .5rem;
    overflow: hidden;
    box-shadow: var(--def-shadow);
    display: grid;
    align-self: flex-end;
    height: 100%;
    --lh: 3rem;
  }
    @media (max-width: 1520px) {
      #quote-app.app-container .wizard__retail--grid {
        grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 1200px) {
      #quote-app.app-container .wizard__retail--grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 600px) {
      #quote-app.app-container .wizard__retail--grid {
        grid-template-columns: 1fr; } }
    #quote-app.app-container .wizard__retail-ps,
    #quote-app.app-container .wizard__retail-extras {
      padding: 2rem 3rem 4rem 2rem; }
      #quote-app.app-container .wizard__retail-ps h2, #quote-app.app-container .wizard__retail-extras h2 {
        font-weight: 300;
        color: #457AAC;
        font-size: 2.4rem; }
        @media (max-width: 1400px) {
          #quote-app.app-container .wizard__retail-ps h2, #quote-app.app-container .wizard__retail-extras h2 {
            font-size: 2rem; } }
      #quote-app.app-container .wizard__retail-ps h3, #quote-app.app-container .wizard__retail-extras h3 {
        font-size: 1.6rem;
        letter-spacing: .1em;
        margin-bottom: 1rem; }
      #quote-app.app-container .wizard__retail-ps h4, #quote-app.app-container .wizard__retail-extras h4 {
        font-size: 1.4rem;
        font-weight: 400;
        font-family: "Open Sans", Arial, sans-serif; }
        #quote-app.app-container .wizard__retail-ps h4 span, #quote-app.app-container .wizard__retail-extras h4 span {
          font-weight: bold; }
      #quote-app.app-container .wizard__retail-ps p, #quote-app.app-container .wizard__retail-extras p {
        font-style: italic;
        font-size: 1.4rem;
        margin-bottom: .5rem; }
      #quote-app.app-container .wizard__retail-ps a, #quote-app.app-container .wizard__retail-extras a {
        font-size: 1.2rem;
        text-transform: uppercase;
        letter-spacing: .1em; }
      #quote-app.app-container .wizard__retail-ps h5, #quote-app.app-container .wizard__retail-extras h5 {
        margin-top: 1.5rem;
        font-weight: 300;
        font-size: 2rem; }
        #quote-app.app-container .wizard__retail-ps h5 span, #quote-app.app-container .wizard__retail-extras h5 span {
          font-size: 1.4rem;
          margin-left: .5rem; }
    #quote-app.app-container .wizard__retail-extras > div {
      margin-bottom: 3rem; }
      #quote-app.app-container .wizard__retail-extras > div img {
        width: 100%;
        border-radius: .5rem;
        height: 150px;
        aspect-ratio: 1/1;
      }
        @media (max-width: 1200px) {
          #quote-app.app-container .wizard__retail-extras > div img {
            width: 50%;
            display: block;
            margin: 0 auto; } }
    #quote-app.app-container .wizard__retail-item {
      padding: 1.5rem 2rem;
      display: flex;
      background-color: #f0f0f0;
      border-top-left-radius: .5rem;
      border-top-right-radius: .5rem;
      align-self: flex-end;
      align-items: center;
    }
      #quote-app.app-container .wizard__retail-item i.material-icons {
        line-height: var(--lh);
        margin: 0 1rem;
        opacity: .5; }
        @media (max-width: 900px) {
          #quote-app.app-container .wizard__retail-item i.material-icons {
            font-size: 1.6rem; } }
      #quote-app.app-container .wizard__retail-item h3 {
        line-height: var(--lh);
        font-weight: 300;
        font-size: 2.4rem; }
      #quote-app.app-container .wizard__retail-item h4 {
        flex-grow: 1;
        text-align: right;
        /*opacity: .8; */
      }
      #quote-app.app-container .wizard__retail-item.added {
        background-color: #457AAC; }
        #quote-app.app-container .wizard__retail-item.added .wizard__retail-ticker {
          border-color: #fff; }
          #quote-app.app-container .wizard__retail-item.added .wizard__retail-ticker span {
            color: #fff; }
        #quote-app.app-container .wizard__retail-item.added i.material-icons, #quote-app.app-container .wizard__retail-item.added h3, #quote-app.app-container .wizard__retail-item.added h4 {
          color: #fff; }
    #quote-app.app-container .wizard__retail-ticker {
      height: var(--lh);
      width: var(--lh);
      border: 2px solid #333;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0;
    }
      #quote-app.app-container .wizard__retail-ticker span {
        font-size: 2rem;
        display: block;
        line-height: 1;
        color: #333;
        pointer-events: none; }
      #quote-app.app-container .wizard__retail-ticker:first-child {
        margin-right: 1.3rem; }
  #quote-app.app-container .wizard__power {
    margin: 2rem 0;
    display: flex; }
    @media (max-width: 600px) {
      #quote-app.app-container .wizard__power {
        display: block; } }
    #quote-app.app-container .wizard__power-bar {
      width: 55rem;
      height: 5rem;
      margin-right: 3rem;
      padding: 1rem;
      border-radius: .5rem;
      background-color: #333;
      color: #fff;
      display: grid;
      grid-template-columns: 1fr max-content 1fr; }
      @media (max-width: 600px) {
        #quote-app.app-container .wizard__power-bar {
          width: 100%;
          margin-bottom: 1.5rem; } }
      #quote-app.app-container .wizard__power-bar hr {
        display: block;
        width: 3px;
        border: none;
        background-color: currentColor;
        opacity: .75; }
        @media (max-width: 600px) {
          #quote-app.app-container .wizard__power-bar hr {
            width: 1px; } }
      #quote-app.app-container .wizard__power-bar h4 {
        text-align: center;
        text-transform: uppercase;
        letter-spacing: .2em;
        font-size: 1.2rem;
        font-weight: 400;
        align-self: center; }
        @media (max-width: 600px) {
          #quote-app.app-container .wizard__power-bar h4 {
            letter-spacing: .1em; } }
        #quote-app.app-container .wizard__power-bar h4 span {
          font-weight: bold; }
    #quote-app.app-container .wizard__power > button {
      height: 5rem;
      color: #fff;
      display: flex;
      align-items: center;
      background-color: #457AAC;
      padding: 0 3rem;
      border-radius: 500px; }
      #quote-app.app-container .wizard__power > button > span {
        text-transform: uppercase;
        letter-spacing: .2em;
        font-size: 1.2rem;
        pointer-events: none; }
        #quote-app.app-container .wizard__power > button > span:not(:last-child) {
          margin-right: 1rem; }
      #quote-app.app-container .wizard__power > button > i.material-icons {
        font-size: 2.4rem; }
      #quote-app.app-container .wizard__power > button > * {
        pointer-events: none; }

#quote-app.app-container .wizard__menu .sidecard {
  width: calc( var(--sidebar-width) * .75);
  background-color: #333;
  color: #fff;
  border-radius: .5rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  box-shadow: 0 0.7px 0.8px rgba(0, 0, 0, 0.028), 0 1.7px 2px rgba(0, 0, 0, 0.04), 0 3.3px 3.8px rgba(0, 0, 0, 0.05), 0 5.8px 6.7px rgba(0, 0, 0, 0.06), 0 10.9px 12.5px rgba(0, 0, 0, 0.072), 0 26px 30px rgba(0, 0, 0, 0.1); }
  @media (max-width: 1400px) {
    #quote-app.app-container .wizard__menu .sidecard {
      width: calc( var(--sidebar-width) * .9); } }
  @media (max-width: 900px) {
    #quote-app.app-container .wizard__menu .sidecard {
      width: 100vw;
      right: 0;
      grid-gap: 0;
      border-radius: 0;
      top: 0;
      display: grid;
      grid-template-columns: repeat(2, 1fr); } }
  #quote-app.app-container .wizard__menu .sidecard.active {
    z-index: 100000; }
  @media (max-width: 900px) {
    #quote-app.app-container .wizard__menu .sidecard.stack {
      display: none; } }
  #quote-app.app-container .wizard__menu .sidecard.stack::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  #quote-app.app-container .wizard__menu .sidecard.stack--1 {
    transform: scale(0.95) translateX(-10%);
    z-index: 10000; }
    #quote-app.app-container .wizard__menu .sidecard.stack--1::after {
      background-color: rgba(0, 0, 0, 0.5); }
  #quote-app.app-container .wizard__menu .sidecard.stack--2 {
    transform: scale(0.9) translateX(-20%);
    z-index: 1000; }
    #quote-app.app-container .wizard__menu .sidecard.stack--2::after {
      background-color: rgba(0, 0, 0, 0.75); }
  #quote-app.app-container .wizard__menu .sidecard__header {
    background-color: #457AAC;
    padding: 2rem;
    display: grid;
    grid-template-columns: .3rem 1fr;
    grid-template-rows: repeat(2, max-content);
    grid-column-gap: 1rem;
    cursor: pointer; }
    @media (max-width: 900px) {
      #quote-app.app-container .wizard__menu .sidecard__header {
        grid-template-columns: repeat(2, max-content) 1fr;
        grid-column: span 2; } }
    #quote-app.app-container .wizard__menu .sidecard__header hr {
      grid-column: 1 / 2;
      grid-row: 1 / 3;
      border: none;
      display: block;
      background-color: currentColor;
      opacity: .75;
      height: 100%;
      width: 100%; }
      @media (max-width: 900px) {
        #quote-app.app-container .wizard__menu .sidecard__header hr {
          grid-row: 1 / 2;
          grid-column: 2 / 3;
          font-size: 2rem;
          width: 2px; } }
    #quote-app.app-container .wizard__menu .sidecard__header h3 {
      font-size: 1rem;
      text-transform: uppercase;
      letter-spacing: .1em;
    }
      @media (max-width: 900px) {
        #quote-app.app-container .wizard__menu .sidecard__header h3 {
          grid-row: 1 / 3;
          grid-column: 3 / 4;
          padding-right: 7rem;
          margin-top: 20px;

        } }
    #quote-app.app-container .wizard__menu .sidecard__header h4 {
      font-size: 1.2rem;
      line-height: 2;
    }
      @media (max-width: 900px) {
        #quote-app.app-container .wizard__menu .sidecard__header h4 {
          grid-row: 1 / 3;
          grid-column: 1 / 2;
          font-size: 2rem;
          margin-top: 25px;
        } }
  #quote-app.app-container .wizard__menu .sidecard__status {
    padding: 0 2rem;
    text-align: center;
    cursor: pointer; }
    @media (max-width: 900px) {
      #quote-app.app-container .wizard__menu .sidecard__status {
        padding: 1.5rem 2rem; } }
    #quote-app.app-container .wizard__menu .sidecard__status h4 {
      text-transform: uppercase;
      font-size: 0.8rem;
      letter-spacing: .2em;
      line-height: 2; }
      @media (max-width: 900px) {
        #quote-app.app-container .wizard__menu .sidecard__status h4 {
          display: none; } }
    #quote-app.app-container .wizard__menu .sidecard__status h3 {
      font-weight: 300;
      font-size: 1.6rem; }
    #quote-app.app-container .wizard__menu .sidecard__status hr {
      display: block;
      border: none;
      margin: 0 auto;
      width: 25%;
      height: .3rem;
      background-color: currentColor;
      opacity: .75;
      margin-top: 1.5rem; }
      @media (max-width: 900px) {
        #quote-app.app-container .wizard__menu .sidecard__status hr {
          display: none; } }
  #quote-app.app-container .wizard__menu .sidecard.slimmed .sidecard__status {
    margin-top: 4rem;
    margin-bottom: 1.5rem; }
    @media (max-width: 900px) {
      #quote-app.app-container .wizard__menu .sidecard.slimmed .sidecard__status {
        margin: 0; } }
  #quote-app.app-container .wizard__menu .sidecard__progress {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2.5rem; }
    @media (max-width: 900px) {
      #quote-app.app-container .wizard__menu .sidecard__progress {
        display: none; } }
  #quote-app.app-container .wizard__menu .sidecard.slimmed .sidecard__progress {
    grid-gap: 0; }
  #quote-app.app-container .wizard__menu .sidecard__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 5.2rem;
    opacity: .15;
    cursor: pointer; }
    #quote-app.app-container .wizard__menu .sidecard__step > * {
      pointer-events: none; }
    #quote-app.app-container .wizard__menu .sidecard__step > div {
      height: 2.5rem;
      width: 2.5rem;
      background-color: currentColor;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center; }
      #quote-app.app-container .wizard__menu .sidecard__step > div > i.material-icons {
        display: none; }
      #quote-app.app-container .wizard__menu .sidecard__step > div > i.material-icons, #quote-app.app-container .wizard__menu .sidecard__step > div span {
        color: #333; }
      #quote-app.app-container .wizard__menu .sidecard__step > div > span {
        font-size: 1.2rem;
        font-weight: 600; }
      #quote-app.app-container .wizard__menu .sidecard__step > div > i.material-icons {
        font-size: 1.8rem; }
    #quote-app.app-container .wizard__menu .sidecard__step h4 {
      text-transform: uppercase;
      letter-spacing: .2em;
      font-size: 1rem;
      line-height: 1.7rem;
      margin-top: 1rem; }
    #quote-app.app-container .wizard__menu .sidecard__step.complete {
      opacity: .5; }
    #quote-app.app-container .wizard__menu .sidecard__step.complete > div > i.material-icons {
      display: block; }
    #quote-app.app-container .wizard__menu .sidecard__step.complete > div > span {
      display: none; }
    #quote-app.app-container .wizard__menu .sidecard__step.active, #quote-app.app-container .wizard__menu .sidecard__step.complete.active {
      opacity: 1; }
  #quote-app.app-container .wizard__menu .sidecard.slimmed .sidecard__step {
    height: 0;
    opacity: 0;
    overflow: hidden; }
  #quote-app.app-container .wizard__menu .sidecard__totals {
    background-color: #282828;
    padding: 3rem; }
    @media (max-width: 900px) {
      #quote-app.app-container .wizard__menu .sidecard__totals {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center; } }
    #quote-app.app-container .wizard__menu .sidecard__totals h4 {
      text-transform: uppercase;
      letter-spacing: .2em;
      font-size: 1rem;
      line-height: 1.7rem;
      height: 1.7rem; }
      @media (max-width: 900px) {
        #quote-app.app-container .wizard__menu .sidecard__totals h4 {
          display: none; } }
    #quote-app.app-container .wizard__menu .sidecard__totals h3 {
      font-weight: 300;
      font-size: 1.6rem;
      line-height: 2.7rem;
      height: 2.7rem; }
      @media (max-width: 900px) {
        #quote-app.app-container .wizard__menu .sidecard__totals h3:last-child {
          display: none; } }
    #quote-app.app-container .wizard__menu .sidecard__totals hr {
      margin: 2rem 0;
      border: none;
      height: .3rem;
      width: 25%;
      background-color: currentColor; }
      @media (max-width: 900px) {
        #quote-app.app-container .wizard__menu .sidecard__totals hr {
          display: none; } }
  #quote-app.app-container .wizard__menu .sidecard.slimmed .sidecard__totals hr {
    margin: 0;
    height: 0;
    opacity: 0; }
  #quote-app.app-container .wizard__menu .sidecard.slimmed .sidecard__totals h4:first-child {
    height: 0;
    opacity: 0; }
  #quote-app.app-container .wizard__menu .sidecard.slimmed .sidecard__totals h3:nth-child(2) {
    height: 0;
    opacity: 0; }

#quote-app.app-container .wizard__location--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5rem; }
  @media (max-width: 1200px) {
    #quote-app.app-container .wizard__location--grid {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 600px) {
    #quote-app.app-container .wizard__location--grid {
      grid-template-columns: 1fr; } }

#quote-app.app-container .wizard__location--new {
  border: .4rem solid #457AAC;
  border-radius: .5rem;
  height: 25rem;
  transition: all .1s ease-in;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #333; }
  #quote-app.app-container .wizard__location--new > * {
    pointer-events: none; }
  #quote-app.app-container .wizard__location--new:hover {
    background-color: #457AAC;
    color: #fff;
  }

#quote-app.app-container .wizard__location {
  height: 25rem;
  position: relative;
  padding: 0 3rem 6rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  border-radius: .5rem;
  box-shadow: 0 0.3px 1.5px rgba(0, 0, 0, 0.028), 0 0.7px 2.7px rgba(0, 0, 0, 0.04), 0 1.4px 3.4px rgba(0, 0, 0, 0.05), 0 2.5px 3.8px rgba(0, 0, 0, 0.06), 0 4.6px 4.2px rgba(0, 0, 0, 0.072), 0 11px 15px rgba(0, 0, 0, 0.1);
  transition: all .4s ease-in; }
  #quote-app.app-container .wizard__location > h4 {
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin-bottom: 2rem; }
  #quote-app.app-container .wizard__location input[type="text"] {
    width: 80%;
    padding-bottom: 1rem;
    border-bottom: .3rem solid currentColor;
    background-color: transparent; }
    #quote-app.app-container .wizard__location input[type="text"]:focus {
      color: #457AAC; }
    #quote-app.app-container .wizard__location input[type="text"]:invalid {
      color: #ce5555; }
  #quote-app.app-container .wizard__location > div {
    display: flex;
    position: absolute;
    bottom: 2rem;
    left: 3rem; }
    #quote-app.app-container .wizard__location > div button.delete-location {
      height: 4rem;
      width: 4rem;
      border-radius: 50%;
      background-color: #000;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      margin-left: 1rem; }
      #quote-app.app-container .wizard__location > div button.delete-location:hover {
        background-color: #ce5555;
      }
      #quote-app.app-container .wizard__location > div button.delete-location i.material-icons {
        pointer-events: none; }
    #quote-app.app-container .wizard__location > div button.upload-a-file {
      display: flex;
      height: 4rem;
      width: 4rem;
      border-radius: 2rem;
      background-color: #457AAC;
      color: #fff;
      cursor: pointer;
      overflow: hidden;
      position: relative;
      padding: 0;
    }
      #quote-app.app-container .wizard__location > div button.upload-a-file.expand {
        width: 18rem; }
        #quote-app.app-container .wizard__location > div button.upload-a-file.expand p {
          opacity: 1; }
      #quote-app.app-container .wizard__location > div button.upload-a-file i.material-icons, #quote-app.app-container .wizard__location > div button.upload-a-file p {
        pointer-events: none;
        line-height: 4rem; }
      #quote-app.app-container .wizard__location > div button.upload-a-file i.material-icons {
        width: 4rem;
        text-align: center; }
      #quote-app.app-container .wizard__location > div button.upload-a-file p {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 4rem;
        font-size: 1.2rem;
        text-transform: uppercase;
        letter-spacing: .1em;
        width: 13rem; }
#quote-app.app-container .wizard__spec-url {
  background-color: #008000;
  color: #fff !important;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  display: inline-block;
}
#quote-app.app-container .wizard__fixture {
  padding: 4rem 3rem;
  background-color: #fff;
  border-radius: .5rem;
  box-shadow: var(--def-shadow);
  --field-color: rgb(241, 241, 241);
  --focus-color: rgba(69, 122, 172, 0.15);
  --error-color: rgba(206, 85, 85, 0.15);
  --field-height: 4.5rem;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 2rem;
  max-width: 700px;
}

@media (max-width: 767px) {
  #quote-app.app-container .wizard__fixture {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 5px;
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 900px) {
  #quote-app.app-container .wizard__fixture {
    padding: 2rem 1.5rem;
  }
}
  /*@media (max-width: 600px) {*/
  /*  #quote-app.app-container .wizard__fixture {*/
  /*    grid-column-gap: 1rem;*/
  /*  }*/
  /*!*}*!*/
  /*@media (max-width: 400px) {*/
  /*  #quote-app.app-container .wizard__fixture {*/
  /*    grid-row-gap: 2rem; } }*/

  #quote-app.app-container .wizard__fixture .material-icons {
    cursor: pointer;
  }
  #quote-app.app-container .wizard__fixture-dimensions {
    grid-row: 1 / 2;
    grid-column: 1 / 5;
  }
    @media (max-width: 767px) {
      #quote-app.app-container .wizard__fixture-dimensions {
        grid-column: 1 / 7;

      }
    }
  #quote-app.app-container .wizard__fixture-strips {
    grid-row: 1 / 2;
    grid-column: 5 / 9;
  }
    @media (max-width: 767px) {
      #quote-app.app-container .wizard__fixture-strips {
        grid-row: 2 / 3;
        grid-column: 1 / -1;
      }
    }
  #quote-app.app-container .wizard__fixture-in {
    grid-row: 2 / 3;
    grid-column: 1 / 3; }
    @media (max-width: 767px) {
      #quote-app.app-container .wizard__fixture-in {
        grid-row: 3 / 4;
        grid-column: 1 / 4;
      }
    }

#quote-app.app-container .wizard__fixture-direction {
  grid-row: 2 / 3;
  grid-column: 7 / 9; }
@media (max-width: 767px) {
  #quote-app.app-container .wizard__fixture-direction {
    grid-row: 4 / 5;
    grid-column: 4 / 7;
  }
}
  #quote-app.app-container .wizard__fixture-out {
    grid-row: 2 / 3;
    grid-column: 3 / 5; }
    @media (max-width: 767px) {
      #quote-app.app-container .wizard__fixture-out {
        grid-row: 3 / 4;
        grid-column: 4 / 7; } }
  #quote-app.app-container .wizard__fixture-mounting {
    grid-row: 2 / 3;
    grid-column: 5 / 7; }
    @media (max-width: 767px) {
      #quote-app.app-container .wizard__fixture-mounting {
        grid-row: 4 / 5;
        grid-column: 1 / 4; } }
  #quote-app.app-container .wizard__fixture-quantity {
    grid-row: 3 / 4;
    grid-column: 1 / 5; }
    @media (max-width: 767px) {
      #quote-app.app-container .wizard__fixture-quantity {
        grid-row: 5 / 6;
        grid-column: 1 / -1; } }
  #quote-app.app-container .wizard__fixture-totals {
    grid-row: 3 / 4;
    grid-column: 5 / 9; }
    @media (max-width: 767px) {
      #quote-app.app-container .wizard__fixture-totals {
        grid-row: 6 / 7;
        grid-column: 1 / -1; } }
  #quote-app.app-container .wizard__fixture-delete {
    grid-row: 3 / 4;
    grid-column: 8 / 9; }
  @media (max-width: 767px) {
    #quote-app.app-container .wizard__fixture-delete {
      grid-row: 7 / 8;
      grid-column: 1 / 2;
    } }

  #quote-app.app-container .wizard__fixture h4 {
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #457AAC;
    line-height: 3rem; }
    @media (max-width: 767px) {
      #quote-app.app-container .wizard__fixture h4 {
        letter-spacing: .1em; } }
  #quote-app.app-container .wizard__fixture h3 {
    font-weight: 300;
    font-size: 1.8rem;
    line-height: var(--field-height); }
  #quote-app.app-container .wizard__fixture hr {
    width: 10rem;
    height: .4rem;
    background-color: #457AAC;
    border: none;
    margin: 3rem 0;
    display: none; }
  #quote-app.app-container .wizard__fixture-message {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: 400;
    margin-top: 1rem; }
  #quote-app.app-container .wizard__fixture input[type="text"], #quote-app.app-container .wizard__fixture input[type="number"] {
    background-color: var(--field-color);
    border-radius: .5rem;
    padding: 0 2rem;
    width: 100%;
    display: block;
    height: var(--field-height); }
    #quote-app.app-container .wizard__fixture input[type="text"]:focus, #quote-app.app-container .wizard__fixture input[type="text"]:hover, #quote-app.app-container .wizard__fixture input[type="number"]:focus, #quote-app.app-container .wizard__fixture input[type="number"]:hover {
      background-color: var(--focus-color); }
    #quote-app.app-container .wizard__fixture input[type="text"]:invalid, #quote-app.app-container .wizard__fixture input[type="number"]:invalid {
      background-color: var(--error-color); }
  #quote-app.app-container .wizard__fixture input[type="number"] {
    padding: 0 1rem;
    -moz-appearance: textfield; }
    #quote-app.app-container .wizard__fixture input[type="number"]::-webkit-outer-spin-button, #quote-app.app-container .wizard__fixture input[type="number"]::-webkit-inner-spin-button {
      appearance: none;
      -webkit-appearance: none; }

#quote-app.app-container .wizard__fixture-new {
  border: .4rem solid #457AAC;
  border-radius: .5rem;
  min-height: 30rem;
  transition: all .4s ease-in;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #333;
  max-width: 700px;
}
  #quote-app.app-container .wizard__fixture-new > * {
    pointer-events: none; }
  #quote-app.app-container .wizard__fixture-new:hover {
    background-color: #457AAC;
    color: #fff;
  }

#quote-app.app-container .wizard__fixture .wizard__fixture-dimensions > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr max-content);
  grid-gap: 1rem; }
  #quote-app.app-container .wizard__fixture .wizard__fixture-dimensions > div select {
    letter-spacing: .2em; }

#quote-app.app-container .wizard__fixture .wizard__fixture-dimensions p {
  line-height: var(--field-height);
  font-size: 1.2rem; }

#quote-app.app-container .wizard__fixture .wizard__fixture-quantity {
  margin-top: 3rem;
  position: relative; }
  #quote-app.app-container .wizard__fixture .wizard__fixture-quantity > div {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    grid-gap: 1rem; }
    #quote-app.app-container .wizard__fixture .wizard__fixture-quantity > div input[type="number"] {
      max-width: 5rem;
      min-width: 4rem; }
    #quote-app.app-container .wizard__fixture .wizard__fixture-quantity > div i.material-icons {
      line-height: var(--field-height); }
  #quote-app.app-container .wizard__fixture .wizard__fixture-quantity::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: -4rem;
    width: 10rem;
    height: .4rem;
    background-color: #457AAC; }

#quote-app.app-container .wizard__fixture .wizard__fixture-totals {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  grid-gap: 4rem;
  align-self: end; }

#quote-app.app-container .wizard__fixture .wizard__fixture-delete {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 100;
}
  #quote-app.app-container .wizard__fixture .wizard__fixture-delete button {
    height: var(--field-height);
    width: var(--field-height);
    border-radius: 50%;
    background-color: #444;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center; }
    #quote-app.app-container .wizard__fixture .wizard__fixture-delete button i.material-icons {
      pointer-events: none; }

  #quote-app.app-container .wizard__fixture .wizard__fixture-delete button:hover {
      background-color: #ce5555;
  }

#quote-app.app-container .wizard__select {
  background-color: var(--field-color);
  border-radius: .5rem;
  width: 100%;
  display: block;
  height: var(--field-height);
  overflow: hidden;
  position: relative;
  cursor: pointer; }
  #quote-app.app-container .wizard__select select {
    cursor: pointer;
    display: block;
    height: var(--field-height);
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    padding: 0 3rem 0 1rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 1.4rem;
    background-image: none;
  }
    @media (max-width: 600px) {
      #quote-app.app-container .wizard__select select {
        padding: 0 2rem 0 .75rem; } }
  #quote-app.app-container .wizard__select:hover {
    background-color: var(--focus-color); }
  #quote-app.app-container .wizard__select i.material-icons {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0.5rem;
    line-height: var(--field-height);
    pointer-events: none; }
    @media (max-width: 600px) {
      #quote-app.app-container .wizard__select i.material-icons {
        right: .5rem;
        font-size: 1.6rem; } }

#quote-app.app-container .switcher {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000000000;
  min-height: 1000vh;
  width: 100vw;
  background-color: #444;
  color: #fff;
  --btn-size: 6rem;
  transform: translate3d(-110vw, 0, 0);
  transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
  overflow: hidden; }
  #quote-app.app-container .switcher.active {
    transform: translate3d(0, 0, 0); }
  #quote-app.app-container .switcher__overview {
    padding: 5rem;
    text-align: center;
    margin-top: 15rem; }
    #quote-app.app-container .switcher__overview > [class^="ov"] {
      line-height: 1; }
    #quote-app.app-container .switcher__overview .ov-id {
      font-size: 1.6rem;
      margin-bottom: 1rem; }
    #quote-app.app-container .switcher__overview .ov-title {
      font-weight: 300;
      font-size: 3.2rem; }
    #quote-app.app-container .switcher__overview hr {
      display: block;
      margin: 2.5rem auto;
      width: 10rem;
      height: .3rem;
      background-color: currentColor;
      border: none; }
    #quote-app.app-container .switcher__overview .ov-price {
      font-weight: 300;
      font-size: 2.4rem; }
  #quote-app.app-container .switcher__edit {
    position: absolute;
    top: 5rem;
    left: 5rem;
    display: flex;
    height: var(--btn-size);
    padding: 0 2rem;
    border-radius: calc( var(--btn-size) / 2);
    background-color: #fff;
    overflow: hidden; }
    @media (max-width: 600px) {
      #quote-app.app-container .switcher__edit {
        left: 2.5rem;
        top: 2.5rem; } }
    #quote-app.app-container .switcher__edit, #quote-app.app-container .switcher__edit span, #quote-app.app-container .switcher__edit i.material-icons {
      line-height: var(--btn-size); }
    #quote-app.app-container .switcher__edit i.material-icons {
      margin-right: 1rem; }
    #quote-app.app-container .switcher__edit span {
      position: relative;
      display: block; }
  #quote-app.app-container .switcher__close {
    position: absolute;
    top: 5rem;
    right: 5rem;
    display: flex;
    height: var(--btn-size);
    width: var(--btn-size);
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff; }
    #quote-app.app-container .switcher__close i.material-icons {
      line-height: var(--btn-size); }
    @media (max-width: 600px) {
      #quote-app.app-container .switcher__close {
        right: 2.5rem;
        top: 2.5rem; } }
  #quote-app.app-container .switcher__cards {
    padding: 5rem 20rem;
    display: grid;
    grid-gap: 5rem;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    justify-items: center; }
    @media (max-width: 600px) {
      #quote-app.app-container .switcher__cards {
        padding: 5rem 2.5rem;
        margin-bottom: 10rem; } }
  #quote-app.app-container .switcher__location {
    border-radius: .5rem;
    background-color: #fff;
    color: #333;
    overflow: hidden;
    max-width: 35rem;
    cursor: pointer; }
    #quote-app.app-container .switcher__location:hover {
      transform: translateY(-3px); }
    #quote-app.app-container .switcher__location > * {
      pointer-events: none; }
    #quote-app.app-container .switcher__location .lc-body {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 4rem 3rem; }
      #quote-app.app-container .switcher__location .lc-body h4 {
        font-size: 1.2rem;
        text-transform: uppercase;
        letter-spacing: .2em;
        margin-bottom: 1rem; }
      #quote-app.app-container .switcher__location .lc-body h3 {
        font-weight: 300;
        font-size: 2.4rem;
        line-height: 1; }
      #quote-app.app-container .switcher__location .lc-body hr {
        height: .3rem;
        width: 10rem;
        background-color: #457AAC;
        border: none;
        margin: 3rem 0; }
      #quote-app.app-container .switcher__location .lc-body > div {
        height: 3rem;
        width: 3rem;
        border-radius: 50%;
        background-color: #444;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center; }
    #quote-app.app-container .switcher__location .lc-total {
      background-color: #457AAC;
      min-width: 30rem;
      color: #fff;
      padding: 2rem 4rem; }
      #quote-app.app-container .switcher__location .lc-total h4 {
        font-size: 1rem;
        letter-spacing: .2em;
        text-transform: uppercase; }
      #quote-app.app-container .switcher__location .lc-total h3 {
        font-weight: 300;
        font-size: 2rem; }

#quote-app.app-container {
  --border: solid #000;
  --header-cell: #f6f6f6;
  --padding: 2rem;
  width: 100%; }
  #quote-app.app-container .quick__page {
    min-width: 120rem;
    max-width: 140rem;
    margin: 0 auto;
    padding: 10rem 5rem;
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0 0.5px 0.7px rgba(0, 0, 0, 0.035), 0 1.3px 1.9px rgba(0, 0, 0, 0.05), 0 3px 4.5px rgba(0, 0, 0, 0.065), 0 10px 15px rgba(0, 0, 0, 0.1); }
    @media (max-width: 1200px) {
      #quote-app.app-container .quick__page {
        width: auto; } }
    @media (max-width: 900px) {
      #quote-app.app-container .quick__page {
        padding: 8rem 0; } }
    #quote-app.app-container .quick__page input:invalid,
    #quote-app.app-container .quick__page textarea:invalid,
    #quote-app.app-container .quick__page select.error {
      outline: 3px solid #ce5555 !important;
      border-color: #ce5555 !important;
      color: #ce5555 !important; }
  #quote-app.app-container .quick__header {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10rem;
    align-items: start;
    margin-bottom: 1rem;
    width: calc(100% - 2.2rem);
    padding: var(--padding);
    border: 3px solid transparent; }
    @media (max-width: 1200px) {
      #quote-app.app-container .quick__header {
        padding: none;
        border: none; } }
    #quote-app.app-container .quick__header-th, #quote-app.app-container .quick__header-td, #quote-app.app-container .quick__header input[type="number"].quick__location-th, #quote-app.app-container .quick__header input[type="text"].quick__location-td, #quote-app.app-container .quick__header input[type="number"].quick__header-th, #quote-app.app-container .quick__header input[type="text"].quick__header-td {
      width: 100%;
      font-size: inherit;
      padding: .2rem 1rem;
      border-right: 1px var(--border);
      border-left: 1px var(--border);
      border-top: 1px var(--border);
      border-bottom: 1px var(--border);
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative; }
      #quote-app.app-container .quick__header-th:focus, #quote-app.app-container .quick__header-td:focus, #quote-app.app-container .quick__header input[type="number"].quick__location-th:focus, #quote-app.app-container .quick__header input[type="text"].quick__location-td:focus, #quote-app.app-container .quick__header input[type="number"].quick__header-th:focus, #quote-app.app-container .quick__header input[type="text"].quick__header-td:focus {
        outline: none;
        background-color: rgba(69, 122, 172, 0.05);
        color: #457AAC; }
      #quote-app.app-container .quick__header-th select, #quote-app.app-container .quick__header-td select, #quote-app.app-container .quick__header input[type="number"].quick__location-th select, #quote-app.app-container .quick__header input[type="text"].quick__location-td select, #quote-app.app-container .quick__header input[type="number"].quick__header-th select, #quote-app.app-container .quick__header input[type="text"].quick__header-td select {
        border: none;
        background: none;
        font-size: inherit;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        cursor: pointer;
        padding: .2rem 1rem; }
        #quote-app.app-container .quick__header-th select:focus, #quote-app.app-container .quick__header-td select:focus, #quote-app.app-container .quick__header input[type="number"].quick__location-th select:focus, #quote-app.app-container .quick__header input[type="text"].quick__location-td select:focus, #quote-app.app-container .quick__header input[type="number"].quick__header-th select:focus, #quote-app.app-container .quick__header input[type="text"].quick__header-td select:focus {
          outline: none;
          border: none; }
        #quote-app.app-container .quick__header-th select:hover, #quote-app.app-container .quick__header-th select:focus, #quote-app.app-container .quick__header-td select:hover, #quote-app.app-container .quick__header-td select:focus, #quote-app.app-container .quick__header input[type="number"].quick__location-th select:hover, #quote-app.app-container .quick__header input[type="number"].quick__location-th select:focus, #quote-app.app-container .quick__header input[type="text"].quick__location-td select:hover, #quote-app.app-container .quick__header input[type="text"].quick__location-td select:focus, #quote-app.app-container .quick__header input[type="number"].quick__header-th select:hover, #quote-app.app-container .quick__header input[type="number"].quick__header-th select:focus, #quote-app.app-container .quick__header input[type="text"].quick__header-td select:hover, #quote-app.app-container .quick__header input[type="text"].quick__header-td select:focus {
          color: #457AAC; }
    #quote-app.app-container .quick__header-th, #quote-app.app-container .quick__header input[type="number"].quick__location-th, #quote-app.app-container .quick__header input[type="number"].quick__header-th {
      background-color: var(--header-cell);
      font-weight: bold; }
    #quote-app.app-container .quick__header-table {
      display: grid;
      font-size: 1.4rem;
      border: 1px var(--border);
      grid-template-columns: max-content 1fr; }
    #quote-app.app-container .quick__header-th {
      padding-right: 3rem; }
  #quote-app.app-container .quick__location {
    border: 3px var(--border);
    padding: calc( var(--padding) * 2) var(--padding);
    display: grid;
    grid-gap: 4rem;
    margin-bottom: 2rem;
    position: relative; }
    @media (max-width: 1200px) {
      #quote-app.app-container .quick__location {
        padding: none;
      } }
    #quote-app.app-container .quick__location-th,
    #quote-app.app-container .quick__location-td,
    #quote-app.app-container .quick__location input[type="number"].quick__location-th,
    #quote-app.app-container .quick__location input[type="text"].quick__location-td,
    #quote-app.app-container .quick__location input[type="number"].quick__header-th,
    #quote-app.app-container .quick__location input[type="text"].quick__header-td
    {
      width: 100%;
      font-size: 13.5px;
      padding: .2rem 1rem;
      border-right: 1px var(--border);
      border-left: 1px var(--border);
      border-top: 1px var(--border);
      border-bottom: 1px var(--border);
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative; }
      #quote-app.app-container .quick__location input[type="number"] {
        font-size: 13.5px;
      }
      #quote-app.app-container .quick__location-th:focus, #quote-app.app-container .quick__location-td:focus, #quote-app.app-container .quick__location input[type="number"].quick__location-th:focus, #quote-app.app-container .quick__location input[type="text"].quick__location-td:focus, #quote-app.app-container .quick__location input[type="number"].quick__header-th:focus, #quote-app.app-container .quick__location input[type="text"].quick__header-td:focus {
        outline: none;
        background-color: rgba(69, 122, 172, 0.05);
        color: #457AAC; }
      #quote-app.app-container .quick__location-th select, #quote-app.app-container .quick__location-td select, #quote-app.app-container .quick__location input[type="number"].quick__location-th select, #quote-app.app-container .quick__location input[type="text"].quick__location-td select, #quote-app.app-container .quick__location input[type="number"].quick__header-th select, #quote-app.app-container .quick__location input[type="text"].quick__header-td select {
        border: none;
        background: none;
        font-size: inherit;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        cursor: pointer;
        padding: .2rem 1rem; }
        #quote-app.app-container .quick__location-th select:focus, #quote-app.app-container .quick__location-td select:focus, #quote-app.app-container .quick__location input[type="number"].quick__location-th select:focus, #quote-app.app-container .quick__location input[type="text"].quick__location-td select:focus, #quote-app.app-container .quick__location input[type="number"].quick__header-th select:focus, #quote-app.app-container .quick__location input[type="text"].quick__header-td select:focus {
          outline: none;
          border: none; }
        #quote-app.app-container .quick__location-th select:hover, #quote-app.app-container .quick__location-th select:focus, #quote-app.app-container .quick__location-td select:hover, #quote-app.app-container .quick__location-td select:focus, #quote-app.app-container .quick__location input[type="number"].quick__location-th select:hover, #quote-app.app-container .quick__location input[type="number"].quick__location-th select:focus, #quote-app.app-container .quick__location input[type="text"].quick__location-td select:hover, #quote-app.app-container .quick__location input[type="text"].quick__location-td select:focus, #quote-app.app-container .quick__location input[type="number"].quick__header-th select:hover, #quote-app.app-container .quick__location input[type="number"].quick__header-th select:focus, #quote-app.app-container .quick__location input[type="text"].quick__header-td select:hover, #quote-app.app-container .quick__location input[type="text"].quick__header-td select:focus {
          color: #457AAC; }
    #quote-app.app-container .quick__location-th, #quote-app.app-container .quick__location input[type="number"].quick__location-th, #quote-app.app-container .quick__location input[type="number"].quick__header-th {
      background-color: var(--header-cell);
      font-weight: bold; }
    #quote-app.app-container .quick__location-delete,
    #quote-app.app-container .quick__location-copy{
      position: absolute;
      top: 2rem;
      right: 2rem;
      height: 4rem;
      width: 4rem;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      background-color: #444;
      color: #fff; }

      #quote-app.app-container .quick__location-delete:disabled,
      #quote-app.app-container .quick__location-copy:disabled {
        display: none;
      }
      #quote-app.app-container .quick__location-copy
      {
        right: 8rem;
      }
      #quote-app.app-container .quick__location-delete i.material-icons,
      #quote-app.app-container .quick__location-copy i.material-icons
       {
        pointer-events: none;
        font-size: 2rem; }
      #quote-app.app-container .quick__location-delete:hover {
        background-color: #ce5555; }
    #quote-app.app-container .quick__location-copy:hover {
      background-color: #457AAC;
    }
    #quote-app.app-container .quick__location-name {
      width: 50%;
      display: grid;
      font-size: 1.4rem;
      border: 1px var(--border);
      grid-template-columns: max-content 1fr; }
    #quote-app.app-container .quick__location-config {
      width: 70%;
      display: grid;
      font-size: 1.4rem;
      border: 1px var(--border);
      grid-template-columns: repeat(4, minmax(max-content, 1fr)); }

#quote-app.app-container .quick__location .fixture-direction {
  display: none !important;
}
#quote-app.app-container .quick__location.show-direction-select .quick__location-th.fixture-direction{
  display: block !important;
}
#quote-app.app-container .quick__location.show-direction-select .quick__location-td.fixture-direction{
  display: flex !important;
}

#quote-app.app-container .quick__location #profile-direction-info {
  display: none;
}

#quote-app.app-container .quick__location.show-direction-select #profile-direction-info {
  display: inline;
}
    #quote-app.app-container .quick__location-row {
      display: grid;
      border-left: 1px var(--border);
      width: 100%;
      grid-template-columns: 10rem 5rem 6rem repeat(2, 7rem) 7rem 8rem 8rem [w-start] 8.5rem [w-end] minmax(12rem, 1fr) 8rem 9rem 8rem 5rem;
      /*grid-template-columns: 10rem 5rem 6rem 6rem repeat(2, 7rem) 7rem 8rem 8rem [w-start] 8.5rem [w-end] minmax(12rem, 1fr) 8rem 9rem 8rem 5rem;*/
    }
#quote-app.app-container .quick__location.show-direction-select .quick__location-row {
  grid-template-columns: 10rem 5rem 6rem 6rem repeat(2, 7rem) 7rem 8rem 8rem [w-start] 8.5rem [w-end] minmax(12rem, 1fr) 8rem 9rem 8rem 5rem;
}
  @media (max-width: 1400px) {
        #quote-app.app-container .quick__location-row {
          grid-template-columns: 10rem 5rem 6rem repeat(2, 6rem) 7rem 8rem 8rem [w-start] 7.5rem [w-end] minmax(12rem, 1fr) 8rem 9rem 8rem 5rem; }
        }
        #quote-app.app-container .quick__location.show-direction-select .quick__location-row {
          grid-template-columns: 10rem 5rem 6rem 6rem repeat(2, 6rem) 7rem 8rem 8rem [w-start] 7.5rem [w-end] minmax(12rem, 1fr) 8rem 9rem 8rem 5rem;
        }
      }
      #quote-app.app-container .quick__location-row:nth-child(2) .quick__location-td,
      #quote-app.app-container .quick__location-row:nth-child(2) input[type="number"].quick__location-td,
      #quote-app.app-container .quick__location-row:nth-child(2) input[type="text"].quick__location-td {
        border-top: 2px var(--border) !important; }
      #quote-app.app-container .quick__location-row:last-child {
        border-left: none; }
      #quote-app.app-container .quick__location-row:nth-last-child(2) .quick__location-td,
      #quote-app.app-container .quick__location-row:nth-last-child(2) input[type="number"].quick__location-td,
      #quote-app.app-container .quick__location-row:nth-last-child(2) input[type="text"].quick__location-td {
        border-bottom: 2px var(--border) !important; }
      #quote-app.app-container .quick__location-row .span-2 {
        grid-column: span 2; }
      #quote-app.app-container .quick__location-row .span-4 {
        grid-column: span 4; }
      #quote-app.app-container .quick__location-row .span-5 {
        grid-column: span 5; }
      #quote-app.app-container .quick__location-row .span-6 {
        grid-column: span 6; }
      #quote-app.app-container .quick__location-row .span-7 {
        grid-column: span 7; }
      #quote-app.app-container .quick__location-row .quick__location-td, #quote-app.app-container .quick__location-row .quick__location-th,
      #quote-app.app-container .quick__location-row input[type="text"].quick__location-td, #quote-app.app-container .quick__location-row input[type="text"].quick__location-th,
      #quote-app.app-container .quick__location-row input[type="number"].quick__location-td, #quote-app.app-container .quick__location-row input[type="number"].quick__location-th {
        padding: .2rem .5rem; }
        #quote-app.app-container .quick__location-row .quick__location-td select, #quote-app.app-container .quick__location-row .quick__location-th select,
        #quote-app.app-container .quick__location-row input[type="text"].quick__location-td select, #quote-app.app-container .quick__location-row input[type="text"].quick__location-th select,
        #quote-app.app-container .quick__location-row input[type="number"].quick__location-td select, #quote-app.app-container .quick__location-row input[type="number"].quick__location-th select {
          padding: .2rem .5rem;
          font-size: inherit; }
      #quote-app.app-container .quick__location-row .quick__location-th,
      #quote-app.app-container .quick__location-row input[type="number"].quick__location-th,
      #quote-app.app-container .quick__location-row input[type="text"].quick__location-th {
        border-top: 2px var(--border) !important;
        border-bottom: 2px var(--border) !important; }
        #quote-app.app-container .quick__location-row .quick__location-th:last-child,
        #quote-app.app-container .quick__location-row input[type="number"].quick__location-th:last-child,
        #quote-app.app-container .quick__location-row input[type="text"].quick__location-th:last-child {
          border-right: 2px var(--border) !important; }
      #quote-app.app-container .quick__location-row .quick__location-td,
      #quote-app.app-container .quick__location-row input[type="text"].quick__location-td,
      #quote-app.app-container .quick__location-row input[type="number"].quick__location-td {
        padding: calc(.2rem + 2px) 0.5rem; }
        #quote-app.app-container .quick__location-row .quick__location-td:nth-last-child(2),
        #quote-app.app-container .quick__location-row input[type="text"].quick__location-td:nth-last-child(2),
        #quote-app.app-container .quick__location-row input[type="number"].quick__location-td:nth-last-child(2) {
          border-right: 2px var(--border) !important; }
        #quote-app.app-container .quick__location-row .quick__location-td select,
        #quote-app.app-container .quick__location-row input[type="text"].quick__location-td select,
        #quote-app.app-container .quick__location-row input[type="number"].quick__location-td select {
          left: -.1rem; }
      #quote-app.app-container .quick__location-row input[type="number"] {
        -moz-appearance: textfield;
        appearance: textfield; }
        #quote-app.app-container .quick__location-row input[type="number"]::-webkit-outer-spin-button, #quote-app.app-container .quick__location-row input[type="number"]::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }

      #quote-app.app-container .quick__location-row select.invalid {
        border: 2px solid red;
        color: red;
      }
      #quote-app.app-container .quick__location-row:first-child .quick__location-th,
      #quote-app.app-container .quick__location-row:first-child input[type="number"].quick__location-th,
      #quote-app.app-container .quick__location-row:first-child input[type="text"].quick__location-th {
        border-bottom: none; }
      #quote-app.app-container .quick__location-row .t-total-watts {
        grid-column: w-start / w-end;
        border-left: 2px var(--border);
        border-bottom: 2px var(--border);
        border-right: none;
        border-top: none; }
        #quote-app.app-container .quick__location-row .t-total-watts::after {
          content: '';
          display: block;
          position: absolute;
          height: calc(100% + 4px);
          width: 2px;
          background-color: #000;
          right: -2px;
          bottom: -2px; }
    #quote-app.app-container .quick__location-new {
      padding: .2rem 0;
      font-size: 1.4rem;
      line-height: calc(.9rem * 2.5);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      grid-column: 1 / w-start; }
      #quote-app.app-container .quick__location-new .quick__location-btn {
        font-size: inherit;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: .1em;
        cursor: pointer; }
        #quote-app.app-container .quick__location-new .quick__location-btn:hover {
          color: var(--accent); }
    #quote-app.app-container .quick__location-del {
      cursor: pointer;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }
      #quote-app.app-container .quick__location-del > span {
        background-color: #444;
        display: flex;
        justify-content: center;
        align-items: center;
        pointer-events: none;
        height: 3rem;
        width: 3rem;
        border-radius: 50%; }
        #quote-app.app-container .quick__location-del > span i.material-icons {
          pointer-events: none;
          color: #fff;
          font-size: 1.4rem; }
      #quote-app.app-container .quick__location-del:hover > span, #quote-app.app-container .quick__location-del:active > span {
        background-color: #ce5555; }
    #quote-app.app-container .quick__location-header {
      font-weight: bold;
      border-top: 2px var(--border);
      border-bottom: 2px var(--border);
      border-left: 2px var(--border);
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: var(--header-cell);
      grid-row: auto / -1;
      position: relative; }
    #quote-app.app-container .quick__location-table {
      width: 100%;
      display: block; }
      #quote-app.app-container .quick__location-table-row {
        display: grid;
        border-left: 1px var(--border);
        width: 100%;
        grid-template-columns: 5rem 6rem repeat(2, 7rem) 4rem 6rem 8rem [w-start] 8.5rem [w-end] minmax(12rem, 1fr) 8rem 8rem 8rem 5rem;
      }

      #quote-app.app-container .quick__location.show-direction-select .quick__location-table-row {
        grid-template-columns: 5rem 8rem repeat(2, 7rem) 5rem 7rem 8rem [w-start] 7.5rem [w-end] minmax(12rem, 1fr) 8rem 8rem 8rem 5rem;
      }

        @media (max-width: 1400px) {
          #quote-app.app-container .quick__location-table-row {
            grid-template-columns: 5rem 6rem repeat(2, 6rem) 5rem 6rem 7rem [w-start] 7.5rem [w-end] minmax(12rem, 1fr) 8rem 8rem 8rem 5rem;
          }
          #quote-app.app-container .quick__location.show-direction-select .quick__location-table-row {
            grid-template-columns: 5rem 6rem repeat(2, 6rem) 6.5rem 8rem 9.5rem [w-start] 7.5rem [w-end] minmax(12rem, 1fr) 8rem 8rem 8rem 5rem;
            /*grid-template-columns: 5rem 6rem repeat(2, 7rem) 5rem 7rem 8rem [w-start] 7.5rem [w-end] minmax(12rem, 1fr) 8rem 8rem 8rem 5rem;*/

            /*grid-template-columns: 5rem 6rem 5rem repeat(2, 6rem) 5rem 6rem 7rem [w-start] 7rem [w-end] minmax(12rem, 1fr) 8rem 8rem 8rem 5rem;*/
          }
        }
        #quote-app.app-container .quick__location-table-row:first-child .quick__location-td,
        #quote-app.app-container .quick__location-table-row:first-child input[type="text"].quick__location-td,
        #quote-app.app-container .quick__location-table-row:first-child input[type="numnber"].quick__location-td {
          border-top: 2px var(--border) !important; }
        #quote-app.app-container .quick__location-table-row:last-child .quick__location-td,
        #quote-app.app-container .quick__location-table-row:last-child input[type="number"].quick__location-td,
        #quote-app.app-container .quick__location-table-row:last-child input[type="text"].quick__location-td {
          border-bottom: 2px var(--border) !important; }
        #quote-app.app-container .quick__location-table-row .span-2 {
          grid-column: span 2; }
        #quote-app.app-container .quick__location-table-row .span-4 {
          grid-column: span 4; }
        #quote-app.app-container .quick__location-table-row .span-5 {
          grid-column: span 5; }
        #quote-app.app-container .quick__location-table-row .span-6 {
          grid-column: span 6; }
        #quote-app.app-container .quick__location-table-row .span-7 {
          grid-column: span 7; }
        #quote-app.app-container .quick__location-table-row .quick__location-td, #quote-app.app-container .quick__location-table-row .quick__location-th,
        #quote-app.app-container .quick__location-table-row input[type="text"].quick__location-td, #quote-app.app-container .quick__location-table-row input[type="text"].quick__location-th,
        #quote-app.app-container .quick__location-table-row input[type="number"].quick__location-td, #quote-app.app-container .quick__location-table-row input[type="number"].quick__location-th {
          padding: .2rem .5rem; }
          #quote-app.app-container .quick__location-table-row .quick__location-td select, #quote-app.app-container .quick__location-table-row .quick__location-th select,
          #quote-app.app-container .quick__location-table-row input[type="text"].quick__location-td select, #quote-app.app-container .quick__location-table-row input[type="text"].quick__location-th select,
          #quote-app.app-container .quick__location-table-row input[type="number"].quick__location-td select, #quote-app.app-container .quick__location-table-row input[type="number"].quick__location-th select {
            padding: .2rem .5rem;
            font-size: inherit; }
        #quote-app.app-container .quick__location-table-row .quick__location-th,
        #quote-app.app-container .quick__location-table-row input[type="number"].quick__location-th,
        #quote-app.app-container .quick__location-table-row input[type="text"].quick__location-th {
          border-top: 2px var(--border) !important;
          border-bottom: 2px var(--border) !important; }
          #quote-app.app-container .quick__location-table-row .quick__location-th:last-child,
          #quote-app.app-container .quick__location-table-row input[type="number"].quick__location-th:last-child,
          #quote-app.app-container .quick__location-table-row input[type="text"].quick__location-th:last-child {
            border-right: 2px var(--border) !important; }
        #quote-app.app-container .quick__location-table-row .quick__location-td,
        #quote-app.app-container .quick__location-table-row input[type="text"].quick__location-td,
        #quote-app.app-container .quick__location-table-row input[type="number"].quick__location-td {
          padding: calc(.2rem + 2px) 0.5rem; }
          #quote-app.app-container .quick__location-table-row .quick__location-td:nth-last-child(2),
          #quote-app.app-container .quick__location-table-row input[type="text"].quick__location-td:nth-last-child(2),
          #quote-app.app-container .quick__location-table-row input[type="number"].quick__location-td:nth-last-child(2) {
            border-right: 2px var(--border) !important; }
          #quote-app.app-container .quick__location-table-row .quick__location-td select,
          #quote-app.app-container .quick__location-table-row input[type="text"].quick__location-td select,
          #quote-app.app-container .quick__location-table-row input[type="number"].quick__location-td select {
            left: -.1rem; }
        #quote-app.app-container .quick__location-table-row .quick__location-td select.error {
          border: 1px solid red;
        }
        #quote-app.app-container .quick__location-table-row input[type="number"] {
          -moz-appearance: textfield;
          appearance: textfield; }
          #quote-app.app-container .quick__location-table-row input[type="number"]::-webkit-outer-spin-button, #quote-app.app-container .quick__location-table-row input[type="number"]::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0; }
        #quote-app.app-container .quick__location-table-row:first-child .quick__location-th,
        #quote-app.app-container .quick__location-table-row:first-child input[type="number"].quick__location-th,
        #quote-app.app-container .quick__location-table-row:first-child input[type="text"].quick__location-th {
          border-bottom: none; }
        #quote-app.app-container .quick__location-table-row .t-total-watts {
          grid-column: w-start / w-end;
          border-left: 2px var(--border);
          border-bottom: 2px var(--border);
          border-right: none;
          border-top: none; }
          #quote-app.app-container .quick__location-table-row .t-total-watts::after {
            content: '';
            display: block;
            position: absolute;
            height: calc(100% + 4px);
            width: 2px;
            background-color: #000;
            right: -2px;
            bottom: -2px; }
    #quote-app.app-container .quick__location-ps, #quote-app.app-container .quick__location-extras {
      width: 100%;
      display: grid;
      font-size: 1.4rem;
      grid-template-columns: 15rem 1fr; }
    #quote-app.app-container .quick__location-fixture,
    #quote-app.app-container .quick__location-fixture p {
      font-size: 1.4rem; }

    #quote-app.app-container .profile-length-text {
      font-weight: bold;
    }

    #quote-app.app-container .quick__location-tooltip {
      position: absolute;
      height: 100%;
      width: 23em;
      pointer-events: none;
      opacity: 0;
      user-select: none;
      z-index: 10;
      left: 10em;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 1em;
      background-color: #444;
      color: #fff; }
      #quote-app.app-container .quick__location-tooltip-btn:focus + #quote-app.app-container .quick__location-tooltip, #quote-app.app-container .quick__location-tooltip-btn:hover + #quote-app.app-container .quick__location-tooltip {
        opacity: 1; }
      #quote-app.app-container .quick__location-tooltip-btn {
        display: block;
        font-weight: bold;
        height: 2em;
        width: 2em;
        border-radius: 50%;
        margin-left: .7em;
        background-color: transparent;
        cursor: pointer;
        border: 2px var(--border); }
        #quote-app.app-container .quick__location-tooltip-btn:focus {
          outline: none;
          border-color: var(--accent);
          color: var(--accent); }
    #quote-app.app-container .quick__location-summary {
      display: flex;
      justify-content: flex-end;
      border: 3px solid transparent;
      padding: var(--padding);
      margin-right: 2rem; }
      @media (max-width: 1200px) {
        #quote-app.app-container .quick__location-summary {
          padding: none;
          border: none; } }
      #quote-app.app-container .quick__location-summary-table {
        display: grid;
        font-size: 1.4rem;
        border: 1px var(--border);
        grid-template-columns: repeat(2, 15rem);
        justify-self: flex-end;
      }
  #quote-app.app-container .quick__button {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 1.6rem;
    font-weight: bold;
    color: #333; }
  #quote-app.app-container .quick__summary {
    display: flex;
    justify-content: space-between;
    padding: var(--padding);
    border: 3px solid transparent; }
    @media (max-width: 1200px) {
      #quote-app.app-container .quick__summary {
        padding: none;
        border: none; } }
    #quote-app.app-container .quick__summary-th, #quote-app.app-container .quick__summary-td, #quote-app.app-container .quick__summary input[type="number"].quick__location-th, #quote-app.app-container .quick__summary input[type="text"].quick__location-td, #quote-app.app-container .quick__summary input[type="number"].quick__header-th, #quote-app.app-container .quick__summary input[type="text"].quick__header-td {
      width: 100%;
      font-size: inherit;
      padding: .2rem 1rem;
      border-right: 1px var(--border);
      border-left: 1px var(--border);
      border-top: 1px var(--border);
      border-bottom: 1px var(--border);
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative; }
      #quote-app.app-container .quick__summary-th:focus, #quote-app.app-container .quick__summary-td:focus, #quote-app.app-container .quick__summary input[type="number"].quick__location-th:focus, #quote-app.app-container .quick__summary input[type="text"].quick__location-td:focus, #quote-app.app-container .quick__summary input[type="number"].quick__header-th:focus, #quote-app.app-container .quick__summary input[type="text"].quick__header-td:focus {
        outline: none;
        background-color: rgba(69, 122, 172, 0.05);
        color: #457AAC; }
      #quote-app.app-container .quick__summary-th select, #quote-app.app-container .quick__summary-td select, #quote-app.app-container .quick__summary input[type="number"].quick__location-th select, #quote-app.app-container .quick__summary input[type="text"].quick__location-td select, #quote-app.app-container .quick__summary input[type="number"].quick__header-th select, #quote-app.app-container .quick__summary input[type="text"].quick__header-td select {
        border: none;
        background: none;
        font-size: inherit;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        cursor: pointer;
        padding: .2rem 1rem; }
        #quote-app.app-container .quick__summary-th select:focus, #quote-app.app-container .quick__summary-td select:focus, #quote-app.app-container .quick__summary input[type="number"].quick__location-th select:focus, #quote-app.app-container .quick__summary input[type="text"].quick__location-td select:focus, #quote-app.app-container .quick__summary input[type="number"].quick__header-th select:focus, #quote-app.app-container .quick__summary input[type="text"].quick__header-td select:focus {
          outline: none;
          border: none; }
        #quote-app.app-container .quick__summary-th select:hover, #quote-app.app-container .quick__summary-th select:focus, #quote-app.app-container .quick__summary-td select:hover, #quote-app.app-container .quick__summary-td select:focus, #quote-app.app-container .quick__summary input[type="number"].quick__location-th select:hover, #quote-app.app-container .quick__summary input[type="number"].quick__location-th select:focus, #quote-app.app-container .quick__summary input[type="text"].quick__location-td select:hover, #quote-app.app-container .quick__summary input[type="text"].quick__location-td select:focus, #quote-app.app-container .quick__summary input[type="number"].quick__header-th select:hover, #quote-app.app-container .quick__summary input[type="number"].quick__header-th select:focus, #quote-app.app-container .quick__summary input[type="text"].quick__header-td select:hover, #quote-app.app-container .quick__summary input[type="text"].quick__header-td select:focus {
          color: #457AAC; }
    #quote-app.app-container .quick__summary-th, #quote-app.app-container .quick__summary input[type="number"].quick__location-th, #quote-app.app-container .quick__summary input[type="number"].quick__header-th {
      background-color: var(--header-cell);
      font-weight: bold; }
    #quote-app.app-container .quick__summary-left {
      display: flex;
      flex-direction: column;
    }

    #quote-app.app-container .quick__summary-left label {
      display: flex;
      font-size: 1.6rem;
      font-weight: 700;
    }

    #quote-app.app-container .quick__summary-left input.preapproved {
      margin-left: 2rem;
    }
    #quote-app.app-container .quick__summary-left .preapproval-notes {
      border: 1px solid #000;
      padding: 10px;
    }

    #quote-app.app-container .quick__summary-table {
      justify-self: flex-end;
      display: grid;
      font-size: 1.4rem;
      border: 1px var(--border);
      grid-template-columns: repeat(2, 18rem);
      margin-left: auto;
    }
    #quote-app.app-container .quick__summary-th {
      padding-right: 3rem; }
  #quote-app.app-container .quick__nav {
    min-width: 120rem;
    max-width: 140rem;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    column-gap: 2rem;
  }
  @media print {
    #quote-app.app-container .quick__nav {
      display: none;
    }

  }
    #quote-app.app-container .quick__nav > button {
      height: 6rem;
      border-radius: 3rem;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 0.3px 1.5px rgba(0, 0, 0, 0.028), 0 0.7px 2.7px rgba(0, 0, 0, 0.04), 0 1.4px 3.4px rgba(0, 0, 0, 0.05), 0 2.5px 3.8px rgba(0, 0, 0, 0.06), 0 4.6px 4.2px rgba(0, 0, 0, 0.072), 0 11px 15px rgba(0, 0, 0, 0.1); }
      #quote-app.app-container .quick__nav > button:hover:not(:disabled) {
        transform: translateY(3px);
        box-shadow: 0 0.9px 0.8px rgba(0, 0, 0, 0.017), 0 2.5px 2.3px rgba(0, 0, 0, 0.025), 0 6px 5.4px rgba(0, 0, 0, 0.033), 0 20px 18px rgba(0, 0, 0, 0.05);
        background-image: none;
      }
    #quote-app.app-container .quick__nav:first-child {
      margin-bottom: 5rem; }
      #quote-app.app-container .quick__nav:first-child > button {
        width: 6rem;
        background-color: #fff;
        color: #333; }
        #quote-app.app-container .quick__nav:first-child > button i.material-icons {
          pointer-events: none; }
    #quote-app.app-container .quick__nav:last-child {
      margin-top: 5rem; }
      #quote-app.app-container .quick__nav:last-child button {
        background-color: #457AAC;
        color: #fff;
        padding: 0 3rem;
        margin-left: 1rem;
        text-transform: uppercase;
        letter-spacing: .15em;
        font-size: 1.4rem; }
  #quote-app.app-container .quick__nav:last-child button#qq-submit,
  #quote-app.app-container .quick__nav:last-child button#qq-approve,
  #quote-app.app-container .quick__nav:last-child button#qq-order {
    background-color: #444;
  }

#quote-app.app-container .quick__nav button:disabled {
  opacity: 0.5;
}

  @media (max-width: 767px) {


    #quote-app.app-container .quick__nav:first-child {
      margin-bottom: 1rem;
    }
  }

 @media (max-width: 1200px) {
   #quote-app.app-container .quick + .prompt {
     min-width: 120rem;
     max-width: 140rem;
   }
 }
  #quote-app.app-container .quick__installation {
    display: flex;
    justify-content: flex-end;
    padding: var(--padding);
    border: 3px solid transparent; }
    @media (max-width: 1200px) {
      #quote-app.app-container .quick__installation {
        padding: none;
        border: none; } }
    #quote-app.app-container .quick__installation label {
      display: flex;
      align-items: center;
      cursor: pointer; }
      #quote-app.app-container .quick__installation label input {
        margin-left: 2rem; }
      #quote-app.app-container .quick__installation label p {
        font-weight: bold; }

#quote-app.app-container .manager {
  --def-shadow: 
        0 0.5px 0.7px rgba(0, 0, 0, 0.035),
        0 1.3px 1.9px rgba(0, 0, 0, 0.05),
        0 3px 4.5px rgba(0, 0, 0, 0.065),
        0 10px 15px rgba(0, 0, 0, 0.1)
    ;
  --def-shadow-click: 
        0 0.5px 0.7px rgba(0, 0, 0, 0.035),
        0 1.3px 1.9px rgba(0, 0, 0, 0.05),
        0 3px 4.5px rgba(0, 0, 0, 0.065)
    ;
  --def-shadow-hover:
        0 0.8px 1.3px rgba(0, 0, 0, 0.028),
        0 2px 3.1px rgba(0, 0, 0, 0.04),
        0 3.8px 5.8px rgba(0, 0, 0, 0.05),
        0 6.7px 10.3px rgba(0, 0, 0, 0.06),
        0 12.5px 19.2px rgba(0, 0, 0, 0.072),
        0 30px 46px rgba(0, 0, 0, 0.1)
    ;
  transition: all .4s ease-in;
  --pending: orange;
  --incomplete: #ce5555;
  --complete: #8CB2D5;
  --active: #41C590;
  --archived: #a87b13;
  --field-color: rgb(241, 241, 241);
  --focus-color: rgba(69, 122, 172, 0.15);
  --error-color: rgba(206, 85, 85, 0.15);
  --field-height: 4.5rem;
  padding: 10rem; }
  @media (max-width: 1200px) {
    #quote-app.app-container .manager {
      padding: 10rem 8rem; } }
  @media (max-width: 900px) {
    #quote-app.app-container .manager {
      padding: 10rem 6rem; } }
  @media (max-width: 600px) {
    #quote-app.app-container .manager {
      padding: 0rem 2.5rem; } }
  #quote-app.app-container .manager .add-installation-quote {
    cursor: pointer; }
  #quote-app.app-container .manager__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
    grid-gap: 5rem;
    grid-column: 1 / -1;
  }
    @media (max-width: 767px) {
      #quote-app.app-container .manager__grid {
        grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
        margin-top: 2rem;
        grid-gap: 2rem;
      }
    }
  #quote-app.app-container .manager__id {
    margin-bottom: 5rem; }
    #quote-app.app-container .manager__id h1 {
      font-weight: 300;
      font-size: 4.8rem;
      color: #457AAC;
      line-height: 1.7;
      margin-bottom: .75rem; }

  @media (max-width: 767px) {
    #quote-app.app-container .manager__id {
      margin-bottom: 1.5rem;
    }
    #quote-app.app-container .manager__id h1 {
      font-size: 3rem; }

  }

  #quote-app.app-container .manager__id h4 {
      text-transform: uppercase;
      letter-spacing: .15em;
      font-weight: 400; }
  #quote-app.app-container .manager__close {
    position: fixed;
    top: 12rem;
    right: 8rem;
    z-index: 1000;
    height: 6rem;
    width: 6rem;
    border-radius: 50%;
    background-color: #fff;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: var(--def-shadow); }
    #quote-app.app-container .manager__close i.material-icons {
      pointer-events: none; }
    #quote-app.app-container .manager__close:hover {
      transform: translateY(-2px);
      box-shadow: var(--def-shadow-hover);
      background-image: none;
    }
      @media (max-width: 900px) {
        #quote-app.app-container .manager__close:hover {
          box-shadow: none; } }
    @media (max-width: 900px) {
      #quote-app.app-container .manager__close {
        top: .5rem;
        right: 2rem;
        background-color: black;
        color: #fff;
        box-shadow: none; } }

  #quote-app.app-container .manager__print-buttons {
    display: flex;
    column-gap: 1rem;
    justify-content: flex-end;
    padding-right: 8rem;
  }
  #quote-app.app-container .manager__print-btn {
    z-index: 1000;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    text-transform: uppercase;
    letter-spacing: .15rem;
    background-color: #fff;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 0.5px 0.7px rgba(0, 0, 0, 0.035), 0 1.3px 1.9px rgba(0, 0, 0, 0.05), 0 3px 4.5px rgba(0, 0, 0, 0.065), 0 10px 15px rgba(0, 0, 0, 0.1); }
    #quote-app.app-container .manager__print-complete:hover {
      transform: translateY(-2px);
      box-shadow: 0 0.8px 1.3px rgba(0, 0, 0, 0.028), 0 2px 3.1px rgba(0, 0, 0, 0.04), 0 3.8px 5.8px rgba(0, 0, 0, 0.05), 0 6.7px 10.3px rgba(0, 0, 0, 0.06), 0 12.5px 19.2px rgba(0, 0, 0, 0.072), 0 30px 46px rgba(0, 0, 0, 0.1); }
      @media (max-width: 900px) {
        #quote-app.app-container .manager__print-complete:hover {
          box-shadow: none; } }
    @media print {
      #quote-app.app-container .manager__print-btn {
        display: none; } }
    @media (max-width: 900px) {
      #quote-app.app-container .manager__print-complete {
        top: .5rem;
        right: 2rem;
        background-color: transparent;
        color: #fff;
        box-shadow: none; } }
  #quote-app.app-container .manager__card {
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: var(--def-shadow);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden; }
    #quote-app.app-container .manager__card.overview {
      background-color: #457AAC;
      color: #fff; }
      #quote-app.app-container .manager__card.overview .manager__overview {
        padding: 4rem 5rem; }
        @media (max-width: 600px) {
          #quote-app.app-container .manager__card.overview .manager__overview {
            padding: 4rem 2rem; } }
      #quote-app.app-container .manager__card.overview h4 {
        text-transform: uppercase;
        letter-spacing: .2em;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 2; }
      #quote-app.app-container .manager__card.overview h2 {
        font-weight: 300;
        font-size: 3.2rem; }
      #quote-app.app-container .manager__card.overview h3 {
        font-weight: 300;
        font-size: 2.4rem; }
      #quote-app.app-container .manager__card.overview h5 {
        text-transform: uppercase;
        letter-spacing: .2em;
        font-size: 1.4rem; }
      #quote-app.app-container .manager__card.overview h6 {
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 400;
        font-size: 1.6rem; }
      #quote-app.app-container .manager__card.overview hr {
        display: block;
        height: .5rem;
        width: 12rem;
        border: none;
        background-color: currentColor;
        opacity: .75;
        margin: 3rem 0; }
      #quote-app.app-container .manager__card.overview p {
        font-weight: bold;
        line-height: 2; }
        #quote-app.app-container .manager__card.overview p span {
          font-weight: 400; }
    #quote-app.app-container .manager__card--location {
      background-color: #444;
      color: #fff; }
      #quote-app.app-container .manager__card--location .manager__card-subtitle {
        font-size: 1.6rem;
        line-height: 2; }
      #quote-app.app-container .manager__card--location .manager__card-title {
        font-size: 3.8rem;
        margin-top: 1rem;
        color: #fff; }
      #quote-app.app-container .manager__card--location .manager__card-divider {
        opacity: .5;
        background-color: #fff; }
    #quote-app.app-container .manager__card:hover {
      box-shadow: var(--def-shadow-hover);
      transform: translateY(-3px); }
    #quote-app.app-container .manager__card:focus {
      box-shadow: var(--def-shadow-click);
      transform: translateY(2px); }

    #quote-app.app-container .manager__grid.manager__files .manager__card-content {
      justify-content: flex-start;
    }

    #quote-app.app-container .delete-attachment {
      padding: 0;
      color: var(--incomplete);
    }

    #quote-app.app-container .delete-attachment:hover {
      background-color: none;
      color: #000;
    }

    #quote-app.app-container .download-all-specs,
    #quote-app.app-container .download-all-attachments {
      background-color: #457AAC;
      color: #fff;
      font-weight: bold;
      padding: 10px;
      border-radius: 20px;
      width: fit-content;
      cursor: pointer;
    }

    #quote-app.app-container .manager__card-content {
      padding: 4rem 5rem;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media (max-width: 767px) {
        #quote-app.app-container .manager__card--location .manager__card-title {
          font-size: 2.4rem;
          margin-top: 0;
        }

        #quote-app.app-container .manager__card--location .manager__card-divider {
          margin: 1rem 0
        }

        #quote-app.app-container .manager__card-cost {
          margin-top: 0;
          font-size: 3
        }
        #quote-app.app-container .manager__card-content {
          padding: 2rem;
        }
      }
    #quote-app.app-container .manager__card-discount {
      height: 8rem;
      padding: 0 5rem;
      background-color: #333;
      border-top-right-radius: .5rem;
      border-top-left-radius: .5rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #fff; }
      #quote-app.app-container .manager__card-discount div:not(:last-child) {
        flex-grow: 1; }
      #quote-app.app-container .manager__card-discount h4 {
        font-size: 1.2rem;
        text-transform: uppercase;
        letter-spacing: .2em; }
      #quote-app.app-container .manager__card-discount h3 {
        font-weight: 300;
        font-size: 1.8rem; }
      #quote-app.app-container .manager__card-discount button {
        height: 3.5rem;
        width: 3.5rem;
        color: #fff;
        border-radius: 50%;
        border: 2px solid #fff;
        margin-right: 2.5rem;
        display: flex;
        justify-content: center;
        align-items: center; }
        #quote-app.app-container .manager__card-discount button i.material-icons {
          pointer-events: none; }

        @media (max-width: 767px) {
          #quote-app.app-container .manager__card-discount  {
            padding: 0 2rem;
          }
        }
    #quote-app.app-container .manager__card-grid {
      display: grid;
      grid-template-columns: repeat(3, max-content);
      grid-column-gap: 2.5rem;
      grid-row-gap: .5rem; }
      #quote-app.app-container .manager__card-grid h4 {
        text-transform: uppercase;
        letter-spacing: .2em;
        font-weight: bold;
        font-size: 1.4rem;
        color: #457AAC; }
      #quote-app.app-container .manager__card-grid p {
        font-family: "Lato", Arial, sans-serif;
        font-weight: 300;
        font-size: 1.8rem;
        line-height: 2; }
        #quote-app.app-container .manager__card-grid p span {
          font-size: 1.2rem;
          text-transform: uppercase;
          letter-spacing: .15em;
          font-weight: 400; }
    #quote-app.app-container .manager__card-quantity {
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: .6; }
      #quote-app.app-container .manager__card-quantity i.material-icons {
        margin-right: 1rem; }
      #quote-app.app-container .manager__card-quantity h3 {
        font-size: 2.4rem;
        font-weight: 300; }
    #quote-app.app-container .manager__card-title {
      font-weight: 400;
      font-size: 2.4rem;
      color: #457AAC;
      }
    #quote-app.app-container .manager__card-subtitle {
      text-transform: uppercase;
      letter-spacing: .2em;
      font-weight: 400;
      font-size: 1.4rem;
      margin-bottom: 1rem;
    }
    #quote-app.app-container .manager__card-divider {
      width: 10rem;
      height: 3px;
      display: block;
      margin: 1rem 0 2rem 0;
      border: none;
      background-color: #457AAC; }
    #quote-app.app-container .manager__card-text {
      font-weight: bold;
      line-height: 2; }
      #quote-app.app-container .manager__card-text span {
        font-weight: 400; }
    #quote-app.app-container .manager__card-cost {
      font-weight: 300;
      font-size: 4.8rem;
      opacity: .5;
      margin-top: 3rem; }
    #quote-app.app-container .manager__card-buttons {
      position: absolute;
      bottom: 3rem;
      right: 3rem;
      display: flex;
      justify-content: flex-end; }
      #quote-app.app-container .manager__card-buttons > button {
        height: 6rem;
        width: 6rem;
        border-radius: 50%;
        background-color: #646464;
        color: #333;
        --col: #457AAC;
        display: flex;
        justify-content: center;
        align-items: center; }
        #quote-app.app-container .manager__card-buttons > button i.material-icons {
          pointer-events: none; }
        #quote-app.app-container .manager__card-buttons > button:not(:last-child) {
          margin-right: 1.5rem; }
        #quote-app.app-container .manager__card-buttons > button:hover {
          background-color: var(--col); }
@media (max-width: 767px) {

  #quote-app.app-container .manager__card-buttons {
    bottom: 1rem;
    right: 2rem;
  }
  #quote-app.app-container .manager__card-buttons > button {
    width: 4.5rem;
    height: 4.5rem;
  }

  #quote-app.app-container .manager__card-text,
  #quote-app.app-container .manager__card-grid p {
    font-size: 1.4rem;
  }

  #quote-app.app-container .manager__card-quantity h3 {
    font-size: 2rem;
  }
}

  #quote-app.app-container .manager__heading {
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #457AAC; }
  #quote-app.app-container .manager__project {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5rem;
    margin-bottom: 10rem;
    color: #fff; }
    @media (max-width: 1200px) {
      #quote-app.app-container .manager__project {
        grid-template-columns: 1fr; }
    }

  @media (max-width: 767px) {
    #quote-app.app-container .manager__project {
      grid-gap: 1.5rem;
      margin-bottom: 1rem;
    }
  }

  #quote-app.app-container .manager__project .manager__overview,
  #quote-app.app-container .manager__project .manager__activity {
      padding: 5rem;
      display: flex;
      flex-direction: column; }
      @media (max-width: 767px) {
        #quote-app.app-container .manager__project .manager__overview,
        #quote-app.app-container .manager__project .manager__activity {
          padding: 2rem } }

    #quote-app.app-container .manager__project {
      color: #000;
    }
    #quote-app.app-container .manager__project.sm2 {
      max-width: 65rem;
      grid-template-columns: 1fr; }
    #quote-app.app-container .manager__project h4 {
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 2;
    }
    #quote-app.app-container .manager__project h2 {
      font-weight: 300;
      font-size: 3.2rem;
      margin-bottom: 10px;
    }

    #quote-app.app-container .manager__project h3 {
      font-weight: 300;
      font-size: 2.4rem;
    }
    #quote-app.app-container .manager__project h5 {
      text-transform: uppercase;
      letter-spacing: .2em;
      font-size: 1.4rem; }
    #quote-app.app-container .manager__project h6 {
      font-family: "Open Sans", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.6rem; }
    #quote-app.app-container .manager__project hr {
      display: block;
      height: .5rem;
      width: 12rem;
      border: none;
      background-color: currentColor;
      opacity: .75;
      margin: 3rem 0; }
    #quote-app.app-container .manager__project p {
      font-weight: bold;
      line-height: 2; }
      #quote-app.app-container .manager__project p span {
        font-weight: 400; }

      @media screen and (max-width: 767px) {
        #quote-app.app-container .manager__project h2 {
          font-size: 2.4rem; }

        #quote-app.app-container .manager__project h6 {
          font-size: 1.4rem;
        }
        #quote-app.app-container .manager__project hr {
          height: 0.25em;
          margin: 1rem 0;
        }
      }
  #quote-app.app-container .manager__overview {
    position: relative;
    justify-content: flex-start;
    background-color: #457AAC;
    border-radius: .5rem;
    box-shadow: var(--def-shadow);
    color: #fff;
  }
    #quote-app.app-container .manager__overview:first-child {
      background-color: #333;
      color: #fff;
    }
      #quote-app.app-container .manager__overview:first-child .manager__overview-buttons button {
        --col: #457AAC;
        background-color: #646464;
        color: #333;
        font-weight: bold; }
        #quote-app.app-container .manager__overview:first-child .manager__overview-buttons button:hover {
          background-color: var(--col);
          opacity: 1;
          background-image: none;
        }
    #quote-app.app-container .manager__overview p {
      display: flex;
      justify-content: space-between;
      max-width: 27rem; }
    #quote-app.app-container .manager__overview h3.manager__overview-cost {
      font-weight: 300;
      margin-top: 3rem;
      opacity: .5;
      font-size: 4.8rem;
      margin-bottom: 2rem; }
      @media (max-width: 767px) {
        #quote-app.app-container .manager__overview h3.manager__overview-cost {
          margin-top: 0;
          margin-bottom: 1rem;
          font-size: 3rem;
        }

        #quote-app.app-container .manager__overview p {
          font-weight: 300;
          font-size: 15.rem;
          max-width: none;
        }
      }

    #quote-app.app-container .manager__overview-buttons {
      display: flex;
      justify-content: flex-end;
      margin-top: auto;
      padding-top: 1rem;
      column-gap: 1.5rem;
    }
      #quote-app.app-container .manager__overview-buttons button {
        height: 6rem;
        width: 6rem;
        background-color: #223648;
        color: #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center; }
        #quote-app.app-container .manager__overview-buttons button.place-new-order,
        #quote-app.app-container .manager__overview-buttons button.edit-order {
          width: auto;
          border-radius: 3rem;
          padding: 0 3rem; }
        #quote-app.app-container .manager__overview-buttons button.place-new-order:disabled,
        #quote-app.app-container .manager__overview-buttons button.edit-order:disabled {
          cursor: not-allowed;
          opacity: 0.4;
        }
          #quote-app.app-container .manager__overview-buttons button.place-new-order span,
          #quote-app.app-container .manager__overview-buttons button.edit-order span {
            text-transform: uppercase;
            letter-spacing: .1em;
            font-size: 1.4rem;
            margin-right: 1.5rem; }

        #quote-app.app-container .manager__overview-buttons button i.material-icons {
          pointer-events: none; }
    @media (max-width: 767px) {
      #quote-app.app-container .manager__overview-buttons {
        justify-content: flex-start;
        width: 100%;
        margin-top: 1rem;
      }

      #quote-app.app-container .manager__overview-buttons button {
        width: 4.5rem;
        height: 4.5rem;
      }
    }

  #quote-app.app-container .manager__activity {
    justify-content: center;
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: var(--def-shadow);
    grid-column: 1 / -1;
    color: #333;
  }
    #quote-app.app-container .manager__activity h3 {
      text-transform: uppercase;
    }
    #quote-app.app-container .manager__activity h6 {
      opacity: .75; }
    #quote-app.app-container .manager__activity hr {
      margin: 0;
      margin-top: 3rem; }
    @media (max-width: 767px) {
      #quote-app.app-container .manager__activity hr {
        margin-top: 1rem;
      }
    }
    #quote-app.app-container .manager__activity.expand .manager__activity-grid .manager__log-item {
      /*height: 11.5rem;*/
      opacity: 1;
    }
    #quote-app.app-container .manager__activity-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 2rem;
      max-height: 300px;
      overflow-y: scroll;
    }
        #quote-app.app-container .manager__activity-grid .manager__log-item {
          margin-top: 2rem;
          margin-bottom: 2rem;
        }
      @media (max-width: 767px) {
        #quote-app.app-container .manager__activity-grid .manager__log-item {
          margin-top: 2rem !important;
          margin-bottom: 2rem !important;
        }
        #quote-app.app-container .manager__activity-grid {
          grid-template-columns: 1fr; } }
    #quote-app.app-container .manager__activity-index {
      height: 2.7rem;
      width: 2.7rem;
      background-color: #333;
      color: #fff;
      font-weight: bold;
      border-radius: 50%;
      margin-right: 1rem;
      display: flex;
      justify-content: center;
      align-items: center; }
    #quote-app.app-container .manager__activity-status {
      display: flex;
      align-items: center;
      margin-bottom: 1rem; }
      #quote-app.app-container .manager__activity-status h5 {
        line-height: 2.3rem; }
  #quote-app.app-container .manager__location:not(:nth-last-child(1)) {
    margin-bottom: 10rem; }
  #quote-app.app-container .manager__location-title {
    font-weight: 300;
    font-size: 4.8rem;
    text-align: center;
    color: #457AAC;
    line-height: 1.7; }
  #quote-app.app-container .manager__location-code {
    text-transform: uppercase;
    letter-spacing: .1em;
    text-align: center;
    margin-bottom: .75rem; }
  #quote-app.app-container .manager__location-status {
    text-transform: uppercase;
    letter-spacing: .1em;
    text-align: center;
    margin-bottom: .75rem; }
  #quote-app.app-container .manager__location-cost {
    font-weight: 300;
    font-size: 2.4rem;
    letter-spacing: 0;
    text-align: center; }
  #quote-app.app-container .manager__location-divider {
    width: 30rem;
    height: .5rem;
    display: block;
    margin: 3rem auto 6rem auto;
    border: none;
    background-color: #457AAC; }
  #quote-app.app-container .manager__empty svg {
    width: 100%;
    max-height: 30rem; }
  @media (max-width: 767px) {
    #quote-app.app-container .manager__location-title {
      font-size: 3rem;
    }

    #quote-app.app-container .manager__location-divider {
      height: 0.25rem;
      margin: 1rem auto;
    }
  }

  #quote-app.app-container .manager h6 {
    line-height: 1.7; }
  #quote-app.app-container .manager__client {
    margin-top: 7rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5rem; }

#quote-app.app-container .client__filter-and-search {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 3rem;
}
  #quote-app.app-container .manager__card#order-billing-address .manager__card-title {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }
    @media (max-width: 900px) {
      #quote-app.app-container .manager__client {
        grid-template-columns: 1fr; } }
    #quote-app.app-container .manager__client .manager__card {
      padding: 3rem 0; }

    #quote-app.app-container .manager__client-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 3rem; }
      @media (max-width: 1200px) {
        #quote-app.app-container .manager__client-grid {
          grid-template-columns: 1fr; } }
      @media (max-width: 900px) {
        #quote-app.app-container .manager__client-grid {
          grid-template-columns: 1fr 1fr; } }
      @media (max-width: 600px) {
        #quote-app.app-container .manager__client-grid {
          grid-template-columns: 1fr; } }
      #quote-app.app-container .manager__client-grid label.radio-check {
        grid-column: 1 / -1; }
    #quote-app.app-container .manager__client label.s2 {
      grid-column: 1 / -1; }
    #quote-app.app-container .manager__client label:not(.radio-check) span {
      display: block;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: .75rem;
      font-weight: 400;
    }
    #quote-app.app-container .manager__client label:not(.radio-check) input[type="text"], #quote-app.app-container .manager__client label:not(.radio-check) input[type="email"] {
      background-color: var(--field-color);
      border-radius: .5rem;
      padding: 0 2rem;
      display: block;
      height: var(--field-height);
      width: 100%; }
      #quote-app.app-container .manager__client label:not(.radio-check) input[type="text"]:focus, #quote-app.app-container .manager__client label:not(.radio-check) input[type="text"]:hover, #quote-app.app-container .manager__client label:not(.radio-check) input[type="email"]:focus, #quote-app.app-container .manager__client label:not(.radio-check) input[type="email"]:hover {
        background-color: var(--focus-color); }
      #quote-app.app-container .manager__client label:not(.radio-check) input[type="text"]:invalid, #quote-app.app-container .manager__client label:not(.radio-check) input[type="email"]:invalid {
        background-color: var(--error-color); }
    #quote-app.app-container .manager__client label:not(.radio-check) input[type="text"]:disabled, #quote-app.app-container .manager__client label:not(.radio-check) input[type="email"]:disabled {
      opacity: 0 !important;
      background-color: var(--field-color) !important;
      height: 0 !important; }
  #quote-app.app-container .manager__nav {
    margin-top: 10rem;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    --btn-nav: 5.5rem; }
    #quote-app.app-container .manager__nav > button {
      height: var(--btn-nav);
      color: #fff;
      padding: 0 3rem;
      display: flex;
      align-items: center;
      text-transform: uppercase;
      letter-spacing: .2em;
      font-size: 1.2rem;
      border-radius: 500px; }
      @media (max-width: 400px) {
        #quote-app.app-container .manager__nav > button {
          padding: 0 2rem; } }
      #quote-app.app-container .manager__nav > button:not(:first-child) {
        margin-left: 2rem; }
    #quote-app.app-container .manager__nav .manager__button-cancel {
      background-color: transparent;
      color: #333;
      border: 0.3rem solid #333; }
      #quote-app.app-container .manager__nav .manager__button-cancel:hover {
        background-color: #333;
        color: #fff; }
    #quote-app.app-container .manager__nav .manager__button-save,
    #quote-app.app-container .manager__nav .manager__button-edit {
      background-color: #457AAC; }

#quote-app.app-container .editor {
  --def-shadow: 
        0 0.5px 0.7px rgba(0, 0, 0, 0.035),
        0 1.3px 1.9px rgba(0, 0, 0, 0.05),
        0 3px 4.5px rgba(0, 0, 0, 0.065),
        0 10px 15px rgba(0, 0, 0, 0.1)
    ;
  --def-shadow-click: 
        0 0.5px 0.7px rgba(0, 0, 0, 0.035),
        0 1.3px 1.9px rgba(0, 0, 0, 0.05),
        0 3px 4.5px rgba(0, 0, 0, 0.065)
    ;
  --def-shadow-hover:
        0 0.8px 1.3px rgba(0, 0, 0, 0.028),
        0 2px 3.1px rgba(0, 0, 0, 0.04),
        0 3.8px 5.8px rgba(0, 0, 0, 0.05),
        0 6.7px 10.3px rgba(0, 0, 0, 0.06),
        0 12.5px 19.2px rgba(0, 0, 0, 0.072),
        0 30px 46px rgba(0, 0, 0, 0.1)
    ;
  --field-color: rgb(241, 241, 241);
  --focus-color: rgba(69, 122, 172, 0.15);
  --error-color: rgba(206, 85, 85, 0.15);
  --field-height: 4.5rem; }
  #quote-app.app-container  .editor__container {
    width: 100%;
  }
  #quote-app.app-container .editor__title {
    font-weight: 300;
    color: #457AAC;
    font-size: 4rem;
    margin-bottom: 2rem;
  }
  #quote-app.app-container .editor__sidebar.dashboard__sidebar .dashboard__new {
    margin: 0 auto 2rem auto; }
  #quote-app.app-container .editor__sidebar.dashboard__sidebar .dashboard__settings {
    position: relative;
    margin: 2rem auto 0 auto;
    left: auto;
    bottom: auto;
    transform: none; }
    #quote-app.app-container .editor__sidebar.dashboard__sidebar .dashboard__settings:hover {
      width: 17.5rem; }
  #quote-app.app-container .editor__sidebar.dashboard__sidebar .dashboard__settings, #quote-app.app-container .editor__sidebar.dashboard__sidebar .dashboard__new {
    --btn-size: 5rem; }
    #quote-app.app-container .editor__sidebar.dashboard__sidebar .dashboard__settings i.material-icons, #quote-app.app-container .editor__sidebar.dashboard__sidebar .dashboard__new i.material-icons {
      font-size: 2rem; }
    #quote-app.app-container .editor__sidebar.dashboard__sidebar .dashboard__settings p, #quote-app.app-container .editor__sidebar.dashboard__sidebar .dashboard__new p {
      left: var(--btn-size); }
  #quote-app.app-container .editor__sidebar.dashboard__sidebar .dashboard__new:hover {
    width: 17rem; }
  #quote-app.app-container .editor__body.dashboard__body {
    min-height: calc(100vh - 20rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 20rem;
  }
  #quote-app.app-container .editor__svg {
    height: 50rem;
    width: 50rem; }
    #quote-app.app-container .editor__svg svg {
      max-width: 100%;
      max-height: 100%; }

    #quote-app.app-container .dashboard__filters-container {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 1rem;
      font-weight: 400;
    }

    #quote-app.app-container .dashboard__filters-container label {
      font-weight: 400;
    }

    #quote-app.app-container .dashboard__filters-container .filter-quote {
      position: absolute;
      opacity: 0;
      z-index: -1;
    }

    #quote-app.app-container .dashboard__filters-container .filter-quote ~ span {
      display: inline-flex;
      gap: 5px;
      align-items: center;
      background-color: rgba(0, 0, 0, 0.1);
      padding: 5px 15px;
      border-radius: 50px;
      cursor: pointer;
    }

    #quote-app.app-container .dashboard__filters-container .filter-quote ~ span:hover,
    #quote-app.app-container .dashboard__filters-container .filter-quote ~ span:focus {
      background-color: #457AAC;
      color: #fff;
      background-image: linear-gradient(rgb(0 0 0 / 30%) 0 0);;
    }

    #quote-app.app-container .dashboard__filters-container .filter-quote:checked ~ span {
      background-color: #457AAC;
      color: #fff;
    }

    #quote-app.app-container .dashboard__filters-container .material-icons {
      vertical-align: middle;
    }

  .dashboard__invoice-payment-filters {
    width: 100%;
    display: flex;
    column-gap: 40px;
  }

  .dashboard__invoice-filters,
  .dashboard__payment-filters {
      display: flex;
      column-gap: 10px;
  }

#quote-app.app-container .editor .dashboard__filter {
    padding: 2rem; }
    #quote-app.app-container .editor .dashboard__filter i.material-icons {
      font-size: 2.4rem; }

    @media screen and (max-width: 767px) {

      #quote-app.app-container .dashboard__filters-container .filter-quote ~ span {
        font-size: 1.4rem;
      }

      #quote-app.app-container .dashboard__filters-container .dashboard__invoice-filters span {
        font-size: 1.4rem;
      }

      #quote-app.app-container .editor .dashboard__filters-new .material-icons {
        font-size: 2rem;
      }
    }

  #quote-app.app-container .editor__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /*grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));*/
    grid-gap: 1.5rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
    @media screen and (max-width: 1023px) {
      #quote-app.app-container .editor__list {
        grid-template-columns: 1fr;
      }
    }
  #quote-app.app-container .editor__card > * {
    pointer-events: none; }
  #quote-app.app-container .editor__card:hover {
    box-shadow: var(--def-shadow-hover);
    transform: translateY(-3px); }
  #quote-app.app-container .editor__card:focus {
    box-shadow: var(--def-shadow-click);
    transform: translateY(2px); }
  #quote-app.app-container .editor__card, #quote-app.app-container .editor__toggle-card {
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: var(--def-shadow);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 2rem 3rem; }
    @media (max-width: 900px) {
      #quote-app.app-container .editor__card, #quote-app.app-container .editor__toggle-card {
        padding: 2rem 2.5rem; } }

    #quote-app.app-container .editor__card .product-category {
      text-transform: capitalize;
    }
    #quote-app.app-container .editor__card.add-new-client {
      background-color: #457AAC;
      color: #fff;
    }

    #quote-app.app-container .editor__card h3,
    #quote-app.app-container .editor__toggle-card h3 {
      font-weight: 300;
      color: #457AAC;
    }

    #quote-app.app-container .editor__card.add-new-client h2 {
      color: #fff;
    }
    #quote-app.app-container .editor__card p, #quote-app.app-container .editor__toggle-card p {
      font-style: italic; }
    #quote-app.app-container .editor__card hr, #quote-app.app-container .editor__toggle-card hr {
      border: none;
      height: 3px;
      width: 12rem;
      margin: 1rem 0;
      background-color: #457AAC;
      opacity: .75;
      display: block; }
  #quote-app.app-container .editor__wizard {
    margin-top: 5rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 5rem; }
  #quote-app.app-container .editor__email {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 3rem;
    width: 90%;
  }

  #quote-app.app-container .editor__email textarea {
    height: auto;
  }
  #quote-app.app-container .editor__product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 5rem;
    grid-gap: 5rem; }
    #quote-app.app-container .editor__product > .editor__block-title {
      grid-column: 1 / -1;
      font-size: 3.2rem;
      margin-top: 5rem; }
    #quote-app.app-container .editor__product-title {
      grid-column: 1 / -1;
      display: flex;
      justify-content: flex-start; }
      #quote-app.app-container .editor__product-title .editor__button-delete, #quote-app.app-container .editor__product-title .editor__button-delete-client {
        --btn-size: 4.5rem;
        height: var(--btn-size);
        width: var(--btn-size);
        border-radius: 50%;
        background-color: #444;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: var(--btn-size); }
        #quote-app.app-container .editor__product-title .editor__button-delete i.material-icons, #quote-app.app-container .editor__product-title .editor__button-delete-client i.material-icons {
          pointer-events: none; }
        #quote-app.app-container .editor__product-title .editor__button-delete:hover, #quote-app.app-container .editor__product-title .editor__button-delete-client:hover {
          background-color: #ce5555; }
      #quote-app.app-container .editor__product-title input[type="text"] {
        color: #333;
        background-color: transparent;
        border-bottom: 3px solid currentColor;
        font-size: 2.4rem;
        display: block;
        width: calc(100% - 10rem);
        padding-bottom: 1rem; }
        #quote-app.app-container .editor__product-title input[type="text"]:focus {
          color: #457AAC; }
        #quote-app.app-container .editor__product-title input[type="text"]:invalid {
          color: #ce5555; }
        @media (max-width: 900px) {
          #quote-app.app-container .editor__product {
            grid-template-columns: 1fr;
            grid-gap: 2.5rem;
          }
          #quote-app.app-container .editor__product-title input[type="text"] {
            width: calc(100% - 10rem);
          }


        }
  #quote-app.app-container .editor__block {
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: var(--def-shadow);
    overflow: hidden;
    padding: 5rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: start;
    position: relative; }
    #quote-app.app-container .editor__block-noti {
      position: absolute;
      top: -1.5rem;
      right: -1.5rem;
      z-index: 10;
      height: 3rem;
      width: 3rem;
      border-radius: 50%;
      background-color: #ce5555;
      box-shadow: 0 0px 1.3px rgba(0, 0, 0, 0.053), 0 0px 4.5px rgba(0, 0, 0, 0.077), 0 0px 20px rgba(0, 0, 0, 0.13); }
    #quote-app.app-container .editor__block-title {
      color: #457AAC;
      font-weight: 300; }
    #quote-app.app-container .editor__block-text {
      margin-top: 1.2rem; }
    #quote-app.app-container .editor__block-divider {
      border: none;
      display: block;
      height: 4px;
      width: 12rem;
      margin: 2rem 0;
      background-color: #457AAC;
      opacity: .75; }
    #quote-app.app-container .editor__block-label {
      text-transform: uppercase;
      letter-spacing: .15em;
      font-size: 1.2rem;
      margin-bottom: 1rem; }
    #quote-app.app-container .editor__block-group:not(:last-child) {
      margin-bottom: 2rem; }
    #quote-app.app-container .editor__block-group input[type="text"], #quote-app.app-container .editor__block-group input[type="number"], #quote-app.app-container .editor__block-group textarea, #quote-app.app-container .editor__block-group input[type="url"] {
      background-color: var(--field-color);
      border-radius: .5rem;
      padding: 0 2rem;
      display: block;
      height: var(--field-height);
      font-weight: normal;
      width: 100%; }
      #quote-app.app-container .editor__block-group input[type="text"]:focus, #quote-app.app-container .editor__block-group input[type="text"]:hover, #quote-app.app-container .editor__block-group input[type="number"]:focus, #quote-app.app-container .editor__block-group input[type="number"]:hover, #quote-app.app-container .editor__block-group textarea:focus, #quote-app.app-container .editor__block-group textarea:hover {
        background-color: var(--focus-color); }
      #quote-app.app-container .editor__block-group input[type="text"]:invalid, #quote-app.app-container .editor__block-group input[type="number"]:invalid, #quote-app.app-container .editor__block-group textarea:invalid {
        background-color: var(--error-color); }
    #quote-app.app-container .editor__block-group .editor__select {
      width: 20rem; }
    #quote-app.app-container .editor__block-group input[type="text"].editor__product-link {
      width: 100%; }
    #quote-app.app-container .editor__block-group input[type="text"].editor__product-code {
      width: 18rem; }
    #quote-app.app-container .editor__block-group input[type="text"].editor__product-number {
      width: 10rem; }
    #quote-app.app-container .editor__block-group textarea {
      padding: 2rem;
      width: 100%;
      min-height: 12rem; }
    #quote-app.app-container .editor__block-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
      grid-gap: 3rem; }
      #quote-app.app-container .editor__block-grid:not(:last-child) {
        margin-bottom: 3rem; }

      @media (max-width: 900px) {
          #quote-app.app-container .editor__block-grid {
            grid-gap: 1rem;
        }
      }
      #quote-app.app-container .editor__block-grid label.radio-check {
        margin: .75rem 0; }
    #quote-app.app-container .editor__block-cost {
      display: flex;
      align-items: center; }
      #quote-app.app-container .editor__block-cost h2 {
        font-weight: 300;
        opacity: .6;
        margin-right: .5rem; }
  #quote-app.app-container .editor__buttons {
    margin-top: 5rem;
    margin-bottom: 5rem;
    display: flex;
    justify-content: flex-start;
    --btn-nav: 5.5rem; }
    #quote-app.app-container .editor__buttons > button {
      height: var(--btn-nav);
      color: #fff;
      padding: 0 3rem;
      display: flex;
      align-items: center;
      text-transform: uppercase;
      letter-spacing: .2em;
      font-size: 1.2rem;
      border-radius: 500px; }
      @media (max-width: 400px) {
        #quote-app.app-container .editor__buttons > button {
          padding: 0 2rem; } }
      #quote-app.app-container .editor__buttons > button:not(:first-child) {
        margin-left: 2rem; }
    #quote-app.app-container .editor__buttons .editor__button-cancel {
      background-color: transparent;
      color: #333;
      border: 0.3rem solid #333; }
      #quote-app.app-container .editor__buttons .editor__button-cancel:hover {
        background-color: #333;
        color: #fff; }
    #quote-app.app-container .editor__buttons .editor__button-save {
      background-color: #457AAC; }
  #quote-app.app-container .editor__select {
    background-color: var(--field-color);
    border-radius: .5rem;
    width: 100%;
    display: block;
    height: var(--field-height);
    overflow: hidden;
    position: relative;
    cursor: pointer; }
    #quote-app.app-container .editor__select select {
      cursor: pointer;
      display: block;
      height: var(--field-height);
      width: 100%;
      max-width: 100%;
      background-color: transparent;
      padding: 0 4rem 0 1rem;
      -webkit-appearance: none;
      appearance: none;
      background-image: none;
      font-size: 1.4rem; }
      #quote-app.app-container .editor__select select::ms-expand {
        display: none; }
      @media (max-width: 600px) {
        #quote-app.app-container .editor__select select {
          padding: 0 2rem 0 .75rem; } }
    #quote-app.app-container .editor__select:hover {
      background-color: var(--focus-color); }
    #quote-app.app-container .editor__select i.material-icons {
      position: absolute;
      z-index: 10;
      top: 0;
      right: 1rem;
      line-height: var(--field-height);
      pointer-events: none; }
      @media (max-width: 600px) {
        #quote-app.app-container .editor__select i.material-icons {
          right: .5rem;
          font-size: 1.6rem; } }
  #quote-app.app-container .editor__close {
    position: fixed;
    top: 10rem;
    right: 8rem;
    z-index: 1000;
    height: 6rem;
    width: 6rem;
    border-radius: 50%;
    background-color: #fff;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: var(--def-shadow); }
    #quote-app.app-container .editor__close i.material-icons {
      pointer-events: none; }
    #quote-app.app-container .editor__close:hover {
      transform: translateY(-2px);
      box-shadow: var(--def-shadow-hover); }
      @media (max-width: 900px) {
        #quote-app.app-container .editor__close:hover {
          box-shadow: none; } }
    @media (max-width: 900px) {
      #quote-app.app-container .editor__close {
        top: 10rem;
        right: 2rem;
      }
    }

.w-toggle {
  height: 3rem;
  width: 7rem;
  background-color: #ebebeb;
  border-radius: 5rem;
  overflow: hidden;
  cursor: pointer;
  position: relative; }
  .w-toggle.toggled {
    background-color: rgba(69, 122, 172, 0.3); }
  .w-toggle.toggled .w-toggle__dot {
    background-color: #457AAC;
    left: 4rem; }
  .w-toggle__dot {
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    background-color: silver;
    position: absolute;
    top: 0;
    left: 0; }

#quote-app.app-container .printy {
  --cell-padding: .6rem 1rem;
  --cell-border: 1px solid black;
  font-family: "Arial", "Helvetica", sans-serif !important;
  max-width: 100rem;
  min-height: 130rem;
  margin: 10rem auto;
  background-color: #fff;
  padding: 5rem;
  box-shadow: 0 0.5px 0.7px rgba(0, 0, 0, 0.035), 0 1.3px 1.9px rgba(0, 0, 0, 0.05), 0 3px 4.5px rgba(0, 0, 0, 0.065), 0 10px 15px rgba(0, 0, 0, 0.1); }

#quote-app.app-container .printy .quick__summary {
  padding-right: 0;
}

#quote-app.app-container .printy .quick__summary-th, #quote-app.app-container .printy .quick__summary-td {
  border-width: 0.5px;
  font-size: 8pt;
}
  #quote-app.app-container .printy p, #quote-app.app-container .printy td, #quote-app.app-container .printy th {
    font-size: 8pt;
  }

  @media print {

    #quote-app.app-container .printy {
      max-width: unset;
      min-height: unset;
      padding: 2rem;
      width: 100%;
      margin: 0;
      box-shadow: none;
      margin-top: .5in; }

    #quote-app.app-container .printy:not(:last-child) {
      page-break-after: always; }

    #quote-app.app-container .printy__date table td {
      padding: 3pt 8pt;
    }
  }
  #quote-app.app-container .printy th {
    font-weight: bold; }
  #quote-app.app-container .printy__header {
    display: grid;
    grid-template-columns: repeat(2, 1fr); }
    #quote-app.app-container .printy__header img {
      height: 2.5rem;
      display: block;
      margin-bottom: 1.5rem; }
  #quote-app.app-container .printy h2 {
    width: 100%;
    margin-bottom: 2rem;
    font-weight: bold;
    font-size: 14pt;
  }

  #quote-app.app-container .printy__date h2 {
    text-align: right;
  }
  #quote-app.app-container .printy__date > div {
    display: flex;
    justify-content: flex-end; }
  #quote-app.app-container .printy__date table {
    border-collapse: collapse; }
    #quote-app.app-container .printy__date table td {
      border: var(--cell-border);
      width: 32rem;
      padding: 2pt 6pt;
    }
    #quote-app.app-container .printy__date table th {
      border: var(--cell-border);
      padding: var(--cell-padding);
      width: 12rem; }
  #quote-app.app-container .printy__shipping {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: .25in;
    margin-bottom: .25in; }
    #quote-app.app-container .printy__shipping-payment {
      flex-grow: 1;
    }
    #quote-app.app-container .printy__shipping-address {
      width: max-content;
      padding: 0 .75in;
      display: grid;
      grid-template-columns: max-content 1fr;
      grid-gap: 1rem; }
  #quote-app.app-container .printy__title {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: .25in 0; }
    #quote-app.app-container .printy__title p, #quote-app.app-container .printy__title span {
      font-size: 1.2rem; }
    #quote-app.app-container .printy__title span {
      display: block;
      padding: var(--cell-padding);
      border: var(--cell-border);
      margin-left: 4rem;
      width: 65%; }
  #quote-app.app-container .printy__body {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    #quote-app.app-container .printy__body table:not(.printy__summary-table) {
      border-collapse: collapse;
      width: 100%; }
    #quote-app.app-container .printy__body th {
      background-color: #e6e6e6; }
    #quote-app.app-container .printy__body th, #quote-app.app-container .printy__body td {
      border: var(--cell-border);
      padding: var(--cell-padding); }

  #quote-app.app-container .printy__signatures {
    width: 70%;
    margin: 0 auto;
    margin-top: 1in;
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-column-gap: 3rem;
    grid-row-gap: 5rem; }
    #quote-app.app-container .printy__signatures p {
      font-weight: bold;
      line-height: 2rem; }
    #quote-app.app-container .printy__signatures span {
      display: block;
      height: 2rem;
      border-bottom: var(--cell-border);
      width: 100%; }
  #quote-app.app-container .printy__quote {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10rem;
    align-items: start;
    margin-bottom: 1rem;
    width: calc(100% - 2.2rem);
    padding: var(--padding);
    border: 3px solid transparent; }
    @media (max-width: 1200px) {
      #quote-app.app-container .printy__quote {
        padding: 0;
        border: none; } }
    #quote-app.app-container .printy__quote-th, #quote-app.app-container .printy__quote-td, #quote-app.app-container .printy__quote input[type="number"].quick__location-th, #quote-app.app-container .printy__quote input[type="text"].quick__location-td, #quote-app.app-container .printy__quote input[type="number"].quick__header-th, #quote-app.app-container .printy__quote input[type="text"].quick__header-td {
      width: 100%;
      font-size: inherit;
      padding: .2rem 1rem;
      border-right: 1px var(--border);
      border-left: 1px var(--border);
      border-top: 1px var(--border);
      border-bottom: 1px var(--border);
      display: flex;
      flex-direction: column;
      justify-content: center;
      position: relative; }
      #quote-app.app-container .printy__quote-th:focus, #quote-app.app-container .printy__quote-td:focus, #quote-app.app-container .printy__quote input[type="number"].quick__location-th:focus, #quote-app.app-container .printy__quote input[type="text"].quick__location-td:focus, #quote-app.app-container .printy__quote input[type="number"].quick__header-th:focus, #quote-app.app-container .printy__quote input[type="text"].quick__header-td:focus {
        outline: none;
        background-color: rgba(69, 122, 172, 0.05);
        color: #457AAC; }
      #quote-app.app-container .printy__quote-th select, #quote-app.app-container .printy__quote-td select, #quote-app.app-container .printy__quote input[type="number"].quick__location-th select, #quote-app.app-container .printy__quote input[type="text"].quick__location-td select, #quote-app.app-container .printy__quote input[type="number"].quick__header-th select, #quote-app.app-container .printy__quote input[type="text"].quick__header-td select {
        border: none;
        background: none;
        font-size: inherit;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        cursor: pointer;
        padding: .2rem 1rem; }
        #quote-app.app-container .printy__quote-th select:focus, #quote-app.app-container .printy__quote-td select:focus, #quote-app.app-container .printy__quote input[type="number"].quick__location-th select:focus, #quote-app.app-container .printy__quote input[type="text"].quick__location-td select:focus, #quote-app.app-container .printy__quote input[type="number"].quick__header-th select:focus, #quote-app.app-container .printy__quote input[type="text"].quick__header-td select:focus {
          outline: none;
          border: none; }
        #quote-app.app-container .printy__quote-th select:hover, #quote-app.app-container .printy__quote-th select:focus, #quote-app.app-container .printy__quote-td select:hover, #quote-app.app-container .printy__quote-td select:focus, #quote-app.app-container .printy__quote input[type="number"].quick__location-th select:hover, #quote-app.app-container .printy__quote input[type="number"].quick__location-th select:focus, #quote-app.app-container .printy__quote input[type="text"].quick__location-td select:hover, #quote-app.app-container .printy__quote input[type="text"].quick__location-td select:focus, #quote-app.app-container .printy__quote input[type="number"].quick__header-th select:hover, #quote-app.app-container .printy__quote input[type="number"].quick__header-th select:focus, #quote-app.app-container .printy__quote input[type="text"].quick__header-td select:hover, #quote-app.app-container .printy__quote input[type="text"].quick__header-td select:focus {
          color: #457AAC; }
    #quote-app.app-container .printy__quote-th, #quote-app.app-container .printy__quote input[type="number"].quick__location-th, #quote-app.app-container .printy__quote input[type="number"].quick__header-th {
      background-color: var(--header-cell);
      font-weight: bold; }
    #quote-app.app-container .printy__quote-table {
      display: grid;
      font-size: 1.4rem;
      border: 1px var(--border);
      grid-template-columns: max-content 1fr; }
    #quote-app.app-container .printy__quote-th {
      padding-right: 3rem; }

      /* new PDF styles */

      .print-quote .quick__page
      {
        padding: 5rem 10rem !important;
      }

      .print-quote .quick__container
      {
        margin-top: 50px !important;
      }

      .print-table
      {
        margin: 10px 0 !important;
        width: 100%;
        table-layout: fixed;
        border: 2px solid black;
      }

      .print-table, .print-table th, .print-table td {
        border-collapse: collapse;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
      }

      #quote-app.app-container .print-table th,
      #quote-app.app-container .print-table td {
        border: 1px solid black;
        padding: 2pt 6pt;
      }
  
      .print-table thead, .print-table .table-heading
      {
        font-weight: bold;
        background-color: #eee;
      }
  
      .text-left
      {
        text-align: left;
      }

      .print-quote .quick__summary
      {
        padding-right: 0 !important;
      }

      .print-quote .location-heading
      {
        margin-top: 40px !important;
        margin-bottom: 10px !important;
        font-weight: bold;
      }

      @media print
      {
        table, .quick__summary-table
        {
          page-break-inside: avoid;
        }

        header, .page-title-cont, .container.page-default, .page-section, #back-top
        {
          display: none !important;
        }

        .print-quote .location-heading:not(.location-heading-0)
        {
          page-break-after: avoid;
        }
      }

      @page {
        margin: 0.5cm;
      }

#qq-inst-chk {
  border: 1px solid black !important;
  border-radius: 0;
  width: 15px;
  height: 15px;
}

#qq-inst-chk:checked::before {
  width: 1.5rem;
  height: 1.5rem;
}

@media screen and (max-width: 600px) and (orientation: portrait) {

  #quote-app.app-container  #quick-container,
  #quote-app.app-container .dashboard.editor {
    overflow: hidden;
    pointer-events: none;
  }

  #quote-app.app-container #quick-container::before,
  #quote-app.app-container .dashboard.editor::before {
    content: "Please rotate your screen to access this page";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: white;
    color: black;
    font-size: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    text-align: center;
    padding: 1em;
  }

}

input.toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 4rem;
  height: 2rem;
  box-sizing: content-box;
  border: 1px solid;
  border-radius: 1em;
  vertical-align: text-bottom;
  color: #fff;
  background-color: #ccc;
}

input.toggle:checked {
  background-color: #206248;
}

input.toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  box-sizing: border-box;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.15em;
  border-radius: 50%;
  background: #fff;
}

input.toggle:checked::before {
  left: 2rem;
}

.dashboard__body .toggle-wrapper {
  grid-column: span 2;
}