@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
body {
  background-color: #424242;
  font-family: "Roboto Condensed", sans-serif;
  overflow: hidden;
}

header {
  background-color: #424242;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
}
header > .logo {
  display: block;
  background-image: url("../images/logo_307_70.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  width: 310px;
  height: 70px;
  text-indent: -9999px;
  margin: -10px 0 -10px -10px;
  float: left;
}
header > .logo > a {
  display: block;
  height: 100%;
  float: right;
  width: 160px;
}
header > .logo > a:first-of-type {
  width: 150px;
}
header > ul {
  display: block;
  float: right;
  margin: 10px 0 0 0;
  padding: 0;
}
header > ul > li {
  display: inline-block;
  margin: 5px;
  padding: 0;
}
header > ul > li:first-of-type {
  display: none;
}
header > ul > li:last-of-type {
  margin: 5px;
}
header > ul > li:last-of-type > a > span {
  display: none;
}
header > ul > li:last-of-type > a > img {
  opacity: 0.5;
}
header > ul > li:last-of-type:hover > a > img {
  opacity: 1;
}
header > ul > li > a {
  color: #fff;
  text-decoration: none;
}
header > ul > li > a.btn-tutorial {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #000;
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  font-size: 14px;
}
header > ul > li > a:hover {
  color: #fff;
}

@media (max-width: 991.98px) {
  header {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 45px;
    height: 100%;
  }
  header > .logo {
    width: 45px;
    height: 197px;
    background-size: 45px;
    background-image: url("../images/logo_45_mobile.png");
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }
  header > .logo > a {
    display: block;
    height: 100px;
    float: left;
    width: 45px;
  }
  header > .logo > a:first-of-type {
    height: 97px;
  }
  header > ul {
    position: absolute;
    left: 45px;
    top: 10px;
    background-color: #2D2D2D;
  }
  header > ul > li {
    margin: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #0A0A0A;
    color: #fff;
    display: none;
    border-bottom-color: #424242;
  }
  header > ul > li:first-of-type {
    border-bottom: none;
    margin-left: -45px;
    float: left;
    padding: 5px 15px;
    display: block;
  }
  header > ul > li:last-of-type {
    border-bottom: none;
    margin: 0;
  }
  header > ul > li:last-of-type > a > span {
    display: block;
  }
  header > ul > li:last-of-type > a > img {
    display: none;
  }
  header > ul > li > a {
    font-size: 14px;
    white-space: nowrap;
  }
  header > ul.on {
    z-index: 9999;
  }
  header > ul.on > li {
    display: block;
  }
  header > ul.opened > li {
    display: block;
  }
}
.modal {
  overflow: hidden !important;
}
.modal .modal-header button {
  padding: 10px 15px;
  margin: -7px;
}
.modal .modal-content {
  border-radius: 0;
  background-color: #2D2D2D;
  color: #fff;
}
.modal .modal-content h2 {
  font-size: 16px;
  text-align: center;
}
.modal .modal-content button, .modal .modal-content .btn {
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  background-color: #505050;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 0 #000;
}
.modal .modal-content button.btn-success, .modal .modal-content button:hover, .modal .modal-content .btn.btn-success, .modal .modal-content .btn:hover {
  background-color: #009892;
}
.modal .modal-footer {
  border-top: none;
}

#modal-settings .modal-body > div {
  padding-bottom: 10px;
}
#modal-settings .modal-body span.loader {
  background-image: url(../images/loader.svg);
  width: 15px;
  height: 15px;
  background-position: center;
  background-size: contain;
  display: none;
}
#modal-settings .modal-body button.loading span.loader {
  display: inline-block;
}

#modal-first-step .modal-dialog {
  max-width: 650px;
}
#modal-first-step .modal-dialog .modal-header {
  border-bottom: none;
  display: block;
  background-image: url("../images/openingprompt.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) 1rem;
  padding-right: 160px;
  padding-bottom: 0;
}
#modal-first-step .modal-dialog .modal-header .logo {
  display: block;
  background-image: url("../images/logo_307_70.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  width: 310px;
  height: 70px;
  text-indent: -9999px;
}
#modal-first-step .modal-dialog .modal-header h2 {
  text-align: left;
  text-transform: none;
  font-size: 22px;
}
#modal-first-step .modal-dialog .modal-header h3 {
  font-size: 12px;
}
#modal-first-step .modal-dialog .modal-body {
  padding: 0 16px 8px 16px;
}
#modal-first-step .modal-dialog .modal-body button, #modal-first-step .modal-dialog .modal-body > div {
  text-align: left;
  text-transform: none;
  font-size: 12px;
  position: relative;
  padding-right: 140px;
  padding-left: 60px;
  height: 95px;
  margin-top: 16px;
}
#modal-first-step .modal-dialog .modal-body button i, #modal-first-step .modal-dialog .modal-body > div i {
  display: block;
  position: absolute;
  left: 10px;
  top: 28px;
  font-size: 40px;
  opacity: 0.3;
}
#modal-first-step .modal-dialog .modal-body button strong, #modal-first-step .modal-dialog .modal-body > div strong {
  text-transform: capitalize;
  display: block;
  font-size: 18px;
}
#modal-first-step .modal-dialog .modal-body button p, #modal-first-step .modal-dialog .modal-body > div p {
  margin-bottom: 0;
}
#modal-first-step .modal-dialog .modal-body button span, #modal-first-step .modal-dialog .modal-body > div span {
  display: block;
  position: absolute;
  top: 32px;
  right: 10px;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #1C9892;
  text-align: center;
  padding: 5px 20px;
  font-weight: bold;
  width: 120px;
}
#modal-first-step .modal-dialog .modal-body button:hover i, #modal-first-step .modal-dialog .modal-body > div:hover i {
  color: #000;
  opacity: 0.5;
}
#modal-first-step .modal-dialog .modal-body button:hover span, #modal-first-step .modal-dialog .modal-body > div:hover span {
  background-color: #505050;
}
#modal-first-step .modal-dialog .modal-footer {
  border-top: none;
  font-size: 11px;
  padding-top: 0;
  padding-right: 24px;
}

