/* Base */
*, html, body {
  font-size: 16px;
  line-height: 150%;
  font-family: 'Poppins', sans-serif;
}
body {
  color: #000;
}
header {
  height: 72px;
}
header .dropdown img {
  border-radius: 100%;
  position: relative;
  top: 16px;
}
header .dropdown-item {
  font-weight: 600;
}
footer#footer {
  padding: 100px 0 30px;
}
section#page:first-of-type {
  min-height: 100vh;
  opacity: 0;
}


/* Side Navigation */
body #mainPage {
  transition: 0.4s;
  margin-left: 0;
  width: 100%;
}
body.sidebar-pinned #mainPage {
  width: calc(100% - 250px);
  margin-left: 250px;
}
body #mainPage #page > .container {
  padding-left: 25px;
  padding-right: 25px;
}
@media(max-width:543px){
  body #mainPage #page > .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body #sideNav {
  padding-top: calc(84px);
  left: -250px;
}
body #sideNav:not(.sidebar-pinned){
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
body #sideNav a:last-of-type {
  margin-bottom: 64px;
}
body.sidebar-opened #sideNav,
body.sidebar-pinned #sideNav {
  left: 0;
}
body #sideNav .pin,
body #sideNav .close {
  position: absolute;
}
body #sideNav .pin {
  font-size: 1.25rem;
  cursor: pointer;
  left: 24px;
  top: 16px;
}
body #sideNav .close {
  text-shadow: none;
  right: 22px;
  opacity: 1;
  top: 18px;
}


/* Page Titles */
.page-title {
  font-size: 30px;
  white-space: nowrap;
  font-weight: 600;
  margin-bottom; 0;
  color: #000;
}
@media(max-width:543px){
  .page-title {
    white-space: normal;
  }
}
.page-title.category-title {
  font-size: 26px;
  margin-bottom: 0;
}
.status-dots {
  max-width: 400px;
  display: block;
  margin: 0 auto;
}
.page-title-lead {
  font-weight: normal;
  margin-bottom: 0;
  font-size: 22px;
}
.card-label {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.48px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 0;
}
.card-icon {
  width: 100%;
  max-width: 173px;
  max-height: 173px;
  margin: 0 auto 30px auto;
  display: block;
}
.btn-link {
  line-height: 1.2;
}


/* Projects List and Dashboard */
.tab-content {
  /* padding: 10px 0; */
  padding: 0;
}
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-link {
  border: 0;
  text-decoration: none;
  font-weight: normal;
  line-height: 2.5;
  color: #777;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media(max-width:543px){
  .nav-tabs .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.nav-tabs .nav-link.active {
  border: 0;
  border-bottom: 3px solid #000;
  text-decoration: none;
  font-weight: bold;
  line-height: 2.5;
  color: #000;
}
.new-project-square {
  padding: 0;
  text-align: center;
  width: 100px;
  height: 100px;
  border: 2px solid rgba(151, 151, 151, 0.17);
  background-color: rgba(151, 151, 151, 0.17);
  float: left;
  margin: 0 20px 20px 0;
  line-height: 100px;
}
.project-rectangle {
  text-align: center;
  padding: 0 30px;
  width: 240px;
  height: 100px;
  border: 2px solid rgba(151, 151, 151, 0.17);
  margin: 0 20px 20px 0;
  position: relative;
  float: left;
}
.project-rectangle .action-corner {
  display: none;
}
.project-rectangle:hover .action-corner,
.project-rectangle:focus .action-corner {
  display: block;
}
.project-rectangle .project-title {
  transform: translate(-50%,-50%);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  line-height: 100%;
}
.project-rectange .project-title small {
  display: inline-block;
  line-height: 120%;
}
@media(max-width: 543px) {
  .project-rectangle .project-title {
    width: 70%;
  }
}
.tab-content a {
  text-decoration: none;
  color: #000;
}
.fancy-tile.shadow {
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
  background-color: #f5f5f5;
}
.fancy-tile {
  width: 100%;
  padding: 25px 45px 35px 45px;
  text-align: center;
  margin-bottom: 0;
}
.fancy-tile img {
  display: block;
  max-width: 200px;
  width: 100%;
  height: auto;
  margin: 0 auto -35px auto;
}
.fancy-tile span {
  display: block;
  width: 100%;
}
.fancy-tile .step-number,
.fancy-tile .tile-title {
  display: inline;
  font-weight: 700;
}
.fancy-tile .step-number {
  margin-right: 5px;
  font-size: 1.6rem;
}
.fancy-title .tile-description {
  margin-top: 10px;
  display: block;
}


/* Single Project Page */
#profileContent .form-group,
#projectsContent .form-group {
  margin-bottom: 25px;
}
.faux-label {
  color: #777;
  font-size: 16px;
  font-weight: 600;
}
.photos-upload-container {
  background-color: rgba(151, 151, 151, 0.17);
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  width: 100%;
}
.photos-upload-container .faux-label {
  position: absolute;
  top: 24px;
  left: 40px;
}


/* Select Product Page */
.product-image {
  border-radius: 30px;
}
.product-title {
  display: inline-block;
  position: relative;
  font-weight: bold;
  text-align: left;
  margin-left: 10%;
  font-size: 25px;
  float: left;
  color: #fff;
  top: -60px;
}


