.credential-step2-header {
    margin-bottom: 24px;
}

.item-count-banner {
    position: sticky;
    top: var(--nav-height);
    margin-left: -120px;
    margin-right: -120px;
    width: 100vw;
    background: #616DFF;
    padding: 12px 120px;
    font-size: 24px;
    color: #2d295b;
    z-index: var(--nav-zIndex);
}

.no-header .item-count-banner {
    top: 0;
}

.item-count-banner span {
    color: #FFFFFF;
}

.item-count-banner span span {
    font-weight: 800;
}

.credential-step2-header .add-invite-ct {
    display: flex;
}

.credential-step2-header .steps-progress-ct {
    display: flex;
    gap: 2px;
    margin-bottom: 8px;
}

.credential-step2-header .steps-progress-ct div {
    flex: 1;
    min-width: 27px;
    max-width: 27px;
    height: 2px;
    background-color: #979797;
    border-radius: 1px;
}

.credential-step2-header .steps-progress-ct div.filled {
    background-color: #616DFF;
}

.credential-step2-header .steps-txt {
    color: #616DFF;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.credential-step2-header .txt-large {
    font-size: 38px;
    font-weight: 600;
    color: #FFFFFF;
}

.credential-step2-header .small-link {
    color: var(--collection-color);
    text-decoration: underline;
    font-size: 14px;
    margin-bottom: 28px;
    display: block;
    z-index: 99999992;
}

.credential-step2-header .expert-ct {
    display: flex;
    gap: 14px;
}

.credential-step2-header p.txt-medium {
    color: #FFFFFF;
    font-size: 24px;
}

.credential-step2-header .right p.txt-medium {
    margin-top: 57px;
}

.reading.collection .credential-step2-header .add-new {
    margin-bottom: 0;
    margin-top: 18px;
    width: 100%;
}

.credential-step2-header .left {
    max-width: 700px;
}

.credential-step2-header .grey-btn {
    background: #323232;
    color: var(--collection-color);
    display: block;
}

.credential-step2-header .left,
.credential-step2-header .right {
    padding: 16px 0;
}

.credential-step2-header .right .grey-btn {
    margin-bottom: 17px;
    margin-top: 31px;
}

.credential-step2-header .invite-btn {
    text-transform: uppercase;
    display: block;
    color: #000000;
    text-decoration: none;
}

.credential-step2-header .invite-btn.individual {
    margin-bottom: 18px;
}

.credential-step2-header .invite-link {
    color: var(--collection-color);
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

.credential-step2-header .util-line {
    height: initial;
    --marginHorizontal: 40px;
}

@media (max-width: 600px) {
    .credential-step2-header {
        margin-top: 32px;
    }

    .credential-step2-header {
        margin-top: 0px;
    }

    .item-count-banner {
        margin-left: -20px;
        margin-right: -20px;
        padding: 12px 20px;
        width: calc(100vw - 40px);
        font-size: 18px;
    }

    .credential-step2-header .add-invite-ct {
        flex-direction: column;
    }

    .credential-step2-header .expert-ct {
        flex-direction: column;
    }

    .credential-step2-header .util-line {
        min-height: 1px;
        max-height: 1px;
        width: initial;
        max-width: unset;
        min-width: unset;
        --marginHorizontal: 0;
    }
}

.placeholder-contributors .placeholder-contributor-circle {
    background: #2A2A2A;
    border: 2px solid #5C5C5C;
    border-radius: 50%;
    min-width: 57px;
    min-height: 57px;
    max-width: 57px;
    max-height: 57px;
}

.placeholder-contributors p {
    color: #494949;
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 4px;
}

.placeholder-contributors .horizontal-ct .placeholder-contributor-circle {
    display: inline-block;
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}

.placeholder-contributors .horizontal-ct .placeholder-contributor-circle:not(:first-of-type) {
    margin-left: -12px;
}

.placeholder-contributors .vertical-ct .placeholder-contributor {
    margin-top: -12px;
    display: flex;
    align-items: center;
}

.reading.collection .header.advanced .placeholder-contributors .vertical-ct .line {
    min-height: 12px;
    max-height: 12px;
    background: #2A2A2A;
    min-width: 97px;
    max-width: 97px;
    margin-left: 8px;
}


.reading.collection .header.advanced .placeholder-contributors .vertical-ct .line:first-of-type {
    min-width: 73px;
    max-width: 73px;
}

.reading.collection .header.advanced .placeholder-contributors .vertical-ct .line:first-of-type {
    margin-bottom: 4px;
}

.credential-step2-header .done-ct p {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 52px;
    margin-bottom: 24px;
}

.credential-step2-header .done-ct .arrow-check-ct {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
}

.credential-step2-header .done-ct .arrow-check-ct span {
    background: #4740C6;
    min-width: 35px;
    max-width: 35px;
    min-height: 35px;
    max-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.credential-step2-header .done-ct {
    display: flex;
    gap: 16px;
    margin-bottom: 21px;
}

.credential-step2-header .arrow-ct {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.credential-step2-header .arrow-ct .arrow-triangle {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 14px solid #2A2A2A;
}

.credential-step2-header .arrow-ct .arrow-vertical {
    min-width: 2px;
    max-width: 2px;
    flex: 1;
    background: #2A2A2A;
}

@media (max-width: 600px) {
    .credential-step2-header .done-ct p {
        font-size: 32px;
    }
}