#modal-start-from-scratch .modal-dialog {
  max-width: 650px;
}
#modal-start-from-scratch .modal-dialog .modal-content .modal-body > button, #modal-start-from-scratch .modal-dialog .modal-content .modal-body > div {
  background-size: 115px;
  background-repeat: no-repeat;
  background-position: left center;
  border: 1rem solid #505050;
  padding-left: 8rem;
  text-align: left;
  text-transform: none;
  min-height: 190px;
}
#modal-start-from-scratch .modal-dialog .modal-content .modal-body > button > strong, #modal-start-from-scratch .modal-dialog .modal-content .modal-body > div > strong {
  font-size: 20px;
}
#modal-start-from-scratch .modal-dialog .modal-content .modal-body > button > strong > span, #modal-start-from-scratch .modal-dialog .modal-content .modal-body > div > strong > span {
  font-size: 14px;
}
#modal-start-from-scratch .modal-dialog .modal-content .modal-body > button > ul, #modal-start-from-scratch .modal-dialog .modal-content .modal-body > div > ul {
  padding-left: 20px;
  font-size: 14px;
}
#modal-start-from-scratch .modal-dialog .modal-content .modal-body > button > ul > li, #modal-start-from-scratch .modal-dialog .modal-content .modal-body > div > ul > li {
  line-height: 14px;
}
#modal-start-from-scratch .modal-dialog .modal-content .modal-body > button > span, #modal-start-from-scratch .modal-dialog .modal-content .modal-body > div > span {
  display: inline-block;
  padding: 5px 60px;
  text-align: center;
  text-transform: uppercase;
  background-color: #009892;
  font-size: 14px;
}
#modal-start-from-scratch .modal-dialog .modal-content .modal-body > button:hover, #modal-start-from-scratch .modal-dialog .modal-content .modal-body > div:hover {
  border-color: #009892;
}
#modal-start-from-scratch .modal-dialog .modal-content .modal-body > button:hover > span, #modal-start-from-scratch .modal-dialog .modal-content .modal-body > div:hover > span {
  background-color: #505050;
}
#modal-start-from-scratch .modal-dialog .modal-content .modal-body > div:nth-of-type(1) {
  background-image: url("../images/angle-kr19-24-mod.png");
}
#modal-start-from-scratch .modal-dialog .modal-content .modal-body > div:nth-of-type(2) {
  background-image: url("../images/angle-kr19-24-legs.png");
  margin-top: 10px;
}

#modal-prompt-delete-check .modal-dialog {
  width: 360px;
}
#modal-prompt-delete-check .modal-dialog .modal-content .modal-body h2 {
  text-transform: none;
}

