@import 'Blossom/Sparc.Blossom.1g9f8j2us5.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/Tovik/Domains/DeleteModal.razor.rz.scp.css */
.modal[b-avyjym32sc] {
  display: none;
  max-width: 600px;
  width: 50vw;
  padding: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  border: 1px solid var(--blue-50);
  background: var(--blue-600);
  opacity: 1;
  z-index: 1000;
}
.modal h3[b-avyjym32sc] {
  width: 100%;
  text-align: center;
  font-family: var(--brother-printed);
  font-size: 2.4rem;
  font-weight: 600;
}
.modal h4[b-avyjym32sc] {
  width: 100%;
  font-family: var(--brother-printed);
  font-size: 3rem;
  text-align: center;
}
.modal.show[b-avyjym32sc] {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 24px;
}
.modal-overlay[b-avyjym32sc] {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 600;
  animation: fadeOut 0.8s;
}
.modal-overlay.show[b-avyjym32sc] {
  display: block;
  animation: fadeIn 0.8s;
}
.modal .btn-container[b-avyjym32sc] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.modal .btn-container button[b-avyjym32sc] {
  width: 50%;
}
.modal .btn-container button[b-avyjym32sc]  svg path {
  stroke: var(--blue-700);
}
/* _content/Tovik/Domains/DomainCard.razor.rz.scp.css */
.domain-card td[b-hphpcde7j0] {
  padding: 16px 0;
}
.domain-card td:first-child[b-hphpcde7j0], .domain-card td:nth-child(2)[b-hphpcde7j0] {
  padding-right: 32px;
}
.domain-card td.domain-name[b-hphpcde7j0]  svg {
  margin-left: 8px;
  margin-top: -2px;
  vertical-align: middle;
}
.domain-card td.domain-actions[b-hphpcde7j0] {
  position: relative;
}
.domain-card td.domain-actions .actions-btn[b-hphpcde7j0] {
  transition: transform 0.3s ease-in-out;
}
.domain-card td.domain-actions .actions-btn.rotate[b-hphpcde7j0] {
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
}
.domain-card td.domain-actions .actions-menu[b-hphpcde7j0] {
  display: none;
  position: absolute;
  z-index: 50;
  top: 68px;
  right: -34px;
  padding: 8px;
  background: var(--blue-500);
  border: 1px solid rgba(219, 243, 252, 0.2);
  border-radius: 16px;
  font-family: var(--articulat);
  font-size: 1.6rem;
  opacity: 1 !important;
}
.domain-card td.domain-actions .actions-menu button[b-hphpcde7j0] {
  height: 48px;
  justify-content: center;
  gap: 8px;
  font-size: 1.6rem;
  font-weight: 400;
}
.domain-card td.domain-actions .actions-menu.show[b-hphpcde7j0] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.domain-card__domain .domain-actions[b-hphpcde7j0] {
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 8px;
}
.domain-card__domain .domain-actions button[b-hphpcde7j0] {
  aspect-ratio: 1/1;
  height: 48px;
  padding: 0;
}
/* _content/Tovik/Domains/DomainList.razor.rz.scp.css */
article[b-4tamv01h3l] {
  width: var(--app-width);
  position: relative;
}
article .page-container[b-4tamv01h3l] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
article section[b-4tamv01h3l] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  background: rgba(79, 129, 153, 0.2);
  border: 1px solid rgba(219, 243, 252, 0.2);
  border-radius: 24px;
  backdrop-filter: blur(4px);
}
article section header h3[b-4tamv01h3l] {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: normal;
}
article section header .subheader[b-4tamv01h3l] {
  font-family: var(--articulat);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.1px;
}
article section h4[b-4tamv01h3l] {
  color: #FFF;
  font-family: var(--brother-printed);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
article section.welcome[b-4tamv01h3l] {
  align-items: flex-start;
}
article section.welcome > img[b-4tamv01h3l] {
  height: 30px;
}
article section.welcome p[b-4tamv01h3l] {
  margin: 24px 0;
}
article section.welcome a[b-4tamv01h3l] {
  text-decoration: underline !important;
}
article section.welcome ul[b-4tamv01h3l] {
  font-size: 1.6rem;
  padding-left: 32px;
}
article section.welcome ul li[b-4tamv01h3l] {
  margin: 8px 0;
}
article section.add-domain form[b-4tamv01h3l] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
article section.add-domain form label input[b-4tamv01h3l] {
  width: var(--container-width);
}
article section .btn-container[b-4tamv01h3l] {
  width: 100%;
  /*button {
      display: flex;
      width: 100%;
      height: 48px;
      padding: 16px 24px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      align-self: stretch;
      border-radius: 20px;
      border: 1px solid var(--orange-300, #FF945E);
      background: var(--orange-300, #FF945E);
      color: var(--blue-700, #07374F);*/
  /* Body/Regular/Medium */
  /*font-family: var(--articulat);
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
  }*/
}
article aside[b-4tamv01h3l] {
  font-size: 1.4rem;
  margin: 24px 0;
  font-style: italic;
}
/* _content/Tovik/Domains/DomainPage.razor.rz.scp.css */
.domain-page .page-container form[b-bayhlxiqf3] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.domain-page .page-container .domain-summary table[b-bayhlxiqf3] {
  width: 100%;
}
.domain-page .page-container .domain-connection[b-bayhlxiqf3] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.domain-page .page-container .domain-connection aside[b-bayhlxiqf3] {
  font-size: 1.4rem;
}
.domain-page .page-container .exemptions table tbody[b-bayhlxiqf3] {
  width: 100%;
}
.domain-page .page-container .exemptions table tbody tr[b-bayhlxiqf3] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.domain-page .page-container .exemptions table td[b-bayhlxiqf3] {
  padding: 0;
}
.domain-page .page-container .exemptions .exempt-actions[b-bayhlxiqf3] {
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 8px;
}
.domain-page .page-container .exemptions .exempt-actions button[b-bayhlxiqf3] {
  aspect-ratio: 1/1;
  height: 48px;
  padding: 0;
}
/* _content/Tovik/Index.razor.rz.scp.css */
article[b-5jdjeyfepa] {
  width: var(--app-width);
  position: relative;
}
article .page-container[b-5jdjeyfepa] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
article section[b-5jdjeyfepa] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  background: rgba(79, 129, 153, 0.2);
  border: 1px solid rgba(219, 243, 252, 0.2);
  border-radius: 24px;
  backdrop-filter: blur(4px);
}
article section header h3[b-5jdjeyfepa] {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: normal;
}
article section header .subheader[b-5jdjeyfepa] {
  font-family: var(--articulat);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
}
article section h4[b-5jdjeyfepa] {
  color: #FFF;
  font-family: var(--brother-printed);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
article section button.primary-btn[b-5jdjeyfepa] {
  width: auto;
  margin-top: 32px;
}
article section h2[b-5jdjeyfepa] {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 16px;
}
article section p[b-5jdjeyfepa] {
  font-family: var(--articulat);
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: 1.1px;
  line-height: 150%;
}
article section.trial[b-5jdjeyfepa] {
  padding: 64px !important;
  align-items: flex-start;
}
article section.trial span[b-5jdjeyfepa] {
  display: inline-block;
  margin-left: 4px;
  color: var(--orange-300);
}
article section.trial img[b-5jdjeyfepa] {
  height: 30px;
}
article section.demo[b-5jdjeyfepa] {
  background-color: transparent !important;
  border: 2px solid var(--blue-400) !important;
  border-radius: 48px !important;
  padding: 0 !important;
}
article section.demo header img[b-5jdjeyfepa] {
  width: 100%;
  height: auto;
}
article section.demo h1[b-5jdjeyfepa] {
  color: white;
  font-family: var(--brother-printed);
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 32px;
}
article section.demo div[b-5jdjeyfepa] {
  padding: 32px 64px 64px 64px;
}
article section.demo[b-5jdjeyfepa]  .language-select {
  margin-top: 64px;
  background-color: var(--blue-600);
}
article section.demo[b-5jdjeyfepa]  .language-select:after {
  border-top: 5px solid white;
}
article section.demo[b-5jdjeyfepa]  .language-select select {
  background-color: var(--blue-600);
}
article section.demo[b-5jdjeyfepa]  .language-select .progress-bar-value {
  background-color: var(--blue-300);
}
/* _content/Tovik/Installation/CodeBlock.razor.rz.scp.css */
.code-block[b-1r7zfsgfme] {
  width: 100%;
}
.code-block pre[b-1r7zfsgfme] {
  width: 100%;
  margin: 0;
  padding: 0;
  text-wrap: wrap;
}
.code-block pre code[b-1r7zfsgfme] {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: start;
  color: var(--blue-50);
  font-family: "Courier New";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: start;
  opacity: 0.6;
}
.code-block.can-copy[b-1r7zfsgfme] {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  gap: 16px;
  padding: 16px 8px;
}
.code-block.can-copy .btn-container[b-1r7zfsgfme] {
  position: relative;
}
.code-block.can-copy .btn-container .copy-msg[b-1r7zfsgfme] {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.code-block.can-copy .btn-container.copied .copy-msg[b-1r7zfsgfme] {
  opacity: 1 !important;
}
.code-block.can-copy .btn-container:hover .copy-msg[b-1r7zfsgfme] {
  opacity: 1 !important;
}
/* _content/Tovik/Installation/Demo.razor.rz.scp.css */
/* _content/Tovik/Installation/DemoComponent.razor.rz.scp.css */
.demo-browser[b-7128blmo8n] {
  width: 150%;
  position: relative;
}
.demo-browser[b-7128blmo8n]  svg {
  width: 100%;
  height: auto;
}
.demo-tovik[b-7128blmo8n] {
  width: 20%;
  min-width: 280px;
  height: auto;
  position: absolute;
  top: 26%;
  left: 3%;
}
.demo-bubble[b-7128blmo8n] {
  width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.demo-bubble[b-7128blmo8n]  svg {
  width: 100%;
}
.demo-bubble .bubble-text[b-7128blmo8n] {
  width: 100%;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.demo-bubble .bubble-text span[b-7128blmo8n] {
  width: 100%;
  color: var(--blue-600, #1F5068);
  font-family: var(--articulat);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.demo-character[b-7128blmo8n] {
  width: 80%;
  height: auto;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.demo-selector[b-7128blmo8n] {
  width: 30%;
  position: absolute;
  top: 32%;
  left: 45%;
  transform: translateX(-40%);
}
.demo-selector select[b-7128blmo8n] {
  width: 100%;
}
.demo-preview[b-7128blmo8n] {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translatex(-10%);
  padding: 64px;
  color: var(--white, #FFF);
  font-family: var(--articulat);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* _content/Tovik/Installation/Install.razor.rz.scp.css */
.install-page p[b-4pxfc2j46b], .install-page ul[b-4pxfc2j46b] {
  font-size: 1.8rem;
  letter-spacing: 1.1px;
  line-height: 150%;
}
.install-page ul[b-4pxfc2j46b] {
  padding-left: 32px;
}
.install-page .page-header[b-4pxfc2j46b] {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  background: rgba(79, 129, 153, 0.2);
  border: 1px solid rgba(219, 243, 252, 0.2);
  border-radius: 24px;
  backdrop-filter: blur(4px);
}
.install-page .page-header h2[b-4pxfc2j46b] {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: normal;
}
.install-page .page-header .subheader[b-4pxfc2j46b] {
  font-family: var(--articulat);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: normal;
}
.install-page section[b-4pxfc2j46b] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.install-page section > img[b-4pxfc2j46b] {
  height: 30px;
}
.install-page section header[b-4pxfc2j46b] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.install-page section > div[b-4pxfc2j46b] {
  display: flex;
  flex-direction: column;
  gap: 32px;
  color: var(--blue-50, #EFF7F9);
  font-family: var(--articulat);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

pre code[b-4pxfc2j46b] {
  background-color: #eee;
  color: var(--blue-50);
  border: 1px solid #999;
  display: block;
  padding: 20px;
}
/* _content/Tovik/Shared/Assets/UsageMeter.razor.rz.scp.css */
.usage-meter[b-gnk9s17vo5] {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 14px;
  margin-bottom: 8px;
}
.usage-meter div:first-child[b-gnk9s17vo5] {
  color: white;
  font-family: var(--brother-printed);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.usage-meter div:first-child span:first-child[b-gnk9s17vo5] {
  font-size: 3.125rem;
}
.usage-meter .meter-container[b-gnk9s17vo5] {
  width: 100%;
  height: 20px;
  background: var(--orange-100);
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}
.usage-meter .meter-fill[b-gnk9s17vo5] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 32px;
  background: repeating-linear-gradient(110deg, var(--orange-200), var(--orange-200) 8px, var(--orange-300) 8px, var(--orange-300) 16px);
}
/* _content/Tovik/Shared/HomeLayout.razor.rz.scp.css */
main[b-uw8s0d0mv3] {
  width: var(--app-width);
  margin-top: 100px;
  padding: 0 16px;
  padding-bottom: 24px;
  color: var(--blue-50);
}
main .main-grid[b-uw8s0d0mv3] {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 16px;
}
main .main-grid[b-uw8s0d0mv3]  article {
  grid-column: 1/span 4;
  margin-top: 200px;
}
main .hero[b-uw8s0d0mv3] {
  width: var(--app-width);
  height: fit-content;
  position: relative;
}
main .hero-img[b-uw8s0d0mv3] {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
main .hero-img[b-uw8s0d0mv3]  svg {
  width: 263px;
  height: auto;
}
main .hero-background[b-uw8s0d0mv3] {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  opacity: 0.6;
}
main .hero-background[b-uw8s0d0mv3]  svg {
  width: 100%;
  height: auto;
}
main[b-uw8s0d0mv3]  article {
  width: var(--app-width);
  position: relative;
  z-index: 20;
}
main[b-uw8s0d0mv3]  article .page-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
main[b-uw8s0d0mv3]  article .page-container section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  background-color: rgba(79, 129, 153, 0.2);
  border: 1px solid rgba(219, 243, 252, 0.2);
  border-radius: 24px;
  backdrop-filter: blur(4px);
}
main[b-uw8s0d0mv3]  article .page-container section header h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: normal;
}
main[b-uw8s0d0mv3]  article .page-container section header .subheader {
  font-family: var(--articulat);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
}
main[b-uw8s0d0mv3]  article .page-container section header aside {
  color: var(--orange-300, #FF945E);
  font-family: var(--brother-printed);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
main[b-uw8s0d0mv3]  article .page-container section h4 {
  color: #FFF;
  font-family: var(--brother-printed);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

[b-uw8s0d0mv3] nav {
  width: var(--app-width);
}
[b-uw8s0d0mv3] nav .right {
  background-image: url("/images/aura-background.svg") !important;
  background-position: center center;
  padding: 10px !important;
}
[b-uw8s0d0mv3] nav .right .menu-btn {
  display: none;
}
[b-uw8s0d0mv3] nav .nav-menu {
  display: none;
}

[b-uw8s0d0mv3] .nav-sidebar {
  display: none !important;
}

@media only screen and (min-width: 1024px) {
  .nav-sidebar[b-uw8s0d0mv3] {
    display: block;
    z-index: 10;
  }
}
/* _content/Tovik/Shared/MainLayout.razor.rz.scp.css */
main[b-52ii235ies] {
  width: var(--app-width);
  margin-top: 100px;
  padding: 0 16px;
  padding-bottom: 24px;
  color: var(--blue-50);
}
main .main-grid[b-52ii235ies] {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 16px;
}
main .main-grid[b-52ii235ies]  article {
  grid-column: 1/span 4;
  margin-top: 200px;
}
main .hero[b-52ii235ies] {
  width: var(--app-width);
  height: fit-content;
  position: relative;
}
main .hero-img[b-52ii235ies] {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
main .hero-img[b-52ii235ies]  svg {
  width: 263px;
  height: auto;
}
main .hero-background[b-52ii235ies] {
  width: 827px;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  opacity: 0.6;
}
main .hero-background[b-52ii235ies]  svg {
  width: 100%;
  height: auto;
}
main[b-52ii235ies]  article {
  width: var(--app-width);
  position: relative;
  z-index: 20;
}
main[b-52ii235ies]  article .page-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
main[b-52ii235ies]  article .page-container section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  background-color: rgba(79, 129, 153, 0.2);
  border: 1px solid rgba(219, 243, 252, 0.2);
  border-radius: 24px;
  backdrop-filter: blur(4px);
}
main[b-52ii235ies]  article .page-container section a {
  text-decoration: underline;
}
main[b-52ii235ies]  article .page-container section header h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: normal;
}
main[b-52ii235ies]  article .page-container section header .subheader {
  font-family: var(--articulat);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
main[b-52ii235ies]  article .page-container section header aside {
  color: var(--orange-300, #FF945E);
  font-family: var(--brother-printed);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
main[b-52ii235ies]  article .page-container section h4 {
  color: #FFF;
  font-family: var(--brother-printed);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media only screen and (min-width: 1024px) {
  .layout-container[b-52ii235ies] {
    width: var(--desktop-width);
    max-width: 1400px;
    padding: 0 64px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 16px;
  }
  .layout-container[b-52ii235ies]  nav {
    width: var(--app-width);
  }
  .layout-container[b-52ii235ies]  nav .nav-menu {
    display: none;
  }
  .layout-container[b-52ii235ies]  .nav-sidebar {
    grid-column: 1/span 1;
    margin-top: 44px;
    z-index: 10;
  }
  .layout-container[b-52ii235ies]  .nav-overlay {
    display: none !important;
  }
  .layout-container main[b-52ii235ies] {
    width: 100%;
    grid-column: 2/span 3;
    margin: 0;
    padding: 0;
    padding-bottom: 32px;
  }
  .layout-container main .main-grid[b-52ii235ies] {
    width: 100%;
    display: block;
  }
  .layout-container main .hero-img[b-52ii235ies] {
    display: none;
  }
  .layout-container main .hero-background[b-52ii235ies] {
    width: 110vw;
    top: -38vh;
    left: -38vw;
    transform: none;
    opacity: 0.6;
  }
  .layout-container main[b-52ii235ies]  article {
    width: 100%;
    margin-top: 144px;
  }
  .layout-container main[b-52ii235ies]  article .page-container {
    max-width: none;
    width: 100%;
    margin: 0;
  }
}
/* _content/Tovik/Shared/NavMenu.razor.rz.scp.css */
nav[b-1i8grjrwfh] {
  width: var(--app-width);
  display: flex;
  flex-direction: row;
  justify-content: end;
  height: 28px;
  padding: 16px;
  background-image: url("/images/navbar.svg");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}
nav .right[b-1i8grjrwfh] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  position: absolute;
  bottom: -28px;
  right: 32px;
  background-image: url("/images/top-nav-mobile.svg");
  padding: 4px 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
nav .right button[b-1i8grjrwfh] {
  aspect-ratio: 1/1;
  height: 53px;
  width: auto;
  padding: 12px;
  border-radius: 30px;
}
nav .right .profile-container[b-1i8grjrwfh] {
  aspect-ratio: 1/1;
  padding: 12px;
  border-radius: 30px;
}
nav .right .profile-container[b-1i8grjrwfh]  .account-btn {
  aspect-ratio: 1/1;
  padding: 0px;
  background: var(--white);
  border-radius: 20px;
  position: relative;
}
nav .right .profile-container[b-1i8grjrwfh]  .account-btn svg circle {
  fill: var(--purple);
  position: absolute;
  top: 16px;
}
nav .right .menu-btn[b-1i8grjrwfh]  svg {
  width: 22px;
  height: auto;
}
nav .right .menu-btn[b-1i8grjrwfh]  svg path {
  stroke: var(--blue-900);
}
nav .nav-menu[b-1i8grjrwfh] {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 140px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 500;
  height: 100vh;
  width: 70vw;
  padding-top: 120px;
  background: var(--blue-700);
  transform: translateX(70vw);
  transition: transform 0.8s ease-in;
}
nav .nav-menu.show[b-1i8grjrwfh] {
  transform: translateX(0);
  transition: transform 0.8s ease-in-out;
}
nav .nav-mask[b-1i8grjrwfh] {
  display: none;
}

.nav-menu[b-1i8grjrwfh] {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 100px;
  top: 0;
  right: 0;
  z-index: 500;
  height: 100vh;
  width: 387px;
  padding-top: 100px;
}
.nav-menu[b-1i8grjrwfh]  svg {
  height: 160px;
  width: auto;
}
.nav-menu ul[b-1i8grjrwfh] {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.nav-menu ul li[b-1i8grjrwfh] {
  margin: 0;
  text-align: center;
}
.nav-menu ul li[b-1i8grjrwfh]  .nav-link {
  padding: 0 34px;
  border-radius: 24px;
  border-bottom-left-radius: 16px;
  color: var(--blue-50, #EFF7F9);
  text-align: center;
  font-family: var(--brother-printed);
  font-size: 3.235rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.nav-menu ul li[b-1i8grjrwfh]  .nav-link svg {
  width: 26px;
  height: auto;
  position: absolute;
  left: -2px;
  bottom: -2px;
}
.nav-menu ul li[b-1i8grjrwfh]  .nav-link svg path {
  fill: var(--blue-700);
}
.nav-menu ul li[b-1i8grjrwfh]  .nav-link.active {
  background: var(--blue-50);
  color: var(--blue-700);
}
.nav-menu ul li[b-1i8grjrwfh]  .nav-link.active svg path {
  fill: var(--blue-50);
}
.nav-menu ul li[b-1i8grjrwfh]  .nav-link:hover {
  background: #365d71;
  color: var(--blue-50);
}
.nav-menu ul li[b-1i8grjrwfh]  .nav-link:hover svg path {
  fill: #365d71;
}

.nav-overlay[b-1i8grjrwfh] {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  animation: fadeOut-b-1i8grjrwfh 0.8s;
}
.nav-overlay.show[b-1i8grjrwfh] {
  display: block;
  animation: fadeIn-b-1i8grjrwfh 0.8s;
}
.nav-overlay.hiding[b-1i8grjrwfh] {
  animation: fadeOut-b-1i8grjrwfh 0.8s;
  pointer-events: none;
}

.nav-sidebar[b-1i8grjrwfh] {
  display: none;
}

@media only screen and (min-width: 1024px) {
  nav .right[b-1i8grjrwfh] {
    background-image: url("/images/aura-background.svg");
    background-position: center center;
    padding: 10px;
  }
  nav .right .menu-btn[b-1i8grjrwfh] {
    display: none;
  }
  .nav-sidebar[b-1i8grjrwfh] {
    display: block;
    z-index: 10;
  }
}
@keyframes fadeIn-b-1i8grjrwfh {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut-b-1i8grjrwfh {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
