@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* _content/LruRag/Components/CustomComponents/ToggleSwitch.razor.rz.scp.css */
input[b-zm18bwxa5q] {
	position: relative;
	height: 24px;
	width: 48px;
	-webkit-appearance: none;
	background: gray;
	outline: none;
	border-radius: 15px;
}

input[b-zm18bwxa5q]:before {
	cursor: pointer;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	transform: scale(0.85);
	border-radius: 50%;
	background: white;
	transition: .5s;
}

input:checked[b-zm18bwxa5q]:before {
	left: 24px;
}

input:checked[b-zm18bwxa5q] {
	background: green;
}
/* _content/LruRag/Components/Layout/MainLayout.razor.rz.scp.css */
main[b-k1ujz82zgt] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-k1ujz82zgt] {
    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-k1ujz82zgt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/LruRag/Components/Pages/ModelAndPrompt/Components/ConstantsList.razor.rz.scp.css */
.constant-value-preview[b-9ucxnu53xb] {
    white-space: pre-wrap;
    word-break: break-word;
    max-height: 80px;
    overflow: hidden;
}
/* _content/LruRag/Components/Pages/Sources/Modals/SourceModal.razor.rz.scp.css */
div[disabled][b-hgdrqy3958] {
    pointer-events: none;
    opacity: 0.7;
}
/* _content/LruRag/Components/Pages/Sources/Sources.razor.rz.scp.css */
td:not(.td-dropdown)[b-q6ge63jinr] {
    max-width: 175px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.source-disabled td[b-q6ge63jinr] {
    color: #6c757d !important;
    opacity: 0.7;
}

/* Apply styling to the entire row */
tr.source-disabled[b-q6ge63jinr] {
    background-color: #f8f9fa;
}
