@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 0rem 2.15rem;
}

.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;
    justify-items: center;
    align-items: center;
    border: 2px solid var(--gray-label);
    border-radius: 0.32694rem;
}

.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-blue);
}

.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%;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
    -webkit-appearance: none;
    appearance: none;
    background: var(--gray-lightest);
}

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

.skill-slider[b-gm3vhu8omj]::-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; /* 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 (max-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.89494rem;
    margin: 0.5rem 0 1.7rem 0;
}

.cancel-btn[b-gm3vhu8omj],
.save-btn[b-gm3vhu8omj] {
    border: 3.79px solid var(--primary-blue);
    border-radius: 0.44744rem;
    cursor: pointer;
    width: 9.5rem;
    height: 3.9375rem;
    font-weight: 700;
    font-size: 1.65219rem;
}

.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;
}

.info-icon-container svg[b-gm3vhu8omj] {
    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: 1rem;
    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;
    padding: 0.27rem 0.65rem;
    justify-content: center;
    align-items: center;
    cursor: default;
    flex-shrink: 0;
    border-radius: 0.25rem;
}

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

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

.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: inline-block;
    cursor: pointer;
    z-index: 9999;
    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: 0rem 2.15rem 0rem 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;
    margin-bottom: 0.56rem;
}

.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 (max-width: 1200px) {
    .info-grid[b-qmzt6kfj23] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-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 0.08rem 0.68rem;
    color: var(--white);
    display: inline-block;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 1.09775rem;
    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.84444rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

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

.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[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 !important;
}

.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%;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
    -webkit-appearance: none;
    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 {
    -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-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.89494rem;
    margin: 0.5rem 0 1.7rem 0;
}

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] {
    border: 3.79px solid var(--primary-blue);
    border-radius: 0.44744rem;
    cursor: pointer;
    width: 9.5rem;
    height: 3.9375rem;
    font-weight: 700;
    font-size: 1.65219rem;
}

.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;
    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: 50%;
    transform: translateX(-50%);
    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: 40rem;
    max-width: 50rem;
    pointer-events: auto;
    overflow: visible;
    z-index: 10000;
    text-align: left;
}

.tooltip-arrow[b-8isc2ytbdd] {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;

    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid var(--accent-blue);
    z-index: 10001;
}

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

.tooltip-content[b-8isc2ytbdd] {
    padding: 1rem;

}

.tooltip-title[b-8isc2ytbdd] {
    color: var(--secondary-black);
    font-size: 1rem;
    font-weight: 600;
    white-space: nowrap;
}

.tooltip-title-row[b-8isc2ytbdd] {
    display: flex;
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
    gap: 1rem;
    padding-bottom: 0.5rem;
}

.tooltip-title-row .tooltip-title[b-8isc2ytbdd] {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
    white-space: nowrap;
}

.tooltip-description[b-8isc2ytbdd] {
    color: var(--secondary-black);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4;
}

.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 0 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(--gray-upload-thumb-bg);
}

.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-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.56156rem;
    padding: 0.13013rem 0.125rem;
    margin-right: 0.2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.sign-off[b-7musoft7iu] {
    display: inline-flex;
    height: 3.125rem;
    margin-right: 5.16rem;
    padding: 0.85225rem 1.42044rem;
    flex-shrink: 0;
    border-radius: 0.28406rem;
    border: 2.773px solid var(--primary-blue);
    cursor: pointer;
    color: var(--primary-blue);
    background-color: var(--white);
    text-align: center;
    font-size: 1.13638rem;
    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] {
    border: 3.79px solid var(--primary-blue);
    border-radius: 0.44744rem;
    cursor: pointer;
    width: 9.5rem;
    height: 3.9375rem;
    font-weight: 700;
    font-size: 1.65219rem;
}

.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] {
    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.13888rem;
    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: rgba(35, 35, 35, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
/* _content/DI.Cache.Blazor/Components/AccountSettings/YourTeam.razor.rz.scp.css */
.team-container[b-pmy5z1vs87] {
    margin-left: 1.81rem;
}

.team-note[b-pmy5z1vs87] {
    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;
}

.team-box[b-pmy5z1vs87] {
    border: 1px solid var(--primary-black);
    padding: 0.75rem 1.22rem 1.06rem 1.13rem;
    margin-left: 1.5rem;
    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.13888rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0.75rem;
}

.leave-btn[b-pmy5z1vs87] {
    justify-content: flex-end;
    align-self: flex-end;
    border: 2.27px solid var(--primary-blue);
    background-color: transparent;
    color: var(--primary-blue);
    border-radius: 0.44744rem;
    cursor: pointer;
    text-align: center;
    height: 3.125rem;
    padding: 0.85225rem 1.42044rem;
    flex-shrink: 0;
    font-weight: 700;
    font-size: 1.13638rem;
    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: rgba(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.44744rem;
    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: 1.5rem;
    color: var(--secondary-black);
}

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

.modal-header[b-pmy5z1vs87] {
    font-size: 2.06519rem;
    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.53525rem;
    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: 1.37644rem 2.294rem;
    justify-content: center;
    align-items: center;
    gap: 0.91763rem;
    flex-shrink: 0;
    font-size: 1.69406rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 0.45881rem;
    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] {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem;
  background: var(--white);
}

/* --- 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-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] {
  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] {
  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;
}

.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] {
    padding: 20px;
    background-color: var(--white);
    font-family: "Source Sans 3", sans-serif;
    max-width: 800px;
    margin: 0 auto;
}

.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;
    padding-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;
    gap: 20px;
}

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

/* Validation Messages */
.validation-messages[b-kqffi48m86] {
    background-color: rgba(220, 53, 69, 0.1);
    border: 1px solid rgba(220, 53, 69, 0.3);
    border-radius: 6px;
    padding: 15px;
}

.validation-message[b-kqffi48m86] {
    color: var(--alert-red);
    font-size: 0.9rem;
    font-weight: 500;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Layout Structure */
.activity-layout[b-kqffi48m86] {
    display: flex;
    gap: 73px;
    align-items: flex-start;
    justify-content: flex-start;
}

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

.activity-layout.vertical .activity-sidebar[b-kqffi48m86] {
    width: 100%;
    margin-left: 0;
    align-items: center;
}

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

.activity-sidebar[b-kqffi48m86] {
    flex-shrink: 0;
    width: 179px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-end;
    order: 2;
    margin-left: auto; /* Push to right side */
}

/* Buttons */
.submit-container-sidebar[b-kqffi48m86] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.btn[b-kqffi48m86] {
    padding: 12px 25px;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    min-width: 120px;
}

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

.btn-primary:hover:not(:disabled)[b-kqffi48m86] {
    background-color: var(--primary-blue, darken 10%);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.btn.disabled[b-kqffi48m86],
.btn:disabled[b-kqffi48m86] {
    background-color: var(--gray-lighter);
    color: var(--gray-border-light);
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.submit-button[b-kqffi48m86] {
    font-size: 1.1rem;
    padding: 15px 30px;
    font-weight: 600;
}

/* Drag and Drop Interface Styles */
.activity-container[b-kqffi48m86] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
    max-width: 800px;
    margin: 20px auto 0;
}

/* 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);
    text-transform: uppercase;
    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);
    text-transform: uppercase;
    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 15px;
    border: 2px solid var(--border-light);
    border-radius: 6px;
    background-color: var(--white);
    cursor: grab;
    transition: all 0.3s ease;
    user-select: none;
    width: 100%;
    min-height: 48px;
    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;
}

.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] {
    padding: 10px 20px;
    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] {
    padding: 12px 30px;
    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] {
    margin-bottom: 2rem;
}

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

.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(--white);
    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] {
    display: flex;
    padding: 1.13519rem 1.89194rem;
    justify-content: center;
    font-size: 1.875rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

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

    .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);
}
/* _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: 1.25rem;
    border-radius: 0.5rem;
    background-color: var(--white);
    box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 75rem;
    margin: 0 auto;
}

.activity-header[b-526a2nzffv] {
    text-align: left;
    margin-bottom: 1.25rem;
    border-bottom: 2px solid var(--border-light);
    padding-bottom: 0.9375rem;
}

.activity-title[b-526a2nzffv] {
    color: var(--black);
    font-size: 2.08rem;
    font-weight: 600;
    margin-bottom: 0.625rem;
}

.activity-directions[b-526a2nzffv] {
    color: var(--gray-dark);
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    font-weight: 500;
}

.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;
}

.option-text[b-526a2nzffv] {
    font-size: 1rem;
    font-weight: 500;
    color: var(--gray-dark);
    line-height: 1.4;
    font-style: italic;
    text-align: center;
}

.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: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid var(--border-light);
}

.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;
}

.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;
}

/* 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 */
/* Sorting Paragraph Activity Styles */
.sorting-paragraph-activity[b-jt9nuxje8a] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
    background: var(--white);
    display: flex;
    justify-content: flex-start;
}

/* Header Styles */
.sorting-header[b-jt9nuxje8a] {
    text-align: left;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
}

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

.sorting-title + p[b-jt9nuxje8a] {
    margin-top: 0.5rem;
    font-weight: 300;
    line-height: 126%;
    font-size: 18px;
    font-style: italic;
}

.sorting-instructions[b-jt9nuxje8a] {
    color: var(--color-text-muted);
    font-size: 1.1rem;
    line-height: 1.5;
    margin: 0;
}

/* Layout Styles */
.sorting-layout[b-jt9nuxje8a] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Items Container */
.sorting-items-container[b-jt9nuxje8a] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Item Row Styles */
.sorting-item-row[b-jt9nuxje8a] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: var(--white);
    border: 2px solid var(--color-background-muted);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.sorting-item-row:hover[b-jt9nuxje8a] {
    border-color: var(--color-accent-blue);
    box-shadow: 0 2px 10px rgba(0, 123, 255, 0.1);
}

.sorting-item-row.correct[b-jt9nuxje8a] {
    border-color: var(--color-accent-green);
    background: linear-gradient(135deg, var(--color-success-light) 0%, var(--white) 100%);
}

.sorting-item-row.incorrect[b-jt9nuxje8a] {
    border-color: var(--color-accent-red);
    background: linear-gradient(135deg, var(--color-accent-red-very-light) 0%, var(--white) 100%);
}

.sorting-item-row.validation-error[b-jt9nuxje8a] {
    border-color: var(--color-accent-red);
    background: linear-gradient(135deg, var(--color-danger-light) 0%, var(--white) 100%);
    box-shadow: 0 0 0 0.1rem rgba(220, 53, 69, 0.15);
    animation: containerShake-b-jt9nuxje8a 0.4s ease-in-out;
}

@keyframes containerShake-b-jt9nuxje8a {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-3px); }
    40% { transform: translateX(3px); }
    60% { transform: translateX(-2px); }
    80% { transform: translateX(2px); }
}

/* Order Input Container */
.sorting-order-container[b-jt9nuxje8a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 80px;
    gap: 0.5rem;
}

.order-label[b-jt9nuxje8a] {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-neutral-gray);
    margin: 0;
}

.order-input[b-jt9nuxje8a] {
    width: 60px;
    height: 50px;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    border: 2px solid var(--gray-search-border);
    border-radius: 6px;
    transition: all 0.3s ease;
    background: var(--white);
}

.order-input:focus[b-jt9nuxje8a] {
    outline: none;
    border-color: var(--color-accent-blue);
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.order-input.input-correct[b-jt9nuxje8a] {
    border-color: var(--color-accent-green);
    background: var(--color-success-light);
    color: var(--color-success-dark);
}

.order-input.input-incorrect[b-jt9nuxje8a] {
    border-color: var(--color-accent-red);
    background: var(--color-accent-red-very-light);
    color: var(--color-danger-dark);
}

.order-input.input-validation-error[b-jt9nuxje8a] {
    border-color: var(--color-accent-red);
    background: var(--color-danger-light);
    color: var(--color-accent-red);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    animation: shake-b-jt9nuxje8a 0.3s ease-in-out;
}

.order-input.input-validation-error:focus[b-jt9nuxje8a] {
    border-color: var(--color-accent-red);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

@keyframes shake-b-jt9nuxje8a {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-2px); }
    75% { transform: translateX(2px); }
}

.order-input.input-locked[b-jt9nuxje8a] {
    cursor: not-allowed;
    opacity: 0.8;
}

/* Item Content */
.sorting-item-content[b-jt9nuxje8a] {
    flex: 1;
    padding: 0.5rem 0;
}

.sentence-display[b-jt9nuxje8a] {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--color-neutral-800);
    display: block;
}

/* Feedback Styles */
.feedback-container[b-jt9nuxje8a] {
    display: flex;
    align-items: center;
    min-width: 200px;
}

.feedback-indicator[b-jt9nuxje8a] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
}

.feedback-indicator.feedback-correct[b-jt9nuxje8a] {
    background: var(--color-success-light);
    color: var(--color-success-dark);
    border: 1px solid var(--color-success-light);
}

.feedback-indicator.feedback-incorrect[b-jt9nuxje8a] {
    background: var(--color-accent-red-very-light);
    color: var(--color-danger-dark);
    border: 1px solid var(--color-accent-red-light);
}

.feedback-icon[b-jt9nuxje8a] {
    font-size: 1rem;
}

.feedback-text[b-jt9nuxje8a] {
    font-size: 0.875rem;
}

/* Validation Messages */
.validation-messages[b-jt9nuxje8a] {
    background: var(--color-accent-red-very-light);
    border: 1px solid var(--color-accent-red-light);
    border-radius: 6px;
    padding: 1rem;
    margin: 1rem 0;
}

.validation-message[b-jt9nuxje8a] {
    color: var(--color-danger-dark);
    font-size: 0.875rem;
    margin: 0.25rem 0;
}

.validation-message:first-child[b-jt9nuxje8a] {
    margin-top: 0;
}

.validation-message:last-child[b-jt9nuxje8a] {
    margin-bottom: 0;
}

