/* /Components/CommitMates/CompassSpeech.razor.rz.scp.css */
.speech-bubble[b-im4r7lfutb] {
    position: relative;
    background: #f8f9fa;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-left: 20px;
    flex: 1;
}

.speech-bubble[b-im4r7lfutb]::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent #f8f9fa transparent transparent;
}

.typing-cursor[b-im4r7lfutb] {
    display: inline-block;
    width: 2px;
    height: 1em;
    background-color: currentColor;
    margin-left: 2px;
    animation: blink-b-im4r7lfutb 1s step-end infinite;
}

@keyframes blink-b-im4r7lfutb {
    from, to {
        opacity: 1;
    }

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

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

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

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

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

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

.sidebar-toggle[b-d2ayti4mzs] {
    padding: 0.5rem;
    color: #333;
}

.sidebar-toggle:hover[b-d2ayti4mzs] {
    color: #0077cc;
}

.navbar-brand[b-d2ayti4mzs] {
    font-size: 1.1rem;
    margin-left: 0;
    color: #333;
    text-decoration: none;
}

.navbar-brand:hover[b-d2ayti4mzs] {
    color: #0077cc;
}

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

    .top-row[b-d2ayti4mzs]  a, .top-row[b-d2ayti4mzs]  .btn-link {
        margin-left: 0;
    }
    
    .sidebar[b-d2ayti4mzs] {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 1000;
        top: 0;
        left: 0;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: transform .3s ease-out;
    }
    
    .sidebar.collapse[b-d2ayti4mzs] {
        transform: translateX(-100%);
    }
    
    .sidebar:not(.collapse)[b-d2ayti4mzs] {
        transform: translateX(0);
    }
}

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

    .sidebar[b-d2ayti4mzs] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        transform: none !important;
    }
    
    .sidebar.collapse[b-d2ayti4mzs] {
        display: block;
        width: 4.5rem;
        overflow: hidden;
    }

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

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

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

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

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

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

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

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

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

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

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

.nav-link .bi[b-i4nv7wvyei] {
    margin-right: 0.75rem;
    width: 1.25rem;
    color: #d7d7d7;
}

.nav-link.active .bi[b-i4nv7wvyei] {
    color: white;
}

.nav-link[b-i4nv7wvyei] {
    position: relative;
}

.badge[b-i4nv7wvyei] {
    font-size: 0.7rem;
    padding: 0.25em 0.5em;
}

.nav-section-divider[b-i4nv7wvyei] {
    border-color: rgba(255,255,255,0.1);
    margin: 0.5rem 0;
}

.nav-section-title[b-i4nv7wvyei] {
    color: #adb5bd;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

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

    .collapse[b-i4nv7wvyei] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-i4nv7wvyei] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/User/EditGoal.razor.rz.scp.css */
