@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Components/FilterPanel.razor.rz.scp.css */
/* Filter panel styling to match infrastructure pages */
.filter-panel[b-xx1rbaeqw0] {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 0.375rem;
    border: 1px solid #dee2e6;
    margin-bottom: 1rem;
}

.filter-panel .form-label[b-xx1rbaeqw0] {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #495057;
}
/* /Pages/Admin/DatabasesList.razor.rz.scp.css */
.database-info-grid[b-8zjxeuq6b8] {
    margin: 20px 0;
}

.connection-string[b-8zjxeuq6b8] {
    font-family: monospace;
    font-size: 0.9em;
    background: #f5f5f5;
    padding: 5px;
    border-radius: 3px;
    word-break: break-all;
}

.database-state[b-8zjxeuq6b8] {
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.8em;
    font-weight: bold;
}

.state-online[b-8zjxeuq6b8] {
    background-color: #d4edda;
    color: #155724;
}

.state-paused[b-8zjxeuq6b8] {
    background-color: #fff3cd;
    color: #856404;
}

.state-deleted[b-8zjxeuq6b8] {
    background-color: #f8d7da;
    color: #721c24;
}

.state-indicator[b-8zjxeuq6b8] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
}

.state-online-circle[b-8zjxeuq6b8] {
    background-color: #28a745;
}

.state-paused-circle[b-8zjxeuq6b8] {
    background-color: #ffc107;
}

.state-deleted-circle[b-8zjxeuq6b8] {
    background-color: #dc3545;
}

.filter-panel[b-8zjxeuq6b8] {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 0.375rem;
    border: 1px solid #dee2e6;
    margin-bottom: 1rem;
}

.filter-panel .form-label[b-8zjxeuq6b8] {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #495057;
}

/* Infrastructure grid spacing */
.e-grid[b-8zjxeuq6b8] {
    margin-top: 1.5rem;
}
/* /Pages/Admin/Infrastructure.razor.rz.scp.css */
/* Common styles for all infrastructure components */

/* Filter panel styling */
.filter-panel[b-nrhjqjh9cm] {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 0.375rem;
    border: 1px solid #dee2e6;
    margin-bottom: 1rem;
}

.filter-panel .form-label[b-nrhjqjh9cm] {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #495057;
}

/* Grid spacing */
.e-grid[b-nrhjqjh9cm] {
    margin-top: 1.5rem;
}

/* Loading spinner */
.loading-spinner[b-nrhjqjh9cm] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem;
    font-size: 1.2rem;
    color: #6c757d;
}

.loading-spinner .spinner-border[b-nrhjqjh9cm] {
    margin-right: 0.5rem;
}

/* Error message styling */
.error-message[b-nrhjqjh9cm] {
    background: #f8d7da;
    color: #721c24;
    padding: 1rem;
    border-radius: 0.375rem;
    border: 1px solid #f5c6cb;
    margin-bottom: 1rem;
}

/* Common state indicators */
.state-indicator[b-nrhjqjh9cm] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
}

.state-online-circle[b-nrhjqjh9cm] {
    background-color: #28a745;
}

.state-paused-circle[b-nrhjqjh9cm] {
    background-color: #ffc107;
}

.state-deleted-circle[b-nrhjqjh9cm] {
    background-color: #dc3545;
}

/* Connection string styling */
.connection-string[b-nrhjqjh9cm] {
    font-family: monospace;
    font-size: 0.9em;
    background: #f5f5f5;
    padding: 5px;
    border-radius: 3px;
    word-break: break-all;
}

/* Infrastructure title spacing */
h3[b-nrhjqjh9cm] {
    margin-bottom: 1.5rem;
}
/* /Pages/Admin/RegionsList.razor.rz.scp.css */
.region-grid[b-89p3wa5x1s] {
    margin: 20px 0;
}

.server-count-badge[b-89p3wa5x1s] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.375rem;
    background-color: #007bff;
    color: white;
}

.no-servers[b-89p3wa5x1s] {
    background-color: #6c757d;
}

/* Infrastructure grid spacing */
.e-grid[b-89p3wa5x1s] {
    margin-top: 1.5rem;
}
/* /Pages/Admin/ServersList.razor.rz.scp.css */
.server-state-indicator[b-n85t6jn74b] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
}

.server-online[b-n85t6jn74b] {
    background-color: #28a745;
}