/* Create Product Page */
#on-create-product .form-control.fancy,
#on-create-product .input-group-prepend + .form-control {
  border-radius: 10px;
  border: 2px solid !important;
  border-color: rgba(151, 151, 151, 0.17) !important;
  background-color: #fff;
  padding: 20px;
}
#on-create-product .form-control.fancy.narrow {
  /* width: 100%; */
  width: auto;
  /* max-width: 100px; */
  text-align: center;
}
#on-create-product #inputHorizontalrepeat,
#on-create-product #inputVerticalrepeat {
  width: 100%;
}
#on-create-product label.label {
  display: block;
  width: 100%;
  font-weight: 600;
  color: #000;
  margin-bottom: 6px;
}
#on-create-product .custom-control-label:before,
#on-create-product .custom-control-label:after {
  opacity: 0;
}
#on-create-product .custom-radio {
  margin: 0;
  padding: 0;
}
#on-create-product .custom-radio .custom-control-label {
  cursor: pointer;
  padding: 10px 25px;
  margin-right: 6px;
  margin-bottom: 12px;
  background-color: #fff;
  border: 2px solid rgba(151, 151, 151, 0.17);
  width: auto;
  height: auto;
}
#on-create-product .custom-radio .custom-control-label.checked {
  font-weight: 600;
  border: 2px solid #00feb6;
  color: #000;
}
#on-create-product .btn-outline-secondary,
#on-create-product .btn-outline-secondary:focus,
#on-create-product .btn-outline-secondary:hover,
#on-create-product .btn-outline-secondary:active,
#on-create-product .btn-outline-secondary:not(:disabled):not(.disabled):active {
  border: 0;
  color: #000;
  background: transparent;
  background-color: transparent;
}
#on-create-product .input-group input.form-control,
#on-create-product .input-group input.form-control:focus {
  outline: 0;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #777;
}
#on-create-product .fancy-textarea {
  border-radius: 10px;
  border-color: #eee;
  background-color: #fff;
  padding: 20px;
}
#on-create-product .fancy-textarea:active,
#on-create-product .fancy-textarea:focus {
  outline: 0;
  border-color: #eee;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
}
#on-create-product .form-group {
  margin: 0;
}
#on-create-product .back {
  color: #000;
}
#on-create-product a {
  text-decoration: none;
}
#on-create-product .back .line-height-me {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  top: 1px;
}
#on-create-product .back .fa-square {
  font-size: 2.6rem;
  margin-right: 10px;
}
#on-create-product .back .fa-angle-left {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
#on-create-product .btn-save-for-now {
  background-color: #d8d8d8;
  border-color: #d8d8d8;
  color: #4b4b4b !important;
  font-size: 20px;
  font-weight: normal;
  line-height: 90%;
}
#on-create-product .btn-add-to-cart {
  background-color: #000;
  border-color: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  width: auto;
  padding-top: 6px;
  padding-right: 20px;
  padding-left: 20px;
}
#on-create-product .btn-add-to-cart .fa {
  position: relative;
  margin-left: 10px;
  font-size: 1.6rem;
  top: 1px;
}
#on-create-product .btn-proceed-to-hardware {
  background-color: #000;
  border-color: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 500;

  padding-top: 9px;
}
#on-create-product .btn-proceed-to-hardware .fa {
  position: relative;
  margin-left: 10px;
  font-size: 1.6rem;
  top: 1px;
}
#on-create-product .btn.dropdown-toggle:not([title="Nothing selected"]) {
  border: 2px solid #00feb6;
  padding: 9px 25px;
}
#on-create-product .btn.dropdown-toggle:not([title="Nothing selected"]) .filter-option .filter-option-inner .filter-option-inner-inner {
  font-weight: 600 !important;
}
.bootstrap-select .dropdown-toggle:focus {
  outline:0 !important;
  box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.16) !important;
}
.dropdown-toggle {
  cursor: pointer;
  padding: 10px 25px;
  margin-right: 6px;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 3px 3px 6px 0 rgba(0,0,0,0.16);
  border-radius: 10px;
  width: auto;
  height: auto;
}
.dropdown-menu.show {
  border-radius: 10px;
}
#on-create-product .form-control.fancy.complete,
#on-create-product .input-group-prepend + .form-control.complete,
.form-control.special.complete,
.form-control.complete,
textarea.complete,
.form-group .form-control.complete {
  font-weight: 600 !important;
  border: 2px solid #00feb6 !important;
}


/* Faux Popup */
.popup-looking-col h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
}
.popup-looking-col {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border: 2px solid rgba(151, 151, 151, 0.17);
  padding: 30px;
}
.popup {
  position: absolute;
  z-index: 11;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
}
.popup .curtain {
  background-color: rgba(255,255,255,0.8);
  top: 0; right: 0; bottom: 0; left: 0;
  position: fixed;
  z-index: 12;
}
.popup .popupbox {
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 14;
  background-color: #fff;
  transform: translateX(-50%);
  width: 500px;
  margin-bottom: 5%;
}
@media(max-width: 543px){
  .popup {
    top: 72px;
  }
  .popup .curtain {
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 0;
  }
  .popup .popupbox {
    transform: translateX(0);
    padding-bottom: 30px;
    padding-top: 25px;
    margin-bottom: 0;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
  }
}
.nav.nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: -moz-scrollbars-none;
  height: 60px;
  margin-bottom: 20px;
  margin-top: 0;
  overflow: -moz-scrollbars-none !important;
  -ms-overflow-style: none !important;
}
.nav-tabs::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
.nav-tabs .nav-item {
  flex: 0 0 auto;
}


