/* _content/Connect/Shared/Components/Alert/Alert.razor.rz.scp.css */
.alert[b-hgpmw0m5ik] {
  background-color: #f2f4ff;
}
.alert.alert-error[b-hgpmw0m5ik] {
  background-color: #E66C64 !important;
  color: white !important;
}
.alert.alert-warning[b-hgpmw0m5ik] {
  background-color: #EAC344 !important;
  color: white !important;
}
.alert:last-child[b-hgpmw0m5ik] {
  margin-bottom: 1rem !important;
}/*# sourceMappingURL=Alert.razor.css.map */
/* _content/Connect/Shared/Components/Form/Type/FormChoiceWidget.razor.rz.scp.css */
.formchoice .card[b-wiu74idnfl] {
  overflow: hidden;
  position: relative;
}
.formchoice .card.bg-secondary[b-wiu74idnfl], .formchoice .card.bg-white[b-wiu74idnfl] {
  background: white !important;
  color: var(--bs-primary) !important;
}
.formchoice button:disabled[b-wiu74idnfl] {
  cursor: default;
}
.formchoice button:disabled .card[b-wiu74idnfl] {
  box-shadow: none !important;
}
.formchoice button:disabled .card[b-wiu74idnfl]::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.formchoice button:enabled .card[b-wiu74idnfl] {
  transition: all 0.15s ease-in;
}
.formchoice button:enabled .card:hover[b-wiu74idnfl] {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.formchoice button:enabled .card:not(.bg-primary, .card--small):hover[b-wiu74idnfl] {
  background-color: var(--primary) !important;
  color: white !important;
}
.formchoice button:enabled .card:not(.bg-primary, .card--small):hover[b-wiu74idnfl]  .formchoice-image {
  -webkit-animation: icon-animation 0.15s ease-in forwards;
          animation: icon-animation-b-wiu74idnfl 0.15s ease-in forwards;
}
.formchoice[b-wiu74idnfl]  .formchoice-image {
  max-width: 100%;
  width: 150px;
  height: auto;
  margin-bottom: 1rem;
}

@-webkit-keyframes icon-animation {
  0% {
    opacity: 1;
    filter: none;
  }
  49% {
    filter: none;
  }
  50% {
    opacity: 0;
    filter: brightness(0) invert(1);
  }
  100% {
    opacity: 1;
    filter: brightness(0) invert(1);
  }
}

@keyframes icon-animation-b-wiu74idnfl {
  0% {
    opacity: 1;
    filter: none;
  }
  49% {
    filter: none;
  }
  50% {
    opacity: 0;
    filter: brightness(0) invert(1);
  }
  100% {
    opacity: 1;
    filter: brightness(0) invert(1);
  }
}
@-webkit-keyframes icon-animation-recover {
  0% {
    opacity: 1;
    filter: brightness(0) invert(1);
  }
  49% {
    opacity: 0;
    filter: brightness(0) invert(1);
  }
  50% {
    filter: none;
  }
  100% {
    opacity: 1;
    filter: none;
  }
}
@keyframes icon-animation-recover-b-wiu74idnfl {
  0% {
    opacity: 1;
    filter: brightness(0) invert(1);
  }
  49% {
    opacity: 0;
    filter: brightness(0) invert(1);
  }
  50% {
    filter: none;
  }
  100% {
    opacity: 1;
    filter: none;
  }
}/*# sourceMappingURL=FormChoiceWidget.razor.css.map */
/* _content/Connect/Shared/Components/Input/RangeController.razor.rz.scp.css */
input[type=range][b-a77fhm3zfc] {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  margin: 0;
  padding: 0;
  /* Add some L/R padding to ensure box shadow of handle is shown */
  overflow: hidden;
  border: 0;
  border-radius: 1px;
  outline: none;
  background: linear-gradient(#e9e9e9, #e9e9e9) no-repeat center;
  /* Use a linear gradient to generate only the 2px height background */
  background-size: 100% 3px;
  pointer-events: none;
}
input[type=range]:active[b-a77fhm3zfc], input[type=range]:focus[b-a77fhm3zfc] {
  outline: none;
}
input[type=range][b-a77fhm3zfc]::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background-color: #0467FC;
  position: relative;
  margin: 0px 0;
  /* Add some margin to ensure box shadow is shown */
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  pointer-events: all;
}
input[type=range][b-a77fhm3zfc]::-webkit-slider-thumb::before {
  content: " ";
  display: block;
  position: absolute;
  top: 13px;
  left: 100%;
  width: 2000px;
  height: 2px;
}

.multi-range[b-a77fhm3zfc] {
  position: absolute;
  left: 0;
  right: 0;
}
.multi-range input[type=range][b-a77fhm3zfc] {
  position: absolute;
}
.multi-range input[type=range]:nth-child(1)[b-a77fhm3zfc]::-webkit-slider-thumb::before {
  background-color: red;
}
.multi-range input[type=range]:nth-child(2)[b-a77fhm3zfc] {
  background: none;
}
.multi-range input[type=range]:nth-child(2)[b-a77fhm3zfc]::-webkit-slider-thumb::before {
  background-color: grey;
}/*# sourceMappingURL=RangeController.razor.css.map */
/* _content/Connect/Shared/Components/Navigation/Navigation.razor.rz.scp.css */
.sidemenu[b-lpnn6h1dgg] {
  display: none;
}
@media all and (min-width: 1200px) {
  .sidemenu[b-lpnn6h1dgg] {
    overflow-y: auto;
    max-height: calc(100vh - 110px);
    width: 300px;
    flex-shrink: 0;
    display: flex;
  }
  .sidemenu[b-lpnn6h1dgg]  .nav {
    flex-direction: column;
    padding-bottom: 1rem;
  }
  .sidemenu[b-lpnn6h1dgg]  .nav .nav-link {
    font-weight: var(--bs-body-font-weight);
    color: var(--bs-dark);
    font-size: 1.2rem;
    padding: 0.3rem 1rem;
  }
  .sidemenu[b-lpnn6h1dgg]  .nav .nav-link.active {
    background: var(--bs-primary);
    color: var(--bs-white);
  }
  .sidemenu[b-lpnn6h1dgg]  .nav .nav-item.has-submenu > .nav-link {
    font-weight: 700;
  }
  .sidemenu[b-lpnn6h1dgg]  .nav .nav-item.has-submenu > .nav-link::before {
    content: "+";
    display: inline-block;
    width: 1rem;
  }
  .sidemenu[b-lpnn6h1dgg]  .nav .nav-item.has-submenu > .nav-link[aria-expanded=true]::before {
    content: "-";
  }
  .sidemenu[b-lpnn6h1dgg]  .nav .nav-item.has-submenu .submenu {
    list-style: none;
    margin: 0;
    padding-left: 1rem;
  }
  .sidemenu[b-lpnn6h1dgg]  .nav .nav-item.has-submenu .submenu .nav-link {
    padding: 0.2rem 1rem;
  }
}

@media all and (max-width: 991px) {
  .megamenu[b-lpnn6h1dgg] {
    border: none;
  }
  .megamenu[b-lpnn6h1dgg]  .p-5 {
    padding: 0 !important;
  }
  .megamenu[b-lpnn6h1dgg]  .nav {
    flex-direction: column !important;
  }
}
@media all and (min-width: 992px) {
  .megamenu[b-lpnn6h1dgg] {
    width: 100%;
    position: fixed !important;
    max-height: 500px;
    overflow-y: auto;
    top: 110px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-top: 1px solid var(--gray-200) !important;
    border-bottom: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
  }
  .megamenu.show[b-lpnn6h1dgg] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .megamenu.show[b-lpnn6h1dgg]  + .megamenu-backdrop {
    position: fixed;
    top: 128px;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
  }
  .megamenu[b-lpnn6h1dgg]  .actions {
    max-width: 250px;
  }
  .megamenu[b-lpnn6h1dgg]  .actions > div {
    padding-left: 0 !important;
  }
  .megamenu[b-lpnn6h1dgg]  .widget {
    max-width: 400px;
    border-right: 1px solid var(--gray-200);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .megamenu[b-lpnn6h1dgg]  .nav {
    display: grid;
    flex-grow: 1;
    grid-template-columns: repeat(auto-fit, minmax(150px, auto));
    gap: 2rem;
  }
  .megamenu[b-lpnn6h1dgg]  .nav .nav-link {
    font-weight: var(--bs-body-font-weight);
    color: var(--bs-dark) !important;
    font-size: 1.2rem !important;
    padding: 0.3rem 1rem;
  }
  .megamenu[b-lpnn6h1dgg]  .nav > .nav-item.has-submenu > .nav-link {
    font-weight: 700;
  }
  .megamenu[b-lpnn6h1dgg]  .nav > .nav-item > .submenu .nav-item.has-submenu:has(> ul > li > ul) > .nav-link {
    font-weight: 700;
  }
  .megamenu[b-lpnn6h1dgg]  .nav > .nav-item > .submenu .nav-item.has-submenu:not(:has(> ul > li > ul)) .submenu {
    display: none;
  }
}/*# sourceMappingURL=Navigation.razor.css.map */
/* _content/Connect/Shared/Components/Store/CSP/StoreCSPCustomerSelect.razor.rz.scp.css */
[b-ao6qtqz91t] .select-white .mud-input-label.mud-input-label-inputcontrol {
    color: white !important;
}

[b-ao6qtqz91t] .select-white .mud-input-outlined-border {
    border-color: white !important;
}

[b-ao6qtqz91t] .select-white .mud-select-input .mud-svg-icon {
    color: white !important;
}

[b-ao6qtqz91t] .select-white .mud-input-root-text {
    color: white !important;
}
/* _content/Connect/Shared/Components/Store/Hardware/StoreComparisonTable.razor.rz.scp.css */
.compare-container[b-21yzcxylro] {
  overflow-x: scroll;
}
.compare-row[b-21yzcxylro] {
  display: grid;
  justify-content: start;
  grid-auto-flow: column;
}
.compare-row:nth-child(even)[b-21yzcxylro] {
  background-color: #f3f3f3;
}
.compare-row:nth-child(even) .compare-cell[b-21yzcxylro] {
  background-color: #f3f3f3;
}
.compare-row:nth-child(odd)[b-21yzcxylro] {
  background-color: #fff;
}
.compare-row:nth-child(odd) .compare-cell[b-21yzcxylro] {
  background-color: #fff;
}
.compare-row:first-child .compare-cell[b-21yzcxylro] {
  border-left: none !important;
}
.compare-cell[b-21yzcxylro] {
  padding: 1rem;
  width: 300px;
  position: relative;
}
.compare-cell:not(.fixed)[b-21yzcxylro] {
  border-left: 1px solid #e9e9e9;
}
.compare-cell.fixed[b-21yzcxylro] {
  width: 200px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  font-weight: bold;
}
.compare-cell > img[b-21yzcxylro] {
  width: 60%;
}
.compare-cell label[b-21yzcxylro] {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e9e9e9;
}
.compare-cell label img[b-21yzcxylro] {
  width: 60%;
}/*# sourceMappingURL=StoreComparisonTable.razor.css.map */
/* _content/Connect/Shared/Components/Store/Hardware/StoreFavorites.razor.rz.scp.css */
.product-list[b-hi99djelrc] {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.product-list[b-hi99djelrc]  > *:not(:last-child) {
  padding-bottom: 2rem;
  border-bottom: 2px solid #f1f1f1;
}/*# sourceMappingURL=StoreFavorites.razor.css.map */
/* _content/Connect/Shared/Components/Store/Hardware/StoreFavoritesItem.razor.rz.scp.css */
.favorites-list-item[b-r0zh4d96sk] {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 1rem;
}
.favorites-list-item h2[b-r0zh4d96sk] {
  word-break: break-all;
}
.favorites-list-item-link-wrapper[b-r0zh4d96sk] {
  flex-grow: 1;
  position: relative;
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 1rem;
}
.favorites-list-item-image[b-r0zh4d96sk] {
  width: 20%;
  max-width: 100px;
  aspect-ratio: 1;
  border-radius: 5px;
  overflow: hidden;
}
.favorites-list-item-image img[b-r0zh4d96sk] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-animation: fadeIn 0.3s ease-in forwards;
          animation: fadeIn-b-r0zh4d96sk 0.3s ease-in forwards;
  opacity: 0;
}
.favorites-list-item-image canvas[b-r0zh4d96sk] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes fadeIn {
  /* Start with 0% opacity */
  0% {
    opacity: 0;
  }
  /* End with 100% opacity */
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn-b-r0zh4d96sk {
  /* Start with 0% opacity */
  0% {
    opacity: 0;
  }
  /* End with 100% opacity */
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=StoreFavoritesItem.razor.css.map */
/* _content/Connect/Shared/Components/Store/Hardware/StoreShipping.razor.rz.scp.css */
[b-gao8wbazsf] .cart-list-side {
  background: #f1f1f1 !important;
  border-radius: 5px;
}/*# sourceMappingURL=StoreShipping.razor.css.map */
/* _content/Connect/Shared/Components/Store/ProductDetail/StoreProduct.razor.rz.scp.css */
.store-product[b-umkpvz0ubb]  .specs-table table {
  border-collapse: collapse;
}
.store-product[b-umkpvz0ubb]  .specs-table table th,
.store-product[b-umkpvz0ubb]  .specs-table table td {
  padding: 12px 15px;
}
.store-product[b-umkpvz0ubb]  .specs-table table tr {
  border-bottom: 1px solid #eeeeee;
}
.store-product[b-umkpvz0ubb]  .specs-table table tr:has(th) {
  background-color: #f3f3f3;
  border-bottom: 3px solid #dddddd;
}
.store-product[b-umkpvz0ubb]  .specs-table table tr:last-of-type {
  border: none;
}
.store-product[b-umkpvz0ubb]  .specs-table table tr td {
  min-width: 200px;
}

/*# sourceMappingURL=StoreProduct.razor.css.map */
/* _content/Connect/Shared/Components/Store/ProductDetail/StoreProductCarousel.razor.rz.scp.css */
/*# sourceMappingURL=StoreProductCarousel.razor.css.map */
/* _content/Connect/Shared/Components/Store/ProductsGrid/StoreCSPGridItem.razor.rz.scp.css */
.product-grid-item-promotion[b-0y5rcno43r] {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
}
.product-grid-item-expiry[b-0y5rcno43r] {
  position: absolute;
  z-index: 1;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  padding: 5px;
  border-radius: 5px;
}
.product-grid-item-add-on[b-0y5rcno43r] {
    position: absolute;
    bottom: 0px;
    left: 5px;
    z-index: 2;
}
/* _content/Connect/Shared/Components/Store/ProductsGrid/Storegrid.razor.rz.scp.css */
.store-grid .product-list[b-2mdow9y6jp] {
  display: grid;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(243px, 1fr));
}
.store-grid .categories > *:first-child[b-2mdow9y6jp] {
  padding-top: 0 !important;
}/*# sourceMappingURL=Storegrid.razor.css.map */
/* _content/Connect/Shared/Components/Store/ProductsGrid/StoreGridItem.razor.rz.scp.css */
.product-grid-item-promotion[b-u57jqfx2zt] {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
}
.product-grid-item-expiry[b-u57jqfx2zt] {
  position: absolute;
  z-index: 1;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  padding: 5px;
  border-radius: 5px;
}
.product-grid-item-add-on[b-u57jqfx2zt] {
    position: absolute;
    bottom: 0px;
    left: 5px;
    z-index: 2;
}
/* _content/Connect/Shared/Components/Store/ProductsGrid/StoreSubscriptionCount.razor.rz.scp.css */
.store-subscription-count[b-t58aw093ep] {
    z-index: 1;
    color: var(--mud-palette-primary);
    background: rgba(255, 255, 255, 0.85);
    border: 2px solid var(--mud-palette-primary);
    text-align: center;
    min-width: 30px;
}

.store-subscription-count--absolute[b-t58aw093ep] {
    position: absolute;
    top: 5px;
    left: 5px;
}

.store-subscription-count--secondary[b-t58aw093ep] {
    color: var(--mud-palette-secondary) !important;
    border: 2px solid var(--mud-palette-secondary) !important;
}
/* _content/Connect/Shared/Components/Store/StoreBreadcrumbs.razor.rz.scp.css */
.breadcrumbs[b-1hnqmde7zc] {
  background-color: #fafafa;
  padding: 10px;
  padding-left: 1rem;
}
.breadcrumbs ul[b-1hnqmde7zc] {
  margin: 0;
}
.breadcrumbs ul li[b-1hnqmde7zc] {
  display: inline-block;
}
.breadcrumbs ul li:not(:last-child)[b-1hnqmde7zc]:after {
  display: inline-block;
  content: "/";
  color: #909090;
  padding: 0 5px;
}/*# sourceMappingURL=StoreBreadcrumbs.razor.css.map */
/* _content/Connect/Shared/Components/Store/StoreCart/StoreCart.razor.rz.scp.css */
.product-list[b-qy20jg7gno] {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.product-list[b-qy20jg7gno]  > *:not(:last-child) {
  padding-bottom: 2rem;
  border-bottom: 2px solid #f1f1f1;
}

/*# sourceMappingURL=StoreCart.razor.css.map */
/* _content/Connect/Shared/Components/Store/StoreMenuBar.razor.rz.scp.css */
.store-menu-wrapper[b-v1w3ffnps6] {
  width: 100%;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.store-menu-navigation[b-v1w3ffnps6] {
}
.store-menu-search[b-v1w3ffnps6] {
}
.store-menu-icons[b-v1w3ffnps6] {
  display: flex;
  align-items: center;
  justify-content: end;
}
.store-menu-icons > *[b-v1w3ffnps6] {
  padding: 0 0.5rem;
}
.store-menu-icons > * div[b-v1w3ffnps6] {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  transition: 0.1s ease-in-out;
}
.store-menu-icons > * div:hover[b-v1w3ffnps6] {
  background-color: rgba(255, 255, 255, 0.1);
}
.store-menu-icons > * div:active[b-v1w3ffnps6] {
  background-color: rgba(0, 0, 0, 0.1);
}
.store-menu-icons > * div a[b-v1w3ffnps6] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.store-menu-icons > * div a img[b-v1w3ffnps6] {
  object-position: center;
  width: 65%;
  height: auto;
}

@media (max-width: 767px) {
  .store-menu-wrapper[b-v1w3ffnps6] {
    gap: 0.5rem;
  }
  .store-menu-search[b-v1w3ffnps6] {
    width: 100%;
  }
  .store-menu-navigation[b-v1w3ffnps6] {
  }
}/*# sourceMappingURL=StoreMenuBar.razor.css.map */
/* _content/Connect/Shared/Components/Store/StoreProductsNavigation.razor.rz.scp.css */
.store-menu[b-ha3cenw1gb] {
  padding: 0 !important;
}
.store-menu .dropdown-menu[b-ha3cenw1gb] {
  position: absolute !important;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  top: calc(100% + 0.5rem + 2px);
  left: -24px;
  grid-template-columns: 256px 1fr;
  z-index: 10;
  overflow-y: auto;
  max-height: 50vh;
  background: white;
  overflow-x: hidden;
}
.store-menu .dropdown-menu.show[b-ha3cenw1gb] {
  display: grid;
}
.store-menu .dropdown-menu > li:not(.dropdown-expanded)[b-ha3cenw1gb] {
  grid-column: 1;
}
.store-menu .dropdown-menu > li:not(.dropdown-expanded).active + .dropdown-expanded[b-ha3cenw1gb] {
  display: block;
}
.store-menu .dropdown-menu > li:not(.dropdown-expanded).active .dropdown-item[b-ha3cenw1gb] {
  background-color: #e9ecef;
}
.store-menu .dropdown-menu > li:not(.dropdown-expanded).active .dropdown-item[b-ha3cenw1gb]::after {
  content: url("./images/angle-right-solid.svg");
  position: absolute;
  right: 1rem;
  width: 0.5rem;
}
.store-menu .dropdown-item[b-ha3cenw1gb] {
  position: relative;
  width: 256px;
  padding: 0.75rem 24px;
  padding-right: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease-out;
}
.store-menu .dropdown-expanded[b-ha3cenw1gb] {
  padding: 1rem;
  border-left: 1px solid #e9ecef;
  height: 100%;
  grid-column: 2;
  grid-row: 1/last-line;
  display: none;
  width: 800px;
  max-width: calc(100vw - 256px);
  columns: 4;
}
.store-menu .dropdown-expanded .list-group[b-ha3cenw1gb] {
  display: inline-block;
  padding: 0.5rem;
  width: 100%;
}
.store-menu .dropdown-expanded .list-group-item[b-ha3cenw1gb] {
  border: none !important;
  padding: 0 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.store-menu .dropdown-expanded .list-group-item:first-child > *[b-ha3cenw1gb] {
  font-weight: bold;
  color: #0066FF !important;
  font-size: 16px;
}
.store-menu .dropdown-expanded .list-group-item > *[b-ha3cenw1gb] {
  text-decoration: none;
  color: black;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .dropdown-expanded[b-ha3cenw1gb] {
    max-width: calc(100vw - 256px - 300px) !important;
  }
}

/*# sourceMappingURL=StoreProductsNavigation.razor.css.map */
/* _content/Connect/Shared/Components/Store/StoreQuantitySelector.razor.rz.scp.css */
.quantity-wrapper[b-oxoan6n7j3] {
  display: flex;
}
.quantity-amount[b-oxoan6n7j3] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  border-right: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  user-select: none;
}
.quantity-add[b-oxoan6n7j3], .quantity-remove[b-oxoan6n7j3] {
  cursor: pointer;
  width: 3rem;
  position: relative;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -3px;
  user-select: none;
  transition: 0.1s ease-in-out;
}
.quantity-add:hover[b-oxoan6n7j3], .quantity-remove:hover[b-oxoan6n7j3] {
  background-color: #f1f1f1;
}
.quantity-add:active[b-oxoan6n7j3], .quantity-remove:active[b-oxoan6n7j3] {
  background-color: #e1e1e1;
}
.quantity .mud-input-outlined-border[b-oxoan6n7j3] {
  border-radius: 0 !important;
}

[b-oxoan6n7j3] .mud-input-outlined-border {
  border-radius: 0 !important;
}

[b-oxoan6n7j3] .mud-input-root {
  text-align: center;
}/*# sourceMappingURL=StoreQuantitySelector.razor.css.map */
/* _content/Connect/Shared/Components/Store/StoreSearchBar.razor.rz.scp.css */
[b-9jth5yjp5s] .search {
  background: white;
  border-radius: 5px;
}
[b-9jth5yjp5s] .search .mud-input-outlined-border {
  border: none !important;
}/*# sourceMappingURL=StoreSearchBar.razor.css.map */
/* _content/Connect/Shared/Components/Styling/Footer.razor.rz.scp.css */
footer[b-uxjb763ds3] {
  height: 56px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer > * > *[b-uxjb763ds3] {
  font-size: 18px;
  padding-right: 0.5rem;
  color: var(--bs-white);
}
footer img[b-uxjb763ds3] {
  width: auto;
  height: 24px;
}
/* _content/Connect/Shared/Components/Styling/MainLayout.razor.rz.scp.css */
.page[b-yzpw7r0yqd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-yzpw7r0yqd] {
    flex: 1;
}

.sidebar[b-yzpw7r0yqd] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-yzpw7r0yqd] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-yzpw7r0yqd]  a, .top-row .btn-link[b-yzpw7r0yqd] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-yzpw7r0yqd] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-yzpw7r0yqd] {
        display: none;
    }

    .top-row.auth[b-yzpw7r0yqd] {
        justify-content: space-between;
    }

    .top-row a[b-yzpw7r0yqd], .top-row .btn-link[b-yzpw7r0yqd] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-yzpw7r0yqd] {
        flex-direction: row;
    }

    .sidebar[b-yzpw7r0yqd] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yzpw7r0yqd] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-yzpw7r0yqd], article[b-yzpw7r0yqd] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