@media (max-width: 991.98px) {
  #modal-first-step .modal-dialog {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  #modal-first-step .modal-dialog .modal-content {
    height: auto;
    min-height: 100%;
  }
  #modal-first-step .modal-dialog .modal-content .modal-header .logo {
    width: 180px;
    height: 50px;
  }
  #modal-first-step .modal-dialog .modal-content .modal-header h2 {
    font-size: 16px;
    margin-bottom: 0;
  }
  #modal-first-step .modal-dialog .modal-content .modal-header h3 {
    font-size: 12px;
    margin-bottom: 0;
  }
  #modal-first-step .modal-dialog .modal-content .modal-body > div {
    display: inline-block;
    width: 31vw;
    padding-left: 5px;
    padding-right: 5px;
    height: 45vh;
    font-size: 15px;
  }
  #modal-first-step .modal-dialog .modal-content .modal-body > div > i {
    left: 5px;
    top: 8px;
    font-size: 20px;
  }
  #modal-first-step .modal-dialog .modal-content .modal-body > div > strong {
    vertical-align: text-top;
    margin-left: 30px;
  }
  #modal-first-step .modal-dialog .modal-content .modal-body > div > span {
    top: auto;
    bottom: 5px;
    right: 5px;
  }
  #modal-first-step .modal-dialog .modal-content .modal-body > div > p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 100px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }

  #modal-start-from-scratch .modal-dialog {
    max-width: calc(100% - 45px);
    max-height: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    margin-left: 45px;
    padding: 0;
  }
  #modal-start-from-scratch .modal-dialog .modal-content {
    height: auto;
    min-height: 100%;
  }
  #modal-start-from-scratch .modal-dialog .modal-content .modal-body > div {
    display: inline-block;
    background-size: 70px;
    width: 43vw;
    padding: 0 0 0 12px;
    min-height: 235px;
    border-width: 5px;
    margin-top: 0;
    position: relative;
    border-top: 0;
  }
  #modal-start-from-scratch .modal-dialog .modal-content .modal-body > div > ul {
    font-size: 11px;
    margin-left: 53px;
  }
  #modal-start-from-scratch .modal-dialog .modal-content .modal-body > div > span {
    position: absolute;
    bottom: -5px;
    left: -5px;
    right: -5px;
  }
  #modal-start-from-scratch .modal-dialog .modal-content .modal-body > div:nth-of-type(2) {
    margin-left: 16px;
    margin-top: 0;
  }
  #modal-start-from-scratch .modal-dialog .modal-content .modal-footer {
    padding: 6px;
  }
}
#catalog {
  position: absolute;
  top: 70px;
  left: 0;
  bottom: 0;
  background-color: #2D2D2D;
  padding: 10px 20px 10px 40px;
  color: #fff;
  text-align: center;
  width: 620px;
}
#catalog .btn-close {
  display: none;
}
@media (min-width: 992px) {
  #catalog .simplebar-scrollbar::before {
    background-color: #8F8F8F;
    border-radius: 0;
    opacity: 1;
    left: 0;
    right: 0;
  }
  #catalog .simplebar-track {
    background-color: #505050;
  }
  #catalog .simplebar-track.simplebar-vertical {
    width: 7px;
  }
  #catalog .simplebar-track.simplebar-vertical > .simplebar-scrollbar::before {
    top: 0;
    bottom: 0;
  }
  #catalog .simplebar-track.simplebar-horizontal {
    height: 7px;
  }
  #catalog .simplebar-track.simplebar-horizontal > .simplebar-scrollbar {
    top: 2px;
  }
}
#catalog > nav {
  overflow: hidden;
  margin-bottom: 5px;
  border-bottom: 1px solid #CFCFCF;
  text-align: left;
  height: 28px;
}
#catalog > nav > strong {
  display: block;
  float: left;
  text-transform: uppercase;
  font-size: 18px;
}
#catalog > nav > ul {
  float: right;
  margin: 0;
  padding: 0;
}
#catalog > nav > ul > li {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0;
}
#catalog > nav > ul > li:last-of-type {
  display: none;
}
#catalog > nav > ul > li > a {
  color: inherit;
  background-color: #009892;
  padding: 5px 10px;
  text-align: center;
  text-transform: capitalize;
  width: 100px;
  text-decoration: none;
  font-weight: bold;
  opacity: 0.5;
}
#catalog > nav > ul > li > a:hover, #catalog > nav > ul > li > a.active {
  opacity: 1;
}
#catalog > .list {
  overflow: auto;
}
#catalog > .list a {
  display: block;
  float: left;
  width: 176px;
  margin: 0 10px 10px 0;
  color: inherit;
  text-decoration: none;
  padding: 5px;
  background-color: #505050;
  border: 5px solid #505050;
  position: relative;
}
#catalog > .list a > i {
  display: none;
}
#catalog > .list a > i.fa-info-circle {
  display: block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 30px;
  color: #fff;
  opacity: 0.3;
}
#catalog > .list a > i.fa-info-circle:hover {
  opacity: 1;
}
#catalog > .list a.disabled {
  opacity: 0.25;
  cursor: default;
}
#catalog > .list a:hover {
  background-color: #646464;
}
#catalog > .list a.selected {
  border-color: #009892;
}
#catalog > .list a.no-options {
  width: 364px;
  line-height: 154px;
}
#catalog > .list a.no-options:hover {
  background-color: #505050;
}
#catalog > .list a.btn-back {
  height: 174px;
  position: relative;
}
#catalog > .list a.btn-back > .desktop-back {
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-right: 35px solid #fff;
  position: absolute;
  left: 60px;
  top: 55px;
}
#catalog > .list a.btn-back > i.fa-caret-left {
  font-size: 100px;
  text-align: center;
  line-height: 125px;
  margin-top: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-left: -10px;
  display: none;
}
#catalog > .list a.btn-back > i.fa-arrow-alt-circle-left {
  display: none;
}
#catalog > .list a > span {
  text-align: center;
  display: block;
  height: 32px;
  line-height: 16px;
  font-size: 14px;
  text-transform: capitalize;
  overflow: hidden;
}
#catalog > .list a > div {
  height: 125px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#catalog > .list {
  overflow: auto;
  width: 560px;
  height: 100%;
  max-height: calc(100vh - 70px - 105px);
}
#catalog > .list .products {
  overflow: hidden;
}
#catalog .options {
  display: none;
  height: calc((100vh - 70px - 55px) / 2);
  text-align: center;
}
#catalog .options strong.title {
  display: block;
  margin-bottom: 5px;
  border-bottom: 1px solid #CFCFCF;
  text-transform: uppercase;
  text-align: left;
}
#catalog .options > .list a.disabled {
  opacity: 0.25;
  cursor: default;
}
#catalog > .btn-add-product {
  display: none;
  margin: 10px auto;
  background-color: #009892;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0;
}
#catalog > .btn-add-product:hover {
  background-color: #00BBB1;
}
#catalog.show-options > .btn-add-product {
  display: block;
  font-size: 20px;
}