/* Completion Button */
.next-button[b-jt9nuxje8a] {
    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;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.next-button:hover[b-jt9nuxje8a] {
    opacity: 0.90;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

/* Complete Paragraph Preview Section */
.complete-paragraph-preview[b-jt9nuxje8a] {
    text-align: center;
    padding: 2rem;
    background: linear-gradient(135deg, var(--very-light-green) 0%, var(--off-white) 100%);
    border: 2px solid var(--color-accent-green);
    border-radius: 12px;
    margin-top: 2rem;
    animation: slideIn-b-jt9nuxje8a 0.5s ease-out;
}

@keyframes slideIn-b-jt9nuxje8a {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Completed Paragraph Section */
.completed-paragraph-section[b-jt9nuxje8a] {
    text-align: center;
    padding: 2rem;
}

.paragraph-header[b-jt9nuxje8a] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.paragraph-title[b-jt9nuxje8a] {
    color: var(--primary-blue);
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0;
}

.completion-badge .badge[b-jt9nuxje8a] {
    background: var(--color-accent-green);
    color: var(--white);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.complete-paragraph-container[b-jt9nuxje8a] {
    background: linear-gradient(135deg, var(--neutral-light) 0%, var(--color-background-muted) 100%);
    border: 2px solid var(--color-accent-green);
    border-radius: 12px;
    padding: 2rem;
    margin: 2rem 0;
}

.complete-paragraph-text[b-jt9nuxje8a] {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--color-neutral-800);
    margin: 0;
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
}

/* Completion Stats */
.completion-stats[b-jt9nuxje8a] {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.sentences-count[b-jt9nuxje8a] {
    background: var(--neutral-light);
    padding: 1rem 1.5rem;
    border-radius: 8px;
    border: 1px solid var(--color-background-muted);
}

.sentences-count strong[b-jt9nuxje8a] {
    color: var(--color-neutral-gray);
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 0.25rem;
}

/* Next Activity Button */
.next-activity-button[b-jt9nuxje8a] {
    background: linear-gradient(135deg, var(--color-text-muted), var(--color-neutral-gray));
    border: none;
    color: var(--white);
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.next-activity-button:hover[b-jt9nuxje8a] {
    background: linear-gradient(135deg, var(--color-neutral-gray), #343a40);
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(108, 117, 125, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .sorting-paragraph-activity[b-jt9nuxje8a] {
        padding: 1rem;
        margin: 1rem;
    }
    
    .sorting-item-row[b-jt9nuxje8a] {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }
    
    .sorting-order-container[b-jt9nuxje8a] {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        min-width: auto;
    }
    
    .paragraph-header[b-jt9nuxje8a] {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .completion-stats[b-jt9nuxje8a] {
        flex-direction: column;
        gap: 1rem;
    }
    
    .complete-paragraph-text[b-jt9nuxje8a] {
        font-size: 1rem;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .sorting-title[b-jt9nuxje8a] {
        font-size: 1.5rem;
    }
    
    .sorting-instructions[b-jt9nuxje8a] {
        font-size: 1rem;
    }
    
    .sorting-item-row[b-jt9nuxje8a] {
        padding: 1rem;
    }
    
    .order-input[b-jt9nuxje8a] {
        width: 50px;
        height: 40px;
        font-size: 1rem;
    }
    
    .sentence-display[b-jt9nuxje8a] {
        font-size: 0.9rem;
    }
}

/* Override GenericActivityComponent item row height for SortingParagraphActivity */
.sorting-paragraph-activity .activity-item-row[b-jt9nuxje8a] {
    height: 90px !important;
    min-height: 90px !important;
}

.sorting-paragraph-activity .position-item-row[b-jt9nuxje8a] {
    height: 90px !important;
    min-height: 90px !important;
}
/* _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 #DFE1E2;
    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 #DFE1E2;
    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: #475569;
        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 #000;
    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] {
    background-color: #1B1B1B;
    border-radius: 0.143rem;
    color: var(--white);
    border: none;
    padding: 0.25rem 0.75rem;
    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 #DFE1E2;
    padding-left: 3%;
    margin: .4rem .5rem .5rem 0;
    flex: 1;
    color:#475569;
}

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

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

    .tab-switcher h2[b-ui75oen294] {
        color: #162E51;
        font-size: 1.375rem;
        font-weight: 600;
        margin-left: 2rem;
        margin-bottom: 0;
    }

.tab-button[b-ui75oen294] {
    
    border-radius: 0.375rem;
    border: 2px solid #DFE1E2;
    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: #000;
}

    .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: #4F4F4F;
    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: #28a745;
    }

    .legend-color.in-progress[b-39coveszgl] {
        background-color: #ffc107;
    }

    .legend-color.not-started[b-39coveszgl] {
        background-color: #6c757d;
    }

.progress-table[b-39coveszgl] {
    border: 1px solid #000;
    width:100%;
    
}

.table-header[b-39coveszgl] {
    display: flex;
    text-align: center;
    background-color: #f8f9fa;
    border-bottom: 1px solid #000;
    font-weight: bold;
    font-size: 12px;
    justify-content: space-between;
}

.table-row[b-39coveszgl] {
    display: flex;
    border-bottom: 1px solid #000;
    background: #FFF;
}

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

.type-column[b-39coveszgl] {
    width: 100px;
    padding: 10px;
    border-right: 1px solid #000;
    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 #ddd;
}

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

    .progress-segment.not-started[b-39coveszgl] {
        background-color: #6c757d;
    }

    .progress-segment.in-progress[b-39coveszgl] {
        background-color: #ffc107;
    }

    .progress-segment.completed[b-39coveszgl] {
        background-color: #28a745;
    }

.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 #000;
    background: #FFF;
    margin: .5rem;
}

.adoption-title[b-39coveszgl] {
    width: 100%; 
    text-align: center;
    color: #4F4F4F;
    font-size: 0.9375rem;
    font-weight: 600;
    margin: 15%;
    margin-bottom:25%;
}

.rate[b-39coveszgl] {
    color: #000;
    font-family: Inter;
    font-size: 2.42719rem;
    font-weight: 600;
    margin-top: 15%;
    margin-bottom:0;
}

.total-rate[b-39coveszgl] {
    color: #000;
    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 */
.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: #475569;
    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 #DFE1E2;
    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: #7C8FAC;
        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: #e9ecef; 
    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;
}

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

.analytics-dropbox[b-u7fjt8rcby] {
    border: 1px solid #000;
    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] {
    background-color: #1B1B1B;
    border-radius: 0.143rem;
    color: var(--white);
    border: none;
    padding: 0.25rem 0.75rem;
    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 */
.review-analytics[b-3ttnegzb24] {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 3rem 2rem 0 2rem;
    flex-wrap:wrap;


}

.title[b-3ttnegzb24] {
    color: #4F4F4F;
    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 #000;
    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: #D9D9D9;
    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: #7C8FAC;
    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 #000;
    background: #FFF;
    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: #4F4F4F;
        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 #000;
    margin-bottom:2%;
    padding-bottom:2%;
}

    .issues h4[b-3ttnegzb24] {
        margin-top:5%;
        color: #1B1B1B;
        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 #C0C0C0;
    background: #F9F9F9;
    color: #1B1B1B;
    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: #009DFF;
    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%;

    a{
        color: #009DFF;
    }
}
/* _content/DI.Cache.Blazor/Components/Analytics/TeamAnalyticsComponent.razor.rz.scp.css */
.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 #DFE1E2;
    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: #475569;
        font-weight: 600;
        margin: 0;
        padding-top: 0;
    }
    .analytic-content-box h1[b-uqph37sdh6] {
        margin-bottom:0;
        padding-bottom: 0;
    }

    .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 #000;
    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] {
    background-color: #1B1B1B;
    border-radius: 0.143rem;
    color: var(--white);
    border: none;
    padding: 0.25rem 0.75rem;
    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 #DFE1E2;
    padding-left: 3%;
    margin: .4rem .5rem .5rem 0;
    flex: 1;
    color:#475569;
}

    .blue-tag-notice h3[b-uqph37sdh6] {
        margin-right: .4rem;
    }
/* _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: #F9F9F9;
    display: flex;
    flex-direction: column;
}

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


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

.assigned-border[b-ci8rr89qh2] {
    background: #162E51;
    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;
    }

    .assigned-border a[b-ci8rr89qh2] {
        color: #009DFF;
        font-weight: 700;
        font-size: 1.15rem;
        margin-top: .2rem;
    }

.filter-bar-container[b-ci8rr89qh2] {
    display: flex;
    align-items: center;
    background-color: #F0F0F0;
    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 #CED4DA;
    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: 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: #F2F2F2;
    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 !important;
}

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

    .title-link:hover[b-ci8rr89qh2], .home-title-link:hover[b-ci8rr89qh2], .home-title-link a:hover[b-ci8rr89qh2] {
        color: #781A92;
    }

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

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

.assigned-grid[b-ci8rr89qh2] {
    flex-grow: 1;
    display: flex;
    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: 3px 6px;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
    white-space: nowrap;
}


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


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

/* _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: #C3C3C3;
    transition: color 0.3s ease-in-out;
    white-space: nowrap;
}

    .switch-button.active[b-zt0lp8qn8a] {
        color: #162E51
    }

.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: San Source Pro, sans-serif;
    }

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


.btn[b-wvwr2ub085] {
    display: flex;
    flex-direction: row;
    justify-content:flex-end;
    gap: .5rem;
    align-items: center;
}

.cancel-btn[b-wvwr2ub085] {
    font-family: 'Source Sans 3';
    margin-right:.4rem;
    cursor:pointer;
    background: #fff;
    border-radius: 0.2rem;
    border: 2.273px solid #005EA2;
    display: flex;
    width: fit-content;
    padding: .4rem 1.4rem;
    justify-content: center;
    align-items: center;
    color: #005EA2;
    text-align: center;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 700;
}

.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: none;
    background: #005EA2;
    color: #FFF;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
}

.review-box[b-wvwr2ub085] {
    margin-top:1rem;
    padding: .5rem 1rem;
    border: 1px solid #000;
    border-radius: 4px;
    margin-left: 3rem;
}

.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: 0rem;
    
}
.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: 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;
    /* margin-left: 3rem; */
}

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

/* _content/DI.Cache.Blazor/Components/ContentViewing/ContentCard.razor.rz.scp.css */
/*#region Card*/
.card[b-txtgh7v4zv] {
    display:flex;
    flex-direction:column;
    width: 23rem;
    /* min-height: 26rem; */
    position: relative;
    border: 1px solid var(--primary-black);
    background: var(--gray-lightest);
    margin: 1rem 1rem 0 0;
}

.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-word;
        overflow-wrap: anywhere;
        font-size: 1.3rem;
        color: var(--primary-blue);
        text-decoration: underline;
        font-weight: 580;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .card-header a:hover[b-txtgh7v4zv] {
        color: #781A92;
    }

.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;
}

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

    .menuDropdown.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%;
    }

/*#.card-publish {
    display: flex;
    flex-direction: column;
    width: 9.18rem;
    height: .8rem;
    justify-content: center;
    font-size: 0.6rem;
    font-style: italic;
    font-weight: 400;
}//*/

.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: 3px 6px;
    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: 3px 6px;
    width: fit-content;
    gap: 0.38719rem;
    border-radius: 0.17rem;
    background: var(--secondary-blue);
    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;
}

/*#endregion Card*/

.summary-modal[b-txtgh7v4zv] {
    background-color: var(--white);
    padding: 3%;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(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-wrap: wrap;
    flex-direction: row;
    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.38719rem;
    border-radius: 0.17rem;
    margin-top:1%;
}
/* _content/DI.Cache.Blazor/Components/ContentViewing/ContentCardList.razor.rz.scp.css */
.card-list[b-0hfc6x3rp2] {
    display: flex;
    position: relative;
    border-radius: 0.25rem;
    border: .5px solid var(--primary-black);
    background: var(--white);
    /* height: 19rem; */
    /* flex-basis:auto; */
    margin: 1rem 0;
    width: 97%;
    box-sizing: border-box;
}

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

.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;
}

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

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


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

a[b-0hfc6x3rp2] {
    text-decoration: none;
    color: 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: 5rem;
    padding: 0.07388rem 0.59119rem;
    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;
    /* width: 6.3rem; */
    height: 1.4rem;
    padding: 0.06rem 0.2rem;
    gap: 0.38719rem;
    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] {
    word-break: 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-direction: row;
    align-items: center;
    gap: 1%;
    flex-wrap:wrap;
}

.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: 5px;
    box-shadow: 0 0 10px rgba(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: #F0F0F0;
    border-radius: 0.1875rem;
    border: 1px solid #DFE1E2;
    padding: 1rem 3rem 2rem 4.25rem;
    /* margin-left: 3rem; */
}

.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: #005EA2;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 680;
    color: #FFF;
    border: none;
}

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

.Category[b-ght2nllvy1] {
    display: flex;
    width: fit-content;
    padding: 0.07188rem 0.575rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.14375rem;
    background: #1B1B1B;
    color: #FFF;
    font-size: 0.93438rem;
    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: white;
    padding: 3.2% 0 5% 3%;
    width: 41rem;
    height: 20.5rem;
    border-radius: 0.25rem;
    box-shadow: 4px 3px 5.8px 0px rgba(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] {
        font-size: 1.125rem;
        font-weight: 400;
        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: #FFF;
    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.36363rem;
}
.close-button[b-ght2nllvy1] {
    top: 2rem;
    right: 2rem;
}

.continue[b-ght2nllvy1] {
    font-family: 'Source Sans 3';
    border:none;
    display: flex;
    width: 7.21288rem;
    height: 3.37688rem;
    padding: 0.82963rem 1.38275rem;
    justify-content: center;
    align-items: center;
    gap: 0.55313rem;
    flex-shrink: 0;
    border-radius: 0.27656rem;
    background: #005EA2;
    font-size: 1.10619rem;
    font-weight: 700;
    color:#FFF;
    margin-left:70%;
}
/* _content/DI.Cache.Blazor/Components/ContentViewing/ContentView.razor.rz.scp.css */
/*#region Card View*/
.content-card-view[b-g1ot8juq2c] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 1.5rem 0 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;
    /* margin-left: 2rem; */
}

    .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: 37px;
        font-weight: 700;
        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-bottom: .5rem;
    /* position: absolute; */
    /* left: 90%; */
    /* size: 2rem; */
    margin: 1rem 2rem 1rem auto;
}
    .filter button[b-g1ot8juq2c] {
        background: none;
        border: none;
        cursor: pointer;
    }

.filter-dropdown[b-g1ot8juq2c] {
    background: var(--white);
    border: .5px solid var(--primary-black);
    z-index: 1001;
    padding: 2rem 3rem 2.5rem 3rem;
    position:absolute;
    right: 19%;
}
.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;
    margin-bottom: 1rem;
    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;
    margin-bottom: 1rem;
    padding: 0.5rem 0;
}
    .filter-format h4[b-g1ot8juq2c] {
        font-weight: 580;
        font-size: 1.15rem;
        margin: 0;
    }
    .filter-format h4 span[b-g1ot8juq2c] {
        font-weight: 350;
        font-style: italic;
    }
    .filter-checkbox[b-g1ot8juq2c] {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 0.5rem;
    }
        .filter-checkbox input[type="checkbox"][b-g1ot8juq2c] {
            margin-right: 0.5rem;
            size: 45%;
        }
        .filter-checkbox label[b-g1ot8juq2c] {
            margin-right: 1.5rem; /* space between each label */
        }


.input-icon-wrapper[b-g1ot8juq2c] {
    width: 100%;
    border-radius: .25rem;
    color: var(--primary-blue);
}
    .input-icon-wrapper input[b-g1ot8juq2c] {
        width: 75%;
        font-size: .5rem;
    }
    .input-icon-wrapper text[b-g1ot8juq2c] {
        font-size: .35rem;
    }

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

.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.75rem 0 .65rem 0;
}
    .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 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.75rem 0 .65rem 0;
}
    .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.75rem 0 .65rem 0;
}
    .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: 0rem 0rem 1rem 1rem;
    flex-wrap: wrap;
}

.grid-list-card-styles[b-g1ot8juq2c] {
    background-color: var(--off-white); 
    border: 1px solid var(--border-light);
    border-radius: 6px;
    box-sizing: border-box;
}

.grid-list-card-no-styles[b-g1ot8juq2c] {
    display: flex;
    justify-content: flex-start;
    background-color: transparent; 
    border: 1px solid transparent;
    border-radius: 0;
    box-sizing: border-box;
    padding-left: 2rem;
    
}

.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: end;
    flex-direction: row;
    gap: 5%
}

.filter-confirm-btn[b-g1ot8juq2c] {
    background: var(--primary-blue)!important;
    padding: .5rem .8rem;
    color: var(--white) !important;
    font-weight: 700;
    cursor: pointer;
    border-radius: 0.25rem;
    font-size: 1rem;
}

.filter-cancel-btn[b-g1ot8juq2c] {
    border: 2px solid var(--primary-blue)!important;
    background: var(--white) !important;
    padding: .5rem .8rem;
    color: var(--primary-blue)!important;
    font-weight: 700;
    cursor: pointer;
    border-radius: 0.25rem;
    font-size: 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] {
    background-color: var(--navy-blue);
    color: var(--white);
    border-radius: 1.53894rem;
    padding: 0.25rem 1rem;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    cursor: pointer;
    transition: background 0.3s;
}

.tag-selected[b-g1ot8juq2c] {
    background-color: var(--primary-blue);
    font-weight: 600;
}
/*#endregion Card View*/

.search-bar[b-g1ot8juq2c] {
    display: flex;
    height: 2.42188rem;
    flex-grow: 1;
    /* margin-left: 3rem; */
    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.73863rem;
    flex-shrink: 0;
    margin-top: .5rem;
    border-radius: 0.36931rem;
    background: var(--primary-blue);
    color: var(--white);
    font-size: 1.36363rem;
    font-weight: 650;
    border: none;
}

.no-results-message[b-g1ot8juq2c] {
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 1.5em;
    font-weight: 680;
}
/* _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 #ccc;
    border-radius: 6px;
    background-color: #fff;
    outline: none;
    cursor: pointer;
}

.icon-div[b-u5f27j11ko] {
    display:flex;
    height: 100%;
    align-items:center;
    padding-left: 12px;
    width: 3rem;
}
.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: #F0F0F0;
        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: #005EA2;
}

.month-year-display[b-u5f27j11ko] {
    color: #1B1B1B;
    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: #666;
}

.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: #000;
    }

    .day-cell.other-month[b-u5f27j11ko] {
        color: #ccc;
    }

    .day-cell:hover[b-u5f27j11ko] {
        background-color: #f0f0f0;
    }

    .day-cell.selected[b-u5f27j11ko] {
        background-color: #162E51;
        color: white;
    }

    .day-cell.disabled[b-u5f27j11ko] {
        color: #999;
        cursor: not-allowed;
    }
/* _content/DI.Cache.Blazor/Components/CreatorComponents/ContentHubComponent.razor.rz.scp.css */
.header-row[b-wbmor3bqn6] {
    display: flex;
    padding-top: 4rem;
    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] {
    display: flex;
    padding: 0.7rem 0.7rem 0.7rem 0.7rem;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 0.2375rem;
    background: var(--primary-blue);
    color: var(--white);
    text-align: center;
    font-size: 1.15rem;
    font-weight: 700;
    border: none;
    white-space: nowrap;
    margin-left: .5rem;
}

.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);
    padding: 0.5rem;
    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.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-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;
}


.filter-select[b-wbmor3bqn6] {
    padding: .7rem 3rem .7rem 0.75rem;
    font-size: 1rem;
    font-weight:400;
    background-color: var(--white);
    border: .25px solid var(--gray-search-border);
    border-radius: .25rem;
    
}

