/* _content/FeelWood.Web/Pages/AdviceRequest/Index.cshtml.rz.scp.css */
/* _content/FeelWood.Web/Pages/AdviceRequest/_AdviceStepIndicators.cshtml.rz.scp.css */
.step-indicator[b-jx9fazxc2k] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid hsl(0, 0%, 85%);
  border-radius: 12px;
  background: hsl(0, 0%, 97%);
  opacity: 0.6;
  transition: 0.2s ease;
}

.step-indicator.active[b-jx9fazxc2k] {
  opacity: 1;
  background: hsl(0, 0%, 95%);
  border-color: hsl(0, 0%, 50%);
}

.step-number[b-jx9fazxc2k] {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: hsl(0, 0%, 100%);
  border: 1px solid hsl(0, 0%, 80%);
  font-size: 12px;
  font-weight: 700;
}

.step-indicator[b-jx9fazxc2k] {
  cursor: pointer;
}
/* _content/FeelWood.Web/Pages/AdviceRequest/_AdviceStepOne.cshtml.rz.scp.css */
.category-card-icon[b-dfq6jpqe5s] {
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 100px;
}

.material-card[b-dfq6jpqe5s] {
  display: flex;
  align-items: start;
  gap: 0.75rem;
  padding: 0.75rem;
  border: 1px solid hsl(0, 0%, 80%);
  border-radius: 12px;
  background: hsl(0, 0%, 100%);
  width: 100%;
  transition: 0.2s ease;
}

.material-image[b-dfq6jpqe5s] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.category-card.selected[b-dfq6jpqe5s],
.material-card.selected[b-dfq6jpqe5s] {
  border-color: #111;
}
/* _content/FeelWood.Web/Pages/AdviceRequest/_AdviceStepThree.cshtml.rz.scp.css */
.customer-box[b-wnjgna3f73],
.summary-box[b-wnjgna3f73] {
  padding: 1rem;
  border: 1px solid hsl(0, 0%, 80%);
  border-radius: 12px;
}
/* _content/FeelWood.Web/Pages/AdviceRequest/_AdviceStepTwo.cshtml.rz.scp.css */
.measure-card[b-ehk6thajuv] {
  display: flex;
  flex-direction: column;
  border: 1px solid hsl(0, 0%, 80%);
  border-radius: 12px;
}

.measure-preview[b-ehk6thajuv] {
  display: flex;
  min-height: 100px;
}

.upload-box[b-ehk6thajuv] {
  padding: 1.5rem;
  border: 1px dashed hsl(0, 0%, 80%);
  border-radius: 12px;
  cursor: pointer;
}

.custom-input[b-ehk6thajuv] {
  border-radius: 12px;
  border: 1px solid hsl(0, 0%, 80%);
  box-shadow: none !important;
}

@media (max-width: 991.98px) {
  .upload-box[b-ehk6thajuv] {
    min-height: 280px;
  }
}
/* _content/FeelWood.Web/Pages/Configurators/Wardrobe/Index.cshtml.rz.scp.css */
.wardrobe-configurator-page[b-3zegq935gh] {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.wardrobe-configurator-preview[b-3zegq935gh] {
  width: 100%;
  height: 100%;
}

#wardrobeCanvas[b-3zegq935gh] {
  width: 100%;
  height: 100%;
}

.wardrobe-configurator-sidebar[b-3zegq935gh] {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 400px;
  max-width: calc(100vw - 2rem);
  height: calc(100vh - 3rem);
  overflow-y: auto;
  padding: 2.5rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid hsl(0, 0%, 80%);
  border-radius: 1rem;
  z-index: 1;
}
/* _content/FeelWood.Web/Pages/Configurators/Wardrobe/_WardrobeControls.cshtml.rz.scp.css */
input[b-n7a8vuxgtw],
select[b-n7a8vuxgtw] {
  padding: 1rem;
}

input:focus[b-n7a8vuxgtw],
select:focus[b-n7a8vuxgtw],
.wardrobe-controls-accordion .accordion-button:focus[b-n7a8vuxgtw] {
  box-shadow: none;
  border-color: #000;
}

/* Accordion */

.wardrobe-controls-accordion[b-n7a8vuxgtw],
.wardrobe-controls-accordion .accordion-item[b-n7a8vuxgtw],
.wardrobe-controls-accordion .accordion-button[b-n7a8vuxgtw],
.wardrobe-controls-accordion .accordion-body[b-n7a8vuxgtw] {
  background: transparent;
  border: 0;
  color: inherit;
}

.wardrobe-controls-accordion .accordion-button[b-n7a8vuxgtw] {
  padding: 1.5rem;
  align-items: start;
}

.wardrobe-controls-accordion .accordion-button:not(.collapsed)[b-n7a8vuxgtw] {
  background: transparent;
  color: inherit;
  box-shadow: none;
}

