/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-y1lolia6de] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-y1lolia6de] {
    flex: 1;
}

.sidebar[b-y1lolia6de] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-y1lolia6de] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-y1lolia6de]  a, .top-row[b-y1lolia6de]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-y1lolia6de]  a:hover, .top-row[b-y1lolia6de]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-y1lolia6de]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-y1lolia6de] {
        justify-content: space-between;
    }

    .top-row[b-y1lolia6de]  a, .top-row[b-y1lolia6de]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-y1lolia6de] {
        flex-direction: row;
    }

    .sidebar[b-y1lolia6de] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-y1lolia6de] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-y1lolia6de]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-y1lolia6de], article[b-y1lolia6de] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-o5j1mwh451] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-o5j1mwh451] {
    min-height: 3.5rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;

}

.navbar-brand[b-o5j1mwh451] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #222222; /* darker text for better contrast */
}

.bi[b-o5j1mwh451] {
    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-o5j1mwh451] {
    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-o5j1mwh451] {
    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-o5j1mwh451] {
    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-o5j1mwh451]  a svg {
    fill: #222222; /* dark icons */
    opacity: 1; /* fully visible */
}

.nav-item[b-o5j1mwh451] {
    font-size: 0.9rem;
    color: #222222; /* dark text for minimal style */
    padding-bottom: 0.5rem;

}

    .nav-item:first-of-type[b-o5j1mwh451] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-o5j1mwh451] {
        padding-bottom: 1rem;
    }

    .nav-item[b-o5j1mwh451]  a {
        color: #222222; /* dark text */
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-o5j1mwh451]  a.active {
            background-color: #e4ebff; /* subtle highlight */
            color: #222222; /* keep active text dark */
        }

        .nav-item[b-o5j1mwh451]  a:hover {
            background-color: white; /* subtle hover */
            color: #222222; /* keep text dark on hover */           
        }

.recent-notes-header[b-o5j1mwh451] {
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.75rem 0;
    text-align: center; /* center the text */
    border-bottom: 2px solid #d6d5d5;
    width: 70%; /* border width */
    margin: 0 auto 0.5rem auto; /* center the element horizontally and add bottom margin */
}



@media (min-width: 641px) {
    .navbar-toggler[b-o5j1mwh451] {
        display: none;
    }

    .collapse[b-o5j1mwh451] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-o5j1mwh451] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        background: #f2f2f2;
        overflow-y: auto;
        border-right: 1px solid #d6d5d5;
    }
}
/* /Pages/Auth/Login.razor.rz.scp.css */
body[b-eya0rtjcij] {
}
/* /Pages/Home.razor.rz.scp.css */

.rz-notification-info[b-onvce3d5tf] {
    color: white !important;
    background: #2196f3;
    border-radius: 10px;
    border-bottom-right-radius: 0px;
}

.rz-notification-warn[b-onvce3d5tf] {
    color: white !important;
    background: #ffc107;
    border-radius: 10px;
    border-bottom-right-radius: 0px;
}

.rz-notification-error[b-onvce3d5tf] {
    color: white !important;
    background: #dc3545;
    border-radius: 10px;
    border-bottom-right-radius: 0px;
}

.rz-notification-success[b-onvce3d5tf] {
    color: white !important;
    background: #3e9108;
    border-radius: 10px;
    border-bottom-right-radius: 0px;
}

.rz-notification-item[b-onvce3d5tf] {
    color: white !important;
    background-color: transparent !important;
}

.rz-notification-icon[b-onvce3d5tf] {
    color: white !important;
}

.rz-progressbar-value[b-onvce3d5tf] {
    background-color: white !important;
}

.rz-notification-close[b-onvce3d5tf] {
    opacity: 1;
}


.floating-button[b-onvce3d5tf] {
    position: fixed;
    top: 40%;
    right: 0;
    background-color: #007bff;
    color: white;
    width: 6vw;
    border: none;
    padding: 12px 16px;
    border-radius: 6px 0 0 6px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 1100;
}

    .floating-button:hover[b-onvce3d5tf] {
        background-color: #0056b3;
    }

.floating-editor[b-onvce3d5tf] {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    padding: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .floating-editor:hover[b-onvce3d5tf] {
        transform: translateY(-4px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    }
/* /Pages/NotePadPW/SummarizeComponent.razor.rz.scp.css */
.popup-backdrop[b-xnsznwf44h] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: grid;
    place-items: center;
    z-index: 1000;
}

.popup[b-xnsznwf44h] {
    background: #fff;
    padding: 1rem;
    width: 400px;
    max-width: 90vw;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

/* Spinner Styling */
.spinner-container[b-xnsznwf44h] {
    padding: 50px;
    text-align: center;
}

.spinner[b-xnsznwf44h] {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-b-xnsznwf44h 1s linear infinite;
    margin: 0 auto 10px auto;
}

.popup-textarea[b-xnsznwf44h] {
    width: 100%;
    min-height: 180px;
    resize: none;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px;
    font-size: 0.95rem;
    font-family: inherit;
    color: #333;
    background: #fafafa;
}
@keyframes spin-b-xnsznwf44h {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