@media (max-width: 1400px) {
  #catalog {
    width: 440px;
  }
  #catalog > nav {
    text-align: left;
    height: 28px;
  }
  #catalog > .list {
    width: auto;
  }
}
@media (max-width: 991.98px) {
  #catalog {
    left: calc(45px + 50px);
    top: 50%;
    right: 50px;
    bottom: auto;
    padding: 0;
    transform: translateY(-50%);
    width: auto;
    display: none;
  }
  #catalog .btn-close {
    display: block;
    background-color: #2D2D2D;
    color: #fff;
    margin: 0;
    position: absolute;
    top: -27px;
    right: 0px;
    font-size: 12px;
    padding: 4px 10px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 0;
  }
  #catalog .simplebar-scrollbar::before {
    background-color: #8F8F8F;
    opacity: 1;
    left: 5px;
    right: 5px;
  }
  #catalog .simplebar-track {
    background-color: transparent;
  }
  #catalog > nav {
    padding: 10px;
    border: 0;
    margin-bottom: 0;
    height: auto;
  }
  #catalog > nav > ul {
    float: left;
  }
  #catalog > nav > ul > li > a {
    font-size: 14px;
    width: auto;
    padding: 2px 10px;
  }
  #catalog.show-options > nav > strong, #catalog.show-products > nav > strong {
    margin-left: 30px;
  }
  #catalog > .list {
    width: 100%;
    height: 178px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 0;
  }
  #catalog > .list a {
    display: inline-block;
    float: none;
    margin: 0;
    font-size: 12px;
    border: 1px solid #CFCFCF;
    border-left: none;
    background-color: transparent;
    position: relative;
  }
  #catalog > .list a.selected {
    border-color: inherit;
  }
  #catalog > .list a.selected > i.selected-icon {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 40px;
    color: #009892;
  }
  #catalog > .list a.disabled {
    opacity: 1;
  }
  #catalog > .list a.disabled > * {
    opacity: 0.25;
  }
  #catalog > .list a.disabled > i.disabled-icon {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 40px;
    color: #fff;
  }
  #catalog > .list a.btn-back {
    display: block;
    position: fixed;
    top: 8px;
    left: 5px;
    font-size: 20px;
    border: 0;
    width: auto;
    height: auto;
  }
  #catalog > .list a.btn-back > span {
    display: none;
  }
  #catalog > .list a.btn-back > i.fa-caret-left {
    display: none !important;
  }
  #catalog > .list a.btn-back > i.fa-arrow-alt-circle-left {
    display: block;
  }
  #catalog.show-options .btn-add-product {
    margin: 0;
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 16px;
    padding: 4px 8px;
  }
}
#viewer {
  position: absolute;
  top: 70px;
  bottom: 0;
  right: 0;
  left: 620px;
  background-color: #EAEAEA;
}
#viewer a.btn-icon {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 2px 4px;
  color: #ADADAD;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  border: 1px solid #ADADAD;
  width: 175px;
  text-align: center;
  font-weight: bold;
}
#viewer a.btn-icon > i {
  display: none;
}
#viewer a.btn-icon:hover, #viewer a.btn-icon.selected {
  color: #009892;
  border-color: #009892;
}
#viewer a.btn-icon.btn-switch-support-system {
  left: auto;
  right: 10px;
}
#viewer a.btn-icon.btn-dimensions {
  bottom: 20px;
  top: auto;
}
#viewer a.btn-icon#autosave {
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 5px 20px;
  font-weight: bold;
  width: auto;
}
#viewer a.btn-icon.btn-catalog {
  display: none;
}
#viewer a.btn-icon.btn-redo {
  display: block;
  top: 50px;
  bottom: auto;
  left: auto;
  right: 10px;
  padding: 10px;
  width: auto;
}
#viewer a.btn-icon.btn-redo > i {
  display: block;
}
#viewer a.btn-icon.btn-redo > span {
  display: none;
}
#viewer a.btn-icon.btn-edit {
  left: 20px;
  bottom: 65px;
  top: auto;
}
#viewer .view-switcher {
  position: absolute;
  top: 10px;
  left: calc(50% - 125px);
}
#viewer .view-switcher > a {
  position: static;
  display: inline-block;
  width: 125px;
}
#viewer > .nav-btns {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#viewer > .nav-btns > a.btn-nav {
  display: none;
  background-color: #009892;
  padding: 10px 50px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}
