:root {
	--filter-toggle: #173d5e;
	--transactions-active: #92ab79;
	--transactions-inactive: #143d5e;
	--light-grey: #f0f0f0;
	--dark-grey: #e6e6e6;
	--filter: #453f7b;
	--filter-hover: #2a264d;
	--recently-connected: #4a7883;
	--pending-status: #ebba25;
	--declined-status: #eb4247;
	--connected-status: #1fb85d;
	--grey-out: #969ca1;
	--dashboard-icon-colour: #faebd7;
	--target-progress: #4b7883;
	--target-progress-bg: #4b7883;
}

/* Points Summary */

.slwc-points-summary {
	display: table;
}

.slwc-points-summary .slwc-points-summary-record {
	display: table-row;
}

.slwc-points-summary .slwc-points-summary-record .slwc-label {
	display: table-cell;
}

.slwc-points-summary .slwc-points-summary-record .slwc-value {
	display: table-cell;
}

.slwc-points-summary .slwc-points-summary-record .slwc-value span {
	font-weight: normal;
}


/* Member menu */
.nav li.slwc-member-profile,
.nav .slwc-login {
	cursor: pointer;
}

.mobile-sidebar .nav .slwc-member-profile {
	display: flex;
}

.mobile-sidebar .nav li > a,
.mobile-sidebar .nav .slwc-member-profile .profile-element {
	font-family: Montserrat, "Open Sans", sans-serif;
	font-weight: normal;
	color: rgba(102, 102, 102, 0.85);
}

.mobile-sidebar .nav .slwc-member-profile .account-item {
	display: flex;
	flex-grow: 1;
	padding-left: 20px;
}

.nav li.slwc-member-profile .dropdown-toggle {
	width: auto;
	height: 30px;
	border-radius: 4px;
	border: 1px solid #dddddd;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	background-color: #ffffff;
	padding-left: 8px;
	padding-right: 8px;
}

.nav li.slwc-member-profile .dropdown-toggle::after {
	display: none;
}

.nav .slwc-member-profile .profile-element {
	display: inline-block;
	color: #0a3557;
	margin: 0 4px;
}

.mobile-sidebar .nav .slwc-member-profile .profile-element.display-name .slwc-member-name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex-grow: 1;
	max-width: 138px;
}

.nav .slwc-member-profile .avatar {
	flex-shrink: 0;
}

.nav .slwc-member-profile .avatar img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
}

.nav .slwc-divider {
	display: inline-block;
	margin: 0 1rem;
	height: 32px;
	width: 1px;
	border-left: solid 1px rgba(255, 255, 255, 0.2);
}

.nav .slwc-member-profile .profile-element.divider {
	vertical-align: middle;
}

.nav li.slwc-member-profile .dropdown-menu {
	padding: 10px;
	width: 232px;
	border-radius: 3px;
	background-color: #ffffff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.23);
	border: solid 1px #efefef;
}

.nav .slwc-member-profile .dropdown-menu > li {
	margin: 0;
}

.nav .slwc-member-profile .dropdown-menu > li > a {
	display: inline-block;
	width: 100%;
	padding-left: 32px;
	color: #444444;
	line-height: 2.8rem;
	text-align: left;
	text-decoration: none;
	background-color: #ffffff;
	border-bottom: 1px solid #ececec;
}

.nav .slwc-member-profile .dropdown-menu > li:last-child > a {
	border: none;
}

.nav .slwc-member-profile .dropdown-menu li:hover > a {
	color: #007cba;
	background-color: #ffffff;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none;
}

.nav .slwc-member-profile li.my-account > a {
	background: url(../images/ic-mydetails.png) no-repeat 2px 8px;
	background-size: 20px 20px;
}

.nav .slwc-member-profile li.wishlist > a {
	background: url(../images/ic-partydetails.png) no-repeat 0 8px;
	background-size: 24px 24px;
}