.newcon-item[b-wbmor3bqn6], .grid-title[b-wbmor3bqn6] {
    display: grid;
    grid-template-columns: 2fr 2fr 5fr 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;
    gap: 1rem;
    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: 3px 6px;
    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: 3px 6px;
    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;
}

.proficiency[b-wbmor3bqn6] {
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    align-items: center;
    height: 1.4rem;
    padding: 3px 6px;
    gap: 0.38719rem;
    border-radius: 0.17rem;
    background: var(--secondary-blue);
    color: var(--white);
    width: fit-content;
}
/* _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] {
    margin-top: 2.75rem;
    cursor: pointer;
    display: inline-flex;
    height: 2.75rem;
    padding: 0.9rem 1.3rem;
    justify-content: center;
    align-items: center;
    gap: 0.56775rem;
    flex-shrink: 0;
    border-radius: 0.28388rem;
    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;
    max-width:95%;
}

.file-buttons[b-cc7u5zt8ox] {
    margin-top: 2.75rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    cursor: pointer;
    align-items: center;
}

.draft[b-cc7u5zt8ox] {
    background: var(--white);
    border-radius: 0.28406rem;
    border: 2.273px solid var(--primary-blue);
    display: flex;
    width: 9rem;
    height: 2.75rem;
    padding: 0.9rem 1rem;
    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-cc7u5zt8ox] {
    display: inline-flex;
    height: 2.75rem;
    padding: 0.9rem 1.3rem;
    justify-content: center;
    align-items: center;
    gap: 0.56775rem;
    flex-shrink: 0;
    border-radius: 0.28388rem;
    border: none;
    background: var(--primary-blue);
    color: var(--white);
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
}

.loading-modal[b-cc7u5zt8ox] {
    background-color: var(--white);
    padding: 3%;
    border-radius: 0.5rem;
    box-shadow: 0 0 10px rgba(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 auto;
}
.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] {
    display: inline-flex;
    height: 3.1225rem;
    padding: 0.85156rem 1.41931rem;
    justify-content: center;
    align-items: center;
    gap: 0.56775rem;
    flex-shrink: 0;
    border-radius: 0.28388rem;
    background: var(--primary-blue);
    color: var(--white);
    font-size: 1.13544rem;
    font-weight: 700;
    border: none;
}

.close-window[b-cc7u5zt8ox] {
    display: inline-flex;
    height: 3.1225rem;
    padding: 0.85156rem 1.41931rem;
    justify-content: center;
    align-items: center;
    margin-left: 0.6rem;
    flex-shrink: 0;
    border-radius: 0.28388rem;
    background: var(--white);
    color: var(--primary-blue);
    border: 3px solid var(--primary-blue);
    font-size: 1.13544rem;
    font-weight: 700;
}

.submission-modal[b-cc7u5zt8ox] {
    display: flex;
    width: 30.77175rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.44744rem;
    border: 1.79px solid var(--border-light);
    background: var(--white);
    padding: 3%;
}

.submission-box[b-cc7u5zt8ox] {
    display: flex;
    flex-direction: column;
    align-items: right;
}

    .submission-box h4[b-cc7u5zt8ox] {
        font-size: 2.06519rem;
        font-weight: 700;
        display: flex;
        justify-content: space-between;
        margin-bottom: 0;
        padding: 0 5% 0 0;
    }

    .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] {
    display: flex;
    height: 4.92213rem;
    padding: 1.34238rem 2.23731rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.44744rem;
    background: var(--primary-blue);
    color: var(--white);
    font-size: 1.65219rem;
    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 rgba(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] {
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    padding: 13px 22px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    height: 2.5rem;
}
/* _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: #B50909;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 162%;
    }

.show-content[b-h137jm1sir] {
    border-radius: 0.25rem;
    border: 1.308px solid #000;
    max-width: 100%;
}

.content-title[b-h137jm1sir] {
    display: flex;
    align-items: center;
    padding: 0 3rem;
    margin-top: .75rem;
    color: #0071BB;
    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] {
        word-wrap: break-word;
        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;
        justify-content: center;
        background: #005EA2;
        color: #FFF;
        border-radius: 0.155rem;
        width: 4.12931rem;
        height: 1.53rem;
        padding: 0.07781rem 0.6225rem;
        justify-content: center;
        align-items: center;
        gap: 0.31125rem;
        font-size: 1.01156rem;
        font-weight: 400;
        margin-top: .75rem;
    }

.form-fields-container[b-h137jm1sir] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 450px;
    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: #757575;
    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: 10px 36px 10px 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background-color: #fff;
        outline: none;
    }

    .input-with-icon .icon-span[b-h137jm1sir] {
        position: absolute;
        right: 12px;
        display: flex;
        align-items: center;
        pointer-events: none;
        cursor: pointer;
    }


.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: #F8F8F8;
    padding: 1.4rem 3rem 3rem 0;
    margin-top: 3rem;
    margin-right: 0rem;
}

.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: #1B1B1B;
    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;
}

.ai-desciption[b-h137jm1sir] {
    font-size: 1rem;
    color: #757575;
    font-weight: 400;
    padding-right: 1.5rem;
}

.ai-input[b-h137jm1sir] {
    width: 95%;
    min-height: 10.9375rem;
    border-radius: 0.32694rem;
    border: 1.308px solid #ccc;
    background: #FFF;
    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: Source Sans Pro, sans-serif;
}

.char-count[b-h137jm1sir] {
    margin-top: 0;
    color: #757575;
    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;
    margin-bottom: .75rem;
}

input[type="radio"][b-h137jm1sir] {
    transform: scale(1.5);
    margin-top: 0.3rem;
    accent-color: #005EA2;
}

.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: 3px 6px;
    gap: 0.38719rem;
    border-radius: 0.17rem;
    background: #0050D8;
    color: #FFF;
}

.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 #005EA2;
    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: #005EA2;
        border-radius: 50%;
    }

.regen-btn[b-h137jm1sir] {
    margin: 0 0 2% 70%;
    display: flex;
    padding: 0.77531rem 1.29219rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.25844rem;
    background: #005EA2;
    gap: .5rem;
    color: #FFF;
    font-size: 1.125rem;
    font-weight: 700;
}

.ai-lo[b-h137jm1sir] {
    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-h137jm1sir] {
    display: flex;
    flex-direction: row;
}

    .input-tag-wrapper input[b-h137jm1sir] {
        width: 66.0625rem;
        height: 2.75rem;
        border: 1px solid #1B1B1B;
        font-size: 1.05rem;
        outline: none;
        padding-left: 1.25rem;
    }

.tag-btn[b-h137jm1sir] {
    color: #FFF;
    width: 8.25rem;
    background: #005EA2;
    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: #162E51;
    display: flex;
    font-size: 1.15rem;
    width: fit-content;
    height: 2rem;
    padding: .15rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 0.1875rem;
    transition: background 0.3s;
    color: #FFF;
    text-transform: capitalize;
    font-weight: 550;
}

.tag-selected[b-h137jm1sir] {
    background-color: #005EA2;
    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: #B50909;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 162%;
    }

.show-content[b-34d69a0jbp] {
    border-radius: 0.25rem;
    border: 1.308px solid #000;
    max-width: 100%;
}

.content-title[b-34d69a0jbp] {
    display: flex;
    align-items: center;
    padding: 0 3rem;
    margin-top: .75rem;
    color: #0071BB;
    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] {
        word-wrap: break-word;
        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;
        justify-content: center;
        background: #005EA2;
        color: #FFF;
        border-radius: 0.155rem;
        width: 4.12931rem;
        height: 1.53rem;
        padding: 0.07781rem 0.6225rem;
        justify-content: center;
        align-items: center;
        gap: 0.31125rem;
        font-size: 1.01156rem;
        font-weight: 400;
        margin-top: .75rem;
    }

.form-fields-container[b-34d69a0jbp] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 450px;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.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: #757575;
    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: 10px 36px 10px 12px;
        border: 1px solid #ccc;
        border-radius: 6px;
        background-color: #fff;
        outline: none;
    }

    .input-with-icon .icon-span[b-34d69a0jbp] {
        position: absolute;
        right: 12px;
        display: flex;
        align-items: center;
        pointer-events: none;
    }


.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: #F8F8F8;
    padding: 1.4rem 3rem 3rem 0rem;
    margin-top: 3rem;
    margin-right: 0rem;
    padding-top: 1.4rem;
}

.generated-info p[b-34d69a0jbp] {
    font-size: 1rem;
    font-weight: 350;
    color: #1B1B1B;
    margin-top: 0;
}

div.ai-title[b-34d69a0jbp] {
    display: flex; 
    justify-content: space-between; 
    align-items: center;
}

.edit-icon-container[b-34d69a0jbp] {
    cursor: pointer;
}


.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: #757575;
    font-weight: 400;
    margin-top: 0;
}

.ai-input[b-34d69a0jbp] {
    width: 95%;
    border-radius: 0.32694rem;
    border: 1.308px solid #ccc;
    background: #FFF;
    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: Source Sans Pro, sans-serif;
}

.char-count[b-34d69a0jbp] {
    margin-top: 0;
    color: #757575;
    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: #005EA2;
}

.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.38719rem;
    border-radius: 0.17rem;
    background: #0050D8;
    color: #FFF;
}

.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 #005EA2;
    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: #005EA2;
        border-radius: 50%;
    }

.regen-btn[b-34d69a0jbp] {
    margin: 0 0 2% 70%;
    display: flex;
    padding: 0.77531rem 1.29219rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.25844rem;
    background: #005EA2;
    gap: .5rem;
    color: #FFF;
    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 #1B1B1B;
        font-size: 1.05rem;
        outline: none;
        padding-left: 1.25rem;
    }

.tag-btn[b-34d69a0jbp] {
    color: #FFF;
    width: 8.25rem;
    background: #005EA2;
    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: #162E51;
    display: flex;
    font-size: 1.25rem;
    width: fit-content;
    height: 2rem;
    padding: .15rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 0.1875rem;
    transition: background 0.3s;
    color: #FFF;
    text-transform: capitalize;
    font-weight: 550;
}

.tag-selected[b-34d69a0jbp] {
    background-color: #005EA2;
    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%;
}

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: 1.5rem;
        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: rgba(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: rgba(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.34963rem;
    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: San Source 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] {
        display: fit-content;
    }

    .thumbnail-selected[b-nfsfo7me4i]::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #162E5180;
        z-index: 1;
    }

.select-button[b-nfsfo7me4i], .selected-button[b-nfsfo7me4i] {
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    padding: 0.5rem 0.75rem;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 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 rgba(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] {
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    padding: 13px 22px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    height: 2.5rem;
    font-family: "San Source Pro", sans-serif;
}
/* _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%;
}

.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: #005EA2;
    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: #fff;
    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] {
    display: flex;
    width: 5.5rem;
    height: 2.75rem;
    padding: 0.85225rem 1.42044rem;
    justify-content: center;
    align-items: center;
    gap: 0.56775rem;
    flex-shrink: 0;
    border-radius: 0.28388rem;
    background: #005EA2;
    color: #FFF;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    border: none;
}

.cancel-btn[b-ky1aivfrhg] {
    background: #fff;
    border-radius: 0.28406rem;
    border: 2.75px solid #005EA2;
    display: flex;
    width: 5rem;
    height: 2.75rem;
    padding: 0.25rem .25rem;
    justify-content: center;
    align-items: center;
    color: #005EA2;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 800;
}
/* _content/DI.Cache.Blazor/Components/DefineComponent.razor.rz.scp.css */
.define-container[b-q6u77hu156] {
    margin-right: 6.5rem;
    padding-top: 2.81rem;
}

.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/HorizontalScroll.razor.rz.scp.css */
/*#region Horizontal Scroll*/
.horizontal-box[b-jrmj1q7bm7] {
    background-color: #F9F9F9;
    border-radius: 0.4rem;
    border: 2px solid #DFE1E2;
    margin-top: 2.5rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    /* width: 100%; */
    box-sizing: border-box;
    overflow: hidden; 
    max-width: 100vw; 
}



/* 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 */
}
    

/* 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: #009DFF;
        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;
}

.horizontial-title p[b-jrmj1q7bm7]  {
    color: #2e2e2e;
    font-size: 1.25rem;
    font-weight: 300;
    margin-top: 0;
    margin-left: 15% !important;
    margin-bottom: .25rem;
    width: 100%;
}
/* Responsive Layout */
@media (max-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 (max-width: 480px) {
    .horizontal-content h1[b-jrmj1q7bm7] {
        font-size: 1.6rem; 
    }
    .horizontal-content a[b-jrmj1q7bm7] {
        font-size: 1.1rem; 
    }
}




/*#endregion Horizontal Scroll*/
/* _content/DI.Cache.Blazor/Components/ItemViewTileComponent.razor.rz.scp.css */
.title-border[b-tflgvigfde] {
    background-color: #162E51;
    width: 96%;
    display: flex;
    flex-direction: row;
    align-items: center; 
    color: #FFF;
    padding: .6rem 2%;
    min-height: 45px; 
}

    .title-border .title-text[b-tflgvigfde] {
        white-space: nowrap;
        margin: 0;
        font-weight: 600;
        font-size: 1.5rem;
    }

    .title-border .see-all-link[b-tflgvigfde] {
        color: #009DFF;
        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:#DFE1E2 1px solid;
    border-radius: .17rem;
    background: #FFF;
    padding: 0 1rem;
}

.item-border-grid[b-tflgvigfde] {
    background: #FFF;
}

.item-content[b-tflgvigfde] {
    display: flex;
    color: #162E51;
    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] {
    display: inline-flex;
    padding: 0.6rem .75rem;
    justify-content: center;
    align-items: flex-end;
    gap: 0.5rem;
    border-radius: 0.2375rem;
    background: #005EA2;
    color: #FFF;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    border: none;
}
/* _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: #005EA2;
    padding: 0 0 2rem 2rem;
    display:flex;
    text-align:center;
    width:10%;
    gap: .15rem;
}

    .back-to-top:hover[b-4050i1n16d] {
        cursor: pointer;
    }

footer[b-4050i1n16d] {
    background: #162E51;
    /* min-width: 100rem; */
    height: 100%;
    color: #FFFFFF;
}

     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.15356rem;
    }

    footer ul[b-4050i1n16d] {
        list-style: none;
        margin: 1.5rem 0 1.5rem;
    }

    footer li[b-4050i1n16d] {
        display: inline-block;
        padding: 1rem;
    }

    footer a[b-4050i1n16d] {
        text-decoration: underline;
        color: #fff;
        font-size: 1.15rem;
        font-weight: 600;
        letter-spacing: .02rem;
    }

.footer-container[b-4050i1n16d] {
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 2rem 3rem 2rem 3rem;
}

/*#endregion Footer*/

/* _content/DI.Cache.Blazor/Components/Layout/ApplicationHeader.razor.rz.scp.css */
/*#region Header */

header[b-rpr323xwef] {
    background-color: var(--navy-blue);
    padding: 3rem 3.44rem 3.62rem 3rem;
    color: var(--white);
    position: relative;
    /*min-width: 100rem;*/
}

hr[b-rpr323xwef]{
    margin-top:0;
}
header-title[b-rpr323xwef] {
    font-size: 4.19rem;
    letter-spacing: 0.15356rem;
    margin-bottom: 0;
    font-family: 'inter';
    display: flex;
    flex-direction:row;
    align-items: center;
}
    header-title h2[b-rpr323xwef] {
        font-weight: 700;
        font-size: 5rem;
    }

    h2 span[b-rpr323xwef] {
        font-weight: 600;
    }

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: center;
    }

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;
    /* flex-wrap:wrap; */
}

.header-container ul[b-rpr323xwef] {
    text-align: center;
    position: relative;
}

.notifications-list[b-rpr323xwef]{
    left:0rem;
}

header hr[b-rpr323xwef] {
    margin-bottom: 3.62rem;
}

#todoDropdown[b-rpr323xwef] {
    width: 17rem;
    height: 24rem;
    padding: 1.25rem 2.75rem 5rem 2.45rem;
    right: 17%;
    top: 50px;
}

    #todoDropdown label[b-rpr323xwef] {
        font-weight: 400;
        font-size: 1rem;
    }

    #todoDropdown input[b-rpr323xwef] {
        width: -webkit-fill-available; /*if this is borked, use 97.6% width */;
        padding-bottom: .5rem;
        margin-bottom: 1.9rem;
        height: 1.25rem;
    }

    #todoDropdown h3[b-rpr323xwef] {
        font-weight: 620;
        font-size: 1.25rem;
        padding-top: .5rem;
    }
     #todoDropdown h2[b-rpr323xwef] {
        font-weight: 630;
    }

.todo-btn[b-rpr323xwef] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.todo-cancel-btn[b-rpr323xwef] {
    border: 2px solid var(--primary-blue);
    border-radius: 3px;
    background: var(--white);
    padding: .5rem .8rem;
    color: var(--primary-blue);
    font-weight: 700;
    font-size: 1rem;
}

