/* _content/MissionaryMapKiosk/Pages/Components/MissionaryProfile/LayoutTemplate4.razor.rz.scp.css */
/* Column width adjustments */
/* Apply box-sizing to all elements */
*[b-vfzccxyjyn] {
    box-sizing: border-box;
}


.profile-content-wrapper[b-vfzccxyjyn] {
    width: 100%;
    overflow-x: hidden;
    padding: 0 1rem; /* Add some padding */
}

.profile-content[b-vfzccxyjyn] {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.profile-content[b-vfzccxyjyn] {
    display: flex;
    width: 100%;
    gap: 0; /* Remove gap between columns */
    margin: 0;
    padding: 0;
}

.profile-left-column[b-vfzccxyjyn] {
    flex: 1 1 47%;
    min-width: 0;
    padding: 0 2rem 0 1rem;
    vertical-align: top;
    box-sizing: border-box;
}

.profile-right-column[b-vfzccxyjyn] {
    flex: 1 1 53%;
    min-width: 0;
    padding: 0 1rem 0 1rem;
    vertical-align: top;
    box-sizing: border-box;
}

.profile-section.names-section[b-vfzccxyjyn] {
    flex: 3 !important; /* Takes 2/3 of the space */
    min-width: 0;
    margin-right: 1rem;
}

.profile-section.location-section[b-vfzccxyjyn] {
    flex: 2 !important; /* Takes 1/3 of the space */
}

/* Ensure the container properly distributes space */
.names-location-container[b-vfzccxyjyn] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    width: 100%;
}

/* Mission Focus Section */
.mission-focus-section[b-vfzccxyjyn] {
    margin-bottom: 0.5rem; /* Reduced from 1rem */
}

.mission-focus-section .section-content[b-vfzccxyjyn] {
    color: rgba(255, 255, 255, 0.9);
}

/* Bio Section */
.bio-section .section-content[b-vfzccxyjyn] {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

/* Specific section overrides */
.profile-section.names-section[b-vfzccxyjyn] {
    flex: 2;
    min-width: 0;
    margin-right: 1rem;
}

.profile-section.location-section[b-vfzccxyjyn] {
    flex: 1;
    min-width: 0;
}

.section-header[b-vfzccxyjyn] {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #60a5fa;
    margin-bottom: 0.3rem; /* Reduced from 0.5rem */
    border-bottom: 1px solid rgba(96, 165, 250, 0.2);
    padding-bottom: 0.2rem; /* Reduced from 0.25rem */
}


/* Help options styling */
.missionary-needs-header[b-vfzccxyjyn] {
    font-size: 1.6em;
    text-align: center;
    color: #fff;
    margin-bottom: 1.0rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
    .missionary-needs-header[b-vfzccxyjyn] {
        font-size: 1.3em;
        margin-bottom: 0.75rem;
    }
}

@media (max-width: 768px) {
    .missionary-needs-header[b-vfzccxyjyn] {
        font-size: 1.1em;
        margin-bottom: 0.5rem;
    }
}

.modal-separator[b-vfzccxyjyn] {
    border: 0;
    background: linear-gradient(90deg, transparent, rgba(77, 171, 247, 0.6), transparent);
    height: 1px;
    width: 80%;
    margin: 0 auto 2rem auto;
}

@media (max-width: 1024px) {
    .modal-separator[b-vfzccxyjyn] {
        margin: 0 auto 1.5rem auto;
    }
}

@media (max-width: 768px) {
    .modal-separator[b-vfzccxyjyn] {
        margin: 0 auto 1rem auto;
        width: 90%;
    }
}

.options-container[b-vfzccxyjyn] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.5rem;
    margin-bottom: 1rem;
}

@media (max-width: 1024px) {
    .options-container[b-vfzccxyjyn] {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 1rem;
        padding: 0 0.35rem;
    }
}

@media (max-width: 768px) {
    .options-container[b-vfzccxyjyn] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        padding: 0 0.25rem;
        margin-bottom: 0.75rem;
    }
}

.options-container-wrapper[b-vfzccxyjyn] {
    width: 100%;
    position: relative;
}

.more-details-bottom[b-vfzccxyjyn] {
    text-align: center;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    font-style: italic;
}

.help-option[b-vfzccxyjyn] {
    background: rgba(30, 41, 59, 0.6);
    border-radius: 14px;
    padding: 1rem 1.2rem 0.8rem 1.2rem; /* Adjusted bottom padding to match top spacing */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(8px);
}

@media (max-width: 1024px) {
    .help-option[b-vfzccxyjyn] {
        padding: 0.85rem 1rem 0.7rem 1rem;
        border-radius: 12px;
    }
}

@media (max-width: 768px) {
    .help-option[b-vfzccxyjyn] {
        padding: 0.75rem 0.85rem 0.6rem 0.85rem;
        border-radius: 10px;
    }
}

.help-option[b-vfzccxyjyn]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #345489;  /* linear-gradient(90deg, #3b82f6, #8b5cf6) */
    opacity: 0.8;
    transition: all 0.3s ease;
}

.help-option:hover[b-vfzccxyjyn] {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    border-color: rgba(59, 130, 246, 0.3);
    cursor: pointer;
    background: rgba(116, 112, 112, 0.07);

}

.help-option:hover[b-vfzccxyjyn]::before {
    opacity: 1;
    height: 4px;

}

.help-option .option-title[b-vfzccxyjyn] {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 0.8rem 0; /* Slightly reduced bottom margin */
    color: rgba(255, 255, 255, 0.9);
    padding-bottom: 0.6rem; /* Slightly increased padding */
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    line-height: 1.4; /* Increased line height for better vertical centering */
    min-height: 2rem; /* Ensure consistent height */
}

