/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-n3531sd210] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-n3531sd210] {
    flex: 1;
    position: absolute;
    width: 100%;
}

main[b-n3531sd210] {
    flex: 1;
}

.top-row[b-n3531sd210] {
    height: 3.5rem;
    background-color: #f3ebff;
    border-bottom: 1px solid #d6d5d5;
    display: flex;
    align-items: center;
    z-index: 9;
}

    .top-row[b-n3531sd210]  a, .top-row .btn-link[b-n3531sd210] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    /* Top bar auth buttons: matching .btn-primary-lingodub */
    .top-row[b-n3531sd210]  .mdc-button.top-bar-btn {
        background: #6600ff !important;
        color: #fff !important;
        border: none !important;
        border-radius: 8px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        padding: 9px 22px;
        height: auto;
        min-width: auto;
    }

    .top-row[b-n3531sd210]  .mdc-button.top-bar-btn:hover {
        background: #944dff !important;
    }

    /* My Account link styled as a button */
    .top-row[b-n3531sd210]  .top-bar-link {
        background: #6600ff;
        color: #fff;
        border-radius: 8px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        padding: 9px 22px;
        text-decoration: none;
        vertical-align: middle;
        display: inline-block;
        transition: background 0.2s;
    }

    .top-row[b-n3531sd210]  .top-bar-link:hover {
        background: #944dff;
        color: #fff;
        text-decoration: none;
    }

    .top-row a:first-child[b-n3531sd210] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 767.98px) {
    .top-row:not(.auth)[b-n3531sd210] {
        display: none;
    }

    .top-row.auth[b-n3531sd210] {
        justify-content: space-between;
    }

    .top-row a[b-n3531sd210], .top-row .btn-link[b-n3531sd210] {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .page[b-n3531sd210] {
        flex-direction: row;
    }

    .top-row[b-n3531sd210] {
        position: sticky;
        top: 0;
        z-index: 9;
    }

    .top-row.auth[b-n3531sd210]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-n3531sd210], article[b-n3531sd210] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .main > div[b-n3531sd210] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-n3531sd210] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-n3531sd210] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */

.top-row[b-0buoydenig] {
    height: 3.5rem;
    background-color: #f3ebff;
    border-bottom: 1px solid #d6d5d5;
    display: flex;
    align-items: center;
    z-index: 11;
}

.sidebar[b-0buoydenig] {
    background-image: linear-gradient(180deg, #1a003f 0%, #3c0292 70%);
    z-index: 3;
}

.navbar-toggler[b-0buoydenig] {
    /*appearance: none;*/
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: sticky; /* absolute */
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-image: linear-gradient(180deg, #1a003f 0%, #3c0292 70%);
    z-index: 12;
}

    .navbar-toggler:checked[b-0buoydenig] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.navbar-brand[b-0buoydenig] {
    font-size: 1.1rem;
}

.oi[b-0buoydenig] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-0buoydenig] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0buoydenig] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0buoydenig] {
        padding-bottom: 1rem;
    }

    .nav-item[b-0buoydenig]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-0buoydenig]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-0buoydenig]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

/*.nav-scrollable {
    display: none;
}*/

.navbar-toggler:checked ~ .nav-scrollable[b-0buoydenig] {
    display: block;
}

