@import '_content/BFTV2025Library/BFTV2025Library.l7qk50yza6.bundle.scp.css';

/* /Components/ExplainerTooltip.razor.rz.scp.css */
/* slate border */
.bftv-explainer-wrapper[b-d30degx99z] {
  position: relative;
  /*border: 1px solid black;*/
  /*display: inline-block;*/
  /*display: list-item;*/
  display: block;
}

.bftv-explainer[b-d30degx99z] {
  position: absolute;
  z-index: 1070;
  display: block;
  opacity: 0;
  transition: opacity 0.75s ease-in-out;
  width: 240px;
  /*background: #0b1120; */ /* very dark navy */
  background-color: #080f1c;
  color: #e5e7eb;
  color: lightgray;
  border-radius: 10px;
  padding: 12px 16px;
  padding: 4px 4px;
  max-width: 280px;
  font-size: 0.9rem;
  line-height: 1.35;
  border: 1px solid rgba(147, 163, 184, 0.6);
  border: 1px solid #080f1c;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.65), 0 0 0 1px rgba(15, 23, 42, 0.8); /* subtle outline glow */
}

.bftv-explainer.show[b-d30degx99z] {
  opacity: 1;
}

.bftv-explainer-large[b-d30degx99z] {
  background-color: #080f1c;
  color: white;
  text-align: left;
  border-radius: 0.375rem;
  padding: 10px;
  font-size: 0.95rem;
  line-height: 1.5;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  /*   background-image: url("/assets/images/coming-soon-512x512.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  */
  position: relative;
  overflow: hidden;
}

.bftv-explainer-large[b-d30degx99z]::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("assets/images/edit-mode-only-512x512-gray.png");
  background-size: cover;
  background-position: center;
  opacity: 0.35;
  z-index: 0;
  border-radius: inherit;
}

.bftv-explainer-large > *[b-d30degx99z] {
  position: relative;
  z-index: 1;
}

.bftv-explainer-arrow[b-d30degx99z] {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

/* Top placement */
.bftv-explainer-placement-top[b-d30degx99z] {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
}

.bftv-explainer-placement-top .tooltip-arrow[b-d30degx99z] {
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px 8px 0 8px;
  border-color: rgba(147, 163, 184, 0.6) transparent transparent transparent;
}

/* Bottom placement */
.bftv-explainer-placement-bottom[b-d30degx99z] {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8px;
}

.bftv-explainer-placement-bottom .tooltip-arrow[b-d30degx99z] {
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent rgba(147, 163, 184, 0.6) transparent;
}

/* Left placement */
.bftv-explainer-placement-left[b-d30degx99z] {
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 8px;
}

.bftv-explainer-placement-left .tooltip-arrow[b-d30degx99z] {
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #000;
  border-color: transparent transparent transparent pink;
}

/* Right placement */
.bftv-explainer-placement-right[b-d30degx99z] {
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 8px;
}

.bftv-explainer-placement-right .tooltip-arrow[b-d30degx99z] {
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 8px 8px 8px 0;
  border-color: transparent navy transparent transparent;
}

/* from the script section */
.bftv-explainer-titlebar[b-d30degx99z] {
  background-color: #080f1c;
  border-bottom: 1px solid darkslateblue;
}

.bftv-explainer-titlebar-caption[b-d30degx99z] {
  color: lightgray;
  font-size: inherit;
  /*font-weight: 600;*/
  /*letter-spacing: 0.08em;*/
  /*text-transform: uppercase;*/
}

.bftv-explainer-titlebar-icon[b-d30degx99z] {
  color: #f0c040;
  font-size: 0.9rem;
}

.bftv-explainer-titlebar-btn[b-d30degx99z] {
  background-color: transparent;
  border: none;
  color: #a0b4d0;
  padding: 2px 5px;
  line-height: 1;
  border-radius: 3px;
  transition: background-color 0.15s, color 0.15s;
}

.bftv-explainer-titlebar-btn:hover[b-d30degx99z] {
  background-color: #2e4a7a;
  color: #ffffff;
}

.bftv-explainer-titlebar--pinned[b-d30degx99z] {
  background-color: #2e4a7a;
  color: #ffffff;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-53e9fzbhla] {
   position: relative;
   display: flex;
   flex-direction: row;
}

main[b-53e9fzbhla] {
   flex: 1;
}

.sidebar[b-53e9fzbhla] {
   /* dap removed now theme based */
   /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-53e9fzbhla] {
   background-color: #f7f7f7;
   border-bottom: 1px solid #d6d5d5;
   justify-content: flex-end;
   height: 3.5rem;
   display: flex;
   align-items: center;
}

   .top-row[b-53e9fzbhla]  a, .top-row[b-53e9fzbhla]  .btn-link {
      white-space: nowrap;
      margin-left: 1.5rem;
      text-decoration: none;
   }

      .top-row[b-53e9fzbhla]  a:hover, .top-row[b-53e9fzbhla]  .btn-link:hover {
         text-decoration: underline;
      }

      .top-row[b-53e9fzbhla]  a:first-child {
         overflow: hidden;
         text-overflow: ellipsis;
      }

@media (max-width: 640.98px) {
   .top-row[b-53e9fzbhla] {
      justify-content: space-between;
   }

      .top-row[b-53e9fzbhla]  a, .top-row[b-53e9fzbhla]  .btn-link {
         margin-left: 0;
      }
}

@media (min-width: 641px) {
   .page[b-53e9fzbhla] {
      flex-direction: row;
   }

   .sidebar[b-53e9fzbhla] {
      width: 300px;
      width: 240px;
      height: 100vh;
      position: sticky;
      top: 0;
   }

   .top-row[b-53e9fzbhla] {
      position: sticky;
      top: 0;
      z-index: 1;
   }

      .top-row.auth[b-53e9fzbhla]  a:first-child {
         flex: 1;
         text-align: right;
         width: 0;
      }

   .top-row[b-53e9fzbhla], article[b-53e9fzbhla] {
      padding-left: 2rem !important;
      padding-right: 1.5rem !important;
   }
}

#blazor-error-ui[b-53e9fzbhla] {
   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-53e9fzbhla] {
      cursor: pointer;
      position: absolute;
      right: 0.75rem;
      top: 0.5rem;
   }
