body,
html {
  padding: 0;
  margin: 0;
}

.window-height {
  height: 100vh;
  max-height: 100vh;
}

.brieff-card,
.group-card {
  border-radius: 0;
  border: none;
}
.brieff-card .collapse.show,
.group-card .collapse.show {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.scrollable-card-body {
  overflow-y: hidden;
  overflow-x: auto;
}

.additional-profiles-desc-image img {
  max-width: 160px;
}

.selector-radio {
  position: relative;
}
.selector-radio:not(:last-child) {
  margin-right: 1rem;
}
.selector-radio .form-group {
  -webkit-border-radius: 0.35rem;
  -moz-border-radius: 0.35rem;
  border-radius: 0.35rem;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.selector-radio .form-group .selector-door-frame {
  border: 1px solid #000;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1)), #2a3034;
  width: 90px;
  height: 160px;
}
.selector-radio .form-group .selector-color-frame {
  height: 46px;
  display: flex;
  padding: 0.35rem;
  border-radius: 0.35rem;
  justify-content: center;
  align-items: center;
  border: 1px solid #c4c4c4;
}
.selector-radio .form-group .selector-color-frame label {
  white-space: nowrap;
  color: #fff;
  margin: 0;
  text-shadow: 0.07em 0 black, 0 0.07em black, -0.07em 0 black, 0 -0.07em black;
}
.selector-radio .form-group img.xs {
  max-width: 80px;
  max-height: 80px;
}
.selector-radio .form-group img.sm {
  max-width: 120px;
  max-height: 120px;
}
.selector-radio .form-group img.lg {
  width: 100%;
  height: 100%;
}
.selector-radio:hover .form-group {
  border-color: #2196F3;
  background: #2196f37a;
}
.selector-radio:has(input[type=radio]:checked) .form-group {
  border-color: #2196F3;
  background: #2196f37a;
}
.selector-radio input[type=radio] {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

#ConfiguratorOptions {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.03);
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}

#ConfiguratorFrameHolder {
  background: #bbb;
}
#ConfiguratorFrameHolder #ConfiguratorFrame {
  overflow: auto;
}

#ShoppingAlerts {
  position: fixed;
  top: 1rem;
  right: 2rem;
  z-index: 9999;
}

#ConfiguratorBrieff {
  overflow-y: auto;
  overflow-x: hidden;
  background-color: rgba(0, 0, 0, 0.03);
  border-left: 1px solid rgba(0, 0, 0, 0.125);
}

.led-light {
  min-width: 100px;
}
.led-light.red {
  background: red;
}
.led-light.green {
  background: green;
}
.led-light.blue {
  background: blue;
}
.led-light.rgb {
  animation-name: rgbBg;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}
.led-light.white {
  color: white;
}

@keyframes rgbBg {
  0% {
    background: red;
  }
  50% {
    background: green;
  }
  100% {
    background: blue;
  }
}
.door-frame {
  padding: 1rem 1rem 0 1rem;
  border: 1px solid #00000045;
  border-bottom: none;
  position: relative;
}

.additional-profile-horizontal {
  height: 1rem;
  background: #fff;
  border: 1px solid #00000015;
  position: relative;
}

.skylight {
  padding: 1rem;
  border: 1px solid #00000045;
  border-bottom: none;
  height: 112px;
  position: relative;
}
.skylight .skylight-frame {
  box-shadow: inset 0 0 20px 5px #00000033;
  border: 4px solid rgba(95, 95, 95, 0.2);
  border-top: 4px solid rgba(78, 78, 78, 0.6);
  height: 100%;
}
.skylight .skylight-frame .image-holder {
  height: 100%;
  background-position: center center !important;
  background-size: cover !important;
}

