/* To Desktop Breakpoint */
/* Max applies to anything smaller, Min applies to anything bigger */
/* Destop must be min becuase screen sizes only get bigger */
/* Mobile must be max becasue screen sizes only get smaller */

@media (min-width: 900px) {
  #mobile-mx {
    display: none;
  }
  #lengthbar-m {
    display: none;
  }
  #linfo {
    width: 100%;
  }
  #logout {
    display: block;
  }
  #grn-menus {
    display: none;
  }
  .awg-txt {
    width: min(20%, 12dvb);
    height: min(2dvi, 3dvb);
    font-size: min(1.13dvi, 2dvb);
  }
  .config-btn {
    font-size: max(1.3dvi, 1.1dvb);
  }
}
@media (min-width: 1000px) {
  .awg-txt {
    width: min(20%, 12dvb);
    height: min(2dvi, 3dvb);
    font-size: min(1dvi, 2dvb);
  }
  .awg-inline {
    height: 1dvi;
  }
}
@media (min-width: 1200px) {
  .awg-txt {
    width: min(20%, 12dvb);
    height: min(2.25dvi, 4dvb);
    font-size: min(1dvi, 2dvb);
  }
  .awg-inline {
    height: 1.5dvi;
  }
}
@media (min-width: 1400px) {
  .awg-txt {
    height: min(2dvi, 4dvb);
    font-size: min(0.9dvi, 2dvb);
  }
  .awg-inline {
    height: min(2dvi, 4.5dvb);
  }
  .config-btn {
    font-size: max(1.25dvi, 1.6dvb);
  }
}
@media (min-width: 1600px) {
  .awg-txt {
    height: min(2dvi, 4dvb);
    font-size: min(0.9dvi, 2dvb);
  }
  .awg-inline {
    height: 2.5dvi;
  }
  .config-btn {
    font-size: max(1.3dvi, 2dvb);
  }
}
@media (min-width: 1700px) {
  .awg-txt {
    height: min(2dvi, 25dvb);
    font-size: min(0.9dvi, 2dvb);
  }
  .awg-inline {
    height: min(2.75dvi, 5dvb);
  }
}
@media (min-width: 2000px) {
  .awg-txt {
    height: min(2dvi, 25dvb);
    font-size: min(0.9dvi, 2dvb);
  }
}
@media (max-width: 1000px) {
  #pw-logo {
    display: none;
  }
  #configurator-title {
    font-size: min(4dvi, 40px);
  }
  #primarytitle {
    width: 65%;
  }
  #beta {
    font-size: min(1.25dvb, 2dvi);
    margin-left: 20%;
  }
}

/* To Mobile Breakpoint */
@media (max-width: 900px) {
  #desktop-dx {
    display: none;
  }
  html {
    background-color: #fff;
  }
}