/* /Components/Layout/MainLayoutError404.razor.rz.scp.css */
.page[b-sdyzupt7c5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-sdyzupt7c5] {
    flex: 1;
}

.sidebar[b-sdyzupt7c5] {
   /* dap removed now theme based */
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-sdyzupt7c5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-sdyzupt7c5]  a, .top-row[b-sdyzupt7c5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-sdyzupt7c5]  a:hover, .top-row[b-sdyzupt7c5]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-sdyzupt7c5]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-sdyzupt7c5] {
        justify-content: space-between;
    }

    .top-row[b-sdyzupt7c5]  a, .top-row[b-sdyzupt7c5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-sdyzupt7c5] {
        flex-direction: row;
    }

   .sidebar[b-sdyzupt7c5] {
      width: 300px;
      width: 240px;
      height: 100vh;
      position: sticky;
      top: 0;
   }

    .top-row[b-sdyzupt7c5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-sdyzupt7c5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-sdyzupt7c5], article[b-sdyzupt7c5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-sdyzupt7c5] {
    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-sdyzupt7c5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayoutPreview.razor.rz.scp.css */
.page[b-v5zrm6h5wb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-v5zrm6h5wb] {
    flex: 1;
}

.sidebar[b-v5zrm6h5wb] {
   /* dap removed now theme based */
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-v5zrm6h5wb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-v5zrm6h5wb]  a, .top-row[b-v5zrm6h5wb]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-v5zrm6h5wb]  a:hover, .top-row[b-v5zrm6h5wb]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-v5zrm6h5wb]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-v5zrm6h5wb] {
        justify-content: space-between;
    }

    .top-row[b-v5zrm6h5wb]  a, .top-row[b-v5zrm6h5wb]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-v5zrm6h5wb] {
        flex-direction: row;
    }

   .sidebar[b-v5zrm6h5wb] {
      width: 300px;
      width: 240px;
      height: 100vh;
      position: sticky;
      top: 0;
   }

    .top-row[b-v5zrm6h5wb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-v5zrm6h5wb]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-v5zrm6h5wb], article[b-v5zrm6h5wb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-v5zrm6h5wb] {
    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-v5zrm6h5wb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MobileLayout.razor.rz.scp.css */
.page[b-0ltp3v5dkm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0ltp3v5dkm] {
    flex: 1;
}

.sidebar[b-0ltp3v5dkm] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-0ltp3v5dkm] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0ltp3v5dkm]  a, .top-row[b-0ltp3v5dkm]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-0ltp3v5dkm]  a:hover, .top-row[b-0ltp3v5dkm]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-0ltp3v5dkm]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-0ltp3v5dkm] {
        justify-content: space-between;
    }

    .top-row[b-0ltp3v5dkm]  a, .top-row[b-0ltp3v5dkm]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-0ltp3v5dkm] {
        flex-direction: row;
    }

   .sidebar[b-0ltp3v5dkm] {
      width: 250px;
      width: 240px;
      height: 100vh;
      position: sticky;
      top: 0;
   }

    .top-row[b-0ltp3v5dkm] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-0ltp3v5dkm]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-0ltp3v5dkm], article[b-0ltp3v5dkm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-0ltp3v5dkm] {
    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-0ltp3v5dkm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-rvkgfwhc1i] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-rvkgfwhc1i] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-rvkgfwhc1i] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-rvkgfwhc1i] {
    font-size: 1.1rem;
}

.bi[b-rvkgfwhc1i] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-rvkgfwhc1i] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill[b-rvkgfwhc1i] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested[b-rvkgfwhc1i] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-rvkgfwhc1i] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-rvkgfwhc1i] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-rvkgfwhc1i] {
        padding-bottom: 1rem;
    }

    .nav-item[b-rvkgfwhc1i]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-rvkgfwhc1i]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-rvkgfwhc1i]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-rvkgfwhc1i] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-rvkgfwhc1i] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-rvkgfwhc1i] {
        display: none;
    }

    .nav-scrollable[b-rvkgfwhc1i] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/NavMenuList.razor.rz.scp.css */
/* additional css */
/* /Components/Layout/ProfileLayout.razor.rz.scp.css */
.page[b-if3ikld6j7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-if3ikld6j7] {
    flex: 1;
}

.sidebar[b-if3ikld6j7] {
   /* dap removed now theme based */
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-if3ikld6j7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-if3ikld6j7]  a, .top-row[b-if3ikld6j7]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-if3ikld6j7]  a:hover, .top-row[b-if3ikld6j7]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-if3ikld6j7]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-if3ikld6j7] {
        justify-content: space-between;
    }

    .top-row[b-if3ikld6j7]  a, .top-row[b-if3ikld6j7]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-if3ikld6j7] {
        flex-direction: row;
    }

   .sidebar[b-if3ikld6j7] {
      width: 250px;
      width: 240px;
      height: 100vh;
      position: sticky;
      top: 0;
   }

    .top-row[b-if3ikld6j7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-if3ikld6j7]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-if3ikld6j7], article[b-if3ikld6j7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-if3ikld6j7] {
    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-if3ikld6j7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