/* Floating labels */
.form-label-group {
  position: relative;
  margin-bottom: 30px;
}
.form-label-group > input,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
}
.form-label-group > label {
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.5;
  color: #000;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}
.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}
.form-label-group input:-ms-input-placeholder {
  color: transparent;
}
.form-label-group input::-ms-input-placeholder {
  color: transparent;
}
.form-label-group input::-moz-placeholder {
  color: transparent;
}
.form-label-group input::placeholder {
  color: transparent;
}
.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
  padding-top: 15px;
}
.form-label-group input:not(:placeholder-shown) ~ label,
.form-label-group label.active {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #000;
  top: 0;
}
.form-label-group .form-control {
  height: calc(3.5rem + 2px);
  color: #000;
}


/* Buttons */
.btn-lg {
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 600;
  text-align: center;
  padding-right: 30px;
  padding-left: 30px;
}
.btn-md {
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  padding-right: 20px;
  padding-left: 20px;
}
.btn-default,
.btn-default:visited {
  background-color: #4b4b4b;
  color: #fff !important;
}
.btn-default:focus,
.btn-default:hover {
  background-color: #373737;
}
.btn-default,
.btn-default:visited,
.popup .btn-secondary,
.popup-looking-col .btn-secondary {
  text-transform: uppercase;
  background-color: #4b4b4b;
  color: #fff !important;
  border-radius: 4px;
  font-weight: bold;
}
.btn-default:focus,
.btn-default:hover {
  background-color: #373737;
}
.btn-dark,
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  background-color: #000;
}
.question-stack {
  position: relative;
  font-size: 85%;
  top: -2px;
}
.question-stack .fa-circle {
  color: #ccc;
}
.question-stack .fa-question {
  color: #000;
}
.btn-dark {
  color: #fff !important;
}


/* Popovers */
.popover {
  border-radius: 0;
  border-color: #d2d2d2;
}
.popover .arrow {
  display: none;
  visibility: hidden;
}
.popover-header {
  background-color: rgba(151, 151, 151, 0.17);
  border-bottom: 0;
}
.popover-body {
  border-radius: 0;
  font-size: 13px;
  border: 0;
  box-shadow: none;
  color: #000;
}


/* Utilities */
.spacer {
  display: block;
  width: 100%;
}
.hidden {
  display: none;
  opacity: 0;
}
.text-decoration-none {
  text-decoration: none;
}
.color-inherit {
  color: inherit !important;
}
.upload-button.loading {
  background-image: url('../../assets/img/loading-spinner.gif');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 75px;
  color: transparent !important;
}
.color-gold {
  color: #c7a321;
}
a,
a:visited,
a:hover,
a:focus {
  color: inherit;
}


/* Stripe Loader */
.stripe-loading-indicator {
  height: 3px !important;
}
.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
  height: 3px !important;
  background: #00feb6 !important;
}


