/* _content/RaspberryTart.Web/Views/Account/ConfirmAccount.cshtml.rz.scp.css */
.board[b-rvxpqa0atr] {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0;
    max-width: 500px;
    max-height: 500px;
    width: 350px;
}

.confirm-account-form[b-rvxpqa0atr] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.board-title[b-rvxpqa0atr] {
    margin-bottom: 16px;
}

.control[b-rvxpqa0atr] {
    display: flex;
    flex-direction: column;
}

.control label[b-rvxpqa0atr] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    margin-bottom: 0;
}

.control input[b-rvxpqa0atr] {
    width: 32px;
    height: 32px;
}
/* _content/RaspberryTart.Web/Views/Home/Index.cshtml.rz.scp.css */
#root[b-c5snkkcpkg] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

section[b-c5snkkcpkg] {
    width: 100%;
    background-color: rgb(255, 255, 255);
}

.section-content[b-c5snkkcpkg] {
    padding: 64px 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
}

.section-content > h1[b-c5snkkcpkg], .section-content > p[b-c5snkkcpkg], .section-content > .features-board-deck-container[b-c5snkkcpkg] {
    margin-bottom: 32px;
}

.section-content > p[b-c5snkkcpkg] {
    font-size: 1.2rem;
    color: rgb(100, 100, 100);
}

/*-----HOME-----*/
#home[b-c5snkkcpkg] {
    background-color: rgb(103, 32, 223);
    position: relative;
}

.home-container[b-c5snkkcpkg] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    color: rgb(255, 255, 255);
    padding: 64px 10%;
    z-index: 3;
    position: relative;
}

.background-svg[b-c5snkkcpkg] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.billboard-shapes[b-c5snkkcpkg] {
    position: absolute;
    top: 50%;
    max-height: 100%;
    width: auto;
    max-width: 100vw;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

/*HOME CALL TO ACTION*/
.home-call-to-action[b-c5snkkcpkg] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-right:48px;
}

.home-call-to-action p[b-c5snkkcpkg] {
    margin-top: 16px;
    font-size: 1.2rem;
}

.home-call-to-action button[b-c5snkkcpkg] {
    margin-top: 16px;
    font-weight: bold;
    padding: 16px 32px;
    font-size: 1.2rem;
}

.home-container img[b-c5snkkcpkg] {
    width: 320px;
}

/*HOME RESPONSIVE CLASSES*/
@media only screen and (max-width: 648px) {
    .home-container img[b-c5snkkcpkg] {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    .home-container img[b-c5snkkcpkg] {
        width: 438px;
    }
}


/*-----FEATURES-----*/
/*FEATURE BOARD DECK*/
.features-board-deck-container[b-c5snkkcpkg] {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: repeat(4, 1fr);
}

.features-board-deck button[b-c5snkkcpkg] {
    font-size: 1.2rem;
    padding: 12px 24px;
}

/*ALL FEATURES*/
.all-features-container[b-c5snkkcpkg] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
}

.all-features-list[b-c5snkkcpkg] {
    margin-right: 64px;
}

.feature[b-c5snkkcpkg] {
    display: block;
    margin-bottom: 64px;
    margin-top: 16px;
}

.feature-point[b-c5snkkcpkg] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 16px;
    margin-bottom: 32px;
}

.feature-point > div[b-c5snkkcpkg] {
    flex-grow: 1;
}

.feature-point > img[b-c5snkkcpkg] {
    width: 96px;
    height: 96px;
}

/*FEATURES PARALLAX*/
.all-features-parallax-container[b-c5snkkcpkg] {
    position: sticky;
    max-height: 320px;
    width: 100%;
    top: calc(50% - 320px);
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

.all-features-parallax-container > .video[b-c5snkkcpkg] {
    max-width: 40vw;
    height: auto;
    aspect-ratio: 16 / 9;
}

/*FEATURES RESPONSIVE CLASSES*/
@media only screen and (max-width: 1412px) {
    .features-board-deck-container[b-c5snkkcpkg] {
        grid-gap: 32px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 1024px) {
    .all-features-parallax-container[b-c5snkkcpkg] {
        display: none;
    }
}

@media only screen and (max-width: 648px) {
    .features-board-deck-container[b-c5snkkcpkg] {
        grid-gap: 32px;
        grid-template-columns: repeat(1, 1fr);
    }
}


/*-----PRICING-----*/
#pricing[b-c5snkkcpkg] {
    flex-grow: 1;
}

.pricing-board-deck[b-c5snkkcpkg] {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: repeat(3, 1fr);
}

/*PRICING RESPONSIVE CLASSES*/
@media only screen and (max-width: 1024px) {
    .pricing-board-deck[b-c5snkkcpkg] {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        flex-direction: column-reverse;
        width: 100%;
    }
}

/*-----FAQ-----*/
.faq-expander-deck-container[b-c5snkkcpkg] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 32px
}

