#give-donor-dashboard {
    font-family: "Lato", sans-serif !important;
    --primary: #f58024;
    --base: #272a33;


    --give-donor-dashboard-accent-color: var(--primary);
}

.give-donor-dashboard__auth-modal-heading {
    color: var(--base) !important;
    background: var(--primary) !important;
}

.give-donor-dashboard-donor-info__details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.give-donor-dashboard-donor-info {
    display: flex;
    grid-template-columns: 40px 1fr auto;
}

.give-donor-dashboard-donor-info__detail {
    display: none !important;
}

.give-donor-dashboard-donor-info__avatar .give-donor-dashboard-donor-info__avatar-container {
    height: 40px !important;
    width: 40px !important;
}

.give-donor-dashboard-donor-info__avatar-initials {
    font-size: 16px !important;
}

.give-donor-dashboard-button.give-donor-dashboard-button--primary {
    color: var(--base) !important;
}

/* Privacy Checkbox */
.givewp-fields-consent-consent_1 .givewp-field-required {
    display: none;
}

.givewp-fields-consent-consent_1 label .givewp-fields__label-text::after {
    content: " *";
    color: red;
}
/* Terms Checkbox */
.givewp-fields-consent-consent-2 {
    margin-top: -1em;
}

.givewp-fields-consent__checkbox-label {
    flex-wrap: wrap;
}