/**
 * Tomasetti Social — MINIMAL purple accent for goblue.
 * ONLY: .topbar background + .btn-primary colors.
 * No width/float/display/position/flex/grid/margin — layout untouched.
 */
.topbar {
	background-color: #6d28d9 !important;
	background-image: none !important;
}
.topbar .site-name a,
.topbar a,
.topbar .ossn-topbar-dropdown-menu a,
.topbar .dropdown-toggle,
.topbar .ossn-topbar-login-btn {
	color: #fff !important;
}
.topbar i.fa,
.topbar i.fas,
.topbar .ossn-icons-topbar-friends,
.topbar .ossn-icons-topbar-messages,
.topbar .ossn-icons-topbar-notification i,
.topbar .ossn-icons-topbar-friends-new,
.topbar .ossn-icons-topbar-messages-new,
.topbar .ossn-icons-topbar-notifications-new i {
	color: #fff !important;
}
.btn-primary,
input[type="submit"].btn-primary,
#ossn-submit-button.btn-primary {
	background-color: #6d28d9 !important;
	border-color: #6d28d9 !important;
	color: #fff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
input[type="submit"].btn-primary:hover,
#ossn-submit-button.btn-primary:hover {
	background-color: #5b21b6 !important;
	border-color: #5b21b6 !important;
	color: #fff !important;
}