.sidelight {
  padding: 1rem;
  border: 1px solid #00000045;
  border-bottom: none;
  width: 112px;
  position: relative;
}
.sidelight .sidelight-frame {
  box-shadow: inset 0 0 20px 5px #00000033;
  border: 4px solid rgba(95, 95, 95, 0.2);
  border-top: 4px solid rgba(78, 78, 78, 0.6);
  height: 100%;
}
.sidelight .sidelight-frame .image-holder {
  height: 100%;
  background-position: center center !important;
  background-size: cover !important;
}

.door-sheet {
  width: 250px;
  height: 470px;
  border: 1px solid #00000045;
  position: relative;
}
.door-sheet img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.door-sheet .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  box-shadow: inset 0 0 20px 5px #00000033;
}

.studio {
  position: relative;
}
.studio .size-line-horizontal {
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2rem;
  background: #000;
  display: flex;
}
.studio .size-line-horizontal .scale {
  white-space: nowrap;
  margin-top: 2rem;
  font-weight: bold;
}
.studio .size-line-horizontal:before {
  content: "";
  background: #000;
  display: block;
  height: 2rem;
  width: 1px;
  position: absolute;
  top: -1rem;
  left: -1px;
}
.studio .size-line-horizontal:after {
  content: "";
  background: #000;
  display: block;
  width: 1px;
  height: 2rem;
  position: absolute;
  top: -1rem;
  right: -1px;
}
.studio .size-line-vertical {
  width: 1px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: -2rem;
  background: #000;
  display: flex;
}
.studio .size-line-vertical .scale {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  white-space: nowrap;
  margin-left: 2rem;
  font-weight: bold;
}
.studio .size-line-vertical:before {
  content: "";
  background: #000;
  display: block;
  height: 1px;
  width: 2rem;
  position: absolute;
  left: -1rem;
  top: -1px;
}
.studio .size-line-vertical:after {
  content: "";
  background: #000;
  display: block;
  height: 1px;
  width: 2rem;
  position: absolute;
  left: -1rem;
  bottom: -1px;
}

.flip-horizontal,
.inside,
.left-outside,
.right-inside {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.action-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3rem 1rem;
}

.action-button a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.35rem 0.55rem !important;
}
.action-button a:hover {
  background: #0084e3;
  color: #fff;
}
.action-button a i {
  width: 24px;
  margin-left: 1rem;
}

.flex-fill {
  flex: 1 1 auto !important;
}

#ImageBrieff {
  position: relative;
}
#ImageBrieff .scale-sm {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
  position: absolute;
  top: 0;
  right: 0;
}

.custom-alert {
  overflow: hidden;
}
.custom-alert span.alert-message {
  position: relative;
  z-index: 2;
}
.custom-alert.alert-success {
  background: #28a745;
  border-left: 5px solid #1d7932;
  color: #fff;
  box-shadow: 0 0 13px 6px #0000001a;
}
.custom-alert.alert-danger {
  background: #dd4444;
  border-left: 5px solid #b23737;
  color: #fff;
  box-shadow: 0 0 13px 6px #0000001a;
}
.custom-alert.alert-warning {
  background: #cd9c08;
  border-left: 5px solid #8e6c06;
  color: #fff;
  box-shadow: 0 0 13px 6px #0000001a;
}
.custom-alert.alert-primary, .custom-alert.alert-info {
  background: #007bff;
  border-left: 5px solid #003977;
  color: #fff;
  box-shadow: 0 0 13px 6px #0000001a;
}
.custom-alert .alert-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff6;
  z-index: 1;
}
.custom-alert .close {
  box-shadow: none !important;
  opacity: 1;
  padding: 0;
  height: 100%;
  width: 32px;
  z-index: 3;
}
.custom-alert .close span {
  box-shadow: none;
  border-left: 1px solid #00000014;
  padding-left: 0.5rem;
  margin-right: 0.5rem;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  bottom: 0;
  display: flex;
  top: -6px;
  position: absolute;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.custom-alert .close:hover span, .custom-alert .close:focus span {
  color: #fff;
  opacity: 0.35;
}
@media only screen and (max-width: 921px) {
  .custom-alert {
    padding: 2rem 1rem;
    font-size: 1rem;
    border-radius: 0;
  }
}

.shopping-cart .frame-holder .sidelight {
  width: 50px;
  padding: 0.25rem;
}
.shopping-cart .frame-holder .skylight {
  height: 50px;
  padding: 0.25rem;
}
.shopping-cart .frame-holder .size-line-horizontal,
.shopping-cart .frame-holder .size-line-vertical {
  display: none;
}
.shopping-cart .frame-holder .door-frame {
  padding: 0.35rem 0.35rem 0;
}
.shopping-cart .frame-holder .door-frame .door-sheet {
  width: 80px;
  height: 150px;
  border: 1px solid #00000045;
  position: relative;
}

.brieff-view {
  background: #acbbc7;
  padding: 1rem;
}

.radius-0 {
  border-radius: 0;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
}

.required:after {
  content: "*";
  color: red;
}

.interior-custom .interior-custom-frame {
  position: absolute;
  top: 5%;
  bottom: 5%;
  left: 9%;
  right: 9%;
  z-index: 0;
}
.interior-custom .interior-custom-frame .interior-custom-frame-inner {
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 14px 6px #0000001a;
}

.login-container {
  padding: 1rem;
  max-width: 600px;
}
.login-container #LoginForm input {
  font-size: 2em;
}
.login-container .title {
  font-size: 3rem;
  font-weight: bold;
}