.todo-confirm-btn[b-rpr323xwef] {
    background: var(--primary-blue);
    border-radius: 3px;
    border: 2px;
    padding: .5rem .8rem;
    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;
}

#notificationsDropdown[b-rpr323xwef] {
    width: 17rem;
    min-height: 5rem;
    height: auto;
    padding: .7rem;
    right: 7%;
    top: 77%;
    flex-direction: column;
    transition: none !important;
    overflow: visible;
    position: absolute;
    z-index: 100;
    border-top: none;

    .notifications-list{
    font-family:'Source Sans 3';

        li{
            font-family:'Source Sans 3';
        }
    }
}

    #notificationsDropdown 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: center; /* Center the content within the link */
    }



/*#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';
    }

    .searchbar button[b-wmeshoa9b1] {
        width: 9rem;
        color: #fff;
        background-color: #005EA2;
        border: none;
        font-size: 1.3rem;
        font-weight: 700;
        font-family: 'Source Sans 3';
        
    }
/* _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;

} 


.content-area[b-99crp2znzc] {
    width:100%;
    max-width: 85%; /*keeps nav menu from breaking the layout */
    /* margin: 0 auto; */ /* commenting out for responsive layout tweaks */
    display:flex;
    flex-direction: column;
    overflow-x:hidden;
    box-sizing: border-box;
    margin-left:2rem;

    @media (max-width: 1540px) {
    max-width: 82%;[b-99crp2znzc]
    }
    @media (max-width: 1380px) {
    max-width: 78%;[b-99crp2znzc]
    }
    
    @media (max-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 0rem;
        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: 1000;
}

.button.dropdown-toggle[b-f0kdpzey19]{
    margin-right:10rem;
        
}

.dropdown-toggle[b-f0kdpzey19] {
    width: 90%;
    height: 114%;
    color: #313131;
    font-size: 1rem;
    background-color: var(--white);
    border: 3px solid var(--accent-blue);
    padding: 5px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
    box-sizing: border-box; 
}
    .dropdown-toggle span[b-f0kdpzey19] {
        display: center;
        padding: 0 .5rem 0 0.126rem;
        /*font-family: 'Source Sans 3';*/
    }

    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: 80px;
    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 !important;
    border: none !important;
    position: absolute;
    left: 0;
    top: 10%;
    z-index: 100;
}

    .supervisor-list li[b-f0kdpzey19] {
        border-bottom: none !important;
        top: .4rem;
        left: -4%;
       
    }

        .supervisor-list li:hover[b-f0kdpzey19] {
            background: none !important;
        }

.assignments-tab.active[b-f0kdpzey19] {
    color: var(--primary-blue);
}

.assignments-tab[b-f0kdpzey19] {
    list-style-type: none;
    gap: 5px;
}

.chevron-toggle[b-f0kdpzey19] {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    margin-left: 4px;
    padding: 5px;
}
/* _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: 1.5rem;
    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;
}
/* _content/DI.Cache.Blazor/Components/Login.razor.rz.scp.css */
.login-link[b-ikyfpfhom0] {
    position:relative;
    right:2rem;
    text-decoration: none;
    color: #fff;
    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/Pages/AccountSettings.razor.rz.scp.css */
.page-title[b-dmp5vs9n90] {
    margin: 3.56rem 0 2.94rem 0;
    color: var(--secondary-black);
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.settings-box[b-dmp5vs9n90] {
    max-width: 94.8125rem;
}

.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/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;
}

.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/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: #F0F0F0;
    border-bottom: 1px solid #DFE1E2;
    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;
}
/* _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 #DFE1E2;
    background: #F9F9F9;
}
/* 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;
}

.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: #0071BB;
    text-decoration: none;

    svg{
        padding: .4rem 0 0 0;
    }
}

.line[b-t5iji4u48q] {
    width: 100%;
    border-top: 1px solid #DFE1E2;
}


.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 0;
    border: 1px solid #DFE1E2;
    overflow: hidden;
}

/* Tabs on top */
.tabs-container[b-t5iji4u48q] {
    display: flex;
    width: 100%;
    background: #DFE1E2;
}

    .tabs-container button[b-t5iji4u48q] {
        flex: 1;
        background: #DFE1E2;
        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: #7A7A7A;
    }

        .tabs-container button.active[b-t5iji4u48q] {
            background: #F9F9F9;
            color: #000;
            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: #F9F9F9;
    padding: 1.5rem;
}

.tab-row[b-t5iji4u48q] {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.tab-left[b-t5iji4u48q] {
    flex: 1;
}

.tab-right[b-t5iji4u48q] {
    flex: 2;
}

.tab-list[b-t5iji4u48q] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    border-radius: 0.375rem;
    border: 2px solid #DFE1E2;
    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: #DFE1E2;
    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;
    justify-content: center;
    align-content: center;
}
    .content-image img[b-t5iji4u48q] {
    display:flex;
    justify-content:center;
    align-content:center;
    max-width: 100%;
    height: auto;
    /* border: 1px solid #ccc; */
     
    margin-top: 1rem;
}

.shadow[b-t5iji4u48q] {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.supported-queries[b-t5iji4u48q] {
    background: #DDF0FE;
    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/LearningHubPage.razor.rz.scp.css */

/* Paint Point Input Wrapper */
.paint-point-input-wrapper[b-w2okh9079w] {
    position: relative;
}

.paint-point-bottom-row[b-w2okh9079w] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* Paint Point Submit Button */
.paint-point-submit-btn[b-w2okh9079w] {
    background-color: var(--primary-blue);
    color: var(--white);
    border: 2px solid var(--white);
    border-radius: 4px;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: background 0.2s, color 0.2s;
    margin-top: 1.5rem;
    align-self: flex-end;
}
.paint-point-submit-btn:hover[b-w2okh9079w] {
    background-color: var(--primary-blue-dark);
    color: var(--white);
}
/* Paint Point Character Counter */
.paint-point-char-count[b-w2okh9079w] {
    position: relative;
    left: 0;
    margin-top: 0.5rem;
    font-size: 0.95rem;
    color: var(--white);
    opacity: 0.85;
    font-weight: 500;
}
/* Paint Point Container Styles */
.paint-point-container.nexora-bg-primary[b-w2okh9079w] {
    background-color: var(--primary-blue);
    
    height: 322px;
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.paint-point-container h1[b-w2okh9079w] {
    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;
}

.paint-point-container h1 span[b-w2okh9079w] {
    margin-right: 15px;
}

.nexora-skill-input[b-w2okh9079w] {
    background: var(--white);
    font-family: "Source Sans 3", sans-serif;
    color: var(--secondary-black);
    border: none;
    border-radius: 4px;
    padding: 1rem 1.5rem 0.5rem 1.5rem;
    width: 1172px;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    line-height: 1.2;
    resize: none;
    vertical-align: top;
}

.nexora-skill-input[b-w2okh9079w]::placeholder {
    font-style: italic;
    color: var(--paint-point-placeholder);
    opacity: 0.7;
}


.suggestion-block-content[b-w2okh9079w]{
    margin: .25rem 0 0 0;

    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: 6px;
}

div.grig-card[b-w2okh9079w] {
    background-color: transparent !important;
    border: none !important;
}

.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 (max-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%;
    }
}
/* _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;
}

    #main-quiz-container:fullscreen[b-kta3khgiyh] {
        width: 100vw;
        height: 100vh;
        overflow: auto;
    }

    #main-quiz-container:-webkit-full-screen[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 1rem;
    gap: 1rem;
    flex-shrink: 0; 
}

.breadcrumb-navigation[b-kta3khgiyh] {
    display: flex;
    align-items: center;
    gap: 8px;
    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: 4px;
    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: 15px;
    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 1rem;
    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);
    }

.workflow-main-content[b-kta3khgiyh] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-grow: 1;
    margin: 0;
    overflow-y: auto; 
}

    .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.75681rem;
    flex-shrink: 0;
    border-radius: 0.37838rem;
    border: 2px solid var(--primary-blue);
    background: var(--white);
    color: var(--primary-blue);
    font-size: 1rem;
    font-weight: 700;
    padding: 0.85156rem 1.41931rem;
    cursor: pointer;
}

.feedback-btn[b-kta3khgiyh] {
    display: flex;
    padding: 0.85156rem 1.41931rem;
    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: 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.44744rem;
    padding: 2rem 3rem;
    display: flex;
    flex-direction: column;
    border: none;
}

.x-btn[b-kta3khgiyh] {
    margin-left: auto;
    cursor: pointer;
    line-height: 1;
}

.pause-modal h4[b-kta3khgiyh] {
    margin-right: auto;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.pause-modal p[b-kta3khgiyh] {
    margin-top: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.pause-confirm[b-kta3khgiyh] {
    margin: 1rem 4rem;
    padding: 1rem .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.44744rem;
    background: var(--primary-blue);
    color: var(--white);
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    cursor: pointer;
    border: none;
}

.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 15px;
        height: 6px;
    }

#main-quiz-container:fullscreen .container[b-kta3khgiyh],
#main-quiz-container:-webkit-full-screen .container[b-kta3khgiyh] {
    height: calc(100vh - 120px); 
}

#main-quiz-container:fullscreen .workflow-main-content[b-kta3khgiyh],
#main-quiz-container:-webkit-full-screen .workflow-main-content[b-kta3khgiyh] {
    max-height: 100%;
}
.workflow-main-content.full-width[b-kta3khgiyh] {
    width: 100%;
    max-width: 100%;
}
/* _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: rgba(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 rgba(0, 0, 0, 0.2);
    padding: 2.15rem 0rem 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: 0rem 1.5rem 2.5rem 1.5rem;
    margin-top: 0.5rem;
}

.modal-title[b-blw957smno] {
    color: var(--Base-ink, var(--secondary-black));
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0.56rem;
}

.form-row[b-blw957smno] {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Change to three equal columns */
    gap: 1rem;
}

@media (max-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: 4px;
    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.13544rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.readonly-input[b-blw957smno] {
    background-color: #e9ecef;
}

/* Checkbox styling */
.checkbox-label[b-blw957smno] {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: normal !important;
    margin-bottom: 0.5rem !important;
    font-size: 1.15rem;
}

.form-checkbox[b-blw957smno] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid var(--primary-black);
    border-radius: 4px;
    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: -2px;
    left: 3px;
    color: white;
    font-size: 14px;
    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: 4px;
    background: 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: 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 4px 4px;
    background: white;
    box-shadow: 0 4px 6px rgba(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 4px 4px;
    background: white;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(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: 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: rgba(255, 255, 255, 0.2);
    color: 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: 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: white;
    padding: 0.5rem 0.75rem;
    border-radius: 20px;
    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: #d4edda;
    color: var(--success-green);
    border: 1px solid var(--success-light-green);
}

.status-message.error[b-blw957smno] {
    background-color: #f8d7da;
    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 0rem 0rem;
    border-top: 1px solid var(--border-light);
}

.btn-cancel[b-blw957smno] {
    padding: 0.75rem 1.5rem;
    background: white;
    color: var(--text-primary);
    border: 1px solid var(--border-gray);
    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.44744rem;
    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 (max-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: rgba(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.44744rem;
    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: 1.5rem;
    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.06519rem;
    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.53525rem;
    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.37644rem 2.294rem;
    justify-content: center;
    align-items: center;
    gap: 0.91763rem;
    flex-shrink: 0;
    font-size: 1.69406rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 0.45881rem;
    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: 20px;
    width: 100%;
    box-sizing: border-box;
    font-family: "Source Sans 3";
}

.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: 24px;
    margin-bottom: 32px;
}

/* 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: 20px;
    display: flex;
    align-items: center;
    gap: 24px;
    z-index: 1;
}

.svg-column[b-l9ba9ti5zz] {
   position: absolute;
   top: 0;
}

.learning-goal-card-container[b-l9ba9ti5zz] {
    width: 100%;
    padding-right: 23px;
    margin-top: 1.5rem;
    margin-left: -17px;
    margin-bottom: 25px;
}

/* 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 !important;
    cursor: default !important;
}

.learning-goal-card-container[b-l9ba9ti5zz]  .learning-goal-toggle {
    display: none !important;
}

/* 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 !important;
}

.preview-learning-goal-disabled[b-l9ba9ti5zz]  .learning-goal-header {
    pointer-events: none !important;
    cursor: default !important;
}

.preview-learning-goal-disabled[b-l9ba9ti5zz]  .learning-goal-toggle {
    display: none !important;
    visibility: hidden !important;
}

.preview-learning-goal-disabled[b-l9ba9ti5zz]  .learning-goal-card {
    pointer-events: none !important;
}

.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: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-section[b-l9ba9ti5zz] {
    margin-top: 4rem;
    height: 800px;
    display: flex;
    padding-left: 1rem;
    flex-direction: column;
}

.reviews-list[b-l9ba9ti5zz] {
    flex: 1;
}

.reviews-pagination[b-l9ba9ti5zz] {
    margin-top: 20px;
    min-height: 60px;
    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: 40px 20px;
    margin-top: 20px;
    width: 980px;
    height: 69px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

.no-reviews-container h2[b-l9ba9ti5zz] {
    font-size: 2rem;
    font-weight: 700;
    color: var(--secondary-black);
    margin-bottom: 16px;
    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: 8px;
    border-radius: 4px;
    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: 8px;
    box-shadow: 0px 1.97px 7.88px 0px #00000040;
    padding: 24px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.microlearning-header[b-l9ba9ti5zz] {
    padding-bottom: 16px;
    margin-bottom: 24px;
}

.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: 20px;
    margin: 8px 0 0 0;
}

.content-section[b-l9ba9ti5zz] {
    margin-bottom: 24px;
    background-color: var(--primary-off-white);
    border: 1px solid var(--secondary-black);
}

.content-section h2[b-l9ba9ti5zz] {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 16px 0;
    color: var(--secondary-black);
}

.primary-skill-description[b-l9ba9ti5zz] {
    color: var(--secondary-black);
    font-weight: 400;
    line-height: 138%;
    font-size: 18px;
    margin: 12px 0;
}

.top-section h2[b-l9ba9ti5zz] {
    font-size: 24px;
    font-weight: 600;
    margin: 16px 0 8px 0;
    color: var(--secondary-black);
}

.title-section[b-l9ba9ti5zz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0 8px 0;
}

/* Content section */
.title-section h2[b-l9ba9ti5zz] {
    color: var(--primary-blue);
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 8px;
    line-height: 100%;
}

.start-button[b-l9ba9ti5zz] {
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    width: 105px;
    height: 48px;
    border-radius: 4px;
    padding: 13px 22px 13px 22px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
    font-size: 18px;
    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);
}

.published-date[b-l9ba9ti5zz] {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--secondary-black);
    margin: 8px 0;
}

.microlearning-title-section h2[b-l9ba9ti5zz] {
    color: var(--primary-blue);
    font-weight: 600;
    font-size: 2.4rem;
    margin: 16px 0 8px 0;
    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: 8px;
}

.rating-text[b-l9ba9ti5zz], .view-count-text[b-l9ba9ti5zz] {
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--secondary-black);
}

.view-count-section[b-l9ba9ti5zz] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.published-date[b-l9ba9ti5zz] {
    font-weight: 400;
    font-style: italic;
    font-size: 22px;
    line-height: 100%;
    color: var(--secondary-black);
}

.your-progress-text[b-l9ba9ti5zz] {
    font-weight: 600;
    font-size: 20px;
    color: var(--secondary-black);
    line-height: 100%;
}

/* Progress section styles */
.skill-progress-section[b-l9ba9ti5zz] {
    margin-top: 16px;
}

.progress-container[b-l9ba9ti5zz] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.progress-percentage[b-l9ba9ti5zz] {
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary-black);
    min-width: 40px;
}

.progress-bar[b-l9ba9ti5zz] {
    flex: 1;
    height: 16px;
    background-color: var(--white);
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid var(--primary-blue);
}

.progress-fill[b-l9ba9ti5zz] {
    height: 100%;
    background-color: var(--primary-blue);
    border-radius: 4px;
    transition: width 0.3s ease;
}

/* Supporting Skill Card */
.supporting-skill-card-section[b-l9ba9ti5zz] {
    border: 2.35px solid var(--bright-blue);
    border-radius: 4px;
    max-width: 100%;
    padding: 20px;
    margin-top: 3rem;
    background-color: var(--white);
}

.supporting-skill-title[b-l9ba9ti5zz] {
    font-size: 24px;
    font-weight: 600;
    color: var(--secondary-black);
    margin: 0 0 12px 0;
    line-height: 100%;
}

.supporting-skill-description[b-l9ba9ti5zz] {
    font-size: 16px;
    font-weight: 400;
    color: var(--secondary-black);
    line-height: 138%;
    margin-bottom: 4rem;
}

/* Proficiency Timeline */
.proficiency-timeline[b-l9ba9ti5zz] {
    margin-top: 24px;
    margin-bottom: 7rem;
}

.timeline-container[b-l9ba9ti5zz] {
    position: relative;
    width: 95%;
    margin: 0 auto;
}

