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

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-ut6v0cxuu1],
    article[b-ut6v0cxuu1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* /Pages/Activity.razor.rz.scp.css */
.activity-container[b-ck8x9s3ona] {
    min-height: 100vh;
    height: auto;
    padding-top: 0;
    padding-bottom: 150px;
}

.chat-container[b-ck8x9s3ona] {
    flex-grow: 1;
    /* Adjust height for header/footer if present */
    overflow-y: auto;
    /* Enable vertical scrolling */
    background-color: transparent;
    /* Remove background color */
    border: none;
    /* Remove border */
    box-shadow: none;
    /* Remove shadow */
}

.cards-wrapper[b-ck8x9s3ona] {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    /* Enable horizontal scrolling */
    padding: 1rem;
    /* Add padding to ensure cards are fully visible */
    scrollbar-width: none;
    /* Hide scrollbar for Firefox */
    -ms-overflow-style: none;
    /* Hide scrollbar for Internet Explorer */
    max-width: calc(100vw - 250px);
    /* Subtract sidebar width */
    margin-left: auto;
    /* Ensure it doesn't overlap with the sidebar */
    box-sizing: border-box;
}

.cards-wrapper[b-ck8x9s3ona]::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome, Safari, and Edge */
}

.card[b-ck8x9s3ona] {
    min-width: 200px;
    /* Ensure consistent card size */
    flex-shrink: 0;
    /* Prevent cards from shrinking */
    border-radius: 10px;
    /* Rounded corners */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Subtle shadow */
}

.message .content[b-ck8x9s3ona] {
    border-radius: 15px;
    font-size: 14px;
    padding: 10px;
}

.system-message .content[b-ck8x9s3ona] {
    background-color: transparent;
    color: #333;
}

.user-message .content[b-ck8x9s3ona] {
    background-color: #e9ecef;
    color: #333;
}

.form-container[b-ck8x9s3ona] {
    position: fixed;
    bottom: 20px;
    left: calc(50%);
    transform: translateX(-50%);
    width: 40%;
    padding-top: 0;
    padding-left: .50rem;
    padding-bottom: .50rem;
    padding-right: .50rem;
    border-radius: 10px;
    background-color: #e9ecef;
}

@media (max-width: 640.98px) {
    /* .chat-container {
            height: calc(100vh - 300px);
    } */

    .cards-wrapper[b-ck8x9s3ona] {
        max-width: 100vw;
        /* Use full screen width */
        padding: 1rem;
        /* Retain padding for aesthetics */
        margin-left: 0;
        /* No need for offset */
    }

    .form-container[b-ck8x9s3ona] {
        bottom: 15px;
        width: 95%;
    }
}
/* /Pages/Countdown.razor.rz.scp.css */
.timeline-container[b-uvnuhn2a6d] {
    min-height: 100vh;
    height: auto;
    padding-top: 0;
    padding-bottom: 150px;
}

.daterange-container[b-uvnuhn2a6d] {
    position: fixed;
    bottom: 20px;
    left: calc(50%);
    transform: translateX(-50%);
    width: 40%;
    padding: .50rem;
    border-radius: 10px;
    background-color: #e9ecef;
}

@media (max-width: 640.98px) {
    .daterange-container[b-uvnuhn2a6d] {
        bottom: 15px;
        width: 95%;
    }
}
/* /Pages/Dashboard.razor.rz.scp.css */
.dashboard-container[b-t3q42uyi42] {
    min-height: 100vh;
    height: auto;
    padding-top: 0;
    padding-bottom: 150px;
}

.daterange-container[b-t3q42uyi42] {
    position: fixed;
    bottom: 20px;
    left: calc(50%);
    transform: translateX(-50%);
    width: 40%;
    padding: .50rem;
    border-radius: 10px;
    background-color: #e9ecef;
}

@media (max-width: 640.98px) {
    .daterange-container[b-t3q42uyi42] {
        bottom: 15px;
        width: 95%;    
    }
}
/* /Pages/Home.razor.rz.scp.css */
body[b-czlkriaqq6] {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f9f9f9;
    color: #333;
}

.container[b-czlkriaqq6] {
    max-width: 1200px;
    margin: auto;
    padding: 1rem;
}

.section[b-czlkriaqq6] {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    align-items: center;
}

.section:nth-child(even)[b-czlkriaqq6] {
    flex-direction: row-reverse;
}

.text[b-czlkriaqq6] {
    flex: 1 1 400px;
    padding: 1rem;
}

.text h2[b-czlkriaqq6] {
    color: #594ae2;
    margin-bottom: 1rem;
}

.text p[b-czlkriaqq6] {
    line-height: 1.6;
}

.image[b-czlkriaqq6] {
    flex: 1 1;
    padding: 1rem;
}

.image img[b-czlkriaqq6] {
    width: 100%;
    height: auto;
    border-radius: 12px;
    /* filter: brightness(0.9) contrast(0.95);
        opacity: 0.95; */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.tagline[b-czlkriaqq6] {
    text-align: center;
    font-size: 0.875rem;
    margin-top: 4rem;
    color: #666;
}

@media (max-width: 768px) {
    .container[b-czlkriaqq6] {
        padding: 0 0 1rem 0;
    }

    .section[b-czlkriaqq6] {
        flex-direction: column;
    }

    .text[b-czlkriaqq6] {
        flex: initial;
        padding: 1rem;
    }

    .image[b-czlkriaqq6] {
        padding: 0 1rem;
        margin-top: 0rem;
    }
    
    .section:nth-child(even)[b-czlkriaqq6] {
        margin-top: 1.5rem;
    }
}
/* /Pages/Journal.razor.rz.scp.css */
.timeline-container[b-uqgdxymowf] {
    min-height: 100vh;
    height: auto;
    padding-top: 0;
    padding-bottom: 150px;
}

.timeline-container-child[b-uqgdxymowf] {
    margin-left: -30px;
}

.calendar-container[b-uqgdxymowf] {
    position: fixed;
    bottom: 20px;
    left: calc(50%);
    transform: translateX(-50%);
    width: 40%;
    padding: .50rem;  
    border-radius: 10px;
    background-color: #e9ecef;
}

@media (max-width: 640.98px) {
    .calendar-container[b-uqgdxymowf] {
        bottom: 15px;
        width: 95%;
    }
}
/* /Pages/MyDay.razor.rz.scp.css */
.timeline-container[b-o4c7778ylg] {
    min-height: 100vh;
    height: auto;
    padding-top: 0;
    padding-bottom: 150px;
}

.calendar-container[b-o4c7778ylg] {
    position: fixed;
    bottom: 20px;
    left: calc(50%);
    transform: translateX(-50%);
    width: 40%;
    padding: .50rem;  
    border-radius: 10px;
    background-color: #e9ecef;
}

@media (max-width: 640.98px) {
    .calendar-container[b-o4c7778ylg] {
        bottom: 15px;
        width: 95%;
    }
}
/* /Shared/LoadingSpinner.razor.rz.scp.css */
.spinner[b-wt7nup09xe] {
    display: flex;
    justify-content: center;
    /* horizontal centering */
    align-items: center;
    /* vertical centering */
    width: 100vw;
    height: 75vh;
}