/* Colors */

.wardrobe-colors-grid[b-n7a8vuxgtw] {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.75rem;
}

.wardrobe-color-option[b-n7a8vuxgtw] {
  aspect-ratio: 1;
  width: 100%;
  padding: 4px;

  border: 1px solid #dee2e6;
  border-radius: 12px;

  background: transparent;

  transition: all 0.15s ease;
}

.wardrobe-color-option:hover[b-n7a8vuxgtw] {
  transform: scale(1.03);
}

.wardrobe-color-option.active[b-n7a8vuxgtw] {
  border: 2px solid #000;
  box-shadow: 0 0 0 2px #00000015;
}

.wardrobe-color-preview[b-n7a8vuxgtw] {
  display: block;

  width: 100%;
  height: 100%;

  border-radius: 8px;
}

.wardrobe-color-texture[b-n7a8vuxgtw] {
  background-image: url("/textures/wardrobe/Wood095_2K-JPG_Color.jpg");
  background-size: cover;
  background-position: center;
}

.accordion-button:focus[b-n7a8vuxgtw] {
  box-shadow: transparent;
}

.wardrobe-controls-scroll[b-n7a8vuxgtw] {
  flex: 1;
  overflow-y: auto;
  padding-bottom: 1rem;

  scrollbar-width: none;
  -ms-overflow-style: none;
}

.wardrobe-controls-scroll[b-n7a8vuxgtw]::-webkit-scrollbar {
  display: none;
}

.wardrobe-controls-footer[b-n7a8vuxgtw] {
  position: sticky;
  bottom: 0;
  padding-top: 1rem;
  background: inherit;
}
/* _content/FeelWood.Web/Pages/FurnitureConfigurator/_ConfiguratorStartOptions.cshtml.rz.scp.css */
.image-configurator[b-etmi9dwnc5] {
  width: 220px;
  align-self: stretch;
}

.image-configurator img[b-etmi9dwnc5] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* _content/FeelWood.Web/Pages/FurnitureConfigurator/_EnvironmentTabs.cshtml.rz.scp.css */
.nav-link[b-tlnq53jux7] {
  color: var(--bs-body-color) !important;
}
/* _content/FeelWood.Web/Pages/Index.cshtml.rz.scp.css */
.background[b-8uj0vicwxf] {
  position: relative;
  min-height: 100vh;
  background-image: url("/images/sfondo.jpg");
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
  overflow: hidden;
}

.background-overlay[b-8uj0vicwxf] {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.45)),
    rgba(0, 0, 0, 0.18);
  z-index: 1;
}

.hero-container[b-8uj0vicwxf] {
  position: relative;
  z-index: 2;
}

.hero-top-badge[b-8uj0vicwxf] {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(6px);
  border-left: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important;
}

.hero-card[b-8uj0vicwxf] {
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  transition: all 0.2s ease;
}

.hero-card:hover[b-8uj0vicwxf] {
  background: rgba(0, 0, 0, 0.55);
  border-color: rgba(255, 255, 255, 0.16);
}

.hero-card-disabled[b-8uj0vicwxf] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: auto;
}

.hero-title[b-8uj0vicwxf] {
  font-size: 48px;
}

/* Desktop */
@media (min-width: 991.98px) {
}

/* Tablet */
@media (max-width: 991.98px) {
}

/* Mobile */
@media (max-width: 767.98px) {
  .hero-card[b-8uj0vicwxf] {
    min-height: 160px;
  }

  .hero-title[b-8uj0vicwxf] {
    font-size: 28px;
  }
}
/* _content/FeelWood.Web/Pages/QuoteRequest/Index.cshtml.rz.scp.css */
.upload-dropzone[b-e94h99l4zm] {
  background: hsl(0 0% 98%);
  border: 2px dashed hsl(0 0% 80%);
  transition: 0.2s ease;
  cursor: pointer;
}

.upload-dropzone.dragover[b-e94h99l4zm] {
  background: hsl(0 0% 95%);
  border-color: hsl(0 0% 50%);
}
/* _content/FeelWood.Web/Pages/Shared/_CustomerAccessPanel.cshtml.rz.scp.css */
.customer-box[b-v1fyfp9inc],
.summary-box[b-v1fyfp9inc] {
  padding: 1rem;
  border: 1px solid hsl(0, 0%, 80%);
  border-radius: 12px;
}
/* _content/FeelWood.Web/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-4tu344991v] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-4tu344991v] {
  color: #0077cc;
}

.btn-primary[b-4tu344991v] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-4tu344991v], .nav-pills .show > .nav-link[b-4tu344991v] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-4tu344991v] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-4tu344991v] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-4tu344991v] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-4tu344991v] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-4tu344991v] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