.timeline-line[b-l9ba9ti5zz] {
    height: 7px;
    border-radius: 6px;
    background-color: var(--gray-upload-thumb-bg);
    width: 100%;
    margin: 0;
    position: relative;
}

.timeline-bars[b-l9ba9ti5zz] {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 7px;
    width: 100%;
    left: 0;
    padding: 0;
    box-sizing: border-box;
}

.timeline-bar-item[b-l9ba9ti5zz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.timeline-bar[b-l9ba9ti5zz] {
    width: 5px;
    height: 12px;
    background-color: var(--gray-upload-thumb-bg);
    margin-bottom: 8px;
}

.timeline-label[b-l9ba9ti5zz] {
    display: block;
    margin: 0;
    width: auto;
    height: 25px;
}

.pagination-button[b-l9ba9ti5zz] {
    display: flex;
    text-align: center;
}

.pagination-button.hidden[b-l9ba9ti5zz] {
    display: none;
}

/* Proficiency Timeline Highlighting Styles */
.proficiency-wrapper[b-l9ba9ti5zz] {
    position: relative;
}

.current-proficiency-container[b-l9ba9ti5zz] {
    position: absolute;
    top: -63px;
    left: 50%;
    transform: translateX(-50%);
    background: var( --background-light-gray);
    border-radius: 8px;
    padding: 8px 16px;
    height: 90px;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.current-proficiency-container.awareness[b-l9ba9ti5zz] {
    width: 130px;
}

.current-proficiency-container.basic[b-l9ba9ti5zz] {
    width: 85px;
}

.current-proficiency-container.intermediate[b-l9ba9ti5zz] {
    width: 145px;
}

.current-proficiency-container.advanced[b-l9ba9ti5zz] {
    width: 115px;
}

.current-proficiency-container.expert[b-l9ba9ti5zz] {
    width: 95px;
}

.current-level-label[b-l9ba9ti5zz] {
    position: absolute;
    top: -49px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2%;
    line-height: 100%;
    color: var(--medium-gray);
    white-space: nowrap;
    z-index: 1;
}

.timeline-label.highlighted[b-l9ba9ti5zz] {
    position: relative;
    z-index: 1;
}

/* Status SVG Styling */
.microlearning-status-svg[b-l9ba9ti5zz] {
    margin-top: 20px;
    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] {
    padding: 0.75rem 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: 4px;
    box-shadow: -1px 1px 6px -1px rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
    margin-bottom: 2rem;
}

/* Responsive Design */
@media (max-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(--primary-blue);
    color: var(--primary-blue);
}
/* _content/DI.Cache.Blazor/Components/Pages/SuggestedPage.razor.rz.scp.css */
.suggested-page-content[b-28cfkx71jz]{
.content-card-view{
.card-view-title{
    h2{
        margin:0 0 0 1rem;
        font-weight: 650;
        font-size: 1.5rem;
    }
}
}
}

.suggestion-block-content[b-28cfkx71jz]{
    margin: .25rem 0 0 0;

    h1{
        font-weight: 650;
        font-size: 2.5rem;
        margin-bottom: .25rem;
    }

    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(--text-secondary, #666);
    text-align: right;
    background: var(--background-light, #f8f9fa);
    border-top: 1px solid var(--border-light, #e0e0e0);
}

.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(--text-secondary, #666);
    text-align: right;
    background: var(--background-light, #f8f9fa);
    border-top: 1px solid var(--border-light, #e0e0e0);
}

.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(--background-light, #f8f9fa);
    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: black;
    fill: none;
}

.edit-button[b-dx3ib4ra7k] {
    background: var(--primary-blue);
    color: 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: rgba(0, 123, 255, 0.1);
}

.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 rgba(0, 123, 255, 0.25);
}

.search-input[b-dx3ib4ra7k]::placeholder {
    color: var(--text-secondary, #666);
    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: 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 rgba(0, 123, 255, 0.25);
}

.clear-search-button[b-dx3ib4ra7k] {
    background: var(--text-secondary, #666);
    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(--text-primary, #333);
}

/* 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;
    }
}
/* _content/DI.Cache.Blazor/Components/Pages/WrapUpComponent.razor.rz.scp.css */
.wrapup-container[b-c8nkql1h1j] {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
    padding-top: 2.81rem;
}

.wrapup-header[b-c8nkql1h1j] {
    color: var(--primary-blue);
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 2rem;
    text-align: center;
}

.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;
}

.wrapup-explanation[b-c8nkql1h1j] {
    border-radius: 0.3125rem;
    background: var(--primary-off-white);
    padding: 1.56rem 2.06rem;
    margin-bottom: 2rem;
}

.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(--border-gray, #ccc);
    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(--text-muted, #6c757d);
}

.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(--alert-red, #dc3545);
}

.response-textbox.invalid-border:focus[b-c8nkql1h1j] {
    border-color: var(--alert-red, #dc3545);
    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(--alert-red, #dc3545);
}

.character-error[b-c8nkql1h1j] {
    margin-top: 0.125rem;
    font-size: 1rem;
    color: var(--alert-red, #dc3545);
    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: 1.13519rem 2.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.75681rem;
    flex-shrink: 0;
    border-radius: 0.37838rem;
    border: 3px solid var(--primary-blue);
    background: var(--white);
    color: var(--primary-blue);
    font-size: 1.875rem;
    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: 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.875rem;
    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, #004080);
}

.submit-button:disabled[b-c8nkql1h1j] {
    background-color: var(--gray-medium, #6c757d);
    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(--primary-gray, #666);
    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, #004080);
}
/* _content/DI.Cache.Blazor/Components/PDFViewerComponent.razor.rz.scp.css */

.pdf-container[b-k22dee8bu6] {
    background: #000;
    max-width: 100%;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.pdf-toolbar[b-k22dee8bu6] {
    display: flex;
    align-items: center;
    text-wrap:no-wrap;
    justify-content: space-between; /* Keep items at the edges */
    text-align: center;
    background: #F0F0F0;
    padding: 1rem 1rem;
    gap: 1rem;
}
.toolbar-buttons[b-k22dee8bu6]{
    margin-left:auto;
}

.pdf-viewer-wrapper[b-k22dee8bu6] {
    display: flex;
    overflow: auto;
    padding: 2rem;
    height: 90vh;
}

#pdfCanvas[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: 15px;
    font-weight:600;
    cursor: pointer;
    display: inline-flex; 
    align-items: center;
    text-align: left;
    gap: .5rem;
    text-decoration:none;
    color:black;
}

.paging[b-k22dee8bu6] {
    display: inline-flex;
    justify-content:center;
    align-items: center;
    font-size: 17px;
    font-weight:600;
    color: #282828;
    width: 4.5rem;
    height: 1.5rem;
    border: 1px solid #D9D9D9;
    background: #FFF;
}

.zoom[b-k22dee8bu6] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 650;
    gap: .5rem;
}

.turn-page[b-k22dee8bu6] {
    font-size: 17px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    margin-left: 14%; 
margin-right: auto; 
}


:fullscreen .pdf-container[b-k22dee8bu6],
:-webkit-full-screen .pdf-container[b-k22dee8bu6] {
    width: 100vw;
    height: 100vh;
    background: #fff;
    display: flex;
    flex-direction: column;
    font-size: 17px;
    font-weight:600;
}

:fullscreen .pdf-viewer-wrapper[b-k22dee8bu6],
:-webkit-full-screen .pdf-viewer-wrapper[b-k22dee8bu6] {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

:fullscreen .pdf-toolbar[b-k22dee8bu6],
:-webkit-full-screen .pdf-toolbar[b-k22dee8bu6] {
    z-index: 1001;
}

div.zoom[b-k22dee8bu6]{
    
    span{
        font-family:'Source Sans 3';
    }
}
/* _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: #B50909;
        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 #ADADAD;
    margin-top: 0;
    margin-bottom: 4rem;
}

.selected-item-title[b-829ijswumu] {
    color: #1B1B1B;
    font-size: 0.875rem;
    font-weight: 700;
    background: #D9E8F6;
    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: #D9E8F6;
    width: 100%;
}

.item-name[b-829ijswumu] {
    color: #0071BB;
    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: #555;
    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 #ced4da;
    border-radius: 0.25rem;
    background-color: #fff;
    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: #005EA2;
    color: 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: #005EA2;
    text-decoration: underline;
    cursor: pointer;
    font-size: inherit;
}

.select-button[b-829ijswumu], .selected-button[b-829ijswumu] {
    background-color: #005EA2;
    color: white;
    border: none;
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 0.9rem;
    font-weight: bold;
}

.selected-button[b-829ijswumu] {
    background-color: #162E51;
    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: #757575;
    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 #ccc;
        border-radius: 6px;
        background-color: #fff;
        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 #d1d5db;
    border-radius: 0.5rem;
    padding: 0.5rem;
    background-color: #ffffff;
    width: 95.5%;
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.skill-card[b-829ijswumu] {
    border: 3px solid #dedede;
    border-radius: 0.25rem;
    padding: 0.5rem;
    background-color: #ffffff;
    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: #e5e7eb;
    border-radius: 9999px;
    height: 0.4rem;
    overflow: hidden;
}

.progress-bar[b-829ijswumu] {
    background-color: #6366f1;
    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 */
.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: 0rem 2.15rem 0rem 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 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 0.08rem 0.68rem;
    color: var(--white);
    display: inline-block;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 1.09775rem;
    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.84444rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.input-container[b-85nkz1q1c6] {
    background: var(--gray-lightest);
    margin-bottom: 1.37rem;
    display: flex;
    justify-items: center;
    align-items: center;
    border-radius: 0.32694rem;
    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 0rem 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 !important;
    background: var(--primary-blue);
}

.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%;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
    -webkit-appearance: none;
    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 {
    -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-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.89494rem;
    margin: 0.5rem 0 1.7rem 0;
}

.cancel-btn[b-85nkz1q1c6],
.save-btn[b-85nkz1q1c6] {
    border: 3.79px solid var(--primary-blue);
    border-radius: 0.44744rem;
    cursor: pointer;
    width: 9.5rem;
    height: 3.9375rem;
    font-weight: 700;
    font-size: 1.65219rem;
}

.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-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 !important;
}

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

@media (max-width: 720px) {
    .info-grid[b-85nkz1q1c6] {
        grid-template-columns: 1fr;
    }
}

@media (max-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: #162E51;
    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: #293F5F;
    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: #919191;
            margin-bottom: 0.5rem;
            font-size: 1.12rem;
        }

        .progress-bar .step.active[b-6cf3xjv8gh]::before {
            background-color: #005EA2;
        }

        .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: #005EA2;
            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: #005EA2;
    color: 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: #005EA2;
}

.back-button[b-6cf3xjv8gh] {
    display: inline-flex;
    height: 3.1225rem;
    padding: 0.85156rem 1.41931rem;
    justify-content: center;
    align-items: center;
    gap: 0.56775rem;
    flex-shrink: 0;
    border-radius: 0.28388rem;
    color: #005EA2;
    text-align: center;
    font-size: 1.13544rem;
    font-weight: 700;
    margin-top: 1rem;
    border: 3.25px solid #005EA2;
    background-color: #fff;
}


.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] {
    background: #fff;
    border-radius: 0.28406rem;
    border: 2.273px solid #005EA2;
    display: flex;
    width: 9.75rem;
    height: 3.125rem;
    padding: 0.85225rem 1.42044rem;
    justify-content: center;
    align-items: center;
    color: #005EA2;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
}

.next-button[b-6cf3xjv8gh] {
    display: flex-end;
    height: 3.1225rem;
    padding: 0.85156rem 1.41931rem;
    justify-content: center;
    align-items: center;
    gap: 0.56775rem;
    flex-shrink: 0;
    border-radius: 0.28388rem;
    background: #005EA2;
    color: #FFF;
    text-align: center;
    font-size: 1.13544rem;
    font-weight: 700;
    border: none;
    margin-top: 1rem;
}

    .next-button.disabled[b-6cf3xjv8gh] {
        pointer-events: none;
        opacity: 0.5;
        background: rgba(0,0,0,0.5); 
        color: #fff;
    }

.skip-button[b-6cf3xjv8gh] {
    display: inline-flex;
    height: 3.125rem;
    padding: 0.85225rem 1.42044rem;
    gap: 0.56819rem;
    flex-shrink: 0;
    border-radius: 0.28406rem;
    border: 2.273px solid #005EA2;
    color: #005EA2;
    background-color: #fff;
    font-size: 1.13638rem;
    font-weight: 700;
}


.submission-modal[b-6cf3xjv8gh] {
    display: flex;
    width: 30.77175rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.44744rem;
    border: 1.79px solid #DFE1E2;
    background: #FFF;
    padding: 3%;
}

.submission-box[b-6cf3xjv8gh] {
    display: flex;
    flex-direction: column;
}

    .submission-box h4[b-6cf3xjv8gh] {
        font-size: 2.06519rem;
        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.49731rem;
        font-weight: 400;
        padding: 5% 15% 20% 10%;
        margin-bottom: 0;
    }

.submit-confirm[b-6cf3xjv8gh] {
    display: flex;
    height: 4.92213rem;
    padding: 1.34238rem 2.23731rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.44744rem;
    background: #005EA2;
    color: #FFF;
    font-size: 1.65219rem;
    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: #005EA2;
    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: 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: 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: 10rem;
    border: none;
    background: none;
    cursor: pointer;
}

.skill-container h2[b-ojmov0ap59] {
    color: #1B1B1B;
    font-weight: 650;
    font-size: 1.7rem;
    margin-bottom: .25rem;
    margin-top: .25rem;
}

.skill-container p[b-ojmov0ap59] {
    color: #1B1B1B;
    font-size: 1.15rem;
    font-weight: 380;
    margin-top: 0;
}

.skill-body[b-ojmov0ap59] {
    background: #FFF;
}

.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: #005EA2;
    padding: .5rem .8rem;
    color: #FFF;
    font-weight: 700;
    cursor: pointer;
    font-size: 1.15rem;
    border-radius: 4px;
    border: none;
}

.cancel-skill-btn[b-ojmov0ap59] {
    border: 3px solid #005EA2;
    background: #FFF;
    padding: .5rem .8rem;
    color: #005EA2;
    font-weight: 700;
    cursor: pointer;
    font-size: 1.15rem;
    border-radius: 4px;
}

datalist[b-ojmov0ap59] {
    display: flex;
    justify-content: space-between;
    color: black;
    width: 100%;
    font-size: 1.1em;
}

.share-modal[b-ojmov0ap59] {
    background-color: 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: #FFF;
    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: #005EA2;
    color: #FFF;
    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-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-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] {
    font-size: 2rem;
    font-weight: 600;
}

.question-description[b-9pepcqdqnh] {
    font-size: 1.4rem;
    color: var(--secondary-black);
    font-weight: 300;
}

.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]{
    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;
}

.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.32694rem;
}

.accepted-header[b-stzq2hov8f] {
    display: flex;
    flex-direction: column;
    background: #162E51;
}

.accepted-title[b-stzq2hov8f] {
    margin: 1.5rem 0 1rem 3rem;
}

.accepted-title svg[b-stzq2hov8f]{
    margin:0 0 0 95%;
}

.accepted-title h2[b-stzq2hov8f] {
    margin:0;
    color: #FFF;
    font-size: 2.06519rem;
    font-weight: 650;
}

.accepted-title p[b-stzq2hov8f] {
    margin:0 0 .5%;
    color: #FFF;
    font-size: 1.25rem;
    font-weight: 380;
    line-height: 150%;
}

.submitted-item[b-stzq2hov8f]{
    background: #FFF;
}

.submitted-content[b-stzq2hov8f] {
    display: flex;
    flex-direction: row;
    padding: 2.5rem 3.5rem;
    border-radius: 0.23881rem;
    border: 0.955px solid #000;
    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: #0071BB;
        font-size: 1.43288rem;
        font-weight: 700;
        line-height: 1.80388rem; 
        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.08438rem 0.59063rem;
    border-radius: 0.16875rem;
    background: #3D4F46;
    color: #FFF;
    font-size: 1.09688rem;
    font-weight: 400;
    text-transform: uppercase;
}

.content-type[b-stzq2hov8f] {
    display: flex;
    height: 1.5rem;
    padding: 0.08438rem 0.59063rem;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    flex-shrink: 0;
    border-radius: 0.125rem;
    background: #005EA2;
    color: #FFF;
}

.date[b-stzq2hov8f],
.name[b-stzq2hov8f]{
    color: #000;
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 2px;
}

.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: #F8F8F8;
    max-width:100%;
    display:flex;
    justify-content:space-between;
    padding: 2rem 3rem;
}

.back-btn[b-stzq2hov8f] {
    background: #fff;
    border-radius: 0.28406rem;
    border: 2.273px solid #005EA2;
    color:  #005EA2;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    width: fit-content;
    height: 3rem;
    padding: 0 1rem;
    justify-content: center;
    align-items: center;
    margin-left: rem;
}

.accept-button[b-stzq2hov8f] {
    display: inline-flex;
    height: 3rem;
    padding: 1.3rem;
    justify-content: center;
    align-items: center;
    gap: 0.56775rem;
    flex-shrink: 0;
    border-radius: 0.28388rem;
    border: none;
    background: #005EA2;
    color: #FFF;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
}

.popup[b-stzq2hov8f] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 20%;
    border-radius: 0.4475rem;
    border: 1.79px solid #DFE1E2;
    background: #FFF;
    padding: 2rem 3rem 3rem 3rem;
}

    .popup svg[b-stzq2hov8f] {
        margin: 0 0 0 95%;
    }

    .popup h3[b-stzq2hov8f] {
        margin-top:0 ;
        font-size: 2.06519rem;
        font-weight: 700;
    }

    .popup p[b-stzq2hov8f] {
        margin: 0 3rem 3rem 0;
        font-size: 1.49731rem;
        font-weight: 400;
    }

.continue[b-stzq2hov8f] {
    padding: 1.2rem 1.2em;
    border-radius: 0.44744rem;
    background: #005EA2;
    color: #FFF;
    font-size: 1.65219rem;
    font-weight: 700;
    border: none;
}
/* _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: #1B1B1B;
    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: #B50909;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 162%;
    }

.show-content[b-cwvqzirfr3] {
    border-radius: 0.32694rem;
    border: 1.308px solid #000;
    max-width: 100%;
}

.content-title[b-cwvqzirfr3] {
    display: flex;
    align-items: center;
    padding: 0 3rem;
    margin-top: .75rem;
    color: #0071BB;
    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] {
        word-wrap: break-word;
        overflow-wrap: break-word;
        max-width: 95%;
        white-space: normal;
    }

    .content-title p[b-cwvqzirfr3] {
        display: flex;
        justify-content: center;
        background: #005EA2;
        color: #FFF;
        border-radius: 0.155rem;
        width: 4.12931rem;
        height: 1.53rem;
        padding: 0.07781rem 0.6225rem;
        justify-content: center;
        align-items: center;
        gap: 0.31125rem;
        font-size: 1.01156rem;
        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: #757575;
    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: 10px 36px 10px 12px;
        border: 1px solid #ccc;
        border-radius: 6px;
        background-color: #fff;
        outline: none;
    }

    .input-with-icon .icon-span[b-cwvqzirfr3] {
        position: absolute;
        right: 12px;
        display: flex;
        align-items: center;
        z-index: 1000;
        cursor: pointer;
    }


.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] {
    width: 95%;
    background: #F8F8F8;
    padding: 1.5rem 2rem 1.5rem 0;
    margin-top: 3rem;
    margin-right: 1rem;
}

.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;
}

.ai-desciption[b-cwvqzirfr3] {
    font-size: 1rem;
    color: #757575;
    font-weight: 400;
    margin-top: 0;
    width: 95%;
}

.ai-input[b-cwvqzirfr3] {
    width: 96%;
    min-height: 10.9375rem;
    border-radius: 0.32694rem;
    border: 1.308px solid #ccc;
    background: #FFF;
    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: Source Sans Pro, sans-serif;
}

.char-count[b-cwvqzirfr3] {
    margin-top: 0;
    color: #757575;
    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: #005EA2;
}

.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.38719rem;
    border-radius: 0.17rem;
    background: #0050D8;
    color: #FFF;
}

.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 #005EA2;
    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: #005EA2;
        border-radius: 50%;
    }

.regen-btn[b-cwvqzirfr3] {
    margin: 0 0 2% 70%;
    display: flex;
    padding: 0.77531rem 1.29219rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.25844rem;
    background: #005EA2;
    gap: .5rem;
    color: #FFF;
    font-size: 1.125rem;
    font-weight: 700;
}

.ai-lo[b-cwvqzirfr3] {
    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-cwvqzirfr3] {
    display: flex;
    flex-direction: row;
}

    .input-tag-wrapper input[b-cwvqzirfr3] {
        width: 66.0625rem;
        border: 1px solid #000;
        font-size: 1rem;
        outline: none;
        padding-left: 1.25rem;
    }

.tag-btn[b-cwvqzirfr3] {
    color: #FFF;
    width: 8.25rem;
    height: 3rem;
    background: #005EA2;
    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: #162E51;
    display: flex;
    font-size: 1.15rem;
    width: fit-content;
    height: 2rem;
    padding: .15rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 0.1875rem;
    transition: background 0.3s;
    color: #FFF;
    text-transform: capitalize;
    font-weight: 550;
}

.tag-selected[b-cwvqzirfr3] {
    background-color: #005EA2;
    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.32694rem;
    border: 1.308px solid #000;
    background: #FFF;
    margin-bottom: 10rem;
    margin-left: 3rem;
}

.submission-header[b-19s3g666xp] {
    display: flex;
    /* justify-content: space-between; */
    /* align-items: flex-end; */
    margin: 1rem 2rem 1rem 0;
    gap:5rem;
}

.submission-title[b-19s3g666xp] {
    color: #0071BB;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 2.46956rem;
    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;
    margin-left: 2rem;

    
}

h1.submission-title[b-19s3g666xp] {
    
    word-break: break-word;
    margin-bottom:2rem;
    
}

.status-container[b-19s3g666xp] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: .15rem;
    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: #005EA2;
    color: #FFF;
}

.progress[b-19s3g666xp] {
    display: flex;
    justify-content: right;
    background: #5C5C5C;
    color: #FFF;
    border-radius: 0.25rem;
    padding: 0.15rem 0.5rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0.15rem;
    white-space: nowrap;
}

.creator-date[b-19s3g666xp] {
    display: flex;
    flex-direction:column;
    justify-content: left;
    color: #000;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.79819rem;
}

.creator-name[b-19s3g666xp],
.creation-date[b-19s3g666xp] {
    color: #000;
    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;
    justify-content:center;
    align-content:center;
    background:#000;
}

.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.32694rem;
    overflow: auto;
}

.rejected-header[b-ch1k5dirm0] {
    display: flex;
    flex-direction: column;
    background: #162E51;
}

.rejected-title[b-ch1k5dirm0] {
    margin: 1.5rem 0 1rem 3rem;
}

    .rejected-title svg[b-ch1k5dirm0] {
        margin: 0 0 0 95%;
    }

    .rejected-title h2[b-ch1k5dirm0] {
        margin: 0;
        color: #FFF;
        font-size: 2rem;
        font-weight: 650;
    }

    .rejected-title p[b-ch1k5dirm0] {
        margin: 0 0 .5%;
        color: #FFF;
        font-size: 1.25rem;
        font-weight: 380;
        line-height: 150%;
    }

.submitted-item[b-ch1k5dirm0] {
    background: #FFF;
    border-radius: 0.23881rem;
    border: 0.955px solid #000;
}

.checkbox-title[b-ch1k5dirm0] {
    background: #FFF;
    padding-left: 3.5rem;
    margin-bottom:0;
}

.checkbox-title h4[b-ch1k5dirm0]{
    margin-bottom:0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1B1B1B;
}

.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: #FFF;
}

    .checkbox-grid h4[b-ch1k5dirm0] {
        font-size: 1.06rem;
        font-style: normal;
        font-weight: 600;
    }

    .checkbox-grid p[b-ch1k5dirm0] {
        color:  #757575;
        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 #DFE1E2;
    border-radius: 0.25rem;
    
}


.checkbox-item input[type="checkbox"][b-ch1k5dirm0] {
    width: 1.15rem;
    height: 1.15rem;
    flex-shrink: 0;
    accent-color: #005EA2;
    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: #1B1B1B;
        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 #C0C0C0;
    padding: .5rem .75rem;
}

    .category-description p[b-ch1k5dirm0] {
        margin: 0 0 0.5rem 0;
    }

    .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: #FFF;
    padding-left: 3.5rem;
}

.summary-desc[b-ch1k5dirm0] {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom:.5rem;
}

.summary[b-ch1k5dirm0] {
    font-size: 1rem;
    font-style: normal;
    font-weight: 550;
    min-width: 95%;
    height: 8rem;
    resize: none;
    color: #424242;
    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: #0071BB;
        font-size: 1.43288rem;
        font-weight: 700;
        line-height: 1.80388rem;
        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.08438rem 0.59063rem;
    border-radius: 0.16875rem;
    background: #3D4F46;
    color: #FFF;
    font-size: 1.09688rem;
    font-weight: 400;
    text-transform: uppercase;
}

.content-type[b-ch1k5dirm0] {
    display: flex;
    height: 1.5rem;
    padding: 0.08438rem 0.59063rem;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
    flex-shrink: 0;
    border-radius: 0.125rem;
    background: #005EA2;
    color: #FFF;
}

.date[b-ch1k5dirm0],
.name[b-ch1k5dirm0] {
    color: #000;
    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: #B50909;
    color:#FFF;
    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.11806rem;
        font-weight: 400;
        margin-top:0;
    }

.feedback[b-ch1k5dirm0] {
    background: #162E51;
    color: #FFF;
    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: #FFF;
    padding: .5rem 0 1.5rem 1.5rem;
}
.buttons[b-ch1k5dirm0] {
    background: #F8F8F8;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 2rem 3rem;
}

.back-btn[b-ch1k5dirm0] {
    background: #fff;
    border-radius: 0.28406rem;
    border: 2.273px solid #005EA2;
    display: flex;
    width: fit-content;
    height: 3rem;
    padding: 0.9rem;
    justify-content: center;
    align-items: center;
    color: #005EA2;
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    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.56775rem;
    flex-shrink: 0;
    border-radius: 0.28388rem;
    border: none;
    background: #005EA2;
    color: #FFF;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
}

.popup[b-ch1k5dirm0] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 20%;
    border-radius: 0.4475rem;
    border: 1.79px solid #DFE1E2;
    background: #FFF;
    padding: 2rem 3rem 3rem 3rem;
}

    .popup svg[b-ch1k5dirm0] {
        margin: 0 0 0 95%;
    }

    .popup h3[b-ch1k5dirm0] {
        margin-top: 0;
        font-size: 2.06519rem;
        font-weight: 700;
    }

    .popup p[b-ch1k5dirm0] {
        margin: 0 3rem 3rem 0;
        font-size: 1.49731rem;
        font-weight: 400;
    }