.faq-expander-deck[b-c5snkkcpkg] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex-grow: 1;
}

/*FAQ RESPONSIVE CLASSES*/
@media only screen and (max-width: 868px) {
    .faq-expander-deck-container[b-c5snkkcpkg] {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
    }
}
/* _content/RaspberryTart.Web/Views/Shared/_LandingLayout.cshtml.rz.scp.css */
#root[b-f0lpu73uzv] {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: rgb(103, 32, 223);
}

main[b-f0lpu73uzv] {
  margin: 0;
  padding-top: 60px;
  flex-grow: 1;
  display: flex;
}

/*---HEADER---*/
.header[b-f0lpu73uzv] {
  position: fixed;
  /*background-color: rgb(33, 68, 87);*/
  background-color: rgb(103, 32, 223);
  left: 0;
  top: 0;
  z-index: 1000;
  height: 60px;
  width: 100%;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navigation-bar[b-f0lpu73uzv] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
  margin: 0 10%;
  color: rgb(255, 255, 255);
}

/*Left side*/
.navigation-bar-branding[b-f0lpu73uzv] {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

.navigation-bar-branding h1[b-f0lpu73uzv] {
  font-size: 2rem;
  margin: 0;
}

.logo[b-f0lpu73uzv] {
  margin: 4px 0;
  height: 40px;
}

/*Right side*/
.navigation-bar-content[b-f0lpu73uzv] {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  list-style-type: none;
}

.navigation-bar-links[b-f0lpu73uzv] {
  list-style-type: none;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  font-size: 1rem;
  color: rgb(255, 255, 255);
  margin: 0;
}

.navigation-bar-link[b-f0lpu73uzv] {
  margin-left: 16px;
  font-size: 1.2rem;
  text-decoration: none;
  color: rgb(255, 255, 255);
  text-wrap: nowrap;
}

.navigation-bar-link:hover[b-f0lpu73uzv] {
  color: rgb(120, 255, 255);
}

.navigation-bar-button[b-f0lpu73uzv] {
  margin-left: 32px;
  font-size: 1.2rem;
  text-decoration: none;
  text-wrap: nowrap;
  height: 40px;
}

.menu-button[b-f0lpu73uzv] {
  display: none;
  margin-left: 16px;
  height: 24px;
  width: 24px;
}

.menu-button img[b-f0lpu73uzv] {
  width: 100%;
  height: 100%;
}

/*Responsive media sizes*/
@media only screen and (max-width: 800px) {
  .navigation-bar-links[b-f0lpu73uzv] {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 100%;
    padding: 16px 32px;
    background-color: rgb(33, 68, 87, .9);
  }

  .navigation-bar-link[b-f0lpu73uzv] {
    margin-left: 0;
  }
  
  .menu-button[b-f0lpu73uzv] {
    display: flex;
  }

  .menu-content[b-f0lpu73uzv] {
    left: 100%;
    transform: translateX(-100%);
  }

  .navigation-bar-content[b-f0lpu73uzv] {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 801px) {
  .closed .menu-content[b-f0lpu73uzv] {
    display: flex !important;
  }

  .menu-button[b-f0lpu73uzv] {
    display: none;
  }
}


/*---FOOTER---*/
footer[b-f0lpu73uzv] {
  background-color: rgb(103, 32, 223);
  color: rgb(175, 175, 175);
  line-height: 2;
  padding: 0 10%;
}

/*Columns*/
.footer-columns[b-f0lpu73uzv] {
  padding: 64px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.footer-column[b-f0lpu73uzv] {
  display: flex;
  flex-direction: column;
}

.footer-column ul[b-f0lpu73uzv] {
  list-style-type: none;
  padding: 0;
}

.footer-column h1[b-f0lpu73uzv], h2[b-f0lpu73uzv], h3[b-f0lpu73uzv] {
  color: rgb(255, 255, 255);
}

.footer-column a[b-f0lpu73uzv] {
  color: rgb(175, 175, 175);
  text-decoration: none;
}

.footer-column a:hover[b-f0lpu73uzv] {
  color: rgb(255, 255, 255);
}

/*Header column*/
.footer-header[b-f0lpu73uzv] {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 12px;
}

.footer-header h2[b-f0lpu73uzv] {
  font-size: 2.1rem;
}

.footer-header img[b-f0lpu73uzv] {
  height: 48px;
  width: 48px;
}

.footer-button-tray[b-f0lpu73uzv] {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 6px;
}

.footer-button-tray img[b-f0lpu73uzv] {
  height: 40px;
  width: 40px;
}

/*Legal portion*/
.footer-legal[b-f0lpu73uzv] {
  border-top: 1px solid rgb(100, 100, 100);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

/*Responsive media sizes*/
@media screen and (max-width: 868px) {
  .footer-columns[b-f0lpu73uzv] {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 468px) {
  .footer-columns[b-f0lpu73uzv] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
  }
}

/*---COOKIE CONSENT---*/
/*Standard pane*/
.cookie-consent[b-f0lpu73uzv] {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1001;
  padding: 32px 10%;
  width: 100vw;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  row-gap: 12px;
  background-color: hsla(261, 94%, 42%, 0.9);
  color: rgb(255, 255, 255);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cookie-consent h1[b-f0lpu73uzv] {
  font-size: 2rem;
}

.cookie-consent-buttons[b-f0lpu73uzv] {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  column-gap: 16px;
  min-width: 80px;
}

.cookie-consent-buttons button[b-f0lpu73uzv] {
  min-width: 120px;
}

/*Customize modal*/
.customize-cookie-modal[b-f0lpu73uzv] {
  position: fixed;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  z-index: 1002;
  padding: 0;
  width: 80vw;
  max-width: 800px;
  background-color: hsla(261, 94%, 42%, 0.9);
  color: rgb(255, 255, 255);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  box-shadow: 2px 2px 4px rgb(33, 68, 87);
}

.customize-cookie-modal-header[b-f0lpu73uzv]
{
  color: rgb(0, 0, 0);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  height: 64px;
  background-color: rgb(255, 255, 255);
  padding: 12px 32px;
  border-radius: 4px 4px 0 0;
}

.customize-cookie-modal-header h1[b-f0lpu73uzv]
{
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: bold;
}

.customize-cookie-modal-header a[b-f0lpu73uzv]
{
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.customize-cookie-modal-header img[b-f0lpu73uzv]
{
  height: 24px;
  width: 24px;
}

.customize-cookie-modal-header a:hover[b-f0lpu73uzv]
{
  cursor: pointer;
}

.customize-cookie-modal-content[b-f0lpu73uzv]
{
  padding: 32px;
}

.customize-cookie-modal-buttons[b-f0lpu73uzv] {
  margin: 16px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}

.customize-cookie-modal-buttons button[b-f0lpu73uzv] {
  flex-grow: 1;
}

.customize-cookie-modal input[type=checkbox][b-f0lpu73uzv]{
  width: 18px;
  height: 18px;
}

.customize-cookie-modal label[b-f0lpu73uzv] {
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.customize-cookie-modal label:hover[b-f0lpu73uzv] {
  cursor: pointer;
}
/* _content/RaspberryTart.Web/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

#root[b-d2b6l2g7qu] {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main-container[b-d2b6l2g7qu] {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  flex-grow: 1;
}

#sidebar[b-d2b6l2g7qu] {
  /*height: 100%;*/
  min-width: 220px;
  width: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 400;
  overflow-y: auto;
  /*box-sizing: border-box;*/
  /*border: none;*/
  background-color: rgb(243, 242, 241);
  user-select: none;
  text-overflow: ellipsis;
  padding-top: 4px;
}

#sidebar ul[b-d2b6l2g7qu] {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#sidebar li[b-d2b6l2g7qu] {
  width: 100%;
  padding: 0;
  height: 44px;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

#sidebar a[b-d2b6l2g7qu] {
  padding-left: 8px;
  text-decoration: none;
  color: rgb(50, 49, 48);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap:4px;
}

.page-content[b-d2b6l2g7qu] {
  flex-grow: 1;
  /*height: 100%;*/
  position: relative;
}

/*NAVBAR*/
.nav-header[b-d2b6l2g7qu] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: rgb(5, 24, 39);
  height: 48px;
}

.left-container[b-d2b6l2g7qu] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.logo-container[b-d2b6l2g7qu] {
  background-color: rgb(33, 68, 87);
  width: 220px;
  display: flex;
  justify-content: space-between;
  padding: 0 32px;
  align-items: center;
  font-size: 2rem;
  color: rgb(255, 255, 255);
  box-sizing: border-box;
}

#toggle-sidebar-button[b-d2b6l2g7qu] {
  cursor: pointer;
}

.logo[b-d2b6l2g7qu] {
  margin: 4px 0;
  height: 40px;
}

.title[b-d2b6l2g7qu] {
  margin: 0 16px;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  display: inline;
  -webkit-font-smoothing: antialiased;
  user-select: none;
}

.title a[b-d2b6l2g7qu] {
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.title a:hover[b-d2b6l2g7qu] {
  color: rgb(255, 255, 255);
}

/*MAIN*/
main[b-d2b6l2g7qu] {
  flex-grow: 1;
}

/*FOOTER*/
footer[b-d2b6l2g7qu] {
  padding: 15px;
  background-color: rgb(237, 235, 233);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-links[b-d2b6l2g7qu] {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-flow: row;
  justify-content: center;
  font-size: 14px;
}

.footer-section[b-d2b6l2g7qu] {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.footer-link-separater[b-d2b6l2g7qu] {
  padding: 0 5px;
}

@media (min-width: 800px) {
  #toggle-sidebar-button[b-d2b6l2g7qu] {
    display: none;
  }

  #sidebar[b-d2b6l2g7qu] {
    display: flex !important;
  }
}
/* _content/RaspberryTart.Web/Views/Subscription/AddPaymentMethodSuccess.cshtml.rz.scp.css */
.board[b-n7ubqrt2jm] {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0;
    max-width: 500px;
    max-height: 500px;
    width: 350px;
}
/* _content/RaspberryTart.Web/Views/Subscription/Canceled.cshtml.rz.scp.css */
.board[b-qs473oig4t] {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0;
    max-width: 500px;
    max-height: 500px;
    width: 350px;
}
/* _content/RaspberryTart.Web/Views/Subscription/Checkout.cshtml.rz.scp.css */
#root[b-yh8yhniec5] {
    width: 100%;
    margin: 0;
}

.content-container[b-yh8yhniec5] {
    padding: 32px 64px 32px 32px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    /*width: 100%;*/
    flex-wrap: nowrap;
    gap: 32px;
}


@media (max-width: 799px) {
    .sidebar-hidden .content-container[b-yh8yhniec5] {
        padding: 32px;
    }
}

.forms-container[b-yh8yhniec5] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
    width: 100%;
}

.sidebar-container[b-yh8yhniec5] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-grow: 1;
    gap: 32px;
}

.summary-board[b-yh8yhniec5] {
    padding: 32px;
}

.summary-board ul[b-yh8yhniec5] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 4px;
    width: 100%;
    list-style-type: none;
    padding: 0;
}

