@media (min-width: 300px) {
  #pro-sidebar {
    transform: scale(1);
    width: 7rem;
    margin: 0px;
    padding: 0px;
  }
}

@media (max-width: 300px) {
  #pro-sidebar .btn {
    align-content: center!important;
    width: 5rem;
    margin: 0px;
    padding: 10px;
    font-size: 12px;
  }
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

*::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
  background-color: #0a58ca;
  box-shadow: 0 .1rem 1rem rgba(13,110,253,0.51)!important;
}

@media (min-width: 400px) {
  #pro-sidebar .btn {
    align-content: center!important;
    width: 100%;
    margin: 0px;
    padding: 10px;
    font-size: 16px;
  }
}

#pro-sidebar .btn:hover, #pro-sidebar .btn:focus, #pro-sidebar .active {
  transition: 0.3s ease all;
  border-style: solid;
  border-color: rgb(223,228,237);
  box-shadow: 0px 0px 0px 3px rgba(219,228,242,0.5) !important;
  padding-left: 10%;
}

#pro-sidebar .btn {
  transition: 0.3s ease all;
}

@media (min-width: 300px) {
  #pro-sidebar .btn svg {
    font-size: 60px !important;
  }
}

@media (min-width: 400px) {
  #pro-sidebar .btn svg {
    font-size: 66px !important;
  }
}

.apm-pro > .nav-pills .nav-link:hover, .apm-pro .nav-pills .nav-link:focus {
  box-shadow: 0px 0px 0px 3px rgb(219,228,242);
  border-radius: 12rem;
}

.apm-pro > .nav-pills .nav-link.active, .apm-pro > .nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #1766dd;
  border-radius: 12rem;
  box-shadow: 0 .1rem 1rem rgb(107,166,255)!important;
}

/* Pro Menu */

.apm-pro-menu > a {
  min-width: 10rem;
  transition: 0.3s ease all;
  display: block;
  padding: .5rem 1rem;
  color: rgba(0,0,0,0.85);
}

.apm-pro-menu > a:hover, .apm-pro-menu > a:focus {
  box-shadow: 0px 0px 0px 3px rgb(219,228,242);
}

.apm-pro-menu > .active {
  color: rgba(0,0,0,1);
  background-color: #fdfeff;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.apm-pro-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin-bottom: 3rem!important;
  padding-bottom: 3rem !important;
  border-right-style: none;
  border-bottom-style: solid;
  border-bottom-color: rgb(242,247,255);
  padding: .5rem 1rem;
}

.input-group.detail {
  background: #f7f9fc;
  border: none;
  border-bottom: 1px solid #dfe7f1;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: inherit;
  text-indent: 6px;
  height: 100%;
  margin-bottom: 1rem;
}

.print-tab {
  /*position: fixed;*/
  /*top: 0px;*/
  /*left: 0px;*/
  /*height: 100%;*/
  /*width: 50%;*/
  /*border: 5rem dashed #ffffff;*/
  /*background: white;*/
}

.pro-tab a {
  transition: all 0.2s ease-out;
}

.pro-tab .nav-pills a svg, .pro-tab .nav-pills a svg, .pro-tab.nav-pills a svg {
  transition: all 0.2s ease-out;
  color: rgba(0,0,0,0.2);
}

.pro-tab .nav-pills a:hover svg, .pro-tab .nav-pills a.active svg, .pro-tab .nav-pills a:focus svg {
  color: white;
}

.pro-tab .nav-pills a:hover {
  color: white;
  background-color: #408dff;
}

.pro-tab .nav-pills a.active {
  color: white;
  box-shadow: 0 .1rem 1rem rgba(13,110,253,0.51)!important;
  background-color: #055ada;
}

.preview {
  transition: all 0.2s ease-in;
  margin-top: 10px;
  margin-right: 5%;
  width: 70px;
}

@media only screen and (max-device-width: 480px) {
  .pro select {
    background: white;
    border: 1px solid #ced4da;
    border-radius: 5px;
    color: white;
    -webkit-appearance: none;
  }
}

/* .order-form input {
  background-color: transparent!important;
  border: 0px!important;
} */

.apm-pro * {
  font-family: 'Didact Gothic', sans-serif!important;
  scroll-behavior: smooth;
}

.print_area {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #ffffff;
}

.order-form {
  display: inline-block;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  -webkit-print-color-adjust: exact !important;
  color-adjust: exact !important;
}

.pro-nav-active {
  font-size: 1.1rem;
  border-bottom: 2px solid #1766dd;
  background-color: white;
}

.pro-nav a {
  transition: all 0.2s;
}

.pro-nav a:hover {
  color: #1766dd!important;
}

.pro-nav disabled a:hover {
  color: #1766dd!important;
}

@media (min-width: 576px) {
  .pro-nav .active {
    color: black;
    font-size: 1.1rem;
    border-bottom: 4px solid #1766dd;
    margin-bottom: -2px;
  }
}

@media (max-width: 576px) {
  .pro-nav .active {
    color: black;
    font-size: 1.1rem;
    border-top: 4px solid #1766dd;
    border-bottom: 0px;
    margin-bottom: -2px;
  }
}

.spaceWrap {
  width: 100%;
  height: 30vh;
  padding: 0;
  overflow: hidden;
}

.viewPort {
  width: 600px;
  height: 900px;
  border: 1px solid black;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0 0;
}

@media (min-width: 980px) {
  #visualize {
    position: relative;
  }
}

@media (max-width: 980px) {
  #visualize {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: -1;
  }
}

.btn-back-to-top {
  position: fixed;
  right: 1vh;
  bottom: 10vh;
  z-index: 111111111111;
}

.btn-help-scrollbar {
  position: fixed;
  right: 1vh;
  bottom: 15vh;
  z-index: 111111111111;
}

.hide-scroll::-webkit-scrollbar {
  width: 0 !important;
}

