html {
  background-color: #ffffff;
  font-family: 'Mulish', sans-serif;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
body {
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.general-text {
  letter-spacing: 1px;
}
/*! Must be a class for lower specifity than login-lock*/
.desktop-dx {
  width: 100%;
  height: 78%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#main-logo {
  display: flex;
  justify-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  width: 30%;
}
.logo {
  height: 100%;
  cursor: pointer;
}
.title-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  background-color: #0171a4;
}
.logo-cell {
  height: 8vh;
  grid-area: logo;
}
#pw-logo {
  font-family: 'Work Sans', sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: min(2.2dvi, 5.2dvb);
  white-space: nowrap;
  display: flex;
  align-items: center;
  color: #fff;
}
#configurator-title {
  font-size: min(2.2dvi, 5.2dvb);
  white-space: nowrap;
}
#beta-container {
  color: #fff;
  width: 15%;
  max-width: 90px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#beta-spacer {
  height: 100%;
  max-width: 90px;
  width: 15%;
}
#beta {
  width: 90%;
  min-width: min(40px, 5dvi);
  max-width: 60px;
  font-family: 'Roboto';
  font-size: min(1.5dvb, 2dvi);
  height: min(32.5%, 1.75dvi);
  margin-top: 2.5%;
  border-radius: 0.2em;
  background-color: #00b0ff;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
}
#link-phone {
  color: #92f798;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-weight: bolder;
}

#primarytitle {
  color: #fff;
  height: 100%;
  letter-spacing: 1.25px;
  width: 40%;
  display: flex;
  font-family: 'Work Sans', sans-serif;
  font-weight: 800;
  font-style: italic;
  justify-content: center;
  align-items: center;
  font-size: 4dvb;
  position: relative;
  cursor: default;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
#title-logout-container {
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 2.5%;
}
#logout {
  font-size: 2dvb;
  font-weight: 500;
  font-family: 'Work Sans', sans-serif;
  color: #80f19d;
  cursor: pointer;
}
#logout:hover {
  color: #9cffa9;
  transform: translateY(-0.5px);
}
.configtitle {
  font-size: 8vh;
  height: 100px;
}
.cable-base {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: inherit;
  flex-direction: column;
}
.cable-model {
  justify-content: center;
}
.cable-model img {
  height: auto;
  position: absolute;
  height: 14vw;
}
.cable-replica {
  justify-content: space-evenly;
  height: 80%;
  width: 100%;
}
.cable-replica img {
  position: absolute;
  top: 30%;
}
.hotbar-item-finalize .cable-replica img {
  top: auto;
}
.hotbar-item-finalize .amt-mod {
  font-size: 1.75dvb;
}

#primary-container {
  display: none;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: fixed;
  align-items: center;
}
#title-tx {
  height: 8%;
  width: 100%;
}
#login-lx {
  height: 98%;
  width: 100%;
  margin-top: 4%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#order-submitted-ox,
#m-order-submitted-ox {
  height: 80%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#m-order-submitted-ox {
  height: 90%;
}

.success-message {
  height: 20%;
  width: 70%;
  display: flex;
  font-size: 3.5dvb;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: 'Mulish';
  font-weight: bolder;
  color: #046693;
}
.success-message img {
  height: min(7dvb, 5dvi);
  padding-left: 0.5%;
  filter: invert(27%) sepia(23%) saturate(6460%) hue-rotate(178deg) brightness(96%) contrast(99%);
}
.order-number-text {
  height: 20%;
  width: 70%;
  font-size: 3dvb;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.order-number {
  padding-left: 0.5%;
}
.additional-order-info {
  height: 20%;
  width: 60%;
  line-height: 1.5;
  font-size: 2dvb;
}
.order-support-message {
  height: 10%;
  width: 60%;
  line-height: 1.5;
  font-size: 2dvb;
}

/*!11111111111111111111111111111111111  */
#credentials-title {
  font-family: 'Roboto';
  font-weight: 100;
  font-size: 3.5dvb;
}
.credential-input {
  width: 94%;
  padding: 3%;
  font-size: 1.6dvb;
  height: 5%;
  display: inline-block;
  border: none;
  background: #f1f1f1;
  font-family: 'Roboto', sans-serif;
}
input.password-btm-margin {
  margin: 5px 0 0 0;
}
.credential-input:focus,
input[type='password']:focus {
  background-color: #ddd;
  outline: none;
}
.credential-input:hover,
input[type='password']:hover {
  background-color: #e9e9e9;
}
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
.seert {
  padding: 14px 20px;
  margin: 8px 0;

  cursor: pointer;
  width: 100%;
}
.seert:hover {
  opacity: 1;
}
.login-btn {
  cursor: pointer;
  border-radius: 0.4em;
  font-size: 18px;
  height: 12%;
}
.signupbtn {
  border: none;
  font-size: 2.2dvb;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #61d956ea;
  transition: 150ms;
}
.signupbtn:hover {
  background-color: #75ff68ea;
  transform: scale(1.025);
}
#credentials-submit:focus {
  outline: none;
  background-color: #75ff68ea;
  transform: scale(1.025);
}
.login-link-text {
  color: #2592ff;
  cursor: pointer;
}
.login-link-text:hover {
  color: #1b5086;
}
.other-login-btn-container {
  width: 100%;
  display: flex;
  margin: 2% 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #f3f3f3;
  transition: 150ms;
}
.other-login-btn-container:hover {
  background: #cfcfcf;
  transform: scale(1.025);
}
.other-btn {
  font-family: 'Roboto', sans-serif;
  color: #000000cf;
  font-size: 18px;
  border: none;
  background: none;
  cursor: pointer;
}
.other-login-btn-container img,
.other-spacer {
  width: 3dvb;
  height: 3dvb;
  padding: 0 1.333dvb;
}