/* All Mobile Styling */
@media (max-width: 900px) {
  #login-lx {
    margin-top: 20%;
  }
  #logout {
    display: none;
  }
  .cable-hotbar-conatiner {
    height: 16%;
    display: none;
  }
  /*! Remove to put hotbar back into mobile - left out since it does not format well  */
  #cable-hotbar-hx:not(.finalize-m) {
    display: none !important;
  }
  #mobile-mx {
    height: 90%;
  }
  #cable-hotbar-hx.finalize-m {
    height: 50%;
  }
  #cable-hotbar.finalize-m {
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-evenly;
    row-gap: 10%;
  }
  .hotbar-item.finalize-m {
    height: 40%;
    width: 50%;
  }
  #grn-menus {
    display: flex;
    align-items: center;
    width: 28%;
    padding-right: 2%;
    justify-content: flex-end;
  }
  #title-logout-container {
    display: none;
  }
  .hotbar-item {
    width: 25%;
  }
  .replica-name-hb-cable {
    top: -4dvb;
  }
  .submit-order-btn-container {
    height: 100%;
  }
  #hblength1,
  #hblength2,
  #hblength3 {
    opacity: 0;
  }
  #loading-title {
    font-weight: bolder;
  }
  .delete-cable,
  .duplicate-cable {
    width: 2dvi;
    height: 2dvi;
  }
  .duplicate-bottom,
  .duplicate-top {
    border-radius: 0.6dvi;
  }
  .confirm-action-title {
    font-size: min(3.25dvi, 1.8dvb);
  }

  .final-btn {
    display: none;
  }
  .col-cr {
    width: 6dvb;
    height: 6dvb;
  }
  .shk-cr {
    width: 60px;
    height: 35px;
    margin: 4px;
    border-radius: 18px;
  }
  .shk-cr:hover {
    cursor: pointer;
  }
  #customer-contact-cx {
    display: none;
  }
  .replica-price {
    bottom: -32%;
    font-size: 1.75dvi;
  }
  .lw-cr {
    width: 60px;
    height: 35px;
    margin: 4px;
    border-radius: 18px;
  }

  .bt-cr {
    margin: 4px;
    border-radius: 18px;
  }

  .tail img {
    position: absolute;
    height: 80%;
  }
  .wg-sel,
  .lt-sel,
  .rt-sel {
    background-color: #28ed15;
    color: #fff;
    border: 4px #fff double;
    border-top-color: #ffffff;
    border-left-color: #ffffff;
    border-right-color: white;
    border-bottom-color: white;
  }
  .col-sel {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border: 0.4dvb solid #28ed15;
  }
  .ls-sel {
    border: 4px #fff inset;
    border-top-color: #ffffff;
    border-left-color: #ffffff;
    border-right-color: white;
    border-bottom-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  .rs-sel {
    border: 4px #fff inset;
    border-top-color: #ffffff;
    border-left-color: #ffffff;
    border-right-color: white;
    border-bottom-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }

  .lb-sel {
    border: 4px #fff inset;
    border-top-color: #ffffff;
    border-left-color: #ffffff;
    border-right-color: white;
    border-bottom-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  .rb-sel {
    border: 4px #fff inset;
    border-top-color: #ffffff;
    border-left-color: #ffffff;
    border-right-color: white;
    border-bottom-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  .lwc-sel {
    border: 4px #fff inset;
    border-top-color: #ffffff;
    border-left-color: #ffffff;
    border-right-color: white;
    border-bottom-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }
  .lws-sel {
    border: 4px #fff inset;
    border-top-color: #ffffff;
    border-left-color: #ffffff;
    border-right-color: white;
    border-bottom-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }

  .success-message {
    width: 90%;
    font-size: 4dvi;
  }
  .order-number-text {
    font-size: 4dvi;
  }
}

/* All Mobile under 800 */
@media (max-width: 800px) {
  .replica-price {
    bottom: -26%;
    font-size: 1.75dvi;
  }
}
/* All Mobile Styling Under 700*/
@media (max-width: 700px) {
  .success-message {
    font-size: 4.5dvi;
  }
}

/* All Mobile Styling Under 600*/
@media (max-width: 600px) {
  .delete-cable,
  .duplicate-cable {
    width: 3dvi;
    height: 3dvi;
  }
  .replica-price {
    font-size: 2dvi;
    bottom: -24%;
  }
  .hotbar-item.finalize-m {
    height: 30%;
  }
}
/* All Mobile Styling Under 500*/
@media (max-width: 500px) {
  #pw-logo {
    display: flex;
    font-size: min(6.3dvi, 40px);
  }
  #configurator-title {
    display: none;
  }
  #primarytitle {
    opacity: 0;
  }
  .replica-price {
    font-size: 2.25dvi;
  }

  #m-order-review-ox .submit-order-btn-container {
    margin-top: 5%;
    height: 80%;
  }
  #m-order-review-ox #request-order-text {
    font-size: 5.5dvi;
  }
  .success-message {
    font-size: 5dvi;
  }
  .order-number-text {
    font-size: 5dvi;
  }
  .order-support-message {
    padding-top: 10%;
  }
  .submit-order-btn {
    font-size: 5.5dvi;
  }
}
/* All Mobile Styling Under 404*/
@media (max-width: 404px) {
  #title-tx {
    height: 6%;
  }
  #mobile-mx {
    height: 92%;
  }
  .mheader-content {
    height: 35px;
  }
  #grn-menus {
    display: flex;
    height: 40px;
    width: 60px;
  }
  .hotbar-item.finalize-m {
    height: 20%;
  }
  .delete-cable,
  .duplicate-cable {
    width: 4dvi;
    height: 4dvi;
  }
  .duplicate-bottom,
  .duplicate-top {
    border-radius: 0.8dvi;
  }
  .grns {
    width: 30px;
  }
  #mobile-head {
    height: 45px;
  }
  .mobile-wtype {
    font-size: 14px;
  }
  .mobile-reg {
    font-size: 12px;
  }
  .mobile-ctype {
    font-size: 10px;
  }
  #cable-mx-m {
    justify-content: flex-start;
    height: 90%;
  }
  #cable-m {
    width: 90%;
  }
  .bpill {
    font-size: 1em;
    min-width: 90px;
  }
  .clr-cr {
    margin: 2px;
  }
  .clr-cr:hover {
    cursor: pointer;
  }
  .sml {
    font-size: 22px;
  }
  .smli {
    font-size: 14px;
  }
  #vpill {
    height: 28px;
  }
  .utft {
    font-size: 18px;
  }
  .awg-pill {
    height: 42px;
  }
  #cl-grid-m {
    width: 25vh;
  }
  .clr-cr {
    width: 6vh;
    height: 6vh;
  }
  #cl-grid-m {
    width: 26vh;
    min-height: 13vh;
  }
  #bresp-t {
    top: 24vh;
  }
  #bresp-b {
    bottom: 15vh;
  }
  .order-number-text {
    font-size: 5dvi;
  }
  #m-order-submitted-ox {
    height: 92%;
  }
  .additional-order-info {
    font-size: 1.75dvb;
  }
  .order-support-message {
    font-size: 1.75dvb;
  }
  .submit-order-btn {
    font-size: 6dvi;
  }
}
/* All Mobile Styling Under 325*/
@media (max-width: 325px) {
  #title-tx {
    height: 4%;
  }
  #mobile-mx {
    height: 94%;
  }
  #m-order-submitted-ox {
    height: 94%;
  }
}
/*! Heights */
/* All Mobile HEIGHT under 800 */
@media (max-height: 800px) {
  .awg-pill {
    height: 4.4dvb;
  }
  .sub-m {
    font-size: 2dvb;
  }
  .bpill {
    font-size: 2dvb;
  }
}
/* All Mobile under 720 */
@media (max-height: 720px) {
  .clr-cr {
    width: 6vh;
    height: 6vh;
  }
  #cl-grid-m {
    width: 26vh;
    min-height: 13vh;
  }
  .mobile-wtype {
    font-size: 16px;
  }
  .mobile-ctype {
    font-size: 14px;
  }
  .bpill {
    font-size: 2dvb;
  }
  .gpill {
    max-height: 60%;
  }
  .wg-sel {
    border: 4px #fff double;
  }
}
/* All Mobile under 610 */
@media (max-height: 610px) {
  .awg-pill {
    width: 110px;
    padding: 10px 6px;
  }
  .bpill {
    min-width: 60px;
    font-size: 0.75em;
    height: 10px;
  }
  .gpill {
    max-height: 50%;
  }
  .mobile-wtype {
    font-size: 14px;
  }
  .mobile-ctype {
    font-size: 10px;
  }
  #mobile-header {
    height: 30px;
    min-width: 0px;
  }
  .mheader-content {
    height: 30px;
  }
}
/* Consider concept using
@media all and (min-width: 50px) {
 
}
 */
/*! Must sit here for highest specifity */
.login-lock {
  display: none;
}