.nav .slwc-member-profile li.orders > a {
	background: url(../images/ic-storesettings.png) no-repeat 3px 8px;
	background-size: 20px 20px;
}

.nav .slwc-member-profile li.redemptions > a {
	background: url(../images/ic-cart.png) no-repeat 3px 8px;
	background-size: 20px 20px;
}

.nav .slwc-member-profile li.activity-history > a {
	background: url(../images/ic-graph.png) no-repeat 3px 8px;
	background-size: 25px 25px;
}

.mobile-sidebar .nav .slwc-member-profile li.my-account > a,
.mobile-sidebar .nav .slwc-member-profile li.wishlist > a,
.mobile-sidebar .nav .slwc-member-profile li.activity-history > a,
.mobile-sidebar .nav .slwc-member-profile li.redemptions > a,
.mobile-sidebar .nav .slwc-member-profile li.orders > a {
	background: none;
}

.nav .slwc-member-profile .dropdown-menu li.logout {
	display: flex;
}

.nav .slwc-member-profile .dropdown-menu li.logout a {
	display: block;
	background: #18a8f5;
	border: solid 2px #18a8f5;
	margin: 12px 12px 0;
	padding: 10px;
	color: #ffffff;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-align: center;
	line-height: 1rem;
	font-weight: bold;
}

.nav .slwc-member-profile li.logout a:hover {
	background-color: #007cba;
	border: solid 2px #007cba;
}


/* Login */

.header .slwc-login {
	display: flex;
	padding: 0 5px;
}

.header .slwc-login .nav-top-link {
	width: auto;
	height: 30px;
	border-radius: 4px;
	border: 1px solid #dddddd;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	background-color: #ffffff;
	padding: 4px 8px;
	color: #555;
	font-weight: 500;
}

.header-search-form .product-search-form .product-search-field {
	border-radius: 4px;
}

.nav .slwc-login .divider {
	align-self: center;
	margin-right: 20px;
}

/* Member accounts drop-down */
.header .slwc-theme-member-accounts-container {
	height: 45px;
	margin-top: 0;
	padding: 0;
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
	width: 360px;
}

.header .mobile-nav .slwc-theme-member-accounts-container {
	width: 240px;
	margin: 0;
}

.header-bottom .container {
	padding-right: 0;
}

.header .slwc-theme-member-accounts-container .dropdown-menu.show {
	width: 360px;
	margin-left: -2px;
	margin-top: 2px;
	border-top: 1px solid #34b048;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	max-height: 543px; /* 6 accounts high */
	overflow-y: auto;
	overflow-x: hidden;
	/* Prevents the dropdown to jump to the top of the page if the browser window gets to low */
	transform: translate3d(0px, 45px, 0px) !important;
}

@media only screen and (max-height: 800px) {
	.header .slwc-theme-member-accounts-container .dropdown-menu.show {
		max-height: 361px;
	}
}

@media only screen and (max-width: 605px) {

	.filters-toggle,
	.slwc-search-button,
	.industry-container,
	.current-tc-container,
	.filter-text-input {
		width: 100% !important;
	}

	.slwc-search-button,
	.filters-toggle {
		border-radius: 5px !important;
	}

	.filters-icon {
		display: none !important;

	}

	.leads-tool-search {
		display: block !important;
	}

	.leads-tool-search > * {
		margin: 0 !important;
	}

	.pending-info {
		flex-direction: column;
	}

	.pending-desc {
		border-bottom-left-radius: 10px;
	}

	.past-three-months {
		top: -40px !important;
	}

	.filter-text-container {
		flex-direction: column;
		width: 100%;
		max-width: 800px !important;
	}

	.industry-options-container {
		flex-direction: column;
		width: 100%;
	}
}

@media only screen and (max-height: 520px) {
	.header .slwc-theme-member-accounts-container .dropdown-menu.show {
		max-height: 91px;
	}
}

.header .mobile-nav .slwc-theme-member-accounts-container .dropdown-menu.show {
	width: 240px;
	margin: 0 0 0 4px;
	max-height: 240px; /* 6 accounts high */
}