.credential-container {
  padding: 16px;
  width: min(50dvb, 70%);
  height: 50%;
}
.credential-container p {
  height: 5%;
  display: flex;
  font-size: 1.5dvb;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.credential-container p > span {
  margin-left: 5px;
}
.credential-container p > a {
  margin-left: 4px;
}
.credential-container label b {
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}
#credential-content {
  row-gap: 0.75dvb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.password-container {
  width: 100%;
  display: flex;
  position: relative;
}
.visibility-eye {
  position: absolute;
  cursor: pointer;
  top: 25%;
  right: 5%;
  height: 60%;
  filter: brightness(0) invert(1) contrast(0.1);
}
.visibility-eye:hover {
  filter: brightness(0) invert(1) contrast(0.5);
}
/* !/1111111111111111111111111111111111111111111111 */
#config-cx {
  height: 92%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#copyright {
  height: 2%;
  width: 100%;
  font-size: 1.4dvb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.final-btn {
  width: 20dvb;
  height: 5.5dvb;
  position: absolute;

  color: #fff;
  font-weight: bolder;
  font-size: 2.5dvb;
  border-radius: 50em;
  border: none;
  cursor: pointer;
  z-index: 1;
}
#finish-design-btn {
  right: 2.5%;
}
#reset-order-btn {
  left: 2.5%;
}

.grn-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #61d956;
  color: #fff;
  cursor: pointer;
  border: none;
  z-index: 1;
  border-radius: 2em;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  transition: 250ms;
}
.grn-btn-inactive {
  opacity: 30%;
}
.grn-btn-active {
  opacity: 100%;
}
.grn-btn-active:hover {
  background-color: #abf8a5;
  transform: scale(1.025);
}
.red-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d95656;
  color: #fff;
  cursor: pointer;
  border: none;
  z-index: 1;
  border-radius: 2em;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  transition: 250ms;
}
.red-btn:hover {
  background-color: #e78383;
  transform: scale(1.025);
}
#top-contents {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  height: 22.969%;
}
#image-container {
  min-height: 255px;
  width: 100%;
  height: 36.91%;
}
#btm-contents {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 0 2vw;
  height: 39.94%;
}

#lbar-container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
  height: 7%;
  position: absolute;
  top: 27.5vh;
  z-index: 1;
}
#lbar-left {
  border-top: #c1c1c1 solid 0.3dvb;
  border-left: #c1c1c1 solid 0.3dvb;
  margin-left: 22.5vw;
  width: 22.5vw;
}
#lbar-mid {
  width: 10vw;
  height: 75%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#lbar-right {
  border-top: #c1c1c1 solid 0.3dvb;
  border-right: #c1c1c1 solid 0.3dvb;
  margin-right: 22.5vw;
  width: 22.5vw;
}
.lbar-all {
  height: 30%;
}
.boot-top {
  z-index: 1;
}
#lghrep {
  display: flex;
  width: 100%;
  height: 100%;
  font-size: min(3dvb, 2dvi);
  align-items: center;
  justify-content: center;
}
.valid-lgh-value {
  border: solid 0.25dvb #61d956;
}
.invalid-lgh-value {
  border: solid 0.25dvb #ff3535;
}
.top-split {
  width: 33.333%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.main-grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.subgrid-format {
  display: flex;
  width: 100%;
  height: 100%;
  row-gap: 0.2dvb;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.type-align {
  text-align: center;
}
.auf-t {
  color: #3689b8;
  font-weight: bold;
  font-style: italic;
}
span.reg-sm {
  font-weight: small;
}

.preset-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 2px;
  border: 1px solid;
  grid-template-areas: 'ee jc bc a1 a2 a3 a4 a5';
  background: #fff;
}

.eecable {
  grid-area: ee;
}
.jccable {
  grid-area: jc;
}
.bccable {
  grid-area: bc;
}
.a1cable {
  grid-area: a1;
}
.a2cable {
  grid-area: a2;
}
.a3cable {
  grid-area: a3;
}
.a4cable {
  grid-area: a4;
}
.a5cable {
  grid-area: a5;
}

.config-btn {
  font-size: max(1.3dvi, 2dvb);
  font-family: 'Mulish', sans-serif;
  align-items: center;
}

.subject {
  opacity: 100%;
  cursor: pointer;
}
.subject-inactive {
  opacity: 30%;
  cursor: text;
}

.summary-hov:hover {
  background-color: #cde7ff;
  color: #333333;
  cursor: pointer;
}
.preset-hov:hover {
  background-color: #e6e6e6;
  color: #333333;
  cursor: pointer;
}

.config-btm {
  height: 100%;
  width: 14.28%;
}

.btm-nav-format {
  margin-top: -45px;
  text-align: center;
}

.activex {
  font-weight: bold;
}

.format-title {
  width: 100%;
  padding: 2.5%;
  font-size: max(1.3dvi, 2dvb);
  display: flex;
  justify-content: center;
  color: #0171a4;
  font-weight: bolder;
}
.format-selection {
  min-height: 100px;
  min-width: 200px;
  font-size: max(1.3dvi, 2dvb);
}

.gauge-subgrid {
  display: flex;
  justify-content: space-evenly;
  justify-items: center;
  align-content: space-evenly;
  width: 95%;
  height: 50%;
  flex-wrap: wrap;
}
.awg-txt {
  background: #f5f6f6;
  height: 4dvb;
  width: 20%;
  font-size: 0.9dvi;
  padding: 0.5dvb 0.3dvi;
  display: flex;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  transition: 150ms;
  will-change: transform;
}
#desktop-dx .awg-txt:hover,
#desktop-dx .awg-txt:active {
  background-color: #e6e6e6;
  cursor: pointer;
  transform: translateY(-2px);
  font-weight: bold;
}
.awg-pill:onclick {
  background-color: #bebebe;
}
.awg-inline {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 0.2dvi;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
}
.wg-sel {
  background-color: #bebebe;
  border: min(0.75dvb, 1.5dvi) #fff double;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: white;
  border-bottom-color: white;
}
.lt-sel {
  background-color: #bebebe;
  border: 0.75dvb #fff double;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: white;
  border-bottom-color: white;
}
.rt-sel {
  background-color: #bebebe;
  border: 0.75dvb #fff double;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: white;
  border-bottom-color: white;
}
.ls-sel {
  background-color: #bebebe;
  border: 0.75dvb #fff double;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: white;
  border-bottom-color: white;
}
.rs-sel {
  background-color: #bebebe;
  border: 0.75dvb #fff double;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: white;
  border-bottom-color: white;
}