.continue[b-ch1k5dirm0] {
    padding: 1.2rem 1.2em;
    border-radius: 0.44744rem;
    background: #005EA2;
    color: #FFF;
    font-size: 1.65219rem;
    font-weight: 700;
    border: none;
}

.btn-layout[b-ch1k5dirm0]{
    display:flex;
    justify-content:end;
    gap:1rem;
    padding:0 10% 2% 0;
}

.text-error-display[b-ch1k5dirm0] {
    color: red;
    margin-bottom: 1rem;
}
/* _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.32694rem;
    border: 1.308px solid #000;
    background: #FFF;
    margin-bottom: 10rem;
    margin-left: 3rem;
}


.creator-date[b-op5cm317an] {
    display: flex;
    flex-direction: column;
    align-items: right;
    color: #000;
    font-size: 1.3895rem;
    font-weight: 400;
    line-height: 1.79819rem;
    justify-content: right;
}
    
.btn-box[b-op5cm317an] {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 3rem 5rem;
    gap:1.5rem;
}

.cancel-btn[b-op5cm317an] {
    background: #fff;
    border-radius: 0.28406rem;
    border: 2.273px solid #005EA2;
    display: flex;
    width: fit-content;
    height: 2.75rem;
    padding: 0.9rem 1rem;
    justify-content: center;
    align-items: center;
    color: #005EA2;
    text-align: center;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 700;
    white-space: nowrap;
}

.begin-button[b-op5cm317an] {
    display: flex;
    height: 2.75rem;
    width: fit-content;
    padding: 0.6rem 1.3rem;
    justify-content: center;
    align-items: center;
    gap: 0.56775rem;
    flex-shrink: 0;
    border-radius: 0.28388rem;
    background: #005EA2;
    color: #FFF;
    font-size: 1.13544rem;
    font-weight: 700;
    border: none;
}

.back-button[b-op5cm317an] {
    margin-top: 2.75rem;
    cursor: pointer;
    display: inline-flex;
    height: 2.75rem;
    padding: 0.9rem 1.3rem;
    justify-content: center;
    align-items: center;
    gap: 0.56775rem;
    flex-shrink: 0;
    border-radius: 0.28388rem;
    border: none;
    background: #005EA2;
    color: #FFF;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
}



.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] {
    background: #fff;
    border-radius: 0.28406rem;
    border: 2.273px solid #005EA2;
    display: flex;
    height: 2.75rem;
    padding: 0.8rem .9rem;
    justify-content: center;
    align-items: center;
    color: #005EA2;
    text-align: center;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 700;
    gap: .5rem;
}

.accept-button[b-op5cm317an],
.reject-button[b-op5cm317an] {
    display: inline-flex;
    height: 2.75rem;
    padding: 0.9rem 0.9rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    border-radius: 0.28388rem;
    background: #09B50F;
    color: #FFF;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    border: none;
}

.reject-button[b-op5cm317an] {
    background: #B50909;
}

.progress[b-op5cm317an] {
    width: 100%;
    height: 0.5rem;
    background-color: #E0E0E0;
    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: #005EA2;
    color: #FFF;
    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: #162E51;
        max-width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        color: #FFF;
        gap: 1%;
        padding-left: 1%;
    }

.filter-bar-container[b-ut8usibo2f] {
    display: flex;
    align-items: center;
    background-color: #F0F0F0;
    border-bottom: 1px solid #DFE1E2;
    padding: 0.5rem;
    gap: 1rem;
    padding: 1% 2%;
    max-width: 100%;
}


.search-container[b-ut8usibo2f] {
    display: flex;
    align-items: center;
    border: 1px solid #CED4DA;
    border-radius: 0.25rem;
    background-color: #FFFFFF;
    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: #005EA2;
    color: 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: 0.5rem 3rem 0.5rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    background-color: #FFFFFF;
    border-radius: .25rem;
}

.queue-box[b-ut8usibo2f] {
    border: 1.014px solid #DFE1E2;
    background: #FFF;
    max-width: 100%;
    padding:1rem;
}

.submission-grid[b-ut8usibo2f] {
    /* display: grid; */
    display:flex;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem; 
    padding: 1rem;
    flex-wrap:wrap;
}

.submission-content[b-ut8usibo2f] {
    width: 24.1875rem;
    border-radius: 0.23188rem;
    border: 0.927px solid #000;
    border-left: .8125rem solid var(--primary-blue);
    padding:0 1.56rem 1.57rem 1.19rem;
}

    .submission-content p[b-ut8usibo2f] {
        font-size: 1.15rem;
        font-weight: 400;
        line-height: 1.27519rem;
    }
.submission-title[b-ut8usibo2f] {
    cursor: pointer;
    color: var(--link-blue);
    font-size: 1.39106rem;
    font-weight: 700;
    line-height: 1.75125rem;
    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;
}

.spaced[b-ut8usibo2f] {
    display: flex;
    justify-content: space-between;
}

.bold[b-ut8usibo2f] {
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.27519rem;
}

.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: 3px 6px;
    text-transform: uppercase;
    font-size: 0.78244rem;
    font-weight: 400;
    text-align: center;
    width: fit-content;
    gap: .4rem;
}

.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.78244rem;
    font-weight: 400;
    text-align: center;
    width: fit-content;
}

.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.78244rem;
    font-weight: 400;
    text-align: center;
    width: fit-content;
}
/* _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:4px;
    font-family:'Source Sans 3';
    padding: 0.5rem 1.5rem;
    font-size: 1.13638rem;
    font-weight: 700;
    cursor: pointer;
}

.save-btn.disabled[b-tmhg8rqhe1] {
    pointer-events: none;
    font-family:'Source Sans 3';
    border-radius:4px;
    opacity: 0.5;
    background: rgba(0,0,0,0.5);
    color: #fff;
}

.cancel-btn[b-tmhg8rqhe1] {
    background-color: var(--white);
    border-radius:4px;
    font-family:'Source Sans 3';
    color: var(--primary-blue);
    border: 2px solid var(--primary-blue);
    padding: 0.5rem 1.5rem;
    font-size: 1.13638rem;
    font-weight: 700;
    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: 13px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border: 4px solid var(--accent-blue);
    transition: all 0.3s ease;
    width: 846px;
    max-height: 80vh;
    overflow-y: auto;
}

/* Relative positioning mode - popup appears within parent container */
.feedback-popup.relative-positioned[b-c5t3385tba] {
    position: relative !important;
    z-index: 100;
    margin: 20px 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 !important;
    z-index: 100;
    display: block;
}



.feedback-popup.minimized[b-c5t3385tba] {
    height: 50px !important;
    overflow: hidden;
}