.header .slwc-theme-member-logged-out {
	display: flex;
	align-items: center;
	justify-content: start;
	padding: 0 1rem;
}

.header .slwc-theme-member-accounts .closed,
.header .slwc-theme-member-accounts.show .open {
	align-items: center;
	display: flex;
}

.header .slwc-theme-member-accounts.show .closed,
.header .slwc-theme-member-accounts .open {
	display: none;
}

.header .slwc-theme-member-accounts.show .open {
	background-color: #ffffff;
}

.header .slwc-theme-member-accounts .dropdown-toggle {
	width: 100%;
	height: 100%;
	font-size: 0.9rem;
}

.header .mobile-nav .slwc-theme-member-accounts .dropdown-toggle {
	font-size: 0.8rem;
}

.header .slwc-theme-member-accounts .dropdown-toggle .account-sub-indicator {
	font-size: 1rem;
}

.header .slwc-theme-member-accounts .dropdown-toggle:after {
	display: none;
}

.header .slwc-theme-member-accounts .dropdown-toggle > div {
	height: 100%;
	justify-content: space-between;
	padding: 0 0.5rem;
}

.header .slwc-theme-member-accounts .dropdown-toggle > div > * {
	margin-right: .25rem;
}

.header .slwc-theme-member-accounts .dropdown-toggle > div > *:last-child {
	margin-right: 0;
}