.server-disabled[b-n85t6jn74b] {
    background-color: #dc3545;
}

.resources-bar[b-n85t6jn74b] {
    background: #e9ecef;
    border-radius: 4px;
    height: 18px;
    position: relative;
    overflow: hidden;
    margin: 2px 0;
}

.cores-bar[b-n85t6jn74b] {
    background: linear-gradient(90deg, #007bff, #6610f2);
    height: 100%;
}

.memory-bar[b-n85t6jn74b] {
    background: linear-gradient(90deg, #28a745, #20c997);
    height: 100%;
}

.cost-display[b-n85t6jn74b] {
    font-family: monospace;
    font-weight: bold;
}

.filter-panel[b-n85t6jn74b] {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 0.375rem;
    border: 1px solid #dee2e6;
    margin-bottom: 1rem;
}

.filter-panel .form-label[b-n85t6jn74b] {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #495057;
}

/* Infrastructure grid spacing */
.e-grid[b-n85t6jn74b] {
    margin-top: 1.5rem;
}
/* /Pages/Admin/SqlInstancesList.razor.rz.scp.css */
.debug-indicator[b-gujdx3lq3f] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
}

.instance-production[b-gujdx3lq3f] {
    background-color: #28a745;
}

.instance-debug[b-gujdx3lq3f] {
    background-color: #ffc107;
}

.capacity-bar[b-gujdx3lq3f] {
    background: #e9ecef;
    border-radius: 4px;
    height: 20px;
    position: relative;
    overflow: hidden;
}

.capacity-fill[b-gujdx3lq3f] {
    background: linear-gradient(90deg, #28a745, #ffc107, #dc3545);
    height: 100%;
    transition: width 0.3s ease;
}

.capacity-text[b-gujdx3lq3f] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8em;
    font-weight: bold;
    color: #495057;
}

.filter-panel[b-gujdx3lq3f] {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 0.375rem;
    border: 1px solid #dee2e6;
    margin-bottom: 1rem;
}

.filter-panel .form-label[b-gujdx3lq3f] {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #495057;
}

/* Infrastructure grid spacing */
.e-grid[b-gujdx3lq3f] {
    margin-top: 1.5rem;
}
/* /Pages/Algorithms/Algorithm.razor.rz.scp.css */
.ms-item[b-pqnkkmp17t] {
}

.ms-group[b-pqnkkmp17t] {
    font-size: smaller;
}

@media (max-width: 1300px) {
    .alg-orientation[b-pqnkkmp17t] {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .or-m[b-pqnkkmp17t] {
        margin-top: 24px;
    }
}

@media (min-width: 1301px) {
    .alg-orientation[b-pqnkkmp17t] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .or-m[b-pqnkkmp17t] {
        margin-left: 24px;
    }
}
/* /Pages/Common/EllyAnalyticsHeader.razor.rz.scp.css */
.header-elly[b-v74y198u7b] {
    border-bottom: 1px solid #E8E8E8;
    background: white;
    display: flex;
}

.header__logo[b-v74y198u7b] {
    color: #4f5ccd;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    text-decoration: none;
    padding: 20px 20px;
}
/* /Pages/Common/ProjectItem.razor.rz.scp.css */
.project-item[b-25i8fwhrsh] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    padding: 7px;
    font-size: 16px;
    font-weight: 500;
}

.project-item:hover[b-25i8fwhrsh] {
    background: #f7f7ff;
    border-color: #7c89fc;
}
/* /Pages/Dashboard/Dashboard.razor.rz.scp.css */
#dashbord-1[b-lkji20l1az] {
    margin-left: auto;
    margin-right: auto;
    min-height: 500px; /* Базовая минимальная высота для предотвращения схлопывания */
    transition: min-height 0.3s ease;
}

#dashbord-2[b-lkji20l1az] {
    margin-left: auto;
    margin-right: auto;
    min-height: 300px; /* Базовая минимальная высота для предотвращения схлопывания */
    transition: min-height 0.3s ease;
}

@media (max-width: 1280px) {
    #dashbord-2[b-lkji20l1az] {
        
        width: 795px;
    }
    
    #dashbord-1[b-lkji20l1az]{
        width: 795px;
        min-height: 400px;
    }
        #dashbord-1 .chart-media[b-lkji20l1az] {
            width: 584px !important;
        }
        #dashbord-1 .details-media[b-lkji20l1az] {
            width: 324px !important; 
        }
}

