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

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-um3sph4gwv], article[b-um3sph4gwv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* Add this style for the logo image */
.logo-image[b-4l4lq78xl5] {
    height: 30px;
    max-width: 100%;
    vertical-align: middle;
}

.navbar-toggler[b-4l4lq78xl5] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-4l4lq78xl5] {
    min-height: 3.5rem;
    background-color: var(--menu-primary); /* Use CSS variable */
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.navbar-brand[b-4l4lq78xl5] {
    font-size: 1.1rem;
    color: white;
}

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

.bi-house-door-fill-nav-menu[b-4l4lq78xl5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-4l4lq78xl5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-4l4lq78xl5] {
    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-4l4lq78xl5] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

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

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

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

[b-4l4lq78xl5] .rz-panel-menu {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

[b-4l4lq78xl5] .rz-navigation-item-link {
    background-color: transparent !important;
    color: var(--menu-text) !important;
    transition: all 0.2s ease !important;
    border-radius: 4px !important;
    margin: 2px 8px !important;
}

[b-4l4lq78xl5] .rz-navigation-item-link:hover {
    color: var(--menu-text-active) !important;
    background-color: var(--menu-hover) !important;
}

[b-4l4lq78xl5] .rz-navigation-item-wrapper-active .rz-navigation-item-link {
    color: var(--menu-text-active) !important;
    background-color: var(--menu-active) !important;
}

/* Add some spacing between menu items */
[b-4l4lq78xl5] .rz-navigation-item {
    margin: 2px 0;
    border: none !important;
    background-color: transparent !important;
}

/* Style for the submenu items */
[b-4l4lq78xl5] .rz-navigation-menu .rz-navigation-item-link {
    padding-left: 2.5rem !important;
    color: var(--menu-text) !important;
    background-color: var(--menu-button-bg) !important;
    margin: 2px 5px !important;
    border-radius: 4px !important;
}

[b-4l4lq78xl5] .rz-navigation-menu .rz-navigation-item-link:hover {
    color: var(--menu-text-active) !important;
    background-color: var(--menu-button-hover-bg) !important;
}

[b-4l4lq78xl5] .rz-navigation-menu .rz-navigation-item-wrapper-active .rz-navigation-item-link {
    color: var(--menu-text-active) !important;
    background-color: var(--menu-button-active-bg) !important;
}

[b-4l4lq78xl5] .rz-navigation-menu {
    margin-left: 10px !important;
    padding: 5px 0 !important;
    border-left: 2px solid var(--menu-active) !important;
}

.nav-scrollable[b-4l4lq78xl5] {
    /* Allow sidebar to scroll for tall menus */
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
    background-color: var(--menu-dark) !important;
    border-right: 1px solid rgba(0,0,0,.1);
}

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

    .collapse[b-4l4lq78xl5] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-4l4lq78xl5] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}


/* Globale CSS-variabler - disse opdateres via JavaScript */
:root[b-4l4lq78xl5] {
    --menu-primary: #1976d2;       /* Standard bl� hvis ingen tema er sat */
    --menu-dark: #145ea8;          /* M�rkere version */
    --menu-hover: rgba(255,255,255,0.1);
    --menu-active: rgba(255,255,255,0.2);
    --menu-text: rgba(255,255,255,0.8);
    --menu-text-active: white;
}

