/* /Components/Products/ViewProductDialog.razor.rz.scp.css */
.product-dialog-wrapper[b-3ascup6rf0]  .product-price {
  display: flex;
}
.product-dialog-wrapper[b-3ascup6rf0]  .product-price-value {
  font-weight: 900;
  font-size: 3rem;
}
.product-dialog-wrapper[b-3ascup6rf0]  .product-price-recurrence {
  color: grey;
  margin-left: 0.5rem;
  align-self: center;
}
/* /Components/SignUp/PersonalInfoForm.razor.rz.scp.css */
section[b-f6skmnvgfh]  .checkbox-text-padding > .mud-input-control-input-container > .mud-checkbox > .mud-typography {
  margin-left: 20px;
}
/* /Components/SignUp/SelectProduct.razor.rz.scp.css */
.wizard-nav-card-wrapper[b-io00l0l6e5] {
  display: none;
}
.wizard-nav-card-wrapper.sticky[b-io00l0l6e5] {
  display: block;
  z-index: 9;
}
.wizard-nav-card-wrapper.sticky[b-io00l0l6e5]  .wizard-nav-card {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin-top: var(--mud-appbar-height) !important;
}
.wizard-nav-card-wrapper.sticky[b-io00l0l6e5]  .wizard-nav-card-body {
  display: none;
}
/* /Components/SignUp/ServiceProduct.razor.rz.scp.css */
.service-product-wrapper[b-cuuwno6ccs] {
  height: 100%;
}
.service-product-wrapper[b-cuuwno6ccs]  .service-product {
  height: 100%;
  transition-timing-function: ease-in-out;
  transition: transform 0.25s;
  cursor: pointer;
}
.service-product-wrapper[b-cuuwno6ccs]  .service-product:hover, .service-product-wrapper[b-cuuwno6ccs]  .service-product.selected {
  transform: scale(1.03);
}
.service-product-wrapper[b-cuuwno6ccs]  .service-product.selected {
  border: solid 2px var(--mud-palette-success);
}
.service-product-wrapper[b-cuuwno6ccs]  .service-product.selected .service-product-header {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: var(--mud-palette-success);
  color: var(--mud-palette-success-text);
}
.service-product-wrapper[b-cuuwno6ccs]  .service-product-header {
  background-color: var(--mud-palette-action-default-hover);
  color: var(--mud-palette-text-primary);
}
.service-product-wrapper[b-cuuwno6ccs]  .service-product-price {
  display: flex;
}
.service-product-wrapper[b-cuuwno6ccs]  .service-product-price-value {
  font-weight: 900;
  font-size: 3rem;
}
.service-product-wrapper[b-cuuwno6ccs]  .service-product-price-recurrence {
  color: grey;
  margin-left: 0.5rem;
  align-self: center;
}
/* /Shared/Footer.razor.rz.scp.css */
footer[b-eqwy9xvvtv]  .subtle {
  color: rgba(255, 255, 255, 0.79);
}