.feedback-popup-header[b-c5t3385tba] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 12px 15px;
    border-radius: 9px 9px 0 0;
    cursor: pointer;
    user-select: none;
}

.feedback-popup.minimized .feedback-popup-header[b-c5t3385tba] {
    border-radius: 9px;
    border-bottom: none;
    padding: 12px 15px;
    justify-content: space-between;
}

.feedback-minimized-content[b-c5t3385tba] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.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: 8px;
}

.feedback-popup-minimize[b-c5t3385tba],
.feedback-popup-close[b-c5t3385tba] {
    background: none;
    border: none;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    color: var(--secondary-black);
    font-weight: 900;
    transition: all 0.2s ease;
}

.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) !important;
    transition: fill 0.2s ease;
}

.feedback-popup-close span[b-c5t3385tba] {
    line-height: 1;
    margin-top: -2px;
}

.feedback-popup-body[b-c5t3385tba] {
    padding: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 15px;
}

.feedback-success[b-c5t3385tba],
.feedback-error[b-c5t3385tba] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    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);
}

/* Animation for popup appearance */
.feedback-popup[b-c5t3385tba] {
    animation: slideInFromBottom-b-c5t3385tba 0.3s ease-out;
}

@keyframes slideInFromBottom-b-c5t3385tba {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Minimize/Maximize animation */
.feedback-popup.minimized[b-c5t3385tba] {
    animation: minimizePopup-b-c5t3385tba 0.3s ease-out;
}

@keyframes minimizePopup-b-c5t3385tba {
    from {
        height: auto;
    }
    to {
        height: 50px;
    }
}

/* Mobile responsiveness - consolidated with responsive-popup styles */
@media (max-width: 48rem) { /* 768px */
    .feedback-popup:not(.responsive-popup)[b-c5t3385tba] {
        right: 0.625rem !important; /* 10px */
        bottom: 0.625rem !important; /* 10px */
        max-width: calc(100vw - 1.25rem); /* 20px total */
        min-width: 11.25rem; /* 180px */
    }
    
    .feedback-popup.minimized:not(.responsive-popup)[b-c5t3385tba] {
        width: 11.25rem !important; /* 180px */
    }
    
    /* Relative positioned popups on mobile */
    .feedback-popup.relative-positioned:not(.responsive-popup)[b-c5t3385tba] {
        margin: 0.625rem; /* 10px */
        width: calc(100% - 1.25rem) !important; /* 20px total */
    }
    
    .feedback-popup.relative-positioned.minimized:not(.responsive-popup)[b-c5t3385tba] {
        width: calc(100% - 1.25rem) !important;
        max-width: 18.75rem; /* 300px */
        margin: 0.625rem auto; /* 10px */
    }
    
    /* Absolute positioned popups on mobile */
    .feedback-popup.absolute-positioned:not(.responsive-popup)[b-c5t3385tba] {
        width: calc(100vw - 2.5rem) !important; /* 40px total */
        right: 1.25rem !important; /* 20px */
        bottom: 0.625rem !important; /* 10px */
    }
    
    .feedback-popup.absolute-positioned.minimized:not(.responsive-popup)[b-c5t3385tba] {
        width: calc(100% - 1.25rem) !important;
        max-width: 18.75rem; /* 300px */
        right: 1.25rem !important; /* 20px */
        bottom: 0.625rem !important; /* 10px */
    }
    
    .feedback-text[b-c5t3385tba] {
        font-size: 1.1rem;
    }
    
    .feedback-popup-body[b-c5t3385tba] {
        padding: 0.9375rem; /* 15px */
    }
}

/* Hover effects for better UX */

.feedback-popup.minimized[b-c5t3385tba] {
    background-color: var(--color-background-muted);
}

/* 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;
}

/* Draggable cursor hint */
.feedback-popup-header[b-c5t3385tba] {
    cursor: move;
}

.feedback-popup.minimized .feedback-popup-header[b-c5t3385tba] {
    cursor: pointer;
}

/* 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: 3px;
    padding: 12px 16px;
    margin: 15px 0 0 0;
    max-width: 579px;
    height: 50px;
    box-sizing: border-box;
    font-size: 14px;
    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: 3px;
    padding: 12px 16px;
    margin: 15px 0 0 0;
    max-width: 579px;
    height: 50px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4;
}

/* Ranking Summary Styles */
.feedback-ranking-summary[b-c5t3385tba] {
    width: 100%;
    margin-top: 20px;
}

.ranking-summary-title[b-c5t3385tba] {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--secondary-black);
    margin: 0 0 15px 0;
}

.feedback-item[b-c5t3385tba] {
    margin-bottom: 15px;
    padding: 12px 15px;
    border-radius: 8px;
    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: 8px;
    margin-bottom: 8px;
    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: 6px;
    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: 4px;
    margin-top: 8px;
}

.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);
}

/* Responsive design for ranking summary */
@media (max-width: 768px) {
    .feedback-item-header[b-c5t3385tba] {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }
    
    .feedback-item-display[b-c5t3385tba] {
        min-width: unset;
        width: 100%;
    }
    
    .feedback-item-status[b-c5t3385tba] {
        width: 100%;
        justify-content: flex-start;
    }
    
    .feedback-ranking-summary[b-c5t3385tba] {
        margin-top: 15px;
    }
    
    .ranking-summary-title[b-c5t3385tba] {
        font-size: 1rem;
    }
}

/* Ranking Grid Layout for Feedback */
.feedback-ranking-summary .ranking-grid-layout[b-c5t3385tba] {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 0;
    margin-top: 20px;
}

.feedback-ranking-summary .rank-column[b-c5t3385tba] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 93px;
    padding: 0 10px 0 10px;
    background-color: var(--neutral-light);
    border-radius: 6px 0 0 6px;
}

.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 45px 0;
    padding: 0;
}

.rank-column[b-c5t3385tba] {
    background-color: transparent !important;
}

.feedback-ranking-summary .rank-column .rank-number[b-c5t3385tba] {
    width: 42px;
    height: 42px;
    background-color: var(--primary-blue);
    color: var(--white);
    border-radius: 21px;
    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;
    margin-bottom: 20px;
    border-radius: 5px !important;
    height: 64px;
    margin-bottom: 45px;
}

.feedback-ranking-summary .rank-item-cell[b-c5t3385tba], .summary-item[b-c5t3385tba] {
    width: 605px;
    height: 64px;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    border-radius: 6px;
    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: 4px;
}

.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: rgba(46, 133, 64, 0.05);
}

.feedback-ranking-summary .rank-item-cell.incorrect[b-c5t3385tba]{
    background-color: rgba(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;
}

/* Activity-specific styling for Sorting activities */
.feedback-popup.activity-sorting .rank-item-row[b-c5t3385tba] {
    height: 90px !important;
    min-height: 90px !important;
    margin-bottom: 60px !important; /* Extra space to prevent overlap */
}

.feedback-popup.activity-sorting .rank-number-cell[b-c5t3385tba] {
    height: 90px !important;
    min-height: 90px !important;
    margin-bottom: 60px !important; /* Match the item row spacing */
}

.feedback-popup.activity-sorting .feedback-item-explanation[b-c5t3385tba] {
    padding: 8px 12px !important;
    background-color: rgba(240, 244, 248, 0.8) !important;
    border-radius: 4px !important;
}

.summary-block[b-c5t3385tba] {
    display: flex;
    flex-direction: column;
    border-radius: 0.3125rem;
    background: var(--dark-gray-background);
    padding: 1rem;
}

.summary-feedback-row[b-c5t3385tba] {
    padding-bottom:1rem;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    
}

.summary-item[b-c5t3385tba] {
    min-height: 64px; 
    height: auto;
    box-sizing: border-box;
}

    .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[b-c5t3385tba] {
    margin-left: -6rem;
}

    .summary-explanation-content strong[b-c5t3385tba] {
        color: var(--secondary-black);
    }

 .summary-item[b-c5t3385tba] {
    max-width: 80%; 
}


/* Drag and Drop Table Styles */
.feedback-dragdrop-table[b-c5t3385tba] {
    width: 100%;
    margin-top: 20px;
}

.dragdrop-feedback-table[b-c5t3385tba] {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    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: 16px;
    vertical-align: top;
    color: var(--secondary-black);
    line-height: 1.4;
}

.step-cell[b-c5t3385tba] {
    text-align: center;
    padding: 12px;
}

/* 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: 4px;
    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);
}

/* Mobile responsiveness for drag and drop table */
@media (max-width: 768px) {
    .dragdrop-feedback-table[b-c5t3385tba] {
        font-size: 0.85rem;
    }
    
    .dragdrop-feedback-table th[b-c5t3385tba],
    .dragdrop-feedback-table td[b-c5t3385tba] {
        padding: 12px 8px;
    }
    
    /* Use mobile step number styling from DragAndDropComponent */
    .step-cell .step-number[b-c5t3385tba] {
        width: 28px;
        height: 28px;
        font-size: 0.8rem;
    }
    
    .answer-display[b-c5t3385tba] {
        font-size: 0.85rem;
        padding: 6px 8px;
    }
    
    .explanation-cell[b-c5t3385tba] {
        font-size: 0.8rem;
    }
}

/* Odd One Out Feedback Styles */
.feedback-oddoneout-grid[b-c5t3385tba] {
    width: 100%;
    margin-top: 20px;
}

.oddoneout-options-container[b-c5t3385tba] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    align-items: start; /* Align columns to start so boxes align at top */
}

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

/* 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: 1.25rem;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6rem; /* Fixed height for all option boxes */
    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 rgba(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 rgba(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;
    line-height: 1.4;
    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;
}

/* Mobile responsiveness for odd one out feedback */
@media (max-width: 480px) {
    .feedback-option-item[b-c5t3385tba] {
        padding: 0.75rem;
        min-height: 3.5rem;
    }
    
    .feedback-option-text[b-c5t3385tba] {
        font-size: 0.9rem;
    }
    
    .oddoneout-explanation-individual[b-c5t3385tba] {
        font-size: 0.85rem;
        padding: 0.5rem;
    }
    
    .feedback-option-column[b-c5t3385tba] {
        gap: 0.5rem;
    }
}

/* Responsive Feedback Popup Styles */
.feedback-popup.responsive-popup[b-c5t3385tba] {
    box-sizing: border-box;
}

/* Large screens - default size */
.feedback-popup.responsive-popup:not(.minimized)[b-c5t3385tba] {
    width: min(52.875rem, 95vw); /* 846px converted to rem */
    max-height: 85vh;
    overflow-y: auto;
}

/* Small screens (tablets and small laptops) */
@media (max-width: 75rem) { /* 1200px */
    .feedback-popup.responsive-popup:not(.minimized)[b-c5t3385tba] {
        --popup-scale: 0.9;
        width: min(47.5rem, 92vw) !important; /* 760px */
        right: min(1.25rem, 2vw) !important; /* 20px */
        bottom: min(1.25rem, 5vh) !important; /* 20px */
    }
}

/* Medium-small screens */
@media (max-width: 64rem) { /* 1024px */
    .feedback-popup.responsive-popup:not(.minimized)[b-c5t3385tba] {
        --popup-scale: 0.85;
        width: min(42.5rem, 90vw) !important; /* 680px */
        right: min(0.9375rem, 1.5vw) !important; /* 15px */
        bottom: min(0.9375rem, 3vh) !important; /* 15px */
    }
}

/* Small screens (tablets) */
@media (max-width: 48rem) { /* 768px */
    .feedback-popup.responsive-popup:not(.minimized)[b-c5t3385tba] {
        --popup-scale: 0.8;
        width: min(37.5rem, 88vw) !important; /* 600px */
        right: min(0.625rem, 1vw) !important; /* 10px */
        bottom: min(0.625rem, 2vh) !important; /* 10px */
    }

    .feedback-popup.responsive-popup .dragdrop-feedback-table[b-c5t3385tba] {
        font-size: 0.9em;
    }

    .feedback-popup.responsive-popup .step-number[b-c5t3385tba] {
        font-size: 0.8em;
    }
}

/* Extra small screens (mobile) */
@media (max-width: 30rem) { /* 480px */
    .feedback-popup.responsive-popup:not(.minimized)[b-c5t3385tba] {
        --popup-scale: 0.75;
        width: 95vw !important;
        right: 2.5vw !important;
        bottom: 0.3125rem !important; /* 5px */
        left: 2.5vw !important;
    }

    .feedback-popup.responsive-popup .dragdrop-feedback-table[b-c5t3385tba] {
        font-size: 0.8em;
    }

    .feedback-popup.responsive-popup .step-number[b-c5t3385tba] {
        font-size: 0.7em;
    }

    .feedback-popup.responsive-popup .feedback-popup-header[b-c5t3385tba] {
        padding: 0.5rem 0.75rem; /* 8px 12px */
    }

    .feedback-popup.responsive-popup .feedback-popup-body[b-c5t3385tba] {
        padding: 0.75rem; /* 12px */
    }
}

/* 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); /* Account for header height - 60px */
}

/* Scale content appropriately */
.feedback-popup.responsive-popup[b-c5t3385tba] {
    font-size: calc(1rem * var(--popup-scale, 1));
}

.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] {
    word-wrap: break-word;
    hyphens: auto;
}

/* Enhanced positioning for responsive behavior */
.feedback-popup.responsive-popup[b-c5t3385tba] {
    /* Override inline styles for responsive positioning */
    right: min(19.375rem, 2.5vw) !important; /* 310px default */
    bottom: min(15.625rem, 15vh) !important; /* 250px default */
}

.feedback-popup.responsive-popup.minimized[b-c5t3385tba] {
    right: min(19.375rem, 2.5vw) !important; /* 310px default */
    bottom: min(11.25rem, 10vh) !important; /* 180px default */
}

/* _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] {
    border-radius: 4.55px;
    padding: 0.6rem 1.1rem;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    border: 1px 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: 2rem 0;
    padding: 1.5rem;
    background-color: #F9F9F9;
    border: 2px solid #DFE1E2;
    border-radius: 6px;
}

.horizontal-section-header[b-3ffb2rvhqr] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.horizontal-section-title-area[b-3ffb2rvhqr] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    flex: 1;
}

.header-icon[b-3ffb2rvhqr] {
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.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: 1.875rem;
    font-weight: 700;
    color: var(--secondary-black);
    margin: 0;
    line-height: 100%;
}

.section-subtitle[b-3ffb2rvhqr] {
    font-size: 1.3rem;
    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(--primary-blue);
    text-decoration: none;
    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-x: auto;
    overflow-y: visible;
    scroll-behavior: smooth;
    padding: 3rem 0 1rem 0;
    margin: 0 -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.horizontal-section-content[b-3ffb2rvhqr]::-webkit-scrollbar {
    height: 8px;
}

.horizontal-section-content[b-3ffb2rvhqr]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.horizontal-section-content[b-3ffb2rvhqr]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.horizontal-section-content[b-3ffb2rvhqr]::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.skills-loading[b-3ffb2rvhqr],
.skills-empty[b-3ffb2rvhqr] {
    padding: 2rem;
    text-align: center;
    color: #71767A;
    font-style: italic;
    min-width: 300px;
}

/* Responsive Design */
@media (max-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/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;
}

@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] {
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    padding: 0.5rem 1.5rem;
    font-size: 1.13638rem;
    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: 5px;
    margin-bottom: 5px;
}

.submission-box button[b-br06upfykz] {
    align-self: center;
    width: 165px;
    height: 58px;
    border-radius: 7px;
    margin-top: 25px;
}
/* _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;
    }
/* _content/DI.Cache.Blazor/Components/Shared/NotificationItemComponent.razor.rz.scp.css */
/* NotificationItemComponent specific styles */
.notification-item[b-2ck4w3ezn2] {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 16px;
    border-bottom: 1px solid var(--gray-very-light);
    cursor: pointer;
    font-family: "Source Sans Pro", sans-serif;
}

/* Container specific overrides for notification items */
.notification-item.container-item[b-2ck4w3ezn2] {
    border: 1px solid var(--gray-menu);
    width: 572px;
    margin-bottom: 10px;
}

/* Dropdown specific overrides for notification items */
.notification-item.dropdown-item[b-2ck4w3ezn2] {
    padding: 12px 0 12px 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: 12px;
    right: 5px;
    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;
}

/* 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: 14px;
}

.notification-type[b-2ck4w3ezn2] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 5px;
}

.notification-body[b-2ck4w3ezn2] {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.notification-body section[b-2ck4w3ezn2] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.notification-person[b-2ck4w3ezn2] {
    margin-right: 8px;
    font-size: 12px;
}

.notification-date[b-2ck4w3ezn2] {
    color: inherit;
    font-size: 12px;
    text-align: start;
}

.notification-bell[b-2ck4w3ezn2] {
    align-self: flex-end;
    margin-right: 3px;
}

/* 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: 8px;
    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: 12px;
    font-weight: 400;
    line-height: 113%;
    letter-spacing: 0%;
    color: var(--neutral-black);
}
/* _content/DI.Cache.Blazor/Components/Shared/ProficiencyTag.razor.rz.scp.css */


