.form-header {
    border-bottom: 1px solid var(--divider-color-alpha);
    border-left: none;
    padding: 0 0 18px;
}

.form-subheader {
    border-left: none;
    padding: 0 0 18px;
}

.form-group-wrapper + .form-header {
    margin-top: 20px;
}

.input_group-row + .form-header {
    padding-top: 30px;
}

.form-header + .input_group-row {
    margin-top: 30px;
}

.profile-add_email-input {
    width: 100%;
}

.form-group-wrapper {
    border-bottom: 1px solid var(--divider-color-1);
    padding: 30px 0 10px 0;
}

.form-group-wrapper.no-border {
    border-bottom: none;
}

.form-group-wrapper:last-child {
    border-bottom: none;
}

.form-group-wrapper:first-child {
    align-items: initial;
}

.form-group {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.profile .row-label {
    width: 20%;
    padding-right: 1rem;
}

.profile .row-label .profile-label {
    float: right;
}

.profile .row-label .profile-label-name {
    float: right;
}

.profile .row-label .profile-label span {
    font-weight: 200;
    line-height: 20px;
}

.profile .row-info {
    min-width: 400px;
}

.profile .row-info .profile-name {
    margin-bottom: 0.5rem;
    font-size: var(--font-base);
}

.profile .row-info span {
    line-height: 23px;
    font-weight: 100;
}

.profile .checkbox-inline-text {
    padding-left: 5px;
}

.profile .row-info .checkbox-inline {
    font-weight: 400;
}

.profile .row-info .button {
    width: initial;
    margin-right: 10px;
}

.profile .row-info-file {
    display: flex;
    position: relative;
    max-width: 1000px;
}

.profile .row-info-with_checkbox input {
    width: initial;
}

.achievement-container {
    display: flex;
    gap: 6px;
}

.achievement {
    display: inline-block;
    background: var(--bubble-background);
    border-radius: 100%;
    height: 1.6em;
    width: 1.6em;
    text-align: center;
    line-height: 1.6em;
    font-size: var(--font-xxlarge);
    margin: -0.4em 0;
}

.achievement .fa-trophy {
    position: relative;
    top: 1px;
}

.achievement-best,
.achievement-gold {
    color: gold;
}

.achievement-silver {
    color: whitesmoke;
}

.achievement-bronze {
    color: goldenrod;
}

.user-dashboard-column-left {
    flex: 1 0 600px;
}

.user-dashboard-column-right {
    flex: 1 0 250px;
}