.summary-item[b-yh8yhniec5] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
}

.summary-item div[b-yh8yhniec5] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
    /*font-size: 1.4rem;*/
}

.summary-item label[b-yh8yhniec5] {
    font-weight: bold;
}

.summary-total[b-yh8yhniec5] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    border-top: 1px solid rgb(161, 159, 157);
    /*font-size: 1.4rem;*/
}

.summary-item .ms-Icon[b-yh8yhniec5] {
    margin-right: 4px;
}

.promo-code-board[b-yh8yhniec5] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 8px;
    padding: 32px;
}

.promo-code-board input[b-yh8yhniec5] {
    padding: 8px;
    font-size: 16px;
}

.promo-code-board p[b-yh8yhniec5] {
    margin: 0;
}

.checkout-board[b-yh8yhniec5] {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 32px;
}

.payment-method-pills[b-yh8yhniec5] {
    font-size: 16px;
    font-weight: 400;
}

.payment-method-pills .pill[b-yh8yhniec5] {
    flex-grow: 1;
}

@media (max-width: 599px) {
    .payment-method-pills[b-yh8yhniec5] {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
    }
}

.form-group-line[b-yh8yhniec5] {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.form-group-line input[b-yh8yhniec5], .form-group-line select[b-yh8yhniec5] {
    margin: 0;
}

.control[b-yh8yhniec5] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-grow: 1;
    gap: 4px;
}