.lb-sel {
  background-color: #bebebe;
  border: 0.75dvb #fff double;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: white;
  border-bottom-color: white;
}
.rb-sel {
  background-color: #bebebe;
  border: 0.75dvb #fff double;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: white;
  border-bottom-color: white;
}

.lwc-sel {
  background-color: #bebebe;
  border: 0.75dvb #fff double;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: white;
  border-bottom-color: white;
}
.lws-sel {
  background-color: #bebebe;
  border: 0.75dvb #fff double;
  border-top-color: #ffffff;
  border-left-color: #ffffff;
  border-right-color: white;
  border-bottom-color: white;
}

.ul-awg {
  padding: 0px 0px 0px 0px;
}
.sum-item {
  color: #000000;
}
#cl-grid {
  padding: 4px 0px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 116px;
  height: 50%;
}
.color-subgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: 'c1 c2 c3 c4 c5';
  justify-content: space-evenly;
  justify-items: center;
  align-content: space-evenly;
  align-items: center;
  column-gap: 2px;
  margin-top: -20px;
}

.c1 {
  grid-area: c1;
}
.c2 {
  grid-area: c2;
}
.c3 {
  grid-area: c3;
}
.c4 {
  grid-area: c4;
}
.c5 {
  grid-area: c5;
}

.col-sz {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.blue {
  background: radial-gradient(circle at 25% 10%, #4cc3d7 10%, #054b89 80%);
}
.black {
  background: radial-gradient(circle at 25% 10%, #6c6c6c 10%, #000000 80%);
}
.red {
  background: radial-gradient(circle at 25% 10%, #f58b8b 10%, #e10000 80%);
}
.white {
  background: radial-gradient(circle at 25% 10%, #f5f4f4 10%, #b7b4b4 80%);
}
.green {
  background: radial-gradient(circle at 25% 10%, #72e1d2 10%, #028d65 80%);
}
.col-na {
  background: #bebebe;
}

.col-cr {
  list-style: none;
  transition: transform 400ms;
  will-change: transform;
  height: min(8dvb, 4dvi);
  width: min(8dvb, 4dvi);
  border-radius: 50%;
  transition: 200ms;
  min-width: 50px;
  min-height: 50px;
}

#desktop-dx .col-cr:hover {
  cursor: pointer;
  transform: translateY(-4px);
}

#length-subgrid {
  display: flex;
  height: 100%;
  width: 100%;
  font-weight: bolder;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  justify-content: space-evenly;
}
.length-let {
  font-family: 'Mulish', sans-serif;
  font-size: 18px;
}
#length-buttons {
  height: 30%;
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#length-ipt-fields {
  height: 30%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1dvi;
}
.length-input-container {
  height: 100%;
  display: flex;
  align-items: center;
}
.length-btn {
  cursor: pointer;
  border-radius: 2em;
  padding: 3px 10px;
  background: #ebebeb;
  color: #0189cd;
  width: 9dvi;
  height: 1.6dvi;
  font-size: min(1.1dvi, 3dvb);
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  transition: 200ms;
}

.length-btn:hover {
  opacity: 0.4;
  transform: translateY(-3px);
}
.length-input {
  text-align: center;
  font-size: min(3dvb, 2dvi);
  transition: 150ms;
  border-radius: 0;
}
input.length-input {
  -webkit-appearance: none;
}
.length-input::placeholder {
  font-size: min(1.8dvb, 2dvi);
  color: #9e9e9e;
  font-weight: 200;
}
.length-input-ft {
  width: 6dvb;
}
.length-input-in {
  width: 8dvb;
}
.length-input-cm {
  width: 8dvb;
}
.replica-info-hc-cable .length-input-ft {
  width: 5dvb;
}
.replica-info-hc-cable .length-input-in {
  width: 6dvb;
}
.replica-info-hc-cable .length-input-cm {
  width: 6dvb;
}

.length-unit-title {
  font-size: min(2.4dvb, 2dvi);
  padding: 0 3px 0 3px;
}
.replica-info-hc-cable .length-input {
  font-size: 2.2dvb;
}
.replica-info-hc-cable .length-unit-title {
  font-size: 2dvb;
}
.lgh-sel {
  background: #0189cd;
  color: #fff;
  padding: 5px 15px;
}
#vdrop-btn {
  width: 15dvi;
  height: 20%;
  color: #ffffff;
  background-color: #eeee38;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1dvi;
  border-radius: 2em;
  cursor: pointer;
}
#dynamic-tolerance {
  color: #9a9a9a;
  padding-top: 5px;
  font-weight: 100;
  font-size: 1.1dvb;
  height: 10%;
}
#name-popup {
  position: absolute;
  display: flex;
  align-items: center;
  top: 5dvb;
  font-size: 1.3dvi;
  justify-content: center;
  background-color: #f1f1f1;
  width: 9dvi;
  height: 2.75dvi;
  z-index: 1;
}
.popup {
  display: none;
  position: absolute;
  left: 4vw;
  top: 16vh;
  background: #fdfdfd;
  width: 40vw;
  height: 40vh;
  z-index: 250;
  filter: drop-shadow(1px 3px 7px var(--col));
  --col: #00000026;
}
.popup-title {
  display: inline-flex;
  height: 12%;
  font-weight: bold;
  font-size: min(2dvi, 3dvb);
  align-items: center;
  justify-content: center;
}
.popup-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 88%;
  align-items: center;
}
.popup-text {
  font-size: 2.2dvb;
  padding: 1dvb;
  height: 36%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.popup-text > p1 {
  text-indent: 2dvi;
}
.title-cont {
  font-weight: bold;
  width: 100%;
  padding-bottom: 2px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.features {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  width: 50%;
  font-size: 1.1dvi;
}
.popup-body {
  height: 60%;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.popup-body img {
  width: 80%;
  height: auto;
}
.imgcont {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.imgcont > p1 {
  font-weight: bold;
}
.imgcont > p2 {
  color: #0171a4;
}
#confirm-reset-popup {
  top: 25%;
  width: 20%;
  height: 20%;
  --col: #00000070;
}
#confirm-reset-popup > p1 {
  padding: 2dvb;
}
#confirm-reset-popup > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
#confirm-reset-popup > div > button {
  height: 40%;
}
.question-button {
  margin-left: 2%;
  width: 2.5dvb;
  height: 2.5dvb;
  border-radius: 2em;
  border: 3px solid #0171a4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #0171a4;
  font-family: 'Roboto';
  font-size: 2.25dvb;
  cursor: pointer;
  transition: 150ms;
}
.question-button:hover {
  transform: scale(1.1);
  color: #25a0d9;
  border-color: #25a0d9;
}
/* .animate-vdrop-menu-text {
  animation: text-flash 1s ease-in-out 2;
}
@keyframes text-flash {
  0% {
    color: #000;
    font-size: 2.75dvb;
  }
  25% {
    color: #62ff53;
  }
  50% {
    font-size: 2.8dvb;
  }
  75% {
    color: #62ff53;
  }
  100% {
    color: #000;
    font-size: 2.75dvb;
  }
}
.animate-vdrop-circuit {
  animation: circuit-flash 1s ease-in-out 2;
  animation-delay: 2.5s;
}
@keyframes circuit-flash {
  0% {
    border-color: #f5f5f5;
  }
  50% {
    border: 3px solid #62ff53;
    filter: drop-shadow(1px 3px 7px var(--col));
    --col: #62ff53a8;
  }
  100% {
    border-color: #f5f5f5;
  }
} */

/* .animate-tutorial-section {
  animation: section-flash 0.75s ease-in-out 3;
  border: 3px solid #479dff;
  animation-delay: 0.75s;
  transition: 0.75s;
  transform: translateY(-2px);
}
@keyframes section-flash {
  0% {
    border: 3px solid #479dff;
    transform: translateY(-2px);
  }
  50% {
    border-color: #f5f5f5;
    transform: translateY(0);
  }
  100% {
    border: 3px solid #479dff;
    transform: translateY(-2px);
  }
} */

.sml {
  width: 48px;
  height: 30px;
  text-align: center;
  font-size: 3dvb;
  font-family: 'Mulish', sans-serif;
}

.sml::placeholder {
  font-size: 14px;
  color: #9e9e9e;
  font-weight: 200;
}

.utft {
  font-size: 20px;
}

.unit-title {
  font-size: 16px;
}

.icon {
  font-size: inherit;
  color: #0171a4;
  margin-left: 5px;
}
.icon:hover {
  cursor: pointer;
}

.initial-fade {
  animation: fadeIn ease-in 2s;
  -webkit-animation: fadeIn ease-in 2s;
  -moz-animation: fadeIn ease-in 2s;
  -o-animation: fadeIn ease-in 2s;
  -ms-animation: fadeIn ease-in 2s;
}

.hov-fade-in {
  animation: fadeIn ease-in 0.25s;
  -webkit-animation: fadeIn ease-in 0.25s;
  -moz-animation: fadeIn ease-in 0.25s;
  -o-animation: fadeIn ease-in 0.25s;
  -ms-animation: fadeIn ease-in 0.25s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.name-fade-out {
  animation: nameFade cubic-bezier(1, 0, 0.97, 1.09) 2.5s;
  -webkit-animation: nameFade cubic-bezier(1, 0, 0.97, 1.09) 2.5s;
  -moz-animation: nameFade cubic-bezier(1, 0, 0.97, 1.09) 2.5s;
  -o-animation: nameFade cubic-bezier(1, 0, 0.97, 1.09) 2.5s;
  -ms-animation: nameFade cubic-bezier(1, 0, 0.97, 1.09) 2.5s;
  opacity: 0;
}

@keyframes nameFade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes nameFade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes nameFade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes nameFade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-ms-keyframes nameFade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.white-svg {
  filter: brightness(0) invert(1);
}

.config-all {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btm-txt {
  text-align: center;
  font-family: 'Mulish', sans-serif;
  width: 60%;
  font-size: 1.5dvb;
  list-style: none;
  line-height: 2.25;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  border-radius: 50em;
  background: #f5f6f6;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  transition: 150ms;
  will-change: transform;
}
#desktop-dx .btm-txt:hover {
  opacity: 0.7;
  transform: scalex(1.05);
  will-change: transform;
  background-color: #e6e6e6;
}

.display-qh {
  padding-top: 1cqb;
}

.display {
  font-weight: 900;
  font-size: 3.25dvb;
  line-height: 2;
  cursor: pointer;
}

.stored {
  font-weight: bold;
}

.input-select:hover {
  cursor: pointer;
}

.sum-cabletype {
  font-weight: bold;
}
.sum-cabletitle {
  font-size: 22px;
  font-family: 'Mulish', sans-serif;
}

.sum-item {
  display: flex;
  align-items: center;
  font-family: 'Mulish', sans-serif;
  font-size: 18px;
  padding: 10px 20px;
  flex-direction: column;
  flex-wrap: nowrap;
  min-width: 210px;
  height: 90px;
  font-weight: bold;
  border-radius: 500px;
  cursor: pointer;
}
.sum-item:hover {
  background-color: #e6e6e6;
}
.sum-item-t {
  font-weight: normal;
}
.finalize-header-bar {
  height: 100%;
  font-size: 3.2dvb;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b6c5d3;
  width: 100%;
}
.finalize-header-title {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  color: #ffff;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.finalize-menu-btn-back {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  border-radius: 2em;
  font-size: 2.5dvb;
  left: 5%;
}
.finalize-menu-btn {
  cursor: pointer;
  transition: 200ms ease-in-out;
}
.finalize-menu-btn:hover {
  transform: scale(1.05);
  color: #86ff7b;
}
.finalize-menu-btn:hover img {
  filter: invert(79%) sepia(33%) saturate(666%) hue-rotate(62deg) brightness(105%) contrast(101%);
}

.ptr {
  cursor: pointer;
}
.gauge-reclick {
  cursor: pointer;
}

.btm-grid {
  min-height: 321px;
}

.sum-inline {
  display: inline;
}
#customer-contact-cx {
  display: flex;
  height: 63%;
  width: 100%;
  flex-direction: row;
}
#contact-container {
  height: 100%;
  width: 70%;
}
#order-info-container {
  height: 100%;
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
#order-pricing-container {
  width: 90%;
  height: 40%;
}
.order-total-container {
  width: 90%;
  height: 10%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 3.5dvb;
}
#total-cables-text {
  font-size: 1.5dvb;
}
.order-note-container {
  width: 80%;
  height: 5%;
}
#order-note {
  font-size: 1.5dvb;
}
.order-submit-container {
  width: 100%;
  height: 25%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#cable-prices-container {
  height: 75%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#additional-prices-container {
  height: 25%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cable-price-container {
  height: 33.333%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.cable-price-container-shipping {
  height: 100%;
}
.cable-price-name {
  width: 25%;
  text-align: left;
}
.cable-price-value {
  width: 10%;
}
.cable-price-x {
  width: 10%;
}
.cable-price-amt {
  width: 10%;
}
.cable-price-equals {
  width: 10%;
}
.cable-price-line-total {
  width: 20%;
}
.cable-price-ship {
  width: 55%;
  text-align: left;
}

#total-estimate-text {
  margin-right: 2%;
}
.submit-order-btn-container {
  width: 65%;
  height: 60%;
}
.submit-order-btn {
  height: 100%;
  font-size: 3.85dvb;
}

#summary-container {
  display: flex;
  flex-direction: column;
  height: 22.969%;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
#contact-body {
  display: flex;
  height: 100%;
  /* justify-content: center; */
  align-items: flex-end;
  padding-left: 10%;
}
#summary-body {
  display: inline-flex;
  width: 74%;
  height: 100%;
  font-size: 2.25dvb;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}