.header .slwc-theme-member-accounts .account-name {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.header .slwc-theme-member-accounts .account-name-label {
	color: #777;
}

.header .mobile-nav .slwc-theme-member-accounts .account-name-label {
	display: none;
}

.header .slwc-theme-member-accounts .account-name {
	color: #444444;
}

.header .slwc-theme-member-accounts .account-number {
	color: #008640;
}

.header .slwc-theme-member-accounts .amount-value {
	font-weight: bold;
}

.header .slwc-theme-member-accounts .account-name,
.header .slwc-theme-member-accounts .account-number,
.header .slwc-theme-member-accounts .amount-value {
	white-space: nowrap;
}

.header .slwc-theme-member-accounts .dropdown-menu li {
	display: flex;
	flex-direction: column;
	font-size: 0.9rem;
	padding: 10px 15px;
	margin-bottom: 0;
	border-bottom: 1px solid #f2f2f2;
	cursor: pointer;
}

.header .mobile-nav .slwc-theme-member-accounts .dropdown-menu li {
	min-height: 2rem;
	font-size: 0.8rem;
	margin-top: .6em;
	padding: 0 4px;
	flex-direction: row;
}

.header .mobile-nav .slwc-theme-member-accounts .dropdown-menu li > span {
	margin-right: .25rem;
}

.header .mobile-nav .slwc-theme-member-accounts .dropdown-menu li > span:last-child {
	margin-right: 0;
}

.header .slwc-theme-member-accounts .dropdown-menu li:last-child {
	margin-bottom: 0;
}


/* Info Points Expiry */
.slwc-member-info {
	align-self: center;
	margin-right: 10px;
}


/* My Account */

.my-account {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.my-account .card {
	flex-grow: 3;
	margin-right: 10px;
}

.my-account .card:last-child {
	margin-right: 0;
}

.my-account .card.my-account-details {
	flex-grow: 10;
}

.my-account .card-header {
	color: #008640;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	background-color: #ffffff !important;
}

@media only screen and (max-width: 768px) {
	.my-account {
		flex-direction: column;
	}

	.my-account .card {
		flex-grow: 1;
		margin: 0 0 10px;
	}

	/* Hide left sidebar */
	.page-left-sidebar .large-3 {
		display: none;
	}
}

/* My Account: Points Balance */
.my-account .my-account-points-balance {
	align-items: center;
	justify-content: center;
}

.my-account .my-account-points-balance .card-body {
	text-align: center;
	flex-grow: 0;
}

.my-account .my-account-points-balance .emphasise {
	color: #008640;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: -8px;
}

.my-account .my-account-points-balance span.amount {
	color: #008640;
	font-size: 2.2rem;
}

/* My Account: Points Expiry */
.my-account .my-account-points-expiry .card-body {
	padding: 0;
}

.my-account .my-account-points-expiry .slwc-points-summary {
	width: 100%;
}

.my-account .my-account-points-expiry .slwc-points-summary .slwc-message {
	text-align: center;
	margin-top: 1rem;
}

.my-account .my-account-points-expiry .slwc-label,
.my-account .my-account-points-expiry .slwc-value {
	padding: 8px 16px;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.my-account .my-account-points-expiry .slwc-points-summary-record:last-child .slwc-label,
.my-account .my-account-points-expiry .slwc-points-summary-record:last-child .slwc-value {
	border-bottom: none;
}

.my-account .my-account-points-expiry .slwc-label {
	border-right: 1px solid rgba(0, 0, 0, .125);
}

.my-account .my-account-points-expiry .slwc-value span.amount {
	color: #008640;
}

/* My Account: Details */
.my-account .my-account-details .title {
	font-weight: bold;
}

.my-account .my-account-details .slwc-address-details {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	line-height: 1.1rem;
	font-size: 90%;
}

.my-account .my-account-details .slwc-address-details address {
	margin: 0;
}

.card-action {
	font-size: 0.8rem;
	padding: 0 1rem;
	text-align: right;
}

.card-action .card-link {
	color: rgb(119, 119, 119);
	text-transform: uppercase;
	text-decoration: none;
}

.card-action .card-link .icon-angle-right {
	vertical-align: text-bottom;
}


/* Latest Redemptions */
.product-small .slwc-customer-info {
	text-align: center;
	padding-top: 0.75rem;
	line-height: 1.1rem;
	color: #008640;
}


/* Order item: Top-up details */
.shop_table .slwc-top-up th,
.shop_table .slwc-top-up td {
	font-weight: normal;
	border: none;
}

/* Order item: Top-up details */
.shop_table .slwc-top-up div {
	line-height: 1.2rem;
}

.woocommerce-order-details .slwc-top-up {
	font-size: 0.9em;
	color: rgb(17, 17, 17);
	margin-bottom: 1rem;
}

.woocommerce-order-details .slwc-top-up div {
	display: inline-block;
	margin-right: .5rem;
}


/* Matches the WooCommerce CSS for rendering metadata */
.slwc-metadata {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: .5em;
	color: #888;
	font-size: 0.92em !important;
}

.slwc-metadata .metadata-record {
	display: flex;
	flex-direction: row;
	margin-right: 0.75rem;
}

.slwc-metadata .metadata-record-label,
.slwc-metadata .metadata-record-value {
	display: inline-block;
}

.slwc-metadata .metadata-record-value {
	padding: 0 0.25rem;
}

.slwc-metadata .metadata-record-value span.amount {
	font-weight: normal;
	color: #888;
}

.slwc-metadata .metadata-record-label {
	font-weight: 500;
}

.slwc-metadata .metadata-record-label:after {
	content: ':';
}

.slwc-points-summary .slwc-points-summary-title .slwc-points-summary-title__icon {
	background: url("../images/ic-balance.png") no-repeat 0 0;
}

/* Order confirmation */
.order_details .method {
	display: none;
}

.filter-text-container {
	display: flex;
}

.filter-text-container > * {
	margin-right: 10px;
}


.filter-text-container > * {
	margin-right: 10px;
}

.filter-text-input {
	border-radius: 5px;
	cursor: pointer;
}

.filter-text-input:after {
	background: green;
}

.filter-industry-container {
	width: 100%;
}

.industry-container {
	background: white;
	border-radius: 2rem;
	border: 1px solid #cacaca;
	margin: 5px;
	cursor: pointer;
}

input[type=checkbox].hidden {
	opacity: 0;
}

.industry-label {
	width: 100%;
	height: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	margin: 0 !important;
	font-weight: normal !important;
	white-space: nowrap;
	border-radius: 2rem;
	padding-left: 10px;
	padding-right: 10px
}

.slwc-flex {
	display: flex;
}

.lead-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-auto-rows: 200px;
	margin-bottom: 2rem;
	margin-top: 2rem;
	gap: 2rem;
}

.slwc-search-button {
	border-radius: 5px !important;
	margin: 15px 0 0 0 !important;
	height: min-content !important;
	padding: 0 1.2em;
	width: 100%;
}

.slwc-clear-button {
	color: white;
	padding: 6px;
	border-radius: 5px !important;
	margin-left: 10px;
}

.lead-card {
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	border-radius: .7rem;
	border: 2px solid #e3e3e3;
}

.brand-card {
	display: flex;
	flex-direction: column;
	text-align: center;
	border-radius: .7rem;
	border: 1px solid #e3e3e3;
}

.object-contain {
	object-fit: contain;
}

.slwc-lead-container {
	padding: 2rem;
}

.slwc-lead-title {
	flex: 0.7;
	display: flex;
	height: 0;
	width: 100%;
	max-width: 100%;
	justify-content: center;
	align-items: center;
	object-fit: scale-down;
}

.brand-logo {
	display: flex;
	width: 100%;
	height: 100%;
	max-width: 100%;
	justify-content: center;
	align-items: center;
	object-fit: scale-down;
}

.lead-status-container {
	flex: 0.3;
}

.status-text {
	font-size: 0.7rem;
	flex: 0.9;
	padding: 0.5rem;
	margin: 0 !important;
}

.status-icon {
	flex: 0.1;
	margin: 0;
	padding: 0.5rem;
}

.slwc-lead-status {
	display: flex;
	color: white;
	width: 100%;
	margin: 0;
	justify-content: center;
	align-items: center;
	height: 100%;
	border-bottom-left-radius: .7rem;
	border-bottom-right-radius: .7rem;
}

.slwc-connected-status {
	background: #1fb85d;
}

.slwc-recently-connected {
	background: var(--recently-connected);
	font-size: 0.7rem;
	padding: 0.5rem;
}

.new-status-text-colour {
	color: var(--recently-connected) !important;
}

.pending-status-text-colour {
	color: var(--pending-status) !important;
}

.declined-status-text-colour {
	color: var(--declined-status) !important;
}

.grey-out-text-colour {
	color: var(--grey-out) !important;
}

.connected-status-text-colour {
	color: var(--connected-status) !important;
}

.slwc-recently-connected-colour {
	background: var(--recently-connected);
}

.slwc-no-lead-status {
	background: #5e5e5e;
	font-size: 0.7rem;
	padding: 0.5rem;
}

.slwc-delcined-status {
	background: #eb4247;
}

.declined-status-icon {
	background: #9e2a2f;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

.connected-status-icon {
	background: #1b9049;
}

.slwc-new-status {
	background: #0ebfea;
	font-size: 0.7rem;
	padding: 0.5rem;
}

.slwc-pending-status {
	background: #ebba25;
}

.slwc-connected-status {
	background: #1fb85d;
}

.pending-status-icon {
	background: #a57f01;
}

.slwc-connect-button {
	background: white;
	width: 40%;
	margin: 0;
	border-radius: .7rem;
	border: 1px solid #cacaca;
	cursor: pointer;
	transition: all 0.2s;
}

.slwc-connect-button:hover {
	transform: scale(103%);
}

.slwc-lead-pagination {
	display: flex;
}

.slwc-lead-pagination > a {
	margin-left: 5px;
	margin-right: 5px;
}

.slwc-lead-pagination-container {
	width: 100%;
	display: flex;
	justify-content: center;
}

.slwc-current-page {
	background: #5ec6b2;
}

.pagination-button {
	border: 1px solid black;
	border-radius: 5px;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.industry-options-container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.connection-card {
	margin-bottom: 1rem;
	width: 100%;
}

.connections-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 15px;
}

.connection-details {
	background: #f0f0f0;
	border-radius: 1rem;
	display: flex;
	align-content: center;
}

.card-background-color {
	background: #f0f0f0;
}

.connection-details > * {
	margin: 10px;
}

.connection-transactions {
	display: none;
}

.no-points-message {
	background: rgb(204, 31, 133);
	border-radius: 1rem;
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 10px;
}

.points, .pbName, .pend {
	font-weight: 500;
	font-size: 1em;
	color:#555555;
}

.points.zero-points {
	color: red;
}

.font-bold {
	font-weight: bold;
}

.font-semibold {
	font-weight: 600;
}

.font-normal {
	font-weight: 500;
}

/*Width*/
.w-1 {
	width: 0.25rem !important; /* 4px */
}

.w-40 {
	width: 10rem; /* 160px */
}

.d-block {
	display: block;
}

/*Font Size*/

.sl-font-normal {
	font-weight: 500;
	font-size: 1em;
}

.text-xs {
	font-size: 0.75rem;
}

.text-small {
	font-size: .85rem;
}

.text-mid {
	font-size: .9rem;
}

.text-base {
	font-size: 1em;
}

.text-lg {
	font-size: 1.125em;
}

.text-xl {
	font-size: 1.25em;
}

.text-2xl {
	font-size: 1.5em;
}

/*Font Size*/

.text-left {
	text-align: left;
}

.m-0 {
	margin: 0;
}

.pbName {
	background: #f0f0f0;
	flex: 0.7;
	padding: 10px;
	margin: 0;
	border-top-left-radius: 1rem;
	border-bottom-left-radius: 1rem;
}

.points {
	background: #e6e6e6;
	flex: 0.3;
	margin: -10px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0px;
}

.transaction-btn {
	background: var(--transactions-inactive);
	flex: .05;
	margin: 0; !important;
	border-top-right-radius: 1rem;
	border-bottom-right-radius: 1rem;
	white-space: nowrap;
	color: var(--dashboard-icon-colour);
}

.new-connection {
	font-weight: 600;
	color: rgb(41, 147, 21);
	font-size: x-small;
}

.transaction-month-cell:first-child, .transaction-desc-cell:first-child  {
	padding-left: 10px !important;
}

.transaction-points-cell:last-child {
	padding-right: 10px !important;
}

.vertically-align {
	display: flex;
	align-items: center;
}

.relationship-status {
	flex: 1;
}

.connect-btn {
	flex: .5;
	background: #2c8522;
	text-align: center;
	margin: 0; !important;
	border-top-right-radius: 1rem;
	border-bottom-right-radius: 1rem;
}

.reward-rate {
	flex: 1.5;
	text-align: center;
	justify-content: center;
	white-space: nowrap;
	margin: 0;
}

.relationship-status-container {
	display: flex;
	flex: .95;
}

.transaction-table-header {
	border-bottom: 1px solid grey;
}

.resized-text {
	font-size: .9rem
}

.status-container {
	flex: 2;
}

.points-label-container {
	display: flex;
	width: 100%;
}

.center-horizontally {
	display: flex;
	justify-content: center;
}

.center-vertially {
	display: flex;
	align-items: center;
}

.center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.transaction-month-cell {
	width: 25%;
	border-right: 1px solid white;
	padding-left: 10px;
}

.transaction-points-cell {
	text-align: right;
	width: 25%;
	border-left: 1px solid white;
	padding-right: 10px;
}

.even {
	background: grey;
}

.odd {
	background: white;
}

.multi-select-ribbon {
	display: flex;
	justify-content: end;
	flex: 0.2;
	padding: 10px;
	cursor: pointer;
}

.industry-options-container {
	flex: 0.8;
}

.w-100 {
	width: 100%;
}

.h-100 {
	height: 100%;
}

.pb-information-container {
	border-bottom: 1px solid black;
	padding-bottom: 1rem;
}

.pb-logo {
	flex: 0.3;
}

.lead-form {
	background: #f5f5f5;
	border-radius: 1rem;
	padding: 2rem;
}

.lead-button-container {
	display: flex;
	background: #e3e3e3;
	height: 100%;
	border-bottom-left-radius: .7rem;
	border-bottom-right-radius: .7rem;
	justify-content: center;
	align-items: center;
}

.rounded {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.p-1 {
	padding: 1rem;
}

.m-1 {
	margin: .75rem;
}

.full-rounded {
	border-radius: 10px;
}

.earn-points-btn {
	border-radius: 20px;
	color: white;
	padding: .5rem;
	background: #3196b3;
	right: 0;
	bottom: 0;
}

.earn-points-container {
	width: 100%;
	display: flex;
	justify-content: right;
}

.error-container {
	color: red;
	width: 100%;
	text-align: center;
}

.pending-declined-lead {
	height: min-content;
	display: flex;
	border-radius: 15px;
	border: 1px solid var(--light-grey);
	margin-bottom: 10px;
}

.left-rounded {
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
}

.right-rounded {
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

.pending-declined-lead-status {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
}

.lead-logo-img {
	width: 200px;
	height: 100%;
	object-fit: scale-down;
	border-bottom-left-radius: inherit;
	border-top-left-radius: inherit;
	background-color: white;
}

.w-full {
	width: 100%;
}

.h-full {
	height: 100%;
}

.d-flex {
	display: flex;
}

.flex-col {
	flex-direction: column;
}

.flex-grow-1 {
	flex-grow: 1;
}

.space-between {
	justify-content: space-between;
}

.space-evenly {
	justify-content: space-evenly;
}

.f-bold {
	font-weight: bold !important;
}

.f-normal {
	font-weight: normal !important;
}

.leads-filter-container {
	background: #f5f5f5;
	padding: 2rem;
	border-radius: .7rem;
}

.legend-overrider {
	margin: 0 !important;
	font-size: 0.9rem !important;
	padding: 0 !important;
}

.programme-login-btn {
	background: #e3e3e3;
}

.lead-form-login {
	list-style: none;
	background: #1eb85f;
	padding: 10px;
	color: white;
	border-radius: 5px;
}

.list-none {
	list-style: none;
}

.nav-top-not-logged-in {
	line-height: unset !important;
}

.border {
	border: 1px solid black;
}


.current-tc-container {
	width: 50%;
	border: 1px solid black;
	border-radius: 10px;
	padding: 1rem;
}

.confirmation-li {
	font-size: 1.2rem !important;
	margin: 0 !important;
}

/*LEADS TOOL*/

/* || General */

.favourite {
	color: hotpink;
	width: min-content;
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px;
}

.favourite-admin {
	cursor: pointer;
	transition: all 0.2s;
}

.favourite-admin:hover {
	transform: scale(115%);
}

.un-favourite {
	opacity: 0;
	transition: all 0.2s;
}

.stil-button {
	border-radius: 1rem;
	color: white;
	padding: 1rem;
	background-color: #313030 !important;
	transition: all 0.5s;
}

.stil-button:hover {
	background-color: #272626 !important;
}

/* … */

/* || Leads Form */

.form-sub {
	margin-bottom: .5rem !important;
}

.unauth-form-section {
	margin-top: 1rem;
}

.unauth-form-link {
	display: block;
	width: fit-content;
	list-style: none;
	background: #1eb85f;
	padding: .5rem 2rem .5rem 2rem;
	color: white;
	border-radius: 5px;
}

.information {
	position: relative;
}

.form-close-btn {
	position: absolute;
	top: 0;
	right: 0;
}

.gform_required_legend {
	display: none;
}

.gfield_required {
	font-weight: bold !important;
	font-size: larger !important;
}

.gform-target-button > div > div  > button {
	background-color: #313030 !important;
	border-radius: 1rem !important;
}

body .gform_wrapper .gform_footer input[type=submit] {
	background-color: #313030 !important;
	border-radius: 1rem !important;
}

.existing-partner-radio > * {
	font-weight: bold !important;
}

/* … */

/* || Filter */

.filters-toggle {
	background: var(--filter);
	border-radius: 10px;
	color: white;
	transition: all 0.3s;
}

.filters-toggle:hover {
	background: var(--filter-hover);
}

.leads-tool-search {
	display: flex;
}

.leads-tool-clear-filter {
	border: 3px solid white;
	border-radius: 9999px;
	padding: 5px 15px 5px 15px;
	color: black;
}

/* … */

/* || Connections */

.past-three-months {
	top: -25px;
	position: absolute;
	font-weight: 500;
	font-size: 1em;
}

#first-connection {
	position: relative;
}

.dashboard-status {
	color: var(--dashboard-icon-colour);
	font-size: 1.25rem;
	line-height: 0.05em;
}

/* … */

/* LEADS TOOL */


/*LAYOUT*/

.w-50 {
	width: 50%;
}

.grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	margin-bottom: 2rem;
	margin-top: 2rem;
	gap: 2rem;
}

/*LAYOUT*/

/*FEATURED REWARDS*/

.reward {
	background-color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: .5s all;
	overflow: hidden;
	border-radius: .9rem;
	position:relative;
	border: 1px #efefef solid;
}

.reward:hover {
	transform: scale(1.025);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 0, 0, 0.2);
}

.pts-save {
	background-color: #e7e7e7;
	border-bottom-left-radius: .9rem;
	border-bottom-right-radius: .9rem;
	height: 30%;
	font-weight: 500;
	font-size: .9em;
	padding-top:2px
}

.pts-now {
	position: absolute;
	left: 0;
	top: -10px;
	font-size: .75rem;
}

.pts {
	font-size: .75rem;
	margin-left: .45rem;
	position: absolute;
}

.value {
	position: relative; font-size: 1.25rem; font-weight: bold;
}

.points-inner {
	height: 70%;
}

.points-container {
	width: 100%;
	text-align: center;
	height: 30%;
	border-top: 1px #efefef solid;
}

.fw-title {
	text-align: center;
	line-height: 1rem; height: 20%;
	color: #404040;
}

.fw-img {
	width: 100%; height: 100%; object-fit: cover;
}

.img-preview {
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	height: 80%; padding: 1rem;
}

.fw-preview-container {
	display: flex;
	align-items: center;
	flex-direction: column;
	height: 70%;
}

.sale-banner {
	position: absolute;
	top: 5px;
	right: -20px;
	background-color: #efefef;
	color: #000;
	padding: 0px 20px;
	transform: rotate(45deg);
	transform-origin: center;
	z-index: 1;
	font-size: 1em;
}

/*FEATURED REWARDS*/

/*TARGET TRACKING*/

.target-progress {
    width: 100%;
    height: 0.75rem;
    background-color: var(--light-grey);
    border-radius: 0.375rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.target-progress::-webkit-progress-value {
    background-color: var(--target-progress);
    border-radius: 0.375rem;
}

.target-progress::-moz-progress-bar {
    background-color: var(--target-progress);
    border-radius: 0.375rem;
}

.target-progress::-webkit-progress-bar {
    background-color: var(--light-grey);
    border-radius: 0.375rem;
}

.target {
	margin-top: .25rem;
}

.target-info {
	display: flex;
	justify-content: space-between;
}

.target-info > h2 {
	font-weight: 500;
	font-size: 1em;
	color: #555555;
}

.target-name {
	text-align: left;
	width: 75%;
}

.target-progress-text {
	text-align: right;
	width: 25%;
}

.targets-container {
	padding: 15px;
}

.fit-content {
	width: fit-content;
}

.grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
