/* _content/AgiBook.Web/Components/DialogBox/DialogInstance.razor.rz.scp.css */
.dialog-container[b-o3q80vfuqe] {
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1300;
  background-color: rgba(0, 0, 0, 0.2);
}
.dialog-container.dialog-center[b-o3q80vfuqe] {
  align-items: center;
  justify-content: center;
}
.dialog-container.dialog-topcenter[b-o3q80vfuqe] {
  align-items: flex-start;
  justify-content: center;
  padding-top: 32px;
}
.dialog-container.dialog-bottomcenter[b-o3q80vfuqe] {
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 32px;
}
.dialog-container.dialog-centerright[b-o3q80vfuqe] {
  align-items: center;
  justify-content: flex-end;
  padding-right: 32px;
}
.dialog-container.dialog-centerleft[b-o3q80vfuqe] {
  align-items: center;
  justify-content: flex-start;
  padding-left: 32px;
}
.dialog-container.dialog-topleft .dialog[b-o3q80vfuqe] {
  position: absolute;
  top: 32px;
  left: 32px;
}
.dialog-container.dialog-topright .dialog[b-o3q80vfuqe] {
  position: absolute;
  top: 32px;
  right: 32px;
}
.dialog-container.dialog-bottomleft .dialog[b-o3q80vfuqe] {
  position: absolute;
  bottom: 32px;
  left: 32px;
}
.dialog-container.dialog-bottomright .dialog[b-o3q80vfuqe] {
  position: absolute;
  bottom: 32px;
  right: 32px;
}
.dialog-container.dialog-bottomright .dialog[b-o3q80vfuqe] {
  position: absolute;
  bottom: 32px;
  right: 32px;
}

.dialog[b-o3q80vfuqe] {
  display: flex;
  z-index: 1302;
  flex-direction: column;
  color: #424242;
  background-color: #fff;
  border-radius: 4px;
  -webkit-animation: open-dialog-center 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: open-dialog-center-b-o3q80vfuqe 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.dialog.dialog-rtl .dialog-title .button-root[b-o3q80vfuqe] {
  right: unset;
  left: 8px;
}
.dialog .dialog-title[b-o3q80vfuqe] {
  flex: 0 0 auto;
  margin: 0;
  padding: 16px 24px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dialog .dialog-title + * > .dialog-content[b-o3q80vfuqe] {
  border-radius: 0;
}
.dialog .dialog-title .button-root[b-o3q80vfuqe] {
  top: 8px;
  right: 8px;
  position: absolute;
}
.dialog .dialog-content[b-o3q80vfuqe] {
  position: relative;
  flex: 1 1 auto;
  padding: 8px 24px;
  -webkit-overflow-scrolling: touch;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 16px;
}
.dialog .dialog-content.dialog-no-side-padding[b-o3q80vfuqe] {
  padding: 12px 0px;
}
.dialog .dialog-actions[b-o3q80vfuqe] {
  flex: 0 0 auto;
  display: flex;
  padding: 8px;
  align-items: center;
  justify-content: flex-end;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dialog .dialog-actions > :not(:first-child)[b-o3q80vfuqe] {
  margin-left: 8px;
  margin-inline-start: 8px;
  margin-inline-end: unset;
}

.dialog-width-false[b-o3q80vfuqe] {
  max-width: calc(100% - 64px);
}

.dialog-width-xxs[b-o3q80vfuqe] {
  max-width: 320px;
}

.dialog-width-xs[b-o3q80vfuqe] {
  max-width: 444px;
}

.dialog-width-sm[b-o3q80vfuqe] {
  max-width: 600px;
}

.dialog-width-md[b-o3q80vfuqe] {
  max-width: 960px;
}

.dialog-width-lg[b-o3q80vfuqe] {
  max-width: 1280px;
}

.dialog-width-xl[b-o3q80vfuqe] {
  max-width: 1920px;
}

.dialog-width-xxl[b-o3q80vfuqe] {
  max-width: 2560px;
}

.dialog-width-full[b-o3q80vfuqe] {
  width: calc(100% - 64px);
  max-height: 90%;
  overflow-y: auto;
}

.dialog-fullscreen[b-o3q80vfuqe] {
  width: 100%;
  height: 100%;
  margin: 0;
  max-width: 100%;
  max-height: none;
  border-radius: 0;
}

@-webkit-keyframes open-dialog-center {
  0% {
    opacity: 0;
  }
  1% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes open-dialog-center-b-o3q80vfuqe {
  0% {
    opacity: 0;
  }
  1% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* _content/AgiBook.Web/Shared/AdminBody.razor.rz.scp.css */
.page[b-2p8222nfip] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2p8222nfip] {
    flex: 1;
}

.sidebar[b-2p8222nfip] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

@media (min-width: 641px) {
    .page[b-2p8222nfip] {
        flex-direction: row;
    }

    .sidebar[b-2p8222nfip] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}
/* _content/AgiBook.Web/Shared/MainBody.razor.rz.scp.css */
.page[b-9p43x34glr] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9p43x34glr] {
    flex: 1;
}

.sidebar[b-9p43x34glr] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-9p43x34glr] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9p43x34glr]  a, .top-row .btn-link[b-9p43x34glr] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-9p43x34glr] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-9p43x34glr] {
        display: none;
    }

    .top-row.auth[b-9p43x34glr] {
        justify-content: space-between;
    }

    .top-row a[b-9p43x34glr], .top-row .btn-link[b-9p43x34glr] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9p43x34glr] {
        flex-direction: row;
    }

    .sidebar[b-9p43x34glr] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9p43x34glr] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-9p43x34glr], article[b-9p43x34glr] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/AgiBook.Web/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0bw8yrbmv2] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-0bw8yrbmv2] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-0bw8yrbmv2] {
    font-size: 1.1rem;
}

.oi[b-0bw8yrbmv2] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-0bw8yrbmv2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0bw8yrbmv2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0bw8yrbmv2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-0bw8yrbmv2]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-0bw8yrbmv2]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-0bw8yrbmv2]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-0bw8yrbmv2] {
        display: none;
    }

    .collapse[b-0bw8yrbmv2] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-0bw8yrbmv2] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