#viewer > .nav-btns > a.btn-nav.btn-back {
  background-color: #505050;
}
#viewer > .nav-btns > a.btn-nav:hover {
  background-color: #0A0A0A;
}
#viewer > .canvas-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#viewer > ul {
  font-size: 11px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  margin: 0;
}
#viewer > ul > li {
  border-bottom: 8px solid #505050;
  text-align: center;
  margin: 5px;
  padding: 2px 40px;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
}
#viewer > ul > li.active {
  border-color: #009892;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    opacity: 0.27;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
    opacity: 0.27;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.27;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.27;
  }
}
#viewer .loading-models {
  position: absolute;
  top: 50%;
  left: calc(50% - 75px);
  font-size: 35px;
  text-shadow: 0 0 5px #000;
  color: #fff;
  display: none;
  font-weight: bold;
  animation: pulse 2s infinite;
}

@media (max-width: 1700px) {
  #viewer > .nav-btns > a.btn-nav {
    padding: 7px 25px;
    font-size: 18px;
  }
  #viewer > ul > li {
    padding: 2px 20px;
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  #viewer {
    left: 440px;
  }
  #viewer > .nav-btns {
    bottom: 10px;
    right: 10px;
  }
  #viewer > a.btn-icon {
    background-color: #009892;
    color: #fff;
    border: none;
    padding: 10px;
    width: auto;
  }
  #viewer > a.btn-icon > i {
    display: block;
  }
  #viewer > a.btn-icon > span {
    display: none;
  }
  #viewer > a.btn-icon.btn-dimensions {
    left: 10px;
    background-color: #424242;
    bottom: 10px;
  }
  #viewer > a.btn-icon.btn-dimensions.on {
    background-color: #009892;
  }
  #viewer ul {
    display: none;
  }
}
@media (max-width: 991.98px) {
  #viewer {
    left: 45px;
    top: 0;
  }
  #viewer > .canvas-holder > canvas {
    touch-action: none;
  }
  #viewer > a.btn-vr, #viewer > ul {
    display: none;
  }
  #viewer > a.btn-icon {
    background-color: #009892;
    color: #fff;
    border: none;
    padding: 10px;
    width: auto;
  }
  #viewer > a.btn-icon.btn-switch-support-system {
    display: none;
  }
  #viewer > a.btn-icon > i {
    display: block;
  }
  #viewer > a.btn-icon > span {
    display: none;
  }
  #viewer > a.btn-icon.btn-redo {
    bottom: 10px;
    top: auto;
    left: 10px;
    right: auto;
  }
  #viewer > a.btn-icon.btn-dimensions {
    left: 56px;
    background-color: #424242;
    bottom: 10px;
    display: none;
  }
  #viewer > a.btn-icon.btn-dimensions.on {
    background-color: #009892;
  }
  #viewer > a.btn-icon.btn-catalog {
    right: 10px;
    bottom: 10px;
    top: auto;
    left: auto;
    background-color: #424242;
  }
  #viewer > a.btn-icon.btn-catalog.on {
    background-color: #009892;
  }
  #viewer > a.btn-icon:hover {
    color: #fff;
  }
  #viewer > a.btn-icon:hover > span {
    display: none;
  }
  #viewer > .nav-btns {
    top: 13px;
    bottom: auto;
    right: 10px;
  }
  #viewer > .nav-btns > a.btn-nav {
    padding: 5px 25px;
    font-size: 16px;
  }

  body.step-design #viewer > .btn-dimensions, body.step-design #viewer > .btn-redo, body.step-design #viewer > .btn-catalog {
    display: block;
  }

  body.step-review #viewer > .nav-btns, body.step-submit #viewer > .nav-btns {
    left: 5px;
    bottom: 5px;
    top: auto;
    right: 5px;
  }
  body.step-review #viewer > .nav-btns > .btn-back, body.step-submit #viewer > .nav-btns > .btn-back {
    float: left;
  }
  body.step-review #viewer > .nav-btns > .btn-submit, body.step-submit #viewer > .nav-btns > .btn-submit {
    float: right;
  }
}
#review {
  position: absolute;
  top: 70px;
  left: 0;
  bottom: 0;
  background-color: #2D2D2D;
  padding: 10px 20px 10px 40px;
  color: #fff;
  display: none;
}
@media (min-width: 992px) {
  #review .simplebar-scrollbar::before {
    background-color: #8F8F8F;
    border-radius: 0;
    opacity: 1;
    left: 0;
    right: 0;
  }
  #review .simplebar-track {
    background-color: #505050;
  }
  #review .simplebar-track.simplebar-vertical {
    width: 7px;
  }
  #review .simplebar-track.simplebar-vertical > .simplebar-scrollbar::before {
    top: 0;
    bottom: 0;
  }
  #review .simplebar-track.simplebar-horizontal {
    height: 7px;
  }
  #review .simplebar-track.simplebar-horizontal > .simplebar-scrollbar {
    top: 2px;
  }
}
#review > nav {
  overflow: hidden;
  margin-bottom: 5px;
  margin-right: 20px;
}
#review > nav > strong {
  display: block;
  text-transform: uppercase;
  border-bottom: 1px solid #CFCFCF;
  font-size: 18px;
}
#review > nav > span {
  font-size: 12px;
  color: #fff;
  display: block;
}
#review > .list-header {
  overflow-y: hidden;
}
#review > .list-header > div {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  width: 49%;
  text-align: left;
}
#review > .list {
  width: 560px;
  overflow: auto;
  height: calc(100vh - 70px - 105px);
}
#review > .list .row {
  font-size: 12px;
  background-color: #505050;
  border: 2px solid #A3A3A3;
  padding: 10px;
  margin-bottom: 20px;
  margin-right: 5px;
}
#review > .list .row:hover {
  background-color: #646464;
}
#review > .list .row > div:first-of-type > strong {
  font-size: 18px;
}
#review > .list .row > div:last-of-type > ul {
  margin-bottom: 0;
  padding: 0;
}

