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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-92mpxqrjxg], article[b-92mpxqrjxg] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-u3gof173ec] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-u3gof173ec] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-u3gof173ec] {
    font-size: 1.1rem;
}

.bi[b-u3gof173ec] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
/*    height: 1.25rem;*/
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}



.bi-list-nested[b-u3gof173ec] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-u3gof173ec] {
    font-size: 1rem;
    padding-bottom: 0.5rem;
}

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

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

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

.nav-item[b-u3gof173ec]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-u3gof173ec]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

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

    .collapse[b-u3gof173ec] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-u3gof173ec] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

.nav-separator[b-u3gof173ec] {
    margin: 0.5rem 1rem;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0.5;
}
/* /Components/Pages/Components/DiffOutput.razor.rz.scp.css */
/* General Styles */
.line-numbers[b-yy1zuhtwey] {
    counter-reset: line-number;
    font-family: 'Courier New', monospace;
    background-color: var(--background-color);
    border: 1px solid var(--border-color);
    padding: 10px;
    line-height: 1;
    margin: 0;
}

    .line-numbers code > span[b-yy1zuhtwey] {
        display: block;
        margin: 0;
        padding: 0;
    }

        .line-numbers code > span[b-yy1zuhtwey]:before {
            display: inline-block;
            width: 30px;
            margin-right: 10px;
            text-align: right;
            color: lightgrey;
            font-weight: bold;
        }

.line-number-man[b-yy1zuhtwey] {
    color: lightgrey;
}

/* Background and Text Colors */
.row-changed[b-yy1zuhtwey] {
    background-color: lightgoldenrodyellow;
    color: black;
}

.row-missing[b-yy1zuhtwey] {
    background-color: lightcoral;
    color: white;
}

.row-new[b-yy1zuhtwey] {
    background-color: lightgreen;
    color: black;
}

.row-imaginary[b-yy1zuhtwey] {
    background-color: lightgray;
    color: black;
}

/* Special Text Styles */
.row-changed .text-warning[b-yy1zuhtwey],
.row-changed-changed-text[b-yy1zuhtwey] {
    color: darkorange;
}

.row-changed-added-text[b-yy1zuhtwey] {
    color: darkgreen;
}

.row-changed-removed-text[b-yy1zuhtwey] {
    color: darkred;
}

.block-span[b-yy1zuhtwey] {
    display: block;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Hero Section */
.hero-section[b-jfvzo6cpzf] {
    padding: 100px 0;
}

/* About Section */
.about-section[b-jfvzo6cpzf] {
    padding: 50px 0;
}

/* Features Section */
.features-section[b-jfvzo6cpzf] {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.features-section h3[b-jfvzo6cpzf] {
    margin-top: 20px;
}

.features-section p[b-jfvzo6cpzf] {
    margin-top: 10px;
}
/* /Components/Pages/OutputAndCopyToClipboard.razor.rz.scp.css */
.monospace-font[b-trwiobtrgn] {
    font-family: 'Consolas', 'Courier New', 'Lucida Console', 'Monaco', monospace;
}

.textarea[b-trwiobtrgn] {
    overflow: hidden;
    resize: none; /* Prevent manual resizing */
    min-height: 6em; /* Set a more appropriate minimum height */
    box-sizing: border-box; /* Include padding in the height calculation */
    padding: 10px; /* Add padding for better appearance */
    font-size: 1rem; /* Set a readable font size */
    border: 1px solid var(--border-color); /* Subtle border color */
    border-radius: 4px; /* Add border radius for smoother edges */
}

.button[b-trwiobtrgn] {
    padding: 10px 20px;
    background-color: var(--success-color); /* Green color for success */
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem; /* Set a readable font size */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}

.button:hover[b-trwiobtrgn] {
    background-color: var(--success-color-dark); /* Slightly darker green on hover */
}

.text-success[b-trwiobtrgn] {
    color: var(--success-color); /* Green color for success */
    font-weight: bold; /* Make the text bold for better visibility */
    margin-top: 10px; /* Add margin to separate from other elements */
}
/* /Components/Pages/SqlFormatter.razor.rz.scp.css */
.auto-expand[b-ch4dccn14u] {
    min-height: 50px;
    max-height: 200px; /* Max height before scroll */
    overflow-y: auto; /* Add scroll if text exceeds max-height */
    resize: none; /* Disable manual resize */
    border: 1px solid var(--border-color); /* Subtle border color */
    padding: 10px; /* Add padding for better appearance */
    font-size: 1rem; /* Set a readable font size */
    border-radius: 4px; /* Add border radius for smoother edges */
}
