@import 'Blossom/Sparc.Blossom.07x269izmd.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/Niteo.SDS/FAQ.razor.rz.scp.css */
.FAQ[b-fx92kk8uw7] {
  margin-top: 100px;
}
.FAQ .title[b-fx92kk8uw7] {
  margin-bottom: 12px;
}
.FAQ .title h2[b-fx92kk8uw7] {
  color: var(--text-dark);
  font-size: 16px;
  padding: 0px;
  width: 100%;
  text-align: left;
}
.FAQ .FAQ-content[b-fx92kk8uw7] {
  border: 1px solid var(--gray);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 13px;
}
.FAQ .FAQ-content--group[b-fx92kk8uw7] {
  border-bottom: 1px solid var(--gray);
  padding-left: 60px;
}
.FAQ .FAQ-content--group a[b-fx92kk8uw7] {
  text-decoration: none;
  color: var(--text-blue);
  font-size: 12px;
  font-weight: bold;
  transition: 400ms ease-in-out;
}
.FAQ .FAQ-content--group a:hover[b-fx92kk8uw7] {
  color: var(--blue);
}
.FAQ .FAQ-content--label[b-fx92kk8uw7] {
  padding: 20px 0px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.FAQ .FAQ-content--label:hover[b-fx92kk8uw7] {
  cursor: pointer;
}
.FAQ .FAQ-content--label h3[b-fx92kk8uw7] {
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  font-weight: bold;
  color: var(--text-dark);
}
.FAQ .FAQ-content--label i[b-fx92kk8uw7] {
  background: var(--white);
  color: var(--text-dark-gray);
  border: none;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 15px;
  right: 45px;
}
.FAQ .FAQ-content--container[b-fx92kk8uw7] {
  margin-right: 90px;
  font-size: 15px;
}
.FAQ .FAQ-content--container p[b-fx92kk8uw7] {
  margin-bottom: 20px;
  padding: 0px;
  font-size: 12px;
  font-weight: normal;
  color: var(--black);
}
.FAQ .FAQ-content--container ol li[b-fx92kk8uw7] {
  padding-left: 10px;
  text-decoration: none;
  font-size: 12px;
}
.FAQ .FAQ-content--container img[b-fx92kk8uw7] {
  width: 100%;
}
.FAQ .FAQ-content--container p.credit[b-fx92kk8uw7] {
  margin-top: 20px;
  font-size: 12px;
  color: var(--text-gray);
  width: 100%;
  text-align: right;
  font-style: italic;
}
.FAQ .FAQ-content--container p.credit a[b-fx92kk8uw7] {
  font-size: 12px;
}
.FAQ .FAQ-content--container .GHS-instructions[b-fx92kk8uw7] {
  margin-left: 30px;
}
.FAQ .FAQ-content--container .GHS-instructions--group[b-fx92kk8uw7] {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  border-bottom: 1px solid var(--text-gray);
}
.FAQ .FAQ-content--container .GHS-instructions--number[b-fx92kk8uw7] {
  width: 30px;
  height: 30px;
  resize: none;
  margin-top: 20px;
  padding: 8px;
  border-radius: 50%;
  line-height: 30px;
  background-color: #848081;
  color: var(--white);
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.FAQ .FAQ-content--container .GHS-instructions--container[b-fx92kk8uw7] {
  width: 800px;
}
.FAQ .FAQ-content--container .GHS-instructions--container h4[b-fx92kk8uw7] {
  font-size: 14px;
}
.FAQ .FAQ-content--container .GHS-instructions--container p[b-fx92kk8uw7] {
  font-size: 12px;
}
.FAQ .FAQ-content .last[b-fx92kk8uw7] {
  border-bottom: none;
}
/* _content/Niteo.SDS/Index.razor.rz.scp.css */
.poison[b-fykn6mxyo9] {
  background: #1C445A;
  color: var(--white);
  width: 100%;
  box-sizing: border-box;
  padding: 20px 12vw 15px;
  margin: 0 auto 100px;
  border-radius: 13px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.3px;
}
.poison a[b-fykn6mxyo9] {
  color: var(--white);
  font-weight: bold;
  transition: 400ms ease-in-out;
  text-decoration: underline dotted;
}
.poison a:hover[b-fykn6mxyo9] {
  color: var(--blue-accent-100);
}

h1[b-fykn6mxyo9] {
  text-align: center;
  margin-bottom: 50px;
  outline: none;
}

a.searchbar--help[b-fykn6mxyo9] {
  display: block;
  text-align: center;
  margin-top: 32px;
}
/* _content/Niteo.SDS/Ingredients/EditIngredient.razor.rz.scp.css */
/* _content/Niteo.SDS/Products/ProductCard.razor.rz.scp.css */
article[b-4abovr9m9l] {
  display: grid;
  grid-template-columns: 32px minmax(100px, 1fr) 5fr;
  align-items: center;
  gap: 16px;
}
article figure[b-4abovr9m9l] {
  height: 100%;
  width: 100%;
  margin: 0;
}
article figure img[b-4abovr9m9l] {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
article div[b-4abovr9m9l] {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
article:hover[b-4abovr9m9l] {
  cursor: pointer;
  background-color: var(--light-gray);
}
/* _content/Niteo.SDS/Products/ProductDetails.razor.rz.scp.css */
.product[b-cqpol7gyt9] {
  display: flex;
  margin-top: 50px;
}
.product .left[b-cqpol7gyt9] {
  width: -webkit-calc(100% - 213px);
  max-width: 220px;
  margin-right: 20px;
}
.product .left .image--container[b-cqpol7gyt9] {
  max-width: 220px;
  max-height: 240px;
  text-align: center;
}
.product .left .image--container img[b-cqpol7gyt9] {
  max-width: 120px;
  max-height: 240px;
}
.product .left h2[b-cqpol7gyt9] {
  font-size: 18px;
  text-align: center;
}
.product .left .SDS--container[b-cqpol7gyt9] {
  margin-bottom: 40px;
  padding-right: 30px;
  border-right: 1px solid var(--light-gray);
}
.product .left .SDS--container h2[b-cqpol7gyt9] {
  font-size: 16px;
  text-align: left;
}
.product .left .SDS--container p[b-cqpol7gyt9] {
  margin-top: 20px;
  color: var(--black);
  font-size: 12px;
  line-height: 14px;
}
.product .left .SDS--container a[b-cqpol7gyt9] {
  color: var(--blue);
  text-decoration: none;
  transition: 200ms ease-in-out;
}
.product .left .SDS--container a:hover[b-cqpol7gyt9] {
  cursor: pointer;
  color: var(--text-dark);
}
.product .left .download--container[b-cqpol7gyt9] {
  margin: 16px 0;
  text-align: center;
}
.product .right[b-cqpol7gyt9] {
  width: -webkit-calc(100% - 213px);
  position: relative;
}
.product .right .warning-internal[b-cqpol7gyt9] {
  border-top: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
  background-color: lightyellow;
}
.product .right .header[b-cqpol7gyt9] {
  border-top: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.product .right .header .product-name[b-cqpol7gyt9] {
  font-size: 18px;
  font-weight: bold;
  color: var(--text-dark);
}
.product .right .header .product-number[b-cqpol7gyt9] {
  font-size: 15px;
  font-weight: bold;
  color: var(--blue-accent-400);
}
.product .right .header button[b-cqpol7gyt9] {
  margin: auto 0px;
  padding: 5px 10px;
  background: var(--blue-accent-200);
  border: none;
  border-radius: 5px;
  color: var(--white);
  font-size: 12px;
  text-align: left;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  transition: 400ms ease-in-out;
  height: 25px;
}
.product .right .header button:hover[b-cqpol7gyt9] {
  background-color: var(--blue-accent-300);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
.product .right .print[b-cqpol7gyt9] {
  width: 100px;
}
.product .right .print i[b-cqpol7gyt9] {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 14px;
}
.product .right .heading[b-cqpol7gyt9] {
  font-size: 12px;
  color: var(--text-blue);
}
.product .right p[b-cqpol7gyt9] {
  font-size: 12px;
  color: var(--text-dark-gray);
  line-height: 20px;
}

.description[b-cqpol7gyt9] {
  padding: 30px 30px 30px 20px;
}

.ingredients .ingredients--columns[b-cqpol7gyt9] {
  padding: 15px;
  display: flex;
  justify-content: space-around;
  font-size: 13px;
  color: var(--text-dark-gray);
  font-weight: bold;
}
.ingredients .ingredients--columns .column[b-cqpol7gyt9] {
  flex-wrap: wrap;
}
.ingredients .ingredients--columns .column--ingredients[b-cqpol7gyt9] {
  width: 40%;
  text-align: left;
}
.ingredients .ingredients--columns .column--category[b-cqpol7gyt9] {
  text-align: left;
  width: 30%;
}
.ingredients .ingredients--columns .column--CASB258[b-cqpol7gyt9] {
  width: 30%;
  flex-wrap: wrap;
  text-align: right;
}
.ingredients .ingredient[b-cqpol7gyt9] {
  padding: 8px 20px;
  font-size: 12px;
  color: var(--black);
  line-height: 16px;
  display: flex;
}
.ingredients .ingredient:nth-child(even)[b-cqpol7gyt9] {
  background: var(--light-blue-100);
}
.ingredients .ingredient .name[b-cqpol7gyt9] {
  width: 40%;
  display: inline-block;
  text-align: left;
}
.ingredients .ingredient .category[b-cqpol7gyt9] {
  width: 30%;
  text-align: left;
}
.ingredients .ingredient .policy-number[b-cqpol7gyt9] {
  width: 30%;
  text-align: right;
  float: right;
}
.ingredients .ingredient .policy-number a[b-cqpol7gyt9] {
  color: var(--black);
  font-size: 12px;
  text-decoration: none;
  transition: 200ms ease-in-out;
}
.ingredients .ingredient .policy-number a:hover[b-cqpol7gyt9] {
  cursor: pointer;
  color: var(--blue);
}
.ingredients .notes[b-cqpol7gyt9] {
  padding: 20px;
  font-size: 12px;
  color: var(--black);
  border-top: 1px solid var(--light-gray);
}
.ingredients .notes a[b-cqpol7gyt9] {
  color: var(--text-dark-gray);
  text-decoration: underline;
  transition: 200ms ease-in-out;
}
.ingredients .notes a:hover[b-cqpol7gyt9] {
  cursor: pointer;
  color: var(--blue);
}

.policies[b-cqpol7gyt9] {
  max-width: 100%;
  padding: 20px;
  border-top: 1px solid var(--light-gray);
}
.policies .heading[b-cqpol7gyt9] {
  margin-bottom: 20px;
  color: var(--black);
  font-size: 12px;
  font-weight: bold;
}
.policies .policy[b-cqpol7gyt9] {
  padding: 15px;
  color: var(--black);
  line-height: 16px;
  flex-wrap: wrap;
  font-size: 12px;
}
.policies .policy.selected[b-cqpol7gyt9] {
  background-color: var(--light-gray);
  font-weight: 600;
}
/* _content/Niteo.SDS/Products/SDSList.razor.rz.scp.css */
button[b-awtiyqf1hz] {
  width: 100%;
  margin-bottom: 10px;
  padding: 9px 0px;
  border: none;
  border-radius: 5px;
  background: var(--blue-accent-200);
  color: var(--white);
  font-size: 11px;
  font-weight: normal;
  display: block;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  transition: 400ms ease-in-out;
}
button i[b-awtiyqf1hz] {
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 16px;
}
button:hover[b-awtiyqf1hz] {
  background: #53c5eb;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
button:active[b-awtiyqf1hz] {
  color: var(--white);
  background: #49B6DA;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  transition: 200ms ease-in-out;
}
/* _content/Niteo.SDS/_Plugins/BlossomExplorer.razor.rz.scp.css */
article[b-74fwlhqtyi] {
  padding: 1rem 2rem;
  margin: 0.5rem;
  background: #f5f9ff;
  font-weight: bold;
  color: #1e5696;
}
article:hover[b-74fwlhqtyi] {
  background: #e6f0ff;
  cursor: pointer;
}
/* _content/Niteo.SDS/_Plugins/BlossomGrid.razor.rz.scp.css */
.blossom-grid > header[b-7kes0dw33i] {
  position: sticky;
  top: 0;
  height: 90px;
  background: white;
  border-bottom: 1px solid #f2f2f2;
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blossom-grid > header h1[b-7kes0dw33i] {
  font-size: 1.25rem;
  outline: none;
}
/* _content/Niteo.SDS/_Plugins/BlossomList.razor.rz.scp.css */
.blossom-grid > header[b-5337k1dezs] {
  position: sticky;
  top: 0;
  height: 90px;
  background: white;
  border-bottom: 1px solid #f2f2f2;
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blossom-grid > header h1[b-5337k1dezs] {
  font-size: 1.25rem;
  outline: none;
}
/* _content/Niteo.SDS/_Plugins/BlossomSearch.razor.rz.scp.css */
div[b-rkzk7xtppg] {
  position: relative;
}

ul[b-rkzk7xtppg] {
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  background-color: white;
  list-style: none;
  padding-left: 0;
  z-index: 10;
  border: 1px solid var(--text-gray);
  border-top: 0;
  padding: 20px;
}
label[b-rkzk7xtppg] {
  border: 1px solid var(--text-gray);
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 18px;
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 16px auto;
  gap: 16px;
  align-items: center;
}
label[b-rkzk7xtppg]  svg {
  width: 24px;
  height: 24px;
}
label input[type=search][b-rkzk7xtppg] {
  font-size: 14px;
  font-weight: 100;
  width: 100%;
  border: none;
  outline: none;
}
label input[type=search] [b-rkzk7xtppg]::placeholder {
  color: var(--text-light-gray);
}
label.better-search-loading .search-icon[b-rkzk7xtppg] {
  animation: rotate-b-rkzk7xtppg 1.5s linear infinite;
}
label.better-search-loading .search-icon .material-icons[b-rkzk7xtppg] {
  color: var(--primary-500);
}

@keyframes rotate-b-rkzk7xtppg {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* _content/Niteo.SDS/_Shared/Layout/Footer.razor.rz.scp.css */
.footer[b-6krao0rgcp] {
  display: flex;
  justify-content: space-around;
  width: 100vw;
  background: var(--white);
}
.footer .right-section[b-6krao0rgcp] {
  display: flex;
}
.footer .footer-col[b-6krao0rgcp] {
  margin: 30px;
  font-size: 10px;
  color: #676E70;
  letter-spacing: 0;
  min-width: 160px;
  line-height: 10px;
}
.footer .footer-col .logo img[b-6krao0rgcp] {
  width: 96px;
}
.footer .footer-col .footer-text[b-6krao0rgcp] {
  width: 286px;
}
.footer .footer-col h1[b-6krao0rgcp] {
  font-size: 10px;
  color: var(--text-dark);
  letter-spacing: 0;
  margin: 5px;
  margin-top: 15px;
}
.footer .footer-col a[b-6krao0rgcp], .footer .footer-col navlink[b-6krao0rgcp] {
  font-size: 10px;
  color: #878E8F;
  letter-spacing: 0;
  line-height: 20px;
  display: block;
  text-decoration: none;
  margin: 5px;
}
.footer .footer-col a:hover[b-6krao0rgcp] {
  color: var(--blue-accent-200);
}
.footer .footer-col .active[b-6krao0rgcp] {
  color: var(--blue);
}
/* _content/Niteo.SDS/_Shared/Layout/FullWidthLayout.razor.rz.scp.css */
.main[b-x6basjxdte] {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.main--container[b-x6basjxdte] {
  width: -webkit-calc(100% - 213px);
  height: 100%;
  position: absolute;
  left: 213px;
  background: var(--white);
}
.main--container .content[b-x6basjxdte] {
  margin: auto;
  padding: 0 6vw;
}
.main--container.no-sidebar[b-x6basjxdte] {
  width: 100%;
  position: relative;
  left: 0;
}
/* _content/Niteo.SDS/_Shared/Layout/MainLayout.razor.rz.scp.css */
.main[b-0ek1ajjqmx] {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.main--container[b-0ek1ajjqmx] {
  width: -webkit-calc(100% - 213px);
  height: 100%;
  position: absolute;
  left: 213px;
  background: var(--white);
}
.main--container .content[b-0ek1ajjqmx] {
  max-width: 1227px;
  margin: auto;
  padding: 50px 10vw;
}
.main--container.no-sidebar[b-0ek1ajjqmx] {
  width: 100%;
  position: relative;
  left: 0;
}
/* _content/Niteo.SDS/_Shared/Layout/NavBar.razor.rz.scp.css */
.navbar[b-1bkoywsezt] {
  position: fixed;
  height: 100%;
  width: 213px;
  padding-top: 40px;
  box-sizing: border-box;
  background-color: #163344;
  color: var(--white);
  text-align: center;
  letter-spacing: 0.5px;
}
.navbar--logo[b-1bkoywsezt] {
  margin-bottom: 15px;
  text-align: center;
}
.navbar--logo img[b-1bkoywsezt] {
  width: 75px;
}
.navbar--login h3[b-1bkoywsezt] {
  margin: 0 0 30px 0;
  font-size: 21px;
  font-weight: 600;
}
.navbar--login .login-button[b-1bkoywsezt] {
  width: 110px;
  border: 0;
  border-radius: 7px;
  background-color: #0073B7;
  padding: 10px 24px 10px 40px;
  color: var(--white);
  font-weight: 700;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
.navbar--login .login-button i[b-1bkoywsezt] {
  font-size: 15px;
  position: absolute;
  top: 9px;
  left: 18px;
}
.navbar--login .link[b-1bkoywsezt] {
  display: block;
  margin-top: 18px;
  font-size: 10px;
  color: var(--white);
  font-weight: bold;
  text-decoration: none;
  line-height: 12px;
  transition: 200ms ease-in-out;
}
.navbar--login .link:hover[b-1bkoywsezt] {
  color: #32B8FF;
}
.navbar--links[b-1bkoywsezt] {
  margin-top: 85px;
}
.navbar--links a[b-1bkoywsezt] {
  margin-bottom: 40px;
  padding-left: 3px;
  color: #32B8FF;
  font-size: 12px;
  text-decoration: none;
  /*            &.active {
      color: #32B8FF;
      cursor: pointer;
  }*/
}
.navbar--links .wrapper[b-1bkoywsezt] {
  max-height: 40px;
  padding: 15px 25px 15px 60px;
  border-left: 5px solid transparent;
  text-align: left;
  font-weight: bold;
  display: flex;
  gap: 6px;
  transition: 400ms ease-in-out;
  position: relative;
}
.navbar--links .wrapper i[b-1bkoywsezt] {
  color: #32B8FF;
  font-size: 20px;
  position: absolute;
  top: 12px;
  left: 25px;
}
.navbar--links .wrapper:hover[b-1bkoywsezt] {
  background-color: #1C445A;
  border-left: 5px solid #32B8FF;
}
