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

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-pklcy49tby] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #EEEEEE;
    overflow-x:hidden;
}

main[b-pklcy49tby] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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


.avatar[b-pklcy49tby] {
    height: 40px !important;
    width: 40px !important;
    border-radius: 50%;
    flex-shrink: 0;
    // Makes `<img>` tags behave like `background-size: cover`. Not supported // in IE, but we're using it as a progressive enhancement. object-fit: cover;
}

.avatar-title[b-pklcy49tby] {
    margin: 10px;
}

.custom-label[b-pklcy49tby] {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.dropdown-signoutmenu[b-pklcy49tby] {
    position: absolute;
    top: 100%;
    right: 143px;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    transition: opacity 0.2s ease;
    opacity: 1;
    z-index: 1000;
}

.dropdown-signoutmenu MatButton[b-pklcy49tby] {
        display: block;
        width: 100%;
        padding: 8px 10px;
        text-align: left;
}
/* /Pages/ModelBrowser.razor.rz.scp.css */
.table-container[b-l9kon13jjx] {
    height: 100%;
}

.mdc-card[b-l9kon13jjx] {
    box-shadow: none !important;
}

.mdc-table--striped[b-l9kon13jjx] {
    table-layout: fixed !important;
}

    .mdc-table--striped > thead[b-l9kon13jjx] {
        width: 100% !important;
    }

.mat-header-cell[b-l9kon13jjx] {
    text-align: left;
    font-weight: bold !important;
    border: none !important;
    width: 175px;
    font-size: 14px;
    padding: 0px 0px 0px 14px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.mdc-table-header-row[b-l9kon13jjx] {
    border-bottom: 1px solid transparent !important;
    border-top: 1px solid transparent !important;
    cursor: pointer !important;
}

.mat-mdc-cell[b-l9kon13jjx] {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent !important;
    cursor: pointer;
    font-size: 14px;
    padding: 0px 0px 0px 14px !important;
}

.mat-mdc-row:hover .mat-mdc-cell[b-l9kon13jjx] {
    border-color: currentColor;
}

.image-container[b-l9kon13jjx] {
    display: flex;
    align-items: center;
}

.rounded-image[b-l9kon13jjx] {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.urlsymbol[b-l9kon13jjx] {
    content: 
}
/* /Pages/QuestionManager.razor.rz.scp.css */
.mdc-list-item[b-po5d6qdwqz] {
    background: #EEEEEE !important;
}
/* /Pages/Reports.razor.rz.scp.css */
.container[b-87gpr0dmoj] {
    width: 95%;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    color: #333;
    padding: 40px 20px 20px 20px;
    background-color: #f2f4f8;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.container h2[b-87gpr0dmoj] {
        text-align: center;
        color: #333;
        font-weight: 600;
        margin-bottom: 20px;
    }

.single-panel[b-87gpr0dmoj] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.chart-section[b-87gpr0dmoj] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#chart[b-87gpr0dmoj] {
    width: 100%;
    max-width: 600px;
}

.project-list[b-87gpr0dmoj] {
    flex: 1;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    min-width: 220px;
    max-width: 300px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.project-list h4[b-87gpr0dmoj] {
        color: #555;
        font-weight: bold;
        text-align: center;
        margin-bottom: 15px;
    }

.project-list ul[b-87gpr0dmoj] {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .project-list li[b-87gpr0dmoj] {
        background-color: #ffffff;
        border: 1px solid #ddd;
        border-radius: 4px;
        margin: 5px 0;
        padding: 8px 12px;
        font-size: 0.95em;
        text-align: center;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        transition: box-shadow 0.3s ease;
        text-align: left !important;
    }
.project-list li:hover[b-87gpr0dmoj] {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
/* /Pages/VerifyList.razor.rz.scp.css */
.table-container[b-kvlio92g2k] {
    height: 100%;
}

.mdc-card[b-kvlio92g2k] {
    box-shadow: none !important;
}

.mdc-table--striped[b-kvlio92g2k] {
    table-layout: fixed !important;
}

    .mdc-table--striped > thead[b-kvlio92g2k] {
        width: 100% !important;
    }

.mat-header-cell[b-kvlio92g2k] {
    text-align: left;
    font-weight: bold !important;
    border: none !important;
    width: 14% !important;
    font-size: 14px;
    padding: 0px 0px 0px 14px !important;
}

.mdc-table-header-row[b-kvlio92g2k] {
    border-bottom: none !important;
    border-top: 1px solid transparent !important;
    cursor: pointer !important;
}

.mat-mdc-cell[b-kvlio92g2k] {
    border-right: 1px solid transparent !important;
    cursor: pointer;
    font-size: 14px;
    padding: 0px 0px 0px 14px !important;
    border-bottom: none !important;
}

.mdc-table-row:hover .mat-mdc-cell[b-kvlio92g2k] {
    border-top: solid 1px #000 !important;
    border-bottom: solid 1px #000 !important;
    border-left: none !important;
    border-right: none !important;
    background-color: #fff !important;
}

.image-container[b-kvlio92g2k] {
    display: flex;
    align-items: center;
}

.rounded-image[b-kvlio92g2k] {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