@media (max-width: 600px) {
    .form-group-line[b-yh8yhniec5] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1000px) {
    .form-group-line-wrap[b-yh8yhniec5] {
        flex-direction: column;
    }
}

#credit-card-form[b-yh8yhniec5] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 16px;
}

.qr-code[b-yh8yhniec5] {
    display: block;
    width: 240px;
    height: 240px;
    margin: auto;
}

.payment-option[b-yh8yhniec5] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
}

.info[b-yh8yhniec5] {
    background-color: rgb(66, 136, 174, .3);
    color: rgb(33, 68, 87);
    border-radius: 8px;
    padding: 4px 8px;
    border: 1px solid rgb(33, 68, 87);
}
/* _content/RaspberryTart.Web/Views/Subscription/Manage.cshtml.rz.scp.css */
#root[b-2pnqgrm4hk] {
    margin: 32px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 32px;
}

.board[b-2pnqgrm4hk] {
    gap: 32px;
}

.board p[b-2pnqgrm4hk] {
    margin: 0;
}

.board-bar[b-2pnqgrm4hk] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
    flex-wrap: nowrap;
}

.board-bar span[b-2pnqgrm4hk] {
    font-size: 16px;
}

.billing-history-container[b-2pnqgrm4hk] {
    min-width: 400px;
    max-width: 800px;
}