#cable-hotbar-hx {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
/* Must be separate to be overridden by -finalize via selectivity */
.cable-hotbar-container {
  height: 12%;
}
.cable-hotbar {
  display: flex;
  width: 100%;
  height: 80%;
  column-gap: 1.5dvb;
  align-items: flex-end;
  justify-content: center;
}
.cable-hotbar-container-finalize {
  height: 30%;
  width: 90%;
}
.cable-hotbar-finalize {
  display: none;
}
.hotbar-item {
  width: min(18%, 25dvb);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 150ms;
}
.hotbar-item:hover {
  transform: scale(1.025);
}
.hotbar-item-finalize {
  width: min(30%, 45dvb);
}
.base-cable {
  width: 100%;
  height: 100%;
  border-radius: min(1.5dvb, 0.85dvi);
  background: #fff;
  display: flex;
  align-items: center;
  border: #c5c4c4 solid 0.3dvb;
  justify-content: space-evenly;
  cursor: pointer;
  position: relative;
}
.created-cable {
  border: #484848 solid 0.3dvb;
}
.created-cable:hover {
  border: #10acf2 solid 0.3dvb;
}
.blue-border:hover {
  border-color: #10acf2;
}
.red-border:hover {
  border-color: #f41111;
}
.incomplete-cable {
  border-color: #f41111;
}