/* Info Badge Styles */
.info-badge[b-rry4dn7aag] {
    display: inline-block;
    padding: 0.27rem 0.65rem;
    border-radius: 2px;
    color: var(--white);
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    cursor: default;
    width: 125px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 1.5;
}

.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: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
    text-transform: uppercase;
    border-radius: 2px;
    cursor: default;
}

.progress-text[b-vvnxkef2tk] {
    color: inherit;
}

/* Progress status variants */
.progress-not-started[b-vvnxkef2tk] {
    background-color: var(--draft-gray);
    color: var(--white);
}

.progress-in-progress[b-vvnxkef2tk] {
    background-color: var(--gray-menu);
    color: var(--white);
}

.progress-paused[b-vvnxkef2tk] {
    background-color: var(--pending-brown);
    color: var(--white);
}

.progress-completed[b-vvnxkef2tk] {
    background-color: var(--color-status-complete);
    color: var(--white);
}

/* _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;
}

.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: 61px; /* Make room for timeline: 39px SVG + 22px gap */
}

/* 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: 39px;
    height: 39px;
    position: relative;
    z-index: 2; /* Above the connector line */
    border-radius: 50%;
}

.timeline-icon svg[b-587mkfoph8] {
    width: 39px;
    height: 39px;
    transition: all 0.3s ease-in-out;
}

/* Timeline Connector - Simple vertical line extending down */
.timeline-connector[b-587mkfoph8] {
    position: absolute;
    width: 1px;
    top: 39px; /* Start from bottom of SVG */
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--timeline-connector-gray); /* Same gray color for all connectors */
    z-index: 1; /* Behind the SVG */
    /* Default height for collapsed state */
    height: 180px;
    transition: height 0.3s ease-in-out; /* Only height transition needed */
}

/* Extended connector height when learning goal is expanded (has lessons) */
.learning-goal-container.expanded .timeline-connector[b-587mkfoph8] {
    height: 800px; /* Much longer to reach next SVG when lessons are visible */
}

/* Ensure no connector lines appear on the last learning goal in the list */
:global(.learning-goals-list > .learning-goal-container:last-child .timeline-connector)[b-587mkfoph8] {
    display: none !important;
}

/* Learning Goal Card */
.learning-goal-card[b-587mkfoph8] {
    background-color: var(--skill-packet-supporting-skills-container);
    border-radius: 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: rgba(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 0;
    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 */
@media (max-width: 768px) {
    .learning-goal-container[b-587mkfoph8] {
        padding-left: 49px; /* Smaller timeline space: 32px SVG + 17px gap */
    }
    
    .timeline-section[b-587mkfoph8] {
        width: 32px;
        padding-top: calc(1.5rem + 0.5rem); /* Adjust for mobile */
    }
    
    .timeline-icon[b-587mkfoph8] {
        width: 32px;
        height: 32px;
    }
    
    .timeline-icon svg[b-587mkfoph8] {
        width: 32px;
        height: 32px;
    }
    
    .timeline-connector[b-587mkfoph8] {
        top: 32px; /* Adjust for smaller SVG */
        height: 200px; /* Increased mobile connector height to reliably reach next SVG */
    }
    
    /* Extended mobile connector height when expanded */
    .learning-goal-container.expanded .timeline-connector[b-587mkfoph8] {
        height: 700px; /* Longer mobile connector for expanded state */
    }
    
    .lessons-list[b-587mkfoph8] {
        gap: 0.5rem; /* Even smaller gap on mobile */
    }
}

/* Learning Goals Section Container - Smaller gap between cards */
:global(.learning-goals-list > .learning-goal-container:not(:last-child))[b-587mkfoph8] {
    margin-bottom: 0.75rem; /* Reduced from 1rem */
}

/* Large Desktop Screens - Adjusted connector height for wider viewports */
@media (min-width: 1600px) {
    .timeline-connector[b-587mkfoph8] {
        height: 165px; /* Optimized height for large screens */
    }
    
    /* Keep expanded height the same for large screens */
    .learning-goal-container.expanded .timeline-connector[b-587mkfoph8] {
        height: 825px;
    }
}

/* 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: 4px;
    margin-right: 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: #fff !important;
}
/* _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: 4px;
    margin-right: 20px;
    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: rgba(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;
}

/* Start Microlearning Button */
.start-microlearning-btn[b-6jjhd9ewbp] {
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    border-radius: 4px;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    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 rgba(0, 0, 0, 0.15);
}

.start-microlearning-btn:active[b-6jjhd9ewbp] {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(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: rgba(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: rgba(var(--primary-blue-rgb, 45, 134, 239), 0.5); /* Keep same blue on hover */
    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;
}

/* Timeline Item - matches LearningGoalTimeline approach */
.timeline-item[b-l8o7xlk7bd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: all 0.3s ease-in-out;
    width: 30px;
    height: calc(1.5rem + 30px + 1.5rem + 0.75rem); /* Top padding + icon + bottom padding + gap */
    margin-bottom: 0; /* No extra margin */
}

.timeline-item:last-child[b-l8o7xlk7bd] {
    margin-bottom: 0; /* Remove margin from last item */
}

/* Timeline Icon */
.timeline-icon[b-l8o7xlk7bd] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 3rem; /* Position at same level as lesson card title */
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    transition: all 0.3s ease-in-out;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

/* Progressive top offset for each consecutive timeline icon (except first) */
.timeline-item:nth-child(2) .timeline-icon[b-l8o7xlk7bd] {
    top: calc(3rem + 2.5rem); /* Second icon - 2.5rem down */
}

.timeline-item:nth-child(3) .timeline-icon[b-l8o7xlk7bd] {
    top: calc(3rem + 5rem); /* Third icon - 0.2rem down */
}

.timeline-item:nth-child(4) .timeline-icon[b-l8o7xlk7bd] {
    top: calc(8rem + 3rem); /* Fourth icon - 0.3rem down */
}

.timeline-item:nth-child(5) .timeline-icon[b-l8o7xlk7bd] {
    top: calc(9rem + 4rem); /* Fifth icon - 0.4rem down */
}

.timeline-item:nth-child(6) .timeline-icon[b-l8o7xlk7bd] {
    top: calc(10rem + 4rem); /* Sixth icon - 0.5rem down */
}


.timeline-icon svg[b-l8o7xlk7bd] {
    width: 30px;
    height: 30px;
    transition: all 0.3s ease-in-out;
}

/* Timeline Line */
.timeline-line[b-l8o7xlk7bd] {
    position: absolute;
    left: 50%;
    top: calc(1.5rem + 30px); /* Start after the icon */
    transform: translateX(-50%);
    width: 1px;
    height: calc(12.5rem + 0.75rem + 3.5rem); /* Bottom padding + gap to next card + top padding of next card */
    background-color: var(--timeline-connector-gray);
    border: none;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
/* _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 0;
}

.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;
}

/* 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] {
    background-color: var(--primary-blue);
    color: var(--white);
    border: none;
    border-radius: 4px;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    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 rgba(0, 0, 0, 0.15);
}

.start-microlearning-btn:active[b-6iudp44886] {
    transform: translateY(0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

/* _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: 4px;
}

.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/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: #2491FF !important; /* Blue background as requested - force with !important */
    color: #fff !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: #2491FF; /* 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/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: #FFF;
    font-family:'Source Sans 3';
}

.search-bar-container[b-tftl4j8i0o] {
    display: flex;
    align-items: stretch; 
    width: 100%;
    border: 1px solid #000; 
    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: #005EA2;
    font-family:'Source Sans 3';
    color: 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: white;
        width: 1rem; 
        height: 1rem;
    }

.search-bar-container:focus-within[b-tftl4j8i0o] {
    border-color: #005EA2; 
    box-shadow: 0 0 0 2px rgba(0, 94, 162, 0.25); 
}

.user-results-list li.selected-user-item[b-tftl4j8i0o] {
    background-color: #e0e0e0; 
    font-weight: bold;
    color: #333; 
}

.user-results-list li[b-tftl4j8i0o] {
    padding: 8px 12px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
}

    .user-results-list li:hover[b-tftl4j8i0o] {
        background-color: #f5f5f5;
    }

.user-results-list[b-tftl4j8i0o] {
    list-style-type: none;
    padding-left: 0;
    margin-top: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
}

.share-btns[b-tftl4j8i0o] {
    margin-top: 5%;
    display: flex;
    justify-content:end;
    flex-direction: row;
    gap:1%
}

.submit-share-btn[b-tftl4j8i0o] {
    background: #005EA2;
    padding: .5rem .8rem;
    color: #FFF;
    font-family:'Source Sans 3';
    font-weight: 700;
    cursor: pointer;
}

.cancel-share-btn[b-tftl4j8i0o] {
    border: 2px solid #005EA2;
    background: #FFF;
    padding: .5rem .8rem;
    color: #005EA2;
    font-weight: 700;
    cursor: pointer;
}
/* _content/DI.Cache.Blazor/Components/Suggested/SuggestedComponent.razor.rz.scp.css */
.suggestion-block[b-e1q6ccmtob] {
    margin-top: 5rem;
    background-color: #EBF3FE;
    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: #f0f8ff; /* Light blue color */
    }

    .suggestion-block-content p[b-e1q6ccmtob] {
        margin: 0 0 1rem 0;
         background-color: #f0f8ff; /* Light blue color */
        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: #F9F9F9;
    border: 1px solid #DFE1E2;
    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 #DFE1E2;
    background: #FFF;
    padding: 0.5rem; /* Add some padding for text */
    box-sizing: border-box;
    font-family: 'Merriweather', sans-serif;
    color: #4e4e4e;
    font-size: 1.05rem;
    text-align: left;
    margin:.25rem 0;
    flex-grow:1; 
        @media (max-width: 1540px) {
        flex-grow:0;[b-wf5tj8x0yv]
    }
}

    .suggestion-cards:hover[b-wf5tj8x0yv] {
        transform: translateY(-2px);
        box-shadow: 2px 2px 2px rgba(0,0,0,0.08);
        color: #781A92;
    }

    .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] {
    border-radius: 4px;
    padding: 8px 12px;
    cursor: pointer;
    width: 105px !important;
    height: 46px !important;
    margin-top: 20px;
    font-size: 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] {
    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;
}
/* _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;
    cursor:pointer;
}
.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] {
    margin-left: auto;
    border:none;
    background: var(--primary-blue);
    padding: 0.56994rem 0.94994rem;
    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] {
    padding: 0.85156rem 1.41931rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid;
    transition: background-color 0.2s, color 0.2s;
}

.send-btn[b-a4bszyg0q7] {
    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: 1.34238rem 2.23731rem;
    border-radius: 0.44744rem;
    background: var(--primary-blue);
    color: var(--white);
    font-size: 1.65219rem;
    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% !important;
}


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

.assigned-border[b-0vynlidr27] {
    background: #162E51;
    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: #F0F0F0;
    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 #CED4DA;
    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: 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: #F2F2F2;
    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 !important;
}


    .title-link:hover[b-0vynlidr27] {
        color: #781A92;
    }


.item.DueDate[b-0vynlidr27] {
    font-size: 1.25rem;
    font-weight: 100;
    color: var(--status-gray);
}

.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: 3px 6px;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
    white-space: nowrap;
}


.format[b-0vynlidr27] {
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    padding: 3px 6px;
    gap: .4rem;
    width: 4rem;
    border-radius: 0.17rem;
    background: var(--primary-blue);
    color: var(--white);
    text-transform: uppercase;
}


.assigned-item span[b-0vynlidr27] {
    margin: 0;
}
/* _content/DI.Cache.Blazor/Components/SupervisorComponents/Assignments.razor.rz.scp.css */
.team-directory-btn[b-tqejm3im6f] {
    font-size: 1rem;
    font-weight: 600;
    width: 161px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 6px;
    border: 2px solid #DFE1E2;
    background: #F9F9F9;
}

    .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] {
    background-color: var(--primary-blue);
    border: 2px solid var(--primary-blue);
    color: #FFF;
    text-align: center;
    font-size: 17.684px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-flex;
    padding: 10px 13px 12px 14px;
    justify-content: center;
    align-items: flex-end;
    gap: 8.047px;
    border-radius: 3.928px;
}

.action-btns-wrapper button[b-tqejm3im6f] {
    display: inline-flex;
    height: 48px;
    padding: 13.091px 21.818px;
    justify-content: center;
    align-items: center;
    gap: 8.727px;
    flex-shrink: 0;
    border-radius: 4.364px;
    background: #005EA2;
    border: 2px solid #005EA2;
    color: #FFF;
    text-align: center;
    font-size: 17.455px;
    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 #565C65;
    cursor: pointer;
    background-color: var(--white);
    color: #D6D6D6;
}

    /* 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 #565C65;
    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 #565C65;
}

    .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;
}

/* _content/DI.Cache.Blazor/Components/SupervisorComponents/TeamDirectory.razor.rz.scp.css */
.team-directory-outer-container[b-jp91qhot39] {
    margin-top: 20px;
}

.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: 22px;
    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;
        word-break: break-word;
        overflow-wrap: anywhere;
    }

.team-member-item > :nth-child(6)[b-jp91qhot39],
.grid-title > :nth-child(6)[b-jp91qhot39] {
    margin-left: 20px;
}

    .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-size: 1rem;
    font-weight: 600;
    width: 161px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 6px;
    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] {
    background-color: var(--primary-blue);
    border: 2px solid var(--primary-blue);
    color: var(--white);
    text-align: center;
    font-size: 17.684px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-flex;
    padding: 10px 13px 12px 14px;
    justify-content: center;
    align-items: flex-end;
    gap: 8.047px;
    border-radius: 3.928px;
}

.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: 2.029px;
    text-align: left;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 13.186px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.356px;
    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 !important;
}

.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] {
    display: inline-flex;
    height: 48px;
    padding: 13.091px 21.818px;
    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: 17.455px;
    font-style: normal;
    font-weight: 600;
    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: 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-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: 10px;
    margin-top: 20px;
}

.scroll-enabled[b-jp91qhot39] {
    max-height: 850px;
    overflow-y: auto;
    /* Keep grid from causing body scrollbars; let outer container handle x-overflow */
    overflow-x: hidden;
}

.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 (max-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 (max-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 (max-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:#fff;
        border: 1px solid #000;
    }


.goals-dropdown-menu[b-jp91qhot39] {
    position: absolute;
    border: 1px solid var(--neutral-dark);
    padding: 10px;
    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 rgba(0,0,0,0.15);
    pointer-events: auto;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow-x: auto; /* add horizontal scroll if needed */
    box-sizing: border-box;
    overflow-y: auto;
    max-height: 200px;
}

.goal-pill[b-jp91qhot39] {
    display: inline-flex;
    align-items: center;
    background: var(--neutral-dark);
    color: var(--neutral-light);
    border-radius: 6px;
    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;
    /*width: 100%;*/
    box-sizing: border-box;
}

.delete-member[b-jp91qhot39] {
    background: var(--white);
    padding: 1.625rem 3.20925rem 4.9375rem 3.5625rem;
    justify-content: center;
    align-content: center;
    margin: 0 37%;
}

.delete-member h3[b-jp91qhot39] {
    font-size: 2.06519rem;
    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.49731rem;
    font-weight: 400;
}

.delete-member-btns[b-jp91qhot39] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.btn-cancel[b-jp91qhot39] {
    display: inline-flex;
    padding: 1.10794rem 1.84656rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.36931rem;
    border: 2.955px solid var(--primary-blue);
    color: var(--primary-blue);
    text-align: center;
    font-size: 1.47725rem;
    font-weight: 700;
}

.btn-delete[b-jp91qhot39] {
    display: inline-flex;
    padding: 1.10794rem 1.84656rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.36931rem;
    background: var(--primary-blue);
    color: var(--white);
    text-align: center;
    font-size: 1.47725rem;
    font-weight: 700;
}
/* _content/DI.Cache.Blazor/Components/TextComponent.razor.rz.scp.css */
.text-component[b-9jyfvl58pp] {
    width: 76.5625rem;
    height: 26.0625rem;
}

.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 1rem;
    gap: 1rem;
}
.toolbar-buttons[b-xffomhwigw] {
    margin-left: auto;
}

.video-footer-toolbar[b-xffomhwigw] {
    font-family: 'Source Sans 3';
    display: flex;
    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;
}

.video-viewer-wrapper[b-xffomhwigw] {
    position: relative;
    flex-grow: 1;
    display: flex;
    overflow: auto;
    padding: 1rem 0 1rem 0;
    justify-content: center;
}

/* Play Button Overlay */
.video-play-overlay[b-xffomhwigw] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(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: rgba(0, 0, 0, 0.5);
}

.video-loading-overlay[b-xffomhwigw] {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(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 rgba(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: 10px;
}

@keyframes spin-b-xffomhwigw {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
video[b-xffomhwigw] {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.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 !important;
}
