.inschrijven-landing-card {
    height: 100%;
    border: 1px dashed rgba(31, 122, 31, .22);
    border-radius: 18px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
}

.inschrijven-landing-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(31, 122, 31, .12);
    color: #1f7a1f;
    font-size: 1.35rem;
}

.inschrijven-step {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.inschrijven-step-nr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #1f7a1f;
    color: #fff;
    font-weight: 900;
}

.profile-badge {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid rgba(31, 122, 31, .2);
    border-radius: 999px;
    background: rgba(31, 122, 31, .1);
    color: #1f7a1f;
    font-size: 12px;
    font-weight: 800;
}

.lidtype-toggle {
    width: 100%;
}

.lidtype-toggle .btn {
    flex: 1 1 0;
    padding: .55rem .75rem;
    border-width: 2px;
    font-weight: 800;
    white-space: nowrap;
}

.lidtype-toggle .btn:first-of-type {
    border-top-left-radius: 999px !important;
    border-bottom-left-radius: 999px !important;
}

.lidtype-toggle .btn:last-of-type {
    border-top-right-radius: 999px !important;
    border-bottom-right-radius: 999px !important;
}

.lidtype-toggle .btn-check:checked + .btn {
    border-color: #0a8f3c;
    background: #0a8f3c;
    color: #fff;
    box-shadow: 0 0 0 .2rem rgba(10, 143, 60, .15);
}