@media (min-width: 768px) {

    .sidebar[b-0buoydenig] {
        width: 250px;
        height: 100vh;
        position: fixed; /* absolute */
        top: 3.5rem;
        left: 0rem;
        z-index: 12;
    }

    .collapse[b-0buoydenig] {
        /* Never collapse the sidebar for wide screens */
        /*display: block;*/
        display: none;
    }

    .nav-scrollable[b-0buoydenig] {
        /* Allow sidebar to scroll for tall menus */
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }

    .navbar-toggler[b-0buoydenig] {
        display: block;
        position: fixed;
        left: 1rem;
    }

        .navbar-toggler:checked ~ .sidebar[b-0buoydenig] {
            width: 0px;
            height: 0vh;
        }
}
/* /Components/Pages/TranslatedContentPage.razor.rz.scp.css */
/* Make the table responsive */
.table[b-ge2kbkf80i] {
    width: 100%; /* Ensure the table fits the screen width */
    /*table-layout: fixed;*/ /* Prevent columns from expanding beyond the screen width */
    word-wrap: break-word; /* Allow words to break within cells */
    border-collapse: collapse; /* Ensure borders are clean */
}

    .table th[b-ge2kbkf80i], .table td[b-ge2kbkf80i] {
        padding: 10px; /* Add padding for better readability */
        text-align: left; /* Align text to the left */
        word-wrap: break-word; /* Allow long words to break */
        overflow-wrap: break-word; /* Ensure long words wrap */
        white-space: normal; /* Allow text to wrap onto new lines */
    }

    .table th[b-ge2kbkf80i] {
        background-color: #f4f4f4; /* Add a background color for headers */
        font-weight: bold;
        text-align: center; /* Center content horizontally */
        vertical-align: middle; /* Center content vertically */
    }

    .table td[b-ge2kbkf80i] {
        border: 1px solid #ddd; /* Add borders for better structure */
        text-align: center; /* Center content horizontally */
        vertical-align: middle; /* Center content vertically */
    }

        .table td input[type="submit"][b-ge2kbkf80i] {
            display: inline-block; /* Ensure buttons are treated as inline-block elements */
            margin: 0 auto; /* Center the button horizontally */
        }
/* Set a minimum width for the "Path" column in desktop mode */
@media (min-width: 768px) {
    .table th:nth-child(2)[b-ge2kbkf80i], /* Target the "Path" column header */
    .table td:nth-child(2)[b-ge2kbkf80i] { /* Target the "Path" column cells */
        min-width: 500px !important; /* Set the minimum width */
        word-wrap: break-word; /* Allow long words to break */
        overflow-wrap: break-word; /* Ensure long words wrap */
        white-space: normal; /* Allow text to wrap onto new lines */
    }
}

/* Add horizontal scrolling for smaller screens */
@media (max-width: 1200px) {
    .table[b-ge2kbkf80i] {
        display: block; /* Make the table scrollable */
        overflow-x: auto; /* Enable horizontal scrolling */
        white-space: nowrap; /* Prevent wrapping of the entire table */
    }

        .table td[b-ge2kbkf80i] {
            white-space: normal; /* Allow text to wrap within cells */
        }
}
/* /Components/Shared/SearchableSelect.razor.rz.scp.css */
.ld-searchable-select[b-fal0eyett9] {
    position: relative;
    width: 100%;
}

.ld-searchable-select-toggle[b-fal0eyett9] {
    width: 100%;
    text-align: left;
    border: 1.5px solid rgba(0, 245, 255, 0.3);
    border-radius: 8px;
    background: #1a0040;
    color: #fff;
    padding: 7px 12px;
    min-height: 38px;
    font-size: 0.85rem;
    cursor: pointer;
    outline: none;
}

.ld-searchable-select-toggle:hover[b-fal0eyett9] {
    border-color: rgba(0, 245, 255, 0.4);
}

.ld-searchable-select-toggle:focus[b-fal0eyett9] {
    border-color: #00f5ff;
}

.ld-searchable-select-panel[b-fal0eyett9] {
    position: absolute;
    z-index: 1000;
    width: 100%;
    margin-top: 0.25rem;
    border: 1.5px solid rgba(0, 245, 255, 0.3);
    border-radius: 8px;
    background: #1a0040;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4);
}

.ld-searchable-select-search[b-fal0eyett9] {
    width: 100%;
    border: none;
    border-bottom: 1.5px solid rgba(0, 245, 255, 0.2);
    background: transparent;
    color: #fff;
    padding: 0.5rem 0.75rem;
    outline: none;
    font-size: 0.85rem;
}

.ld-searchable-select-search[b-fal0eyett9]::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.ld-searchable-select-options[b-fal0eyett9] {
    max-height: 260px;
    overflow-y: auto;
}

.ld-searchable-select-option[b-fal0eyett9] {
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
    color: #fff;
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
    cursor: pointer;
}

.ld-searchable-select-option:hover[b-fal0eyett9],
.ld-searchable-select-option.selected[b-fal0eyett9] {
    background: #2d0068;
    color: #00f5ff;
}

.ld-searchable-select-empty[b-fal0eyett9] {
    padding: 0.5rem 0.75rem;
    color: rgba(255, 255, 255, 0.45);
    font-style: italic;
    font-size: 0.85rem;
}