/* Flashing Messages */
body > p.flash-message {
  padding: 20px 30px 20px 15px !important;
  top: 40% !important;
}
body > p.flash-message.fade.in {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
body .backdrop {
  background-color: rgba(0,0,0,0.25);
  position: fixed;
  z-index: 12;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
body .backdrop .popup-message {
  box-shadow: 0 37.125px 70px -12.125px rgba(0,0,0,0.3);
  transform: translate(-50%,-50%);
  border-radius: 10px;
  position: fixed;
  max-width: 96%;
  width: 400px;
  height: auto;
  left: 50%;
  top: 50%;
}
body .backdrop .popup-message.error .header {
  background-color: #000;
}
body .backdrop .popup-message .header {
  border-radius: 10px 10px 0 0;
  padding: 20px 30px;
  font-size: 1.2rem;
  font-weight: 700;
  display: block;
  width: 100%;
  color: #fff;
}
body .backdrop .popup-message .header .close {
  text-shadow: none;
  box-shadow: none;
}
body .backdrop .popup-message .header .close .fa {
  font-size: 1.1rem;
  color: #fff;
}
body .backdrop .popup-message .content {
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  font-weight: 500;
  padding: 30px;
  display: block;
  width: 100%;
}


/* Utilities */
.max-width-500 {
  max-width: 500px;
}
.max-width-600 {
  max-width: 600px;
}
.max-width-700 {
  max-width: 700px;
}
.max-width-800 {
  max-width: 800px;
}
.horizontal-center {
  margin: 0 auto;
}
.full-height {
  height: 90%;
  height: 90vh;
}
.parent {
  position: relative;
}
.child {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.fancy-shadow {
  border: 2px solid rgba(151, 151, 151, 0.17);
  padding: 40px 20px;
  width: 100%;
}
.fancy-shadow.active {
  border-color: #00feb6;
}
.fancy-shadow img {
  max-width: 128px;
}
.fancy-shadow img + .card-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
#logout .fa-power-off {
  font-size: 1.8rem;
}
#logout a {
  color: inherit;
}


/* Sidebar */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999999;
  top: 0;
  background-color: #000;
  overflow-x: hidden;
  width: 250px;
  transition: 0.5s;
  padding-top: 7%;
  overflow-y: scroll;
}
.sidenav a {
  padding: 6% 8px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.36px
  color: #818181;
  display: block;
  transition: 0.3s;
  color: #fff !important;
  line-height: 19px;
  position: relative;
  left: 10px;
}
.sidenav a:hover,
.sidenav a:focus,
.sidenav a:active {
  color: #fff !important;
}
.sidenav a.project-link {
  font-size: 16px !important;
  letter-spacing: 0.32px;
  font-weight: normal;
  line-height: 19px;
  padding: 3% 8px;
}
.sidenav a.signout-link {
  font-size: 18px;
  letter-spacing: 0.36px;
  font-weight: normal;
  line-height: 19px;
  position: absolute;
  bottom: 28px;
  width: 100%;
  text-align: center;
  padding: 0;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.icon.menu {
  position: absolute;
  cursor: pointer;
  left: 15px;
  top: 15px;
  height: 50px;
  width: 50px;
  background-image: url('../../assets/img/menu-icon.png');
  background-size: 50px 50px;
}
.icon.menu:hover,
.icon.menu:focus {
  background-image: url('../../assets/img/menu-icon-hover.png');
  background-size: 50px 50px;
}
@media(max-width:543px){
  .icon.menu {
    left: 8px;
  }
}
.icon.activity {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 2px;
}
@media(max-width:543px){
  .icon.activity {
    right: 15px;
  }
}
.icon.user {
  position: absolute;
  top: 20px;
  right: 15px;
}
.coming-soon {
  display: block;
  font-size: 0.8rem;
  margin-top: 4px;
}
a.coming-soon-main,
a.coming-soon-main:hover,
a.coming-soon-main:focus,
a.coming-soon-main:active,
a.coming-soon-main:visited {
  color: rgba(255, 255, 255, 0.65) !important;
}


/* Media queries */
@media(max-width:767px) {
  #custom-product-total-price {
    right: 0;
  }
  #custom-product-total-price.secondary {
    display: none !important;
  }
  .text-right.buttons {
    padding-top: 25px;
  }
  #inputSidemarks {
    max-height: 200px;
  }
}
@media(max-width: 543px) {
  .btn-block {
    max-width: 100%;
  }
  footer#footer {
    padding-top: 80px;
  }
  .popup-looking-col {
    border-radius: 0;
    padding: 0 20px;
    box-shadow: none;
    border: 0;
  }
  .popup-looking-col .lead,
  .page-title-lead {
    font-size: 1.1rem;
  }
  .max-width-700.popup-looking-col {
    max-width: 95%;
  }
  #on-login .form-label-group:nth-of-type(2) {
    margin-bottom: 10px !important;
  }
  #on-reset-password .form-label-group:nth-of-type(1) {
    margin-bottom: 10px !important;
  }
  #on-new-password .form-label-group:nth-of-type(2) {
    margin-bottom: 10px !important;
  }
  #on-create-project .form-label-group:nth-of-type(4) {
    margin-bottom: 10px !important;
  }
  .sidenav .closebtn {
    top: 8px;
    left: 15px;
  }
  .sidenav {
    padding-top: 75px;
  }
  #cart .fa-shopping-cart {
    font-size: 2rem;
    position: relative;
    top: -1px;
  }
  .project-rectangle {
    padding: 0 10px;
    height: 80px;
    width: calc(50% - 20px);
  }
  .project-rectangles a {
    display: inline-block;
    margin: 0 0 20px;
    float: left;
  }
  .project-rectangles.special a:first-of-type {
    width: 100%;
  }
  .project-rectangles a .project-rectangle {
    width: 100%;
    margin: 0 !important;
  }
  .tab-content {
    padding: 0;
    margin-right: -15px;
    overflow-x: hidden;
    padding-top: 10px;
    width: 100%;
  }
  .new-project-square {
    width: calc(50% - 20px);
    height: 80px;
    line-height: 80px;
    margin: 0 20px 20px 0;
  }
  .page-title {
    display: block;
    font-size: 26px !important;
  }
  .confirmation-title {
    display: block;
    font-size: 24px !important;
  }
  .btn-start-order {
    width: 100%;
    display: block;
  }
  .status-dots {
    max-width: 300px;
  }
  .btn-lg.btn-default, .btn-lg.btn-primary {
    font-size: 18px;
    height: 45px;
  }
  #profileContent .form-control-lg,
  #projectsContent .form-control-lg {
    font-size: 22px;
  }
}
label[for="inputSidemarks"] {
  font-weight: 600;
}


/* Cart Status */
.cart-status {
  font-size: 18px;
  padding: 10px 20px;
  color: #4a4a4a;
}
.cart-status.active {
  font-weight: bold;
  border-bottom: 2px solid rgba(216,177,36,0.53);
}
@media(max-width: 991px){
  .left-area {
    text-align: left !important;
  }
  .left-area > span {
    float: left !important;
  }
  .promo-code-text-col {
    text-align: left !important;
    padding-bottom: 8px !important;
  }
}
@media(max-width: 543px){
  .cart-status {
    font-size: 13px;
    padding: 10px 0;
  }
  .large-bullet {
    font-size: 18px !important;
  }
  .mobile-padding-helper .col-4 .line-height-33px {
    line-height: 54px !important;
  }
  .mobile-padding-helper .col-4:nth-of-type(2) .line-height-33px {
    line-height: 33px !important;
  }
}


.breadcrumb {
  text-transform: uppercase;
  background: transparent;
  padding: 0;
}
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
  font-size: 13px;
}
.breadcrumb-item + .breadcrumb-item:before {
  content: '>';
}
.breadcrumb-item.active {
  font-weight: 600;
}
.breadcrumb .breadcrumb-item {
  color: rgba(74,74,74,0.56);
}
.breadcrumb .breadcrumb-item a {
  color: #4a4a4a;
  opacity: 0.33;
}