/* Hovedpanel styling */
[b-4l4lq78xl5] .rz-panel-menu {
    background-color: var(--menu-dark) !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* Alle menupunkter - ogs� dynamisk tilf�jede */
[b-4l4lq78xl5] .rz-navigation-item {
    background-color: transparent !important;
    margin: 2px 0;
    border: none !important;
}

/* Alle links i menuen - ogs� dynamisk tilf�jede */
[b-4l4lq78xl5] .rz-navigation-item-link {
    background-color: transparent !important;
    color: var(--menu-text) !important;
    transition: all 0.2s ease !important;
    border-radius: 4px !important;
    margin: 2px 8px !important;
}

/* Hover effekt - virker ogs� p� nye elementer */
[b-4l4lq78xl5] .rz-navigation-item-link:hover {
    background-color: var(--menu-hover) !important;
    color: var(--menu-text-active) !important;
}

/* Aktive menupunkter - virker ogs� p� nye elementer */
[b-4l4lq78xl5] .rz-navigation-item-wrapper-active .rz-navigation-item-link {
    background-color: var(--menu-active) !important;
    color: var(--menu-text-active) !important;
}

/* Undermenuer - virker ogs� p� nye elementer */
[b-4l4lq78xl5] .rz-navigation-menu {
    background-color: var(--menu-dark) !important;
    border: none !important;
    padding: 0 !important;
    color: var(--menu-text) !important;
}

/* Submitems - ogs� dynamisk tilf�jede */
[b-4l4lq78xl5] .rz-navigation-menu .rz-navigation-item-link {
    padding-left: 2.5rem !important;
    color: var(--menu-text) !important;
    background-color: var(--menu-button-bg) !important;
    margin: 2px 5px !important;
    border-radius: 4px !important;
}

[b-4l4lq78xl5] .rz-navigation-menu .rz-navigation-item-link:hover {
    color: var(--menu-text-active) !important;
    background-color: var(--menu-button-hover-bg) !important;
}

[b-4l4lq78xl5] .rz-navigation-menu .rz-navigation-item-wrapper-active .rz-navigation-item-link {
    color: var(--menu-text-active) !important;
    background-color: var(--menu-button-active-bg) !important;
}

/* Ikoner i menuen */
[b-4l4lq78xl5] .rz-navigation-item-icon {
    color: var(--menu-text) !important;
}

[b-4l4lq78xl5] .rz-navigation-item-wrapper:hover .rz-navigation-item-icon {
    color: var(--menu-text-active) !important;
}

[b-4l4lq78xl5] .rz-navigation-menu {
    margin-left: 10px !important;
    padding: 5px 0 !important;
    border-left: 2px solid var(--menu-active) !important;
}

[b-4l4lq78xl5] .rz-navigation-item > .rz-navigation-item-link {
    transition: all 0.2s ease !important;
}
/* /Pages/ImportPages/CreateFanfiction.razor.rz.scp.css */
.description[b-27rzu40ukn] {
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 5px;
    margin-bottom: 15px;
}

.badges[b-27rzu40ukn] {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
}
/* /Pages/ImportPages/CreateGoogleBooks.razor.rz.scp.css */
.books-grid[b-0cjrnwv6y5] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.book-card[b-0cjrnwv6y5] {
    height: 100%;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

    .book-card.selected[b-0cjrnwv6y5] {
        border-color: var(--rz-primary);
        box-shadow: 0 0 0 1px var(--rz-primary);
    }

    .book-card.added[b-0cjrnwv6y5] {
        opacity: 0.7;
    }

.book-cover[b-0cjrnwv6y5] {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

    .book-cover img[b-0cjrnwv6y5] {
        max-height: 200px;
        max-width: 100%;
        object-fit: contain;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

.no-cover[b-0cjrnwv6y5] {
    height: 200px;
    width: 140px;
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 0.9rem;
    text-align: center;
    border-radius: 4px;
}

    .no-cover :deep(.rz-icon)[b-0cjrnwv6y5] {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }

.book-info[b-0cjrnwv6y5] {
    margin-bottom: 1rem;
}

.book-title[b-0cjrnwv6y5] {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.book-author[b-0cjrnwv6y5] {
    color: #6c757d;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.book-year[b-0cjrnwv6y5] {
    color: #6c757d;
    font-size: 0.8rem;
    margin-bottom: 0;
}

.book-actions[b-0cjrnwv6y5] {
    margin-top: auto;
    padding-top: 1rem;
}

.book-btn[b-0cjrnwv6y5] {
    width: 100%;
    margin-bottom: 0.5rem;
}
/* /Pages/ImportPages/CreateOtherBooks.razor.rz.scp.css */
/* Page layout */
.page-header[b-c8qm82yrt9] {
    margin-bottom: 2rem;
    text-align: center;
    animation: fadeIn-b-c8qm82yrt9 0.8s ease-in-out;
}

@keyframes fadeIn-b-c8qm82yrt9 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.page-header h1[b-c8qm82yrt9] {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--library-theme-color);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.subtitle[b-c8qm82yrt9] {
    font-size: 1.1rem;
    color: var(--rz-text-secondary-color);
    margin-bottom: 1.5rem;
}

/* Card styling */
.book-form-card[b-c8qm82yrt9] {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    background-color: var(--rz-card-background-color, white);
    padding: 2rem;
    position: relative;
    overflow: hidden;
    border-top: 4px solid var(--library-theme-color);
    animation: slideUp-b-c8qm82yrt9 0.5s ease-out;
}

@keyframes slideUp-b-c8qm82yrt9 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Form styling */
[b-c8qm82yrt9] fieldset {
    border: none;
    padding: 0;
}

    [b-c8qm82yrt9] fieldset legend {
        font-size: 1.5rem;
        font-weight: 500;
        color: var(--library-theme-color);
        margin-bottom: 1.8rem;
        position: relative;
        padding-bottom: 0.5rem;
    }

        [b-c8qm82yrt9] fieldset legend:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 3px;
            background-color: var(--library-theme-color);
        }

.form-group[b-c8qm82yrt9] {
    margin-bottom: 1.5rem;
}

/* Only color the icon with theme color */
[b-c8qm82yrt9] .rz-form-field-start .rz-icon {
    color: var(--library-theme-color);
}

/* Only these minimal styles for the form fields to use theme color */
[b-c8qm82yrt9] .rz-form-field-outlined {
    border-color: var(--library-theme-color) !important;
}

    [b-c8qm82yrt9] .rz-form-field-outlined:focus-within {
        border-color: var(--library-theme-color) !important;
        box-shadow: 0 0 0 1px var(--library-theme-color) !important;
    }

[b-c8qm82yrt9] .rz-form-field-label {
    color: var(--library-theme-color);
}

.form-divider[b-c8qm82yrt9] {
    height: 1px;
    background-color: var(--library-theme-color-transparent);
    opacity: 0.5;
    margin: 2rem 0;
}

/* Button styling */
[b-c8qm82yrt9] .submit-button {
    font-weight: 500;
    border-radius: 6px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    background-color: var(--library-theme-color) !important;
    border-color: var(--library-theme-color-dark) !important;
}

/* Loading overlay styles */
.form-loading-overlay[b-c8qm82yrt9] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--rz-base-0-rgb, 255, 255, 255), 0.75);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: 12px;
    backdrop-filter: blur(3px);
}

/* Error styling */
[b-c8qm82yrt9] .error-alert {
    border-radius: 8px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .book-form-card[b-c8qm82yrt9] {
        padding: 1.5rem;
        border-radius: 10px;
    }

    .page-header h1[b-c8qm82yrt9] {
        font-size: 2rem;
    }

    [b-c8qm82yrt9] fieldset legend {
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
    }
}
/* /Pages/LibraryManagement/Bookcase.razor.rz.scp.css */
body[b-xvuhymcew9] {
}
/* /Pages/LibraryManagement/BookcaseDetail.razor.rz.scp.css */
body[b-fu7rszgrqb] {
}
/* /Pages/LibraryManagement/Library.razor.rz.scp.css */
.library-container[b-z1qirkuwtt] {
    padding: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.library-header[b-z1qirkuwtt] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.library-title[b-z1qirkuwtt] {
    font-weight: 500;
    color: var(--library-theme-color);
    margin: 0;
}

.refresh-button[b-z1qirkuwtt] {
    min-width: 40px;
    padding: 6px;
}

.loading-indicator[b-z1qirkuwtt] {
    margin: 2rem 0;
}

.table-container[b-z1qirkuwtt] {
    margin-top: 1rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--library-theme-color-transparent);
}

.title-with-cover[b-z1qirkuwtt] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.book-cover[b-z1qirkuwtt] {
    height: 40px;
    width: 30px;
    object-fit: cover;
    border-radius: 3px;
}

/* Override Radzen components using ::deep combinator */
[b-z1qirkuwtt] .rz-datatable-thead th {
    background-color: var(--library-theme-color-light);
}

[b-z1qirkuwtt] .rz-datatable-even {
    background-color: rgba(0, 0, 0, 0.02);
}

[b-z1qirkuwtt] .rz-button {
    margin-right: 0.25rem;
}

/* Override tab styles to match theme */
[b-z1qirkuwtt] .rz-tabview-nav {
    border-bottom-color: var(--library-theme-color);
}

[b-z1qirkuwtt] .rz-tabview-selected {
    color: var(--library-theme-color) !important;
    font-weight: 500;
}

[b-z1qirkuwtt] .rz-tabview-nav-item:after {
    background-color: var(--library-theme-color);
}

[b-z1qirkuwtt] .rz-tabview-nav-item:not(.rz-tabview-selected):hover {
    color: var(--library-theme-color-dark);
}

/* Style the sort icons */
[b-z1qirkuwtt] .rz-datatable-sort-icon {
    color: var(--library-theme-color);
}

/* Add a subtle hover effect to table rows */
[b-z1qirkuwtt] .rz-datatable-row:hover {
    background-color: var(--library-theme-color-transparent);
}

[b-z1qirkuwtt] .rz-tabview-panels {
    padding: 1rem 0;
}

[b-z1qirkuwtt] .rz-paginator {
    background-color: transparent;
    border-top: 1px solid var(--library-theme-color-transparent);
}

/* Style buttons with theme colors */
[b-z1qirkuwtt] .rz-button.rz-primary,
[b-z1qirkuwtt] .rz-button.rz-info {
    background-color: var(--library-theme-color);
    border-color: var(--library-theme-color-dark);
}

[b-z1qirkuwtt] .rz-button.rz-primary:hover,
[b-z1qirkuwtt] .rz-button.rz-info:hover {
    background-color: var(--library-theme-color-dark);
}

@media (max-width: 768px) {
    .library-container[b-z1qirkuwtt] {
        padding: 1rem;
    }
    
    .library-header[b-z1qirkuwtt] {
        flex-direction: column;
        gap: 1rem;
    }
}

/* Fanfiction and other book styling*/
.book-card[b-z1qirkuwtt] {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 15px;
    border: 1px solid var(--library-theme-color-transparent);
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    background-color: var(--library-theme-color-light);
    color: var(--book-text-color);
}

.book-cover img[b-z1qirkuwtt] {
    max-width: 120px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.book-info[b-z1qirkuwtt] {
    flex: 1;
}

.book-title[b-z1qirkuwtt] {
    font-size: 1.2rem;
    font-weight: bold;
    color: inherit;
    margin: 0 0 5px;
}

.book-author[b-z1qirkuwtt] {
    font-size: 1rem;
    color: inherit;
    margin: 0 0 10px;
}

.book-year[b-z1qirkuwtt] {
    font-size: 0.9rem;
    color: inherit;
    margin: 0 0 15px;
}

.book-description[b-z1qirkuwtt] {
    font-size: 0.9rem;
    color: inherit;
    margin: 0 0 15px;
}

.book-actions[b-z1qirkuwtt] {
    display: flex;
    gap: 10px;
}

.book-actions .rz-button[b-z1qirkuwtt] {
    padding: 5px 10px;
    font-size: 0.9rem;
}

/*Google book styling*/
.google-book-card[b-z1qirkuwtt] {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 15px;
    border: 1px solid var(--library-theme-color-transparent);
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    background-color: var(--library-theme-color-light);
    color: var(--book-text-color);
}

.google-book-cover[b-z1qirkuwtt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.google-book-cover img[b-z1qirkuwtt] {
    max-width: 120px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.google-book-actions[b-z1qirkuwtt] {
    display: flex;
    gap: 10px;
}

.google-book-info[b-z1qirkuwtt] {
    flex: 1;
}

.google-book-title[b-z1qirkuwtt] {
    font-size: 1.2rem;
    font-weight: bold;
    color: inherit; 
    margin: 0 0 5px;
}

.google-book-author[b-z1qirkuwtt] {
    font-size: 1rem;
    color: inherit; 
    margin: 0 0 10px;
}

.google-book-year[b-z1qirkuwtt] {
    font-size: 0.9rem;
    color: inherit; 
    margin: 0 0 15px;
}

.google-book-description[b-z1qirkuwtt] {
    font-size: 0.9rem;
    color: inherit; 
    margin: 0 0 15px;
}

.scrollable-description[b-z1qirkuwtt] {
    max-height: 100px;
    overflow-y: auto;
    padding: 5px;
    background-color: var(--library-theme-color-light);
    border-radius: 5px;
    margin-top: 10px;
    font-size: 0.9rem;
    color: var(--book-text-color);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* /Pages/UserPages/LoginPage.razor.rz.scp.css */
/* Add this style for password container */
.password-container[b-n0imwe9yvj] {
    position: relative;
    width: 100%;
}

.login-container[b-n0imwe9yvj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #f5f5f5;
}

.logo-container[b-n0imwe9yvj] {
    margin-bottom: 0rem;
    text-align: center;
}

.login-logo[b-n0imwe9yvj] {
    max-width: 400px;
    height: auto;
}

.login-form[b-n0imwe9yvj] {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
}

    .login-form h2[b-n0imwe9yvj] {
        text-align: center;
        margin-bottom: 1.5rem;
        color: #333;
    }

.form-group[b-n0imwe9yvj] {
    margin-bottom: 1rem;
}

    .form-group label[b-n0imwe9yvj] {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 500;
    }

.form-control[b-n0imwe9yvj] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

.button-container[b-n0imwe9yvj] {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

.login-button[b-n0imwe9yvj] {
    width: 80%;
    padding: 0.75rem;
    font-size: 1rem;
    font-weight: 500;
}

.register-link[b-n0imwe9yvj] {
    text-align: center;
    margin-top: 1.5rem;
}

.alert[b-n0imwe9yvj] {
    padding: 0.75rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.alert-danger[b-n0imwe9yvj] {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.password-toggle[b-n0imwe9yvj] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #6a85b6;
    cursor: pointer;
    z-index: 2;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .password-toggle:hover[b-n0imwe9yvj] {
        color: #3a4f66;
    }

    .password-toggle i[b-n0imwe9yvj] {
        font-size: 1rem;
    }

/* /Pages/UserPages/Profile.razor.rz.scp.css */
.profile-container[b-g5elqjptum] {
    max-width: 800px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.card[b-g5elqjptum] {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.profile-form[b-g5elqjptum] {
    margin-bottom: 2rem;
}

    /* Styles for shorter text fields */
    .profile-form .form-control[b-g5elqjptum] {
        max-width: 400px;
        width: 100%;
    }

.form-actions[b-g5elqjptum] {
    margin-top: 2rem;
}

.danger-zone[b-g5elqjptum] {
    border-top: 1px solid #dee2e6;
    padding-top: 1.5rem;
}

    .danger-zone h3[b-g5elqjptum] {
        color: #dc3545;
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }

.loading-indicator[b-g5elqjptum] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.validation-message[b-g5elqjptum] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.color-picker-container[b-g5elqjptum] {
    max-width: 400px;
    margin-bottom: 1rem;
}

.color-preview[b-g5elqjptum] {
    border-radius: 4px;
    vertical-align: middle;
}

/* Enhanced styles for color picker with RGBA */
.rz-colorpicker[b-g5elqjptum] {
    width: 100%;
    max-width: 400px;
}

/* Makes sure the RGBA input fields have consistent sizing */
.rz-colorpicker-rgba input[b-g5elqjptum] {
    width: 100%;
    max-width: 70px;
    padding: 0.375rem 0.5rem;
}

/* Ensure the color preview is visible */
.rz-colorpicker-preview[b-g5elqjptum] {
    min-height: 20px;
    min-width: 20px;
    border: 1px solid #ced4da;
}

/* Ensure the color picker dropdown is properly sized */
.rz-colorpicker-popup[b-g5elqjptum] {
    width: auto !important;
    min-width: 300px;
}
/* /Pages/UserPages/Register.razor.rz.scp.css */
/* Gradient background for the container */
.login-container[b-l7vvf8s76a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 1rem;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

/* Card-like form with slight transparency */
.login-form[b-l7vvf8s76a] {
    max-width: 350px;
    width: 90%;
    margin: 0 auto;
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(5px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .login-form:hover[b-l7vvf8s76a] {
        transform: translateY(-5px);
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
    }

    .login-form h2[b-l7vvf8s76a] {
        text-align: center;
        margin-bottom: 1.5rem;
        color: #3a4f66;
        font-weight: 600;
        position: relative;
    }

        .login-form h2[b-l7vvf8s76a]:after {
            content: "";
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 50px;
            height: 3px;
            background: linear-gradient(90deg, #3a4f66, #c3cfe2);
            border-radius: 3px;
        }

/* Logo styling */
.logo-container[b-l7vvf8s76a] {
    text-align: center;
    margin-bottom: 1.5rem;
    transform: scale(1);
    transition: transform 0.3s ease;
}

    .logo-container:hover[b-l7vvf8s76a] {
        transform: scale(1.05);
    }

.login-logo[b-l7vvf8s76a] {
    max-width: 250px;
    height: auto;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}

/* Form groups with animated focus */
.form-group[b-l7vvf8s76a] {
    margin-bottom: 1.2rem;
    position: relative;
}

    .form-group label[b-l7vvf8s76a] {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 500;
        color: #3a4f66;
        transition: color 0.3s ease;
    }

.form-control[b-l7vvf8s76a] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #e1e5ea;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.8);
}

    .form-control:focus[b-l7vvf8s76a] {
        border-color: #3a4f66;
        box-shadow: 0 0 0 3px rgba(58, 79, 102, 0.2);
        outline: none;
    }

.form-group:focus-within label[b-l7vvf8s76a] {
    color: #1b5e20;
}

/* Password visibility toggle styling */
.password-container[b-l7vvf8s76a] {
    position: relative;
    width: 100%;
}

.password-toggle[b-l7vvf8s76a] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #6a85b6;
    cursor: pointer;
    z-index: 2;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.password-toggle:hover[b-l7vvf8s76a] {
    color: #3a4f66;
}

.password-toggle i[b-l7vvf8s76a] {
    font-size: 1rem;
}

.button-container[b-l7vvf8s76a] {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
}

.login-button[b-l7vvf8s76a] {
    width: 80%;
    padding: 0.85rem;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    background: linear-gradient(90deg, #1b5e20, #388e3c);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(27, 94, 32, 0.3);
}

    .login-button:hover[b-l7vvf8s76a] {
        background: linear-gradient(90deg, #2e7d32, #43a047);
        transform: translateY(-2px);
        box-shadow: 0 6px 15px rgba(27, 94, 32, 0.35);
    }

    .login-button:active[b-l7vvf8s76a] {
        transform: translateY(1px);
        box-shadow: 0 2px 8px rgba(27, 94, 32, 0.25);
    }

    .login-button:disabled[b-l7vvf8s76a] {
        background: linear-gradient(90deg, #9e9e9e, #bdbdbd);
        cursor: not-allowed;
        transform: none;
        box-shadow: none;
    }

/* Make sure the text is visible inside the button */
.login-button.rz-button .rz-button-text[b-l7vvf8s76a] {
    display: inline-block !important;
    visibility: visible !important;
    color: white !important;
    opacity: 1 !important;
}

/* Target the Radzen button specifically */
.login-button.rz-button[b-l7vvf8s76a] {
    background: linear-gradient(135deg, #6a85b6 0%, #bac8e0 100%);
    color: white;
    border: none;
    box-shadow: 0 4px 15px rgba(106, 133, 182, 0.4);
    transition: all 0.3s ease;
    font-weight: 600;
    width: 80%;
    padding: 0.85rem;
    font-size: 1rem;
}

/* Hover state */
.login-button.rz-button:hover[b-l7vvf8s76a] {
    background: linear-gradient(135deg, #5978b1 0%, #a9b9d6 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(106, 133, 182, 0.5);
}

/* Active state */
.login-button.rz-button:active[b-l7vvf8s76a] {
    transform: translateY(1px);
    box-shadow: 0 2px 10px rgba(106, 133, 182, 0.35);
}

/* Disabled state */
.login-button.rz-button:disabled[b-l7vvf8s76a] {
    background: linear-gradient(135deg, #9e9e9e 0%, #bdbdbd 100%);
    cursor: not-allowed;
    transform: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    opacity: 0.7;
}

/* Link styling */
.register-link[b-l7vvf8s76a] {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 0.95rem;
}

    .register-link a[b-l7vvf8s76a] {
        color: #1b5e20;
        text-decoration: none;
        font-weight: 600;
        position: relative;
        transition: color 0.3s ease;
    }

        .register-link a:hover[b-l7vvf8s76a] {
            color: #43a047;
        }

        .register-link a[b-l7vvf8s76a]:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            bottom: -2px;
            left: 0;
            background-color: #43a047;
            transform: scaleX(0);
            transform-origin: bottom right;
            transition: transform 0.3s ease;
        }

        .register-link a:hover[b-l7vvf8s76a]:after {
            transform: scaleX(1);
            transform-origin: bottom left;
        }

/* Alert styling */
.alert[b-l7vvf8s76a] {
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    position: relative;
    border-left: 4px solid transparent;
}

.alert-danger[b-l7vvf8s76a] {
    background-color: rgba(244, 67, 54, 0.1);
    border-left-color: #f44336;
    color: #d32f2f;
}

/* Animation for spinner */
@keyframes spin-b-l7vvf8s76a {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner-border[b-l7vvf8s76a] {
    animation: spin-b-l7vvf8s76a 1s linear infinite;
    margin-right: 0.5rem;
}

/* Animation for the loading icon */
.spin-animation[b-l7vvf8s76a] {
    animation: spin-b-l7vvf8s76a 1.5s linear infinite;
}

@keyframes spin-b-l7vvf8s76a {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Custom button with gradient */
.custom-button[b-l7vvf8s76a] {
    background: linear-gradient(135deg, #6a85b6 0%, #bac8e0 100%);
    color: white;
    border: none;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(106, 133, 182, 0.4);
    transition: all 0.3s ease;
    font-weight: 600;
    width: 80%;
    padding: 0.85rem;
    font-size: 1rem;
    cursor: pointer;
}

.custom-button:hover[b-l7vvf8s76a] {
    background: linear-gradient(135deg, #5978b1 0%, #a9b9d6 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(106, 133, 182, 0.5);
}

.custom-button:active[b-l7vvf8s76a] {
    transform: translateY(1px);
    box-shadow: 0 2px 10px rgba(106, 133, 182, 0.35);
}

.custom-button:disabled[b-l7vvf8s76a] {
    background: linear-gradient(135deg, #9e9e9e 0%, #bdbdbd 100%);
    cursor: not-allowed;
    transform: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    opacity: 0.7;
}

.spinner-icon[b-l7vvf8s76a] {
    display: inline-block;
    margin-right: 8px;
    animation: spin-b-l7vvf8s76a 1.5s linear infinite;
}
/* /Shared/Bookcase/AddToBookcaseDialog.razor.rz.scp.css */
.add-books-dialog[b-xgf14v911b] {
    min-width: 500px;
    max-width: 800px;
    min-height: 300px;
    max-height: 600px;
    display: flex;
    flex-direction: column;
}

.search-box[b-xgf14v911b] {
    margin-bottom: 1rem;
}

.books-grid[b-xgf14v911b] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    overflow-y: auto;
    max-height: 400px;
    padding-right: 0.5rem;
}

.book-item[b-xgf14v911b] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: all 0.2s;
}

    .book-item:hover[b-xgf14v911b] {
        background-color: #f8f9fa;
        border-color: #ced4da;
    }

    .book-item.selected[b-xgf14v911b] {
        background-color: rgba(25, 118, 210, 0.08);
        border-color: rgba(25, 118, 210, 0.5);
    }

.book-title[b-xgf14v911b] {
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.book-author[b-xgf14v911b] {
    font-size: 0.875rem;
    color: #6c757d;
}

.book-type[b-xgf14v911b] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.dialog-actions[b-xgf14v911b] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.selected-count[b-xgf14v911b] {
    font-size: 0.875rem;
    color: #6c757d;
}

.selected-books-list[b-xgf14v911b] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-height: 350px;
    overflow-y: auto;
    margin: 1rem 0;
}

.selected-book-item[b-xgf14v911b] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}
/* /Shared/Bookcase/CustomColumnsManager.razor.rz.scp.css */
.columns-list[b-ylwe4y0xk0] {
    margin-top: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-height: 300px;
    overflow-y: auto;
}

.column-item[b-ylwe4y0xk0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    border-bottom: 1px solid #dee2e6;
}

    .column-item:last-child[b-ylwe4y0xk0] {
        border-bottom: none;
    }

.column-info[b-ylwe4y0xk0] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.column-actions[b-ylwe4y0xk0] {
    display: flex;
    gap: 0.5rem;
}
/* /Shared/Bookcase/DropdownOptionsDialog.razor.rz.scp.css */
.options-list[b-lukx1dgpt7] {
    margin-top: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-height: 300px;
    overflow-y: auto;
}

.option-item[b-lukx1dgpt7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    border-bottom: 1px solid #dee2e6;
}

    .option-item:last-child[b-lukx1dgpt7] {
        border-bottom: none;
    }
/* /Shared/FanfictionDetail.razor.rz.scp.css */
.fanfiction-detail-container[b-7kq7b87tgh] {
    font-family: var(--font-family);
    padding: 1.5rem;
    max-width: 100%;
}

.fanfiction-header[b-7kq7b87tgh] {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1rem;
}

.fanfiction-title[b-7kq7b87tgh] {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--rz-primary);
}

.fanfiction-authors[b-7kq7b87tgh] {
    margin: 0.5rem 0 0;
    font-size: 1.1rem;
    color: #666;
}

.fanfiction-metadata[b-7kq7b87tgh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.metadata-section[b-7kq7b87tgh] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.metadata-item[b-7kq7b87tgh] {
    display: flex;
    gap: 0.5rem;
}

.metadata-label[b-7kq7b87tgh] {
    font-weight: 600;
    color: #555;
}

.metadata-value[b-7kq7b87tgh] {
    color: #333;
}

.fanfiction-tags[b-7kq7b87tgh] {
    margin-bottom: 1.5rem;
    padding: 1rem;
    background-color: #f8f8f8;
    border-radius: 4px;
}

.tag-section[b-7kq7b87tgh] {
    margin-bottom: 0.75rem;
}

.tag-label[b-7kq7b87tgh] {
    display: block;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: #555;
}

.tag-values[b-7kq7b87tgh] {
    color: #333;
}

.fanfiction-description[b-7kq7b87tgh] {
    margin-bottom: 1.5rem;
}

    .fanfiction-description h4[b-7kq7b87tgh] {
        margin-top: 0;
        font-size: 1.2rem;
        color: #444;
    }

    .fanfiction-description p[b-7kq7b87tgh] {
        margin: 0;
        line-height: 1.6;
        white-space: pre-wrap;
    }

.fanfiction-actions[b-7kq7b87tgh] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}