:not(.finalize-m) > .created-cable:hover .delete-cable {
  visibility: visible;
}
:not(.hotbar-item-finalize) :not(.finalize-m) > .created-cable:hover .duplicate-cable {
  visibility: visible;
}

.replica-info {
  z-index: 1;
  position: absolute;
}

.replica-price {
  bottom: -24%;
  font-weight: bold;
  font-size: 2.1dvb;
}
.hbprice-value {
}
.request-pull-hccable {
  border-color: #00ff41;
}
.replica-name-cc-cable {
  top: 0.25dvb;
  width: 10dvi;
}
.replica-name-hc-cable {
  top: 0.5dvb;
  width: 10dvi;
}
.replica-name-hb-cable {
  bottom: 9.5dvb;
  width: 98%;
}
.replica-name-hb-cable-finalize {
  top: -22%;
  bottom: auto;
}
.replica-length-cc-cable {
  bottom: 0.5dvb;
  width: 10dvi;
}
.replica-info-hc-cable {
  display: flex;
  bottom: 0.5dvb;
  width: 93%;
}

.replica-gauge-menu-container {
  position: absolute;
  top: 6%;
  right: 21%;
  width: 25%;
  height: 20%;
  background-color: #497ba3e8;
  color: #fff;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1dvb;
}
.replica-gauge-menu-title {
  height: 20%;
  font-size: 2dvb;
  width: 100%;
  display: flex;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}