/* Sweet alert */
#alertContent {
  box-shadow: 0 0 4px rgba(0,0,0,0.45);
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 7px;
  position: fixed;
  z-index: 9999;
  padding: 10px 15px;
  max-width: 100%;
  width: 290px;
  right: 15px;
  top: 15px;
}
#alertContent.success {
  background-color: #00feb6;
  border-color: #00feb6;
  font-weight: 600;
  color: #004;
}
#alertContent.info {
  background-color: #0fbcf9;
  border-color: #0fbcf9;
  font-weight: 600;
  color: #fff;
}
#alertContent.error {
  background-color: #ff3f34;
  border-color: #ff3f34;
  font-weight: 600;
  color: #fff;
}
#alertContent.warning {
  background-color: #ffc048;
  border-color: #ffc048;
  font-weight: 600;
  color: #222;
}

/* October CMS Flash Messages Container - Force position in top right */
body .oc-flash-messages,
body div.oc-flash-messages {
  position: fixed !important;
  top: 15px !important;
  right: 15px !important;
  z-index: 99999 !important;
  width: auto !important;
  left: auto !important;
  transform: translateX(0) !important;
}

/* Individual Flash Message - Force right alignment and proper sizing */
body .oc-flash-message,
body .oc-flash-messages .oc-flash-message,
body div.oc-flash-message {
  box-shadow: 0 0 4px rgba(0,0,0,0.45) !important;
  background-color: #fff !important;
  border: 2px solid #ccc !important;
  border-radius: 7px !important;
  position: relative !important;
  padding: 10px 15px !important;
  margin-bottom: 10px !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  display: block !important;
  width: auto !important;
  max-width: calc(100vw - 30px) !important;
  min-width: 250px !important;
  white-space: normal !important;
  overflow: visible !important;
  word-wrap: break-word !important;
  font-weight: 600 !important;
  text-align: left !important;
  float: none !important;
  clear: both !important;
  box-sizing: border-box !important;
  right: 0 !important;
  left: auto !important;
}

/* Flash Message Colors - High specificity to override positioning styles */
body .oc-flash-message.success,
body .oc-flash-messages .oc-flash-message.success {
  background-color: #00feb6 !important;
  border-color: #00feb6 !important;
  color: #004 !important;
}

body .oc-flash-message.info,
body .oc-flash-messages .oc-flash-message.info {
  background-color: #0fbcf9 !important;
  border-color: #0fbcf9 !important;
  color: #fff !important;
}

body .oc-flash-message.error,
body .oc-flash-messages .oc-flash-message.error {
  background-color: #ff3f34 !important;
  border-color: #ff3f34 !important;
  color: #fff !important;
}

body .oc-flash-message.warning,
body .oc-flash-messages .oc-flash-message.warning {
  background-color: #ffc048 !important;
  border-color: #ffc048 !important;
  color: #222 !important;
}

/* Additional override for stubborn positioning issues */
body .oc-flash-messages {
  right: 15px !important;
  left: auto !important;
  width: auto !important;
  max-width: calc(100vw - 30px) !important;
}

body .oc-flash-messages .oc-flash-message {
  margin-left: auto !important;
  margin-right: 0 !important;
  width: fit-content !important;
  max-width: calc(100vw - 30px) !important;
  min-width: 250px !important;
}

/* Hide flash message close button */
.oc-flash-message a.flash-close,
.oc-flash-messages .oc-flash-message a.flash-close {
  display: none !important;
}
.badge-success {
  background-color: #00feb6 !important;
}
.badge-info {
  background-color: #0fbcf9 !important;
}


/* Neo sticky widgets */
.sticky-container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.sticky-content {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 30px;
}


/* Checkout */
.large-bullet {
  font-size: 26px;
  color: #d8d8d8;
}
.left-area {
  text-align: left !important;
}
.shipping-option {
  background-color: rgba(155,155,155,0.13);
  height: 85px;
  cursor: pointer;
  padding: 34px 19px;
  margin: 0 15px 0 0;
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
  border: 2px solid rgba(155,155,155,0.13);
}
.shipping-option.active {
  border: 2px solid rgba(216,177,36,0.53);
}
.shipping-option .title {
  position: absolute;
  top: 19px;
  left: 34px;
  color: #4a4a4a;
  font-weight: bold;
  text-transform: uppercase;
}
.shipping-option .price {
  position: absolute;
  top: 19px;
  right: 34px;
  color: #4a4a4a;
  font-weight: bold;
  text-transform: uppercase;
}
.shipping-option .time {
  color: #4a4a4a;
  font-size: 14px;
  font-style: italic;
  position: absolute;
  bottom: 19px;
  left: 34px;
}
.cart-footer {
  background-color: rgba(28,28,28,0.7);
  padding: 37px 0;
}
.total-label {
  color: #000;
  font-weight: bold;
  font-size: 14px;
}
.total-price {
  color: #d8b124;
  font-weight: bold;
  font-size: 24px;
}
.cart-support {
  color: rgba(28,28,28,0.7);
}
.cart-support strong {
  display: block;
  width: 100%;
}
.totals-label {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.totals-value {
  color: #000;
  font-size: 14px;
  font-weight: normal;
}
.promo-code-text-col {
  color: #000;
}
#on-promo-setup .form-group {
  position: relative;
}
#on-promo-setup .form-group .form-control {
  background-color: white;
}
.invisible-button {
  position: absolute !important;
  background: transparent !important;
  border: 0 !important;
  font-weight: 600 !important;
  position: absolute !important;
  top: 25px !important;
  right: 0 !important;
  color: #9b9b9b !important;
}
.d-lg-flex.hidden-items {
  height: 0;
}
.hidden-items {
  opacity: 0;
  display: none;
}
.proceed-to-payment-button {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
  color: #c7a321 !important;
  font-size: 20px !important;
  background-color: #fff;
  border-radius: 10px;
  font-weight: bold;
  box-shadow: 3px 2px 4px 0 #4a4a4a;
  text-align: center;
  cursor: pointer;
}
#inputSearch {
  border-radius: 10px;
  background-color: rgba(151, 151, 151, 0.17);
  border-color: rgba(151, 151, 151, 0.17);
  padding-left: 15px;
  padding-right: 15px;
}
#inputSearch + .btn-search {
  top: 2px !important;
}
.font-weight-semibold {
  font-weight: 600;
}
.row.product-row h5 {
  font-size: 1rem;
}