.billing-history-download-all-button[b-2pnqgrm4hk] {
    float: right;
    margin-bottom: 8px;
}

.billing-history-table[b-2pnqgrm4hk] {
    width: 100%;
}

.info[b-2pnqgrm4hk] {
    background-color: rgb(66, 136, 174, .3);
    color: rgb(33, 68, 87);
    border-radius: 8px;
    padding: 4px 8px;
    border: 1px solid rgb(33, 68, 87);
    max-width: 800px;
}

.dialog[b-2pnqgrm4hk] {
    max-width: 1400px;
}

/*CHANGE PLAN DIALOG 1 */
.pricing-options-group[b-2pnqgrm4hk] {
    width: 100%;
    height: 100%;
    flex-grow: 1;
    display: grid;
    grid-gap: 32px;
    grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1400px) {
    .pricing-options-group[b-2pnqgrm4hk] {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        justify-content: stretch;
        gap: 32px;
    }
}

.pricing-board[b-2pnqgrm4hk] {
    flex-grow: 1;
    margin: 0;
}

.pricing-board .board-content[b-2pnqgrm4hk] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    padding: 64px 32px 32px 32px;
    width: 100%;
}

.pricing-board-inner-content[b-2pnqgrm4hk] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.pricing-board-description[b-2pnqgrm4hk] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    min-height: 148px;
}

.savings[b-2pnqgrm4hk] {
    display: inline-block;
    background-color: rgb(150, 200, 150, .5);
    border-radius: 8px;
    padding: 4px 8px;
}

.most-popular-label[b-2pnqgrm4hk] {
    text-transform: capitalize;
}

.board-image-container[b-2pnqgrm4hk] {
    width: 256px;
    height: 256px;
    position: relative;
    margin-bottom: 32px;
}

.board-image[b-2pnqgrm4hk] {
    width: 100%;
    height: 100%;
}

.image-overlay[b-2pnqgrm4hk] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*CHANGE PLAN DIALOG 2 */
.change-plan-dialog-2-container[b-2pnqgrm4hk] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
    width: 100%;
    align-items: flex-start;
}

.sidebar-container[b-2pnqgrm4hk] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-grow: 1;
    gap: 32px;
}

.subtotal-preview-summary[b-2pnqgrm4hk] {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 32px;
}

.subtotal-preview-summary ul[b-2pnqgrm4hk] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
    list-style-type: none;
    padding: 0;
}

.summary-item[b-2pnqgrm4hk] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
}

.summary-item div[b-2pnqgrm4hk] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
    /*font-size: 1.4rem;*/
}

.summary-item label[b-2pnqgrm4hk] {
    font-weight: bold;
}

.summary-total[b-2pnqgrm4hk] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    border-top: 1px solid rgb(161, 159, 157);
    /*font-size: 1.4rem;*/
}

.summary-item .ms-Icon[b-2pnqgrm4hk] {
    margin-right: 4px;
}

/*CHANGE PLAN DIALOG 2 PROMO CODE*/
.subtotal-preview-promo-code-board[b-2pnqgrm4hk] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 8px;
    padding: 32px;
}

.subtotal-preview-promo-code-board input[b-2pnqgrm4hk] {
    padding: 8px;
    font-size: 16px;
}

.subtotal-preview-promo-code-board p[b-2pnqgrm4hk] {
    margin: 0;
}

.promo-code-container[b-2pnqgrm4hk] {
    min-height: 64px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 8px;
}

