/* /Components/Fileupload.razor.rz.scp.css */
.fs-upload-panel[b-5txvgvb1f2] {
  border-radius: 12px;
  border: 1px dashed #c7d9e7;
  background: #f6fbfe;
  box-shadow: none;
}

.fs-upload-panel .card-body[b-5txvgvb1f2] {
  padding: 0.9rem;
}

.fs-upload-panel h2[b-5txvgvb1f2] {
  font-size: 1rem;
  margin-bottom: 0.65rem;
}

.fs-dropzone[b-5txvgvb1f2] {
  border: 2px dashed #c7d9e7;
  border-radius: 12px;
  padding: 0.9rem;
  background: #f6fbfe;
  transition: background-color 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
  cursor: pointer;
}

.fs-dropzone .dz-message[b-5txvgvb1f2] {
  margin: 0;
  text-align: left;
}

.fs-upload-picker-actions[b-5txvgvb1f2] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.65rem;
}

.fs-dropzone-disabled[b-5txvgvb1f2] {
  cursor: default;
  opacity: 0.7;
}

.fs-dropzone.is-dragover[b-5txvgvb1f2],
.fs-dropzone.dz-drag-hover[b-5txvgvb1f2] {
  background: #e8f6fc;
  border-color: var(--cd-cyan, #009ee3);
  box-shadow: inset 0 0 0 2px #7ec7e7;
}

.fs-dropzone-title[b-5txvgvb1f2] {
  font-weight: 600;
  color: var(--cd-dark-blue, #005081);
}

.fs-dropzone-subtitle[b-5txvgvb1f2] {
  font-size: 0.85rem;
  color: #657484;
}


.fs-dropzone-files[b-5txvgvb1f2] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.fs-file-tile[b-5txvgvb1f2] {
  width: 110px;
  min-height: 78px;
  border: 1px solid #c6d8eb;
  border-radius: 10px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.4rem;
}

.fs-file-icon[b-5txvgvb1f2] {
  font-size: 1.35rem;
  line-height: 1;
}

.fs-file-name[b-5txvgvb1f2] {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.72rem;
  color: #34506d;
}

.fs-file-context-menu[b-5txvgvb1f2] {
  position: fixed;
  z-index: 1200;
  background: #fff;
  border: 1px solid #c6d8eb;
  border-radius: 9px;
  box-shadow: 0 16px 22px -18px #0f365f;
  padding: 0.3rem;
  display: grid;
  gap: 0.2rem;
}

.fs-file-context-item[b-5txvgvb1f2] {
  border: 0;
  background: transparent;
  padding: 0.4rem 0.55rem;
  border-radius: 7px;
  display: block;
  width: 100%;
  text-align: left;
}

.fs-file-context-item:hover[b-5txvgvb1f2] {
  background: #f7f9fc;
}

[data-bs-theme="dark"] .fs-upload-panel[b-5txvgvb1f2] {
  background: #152c45;
  border-color: #304158;
}

[data-bs-theme="dark"] .fs-dropzone[b-5txvgvb1f2] {
  background: #152c45;
  border-color: #304158;
}

[data-bs-theme="dark"] .fs-dropzone.is-dragover[b-5txvgvb1f2],
[data-bs-theme="dark"] .fs-dropzone.dz-drag-hover[b-5txvgvb1f2] {
  background: #1a3a49;
  border-color: var(--cd-turquoise, #3bb499);
  box-shadow: inset 0 0 0 2px #1f7467;
}

[data-bs-theme="dark"] .fs-dropzone-title[b-5txvgvb1f2] {
  color: #d6e4f5;
}

[data-bs-theme="dark"] .fs-dropzone-subtitle[b-5txvgvb1f2] {
  color: #9eabb8;
}


[data-bs-theme="dark"] .fs-file-tile[b-5txvgvb1f2] {
  background: #152c45;
  border-color: #304158;
  color: #dbe3ea;
}

[data-bs-theme="dark"] .fs-file-name[b-5txvgvb1f2] {
  color: #b6c4d2;
}

[data-bs-theme="dark"] .fs-file-context-menu[b-5txvgvb1f2] {
  background: #152c45;
  border-color: #304158;
}

[data-bs-theme="dark"] .fs-file-context-item[b-5txvgvb1f2] {
  color: #dbe3ea;
}

[data-bs-theme="dark"] .fs-file-context-item:hover[b-5txvgvb1f2] {
  background: #1a3a49;
}

@media (prefers-color-scheme: dark) {
  .fs-upload-panel[b-5txvgvb1f2] {
    background: #152c45;
    border-color: #304158;
  }

  .fs-dropzone[b-5txvgvb1f2] {
    background: #152c45;
    border-color: #304158;
  }

  .fs-dropzone.is-dragover[b-5txvgvb1f2],
  .fs-dropzone.dz-drag-hover[b-5txvgvb1f2] {
    background: #1a3a49;
    border-color: var(--cd-turquoise, #3bb499);
    box-shadow: inset 0 0 0 2px #1f7467;
  }

  .fs-dropzone-title[b-5txvgvb1f2] {
    color: #d6e4f5;
  }

  .fs-dropzone-subtitle[b-5txvgvb1f2] {
    color: #9eabb8;
  }


  .fs-file-tile[b-5txvgvb1f2] {
    background: #152c45;
    border-color: #304158;
    color: #dbe3ea;
  }

  .fs-file-name[b-5txvgvb1f2] {
    color: #b6c4d2;
  }

  .fs-file-context-menu[b-5txvgvb1f2] {
    background: #152c45;
    border-color: #304158;
  }

  .fs-file-context-item[b-5txvgvb1f2] {
    color: #dbe3ea;
  }

  .fs-file-context-item:hover[b-5txvgvb1f2] {
    background: #1a3a49;
  }
}
/* /Components/Layout/CogMenu.razor.rz.scp.css */
.cog-menu[b-dauvl15qej] {
    position: relative;
}

.cog-menu-trigger[b-dauvl15qej] {
    list-style: none;
}

.cog-menu-trigger[b-dauvl15qej]::-webkit-details-marker {
    display: none;
}

.cog-menu-panel[b-dauvl15qej] {
    position: absolute;
    right: 0;
    top: calc(100% + 0.35rem);
    min-width: 16rem;
    margin: 0;
    padding: 0.35rem 0;
    list-style: none;
    background: var(--bs-body-bg, #fff);
    border: 1px solid var(--bs-border-color, #d6d5d5);
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.cog-menu-item[b-dauvl15qej] {
    display: block;
    margin-left: 0;
    padding: 0.4rem 0.85rem;
    text-decoration: none;
    color: inherit;
}

.cog-menu-item:hover[b-dauvl15qej] {
    background-color: rgba(0, 0, 0, 0.05);
    text-decoration: none;
}

[data-bs-theme="dark"] .cog-menu-item:hover[b-dauvl15qej] {
    background-color: rgba(255, 255, 255, 0.08);
}

.cog-menu-divider[b-dauvl15qej] {
    margin: 0.35rem 0;
    border: 0;
    border-top: 1px solid var(--bs-border-color, #d6d5d5);
}

.cog-menu-form[b-dauvl15qej] {
    padding: 0.4rem 0.85rem;
}

.cog-menu-form .btn-link[b-dauvl15qej] {
    margin-left: 0;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-85alpockuf] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-85alpockuf] {
    flex: 1;
}

.top-row[b-85alpockuf] {
    /*background-color: var(--bs-tertiary-bg, #f7f7f7);*/
    /*border-bottom: 1px solid var(--bs-border-color, #d6d5d5);*/
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 10;
}

[data-bs-theme="dark"] .top-row[b-85alpockuf] {
    /*background-color: var(--bs-tertiary-bg, #122841);*/
    /*border-bottom-color: var(--bs-border-color, #304158);*/
    color: var(--bs-body-color, #dbe3ea);
}

@media (prefers-color-scheme: dark) {
    .top-row[b-85alpockuf] {
        /*background-color: var(--bs-tertiary-bg, #122841);*/
        /*border-bottom-color: var(--bs-border-color, #304158);*/
        color: var(--bs-body-color, #dbe3ea);
    }
}

    .top-row[b-85alpockuf]  a, .top-row[b-85alpockuf]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-85alpockuf]  a:hover, .top-row[b-85alpockuf]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-85alpockuf]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-85alpockuf] {
        justify-content: space-between;
    }

    .top-row[b-85alpockuf]  a, .top-row[b-85alpockuf]  .btn-link {
        margin-left: 0;
    }
}

.top-row[b-85alpockuf], article[b-85alpockuf] {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

#blazor-error-ui[b-85alpockuf] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-85alpockuf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ykkdufy91u],
.components-reconnect-repeated-attempt-visible[b-ykkdufy91u],
.components-reconnect-failed-visible[b-ykkdufy91u],
.components-pause-visible[b-ykkdufy91u],
.components-resume-failed-visible[b-ykkdufy91u],
.components-rejoining-animation[b-ykkdufy91u] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ykkdufy91u],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ykkdufy91u],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ykkdufy91u],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ykkdufy91u],
#components-reconnect-modal.components-reconnect-retrying[b-ykkdufy91u],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ykkdufy91u],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ykkdufy91u],
#components-reconnect-modal.components-reconnect-failed[b-ykkdufy91u],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ykkdufy91u] {
    display: block;
}


#components-reconnect-modal[b-ykkdufy91u] {
    background-color: var(--bs-body-bg, #fff);
    color: var(--bs-body-color, #212529);
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 1px solid var(--bs-border-color, #d6d5d5);
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-ykkdufy91u 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ykkdufy91u 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ykkdufy91u 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ykkdufy91u]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ykkdufy91u 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ykkdufy91u {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ykkdufy91u {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ykkdufy91u {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ykkdufy91u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ykkdufy91u] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ykkdufy91u] {
    border: 0;
    background-color: var(--bs-primary, #0d6efd);
    color: var(--bs-light, #fff);
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ykkdufy91u] {
        background-color: var(--bs-primary-text-emphasis, #0a58ca);
    }

    #components-reconnect-modal button:active[b-ykkdufy91u] {
        background-color: var(--bs-primary, #0d6efd);
    }

.components-rejoining-animation[b-ykkdufy91u] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ykkdufy91u] {
        position: absolute;
        border: 3px solid var(--bs-primary, #0d6efd);
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ykkdufy91u 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

[data-bs-theme="dark"] #components-reconnect-modal[b-ykkdufy91u] {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.55);
}

[data-bs-theme="dark"] #components-reconnect-modal[b-ykkdufy91u]::backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

        .components-rejoining-animation div:nth-child(2)[b-ykkdufy91u] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ykkdufy91u {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Notifications/NotificationHost.razor.rz.scp.css */
.notification-host[b-4g3phy6hiw] {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 3000;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    max-width: min(420px, calc(100vw - 2rem));
    pointer-events: none;
}

.notification-toast[b-4g3phy6hiw] {
    pointer-events: auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: start;
    gap: 0.75rem;
    padding: 0.75rem 0.9rem;
    border-radius: 10px;
    background: #ffffff;
    color: #1a2b45;
    box-shadow: 0 10px 30px rgba(8, 24, 44, 0.18), 0 2px 6px rgba(8, 24, 44, 0.08);
    border-left: 4px solid #1e6feb;
    opacity: 0;
    transform: translateX(24px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    will-change: opacity, transform;
}

.notification-toast.is-open[b-4g3phy6hiw] {
    opacity: 1;
    transform: translateX(0);
}

.notification-toast.is-closing[b-4g3phy6hiw] {
    opacity: 0;
    transform: translateX(24px);
}

.notification-icon[b-4g3phy6hiw] {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    color: #fff;
    background: #1e6feb;
    flex-shrink: 0;
}

.notification-body[b-4g3phy6hiw] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.notification-title[b-4g3phy6hiw] {
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.2;
}

.notification-message[b-4g3phy6hiw] {
    font-size: 0.9rem;
    line-height: 1.35;
    word-wrap: break-word;
    overflow-wrap: anywhere;
}

.notification-close[b-4g3phy6hiw] {
    border: none;
    background: transparent;
    color: inherit;
    font-size: 1.15rem;
    line-height: 1;
    cursor: pointer;
    padding: 0.1rem 0.3rem;
    border-radius: 4px;
    opacity: 0.6;
}

.notification-close:hover[b-4g3phy6hiw] {
    opacity: 1;
    background: rgba(0, 0, 0, 0.06);
}

.notification-info[b-4g3phy6hiw] { border-left-color: #1e6feb; }
.notification-info .notification-icon[b-4g3phy6hiw] { background: #1e6feb; }

.notification-success[b-4g3phy6hiw] { border-left-color: #16a34a; }
.notification-success .notification-icon[b-4g3phy6hiw] { background: #16a34a; }

.notification-warning[b-4g3phy6hiw] { border-left-color: #d97706; }
.notification-warning .notification-icon[b-4g3phy6hiw] { background: #d97706; color: #fff; }

.notification-error[b-4g3phy6hiw] { border-left-color: #dc2626; }
.notification-error .notification-icon[b-4g3phy6hiw] { background: #dc2626; }

[data-bs-theme="dark"] .notification-toast[b-4g3phy6hiw] {
    background: #1a2233;
    color: #e6ecf5;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.55), 0 2px 6px rgba(0, 0, 0, 0.35);
}

[data-bs-theme="dark"] .notification-close:hover[b-4g3phy6hiw] {
    background: rgba(255, 255, 255, 0.08);
}
/* /Components/Pages/FileSharing.razor.rz.scp.css */
.fs-workspace[b-43mkznm7e9] {
  --fs-bg: #f4f7fa;
  --fs-panel: #ffffff;
  --fs-border: #d7dde3;
  --fs-ink: #17304b;
  --fs-muted: #657484;
  --fs-accent: var(--cd-cyan, #009ee3);
  --fs-accent-strong: var(--cd-dark-blue, #005081);
  --fs-accent-soft: #e8f6fc;
  --fs-danger: var(--cd-red, #af1329);
  background: radial-gradient(circle at 0 0, #eaf7fd 0%, var(--fs-bg) 40%, #f7f9fb 100%);
  color: var(--fs-ink);
  border-radius: 18px;
  padding: 1.5rem;
  border: 1px solid #e7edf6;
}

.fs-header[b-43mkznm7e9] {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.fs-header h1[b-43mkznm7e9] {
  margin: 0;
  letter-spacing: -0.02em;
  font-size: 1.95rem;
}

.fs-subtitle[b-43mkznm7e9] {
  color: var(--fs-muted);
  margin: 0.45rem 0 0;
  max-width: 52rem;
}

.fs-metrics[b-43mkznm7e9] {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.fs-metric[b-43mkznm7e9] {
  min-width: 100px;
  border: 1px solid var(--fs-border);
  background: var(--fs-panel);
  border-radius: 12px;
  padding: 0.6rem 0.8rem;
}

.fs-metric span[b-43mkznm7e9] {
  color: var(--fs-muted);
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.fs-metric strong[b-43mkznm7e9] {
  display: block;
  font-size: 1.1rem;
}

.fs-panel[b-43mkznm7e9],
.fs-entity-card[b-43mkznm7e9] {
  border-radius: 14px;
  border: 1px solid var(--fs-border);
  box-shadow: 0 10px 24px -18px #0d4f7f;
}

.fs-panel .card-body[b-43mkznm7e9],
.fs-entity-card .card-body[b-43mkznm7e9] {
  padding: 1rem 1rem 1.1rem;
}

.fs-actions-grid .btn-primary[b-43mkznm7e9],
.fs-section .btn-primary[b-43mkznm7e9] {
  background: linear-gradient(145deg, var(--fs-accent), var(--fs-accent-strong));
  border-color: var(--fs-accent-strong);
}

.fs-section h2[b-43mkznm7e9] {
  margin-bottom: 0.8rem;
}

.fs-section .small.text-muted[b-43mkznm7e9] {
  color: var(--fs-muted) !important;
}

.fs-section code[b-43mkznm7e9] {
  background: var(--fs-accent-soft);
  color: var(--fs-accent-strong);
  padding: 0.1rem 0.35rem;
  border-radius: 6px;
}

.fs-section .btn-outline-danger[b-43mkznm7e9] {
  color: var(--fs-danger);
  border-color: #f1b4ae;
}

.fs-section .btn-outline-danger:hover[b-43mkznm7e9] {
  background: #fef0ef;
  color: #8f1f13;
}

.fs-explorer-grid[b-43mkznm7e9] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 0.75rem;
}

.fs-explorer-item[b-43mkznm7e9] {
  border: 1px solid var(--fs-border);
  border-radius: 12px;
  background: #fff;
  min-height: 112px;
  padding: 0.65rem;
  text-align: center;
  color: var(--fs-ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  text-decoration: none;
}

.fs-explorer-item.is-selected[b-43mkznm7e9] {
  border-color: var(--fs-accent);
  background: #eef8fd;
}

.fs-item-icon[b-43mkznm7e9] {
  font-size: 1.6rem;
  line-height: 1;
}

.fs-item-title[b-43mkznm7e9] {
  font-weight: 600;
  font-size: 0.88rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fs-item-meta[b-43mkznm7e9] {
  font-size: 0.75rem;
  color: var(--fs-muted);
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .fs-workspace[b-43mkznm7e9] {
    padding: 1rem;
    border-radius: 12px;
  }

  .fs-header h1[b-43mkznm7e9] {
    font-size: 1.6rem;
  }
}

.fs-fab[b-43mkznm7e9] {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 999px;
  border: 0;
  font-size: 1.9rem;
  line-height: 1;
  color: #fff;
  background: linear-gradient(145deg, var(--fs-accent), var(--fs-accent-strong));
  box-shadow: 0 16px 28px -14px #0d4f7f;
  z-index: 1040;
}

.fs-fab-menu[b-43mkznm7e9] {
  position: fixed;
  right: 1.25rem;
  bottom: 5rem;
  display: grid;
  gap: 0.5rem;
  z-index: 1040;
}

.fs-fab-menu-item[b-43mkznm7e9] {
  border: 1px solid #c7d8eb;
  background: #fff;
  color: var(--fs-accent-strong);
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  font-size: 0.9rem;
  text-align: left;
  box-shadow: 0 12px 22px -16px #113f6b;
}

.fs-fab-menu-item:hover[b-43mkznm7e9] {
  background: #eef8fd;
}

.fs-breadcrumbs[b-43mkznm7e9] {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.88rem;
  color: var(--fs-muted);
  margin-top: 0.5rem;
}

.fs-breadcrumbs a[b-43mkznm7e9],
.fs-breadcrumb-button[b-43mkznm7e9] {
  color: var(--fs-accent-strong);
  text-decoration: none;
}

.fs-breadcrumb-button[b-43mkznm7e9] {
  border: 0;
  background: transparent;
  padding: 0;
}

.fs-context-menu[b-43mkznm7e9] {
  position: absolute;
  right: 0;
  top: calc(100% + 0.3rem);
  background: #fff;
  border: 1px solid var(--fs-border);
  border-radius: 10px;
  min-width: 170px;
  padding: 0.35rem;
  box-shadow: 0 18px 26px -18px #0d3660;
  z-index: 20;
}

.fs-context-menu-floating[b-43mkznm7e9] {
  position: fixed;
  right: auto;
  top: auto;
  z-index: 1100;
}

.fs-context-menu-item[b-43mkznm7e9] {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 0.45rem 0.55rem;
  border-radius: 8px;
  color: var(--fs-ink);
}

.fs-context-menu-item:hover[b-43mkznm7e9] {
  background: #edf5ff;
}

.fs-modal-backdrop[b-43mkznm7e9] {
  position: fixed;
  inset: 0;
  background: rgb(8 24 44 / 45%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  z-index: 1030;
}

.fs-modal-card[b-43mkznm7e9] {
  width: min(560px, 100%);
  background: #fff;
  border-radius: 14px;
  border: 1px solid var(--fs-border);
  padding: 1rem;
  box-shadow: 0 24px 60px -32px #08284f;
}

.fs-modal-card-wide[b-43mkznm7e9] {
  width: min(1000px, 100%);
  max-height: min(88vh, 920px);
  overflow: auto;
}

[data-bs-theme="dark"] .fs-workspace[b-43mkznm7e9] {
  --fs-bg: #0e1b2a;
  --fs-panel: #152c45;
  --fs-border: #304158;
  --fs-ink: #dbe3ea;
  --fs-muted: #9eabb8;
  --fs-accent: var(--cd-turquoise, #3bb499);
  --fs-accent-strong: var(--cd-deep-turquoise, #0ba38c);
  --fs-accent-soft: #1b3847;
  --fs-danger: #e26977;
  background: radial-gradient(circle at 0 0, #15304e 0%, var(--fs-bg) 45%, #0a1420 100%);
  border-color: #304158;
}

[data-bs-theme="dark"] .fs-explorer-item[b-43mkznm7e9] {
  background: var(--fs-panel);
}

[data-bs-theme="dark"] .fs-explorer-item.is-selected[b-43mkznm7e9] {
  border-color: var(--fs-accent);
  background: #1a3a49;
}

[data-bs-theme="dark"] .fs-section code[b-43mkznm7e9] {
  background: var(--fs-accent-soft);
  color: #7ad5c4;
}

[data-bs-theme="dark"] .fs-section .btn-outline-danger[b-43mkznm7e9] {
  color: #ff8a80;
  border-color: #6a2622;
}

[data-bs-theme="dark"] .fs-section .btn-outline-danger:hover[b-43mkznm7e9] {
  background: #3a1512;
  color: #ffb0a8;
}

[data-bs-theme="dark"] .fs-fab-menu-item[b-43mkznm7e9] {
  background: var(--fs-panel);
  color: var(--fs-ink);
  border-color: #2f3d55;
}

[data-bs-theme="dark"] .fs-fab-menu-item:hover[b-43mkznm7e9] {
  background: #1a3a49;
}

[data-bs-theme="dark"] .fs-breadcrumbs a[b-43mkznm7e9],
[data-bs-theme="dark"] .fs-breadcrumb-button[b-43mkznm7e9] {
  color: var(--fs-accent);
}

[data-bs-theme="dark"] .fs-context-menu[b-43mkznm7e9] {
  background: var(--fs-panel);
}

[data-bs-theme="dark"] .fs-context-menu-item:hover[b-43mkznm7e9] {
  background: #1a3a49;
}

[data-bs-theme="dark"] .fs-modal-backdrop[b-43mkznm7e9] {
  background: rgb(0 0 0 / 60%);
}

[data-bs-theme="dark"] .fs-modal-card[b-43mkznm7e9] {
  background: var(--fs-panel);
  color: var(--fs-ink);
}

@media (prefers-color-scheme: dark) {
  .fs-workspace[b-43mkznm7e9] {
    --fs-bg: #0e1b2a;
    --fs-panel: #152c45;
    --fs-border: #304158;
    --fs-ink: #dbe3ea;
    --fs-muted: #9eabb8;
    --fs-accent: var(--cd-turquoise, #3bb499);
    --fs-accent-strong: var(--cd-deep-turquoise, #0ba38c);
    --fs-accent-soft: #1b3847;
    --fs-danger: #e26977;
    background: radial-gradient(circle at 0 0, #15304e 0%, var(--fs-bg) 45%, #0a1420 100%);
    border-color: #304158;
  }

  .fs-explorer-item[b-43mkznm7e9] {
    background: var(--fs-panel);
  }

  .fs-explorer-item.is-selected[b-43mkznm7e9] {
    border-color: var(--fs-accent);
    background: #1a3a49;
  }

  .fs-section code[b-43mkznm7e9] {
    background: var(--fs-accent-soft);
    color: #7ad5c4;
  }

  .fs-section .btn-outline-danger[b-43mkznm7e9] {
    color: #ff8a80;
    border-color: #6a2622;
  }

  .fs-section .btn-outline-danger:hover[b-43mkznm7e9] {
    background: #3a1512;
    color: #ffb0a8;
  }

  .fs-fab-menu-item[b-43mkznm7e9] {
    background: var(--fs-panel);
    color: var(--fs-ink);
    border-color: #2f3d55;
  }

  .fs-fab-menu-item:hover[b-43mkznm7e9] {
    background: #1a3a49;
  }

  .fs-breadcrumbs a[b-43mkznm7e9],
  .fs-breadcrumb-button[b-43mkznm7e9] {
    color: var(--fs-accent);
  }

  .fs-context-menu[b-43mkznm7e9] {
    background: var(--fs-panel);
  }

  .fs-context-menu-item:hover[b-43mkznm7e9] {
    background: #1a3a49;
  }

  .fs-modal-backdrop[b-43mkznm7e9] {
    background: rgb(0 0 0 / 60%);
  }

  .fs-modal-card[b-43mkznm7e9] {
    background: var(--fs-panel);
    color: var(--fs-ink);
  }
}
/* /Components/RecipientPicker.razor.rz.scp.css */
.recipient-picker[b-48okwsvu3z] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.recipient-picker-chips[b-48okwsvu3z] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.recipient-chip[b-48okwsvu3z] {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: #e8f6fc;
  color: var(--cd-dark-blue, #005081);
  border: 1px solid #b7d9ee;
  border-radius: 999px;
  padding: 0.15rem 0.55rem;
  font-size: 0.85rem;
}

.recipient-chip-remove[b-48okwsvu3z] {
  border: 0;
  background: transparent;
  color: var(--cd-dark-blue, #005081);
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.15rem;
}

.recipient-chip-remove:hover[b-48okwsvu3z] {
  color: var(--cd-red, #af1329);
}

.recipient-picker-input-wrap[b-48okwsvu3z] {
  position: relative;
}

.recipient-picker-suggestions[b-48okwsvu3z] {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.25rem);
  background: #fff;
  border: 1px solid #d7dde3;
  border-radius: 10px;
  box-shadow: 0 18px 30px -20px #0d3660;
  max-height: 280px;
  overflow-y: auto;
  z-index: 1050;
  padding: 0.25rem;
}

.recipient-picker-status[b-48okwsvu3z] {
  padding: 0.4rem 0.6rem;
  color: #657484;
  font-size: 0.85rem;
}

.recipient-picker-suggestion[b-48okwsvu3z] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border: 0;
  background: transparent;
  padding: 0.5rem 0.6rem;
  border-radius: 8px;
  text-align: left;
  cursor: pointer;
}

.recipient-picker-suggestion:hover[b-48okwsvu3z] {
  background: #eef8fd;
}

.recipient-picker-suggestion.is-unknown[b-48okwsvu3z] {
  background: #fff8ec;
}

.recipient-picker-suggestion.is-unknown:hover[b-48okwsvu3z] {
  background: #ffefcc;
}

.recipient-picker-suggestion-main[b-48okwsvu3z] {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.recipient-picker-suggestion-name[b-48okwsvu3z] {
  font-weight: 600;
  color: #17304b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recipient-picker-suggestion-email[b-48okwsvu3z] {
  font-size: 0.8rem;
  color: #657484;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recipient-picker-badge[b-48okwsvu3z] {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  border: 1px solid transparent;
  flex-shrink: 0;
}

.recipient-picker-badge.is-registered[b-48okwsvu3z] {
  background: #e5f6ea;
  color: #1f7a3b;
  border-color: #b7e0c4;
}

.recipient-picker-badge.is-directory[b-48okwsvu3z] {
  background: #e8f6fc;
  color: var(--cd-dark-blue, #005081);
  border-color: #b7d9ee;
}

.recipient-picker-badge.is-unknown[b-48okwsvu3z] {
  background: #fff2cf;
  color: #8a5a00;
  border-color: #f0d68a;
}

[data-bs-theme="dark"] .recipient-chip[b-48okwsvu3z] {
  background: #1a3a49;
  color: #7ad5c4;
  border-color: #2c5b64;
}

[data-bs-theme="dark"] .recipient-chip-remove[b-48okwsvu3z] {
  color: #7ad5c4;
}

[data-bs-theme="dark"] .recipient-chip-remove:hover[b-48okwsvu3z] {
  color: #e26977;
}

[data-bs-theme="dark"] .recipient-picker-suggestions[b-48okwsvu3z] {
  background: #152c45;
  border-color: #304158;
  box-shadow: 0 18px 30px -20px #000;
}

[data-bs-theme="dark"] .recipient-picker-status[b-48okwsvu3z] {
  color: #9eabb8;
}

[data-bs-theme="dark"] .recipient-picker-suggestion:hover[b-48okwsvu3z] {
  background: #1a3a49;
}

[data-bs-theme="dark"] .recipient-picker-suggestion.is-unknown[b-48okwsvu3z] {
  background: #2a2416;
}

[data-bs-theme="dark"] .recipient-picker-suggestion.is-unknown:hover[b-48okwsvu3z] {
  background: #3a3220;
}

[data-bs-theme="dark"] .recipient-picker-suggestion-name[b-48okwsvu3z] {
  color: #dbe3ea;
}

[data-bs-theme="dark"] .recipient-picker-suggestion-email[b-48okwsvu3z] {
  color: #9eabb8;
}

[data-bs-theme="dark"] .recipient-picker-badge.is-registered[b-48okwsvu3z] {
  background: #143020;
  color: #7fd39a;
  border-color: #275a3c;
}

[data-bs-theme="dark"] .recipient-picker-badge.is-directory[b-48okwsvu3z] {
  background: #1a3a49;
  color: #7ad5c4;
  border-color: #2c5b64;
}

[data-bs-theme="dark"] .recipient-picker-badge.is-unknown[b-48okwsvu3z] {
  background: #2a2416;
  color: #e6c17a;
  border-color: #55461f;
}
/* /Components/ShareFolderDiagnostics.razor.rz.scp.css */
.rd-timeline-scroll[b-zp9vcdglcx] {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.6rem 0 0.5rem;
  margin-bottom: 1.25rem;
}

.rd-timeline-track[b-zp9vcdglcx] {
  list-style: none;
  margin: 0;
  padding: 0.15rem 0.25rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  min-width: max-content;
  position: relative;
}

.rd-timeline-track[b-zp9vcdglcx]::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  background: #dbe5f1;
  transform: translateY(-50%);
  z-index: 0;
}

.rd-timeline-item[b-zp9vcdglcx] {
  position: relative;
  display: grid;
  grid-template-rows: 130px 14px 130px;
  justify-items: center;
  width: 88px;
  z-index: 1;
}

.rd-timeline-time[b-zp9vcdglcx] {
  font-size: 0.8rem;
  color: #5f7390;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  white-space: nowrap;
  background: #fff;
  padding: 0.2rem 0;
}

.rd-timeline-content[b-zp9vcdglcx] {
  font-size: 0.8rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  max-height: 126px;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #fff;
  padding: 0.2rem 0;
}

.rd-timeline-content strong[b-zp9vcdglcx],
.rd-timeline-content span[b-zp9vcdglcx] {
  display: inline;
}

.rd-timeline-dot[b-zp9vcdglcx] {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 999px;
  background: var(--cd-cyan, #009ee3);
  box-shadow: 0 0 0 3px #e8f6fc;
}

.rd-recipient-row[b-zp9vcdglcx] {
  cursor: pointer;
}

.rd-recipient-row.is-selected[b-zp9vcdglcx] {
  background: #e8f6fc;
}

[data-bs-theme="dark"] .rd-timeline-item[b-zp9vcdglcx] {
  background: transparent;
}

[data-bs-theme="dark"] .rd-timeline-track[b-zp9vcdglcx]::before {
  background: #304158;
}

[data-bs-theme="dark"] .rd-timeline-time[b-zp9vcdglcx] {
  color: #9aa8bd;
  background: #1a2233;
}

[data-bs-theme="dark"] .rd-timeline-content[b-zp9vcdglcx] {
  background: #1a2233;
}

[data-bs-theme="dark"] .rd-timeline-dot[b-zp9vcdglcx] {
  box-shadow: 0 0 0 3px #1a3a49;
}

[data-bs-theme="dark"] .rd-recipient-row.is-selected[b-zp9vcdglcx] {
  background: #1a3a49;
}