/* Apple Input */
input.apple-switch {
  position: relative;
  -webkit-appearance: none;
  outline: none;
  width: 42px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #D9DADC;
  border-radius: 50px;
  box-shadow: inset -20px 0 0 0 #fff;
  top: 6px;
}
input.apple-switch:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background: transparent;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
}
input.apple-switch:checked {
  box-shadow: inset 20px 0 0 0 #4ed164;
  border-color: #4ed164;
}
input.apple-switch:checked:after {
  left: 20px;
  box-shadow: -2px 4px 3px rgba(0,0,0,0.05);
}
label[for="team-toggle"] {
  padding: 0;
  margin: 8px 0 0 5px;
  font-size: 16px;
  font-weight: 600;
}


/* Custom Confirmation */
#modal_dialog {
  background-color: #fff;
  padding: 30px;
  border: 2px solid rgba(151, 151, 151, 0.17);
}
.ui-dialog-titlebar {
    display: none !important;
}
.ui-widget-overlay {
  background-color: rgba(255,255,255,0.8);
}


/* Button shine fix */
.btn.focus, .btn:focus {
    box-shadow: none !important;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff !important;
}


/*
 * Special page popout
 */
.page-action-buttons .curtain {
 display: none !important;
}
@media(max-width:767px) {
  .page-action-buttons {
    display: none !important;
  }
  .page-action-buttons.active {
    background-color: #fff !important;
    border-top: 1px solid #ccc;
    display: block !important;
    position: fixed;
    padding: 15px;
    z-index: 13;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .page-action-buttons.active .curtain {
    background-color: rgba(255,255,255,0.8);
    display: block !important;
    position: fixed;
    z-index: 11;
    bottom: 65px;
    right: 0;
    left: 0;
    top: 0;
  }
  .page-action-buttons.active .cancel {
    float: right;
  }
}
@media(max-width: 543px){
  #account.tab-pane.active,
  #location.tab-pane.active,
  #company.tab-pane.active,
  #details.tab-pane.active,
  #billing.tab-pane.active,
  #photos.tab-pane.active,
  #items.tab-pane.active,
  #estimates.tab-pane.active,
  #invoices.tab-pane.active,
  #profile.tab-pane.active,
  #password.tab-pane.active {
    margin-right: 15px !important;
    overflow-x: hidden;
  }
  .page-action-buttons .fas:not(.fa-times-circle) {
    display: none;
  }
}


/* NEW: Client list */
.table .thead-light th {
  border-bottom: 2px solid #000;
    background-color: #f8f8f8;
    text-transform: uppercase;
    font-size: 0.85rem;
    border-top: 0;
    color: #000;
}
.table .list-avatar {
  border-radius: 100%;
  position: relative;
  margin-right: 6px;
  top: -2px;
  width: 28px;
  height: 28px;
}


/* NEW: Utilities */
.cursor-pointer {
  cursor: pointer;
}


/* NEW: Forms */
.form-group label {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}
.red-star,
.form-group .red-star {
  color: red !important;
  margin-left: 4px !important;
}
.form-group .form-control {
  box-shadow: none !important;
  background-color: #fff !important;
  border-radius: 0 !important;
  padding: 6px 15px !important;
  line-height: 46px !important;
  height: 46px !important;
  font-size: 1rem !important;
  font-weight: normal !important;
  color: #000 !important;
  border: 2px solid rgba(151, 151, 151, 0.17) !important;
  margin-top: 6px;
}
.form-group .form-control:focus,
.form-group .form-control:active {
  border: 2px solid #000 !important;
}
.form-group.form-control.disabled,
.form-control:disabled {
  background-color: rgba(151, 151, 151, 0.17) !important;
  border: 2px solid rgba(151, 151, 151, 0.17) !important;
}
.form-group textarea.form-control {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.5 !important;
  height: auto !important;
}
.form-group select.form-control {
  padding: 6px 10px !important;
}
.btn-md {
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
}
.btn-primary,
.btn-default,
.btn-secondary,
.btn-success,
.btn-warning,
.btn-danger,
.btn-info {
  color: #fff;
  box-shadow: none;
  font-weight: 600;
  border-radius: 0;
}
.btn-primary:not([data-action="togglePeriod"]) {
  background-color: #000;
  border-color: #000;
  min-width: 150px;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
}


/* TEXT */
.text-muted {
  color: #666 !important;
}
.font-color-brown-grey {
  color: #9b9b9b !important;
}


