@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/DI.Cache.Blazor/Components/AccountSettings/Components/InterestedSkillsModal.razor.rz.scp.css */
.interested-skills-modal[b-gm3vhu8omj] {
    width: 65.4375rem;
    flex-shrink: 0;
    border: 1.79px solid var(--border-light);
    background: var(--white);
    display: flex;
    flex-direction: column;
    text-align: left;
    position: relative;
    padding: 2.15rem 2.15rem 0;
}

.modal-title[b-gm3vhu8omj] {
    color: var(--base-ink, var(--secondary-black));
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* margin-bottom: 0.56rem; */
}

.modal-desc[b-gm3vhu8omj] {
    color: var(--base-ink, var(--secondary-black));
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 1rem;
}

.input-container[b-gm3vhu8omj] {
    background: var(--gray-lightest);
    margin-bottom: 1.37rem;
    display: flex;
    place-items: center center;
    border: 2px solid var(--gray-label);
    border-radius: 0.3269rem;
}

.interested-skills[b-gm3vhu8omj] {
    display: inline-flex;
    padding: 0.27rem 0.45rem 0.27rem 0.65rem;
    justify-content: center;
    align-items: center;
    margin: 1.5rem 4.67rem 1.5rem 1.19rem;
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 0.25rem;
    background: var(--primary-black);
}

    .interested-skills.lower-section[b-gm3vhu8omj] {
        background: var(--primary-black);
        border-radius: 2rem;
    }

.interested-skills-text[b-gm3vhu8omj] {
    color: var(--white);
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 0.27rem;
}

.skill-level-container[b-gm3vhu8omj] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 2.67rem;
    padding-right: 2.67rem;
}

.skill-slider[b-gm3vhu8omj] {
    width: 100%;
    transition: 0.2s;
    transition: opacity 0.2s;
    appearance: none;
    background: var(--gray-lightest);
}

    .skill-slider:hover[b-gm3vhu8omj] {
        opacity: 1;
    }

    .skill-slider[b-gm3vhu8omj]::-webkit-slider-thumb {
        appearance: none;
        width: 1.5625rem;
        height: 1.5625rem;
        border-radius: 50%;
        background: var(--white);
        cursor: pointer;
        border: 1px solid var(--gray-label);
        margin-top: -0.5rem; /* Center the thumb on the track */
    }

    .skill-slider[b-gm3vhu8omj]::-moz-range-thumb {
        width: 1.5625rem;
        height: 1.5625rem;
        border-radius: 50%;
        background: var(--white);
        cursor: pointer;
        border: 1px solid var(--gray-label);
        margin-top: -0.5rem; /* Center the thumb on the track */
    }

    /* Ensure the track styling is consistent */
    .skill-slider[b-gm3vhu8omj]::-webkit-slider-runnable-track {
        width: 100%;
        height: 0.5rem;
        background: var(--gray-label);
        border-radius: 0.41rem;
        outline: none;
        padding: 0 1.3rem;
    }

    .skill-slider[b-gm3vhu8omj]::-moz-range-track {
        width: 100%;
        height: 0.5rem;
        background: var(--gray-label);
        border-radius: 0.41rem;
        border: none;
        outline: none;
        padding: 0 1.3rem;
    }

datalist[b-gm3vhu8omj] {
    display: flex;
    justify-content: space-between;
    color: var(--primary-black);
    width: 100%;
    font-size: 1.1em;
    font-weight: 600;
    padding: 0 1.72rem;
    box-sizing: border-box;
}

/* Responsive adjustments */
@media (width <= 768px) {
    .skill-level-container[b-gm3vhu8omj] {
        padding: 1.5rem 1rem;
    }

    .skill-level-slider[b-gm3vhu8omj] {
        margin-bottom: 1rem;
    }
}

.modal-buttons[b-gm3vhu8omj] {
    display: flex;
    justify-content: right;
    column-gap: 0.8949rem;
    margin: 0.5rem 0 1.7rem;
}

.cancel-btn[b-gm3vhu8omj],
.save-btn[b-gm3vhu8omj] {
    font-family: 'Source Sans 3';
    padding: .5rem 1.5rem;
    border: 3.79px solid var(--primary-blue);
    border-radius: 0.4474rem;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.1rem;
}

.cancel-btn[b-gm3vhu8omj] {
    background-color: transparent;
    color: var(--primary-blue);
}

.save-btn[b-gm3vhu8omj] {
    background-color: var(--primary-blue);
    color: var(--white);
}

.info-icon-container[b-gm3vhu8omj] {
    position: relative;
    display: inline-block;
    cursor: pointer;

    svg {
        position: relative;
        top: 0.125rem;
        fill: var(--primary-black);
        display: block;
        overflow: visible;
    }
}
/* _content/DI.Cache.Blazor/Components/AccountSettings/Components/InterestedSkillTooltip.razor.rz.scp.css */
.skill-tooltip-white[b-1h3uyyb5tj] {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-25%);
    background-color: var(--white);
    border: 2px solid var(--accent-blue);
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-bottom: 0.5rem;
    min-width: 20rem;
    max-width: 45rem;
    pointer-events: auto;
    text-align: left;
    z-index: 2147483647 !important;
}

.tooltip-arrow[b-1h3uyyb5tj] {
    position: absolute;
    top: 100%;
    left: 25%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid var(--white);
    z-index: 2147483647 !important;
    transition: left 0.2s ease-in-out;
}

.skill-tooltip-left[b-1h3uyyb5tj] {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-85%);
    background-color: var(--white);
    border: 2px solid var(--accent-blue);
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-bottom: 0.5rem;
    min-width: 20rem;
    max-width: 45rem;
    pointer-events: auto;
    text-align: left;
    z-index: 2147483647 !important;
}

.tooltip-arrow-left[b-1h3uyyb5tj] {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid var(--white);
    z-index: 2147483647 !important;
    transition: top 0.2s ease-in-out, left 0.2s ease-in-out;
}

.skill-tooltip-bottom[b-1h3uyyb5tj] {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-95%);
    background-color: var(--white);
    border: 2px solid var(--accent-blue);
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-bottom: 0.5rem;
    min-width: 20rem;
    max-width: 45rem;
    pointer-events: auto;
    text-align: left;
    z-index: 2147483647 !important;
}

.skill-tooltip-edge[b-1h3uyyb5tj] {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-95%);
    background-color: var(--white);
    border: 2px solid var(--accent-blue);
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-bottom: 0.5rem;
    min-width: 20rem;
    max-width: 45rem;
    pointer-events: auto;
    text-align: left;
    z-index: 2147483647 !important;
}

.skill-tooltip-right[b-1h3uyyb5tj] {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(5%);
    background-color: var(--white);
    border: 2px solid var(--accent-blue);
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-bottom: 0.5rem;
    min-width: 20rem;
    max-width: 45rem;
    pointer-events: auto;
    text-align: left;
    z-index: 2147483647 !important;
}

.tooltip-arrow-bottom[b-1h3uyyb5tj] {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid var(--white);
    z-index: 2147483647 !important;
    transition: left 0.2s ease-in-out;
}

.enhanced-tooltip[b-1h3uyyb5tj] {
    width: auto;
    min-width: fit-content;
    white-space: normal;
}

.tooltip-content[b-1h3uyyb5tj] {
    padding: 1rem;
}

.tooltip-title[b-1h3uyyb5tj] {
    color: var(--secondary-black);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    border-bottom: 1px solid var(--white);
    padding-bottom: 0.5rem;
}

.tooltip-children[b-1h3uyyb5tj] {
    display: flex;
    flex-direction: row;
    gap: .25rem;
    margin-bottom: 1rem;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
}

.child-skill-box[b-1h3uyyb5tj] {
    display: inline-flex;
    /*width: fit-content;*/
    height: fit-content;
    margin:0;
    padding: 0.27rem 0.65rem;
    justify-content: center;
    align-items: center;
    cursor: default;
    flex-shrink: 0;
    border-radius: 2rem;
}

.child-skill-box.higher[b-1h3uyyb5tj] {
    background: var(--primary-black);
}

.child-skill-box.lower[b-1h3uyyb5tj] {
    background: var(--primary-blue);
    margin:0;
}

.child-skill-text[b-1h3uyyb5tj] {
    color: var(--white);
    text-align: center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.tooltip-description[b-1h3uyyb5tj] {
    color: var(--secondary-black);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4;
}
/* _content/DI.Cache.Blazor/Components/AccountSettings/Components/SkillDisplaySection.razor.rz.scp.css */
.placeholder-text[b-on46ihnwe3] {
    color: var(--primary-blue);
    font-size: 1.13638rem;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
}

.box[b-on46ihnwe3] {
    display: inline-flex;
    width: fit-content;
    height: fit-content;
    padding: 0.27rem 0.45rem 0.27rem 0.65rem;
    justify-content: center;
    align-items: center;
    margin-right: 0.69rem;
    margin-bottom: 5px;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible !important;
}

.box.higher[b-on46ihnwe3] {
    background: var(--primary-black);
    border-radius: 0.25rem;
}

.box.lower[b-on46ihnwe3] {
    background: var(--primary-blue);
    border-radius: 0.25rem;
}

.box.higher.supporting-skills[b-on46ihnwe3] {
    background: var(--primary-black);
    border-radius: 1.6rem;
    /*font-size: 12px;*/
    /* Fallback for older browsers */
    width: auto;
    display: inline-flex;
    /* Modern browsers */
    width: -webkit-max-content; /* Safari/Chrome prefix */
    width: -moz-max-content;    /* Firefox prefix */
    width: max-content;         /* Standard */
    max-width: 95%;
}

.box.lower.supporting-skills[b-on46ihnwe3] {
    background: var(--primary-blue);
    border-radius: 1.6rem;
    /*font-size: 0.9rem;*/
}

.box .text[b-on46ihnwe3] {
    color: var(--white);
    text-align: left;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 0.27rem;
}


.info-icon-container[b-on46ihnwe3] {
    position: relative;
    display: flex;
    cursor: pointer;
    z-index: 50;
    overflow: visible;
}

.info-icon-container svg[b-on46ihnwe3] {
    display: block;
    overflow: visible;
    margin-bottom: 0.17rem;
}

.box.disabled[b-on46ihnwe3] {
    cursor: default;
}

.box.disabled .info-icon-container[b-on46ihnwe3] {
    pointer-events: auto;
    cursor: pointer;
    opacity: 1;
}

.skill-display-container[b-on46ihnwe3] {
    overflow: visible;
    position: relative;
}
/* _content/DI.Cache.Blazor/Components/AccountSettings/Components/SupportingSkillsModal.razor.rz.scp.css */
.supporting-skills-modal[b-qmzt6kfj23] {
    width: 92.8125rem;
    flex-shrink: 0;
    border: 1.79px solid var(--border-light);
    background: var(--white);
    display: flex;
    flex-direction: column;
    text-align: left;
    position: relative;
    padding: 0 2.15rem;
}

.modal-title[b-qmzt6kfj23] {
    color: var(--base-ink, var(--secondary-black));
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.modal-top[b-qmzt6kfj23] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-top-left[b-qmzt6kfj23] {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.modal-top-right[b-qmzt6kfj23] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-align: right;
}

.modal-desc[b-qmzt6kfj23] {
    color: var(--base-ink, var(--secondary-black));
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 1rem;
}

.info-container[b-qmzt6kfj23] {
    background: var(--gray-lightest);
    padding: 1.25rem;
    margin-bottom: 1.37rem;
}

.info-grid[b-qmzt6kfj23] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.24rem 1.81rem;
    align-items: start;
}

@media (width <= 1200px) {
    .info-grid[b-qmzt6kfj23] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (width <= 720px) {
    .info-grid[b-qmzt6kfj23] {
        grid-template-columns: 1fr;
    }
}

.info-article[b-qmzt6kfj23] {
    color: var(--ink);
}

.info-badge[b-qmzt6kfj23] {
    padding: 0.08rem 0.68rem;
    color: var(--white);
    display: inline-block;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 1.0978rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.445rem;
    text-transform: uppercase;
}

    .info-badge.scale[b-qmzt6kfj23] {
        cursor: pointer;
    }

.level-0[b-qmzt6kfj23] {
    background-color: var(--gray-label);
}

.level-1[b-qmzt6kfj23] {
    background-color: var(--blue-level-one);
}

.level-2[b-qmzt6kfj23] {
    background-color: var(--primary-blue);
}

.level-3[b-qmzt6kfj23] {
    background-color: var(--blue-level-three);
}

.level-4[b-qmzt6kfj23] {
    background-color: var(--blue-level-four);
}

.level-5[b-qmzt6kfj23] {
    background-color: var(--navy-blue);
}

.info-desc[b-qmzt6kfj23] {
    font-size: 0.8444rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.input-container[b-qmzt6kfj23] {
    background: var(--gray-lightest);
    margin-bottom: 1.37rem;
    display: flex;
    place-items: center center;
    border-radius: 0.3269rem;
}

.supporting-skills[b-qmzt6kfj23] {
    display: inline-flex;
    padding: 0.27rem 0.45rem 0.27rem 0.65rem;
    justify-content: center;
    align-items: center;
    margin: 3.06rem 0.38rem 3.75rem 2.81rem;
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 1.596rem;
    background: var(--primary-black);
}

    .supporting-skills.higher[b-qmzt6kfj23] {
        border-radius: 0.25rem;
        background: var(--primary-black);
    }

    .supporting-skills.lower-section[b-qmzt6kfj23] {
        background: var(--primary-blue);
    }

.supporting-skills-text[b-qmzt6kfj23] {
    color: var(--white);
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 0.27rem;
}

.skill-level-container[b-qmzt6kfj23] {
    width: 100%;
    margin: 0 2.81rem 0 3.19rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    position: relative;
}

.slider-ticks[b-qmzt6kfj23] {
    position: absolute;
    top: 0.2rem;
    left: 3rem;
    right: 2.5rem;
    pointer-events: none;
}

    .slider-ticks .tick[b-qmzt6kfj23] {
        position: absolute;
        width: 0.25rem;
        height: 0.9rem;
        background-color: var(--gray-label);
    }

.skill-slider[b-qmzt6kfj23] {
    width: 100%;
    transition: 0.2s;
    transition: opacity 0.2s;
    appearance: none;
    position: relative;
    z-index: 2;
    background: var(--gray-label);
    border-radius: 0.25rem;
    height: 0.5rem;
}

    .skill-slider:hover[b-qmzt6kfj23] {
        opacity: 1;
    }

    .skill-slider[b-qmzt6kfj23]::-webkit-slider-thumb {
        appearance: none;
        width: 1.5625rem;
        height: 1.5625rem;
        border-radius: 50%;
        background: var(--white);
        cursor: pointer;
        border: 1px solid var(--gray-label);
        margin-bottom: 0.8rem;
    }

    .skill-slider.unrated[b-qmzt6kfj23]::-webkit-slider-thumb {
        width: 1.5625rem;
        height: 1.5625rem;
        border-radius: 50%;
        background: var(--white);
        cursor: pointer;
        border: 1px solid var(--gray-label);
    }

    .skill-slider[b-qmzt6kfj23]::-moz-range-thumb {
        width: 1.5625rem;
        height: 1.5625rem;
        border-radius: 50%;
        background: var(--white);
        cursor: pointer;
        border: 1px solid var(--gray-label);
    }

    .skill-slider.unrated[b-qmzt6kfj23]::-moz-range-thumb {
        background: var(--gray-label);
        border: 1px solid var(--gray-dark);
    }

    .skill-slider[b-qmzt6kfj23]::-webkit-slider-runnable-track {
        width: 100%;
        outline: none;
        margin-left: 2.2rem;
        margin-right: 1.5rem;
        box-sizing: border-box;
    }

    .skill-slider[b-qmzt6kfj23]::-moz-range-track {
        width: 100%;
        height: 0.5rem;
        background: var(--gray-label);
        outline: none;
        padding-left: 2.2rem;
        padding-right: 1.5rem;
        border-radius: 0.25rem;
        box-sizing: border-box;
    }

.modal-buttons[b-qmzt6kfj23] {
    display: flex;
    justify-content: right;
    column-gap: 0.8949rem;
    margin: 0.5rem 0 1.7rem;
}

datalist[b-qmzt6kfj23] {
    display: flex;
    justify-content: space-between;
    color: var(--primary-black);
    width: 100%;
    font-size: 1.1em;
    font-weight: 600;
    box-sizing: border-box;
}

.cancel-btn[b-qmzt6kfj23],
.save-btn[b-qmzt6kfj23] {
    font-family: 'Source Sans 3';
    padding: .5rem 1.5rem;
    border: 3.79px solid var(--primary-blue);
    border-radius: 0.4rem;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.1rem;
}

.cancel-btn[b-qmzt6kfj23] {
    background-color: transparent;
    color: var(--primary-blue);
}

.save-btn[b-qmzt6kfj23] {
    background-color: var(--primary-blue);
    color: var(--white);
}

    .save-btn:disabled[b-qmzt6kfj23] {
        background-color: var(--gray-label);
        color: var(--gray-dark);
        border-color: var(--gray-label);
        cursor: not-allowed;
        opacity: 0.6;
    }

.supporting-skills .box[b-qmzt6kfj23] {
    display: inline-flex;
    width: fit-content;
    height: fit-content;
    padding: 0.27rem 0.45rem 0.27rem 0.65rem;
    justify-content: center;
    align-items: center;
    margin-right: 0.69rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 1.596rem;
    background: var(--primary-black);
}

.info-icon-container[b-qmzt6kfj23] {
    position: relative;
    top: 0.125rem;
    display: inline-block;
    cursor: pointer;
}

    .info-icon-container svg[b-qmzt6kfj23] {
        display: block;
        overflow: visible;
    }
/* _content/DI.Cache.Blazor/Components/AccountSettings/Components/SupportingSkillTooltip.razor.rz.scp.css */

.skill-tooltip-white[b-8isc2ytbdd] {
    position: absolute;
    bottom: 100%;
    left: -1rem;
    transform: translateX(0);
    background-color: var(--white);
    border: 2px solid var(--accent-blue);
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgb(0, 0, 0, 0.15);
    margin-bottom: 0.1rem;
    min-width: 40rem;
    max-width: 50rem;
    pointer-events: auto;
    overflow: visible;
    overflow-wrap: break-word;
    z-index: 999999;
    text-align: left;
}

.tooltip-arrow[b-8isc2ytbdd] {
    position: absolute;
    top: 100%;
    left: 5rem; /* Default fallback position */
    transform: translateX(0);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid var(--accent-blue);
    z-index: 1000000;
}

    .tooltip-arrow[b-8isc2ytbdd]::after {
        content: '';
        position: absolute;
        top: -0.875rem;
        left: -0.625rem;
        transform: translateX(0);
        width: 0;
        height: 0;
        border-left: 0.625rem solid transparent;
        border-right: 0.625rem solid transparent;
        border-top: 0.625rem solid var(--white);
    }

.tooltip-content[b-8isc2ytbdd] {
    padding: 1rem;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.tooltip-title[b-8isc2ytbdd] {
    color: var(--secondary-black);
    font-size: 1rem;
    font-weight: 600;
    overflow-wrap: break-word;
    max-width: 100%;
    display: block;
}

.tooltip-title-row[b-8isc2ytbdd] {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    gap: 1rem;
    padding-bottom: 0.5rem;
}

    .tooltip-title-row .tooltip-title[b-8isc2ytbdd] {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
        overflow-wrap: break-word;
    }

.tooltip-description[b-8isc2ytbdd] {
    color: var(--secondary-black);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4;
    overflow-wrap: break-word;
    hyphens: auto;
    width: 100%;
    max-width: 100%;
    display: block;
    box-sizing: border-box;
    white-space: normal;
}

.info-badge[b-8isc2ytbdd] {
    display: inline-flex;
    padding: 0.27rem 0.65rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.25rem;
    color: var(--white);
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
    cursor: default;
    flex-shrink: 0;
}

    .info-badge.level-0[b-8isc2ytbdd] {
        background: var(--gray-label);
    }

    .info-badge.level-1[b-8isc2ytbdd] {
        background: var(--blue-level-one);
    }

    .info-badge.level-2[b-8isc2ytbdd] {
        background: var(--primary-blue);
    }

    .info-badge.level-3[b-8isc2ytbdd] {
        background: var(--blue-level-three);
    }

    .info-badge.level-4[b-8isc2ytbdd] {
        background: var(--blue-level-four);
    }

    .info-badge.level-5[b-8isc2ytbdd] {
        background: var(--navy-blue);
    }
/* _content/DI.Cache.Blazor/Components/AccountSettings/Contact.razor.rz.scp.css */
.form-grid[b-l5rl3fzwmf] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0.94rem;
  margin-bottom: 5.19rem;
  align-items: start;
  max-width: 100%;
  box-sizing: border-box;
  column-gap: 3rem;
}

.invisible-spacer[b-l5rl3fzwmf] {
  visibility: hidden;
}

@media (max-width: 1106px) {
  .form-grid[b-l5rl3fzwmf] {
    grid-template-columns: 1fr;
  }

  .invisible-spacer[b-l5rl3fzwmf] {
    display: none;
  }
}
/* _content/DI.Cache.Blazor/Components/AccountSettings/General.razor.rz.scp.css */
.form-grid[b-blpfd2kd0g] {
  display: grid;
  grid-template-columns: repeat(3, auto);
  margin-top: 0.94rem;
  margin-bottom: 5.19rem;
  align-items: start;
  max-width: 100%;
  box-sizing: border-box;
  column-gap: 3rem;
}

@media (max-width: 1106px) {
  .form-grid[b-blpfd2kd0g] {
    grid-template-columns: 1fr;
  }
}
/* _content/DI.Cache.Blazor/Components/AccountSettings/NameBox.razor.rz.scp.css */
.name-box[b-7musoft7iu] {
    display: flex;
    margin-bottom: 3.56rem;
    padding: 1.94rem 2rem 2.44rem 2.13rem;
    max-width: 100%;
    min-height: 5.995rem;
    flex-shrink: 0;
    border-radius: 0.4375rem;
    border: 1px solid var(--primary-black);
    align-items: center;
}

.user-info-box[b-7musoft7iu] {
    display: flex;
    align-items: flex-start;
    flex: 1;
}

.profile-picture[b-7musoft7iu] {
    width: 4.1875rem;
    height: 4.1875rem;
    border-radius: 50%;
    background: var(--accent-blue);

    div{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
}

.name-role-box[b-7musoft7iu] {
    display: grid;
    margin-left: 1.19rem;
}

.full-name-text[b-7musoft7iu] {
    color: var(--secondary-black);
    font-size: 3rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.role[b-7musoft7iu] {
    display: inline-flex;
    align-items: center;
}

.role-item[b-7musoft7iu] {
    display: inline-flex;
    align-items: center;
    margin-right: 1rem;
}

.role-text[b-7musoft7iu] {
    color: var(--secondary-black);
    display: flex;
    height: 1.8125rem;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.role-icon[b-7musoft7iu] {
    display: flex;
    width: 1.5rem;
    height: 1.5616rem;
    padding: 0.1301rem 0.125rem;
    margin-right: 0.25rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.sign-off[b-7musoft7iu] {
    font-family:'Source Sans 3';
    display: inline-flex;
    padding: .5rem 1.5rem;
    flex-shrink: 0;
    border:2px solid var(--primary-blue);
    border-radius: 0.2841rem;
    cursor: pointer;
    color: var(--primary-blue);
    background-color: var(--white);
    text-align: center;
    font-size: 1.1364rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sign-off:hover[b-7musoft7iu] {
    background: var(--blue-selected-bg);
}
/* _content/DI.Cache.Blazor/Components/AccountSettings/SitePermissions.razor.rz.scp.css */
.permissions-container[b-44t1gd7z4i] {
    margin-left: 1.81rem;
}

.permission-note[b-44t1gd7z4i] {
    color: var(--secondary-black);
    font-size: 1.13888rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 1.06rem;
    margin-bottom: 1.62rem;
}

.permissions-grid[b-44t1gd7z4i] {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    gap: 2rem 6.81rem;
    margin-right: 10rem;
    margin-bottom: 5.56rem;
    align-items: start;
    justify-content: start;
}

.permission[b-44t1gd7z4i] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    user-select: none;
    width: 100%;
}

.permission input[type="checkbox"][b-44t1gd7z4i] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 1.59rem;
    min-height: 1.59rem;
    border: 2px solid var(--status-gray);
    background-color: var(--white);
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.permission input[type="checkbox"]:checked[b-44t1gd7z4i] {
    border: 2px solid var(--primary-blue);
    background-color: var(--primary-blue);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='11' viewBox='0 0 14 11' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M13.361 2.62104C13.361 2.42026 13.2789 2.21948 13.1312 2.07492L12.015 0.982684C11.8672 0.838124 11.662 0.757812 11.4569 0.757812C11.2517 0.757812 11.0465 0.838124 10.8988 0.982684L5.51478 6.25914L3.10184 3.88995C2.95411 3.74539 2.74892 3.66508 2.54374 3.66508C2.33856 3.66508 2.13338 3.74539 1.98565 3.88995L0.869453 4.98219C0.721721 5.12675 0.639648 5.32753 0.639648 5.5283C0.639648 5.72908 0.721721 5.92986 0.869453 6.07442L4.95669 10.0739C5.10442 10.2185 5.3096 10.2988 5.51478 10.2988C5.71997 10.2988 5.92515 10.2185 6.07288 10.0739L13.1312 3.16715C13.2789 3.02259 13.361 2.82181 13.361 2.62104Z' fill='white'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.9rem 0.9rem;
}


.permission-text[b-44t1gd7z4i] {
    color: var(--secondary-black);
    line-height: 1.3;
    font-style: normal;
    line-height: normal;
}

.permission-title[b-44t1gd7z4i] {
    font-size: 1.25rem;
    font-weight: 600;
}

.permission-desc[b-44t1gd7z4i] {
    font-size: 1rem;
    font-weight: 400;
}

.permission-status[b-44t1gd7z4i] {
    color: var(--primary-blue);
    font-style: italic;
    margin-top: 6px;
    font-size: 18px;
    font-weight: 600;
}


@media (max-width: 900px) {
    .permissions-grid[b-44t1gd7z4i] {
        grid-template-columns: 1fr;
    }
}

.modal-overlay[b-44t1gd7z4i] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(35, 35, 35, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal-box[b-44t1gd7z4i] {
    width: 29.6875rem;
    height: 27.3125rem;
    flex-shrink: 0;
    border-radius: 0.44744rem;
    border: 1.79px solid var(--border-light);
    background: var(--white);
    display: flex;
    flex-direction: column;
    text-align: left;
    position: relative;
}

.modal-request-text[b-44t1gd7z4i] {
    margin: 3.81rem 3.02rem 1.79rem 3.06rem;
    color: var(--secondary-black);
    font-size: 2.06519rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.modal-request-desc[b-44t1gd7z4i] {
    margin: 0rem 3.02rem 2.24rem 3.06rem;
    color: var(--secondary-black);
    font-size: 1.49731rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.modal-buttons[b-44t1gd7z4i] {
    display: flex;
    justify-content: center;
    gap: 0.89494rem;
}

.cancel-btn[b-44t1gd7z4i],
.continue-btn[b-44t1gd7z4i] {
    font-family:'Source Sans 3';
    padding: .5rem 1.5rem;
    border: 2px solid var(--primary-blue);
    border-radius: 0.2rem;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.1rem;
}

.cancel-btn[b-44t1gd7z4i] {
    background-color: transparent;
    color: var(--primary-blue);
}

.continue-btn[b-44t1gd7z4i] {
    background-color: var(--primary-blue);
    color: var(--white);
}

.close-button[b-44t1gd7z4i] {
    font-family:'Source Sans 3';
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    cursor: pointer;
    font-size: 2rem;
    color: var(--secondary-black);
}

.modal-close .material-icons[b-44t1gd7z4i] {
    font-size: 2rem;
    color: var(--dark-gray);
    transition: color 0.2s;
}

.modal-close:hover .material-icons[b-44t1gd7z4i] {
    color: var(--primary-black);
}
/* _content/DI.Cache.Blazor/Components/AccountSettings/YourSkillsAndInterests.razor.rz.scp.css */
.skills-note[b-43jgl5cszy] {
    color: var(--secondary-black);
    font-size: 1.1389rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 1.06rem;
    margin-bottom: 2.25rem;
}

.skills-box[b-43jgl5cszy] {
    border: 1px solid var(--gray-menu);
    padding: 1.62rem;
    margin-bottom: 1.81rem;
}

    .skills-box.bottom[b-43jgl5cszy] {
        margin-bottom: 5.19rem;
    }

.skills-title[b-43jgl5cszy] {
    color: var(--base-ink, var(--secondary-black));
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0.25rem;
}

    .skills-title.bottom[b-43jgl5cszy] {
        margin-top: 1.37rem;
    }

.skills-desc[b-43jgl5cszy],
.modal-desc[b-43jgl5cszy] {
    color: var(--base-ink, var(--secondary-black));
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 1rem;
}

.dividier[b-43jgl5cszy] {
    height: 1px;
    background: var(--primary-black);
}

.interested-skills.outline[b-43jgl5cszy] {
    margin-bottom: 1.31rem;
}

.supporting-skills.outline[b-43jgl5cszy] {
    margin-bottom: 1.31rem;
}

.modal-overlay[b-43jgl5cszy] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(35, 35, 35, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Tooltip portal - renders at top level to avoid overflow clipping */
.tooltip-portal[b-43jgl5cszy] {
    position: fixed;
    pointer-events: none;
    z-index: 999999;
}

    .tooltip-portal > *[b-43jgl5cszy] {
        pointer-events: auto;
    }
/* _content/DI.Cache.Blazor/Components/AccountSettings/YourTeam.razor.rz.scp.css */
.team-note[b-pmy5z1vs87] {
    color: var(--secondary-black);
    font-size: 1.1389rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 1.06rem;
    margin-bottom: 1.62rem;
}

.team-box[b-pmy5z1vs87] {
    border: 1px solid var(--primary-black);
    padding: 0.75rem 1.22rem 1.06rem 1.13rem;
    min-width: 26.1875rem;
    max-width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Ensure content aligns to the left */
}

.team-title[b-pmy5z1vs87] {
    color: 1px solid var(--secondary-black);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 0.75rem;
}

.team-desc[b-pmy5z1vs87] {
    color: 1px solid var(--secondary-black);
    font-size: 1.1389rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0.75rem;
}

.leave-btn[b-pmy5z1vs87] {
    font-family:'Source Sans 3';
    justify-content: flex-end;
    align-self: flex-end;
    border:2px solid var(--primary-blue);
    background-color: transparent;
    color: var(--primary-blue);
    border-radius: 0.4474rem;
    cursor: pointer;
    text-align: center;
    padding: .5rem 1.5rem;
    flex-shrink: 0;
    font-weight: 700;
    font-size: 1.1rem;
    margin-left: auto;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.leave-btn:hover[b-pmy5z1vs87] {
    background-color: var(--primary-blue);
    color: var(--white);
}

.modal-overlay[b-pmy5z1vs87] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(35, 35, 35, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal-box[b-pmy5z1vs87] {
    max-width: 27.5625rem;
    max-height: 28.625rem;
    flex-shrink: 0;
    border-radius: 0.4474rem;
    border: 1.79px solid var(--border-light);
    background: var(--white);
    display: flex;
    flex-direction: column;
    text-align: left;
    position: relative;
    padding: 2.27rem 1.94rem 3.71rem 4.88rem;
}

.close-button[b-pmy5z1vs87] {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    cursor: pointer;
    font-size: 2rem;
    color: var(--secondary-black);
}

svg[b-pmy5z1vs87] {
    margin-top: 1rem;
}

.modal-header[b-pmy5z1vs87] {
    font-size: 2.0652rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 0.56rem;
    margin-bottom: 0.96rem;
}

.modal-body[b-pmy5z1vs87] {
    display: inline-flex;
    font-size: 1.5353rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 2.6rem;
    box-sizing: border-box;
    max-width: 18.9375rem;
}

.modal-footer[b-pmy5z1vs87] {
    display: flex;
    justify-content: center;
    margin-right: 1.94rem;
}

.modal-footer .btn[b-pmy5z1vs87] {
    padding: .5rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.9176rem;
    flex-shrink: 0;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 0.4rem;
    background-color: var(--primary-blue);
    color: var(--white);
}
/* _content/DI.Cache.Blazor/Components/Activities/DragAndDrop/DragAndDropComponent.razor.rz.scp.css */
/* --- Root Container --- */
.drag-drop-activity[b-x0m6ejezu0] {
  margin: 0 auto;
  padding: 2rem;
  background: var(--white);
  width: 80%;
}

/* --- Header --- */
.activity-header[b-x0m6ejezu0] {
  text-align: left;
  margin-bottom: 2rem;
}

.activity-title[b-x0m6ejezu0] {
  color: var(--primary-blue);
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.activity-instructions[b-x0m6ejezu0] {
    color: var(--light-gray);
    font-style: italic;
    font-size: 1rem;
    line-height: 1.4;
}

/* --- Main Layout --- */
.drag-drop-container[b-x0m6ejezu0] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

@media (max-width: 900px) {
  .drag-drop-container[b-x0m6ejezu0] {
    grid-template-columns: 1fr;
  }
}

/* --- Left Side (Drag Items) --- */
.drag-items-section[b-x0m6ejezu0] {
  background: var(--neutral-light);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  padding: 1.25rem;
}

.section-title[b-x0m6ejezu0] {
  text-align: left;
  color: var(--primary-blue);
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.drag-items-container[b-x0m6ejezu0] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* Drag cards */
.drag-item[b-x0m6ejezu0] {
  background: var(--white);
  border: 1px solid var(--gray-border-light);
  border-radius: 6px;
  padding: 0.9rem 1rem;
  font-size: 0.95rem;
  line-height: 1.3;
  cursor: grab;
  box-shadow: 0 2px 4px var(--shadow-light);
  transition: all 0.2s ease;
}

.drag-item:hover[b-x0m6ejezu0] {
  background: var(--background-hover-light-blue);
  border-color: var(--accent-blue);
  box-shadow: 0 4px 8px var(--shadow-light);
}

.drag-item.dragging[b-x0m6ejezu0] {
  opacity: 0.7;
  transform: scale(1.02);
}

/* Placeholder for dragged items */
.drag-item-placeholder[b-x0m6ejezu0] {
  background: var(--white);
  border: 2px dashed var(--gray-border-light);
  border-radius: 6px;
  padding: 0.9rem 1rem;
  font-size: 0.95rem;
  line-height: 1.3;
  color: var(--color-text-muted);
  font-style: italic;
  text-align: center;
  transition: all 0.2s ease;
}

/* --- Right Side (Drop Zones) --- */
.drop-zones-section[b-x0m6ejezu0] {
  background: var(--neutral-light);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  padding: 1.25rem;
}

.drop-zones-container[b-x0m6ejezu0] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Wrapper for step number + drop zone */
.drop-zone-wrapper[b-x0m6ejezu0] {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (max-width: 600px) {
  .drop-zone-wrapper[b-x0m6ejezu0] {
    gap: 0.75rem;
  }
}

/* Step number circle - now positioned outside */
.step-number[b-x0m6ejezu0] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-blue);
  color: var(--white);
  font-weight: 600;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  font-size: 0.9rem;
}

@media (max-width: 600px) {
  .step-number[b-x0m6ejezu0] {
    width: 28px;
    height: 28px;
    font-size: 0.8rem;
  }
}

/* Each drop zone - now without the ::before circle */
.drop-zone[b-x0m6ejezu0] {
  display: flex;
  align-items: center;
  background: var(--white);
  border: 2px dashed var(--gray-border-light);
  border-radius: 6px;
  padding-left: 0.8rem;
  min-height: 70px;
  transition: all 0.25s ease;
  box-shadow: 0 1px 2px var(--shadow-light);
  justify-content: center;
  text-align: center;
  flex: 1;
}

.drop-zone.drag-over[b-x0m6ejezu0] {
  background: var(--feedback-blue);
  border-color: var(--primary-blue);
  box-shadow: 0 2px 6px var(--shadow-medium);
}

/* Drop zone when filled with an item */
.drop-zone.filled[b-x0m6ejezu0] {
  background: var(--feedback-blue);
  border: 2px solid var(--primary-blue);
  position: relative;
  justify-content: left;
  text-align: left;
}

/* Prevent drag over styling when zone is already filled */
.drop-zone.filled.drag-over[b-x0m6ejezu0] {
  background: var(--primary-blue);
  border-color: var(--primary-blue);
  opacity: 0.8;
  cursor: not-allowed;
}

/* Remove button styling for filled zones */
.remove-btn[b-x0m6ejezu0] {
  font-family:'Source Sans 3';
  padding: .5rem 1.5rem;
  position: absolute;
  top: 0.125rem;
  right: 0.125rem;
  background: var(--background-hover-light-blue);
  border: none;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.remove-btn:hover[b-x0m6ejezu0] {
  background: var(--gray-lighter);
}

/* Placeholder text when empty */
.drop-placeholder[b-x0m6ejezu0] {
  flex: 1;
  color: var(--color-text-muted);
  font-style: italic;
}

/* Dropped item appearance */
.dropped-item[b-x0m6ejezu0] {
  flex: 1;
  background: var(--neutral-light);
  border: 1px solid var(--gray-border-light);
  border-radius: 4px;
  padding: 0.6rem 0.8rem;
  font-size: 0.95rem;
  line-height: 1.3;
  box-shadow: 0 1px 2px var(--shadow-light);
}

/* Feedback (if used) */
.match-correct[b-x0m6ejezu0] {
  border-color: var(--color-accent-green);
  background-color: var(--correct-light-green);
}

.match-incorrect[b-x0m6ejezu0] {
  border-color: var(--color-accent-red);
  background-color: var(--incorrect-light-red);
}

/* --- Misc --- */
.empty-state[b-x0m6ejezu0] {
  text-align: center;
  color: var(--color-text-muted);
  font-style: italic;
}

.submit-section[b-x0m6ejezu0] {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5rem;
}

.next-section[b-x0m6ejezu0] {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5rem;
}

.check-button[b-x0m6ejezu0] {
  background-color: var(--primary-blue);
  border: none;
  color: var(--white);
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.check-button:hover:not(.disabled)[b-x0m6ejezu0] {
  opacity: 0.90;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px var(--shadow-medium);
}

.check-button.disabled[b-x0m6ejezu0],
.check-button:disabled[b-x0m6ejezu0] {
  background: var(--gray-lighter);
  color: var(--color-text-muted);
  cursor: not-allowed;
  opacity: 0.6;
  transform: none;
  box-shadow: none;
}

.next-button[b-x0m6ejezu0] {
  font-family: 'Source Sans 3';
  background-color: var(--primary-blue);
  border: none;
  color: var(--white);
  padding: .5rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.next-button:hover:not(.disabled)[b-x0m6ejezu0] {
  opacity: 0.90;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px var(--shadow-medium);
}

.next-button.disabled[b-x0m6ejezu0],
.next-button:disabled[b-x0m6ejezu0] {
  background: var(--gray-lighter);
  color: var(--color-text-muted);
  cursor: not-allowed;
  opacity: 0.6;
  transform: none;
  box-shadow: none;
}

.submit-help[b-x0m6ejezu0] {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: var(--color-text-muted);
  font-style: italic;
  text-align: right;
}
/* _content/DI.Cache.Blazor/Components/Activities/GenericActivity/GenericActivityComponent.razor.rz.scp.css */
/* Generic Activity Component Styles */
.activity-component[b-kqffi48m86] {
    background-color: var(--white);
}

.activity-header[b-kqffi48m86] {
    text-align: left;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

/* Remove spacing for sorting activities */
.sorting-paragraph-activity .activity-header[b-kqffi48m86] {
    margin-bottom: 0;
}

.activity-title[b-kqffi48m86] {
    color: var(--primary-blue);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.activity-subtitle[b-kqffi48m86] {
    color: var(--color-text-muted);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    font-style: italic;
}

/* Main Layout */
.activity-layout[b-kqffi48m86] {
    display: flex;
    flex-direction: column;
}

.item-display[b-kqffi48m86] {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--gray-dark);
    line-height: 1.4;
}


/* Vertical layout variant for embedded usage */
.activity-layout.vertical[b-kqffi48m86] {
    flex-direction: column;
}

.activity-layout.vertical .activity-sidebar[b-kqffi48m86] {
    align-items: center;
}

.activity-main-content[b-kqffi48m86] {
    flex: 1;
    min-width: 0; /* Allows flex shrinking */
    order: 1;
}

/* Drag and Drop Interface Styles */
.activity-container[b-kqffi48m86] {
    display: flex;
    flex-direction: column;
}

/* Grid Layout */
.activity-grid-layout[b-kqffi48m86] {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 0;
}

.position-column[b-kqffi48m86] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 93px;
    padding: 0 10px 10px 10px;
    background-color: rgba(248, 248, 248, 0.5);
    border-radius: 6px 0 0 6px;
}

/* Hide background and position header for sorting activities */
.sorting-paragraph-activity .position-column[b-kqffi48m86] {
    background-color: transparent;
}

.sorting-paragraph-activity .position-column-header[b-kqffi48m86] {
    visibility: hidden;
}

.position-column .position-number-cell[b-kqffi48m86] {
    height: 64px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.position-column-header[b-kqffi48m86] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 73px;
    height: 64px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.8rem;
    color: var(--primary-blue);
    letter-spacing: 0.5px;
    border-bottom: none;
    margin: 0;
}

.position-header-label[b-kqffi48m86] {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--primary-blue);
    letter-spacing: 0.5px;
}

.items-column[b-kqffi48m86] {
    display: flex;
    flex-direction: column;
}

.items-column-spacer[b-kqffi48m86] {
    height: 64px;
    width: 100%;
}

.position-item-row[b-kqffi48m86] {
    display: flex;
    align-items: center;
    height: 64px;
    padding: 8px;
    border-radius: 0 8px 8px 0;
    transition: all 0.3s ease;
    border: 2px dashed transparent;
    margin-bottom: 0;
}

.position-item-row:hover[b-kqffi48m86] {
    background-color: rgba(248, 248, 248, 0.3);
}

.position-item-row.drag-over[b-kqffi48m86] {
    border-color: var(--primary-blue);
    background-color: rgba(0, 123, 255, 0.25);
    border-style: solid;
    border-width: 3px;
    transform: scale(1.02);
    box-shadow: 0 6px 16px rgba(0, 123, 255, 0.3);
}

.position-number-cell[b-kqffi48m86] {
    background-color: transparent;
    flex-shrink: 0;
    transition: all 0.3s ease;
    padding: 8px !important;
    height: 68px !important;
}

.position-column .position-number-cell .position-number[b-kqffi48m86] {
    width: 42px !important;
    height: 42px !important;
    background-color: var(--primary-blue) !important;
    border-radius: 21px;
    font-weight: bold;
    font-size: 1rem !important;
    color: var(--white) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.position-number[b-kqffi48m86] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--primary-blue);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.position-item-cell[b-kqffi48m86] {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 10px 0;
    border-radius: 0;
    height: 64px;
}

.empty-drop-zone[b-kqffi48m86] {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-lighter);
    font-style: italic;
    border: 2px dashed var(--gray-border-light);
    border-radius: 6px;
    background-color: var(--off-white);
    padding: 10px;
}



.draggable-item[b-kqffi48m86] {
    display: flex;
    gap: 1rem;
    padding: 12px 5rem 12px 15px ;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    background-color: var(--primary-off-white);
    cursor: grab;
    transition: all 0.3s ease;
    user-select: none;
    width: 100%;
    min-height: 3rem;
    align-items: center;
}

/* Feedback styles for draggable items after submission */
.draggable-item.correct[b-kqffi48m86] {
    border-color: var(--approved-green) !important;
    background-color: var(--correct-light-green) !important;
    transition: all 0.3s ease;
}

.draggable-item.incorrect[b-kqffi48m86] {
    border-color: var(--alert-red) !important;
    background-color: var(--incorrect-light-red) !important;
    transition: all 0.3s ease;
}

/* Ensure feedback styles override hover states after submission */
.draggable-item.correct:hover[b-kqffi48m86],
.draggable-item.incorrect:hover[b-kqffi48m86] {
    transform: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.draggable-item.correct:hover[b-kqffi48m86] {
    border-color: var(--approved-green) !important;
}

.draggable-item.incorrect:hover[b-kqffi48m86] {
    border-color: var(--alert-red) !important;
}

.draggable-item:hover[b-kqffi48m86] {
    border-color: var(--primary-blue);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

.draggable-item:active[b-kqffi48m86] {
    cursor: grabbing;
    transform: scale(0.98);
}

.draggable-item[draggable="true"][b-kqffi48m86] {
    opacity: 0.8;
}

.drag-handle[b-kqffi48m86] {
    cursor: grab;
    margin-right: 8px;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
}

.drag-handle svg[b-kqffi48m86] {
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.draggable-item:hover .drag-handle svg[b-kqffi48m86] {
    opacity: 1;
}

.item-content[b-kqffi48m86] {
    flex: 1;
}

/* Drag feedback styles */
.draggable-item.drag-over[b-kqffi48m86] {
    border-color: var(--primary-blue);
    background-color: rgba(0, 123, 255, 0.15);
    transform: scale(1.02);
}

/* Dragging styles */
.draggable-item.being-dragged[b-kqffi48m86] {
    cursor: grabbing;
    opacity: 0.6;
}

.draggable-item.being-dragged .drag-handle[b-kqffi48m86] {
    opacity: 0.3;
}

/* Disabled state styles */
.draggable-item.disabled[b-kqffi48m86] {
    cursor: not-allowed;
    user-select: none;
}

.draggable-item.disabled:not(.correct):not(.incorrect)[b-kqffi48m86] {
    opacity: 0.6;
    background-color: var(--neutral-light);
    border-color: var(--border-light);
}

.draggable-item.disabled:hover[b-kqffi48m86] {
    box-shadow: none;
    transform: none;
}

.draggable-item.disabled:not(.correct):not(.incorrect):hover[b-kqffi48m86] {
    border-color: var(--border-light);
}

.draggable-item.disabled .drag-handle[b-kqffi48m86] {
    cursor: not-allowed;
    opacity: 0.3;
}

.position-item-row.drop-disabled[b-kqffi48m86] {
    cursor: not-allowed;
    opacity: 0.7;
}

.position-item-row.drop-disabled:hover[b-kqffi48m86] {
    background-color: transparent;
}

/* Responsive Design */
@media (max-width: 768px) {
    .activity-layout[b-kqffi48m86] {
        flex-direction: column;
        gap: 20px;
    }

    .activity-sidebar[b-kqffi48m86] {
        width: 100%;
        order: 2;
    }

    .activity-main-content[b-kqffi48m86] {
        order: 1;
    }

    .submit-container-sidebar[b-kqffi48m86] {
        justify-content: center;
    }

    .activity-component[b-kqffi48m86] {
        padding: 15px;
        margin: 10px;
    }
    
    .btn[b-kqffi48m86] {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .activity-title[b-kqffi48m86] {
        font-size: 1.3rem;
    }
    
    .item-display[b-kqffi48m86] {
        font-size: 1rem;
    }
}

/* Focus States for Accessibility */
.btn:focus[b-kqffi48m86] {
    outline: 2px solid var(--primary-blue);
    outline-offset: 2px;
}

/* Empty State Styles */
.empty-state[b-kqffi48m86] {
    text-align: center;
    padding: 40px 20px;
    background-color: var(--neutral-light);
    border-radius: 8px;
    margin: 20px 0;
}

.empty-state-message[b-kqffi48m86] {
    font-size: 1.1rem;
    color: var(--gray-dark);
    margin-bottom: 10px;
    font-weight: 500;
}

.empty-state-note[b-kqffi48m86] {
    font-size: 0.9rem;
    color: var(--gray-medium);
    margin: 0;
    font-style: italic;
}

/* Next Button Container with Feedback Popup Above */
.next-button-container[b-kqffi48m86] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    /* Remove min-height to prevent unwanted height growth */
}

.feedback-above-button[b-kqffi48m86] {
    position: relative;
    width: 100%;
    height: 0; /* No height since popup is absolutely positioned */
    display: flex;
    justify-content: center;
    transform-origin: top center;
}

.above-next-button[b-kqffi48m86] {
    /* Additional styling for feedback popup when positioned above next button */
    max-width: 600px;
    margin: 0 auto;
}
/* _content/DI.Cache.Blazor/Components/Activities/MatchingActivity/AnswerCard.razor.rz.scp.css */
/* Answer Card Component Styles */

.reusable-answer-card[b-tclqf8tf6i] {
    border: 1px solid var(--accent-blue);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    padding: 15px 20px;
    border-radius: 8px;
    background-color: var(--white);
    cursor: grab;
    transition: all 0.3s ease;
    min-height: 60px;
    min-width: 150px;
    box-shadow: 0 2px 4px var(--shadow-light);
    user-select: none;
    font-family: "Source Sans 3", sans-serif;
    width: 270px;
    height: 117px;
}

.reusable-answer-card:hover[b-tclqf8tf6i] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px var(--shadow-medium);
}

.reusable-answer-card:active[b-tclqf8tf6i] {
    cursor: grabbing;
}

.reusable-answer-card.used[b-tclqf8tf6i] {
    opacity: 1;
    cursor: not-allowed;
    border: 2px solid var(--approved-green);
    border-radius: 8px;
    background-color: var(--correct-light-green);
    flex-direction: column;
    align-items: flex-start;
}

.reusable-answer-card.used:hover[b-tclqf8tf6i] {
    transform: none;
    box-shadow: 0 2px 4px var(--shadow-light);
    border: 2px solid var(--approved-green);
}

.answer-text[b-tclqf8tf6i] {
    font-size: 0.90rem;
    color: var(--neutral-dark);
    font-weight: 400;
    line-height: 100%;
}

/* Correct indicator styles */
.correct-indicator[b-tclqf8tf6i] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    align-self: flex-start;
}

.correct-text[b-tclqf8tf6i] {
    font-size: 0.9rem;
    font-weight: 600;
}

.correct-indicator svg[b-tclqf8tf6i] {
    flex-shrink: 0;
}

.incorrect-indicator[b-tclqf8tf6i] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    align-self: flex-start;
}

.incorrect-text[b-tclqf8tf6i] {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--alert-red);
}

/* Incorrect answer card styles - Higher specificity for incorrect state */
.reusable-answer-card.used.incorrect[b-tclqf8tf6i],
.reusable-answer-card.incorrect[b-tclqf8tf6i] {
    opacity: 1;
    cursor: not-allowed;
    background-color: var(--incorrect-light-red);
    border: 2px solid var(--alert-red);
    flex-direction: column;
    align-items: flex-start;
}

.reusable-answer-card.incorrect:hover[b-tclqf8tf6i],
.reusable-answer-card.used.incorrect:hover[b-tclqf8tf6i] {
    transform: none;
    box-shadow: 0 2px 4px var(--shadow-light);
    border: 2px solid var(--alert-red);
}

/* Drag and Drop Animation States */
.reusable-answer-card.dragging[b-tclqf8tf6i] {
    opacity: 1;
    z-index: 1000;
    box-shadow: 0 8px 16px var(--shadow-dark);
    border: 2px solid var(--accent-blue);
    border-radius: 8px;
    transform: none;
}

/* Ensure incorrect cards maintain visibility while dragging */
.reusable-answer-card.dragging.incorrect[b-tclqf8tf6i] {
    opacity: 1;
    background-color: var(--incorrect-light-red);
    border: 2px solid var(--alert-red);
    box-shadow: 0 8px 16px var(--shadow-incorrect-drag);
}

/* Responsive Design */
@media (max-width: 768px) {
    .reusable-answer-card[b-tclqf8tf6i] {
        min-width: 120px;
        padding: 12px 16px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .reusable-answer-card[b-tclqf8tf6i] {
        min-width: 100px;
        padding: 10px 12px;
        font-size: 0.85rem;
    }
}

/* _content/DI.Cache.Blazor/Components/Activities/MatchingActivity/MatchingActivityComponent.razor.rz.scp.css */
/* Matching Activity Component Styles */
.matching-activity[b-b4pye1nwcu] {
    padding: 20px;
    background-color: var(--white);
    font-family: "Source Sans 3", sans-serif;
    max-width: 1310px;
    margin: 0 auto;
}

.matching-header[b-b4pye1nwcu] {
    text-align: left;
}

.matching-title[b-b4pye1nwcu] {
    color: var(--primary-blue);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.matching-instructions[b-b4pye1nwcu] {
    color: var(--color-text-muted);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    font-style: italic;
}

.matching-score[b-b4pye1nwcu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--neutral-light);
    padding: 10px 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-weight: 500;
}

.score-display[b-b4pye1nwcu] {
    color: var(--primary-blue);
    font-size: 1.1rem;
}

.attempts-display[b-b4pye1nwcu] {
    color: var(--gray-dark);
    font-size: 1rem;
}

/* Core matching activity layout - simplified for new format only */





.btn[b-b4pye1nwcu] {
    font-family:'Source Sans 3';
    padding: .5rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-primary[b-b4pye1nwcu] {
    background-color: var(--primary-blue);
    color: var(--white);
}

.btn-secondary[b-b4pye1nwcu] {
    background-color: var(--gray-lighter);
    color: var(--gray-dark);
}

.btn-secondary:hover[b-b4pye1nwcu] {
    background-color: var(--gray-border-light);
}

.next-button[b-b4pye1nwcu] {
    font-family: 'Source Sans 3';
    padding: .5rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    min-width: 120px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.next-button:hover[b-b4pye1nwcu] {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

/* Completion State */
.matching-completed[b-b4pye1nwcu] {
    text-align: center;
    padding: 30px;
    background-color: var(--neutral-light);
    border-radius: 8px;
}

.completion-message h4[b-b4pye1nwcu] {
    color: var(--approved-green);
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.final-score[b-b4pye1nwcu] {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--primary-blue);
    margin-bottom: 10px;
}

.completion-time[b-b4pye1nwcu] {
    font-size: 1rem;
    color: var(--gray-dark);
    margin-bottom: 20px;
}

.detailed-feedback[b-b4pye1nwcu] {
    margin: 20px 0;
    text-align: left;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.detailed-feedback h5[b-b4pye1nwcu] {
    color: var(--gray-title);
    margin-bottom: 15px;
    text-align: center;
}

.match-feedback[b-b4pye1nwcu] {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 8px;
    border-radius: 6px;
    background-color: var(--white);
}

.match-feedback.correct[b-b4pye1nwcu] {
    border-left: 4px solid var(--approved-green);
}

.match-feedback.incorrect[b-b4pye1nwcu] {
    border-left: 4px solid var(--alert-red);
}

.match-status[b-b4pye1nwcu] {
    font-size: 1.2rem;
    margin-right: 10px;
    width: 20px;
}

.match-feedback.correct .match-status[b-b4pye1nwcu] {
    color: var(--approved-green);
}

.match-feedback.incorrect .match-status[b-b4pye1nwcu] {
    color: var(--alert-red);
}

.match-description[b-b4pye1nwcu] {
    flex-grow: 1;
    font-weight: 500;
}

.feedback-message[b-b4pye1nwcu] {
    font-size: 0.9rem;
    color: var(--gray-dark);
    font-style: italic;
    margin-top: 5px;
}

/* Feedback Popup */
.feedback-popup[b-b4pye1nwcu] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px 25px;
    border-radius: 6px;
    font-weight: 500;
    z-index: 1000;
    animation: fadeInOut-b-b4pye1nwcu 2s ease-in-out;
}

.feedback-success[b-b4pye1nwcu] {
    background-color: var(--approved-green);
    color: var(--white);
}

.feedback-error[b-b4pye1nwcu] {
    background-color: var(--alert-red);
    color: var(--white);
}

@keyframes fadeInOut-b-b4pye1nwcu {
    0%, 100% { opacity: 0; }
    50% { opacity: 1; }
}

/* Layout Variants */
.layout-grid .matching-drag-drop[b-b4pye1nwcu] {
    grid-template-columns: 1fr;
}

.layout-grid .click-items-grid[b-b4pye1nwcu] {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

/* Compact Layout - Smaller spacing and items */
.layout-compact .matching-activity[b-b4pye1nwcu] {
    padding: 15px;
}

.layout-compact .matching-drag-drop[b-b4pye1nwcu] {
    gap: 15px;
}

.layout-compact .draggable-item[b-b4pye1nwcu],
.layout-compact .drop-zone[b-b4pye1nwcu],
.layout-compact .clickable-item[b-b4pye1nwcu] {
    padding: 8px 12px;
    min-height: 50px;
    font-size: 0.9rem;
}

.layout-compact .click-items-grid[b-b4pye1nwcu] {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
}

.layout-compact .item-image[b-b4pye1nwcu] {
    max-width: 40px;
    max-height: 30px;
}

/* Wide Layout - More generous spacing */
.layout-wide .matching-activity[b-b4pye1nwcu] {
    padding: 30px;
    max-width: 1400px;
}

.layout-wide .matching-drag-drop[b-b4pye1nwcu] {
    gap: 30px;
}

.layout-wide .draggable-item[b-b4pye1nwcu],
.layout-wide .drop-zone[b-b4pye1nwcu],
.layout-wide .clickable-item[b-b4pye1nwcu] {
    padding: 20px 25px;
    min-height: 80px;
    margin-bottom: 15px;
}

.layout-wide .click-items-grid[b-b4pye1nwcu] {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.layout-wide .item-image[b-b4pye1nwcu] {
    max-width: 100px;
    max-height: 75px;
}

/* Vertical Layout - Stacked arrangement */
.layout-vertical .matching-drag-drop[b-b4pye1nwcu] {
    grid-template-columns: 1fr;
    gap: 25px;
}

.layout-vertical .left-items[b-b4pye1nwcu],
.layout-vertical .right-items[b-b4pye1nwcu] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.layout-vertical .left-items h4[b-b4pye1nwcu],
.layout-vertical .right-items h4[b-b4pye1nwcu] {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.layout-vertical .draggable-item[b-b4pye1nwcu],
.layout-vertical .drop-zone[b-b4pye1nwcu] {
    flex: 0 1 calc(33.333% - 10px);
    min-width: 150px;
    text-align: center;
}

.layout-vertical .click-items-grid[b-b4pye1nwcu] {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
    justify-items: center;
}

.layout-vertical .memory-cards-grid[b-b4pye1nwcu] {
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .matching-activity[b-b4pye1nwcu] {
        padding: 15px;
    }
    
    .matching-drag-drop[b-b4pye1nwcu] {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .matching-score[b-b4pye1nwcu] {
        flex-direction: column;
        gap: 10px;
    }
    
    .click-items-grid[b-b4pye1nwcu] {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    
    .draggable-item[b-b4pye1nwcu], .drop-zone[b-b4pye1nwcu], .clickable-item[b-b4pye1nwcu] {
        padding: 12px;
    }
    
    .item-image[b-b4pye1nwcu], .matched-image[b-b4pye1nwcu] {
        max-width: 60px;
        max-height: 45px;
    }
}

@media (max-width: 480px) {
    .matching-title[b-b4pye1nwcu] {
        font-size: 1.3rem;
    }
    
    .click-items-grid[b-b4pye1nwcu] {
        grid-template-columns: 1fr;
    }
    
    .draggable-item[b-b4pye1nwcu], .drop-zone[b-b4pye1nwcu] {
        flex-direction: column;
        text-align: center;
        min-height: 80px;
    }
    
    .item-image[b-b4pye1nwcu], .matched-image[b-b4pye1nwcu] {
        margin-right: 0;
        margin-bottom: 8px;
    }
}



/* New Matching Activity Layout Styles */
.new-matching-layout[b-b4pye1nwcu] {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 20px;
}

.questions-and-dropzones[b-b4pye1nwcu] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.question-row[b-b4pye1nwcu] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    align-items: center;
    padding: 0 0 0 15px;
    border-radius: 8px;
    background-color: var(--primary-off-white);
    border: 1px solid var(--border-light);
}

.new-matching-layout .next-button-container[b-b4pye1nwcu] {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    width: 100% !important;
    margin-top: 20px !important;
}

.question-item[b-b4pye1nwcu] {
    display: flex;
    align-items: start;
    gap: 10px;
}

.no-answers-message[b-b4pye1nwcu] {
    color: var(--alert-red);
    padding: 20px;
    border: 2px solid var(--alert-red);
    text-align: center;
    border-radius: 6px;
    background-color: var(--color-accent-red-very-light);
}

.question-number[b-b4pye1nwcu] {
    font-weight: 600;
    color: var(--secondary-black);
    font-size: 1.1rem;
    min-width: 25px;
}

.question-text[b-b4pye1nwcu] {
    font-size: 1rem;
    font-family: "Source Sans 3";
    color: var(--neutral-dark);
    line-height: 100%;
}

.drop-zone-container[b-b4pye1nwcu] {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.drop-zone[b-b4pye1nwcu] {
    width: 100%;
    min-height: 60px;
    padding: 10px 15px;
    border: 1px dashed var(--gray-border-light);
    border-radius: 8px;
    background-color: var(--off-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.drop-zone.empty:hover[b-b4pye1nwcu] {
    border-color: var(--accent-blue);
    background-color: var(--blue-selected-bg);
}

.drop-zone.has-answer[b-b4pye1nwcu] {
    border: 1px solid;
    text-align: left;
}

.drop-zone.has-answer.correct[b-b4pye1nwcu] {
    border-color: var(--approved-green);
    background-color: var(--correct-light-green);
}

.drop-zone.has-answer.incorrect[b-b4pye1nwcu] {
    border-color: var(--alert-red);
    background-color: var(--incorrect-light-red);
}

.drop-placeholder[b-b4pye1nwcu] {
    color: var(--gray-lighter);
    font-style: italic;
    font-size: 0.9rem;
}

.matched-answer[b-b4pye1nwcu] {
    font-weight: 500;
    color: var(--neutral-dark);
    text-align: left;
}

.matched-answer.correct[b-b4pye1nwcu], .matched-answer.incorrect[b-b4pye1nwcu] {
    padding: 8px;
    font-weight: 500;
    font-size: 13px;
    color: var(--neutral-dark);
}

/* Feedback indicator styles removed - no longer needed */

.answer-cards-container[b-b4pye1nwcu] {
    margin-top: 30px;
    padding-top: 20px;
}

.answer-cards-container h4[b-b4pye1nwcu] {
    text-align: center;
    color: var(--gray-title);
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.answer-cards-row[b-b4pye1nwcu] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: stretch;
}

.answer-cards-row > *[b-b4pye1nwcu] {
    flex: 1 1 0;
    min-width: 200px;
}



.drop-zone.drag-over[b-b4pye1nwcu] {
    border-color: var(--primary-blue) !important;
    background-color: var(--blue-selected-bg) !important;
    transform: scale(1.02);
    border-style: solid !important;
}

/* Responsive Design for New Layout */
@media (max-width: 768px) {
    .question-row[b-b4pye1nwcu] {
        grid-template-columns: 1fr;
        gap: 10px;
        text-align: center;
    }

    .answer-cards-row[b-b4pye1nwcu] {
        gap: 12px;
    }
    
    .answer-cards-row > *[b-b4pye1nwcu] {
        min-width: 150px;
        flex: 1 1 calc(50% - 6px);
    }
    
    .drop-zone[b-b4pye1nwcu] {
        min-width: 150px;
    }
}

@media (max-width: 480px) {
    .answer-cards-row[b-b4pye1nwcu] {
        gap: 10px;
        flex-direction: column;
    }
    
    .answer-cards-row > *[b-b4pye1nwcu] {
        flex: 1 1 100%;
        min-width: auto;
    }
}
/* _content/DI.Cache.Blazor/Components/Activities/MicrolearningSummaryComponent.razor.rz.scp.css */
.build-summary-container[b-g5am6mm5y7] {
    max-width: 100%;
}

.activity-header[b-g5am6mm5y7] {
    color: var(--primary-blue);
    font-size: 1.74563rem;
    font-weight: 600;
    margin-bottom: 0;
     margin-bottom: 2rem;
}

.activity-directions[b-g5am6mm5y7] {
    color: var(--gray-dark);
    margin: 0;
    font-size: 1.48213rem;
    font-style: normal;
    font-weight: 300;
    line-height: 126%;
    font-style: italic;
}

.instructions[b-g5am6mm5y7] {
    color: var(--gray-dark);
    font-size: 1.14513rem;
    font-weight: 300;
    margin-top: 0;
}

.activity-content[b-g5am6mm5y7] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.available-items[b-g5am6mm5y7],
.summary-area[b-g5am6mm5y7] {
    border-radius: 0.3125rem;
    background: var(--primary-off-white);
    padding: 1rem;
}

.available-items h4[b-g5am6mm5y7],
.summary-area h4[b-g5am6mm5y7] {
    margin: 0 0 1rem 0;
    color: var(--primary-blue);
    font-size: 1.3rem;
    font-weight: 600;
}

.items-pool[b-g5am6mm5y7] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.item[b-g5am6mm5y7] {
    padding: 15px 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.available-item[b-g5am6mm5y7] {
    border-radius: 0.3125rem;
    border: 1px solid var(--accent-blue);
    background: var(--white);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
}

.available-item:active[b-g5am6mm5y7] {
    cursor: grabbing;
}

.summary-items[b-g5am6mm5y7] {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.empty-message[b-g5am6mm5y7] {
    display: flex;
    color: var(--empty-drag-item);
    text-align: center;
    font-size: 1.03163rem;
    font-style: italic;
    font-weight: 600;
}

.fixed-item[b-g5am6mm5y7] {
    border-radius: 0.3125rem;
    border: 1px solid var(--accent-blue);
    background: var(--fixed-item-background);
    color: var(--secondary-black);
    font-size: 1.125rem;
    font-weight: 400;
}

.drop-zone-item[b-g5am6mm5y7] {
    display: flex;
    justify-content: center;
    border-radius: 0.3125rem;
    border: 1px dashed var(--primary-black);
    background: var(--gray-very-light);
}

.selected-item[b-g5am6mm5y7] {
    border-radius: 0.3125rem;
    border: 1px solid var(--accent-blue);
    background: var(--feedback-blue);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.50);
    
}

.item-text[b-g5am6mm5y7] {
    flex: 1;
    font-weight: 500;
    line-height: 1.4;
}

.remove-btn[b-g5am6mm5y7] {
    border: none;
    background: none;
    display: flex;
    margin-bottom: 7%;
}

.activity-actions[b-g5am6mm5y7] {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 20px;
}

.btn[b-g5am6mm5y7] {
    font-family:'Source Sans 3';
    display: flex;
    padding: .5rem 1.5rem;
    font-size: 1.875rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-primary[b-g5am6mm5y7] {
    font-family:'Source Sans 3';
    background-color: var(--primary-blue);
    border: none;
    color: var(--white);
    padding: .5rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    box-shadow: 0 0.125rem 0.25rem var(--shadow-light);
    margin-bottom: 1rem;
    margin-right: 1rem;
}

.btn-primary:disabled[b-g5am6mm5y7] {
    display: none;
}


/* Drag and Drop States */
.available-item.dragging[b-g5am6mm5y7] {
    opacity: 0.7;
    transform: rotate(3deg) scale(1.05);
    z-index: 1000;
}

.summary-items.drag-over[b-g5am6mm5y7] {
    border: 2px dashed var(--primary-blue);
    background-color: var(--blue-selected-bg);
}

.summary-title[b-g5am6mm5y7] {
    color: var(--black);
    margin-bottom: 0.625rem;
    font-size: 2.08706rem;
    font-style: normal;
    font-weight: 600;
    line-height: 162%;
}

.summary-directions[b-g5am6mm5y7] {
    color: var(--gray-dark);
    margin: 0;
    font-size: 1.48213rem;
    font-style: normal;
    font-weight: 300;
    line-height: 126%;
}
/* _content/DI.Cache.Blazor/Components/Activities/OddOneOut/OddOneOutComponent.razor.rz.scp.css */
/* Odd One Out Activity Component Styles */
.odd-one-out-activity[b-526a2nzffv] {
    padding: 2.5rem 3.75rem;
    margin: 0 2rem;
    border-radius: 0.5rem;
    background-color: var(--primary-off-white);
    width: 80%;
    margin: 0 auto;
}

.activity-header[b-526a2nzffv] {
    text-align: left;
    margin-bottom: 1.25rem;
    padding-bottom: 0.9375rem;
}

.activity-title[b-526a2nzffv] {
    color: var(--primary-blue);
    margin-bottom: 0.625rem;
    font-size: 2.08706rem;
    font-style: normal;
    font-weight: 600;
    line-height: 162%;
}

.activity-directions[b-526a2nzffv] {
    color: var(--gray-dark);
    margin: 0;
    font-size: 1.48213rem;
    font-style: normal;
    font-weight: 300;
    line-height: 126%;
    font-style: italic;
}

.activity-description[b-526a2nzffv] {
    color: var(--gray-dark);
    font-size: 0.9rem;
    line-height: 1.4;
    margin: 0.625rem 0 0 0;
    font-style: italic;
}

.activity-content[b-526a2nzffv] {
    padding: 1.25rem;
}

/* Options Container */
.options-container[b-526a2nzffv] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    margin-bottom: 1.25rem;
}

@media (max-width: 768px) {
    .options-container[b-526a2nzffv] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
}

/* Option Items */
.option-item[b-526a2nzffv] {
    border: 2px solid var(--border-light);
    border-radius: 0.5rem;
    padding: 1.25rem;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: var(--white);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 5rem;
}

.option-item:hover[b-526a2nzffv] {
    border-color: var(--primary-blue);
    background-color: var(--background-hover-light-blue);
    transform: translateY(-2px);
    box-shadow: 0 0.25rem 0.5rem var(--shadow-light);
}

.option-item.selected[b-526a2nzffv] {
    border-color: var(--primary-blue);
    background-color: var(--blue-selected-bg);
    box-shadow: 0 0 0.5rem var(--shadow-medium);
}

.option-item.option-correct[b-526a2nzffv] {
    border-color: var(--progress-green);
    background-color: var(--correct-light-green);
    box-shadow: 0 0 0.5rem var(--shadow-medium);
}

.option-item.option-incorrect[b-526a2nzffv] {
    border-color: var(--alert-red);
    background-color: var(--incorrect-light-red);
    box-shadow: 0 0 0.5rem var(--shadow-medium);
}

.option-content[b-526a2nzffv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    gap: 0.75rem;
}

/* Checkbox Container */
.checkbox-container[b-526a2nzffv] {
    display: flex;
    justify-content: center;
    margin-bottom: 0.5rem;

}

/* Custom Checkbox Styling */
.custom-checkbox[b-526a2nzffv] {
    width: 24px;
    height: 24px;
    border: 2px solid var(--border-accent-blue);
    border-radius: 2rem;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    cursor: pointer;
}

.custom-checkbox:hover[b-526a2nzffv] {
    border-color: var(--primary-blue);
}

.custom-checkbox.checked[b-526a2nzffv] {
    background-color: var(--primary-blue);
    border-color: var(--primary-blue);
}

/* Checkbox feedback states */
.option-item.option-correct .custom-checkbox.checked[b-526a2nzffv] {
    background-color: var(--progress-green);
    border-color: var(--progress-green);
}

.option-item.option-incorrect .custom-checkbox.checked[b-526a2nzffv] {
    background-color: var(--alert-red);
    border-color: var(--alert-red);
}

.custom-checkbox .checkmark[b-526a2nzffv] {
    color: var(--white);
    opacity: 1;
}
.custom-checkbox.show-x[b-526a2nzffv] {
    border-color: var(--alert-red);
    background-color: var(--alert-red);
}

.custom-checkbox .x-mark[b-526a2nzffv] {
    color: var(--white);
    opacity: 1;
}
.option-text[b-526a2nzffv] {
    color: var(--gray-dark);
    text-align: center;
    font-size: 1.375rem;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
}

.option-item.option-correct .option-text[b-526a2nzffv] {
    color: var(--progress-green);
    font-weight: 600;
}

.option-item.option-incorrect .option-text[b-526a2nzffv] {
    color: var(--alert-red);
    font-weight: 600;
}

/* Feedback Icons */
.feedback-icon[b-526a2nzffv] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.75rem;
}

.feedback-icon svg[b-526a2nzffv] {
    width: 1.25rem;
    height: 1.25rem;
    stroke-width: 3;
}

.option-correct .feedback-icon[b-526a2nzffv] {
    color: var(--progress-green);
    background-color: var(--color-success-light);
    border-radius: 50%;
    padding: 0.25rem;
}

.option-incorrect .feedback-icon[b-526a2nzffv] {
    color: var(--alert-red);
    background-color: var(--color-accent-red-light);
    border-radius: 50%;
    padding: 0.25rem;
}

/* Submit Section */
.submit-section[b-526a2nzffv] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
    min-width: 86rem;
    margin: 1rem auto 0 auto;
}

.submit-button[b-526a2nzffv] {
    background-color: var(--primary-blue);
    border: none;
    color: var(--white);
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    box-shadow: 0 0.125rem 0.25rem var(--shadow-light);
}

.submit-button:hover:not(.disabled)[b-526a2nzffv] {
    opacity: 0.90;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px var(--shadow-medium);
}

.submit-button.disabled[b-526a2nzffv] {
    background-color: var(--gray-lighter);
    color: var(--gray-dark);
    cursor: not-allowed;
    opacity: 0.6;
    transform: none;
    box-shadow: none;
}

.submit-help[b-526a2nzffv] {
    color: var(--gray-lighter);
    font-size: 0.875rem;
    margin-top: 0.5rem;
    font-style: italic;
    text-align: right;
}

/* Go Button */
.go-button-section[b-526a2nzffv] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
    min-width: 88rem;
    margin: 1rem auto 0 auto;
}

.go-button[b-526a2nzffv] {
    background-color: var(--primary-blue);
    border: none;
    color: var(--white);
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    box-shadow: 0 0.125rem 0.25rem var(--shadow-light);
}

.go-button:hover[b-526a2nzffv] {
    opacity: 0.90;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px var(--shadow-medium);
}



/* Feedback Section */
.feedback-section[b-526a2nzffv] {
    margin-top: 1.25rem;
    padding: 1.25rem;
    border-radius: 0.5rem;
    text-align: center;
}

.feedback-section.correct-feedback[b-526a2nzffv] {
    background-color: var(--color-success-light);
    border: 2px solid var(--progress-green);
}

.feedback-section.incorrect-feedback[b-526a2nzffv] {
    background-color: var(--color-accent-red-light);
    border: 2px solid var(--alert-red);
}

.feedback-content[b-526a2nzffv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.feedback-icon-large[b-526a2nzffv] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.feedback-icon-large.correct[b-526a2nzffv] {
    color: var(--progress-green);
}

.feedback-icon-large.incorrect[b-526a2nzffv] {
    color: var(--alert-red);
}

.feedback-text[b-526a2nzffv] {
    font-size: 1rem;
    line-height: 1.5;
}

.feedback-section.correct-feedback .feedback-text[b-526a2nzffv] {
    color: var(--progress-green);
    font-weight: 500;
}

.feedback-section.incorrect-feedback .feedback-text[b-526a2nzffv] {
    color: var(--alert-red);
    font-weight: 500;
}

/* Placeholder Text */
.placeholder-text[b-526a2nzffv] {
    text-align: center;
    padding: 2rem;
    color: var(--gray-lighter);
    font-style: italic;
    background-color: var(--off-white);
    border: 2px dashed var(--gray-border-light);
    border-radius: 0.5rem;
}

/* Preview Notice */
.preview-notice[b-526a2nzffv] {
    margin-top: 0.75rem;
    text-align: center;
    color: var(--gray-dark);
    font-style: italic;
}

.preview-notice small[b-526a2nzffv] {
    font-size: 0.8rem;
    opacity: 0.8;
}

.feedback-popup-container[b-526a2nzffv] {
    position: fixed !important;
    margin-top: 70% !important;
    margin-left: 50% !important;
}

/* Responsive Design */
@media (max-width: 480px) {
    .odd-one-out-activity[b-526a2nzffv] {
        padding: 1rem;
    }

    .activity-content[b-526a2nzffv] {
        padding: 1rem;
    }

    .option-item[b-526a2nzffv] {
        padding: 0.75rem;
        min-height: 3.5rem;
    }

    .option-text[b-526a2nzffv] {
        font-size: 0.9rem;
    }

    .submit-button[b-526a2nzffv],
    .go-button[b-526a2nzffv] {
        padding: 0.625rem 1.5rem;
        font-size: 0.9rem;
    }
}
/* _content/DI.Cache.Blazor/Components/Activities/SortingParagraphActivity/SortingParagraphActivityComponent.razor.rz.scp.css */
/* _content/DI.Cache.Blazor/Components/Analytics/AnalyticsCard.razor.rz.scp.css */
.analytics-card[b-u16xxx68dn] {
    border: 0.125rem solid var(--border-light);
    border-radius: 0.5rem;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    justify-content: space-between;
    min-height: 120px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-content[b-u16xxx68dn] {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    gap: 0.25rem;
}

.metric[b-u16xxx68dn] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-content[b-u16xxx68dn] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.metric-value[b-u16xxx68dn] {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--bright-blue);
    line-height: 1;
}

.card-header[b-u16xxx68dn] {
    text-align: left;
}

.card-header h3[b-u16xxx68dn] {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--color-neutral-gray);
    margin: 0;
    line-height: 1.2;
}

/* Responsive adjustmentss */

@media (width <= 1600px) {
    .analytics-card:last-child .card-content[b-u16xxx68dn],
    .analytics-card.responsive-last-child .card-content[b-u16xxx68dn] {
        --override-flex-direction: row;
        --override-align-items: center;

        justify-content: center;
    }

    .analytics-card:last-child[b-u16xxx68dn] {
        align-items: center;
        justify-content: center;
    }
}

@media (width <= 768px) {
    .analytics-card[b-u16xxx68dn] {
        padding: 1rem;
        min-height: 100px;
    }

    .metric-value[b-u16xxx68dn] {
        font-size: 2rem;
    }

    .card-header h3[b-u16xxx68dn] {
        font-size: 0.9rem;
    }
}
/* _content/DI.Cache.Blazor/Components/Analytics/AnalyticsComponent.razor.rz.scp.css */
.analytic-content[b-ui75oen294] {
    display: flex;
    position: relative;
    /* align-items: center; */
    border-radius: 0.25rem;
    border: 1px solid var(--border-light);
    background: var(--off-white);
    /* padding-top: 2rem; */
    margin-top: 2%;
    flex-direction: column; /*allows tab switcher to stack on top of divs*/
}


.circle-progress-wrapper[b-ui75oen294] {
    flex-shrink: 0;
    margin-top: 1.4rem;
    margin-right:2rem;
    transition: transform 0.4s ease-in-out;  
}
    @media (max-width: 1540px) {
        .circle-progress-wrapper[b-ui75oen294]{

        transform:scale(.9);
        margin-left:0;
        }
    }


.analytic-content-column[b-ui75oen294]{
    margin-top:1%;
    display:flex;
    flex-direction: column;
    flex-wrap:wrap;
    flex-grow:1;
}

.analytic-content-row[b-ui75oen294] {
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
    flex-wrap:wrap;

}

.analytic-boxes-container[b-ui75oen294] {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-grow: 1;
    
}
    .analytic-boxes-container .row1[b-ui75oen294]{
        display:flex;
    }

div.row[b-ui75oen294]{
    
    display:flex;
    /* flex-wrap: wrap; */
    flex-direction: row;


}
    @media (max-width: 1040px) {
        div.row[b-ui75oen294]{
        flex-wrap: wrap;
        }
    }

.analytic-content-box[b-ui75oen294] {
    display: flex;
    flex-direction: column;
    background-color: var(--white);
    border: 2px solid var(--border-light);
    border-radius: .3rem;
    max-height: 200%;
    padding: 0 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
    flex: auto;
    width: auto;
}

    .analytic-content-box p[b-ui75oen294] {
        color: var(--gray-text-medium);
        margin: 0;
        padding: 0 0 .4rem 0;
    }

    .analytic-content-box hr[b-ui75oen294] {
        width: 100%;
    }

.content-line[b-ui75oen294] {
    margin:0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding-bottom: 0;


}
    .stars[b-ui75oen294]{
        margin:0 0 .25rem 0;
        flex:none;
        
    }
        @media (max-width: 1540px) {
            .stars[b-ui75oen294]{
            transform:scale(.8);

            position:relative;
            right: 8%;
            }
        
        }

.analytics-dropbox[b-ui75oen294] {
    border: 1px solid var(--primary-black);
    display: flex;
    margin-right: 5%;
    align-items: center;
    padding: 0.56469rem 1.12944rem 0.40331rem 1.29063rem;
    justify-content: space-between;
}

    .analytics-dropbox p[b-ui75oen294] {
        margin: 0;
        font-size: .8rem;
    }

.analytic-tags[b-ui75oen294] {
    width: 40%;
    margin:1rem 1rem 0 0;
}

.anaylitcs-grid[b-ui75oen294] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0 0 1rem 0;
    align-items: center;
}

.blue-btn[b-ui75oen294] {
    font-family:'Source Sans 3';
    background-color: var( --secondary-black);
    border-radius: 0.143rem;
    color: var(--white);
    border: none;
    padding: .5rem 1.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    white-space: nowrap;
}

.blue-tags[b-ui75oen294] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 .5rem 0 0;
}
    .blue-tags div.row[b-ui75oen294]{
        flex:1;
        flex-wrap:wrap;
    }

.blue-tag-notice[b-ui75oen294] {
    background-color: var(--white);
    border-radius: 30px 10px 10px 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 2px solid var(--border-light);
    padding-left: 3%;
    margin: .4rem .5rem .5rem 0;
    flex: 1;
    color: var( --gray-text-medium);
}

    .blue-tag-notice h3[b-ui75oen294] {
        margin-right: .4rem;
    }

.tab-switcher[b-ui75oen294] {
    display: flex;
    gap: .5rem;
}

    .tab-switcher h2[b-ui75oen294] {
        color: var(--navy-blue);
        font-size: 1.375rem;
        font-weight: 600;
        margin-left: 2rem;
        margin-bottom: 0;
    }

.tab-button[b-ui75oen294] {
    border-radius: 0.375rem;
    border: 2px solid var(--border-light);
    background: var(--off-white);
    width: fit-content;
    padding: 0 1rem;
    margin-top: .5rem;
    margin-left: .5rem;
    height: 3.125rem;
    cursor: pointer;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--primary-black);
}

    .tab-button.active[b-ui75oen294] {
        
        background-color: var(--primary-blue);
        color: var(--white);
    }
/* _content/DI.Cache.Blazor/Components/Analytics/ContentAnalyticsComponent.razor.rz.scp.css */
.content-analytics[b-39coveszgl] {
    display: flex;
    flex-direction: row;
    /* width: 100%; */
    margin: 3rem 2rem;
    flex-wrap:wrap;
}

.progress-container[b-39coveszgl] {
    font-family: Arial, sans-serif;
    /* padding: 1.5rem; */
    /* width:50%; */
    flex:1;
    margin: 0 1rem .5rem .5rem;
}

.title[b-39coveszgl] {
    margin: 0 0 15px 0;
    color: var(--text-medium-gray);
    font-size: 1.25rem;
    font-weight: 600;
}

.legend[b-39coveszgl] {
    display: flex;
    gap: 20px;
    font-size: 12px;
    margin-right:.5rem;
}

.legend-item[b-39coveszgl] {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 3.0625rem
}

.legend-color[b-39coveszgl] {
    width: 12px;
    height: 12px;
    border-radius: 2px;
}

    .legend-color.completed[b-39coveszgl] {
        background-color: var(--color-accent-green);
    }

    .legend-color.in-progress[b-39coveszgl] {
        background-color: var(--color-legend-progress);
    }

    .legend-color.not-started[b-39coveszgl] {
        background-color: var(--color-text-muted);
    }

.progress-table[b-39coveszgl] {
    border: 1px solid var(--primary-black);
    width: 100%;
}

.table-header[b-39coveszgl] {
    display: flex;
    text-align: center;
    background-color: var(--neutral-light);
    border-bottom: 1px solid var(--primary-black);
    font-weight: bold;
    font-size: 12px;
    justify-content: space-between;
}

.table-row[b-39coveszgl] {
    display: flex;
    border-bottom: 1px solid var(--primary-black);
    background: var(--white);
}

    .table-row:last-child[b-39coveszgl] {
        border-bottom: none;
    }

.type-column[b-39coveszgl] {
    width: 100px;
    padding: 10px;
    border-right: 1px solid var(--primary-black);
    font-size: 12px;
    display: flex;
    align-items: center;
}

.status-column[b-39coveszgl] {
    flex: 1;
    padding: 10px;
    display: flex;
    align-items: center;
}

.progress-bar[b-39coveszgl] {
    width: 100%;
    height: 20px;
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid var(--gray-very-light);
}

.progress-segment[b-39coveszgl] {
    height: 100%;
    transition: width 0.3s ease;
}

    .progress-segment.not-started[b-39coveszgl] {
        background-color: var(--color-text-muted);
    }

    .progress-segment.in-progress[b-39coveszgl] {
        background-color: var(--color-legend-progress);
    }

    .progress-segment.completed[b-39coveszgl] {
        background-color: var(--color-accent-green);
    }

.adoption-rates[b-39coveszgl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 8.125rem;
    height: 15.625rem;
    border-radius: 0.23063rem;
    border: 0.79px solid var(--primary-black);
    background: var(--white);
    margin: .5rem;
}

.adoption-title[b-39coveszgl] {
    width: 100%;
    text-align: center;
    color: var(--text-medium-gray);
    font-size: 0.9375rem;
    font-weight: 600;
    margin: 15%;
    margin-bottom: 25%;
}

.rate[b-39coveszgl] {
    color: var(--primary-black);
    font-family: Inter;
    font-size: 2.42719rem;
    font-weight: 600;
    margin-top: 15%;
    margin-bottom: 0;
}

.total-rate[b-39coveszgl] {
    color: var(--primary-black);
    font-family: Inter;
    font-size: 0.81919rem;
    font-weight: 700;
    margin-top: 0;
    opacity: 0.5;
}

.graph[b-39coveszgl] {
    /* flex: 1 1 20rem; */
    /* min-width: 500px; */
    margin: .5rem;
}

    .graph img[b-39coveszgl] {
        width: 100%;
        display: block; 
    }  
/* _content/DI.Cache.Blazor/Components/Analytics/FeedBackAnalyticsComponent.razor.rz.scp.css */
.ten[b-u7fjt8rcby]{
    width:10%;
}

.fifteen[b-u7fjt8rcby] {
    width: 15%;
}

.twenty[b-u7fjt8rcby] {
    width: 20%;
}

.eighty[b-u7fjt8rcby] {
    width: 80%;
}

.analytics-dashboard[b-u7fjt8rcby] {
    display: flex;
}

.analytics-column[b-u7fjt8rcby] {
    display: flex;
    flex-direction: column;
    min-width: 0; /* Prevents flex items from overflowing */
}

/* Set column widths using flexbox */
.analytics-dashboard > .analytics-column:nth-child(1)[b-u7fjt8rcby] {
    flex: 2; /* First column is wider */
}

.analytics-dashboard > .analytics-column:nth-child(2)[b-u7fjt8rcby] {
    flex: 1.5; /* Middle column */
}

.analytics-dashboard > .analytics-column:nth-child(3)[b-u7fjt8rcby] {
    flex: 1.5; /* Third column */
}


/* Section Header Styling */
.section-header[b-u7fjt8rcby] {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--gray-text-medium);
    padding: 0;
    text-align: left;
    margin-left: 3%;
}

.competency-section[b-u7fjt8rcby] {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.competency-section[b-u7fjt8rcby], .format-rating-section[b-u7fjt8rcby], .most-searched-tags[b-u7fjt8rcby] {
    flex-grow: 1;
}


.format-rating-section[b-u7fjt8rcby], .most-searched-tags[b-u7fjt8rcby] {
    display: flex;
    flex-direction: column;
}

.analytic-content-row[b-u7fjt8rcby] {
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.analytic-content-box[b-u7fjt8rcby] {
    display: flex;
    flex-direction: column;
    background-color: var(--white);
    border: 2px solid var(--border-light);
    border-radius: .3rem;
    max-height: 200%;
    padding: 0 1rem;
    flex: auto;
    width: auto;
    margin: 0 0 5% 5%;
}
    .analytic-content-box h3[b-u7fjt8rcby] {
        font-size: 1.06306rem;
        font-weight: 400;
        padding-bottom:0;
    }
    .analytic-content-box p[b-u7fjt8rcby] {
        color: var(--gray-progress-active);
        margin: 0 0 .8rem 0;
        padding-top: 0;
    }

    .analytic-content-box hr[b-u7fjt8rcby] {
        width: 100%;
        margin-top: 5%;
    }

.star-line[b-u7fjt8rcby] {
    margin-top: 3%;
    display: flex;
    gap:5%;
    flex-direction: row;
    align-items: center;
    padding-bottom: 0;
    flex-wrap:wrap;
}
.template[b-u7fjt8rcby] {
    display: grid; 
    grid-template-columns: 1fr 1fr; 
}
.progress-bar-container[b-u7fjt8rcby] {
    width: 100%;
    height: 8px;
    background-color: var(--color-background-muted);
    border-radius: 9999px;
    overflow: hidden;
    margin: 12px 0;
}

.progress-bar-fill[b-u7fjt8rcby] {
    height: 100%;
    background-color: var(--primary-blue);
    border-radius: 9999px;
    transition: width 0.4s ease-in-out;
}
.stars[b-u7fjt8rcby] {
    flex: none;
    margin-left: auto;
    font-weight: 600
}

@media (max-width: 1540px) {
    .stars[b-u7fjt8rcby] {
        transform: scale(.8);
        position: relative;
        right: 8%;
    }
}

.analytics-dropbox[b-u7fjt8rcby] {
    border: 1px solid var(--primary-black);
    display: flex;
    margin-right: 5%;
    align-items: center;
    padding: 0.56469rem 1.12944rem 0.40331rem 1.29063rem;
    justify-content: space-between;
}

    .analytics-dropbox p[b-u7fjt8rcby] {
        margin: 0;
        font-size: .8rem;
    }

.analytic-tags[b-u7fjt8rcby] {
    width: 40%;
    margin: 1rem 1rem 0 0;
}

.anaylitcs-grid[b-u7fjt8rcby] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0 0 1rem 0;
    align-items: center;
}

.blue-btn[b-u7fjt8rcby] {
    font-family:'Source Sans 3';
    background-color: var(--secondary-black);
    border-radius: 0.143rem;
    color: var(--white);
    border: none;
    padding: .5rem 1.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    white-space: nowrap;
}
.type[b-u7fjt8rcby] {
    display: flex;
    font-size: 1.4rem;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    padding: 3px 6px;
    width: fit-content;
    gap: .4rem;
    border-radius: 0.17rem;
    background: var(--primary-blue);
    color: var(--white);
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .analytics-dashboard[b-u7fjt8rcby] {
        flex-direction: column;
    }

    .competency-section[b-u7fjt8rcby] {
        grid-template-columns: 1fr; /* Stacks the grid items */
    }
}

div.most-searched-tags.analytic-content-box[b-u7fjt8rcby] {

    h3{
        margin-bottom: 1rem;
    }
}
/* _content/DI.Cache.Blazor/Components/Analytics/ReviewAnalyticsComponent.razor.rz.scp.css */
.awarness[b-3ttnegzb24] {
    width: 10%;
    background: var(--blue-level-one);
}

.basic[b-3ttnegzb24] {
    width: 20%;
    background: var(--primary-blue);
}

.container-review-analytics[b-3ttnegzb24] {
    display: flex;
    flex-direction: column;
}
.review-analytics[b-3ttnegzb24] {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 3rem 2rem 0 2rem;
    flex-wrap:wrap;


}

.title[b-3ttnegzb24] {
    color: var(--text-medium-gray);
    font-size: 1.1rem;
    font-weight: 600;
}

.review-progress[b-3ttnegzb24] {
    display: flex;
    flex-direction: column;
}
.progress-container[b-3ttnegzb24] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .5rem;
    margin: 0 1rem .5rem .5rem;
}

.review-tag[b-3ttnegzb24] {
    padding:0 1rem;
    border-radius: 0.40981rem;
    border: 0.451px solid var(--primary-black);
    display: flex;
    flex-direction: column;
    width: 12.55906rem;
    height:6.5rem;
}

.tag-title[b-3ttnegzb24] {
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.progress-bar[b-3ttnegzb24] {
    height: .5rem;
    background: var(--gray-upload-thumb-bg);
    border-radius: 9999px;
    margin-bottom: 0.5rem;
}

.progress-bar-fill[b-3ttnegzb24] {
    height: .5rem;
    border-radius: 9999px;
    transition: width 0.3s ease;
}

.tag-level[b-3ttnegzb24] {
    color: var(--gray-progress-active);
    font-size: 0.733rem;
    font-weight: 400;
    line-height: 140%;
}

.reasons[b-3ttnegzb24] {
    /* width: 28.125rem; */
    /* height: 16.3125rem; */
    display: flex;
    flex-direction: column;
    border: 0.79px solid var(--primary-black);
    background: var(--white);
    padding: .8rem 1rem;
    margin: .5rem .5rem 0 .5rem;
}

.reason-title[b-3ttnegzb24]{
    display:flex;
    flex-direction:row;
    justify-content:center; 
    gap:5%;
}

    .reason-title h3[b-3ttnegzb24] {
        color: var(--text-medium-gray);
        font-size: 1.15644rem;
        font-weight: 600;
        width: 7.875rem;
    }

.issues[b-3ttnegzb24] {
    display: flex;
    flex-direction: column;
    width: 17rem;
    border-radius: 0.2805rem;
    border: 1.122px solid var(--primary-black);
    margin-bottom:2%;
    padding-bottom:2%;
}

    .issues h4[b-3ttnegzb24] {
        margin-top:5%;
        color: var(--secondary-black);
        font-size: 0.875rem;
        font-weight: 600;
        line-height: 1.378rem;
        margin-left: 5%;
        margin-bottom:0;
    }
.example[b-3ttnegzb24] {
    margin: 0 .8rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.125rem;
    border: 1px solid var(--gray-border-light);
    background: var( --off-white);
    color: var(--secondary-black);
    font-size: 0.75rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.2;
}

    .example p[b-3ttnegzb24],
    .example ul[b-3ttnegzb24] {
        margin: 0;
    }

    .example p[b-3ttnegzb24] {
        margin-bottom: 0.25rem;
    }

    .example ul[b-3ttnegzb24] {
        padding-left: 1.25rem;
    }

.graph[b-3ttnegzb24] {
     margin: .5rem .5rem 0rem .5rem;
    /* flex: 1 1 20rem; */
    /* min-width: 500px; */
}

    .graph img[b-3ttnegzb24] {
        width: 100%; 
        /* height:100%; */
        display: block;
    }

.see-all[b-3ttnegzb24] {
    display: flex;
    justify-content: center;
    color: var(--today-border-blue);
    text-align: center;
    font-size: 1.37131rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin: 1%;
}
/* _content/DI.Cache.Blazor/Components/Analytics/TeamAnalyticsComponent.razor.rz.scp.css */
.team-analytics[b-uqph37sdh6]{
    display:flex;
}
.circle-progress-wrapper[b-uqph37sdh6] {
    flex-shrink: 0;
    margin-top: 1.4rem;
    margin-right: 2rem;
    transition: transform 0.4s ease-in-out;
}

@media (max-width: 1540px) {
    .circle-progress-wrapper[b-uqph37sdh6] {
        transform: scale(.9);
        margin-left: 0;
    }
}

.national-graphic[b-uqph37sdh6]{
    margin:0 0 0 0;
}

.analytic-content-column[b-uqph37sdh6] {
    margin-top: 1%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-grow: 1;
}

.analytic-content-row[b-uqph37sdh6] {
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.analytic-boxes-container[b-uqph37sdh6] {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    flex-grow: 1;
}

    .analytic-boxes-container .row1[b-uqph37sdh6] {
        display: flex;
    }

div.row[b-uqph37sdh6] {
    display: flex;
    flex-direction: row;
}

@media (max-width: 1040px) {
    div.row[b-uqph37sdh6] {
        flex-wrap: wrap;
    }
}

.analytic-content-box[b-uqph37sdh6] {
    display: flex;
    flex-direction: column;
    background-color: var(--white);
    border: 2px solid var(--border-light);
    border-radius: .3rem;
    max-height: 200%;
    padding: 0 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
    flex: auto;
    width: auto;
}

    .analytic-content-box p[b-uqph37sdh6] {
        color: var(--gray-text-medium);
        font-weight: 600;
        margin: 0;
        padding-top: 0;
    }
    .analytic-content-box h1[b-uqph37sdh6] {
        margin-bottom: 0;
        padding-bottom: 0;
        font-weight: 600
    }

    .analytic-content-box hr[b-uqph37sdh6] {
        width: 100%;
    }

.content-line[b-uqph37sdh6] {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding-bottom: 0;
}

.stars[b-uqph37sdh6] {
    margin: 0 0 .25rem 0;
    flex: none;
}

@media (max-width: 1540px) {
    .stars[b-uqph37sdh6] {
        transform: scale(.8);
        position: relative;
        right: 8%;
    }
}

.analytics-dropbox[b-uqph37sdh6] {
    border: 1px solid var(--primary-black);
    display: flex;
    margin-right: 5%;
    align-items: center;
    padding: 0.56469rem 1.12944rem 0.40331rem 1.29063rem;
    justify-content: space-between;
}

    .analytics-dropbox p[b-uqph37sdh6] {
        margin: 0;
        font-size: .8rem;
    }

.analytic-tags[b-uqph37sdh6] {
    width: 40%;
    margin: 1rem 1rem 0 0;
}

.anaylitcs-grid[b-uqph37sdh6] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0 0 1rem 0;
    align-items: center;
}

.blue-btn[b-uqph37sdh6] {
    font-family:'Source Sans 3';
    background-color: var(--secondary-black);
    border-radius: 0.143rem;
    color: var(--white);
    border: none;
    padding: .5rem 1.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    white-space: nowrap;
}

.blue-tags[b-uqph37sdh6] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 .5rem 0 0;
}

    .blue-tags div.row[b-uqph37sdh6] {
        flex: 1;
        flex-wrap: wrap;
    }

.blue-tag-notice[b-uqph37sdh6] {
    background-color: var(--white);
    border-radius: 30px 10px 10px 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 2px solid var( --border-light);
    padding-left: 3%;
    margin: .4rem .5rem .5rem 0;
    flex: 1;
    color: var(--gray-text-medium);
}

    .blue-tag-notice h3[b-uqph37sdh6] {
        margin-right: .4rem;
    }
/* _content/DI.Cache.Blazor/Components/Analytics/YourAnalyticsComponent.razor.rz.scp.css */
*[b-d95mybqjoz] {
    box-sizing: border-box;
    font-family: "Source Sans 3", sans-serif;
}

.your-analytics-container[b-d95mybqjoz] {
    padding: 1.25rem;
    border: 2px solid var(--border-light);
    border-top: none;
    border-bottom-left-radius: .4rem;
    border-bottom-right-radius: .4rem;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}

.your-analytics-container.supervisor-background[b-d95mybqjoz] {
    background-color: var(--off-white);
}

.analytics-header[b-d95mybqjoz] {
    margin-bottom: 1.5625rem;
}

.analytics-title[b-d95mybqjoz] {
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: var(--white);
}

.top-card-section[b-d95mybqjoz] {
    margin-bottom: 1.5625rem;
}

.overview-card[b-d95mybqjoz] {
    background-color: var(--feedback-blue);
    border: 0.125rem solid var(--border-light);
    border-radius: 0.5rem;
    padding: 1.25rem;
    color: var(--light-gray);
}

.overview-card h2[b-d95mybqjoz] {
    margin: 0 0 0.625rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--navy-blue);
}

.overview-card p[b-d95mybqjoz] {
    margin: 0;
    font-size: 0.875rem;
    color: var(--gray-standard);
    line-height: 1.5;
}

.analytics-content[b-d95mybqjoz] {
    display: flex;
    flex-direction: column;
    gap: 1.5625rem;
}

.analytics-wrapper[b-d95mybqjoz] {
    display: flex;
    gap: 1rem;
    width: 100%;
}

.left-section[b-d95mybqjoz] {
    flex: 1;
}

/* Left-align content in analytics cards within the left section */
.left-section .card-content[b-d95mybqjoz] {
    align-items: flex-start;
}

.right-section[b-d95mybqjoz] {
    flex: 1;
}

.right-section-placeholder[b-d95mybqjoz] {
    background: var(--feedback-blue);
    border: 0.125rem solid var(--border-light);
    border-radius: 0.5rem;
    padding: 1.25rem;
    text-align: center;
    color: var(--gray-standard);
}

.analytics-grid[b-d95mybqjoz] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.25rem;
    transform: scale(0.90);
    width: 111%;
    transform-origin: top left;
}

.analytics-card[b-d95mybqjoz] {
    background: var(--feedback-blue);
    backdrop-filter: blur(10px);
    border-radius: 0.25rem;
    padding: 1.25rem;
    border: 0.125rem solid var(--border-light);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.card-header h3[b-d95mybqjoz] {
    margin: 0 0 0.3125rem;
    font-size: 1.2rem;
    color: var(--color-neutral-gray);
    font-weight: 600;
}

.card-content[b-d95mybqjoz] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    flex: 1;
    margin-top: 0.3125rem;
}

.metric[b-d95mybqjoz] {
    display: flex;
    flex-direction: column;
}

.metric-value[b-d95mybqjoz] {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--bright-blue);
    line-height: 1.125rem;
    letter-spacing: -0.028rem;
    margin-bottom: 0.3125rem;
}

/* Responsive Design for 1920px to 720px */
@media (width <= 1900px) {
    .analytics-wrapper[b-d95mybqjoz] {
        gap: 1rem;
        overflow: hidden;
    }

    .analytics-grid[b-d95mybqjoz] {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 0.75rem;
    }

    .analytics-card[b-d95mybqjoz] {
        min-width: 0;
        max-width: 100%;
    }

    .left-section[b-d95mybqjoz], .right-section[b-d95mybqjoz] {
        min-width: 0;
        overflow: hidden;
    }
}

@media (width <= 1600px) {
    .additional-analytics[b-d95mybqjoz] {
        flex-direction: column;
    }
}

@media (width <= 1200px) {
    .analytics-wrapper[b-d95mybqjoz] {
        gap: 1.25rem;
    }

    .analytics-grid[b-d95mybqjoz] {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 1rem;
    }
}

@media (width <= 1024px) {
    .your-analytics-container[b-d95mybqjoz] {
        padding: 1rem;
    }

    .analytics-wrapper[b-d95mybqjoz] {
        flex-direction: column;
        gap: 1.5rem;
    }

    .analytics-grid[b-d95mybqjoz] {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1rem;
    }

    .right-section[b-d95mybqjoz] {
        min-width: unset;
    }

    .additional-analytics[b-d95mybqjoz] {
        gap: 1rem;
    }
}

@media (width <= 768px) {
    .analytics-grid[b-d95mybqjoz] {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .analytics-card[b-d95mybqjoz] {
        height: auto;
        min-height: 140px;
    }

    .metric-value[b-d95mybqjoz] {
        font-size: 2.5rem;
    }
}

@media (width <= 720px) {
    .your-analytics-container[b-d95mybqjoz] {
        padding: 1rem;
    }

    .analytics-content[b-d95mybqjoz] {
        gap: 1.25rem;
    }

    .analytics-grid[b-d95mybqjoz] {
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }

    .analytics-card[b-d95mybqjoz] {
        min-height: 130px;
        padding: 1rem;
    }

    .metric-value[b-d95mybqjoz] {
        font-size: 2.25rem;
    }

    .metric-container-fixed[b-d95mybqjoz] {
        font-size: 1.75rem;
        padding: 1.25rem;
        width: 100%;
    }

    .additional-analytics[b-d95mybqjoz] {
        gap: 0.75rem;
        flex-direction: column;
    }
}

.additional-analytics[b-d95mybqjoz] {
    display: flex;
    gap: 1rem;
    transform: scale(0.90);
    width: 111%;
    transform-origin: top left;
}

/* .additional-analytics > * {
    flex: 1 1 0%;
    min-width: 0;
    max-width: calc(50% - 0.5rem);
} */

/* Responsive stacking on smaller screens */
@media (width <= 768px) {
    .additional-analytics[b-d95mybqjoz] {
        flex-direction: column;
    }
}

.metric-container[b-d95mybqjoz] {
    border: 1px solid var(--border-gray-lightest);
    background-color: var(--background-blue-lightest);
    padding: 0.5rem;
    border-radius: 0.25rem;
    color: var(--primary-blue);
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 95px;
}

.metric-container-fixed[b-d95mybqjoz] {
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 1.875rem;
    letter-spacing: -0.081rem;
    padding: 2rem;
    width: 95px;
    border-radius: 0.3125rem;
}

/* Loading and Error States */
.loading-container[b-d95mybqjoz] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    background-color: var(--light-gray-background);
    border-radius: 0.5rem;
    border: 1px solid var(--border-light);
    margin-bottom: 1.25rem;
}

.loading-container p[b-d95mybqjoz] {
    color: var(--text-muted);
    font-style: italic;
    margin: 0;
}

.error-container[b-d95mybqjoz] {
    background-color: var(--error-red-background);
    border: 1px solid var(--error-red-border);
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 1.25rem;
}

.error-message[b-d95mybqjoz] {
    color: var(--error-red-text);
    font-weight: 600;
    margin: 0 0 0.5rem;
}

.error-fallback[b-d95mybqjoz] {
    color: var(--text-muted);
    font-size: 0.875rem;
    margin: 0;
}
/* _content/DI.Cache.Blazor/Components/AssignedToYouComponent.razor.rz.scp.css */

.home-assigned[b-ci8rr89qh2] {
    overflow: hidden;
    border: 1px solid var(--border-light);
    border-radius: .17rem;
    margin-top: 0;
    max-height: 85.1vh;
    background: var(--light-gray);
    display: flex;
    flex-direction: column;
    zoom: 0.90;
    width: 100%;
}

.assigned[b-ci8rr89qh2] {
    margin-top: .25rem;
    background-color: var(--white);
    overflow: hidden;
    border: 1px solid var(--border-light);
    border-radius: .17rem;
    max-width: 100%;
}


.assigned-header[b-ci8rr89qh2] {
    padding: 1.5rem 1.5rem 0;
    border-bottom: 1px solid var(--border-gray);
}

.assigned-border[b-ci8rr89qh2] {
    background: var(--navy-blue);
    padding: 1rem 1.3rem;
    display: flex;
    gap: 1.15%;
    align-items: center;
}

    .assigned-border h2[b-ci8rr89qh2] {
        color: var(--white);
        font-size: 1.5rem;
        font-weight: 600;
        margin: 0;
        display: flex;
        align-items: center;
        gap: .5rem;
    }

        .assigned-border h2 svg[b-ci8rr89qh2] {
            width: 27px;
            height: 27px;
            max-width: 27px;
            max-height: 27px;
        }

    .assigned-border a[b-ci8rr89qh2] {
        color: var(--bright-blue);
        font-weight: 700;
        font-size: 1.15rem;
        margin-top: .2rem;
    }

.filter-bar-container[b-ci8rr89qh2] {
    display: flex;
    align-items: center;
    background-color: var(--gray-lightest);
    border-bottom: 1px solid var(--border-light);
    gap: 1rem;
    padding: 1% 2%;
    font-size: 1rem;
}

.search-container[b-ci8rr89qh2] {
    display: flex;
    align-items: flex-start;
    border: 1px solid var(--gray-search-border);
    border-radius: 0.25rem;
    background-color: var(--white);
    flex: 1;
    padding-left: .5%;
}

.search-input[b-ci8rr89qh2] {
    border: none;
    padding: 0.6rem 0.75rem;
    padding-top: .8rem;
    font-size: 1rem;
    flex-grow: 1;
    outline: none;
    border-radius: 0.25rem 0 0 0.25rem;
}

.search-button[b-ci8rr89qh2] {
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    padding: 0.7rem 0.75rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0.25rem 0.25rem 0;
}

.grid-title[b-ci8rr89qh2] {
    display: grid;
    grid-template-columns: 1.5fr 1.5fr 6fr 1.5fr 1fr;
    background: var(--pagination-bg);
    color: var(--primary-blue);
    font-weight: 600;
    padding: .75rem 1.5rem;
    font-size: 1.2rem;
}


.assigned-item[b-ci8rr89qh2] {
    display: grid;
    grid-template-columns: 1.5fr 1.5fr 6fr 1.5fr 1fr;
    align-items: center;
    background: var(--white);
    border-bottom: 1px solid var(--border-gray);
    border-radius: .17rem;
    padding: 1.25rem 1.5rem;
    font-size: 1.15rem;
    font-weight: 350;
}

.title-link[b-ci8rr89qh2], .home-title-link[b-ci8rr89qh2] {
    color: var(--link-blue);
    font-weight: 680;
    font-size: 1.25rem;
    text-decoration: underline;
    cursor: pointer;
    margin-left: .9rem;
    margin-top: 1%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 5rem;
}

.home-title-link[b-ci8rr89qh2] {
    margin-top: 1%;
    color: var(--link-blue);
    max-height: 5rem;
}

    .title-link:hover[b-ci8rr89qh2], .home-title-link:hover[b-ci8rr89qh2], .home-title-link a:hover[b-ci8rr89qh2] {
        color: var(--purple-hover);
    }

.home-grid-title[b-ci8rr89qh2] {
    display: grid;
    grid-template-columns: 1.8fr 2.25fr 3fr;
    padding: .75rem 1rem .75rem 2rem;
    align-items: center;
    background: var(--skill-packet-supporting-skills-container);
    color: var(--primary-blue);
    font-weight: 600;
    font-size: 1.2rem;
    border-top: 1px solid var(--border-gray);
}

.item.due-date[b-ci8rr89qh2] {
    font-size: 1.25rem;
    font-weight: 100;
    color: var(--status-gray);
}

.assigned-grid[b-ci8rr89qh2] {
    flex-grow: 1;
    display: flex;
    background-color: var(--white);
    flex-direction: column;
    min-height: 0;
}

.home-assigned-item[b-ci8rr89qh2] {
    display: grid;
    grid-template-columns: 1.8fr 2.45fr 4fr;
    padding: .75rem 1rem .75rem 2rem;
    align-items: center;
    background: var(--white);
    border-bottom: 1px solid var(--border-gray);
    height: auto;
    font-size: 1.15rem;
    font-weight: 350;
    max-width: 95%;
}


.home-scroll[b-ci8rr89qh2] {
    flex-grow: 1;
    overflow-y: auto;
}

.status[b-ci8rr89qh2] {
    display: flex;
    align-items: center;
    width: fit-content;
    background: var(--status-gray);
    color: var(--white);
    border-radius: 0.17rem;
    padding: 0.1875rem 0.375rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
    white-space: nowrap;
}

.status-not-started[b-ci8rr89qh2] {
    background: var(--draft-gray);
}

.status-in-progress[b-ci8rr89qh2] {
    background: var(--progress-green);
}

.status-overdue[b-ci8rr89qh2] {
    background: var(--alert-red);
}

.status-completed[b-ci8rr89qh2] {
    background: var(--approved-green);
}


.format[b-ci8rr89qh2] {
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    padding: 0.1875rem 0.375rem;
    gap: .4rem;
    max-width: 100%;
    border-radius: 0.17rem;
    background: var(--primary-blue);
    color: var(--white);
    text-transform: uppercase;
}

.format-home[b-ci8rr89qh2] {
    max-width: 35%;
}


.assigned-item span[b-ci8rr89qh2] {
    margin: 0;
}

.pagination-btn-icon[b-ci8rr89qh2] {
    display: flex;
    text-align: center;
}
/* _content/DI.Cache.Blazor/Components/AverageRatingComponent.razor.rz.scp.css */
.average-rating-container[b-560pzqhpbz] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background-color: var(--feedback-blue);
}

.average-rating-container.no-background[b-560pzqhpbz] {
    background-color: transparent;
}

.rating-label[b-560pzqhpbz] {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.1994rem;
    line-height: 1.27rem;
    letter-spacing: 0;
    color: var(--light-gray);
    white-space: nowrap;
    text-align: center;
}

.stars-container[b-560pzqhpbz] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.stars-container svg[b-560pzqhpbz] {
    transition: transform 0.2s ease;
}

.stars-container svg:hover[b-560pzqhpbz] {
    transform: scale(1.1);
}

/* Responsive adjustmentss */
@media (width <= 768px) {
    .average-rating-container[b-560pzqhpbz] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .rating-label[b-560pzqhpbz] {
        font-size: 0.875rem;
    }

    .stars-container svg[b-560pzqhpbz] {
        width: 24px;
        height: 23px;
    }
}

@media (width <= 480px) {
    .stars-container[b-560pzqhpbz] {
        gap: 0.125rem;
    }

    .stars-container svg[b-560pzqhpbz] {
        width: 20px;
        height: 19px;
    }
}
/* _content/DI.Cache.Blazor/Components/CircleProgress.razor.rz.scp.css */
.switch-container[b-zt0lp8qn8a] {
    border-radius: 1.0625rem;
    background: var(--primary-blue);
    user-select: none;
    position: relative;
    height: 11%;
    width:100%;
    display:flex;
    align-items:center;
    margin:0 0 5% 5%;
}
.switch-button[b-zt0lp8qn8a] {
    position: relative;
    z-index: 1;
    padding: 5%;
    border: none;
    background: transparent;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.8125rem;
    color: var(--gray-border-light);
    transition: color 0.3s ease-in-out;
    white-space: nowrap;
}

    .switch-button.active[b-zt0lp8qn8a] {
        color: var(--navy-blue)
    }

.slider[b-zt0lp8qn8a] {
    position: absolute;
    top: 4px;
    left: 4px;
    height: calc(100% - 8px);
    background-color: var(--white);
    border-radius: 1.0625rem;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
}

    .slider.national-active[b-zt0lp8qn8a] {
        width: 46%;
        transform: translateX(0%);
    }

    .slider.team-active[b-zt0lp8qn8a] {
        width: 48%; 
        transform: translateX(120px); 
    }
/* _content/DI.Cache.Blazor/Components/CommentsAndRatingsComponent.razor.rz.scp.css */
.title[b-wvwr2ub085]{
    margin-top: 4rem;
}

.title h2[b-wvwr2ub085]{
    font-weight: 680;
    font-size: 1.75rem;
    margin-left: 3rem;
    margin-bottom: 1rem;

}

.title p[b-wvwr2ub085]{
    font-weight:350;
    font-size: 1rem;
    margin-bottom:0;
    margin-top: 1rem;
    margin-left: 3rem;
}

.feedback[b-wvwr2ub085]{
    display:flex;
    flex-direction:column;
    margin-left: 3rem;
}

.feedback p[b-wvwr2ub085]{
    font-weight:350;
    font-size: 1rem;
    margin-bottom: 0.15rem;
    margin-top: 2rem;
}

    .feedback textarea[b-wvwr2ub085] {
        padding-bottom: 5rem;
        text-align: left;
        line-height: normal;
        resize: none;
        font-family: "Source Sans Pro", sans-serif;
    }

.rating[b-wvwr2ub085] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    margin-left: 3rem;
}


.btn[b-wvwr2ub085] {
    font-family:'Source Sans 3';
    padding: .5rem 1.5rem;
    display: flex;
    flex-direction: row;
    gap: .5rem;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1rem;
}

.cancel-btn[b-wvwr2ub085] {
    font-family: 'Source Sans 3';
    margin-right: .4rem;
    cursor: pointer;
    background: var(--white);
    border-radius: 0.2rem;
    border:2px solid var(--primary-blue);
    display: flex;
    width: fit-content;
    padding: .5rem 1.5rem;
    justify-content: center;
    align-items: center;
    color: var(--primary-blue);
    text-align: center;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 700;
}

.cancel-btn:disabled[b-wvwr2ub085], .submit-btn:disabled[b-wvwr2ub085] {
    opacity: 0.5;
    cursor: not-allowed;
}

.submit-btn[b-wvwr2ub085] {
    font-family: 'Source Sans 3';
    cursor: pointer;
    width: fit-content;
    padding: .5rem 1.5rem;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 0.2rem;
    border: 2px solid var(--primary-blue);
    background: var(--primary-blue);
    color: var(--white);
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
}

.review-box[b-wvwr2ub085] {
    margin-top:1rem;
    padding: .5rem 1rem;
    border: 1px solid var(--primary-black);
    border-radius: 0.25rem;
}

.review-header[b-wvwr2ub085] {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

.review-title[b-wvwr2ub085] {
    display: flex;
    align-content:center;
    gap:.2rem;
    font-weight: 680;
    font-size: 2rem;
    margin-bottom: 0;

}

.review-date[b-wvwr2ub085] {
    font-size: 0.5rem;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 0 1.2rem;
}

.review-stars[b-wvwr2ub085] {
    text-align: right;
    font-size: 1.3rem;
    color: var(--primary-black);
    margin-bottom:0;
    padding: 0;
}

.review-body[b-wvwr2ub085] {
    margin-top:0;
    padding: 1rem;

}

div.reviews[b-wvwr2ub085]{
    margin-left:3rem;
}

.reviews h2[b-wvwr2ub085] {
    font-weight: 680;
    font-size: 1.75rem;
}

.reviews p[b-wvwr2ub085] {
    font-weight: 400;
    font-size: 1rem;
}

.pagination-btn-icon[b-wvwr2ub085] {
    display: flex;
    text-align: center;
}
/* _content/DI.Cache.Blazor/Components/ContentCarousel.razor.rz.scp.css */
/* Carousel Container */
.carousel[b-47o5s6olj7] {
    border-radius: 0.4rem;
    overflow: hidden;
    box-shadow: 0 2px 8px rgb(0, 0, 0, 0.1);
    position: relative;
}

/* Single Item Layout */
.carousel-content-single[b-47o5s6olj7] {
    display: flex;
    justify-content: center;
    padding: 2rem;
    min-height: 400px;
}

/* Multiple Items Layout */
.carousel-content-multiple[b-47o5s6olj7] {
    display: flex;
    gap: 1rem;
    padding: 2rem;
    min-height: 400px;
    justify-content: center;
    flex-wrap: wrap;
}

.carousel-item-wrapper[b-47o5s6olj7] {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
}

/* Custom Arrow Styling - Centered on sides */
.carousel-control-prev[b-47o5s6olj7],
.carousel-control-next[b-47o5s6olj7] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    opacity: 0.8;
    transition: all 0.3s ease;
    z-index: 10;
    background: none;
    border: none;
    padding: 0;
}

.carousel-control-prev[b-47o5s6olj7] {
    left: 1rem;
}

.carousel-control-next[b-47o5s6olj7] {
    right: 1rem;
}

.carousel-control-prev:hover[b-47o5s6olj7],
.carousel-control-next:hover[b-47o5s6olj7] {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}

.carousel-control-prev-icon[b-47o5s6olj7],
.carousel-control-next-icon[b-47o5s6olj7] {
    background-color: rgb(0, 0, 0, 0.6);
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    background-size: 1.8rem;
    box-shadow: 0 2px 8px rgb(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.carousel-control-prev-icon:hover[b-47o5s6olj7],
.carousel-control-next-icon:hover[b-47o5s6olj7] {
    background-color: rgb(0, 157, 255, 0.8);
    box-shadow: 0 4px 12px rgb(0, 157, 255, 0.4);
}

/* Custom Indicators */
.carousel-indicators[b-47o5s6olj7] {
    bottom: -3rem;
    margin-bottom: 0;
}

.carousel-indicators [data-bs-target][b-47o5s6olj7] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255, 0.5);
    border: none;
    margin: 0 4px;
    opacity: 0.7;
    transition: all 0.3s ease;
}

/* Responsive Adjustments */
@media (width <= 768px) {
    .carousel-content-multiple[b-47o5s6olj7] {
        flex-direction: column;
        align-items: center;
    }

    .carousel-item-wrapper[b-47o5s6olj7] {
        max-width: 100%;
    }

    .carousel-control-prev[b-47o5s6olj7] {
        left: 0.5rem;
    }

    .carousel-control-next[b-47o5s6olj7] {
        right: 0.5rem;
    }

    .carousel-control-prev-icon[b-47o5s6olj7],
    .carousel-control-next-icon[b-47o5s6olj7] {
        width: 2.5rem;
        height: 2.5rem;
        background-size: 1.2rem;
    }
}

/* Animation Enhancements */
.carousel-item[b-47o5s6olj7] {
    transition: transform 0.6s ease-in-out;
}

.carousel.slide .carousel-item[b-47o5s6olj7] {
    transition: transform 0.6s ease-in-out;
}
/* _content/DI.Cache.Blazor/Components/ContentViewing/ContentCard.razor.rz.scp.css */

.card[b-txtgh7v4zv] {
    display: flex;
    flex-direction: column;
    width: 23rem;
    position: relative;
    border: 1px solid var(--primary-black);
    background: var(--gray-lightest);
    margin: 1rem 0 0;
}

.card-info[b-txtgh7v4zv] {
    padding-left: 0.58rem
}

.card-header[b-txtgh7v4zv] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5rem;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
    width: 100%;
}

    .card-header a[b-txtgh7v4zv] {
        flex: 1;
        word-break: break-all;
        overflow-wrap: anywhere;
        font-size: 1.3rem;
        color: var(--primary-blue);
        text-decoration: underline;
        font-weight: 580;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .card-header a:hover[b-txtgh7v4zv] {
            color: var(--purple-hover);
        }

.card-dropdown[b-txtgh7v4zv] {
    flex-shrink: 0;
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .4rem;
    margin-right: .6rem;
}

.menu-dropdown[b-txtgh7v4zv] {
    right: 9%;
    top: 39%;
    width: 7rem;
    height: 14rem;
    display: none;
    flex-direction: column;
    padding: 0 1.5rem;
    cursor: pointer;
    border-radius: .2rem;
    box-shadow: 0 2px 5px rgb(0, 0, 0, 0.2);
}

    .menu-dropdown.show[b-txtgh7v4zv] {
        display: flex;
        z-index: 5;
    }

.menu-row[b-txtgh7v4zv] {
    display: flex;
    color: var(--primary-black);
    border-bottom: 1px solid var(--gray-border-light);
    margin-bottom: .05rem;
    align-items: center;
    width: 100%;
    gap: 1rem;
}

 a[b-txtgh7v4zv]{
    text-decoration: none;
    color: var(--primary-black);

}

.card-image[b-txtgh7v4zv] {
    width: 23rem;
    height: 12rem;
    background-color: var(--primary-black);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .card-image img[b-txtgh7v4zv] {
       width: 14rem;
       height: 11rem;
    }

    .card-image a[b-txtgh7v4zv] {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }


.type-skill[b-txtgh7v4zv] {
    display: flex;
    gap: .4rem;
}

.card-type[b-txtgh7v4zv] {
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    padding: 0.1875rem 0.375rem;
    width: fit-content;
    gap: .4rem;
    border-radius: 0.17rem;
    background: var(--primary-blue);
    color: var(--white);
    text-transform: uppercase;
}

.card-skill[b-txtgh7v4zv] {
    display: flex;
    font-size:1rem;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    height: 1.4rem;
    padding: 0.1875rem 0.375rem;
    width: fit-content;
    gap: 0.3872rem;
    border-radius: 0.17rem;
    color: var(--white);
    text-transform: uppercase;
}

.card-view-rate[b-txtgh7v4zv] {
    display: flex;
    font-size: 1.1rem;
    font-weight: 360;
    gap:4%;
    margin-top:3%
}

.card-view[b-txtgh7v4zv] {
    display: flex;
    align-items: center;
    gap:.3rem;
    color: var(--gray-dark);
}

.card-rate[b-txtgh7v4zv] {
    display: flex;
    align-items: center;
    gap:.3rem;
    color: var(--gray-dark);
}

.card-author[b-txtgh7v4zv] {
    display: flex;
    width: 90%;
    margin-top: .2rem;
    min-height: .25rem;
    font-size: 1.1rem;
    font-weight: 360;
    align-items: center;
    gap:.3rem;
    color: var(--gray-dark);
}

.card-author-text[b-txtgh7v4zv] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1 1 0%;
}

    .card-author svg[b-txtgh7v4zv] {
        flex-shrink: 0;
        min-width: 15px;
        min-height: 14px;
    }

.card-author span[b-txtgh7v4zv]{
    justify-content:space-between;
}

.summary-modal[b-txtgh7v4zv] {
    background-color: var(--white);
    padding: 3%;
    border-radius: 0.3125rem;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.3);
    z-index: 1001;
    position: relative;
    border: 4px solid var(--accent-blue);
    width:40%;
}

.summary-box h4[b-txtgh7v4zv] {
    font-size: 1.6875rem;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: .25rem;
}

.close-button[b-txtgh7v4zv] {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    cursor: pointer;
    font-size: 2rem;
    color: var(--secondary-black);
}

.tag-block[b-txtgh7v4zv] {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 1%;
}

.tag[b-txtgh7v4zv] {
    background: var(--secondary-black);
    color: var(--white);
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    max-width: 100%;
    padding: 0.06rem 0.2rem;
    gap: 0.3872rem;
    border-radius: 0.17rem;
    margin-top:1%;
}

.share-icon[b-txtgh7v4zv] {
    margin-left: 40%;
}
/* _content/DI.Cache.Blazor/Components/ContentViewing/ContentCardList.razor.rz.scp.css */
.awarness[b-0hfc6x3rp2] {
    background: var(--blue-level-one);
}

.basic[b-0hfc6x3rp2] {
    background: var(--primary-blue);
}

.intermediate[b-0hfc6x3rp2] {
    background: var(--blue-level-three);
}

.advance[b-0hfc6x3rp2] {
    background: var(--blue-level-four);
}

.expert[b-0hfc6x3rp2] {
    background: var(--expert-dark-blue);
}

.card-list[b-0hfc6x3rp2] {
    display: flex;
    position: relative;
    border-radius: 0.25rem;
    border: .5px solid var(--primary-black);
    background: var(--white);
    margin: 1rem 0;
    width: 97%;
    box-sizing: border-box;
}

.card-list-content[b-0hfc6x3rp2] {
    padding: 2rem 0 1.5rem 2rem;
}

.card-header-list[b-0hfc6x3rp2] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    width: 100%;
    padding-right: 2rem;
}

.card-header-list a[b-0hfc6x3rp2] {
    flex: 1;
    color: var(--primary-blue);
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-dropdown-list[b-0hfc6x3rp2] {
    flex-shrink: 0;
    width: 1.2rem;
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-black);
    cursor: pointer;
    padding-right: 3rem;
}

.menu-dropdown-list[b-0hfc6x3rp2] {
    left: 76%;
    top: 25%;
    width: 10rem;
    display: none;
    flex-direction: column;
    padding: 0 2rem;
    cursor: pointer;
}

    .menu-dropdown-list.show[b-0hfc6x3rp2] {
        display: flex;
    }


.menu-row[b-0hfc6x3rp2] {
    display: flex;
    color: var(--primary-black);
    border-bottom: 1px solid var(--gray-border-light);
    align-items: center;
    gap: 1rem;
}

a[b-0hfc6x3rp2] {
    text-decoration: none;
    color: var(--primary-black);
}

.card-image-list[b-0hfc6x3rp2] {
    min-width:24rem;
    min-height: 19rem;
    background-color: var(--primary-black);
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-image-list img[b-0hfc6x3rp2] {
    display:flex;
    justify-content:center;
    width: 20rem;
    height: 15rem;
 }

.card-publish-list[b-0hfc6x3rp2] {
    font-size: 0.8rem;
    font-style: italic;
    font-weight: 400;
}

.type-skill-list[b-0hfc6x3rp2] {
    display: flex;
    gap: .4rem;
    margin-top:1%;
}

.card-type-list[b-0hfc6x3rp2] {
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    width: auto;
    text-transform: uppercase;
    padding: 0.0739rem 0.5912rem;
    gap: .2rem;
    border-radius: 0.17rem;
    background: var(--primary-blue);
    color: var(--white);
}

.card-skill-list[b-0hfc6x3rp2], .tag[b-0hfc6x3rp2] {
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    height: 1.4rem;
    padding: 0.06rem 0.2rem;
    gap: 0.3872rem;
    border-radius: 0.17rem;
    background: var(--secondary-blue);
    color: var(--white);
}

.card-view-rate-list[b-0hfc6x3rp2] {
    display: flex;
    font-size: 1.1rem;
    font-weight: 400;
    gap: 5%;
}

.card-view-list[b-0hfc6x3rp2] {
    display: flex;
    align-items: center;
}

.card-rate-list[b-0hfc6x3rp2] {
    display: flex;
    align-items: center;
}

.card-author-list[b-0hfc6x3rp2] {
    display: flex;
    font-size: 1rem;
    align-items: center;
}

.card-author-text[b-0hfc6x3rp2] {
    max-width: 10rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;
}

.card-info-list[b-0hfc6x3rp2] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    font-size: 0.8rem;
    font-weight: 400;
}

.card-view-rate-list[b-0hfc6x3rp2],
.type-skill-list[b-0hfc6x3rp2] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.card-publish-list[b-0hfc6x3rp2],
.card-author-list[b-0hfc6x3rp2],
.card-rate-list[b-0hfc6x3rp2],
.card-view-list[b-0hfc6x3rp2],
.card-type-list[b-0hfc6x3rp2],
.card-skill-list[b-0hfc6x3rp2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.summary-block[b-0hfc6x3rp2] {
    overflow-wrap: break-word;
    white-space: normal;
    margin-top:1%;
    width: 90%;
}

.summary-block span[b-0hfc6x3rp2]{
    color: var(--primary-blue);
    cursor:pointer;
}

.tag-block[b-0hfc6x3rp2] {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 1%;
}

.tag[b-0hfc6x3rp2]{
    background: var(--neutral-black);
    padding: .25rem 1rem;
    margin: .25rem 0;
}

.summary-modal[b-0hfc6x3rp2] {
    background-color: var(--white);
    padding: 3%;
    border-radius: 0.3125rem;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.3);
    z-index: 1001;
    position: relative;
    border: 4px solid var(--accent-blue);
    width: 40%;
}

.summary-box h4[b-0hfc6x3rp2] {
    font-size: 1.6875rem;
    font-weight: 700;
}

/* _content/DI.Cache.Blazor/Components/ContentViewing/ContentPageTitleComponent.razor.rz.scp.css */
.content-page-des[b-ght2nllvy1] {
    background-color: var(--gray-lightest);
    border-radius: 0.1875rem;
    border: 1px solid var(--border-light);
    padding: 1rem 3rem 2rem 4.25rem;
}

.center-btn[b-ght2nllvy1] {
    display: flex;
    justify-content: center;
    margin: 1rem;
}

.learning-obj[b-ght2nllvy1] {
    font-family: 'Source Sans 3';
    display: flex;
    width: fit-content;
    height: 2.75rem;
    padding: 0.75rem 2rem;
    justify-content: center;
    align-items: center;
    gap: 1.0625rem;
    flex-shrink: 0;
    border-radius: 0.25rem;
    background: var(--primary-blue);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 680;
    color: var(--white);
    border: none;
}

.tags[b-ght2nllvy1] {
    display: flex;
    flex-flow: row wrap;
    gap: .5rem;
    margin: .5rem auto;
}

.category[b-ght2nllvy1] {
    display: flex;
    width: fit-content;
    padding: 0.0719rem 0.575rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.1437rem;
    background: var(--secondary-black);
    color: var(--white);
    font-size: 0.9344rem;
    font-weight: 400;
    text-transform: uppercase;
}

.summary h3[b-ght2nllvy1] {
    font-size: 1.45rem;
    font-weight: 600;
    margin-bottom: 0;
}

.summary p[b-ght2nllvy1] {
    font-style: italic;
    margin-top: 0;
    font-weight: 400;
}


.lo-modal[b-ght2nllvy1] {
    background-color: var(--white);
    padding: 3.2% 0 5% 3%;
    width: 41rem;
    height: 20.5rem;
    border-radius: 0.25rem;
    box-shadow: 4px 3px 5.8px 0 rgb(0, 0, 0, 0.50);
    z-index: 1001;
    position: relative;
}

    .lo-modal h4[b-ght2nllvy1] {
        font-size: 1.6875rem;
        font-weight: 700;
    }

    .lo-modal p[b-ght2nllvy1] {
        margin-top: 0.5rem;
        font-size: 1rem;
        font-weight: 600;
    }

.proficiency-level[b-ght2nllvy1] {
    display: inline-flex;
    padding: 0.0625rem 0.5rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.125rem;
    font-size: 0.8125rem;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--white);
    margin-left:.5rem;
}

.learnobj[b-ght2nllvy1] {
    font-family: 'Source Sans 3';
    line-height: 1.6rem;
    font-size: 1rem;
    border: none;
    cursor: default;
    resize: none;
    width: 40rem;
    min-height:10rem;
    max-height: 25.3636rem;
}

.close-button[b-ght2nllvy1] {
    top: 2rem;
    right: 2rem;
    font-size:2rem;
}

.continue[b-ght2nllvy1] {
    font-family: 'Source Sans 3';
    border: none;
    display: flex;
    padding: .5rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.5531rem;
    flex-shrink: 0;
    border-radius: 0.2766rem;
    background: var(--primary-blue);
    font-size: 1.11rem;
    font-weight: 700;
    color: var(--white);
    margin-left: 70%;
}
/* _content/DI.Cache.Blazor/Components/ContentViewing/ContentView.razor.rz.scp.css */
.content-card-view[b-g1ot8juq2c] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 1.5rem 0 0;
}

.content-card-view-no-margin[b-g1ot8juq2c] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 0;
    padding-left: 2rem;
}

.card-view-title[b-g1ot8juq2c] {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

    .card-view-title h1[b-g1ot8juq2c] {
        flex-grow: 1;
        margin: 0;
        font-weight: 650;
        font-size: 2.5rem;
    }

    .card-view-title h2[b-g1ot8juq2c] {
        font-size: 2.4rem;
        font-weight: 650;
        line-height: 100%;
    }

    .card-view-title p[b-g1ot8juq2c] {
        margin: 0;
        font-weight: 300;
        font-size: 1.15rem;
    }

.filter[b-g1ot8juq2c] {
    display: flex;
    white-space: nowrap;
    margin: 1rem 2rem 1rem auto;
}

    .filter button[b-g1ot8juq2c] {
        background: none;
        border: none;
        cursor: pointer;
    }

.filter-btn-icon[b-g1ot8juq2c] {
    margin-right: 2rem;
}

.filter-dropdown[b-g1ot8juq2c] {
    background: var(--white);
    border: .5px solid var(--primary-black);
    z-index: 100;
    padding: 1rem 2rem;
    position: absolute;
    right: 0;
    top: -10%;
    margin-top: 0.5rem;
}

.filter h3[b-g1ot8juq2c] {
    font-weight: 620;
    font-size: 1.5rem;
    margin: 0;
    padding: 0.5rem 0;
}

.filter-subject[b-g1ot8juq2c] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.5rem 0;
}

    .filter-subject h4[b-g1ot8juq2c] {
        font-weight: 580;
        font-size: 1.15rem;
        margin: 0;
    }

    .filter-subject h4 span[b-g1ot8juq2c] {
    font-weight: 350;
    font-style: italic;
    }






.filter-format[b-g1ot8juq2c] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.filter-format h4[b-g1ot8juq2c] {
    margin: 0.3125rem 0 0 0.3125rem;
}

.filter-checkbox[b-g1ot8juq2c] {
    display: flex;
    flex-direction: row;
    align-items: center;
    size: 1rem;
}

    .filter-checkbox input[type="checkbox"][b-g1ot8juq2c] {
        margin-right: 0.5rem;
        size: 1.15rem;
    }

    .filter-checkbox label[b-g1ot8juq2c] {
        margin-right: 1.5rem; /* space between each label */
        font-size: 1rem;
    }

.format-rating[b-g1ot8juq2c] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.5rem 0 .5rem;
}

    .format-rating
    .format-rating h4[b-g1ot8juq2c] {
        font-weight: 580;
        font-size: 1.15rem;
        margin: 0;
    }

    .format-rating h4 span[b-g1ot8juq2c] {
        font-weight: 350;
        font-style: italic;
    }

    .format-rating h4[b-g1ot8juq2c] {
        margin: 0.3125rem 0 0 0.3125rem;
    }

    .format-rating input[type="number"][b-g1ot8juq2c] {
        width: 100%;
        padding: 0.5rem;
        border-radius: 0.375rem;
        border: 1px solid var(--gray-border-light);
        font-size: 1rem;
        outline: none;
    }

.filter-date[b-g1ot8juq2c] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.5rem 0 .5rem;
}

    .filter-date h4[b-g1ot8juq2c] {
        font-weight: 580;
        font-size: 1.15rem;
        margin: 0;
    }

    .filter-date h4 span[b-g1ot8juq2c] {
        font-weight: 350;
        font-style: italic;
    }

    .filter-date input[type="date"][b-g1ot8juq2c] {
        width: 100%;
        padding: 0.5rem;
        border-radius: 0.375rem;
        border: 1px solid var(--gray-border-light);
        font-size: 1rem;
        outline: none;
    }

.filter-abc[b-g1ot8juq2c] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.5rem 0 .5rem;
}

    .filter-abc h4[b-g1ot8juq2c] {
        font-weight: 580;
        font-size: 1.15rem;
        margin: 0;
    }

    .filter-abc h4 span[b-g1ot8juq2c] {
        font-weight: 350;
        font-style: italic;
    }

    .filter-abc input[type="text"][b-g1ot8juq2c] {
        width: 100%;
        padding: 0.5rem;
        border-radius: 0.375rem;
        border: 1px solid var(--gray-border-light);
        font-size: .75rem;
        outline: none;
    }

.list-card[b-g1ot8juq2c] {
    display: flex;
    flex-direction: column;
    padding: 0 0 1rem 1rem;
    gap: 1rem;
}

.grid-card[b-g1ot8juq2c] {
    display: flex;
    padding: 0 0 1rem 1rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.grid-list-card-styles[b-g1ot8juq2c] {
    background-color: var(--off-white);
    border: 1px solid var(--border-light);
    border-radius: 0.375rem;
    box-sizing: border-box;
}

.grid-list-card-no-styles[b-g1ot8juq2c] {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    box-sizing: border-box;
    padding-left: 2rem;
}

.grid-list-card-no-styles > *[b-g1ot8juq2c] {
    flex: 1 1 280px;
    min-width: 280px;
    max-width: 100%;
}

.filter-dropdown h4[b-g1ot8juq2c],
.filter-dropdown .input-icon-wrapper[b-g1ot8juq2c],
.filter-dropdown .selected-tags[b-g1ot8juq2c],
.filter-dropdown .filter-checkbox[b-g1ot8juq2c],
.filter-dropdown .format-rating[b-g1ot8juq2c],
.filter-dropdown .filter-date[b-g1ot8juq2c],
.filter-dropdown .filter-abc[b-g1ot8juq2c] {
    width: 100%;
}


h4 span[b-g1ot8juq2c] {
    font-weight: 400;
}

.filter-btns[b-g1ot8juq2c] {
    margin-top: 5%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 5%
}

.filter-dropdown .filter-btns .filter-confirm-btn[b-g1ot8juq2c] {
    font-family: 'Source Sans 3';
    border: 2px solid var(--primary-blue);
    background: var(--primary-blue);
    padding: .5rem 1.5rem;
    color: var(--white);
    font-weight: 700;
    cursor: pointer;
    border-radius: 0.25rem;
    font-size: 1.1rem;
    display: inline-block;
    visibility: visible;
    opacity: 1;
}

.filter-dropdown .filter-btns .filter-cancel-btn[b-g1ot8juq2c] {
    font-family:'Source Sans 3';
    border: 2px solid var(--primary-blue);
    background: var(--white);
    padding: .5rem 1.5rem;
    color: var(--primary-blue);
    font-weight: 700;
    cursor: pointer;
    border-radius: 0.25rem;
    font-size: 1.1rem;
}

.input-icon-wrapper[b-g1ot8juq2c] {
    position: relative;
}

    .input-icon-wrapper input[b-g1ot8juq2c] {
        padding: 0.5rem 3rem 0.5rem 0.75rem;
        border: 1px solid var(--gray-border-light);
        border-radius: 0.375rem;
        font-size: 1rem;
        outline: none;
    }

    .input-icon-wrapper .icon-btn[b-g1ot8juq2c] {
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        cursor: pointer;
        gap:30%;
    }

.selected-tags[b-g1ot8juq2c] {
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tag[b-g1ot8juq2c] {
    font-family: "Source Sans 3", sans-serif;
    background-color: var(--navy-blue);
    border-radius: 1.5389rem;
    padding: 0.25rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    cursor: pointer;
    transition: background 0.3s;
    text-align: left;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 0.27rem;
}

.tag-selected[b-g1ot8juq2c] {
    background-color: var(--primary-blue);
}

.search-bar[b-g1ot8juq2c] {
    display: flex;
    height: 2.4219rem;
    flex-grow: 1;
    margin-right: 3rem;
}

    .search-bar input[b-g1ot8juq2c] {
        width: 100%;
        font-size: 1.05rem;
        font-weight: 400;
        padding-left: 1.2rem;
        border: 1px solid var(--gray-border-light);
    }

    .search-bar button[b-g1ot8juq2c] {
        width: 4rem;
        color: var(--white);
        background-color: var(--primary-blue);
        border: none;
        font-size: 1.3rem;
        font-weight: 700;
        border-radius: 0 .25rem .25rem 0;
        padding-top: .3rem;
    }

.empty-content[b-g1ot8juq2c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 2rem;
}

.goto-library[b-g1ot8juq2c] {
    display: inline-flex;
    padding: .7em 1.1rem;
    gap: 0.7386rem;
    flex-shrink: 0;
    margin-top: .5rem;
    border-radius: 0.3693rem;
    background: var(--primary-blue);
    color: var(--white);
    font-size: 1.3636rem;
    font-weight: 650;
    border: none;
}

.no-results-message[b-g1ot8juq2c] {
    display: flex;
    place-content: center center;
    font-size: 1.5em;
    font-weight: 680;
}

.pagination-btn-icon[b-g1ot8juq2c] {
    display: flex;
    text-align: center;
}
/* _content/DI.Cache.Blazor/Components/CreatorComponents/CalendarComponent.razor.rz.scp.css */

.custom-date-picker[b-u5f27j11ko] {
    position: relative;
    display: inline-block;
}

.date-with-icon[b-u5f27j11ko] {
    display: flex;
    align-items: center;
    width: 16.75rem;
    height: 2.5rem;
    position: relative;
}

.date-field[b-u5f27j11ko] {
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    padding: 10px 12px;
    border: 1px solid var(--gray-border-light);
    border-radius: 6px;
    background-color: var(--white);
    outline: none;
    cursor: pointer;
}

.icon-div[b-u5f27j11ko] {
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 12px;
    width: 3rem;
    cursor: pointer;
}
.date-with-icon svg[b-u5f27j11ko] {
    right: 12px;
    z-index: 1;
    width: 1.5rem;
    height: 1.5rem;

}

.calendar-dropdown[b-u5f27j11ko] {
    position: absolute;
    z-index: 1000;
    background: var(--gray-lightest);
    width: 100%;
}

.calendar-header[b-u5f27j11ko] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.nav-button[b-u5f27j11ko] {
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 1.15rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: .75rem;
    color: var(--primary-blue);
}

.month-year-display[b-u5f27j11ko] {
    color: var(--secondary-black);
    font-size: 1rem;
    font-weight: 400;
    flex: 1;
    text-align: center;
    padding-top: .75rem;
}

.calendar-grid[b-u5f27j11ko] {
    width: 100%;
    padding: 3px;
}

.days-header[b-u5f27j11ko] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    margin-bottom: 8px;
}

.day-header[b-u5f27j11ko] {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 4px;
    color: var(--gray-standard);
}

.days-grid[b-u5f27j11ko] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}

.day-cell[b-u5f27j11ko] {
    aspect-ratio: 1;
    border: none;
    background: none;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
}

    .day-cell.current-month[b-u5f27j11ko] {
        color: var(--primary-black);
    }

    .day-cell.other-month[b-u5f27j11ko] {
        color: var(--gray-border-light);
    }

    .day-cell:hover[b-u5f27j11ko] {
        background-color: var(--gray-lightest);
    }

    .day-cell.selected[b-u5f27j11ko] {
        background-color: var(--navy-blue);
        color: var(--white);
    }

    .day-cell.disabled[b-u5f27j11ko] {
        color: var(--gray-label);
        cursor: not-allowed;
    }
/* _content/DI.Cache.Blazor/Components/CreatorComponents/ContentHubComponent.razor.rz.scp.css */
*[b-wbmor3bqn6] {
    font-family: "Source Sans 3", sans-serif;
}

.pointer[b-wbmor3bqn6] {
    cursor: pointer;
}

.header-row[b-wbmor3bqn6] {
    display: flex;
    padding-top: 1rem;
    padding-bottom: 2rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header-title[b-wbmor3bqn6] {
    display: flex;
    flex-direction: column;

    /* margin-left: 3rem; */
    ul{
        position:relative;
        left: 4.7rem;
    }
}

.header-title h1[b-wbmor3bqn6] {
    font-weight: 650;
    font-size: 2.5rem;
    margin: 0;
}

.header-title p[b-wbmor3bqn6] {
    display: flex;
    justify-content: space-between;
    font-weight: 300;
    font-size: 1.15rem;
    margin: 0;
}

.new-content-btn[b-wbmor3bqn6] {
    font-family:'Source Sans 3';
    display: flex;
    padding: .5rem 1.5rem;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 0.2375rem;
    background: var(--primary-blue);
    color: var(--white);
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    white-space: nowrap;
    margin-left: .5rem;

    svg{
        padding-top: 0.1em;
    }
}

.title-border[b-wbmor3bqn6] {
    background-color: var(--expert-dark-blue);
    display: flex;
    flex-direction: row;
    align-items: center;
    color: var(--white);
    gap: 1%;
    padding-left: 2%;
    font-size: 1rem;

    /* margin-left: 3rem; */
}

.title-border h2[b-wbmor3bqn6] {
    font-weight: 600;
}

.filter-bar-container[b-wbmor3bqn6] {
    display: flex;
    align-items: center;
    background-color: var(--gray-lightest);
    border-bottom: 1px solid var(--border-light);
    gap: 1rem;
    padding: 1% 2%;
    font-size: 1rem;
}

.filter-dropdown-container[b-wbmor3bqn6] {
    display: flex;
    align-items: center;
    gap: .25rem;
}

.filter-dropdown[b-wbmor3bqn6] {
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    background-color: var(--white);
    border: 1px solid var(--gray-search-border);
    border-radius: 0.25rem;
    cursor: pointer;
}


.search-container[b-wbmor3bqn6] {
    display: flex;
    align-items: flex-start;
    border: 1px solid var(--gray-search-border);
    border-radius: 0.25rem;
    background-color: var(--white);
    flex: 1;
    padding-left: .5%;
}

.search-input[b-wbmor3bqn6] {
    border: none;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    flex-grow: 1;
    outline: none;
    border-radius: 0.25rem 0 0 0.25rem;
}

.search-button[b-wbmor3bqn6] {
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    padding: 0.7rem 0.75rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0.25rem 0.25rem 0;
}


.select-wrapper[b-wbmor3bqn6] {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.filter-select[b-wbmor3bqn6] {
    padding: .5rem 3rem .5rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    background-color: var(--white);
    border: .25px solid var(--gray-search-border);
    border-radius: .25rem;
    appearance: none;
    cursor: pointer;
    width: 100%;
}

.select-arrow[b-wbmor3bqn6] {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
}

.newcon-item[b-wbmor3bqn6], .grid-title[b-wbmor3bqn6] {
    display: grid;
    grid-template-columns: 1.5fr 2fr 4fr 1fr 1fr 1fr;
}

.newcon-item span:nth-child(4)[b-wbmor3bqn6], .grid-title span:nth-child(4)[b-wbmor3bqn6] {
    display: flex;
    justify-content: center;
}

.grid-title[b-wbmor3bqn6] {
    background: var(--pagination-bg);
    color: var(--primary-blue);
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    font-size: 1.2rem;
}

.content-hub-grid-title[b-wbmor3bqn6] {
    background: var(--pagination-bg);
    color: var(--primary-blue);
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    font-size: 1.2rem;

    /* margin-left: 3rem; */
}

.newcon-item[b-wbmor3bqn6] {
    display: grid;
    background: var(--white);
    border-bottom: 1px solid var(--border-gray);
    padding: 0.75rem 1.5rem;
    font-size: 1.15rem;
    font-weight: 350;
}

.title-link[b-wbmor3bqn6] {
    color: var(--link-blue);
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
    font-size: 1.15rem;
    min-width:100%;
}

.title-link a:hover[b-wbmor3bqn6] {
        color: var(--purple-hover);
    }


.status[b-wbmor3bqn6] {
    background: var(--status-gray);
    color: var(--white);
    border-radius: 0.25rem;
    padding: 0.1875rem 0.375rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
    white-space: nowrap;
    display: flex;
    align-items: center;
    width: fit-content;

}

    .status.in-review[b-wbmor3bqn6] {
        background: var( --pending-brown);
    }

.status.approved[b-wbmor3bqn6] {
    background: var(--approved-green);
}

    .status.rejected[b-wbmor3bqn6] {
        background: var(--alert-red);
    }

    .status.processing[b-wbmor3bqn6] {
        background: var(--loading-gray);
        color: var(--white);
    }

    .status.processing-complete[b-wbmor3bqn6] {
        background: var(--progress-green);
        color: var(--white);
    }


.format[b-wbmor3bqn6] {
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    align-items: center;
    padding: 0.1875rem 0.375rem;
    gap: .4rem;
    border-radius: 0.17rem;
    background: var(--primary-blue);
    color: var(--white);
    text-transform: uppercase;
    width: fit-content;
}


.newcon-item span[b-wbmor3bqn6] {
    margin: 0;
}

.pagination-btn-icon[b-wbmor3bqn6] {
    display: flex;
    text-align: center;
}

.card-skill[b-wbmor3bqn6] {
    padding: 0.1875rem 0.375rem;
}
/* _content/DI.Cache.Blazor/Components/CreatorComponents/CreateNewContentComponent.razor.rz.scp.css */
.wizard-container[b-cc7u5zt8ox] {
    /* width: 100%; */
    margin: 0 0 3rem 3rem;
}

.h1[b-cc7u5zt8ox] {
    font-weight: 150;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.progress-bar[b-cc7u5zt8ox] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    align-items: flex-start;
    width: 50%;
}

    .progress-bar .step[b-cc7u5zt8ox] {
        flex: 1;
        text-align: left;
        margin: 0 0.15rem;
        position: relative;
        color: var(--gray-progress);
    }

        .progress-bar .step[b-cc7u5zt8ox]::before {
            content: "";
            display: block;
            height: .5rem;
            background-color: var(--gray-progress);
            margin-bottom: 0.5rem;
        }

        .progress-bar .step.active[b-cc7u5zt8ox]::before {
            background-color: var(--primary-blue);
        }

        .progress-bar .step.active[b-cc7u5zt8ox]::after {
            color: var(--gray-progress-active);
        }

        .progress-bar .step span[b-cc7u5zt8ox] {
            display: block;
            font-size: 1rem;
            font-weight: 700;
            margin-top: 0.25rem;
        }

        .progress-bar .step.active[b-cc7u5zt8ox] {
            background-color: transparent;
            color: var(--navy-blue);
            font-weight: 650;
            font-size: 1rem;
        }

.step-indicator[b-cc7u5zt8ox] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    font-size: 1.15rem;
    color: var(--primary-blue);
}

.step-number[b-cc7u5zt8ox] {
    background-color: var(--primary-blue);
    color: var(--white);
    padding: 0.1rem;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-button[b-cc7u5zt8ox] {
    font-family:'Source Sans 3';
    margin-top: 2.75rem;
    cursor: pointer;
    display: inline-flex;
    padding: .5rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.5677rem;
    flex-shrink: 0;
    border-radius: 0.2839rem;
    border: none;
    background: var(--primary-blue);
    color: var(--white);
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
}

.buttons[b-cc7u5zt8ox] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.file-buttons[b-cc7u5zt8ox] {
    margin-top: 2.75rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    cursor: pointer;
    align-items: center;
}

.draft[b-cc7u5zt8ox] {
    font-family:'Source Sans 3';
    background: var(--white);
    border-radius: 0.2841rem;
    border: 2px solid var(--primary-blue);
    display: flex;
    padding: .5rem 1.5rem;
    justify-content: center;
    align-items: center;
    color: var(--primary-blue);
    text-align: center;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
}

    .draft:disabled[b-cc7u5zt8ox] {
        opacity: 0.5;
        cursor: not-allowed;
        border-color: var(--gray-progress);
        color: var(--gray-progress);
    }

.next-button[b-cc7u5zt8ox] {
    font-family: 'Source Sans 3';
    display: inline-flex;
    padding: .5rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.5677rem;
    flex-shrink: 0;
    border-radius: 0.2839rem;
    border: 2px solid var(--primary-blue);
    background: var(--primary-blue);
    color: var(--white);
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
}

    .next-button:disabled[b-cc7u5zt8ox] {
        opacity: 0.5;
        cursor: not-allowed;
        background: var(--gray-progress);
        border-color: var(--gray-progress);
    }

.loading-modal[b-cc7u5zt8ox] {
    background-color: var(--white);
    padding: 3%;
    border-radius: 0.5rem;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.3);
    z-index: 1001;
    position: relative;
    max-width: 30rem;
    max-height: 30rem;
}

.loading-box[b-cc7u5zt8ox] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

    .loading-box h4[b-cc7u5zt8ox] {
        font-size: 3rem;
        font-weight: 700;
        margin-bottom: .25rem;
        margin-top: 0;
        text-align: left;
        color: var(--secondary-black);
        align-self: flex-start;
    }

.loading-box p[b-cc7u5zt8ox] {
    font-size: 1rem;
    font-weight: 350;
    margin-top: 0;
    margin-bottom: 1rem;
    align-self: flex-start;
}

.spinner-container[b-cc7u5zt8ox] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 2.5rem auto 3rem;
}

.spinner-svg[b-cc7u5zt8ox] {
    animation: rotate-b-cc7u5zt8ox 2s linear infinite;
    transform-origin: center;
}

@keyframes rotate-b-cc7u5zt8ox {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

.stop-spinning[b-cc7u5zt8ox] {
    font-family: 'Source Sans 3';
    display: inline-flex;
    padding: .5rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.5677rem;
    flex-shrink: 0;
    border-radius: 0.2839rem;
    background: var(--primary-blue);
    color: var(--white);
    font-size: 1.1rem;
    font-weight: 700;
    border: none;
}

.close-window[b-cc7u5zt8ox] {
    font-family:'Source Sans 3';
    display: inline-flex;
    padding: .5rem 1.5rem;
    justify-content: center;
    align-items: center;
    margin-left: 0.6rem;
    flex-shrink: 0;
    border-radius: 0.2839rem;
    background: var(--white);
    color: var(--primary-blue);
    border: 2px solid var(--primary-blue);
    font-size: 1.1rem;
    font-weight: 700;
}

.submission-modal[b-cc7u5zt8ox] {
    display: flex;
    width: 30.7718rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.4474rem;
    border: 1.79px solid var(--border-light);
    background: var(--white);
    padding: 2%;
}

.submission-box[b-cc7u5zt8ox] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

    .submission-box h4[b-cc7u5zt8ox] {
        font-size: 2.0652rem;
        font-weight: 700;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 0;
        margin-top: 0.625rem;
    }

    .submission-box p[b-cc7u5zt8ox] {
        margin-top:0;
        font-size: 1rem;
        font-weight: 400;
        padding: 5% 5% 5% 1%;
        margin-bottom:0;
    }

    .submission-buttons[b-cc7u5zt8ox] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 10%;
        margin-top: 2rem;
    }


.submit-confirm[b-cc7u5zt8ox] {
    font-family: 'Source Sans 3';
    display: flex;
    padding: .5rem 1.5rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.4474rem;
    background: var(--primary-blue);
    color: var(--white);
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 10rem;
    cursor: pointer;
    border: none;
}

.status-modal[b-cc7u5zt8ox] {
    background-color: var(--white);
    padding: 3%;
    border-radius: 0.5rem;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.3);
    z-index: 1001;
    position: relative;
    max-width: 30rem;
    max-height: 30rem;
}

.status-box[b-cc7u5zt8ox] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .status-box h4[b-cc7u5zt8ox] {
        font-size: 1.95rem;
        font-weight: 700;
        margin-bottom: .25rem;
        margin-top: 0;
    }

    .status-box p[b-cc7u5zt8ox] {
        font-size: 1rem;
        font-weight: 350;
        margin-top: 0;
        margin-bottom: 1rem;
    }

.status-description[b-cc7u5zt8ox] {
    max-width: 80%;
}

.staus-upload-btn[b-cc7u5zt8ox] {
    font-family: 'Source Sans 3';
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    padding: .5rem 1.5rem;
    border-radius: 0.25rem;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
}

.close-btn[b-cc7u5zt8ox] {
    cursor: pointer;
    display: inline-block;
    align-self: flex-end;
}
/* _content/DI.Cache.Blazor/Components/CreatorComponents/NewFileInfoComponent.razor.rz.scp.css */
.info-section h2[b-h137jm1sir] {
    margin-bottom: .25rem;
    font-size: 1.75rem;
    font-weight: 650;
}

.info-section p[b-h137jm1sir] {
    font-weight: 350;
    margin-bottom: .75rem;
    margin-top: 0;
}

.required-field-indicator[b-h137jm1sir] {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

    .required-field-indicator .asterisk[b-h137jm1sir],
    .form-group label .asterisk[b-h137jm1sir],
    .ai-title .asterisk[b-h137jm1sir] {
        color: var(--alert-red);
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 162%;
    }

.show-content[b-h137jm1sir] {
    border-radius: 0.25rem;
    border: 1.308px solid var(--primary-black);
    max-width: 100%;
}

.content-title[b-h137jm1sir] {
    align-items: center;
    padding: 0 3rem;
    margin-top: .75rem;
    color: var(--link-blue);
    font-size: 2rem;
    text-decoration: underline;
    font-weight: 700;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    display: flex;
    justify-content: space-between;
    width: 90%;
}

    .content-title h1[b-h137jm1sir] {
        overflow-wrap: break-word;
        max-width: 95%;
        white-space: normal;
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .content-title p[b-h137jm1sir] {
        display: flex;
        background: var(--primary-blue);
        color: var(--white);
        border-radius: 0.155rem;
        width: 4.1293rem;
        height: 1.53rem;
        padding: 0.0778rem 0.6225rem;
        justify-content: center;
        align-items: center;
        gap: 0.3113rem;
        font-size: 1.0116rem;
        font-weight: 400;
        margin-top: .75rem;
    }

.form-fields-container[b-h137jm1sir] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 950px;
    margin-top: 1.75rem;
}

.form-group label[b-h137jm1sir] {
    display: block;
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.form-group .sub-label[b-h137jm1sir] {
    font-size: 1rem;
    font-weight: 400;
    color: var(--gray-text-light);
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.input-with-icon[b-h137jm1sir] {
    position: relative;
    display: flex;
    align-items: center;
}

    .input-with-icon input[type="text"][b-h137jm1sir],
    .input-with-icon .form-control[b-h137jm1sir] {
        width: 100%;
        font-size: 1rem;
        font-weight: 400;
        padding: 0.625rem 2.25rem 0.625rem 0.75rem;
        border: 1px solid var(--gray-border-light);
        border-radius: 0.25rem;
        background-color: var(--white);
        outline: none;
    }

    .input-with-icon .icon-span[b-h137jm1sir] {
        position: absolute;
        right: 0.75rem;
        display: flex;
        align-items: center;
        pointer-events: none;
        cursor: pointer;
    }

    .input-with-icon .icon-span span[b-h137jm1sir] {
        font-family: 'Source Sans 3';
        font-size: 0.85rem;
        margin-left: 0.25rem;
        font-weight: 600;
        color: var(--secondary-black);
    }


.date-with-icon[b-h137jm1sir] {
    display: flex;
    align-content: center;
    width: 16.75rem;
    height: 2.5rem;
    gap: 30rem;
}

.date-field[b-h137jm1sir] {
    text-decoration: none;
}

.input-with-icon input[type="date"][b-h137jm1sir]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.generated-info[b-h137jm1sir] {
    background: var(--primary-off-white);
    padding: 2rem;
    margin-top: 3rem;
    margin-right: 0;
}

.generated-info h2[b-h137jm1sir] {
    font-size: 1.75rem;
    font-weight: 620;
    margin-bottom: 0.15rem;
    margin-top: 0;
}

.generated-info p[b-h137jm1sir] {
    font-size: 1rem;
    font-weight: 350;
    color: var(--secondary-black);
    margin-top: 0;
}

.ai-title[b-h137jm1sir] {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 1rem;
}

.edit-icon-container[b-h137jm1sir] {
    cursor: pointer;
}

.edit-icon-container span[b-h137jm1sir] {
    font-family: 'Source Sans 3';
    font-size: 0.85rem;
}

.ai-desciption[b-h137jm1sir] {
    font-size: 1rem;
    color: var(--gray-text-light);
    font-weight: 400;
    padding-right: 1.5rem;
}

.ai-input[b-h137jm1sir] {
    max-width: 100%;
    border-radius: 0.3269rem;
    border: 1.308px solid var(--gray-border-light);
    background: var(--white);
    padding-left: 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.ai-summary[b-h137jm1sir] {
    width: 97%;
    font-size: 0.9375rem;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0;
    resize: none;
    min-height: 6.0625rem;
    font-family: "Source Sans 3", sans-serif;
}

.char-count[b-h137jm1sir] {
    margin-top: 0;
    color: var(--gray-text-light);
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: .75rem;
}

.proficiency-radio-group[b-h137jm1sir] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.radio-item[b-h137jm1sir] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    line-height: 1.2;
}

input[type="radio"][b-h137jm1sir] {
    transform: scale(1.5);
    margin-top: 0.3rem;
    accent-color: var(--primary-blue);
}

.label-button[b-h137jm1sir] {
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 1.4rem;
    padding: 0.1875rem 0.375rem;
    gap: 0.3872rem;
    border-radius: 0.17rem;
    background: var(--secondary-blue);
    color: var(--white);
}

.skill-desc[b-h137jm1sir] {
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 400;
    padding-top: .75rem;
}

.fake-radio[b-h137jm1sir] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid var(--primary-blue);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5rem;
}

    .fake-radio.selected[b-h137jm1sir]::before {
        content: "";
        width: 14px;
        height: 14px;
        background-color: var(--primary-blue);
        border-radius: 50%;
    }

.regen-btn[b-h137jm1sir] {
    font-family:'Source Sans 3';
    margin: 0 0 2% 70%;
    display: flex;
    padding: .5rem 1.5rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.2584rem;
    background: var(--primary-blue);
    gap: .5rem;
    color: var(--white);
    font-size: 1.125rem;
    font-weight: 700;
}

.ai-lo[b-h137jm1sir] {
    font-family: 'Source Sans 3', sans-serif;
    border: 1px solid var(--primary-black);
    text-decoration: none;
    min-width: 80%;
    min-height: 5rem;
    font-size: 0.9375rem;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0.75rem;
    resize: none;
    white-space: pre-wrap;
}

.input-tag-wrapper[b-h137jm1sir] {
    display: flex;
    flex-direction: row;
}

    .input-tag-wrapper input[b-h137jm1sir] {
        width: 66.0625rem;
        height: 2.75rem;
        border: 1px solid var(--secondary-black);
        font-size: 1.05rem;
        outline: none;
        padding-left: 1.25rem;
    }

.tag-btn[b-h137jm1sir] {
    font-family:'Source Sans 3';
    color: var(--white);
    width: 8.25rem;
    background: var(--primary-blue);
    font-size: 1.25rem;
    font-weight: 700;
    margin-right: 2rem;
    border: none;
}

.selected-tags[b-h137jm1sir] {
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.ai-tag[b-h137jm1sir] {
    padding-bottom: 1rem;
}

.tag[b-h137jm1sir] {
    border-radius: 1.875rem;
    background: var(--navy-blue);
    display: flex;
    width: fit-content;
    height: 2rem;
    padding: .15rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 0.1875rem;
    transition: background 0.3s;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 600;
}

.tag-selected[b-h137jm1sir] {
    background-color: var(--primary-blue);
    font-weight: 600;
}

.tag-hover[b-h137jm1sir] {
    cursor: pointer;
}
/* _content/DI.Cache.Blazor/Components/CreatorComponents/SubmitContentComponent.razor.rz.scp.css */
.submission-section h2[b-34d69a0jbp] {
    margin-bottom: .25rem;
    font-size: 1.75rem;
    font-weight: 650;
}

.submission-section p[b-34d69a0jbp] {
    font-weight: 350;
    margin-bottom: 1.5rem;
    margin-top: 0;
}

.required-field-indicator[b-34d69a0jbp] {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

    .required-field-indicator .asterisk[b-34d69a0jbp],
    .form-group label .asterisk[b-34d69a0jbp],
    .ai-title .asterisk[b-34d69a0jbp] {
        color: var(--alert-red);
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 162%;
    }

.show-content[b-34d69a0jbp] {
    border-radius: 0.25rem;
    border: 1.308px solid var(--primary-black);
    max-width: 100%;
}

.content-title[b-34d69a0jbp] {
    align-items: center;
    padding: 0 3rem;
    margin-top: .75rem;
    color: var(--link-blue);
    font-size: .75rem;
    text-decoration: underline;
    font-weight: 700;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    display: flex;
    justify-content: space-between;
    width: 90%;
}

    .content-title h1[b-34d69a0jbp] {
        overflow-wrap: break-word;
        max-width: 95%;
        white-space: normal;
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .content-title p[b-34d69a0jbp] {
        display: flex;
        background: var(--primary-blue);
        color: var(--white);
        border-radius: 0.155rem;
        width: 4.1293rem;
        height: 1.53rem;
        padding: 0.0778rem 0.6225rem;
        justify-content: center;
        align-items: center;
        gap: 0.3113rem;
        font-size: 1.0116rem;
        font-weight: 400;
        margin-top: .75rem;
    }

.form-fields-container[b-34d69a0jbp] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    max-width: 950px;
}

.form-group label[b-34d69a0jbp] {
    display: block;
    margin-bottom: .5rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.form-group .sub-label[b-34d69a0jbp] {
    font-size: 1rem;
    font-weight: 400;
    color: var(--gray-text-light);
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.input-with-icon[b-34d69a0jbp] {
    position: relative;
    display: flex;
    align-items: center;
}

    .input-with-icon input[type="text"][b-34d69a0jbp],
    .input-with-icon .form-control[b-34d69a0jbp] {
        width: 100%;
        font-size: 1rem;
        font-weight: 400;
        padding: 0.625rem 2.25rem 0.625rem 0.75rem;
        border: 1px solid var(--gray-border-light);
        border-radius: 0.375rem;
        background-color: var(--white);
        outline: none;
    }

    .input-with-icon .icon-span[b-34d69a0jbp] {
        position: absolute;
        right: 0.75rem;
        display: flex;
        align-items: center;
        font-family: 'Source Sans 3';
        font-size: 0.85rem;
        gap: 0.25rem;
        font-weight: 600;
        color: var(--secondary-black);
        cursor: pointer;
    }

.author[b-34d69a0jbp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.date-with-icon[b-34d69a0jbp] {
    display: flex;
    align-content: center;
    width: 16.75rem;
    height: 2.5rem;
    gap: 30rem;
}

.date-field[b-34d69a0jbp] {
    text-decoration: none;
}

.input-with-icon input[type="date"][b-34d69a0jbp]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.generated-info[b-34d69a0jbp] {
    background: var(--primary-off-white);
    padding: 2rem;
    margin-top: 3rem;
    margin-right: 0;
    padding-top: 1.4rem;
}

.generated-info h2[b-34d69a0jbp] {
    font-size: 1.75rem;
    font-weight: 620;
    margin-bottom: 0.15rem;
    margin-top: 0.25rem;
}

.generated-info p[b-34d69a0jbp] {
    font-size: 1rem;
    font-weight: 350;
    color: var(--secondary-black);
    margin-top: 0;
}

div.ai-title[b-34d69a0jbp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.edit-icon-container[b-34d69a0jbp] {
    cursor: pointer;
}

.edit-icon-container span[b-34d69a0jbp] {
    font-family: 'Source Sans 3';
    font-size: 0.85rem;
}

.contennt-label[b-34d69a0jbp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ai-title[b-34d69a0jbp] {
    font-size: 1.06rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 2rem;
}

.ai-title h3[b-34d69a0jbp] {
    font-size: 1.2rem;
    font-weight: 620;
    margin-bottom: 0.15rem;
    margin-top: 0;
    gap: .5rem;
}

.ai-desciption[b-34d69a0jbp] {
    font-size: 1rem;
    color: var(--gray-text-light);
    font-weight: 400;
    margin-top: 0;
}

.ai-input[b-34d69a0jbp] {
    width: 95%;
    border-radius: 0.3269rem;
    border: 1.308px solid var(--gray-border-light);
    background: var(--white);
    padding-left: 2rem;
    margin-top: .75rem;
    margin-bottom: 1rem;
}

.ai-summary[b-34d69a0jbp] {
    width: 97%;
    font-size: 0.9375rem;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0;
    resize: none;
    min-height: 6.0625rem;
    font-family: "Source Sans 3", sans-serif;
}

.char-count[b-34d69a0jbp] {
    margin-top: 0;
    color: var(--gray-text-light);
    font-size: 1rem;
    font-weight: 400;
}

.proficiency-radio-group[b-34d69a0jbp] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}

.radio-item[b-34d69a0jbp] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    line-height: 1.2;
    margin-top: 0.5rem;
}

input[type="radio"][b-34d69a0jbp] {
    transform: scale(1.5);
    margin-top: 0.3rem;
    accent-color: var(--primary-blue);
}

.label-button[b-34d69a0jbp] {
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    width: 6.3rem;
    height: 1.4rem;
    padding: 0.06rem 0.2rem;
    gap: 0.3872rem;
    border-radius: 0.17rem;
    background: var(--secondary-blue);
    color: var(--white);
}

.skill-desc[b-34d69a0jbp] {
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 400;
    padding-top: .75rem;
}

.fake-radio[b-34d69a0jbp] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid var(--primar-blue);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5rem;
}

    .fake-radio.selected[b-34d69a0jbp]::before {
        content: "";
        width: 14px;
        height: 14px;
        background-color: var(--primar-blue);
        border-radius: 50%;
    }

.regen-btn[b-34d69a0jbp] {
    font-family:'Source Sans 3';
    margin: 0 0 2% 70%;
    display: flex;
    padding: .5rem 1.5rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.2584rem;
    background: var(--primar-blue);
    gap: .5rem;
    color: var(--white);
    font-size: 1.125rem;
    font-weight: 700;
}

.ai-lo[b-34d69a0jbp] {
    border: none;
    text-decoration: none;
    min-width: 80%;
    min-height: 5rem;
    font-size: 0.9375rem;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0;
    resize: none;
    white-space: pre-wrap;
}

.input-tag-wrapper[b-34d69a0jbp] {
    display: flex;
    flex-direction: row;
}

    .input-tag-wrapper input[b-34d69a0jbp] {
        width: 66.0625rem;
        height: 2.75rem;
        border: 1px solid var(--secondary-black);
        font-size: 1.05rem;
        outline: none;
        padding-left: 1.25rem;
    }

.tag-btn[b-34d69a0jbp] {
    font-family:'Source Sans 3';
    color: var(--white);
    width: 8.25rem;
    background: var(--primar-blue);
    font-size: 1.25rem;
    font-weight: 700;
    margin-right: 2rem;
    border: none;
}

.selected-tags[b-34d69a0jbp] {
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.ai-tag[b-34d69a0jbp] {
    padding-bottom: 1rem;
}

.tag[b-34d69a0jbp] {
    border-radius: 1.875rem;
    background: var(--navy-blue);
    display: flex;
    width: fit-content;
    height: 2rem;
    padding: .15rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 0.1875rem;
    transition: background 0.3s;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 600;
}

.tag-selected[b-34d69a0jbp] {
    background-color: var(--primary-blue);
    font-weight: 600;
}

.edit-icon[b-34d69a0jbp] {
    cursor: pointer;
}
/* _content/DI.Cache.Blazor/Components/CreatorComponents/UploadNewFileComponent.razor.rz.scp.css */
.upload-section[b-nfsfo7me4i] {
    width: 100%;
}

[b-nfsfo7me4i] .hidden-input {
    display: none;
}

h2[b-nfsfo7me4i] {
    margin-bottom: 0;
}

p[b-nfsfo7me4i] {
    margin-top: 0;
}

.upload-section h2[b-nfsfo7me4i] {
    margin-bottom: .25rem;
    font-size: 1.75rem;
    font-weight: 650;
}

    .upload-section h4[b-nfsfo7me4i] {
        font-weight: 350;
        margin-bottom: 0.3125rem;
        margin-top: 0;
    }

    .upload-section p[b-nfsfo7me4i] {
        margin-top: 0;
        font-size: 1.1rem;
        margin-bottom: .5rem;
    }


.drag-drop-box[b-nfsfo7me4i] {
    border: 1px dashed var(--gray-dragdrop-border);
    padding: 2rem 1rem;
    text-align: center;
    margin-bottom: 5rem;
    background-color: rgb(147, 188, 220, 0.15);
    cursor: pointer;
    font-size: 1.06rem;
    font-weight: 400;
    transition: all 0.3s ease;
    user-select: none;
}

    .drag-drop-box:hover[b-nfsfo7me4i] {
        border-color: var(--primary-blue);
        background-color: rgb(147, 188, 220, 0.25);
    }

    .drag-drop-box a[b-nfsfo7me4i], .drag-drop-box span[b-nfsfo7me4i] {
        color: var(--primary-blue);
        text-decoration-line: underline;
        pointer-events: none;
    }

.selected-item-container[b-nfsfo7me4i] {
    display: flex;
    width: 36.875rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.0625rem;
    flex-shrink: 0;
    border: 1px dashed var(--gray-selected-border);
    margin-top: 0;
    margin-bottom: 4rem;
}

.selected-item-title[b-nfsfo7me4i] {
    color: var(--neutral-black);
    font-size: 1rem;
    font-weight: 620;
    background: var(--blue-selected-bg);
    width: 100%;
    padding-top: 0.2rem;
}

    .selected-item-title h3[b-nfsfo7me4i] {
        margin: .5rem;
        padding-left: 1rem;
    }

.selected-item-info-row[b-nfsfo7me4i] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 0;
    background: var(--blue-selected-bg);
    width: 100%;
}

.item-name[b-nfsfo7me4i] {
    color: var(--link-blue);
    font-weight: 600;
    font-size: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 1rem;
    margin: .5rem;
    text-decoration: underline;
}

.item-actions[b-nfsfo7me4i] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-right: 1rem;
}

.icon-button[b-nfsfo7me4i] {
    background: none;
    border: none;
    padding: 0.25rem;
    cursor: pointer;
    color: var(--gray-icon);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}

.external-link label[b-nfsfo7me4i] {
    display: block;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.search-bar[b-nfsfo7me4i] {
    display: flex;
    align-items: center;
    border: 1px solid var(--gray-search-border);
    border-radius: 0.25rem;
    background-color: var(--white);
    overflow: hidden;
    margin-bottom: 1rem;
}

    .search-bar input[b-nfsfo7me4i] {
        border: none;
        padding: 0.5rem;
        flex-grow: 1;
        outline: none;
        font-size: 1rem;
        padding-left: 0.75rem;
    }

.search-button[b-nfsfo7me4i] {
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    width: 3.3496rem;
    height: 2.1875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.link-button[b-nfsfo7me4i] {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: var(--primary-blue);
    text-decoration: underline;
    cursor: pointer;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
}

.choose-thumbnail[b-nfsfo7me4i] {
    margin-top: 7rem;
    cursor: pointer;
}

    .choose-thumbnail h2[b-nfsfo7me4i] {
        margin-bottom: 0.25rem;
        font-size: 1.75rem;
        font-weight: 650;
    }

    .choose-thumbnail p[b-nfsfo7me4i] {
        font-size: 1rem;
        font-weight: 350;
        margin-bottom: 1.5rem;
    }



.thumbnail-container[b-nfsfo7me4i] {
    display: flex;
    gap: 1rem;
    flex-direction: row;
    align-items: flex-start;
    width: auto;
}

.thumbnail-item[b-nfsfo7me4i], .thumbnail-selected[b-nfsfo7me4i] {
    width: 30rem;
    height: 16rem;
    border-radius: 0.625rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: var(--primary-black);
}

    .thumbnail-item img[b-nfsfo7me4i], .thumbnail-selected img[b-nfsfo7me4i] {
        width: fit-content;
    }

    .thumbnail-selected[b-nfsfo7me4i]::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--navy-blue);
        z-index: 1;
    }

.select-button[b-nfsfo7me4i], .selected-button[b-nfsfo7me4i] {
    font-family:'Source Sans 3';
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 0.25rem;
    cursor: pointer;
    position: absolute;
    bottom: 0.9375rem;
    right: 0.9375rem;
    font-size: 1.1rem;
    font-weight: 600;
    height: 2.5rem;
}

.selected-button[b-nfsfo7me4i] {
    background-color: var(--navy-blue);
    z-index: 2;
}

.upload-thumbnail[b-nfsfo7me4i] {
    width: 30rem;
    height: 16rem;
    border-radius: 0.625rem;
    border: 6px solid var(--gray-upload-thumb);
    background: var(--grayupload-thumb-bg);
}


.loading-modal[b-nfsfo7me4i] {
    background-color: var(--white);
    padding: 3%;
    border-radius: 0.5rem;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.3);
    z-index: 1001;
    position: relative;
    max-width: 30rem;
    max-height: 30rem;
}

.video-thumbnail[b-nfsfo7me4i] {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
}

.loading-box[b-nfsfo7me4i] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .loading-box h4[b-nfsfo7me4i] {
        font-size: 1.95rem;
        font-weight: 700;
        margin-bottom: .25rem;
        margin-top: 0;
    }

    .loading-box p[b-nfsfo7me4i] {
        font-size: 1rem;
        font-weight: 350;
        margin-top: 0;
        margin-bottom: 1rem;
    }

.error-description[b-nfsfo7me4i]{
    max-width:80%;
}

.cancel-upload[b-nfsfo7me4i] {
    font-family: 'Source Sans 3';
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    padding: .5rem 1.5rem;
    border-radius: 0.25rem;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
    height: 2.5rem;
}

p.disclaimer[b-nfsfo7me4i] {
    font-family: 'Source Sans 3';
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}
/* _content/DI.Cache.Blazor/Components/CreatorComponents/VideoThumbnailSelector.razor.rz.scp.css */
.thumbnail-dialog-content[b-ky1aivfrhg]{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding: .45rem;
}

.video-container[b-ky1aivfrhg],
.slider-container[b-ky1aivfrhg] {
    display: flex;
    justify-content: center;
}


.video-container[b-ky1aivfrhg] {
    position: relative;
    height: 265px;
    padding-top: 1rem;
}

.video-container video[b-ky1aivfrhg] {
    width: 100%;
    height: 75%;
}

video[b-ky1aivfrhg] {
    width: 100%;
    height: 100%;
}
.slider-container[b-ky1aivfrhg] {
    height: 50px;
    position: relative;
    width: 100%;
}

.slider-container input[type="range"][b-ky1aivfrhg] {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slider-container .slider-thumb[b-ky1aivfrhg] {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: var(--primary-blue);
    border-radius: 50%;
    cursor: pointer;
}

.slider-container .slider-thumb[b-ky1aivfrhg]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: var(--white);
    border-radius: 50%;
}

.thumbnail-dialog-content h2[b-ky1aivfrhg] {
    font-weight: 650;
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.thumbnail-dialog-content p[b-ky1aivfrhg] {
    font-size: 1rem;
    font-weight: 350;
    margin-bottom: .5rem;
    margin-top: 0;
}   

.btn-section[b-ky1aivfrhg] {
    display: flex;
    flex-direction: row;
    justify-content: right;
    gap: 1.25rem;
    padding-top: .5rem;
}

.update-btn[b-ky1aivfrhg] {
    font-family:'Source Sans 3';
    display: flex;
    width: 5.5rem;
    height: 2.75rem;
    padding: .5rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.56775rem;
    flex-shrink: 0;
    border-radius: 0.28388rem;
    background: var(--primary-blue);
    color: var(--white);
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    border: none;
}

.cancel-btn[b-ky1aivfrhg] {
    font-family:'Source Sans 3';
    background: var(--white);
    border-radius: 0.28406rem;
    border: 2.75px solid var(--primary-blue);
    display: flex;
    width: 5rem;
    height: 2.75rem;
    padding: .5rem 1.5rem;
    justify-content: center;
    align-items: center;
    color: var(--primary-blue);
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 800;
}
/* _content/DI.Cache.Blazor/Components/DayCountComponent.razor.rz.scp.css */
*[b-syo71pp2x7] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Source Sans 3", sans-serif;
}

.day-count-container[b-syo71pp2x7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 0.5rem;
    background: var(--background-light-gray);
    border: 0.0625rem solid var(--gray-lighter);
    border-radius: 0.25rem;
    transition: background-color 0.2s ease;
    max-width: 6.5rem;
    min-width: 6rem;
    height: 117px;
    text-align: center;
    gap: 0.25rem;
}

.day-count-container:hover[b-syo71pp2x7] {
    background: var(--gray-very-light);
}

.count-value[b-syo71pp2x7] {
    font-weight: 700;
    font-size: 1.125rem;
    color: var(--white);
    line-height: 1;
    padding: 0.625rem;
    background-color: var(--navy-blue);
    border-radius: 0.25rem;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.count-value.null-count[b-syo71pp2x7] {
    background-color: var(--gray-label);
}

.day-label[b-syo71pp2x7] {
    font-weight: 600;
    font-size: 0.8125rem;
    margin-top: 0.625rem;
    line-height: 100%;
    letter-spacing: 0.143rem;
    color: var(--gray-label);
    text-transform: uppercase;
}

/* Responsive adjustments */
@media (width <= 768px) {
    .day-count-container[b-syo71pp2x7] {
        padding: 0.625rem 0.875rem;
    }

    .day-label[b-syo71pp2x7] {
        font-size: 0.8125rem;
    }

    .count-value[b-syo71pp2x7] {
        font-size: 0.9375rem;
    }
}

.day-count-container.today-border[b-syo71pp2x7] {
    border: 0.125rem solid var(--today-border-blue);
}
/* _content/DI.Cache.Blazor/Components/DefineComponent.razor.rz.scp.css */
.define-container[b-q6u77hu156] {
    margin-right: 6.5rem;
    padding-top: 2.81rem;
    padding-right:3rem;
    margin-bottom:2%;
}

.define-header[b-q6u77hu156] {
    color: var(--primary-blue);
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 1.5rem;
}

.define-description[b-q6u77hu156] {
    color: var(--primary-black);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 148.722%;
}

.define-description .line[b-q6u77hu156] {
    margin-bottom: 1.3rem;
}

.define-explanation[b-q6u77hu156] {
    border-radius: 0.3125rem;
    background: var(--primary-off-white);
    padding: 1.56rem 2.06rem;
}

.define-explanation .header[b-q6u77hu156] {
    color: var(--primary-blue);
    font-size: 1.3125rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0.5rem;
}

.define-explanation .text[b-q6u77hu156] {
    color: var(--primary-black);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
}

.submit-section[b-q6u77hu156] {
    display: flex;
    justify-content: flex-end;
    margin-top: 7%;
}

.submit-button[b-q6u77hu156] {
    display: flex;
    padding: 1.13519rem 1.89194rem;
    justify-content: center;
    align-items: center;
    gap: 0.75681rem;
    flex-shrink: 0;
    border-radius: 0.37838rem;
    background: var(--primary-blue);
    color: var(--white);
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
/* _content/DI.Cache.Blazor/Components/HelpImageCarousel.razor.rz.scp.css */
/* Help Image Carousel Styles */
.help-image-carousel[b-hp10if0iaz] {
    border-radius: 0.4rem;
    overflow: hidden;
    box-shadow: 0 2px 8px rgb(0, 0, 0, 0.1);
    position: relative;
    background: var(--white);

    --bs-carousel-control-prev-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='m11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    --bs-carousel-control-next-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='m4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* Ensure proper carousel behavior */
.help-image-carousel .carousel-item[b-hp10if0iaz] {
    display: none;
}

.help-image-carousel .carousel-item.active[b-hp10if0iaz] {
    display: block;
}

.help-image-container[b-hp10if0iaz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    min-height: 550px;
    justify-content: center;
}

.help-image-container img[b-hp10if0iaz] {
    width: 100%;
}

.help-carousel-image[b-hp10if0iaz] {
    max-width: 100%;
    max-height: 500px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 0.3rem;
}

.help-image-caption[b-hp10if0iaz] {
    text-align: center;
    margin-top: 1rem;
    max-width: 600px;
}

.help-image-caption h4[b-hp10if0iaz] {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--light-gray);
    margin-bottom: 0.5rem;
}

.help-image-caption p[b-hp10if0iaz] {
    font-size: 0.95rem;
    color: var(--gray-standard);
    margin-bottom: 0;
    line-height: 1.4;
}

/* Arrow Styling - Centered on sides - Match HorizontalScroll */
.help-image-carousel .carousel-control-prev[b-hp10if0iaz],
.help-image-carousel .carousel-control-next[b-hp10if0iaz] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    transition: all 0.3s ease;
    z-index: 1000;
    background: none;
    border: none;
    padding: 0;
}

.help-image-carousel .carousel-control-span[b-hp10if0iaz] {
    cursor: pointer;
    display: inline-block;
}

.help-image-carousel .carousel-control-prev[b-hp10if0iaz] {
    left: 20px;
}

.help-image-carousel .carousel-control-next[b-hp10if0iaz] {
    right: 20px;
}

.help-image-carousel .carousel-control-prev:hover[b-hp10if0iaz],
.help-image-carousel .carousel-control-next:hover[b-hp10if0iaz] {
    transform: translateY(-50%) scale(1.1);
}

.help-image-carousel .carousel-control-prev-icon[b-hp10if0iaz],
.help-image-carousel .carousel-control-next-icon[b-hp10if0iaz] {
    display: none; /* Hide default Bootstrap icons */
}

/* Style the SvgIcon components - Match HorizontalScroll */
.help-image-carousel .carousel-control-prev svg[b-hp10if0iaz],
.help-image-carousel .carousel-control-next svg[b-hp10if0iaz] {
    transition: all 0.3s ease;
}

.help-image-carousel .carousel-control-prev:hover svg[b-hp10if0iaz],
.help-image-carousel .carousel-control-next:hover svg[b-hp10if0iaz] {
    transform: scale(1.1);
}

/* Indicators Styling */
.help-image-carousel .carousel-indicators[b-hp10if0iaz] {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 15;
}

.help-image-carousel .carousel-indicators [data-bs-target][b-hp10if0iaz] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255, 0.5);
    border: none;
    margin: 0 4px;
    opacity: 0.8;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 4px rgb(0, 0, 0, 0.3);
    text-indent: unset;
}

.help-image-carousel .carousel-indicators [data-bs-target].active[b-hp10if0iaz] {
    background-color: var(--primary-blue);
    opacity: 1;
    transform: scale(1.2);
}

.help-image-carousel .carousel-indicators [data-bs-target]:hover[b-hp10if0iaz] {
    background-color: var(--primary-blue);
    opacity: 1;
    transform: scale(1.1);
}

/* Responsive Adjustments */
@media (width <= 768px) {
    .help-image-container[b-hp10if0iaz] {
        padding: 1rem;
        min-height: 400px;
    }

    .help-carousel-image[b-hp10if0iaz] {
        max-height: 350px;
    }

    .help-image-carousel .carousel-control-prev[b-hp10if0iaz] {
        left: 10px;
        width: 50px;
        height: 50px;
    }

    .help-image-carousel .carousel-control-next[b-hp10if0iaz] {
        right: 10px;
        width: 50px;
        height: 50px;
    }

    .help-image-carousel .carousel-control-prev-icon[b-hp10if0iaz],
    .help-image-carousel .carousel-control-next-icon[b-hp10if0iaz] {
        width: 20px;
        height: 20px;
    }
}

/* Animation Enhancements */
.help-image-carousel .carousel-item[b-hp10if0iaz] {
    transition: transform 0.6s ease-in-out;
}

.help-image-carousel.slide .carousel-item[b-hp10if0iaz] {
    transition: transform 0.6s ease-in-out;
}
/* _content/DI.Cache.Blazor/Components/HorizontalScroll.razor.rz.scp.css */
.horizontal-box[b-jrmj1q7bm7] {
    background-color: var(--off-white);
    border-radius: 0.4rem;
    border: 2px solid var(--border-light);
    margin-top: 2.5rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
    max-width: 100vw;
    zoom: 0.80;
    min-width: 100%;
    width: 100%;
}



/* Horizontal Scroll Container (contains the thumbnails) */
.horizontal-scroll[b-jrmj1q7bm7] {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto; /* Allow horizontal scrolling */
    margin: 0;
    padding: 0;
    width:100%;
    box-sizing: border-box;
    max-width: 100vw; /* Ensure it stays within the viewport */
}

.horizontal-scroll#history[b-jrmj1q7bm7] {
    gap: 1rem;
}

/* Control section (horizontal-content) */
.horizontal-content[b-jrmj1q7bm7] {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    box-sizing: border-box;
    overflow-x: auto;
}

    .horizontal-content h1[b-jrmj1q7bm7] {
        margin: 0;
        padding: 0;
        flex-grow: 1;
        font-size: 1.9rem;
        font-weight: 650;
    }

    .horizontal-content a[b-jrmj1q7bm7] {
        color: var(--today-border-blue);
        margin-left: 1rem;
        font-weight: 650;
        font-size: 1.3rem;
    }

.horizontial-title[b-jrmj1q7bm7] {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.horizontal-title h1[b-jrmj1q7bm7] {
    align-items: center;
}

.horizontal-title p[b-jrmj1q7bm7]  {
    color: var(--gray-subtitle);
    font-size: 1.25rem;
    font-weight: 300;
    margin-top: 0;
    margin-left: 15%;
    margin-bottom: .25rem;
    width: 100%;
}

/* Responsive Layout */
@media (width <= 768px) {
    .horizontal-content[b-jrmj1q7bm7] {
        flex-direction: column;
        align-items: flex-start;
    }

    .horizontal-title p[b-jrmj1q7bm7] {
        margin-left: 0;
    }

    .horizontal-box[b-jrmj1q7bm7] {
        padding: 1rem;
    }

    .horizontal-scroll[b-jrmj1q7bm7] {
        flex-direction: column;
        align-items: center;
    }

    .horizontal-scroll .thumbnail[b-jrmj1q7bm7] {
        width: 100%;
        margin-bottom: 1rem;
    }
}

@media (width <= 480px) {
    .horizontal-content h1[b-jrmj1q7bm7] {
        font-size: 1.6rem;
    }

    .horizontal-content a[b-jrmj1q7bm7] {
        font-size: 1.1rem;
    }
}

.scroll-click[b-jrmj1q7bm7] {
    cursor: pointer;
    display: inline-block;
}
/* _content/DI.Cache.Blazor/Components/ItemViewTileComponent.razor.rz.scp.css */
.title-border[b-tflgvigfde] {
    background-color: var(--navy-blue);
    width: 96%;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: var(--white);
    padding: .6rem 2%;
    min-height: 45px;
}

.scroll-section-top[b-tflgvigfde] {
    margin-bottom: -3rem;
}

.scroll-section-bottom[b-tflgvigfde] {
    margin-top: -3rem;
}

.scroll-control-span[b-tflgvigfde] {
    cursor: pointer;
    display: inline-block;
}

    .title-border .title-text[b-tflgvigfde] {
        white-space: nowrap;
        margin: 0;
        font-weight: 600;
        font-size: 1.5rem;
        display: flex;
        align-items: center;
        gap: .5rem;
    }

.title-border .see-all-link[b-tflgvigfde] {
    color: var(--bright-blue);
    text-decoration: underline;
    white-space: nowrap;
    font-size: 1.15rem;
    font-weight: 700;
    margin-top: .2rem;
    margin-left: .9rem;
    flex-shrink: 0;
}

    .title-border .side-button-wrapper[b-tflgvigfde] {
               margin-left: auto;
        flex-shrink: 0;
    }


.item-border[b-tflgvigfde] {
    border: 1px solid var(--border-light);
    border-radius: .17rem;
    background: var(--white);
    padding: 0 1rem;
}

.item-border-grid[b-tflgvigfde] {
    background: var(--white);
}

.item-content[b-tflgvigfde] {
    display: flex;
    color: var(--navy-blue);
    font-size: 1.3rem;
    align-items: center;
    margin-top: -.1rem;
    margin-bottom: -2rem;
}

.item-content h4[b-tflgvigfde] {
    font-weight: 600;
}

.horizontal-scroll[b-tflgvigfde] {
    border: none;
    background: none;
    margin-bottom: 1rem;
}

.side-button[b-tflgvigfde] {
    font-family:'Source Sans 3';
    display: inline-flex;
    padding: 0.5rem 1.5rem;
    justify-content: center;
    align-items: flex-end;
    gap: 0.5rem;
    border-radius: 0.2375rem;
    background: var(--primary-blue);
    color: var(--white);
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;

    svg{
        padding-bottom:.2rem;
    }
}


.scroll-click[b-tflgvigfde] {
    cursor: pointer;
    display: inline-block;
}
/* _content/DI.Cache.Blazor/Components/Layout/ApplicationFooter.razor.rz.scp.css */
/* #region Footer */
.back-to-top[b-4050i1n16d] {
    font-size: 1.15rem;
    font-weight: 700;
    text-decoration: underline;
    color: var(--primary-blue);
    padding: 0 0 2rem 2rem;
    display:flex;
    text-align:center;
    width:10%;
    gap: .15rem;
    margin-top:0;
}

    .back-to-top:hover[b-4050i1n16d] {
        cursor: pointer;
    }

footer[b-4050i1n16d] {
    background: var(--navy-blue);

    /* min-width: 100rem; */
    height: 100%;
    color: var(--white);
}

     h2 span[b-4050i1n16d] {
        font-weight: 600;
    }

    footer p[b-4050i1n16d] {
        font-size: 1.75rem;
        font-weight: 700;
        margin: 2.31rem 0 1.5rem 5.19rem;
        letter-spacing: 0.1536rem;
    }

    footer ul[b-4050i1n16d] {
        list-style: none;
        margin: 1.5rem 0;
    }

    footer li[b-4050i1n16d] {
        display: inline-block;
        padding: 1rem;
    }

    footer a[b-4050i1n16d] {
        text-decoration: underline;
        color: var(--white);
        font-size: 1.15rem;
        font-weight: 600;
        letter-spacing: .02rem;
    }

    footer a:focus-visible[b-4050i1n16d] {
        outline: 2px solid var(--white);
        outline-offset: 2px;
        border-radius: 0.125rem;
    }

.footer-container[b-4050i1n16d] {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 1rem 2rem;
    align-items: center;
    flex-wrap: wrap;
}

.logo[b-4050i1n16d]{
    vertical-align: middle;
    display:flex;
}

/* #endregion Footer */

/* _content/DI.Cache.Blazor/Components/Layout/ApplicationHeader.razor.rz.scp.css */
/* #region Header */
*[b-rpr323xwef],
*[b-rpr323xwef]::before,
*[b-rpr323xwef]::after {
  box-sizing: border-box;
}

#application-header[b-rpr323xwef]{
    box-sizing:border-box; /* both rules keeps the padding from the notifications dropdown active state from expanding the header */
    height:10%;
}

header[b-rpr323xwef] {
    background-color: var(--navy-blue);
    padding: 1rem 2rem;
    color: var(--white);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 4px rgb(0, 0, 0, 0.1);
    box-sizing: border-box;

    /* min-width: 100rem; */
}

hr[b-rpr323xwef]{
    margin-top:0;
}

header-title[b-rpr323xwef] {
    font-size: 4.19rem;
    letter-spacing: 0.1536rem;
    margin-bottom: 0;
    margin-right: 0.6rem;
    font-family: inter;
    display: flex;
    flex-direction:row;
    align-items: center;
}

header ul[b-rpr323xwef] {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1rem; /* Equal spacing between nav items */
}

    header li[b-rpr323xwef] {
        padding: 1rem;
        min-width: 8rem;
        position: relative;

        /* text-align: right; */
    }

header a[b-rpr323xwef] {
    text-decoration: none;
    color: var(--white);
    font-size: 1.15rem;
    font-weight: 500;
    white-space: nowrap;
}

.header-container[b-rpr323xwef] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%; /* keeps the padding from the notifications dropdown active state from expanding the header */
    box-sizing: border-box;

    /* flex-wrap:wrap; */
}

.header-container ul[b-rpr323xwef] {
    text-align: center;
    position: relative;
}

.header-search[b-rpr323xwef] {
    flex: 1;
    max-width: 900px;
    min-width: 350px;
    height: 42px;
    margin-left: 2rem;
    margin-right: 2rem;
}

.tour-link[b-rpr323xwef] {
    border: 1px solid var(--white);
    border-radius: 0.3125rem;
    padding: 0.45rem 0.8rem;
}

.notifications-list[b-rpr323xwef]{
    left:0;
}

header hr[b-rpr323xwef] {
    margin-bottom: 3.62rem;
}

.todo-btn[b-rpr323xwef] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.todo-cancel-btn[b-rpr323xwef] {
    font-family:'Source Sans 3';
    border: 2px solid var(--primary-blue);
    border-radius: 0.1875rem;
    background: var(--white);
    padding: .5rem 1.5rem;
    color: var(--primary-blue);
    font-weight: 700;
    font-size: 1rem;
}

.todo-confirm-btn[b-rpr323xwef] {
    font-family:'Source Sans 3';
    background: var(--primary-blue);
    border-radius: 0.1875rem;
    border: 2px;
    padding: .5rem 1.5rem;
    color: var(--white);
    font-weight: 700;
    font-size: 1rem;
}

label[for="title"][b-rpr323xwef]::after,
label[for="deadline"][b-rpr323xwef]::after {
    content: "*";
    color: var(--alert-red);
    font-weight: bold;
}

#notifications-dropdown[b-rpr323xwef] {
    width: 17.5rem;
    min-height: 5rem;
    height: auto;
    padding: .7rem;
    right: 9%;
    top: 77%;
    flex-direction: column;
    transition: none;
    overflow: visible;
    position: absolute;
    z-index: 100;
    border-top: none;

    .notifications-list{
    font-family:'Source Sans 3';

        li{
            font-family:'Source Sans 3';
        }
    }
}


    #notifications-dropdown a[b-rpr323xwef] {
        color: var(--gray-title);
        border: none;
        font-weight: 650;
        display: flex;
        align-items: center;
        gap: .5rem;

    }

    li.notifications[b-rpr323xwef] {
        display: inline-flex;
        justify-content: center;

        /* width: 12rem; /* Fixed width to maintain consistency with/without badge */

        /* min-width: 12rem; /* Ensure minimum width is maintained */
    }

    li.notifications a[b-rpr323xwef] {
        display: flex;
        gap: 0.2rem;
        width: 100%; /* Take full width of parent li */
        justify-content: flex-end; /* Center the content within the link */
        border: 3px solid transparent;
        padding: 0.6rem;
        box-sizing: border-box;
    }

    li.notifications.active a[b-rpr323xwef] {
        background-color: var(--white);
        color: var(--primary-black);
        border-color: var(--accent-blue);
    }

    .header-container .dropdown.active a[b-rpr323xwef] {
        padding: 0.6rem;
        border-width: 3px;
        border-style: solid;
    }



    @media (width <= 1600px) {
        .header-search[b-rpr323xwef] {
            margin-right: 1rem;
            margin-left: 1rem;
        }

        .nav-menu[b-rpr323xwef] {
            gap: 0;
        }
    }

.nav-menu[b-rpr323xwef]{
    display:flex;
    justify-content: flex-end;

}

.nav-item[b-rpr323xwef]{
    flex:1 1 0;
    min-width: 0;
    box-sizing:border-box;
}

.nav-item:nth-child(2)[b-rpr323xwef] {
    flex: 1;
    min-width: fit-content;
}

.nav-item:last-child[b-rpr323xwef] {
    flex:0 0 auto;
    text-align:center;
    min-width:auto;

}

.logo[b-rpr323xwef]{
    vertical-align: middle;
    display:flex;

}

/* #endregion Header */
/* _content/DI.Cache.Blazor/Components/Layout/ContentSearch.razor.rz.scp.css */
.searchbar[b-wmeshoa9b1] {
    display: flex;
    height: 3.0625rem;

}

    .searchbar input[b-wmeshoa9b1] {
        width: 100%;
        font-size: 1.05rem;
        font-weight: 400;
        padding-left: 1.5rem;
        font-family: 'Source Sans 3';
    }

    input:focus[b-wmeshoa9b1] {
        outline: none;
    }

    .searchbar button[b-wmeshoa9b1] {
        width: 9rem;
        color: var(--white);
        background-color: var(--primary-blue);
        border: none;
        font-size: 1.3rem;
        font-weight: 700;
        font-family: 'Source Sans 3';
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        cursor: pointer;
    }

/* Responsive design for smaller screens */
@media (width <= 1600px) {
    .searchbar input[b-wmeshoa9b1] {
        font-size: 0.9rem;
    }
}

@media (width <= 1366px) {
    .searchbar input[b-wmeshoa9b1] {
        font-size: 0.8rem;
    }
}
/* _content/DI.Cache.Blazor/Components/Layout/MainLayout.razor.rz.scp.css */

.main-content[b-99crp2znzc] {
    display: flex;
    flex-direction:row;
    box-sizing: border-box; /* helps keeps boxes within confines of viewport */
    padding: 0 1rem;
    margin-top: 7.5rem; /* Space for fixed header */
}


.content-area[b-99crp2znzc] {
    width:100%;
    max-width: 85%; /* keeps nav menu from breaking the layout */
 /* commenting out for responsive layout tweaks */
    display:flex;
    flex-direction: column;
    overflow-x:hidden;
    box-sizing: border-box;
    margin-left:2rem;

    @media (width <= 1540px) {
    max-width: 82%;[b-99crp2znzc]
    }

    @media (width <= 1380px) {
    max-width: 78%;[b-99crp2znzc]
    }

    @media (width <= 1040px) {
    max-width: 70%;[b-99crp2znzc]
    }

}

.navmenu[b-99crp2znzc]{
    display: flex;
    flex-direction: row;
}

/* _content/DI.Cache.Blazor/Components/Layout/NavMenu.razor.rz.scp.css */
nav[b-f0kdpzey19] {
    display: flex;
    flex-direction: column;

    /* width: 8rem; */
    align-items: flex-start;
    margin: 1.63rem 0 0 .31rem;
    position: static;
    align-content:center;

    /* max-width:14%; */
}

    nav div.nav-item[b-f0kdpzey19] {
        width: 12rem;
        gap: .5rem;
        padding: 0.375rem 0;
        border-left: none;
        color: var(--gray-menu);
    }

    nav a[b-f0kdpzey19] {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: var(--gray-menu);
        font-size: 1.12rem;
        font-weight: 600;
        padding-left: 1rem;
        gap: 5%;
    }

    nav div.nav-item.active a[b-f0kdpzey19] {
        color: var(--primary-blue);
    }

    .grouped[b-f0kdpzey19]{
        margin-top: 25%;
    }

        .grouped h3[b-f0kdpzey19] {
            font-size: .9rem;
            font-weight: 400;
            color: var(--gray-label);
            letter-spacing: 0.28rem;
            margin: 0 1rem
        }

.custom-dropdown[b-f0kdpzey19] {
    position: relative;

    /* display: inline-block; */
    width: 13rem;
    height: 2.1rem;
    align-items: center;
    margin-left: 1rem;
    z-index: 1;
}

/* CSS classes to replace inline styles */
.dropdown-content-flex[b-f0kdpzey19] {
    display: flex;
    align-items: center;
}

.home-icon[b-f0kdpzey19] {
    position: relative;
    bottom: 0.125rem;
}

.supervisor-dropdown[b-f0kdpzey19] {
    position: absolute;
    left: 0;
    top: 10%;
    z-index: 100;
}

.button.dropdown-toggle[b-f0kdpzey19]{
    margin-right:10rem;

}

.dropdown-toggle[b-f0kdpzey19] {
    width: 90%;
    height: 114%;
    color: var(--gray-title);
    font-size: 1rem;
    background-color: var(--white);
    border: 3px solid var(--accent-blue);
    padding: 0.3125rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
    box-sizing: border-box;

    span:nth-child(2) > svg {
        padding-top:.2rem; 
    }
    
    

}


    .dropdown-toggle span[b-f0kdpzey19] {
        display: flex;
        padding: 0 .5rem 0 0.126rem;

        
    }
    

    span[b-f0kdpzey19]
        {font-family: 'Source Sans 3';}



.chevron[b-f0kdpzey19] {
    transition: transform 0.2s ease-in-out;
}

.chevron.open[b-f0kdpzey19] {
    transform: rotate(90deg);  
}

.di-dropdown-menu[b-f0kdpzey19] {
    position: absolute;
    top: 105%;
    left: 0;
    background: var(--white);
    z-index: 1001;
    border: 1px solid var(--gray-border-light);
    width: 89%;
}

.di-dropdown-item[b-f0kdpzey19] {
    padding: 6%;
    cursor: pointer;
    left: 5rem;
    display: flex;
    align-items: center;
    color: var(--gray-dark);
    font-size: 1rem;
    border: none;
    border-bottom: 1px solid var(--gray-lighter);
}

    .di-dropdown-item:hover[b-f0kdpzey19] {
        background-color: var(--gray-lightest);
    }

.supervisor-list[b-f0kdpzey19] {
    background: none;
    border: none;
    position: absolute;
    left: 0;
    top: 10%;
    z-index: 100;
}

    .supervisor-list li[b-f0kdpzey19] {
        border-bottom: none;
        top: .4rem;
        left: -4%;

    }

        .supervisor-list li:hover[b-f0kdpzey19] {
            background: none;
        }

.assignments-tab.active[b-f0kdpzey19] {
    color: var(--primary-blue);
}

.assignments-tab[b-f0kdpzey19] {
    list-style-type: none;
    gap: 0.3125rem;
}

.chevron-toggle[b-f0kdpzey19] {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    margin-left: 0.25rem;
    padding: 0.3125rem;
}
/* _content/DI.Cache.Blazor/Components/Layout/Notifications.razor.rz.scp.css */
/* Notification item styles are now in NotificationItemComponent.razor.css */

.notifications-list[b-ngld673ojh] {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.view-all-notifications button[b-ngld673ojh] {
    margin-top: 25px;
    border: none;
    background: none;
    color: var(--intermediate-dark-blue);
    text-decoration: underline;
    font-family: "Source Sans Pro", sans-serif;
    font-style: italic;
    font-weight: 600;
}
/* _content/DI.Cache.Blazor/Components/Layout/NotificationsContainer.razor.rz.scp.css */
.notifications-container[b-1y7fmdn2yc] {
    position: fixed;
    top: 0;
    right: 0;
    width: 700px;
    height: 100vh;
    background-color: var(--white);
    z-index: 1050;
    display: flex;
    flex-direction: column;
    box-shadow: -5px 0px 15px rgba(0,0,0,0.2);
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
}



.notifications-container.is-open[b-1y7fmdn2yc] {
    transform: translateX(0);
}

.notifications-header[b-1y7fmdn2yc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    box-shadow: 0px 15px 10px -15px var(--secondary-black); 
    margin-top: 25px;
    margin-bottom: 10px;
}

.close-button[b-1y7fmdn2yc] {
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
}

.notifications-header h2[b-1y7fmdn2yc] {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.notifications-header .unread-count[b-1y7fmdn2yc] {
    color: var(--primary-blue);
}

.notifications-list-container[b-1y7fmdn2yc] {
    list-style-type: none;
    padding: 0 1rem;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    overflow-y: auto;
    max-width: 100%;
    height: 90vh;
    margin-top: 8px;
    margin-bottom: 25px !important;
}

/* Notification item styles are now in NotificationItemComponent.razor.css */

.view-all-notifications button[b-1y7fmdn2yc], .view-all-button[b-1y7fmdn2yc] {
    margin-top: 25px;
    border: none;
    background: none;
    color: var(--intermediate-dark-blue);
    text-decoration: underline;
    font-family: "Source Sans Pro", sans-serif;
    font-style: italic;
    font-weight: 600;
}

.header-buttons-container[b-1y7fmdn2yc] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    width: 100%;
}

.view-all-button.disabled[b-1y7fmdn2yc] {
    opacity: 0.5;
    color: var(--intermediate-dark-blue);
    pointer-events: none;
}

.view-all-notifications[b-1y7fmdn2yc] {
    height: 10vh;
    text-align: center;
}



.notifications-list-wrapper[b-1y7fmdn2yc] {
    position: relative;
    height: 400px;
    display: flex;
    flex-direction: column;
}

.notifications-list-container[b-1y7fmdn2yc] {
    flex: 1 1 auto;
    overflow-y: auto;
    margin-bottom: 0.5rem;
}

.notifications-container-badge[b-1y7fmdn2yc] {
    background-color: var(--primary-blue) !important;
    color: var(--white);
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

header.li[b-1y7fmdn2yc]{
    padding: 0 1rem;
}
/* _content/DI.Cache.Blazor/Components/LearningPathwaysComponent.razor.rz.scp.css */
/* ================================================
   LEARNING PATHWAYS COMPONENT STYLES
   ================================================ */

*[b-vd2jtji26z] {
    box-sizing: border-box;
    font-family: 'Source Sans 3', sans-serif;
}

.skills-loading-centered[b-vd2jtji26z] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    width: 100%;
}

[b-vd2jtji26z] .horizontal-section-container .section-title.title-large.font-size-md,
[b-vd2jtji26z] .horizontal-section-container .section-title.font-size-md.title-large,
[b-vd2jtji26z] .horizontal-section-container h2.section-title.title-large {
    font-size: 2rem;
}
/* _content/DI.Cache.Blazor/Components/Login.razor.rz.scp.css */
.login-link[b-ikyfpfhom0] {
    position:relative;
    /*right:2rem;*/
    text-decoration: none;
    color: var(--white);
    font-size: 1.15rem;
    font-weight: 500;
    white-space: nowrap;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    outline: none;
    font-family: inherit;
}
/* _content/DI.Cache.Blazor/Components/MicroLearningCountsPerDay.razor.rz.scp.css */
*[b-9b9ityajvd] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Source Sans 3", sans-serif;
}

.microlearning-counts-container[b-9b9ityajvd] {
    background: var(--white);
    border: 0.125rem solid var(--border-light);
    border-radius: 0.5rem;
    padding: 1.25rem 0.625rem;
    width: 100%;
    margin-bottom: 5rem;
    overflow: auto hidden;
}

.week-header[b-9b9ityajvd] {
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.week-header section[b-9b9ityajvd] {
    width: 100%;
    margin-bottom: 0.75rem;
}

.week-header section h3[b-9b9ityajvd] {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--gray-text-medium);
    text-align: left;
    line-height: 1.4294rem;
    letter-spacing: 0;
}

.week-header h4[b-9b9ityajvd] {
   text-transform: uppercase;
   font-weight: 400;
   font-size: 0.875rem;
   letter-spacing: 0.154rem;
   color: var(--gray-text-light);
   white-space: nowrap;
   text-align: right;
   margin: 0;
   align-self: flex-end;
}

.week-header h4 span[b-9b9ityajvd] {
     text-decoration: underline;
}

.week-header section p[b-9b9ityajvd] {
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 126%;
    color: var(--secondary-black);
    text-align: left;
}

.daily-counts[b-9b9ityajvd] {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    justify-content: space-between;
    margin-bottom: 0.625rem;
}

.day-item[b-9b9ityajvd] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 1rem;
    background: var(--background-blue-lightest);
    border-radius: 0.375rem;
    border: 0.0625rem solid var(--border-blue-light);
    transition: background-color 0.2s ease;
}

.day-item:hover[b-9b9ityajvd] {
    background: var(--background-blue-hover);
}

.day-label[b-9b9ityajvd] {
    font-weight: 500;
    font-size: 0.875rem;
    color: var(--light-gray);
}

.count-value[b-9b9ityajvd] {
    font-weight: 700;
    font-size: 1rem;
    color: var(--bright-blue);
    min-width: 40px;
    text-align: center;
}

/* Responsive adjustments */

@media ( width <= 1600px) {
    .microlearning-counts-container[b-9b9ityajvd] {
        margin-bottom: 1.25rem;
    }
}

@media (width <= 768px) {
    .microlearning-counts-container[b-9b9ityajvd] {
        padding: 0.9375rem;
    }

    .week-header h3[b-9b9ityajvd] {
        font-size: 1rem;
    }

    .day-item[b-9b9ityajvd] {
        padding: 0.625rem 0.875rem;
    }

    .day-label[b-9b9ityajvd] {
        font-size: 0.8125rem;
    }

    .count-value[b-9b9ityajvd] {
        font-size: 0.9375rem;
    }
}
/* _content/DI.Cache.Blazor/Components/Pages/AccountSettings.razor.rz.scp.css */
*[b-dmp5vs9n90] {
    font-family: "Source Sans 3", sans-serif;
}

.page-title[b-dmp5vs9n90] {
    margin: 1.5rem 0;
    color: var(--secondary-black);
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 650;
    line-height: normal;
}

.section-header[b-dmp5vs9n90] {
    padding: 1.06rem 0 1rem 1.81rem;
    height: 1.75rem;
    flex-shrink: 0;
    background: var(--navy-blue);
    stroke-width: 0.5px;
    stroke: var(--primary-black);
    display: flex;
    color: var(--white);
    font-size: 1.4375rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
/* _content/DI.Cache.Blazor/Components/Pages/AssignedToYouPage.razor.rz.scp.css */
.component-gap[b-1un807v4fy] {
    margin: 2rem 0;
}

.assigned-header[b-1un807v4fy] {
    margin-bottom: 2rem;
}

.assigned-header h1[b-1un807v4fy] {
    color: var(--secondary-dark);
    flex-grow: 1;
    margin: 0;
    font-weight: 700;
    font-size: 2.5rem;
}

.assigned-header p[b-1un807v4fy] {
    color: var(--secondary-black);
    font-size: 1.15rem;
    font-weight: 300;
    margin: 0;
}
/* _content/DI.Cache.Blazor/Components/Pages/ContentPage.razor.rz.scp.css */
.status-banner[b-065pvq1qkz] {
    display: flex;
    flex-direction:row;
    gap:2%;
    align-items:center;
}

.status[b-065pvq1qkz] {
    display: flex;
    width: fit-content;
    height:fit-content;
    margin-top:2%;
    background: var(--status-gray);
    color: var(--white);
    border-radius: 0.125rem;
    padding: 0.0625rem 0.5rem;
    text-transform: uppercase;
    font-size: .8125rem;
    font-weight: 400;
    white-space: nowrap;
}

.back-button[b-065pvq1qkz] {
    text-decoration: none;
    margin-top: 1rem;
}

.back-button span[b-065pvq1qkz] {
    text-decoration: none;
}

.status.overdue[b-065pvq1qkz] {
    background: var(--alert-red);
}

.status.in-progress[b-065pvq1qkz] {
    background: var(--progress-green);
}

.status.completed[b-065pvq1qkz] {
    background: var(--approved-green);
}

.content-items[b-065pvq1qkz] {
    display: flex;
    align-items: center;
}
/* _content/DI.Cache.Blazor/Components/Pages/CreateProfilePage.razor.rz.scp.css */


/* _content/DI.Cache.Blazor/Components/Pages/CreatorPages/ContentHubPage.razor.rz.scp.css */
.content-hub-page[b-bhuqwiyjeo] {
    margin: 1rem 0 3rem 3rem;
    margin-left: 3rem;
}

.filter-bar-container[b-bhuqwiyjeo] {
    display: flex;
    align-items: center;
    background-color: var(--gray-lightest);
    border-bottom: 1px solid var(--border-light);
    padding: 0.5rem;
    gap: 1rem;
    padding: 1% 2%;
    font-size: 1rem;
    margin-left: 3rem;
}
/* _content/DI.Cache.Blazor/Components/Pages/CreatorPages/CreateNewContentPage.razor.rz.scp.css */
.create-new-content-header h1[b-6sv5vwg4tg] {
    font-weight: 680;
    font-size: 2rem;
    margin: 2.5rem 1rem 1.5rem 3rem;
}

.go-back[b-6sv5vwg4tg] {
    cursor: pointer;
}
/* _content/DI.Cache.Blazor/Components/Pages/HelpPage.razor.rz.scp.css */

.help-guide-page[b-t5iji4u48q] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 1.5rem 0;
}

.help-guide-main[b-t5iji4u48q] {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}

.contact-feedback-sidebar[b-t5iji4u48q] {
    flex: 1;
    height: fit-content;
    min-Width: 38%;
    margin-left: 14%;
}

.sidebar-background[b-t5iji4u48q] {
    height: fit-content;
    padding: 1.5rem;
    border-radius: 0.375rem;
    border: 2px solid var(--border-light);
    background: var(--off-white);
}

/* Header and Section Titles */
h1[b-t5iji4u48q], h2[b-t5iji4u48q] {
    margin-top: 0;
}

h1[b-t5iji4u48q] {
    font-size: 2.5rem;
    font-weight: 650;
}

h2[b-t5iji4u48q] {
    font-size: 1.5rem;
    font-weight: 650;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.header-section p[b-t5iji4u48q] {
    font-size: 1.25rem;
    font-weight: 300;
}

/* Image margin class to replace inline styles */
.help-page-image-margin[b-t5iji4u48q] {
    margin-top: 4.7rem;
}

.platform-overview p[b-t5iji4u48q], .supported-queries p[b-t5iji4u48q], .tab-pane p[b-t5iji4u48q] {
    font-size: 1.25rem;
    font-weight: 300;
}

/* Contact and Feedback Sidebar Styling */
.contact-header[b-t5iji4u48q] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0;
}

    .contact-header h3[b-t5iji4u48q] {
        font-size: 1.2rem;
        font-weight: bold;
    }

.sidebar-text[b-t5iji4u48q] {
    font-size: 1.125rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

.support-link[b-t5iji4u48q] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--link-blue);
    text-decoration: none;

    svg{
        padding: .4rem 0 0;
    }
}

.line[b-t5iji4u48q] {
    width: 100%;
    border-top: 1px solid var(--border-light);
}


.feedback-text[b-t5iji4u48q] {
    font-size: 1.125rem;
    font-weight: 600;
}

.main-features[b-t5iji4u48q] {
    width: 100%;
}

.tabs-wrapper[b-t5iji4u48q] {
    border-radius: 0.25rem 0 0;
    border: 1px solid var(--border-light);
    overflow: hidden;
}

/* Tabs on top */
.tabs-container[b-t5iji4u48q] {
    display: flex;
    width: 100%;
    background: var(--border-light);
}

    .tabs-container button[b-t5iji4u48q] {
        flex: 1;
        background: var(--border-light);
        border: none;
        padding: 1.5rem 1rem;
        font-size: 1.1rem;
        font-family:'Source Sans 3';
        font-weight: 600;
        cursor: pointer;
        transition: background 0.2s ease, color 0.2s ease;
        color: var(--text-gray);
    }

        .tabs-container button.active[b-t5iji4u48q] {
            background: var(--off-white);
            color: var(--primary-black);
            border-top: 12px solid var(--primary-blue);

            /* Keep active text aligned to inactive text */
            span{
                position: relative;
                bottom: .37rem;
            }
        }

/* Tab content directly below */
.tab-content[b-t5iji4u48q] {
    background: var(--off-white);
    padding: 1.5rem;
}

.tab-row[b-t5iji4u48q] {
    display: flex;
    gap: 2rem;
    margin-top: 3rem;
    align-items: flex-start;
}

.tab-left[b-t5iji4u48q] {
    flex: 1;
}

.tab-left h3[b-t5iji4u48q] {
    margin-top: 0;
}

.tab-right[b-t5iji4u48q] {
    flex: 2;
}

.tab-list[b-t5iji4u48q] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    border-radius: 0.375rem;
    border: 2px solid var(--border-light);
    padding:1rem;
    margin-top: 2rem;
}

.list-item[b-t5iji4u48q] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.list-number[b-t5iji4u48q] {
    min-width: 1.8125rem;
    min-height: 1.8125rem;
    background-color: var(--border-light);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 600;
}

.list-text h4[b-t5iji4u48q] {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
}

.list-text p[b-t5iji4u48q] {
    margin-top: 0;
    font-size: 1.125rem;
    font-weight: 400;
}

.content-image[b-t5iji4u48q] {
    display: flex;
    place-content: center center;
}

    .content-image img[b-t5iji4u48q] {
    display:flex;
    place-content:center center;
    max-width: 100%;
    height: auto;
    margin-top: 1rem;
}

.shadow[b-t5iji4u48q] {
    box-shadow: 0 4px 8px rgb(0, 0, 0, 0.1);
}

.supported-queries[b-t5iji4u48q] {
    background: var(--background-blue-light);
    border-left: 10px solid var(--primary-blue);
    padding-left: 3%;
}

    .supported-queries h2[b-t5iji4u48q] {
        font-size: 1.5rem;
        font-weight: 700;
    }
/* _content/DI.Cache.Blazor/Components/Pages/Home.razor.rz.scp.css */
/* ================================================
   HOME LEARNING PATHWAYS SECTION STYLES
   ================================================ */

.home-learning-pathways-wrapper[b-r3e0b9cson] {
    width: 100%;
    height: auto;
    padding: 1rem;
    margin-top: 1.5625rem;
    border-radius: 1.25rem;
    background: linear-gradient(180deg, var(--primary-blue) 0%, var(--primary-dark-blue) 100%);
    overflow: hidden;
    margin-bottom:1.5rem;
    box-sizing: border-box;
    position: relative;
    zoom: 0.95;
}

.home-learning-pathways-wrapper[b-r3e0b9cson]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/va-logo-splash.svg');
    background-position: left 109%;
    background-repeat: no-repeat;
    background-size: 56%;
    opacity: 0.05;
    z-index: 1;
}

.home-learning-pathways-wrapper > *[b-r3e0b9cson] {
    position: relative;
    z-index: 2;
}

.full-width-top-component[b-r3e0b9cson] {
    width: 100%;
    overflow: hidden;
}

.two-column-bottom-section[b-r3e0b9cson] {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}

.left-component[b-r3e0b9cson] {
    flex: 0 0 calc(55% - 1rem);
    display: flex;
    flex-direction: column;
}

/* Ensure PaintPointComponent input fills the width */
.left-component[b-r3e0b9cson]  .paint-point-input-wrapper {
    max-width: 100%;
}

.right-component[b-r3e0b9cson] {
    flex: 0 0 calc(45% - 1rem);
    max-width: none;
    display: flex;
    flex-direction: column;
    width: 35rem;
}

/* Align titles horizontally by ensuring both components have same top padding/margin */
.home-learning-pathways-wrapper .left-component .learning-pathways-title[b-r3e0b9cson],
.home-learning-pathways-wrapper .right-component .section-title[b-r3e0b9cson] {
    margin-top: 0;
    padding-top: 0;
}

/* Remove margin-top from horizontal-section-container in right component */
.home-learning-pathways-wrapper .right-component[b-r3e0b9cson]  .horizontal-section-container {
    margin: 0;
}

/* Remove margin-bottom from horizontal-section-header in right component */
.home-learning-pathways-wrapper .right-component[b-r3e0b9cson]  .horizontal-section-header {
    margin: 0;
}

/* Remove padding-top from horizontal-section-content in right component */
.home-learning-pathways-wrapper .right-component[b-r3e0b9cson]  .horizontal-section-content {
    padding-top: 0;
}

/* Content Sections Wrapper */
.content-sections-wrapper[b-r3e0b9cson] {
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
    margin-top: 1rem;
    width: 100%;
    zoom: 0.95;
}

.content-section[b-r3e0b9cson] {
    flex: 1;
    min-width: 0;
}

.space[b-r3e0b9cson] {
    margin-top: 3%;
}

.component-spacer[b-r3e0b9cson] {
    margin-bottom: 3rem;
}
/* _content/DI.Cache.Blazor/Components/Pages/JobAidResults.razor.rz.scp.css */
.job-aid-results-container[b-q0gwwrzdty] {
    margin: 1rem 7.62rem 0 0;
    min-height: 100vh;
    width: 100%;
}

/* Header Section */
.header-section[b-q0gwwrzdty] {
    background: var(--white);
    border-radius: 0.5rem;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 0.125rem 0.5rem var(--shadow-light);
}

.back-button[b-q0gwwrzdty] {
    font-family: 'Source Sans 3';
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary-blue);
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 2.08rem;
    padding: 0.5rem;
    border-radius: 0.25rem;
    transition: background-color 0.2s ease;
    background: none;
    border: none;
    font-size: 1rem;
}

.back-button:hover[b-q0gwwrzdty] {
    background-color: var(--primary-off-white);
}

.page-title[b-q0gwwrzdty] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.page-title h1[b-q0gwwrzdty] {
    color: var(--primary-blue);
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
}

.subtitle[b-q0gwwrzdty] {
    color: var(--color-text-muted);
    font-size: 1.25rem;
    line-height: 1.4;
}

/* Pain Point Display */
.pain-point-display[b-q0gwwrzdty] {
    background: var(--white);
    border-radius: 0.5rem;
    padding: 1.75rem;
    margin-bottom: 2rem;
    border-left: 0.25rem solid var(--primary-blue);
    box-shadow: 0 0.125rem 0.5rem var(--shadow-light);
}

.pain-point-header[b-q0gwwrzdty] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    color: var(--primary-blue);
    font-weight: 600;
    font-size: 1.125rem;
}

.pain-point-text[b-q0gwwrzdty] {
    color: var(--color-neutral-800);
    font-size: 1.125rem;
    line-height: 1.5;
    padding: 1rem;
    background: var(--neutral-light);
    border-radius: 0.375rem;
    font-style: italic;
}

/* Loading State */
.loading-state[b-q0gwwrzdty] {
    text-align: center;
    padding: 3rem;
    background: var(--white);
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.5rem var(--shadow-light);
    margin-bottom: 2rem;
}

.loading-spinner[b-q0gwwrzdty] {
    width: 3rem;
    height: 3rem;
    border: 0.25rem solid var(--gray-lighter);
    border-top: 0.25rem solid var(--primary-blue);
    border-radius: 50%;
    animation: spin-b-q0gwwrzdty 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-q0gwwrzdty {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-state p[b-q0gwwrzdty] {
    color: var(--color-text-muted);
    font-size: 1.125rem;
    margin: 0;
}

/* AI Results Section - New Design */

/* Outer blue container */
.results-shell[b-q0gwwrzdty] {
    background: linear-gradient(180deg, var(--primary-blue) 0%, var(--primary-dark-blue) 55%, var(--navy-blue) 100%);
    border-radius: 1.88rem;
    padding: 2.38rem 4.31rem 3.69rem 3.44rem;
    box-shadow: 0 0.625rem 1.875rem var(--shadow-medium);
}

/* Header */
.results-header[b-q0gwwrzdty] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    color: var(--white);
    margin-bottom: 1.37rem;
}

.results-header h2[b-q0gwwrzdty] {
    font-size: 2.25rem;
    font-weight: 700;
    margin: 0;
}

.sparkle[b-q0gwwrzdty] {
    display: inline-flex;
    width: 1.25rem;
    height: 1.25rem;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    opacity: 0.95;
}

/* Search row */
.results-search[b-q0gwwrzdty] {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    margin-bottom: 1.37rem;
}

.results-input[b-q0gwwrzdty] {
    border-radius: 0.3158rem;
    border: 0.0625rem solid rgb(255, 255, 255, 0.35);
    background: var(--white);
    outline: none;
    font-size: 1.14rem;
    padding: 0.87rem 0 0.87rem 1.13rem;
}

.results-input:focus[b-q0gwwrzdty] {
    border-color: rgb(255, 255, 255, 0.65);
    box-shadow: 0 0 0 0.1875rem rgb(255, 255, 255, 0.15);
}

.results-submit[b-q0gwwrzdty] {
    font-family:'Source Sans 3';
    height:100%;
    padding: 0 1.5rem;
    margin-left: 1.25rem;
    border-radius: 0.25rem;
    border: 2px solid rgb(255, 255, 255, 0.35);
    background: rgb(0, 0, 0, 0.15);
    color: var(--white);
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-size: 1.4rem;
}

.results-submit:hover[b-q0gwwrzdty] {
    background: rgb(0, 0, 0, 0.22);
}

.results-submit:disabled[b-q0gwwrzdty] {
    background: rgb(0, 0, 0, 0.05);
    color: rgb(255, 255, 255, 0.35);
    cursor: not-allowed;
}

/* Inner white card */
.results-card[b-q0gwwrzdty] {
    background: var(--white);
    border-radius: 0.375rem;
    padding: 1.75rem;
    box-shadow: 0 0.375rem 1rem var(--shadow-medium);
    overflow: hidden;
    position: relative;
    z-index: 2;
}

/* Card header / actions */
.card-top[b-q0gwwrzdty] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    justify-content: space-between;
}

.card-titleblock h3[b-q0gwwrzdty] {
    margin: 0;
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--primary-black);
}

.card-subtitle[b-q0gwwrzdty] {
    margin-top: 0.125rem;
    font-size: 1.1609rem;
    margin-bottom: 1.63rem;
}

/* Explanation */
.card-explainer[b-q0gwwrzdty] {
    margin: 0.625rem 0 1rem;
    font-size: 1.25rem;
    color: var(--gray-dark);
    line-height: 1.45;
}

/* Viewer container to contain scaling */
.viewer-container[b-q0gwwrzdty] {
    overflow: hidden;
    position: relative;
    border-radius: 0.25rem;
}

/* Viewer block inside the card */
.viewer[b-q0gwwrzdty] {
    border: 0.0625rem solid var(--gray-lighter);
    border-radius: 0.25rem;
    overflow: hidden;
    background: var(--neutral-light);
    transform: scale(var(--scale, 1));
    transform-origin: top left;
    transition: transform 0.2s ease;
    position: relative;
    z-index: 1;
}

.viewer-toolbar[b-q0gwwrzdty] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1.25rem;
}

.viewer-title a[b-q0gwwrzdty] {
    color: var(--primary-black);
    font-size: 1.6875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

.viewer-meta[b-q0gwwrzdty] {
    display: block;
    font-size: 0.9789rem;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin-top: 0.44rem;
}

.viewer-pill[b-q0gwwrzdty] {
    font-weight: 500;
    letter-spacing: 0.04em;
    color: var(--primary-off-white);
    border: 0.0625rem solid var(--border-light);
    background: var(--primary-blue);
    padding: 0.1875rem 0.5rem;
    border-radius: 0.25rem;
    float: right;
    margin-left: auto;
    gap: 0.25rem;
    display: inline-flex;
}

.pill-icon[b-q0gwwrzdty] {
    margin-right: 0.1rem;
}

.pill-icon.small[b-q0gwwrzdty] {
    margin-right: 0.25rem;
}

/* Fake PDF viewport */
.viewer-body[b-q0gwwrzdty] {
    padding: 1.2rem;
}

.viewer-page[b-q0gwwrzdty] {
    background: var(--white);
    border: 0.0625rem solid var(--primary-black);
    border-radius: 0.125rem;
    padding: 1.06rem 1.25rem;
    width: 100%;
    max-width: 100%;
    min-height: 15rem;
    max-height: 40vh; /* Limit height to 40% of the viewport */
    overflow-y: auto; /* Make it scrollable if content exceeds the height */
    box-sizing: border-box;
    z-index: 1;
}

/* Remove height restrictions in fullscreen mode */
.viewer:fullscreen .viewer-page[b-q0gwwrzdty] {
    max-height: none;
    height: calc(100vh - 8rem); /* Account for header and footer */
}

/* Fullscreen styles for the entire viewer */
.viewer:fullscreen[b-q0gwwrzdty] {
    width: 100vw;
    height: 100vh;
    transform: none;
    z-index: 9999;
}

.viewer:fullscreen .viewer-body[b-q0gwwrzdty] {
    height: calc(100vh - 6rem); /* Account for toolbar, header, and footer */
    padding: 1.2rem;
}

.viewer-section-title[b-q0gwwrzdty] {
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.viewer-section-text[b-q0gwwrzdty] {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: normal;
    white-space: pre-line;
}

.viewer-list[b-q0gwwrzdty] {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.viewer-steps-container[b-q0gwwrzdty] {
    margin-top: 0.5rem;
}

.viewer-step-group[b-q0gwwrzdty] {
    margin-bottom: 1.5rem;
}

.viewer-step-header[b-q0gwwrzdty] {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0.5rem;
}

.viewer-step-description[b-q0gwwrzdty] {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0.5rem 0 0.75rem;
    white-space: pre-line;
}

.viewer-substep-description[b-q0gwwrzdty] {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 0.25rem;
    white-space: pre-line;
}

.viewer-header[b-q0gwwrzdty] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding: 0.5rem 0.75rem;
    background: var(--gray-lightest);
    border-bottom: 0.0625rem solid var(--primary-black);
    position: relative;
    z-index: 10;
    min-height: 1.8rem;
}

.viewer-footer[b-q0gwwrzdty] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding: 0.5rem 0.75rem;
    background: var(--gray-lightest);
    border-top: 0.0625rem solid var(--primary-black);
    position: relative;
    z-index: 10;
}

.viewer-btn[b-q0gwwrzdty] {
    font-family:'Source Sans 3';
    background: none;
    border: none;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    text-align: left;
    color: var(--primary-black);
    padding: 0.25rem 0.375rem;
    border-radius: 0.25rem;
    transition: background-color 0.2s ease;
}

.viewer-btn:hover[b-q0gwwrzdty] {
    background: var(--neutral-light);
}

.viewer-footer-item[b-q0gwwrzdty] {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--primary-black);
    margin-right: 0.5rem;
}

/* Supporting materials list */
.supporting[b-q0gwwrzdty] {
    margin-top: 1rem;
}

.supporting-title[b-q0gwwrzdty] {
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.supporting-note[b-q0gwwrzdty] {
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 300;
    line-height: 126%;
}

.supporting-list[b-q0gwwrzdty] {
    margin: 0;
    padding-left: 1.125rem;
    list-style-type: decimal;
}

.supporting-list li[b-q0gwwrzdty] {
    display: list-item;
    color: var(--neutral-black);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 213%; /* 2.6625rem */
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.supporting-item[b-q0gwwrzdty] {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.supporting-list a[b-q0gwwrzdty] {
    color: var(--primary-blue);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 213%; /* 2.6625rem */
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.supporting-list a:hover[b-q0gwwrzdty] {
    text-decoration: underline;
}

.supporting-right[b-q0gwwrzdty] {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    white-space: nowrap;
}

.badge[b-q0gwwrzdty] {
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.0536rem; /* 131.631% */
    text-transform: uppercase;
    padding: 0.1875rem 0.5rem;
    background: var(--primary-blue);
    color: var(--white);
    display: inline-flex;
}

.match[b-q0gwwrzdty] {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.viewer-empty-box[b-q0gwwrzdty] {
    height: 2rem;
    background: var(--gray-lightest);
    border-top: 0.0625rem solid var(--gray-lighter);
    border-bottom: 0.0625rem solid var(--gray-lighter);
}

/* Responsive Design */
@media (width <= 768px) {
    .job-aid-results-container[b-q0gwwrzdty] {
        padding: 1rem;
    }

    .header-section[b-q0gwwrzdty] {
        padding: 1.5rem;
    }

    .page-title[b-q0gwwrzdty] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .page-title h1[b-q0gwwrzdty] {
        font-size: 2rem;
    }

    .subtitle[b-q0gwwrzdty] {
        font-size: 1.125rem;
    }

    .results-shell[b-q0gwwrzdty] {
        margin: 0 0 2rem;
        padding: 1rem;
    }

    .results-search[b-q0gwwrzdty] {
        grid-template-columns: 1fr;
    }

    .results-submit[b-q0gwwrzdty] {
        width: 100%;
    }

    .card-top[b-q0gwwrzdty] {
        flex-direction: column;
        align-items: flex-start;
    }

    .help-options[b-q0gwwrzdty] {
        grid-template-columns: 1fr;
    }

    .help-card[b-q0gwwrzdty] {
        flex-direction: column;
        text-align: center;
    }
}

@media (width <= 480px) {
    .job-aid-results-container[b-q0gwwrzdty] {
        padding: 0.75rem;
    }

    .header-section[b-q0gwwrzdty] {
        padding: 1rem;
    }

    .page-title h1[b-q0gwwrzdty] {
        font-size: 1.75rem;
    }

    .pain-point-display[b-q0gwwrzdty] {
        padding: 1rem;
    }

    .additional-help-section[b-q0gwwrzdty] {
        padding: 1.5rem;
    }

    .results-shell[b-q0gwwrzdty] {
        padding: 0.75rem;
    }

    .results-card[b-q0gwwrzdty] {
        padding: 0.75rem;
    }
}

.section-divider[b-q0gwwrzdty] {
    border: none;
    border-top: 0.0625rem solid var(--gray-lighter);
    margin: 1rem 0;
}

.download-btn[b-q0gwwrzdty] {
    font-family:'Source Sans 3';
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    transition: all 0.2s ease;
    border: none;
}

.download-btn:active[b-q0gwwrzdty] {
    transform: translateY(1px);
}

.supporting-materials-title[b-q0gwwrzdty] {
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.no-results-message[b-q0gwwrzdty] {
    font-size: 1.25rem;
    font-weight: 400;
}
/* _content/DI.Cache.Blazor/Components/Pages/LearningHubPage.razor.rz.scp.css */




.suggestion-block-content[b-w2okh9079w]{
    margin: .25rem 0 0;
    display: flex;
    flex-direction: column;
    zoom: 0.90;

    h1{
        font-weight: 650;
        font-size: 2.5rem;
        margin-bottom: .25rem;
    }

    p[b-w2okh9079w] {
        font-weight: 300;
        font-size: 1.15rem;
        margin-top: 0;
    }
}

div.suggestion-block[b-w2okh9079w]{
    margin-left:0;
}

.suggested-page-prompts h2[b-w2okh9079w]{
    font-weight: 650;
    font-size: 1.5rem;
    margin-top: 1rem;
}

.suggested-page-content[b-w2okh9079w] {
    background-color: var(--off-white);
    border: 1px solid var(--border-light);
    border-radius: 0.375rem;
    zoom: 0.80;
}

div.grig-card[b-w2okh9079w] {
    background-color: transparent;
    border: none;
}

.skills-loading[b-w2okh9079w] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 100%;
    font-size: 1.25rem;
    color: var(--gray-icon);
}



/* Learning History Section Container */

.learning-history-section-container[b-w2okh9079w] {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    margin: 2rem 0;
    align-items: flex-start;
    width: 100%;
}

.learning-history-left[b-w2okh9079w],
.learning-history-right[b-w2okh9079w] {
    flex: 1;
    min-width: 0;
    max-width: 50%;
}

@media (width <= 900px) {
    .learning-history-section-container[b-w2okh9079w] {
        flex-direction: column;
        gap: 1.5rem;
    }

    .learning-history-left[b-w2okh9079w],
    .learning-history-right[b-w2okh9079w] {
        max-width: 100%;
        width: 100%;
    }
}

/* Ensure horizontal section headers have consistent height */
.learning-history-left[b-w2okh9079w]  .horizontal-section-header,
.learning-history-right[b-w2okh9079w]  .horizontal-section-header {
    min-height: 60px;
    align-items: center;
}
/* _content/DI.Cache.Blazor/Components/Pages/MicroLearningActivities.razor.rz.scp.css */
.header-title[b-ov5e5yofm8] {
    font-size: 2rem;
    font-weight: bold;
    color: var(--primary-blue);
    text-align: center;
}

.progress-indicator[b-ov5e5yofm8] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 20px;
    background-color: var(--off-white);
    border-radius: 8px;
    border: 1px solid var(--border-light);
}

.step[b-ov5e5yofm8] {
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.step.active[b-ov5e5yofm8] {
    background-color: var(--primary-blue);
    color: var(--white);
    border-color: var(--primary-blue);
    box-shadow: 0 2px 8px rgba(0, 94, 162, 0.3);
}

.step.completed[b-ov5e5yofm8] {
    background-color: var(--approved-green);
    color: var(--white);
    border-color: var(--approved-green);
}

.step.pending[b-ov5e5yofm8] {
    background-color: var(--gray-lighter);
    color: var(--gray-dark);
    border-color: var(--gray-lighter);
}

.arrow[b-ov5e5yofm8] {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary-blue);
}

.completion-message[b-ov5e5yofm8] {
    padding: 40px 20px;
}

.completion-message h4[b-ov5e5yofm8] {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.completion-message p[b-ov5e5yofm8] {
    font-size: 1.1rem;
    color: var(--gray-dark);
}

.card[b-ov5e5yofm8] {
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.card-body[b-ov5e5yofm8] {
    padding: 2rem;
}
/* _content/DI.Cache.Blazor/Components/Pages/MicroLearningsAssessmentPage.razor.rz.scp.css */
#main-quiz-container[b-kta3khgiyh] {
    background: var(--white);
    display: flex;
    flex-direction: column;
}

/* Hide quiz container by default, only show when ready */
#main-quiz-container:not(.loading-container)[b-kta3khgiyh] {
    visibility: hidden;
    opacity: 0;
}

#main-quiz-container.quiz-ready[b-kta3khgiyh] {
    visibility: visible;
    opacity: 1;
}

/* Loading state modifier */
#main-quiz-container.loading-container[b-kta3khgiyh] {
    min-height: 100vh;
}

/* Remove borders during loading to prevent flashing */
#main-quiz-container.loading-container .toolbar[b-kta3khgiyh] {
    border: none;
}

#main-quiz-container.loading-container .container[b-kta3khgiyh] {
    border: none;
}

/* Flex fill utility */
.flex-fill[b-kta3khgiyh] {
    flex: 1;
}

/* Loading content styling */
.loading-content[b-kta3khgiyh] {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Remove any borders/outlines from loading text */
.loading-content h1[b-kta3khgiyh] {
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
}

/* Hide quiz container while loading */
.hidden[b-kta3khgiyh] {
    display: none;
}

    #main-quiz-container:fullscreen[b-kta3khgiyh] {
        width: 100vw;
        height: 100vh;
        overflow: auto;
    }

.container[b-kta3khgiyh] {
    max-width: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: row;
    border-left: 1px solid var(--primary-black);
    border-right: 1px solid var(--primary-black);
    flex: 1;
}

.toolbar[b-kta3khgiyh] {
    border: 1px solid var(--primary-black);
    display: flex;
    align-items: center;
    background: var(--gray-lightest);
    padding: 1rem;
    gap: 1rem;
    flex-shrink: 0;
}

.breadcrumb-navigation[b-kta3khgiyh] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.breadcrumb-link[b-kta3khgiyh] {
    color: var(--primary-blue);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    display: flex;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    align-items: center;
    gap: 0.25rem;
    transition: color 0.2s ease;
}

    .breadcrumb-link svg[b-kta3khgiyh] {
        flex-shrink: 0;
    }

.breadcrumb-separator[b-kta3khgiyh] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.breadcrumb-current[b-kta3khgiyh] {
    color: var(--secondary-black);
    font-size: 1rem;
    font-weight: 400;
}

.footer-toolbar[b-kta3khgiyh] {
    border-top: 1px solid var(--primary-black);
    border-left: 1px solid var(--primary-black);
    border-right: 1px solid var(--primary-black);
    display: flex;
    align-items: center;
    background: var(--gray-lightest);
    padding: .5rem;
    flex-shrink: 0;
}

.toolbar-buttons[b-kta3khgiyh] {
    margin-left: auto;
}

.icon-button[b-kta3khgiyh] {
    background: none;
    border: none;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    text-align: left;
    gap: .5rem;
    text-decoration: none;
    color: var(--primary-black);
}

.sidebar[b-kta3khgiyh] {
    position: relative;
    margin: 1rem 1rem 3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
    min-width: 200px;
    width: 200px;
    flex-shrink: 0;
    padding-right: 1rem;
}

    .sidebar[b-kta3khgiyh]::before {
        content: "";
        position: absolute;
        top: 2rem;
        left: 1.6rem;
        width: 2px;
        height: calc(100% - 3.5rem);
        background-color: var(--border-gray);
        z-index: 0;
    }

.sidebar-item[b-kta3khgiyh] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--primary-gray);
    font-size: 1.0625rem;
    font-weight: 400;
    padding: 0.75rem 0 0.75rem 1rem;
    z-index: 1;
}

    .sidebar-item.current-step[b-kta3khgiyh] {
        color: var(--primary-blue);
    }

    .sidebar-item.completed[b-kta3khgiyh] {
        color: var(--navy-blue);
    }

.main-content-column[b-kta3khgiyh] {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow-x:hidden;
    position: relative;
}

.workflow-main-content[b-kta3khgiyh] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-grow: 1;
    margin: 0;
    z-index:1;
    transform: scale(var(--scale, 1));
    transform-origin: top left;
    width: calc(100% / var(--scale, 1));
}

    .workflow-main-content.define-step[b-kta3khgiyh] {
        justify-content: flex-start;
        align-items: flex-start;
        padding-left: 6.44rem;
        padding-top: 2.81rem;
    }

.microlearning-btns[b-kta3khgiyh] {
    display: flex;
    justify-content: space-between;
    border: 1px solid var(--primary-black);
    background: var(--primary-off-white);
    padding: 2rem;
    flex-shrink: 0;
}

.pause-ml[b-kta3khgiyh] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.7568rem;
    flex-shrink: 0;
    border-radius: 0.3784rem;
    border: 2px solid var(--primary-blue);
    background: var(--white);
    color: var(--primary-blue);
    font-size: 1rem;
    font-weight: 600;
    padding: 0.8516rem 1.4193rem;
    cursor: pointer;
}

.feedback-btn[b-kta3khgiyh] {
    font-family:'Source Sans 3';
    display: flex;
    padding: .5rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.7568rem;
    flex-shrink: 0;
    border-radius: 0.3784rem;
    background: var(--primary-blue);
    color: var(--white);
    font-size: 1.1rem;
    font-weight: 700;
    opacity: 1;
    cursor: pointer;
    transition: opacity 0.3s ease, cursor 0.3s ease;
    border: none;
}

.feedback-btn:disabled[b-kta3khgiyh] {
    opacity: 0.5;
    cursor: not-allowed;
}

.feedback-btn:not(:disabled):hover[b-kta3khgiyh] {
    opacity: 0.9;
}

.pause-modal[b-kta3khgiyh] {
    width: 15.5rem;
    min-height: 25rem;
    background: var(--white);
    border-radius: 0.4474rem;
    padding: 2rem 3rem;
    display: flex;
    flex-direction: column;
    border: none;
}

.x-btn[b-kta3khgiyh] {
    margin-left: auto;
    cursor: pointer;
    line-height: 1;
}

.x-btn-feedback[b-kta3khgiyh] {
    margin-left: auto;
    cursor: pointer;
    margin-bottom:-5rem;
}

.pause-modal h4[b-kta3khgiyh] {
    margin: 0 auto;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    margin-left: 0;
    align-items: flex-start;
}

    .pause-modal p[b-kta3khgiyh] {
        margin-top: 0;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    }

.pause-confirm[b-kta3khgiyh] {
    padding: 1rem .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.4474rem;
    background: var(--primary-blue);
    color: var(--white);
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    cursor: pointer;
    border: none;
}

.feedback-popup[b-kta3khgiyh] {
    display: flex;
    flex-direction:column;
    place-content: center center;
    background: var(--white);
    border-radius: 0.25rem;
    border: 4px solid var(--accent-blue);
    padding:3rem 3rem 3rem 1rem;
}

.zoom[b-kta3khgiyh] {
    display: flex;
    flex-direction: row;
    min-width: 100%;
    align-items: center;
    gap: 0.5rem;
}

.zoom-label[b-kta3khgiyh] {
    margin-right: 0.5rem;
}

.video-controls-bar[b-kta3khgiyh] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: 1rem;
    flex: 1;
}

    .video-controls-bar input[type="range"][b-kta3khgiyh] {
        flex: 1;
        margin: 0 0.9375rem;
        height: 6px;
    }

#main-quiz-container:fullscreen .container[b-kta3khgiyh] {
    height: calc(100vh - 120px);
}

#main-quiz-container:fullscreen .workflow-main-content[b-kta3khgiyh] {
    max-height: 100%;
}

.workflow-main-content.full-width[b-kta3khgiyh] {
    width: 100%;
    max-width: 100%;
    transform-origin: top center;
    overflow-x: visible;
    min-height: 0;
}

/* Improve wrap-up component container behavior when scaled */
.workflow-main-content.full-width .wrapup-container[b-kta3khgiyh] {
    margin-left: 4rem;
    margin-right: 4rem;
    max-width: none;
    width: auto;
}

/* Ensure wrap-up content doesn't break on smaller scales */
.workflow-main-content.full-width .wrapup-explanation[b-kta3khgiyh] {
    min-width: 0;
    overflow-wrap: break-word;
}

.workflow-main-content.full-width .response-textbox[b-kta3khgiyh] {
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
}

/* Add this to your stylesheet */

.action-btns[b-kta3khgiyh] {
    display:flex;
    flex-direction:row;
    gap:5%;
}

.submit-section-unzoomed .submit-button[b-kta3khgiyh] {
    display: flex;
    padding: 0.8516rem 1.4193rem;
    justify-content: center;
    border-color: transparent;
    align-items: center;
    gap: 0.7568rem;
    flex-shrink: 0;
    border-radius: 0.3784rem;
    background: var(--primary-blue);
    color: var(--white);
    font-size: 1.1rem;
    font-weight: 600;
}
/* _content/DI.Cache.Blazor/Components/Pages/Modals/EditUserProfileModal.razor.rz.scp.css */
/* Modal overlay and base styling */
.modal-overlay[b-blw957smno] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-blw957smno] {
    background: var(--white);
    width: 92.8125rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 25px rgb(0, 0, 0, 0.2);
    padding: 2.15rem 0 2.15rem 2.15rem;
}

.modal-title[b-blw957smno] {
    color: var(--base-ink, var(--secondary-black));
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 1.56rem;
}

.modal-body[b-blw957smno] {
    max-height: 65vh;
    overflow-y: scroll;
    padding-right: 2.15rem;
}

.loading[b-blw957smno] {
    text-align: center;
    padding: 3rem;
    font-size: 1.1rem;
    color: var(--text-secondary);
}

/* Form styling */
.form-section[b-blw957smno] {
    margin-bottom: 2rem;
}

.information-header[b-blw957smno] {
    background: var(--navy-blue);
    color: var(--white);
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 1.36rem;
}

.site-permissions-desc[b-blw957smno] {
    margin-top: 0.8rem;
    margin-bottom: 2.1rem;
    font-size: 1.15rem;
}

.site-permissions-box[b-blw957smno] {
    border: 1px solid var(--primary-black);
    padding: 0 1.5rem 2.5rem;
    margin-top: 0.5rem;
}

.form-row[b-blw957smno] {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Change to three equal columns */
    gap: 1rem;
}

@media (width <= 768px) {
    .form-row[b-blw957smno] {
        grid-template-columns: 1fr; /* Revert to single column on smaller screens */
    }
}

.form-group[b-blw957smno] {
    display: flex;
    flex-direction: column;
}

    .form-group label[b-blw957smno] {
        font-weight: 500;
        margin-bottom: 0.5rem;
        color: var(--text-primary);
    }

.form-control[b-blw957smno] {
    padding: 0.75rem;
    border: 1px solid var(--primary-black);
    border-radius: 0.25rem;
    font-size: 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    max-width: 92%;
}

    .form-control:focus[b-blw957smno] {
        outline: none;
        border-color: var(--navy-blue);
    }

.text-box[b-blw957smno] {
    height: 2.875rem;
    font-size: 1.15rem;
    flex: 1;
    width: 100%;
    border: none;
    outline: none;
    cursor: default;
}

.req[b-blw957smno] {
    color: var(--error-red);
    font-size: 1.1354rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.readonly-input[b-blw957smno] {
    background-color: var(--color-background-muted);
}

/* Checkbox styling */
.checkbox-label[b-blw957smno] {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0.5rem;
    font-size: 1.15rem;
}

.form-checkbox[b-blw957smno] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid var(--primary-black);
    border-radius: 0.25rem;
    margin-right: 0.75rem;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .form-checkbox:checked[b-blw957smno] {
        background-color: var(--primary-blue);
        border-color: var(--primary-blue);
    }

        .form-checkbox:checked[b-blw957smno]::after {
            content: '✓';
            position: absolute;
            top: -0.125rem;
            left: 0.1875rem;
            color: var(--white);
            font-size: 0.875rem;
            font-weight: bold;
        }

.help-text[b-blw957smno] {
    color: var(--text-secondary);
    font-size: 1rem;
    margin-top: 0.5rem;
}

/* Roles management styling */
.roles-container[b-blw957smno] {
    margin-top: 1rem;
    position: relative; /* Set the container as the reference for dropdown positioning */
}

.input-like[b-blw957smno] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    border: 1px solid var(--border-gray);
    border-radius: 0.25rem;
    background: var(--white);
    cursor: pointer;
    transition: border-color 0.2s ease;
}

    .input-like:hover[b-blw957smno] {
        border-color: var(--primary-blue);
    }

.plus-icon[b-blw957smno] {
    background: var(--primary-blue);
    color: var(--white);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
}

/* Specific styling for roles dropdown */
.roles-dropdown[b-blw957smno] {
    position: absolute;
    top: 100%; /* Align directly below the input-like container */
    left: 0;
    right: 0;
    z-index: 1001;
    margin-top: 0; /* Remove any additional spacing */
    border-radius: 0 0 0.25rem 0.25rem;
    background: var(--white);
    box-shadow: 0 4px 6px rgb(0, 0, 0, 0.1);
    overflow: hidden; /* Ensure no content overflows */
}

.dropdown-container[b-blw957smno] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.dropdown-list[b-blw957smno] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    border: 1px solid var(--border-gray);
    border-top: none;
    border-radius: 0 0 0.25rem 0.25rem;
    background: var(--white);
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgb(0, 0, 0, 0.1);
}

.dropdown-item[b-blw957smno] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid var(--border-light);
}

    .dropdown-item:hover[b-blw957smno] {
        background-color: var(--background-light);
    }

    .dropdown-item.selected[b-blw957smno] {
        background-color: var(--primary-blue);
        color: var(--white);
    }

    .dropdown-item.no-results[b-blw957smno] {
        color: var(--text-muted);
        font-style: italic;
        cursor: default;
    }

        .dropdown-item.no-results:hover[b-blw957smno] {
            background-color: transparent;
        }

.selected-indicator[b-blw957smno] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.added-text[b-blw957smno] {
    font-size: 0.875rem;
    font-weight: 500;
}

.plus-icon-small[b-blw957smno] {
    background: rgb(255, 255, 255, 0.2);
    color: var(--white);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1rem;
}

.dropdown-item:not(.selected) .plus-icon-small[b-blw957smno] {
    background: var(--primary-blue);
    color: var(--white);
}

.selected-pills[b-blw957smno] {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.pill[b-blw957smno] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--primary-blue);
    color: var(--white);
    padding: 0.5rem 0.75rem;
    border-radius: 1.25rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.pill-viewer[b-blw957smno] {
    background: var(--status-gray); /* Gray background for Viewer role */
    color: var(--white);
}

.pill svg[b-blw957smno] {
    cursor: pointer;
    transition: opacity 0.2s ease;
}

    .pill svg:hover[b-blw957smno] {
        opacity: 0.7;
    }

/* Status messages */
.status-message[b-blw957smno] {
    margin-right: 1rem;
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    font-weight: 500;
}

    .status-message.success[b-blw957smno] {
        background-color: var(--color-success-light);
        color: var(--success-green);
        border: 1px solid var(--success-light-green);
    }

    .status-message.error[b-blw957smno] {
        background-color: var(--color-accent-red-very-light);
        color: var(--error-red);
        border: 1px solid var(--error-light-red);
    }

/* Footer styling */
.modal-footer[b-blw957smno] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    padding: 1.5rem 2rem 0 0;
    border-top: 1px solid var(--border-light);
}

.btn-cancel[b-blw957smno] {
    padding: 0.75rem 1.5rem;
    background: var(--white);
    color: var(--text-primary);
    border: 2px solid var(--primary-blue);
    border-radius: 0.25rem;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease;
}

    .btn-cancel:hover:not(:disabled)[b-blw957smno] {
        background-color: var(--background-light);
        border-color: var(--text-primary);
    }

.cancel-btn[b-blw957smno],
.save-btn[b-blw957smno] {
    border: 3.79px solid var(--primary-blue);
    border-radius: 0.4474rem;
    cursor: pointer;
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    font-size: 1.5rem;
}

.cancel-btn[b-blw957smno] {
    background-color: transparent;
    color: var(--primary-blue);
}

.save-btn[b-blw957smno] {
    background-color: var(--primary-blue);
    color: var(--white);
}

    /* Add styles for disabled save button */
    .save-btn:disabled[b-blw957smno] {
        background-color: var(--border-gray); /* Grey background for disabled state */
        border-color: var(--border-gray);
        color: var(--text-secondary); /* Lighter text color */
        cursor: not-allowed; /* Show not-allowed cursor */
        opacity: 0.6; /* Reduce opacity to indicate disabled state */
    }

/* Responsive adjustments */
@media (width <= 640px) {
    .modal-content[b-blw957smno] {
        width: 95vw;
        margin: 1rem;
    }

    .modal-header[b-blw957smno],
    .modal-body[b-blw957smno],
    .modal-footer[b-blw957smno] {
        padding: 1rem;
    }

    .modal-footer[b-blw957smno] {
        flex-direction: column-reverse;
    }

    .cancel-btn[b-blw957smno],
    .save-btn[b-blw957smno] {
        width: 100%;
        justify-content: center;
    }
}

/* Warning Modal CSS - matching YourTeam.razor modal styling */
.warning-modal-overlay[b-blw957smno] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(35, 35, 35, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.warning-modal-box[b-blw957smno] {
    max-width: 27.5625rem;
    max-height: 28.625rem;
    flex-shrink: 0;
    border-radius: 0.4474rem;
    border: 1.79px solid var(--border-light);
    background: var(--white);
    display: flex;
    flex-direction: column;
    text-align: left;
    position: relative;
    padding: 2.27rem 1.94rem 3.71rem 4.88rem;
}

.warning-close-button[b-blw957smno] {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    cursor: pointer;
    font-size: 2rem;
    color: var(--secondary-black);
    background: none;
    border: none;
}

.warning-modal-box svg[b-blw957smno] {
    margin-top: 1rem;
}

.warning-modal-header[b-blw957smno] {
    font-size: 2.0652rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 0.56rem;
    margin-bottom: 0.96rem;
}

.warning-modal-body[b-blw957smno] {
    display: inline-flex;
    font-size: 1.5353rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 2.6rem;
    box-sizing: border-box;
    max-width: 18.9375rem;
}

.warning-modal-footer[b-blw957smno] {
    display: flex;
    justify-content: center;
    margin-right: 1.94rem;
}

    .warning-modal-footer .warning-btn[b-blw957smno] {
        padding: 1.3764rem 2.294rem;
        justify-content: center;
        align-items: center;
        gap: 0.9176rem;
        flex-shrink: 0;
        font-size: 1.6941rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        border-radius: 0.4588rem;
        background-color: var(--primary-blue);
        color: var(--white);
        border: none;
        cursor: pointer;
    }
/* _content/DI.Cache.Blazor/Components/Pages/MyLibrary.razor.rz.scp.css */
.dark-tabs[b-cajeevtpz6]{
    display:flex; 
    flex-direction:row; 
    margin:0 auto;
    flex-wrap:wrap;
    /* width:100%; */
}
/* _content/DI.Cache.Blazor/Components/Pages/PreviewMicrolearningPage.razor.rz.scp.css */
/* Ensure all elements use Source Sans 3 font */
*[b-l9ba9ti5zz] {
    font-family: "Source Sans 3", sans-serif;
}

.preview-microlearning-container[b-l9ba9ti5zz] {
    padding: 1.25rem;
    width: 100%;
    box-sizing: border-box;
    font-family: "Source Sans 3";
}

/* Full height utility class */
.preview-microlearning-container.full-height[b-l9ba9ti5zz] {
    min-height: 100vh;
}

/* Loading container centered */
.loading-container-centered[b-l9ba9ti5zz] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.back-button-container[b-l9ba9ti5zz] {
    margin-bottom: 4rem;
}

.back-button[b-l9ba9ti5zz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 400;
    color: var(--primary-blue);
    transition: color 0.15s ease-in-out;
    background-color: transparent;
    border: none;
    text-decoration: underline;
    font-size: 1rem;
    line-height: 164%;
    letter-spacing: 0;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
    text-align: left;
    font-family: "Source Sans 3";
}

.top-section[b-l9ba9ti5zz] {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

/* Middle Section */

.header-proficiency-display[b-l9ba9ti5zz] {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

.supporting-skill-card-section[b-l9ba9ti5zz] {
    position: relative;
}

.supporting-skill-svg-container[b-l9ba9ti5zz] {
    position: relative;
    left: 1.25rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    z-index: 1;
}

.svg-column[b-l9ba9ti5zz] {
   position: absolute;
   top: 0;
}

.learning-goal-card-container[b-l9ba9ti5zz] {
    width: 100%;
    padding-right: 1.4375rem;
    margin-top: 1.5rem;
    margin-left: -1.0625rem;
    margin-bottom: 1.5625rem;
}

/* Disable click events and hide toggle for learning goal cards on preview page */
.learning-goal-card-container[b-l9ba9ti5zz]  .learning-goal-header {
    pointer-events: none;
    cursor: default;
}

.learning-goal-card-container[b-l9ba9ti5zz]  .learning-goal-toggle {
    display: none;
}

/* More specific targeting for disabled learning goal card */
.preview-learning-goal-disabled[b-l9ba9ti5zz] {
    pointer-events: none;
}

.preview-learning-goal-disabled[b-l9ba9ti5zz]  .learning-goal-container {
    pointer-events: none;
}

.preview-learning-goal-disabled[b-l9ba9ti5zz]  .learning-goal-header {
    pointer-events: none;
    cursor: default;
}

.preview-learning-goal-disabled[b-l9ba9ti5zz]  .learning-goal-toggle {
    display: none;
    visibility: hidden;
}

.preview-learning-goal-disabled[b-l9ba9ti5zz]  .learning-goal-card {
    pointer-events: none;
}

.vertical-line-svg[b-l9ba9ti5zz] {
    margin-bottom: 0;
}

.book-icon-svg[b-l9ba9ti5zz] {
    display: block;
    position: relative;
}

.middle-section h2[b-l9ba9ti5zz], .review-section h2[b-l9ba9ti5zz] {
    display: flex;
    gap: 1rem;
    font-weight: 600;
    font-size: 1.8rem;
    color: var(--secondary-black);
    align-items: center;
    margin-bottom: 0;
    line-height: 100%;
}

.reviews-container[b-l9ba9ti5zz] {
    margin-top: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-section[b-l9ba9ti5zz] {
    margin-top: 4rem;
    height: 50rem;
    display: flex;
    padding-left: 1rem;
    flex-direction: column;
}

.reviews-list[b-l9ba9ti5zz] {
    flex: 1;
}

.reviews-pagination[b-l9ba9ti5zz] {
    margin-top: 1.25rem;
    min-height: 3.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reviews-pagination .pagination[b-l9ba9ti5zz] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    height: auto;
}

.no-reviews-container[b-l9ba9ti5zz] {
    text-align: center;
    padding: 2.5rem 1.25rem;
    width: 980px;
    height: 69px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1.25rem auto 0;
}

.no-reviews-container h2[b-l9ba9ti5zz] {
    font-size: 2rem;
    font-weight: 700;
    color: var(--secondary-black);
    margin-bottom: 1rem;
    line-height: 100%;
    letter-spacing: 0;
}

.no-reviews-container p[b-l9ba9ti5zz] {
    font-size: 1rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--primary-black);
    margin: 0;
}

.review-section.no-reviews[b-l9ba9ti5zz] {
    height: auto;
    min-height: 400px;
}

.middle-section[b-l9ba9ti5zz] {
    margin-bottom: 2rem;
}

.middle-section p[b-l9ba9ti5zz], .review-section p[b-l9ba9ti5zz] {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 126%;
    letter-spacing: 0;
    color: var(--secondary-black);
    margin-bottom: 0;
    margin-top: 0.5rem;
}

.middle-section span[b-l9ba9ti5zz], .review-section span[b-l9ba9ti5zz] {
    display: flex;
    align-items: center;
}

.microlearning-logo[b-l9ba9ti5zz] {
    border: 1px solid var(--skill-packet-logo-border);
    padding: 0.5rem;
    border-radius: 0.25rem;
    width: 152px;
    height: 136px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.microlearning-preview-card[b-l9ba9ti5zz], .content-section[b-l9ba9ti5zz] {
    background: var(--white);
    border-radius: 0.5rem;
    box-shadow: 0 1.97px 7.88px 0 rgb(0, 0, 0, 0.25);
    padding: 1.5rem;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.microlearning-header[b-l9ba9ti5zz] {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

.microlearning-header h1[b-l9ba9ti5zz] {
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
    color: var(--secondary-black);
    line-height: 100%;
    font-family: "Source Sans 3";
}

.microlearning-subtitle[b-l9ba9ti5zz] {
    color: var(--secondary-black);
    font-weight: 300;
    line-height: 126%;
    font-size: 1.25rem;
    margin: 0.5rem 0 0;
}

.content-section[b-l9ba9ti5zz] {
    margin-bottom: 1.5rem;
    background-color: var(--primary-off-white);
    border: 1px solid var(--secondary-black);
}

.content-section h2[b-l9ba9ti5zz] {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 1rem;
    color: var(--secondary-black);
}

.primary-skill-description[b-l9ba9ti5zz] {
    color: var(--secondary-black);
    font-weight: 400;
    line-height: 138%;
    font-size: 1.125rem;
    margin: 0.75rem 0;
}

.top-section h2[b-l9ba9ti5zz] {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 1rem 0 0.5rem;
    color: var(--secondary-black);
}

.title-section[b-l9ba9ti5zz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0 0.5rem;
}

/* Content section */
.title-section h2[b-l9ba9ti5zz] {
    color: var(--primary-blue);
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    line-height: 100%;
}

.start-button[b-l9ba9ti5zz] {
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    width: 105px;
    height: 48px;
    border-radius: 0.25rem;
    padding: 0.8125rem 1.375rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    font-size: 1.125rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-family: "Source Sans 3", sans-serif;
}

.start-button:hover[b-l9ba9ti5zz] {
    background-color: var(--primary-blue-dark);
}

/* Loading state for Start Button */
.start-button.loading[b-l9ba9ti5zz] {
    background-color: var(--navy-blue);
    cursor: wait;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: auto; /* Allow button to grow to fit content */
    min-width: 6.5625rem; /* 105px converted to rem */
    padding: 0.8125rem 1rem; /* 13px 16px converted to rem */
}

.start-button.loading:hover[b-l9ba9ti5zz] {
    background-color: var(--navy-blue);
}

.published-date[b-l9ba9ti5zz] {
    font-weight: 600;
    font-size: 1rem;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--secondary-black);
    margin: 0.5rem 0;
}

.microlearning-title-section h2[b-l9ba9ti5zz] {
    color: var(--primary-blue);
    font-weight: 600;
    font-size: 2.4rem;
    margin: 1rem 0 0.5rem;
    line-height: 100%;
    text-decoration: underline;
}

.microlearning-title-section[b-l9ba9ti5zz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: flex-start;
    width: 100%;
}

.first-section[b-l9ba9ti5zz] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1rem;
}

.second-section[b-l9ba9ti5zz] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.rating-section[b-l9ba9ti5zz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.rating-text[b-l9ba9ti5zz], .view-count-text[b-l9ba9ti5zz] {
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--secondary-black);
}

.view-count-section[b-l9ba9ti5zz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.published-date.italic[b-l9ba9ti5zz] {
    font-weight: 400;
    font-style: italic;
    font-size: 1.375rem;
    line-height: 100%;
    color: var(--secondary-black);
}

.your-progress-text[b-l9ba9ti5zz] {
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--secondary-black);
    line-height: 100%;
}

/* Progress section styles */
.skill-progress-section[b-l9ba9ti5zz] {
    margin-top: 1rem;
}

.progress-container[b-l9ba9ti5zz] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.progress-percentage[b-l9ba9ti5zz] {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--secondary-black);
    min-width: 40px;
}

.progress-bar[b-l9ba9ti5zz] {
    flex: 1;
    height: 16px;
    background-color: var(--white);
    border-radius: 0.5rem;
    overflow: hidden;
    border: 2px solid var(--primary-blue);
}

.progress-fill[b-l9ba9ti5zz] {
    height: 100%;
    background-color: var(--primary-blue);
    border-radius: 0.25rem;
    transition: width 0.3s ease;
    width: var(--progress-width, 0%);
}

/* Supporting Skill Card */
.pagination-button[b-l9ba9ti5zz] {
    display: flex;
    text-align: center;
}

.pagination-button.hidden[b-l9ba9ti5zz] {
    display: none;
}

/* Status SVG Styling */
.microlearning-status-svg[b-l9ba9ti5zz] {
    margin-top: 1.25rem;
    display: flex;
    justify-content: center;
}

.microlearning-status-svg svg[b-l9ba9ti5zz] {
    max-width: 100%;
    height: auto;
}

/* Header Status SVG Styling */
.header-status-svg[b-l9ba9ti5zz] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-status-svg svg[b-l9ba9ti5zz] {
    max-width: 100%;
    height: auto;
}
}
/* _content/DI.Cache.Blazor/Components/Pages/SearchResultsPage.razor.rz.scp.css */
.hidden[b-nsrjvbdxmc] {
    display: none;
}
/* _content/DI.Cache.Blazor/Components/Pages/SkillPacketDetailPage.razor.rz.scp.css */
.skill-packet-detail-container[b-xp0py9cl7r] {
    max-width: 1543px;
    margin: 0 auto;
    padding: 2rem;
    min-height: 100vh;
}

/* Loading State */
.skill-packet-detail-container .loading-container[b-xp0py9cl7r] {
    justify-content: center;
    align-items: center;
    min-height: 70vh; /* Ensure enough height for centering */
    width: 100%;
    margin: 0; /* Override default margin */
}

/* Error State */
.error-container[b-xp0py9cl7r] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    text-align: center;
    min-height: 70vh; /* Ensure enough height for centering */
    width: 100%;
}

.error-container h2[b-xp0py9cl7r] {
    color: var(--error-red);
    margin-bottom: 1rem;
}

.btn[b-xp0py9cl7r] {
    font-family:'Source Sans 3';
    padding: 0.5rem 1.5rem;
    border: none;
    border-radius: 0.5rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    text-decoration: none;
    display: inline-block;
}

.back-button-container[b-xp0py9cl7r] {
    margin-bottom: 4rem;
}

.back-button-container a[b-xp0py9cl7r] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 400;
    color: var(--primary-blue);
    transition: color 0.15s ease-in-out;
}

/* Header Card Styling */
.header-card[b-xp0py9cl7r] {
    background: var(--white);
    border-radius: 0.25rem;
    box-shadow: -1px 1px 6px -1px rgb(0, 0, 0, 0.1);
    margin-top: 1rem;
    margin-bottom: 2rem;
}

/* Responsive Design */
@media (width <= 768px) {
    .skill-packet-detail-container[b-xp0py9cl7r] {
        padding: 1rem;
    }
}
/* _content/DI.Cache.Blazor/Components/Pages/SplashPage.razor.rz.scp.css */
.splash-background[b-geu3hu5s1e] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url('/va-logo-splash.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.05;
    z-index: 0;
}

.splash-content[b-geu3hu5s1e] {
    position: relative;
    z-index: 1;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn[b-geu3hu5s1e] {
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    padding: 10px 20px;
    font-size: 1.25rem;
    cursor: pointer;
    border-radius: 4px;
}

.display-4[b-geu3hu5s1e] {
    color: var(--white);
    font-size: 4rem;
    letter-spacing: 0.3rem;
}

.lead[b-geu3hu5s1e] {
    color: var(--white);
    font-size: 1.5rem;
    margin-top: 10px;
    letter-spacing: .1rem;
}

.session-expired-alert[b-geu3hu5s1e] {
    background-color: rgba(0, 94, 162, 0.1);
    border-color: var(--accent-blue);
    color: var(--accent-blue);
}
/* _content/DI.Cache.Blazor/Components/Pages/SuggestedPage.razor.rz.scp.css */

.card-view-title h2[b-28cfkx71jz]{
        margin:0 0 0 1rem;
        font-weight: 650;
        font-size: 1.5rem;
    }

.suggestion-block-content[b-28cfkx71jz] {
    margin: .25rem 0 0 0;
   
}

    .suggestion-block-content h1[b-28cfkx71jz] {
        font-weight: 650;
        font-size: 2.5rem;
        margin-bottom: .25rem;
    }

.suggestion-block-content p[b-28cfkx71jz] {
    font-weight: 300;
    font-size: 1.15rem;
    margin-top: 0;
}

div.suggestion-block[b-28cfkx71jz]{
    margin-left:0;
}

.suggested-page-prompts h2[b-28cfkx71jz]{
    font-weight: 650;
    font-size: 1.5rem;
    margin-top: 1rem;
}
/* _content/DI.Cache.Blazor/Components/Pages/SupervisorPages/SupervisorHub.razor.rz.scp.css */



/* _content/DI.Cache.Blazor/Components/Pages/TenantUserListPage.razor.rz.scp.css */
.user-list-container[b-dx3ib4ra7k] {
    padding: 2rem;
    max-width: 100%;
}

.results-info[b-dx3ib4ra7k] {
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
    color: var(--gray-standard);
    text-align: right;
    background: var(--neutral-light);
    border-top: 1px solid var(--border-gray);
}

.table-header[b-dx3ib4ra7k] {
    background: var(--navy-blue);
    padding: 1rem 1.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

    .table-header section[b-dx3ib4ra7k] {
        display: flex;
        gap: 2%;
        width: 50%;
        align-items: baseline;
    }

    .table-header h2[b-dx3ib4ra7k] {
        color: var(--white);
        font-size: 1.5rem;
        font-weight: 600;
        margin: 0;
    }

.team-directory-grid[b-dx3ib4ra7k] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    border: 1px solid var(--border-light);
    border-radius: .17rem;
    background: var(--white);
    overflow-y: visible;
}

.results-info[b-dx3ib4ra7k] {
    padding: 0.5rem 1.5rem;
    font-size: 0.875rem;
    color: var(--gray-standard);
    text-align: right;
    background: var(--neutral-light);
    border-top: 1px solid var(--border-gray);
}

.grid-title[b-dx3ib4ra7k] {
    display: grid;
    position: relative;
    grid-template-columns: minmax(160px, 1fr) minmax(140px, 1fr) minmax(160px, 1fr) minmax(100px, auto);
    column-gap: 16px;
    background: var(--white);
    color: var(--primary-blue);
    font-weight: 600;
    padding: .75rem 1.5rem;
    line-height: 22px;
    font-size: 1.2rem;
    border-bottom: 1px solid var(--border-gray);
}

.grid-title span[b-dx3ib4ra7k] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.search-row[b-dx3ib4ra7k] {
    display: grid;
    position: relative;
    grid-template-columns: minmax(160px, 1fr) minmax(140px, 1fr) minmax(160px, 1fr) minmax(100px, auto);
    column-gap: 16px;
    background: var(--neutral-light);
    padding: .5rem 1.5rem;
    border-bottom: 1px solid var(--border-gray);
}

.team-member-item[b-dx3ib4ra7k] {
    display: grid;
    position: relative;
    grid-template-columns: minmax(160px, 1fr) minmax(140px, 1fr) minmax(160px, 1fr) minmax(100px, auto);
    column-gap: 16px;
    align-items: start;
    background: var(--white);
    border-bottom: 1px solid var(--border-gray);
    padding: 1.25rem 1.5rem;
    font-size: 1rem;
    font-weight: 350;
    overflow: visible;
}

    .team-member-item span[b-dx3ib4ra7k] {
        white-space: normal;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

.feather-check-square[b-dx3ib4ra7k],
.feather-square[b-dx3ib4ra7k] {
    stroke: var(--primary-black);
    fill: none;
}

.edit-button[b-dx3ib4ra7k] {
    background: var(--primary-blue);
    color: var(--white);
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.edit-button:hover[b-dx3ib4ra7k] {
    background: var(--navy-blue);
}

.edit-button:focus[b-dx3ib4ra7k] {
    outline: 2px solid var(--primary-blue);
    outline-offset: 2px;
}

/* Search and Sort Styling */
.sort-button[b-dx3ib4ra7k] {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--primary-blue);
    font-size: 1rem;
    padding: 2px 4px;
    border-radius: 3px;
    transition: background-color 0.2s ease;
}

    .sort-button:hover[b-dx3ib4ra7k] {
        background-color: var(--color-accent-blue);
    }

.search-input[b-dx3ib4ra7k] {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid var(--border-gray);
    border-radius: 4px;
    font-size: 0.875rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

    .search-input:focus[b-dx3ib4ra7k] {
        outline: none;
        border-color: var(--primary-blue);
        box-shadow: 0 0 0 2px var(--color-accent-blue);
    }

    .search-input[b-dx3ib4ra7k]::placeholder {
        color: var(--gray-standard);
        font-style: italic;
    }

.status-filter[b-dx3ib4ra7k] {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid var(--border-gray);
    border-radius: 4px;
    font-size: 0.875rem;
    background: var(--white);
    cursor: pointer;
    transition: border-color 0.2s ease;
}

    .status-filter:focus[b-dx3ib4ra7k] {
        outline: none;
        border-color: var(--primary-blue);
        box-shadow: 0 0 0 2px var(--color-accent-blue);
    }

.clear-search-button[b-dx3ib4ra7k] {
    background: var(--gray-standard);
    color: var(--white);
    border: none;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.search-button[b-dx3ib4ra7k] {
    background-color: var(--success-green);
    border: none;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.clear-search-button:hover[b-dx3ib4ra7k] {
    background: var(--light-gray);
}

/* Responsive design for search elements */
@media (max-width: 768px) {
    .grid-title[b-dx3ib4ra7k],
    .search-row[b-dx3ib4ra7k] {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
    
    .grid-title span:nth-child(3)[b-dx3ib4ra7k],
    .grid-title span:nth-child(4)[b-dx3ib4ra7k],
    .search-row span:nth-child(3)[b-dx3ib4ra7k],
    .search-row span:nth-child(4)[b-dx3ib4ra7k] {
        grid-column: span 2;
    }
}

@media (max-width: 480px) {
    .grid-title[b-dx3ib4ra7k],
    .search-row[b-dx3ib4ra7k] {
        grid-template-columns: 1fr;
        gap: 4px;
    }
    
    .grid-title span[b-dx3ib4ra7k],
    .search-row span[b-dx3ib4ra7k] {
        grid-column: span 1;
    }
}

.pagination-btn-icon[b-dx3ib4ra7k] {
    display: flex;
    text-align: center;
}

.center[b-dx3ib4ra7k] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.clear-filter[b-dx3ib4ra7k] {
    color: var(--primary-blue);
    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
}

.padding[b-dx3ib4ra7k]{
    padding: 1rem;
}
/* _content/DI.Cache.Blazor/Components/Pages/WrapUpComponent.razor.rz.scp.css */
.wrapup-container[b-c8nkql1h1j] {
    padding: 2.81rem min(6.5rem, 10vw);
    max-width: 100%;
    box-sizing: border-box;
}

.wrapup-header[b-c8nkql1h1j] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    margin-left: 0;
    margin-right: auto;
    width: 100%;
    padding: 1.75rem 2.8rem 1.75rem 2.8rem;
    background: var(--primary-off-white);
    max-width: min(18.5rem, 40vw);
    min-width: 10rem;
    box-sizing: border-box;
}

.wrapup-header-title[b-c8nkql1h1j] {
    margin-left: 0.5rem;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.37369rem;
}

.wrapup-description[b-c8nkql1h1j] {
    color: var(--primary-black);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 148.722%;
    margin-bottom: 2rem;
}

.summary-header[b-c8nkql1h1j] {
    color: var(--primary-blue);
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0.81rem;
}

.summary-section[b-c8nkql1h1j] {
    margin-bottom: 2rem;
}

.summary-section h3[b-c8nkql1h1j] {
    color: var(--primary-blue);
    font-size: 1.3125rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.summary-text[b-c8nkql1h1j] {
    color: var(--primary-black);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1.44rem;
    width: 95%;
}

.wrapup-explanation[b-c8nkql1h1j] {
    border-radius: 0.3125rem;
    background: var(--primary-off-white);
    padding: 1.56rem 2.06rem;
    margin-bottom: 2rem;
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
}

.wrapup-explanation .header[b-c8nkql1h1j] {
    color: var(--primary-blue);
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.wrapup-explanation .text[b-c8nkql1h1j] {
    color: var(--primary-black);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 148.722%;
}

.wrapup-explanation .instruction-text[b-c8nkql1h1j] {
    color: var(--gray-border);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 1rem;
}

.response-section[b-c8nkql1h1j] {
    margin-bottom: 2rem;
}

.response-textbox[b-c8nkql1h1j] {
    width: 100%;
    min-height: 150px;
    padding: 1rem;
    border: 2px solid var(--gray-border-light);
    border-radius: 0.375rem;
    font-size: 1rem;
    font-family: inherit;
    line-height: 1.5;
    resize: vertical;
    box-sizing: border-box;
}

    .response-textbox[b-c8nkql1h1j]::placeholder {
        font-style: italic;
        color: var(--color-text-muted);
    }

.response-textbox:focus[b-c8nkql1h1j] {
    outline: none;
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 0.2rem rgba(0, 94, 162, 0.25);
}

    .response-textbox.invalid-border[b-c8nkql1h1j] {
        border-color: var(--color-accent-red);
    }

.response-textbox.invalid-border:focus[b-c8nkql1h1j] {
    border-color: var(--color-accent-red);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.character-count[b-c8nkql1h1j] {
    margin-top: 0.125rem;
    font-size: 1.125rem;
    text-align: left;
    color: var(--gray-border);
}

    .character-count.invalid[b-c8nkql1h1j] {
        color: var(--color-accent-red);
    }

.character-error[b-c8nkql1h1j] {
    margin-top: 0.125rem;
    font-size: 1rem;
    color: var(--color-accent-red);
    font-weight: 500;
}

.submit-section[b-c8nkql1h1j] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.cancel-button[b-c8nkql1h1j] {
    display: flex;
    padding: 0.851rem 1.875rem;
    justify-content: center;
    align-items: center;
    gap: 0.567rem;
    flex-shrink: 0;
    border-radius: 0.37838rem;
    border: 3px solid var(--primary-blue);
    background: var(--white);
    color: var(--primary-blue);
    font-size: 1.406rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cancel-button:hover[b-c8nkql1h1j] {
    background-color: var(--primary-blue);
    color: var(--white);
}

.submit-button[b-c8nkql1h1j] {
    display: flex;
    padding: 0.851rem 1.875rem;
    justify-content: center;
    align-items: center;
    gap: 0.567rem;
    flex-shrink: 0;
    border-radius: 0.37838rem;
    background: var(--primary-blue);
    color: var(--white);
    font-size: 1.406rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .submit-button:hover:not(:disabled)[b-c8nkql1h1j] {
        background-color: var(--primary-blue-dark);
    }

    .submit-button:disabled[b-c8nkql1h1j] {
        background-color: var(--color-text-muted);
        cursor: not-allowed;
        opacity: 0.6;
    }

.req[b-c8nkql1h1j] {
    color: var(--alert-red);
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* Completion Modal Styles */
.overlay-backdrop[b-c8nkql1h1j] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.completion-modal[b-c8nkql1h1j] {
    background: var(--white);
    border-radius: 0.5rem;
    padding: 3rem;
    max-width: 600px;
    width: 90%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.completion-header[b-c8nkql1h1j] {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-blue);
    margin-bottom: 1.5rem;
}

.completion-message[b-c8nkql1h1j] {
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--primary-black);
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.completion-feedback[b-c8nkql1h1j] {
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--gray-standard);
    line-height: 1.5;
    margin-bottom: 2rem;
}

.completion-actions[b-c8nkql1h1j] {
    display: flex;
    justify-content: center;
}

.back-to-packet-button[b-c8nkql1h1j] {
    display: flex;
    padding: 1.13519rem 2.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.75681rem;
    flex-shrink: 0;
    border-radius: 0.37838rem;
    background: var(--primary-blue);
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.back-to-packet-button:hover[b-c8nkql1h1j] {
    background-color: var(--primary-blue-dark);
}

/* Readonly response styles */
.readonly-response[b-c8nkql1h1j] {
    margin-bottom: 1rem;
}

.readonly-label[b-c8nkql1h1j] {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--primary-black);
    font-size: 1.125rem;
}

.readonly-text-display[b-c8nkql1h1j] {
    background-color: var(--neutral-light);
    border: 1px solid var(--table-border-gray);
    border-radius: 0.37838rem;
    padding: 1rem;
    min-height: 120px;
    white-space: pre-wrap;
    word-wrap: break-word;
    color: var(--color-neutral-gray);
    line-height: 1.5;
    font-size: 1rem;
    cursor: not-allowed;
    user-select: text;
    opacity: 0.8;
}

/* Additional scaling improvements */
@media (max-width: 1200px) {
    .wrapup-container[b-c8nkql1h1j] {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    
    .wrapup-header[b-c8nkql1h1j] {
        max-width: 100%;
        padding: 1rem 1.5rem;
    }
    
    .wrapup-explanation[b-c8nkql1h1j] {
        padding: 1rem 1.5rem;
    }
}

/* For screens 1080p and below */
@media (max-width: 1080px) {
    .wrapup-container[b-c8nkql1h1j] {
        padding: 2rem 1rem 0;
    }
    
    .wrapup-header[b-c8nkql1h1j] {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    .wrapup-header-title[b-c8nkql1h1j] {
        font-size: 1rem;
        line-height: 1.2;
    }
    
    .wrapup-description[b-c8nkql1h1j] {
        font-size: 1.125rem;
        line-height: 1.4;
        margin-bottom: 1.5rem;
    }
    
    .summary-header[b-c8nkql1h1j] {
        font-size: 1.5rem;
        margin-bottom: 0.75rem;
    }
    
    .summary-text[b-c8nkql1h1j] {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    
    .wrapup-explanation[b-c8nkql1h1j] {
        padding: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .wrapup-explanation .header[b-c8nkql1h1j] {
        font-size: 1.25rem;
    }
    
    .wrapup-explanation .text[b-c8nkql1h1j] {
        font-size: 1.125rem;
        line-height: 1.4;
    }
    
    .wrapup-explanation .instruction-text[b-c8nkql1h1j] {
        font-size: 1.125rem;
    }
    
    .submit-section[b-c8nkql1h1j] {
        gap: 0.75rem;
        margin-top: 1.5rem;
    }
    
    .cancel-button[b-c8nkql1h1j],
    .submit-button[b-c8nkql1h1j] {
        padding: 1rem 2rem;
        font-size: 1.5rem;
    }
}

/* For tablets and smaller screens */
@media (max-width: 768px) {
    .wrapup-container[b-c8nkql1h1j] {
        padding: 1.5rem 0.75rem 0 0.75rem;
    }
    
    .wrapup-header[b-c8nkql1h1j] {
        padding: 0.75rem;
        margin-bottom: 1rem;
        max-width: 100%;
    }
    
    .wrapup-header-title[b-c8nkql1h1j] {
        font-size: 0.9375rem;
        margin-left: 0.25rem;
    }
    
    .wrapup-description[b-c8nkql1h1j] {
        font-size: 1rem;
        line-height: 1.3;
        margin-bottom: 1.25rem;
    }
    
    .summary-header[b-c8nkql1h1j] {
        font-size: 1.375rem;
        margin-bottom: 0.5rem;
    }
    
    .summary-text[b-c8nkql1h1j] {
        font-size: 0.9375rem;
        margin-bottom: 1rem;
    }
    
    .wrapup-explanation[b-c8nkql1h1j] {
        padding: 0.75rem;
        margin-bottom: 1.25rem;
    }
    
    .wrapup-explanation .header[b-c8nkql1h1j] {
        font-size: 1.125rem;
    }
    
    .wrapup-explanation .text[b-c8nkql1h1j] {
        font-size: 1rem;
        line-height: 1.3;
    }
    
    .wrapup-explanation .instruction-text[b-c8nkql1h1j] {
        font-size: 1rem;
    }
    
    .response-textbox[b-c8nkql1h1j] {
        min-height: 120px;
        padding: 0.75rem;
        font-size: 0.9375rem;
    }
    
    .character-count[b-c8nkql1h1j] {
        font-size: 1rem;
    }
    
    .character-error[b-c8nkql1h1j] {
        font-size: 0.9375rem;
    }
    
    .submit-section[b-c8nkql1h1j] {
        gap: 0.5rem;
        margin-top: 1.25rem;
        flex-direction: column;
        align-items: stretch;
    }
    
    .cancel-button[b-c8nkql1h1j],
    .submit-button[b-c8nkql1h1j] {
        padding: 0.875rem 1.5rem;
        font-size: 1.25rem;
        width: 100%;
    }
    
    .completion-modal[b-c8nkql1h1j] {
        padding: 2rem;
        width: 95%;
        max-width: 500px;
    }
    
    .completion-header[b-c8nkql1h1j] {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    
    .completion-message[b-c8nkql1h1j] {
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }
    
    .completion-feedback[b-c8nkql1h1j] {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .back-to-packet-button[b-c8nkql1h1j] {
        padding: 0.875rem 1.5rem;
        font-size: 1.25rem;
    }
    
    .readonly-text-display[b-c8nkql1h1j] {
        padding: 0.75rem;
        min-height: 100px;
        font-size: 0.9375rem;
    }
}

/* For very small mobile screens */
@media (max-width: 480px) {
    .wrapup-container[b-c8nkql1h1j] {
        padding: 1rem 0.5rem 0 0.5rem;
    }
    
    .wrapup-header[b-c8nkql1h1j] {
        padding: 0.5rem;
        flex-direction: column;
        text-align: center;
    }
    
    .wrapup-header-title[b-c8nkql1h1j] {
        font-size: 0.875rem;
        margin-left: 0;
        margin-top: 0.5rem;
    }
    
    .wrapup-explanation[b-c8nkql1h1j] {
        padding: 0.5rem;
    }
    
    .wrapup-explanation .header[b-c8nkql1h1j] {
        font-size: 1rem;
    }
    
    .wrapup-explanation .text[b-c8nkql1h1j] {
        font-size: 0.9375rem;
    }
    
    .completion-modal[b-c8nkql1h1j] {
        padding: 1.5rem;
        width: 98%;
    }
    
    .completion-header[b-c8nkql1h1j] {
        font-size: 1.75rem;
    }
}

/* Ensure elements scale properly */
*[b-c8nkql1h1j] {
    box-sizing: border-box;
}

.response-textbox[b-c8nkql1h1j],
.readonly-text-display[b-c8nkql1h1j] {
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
}
/* _content/DI.Cache.Blazor/Components/PDFViewerComponent.razor.rz.scp.css */

.pdf-container[b-k22dee8bu6] {
    background: var(--primary-black);
    max-width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.pdf-toolbar[b-k22dee8bu6] {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-wrap: nowrap;
    justify-content: center;
    text-align: center;
    background: var(--gray-lightest);
    padding: 1rem;
    gap: 1rem;
}

.toolbar-buttons[b-k22dee8bu6]{
    display: flex;
    gap: 1rem;
}

.pdf-viewer-wrapper[b-k22dee8bu6] {
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 2rem;
    height: 100vh;
}

#pdf-canvas[b-k22dee8bu6] {
    margin: auto;
}

canvas[b-k22dee8bu6] {
    display: block;
    max-width: none;
    max-height: none;
    width: auto;
    height: auto
}

.icon-button[b-k22dee8bu6] {
    font-family:'Source Sans 3';
    background: none;
    border: none;
    font-size: 0.9375rem;
    font-weight:600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    text-align: left;
    gap: .5rem;
    text-decoration:none;
    color: var(--primary-black);
}

.paging[b-k22dee8bu6] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--gray-dark);
    width: 4.5rem;
    height: 1.5rem;
    border: 1px solid var(--gray-upload-thumb-bg);
    background: var(--white);
}

.zoom[b-k22dee8bu6] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 650;
    gap: 1.5rem;
}

.turn-page[b-k22dee8bu6] {
    font-size: 1.0625rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 1.5rem;
}


:fullscreen .pdf-container[b-k22dee8bu6] {
    width: 100vw;
    height: 100vh;
    background: var(--white);
    display: flex;
    flex-direction: column;
    font-size: 1.0625rem;
    font-weight:600;
}

:fullscreen .pdf-viewer-wrapper[b-k22dee8bu6] {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

:fullscreen .pdf-toolbar[b-k22dee8bu6] {
    z-index: 1001;
}


div .zoom span[b-k22dee8bu6] {
    font-family:'Source Sans 3';
}
/* _content/DI.Cache.Blazor/Components/ProficiencyRatings.razor.rz.scp.css */
*[b-pbpig3bcan] {
    box-sizing: border-box;
    font-family: "Source Sans 3", sans-serif;
    margin: 0;
    padding: 0;
}

.proficiency-ratings-container[b-pbpig3bcan] {
    padding: 1.25rem;
    margin-bottom: 1.25rem;
    border: 0.125rem solid var(--border-light);
    border-radius: 0.5rem;
    background: var(--white);
}

.proficiency-header[b-pbpig3bcan] {
    margin-bottom: 1.5625rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.proficiency-header h2[b-pbpig3bcan] {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--secondary-black);
    margin: 0;
}

.proficiency-header p[b-pbpig3bcan] {
    font-weight: 300;
    font-size: 0.9rem;
    color: var(--secondary-black);
    line-height: 126%;
    letter-spacing: 0;
}

.proficiency-header .section-left[b-pbpig3bcan] {
    padding-right: 1.25rem;
}

.proficiency-content-section[b-pbpig3bcan] {
    background-color: var(--primary-off-white);
    padding: 1.25rem;
    border: 0.0625rem solid var(--border-dark);
    border-radius: 0.25rem;
    margin-top: 1.25rem;
}

.primary-icon-button[b-pbpig3bcan] {
    background-color: var(--primary-blue);
    border: none;
    border-radius: 0.25rem;
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 600;
    width: 135px;
    height: 50px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.primary-icon-button:hover[b-pbpig3bcan] {
    background-color: var(--primary-blue-dark);
    box-shadow: 0 2px 8px rgb(0, 94, 162, 0.3);
}

.primary-icon-button:active[b-pbpig3bcan] {
    background-color: var(--primary-blue-dark);
    transform: translateY(1px);
}

.primary-icon-button:focus[b-pbpig3bcan] {
    outline: none;
    box-shadow: 0 0 0 3px rgb(0, 157, 255, 0.3);
}

.skill-selector-section[b-pbpig3bcan] {
    margin-bottom: 4.0625rem;
}

.skill-pill-dropdown[b-pbpig3bcan] {
    position: relative;
    max-width: 350px;
    height: 42px;
}

.dropdown-header[b-pbpig3bcan] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.45rem;
    border: 0.0625rem solid var(--border-medium);
    border-radius: 0.5rem;
    background-color: var(--white);
    cursor: pointer;
    font-family: "Source Sans 3", sans-serif;
    font-size: 1rem;
    color: var(--secondary-black);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.dropdown-label[b-pbpig3bcan] {
    flex: 1;
    display: flex;
    align-items: center;
}

.placeholder-text[b-pbpig3bcan] {
    color: var(--primary-black);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.875rem;
    letter-spacing: 0;
}

.selected-skill-pill[b-pbpig3bcan] {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 1.25rem;
    background-color: var(--secondary-black);
    color: var(--white);
    font-size: 0.875rem;
    font-weight: 600;
    white-space: nowrap;
    gap: 0.5rem;
}

.selected-skill-pill .text[b-pbpig3bcan] {
    color: var(--white);
    margin-right: 0.5rem;
}

.dropdown-header:focus-within[b-pbpig3bcan] {
    outline: none;
    box-shadow: 0 0 0 3px rgb(0, 157, 255, 0.1);
}

.dropdown-arrow[b-pbpig3bcan] {
    transition: transform 0.2s ease;
    transform: rotate(-90deg);
}

.dropdown-arrow.open[b-pbpig3bcan] {
    transform: rotate(0deg);
}

.dropdown-options[b-pbpig3bcan] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: var(--white);
    border: 0.0625rem solid var(--border-medium);
    border-top: none;
    border-radius: 0 0 0.5rem 0.5rem;
    box-shadow: 0 0.125rem 0.5rem rgb(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: 300px;
    overflow: visible auto;
}

.skill-option-wrapper[b-pbpig3bcan] {
    width: 100%;
    transition: background-color 0.2s ease;
    padding: 0.15rem 0.25rem 0.25rem;
    cursor: pointer;
}

.skill-option-wrapper:hover[b-pbpig3bcan] {
    background-color: var(--hover-light);
}

.default-option[b-pbpig3bcan] {
    padding: 0.5rem 0.75rem;
    border-radius: 1.25rem;
    cursor: pointer;
    font-family: "Source Sans 3", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease;
    background-color: var(--primary-off-white);
    color: var(--primary-black);
    text-align: center;
    border: 0.0625rem solid var(--border-medium);
}

.default-option:hover[b-pbpig3bcan] {
    background-color: var(--primary-off-white);
    color: var(--primary-black);
    border-color: var(--border-dark);
}

.default-option.selected[b-pbpig3bcan] {
    background-color: var(--primary-off-white);
    color: var(--primary-black);
    border-color: var(--border-dark);
}

.skill-option[b-pbpig3bcan] {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.75rem;
    border-radius: 1.25rem;
    cursor: pointer;
    font-family: "Source Sans 3", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.2s ease;
    position: relative;
    width: auto;
    white-space: nowrap;
}

.skill-option.higher[b-pbpig3bcan] {
    background-color: var(--secondary-black);
    color: var(--white);
}

.skill-option.higher:hover[b-pbpig3bcan] {
    background-color: var(--black);
}

.skill-option.selected[b-pbpig3bcan] {
    background-color: var(--black);
    box-shadow: 0 0.125rem 0.25rem rgb(27, 27, 27, 0.3);
}

.skill-option .text[b-pbpig3bcan] {
    flex: 1;
    text-align: left;
    margin-right: 0.5rem;
}

.info-icon-container[b-pbpig3bcan] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    z-index: 9999;
}

/* Ensure tooltip appears above everything with highest z-index */
.info-icon-container .supporting-skill-tooltip[b-pbpig3bcan],
.info-icon-container [class*="tooltip"][b-pbpig3bcan] {
    z-index: 999999;
    position: absolute;
}

.skill-tooltip[b-pbpig3bcan] {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--tooltip-dark);
    color: var(--white);
    padding: 0.75rem;
    border-radius: 0.5rem;
    white-space: nowrap;
    max-width: 300px;
    box-shadow: 0 0.25rem 0.75rem rgb(0, 0, 0, 0.15);
    z-index: 1002;
    margin-bottom: 0.5rem;
}

.skill-tooltip h4[b-pbpig3bcan] {
    margin: 0 0 0.25rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.skill-tooltip p[b-pbpig3bcan] {
    margin: 0;
    font-size: 0.75rem;
    white-space: normal;
}

.dropdown-wrapper[b-pbpig3bcan] {
    max-width: 400px;
}

.skill-dropdown[b-pbpig3bcan] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 0.0625rem solid var(--border-medium);
    border-radius: 0.5rem;
    font-size: 1rem;
    background-color: var(--white);
    color: var(--secondary-black);
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.skill-dropdown:focus[b-pbpig3bcan] {
    outline: none;
}

.skill-dropdown option[b-pbpig3bcan] {
    padding: 0.5rem;
    color: var(--secondary-black);
}

.proficiency-ratings-container .timeline-section[b-pbpig3bcan] {
    margin-top: 1.25rem;
    overflow: visible;
    width: 100%;
}

.proficiency-ratings-container .proficiency-content-section .timeline-section div.proficiency-timeline[b-pbpig3bcan] {
    margin-bottom: 2rem;
    min-width: max-content;
    width: max-content;
}

/* Responsive adjustments */
@media (width <= 1899px) {
    .proficiency-ratings-container .timeline-section[b-pbpig3bcan] {
        overflow: auto hidden;
    }
}

@media (width <= 768px) {
    .proficiency-ratings-container[b-pbpig3bcan] {
        padding: 1rem;
    }

    .proficiency-header h2[b-pbpig3bcan] {
        font-size: 1.25rem;
    }

    .dropdown-wrapper[b-pbpig3bcan] {
        max-width: 100%;
    }

    .skill-dropdown[b-pbpig3bcan] {
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem;
    }
}

/* Ensure tooltips are never clipped by container overflow */
.skill-tooltip-white[style*="position: fixed"][b-pbpig3bcan] {
    position: fixed;
    z-index: 9999999;
    overflow: visible;
}
/* _content/DI.Cache.Blazor/Components/ProfileComponents/BaseProfileComponent.razor.rz.scp.css */
.profile-section[b-829ijswumu] {
    flex: 1;
}

.contact-section[b-829ijswumu] {
    flex: 1;
}

h2[b-829ijswumu] {
    margin-bottom: 0;
    font-size: 1.8em;
    font-weight: 650;
}

p[b-829ijswumu] {
    margin-top: 0;
}

.required-field-indicator[b-829ijswumu] {
    font-size: 1rem;
    font-weight: 400;
}

    .required-field-indicator .asterisk[b-829ijswumu],
    .form-group label .asterisk[b-829ijswumu],
    .ai-title .asterisk[b-829ijswumu] {
        color: var(--alert-red);
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 162%;
    }

.profile-section h2[b-829ijswumu] {
    margin-bottom: 0;
    margin-top: 1.5rem;
    font-size: 2rem;
    font-weight: 680;
    margin-bottom:0;
}

.profile-section p[b-829ijswumu] {
    margin-top: 0;
    font-size: 1.1rem;
    font-weight: 380;
    line-height: 162%;
}

.selected-item-container[b-829ijswumu] {
    display: flex;
    width: 36.875rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.0625rem;
    flex-shrink: 0;
    border: 1px dashed var(--gray-selected-border);
    margin-top: 0;
    margin-bottom: 4rem;
}

.selected-item-title[b-829ijswumu] {
    color: var(--secondary-black);
    font-size: 0.875rem;
    font-weight: 700;
    background: var(--blue-selected-bg);
    width: 100%;
}

    .selected-item-title h3[b-829ijswumu] {
        margin: .5rem;
        padding-left: 1rem;
    }

.selected-item-info-row[b-829ijswumu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 0;
    background: var(--blue-selected-bg);
    width: 100%;
}

.item-name[b-829ijswumu] {
    color: var(--link-blue);
    font-weight: 600;
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 1rem;
    margin: .5rem;
}

.item-actions[b-829ijswumu] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-right: 1rem;
}

.icon-button[b-829ijswumu] {
    background: none;
    border: none;
    padding: 0.25rem;
    cursor: pointer;
    color: var(--gray-icon);
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-field label[b-829ijswumu] {
    display: block;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.search-bar[b-829ijswumu] {
    display: flex;
    align-items: center;
    border: 1px solid var(--gray-search-border);
    border-radius: 0.25rem;
    background-color: var(--white);
    overflow: hidden;
    margin-bottom: 1rem;
}

    .search-bar input[b-829ijswumu] {
        border: none;
        padding: 0.5rem;
        flex-grow: 1;
        outline: none;
    }

.search-button[b-829ijswumu] {
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    width: 3.34963rem;
    height: 2.1875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.link-button[b-829ijswumu] {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: var(--primary-blue);
    text-decoration: underline;
    cursor: pointer;
    font-size: inherit;
}

.select-button[b-829ijswumu], .selected-button[b-829ijswumu] {
    font-family: 'Source Sans 3';
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 1.1rem;
    font-weight: bold;
}

.selected-button[b-829ijswumu] {
    background-color: var(--navy-blue);
    z-index: 2;
}

.contact-info[b-829ijswumu] {
    font-weight: 650;
    font-size: 1.25em;
}

.form-fields-container[b-829ijswumu] {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.form-fields-container-left[b-829ijswumu] {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
    margin-right: 5rem;
}

.form-fields-container-right[b-829ijswumu] {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1.5rem;
}

.form-group label[b-829ijswumu] {
    display: block;
    margin-bottom: .3rem;
    font-size: 1.1rem;
    font-weight: 450;
}

.form-group .sub-label[b-829ijswumu] {
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--gray-text-light);
    margin-top: 0;
}

.input-with-icon[b-829ijswumu] {
    position: relative;
    display: flex;
    align-items: center;

}

    .input-with-icon input[type="text"][b-829ijswumu],
    .input-with-icon .form-control[b-829ijswumu] {
        width: 100%;
        font-size: 1rem;
        font-weight: 400;
        padding: 10px 36px 10px 12px;
        border: 1px solid var(--gray-border-light);
        border-radius: 6px;
        background-color: var(--white);
        outline: none;
        height: 1.09375rem;
    }

    .input-with-icon .icon-span[b-829ijswumu] {
        position: absolute;
        right: 12px;
        display: flex;
        align-items: center;
        pointer-events: none;
    }

.card-container[b-829ijswumu] {
    border: 1px solid var(--border-light);
    border-radius: 0.5rem;
    padding: 0.5rem;
    background-color: var(--white);
    width: 95.5%;
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.skill-card[b-829ijswumu] {
    border: 3px solid var(--gray-border-medium);
    border-radius: 0.25rem;
    padding: 0.5rem;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.skill-name[b-829ijswumu] {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.skill-text[b-829ijswumu]{
    font-size: 1em;
}

.progress-bar-wrapper[b-829ijswumu] {
    background-color: var(--gray-border-lightest);
    border-radius: 9999px;
    height: 0.4rem;
    overflow: hidden;
}

.progress-bar[b-829ijswumu] {
    background-color: var(--accent-blue);
    height: 100%;
    border-radius: 9999px;
}

.skill-actions[b-829ijswumu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    margin-top: .15rem;
}

/* Force autocomplete height to 2.5rem */
.autocomplete-height-fix[b-829ijswumu] {
    height: 2.5rem;
}

.autocomplete-height-fix[b-829ijswumu]  input,
.autocomplete-height-fix[b-829ijswumu]  .form-control,
.autocomplete-height-fix[b-829ijswumu]  .k-input-inner,
.autocomplete-height-fix[b-829ijswumu]  .rz-inputtext,
.autocomplete-height-fix[b-829ijswumu]  .mud-input-root,
.autocomplete-height-fix[b-829ijswumu]  .e-input,
.autocomplete-height-fix[b-829ijswumu]  .blazor-autocomplete input,
.autocomplete-height-fix[b-829ijswumu]  .blazor-autocomplete .form-control {
    height: 2.5rem !important;
    min-height: 2.5rem !important;
    box-sizing: border-box !important;
    padding: 10px 12px !important;
}
/* _content/DI.Cache.Blazor/Components/ProfileComponents/Modals/SupportingSkillsLoginModal.razor.rz.scp.css */
.left-zero[b-85nkz1q1c6] {
    left: 0%
}

.left-twenty[b-85nkz1q1c6] {
    left: 20%
}

.left-forty[b-85nkz1q1c6] {
    left: 40%
}

.left-sixty[b-85nkz1q1c6] {
    left: 60%
}

.left-eighty[b-85nkz1q1c6] {
    left: 80%
}

.left-hundered[b-85nkz1q1c6] {
    left: 100%
}

.supporting-skills-modal[b-85nkz1q1c6] {
    width: 92.8125rem;
    max-width: 95vw;
    flex-shrink: 0;
    border: 1.79px solid var(--border-light);
    background: var(--white);
    display: flex;
    flex-direction: column;
    text-align: left;
    position: relative;
    padding: 0 2.15rem;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-title[b-85nkz1q1c6] {
    color: var(--base-ink, var(--secondary-black));
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0.56rem;
}

.modal-top[b-85nkz1q1c6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.15rem 0 0;
}

.modal-top-left[b-85nkz1q1c6] {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.modal-top-right[b-85nkz1q1c6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-align: right;
}

.modal-desc[b-85nkz1q1c6] {
    color: var(--base-ink, var(--secondary-black));
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 1rem;
}

.info-container[b-85nkz1q1c6] {
    background: var(--gray-lightest);
    padding: 1.25rem;
    margin-bottom: 1.37rem;
}

.info-grid[b-85nkz1q1c6] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.24rem 1.81rem;
    align-items: start;
}

.info-article[b-85nkz1q1c6] {
    color: var(--ink);
}

.info-badge[b-85nkz1q1c6] {
    padding: 0.08rem 0.68rem;
    color: var(--white);
    display: inline-block;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 1.0978rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.445rem;
    text-transform: uppercase;
}

    .info-badge.scale[b-85nkz1q1c6] {
        cursor: pointer;
    }

.level-0[b-85nkz1q1c6] {
    background-color: var(--gray-label);
}

.level-1[b-85nkz1q1c6] {
    background-color: var(--blue-level-one);
}

.level-2[b-85nkz1q1c6] {
    background-color: var(--primary-blue);
}

.level-3[b-85nkz1q1c6] {
    background-color: var(--blue-level-three);
}

.level-4[b-85nkz1q1c6] {
    background-color: var(--blue-level-four);
}

.level-5[b-85nkz1q1c6] {
    background-color: var(--navy-blue);
}

.info-desc[b-85nkz1q1c6] {
    font-size: 0.8444rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.input-container[b-85nkz1q1c6] {
    background: var(--gray-lightest);
    margin-bottom: 1.37rem;
    display: flex;
    place-items: center center;
    border-radius: 0.3269rem;
    position: relative;
}

.supporting-skills-container[b-85nkz1q1c6] {
    min-width: 20rem;
}

.supporting-skills[b-85nkz1q1c6] {
    display: inline-flex;
    padding: 0.27rem 0.45rem 0.27rem 0.65rem;
    justify-content: center;
    align-items: center;
    margin: 3.06rem 0 3.75rem 1.7rem;
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 1.596rem;
    background: var(--primary-black);
}

    .supporting-skills.higher[b-85nkz1q1c6] {
        border-radius: 0.25rem;
        background: var(--primary-black);
    }


.supporting-skills-text[b-85nkz1q1c6] {
    color: var(--white);
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 0.27rem;
}

.skill-level-container[b-85nkz1q1c6] {
    width: 100%;
    margin: 0 2.81rem 0 3.19rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    position: relative;
}

.slider-ticks[b-85nkz1q1c6] {
    position: absolute;
    top: 0.2rem;
    left: 3rem;
    right: 2.5rem;
    pointer-events: none;
}

    .slider-ticks .tick[b-85nkz1q1c6] {
        position: absolute;
        width: 0.25rem;
        height: 0.9rem;
        background-color: var(--gray-label);
    }

.skill-slider[b-85nkz1q1c6] {
    width: 100%;
    transition: 0.2s;
    transition: opacity 0.2s;
    appearance: none;
    position: relative;
    z-index: 2;
    background: var(--gray-label);
    border-radius: 0.25rem;
    height: 0.5rem;
}

    .skill-slider:hover[b-85nkz1q1c6] {
        opacity: 1;
    }

    .skill-slider[b-85nkz1q1c6]::-webkit-slider-thumb {
        appearance: none;
        width: 1.5625rem;
        height: 1.5625rem;
        border-radius: 50%;
        background: var(--white);
        cursor: pointer;
        border: 1px solid var(--gray-label);
        margin-bottom: 0.8rem;
    }

    .skill-slider.unrated[b-85nkz1q1c6]::-webkit-slider-thumb {
        width: 1.5625rem;
        height: 1.5625rem;
        border-radius: 50%;
        background: var(--white);
        cursor: pointer;
        border: 1px solid var(--gray-label);
    }

    .skill-slider[b-85nkz1q1c6]::-moz-range-thumb {
        width: 1.5625rem;
        height: 1.5625rem;
        border-radius: 50%;
        background: var(--white);
        cursor: pointer;
        border: 1px solid var(--gray-label);
    }

    .skill-slider.unrated[b-85nkz1q1c6]::-moz-range-thumb {
        background: var(--gray-label);
        border: 1px solid var(--gray-dark);
    }

    .skill-slider[b-85nkz1q1c6]::-webkit-slider-runnable-track {
        width: 100%;
        outline: none;
        margin-left: 2.2rem;
        margin-right: 1.5rem;
        box-sizing: border-box;
    }

    .skill-slider[b-85nkz1q1c6]::-moz-range-track {
        width: 100%;
        height: 0.5rem;
        background: var(--gray-label);
        outline: none;
        padding-left: 2.2rem;
        padding-right: 1.5rem;
        border-radius: 0.25rem;
        box-sizing: border-box;
    }

datalist[b-85nkz1q1c6] {
    display: flex;
    justify-content: space-between;
    color: var(--primary-black);
    width: 100%;
    font-size: 1.1em;
    font-weight: 600;
    box-sizing: border-box;
}

.modal-buttons[b-85nkz1q1c6] {
    display: flex;
    justify-content: right;
    column-gap: 0.8949rem;
    margin: 0.5rem 0 1.7rem;
}

.cancel-btn[b-85nkz1q1c6],
.save-btn[b-85nkz1q1c6] {
    border: 3.79px solid var(--primary-blue);
    border-radius: 0.4474rem;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.1rem;
}

.cancel-btn[b-85nkz1q1c6] {
    background-color: transparent;
    color: var(--primary-blue);
}

.save-btn[b-85nkz1q1c6] {
    background-color: var(--primary-blue);
    color: var(--white);
}

.info-icon-container[b-85nkz1q1c6] {
    position: relative;
    display: inline-block;
    cursor: pointer;
    z-index: 100;
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    pointer-events: all;
}

    .info-icon-container svg[b-85nkz1q1c6] {
        display: block;
        overflow: visible;
        pointer-events: all;
    }

    /* Ensure tooltips appear above all other elements */
    .info-icon-container > div[class*="tooltip"][b-85nkz1q1c6] {
        z-index: 1000;
    }

@media (width <= 1200px) {
    .info-grid[b-85nkz1q1c6] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (width <= 720px) {
    .info-grid[b-85nkz1q1c6] {
        grid-template-columns: 1fr;
    }
}

@media (width <= 480px) {
    .supporting-skills-modal[b-85nkz1q1c6] {
        padding: 1rem;
    }
}
/* _content/DI.Cache.Blazor/Components/ProfileComponents/ProfileComponent.razor.rz.scp.css */
.wizard-container[b-6cf3xjv8gh] {
    width:100%;
    display: flex;
    align-items: flex-start;
}

.app-name[b-6cf3xjv8gh] {
    flex-direction: row;
    color: var(--navy-blue);
    font-size: 2rem;
    letter-spacing: .1rem;
    font-weight: 500;
}

.form-container[b-6cf3xjv8gh] {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.background-image[b-6cf3xjv8gh] {
    max-width: 40rem;
    display: flex;
    flex-direction: column;
}

.background-image-container-color[b-6cf3xjv8gh] {
    width: 40rem;
    height: 100vh;
    background-color: var(--advanced-dark-blue);
    position: fixed;
    overflow: hidden;
    z-index: -1000;
}

.background-image-container[b-6cf3xjv8gh] {
    min-width: 50rem;
    display: flex;
    flex-direction: column;
}

.content-area[b-6cf3xjv8gh] {
    max-width: 95rem;
    min-width: 50rem;
    flex-direction: column;
    margin-left: 10rem;
}

.progress-bar[b-6cf3xjv8gh] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    align-items: flex-start;
    width: 60%;
}

    .progress-bar .step[b-6cf3xjv8gh] {
        flex: 1;
        text-align: left;
        margin: 0 0.15rem;
        position: relative;
        font-size: 1.12rem;
    }

        .progress-bar .step[b-6cf3xjv8gh]::before {
            content: "";
            display: block;
            height: .5rem;
            background-color: var(--gray-progress);
            margin-bottom: 0.5rem;
            font-size: 1.12rem;
        }

        .progress-bar .step.active[b-6cf3xjv8gh]::before {
            background-color: var(--primary-blue);
        }

        .progress-bar .step span[b-6cf3xjv8gh] {
            display: block;
            font-size: 2rem;
            font-weight: 700;
            margin-top: 0.25rem;
        }

        .progress-bar .step.active[b-6cf3xjv8gh] {
            background-color: transparent;
            color: var(--primary-blue);
            font-weight: 650;
            font-size: 1.12rem;
        }

.step-indicator[b-6cf3xjv8gh] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.step-number[b-6cf3xjv8gh] {
    background-color: var(--primary-blue);
    color: var(--white);
    padding: 0.1rem;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-counter[b-6cf3xjv8gh] {
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--primary-blue);
}

.back-button[b-6cf3xjv8gh] {
    font-family: 'Source Sans 3';
    display: inline-flex;
    height: 3.1225rem;
    padding: 0.8516rem 1.4193rem;
    justify-content: center;
    align-items: center;
    gap: 0.5677rem;
    flex-shrink: 0;
    border-radius: 0.2839rem;
    color: var(--primary-blue);
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 1rem;
    border: 3.25px solid var(--primary-blue);
    background-color: var(--white);
}


.buttons[b-6cf3xjv8gh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

    .buttons button[b-6cf3xjv8gh] {
        cursor: pointer;
    }

.file-buttons[b-6cf3xjv8gh] {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.draft[b-6cf3xjv8gh] {
     font-family:'Source Sans 3';
    background: var(--white);
    border-radius: 0.2841rem;
    border: 2px solid var(--primary-blue);
    display: flex;
    padding: .5rem 1.5rem;
    justify-content: center;
    align-items: center;
    color: var(--primary-blue);
    text-align: center;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 700;
    white-space: nowrap;
}

.next-button[b-6cf3xjv8gh] {
    font-family: 'Source Sans 3';
    display: flex;
    padding: .5rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.5677rem;
    flex-shrink: 0;
    border-radius: 0.2839rem;
    background: var(--primary-blue);
    color: var(--white);
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    border: none;
    margin-top: 1rem;
}

    .next-button.disabled[b-6cf3xjv8gh] {
        pointer-events: none;
        opacity: 0.5;
        background: rgb(0,0,0,0.5);
        color: var(--white);
    }

.skip-button[b-6cf3xjv8gh] {
    display: inline-flex;
    height: 3.125rem;
    padding: 0.8522rem 1.4204rem;
    gap: 0.5682rem;
    flex-shrink: 0;
    border-radius: 0.2841rem;
    border: 2.273px solid var(--primary-blue);
    color: var(--primary-blue);
    background-color: var(--white);
    font-size: 1.1364rem;
    font-weight: 700;
}


.submission-modal[b-6cf3xjv8gh] {
    display: flex;
    width: 30.7718rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.4474rem;
    border: 1.79px solid var(--border-light);
    background: var(--white);
    padding: 3%;
}

.submission-box[b-6cf3xjv8gh] {
    display: flex;
    flex-direction: column;
}

    .submission-box h4[b-6cf3xjv8gh] {
        font-size: 2.0652rem;
        font-weight: 700;
        display: flex;
        align-items:center;
        justify-content: space-between;
        margin-bottom: 0;
        margin-top:0;
        padding: 0 5% 0 10%;
    }

    .submission-box p[b-6cf3xjv8gh] {
        margin-top: 0;
        font-size: 1.4973rem;
        font-weight: 400;
        padding: 5% 15% 20% 10%;
        margin-bottom: 0;
    }

.submit-confirm[b-6cf3xjv8gh] {
    font-family: 'Source Sans 3';
    display: flex;
    padding: .5rem 1.5rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.4474rem;
    background: var(--primary-blue);
    color: var(--white);
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 10rem;
    cursor: pointer;
}
/* _content/DI.Cache.Blazor/Components/ProfileComponents/ProfilePermissionsComponent.razor.rz.scp.css */
.profile-section h2[b-j47wdq7d13] {
    margin-top: 1.5rem;
    font-size: 2rem;
    font-weight: 680;
    margin-bottom:0;
}

.profile-section p[b-j47wdq7d13] {
    margin-top:0;
    font-size: 1.1rem;
    font-weight: 380;
    line-height: 162%;
}


.select-permission[b-j47wdq7d13] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 2.5rem 0 3rem 0;
}


.role-option[b-j47wdq7d13] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.custom-radio[b-j47wdq7d13] {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 36%;
    height: 3.625rem;
    background-color: var(--primary-blue);
    border-radius: 30px 10px 10px 30px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    gap: .75rem;
}

.circle-shadow[b-j47wdq7d13],
.circle-with-check[b-j47wdq7d13] {
    width: 46px;
    height: 46px;
    background-color: var(--white);
    border-radius: 50%;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.check-icon[b-j47wdq7d13] {
    margin-left:.38rem;
}

    .role-title[b-j47wdq7d13] {
        color: var(--white);
        font-size: 1.15rem;
        font-weight: 600;
        line-height: 120%;
    }
.role-description[b-j47wdq7d13] {
    font-size: 1.1rem;
    font-weight: 400;
}
/* _content/DI.Cache.Blazor/Components/ProfileComponents/ProfileSkillPopup.razor.rz.scp.css */
.skill-container[b-ojmov0ap59] {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 0rem;
}

.close-button[b-ojmov0ap59] {
    position: absolute;
    top: 40px;
    right: 10px;
    font-size: 2rem;
    border: none;
    background: none;
    cursor: pointer;
}

.skill-container h2[b-ojmov0ap59] {
    color: var(--secondary-black);
    font-weight: 650;
    font-size: 1.7rem;
    margin-bottom: .25rem;
    margin-top: .25rem;
}

.skill-container p[b-ojmov0ap59] {
    color: var(--secondary-black);
    font-size: 1.15rem;
    font-weight: 380;
    margin-top: 0;
}

.skill-body[b-ojmov0ap59] {
    background: var(--white);
}

.skill-slider[b-ojmov0ap59] {
    width: 100%;
}

.slider-bar-container[b-ojmov0ap59] {
    width: 100%;
    margin-bottom: 3rem;
    margin-top: 2rem;
}

.skill-btns[b-ojmov0ap59] {
    margin-top: 5%;
    display: flex;
    justify-content:end;
    flex-direction: row;
    gap:1%
}

.submit-skill-btn[b-ojmov0ap59] {
    background: var(--primary-blue);
    padding: .5rem .8rem;
    color: var(--white);
    font-weight: 700;
    cursor: pointer;
    font-size: 1.15rem;
    border-radius: 4px;
    border: none;
}

.cancel-skill-btn[b-ojmov0ap59] {
    border: 3px solid var(--primary-blue);
    background: var(--white);
    padding: .5rem .8rem;
    color: var(--primary-blue);
    font-weight: 700;
    cursor: pointer;
    font-size: 1.15rem;
    border-radius: 4px;
}

datalist[b-ojmov0ap59] {
    display: flex;
    justify-content: space-between;
    color: var(--primary-black);
    width: 100%;
    font-size: 1.1em;
}

.share-modal[b-ojmov0ap59] {
    background-color: var(--color-accent-green);
}
/* _content/DI.Cache.Blazor/Components/ProfileComponents/SkillInterestsComponent.razor.rz.scp.css */
.profile-section[b-mc7v245uhc] {
    flex: 1;
    padding: 1rem 0;
}

.profile-section h2[b-mc7v245uhc] {
    margin-top: 1.5rem;
    font-size: 2rem;
    font-weight: 680;
    margin-bottom: 0;
}

.profile-section p[b-mc7v245uhc] {
    margin-top: 0;
    font-size: 1.1rem;
    font-weight: 380;
    line-height: 162%;
}

.skills-grid[b-mc7v245uhc] {
    display: grid;
    grid-template-columns: 1fr;
}

.skill-item[b-mc7v245uhc] {
    background: var(--gray-lightest);
    border: 1px solid var(--border-light);
    border-radius: 0.5rem;
    display: inline-flex;
    margin-top: 0.75rem;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 2.31rem 1.5rem 1.44rem;
}

.interested-skills-container[b-mc7v245uhc] {
    display: flex;
    align-items: center;
    min-width: 21.92rem;
}

.interested-skills[b-mc7v245uhc] {
    display: inline-flex;
    padding: 0.27rem 0.45rem 0.27rem 0.65rem;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 0.25rem;
    background: var(--primary-blue);
    max-width: fit-content;
}

.interested-skills-text[b-mc7v245uhc] {
    color: var(--white);
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 0.27rem;
}

.info-icon-container[b-mc7v245uhc] {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.info-badge[b-mc7v245uhc] {
    width: 1rem;
    height: 1rem;
    background-color: var(--primary-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.info-badge:hover[b-mc7v245uhc] {
    background-color: var(--primary-blue-dark);
}

.info-badge svg[b-mc7v245uhc] {
    width: 0.625rem;
    height: 0.625rem;
    fill: white;
}

.skill-tooltip[b-mc7v245uhc] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 1rem;
    width: 16rem;
    font-size: 0.875rem;
    line-height: 1.4;
    margin-top: 0.5rem;
}

.skill-tooltip h4[b-mc7v245uhc] {
    margin: 0 0 0.5rem 0;
    font-weight: 600;
    color: var(--secondary-black);
    font-size: 0.875rem;
}

.skill-tooltip p[b-mc7v245uhc] {
    margin: 0;
    color: var(--gray-icon);
    font-size: 0.8rem;
    line-height: 1.4;
}

.skill-level-container[b-mc7v245uhc] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 2.67rem;
    padding-right: 2.67rem;
}

.skill-slider[b-mc7v245uhc] {
    width: 100%;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
    -webkit-appearance: none;
    appearance: none;
    background: var(--gray-lightest);
}

.skill-slider:hover[b-mc7v245uhc] {
    opacity: 1;
}

.skill-slider[b-mc7v245uhc]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 50%;
    background: var(--white);
    cursor: pointer;
    border: 1px solid var(--gray-label);
    margin-top: -0.5rem;
}

.skill-slider[b-mc7v245uhc]::-moz-range-thumb {
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 50%;
    background: var(--white);
    cursor: pointer;
    border: 1px solid var(--gray-label);
    margin-top: -0.5rem;
}

.skill-slider[b-mc7v245uhc]::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    background: var(--gray-label);
    border-radius: 0.41rem;
    outline: none;
    padding: 0 1.3rem;
}

.skill-slider[b-mc7v245uhc]::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    background: var(--gray-label);
    border-radius: 0.41rem;
    border: none;
    outline: none;
    padding: 0 1.3rem;
}

datalist[b-mc7v245uhc] {
    display: flex;
    justify-content: space-between;
    color: var(--primary-black);
    width: 100%;
    font-size: 1.1em;
    font-weight: 600;
    padding: 0 1.72rem;
    box-sizing: border-box;
}

.no-skills-message[b-mc7v245uhc] {
    text-align: center;
    padding: 2rem;
    color: var(--gray-icon);
    font-style: italic;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .skill-item[b-mc7v245uhc] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .skill-level-container[b-mc7v245uhc] {
        padding: 1rem;
    }
}

@media (max-width: 768px) {
    .skills-grid[b-mc7v245uhc] {
        gap: 1rem;
    }
    
    .skill-item[b-mc7v245uhc] {
        padding: 1rem;
    }
    
    .skill-level-badges[b-mc7v245uhc] {
        flex-wrap: wrap;
        gap: 0.25rem;
    }
    
    .level-badge[b-mc7v245uhc] {
        font-size: 0.75rem;
        padding: 0.4rem 0.6rem;
    }
    
    .skill-level-slider[b-mc7v245uhc] {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 480px) {
    .level-badge[b-mc7v245uhc] {
        font-size: 0.7rem;
        padding: 0.35rem 0.5rem;
    }
    
    .skill-level-badges[b-mc7v245uhc] {
        flex-direction: column;
        gap: 0.5rem;
    }
}
/* _content/DI.Cache.Blazor/Components/ProfileComponents/SupportingSkillsComponent.razor.rz.scp.css */
.profile-section h2[b-kq5pvidnhc] {
    margin-top: 1.5rem;
    font-size: 2rem;
    font-weight: 680;
    margin-bottom:0;
}

.profile-section p[b-kq5pvidnhc] {
    margin-top:0;
    font-size: 1.1rem;
    font-weight: 380;
    line-height: 162%;
}

.modal-overlay[b-kq5pvidnhc] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Skill Group Container */
.skill-group-container[b-kq5pvidnhc] {
    border: 1px solid var(--gray-border-light);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: var(--off-white);
}

/* Primary Skill Row (Top Row) */
.primary-skill-row[b-kq5pvidnhc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.primary-skill-info[b-kq5pvidnhc] {
    display: flex;
    align-items: center;
}

.interested-skills[b-kq5pvidnhc] {
    display: inline-flex;
    padding: 0.27rem 0.45rem 0.27rem 0.65rem;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 0.25rem;
    background: var(--primary-blue);
}

.interested-skills-text[b-kq5pvidnhc] {
    color: var(--white);
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 0.27rem;
}

.info-icon-container[b-kq5pvidnhc] {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.info-icon-container svg[b-kq5pvidnhc] {
    width: 17px;
    height: 17px;
}

.update-button-container[b-kq5pvidnhc] {
    margin-left: auto;
}

.update-btn[b-kq5pvidnhc] {
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    padding: 0.85156rem 1.41931rem;
    border-radius: 0.28388rem;
    font-size: 1.13rem;
    font-weight: 700;
    cursor: pointer;
    flex-shrink: 0;
}

.update-btn:hover[b-kq5pvidnhc] {
    background-color: var(--primary-blue-dark);
}

.supporting-skills[b-kq5pvidnhc] {
    display: inline-flex;
    padding: 0.27rem 0.45rem 0.27rem 0.65rem;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 1.596rem;
    background: var(--primary-black);
    margin-top: 0.5rem;
}

.supporting-skills-text[b-kq5pvidnhc] {
    color: var(--white);
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: 0.27rem;
}

/* Supporting Skills Row (Middle Row) */
.supporting-skills-row[b-kq5pvidnhc] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.supporting-skill-item[b-kq5pvidnhc] {
    display: inline-block;
}

.box .text[b-kq5pvidnhc] {
    font-size: 12px;
    font-weight: 500;
}

.box .info-icon-container svg[b-kq5pvidnhc] {
    width: 15px;
    height: 15px;
}

/* Primary Skill Description (Bottom Row) */
.primary-skill-description[b-kq5pvidnhc] {
    color: var(--black);
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 1rem;
}

/* Tooltip positioning */
.info-icon-container[b-kq5pvidnhc] {
    position: relative;
}

.info-icon-container .skill-tooltip[b-kq5pvidnhc],
.info-icon-container .skill-tooltip-white[b-kq5pvidnhc] {
    position: absolute;
    z-index: 1001;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
    white-space: nowrap;
}
/* _content/DI.Cache.Blazor/Components/ProfileComponents/WelcomeToVITComponent.razor.rz.scp.css */
.welcome-div[b-e2zbdpp672] {
    width: 43%;
    padding: 0 4.31rem 3rem 4.38rem;
    border-radius: 0.5rem;
    background-color: var(--white);
    background-image: url('/Fed-VA-about-us-logo 4.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}

    .welcome-title svg[b-e2zbdpp672] {
        display: inline-flex;
        margin: 3% 0 0 100%;
    }
.welcome-title[b-e2zbdpp672] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    
}
    .welcome-title h4[b-e2zbdpp672] {
        margin-top: 0;
        font-size: 3rem;
        font-weight: 700;
        margin-bottom: 0;
    }

    .welcome-title p[b-e2zbdpp672] {
        width: 90%;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 126%;
    }

.go-home[b-e2zbdpp672] {
    display: inline-flex;
    padding: 0.85156rem 1.41931rem;
    border-radius: 0.28388rem;
    background: var(--primary-blue);
    color: var(--white);
    font-size: 1.13544rem;
    font-weight: 700;
    margin: auto 20% auto 80%;
}
/* _content/DI.Cache.Blazor/Components/Questionnaire/FeedbackModal.razor.rz.scp.css */
.feedback-modal-overlay[b-tkqngtnvw1] {
    position: fixed;
    margin-left: 30%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
}

.feedback-icon[b-tkqngtnvw1] {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.feedback-modal-dialog[b-tkqngtnvw1] {
    border-radius: 0.90519rem;
    border: 4.456px solid var(--accent-blue);
    background: var(--feedback-blue);
    width: 90%;
    padding: 1.5rem;
}

.modal-header[b-tkqngtnvw1] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.modal-title[b-tkqngtnvw1] {
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn[b-tkqngtnvw1] {
    background: none;
    cursor: pointer;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content-section[b-tkqngtnvw1] {
    padding: 0;
}

/* Minimized state */
.feedback-modal-overlay.minimized[b-tkqngtnvw1] {
    margin-top: 30%;
    width: 60%;
    height: auto;
    z-index: 1000;
    background: transparent;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

    .feedback-modal-overlay.minimized .feedback-modal-dialog[b-tkqngtnvw1] {
        width: 90%;
        max-width: 500px;
        padding: 0.5rem 1.5rem;
        height: 4rem;
        min-height: 4rem;
        overflow: hidden;
        pointer-events: auto;
        border: 4.456px solid var(--accent-blue);
        border-radius: 0.90519rem;
        transform: translateY(0);
        background: var(--feedback-blue);
    }

    .feedback-modal-overlay.minimized .modal-header[b-tkqngtnvw1] {
        align-items: center;
        height: 100%;
        margin-bottom: 0;
    }

    .feedback-modal-overlay.minimized .modal-content-section[b-tkqngtnvw1] {
        display: none;
    }
/* _content/DI.Cache.Blazor/Components/Questionnaire/MultipleChoiceComponent.razor.rz.scp.css */
.multiple-choice-container[b-ezdpha2ihp] {
    max-width: 100%;
    margin: 1rem 0;
}

.question-section[b-ezdpha2ihp] {
    margin-bottom: 3rem;
}

.question-description[b-ezdpha2ihp] {
    font-size: 1.4rem;
    color: var(--secondary-black);
    font-weight: 300;
    font-style: italic;
}
.question-text[b-ezdpha2ihp] {
    font-size: 2.1rem;
    font-weight: 600;
    color: var(--primary-blue);
    margin: 0 0 0.5rem 0;
    line-height: 1.4;
}

.options-section[b-ezdpha2ihp] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.option-container[b-ezdpha2ihp] {
    position: relative;
    padding-right: 3rem;
    transition: all 0.2s ease;
}

.option-input[b-ezdpha2ihp] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.option-label[b-ezdpha2ihp] {
    display: flex;
    align-items: center; 
    padding: 1rem 1rem 1rem 0;
    border: none; 
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    min-height: 3rem;
    position: relative;
    font-weight: 600;
    margin-left: 3.5rem; 
}

.option-container:not(.selected) .option-label[b-ezdpha2ihp] {
    background: transparent;
    border: none;
}

.option-container.disabled .option-label[b-ezdpha2ihp] {
    pointer-events:none;
}


.option-indicator[b-ezdpha2ihp] {
    width: 2rem; 
    height: 2rem;
    border: 2px solid var(--primary-black);
    border-radius: 0.25rem;
    margin-right: 0.75rem;
    flex-shrink: 0;
    position: relative;
    background-color: var(--white);
}

.option-container.selected .option-indicator[b-ezdpha2ihp] {
    border-color: var(--primary-blue);
    background: var(--primary-blue);
}

    .option-container.selected .option-indicator[b-ezdpha2ihp]::after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: none;
    }

.external-icon[b-ezdpha2ihp] {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem; 
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}


.option-text[b-ezdpha2ihp] {
    flex: 1;
    font-size: 2rem; 
    font-weight: 600; 
    display: flex;
    align-items: center;
}

.option-letter-prefix[b-ezdpha2ihp] {
    font-weight: 600;
    margin-right: 0.5rem;
    flex-shrink: 0;
}


.modal-selected-answer[b-ezdpha2ihp], .modal-correct-answer[b-ezdpha2ihp] {
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 500;
}

.modal-selected-answer[b-ezdpha2ihp] {
    background: var(--incorrect-light-red);
    border: 4px solid var(--color-accent-red);
    color: var(--secondary-black);
}

.modal-correct-answer[b-ezdpha2ihp] {
    background: var(--correct-light-green);
    border: 4px solid var(--color-success-dark);
    color: var(--secondary-black);
}

.modal-explanation[b-ezdpha2ihp] {
    margin-top: 1rem;
    padding: 0.5rem 0;
    font-size: 1.125rem;
    font-weight: 400;
}

    .modal-explanation b[b-ezdpha2ihp] {
        font-weight: 600;
    }
/* _content/DI.Cache.Blazor/Components/Questionnaire/QuizComponent.razor.rz.scp.css */
/* _content/DI.Cache.Blazor/Components/Questionnaire/TrueFalseComponent.razor.rz.scp.css */
.true-false-container[b-9pepcqdqnh] {
    background: var(--primary-off-white);
    min-width: 90%;
}

.question-section[b-9pepcqdqnh] {
    padding: 4rem 5rem 0rem 5rem;
    margin-bottom: 1.5rem;
}
 
.question-text[b-9pepcqdqnh] {
    color: var(--primary-blue);
    font-size: 2rem;
    font-weight: 600;
}

.question-description[b-9pepcqdqnh] {
    font-size: 1.4rem;
    color: var(--secondary-black);
    font-weight: 300;
    font-style: italic;
}

.options-section[b-9pepcqdqnh] {
    padding: 1rem 5rem 1rem 5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.option-container[b-9pepcqdqnh] {
    position: relative;
    transition: all 0.2s ease;
}

.option-input[b-9pepcqdqnh] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 0;
    height: 0;
}

.option-label[b-9pepcqdqnh] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    background: var(--white);
    min-height: 4rem;
    position: relative;
    text-align: center;
    flex-direction: column;
    border: solid 4px var( --accent-blue);
    border-radius: 0.3125rem;
    gap: 0.75rem;
}

    .option-label:hover:not(.disabled)[b-9pepcqdqnh] {
        border-color: var(--border-accent-blue);
        background: var(--background-hover-light-blue);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
    }

.option-container.selected .option-label[b-9pepcqdqnh] {
    transform: translateY(-1px);
}

.option-container.disabled .option-label[b-9pepcqdqnh] {
    cursor: not-allowed;
    opacity: 0.7;
    transform: none;
}

.option-container.correct .option-label[b-9pepcqdqnh] {
    background: var(--correct-light-green);
}

.option-container.incorrect .option-label[b-9pepcqdqnh] {
    background: var(--incorrect-light-red);
}

.option-indicator[b-9pepcqdqnh] {
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid var(--primary-black);
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    transition: all 0.2s ease;
}

.option-container.selected .option-indicator[b-9pepcqdqnh] {
    background: var(--white);
    border-color: var(--primary-blue);
}

    .option-container.selected .option-indicator[b-9pepcqdqnh]::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1.2rem;
        height: 1.2rem;
        background: var(--primary-blue);
        border-radius: 50%;
    }

.option-text[b-9pepcqdqnh] {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--navy-blue);
}
.feedback-icon[b-9pepcqdqnh] {
    margin-left: 0.5rem;
    flex-shrink: 0;
}

.submit-section[b-9pepcqdqnh] {
    margin: 1.5rem 0;
    text-align: center;
}

.feedback-text[b-9pepcqdqnh] {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
}

.answer-block[b-9pepcqdqnh]{
    padding-left:2%;
}
/* _content/DI.Cache.Blazor/Components/Questionnaire/TruthandLieComponent.razor.rz.scp.css */
.ttl-container[b-fusrh34rqu] {
    background: var(--primary-off-white);
    min-width: 90%;
    margin: 2rem;
    
}
.question-header[b-fusrh34rqu] {
    padding: 4rem 5rem 0rem 5rem;
    margin-bottom: 0;
    
}

    .question-header h3[b-fusrh34rqu] {
        color: var(--primary-blue);
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 0;
    }

    .question-header p[b-fusrh34rqu] {
        margin-top: 0;
        font-size: 1.4rem;
        color: var(--secondary-black);
        font-weight: 300;
        font-style: italic;
    }

.question-description[b-fusrh34rqu] {
    font-size: 1.4rem;
    color: var(--secondary-black);
    font-weight: 300;
}

.statements-section[b-fusrh34rqu] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    padding:2rem 3rem;
}

.statement-container[b-fusrh34rqu] {
    position: relative;
    transition: all 0.2s ease;
    cursor: pointer;
    border-radius: 0.3125rem;
    border: 4px solid var(--accent-blue);
    background: var(--white);
    padding: 2rem;
}

.statement-input[b-fusrh34rqu] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 2;
}

.statement-label[b-fusrh34rqu] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;

}

.statement-content[b-fusrh34rqu] {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    gap: 0.75rem;
}

.statement-text[b-fusrh34rqu] {
    flex-grow: 1;
    color: var(--secondary-black);
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0;
    padding-right: 1rem;
}

.radio-circle[b-fusrh34rqu] {
    height: 20px;
    width: 20px;
    background-color: var(--white);
    border-radius: 50%;
    border: 2px solid var(--in-progress-content-item);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    flex-shrink: 0;
    transition: border-color 0.2s ease;
}

    .radio-circle[b-fusrh34rqu]:after {
        content: "";
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        background: var(--primary-blue); 
        display: none;
    }

.statement-container.selected[b-fusrh34rqu] {
    border-color: var(--accent-blue);
    background: var(--feedback-blue);
}

    .statement-container.selected .radio-circle[b-fusrh34rqu] {
        border-color: var(--accent-blue);
    }

        .statement-container.selected .radio-circle[b-fusrh34rqu]:after {
            display: block;
        }

.statement-container.disabled[b-fusrh34rqu] {
    opacity: 1; 
    cursor: default;
}

.statement-container.truth-revealed[b-fusrh34rqu] {
    background: var(--incorrect-light-red);
    border-color: var(--alert-red);
}

.statement-container.lie-revealed[b-fusrh34rqu] {
    border-color: var(--color-success-dark);
    background: var(--correct-light-green);
}

.reveal-indicator[b-fusrh34rqu] {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    margin: 0;
    z-index: 1;
}



.change-button[b-fusrh34rqu], .selection-prompt[b-fusrh34rqu] {
    display: none;
}

.modal-selected-message[b-fusrh34rqu] {
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 500;
    width:fit-content;
}
    .modal-selected-message.truth[b-fusrh34rqu] {
        border-radius: 0.1875rem;
        background: var(--incorrect-light-red);
        border: 3px solid var(--alert-red);
    }

    .modal-selected-message.lie[b-fusrh34rqu] {
        border-radius: 0.1875rem;
        background: var(--correct-light-green);
        border: 3px solid var(--color-success-dark);
    }


.feedback-statement-card[b-fusrh34rqu] {
    margin-bottom: 1.5rem;
    padding: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-sizing: border-box;
}

.feedback-statement[b-fusrh34rqu] {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 2rem;
    margin-bottom: 0;
}



.feedback-statement-lie[b-fusrh34rqu] {
    background: var(--correct-light-green);
    border: 4px solid var(--color-success-dark);
}

.feedback-statement-truth[b-fusrh34rqu] {
    background: var(--incorrect-light-red);
    border: 4px solid var(--alert-red);
}


.feedback-badge[b-fusrh34rqu] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 1.5rem;
    gap: 0.5rem;
    min-width: 60px;
}

.status-badge[b-fusrh34rqu] {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 162%;
    text-transform: uppercase;
    flex-shrink: 0;
}

.feedback-statement-header[b-fusrh34rqu] {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 1.5rem;
    line-height: 1.4;
}

.feedback-statement-content[b-fusrh34rqu] {
    display: flex;
    color: var(--secondary-black);
    font-size: 1.125rem;
    font-weight: 400;
    flex-grow: 1;
}

.feedback-explanation[b-fusrh34rqu] {
    padding: 0 0 0 calc(60px + 1.5rem);
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--secondary-black);
    margin-bottom: 2rem;
}

    .feedback-explanation strong[b-fusrh34rqu] {
        font-weight: 700;
        color: inherit;
    }
/* _content/DI.Cache.Blazor/Components/ReviewerComponents/AcceptedComponent.razor.rz.scp.css */
.accepted[b-stzq2hov8f] {
    display: flex;
    flex-direction: column;
    width: 78.125rem;
    border-radius: 0.3269rem;
}

.accepted-header[b-stzq2hov8f] {
    display: flex;
    flex-direction: column;
    background: var(--navy-blue);
    align-items: flex-start;
}

.accepted-header section[b-stzq2hov8f] {
    display: flex;
    align-self: flex-end;
    margin-top: 1.5625rem;
    margin-right: 1.5625rem;
    cursor: pointer;
}

.accepted-title[b-stzq2hov8f] {
    margin: 0 0 1rem 3rem;
}

.accepted-title h2[b-stzq2hov8f] {
    margin:0;
    color: var(--white);
    font-size: 2.0652rem;
    font-weight: 650;
}

.accepted-title p[b-stzq2hov8f] {
    margin:0 0 .5%;
    color: var(--white);
    font-size: 1.25rem;
    font-weight: 380;
    line-height: 150%;
}

.submitted-item[b-stzq2hov8f]{
    background: var(--white);
}

.submitted-content[b-stzq2hov8f] {
    display: flex;
    flex-direction: row;
    padding: 2.5rem 3.5rem;
    border-radius: 0.2388rem;
    border: 0.955px solid var(--primary-black);
    margin:2.5rem 3.5rem;
    gap: 40%;
}

.submitted-detail[b-stzq2hov8f] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width:80%;
}

    .submitted-detail h2[b-stzq2hov8f] {
        color: var(--link-blue);
        font-size: 1.4329rem;
        font-weight: 700;
        line-height: 1.8039rem;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
        margin-bottom: 0;
    }

.submitted-type[b-stzq2hov8f]{
    margin-top:0;
    display:flex;
    flex-direction:row;
    gap:1rem;
    align-items:center;
}

.status[b-stzq2hov8f] {
    padding: 0.0844rem 0.5906rem;
    border-radius: 0.1688rem;
    background: var(--approved-green);
    color: var(--white);
    font-size: 1.0969rem;
    font-weight: 400;
    text-transform: uppercase;
}

.content-type[b-stzq2hov8f] {
    display: flex;
    height: 1.5rem;
    padding: 0.0844rem 0.5906rem;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    flex-shrink: 0;
    border-radius: 0.125rem;
    background: var(--primary-blue);
    color: var(--white);
}

.date[b-stzq2hov8f],
.name[b-stzq2hov8f]{
    color: var(--primary-black);
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 0.125rem;
}

.name[b-stzq2hov8f]{
    margin:0;
}

.date[b-stzq2hov8f]{
    margin-top:0;
}

    .date span[b-stzq2hov8f],
    .name span[b-stzq2hov8f] {
        font-weight: 600;
    }

.submitted-image img[b-stzq2hov8f] {
    width: 20rem;
    height: 17rem;
}

.buttons[b-stzq2hov8f] {
    background: var(--primary-off-white);
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 2rem 3rem;
}

.back-btn[b-stzq2hov8f] {
    font-family:'Source Sans 3';
    background: var(--white);
    border-radius: 0.2rem;
    border: 2px solid var(--primary-blue);
    color: var(--primary-blue);
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    width: fit-content;
    padding: .5rem 1.5rem;
    justify-content: center;
    align-items: center;
}

.accept-button[b-stzq2hov8f] {
    font-family:'Source Sans 3';
    display: inline-flex;
    padding: .5rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.5677rem;
    flex-shrink: 0;
    border-radius: 0.2rem;
    border: none;
    background: var(--primary-blue);
    color: var(--white);
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
}

.popup[b-stzq2hov8f] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 20%;
    border-radius: 0.4475rem;
    border: 1.79px solid var(--border-light);
    background: var(--white);
    padding: 4rem 3rem 3rem;
    position: relative;
}

.popup-close-btn[b-stzq2hov8f] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    width: fit-content;
    padding: 0.5rem;
    border-radius: 0.25rem;
    margin-bottom: 1.25rem;
    transition: background-color 0.2s ease;
}

.popup-close-btn:hover[b-stzq2hov8f] {
    background-color: rgb(0, 0, 0, 0.05);
}

    .popup svg[b-stzq2hov8f] {
        margin: 0 0 0 95%;
    }

    .popup h3[b-stzq2hov8f] {
        margin-top:0 ;
        font-size: 2.0652rem;
        font-weight: 700;
        margin-bottom: 1.25rem;
    }

    .popup p[b-stzq2hov8f] {
        margin: 0 3rem 3rem 0;
        font-size: 1.4973rem;
        font-weight: 400;
    }

.continue[b-stzq2hov8f] {
    font-family: 'Source Sans 3';
    padding: .5rem 1.5rem;
    border-radius: 0.2rem;
    background: var(--primary-blue);
    color: var(--white);
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    border-color: transparent;
}

.center[b-stzq2hov8f] {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* _content/DI.Cache.Blazor/Components/ReviewerComponents/EditSubmissionComponent.razor.rz.scp.css */

.generated-info h2[b-cwvqzirfr3] {
    font-size: 1.75rem;
    font-weight: 620;
    margin-bottom: 0.15rem;
    margin-top: .25rem;
}

.generated-info p[b-cwvqzirfr3] {
    font-size: 1rem;
    font-weight: 350;
    color: var(--secondary-black);
    margin-top: 0;
}

.required-field-indicator[b-cwvqzirfr3] {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

    .required-field-indicator .asterisk[b-cwvqzirfr3],
    .form-group label .asterisk[b-cwvqzirfr3],
    .ai-title .asterisk[b-cwvqzirfr3] {
        color: var(--alert-red);
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 162%;
    }

.show-content[b-cwvqzirfr3] {
    border-radius: 0.3269rem;
    border: 1.308px solid var(--primary-black);
    max-width: 100%;
}

.content-title[b-cwvqzirfr3] {
    align-items: center;
    padding: 0 3rem;
    margin-top: .75rem;
    color: var(--link-blue);
    font-size: 2rem;
    text-decoration: underline;
    font-weight: 700;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    display: flex;
    justify-content: space-between;
    width: 90%;
}

    .content-title h1[b-cwvqzirfr3] {
        overflow-wrap: break-word;
        max-width: 95%;
        white-space: normal;
    }

    .content-title p[b-cwvqzirfr3] {
        display: flex;
        background: var(--primary-blue);
        color: var(--white);
        border-radius: 0.155rem;
        width: 4.1293rem;
        height: 1.53rem;
        padding: 0.0778rem 0.6225rem;
        justify-content: center;
        align-items: center;
        gap: 0.3113rem;
        font-size: 1.0116rem;
        font-weight: 400;
        margin-top: .75rem;
    }

.form-fields-container[b-cwvqzirfr3] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 450px;
    margin-top: 1.5rem;
}

.form-group label[b-cwvqzirfr3] {
    display: block;
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.form-group .sub-label[b-cwvqzirfr3] {
    font-size: 1rem;
    font-weight: 400;
    color: var(--gray-text-light);
    margin-top: 0;
}

.input-with-icon[b-cwvqzirfr3] {
    position: relative;
    display: flex;
    align-items: center;
}

    .input-with-icon input[type="text"][b-cwvqzirfr3],
    .input-with-icon .form-control[b-cwvqzirfr3] {
        width: 100%;
        font-size: 1rem;
        font-weight: 400;
        padding: 0.625rem 2.25rem 0.625rem 0.75rem;
        border: 1px solid var(--gray-border-light);
        border-radius: 0.375rem;
        background-color: var(--white);
        outline: none;
    }

    .input-with-icon .icon-span[b-cwvqzirfr3] {
        position: absolute;
        right: 0.75rem;
        display: flex;
        align-items: center;
        cursor: pointer;
        gap: 0.25rem;
    }

    .input-with-icon .icon-span span[b-cwvqzirfr3] {
        font-family: 'Source Sans 3';
        font-size: 0.85rem;
        font-weight: 600;
        color: var(--secondary-black);
    }


.date-with-icon[b-cwvqzirfr3] {
    display: flex;
    align-content: center;
    width: 16.75rem;
    height: 2.5rem;
}

.date-field[b-cwvqzirfr3] {
    text-decoration: none;
}

.input-with-icon input[type="date"][b-cwvqzirfr3]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.generated-info[b-cwvqzirfr3] {
    padding: 2rem;
    background: var(--primary-off-white);
    margin-top: 3rem;
}

.ai-title[b-cwvqzirfr3] {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 1rem;
}

.edit-icon-container[b-cwvqzirfr3] {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.edit-icon-container span[b-cwvqzirfr3] {
    font-family: 'Source Sans 3';
    font-size: 0.85rem;
}

.ai-desciption[b-cwvqzirfr3] {
    font-size: 1rem;
    color: var(--gray-text-light);
    font-weight: 400;
    margin-top: 0;
    width: 95%;
}

.ai-input[b-cwvqzirfr3] {
    max-width: 100%;
    min-height: 10.9375rem;
    border-radius: 0.3269rem;
    border: 1.308px solid var(--gray-border-light);
    background: var(--white);
    padding-left: 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.ai-summary[b-cwvqzirfr3] {
    width: 97%;
    font-size: 0.9375rem;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0;
    resize: none;
    min-height: 6.0625rem;
    font-family: "Source Sans Pro", sans-serif;
}

.char-count[b-cwvqzirfr3] {
    margin-top: 0;
    color: var(--gray-text-light);
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: .75rem;
}

.proficiency-radio-group[b-cwvqzirfr3] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}

.radio-item[b-cwvqzirfr3] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    line-height: 1.2;
    margin-bottom: .75rem;
}

input[type="radio"][b-cwvqzirfr3] {
    transform: scale(1.5);
    margin-top: 0.3rem;
    accent-color: var(--primary-blue);
}

.label-button[b-cwvqzirfr3] {
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    width: 6.3rem;
    height: 1.4rem;
    padding: 0.06rem 0.2rem;
    gap: 0.3872rem;
    border-radius: 0.17rem;
    background: var( --secondary-blue);
    color: var(--white);
}

.skill-desc[b-cwvqzirfr3] {
    margin-top: .5rem;
    font-size: 0.625rem;
    font-weight: 400;
    width: 96%;
    padding-top: .5rem;
}

.fake-radio[b-cwvqzirfr3] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid var(--primary-blue);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5rem;
}

    .fake-radio.selected[b-cwvqzirfr3]::before {
        content: "";
        width: 14px;
        height: 14px;
        background-color: var(--primary-blue);
        border-radius: 50%;
    }

.regen-btn[b-cwvqzirfr3] {
    margin: 0 0 2% 70%;
    display: flex;
    padding: 0.7753rem 1.2922rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.2584rem;
    background: var(--primary-blue);
    gap: .5rem;
    color: var(--white);
    font-size: 1.125rem;
    font-weight: 700;
}

.ai-lo[b-cwvqzirfr3] {
    border: 1px solid var(--primary-black);
    text-decoration: none;
    min-width: 80%;
    min-height: 5rem;
    font-size: 0.9375rem;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0;
    resize: none;
    white-space: pre-wrap;
}

.input-tag-wrapper[b-cwvqzirfr3] {
    display: flex;
    flex-direction: row;
}

    .input-tag-wrapper input[b-cwvqzirfr3] {
        width: 66.0625rem;
        border: 1px solid var(--primary-black);
        font-size: 1rem;
        outline: none;
        padding-left: 1.25rem;
    }

.tag-btn[b-cwvqzirfr3] {
    font-family:'Source Sans 3';
    color: var(--white);
    width: 8.25rem;
    height: 3rem;
    background: var(--primary-blue);
    font-size: 1.25rem;
    font-weight: 700;
    margin-right: 2rem;
    border: none;
}

.selected-tags[b-cwvqzirfr3] {
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.ai-tag[b-cwvqzirfr3] {
    padding-bottom: 1rem;
}

.tag[b-cwvqzirfr3] {
    border-radius: 1.875rem;
    background: var(--navy-blue);
    display: flex;
    width: fit-content;
    height: 2rem;
    padding: .15rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 0.1875rem;
    transition: background 0.3s;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 600;
}

.tag-selected[b-cwvqzirfr3] {
    background-color: var(--primary-blue);
    font-weight: 600;
}

.edit-icon[b-cwvqzirfr3], .tag-hover-toggle[b-cwvqzirfr3] {
    cursor: pointer;
}
/* _content/DI.Cache.Blazor/Components/ReviewerComponents/PreviewSubmissionComponent.razor.rz.scp.css */
.submission-content[b-19s3g666xp] {
    max-width: 100%;
    display:flex;
    flex-direction: column;
}

.preview-box[b-19s3g666xp] {
    max-width: 100%;
    border-radius: 0.3269rem;
    border: 1.308px solid var(--primary-black);
    background: var(--white);
    margin-bottom: 10rem;
    margin-left: 3rem;
}

.submission-header[b-19s3g666xp] {
    display: flex;
    align-items: center;
    margin: 1rem 0.5rem;
    gap:5rem;
}

.submission-title[b-19s3g666xp] {
    color: var(--link-blue);
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 2.4696rem;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

h1.submission-title[b-19s3g666xp] {
    overflow-wrap: break-word;
    margin-bottom:2rem;
}

.status-container[b-19s3g666xp] {
    display: flex;
    flex-direction: row;
    gap: .35rem;
    margin-bottom: 1rem;
    align-items: center;
    justify-content: center;
}

.content-type[b-19s3g666xp] {
    display: flex;
    height: 1.5rem;
    padding: 0.0625rem 0.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    flex-shrink: 0;
    border-radius: 0.125rem;
    background: var(--primary-blue);
    color: var(--white);
}

.progress[b-19s3g666xp] {
    display: flex;
    justify-content: right;
    background: var(--gray-menu);
    color: var(--white);
    border-radius: 0.25rem;
    padding: 0.15rem 0.5rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
}

.approved[b-19s3g666xp] {
    display: flex;
    justify-content: right;
    background: var(--approved-green);
    color: var(--white);
    border-radius: 0.25rem;
    padding: 0.15rem 0.5rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
}

.creator-date[b-19s3g666xp] {
    display: flex;
    flex-direction:column;
    justify-content: left;
    color: var(--primary-black);
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.7982rem;
}

.creator-name[b-19s3g666xp],
.creation-date[b-19s3g666xp] {
    color: var(--primary-black);
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1rem;
}

.creator-date p[b-19s3g666xp] {
    margin: 0;
    font-size: 1.15rem;
}

div.title-tag[b-19s3g666xp]{
    display:flex;
    flex:1;
}

.content-thumbnail[b-19s3g666xp] {
    width:100%;
    height:100%;
    display:flex;
    place-content:center center;
    background:var(--primary-black);
}

.content-thumbnail img[b-19s3g666xp]{
    width: 50%;
    height:50%;
    padding:2.5rem;
}
/* _content/DI.Cache.Blazor/Components/ReviewerComponents/RejectedComponent.razor.rz.scp.css */
.rejected[b-ch1k5dirm0] {
    display: flex;
    flex-direction: column;
    max-height: 90vh;
    width: 78.125rem;
    border-radius: 0.3269rem;
    overflow: auto;
}

.rejected-header[b-ch1k5dirm0] {
    display: flex;
    flex-direction: column;
    background: var(--navy-blue);
    align-items: flex-start;
}

.rejected-header section[b-ch1k5dirm0] {
    display: flex;
    align-self: flex-end;
    margin-top: 1.5625rem;
    margin-right: 1.5625rem;
    cursor: pointer;
}

.rejected-title[b-ch1k5dirm0] {
    margin: 0 0 1rem 3rem;
}

    .rejected-title h2[b-ch1k5dirm0] {
        margin: 0;
        color: var(--white);
        font-size: 2rem;
        font-weight: 650;
    }

    .rejected-title p[b-ch1k5dirm0] {
        margin: 0 0 .5%;
        color: var(--white);
        font-size: 1.25rem;
        font-weight: 380;
        line-height: 150%;
    }

.submitted-item[b-ch1k5dirm0] {
    background: var(--white);
    border-radius: 0.2388rem;
    border: 0.955px solid var(--primary-black);
}

.checkbox-title[b-ch1k5dirm0] {
    background: var(--white);
    padding-left: 3.5rem;
    margin-bottom:0;
}

.checkbox-title h4[b-ch1k5dirm0]{
    margin-bottom:0;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--secondary-black);
}

.checkbox-title p[b-ch1k5dirm0]{
    margin-top:0;
    font-size: 1.1rem;
}

.checkbox-grid[b-ch1k5dirm0] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    padding-left: 3.5rem;
    background: var(--white);
}

    .checkbox-grid h4[b-ch1k5dirm0] {
        font-size: 1.06rem;
        font-style: normal;
        font-weight: 600;
    }

    .checkbox-grid p[b-ch1k5dirm0] {
        color: var(--gray-text-light);
        font-size: 1rem;
        font-weight: 400;
    }

checkbox-item[b-ch1k5dirm0] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1.25rem;
    border: 1px solid var(--border-light);
    border-radius: 0.25rem;
}


.checkbox-item input[type="checkbox"][b-ch1k5dirm0] {
    width: 1.15rem;
    height: 1.15rem;
    flex-shrink: 0;
    accent-color: var(--primary-blue);
    cursor: pointer;
}

.checkbox-item label[b-ch1k5dirm0] {
    flex-grow: 1;
    font-size: 2rem;
}

    .checkbox-item label strong[b-ch1k5dirm0] {
        font-size: 1.2rem;
        font-weight: 600;
        color: var(--secondary-black);
        margin-bottom: 1rem;
    }

.category-description[b-ch1k5dirm0] {
    margin: 0.75rem 2rem;
    font-size: 1rem;
    font-style: italic;
    font-weight: 400;
    border-radius: 0.125rem;
    border: 1px solid var(--gray-border-light);
    padding: .5rem .75rem;
}

    .category-description p[b-ch1k5dirm0] {
        margin: 0 0 0.5rem;
    }

    .category-description ul[b-ch1k5dirm0] {
        margin: 0;
        padding-left: 1.25rem;
    }

    .category-description li[b-ch1k5dirm0] {
        margin-bottom: 0.15rem;
    }

.comments-section[b-ch1k5dirm0] {
    background: var(--white);
    padding-left: 3.5rem;
}

.summary-desc[b-ch1k5dirm0] {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom:.5rem;
}

.char-count[b-ch1k5dirm0] {
    margin-bottom: 1.5625rem;
}

.summary[b-ch1k5dirm0] {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 550;
    min-width: 95%;
    height: 8rem;
    resize: none;
    color: var(--skill-lesson-card-bg);
    padding: .5rem;
}

.submitted-content[b-ch1k5dirm0] {
    display: flex;
    flex-direction: row;
    padding: 2.5rem 3.5rem;
    gap: 40%;
}

.submitted-detail[b-ch1k5dirm0] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 90%;

}

    .submitted-detail h2[b-ch1k5dirm0] {
        color: var(--link-blue);
        font-size: 1.4329rem;
        font-weight: 700;
        line-height: 1.8039rem;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
        margin-bottom: 0;
    }

.submitted-type[b-ch1k5dirm0] {
    margin-top: 0;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}

.status[b-ch1k5dirm0] {
    padding: 0.0844rem 0.5906rem;
    border-radius: 0.1688rem;
    background: var(--alert-red);
    color: var(--white);
    font-size: 1.0969rem;
    font-weight: 400;
    text-transform: uppercase;
}

.content-type[b-ch1k5dirm0] {
    display: flex;
    height: 1.5rem;
    padding: 0.0844rem 0.5906rem;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    flex-shrink: 0;
    border-radius: 0.125rem;
    background: var(--primary-blue);
    color: var(--white);
}

.date[b-ch1k5dirm0],
.name[b-ch1k5dirm0] {
    color: var(--primary-black);
    font-size: 1.25rem;
    font-weight: 400;
}

.name[b-ch1k5dirm0] {
    margin: 0;
}

.date[b-ch1k5dirm0] {
    margin-top: 0;
}

    .date span[b-ch1k5dirm0],
    .name span[b-ch1k5dirm0] {
        font-weight: 600;
    }

.submitted-image img[b-ch1k5dirm0] {
    width: 20rem;
    height: 17rem;
}

.red-banner[b-ch1k5dirm0] {
    background: var(--alert-red);
    color: var(--white);
    padding: .5rem 2rem;
}

    .red-banner h3[b-ch1k5dirm0] {
        font-size: 1.6rem;
        font-weight: 600;
        margin-bottom:0;
    }

    .red-banner p[b-ch1k5dirm0] {
        font-size: 1.1181rem;
        font-weight: 400;
        margin-top:0;
    }

.feedback[b-ch1k5dirm0] {
    background: var(--navy-blue);
    color: var(--white);
    padding: 0 2rem;
    font-size: 1.25rem;
    font-weight: 200;
}

    .feedback h3[b-ch1k5dirm0] {
        margin: 0;
        padding: 1.5rem 0;
        font-size: 1.4375rem;
        font-weight: 550;
    }

.category-selected[b-ch1k5dirm0] {
    display: flex;
    flex-direction: row;
    background: var(--white);
    padding: .5rem 0 1.5rem 1.5rem;
}

.buttons[b-ch1k5dirm0] {
    background: var(--primary-off-white);
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 2rem 3rem;
}

.buttons-center[b-ch1k5dirm0] {
    justify-content: center;
}

.back-btn[b-ch1k5dirm0] {
    font-family:'Source Sans 3';
    background: var(--white);
    border-radius: 0.2rem;
    border: 2px solid var(--primary-blue);
    display: flex;
    width: fit-content;
    padding: .5rem 1.5rem;
    justify-content: center;
    align-items: center;
    color: var(--primary-blue);
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    white-space: nowrap;
}

.reject-button[b-ch1k5dirm0],
.next[b-ch1k5dirm0] {
    display: inline-flex;
    height: 3rem;
    padding: 1.3rem;
    justify-content: center;
    align-items: center;
    gap: 0.5677rem;
    flex-shrink: 0;
    border-radius: 0.2839rem;
    border: none;
    background: var(--primary-blue);
    color: var(--white);
    text-align: center;
    font-size: 1.15rem;
    font-weight: 600;
}

.popup[b-ch1k5dirm0] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 20%;
    border-radius: 0.4475rem;
    border: 1.79px solid var(--border-light);
    background: var(--white);
    padding: 2rem 3rem 3rem;
    position: relative;
}

.popup-close-btn[b-ch1k5dirm0] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    width: fit-content;
    padding: 0.5rem;
    border-radius: 0.25rem;
    transition: background-color 0.2s ease;
}

.popup-close-btn:hover[b-ch1k5dirm0] {
    background-color: rgb(0, 0, 0, 0.05);
}

    .popup h3[b-ch1k5dirm0] {
        margin-top: 0;
        font-size: 2.0652rem;
        font-weight: 700;
    }

    .popup p[b-ch1k5dirm0] {
        margin: 0 3rem 3rem 0;
        font-size: 1.4973rem;
        font-weight: 400;
    }

.continue[b-ch1k5dirm0] {
    font-family: 'Source Sans 3';
    padding: .5rem 1.5rem;
    border-radius: 0.2rem;
    background: var(--primary-blue);
    color: var(--white);
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
}

.btn-layout[b-ch1k5dirm0]{
    display:flex;
    justify-content:end;
    gap:1rem;
    padding:0 10% 2% 0;
}

.text-error-display[b-ch1k5dirm0] {
    color: var(--alert-red);
    margin-bottom: 1rem;
}

.center[b-ch1k5dirm0] {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* _content/DI.Cache.Blazor/Components/ReviewerComponents/ReviewSubmissionComponent.razor.rz.scp.css */
.preview-title[b-op5cm317an] {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    position: relative;
    margin-top: 2rem;

    /* margin-left: 3rem; */
}

    .preview-title h1[b-op5cm317an] {
        flex-grow: 1;
        margin: 0;
        font-weight: 650;
        font-size: 2.5rem;
    }

    .preview-title p[b-op5cm317an] {
        margin: 0;
        font-weight: 300;
        font-size: 1.15rem;
    }


.submission-content[b-op5cm317an] {
    max-width: 100%;
    border-radius: 0.3269rem;
    border: 1.308px solid var(--primary-black);
    background: var(--white);
    margin-bottom: 10rem;
    margin-left: 3rem;
}


.creator-date[b-op5cm317an] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: var(--primary-black);
    font-size: 1.3895rem;
    font-weight: 400;
    line-height: 1.7982rem;
    justify-content: right;
}

.btn-box[b-op5cm317an] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 3rem;
    gap:1.5rem;
}

.cancel-btn[b-op5cm317an] {
    font-family:'Source Sans 3';
    background: var(--white);
    border-radius: 0.2841rem;
    border: 2px solid var(--primary-blue);
    display: flex;
    width: fit-content;
    padding: 0.5rem 1.5rem;
    justify-content: center;
    align-items: center;
    color: var(--primary-blue);
    text-align: center;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 600;
    white-space: nowrap;
}

.begin-button[b-op5cm317an] {
    font-family:'Source Sans 3';
    display: flex;
    width: fit-content;
    padding: 0.5rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.5677rem;
    flex-shrink: 0;
    border-radius: 0.2839rem;
    background: var(--primary-blue);
    color: var(--white);
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
}

.back-button[b-op5cm317an] {
    font-family: 'Source Sans 3';
    margin-top: 2.75rem;
    margin-bottom: 0;
    cursor: pointer;
    display: inline-flex;
    padding: 0.5rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.5677rem;
    flex-shrink: 0;
    border-radius: 0.2839rem;
    border: none;
    background: var(--primary-blue);
    color: var(--white);
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
}



.buttons[b-op5cm317an] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    .buttons button[b-op5cm317an] {
        cursor: pointer;
    }

.file-buttons[b-op5cm317an] {
    margin-top: 3rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    cursor: pointer;
}

.draft[b-op5cm317an] {
    font-family:'Source Sans 3';
    background: var(--white);
    border-radius: 0.2841rem;
    border: 2px solid var(--primary-blue);
    display: flex;
    padding: 0.5rem 1.5rem;
    justify-content: center;
    align-items: center;
    color: var(--primary-blue);
    text-align: center;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 600;
    gap: .5rem;
}

.accept-button[b-op5cm317an],
.reject-button[b-op5cm317an] {
    font-family:'Source Sans 3';
    display: inline-flex;
    height: 2.75rem;
    padding: 0.5rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    border-radius: 0.2839rem;
    background: var(--approved-green);
    color: var(--white);
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
}

.reject-button[b-op5cm317an] {
    background: var(--alert-red);
}

.progress[b-op5cm317an] {
    width: 100%;
    height: 0.5rem;
    background-color: var(--border-gray);
    border-radius: 0.25rem;
    overflow: hidden;
    margin-top: 1rem;
    white-space: nowrap;
}

.content-type[b-op5cm317an] {
    display: flex;
    height: 1.5rem;
    padding: 0.0625rem 0.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    flex-shrink: 0;
    border-radius: 0.125rem;
    background: var(--primary-blue);
    color: var(--white);
    width: fit-content;
}
/* _content/DI.Cache.Blazor/Components/ReviewerComponents/SubmissionHubComponent.razor.rz.scp.css */
.header-row[b-ut8usibo2f] {
    display: flex;
    flex-direction: column;
}

    .header-row h1[b-ut8usibo2f] {
        margin-bottom: 0;
        font-size: 2.5rem;
        font-weight: 650;
    }

    .header-row p[b-ut8usibo2f] {
        margin-top: 0;
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 300;
        line-height: 126%;
    }

.title-border[b-ut8usibo2f] {
    background-color: var(--navy-blue);
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: var(--white);
    gap: 1%;
    padding-left: 1%;
}

.filter-bar-container[b-ut8usibo2f] {
    display: flex;
    align-items: center;
    background-color: var(--gray-lightest);
    border-bottom: 1px solid var(--border-light);
    gap: 1rem;
    padding: 1% 2%;
    max-width: 100%;
}

.filter-dropdown-container[b-ut8usibo2f] {
    display: flex;
    align-items: center;
    gap: .25rem;
}


.search-container[b-ut8usibo2f] {
    display: flex;
    align-items: center;
    border: 1px solid var( --gray-search-border);
    border-radius: 0.25rem;
    background-color: var(--white);
    flex: 1;
}

.search-input[b-ut8usibo2f] {
    border: none;
    padding: 0.5rem 0.75rem;
    font-size: 1.05rem;
    flex-grow: 1;
    outline: none;
    border-radius: 0.25rem 0 0 0.25rem;
}

.search-button[b-ut8usibo2f] {
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    padding: 0.6rem 0.75rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0.25rem 0.25rem 0;
}

.filter-select[b-ut8usibo2f] {
    padding: .5rem 3rem .5rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    background-color: var(--white);
    border: 1px solid var(--border-light);
    border-radius: .25rem;
    appearance: none;
    cursor: pointer;
    width: 100%;
}

.select-wrapper[b-ut8usibo2f] {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.select-arrow[b-ut8usibo2f] {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
}

.arrow-flip[b-ut8usibo2f] {
    transform: scaleX(-1);
}

.queue-box[b-ut8usibo2f] {
    border: 1.014px solid var(--border-light);
    background: var(--white);
    max-width: 100%;
    padding: 1rem;
}

.submission-grid[b-ut8usibo2f] {
    display: flex;
    gap: 1.5rem;
    padding: 1rem;
    flex-wrap: wrap;
}

.submission-content[b-ut8usibo2f] {
    flex: 1;
    min-width: 20rem;
    border-radius: 0.2319rem;
    border: 0.927px solid var(--primary-black);
    border-left: .8125rem solid var(--primary-blue);
    padding: 1rem;
}

    .submission-content p[b-ut8usibo2f] {
        font-size: 1.15rem;
        font-weight: 400;
        line-height: 1.2752rem;
    }

.submission-title[b-ut8usibo2f] {
    cursor: pointer;
    color: var(--link-blue);
    font-size: 1.3911rem;
    font-weight: 700;
    line-height: 1.7512rem;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    padding-right: 1rem;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}

.spaced[b-ut8usibo2f] {
    display: flex;
    justify-content: space-between;
}

.spaced div p:first-of-type[b-ut8usibo2f] {
    margin-bottom: 0.3125rem;
}

.spaced div p:last-of-type[b-ut8usibo2f] {
    margin-top: 0.3125rem;
}


.bold[b-ut8usibo2f] {
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.2752rem;
}

.creator-row[b-ut8usibo2f] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}

.creator-label[b-ut8usibo2f] {
    display: inline;
    margin-right: 0.25rem;
}

.creator-name[b-ut8usibo2f] {
    display: inline;
}

.status-container[b-ut8usibo2f] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.submission-type[b-ut8usibo2f] {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-blue);
    color: var(--white);
    border-radius: 0.25rem;
    padding: 0.1875rem 0.375rem;
    text-transform: uppercase;
    font-size: 0.7824rem;
    font-weight: 400;
    text-align: center;
    width: fit-content;
    gap: .4rem;
    margin-top: 0;
}

.progress[b-ut8usibo2f] {
    display: flex;
    justify-content: right;
    background: var(--gray-menu);
    color: var(--white);
    border-radius: 0.25rem;
    padding: 0.15rem 0.5rem;
    text-transform: uppercase;
    font-size: 0.7824rem;
    font-weight: 400;
    text-align: center;
    width: fit-content;
    margin-bottom: 0.3125rem;
}

.approved[b-ut8usibo2f] {
    display: flex;
    justify-content: right;
    background: var(--approved-green);
    color: var(--white);
    border-radius: 0.25rem;
    padding: 0.15rem 0.5rem;
    text-transform: uppercase;
    font-size: 0.7824rem;
    font-weight: 400;
    text-align: center;
    width: fit-content;
    margin-bottom: 0.3125rem;
}

.pagination-btn-icon[b-ut8usibo2f] {
    display: flex;
    text-align: center;
}
/* _content/DI.Cache.Blazor/Components/Shared/ButtonComponent.razor.rz.scp.css */
.btn-group[b-tmhg8rqhe1] {
    display: flex;
    justify-content: end;
    gap: 1rem;
    margin-top: 4%;
}

.save-btn[b-tmhg8rqhe1] {
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    border-radius: 0.25rem;
    font-family:'Source Sans 3';
    padding: 0.5rem 1.5rem;
    font-size: 1.1364rem;
    font-weight: 600;
    cursor: pointer;
}

.save-btn.disabled[b-tmhg8rqhe1] {
    pointer-events: none;
    font-family:'Source Sans 3';
    border-radius: 0.25rem;
    opacity: 0.5;
    background: rgb(0,0,0,0.5);
    color: var(--white);
}

.save-btn:disabled[b-tmhg8rqhe1], .cancel-btn:disabled[b-tmhg8rqhe1] {
    cursor: not-allowed;
    opacity: 0.5;
}


.cancel-btn[b-tmhg8rqhe1] {
    background-color: var(--white);
    border-radius: 0.25rem;
    font-family:'Source Sans 3';
    color: var(--primary-blue);
    border: 2px solid var(--primary-blue);
    padding: 0.5rem 1.5rem;
    font-size: 1.1364rem;
    font-weight: 600;
    cursor: pointer;
}
/* _content/DI.Cache.Blazor/Components/Shared/FeedbackPopup.razor.rz.scp.css */
/* Feedback Popup Styles */
.feedback-popup[b-c5t3385tba] {
    position: fixed;
    z-index: 1000;
    background: var(--background-hover-light-blue);
    border-radius: 0.8125rem;
    box-shadow: 0 4px 20px rgb(0, 0, 0, 0.15);
    border: 4px solid var(--accent-blue);
    transition: all 0.3s ease;
    width: 846px;
    height: 60vh;
    overflow-y: auto;
}

/* Relative positioning mode - popup appears within parent container */
.feedback-popup.relative-positioned[b-c5t3385tba] {
    position: relative;
    z-index: 100;
    margin: 1.25rem auto;
    display: block;

    /* Remove max-width constraint to allow full 846px width */
}

/* Absolute positioning mode - popup scrolls with content, positioned relative to container */
.feedback-popup.absolute-positioned[b-c5t3385tba] {
    position: absolute;
    z-index: 100;
    display: block;
}



.feedback-popup.minimized[b-c5t3385tba] {
    height: 50px;
    overflow: hidden;
    animation: minimize-popup-b-c5t3385tba 0.3s ease-out;
    background-color: var(--color-background-muted);
}

.feedback-popup-header[b-c5t3385tba] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0.75rem 0.9375rem;
    border-radius: 0.5625rem 0.5625rem 0 0;
    cursor: move;
    user-select: none;
}

.feedback-popup.minimized .feedback-popup-header[b-c5t3385tba] {
    border-radius: 0.5625rem;
    border-bottom: none;
    padding: 0.75rem 0.9375rem;
    justify-content: space-between;
    cursor: pointer;
}

.feedback-minimized-content[b-c5t3385tba] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.feedback-minimized-text[b-c5t3385tba] {
    font-weight: 600;
    font-size: 0.9rem;
}

.feedback-minimized-text.success[b-c5t3385tba] {
    color: var(--approved-green);
}

.feedback-minimized-text.error[b-c5t3385tba] {
    color: var(--alert-red);
}

.feedback-popup-title[b-c5t3385tba] {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--color-neutral-gray);
    flex: 1;
}

.feedback-popup-controls[b-c5t3385tba] {
    display: flex;
    gap: 0.5rem;
}

.feedback-popup-minimize[b-c5t3385tba],
.feedback-popup-close[b-c5t3385tba] {
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    cursor: pointer;
    font-size: 1.125rem;
    color: var(--secondary-black);
    font-weight: 900;
    transition: all 0.2s ease;
    padding: 0.4375rem;
}

.feedback-popup-minimize:hover[b-c5t3385tba],
.feedback-popup-close:hover[b-c5t3385tba] {
    background-color: var(--color-background-muted);
    color: var(--color-neutral-gray);
}

.feedback-popup-minimize:hover svg path[b-c5t3385tba] {
    fill: var(--color-neutral-gray);
}

.feedback-popup-close:hover[b-c5t3385tba] {
    background-color: var(--color-accent-red);
    color: var(--white);
}

.feedback-popup-close:hover svg path[b-c5t3385tba] {
    fill: var(--white);
}

.feedback-popup-minimize span[b-c5t3385tba] {
    line-height: 1;
    font-weight: bold;
}

.feedback-popup-minimize svg[b-c5t3385tba] {
    width: 26px;
    height: 26px;
    transition: all 0.2s ease;
}

.feedback-popup-close svg[b-c5t3385tba] {
    width: 26px;
    height: 26px;
    transition: all 0.2s ease;
}

.feedback-popup-minimize svg path[b-c5t3385tba],
.feedback-popup-close svg path[b-c5t3385tba] {
    fill: var(--secondary-black);
    transition: fill 0.2s ease;
}

.feedback-popup-close span[b-c5t3385tba] {
    line-height: 1;
    margin-top: -0.125rem;
}

.feedback-popup-body[b-c5t3385tba] {
    padding: 1.25rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0.9375rem;
}

.feedback-success[b-c5t3385tba],
.feedback-error[b-c5t3385tba] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    flex-direction: row;
    width: 100%;
}

.feedback-text[b-c5t3385tba] {
    font-size: 1.3rem;
    font-weight: 600;
    text-align: left;
}

.feedback-success .feedback-text[b-c5t3385tba] {
    color: var(--approved-green);
}

.feedback-error .feedback-text[b-c5t3385tba] {
    color: var(--alert-red);
}

@keyframes slide-in-from-bottom-b-c5t3385tba {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes minimize-popup-b-c5t3385tba {
    from {
        height: auto;
    }

    to {
        height: 50px;
    }
}

/* Focus states for accessibility */
.feedback-popup-minimize:focus[b-c5t3385tba],
.feedback-popup-close:focus[b-c5t3385tba] {
    outline: 2px solid var(--color-accent-blue);
    outline-offset: 2px;
}



/* Explanation message styles */
.feedback-explanation-success[b-c5t3385tba] {
    text-align: left;
    color: var(--secondary-black);
    background-color: var(--correct-light-green);
    border: 3px solid var(--approved-green);
    border-radius: 0.1875rem;
    padding: 0.75rem 1rem;
    margin: 0.9375rem 0 0;
    max-width: 579px;
    height: auto;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.4;
}

.feedback-explanation-error[b-c5t3385tba] {
    text-align: left;
    color: var(--secondary-black);
    background-color: var(--incorrect-light-red);
    border: 3px solid var(--alert-red);
    border-radius: 0.1875rem;
    padding: 0.75rem 1rem;
    margin: 0.9375rem 0 0;
    max-width: 579px;
    height: auto;
    box-sizing: border-box;
    font-size: 0.875rem;
    line-height: 1.4;
}

/* Ranking Summary Styles */
.feedback-ranking-summary[b-c5t3385tba] {
    width: 100%;
    margin-top: 1.25rem;
}

.ranking-summary-title[b-c5t3385tba] {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--secondary-black);
    margin: 0 0 0.9375rem;
}

.feedback-item[b-c5t3385tba] {
    margin-bottom: 0.9375rem;
    padding: 0.75rem 0.9375rem;
    border-radius: 0.5rem;
    border: 2px solid;
    background-color: var(--white);
}

.feedback-item.correct[b-c5t3385tba] {
    border-color: var(--approved-green);
    background-color: var(--correct-light-green);
}

.feedback-item.incorrect[b-c5t3385tba] {
    border-color: var(--alert-red);
    background-color: var(--incorrect-light-red);
}

.feedback-item-header[b-c5t3385tba] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
}

.feedback-item-rank[b-c5t3385tba] {
    font-weight: 600;
    color: var(--color-neutral-gray);
    font-size: 0.9rem;
    white-space: nowrap;
}

.feedback-item-display[b-c5t3385tba] {
    font-weight: 500;
    color: var(--secondary-black);
    flex: 1;
    min-width: 200px;
}

.feedback-item-status[b-c5t3385tba] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    white-space: nowrap;
}

.status-icon[b-c5t3385tba] {
    font-size: 0.9rem;
}

.status-icon.correct[b-c5t3385tba] {
    color: var(--approved-green);
}

.status-icon.incorrect[b-c5t3385tba] {
    color: var(--alert-red);
}

.correct-rank[b-c5t3385tba] {
    font-size: 0.85rem;
    color: var(--color-text-muted);
    font-style: italic;
}

.feedback-item-explanation[b-c5t3385tba] {
    font-size: 0.9rem;
    color: var(--color-neutral-gray);
    line-height: 1.4;
    padding-left: 0;
    border-radius: 0.25rem;
    margin-top: 0.5rem;
}

.feedback-item.correct .feedback-item-explanation[b-c5t3385tba] {
    background-color: var(--correct-light-green);
}

.feedback-item.incorrect .feedback-item-explanation[b-c5t3385tba] {
    background-color: var(--incorrect-light-red);
}

/* Ranking Grid Layout for Feedback */
.feedback-ranking-summary .ranking-grid-layout[b-c5t3385tba] {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 0;
    margin-top: 1.25rem;
}

.feedback-ranking-summary .rank-column[b-c5t3385tba] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 93px;
    padding: 0 0.625rem;
    background-color: var(--neutral-light);
    border-radius: 0.375rem 0 0 0.375rem;
}

.feedback-ranking-summary .rank-column .rank-number-cell[b-c5t3385tba] {
    height: 64px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 2.8125rem;
    padding: 0;
}

.rank-column[b-c5t3385tba] {
    background-color: transparent;
}

.feedback-ranking-summary .rank-column .rank-number[b-c5t3385tba] {
    width: 42px;
    height: 42px;
    background-color: var(--primary-blue);
    color: var(--white);
    border-radius: 1.3125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
}

.feedback-ranking-summary .items-column[b-c5t3385tba] {
    display: flex;
    flex-direction: column;
}

/* Removed items-column-spacer since we no longer have header */

.feedback-ranking-summary .rank-item-row[b-c5t3385tba] {
    display: flex;
    align-items: flex-start;
}

.rank-item-row[b-c5t3385tba] {
    flex-direction: column;
    justify-content: flex-start;
    max-width: 705px;
    border-radius: 0.3125rem;
    height: 64px;
    margin-bottom: 2.8125rem;
}

.feedback-ranking-summary .rank-item-cell[b-c5t3385tba], .summary-item[b-c5t3385tba] {
    width: 90%;
    height: 64px;
    padding: 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 0.375rem;
    background-color: var(--white);
}

    .feedback-ranking-summary .rank-item-cell.correct[b-c5t3385tba], .summary-item.correct[b-c5t3385tba] {
        border: 2px solid var(--approved-green);
        background-color: var(--correct-light-green);
    }

    .feedback-ranking-summary .rank-item-cell.incorrect[b-c5t3385tba], .summary-item.incorrect[b-c5t3385tba] {
        border: 2px solid var(--alert-red);
        background-color: var(--incorrect-light-red);
    }

.feedback-ranking-summary .draggable-item[b-c5t3385tba] {
    width: 100%;
    display: flex;
    align-items: center;
}

.feedback-ranking-summary .item-content[b-c5t3385tba] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.feedback-ranking-summary .item-display[b-c5t3385tba] {
    font-weight: 500;
    color: var(--secondary-black);
    line-height: 1.3;
}

.feedback-ranking-summary .correct-rank-info[b-c5t3385tba] {
    font-size: 0.85rem;
    color: var(--color-text-muted);
    font-style: italic;
}


.feedback-ranking-summary .feedback-item-explanation strong[b-c5t3385tba] {
    color: var(--dark-gray);
    font-weight: 600;
}

.feedback-ranking-summary .rank-item-cell.correct[b-c5t3385tba] {
    background-color: rgb(46, 133, 64, 0.05);
}

.feedback-ranking-summary .rank-item-cell.incorrect[b-c5t3385tba]{
    background-color: rgb(181, 9, 9, 0.05);
}

/* Remove bottom margin from last items */
.feedback-ranking-summary .rank-column .rank-number-cell:last-child[b-c5t3385tba] {
    margin-bottom: 0;
}

.ranking-unified-row[b-c5t3385tba] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 1.25rem;
    min-height: 64px;
}

    /* The Left Side (Rank Number) */
    .ranking-unified-row .rank-cell-wrapper[b-c5t3385tba] {
        width: 93px;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        padding-top: 0.625rem;
    }

    /* The Right Side (Content Box) */
    .ranking-unified-row .content-cell-wrapper[b-c5t3385tba] {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        max-width: calc(100% - 93px);
    }

    /* Reuse your existing circle style */
    .ranking-unified-row .rank-number[b-c5t3385tba] {
        width: 42px;
        height: 42px;
        background-color: var(--primary-blue);
        color: var(--white);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 0.9rem;
        box-shadow: 0 2px 5px rgb(0,0,0,0.1);
    }

    /* Ensure the item styling fits the new wrapper */
    .ranking-unified-row .rank-item-row[b-c5t3385tba] {
        margin-bottom: 0;
        height: auto;
        min-height: 64px;
    }

    .ranking-unified-row .rank-item-cell[b-c5t3385tba] {
        height: auto;
        min-height: 64px;
    }

.feedback-popup.activity-sorting .ranking-unified-row[b-c5t3385tba] {
    margin-bottom: 1.5625rem;
}

.feedback-popup.activity-sorting .item-display[b-c5t3385tba] {
    line-height: 1.5;
    text-align: left;
}

.feedback-popup.activity-sorting .feedback-item-explanation[b-c5t3385tba] {
    padding: 0.5rem 0.75rem;
    background-color: rgb(240, 244, 248, 0.8);
    border-radius: 0.25rem;
}

.summary-block[b-c5t3385tba] {
    display: flex;
    flex-direction: column;
    border-radius: 0.3125rem;
    background: var( --light-blue-background);
    padding: 1rem;
}

.summary-feedback-row[b-c5t3385tba] {
    padding-bottom:1rem;
    display: grid;
    grid-template-columns: 2fr 1.5fr;

}

.summary-item[b-c5t3385tba] {
    min-height: 64px;
    height: auto;
    box-sizing: border-box;
    max-width: 100%;
}

    .summary-item.static[b-c5t3385tba] {
        border-radius: 0.3125rem;
        border: 1px solid var(--accent-blue);
        background: var(--fixed-item-background);
        color: var(--secondary-black);
        font-size: 1.125rem;
        font-weight: 400;
    }

    .summary-explanation-content strong[b-c5t3385tba] {
        color: var(--secondary-black);
    }


/* Drag and Drop Table Styles */
.feedback-dragdrop-table[b-c5t3385tba] {
    width: 100%;
    margin-top: 1.25rem;
}

.dragdrop-feedback-table[b-c5t3385tba] {
    width: 100%;
    border-collapse: collapse;
    border-radius: 0.5rem;
    overflow: hidden;
}

.dragdrop-feedback-table tbody tr[b-c5t3385tba] {
    transition: background-color 0.2s ease;
}

.dragdrop-feedback-table tbody tr:last-child[b-c5t3385tba] {
    border-bottom: none;
}

/* Alternating striped rows - light grey background for odd rows (1st, 3rd, 5th, etc) */
.dragdrop-feedback-table tbody tr.stripe-row[b-c5t3385tba] {
    background-color: var(--gray-lighter);
}

.dragdrop-feedback-table td[b-c5t3385tba] {
    padding: 1rem;
    vertical-align: top;
    color: var(--secondary-black);
    line-height: 1.4;
}

.step-cell[b-c5t3385tba] {
    text-align: center;
    padding: 0.75rem;
}

/* Use the same step number styling from DragAndDropComponent */
.step-cell .step-number[b-c5t3385tba] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-blue);
    color: var(--white);
    font-weight: 600;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    font-size: 0.9rem;
}

.answer-cell[b-c5t3385tba] {
    font-weight: 500;
}

/* Use the same dropped item styling from DragAndDropComponent */
.answer-display[b-c5t3385tba] {
    display: block;
    background: var(--neutral-light);
    border: 1px solid var(--gray-border-light);
    border-radius: 0.25rem;
    padding: 0.6rem 0.8rem;
    font-size: 0.95rem;
    line-height: 1.3;
    box-shadow: 0 1px 2px var(--shadow-light);
}

/* Apply correct/incorrect styling like the original match feedback */
.correct-row .answer-display[b-c5t3385tba] {
    border-color: var(--color-accent-green);
    background-color: var(--correct-light-green);
}

.incorrect-row .answer-display[b-c5t3385tba] {
    border-color: var(--color-accent-red);
    background-color: var(--incorrect-light-red);
}

.explanation-cell[b-c5t3385tba] {
    font-size: 0.9rem;
    color: var(--color-neutral-gray);
}



/* Odd One Out Feedback Styles */
.feedback-oddoneout-grid[b-c5t3385tba] {
    width: 100%;
    margin-top: 1.25rem;
}

.oddoneout-options-container[b-c5t3385tba] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    align-items: stretch; /* Align columns to start so boxes align at top */
}


/* Column wrapper for each option and its explanation */
.feedback-option-column[b-c5t3385tba] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    height: 100%; /* Ensure columns take full height */
}

/* Feedback Option Items - similar to OddOneOut component but without checkboxes */
.feedback-option-item[b-c5t3385tba] {
    border: 2px solid var(--border-light);
    border-radius: 0.5rem;
    padding: 1rem;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    transition: all 0.3s ease;
    flex-shrink: 0; /* Prevent shrinking */
}

.feedback-option-item.option-correct[b-c5t3385tba] {
    border-color: var(--progress-green);
    background-color: var(--correct-light-green);
    box-shadow: 0 0 0.5rem rgb(46, 133, 64, 0.3);
}

.feedback-option-item.option-incorrect[b-c5t3385tba] {
    border-color: var(--alert-red);
    background-color: var(--incorrect-light-red);
    box-shadow: 0 0 0.5rem rgb(181, 9, 9, 0.3);
}

.feedback-option-content[b-c5t3385tba] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.feedback-option-text[b-c5t3385tba] {
    font-size: 1rem;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    color: var(--gray-dark);
}

.feedback-option-item.option-correct .feedback-option-text[b-c5t3385tba] {
    color: var(--progress-green);
    font-weight: 600;
}

.feedback-option-item.option-incorrect .feedback-option-text[b-c5t3385tba] {
    color: var(--alert-red);
    font-weight: 600;
}

/* Individual explanations below each option */
.oddoneout-explanation-individual[b-c5t3385tba] {
    padding: 0.75rem;
    border-radius: 0.375rem;
    font-size: 0.9rem;
    color: var(--color-neutral-gray);
    line-height: 1.4;
    text-align: left;
}

.oddoneout-explanation-individual strong[b-c5t3385tba] {
    color: var(--secondary-black);
    font-weight: 600;
}

/* Responsive Feedback Popup Styles */
.feedback-popup.responsive-popup[b-c5t3385tba] {
    box-sizing: border-box;
    font-size: calc(1rem * var(--popup-scale, 1));
    position: fixed;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
}

/* Large screens - default size */
.feedback-popup.responsive-popup:not(.minimized)[b-c5t3385tba] {
    max-width: 60%;
    max-height: 85vh;
    overflow-y: auto;
}




/* Ensure buttons are always accessible */
.feedback-popup.responsive-popup .feedback-popup-controls[b-c5t3385tba] {
    display: flex;
    gap: 0.5rem; /* 8px */
    flex-shrink: 0;
}

.feedback-popup.responsive-popup .feedback-popup-minimize[b-c5t3385tba],
.feedback-popup.responsive-popup .feedback-popup-close[b-c5t3385tba] {
    min-width: 1.625rem; /* 26px */
    min-height: 1.625rem; /* 26px */
    flex-shrink: 0;
}

/* Responsive content scrolling */
.feedback-popup.responsive-popup .feedback-popup-body[b-c5t3385tba] {
    overflow-y: auto;
    max-height: calc(85vh - 3.75rem);
}

/* Scale content appropriately */

.feedback-popup.responsive-popup .feedback-dragdrop-table table[b-c5t3385tba] {
    width: 100%;
    table-layout: auto;
}

.feedback-popup.responsive-popup .answer-cell[b-c5t3385tba],
.feedback-popup.responsive-popup .explanation-cell[b-c5t3385tba] {
    overflow-wrap: break-word;
    hyphens: auto;
}



    .feedback-popup.responsive-popup.minimized[b-c5t3385tba] {
        transform: none;
        inset: 135% 30% auto auto;
        width: min(300px, 90vw);
    }

.user-attempt-section[b-c5t3385tba] {
    display: flex;
    flex-direction: column;
    border-radius: 0.3125rem;
    background: var(--light-blue-background);
    padding: 1rem;
}

.correct-order-section[b-c5t3385tba] {
    border-radius: 0.1741rem;
    border: 2.785px solid var(--link-blue);
    background: var(--light-gray-background);
    padding: 2rem;
    margin: 2rem;
}

.section-header[b-c5t3385tba] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 0.9375rem;
}

.section-title[b-c5t3385tba] {
    font-size: 1.3345rem;
    font-style: normal;
    font-weight: 600;
    margin: 0;
}

.correct-order-list[b-c5t3385tba] {
    border-radius: 0.2901rem;
    background: var(--white);
    padding:1rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    color: var(--secondary-black);
    font-size: 0.9375rem;
    font-weight: 400;
}

.why-correct-section[b-c5t3385tba] {
    padding-top: 1rem;
}

.why-correct-text[b-c5t3385tba] {
    font-size: 0.9375rem;
    font-weight: 400;
    color: var(--secondary-black);
    margin: 0;
}

/* Scroll helper */
.scroll-indicator[b-c5t3385tba] {
    text-align: right;
    color: var(--link-blue);
    font-size: 1rem;
    font-weight: 600;
    margin: 1% 5% 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.3125rem;
}

.sorting-correct-item[b-c5t3385tba] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    background: var(--white);
    border-radius: 0.2901rem;
    margin-bottom: 1rem;
    padding: .5rem;
}


.sorting-number[b-c5t3385tba] {
    flex-shrink: 0;
    color: var(--secondary-black);
    font-size: 0.9375rem;
    font-weight: 400;
}

/* The Text Sentence */
.sorting-text[b-c5t3385tba] {
    flex-grow: 1;
    color: var(--secondary-black);
    font-size: 0.9375rem;
    font-weight: 400;
}
/* _content/DI.Cache.Blazor/Components/Shared/FormTextRow.razor.rz.scp.css */
.form-field[b-x7e1ak1obq] {
    display: grid;
    padding-bottom: 1rem;
}

.form-field label[b-x7e1ak1obq] {
    color: var(--secondary-black);
    font-size: 1.13544rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0.25rem;
}

.req[b-x7e1ak1obq] {
    color: var(--alert-red);
    font-size: 1.13544rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.input-container[b-x7e1ak1obq] {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid var(--primary-black);
    padding-right: 0.85rem;
    transition: border-width 0.2s ease;
}

label[b-x7e1ak1obq] {
    font-size: 18px;
    font-weight: 400;
}

.text-box[b-x7e1ak1obq] {
    height: 2.875rem;
    font-size: 18px;
    flex: 1;
    padding-left: 0.62rem;
    width: 100%;
    border: none;
    outline: none;
    cursor: default;
}

.text-box:not([readonly])[b-x7e1ak1obq] {
    cursor: text;
}

.edit-icon[b-x7e1ak1obq] {
    position: relative;
    color: var(--primary-black) !important;
    background: none;
    border: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.edit-icon-spacer[b-x7e1ak1obq] {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.edit-actions[b-x7e1ak1obq] {
    margin-top: 8px;
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.btn[b-x7e1ak1obq] {
    font-family:'Source Sans 3';
    border-radius: 4.55px;
    padding: 0.5rem 1.5rem;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    border: 2px solid var(--primary-blue);
    transition: all 0.3s ease;
}

.btn-save[b-x7e1ak1obq] {
    background: var(--primary-blue);
    color: var(--white);
}

.btn-cancel[b-x7e1ak1obq] {
    background: var(--white);
    color: var(--primary-blue);
}

.btn-save:hover[b-x7e1ak1obq] {
    filter: brightness(0.95);
}

.btn-cancel:hover[b-x7e1ak1obq] {
    background: var(--gray-lightest);
}

.dropdown-container[b-x7e1ak1obq] {
    position: relative;
    width: 100%;
}

.dropdown-list[b-x7e1ak1obq] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    border: 1px solid var(--gray-light);
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
}

.dropdown-item[b-x7e1ak1obq] {
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px solid var(--white);
    font-size: 16px;
}

.dropdown-item:hover[b-x7e1ak1obq] {
    background-color: var(--white);
}

.dropdown-item:last-child[b-x7e1ak1obq] {
    border-bottom: none;
}

.dropdown-item.no-results[b-x7e1ak1obq] {
    color: var(--gray-icon);
    font-style: italic;
    cursor: default;
}

.dropdown-item.no-results:hover[b-x7e1ak1obq] {
    background-color: transparent;
}

.validation-error[b-x7e1ak1obq] {
    color: var(--alert-red);
    font-size: 14px;
    margin-top: 4px;
    font-style: italic;
}

.btn:disabled[b-x7e1ak1obq] {
    background-color: var(--gray-progress) !important;
    color: var(--white) !important;
    cursor: not-allowed !important;
    border-color: var(--gray-progress) !important;
}

.btn:disabled:hover[b-x7e1ak1obq] {
    filter: none !important;
    background-color: var(--gray-menu) !important;
}
/* _content/DI.Cache.Blazor/Components/Shared/HorizontalSectionComponent.razor.rz.scp.css */
/* Horizontal Section Component Styles */
.horizontal-section-container[b-3ffb2rvhqr] {
    margin: var(--margin, 2rem 0);
    padding: var(--padding, 1.5rem);
    background-color: var(--off-white);
    border: 2px solid var(--border-light);
    border-radius: 0.375rem;
}

.horizontal-section-container .horizontal-section-title-area[b-3ffb2rvhqr] {
    display: flex;
    gap: 0.5rem;
    flex: 1;
}

.horizontal-section-container.transparent[b-3ffb2rvhqr] {
    background-color: transparent;
    border: none;
}

.horizontal-section-header[b-3ffb2rvhqr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.header-icon[b-3ffb2rvhqr] {
    flex-shrink: 0;
    margin-top: 0.25rem;
    width: var(--icon-width, auto);
    height: var(--icon-height, auto);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-icon svg[b-3ffb2rvhqr] {
    width: 100%;
    height: 100%;
    display: block;
}

.title-content[b-3ffb2rvhqr] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.title-and-link[b-3ffb2rvhqr] {
    display:flex;
    align-items: center;
}

.section-title[b-3ffb2rvhqr] {
    font-size: var(--section-title-font-size, 1.9rem);
    font-weight: var(--section-title-font-weight, 650);
    color: var(--section-title-color, var(--secondary-black));
    margin: 0;
    line-height: var(--section-title-line-height, 100%);
    text-align: var(--section-title-text-align, left);
    font-family: var(--section-title-font-family, inherit);
    letter-spacing: var(--section-title-letter-spacing, normal);
}

.section-subtitle[b-3ffb2rvhqr] {
    font-size: 1.15rem;
    color: var(--secondary-black);
    margin: 0;
    line-height: 126%;
    font-weight: 300;
}

.horizontal-section-controls[b-3ffb2rvhqr] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.scroll-btn[b-3ffb2rvhqr] {
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.1s ease;
    border-radius: 50%;
}

.scroll-btn:hover[b-3ffb2rvhqr] {
    opacity: 0.8;
    transform: scale(1.05);
}

.scroll-btn:active[b-3ffb2rvhqr] {
    transform: scale(0.95);
}

.see-all-link[b-3ffb2rvhqr] {
    color: var(--link-color, var(--primary-blue));
    font-weight: 700;
    text-decoration: underline;
    font-size: 1.15rem;
    padding: 0 1rem;
    border-radius: 0.375rem;
    transition: background-color 0.2s ease;
}

.see-all-link:hover[b-3ffb2rvhqr] {
    cursor: pointer;
    text-decoration: none;
}

.horizontal-section-content[b-3ffb2rvhqr] {
    display: flex;
    gap: 1rem;
    overflow: var(--horizontal-section-overflow-x, auto) var(--horizontal-section-overflow-y, visible);
    scroll-behavior: smooth;
    padding: 1rem 0;
    margin: 0 -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.horizontal-section-content[b-3ffb2rvhqr]::-webkit-scrollbar {
    height: var(--scrollbar-height, 0.5rem);
    display: var(--scrollbar-display, block);
}

.horizontal-section-content[b-3ffb2rvhqr]::-webkit-scrollbar-track {
    background: var(--scrollbar-track-gray);
    border-radius: 0.25rem;
}

.horizontal-section-content[b-3ffb2rvhqr]::-webkit-scrollbar-thumb {
    background: var(--scrollbar-thumb-gray);
    border-radius: 0.25rem;
}

.horizontal-section-content[b-3ffb2rvhqr]::-webkit-scrollbar-thumb:hover {
    background: var(--scrollbar-thumb-hover-gray);
}

.horizontal-section-content#primary-skills-container[b-3ffb2rvhqr] {
    padding-right: 0;
}

.skills-loading[b-3ffb2rvhqr],
.skills-empty[b-3ffb2rvhqr] {
    padding: 2rem;
    text-align: center;
    color: var(--draft-gray);
    font-style: italic;
    min-width: 18.75rem;
}

/* Responsive Design */
@media (width <= 768px) {
    .horizontal-section-header[b-3ffb2rvhqr] {
        flex-direction: column;
        align-items: stretch;
    }

    .horizontal-section-controls[b-3ffb2rvhqr] {
        align-self: flex-end;
    }

    .section-title[b-3ffb2rvhqr] {
        font-size: 1.5rem;
    }

    .horizontal-section-content[b-3ffb2rvhqr] {
        margin: 0 -0.5rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}
/* _content/DI.Cache.Blazor/Components/Shared/LeaveFeedbackComponent.razor.rz.scp.css */
.title[b-l8duj01p4j] {
    margin-top: 4rem;
}

    .title h2[b-l8duj01p4j] {
        font-weight: 680;
        font-size: 1.75rem;
        margin-left: 3rem;
        margin-bottom: 1rem;
    }

    .title p[b-l8duj01p4j] {
        font-weight: 350;
        font-size: 1rem;
        margin-bottom: 0;
        margin-top: 1rem;
        margin-left: 3rem;
    }

.feedback[b-l8duj01p4j] {
    display: flex;
    flex-direction: column;
    margin-left: 3rem;
}

    .feedback p[b-l8duj01p4j] {
        font-weight: 350;
        font-size: 1rem;
        margin-bottom: 0.15rem;
        margin-top: 2rem;
    }

    .feedback textarea[b-l8duj01p4j] {
        padding-bottom: 5rem;
        text-align: left;
        line-height: normal;
        resize: none;
        font: San Source Pro, sans-serif;
    }

.rating[b-l8duj01p4j] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    margin-left: 3rem;
}


.btn[b-l8duj01p4j] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: .5rem;
    align-items: center;
}

.rating-btn[b-l8duj01p4j] {
    display: flex;
    flex-direction: row;
    gap: .5rem;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1rem;
}

.cancel-btn[b-l8duj01p4j] {
    font-family: 'Source Sans 3';
    margin-right: .4rem;
    cursor: pointer;
    background: var(--white);
    border-radius: 0.2rem;
    border: 2.273px solid var(--primary-blue);
    display: flex;
    width: fit-content;
    padding: .4rem 1.4rem;
    justify-content: center;
    align-items: center;
    color: var(--primary-blue);
    text-align: center;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 700;
}

.submit-btn[b-l8duj01p4j] {
    font-family: 'Source Sans 3';
    cursor: pointer;
    width: fit-content;
    padding: .5rem 1.5rem;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 0.2rem;
    border: none;
    background: var(--primary-blue);
    color: var(--white);
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
}
/* _content/DI.Cache.Blazor/Components/Shared/Loading.razor.rz.scp.css */
.loading-container[b-c2e8m7vc9d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2rem 0;
}

.loading-title[b-c2e8m7vc9d] {
    font-style: italic;
    margin-top: 1rem;
    color: var(--dark-gray);
}

.spinner-svg[b-c2e8m7vc9d] {
    animation: rotate-b-c2e8m7vc9d 2s linear infinite;
    transform-origin: center;
}

/* White theme override for loading component */
.loading-white .loading-title[b-c2e8m7vc9d] {
    color: var(--white);
}

.loading-white .spinner-svg path[b-c2e8m7vc9d] {
    fill: var(--white) !important;
}

@keyframes rotate-b-c2e8m7vc9d {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}
/* _content/DI.Cache.Blazor/Components/Shared/LockedReviewContent.razor.rz.scp.css */
.popup-backdrop[b-br06upfykz] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
}

.continue-btn[b-br06upfykz] {
    font-family: 'Source Sans 3';
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    padding: 0.5rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
}

.share-modal[b-br06upfykz] {
    width: 300px;
    height: auto;
}

.submission-box[b-br06upfykz] {
    display: flex;
    flex-direction: column;
}

.submission-box p[b-br06upfykz] {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
}

.submission-box button[b-br06upfykz] {
    align-self: center;
    border-radius: 0.4375rem;
    margin-top: 1.5625rem;
}

.submission-box[b-br06upfykz]  svg {
    display: block;
    margin: 0 auto;
    margin-left: -0.3125rem;
}

.submission-box > p[b-br06upfykz] {
    font-size: 0.9375rem;
}
/* _content/DI.Cache.Blazor/Components/Shared/MicrolearningCompletionModal.razor.rz.scp.css */
*[b-spxldrjnmv] {
    box-sizing: border-box;
    font-family:'Source Sans 3';
}

/* Original full-screen modal overlay (keep for reference if needed) */
.modal-overlay[b-spxldrjnmv] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Content-area constrained modal overlay */
.content-modal-overlay[b-spxldrjnmv] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border-radius: inherit; /* Inherit any border radius from parent */
}

.completion-modal[b-spxldrjnmv] {
    display: flex;
    flex-direction: column;
    background: var(--white);
    border-radius: 12px;
    border: 4px solid var(--accent-blue);
    text-align: left;
    padding: 2rem;
    max-width: 637px;
    width: 90%;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    animation: modalSlideIn-b-spxldrjnmv 0.3s ease-out;
    position: relative;
}

@keyframes modalSlideIn-b-spxldrjnmv {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.modal-close[b-spxldrjnmv] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    z-index: 10;
}

.modal-close svg:hover path[b-spxldrjnmv] {
    fill: var(--gray-standard);
}

.modal-content[b-spxldrjnmv] {
    margin-bottom: 2rem;
    padding-top: 1rem;
}

.modal-header[b-spxldrjnmv] {
    text-align: center;
    margin-bottom: 2rem;
}

.success-icon[b-spxldrjnmv],
.failure-icon[b-spxldrjnmv] {
    margin-bottom: 1rem;
}

.modal-title[b-spxldrjnmv] {
    font-size: 2rem;
    font-weight: 700;
    margin: 1rem 0;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--secondary-black);
}

.modal-subtitle[b-spxldrjnmv] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0.5rem 0 0 0;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--primary-black);
}

.modal-description[b-spxldrjnmv] {
    font-size: 1rem;
    font-weight: 400;
    margin: 1rem 0;
    color: var(--primary-black);
    line-height: 100%;
    letter-spacing: 0%;
}

.modal-feedback[b-spxldrjnmv] {
    font-size: 0.875rem;
    margin: 1rem 0;
    color: var(--secondary-black);
    line-height: 150%;
    letter-spacing: 0%;
    padding: 10px;
    background-color: var(--skill-packet-supporting-skills-container);
    border-left: 6px solid var(--gray-border-light);
}

.modal-header h2[b-spxldrjnmv] {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    color: var(--secondary-black);
}

.modal-header p[b-spxldrjnmv] {
    font-size: 1rem;
    color: var(--gray-standard);
    margin: 0;
    line-height: 1.5;
}

.modal-actions[b-spxldrjnmv] {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.refresher-modal-actions[b-spxldrjnmv] {
    justify-content: center;
}

.primary-button[b-spxldrjnmv],
.secondary-button[b-spxldrjnmv],
.tertiary-button[b-spxldrjnmv] {
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.875rem;
    border: none;
}

.primary-button[b-spxldrjnmv] {
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
}

.secondary-button[b-spxldrjnmv] {
    width: auto;
    max-width: 497px;
    height: 48px;
    background-color: var(--white);
    color: var(--primary-blue);
    border: 2px solid var(--primary-blue);
    font-size: 18px;
    font-weight: 700;
    border-radius: 4px;
}

@media (min-width: 640px) {
    .modal-actions[b-spxldrjnmv] {
        flex-direction: row;
        justify-content: center;
    }
    
    .primary-button[b-spxldrjnmv],
    .secondary-button[b-spxldrjnmv] {
        flex: 0 0 auto;
        min-width: 120px;
    }
}
/* _content/DI.Cache.Blazor/Components/Shared/NotAuthorizedComponent.razor.rz.scp.css */

.access-denied-container[b-1qj52mhx8m] {
    width: 650px;
    height: auto;
    margin-top: 50px;
}

.lead[b-1qj52mhx8m] {
    font-size: 1rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--primary-black);
}

.access-denied-container p:nth-of-type(2)[b-1qj52mhx8m] {
    margin-bottom: 20px;
    font-size: 0.8rem;
    margin-top: 20px;
    line-height: 125%;
    max-width: 400px;
}

.back-home-link[b-1qj52mhx8m] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 20px;
}

    .back-home-link a[b-1qj52mhx8m] {
        font-size: 1rem;
        font-weight: 500;
        color: var(--primary-blue);
    }

.access-denied-container a:nth-child(1)[b-1qj52mhx8m] {
    color: var(--white);
    background-color: var(--primary-blue);
    border-radius: 4px;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
}

    .access-denied-container a:nth-child(1) + a[b-1qj52mhx8m] {
        color: var(--primary-blue);
        background-color: var(--white);
        border-radius: 4px;
        border: 2px solid var(--primary-blue);
        padding: 10px 15px;
        text-decoration: none;
        font-size: 1rem;
        font-weight: bold;
        margin-left: 10px;
    }

.margin-left[b-1qj52mhx8m] {
    margin-left: 10px;
}
/* _content/DI.Cache.Blazor/Components/Shared/NotificationItemComponent.razor.rz.scp.css */
/* NotificationItemComponent specific styles */

*[b-2ck4w3ezn2] {
    font-family: 'Source Sans 3';
    box-sizing: border-box;
}

.notification-item[b-2ck4w3ezn2] {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--gray-very-light);
    cursor: pointer;
}

/* Container specific overrides for notification items */
.notification-item.container-item[b-2ck4w3ezn2] {
    border: 1px solid var(--gray-menu);
    width: 35.75rem;
    margin-bottom: 0.625rem;
}

/* Dropdown specific overrides for notification items */
.notification-item.dropdown-item[b-2ck4w3ezn2] {
    padding: 0.75rem 0 0.75rem 0;
    border: none;
    border-bottom: 1px solid var(--gray-very-light);
    width: 100%;
    height: auto;
    margin-bottom: 0;
}

/* SVG close icon top right */
.notification-close-svg[b-2ck4w3ezn2] {
    position: absolute;
    top: 0.75rem;
    right: 0.125rem;
    cursor: pointer;
    z-index: 2;
}

/* Lighter text for read notifications */
.notification-read[b-2ck4w3ezn2] {
    font-weight: normal;
}

/* Bold text for unread notifications */
.notification-item.unread > *[b-2ck4w3ezn2] {
    font-weight: bold;
}

.notification-item.unread:hover > *[b-2ck4w3ezn2] {
    background-color: var(--gray-very-light);
}

/* Disabled styling for read notifications - not clickable */
.notification-item.read-disabled[b-2ck4w3ezn2] {
    cursor: default;
    opacity: 0.7;
}

/* Hover effect only for unread (clickable) notifications */
.notification-item:not(.read-disabled):hover[b-2ck4w3ezn2] {
    background-color: var(--gray-very-light);
}

/* Keep delete button always clickable */
.notification-item.read-disabled .notification-close-svg[b-2ck4w3ezn2] {
    cursor: pointer;
    opacity: 1;
}

.notification-header-container[b-2ck4w3ezn2] {
    display: flex;
    width: 100%;
    font-size: 0.875rem;
}

.notification-type[b-2ck4w3ezn2] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    /*margin-bottom: 0.3125rem;*/
    width: 80%;
    text-align: left;
}

.notification-type svg[b-2ck4w3ezn2] {
    flex-shrink: 0;
    align-self: flex-start;
    margin-top: 0;
}

.notification-type span[b-2ck4w3ezn2] {
    flex: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    margin-top: 0;
    line-height: 1;
    padding-top: 0;
}

.notification-body[b-2ck4w3ezn2] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.625rem;
}

.notification-body section[b-2ck4w3ezn2] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    width: 80%;
}

.notification-person[b-2ck4w3ezn2] {
    margin-right: 0.5rem;
    font-size: 0.75rem;
    text-align: left;
}

.notification-date[b-2ck4w3ezn2] {
    color: inherit;
    font-size: 0.75rem;
    text-align: start;
}

.notification-bell[b-2ck4w3ezn2] {
    align-self: flex-end;
    /*margin-right: 0.1875rem;*/
    position: relative;
    left: 2px;
    top: 4px;
}

/* Empty state specific styling */
.notification-item.empty-state[b-2ck4w3ezn2] {
    cursor: default;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.notification-item.empty-state:hover[b-2ck4w3ezn2] {
    background-color: transparent;
}

.notification-item.empty-state .notification-type[b-2ck4w3ezn2] {
    justify-content: center;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--neutral-black);
    font-size: 1rem;
}

.notification-item.empty-state .notification-person[b-2ck4w3ezn2] {
    margin-right: 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 113%;
    letter-spacing: 0%;
    color: var(--neutral-black);
}

a.notification-link[b-2ck4w3ezn2] {
    border: none;
    background-color: inherit;
    padding-left: 0;
    margin-top: 0;
    line-height: 1;
    padding-top: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    text-align: left;
    display: inline-block;
    width: 100%;
}

a.notification-link:hover[b-2ck4w3ezn2] {
    background-color: inherit;
}
/* _content/DI.Cache.Blazor/Components/Shared/PaintPointComponent.razor.rz.scp.css */
/* Paint Point Container Styles */
.paint-point-container.nexora-bg-primary[b-sh2883rybc] {
    background: linear-gradient(to top, var(--primary-blue-gradient-dark), var(--primary-blue));
    height: 322px;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}

.paint-point-container[b-sh2883rybc] {
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

/* Paint Point Input Wrapper */
.paint-point-input-wrapper[b-sh2883rybc] {
    position: relative;
    width: 100%;
    max-width: 800px;
}

.paint-point-input-wrapper h1[b-sh2883rybc] {
    color: var(--white);
    margin-bottom: 0.8rem;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.paint-point-inner-wrapper[b-sh2883rybc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.paint-point-bottom-row[b-sh2883rybc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.5rem 0 0;
}

.paint-point-submit-btn[b-sh2883rybc] {
    font-family:'Source Sans 3', sans-serif;
    background-color: transparent;
    color: var(--white);
    border: 2px solid var(--white);
    border-radius: 0.25rem;
    padding: 0.5rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 2px 8px rgb(0,0,0,0.05);
    transition: background 0.2s, color 0.2s;
    margin-left: auto;
}

/* Loading state for Submit Button */
.paint-point-submit-btn.loading[b-sh2883rybc] {
    background-color: transparent;
    border-color: var(--white);
    cursor: wait;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: auto; /* Allow button to grow to fit content */
    min-width: 100px; /* Minimum width for submit button */
    padding: 0.5rem 1rem; /* Adjusted padding for loading state */
}

.paint-point-submit-btn.loading:hover[b-sh2883rybc] {
    background-color: transparent;
    border-color: var(--white);
}

/* Disabled state for Submit Button */
.paint-point-submit-btn.disabled[b-sh2883rybc] {
    background: rgb(0, 0, 0, 0.05);
    color: rgb(255, 255, 255, 0.35);
    cursor: not-allowed;
    border-color: rgb(255, 255, 255, 0.35);
}

.paint-point-submit-btn.disabled:hover[b-sh2883rybc] {
    background: rgb(0, 0, 0, 0.05);
    color: rgb(255, 255, 255, 0.35);
    border-color: rgb(255, 255, 255, 0.35);
}

/* Paint Point Character Counter */
.paint-point-char-count[b-sh2883rybc] {
    position: relative;
    left: 0;
    align-self: flex-start;
    font-size: 0.95rem;
    color: var(--white);
    opacity: 0.85;
    font-weight: 500;
}

/* Paint Point Heading Styles */
.paint-point-container h1[b-sh2883rybc] {
    color: var(--white);
    text-align: center;
    font-weight: 600;
    font-size: 2rem;
    font-family: "Source Sans 3", sans-serif;
    line-height: 100%;
    letter-spacing: 0;
}

/* Skill Input Styling */
.nexora-skill-input[b-sh2883rybc] {
    background: var(--white);
    font-family: "Source Sans 3", sans-serif;
    color: var(--secondary-black);
    border: none;
    border-radius: 0.25rem;
    padding: 1rem 1.5rem 0.5rem;
    max-width: 1172px;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgb(0,0,0,0.05);
    line-height: 1.2;
    resize: none;
    vertical-align: top;
}

.nexora-skill-input[b-sh2883rybc]::placeholder {
    font-style: italic;
    color: var(--paint-point-placeholder);
    opacity: 0.7;
}

.justify-center[b-sh2883rybc] {
    justify-content: center;
}

/* Error Message Styles */
.error-message.paint-point-error[b-sh2883rybc] {
    background-color: rgb(220, 53, 69, 0.1);
    border: 1px solid rgb(220, 53, 69, 0.3);
    border-radius: 0.25rem;
    padding: 0.75rem 1rem;
    margin: 0.5rem 0;
    color: var(--white);
    font-size: 0.95rem;
    line-height: 1.4;
    font-family: "Source Sans 3", sans-serif;
}

.error-message.paint-point-error .text-bold[b-sh2883rybc] {
    font-weight: 700;
}
/* _content/DI.Cache.Blazor/Components/Shared/ProficiencyTag.razor.rz.scp.css */


/* Info Badge Styles */
.info-badge[b-rry4dn7aag] {
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    height: 1.4rem;
    padding: 0.1875rem 0.375rem;
    width: fit-content;
    gap: 0.3872rem;
    border-radius: 0.17rem;
    color: var(--white);
    text-transform: uppercase;
}

.info-badge.level-0[b-rry4dn7aag] {
    background: var(--gray-label);
}

.info-badge.level-1[b-rry4dn7aag] {
    background: var(--blue-level-one);
}

.info-badge.level-2[b-rry4dn7aag] {
    background: var(--primary-blue);
}

.info-badge.level-3[b-rry4dn7aag] {
    background: var(--blue-level-three);
}

.info-badge.level-4[b-rry4dn7aag] {
    background: var(--blue-level-four);
}

.info-badge.level-5[b-rry4dn7aag] {
    background: var(--navy-blue);
}
/* _content/DI.Cache.Blazor/Components/Shared/ProgressTag.razor.rz.scp.css */
.progress-tag[b-vvnxkef2tk] {
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    height: 1.4rem;
    padding: 0.1875rem 0.375rem;
    width: fit-content;
    gap: 0.3872rem;
    border-radius: 0.17rem;
    color: var(--white);
    text-transform: uppercase;
}

.progress-text[b-vvnxkef2tk] {
    color: inherit;
}

/* Progress status variants */
.progress-not-started[b-vvnxkef2tk] {
    background-color: var(--draft-gray);
}

.progress-in-progress[b-vvnxkef2tk] {
    background-color: var(--gray-menu);
}

.progress-paused[b-vvnxkef2tk] {
    background-color: var(--pending-brown);
}

.progress-completed[b-vvnxkef2tk] {
    background-color: var(--color-status-complete);
}

/* _content/DI.Cache.Blazor/Components/Shared/ReviewCard.razor.rz.scp.css */
.review-card[b-qpu0ljp1iw] {
    background: var(--white);
    border: 1px solid var(--primary-black);
    border-radius: 4px;
    flex: 1;
    padding: 16px;
    margin-bottom: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    max-height: 142px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.review-header[b-qpu0ljp1iw] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.review-user-info[b-qpu0ljp1iw] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.review-user-name[b-qpu0ljp1iw] {
    font-weight: 600;
    color: var(--secondary-black);
    font-size: 14px;
}

.review-date[b-qpu0ljp1iw] {
    font-size: 12px;
    color: var(--gray-standard);
}

.review-comment[b-qpu0ljp1iw] {
    color: var(--secondary-black);
    font-size: 14px;
    line-height: 1.5;
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* _content/DI.Cache.Blazor/Components/Shared/SkillCardComponent.razor.rz.scp.css */
/* Skill Card Component Styles */
.skill-card[b-30flfn2zmi] {
    display: flex;
    /*min-width: 395px;
    max-width: 400px;*/
    /*height: 246px;*/
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 4px 0px #00000040;
    position: relative;

    .text {
        font-size: 1rem;
        text-wrap: wrap;
    }
}

.skill-card:hover[b-30flfn2zmi] {
    box-shadow: 0 4px 12px rgba(0, 94, 162, 0.15);
    transform: translateY(-2px);
}

.skill-card.tooltip-active[b-30flfn2zmi] {
    z-index: 10;
}

.skill-card:active[b-30flfn2zmi] {
    transform: translateY(0);
}

.skill-card-left[b-30flfn2zmi] {
    width: 154px;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.skill-card-left[b-30flfn2zmi]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: shimmer-b-30flfn2zmi 3s ease-in-out infinite;
}

@keyframes shimmer-b-30flfn2zmi {
    0%, 100% { transform: rotate(0deg) scale(1); opacity: 0.3; }
    50% { transform: rotate(180deg) scale(1.1); opacity: 0.1; }
}

.skill-card-svg[b-30flfn2zmi] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.skill-card-svg svg[b-30flfn2zmi] {
    width: 48px;
    height: 48px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.skill-card-placeholder svg[b-30flfn2zmi] {
    fill: var(--white);
}

.skill-card-right[b-30flfn2zmi] {
    flex: 1;
    padding: 1.25rem;
    border-left: 1px solid var(--secondary-black);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.skill-card-content[b-30flfn2zmi] {
    flex: 1;
}

.skill-card-title[b-30flfn2zmi] {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--primary-blue);
    text-decoration: underline;
    margin: 0 0 0.5rem 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.skill-card-metadata[b-30flfn2zmi] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.metadata-item[b-30flfn2zmi] {
    font-size: 0.75rem;
    color: var(--primary-blue);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.metadata-item[b-30flfn2zmi]::before {
    content: '•';
    color: var(--primary-blue);
    font-weight: bold;
}

/* Supporting Skills Container */
.skill-card-supporting-skills[b-30flfn2zmi] {
    margin: 0.75rem -1.25rem 0.5rem -1.25rem;
    padding: 0 1.25rem;
    position: relative;
    overflow: visible;
    z-index: 1;
}



/* Responsive Design */
@media (max-width: 768px) {
    .skill-card[b-30flfn2zmi] {
        min-width: 280px;
        max-width: 320px;
        height: 140px;
    }
    
    .skill-card-left[b-30flfn2zmi] {
        width: 100px;
    }
    
    .skill-card-svg svg[b-30flfn2zmi] {
        width: 36px;
        height: 36px;
    }
    
    .skill-card-right[b-30flfn2zmi] {
        padding: 1rem;
    }
    
    .skill-card-supporting-skills[b-30flfn2zmi] {
        margin: 0.5rem -1rem 0.25rem -1rem;
        padding: 0 1rem;
    }
    
    /* Maintain overrides for mobile - High Specificity */
    .skill-card .skill-card-supporting-skills .box.higher.supporting-skills[b-30flfn2zmi],
    .skill-card .skill-card-supporting-skills .box.lower.supporting-skills[b-30flfn2zmi],
    .skill-card .skill-card-supporting-skills .box[b-30flfn2zmi] {
        width: 95% !important;
        max-width: 95% !important;
        min-width: 95% !important;
    }
    
    .skill-card .skill-card-supporting-skills .box .text[b-30flfn2zmi],
    .skill-card .skill-card-supporting-skills .box.higher .text[b-30flfn2zmi],
    .skill-card .skill-card-supporting-skills .box.lower .text[b-30flfn2zmi],
    .skill-card .skill-card-supporting-skills .box.supporting-skills .text[b-30flfn2zmi] {
        font-size: 10px !important;
        text-align: left !important;
        text-align-last: left !important;
    }

   
}
/* _content/DI.Cache.Blazor/Components/Shared/SkillPacket/LearningGoalCard.razor.rz.scp.css */
/* Learning Goal Container with Timeline */
.learning-goal-container[b-587mkfoph8] {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 3.8125rem; /* Make room for timeline: 39px SVG + 22px gap - converted from 61px */
}

/* Timeline Section - Absolutely positioned */
.timeline-section[b-587mkfoph8] {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 39px;

    /* Align SVG with the learning goal title */
    padding-top: calc(1.5rem + 0.65rem); /* Header padding + title positioning offset */
}

.timeline-icon[b-587mkfoph8] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4375rem; /* converted from 39px */
    height: 2.4375rem; /* converted from 39px */
    position: relative;
    z-index: 2; /* Above the connector line */
    border-radius: 50%;
}

.timeline-icon svg[b-587mkfoph8] {
    width: 2.4375rem; /* converted from 39px */
    height: 2.4375rem; /* converted from 39px */
    transition: all 0.3s ease-in-out;
}

/* Timeline Connector - Dynamic vertical line that grows with microlearning count */
.timeline-connector[b-587mkfoph8] {
    position: absolute;
    width: 1px;
    top: 2.4375rem; /* Start from bottom of SVG - converted from 39px */
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--timeline-connector-gray); /* Same gray color for all connectors */
    z-index: 1; /* Behind the SVG */

    /* Use calculated distance for collapsed state */
    height: var(--connector-collapsed-height, 12rem); /* Fallback height if calculation fails */
    transition: height 0.3s ease-in-out; /* Only height transition needed */
}

/* Extended connector height when learning goal is expanded - uses calculated distance */
.learning-goal-container.expanded .timeline-connector[b-587mkfoph8] {
    /* Use dynamically calculated height based on actual content */
    height: var(--connector-expanded-height, 50rem); /* Fallback height if calculation fails */
}

/* Ensure no connector lines appear on the last learning goal in the list */
.learning-goals-list > .learning-goal-container:last-child .timeline-connector[b-587mkfoph8] {
    display: none;
}

/* Override: Show connector for last learning goal when expanded */
.learning-goals-list > .learning-goal-container:last-child.expanded .timeline-connector[b-587mkfoph8] {
    display: block;
}

/* Learning Goal Card */
.learning-goal-card[b-587mkfoph8] {
    background-color: var(--skill-packet-supporting-skills-container);
    border-radius: 0.25rem; /* converted from 4px */
    overflow: hidden;
    opacity: 0.7;
    pointer-events: none;
    border: 1px solid var(--secondary-black);
    width: 100%; /* Full width within container */
}

/* Enabled learning goal card - active state */
.learning-goal-container.enabled .learning-goal-card[b-587mkfoph8] {
    background-color: var(--skill-learning-goal-active-bg);
    opacity: 1;
    pointer-events: auto;
}

.learning-goal-header[b-587mkfoph8] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    cursor: not-allowed;
    user-select: none;
    transition: background-color 0.15s ease-in-out;
}

/* Active enabled learning goal header */
.learning-goal-container.enabled .learning-goal-header[b-587mkfoph8] {
    cursor: pointer;
}

.learning-goal-container.enabled .learning-goal-header:hover[b-587mkfoph8] {
    background-color: rgb(0, 0, 0, 0.02);
}

.learning-goal-content[b-587mkfoph8] {
    flex: 1;
}

.learning-goal-title[b-587mkfoph8] {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--gray-label);
    margin: 0 0 0.5rem;
    text-decoration: none;
}

.learning-goal-description[b-587mkfoph8] {
    font-size: 0.9rem;
    color: var(--gray-label);
    line-height: 1.4;
    margin: 0;
}

/* Active enabled learning goal text styling */
.learning-goal-container.enabled .learning-goal-title[b-587mkfoph8] {
    color: var(--secondary-black);
    text-decoration: none;
}

.learning-goal-container.enabled .learning-goal-description[b-587mkfoph8] {
    color: var(--secondary-black);
}

.learning-goal-toggle[b-587mkfoph8] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    cursor: not-allowed;
    transition: all 0.15s ease-in-out;
}

.learning-goal-toggle svg path[b-587mkfoph8] {
    stroke: var(--gray-label);
}

/* Active enabled learning goal toggle styling */
.learning-goal-container.enabled .learning-goal-toggle[b-587mkfoph8] {
    cursor: pointer;
}

.learning-goal-container.enabled .learning-goal-toggle svg path[b-587mkfoph8] {
    stroke: var(--skill-packet-chevron-filler);
}

/* Learning Goal Meta */
.learning-goal-meta[b-587mkfoph8] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.learning-goal-time[b-587mkfoph8], .learning-goal-progress[b-587mkfoph8], .learning-goal-wrapup[b-587mkfoph8], .learning-goal-refresher[b-587mkfoph8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    font-style: italic;
    line-height: 100%;
    color: var(--gray-label); /* Disabled text color by default */
}

.learning-goal-time span[b-587mkfoph8], .learning-goal-progress span[b-587mkfoph8], .learning-goal-wrapup span[b-587mkfoph8], .learning-goal-refresher span[b-587mkfoph8] {
    color: var(--gray-label); /* Ensure spans are also disabled color */
}

.learning-goal-time svg path[b-587mkfoph8], .learning-goal-progress svg path[b-587mkfoph8], .learning-goal-wrapup svg path[b-587mkfoph8], .learning-goal-refresher svg path[b-587mkfoph8] {
    fill: var(--gray-label); /* Disabled icon color */
}

/* Active enabled learning goal meta styling */
.learning-goal-container.enabled .learning-goal-time[b-587mkfoph8],
.learning-goal-container.enabled .learning-goal-progress[b-587mkfoph8],
.learning-goal-container.enabled .learning-goal-wrapup[b-587mkfoph8],
.learning-goal-container.enabled .learning-goal-refresher[b-587mkfoph8] {
    color: var(--secondary-black); /* Active text color */
}

.learning-goal-container.enabled .learning-goal-time span[b-587mkfoph8],
.learning-goal-container.enabled .learning-goal-progress span[b-587mkfoph8],
.learning-goal-container.enabled .learning-goal-wrapup span[b-587mkfoph8],
.learning-goal-container.enabled .learning-goal-refresher span[b-587mkfoph8] {
    color: var(--secondary-black); /* Active span text color */
}

.learning-goal-container.enabled .learning-goal-time svg path[b-587mkfoph8],
.learning-goal-container.enabled .learning-goal-progress svg path[b-587mkfoph8],
.learning-goal-container.enabled .learning-goal-wrapup svg path[b-587mkfoph8],
.learning-goal-container.enabled .learning-goal-refresher svg path[b-587mkfoph8] {
    fill: var(--secondary-black); /* Active icon color */
}

/* Lessons Section - Natural flow within container */
.lessons-section[b-587mkfoph8] {
    border-top: none;
    background-color: transparent;
    margin-top: 1rem; /* Small gap between card and lessons */
    width: 100%; /* Ensure full width */
}

.lessons-list[b-587mkfoph8] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem; /* Smaller gap between lesson cards */
    width: 100%; /* Full width within grid column */
}

/* Lesson Layout Components */
.lessons-flex-row[b-587mkfoph8] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1.5rem;
}

.lessons-timeline-rail-col[b-587mkfoph8] {
    flex-shrink: 0;
    width: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lessons-cards-col[b-587mkfoph8] {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.lesson-timeline-rail[b-587mkfoph8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30px;
}

.lesson-timeline-rail-item[b-587mkfoph8] {
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Responsive Timeline Adjustments */

/* Learning Goals Section Container - Smaller gap between cards */
.learning-goals-list > .learning-goal-container:not(:last-child)[b-587mkfoph8] {
    margin-bottom: 0.75rem; /* Reduced from 1rem */
}

/* Medium screens (tablets and small desktops) - Now use calculated heights */
@media (width >= 769px) and (width < 1600px) {
    .timeline-connector[b-587mkfoph8] {
        /* Use calculated height with fallback */
        height: var(--connector-collapsed-height, 12rem);
    }

    /* Extended connector height when expanded for medium screens */
    .learning-goal-container.expanded .timeline-connector[b-587mkfoph8] {
        /* Use calculated expanded height with fallback */
        height: var(--connector-expanded-height, 62rem);
    }

    /* Shorter height for second-to-last learning goal when expanded */
    .learning-goals-list > .learning-goal-container:nth-last-child(2).expanded .timeline-connector[b-587mkfoph8] {
        height: var(--connector-expanded-height, 63rem); /* Shorter height for penultimate item */
    }
}

/* Large Desktop Screens - Dynamic connector height for wider viewports */
@media (width >= 1600px) {
    .timeline-connector[b-587mkfoph8] {
        /* Use calculated height with fallback */
        height: var(--connector-collapsed-height, 11rem);
    }

    /* Dynamic expanded height for large screens based on content */
    .learning-goal-container.expanded .timeline-connector[b-587mkfoph8] {
        /* Use calculated expanded height with fallback */
        height: var(--connector-expanded-height, 61rem);
    }

    /* Shorter height for second-to-last learning goal when expanded */
    .learning-goals-list > .learning-goal-container:nth-last-child(2).expanded .timeline-connector[b-587mkfoph8] { /* Shorter height for penultimate item */
         height: var(--dynamic-connector-height-desktop, 61rem); /* Fallback height if calculation fails */
    }
}

/* Lesson Card Styles for Empty State Display */

/* Copied from LessonCard.razor.css to ensure consistent styling */
.lesson-card[b-587mkfoph8] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    width: 95%;
    max-width: 95%;
    min-width: 0; /* Allow the card to shrink and enable text truncation */
    overflow: hidden;
    background-color: var(--skill-lesson-card-bg);
    border-radius: 0.25rem; /* converted from 4px */
    margin-right: 1.25rem; /* converted from 20px */
    transition: background-color 0.15s ease-in-out;
}

.lesson-content[b-587mkfoph8] {
    flex: 1;
    min-width: 0; /* Critical: Allow the flex item to shrink */
    overflow: hidden; /* Ensure content doesn't overflow */
}

.lesson-header[b-587mkfoph8] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0.5rem;
    width: 100%; /* Ensure full width */
    min-width: 0; /* Allow shrinking */
}

.lesson-title-row[b-587mkfoph8] {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    min-width: 0; /* Allow the flex container to shrink */
    overflow: hidden; /* Prevent overflow from pushing container */
}

.lesson-title[b-587mkfoph8] {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--white);
    margin: 0;
    flex: 1 1 0%; /* Take available space but allow shrinking to 0 */
    min-width: 0; /* Allow the flex item to shrink below its content width */
}

/* Empty State Container - Horizontal layout for SVG and lesson card */
.empty-state-container[b-587mkfoph8] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}

/* Ensure lesson card in empty state takes full available width */
.empty-state-container .lesson-card[b-587mkfoph8] {
    flex: 1;
    width: auto;
    max-width: none;
}

/* Empty state title color */
.empty-state-title[b-587mkfoph8] {
    color: var(--white);
}
/* _content/DI.Cache.Blazor/Components/Shared/SkillPacket/LearningGoalTimeline.razor.rz.scp.css */
/* Timeline Container */
.timeline-container[b-fcoaa4gmpi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 39px; /* Fixed width to match SVG size */
}

/* Lesson timeline container - smaller */
.timeline-container.lesson[b-fcoaa4gmpi] {
    width: 27px;
}

/* Timeline Item */
.timeline-item[b-fcoaa4gmpi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: all 0.3s ease-in-out;
    width: 39px;
    padding: 1.5rem 0; /* Add vertical padding to match learning goal card header padding */
    margin-bottom: 1rem; /* Match the learning goal card gap */
}

/* Lesson timeline item - adjusted for proper spacing */
.timeline-container.lesson .timeline-item[b-fcoaa4gmpi] {
    width: 27px;
    padding: 0.75rem 0; /* Keep padding for lessons */
    margin-bottom: 0rem; /* Remove margin to allow line to connect */
}

.timeline-item:first-child[b-fcoaa4gmpi] {
    padding-top: 0; /* Remove top padding from first item to align properly */
}

.timeline-item:last-child[b-fcoaa4gmpi] {
    margin-bottom: 0; /* Remove margin from last item */
    padding-bottom: 1.5rem; /* Keep bottom padding on last item */
}

/* Lesson timeline - smaller bottom padding */
.timeline-container.lesson .timeline-item:last-child[b-fcoaa4gmpi] {
    padding-bottom: 0.75rem;
}

/* Timeline Icon */
.timeline-icon[b-fcoaa4gmpi] {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    width: 39px;
    height: 39px;
    border-radius: 50%;
}

/* Lesson timeline icon - smaller */
.timeline-container.lesson .timeline-icon[b-fcoaa4gmpi] {
    width: 27px;
    height: 27px;
}

.timeline-icon svg[b-fcoaa4gmpi] {
    width: 39px;
    height: 39px;
    transition: all 0.3s ease-in-out;
}

/* Lesson timeline SVG - smaller */
.timeline-container.lesson .timeline-icon svg[b-fcoaa4gmpi] {
    width: 27px;
    height: 27px;
}

/* Timeline Line */
.timeline-line[b-fcoaa4gmpi] {
    width: 1px;
    height: 1rem; /* Reduced height since we now have padding in items */
    background-color: var(--timeline-connector-gray);
    border: none;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

/* Lesson timeline line - much longer to reach next lesson card */
.timeline-container.lesson .timeline-line[b-fcoaa4gmpi] {
    height: 6rem; /* Even longer to ensure connection between lesson cards */
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

/* Active timeline line */
.timeline-item.active .timeline-line[b-fcoaa4gmpi] {
    background-color: var(--timeline-connector-gray);
}

/* Expanded spacer - takes up space when lessons are shown */
.timeline-expanded-spacer[b-fcoaa4gmpi] {
    width: 1px;
    min-height: 300px; /* Increased to accommodate more lesson content */
    background-color: var(--timeline-connector-gray);
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    transition: all 0.3s ease-in-out;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .timeline-icon svg[b-fcoaa4gmpi] {
        width: 32px;
        height: 32px;
    }
    
    .timeline-icon[b-fcoaa4gmpi] {
        width: 32px;
        height: 32px;
    }
    
    .timeline-container[b-fcoaa4gmpi],
    .timeline-item[b-fcoaa4gmpi] {
        width: 32px;
    }
    
    /* Lesson responsive adjustments */
    .timeline-container.lesson[b-fcoaa4gmpi] {
        width: 22px;
    }
    
    .timeline-container.lesson .timeline-item[b-fcoaa4gmpi] {
        width: 22px;
    }
    
    .timeline-container.lesson .timeline-icon[b-fcoaa4gmpi] {
        width: 22px;
        height: 22px;
    }
    
    .timeline-container.lesson .timeline-icon svg[b-fcoaa4gmpi] {
        width: 22px;
        height: 22px;
    }
    
    .timeline-line[b-fcoaa4gmpi],
    .timeline-expanded-spacer[b-fcoaa4gmpi] {
        width: 1px; /* Maintain 1px line even on mobile */
    }
    
    /* Lesson timeline line responsive - maintain connection height */
    .timeline-container.lesson .timeline-line[b-fcoaa4gmpi] {
        height: 5rem; /* Slightly shorter on mobile but still connecting */
    }
    
    .timeline-expanded-spacer[b-fcoaa4gmpi] {
        min-height: 150px;
    }
}
/* _content/DI.Cache.Blazor/Components/Shared/SkillPacket/LessonCard.razor.rz.scp.css */
.lesson-container[b-6jjhd9ewbp] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; /* Align items to top for better timeline alignment */
    min-width: 0; /* Allow container to shrink and enable nested text truncation */
}

/* Lesson Card */
.lesson-card[b-6jjhd9ewbp] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    width: 95%;
    max-width: 95%;
    min-width: 0; /* Allow the card to shrink and enable text truncation */
    overflow: hidden;
    background-color: var(--skill-lesson-card-bg);
    border-radius: 0.25rem;
    margin-right: 1.25rem;
    transition: background-color 0.15s ease-in-out;
}

.lesson-content[b-6jjhd9ewbp] {
    flex: 1;
    min-width: 0; /* Critical: Allow the flex item to shrink */
    overflow: hidden; /* Ensure content doesn't overflow */
}

.lesson-header[b-6jjhd9ewbp] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 0.5rem;
    width: 100%; /* Ensure full width */
    min-width: 0; /* Allow shrinking */
}

.lesson-title-row[b-6jjhd9ewbp] {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    min-width: 0; /* Allow the flex container to shrink */
    overflow: hidden; /* Prevent overflow from pushing container */
}

.lesson-title[b-6jjhd9ewbp] {
    text-decoration: underline;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--white);
    margin: 0;
    flex: 1 1 0%; /* Take available space but allow shrinking to 0 */
    min-width: 0; /* Allow the flex item to shrink below its content width */
    display: -webkit-box;
    -webkit-line-clamp: 1; /* Allow 1 line before ellipsis */
    line-clamp: 1; /* Standard property for compatibility */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer; /* Show pointer cursor when hovering over potentially truncated text */
}

.microlearning-tag[b-6jjhd9ewbp] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 23px; /* Set consistent height for all microlearning tags */
    min-height: 23px;
}

.microlearning-tag svg[b-6jjhd9ewbp] {
    flex-shrink: 0;
    height: 23px; /* Match consistent tag height */
    width: auto;
}

.lesson-status[b-6jjhd9ewbp] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lesson-status svg[b-6jjhd9ewbp] {
    flex-shrink: 0;
    height: 23px; /* Match microlearning tag height for completed */
    width: auto;
}

.lesson-meta[b-6jjhd9ewbp] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--white);
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.lesson-duration[b-6jjhd9ewbp] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--white);
    font-weight: 500;
}

.lesson-duration svg[b-6jjhd9ewbp] {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

.lesson-description[b-6jjhd9ewbp] {
    font-size: 0.875rem;
    color: var(--white);
    line-height: 1.4;
    margin: 0;
    opacity: 0.8;
}

.lesson-action[b-6jjhd9ewbp] {
    flex-shrink: 0;
    flex-basis: auto; /* Maintain natural size */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem; /* Add gap between checkmark and button for summary lessons */
    min-width: fit-content; /* Ensure it doesn't get too small */
}

.lesson-completed-icon[b-6jjhd9ewbp] {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
}

/* Disabled Lesson State */
.lesson-card:has(.start-microlearning-btn.disabled)[b-6jjhd9ewbp] {
    opacity: 0.6;
    background-color: rgb(var(--skill-lesson-card-bg-rgb, 59, 59, 59), 0.5);
}

.lesson-card:has(.start-microlearning-btn.disabled) .lesson-title[b-6jjhd9ewbp],
.lesson-card:has(.start-microlearning-btn.disabled) .lesson-meta[b-6jjhd9ewbp],
.lesson-card:has(.start-microlearning-btn.disabled) .microlearning-tag[b-6jjhd9ewbp] {
    opacity: 0.7;
}

/* Clickable completed lesson cards */
.lesson-card.clickable[b-6jjhd9ewbp] {
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

.lesson-card.clickable:hover[b-6jjhd9ewbp] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(0, 0, 0, 0.2);
}

.lesson-card.clickable:active[b-6jjhd9ewbp] {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgb(0, 0, 0, 0.15);
}

.lesson-card.clickable .lesson-title[b-6jjhd9ewbp] {
    text-decoration: underline;
}

    .lesson-card.clickable:hover .lesson-title[b-6jjhd9ewbp] {
        color: var(--purple-hover);
        text-decoration: underline;
    }

/* Start Microlearning Button */
.start-microlearning-btn[b-6jjhd9ewbp] {
    font-family:'Source Sans 3';
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    border-radius: 0.25rem;
    padding: 0.5rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.start-microlearning-btn:hover[b-6jjhd9ewbp] {
    background-color: var(--navy-blue);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgb(0, 0, 0, 0.15);
}

.start-microlearning-btn:active[b-6jjhd9ewbp] {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgb(0, 0, 0, 0.15);
}

/* Disabled state for Start Microlearning Button */
.start-microlearning-btn.disabled[b-6jjhd9ewbp],
.start-microlearning-btn:disabled[b-6jjhd9ewbp] {
    background-color: rgb(var(--primary-blue-rgb, 45, 134, 239), 0.5); /* 50% opacity blue instead of gray */
    color: var(--white);
    cursor: not-allowed;
    opacity: 0.8; /* Slightly less opacity to maintain visibility */
    pointer-events: none;
    transform: none;
    box-shadow: none;
}

.start-microlearning-btn.disabled:hover[b-6jjhd9ewbp],
.start-microlearning-btn:disabled:hover[b-6jjhd9ewbp] {
    background-color: rgb(var(--primary-blue-rgb, 45, 134, 239), 0.5); /* Keep same blue on hover */
    transform: none;
    box-shadow: none;
}

/* Loading state for Start Microlearning Button */
.start-microlearning-btn.loading[b-6jjhd9ewbp] {
    background-color: var(--navy-blue);
    cursor: wait;
    pointer-events: none;
}

.start-microlearning-btn.loading:hover[b-6jjhd9ewbp] {
    background-color: var(--navy-blue);
    transform: none;
    box-shadow: none;
}
/* _content/DI.Cache.Blazor/Components/Shared/SkillPacket/LessonTimelineRail.razor.rz.scp.css */
/* Timeline Container */
.timeline-container.lesson[b-l8o7xlk7bd] {
    width: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
}

/* Timeline Item - dynamic height based on content */
.timeline-item[b-l8o7xlk7bd] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    transition: all 0.3s ease-in-out;
    width: 30px;
    min-height: 8rem; /* Minimum height to accommodate lesson card */
    flex-grow: 1;
}

.timeline-item:last-child[b-l8o7xlk7bd] {
    margin-bottom: 0;
}

/* Timeline Icon - positioned to left and center of microlearning */
.timeline-icon[b-l8o7xlk7bd] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 3.5rem; /* Align with center of lesson card */
    left: 0; /* Position to the left */
    z-index: 2;
    transition: all 0.3s ease-in-out;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}



.timeline-icon svg[b-l8o7xlk7bd] {
    width: 30px;
    height: 30px;
    transition: all 0.3s ease-in-out;
}

/* Timeline Line - dynamic height based on content */
.timeline-line[b-l8o7xlk7bd] {
    position: absolute;
    left: 0.9375rem; /* Center of the 30px icon - converted from 15px */
    top: calc(3.5rem + 0.9375rem); /* Start from center of icon - converted 15px to rem */
    width: 1px;
    height: calc(100% - 1rem); /* Dynamic height to reach next SVG */
    background-color: var(--timeline-connector-gray);
    border: none;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

/* Hide line on last timeline item */
.timeline-item:last-child .timeline-line[b-l8o7xlk7bd] {
    display: none;
}
/* _content/DI.Cache.Blazor/Components/Shared/SkillPacket/SkillDetailCard.razor.rz.scp.css */
/* Skill Card Container */
.skill-card-container[b-6iudp44886] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Supporting Skill Card */
.supporting-skill-card[b-6iudp44886] {
    background-color: var(--white);
    padding: 2rem;
    border-radius: 4px;
    position: relative;
}

.supporting-skill-header[b-6iudp44886] {
    cursor: pointer;
    user-select: none;
    position: relative;
    padding-right: 3rem; /* Make space for the toggle button */
}

.supporting-skill-header-content[b-6iudp44886] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.supporting-skill-title-row[b-6iudp44886] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.supporting-skill-title[b-6iudp44886] {
    margin: 0;
    color: var(--primary-blue);
    text-decoration: underline;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 100%;
}

.supporting-skill-tags[b-6iudp44886] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-shrink: 0;
}

.supporting-skill-title-with-icon[b-6iudp44886] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.supporting-skill-title-with-icon svg[b-6iudp44886] {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
}

.supporting-skill-description[b-6iudp44886] {
    max-width: 90%;
}

.supporting-skill-description p[b-6iudp44886] {
    color: var(--secondary-black);
    font-size: 16px;
    line-height: 138%;
    letter-spacing: 0%;
}

/* Collapsible skill card styles */
.collapse-toggle[b-6iudp44886] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 0.25rem;
    transition: background-color 0.15s ease-in-out;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collapse-toggle svg[b-6iudp44886] {
    width: 1.5rem;
    height: 1.5rem;
    transition: transform 0.15s ease-in-out;
    fill: var(--skill-packet-chevron-filler);
}

/* Progress Section Styles */
.skill-progress-section[b-6iudp44886] {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
}

.progress-title[b-6iudp44886] {
    font-size: 1rem;
    font-weight: 600;
    color: var(--secondary-black);
    margin: 0 0 1rem;
}

.progress-container[b-6iudp44886] {
    display: flex;
    align-items: center;
    max-width: 90%;
}

.progress-percentage[b-6iudp44886] {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary-black);
    min-width: 3rem;
    text-align: left;
    order: -1;
}

.progress-bar[b-6iudp44886] {
    flex: 1;
    height: 16px;
    background-color: var(--white);
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid var(--primary-blue);
}

.progress-fill[b-6iudp44886] {
    height: 100%;
    background-color: var(--primary-blue);
    border-radius: 8px;
    transition: width 0.3s ease-in-out;
    width: var(--progress-width, 0%);
}

/* Learning Goals Section */
.learning-goals-section[b-6iudp44886] {
    margin-top: 0;
    padding: 0;
    border-top: none;
}

.learning-goals-list[b-6iudp44886] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
    width: 95%;
    margin: auto;
}

/* Lessons Section */
.lessons-section[b-6iudp44886] {
    border-top: none;
    background-color: transparent;
}

.lessons-list[b-6iudp44886] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 95%;
    margin: auto;
}

/* Lesson Card */
.lesson-card[b-6iudp44886] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    background-color: var(--skill-lesson-card-bg);
    border-radius: 4px;
    transition: background-color 0.15s ease-in-out;
}

.lesson-content[b-6iudp44886] {
    flex: 1;
}

.lesson-header[b-6iudp44886] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.lesson-title-row[b-6iudp44886] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.lesson-title[b-6iudp44886] {
    text-decoration: underline;
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--white);
    margin: 0;
}

.microlearning-tag[b-6iudp44886] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background-color: var(--primary-blue);
    color: var(--white);
    padding: 0.375rem 0.75rem;
    border-radius: 2px;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    flex-shrink: 0;
}

.microlearning-tag svg[b-6iudp44886] {
    flex-shrink: 0;
    width: 14px;
    height: auto;
}

.lesson-meta[b-6iudp44886] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--white);

}

.lesson-duration[b-6iudp44886] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--white);
    font-weight: 500;
}

.lesson-duration svg[b-6iudp44886] {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
}

.lesson-description[b-6iudp44886] {
    font-size: 0.875rem;
    color: var(--white);
    line-height: 1.4;
    margin: 0;
    opacity: 0.8;
}

.lesson-action[b-6iudp44886] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lesson-completed-icon[b-6iudp44886] {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
}

/* Start Microlearning Button */
.start-microlearning-btn[b-6iudp44886] {
    font-family:'Source Sans 3';
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    border-radius: 4px;
    padding: 0.5rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    white-space: nowrap;
}

.start-microlearning-btn:hover[b-6iudp44886] {
    background-color: var(--navy-blue);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgb(0, 0, 0, 0.15);
}

.start-microlearning-btn:active[b-6iudp44886] {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgb(0, 0, 0, 0.15);
}

/* Utility classes for dynamic behavior */
.learning-goals-expanded[b-6iudp44886] {
    display: block;
}

.learning-goals-collapsed[b-6iudp44886] {
    display: none;
}

/* Dynamic progress width using CSS custom properties */
.progress-fill[b-6iudp44886] {
    width: var(--progress-width, 0%);
}

/* _content/DI.Cache.Blazor/Components/Shared/SkillPacket/SkillDetailsList.razor.rz.scp.css */
/* Supporting Skills Detailed */
.supporting-skills-detailed[b-z6y7dd3w1n] {
    background: var(--skill-packet-supporting-skills-container);
    padding: 2rem;
    border-radius: 0.25rem;
}

.supporting-skills-list[b-z6y7dd3w1n] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
/* _content/DI.Cache.Blazor/Components/Shared/SkillPacket/SkillPacketHeader.razor.rz.scp.css */
/* Header Section */
.skill-packet-header[b-9bay1jswu5] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
}

.skill-packet-logo[b-9bay1jswu5] {
    flex-shrink: 0;
    padding: 10px;
    border: 1px solid var(--skill-packet-logo-border);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0.75rem;
}

.skill-packet-main-info[b-9bay1jswu5] {
    flex-grow: 1;
}

.skill-packet-title[b-9bay1jswu5] {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-blue);
    margin: 0 0 1rem 0;
    line-height: 1.2;
}

.skill-packet-skills-section[b-9bay1jswu5] {
    margin-bottom: 10px;
}

/* Override SkillDisplaySection styles for better integration */
.skill-packet-skills-section .box[b-9bay1jswu5] {
    background: var(--white);
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    margin: 0.5rem 0.5rem 0.5rem 0;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
}

.skill-packet-skills-section .box.disabled[b-9bay1jswu5] {
    opacity: 0.6;
    cursor: not-allowed;
    background: var(--skill-summary-item);
}

.skill-packet-skills-section .box.disabled:hover[b-9bay1jswu5] {
    transform: none;
    box-shadow: none;
}

.skill-packet-skills-section .info-icon-container[b-9bay1jswu5] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: help;
}

.skill-packet-skills-section .info-icon-container svg[b-9bay1jswu5] {
    width: 15px;
    height: 15px;
    opacity: 0.7;
}

.skill-packet-skills-section .info-icon-container:hover svg[b-9bay1jswu5] {
    opacity: 1;
}

.skill-packet-meta[b-9bay1jswu5] {
    display: flex;
    gap: 2rem;
    color: var(--secondary-black);
    font-size: 0.875rem;
}

.meta-item[b-9bay1jswu5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.publication-date[b-9bay1jswu5] {
    font-style: italic;
}

/* Description Section (inside header card) */
.skill-packet-description[b-9bay1jswu5] {
    width: 100%;
    padding-top: 2rem;
}

.skill-packet-description p[b-9bay1jswu5] {
    color: var(--secondary-black);
    font-weight: 400;
    line-height: 119%;
    margin: 0;
    letter-spacing: 0%;
}

.skill-title-wrapper[b-9bay1jswu5] {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .skill-packet-header[b-9bay1jswu5] {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .skill-packet-title[b-9bay1jswu5] {
        font-size: 1.5rem;
    }
    
    .skill-packet-meta[b-9bay1jswu5] {
        flex-direction: column;
        gap: 0.5rem;
    }
}
/* _content/DI.Cache.Blazor/Components/Shared/SkillPacket/SkillsOverview.razor.rz.scp.css */
/* Supporting Skills Overview */
.supporting-skills-overview[b-fgthswva1l] {
    padding-top: 2rem;
}

.supporting-skills-overview h2[b-fgthswva1l] {
    color: var(--secondary-black);
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 1.5rem 0;
}

.skills-summary[b-fgthswva1l] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.skill-summary-item[b-fgthswva1l] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 5px 1rem;
    background-color: var(--skill-summary-item);
    border-radius: 4px;
    height: 91px;
}

.skill-summary-item section[b-fgthswva1l] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.skill-summary-item span[b-fgthswva1l] {
    color: var(--secondary-black);
    font-weight: 600;
    font-size: 1rem;
    line-height: 100%;
    letter-spacing: 0%;
    font-family: 'Source Sans 3';
}

.skill-summary-item svg[b-fgthswva1l] {
    flex-shrink: 0;
}

.skill-name[b-fgthswva1l] {
    font-weight: 600;
    color: var(--secondary-black);
    flex: 1;
}

/* Responsive Design */
@media (max-width: 768px) {
    .skills-summary[b-fgthswva1l] {
        grid-template-columns: 1fr;
    }
    
    .skill-summary-item[b-fgthswva1l] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}
/* _content/DI.Cache.Blazor/Components/Shared/SkillPill.razor.rz.scp.css */
/* Reusable Skill Pill Component Styles */

.skill-pill[b-3shma3fr28] {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.75rem;
    border-radius: 1.25rem;
    cursor: pointer;
    font-family: "Source Sans 3", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.2s ease;
    position: relative;
    width: auto;
    white-space: nowrap;
    gap: 0.5rem;
}

.skill-pill.higher[b-3shma3fr28] {
    background-color: var(--secondary-black);
    color: var(--white);
}

.skill-pill.higher:hover[b-3shma3fr28] {
    background-color: var(--primary-black);
}

.skill-pill.selected[b-3shma3fr28] {
    background-color: var(--primary-black);
    box-shadow: 0 0.125rem 0.25rem rgb(27, 27, 27, 0.3);
}

.skill-pill .text[b-3shma3fr28] {
    color: inherit;
    margin-right: 0.5rem;
}

.skill-pill .info-icon-container[b-3shma3fr28] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    z-index: 9999;
}

/* Ensure tooltip appears above everything with highest z-index */
.skill-pill .info-icon-container .supporting-skill-tooltip[b-3shma3fr28],
.skill-pill .info-icon-container [class*="tooltip"][b-3shma3fr28] {
    z-index: 99999;
    position: fixed;
}
/* _content/DI.Cache.Blazor/Components/Shared/TooltipContainer.razor.rz.scp.css */
.tooltip-container[b-rv35joj08e] {
    position: relative;
    display: inline-block;
    width: 100%;
}

.tooltip-content[b-rv35joj08e] {
    position: fixed; /* Use fixed positioning to escape overflow constraints */
    z-index: 9999; /* Increase z-index to ensure it's on top */
    background-color: var(--accent-blue) !important; /* Blue background as requested - force with !important */
    color: var(--white) !important; /* White text as requested - force with !important */
    padding: 0.75rem 1rem;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    max-width: 300px;
    word-wrap: break-word;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    animation: popup-fade-in-b-rv35joj08e 0.2s ease-in-out;
    pointer-events: none; /* Prevent popup from interfering with mouse events */
    white-space: normal; /* Allow text wrapping in popup */
    margin-bottom: 8px; /* Space between popup and pointer */
    min-width: 100px; /* Ensure minimum size */
    min-height: 30px; /* Ensure minimum size */
}

/* Pointer/Arrow at bottom center of popup */
    .tooltip-content[b-rv35joj08e]::after {
        content: '';
        position: absolute;
        top: 100%; /* Position at bottom of popup */
        left: 50%; /* Center horizontally */
        transform: translateX(-50%); /* Center the pointer */
        border: 8px solid transparent;
        border-top-color: var(--accent-blue); /* Match popup background color */
    }

@keyframes popup-fade-in-b-rv35joj08e {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/DI.Cache.Blazor/Components/Shared/TTSComponent.razor.rz.scp.css */
.tts-controls[b-b47n5m85y9] {
    display: flex;
    gap: .5rem;
}

.btn-start-over[b-b47n5m85y9] {
    margin-top: 1rem;
    display: inline-flex;
    padding: 0.56rem 0.78rem 0.56rem 1.06rem;
    justify-content: flex-end;
    align-items: center;
    gap: 0.53rem;
    border-radius: 0.28rem;
    background: var(--primary-blue);
    color: var(--white);
}

.tts-btn[b-b47n5m85y9] {
    margin-top: 1rem;
    display: inline-flex;
    padding: 0.56rem 0.78rem 0.56rem 1.06rem;
    justify-content: flex-end;
    align-items: center;
    gap: 0.53rem;
    border-radius: 0.28rem;
    border: 2.27px solid var(--primary-blue);
    background: var(--white);
}

    .tts-btn span[b-b47n5m85y9] {
        color: var(--primary-blue);
        font-weight: 700;
    }
/* _content/DI.Cache.Blazor/Components/Shared/WorkflowComponent.razor.rz.scp.css */
.submit-section[b-jc71w6tsto] {
    display: flex;
    margin-left: 80%;
    margin-top: 7%;
    margin-bottom: 2%;
}

.submit-button[b-jc71w6tsto] {
    display: flex;
    padding: 1.13519rem 1.89194rem;
    justify-content: center;
    align-items: center;
    gap: 0.75681rem;
    flex-shrink: 0;
    border-radius: 0.37838rem;
    background: var(--primary-blue);
    color: var(--white);
    font-size: 1.875rem;
    font-weight: 700;
}
/* _content/DI.Cache.Blazor/Components/ShareUserSearchComponent.razor.rz.scp.css */

.share-container[b-tftl4j8i0o] {
    display: flex;
    justify-content: center;
    align-content: center;
}

.share-body[b-tftl4j8i0o] {
    background: var(--white);
    font-family:'Source Sans 3';
}

.search-bar-container[b-tftl4j8i0o] {
    display: flex;
    align-items: stretch; 
    width: 100%;
    border: 1px solid var(--primary-black); 
    overflow: hidden;
    box-sizing: border-box;
}

.search-user[b-tftl4j8i0o] { 
    flex-grow: 1;
    font-family:'Source Sans 3';
    border: none; 
    padding: 1% 2%; 
    font-size: 1rem; 
    box-sizing: border-box;
    height: 20%; 
    margin: 0; 
}

    .search-user:focus[b-tftl4j8i0o] {
        outline: none; 
    }

.search-bar-container > span[b-tftl4j8i0o] { 
    display: flex;
    align-items: stretch;
}

.user-search-btn[b-tftl4j8i0o] { 
    background: var(--primary-blue);
    font-family:'Source Sans 3';
    color: var(--white);
    border: none;
    padding: 0 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0; 
    height: 100%; 
    box-sizing: border-box;
}

    .user-search-btn svg[b-tftl4j8i0o] {
        fill: var(--white);
        width: 1rem; 
        height: 1rem;
    }

.search-bar-container:focus-within[b-tftl4j8i0o] {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 2px rgba(0, 94, 162, 0.25);
}

.user-results-list li.selected-user-item[b-tftl4j8i0o] {
    background-color: var( --border-gray);
    font-weight: bold;
    color: var(--light-gray);
}

.user-results-list li[b-tftl4j8i0o] {
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px solid var(--gray-lightest);
}

    .user-results-list li:hover[b-tftl4j8i0o] {
        background-color: var(--light-gray-background);
    }

.user-results-list[b-tftl4j8i0o] {
    list-style-type: none;
    padding-left: 0;
    margin-top: 10px;
    border: 1px solid var(--gray-very-light);
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
}

.share-btns[b-tftl4j8i0o] {
    font-family:'Source Sans 3';
    margin-top: 5%;
    display: flex;
    justify-content:end;
    flex-direction: row;
    gap:1%;
}

.submit-share-btn[b-tftl4j8i0o] {
    font-family:'Source Sans 3';
    background: var(--primary-blue);
    padding: .5rem 1.5rem;
    color: var(--white);
    font-family:'Source Sans 3';
    font-weight: 700;
    cursor: pointer;
}

.cancel-share-btn[b-tftl4j8i0o] {
    font-family:'Source Sans 3';
    border: 2px solid var(--primary-blue);
    background: var(--white);
    padding: .5rem 1.5rem;
    color: var(--primary-blue);
    font-weight: 700;
    cursor: pointer;
}

.error[b-tftl4j8i0o]{
    color: var(--alert-red);
}

.margin-top[b-tftl4j8i0o] {
    margin-top: 10px;
}
/* _content/DI.Cache.Blazor/Components/Suggested/SuggestedComponent.razor.rz.scp.css */
.suggestion-block[b-e1q6ccmtob] {
    margin-top: 5rem;
    background-color: var(--neutral-light);
    background-image: url('fed-va-about-us-logo 3.png');
    background-repeat: no-repeat;
    background-position: top right;
    height: auto;
}

.suggestion-block-content[b-e1q6ccmtob] {
    padding: 10rem 2rem;
    height: auto;
    
}

    .suggestion-block-content h1[b-e1q6ccmtob] {
        font-size: 10rem;
        font-weight: 700;
        margin-bottom: 0;
        background-color: var(--background-hover-light-blue);
    }

    .suggestion-block-content p[b-e1q6ccmtob] {
        margin: 0 0 1rem 0;
        background-color: var(--background-hover-light-blue);
        padding-right: 5rem;
        font-size: .9rem;
        font-weight: 100;
    }

.Suggestion-content-row[b-e1q6ccmtob]{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    margin-bottom: 2rem;
}

.suggested-content-row > div:first-child[b-e1q6ccmtob]{
    flex-wrap:wrap;
}
/* _content/DI.Cache.Blazor/Components/Suggested/SuggestionSearches.razor.rz.scp.css */
.suggestion-cards-row[b-wf5tj8x0yv] {
    display: flex;
    justify-content: left;
    gap: 1%;
    padding: .5rem;
    margin: .5rem 2rem 2rem 0;
    /* flex-wrap:wrap; */
    background-color: var(--off-white);
    border: 1px solid var(--border-light);
    border-radius: 6px;
}

.suggestion-cards[b-wf5tj8x0yv] {
    display: grid; /* Changed from flex to grid */
    place-items: center; /* Shorthand for align-items and justify-items */
    width: 14.5rem;
    height: 6.625rem;
    border-radius: 0.25rem;
    border: 2px solid var(--border-light);
    background: var(--white);
    padding: 0.5rem; /* Add some padding for text */
    box-sizing: border-box;
    font-family: 'Merriweather', sans-serif;
    color: var(--gray-dark);
    font-size: 1.05rem;
    text-align: left;
    margin: .25rem 0;
    flex-grow: 1;
}

    .suggestion-cards:hover[b-wf5tj8x0yv] {
        transform: translateY(-2px);
        box-shadow: 2px 2px 2px rgba(0,0,0,0.08);
        color: var(--purple-hover);
    }

    .suggestion-cards p[b-wf5tj8x0yv] {
        text-align: center;
        margin: .5rem;
        padding: 0;
    }
/* _content/DI.Cache.Blazor/Components/SupervisorComponents/AddTeamMemberModal.razor.rz.scp.css */

/* Modal Styles */
.add-team-member-modal[b-wknr511adm] {
    width: 700px;
    position: absolute;
}
.add-team-member-modal .modal-content[b-wknr511adm] {
    background: var(--white);
    border-radius: 8px;
    width: 100%;
}

.modal-content[b-wknr511adm] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: var(--secondary-black);
}


.modal-content h2[b-wknr511adm] {
    font-weight: 700;
    line-height: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 29.5px;
    color: var(--secondary-black);
}

.modal-content p[b-wknr511adm] {
    font-size: 15px;
    font-weight: 300;
    line-height: 126%;
    font-style: light;
    color: var(--secondary-black);
    margin-top: 5px;
    margin-bottom: 5px;
    opacity: 0.7;
}

.step1[b-wknr511adm], .step2[b-wknr511adm] {
    display: inline-flex;
    justify-items: center;
    align-items: flex-start;
    gap: 12px;
    margin-top: 20px;
}

.step2-content[b-wknr511adm] {
    flex-direction: column;
    width: 100%;
}

.action-buttons-group[b-wknr511adm] {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
    width: 100%;
}

.active[b-wknr511adm] {
    background-color: var(--primary-black) !important;
    color: var(--white);
}

.action-buttons-group button[b-wknr511adm] {
    font-family:'Source Sans 3';
    border-radius: .2rem;
    padding: .5rem 1rem;
    cursor: pointer;
    width: 105px !important;
    height: 46px !important;
    margin: 2rem .25rem .25rem 0;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: var(--primary-blue) !important;
    color: var(--white) !important;
}


.action-buttons-group button:first-of-type[b-wknr511adm] {
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
}

.action-buttons-group button:last-of-type[b-wknr511adm] {
    background-color: var(--off-white);
    color: var(--primary-blue);
    border: 2px solid var(--primary-blue);
}

.step1 div[b-wknr511adm], .step2 div[b-wknr511adm] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.step2[b-wknr511adm], .step3[b-wknr511adm] {
    margin-top: 40px;
}

.step1 h3[b-wknr511adm], .step2 h3[b-wknr511adm] {
    margin-top: 5px;
    margin-bottom: 5px;
}

.step2 p[b-wknr511adm] {
    margin-bottom: 15px;
}

.step-number[b-wknr511adm] {
    width: 37px;
    height: 37px;
    background-color: var(--primary-blue);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step1 .button-group[b-wknr511adm] {
    display: inline-flex !important;
    gap: 10px;
    margin-top: 20px;
    width: 100%;
}

.button-group button[b-wknr511adm] {
    font-family:'Source Sans 3';
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    border-radius: 30px;
    padding: 8px 12px;
    cursor: pointer;
    width: 143px;
    height: 42px;
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    
}

.button-group button:hover[b-wknr511adm] {
    background-color: var(--primary-blue-dark);
}

.step2 label[b-wknr511adm] {
    display: inline-flex;
    align-items: center;
    gap: 0px;
    margin-top: 15px;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 1rem;
}


.required[b-wknr511adm] {
    color: var(--alert-red) !important;
    background-color: transparent !important;
    width: auto !important;
    padding: 0 !important;
    margin-left: 5px;
    font-weight: bold !important;
}

.step2 .input-wrapper[b-wknr511adm] {
    width: 100% !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    height: 46px;
}
.step2[b-wknr511adm] {
    width: 100%;
}

.step2 .step2-content div[b-wknr511adm] {
    width: 100%;
}

.input-wrapper input[b-wknr511adm] {
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    padding: 8px 12px;
    border: 1px solid var(--gray-border-light);
    border-radius: 4px;
    border-style: solid;
    font-size: 1rem;
    outline: none;
}

.no-results button[b-wknr511adm] {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.selected-users-container[b-wknr511adm] {
    display: flex; 
    flex-direction: row !important;
    flex-wrap: wrap !important;
    flex-wrap: wrap; 
    margin-top: 8px; 
    font-size: 14px; 
    line-height: 20px; 
    gap: 8px;
    margin-bottom: 20px;
}

.email-validation-error-message[b-wknr511adm] { 
    margin-top: 5px;
}

.email-validation-error-message p[b-wknr511adm] {
    font-size: 1rem;
    font-weight: 700;
    line-height: 16px;
    color: var(--alert-red);
    opacity: 1;
}

.user-tag[b-wknr511adm] {
    background: var(--secondary-black); 
    color: var(--white); 
    border-radius: 16px; 
    padding: 4px 12px; 
    display: flex; 
    align-items: center; 
    gap: 6px; 
    font-weight: 500;
}

.user-name[b-wknr511adm] {
    flex-grow:1; 
    text-align:left; 
    background-color: transparent;
}

.no-users-found-container[b-wknr511adm] {
    display: flex; 
    flex-direction: row !important;
    justify-content: space-between; 
    align-items: center; 
    width: 100%; 
    padding: 5px 10px; 
    box-sizing: border-box; 
    flex-direction: row; 
    background-color: transparent; 
    cursor: default; 
    border-bottom: 1px solid var(--secondary-black);
}

.no-users-found-button[b-wknr511adm], .add-user-button[b-wknr511adm] {
    background:none;
    border:none;
    padding:0;
    margin:0;
    cursor:pointer;
}

.added-user-tag[b-wknr511adm] {
    color: var(--light-gray); 
    font-size: 0.95em; 
    margin-right: 8px;
}

.autocomplete-item-add-team[b-wknr511adm] {
    display: flex;
    flex-direction: row !important; 
    justify-content: space-between; 
    align-items: center !important; 
    width: 100%; 
    padding: 5px 10px; 
    box-sizing: border-box; 
    flex-direction: row; 
    background-color: trasparent; 
    cursor: default; 
    border-bottom: 1px solid var(--secondary-black);
}

.success-popup-content p[b-wknr511adm], .error-popup-content p[b-wknr511adm] {
   opacity: 1;
}

.success-popup-content[b-wknr511adm] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.success-popup-content .continue-btn[b-wknr511adm], .error-popup-content .continue-btn[b-wknr511adm] {
    justify-content: flex-start !important;
}

.popup-btn[b-wknr511adm]{
    justify-content: center; margin-top: 20px;
}

.remove-tag-btn[b-wknr511adm] {
    background: none;
    border: none;
    cursor: pointer;
}
/* _content/DI.Cache.Blazor/Components/SupervisorComponents/AssignContentComponent.razor.rz.scp.css */
.assign-content[b-a4bszyg0q7] {
    width: 50%;
    padding:0 3rem 3rem 3rem;
    background:var(--white);
    border:2px solid var(--accent-blue);
    max-height:90vh;
    overflow-y:auto;
}
.x[b-a4bszyg0q7]{
    margin-top:2%;
    display:flex;
    justify-content:end;    
}
    .x span[b-a4bszyg0q7] {
        cursor: pointer;
    }

.content-icon[b-a4bszyg0q7] {
    display: flex;
    flex-direction: row;
    gap: 5%;
}
.step-indicator[b-a4bszyg0q7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    font-size: 1.15rem;
    color: var(--primary-blue);
}
    .step-indicator h3[b-a4bszyg0q7] {
        color: var(--primary-black);
        font-size: 1.25rem;
        font-weight: 600;
    }
.step-number[b-a4bszyg0q7] {
    background-color: var(--primary-blue);
    color: var(--white);
    padding: 0.1rem;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-content h3 .asterisk[b-a4bszyg0q7],
.priority-selection h3 .asterisk[b-a4bszyg0q7],
.due-date h3 .asterisk[b-a4bszyg0q7]{
    color: var(--alert-red);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 162%;
}

.assign-content-header h2[b-a4bszyg0q7],
.search-content h3[b-a4bszyg0q7],
.priority-selection h3[b-a4bszyg0q7],
.due-date h3[b-a4bszyg0q7]{
    margin-bottom:0;
}

.assign-content-header p[b-a4bszyg0q7],
.search-content p[b-a4bszyg0q7],
.priority-selection p[b-a4bszyg0q7],
.due-date p[b-a4bszyg0q7] {
    margin-top: 0;
}

.search-container[b-a4bszyg0q7] {
    display: flex;
    align-items: flex-start;
    background-color: var(--white);
    flex: 1;
    padding-left: .5%;
}



.search-input[b-a4bszyg0q7] {
    border: none;
    padding: 0.6rem 0.75rem;
    padding-top: .8rem;
    font-size: 1rem;
    flex-grow: 1;
    outline: none;
    border-radius: 0.25rem 0 0 0.25rem;
}

.search-button[b-a4bszyg0q7] {
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    padding: 0.64rem 0.75rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0.25rem 0.25rem 0;
}

.autocomplete-item[b-a4bszyg0q7] {
    display: flex;
    align-items: center; 
    gap: 1rem; 
}

.content-type-tag[b-a4bszyg0q7] {
    display: flex;
    min-width: 8%;
    background: var(--primary-blue);
    padding: 0.0625rem 0.5rem;
    justify-content: center;
    align-items: center;
    color: var(--white);
    gap: 0.225rem;
    text-transform: uppercase;
}

.content-title[b-a4bszyg0q7] {
    color: var(--link-blue);
    font-size: 0.877rem;
    font-weight: 700;
    text-decoration-line: underline;
}

.select-button[b-a4bszyg0q7] {
    font-family:'Source Sans 3';
    border-radius: .2rem;
    font-size: .8rem;
    font-weight:600;
    cursor: pointer;
    margin-left: auto;
    border:none;
    background: var(--primary-blue);
    padding: .5rem 1rem;
    color: var(--white);
}

.selected-item-card[b-a4bszyg0q7] {
    border-radius: 0.13044rem;
    border: 0.696px solid var(--gray-level-one);
    margin-top: 1.5rem;
    padding: 1rem;
}

.card-header[b-a4bszyg0q7] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.card-title[b-a4bszyg0q7] {
    color: var(--primary-blue);
    font-size: 1.39169rem;
    font-weight: 600;
    text-decoration: underline;
}

.delete-button[b-a4bszyg0q7] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: var(--gray-dark);
}

.card-metadata[b-a4bszyg0q7] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5%;
    flex-wrap:wrap;
    font-size: 0.875rem;
    color: var(--secondary-black);
    font-size: 0.95675rem;
    font-style: normal;
    font-weight: 400;
    margin:0 0 2% 0;
}

    .card-metadata .badge[b-a4bszyg0q7] {
        color: var(--white);
        padding: .25em .6em;
        border-radius: .25rem;
        font-weight: 600;
    }

    .card-metadata .content-type-tag[b-a4bszyg0q7] {
        border-radius: 0.1125rem;
        background: var(--primary-blue);
        display: flex;
        padding: 0.05625rem 0.45rem;
        justify-content: center;
        align-items: center;
        gap: 0.225rem;
        flex-shrink: 0;
    }
    .date[b-a4bszyg0q7] {
        font-size: 0.95675rem;
        font-style: italic;
        font-weight: 400;
    }

.proficiency-badge[b-a4bszyg0q7] {
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    height: 1.4rem;
    padding: 3px 6px;
    width: fit-content;
    gap: 0.38719rem;
    border-radius: 0.17rem;
    background: var(--secondary-blue);
    color: var(--white);
    text-transform: uppercase;
}

.card-tags[b-a4bszyg0q7] {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

    .card-tags p[b-a4bszyg0q7] {
        font-size: 0.95675rem;
        font-weight: 400; 
        flex-shrink: 0; 
    }

.tag-list[b-a4bszyg0q7] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tag-item[b-a4bszyg0q7] {
    border-radius: 0.1255rem;
    background: var(--secondary-black);
    display: flex;
    padding: 0.06275rem 0.50206rem;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: var(--white);
}

.priority-selection[b-a4bszyg0q7]{
    margin-top:5%;
}

.due-date[b-a4bszyg0q7] {
    margin: 5% 0 3% 0;
}

.date-with-icon[b-a4bszyg0q7] {
    display: flex;
    align-content: center;
    width: 16.75rem;
    height: 2.5rem;
    gap: 30rem;
}

.date-field[b-a4bszyg0q7] {
    text-decoration: none;
}

.input-with-icon input[type="date"][b-a4bszyg0q7]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.pick p[b-a4bszyg0q7] {
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 2% 5%;
}
.assignment-toggle[b-a4bszyg0q7] {
    display: flex;
    gap: 0.5rem; 
    margin-left:5%;
}

.toggle-btn[b-a4bszyg0q7] {
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    border-radius: 1.875rem;
    padding: .75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

    .toggle-btn.active[b-a4bszyg0q7] {
        background-color: var(--primary-black);
    }

.individual-search[b-a4bszyg0q7]{
    margin:0 0 2% 5%;
}

.individual-search[b-a4bszyg0q7] {
    position: relative;
}

.search-results-list[b-a4bszyg0q7] {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid var(--gray-border-light);
    border-top: none;
    border-radius: 0 0 4px 4px;
    background-color: var(--white);
    position: absolute;
    width: 100%;
    z-index: 100;
}

    .search-results-list li[b-a4bszyg0q7] {
        padding: 0.5rem 1rem;
        cursor: pointer;
    }

        .search-results-list li:hover[b-a4bszyg0q7] {
            background-color: var(--gray-lightest);
        }


.selected-users-container[b-a4bszyg0q7] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin:0 0 0 5%;
}

.user-tag[b-a4bszyg0q7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background-color: var(--primary-black);
    color: var(--white);
    padding: .25rem .5625rem .25rem .625rem;
    justify-content: center;
    border-radius: 1.875rem;
    font-size: 1rem;
    font-weight: 400;
}

.remove-tag-btn[b-a4bszyg0q7] {
    background: none;
    border: none;
    color: var(--white);
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
    padding: 0 0 2px 0; 
}

.action-buttons[b-a4bszyg0q7] {
    display: flex;
    justify-content: flex-end; 
    gap: 0.5rem;
    margin-top: 2rem;
    padding-top: 1rem;
}

.send-btn[b-a4bszyg0q7], .cancel-btn[b-a4bszyg0q7] {
    margin: 0 .25rem;
    transition: background-color 0.2s, color 0.2s;
}

.send-btn[b-a4bszyg0q7] {

    font-family:'Source Sans 3';
    padding:.5rem 1.5rem;
    font-size:1.1rem;
    border: 2px solid var(--primary-blue);
    font-weight:700;
    border-radius: 0.2rem;
    cursor:pointer;
    background-color: var(--primary-blue);
    color: var(--white);
    border-color: var(--primary-blue);
}

    .send-btn:disabled[b-a4bszyg0q7] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.cancel-btn[b-a4bszyg0q7] {
    background-color: var(--white);
    color: var(--primary-blue);
    border-color: var(--primary-blue);
}

.assigned[b-a4bszyg0q7] {
    background: var(--white);
    padding: 2.625rem 3.20925rem 4.9375rem 3.5625rem;
    justify-content: center;
    align-content: center;
    margin: 0 37%;
}

.assigned h3[b-a4bszyg0q7] {
    font-size: 2.06519rem;
    font-weight: 700;
}

    .assigned p[b-a4bszyg0q7] {
        font-size: 1.49731rem;
        font-weight: 400;
    }

.button-container[b-a4bszyg0q7] {
    display: flex;
    justify-content: center; /* centers the button */
    margin-top: 1.5rem; /* optional spacing */
}

.ok-btn[b-a4bszyg0q7] {
    padding: .5rem 1.5rem;
    font-family: 'Source Sans 3';
    display: flex;
    justify-content: center;
    border-radius: .2rem;
    background: var(--primary-blue);
    color: var(--white);
    font-size: 1.1rem;
    font-weight: 700;
    border: none;
}

.awareness-badge[b-a4bszyg0q7] {
    background-color: var(--awareness-blue);
}

.expert-badge[b-a4bszyg0q7] {
    background-color: var(--expert-dark-blue);
}

.basic-badge[b-a4bszyg0q7] {
    background-color: var(--primary-blue);
}

.intermediate-badge[b-a4bszyg0q7] {
    background-color: var(--intermediate-dark-blue);

}

.advanced-badge[b-a4bszyg0q7] {
    background-color: var(--advanced-dark-blue);
}

.assign-user-error[b-a4bszyg0q7] {
    margin-top: 8px;;
}

.assign-user-error span[b-a4bszyg0q7] {
    font-weight: 800;
}

/* _content/DI.Cache.Blazor/Components/SupervisorComponents/AssignedToTeamComponent.razor.rz.scp.css */

.assigned[b-0vynlidr27] {
    margin-top: 1rem;
    background: var(--white);
    overflow: hidden;
    border: 1px solid var(--border-light);
    border-radius: .17rem;
    max-width: 100%;
}


.assigned-header[b-0vynlidr27] {
    padding: 1.5rem 1.5rem 0;
    border-bottom: 1px solid var(--border-gray);
}

.assigned-border[b-0vynlidr27] {
    background: var(--navy-blue);
    padding: 1rem 1.3rem;
    display: flex;
    gap: 1.15%;
    align-content: center;
}

    .assigned-border h2[b-0vynlidr27] {
        color: var(--white);
        font-size: 1.5rem;
        font-weight: 600;
        margin: 0;
    }


.filter-bar-container[b-0vynlidr27] {
    display: flex;
    align-items: center;
    background-color: var(--gray-lightest);
    border-bottom: 1px solid var(--border-light);
    gap: 1rem;
    padding: 1% 2%;
    font-size: 1rem;
}

.search-container[b-0vynlidr27] {
    display: flex;
    align-items: flex-start;
    border: 1px solid var(--gray-search-border);
    border-radius: 0.25rem;
    background-color: var(--white);
    flex: 1;
    padding-left: .5%;
}

.search-input[b-0vynlidr27] {
    border: none;
    padding: 0.6rem 0.75rem;
    padding-top: .8rem;
    font-size: 1rem;
    flex-grow: 1;
    outline: none;
    border-radius: 0.25rem 0 0 0.25rem;
}

.search-button[b-0vynlidr27] {
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    padding: 0.7rem 0.75rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0.25rem 0.25rem 0;
}

.grid-title[b-0vynlidr27] {
    display: grid;
    grid-template-columns: 1.5fr 1.5fr 6fr 1.5fr 1fr;
    background: var(--pagination-bg);
    color: var(--primary-blue);
    font-weight: 600;
    padding: .75rem 1.5rem;
    font-size: 1.2rem;
}


.assigned-item[b-0vynlidr27] {
    display: grid;
    grid-template-columns: 1.5fr 1.5fr 6fr 1.5fr 1fr;
    align-items: center;
    background: var(--white);
    border-bottom: 1px solid var(--border-gray);
    border-radius: .17rem;
    padding: 1.25rem 1.5rem;
    font-size: 1.15rem;
    font-weight: 350;
}

.title-link[b-0vynlidr27]{
    color: var(--link-blue);
    font-weight: 680;
    font-size: 1.25rem;
    text-decoration: underline;
    cursor: pointer;
    margin-left: .9rem;
    margin-top: 1%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 5rem;
}


    .title-link:hover[b-0vynlidr27] {
        color: var(--purple-hover);
    }


.assigned-grid[b-0vynlidr27] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.status[b-0vynlidr27] {
    display: flex;
    align-items: center;
    width: fit-content;
    background: var(--status-gray);
    color: var(--white);
    border-radius: 0.17rem;
    padding: 0.1875rem 0.375rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
    white-space: nowrap;
}

.status-in-progress-team[b-0vynlidr27] {
    background: var(--in-progress-content-item);
}

.status-overdue-team[b-0vynlidr27] {
    background: var(--overdue-content-item);
}

.status-completed-team[b-0vynlidr27] {
    background: var(--completed-content-item);
}

.pagination-button[b-0vynlidr27] {
    display: flex;
    text-align: center;
}

.pagination-button.hidden[b-0vynlidr27] {
    display: none;
}

.arrow-flipped[b-0vynlidr27] {
    transform: scale(-1, 1);
}


.format[b-0vynlidr27] {
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    padding: 0.1875rem 0.375rem;
    gap: .4rem;
    max-width: 100%;
    border-radius: 0.17rem;
    background: var(--primary-blue);
    color: var(--white);
    text-transform: uppercase;
}

.assigned-item span[b-0vynlidr27] {
    margin: 0;
}

.center[b-0vynlidr27] {
    display: flex;
    text-align: center;
}
/* _content/DI.Cache.Blazor/Components/SupervisorComponents/Assignments.razor.rz.scp.css */
.team-directory-btn[b-tqejm3im6f] {
    font-family: 'Source Sans 3';
    font-size: 1.1rem;
    font-weight: 600;
    padding: .5rem 1.5rem;
    flex-shrink: 0;
    border-radius: 6px;
    border: 2px solid var(--border-light);
    background: var(--off-white);
}

    .team-directory-btn.active[b-tqejm3im6f] {
        background-color: var(--primary-blue);
        border: 2px solid var(--primary-blue);
        color: var(--white);
    }

.new-team-member-btn[b-tqejm3im6f] {
    font-family:'Source Sans 3';
    background-color: var(--primary-blue);
    border: 2px solid var(--primary-blue);
    color: var(--white);
    text-align: center;
    font-size:1.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-flex;
    padding: .5rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 8.047px;
    border-radius: 3.928px;
}

.action-btns-wrapper button[b-tqejm3im6f] {
    font-family:'Source Sans 3';
    display: inline-flex;
    padding: .5rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 8.727px;
    flex-shrink: 0;
    border-radius: 4.364px;
    background: var(--primary-blue);
    border: 2px solid var(--primary-blue);
    color: var(--white);
    text-align: center;
    font-size:1.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

.action-btns-wrapper[b-tqejm3im6f] {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

    .action-btns-wrapper > span[b-tqejm3im6f] {
        display: flex;
        width: 25.647px;
        height: 25.387px;
        padding: 3.174px 5.343px 3.173px 5.343px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        cursor: pointer;
    }


.top-section-wrapper[b-tqejm3im6f] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.assigned-header[b-tqejm3im6f] {
    flex: 1 1 auto;
}

.nav-btns-wrapper[b-tqejm3im6f] {
    display: flex;
    margin-top: 20px;
    gap: 10px;
}
/* _content/DI.Cache.Blazor/Components/SupervisorComponents/EditTeamMemberRolesComponent.razor.rz.scp.css */
.edit-member[b-eylikuvyf7] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: var(--white);
    border: 4px solid var(--accent-blue);
    padding:1rem 3rem;
}

.x[b-eylikuvyf7] {
    margin-top: 2%;
    display: flex;
    justify-content: end;
    cursor: pointer;
}

.title h3[b-eylikuvyf7] {
    font-size: 1.84375rem;
    font-weight: 700;
    margin-bottom: 0;
}

.title p[b-eylikuvyf7] {
    margin-top: 0;
    font-size: 1rem;
    font-weight: 300;
}

.roles p[b-eylikuvyf7] {
    font-size: 1.13888rem;
    font-weight: 400;
    margin-bottom:0;
}

/* Main container to position the dropdown correctly */
.multi-select-container[b-eylikuvyf7] {
    position: relative;
    max-width: 100%;
    font-family: sans-serif;
}

/* The div styled to look like a text input field */
.input-like[b-eylikuvyf7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .8rem 1rem;
    border: 1px solid var(--in-progress-content-item);
    cursor: pointer;
    background-color: var(--white);
    color: var(--blue-selected-bg);
}

    /* The blue plus icon button on the right of the input */
    .input-like .plus-icon[b-eylikuvyf7] {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 2rem;
        height: 2rem;
        background-color: var(--primary-blue);
        color: var(--white);
        border-radius: 50%;
        font-size: 1.8rem;
    }

/* The dropdown list container */
.dropdown-list[b-eylikuvyf7] {
    position: absolute;
    width: 88%;
    background-color: var(--white);
    border: 1px solid var(--in-progress-content-item);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-top: 5px;
    z-index: 100;
}

/* A single item within the dropdown */
.dropdown-item[b-eylikuvyf7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    cursor: pointer;
    border-bottom: 1px solid var(--in-progress-content-item);
}

    .dropdown-item:last-child[b-eylikuvyf7] {
        border-bottom: none;
    }



    .dropdown-item.selected .plus-icon-small[b-eylikuvyf7] {
        background-color: var(--primary-black);
    }

.selected-indicator[b-eylikuvyf7] {
    display: flex;
    align-items: center;
    gap: 15px; /* Adjust the space between "Added" and the icon */
}

    .dropdown-item .added-text[b-eylikuvyf7] {
        font-size: 1.0625rem;
        font-weight: 400;
    }

    .dropdown-item .plus-icon-small[b-eylikuvyf7] {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
        background-color: var(--primary-blue);
        color: var(--white);
        border-radius: 50%;
        font-size: 16px;
        line-height: 20px;
    }

/* Container for the selected item "pills" */
.selected-pills[b-eylikuvyf7] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

/* A single selected "pill" */
.pill[b-eylikuvyf7] {
    display: flex;
    justify-content:center;
    align-content:center;
    align-items: center;
    background-color: var(--primary-black);
    color: var(--white);
    border-radius: 1.875rem;
    padding: .5rem;
    font-size: 0.9375rem;
    font-weight: 400;
    gap:1rem;
    cursor:pointer;
}

/* _content/DI.Cache.Blazor/Components/SupervisorComponents/TeamDirectory.razor.rz.scp.css */
.team-directory-outer-container[b-jp91qhot39] {
    margin-top: 1.25rem;
}

.team-directory-grid[b-jp91qhot39] {
    display: flex;
    flex-direction: column;
    min-height: 0;
    border: 1px solid var(--border-light);
    border-radius: .17rem;
    background: var(--white);
    overflow-y: visible;
}

.team-directory-extra-margin[b-jp91qhot39] {
    /* margin-bottom: 150px; */
}

.grid-title[b-jp91qhot39] {
    display: grid;
    position: relative; /* ensure abs children overlay without affecting flow */

    /* Use minmax to keep columns aligned while allowing controlled shrink */
    grid-template-columns:
        minmax(160px, 1fr)
        minmax(140px, 1fr)
        minmax(180px, 1.5fr)
        minmax(260px, 2fr)
        minmax(160px, 1fr)
        minmax(140px, 1fr)
        minmax(160px, 1fr)
        minmax(200px, 2fr);
    column-gap: 16px;
    background: var(--white);
    color: var(--primary-blue);
    font-weight: 600;
    padding: .75rem 1.5rem;
    line-height: 1.375;
    font-size: 1.2rem;
    border-bottom: 1px solid var(--border-gray);
}

.grid-title span:nth-child(5)[b-jp91qhot39] {
    /* margin: auto; */
}

.team-member-item[b-jp91qhot39] {
    display: grid;
    position: relative; /* anchor absolute-positioned dropdowns within row */

    /* Match header column sizing */
    grid-template-columns:
        minmax(160px, 1fr)
        minmax(140px, 1fr)
        minmax(180px, 1.5fr)
        minmax(260px, 2fr)
        minmax(160px, 1fr)
        minmax(140px, 1fr)
        minmax(160px, 1fr)
        minmax(200px, 2fr);
    column-gap: 16px;
    align-items: start;
    background: var(--white);
    border-bottom: 1px solid var(--border-gray);
    padding: 1.25rem 1.5rem;
    font-size: 1rem;
    font-weight: 350;
    overflow: visible;
}

    .team-member-item span[b-jp91qhot39] {
        white-space: normal;
        overflow-wrap: break-word;
        overflow-wrap: anywhere;
    }

.team-member-item > :nth-child(6)[b-jp91qhot39],
.grid-title > :nth-child(6)[b-jp91qhot39] {
    margin-left: 1.25rem;
}

    .team-member-item > :nth-child(5)[b-jp91qhot39],
    .grid-title > :nth-child(5)[b-jp91qhot39] {
        flex-wrap: wrap;
        align-content: center;

    }



.team-directory-btn[b-jp91qhot39] {
    font-family: 'Source Sans 3';
    font-size: 1.1rem;
    font-weight: 600;
    padding: .5rem 1.5rem;
    flex-shrink: 0;
    border-radius: 0.375rem;
    border: 2px solid var(--border-light);
    background: var(--off-white);
}

    .team-directory-btn.active[b-jp91qhot39] {
        background-color: var(--primary-blue);
        border: 2px solid var(--primary-blue);
        color: var(--white);
    }

.new-team-member-btn[b-jp91qhot39] {
    font-family: 'Source Sans 3';
    background-color: var(--primary-blue);
    border: 2px solid var(--primary-blue);
    color: var(--white);
    text-align: center;
    font-size:1.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-flex;
    padding: .5rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.245rem;
}

    .new-team-member-btn span[b-jp91qhot39] {
        flex-wrap: nowrap;
    }

.assignment-in-progress[b-jp91qhot39] {
    background: var(--progress-green);
}

.assignment-overdue[b-jp91qhot39] {
    background: var(--pending-brown);
}

.assignment-completed[b-jp91qhot39] {
    background: var(--progress-green);
}

.assignment-not-started[b-jp91qhot39] {
    background-color: var(--status-gray);
}

.assignments[b-jp91qhot39] {
    display: inline-flex;
    padding: 3%;
    justify-content: center;
    align-items: center;
    border-radius: 0.125rem;
    text-align: left;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 0.825rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.315;
    text-transform: uppercase;
    color: var(--white);
}



.table-header[b-jp91qhot39] {
    background: var(--navy-blue);
    padding: 1rem 1.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

    .table-header section[b-jp91qhot39] {
        display: flex;
        gap: 2%;
        width: 50%;
        align-items: baseline;
    }

    .table-header h2[b-jp91qhot39] {
        color: var(--white);
        font-size: 1.5rem;
        font-weight: 600;
        margin: 0;
    }

ul[b-jp91qhot39] {
    background: none;
}

.pagination[b-jp91qhot39] {
    display: flex;
    justify-content: flex-end;
    padding: 1rem;
    gap: .5rem;
    align-items: center;
}

    .pagination button[b-jp91qhot39] {
        background: var(--pagination-bg);
        border: none;
        color: var(--primary-blue);
        padding: .5rem .8rem;
        border-radius: .2rem;
        cursor: pointer;
    }

        .pagination button:disabled[b-jp91qhot39] {
            cursor: not-allowed;
            opacity: .6;
        }

.action-btns-wrapper button[b-jp91qhot39] {
    font-family:'Source Sans 3';
    display: inline-flex;
    padding: .5rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    border-radius: 0.125rem;
    background: var(--primary-blue);
    border: 2px solid var(--primary-blue);
    color: var(--white);
    text-align: center;
    font-size:1.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

.action-btns-wrapper[b-jp91qhot39] {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

    .action-btns-wrapper > span[b-jp91qhot39] {
        display: flex;
        width: 1.6rem;
        height: 1.59rem;
        padding: 0.2rem 0.335rem;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        cursor: pointer;
    }


.top-section-wrapper[b-jp91qhot39] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.assigned-header[b-jp91qhot39] {
    flex: 1 1 auto;
}

.nav-btns-wrapper[b-jp91qhot39] {
    display: flex;
    gap: 0.625rem;
    margin-top: 1.25rem;
}

.scroll-enabled[b-jp91qhot39] {
    max-height: 850px;
    overflow: hidden auto;

    /* Keep grid from causing body scrollbars; let outer container handle x-overflow */
}

.learning-goals-dropdown[b-jp91qhot39] {
    position: relative;
    display: inline-block;
    width: 300px;
    min-width: 0;
    max-width: 100%;
}

/* Laptop-friendly tweaks (no mobile layout) */
@media (width <= 1440px) {
    .grid-title[b-jp91qhot39],
    .team-member-item[b-jp91qhot39] {
        column-gap: 12px;
    }

    .team-member-item[b-jp91qhot39] { padding: 1rem 1.25rem; }
    .grid-title[b-jp91qhot39] { padding: .6rem 1.25rem; }
}

@media (width <= 1800px) {
    .grid-title[b-jp91qhot39],
    .team-member-item[b-jp91qhot39] {
        grid-template-columns:
            minmax(90px, 1fr)
            minmax(90px, 1fr)
            minmax(90px, 1.5fr)
            minmax(150px, 2fr)
            minmax(90px, 1fr)
            minmax(90px, 1fr)
            minmax(90px, 1fr)
            minmax(90px, 2fr);
        font-size: 0.95rem;
        padding: 0.75rem 1rem;
    }
}

@media (width <= 1800px) {
    .grid-title[b-jp91qhot39],
    .team-member-item[b-jp91qhot39], .table-header[b-jp91qhot39] {
        column-gap: 10px;
        grid-template-columns:
            minmax(90px, 1fr)
            minmax(90px, 1fr)
            minmax(90px, 1.5fr)
            minmax(150px, 2fr)
            minmax(90px, 1fr)
            minmax(90px, 1fr)
            minmax(90px, 1fr)
            minmax(90px, 2fr);
    }
}

    .learning-goals-dropdown button[b-jp91qhot39] {
        /* width: 100%; */
        background-color:var(--white);
        border: 1px solid var(--primary-black);
    }


.goals-dropdown-menu[b-jp91qhot39] {
    position: absolute;
    border: 1px solid var(--neutral-dark);
    padding: 0.625rem;
    white-space: normal; /* allow wrapping */
    z-index: 1000; /* sit above grid rows */
    background-color: var(--white);
    top: 100%;
    left: 0;
    box-shadow: 0 2px 8px rgb(0,0,0,0.15);
    pointer-events: auto;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: auto; /* add horizontal scroll if needed */
    box-sizing: border-box;
    max-height: 200px;
}

.goal-pill[b-jp91qhot39] {
    display: inline-flex;
    align-items: center;
    background: var(--neutral-dark);
    color: var(--neutral-light);
    border-radius: 0.375rem;
    padding: 0.25rem 0.75rem;
    margin: 0.2rem 0.2rem 0 0;
    font-size: 0.95rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

    .goal-pill .info-icon[b-jp91qhot39] {
        margin-left: 0.5rem;
        width: 1em;
        height: 1em;
        border: 1px solid var(--white);
        border-radius: 50%;
        min-width: 15px; /* or your preferred size */
        min-height: 15px;
        flex-shrink: 0;
    }

.dropdown-toggle[b-jp91qhot39] {
    display: flex;
    justify-content: space-between;
    padding: .4rem;
    font-size: 1rem;
    font-weight: 350;
    font-family: inherit;
    box-sizing: border-box;
}

    .dropdown-toggle span[b-jp91qhot39] {
        margin-left: 0.5rem;
    }

.delete-member[b-jp91qhot39] {
    background: var(--white);
    padding: 1.625rem 3.2092rem 4.9375rem 3.5625rem;
    place-content: center center;
    margin: 0 37%;
}

.delete-member h3[b-jp91qhot39] {
    font-size: 2.0652rem;
    font-weight: 700;
}

.delete-member-close-btn[b-jp91qhot39] {
    margin-top: 2%;
    display: flex;
    justify-content: end;
    cursor: pointer;
}

.delete-member p[b-jp91qhot39] {
    font-size: 1.4973rem;
    font-weight: 400;
}

.delete-member-btns[b-jp91qhot39] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.btn-cancel[b-jp91qhot39] {
    display: inline-flex;
    padding: 1.1079rem 1.8466rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.3693rem;
    border: 2.955px solid var(--primary-blue);
    color: var(--primary-blue);
    text-align: center;
    font-size: 1.4772rem;
    font-weight: 700;
}

.btn-delete[b-jp91qhot39] {
    display: inline-flex;
    padding: 1.1079rem 1.8466rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.3693rem;
    background: var(--primary-blue);
    color: var(--white);
    text-align: center;
    font-size: 1.4772rem;
    font-weight: 700;
}

.lg-not-found[b-jp91qhot39] {
    padding: 0.25rem;
    display: block;
}

.assignment-progress[b-jp91qhot39] {
    display: flex;
    gap: 0.3125rem;
}

.pagination-btn-icon[b-jp91qhot39] {
    display: flex;
    text-align: center;
}

.icon-btn[b-jp91qhot39]{
    border:none;
    background:none;
}

.flip-horizontal[b-jp91qhot39] {
    transform: scale(-1, 1);
}
/* _content/DI.Cache.Blazor/Components/SupportingSkillsChart.razor.rz.scp.css */
*[b-3b0t7aiv87] {
    font-family: "Source Sans 3", sans-serif;
}

.supporting-skills-chart[b-3b0t7aiv87] {
    background-color: var(--white);
    border-radius: 0.5rem;
    padding: 1.25rem 0.625rem;
    box-shadow: 0 0.125rem 0.25rem rgb(0, 0, 0, 0.1);
    border: 0.125rem solid var(--border-light);
    margin-bottom: 1rem;
    height: 39.4rem; /* Reduced to fit within container with increased padding */
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.chart-title[b-3b0t7aiv87] {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--gray-text-medium);
    text-align: left;
    line-height: 1.4294rem;
    letter-spacing: 0;
}

.chart-subtitle[b-3b0t7aiv87] {
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 126%;
    color: var(--secondary-black);
    text-align: left;
    margin: 0 0 0.5rem;
}

/* Override Blazorise chart container styles if needed */
.supporting-skills-chart .chart-container[b-3b0t7aiv87] {
    position: relative;
    height: calc(327px - 3rem - 2.25rem); /* Total height minus padding minus title height */
    width: 100%;
    max-width: 100%;
    max-height: calc(327px - 3rem - 2.25rem);
    box-sizing: border-box;
}

/* Custom hover effects for chart bars */
.supporting-skills-chart canvas[b-3b0t7aiv87] {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

/* Note: Chart axis styling is configured in the Chart.js options, not CSS */

/* Responsive design */

@media (width <= 1600px) {
    .supporting-skills-chart[b-3b0t7aiv87] {
        padding-bottom: 7rem;
    }

    .supporting-skills-chart .chart-container[b-3b0t7aiv87] {
        height: calc(327px - 2.5rem - 2.25rem); /* Adjust for reduced padding */
        max-height: calc(327px - 2.5rem - 2.25rem);
    }
}

@media (width <= 768px) {
    .supporting-skills-chart[b-3b0t7aiv87] {
        padding: 1rem;
        height: 20.4375rem; /* Keep same height on mobile */
    }

    .chart-title[b-3b0t7aiv87] {
        font-size: 1.1rem;
    }

    .supporting-skills-chart .chart-container[b-3b0t7aiv87] {
        height: calc(327px - 2rem - 2rem); /* Adjust for smaller padding */
        max-height: calc(327px - 2rem - 2rem);
    }
}
/* _content/DI.Cache.Blazor/Components/SupportingSkillsTimeline.razor.rz.scp.css */
*[b-hii80hx5wc] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Source Sans 3", sans-serif;
}

.supporting-skill-card-section[b-hii80hx5wc] {
    border: 0.1469rem solid var(--bright-blue);
    border-radius: 0.25rem;
    width: 100%;
    max-width: 100%;
    padding: 1.25rem;
    margin-top: 3rem;
    background-color: var(--white);
    box-sizing: border-box;
    flex-shrink: 0;
    overflow: auto hidden;
}

.supporting-skill-title[b-hii80hx5wc] {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--secondary-black);
    margin: 0 0 0.75rem;
    line-height: 100%;
    width: 100%;
}

.supporting-skill-description[b-hii80hx5wc] {
    font-size: 1rem;
    font-weight: 400;
    color: var(--secondary-black);
    line-height: 138%;
    margin-bottom: 4rem;
    width: 100%;
}

/* Proficiency Timeline */
.proficiency-timeline[b-hii80hx5wc] {
    margin-top: 1.5rem;
    margin-bottom: 7rem;
    width: 100%;
    min-width: max-content;
}

.timeline-container[b-hii80hx5wc] {
    position: relative;
    width: 100%;
    min-width: max-content;
    margin: 0 auto;
}

.timeline-line[b-hii80hx5wc] {
    height: 0.4375rem;
    border-radius: 0.375rem;
    background-color: var(--gray-upload-thumb-bg);
    width: 100%;
    min-width: max-content;
    margin: 0;
    position: relative;
}

.timeline-bars[b-hii80hx5wc] {
    display: flex;
    justify-content: space-between;
    top: -0.4375rem;
    width: 98%;
    left: 0;
    padding: 0;
    box-sizing: border-box;
}

.timeline-bar-item[b-hii80hx5wc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.timeline-bar[b-hii80hx5wc] {
    width: 0.3125rem;
    height: 0.75rem;
    background-color: var(--gray-upload-thumb-bg);
    margin-bottom: 0.5rem;
}

.timeline-label[b-hii80hx5wc] {
    display: block;
    margin: 0;
    width: auto;
    height: 1.5625rem;
}

/* Proficiency Timeline Highlighting Styles */
.proficiency-wrapper[b-hii80hx5wc] {
    position: relative;
}

.current-proficiency-container[b-hii80hx5wc] {
    position: absolute;
    top: -3.9375rem;
    left: 50%;
    transform: translateX(-50%);
    background: var(--white);
    border: 0.0625rem solid var(--border-light);
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    height: 5.625rem;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.current-proficiency-container.awareness[b-hii80hx5wc] {
    width: 8.125rem;
}

.current-proficiency-container.basic[b-hii80hx5wc] {
    width: 6.25rem;
}

.current-proficiency-container.intermediate[b-hii80hx5wc] {
    width: 9.0625rem;
}

.current-proficiency-container.advanced[b-hii80hx5wc] {
    width: 7.1875rem;
}

.current-proficiency-container.expert[b-hii80hx5wc] {
    width: 5.9375rem;
}

.current-level-label[b-hii80hx5wc] {
    position: absolute;
    top: -3.0625rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.015rem;
    line-height: 100%;
    color: var(--medium-gray);
    white-space: nowrap;
    z-index: 1;
}

.timeline-label.highlighted[b-hii80hx5wc] {
    position: relative;
    z-index: 1;
}

/* Utility class for removing padding */
.no-padding.no-padding[b-hii80hx5wc] {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

/* Responsive styles for smaller screens */

@media (width <= 1900px) {
    .timeline-bars[b-hii80hx5wc] {
       gap: 1.4rem;
    }
}

@media (width <= 1024px) {
    .supporting-skill-card-section[b-hii80hx5wc] {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 1rem;
    }
}

@media (width <= 768px) {
    .supporting-skill-card-section[b-hii80hx5wc] {
        width: 100%;
        padding: 0.75rem;
        margin-top: 2rem;
    }

    .supporting-skill-title[b-hii80hx5wc] {
        font-size: 1.25rem;
    }

    .supporting-skill-description[b-hii80hx5wc] {
        font-size: 0.875rem;
        margin-bottom: 3rem;
    }
}

@media (width <= 480px) {
    .supporting-skill-card-section[b-hii80hx5wc] {
        width: 100%;
        padding: 0.625rem;
        margin-top: 1.5rem;
    }
}
/* _content/DI.Cache.Blazor/Components/TextComponent.razor.rz.scp.css */
.text-component[b-9jyfvl58pp] {
    width: 75%;
    height: 65%;
    margin-bottom: auto;
}

.text-component h2[b-9jyfvl58pp] {
    color: var(--primary-blue);
    font-size: 1.875rem;
    font-weight: 600;
}

.text-content[b-9jyfvl58pp] {
    border-radius: 0.3125rem;
    background: var(--primary-off-white);
    padding:2rem 1.8rem;
}

    .text-content h4[b-9jyfvl58pp] {
        color: var(--primary-blue);
        font-size: 1.3125rem;
        font-weight: 600;
    }

    .text-content p[b-9jyfvl58pp] {
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 400;
    }
/* _content/DI.Cache.Blazor/Components/VideoViewerComponent.razor.rz.scp.css */

.video-container[b-xffomhwigw] {
    background: var(--primary-black);
    max-width: 100%;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.video-toolbar[b-xffomhwigw] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gray-lightest);
    padding: 1rem;
    gap: 1rem;
}

.toolbar-buttons[b-xffomhwigw] {
    margin-left: auto;
}

.video-footer-toolbar[b-xffomhwigw] {
    font-family: 'Source Sans 3';
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--gray-lightest);
    padding: .5rem;
}

    .video-footer-toolbar input[type="range"][b-xffomhwigw] {
        width: 75%;
    }


video[b-xffomhwigw] {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.video-viewer-wrapper[b-xffomhwigw] {
    position: relative;
    flex-grow: 1;
    display: flex;
    overflow: auto;
    padding: 1rem 0;
    justify-content: center;
}

    .video-viewer-wrapper video[b-xffomhwigw] {
        width: 100%;
        max-height: 80vh;
        background-color: var(--primary-black);
    }

/* Play Button Overlay */
.video-play-overlay[b-xffomhwigw] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0, 0, 0, 0.3);
    cursor: pointer;
    transition: opacity 0.3s ease, background 0.3s ease;
    z-index: 10;
}

    /* Hide overlay when video is playing */
    .video-play-overlay.hidden[b-xffomhwigw] {
        opacity: 0;
        pointer-events: none;
    }

/* Show overlay on hover when paused */
.video-viewer-wrapper:hover .video-play-overlay:not(.playing)[b-xffomhwigw] {
    background: rgb(0, 0, 0, 0.5);
}

.video-loading-overlay[b-xffomhwigw] {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.2rem;
    z-index: 100;
    pointer-events: none;
}

.spinner[b-xffomhwigw] {
    border: 4px solid rgb(255, 255, 255, 0.3);
    border-top: 4px solid var(--white);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin-b-xffomhwigw 1s linear infinite;
    margin-bottom: 0.625rem;
}

@keyframes spin-b-xffomhwigw {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.icon-button[b-xffomhwigw] {
    font-family: 'Source Sans 3';
    text-wrap: nowrap;
    background: none;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    text-align: left;
    gap: .4rem;
    text-decoration: none;
    color: var(--secondary-black);
    padding: 0.25rem .5rem;
}


video[b-xffomhwigw]::-webkit-media-controls {
    display: none;
}