.replica-gauge-menu-body {
  width: 100%;
  height: 80%;
  padding: 1%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  row-gap: 5%;
}
.close-gauge-menu-x {
  color: #ff4343;
  position: absolute;
  display: flex;
  left: 93%;
  bottom: 85%;
  width: 5%;
  height: 15%;
  cursor: pointer;
  font-size: 2.5dvb;
  font-weight: bolder;
  align-items: center;
  justify-content: center;
  transition: 150ms;
}
.close-gauge-menu-x:hover {
  color: #ff7575;
  transform: scale(1.05);
}
.different-awg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  height: 20%;
  background-color: #7fb1c8;
  color: #fff;
  border-radius: 2em;
  cursor: pointer;
  transition: 250ms;
}
.different-awg:hover {
  background-color: #a0defb;
  transform: scale(1.05);
}
.replica-awg-container {
  display: flex;
  justify-content: center;
  width: 35%;
  align-items: center;
}
.replica-awg {
  width: 100%;
  height: 100%;
  max-width: 12dvb;
  background-color: #87949b;
  color: #eee;
  display: flex;
  border-radius: 2em;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.replica-awg:hover {
  opacity: 0.8;
}
.replica-length-container {
  width: 65%;
  display: flex;
  justify-content: flex-end;
  column-gap: 2%;
}
.replica-length-hb-cable {
  top: 5%;
  width: 10dvi;
  font-size: 1.65dvb;
}
.cable-hotbar-finalize .replica-length-hb-cable {
  top: 0.5dvb;
  font-size: 2.25dvb;
}
.replica-info > .replica-name-ipt {
  border: none;
  font-size: max(2.2dvb, 1.15dvi);
  text-align: center;
  width: 90%;
}
.replica-info > .replica-name-ipt:focus {
  text-align: center;
}
.replica-info > .replica-name-ipt::placeholder {
  font-size: 14px;
  color: #9e9e9e;
  font-weight: 200;
  text-align: center;
  font-size: max(2.2dvb, 1.3dvi);
}
.replica-name-hb-cable-finalize > .replica-name-ipt {
  font-size: max(2.5dvb, 1.1dvi);
}
.replica-name-hb-cable-finalize > .replica-name-ipt::placeholder {
  font-size: max(2.5dvb, 1.1dvi);
}
.delete-cable {
  width: 1.25dvi;
  height: 1.25dvi;
  background-color: #ff4343;
  position: absolute;
  left: 93%;
  bottom: 86%;
  border-radius: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  z-index: 100;
}
.cable-status-icon {
  color: #fff;
  font-size: 1dvb;
  width: 8dvb;
  height: 1.75dvb;
  position: absolute;
  border-radius: 0.8em;
  top: -0.15%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.status-incomplete {
  background-color: #ff4343;
}
.status-complete {
  background-color: #64e318;
}

.delete-minus {
  background-color: #fff;
  width: 0.5dvi;
  height: 0.04dvi;
  border: #ffffff 0.0005dvi solid;
  border-radius: 0.07dvi;
}
.delete-cable:hover {
  background-color: #ff8c8c;
}
.delete-cable:focus .delete-minus {
  transform: rotate(90deg);
  transition-duration: 0.35s;
  height: 0.04dvi;
  width: 0.5dvi;
}
.confirm-action {
  display: none;
  flex-direction: column;
  align-items: center;
  row-gap: 0.5dvb;
}
.confirm-action-title {
  font-size: min(1.25dvi, 1.8dvb);
  font-weight: bolder;
}
.confirm-action-yes {
  color: #fff;
  width: 50%;
  border-radius: 1em;
}
.confirm-delete-yes {
  background-color: #ff4343;
}
.confirm-delete-yes:hover {
  background-color: #ffb3b3;
}
.confirm-duplicate-yes {
  background-color: #10acf2;
}
.confirm-duplicate-yes:hover {
  background-color: #00d5ff;
}
.confirm-new-yes {
  background-color: #10acf2;
}
.confirm-new-yes:hover {
  background-color: #00d5ff;
}
.selected-green {
  background-color: #49ff43;
}
.duplicate-cable {
  visibility: hidden;
  width: 1.25dvi;
  height: 1.25dvi;
  position: absolute;
  left: 90%;
  top: 70%;
  z-index: 10;
}
.duplicate-cable:hover .duplicate-bottom,
.duplicate-cable:hover .duplicate-top {
  border: solid 2px #8f8f8f;
}
.duplicate-cable:hover .duplicate-plus {
  background-color: #8f8f8f;
}
.duplicate-bottom {
  background-color: #fff;
  height: 80%;
  width: 80%;
  border-radius: 0.3dvi;
  border: solid 2px #3e3e3e;
}
.duplicate-top {
  background-color: #fff;
  border: solid 2px #3e3e3e;
  position: absolute;
  height: 80%;
  width: 80%;
  left: 0.2dvi;
  top: 0.2dvi;
  border-radius: 0.3dvi;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.duplicate-plus {
  border: 1px #fff dotted;
  width: 3px;
  height: 3px;
  background-color: #3e3e3e;
  box-sizing: border-box;
  transform: scale(3);
}
.amount-cable {
  height: 30%;
  width: 50%;
  position: absolute;
  top: 67.5%;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: center;
  z-index: 10;
}

.amt {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.amt-add {
  width: 25%;
}
.amt-mod {
  width: 50%;
  text-align: center;
  border: none;
  font-family: 'Mulish';
}
.amt-sub {
  width: 25%;
}
.amt:not(.amt-mod) {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.inner-cable {
  width: 90%;
}

.new-cable:hover {
  border-color: #626262;
}
.new-cable:hover .new-plus {
  background-color: #626262;
}
.new-plus-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.new-plus {
  border: 1px #fff dotted;
  width: 3px;
  height: 3px;
  background-color: #c1c1c1;
  box-sizing: border-box;
  transform: scale(8);
}
.info-title {
  font-size: 3dvb;
  padding: 2%;
}

#finalize-info-container {
  width: 100%;
  height: 58%;
  display: flex;
  flex-direction: row;
}

.contact-info {
  font-size: 14px;
  font-family: sans-serif;
}
.contact-split {
  height: 80%;
  /*   width: 45%; */
  row-gap: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.contact-right > div,
.contact-left > .namealign {
  height: 15%;
}
.contact-split > .namealign > div,
.contact-split > .namealign,
.contact-right > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.contact-right > div > input {
  width: 70%;
}
.contact-left > div > input {
  width: 70%;
}
#street {
  width: 90%;
}
#street2 {
  width: 70%;
}
#city {
  width: 45%;
  justify-content: flex-end;
}
#zip {
  width: 30%;
}
#company {
  width: 60%;
}
#phone {
  width: 40%;
}
#state {
  width: 90%;
  cursor: pointer;
}
#state-province {
  width: 40%;
  margin-left: 5%;
}
#country {
  width: 90%;
  justify-content: flex-end;
  cursor: pointer;
}
.contact-split > .namealign > .address-menu {
  justify-content: flex-end;
}
.address-menu {
  height: 80%;
  width: 40%;
}
.address-menu select {
  outline: none;
  border: none;
  background: #efefef;
  width: 90%;
  height: 70%;
  font-size: 2dvb;
  font-family: 'Mulish';
  transition: 150ms;
}
.country-menu {
  width: 55%;
}
.update-info-container {
  width: 100%;
  display: none;
  font-size: 2dvb;
  align-items: flex-end;
}
.contact-right > .update-info-container {
  height: 6%;
}
.contact-left > div > .update-info-checkbox,
.contact-right > div > .update-info-checkbox {
  width: 5%;
  height: 70%;
  cursor: pointer;
}