#DashboardWrapper {
  background: #c2c5c9;
}

.main-menu a {
  font-weight: bold;
}
.main-menu .navbar-nav {
  z-index: 9999;
}
.main-menu .navbar-nav .dropdown-menu {
  padding: 0;
  z-index: 999;
}
.main-menu .navbar-nav .dropdown-menu .dropdown-divider {
  border-top: 1px solid #c7c7c7;
  margin: 0;
}
.main-menu .navbar-nav .dropdown-menu .dropdown-item {
  padding: 0.35rem 1rem;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.main-menu .navbar-nav .dropdown-menu .dropdown-item:hover {
  background: #b3d7ff;
}
.main-menu .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

@media (min-width: 768px) {
  .menu-animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.color_group {
  cursor: pointer;
}

.upload-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.upload-wrapper input {
  position: absolute;
  z-index: -1;
}
.upload-wrapper .image-preview {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
  width: 300px;
  height: 300px;
}
.upload-wrapper [data-action=ClearImage] {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.upload-wrapper [data-action=ClearImage]:hover {
  opacity: 0.7;
}
.upload-wrapper .upload-overlay {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  padding: 0 2rem;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}
.upload-wrapper .upload-overlay:hover {
  background: #495ed3;
}

.admin-form label {
  font-weight: bold;
}
.admin-form .card-header {
  background: #dfdfdf;
}

.table-image {
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important;
}
.table-image.portrait {
  width: 38px;
  height: 54px;
}
.table-image.square {
  width: 38px;
  height: 38px;
}

.strong {
  font-weight: bold;
}

a.strong {
  cursor: pointer;
}

.vertical-aligned td {
  vertical-align: middle;
}

.inactive td {
  background: #ff000033;
}

.mobile-on {
  display: none;
}
@media only screen and (max-width: 921px) {
  .mobile-on {
    display: block;
  }
}

@media only screen and (max-width: 921px) {
  .mobile-off {
    display: none;
  }
}

#OptionsToggler {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

@media only screen and (max-width: 921px) {
  #ConfiguratorFrame {
    zoom: 75%;
  }

  #ConfiguratorOptions {
    position: fixed;
    left: -100%;
    top: 63px;
    bottom: 0;
    z-index: 9999;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
  }
  #ConfiguratorOptions.active {
    left: 0;
    right: 0;
  }

  .action-buttons {
    padding: 0.35rem 1rem;
  }
  .action-buttons button {
    width: 100%;
  }
}

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