@media (max-width: 1400px) {
  #review > .list {
    width: 380px;
  }
}
@media (max-width: 991.98px) {
  #review {
    left: calc(45px + 50px);
    top: 50%;
    right: 50px;
    bottom: auto;
    padding: 0 10px;
    transform: translateY(-50%);
  }
  #review .simplebar-scrollbar::before {
    background-color: #8F8F8F;
    opacity: 1;
    left: 5px;
    right: 5px;
  }
  #review .simplebar-track {
    background-color: transparent;
  }
  #review > nav {
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #CFCFCF;
    margin-right: 0;
  }
  #review > nav > strong {
    display: inline-block;
    border-bottom: none;
    font-size: 16px;
  }
  #review > nav > span {
    display: inline-block;
    font-size: 16px;
  }
  #review > .list {
    width: 100%;
    height: 155px;
    padding-right: 15px;
  }
  #review > .list .row {
    margin: 0 -15px 5px -15px;
  }
  #review > .list a {
    display: inline-block;
    float: none;
    margin: 0;
    font-size: 12px;
    border: 1px solid #CFCFCF;
    border-left: none;
    background-color: transparent;
  }
  #review > .list a.btn-back {
    height: 144px;
  }
}
#submit {
  position: absolute;
  top: 70px;
  left: 0;
  bottom: 0;
  background-color: #2D2D2D;
  padding: 10px 20px 10px 40px;
  color: #fff;
  display: none;
  width: 620px;
}
@media (min-width: 992px) {
  #submit .simplebar-scrollbar::before {
    background-color: #8F8F8F;
    border-radius: 0;
    opacity: 1;
    left: 0;
    right: 0;
  }
  #submit .simplebar-track {
    background-color: #505050;
  }
  #submit .simplebar-track.simplebar-vertical {
    width: 7px;
  }
  #submit .simplebar-track.simplebar-vertical > .simplebar-scrollbar::before {
    top: 0;
    bottom: 0;
  }
  #submit .simplebar-track.simplebar-horizontal {
    height: 7px;
  }
  #submit .simplebar-track.simplebar-horizontal > .simplebar-scrollbar {
    top: 2px;
  }
}
#submit > nav {
  overflow: hidden;
  margin-bottom: 5px;
  margin-right: 20px;
}
#submit > nav > strong {
  display: block;
  text-transform: uppercase;
  border-bottom: 1px solid #CFCFCF;
  font-size: 18px;
}
#submit > nav > ul {
  font-size: 12px;
  color: #FFF;
}
#submit .container-fluid {
  padding-left: 0;
}
#submit form {
  overflow: auto;
  height: calc(100vh - 70px - 105px);
}
#submit form .form-group {
  margin-bottom: 20px;
}
#submit form .form-group #followup-msg {
  margin-top: 5px;
  margin-bottom: -15px;
  font-size: 14px;
  display: none;
}
#submit form .form-group.industry_other {
  display: none;
}
#submit form .form-group > input, #submit form .form-group > select, #submit form .form-group > textarea {
  border: 1px solid #B8B8B8;
  background-color: #505050;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  padding: 10px 20px;
}
#submit form .form-group > select {
  padding: 0 20px;
}
#submit form .form-group > ::placeholder {
  color: #fff;
}
#submit form .input-group {
  margin-bottom: 20px;
}
#submit form .input-group > .custom-file {
  border: 1px solid #B8B8B8;
  background-color: #505050;
  border-radius: 0;
}
#submit form .input-group > .custom-file > label {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 12px;
  padding: 10px 20px;
}
#submit form .input-group > .custom-file > label::after {
  content: "Choose file...";
  border-radius: 0;
  background-color: #2D2D2D;
  color: #fff;
  margin: 3px;
}
#submit form .info {
  padding: 0 10px;
  font-size: 14px;
}
#submit form .info > h3 {
  font-size: 14px;
}
#submit form .info > ul {
  list-style: disc;
}
#submit button.btn-success {
  background-color: #009892;
  border-radius: 0;
  border: none;
  padding: 5px 40px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 15px;
}
#submit button.btn-success:hover {
  background-color: #00BBB1;
}