.shipping-method-container {
  width: 100%;
  height: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.shipping-method-option-container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 50%;
  align-items: center;
  font-size: 2.2dvb;
}
.shipping-method-inner-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  transition: 250ms;
}
.shipping-method-inner-container :hover {
  transform: translateY(-1px);
}
.shipping-method-inner-container :hover .shipping-method-text {
  color: #44e534;
}
.shipping-method-inner-container :hover .shipping-method-button {
  border-color: #70ff62;
}
.shipping-method-button {
  width: 2dvb;
  height: 2dvb;
  border: 0.3dvb inset #f1f1f1;
  border-radius: 2em;
  margin-top: 0.5dvb;
}
.shipping-method-text {
  padding-left: 10px;
}
.shipping-method-button-selected {
  background-color: #70ff62;
}
#pickup-message {
  width: 90%;
  text-align: left;
  line-height: 1.5;
  font-size: 2dvb;
}

.cust-ipt {
  font-family: 'Mulish', sans-serif;
  font-size: 2.25dvb;
  width: 80%;
  border-bottom-color: #a8a8a8;
}
input.cust-ipt {
  -webkit-appearance: none;
}
.cust-ipt:focus {
  border-bottom-color: #000000;
}
.cust-ipt::placeholder {
  font-size: 2.25dvb;
  color: #9e9e9e;
  font-weight: 200;
  text-align: left;
}
.namealign {
  display: inline-flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
}
.nameal {
  padding-left: 2vw;
}
.namear {
  padding-right: 2vw;
}