.promo-code-applied[b-2pnqgrm4hk] {
    font-size: 1.4rem;
    font-weight: bold;
}

/*SUBTOTAL TOTAL TAX INFO*/
.form-group-line[b-2pnqgrm4hk] {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.form-group-line input[b-2pnqgrm4hk], .form-group-line select[b-2pnqgrm4hk] {
    margin: 0;
}

.control[b-2pnqgrm4hk] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-grow: 1;
    gap: 4px;
}

@media (max-width: 600px) {
    .form-group-line[b-2pnqgrm4hk] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1000px) {
    .form-group-line-wrap[b-2pnqgrm4hk] {
        flex-direction: column;
    }
}

.subtotal-preview-tax-info-board[b-2pnqgrm4hk] {
    gap: 8px;
}

/*CHECKOUT DIALOG*/
.change-plan-dialog-3-container[b-2pnqgrm4hk] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
    width: 100%;
    align-items: flex-start;
}

.change-plan-dialog-3-back-button[b-2pnqgrm4hk] {
    margin-bottom: 16px;
}

.checkout-board[b-2pnqgrm4hk] {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 32px;
}

.change-payment-method-option[b-2pnqgrm4hk], .change-plan-payment-option[b-2pnqgrm4hk], .payment-option-form[b-2pnqgrm4hk] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 16px;
}

.change-payment-method-dialog[b-2pnqgrm4hk] {
    padding: 96px 32px 64px 32px;
}

.button-group-margin-top[b-2pnqgrm4hk] {
    margin-top: 16px;
}

.cancel-dialog[b-2pnqgrm4hk] {
    min-height: 500px;
}

.cancel-dialog p[b-2pnqgrm4hk] {
    margin: 8px 0;
}

.cancel-dialog-3[b-2pnqgrm4hk] {
    align-items: center;
    justify-content: center;
}

.cancel-dialog textarea[b-2pnqgrm4hk] {
    flex-grow: 1;
}

.cancellation-reasons[b-2pnqgrm4hk] {
    display: flex;
    flex-direction: column;
}

.qr-code[b-2pnqgrm4hk] {
    display: block;
    width: 240px;
    height: 240px;
    margin: 16px auto 0 auto;
}

.cancel-form[b-2pnqgrm4hk] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    width: 100%;
    flex-grow: 1;
}
/* _content/RaspberryTart.Web/Views/Subscription/Subscribe.cshtml.rz.scp.css */
#root[b-a8qn5sc7am] {
    padding: 32px 64px;
    margin: 0;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: stretch;
    gap: 32px;
}

@media screen and (max-width: 800px) {
    #root[b-a8qn5sc7am] {
        padding: 32px;
    }
}

.content-container[b-a8qn5sc7am] {
    width: 100%;
    /*height: 100%;*/
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: stretch;
}

.pricing-options-group[b-a8qn5sc7am] {
    width: 100%;
    height: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    padding: 32px;
    gap: 32px;
}

@media screen and (max-width: 1400px) {
    .pricing-options-group[b-a8qn5sc7am] {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        justify-content: stretch;
        padding: 32px;
        gap: 32px;
    }
}

.pricing-board[b-a8qn5sc7am] {
    flex-grow: 1;
}

.pricing-board .board-content[b-a8qn5sc7am] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    padding: 64px 32px 32px 32px;
    width: 100%;
}

.pricing-board-inner-content[b-a8qn5sc7am] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.pricing-board-description[b-a8qn5sc7am] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    min-height: 148px;
}

.savings[b-a8qn5sc7am] {
    display: inline-block;
    background-color: rgb(150, 200, 150, .5);
    border-radius: 8px;
    padding: 4px 8px;
}

.most-popular-label[b-a8qn5sc7am] {
    text-transform: capitalize;
}

.board-image-container[b-a8qn5sc7am] {
    width: 256px;
    height: 256px;
    position: relative;
    margin-bottom: 32px;
}

.board-image[b-a8qn5sc7am] {
    width: 100%;
    height: 100%;
}

.image-overlay[b-a8qn5sc7am] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* _content/RaspberryTart.Web/Views/Subscription/SubscribeFailure.cshtml.rz.scp.css */
.board[b-663121apoa] {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0;
    max-width: 500px;
    max-height: 500px;
    width: 350px;
}
/* _content/RaspberryTart.Web/Views/Subscription/SubscribeSuccess.cshtml.rz.scp.css */
.board[b-prr8h0ey1p] {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0;
    max-width: 500px;
    max-height: 500px;
    width: 350px;
}