/* DROPDOWN */
.dropdown-menu {
  border: 2px solid rgba(151, 151, 151, 0.17);
  border-radius: 0 !important;
}
.dropdown-toggle {
  border-radius: 0;
  box-shadow: none !important;
  border: 2px solid rgba(151, 151, 151, 0.17);
  background-color: #fff !important;
}
.dropdown-toggle,
.dropdown-toggle *,
.dropdown-toggle:focus,
.dropdown-toggle:hover,
.dropdown-toggle:active,
.dropdown-toggle:active:focus {
  box-shadow: none !important;
}


/* NEW MODAL */
.modal-backdrop.show {
  opacity: 1;
}
.modal-backdrop {
  background-color: rgba(255,255,255,0.8);
}
.modal-content {
  border: 2px solid rgba(151, 151, 151, 0.17);
  border-radius: 0;
  position: relative;
  display: block;
  z-index: 2000;
}
.modal-header {
  padding: 30px 30px 20px 30px;
  border: 0;
  border-radius: 0;
}
.modal-header .close {
  padding: 14px 15px;
}
.modal-header .close span {
  font-size: 1.4rem !important;
  line-height: 30px;
  color: red;
  padding: 0;
}
.modal-body {
  padding: 0 30px;
}
.modal-footer {
  padding: 10px 30px 35px 30px;
  border: 0;
  border-radius: 0;
}
body.sidebar-opened .modal,
body.sidebar-pinned .modal {
  padding-left: 20%;
}
.sidenav.is-hidden + #mainPage .modal {
  padding-left: 0;
}


/* Others */
.line {
  border: 2px solid rgba(151, 151, 151, 0.17);
  width: 100%;
  height: 0;
}
.opacity-08 {
  color: #666;
}
.opacity-07 {
  color: #999;
}
.scoreboard-item {
  border: 2px solid rgba(151, 151, 151, 0.17);
  border-bottom-width: 4px;
}
.scoreboard-item .scoreboard-status {
  display: inline-block;
  margin-right: 12px;
}
.scoreboard-item .scoreboard-status:after {
  background-color: #666;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  content: ' ';
  right: -8px;
  top: -3px;
  height: 5px;
  width: 5px;
}
.scoreboard-item .scoreboard-status:last-of-type:after {
  display: none;
}
.fa-spaced {
  display: inline-block;
  text-align: center;
  width: 30px;
}
.dropdown-item {
  padding: .25rem 1rem;
}
.form-check {
  padding-bottom: 2px;
  padding-top: 2px;
}
.strike,
.strike * {
  text-decoration: line-through;
}
.text-black {
  color: #000;
}
.text-transform-none {
  text-transform: none !important;
}


/* Alerts */
.alert-danger {
  border-radius: 0;
  border-width: 2px;
  border-bottom-width: 4px;
  border-color: #dc3545;
  background-color: #fcedee;
  color: #dc3545;
}
.alert-success {
  border-radius: 0;
  border-width: 2px;
  border-bottom-width: 4px;
  border-color: #2ecc71;
  background-color: #dbf7e7;
  color: #2ecc71;
}
.alert-warning {
  border-radius: 0;
  border-width: 2px;
  border-bottom-width: 4px;
  border-color: #f2b600;
  background-color: #fff2cb;
  color: #f2b600;
}
.alert-warning.alert-paused {
  color: #dc3545;
  border-color: #dc3545;
  border-width: 3px;
}
.alert-secondary {
  border-radius: 0;
  border-width: 2px;
  border-bottom-width: 4px;
  border-color: rgba(151, 151, 151, 0.17);
  background-color: #ffffff;
  color: #000000;
}
.alert-info {
  border-radius: 0;
  border-width: 2px;
  border-bottom-width: 4px;
  border-color: #3498db;
  background-color: #ebf5fc;
  color: #3498db;
}
.alert-primary {
  border-radius: 0;
  border-width: 2px;
  border-bottom-width: 4px;
  border-color: #004085;
  background-color: #cce5ff;
  color: #004085;
}
.alert-secondary.bg-gray {
  background-color: rgba(151, 151, 151, 0.17);
}
.alert-primary {
  border-color: #004085;
}
.border-width-2px {
  border-width: 2px;
}


/* Text colors */
.text-danger {
  color: #dc3545 !important;
}
.text-success {
  color: #2ecc71 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-info {
  color: #3498db !important;
}


/* Hide sidebar pin on small devices */
@media(max-width:543px){
  [onclick="toggleNavPin()"] {
    display: none;
  }
}


/* List fixes small devices */
.show-col-xs {
  display: none;
}
@media(max-width:543px){
  .hide-col-xs {
    display: none;
  }
  .show-col-xs {
    display: block;
  }
  .sidenav a {
    left: 0;
  }
  body #sideNav {
    padding-top: 54px;
  }
}


/* Cleanup */
#deliveryContainer > .col-12 {
  /* border-top: 2px solid rgba(151, 151, 151, 0.17); */
  border-bottom: 2px solid rgba(151, 151, 151, 0.17);
}
#productionContainer > .col-12 {
  border-bottom: 2px solid rgba(151, 151, 151, 0.17);
}
#clientContainer .line {
  border-top: 0;
  border-bottom: 2px solid rgba(151, 151, 151, 0.17);
}
#footerContainer .alert-secondary.bg-gray {
  padding-top: 50px;
  padding-bottom: 50px;
}
.register-status {
  font-size: 1.25rem;
}
.register-status.active {
  font-weight: 600;
}
.register-status * {
  font-size: inherit;
}
@media(max-width: 543px){
  .register-status {
    font-size: 1.15rem;
  }
}
.bootstrap-select .dropdown-toggle:focus {
  box-shadow: none !important;
}


