/* ===================================
	GiveWP Donation Plugin - Dashboard
====================================== */
.give-form-templates .give-donor-dashboard-table__row .give-donor-dashboard-table__donation-test-tag {
	background: #FBCC36;
}
.give-form-templates {
	margin: 0 !important;
}
.give-form-templates #give-donor-dashboard {
	max-width: 1190px !important;
	padding: 100px 0;
}

html[dir="rtl"] .give-donor-dashboard-donor-info__details .give-donor-dashboard-donor-info__detail svg,
html[dir="rtl"] .give-donor-dashboard-tab-link svg,
html[dir="rtl"] .give-donor-dashboard-heading svg {
    margin-right: 0 !important;
    margin-inline-end: 8px !important;
}

html[dir="rtl"] .give-donor-dashboard-table__row .give-donor-dashboard-table__donation-status .give-donor-dashboard-table__donation-status-indicator,
html[dir="rtl"] .give-donor-dashboard-donation-receipt__table .give-donor-dashboard-donation-receipt__status-indicator,
html[dir="rtl"] .give-donor-dashboard__donation-history-footer a svg {
	margin-right: 0 !important;
	margin-inline-end: 6px !important;
}

html[dir="rtl"] .give-donor-dashboard-donation-receipt__table .give-donor-dashboard-donation-receipt__detail svg {
	margin-right: 0 !important;
	margin-inline-end: 10px !important;
}

html[dir="rtl"] .give-donor-dashboard-text-control .give-donor-dashboard-text-control__input svg {
	margin-left: 0 !important;
	margin-inline-start: 12px !important;
}