@media (min-width: 1281px) and (max-width:1600px ) {

    #dashbord-2[b-lkji20l1az] {
        width: 1135px;
    }
    #dashbord-1[b-lkji20l1az] {
        width: 1135px;
        min-height: 500px;
    }
        #dashbord-1 .chart-media[b-lkji20l1az] {
            width: 730px !important;
        }

        #dashbord-1 .details-media[b-lkji20l1az] {
            width: 405px !important;
        }
}

@media (min-width: 1601px) {
    #dashbord-2[b-lkji20l1az] {
        width: 1418px;
    }

    #dashbord-1[b-lkji20l1az] {
        width: 1418px;
        min-height: 600px;
    }
        #dashbord-1 .chart-media[b-lkji20l1az] {
            width: 912px !important;
        }

        #dashbord-1 .details-media[b-lkji20l1az] {
            width: 506px !important;
        }
}

/* Перенесенные стили из встроенного блока <style> */
.dashboard-container[b-lkji20l1az] {
    transition: min-height 0.3s ease;
}

.no-data-placeholder[b-lkji20l1az] {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #666;
    text-align: center;
    padding: 32px;
}
/* /Pages/Projects/Project.razor.rz.scp.css */
.project[b-8681t5ql8h] {
    width: 300px;
    height: 137px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.project-name[b-8681t5ql8h] {
    text-overflow: ellipsis;
    overflow: hidden;
}
/* /Pages/Projects/Projects.razor.rz.scp.css */
.project-add[b-jbkkr5ogw4] {
    width: 300px;
    height: 137px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    color: #969696;
}

.project-add svg[b-jbkkr5ogw4] {
    fill: #969696;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.project-add:hover[b-jbkkr5ogw4] {
    background: #E8E8E8;
    color: #585757;
}

.project-add:hover svg[b-jbkkr5ogw4] {
    fill: #585757;
}

.app[b-jbkkr5ogw4] {
    min-height: 90vh;
}

.no-projects-message[b-jbkkr5ogw4] {
    color: #CCCCCC;
    font-weight: 700;
    font-size: 2rem;
    padding: 20px 20px;
}
/* /Pages/Projects/UiProjectUsers.razor.rz.scp.css */
.e-btn[b-dkf1ie7z3o] {
    padding: 0 15px 0 15px;
    height: 35px;
} 
/* /Pages/Sources/AddMicroserviceProfile.razor.rz.scp.css */
.e-grid[b-87784uzy8w] {
    border-left: 1px solid #DEE2E6;
    border-right: 1px solid #DEE2E6;
}

.e-table[b-87784uzy8w] {
    border: 0;
}

.ms-item[b-87784uzy8w] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    width: auto;
}

.ms-group[b-87784uzy8w] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: auto;
    font-size: smaller;
} 
/* /Pages/Sources/Sources.razor.rz.scp.css */
.icon-container[b-zcaorzyhd7] {
    width: 24px;
} 
/* /Shared/NavLayout.razor.rz.scp.css */
.page[b-17ujigm4jj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-17ujigm4jj] {
    background: #F7F7F7;
    flex: 1;
}


.hideItem[b-17ujigm4jj] {
    visibility: collapse;
}

.showItem[b-17ujigm4jj] {
    visibility: visible;
}

@media (max-width: 640.98px) {
    .hideItem[b-17ujigm4jj] {
        visibility: collapse;
    }
    .showItem[b-17ujigm4jj] {
        visibility: collapse;
    }

    .top-row[b-17ujigm4jj] {
        /*padding-left: 2rem !important;*/
        padding-right: 1.5rem !important;
    }

    .page[b-17ujigm4jj] {
        flex-direction: row;
        background: #F7F7F7;
    }
}

