@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Components/DocumentMessageNotification.razor.rz.scp.css */
.notification-container[b-t5q5a5fgxa] {
    position: fixed;
    top: 200px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: none;
}

.notification[b-t5q5a5fgxa] {
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    color: white;
    pointer-events: auto;
    font-weight: 500;
}

/* Severity Styles */
.severity-trace[b-t5q5a5fgxa] {
    background-color: #888888;
}

.severity-debug[b-t5q5a5fgxa] {
    background-color: #5555aa;
}

.severity-info[b-t5q5a5fgxa] {
    background-color: #2196f3;
}

.severity-warn[b-t5q5a5fgxa] {
    background-color: #ff9800;
}

.severity-error[b-t5q5a5fgxa] {
    background-color: #f44336;
}

.severity-fatal[b-t5q5a5fgxa] {
    background-color: #b71c1c;
}
/* /Components/ModelSelector.razor.rz.scp.css */
.model-flex[b-wrw5drq4g1] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1rem;
    width: 100%;
    justify-content: flex-start; /* Aligns cards from left to right */
}

.model-card[b-wrw5drq4g1] {
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    width: 180px; /* Fixed width to keep cards aligned horizontally */
    flex-shrink: 0;
}

    .model-card:hover[b-wrw5drq4g1] {
        transform: scale(1.03);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

.svg-container[b-wrw5drq4g1] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    position: relative;
}

.svg-wrapper[b-wrw5drq4g1] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    object-fit: contain;
}

    .svg-wrapper svg[b-wrw5drq4g1] {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-3x31u33yil] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3x31u33yil] {
    flex: 1;
}

.sidebar[b-3x31u33yil] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3x31u33yil] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: 100px;
    display: flex;
    align-items: center;
}

    .top-row[b-3x31u33yil]  a, .top-row[b-3x31u33yil]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-3x31u33yil]  a:hover, .top-row[b-3x31u33yil]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-3x31u33yil]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-3x31u33yil] {
        justify-content: space-between;
    }

    .top-row[b-3x31u33yil]  a, .top-row[b-3x31u33yil]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3x31u33yil] {
        flex-direction: row;
    }

    .sidebar[b-3x31u33yil] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3x31u33yil] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3x31u33yil]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3x31u33yil], article[b-3x31u33yil] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.red-text[b-3x31u33yil] {
    color: red;
}

.logo[b-3x31u33yil] {
    max-height: 80px;
    height: auto;
    width: auto;
    max-width: 100%; /* Important for responsiveness */
    display: block;
}

@media (max-width: 600px) {
    .logo[b-3x31u33yil] {
        max-height: 50px;
        max-width: 100px;
    }
}
