/* [project]/src/styles/workingFlow.css [app-client] (css) */
.working-flow-section {
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding: 5rem 0;
  display: flex;
}

.working-flow-section.normal-section {
  min-height: auto;
  padding: 3rem 0;
}

.working-flow-section.normal-section .checkInBox, .working-flow-section.normal-section .checkInBox1, .working-flow-section.normal-section .checkInBox2 {
  opacity: 1 !important;
  filter: none !important;
  transform: scale(1)translateY(0) !important;
}

.working-flow-section.normal-section img {
  filter: none !important;
}

.checkInBox {
  top: 2rem;
  right: 4rem;
}

.checkInBox1 {
  top: 1rem;
  right: 5rem;
}

.checkInBox2 {
  top: 2rem;
  left: -1rem;
}

@media (max-width: 1200px) {
  .checkInBox {
    top: 1rem;
    right: 4rem;
  }

  .checkInBox1 {
    top: 0;
    right: 5rem;
  }

  .checkInBox2 {
    top: 0;
    left: -1rem;
  }
}

@media (max-width: 990px) {
  .working-flow-section {
    padding: 3rem 0;
  }

  .checkInBox {
    top: 3.5rem;
    right: 18rem;
  }

  .checkInBox1 {
    top: 5rem;
    right: 25rem;
  }

  .checkInBox2 {
    top: 4rem;
    left: 7rem;
  }

  .checkInBox, .checkInBox1, .checkInBox2 {
    opacity: 1 !important;
    transform: scale(1)translateY(0) !important;
  }
}

@media (max-width: 768px) {
  .working-flow-section {
    padding: 3rem 0;
  }

  .checkInBox {
    top: 3.5rem;
    right: 18rem;
  }

  .checkInBox1 {
    top: 2rem;
    right: 15rem;
  }

  .checkInBox2 {
    top: 3rem;
    left: 1rem;
  }
}

@media (max-width: 475px) {
  .working-flow-section {
    padding: 3rem 0;
  }

  .checkInBox {
    top: 1.5rem;
    right: 5rem;
  }

  .checkInBox1 {
    top: 0;
    right: 5rem;
  }

  .checkInBox2 {
    top: 0;
    left: 1rem;
  }
}

/* [project]/src/styles/productDashboardPreview.css [app-client] (css) */
.ProductDashboardPreview:after {
  content: "";
  background-color: var(--color-primary-dark);
  z-index: 1;
  border-radius: 2rem;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
}

/* [project]/src/styles/text-paralex.css [app-client] (css) */
@media (max-width: 768px) {
  .text-paralex {
    font-size: 2rem;
  }
}

@media (max-width: 425px) {
  .text-paralex {
    font-size: 1.5rem;
  }
}

/*# sourceMappingURL=src_styles_039c033d._.css.map*/