@media (max-width: 1400px) {
  #submit {
    width: 440px;
  }
}
@media (max-width: 991.98px) {
  #submit {
    left: calc(45px + 50px);
    top: 50%;
    right: 50px;
    bottom: auto;
    padding: 0 10px;
    transform: translateY(-50%);
    width: auto;
  }
  #submit .simplebar-scrollbar::before {
    background-color: #8F8F8F;
    opacity: 1;
    left: 5px;
    right: 5px;
  }
  #submit .simplebar-track {
    background-color: transparent;
  }
  #submit > nav {
    padding: 10px 0 0 0;
    border: 0;
    border-bottom: 1px solid #CFCFCF;
    margin-right: 0;
  }
  #submit > nav > strong {
    border-bottom: none;
  }
  #submit > form {
    padding-bottom: 10px;
  }
  #submit > form .form-group > input, #submit > form .form-group > select, #submit > form .form-group > textarea {
    font-size: 14px;
  }
}
.el-thankyou {
  position: absolute;
  top: 70px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #2D2D2D;
  color: #fff;
  display: none;
}
.el-thankyou > div {
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.el-thankyou > div > .check {
  background-color: #fff;
  border-radius: 50px;
  display: inline-block;
  overflow: hidden;
  width: 96px;
  height: 96px;
  margin: auto;
}
.el-thankyou > div > .check > i {
  font-size: 100px;
  color: #048D87;
  margin: -2px 0 0 -2px;
}
.el-thankyou > div > .logo-big {
  background-image: url("../images/Barflex3D-logo-tm.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 400px;
  height: 50px;
  margin: auto;
}
.el-thankyou > div > h1 {
  margin: 10px 0 20px 0;
  font-size: 26px;
}
.el-thankyou > div > .body {
  font-size: 14px;
}
.el-thankyou > div > .body > strong {
  font-size: 16px;
}
.el-thankyou > div > .build-url {
  padding: 10px 40px;
  background-color: #5A5959;
  margin: 20px 0;
}
.el-thankyou > div > .build-url > .input-group > button:first-of-type {
  cursor: default;
  outline: none;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
}
.el-thankyou > div > .build-url > .input-group > input {
  border: none;
  width: 200px;
}
.el-thankyou > div > .build-url > .input-group > button:last-of-type {
  background-color: #009791;
  border: none;
  border-radius: 0;
  font-weight: normal;
}
.el-thankyou > div > .btn-success {
  border: none;
  border-radius: 0;
  background-color: #009791;
  text-transform: uppercase;
  padding: 10px 40px;
  width: 100%;
  font-weight: bold;
}
.el-thankyou > div > .btn-success:hover {
  background-color: #00BBB1;
}

@media (max-width: 991.98px) {
  .el-thankyou {
    top: 0;
  }
  .el-thankyou > div > .check {
    width: 46px;
    height: 46px;
  }
  .el-thankyou > div > .check > i {
    font-size: 50px;
  }
  .el-thankyou > div > .logo-big {
    width: 200px;
    height: 25px;
  }
  .el-thankyou > div > h1 {
    margin: 5px 0 10px 0;
    font-size: 18px;
  }
  .el-thankyou > div > .body {
    font-size: 11px;
  }
  .el-thankyou > div > .body > strong {
    font-size: 14px;
  }
  .el-thankyou > div > .build-url {
    padding: 2px 4px;
    background-color: #5A5959;
    margin: 5px 0;
  }
  .el-thankyou > div > .build-url > .input-group > button:first-of-type {
    cursor: default;
    outline: none;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
  }
  .el-thankyou > div > .build-url > .input-group > input {
    border: none;
    width: 200px;
  }
  .el-thankyou > div > .build-url > .input-group > button:last-of-type {
    background-color: #009791;
    border: none;
    border-radius: 0;
    font-weight: normal;
  }
  .el-thankyou > div > .btn-success {
    border: none;
    border-radius: 0;
    background-color: #009791;
    text-transform: uppercase;
    padding: 10px 40px;
    width: 100%;
    font-weight: bold;
  }
}
#modal-wizard .modal-body {
  padding: 1rem;
}
#modal-wizard .modal-dialog {
  max-width: 600px;
}
#modal-wizard h2 {
  text-align: left;
}
#modal-wizard h2 span {
  color: #17a2b8;
  font-size: 12px;
}
#modal-wizard p {
  padding: 0;
  margin: 0 0 15px 0;
}
#modal-wizard .steps > div {
  display: none;
}
#modal-wizard .steps > div:first-child {
  display: block;
}
#modal-wizard .steps label {
  display: block;
  cursor: pointer;
}
#modal-wizard .steps label:hover {
  color: #17a2b8;
}