@media (min-width: 641px) {
    .page[b-17ujigm4jj] {
        flex-direction: row;
        background: #F7F7F7;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.menu-item[b-xpyxd9hvhf] {
    overflow: hidden;
    max-width: 130px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.menu-item-min[b-xpyxd9hvhf] {
    visibility: collapse;
}

.navbar-toggler[b-xpyxd9hvhf] {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    box-shadow: none;
    margin-top: -0.7rem;
}

.navbar-toggler-icon[b-xpyxd9hvhf] {
    width: 1.3em;
    height: 1.3em
}

.scrollable-menu[b-xpyxd9hvhf] {
    height: auto;
    max-height: 90vh;
    overflow-x: hidden;
}

.navbar-hider[b-xpyxd9hvhf] {
    display: none;
    fill: #969696;
    background-color: #F7F7F7;
    border-radius: 8px 0px 0px 8px;
    cursor: pointer;
}

.hideItem[b-xpyxd9hvhf] {
    visibility: collapse;
}

.showItem[b-xpyxd9hvhf] {
    visibility: visible;
}

.hideMenuItem[b-xpyxd9hvhf] {
    display: none;
}

.showMenuItem[b-xpyxd9hvhf] {
    display: block;
}

.navbar-brand[b-xpyxd9hvhf] {
    font-size: 1.3rem;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.oi[b-xpyxd9hvhf] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-xpyxd9hvhf] {
    font-size: 1rem;
    font-weight: 500;
    font-style: normal;
    padding-bottom: 0.5rem;
}

    .nav-item svg[b-xpyxd9hvhf] {
        fill: #969696;
        margin-right: 5%;
    }

    .nav-item:first-of-type[b-xpyxd9hvhf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-xpyxd9hvhf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-xpyxd9hvhf]  a {
        color: #585757;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-xpyxd9hvhf]  a.active {
            background-color: #F7F7FF;
            color: #1C1C1C;
        }

            .nav-item[b-xpyxd9hvhf]  a.active svg {
                fill: #4F5CCD;
            }

        .nav-item[b-xpyxd9hvhf]  a:hover {
            background-color: #F7F7FF;
        }


@media (min-width: 641px) {
    .navbar-toggler[b-xpyxd9hvhf] {
        display: none;
    }

    .navbar-hider[b-xpyxd9hvhf] {
        display: unset;
    }

    .collapse[b-xpyxd9hvhf] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        padding: 0 12px 0 12px;
        overflow: hidden;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
}

@media (max-width: 640.98px) {
    .collapse:not(.show)[b-xpyxd9hvhf] {
        display: unset;
    }

    .nav-bar[b-xpyxd9hvhf] {
        width: 80px;
        min-width: 80px;
        border-right: 1px solid #E8E8E8;
        padding-top: 26px;
        padding-bottom: 24px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        background-color: white;
    }

    .nav-bar__button-min[b-xpyxd9hvhf] {
        visibility: collapse;
    }

    .nav-bar__button[b-xpyxd9hvhf] {
        visibility: collapse;
    }

    .nav-bar__project-select a[b-xpyxd9hvhf] {
        overflow: hidden;
        position: relative;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        max-width: 20px;
        text-overflow: clip;
        white-space: nowrap;
    }
}
/* /Shared/ProjectDatabaseSelector.razor.rz.scp.css */
.project-database-selector[b-s8822z6e3z] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* Project as heading style */
.project-heading-row[b-s8822z6e3z] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.project-name[b-s8822z6e3z] {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.project-name:hover[b-s8822z6e3z] {
    text-decoration: underline;
}

/* Compact database row */
.database-compact-row[b-s8822z6e3z] {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
}

.database-prefix[b-s8822z6e3z] {
    color: #666;
    font-weight: 500;
}

.database-name[b-s8822z6e3z] {
    color: #333;
    cursor: pointer;
}

.database-name:hover[b-s8822z6e3z] {
    text-decoration: underline;
}

/* Dropdown styling */
.dropdown[b-s8822z6e3z] {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.dropdown.link-icon[b-s8822z6e3z] {
    cursor: pointer;
}

.dropdown-menu[b-s8822z6e3z] {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 4px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 1000;
    min-width: 230px;
    max-width: 400px;
}

.dropdown-menu.dropdown-active[b-s8822z6e3z] {
    display: block;
}

.w-230[b-s8822z6e3z] {
    min-width: 230px;
    width: auto;
}

.nav-base[b-s8822z6e3z] {
    padding: 4px 0;
}

.scrollable-menu[b-s8822z6e3z] {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.project-item[b-s8822z6e3z] {
    padding: 8px 12px;
    cursor: pointer;
    transition: background-color 0.2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-item:hover[b-s8822z6e3z] {
    background-color: #f5f5f5;
}