@media (max-width: 1024px) {
    .help-option .option-title[b-vfzccxyjyn] {
        font-size: 0.95rem;
        margin: 0 0 0.65rem 0;
        padding-bottom: 0.5rem;
        min-height: 1.75rem;
    }
}

@media (max-width: 768px) {
    .help-option .option-title[b-vfzccxyjyn] {
        font-size: 0.85rem;
        margin: 0 0 0.5rem 0;
        padding-bottom: 0.4rem;
        gap: 0.35rem;
        min-height: 1.5rem;
    }
}

.option-title i.oi[b-vfzccxyjyn] {
    font-size: 1.5rem;
    color: #4dabf7;
    width: 24px;
    height: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
    margin-top: -0.15em; /* Consistent vertical alignment for all icons */
}

@media (max-width: 1024px) {
    .option-title i.oi[b-vfzccxyjyn] {
        font-size: 1.3rem;
        width: 20px;
    }
}

@media (max-width: 768px) {
    .option-title i.oi[b-vfzccxyjyn] {
        font-size: 1.1rem;
        width: 18px;
    }
}

.option-title span[b-vfzccxyjyn] {
    flex: 1;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    height: 1em;
}

.needs-container[b-vfzccxyjyn] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.needs-content[b-vfzccxyjyn] {
    width: 100%;
    min-height: 3.75rem; /* Maintain height */
    padding: 0.4rem 0.75rem; /* Reduced vertical padding */
    background: rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    transition: all 0.2s ease;
    line-height: 1.7; /* Increased line height */
    display: flex;
    flex-direction: column; /* Stack lines vertically */
    justify-content: center; /* Center content vertically */
    gap: 0.35rem; /* Increased space between lines */
    margin: 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
    border-left: 2px solid rgba(96, 165, 250, 0.3);
    overflow: hidden;
}

@media (max-width: 1024px) {
    .needs-content[b-vfzccxyjyn] {
        min-height: 3rem;
        padding: 0.35rem 0.65rem;
        font-size: 0.75rem;
        gap: 0.3rem;
    }
}

@media (max-width: 768px) {
    .needs-content[b-vfzccxyjyn] {
        min-height: 2.5rem;
        padding: 0.3rem 0.5rem;
        font-size: 0.7rem;
        gap: 0.25rem;
        border-radius: 6px;
    }
}

.needs-content span[b-vfzccxyjyn] {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.help-option:hover .needs-content[b-vfzccxyjyn] {
    background: rgba(255, 255, 255, 0.07);
    transform: translateX(2px);
}

/* Section header styling is now defined in missionary-profile.css */

.needs-header[b-vfzccxyjyn] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #60a5fa;
    margin-bottom: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 6px;
}

@media (max-width: 1024px) {
    .needs-header[b-vfzccxyjyn] {
        font-size: 0.65rem;
        margin-bottom: 0.35rem;
        gap: 5px;
    }
}

@media (max-width: 768px) {
    .needs-header[b-vfzccxyjyn] {
        font-size: 0.6rem;
        margin-bottom: 0.3rem;
        gap: 4px;
    }
}

.needs-header[b-vfzccxyjyn]::before {
    content: '•';
    color: #60a5fa;
    font-size: 1.2em;
    line-height: 1;
}

.more-details[b-vfzccxyjyn] {
    font-size: 0.75rem;
    font-style: italic;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin-top: auto;
    transition: color 0.2s ease;
    margin-bottom: -4px;
}

@media (max-width: 1024px) {
    .more-details[b-vfzccxyjyn] {
        font-size: 0.7rem;
    }
}

@media (max-width: 768px) {
    .more-details[b-vfzccxyjyn] {
        font-size: 0.65rem;
    }
}

.help-option:hover .more-details[b-vfzccxyjyn] {
    color: rgba(255, 255, 255, 0.8);
}


/* Animation for cards */
@keyframes fadeInUp-b-vfzccxyjyn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.help-option[b-vfzccxyjyn] {
    animation: fadeInUp-b-vfzccxyjyn 0.4s ease-out forwards;
    opacity: 0;
}

.help-option:nth-child(1)[b-vfzccxyjyn] { animation-delay: 0.1s; }
.help-option:nth-child(2)[b-vfzccxyjyn] { animation-delay: 0.2s; }
.help-option:nth-child(3)[b-vfzccxyjyn] { animation-delay: 0.3s; }
.help-option:nth-child(4)[b-vfzccxyjyn] { animation-delay: 0.4s; }
/* _content/MissionaryMapKiosk/Shared/MainLayout.razor.rz.scp.css */
.page[b-tr6smzytdl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-tr6smzytdl] {
    flex: 1;
}

.sidebar[b-tr6smzytdl] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-tr6smzytdl] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-tr6smzytdl]  a, .top-row .btn-link[b-tr6smzytdl] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-tr6smzytdl] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-tr6smzytdl] {
        display: none;
    }

    .top-row.auth[b-tr6smzytdl] {
        justify-content: space-between;
    }

    .top-row a[b-tr6smzytdl], .top-row .btn-link[b-tr6smzytdl] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-tr6smzytdl] {
        flex-direction: row;
    }

    .sidebar[b-tr6smzytdl] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-tr6smzytdl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-tr6smzytdl], article[b-tr6smzytdl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/MissionaryMapKiosk/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-d3n02iead5] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-d3n02iead5] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-d3n02iead5] {
    font-size: 1.1rem;
}

.oi[b-d3n02iead5] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-d3n02iead5] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-d3n02iead5] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-d3n02iead5] {
        padding-bottom: 1rem;
    }

    .nav-item[b-d3n02iead5]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-d3n02iead5]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-d3n02iead5]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-d3n02iead5] {
        display: none;
    }

    .collapse[b-d3n02iead5] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-d3n02iead5] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