/* More media queries */
@media(max-width:543px){
  body #sideNav .close {
    right: 16px;
  }
  .page-id-order-orders th[scope="col"] {
    display: none;
  }
  .page-id-order-orders th {
    padding-top: 0.5rem;
    padding-right: 0;
    padding-bottom: 0.5rem;
    padding-left: 0;
  }
}


/* Helper */
#profile .upload-files-container:empty {
  border-color: #fff !important;
}

#on-discount-setup .invisible-button {
  top: 48px !important;
  right: 18px !important;
}


/* New Body BG */
body #appbgimage {
  background-image:url('../../assets/img/app-icons/4dbiz-app-logo.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: fixed;
  width: 60%;
  height: 60%;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  opacity: 0.1;
  display: none;
}
@media(min-width:768px){
  .float-md-right {
    float: right;
  }
}


/* Order Preview */
#orderPreviewBackdrop {
  position: fixed;
  display: none;
  z-index: 98;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
#orderPreviewBackdrop.active {
  display: block;
}
#orderPreview {
  background-color: #eee;
  position: fixed;
  padding: 30px;
  right: -300px;
  width: 300px;
  z-index: 99;
  bottom: 0;
  top: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#orderPreview.active {
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  position: fixed;
  width: 300px;
  right: 0;
}
#orderPreviewClose {
  position: absolute;
  text-shadow: none;
  cursor: pointer;
  right: 22px;
  opacity: 1;
  top: 28px;
}


.draggable {
  cursor: move;
}


/* Chat */
.chat-bubble {
  border: 2px solid #eee;
  border-radius: 0.45rem;
  margin-bottom: 12px;
  padding: 8px 12px;
  width: 80%;
  display: block;
  overflow: auto;

  border-color: #d2d2d2;
  background-color: rgba(151, 151, 151, 0.17);
  border-radius: 0.45rem;
  border-bottom-left-radius: 0;
  color: rgba(0,0,0,0.8);

  overflow-x: hidden;
}
.chat-bubble.float-right {
  border-color: #3498db;
  background-color: #ebf5fc;
  border-radius: 0.45rem;
  border-bottom-right-radius: 0;
  color: #3498db;
}
.chat-bubble.minute.float-right {
  color: #27ac5f;
  background-color: #dbf7e7;
  border-color: #2ecc71;
}
.chat-bubble p, .chat-bubble div {
  margin-bottom: 0.3rem;
}
.chat-bubble div,
.chat-bubble div span,
.chat-bubble p span {
  font-family: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
  background-color: transparent !important;
}
.chat-bubble p:last-of-type {
  margin-bottom: 0;
}
.chat-bubble a {
  text-decoration: underline !important;
  color: #007bff !important;
}
.chat-bubble.bubble-red {
  background-color: #f9dcdf;
  border-color: #dc3545;
}
.chat-bubble.bubble-red p,
.chat-bubble.bubble-red span {
  color: #000;
}
.chat-bubble.bubble-red small {
  color: #dc3545;
}


/* Power Partners */
.partner {

}
.partner a {
  overflow-wrap: break-word;
}
.partner .fas.fa-star {
  transform: translate(-50%,-50%);
  font-size: 22px;
  position: absolute;
  color: #f1c40f;
  left: 50%;
  top: 60%;
}
.partner:nth-of-type(odd):after,
.partner:nth-of-type(even):after {
  background-color: #000;
  border-radius: 12px;
  position: absolute;
  content: ' ';
  width: 30px;
  height: 5px;
  z-index: 2;
  top: 50%;
  right: -15px;
}
.partner:nth-of-type(odd):after {
  transform: rotate(45deg);
}
.partner:nth-of-type(even):after {
  transform: rotate(-45deg);
}
.partner:last-of-type:after {
  display: none;
}


p.intro {
  font-size: 1.1rem;
}


.btn-bordered {
  color: #004;
  background-color: #eee;
  border-radius: 0;
  border: 0;
  margin: 0 !important;
}
.btn-bordered:hover,
.btn-bordered:focus {
  background-color: #e4e4e4;
  border: 0;
  margin: 0 !important;
}
.btn-bordered.active {
  color: #fff;
  background-color: #004;
  border-radius: 0;
  border: 0;
}

.force-show-scrollbars ::-webkit-scrollbar-track:vertical {
    border-left: 1px solid #E7E7E7;
    box-shadow: 1px 0 1px 0 #F6F6F6 inset, -1px 0 1px 0 #F6F6F6 inset;
}

.force-show-scrollbars ::-webkit-scrollbar-track:horizontal {
    border-top: 1px solid #E7E7E7;
    box-shadow: 0 1px 1px 0 #F6F6F6 inset, 0 -1px 1px 0 #F6F6F6 inset;
}

.force-show-scrollbars ::-webkit-scrollbar {
    -webkit-appearance: none;
    background-color: #FAFAFA;
    width: 16px;
}

.force-show-scrollbars ::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: #C1C1C1;
    border-color: transparent;
    border-radius: 9px 8px 8px 9px;
    border-style: solid;
    border-width: 3px 3px 3px 4px; /* Workaround because margins aren't supported */
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

/* Unfortunately scrollbars can't use CSS transitions. Also, it's not possible
   to highlight the thumb when the scrollbar track is hovered without some
   JavaScript acrobatics; https://jsfiddle.net/QcqBM/6/ is a start, but you
   also have to check whether the element has a scrollbar and if so how wide
   it is. */
.force-show-scrollbars ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
