@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';
@import '_content/PSC.Blazor.Components.Icons/PSC.Blazor.Components.Icons.bundle.scp.css';

/* /Components/Account/Shared/ManageNavMenu.razor.rz.scp.css */
[b-z2gshxkhwk] .nav-link.active {
    background-color: #0d542b;
    color: white;
}
[b-z2gshxkhwk] .nav-link {
    color: #0d542b;
}
/* /Components/Layout/Footer.razor.rz.scp.css */
footer[b-c0g3qbzr12] {
    background: #2d3748;
    color: white;
    padding: 0 0 0 0;
}

.footer-content[b-c0g3qbzr12] {
    max-width: 1200px;
    margin: 10px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.footer-section p[b-c0g3qbzr12] {
    line-height: 1.6;
    color: #cbd5e0;
}

.footer-bottom[b-c0g3qbzr12] {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #4a5568;
    color: #cbd5e0;
}

@media (max-width: 768px) {
    .footer-content[b-c0g3qbzr12] {
        grid-template-columns: 1fr;
        text-align: center;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-i184vzs0kb] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-i184vzs0kb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (min-width: 641px) {
    .page[b-i184vzs0kb] {
        flex-direction: row;
        background-image: linear-gradient(180deg, #ffffff 0%, #f2f1f1 70%);
    }
}
/* /Components/Layout/NavBar.razor.rz.scp.css */
nav[b-40z32zhd4e] {
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.nav-container[b-40z32zhd4e] {
    margin: 0 auto;
    padding: 0 0 0 70px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 80px;
    height: auto;
}

.logo[b-40z32zhd4e] {
    font-size: clamp(1.5rem, 2vw, 1.7rem);
    font-weight: 550;
    color: #333;
    align-items: center;
    text-decoration: none;
}

.nav-links[b-40z32zhd4e] {
    display: flex;
    list-style: none;
    gap: 2rem;
}

    .nav-links a[b-40z32zhd4e] {
        text-decoration: none;
        color: #333;
        font-weight: 400;
        transition: color 0.3s ease;
    }

        .nav-links a:hover[b-40z32zhd4e] {
            color: #667eea;
        }

.mobile-menu-btn[b-40z32zhd4e] {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

@media (max-width: 768px) {
    .nav-links[b-40z32zhd4e] {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        padding: 1rem;
        box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    }

        .nav-links.active[b-40z32zhd4e] {
            display: flex;
        }

    .mobile-menu-btn[b-40z32zhd4e] {
        display: block;
    }
}
/* /Components/Pages/BlogSpace.razor.rz.scp.css */
.fade-in[b-y783ve1jc5] {
    animation: fadeIn-b-y783ve1jc5 0.5s ease-in;
}

@keyframes fadeIn-b-y783ve1jc5 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* /Components/Pages/Calendar.razor.rz.scp.css */
.calendar[b-m23nnnbyaz] {
    width: contain;
    border-collapse: collapse;
    text-align: center;
}

    .calendar .prev_day[b-m23nnnbyaz] {
        text-align: center;
        color: darkgrey;
    }

    .calendar .day[b-m23nnnbyaz] {
        cursor: pointer;
        padding: min();
    }

        .calendar .day.header[b-m23nnnbyaz] {
            font-weight: bold;
            background-color: transparent;
        }
        .calendar .day.today[b-m23nnnbyaz] {
            background-image: linear-gradient(#228B22, #085208);
            color: white;
        }

        .calendar .day.selected[b-m23nnnbyaz] {
            background-image: linear-gradient(#58cca5, #13a876);
            color: white;
        }
    .calendar td[b-m23nnnbyaz] {
        width: contain;
        font: bold;
    }
/* Default: small screens */
.days-md[b-m23nnnbyaz] {
    display: none;
}

.days-sm[b-m23nnnbyaz] {
    display: table-row;
}

/* Medium and up */
@media (min-width: 768px) {
    .days-md[b-m23nnnbyaz] {
        display: table-row;
    }

    .days-sm[b-m23nnnbyaz] {
        display: none;
    }
}
/* /Components/Pages/DocSubmissionGuidelines.razor.rz.scp.css */
.modal-box[b-ekgx7dp434] {
    display: block;
    line-height: 1.8;
    font-size: 1.125rem;
    background: rgb(255, 255, 255);
    backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-family: 'Source Serif Pro', 'Georgia', 'serif', monospace;
}
    .modal-box modal-title[b-ekgx7dp434] {
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 1.5rem;
        line-height: 1.2;
    }
    .modal-box ul[b-ekgx7dp434], .modal-box ol[b-ekgx7dp434] {
        margin-left: 1.5rem;
        margin-bottom: 1.5rem;
    }
        .modal-box li[b-ekgx7dp434] {
            margin-bottom: 0.5rem;
        }
/* /Components/Pages/DocumentViewer.razor.rz.scp.css */
.document-content[b-81n2kmbqn5] {
    line-height: 1.8;
    font-size: 1.125rem;
    height: 100vh;
    width: 100vw;
}

    .document-content h1[b-81n2kmbqn5] {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 1.5rem;
        line-height: 1.2;
    }

    .document-content h2[b-81n2kmbqn5] {
        font-size: 2rem;
        font-weight: 600;
        margin-top: 2.5rem;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
        border-bottom: 2px solid #e2e8f0;
    }

    .document-content h3[b-81n2kmbqn5] {
        font-size: 1.5rem;
        font-weight: 600;
        margin-top: 2rem;
        margin-bottom: 0.75rem;
    }

    .document-content p[b-81n2kmbqn5] {
        margin-bottom: 1.5rem;
    }

    .document-content ul[b-81n2kmbqn5], .document-content ol[b-81n2kmbqn5] {
        margin-left: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .document-content li[b-81n2kmbqn5] {
        margin-bottom: 0.5rem;
    }

    .document-content blockquote[b-81n2kmbqn5] {
        border-left: 4px solid #cbd5e1;
        padding-left: 1.5rem;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1.5rem;
        font-style: italic;
        color: #475569;
    }

    .document-content table[b-81n2kmbqn5] {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 1.5rem;
    }

    .document-content th[b-81n2kmbqn5], .document-content td[b-81n2kmbqn5] {
        border: 1px solid #cbd5e1;
        padding: 0.75rem;
        text-align: left;
    }

    .document-content th[b-81n2kmbqn5] {
        background-color: #f1f5f9;
        font-weight: 600;
    }

    .document-content pre[b-81n2kmbqn5] {
        background-color: #1e293b;
        color: #e2e8f0;
        padding: 1.5rem;
        border-radius: 0.5rem;
        overflow-x: auto;
        margin-bottom: 1.5rem;
        font-family: "Monaco", "Consolas", monospace;
        font-size: 0.875rem;
    }

    .document-content code[b-81n2kmbqn5] {
        background-color: #f1f5f9;
        padding: 0.2rem 0.4rem;
        border-radius: 0.25rem;
        font-family: "Monaco", "Consolas", monospace;
        font-size: 0.875rem;
    }

    .document-content img[b-81n2kmbqn5] {
        max-width: 100%;
        height: auto;
        margin: 1.5rem 0;
        border-radius: 0.5rem;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }

.highlight[b-81n2kmbqn5] {
    background-color: rgba(251, 191, 36, 0.2);
    padding: 0.125rem 0.25rem;
    border-radius: 0.25rem;
}

.page-transition[b-81n2kmbqn5] {
    transition: transform 0.3s ease-in-out;
}

@media print {
    .no-print[b-81n2kmbqn5] {
        display: none !important;
    }

    .document-content[b-81n2kmbqn5] {
        font-size: 12pt;
        line-height: 1.6;
        width: 100vw;
    }

        .document-content h1[b-81n2kmbqn5] {
            font-size: 24pt;
        }

        .document-content h2[b-81n2kmbqn5] {
            font-size: 18pt;
        }

        .document-content h3[b-81n2kmbqn5] {
            font-size: 14pt;
        }
/* /Components/Pages/OccupationalTherapistJob.razor.rz.scp.css */
body[b-7siyh11t9i] {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
    color: #333;
}

.container[b-7siyh11t9i] {
    margin: 0px auto;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 40px;
}

h1[b-7siyh11t9i], h2[b-7siyh11t9i] {
    margin-top: 0;
    color: #1f4e79;
}

.meta[b-7siyh11t9i] {
    font-size: 0.95em;
    color: #666;
    margin-bottom: 20px;
}

.section[b-7siyh11t9i] {
    margin-bottom: 30px;
}

ul[b-7siyh11t9i] {
    padding-left: 20px;
    list-style-type: disc; /* restores bullets */
}

ol[b-7siyh11t9i] {
    padding-left: 20px;
    list-style-type: decimal; /* restores numbers */
}

.cta[b-7siyh11t9i] {
    margin-top: 40px;
}

    .cta a[b-7siyh11t9i] {
        background-color: #1f4e79;
        color: #fff;
        padding: 12px 24px;
        text-decoration: none;
        border-radius: 4px;
        font-weight: bold;
    }

        .cta a:hover[b-7siyh11t9i] {
            background-color: #163b5c;
        }
/* /Components/Pages/PsychologistJob.razor.rz.scp.css */
body[b-jcr3dd5xoj] {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
    color: #333;
}

.container[b-jcr3dd5xoj] {
    margin: 0px auto;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 40px;
}

h1[b-jcr3dd5xoj], h2[b-jcr3dd5xoj] {
    margin-top: 0;
    color: #1f4e79;
}

.meta[b-jcr3dd5xoj] {
    font-size: 0.95em;
    color: #666;
    margin-bottom: 20px;
}

.section[b-jcr3dd5xoj] {
    margin-bottom: 30px;
}

ul[b-jcr3dd5xoj] {
    padding-left: 20px;
    list-style-type: disc; /* restores bullets */
}
ol[b-jcr3dd5xoj] {
    padding-left: 20px;
    list-style-type: decimal; /* restores numbers */
}

.cta[b-jcr3dd5xoj] {
    text-align: center;
    margin-top: 40px;
}

    .cta a[b-jcr3dd5xoj] {
        background-color: #1f4e79;
        color: #fff;
        padding: 12px 24px;
        text-decoration: none;
        border-radius: 4px;
        font-weight: bold;
    }

        .cta a:hover[b-jcr3dd5xoj] {
            background-color: #163b5c;
        }
/* /Components/Pages/Resources.razor.rz.scp.css */
.gradient-bg[b-tbyx3xvynm] {
    background: linear-gradient(135deg, #f8fafc 0%, #e0f2fe 100%);
}

.card-hover[b-tbyx3xvynm] {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .card-hover:hover[b-tbyx3xvynm] {
        transform: translateY(-4px);
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

.document-icon[b-tbyx3xvynm] {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.nav-links[b-tbyx3xvynm] {
    display: flex;
    list-style: none;
}

    .nav-links a[b-tbyx3xvynm] {
        text-decoration: none;
        color: #333;
        font-weight: 400;
        transition: color 0.3s ease;
    }

        .nav-links a:hover[b-tbyx3xvynm] {
            color: #14523d;
        }
.pdf-icon[b-tbyx3xvynm] {
    background-color: #fee2e2;
    color: #dc2626;
}

.doc-icon[b-tbyx3xvynm] {
    background-color: #dbeafe;
    color: #1d4ed8;
}

.ppt-icon[b-tbyx3xvynm] {
    background-color: #fef3c7;
    color: #d97706;
}

.txt-icon[b-tbyx3xvynm] {
    background-color: #f3f4f6;
    color: #4b5563;
}
