@import '_content/Z.Blazor.Diagrams/Z.Blazor.Diagrams.ezdqu7jd9f.bundle.scp.css';

/* _content/CopilotBuilder.UI/Components/Account/Shared/ManageNavMenu.razor.rz.scp.css */
.nav-item[b-vhfh5c3crc]  .nav-link {
    color: #313131;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-vhfh5c3crc]  a.active {
    background-color: #e0e0e2;
}

.nav-item[b-vhfh5c3crc]  .nav-link:hover {
    background-color: var(--rz-primary);
}
/* _content/CopilotBuilder.UI/Components/Layout/AnonymousLayout.razor.rz.scp.css */
.page[b-nwbvvd759n] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 100vh;
}

    .page .content[b-nwbvvd759n] {
        display: flex;
        flex-direction: column;
        flex: 1;
        align-items: center;
        width: 100%;
        padding: 0 1rem;
    }

@media screen and (min-width: 992px) {
    .page .content[b-nwbvvd759n] {
        padding: 0 5rem;
    }
}
/* _content/CopilotBuilder.UI/Components/Layout/HelpLayout.razor.rz.scp.css */
.help-layout[b-yj7pf278yk] {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1200px) {
  .help-layout[b-yj7pf278yk] {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .help-layout .help-content[b-yj7pf278yk] {
    flex: 1;
    padding: 0 1rem 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .help-layout .help-table-of-contents[b-yj7pf278yk] {
    width: 260px;
    padding-left: 2rem;
    top: 3rem;
  }
}
.help-layout .help-table-of-contents h4[b-yj7pf278yk] {
  font-size: 1.2rem;
  font-weight: bold;
}
.help-layout .help-table-of-contents ul[b-yj7pf278yk] {
  list-style-type: none;
  padding-left: 0;
}
.help-layout .help-table-of-contents ul li[b-yj7pf278yk] {
  margin-bottom: 0.5rem;
}
/* _content/CopilotBuilder.UI/Components/Layout/LinkDeploymentLayout.razor.rz.scp.css */
.page[b-pb0nptxt2c] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.container[b-pb0nptxt2c] {
    
}

main[b-pb0nptxt2c] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
/* _content/CopilotBuilder.UI/Components/Layout/MainLayout.razor.rz.scp.css */
.layout-container[b-0zjltiw5yt] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  align-items: center;
}

a.dropdown-item[b-0zjltiw5yt] {
  color: var(--dark-teal);
}

.page[b-0zjltiw5yt] {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .page[b-0zjltiw5yt] {
    flex-direction: row;
    width: 90vw;
  }
}

main[b-0zjltiw5yt] {
  flex: 1;
}
main .content[b-0zjltiw5yt] {
  padding: 0 1rem;
}

.sidebar[b-0zjltiw5yt] {
  display: none;
}
@media screen and (min-width: 992px) {
  .sidebar[b-0zjltiw5yt] {
    display: block;
    width: 200px;
    height: calc(100vh - 10rem);
    position: sticky;
    top: 0;
    border-right: 1px solid lightgrey;
  }
}

#blazor-error-ui[b-0zjltiw5yt] {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss[b-0zjltiw5yt] {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
/* _content/CopilotBuilder.UI/Components/Layout/NavMenu.razor.rz.scp.css */
@media (min-width: 641px) {
    .nav-scrollable[b-3l6yoidyb3] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        padding-top: 1rem;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 8rem);
        overflow-y: auto;
    }
}
/* _content/CopilotBuilder.UI/Components/Layout/TopNav.razor.rz.scp.css */
.top[b-b187e38vsf] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 5rem;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .top[b-b187e38vsf] {
    height: 8rem;
  }
}

.top-nav[b-b187e38vsf] {
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
  color: var(--dark-teal);
  width: 90vw;
}
.top-nav .top-nav-items[b-b187e38vsf] {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.top-nav .top-nav-items .actions[b-b187e38vsf] {
  display: none;
}
.top-nav .top-nav-items .actions .feedback-button[b-b187e38vsf] {
  background-color: var(--dark-teal);
  color: #FFF;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  cursor: pointer;
}
.top-nav .top-nav-items .actions .settings-button[b-b187e38vsf] {
  margin-left: 1rem;
}
@media screen and (min-width: 992px) {
  .top-nav .top-nav-items .actions[b-b187e38vsf] {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

.logo[b-b187e38vsf] {
  width: 200px;
}
@media screen and (min-width: 992px) {
  .logo[b-b187e38vsf] {
    width: 300px;
  }
}

@media screen and (min-width: 992px) {
  .nav-link[b-b187e38vsf] {
    font-size: 1.5rem;
  }
}

.dropdown-menu a[b-b187e38vsf] {
  color: var(--dark-teal);
}
/* _content/CopilotBuilder.UI/Components/Pages/Copilots/DataSourceForm.razor.rz.scp.css */
.range-control[b-g1zpncvsua] {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .range-control[b-g1zpncvsua] {
    width: 50%;
  }
}
/* _content/CopilotBuilder.UI/Components/Pages/Home.razor.rz.scp.css */
.home[b-wt19bvdk2l] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 800px;
  height: 100vh;
  width: 100%;
}
.home .content[b-wt19bvdk2l] {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to top, #5fe1e7, #5bd9df, #58d1d6, #54c9ce, #51c1c6, #4eb9be, #4bb2b6, #48aaae, #44a1a4, #40989b, #3c8f91, #388688);
  color: #FFF;
}
.home .content .headline[b-wt19bvdk2l] {
  text-align: center;
  margin-bottom: 1rem;
}
.home .content h2[b-wt19bvdk2l] {
  font-size: 2rem;
}
@media screen and (min-width: 992px) {
  .home .content h2[b-wt19bvdk2l] {
    font-size: 3rem;
    font-weight: bold;
  }
}
.home .content .actions[b-wt19bvdk2l] {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.home .content .actions a[b-wt19bvdk2l] {
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #FFF;
  color: var(--dark-teal);
  padding: 1rem 2rem;
  border-radius: 1rem;
  transform: scale(1);
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
  .home .content .actions a[b-wt19bvdk2l] {
    font-size: 2rem;
  }
}
.home .content .actions a:hover[b-wt19bvdk2l] {
  transform: scale(1.1);
  transition: 0.2s ease-in-out;
}
/* _content/CopilotBuilder.UI/Components/Pages/Subscriptions/SetupPayment.razor.rz.scp.css */

button#submit[b-abne8cdbgd] {
    background-color: var(--med-teal);
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 20px;
}