.black-sk {
  background: radial-gradient(circle at 25% 10%, #6c6c6c 10%, #000000 80%);
  color: #fff;
}
.red-sk {
  background: radial-gradient(circle at 25% 10%, #f58b8b 10%, #e10000 80%);
  color: #fff;
}

#lw-grid {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#lwire-content {
  width: 100%;
  height: 55%;
}
#lwside-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 45%;
}
#lwside-title {
  padding-top: 1vh;
  padding-bottom: 1vh;
  height: 10%;
  align-items: center;
  color: #111;
}
#lwside-content {
  height: 35%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  column-gap: 2px;
  padding-top: 3px;
}
.lwside {
  height: 100%;
  width: 50%;
  justify-content: center;
}
.invalid-subject {
  color: #ff3535;
}

/* 
@media print {

}
 */
/* !sssssssssssssssssource checksssssssssssssssssssssssssssssssssss */
.check {
  margin-left: 10px;
  display: inline-block;
  transform: rotate(45deg);
  height: var(--height);
  width: var(--width);
  border-bottom: var(--checkWidth) solid var(--checkColor);
  border-right: var(--checkWidth) solid var(--checkColor);
  margin-bottom: 10px;
}
:root .check {
  --checkWidth: 3px;
  --height: 20px;
  --width: 10px;
  --checkColor: #61d956;
}

#loading-screen {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  padding: 0;
  padding-bottom: 20dvb;
  margin: 0;
  row-gap: 2dvh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
#loading-title {
  font-size: min(6dvb, 6dvi);
  height: 10%;
  display: flex;
  align-items: center;
}
#version {
  font-size: min(3dvb, 3dvi);
}
#loading {
  margin-top: 6%;
  font-size: min(3dvb, 3dvi);
}
.progress-bar {
  /* position: relative;
  box-sizing: border-box;
  width: 85%;
  max-width: 50dvi;
  height: min(5dvb, 8dvi);
  margin-top: 4dvb;
  background-color: #dedede;
  border-radius: 100em;
  color: white;
  display: flex; */

  position: relative;
  box-sizing: border-box;
  width: 85%;
  max-width: 50dvi;
  height: min(5dvb, 8dvi);
  margin-top: 2dvb;
  background-color: #dedede;
  border-radius: 100em;
  color: white;
  display: flex;
  padding: 0.25em;
  padding-left: 1.5%;
  align-items: center;
  justify-content: flex-start;
}

.progress-bar::before {
  /*   content: attr(data-label);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0.5em;
  top: 12.5%;
  bottom: 0.5em;
  width: calc(var(--width, 0) * 1%);
  min-width: 2rem;
  max-width: calc(100% - 1em);
  background-color: #0171a4;
  border-radius: 100em;
  padding: min(5dvb, 8dvi); */

  content: attr(data-label);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  left: 0.5em;
  top: 12.5%;
  bottom: 0.5em;
  width: calc(var(--width, 0) * 1%);
  min-width: 2rem;
  max-width: calc(100% - 1em);
  background-color: #0171a4;
  border-radius: 100em;
  padding: min(2dvb, 3.25dvi);
}
#loading-copyright {
  font-size: min(3dvb, 3dvi);
  position: absolute;
  bottom: 40dvb;
}

.popup-container {
  display: flex;
  background-color: #497ba3e8;
  color: #fff;
  text-align: center;
  border-radius: 1dvb;
  padding: 0% 1% 1% 1%;
  position: absolute;
  z-index: 1000;
  top: 2%;
  width: 25%;
  height: 20%;
  flex-direction: column;
  align-content: center;
  align-items: center;
  filter: drop-shadow(1px 3px 7px var(--col));
  --col: #0000001a;
  justify-content: flex-start;
}
#main-popup-title {
  font-weight: bold;
  font-size: 3dvb;
  padding: 0.5% 0;
}
#terms-popup {
  width: 45%;
  height: 40%;
}
#terms-popup-title {
  height: 15%;
  font-size: 3dvb;
  display: flex;
  align-items: center;
}
#terms-popup-text {
  font-size: 2dvb;
  height: 70%;
}
#terms-popup button {
  width: 30%;
  height: 15%;
  font-size: 2.2dvb;
}
.vdrop-incomplete {
  cursor: default;
  opacity: 0.5;
}

.popup-text {
  font-size: 2dvb;
}
.close-popup-btn {
  width: 40%;
  height: 20%;
  font-size: 2dvb;
  border-radius: 1dvb;
  margin-top: auto;
}
.input {
  outline: none;
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  background-color: #fff0;
}
/* Chrome, Safari, Edge*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}
#itl-t {
  font-size: 50px;
}

.blur-img {
  filter: blur(10px);
  transition: all 0.25s;
}

#image-loading {
  width: 8dvb;
  height: 8dvb;
}
#configurator-loading {
  width: 7dvb;
  height: 7dvb;
  position: absolute;
}
.loading-spinner {
  display: inline-block;
  width: 6dvb;
  height: 6dvb;
}
.loading-spinner:after {
  content: ' ';
  display: block;
  width: 50%;
  height: 50%;
  margin: 1.5dvb;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: loading-spinner 1.2s linear infinite;
}
@keyframes loading-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#credentials-loading:after {
  margin: 1.2dvb;
}

/** Must be after .loading-spinner */
.price-loading:after {
  margin: 0;
  margin-top: 65%;
  margin-left: 10%;
  width: 40%;
  height: 40%;
  border: 3px solid #fff;
  border-color: #707070 transparent #707070 transparent;
}
#total-quote-loading:after {
  border-color: #707070 transparent #707070 transparent;
  margin: 0;
  margin-top: 22%;
}
#leftboot,
#rightboot,
#m-leftboot,
#m-rightboot {
  opacity: 0.6;
}