#modal-start-from-favorites .modal-body {
  padding: 10px;
}
#modal-start-from-favorites .modal-body select {
  display: none;
}
#modal-start-from-favorites .modal-body .configurations {
  width: 100%;
  height: 400px;
  max-height: 400px;
  overflow: auto;
}
#modal-start-from-favorites .modal-body .configurations .configuration {
  float: left;
  background: #505050;
  padding: 3px;
  width: 226px;
  cursor: pointer;
  margin: 2px;
}
#modal-start-from-favorites .modal-body .configurations .configuration > div {
  background-position: center;
  background-size: cover;
  height: 100px;
  position: relative;
  overflow: hidden;
}
#modal-start-from-favorites .modal-body .configurations .configuration > div > div {
  position: absolute;
  bottom: -300px;
  left: 0;
  right: 0;
  background: #505050;
  font-size: 12px;
  padding: 2px 5px;
  font-weight: bold;
}
#modal-start-from-favorites .modal-body .configurations .configuration:hover > div > div, #modal-start-from-favorites .modal-body .configurations .configuration.active > div > div {
  bottom: 0;
  background: rgba(0, 152, 146, 0.25);
  color: #000;
}
#modal-start-from-favorites .modal-body .configurations .configuration > span {
  font-size: 14px;
  font-weight: bold;
}
#modal-start-from-favorites .modal-body .configurations .configuration:hover, #modal-start-from-favorites .modal-body .configurations .configuration.active {
  background: #009892;
  color: #fff;
}

@media (max-width: 991.98px) {
  #modal-start-from-favorites .simplebar-scrollbar::before {
    background-color: #8F8F8F;
    opacity: 1;
  }
  #modal-start-from-favorites .modal-dialog {
    max-width: calc(100% - 45px);
    max-height: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    margin-left: 45px;
    padding: 0;
  }
  #modal-start-from-favorites .modal-dialog .modal-content {
    height: auto;
    min-height: 100%;
  }
  #modal-start-from-favorites .modal-dialog .modal-content .modal-body .configurations {
    max-height: calc(100vh - 115px);
  }
  #modal-start-from-favorites .modal-dialog .modal-content .modal-body .configurations .configuration {
    width: 29vw;
  }
}
#modal-autosave .modal-body .design-url-holder {
  display: none;
}
#modal-autosave .modal-body .design-url-holder label {
  margin-left: 50px;
}
#modal-autosave .modal-body .design-url-holder i {
  display: block;
  position: absolute;
  left: 15px;
  top: 37px;
  font-size: 40px;
  color: #009892;
}
#modal-autosave .modal-body input {
  border: 1px solid #B8B8B8;
  background-color: #505050;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  padding: 10px 20px;
}
#modal-autosave.autosaving .email-holder {
  display: none;
}
#modal-autosave.autosaving .design-url-holder {
  display: block;
}
#modal-autosave.autosaving .modal-footer {
  display: none;
}

body.tutorial .simplebar-track {
  z-index: 0;
}
body.tutorial #tutorial-encapsulator {
  visibility: visible;
}
body.tutorial #tutorial-encapsulator > div {
  opacity: 0.5;
}
body.tutorial #tutorial-encapsulator > div.tooltip {
  opacity: 1;
}

#modal-tutorial-viewport .modal-body {
  color: #aaa;
}
#modal-tutorial-viewport .modal-body strong {
  color: #fff;
}

#tutorial-encapsulator {
  visibility: hidden;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
}
#tutorial-encapsulator .blocker {
  display: none;
  position: absolute;
  background: transparent;
}
#tutorial-encapsulator button {
  border-radius: 0;
  font-size: 12px;
  display: inline-block;
  float: right;
  width: auto;
  background-color: #009892;
}
#tutorial-encapsulator > div {
  position: fixed;
  background: #000;
  pointer-events: all;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-out;
}
#tutorial-encapsulator > div.top {
  top: 0;
  left: 0;
  width: 100vw;
  height: 0;
}
#tutorial-encapsulator > div.left {
  left: 0;
  height: 0;
  width: 0;
}
#tutorial-encapsulator > div.right {
  right: 0;
  height: 0;
  width: 0;
}
#tutorial-encapsulator > div.bottom {
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 0;
}
#tutorial-encapsulator > div.tooltip {
  opacity: 1;
  border: 1px solid #009892;
  color: #fff;
  padding: 10px;
  background: #424242;
}
#tutorial-encapsulator > div.tooltip:after {
  content: "";
  position: absolute;
  top: calc(.5 * 8px);
  left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #009892;
  border-left: none;
}
#tutorial-encapsulator > div.tooltip.left-arrow:after {
  left: auto;
  right: -8px;
  border-left: 8px solid #009892;
  border-right: none;
}
#tutorial-encapsulator > div.tooltip.bottom-arrow:after {
  bottom: calc(.5 * 8px);
  top: auto;
}

body.loading-floater {
  overflow: hidden;
}
body.loading-floater #loading-floater {
  display: block;
}

#loading-floater {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2D2D2D;
  z-index: 999999;
  display: none;
}

#loading-floater .loader {
  background-image: url("../images/loader.svg");
  width: 25px;
  height: 25px;
  background-position: center;
  background-size: contain;
  top: 50%;
  left: 50%;
  position: absolute;
}

#loading-floater .loader-msg {
  position: absolute;
  top: 46%;
  width: 100%;
  left: 0;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

#portrait-warning {
  display: block;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  #portrait-warning {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    text-align: center;
    line-height: 100vh;
    padding: 0 100px;
    z-index: 9999;
  }
  #portrait-warning > i {
    position: absolute;
    display: block;
    font-size: 75vw;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.25);
  }
  #portrait-warning > span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-weight: bold;
    font-size: 24px;
  }
}

/*# sourceMappingURL=default.css.map */
