/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-5lac52oopo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5lac52oopo] {
    flex: 1;
}

.sidebar[b-5lac52oopo] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-5lac52oopo] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

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

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

@media (min-width: 641px) {
    .page[b-5lac52oopo] {
        flex-direction: row;
    }

    .sidebar[b-5lac52oopo] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5lac52oopo] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-5lac52oopo]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-5lac52oopo], article[b-5lac52oopo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-5lac52oopo] {
    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-5lac52oopo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-container[b-jhx0uxlz97] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: var(--rz-sidebar-bg, #f8f9fa);
}

.nav-header[b-jhx0uxlz97] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nav-scrollable[b-jhx0uxlz97] {
    flex: 1;
    overflow-y: auto;
    padding: 0.5rem 0;
}

    .nav-scrollable[b-jhx0uxlz97]  .rz-panel-menu {
        background-color: transparent;
        border: none;
    }

    .nav-scrollable[b-jhx0uxlz97]  .rz-panel-menu-item {
        border: none;
    }

    .nav-scrollable[b-jhx0uxlz97]  .rz-panel-menu-item-link {
        padding: 0.75rem 1rem;
        color: #495057;
        border-radius: 4px;
        margin: 0.25rem 0.5rem;
        font-weight: 500;
    }

    .nav-scrollable[b-jhx0uxlz97]  .rz-panel-menu-item-link:hover {
        background-color: #e9ecef;
        color: #212529;
    }

    .nav-scrollable[b-jhx0uxlz97]  .rz-panel-menu-item-link.rz-state-active {
        background-color: var(--rz-primary);
        color: white;
    }

    .nav-scrollable[b-jhx0uxlz97]  .rz-panel-menu-item-icon {
        margin-right: 0.75rem;
        color: inherit;
    }

.nav-footer[b-jhx0uxlz97] {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    margin-top: auto;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.05);
}

@media (max-width: 640px) {
    .nav-container[b-jhx0uxlz97] {
        display: none;
    }
}

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-svuo5j94z0],
.components-reconnect-repeated-attempt-visible[b-svuo5j94z0],
.components-reconnect-failed-visible[b-svuo5j94z0],
.components-pause-visible[b-svuo5j94z0],
.components-resume-failed-visible[b-svuo5j94z0],
.components-rejoining-animation[b-svuo5j94z0] {
    display: none;
}

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


#components-reconnect-modal[b-svuo5j94z0] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    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-svuo5j94z0 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

#components-reconnect-modal button[b-svuo5j94z0] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-svuo5j94z0] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-svuo5j94z0] {
        background-color: #6b9ed2;
    }

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

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

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

@keyframes components-rejoining-animation-b-svuo5j94z0 {
    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/Pages/Servers/ServerDetails.razor.rz.scp.css */
.loading-container[b-j2b2ew42om] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  gap: 16px;
}

.error-card[b-j2b2ew42om] {
  max-width: 600px;
  margin: 40px auto;
  text-align: center;
}

.details-container[b-j2b2ew42om] {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}

.header-section[b-j2b2ew42om] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--rz-border-color, #e0e0e0);
}

.title-group[b-j2b2ew42om] {
  display: flex;
  align-items: center;
  gap: 16px;
}

.title-group h2[b-j2b2ew42om] {
  margin: 0;
}

.actions-group[b-j2b2ew42om] {
  display: flex;
  gap: 8px;
}

.details-grid[b-j2b2ew42om] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 992px) {
  .details-grid[b-j2b2ew42om] {
    grid-template-columns: 1fr;
  }
}

.column-left[b-j2b2ew42om],
.column-right[b-j2b2ew42om] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.info-card[b-j2b2ew42om],
.settings-card[b-j2b2ew42om] {
  height: fit-content;
}

