
.wizard-container[data-v-f46281d6] {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.step-content[data-v-f46281d6] {
    padding: 1rem;
    height: 100%;
    overflow-y: auto;
}
.breadcrumb[data-v-f46281d6] {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: var(--ion-color-medium);
}
.clickable[data-v-f46281d6] {
    cursor: pointer;
    color: var(--ion-color-primary);
}
.item-selected[data-v-f46281d6] {
    --background: var(--ion-color-light-shade);
}
.skills-container[data-v-f46281d6] {
    padding-bottom: 2rem;
}
.sticky-header[data-v-f46281d6] {
    position: sticky;
    top: 0;
    background: var(--ion-background-color);
    z-index: 10;
    padding: 1rem;
    margin: -1rem -1rem 1rem -1rem;
    border-bottom: 1px solid var(--ion-color-light);
}