/* Form styling */
.form-control:focus[b-9jb4fibry3] {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn-primary[b-9jb4fibry3] {
    transition: all 0.2s ease;
}

.btn-primary:hover[b-9jb4fibry3] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Card styling */
.card[b-9jb4fibry3] {
    border-radius: 0.5rem;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.card:hover[b-9jb4fibry3] {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.card-body[b-9jb4fibry3] {
    padding: 2rem;
}

/* Input field spacing */
.mb-3[b-9jb4fibry3] {
    margin-bottom: 1.5rem !important;
}

/* Label styling */
.form-label[b-9jb4fibry3] {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

/* Validation message styling */
.validation-message[b-9jb4fibry3] {
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Spinner styling */
.spinner-border[b-9jb4fibry3] {
    width: 2rem;
    height: 2rem;
}

/* Alert styling */
.alert-danger[b-9jb4fibry3] {
    border-radius: 0.5rem;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
/* /Pages/User/GoalDetails.razor.rz.scp.css */
/* Card styling */
.card[b-c8orkbq1u3] {
    border-radius: 0.5rem;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
}

.card:hover[b-c8orkbq1u3] {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.card-body[b-c8orkbq1u3] {
    padding: 1.5rem;
}

/* Progress bar */
.progress[b-c8orkbq1u3] {
    background-color: #e9ecef;
    border-radius: 0.5rem;
    overflow: hidden;
}

.progress-bar[b-c8orkbq1u3] {
    transition: width 0.6s ease;
}

/* Metric progress section */
.metric-progress[b-c8orkbq1u3] {
    background-color: rgba(13, 110, 253, 0.05);
    border-radius: 0.5rem;
    border-left: 4px solid #0d6efd;
}

/* Table styling */
.table[b-c8orkbq1u3] {
    font-size: 0.875rem;
}

.table th[b-c8orkbq1u3] {
    font-weight: 600;
    border-bottom-width: 1px;
}

.table td[b-c8orkbq1u3] {
    vertical-align: middle;
}

/* Badge styling */
.badge[b-c8orkbq1u3] {
    padding: 0.4em 0.65em;
    font-weight: 500;
    font-size: 0.75rem;
}

/* Button styling */
.btn-primary[b-c8orkbq1u3], .btn-outline-primary[b-c8orkbq1u3] {
    transition: all 0.2s ease;
}

.btn:hover[b-c8orkbq1u3] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-sm[b-c8orkbq1u3] {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}

/* Icon button */
a .bi-arrow-left[b-c8orkbq1u3] {
    transition: transform 0.2s ease;
}

a:hover .bi-arrow-left[b-c8orkbq1u3] {
    transform: translateX(-3px);
}

/* List group styling */
.list-group-item[b-c8orkbq1u3] {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 1rem 0;
}

.list-group-item:first-child[b-c8orkbq1u3] {
    border-top: none;
}

.list-group-item:last-child[b-c8orkbq1u3] {
    border-bottom: none;
}

/* Rounded icons in goal summary */
.rounded-circle[b-c8orkbq1u3] {
    width: 40px;
    height: 40px;
}

/* Modal styling */
.modal-content[b-c8orkbq1u3] {
    border-radius: 0.5rem;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.modal-header[b-c8orkbq1u3] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.modal-footer[b-c8orkbq1u3] {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* /Pages/User/MyCommitments.razor.rz.scp.css */
.compass-section[b-fqea87mp9w] {
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.badge[b-fqea87mp9w] {
    font-size: 0.75rem;
    padding: 0.35em 0.65em;
    text-transform: capitalize;
}

.card[b-fqea87mp9w] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s;
}

.card:hover[b-fqea87mp9w] {
    transform: translateY(-3px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* Empty state styles */
.empty-state[b-fqea87mp9w] {
    max-width: 500px;
    margin: 0 auto;
}

.compass-section img[b-fqea87mp9w] {
    animation: pulse-b-fqea87mp9w 2s infinite;
}

@keyframes pulse-b-fqea87mp9w {
    0% {
        transform: scale(0.98);
        opacity: 0.8;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.98);
        opacity: 0.8;
    }
}

/* Progress bar styling */
.checkin-progress[b-fqea87mp9w] {
    height: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.segments-container[b-fqea87mp9w] {
    display: flex;
    width: 100%;
    height: 8px;
    margin: 8px 0;
    border-radius: 4px;
    overflow: hidden;
}

.segment[b-fqea87mp9w] {
    flex: 1;
    height: 100%;
    margin: 0 1px;
}

.segment-completed[b-fqea87mp9w] {
    background-color: var(--bs-success);
}

.segment-due[b-fqea87mp9w] {
    background-color: var(--bs-warning);
}

.segment-overdue[b-fqea87mp9w] {
    background-color: var(--bs-danger);
}

.segment-future[b-fqea87mp9w] {
    background-color: var(--bs-light);
}

/* Commitment card footer */
.card-actions[b-fqea87mp9w] {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
}

.card-actions button[b-fqea87mp9w] {
    flex: 1;
}

/* Quick action buttons */
.quick-action[b-fqea87mp9w] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    opacity: 0;
    transition: opacity 0.2s;
}

.card:hover .quick-action[b-fqea87mp9w] {
    opacity: 1;
}
/* /Pages/User/MyGoals.razor.rz.scp.css */
/* Card hover effect */
.card[b-x880ldqd5y] {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card:hover[b-x880ldqd5y] {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Badge styling */
.badge[b-x880ldqd5y] {
    font-size: 0.75rem;
    font-weight: 500;
}

/* Progress bar animation */
.progress-bar[b-x880ldqd5y] {
    transition: width 0.6s ease;
}

/* Button styling */
.btn-outline-primary[b-x880ldqd5y] {
    border-width: 1px;
}

.btn-outline-primary:hover[b-x880ldqd5y] {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Modal styling */
.modal-content[b-x880ldqd5y] {
    border-radius: 0.5rem;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.modal-header[b-x880ldqd5y] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.modal-footer[b-x880ldqd5y] {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* /Pages/User/MyHome.razor.rz.scp.css */
/* Dashboard section styling */
.card[b-hgqiw7fqdh] {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border-radius: 0.5rem;
    overflow: hidden;
}

.card-header[b-hgqiw7fqdh] {
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* Commitment banner */
.border-primary[b-hgqiw7fqdh] {
    border-width: 2px;
}

/* Accordion customization */
.accordion-button:not(.collapsed)[b-hgqiw7fqdh] {
    background-color: rgba(var(--bs-primary-rgb), 0.05);
    color: var(--bs-primary);
}

.accordion-button:focus[b-hgqiw7fqdh] {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.125);
}

/* Feed items section */
.list-group-item[b-hgqiw7fqdh] {
    transition: background-color 0.2s ease;
}

.list-group-item.bg-light[b-hgqiw7fqdh] {
    background-color: rgba(var(--bs-primary-rgb), 0.05) !important;
}

.dropdown-item:hover[b-hgqiw7fqdh] {
    background-color: rgba(var(--bs-primary-rgb), 0.1);
}

/* Enhance button styling */
.btn-outline-primary:hover[b-hgqiw7fqdh] {
    background-color: var(--bs-primary);
    color: white;
}

.btn-sm[b-hgqiw7fqdh] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}
/* /Pages/User/NewGoal.razor.rz.scp.css */
/* Form styling */
.form-control:focus[b-wan52izjk3] {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn-primary[b-wan52izjk3] {
    transition: all 0.2s ease;
}

.btn-primary:hover[b-wan52izjk3] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Card styling */
.card[b-wan52izjk3] {
    border-radius: 0.5rem;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.card:hover[b-wan52izjk3] {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.card-body[b-wan52izjk3] {
    padding: 2rem;
}

/* Input field spacing */
.mb-3[b-wan52izjk3] {
    margin-bottom: 1.5rem !important;
}

/* Label styling */
.form-label[b-wan52izjk3] {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

/* Validation message styling */
.validation-message[b-wan52izjk3] {
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Spinner styling */
.spinner-border[b-wan52izjk3] {
    width: 2rem;
    height: 2rem;
}