.info-row[b-j2b2ew42om] {
  display: grid;
  grid-template-columns: 140px 1fr;
  padding: 12px 0;
  border-bottom: 1px solid var(--rz-border-color, #f0f0f0);
  align-items: center;
}

.info-row:last-child[b-j2b2ew42om] {
  border-bottom: none;
}

.info-row .label[b-j2b2ew42om] {
  font-weight: 600;
  color: var(--rz-text-secondary-color, #666);
}

.info-row .value[b-j2b2ew42om] {
  color: var(--rz-text-color, #333);
  word-break: break-word;
  display: flex;
  align-items: center;
}

.connection-string[b-j2b2ew42om] {
  font-family: 'Courier New', monospace;
  background: var(--rz-base-100, #f5f5f5);
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 600;
  color: var(--rz-primary, #007bff);
}

.card-subheader[b-j2b2ew42om] {
  font-size: 0.875rem;
  color: var(--rz-text-secondary-color, #666);
  padding-bottom: 8px;
  border-bottom: 1px solid var(--rz-border-color, #e0e0e0);
  margin-bottom: 12px;
}

.ports-list[b-j2b2ew42om] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.port-mapping-item[b-j2b2ew42om] {
  padding: 4px 0;
}

.port-row[b-j2b2ew42om] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid var(--rz-border-color, #f0f0f0);
}

.port-row:last-of-type[b-j2b2ew42om] {
  border-bottom: none;
}

.protocol[b-j2b2ew42om] {
  font-size: 0.85rem;
  color: var(--rz-text-secondary-color, #999);
  text-transform: uppercase;
}

.connection-info[b-j2b2ew42om] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 2px solid var(--rz-border-color, #e0e0e0);
}

.connection-string[b-j2b2ew42om] {
  flex: 1;
  background: var(--rz-base-background-color, #f5f5f5);
  padding: 8px 12px;
  border-radius: 4px;
  font-family: 'Consolas', 'Monaco', monospace;
  font-size: 0.9rem;
}

.volume-row[b-j2b2ew42om] {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--rz-border-color, #f0f0f0);
}

.volume-row:last-child[b-j2b2ew42om] {
  border-bottom: none;
}

.volume-path[b-j2b2ew42om] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.volume-path code[b-j2b2ew42om] {
  background: var(--rz-base-background-color, #f5f5f5);
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.85rem;
}

.volume-arrow[b-j2b2ew42om] {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  color: var(--rz-text-secondary-color, #999);
}

.settings-search[b-j2b2ew42om] {
  margin-bottom: 12px;
}

.filter-input[b-j2b2ew42om] {
  width: 100%;
}

.settings-list[b-j2b2ew42om] {
  max-height: 600px;
  overflow-y: auto;
}

.setting-row[b-j2b2ew42om] {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid var(--rz-border-color, #f0f0f0);
}

.setting-row:last-child[b-j2b2ew42om] {
  border-bottom: none;
}

.setting-key[b-j2b2ew42om] {
  font-family: 'Consolas', 'Monaco', monospace;
  font-weight: 600;
  color: var(--rz-primary, #007bff);
  word-break: break-word;
}

.setting-value[b-j2b2ew42om] {
  font-family: 'Consolas', 'Monaco', monospace;
  color: var(--rz-text-color, #333);
  word-break: break-word;
}

.logs-container[b-j2b2ew42om] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.no-data[b-j2b2ew42om] {
  padding: 24px;
  text-align: center;
  color: var(--rz-text-secondary-color, #999);
  font-style: italic;
}

.mb-2[b-j2b2ew42om] {
  margin-bottom: 8px;
}
/* /Components/Server/ServerFileManager.razor.rz.scp.css */
.file-manager[b-818cy46wf5] {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 250px);
  background: var(--rz-base-background-color, #fff);
  border: 1px solid var(--rz-border-color, #e0e0e0);
  border-radius: 4px;
}

.file-toolbar[b-818cy46wf5] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-bottom: 1px solid var(--rz-border-color, #e0e0e0);
  background: var(--rz-base-background-color, #f8f9fa);
}

.path-breadcrumb[b-818cy46wf5] {
  flex: 1;
}

.toolbar-actions[b-818cy46wf5] {
  display: flex;
  gap: 8px;
}

.loading-indicator[b-818cy46wf5] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 60px;
}

.file-grid[b-818cy46wf5] {
  flex: 1;
  overflow: auto;
}

.file-name-cell[b-818cy46wf5] {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 4px;
}

.file-name-cell:hover[b-818cy46wf5] {
  background: var(--rz-base-background-color, #f5f5f5);
  border-radius: 4px;
}

/* Parent directory (..) styling */
.file-name-cell:has(.file-name:first-child:contains(".."))[b-818cy46wf5] {
  background: var(--rz-base-50, #f8f9fa);
  border-bottom: 1px solid var(--rz-border-color, #e0e0e0);
}

.file-icon[b-818cy46wf5] {
  color: var(--rz-primary, #007bff);
}

.file-name[b-818cy46wf5] {
  font-weight: 500;
}

.file-actions[b-818cy46wf5] {
  display: flex;
  gap: 4px;
}

/* Upload dialog styles */
.upload-progress-container[b-818cy46wf5] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
  max-height: 400px;
  overflow-y: auto;
}

.upload-item[b-818cy46wf5] {
  padding: 1rem;
  background: var(--rz-base-50);
  border-radius: 8px;
  border: 1px solid var(--rz-border-color);
}

.upload-filename[b-818cy46wf5] {
  font-weight: 600;
  color: var(--rz-text-color);
}

.upload-size[b-818cy46wf5] {
  color: var(--rz-text-secondary-color);
  font-size: 0.875rem;
}
/* /Components/Server/ServerLogsViewer.razor.rz.scp.css */
.logs-viewer[b-di968kzcsg] {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 250px);
  background: var(--rz-base-background-color, #fff);
  border: 1px solid var(--rz-border-color, #e0e0e0);
  border-radius: 4px;
}

.logs-toolbar[b-di968kzcsg] {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  border-bottom: 1px solid var(--rz-border-color, #e0e0e0);
  background: var(--rz-base-background-color, #f8f9fa);
}

.toolbar-left[b-di968kzcsg],
.toolbar-right[b-di968kzcsg] {
  display: flex;
  align-items: center;
  gap: 8px;
}

.logs-filter[b-di968kzcsg] {
  display: flex;
  padding: 8px 12px;
  gap: 8px;
  border-bottom: 1px solid var(--rz-border-color, #e0e0e0);
}

.filter-input[b-di968kzcsg] {
  flex: 1;
}

.logs-content[b-di968kzcsg] {
  flex: 1;
  overflow-y: auto;
  padding: 12px;
  background: #1e1e1e;
  color: #d4d4d4;
  font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
  font-size: 13px;
}

.loading-indicator[b-di968kzcsg] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 40px;
  color: #888;
}

.no-logs[b-di968kzcsg] {
  text-align: center;
  padding: 40px;
  color: #666;
}

.log-lines[b-di968kzcsg] {
  display: flex;
  flex-direction: column;
}

.log-line[b-di968kzcsg] {
  padding: 4px 8px;
  border-bottom: 1px solid #2d2d2d;
  line-height: 1.5;
}

.log-line:hover[b-di968kzcsg] {
  background: #2d2d2d;
}

.log-timestamp[b-di968kzcsg] {
  color: #858585;
  margin-right: 8px;
}

.log-level[b-di968kzcsg] {
  font-weight: 600;
  margin-right: 8px;
  min-width: 60px;
  display: inline-block;
}

.log-error[b-di968kzcsg] {
  color: #f48771;
}

.log-error .log-level[b-di968kzcsg] {
  color: #f14c4c;
}

.log-warn[b-di968kzcsg] {
  color: #dcdcaa;
}

.log-warn .log-level[b-di968kzcsg] {
  color: #cca700;
}

.log-debug[b-di968kzcsg] {
  color: #858585;
}

.log-message[b-di968kzcsg] {
  word-wrap: break-word;
}

.logs-footer[b-di968kzcsg] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  border-top: 1px solid var(--rz-border-color, #e0e0e0);
  background: var(--rz-base-background-color, #f8f9fa);
  font-size: 0.9rem;
}

.ml-2[b-di968kzcsg] {
  margin-left: 8px;
}

.ml-3[b-di968kzcsg] {
  margin-left: 12px;
}
/* /Components/Server/Wizards/Steps/StepReview.razor.rz.scp.css */
.review-card[b-pdli3b3eci] {
  max-width: 1200px;
  margin: 0 auto;
}

.review-grid[b-pdli3b3eci] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 768px) {
  .review-grid[b-pdli3b3eci] {
    grid-template-columns: 1fr;
  }
}

.review-section[b-pdli3b3eci] {
  display: flex;
  flex-direction: column;
}

.info-row[b-pdli3b3eci] {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid var(--rz-border-color, #e0e0e0);
}

.info-row:last-child[b-pdli3b3eci] {
  border-bottom: none;
}

.info-label[b-pdli3b3eci] {
  font-weight: 600;
  color: var(--rz-text-secondary-color, #666);
  min-width: 140px;
}

.required-indicator[b-pdli3b3eci] {
  color: var(--rz-danger, #dc3545);
  font-weight: bold;
  margin-left: 2px;
}

.info-value[b-pdli3b3eci] {
  color: var(--rz-text-color, #333);
  text-align: right;
  word-break: break-word;
}

.connection-string[b-pdli3b3eci] {
  font-family: monospace;
  font-weight: 600;
  color: var(--rz-primary, #007bff);
}

.settings-list[b-pdli3b3eci] {
  max-height: 400px;
  overflow-y: auto;
}

.ports-list[b-pdli3b3eci] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.port-item[b-pdli3b3eci] {
  display: flex;
  align-items: center;
}

.volumes-list[b-pdli3b3eci] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.no-data[b-pdli3b3eci] {
  padding: 16px;
  text-align: center;
  color: var(--rz-text-secondary-color, #999);
  font-style: italic;
}

.review-footer[b-pdli3b3eci] {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.mt-3[b-pdli3b3eci] {
  margin-top: 12px;
}
