@charset "UTF-8";
#ss-account-dashboard-css :root {
	--blue: #ED1C24;
	--indigo: #2d1582;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #ed4c78;
	--orange: #fd7e14;
	--yellow: #f5ca99;
	--green: #28a745;
	--teal: #00c9a7;
	--cyan: #09a5be;
	--white: #fff;
	--gray: #8c98a4;
	--gray-dark: #71869d;
	--primary: #ED1C24;
	--secondary: #eb3c67;
	--success: #00c9a7;
	--info: #09a5be;
	--warning: #f5ca99;
	--danger: #ed4c78;
	--light: #f7faff;
	--dark: #21325b;
	--indigo: #2d1582;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

#ss-account-dashboard-css *,
#ss-account-dashboard-css ::after,
#ss-account-dashboard-css ::before {
	box-sizing: border-box;
}

#ss-account-dashboard-css html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

#ss-account-dashboard-css article,
#ss-account-dashboard-css aside,
#ss-account-dashboard-css figcaption,
#ss-account-dashboard-css figure,
#ss-account-dashboard-css footer,
#ss-account-dashboard-css header,
#ss-account-dashboard-css hgroup,
#ss-account-dashboard-css main,
#ss-account-dashboard-css nav,
#ss-account-dashboard-css section {
	display: block;
}

#ss-account-dashboard-css body {
	margin: 0;
	font-family: Karla, "Open Sans", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	color: #677788;
	text-align: left;
	background-color: #fff;
}

#ss-account-dashboard-css [tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

#ss-account-dashboard-css hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

#ss-account-dashboard-css h1,
#ss-account-dashboard-css h2,
#ss-account-dashboard-css h3,
#ss-account-dashboard-css h4,
#ss-account-dashboard-css h5,
#ss-account-dashboard-css h6 {
	margin-top: 0;
	margin-bottom: .5rem;
}

#ss-account-dashboard-css p {
	margin-top: 0;
	margin-bottom: 1rem;
}

#ss-account-dashboard-css abbr[data-original-title],
#ss-account-dashboard-css abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

#ss-account-dashboard-css address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

#ss-account-dashboard-css dl,
#ss-account-dashboard-css ol,
#ss-account-dashboard-css ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

#ss-account-dashboard-css ol ol,
#ss-account-dashboard-css ol ul,
#ss-account-dashboard-css ul ol,
#ss-account-dashboard-css ul ul {
	margin-bottom: 0;
}

#ss-account-dashboard-css dt {
	font-weight: 600;
}

#ss-account-dashboard-css dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

#ss-account-dashboard-css blockquote {
	margin: 0 0 1rem;
}

#ss-account-dashboard-css b,
#ss-account-dashboard-css strong {
	font-weight: bolder;
}

#ss-account-dashboard-css small {
	font-size: 80%;
}

#ss-account-dashboard-css sub,
#ss-account-dashboard-css sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

#ss-account-dashboard-css sub {
	bottom: -.25em;
}

#ss-account-dashboard-css sup {
	top: -.5em;
}

#ss-account-dashboard-css a {
	color: #ed1c24;
	text-decoration: none;
	background-color: transparent;
}

#ss-account-dashboard-css a:hover {
	color: #c90c14;
	text-decoration: none;
}

#ss-account-dashboard-css a:not([href]):not([class]) {
	color: inherit;
	text-decoration: none;
}

#ss-account-dashboard-css a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

#ss-account-dashboard-css code,
#ss-account-dashboard-css kbd,
#ss-account-dashboard-css pre,
#ss-account-dashboard-css samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

#ss-account-dashboard-css pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

#ss-account-dashboard-css figure {
	margin: 0 0 1rem;
}

#ss-account-dashboard-css img {
	vertical-align: middle;
	border-style: none;
}

#ss-account-dashboard-css svg {
	overflow: hidden;
	vertical-align: middle;
}

#ss-account-dashboard-css table {
	border-collapse: collapse;
}

#ss-account-dashboard-css caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #8c98a4;
	text-align: left;
	caption-side: bottom;
}

#ss-account-dashboard-css th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

#ss-account-dashboard-css label {
	display: inline-block;
	margin-bottom: .5rem;
}

#ss-account-dashboard-css button {
	border-radius: 0;
}

#ss-account-dashboard-css button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

#ss-account-dashboard-css button,
#ss-account-dashboard-css input,
#ss-account-dashboard-css optgroup,
#ss-account-dashboard-css select,
#ss-account-dashboard-css textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

#ss-account-dashboard-css button,
#ss-account-dashboard-css input {
	overflow: visible;
}

#ss-account-dashboard-css button,
#ss-account-dashboard-css select {
	text-transform: none;
}

#ss-account-dashboard-css [role=button] {
	cursor: pointer;
}

#ss-account-dashboard-css select {
	word-wrap: normal;
}

#ss-account-dashboard-css [type=button],
#ss-account-dashboard-css [type=reset],
#ss-account-dashboard-css [type=submit],
#ss-account-dashboard-css button {
	-webkit-appearance: button;
}

#ss-account-dashboard-css [type=button]:not(:disabled),
#ss-account-dashboard-css [type=reset]:not(:disabled),
#ss-account-dashboard-css [type=submit]:not(:disabled),
#ss-account-dashboard-css button:not(:disabled) {
	cursor: pointer;
}

#ss-account-dashboard-css [type=button]::-moz-focus-inner,
#ss-account-dashboard-css [type=reset]::-moz-focus-inner,
#ss-account-dashboard-css [type=submit]::-moz-focus-inner,
#ss-account-dashboard-css button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

#ss-account-dashboard-css input[type=checkbox],
#ss-account-dashboard-css input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

#ss-account-dashboard-css textarea {
	overflow: auto;
	resize: vertical;
}

#ss-account-dashboard-css fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

#ss-account-dashboard-css legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

@media (max-width: 1200px) {
	#ss-account-dashboard-css legend {
		font-size: calc(1.275rem + .3vw);
	}
}

#ss-account-dashboard-css progress {
	vertical-align: baseline;
}

#ss-account-dashboard-css [type=number]::-webkit-inner-spin-button,
#ss-account-dashboard-css [type=number]::-webkit-outer-spin-button {
	height: auto;
}

#ss-account-dashboard-css [type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

#ss-account-dashboard-css [type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

#ss-account-dashboard-css ::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

#ss-account-dashboard-css output {
	display: inline-block;
}

#ss-account-dashboard-css summary {
	display: list-item;
	cursor: pointer;
}

#ss-account-dashboard-css template {
	display: none;
}

#ss-account-dashboard-css [hidden] {
	display: none !important;
}

#ss-account-dashboard-css .h1,
#ss-account-dashboard-css .h2,
#ss-account-dashboard-css .h3,
#ss-account-dashboard-css .h4,
#ss-account-dashboard-css .h5,
#ss-account-dashboard-css .h6,
#ss-account-dashboard-css h1,
#ss-account-dashboard-css h2,
#ss-account-dashboard-css h3,
#ss-account-dashboard-css h4,
#ss-account-dashboard-css h5,
#ss-account-dashboard-css h6 {
	margin-bottom: .5rem;
	font-weight: 600;
	line-height: 1.4;
	color: #1e2022;
}

#ss-account-dashboard-css .h1,
#ss-account-dashboard-css h1 {
	font-size: 2.5rem;
}

@media (max-width: 1200px) {
	#ss-account-dashboard-css .h1,
	#ss-account-dashboard-css h1 {
		font-size: calc(1.375rem + 1.5vw);
	}
}

#ss-account-dashboard-css .h2,
#ss-account-dashboard-css h2 {
	font-size: 1.875rem;
}

@media (max-width: 1200px) {
	#ss-account-dashboard-css .h2,
	#ss-account-dashboard-css h2 {
		font-size: calc(1.3125rem + .75vw);
	}
}

#ss-account-dashboard-css .h3,
#ss-account-dashboard-css h3 {
	font-size: 1.3125rem;
}

@media (max-width: 1200px) {
	#ss-account-dashboard-css .h3,
	#ss-account-dashboard-css h3 {
		font-size: calc(1.25625rem + .075vw);
	}
}

#ss-account-dashboard-css .h4,
#ss-account-dashboard-css h4 {
	font-size: 1.125rem;
}

#ss-account-dashboard-css .h5,
#ss-account-dashboard-css h5 {
	font-size: 1rem;
}

#ss-account-dashboard-css .h6,
#ss-account-dashboard-css h6 {
	font-size: .875rem;
}

#ss-account-dashboard-css .lead {
	font-size: 1.25rem;
	font-weight: 400;
}

#ss-account-dashboard-css .display-1 {
	font-size: 6rem;
	font-weight: 600;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	#ss-account-dashboard-css .display-1 {
		font-size: calc(1.725rem + 5.7vw);
	}
}

#ss-account-dashboard-css .display-2 {
	font-size: 5.5rem;
	font-weight: 600;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	#ss-account-dashboard-css .display-2 {
		font-size: calc(1.675rem + 5.1vw);
	}
}

#ss-account-dashboard-css .display-3 {
	font-size: 4.5rem;
	font-weight: 600;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	#ss-account-dashboard-css .display-3 {
		font-size: calc(1.575rem + 3.9vw);
	}
}

#ss-account-dashboard-css .display-4 {
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 1.2;
}

@media (max-width: 1200px) {
	#ss-account-dashboard-css .display-4 {
		font-size: calc(1.475rem + 2.7vw);
	}
}

#ss-account-dashboard-css hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: .0625rem solid #e7eaf3;
}

#ss-account-dashboard-css .small,
#ss-account-dashboard-css small {
	font-size: 80%;
	font-weight: 400;
}

#ss-account-dashboard-css .mark,
#ss-account-dashboard-css mark {
	padding: .2em;
	background-color: rgba(59, 181, 170, 0.1);
}

#ss-account-dashboard-css .list-unstyled {
	padding-left: 0;
	list-style: none;
}

#ss-account-dashboard-css .list-inline {
	padding-left: 0;
	list-style: none;
}

#ss-account-dashboard-css .list-inline-item {
	display: inline-block;
}

#ss-account-dashboard-css .list-inline-item:not(:last-child) {
	margin-right: .5rem;
}

#ss-account-dashboard-css .initialism {
	font-size: 90%;
	text-transform: uppercase;
}

#ss-account-dashboard-css .blockquote {
	margin-bottom: 1rem;
	font-size: 1rem;
}

#ss-account-dashboard-css .blockquote-footer {
	display: block;
	font-size: 80%;
	color: #8c98a4;
}

#ss-account-dashboard-css .blockquote-footer::before {
	content: "\2014\00A0";
}

#ss-account-dashboard-css .img-fluid {
	max-width: 100%;
	height: auto;
}

#ss-account-dashboard-css .img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: .0625rem solid #e7eaf3;
	border-radius: .3125rem;
	max-width: 100%;
	height: auto;
}

#ss-account-dashboard-css .figure {
	display: inline-block;
}

#ss-account-dashboard-css .figure-img {
	margin-bottom: .5rem;
	line-height: 1;
}

#ss-account-dashboard-css .figure-caption {
	font-size: 90%;
	color: #8c98a4;
}

#ss-account-dashboard-css code {
	font-size: 87.5%;
	color: #e83e8c;
	word-wrap: break-word;
}

#ss-account-dashboard-css a>code {
	color: inherit;
}

#ss-account-dashboard-css kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #1e2022;
	background-color: #e7eaf3;
	border-radius: .25rem;
}

#ss-account-dashboard-css kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 600;
}

#ss-account-dashboard-css pre {
	display: block;
	font-size: 87.5%;
	color: #1e2022;
}

#ss-account-dashboard-css pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

#ss-account-dashboard-css .pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

#ss-account-dashboard-css .container,
#ss-account-dashboard-css .container-fluid,
#ss-account-dashboard-css .container-lg,
#ss-account-dashboard-css .container-md,
#ss-account-dashboard-css .container-sm,
#ss-account-dashboard-css .container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .container,
	#ss-account-dashboard-css .container-sm {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .container,
	#ss-account-dashboard-css .container-md,
	#ss-account-dashboard-css .container-sm {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .container,
	#ss-account-dashboard-css .container-lg,
	#ss-account-dashboard-css .container-md,
	#ss-account-dashboard-css .container-sm {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	#ss-account-dashboard-css .container,
	#ss-account-dashboard-css .container-lg,
	#ss-account-dashboard-css .container-md,
	#ss-account-dashboard-css .container-sm,
	#ss-account-dashboard-css .container-xl {
		max-width: 1140px;
	}
}

#ss-account-dashboard-css .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

#ss-account-dashboard-css .no-gutters {
	margin-right: 0;
	margin-left: 0;
}

#ss-account-dashboard-css .no-gutters>.col,
#ss-account-dashboard-css .no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

#ss-account-dashboard-css .col,
#ss-account-dashboard-css .col-1,
#ss-account-dashboard-css .col-10,
#ss-account-dashboard-css .col-11,
#ss-account-dashboard-css .col-12,
#ss-account-dashboard-css .col-2,
#ss-account-dashboard-css .col-3,
#ss-account-dashboard-css .col-4,
#ss-account-dashboard-css .col-5,
#ss-account-dashboard-css .col-6,
#ss-account-dashboard-css .col-7,
#ss-account-dashboard-css .col-8,
#ss-account-dashboard-css .col-9,
#ss-account-dashboard-css .col-auto,
#ss-account-dashboard-css .col-lg,
#ss-account-dashboard-css .col-lg-1,
#ss-account-dashboard-css .col-lg-10,
#ss-account-dashboard-css .col-lg-11,
#ss-account-dashboard-css .col-lg-12,
#ss-account-dashboard-css .col-lg-2,
#ss-account-dashboard-css .col-lg-3,
#ss-account-dashboard-css .col-lg-4,
#ss-account-dashboard-css .col-lg-5,
#ss-account-dashboard-css .col-lg-6,
#ss-account-dashboard-css .col-lg-7,
#ss-account-dashboard-css .col-lg-8,
#ss-account-dashboard-css .col-lg-9,
#ss-account-dashboard-css .col-lg-auto,
#ss-account-dashboard-css .col-md,
#ss-account-dashboard-css .col-md-1,
#ss-account-dashboard-css .col-md-10,
#ss-account-dashboard-css .col-md-11,
#ss-account-dashboard-css .col-md-12,
#ss-account-dashboard-css .col-md-2,
#ss-account-dashboard-css .col-md-3,
#ss-account-dashboard-css .col-md-4,
#ss-account-dashboard-css .col-md-5,
#ss-account-dashboard-css .col-md-6,
#ss-account-dashboard-css .col-md-7,
#ss-account-dashboard-css .col-md-8,
#ss-account-dashboard-css .col-md-9,
#ss-account-dashboard-css .col-md-auto,
#ss-account-dashboard-css .col-sm,
#ss-account-dashboard-css .col-sm-1,
#ss-account-dashboard-css .col-sm-10,
#ss-account-dashboard-css .col-sm-11,
#ss-account-dashboard-css .col-sm-12,
#ss-account-dashboard-css .col-sm-2,
#ss-account-dashboard-css .col-sm-3,
#ss-account-dashboard-css .col-sm-4,
#ss-account-dashboard-css .col-sm-5,
#ss-account-dashboard-css .col-sm-6,
#ss-account-dashboard-css .col-sm-7,
#ss-account-dashboard-css .col-sm-8,
#ss-account-dashboard-css .col-sm-9,
#ss-account-dashboard-css .col-sm-auto,
#ss-account-dashboard-css .col-xl,
#ss-account-dashboard-css .col-xl-1,
#ss-account-dashboard-css .col-xl-10,
#ss-account-dashboard-css .col-xl-11,
#ss-account-dashboard-css .col-xl-12,
#ss-account-dashboard-css .col-xl-2,
#ss-account-dashboard-css .col-xl-3,
#ss-account-dashboard-css .col-xl-4,
#ss-account-dashboard-css .col-xl-5,
#ss-account-dashboard-css .col-xl-6,
#ss-account-dashboard-css .col-xl-7,
#ss-account-dashboard-css .col-xl-8,
#ss-account-dashboard-css .col-xl-9,
#ss-account-dashboard-css .col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

#ss-account-dashboard-css .col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

#ss-account-dashboard-css .row-cols-1>* {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

#ss-account-dashboard-css .row-cols-2>* {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

#ss-account-dashboard-css .row-cols-3>* {
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

#ss-account-dashboard-css .row-cols-4>* {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

#ss-account-dashboard-css .row-cols-5>* {
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

#ss-account-dashboard-css .row-cols-6>* {
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

#ss-account-dashboard-css .col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

#ss-account-dashboard-css .col-1 {
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

#ss-account-dashboard-css .col-2 {
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

#ss-account-dashboard-css .col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

#ss-account-dashboard-css .col-4 {
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

#ss-account-dashboard-css .col-5 {
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

#ss-account-dashboard-css .col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

#ss-account-dashboard-css .col-7 {
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

#ss-account-dashboard-css .col-8 {
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

#ss-account-dashboard-css .col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

#ss-account-dashboard-css .col-10 {
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

#ss-account-dashboard-css .col-11 {
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

#ss-account-dashboard-css .col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

#ss-account-dashboard-css .order-first {
	-ms-flex-order: -1;
	order: -1;
}

#ss-account-dashboard-css .order-last {
	-ms-flex-order: 13;
	order: 13;
}

#ss-account-dashboard-css .order-0 {
	-ms-flex-order: 0;
	order: 0;
}

#ss-account-dashboard-css .order-1 {
	-ms-flex-order: 1;
	order: 1;
}

#ss-account-dashboard-css .order-2 {
	-ms-flex-order: 2;
	order: 2;
}

#ss-account-dashboard-css .order-3 {
	-ms-flex-order: 3;
	order: 3;
}

#ss-account-dashboard-css .order-4 {
	-ms-flex-order: 4;
	order: 4;
}

#ss-account-dashboard-css .order-5 {
	-ms-flex-order: 5;
	order: 5;
}

#ss-account-dashboard-css .order-6 {
	-ms-flex-order: 6;
	order: 6;
}

#ss-account-dashboard-css .order-7 {
	-ms-flex-order: 7;
	order: 7;
}

#ss-account-dashboard-css .order-8 {
	-ms-flex-order: 8;
	order: 8;
}

#ss-account-dashboard-css .order-9 {
	-ms-flex-order: 9;
	order: 9;
}

#ss-account-dashboard-css .order-10 {
	-ms-flex-order: 10;
	order: 10;
}

#ss-account-dashboard-css .order-11 {
	-ms-flex-order: 11;
	order: 11;
}

#ss-account-dashboard-css .order-12 {
	-ms-flex-order: 12;
	order: 12;
}

#ss-account-dashboard-css .offset-1 {
	margin-left: 8.33333%;
}

#ss-account-dashboard-css .offset-2 {
	margin-left: 16.66667%;
}

#ss-account-dashboard-css .offset-3 {
	margin-left: 25%;
}

#ss-account-dashboard-css .offset-4 {
	margin-left: 33.33333%;
}

#ss-account-dashboard-css .offset-5 {
	margin-left: 41.66667%;
}

#ss-account-dashboard-css .offset-6 {
	margin-left: 50%;
}

#ss-account-dashboard-css .offset-7 {
	margin-left: 58.33333%;
}

#ss-account-dashboard-css .offset-8 {
	margin-left: 66.66667%;
}

#ss-account-dashboard-css .offset-9 {
	margin-left: 75%;
}

#ss-account-dashboard-css .offset-10 {
	margin-left: 83.33333%;
}

#ss-account-dashboard-css .offset-11 {
	margin-left: 91.66667%;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	#ss-account-dashboard-css .row-cols-sm-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#ss-account-dashboard-css .row-cols-sm-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	#ss-account-dashboard-css .row-cols-sm-3>* {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	#ss-account-dashboard-css .row-cols-sm-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	#ss-account-dashboard-css .row-cols-sm-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	#ss-account-dashboard-css .row-cols-sm-6>* {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	#ss-account-dashboard-css .col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	#ss-account-dashboard-css .col-sm-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	#ss-account-dashboard-css .col-sm-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	#ss-account-dashboard-css .col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	#ss-account-dashboard-css .col-sm-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	#ss-account-dashboard-css .col-sm-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	#ss-account-dashboard-css .col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	#ss-account-dashboard-css .col-sm-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	#ss-account-dashboard-css .col-sm-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	#ss-account-dashboard-css .col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	#ss-account-dashboard-css .col-sm-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	#ss-account-dashboard-css .col-sm-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	#ss-account-dashboard-css .col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#ss-account-dashboard-css .order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}
	#ss-account-dashboard-css .order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}
	#ss-account-dashboard-css .order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	#ss-account-dashboard-css .order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	#ss-account-dashboard-css .order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	#ss-account-dashboard-css .order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	#ss-account-dashboard-css .order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	#ss-account-dashboard-css .order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	#ss-account-dashboard-css .order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	#ss-account-dashboard-css .order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	#ss-account-dashboard-css .order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	#ss-account-dashboard-css .order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	#ss-account-dashboard-css .order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	#ss-account-dashboard-css .order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	#ss-account-dashboard-css .order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	#ss-account-dashboard-css .offset-sm-0 {
		margin-left: 0;
	}
	#ss-account-dashboard-css .offset-sm-1 {
		margin-left: 8.33333%;
	}
	#ss-account-dashboard-css .offset-sm-2 {
		margin-left: 16.66667%;
	}
	#ss-account-dashboard-css .offset-sm-3 {
		margin-left: 25%;
	}
	#ss-account-dashboard-css .offset-sm-4 {
		margin-left: 33.33333%;
	}
	#ss-account-dashboard-css .offset-sm-5 {
		margin-left: 41.66667%;
	}
	#ss-account-dashboard-css .offset-sm-6 {
		margin-left: 50%;
	}
	#ss-account-dashboard-css .offset-sm-7 {
		margin-left: 58.33333%;
	}
	#ss-account-dashboard-css .offset-sm-8 {
		margin-left: 66.66667%;
	}
	#ss-account-dashboard-css .offset-sm-9 {
		margin-left: 75%;
	}
	#ss-account-dashboard-css .offset-sm-10 {
		margin-left: 83.33333%;
	}
	#ss-account-dashboard-css .offset-sm-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	#ss-account-dashboard-css .row-cols-md-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#ss-account-dashboard-css .row-cols-md-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	#ss-account-dashboard-css .row-cols-md-3>* {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	#ss-account-dashboard-css .row-cols-md-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	#ss-account-dashboard-css .row-cols-md-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	#ss-account-dashboard-css .row-cols-md-6>* {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	#ss-account-dashboard-css .col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	#ss-account-dashboard-css .col-md-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	#ss-account-dashboard-css .col-md-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	#ss-account-dashboard-css .col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	#ss-account-dashboard-css .col-md-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	#ss-account-dashboard-css .col-md-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	#ss-account-dashboard-css .col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	#ss-account-dashboard-css .col-md-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	#ss-account-dashboard-css .col-md-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	#ss-account-dashboard-css .col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	#ss-account-dashboard-css .col-md-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	#ss-account-dashboard-css .col-md-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	#ss-account-dashboard-css .col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#ss-account-dashboard-css .order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
	#ss-account-dashboard-css .order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}
	#ss-account-dashboard-css .order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	#ss-account-dashboard-css .order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	#ss-account-dashboard-css .order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	#ss-account-dashboard-css .order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	#ss-account-dashboard-css .order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	#ss-account-dashboard-css .order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	#ss-account-dashboard-css .order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	#ss-account-dashboard-css .order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	#ss-account-dashboard-css .order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	#ss-account-dashboard-css .order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	#ss-account-dashboard-css .order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	#ss-account-dashboard-css .order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	#ss-account-dashboard-css .order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	#ss-account-dashboard-css .offset-md-0 {
		margin-left: 0;
	}
	#ss-account-dashboard-css .offset-md-1 {
		margin-left: 8.33333%;
	}
	#ss-account-dashboard-css .offset-md-2 {
		margin-left: 16.66667%;
	}
	#ss-account-dashboard-css .offset-md-3 {
		margin-left: 25%;
	}
	#ss-account-dashboard-css .offset-md-4 {
		margin-left: 33.33333%;
	}
	#ss-account-dashboard-css .offset-md-5 {
		margin-left: 41.66667%;
	}
	#ss-account-dashboard-css .offset-md-6 {
		margin-left: 50%;
	}
	#ss-account-dashboard-css .offset-md-7 {
		margin-left: 58.33333%;
	}
	#ss-account-dashboard-css .offset-md-8 {
		margin-left: 66.66667%;
	}
	#ss-account-dashboard-css .offset-md-9 {
		margin-left: 75%;
	}
	#ss-account-dashboard-css .offset-md-10 {
		margin-left: 83.33333%;
	}
	#ss-account-dashboard-css .offset-md-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	#ss-account-dashboard-css .row-cols-lg-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#ss-account-dashboard-css .row-cols-lg-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	#ss-account-dashboard-css .row-cols-lg-3>* {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	#ss-account-dashboard-css .row-cols-lg-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	#ss-account-dashboard-css .row-cols-lg-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	#ss-account-dashboard-css .row-cols-lg-6>* {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	#ss-account-dashboard-css .col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	#ss-account-dashboard-css .col-lg-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	#ss-account-dashboard-css .col-lg-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	#ss-account-dashboard-css .col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	#ss-account-dashboard-css .col-lg-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	#ss-account-dashboard-css .col-lg-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	#ss-account-dashboard-css .col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	#ss-account-dashboard-css .col-lg-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	#ss-account-dashboard-css .col-lg-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	#ss-account-dashboard-css .col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	#ss-account-dashboard-css .col-lg-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	#ss-account-dashboard-css .col-lg-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	#ss-account-dashboard-css .col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#ss-account-dashboard-css .order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}
	#ss-account-dashboard-css .order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}
	#ss-account-dashboard-css .order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	#ss-account-dashboard-css .order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	#ss-account-dashboard-css .order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	#ss-account-dashboard-css .order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	#ss-account-dashboard-css .order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	#ss-account-dashboard-css .order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	#ss-account-dashboard-css .order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	#ss-account-dashboard-css .order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	#ss-account-dashboard-css .order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	#ss-account-dashboard-css .order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	#ss-account-dashboard-css .order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	#ss-account-dashboard-css .order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	#ss-account-dashboard-css .order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	#ss-account-dashboard-css .offset-lg-0 {
		margin-left: 0;
	}
	#ss-account-dashboard-css .offset-lg-1 {
		margin-left: 8.33333%;
	}
	#ss-account-dashboard-css .offset-lg-2 {
		margin-left: 16.66667%;
	}
	#ss-account-dashboard-css .offset-lg-3 {
		margin-left: 25%;
	}
	#ss-account-dashboard-css .offset-lg-4 {
		margin-left: 33.33333%;
	}
	#ss-account-dashboard-css .offset-lg-5 {
		margin-left: 41.66667%;
	}
	#ss-account-dashboard-css .offset-lg-6 {
		margin-left: 50%;
	}
	#ss-account-dashboard-css .offset-lg-7 {
		margin-left: 58.33333%;
	}
	#ss-account-dashboard-css .offset-lg-8 {
		margin-left: 66.66667%;
	}
	#ss-account-dashboard-css .offset-lg-9 {
		margin-left: 75%;
	}
	#ss-account-dashboard-css .offset-lg-10 {
		margin-left: 83.33333%;
	}
	#ss-account-dashboard-css .offset-lg-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 1200px) {
	#ss-account-dashboard-css .col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	#ss-account-dashboard-css .row-cols-xl-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#ss-account-dashboard-css .row-cols-xl-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	#ss-account-dashboard-css .row-cols-xl-3>* {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	#ss-account-dashboard-css .row-cols-xl-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	#ss-account-dashboard-css .row-cols-xl-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	#ss-account-dashboard-css .row-cols-xl-6>* {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	#ss-account-dashboard-css .col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	#ss-account-dashboard-css .col-xl-1 {
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	#ss-account-dashboard-css .col-xl-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	#ss-account-dashboard-css .col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	#ss-account-dashboard-css .col-xl-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	#ss-account-dashboard-css .col-xl-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	#ss-account-dashboard-css .col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	#ss-account-dashboard-css .col-xl-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	#ss-account-dashboard-css .col-xl-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	#ss-account-dashboard-css .col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	#ss-account-dashboard-css .col-xl-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	#ss-account-dashboard-css .col-xl-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	#ss-account-dashboard-css .col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	#ss-account-dashboard-css .order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}
	#ss-account-dashboard-css .order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}
	#ss-account-dashboard-css .order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}
	#ss-account-dashboard-css .order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}
	#ss-account-dashboard-css .order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}
	#ss-account-dashboard-css .order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}
	#ss-account-dashboard-css .order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}
	#ss-account-dashboard-css .order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}
	#ss-account-dashboard-css .order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}
	#ss-account-dashboard-css .order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}
	#ss-account-dashboard-css .order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}
	#ss-account-dashboard-css .order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}
	#ss-account-dashboard-css .order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}
	#ss-account-dashboard-css .order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}
	#ss-account-dashboard-css .order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}
	#ss-account-dashboard-css .offset-xl-0 {
		margin-left: 0;
	}
	#ss-account-dashboard-css .offset-xl-1 {
		margin-left: 8.33333%;
	}
	#ss-account-dashboard-css .offset-xl-2 {
		margin-left: 16.66667%;
	}
	#ss-account-dashboard-css .offset-xl-3 {
		margin-left: 25%;
	}
	#ss-account-dashboard-css .offset-xl-4 {
		margin-left: 33.33333%;
	}
	#ss-account-dashboard-css .offset-xl-5 {
		margin-left: 41.66667%;
	}
	#ss-account-dashboard-css .offset-xl-6 {
		margin-left: 50%;
	}
	#ss-account-dashboard-css .offset-xl-7 {
		margin-left: 58.33333%;
	}
	#ss-account-dashboard-css .offset-xl-8 {
		margin-left: 66.66667%;
	}
	#ss-account-dashboard-css .offset-xl-9 {
		margin-left: 75%;
	}
	#ss-account-dashboard-css .offset-xl-10 {
		margin-left: 83.33333%;
	}
	#ss-account-dashboard-css .offset-xl-11 {
		margin-left: 91.66667%;
	}
}

#ss-account-dashboard-css .table {
	width: 100%;
	margin-bottom: 1rem;
	color: #677788;
}

#ss-account-dashboard-css .table td,
#ss-account-dashboard-css .table th {
	padding: .75rem;
	vertical-align: top;
	border-top: .0625rem solid #e7eaf3;
}

#ss-account-dashboard-css .table thead th {
	vertical-align: bottom;
	border-bottom: .125rem solid #e7eaf3;
}

#ss-account-dashboard-css .table tbody+tbody {
	border-top: .125rem solid #e7eaf3;
}

#ss-account-dashboard-css .table-sm td,
#ss-account-dashboard-css .table-sm th {
	padding: .3rem;
}

#ss-account-dashboard-css .table-bordered {
	border: .0625rem solid #e7eaf3;
}

#ss-account-dashboard-css .table-bordered td,
#ss-account-dashboard-css .table-bordered th {
	border: .0625rem solid #e7eaf3;
}

#ss-account-dashboard-css .table-bordered thead td,
#ss-account-dashboard-css .table-bordered thead th {
	border-bottom-width: .125rem;
}

#ss-account-dashboard-css .table-borderless tbody+tbody,
#ss-account-dashboard-css .table-borderless td,
#ss-account-dashboard-css .table-borderless th,
#ss-account-dashboard-css .table-borderless thead th {
	border: 0;
}

#ss-account-dashboard-css .table-striped tbody tr:nth-of-type(odd) {
	background-color: #f8fafd;
}

#ss-account-dashboard-css .table-hover tbody tr:hover {
	color: #677788;
	background-color: rgba(231, 234, 243, 0.4);
}

#ss-account-dashboard-css .table-primary,
#ss-account-dashboard-css .table-primary>td,
#ss-account-dashboard-css .table-primary>th {
	background-color: #c8eae7;
}

#ss-account-dashboard-css .table-primary tbody+tbody,
#ss-account-dashboard-css .table-primary td,
#ss-account-dashboard-css .table-primary th,
#ss-account-dashboard-css .table-primary thead th {
	border-color: #99d9d3;
}

#ss-account-dashboard-css .table-hover .table-primary:hover {
	background-color: #b6e3df;
}

#ss-account-dashboard-css .table-hover .table-primary:hover>td,
#ss-account-dashboard-css .table-hover .table-primary:hover>th {
	background-color: #b6e3df;
}

#ss-account-dashboard-css .table-secondary,
#ss-account-dashboard-css .table-secondary>td,
#ss-account-dashboard-css .table-secondary>th {
	background-color: #f9c8d4;
}

#ss-account-dashboard-css .table-secondary tbody+tbody,
#ss-account-dashboard-css .table-secondary td,
#ss-account-dashboard-css .table-secondary th,
#ss-account-dashboard-css .table-secondary thead th {
	border-color: #f59ab0;
}

#ss-account-dashboard-css .table-hover .table-secondary:hover {
	background-color: #f6b1c2;
}

#ss-account-dashboard-css .table-hover .table-secondary:hover>td,
#ss-account-dashboard-css .table-hover .table-secondary:hover>th {
	background-color: #f6b1c2;
}

#ss-account-dashboard-css .table-success,
#ss-account-dashboard-css .table-success>td,
#ss-account-dashboard-css .table-success>th {
	background-color: #b8f0e6;
}

#ss-account-dashboard-css .table-success tbody+tbody,
#ss-account-dashboard-css .table-success td,
#ss-account-dashboard-css .table-success th,
#ss-account-dashboard-css .table-success thead th {
	border-color: #7ae3d1;
}

#ss-account-dashboard-css .table-hover .table-success:hover {
	background-color: #a3ecdf;
}

#ss-account-dashboard-css .table-hover .table-success:hover>td,
#ss-account-dashboard-css .table-hover .table-success:hover>th {
	background-color: #a3ecdf;
}

#ss-account-dashboard-css .table-info,
#ss-account-dashboard-css .table-info>td,
#ss-account-dashboard-css .table-info>th {
	background-color: #bae6ed;
}

#ss-account-dashboard-css .table-info tbody+tbody,
#ss-account-dashboard-css .table-info td,
#ss-account-dashboard-css .table-info th,
#ss-account-dashboard-css .table-info thead th {
	border-color: #7fd0dd;
}

#ss-account-dashboard-css .table-hover .table-info:hover {
	background-color: #a6dfe8;
}

#ss-account-dashboard-css .table-hover .table-info:hover>td,
#ss-account-dashboard-css .table-hover .table-info:hover>th {
	background-color: #a6dfe8;
}

#ss-account-dashboard-css .table-warning,
#ss-account-dashboard-css .table-warning>td,
#ss-account-dashboard-css .table-warning>th {
	background-color: #fcf0e2;
}

#ss-account-dashboard-css .table-warning tbody+tbody,
#ss-account-dashboard-css .table-warning td,
#ss-account-dashboard-css .table-warning th,
#ss-account-dashboard-css .table-warning thead th {
	border-color: #fae3ca;
}

#ss-account-dashboard-css .table-hover .table-warning:hover {
	background-color: #fae4cb;
}

#ss-account-dashboard-css .table-hover .table-warning:hover>td,
#ss-account-dashboard-css .table-hover .table-warning:hover>th {
	background-color: #fae4cb;
}

#ss-account-dashboard-css .table-danger,
#ss-account-dashboard-css .table-danger>td,
#ss-account-dashboard-css .table-danger>th {
	background-color: #facdd9;
}

#ss-account-dashboard-css .table-danger tbody+tbody,
#ss-account-dashboard-css .table-danger td,
#ss-account-dashboard-css .table-danger th,
#ss-account-dashboard-css .table-danger thead th {
	border-color: #f6a2b9;
}

#ss-account-dashboard-css .table-hover .table-danger:hover {
	background-color: #f8b6c7;
}

#ss-account-dashboard-css .table-hover .table-danger:hover>td,
#ss-account-dashboard-css .table-hover .table-danger:hover>th {
	background-color: #f8b6c7;
}

#ss-account-dashboard-css .table-light,
#ss-account-dashboard-css .table-light>td,
#ss-account-dashboard-css .table-light>th {
	background-color: #fdfeff;
}

#ss-account-dashboard-css .table-light tbody+tbody,
#ss-account-dashboard-css .table-light td,
#ss-account-dashboard-css .table-light th,
#ss-account-dashboard-css .table-light thead th {
	border-color: #fbfcff;
}

#ss-account-dashboard-css .table-hover .table-light:hover {
	background-color: #e4f1ff;
}

#ss-account-dashboard-css .table-hover .table-light:hover>td,
#ss-account-dashboard-css .table-hover .table-light:hover>th {
	background-color: #e4f1ff;
}

#ss-account-dashboard-css .table-dark,
#ss-account-dashboard-css .table-dark>td,
#ss-account-dashboard-css .table-dark>th {
	background-color: #c1c6d1;
}

#ss-account-dashboard-css .table-dark tbody+tbody,
#ss-account-dashboard-css .table-dark td,
#ss-account-dashboard-css .table-dark th,
#ss-account-dashboard-css .table-dark thead th {
	border-color: #8c94aa;
}

#ss-account-dashboard-css .table-hover .table-dark:hover {
	background-color: #b2b9c6;
}

#ss-account-dashboard-css .table-hover .table-dark:hover>td,
#ss-account-dashboard-css .table-hover .table-dark:hover>th {
	background-color: #b2b9c6;
}

#ss-account-dashboard-css .table-indigo,
#ss-account-dashboard-css .table-indigo>td,
#ss-account-dashboard-css .table-indigo>th {
	background-color: #c4bddc;
}

#ss-account-dashboard-css .table-indigo tbody+tbody,
#ss-account-dashboard-css .table-indigo td,
#ss-account-dashboard-css .table-indigo th,
#ss-account-dashboard-css .table-indigo thead th {
	border-color: #9285be;
}

#ss-account-dashboard-css .table-hover .table-indigo:hover {
	background-color: #b5acd3;
}

#ss-account-dashboard-css .table-hover .table-indigo:hover>td,
#ss-account-dashboard-css .table-hover .table-indigo:hover>th {
	background-color: #b5acd3;
}

#ss-account-dashboard-css .table-active,
#ss-account-dashboard-css .table-active>td,
#ss-account-dashboard-css .table-active>th {
	background-color: rgba(231, 234, 243, 0.4);
}

#ss-account-dashboard-css .table-hover .table-active:hover {
	background-color: rgba(214, 219, 235, 0.4);
}

#ss-account-dashboard-css .table-hover .table-active:hover>td,
#ss-account-dashboard-css .table-hover .table-active:hover>th {
	background-color: rgba(214, 219, 235, 0.4);
}

#ss-account-dashboard-css .table .thead-dark th {
	color: #fff;
	background-color: #21325b;
	border-color: #2b4177;
}

#ss-account-dashboard-css .table .thead-light th {
	color: #677788;
	background-color: #f8fafd;
	border-color: #e7eaf3;
}

#ss-account-dashboard-css .table-dark {
	color: #fff;
	background-color: #21325b;
}

#ss-account-dashboard-css .table-dark td,
#ss-account-dashboard-css .table-dark th,
#ss-account-dashboard-css .table-dark thead th {
	border-color: #2b4177;
}

#ss-account-dashboard-css .table-dark.table-bordered {
	border: 0;
}

#ss-account-dashboard-css .table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05);
}

#ss-account-dashboard-css .table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
	#ss-account-dashboard-css .table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	#ss-account-dashboard-css .table-responsive-sm>.table-bordered {
		border: 0;
	}
}

@media (max-width: 767.98px) {
	#ss-account-dashboard-css .table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	#ss-account-dashboard-css .table-responsive-md>.table-bordered {
		border: 0;
	}
}

@media (max-width: 991.98px) {
	#ss-account-dashboard-css .table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	#ss-account-dashboard-css .table-responsive-lg>.table-bordered {
		border: 0;
	}
}

@media (max-width: 1199.98px) {
	#ss-account-dashboard-css .table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	#ss-account-dashboard-css .table-responsive-xl>.table-bordered {
		border: 0;
	}
}

#ss-account-dashboard-css .table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

#ss-account-dashboard-css .table-responsive>.table-bordered {
	border: 0;
}

#ss-account-dashboard-css .form-control {
	display: block;
	width: 100%;
	height: calc(1.6em + 1.625rem);
	padding: .75rem 1rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	color: #1e2022;
	background-color: #fff;
	background-clip: padding-box;
	border: .0625rem solid #e7eaf3;
	border-radius: .3125rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	#ss-account-dashboard-css .form-control {
		transition: none;
	}
}

#ss-account-dashboard-css .form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

#ss-account-dashboard-css .form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #1e2022;
}

#ss-account-dashboard-css .form-control:focus {
	color: #1e2022;
	background-color: #fff;
	border-color: rgba(237, 28, 36, 0.5);
	outline: 0;
	box-shadow: 0 0 10px rgba(59, 181, 170, 0.1);
}

#ss-account-dashboard-css .form-control::-webkit-input-placeholder {
	color: #97a4af;
	opacity: 1;
}

#ss-account-dashboard-css .form-control::-moz-placeholder {
	color: #97a4af;
	opacity: 1;
}

#ss-account-dashboard-css .form-control:-ms-input-placeholder {
	color: #97a4af;
	opacity: 1;
}

#ss-account-dashboard-css .form-control::-ms-input-placeholder {
	color: #97a4af;
	opacity: 1;
}

#ss-account-dashboard-css .form-control::placeholder {
	color: #97a4af;
	opacity: 1;
}

#ss-account-dashboard-css .form-control:disabled,
#ss-account-dashboard-css .form-control[readonly] {
	background-color: #f8fafd;
	opacity: 1;
}

#ss-account-dashboard-css input[type=date].form-control,
#ss-account-dashboard-css input[type=datetime-local].form-control,
#ss-account-dashboard-css input[type=month].form-control,
#ss-account-dashboard-css input[type=time].form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#ss-account-dashboard-css select.form-control:focus::-ms-value {
	color: #1e2022;
	background-color: #fff;
}

#ss-account-dashboard-css .form-control-file,
#ss-account-dashboard-css .form-control-range {
	display: block;
	width: 100%;
}

#ss-account-dashboard-css .col-form-label {
	padding-top: .8125rem;
	padding-bottom: .8125rem;
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.6;
}

#ss-account-dashboard-css .col-form-label-lg {
	padding-top: 1.1875rem;
	padding-bottom: 1.1875rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

#ss-account-dashboard-css .col-form-label-sm {
	padding-top: .6875rem;
	padding-bottom: .6875rem;
	font-size: .875rem;
	line-height: 1.5;
}

#ss-account-dashboard-css .form-control-plaintext {
	display: block;
	width: 100%;
	padding: .75rem 0;
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.6;
	color: #677788;
	background-color: transparent;
	border: solid transparent;
	border-width: .0625rem 0;
}

#ss-account-dashboard-css .form-control-plaintext.form-control-lg,
#ss-account-dashboard-css .form-control-plaintext.form-control-sm {
	padding-right: 0;
	padding-left: 0;
}

#ss-account-dashboard-css .form-control-sm {
	height: calc(1.5em + 1.375rem);
	padding: .625rem 1.125rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .25rem;
}

#ss-account-dashboard-css .form-control-lg {
	height: calc(1.5em + 2.375rem);
	padding: 1.125rem 1.125rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .75rem;
}

#ss-account-dashboard-css select.form-control[multiple],
#ss-account-dashboard-css select.form-control[size] {
	height: auto;
}

#ss-account-dashboard-css textarea.form-control {
	height: auto;
}

#ss-account-dashboard-css .form-group {
	margin-bottom: 1.5rem;
}

#ss-account-dashboard-css .form-text {
	display: block;
	margin-top: .25rem;
}

#ss-account-dashboard-css .form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

#ss-account-dashboard-css .form-row>.col,
#ss-account-dashboard-css .form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px;
}

#ss-account-dashboard-css .form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

#ss-account-dashboard-css .form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem;
}

#ss-account-dashboard-css .form-check-input:disabled~.form-check-label,
#ss-account-dashboard-css .form-check-input[disabled]~.form-check-label {
	color: #8c98a4;
}

#ss-account-dashboard-css .form-check-label {
	margin-bottom: 0;
}

#ss-account-dashboard-css .form-check-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem;
}

#ss-account-dashboard-css .form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0;
}

#ss-account-dashboard-css .valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #00c9a7;
}

#ss-account-dashboard-css .valid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.6;
	color: #fff;
	background-color: #00c9a7;
	border-radius: .3125rem;
}

#ss-account-dashboard-css .is-valid~.valid-feedback,
#ss-account-dashboard-css .is-valid~.valid-tooltip,
#ss-account-dashboard-css .was-validated :valid~.valid-feedback,
#ss-account-dashboard-css .was-validated :valid~.valid-tooltip {
	display: block;
}

#ss-account-dashboard-css .form-control.is-valid,
#ss-account-dashboard-css .was-validated .form-control:valid {
	border-color: #00c9a7;
	padding-right: calc(1.6em + 1.5rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300c9a7' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.4em + .375rem) center;
	background-size: calc(.8em + .75rem) calc(.8em + .75rem);
}

#ss-account-dashboard-css .form-control.is-valid:focus,
#ss-account-dashboard-css .was-validated .form-control:valid:focus {
	border-color: #00c9a7;
	box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.25);
}

#ss-account-dashboard-css .was-validated textarea.form-control:valid,
#ss-account-dashboard-css textarea.form-control.is-valid {
	padding-right: calc(1.6em + 1.5rem);
	background-position: top calc(.4em + .375rem) right calc(.4em + .375rem);
}

#ss-account-dashboard-css .custom-select.is-valid,
#ss-account-dashboard-css .was-validated .custom-select:valid {
	border-color: #00c9a7;
	padding-right: calc(.75em + 3.125rem);
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%2371869d' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right 0.5rem center/1rem 1rem, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300c9a7' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 2rem/calc(.8em + .75rem) calc(.8em + .75rem);
}

#ss-account-dashboard-css .custom-select.is-valid:focus,
#ss-account-dashboard-css .was-validated .custom-select:valid:focus {
	border-color: #00c9a7;
	box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.25);
}

#ss-account-dashboard-css .form-check-input.is-valid~.form-check-label,
#ss-account-dashboard-css .was-validated .form-check-input:valid~.form-check-label {
	color: #00c9a7;
}

#ss-account-dashboard-css .form-check-input.is-valid~.valid-feedback,
#ss-account-dashboard-css .form-check-input.is-valid~.valid-tooltip,
#ss-account-dashboard-css .was-validated .form-check-input:valid~.valid-feedback,
#ss-account-dashboard-css .was-validated .form-check-input:valid~.valid-tooltip {
	display: block;
}

#ss-account-dashboard-css .custom-control-input.is-valid~.custom-control-label,
#ss-account-dashboard-css .was-validated .custom-control-input:valid~.custom-control-label {
	color: #00c9a7;
}

#ss-account-dashboard-css .custom-control-input.is-valid~.custom-control-label::before,
#ss-account-dashboard-css .was-validated .custom-control-input:valid~.custom-control-label::before {
	border-color: #00c9a7;
}

#ss-account-dashboard-css .custom-control-input.is-valid:checked~.custom-control-label::before,
#ss-account-dashboard-css .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
	border-color: #00fcd1;
	background-color: #00fcd1;
}

#ss-account-dashboard-css .custom-control-input.is-valid:focus~.custom-control-label::before,
#ss-account-dashboard-css .was-validated .custom-control-input:valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.25);
}

#ss-account-dashboard-css .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
#ss-account-dashboard-css .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
	border-color: #00c9a7;
}

#ss-account-dashboard-css .custom-file-input.is-valid~.custom-file-label,
#ss-account-dashboard-css .was-validated .custom-file-input:valid~.custom-file-label {
	border-color: #00c9a7;
}

#ss-account-dashboard-css .custom-file-input.is-valid:focus~.custom-file-label,
#ss-account-dashboard-css .was-validated .custom-file-input:valid:focus~.custom-file-label {
	border-color: #00c9a7;
	box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.25);
}

#ss-account-dashboard-css .invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #ed4c78;
}

#ss-account-dashboard-css .invalid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.6;
	color: #fff;
	background-color: #ed4c78;
	border-radius: .3125rem;
}

#ss-account-dashboard-css .is-invalid~.invalid-feedback,
#ss-account-dashboard-css .is-invalid~.invalid-tooltip,
#ss-account-dashboard-css .was-validated :invalid~.invalid-feedback,
#ss-account-dashboard-css .was-validated :invalid~.invalid-tooltip {
	display: block;
}

#ss-account-dashboard-css .form-control.is-invalid,
#ss-account-dashboard-css .was-validated .form-control:invalid {
	border-color: #ed4c78;
	padding-right: calc(1.6em + 1.5rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ed4c78' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ed4c78' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.4em + .375rem) center;
	background-size: calc(.8em + .75rem) calc(.8em + .75rem);
}

#ss-account-dashboard-css .form-control.is-invalid:focus,
#ss-account-dashboard-css .was-validated .form-control:invalid:focus {
	border-color: #ed4c78;
	box-shadow: 0 0 0 0.2rem rgba(237, 76, 120, 0.25);
}

#ss-account-dashboard-css .was-validated textarea.form-control:invalid,
#ss-account-dashboard-css textarea.form-control.is-invalid {
	padding-right: calc(1.6em + 1.5rem);
	background-position: top calc(.4em + .375rem) right calc(.4em + .375rem);
}

#ss-account-dashboard-css .custom-select.is-invalid,
#ss-account-dashboard-css .was-validated .custom-select:invalid {
	border-color: #ed4c78;
	padding-right: calc(.75em + 3.125rem);
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%2371869d' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right 0.5rem center/1rem 1rem, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ed4c78' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ed4c78' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 2rem/calc(.8em + .75rem) calc(.8em + .75rem);
}

#ss-account-dashboard-css .custom-select.is-invalid:focus,
#ss-account-dashboard-css .was-validated .custom-select:invalid:focus {
	border-color: #ed4c78;
	box-shadow: 0 0 0 0.2rem rgba(237, 76, 120, 0.25);
}

#ss-account-dashboard-css .form-check-input.is-invalid~.form-check-label,
#ss-account-dashboard-css .was-validated .form-check-input:invalid~.form-check-label {
	color: #ed4c78;
}

#ss-account-dashboard-css .form-check-input.is-invalid~.invalid-feedback,
#ss-account-dashboard-css .form-check-input.is-invalid~.invalid-tooltip,
#ss-account-dashboard-css .was-validated .form-check-input:invalid~.invalid-feedback,
#ss-account-dashboard-css .was-validated .form-check-input:invalid~.invalid-tooltip {
	display: block;
}

#ss-account-dashboard-css .custom-control-input.is-invalid~.custom-control-label,
#ss-account-dashboard-css .was-validated .custom-control-input:invalid~.custom-control-label {
	color: #ed4c78;
}

#ss-account-dashboard-css .custom-control-input.is-invalid~.custom-control-label::before,
#ss-account-dashboard-css .was-validated .custom-control-input:invalid~.custom-control-label::before {
	border-color: #ed4c78;
}

#ss-account-dashboard-css .custom-control-input.is-invalid:checked~.custom-control-label::before,
#ss-account-dashboard-css .was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
	border-color: #f27a9b;
	background-color: #f27a9b;
}

#ss-account-dashboard-css .custom-control-input.is-invalid:focus~.custom-control-label::before,
#ss-account-dashboard-css .was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(237, 76, 120, 0.25);
}

#ss-account-dashboard-css .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
#ss-account-dashboard-css .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
	border-color: #ed4c78;
}

#ss-account-dashboard-css .custom-file-input.is-invalid~.custom-file-label,
#ss-account-dashboard-css .was-validated .custom-file-input:invalid~.custom-file-label {
	border-color: #ed4c78;
}

#ss-account-dashboard-css .custom-file-input.is-invalid:focus~.custom-file-label,
#ss-account-dashboard-css .was-validated .custom-file-input:invalid:focus~.custom-file-label {
	border-color: #ed4c78;
	box-shadow: 0 0 0 0.2rem rgba(237, 76, 120, 0.25);
}

#ss-account-dashboard-css .form-inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
}

#ss-account-dashboard-css .form-inline .form-check {
	width: 100%;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .form-inline label {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0;
	}
	#ss-account-dashboard-css .form-inline .form-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
	}
	#ss-account-dashboard-css .form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
	#ss-account-dashboard-css .form-inline .form-control-plaintext {
		display: inline-block;
	}
	#ss-account-dashboard-css .form-inline .custom-select,
	#ss-account-dashboard-css .form-inline .input-group {
		width: auto;
	}
	#ss-account-dashboard-css .form-inline .form-check {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0;
	}
	#ss-account-dashboard-css .form-inline .form-check-input {
		position: relative;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0;
	}
	#ss-account-dashboard-css .form-inline .custom-control {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#ss-account-dashboard-css .form-inline .custom-control-label {
		margin-bottom: 0;
	}
}

#ss-account-dashboard-css .btn {
	display: inline-block;
	font-weight: 600;
	color: #677788;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: .0625rem solid transparent;
	padding: .75rem 1rem;
	font-size: 1rem;
	line-height: 1.6;
	border-radius: .3125rem;
	transition: all .2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	#ss-account-dashboard-css .btn {
		transition: none;
	}
}

#ss-account-dashboard-css .btn:hover {
	color: #677788;
	text-decoration: none;
}

#ss-account-dashboard-css .btn.focus,
#ss-account-dashboard-css .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(59, 181, 170, 0.25);
}

#ss-account-dashboard-css .btn.disabled,
#ss-account-dashboard-css .btn:disabled {
	opacity: .65;
}

#ss-account-dashboard-css .btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

#ss-account-dashboard-css a.btn.disabled,
#ss-account-dashboard-css fieldset:disabled a.btn {
	pointer-events: none;
}

#ss-account-dashboard-css .btn-primary {
	color: #fff;
	background-color: #ed1c24;
	border-color: #ed1c24;
}

#ss-account-dashboard-css .btn-primary:hover {
	color: #fff;
	background-color: #32988f;
	border-color: #2e8f86;
}

#ss-account-dashboard-css .btn-primary.focus,
#ss-account-dashboard-css .btn-primary:focus {
	color: #fff;
	background-color: #32988f;
	border-color: #2e8f86;
	box-shadow: 0 0 0 0.2rem rgba(88, 192, 183, 0.5);
}

#ss-account-dashboard-css .btn-primary.disabled,
#ss-account-dashboard-css .btn-primary:disabled {
	color: #fff;
	background-color: #ed1c24;
	border-color: #ed1c24;
}

#ss-account-dashboard-css .btn-primary:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-primary:not(:disabled):not(.disabled):active,
#ss-account-dashboard-css .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #2e8f86;
	border-color: #2b857d;
}

#ss-account-dashboard-css .btn-primary:not(:disabled):not(.disabled).active:focus,
#ss-account-dashboard-css .btn-primary:not(:disabled):not(.disabled):active:focus,
#ss-account-dashboard-css .show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(88, 192, 183, 0.5);
}

#ss-account-dashboard-css .btn-secondary {
	color: #fff;
	background-color: #eb3c67;
	border-color: #eb3c67;
}

#ss-account-dashboard-css .btn-secondary:hover {
	color: #fff;
	background-color: #e7194c;
	border-color: #dd1747;
}

#ss-account-dashboard-css .btn-secondary.focus,
#ss-account-dashboard-css .btn-secondary:focus {
	color: #fff;
	background-color: #e7194c;
	border-color: #dd1747;
	box-shadow: 0 0 0 0.2rem rgba(238, 89, 126, 0.5);
}

#ss-account-dashboard-css .btn-secondary.disabled,
#ss-account-dashboard-css .btn-secondary:disabled {
	color: #fff;
	background-color: #eb3c67;
	border-color: #eb3c67;
}

#ss-account-dashboard-css .btn-secondary:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-secondary:not(:disabled):not(.disabled):active,
#ss-account-dashboard-css .show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #dd1747;
	border-color: #d21644;
}

#ss-account-dashboard-css .btn-secondary:not(:disabled):not(.disabled).active:focus,
#ss-account-dashboard-css .btn-secondary:not(:disabled):not(.disabled):active:focus,
#ss-account-dashboard-css .show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(238, 89, 126, 0.5);
}

#ss-account-dashboard-css .btn-success {
	color: #fff;
	background-color: #00c9a7;
	border-color: #00c9a7;
}

#ss-account-dashboard-css .btn-success:hover {
	color: #fff;
	background-color: #00a387;
	border-color: #00967d;
}

#ss-account-dashboard-css .btn-success.focus,
#ss-account-dashboard-css .btn-success:focus {
	color: #fff;
	background-color: #00a387;
	border-color: #00967d;
	box-shadow: 0 0 0 0.2rem rgba(38, 209, 180, 0.5);
}

#ss-account-dashboard-css .btn-success.disabled,
#ss-account-dashboard-css .btn-success:disabled {
	color: #fff;
	background-color: #00c9a7;
	border-color: #00c9a7;
}

#ss-account-dashboard-css .btn-success:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-success:not(:disabled):not(.disabled):active,
#ss-account-dashboard-css .show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #00967d;
	border-color: #008972;
}

#ss-account-dashboard-css .btn-success:not(:disabled):not(.disabled).active:focus,
#ss-account-dashboard-css .btn-success:not(:disabled):not(.disabled):active:focus,
#ss-account-dashboard-css .show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(38, 209, 180, 0.5);
}

#ss-account-dashboard-css .btn-info {
	color: #fff;
	background-color: #09a5be;
	border-color: #09a5be;
}

#ss-account-dashboard-css .btn-info:hover {
	color: #fff;
	background-color: #078599;
	border-color: #077b8d;
}

#ss-account-dashboard-css .btn-info.focus,
#ss-account-dashboard-css .btn-info:focus {
	color: #fff;
	background-color: #078599;
	border-color: #077b8d;
	box-shadow: 0 0 0 0.2rem rgba(46, 179, 200, 0.5);
}

#ss-account-dashboard-css .btn-info.disabled,
#ss-account-dashboard-css .btn-info:disabled {
	color: #fff;
	background-color: #09a5be;
	border-color: #09a5be;
}

#ss-account-dashboard-css .btn-info:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-info:not(:disabled):not(.disabled):active,
#ss-account-dashboard-css .show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #077b8d;
	border-color: #067081;
}

#ss-account-dashboard-css .btn-info:not(:disabled):not(.disabled).active:focus,
#ss-account-dashboard-css .btn-info:not(:disabled):not(.disabled):active:focus,
#ss-account-dashboard-css .show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(46, 179, 200, 0.5);
}

#ss-account-dashboard-css .btn-warning {
	color: #1e2022;
	background-color: #f5ca99;
	border-color: #f5ca99;
}

#ss-account-dashboard-css .btn-warning:hover {
	color: #1e2022;
	background-color: #f2b876;
	border-color: #f0b26b;
}

#ss-account-dashboard-css .btn-warning.focus,
#ss-account-dashboard-css .btn-warning:focus {
	color: #1e2022;
	background-color: #f2b876;
	border-color: #f0b26b;
	box-shadow: 0 0 0 0.2rem rgba(213, 177, 135, 0.5);
}

#ss-account-dashboard-css .btn-warning.disabled,
#ss-account-dashboard-css .btn-warning:disabled {
	color: #1e2022;
	background-color: #f5ca99;
	border-color: #f5ca99;
}

#ss-account-dashboard-css .btn-warning:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-warning:not(:disabled):not(.disabled):active,
#ss-account-dashboard-css .show>.btn-warning.dropdown-toggle {
	color: #1e2022;
	background-color: #f0b26b;
	border-color: #efac5f;
}

#ss-account-dashboard-css .btn-warning:not(:disabled):not(.disabled).active:focus,
#ss-account-dashboard-css .btn-warning:not(:disabled):not(.disabled):active:focus,
#ss-account-dashboard-css .show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(213, 177, 135, 0.5);
}

#ss-account-dashboard-css .btn-danger {
	color: #fff;
	background-color: #ed4c78;
	border-color: #ed4c78;
}

#ss-account-dashboard-css .btn-danger:hover {
	color: #fff;
	background-color: #ea295e;
	border-color: #e81e55;
}

#ss-account-dashboard-css .btn-danger.focus,
#ss-account-dashboard-css .btn-danger:focus {
	color: #fff;
	background-color: #ea295e;
	border-color: #e81e55;
	box-shadow: 0 0 0 0.2rem rgba(240, 103, 140, 0.5);
}

#ss-account-dashboard-css .btn-danger.disabled,
#ss-account-dashboard-css .btn-danger:disabled {
	color: #fff;
	background-color: #ed4c78;
	border-color: #ed4c78;
}

#ss-account-dashboard-css .btn-danger:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-danger:not(:disabled):not(.disabled):active,
#ss-account-dashboard-css .show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #e81e55;
	border-color: #e2174e;
}

#ss-account-dashboard-css .btn-danger:not(:disabled):not(.disabled).active:focus,
#ss-account-dashboard-css .btn-danger:not(:disabled):not(.disabled):active:focus,
#ss-account-dashboard-css .show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(240, 103, 140, 0.5);
}

#ss-account-dashboard-css .btn-light {
	color: #1e2022;
	background-color: #f7faff;
	border-color: #f7faff;
}

#ss-account-dashboard-css .btn-light:hover {
	color: #1e2022;
	background-color: #d1e2ff;
	border-color: #c4daff;
}

#ss-account-dashboard-css .btn-light.focus,
#ss-account-dashboard-css .btn-light:focus {
	color: #1e2022;
	background-color: #d1e2ff;
	border-color: #c4daff;
	box-shadow: 0 0 0 0.2rem rgba(214, 217, 222, 0.5);
}

#ss-account-dashboard-css .btn-light.disabled,
#ss-account-dashboard-css .btn-light:disabled {
	color: #1e2022;
	background-color: #f7faff;
	border-color: #f7faff;
}

#ss-account-dashboard-css .btn-light:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-light:not(:disabled):not(.disabled):active,
#ss-account-dashboard-css .show>.btn-light.dropdown-toggle {
	color: #1e2022;
	background-color: #c4daff;
	border-color: #b7d2ff;
}

#ss-account-dashboard-css .btn-light:not(:disabled):not(.disabled).active:focus,
#ss-account-dashboard-css .btn-light:not(:disabled):not(.disabled):active:focus,
#ss-account-dashboard-css .show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(214, 217, 222, 0.5);
}

#ss-account-dashboard-css .btn-dark {
	color: #fff;
	background-color: #21325b;
	border-color: #21325b;
}

#ss-account-dashboard-css .btn-dark:hover {
	color: #fff;
	background-color: #17233f;
	border-color: #131d36;
}

#ss-account-dashboard-css .btn-dark.focus,
#ss-account-dashboard-css .btn-dark:focus {
	color: #fff;
	background-color: #17233f;
	border-color: #131d36;
	box-shadow: 0 0 0 0.2rem rgba(66, 81, 116, 0.5);
}

#ss-account-dashboard-css .btn-dark.disabled,
#ss-account-dashboard-css .btn-dark:disabled {
	color: #fff;
	background-color: #21325b;
	border-color: #21325b;
}

#ss-account-dashboard-css .btn-dark:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-dark:not(:disabled):not(.disabled):active,
#ss-account-dashboard-css .show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #131d36;
	border-color: #10182c;
}

#ss-account-dashboard-css .btn-dark:not(:disabled):not(.disabled).active:focus,
#ss-account-dashboard-css .btn-dark:not(:disabled):not(.disabled):active:focus,
#ss-account-dashboard-css .show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(66, 81, 116, 0.5);
}

#ss-account-dashboard-css .btn-indigo {
	color: #fff;
	background-color: #2d1582;
	border-color: #2d1582;
}

#ss-account-dashboard-css .btn-indigo:hover {
	color: #fff;
	background-color: #221061;
	border-color: #1e0e56;
}

#ss-account-dashboard-css .btn-indigo.focus,
#ss-account-dashboard-css .btn-indigo:focus {
	color: #fff;
	background-color: #221061;
	border-color: #1e0e56;
	box-shadow: 0 0 0 0.2rem rgba(77, 56, 149, 0.5);
}

#ss-account-dashboard-css .btn-indigo.disabled,
#ss-account-dashboard-css .btn-indigo:disabled {
	color: #fff;
	background-color: #2d1582;
	border-color: #2d1582;
}

#ss-account-dashboard-css .btn-indigo:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-indigo:not(:disabled):not(.disabled):active,
#ss-account-dashboard-css .show>.btn-indigo.dropdown-toggle {
	color: #fff;
	background-color: #1e0e56;
	border-color: #1a0c4b;
}

#ss-account-dashboard-css .btn-indigo:not(:disabled):not(.disabled).active:focus,
#ss-account-dashboard-css .btn-indigo:not(:disabled):not(.disabled):active:focus,
#ss-account-dashboard-css .show>.btn-indigo.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(77, 56, 149, 0.5);
}

#ss-account-dashboard-css .btn-outline-primary {
	color: #ed1c24;
	border-color: #ed1c24;
}

#ss-account-dashboard-css .btn-outline-primary:hover {
	color: #fff;
	background-color: #ed1c24;
	border-color: #ed1c24;
}

#ss-account-dashboard-css .btn-outline-primary.focus,
#ss-account-dashboard-css .btn-outline-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(59, 181, 170, 0.5);
}

#ss-account-dashboard-css .btn-outline-primary.disabled,
#ss-account-dashboard-css .btn-outline-primary:disabled {
	color: #ed1c24;
	background-color: transparent;
}

#ss-account-dashboard-css .btn-outline-primary:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-outline-primary:not(:disabled):not(.disabled):active,
#ss-account-dashboard-css .show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #ed1c24;
	border-color: #ed1c24;
}

#ss-account-dashboard-css .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
#ss-account-dashboard-css .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
#ss-account-dashboard-css .show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(59, 181, 170, 0.5);
}

#ss-account-dashboard-css .btn-outline-secondary {
	color: #eb3c67;
	border-color: #eb3c67;
}

#ss-account-dashboard-css .btn-outline-secondary:hover {
	color: #fff;
	background-color: #eb3c67;
	border-color: #eb3c67;
}

#ss-account-dashboard-css .btn-outline-secondary.focus,
#ss-account-dashboard-css .btn-outline-secondary:focus {
	box-shadow: 0 0 0 0.2rem rgba(235, 60, 103, 0.5);
}

#ss-account-dashboard-css .btn-outline-secondary.disabled,
#ss-account-dashboard-css .btn-outline-secondary:disabled {
	color: #eb3c67;
	background-color: transparent;
}

#ss-account-dashboard-css .btn-outline-secondary:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-outline-secondary:not(:disabled):not(.disabled):active,
#ss-account-dashboard-css .show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #eb3c67;
	border-color: #eb3c67;
}

#ss-account-dashboard-css .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
#ss-account-dashboard-css .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
#ss-account-dashboard-css .show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(235, 60, 103, 0.5);
}

#ss-account-dashboard-css .btn-outline-success {
	color: #00c9a7;
	border-color: #00c9a7;
}

#ss-account-dashboard-css .btn-outline-success:hover {
	color: #fff;
	background-color: #00c9a7;
	border-color: #00c9a7;
}

#ss-account-dashboard-css .btn-outline-success.focus,
#ss-account-dashboard-css .btn-outline-success:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.5);
}

#ss-account-dashboard-css .btn-outline-success.disabled,
#ss-account-dashboard-css .btn-outline-success:disabled {
	color: #00c9a7;
	background-color: transparent;
}

#ss-account-dashboard-css .btn-outline-success:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-outline-success:not(:disabled):not(.disabled):active,
#ss-account-dashboard-css .show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #00c9a7;
	border-color: #00c9a7;
}

#ss-account-dashboard-css .btn-outline-success:not(:disabled):not(.disabled).active:focus,
#ss-account-dashboard-css .btn-outline-success:not(:disabled):not(.disabled):active:focus,
#ss-account-dashboard-css .show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.5);
}

#ss-account-dashboard-css .btn-outline-info {
	color: #09a5be;
	border-color: #09a5be;
}

#ss-account-dashboard-css .btn-outline-info:hover {
	color: #fff;
	background-color: #09a5be;
	border-color: #09a5be;
}

#ss-account-dashboard-css .btn-outline-info.focus,
#ss-account-dashboard-css .btn-outline-info:focus {
	box-shadow: 0 0 0 0.2rem rgba(9, 165, 190, 0.5);
}

#ss-account-dashboard-css .btn-outline-info.disabled,
#ss-account-dashboard-css .btn-outline-info:disabled {
	color: #09a5be;
	background-color: transparent;
}

#ss-account-dashboard-css .btn-outline-info:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-outline-info:not(:disabled):not(.disabled):active,
#ss-account-dashboard-css .show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #09a5be;
	border-color: #09a5be;
}

#ss-account-dashboard-css .btn-outline-info:not(:disabled):not(.disabled).active:focus,
#ss-account-dashboard-css .btn-outline-info:not(:disabled):not(.disabled):active:focus,
#ss-account-dashboard-css .show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(9, 165, 190, 0.5);
}

#ss-account-dashboard-css .btn-outline-warning {
	color: #f5ca99;
	border-color: #f5ca99;
}

#ss-account-dashboard-css .btn-outline-warning:hover {
	color: #1e2022;
	background-color: #f5ca99;
	border-color: #f5ca99;
}

#ss-account-dashboard-css .btn-outline-warning.focus,
#ss-account-dashboard-css .btn-outline-warning:focus {
	box-shadow: 0 0 0 0.2rem rgba(245, 202, 153, 0.5);
}

#ss-account-dashboard-css .btn-outline-warning.disabled,
#ss-account-dashboard-css .btn-outline-warning:disabled {
	color: #f5ca99;
	background-color: transparent;
}

#ss-account-dashboard-css .btn-outline-warning:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-outline-warning:not(:disabled):not(.disabled):active,
#ss-account-dashboard-css .show>.btn-outline-warning.dropdown-toggle {
	color: #1e2022;
	background-color: #f5ca99;
	border-color: #f5ca99;
}

#ss-account-dashboard-css .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
#ss-account-dashboard-css .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
#ss-account-dashboard-css .show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(245, 202, 153, 0.5);
}

#ss-account-dashboard-css .btn-outline-danger {
	color: #ed4c78;
	border-color: #ed4c78;
}

#ss-account-dashboard-css .btn-outline-danger:hover {
	color: #fff;
	background-color: #ed4c78;
	border-color: #ed4c78;
}

#ss-account-dashboard-css .btn-outline-danger.focus,
#ss-account-dashboard-css .btn-outline-danger:focus {
	box-shadow: 0 0 0 0.2rem rgba(237, 76, 120, 0.5);
}

#ss-account-dashboard-css .btn-outline-danger.disabled,
#ss-account-dashboard-css .btn-outline-danger:disabled {
	color: #ed4c78;
	background-color: transparent;
}

#ss-account-dashboard-css .btn-outline-danger:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-outline-danger:not(:disabled):not(.disabled):active,
#ss-account-dashboard-css .show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #ed4c78;
	border-color: #ed4c78;
}

#ss-account-dashboard-css .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
#ss-account-dashboard-css .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
#ss-account-dashboard-css .show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(237, 76, 120, 0.5);
}

#ss-account-dashboard-css .btn-outline-light {
	color: #f7faff;
	border-color: #f7faff;
}

#ss-account-dashboard-css .btn-outline-light:hover {
	color: #1e2022;
	background-color: #f7faff;
	border-color: #f7faff;
}

#ss-account-dashboard-css .btn-outline-light.focus,
#ss-account-dashboard-css .btn-outline-light:focus {
	box-shadow: 0 0 0 0.2rem rgba(247, 250, 255, 0.5);
}

#ss-account-dashboard-css .btn-outline-light.disabled,
#ss-account-dashboard-css .btn-outline-light:disabled {
	color: #f7faff;
	background-color: transparent;
}

#ss-account-dashboard-css .btn-outline-light:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-outline-light:not(:disabled):not(.disabled):active,
#ss-account-dashboard-css .show>.btn-outline-light.dropdown-toggle {
	color: #1e2022;
	background-color: #f7faff;
	border-color: #f7faff;
}

#ss-account-dashboard-css .btn-outline-light:not(:disabled):not(.disabled).active:focus,
#ss-account-dashboard-css .btn-outline-light:not(:disabled):not(.disabled):active:focus,
#ss-account-dashboard-css .show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(247, 250, 255, 0.5);
}

#ss-account-dashboard-css .btn-outline-dark {
	color: #21325b;
	border-color: #21325b;
}

#ss-account-dashboard-css .btn-outline-dark:hover {
	color: #fff;
	background-color: #21325b;
	border-color: #21325b;
}

#ss-account-dashboard-css .btn-outline-dark.focus,
#ss-account-dashboard-css .btn-outline-dark:focus {
	box-shadow: 0 0 0 0.2rem rgba(33, 50, 91, 0.5);
}

#ss-account-dashboard-css .btn-outline-dark.disabled,
#ss-account-dashboard-css .btn-outline-dark:disabled {
	color: #21325b;
	background-color: transparent;
}

#ss-account-dashboard-css .btn-outline-dark:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-outline-dark:not(:disabled):not(.disabled):active,
#ss-account-dashboard-css .show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #21325b;
	border-color: #21325b;
}

#ss-account-dashboard-css .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
#ss-account-dashboard-css .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
#ss-account-dashboard-css .show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(33, 50, 91, 0.5);
}

#ss-account-dashboard-css .btn-outline-indigo {
	color: #2d1582;
	border-color: #2d1582;
}

#ss-account-dashboard-css .btn-outline-indigo:hover {
	color: #fff;
	background-color: #2d1582;
	border-color: #2d1582;
}

#ss-account-dashboard-css .btn-outline-indigo.focus,
#ss-account-dashboard-css .btn-outline-indigo:focus {
	box-shadow: 0 0 0 0.2rem rgba(45, 21, 130, 0.5);
}

#ss-account-dashboard-css .btn-outline-indigo.disabled,
#ss-account-dashboard-css .btn-outline-indigo:disabled {
	color: #2d1582;
	background-color: transparent;
}

#ss-account-dashboard-css .btn-outline-indigo:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-outline-indigo:not(:disabled):not(.disabled):active,
#ss-account-dashboard-css .show>.btn-outline-indigo.dropdown-toggle {
	color: #fff;
	background-color: #2d1582;
	border-color: #2d1582;
}

#ss-account-dashboard-css .btn-outline-indigo:not(:disabled):not(.disabled).active:focus,
#ss-account-dashboard-css .btn-outline-indigo:not(:disabled):not(.disabled):active:focus,
#ss-account-dashboard-css .show>.btn-outline-indigo.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(45, 21, 130, 0.5);
}

#ss-account-dashboard-css .btn-link {
	font-weight: 400;
	color: #ed1c24;
	text-decoration: none;
}

#ss-account-dashboard-css .btn-link:hover {
	color: #c90c14;
	text-decoration: none;
}

#ss-account-dashboard-css .btn-link.focus,
#ss-account-dashboard-css .btn-link:focus {
	text-decoration: none;
}

#ss-account-dashboard-css .btn-link.disabled,
#ss-account-dashboard-css .btn-link:disabled {
	color: #8c98a4;
	pointer-events: none;
}

#ss-account-dashboard-css .btn-group-lg>.btn,
#ss-account-dashboard-css .btn-lg {
	padding: 1.125rem 1.125rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .75rem;
}

#ss-account-dashboard-css .btn-group-sm>.btn,
#ss-account-dashboard-css .btn-sm {
	padding: .625rem 1.125rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .25rem;
}

#ss-account-dashboard-css .btn-block {
	display: block;
	width: 100%;
}

#ss-account-dashboard-css .btn-block+.btn-block {
	margin-top: .5rem;
}

#ss-account-dashboard-css input[type=button].btn-block,
#ss-account-dashboard-css input[type=reset].btn-block,
#ss-account-dashboard-css input[type=submit].btn-block {
	width: 100%;
}

#ss-account-dashboard-css .fade {
	transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
	#ss-account-dashboard-css .fade {
		transition: none;
	}
}

#ss-account-dashboard-css .fade:not(.show) {
	opacity: 0;
}

#ss-account-dashboard-css .collapse:not(.show) {
	display: none;
}

#ss-account-dashboard-css .collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease;
}

@media (prefers-reduced-motion: reduce) {
	#ss-account-dashboard-css .collapsing {
		transition: none;
	}
}

#ss-account-dashboard-css .dropdown,
#ss-account-dashboard-css .dropleft,
#ss-account-dashboard-css .dropright,
#ss-account-dashboard-css .dropup {
	position: relative;
}

#ss-account-dashboard-css .dropdown-toggle {
	white-space: nowrap;
}

#ss-account-dashboard-css .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 8.4375rem;
	padding: 1rem 0;
	margin: .5rem 0 0;
	font-size: 1rem;
	color: #677788;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 0 solid rgba(0, 0, 0, 0.15);
	border-radius: .75rem;
}

#ss-account-dashboard-css .dropdown-menu-left {
	right: auto;
	left: 0;
}

#ss-account-dashboard-css .dropdown-menu-right {
	right: 0;
	left: auto;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .dropdown-menu-sm-left {
		right: auto;
		left: 0;
	}
	#ss-account-dashboard-css .dropdown-menu-sm-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .dropdown-menu-md-left {
		right: auto;
		left: 0;
	}
	#ss-account-dashboard-css .dropdown-menu-md-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .dropdown-menu-lg-left {
		right: auto;
		left: 0;
	}
	#ss-account-dashboard-css .dropdown-menu-lg-right {
		right: 0;
		left: auto;
	}
}

@media (min-width: 1200px) {
	#ss-account-dashboard-css .dropdown-menu-xl-left {
		right: auto;
		left: 0;
	}
	#ss-account-dashboard-css .dropdown-menu-xl-right {
		right: 0;
		left: auto;
	}
}

#ss-account-dashboard-css .dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .5rem;
}

#ss-account-dashboard-css .dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .5rem;
}

#ss-account-dashboard-css .dropright .dropdown-toggle::after {
	vertical-align: 0;
}

#ss-account-dashboard-css .dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .5rem;
}

#ss-account-dashboard-css .dropleft .dropdown-toggle::before {
	vertical-align: 0;
}

#ss-account-dashboard-css .dropdown-menu[x-placement^=bottom],
#ss-account-dashboard-css .dropdown-menu[x-placement^=left],
#ss-account-dashboard-css .dropdown-menu[x-placement^=right],
#ss-account-dashboard-css .dropdown-menu[x-placement^=top] {
	right: auto;
	bottom: auto;
}

#ss-account-dashboard-css .dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e7eaf3;
}

#ss-account-dashboard-css .dropdown-item {
	display: block;
	width: 100%;
	padding: .375rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #1e2022;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

#ss-account-dashboard-css .dropdown-item:focus,
#ss-account-dashboard-css .dropdown-item:hover {
	color: #121314;
	text-decoration: none;
	background-color: rgba(189, 197, 209, 0.3);
}

#ss-account-dashboard-css .dropdown-item.active,
#ss-account-dashboard-css .dropdown-item:active {
	color: #1e2022;
	text-decoration: none;
	background-color: rgba(189, 197, 209, 0.3);
}

#ss-account-dashboard-css .dropdown-item.disabled,
#ss-account-dashboard-css .dropdown-item:disabled {
	color: #8c98a4;
	pointer-events: none;
	background-color: transparent;
}

#ss-account-dashboard-css .dropdown-menu.show {
	display: block;
}

#ss-account-dashboard-css .dropdown-header {
	display: block;
	padding: 1rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #8c98a4;
	white-space: nowrap;
}

#ss-account-dashboard-css .dropdown-item-text {
	display: block;
	padding: .375rem 1.5rem;
	color: #1e2022;
}

#ss-account-dashboard-css .btn-group,
#ss-account-dashboard-css .btn-group-vertical {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}

#ss-account-dashboard-css .btn-group-vertical>.btn,
#ss-account-dashboard-css .btn-group>.btn {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

#ss-account-dashboard-css .btn-group-vertical>.btn:hover,
#ss-account-dashboard-css .btn-group>.btn:hover {
	z-index: 1;
}

#ss-account-dashboard-css .btn-group-vertical>.btn.active,
#ss-account-dashboard-css .btn-group-vertical>.btn:active,
#ss-account-dashboard-css .btn-group-vertical>.btn:focus,
#ss-account-dashboard-css .btn-group>.btn.active,
#ss-account-dashboard-css .btn-group>.btn:active,
#ss-account-dashboard-css .btn-group>.btn:focus {
	z-index: 1;
}

#ss-account-dashboard-css .btn-toolbar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

#ss-account-dashboard-css .btn-toolbar .input-group {
	width: auto;
}

#ss-account-dashboard-css .btn-group>.btn-group:not(:first-child),
#ss-account-dashboard-css .btn-group>.btn:not(:first-child) {
	margin-left: -.0625rem;
}

#ss-account-dashboard-css .btn-group>.btn-group:not(:last-child)>.btn,
#ss-account-dashboard-css .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#ss-account-dashboard-css .btn-group>.btn-group:not(:first-child)>.btn,
#ss-account-dashboard-css .btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#ss-account-dashboard-css .dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem;
}

#ss-account-dashboard-css .dropdown-toggle-split::after,
#ss-account-dashboard-css .dropright .dropdown-toggle-split::after,
#ss-account-dashboard-css .dropup .dropdown-toggle-split::after {
	margin-left: 0;
}

#ss-account-dashboard-css .dropleft .dropdown-toggle-split::before {
	margin-right: 0;
}

#ss-account-dashboard-css .btn-group-sm>.btn+.dropdown-toggle-split,
#ss-account-dashboard-css .btn-sm+.dropdown-toggle-split {
	padding-right: .84375rem;
	padding-left: .84375rem;
}

#ss-account-dashboard-css .btn-group-lg>.btn+.dropdown-toggle-split,
#ss-account-dashboard-css .btn-lg+.dropdown-toggle-split {
	padding-right: .84375rem;
	padding-left: .84375rem;
}

#ss-account-dashboard-css .btn-group-vertical {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
}

#ss-account-dashboard-css .btn-group-vertical>.btn,
#ss-account-dashboard-css .btn-group-vertical>.btn-group {
	width: 100%;
}

#ss-account-dashboard-css .btn-group-vertical>.btn-group:not(:first-child),
#ss-account-dashboard-css .btn-group-vertical>.btn:not(:first-child) {
	margin-top: -.0625rem;
}

#ss-account-dashboard-css .btn-group-vertical>.btn-group:not(:last-child)>.btn,
#ss-account-dashboard-css .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

#ss-account-dashboard-css .btn-group-vertical>.btn-group:not(:first-child)>.btn,
#ss-account-dashboard-css .btn-group-vertical>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#ss-account-dashboard-css .btn-group-toggle>.btn,
#ss-account-dashboard-css .btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0;
}

#ss-account-dashboard-css .btn-group-toggle>.btn input[type=checkbox],
#ss-account-dashboard-css .btn-group-toggle>.btn input[type=radio],
#ss-account-dashboard-css .btn-group-toggle>.btn-group>.btn input[type=checkbox],
#ss-account-dashboard-css .btn-group-toggle>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

#ss-account-dashboard-css .input-group {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

#ss-account-dashboard-css .input-group>.custom-file,
#ss-account-dashboard-css .input-group>.custom-select,
#ss-account-dashboard-css .input-group>.form-control,
#ss-account-dashboard-css .input-group>.form-control-plaintext {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	margin-bottom: 0;
}

#ss-account-dashboard-css .input-group>.custom-file+.custom-file,
#ss-account-dashboard-css .input-group>.custom-file+.custom-select,
#ss-account-dashboard-css .input-group>.custom-file+.form-control,
#ss-account-dashboard-css .input-group>.custom-select+.custom-file,
#ss-account-dashboard-css .input-group>.custom-select+.custom-select,
#ss-account-dashboard-css .input-group>.custom-select+.form-control,
#ss-account-dashboard-css .input-group>.form-control+.custom-file,
#ss-account-dashboard-css .input-group>.form-control+.custom-select,
#ss-account-dashboard-css .input-group>.form-control+.form-control,
#ss-account-dashboard-css .input-group>.form-control-plaintext+.custom-file,
#ss-account-dashboard-css .input-group>.form-control-plaintext+.custom-select,
#ss-account-dashboard-css .input-group>.form-control-plaintext+.form-control {
	margin-left: -.0625rem;
}

#ss-account-dashboard-css .input-group>.custom-file .custom-file-input:focus~.custom-file-label,
#ss-account-dashboard-css .input-group>.custom-select:focus,
#ss-account-dashboard-css .input-group>.form-control:focus {
	z-index: 3;
}

#ss-account-dashboard-css .input-group>.custom-file .custom-file-input:focus {
	z-index: 4;
}

#ss-account-dashboard-css .input-group>.custom-select:not(:last-child),
#ss-account-dashboard-css .input-group>.form-control:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#ss-account-dashboard-css .input-group>.custom-select:not(:first-child),
#ss-account-dashboard-css .input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#ss-account-dashboard-css .input-group>.custom-file {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

#ss-account-dashboard-css .input-group>.custom-file:not(:last-child) .custom-file-label,
#ss-account-dashboard-css .input-group>.custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#ss-account-dashboard-css .input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#ss-account-dashboard-css .input-group-append,
#ss-account-dashboard-css .input-group-prepend {
	display: -ms-flexbox;
	display: flex;
}

#ss-account-dashboard-css .input-group-append .btn,
#ss-account-dashboard-css .input-group-prepend .btn {
	position: relative;
	z-index: 2;
}

#ss-account-dashboard-css .input-group-append .btn:focus,
#ss-account-dashboard-css .input-group-prepend .btn:focus {
	z-index: 3;
}

#ss-account-dashboard-css .input-group-append .btn+.btn,
#ss-account-dashboard-css .input-group-append .btn+.input-group-text,
#ss-account-dashboard-css .input-group-append .input-group-text+.btn,
#ss-account-dashboard-css .input-group-append .input-group-text+.input-group-text,
#ss-account-dashboard-css .input-group-prepend .btn+.btn,
#ss-account-dashboard-css .input-group-prepend .btn+.input-group-text,
#ss-account-dashboard-css .input-group-prepend .input-group-text+.btn,
#ss-account-dashboard-css .input-group-prepend .input-group-text+.input-group-text {
	margin-left: -.0625rem;
}

#ss-account-dashboard-css .input-group-prepend {
	margin-right: -.0625rem;
}

#ss-account-dashboard-css .input-group-append {
	margin-left: -.0625rem;
}

#ss-account-dashboard-css .input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .75rem 1rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	color: #97a4af;
	text-align: center;
	white-space: nowrap;
	background-color: transparent;
	border: .0625rem solid #e7eaf3;
	border-radius: .3125rem;
}

#ss-account-dashboard-css .input-group-text input[type=checkbox],
#ss-account-dashboard-css .input-group-text input[type=radio] {
	margin-top: 0;
}

#ss-account-dashboard-css .input-group-lg>.custom-select,
#ss-account-dashboard-css .input-group-lg>.form-control:not(textarea) {
	height: calc(1.5em + 2.375rem);
}

#ss-account-dashboard-css .input-group-lg>.custom-select,
#ss-account-dashboard-css .input-group-lg>.form-control,
#ss-account-dashboard-css .input-group-lg>.input-group-append>.btn,
#ss-account-dashboard-css .input-group-lg>.input-group-append>.input-group-text,
#ss-account-dashboard-css .input-group-lg>.input-group-prepend>.btn,
#ss-account-dashboard-css .input-group-lg>.input-group-prepend>.input-group-text {
	padding: 1.125rem 1.125rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .75rem;
}

#ss-account-dashboard-css .input-group-sm>.custom-select,
#ss-account-dashboard-css .input-group-sm>.form-control:not(textarea) {
	height: calc(1.5em + 1.375rem);
}

#ss-account-dashboard-css .input-group-sm>.custom-select,
#ss-account-dashboard-css .input-group-sm>.form-control,
#ss-account-dashboard-css .input-group-sm>.input-group-append>.btn,
#ss-account-dashboard-css .input-group-sm>.input-group-append>.input-group-text,
#ss-account-dashboard-css .input-group-sm>.input-group-prepend>.btn,
#ss-account-dashboard-css .input-group-sm>.input-group-prepend>.input-group-text {
	padding: .625rem 1.125rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .25rem;
}

#ss-account-dashboard-css .input-group-lg>.custom-select,
#ss-account-dashboard-css .input-group-sm>.custom-select {
	padding-right: 2rem;
}

#ss-account-dashboard-css .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
#ss-account-dashboard-css .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
#ss-account-dashboard-css .input-group>.input-group-append:not(:last-child)>.btn,
#ss-account-dashboard-css .input-group>.input-group-append:not(:last-child)>.input-group-text,
#ss-account-dashboard-css .input-group>.input-group-prepend>.btn,
#ss-account-dashboard-css .input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#ss-account-dashboard-css .input-group>.input-group-append>.btn,
#ss-account-dashboard-css .input-group>.input-group-append>.input-group-text,
#ss-account-dashboard-css .input-group>.input-group-prepend:first-child>.btn:not(:first-child),
#ss-account-dashboard-css .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
#ss-account-dashboard-css .input-group>.input-group-prepend:not(:first-child)>.btn,
#ss-account-dashboard-css .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#ss-account-dashboard-css .custom-control {
	position: relative;
	z-index: 1;
	display: block;
	min-height: 1.6rem;
	padding-left: 1.5rem;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}

#ss-account-dashboard-css .custom-control-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem;
}

#ss-account-dashboard-css .custom-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1rem;
	height: 1.3rem;
	opacity: 0;
}

#ss-account-dashboard-css .custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #ed1c24;
	background-color: #ed1c24;
}

#ss-account-dashboard-css .custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 10px rgba(59, 181, 170, 0.1);
}

#ss-account-dashboard-css .custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: rgba(237, 28, 36, 0.5);
}

#ss-account-dashboard-css .custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #bae9e4;
	border-color: #bae9e4;
}

#ss-account-dashboard-css .custom-control-input:disabled~.custom-control-label,
#ss-account-dashboard-css .custom-control-input[disabled]~.custom-control-label {
	color: #8c98a4;
}

#ss-account-dashboard-css .custom-control-input:disabled~.custom-control-label::before,
#ss-account-dashboard-css .custom-control-input[disabled]~.custom-control-label::before {
	background-color: #f8fafd;
}

#ss-account-dashboard-css .custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}

#ss-account-dashboard-css .custom-control-label::before {
	position: absolute;
	top: .3rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #d6dbeb solid .0625rem;
}

#ss-account-dashboard-css .custom-control-label::after {
	position: absolute;
	top: .3rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50%/50% 50%;
}

#ss-account-dashboard-css .custom-checkbox .custom-control-label::before {
	border-radius: .25rem;
}

#ss-account-dashboard-css .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

#ss-account-dashboard-css .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	border-color: #ed1c24;
	background-color: #ed1c24;
}

#ss-account-dashboard-css .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

#ss-account-dashboard-css .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(59, 181, 170, 0.5);
}

#ss-account-dashboard-css .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(59, 181, 170, 0.5);
}

#ss-account-dashboard-css .custom-radio .custom-control-label::before {
	border-radius: 50%;
}

#ss-account-dashboard-css .custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

#ss-account-dashboard-css .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(59, 181, 170, 0.5);
}

#ss-account-dashboard-css .custom-switch {
	padding-left: 2.25rem;
}

#ss-account-dashboard-css .custom-switch .custom-control-label::before {
	left: -2.25rem;
	width: 1.75rem;
	pointer-events: all;
	border-radius: .5rem;
}

#ss-account-dashboard-css .custom-switch .custom-control-label::after {
	top: .425rem;
	left: -2.125rem;
	width: .75rem;
	height: .75rem;
	background-color: #d6dbeb;
	border-radius: .5rem;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	#ss-account-dashboard-css .custom-switch .custom-control-label::after {
		transition: none;
	}
}

#ss-account-dashboard-css .custom-switch .custom-control-input:checked~.custom-control-label::after {
	background-color: #fff;
	-webkit-transform: translateX(0.75rem);
	transform: translateX(0.75rem);
}

#ss-account-dashboard-css .custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(59, 181, 170, 0.5);
}

#ss-account-dashboard-css .custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.6em + 1.625rem);
	padding: .75rem 2rem .75rem 1rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	color: #1e2022;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%2371869d' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right 0.5rem center/1rem 1rem;
	border: .0625rem solid #e7eaf3;
	border-radius: .3125rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#ss-account-dashboard-css .custom-select:focus {
	border-color: rgba(237, 28, 36, 0.5);
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(59, 181, 170, 0.25);
}

#ss-account-dashboard-css .custom-select:focus::-ms-value {
	color: #1e2022;
	background-color: #fff;
}

#ss-account-dashboard-css .custom-select[multiple],
#ss-account-dashboard-css .custom-select[size]:not([size="1"]) {
	height: auto;
	padding-right: 1rem;
	background-image: none;
}

#ss-account-dashboard-css .custom-select:disabled {
	color: #8c98a4;
	background-color: #f8fafd;
}

#ss-account-dashboard-css .custom-select::-ms-expand {
	display: none;
}

#ss-account-dashboard-css .custom-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #1e2022;
}

#ss-account-dashboard-css .custom-select-sm {
	height: calc(1.5em + 1.375rem);
	padding-top: .625rem;
	padding-bottom: .625rem;
	padding-left: 1.125rem;
	font-size: .875rem;
}

#ss-account-dashboard-css .custom-select-lg {
	height: calc(1.5em + 2.375rem);
	padding-top: 1.125rem;
	padding-bottom: 1.125rem;
	padding-left: 1.125rem;
	font-size: 1.25rem;
}

#ss-account-dashboard-css .custom-file {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(1.6em + 1.625rem);
	margin-bottom: 0;
}

#ss-account-dashboard-css .custom-file-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(1.6em + 1.625rem);
	margin: 0;
	opacity: 0;
}

#ss-account-dashboard-css .custom-file-input:focus~.custom-file-label {
	border-color: rgba(237, 28, 36, 0.5);
	box-shadow: 0 0 10px rgba(59, 181, 170, 0.1);
}

#ss-account-dashboard-css .custom-file-input:disabled~.custom-file-label,
#ss-account-dashboard-css .custom-file-input[disabled]~.custom-file-label {
	background-color: #f8fafd;
}

#ss-account-dashboard-css .custom-file-input:lang(en)~.custom-file-label::after {
	content: "Browse";
}

#ss-account-dashboard-css .custom-file-input~.custom-file-label[data-browse]::after {
	content: attr(data-browse);
}

#ss-account-dashboard-css .custom-file-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(1.6em + 1.625rem);
	padding: .75rem 1rem;
	font-weight: 400;
	line-height: 1.6;
	color: #8c98a4;
	background-color: #fff;
	border: .0625rem solid #e7eaf3;
	border-radius: .3125rem;
}

#ss-account-dashboard-css .custom-file-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(1.6em + 1.5rem);
	padding: .75rem 1rem;
	line-height: 1.6;
	color: #8c98a4;
	content: "Browse";
	background-color: transparent;
	border-left: inherit;
	border-radius: 0 .3125rem .3125rem 0;
}

#ss-account-dashboard-css .custom-range {
	width: 100%;
	height: 1.4rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#ss-account-dashboard-css .custom-range:focus {
	outline: 0;
}

#ss-account-dashboard-css .custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 10px rgba(59, 181, 170, 0.1);
}

#ss-account-dashboard-css .custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 10px rgba(59, 181, 170, 0.1);
}

#ss-account-dashboard-css .custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 10px rgba(59, 181, 170, 0.1);
}

#ss-account-dashboard-css .custom-range::-moz-focus-outer {
	border: 0;
}

#ss-account-dashboard-css .custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #ed1c24;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	#ss-account-dashboard-css .custom-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none;
	}
}

#ss-account-dashboard-css .custom-range::-webkit-slider-thumb:active {
	background-color: #bae9e4;
}

#ss-account-dashboard-css .custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #e7eaf3;
	border-color: transparent;
	border-radius: 1rem;
}

#ss-account-dashboard-css .custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #ed1c24;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-moz-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	#ss-account-dashboard-css .custom-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none;
	}
}

#ss-account-dashboard-css .custom-range::-moz-range-thumb:active {
	background-color: #bae9e4;
}

#ss-account-dashboard-css .custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #e7eaf3;
	border-color: transparent;
	border-radius: 1rem;
}

#ss-account-dashboard-css .custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: .2rem;
	margin-left: .2rem;
	background-color: #ed1c24;
	border: 0;
	border-radius: 1rem;
	-ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	appearance: none;
}

@media (prefers-reduced-motion: reduce) {
	#ss-account-dashboard-css .custom-range::-ms-thumb {
		-ms-transition: none;
		transition: none;
	}
}

#ss-account-dashboard-css .custom-range::-ms-thumb:active {
	background-color: #bae9e4;
}

#ss-account-dashboard-css .custom-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem;
}

#ss-account-dashboard-css .custom-range::-ms-fill-lower {
	background-color: #e7eaf3;
	border-radius: 1rem;
}

#ss-account-dashboard-css .custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #e7eaf3;
	border-radius: 1rem;
}

#ss-account-dashboard-css .custom-range:disabled::-webkit-slider-thumb {
	background-color: #97a4af;
}

#ss-account-dashboard-css .custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default;
}

#ss-account-dashboard-css .custom-range:disabled::-moz-range-thumb {
	background-color: #97a4af;
}

#ss-account-dashboard-css .custom-range:disabled::-moz-range-track {
	cursor: default;
}

#ss-account-dashboard-css .custom-range:disabled::-ms-thumb {
	background-color: #97a4af;
}

#ss-account-dashboard-css .custom-control-label::before,
#ss-account-dashboard-css .custom-file-label,
#ss-account-dashboard-css .custom-select {
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	#ss-account-dashboard-css .custom-control-label::before,
	#ss-account-dashboard-css .custom-file-label,
	#ss-account-dashboard-css .custom-select {
		transition: none;
	}
}

#ss-account-dashboard-css .nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

#ss-account-dashboard-css .nav-link {
	display: block;
	padding: .5rem 1rem;
}

#ss-account-dashboard-css .nav-link:focus,
#ss-account-dashboard-css .nav-link:hover {
	text-decoration: none;
}

#ss-account-dashboard-css .nav-link.disabled {
	color: #8c98a4;
	pointer-events: none;
	cursor: default;
}

#ss-account-dashboard-css .nav-tabs {
	border-bottom: .0625rem solid #e7eaf3;
}

#ss-account-dashboard-css .nav-tabs .nav-item {
	margin-bottom: -.0625rem;
}

#ss-account-dashboard-css .nav-tabs .nav-link {
	border: .0625rem solid transparent;
	border-top-left-radius: .3125rem;
	border-top-right-radius: .3125rem;
}

#ss-account-dashboard-css .nav-tabs .nav-link:focus,
#ss-account-dashboard-css .nav-tabs .nav-link:hover {
	border-color: transparent;
}

#ss-account-dashboard-css .nav-tabs .nav-link.disabled {
	color: #8c98a4;
	background-color: transparent;
	border-color: transparent;
}

#ss-account-dashboard-css .nav-tabs .nav-item.show .nav-link,
#ss-account-dashboard-css .nav-tabs .nav-link.active {
	color: #ed1c24;
	background-color: #fff;
	border-color: transparent transparent #ed1c24;
}

#ss-account-dashboard-css .nav-tabs .dropdown-menu {
	margin-top: -.0625rem;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#ss-account-dashboard-css .nav-pills .nav-link {
	border-radius: .3125rem;
}

#ss-account-dashboard-css .nav-pills .nav-link.active,
#ss-account-dashboard-css .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #ed1c24;
}

#ss-account-dashboard-css .nav-fill .nav-item,
#ss-account-dashboard-css .nav-fill>.nav-link {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}

#ss-account-dashboard-css .nav-justified .nav-item,
#ss-account-dashboard-css .nav-justified>.nav-link {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

#ss-account-dashboard-css .tab-content>.tab-pane {
	display: none;
}

#ss-account-dashboard-css .tab-content>.active {
	display: block;
}

#ss-account-dashboard-css .navbar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0;
}

#ss-account-dashboard-css .navbar .container,
#ss-account-dashboard-css .navbar .container-fluid,
#ss-account-dashboard-css .navbar .container-lg,
#ss-account-dashboard-css .navbar .container-md,
#ss-account-dashboard-css .navbar .container-sm,
#ss-account-dashboard-css .navbar .container-xl {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#ss-account-dashboard-css .navbar-brand {
	display: inline-block;
	padding-top: .3rem;
	padding-bottom: .3rem;
	margin-right: 0;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}

#ss-account-dashboard-css .navbar-brand:focus,
#ss-account-dashboard-css .navbar-brand:hover {
	text-decoration: none;
}

#ss-account-dashboard-css .navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

#ss-account-dashboard-css .navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

#ss-account-dashboard-css .navbar-nav .dropdown-menu {
	position: static;
	float: none;
}

#ss-account-dashboard-css .navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

#ss-account-dashboard-css .navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center;
}

#ss-account-dashboard-css .navbar-toggler {
	padding: .75rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: .0625rem solid transparent;
	border-radius: .3125rem;
}

#ss-account-dashboard-css .navbar-toggler:focus,
#ss-account-dashboard-css .navbar-toggler:hover {
	text-decoration: none;
}

#ss-account-dashboard-css .navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
}

@media (max-width: 575.98px) {
	#ss-account-dashboard-css .navbar-expand-sm>.container,
	#ss-account-dashboard-css .navbar-expand-sm>.container-fluid,
	#ss-account-dashboard-css .navbar-expand-sm>.container-lg,
	#ss-account-dashboard-css .navbar-expand-sm>.container-md,
	#ss-account-dashboard-css .navbar-expand-sm>.container-sm,
	#ss-account-dashboard-css .navbar-expand-sm>.container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .navbar-expand-sm {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	#ss-account-dashboard-css .navbar-expand-sm .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	#ss-account-dashboard-css .navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	#ss-account-dashboard-css .navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	#ss-account-dashboard-css .navbar-expand-sm>.container,
	#ss-account-dashboard-css .navbar-expand-sm>.container-fluid,
	#ss-account-dashboard-css .navbar-expand-sm>.container-lg,
	#ss-account-dashboard-css .navbar-expand-sm>.container-md,
	#ss-account-dashboard-css .navbar-expand-sm>.container-sm,
	#ss-account-dashboard-css .navbar-expand-sm>.container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	#ss-account-dashboard-css .navbar-expand-sm .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	#ss-account-dashboard-css .navbar-expand-sm .navbar-toggler {
		display: none;
	}
}

@media (max-width: 767.98px) {
	#ss-account-dashboard-css .navbar-expand-md>.container,
	#ss-account-dashboard-css .navbar-expand-md>.container-fluid,
	#ss-account-dashboard-css .navbar-expand-md>.container-lg,
	#ss-account-dashboard-css .navbar-expand-md>.container-md,
	#ss-account-dashboard-css .navbar-expand-md>.container-sm,
	#ss-account-dashboard-css .navbar-expand-md>.container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .navbar-expand-md {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	#ss-account-dashboard-css .navbar-expand-md .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	#ss-account-dashboard-css .navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	#ss-account-dashboard-css .navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	#ss-account-dashboard-css .navbar-expand-md>.container,
	#ss-account-dashboard-css .navbar-expand-md>.container-fluid,
	#ss-account-dashboard-css .navbar-expand-md>.container-lg,
	#ss-account-dashboard-css .navbar-expand-md>.container-md,
	#ss-account-dashboard-css .navbar-expand-md>.container-sm,
	#ss-account-dashboard-css .navbar-expand-md>.container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	#ss-account-dashboard-css .navbar-expand-md .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	#ss-account-dashboard-css .navbar-expand-md .navbar-toggler {
		display: none;
	}
}

@media (max-width: 991.98px) {
	#ss-account-dashboard-css .navbar-expand-lg>.container,
	#ss-account-dashboard-css .navbar-expand-lg>.container-fluid,
	#ss-account-dashboard-css .navbar-expand-lg>.container-lg,
	#ss-account-dashboard-css .navbar-expand-lg>.container-md,
	#ss-account-dashboard-css .navbar-expand-lg>.container-sm,
	#ss-account-dashboard-css .navbar-expand-lg>.container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .navbar-expand-lg {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	#ss-account-dashboard-css .navbar-expand-lg .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	#ss-account-dashboard-css .navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	#ss-account-dashboard-css .navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	#ss-account-dashboard-css .navbar-expand-lg>.container,
	#ss-account-dashboard-css .navbar-expand-lg>.container-fluid,
	#ss-account-dashboard-css .navbar-expand-lg>.container-lg,
	#ss-account-dashboard-css .navbar-expand-lg>.container-md,
	#ss-account-dashboard-css .navbar-expand-lg>.container-sm,
	#ss-account-dashboard-css .navbar-expand-lg>.container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	#ss-account-dashboard-css .navbar-expand-lg .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	#ss-account-dashboard-css .navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

@media (max-width: 1199.98px) {
	#ss-account-dashboard-css .navbar-expand-xl>.container,
	#ss-account-dashboard-css .navbar-expand-xl>.container-fluid,
	#ss-account-dashboard-css .navbar-expand-xl>.container-lg,
	#ss-account-dashboard-css .navbar-expand-xl>.container-md,
	#ss-account-dashboard-css .navbar-expand-xl>.container-sm,
	#ss-account-dashboard-css .navbar-expand-xl>.container-xl {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (min-width: 1200px) {
	#ss-account-dashboard-css .navbar-expand-xl {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	#ss-account-dashboard-css .navbar-expand-xl .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	#ss-account-dashboard-css .navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	#ss-account-dashboard-css .navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
	#ss-account-dashboard-css .navbar-expand-xl>.container,
	#ss-account-dashboard-css .navbar-expand-xl>.container-fluid,
	#ss-account-dashboard-css .navbar-expand-xl>.container-lg,
	#ss-account-dashboard-css .navbar-expand-xl>.container-md,
	#ss-account-dashboard-css .navbar-expand-xl>.container-sm,
	#ss-account-dashboard-css .navbar-expand-xl>.container-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	#ss-account-dashboard-css .navbar-expand-xl .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	#ss-account-dashboard-css .navbar-expand-xl .navbar-toggler {
		display: none;
	}
}

#ss-account-dashboard-css .navbar-expand {
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

#ss-account-dashboard-css .navbar-expand>.container,
#ss-account-dashboard-css .navbar-expand>.container-fluid,
#ss-account-dashboard-css .navbar-expand>.container-lg,
#ss-account-dashboard-css .navbar-expand>.container-md,
#ss-account-dashboard-css .navbar-expand>.container-sm,
#ss-account-dashboard-css .navbar-expand>.container-xl {
	padding-right: 0;
	padding-left: 0;
}

#ss-account-dashboard-css .navbar-expand .navbar-nav {
	-ms-flex-direction: row;
	flex-direction: row;
}

#ss-account-dashboard-css .navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

#ss-account-dashboard-css .navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem;
}

#ss-account-dashboard-css .navbar-expand>.container,
#ss-account-dashboard-css .navbar-expand>.container-fluid,
#ss-account-dashboard-css .navbar-expand>.container-lg,
#ss-account-dashboard-css .navbar-expand>.container-md,
#ss-account-dashboard-css .navbar-expand>.container-sm,
#ss-account-dashboard-css .navbar-expand>.container-xl {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

#ss-account-dashboard-css .navbar-expand .navbar-collapse {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

#ss-account-dashboard-css .navbar-expand .navbar-toggler {
	display: none;
}

#ss-account-dashboard-css .navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9);
}

#ss-account-dashboard-css .navbar-light .navbar-brand:focus,
#ss-account-dashboard-css .navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, 0.9);
}

#ss-account-dashboard-css .navbar-light .navbar-nav .nav-link {
	color: #677788;
}

#ss-account-dashboard-css .navbar-light .navbar-nav .nav-link:focus,
#ss-account-dashboard-css .navbar-light .navbar-nav .nav-link:hover {
	color: #c90c14;
}

#ss-account-dashboard-css .navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3);
}

#ss-account-dashboard-css .navbar-light .navbar-nav .active>.nav-link,
#ss-account-dashboard-css .navbar-light .navbar-nav .nav-link.active,
#ss-account-dashboard-css .navbar-light .navbar-nav .nav-link.show,
#ss-account-dashboard-css .navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0, 0, 0, 0.9);
}

#ss-account-dashboard-css .navbar-light .navbar-toggler {
	color: #677788;
	border-color: rgba(0, 0, 0, 0.1);
}

#ss-account-dashboard-css .navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23677788' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#ss-account-dashboard-css .navbar-light .navbar-text {
	color: #677788;
}

#ss-account-dashboard-css .navbar-light .navbar-text a {
	color: rgba(0, 0, 0, 0.9);
}

#ss-account-dashboard-css .navbar-light .navbar-text a:focus,
#ss-account-dashboard-css .navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, 0.9);
}

#ss-account-dashboard-css .navbar-dark .navbar-brand {
	color: #fff;
}

#ss-account-dashboard-css .navbar-dark .navbar-brand:focus,
#ss-account-dashboard-css .navbar-dark .navbar-brand:hover {
	color: #fff;
}

#ss-account-dashboard-css .navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.7);
}

#ss-account-dashboard-css .navbar-dark .navbar-nav .nav-link:focus,
#ss-account-dashboard-css .navbar-dark .navbar-nav .nav-link:hover {
	color: #fff;
}

#ss-account-dashboard-css .navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25);
}

#ss-account-dashboard-css .navbar-dark .navbar-nav .active>.nav-link,
#ss-account-dashboard-css .navbar-dark .navbar-nav .nav-link.active,
#ss-account-dashboard-css .navbar-dark .navbar-nav .nav-link.show,
#ss-account-dashboard-css .navbar-dark .navbar-nav .show>.nav-link {
	color: #fff;
}

#ss-account-dashboard-css .navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.7);
	border-color: rgba(255, 255, 255, 0.1);
}

#ss-account-dashboard-css .navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#ss-account-dashboard-css .navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.7);
}

#ss-account-dashboard-css .navbar-dark .navbar-text a {
	color: #fff;
}

#ss-account-dashboard-css .navbar-dark .navbar-text a:focus,
#ss-account-dashboard-css .navbar-dark .navbar-text a:hover {
	color: #fff;
}

#ss-account-dashboard-css .card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0.0625rem solid rgba(231, 234, 243, 0.7);
	border-radius: .75rem;
}

#ss-account-dashboard-css .card>hr {
	margin-right: 0;
	margin-left: 0;
}

#ss-account-dashboard-css .card>.list-group {
	border-top: inherit;
	border-bottom: inherit;
}

#ss-account-dashboard-css .card>.list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: .75rem;
	border-top-right-radius: .75rem;
}

#ss-account-dashboard-css .card>.list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: .75rem;
	border-bottom-left-radius: .75rem;
}

#ss-account-dashboard-css .card>.card-header+.list-group,
#ss-account-dashboard-css .card>.list-group+.card-footer {
	border-top: 0;
}

#ss-account-dashboard-css .card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 1.5rem;
}

#ss-account-dashboard-css .card-title {
	margin-bottom: 1.5rem;
}

#ss-account-dashboard-css .card-subtitle {
	margin-top: -.75rem;
	margin-bottom: 0;
}

#ss-account-dashboard-css .card-text:last-child {
	margin-bottom: 0;
}

#ss-account-dashboard-css .card-link:hover {
	text-decoration: none;
}

#ss-account-dashboard-css .card-link+.card-link {
	margin-left: 1.5rem;
}

#ss-account-dashboard-css .card-header {
	padding: 1.5rem 1.5rem;
	margin-bottom: 0;
	background-color: #fff;
	border-bottom: 0.0625rem solid rgba(231, 234, 243, 0.7);
}

#ss-account-dashboard-css .card-header:first-child {
	border-radius: .75rem .75rem 0 0;
}

#ss-account-dashboard-css .card-footer {
	padding: 1.5rem 1.5rem;
	background-color: #fff;
	border-top: 0.0625rem solid rgba(231, 234, 243, 0.7);
}

#ss-account-dashboard-css .card-footer:last-child {
	border-radius: 0 0 .75rem .75rem;
}

#ss-account-dashboard-css .card-header-tabs {
	margin-right: -.75rem;
	margin-bottom: -1.5rem;
	margin-left: -.75rem;
	border-bottom: 0;
}

#ss-account-dashboard-css .card-header-pills {
	margin-right: -.75rem;
	margin-left: -.75rem;
}

#ss-account-dashboard-css .card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
	border-radius: .75rem;
}

#ss-account-dashboard-css .card-img,
#ss-account-dashboard-css .card-img-bottom,
#ss-account-dashboard-css .card-img-top {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
}

#ss-account-dashboard-css .card-img,
#ss-account-dashboard-css .card-img-top {
	border-top-left-radius: .75rem;
	border-top-right-radius: .75rem;
}

#ss-account-dashboard-css .card-img,
#ss-account-dashboard-css .card-img-bottom {
	border-bottom-right-radius: .75rem;
	border-bottom-left-radius: .75rem;
}

#ss-account-dashboard-css .card-deck .card {
	margin-bottom: 15px;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .card-deck {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	#ss-account-dashboard-css .card-deck .card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
	}
}

#ss-account-dashboard-css .card-group>.card {
	margin-bottom: 15px;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .card-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	#ss-account-dashboard-css .card-group>.card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	#ss-account-dashboard-css .card-group>.card+.card {
		margin-left: 0;
		border-left: 0;
	}
	#ss-account-dashboard-css .card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	#ss-account-dashboard-css .card-group>.card:not(:last-child) .card-header,
	#ss-account-dashboard-css .card-group>.card:not(:last-child) .card-img-top {
		border-top-right-radius: 0;
	}
	#ss-account-dashboard-css .card-group>.card:not(:last-child) .card-footer,
	#ss-account-dashboard-css .card-group>.card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0;
	}
	#ss-account-dashboard-css .card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	#ss-account-dashboard-css .card-group>.card:not(:first-child) .card-header,
	#ss-account-dashboard-css .card-group>.card:not(:first-child) .card-img-top {
		border-top-left-radius: 0;
	}
	#ss-account-dashboard-css .card-group>.card:not(:first-child) .card-footer,
	#ss-account-dashboard-css .card-group>.card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0;
	}
}

#ss-account-dashboard-css .card-columns .card {
	margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}
	#ss-account-dashboard-css .card-columns .card {
		display: inline-block;
		width: 100%;
	}
}

#ss-account-dashboard-css .accordion {
	overflow-anchor: none;
}

#ss-account-dashboard-css .accordion>.card {
	overflow: hidden;
}

#ss-account-dashboard-css .accordion>.card:not(:last-of-type) {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

#ss-account-dashboard-css .accordion>.card:not(:first-of-type) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#ss-account-dashboard-css .accordion>.card>.card-header {
	border-radius: 0;
	margin-bottom: -.0625rem;
}

#ss-account-dashboard-css .breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: transparent;
	border-radius: .3125rem;
}

#ss-account-dashboard-css .breadcrumb-item {
	display: -ms-flexbox;
	display: flex;
}

#ss-account-dashboard-css .breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem;
}

#ss-account-dashboard-css .breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #8c98a4;
	content: "/";
}

#ss-account-dashboard-css .breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline;
}

#ss-account-dashboard-css .breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none;
}

#ss-account-dashboard-css .breadcrumb-item.active {
	color: #1e2022;
}

#ss-account-dashboard-css .pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .3125rem;
}

#ss-account-dashboard-css .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: 0;
	line-height: 1.25;
	color: #677788;
	background-color: #fff;
	border: 0 solid #e7eaf3;
}

#ss-account-dashboard-css .page-link:hover {
	z-index: 2;
	color: #ed1c24;
	text-decoration: none;
	background-color: rgba(59, 181, 170, 0.1);
	border-color: rgba(59, 181, 170, 0.1);
}

#ss-account-dashboard-css .page-link:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(59, 181, 170, 0.25);
}

#ss-account-dashboard-css .page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .3125rem;
	border-bottom-left-radius: .3125rem;
}

#ss-account-dashboard-css .page-item:last-child .page-link {
	border-top-right-radius: .3125rem;
	border-bottom-right-radius: .3125rem;
}

#ss-account-dashboard-css .page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #ed1c24;
	border-color: #ed1c24;
}

#ss-account-dashboard-css .page-item.disabled .page-link {
	color: #8c98a4;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #e7eaf3;
}

#ss-account-dashboard-css .pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

#ss-account-dashboard-css .pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .75rem;
	border-bottom-left-radius: .75rem;
}

#ss-account-dashboard-css .pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .75rem;
	border-bottom-right-radius: .75rem;
}

#ss-account-dashboard-css .pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
}

#ss-account-dashboard-css .pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

#ss-account-dashboard-css .pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

#ss-account-dashboard-css .badge {
	display: inline-block;
	padding: .275rem .5em;
	font-size: 75%;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .3125rem;
	transition: all .2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	#ss-account-dashboard-css .badge {
		transition: none;
	}
}

#ss-account-dashboard-css a.badge:focus,
#ss-account-dashboard-css a.badge:hover {
	text-decoration: none;
}

#ss-account-dashboard-css .badge:empty {
	display: none;
}

#ss-account-dashboard-css .btn .badge {
	position: relative;
	top: -1px;
}

#ss-account-dashboard-css .badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem;
}

#ss-account-dashboard-css .badge-primary {
	color: #fff;
	background-color: #ed1c24;
}

#ss-account-dashboard-css a.badge-primary:focus,
#ss-account-dashboard-css a.badge-primary:hover {
	color: #fff;
	background-color: #2e8f86;
}

#ss-account-dashboard-css a.badge-primary.focus,
#ss-account-dashboard-css a.badge-primary:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(59, 181, 170, 0.5);
}

#ss-account-dashboard-css .badge-secondary {
	color: #fff;
	background-color: #eb3c67;
}

#ss-account-dashboard-css a.badge-secondary:focus,
#ss-account-dashboard-css a.badge-secondary:hover {
	color: #fff;
	background-color: #dd1747;
}

#ss-account-dashboard-css a.badge-secondary.focus,
#ss-account-dashboard-css a.badge-secondary:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(235, 60, 103, 0.5);
}

#ss-account-dashboard-css .badge-success {
	color: #fff;
	background-color: #00c9a7;
}

#ss-account-dashboard-css a.badge-success:focus,
#ss-account-dashboard-css a.badge-success:hover {
	color: #fff;
	background-color: #00967d;
}

#ss-account-dashboard-css a.badge-success.focus,
#ss-account-dashboard-css a.badge-success:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 201, 167, 0.5);
}

#ss-account-dashboard-css .badge-info {
	color: #fff;
	background-color: #09a5be;
}

#ss-account-dashboard-css a.badge-info:focus,
#ss-account-dashboard-css a.badge-info:hover {
	color: #fff;
	background-color: #077b8d;
}

#ss-account-dashboard-css a.badge-info.focus,
#ss-account-dashboard-css a.badge-info:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(9, 165, 190, 0.5);
}

#ss-account-dashboard-css .badge-warning {
	color: #1e2022;
	background-color: #f5ca99;
}

#ss-account-dashboard-css a.badge-warning:focus,
#ss-account-dashboard-css a.badge-warning:hover {
	color: #1e2022;
	background-color: #f0b26b;
}

#ss-account-dashboard-css a.badge-warning.focus,
#ss-account-dashboard-css a.badge-warning:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(245, 202, 153, 0.5);
}

#ss-account-dashboard-css .badge-danger {
	color: #fff;
	background-color: #ed4c78;
}

#ss-account-dashboard-css a.badge-danger:focus,
#ss-account-dashboard-css a.badge-danger:hover {
	color: #fff;
	background-color: #e81e55;
}

#ss-account-dashboard-css a.badge-danger.focus,
#ss-account-dashboard-css a.badge-danger:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(237, 76, 120, 0.5);
}

#ss-account-dashboard-css .badge-light {
	color: #1e2022;
	background-color: #f7faff;
}

#ss-account-dashboard-css a.badge-light:focus,
#ss-account-dashboard-css a.badge-light:hover {
	color: #1e2022;
	background-color: #c4daff;
}

#ss-account-dashboard-css a.badge-light.focus,
#ss-account-dashboard-css a.badge-light:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(247, 250, 255, 0.5);
}

#ss-account-dashboard-css .badge-dark {
	color: #fff;
	background-color: #21325b;
}

#ss-account-dashboard-css a.badge-dark:focus,
#ss-account-dashboard-css a.badge-dark:hover {
	color: #fff;
	background-color: #131d36;
}

#ss-account-dashboard-css a.badge-dark.focus,
#ss-account-dashboard-css a.badge-dark:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(33, 50, 91, 0.5);
}

#ss-account-dashboard-css .badge-indigo {
	color: #fff;
	background-color: #2d1582;
}

#ss-account-dashboard-css a.badge-indigo:focus,
#ss-account-dashboard-css a.badge-indigo:hover {
	color: #fff;
	background-color: #1e0e56;
}

#ss-account-dashboard-css a.badge-indigo.focus,
#ss-account-dashboard-css a.badge-indigo:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(45, 21, 130, 0.5);
}

#ss-account-dashboard-css .jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #f8fafd;
	border-radius: .75rem;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .jumbotron {
		padding: 4rem 2rem;
	}
}

#ss-account-dashboard-css .jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
}

#ss-account-dashboard-css .alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: .0625rem solid transparent;
	border-radius: .3125rem;
}

#ss-account-dashboard-css .alert-heading {
	color: inherit;
}

#ss-account-dashboard-css .alert-link {
	font-weight: 600;
}

#ss-account-dashboard-css .alert-dismissible {
	padding-right: 3.75rem;
}

#ss-account-dashboard-css .alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: .75rem 1.25rem;
	color: inherit;
}

#ss-account-dashboard-css .alert-primary {
	color: #1f5e58;
	background-color: #d8f0ee;
	border-color: #c8eae7;
}

#ss-account-dashboard-css .alert-primary hr {
	border-top-color: #b6e3df;
}

#ss-account-dashboard-css .alert-primary .alert-link {
	color: #123834;
}

#ss-account-dashboard-css .alert-secondary {
	color: #7a1f36;
	background-color: #fbd8e1;
	border-color: #f9c8d4;
}

#ss-account-dashboard-css .alert-secondary hr {
	border-top-color: #f6b1c2;
}

#ss-account-dashboard-css .alert-secondary .alert-link {
	color: #511524;
}

#ss-account-dashboard-css .alert-success {
	color: #006957;
	background-color: #ccf4ed;
	border-color: #b8f0e6;
}

#ss-account-dashboard-css .alert-success hr {
	border-top-color: #a3ecdf;
}

#ss-account-dashboard-css .alert-success .alert-link {
	color: #00362d;
}

#ss-account-dashboard-css .alert-info {
	color: #055663;
	background-color: #ceedf2;
	border-color: #bae6ed;
}

#ss-account-dashboard-css .alert-info hr {
	border-top-color: #a6dfe8;
}

#ss-account-dashboard-css .alert-info .alert-link {
	color: #032c32;
}

#ss-account-dashboard-css .alert-warning {
	color: #7f6950;
	background-color: #fdf4eb;
	border-color: #fcf0e2;
}

#ss-account-dashboard-css .alert-warning hr {
	border-top-color: #fae4cb;
}

#ss-account-dashboard-css .alert-warning .alert-link {
	color: #604f3c;
}

#ss-account-dashboard-css .alert-danger {
	color: #7b283e;
	background-color: #fbdbe4;
	border-color: #facdd9;
}

#ss-account-dashboard-css .alert-danger hr {
	border-top-color: #f8b6c7;
}

#ss-account-dashboard-css .alert-danger .alert-link {
	color: #551b2b;
}

#ss-account-dashboard-css .alert-light {
	color: #808285;
	background-color: #fdfeff;
	border-color: #fdfeff;
}

#ss-account-dashboard-css .alert-light hr {
	border-top-color: #e4f1ff;
}

#ss-account-dashboard-css .alert-light .alert-link {
	color: #67696b;
}

#ss-account-dashboard-css .alert-dark {
	color: #111a2f;
	background-color: #d3d6de;
	border-color: #c1c6d1;
}

#ss-account-dashboard-css .alert-dark hr {
	border-top-color: #b2b9c6;
}

#ss-account-dashboard-css .alert-dark .alert-link {
	color: #03050a;
}

#ss-account-dashboard-css .alert-indigo {
	color: #170b44;
	background-color: #d5d0e6;
	border-color: #c4bddc;
}

#ss-account-dashboard-css .alert-indigo hr {
	border-top-color: #b5acd3;
}

#ss-account-dashboard-css .alert-indigo .alert-link {
	color: #080418;
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: .75rem 0;
	}
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: .75rem 0;
	}
	to {
		background-position: 0 0;
	}
}

#ss-account-dashboard-css .progress {
	display: -ms-flexbox;
	display: flex;
	height: .75rem;
	overflow: hidden;
	line-height: 0;
	font-size: .75rem;
	background-color: #e7eaf3;
	border-radius: .3125rem;
}

#ss-account-dashboard-css .progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #ed1c24;
	transition: width .6s ease;
}

@media (prefers-reduced-motion: reduce) {
	#ss-account-dashboard-css .progress-bar {
		transition: none;
	}
}

#ss-account-dashboard-css .progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: .75rem .75rem;
}

#ss-account-dashboard-css .progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
	#ss-account-dashboard-css .progress-bar-animated {
		-webkit-animation: none;
		animation: none;
	}
}

#ss-account-dashboard-css .media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}

#ss-account-dashboard-css .media-body {
	-ms-flex: 1;
	flex: 1;
}

#ss-account-dashboard-css .list-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: .3125rem;
}

#ss-account-dashboard-css .list-group-item-action {
	width: 100%;
	color: #677788;
	text-align: inherit;
}

#ss-account-dashboard-css .list-group-item-action:focus,
#ss-account-dashboard-css .list-group-item-action:hover {
	z-index: 1;
	color: #677788;
	text-decoration: none;
	background-color: #f7faff;
}

#ss-account-dashboard-css .list-group-item-action:active {
	color: #677788;
	background-color: #f8fafd;
}

#ss-account-dashboard-css .list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	background-color: #fff;
	border: .0625rem solid #e7eaf3;
}

#ss-account-dashboard-css .list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

#ss-account-dashboard-css .list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}

#ss-account-dashboard-css .list-group-item.disabled,
#ss-account-dashboard-css .list-group-item:disabled {
	color: #8c98a4;
	pointer-events: none;
	background-color: #fff;
}

#ss-account-dashboard-css .list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #ed1c24;
	border-color: #ed1c24;
}

#ss-account-dashboard-css .list-group-item+.list-group-item {
	border-top-width: 0;
}

#ss-account-dashboard-css .list-group-item+.list-group-item.active {
	margin-top: -.0625rem;
	border-top-width: .0625rem;
}

#ss-account-dashboard-css .list-group-horizontal {
	-ms-flex-direction: row;
	flex-direction: row;
}

#ss-account-dashboard-css .list-group-horizontal>.list-group-item:first-child {
	border-bottom-left-radius: .3125rem;
	border-top-right-radius: 0;
}

#ss-account-dashboard-css .list-group-horizontal>.list-group-item:last-child {
	border-top-right-radius: .3125rem;
	border-bottom-left-radius: 0;
}

#ss-account-dashboard-css .list-group-horizontal>.list-group-item.active {
	margin-top: 0;
}

#ss-account-dashboard-css .list-group-horizontal>.list-group-item+.list-group-item {
	border-top-width: .0625rem;
	border-left-width: 0;
}

#ss-account-dashboard-css .list-group-horizontal>.list-group-item+.list-group-item.active {
	margin-left: -.0625rem;
	border-left-width: .0625rem;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .list-group-horizontal-sm {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	#ss-account-dashboard-css .list-group-horizontal-sm>.list-group-item:first-child {
		border-bottom-left-radius: .3125rem;
		border-top-right-radius: 0;
	}
	#ss-account-dashboard-css .list-group-horizontal-sm>.list-group-item:last-child {
		border-top-right-radius: .3125rem;
		border-bottom-left-radius: 0;
	}
	#ss-account-dashboard-css .list-group-horizontal-sm>.list-group-item.active {
		margin-top: 0;
	}
	#ss-account-dashboard-css .list-group-horizontal-sm>.list-group-item+.list-group-item {
		border-top-width: .0625rem;
		border-left-width: 0;
	}
	#ss-account-dashboard-css .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
		margin-left: -.0625rem;
		border-left-width: .0625rem;
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .list-group-horizontal-md {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	#ss-account-dashboard-css .list-group-horizontal-md>.list-group-item:first-child {
		border-bottom-left-radius: .3125rem;
		border-top-right-radius: 0;
	}
	#ss-account-dashboard-css .list-group-horizontal-md>.list-group-item:last-child {
		border-top-right-radius: .3125rem;
		border-bottom-left-radius: 0;
	}
	#ss-account-dashboard-css .list-group-horizontal-md>.list-group-item.active {
		margin-top: 0;
	}
	#ss-account-dashboard-css .list-group-horizontal-md>.list-group-item+.list-group-item {
		border-top-width: .0625rem;
		border-left-width: 0;
	}
	#ss-account-dashboard-css .list-group-horizontal-md>.list-group-item+.list-group-item.active {
		margin-left: -.0625rem;
		border-left-width: .0625rem;
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .list-group-horizontal-lg {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	#ss-account-dashboard-css .list-group-horizontal-lg>.list-group-item:first-child {
		border-bottom-left-radius: .3125rem;
		border-top-right-radius: 0;
	}
	#ss-account-dashboard-css .list-group-horizontal-lg>.list-group-item:last-child {
		border-top-right-radius: .3125rem;
		border-bottom-left-radius: 0;
	}
	#ss-account-dashboard-css .list-group-horizontal-lg>.list-group-item.active {
		margin-top: 0;
	}
	#ss-account-dashboard-css .list-group-horizontal-lg>.list-group-item+.list-group-item {
		border-top-width: .0625rem;
		border-left-width: 0;
	}
	#ss-account-dashboard-css .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
		margin-left: -.0625rem;
		border-left-width: .0625rem;
	}
}

@media (min-width: 1200px) {
	#ss-account-dashboard-css .list-group-horizontal-xl {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	#ss-account-dashboard-css .list-group-horizontal-xl>.list-group-item:first-child {
		border-bottom-left-radius: .3125rem;
		border-top-right-radius: 0;
	}
	#ss-account-dashboard-css .list-group-horizontal-xl>.list-group-item:last-child {
		border-top-right-radius: .3125rem;
		border-bottom-left-radius: 0;
	}
	#ss-account-dashboard-css .list-group-horizontal-xl>.list-group-item.active {
		margin-top: 0;
	}
	#ss-account-dashboard-css .list-group-horizontal-xl>.list-group-item+.list-group-item {
		border-top-width: .0625rem;
		border-left-width: 0;
	}
	#ss-account-dashboard-css .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
		margin-left: -.0625rem;
		border-left-width: .0625rem;
	}
}

#ss-account-dashboard-css .list-group-flush {
	border-radius: 0;
}

#ss-account-dashboard-css .list-group-flush>.list-group-item {
	border-width: 0 0 .0625rem;
}

#ss-account-dashboard-css .list-group-flush>.list-group-item:last-child {
	border-bottom-width: 0;
}

#ss-account-dashboard-css .list-group-item-primary {
	color: #1f5e58;
	background-color: #c8eae7;
}

#ss-account-dashboard-css .list-group-item-primary.list-group-item-action:focus,
#ss-account-dashboard-css .list-group-item-primary.list-group-item-action:hover {
	color: #1f5e58;
	background-color: #b6e3df;
}

#ss-account-dashboard-css .list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #1f5e58;
	border-color: #1f5e58;
}

#ss-account-dashboard-css .list-group-item-secondary {
	color: #7a1f36;
	background-color: #f9c8d4;
}

#ss-account-dashboard-css .list-group-item-secondary.list-group-item-action:focus,
#ss-account-dashboard-css .list-group-item-secondary.list-group-item-action:hover {
	color: #7a1f36;
	background-color: #f6b1c2;
}

#ss-account-dashboard-css .list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #7a1f36;
	border-color: #7a1f36;
}

#ss-account-dashboard-css .list-group-item-success {
	color: #006957;
	background-color: #b8f0e6;
}

#ss-account-dashboard-css .list-group-item-success.list-group-item-action:focus,
#ss-account-dashboard-css .list-group-item-success.list-group-item-action:hover {
	color: #006957;
	background-color: #a3ecdf;
}

#ss-account-dashboard-css .list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #006957;
	border-color: #006957;
}

#ss-account-dashboard-css .list-group-item-info {
	color: #055663;
	background-color: #bae6ed;
}

#ss-account-dashboard-css .list-group-item-info.list-group-item-action:focus,
#ss-account-dashboard-css .list-group-item-info.list-group-item-action:hover {
	color: #055663;
	background-color: #a6dfe8;
}

#ss-account-dashboard-css .list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #055663;
	border-color: #055663;
}

#ss-account-dashboard-css .list-group-item-warning {
	color: #7f6950;
	background-color: #fcf0e2;
}

#ss-account-dashboard-css .list-group-item-warning.list-group-item-action:focus,
#ss-account-dashboard-css .list-group-item-warning.list-group-item-action:hover {
	color: #7f6950;
	background-color: #fae4cb;
}

#ss-account-dashboard-css .list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #7f6950;
	border-color: #7f6950;
}

#ss-account-dashboard-css .list-group-item-danger {
	color: #7b283e;
	background-color: #facdd9;
}

#ss-account-dashboard-css .list-group-item-danger.list-group-item-action:focus,
#ss-account-dashboard-css .list-group-item-danger.list-group-item-action:hover {
	color: #7b283e;
	background-color: #f8b6c7;
}

#ss-account-dashboard-css .list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #7b283e;
	border-color: #7b283e;
}

#ss-account-dashboard-css .list-group-item-light {
	color: #808285;
	background-color: #fdfeff;
}

#ss-account-dashboard-css .list-group-item-light.list-group-item-action:focus,
#ss-account-dashboard-css .list-group-item-light.list-group-item-action:hover {
	color: #808285;
	background-color: #e4f1ff;
}

#ss-account-dashboard-css .list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #808285;
	border-color: #808285;
}

#ss-account-dashboard-css .list-group-item-dark {
	color: #111a2f;
	background-color: #c1c6d1;
}

#ss-account-dashboard-css .list-group-item-dark.list-group-item-action:focus,
#ss-account-dashboard-css .list-group-item-dark.list-group-item-action:hover {
	color: #111a2f;
	background-color: #b2b9c6;
}

#ss-account-dashboard-css .list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #111a2f;
	border-color: #111a2f;
}

#ss-account-dashboard-css .list-group-item-indigo {
	color: #170b44;
	background-color: #c4bddc;
}

#ss-account-dashboard-css .list-group-item-indigo.list-group-item-action:focus,
#ss-account-dashboard-css .list-group-item-indigo.list-group-item-action:hover {
	color: #170b44;
	background-color: #b5acd3;
}

#ss-account-dashboard-css .list-group-item-indigo.list-group-item-action.active {
	color: #fff;
	background-color: #170b44;
	border-color: #170b44;
}

#ss-account-dashboard-css .close {
	float: right;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
	color: #1e2022;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

#ss-account-dashboard-css .close:hover {
	color: #1e2022;
	text-decoration: none;
}

#ss-account-dashboard-css .close:not(:disabled):not(.disabled):focus,
#ss-account-dashboard-css .close:not(:disabled):not(.disabled):hover {
	opacity: .75;
}

#ss-account-dashboard-css button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
}

#ss-account-dashboard-css a.close.disabled {
	pointer-events: none;
}

#ss-account-dashboard-css .toast {
	-ms-flex-preferred-size: 350px;
	flex-basis: 350px;
	max-width: 350px;
	font-size: .875rem;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
	opacity: 0;
	border-radius: .25rem;
}

#ss-account-dashboard-css .toast:not(:last-child) {
	margin-bottom: .75rem;
}

#ss-account-dashboard-css .toast.showing {
	opacity: 1;
}

#ss-account-dashboard-css .toast.show {
	display: block;
	opacity: 1;
}

#ss-account-dashboard-css .toast.hide {
	display: none;
}

#ss-account-dashboard-css .toast-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: .25rem .75rem;
	color: #8c98a4;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

#ss-account-dashboard-css .toast-body {
	padding: .75rem;
}

#ss-account-dashboard-css .modal-open {
	overflow: hidden;
}

#ss-account-dashboard-css .modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

#ss-account-dashboard-css .modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1005;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

#ss-account-dashboard-css .modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}

#ss-account-dashboard-css .modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
	#ss-account-dashboard-css .modal.fade .modal-dialog {
		transition: none;
	}
}

#ss-account-dashboard-css .modal.show .modal-dialog {
	-webkit-transform: none;
	transform: none;
}

#ss-account-dashboard-css .modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

#ss-account-dashboard-css .modal-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem);
}

#ss-account-dashboard-css .modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}

#ss-account-dashboard-css .modal-dialog-scrollable .modal-footer,
#ss-account-dashboard-css .modal-dialog-scrollable .modal-header {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

#ss-account-dashboard-css .modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

#ss-account-dashboard-css .modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}

#ss-account-dashboard-css .modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
	content: "";
}

#ss-account-dashboard-css .modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

#ss-account-dashboard-css .modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}

#ss-account-dashboard-css .modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

#ss-account-dashboard-css .modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: .0625rem solid transparent;
	border-radius: .75rem;
	outline: 0;
}

#ss-account-dashboard-css .modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1004;
	width: 100vw;
	height: 100vh;
	background-color: rgba(33, 50, 91, 0.125);
}

#ss-account-dashboard-css .modal-backdrop.fade {
	opacity: 0;
}

#ss-account-dashboard-css .modal-backdrop.show {
	opacity: 1;
}

#ss-account-dashboard-css .modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1.5rem;
	border-bottom: .0625rem solid #e7eaf3;
	border-top-left-radius: .6875rem;
	border-top-right-radius: .6875rem;
}

#ss-account-dashboard-css .modal-header .close {
	padding: 1rem 1.5rem;
	margin: -1rem -1.5rem -1rem auto;
}

#ss-account-dashboard-css .modal-title {
	margin-bottom: 0;
	line-height: 1.6;
}

#ss-account-dashboard-css .modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.5rem;
}

#ss-account-dashboard-css .modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1.25rem;
	border-top: .0625rem solid #e7eaf3;
	border-bottom-right-radius: .6875rem;
	border-bottom-left-radius: .6875rem;
}

#ss-account-dashboard-css .modal-footer>* {
	margin: .25rem;
}

#ss-account-dashboard-css .modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .modal-dialog {
		max-width: 550px;
		margin: 1.75rem auto;
	}
	#ss-account-dashboard-css .modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}
	#ss-account-dashboard-css .modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}
	#ss-account-dashboard-css .modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	#ss-account-dashboard-css .modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
		height: -webkit-min-content;
		height: -moz-min-content;
		height: min-content;
	}
	#ss-account-dashboard-css .modal-sm {
		max-width: 400px;
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .modal-lg,
	#ss-account-dashboard-css .modal-xl {
		max-width: 800px;
	}
}

@media (min-width: 1200px) {
	#ss-account-dashboard-css .modal-xl {
		max-width: 1140px;
	}
}

#ss-account-dashboard-css .tooltip {
	position: absolute;
	z-index: 9999;
	display: block;
	margin: 0;
	font-family: Karla, "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0;
}

#ss-account-dashboard-css .tooltip.show {
	opacity: 1;
}

#ss-account-dashboard-css .tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem;
}

#ss-account-dashboard-css .tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

#ss-account-dashboard-css .bs-tooltip-auto[x-placement^=top],
#ss-account-dashboard-css .bs-tooltip-top {
	padding: .4rem 0;
}

#ss-account-dashboard-css .bs-tooltip-auto[x-placement^=top] .arrow,
#ss-account-dashboard-css .bs-tooltip-top .arrow {
	bottom: 0;
}

#ss-account-dashboard-css .bs-tooltip-auto[x-placement^=top] .arrow::before,
#ss-account-dashboard-css .bs-tooltip-top .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #21325b;
}

#ss-account-dashboard-css .bs-tooltip-auto[x-placement^=right],
#ss-account-dashboard-css .bs-tooltip-right {
	padding: 0 .4rem;
}

#ss-account-dashboard-css .bs-tooltip-auto[x-placement^=right] .arrow,
#ss-account-dashboard-css .bs-tooltip-right .arrow {
	left: 0;
	width: .4rem;
	height: .8rem;
}

#ss-account-dashboard-css .bs-tooltip-auto[x-placement^=right] .arrow::before,
#ss-account-dashboard-css .bs-tooltip-right .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #21325b;
}

#ss-account-dashboard-css .bs-tooltip-auto[x-placement^=bottom],
#ss-account-dashboard-css .bs-tooltip-bottom {
	padding: .4rem 0;
}

#ss-account-dashboard-css .bs-tooltip-auto[x-placement^=bottom] .arrow,
#ss-account-dashboard-css .bs-tooltip-bottom .arrow {
	top: 0;
}

#ss-account-dashboard-css .bs-tooltip-auto[x-placement^=bottom] .arrow::before,
#ss-account-dashboard-css .bs-tooltip-bottom .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #21325b;
}

#ss-account-dashboard-css .bs-tooltip-auto[x-placement^=left],
#ss-account-dashboard-css .bs-tooltip-left {
	padding: 0 .4rem;
}

#ss-account-dashboard-css .bs-tooltip-auto[x-placement^=left] .arrow,
#ss-account-dashboard-css .bs-tooltip-left .arrow {
	right: 0;
	width: .4rem;
	height: .8rem;
}

#ss-account-dashboard-css .bs-tooltip-auto[x-placement^=left] .arrow::before,
#ss-account-dashboard-css .bs-tooltip-left .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #21325b;
}

#ss-account-dashboard-css .tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #21325b;
	border-radius: .3125rem;
}

#ss-account-dashboard-css .popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: Karla, "Open Sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: .0625rem solid transparent;
	border-radius: .75rem;
}

#ss-account-dashboard-css .popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 .75rem;
}

#ss-account-dashboard-css .popover .arrow::after,
#ss-account-dashboard-css .popover .arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

#ss-account-dashboard-css .bs-popover-auto[x-placement^=top],
#ss-account-dashboard-css .bs-popover-top {
	margin-bottom: .5rem;
}

#ss-account-dashboard-css .bs-popover-auto[x-placement^=top]>.arrow,
#ss-account-dashboard-css .bs-popover-top>.arrow {
	bottom: -.5625rem;
}

#ss-account-dashboard-css .bs-popover-auto[x-placement^=top]>.arrow::before,
#ss-account-dashboard-css .bs-popover-top>.arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0, 0, 0, 0.05);
}

#ss-account-dashboard-css .bs-popover-auto[x-placement^=top]>.arrow::after,
#ss-account-dashboard-css .bs-popover-top>.arrow::after {
	bottom: .0625rem;
	border-width: .5rem .5rem 0;
	border-top-color: #fff;
}

#ss-account-dashboard-css .bs-popover-auto[x-placement^=right],
#ss-account-dashboard-css .bs-popover-right {
	margin-left: .5rem;
}

#ss-account-dashboard-css .bs-popover-auto[x-placement^=right]>.arrow,
#ss-account-dashboard-css .bs-popover-right>.arrow {
	left: -.5625rem;
	width: .5rem;
	height: 1rem;
	margin: .75rem 0;
}

#ss-account-dashboard-css .bs-popover-auto[x-placement^=right]>.arrow::before,
#ss-account-dashboard-css .bs-popover-right>.arrow::before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(0, 0, 0, 0.05);
}

#ss-account-dashboard-css .bs-popover-auto[x-placement^=right]>.arrow::after,
#ss-account-dashboard-css .bs-popover-right>.arrow::after {
	left: .0625rem;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff;
}

#ss-account-dashboard-css .bs-popover-auto[x-placement^=bottom],
#ss-account-dashboard-css .bs-popover-bottom {
	margin-top: .5rem;
}

#ss-account-dashboard-css .bs-popover-auto[x-placement^=bottom]>.arrow,
#ss-account-dashboard-css .bs-popover-bottom>.arrow {
	top: -.5625rem;
}

#ss-account-dashboard-css .bs-popover-auto[x-placement^=bottom]>.arrow::before,
#ss-account-dashboard-css .bs-popover-bottom>.arrow::before {
	top: 0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: rgba(0, 0, 0, 0.05);
}

#ss-account-dashboard-css .bs-popover-auto[x-placement^=bottom]>.arrow::after,
#ss-account-dashboard-css .bs-popover-bottom>.arrow::after {
	top: .0625rem;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #fff;
}

#ss-account-dashboard-css .bs-popover-auto[x-placement^=bottom] .popover-header::before,
#ss-account-dashboard-css .bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: .0625rem solid #f8fafd;
}

#ss-account-dashboard-css .bs-popover-auto[x-placement^=left],
#ss-account-dashboard-css .bs-popover-left {
	margin-right: .5rem;
}

#ss-account-dashboard-css .bs-popover-auto[x-placement^=left]>.arrow,
#ss-account-dashboard-css .bs-popover-left>.arrow {
	right: -.5625rem;
	width: .5rem;
	height: 1rem;
	margin: .75rem 0;
}

#ss-account-dashboard-css .bs-popover-auto[x-placement^=left]>.arrow::before,
#ss-account-dashboard-css .bs-popover-left>.arrow::before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, 0.05);
}

#ss-account-dashboard-css .bs-popover-auto[x-placement^=left]>.arrow::after,
#ss-account-dashboard-css .bs-popover-left>.arrow::after {
	right: .0625rem;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff;
}

#ss-account-dashboard-css .popover-header {
	padding: .75rem 1rem;
	margin-bottom: 0;
	font-size: 1rem;
	color: #1e2022;
	background-color: #f8fafd;
	border-bottom: .0625rem solid #e4ecf7;
	border-top-left-radius: .6875rem;
	border-top-right-radius: .6875rem;
}

#ss-account-dashboard-css .popover-header:empty {
	display: none;
}

#ss-account-dashboard-css .popover-body {
	padding: 1.125rem 1rem;
	color: #677788;
}

#ss-account-dashboard-css .carousel {
	position: relative;
}

#ss-account-dashboard-css .carousel.pointer-event {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

#ss-account-dashboard-css .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#ss-account-dashboard-css .carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

#ss-account-dashboard-css .carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	#ss-account-dashboard-css .carousel-item {
		transition: none;
	}
}

#ss-account-dashboard-css .carousel-item-next,
#ss-account-dashboard-css .carousel-item-prev,
#ss-account-dashboard-css .carousel-item.active {
	display: block;
}

#ss-account-dashboard-css .active.carousel-item-right,
#ss-account-dashboard-css .carousel-item-next:not(.carousel-item-left) {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

#ss-account-dashboard-css .active.carousel-item-left,
#ss-account-dashboard-css .carousel-item-prev:not(.carousel-item-right) {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

#ss-account-dashboard-css .carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	-webkit-transform: none;
	transform: none;
}

#ss-account-dashboard-css .carousel-fade .carousel-item-next.carousel-item-left,
#ss-account-dashboard-css .carousel-fade .carousel-item-prev.carousel-item-right,
#ss-account-dashboard-css .carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1;
}

#ss-account-dashboard-css .carousel-fade .active.carousel-item-left,
#ss-account-dashboard-css .carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s .6s;
}

@media (prefers-reduced-motion: reduce) {
	#ss-account-dashboard-css .carousel-fade .active.carousel-item-left,
	#ss-account-dashboard-css .carousel-fade .active.carousel-item-right {
		transition: none;
	}
}

#ss-account-dashboard-css .carousel-control-next,
#ss-account-dashboard-css .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5;
	transition: opacity .15s ease;
}

@media (prefers-reduced-motion: reduce) {
	#ss-account-dashboard-css .carousel-control-next,
	#ss-account-dashboard-css .carousel-control-prev {
		transition: none;
	}
}

#ss-account-dashboard-css .carousel-control-next:focus,
#ss-account-dashboard-css .carousel-control-next:hover,
#ss-account-dashboard-css .carousel-control-prev:focus,
#ss-account-dashboard-css .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}

#ss-account-dashboard-css .carousel-control-prev {
	left: 0;
}

#ss-account-dashboard-css .carousel-control-next {
	right: 0;
}

#ss-account-dashboard-css .carousel-control-next-icon,
#ss-account-dashboard-css .carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50%/100% 100%;
}

#ss-account-dashboard-css .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

#ss-account-dashboard-css .carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

#ss-account-dashboard-css .carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

#ss-account-dashboard-css .carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
}

@media (prefers-reduced-motion: reduce) {
	#ss-account-dashboard-css .carousel-indicators li {
		transition: none;
	}
}

#ss-account-dashboard-css .carousel-indicators .active {
	opacity: 1;
}

#ss-account-dashboard-css .carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#ss-account-dashboard-css .spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}

#ss-account-dashboard-css .spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em;
}

@-webkit-keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

#ss-account-dashboard-css .spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner-grow .75s linear infinite;
	animation: spinner-grow .75s linear infinite;
}

#ss-account-dashboard-css .spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}

#ss-account-dashboard-css .align-baseline {
	vertical-align: baseline !important;
}

#ss-account-dashboard-css .align-top {
	vertical-align: top !important;
}

#ss-account-dashboard-css .align-middle {
	vertical-align: middle !important;
}

#ss-account-dashboard-css .align-bottom {
	vertical-align: bottom !important;
}

#ss-account-dashboard-css .align-text-bottom {
	vertical-align: text-bottom !important;
}

#ss-account-dashboard-css .align-text-top {
	vertical-align: text-top !important;
}

#ss-account-dashboard-css .bg-primary {
	background-color: #ed1c24 !important;
}

#ss-account-dashboard-css a.bg-primary:focus,
#ss-account-dashboard-css a.bg-primary:hover,
#ss-account-dashboard-css button.bg-primary:focus,
#ss-account-dashboard-css button.bg-primary:hover {
	background-color: #2e8f86 !important;
}

#ss-account-dashboard-css .bg-secondary {
	background-color: #eb3c67 !important;
}

#ss-account-dashboard-css a.bg-secondary:focus,
#ss-account-dashboard-css a.bg-secondary:hover,
#ss-account-dashboard-css button.bg-secondary:focus,
#ss-account-dashboard-css button.bg-secondary:hover {
	background-color: #dd1747 !important;
}

#ss-account-dashboard-css .bg-success {
	background-color: #00c9a7 !important;
}

#ss-account-dashboard-css a.bg-success:focus,
#ss-account-dashboard-css a.bg-success:hover,
#ss-account-dashboard-css button.bg-success:focus,
#ss-account-dashboard-css button.bg-success:hover {
	background-color: #00967d !important;
}

#ss-account-dashboard-css .bg-info {
	background-color: #09a5be !important;
}

#ss-account-dashboard-css a.bg-info:focus,
#ss-account-dashboard-css a.bg-info:hover,
#ss-account-dashboard-css button.bg-info:focus,
#ss-account-dashboard-css button.bg-info:hover {
	background-color: #077b8d !important;
}

#ss-account-dashboard-css .bg-warning {
	background-color: #f5ca99 !important;
}

#ss-account-dashboard-css a.bg-warning:focus,
#ss-account-dashboard-css a.bg-warning:hover,
#ss-account-dashboard-css button.bg-warning:focus,
#ss-account-dashboard-css button.bg-warning:hover {
	background-color: #f0b26b !important;
}

#ss-account-dashboard-css .bg-danger {
	background-color: #ed4c78 !important;
}

#ss-account-dashboard-css a.bg-danger:focus,
#ss-account-dashboard-css a.bg-danger:hover,
#ss-account-dashboard-css button.bg-danger:focus,
#ss-account-dashboard-css button.bg-danger:hover {
	background-color: #e81e55 !important;
}

#ss-account-dashboard-css .bg-light {
	background-color: #f7faff !important;
}

#ss-account-dashboard-css a.bg-light:focus,
#ss-account-dashboard-css a.bg-light:hover,
#ss-account-dashboard-css button.bg-light:focus,
#ss-account-dashboard-css button.bg-light:hover {
	background-color: #c4daff !important;
}

#ss-account-dashboard-css .bg-dark {
	background-color: #21325b !important;
}

#ss-account-dashboard-css a.bg-dark:focus,
#ss-account-dashboard-css a.bg-dark:hover,
#ss-account-dashboard-css button.bg-dark:focus,
#ss-account-dashboard-css button.bg-dark:hover {
	background-color: #131d36 !important;
}

#ss-account-dashboard-css .bg-indigo {
	background-color: #2d1582 !important;
}

#ss-account-dashboard-css a.bg-indigo:focus,
#ss-account-dashboard-css a.bg-indigo:hover,
#ss-account-dashboard-css button.bg-indigo:focus,
#ss-account-dashboard-css button.bg-indigo:hover {
	background-color: #1e0e56 !important;
}

#ss-account-dashboard-css .bg-white {
	background-color: #fff !important;
}

#ss-account-dashboard-css .bg-transparent {
	background-color: transparent !important;
}

#ss-account-dashboard-css .border {
	border: .0625rem solid #e7eaf3 !important;
}

#ss-account-dashboard-css .border-top {
	border-top: .0625rem solid #e7eaf3 !important;
}

#ss-account-dashboard-css .border-right {
	border-right: .0625rem solid #e7eaf3 !important;
}

#ss-account-dashboard-css .border-bottom {
	border-bottom: .0625rem solid #e7eaf3 !important;
}

#ss-account-dashboard-css .border-left {
	border-left: .0625rem solid #e7eaf3 !important;
}

#ss-account-dashboard-css .border-0 {
	border: 0 !important;
}

#ss-account-dashboard-css .border-top-0 {
	border-top: 0 !important;
}

#ss-account-dashboard-css .border-right-0 {
	border-right: 0 !important;
}

#ss-account-dashboard-css .border-bottom-0 {
	border-bottom: 0 !important;
}

#ss-account-dashboard-css .border-left-0 {
	border-left: 0 !important;
}

#ss-account-dashboard-css .border-primary {
	border-color: #ed1c24 !important;
}

#ss-account-dashboard-css .border-secondary {
	border-color: #eb3c67 !important;
}

#ss-account-dashboard-css .border-success {
	border-color: #00c9a7 !important;
}

#ss-account-dashboard-css .border-info {
	border-color: #09a5be !important;
}

#ss-account-dashboard-css .border-warning {
	border-color: #f5ca99 !important;
}

#ss-account-dashboard-css .border-danger {
	border-color: #ed4c78 !important;
}

#ss-account-dashboard-css .border-light {
	border-color: #f7faff !important;
}

#ss-account-dashboard-css .border-dark {
	border-color: #21325b !important;
}

#ss-account-dashboard-css .border-indigo {
	border-color: #2d1582 !important;
}

#ss-account-dashboard-css .border-white {
	border-color: #fff !important;
}

#ss-account-dashboard-css .rounded-sm {
	border-radius: .25rem !important;
}

#ss-account-dashboard-css .rounded {
	border-radius: .3125rem !important;
}

#ss-account-dashboard-css .rounded-top {
	border-top-left-radius: .3125rem !important;
	border-top-right-radius: .3125rem !important;
}

#ss-account-dashboard-css .rounded-right {
	border-top-right-radius: .3125rem !important;
	border-bottom-right-radius: .3125rem !important;
}

#ss-account-dashboard-css .rounded-bottom {
	border-bottom-right-radius: .3125rem !important;
	border-bottom-left-radius: .3125rem !important;
}

#ss-account-dashboard-css .rounded-left {
	border-top-left-radius: .3125rem !important;
	border-bottom-left-radius: .3125rem !important;
}

#ss-account-dashboard-css .rounded-lg {
	border-radius: .75rem !important;
}

#ss-account-dashboard-css .rounded-circle {
	border-radius: 50% !important;
}

#ss-account-dashboard-css .rounded-pill {
	border-radius: 50rem !important;
}

#ss-account-dashboard-css .rounded-0 {
	border-radius: 0 !important;
}

#ss-account-dashboard-css .clearfix::after {
	display: block;
	clear: both;
	content: "";
}

#ss-account-dashboard-css .d-none {
	display: none !important;
}

#ss-account-dashboard-css .d-inline {
	display: inline !important;
}

#ss-account-dashboard-css .d-inline-block {
	display: inline-block !important;
}

#ss-account-dashboard-css .d-block {
	display: block !important;
}

#ss-account-dashboard-css .d-table {
	display: table !important;
}

#ss-account-dashboard-css .d-table-row {
	display: table-row !important;
}

#ss-account-dashboard-css .d-table-cell {
	display: table-cell !important;
}

#ss-account-dashboard-css .d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

#ss-account-dashboard-css .d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .d-sm-none {
		display: none !important;
	}
	#ss-account-dashboard-css .d-sm-inline {
		display: inline !important;
	}
	#ss-account-dashboard-css .d-sm-inline-block {
		display: inline-block !important;
	}
	#ss-account-dashboard-css .d-sm-block {
		display: block !important;
	}
	#ss-account-dashboard-css .d-sm-table {
		display: table !important;
	}
	#ss-account-dashboard-css .d-sm-table-row {
		display: table-row !important;
	}
	#ss-account-dashboard-css .d-sm-table-cell {
		display: table-cell !important;
	}
	#ss-account-dashboard-css .d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	#ss-account-dashboard-css .d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .d-md-none {
		display: none !important;
	}
	#ss-account-dashboard-css .d-md-inline {
		display: inline !important;
	}
	#ss-account-dashboard-css .d-md-inline-block {
		display: inline-block !important;
	}
	#ss-account-dashboard-css .d-md-block {
		display: block !important;
	}
	#ss-account-dashboard-css .d-md-table {
		display: table !important;
	}
	#ss-account-dashboard-css .d-md-table-row {
		display: table-row !important;
	}
	#ss-account-dashboard-css .d-md-table-cell {
		display: table-cell !important;
	}
	#ss-account-dashboard-css .d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	#ss-account-dashboard-css .d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .d-lg-none {
		display: none !important;
	}
	#ss-account-dashboard-css .d-lg-inline {
		display: inline !important;
	}
	#ss-account-dashboard-css .d-lg-inline-block {
		display: inline-block !important;
	}
	#ss-account-dashboard-css .d-lg-block {
		display: block !important;
	}
	#ss-account-dashboard-css .d-lg-table {
		display: table !important;
	}
	#ss-account-dashboard-css .d-lg-table-row {
		display: table-row !important;
	}
	#ss-account-dashboard-css .d-lg-table-cell {
		display: table-cell !important;
	}
	#ss-account-dashboard-css .d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	#ss-account-dashboard-css .d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	#ss-account-dashboard-css .d-xl-none {
		display: none !important;
	}
	#ss-account-dashboard-css .d-xl-inline {
		display: inline !important;
	}
	#ss-account-dashboard-css .d-xl-inline-block {
		display: inline-block !important;
	}
	#ss-account-dashboard-css .d-xl-block {
		display: block !important;
	}
	#ss-account-dashboard-css .d-xl-table {
		display: table !important;
	}
	#ss-account-dashboard-css .d-xl-table-row {
		display: table-row !important;
	}
	#ss-account-dashboard-css .d-xl-table-cell {
		display: table-cell !important;
	}
	#ss-account-dashboard-css .d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	#ss-account-dashboard-css .d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media print {
	#ss-account-dashboard-css .d-print-none {
		display: none !important;
	}
	#ss-account-dashboard-css .d-print-inline {
		display: inline !important;
	}
	#ss-account-dashboard-css .d-print-inline-block {
		display: inline-block !important;
	}
	#ss-account-dashboard-css .d-print-block {
		display: block !important;
	}
	#ss-account-dashboard-css .d-print-table {
		display: table !important;
	}
	#ss-account-dashboard-css .d-print-table-row {
		display: table-row !important;
	}
	#ss-account-dashboard-css .d-print-table-cell {
		display: table-cell !important;
	}
	#ss-account-dashboard-css .d-print-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}
	#ss-account-dashboard-css .d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

#ss-account-dashboard-css .embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

#ss-account-dashboard-css .embed-responsive::before {
	display: block;
	content: "";
}

#ss-account-dashboard-css .embed-responsive .embed-responsive-item,
#ss-account-dashboard-css .embed-responsive embed,
#ss-account-dashboard-css .embed-responsive iframe,
#ss-account-dashboard-css .embed-responsive object,
#ss-account-dashboard-css .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

#ss-account-dashboard-css .embed-responsive-21by9::before {
	padding-top: 42.85714%;
}

#ss-account-dashboard-css .embed-responsive-16by9::before {
	padding-top: 56.25%;
}

#ss-account-dashboard-css .embed-responsive-4by3::before {
	padding-top: 75%;
}

#ss-account-dashboard-css .embed-responsive-1by1::before {
	padding-top: 100%;
}

#ss-account-dashboard-css .flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

#ss-account-dashboard-css .flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

#ss-account-dashboard-css .flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

#ss-account-dashboard-css .flex-column-reverse {
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

#ss-account-dashboard-css .flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

#ss-account-dashboard-css .flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

#ss-account-dashboard-css .flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

#ss-account-dashboard-css .flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

#ss-account-dashboard-css .flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

#ss-account-dashboard-css .flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

#ss-account-dashboard-css .flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

#ss-account-dashboard-css .flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

#ss-account-dashboard-css .justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

#ss-account-dashboard-css .justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

#ss-account-dashboard-css .justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

#ss-account-dashboard-css .justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

#ss-account-dashboard-css .justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

#ss-account-dashboard-css .align-items-start {
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

#ss-account-dashboard-css .align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

#ss-account-dashboard-css .align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

#ss-account-dashboard-css .align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

#ss-account-dashboard-css .align-items-stretch {
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

#ss-account-dashboard-css .align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

#ss-account-dashboard-css .align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

#ss-account-dashboard-css .align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

#ss-account-dashboard-css .align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

#ss-account-dashboard-css .align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

#ss-account-dashboard-css .align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

#ss-account-dashboard-css .align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

#ss-account-dashboard-css .align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

#ss-account-dashboard-css .align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

#ss-account-dashboard-css .align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

#ss-account-dashboard-css .align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

#ss-account-dashboard-css .align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .flex-sm-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	#ss-account-dashboard-css .flex-sm-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	#ss-account-dashboard-css .flex-sm-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	#ss-account-dashboard-css .flex-sm-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	#ss-account-dashboard-css .flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	#ss-account-dashboard-css .flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	#ss-account-dashboard-css .flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	#ss-account-dashboard-css .flex-sm-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	#ss-account-dashboard-css .flex-sm-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	#ss-account-dashboard-css .flex-sm-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	#ss-account-dashboard-css .flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	#ss-account-dashboard-css .flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	#ss-account-dashboard-css .justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	#ss-account-dashboard-css .justify-content-sm-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	#ss-account-dashboard-css .justify-content-sm-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	#ss-account-dashboard-css .justify-content-sm-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	#ss-account-dashboard-css .justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	#ss-account-dashboard-css .align-items-sm-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	#ss-account-dashboard-css .align-items-sm-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	#ss-account-dashboard-css .align-items-sm-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	#ss-account-dashboard-css .align-items-sm-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	#ss-account-dashboard-css .align-items-sm-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	#ss-account-dashboard-css .align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	#ss-account-dashboard-css .align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	#ss-account-dashboard-css .align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	#ss-account-dashboard-css .align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	#ss-account-dashboard-css .align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	#ss-account-dashboard-css .align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	#ss-account-dashboard-css .align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	#ss-account-dashboard-css .align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	#ss-account-dashboard-css .align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	#ss-account-dashboard-css .align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	#ss-account-dashboard-css .align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	#ss-account-dashboard-css .align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .flex-md-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	#ss-account-dashboard-css .flex-md-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	#ss-account-dashboard-css .flex-md-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	#ss-account-dashboard-css .flex-md-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	#ss-account-dashboard-css .flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	#ss-account-dashboard-css .flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	#ss-account-dashboard-css .flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	#ss-account-dashboard-css .flex-md-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	#ss-account-dashboard-css .flex-md-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	#ss-account-dashboard-css .flex-md-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	#ss-account-dashboard-css .flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	#ss-account-dashboard-css .flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	#ss-account-dashboard-css .justify-content-md-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	#ss-account-dashboard-css .justify-content-md-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	#ss-account-dashboard-css .justify-content-md-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	#ss-account-dashboard-css .justify-content-md-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	#ss-account-dashboard-css .justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	#ss-account-dashboard-css .align-items-md-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	#ss-account-dashboard-css .align-items-md-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	#ss-account-dashboard-css .align-items-md-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	#ss-account-dashboard-css .align-items-md-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	#ss-account-dashboard-css .align-items-md-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	#ss-account-dashboard-css .align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	#ss-account-dashboard-css .align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	#ss-account-dashboard-css .align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	#ss-account-dashboard-css .align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	#ss-account-dashboard-css .align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	#ss-account-dashboard-css .align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	#ss-account-dashboard-css .align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	#ss-account-dashboard-css .align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	#ss-account-dashboard-css .align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	#ss-account-dashboard-css .align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	#ss-account-dashboard-css .align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	#ss-account-dashboard-css .align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	#ss-account-dashboard-css .flex-lg-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	#ss-account-dashboard-css .flex-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	#ss-account-dashboard-css .flex-lg-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	#ss-account-dashboard-css .flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	#ss-account-dashboard-css .flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	#ss-account-dashboard-css .flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	#ss-account-dashboard-css .flex-lg-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	#ss-account-dashboard-css .flex-lg-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	#ss-account-dashboard-css .flex-lg-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	#ss-account-dashboard-css .flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	#ss-account-dashboard-css .flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	#ss-account-dashboard-css .justify-content-lg-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	#ss-account-dashboard-css .justify-content-lg-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	#ss-account-dashboard-css .justify-content-lg-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	#ss-account-dashboard-css .justify-content-lg-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	#ss-account-dashboard-css .justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	#ss-account-dashboard-css .align-items-lg-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	#ss-account-dashboard-css .align-items-lg-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	#ss-account-dashboard-css .align-items-lg-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	#ss-account-dashboard-css .align-items-lg-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	#ss-account-dashboard-css .align-items-lg-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	#ss-account-dashboard-css .align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	#ss-account-dashboard-css .align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	#ss-account-dashboard-css .align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	#ss-account-dashboard-css .align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	#ss-account-dashboard-css .align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	#ss-account-dashboard-css .align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	#ss-account-dashboard-css .align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	#ss-account-dashboard-css .align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	#ss-account-dashboard-css .align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	#ss-account-dashboard-css .align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	#ss-account-dashboard-css .align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	#ss-account-dashboard-css .align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	#ss-account-dashboard-css .flex-xl-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	#ss-account-dashboard-css .flex-xl-column {
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	#ss-account-dashboard-css .flex-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	#ss-account-dashboard-css .flex-xl-column-reverse {
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	#ss-account-dashboard-css .flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	#ss-account-dashboard-css .flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	#ss-account-dashboard-css .flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	#ss-account-dashboard-css .flex-xl-fill {
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	#ss-account-dashboard-css .flex-xl-grow-0 {
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	#ss-account-dashboard-css .flex-xl-grow-1 {
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	#ss-account-dashboard-css .flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	#ss-account-dashboard-css .flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	#ss-account-dashboard-css .justify-content-xl-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	#ss-account-dashboard-css .justify-content-xl-end {
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	#ss-account-dashboard-css .justify-content-xl-center {
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	#ss-account-dashboard-css .justify-content-xl-between {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	#ss-account-dashboard-css .justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	#ss-account-dashboard-css .align-items-xl-start {
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	#ss-account-dashboard-css .align-items-xl-end {
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	#ss-account-dashboard-css .align-items-xl-center {
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	#ss-account-dashboard-css .align-items-xl-baseline {
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	#ss-account-dashboard-css .align-items-xl-stretch {
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	#ss-account-dashboard-css .align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	#ss-account-dashboard-css .align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	#ss-account-dashboard-css .align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	#ss-account-dashboard-css .align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	#ss-account-dashboard-css .align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	#ss-account-dashboard-css .align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	#ss-account-dashboard-css .align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	#ss-account-dashboard-css .align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	#ss-account-dashboard-css .align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	#ss-account-dashboard-css .align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	#ss-account-dashboard-css .align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	#ss-account-dashboard-css .align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

#ss-account-dashboard-css .float-left {
	float: left !important;
}

#ss-account-dashboard-css .float-right {
	float: right !important;
}

#ss-account-dashboard-css .float-none {
	float: none !important;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .float-sm-left {
		float: left !important;
	}
	#ss-account-dashboard-css .float-sm-right {
		float: right !important;
	}
	#ss-account-dashboard-css .float-sm-none {
		float: none !important;
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .float-md-left {
		float: left !important;
	}
	#ss-account-dashboard-css .float-md-right {
		float: right !important;
	}
	#ss-account-dashboard-css .float-md-none {
		float: none !important;
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .float-lg-left {
		float: left !important;
	}
	#ss-account-dashboard-css .float-lg-right {
		float: right !important;
	}
	#ss-account-dashboard-css .float-lg-none {
		float: none !important;
	}
}

@media (min-width: 1200px) {
	#ss-account-dashboard-css .float-xl-left {
		float: left !important;
	}
	#ss-account-dashboard-css .float-xl-right {
		float: right !important;
	}
	#ss-account-dashboard-css .float-xl-none {
		float: none !important;
	}
}

#ss-account-dashboard-css .user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	-ms-user-select: all !important;
	user-select: all !important;
}

#ss-account-dashboard-css .user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	-ms-user-select: auto !important;
	user-select: auto !important;
}

#ss-account-dashboard-css .user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

#ss-account-dashboard-css .overflow-auto {
	overflow: auto !important;
}

#ss-account-dashboard-css .overflow-hidden {
	overflow: hidden !important;
}

#ss-account-dashboard-css .position-static {
	position: static !important;
}

#ss-account-dashboard-css .position-relative {
	position: relative !important;
}

#ss-account-dashboard-css .position-absolute {
	position: absolute !important;
}

#ss-account-dashboard-css .position-fixed {
	position: fixed !important;
}

#ss-account-dashboard-css .position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}

#ss-account-dashboard-css .fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

#ss-account-dashboard-css .fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
	#ss-account-dashboard-css .sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

#ss-account-dashboard-css .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

#ss-account-dashboard-css .sr-only-focusable:active,
#ss-account-dashboard-css .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

#ss-account-dashboard-css .shadow-sm {
	box-shadow: 0 12px 15px rgba(140, 152, 164, 0.1) !important;
}

#ss-account-dashboard-css .shadow {
	box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125) !important;
}

#ss-account-dashboard-css .shadow-lg {
	box-shadow: 0 10px 40px 10px rgba(140, 152, 164, 0.175) !important;
}

#ss-account-dashboard-css .shadow-none {
	box-shadow: none !important;
}

#ss-account-dashboard-css .w-25 {
	width: 25% !important;
}

#ss-account-dashboard-css .w-50 {
	width: 50% !important;
}

#ss-account-dashboard-css .w-75 {
	width: 75% !important;
}

#ss-account-dashboard-css .w-100 {
	width: 100% !important;
}

#ss-account-dashboard-css .w-auto {
	width: auto !important;
}

#ss-account-dashboard-css .w-15 {
	width: 15% !important;
}

#ss-account-dashboard-css .w-20 {
	width: 20% !important;
}

#ss-account-dashboard-css .w-30 {
	width: 30% !important;
}

#ss-account-dashboard-css .w-35 {
	width: 35% !important;
}

#ss-account-dashboard-css .w-40 {
	width: 40% !important;
}

#ss-account-dashboard-css .w-60 {
	width: 60% !important;
}

#ss-account-dashboard-css .w-65 {
	width: 65% !important;
}

#ss-account-dashboard-css .w-80 {
	width: 80% !important;
}

#ss-account-dashboard-css .w-85 {
	width: 85% !important;
}

#ss-account-dashboard-css .w-90 {
	width: 90% !important;
}

#ss-account-dashboard-css .h-25 {
	height: 25% !important;
}

#ss-account-dashboard-css .h-50 {
	height: 50% !important;
}

#ss-account-dashboard-css .h-75 {
	height: 75% !important;
}

#ss-account-dashboard-css .h-100 {
	height: 100% !important;
}

#ss-account-dashboard-css .h-auto {
	height: auto !important;
}

#ss-account-dashboard-css .h-15 {
	height: 15% !important;
}

#ss-account-dashboard-css .h-20 {
	height: 20% !important;
}

#ss-account-dashboard-css .h-30 {
	height: 30% !important;
}

#ss-account-dashboard-css .h-35 {
	height: 35% !important;
}

#ss-account-dashboard-css .h-40 {
	height: 40% !important;
}

#ss-account-dashboard-css .h-60 {
	height: 60% !important;
}

#ss-account-dashboard-css .h-65 {
	height: 65% !important;
}

#ss-account-dashboard-css .h-80 {
	height: 80% !important;
}

#ss-account-dashboard-css .h-85 {
	height: 85% !important;
}

#ss-account-dashboard-css .h-90 {
	height: 90% !important;
}

#ss-account-dashboard-css .mw-100 {
	max-width: 100% !important;
}

#ss-account-dashboard-css .mh-100 {
	max-height: 100% !important;
}

#ss-account-dashboard-css .min-vw-100 {
	min-width: 100vw !important;
}

#ss-account-dashboard-css .min-vh-100 {
	min-height: 100vh !important;
}

#ss-account-dashboard-css .vw-100 {
	width: 100vw !important;
}

#ss-account-dashboard-css .vh-100 {
	height: 100vh !important;
}

#ss-account-dashboard-css .m-0 {
	margin: 0 !important;
}

#ss-account-dashboard-css .mt-0,
#ss-account-dashboard-css .my-0 {
	margin-top: 0 !important;
}

#ss-account-dashboard-css .mr-0,
#ss-account-dashboard-css .mx-0 {
	margin-right: 0 !important;
}

#ss-account-dashboard-css .mb-0,
#ss-account-dashboard-css .my-0 {
	margin-bottom: 0 !important;
}

#ss-account-dashboard-css .ml-0,
#ss-account-dashboard-css .mx-0 {
	margin-left: 0 !important;
}

#ss-account-dashboard-css .m-1 {
	margin: .25rem !important;
}

#ss-account-dashboard-css .mt-1,
#ss-account-dashboard-css .my-1 {
	margin-top: .25rem !important;
}

#ss-account-dashboard-css .mr-1,
#ss-account-dashboard-css .mx-1 {
	margin-right: .25rem !important;
}

#ss-account-dashboard-css .mb-1,
#ss-account-dashboard-css .my-1 {
	margin-bottom: .25rem !important;
}

#ss-account-dashboard-css .ml-1,
#ss-account-dashboard-css .mx-1 {
	margin-left: .25rem !important;
}

#ss-account-dashboard-css .m-2 {
	margin: .5rem !important;
}

#ss-account-dashboard-css .mt-2,
#ss-account-dashboard-css .my-2 {
	margin-top: .5rem !important;
}

#ss-account-dashboard-css .mr-2,
#ss-account-dashboard-css .mx-2 {
	margin-right: .5rem !important;
}

#ss-account-dashboard-css .mb-2,
#ss-account-dashboard-css .my-2 {
	margin-bottom: .5rem !important;
}

#ss-account-dashboard-css .ml-2,
#ss-account-dashboard-css .mx-2 {
	margin-left: .5rem !important;
}

#ss-account-dashboard-css .m-3 {
	margin: 1rem !important;
}

#ss-account-dashboard-css .mt-3,
#ss-account-dashboard-css .my-3 {
	margin-top: 1rem !important;
}

#ss-account-dashboard-css .mr-3,
#ss-account-dashboard-css .mx-3 {
	margin-right: 1rem !important;
}

#ss-account-dashboard-css .mb-3,
#ss-account-dashboard-css .my-3 {
	margin-bottom: 1rem !important;
}

#ss-account-dashboard-css .ml-3,
#ss-account-dashboard-css .mx-3 {
	margin-left: 1rem !important;
}

#ss-account-dashboard-css .m-4 {
	margin: 1.5rem !important;
}

#ss-account-dashboard-css .mt-4,
#ss-account-dashboard-css .my-4 {
	margin-top: 1.5rem !important;
}

#ss-account-dashboard-css .mr-4,
#ss-account-dashboard-css .mx-4 {
	margin-right: 1.5rem !important;
}

#ss-account-dashboard-css .mb-4,
#ss-account-dashboard-css .my-4 {
	margin-bottom: 1.5rem !important;
}

#ss-account-dashboard-css .ml-4,
#ss-account-dashboard-css .mx-4 {
	margin-left: 1.5rem !important;
}

#ss-account-dashboard-css .m-5 {
	margin: 2rem !important;
}

#ss-account-dashboard-css .mt-5,
#ss-account-dashboard-css .my-5 {
	margin-top: 2rem !important;
}

#ss-account-dashboard-css .mr-5,
#ss-account-dashboard-css .mx-5 {
	margin-right: 2rem !important;
}

#ss-account-dashboard-css .mb-5,
#ss-account-dashboard-css .my-5 {
	margin-bottom: 2rem !important;
}

#ss-account-dashboard-css .ml-5,
#ss-account-dashboard-css .mx-5 {
	margin-left: 2rem !important;
}

#ss-account-dashboard-css .m-6 {
	margin: 2.5rem !important;
}

#ss-account-dashboard-css .mt-6,
#ss-account-dashboard-css .my-6 {
	margin-top: 2.5rem !important;
}

#ss-account-dashboard-css .mr-6,
#ss-account-dashboard-css .mx-6 {
	margin-right: 2.5rem !important;
}

#ss-account-dashboard-css .mb-6,
#ss-account-dashboard-css .my-6 {
	margin-bottom: 2.5rem !important;
}

#ss-account-dashboard-css .ml-6,
#ss-account-dashboard-css .mx-6 {
	margin-left: 2.5rem !important;
}

#ss-account-dashboard-css .m-7 {
	margin: 3rem !important;
}

#ss-account-dashboard-css .mt-7,
#ss-account-dashboard-css .my-7 {
	margin-top: 3rem !important;
}

#ss-account-dashboard-css .mr-7,
#ss-account-dashboard-css .mx-7 {
	margin-right: 3rem !important;
}

#ss-account-dashboard-css .mb-7,
#ss-account-dashboard-css .my-7 {
	margin-bottom: 3rem !important;
}

#ss-account-dashboard-css .ml-7,
#ss-account-dashboard-css .mx-7 {
	margin-left: 3rem !important;
}

#ss-account-dashboard-css .m-8 {
	margin: 3.5rem !important;
}

#ss-account-dashboard-css .mt-8,
#ss-account-dashboard-css .my-8 {
	margin-top: 3.5rem !important;
}

#ss-account-dashboard-css .mr-8,
#ss-account-dashboard-css .mx-8 {
	margin-right: 3.5rem !important;
}

#ss-account-dashboard-css .mb-8,
#ss-account-dashboard-css .my-8 {
	margin-bottom: 3.5rem !important;
}

#ss-account-dashboard-css .ml-8,
#ss-account-dashboard-css .mx-8 {
	margin-left: 3.5rem !important;
}

#ss-account-dashboard-css .m-9 {
	margin: 4rem !important;
}

#ss-account-dashboard-css .mt-9,
#ss-account-dashboard-css .my-9 {
	margin-top: 4rem !important;
}

#ss-account-dashboard-css .mr-9,
#ss-account-dashboard-css .mx-9 {
	margin-right: 4rem !important;
}

#ss-account-dashboard-css .mb-9,
#ss-account-dashboard-css .my-9 {
	margin-bottom: 4rem !important;
}

#ss-account-dashboard-css .ml-9,
#ss-account-dashboard-css .mx-9 {
	margin-left: 4rem !important;
}

#ss-account-dashboard-css .m-10 {
	margin: 4.5rem !important;
}

#ss-account-dashboard-css .mt-10,
#ss-account-dashboard-css .my-10 {
	margin-top: 4.5rem !important;
}

#ss-account-dashboard-css .mr-10,
#ss-account-dashboard-css .mx-10 {
	margin-right: 4.5rem !important;
}

#ss-account-dashboard-css .mb-10,
#ss-account-dashboard-css .my-10 {
	margin-bottom: 4.5rem !important;
}

#ss-account-dashboard-css .ml-10,
#ss-account-dashboard-css .mx-10 {
	margin-left: 4.5rem !important;
}

#ss-account-dashboard-css .m-11 {
	margin: 5rem !important;
}

#ss-account-dashboard-css .mt-11,
#ss-account-dashboard-css .my-11 {
	margin-top: 5rem !important;
}

#ss-account-dashboard-css .mr-11,
#ss-account-dashboard-css .mx-11 {
	margin-right: 5rem !important;
}

#ss-account-dashboard-css .mb-11,
#ss-account-dashboard-css .my-11 {
	margin-bottom: 5rem !important;
}

#ss-account-dashboard-css .ml-11,
#ss-account-dashboard-css .mx-11 {
	margin-left: 5rem !important;
}

#ss-account-dashboard-css .p-0 {
	padding: 0 !important;
}

#ss-account-dashboard-css .pt-0,
#ss-account-dashboard-css .py-0 {
	padding-top: 0 !important;
}

#ss-account-dashboard-css .pr-0,
#ss-account-dashboard-css .px-0 {
	padding-right: 0 !important;
}

#ss-account-dashboard-css .pb-0,
#ss-account-dashboard-css .py-0 {
	padding-bottom: 0 !important;
}

#ss-account-dashboard-css .pl-0,
#ss-account-dashboard-css .px-0 {
	padding-left: 0 !important;
}

#ss-account-dashboard-css .p-1 {
	padding: .25rem !important;
}

#ss-account-dashboard-css .pt-1,
#ss-account-dashboard-css .py-1 {
	padding-top: .25rem !important;
}

#ss-account-dashboard-css .pr-1,
#ss-account-dashboard-css .px-1 {
	padding-right: .25rem !important;
}

#ss-account-dashboard-css .pb-1,
#ss-account-dashboard-css .py-1 {
	padding-bottom: .25rem !important;
}

#ss-account-dashboard-css .pl-1,
#ss-account-dashboard-css .px-1 {
	padding-left: .25rem !important;
}

#ss-account-dashboard-css .p-2 {
	padding: .5rem !important;
}

#ss-account-dashboard-css .pt-2,
#ss-account-dashboard-css .py-2 {
	padding-top: .5rem !important;
}

#ss-account-dashboard-css .pr-2,
#ss-account-dashboard-css .px-2 {
	padding-right: .5rem !important;
}

#ss-account-dashboard-css .pb-2,
#ss-account-dashboard-css .py-2 {
	padding-bottom: .5rem !important;
}

#ss-account-dashboard-css .pl-2,
#ss-account-dashboard-css .px-2 {
	padding-left: .5rem !important;
}

#ss-account-dashboard-css .p-3 {
	padding: 1rem !important;
}

#ss-account-dashboard-css .pt-3,
#ss-account-dashboard-css .py-3 {
	padding-top: 1rem !important;
}

#ss-account-dashboard-css .pr-3,
#ss-account-dashboard-css .px-3 {
	padding-right: 1rem !important;
}

#ss-account-dashboard-css .pb-3,
#ss-account-dashboard-css .py-3 {
	padding-bottom: 1rem !important;
}

#ss-account-dashboard-css .pl-3,
#ss-account-dashboard-css .px-3 {
	padding-left: 1rem !important;
}

#ss-account-dashboard-css .p-4 {
	padding: 1.5rem !important;
}

#ss-account-dashboard-css .pt-4,
#ss-account-dashboard-css .py-4 {
	padding-top: 1.5rem !important;
}

#ss-account-dashboard-css .pr-4,
#ss-account-dashboard-css .px-4 {
	padding-right: 1.5rem !important;
}

#ss-account-dashboard-css .pb-4,
#ss-account-dashboard-css .py-4 {
	padding-bottom: 1.5rem !important;
}

#ss-account-dashboard-css .pl-4,
#ss-account-dashboard-css .px-4 {
	padding-left: 1.5rem !important;
}

#ss-account-dashboard-css .p-5 {
	padding: 2rem !important;
}

#ss-account-dashboard-css .pt-5,
#ss-account-dashboard-css .py-5 {
	padding-top: 2rem !important;
}

#ss-account-dashboard-css .pr-5,
#ss-account-dashboard-css .px-5 {
	padding-right: 2rem !important;
}

#ss-account-dashboard-css .pb-5,
#ss-account-dashboard-css .py-5 {
	padding-bottom: 2rem !important;
}

#ss-account-dashboard-css .pl-5,
#ss-account-dashboard-css .px-5 {
	padding-left: 2rem !important;
}

#ss-account-dashboard-css .p-6 {
	padding: 2.5rem !important;
}

#ss-account-dashboard-css .pt-6,
#ss-account-dashboard-css .py-6 {
	padding-top: 2.5rem !important;
}

#ss-account-dashboard-css .pr-6,
#ss-account-dashboard-css .px-6 {
	padding-right: 2.5rem !important;
}

#ss-account-dashboard-css .pb-6,
#ss-account-dashboard-css .py-6 {
	padding-bottom: 2.5rem !important;
}

#ss-account-dashboard-css .pl-6,
#ss-account-dashboard-css .px-6 {
	padding-left: 2.5rem !important;
}

#ss-account-dashboard-css .p-7 {
	padding: 3rem !important;
}

#ss-account-dashboard-css .pt-7,
#ss-account-dashboard-css .py-7 {
	padding-top: 3rem !important;
}

#ss-account-dashboard-css .pr-7,
#ss-account-dashboard-css .px-7 {
	padding-right: 3rem !important;
}

#ss-account-dashboard-css .pb-7,
#ss-account-dashboard-css .py-7 {
	padding-bottom: 3rem !important;
}

#ss-account-dashboard-css .pl-7,
#ss-account-dashboard-css .px-7 {
	padding-left: 3rem !important;
}

#ss-account-dashboard-css .p-8 {
	padding: 3.5rem !important;
}

#ss-account-dashboard-css .pt-8,
#ss-account-dashboard-css .py-8 {
	padding-top: 3.5rem !important;
}

#ss-account-dashboard-css .pr-8,
#ss-account-dashboard-css .px-8 {
	padding-right: 3.5rem !important;
}

#ss-account-dashboard-css .pb-8,
#ss-account-dashboard-css .py-8 {
	padding-bottom: 3.5rem !important;
}

#ss-account-dashboard-css .pl-8,
#ss-account-dashboard-css .px-8 {
	padding-left: 3.5rem !important;
}

#ss-account-dashboard-css .p-9 {
	padding: 4rem !important;
}

#ss-account-dashboard-css .pt-9,
#ss-account-dashboard-css .py-9 {
	padding-top: 4rem !important;
}

#ss-account-dashboard-css .pr-9,
#ss-account-dashboard-css .px-9 {
	padding-right: 4rem !important;
}

#ss-account-dashboard-css .pb-9,
#ss-account-dashboard-css .py-9 {
	padding-bottom: 4rem !important;
}

#ss-account-dashboard-css .pl-9,
#ss-account-dashboard-css .px-9 {
	padding-left: 4rem !important;
}

#ss-account-dashboard-css .p-10 {
	padding: 4.5rem !important;
}

#ss-account-dashboard-css .pt-10,
#ss-account-dashboard-css .py-10 {
	padding-top: 4.5rem !important;
}

#ss-account-dashboard-css .pr-10,
#ss-account-dashboard-css .px-10 {
	padding-right: 4.5rem !important;
}

#ss-account-dashboard-css .pb-10,
#ss-account-dashboard-css .py-10 {
	padding-bottom: 4.5rem !important;
}

#ss-account-dashboard-css .pl-10,
#ss-account-dashboard-css .px-10 {
	padding-left: 4.5rem !important;
}

#ss-account-dashboard-css .p-11 {
	padding: 5rem !important;
}

#ss-account-dashboard-css .pt-11,
#ss-account-dashboard-css .py-11 {
	padding-top: 5rem !important;
}

#ss-account-dashboard-css .pr-11,
#ss-account-dashboard-css .px-11 {
	padding-right: 5rem !important;
}

#ss-account-dashboard-css .pb-11,
#ss-account-dashboard-css .py-11 {
	padding-bottom: 5rem !important;
}

#ss-account-dashboard-css .pl-11,
#ss-account-dashboard-css .px-11 {
	padding-left: 5rem !important;
}

#ss-account-dashboard-css .m-n1 {
	margin: -.25rem !important;
}

#ss-account-dashboard-css .mt-n1,
#ss-account-dashboard-css .my-n1 {
	margin-top: -.25rem !important;
}

#ss-account-dashboard-css .mr-n1,
#ss-account-dashboard-css .mx-n1 {
	margin-right: -.25rem !important;
}

#ss-account-dashboard-css .mb-n1,
#ss-account-dashboard-css .my-n1 {
	margin-bottom: -.25rem !important;
}

#ss-account-dashboard-css .ml-n1,
#ss-account-dashboard-css .mx-n1 {
	margin-left: -.25rem !important;
}

#ss-account-dashboard-css .m-n2 {
	margin: -.5rem !important;
}

#ss-account-dashboard-css .mt-n2,
#ss-account-dashboard-css .my-n2 {
	margin-top: -.5rem !important;
}

#ss-account-dashboard-css .mr-n2,
#ss-account-dashboard-css .mx-n2 {
	margin-right: -.5rem !important;
}

#ss-account-dashboard-css .mb-n2,
#ss-account-dashboard-css .my-n2 {
	margin-bottom: -.5rem !important;
}

#ss-account-dashboard-css .ml-n2,
#ss-account-dashboard-css .mx-n2 {
	margin-left: -.5rem !important;
}

#ss-account-dashboard-css .m-n3 {
	margin: -1rem !important;
}

#ss-account-dashboard-css .mt-n3,
#ss-account-dashboard-css .my-n3 {
	margin-top: -1rem !important;
}

#ss-account-dashboard-css .mr-n3,
#ss-account-dashboard-css .mx-n3 {
	margin-right: -1rem !important;
}

#ss-account-dashboard-css .mb-n3,
#ss-account-dashboard-css .my-n3 {
	margin-bottom: -1rem !important;
}

#ss-account-dashboard-css .ml-n3,
#ss-account-dashboard-css .mx-n3 {
	margin-left: -1rem !important;
}

#ss-account-dashboard-css .m-n4 {
	margin: -1.5rem !important;
}

#ss-account-dashboard-css .mt-n4,
#ss-account-dashboard-css .my-n4 {
	margin-top: -1.5rem !important;
}

#ss-account-dashboard-css .mr-n4,
#ss-account-dashboard-css .mx-n4 {
	margin-right: -1.5rem !important;
}

#ss-account-dashboard-css .mb-n4,
#ss-account-dashboard-css .my-n4 {
	margin-bottom: -1.5rem !important;
}

#ss-account-dashboard-css .ml-n4,
#ss-account-dashboard-css .mx-n4 {
	margin-left: -1.5rem !important;
}

#ss-account-dashboard-css .m-n5 {
	margin: -2rem !important;
}

#ss-account-dashboard-css .mt-n5,
#ss-account-dashboard-css .my-n5 {
	margin-top: -2rem !important;
}

#ss-account-dashboard-css .mr-n5,
#ss-account-dashboard-css .mx-n5 {
	margin-right: -2rem !important;
}

#ss-account-dashboard-css .mb-n5,
#ss-account-dashboard-css .my-n5 {
	margin-bottom: -2rem !important;
}

#ss-account-dashboard-css .ml-n5,
#ss-account-dashboard-css .mx-n5 {
	margin-left: -2rem !important;
}

#ss-account-dashboard-css .m-n6 {
	margin: -2.5rem !important;
}

#ss-account-dashboard-css .mt-n6,
#ss-account-dashboard-css .my-n6 {
	margin-top: -2.5rem !important;
}

#ss-account-dashboard-css .mr-n6,
#ss-account-dashboard-css .mx-n6 {
	margin-right: -2.5rem !important;
}

#ss-account-dashboard-css .mb-n6,
#ss-account-dashboard-css .my-n6 {
	margin-bottom: -2.5rem !important;
}

#ss-account-dashboard-css .ml-n6,
#ss-account-dashboard-css .mx-n6 {
	margin-left: -2.5rem !important;
}

#ss-account-dashboard-css .m-n7 {
	margin: -3rem !important;
}

#ss-account-dashboard-css .mt-n7,
#ss-account-dashboard-css .my-n7 {
	margin-top: -3rem !important;
}

#ss-account-dashboard-css .mr-n7,
#ss-account-dashboard-css .mx-n7 {
	margin-right: -3rem !important;
}

#ss-account-dashboard-css .mb-n7,
#ss-account-dashboard-css .my-n7 {
	margin-bottom: -3rem !important;
}

#ss-account-dashboard-css .ml-n7,
#ss-account-dashboard-css .mx-n7 {
	margin-left: -3rem !important;
}

#ss-account-dashboard-css .m-n8 {
	margin: -3.5rem !important;
}

#ss-account-dashboard-css .mt-n8,
#ss-account-dashboard-css .my-n8 {
	margin-top: -3.5rem !important;
}

#ss-account-dashboard-css .mr-n8,
#ss-account-dashboard-css .mx-n8 {
	margin-right: -3.5rem !important;
}

#ss-account-dashboard-css .mb-n8,
#ss-account-dashboard-css .my-n8 {
	margin-bottom: -3.5rem !important;
}

#ss-account-dashboard-css .ml-n8,
#ss-account-dashboard-css .mx-n8 {
	margin-left: -3.5rem !important;
}

#ss-account-dashboard-css .m-n9 {
	margin: -4rem !important;
}

#ss-account-dashboard-css .mt-n9,
#ss-account-dashboard-css .my-n9 {
	margin-top: -4rem !important;
}

#ss-account-dashboard-css .mr-n9,
#ss-account-dashboard-css .mx-n9 {
	margin-right: -4rem !important;
}

#ss-account-dashboard-css .mb-n9,
#ss-account-dashboard-css .my-n9 {
	margin-bottom: -4rem !important;
}

#ss-account-dashboard-css .ml-n9,
#ss-account-dashboard-css .mx-n9 {
	margin-left: -4rem !important;
}

#ss-account-dashboard-css .m-n10 {
	margin: -4.5rem !important;
}

#ss-account-dashboard-css .mt-n10,
#ss-account-dashboard-css .my-n10 {
	margin-top: -4.5rem !important;
}

#ss-account-dashboard-css .mr-n10,
#ss-account-dashboard-css .mx-n10 {
	margin-right: -4.5rem !important;
}

#ss-account-dashboard-css .mb-n10,
#ss-account-dashboard-css .my-n10 {
	margin-bottom: -4.5rem !important;
}

#ss-account-dashboard-css .ml-n10,
#ss-account-dashboard-css .mx-n10 {
	margin-left: -4.5rem !important;
}

#ss-account-dashboard-css .m-n11 {
	margin: -5rem !important;
}

#ss-account-dashboard-css .mt-n11,
#ss-account-dashboard-css .my-n11 {
	margin-top: -5rem !important;
}

#ss-account-dashboard-css .mr-n11,
#ss-account-dashboard-css .mx-n11 {
	margin-right: -5rem !important;
}

#ss-account-dashboard-css .mb-n11,
#ss-account-dashboard-css .my-n11 {
	margin-bottom: -5rem !important;
}

#ss-account-dashboard-css .ml-n11,
#ss-account-dashboard-css .mx-n11 {
	margin-left: -5rem !important;
}

#ss-account-dashboard-css .m-auto {
	margin: auto !important;
}

#ss-account-dashboard-css .mt-auto,
#ss-account-dashboard-css .my-auto {
	margin-top: auto !important;
}

#ss-account-dashboard-css .mr-auto,
#ss-account-dashboard-css .mx-auto {
	margin-right: auto !important;
}

#ss-account-dashboard-css .mb-auto,
#ss-account-dashboard-css .my-auto {
	margin-bottom: auto !important;
}

#ss-account-dashboard-css .ml-auto,
#ss-account-dashboard-css .mx-auto {
	margin-left: auto !important;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .m-sm-0 {
		margin: 0 !important;
	}
	#ss-account-dashboard-css .mt-sm-0,
	#ss-account-dashboard-css .my-sm-0 {
		margin-top: 0 !important;
	}
	#ss-account-dashboard-css .mr-sm-0,
	#ss-account-dashboard-css .mx-sm-0 {
		margin-right: 0 !important;
	}
	#ss-account-dashboard-css .mb-sm-0,
	#ss-account-dashboard-css .my-sm-0 {
		margin-bottom: 0 !important;
	}
	#ss-account-dashboard-css .ml-sm-0,
	#ss-account-dashboard-css .mx-sm-0 {
		margin-left: 0 !important;
	}
	#ss-account-dashboard-css .m-sm-1 {
		margin: .25rem !important;
	}
	#ss-account-dashboard-css .mt-sm-1,
	#ss-account-dashboard-css .my-sm-1 {
		margin-top: .25rem !important;
	}
	#ss-account-dashboard-css .mr-sm-1,
	#ss-account-dashboard-css .mx-sm-1 {
		margin-right: .25rem !important;
	}
	#ss-account-dashboard-css .mb-sm-1,
	#ss-account-dashboard-css .my-sm-1 {
		margin-bottom: .25rem !important;
	}
	#ss-account-dashboard-css .ml-sm-1,
	#ss-account-dashboard-css .mx-sm-1 {
		margin-left: .25rem !important;
	}
	#ss-account-dashboard-css .m-sm-2 {
		margin: .5rem !important;
	}
	#ss-account-dashboard-css .mt-sm-2,
	#ss-account-dashboard-css .my-sm-2 {
		margin-top: .5rem !important;
	}
	#ss-account-dashboard-css .mr-sm-2,
	#ss-account-dashboard-css .mx-sm-2 {
		margin-right: .5rem !important;
	}
	#ss-account-dashboard-css .mb-sm-2,
	#ss-account-dashboard-css .my-sm-2 {
		margin-bottom: .5rem !important;
	}
	#ss-account-dashboard-css .ml-sm-2,
	#ss-account-dashboard-css .mx-sm-2 {
		margin-left: .5rem !important;
	}
	#ss-account-dashboard-css .m-sm-3 {
		margin: 1rem !important;
	}
	#ss-account-dashboard-css .mt-sm-3,
	#ss-account-dashboard-css .my-sm-3 {
		margin-top: 1rem !important;
	}
	#ss-account-dashboard-css .mr-sm-3,
	#ss-account-dashboard-css .mx-sm-3 {
		margin-right: 1rem !important;
	}
	#ss-account-dashboard-css .mb-sm-3,
	#ss-account-dashboard-css .my-sm-3 {
		margin-bottom: 1rem !important;
	}
	#ss-account-dashboard-css .ml-sm-3,
	#ss-account-dashboard-css .mx-sm-3 {
		margin-left: 1rem !important;
	}
	#ss-account-dashboard-css .m-sm-4 {
		margin: 1.5rem !important;
	}
	#ss-account-dashboard-css .mt-sm-4,
	#ss-account-dashboard-css .my-sm-4 {
		margin-top: 1.5rem !important;
	}
	#ss-account-dashboard-css .mr-sm-4,
	#ss-account-dashboard-css .mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	#ss-account-dashboard-css .mb-sm-4,
	#ss-account-dashboard-css .my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	#ss-account-dashboard-css .ml-sm-4,
	#ss-account-dashboard-css .mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	#ss-account-dashboard-css .m-sm-5 {
		margin: 2rem !important;
	}
	#ss-account-dashboard-css .mt-sm-5,
	#ss-account-dashboard-css .my-sm-5 {
		margin-top: 2rem !important;
	}
	#ss-account-dashboard-css .mr-sm-5,
	#ss-account-dashboard-css .mx-sm-5 {
		margin-right: 2rem !important;
	}
	#ss-account-dashboard-css .mb-sm-5,
	#ss-account-dashboard-css .my-sm-5 {
		margin-bottom: 2rem !important;
	}
	#ss-account-dashboard-css .ml-sm-5,
	#ss-account-dashboard-css .mx-sm-5 {
		margin-left: 2rem !important;
	}
	#ss-account-dashboard-css .m-sm-6 {
		margin: 2.5rem !important;
	}
	#ss-account-dashboard-css .mt-sm-6,
	#ss-account-dashboard-css .my-sm-6 {
		margin-top: 2.5rem !important;
	}
	#ss-account-dashboard-css .mr-sm-6,
	#ss-account-dashboard-css .mx-sm-6 {
		margin-right: 2.5rem !important;
	}
	#ss-account-dashboard-css .mb-sm-6,
	#ss-account-dashboard-css .my-sm-6 {
		margin-bottom: 2.5rem !important;
	}
	#ss-account-dashboard-css .ml-sm-6,
	#ss-account-dashboard-css .mx-sm-6 {
		margin-left: 2.5rem !important;
	}
	#ss-account-dashboard-css .m-sm-7 {
		margin: 3rem !important;
	}
	#ss-account-dashboard-css .mt-sm-7,
	#ss-account-dashboard-css .my-sm-7 {
		margin-top: 3rem !important;
	}
	#ss-account-dashboard-css .mr-sm-7,
	#ss-account-dashboard-css .mx-sm-7 {
		margin-right: 3rem !important;
	}
	#ss-account-dashboard-css .mb-sm-7,
	#ss-account-dashboard-css .my-sm-7 {
		margin-bottom: 3rem !important;
	}
	#ss-account-dashboard-css .ml-sm-7,
	#ss-account-dashboard-css .mx-sm-7 {
		margin-left: 3rem !important;
	}
	#ss-account-dashboard-css .m-sm-8 {
		margin: 3.5rem !important;
	}
	#ss-account-dashboard-css .mt-sm-8,
	#ss-account-dashboard-css .my-sm-8 {
		margin-top: 3.5rem !important;
	}
	#ss-account-dashboard-css .mr-sm-8,
	#ss-account-dashboard-css .mx-sm-8 {
		margin-right: 3.5rem !important;
	}
	#ss-account-dashboard-css .mb-sm-8,
	#ss-account-dashboard-css .my-sm-8 {
		margin-bottom: 3.5rem !important;
	}
	#ss-account-dashboard-css .ml-sm-8,
	#ss-account-dashboard-css .mx-sm-8 {
		margin-left: 3.5rem !important;
	}
	#ss-account-dashboard-css .m-sm-9 {
		margin: 4rem !important;
	}
	#ss-account-dashboard-css .mt-sm-9,
	#ss-account-dashboard-css .my-sm-9 {
		margin-top: 4rem !important;
	}
	#ss-account-dashboard-css .mr-sm-9,
	#ss-account-dashboard-css .mx-sm-9 {
		margin-right: 4rem !important;
	}
	#ss-account-dashboard-css .mb-sm-9,
	#ss-account-dashboard-css .my-sm-9 {
		margin-bottom: 4rem !important;
	}
	#ss-account-dashboard-css .ml-sm-9,
	#ss-account-dashboard-css .mx-sm-9 {
		margin-left: 4rem !important;
	}
	#ss-account-dashboard-css .m-sm-10 {
		margin: 4.5rem !important;
	}
	#ss-account-dashboard-css .mt-sm-10,
	#ss-account-dashboard-css .my-sm-10 {
		margin-top: 4.5rem !important;
	}
	#ss-account-dashboard-css .mr-sm-10,
	#ss-account-dashboard-css .mx-sm-10 {
		margin-right: 4.5rem !important;
	}
	#ss-account-dashboard-css .mb-sm-10,
	#ss-account-dashboard-css .my-sm-10 {
		margin-bottom: 4.5rem !important;
	}
	#ss-account-dashboard-css .ml-sm-10,
	#ss-account-dashboard-css .mx-sm-10 {
		margin-left: 4.5rem !important;
	}
	#ss-account-dashboard-css .m-sm-11 {
		margin: 5rem !important;
	}
	#ss-account-dashboard-css .mt-sm-11,
	#ss-account-dashboard-css .my-sm-11 {
		margin-top: 5rem !important;
	}
	#ss-account-dashboard-css .mr-sm-11,
	#ss-account-dashboard-css .mx-sm-11 {
		margin-right: 5rem !important;
	}
	#ss-account-dashboard-css .mb-sm-11,
	#ss-account-dashboard-css .my-sm-11 {
		margin-bottom: 5rem !important;
	}
	#ss-account-dashboard-css .ml-sm-11,
	#ss-account-dashboard-css .mx-sm-11 {
		margin-left: 5rem !important;
	}
	#ss-account-dashboard-css .p-sm-0 {
		padding: 0 !important;
	}
	#ss-account-dashboard-css .pt-sm-0,
	#ss-account-dashboard-css .py-sm-0 {
		padding-top: 0 !important;
	}
	#ss-account-dashboard-css .pr-sm-0,
	#ss-account-dashboard-css .px-sm-0 {
		padding-right: 0 !important;
	}
	#ss-account-dashboard-css .pb-sm-0,
	#ss-account-dashboard-css .py-sm-0 {
		padding-bottom: 0 !important;
	}
	#ss-account-dashboard-css .pl-sm-0,
	#ss-account-dashboard-css .px-sm-0 {
		padding-left: 0 !important;
	}
	#ss-account-dashboard-css .p-sm-1 {
		padding: .25rem !important;
	}
	#ss-account-dashboard-css .pt-sm-1,
	#ss-account-dashboard-css .py-sm-1 {
		padding-top: .25rem !important;
	}
	#ss-account-dashboard-css .pr-sm-1,
	#ss-account-dashboard-css .px-sm-1 {
		padding-right: .25rem !important;
	}
	#ss-account-dashboard-css .pb-sm-1,
	#ss-account-dashboard-css .py-sm-1 {
		padding-bottom: .25rem !important;
	}
	#ss-account-dashboard-css .pl-sm-1,
	#ss-account-dashboard-css .px-sm-1 {
		padding-left: .25rem !important;
	}
	#ss-account-dashboard-css .p-sm-2 {
		padding: .5rem !important;
	}
	#ss-account-dashboard-css .pt-sm-2,
	#ss-account-dashboard-css .py-sm-2 {
		padding-top: .5rem !important;
	}
	#ss-account-dashboard-css .pr-sm-2,
	#ss-account-dashboard-css .px-sm-2 {
		padding-right: .5rem !important;
	}
	#ss-account-dashboard-css .pb-sm-2,
	#ss-account-dashboard-css .py-sm-2 {
		padding-bottom: .5rem !important;
	}
	#ss-account-dashboard-css .pl-sm-2,
	#ss-account-dashboard-css .px-sm-2 {
		padding-left: .5rem !important;
	}
	#ss-account-dashboard-css .p-sm-3 {
		padding: 1rem !important;
	}
	#ss-account-dashboard-css .pt-sm-3,
	#ss-account-dashboard-css .py-sm-3 {
		padding-top: 1rem !important;
	}
	#ss-account-dashboard-css .pr-sm-3,
	#ss-account-dashboard-css .px-sm-3 {
		padding-right: 1rem !important;
	}
	#ss-account-dashboard-css .pb-sm-3,
	#ss-account-dashboard-css .py-sm-3 {
		padding-bottom: 1rem !important;
	}
	#ss-account-dashboard-css .pl-sm-3,
	#ss-account-dashboard-css .px-sm-3 {
		padding-left: 1rem !important;
	}
	#ss-account-dashboard-css .p-sm-4 {
		padding: 1.5rem !important;
	}
	#ss-account-dashboard-css .pt-sm-4,
	#ss-account-dashboard-css .py-sm-4 {
		padding-top: 1.5rem !important;
	}
	#ss-account-dashboard-css .pr-sm-4,
	#ss-account-dashboard-css .px-sm-4 {
		padding-right: 1.5rem !important;
	}
	#ss-account-dashboard-css .pb-sm-4,
	#ss-account-dashboard-css .py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	#ss-account-dashboard-css .pl-sm-4,
	#ss-account-dashboard-css .px-sm-4 {
		padding-left: 1.5rem !important;
	}
	#ss-account-dashboard-css .p-sm-5 {
		padding: 2rem !important;
	}
	#ss-account-dashboard-css .pt-sm-5,
	#ss-account-dashboard-css .py-sm-5 {
		padding-top: 2rem !important;
	}
	#ss-account-dashboard-css .pr-sm-5,
	#ss-account-dashboard-css .px-sm-5 {
		padding-right: 2rem !important;
	}
	#ss-account-dashboard-css .pb-sm-5,
	#ss-account-dashboard-css .py-sm-5 {
		padding-bottom: 2rem !important;
	}
	#ss-account-dashboard-css .pl-sm-5,
	#ss-account-dashboard-css .px-sm-5 {
		padding-left: 2rem !important;
	}
	#ss-account-dashboard-css .p-sm-6 {
		padding: 2.5rem !important;
	}
	#ss-account-dashboard-css .pt-sm-6,
	#ss-account-dashboard-css .py-sm-6 {
		padding-top: 2.5rem !important;
	}
	#ss-account-dashboard-css .pr-sm-6,
	#ss-account-dashboard-css .px-sm-6 {
		padding-right: 2.5rem !important;
	}
	#ss-account-dashboard-css .pb-sm-6,
	#ss-account-dashboard-css .py-sm-6 {
		padding-bottom: 2.5rem !important;
	}
	#ss-account-dashboard-css .pl-sm-6,
	#ss-account-dashboard-css .px-sm-6 {
		padding-left: 2.5rem !important;
	}
	#ss-account-dashboard-css .p-sm-7 {
		padding: 3rem !important;
	}
	#ss-account-dashboard-css .pt-sm-7,
	#ss-account-dashboard-css .py-sm-7 {
		padding-top: 3rem !important;
	}
	#ss-account-dashboard-css .pr-sm-7,
	#ss-account-dashboard-css .px-sm-7 {
		padding-right: 3rem !important;
	}
	#ss-account-dashboard-css .pb-sm-7,
	#ss-account-dashboard-css .py-sm-7 {
		padding-bottom: 3rem !important;
	}
	#ss-account-dashboard-css .pl-sm-7,
	#ss-account-dashboard-css .px-sm-7 {
		padding-left: 3rem !important;
	}
	#ss-account-dashboard-css .p-sm-8 {
		padding: 3.5rem !important;
	}
	#ss-account-dashboard-css .pt-sm-8,
	#ss-account-dashboard-css .py-sm-8 {
		padding-top: 3.5rem !important;
	}
	#ss-account-dashboard-css .pr-sm-8,
	#ss-account-dashboard-css .px-sm-8 {
		padding-right: 3.5rem !important;
	}
	#ss-account-dashboard-css .pb-sm-8,
	#ss-account-dashboard-css .py-sm-8 {
		padding-bottom: 3.5rem !important;
	}
	#ss-account-dashboard-css .pl-sm-8,
	#ss-account-dashboard-css .px-sm-8 {
		padding-left: 3.5rem !important;
	}
	#ss-account-dashboard-css .p-sm-9 {
		padding: 4rem !important;
	}
	#ss-account-dashboard-css .pt-sm-9,
	#ss-account-dashboard-css .py-sm-9 {
		padding-top: 4rem !important;
	}
	#ss-account-dashboard-css .pr-sm-9,
	#ss-account-dashboard-css .px-sm-9 {
		padding-right: 4rem !important;
	}
	#ss-account-dashboard-css .pb-sm-9,
	#ss-account-dashboard-css .py-sm-9 {
		padding-bottom: 4rem !important;
	}
	#ss-account-dashboard-css .pl-sm-9,
	#ss-account-dashboard-css .px-sm-9 {
		padding-left: 4rem !important;
	}
	#ss-account-dashboard-css .p-sm-10 {
		padding: 4.5rem !important;
	}
	#ss-account-dashboard-css .pt-sm-10,
	#ss-account-dashboard-css .py-sm-10 {
		padding-top: 4.5rem !important;
	}
	#ss-account-dashboard-css .pr-sm-10,
	#ss-account-dashboard-css .px-sm-10 {
		padding-right: 4.5rem !important;
	}
	#ss-account-dashboard-css .pb-sm-10,
	#ss-account-dashboard-css .py-sm-10 {
		padding-bottom: 4.5rem !important;
	}
	#ss-account-dashboard-css .pl-sm-10,
	#ss-account-dashboard-css .px-sm-10 {
		padding-left: 4.5rem !important;
	}
	#ss-account-dashboard-css .p-sm-11 {
		padding: 5rem !important;
	}
	#ss-account-dashboard-css .pt-sm-11,
	#ss-account-dashboard-css .py-sm-11 {
		padding-top: 5rem !important;
	}
	#ss-account-dashboard-css .pr-sm-11,
	#ss-account-dashboard-css .px-sm-11 {
		padding-right: 5rem !important;
	}
	#ss-account-dashboard-css .pb-sm-11,
	#ss-account-dashboard-css .py-sm-11 {
		padding-bottom: 5rem !important;
	}
	#ss-account-dashboard-css .pl-sm-11,
	#ss-account-dashboard-css .px-sm-11 {
		padding-left: 5rem !important;
	}
	#ss-account-dashboard-css .m-sm-n1 {
		margin: -.25rem !important;
	}
	#ss-account-dashboard-css .mt-sm-n1,
	#ss-account-dashboard-css .my-sm-n1 {
		margin-top: -.25rem !important;
	}
	#ss-account-dashboard-css .mr-sm-n1,
	#ss-account-dashboard-css .mx-sm-n1 {
		margin-right: -.25rem !important;
	}
	#ss-account-dashboard-css .mb-sm-n1,
	#ss-account-dashboard-css .my-sm-n1 {
		margin-bottom: -.25rem !important;
	}
	#ss-account-dashboard-css .ml-sm-n1,
	#ss-account-dashboard-css .mx-sm-n1 {
		margin-left: -.25rem !important;
	}
	#ss-account-dashboard-css .m-sm-n2 {
		margin: -.5rem !important;
	}
	#ss-account-dashboard-css .mt-sm-n2,
	#ss-account-dashboard-css .my-sm-n2 {
		margin-top: -.5rem !important;
	}
	#ss-account-dashboard-css .mr-sm-n2,
	#ss-account-dashboard-css .mx-sm-n2 {
		margin-right: -.5rem !important;
	}
	#ss-account-dashboard-css .mb-sm-n2,
	#ss-account-dashboard-css .my-sm-n2 {
		margin-bottom: -.5rem !important;
	}
	#ss-account-dashboard-css .ml-sm-n2,
	#ss-account-dashboard-css .mx-sm-n2 {
		margin-left: -.5rem !important;
	}
	#ss-account-dashboard-css .m-sm-n3 {
		margin: -1rem !important;
	}
	#ss-account-dashboard-css .mt-sm-n3,
	#ss-account-dashboard-css .my-sm-n3 {
		margin-top: -1rem !important;
	}
	#ss-account-dashboard-css .mr-sm-n3,
	#ss-account-dashboard-css .mx-sm-n3 {
		margin-right: -1rem !important;
	}
	#ss-account-dashboard-css .mb-sm-n3,
	#ss-account-dashboard-css .my-sm-n3 {
		margin-bottom: -1rem !important;
	}
	#ss-account-dashboard-css .ml-sm-n3,
	#ss-account-dashboard-css .mx-sm-n3 {
		margin-left: -1rem !important;
	}
	#ss-account-dashboard-css .m-sm-n4 {
		margin: -1.5rem !important;
	}
	#ss-account-dashboard-css .mt-sm-n4,
	#ss-account-dashboard-css .my-sm-n4 {
		margin-top: -1.5rem !important;
	}
	#ss-account-dashboard-css .mr-sm-n4,
	#ss-account-dashboard-css .mx-sm-n4 {
		margin-right: -1.5rem !important;
	}
	#ss-account-dashboard-css .mb-sm-n4,
	#ss-account-dashboard-css .my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}
	#ss-account-dashboard-css .ml-sm-n4,
	#ss-account-dashboard-css .mx-sm-n4 {
		margin-left: -1.5rem !important;
	}
	#ss-account-dashboard-css .m-sm-n5 {
		margin: -2rem !important;
	}
	#ss-account-dashboard-css .mt-sm-n5,
	#ss-account-dashboard-css .my-sm-n5 {
		margin-top: -2rem !important;
	}
	#ss-account-dashboard-css .mr-sm-n5,
	#ss-account-dashboard-css .mx-sm-n5 {
		margin-right: -2rem !important;
	}
	#ss-account-dashboard-css .mb-sm-n5,
	#ss-account-dashboard-css .my-sm-n5 {
		margin-bottom: -2rem !important;
	}
	#ss-account-dashboard-css .ml-sm-n5,
	#ss-account-dashboard-css .mx-sm-n5 {
		margin-left: -2rem !important;
	}
	#ss-account-dashboard-css .m-sm-n6 {
		margin: -2.5rem !important;
	}
	#ss-account-dashboard-css .mt-sm-n6,
	#ss-account-dashboard-css .my-sm-n6 {
		margin-top: -2.5rem !important;
	}
	#ss-account-dashboard-css .mr-sm-n6,
	#ss-account-dashboard-css .mx-sm-n6 {
		margin-right: -2.5rem !important;
	}
	#ss-account-dashboard-css .mb-sm-n6,
	#ss-account-dashboard-css .my-sm-n6 {
		margin-bottom: -2.5rem !important;
	}
	#ss-account-dashboard-css .ml-sm-n6,
	#ss-account-dashboard-css .mx-sm-n6 {
		margin-left: -2.5rem !important;
	}
	#ss-account-dashboard-css .m-sm-n7 {
		margin: -3rem !important;
	}
	#ss-account-dashboard-css .mt-sm-n7,
	#ss-account-dashboard-css .my-sm-n7 {
		margin-top: -3rem !important;
	}
	#ss-account-dashboard-css .mr-sm-n7,
	#ss-account-dashboard-css .mx-sm-n7 {
		margin-right: -3rem !important;
	}
	#ss-account-dashboard-css .mb-sm-n7,
	#ss-account-dashboard-css .my-sm-n7 {
		margin-bottom: -3rem !important;
	}
	#ss-account-dashboard-css .ml-sm-n7,
	#ss-account-dashboard-css .mx-sm-n7 {
		margin-left: -3rem !important;
	}
	#ss-account-dashboard-css .m-sm-n8 {
		margin: -3.5rem !important;
	}
	#ss-account-dashboard-css .mt-sm-n8,
	#ss-account-dashboard-css .my-sm-n8 {
		margin-top: -3.5rem !important;
	}
	#ss-account-dashboard-css .mr-sm-n8,
	#ss-account-dashboard-css .mx-sm-n8 {
		margin-right: -3.5rem !important;
	}
	#ss-account-dashboard-css .mb-sm-n8,
	#ss-account-dashboard-css .my-sm-n8 {
		margin-bottom: -3.5rem !important;
	}
	#ss-account-dashboard-css .ml-sm-n8,
	#ss-account-dashboard-css .mx-sm-n8 {
		margin-left: -3.5rem !important;
	}
	#ss-account-dashboard-css .m-sm-n9 {
		margin: -4rem !important;
	}
	#ss-account-dashboard-css .mt-sm-n9,
	#ss-account-dashboard-css .my-sm-n9 {
		margin-top: -4rem !important;
	}
	#ss-account-dashboard-css .mr-sm-n9,
	#ss-account-dashboard-css .mx-sm-n9 {
		margin-right: -4rem !important;
	}
	#ss-account-dashboard-css .mb-sm-n9,
	#ss-account-dashboard-css .my-sm-n9 {
		margin-bottom: -4rem !important;
	}
	#ss-account-dashboard-css .ml-sm-n9,
	#ss-account-dashboard-css .mx-sm-n9 {
		margin-left: -4rem !important;
	}
	#ss-account-dashboard-css .m-sm-n10 {
		margin: -4.5rem !important;
	}
	#ss-account-dashboard-css .mt-sm-n10,
	#ss-account-dashboard-css .my-sm-n10 {
		margin-top: -4.5rem !important;
	}
	#ss-account-dashboard-css .mr-sm-n10,
	#ss-account-dashboard-css .mx-sm-n10 {
		margin-right: -4.5rem !important;
	}
	#ss-account-dashboard-css .mb-sm-n10,
	#ss-account-dashboard-css .my-sm-n10 {
		margin-bottom: -4.5rem !important;
	}
	#ss-account-dashboard-css .ml-sm-n10,
	#ss-account-dashboard-css .mx-sm-n10 {
		margin-left: -4.5rem !important;
	}
	#ss-account-dashboard-css .m-sm-n11 {
		margin: -5rem !important;
	}
	#ss-account-dashboard-css .mt-sm-n11,
	#ss-account-dashboard-css .my-sm-n11 {
		margin-top: -5rem !important;
	}
	#ss-account-dashboard-css .mr-sm-n11,
	#ss-account-dashboard-css .mx-sm-n11 {
		margin-right: -5rem !important;
	}
	#ss-account-dashboard-css .mb-sm-n11,
	#ss-account-dashboard-css .my-sm-n11 {
		margin-bottom: -5rem !important;
	}
	#ss-account-dashboard-css .ml-sm-n11,
	#ss-account-dashboard-css .mx-sm-n11 {
		margin-left: -5rem !important;
	}
	#ss-account-dashboard-css .m-sm-auto {
		margin: auto !important;
	}
	#ss-account-dashboard-css .mt-sm-auto,
	#ss-account-dashboard-css .my-sm-auto {
		margin-top: auto !important;
	}
	#ss-account-dashboard-css .mr-sm-auto,
	#ss-account-dashboard-css .mx-sm-auto {
		margin-right: auto !important;
	}
	#ss-account-dashboard-css .mb-sm-auto,
	#ss-account-dashboard-css .my-sm-auto {
		margin-bottom: auto !important;
	}
	#ss-account-dashboard-css .ml-sm-auto,
	#ss-account-dashboard-css .mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .m-md-0 {
		margin: 0 !important;
	}
	#ss-account-dashboard-css .mt-md-0,
	#ss-account-dashboard-css .my-md-0 {
		margin-top: 0 !important;
	}
	#ss-account-dashboard-css .mr-md-0,
	#ss-account-dashboard-css .mx-md-0 {
		margin-right: 0 !important;
	}
	#ss-account-dashboard-css .mb-md-0,
	#ss-account-dashboard-css .my-md-0 {
		margin-bottom: 0 !important;
	}
	#ss-account-dashboard-css .ml-md-0,
	#ss-account-dashboard-css .mx-md-0 {
		margin-left: 0 !important;
	}
	#ss-account-dashboard-css .m-md-1 {
		margin: .25rem !important;
	}
	#ss-account-dashboard-css .mt-md-1,
	#ss-account-dashboard-css .my-md-1 {
		margin-top: .25rem !important;
	}
	#ss-account-dashboard-css .mr-md-1,
	#ss-account-dashboard-css .mx-md-1 {
		margin-right: .25rem !important;
	}
	#ss-account-dashboard-css .mb-md-1,
	#ss-account-dashboard-css .my-md-1 {
		margin-bottom: .25rem !important;
	}
	#ss-account-dashboard-css .ml-md-1,
	#ss-account-dashboard-css .mx-md-1 {
		margin-left: .25rem !important;
	}
	#ss-account-dashboard-css .m-md-2 {
		margin: .5rem !important;
	}
	#ss-account-dashboard-css .mt-md-2,
	#ss-account-dashboard-css .my-md-2 {
		margin-top: .5rem !important;
	}
	#ss-account-dashboard-css .mr-md-2,
	#ss-account-dashboard-css .mx-md-2 {
		margin-right: .5rem !important;
	}
	#ss-account-dashboard-css .mb-md-2,
	#ss-account-dashboard-css .my-md-2 {
		margin-bottom: .5rem !important;
	}
	#ss-account-dashboard-css .ml-md-2,
	#ss-account-dashboard-css .mx-md-2 {
		margin-left: .5rem !important;
	}
	#ss-account-dashboard-css .m-md-3 {
		margin: 1rem !important;
	}
	#ss-account-dashboard-css .mt-md-3,
	#ss-account-dashboard-css .my-md-3 {
		margin-top: 1rem !important;
	}
	#ss-account-dashboard-css .mr-md-3,
	#ss-account-dashboard-css .mx-md-3 {
		margin-right: 1rem !important;
	}
	#ss-account-dashboard-css .mb-md-3,
	#ss-account-dashboard-css .my-md-3 {
		margin-bottom: 1rem !important;
	}
	#ss-account-dashboard-css .ml-md-3,
	#ss-account-dashboard-css .mx-md-3 {
		margin-left: 1rem !important;
	}
	#ss-account-dashboard-css .m-md-4 {
		margin: 1.5rem !important;
	}
	#ss-account-dashboard-css .mt-md-4,
	#ss-account-dashboard-css .my-md-4 {
		margin-top: 1.5rem !important;
	}
	#ss-account-dashboard-css .mr-md-4,
	#ss-account-dashboard-css .mx-md-4 {
		margin-right: 1.5rem !important;
	}
	#ss-account-dashboard-css .mb-md-4,
	#ss-account-dashboard-css .my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	#ss-account-dashboard-css .ml-md-4,
	#ss-account-dashboard-css .mx-md-4 {
		margin-left: 1.5rem !important;
	}
	#ss-account-dashboard-css .m-md-5 {
		margin: 2rem !important;
	}
	#ss-account-dashboard-css .mt-md-5,
	#ss-account-dashboard-css .my-md-5 {
		margin-top: 2rem !important;
	}
	#ss-account-dashboard-css .mr-md-5,
	#ss-account-dashboard-css .mx-md-5 {
		margin-right: 2rem !important;
	}
	#ss-account-dashboard-css .mb-md-5,
	#ss-account-dashboard-css .my-md-5 {
		margin-bottom: 2rem !important;
	}
	#ss-account-dashboard-css .ml-md-5,
	#ss-account-dashboard-css .mx-md-5 {
		margin-left: 2rem !important;
	}
	#ss-account-dashboard-css .m-md-6 {
		margin: 2.5rem !important;
	}
	#ss-account-dashboard-css .mt-md-6,
	#ss-account-dashboard-css .my-md-6 {
		margin-top: 2.5rem !important;
	}
	#ss-account-dashboard-css .mr-md-6,
	#ss-account-dashboard-css .mx-md-6 {
		margin-right: 2.5rem !important;
	}
	#ss-account-dashboard-css .mb-md-6,
	#ss-account-dashboard-css .my-md-6 {
		margin-bottom: 2.5rem !important;
	}
	#ss-account-dashboard-css .ml-md-6,
	#ss-account-dashboard-css .mx-md-6 {
		margin-left: 2.5rem !important;
	}
	#ss-account-dashboard-css .m-md-7 {
		margin: 3rem !important;
	}
	#ss-account-dashboard-css .mt-md-7,
	#ss-account-dashboard-css .my-md-7 {
		margin-top: 3rem !important;
	}
	#ss-account-dashboard-css .mr-md-7,
	#ss-account-dashboard-css .mx-md-7 {
		margin-right: 3rem !important;
	}
	#ss-account-dashboard-css .mb-md-7,
	#ss-account-dashboard-css .my-md-7 {
		margin-bottom: 3rem !important;
	}
	#ss-account-dashboard-css .ml-md-7,
	#ss-account-dashboard-css .mx-md-7 {
		margin-left: 3rem !important;
	}
	#ss-account-dashboard-css .m-md-8 {
		margin: 3.5rem !important;
	}
	#ss-account-dashboard-css .mt-md-8,
	#ss-account-dashboard-css .my-md-8 {
		margin-top: 3.5rem !important;
	}
	#ss-account-dashboard-css .mr-md-8,
	#ss-account-dashboard-css .mx-md-8 {
		margin-right: 3.5rem !important;
	}
	#ss-account-dashboard-css .mb-md-8,
	#ss-account-dashboard-css .my-md-8 {
		margin-bottom: 3.5rem !important;
	}
	#ss-account-dashboard-css .ml-md-8,
	#ss-account-dashboard-css .mx-md-8 {
		margin-left: 3.5rem !important;
	}
	#ss-account-dashboard-css .m-md-9 {
		margin: 4rem !important;
	}
	#ss-account-dashboard-css .mt-md-9,
	#ss-account-dashboard-css .my-md-9 {
		margin-top: 4rem !important;
	}
	#ss-account-dashboard-css .mr-md-9,
	#ss-account-dashboard-css .mx-md-9 {
		margin-right: 4rem !important;
	}
	#ss-account-dashboard-css .mb-md-9,
	#ss-account-dashboard-css .my-md-9 {
		margin-bottom: 4rem !important;
	}
	#ss-account-dashboard-css .ml-md-9,
	#ss-account-dashboard-css .mx-md-9 {
		margin-left: 4rem !important;
	}
	#ss-account-dashboard-css .m-md-10 {
		margin: 4.5rem !important;
	}
	#ss-account-dashboard-css .mt-md-10,
	#ss-account-dashboard-css .my-md-10 {
		margin-top: 4.5rem !important;
	}
	#ss-account-dashboard-css .mr-md-10,
	#ss-account-dashboard-css .mx-md-10 {
		margin-right: 4.5rem !important;
	}
	#ss-account-dashboard-css .mb-md-10,
	#ss-account-dashboard-css .my-md-10 {
		margin-bottom: 4.5rem !important;
	}
	#ss-account-dashboard-css .ml-md-10,
	#ss-account-dashboard-css .mx-md-10 {
		margin-left: 4.5rem !important;
	}
	#ss-account-dashboard-css .m-md-11 {
		margin: 5rem !important;
	}
	#ss-account-dashboard-css .mt-md-11,
	#ss-account-dashboard-css .my-md-11 {
		margin-top: 5rem !important;
	}
	#ss-account-dashboard-css .mr-md-11,
	#ss-account-dashboard-css .mx-md-11 {
		margin-right: 5rem !important;
	}
	#ss-account-dashboard-css .mb-md-11,
	#ss-account-dashboard-css .my-md-11 {
		margin-bottom: 5rem !important;
	}
	#ss-account-dashboard-css .ml-md-11,
	#ss-account-dashboard-css .mx-md-11 {
		margin-left: 5rem !important;
	}
	#ss-account-dashboard-css .p-md-0 {
		padding: 0 !important;
	}
	#ss-account-dashboard-css .pt-md-0,
	#ss-account-dashboard-css .py-md-0 {
		padding-top: 0 !important;
	}
	#ss-account-dashboard-css .pr-md-0,
	#ss-account-dashboard-css .px-md-0 {
		padding-right: 0 !important;
	}
	#ss-account-dashboard-css .pb-md-0,
	#ss-account-dashboard-css .py-md-0 {
		padding-bottom: 0 !important;
	}
	#ss-account-dashboard-css .pl-md-0,
	#ss-account-dashboard-css .px-md-0 {
		padding-left: 0 !important;
	}
	#ss-account-dashboard-css .p-md-1 {
		padding: .25rem !important;
	}
	#ss-account-dashboard-css .pt-md-1,
	#ss-account-dashboard-css .py-md-1 {
		padding-top: .25rem !important;
	}
	#ss-account-dashboard-css .pr-md-1,
	#ss-account-dashboard-css .px-md-1 {
		padding-right: .25rem !important;
	}
	#ss-account-dashboard-css .pb-md-1,
	#ss-account-dashboard-css .py-md-1 {
		padding-bottom: .25rem !important;
	}
	#ss-account-dashboard-css .pl-md-1,
	#ss-account-dashboard-css .px-md-1 {
		padding-left: .25rem !important;
	}
	#ss-account-dashboard-css .p-md-2 {
		padding: .5rem !important;
	}
	#ss-account-dashboard-css .pt-md-2,
	#ss-account-dashboard-css .py-md-2 {
		padding-top: .5rem !important;
	}
	#ss-account-dashboard-css .pr-md-2,
	#ss-account-dashboard-css .px-md-2 {
		padding-right: .5rem !important;
	}
	#ss-account-dashboard-css .pb-md-2,
	#ss-account-dashboard-css .py-md-2 {
		padding-bottom: .5rem !important;
	}
	#ss-account-dashboard-css .pl-md-2,
	#ss-account-dashboard-css .px-md-2 {
		padding-left: .5rem !important;
	}
	#ss-account-dashboard-css .p-md-3 {
		padding: 1rem !important;
	}
	#ss-account-dashboard-css .pt-md-3,
	#ss-account-dashboard-css .py-md-3 {
		padding-top: 1rem !important;
	}
	#ss-account-dashboard-css .pr-md-3,
	#ss-account-dashboard-css .px-md-3 {
		padding-right: 1rem !important;
	}
	#ss-account-dashboard-css .pb-md-3,
	#ss-account-dashboard-css .py-md-3 {
		padding-bottom: 1rem !important;
	}
	#ss-account-dashboard-css .pl-md-3,
	#ss-account-dashboard-css .px-md-3 {
		padding-left: 1rem !important;
	}
	#ss-account-dashboard-css .p-md-4 {
		padding: 1.5rem !important;
	}
	#ss-account-dashboard-css .pt-md-4,
	#ss-account-dashboard-css .py-md-4 {
		padding-top: 1.5rem !important;
	}
	#ss-account-dashboard-css .pr-md-4,
	#ss-account-dashboard-css .px-md-4 {
		padding-right: 1.5rem !important;
	}
	#ss-account-dashboard-css .pb-md-4,
	#ss-account-dashboard-css .py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	#ss-account-dashboard-css .pl-md-4,
	#ss-account-dashboard-css .px-md-4 {
		padding-left: 1.5rem !important;
	}
	#ss-account-dashboard-css .p-md-5 {
		padding: 2rem !important;
	}
	#ss-account-dashboard-css .pt-md-5,
	#ss-account-dashboard-css .py-md-5 {
		padding-top: 2rem !important;
	}
	#ss-account-dashboard-css .pr-md-5,
	#ss-account-dashboard-css .px-md-5 {
		padding-right: 2rem !important;
	}
	#ss-account-dashboard-css .pb-md-5,
	#ss-account-dashboard-css .py-md-5 {
		padding-bottom: 2rem !important;
	}
	#ss-account-dashboard-css .pl-md-5,
	#ss-account-dashboard-css .px-md-5 {
		padding-left: 2rem !important;
	}
	#ss-account-dashboard-css .p-md-6 {
		padding: 2.5rem !important;
	}
	#ss-account-dashboard-css .pt-md-6,
	#ss-account-dashboard-css .py-md-6 {
		padding-top: 2.5rem !important;
	}
	#ss-account-dashboard-css .pr-md-6,
	#ss-account-dashboard-css .px-md-6 {
		padding-right: 2.5rem !important;
	}
	#ss-account-dashboard-css .pb-md-6,
	#ss-account-dashboard-css .py-md-6 {
		padding-bottom: 2.5rem !important;
	}
	#ss-account-dashboard-css .pl-md-6,
	#ss-account-dashboard-css .px-md-6 {
		padding-left: 2.5rem !important;
	}
	#ss-account-dashboard-css .p-md-7 {
		padding: 3rem !important;
	}
	#ss-account-dashboard-css .pt-md-7,
	#ss-account-dashboard-css .py-md-7 {
		padding-top: 3rem !important;
	}
	#ss-account-dashboard-css .pr-md-7,
	#ss-account-dashboard-css .px-md-7 {
		padding-right: 3rem !important;
	}
	#ss-account-dashboard-css .pb-md-7,
	#ss-account-dashboard-css .py-md-7 {
		padding-bottom: 3rem !important;
	}
	#ss-account-dashboard-css .pl-md-7,
	#ss-account-dashboard-css .px-md-7 {
		padding-left: 3rem !important;
	}
	#ss-account-dashboard-css .p-md-8 {
		padding: 3.5rem !important;
	}
	#ss-account-dashboard-css .pt-md-8,
	#ss-account-dashboard-css .py-md-8 {
		padding-top: 3.5rem !important;
	}
	#ss-account-dashboard-css .pr-md-8,
	#ss-account-dashboard-css .px-md-8 {
		padding-right: 3.5rem !important;
	}
	#ss-account-dashboard-css .pb-md-8,
	#ss-account-dashboard-css .py-md-8 {
		padding-bottom: 3.5rem !important;
	}
	#ss-account-dashboard-css .pl-md-8,
	#ss-account-dashboard-css .px-md-8 {
		padding-left: 3.5rem !important;
	}
	#ss-account-dashboard-css .p-md-9 {
		padding: 4rem !important;
	}
	#ss-account-dashboard-css .pt-md-9,
	#ss-account-dashboard-css .py-md-9 {
		padding-top: 4rem !important;
	}
	#ss-account-dashboard-css .pr-md-9,
	#ss-account-dashboard-css .px-md-9 {
		padding-right: 4rem !important;
	}
	#ss-account-dashboard-css .pb-md-9,
	#ss-account-dashboard-css .py-md-9 {
		padding-bottom: 4rem !important;
	}
	#ss-account-dashboard-css .pl-md-9,
	#ss-account-dashboard-css .px-md-9 {
		padding-left: 4rem !important;
	}
	#ss-account-dashboard-css .p-md-10 {
		padding: 4.5rem !important;
	}
	#ss-account-dashboard-css .pt-md-10,
	#ss-account-dashboard-css .py-md-10 {
		padding-top: 4.5rem !important;
	}
	#ss-account-dashboard-css .pr-md-10,
	#ss-account-dashboard-css .px-md-10 {
		padding-right: 4.5rem !important;
	}
	#ss-account-dashboard-css .pb-md-10,
	#ss-account-dashboard-css .py-md-10 {
		padding-bottom: 4.5rem !important;
	}
	#ss-account-dashboard-css .pl-md-10,
	#ss-account-dashboard-css .px-md-10 {
		padding-left: 4.5rem !important;
	}
	#ss-account-dashboard-css .p-md-11 {
		padding: 5rem !important;
	}
	#ss-account-dashboard-css .pt-md-11,
	#ss-account-dashboard-css .py-md-11 {
		padding-top: 5rem !important;
	}
	#ss-account-dashboard-css .pr-md-11,
	#ss-account-dashboard-css .px-md-11 {
		padding-right: 5rem !important;
	}
	#ss-account-dashboard-css .pb-md-11,
	#ss-account-dashboard-css .py-md-11 {
		padding-bottom: 5rem !important;
	}
	#ss-account-dashboard-css .pl-md-11,
	#ss-account-dashboard-css .px-md-11 {
		padding-left: 5rem !important;
	}
	#ss-account-dashboard-css .m-md-n1 {
		margin: -.25rem !important;
	}
	#ss-account-dashboard-css .mt-md-n1,
	#ss-account-dashboard-css .my-md-n1 {
		margin-top: -.25rem !important;
	}
	#ss-account-dashboard-css .mr-md-n1,
	#ss-account-dashboard-css .mx-md-n1 {
		margin-right: -.25rem !important;
	}
	#ss-account-dashboard-css .mb-md-n1,
	#ss-account-dashboard-css .my-md-n1 {
		margin-bottom: -.25rem !important;
	}
	#ss-account-dashboard-css .ml-md-n1,
	#ss-account-dashboard-css .mx-md-n1 {
		margin-left: -.25rem !important;
	}
	#ss-account-dashboard-css .m-md-n2 {
		margin: -.5rem !important;
	}
	#ss-account-dashboard-css .mt-md-n2,
	#ss-account-dashboard-css .my-md-n2 {
		margin-top: -.5rem !important;
	}
	#ss-account-dashboard-css .mr-md-n2,
	#ss-account-dashboard-css .mx-md-n2 {
		margin-right: -.5rem !important;
	}
	#ss-account-dashboard-css .mb-md-n2,
	#ss-account-dashboard-css .my-md-n2 {
		margin-bottom: -.5rem !important;
	}
	#ss-account-dashboard-css .ml-md-n2,
	#ss-account-dashboard-css .mx-md-n2 {
		margin-left: -.5rem !important;
	}
	#ss-account-dashboard-css .m-md-n3 {
		margin: -1rem !important;
	}
	#ss-account-dashboard-css .mt-md-n3,
	#ss-account-dashboard-css .my-md-n3 {
		margin-top: -1rem !important;
	}
	#ss-account-dashboard-css .mr-md-n3,
	#ss-account-dashboard-css .mx-md-n3 {
		margin-right: -1rem !important;
	}
	#ss-account-dashboard-css .mb-md-n3,
	#ss-account-dashboard-css .my-md-n3 {
		margin-bottom: -1rem !important;
	}
	#ss-account-dashboard-css .ml-md-n3,
	#ss-account-dashboard-css .mx-md-n3 {
		margin-left: -1rem !important;
	}
	#ss-account-dashboard-css .m-md-n4 {
		margin: -1.5rem !important;
	}
	#ss-account-dashboard-css .mt-md-n4,
	#ss-account-dashboard-css .my-md-n4 {
		margin-top: -1.5rem !important;
	}
	#ss-account-dashboard-css .mr-md-n4,
	#ss-account-dashboard-css .mx-md-n4 {
		margin-right: -1.5rem !important;
	}
	#ss-account-dashboard-css .mb-md-n4,
	#ss-account-dashboard-css .my-md-n4 {
		margin-bottom: -1.5rem !important;
	}
	#ss-account-dashboard-css .ml-md-n4,
	#ss-account-dashboard-css .mx-md-n4 {
		margin-left: -1.5rem !important;
	}
	#ss-account-dashboard-css .m-md-n5 {
		margin: -2rem !important;
	}
	#ss-account-dashboard-css .mt-md-n5,
	#ss-account-dashboard-css .my-md-n5 {
		margin-top: -2rem !important;
	}
	#ss-account-dashboard-css .mr-md-n5,
	#ss-account-dashboard-css .mx-md-n5 {
		margin-right: -2rem !important;
	}
	#ss-account-dashboard-css .mb-md-n5,
	#ss-account-dashboard-css .my-md-n5 {
		margin-bottom: -2rem !important;
	}
	#ss-account-dashboard-css .ml-md-n5,
	#ss-account-dashboard-css .mx-md-n5 {
		margin-left: -2rem !important;
	}
	#ss-account-dashboard-css .m-md-n6 {
		margin: -2.5rem !important;
	}
	#ss-account-dashboard-css .mt-md-n6,
	#ss-account-dashboard-css .my-md-n6 {
		margin-top: -2.5rem !important;
	}
	#ss-account-dashboard-css .mr-md-n6,
	#ss-account-dashboard-css .mx-md-n6 {
		margin-right: -2.5rem !important;
	}
	#ss-account-dashboard-css .mb-md-n6,
	#ss-account-dashboard-css .my-md-n6 {
		margin-bottom: -2.5rem !important;
	}
	#ss-account-dashboard-css .ml-md-n6,
	#ss-account-dashboard-css .mx-md-n6 {
		margin-left: -2.5rem !important;
	}
	#ss-account-dashboard-css .m-md-n7 {
		margin: -3rem !important;
	}
	#ss-account-dashboard-css .mt-md-n7,
	#ss-account-dashboard-css .my-md-n7 {
		margin-top: -3rem !important;
	}
	#ss-account-dashboard-css .mr-md-n7,
	#ss-account-dashboard-css .mx-md-n7 {
		margin-right: -3rem !important;
	}
	#ss-account-dashboard-css .mb-md-n7,
	#ss-account-dashboard-css .my-md-n7 {
		margin-bottom: -3rem !important;
	}
	#ss-account-dashboard-css .ml-md-n7,
	#ss-account-dashboard-css .mx-md-n7 {
		margin-left: -3rem !important;
	}
	#ss-account-dashboard-css .m-md-n8 {
		margin: -3.5rem !important;
	}
	#ss-account-dashboard-css .mt-md-n8,
	#ss-account-dashboard-css .my-md-n8 {
		margin-top: -3.5rem !important;
	}
	#ss-account-dashboard-css .mr-md-n8,
	#ss-account-dashboard-css .mx-md-n8 {
		margin-right: -3.5rem !important;
	}
	#ss-account-dashboard-css .mb-md-n8,
	#ss-account-dashboard-css .my-md-n8 {
		margin-bottom: -3.5rem !important;
	}
	#ss-account-dashboard-css .ml-md-n8,
	#ss-account-dashboard-css .mx-md-n8 {
		margin-left: -3.5rem !important;
	}
	#ss-account-dashboard-css .m-md-n9 {
		margin: -4rem !important;
	}
	#ss-account-dashboard-css .mt-md-n9,
	#ss-account-dashboard-css .my-md-n9 {
		margin-top: -4rem !important;
	}
	#ss-account-dashboard-css .mr-md-n9,
	#ss-account-dashboard-css .mx-md-n9 {
		margin-right: -4rem !important;
	}
	#ss-account-dashboard-css .mb-md-n9,
	#ss-account-dashboard-css .my-md-n9 {
		margin-bottom: -4rem !important;
	}
	#ss-account-dashboard-css .ml-md-n9,
	#ss-account-dashboard-css .mx-md-n9 {
		margin-left: -4rem !important;
	}
	#ss-account-dashboard-css .m-md-n10 {
		margin: -4.5rem !important;
	}
	#ss-account-dashboard-css .mt-md-n10,
	#ss-account-dashboard-css .my-md-n10 {
		margin-top: -4.5rem !important;
	}
	#ss-account-dashboard-css .mr-md-n10,
	#ss-account-dashboard-css .mx-md-n10 {
		margin-right: -4.5rem !important;
	}
	#ss-account-dashboard-css .mb-md-n10,
	#ss-account-dashboard-css .my-md-n10 {
		margin-bottom: -4.5rem !important;
	}
	#ss-account-dashboard-css .ml-md-n10,
	#ss-account-dashboard-css .mx-md-n10 {
		margin-left: -4.5rem !important;
	}
	#ss-account-dashboard-css .m-md-n11 {
		margin: -5rem !important;
	}
	#ss-account-dashboard-css .mt-md-n11,
	#ss-account-dashboard-css .my-md-n11 {
		margin-top: -5rem !important;
	}
	#ss-account-dashboard-css .mr-md-n11,
	#ss-account-dashboard-css .mx-md-n11 {
		margin-right: -5rem !important;
	}
	#ss-account-dashboard-css .mb-md-n11,
	#ss-account-dashboard-css .my-md-n11 {
		margin-bottom: -5rem !important;
	}
	#ss-account-dashboard-css .ml-md-n11,
	#ss-account-dashboard-css .mx-md-n11 {
		margin-left: -5rem !important;
	}
	#ss-account-dashboard-css .m-md-auto {
		margin: auto !important;
	}
	#ss-account-dashboard-css .mt-md-auto,
	#ss-account-dashboard-css .my-md-auto {
		margin-top: auto !important;
	}
	#ss-account-dashboard-css .mr-md-auto,
	#ss-account-dashboard-css .mx-md-auto {
		margin-right: auto !important;
	}
	#ss-account-dashboard-css .mb-md-auto,
	#ss-account-dashboard-css .my-md-auto {
		margin-bottom: auto !important;
	}
	#ss-account-dashboard-css .ml-md-auto,
	#ss-account-dashboard-css .mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .m-lg-0 {
		margin: 0 !important;
	}
	#ss-account-dashboard-css .mt-lg-0,
	#ss-account-dashboard-css .my-lg-0 {
		margin-top: 0 !important;
	}
	#ss-account-dashboard-css .mr-lg-0,
	#ss-account-dashboard-css .mx-lg-0 {
		margin-right: 0 !important;
	}
	#ss-account-dashboard-css .mb-lg-0,
	#ss-account-dashboard-css .my-lg-0 {
		margin-bottom: 0 !important;
	}
	#ss-account-dashboard-css .ml-lg-0,
	#ss-account-dashboard-css .mx-lg-0 {
		margin-left: 0 !important;
	}
	#ss-account-dashboard-css .m-lg-1 {
		margin: .25rem !important;
	}
	#ss-account-dashboard-css .mt-lg-1,
	#ss-account-dashboard-css .my-lg-1 {
		margin-top: .25rem !important;
	}
	#ss-account-dashboard-css .mr-lg-1,
	#ss-account-dashboard-css .mx-lg-1 {
		margin-right: .25rem !important;
	}
	#ss-account-dashboard-css .mb-lg-1,
	#ss-account-dashboard-css .my-lg-1 {
		margin-bottom: .25rem !important;
	}
	#ss-account-dashboard-css .ml-lg-1,
	#ss-account-dashboard-css .mx-lg-1 {
		margin-left: .25rem !important;
	}
	#ss-account-dashboard-css .m-lg-2 {
		margin: .5rem !important;
	}
	#ss-account-dashboard-css .mt-lg-2,
	#ss-account-dashboard-css .my-lg-2 {
		margin-top: .5rem !important;
	}
	#ss-account-dashboard-css .mr-lg-2,
	#ss-account-dashboard-css .mx-lg-2 {
		margin-right: .5rem !important;
	}
	#ss-account-dashboard-css .mb-lg-2,
	#ss-account-dashboard-css .my-lg-2 {
		margin-bottom: .5rem !important;
	}
	#ss-account-dashboard-css .ml-lg-2,
	#ss-account-dashboard-css .mx-lg-2 {
		margin-left: .5rem !important;
	}
	#ss-account-dashboard-css .m-lg-3 {
		margin: 1rem !important;
	}
	#ss-account-dashboard-css .mt-lg-3,
	#ss-account-dashboard-css .my-lg-3 {
		margin-top: 1rem !important;
	}
	#ss-account-dashboard-css .mr-lg-3,
	#ss-account-dashboard-css .mx-lg-3 {
		margin-right: 1rem !important;
	}
	#ss-account-dashboard-css .mb-lg-3,
	#ss-account-dashboard-css .my-lg-3 {
		margin-bottom: 1rem !important;
	}
	#ss-account-dashboard-css .ml-lg-3,
	#ss-account-dashboard-css .mx-lg-3 {
		margin-left: 1rem !important;
	}
	#ss-account-dashboard-css .m-lg-4 {
		margin: 1.5rem !important;
	}
	#ss-account-dashboard-css .mt-lg-4,
	#ss-account-dashboard-css .my-lg-4 {
		margin-top: 1.5rem !important;
	}
	#ss-account-dashboard-css .mr-lg-4,
	#ss-account-dashboard-css .mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	#ss-account-dashboard-css .mb-lg-4,
	#ss-account-dashboard-css .my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	#ss-account-dashboard-css .ml-lg-4,
	#ss-account-dashboard-css .mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	#ss-account-dashboard-css .m-lg-5 {
		margin: 2rem !important;
	}
	#ss-account-dashboard-css .mt-lg-5,
	#ss-account-dashboard-css .my-lg-5 {
		margin-top: 2rem !important;
	}
	#ss-account-dashboard-css .mr-lg-5,
	#ss-account-dashboard-css .mx-lg-5 {
		margin-right: 2rem !important;
	}
	#ss-account-dashboard-css .mb-lg-5,
	#ss-account-dashboard-css .my-lg-5 {
		margin-bottom: 2rem !important;
	}
	#ss-account-dashboard-css .ml-lg-5,
	#ss-account-dashboard-css .mx-lg-5 {
		margin-left: 2rem !important;
	}
	#ss-account-dashboard-css .m-lg-6 {
		margin: 2.5rem !important;
	}
	#ss-account-dashboard-css .mt-lg-6,
	#ss-account-dashboard-css .my-lg-6 {
		margin-top: 2.5rem !important;
	}
	#ss-account-dashboard-css .mr-lg-6,
	#ss-account-dashboard-css .mx-lg-6 {
		margin-right: 2.5rem !important;
	}
	#ss-account-dashboard-css .mb-lg-6,
	#ss-account-dashboard-css .my-lg-6 {
		margin-bottom: 2.5rem !important;
	}
	#ss-account-dashboard-css .ml-lg-6,
	#ss-account-dashboard-css .mx-lg-6 {
		margin-left: 2.5rem !important;
	}
	#ss-account-dashboard-css .m-lg-7 {
		margin: 3rem !important;
	}
	#ss-account-dashboard-css .mt-lg-7,
	#ss-account-dashboard-css .my-lg-7 {
		margin-top: 3rem !important;
	}
	#ss-account-dashboard-css .mr-lg-7,
	#ss-account-dashboard-css .mx-lg-7 {
		margin-right: 3rem !important;
	}
	#ss-account-dashboard-css .mb-lg-7,
	#ss-account-dashboard-css .my-lg-7 {
		margin-bottom: 3rem !important;
	}
	#ss-account-dashboard-css .ml-lg-7,
	#ss-account-dashboard-css .mx-lg-7 {
		margin-left: 3rem !important;
	}
	#ss-account-dashboard-css .m-lg-8 {
		margin: 3.5rem !important;
	}
	#ss-account-dashboard-css .mt-lg-8,
	#ss-account-dashboard-css .my-lg-8 {
		margin-top: 3.5rem !important;
	}
	#ss-account-dashboard-css .mr-lg-8,
	#ss-account-dashboard-css .mx-lg-8 {
		margin-right: 3.5rem !important;
	}
	#ss-account-dashboard-css .mb-lg-8,
	#ss-account-dashboard-css .my-lg-8 {
		margin-bottom: 3.5rem !important;
	}
	#ss-account-dashboard-css .ml-lg-8,
	#ss-account-dashboard-css .mx-lg-8 {
		margin-left: 3.5rem !important;
	}
	#ss-account-dashboard-css .m-lg-9 {
		margin: 4rem !important;
	}
	#ss-account-dashboard-css .mt-lg-9,
	#ss-account-dashboard-css .my-lg-9 {
		margin-top: 4rem !important;
	}
	#ss-account-dashboard-css .mr-lg-9,
	#ss-account-dashboard-css .mx-lg-9 {
		margin-right: 4rem !important;
	}
	#ss-account-dashboard-css .mb-lg-9,
	#ss-account-dashboard-css .my-lg-9 {
		margin-bottom: 4rem !important;
	}
	#ss-account-dashboard-css .ml-lg-9,
	#ss-account-dashboard-css .mx-lg-9 {
		margin-left: 4rem !important;
	}
	#ss-account-dashboard-css .m-lg-10 {
		margin: 4.5rem !important;
	}
	#ss-account-dashboard-css .mt-lg-10,
	#ss-account-dashboard-css .my-lg-10 {
		margin-top: 4.5rem !important;
	}
	#ss-account-dashboard-css .mr-lg-10,
	#ss-account-dashboard-css .mx-lg-10 {
		margin-right: 4.5rem !important;
	}
	#ss-account-dashboard-css .mb-lg-10,
	#ss-account-dashboard-css .my-lg-10 {
		margin-bottom: 4.5rem !important;
	}
	#ss-account-dashboard-css .ml-lg-10,
	#ss-account-dashboard-css .mx-lg-10 {
		margin-left: 4.5rem !important;
	}
	#ss-account-dashboard-css .m-lg-11 {
		margin: 5rem !important;
	}
	#ss-account-dashboard-css .mt-lg-11,
	#ss-account-dashboard-css .my-lg-11 {
		margin-top: 5rem !important;
	}
	#ss-account-dashboard-css .mr-lg-11,
	#ss-account-dashboard-css .mx-lg-11 {
		margin-right: 5rem !important;
	}
	#ss-account-dashboard-css .mb-lg-11,
	#ss-account-dashboard-css .my-lg-11 {
		margin-bottom: 5rem !important;
	}
	#ss-account-dashboard-css .ml-lg-11,
	#ss-account-dashboard-css .mx-lg-11 {
		margin-left: 5rem !important;
	}
	#ss-account-dashboard-css .p-lg-0 {
		padding: 0 !important;
	}
	#ss-account-dashboard-css .pt-lg-0,
	#ss-account-dashboard-css .py-lg-0 {
		padding-top: 0 !important;
	}
	#ss-account-dashboard-css .pr-lg-0,
	#ss-account-dashboard-css .px-lg-0 {
		padding-right: 0 !important;
	}
	#ss-account-dashboard-css .pb-lg-0,
	#ss-account-dashboard-css .py-lg-0 {
		padding-bottom: 0 !important;
	}
	#ss-account-dashboard-css .pl-lg-0,
	#ss-account-dashboard-css .px-lg-0 {
		padding-left: 0 !important;
	}
	#ss-account-dashboard-css .p-lg-1 {
		padding: .25rem !important;
	}
	#ss-account-dashboard-css .pt-lg-1,
	#ss-account-dashboard-css .py-lg-1 {
		padding-top: .25rem !important;
	}
	#ss-account-dashboard-css .pr-lg-1,
	#ss-account-dashboard-css .px-lg-1 {
		padding-right: .25rem !important;
	}
	#ss-account-dashboard-css .pb-lg-1,
	#ss-account-dashboard-css .py-lg-1 {
		padding-bottom: .25rem !important;
	}
	#ss-account-dashboard-css .pl-lg-1,
	#ss-account-dashboard-css .px-lg-1 {
		padding-left: .25rem !important;
	}
	#ss-account-dashboard-css .p-lg-2 {
		padding: .5rem !important;
	}
	#ss-account-dashboard-css .pt-lg-2,
	#ss-account-dashboard-css .py-lg-2 {
		padding-top: .5rem !important;
	}
	#ss-account-dashboard-css .pr-lg-2,
	#ss-account-dashboard-css .px-lg-2 {
		padding-right: .5rem !important;
	}
	#ss-account-dashboard-css .pb-lg-2,
	#ss-account-dashboard-css .py-lg-2 {
		padding-bottom: .5rem !important;
	}
	#ss-account-dashboard-css .pl-lg-2,
	#ss-account-dashboard-css .px-lg-2 {
		padding-left: .5rem !important;
	}
	#ss-account-dashboard-css .p-lg-3 {
		padding: 1rem !important;
	}
	#ss-account-dashboard-css .pt-lg-3,
	#ss-account-dashboard-css .py-lg-3 {
		padding-top: 1rem !important;
	}
	#ss-account-dashboard-css .pr-lg-3,
	#ss-account-dashboard-css .px-lg-3 {
		padding-right: 1rem !important;
	}
	#ss-account-dashboard-css .pb-lg-3,
	#ss-account-dashboard-css .py-lg-3 {
		padding-bottom: 1rem !important;
	}
	#ss-account-dashboard-css .pl-lg-3,
	#ss-account-dashboard-css .px-lg-3 {
		padding-left: 1rem !important;
	}
	#ss-account-dashboard-css .p-lg-4 {
		padding: 1.5rem !important;
	}
	#ss-account-dashboard-css .pt-lg-4,
	#ss-account-dashboard-css .py-lg-4 {
		padding-top: 1.5rem !important;
	}
	#ss-account-dashboard-css .pr-lg-4,
	#ss-account-dashboard-css .px-lg-4 {
		padding-right: 1.5rem !important;
	}
	#ss-account-dashboard-css .pb-lg-4,
	#ss-account-dashboard-css .py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	#ss-account-dashboard-css .pl-lg-4,
	#ss-account-dashboard-css .px-lg-4 {
		padding-left: 1.5rem !important;
	}
	#ss-account-dashboard-css .p-lg-5 {
		padding: 2rem !important;
	}
	#ss-account-dashboard-css .pt-lg-5,
	#ss-account-dashboard-css .py-lg-5 {
		padding-top: 2rem !important;
	}
	#ss-account-dashboard-css .pr-lg-5,
	#ss-account-dashboard-css .px-lg-5 {
		padding-right: 2rem !important;
	}
	#ss-account-dashboard-css .pb-lg-5,
	#ss-account-dashboard-css .py-lg-5 {
		padding-bottom: 2rem !important;
	}
	#ss-account-dashboard-css .pl-lg-5,
	#ss-account-dashboard-css .px-lg-5 {
		padding-left: 2rem !important;
	}
	#ss-account-dashboard-css .p-lg-6 {
		padding: 2.5rem !important;
	}
	#ss-account-dashboard-css .pt-lg-6,
	#ss-account-dashboard-css .py-lg-6 {
		padding-top: 2.5rem !important;
	}
	#ss-account-dashboard-css .pr-lg-6,
	#ss-account-dashboard-css .px-lg-6 {
		padding-right: 2.5rem !important;
	}
	#ss-account-dashboard-css .pb-lg-6,
	#ss-account-dashboard-css .py-lg-6 {
		padding-bottom: 2.5rem !important;
	}
	#ss-account-dashboard-css .pl-lg-6,
	#ss-account-dashboard-css .px-lg-6 {
		padding-left: 2.5rem !important;
	}
	#ss-account-dashboard-css .p-lg-7 {
		padding: 3rem !important;
	}
	#ss-account-dashboard-css .pt-lg-7,
	#ss-account-dashboard-css .py-lg-7 {
		padding-top: 3rem !important;
	}
	#ss-account-dashboard-css .pr-lg-7,
	#ss-account-dashboard-css .px-lg-7 {
		padding-right: 3rem !important;
	}
	#ss-account-dashboard-css .pb-lg-7,
	#ss-account-dashboard-css .py-lg-7 {
		padding-bottom: 3rem !important;
	}
	#ss-account-dashboard-css .pl-lg-7,
	#ss-account-dashboard-css .px-lg-7 {
		padding-left: 3rem !important;
	}
	#ss-account-dashboard-css .p-lg-8 {
		padding: 3.5rem !important;
	}
	#ss-account-dashboard-css .pt-lg-8,
	#ss-account-dashboard-css .py-lg-8 {
		padding-top: 3.5rem !important;
	}
	#ss-account-dashboard-css .pr-lg-8,
	#ss-account-dashboard-css .px-lg-8 {
		padding-right: 3.5rem !important;
	}
	#ss-account-dashboard-css .pb-lg-8,
	#ss-account-dashboard-css .py-lg-8 {
		padding-bottom: 3.5rem !important;
	}
	#ss-account-dashboard-css .pl-lg-8,
	#ss-account-dashboard-css .px-lg-8 {
		padding-left: 3.5rem !important;
	}
	#ss-account-dashboard-css .p-lg-9 {
		padding: 4rem !important;
	}
	#ss-account-dashboard-css .pt-lg-9,
	#ss-account-dashboard-css .py-lg-9 {
		padding-top: 4rem !important;
	}
	#ss-account-dashboard-css .pr-lg-9,
	#ss-account-dashboard-css .px-lg-9 {
		padding-right: 4rem !important;
	}
	#ss-account-dashboard-css .pb-lg-9,
	#ss-account-dashboard-css .py-lg-9 {
		padding-bottom: 4rem !important;
	}
	#ss-account-dashboard-css .pl-lg-9,
	#ss-account-dashboard-css .px-lg-9 {
		padding-left: 4rem !important;
	}
	#ss-account-dashboard-css .p-lg-10 {
		padding: 4.5rem !important;
	}
	#ss-account-dashboard-css .pt-lg-10,
	#ss-account-dashboard-css .py-lg-10 {
		padding-top: 4.5rem !important;
	}
	#ss-account-dashboard-css .pr-lg-10,
	#ss-account-dashboard-css .px-lg-10 {
		padding-right: 4.5rem !important;
	}
	#ss-account-dashboard-css .pb-lg-10,
	#ss-account-dashboard-css .py-lg-10 {
		padding-bottom: 4.5rem !important;
	}
	#ss-account-dashboard-css .pl-lg-10,
	#ss-account-dashboard-css .px-lg-10 {
		padding-left: 4.5rem !important;
	}
	#ss-account-dashboard-css .p-lg-11 {
		padding: 5rem !important;
	}
	#ss-account-dashboard-css .pt-lg-11,
	#ss-account-dashboard-css .py-lg-11 {
		padding-top: 5rem !important;
	}
	#ss-account-dashboard-css .pr-lg-11,
	#ss-account-dashboard-css .px-lg-11 {
		padding-right: 5rem !important;
	}
	#ss-account-dashboard-css .pb-lg-11,
	#ss-account-dashboard-css .py-lg-11 {
		padding-bottom: 5rem !important;
	}
	#ss-account-dashboard-css .pl-lg-11,
	#ss-account-dashboard-css .px-lg-11 {
		padding-left: 5rem !important;
	}
	#ss-account-dashboard-css .m-lg-n1 {
		margin: -.25rem !important;
	}
	#ss-account-dashboard-css .mt-lg-n1,
	#ss-account-dashboard-css .my-lg-n1 {
		margin-top: -.25rem !important;
	}
	#ss-account-dashboard-css .mr-lg-n1,
	#ss-account-dashboard-css .mx-lg-n1 {
		margin-right: -.25rem !important;
	}
	#ss-account-dashboard-css .mb-lg-n1,
	#ss-account-dashboard-css .my-lg-n1 {
		margin-bottom: -.25rem !important;
	}
	#ss-account-dashboard-css .ml-lg-n1,
	#ss-account-dashboard-css .mx-lg-n1 {
		margin-left: -.25rem !important;
	}
	#ss-account-dashboard-css .m-lg-n2 {
		margin: -.5rem !important;
	}
	#ss-account-dashboard-css .mt-lg-n2,
	#ss-account-dashboard-css .my-lg-n2 {
		margin-top: -.5rem !important;
	}
	#ss-account-dashboard-css .mr-lg-n2,
	#ss-account-dashboard-css .mx-lg-n2 {
		margin-right: -.5rem !important;
	}
	#ss-account-dashboard-css .mb-lg-n2,
	#ss-account-dashboard-css .my-lg-n2 {
		margin-bottom: -.5rem !important;
	}
	#ss-account-dashboard-css .ml-lg-n2,
	#ss-account-dashboard-css .mx-lg-n2 {
		margin-left: -.5rem !important;
	}
	#ss-account-dashboard-css .m-lg-n3 {
		margin: -1rem !important;
	}
	#ss-account-dashboard-css .mt-lg-n3,
	#ss-account-dashboard-css .my-lg-n3 {
		margin-top: -1rem !important;
	}
	#ss-account-dashboard-css .mr-lg-n3,
	#ss-account-dashboard-css .mx-lg-n3 {
		margin-right: -1rem !important;
	}
	#ss-account-dashboard-css .mb-lg-n3,
	#ss-account-dashboard-css .my-lg-n3 {
		margin-bottom: -1rem !important;
	}
	#ss-account-dashboard-css .ml-lg-n3,
	#ss-account-dashboard-css .mx-lg-n3 {
		margin-left: -1rem !important;
	}
	#ss-account-dashboard-css .m-lg-n4 {
		margin: -1.5rem !important;
	}
	#ss-account-dashboard-css .mt-lg-n4,
	#ss-account-dashboard-css .my-lg-n4 {
		margin-top: -1.5rem !important;
	}
	#ss-account-dashboard-css .mr-lg-n4,
	#ss-account-dashboard-css .mx-lg-n4 {
		margin-right: -1.5rem !important;
	}
	#ss-account-dashboard-css .mb-lg-n4,
	#ss-account-dashboard-css .my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}
	#ss-account-dashboard-css .ml-lg-n4,
	#ss-account-dashboard-css .mx-lg-n4 {
		margin-left: -1.5rem !important;
	}
	#ss-account-dashboard-css .m-lg-n5 {
		margin: -2rem !important;
	}
	#ss-account-dashboard-css .mt-lg-n5,
	#ss-account-dashboard-css .my-lg-n5 {
		margin-top: -2rem !important;
	}
	#ss-account-dashboard-css .mr-lg-n5,
	#ss-account-dashboard-css .mx-lg-n5 {
		margin-right: -2rem !important;
	}
	#ss-account-dashboard-css .mb-lg-n5,
	#ss-account-dashboard-css .my-lg-n5 {
		margin-bottom: -2rem !important;
	}
	#ss-account-dashboard-css .ml-lg-n5,
	#ss-account-dashboard-css .mx-lg-n5 {
		margin-left: -2rem !important;
	}
	#ss-account-dashboard-css .m-lg-n6 {
		margin: -2.5rem !important;
	}
	#ss-account-dashboard-css .mt-lg-n6,
	#ss-account-dashboard-css .my-lg-n6 {
		margin-top: -2.5rem !important;
	}
	#ss-account-dashboard-css .mr-lg-n6,
	#ss-account-dashboard-css .mx-lg-n6 {
		margin-right: -2.5rem !important;
	}
	#ss-account-dashboard-css .mb-lg-n6,
	#ss-account-dashboard-css .my-lg-n6 {
		margin-bottom: -2.5rem !important;
	}
	#ss-account-dashboard-css .ml-lg-n6,
	#ss-account-dashboard-css .mx-lg-n6 {
		margin-left: -2.5rem !important;
	}
	#ss-account-dashboard-css .m-lg-n7 {
		margin: -3rem !important;
	}
	#ss-account-dashboard-css .mt-lg-n7,
	#ss-account-dashboard-css .my-lg-n7 {
		margin-top: -3rem !important;
	}
	#ss-account-dashboard-css .mr-lg-n7,
	#ss-account-dashboard-css .mx-lg-n7 {
		margin-right: -3rem !important;
	}
	#ss-account-dashboard-css .mb-lg-n7,
	#ss-account-dashboard-css .my-lg-n7 {
		margin-bottom: -3rem !important;
	}
	#ss-account-dashboard-css .ml-lg-n7,
	#ss-account-dashboard-css .mx-lg-n7 {
		margin-left: -3rem !important;
	}
	#ss-account-dashboard-css .m-lg-n8 {
		margin: -3.5rem !important;
	}
	#ss-account-dashboard-css .mt-lg-n8,
	#ss-account-dashboard-css .my-lg-n8 {
		margin-top: -3.5rem !important;
	}
	#ss-account-dashboard-css .mr-lg-n8,
	#ss-account-dashboard-css .mx-lg-n8 {
		margin-right: -3.5rem !important;
	}
	#ss-account-dashboard-css .mb-lg-n8,
	#ss-account-dashboard-css .my-lg-n8 {
		margin-bottom: -3.5rem !important;
	}
	#ss-account-dashboard-css .ml-lg-n8,
	#ss-account-dashboard-css .mx-lg-n8 {
		margin-left: -3.5rem !important;
	}
	#ss-account-dashboard-css .m-lg-n9 {
		margin: -4rem !important;
	}
	#ss-account-dashboard-css .mt-lg-n9,
	#ss-account-dashboard-css .my-lg-n9 {
		margin-top: -4rem !important;
	}
	#ss-account-dashboard-css .mr-lg-n9,
	#ss-account-dashboard-css .mx-lg-n9 {
		margin-right: -4rem !important;
	}
	#ss-account-dashboard-css .mb-lg-n9,
	#ss-account-dashboard-css .my-lg-n9 {
		margin-bottom: -4rem !important;
	}
	#ss-account-dashboard-css .ml-lg-n9,
	#ss-account-dashboard-css .mx-lg-n9 {
		margin-left: -4rem !important;
	}
	#ss-account-dashboard-css .m-lg-n10 {
		margin: -4.5rem !important;
	}
	#ss-account-dashboard-css .mt-lg-n10,
	#ss-account-dashboard-css .my-lg-n10 {
		margin-top: -4.5rem !important;
	}
	#ss-account-dashboard-css .mr-lg-n10,
	#ss-account-dashboard-css .mx-lg-n10 {
		margin-right: -4.5rem !important;
	}
	#ss-account-dashboard-css .mb-lg-n10,
	#ss-account-dashboard-css .my-lg-n10 {
		margin-bottom: -4.5rem !important;
	}
	#ss-account-dashboard-css .ml-lg-n10,
	#ss-account-dashboard-css .mx-lg-n10 {
		margin-left: -4.5rem !important;
	}
	#ss-account-dashboard-css .m-lg-n11 {
		margin: -5rem !important;
	}
	#ss-account-dashboard-css .mt-lg-n11,
	#ss-account-dashboard-css .my-lg-n11 {
		margin-top: -5rem !important;
	}
	#ss-account-dashboard-css .mr-lg-n11,
	#ss-account-dashboard-css .mx-lg-n11 {
		margin-right: -5rem !important;
	}
	#ss-account-dashboard-css .mb-lg-n11,
	#ss-account-dashboard-css .my-lg-n11 {
		margin-bottom: -5rem !important;
	}
	#ss-account-dashboard-css .ml-lg-n11,
	#ss-account-dashboard-css .mx-lg-n11 {
		margin-left: -5rem !important;
	}
	#ss-account-dashboard-css .m-lg-auto {
		margin: auto !important;
	}
	#ss-account-dashboard-css .mt-lg-auto,
	#ss-account-dashboard-css .my-lg-auto {
		margin-top: auto !important;
	}
	#ss-account-dashboard-css .mr-lg-auto,
	#ss-account-dashboard-css .mx-lg-auto {
		margin-right: auto !important;
	}
	#ss-account-dashboard-css .mb-lg-auto,
	#ss-account-dashboard-css .my-lg-auto {
		margin-bottom: auto !important;
	}
	#ss-account-dashboard-css .ml-lg-auto,
	#ss-account-dashboard-css .mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1200px) {
	#ss-account-dashboard-css .m-xl-0 {
		margin: 0 !important;
	}
	#ss-account-dashboard-css .mt-xl-0,
	#ss-account-dashboard-css .my-xl-0 {
		margin-top: 0 !important;
	}
	#ss-account-dashboard-css .mr-xl-0,
	#ss-account-dashboard-css .mx-xl-0 {
		margin-right: 0 !important;
	}
	#ss-account-dashboard-css .mb-xl-0,
	#ss-account-dashboard-css .my-xl-0 {
		margin-bottom: 0 !important;
	}
	#ss-account-dashboard-css .ml-xl-0,
	#ss-account-dashboard-css .mx-xl-0 {
		margin-left: 0 !important;
	}
	#ss-account-dashboard-css .m-xl-1 {
		margin: .25rem !important;
	}
	#ss-account-dashboard-css .mt-xl-1,
	#ss-account-dashboard-css .my-xl-1 {
		margin-top: .25rem !important;
	}
	#ss-account-dashboard-css .mr-xl-1,
	#ss-account-dashboard-css .mx-xl-1 {
		margin-right: .25rem !important;
	}
	#ss-account-dashboard-css .mb-xl-1,
	#ss-account-dashboard-css .my-xl-1 {
		margin-bottom: .25rem !important;
	}
	#ss-account-dashboard-css .ml-xl-1,
	#ss-account-dashboard-css .mx-xl-1 {
		margin-left: .25rem !important;
	}
	#ss-account-dashboard-css .m-xl-2 {
		margin: .5rem !important;
	}
	#ss-account-dashboard-css .mt-xl-2,
	#ss-account-dashboard-css .my-xl-2 {
		margin-top: .5rem !important;
	}
	#ss-account-dashboard-css .mr-xl-2,
	#ss-account-dashboard-css .mx-xl-2 {
		margin-right: .5rem !important;
	}
	#ss-account-dashboard-css .mb-xl-2,
	#ss-account-dashboard-css .my-xl-2 {
		margin-bottom: .5rem !important;
	}
	#ss-account-dashboard-css .ml-xl-2,
	#ss-account-dashboard-css .mx-xl-2 {
		margin-left: .5rem !important;
	}
	#ss-account-dashboard-css .m-xl-3 {
		margin: 1rem !important;
	}
	#ss-account-dashboard-css .mt-xl-3,
	#ss-account-dashboard-css .my-xl-3 {
		margin-top: 1rem !important;
	}
	#ss-account-dashboard-css .mr-xl-3,
	#ss-account-dashboard-css .mx-xl-3 {
		margin-right: 1rem !important;
	}
	#ss-account-dashboard-css .mb-xl-3,
	#ss-account-dashboard-css .my-xl-3 {
		margin-bottom: 1rem !important;
	}
	#ss-account-dashboard-css .ml-xl-3,
	#ss-account-dashboard-css .mx-xl-3 {
		margin-left: 1rem !important;
	}
	#ss-account-dashboard-css .m-xl-4 {
		margin: 1.5rem !important;
	}
	#ss-account-dashboard-css .mt-xl-4,
	#ss-account-dashboard-css .my-xl-4 {
		margin-top: 1.5rem !important;
	}
	#ss-account-dashboard-css .mr-xl-4,
	#ss-account-dashboard-css .mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	#ss-account-dashboard-css .mb-xl-4,
	#ss-account-dashboard-css .my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	#ss-account-dashboard-css .ml-xl-4,
	#ss-account-dashboard-css .mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	#ss-account-dashboard-css .m-xl-5 {
		margin: 2rem !important;
	}
	#ss-account-dashboard-css .mt-xl-5,
	#ss-account-dashboard-css .my-xl-5 {
		margin-top: 2rem !important;
	}
	#ss-account-dashboard-css .mr-xl-5,
	#ss-account-dashboard-css .mx-xl-5 {
		margin-right: 2rem !important;
	}
	#ss-account-dashboard-css .mb-xl-5,
	#ss-account-dashboard-css .my-xl-5 {
		margin-bottom: 2rem !important;
	}
	#ss-account-dashboard-css .ml-xl-5,
	#ss-account-dashboard-css .mx-xl-5 {
		margin-left: 2rem !important;
	}
	#ss-account-dashboard-css .m-xl-6 {
		margin: 2.5rem !important;
	}
	#ss-account-dashboard-css .mt-xl-6,
	#ss-account-dashboard-css .my-xl-6 {
		margin-top: 2.5rem !important;
	}
	#ss-account-dashboard-css .mr-xl-6,
	#ss-account-dashboard-css .mx-xl-6 {
		margin-right: 2.5rem !important;
	}
	#ss-account-dashboard-css .mb-xl-6,
	#ss-account-dashboard-css .my-xl-6 {
		margin-bottom: 2.5rem !important;
	}
	#ss-account-dashboard-css .ml-xl-6,
	#ss-account-dashboard-css .mx-xl-6 {
		margin-left: 2.5rem !important;
	}
	#ss-account-dashboard-css .m-xl-7 {
		margin: 3rem !important;
	}
	#ss-account-dashboard-css .mt-xl-7,
	#ss-account-dashboard-css .my-xl-7 {
		margin-top: 3rem !important;
	}
	#ss-account-dashboard-css .mr-xl-7,
	#ss-account-dashboard-css .mx-xl-7 {
		margin-right: 3rem !important;
	}
	#ss-account-dashboard-css .mb-xl-7,
	#ss-account-dashboard-css .my-xl-7 {
		margin-bottom: 3rem !important;
	}
	#ss-account-dashboard-css .ml-xl-7,
	#ss-account-dashboard-css .mx-xl-7 {
		margin-left: 3rem !important;
	}
	#ss-account-dashboard-css .m-xl-8 {
		margin: 3.5rem !important;
	}
	#ss-account-dashboard-css .mt-xl-8,
	#ss-account-dashboard-css .my-xl-8 {
		margin-top: 3.5rem !important;
	}
	#ss-account-dashboard-css .mr-xl-8,
	#ss-account-dashboard-css .mx-xl-8 {
		margin-right: 3.5rem !important;
	}
	#ss-account-dashboard-css .mb-xl-8,
	#ss-account-dashboard-css .my-xl-8 {
		margin-bottom: 3.5rem !important;
	}
	#ss-account-dashboard-css .ml-xl-8,
	#ss-account-dashboard-css .mx-xl-8 {
		margin-left: 3.5rem !important;
	}
	#ss-account-dashboard-css .m-xl-9 {
		margin: 4rem !important;
	}
	#ss-account-dashboard-css .mt-xl-9,
	#ss-account-dashboard-css .my-xl-9 {
		margin-top: 4rem !important;
	}
	#ss-account-dashboard-css .mr-xl-9,
	#ss-account-dashboard-css .mx-xl-9 {
		margin-right: 4rem !important;
	}
	#ss-account-dashboard-css .mb-xl-9,
	#ss-account-dashboard-css .my-xl-9 {
		margin-bottom: 4rem !important;
	}
	#ss-account-dashboard-css .ml-xl-9,
	#ss-account-dashboard-css .mx-xl-9 {
		margin-left: 4rem !important;
	}
	#ss-account-dashboard-css .m-xl-10 {
		margin: 4.5rem !important;
	}
	#ss-account-dashboard-css .mt-xl-10,
	#ss-account-dashboard-css .my-xl-10 {
		margin-top: 4.5rem !important;
	}
	#ss-account-dashboard-css .mr-xl-10,
	#ss-account-dashboard-css .mx-xl-10 {
		margin-right: 4.5rem !important;
	}
	#ss-account-dashboard-css .mb-xl-10,
	#ss-account-dashboard-css .my-xl-10 {
		margin-bottom: 4.5rem !important;
	}
	#ss-account-dashboard-css .ml-xl-10,
	#ss-account-dashboard-css .mx-xl-10 {
		margin-left: 4.5rem !important;
	}
	#ss-account-dashboard-css .m-xl-11 {
		margin: 5rem !important;
	}
	#ss-account-dashboard-css .mt-xl-11,
	#ss-account-dashboard-css .my-xl-11 {
		margin-top: 5rem !important;
	}
	#ss-account-dashboard-css .mr-xl-11,
	#ss-account-dashboard-css .mx-xl-11 {
		margin-right: 5rem !important;
	}
	#ss-account-dashboard-css .mb-xl-11,
	#ss-account-dashboard-css .my-xl-11 {
		margin-bottom: 5rem !important;
	}
	#ss-account-dashboard-css .ml-xl-11,
	#ss-account-dashboard-css .mx-xl-11 {
		margin-left: 5rem !important;
	}
	#ss-account-dashboard-css .p-xl-0 {
		padding: 0 !important;
	}
	#ss-account-dashboard-css .pt-xl-0,
	#ss-account-dashboard-css .py-xl-0 {
		padding-top: 0 !important;
	}
	#ss-account-dashboard-css .pr-xl-0,
	#ss-account-dashboard-css .px-xl-0 {
		padding-right: 0 !important;
	}
	#ss-account-dashboard-css .pb-xl-0,
	#ss-account-dashboard-css .py-xl-0 {
		padding-bottom: 0 !important;
	}
	#ss-account-dashboard-css .pl-xl-0,
	#ss-account-dashboard-css .px-xl-0 {
		padding-left: 0 !important;
	}
	#ss-account-dashboard-css .p-xl-1 {
		padding: .25rem !important;
	}
	#ss-account-dashboard-css .pt-xl-1,
	#ss-account-dashboard-css .py-xl-1 {
		padding-top: .25rem !important;
	}
	#ss-account-dashboard-css .pr-xl-1,
	#ss-account-dashboard-css .px-xl-1 {
		padding-right: .25rem !important;
	}
	#ss-account-dashboard-css .pb-xl-1,
	#ss-account-dashboard-css .py-xl-1 {
		padding-bottom: .25rem !important;
	}
	#ss-account-dashboard-css .pl-xl-1,
	#ss-account-dashboard-css .px-xl-1 {
		padding-left: .25rem !important;
	}
	#ss-account-dashboard-css .p-xl-2 {
		padding: .5rem !important;
	}
	#ss-account-dashboard-css .pt-xl-2,
	#ss-account-dashboard-css .py-xl-2 {
		padding-top: .5rem !important;
	}
	#ss-account-dashboard-css .pr-xl-2,
	#ss-account-dashboard-css .px-xl-2 {
		padding-right: .5rem !important;
	}
	#ss-account-dashboard-css .pb-xl-2,
	#ss-account-dashboard-css .py-xl-2 {
		padding-bottom: .5rem !important;
	}
	#ss-account-dashboard-css .pl-xl-2,
	#ss-account-dashboard-css .px-xl-2 {
		padding-left: .5rem !important;
	}
	#ss-account-dashboard-css .p-xl-3 {
		padding: 1rem !important;
	}
	#ss-account-dashboard-css .pt-xl-3,
	#ss-account-dashboard-css .py-xl-3 {
		padding-top: 1rem !important;
	}
	#ss-account-dashboard-css .pr-xl-3,
	#ss-account-dashboard-css .px-xl-3 {
		padding-right: 1rem !important;
	}
	#ss-account-dashboard-css .pb-xl-3,
	#ss-account-dashboard-css .py-xl-3 {
		padding-bottom: 1rem !important;
	}
	#ss-account-dashboard-css .pl-xl-3,
	#ss-account-dashboard-css .px-xl-3 {
		padding-left: 1rem !important;
	}
	#ss-account-dashboard-css .p-xl-4 {
		padding: 1.5rem !important;
	}
	#ss-account-dashboard-css .pt-xl-4,
	#ss-account-dashboard-css .py-xl-4 {
		padding-top: 1.5rem !important;
	}
	#ss-account-dashboard-css .pr-xl-4,
	#ss-account-dashboard-css .px-xl-4 {
		padding-right: 1.5rem !important;
	}
	#ss-account-dashboard-css .pb-xl-4,
	#ss-account-dashboard-css .py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	#ss-account-dashboard-css .pl-xl-4,
	#ss-account-dashboard-css .px-xl-4 {
		padding-left: 1.5rem !important;
	}
	#ss-account-dashboard-css .p-xl-5 {
		padding: 2rem !important;
	}
	#ss-account-dashboard-css .pt-xl-5,
	#ss-account-dashboard-css .py-xl-5 {
		padding-top: 2rem !important;
	}
	#ss-account-dashboard-css .pr-xl-5,
	#ss-account-dashboard-css .px-xl-5 {
		padding-right: 2rem !important;
	}
	#ss-account-dashboard-css .pb-xl-5,
	#ss-account-dashboard-css .py-xl-5 {
		padding-bottom: 2rem !important;
	}
	#ss-account-dashboard-css .pl-xl-5,
	#ss-account-dashboard-css .px-xl-5 {
		padding-left: 2rem !important;
	}
	#ss-account-dashboard-css .p-xl-6 {
		padding: 2.5rem !important;
	}
	#ss-account-dashboard-css .pt-xl-6,
	#ss-account-dashboard-css .py-xl-6 {
		padding-top: 2.5rem !important;
	}
	#ss-account-dashboard-css .pr-xl-6,
	#ss-account-dashboard-css .px-xl-6 {
		padding-right: 2.5rem !important;
	}
	#ss-account-dashboard-css .pb-xl-6,
	#ss-account-dashboard-css .py-xl-6 {
		padding-bottom: 2.5rem !important;
	}
	#ss-account-dashboard-css .pl-xl-6,
	#ss-account-dashboard-css .px-xl-6 {
		padding-left: 2.5rem !important;
	}
	#ss-account-dashboard-css .p-xl-7 {
		padding: 3rem !important;
	}
	#ss-account-dashboard-css .pt-xl-7,
	#ss-account-dashboard-css .py-xl-7 {
		padding-top: 3rem !important;
	}
	#ss-account-dashboard-css .pr-xl-7,
	#ss-account-dashboard-css .px-xl-7 {
		padding-right: 3rem !important;
	}
	#ss-account-dashboard-css .pb-xl-7,
	#ss-account-dashboard-css .py-xl-7 {
		padding-bottom: 3rem !important;
	}
	#ss-account-dashboard-css .pl-xl-7,
	#ss-account-dashboard-css .px-xl-7 {
		padding-left: 3rem !important;
	}
	#ss-account-dashboard-css .p-xl-8 {
		padding: 3.5rem !important;
	}
	#ss-account-dashboard-css .pt-xl-8,
	#ss-account-dashboard-css .py-xl-8 {
		padding-top: 3.5rem !important;
	}
	#ss-account-dashboard-css .pr-xl-8,
	#ss-account-dashboard-css .px-xl-8 {
		padding-right: 3.5rem !important;
	}
	#ss-account-dashboard-css .pb-xl-8,
	#ss-account-dashboard-css .py-xl-8 {
		padding-bottom: 3.5rem !important;
	}
	#ss-account-dashboard-css .pl-xl-8,
	#ss-account-dashboard-css .px-xl-8 {
		padding-left: 3.5rem !important;
	}
	#ss-account-dashboard-css .p-xl-9 {
		padding: 4rem !important;
	}
	#ss-account-dashboard-css .pt-xl-9,
	#ss-account-dashboard-css .py-xl-9 {
		padding-top: 4rem !important;
	}
	#ss-account-dashboard-css .pr-xl-9,
	#ss-account-dashboard-css .px-xl-9 {
		padding-right: 4rem !important;
	}
	#ss-account-dashboard-css .pb-xl-9,
	#ss-account-dashboard-css .py-xl-9 {
		padding-bottom: 4rem !important;
	}
	#ss-account-dashboard-css .pl-xl-9,
	#ss-account-dashboard-css .px-xl-9 {
		padding-left: 4rem !important;
	}
	#ss-account-dashboard-css .p-xl-10 {
		padding: 4.5rem !important;
	}
	#ss-account-dashboard-css .pt-xl-10,
	#ss-account-dashboard-css .py-xl-10 {
		padding-top: 4.5rem !important;
	}
	#ss-account-dashboard-css .pr-xl-10,
	#ss-account-dashboard-css .px-xl-10 {
		padding-right: 4.5rem !important;
	}
	#ss-account-dashboard-css .pb-xl-10,
	#ss-account-dashboard-css .py-xl-10 {
		padding-bottom: 4.5rem !important;
	}
	#ss-account-dashboard-css .pl-xl-10,
	#ss-account-dashboard-css .px-xl-10 {
		padding-left: 4.5rem !important;
	}
	#ss-account-dashboard-css .p-xl-11 {
		padding: 5rem !important;
	}
	#ss-account-dashboard-css .pt-xl-11,
	#ss-account-dashboard-css .py-xl-11 {
		padding-top: 5rem !important;
	}
	#ss-account-dashboard-css .pr-xl-11,
	#ss-account-dashboard-css .px-xl-11 {
		padding-right: 5rem !important;
	}
	#ss-account-dashboard-css .pb-xl-11,
	#ss-account-dashboard-css .py-xl-11 {
		padding-bottom: 5rem !important;
	}
	#ss-account-dashboard-css .pl-xl-11,
	#ss-account-dashboard-css .px-xl-11 {
		padding-left: 5rem !important;
	}
	#ss-account-dashboard-css .m-xl-n1 {
		margin: -.25rem !important;
	}
	#ss-account-dashboard-css .mt-xl-n1,
	#ss-account-dashboard-css .my-xl-n1 {
		margin-top: -.25rem !important;
	}
	#ss-account-dashboard-css .mr-xl-n1,
	#ss-account-dashboard-css .mx-xl-n1 {
		margin-right: -.25rem !important;
	}
	#ss-account-dashboard-css .mb-xl-n1,
	#ss-account-dashboard-css .my-xl-n1 {
		margin-bottom: -.25rem !important;
	}
	#ss-account-dashboard-css .ml-xl-n1,
	#ss-account-dashboard-css .mx-xl-n1 {
		margin-left: -.25rem !important;
	}
	#ss-account-dashboard-css .m-xl-n2 {
		margin: -.5rem !important;
	}
	#ss-account-dashboard-css .mt-xl-n2,
	#ss-account-dashboard-css .my-xl-n2 {
		margin-top: -.5rem !important;
	}
	#ss-account-dashboard-css .mr-xl-n2,
	#ss-account-dashboard-css .mx-xl-n2 {
		margin-right: -.5rem !important;
	}
	#ss-account-dashboard-css .mb-xl-n2,
	#ss-account-dashboard-css .my-xl-n2 {
		margin-bottom: -.5rem !important;
	}
	#ss-account-dashboard-css .ml-xl-n2,
	#ss-account-dashboard-css .mx-xl-n2 {
		margin-left: -.5rem !important;
	}
	#ss-account-dashboard-css .m-xl-n3 {
		margin: -1rem !important;
	}
	#ss-account-dashboard-css .mt-xl-n3,
	#ss-account-dashboard-css .my-xl-n3 {
		margin-top: -1rem !important;
	}
	#ss-account-dashboard-css .mr-xl-n3,
	#ss-account-dashboard-css .mx-xl-n3 {
		margin-right: -1rem !important;
	}
	#ss-account-dashboard-css .mb-xl-n3,
	#ss-account-dashboard-css .my-xl-n3 {
		margin-bottom: -1rem !important;
	}
	#ss-account-dashboard-css .ml-xl-n3,
	#ss-account-dashboard-css .mx-xl-n3 {
		margin-left: -1rem !important;
	}
	#ss-account-dashboard-css .m-xl-n4 {
		margin: -1.5rem !important;
	}
	#ss-account-dashboard-css .mt-xl-n4,
	#ss-account-dashboard-css .my-xl-n4 {
		margin-top: -1.5rem !important;
	}
	#ss-account-dashboard-css .mr-xl-n4,
	#ss-account-dashboard-css .mx-xl-n4 {
		margin-right: -1.5rem !important;
	}
	#ss-account-dashboard-css .mb-xl-n4,
	#ss-account-dashboard-css .my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}
	#ss-account-dashboard-css .ml-xl-n4,
	#ss-account-dashboard-css .mx-xl-n4 {
		margin-left: -1.5rem !important;
	}
	#ss-account-dashboard-css .m-xl-n5 {
		margin: -2rem !important;
	}
	#ss-account-dashboard-css .mt-xl-n5,
	#ss-account-dashboard-css .my-xl-n5 {
		margin-top: -2rem !important;
	}
	#ss-account-dashboard-css .mr-xl-n5,
	#ss-account-dashboard-css .mx-xl-n5 {
		margin-right: -2rem !important;
	}
	#ss-account-dashboard-css .mb-xl-n5,
	#ss-account-dashboard-css .my-xl-n5 {
		margin-bottom: -2rem !important;
	}
	#ss-account-dashboard-css .ml-xl-n5,
	#ss-account-dashboard-css .mx-xl-n5 {
		margin-left: -2rem !important;
	}
	#ss-account-dashboard-css .m-xl-n6 {
		margin: -2.5rem !important;
	}
	#ss-account-dashboard-css .mt-xl-n6,
	#ss-account-dashboard-css .my-xl-n6 {
		margin-top: -2.5rem !important;
	}
	#ss-account-dashboard-css .mr-xl-n6,
	#ss-account-dashboard-css .mx-xl-n6 {
		margin-right: -2.5rem !important;
	}
	#ss-account-dashboard-css .mb-xl-n6,
	#ss-account-dashboard-css .my-xl-n6 {
		margin-bottom: -2.5rem !important;
	}
	#ss-account-dashboard-css .ml-xl-n6,
	#ss-account-dashboard-css .mx-xl-n6 {
		margin-left: -2.5rem !important;
	}
	#ss-account-dashboard-css .m-xl-n7 {
		margin: -3rem !important;
	}
	#ss-account-dashboard-css .mt-xl-n7,
	#ss-account-dashboard-css .my-xl-n7 {
		margin-top: -3rem !important;
	}
	#ss-account-dashboard-css .mr-xl-n7,
	#ss-account-dashboard-css .mx-xl-n7 {
		margin-right: -3rem !important;
	}
	#ss-account-dashboard-css .mb-xl-n7,
	#ss-account-dashboard-css .my-xl-n7 {
		margin-bottom: -3rem !important;
	}
	#ss-account-dashboard-css .ml-xl-n7,
	#ss-account-dashboard-css .mx-xl-n7 {
		margin-left: -3rem !important;
	}
	#ss-account-dashboard-css .m-xl-n8 {
		margin: -3.5rem !important;
	}
	#ss-account-dashboard-css .mt-xl-n8,
	#ss-account-dashboard-css .my-xl-n8 {
		margin-top: -3.5rem !important;
	}
	#ss-account-dashboard-css .mr-xl-n8,
	#ss-account-dashboard-css .mx-xl-n8 {
		margin-right: -3.5rem !important;
	}
	#ss-account-dashboard-css .mb-xl-n8,
	#ss-account-dashboard-css .my-xl-n8 {
		margin-bottom: -3.5rem !important;
	}
	#ss-account-dashboard-css .ml-xl-n8,
	#ss-account-dashboard-css .mx-xl-n8 {
		margin-left: -3.5rem !important;
	}
	#ss-account-dashboard-css .m-xl-n9 {
		margin: -4rem !important;
	}
	#ss-account-dashboard-css .mt-xl-n9,
	#ss-account-dashboard-css .my-xl-n9 {
		margin-top: -4rem !important;
	}
	#ss-account-dashboard-css .mr-xl-n9,
	#ss-account-dashboard-css .mx-xl-n9 {
		margin-right: -4rem !important;
	}
	#ss-account-dashboard-css .mb-xl-n9,
	#ss-account-dashboard-css .my-xl-n9 {
		margin-bottom: -4rem !important;
	}
	#ss-account-dashboard-css .ml-xl-n9,
	#ss-account-dashboard-css .mx-xl-n9 {
		margin-left: -4rem !important;
	}
	#ss-account-dashboard-css .m-xl-n10 {
		margin: -4.5rem !important;
	}
	#ss-account-dashboard-css .mt-xl-n10,
	#ss-account-dashboard-css .my-xl-n10 {
		margin-top: -4.5rem !important;
	}
	#ss-account-dashboard-css .mr-xl-n10,
	#ss-account-dashboard-css .mx-xl-n10 {
		margin-right: -4.5rem !important;
	}
	#ss-account-dashboard-css .mb-xl-n10,
	#ss-account-dashboard-css .my-xl-n10 {
		margin-bottom: -4.5rem !important;
	}
	#ss-account-dashboard-css .ml-xl-n10,
	#ss-account-dashboard-css .mx-xl-n10 {
		margin-left: -4.5rem !important;
	}
	#ss-account-dashboard-css .m-xl-n11 {
		margin: -5rem !important;
	}
	#ss-account-dashboard-css .mt-xl-n11,
	#ss-account-dashboard-css .my-xl-n11 {
		margin-top: -5rem !important;
	}
	#ss-account-dashboard-css .mr-xl-n11,
	#ss-account-dashboard-css .mx-xl-n11 {
		margin-right: -5rem !important;
	}
	#ss-account-dashboard-css .mb-xl-n11,
	#ss-account-dashboard-css .my-xl-n11 {
		margin-bottom: -5rem !important;
	}
	#ss-account-dashboard-css .ml-xl-n11,
	#ss-account-dashboard-css .mx-xl-n11 {
		margin-left: -5rem !important;
	}
	#ss-account-dashboard-css .m-xl-auto {
		margin: auto !important;
	}
	#ss-account-dashboard-css .mt-xl-auto,
	#ss-account-dashboard-css .my-xl-auto {
		margin-top: auto !important;
	}
	#ss-account-dashboard-css .mr-xl-auto,
	#ss-account-dashboard-css .mx-xl-auto {
		margin-right: auto !important;
	}
	#ss-account-dashboard-css .mb-xl-auto,
	#ss-account-dashboard-css .my-xl-auto {
		margin-bottom: auto !important;
	}
	#ss-account-dashboard-css .ml-xl-auto,
	#ss-account-dashboard-css .mx-xl-auto {
		margin-left: auto !important;
	}
}

#ss-account-dashboard-css .stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: transparent;
}

#ss-account-dashboard-css .text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

#ss-account-dashboard-css .text-justify {
	text-align: justify !important;
}

#ss-account-dashboard-css .text-wrap {
	white-space: normal !important;
}

#ss-account-dashboard-css .text-nowrap {
	white-space: nowrap !important;
}

#ss-account-dashboard-css .text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#ss-account-dashboard-css .text-left {
	text-align: left !important;
}

#ss-account-dashboard-css .text-right {
	text-align: right !important;
}

#ss-account-dashboard-css .text-center {
	text-align: center !important;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .text-sm-left {
		text-align: left !important;
	}
	#ss-account-dashboard-css .text-sm-right {
		text-align: right !important;
	}
	#ss-account-dashboard-css .text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .text-md-left {
		text-align: left !important;
	}
	#ss-account-dashboard-css .text-md-right {
		text-align: right !important;
	}
	#ss-account-dashboard-css .text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .text-lg-left {
		text-align: left !important;
	}
	#ss-account-dashboard-css .text-lg-right {
		text-align: right !important;
	}
	#ss-account-dashboard-css .text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	#ss-account-dashboard-css .text-xl-left {
		text-align: left !important;
	}
	#ss-account-dashboard-css .text-xl-right {
		text-align: right !important;
	}
	#ss-account-dashboard-css .text-xl-center {
		text-align: center !important;
	}
}

#ss-account-dashboard-css .text-lowercase {
	text-transform: lowercase !important;
}

#ss-account-dashboard-css .text-uppercase {
	text-transform: uppercase !important;
}

#ss-account-dashboard-css .text-capitalize {
	text-transform: capitalize !important;
}

#ss-account-dashboard-css .font-weight-light {
	font-weight: 300 !important;
}

#ss-account-dashboard-css .font-weight-lighter {
	font-weight: lighter !important;
}

#ss-account-dashboard-css .font-weight-normal {
	font-weight: 400 !important;
}

#ss-account-dashboard-css .font-weight-bold {
	font-weight: 600 !important;
}

#ss-account-dashboard-css .font-weight-bolder {
	font-weight: bolder !important;
}

#ss-account-dashboard-css .font-italic {
	font-style: italic !important;
}

#ss-account-dashboard-css .text-white {
	color: #fff !important;
}

#ss-account-dashboard-css .text-primary {
	color: #ed1c24 !important;
}

#ss-account-dashboard-css a.text-primary:focus,
#ss-account-dashboard-css a.text-primary:hover {
	color: #c90c14 !important;
}

#ss-account-dashboard-css .text-secondary {
	color: #eb3c67 !important;
}

#ss-account-dashboard-css a.text-secondary:focus,
#ss-account-dashboard-css a.text-secondary:hover {
	color: #c61440 !important;
}

#ss-account-dashboard-css .text-success {
	color: #00c9a7 !important;
}

#ss-account-dashboard-css a.text-success:focus,
#ss-account-dashboard-css a.text-success:hover {
	color: #007d67 !important;
}

#ss-account-dashboard-css .text-info {
	color: #09a5be !important;
}

#ss-account-dashboard-css a.text-info:focus,
#ss-account-dashboard-css a.text-info:hover {
	color: #066675 !important;
}

#ss-account-dashboard-css .text-warning {
	color: #f5ca99 !important;
}

#ss-account-dashboard-css a.text-warning:focus,
#ss-account-dashboard-css a.text-warning:hover {
	color: #eea653 !important;
}

#ss-account-dashboard-css .text-danger {
	color: #ed4c78 !important;
}

#ss-account-dashboard-css a.text-danger:focus,
#ss-account-dashboard-css a.text-danger:hover {
	color: #d7164a !important;
}

#ss-account-dashboard-css .text-light {
	color: #f7faff !important;
}

#ss-account-dashboard-css a.text-light:focus,
#ss-account-dashboard-css a.text-light:hover {
	color: #abcaff !important;
}

#ss-account-dashboard-css .text-dark {
	color: #21325b !important;
}

#ss-account-dashboard-css a.text-dark:focus,
#ss-account-dashboard-css a.text-dark:hover {
	color: #0d1323 !important;
}

#ss-account-dashboard-css .text-indigo {
	color: #2d1582 !important;
}

#ss-account-dashboard-css a.text-indigo:focus,
#ss-account-dashboard-css a.text-indigo:hover {
	color: #160a40 !important;
}

#ss-account-dashboard-css .text-body {
	color: #677788 !important;
}

#ss-account-dashboard-css .text-muted {
	color: #8c98a4 !important;
}

#ss-account-dashboard-css .text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}

#ss-account-dashboard-css .text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}

#ss-account-dashboard-css .text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

#ss-account-dashboard-css .text-decoration-none {
	text-decoration: none !important;
}

#ss-account-dashboard-css .text-break {
	word-break: break-word !important;
	word-wrap: break-word !important;
}

#ss-account-dashboard-css .text-reset {
	color: inherit !important;
}

#ss-account-dashboard-css .visible {
	visibility: visible !important;
}

#ss-account-dashboard-css .invisible {
	visibility: hidden !important;
}

@media print {
	#ss-account-dashboard-css *,
	#ss-account-dashboard-css ::after,
	#ss-account-dashboard-css ::before {
		text-shadow: none !important;
		box-shadow: none !important;
	}
	#ss-account-dashboard-css a:not(.btn) {
		text-decoration: underline;
	}
	#ss-account-dashboard-css abbr[title]::after {
		content: " (" attr(title) ")";
	}
	#ss-account-dashboard-css pre {
		white-space: pre-wrap !important;
	}
	#ss-account-dashboard-css blockquote,
	#ss-account-dashboard-css pre {
		border: .0625rem solid #97a4af;
		page-break-inside: avoid;
	}
	#ss-account-dashboard-css thead {
		display: table-header-group;
	}
	#ss-account-dashboard-css img,
	#ss-account-dashboard-css tr {
		page-break-inside: avoid;
	}
	#ss-account-dashboard-css h2,
	#ss-account-dashboard-css h3,
	#ss-account-dashboard-css p {
		orphans: 3;
		widows: 3;
	}
	#ss-account-dashboard-css h2,
	#ss-account-dashboard-css h3 {
		page-break-after: avoid;
	}
	#ss-account-dashboard-css body {
		min-width: 992px !important;
	}
	#ss-account-dashboard-css .container {
		min-width: 992px !important;
	}
	#ss-account-dashboard-css .navbar {
		display: none;
	}
	#ss-account-dashboard-css .badge {
		border: .0625rem solid #000;
	}
	#ss-account-dashboard-css .table {
		border-collapse: collapse !important;
	}
	#ss-account-dashboard-css .table td,
	#ss-account-dashboard-css .table th {
		background-color: #fff !important;
	}
	#ss-account-dashboard-css .table-bordered td,
	#ss-account-dashboard-css .table-bordered th {
		border: 1px solid #e7eaf3 !important;
	}
	#ss-account-dashboard-css .table-dark {
		color: inherit;
	}
	#ss-account-dashboard-css .table-dark tbody+tbody,
	#ss-account-dashboard-css .table-dark td,
	#ss-account-dashboard-css .table-dark th,
	#ss-account-dashboard-css .table-dark thead th {
		border-color: #e7eaf3;
	}
	#ss-account-dashboard-css .table .thead-dark th {
		color: inherit;
		border-color: #e7eaf3;
	}
}

#ss-account-dashboard-css .w-25 {
	width: 25% !important;
}

#ss-account-dashboard-css .w-50 {
	width: 50% !important;
}

#ss-account-dashboard-css .w-75 {
	width: 75% !important;
}

#ss-account-dashboard-css .w-100 {
	width: 100% !important;
}

#ss-account-dashboard-css .w-auto {
	width: auto !important;
}

#ss-account-dashboard-css .w-15 {
	width: 15% !important;
}

#ss-account-dashboard-css .w-20 {
	width: 20% !important;
}

#ss-account-dashboard-css .w-30 {
	width: 30% !important;
}

#ss-account-dashboard-css .w-35 {
	width: 35% !important;
}

#ss-account-dashboard-css .w-40 {
	width: 40% !important;
}

#ss-account-dashboard-css .w-60 {
	width: 60% !important;
}

#ss-account-dashboard-css .w-65 {
	width: 65% !important;
}

#ss-account-dashboard-css .w-80 {
	width: 80% !important;
}

#ss-account-dashboard-css .w-85 {
	width: 85% !important;
}

#ss-account-dashboard-css .w-90 {
	width: 90% !important;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .w-sm-25 {
		width: 25% !important;
	}
	#ss-account-dashboard-css .w-sm-50 {
		width: 50% !important;
	}
	#ss-account-dashboard-css .w-sm-75 {
		width: 75% !important;
	}
	#ss-account-dashboard-css .w-sm-100 {
		width: 100% !important;
	}
	#ss-account-dashboard-css .w-sm-auto {
		width: auto !important;
	}
	#ss-account-dashboard-css .w-sm-15 {
		width: 15% !important;
	}
	#ss-account-dashboard-css .w-sm-20 {
		width: 20% !important;
	}
	#ss-account-dashboard-css .w-sm-30 {
		width: 30% !important;
	}
	#ss-account-dashboard-css .w-sm-35 {
		width: 35% !important;
	}
	#ss-account-dashboard-css .w-sm-40 {
		width: 40% !important;
	}
	#ss-account-dashboard-css .w-sm-60 {
		width: 60% !important;
	}
	#ss-account-dashboard-css .w-sm-65 {
		width: 65% !important;
	}
	#ss-account-dashboard-css .w-sm-80 {
		width: 80% !important;
	}
	#ss-account-dashboard-css .w-sm-85 {
		width: 85% !important;
	}
	#ss-account-dashboard-css .w-sm-90 {
		width: 90% !important;
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .w-md-25 {
		width: 25% !important;
	}
	#ss-account-dashboard-css .w-md-50 {
		width: 50% !important;
	}
	#ss-account-dashboard-css .w-md-75 {
		width: 75% !important;
	}
	#ss-account-dashboard-css .w-md-100 {
		width: 100% !important;
	}
	#ss-account-dashboard-css .w-md-auto {
		width: auto !important;
	}
	#ss-account-dashboard-css .w-md-15 {
		width: 15% !important;
	}
	#ss-account-dashboard-css .w-md-20 {
		width: 20% !important;
	}
	#ss-account-dashboard-css .w-md-30 {
		width: 30% !important;
	}
	#ss-account-dashboard-css .w-md-35 {
		width: 35% !important;
	}
	#ss-account-dashboard-css .w-md-40 {
		width: 40% !important;
	}
	#ss-account-dashboard-css .w-md-60 {
		width: 60% !important;
	}
	#ss-account-dashboard-css .w-md-65 {
		width: 65% !important;
	}
	#ss-account-dashboard-css .w-md-80 {
		width: 80% !important;
	}
	#ss-account-dashboard-css .w-md-85 {
		width: 85% !important;
	}
	#ss-account-dashboard-css .w-md-90 {
		width: 90% !important;
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .w-lg-25 {
		width: 25% !important;
	}
	#ss-account-dashboard-css .w-lg-50 {
		width: 50% !important;
	}
	#ss-account-dashboard-css .w-lg-75 {
		width: 75% !important;
	}
	#ss-account-dashboard-css .w-lg-100 {
		width: 100% !important;
	}
	#ss-account-dashboard-css .w-lg-auto {
		width: auto !important;
	}
	#ss-account-dashboard-css .w-lg-15 {
		width: 15% !important;
	}
	#ss-account-dashboard-css .w-lg-20 {
		width: 20% !important;
	}
	#ss-account-dashboard-css .w-lg-30 {
		width: 30% !important;
	}
	#ss-account-dashboard-css .w-lg-35 {
		width: 35% !important;
	}
	#ss-account-dashboard-css .w-lg-40 {
		width: 40% !important;
	}
	#ss-account-dashboard-css .w-lg-60 {
		width: 60% !important;
	}
	#ss-account-dashboard-css .w-lg-65 {
		width: 65% !important;
	}
	#ss-account-dashboard-css .w-lg-80 {
		width: 80% !important;
	}
	#ss-account-dashboard-css .w-lg-85 {
		width: 85% !important;
	}
	#ss-account-dashboard-css .w-lg-90 {
		width: 90% !important;
	}
}

@media (min-width: 1200px) {
	#ss-account-dashboard-css .w-xl-25 {
		width: 25% !important;
	}
	#ss-account-dashboard-css .w-xl-50 {
		width: 50% !important;
	}
	#ss-account-dashboard-css .w-xl-75 {
		width: 75% !important;
	}
	#ss-account-dashboard-css .w-xl-100 {
		width: 100% !important;
	}
	#ss-account-dashboard-css .w-xl-auto {
		width: auto !important;
	}
	#ss-account-dashboard-css .w-xl-15 {
		width: 15% !important;
	}
	#ss-account-dashboard-css .w-xl-20 {
		width: 20% !important;
	}
	#ss-account-dashboard-css .w-xl-30 {
		width: 30% !important;
	}
	#ss-account-dashboard-css .w-xl-35 {
		width: 35% !important;
	}
	#ss-account-dashboard-css .w-xl-40 {
		width: 40% !important;
	}
	#ss-account-dashboard-css .w-xl-60 {
		width: 60% !important;
	}
	#ss-account-dashboard-css .w-xl-65 {
		width: 65% !important;
	}
	#ss-account-dashboard-css .w-xl-80 {
		width: 80% !important;
	}
	#ss-account-dashboard-css .w-xl-85 {
		width: 85% !important;
	}
	#ss-account-dashboard-css .w-xl-90 {
		width: 90% !important;
	}
}

#ss-account-dashboard-css .space-0,
#ss-account-dashboard-css .space-top-0 {
	padding-top: 0 !important;
}

#ss-account-dashboard-css .space-0,
#ss-account-dashboard-css .space-bottom-0 {
	padding-bottom: 0 !important;
}

#ss-account-dashboard-css .space-1,
#ss-account-dashboard-css .space-top-1 {
	padding-top: 2rem !important;
}

#ss-account-dashboard-css .space-1,
#ss-account-dashboard-css .space-bottom-1 {
	padding-bottom: 2rem !important;
}

#ss-account-dashboard-css .space-2,
#ss-account-dashboard-css .space-top-2 {
	padding-top: 4rem !important;
}

#ss-account-dashboard-css .space-2,
#ss-account-dashboard-css .space-bottom-2 {
	padding-bottom: 4rem !important;
}

#ss-account-dashboard-css .space-3,
#ss-account-dashboard-css .space-top-3 {
	padding-top: 8rem !important;
}

#ss-account-dashboard-css .space-3,
#ss-account-dashboard-css .space-bottom-3 {
	padding-bottom: 8rem !important;
}

#ss-account-dashboard-css .space-4,
#ss-account-dashboard-css .space-top-4 {
	padding-top: 12.5rem !important;
}

#ss-account-dashboard-css .space-4,
#ss-account-dashboard-css .space-bottom-4 {
	padding-bottom: 12.5rem !important;
}

#ss-account-dashboard-css .space-5,
#ss-account-dashboard-css .space-top-5 {
	padding-top: 15rem !important;
}

#ss-account-dashboard-css .space-5,
#ss-account-dashboard-css .space-bottom-5 {
	padding-bottom: 15rem !important;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .space-sm-0,
	#ss-account-dashboard-css .space-top-sm-0 {
		padding-top: 0 !important;
	}
	#ss-account-dashboard-css .space-bottom-sm-0,
	#ss-account-dashboard-css .space-sm-0 {
		padding-bottom: 0 !important;
	}
	#ss-account-dashboard-css .space-sm-1,
	#ss-account-dashboard-css .space-top-sm-1 {
		padding-top: 2rem !important;
	}
	#ss-account-dashboard-css .space-bottom-sm-1,
	#ss-account-dashboard-css .space-sm-1 {
		padding-bottom: 2rem !important;
	}
	#ss-account-dashboard-css .space-sm-2,
	#ss-account-dashboard-css .space-top-sm-2 {
		padding-top: 4rem !important;
	}
	#ss-account-dashboard-css .space-bottom-sm-2,
	#ss-account-dashboard-css .space-sm-2 {
		padding-bottom: 4rem !important;
	}
	#ss-account-dashboard-css .space-sm-3,
	#ss-account-dashboard-css .space-top-sm-3 {
		padding-top: 8rem !important;
	}
	#ss-account-dashboard-css .space-bottom-sm-3,
	#ss-account-dashboard-css .space-sm-3 {
		padding-bottom: 8rem !important;
	}
	#ss-account-dashboard-css .space-sm-4,
	#ss-account-dashboard-css .space-top-sm-4 {
		padding-top: 12.5rem !important;
	}
	#ss-account-dashboard-css .space-bottom-sm-4,
	#ss-account-dashboard-css .space-sm-4 {
		padding-bottom: 12.5rem !important;
	}
	#ss-account-dashboard-css .space-sm-5,
	#ss-account-dashboard-css .space-top-sm-5 {
		padding-top: 15rem !important;
	}
	#ss-account-dashboard-css .space-bottom-sm-5,
	#ss-account-dashboard-css .space-sm-5 {
		padding-bottom: 15rem !important;
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .space-md-0,
	#ss-account-dashboard-css .space-top-md-0 {
		padding-top: 0 !important;
	}
	#ss-account-dashboard-css .space-bottom-md-0,
	#ss-account-dashboard-css .space-md-0 {
		padding-bottom: 0 !important;
	}
	#ss-account-dashboard-css .space-md-1,
	#ss-account-dashboard-css .space-top-md-1 {
		padding-top: 2rem !important;
	}
	#ss-account-dashboard-css .space-bottom-md-1,
	#ss-account-dashboard-css .space-md-1 {
		padding-bottom: 2rem !important;
	}
	#ss-account-dashboard-css .space-md-2,
	#ss-account-dashboard-css .space-top-md-2 {
		padding-top: 4rem !important;
	}
	#ss-account-dashboard-css .space-bottom-md-2,
	#ss-account-dashboard-css .space-md-2 {
		padding-bottom: 4rem !important;
	}
	#ss-account-dashboard-css .space-md-3,
	#ss-account-dashboard-css .space-top-md-3 {
		padding-top: 8rem !important;
	}
	#ss-account-dashboard-css .space-bottom-md-3,
	#ss-account-dashboard-css .space-md-3 {
		padding-bottom: 8rem !important;
	}
	#ss-account-dashboard-css .space-md-4,
	#ss-account-dashboard-css .space-top-md-4 {
		padding-top: 12.5rem !important;
	}
	#ss-account-dashboard-css .space-bottom-md-4,
	#ss-account-dashboard-css .space-md-4 {
		padding-bottom: 12.5rem !important;
	}
	#ss-account-dashboard-css .space-md-5,
	#ss-account-dashboard-css .space-top-md-5 {
		padding-top: 15rem !important;
	}
	#ss-account-dashboard-css .space-bottom-md-5,
	#ss-account-dashboard-css .space-md-5 {
		padding-bottom: 15rem !important;
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .space-lg-0,
	#ss-account-dashboard-css .space-top-lg-0 {
		padding-top: 0 !important;
	}
	#ss-account-dashboard-css .space-bottom-lg-0,
	#ss-account-dashboard-css .space-lg-0 {
		padding-bottom: 0 !important;
	}
	#ss-account-dashboard-css .space-lg-1,
	#ss-account-dashboard-css .space-top-lg-1 {
		padding-top: 2rem !important;
	}
	#ss-account-dashboard-css .space-bottom-lg-1,
	#ss-account-dashboard-css .space-lg-1 {
		padding-bottom: 2rem !important;
	}
	#ss-account-dashboard-css .space-lg-2,
	#ss-account-dashboard-css .space-top-lg-2 {
		padding-top: 4rem !important;
	}
	#ss-account-dashboard-css .space-bottom-lg-2,
	#ss-account-dashboard-css .space-lg-2 {
		padding-bottom: 4rem !important;
	}
	#ss-account-dashboard-css .space-lg-3,
	#ss-account-dashboard-css .space-top-lg-3 {
		padding-top: 8rem !important;
	}
	#ss-account-dashboard-css .space-bottom-lg-3,
	#ss-account-dashboard-css .space-lg-3 {
		padding-bottom: 8rem !important;
	}
	#ss-account-dashboard-css .space-lg-4,
	#ss-account-dashboard-css .space-top-lg-4 {
		padding-top: 12.5rem !important;
	}
	#ss-account-dashboard-css .space-bottom-lg-4,
	#ss-account-dashboard-css .space-lg-4 {
		padding-bottom: 12.5rem !important;
	}
	#ss-account-dashboard-css .space-lg-5,
	#ss-account-dashboard-css .space-top-lg-5 {
		padding-top: 15rem !important;
	}
	#ss-account-dashboard-css .space-bottom-lg-5,
	#ss-account-dashboard-css .space-lg-5 {
		padding-bottom: 15rem !important;
	}
}

@media (min-width: 1200px) {
	#ss-account-dashboard-css .space-top-xl-0,
	#ss-account-dashboard-css .space-xl-0 {
		padding-top: 0 !important;
	}
	#ss-account-dashboard-css .space-bottom-xl-0,
	#ss-account-dashboard-css .space-xl-0 {
		padding-bottom: 0 !important;
	}
	#ss-account-dashboard-css .space-top-xl-1,
	#ss-account-dashboard-css .space-xl-1 {
		padding-top: 2rem !important;
	}
	#ss-account-dashboard-css .space-bottom-xl-1,
	#ss-account-dashboard-css .space-xl-1 {
		padding-bottom: 2rem !important;
	}
	#ss-account-dashboard-css .space-top-xl-2,
	#ss-account-dashboard-css .space-xl-2 {
		padding-top: 4rem !important;
	}
	#ss-account-dashboard-css .space-bottom-xl-2,
	#ss-account-dashboard-css .space-xl-2 {
		padding-bottom: 4rem !important;
	}
	#ss-account-dashboard-css .space-top-xl-3,
	#ss-account-dashboard-css .space-xl-3 {
		padding-top: 8rem !important;
	}
	#ss-account-dashboard-css .space-bottom-xl-3,
	#ss-account-dashboard-css .space-xl-3 {
		padding-bottom: 8rem !important;
	}
	#ss-account-dashboard-css .space-top-xl-4,
	#ss-account-dashboard-css .space-xl-4 {
		padding-top: 12.5rem !important;
	}
	#ss-account-dashboard-css .space-bottom-xl-4,
	#ss-account-dashboard-css .space-xl-4 {
		padding-bottom: 12.5rem !important;
	}
	#ss-account-dashboard-css .space-top-xl-5,
	#ss-account-dashboard-css .space-xl-5 {
		padding-top: 15rem !important;
	}
	#ss-account-dashboard-css .space-bottom-xl-5,
	#ss-account-dashboard-css .space-xl-5 {
		padding-bottom: 15rem !important;
	}
}

#ss-account-dashboard-css main {
	position: relative;
}

#ss-account-dashboard-css .h1,
#ss-account-dashboard-css .h2,
#ss-account-dashboard-css .h3,
#ss-account-dashboard-css .h4,
#ss-account-dashboard-css .h5,
#ss-account-dashboard-css .h6,
#ss-account-dashboard-css h1,
#ss-account-dashboard-css h2,
#ss-account-dashboard-css h3,
#ss-account-dashboard-css h4,
#ss-account-dashboard-css h5,
#ss-account-dashboard-css h6 {
	color: #1e2022;
}

#ss-account-dashboard-css figure {
	margin-bottom: 0;
}

#ss-account-dashboard-css svg {
	margin-bottom: -8px;
	vertical-align: baseline;
}

#ss-account-dashboard-css sup {
	right: -.5rem;
}

#ss-account-dashboard-css ::-moz-selection {
	color: #fff;
	background-color: #ed1c24;
}

#ss-account-dashboard-css ::selection {
	color: #fff;
	background-color: #ed1c24;
}

#ss-account-dashboard-css .bg-primary ::-moz-selection {
	color: #ed1c24;
	background-color: #fff;
}

#ss-account-dashboard-css .bg-primary ::selection {
	color: #ed1c24;
	background-color: #fff;
}

#ss-account-dashboard-css :focus,
#ss-account-dashboard-css a:focus,
#ss-account-dashboard-css button:focus {
	outline: 0;
}

#ss-account-dashboard-css .form-control:focus {
	box-shadow: 0 0 0 0 transparent;
}

#ss-account-dashboard-css .btn.focus,
#ss-account-dashboard-css .btn:focus,
#ss-account-dashboard-css .btn:not(:disabled):not(.disabled).active:focus,
#ss-account-dashboard-css .btn:not(:disabled):not(.disabled):active:focus,
#ss-account-dashboard-css .btn:not([disabled]):not(.disabled).active,
#ss-account-dashboard-css .btn:not([disabled]):not(.disabled):active {
	box-shadow: 0 0 0 0 transparent;
}

#ss-account-dashboard-css .btn:not(:disabled):not(.disabled).active:focus,
#ss-account-dashboard-css .btn:not(:disabled):not(.disabled):active:focus,
#ss-account-dashboard-css .show>.btn.dropdown-toggle:focus {
	box-shadow: 0 0 0 0 transparent;
}

#ss-account-dashboard-css .custom-select:focus,
#ss-account-dashboard-css .page-link:focus {
	box-shadow: 0 0 0 0 transparent;
}

#ss-account-dashboard-css .custom-control-input:active~.custom-control-label::before,
#ss-account-dashboard-css .custom-control-input:checked~.custom-control-label::before,
#ss-account-dashboard-css .custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0 transparent;
}

#ss-account-dashboard-css .custom-file-input:focus~.custom-file-label {
	box-shadow: 0 0 0 0 transparent;
}

#ss-account-dashboard-css .bootstrap-select .dropdown-toggle:focus {
	outline: 0 !important;
}

@media print {
	#ss-account-dashboard-css .btn,
	#ss-account-dashboard-css footer,
	#ss-account-dashboard-css header {
		display: none;
	}
}

#ss-account-dashboard-css .skippy {
	display: none;
}

#ss-account-dashboard-css .list-article>li:not(:last-child) {
	padding-bottom: 1rem;
}

#ss-account-dashboard-css .list-article .list-article>li:first-child {
	padding-top: 1rem;
}

#ss-account-dashboard-css .list-article .list-article>li:last-child {
	padding-bottom: 0;
}

#ss-account-dashboard-css .list-sm-article>li:not(:last-child) {
	padding-bottom: .5rem;
}

#ss-account-dashboard-css .list-sm-article .list-sm-article>li:first-child {
	padding-top: .5rem;
}

#ss-account-dashboard-css .list-sm-article .list-sm-article>li:last-child {
	padding-bottom: 0;
}

#ss-account-dashboard-css .list-lg-article>li:not(:last-child) {
	padding-bottom: 2rem;
}

#ss-account-dashboard-css .list-lg-article .list-lg-article>li:first-child {
	padding-top: 2rem;
}

#ss-account-dashboard-css .list-lg-article .list-lg-article>li:last-child {
	padding-bottom: 0;
}

#ss-account-dashboard-css .list-group-item:first-child {
	border-top-left-radius: .3125rem;
	border-top-right-radius: .3125rem;
}

#ss-account-dashboard-css .list-group-item:last-child {
	border-bottom-right-radius: .3125rem;
	border-bottom-left-radius: .3125rem;
}

#ss-account-dashboard-css .list-group-icon {
	width: 1.25rem;
	text-align: center;
	margin-right: .25rem;
}

#ss-account-dashboard-css .list-group-no-gutters .list-group-item {
	padding-right: 0;
	padding-left: 0;
}

#ss-account-dashboard-css .list-group-item-light {
	background-color: #f7faff;
}

#ss-account-dashboard-css .list-group-lg .list-group-icon {
	font-size: 1.25rem;
	width: 2.5rem;
	margin-right: .5rem;
}

#ss-account-dashboard-css .list-separator {
	margin-bottom: 0;
}

#ss-account-dashboard-css .list-separator .list-inline-item {
	position: relative;
	margin-left: 0;
	margin-right: -.25rem;
}

#ss-account-dashboard-css .list-separator .list-inline-item:not(:last-child) {
	padding-right: 2rem;
}

#ss-account-dashboard-css .list-separator .list-inline-item:not(:last-child)::after {
	position: absolute;
	top: calc(50% - .15625rem);
	right: .84375rem;
	width: .3125rem;
	height: .3125rem;
	background-color: #bdc5d1;
	border-radius: .3125rem;
	content: "";
}

#ss-account-dashboard-css .list-separator .list-separator-link {
	color: #677788;
}

#ss-account-dashboard-css .list-separator .list-separator-link:hover {
	color: #c90c14;
}

#ss-account-dashboard-css .link {
	font-size: .875rem;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

#ss-account-dashboard-css .link-icon {
	position: relative;
	line-height: 1;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	text-align: center;
	width: 1.375rem;
	height: 1.375rem;
	font-size: 1rem;
	color: #ed1c24;
	background-color: rgba(59, 181, 170, 0.1);
	border-radius: 50%;
	transition: .3s;
}

#ss-account-dashboard-css .link:hover .link-icon {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#ss-account-dashboard-css .link-collapse[aria-expanded=false] .link-collapse-default {
	display: inline-block;
}

#ss-account-dashboard-css .link-collapse[aria-expanded=false] .link-collapse-active {
	display: none;
}

#ss-account-dashboard-css .link-collapse[aria-expanded=true] .link-collapse-default {
	display: none;
}

#ss-account-dashboard-css .link-collapse[aria-expanded=true] .link-collapse-active {
	display: inline-block;
}

#ss-account-dashboard-css .link-underline {
	color: #8c98a4;
	border-bottom: .0625rem dashed #97a4af;
}

#ss-account-dashboard-css .link-underline:hover {
	border-color: #c90c14;
}

#ss-account-dashboard-css .link-underline-toggle-default {
	display: inline-block;
}

#ss-account-dashboard-css .link-underline-toggle-toggled {
	display: none;
}

#ss-account-dashboard-css .link-underline.toggled .link-underline-toggle-default {
	display: none;
}

#ss-account-dashboard-css .link-underline.toggled .link-underline-toggle-toggled {
	display: inline-block;
}

#ss-account-dashboard-css .link-underline-light {
	color: rgba(255, 255, 255, 0.7);
	border-bottom: 0.0625rem dashed rgba(255, 255, 255, 0.7);
}

#ss-account-dashboard-css .link-underline-light:hover {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.7);
}

#ss-account-dashboard-css .header {
	position: relative;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
}

#ss-account-dashboard-css .header-section {
	position: relative;
	z-index: 1;
	background-color: #fff;
}

#ss-account-dashboard-css .header-section-divider {
	border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
}

#ss-account-dashboard-css .header-box-shadow .header-section {
	box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
}

#ss-account-dashboard-css .header-box-shadow-on-scroll.scrolled .header-section {
	box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
}

#ss-account-dashboard-css .navbar-brand,
#ss-account-dashboard-css .navbar-brand>img {
	width: 7.5rem;
}

#ss-account-dashboard-css .navbar-toggler {
	background-color: #f8fafd;
}

#ss-account-dashboard-css .navbar-toggler .navbar-toggler-default {
	display: -ms-flexbox;
	display: flex;
}

#ss-account-dashboard-css .navbar-toggler .navbar-toggler-toggled {
	display: none;
}

#ss-account-dashboard-css .navbar-toggler[aria-expanded=true] .navbar-toggler-default {
	display: none;
}

#ss-account-dashboard-css .navbar-toggler[aria-expanded=true] .navbar-toggler-toggled {
	display: -ms-flexbox;
	display: flex;
}

#ss-account-dashboard-css .header .navbar-nav-item:first-child .nav-link {
	padding-left: 0;
}

#ss-account-dashboard-css .navbar-nav-item:focus .nav-link,
#ss-account-dashboard-css .navbar-nav-item:hover .nav-link {
	color: #ed1c24;
}

#ss-account-dashboard-css .header .nav-link.active,
#ss-account-dashboard-css .header .navbar-nav-item.active .nav-link {
	color: #ed1c24;
}

#ss-account-dashboard-css .header .nav-link {
	color: #677788;
}

#ss-account-dashboard-css .header .nav-link-toggle {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

#ss-account-dashboard-css .header .nav-link-toggle::after {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23677788' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
	content: "";
	margin-left: .5rem;
	transition: .3s ease;
}

#ss-account-dashboard-css .header .navbar-nav .dropdown-menu {
	margin-top: -.125rem;
}

#ss-account-dashboard-css .header .navbar-nav .dropdown-menu.hs-mega-menu {
	padding-top: 0;
	padding-bottom: 0;
}

#ss-account-dashboard-css .header .navbar-nav .dropdown-item {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

#ss-account-dashboard-css .header .dropdown-item-toggle {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

#ss-account-dashboard-css .header .dropdown-item-toggle::after {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23677788' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.78,11.28a.75.75,0,0,1,.22.53v.38a.77.77,0,0,1-.22.53l-5.14,5.13a.5.5,0,0,1-.71,0l-.71-.71a.49.49,0,0,1,0-.7L13.67,12,9.22,7.56a.5.5,0,0,1,0-.71l.71-.7a.5.5,0,0,1,.71,0Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
	content: "";
	margin-left: auto;
	transition: .3s ease;
}

#ss-account-dashboard-css .header .hs-mega-menu .dropdown-item {
	padding-right: 0;
	padding-left: 0;
}

#ss-account-dashboard-css [class*=navbar-expand] .dropdown-item {
	background-color: transparent;
}

#ss-account-dashboard-css [class*=navbar-expand] .dropdown-item.active:not(:focus):not(:active),
#ss-account-dashboard-css [class*=navbar-expand] .dropdown-item:hover {
	color: #ed1c24;
	background-color: transparent;
}

#ss-account-dashboard-css .navbar-promo {
	background-color: #f8fafd;
}

#ss-account-dashboard-css .navbar-promo-inner {
	color: inherit;
	padding: 2rem 2rem;
}

#ss-account-dashboard-css .navbar-promo-item {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}

#ss-account-dashboard-css .navbar-promo-item~.navbar-promo-item {
	border-top: .0625rem solid #e7eaf3;
}

#ss-account-dashboard-css .navbar-promo-link {
	display: block;
	padding-top: .5rem;
	padding-bottom: .5rem;
	margin-top: .75rem;
	margin-bottom: .75rem;
}

#ss-account-dashboard-css .navbar-promo-link.disabled {
	opacity: .7;
	pointer-events: none;
}

#ss-account-dashboard-css .navbar-promo-link:hover .navbar-promo-title {
	color: #ed1c24;
}

#ss-account-dashboard-css .navbar-promo-card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
}

#ss-account-dashboard-css .navbar-promo-card-deck {
	display: block;
}

#ss-account-dashboard-css .navbar-promo-card-deck:not(:last-child) .navbar-promo-item {
	border-bottom: .0625rem solid #e7eaf3;
}

#ss-account-dashboard-css .navbar-promo-card-deck .navbar-promo-item {
	border-top: none;
}

#ss-account-dashboard-css .navbar-promo-card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

#ss-account-dashboard-css .navbar-promo-icon {
	width: 100%;
	max-width: 2.75rem;
	margin-right: 1rem;
}

#ss-account-dashboard-css .navbar-promo-title {
	display: block;
	color: #1e2022;
	font-size: 1rem;
	font-weight: 600;
}

#ss-account-dashboard-css .navbar-promo-text {
	display: block;
	font-size: .875rem;
	color: #677788;
}

#ss-account-dashboard-css .navbar-promo-footer {
	background-color: #f8fafd;
	border-bottom-right-radius: .3125rem;
	border-bottom-left-radius: .3125rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

#ss-account-dashboard-css .navbar-promo-footer-item {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

#ss-account-dashboard-css .navbar-promo-footer-text {
	display: block;
	font-size: .8125rem;
}

#ss-account-dashboard-css .navbar-promo-footer-ver-divider {
	position: relative;
}

#ss-account-dashboard-css .navbar-promo-footer-ver-divider::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	border-right: .0625rem solid #e7eaf3;
	content: "";
}

#ss-account-dashboard-css .navbar-banner {
	position: relative;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	border-bottom-left-radius: .3125rem;
}

#ss-account-dashboard-css .navbar-banner::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(30, 32, 34, 0.5);
	border-bottom-left-radius: .3125rem;
	content: "";
}

#ss-account-dashboard-css .navbar-banner-content {
	z-index: 1;
	width: 100%;
	text-align: center;
	padding: 2rem 2rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

#ss-account-dashboard-css .navbar-product-banner {
	background-color: #f8fafd;
	border-bottom-right-radius: .3125rem;
	border-bottom-left-radius: .3125rem;
	padding-right: 1.5rem;
}

#ss-account-dashboard-css .navbar-product-banner-content {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

#ss-account-dashboard-css .header-invisible {
	display: none;
}

#ss-account-dashboard-css .header-moved-up {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

#ss-account-dashboard-css .header-moved-up.header-hide-topbar {
	-webkit-transform: translate3d(0, -36px, 0);
	transform: translate3d(0, -36px, 0);
}

#ss-account-dashboard-css .header-faded {
	opacity: 0;
	visibility: hidden;
}

#ss-account-dashboard-css .header-section-hidden {
	position: relative;
}

#ss-account-dashboard-css .header[data-hs-header-options*=fixMoment] {
	transition: .3s ease;
}

#ss-account-dashboard-css .header.header-untransitioned {
	transition: none;
}

#ss-account-dashboard-css .header.js-header-fix-moment {
	position: fixed;
	top: 0;
	bottom: auto;
}

#ss-account-dashboard-css .header.js-header-fix-moment .header-hide-content {
	display: none;
}

#ss-account-dashboard-css .header-fix-top {
	position: fixed;
}

#ss-account-dashboard-css .header.header-fix-top[data-hs-header-options*=effectCompensation] {
	transition: none;
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .header .navbar-body,
	#ss-account-dashboard-css .header .navbar-nav {
		margin-left: auto;
	}
	#ss-account-dashboard-css .left-aligned-navbar .navbar-body,
	#ss-account-dashboard-css .left-aligned-navbar .navbar-nav {
		width: 100%;
		margin-left: 0;
		margin-right: auto;
	}
	#ss-account-dashboard-css .left-aligned-navbar .navbar-brand {
		margin-left: 0;
		margin-right: 3rem;
	}
	#ss-account-dashboard-css .left-aligned-navbar .navbar-nav-last-item {
		margin-left: auto;
	}
	#ss-account-dashboard-css .center-aligned-navbar .navbar-body,
	#ss-account-dashboard-css .center-aligned-navbar .navbar-nav {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .center-aligned-navbar.header-abs-top-sm .navbar-body,
	#ss-account-dashboard-css .center-aligned-navbar.header-abs-top-sm .navbar-nav {
		margin-left: auto;
		margin-right: auto;
	}
}

#ss-account-dashboard-css .navbar-nav-scroll {
	max-width: 100%;
	height: 4.625rem;
	overflow: hidden;
}

#ss-account-dashboard-css .navbar-nav-scroll .navbar-nav {
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

#ss-account-dashboard-css .navbar-nav-wrap {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#ss-account-dashboard-css .navbar-expand .navbar-nav-wrap {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#ss-account-dashboard-css .navbar-expand .navbar-nav-wrap-content {
	-ms-flex-order: 3;
	order: 3;
}

#ss-account-dashboard-css .navbar-expand .navbar-nav-wrap-toggler {
	-ms-flex-order: 3;
	order: 3;
	text-align: right;
}

#ss-account-dashboard-css .navbar-expand .navbar-nav-wrap-collapse {
	-ms-flex-order: 2;
	order: 2;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .navbar-expand-sm .navbar-nav-wrap {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#ss-account-dashboard-css .navbar-expand-sm .navbar-nav-wrap-content {
		-ms-flex-order: 3;
		order: 3;
	}
	#ss-account-dashboard-css .navbar-expand-sm .navbar-nav-wrap-toggler {
		-ms-flex-order: 3;
		order: 3;
		text-align: right;
	}
	#ss-account-dashboard-css .navbar-expand-sm .navbar-nav-wrap-collapse {
		-ms-flex-order: 2;
		order: 2;
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .navbar-expand-md .navbar-nav-wrap {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#ss-account-dashboard-css .navbar-expand-md .navbar-nav-wrap-content {
		-ms-flex-order: 3;
		order: 3;
	}
	#ss-account-dashboard-css .navbar-expand-md .navbar-nav-wrap-toggler {
		-ms-flex-order: 3;
		order: 3;
		text-align: right;
	}
	#ss-account-dashboard-css .navbar-expand-md .navbar-nav-wrap-collapse {
		-ms-flex-order: 2;
		order: 2;
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .navbar-expand-lg .navbar-nav-wrap {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#ss-account-dashboard-css .navbar-expand-lg .navbar-nav-wrap-content {
		-ms-flex-order: 3;
		order: 3;
	}
	#ss-account-dashboard-css .navbar-expand-lg .navbar-nav-wrap-toggler {
		-ms-flex-order: 3;
		order: 3;
		text-align: right;
	}
	#ss-account-dashboard-css .navbar-expand-lg .navbar-nav-wrap-collapse {
		-ms-flex-order: 2;
		order: 2;
	}
}

@media (min-width: 1200px) {
	#ss-account-dashboard-css .navbar-expand-xl .navbar-nav-wrap {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#ss-account-dashboard-css .navbar-expand-xl .navbar-nav-wrap-content {
		-ms-flex-order: 3;
		order: 3;
	}
	#ss-account-dashboard-css .navbar-expand-xl .navbar-nav-wrap-toggler {
		-ms-flex-order: 3;
		order: 3;
		text-align: right;
	}
	#ss-account-dashboard-css .navbar-expand-xl .navbar-nav-wrap-collapse {
		-ms-flex-order: 2;
		order: 2;
	}
}

@media (max-width: 575.98px) {
	#ss-account-dashboard-css .navbar-expand-sm .navbar-nav-wrap {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	#ss-account-dashboard-css .navbar-expand-sm .navbar-nav-wrap-brand {
		margin-right: auto;
	}
	#ss-account-dashboard-css .navbar-expand-sm .navbar-nav-wrap-content {
		text-align: center;
		margin-right: .5rem;
	}
}

@media (max-width: 767.98px) {
	#ss-account-dashboard-css .navbar-expand-md .navbar-nav-wrap {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	#ss-account-dashboard-css .navbar-expand-md .navbar-nav-wrap-brand {
		margin-right: auto;
	}
	#ss-account-dashboard-css .navbar-expand-md .navbar-nav-wrap-content {
		text-align: center;
		margin-right: .5rem;
	}
}

@media (max-width: 991.98px) {
	#ss-account-dashboard-css .navbar-expand-lg .navbar-nav-wrap {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	#ss-account-dashboard-css .navbar-expand-lg .navbar-nav-wrap-brand {
		margin-right: auto;
	}
	#ss-account-dashboard-css .navbar-expand-lg .navbar-nav-wrap-content {
		text-align: center;
		margin-right: .5rem;
	}
}

@media (max-width: 1199.98px) {
	#ss-account-dashboard-css .navbar-expand-xl .navbar-nav-wrap {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	#ss-account-dashboard-css .navbar-expand-xl .navbar-nav-wrap-brand {
		margin-right: auto;
	}
	#ss-account-dashboard-css .navbar-expand-xl .navbar-nav-wrap-content {
		text-align: center;
		margin-right: .5rem;
	}
}

#ss-account-dashboard-css .navbar-expand .navbar-nav-wrap {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#ss-account-dashboard-css .navbar-expand .navbar-nav-wrap-brand {
	margin-right: auto;
}

#ss-account-dashboard-css .navbar-expand .navbar-nav-wrap-content {
	text-align: center;
	margin-right: .5rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	#ss-account-dashboard-css .navbar-expand-md .navbar-nav-wrap-brand {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

#ss-account-dashboard-css .fullscreen {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
}

#ss-account-dashboard-css .fullscreen-container,
#ss-account-dashboard-css .fullscreen-overlay {
	transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
}

#ss-account-dashboard-css .fullscreen-container {
	position: relative;
	z-index: 1000;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
}

#ss-account-dashboard-css .fullscreen-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	background-image: linear-gradient(to right, rgba(33, 50, 91, 0.9) 0, rgba(33, 50, 91, 0.9) 100%);
	background-repeat: repeat-x;
	transition-delay: .5s;
}

#ss-account-dashboard-css .fullscreen-body {
	max-height: 75vh;
	overflow: hidden;
	overflow-y: auto;
}

#ss-account-dashboard-css .fullscreen-body::-webkit-scrollbar {
	width: .5rem;
}

#ss-account-dashboard-css .fullscreen-body::-webkit-scrollbar-thumb {
	background-color: rgba(189, 197, 209, 0.6);
	visibility: hidden;
}

#ss-account-dashboard-css .fullscreen-body:hover::-webkit-scrollbar-thumb {
	visibility: visible;
}

#ss-account-dashboard-css .fullscreen.fullscreen-showed {
	visibility: visible;
}

#ss-account-dashboard-css .fullscreen.fullscreen-showed .fullscreen-container,
#ss-account-dashboard-css .fullscreen.fullscreen-showed .fullscreen-overlay {
	opacity: 1;
	visibility: visible;
}

#ss-account-dashboard-css .fullscreen.fullscreen-showed .fullscreen-overlay {
	transition-delay: 0s;
}

#ss-account-dashboard-css .fullscreen.fullscreen-showed .fullscreen-container {
	transition-delay: .5s;
}

#ss-account-dashboard-css .header .fullscreen-toggler.navbar-toggler {
	display: -ms-inline-flexbox;
	display: inline-flex;
	z-index: 1001;
}

#ss-account-dashboard-css .header .fullscreen-toggler.navbar-toggler .navbar-toggler-default {
	display: -ms-flexbox;
	display: flex;
}

#ss-account-dashboard-css .header .fullscreen-toggler.navbar-toggler .navbar-toggler-toggled {
	display: none;
}

#ss-account-dashboard-css .header .fullscreen-toggler.navbar-toggler[aria-pressed=true] .navbar-toggler-default {
	display: none;
}

#ss-account-dashboard-css .header .fullscreen-toggler.navbar-toggler[aria-pressed=true] .navbar-toggler-toggled {
	display: -ms-flexbox;
	display: flex;
}

#ss-account-dashboard-css .fullscreen-nav {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

#ss-account-dashboard-css .fullscreen-nav-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

#ss-account-dashboard-css .fullscreen-nav-link {
	display: inline-block;
	font-size: 1.375rem;
	color: #fff;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .fullscreen-nav-link {
		font-size: 1.75rem;
	}
}

#ss-account-dashboard-css .fullscreen-nav-link:hover {
	color: rgba(255, 255, 255, 0.7);
}

#ss-account-dashboard-css .fullscreen-submenu {
	position: relative;
	transition: .3s ease-in-out;
}

#ss-account-dashboard-css .fullscreen-submenu .fullscreen-submenu .fullscreen-submenu-list {
	margin-left: 1rem;
}

#ss-account-dashboard-css .fullscreen-submenu .fullscreen-nav-list {
	border-left: 0.125rem solid rgba(255, 255, 255, 0.6);
	padding-left: 0;
}

#ss-account-dashboard-css .fullscreen-submenu-nav-link {
	display: inline-block;
	color: #fff;
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-right: 1rem;
	padding-left: 1rem;
}

#ss-account-dashboard-css .fullscreen-submenu-nav-link.disabled {
	color: rgba(255, 255, 255, 0.7);
	pointer-events: none;
}

#ss-account-dashboard-css .fullscreen-submenu-nav-link:hover {
	color: rgba(255, 255, 255, 0.7);
}

#ss-account-dashboard-css .fullscreen-submenu-list {
	list-style: none;
	border-left: 0.125rem solid rgba(255, 255, 255, 0.6);
	padding-left: 0;
	margin-bottom: 0;
}

#ss-account-dashboard-css .fullscreen .fullscreen-submenu-list-link {
	display: inline-block;
	color: rgba(255, 255, 255, 0.7);
}

#ss-account-dashboard-css .fullscreen .fullscreen-submenu-list-link:hover {
	color: #fff;
}

#ss-account-dashboard-css .header-bg-transparent:not(.js-header-fix-moment) .search-push-top[style*="display: block"]+.header-section {
	background-color: #fff;
}

#ss-account-dashboard-css .header-bg-transparent:not(.js-header-fix-moment) .header-section {
	background-color: transparent;
}

#ss-account-dashboard-css .header-bg-transparent .navbar-brand-collapsed,
#ss-account-dashboard-css .header-bg-transparent .navbar-brand-on-scroll {
	display: none;
}

#ss-account-dashboard-css .header-bg-transparent.js-header-fix-moment .navbar-brand-default {
	display: none;
}

#ss-account-dashboard-css .header-bg-transparent.js-header-fix-moment .navbar-brand-on-scroll {
	display: inline-block;
}

@media (min-width: 576px) and (min-width: 576px) {
	#ss-account-dashboard-css .header-bg-transparent-sm:not(.js-header-fix-moment) .search-push-top[style*="display: block"]+.header-section {
		background-color: #fff;
	}
	#ss-account-dashboard-css .header-bg-transparent-sm:not(.js-header-fix-moment) .header-section {
		background-color: transparent;
	}
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .header-bg-transparent-sm .navbar-brand-collapsed,
	#ss-account-dashboard-css .header-bg-transparent-sm .navbar-brand-on-scroll {
		display: none;
	}
	#ss-account-dashboard-css .header-bg-transparent-sm.js-header-fix-moment .navbar-brand-default {
		display: none;
	}
	#ss-account-dashboard-css .header-bg-transparent-sm.js-header-fix-moment .navbar-brand-on-scroll {
		display: inline-block;
	}
}

@media (min-width: 768px) and (min-width: 768px) {
	#ss-account-dashboard-css .header-bg-transparent-md:not(.js-header-fix-moment) .search-push-top[style*="display: block"]+.header-section {
		background-color: #fff;
	}
	#ss-account-dashboard-css .header-bg-transparent-md:not(.js-header-fix-moment) .header-section {
		background-color: transparent;
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .header-bg-transparent-md .navbar-brand-collapsed,
	#ss-account-dashboard-css .header-bg-transparent-md .navbar-brand-on-scroll {
		display: none;
	}
	#ss-account-dashboard-css .header-bg-transparent-md.js-header-fix-moment .navbar-brand-default {
		display: none;
	}
	#ss-account-dashboard-css .header-bg-transparent-md.js-header-fix-moment .navbar-brand-on-scroll {
		display: inline-block;
	}
}

@media (min-width: 992px) and (min-width: 992px) {
	#ss-account-dashboard-css .header-bg-transparent-lg:not(.js-header-fix-moment) .search-push-top[style*="display: block"]+.header-section {
		background-color: #fff;
	}
	#ss-account-dashboard-css .header-bg-transparent-lg:not(.js-header-fix-moment) .header-section {
		background-color: transparent;
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .header-bg-transparent-lg .navbar-brand-collapsed,
	#ss-account-dashboard-css .header-bg-transparent-lg .navbar-brand-on-scroll {
		display: none;
	}
	#ss-account-dashboard-css .header-bg-transparent-lg.js-header-fix-moment .navbar-brand-default {
		display: none;
	}
	#ss-account-dashboard-css .header-bg-transparent-lg.js-header-fix-moment .navbar-brand-on-scroll {
		display: inline-block;
	}
}

@media (min-width: 1200px) and (min-width: 1200px) {
	#ss-account-dashboard-css .header-bg-transparent-xl:not(.js-header-fix-moment) .search-push-top[style*="display: block"]+.header-section {
		background-color: #fff;
	}
	#ss-account-dashboard-css .header-bg-transparent-xl:not(.js-header-fix-moment) .header-section {
		background-color: transparent;
	}
}

@media (min-width: 1200px) {
	#ss-account-dashboard-css .header-bg-transparent-xl .navbar-brand-collapsed,
	#ss-account-dashboard-css .header-bg-transparent-xl .navbar-brand-on-scroll {
		display: none;
	}
	#ss-account-dashboard-css .header-bg-transparent-xl.js-header-fix-moment .navbar-brand-default {
		display: none;
	}
	#ss-account-dashboard-css .header-bg-transparent-xl.js-header-fix-moment .navbar-brand-on-scroll {
		display: inline-block;
	}
}

@media (max-width: 575.98px) {
	#ss-account-dashboard-css .header-bg-transparent-sm .navbar-brand-default,
	#ss-account-dashboard-css .header-bg-transparent-sm .navbar-brand-on-scroll {
		display: none;
	}
}

@media (max-width: 767.98px) {
	#ss-account-dashboard-css .header-bg-transparent-md .navbar-brand-default,
	#ss-account-dashboard-css .header-bg-transparent-md .navbar-brand-on-scroll {
		display: none;
	}
}

@media (max-width: 991.98px) {
	#ss-account-dashboard-css .header-bg-transparent-lg .navbar-brand-default,
	#ss-account-dashboard-css .header-bg-transparent-lg .navbar-brand-on-scroll {
		display: none;
	}
}

@media (max-width: 1199.98px) {
	#ss-account-dashboard-css .header-bg-transparent-xl .navbar-brand-default,
	#ss-account-dashboard-css .header-bg-transparent-xl .navbar-brand-on-scroll {
		display: none;
	}
}

#ss-account-dashboard-css .header-bg-transparent .navbar-brand-default,
#ss-account-dashboard-css .header-bg-transparent .navbar-brand-on-scroll {
	display: none;
}

#ss-account-dashboard-css .header-bg-transparent .navbar-brand-default {
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 991.98px) {
	#ss-account-dashboard-css .header-bg-transparent .navbar-nav,
	#ss-account-dashboard-css .header-bg-transparent-lg .navbar-nav,
	#ss-account-dashboard-css .header-bg-transparent-md .navbar-nav,
	#ss-account-dashboard-css .header-bg-transparent-sm .navbar-nav {
		background-color: #fff;
		padding: .875rem 1.5rem;
	}
}

#ss-account-dashboard-css .header-white-bg-on-scroll.scrolled .header-section {
	background-color: #fff;
}

#ss-account-dashboard-css .header-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .navbar-nav-item:hover .nav-link {
	color: #fff;
}

#ss-account-dashboard-css .header-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .nav-link {
	color: rgba(255, 255, 255, 0.7);
}

#ss-account-dashboard-css .header-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .nav-link.active,
#ss-account-dashboard-css .header-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .nav-link:hover {
	color: #fff;
}

#ss-account-dashboard-css .header-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary,
#ss-account-dashboard-css .header-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link {
	color: rgba(255, 255, 255, 0.7);
}

#ss-account-dashboard-css .header-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover,
#ss-account-dashboard-css .header-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover {
	color: #fff;
}

#ss-account-dashboard-css .header-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .nav-link-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='rgba(255, 255, 255, 0.7)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .header-white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .navbar-nav-item:hover .nav-link {
		color: #fff;
	}
	#ss-account-dashboard-css .header-white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .nav-link {
		color: rgba(255, 255, 255, 0.7);
	}
	#ss-account-dashboard-css .header-white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .nav-link.active,
	#ss-account-dashboard-css .header-white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .nav-link:hover {
		color: #fff;
	}
	#ss-account-dashboard-css .header-white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary,
	#ss-account-dashboard-css .header-white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link {
		color: rgba(255, 255, 255, 0.7);
	}
	#ss-account-dashboard-css .header-white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover,
	#ss-account-dashboard-css .header-white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover {
		color: #fff;
	}
	#ss-account-dashboard-css .header-white-nav-links-sm:not(.bg-white):not(.js-header-fix-moment) .nav-link-toggle::after {
		background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='rgba(255, 255, 255, 0.7)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .header-white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .navbar-nav-item:hover .nav-link {
		color: #fff;
	}
	#ss-account-dashboard-css .header-white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .nav-link {
		color: rgba(255, 255, 255, 0.7);
	}
	#ss-account-dashboard-css .header-white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .nav-link.active,
	#ss-account-dashboard-css .header-white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .nav-link:hover {
		color: #fff;
	}
	#ss-account-dashboard-css .header-white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary,
	#ss-account-dashboard-css .header-white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link {
		color: rgba(255, 255, 255, 0.7);
	}
	#ss-account-dashboard-css .header-white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover,
	#ss-account-dashboard-css .header-white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover {
		color: #fff;
	}
	#ss-account-dashboard-css .header-white-nav-links-md:not(.bg-white):not(.js-header-fix-moment) .nav-link-toggle::after {
		background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='rgba(255, 255, 255, 0.7)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .header-white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .navbar-nav-item:hover .nav-link {
		color: #fff;
	}
	#ss-account-dashboard-css .header-white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .nav-link {
		color: rgba(255, 255, 255, 0.7);
	}
	#ss-account-dashboard-css .header-white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .nav-link.active,
	#ss-account-dashboard-css .header-white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .nav-link:hover {
		color: #fff;
	}
	#ss-account-dashboard-css .header-white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary,
	#ss-account-dashboard-css .header-white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link {
		color: rgba(255, 255, 255, 0.7);
	}
	#ss-account-dashboard-css .header-white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover,
	#ss-account-dashboard-css .header-white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover {
		color: #fff;
	}
	#ss-account-dashboard-css .header-white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .nav-link-toggle::after {
		background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='rgba(255, 255, 255, 0.7)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
	}
}

@media (min-width: 1200px) {
	#ss-account-dashboard-css .header-white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .navbar-nav-item:hover .nav-link {
		color: #fff;
	}
	#ss-account-dashboard-css .header-white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .nav-link {
		color: rgba(255, 255, 255, 0.7);
	}
	#ss-account-dashboard-css .header-white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .nav-link.active,
	#ss-account-dashboard-css .header-white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .nav-link:hover {
		color: #fff;
	}
	#ss-account-dashboard-css .header-white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary,
	#ss-account-dashboard-css .header-white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link {
		color: rgba(255, 255, 255, 0.7);
	}
	#ss-account-dashboard-css .header-white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .btn-text-secondary:hover,
	#ss-account-dashboard-css .header-white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .dropdown-nav-link:hover {
		color: #fff;
	}
	#ss-account-dashboard-css .header-white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment) .nav-link-toggle::after {
		background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='rgba(255, 255, 255, 0.7)' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
	}
}

#ss-account-dashboard-css .navbar-expand {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#ss-account-dashboard-css .navbar-expand .navbar-navbar-toggler {
	display: none;
}

#ss-account-dashboard-css .navbar-expand .navbar-nav {
	-ms-flex-align: center;
	align-items: center;
}

#ss-account-dashboard-css .navbar-expand .navbar-nav .navbar-nav-last-item {
	text-align: right;
	padding-left: 1rem;
	padding-right: 0;
}

#ss-account-dashboard-css .navbar-expand .navbar-nav .nav-link {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	padding-right: .75rem;
	padding-left: .75rem;
}

#ss-account-dashboard-css .navbar-expand .navbar-nav .dropdown-menu {
	border-top: .1875rem solid #ed1c24;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: .3125rem;
	border-bottom-left-radius: .3125rem;
	box-shadow: 0 12px 15px rgba(140, 152, 164, 0.1);
}

#ss-account-dashboard-css .navbar-expand .navbar-nav .dropdown-menu .hs-has-sub-menu .dropdown-menu {
	margin-top: -1.1875rem;
}

#ss-account-dashboard-css .navbar-expand .mega-menu-position-right-fix.dropdown-menu,
#ss-account-dashboard-css .navbar-expand .mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
	right: 20%;
	left: auto;
}

#ss-account-dashboard-css .navbar-expand .mega-menu-body {
	padding: 2.5rem 2.5rem;
	margin-left: 0;
	margin-right: 0;
}

#ss-account-dashboard-css .navbar-expand .navbar-promo {
	border-bottom-right-radius: .3125rem;
}

#ss-account-dashboard-css .navbar-expand .navbar-promo-card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
	-ms-flex-direction: column;
	flex-direction: column;
}

#ss-account-dashboard-css .navbar-expand .navbar-promo-card-deck {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

#ss-account-dashboard-css .navbar-expand .navbar-promo-card-deck .navbar-promo-item:not(:last-child) .navbar-promo-link {
	position: relative;
}

#ss-account-dashboard-css .navbar-expand .navbar-promo-card-deck .navbar-promo-item:not(:last-child) .navbar-promo-link::after {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: -1.5rem;
	border-right: .0625rem solid #e7eaf3;
	height: 100%;
	content: "";
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .navbar-expand-sm {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#ss-account-dashboard-css .navbar-expand-sm .navbar-navbar-toggler {
		display: none;
	}
	#ss-account-dashboard-css .navbar-expand-sm .navbar-nav {
		-ms-flex-align: center;
		align-items: center;
	}
	#ss-account-dashboard-css .navbar-expand-sm .navbar-nav .navbar-nav-last-item {
		text-align: right;
		padding-left: 1rem;
		padding-right: 0;
	}
	#ss-account-dashboard-css .navbar-expand-sm .navbar-nav .nav-link {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		padding-right: .75rem;
		padding-left: .75rem;
	}
	#ss-account-dashboard-css .navbar-expand-sm .navbar-nav .dropdown-menu {
		border-top: .1875rem solid #ed1c24;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: .3125rem;
		border-bottom-left-radius: .3125rem;
		box-shadow: 0 12px 15px rgba(140, 152, 164, 0.1);
	}
	#ss-account-dashboard-css .navbar-expand-sm .navbar-nav .dropdown-menu .hs-has-sub-menu .dropdown-menu {
		margin-top: -1.1875rem;
	}
	#ss-account-dashboard-css .navbar-expand-sm .mega-menu-position-right-fix.dropdown-menu,
	#ss-account-dashboard-css .navbar-expand-sm .mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
		right: 20%;
		left: auto;
	}
	#ss-account-dashboard-css .navbar-expand-sm .mega-menu-body {
		padding: 2.5rem 2.5rem;
		margin-left: 0;
		margin-right: 0;
	}
	#ss-account-dashboard-css .navbar-expand-sm .navbar-promo {
		border-bottom-right-radius: .3125rem;
	}
	#ss-account-dashboard-css .navbar-expand-sm .navbar-promo-card {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#ss-account-dashboard-css .navbar-expand-sm .navbar-promo-card-deck {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	#ss-account-dashboard-css .navbar-expand-sm .navbar-promo-card-deck .navbar-promo-item:not(:last-child) .navbar-promo-link {
		position: relative;
	}
	#ss-account-dashboard-css .navbar-expand-sm .navbar-promo-card-deck .navbar-promo-item:not(:last-child) .navbar-promo-link::after {
		position: absolute;
		top: 0;
		right: 0;
		margin-right: -1.5rem;
		border-right: .0625rem solid #e7eaf3;
		height: 100%;
		content: "";
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .navbar-expand-md {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#ss-account-dashboard-css .navbar-expand-md .navbar-navbar-toggler {
		display: none;
	}
	#ss-account-dashboard-css .navbar-expand-md .navbar-nav {
		-ms-flex-align: center;
		align-items: center;
	}
	#ss-account-dashboard-css .navbar-expand-md .navbar-nav .navbar-nav-last-item {
		text-align: right;
		padding-left: 1rem;
		padding-right: 0;
	}
	#ss-account-dashboard-css .navbar-expand-md .navbar-nav .nav-link {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		padding-right: .75rem;
		padding-left: .75rem;
	}
	#ss-account-dashboard-css .navbar-expand-md .navbar-nav .dropdown-menu {
		border-top: .1875rem solid #ed1c24;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: .3125rem;
		border-bottom-left-radius: .3125rem;
		box-shadow: 0 12px 15px rgba(140, 152, 164, 0.1);
	}
	#ss-account-dashboard-css .navbar-expand-md .navbar-nav .dropdown-menu .hs-has-sub-menu .dropdown-menu {
		margin-top: -1.1875rem;
	}
	#ss-account-dashboard-css .navbar-expand-md .mega-menu-position-right-fix.dropdown-menu,
	#ss-account-dashboard-css .navbar-expand-md .mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
		right: 20%;
		left: auto;
	}
	#ss-account-dashboard-css .navbar-expand-md .mega-menu-body {
		padding: 2.5rem 2.5rem;
		margin-left: 0;
		margin-right: 0;
	}
	#ss-account-dashboard-css .navbar-expand-md .navbar-promo {
		border-bottom-right-radius: .3125rem;
	}
	#ss-account-dashboard-css .navbar-expand-md .navbar-promo-card {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#ss-account-dashboard-css .navbar-expand-md .navbar-promo-card-deck {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	#ss-account-dashboard-css .navbar-expand-md .navbar-promo-card-deck .navbar-promo-item:not(:last-child) .navbar-promo-link {
		position: relative;
	}
	#ss-account-dashboard-css .navbar-expand-md .navbar-promo-card-deck .navbar-promo-item:not(:last-child) .navbar-promo-link::after {
		position: absolute;
		top: 0;
		right: 0;
		margin-right: -1.5rem;
		border-right: .0625rem solid #e7eaf3;
		height: 100%;
		content: "";
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .navbar-expand-lg {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#ss-account-dashboard-css .navbar-expand-lg .navbar-navbar-toggler {
		display: none;
	}
	#ss-account-dashboard-css .navbar-expand-lg .navbar-nav {
		-ms-flex-align: center;
		align-items: center;
	}
	#ss-account-dashboard-css .navbar-expand-lg .navbar-nav .navbar-nav-last-item {
		text-align: right;
		padding-left: 1rem;
		padding-right: 0;
	}
	#ss-account-dashboard-css .navbar-expand-lg .navbar-nav .nav-link {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		padding-right: .75rem;
		padding-left: .75rem;
	}
	#ss-account-dashboard-css .navbar-expand-lg .navbar-nav .dropdown-menu {
		border-top: .1875rem solid #ed1c24;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: .3125rem;
		border-bottom-left-radius: .3125rem;
		box-shadow: 0 12px 15px rgba(140, 152, 164, 0.1);
	}
	#ss-account-dashboard-css .navbar-expand-lg .navbar-nav .dropdown-menu .hs-has-sub-menu .dropdown-menu {
		margin-top: -1.1875rem;
	}
	#ss-account-dashboard-css .navbar-expand-lg .mega-menu-position-right-fix.dropdown-menu,
	#ss-account-dashboard-css .navbar-expand-lg .mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
		right: 20%;
		left: auto;
	}
	#ss-account-dashboard-css .navbar-expand-lg .mega-menu-body {
		padding: 2.5rem 2.5rem;
		margin-left: 0;
		margin-right: 0;
	}
	#ss-account-dashboard-css .navbar-expand-lg .navbar-promo {
		border-bottom-right-radius: .3125rem;
	}
	#ss-account-dashboard-css .navbar-expand-lg .navbar-promo-card {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#ss-account-dashboard-css .navbar-expand-lg .navbar-promo-card-deck {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	#ss-account-dashboard-css .navbar-expand-lg .navbar-promo-card-deck .navbar-promo-item:not(:last-child) .navbar-promo-link {
		position: relative;
	}
	#ss-account-dashboard-css .navbar-expand-lg .navbar-promo-card-deck .navbar-promo-item:not(:last-child) .navbar-promo-link::after {
		position: absolute;
		top: 0;
		right: 0;
		margin-right: -1.5rem;
		border-right: .0625rem solid #e7eaf3;
		height: 100%;
		content: "";
	}
}

@media (min-width: 1200px) {
	#ss-account-dashboard-css .navbar-expand-xl {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#ss-account-dashboard-css .navbar-expand-xl .navbar-navbar-toggler {
		display: none;
	}
	#ss-account-dashboard-css .navbar-expand-xl .navbar-nav {
		-ms-flex-align: center;
		align-items: center;
	}
	#ss-account-dashboard-css .navbar-expand-xl .navbar-nav .navbar-nav-last-item {
		text-align: right;
		padding-left: 1rem;
		padding-right: 0;
	}
	#ss-account-dashboard-css .navbar-expand-xl .navbar-nav .nav-link {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		padding-right: .75rem;
		padding-left: .75rem;
	}
	#ss-account-dashboard-css .navbar-expand-xl .navbar-nav .dropdown-menu {
		border-top: .1875rem solid #ed1c24;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: .3125rem;
		border-bottom-left-radius: .3125rem;
		box-shadow: 0 12px 15px rgba(140, 152, 164, 0.1);
	}
	#ss-account-dashboard-css .navbar-expand-xl .navbar-nav .dropdown-menu .hs-has-sub-menu .dropdown-menu {
		margin-top: -1.1875rem;
	}
	#ss-account-dashboard-css .navbar-expand-xl .mega-menu-position-right-fix.dropdown-menu,
	#ss-account-dashboard-css .navbar-expand-xl .mega-menu-position-right-fix.hs-mega-menu.hs-position-right {
		right: 20%;
		left: auto;
	}
	#ss-account-dashboard-css .navbar-expand-xl .mega-menu-body {
		padding: 2.5rem 2.5rem;
		margin-left: 0;
		margin-right: 0;
	}
	#ss-account-dashboard-css .navbar-expand-xl .navbar-promo {
		border-bottom-right-radius: .3125rem;
	}
	#ss-account-dashboard-css .navbar-expand-xl .navbar-promo-card {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#ss-account-dashboard-css .navbar-expand-xl .navbar-promo-card-deck {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	#ss-account-dashboard-css .navbar-expand-xl .navbar-promo-card-deck .navbar-promo-item:not(:last-child) .navbar-promo-link {
		position: relative;
	}
	#ss-account-dashboard-css .navbar-expand-xl .navbar-promo-card-deck .navbar-promo-item:not(:last-child) .navbar-promo-link::after {
		position: absolute;
		top: 0;
		right: 0;
		margin-right: -1.5rem;
		border-right: .0625rem solid #e7eaf3;
		height: 100%;
		content: "";
	}
}

@media (max-width: 575.98px) {
	#ss-account-dashboard-css .navbar-expand-sm.navbar {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	#ss-account-dashboard-css .navbar-expand-sm .navbar-brand,
	#ss-account-dashboard-css .navbar-expand-sm .navbar-brand>img {
		width: 7rem;
	}
	#ss-account-dashboard-css .navbar-expand-sm .navbar-nav {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	#ss-account-dashboard-css .navbar-expand-sm .navbar-nav-last-item {
		padding-top: .75rem;
		padding-bottom: .75rem;
	}
	#ss-account-dashboard-css .navbar-expand-sm .nav-link {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
	#ss-account-dashboard-css .navbar-expand-sm .nav-link-toggle::after {
		margin-left: auto;
	}
	#ss-account-dashboard-css .navbar-expand-sm .hs-mega-menu {
		max-width: 100% !important;
	}
	#ss-account-dashboard-css .navbar-expand-sm .hs-mega-menu-opened .nav-link-toggle::after,
	#ss-account-dashboard-css .navbar-expand-sm .hs-sub-menu-opened .nav-link-toggle::after {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	#ss-account-dashboard-css .navbar-expand-sm .dropdown-item-toggle::after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#ss-account-dashboard-css .navbar-expand-sm .hs-sub-menu-opened>.dropdown-item-toggle::after {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	#ss-account-dashboard-css .navbar-expand-sm .mega-menu-body {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	#ss-account-dashboard-css .navbar-expand-sm .dropdown-menu {
		box-shadow: none;
	}
	#ss-account-dashboard-css .navbar-expand-sm .dropdown-menu:not(.navbar-promo):not(.dropdown-menu-no-border-on-mobile) {
		border-left: .1875rem solid #e7eaf3;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	#ss-account-dashboard-css .navbar-expand-sm .dropdown-menu .mega-menu-body {
		padding-left: 1.5rem;
	}
	#ss-account-dashboard-css .navbar-expand-sm .hs-has-sub-menu .hs-sub-menu .hs-sub-menu {
		margin-left: 1.5rem;
	}
	#ss-account-dashboard-css .navbar-expand-sm .hs-has-sub-menu .hs-sub-menu .hs-has-sub-menu .dropdown-item-toggle {
		padding-right: .6125rem;
	}
	#ss-account-dashboard-css .navbar-expand-sm .navbar-promo-card-deck:last-child .navbar-promo-item:not(:last-child) {
		border-bottom: .0625rem solid #e7eaf3;
	}
}

@media (max-width: 767.98px) {
	#ss-account-dashboard-css .navbar-expand-md.navbar {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	#ss-account-dashboard-css .navbar-expand-md .navbar-brand,
	#ss-account-dashboard-css .navbar-expand-md .navbar-brand>img {
		width: 7rem;
	}
	#ss-account-dashboard-css .navbar-expand-md .navbar-nav {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	#ss-account-dashboard-css .navbar-expand-md .navbar-nav-last-item {
		padding-top: .75rem;
		padding-bottom: .75rem;
	}
	#ss-account-dashboard-css .navbar-expand-md .nav-link {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
	#ss-account-dashboard-css .navbar-expand-md .nav-link-toggle::after {
		margin-left: auto;
	}
	#ss-account-dashboard-css .navbar-expand-md .hs-mega-menu {
		max-width: 100% !important;
	}
	#ss-account-dashboard-css .navbar-expand-md .hs-mega-menu-opened .nav-link-toggle::after,
	#ss-account-dashboard-css .navbar-expand-md .hs-sub-menu-opened .nav-link-toggle::after {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	#ss-account-dashboard-css .navbar-expand-md .dropdown-item-toggle::after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#ss-account-dashboard-css .navbar-expand-md .hs-sub-menu-opened>.dropdown-item-toggle::after {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	#ss-account-dashboard-css .navbar-expand-md .mega-menu-body {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	#ss-account-dashboard-css .navbar-expand-md .dropdown-menu {
		box-shadow: none;
	}
	#ss-account-dashboard-css .navbar-expand-md .dropdown-menu:not(.navbar-promo):not(.dropdown-menu-no-border-on-mobile) {
		border-left: .1875rem solid #e7eaf3;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	#ss-account-dashboard-css .navbar-expand-md .dropdown-menu .mega-menu-body {
		padding-left: 1.5rem;
	}
	#ss-account-dashboard-css .navbar-expand-md .hs-has-sub-menu .hs-sub-menu .hs-sub-menu {
		margin-left: 1.5rem;
	}
	#ss-account-dashboard-css .navbar-expand-md .hs-has-sub-menu .hs-sub-menu .hs-has-sub-menu .dropdown-item-toggle {
		padding-right: .6125rem;
	}
	#ss-account-dashboard-css .navbar-expand-md .navbar-promo-card-deck:last-child .navbar-promo-item:not(:last-child) {
		border-bottom: .0625rem solid #e7eaf3;
	}
}

@media (max-width: 991.98px) {
	#ss-account-dashboard-css .navbar-expand-lg.navbar {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	#ss-account-dashboard-css .navbar-expand-lg .navbar-brand,
	#ss-account-dashboard-css .navbar-expand-lg .navbar-brand>img {
		width: 7rem;
	}
	#ss-account-dashboard-css .navbar-expand-lg .navbar-nav {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	#ss-account-dashboard-css .navbar-expand-lg .navbar-nav-last-item {
		padding-top: .75rem;
		padding-bottom: .75rem;
	}
	#ss-account-dashboard-css .navbar-expand-lg .nav-link {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
	#ss-account-dashboard-css .navbar-expand-lg .nav-link-toggle::after {
		margin-left: auto;
	}
	#ss-account-dashboard-css .navbar-expand-lg .hs-mega-menu {
		max-width: 100% !important;
	}
	#ss-account-dashboard-css .navbar-expand-lg .hs-mega-menu-opened .nav-link-toggle::after,
	#ss-account-dashboard-css .navbar-expand-lg .hs-sub-menu-opened .nav-link-toggle::after {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	#ss-account-dashboard-css .navbar-expand-lg .dropdown-item-toggle::after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#ss-account-dashboard-css .navbar-expand-lg .hs-sub-menu-opened>.dropdown-item-toggle::after {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	#ss-account-dashboard-css .navbar-expand-lg .mega-menu-body {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	#ss-account-dashboard-css .navbar-expand-lg .dropdown-menu {
		box-shadow: none;
	}
	#ss-account-dashboard-css .navbar-expand-lg .dropdown-menu:not(.navbar-promo):not(.dropdown-menu-no-border-on-mobile) {
		border-left: .1875rem solid #e7eaf3;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	#ss-account-dashboard-css .navbar-expand-lg .dropdown-menu .mega-menu-body {
		padding-left: 1.5rem;
	}
	#ss-account-dashboard-css .navbar-expand-lg .hs-has-sub-menu .hs-sub-menu .hs-sub-menu {
		margin-left: 1.5rem;
	}
	#ss-account-dashboard-css .navbar-expand-lg .hs-has-sub-menu .hs-sub-menu .hs-has-sub-menu .dropdown-item-toggle {
		padding-right: .6125rem;
	}
	#ss-account-dashboard-css .navbar-expand-lg .navbar-promo-card-deck:last-child .navbar-promo-item:not(:last-child) {
		border-bottom: .0625rem solid #e7eaf3;
	}
}

@media (max-width: 1199.98px) {
	#ss-account-dashboard-css .navbar-expand-xl.navbar {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	#ss-account-dashboard-css .navbar-expand-xl .navbar-brand,
	#ss-account-dashboard-css .navbar-expand-xl .navbar-brand>img {
		width: 7rem;
	}
	#ss-account-dashboard-css .navbar-expand-xl .navbar-nav {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	#ss-account-dashboard-css .navbar-expand-xl .navbar-nav-last-item {
		padding-top: .75rem;
		padding-bottom: .75rem;
	}
	#ss-account-dashboard-css .navbar-expand-xl .nav-link {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
	#ss-account-dashboard-css .navbar-expand-xl .nav-link-toggle::after {
		margin-left: auto;
	}
	#ss-account-dashboard-css .navbar-expand-xl .hs-mega-menu {
		max-width: 100% !important;
	}
	#ss-account-dashboard-css .navbar-expand-xl .hs-mega-menu-opened .nav-link-toggle::after,
	#ss-account-dashboard-css .navbar-expand-xl .hs-sub-menu-opened .nav-link-toggle::after {
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	#ss-account-dashboard-css .navbar-expand-xl .dropdown-item-toggle::after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#ss-account-dashboard-css .navbar-expand-xl .hs-sub-menu-opened>.dropdown-item-toggle::after {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	#ss-account-dashboard-css .navbar-expand-xl .mega-menu-body {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	#ss-account-dashboard-css .navbar-expand-xl .dropdown-menu {
		box-shadow: none;
	}
	#ss-account-dashboard-css .navbar-expand-xl .dropdown-menu:not(.navbar-promo):not(.dropdown-menu-no-border-on-mobile) {
		border-left: .1875rem solid #e7eaf3;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	#ss-account-dashboard-css .navbar-expand-xl .dropdown-menu .mega-menu-body {
		padding-left: 1.5rem;
	}
	#ss-account-dashboard-css .navbar-expand-xl .hs-has-sub-menu .hs-sub-menu .hs-sub-menu {
		margin-left: 1.5rem;
	}
	#ss-account-dashboard-css .navbar-expand-xl .hs-has-sub-menu .hs-sub-menu .hs-has-sub-menu .dropdown-item-toggle {
		padding-right: .6125rem;
	}
	#ss-account-dashboard-css .navbar-expand-xl .navbar-promo-card-deck:last-child .navbar-promo-item:not(:last-child) {
		border-bottom: .0625rem solid #e7eaf3;
	}
}

#ss-account-dashboard-css .navbar-expand.navbar {
	padding-top: .5rem;
	padding-bottom: .5rem;
}

#ss-account-dashboard-css .navbar-expand .navbar-brand,
#ss-account-dashboard-css .navbar-expand .navbar-brand>img {
	width: 7rem;
}

#ss-account-dashboard-css .navbar-expand .navbar-nav {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

#ss-account-dashboard-css .navbar-expand .navbar-nav-last-item {
	padding-top: .75rem;
	padding-bottom: .75rem;
}

#ss-account-dashboard-css .navbar-expand .nav-link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

#ss-account-dashboard-css .navbar-expand .nav-link-toggle::after {
	margin-left: auto;
}

#ss-account-dashboard-css .navbar-expand .hs-mega-menu {
	max-width: 100% !important;
}

#ss-account-dashboard-css .navbar-expand .hs-mega-menu-opened .nav-link-toggle::after,
#ss-account-dashboard-css .navbar-expand .hs-sub-menu-opened .nav-link-toggle::after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

#ss-account-dashboard-css .navbar-expand .dropdown-item-toggle::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#ss-account-dashboard-css .navbar-expand .hs-sub-menu-opened>.dropdown-item-toggle::after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#ss-account-dashboard-css .navbar-expand .mega-menu-body {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

#ss-account-dashboard-css .navbar-expand .dropdown-menu {
	box-shadow: none;
}

#ss-account-dashboard-css .navbar-expand .dropdown-menu:not(.navbar-promo):not(.dropdown-menu-no-border-on-mobile) {
	border-left: .1875rem solid #e7eaf3;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#ss-account-dashboard-css .navbar-expand .dropdown-menu .mega-menu-body {
	padding-left: 1.5rem;
}

#ss-account-dashboard-css .navbar-expand .hs-has-sub-menu .hs-sub-menu .hs-sub-menu {
	margin-left: 1.5rem;
}

#ss-account-dashboard-css .navbar-expand .hs-has-sub-menu .hs-sub-menu .hs-has-sub-menu .dropdown-item-toggle {
	padding-right: .6125rem;
}

#ss-account-dashboard-css .navbar-expand .navbar-promo-card-deck:last-child .navbar-promo-item:not(:last-child) {
	border-bottom: .0625rem solid #e7eaf3;
}

@media (max-width: 767.98px) {
	#ss-account-dashboard-css .navbar-expand-sm .header-nav-last-item {
		display: none;
	}
}

@media (max-width: 991.98px) {
	#ss-account-dashboard-css .navbar-expand-lg .navbar-banner,
	#ss-account-dashboard-css .navbar-expand-lg .navbar-product-banner,
	#ss-account-dashboard-css .navbar-expand-md .navbar-banner,
	#ss-account-dashboard-css .navbar-expand-md .navbar-product-banner,
	#ss-account-dashboard-css .navbar-expand-sm .navbar-banner,
	#ss-account-dashboard-css .navbar-expand-sm .navbar-product-banner,
	#ss-account-dashboard-css .navbar-expand-xs .navbar-banner,
	#ss-account-dashboard-css .navbar-expand-xs .navbar-product-banner {
		display: none;
	}
	#ss-account-dashboard-css .navbar-expand .navbar-brand {
		padding-top: .5rem;
	}
}

@media (max-width: 1199.98px) {
	#ss-account-dashboard-css .navbar-expand-xl .navbar-banner,
	#ss-account-dashboard-css .navbar-expand-xl .navbar-product-banner {
		display: none;
	}
}

@media (min-width: 1200px) {
	#ss-account-dashboard-css .header .mega-menu-position-right-fix-xl.hs-mega-menu.hs-position-right {
		right: 20%;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	#ss-account-dashboard-css .navbar-expand-md .navbar-brand {
		padding-top: .5rem;
	}
	#ss-account-dashboard-css .header .mega-menu-position-right-fix-md.hs-mega-menu.hs-position-right {
		right: 20%;
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css [class*=navbar-expand]:not(.navbar-expand-xl) {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	#ss-account-dashboard-css .navbar-expand-lg-collapse-block .navbar-collapse {
		display: block !important;
	}
}

#ss-account-dashboard-css .header-floating {
	position: absolute;
	right: 0;
	left: 0;
	margin-top: 2.5rem;
}

#ss-account-dashboard-css .header-floating.js-header-fix-moment {
	position: fixed;
	background-color: #fff;
	box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
	margin-top: 0;
}

#ss-account-dashboard-css .header-floating.js-header-fix-moment .header-floating-inner {
	box-shadow: none;
}

#ss-account-dashboard-css .header-floating-inner {
	border-radius: .3125rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .header-floating-sm {
		position: absolute;
		right: 0;
		left: 0;
		margin-top: 2.5rem;
	}
	#ss-account-dashboard-css .header-floating-sm.js-header-fix-moment {
		position: fixed;
		background-color: #fff;
		box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
		margin-top: 0;
	}
	#ss-account-dashboard-css .header-floating-sm.js-header-fix-moment .header-floating-inner {
		box-shadow: none;
	}
	#ss-account-dashboard-css .header-floating-inner {
		border-radius: .3125rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .header-floating-md {
		position: absolute;
		right: 0;
		left: 0;
		margin-top: 2.5rem;
	}
	#ss-account-dashboard-css .header-floating-md.js-header-fix-moment {
		position: fixed;
		background-color: #fff;
		box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
		margin-top: 0;
	}
	#ss-account-dashboard-css .header-floating-md.js-header-fix-moment .header-floating-inner {
		box-shadow: none;
	}
	#ss-account-dashboard-css .header-floating-inner {
		border-radius: .3125rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .header-floating-lg {
		position: absolute;
		right: 0;
		left: 0;
		margin-top: 2.5rem;
	}
	#ss-account-dashboard-css .header-floating-lg.js-header-fix-moment {
		position: fixed;
		background-color: #fff;
		box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
		margin-top: 0;
	}
	#ss-account-dashboard-css .header-floating-lg.js-header-fix-moment .header-floating-inner {
		box-shadow: none;
	}
	#ss-account-dashboard-css .header-floating-inner {
		border-radius: .3125rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (min-width: 1200px) {
	#ss-account-dashboard-css .header-floating-xl {
		position: absolute;
		right: 0;
		left: 0;
		margin-top: 2.5rem;
	}
	#ss-account-dashboard-css .header-floating-xl.js-header-fix-moment {
		position: fixed;
		background-color: #fff;
		box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
		margin-top: 0;
	}
	#ss-account-dashboard-css .header-floating-xl.js-header-fix-moment .header-floating-inner {
		box-shadow: none;
	}
	#ss-account-dashboard-css .header-floating-inner {
		border-radius: .3125rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

@media (max-width: 575.98px) {
	#ss-account-dashboard-css .header-floating-sm {
		background-color: #fff;
		box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
	}
	#ss-account-dashboard-css .header-floating-sm.header-box-shadow .header-section,
	#ss-account-dashboard-css .header-floating-sm.header-box-shadow-on-scroll.scrolled .header-section {
		box-shadow: none;
	}
}

@media (max-width: 767.98px) {
	#ss-account-dashboard-css .header-floating-md {
		background-color: #fff;
		box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
	}
	#ss-account-dashboard-css .header-floating-md.header-box-shadow .header-section,
	#ss-account-dashboard-css .header-floating-md.header-box-shadow-on-scroll.scrolled .header-section {
		box-shadow: none;
	}
}

@media (max-width: 991.98px) {
	#ss-account-dashboard-css .header-floating-lg {
		background-color: #fff;
		box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
	}
	#ss-account-dashboard-css .header-floating-lg.header-box-shadow .header-section,
	#ss-account-dashboard-css .header-floating-lg.header-box-shadow-on-scroll.scrolled .header-section {
		box-shadow: none;
	}
}

@media (max-width: 1199.98px) {
	#ss-account-dashboard-css .header-floating-xl {
		background-color: #fff;
		box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
	}
	#ss-account-dashboard-css .header-floating-xl.header-box-shadow .header-section,
	#ss-account-dashboard-css .header-floating-xl.header-box-shadow-on-scroll.scrolled .header-section {
		box-shadow: none;
	}
}

#ss-account-dashboard-css .header-floating {
	background-color: #fff;
	box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
}

#ss-account-dashboard-css .header-floating.header-box-shadow .header-section,
#ss-account-dashboard-css .header-floating.header-box-shadow-on-scroll.scrolled .header-section {
	box-shadow: none;
}

@media (max-width: 991.98px) {
	#ss-account-dashboard-css .header-floating-inner {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 767.98px) {
	#ss-account-dashboard-css .header-floating-md .header-floating-inner {
		max-height: 75vh;
		overflow: hidden;
		overflow-y: auto;
	}
	#ss-account-dashboard-css .header-floating-md .header-floating-inner::-webkit-scrollbar {
		width: .5rem;
	}
	#ss-account-dashboard-css .header-floating-md .header-floating-inner::-webkit-scrollbar-thumb {
		background-color: rgba(189, 197, 209, 0.6);
		visibility: hidden;
	}
	#ss-account-dashboard-css .header-floating-md .header-floating-inner:hover::-webkit-scrollbar-thumb {
		visibility: visible;
	}
}

@media (max-width: 991.98px) {
	#ss-account-dashboard-css .header-floating .header-floating-inner,
	#ss-account-dashboard-css .header-floating-lg .header-floating-inner,
	#ss-account-dashboard-css .header-floating-sm .header-floating-inner {
		max-height: 75vh;
		overflow: hidden;
		overflow-y: auto;
	}
	#ss-account-dashboard-css .header-floating .header-floating-inner::-webkit-scrollbar,
	#ss-account-dashboard-css .header-floating-lg .header-floating-inner::-webkit-scrollbar,
	#ss-account-dashboard-css .header-floating-sm .header-floating-inner::-webkit-scrollbar {
		width: .5rem;
	}
	#ss-account-dashboard-css .header-floating .header-floating-inner::-webkit-scrollbar-thumb,
	#ss-account-dashboard-css .header-floating-lg .header-floating-inner::-webkit-scrollbar-thumb,
	#ss-account-dashboard-css .header-floating-sm .header-floating-inner::-webkit-scrollbar-thumb {
		background-color: rgba(189, 197, 209, 0.6);
		visibility: hidden;
	}
	#ss-account-dashboard-css .header-floating .header-floating-inner:hover::-webkit-scrollbar-thumb,
	#ss-account-dashboard-css .header-floating-lg .header-floating-inner:hover::-webkit-scrollbar-thumb,
	#ss-account-dashboard-css .header-floating-sm .header-floating-inner:hover::-webkit-scrollbar-thumb {
		visibility: visible;
	}
}

@media (max-width: 1199.98px) {
	#ss-account-dashboard-css .header-floating-xl .header-floating-inner {
		max-height: 75vh;
		overflow: hidden;
		overflow-y: auto;
	}
	#ss-account-dashboard-css .header-floating-xl .header-floating-inner::-webkit-scrollbar {
		width: .5rem;
	}
	#ss-account-dashboard-css .header-floating-xl .header-floating-inner::-webkit-scrollbar-thumb {
		background-color: rgba(189, 197, 209, 0.6);
		visibility: hidden;
	}
	#ss-account-dashboard-css .header-floating-xl .header-floating-inner:hover::-webkit-scrollbar-thumb {
		visibility: visible;
	}
}

#ss-account-dashboard-css .header-abs-top {
	position: absolute;
	top: 0;
	bottom: auto;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .header-abs-top-sm {
		position: absolute;
		top: 0;
		bottom: auto;
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .header-abs-top-md {
		position: absolute;
		top: 0;
		bottom: auto;
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .header-abs-top-lg {
		position: absolute;
		top: 0;
		bottom: auto;
	}
}

@media (min-width: 1200px) {
	#ss-account-dashboard-css .header-abs-top-xl {
		position: absolute;
		top: 0;
		bottom: auto;
	}
}

@media (max-width: 767.98px) {
	#ss-account-dashboard-css .header-abs-top-md .header-abs-top-inner {
		max-height: 75vh;
		overflow: hidden;
		overflow-y: auto;
	}
	#ss-account-dashboard-css .header-abs-top-md .header-abs-top-inner::-webkit-scrollbar {
		width: .5rem;
	}
	#ss-account-dashboard-css .header-abs-top-md .header-abs-top-inner::-webkit-scrollbar-thumb {
		background-color: rgba(189, 197, 209, 0.6);
		visibility: hidden;
	}
	#ss-account-dashboard-css .header-abs-top-md .header-abs-top-inner:hover::-webkit-scrollbar-thumb {
		visibility: visible;
	}
}

@media (max-width: 991.98px) {
	#ss-account-dashboard-css .header-abs-top .header-abs-top-inner,
	#ss-account-dashboard-css .header-abs-top-lg .header-abs-top-inner,
	#ss-account-dashboard-css .header-abs-top-sm .header-abs-top-inner {
		max-height: 75vh;
		overflow: hidden;
		overflow-y: auto;
	}
	#ss-account-dashboard-css .header-abs-top .header-abs-top-inner::-webkit-scrollbar,
	#ss-account-dashboard-css .header-abs-top-lg .header-abs-top-inner::-webkit-scrollbar,
	#ss-account-dashboard-css .header-abs-top-sm .header-abs-top-inner::-webkit-scrollbar {
		width: .5rem;
	}
	#ss-account-dashboard-css .header-abs-top .header-abs-top-inner::-webkit-scrollbar-thumb,
	#ss-account-dashboard-css .header-abs-top-lg .header-abs-top-inner::-webkit-scrollbar-thumb,
	#ss-account-dashboard-css .header-abs-top-sm .header-abs-top-inner::-webkit-scrollbar-thumb {
		background-color: rgba(189, 197, 209, 0.6);
		visibility: hidden;
	}
	#ss-account-dashboard-css .header-abs-top .header-abs-top-inner:hover::-webkit-scrollbar-thumb,
	#ss-account-dashboard-css .header-abs-top-lg .header-abs-top-inner:hover::-webkit-scrollbar-thumb,
	#ss-account-dashboard-css .header-abs-top-sm .header-abs-top-inner:hover::-webkit-scrollbar-thumb {
		visibility: visible;
	}
}

@media (max-width: 1199.98px) {
	#ss-account-dashboard-css .header-abs-top-xl .header-abs-top-inner {
		max-height: 75vh;
		overflow: hidden;
		overflow-y: auto;
	}
	#ss-account-dashboard-css .header-abs-top-xl .header-abs-top-inner::-webkit-scrollbar {
		width: .5rem;
	}
	#ss-account-dashboard-css .header-abs-top-xl .header-abs-top-inner::-webkit-scrollbar-thumb {
		background-color: rgba(189, 197, 209, 0.6);
		visibility: hidden;
	}
	#ss-account-dashboard-css .header-abs-top-xl .header-abs-top-inner:hover::-webkit-scrollbar-thumb {
		visibility: visible;
	}
}

#ss-account-dashboard-css .header-sticky-top {
	position: fixed;
	bottom: auto;
	top: 0;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .header-sticky-top-sm {
		position: fixed;
		bottom: auto;
		top: 0;
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .header-sticky-top-md {
		position: fixed;
		bottom: auto;
		top: 0;
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .header-sticky-top-lg {
		position: fixed;
		bottom: auto;
		top: 0;
	}
}

@media (min-width: 1200px) {
	#ss-account-dashboard-css .header-sticky-top-xl {
		position: fixed;
		bottom: auto;
		top: 0;
	}
}

@media (max-width: 767.98px) {
	#ss-account-dashboard-css .header-sticky-top-md .header-sticky-top-inner {
		max-height: 75vh;
		overflow: hidden;
		overflow-y: auto;
	}
	#ss-account-dashboard-css .header-sticky-top-md .header-sticky-top-inner::-webkit-scrollbar {
		width: .5rem;
	}
	#ss-account-dashboard-css .header-sticky-top-md .header-sticky-top-inner::-webkit-scrollbar-thumb {
		background-color: rgba(189, 197, 209, 0.6);
		visibility: hidden;
	}
	#ss-account-dashboard-css .header-sticky-top-md .header-sticky-top-inner:hover::-webkit-scrollbar-thumb {
		visibility: visible;
	}
}

@media (max-width: 991.98px) {
	#ss-account-dashboard-css .header-sticky-top .header-sticky-top-inner,
	#ss-account-dashboard-css .header-sticky-top-lg .header-sticky-top-inner,
	#ss-account-dashboard-css .header-sticky-top-sm .header-sticky-top-inner {
		max-height: 75vh;
		overflow: hidden;
		overflow-y: auto;
	}
	#ss-account-dashboard-css .header-sticky-top .header-sticky-top-inner::-webkit-scrollbar,
	#ss-account-dashboard-css .header-sticky-top-lg .header-sticky-top-inner::-webkit-scrollbar,
	#ss-account-dashboard-css .header-sticky-top-sm .header-sticky-top-inner::-webkit-scrollbar {
		width: .5rem;
	}
	#ss-account-dashboard-css .header-sticky-top .header-sticky-top-inner::-webkit-scrollbar-thumb,
	#ss-account-dashboard-css .header-sticky-top-lg .header-sticky-top-inner::-webkit-scrollbar-thumb,
	#ss-account-dashboard-css .header-sticky-top-sm .header-sticky-top-inner::-webkit-scrollbar-thumb {
		background-color: rgba(189, 197, 209, 0.6);
		visibility: hidden;
	}
	#ss-account-dashboard-css .header-sticky-top .header-sticky-top-inner:hover::-webkit-scrollbar-thumb,
	#ss-account-dashboard-css .header-sticky-top-lg .header-sticky-top-inner:hover::-webkit-scrollbar-thumb,
	#ss-account-dashboard-css .header-sticky-top-sm .header-sticky-top-inner:hover::-webkit-scrollbar-thumb {
		visibility: visible;
	}
}

@media (max-width: 1199.98px) {
	#ss-account-dashboard-css .header-sticky-top-xl .header-sticky-top-inner {
		max-height: 75vh;
		overflow: hidden;
		overflow-y: auto;
	}
	#ss-account-dashboard-css .header-sticky-top-xl .header-sticky-top-inner::-webkit-scrollbar {
		width: .5rem;
	}
	#ss-account-dashboard-css .header-sticky-top-xl .header-sticky-top-inner::-webkit-scrollbar-thumb {
		background-color: rgba(189, 197, 209, 0.6);
		visibility: hidden;
	}
	#ss-account-dashboard-css .header-sticky-top-xl .header-sticky-top-inner:hover::-webkit-scrollbar-thumb {
		visibility: visible;
	}
}

#ss-account-dashboard-css .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

#ss-account-dashboard-css .fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 15px, 0);
		transform: translate3d(0, 15px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 15px, 0);
		transform: translate3d(0, 15px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

#ss-account-dashboard-css .fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

#ss-account-dashboard-css .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

#ss-account-dashboard-css .fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

#ss-account-dashboard-css .fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

#ss-account-dashboard-css .slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

#ss-account-dashboard-css .slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

#ss-account-dashboard-css .fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

#ss-account-dashboard-css .fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

#ss-account-dashboard-css .fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

#ss-account-dashboard-css .fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

#ss-account-dashboard-css .alert-primary {
	color: #fff;
	background-color: #ed1c24;
	border-color: #ed1c24;
}

#ss-account-dashboard-css .alert-primary hr {
	border-top-color: #35a298;
}

#ss-account-dashboard-css .alert-primary .alert-link {
	color: #fff;
}

#ss-account-dashboard-css .alert-secondary {
	color: #fff;
	background-color: #eb3c67;
	border-color: #eb3c67;
}

#ss-account-dashboard-css .alert-secondary hr {
	border-top-color: #e92555;
}

#ss-account-dashboard-css .alert-secondary .alert-link {
	color: #fff;
}

#ss-account-dashboard-css .alert-success {
	color: #fff;
	background-color: #00c9a7;
	border-color: #00c9a7;
}

#ss-account-dashboard-css .alert-success hr {
	border-top-color: #00b092;
}

#ss-account-dashboard-css .alert-success .alert-link {
	color: #fff;
}

#ss-account-dashboard-css .alert-info {
	color: #fff;
	background-color: #09a5be;
	border-color: #09a5be;
}

#ss-account-dashboard-css .alert-info hr {
	border-top-color: #0890a6;
}

#ss-account-dashboard-css .alert-info .alert-link {
	color: #fff;
}

#ss-account-dashboard-css .alert-warning {
	color: #1e2022;
	background-color: #f5ca99;
	border-color: #f5ca99;
}

#ss-account-dashboard-css .alert-warning hr {
	border-top-color: #f3be82;
}

#ss-account-dashboard-css .alert-warning .alert-link {
	color: #1e2022;
}

#ss-account-dashboard-css .alert-danger {
	color: #fff;
	background-color: #ed4c78;
	border-color: #ed4c78;
}

#ss-account-dashboard-css .alert-danger hr {
	border-top-color: #eb3567;
}

#ss-account-dashboard-css .alert-danger .alert-link {
	color: #fff;
}

#ss-account-dashboard-css .alert-light {
	color: #1e2022;
	background-color: #f7faff;
	border-color: #f7faff;
}

#ss-account-dashboard-css .alert-light hr {
	border-top-color: #deeaff;
}

#ss-account-dashboard-css .alert-light .alert-link {
	color: #1e2022;
}

#ss-account-dashboard-css .alert-dark {
	color: #fff;
	background-color: #21325b;
	border-color: #21325b;
}

#ss-account-dashboard-css .alert-dark hr {
	border-top-color: #1a2848;
}

#ss-account-dashboard-css .alert-dark .alert-link {
	color: #fff;
}

#ss-account-dashboard-css .alert-indigo {
	color: #fff;
	background-color: #2d1582;
	border-color: #2d1582;
}

#ss-account-dashboard-css .alert-indigo hr {
	border-top-color: #25116c;
}

#ss-account-dashboard-css .alert-indigo .alert-link {
	color: #fff;
}

#ss-account-dashboard-css .alert-soft-primary {
	color: #ed1c24;
	background-color: rgba(59, 181, 170, 0.1);
}

#ss-account-dashboard-css .alert-soft-primary .alert-link {
	color: #ed1c24;
}

#ss-account-dashboard-css .alert-soft-primary .alert-link:hover {
	color: #329a91;
}

#ss-account-dashboard-css .alert-soft-secondary {
	color: #eb3c67;
	background-color: rgba(235, 60, 103, 0.1);
}

#ss-account-dashboard-css .alert-soft-secondary .alert-link {
	color: #eb3c67;
}

#ss-account-dashboard-css .alert-soft-secondary .alert-link:hover {
	color: #e81c4e;
}

#ss-account-dashboard-css .alert-soft-success {
	color: #00c9a7;
	background-color: rgba(0, 201, 167, 0.1);
}

#ss-account-dashboard-css .alert-soft-success .alert-link {
	color: #00c9a7;
}

#ss-account-dashboard-css .alert-soft-success .alert-link:hover {
	color: #00a589;
}

#ss-account-dashboard-css .alert-soft-info {
	color: #09a5be;
	background-color: rgba(9, 165, 190, 0.1);
}

#ss-account-dashboard-css .alert-soft-info .alert-link {
	color: #09a5be;
}

#ss-account-dashboard-css .alert-soft-info .alert-link:hover {
	color: #07879c;
}

#ss-account-dashboard-css .alert-soft-warning {
	color: #f5ca99;
	background-color: rgba(245, 202, 153, 0.1);
}

#ss-account-dashboard-css .alert-soft-warning .alert-link {
	color: #f5ca99;
}

#ss-account-dashboard-css .alert-soft-warning .alert-link:hover {
	color: #f2b978;
}

#ss-account-dashboard-css .alert-soft-danger {
	color: #ed4c78;
	background-color: rgba(237, 76, 120, 0.1);
}

#ss-account-dashboard-css .alert-soft-danger .alert-link {
	color: #ed4c78;
}

#ss-account-dashboard-css .alert-soft-danger .alert-link:hover {
	color: #ea2c60;
}

#ss-account-dashboard-css .alert-soft-light {
	color: #f7faff;
	background-color: rgba(247, 250, 255, 0.1);
}

#ss-account-dashboard-css .alert-soft-light .alert-link {
	color: #f7faff;
}

#ss-account-dashboard-css .alert-soft-light .alert-link:hover {
	color: #d3e4ff;
}

#ss-account-dashboard-css .alert-soft-dark {
	color: #21325b;
	background-color: rgba(33, 50, 91, 0.1);
}

#ss-account-dashboard-css .alert-soft-dark .alert-link {
	color: #21325b;
}

#ss-account-dashboard-css .alert-soft-dark .alert-link:hover {
	color: #172441;
}

#ss-account-dashboard-css .alert-soft-indigo {
	color: #2d1582;
	background-color: rgba(45, 21, 130, 0.1);
}

#ss-account-dashboard-css .alert-soft-indigo .alert-link {
	color: #2d1582;
}

#ss-account-dashboard-css .alert-soft-indigo .alert-link:hover {
	color: #221063;
}

#ss-account-dashboard-css .avatar {
	position: relative;
	display: inline-block;
	width: 3.125rem;
	height: 3.125rem;
	border-radius: .3125rem;
}

#ss-account-dashboard-css .avatar-img {
	max-width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: .3125rem;
}

#ss-account-dashboard-css .avatar-initials {
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
}

#ss-account-dashboard-css .avatar-circle {
	border-radius: 50%;
}

#ss-account-dashboard-css .avatar-circle .avatar-img {
	border-radius: 50%;
}

#ss-account-dashboard-css .avatar-centered {
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
}

#ss-account-dashboard-css .avatar-border-lg {
	border: .1875rem solid #fff;
}

#ss-account-dashboard-css .avatar-group {
	display: -ms-flexbox;
	display: flex;
}

#ss-account-dashboard-css .avatar-group .avatar-circle .avatar-initials {
	border-radius: 50%;
}

#ss-account-dashboard-css .avatar-group .avatar .avatar-img,
#ss-account-dashboard-css .avatar-group .avatar .avatar-initials,
#ss-account-dashboard-css .avatar-group .avatar-sm .avatar-img,
#ss-account-dashboard-css .avatar-group .avatar-sm .avatar-initials,
#ss-account-dashboard-css .avatar-group .avatar-xs .avatar-img,
#ss-account-dashboard-css .avatar-group .avatar-xs .avatar-initials {
	border: 2px solid #fff;
}

#ss-account-dashboard-css .avatar-group .avatar-lg .avatar-img,
#ss-account-dashboard-css .avatar-group .avatar-lg .avatar-initials {
	border: 5px solid #fff;
}

#ss-account-dashboard-css .avatar-group .avatar-xl .avatar-img,
#ss-account-dashboard-css .avatar-group .avatar-xl .avatar-initials {
	border: 7px solid #fff;
}

#ss-account-dashboard-css .avatar-group .avatar+.avatar {
	margin-left: -1rem;
}

#ss-account-dashboard-css .avatar-group .avatar-xs+.avatar-xs {
	margin-left: -.6125rem;
}

#ss-account-dashboard-css .avatar-group .avatar-sm+.avatar-sm {
	margin-left: -.875rem;
}

#ss-account-dashboard-css .avatar-group .avatar-lg+.avatar-lg {
	margin-left: -1.5rem;
}

#ss-account-dashboard-css .avatar-group .avatar-xl+.avatar-xl {
	margin-left: -2rem;
}

#ss-account-dashboard-css .avatar-initials {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

#ss-account-dashboard-css .avatar.avatar-circle .avatar-status {
	bottom: -.21875rem;
	right: -.21875rem;
}

#ss-account-dashboard-css .avatar.avatar-circle .avatar-sm-status {
	bottom: 0;
	right: 0;
}

#ss-account-dashboard-css .avatar.avatar-circle .avatar-lg-status {
	bottom: -.325rem;
	right: -.325rem;
}

#ss-account-dashboard-css .avatar-xss {
	width: 1rem;
	height: 1rem;
}

#ss-account-dashboard-css .avatar-xss .avatar-initials {
	font-size: .75rem;
}

#ss-account-dashboard-css .avatar-xs {
	width: 1.75rem;
	height: 1.75rem;
}

#ss-account-dashboard-css .avatar-xs .avatar-initials {
	font-size: .75rem;
}

#ss-account-dashboard-css .avatar-xs.avatar-circle .avatar-status {
	bottom: -.21875rem;
	right: -.21875rem;
}

#ss-account-dashboard-css .avatar-xs.avatar-circle .avatar-sm-status {
	bottom: -.11719rem;
	right: -.11719rem;
}

#ss-account-dashboard-css .avatar-xs.avatar-circle .avatar-lg-status {
	bottom: -.325rem;
	right: -.325rem;
}

#ss-account-dashboard-css .avatar-xs {
	width: 1.75rem;
	height: 1.75rem;
}

#ss-account-dashboard-css .avatar-xs .avatar-initials {
	font-size: .75rem;
}

#ss-account-dashboard-css .avatar-xs.avatar-circle .avatar-status {
	bottom: -.21875rem;
	right: -.21875rem;
}

#ss-account-dashboard-css .avatar-xs.avatar-circle .avatar-sm-status {
	bottom: -.11719rem;
	right: -.11719rem;
}

#ss-account-dashboard-css .avatar-xs.avatar-circle .avatar-lg-status {
	bottom: -.325rem;
	right: -.325rem;
}

#ss-account-dashboard-css .avatar-sm {
	width: 2.6875rem;
	height: 2.6875rem;
}

#ss-account-dashboard-css .avatar-sm .avatar-initials {
	font-size: .8125rem;
}

#ss-account-dashboard-css .avatar-sm.avatar-circle .avatar-status {
	bottom: -.21875rem;
	right: -.21875rem;
}

#ss-account-dashboard-css .avatar-sm.avatar-circle .avatar-sm-status {
	bottom: -.09375rem;
	right: -.09375rem;
}

#ss-account-dashboard-css .avatar-sm.avatar-circle .avatar-lg-status {
	bottom: -.40625rem;
	right: -.40625rem;
}

#ss-account-dashboard-css .avatar-lg {
	width: 4.25rem;
	height: 4.25rem;
}

#ss-account-dashboard-css .avatar-lg .avatar-initials {
	font-size: 1.25rem;
}

#ss-account-dashboard-css .avatar-lg.avatar-circle .avatar-status {
	bottom: -.13125rem;
	right: -.13125rem;
}

#ss-account-dashboard-css .avatar-lg.avatar-circle .avatar-sm-status {
	bottom: .09375rem;
	right: .09375rem;
}

#ss-account-dashboard-css .avatar-lg.avatar-circle .avatar-lg-status {
	bottom: -.20312rem;
	right: -.20312rem;
}

#ss-account-dashboard-css .avatar-xl {
	width: 5.625rem;
	height: 5.625rem;
}

#ss-account-dashboard-css .avatar-xl .avatar-initials {
	font-size: 2rem;
}

#ss-account-dashboard-css .avatar-xl.avatar-circle .avatar-status {
	bottom: .16406rem;
	right: .16406rem;
}

#ss-account-dashboard-css .avatar-xl.avatar-circle .avatar-sm-status {
	bottom: .23438rem;
	right: .23438rem;
}

#ss-account-dashboard-css .avatar-xl.avatar-circle .avatar-lg-status {
	bottom: .13542rem;
	right: .13542rem;
}

#ss-account-dashboard-css .avatar-xxl {
	width: 7rem;
	height: 7rem;
}

#ss-account-dashboard-css .avatar-xxl .avatar-initials {
	font-size: 3rem;
}

#ss-account-dashboard-css .avatar-xxl.avatar-circle .avatar-status {
	bottom: .4375rem;
	right: .4375rem;
}

#ss-account-dashboard-css .avatar-xxl.avatar-circle .avatar-sm-status {
	bottom: .58333rem;
	right: .58333rem;
}

#ss-account-dashboard-css .avatar-xxl.avatar-circle .avatar-lg-status {
	bottom: .29545rem;
	right: .29545rem;
}

#ss-account-dashboard-css .avatar-status {
	position: absolute;
	bottom: -.525rem;
	right: -.525rem;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	text-align: center;
	vertical-align: baseline;
	border: .125rem solid #fff;
	width: 1.3125rem;
	height: 1.3125rem;
	line-height: 1;
	font-size: .625rem;
	border-radius: 50%;
}

#ss-account-dashboard-css .avatar-sm-status {
	bottom: -.2625rem;
	right: -.2625rem;
	width: .9375rem;
	height: .9375rem;
	font-size: .5rem;
}

#ss-account-dashboard-css .avatar-lg-status {
	width: 1.625rem;
	height: 1.625rem;
	font-size: .75rem;
}

#ss-account-dashboard-css .avatar-primary {
	color: #fff;
	background-color: #ed1c24;
}

#ss-account-dashboard-css .avatar-secondary {
	color: #fff;
	background-color: #eb3c67;
}

#ss-account-dashboard-css .avatar-success {
	color: #fff;
	background-color: #00c9a7;
}

#ss-account-dashboard-css .avatar-info {
	color: #fff;
	background-color: #09a5be;
}

#ss-account-dashboard-css .avatar-warning {
	color: #1e2022;
	background-color: #f5ca99;
}

#ss-account-dashboard-css .avatar-danger {
	color: #fff;
	background-color: #ed4c78;
}

#ss-account-dashboard-css .avatar-light {
	color: #1e2022;
	background-color: #f7faff;
}

#ss-account-dashboard-css .avatar-dark {
	color: #fff;
	background-color: #21325b;
}

#ss-account-dashboard-css .avatar-indigo {
	color: #fff;
	background-color: #2d1582;
}

#ss-account-dashboard-css .avatar-soft-primary {
	color: #ed1c24;
	background-color: rgba(59, 181, 170, 0.1);
}

#ss-account-dashboard-css .avatar-soft-secondary {
	color: #eb3c67;
	background-color: rgba(235, 60, 103, 0.1);
}

#ss-account-dashboard-css .avatar-soft-success {
	color: #00c9a7;
	background-color: rgba(0, 201, 167, 0.1);
}

#ss-account-dashboard-css .avatar-soft-info {
	color: #09a5be;
	background-color: rgba(9, 165, 190, 0.1);
}

#ss-account-dashboard-css .avatar-soft-warning {
	color: #f5ca99;
	background-color: rgba(245, 202, 153, 0.1);
}

#ss-account-dashboard-css .avatar-soft-danger {
	color: #ed4c78;
	background-color: rgba(237, 76, 120, 0.1);
}

#ss-account-dashboard-css .avatar-soft-light {
	color: #f7faff;
	background-color: rgba(247, 250, 255, 0.1);
}

#ss-account-dashboard-css .avatar-soft-dark {
	color: #21325b;
	background-color: rgba(33, 50, 91, 0.1);
}

#ss-account-dashboard-css .avatar-soft-indigo {
	color: #2d1582;
	background-color: rgba(45, 21, 130, 0.1);
}

#ss-account-dashboard-css .blockquote {
	font-size: 1rem;
	border-left: .1875rem solid #e7eaf3;
	padding-left: .75rem;
	margin-bottom: 0;
}

#ss-account-dashboard-css .blockquote-footer {
	margin-top: 1rem;
}

#ss-account-dashboard-css .badge-soft-primary {
	color: #ed1c24;
	background-color: rgba(59, 181, 170, 0.1);
}

#ss-account-dashboard-css a.badge-soft-primary:focus,
#ss-account-dashboard-css a.badge-soft-primary:hover {
	color: #fff;
	background-color: #ed1c24;
}

#ss-account-dashboard-css .badge-soft-secondary {
	color: #eb3c67;
	background-color: rgba(235, 60, 103, 0.1);
}

#ss-account-dashboard-css a.badge-soft-secondary:focus,
#ss-account-dashboard-css a.badge-soft-secondary:hover {
	color: #fff;
	background-color: #eb3c67;
}

#ss-account-dashboard-css .badge-soft-success {
	color: #00c9a7;
	background-color: rgba(0, 201, 167, 0.1);
}

#ss-account-dashboard-css a.badge-soft-success:focus,
#ss-account-dashboard-css a.badge-soft-success:hover {
	color: #fff;
	background-color: #00c9a7;
}

#ss-account-dashboard-css .badge-soft-info {
	color: #09a5be;
	background-color: rgba(9, 165, 190, 0.1);
}

#ss-account-dashboard-css a.badge-soft-info:focus,
#ss-account-dashboard-css a.badge-soft-info:hover {
	color: #fff;
	background-color: #09a5be;
}

#ss-account-dashboard-css .badge-soft-warning {
	color: #f5ca99;
	background-color: rgba(245, 202, 153, 0.1);
}

#ss-account-dashboard-css a.badge-soft-warning:focus,
#ss-account-dashboard-css a.badge-soft-warning:hover {
	color: #1e2022;
	background-color: #f5ca99;
}

#ss-account-dashboard-css .badge-soft-danger {
	color: #ed4c78;
	background-color: rgba(237, 76, 120, 0.1);
}

#ss-account-dashboard-css a.badge-soft-danger:focus,
#ss-account-dashboard-css a.badge-soft-danger:hover {
	color: #fff;
	background-color: #ed4c78;
}

#ss-account-dashboard-css .badge-soft-light {
	color: #f7faff;
	background-color: rgba(247, 250, 255, 0.1);
}

#ss-account-dashboard-css a.badge-soft-light:focus,
#ss-account-dashboard-css a.badge-soft-light:hover {
	color: #1e2022;
	background-color: #f7faff;
}

#ss-account-dashboard-css .badge-soft-dark {
	color: #21325b;
	background-color: rgba(33, 50, 91, 0.1);
}

#ss-account-dashboard-css a.badge-soft-dark:focus,
#ss-account-dashboard-css a.badge-soft-dark:hover {
	color: #fff;
	background-color: #21325b;
}

#ss-account-dashboard-css .badge-soft-indigo {
	color: #2d1582;
	background-color: rgba(45, 21, 130, 0.1);
}

#ss-account-dashboard-css a.badge-soft-indigo:focus,
#ss-account-dashboard-css a.badge-soft-indigo:hover {
	color: #fff;
	background-color: #2d1582;
}

#ss-account-dashboard-css .badge-soft-warning {
	color: #ec9a3c !important;
}

#ss-account-dashboard-css .btn.dropdown-toggle {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
}

#ss-account-dashboard-css .btn-white {
	font-weight: 400;
	background-color: #fff;
	border-color: #e7eaf3;
}

#ss-account-dashboard-css .btn-white.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23eb3c67' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-white.active,
#ss-account-dashboard-css .btn-white.focus,
#ss-account-dashboard-css .btn-white:active,
#ss-account-dashboard-css .btn-white:focus,
#ss-account-dashboard-css .btn-white:hover {
	color: #c90c14;
	box-shadow: 0 3px 6px -2px rgba(140, 152, 164, 0.25);
}

#ss-account-dashboard-css .btn-white.active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-white.focus.dropdown-toggle::after,
#ss-account-dashboard-css .btn-white:active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-white:focus.dropdown-toggle::after,
#ss-account-dashboard-css .btn-white:hover.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23ED1C24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-white.disabled,
#ss-account-dashboard-css .btn-white:disabled {
	color: #677788;
	background-color: rgba(231, 234, 243, 0.5);
}

#ss-account-dashboard-css .btn-primary.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-secondary.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-success.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-info.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-warning.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%231e2022' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-danger.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-light.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%231e2022' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-dark.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-indigo.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-outline-primary.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23ED1C24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-outline-primary.active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-outline-primary:active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-outline-primary:hover.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-outline-secondary.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23eb3c67' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-outline-secondary.active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-outline-secondary:active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-outline-secondary:hover.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-outline-success.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%2300c9a7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-outline-success.active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-outline-success:active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-outline-success:hover.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-outline-info.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%2309a5be' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-outline-info.active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-outline-info:active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-outline-info:hover.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-outline-warning.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23f5ca99' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-outline-warning.active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-outline-warning:active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-outline-warning:hover.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%231e2022' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-outline-danger.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23ed4c78' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-outline-danger.active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-outline-danger:active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-outline-danger:hover.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-outline-light.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23f7faff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-outline-light.active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-outline-light:active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-outline-light:hover.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%231e2022' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-outline-dark.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%2321325b' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-outline-dark.active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-outline-dark:active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-outline-dark:hover.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-outline-indigo.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%232d1582' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-outline-indigo.active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-outline-indigo:active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-outline-indigo:hover.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-primary[href]:active,
#ss-account-dashboard-css .btn-primary[href]:focus,
#ss-account-dashboard-css .btn-primary[href]:hover,
#ss-account-dashboard-css .btn-primary[type]:active,
#ss-account-dashboard-css .btn-primary[type]:focus,
#ss-account-dashboard-css .btn-primary[type]:hover {
	box-shadow: 0 4px 11px rgba(59, 181, 170, 0.35);
}

#ss-account-dashboard-css .btn-primary:not([href]),
#ss-account-dashboard-css .btn-primary:not([href]):not([href]):not(:disabled):not(.disabled),
#ss-account-dashboard-css .btn-primary:not(label.btn),
#ss-account-dashboard-css .btn-primary:not(label.btn):not([href]):not(:disabled):not(.disabled) {
	background-color: #ed1c24;
	border-color: #ed1c24;
}

#ss-account-dashboard-css .btn-primary:hover {
	background-color: #ed1c24;
	border-color: #ed1c24;
}

#ss-account-dashboard-css .btn-secondary[href]:active,
#ss-account-dashboard-css .btn-secondary[href]:focus,
#ss-account-dashboard-css .btn-secondary[href]:hover,
#ss-account-dashboard-css .btn-secondary[type]:active,
#ss-account-dashboard-css .btn-secondary[type]:focus,
#ss-account-dashboard-css .btn-secondary[type]:hover {
	box-shadow: 0 4px 11px rgba(235, 60, 103, 0.35);
}

#ss-account-dashboard-css .btn-secondary:not([href]),
#ss-account-dashboard-css .btn-secondary:not([href]):not([href]):not(:disabled):not(.disabled),
#ss-account-dashboard-css .btn-secondary:not(label.btn),
#ss-account-dashboard-css .btn-secondary:not(label.btn):not([href]):not(:disabled):not(.disabled) {
	background-color: #eb3c67;
	border-color: #eb3c67;
}

#ss-account-dashboard-css .btn-secondary:hover {
	background-color: #eb3c67;
	border-color: #eb3c67;
}

#ss-account-dashboard-css .btn-success[href]:active,
#ss-account-dashboard-css .btn-success[href]:focus,
#ss-account-dashboard-css .btn-success[href]:hover,
#ss-account-dashboard-css .btn-success[type]:active,
#ss-account-dashboard-css .btn-success[type]:focus,
#ss-account-dashboard-css .btn-success[type]:hover {
	box-shadow: 0 4px 11px rgba(0, 201, 167, 0.35);
}

#ss-account-dashboard-css .btn-success:not([href]),
#ss-account-dashboard-css .btn-success:not([href]):not([href]):not(:disabled):not(.disabled),
#ss-account-dashboard-css .btn-success:not(label.btn),
#ss-account-dashboard-css .btn-success:not(label.btn):not([href]):not(:disabled):not(.disabled) {
	background-color: #00c9a7;
	border-color: #00c9a7;
}

#ss-account-dashboard-css .btn-success:hover {
	background-color: #00c9a7;
	border-color: #00c9a7;
}

#ss-account-dashboard-css .btn-info[href]:active,
#ss-account-dashboard-css .btn-info[href]:focus,
#ss-account-dashboard-css .btn-info[href]:hover,
#ss-account-dashboard-css .btn-info[type]:active,
#ss-account-dashboard-css .btn-info[type]:focus,
#ss-account-dashboard-css .btn-info[type]:hover {
	box-shadow: 0 4px 11px rgba(9, 165, 190, 0.35);
}

#ss-account-dashboard-css .btn-info:not([href]),
#ss-account-dashboard-css .btn-info:not([href]):not([href]):not(:disabled):not(.disabled),
#ss-account-dashboard-css .btn-info:not(label.btn),
#ss-account-dashboard-css .btn-info:not(label.btn):not([href]):not(:disabled):not(.disabled) {
	background-color: #09a5be;
	border-color: #09a5be;
}

#ss-account-dashboard-css .btn-info:hover {
	background-color: #09a5be;
	border-color: #09a5be;
}

#ss-account-dashboard-css .btn-warning[href]:active,
#ss-account-dashboard-css .btn-warning[href]:focus,
#ss-account-dashboard-css .btn-warning[href]:hover,
#ss-account-dashboard-css .btn-warning[type]:active,
#ss-account-dashboard-css .btn-warning[type]:focus,
#ss-account-dashboard-css .btn-warning[type]:hover {
	box-shadow: 0 4px 11px rgba(245, 202, 153, 0.35);
}

#ss-account-dashboard-css .btn-warning:not([href]),
#ss-account-dashboard-css .btn-warning:not([href]):not([href]):not(:disabled):not(.disabled),
#ss-account-dashboard-css .btn-warning:not(label.btn),
#ss-account-dashboard-css .btn-warning:not(label.btn):not([href]):not(:disabled):not(.disabled) {
	background-color: #f5ca99;
	border-color: #f5ca99;
}

#ss-account-dashboard-css .btn-warning:hover {
	background-color: #f5ca99;
	border-color: #f5ca99;
}

#ss-account-dashboard-css .btn-danger[href]:active,
#ss-account-dashboard-css .btn-danger[href]:focus,
#ss-account-dashboard-css .btn-danger[href]:hover,
#ss-account-dashboard-css .btn-danger[type]:active,
#ss-account-dashboard-css .btn-danger[type]:focus,
#ss-account-dashboard-css .btn-danger[type]:hover {
	box-shadow: 0 4px 11px rgba(237, 76, 120, 0.35);
}

#ss-account-dashboard-css .btn-danger:not([href]),
#ss-account-dashboard-css .btn-danger:not([href]):not([href]):not(:disabled):not(.disabled),
#ss-account-dashboard-css .btn-danger:not(label.btn),
#ss-account-dashboard-css .btn-danger:not(label.btn):not([href]):not(:disabled):not(.disabled) {
	background-color: #ed4c78;
	border-color: #ed4c78;
}

#ss-account-dashboard-css .btn-danger:hover {
	background-color: #ed4c78;
	border-color: #ed4c78;
}

#ss-account-dashboard-css .btn-light[href]:active,
#ss-account-dashboard-css .btn-light[href]:focus,
#ss-account-dashboard-css .btn-light[href]:hover,
#ss-account-dashboard-css .btn-light[type]:active,
#ss-account-dashboard-css .btn-light[type]:focus,
#ss-account-dashboard-css .btn-light[type]:hover {
	box-shadow: 0 4px 11px rgba(247, 250, 255, 0.35);
}

#ss-account-dashboard-css .btn-light:not([href]),
#ss-account-dashboard-css .btn-light:not([href]):not([href]):not(:disabled):not(.disabled),
#ss-account-dashboard-css .btn-light:not(label.btn),
#ss-account-dashboard-css .btn-light:not(label.btn):not([href]):not(:disabled):not(.disabled) {
	background-color: #f7faff;
	border-color: #f7faff;
}

#ss-account-dashboard-css .btn-light:hover {
	background-color: #f7faff;
	border-color: #f7faff;
}

#ss-account-dashboard-css .btn-dark[href]:active,
#ss-account-dashboard-css .btn-dark[href]:focus,
#ss-account-dashboard-css .btn-dark[href]:hover,
#ss-account-dashboard-css .btn-dark[type]:active,
#ss-account-dashboard-css .btn-dark[type]:focus,
#ss-account-dashboard-css .btn-dark[type]:hover {
	box-shadow: 0 4px 11px rgba(33, 50, 91, 0.35);
}

#ss-account-dashboard-css .btn-dark:not([href]),
#ss-account-dashboard-css .btn-dark:not([href]):not([href]):not(:disabled):not(.disabled),
#ss-account-dashboard-css .btn-dark:not(label.btn),
#ss-account-dashboard-css .btn-dark:not(label.btn):not([href]):not(:disabled):not(.disabled) {
	background-color: #21325b;
	border-color: #21325b;
}

#ss-account-dashboard-css .btn-dark:hover {
	background-color: #21325b;
	border-color: #21325b;
}

#ss-account-dashboard-css .btn-indigo[href]:active,
#ss-account-dashboard-css .btn-indigo[href]:focus,
#ss-account-dashboard-css .btn-indigo[href]:hover,
#ss-account-dashboard-css .btn-indigo[type]:active,
#ss-account-dashboard-css .btn-indigo[type]:focus,
#ss-account-dashboard-css .btn-indigo[type]:hover {
	box-shadow: 0 4px 11px rgba(45, 21, 130, 0.35);
}

#ss-account-dashboard-css .btn-indigo:not([href]),
#ss-account-dashboard-css .btn-indigo:not([href]):not([href]):not(:disabled):not(.disabled),
#ss-account-dashboard-css .btn-indigo:not(label.btn),
#ss-account-dashboard-css .btn-indigo:not(label.btn):not([href]):not(:disabled):not(.disabled) {
	background-color: #2d1582;
	border-color: #2d1582;
}

#ss-account-dashboard-css .btn-indigo:hover {
	background-color: #2d1582;
	border-color: #2d1582;
}

#ss-account-dashboard-css .btn-custom-toggle-primary {
	color: #97a4af;
	border-color: #e7eaf3;
}

#ss-account-dashboard-css .btn-custom-toggle-primary:hover {
	color: #ed1c24;
	background-color: transparent;
	border-color: #ed1c24;
}

#ss-account-dashboard-css .btn-custom-toggle-primary:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-custom-toggle-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #ed1c24;
	border-color: #ed1c24;
}

#ss-account-dashboard-css .btn-custom-toggle-secondary {
	color: #97a4af;
	border-color: #e7eaf3;
}

#ss-account-dashboard-css .btn-custom-toggle-secondary:hover {
	color: #eb3c67;
	background-color: transparent;
	border-color: #eb3c67;
}

#ss-account-dashboard-css .btn-custom-toggle-secondary:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-custom-toggle-secondary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #eb3c67;
	border-color: #eb3c67;
}

#ss-account-dashboard-css .btn-custom-toggle-success {
	color: #97a4af;
	border-color: #e7eaf3;
}

#ss-account-dashboard-css .btn-custom-toggle-success:hover {
	color: #00c9a7;
	background-color: transparent;
	border-color: #00c9a7;
}

#ss-account-dashboard-css .btn-custom-toggle-success:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-custom-toggle-success:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #00c9a7;
	border-color: #00c9a7;
}

#ss-account-dashboard-css .btn-custom-toggle-info {
	color: #97a4af;
	border-color: #e7eaf3;
}

#ss-account-dashboard-css .btn-custom-toggle-info:hover {
	color: #09a5be;
	background-color: transparent;
	border-color: #09a5be;
}

#ss-account-dashboard-css .btn-custom-toggle-info:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-custom-toggle-info:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #09a5be;
	border-color: #09a5be;
}

#ss-account-dashboard-css .btn-custom-toggle-warning {
	color: #97a4af;
	border-color: #e7eaf3;
}

#ss-account-dashboard-css .btn-custom-toggle-warning:hover {
	color: #f5ca99;
	background-color: transparent;
	border-color: #f5ca99;
}

#ss-account-dashboard-css .btn-custom-toggle-warning:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-custom-toggle-warning:not(:disabled):not(.disabled):active {
	color: #1e2022;
	background-color: #f5ca99;
	border-color: #f5ca99;
}

#ss-account-dashboard-css .btn-custom-toggle-danger {
	color: #97a4af;
	border-color: #e7eaf3;
}

#ss-account-dashboard-css .btn-custom-toggle-danger:hover {
	color: #ed4c78;
	background-color: transparent;
	border-color: #ed4c78;
}

#ss-account-dashboard-css .btn-custom-toggle-danger:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-custom-toggle-danger:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #ed4c78;
	border-color: #ed4c78;
}

#ss-account-dashboard-css .btn-custom-toggle-light {
	color: #97a4af;
	border-color: #e7eaf3;
}

#ss-account-dashboard-css .btn-custom-toggle-light:hover {
	color: #fff;
	background-color: transparent;
	border-color: #f7faff;
}

#ss-account-dashboard-css .btn-custom-toggle-light:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-custom-toggle-light:not(:disabled):not(.disabled):active {
	color: #1e2022;
	background-color: #f7faff;
	border-color: #f7faff;
}

#ss-account-dashboard-css .btn-custom-toggle-dark {
	color: #97a4af;
	border-color: #e7eaf3;
}

#ss-account-dashboard-css .btn-custom-toggle-dark:hover {
	color: #21325b;
	background-color: transparent;
	border-color: #21325b;
}

#ss-account-dashboard-css .btn-custom-toggle-dark:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-custom-toggle-dark:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #21325b;
	border-color: #21325b;
}

#ss-account-dashboard-css .btn-custom-toggle-indigo {
	color: #97a4af;
	border-color: #e7eaf3;
}

#ss-account-dashboard-css .btn-custom-toggle-indigo:hover {
	color: #2d1582;
	background-color: transparent;
	border-color: #2d1582;
}

#ss-account-dashboard-css .btn-custom-toggle-indigo:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-custom-toggle-indigo:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #2d1582;
	border-color: #2d1582;
}

#ss-account-dashboard-css .btn-custom-toggle-light {
	color: rgba(255, 255, 255, 0.7);
	border-color: rgba(255, 255, 255, 0.7);
}

#ss-account-dashboard-css .btn-soft-primary {
	color: #ed1c24;
	background-color: rgba(59, 181, 170, 0.1);
	border-color: transparent;
}

#ss-account-dashboard-css .btn-soft-primary.active,
#ss-account-dashboard-css .btn-soft-primary:active,
#ss-account-dashboard-css .btn-soft-primary:focus,
#ss-account-dashboard-css .btn-soft-primary:hover {
	color: #fff;
	background-color: #ed1c24;
	box-shadow: 0 4px 11px rgba(59, 181, 170, 0.1);
}

#ss-account-dashboard-css .btn-soft-primary.disabled,
#ss-account-dashboard-css .btn-soft-primary:disabled {
	color: #ed1c24;
	background-color: rgba(59, 181, 170, 0.1);
	box-shadow: none;
}

#ss-account-dashboard-css .btn-soft-primary:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-soft-primary:not(:disabled):not(.disabled):active,
#ss-account-dashboard-css .show>.btn-soft-primary.dropdown-toggle {
	color: #fff;
	background-color: #ed1c24;
}

#ss-account-dashboard-css .btn-soft-secondary {
	color: #eb3c67;
	background-color: rgba(235, 60, 103, 0.1);
	border-color: transparent;
}

#ss-account-dashboard-css .btn-soft-secondary.active,
#ss-account-dashboard-css .btn-soft-secondary:active,
#ss-account-dashboard-css .btn-soft-secondary:focus,
#ss-account-dashboard-css .btn-soft-secondary:hover {
	color: #fff;
	background-color: #eb3c67;
	box-shadow: 0 4px 11px rgba(235, 60, 103, 0.1);
}

#ss-account-dashboard-css .btn-soft-secondary.disabled,
#ss-account-dashboard-css .btn-soft-secondary:disabled {
	color: #eb3c67;
	background-color: rgba(235, 60, 103, 0.1);
	box-shadow: none;
}

#ss-account-dashboard-css .btn-soft-secondary:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-soft-secondary:not(:disabled):not(.disabled):active,
#ss-account-dashboard-css .show>.btn-soft-secondary.dropdown-toggle {
	color: #fff;
	background-color: #eb3c67;
}

#ss-account-dashboard-css .btn-soft-success {
	color: #00c9a7;
	background-color: rgba(0, 201, 167, 0.1);
	border-color: transparent;
}

#ss-account-dashboard-css .btn-soft-success.active,
#ss-account-dashboard-css .btn-soft-success:active,
#ss-account-dashboard-css .btn-soft-success:focus,
#ss-account-dashboard-css .btn-soft-success:hover {
	color: #fff;
	background-color: #00c9a7;
	box-shadow: 0 4px 11px rgba(0, 201, 167, 0.1);
}

#ss-account-dashboard-css .btn-soft-success.disabled,
#ss-account-dashboard-css .btn-soft-success:disabled {
	color: #00c9a7;
	background-color: rgba(0, 201, 167, 0.1);
	box-shadow: none;
}

#ss-account-dashboard-css .btn-soft-success:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-soft-success:not(:disabled):not(.disabled):active,
#ss-account-dashboard-css .show>.btn-soft-success.dropdown-toggle {
	color: #fff;
	background-color: #00c9a7;
}

#ss-account-dashboard-css .btn-soft-info {
	color: #09a5be;
	background-color: rgba(9, 165, 190, 0.1);
	border-color: transparent;
}

#ss-account-dashboard-css .btn-soft-info.active,
#ss-account-dashboard-css .btn-soft-info:active,
#ss-account-dashboard-css .btn-soft-info:focus,
#ss-account-dashboard-css .btn-soft-info:hover {
	color: #fff;
	background-color: #09a5be;
	box-shadow: 0 4px 11px rgba(9, 165, 190, 0.1);
}

#ss-account-dashboard-css .btn-soft-info.disabled,
#ss-account-dashboard-css .btn-soft-info:disabled {
	color: #09a5be;
	background-color: rgba(9, 165, 190, 0.1);
	box-shadow: none;
}

#ss-account-dashboard-css .btn-soft-info:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-soft-info:not(:disabled):not(.disabled):active,
#ss-account-dashboard-css .show>.btn-soft-info.dropdown-toggle {
	color: #fff;
	background-color: #09a5be;
}

#ss-account-dashboard-css .btn-soft-warning {
	color: #f5ca99;
	background-color: rgba(245, 202, 153, 0.1);
	border-color: transparent;
}

#ss-account-dashboard-css .btn-soft-warning.active,
#ss-account-dashboard-css .btn-soft-warning:active,
#ss-account-dashboard-css .btn-soft-warning:focus,
#ss-account-dashboard-css .btn-soft-warning:hover {
	color: #1e2022;
	background-color: #f5ca99;
	box-shadow: 0 4px 11px rgba(245, 202, 153, 0.1);
}

#ss-account-dashboard-css .btn-soft-warning.disabled,
#ss-account-dashboard-css .btn-soft-warning:disabled {
	color: #f5ca99;
	background-color: rgba(245, 202, 153, 0.1);
	box-shadow: none;
}

#ss-account-dashboard-css .btn-soft-warning:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-soft-warning:not(:disabled):not(.disabled):active,
#ss-account-dashboard-css .show>.btn-soft-warning.dropdown-toggle {
	color: #1e2022;
	background-color: #f5ca99;
}

#ss-account-dashboard-css .btn-soft-danger {
	color: #ed4c78;
	background-color: rgba(237, 76, 120, 0.1);
	border-color: transparent;
}

#ss-account-dashboard-css .btn-soft-danger.active,
#ss-account-dashboard-css .btn-soft-danger:active,
#ss-account-dashboard-css .btn-soft-danger:focus,
#ss-account-dashboard-css .btn-soft-danger:hover {
	color: #fff;
	background-color: #ed4c78;
	box-shadow: 0 4px 11px rgba(237, 76, 120, 0.1);
}

#ss-account-dashboard-css .btn-soft-danger.disabled,
#ss-account-dashboard-css .btn-soft-danger:disabled {
	color: #ed4c78;
	background-color: rgba(237, 76, 120, 0.1);
	box-shadow: none;
}

#ss-account-dashboard-css .btn-soft-danger:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-soft-danger:not(:disabled):not(.disabled):active,
#ss-account-dashboard-css .show>.btn-soft-danger.dropdown-toggle {
	color: #fff;
	background-color: #ed4c78;
}

#ss-account-dashboard-css .btn-soft-light {
	color: #f7faff;
	background-color: rgba(247, 250, 255, 0.1);
	border-color: transparent;
}

#ss-account-dashboard-css .btn-soft-light.active,
#ss-account-dashboard-css .btn-soft-light:active,
#ss-account-dashboard-css .btn-soft-light:focus,
#ss-account-dashboard-css .btn-soft-light:hover {
	color: #1e2022;
	background-color: #f7faff;
	box-shadow: 0 4px 11px rgba(247, 250, 255, 0.1);
}

#ss-account-dashboard-css .btn-soft-light.disabled,
#ss-account-dashboard-css .btn-soft-light:disabled {
	color: #f7faff;
	background-color: rgba(247, 250, 255, 0.1);
	box-shadow: none;
}

#ss-account-dashboard-css .btn-soft-light:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-soft-light:not(:disabled):not(.disabled):active,
#ss-account-dashboard-css .show>.btn-soft-light.dropdown-toggle {
	color: #1e2022;
	background-color: #f7faff;
}

#ss-account-dashboard-css .btn-soft-dark {
	color: #21325b;
	background-color: rgba(33, 50, 91, 0.1);
	border-color: transparent;
}

#ss-account-dashboard-css .btn-soft-dark.active,
#ss-account-dashboard-css .btn-soft-dark:active,
#ss-account-dashboard-css .btn-soft-dark:focus,
#ss-account-dashboard-css .btn-soft-dark:hover {
	color: #fff;
	background-color: #21325b;
	box-shadow: 0 4px 11px rgba(33, 50, 91, 0.1);
}

#ss-account-dashboard-css .btn-soft-dark.disabled,
#ss-account-dashboard-css .btn-soft-dark:disabled {
	color: #21325b;
	background-color: rgba(33, 50, 91, 0.1);
	box-shadow: none;
}

#ss-account-dashboard-css .btn-soft-dark:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-soft-dark:not(:disabled):not(.disabled):active,
#ss-account-dashboard-css .show>.btn-soft-dark.dropdown-toggle {
	color: #fff;
	background-color: #21325b;
}

#ss-account-dashboard-css .btn-soft-indigo {
	color: #2d1582;
	background-color: rgba(45, 21, 130, 0.1);
	border-color: transparent;
}

#ss-account-dashboard-css .btn-soft-indigo.active,
#ss-account-dashboard-css .btn-soft-indigo:active,
#ss-account-dashboard-css .btn-soft-indigo:focus,
#ss-account-dashboard-css .btn-soft-indigo:hover {
	color: #fff;
	background-color: #2d1582;
	box-shadow: 0 4px 11px rgba(45, 21, 130, 0.1);
}

#ss-account-dashboard-css .btn-soft-indigo.disabled,
#ss-account-dashboard-css .btn-soft-indigo:disabled {
	color: #2d1582;
	background-color: rgba(45, 21, 130, 0.1);
	box-shadow: none;
}

#ss-account-dashboard-css .btn-soft-indigo:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-soft-indigo:not(:disabled):not(.disabled):active,
#ss-account-dashboard-css .show>.btn-soft-indigo.dropdown-toggle {
	color: #fff;
	background-color: #2d1582;
}

#ss-account-dashboard-css .btn-soft-primary.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23ED1C24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
	transition: all .2s ease-in-out;
}

#ss-account-dashboard-css .btn-soft-primary.active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-primary.focus.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-primary:active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-primary:focus.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-primary:hover.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-soft-secondary.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23eb3c67' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
	transition: all .2s ease-in-out;
}

#ss-account-dashboard-css .btn-soft-secondary.active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-secondary.focus.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-secondary:active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-secondary:focus.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-secondary:hover.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-soft-success.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%2300c9a7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
	transition: all .2s ease-in-out;
}

#ss-account-dashboard-css .btn-soft-success.active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-success.focus.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-success:active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-success:focus.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-success:hover.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-soft-info.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%2309a5be' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
	transition: all .2s ease-in-out;
}

#ss-account-dashboard-css .btn-soft-info.active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-info.focus.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-info:active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-info:focus.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-info:hover.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-soft-warning.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23f5ca99' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
	transition: all .2s ease-in-out;
}

#ss-account-dashboard-css .btn-soft-warning.active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-warning.focus.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-warning:active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-warning:focus.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-warning:hover.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%231e2022' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-soft-danger.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23ed4c78' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
	transition: all .2s ease-in-out;
}

#ss-account-dashboard-css .btn-soft-danger.active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-danger.focus.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-danger:active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-danger:focus.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-danger:hover.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-soft-light.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23f7faff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
	transition: all .2s ease-in-out;
}

#ss-account-dashboard-css .btn-soft-light.active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-light.focus.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-light:active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-light:focus.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-light:hover.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%231e2022' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-soft-dark.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%2321325b' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
	transition: all .2s ease-in-out;
}

#ss-account-dashboard-css .btn-soft-dark.active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-dark.focus.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-dark:active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-dark:focus.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-dark:hover.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-soft-indigo.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%232d1582' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
	transition: all .2s ease-in-out;
}

#ss-account-dashboard-css .btn-soft-indigo.active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-indigo.focus.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-indigo:active.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-indigo:focus.dropdown-toggle::after,
#ss-account-dashboard-css .btn-soft-indigo:hover.dropdown-toggle::after {
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .btn-outline-secondary {
	border-color: #e7eaf3;
}

#ss-account-dashboard-css .btn-wide {
	min-width: 10rem;
}

#ss-account-dashboard-css .btn-xs {
	font-size: .75rem;
	font-weight: 400;
	padding: .275rem .75rem;
}

#ss-account-dashboard-css .btn-icon.btn-xs {
	font-size: .75rem;
	width: 1.75rem;
	height: 1.75rem;
}

#ss-account-dashboard-css .btn-group-sm>.btn-icon.btn,
#ss-account-dashboard-css .btn-icon.btn-sm {
	font-size: .8125rem;
	width: 2.6875rem;
	height: 2.6875rem;
}

#ss-account-dashboard-css .btn-group-lg>.btn-icon.btn,
#ss-account-dashboard-css .btn-icon.btn-lg {
	font-size: 1.25rem;
	width: 4.25rem;
	height: 4.25rem;
}

#ss-account-dashboard-css .btn-ghost-primary {
	color: #ed1c24;
	background-color: transparent;
}

#ss-account-dashboard-css .btn-ghost-primary.active,
#ss-account-dashboard-css .btn-ghost-primary:active,
#ss-account-dashboard-css .btn-ghost-primary:focus,
#ss-account-dashboard-css .btn-ghost-primary:hover {
	color: #ed1c24;
	background-color: rgba(59, 181, 170, 0.1);
}

#ss-account-dashboard-css .btn-ghost-secondary {
	color: #eb3c67;
	background-color: transparent;
}

#ss-account-dashboard-css .btn-ghost-secondary.active,
#ss-account-dashboard-css .btn-ghost-secondary:active,
#ss-account-dashboard-css .btn-ghost-secondary:focus,
#ss-account-dashboard-css .btn-ghost-secondary:hover {
	color: #eb3c67;
	background-color: rgba(59, 181, 170, 0.1);
}

#ss-account-dashboard-css .btn-ghost-success {
	color: #00c9a7;
	background-color: transparent;
}

#ss-account-dashboard-css .btn-ghost-success.active,
#ss-account-dashboard-css .btn-ghost-success:active,
#ss-account-dashboard-css .btn-ghost-success:focus,
#ss-account-dashboard-css .btn-ghost-success:hover {
	color: #00c9a7;
	background-color: rgba(0, 201, 167, 0.1);
}

#ss-account-dashboard-css .btn-ghost-info {
	color: #09a5be;
	background-color: transparent;
}

#ss-account-dashboard-css .btn-ghost-info.active,
#ss-account-dashboard-css .btn-ghost-info:active,
#ss-account-dashboard-css .btn-ghost-info:focus,
#ss-account-dashboard-css .btn-ghost-info:hover {
	color: #09a5be;
	background-color: rgba(9, 165, 190, 0.1);
}

#ss-account-dashboard-css .btn-ghost-warning {
	color: #f5ca99;
	background-color: transparent;
}

#ss-account-dashboard-css .btn-ghost-warning.active,
#ss-account-dashboard-css .btn-ghost-warning:active,
#ss-account-dashboard-css .btn-ghost-warning:focus,
#ss-account-dashboard-css .btn-ghost-warning:hover {
	color: #f5ca99;
	background-color: rgba(245, 202, 153, 0.1);
}

#ss-account-dashboard-css .btn-ghost-danger {
	color: #ed4c78;
	background-color: transparent;
}

#ss-account-dashboard-css .btn-ghost-danger.active,
#ss-account-dashboard-css .btn-ghost-danger:active,
#ss-account-dashboard-css .btn-ghost-danger:focus,
#ss-account-dashboard-css .btn-ghost-danger:hover {
	color: #ed4c78;
	background-color: rgba(237, 76, 120, 0.1);
}

#ss-account-dashboard-css .btn-ghost-light {
	color: #f7faff;
	background-color: transparent;
}

#ss-account-dashboard-css .btn-ghost-light.active,
#ss-account-dashboard-css .btn-ghost-light:active,
#ss-account-dashboard-css .btn-ghost-light:focus,
#ss-account-dashboard-css .btn-ghost-light:hover {
	color: #f7faff;
	background-color: rgba(247, 250, 255, 0.1);
}

#ss-account-dashboard-css .btn-ghost-dark {
	color: #21325b;
	background-color: transparent;
}

#ss-account-dashboard-css .btn-ghost-dark.active,
#ss-account-dashboard-css .btn-ghost-dark:active,
#ss-account-dashboard-css .btn-ghost-dark:focus,
#ss-account-dashboard-css .btn-ghost-dark:hover {
	color: #21325b;
	background-color: rgba(33, 50, 91, 0.1);
}

#ss-account-dashboard-css .btn-ghost-indigo {
	color: #2d1582;
	background-color: transparent;
}

#ss-account-dashboard-css .btn-ghost-indigo.active,
#ss-account-dashboard-css .btn-ghost-indigo:active,
#ss-account-dashboard-css .btn-ghost-indigo:focus,
#ss-account-dashboard-css .btn-ghost-indigo:hover {
	color: #2d1582;
	background-color: rgba(45, 21, 130, 0.1);
}

#ss-account-dashboard-css .btn-ghost-secondary:active,
#ss-account-dashboard-css .btn-ghost-secondary:focus,
#ss-account-dashboard-css .btn-ghost-secondary:hover {
	color: #ed1c24;
}

#ss-account-dashboard-css .btn-group-segment {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f8fafd;
	border-radius: .3125rem;
	padding: .25rem .25rem;
}

#ss-account-dashboard-css .btn-group-segment .btn {
	color: #677788;
}

#ss-account-dashboard-css .btn-group-segment .btn:not(:last-child) {
	margin-right: .25rem;
}

#ss-account-dashboard-css .btn-group-segment .btn:hover {
	color: #ed1c24;
}

#ss-account-dashboard-css .btn-group-segment .btn.active {
	color: #1e2022;
	background-color: #fff;
	box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
}

#ss-account-dashboard-css .btn-group-segment .btn:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-group-segment .btn:not(:disabled):not(.disabled):active {
	box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
}

#ss-account-dashboard-css .btn-group-segment>.btn-group:not(:first-child)>.btn,
#ss-account-dashboard-css .btn-group-segment>.btn-group:not(:last-child)>.btn,
#ss-account-dashboard-css .btn-group-segment>.btn:not(:first-child),
#ss-account-dashboard-css .btn-group-segment>.btn:not(:last-child):not(.dropdown-toggle) {
	border-radius: .3125rem;
}

#ss-account-dashboard-css .btn-group-segment.btn-group-pills {
	border-radius: 6.1875rem;
}

#ss-account-dashboard-css .btn-group-segment.btn-group-pills>.btn-group:not(:first-child)>.btn,
#ss-account-dashboard-css .btn-group-segment.btn-group-pills>.btn-group:not(:last-child)>.btn,
#ss-account-dashboard-css .btn-group-segment.btn-group-pills>.btn:not(:first-child),
#ss-account-dashboard-css .btn-group-segment.btn-group-pills>.btn:not(:last-child):not(.dropdown-toggle) {
	border-radius: 6.1875rem;
}

#ss-account-dashboard-css .btn-status {
	position: absolute;
	top: -.4375rem;
	right: -.4375rem;
	display: inline-block;
	white-space: nowrap;
	text-align: center;
	vertical-align: baseline;
	width: 1.3125rem;
	height: 1.3125rem;
	line-height: 1;
	font-size: .625rem;
	border-radius: 50%;
}

#ss-account-dashboard-css .btn-status-initials {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

#ss-account-dashboard-css .btn svg {
	margin-bottom: 0;
}

#ss-account-dashboard-css label.btn {
	cursor: pointer !important;
}

#ss-account-dashboard-css .btn-pill {
	border-radius: 6.1875rem;
}

#ss-account-dashboard-css .btn-link {
	font-weight: 600;
}

#ss-account-dashboard-css .btn-icon {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1rem;
	font-weight: 400;
	width: 3.125rem;
	height: 3.125rem;
	padding: 0;
}

#ss-account-dashboard-css .btn-toggle-default {
	display: inline-block;
}

#ss-account-dashboard-css .btn-toggle-toggled {
	display: none;
}

#ss-account-dashboard-css .btn.toggled .btn-toggle-default {
	display: none;
}

#ss-account-dashboard-css .btn.toggled .btn-toggle-toggled {
	display: inline-block;
}

#ss-account-dashboard-css .brand {
	width: 100%;
	max-width: 7.5rem;
}

#ss-account-dashboard-css .breadcrumb .breadcrumb-item {
	color: #1e2022;
	font-size: .875rem;
}

#ss-account-dashboard-css .breadcrumb .breadcrumb-link {
	color: #8c98a4;
}

#ss-account-dashboard-css .breadcrumb .breadcrumb-link:hover {
	color: #c90c14;
}

#ss-account-dashboard-css .breadcrumb-light .breadcrumb-item {
	color: #fff;
}

#ss-account-dashboard-css .breadcrumb-light .breadcrumb-item+.breadcrumb-item::before {
	color: rgba(255, 255, 255, 0.5);
}

#ss-account-dashboard-css .breadcrumb-light .breadcrumb-link {
	color: rgba(255, 255, 255, 0.5);
}

#ss-account-dashboard-css .breadcrumb-light .breadcrumb-link:hover {
	color: #fff;
}

#ss-account-dashboard-css .breadcrumb-no-gutter {
	padding: 0;
}

#ss-account-dashboard-css .card-2-count {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

#ss-account-dashboard-css .card-3-count {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

#ss-account-dashboard-css .card-4-count {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}

#ss-account-dashboard-css .card-1-gap {
	-webkit-column-gap: .5rem;
	-moz-column-gap: .5rem;
	column-gap: .5rem;
}

#ss-account-dashboard-css .card-2-gap {
	-webkit-column-gap: 2rem;
	-moz-column-gap: 2rem;
	column-gap: 2rem;
}

#ss-account-dashboard-css .card-3-gap {
	-webkit-column-gap: 3rem;
	-moz-column-gap: 3rem;
	column-gap: 3rem;
}

#ss-account-dashboard-css .card-4-gap {
	-webkit-column-gap: 4rem;
	-moz-column-gap: 4rem;
	column-gap: 4rem;
}

#ss-account-dashboard-css .card-5-gap {
	-webkit-column-gap: 5rem;
	-moz-column-gap: 5rem;
	column-gap: 5rem;
}

#ss-account-dashboard-css .card-columns {
	orphans: 1;
	widows: 1;
}

#ss-account-dashboard-css .card-columns .card {
	display: inline-block;
	width: 100%;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .card-sm-2-count {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	#ss-account-dashboard-css .card-sm-3-count {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	#ss-account-dashboard-css .card-sm-4-count {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
	#ss-account-dashboard-css .card-sm-1-gap {
		-webkit-column-gap: .5rem;
		-moz-column-gap: .5rem;
		column-gap: .5rem;
	}
	#ss-account-dashboard-css .card-sm-2-gap {
		-webkit-column-gap: 2rem;
		-moz-column-gap: 2rem;
		column-gap: 2rem;
	}
	#ss-account-dashboard-css .card-sm-3-gap {
		-webkit-column-gap: 3rem;
		-moz-column-gap: 3rem;
		column-gap: 3rem;
	}
	#ss-account-dashboard-css .card-sm-4-gap {
		-webkit-column-gap: 4rem;
		-moz-column-gap: 4rem;
		column-gap: 4rem;
	}
	#ss-account-dashboard-css .card-sm-5-gap {
		-webkit-column-gap: 5rem;
		-moz-column-gap: 5rem;
		column-gap: 5rem;
	}
	#ss-account-dashboard-css .card-sm-columns {
		orphans: 1;
		widows: 1;
	}
	#ss-account-dashboard-css .card-sm-columns .card {
		display: inline-block;
		width: 100%;
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .card-md-2-count {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	#ss-account-dashboard-css .card-md-3-count {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	#ss-account-dashboard-css .card-md-4-count {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
	#ss-account-dashboard-css .card-md-1-gap {
		-webkit-column-gap: .5rem;
		-moz-column-gap: .5rem;
		column-gap: .5rem;
	}
	#ss-account-dashboard-css .card-md-2-gap {
		-webkit-column-gap: 2rem;
		-moz-column-gap: 2rem;
		column-gap: 2rem;
	}
	#ss-account-dashboard-css .card-md-3-gap {
		-webkit-column-gap: 3rem;
		-moz-column-gap: 3rem;
		column-gap: 3rem;
	}
	#ss-account-dashboard-css .card-md-4-gap {
		-webkit-column-gap: 4rem;
		-moz-column-gap: 4rem;
		column-gap: 4rem;
	}
	#ss-account-dashboard-css .card-md-5-gap {
		-webkit-column-gap: 5rem;
		-moz-column-gap: 5rem;
		column-gap: 5rem;
	}
	#ss-account-dashboard-css .card-md-columns {
		orphans: 1;
		widows: 1;
	}
	#ss-account-dashboard-css .card-md-columns .card {
		display: inline-block;
		width: 100%;
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .card-lg-2-count {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	#ss-account-dashboard-css .card-lg-3-count {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	#ss-account-dashboard-css .card-lg-4-count {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
	#ss-account-dashboard-css .card-lg-1-gap {
		-webkit-column-gap: .5rem;
		-moz-column-gap: .5rem;
		column-gap: .5rem;
	}
	#ss-account-dashboard-css .card-lg-2-gap {
		-webkit-column-gap: 2rem;
		-moz-column-gap: 2rem;
		column-gap: 2rem;
	}
	#ss-account-dashboard-css .card-lg-3-gap {
		-webkit-column-gap: 3rem;
		-moz-column-gap: 3rem;
		column-gap: 3rem;
	}
	#ss-account-dashboard-css .card-lg-4-gap {
		-webkit-column-gap: 4rem;
		-moz-column-gap: 4rem;
		column-gap: 4rem;
	}
	#ss-account-dashboard-css .card-lg-5-gap {
		-webkit-column-gap: 5rem;
		-moz-column-gap: 5rem;
		column-gap: 5rem;
	}
	#ss-account-dashboard-css .card-lg-columns {
		orphans: 1;
		widows: 1;
	}
	#ss-account-dashboard-css .card-lg-columns .card {
		display: inline-block;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	#ss-account-dashboard-css .card-xl-2-count {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	#ss-account-dashboard-css .card-xl-3-count {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	#ss-account-dashboard-css .card-xl-4-count {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
	#ss-account-dashboard-css .card-xl-1-gap {
		-webkit-column-gap: .5rem;
		-moz-column-gap: .5rem;
		column-gap: .5rem;
	}
	#ss-account-dashboard-css .card-xl-2-gap {
		-webkit-column-gap: 2rem;
		-moz-column-gap: 2rem;
		column-gap: 2rem;
	}
	#ss-account-dashboard-css .card-xl-3-gap {
		-webkit-column-gap: 3rem;
		-moz-column-gap: 3rem;
		column-gap: 3rem;
	}
	#ss-account-dashboard-css .card-xl-4-gap {
		-webkit-column-gap: 4rem;
		-moz-column-gap: 4rem;
		column-gap: 4rem;
	}
	#ss-account-dashboard-css .card-xl-5-gap {
		-webkit-column-gap: 5rem;
		-moz-column-gap: 5rem;
		column-gap: 5rem;
	}
	#ss-account-dashboard-css .card-xl-columns {
		orphans: 1;
		widows: 1;
	}
	#ss-account-dashboard-css .card-xl-columns .card {
		display: inline-block;
		width: 100%;
	}
}

#ss-account-dashboard-css .card {
	border-width: 0;
	box-shadow: 0 12px 15px rgba(140, 152, 164, 0.1);
}

#ss-account-dashboard-css .card-title {
	display: block;
	margin-bottom: 0;
}

#ss-account-dashboard-css .card-subtitle {
	display: block;
	color: #8c98a4;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .03125rem;
	margin-top: 0;
	margin-bottom: .5rem;
}

#ss-account-dashboard-css .card-text {
	display: block;
	color: #677788;
}

#ss-account-dashboard-css .card-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

#ss-account-dashboard-css .card-header-title {
	margin-bottom: 0;
}

#ss-account-dashboard-css .card-footer {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .card-group>.card+.card {
		border-left: 0.0625rem solid rgba(231, 234, 243, 0.7);
	}
}

#ss-account-dashboard-css .card-bg-light {
	background-color: #f8fafd;
}

#ss-account-dashboard-css .card-bg-light:hover {
	background-color: #f4f7fc;
}

#ss-account-dashboard-css .card-frame {
	border: 0.0625rem solid rgba(231, 234, 243, 0.7);
	box-shadow: none;
	transition: .3s;
}

#ss-account-dashboard-css .card-frame-highlighted,
#ss-account-dashboard-css .card-frame:hover {
	border-color: rgba(59, 181, 170, 0.7);
}

#ss-account-dashboard-css .card-hover-shadow {
	transition: .3s;
}

#ss-account-dashboard-css .card-hover-shadow:hover {
	box-shadow: 0 12px 15px rgba(140, 152, 164, 0.175);
}

#ss-account-dashboard-css .card-collapse {
	padding: 0;
	transition: .3s ease-in-out;
}

#ss-account-dashboard-css .card-collapse:hover {
	background-color: #f8fafd;
}

#ss-account-dashboard-css .card-collapse .card-body {
	color: #677788;
}

#ss-account-dashboard-css .card-btn {
	color: #1e2022;
	text-align: left;
	white-space: inherit;
	border-radius: .75rem;
}

#ss-account-dashboard-css .card-btn-toggle {
	display: inline-block;
	color: #ed1c24;
}

#ss-account-dashboard-css .card-btn-toggle-default {
	display: none;
}

#ss-account-dashboard-css .card-btn-toggle-active {
	display: block;
}

#ss-account-dashboard-css .card-btn.collapsed .card-btn-toggle-default {
	display: block;
}

#ss-account-dashboard-css .card-btn.collapsed .card-btn-toggle-active {
	display: none;
}

#ss-account-dashboard-css .card-body-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
}

#ss-account-dashboard-css .card-dashed {
	border-width: 0;
	min-height: 10rem;
}

#ss-account-dashboard-css .card-dashed:hover {
	border-color: rgba(59, 181, 170, 0.7);
}

#ss-account-dashboard-css .card-dashed:hover .card-dashed-body {
	color: #c90c14;
}

#ss-account-dashboard-css .card-dashed .card-dashed-body {
	color: #8c98a4;
	border: 0.0625rem dashed rgba(214, 219, 235, 0.7);
	border-radius: .75rem;
	transition: .3s;
}

#ss-account-dashboard-css .card-bordered {
	border-width: .0625rem;
}

#ss-account-dashboard-css .card-img-bottom,
#ss-account-dashboard-css .card-img-top {
	min-height: 1px;
}

#ss-account-dashboard-css .card .table {
	margin-bottom: 1px;
}

#ss-account-dashboard-css .card .table td,
#ss-account-dashboard-css .card .table th {
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}

#ss-account-dashboard-css .card .table-thead-bordered {
	margin-top: -.0625rem;
}

#ss-account-dashboard-css .card-dropdown {
	position: absolute;
	top: 1rem;
	right: 1rem;
}

#ss-account-dashboard-css .card-no-gutters {
	box-shadow: none;
}

#ss-account-dashboard-css .card-no-gutters>.card-body,
#ss-account-dashboard-css .card-no-gutters>.card-header {
	padding-right: 0;
	padding-left: 0;
}

#ss-account-dashboard-css .card-no-gutters>.card-footer {
	border-width: 0;
	padding: 0;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .card-sm-gutters-1 {
		margin-right: -.25rem;
		margin-left: -.25rem;
	}
	#ss-account-dashboard-css .card-sm-gutters-1 .card {
		margin-right: .25rem;
		margin-left: .25rem;
	}
	#ss-account-dashboard-css .card-sm-gutters-2 {
		margin-right: -.5rem;
		margin-left: -.5rem;
	}
	#ss-account-dashboard-css .card-sm-gutters-2 .card {
		margin-right: .5rem;
		margin-left: .5rem;
	}
	#ss-account-dashboard-css .card-sm-gutters-3 {
		margin-right: -.9375rem;
		margin-left: -.9375rem;
	}
	#ss-account-dashboard-css .card-sm-gutters-3 .card {
		margin-right: .9375rem;
		margin-left: .9375rem;
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .card-md-gutters-1 {
		margin-right: -.25rem;
		margin-left: -.25rem;
	}
	#ss-account-dashboard-css .card-md-gutters-1 .card {
		margin-right: .25rem;
		margin-left: .25rem;
	}
	#ss-account-dashboard-css .card-md-gutters-2 {
		margin-right: -.5rem;
		margin-left: -.5rem;
	}
	#ss-account-dashboard-css .card-md-gutters-2 .card {
		margin-right: .5rem;
		margin-left: .5rem;
	}
	#ss-account-dashboard-css .card-md-gutters-3 {
		margin-right: -.9375rem;
		margin-left: -.9375rem;
	}
	#ss-account-dashboard-css .card-md-gutters-3 .card {
		margin-right: .9375rem;
		margin-left: .9375rem;
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .card-lg-gutters-1 {
		margin-right: -.25rem;
		margin-left: -.25rem;
	}
	#ss-account-dashboard-css .card-lg-gutters-1 .card {
		margin-right: .25rem;
		margin-left: .25rem;
	}
	#ss-account-dashboard-css .card-lg-gutters-2 {
		margin-right: -.5rem;
		margin-left: -.5rem;
	}
	#ss-account-dashboard-css .card-lg-gutters-2 .card {
		margin-right: .5rem;
		margin-left: .5rem;
	}
	#ss-account-dashboard-css .card-lg-gutters-3 {
		margin-right: -.9375rem;
		margin-left: -.9375rem;
	}
	#ss-account-dashboard-css .card-lg-gutters-3 .card {
		margin-right: .9375rem;
		margin-left: .9375rem;
	}
}

@media (max-width: 767.98px) {
	#ss-account-dashboard-css .card-group-sm-break {
		display: block;
	}
	#ss-account-dashboard-css .card-group-sm-break>.card:not(:last-child) {
		margin-bottom: -1px;
	}
	#ss-account-dashboard-css .card-group-sm-break>.card+.card {
		border-left: 0.0625rem solid rgba(231, 234, 243, 0.7);
	}
	#ss-account-dashboard-css .card-group-sm-break>.card:first-child {
		border-top-left-radius: .75rem;
		border-top-right-radius: .75rem;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	#ss-account-dashboard-css .card-group-sm-break>.card:first-child .card-header,
	#ss-account-dashboard-css .card-group-sm-break>.card:first-child .card-img-top {
		border-top-left-radius: .75rem;
		border-top-right-radius: .75rem;
	}
	#ss-account-dashboard-css .card-group-sm-break>.card:first-child .card-footer,
	#ss-account-dashboard-css .card-group-sm-break>.card:first-child .card-img-bottom {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	#ss-account-dashboard-css .card-group-sm-break>.card:last-child {
		border-bottom-right-radius: .75rem;
		border-bottom-left-radius: .75rem;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	#ss-account-dashboard-css .card-group-sm-break>.card:last-child .card-header,
	#ss-account-dashboard-css .card-group-sm-break>.card:last-child .card-img-top {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	#ss-account-dashboard-css .card-group-sm-break>.card:last-child .card-footer,
	#ss-account-dashboard-css .card-group-sm-break>.card:last-child .card-img-bottom {
		border-bottom-right-radius: .75rem;
		border-bottom-left-radius: .75rem;
	}
}

@media (max-width: 991.98px) {
	#ss-account-dashboard-css .card-group-md-break {
		display: block;
	}
	#ss-account-dashboard-css .card-group-md-break>.card:not(:last-child) {
		margin-bottom: -1px;
	}
	#ss-account-dashboard-css .card-group-md-break>.card+.card {
		border-left: 0.0625rem solid rgba(231, 234, 243, 0.7);
	}
	#ss-account-dashboard-css .card-group-md-break>.card:first-child {
		border-top-left-radius: .75rem;
		border-top-right-radius: .75rem;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	#ss-account-dashboard-css .card-group-md-break>.card:first-child .card-header,
	#ss-account-dashboard-css .card-group-md-break>.card:first-child .card-img-top {
		border-top-left-radius: .75rem;
		border-top-right-radius: .75rem;
	}
	#ss-account-dashboard-css .card-group-md-break>.card:first-child .card-footer,
	#ss-account-dashboard-css .card-group-md-break>.card:first-child .card-img-bottom {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	#ss-account-dashboard-css .card-group-md-break>.card:last-child {
		border-bottom-right-radius: .75rem;
		border-bottom-left-radius: .75rem;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	#ss-account-dashboard-css .card-group-md-break>.card:last-child .card-header,
	#ss-account-dashboard-css .card-group-md-break>.card:last-child .card-img-top {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	#ss-account-dashboard-css .card-group-md-break>.card:last-child .card-footer,
	#ss-account-dashboard-css .card-group-md-break>.card:last-child .card-img-bottom {
		border-bottom-right-radius: .75rem;
		border-bottom-left-radius: .75rem;
	}
}

@media (max-width: 1199.98px) {
	#ss-account-dashboard-css .card-group-lg-break {
		display: block;
	}
	#ss-account-dashboard-css .card-group-lg-break>.card:not(:last-child) {
		margin-bottom: -1px;
	}
	#ss-account-dashboard-css .card-group-lg-break>.card+.card {
		border-left: 0.0625rem solid rgba(231, 234, 243, 0.7);
	}
	#ss-account-dashboard-css .card-group-lg-break>.card:first-child {
		border-top-left-radius: .75rem;
		border-top-right-radius: .75rem;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	#ss-account-dashboard-css .card-group-lg-break>.card:first-child .card-header,
	#ss-account-dashboard-css .card-group-lg-break>.card:first-child .card-img-top {
		border-top-left-radius: .75rem;
		border-top-right-radius: .75rem;
	}
	#ss-account-dashboard-css .card-group-lg-break>.card:first-child .card-footer,
	#ss-account-dashboard-css .card-group-lg-break>.card:first-child .card-img-bottom {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	#ss-account-dashboard-css .card-group-lg-break>.card:last-child {
		border-bottom-right-radius: .75rem;
		border-bottom-left-radius: .75rem;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	#ss-account-dashboard-css .card-group-lg-break>.card:last-child .card-header,
	#ss-account-dashboard-css .card-group-lg-break>.card:last-child .card-img-top {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	#ss-account-dashboard-css .card-group-lg-break>.card:last-child .card-footer,
	#ss-account-dashboard-css .card-group-lg-break>.card:last-child .card-img-bottom {
		border-bottom-right-radius: .75rem;
		border-bottom-left-radius: .75rem;
	}
}

#ss-account-dashboard-css .sidebar {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1003;
	width: 23.4375rem;
	height: 100%;
	background-color: #fff;
	box-shadow: -5px 0 12px rgba(103, 119, 136, 0.1);
}

#ss-account-dashboard-css .sidebar-body,
#ss-account-dashboard-css .sidebar-content {
	height: 100%;
}

#ss-account-dashboard-css .sidebar-left {
	right: auto;
	left: 0;
	box-shadow: 5px 0 12px rgba(103, 119, 136, 0.1);
}

#ss-account-dashboard-css .sidebar-scroller {
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
}

#ss-account-dashboard-css .sidebar-container {
	position: relative;
	height: 100%;
	min-height: 100%;
}

#ss-account-dashboard-css .sidebar-footer {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

#ss-account-dashboard-css .sidebar-footer-offset {
	height: 100%;
	box-sizing: border-box;
}

#ss-account-dashboard-css .clients {
	width: 100%;
	max-width: 6rem;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#ss-account-dashboard-css .column-divider {
	position: relative;
}

#ss-account-dashboard-css .column-divider::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	border-left: .0625rem solid #e7eaf3;
	content: "";
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .column-divider-sm {
		position: relative;
	}
	#ss-account-dashboard-css .column-divider-sm::before {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		border-left: .0625rem solid #e7eaf3;
		content: "";
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .column-divider-md {
		position: relative;
	}
	#ss-account-dashboard-css .column-divider-md::before {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		border-left: .0625rem solid #e7eaf3;
		content: "";
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .column-divider-lg {
		position: relative;
	}
	#ss-account-dashboard-css .column-divider-lg::before {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		border-left: .0625rem solid #e7eaf3;
		content: "";
	}
}

@media (min-width: 1200px) {
	#ss-account-dashboard-css .column-divider-xl {
		position: relative;
	}
	#ss-account-dashboard-css .column-divider-xl::before {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		border-left: .0625rem solid #e7eaf3;
		content: "";
	}
}

#ss-account-dashboard-css .column-divider-20deg::before {
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
	left: -1rem;
}

#ss-account-dashboard-css .divider {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

#ss-account-dashboard-css .divider::after,
#ss-account-dashboard-css .divider::before {
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	border-top: .0625rem solid #e7eaf3;
	content: "";
	margin-top: .0625rem;
}

#ss-account-dashboard-css .divider::before {
	margin-right: 1.5rem;
}

#ss-account-dashboard-css .divider::after {
	margin-left: 1.5rem;
}

#ss-account-dashboard-css .divider-text {
	color: #8c98a4;
}

#ss-account-dashboard-css .dropdown-menu {
	box-shadow: 0 10px 40px 10px rgba(140, 152, 164, 0.175);
}

#ss-account-dashboard-css .dropdown-header {
	font-size: .75rem;
	font-weight: 600;
	text-transform: uppercase;
}

#ss-account-dashboard-css .dropdown-nav-link {
	color: #1e2022;
	font-size: .875rem;
}

#ss-account-dashboard-css .dropdown-item {
	font-size: .875rem;
}

#ss-account-dashboard-css .dropdown-item:active {
	color: #1e2022;
	background-color: rgba(189, 197, 209, 0.3);
}

#ss-account-dashboard-css .dropdown-item.active:not(:focus):not(:active) {
	color: #1e2022;
	background-color: rgba(189, 197, 209, 0.3);
}

#ss-account-dashboard-css .dropdown-item-icon {
	display: inline-block;
	text-align: center;
	color: #677788;
	opacity: .7;
	font-size: .75rem;
	min-width: 1rem;
	max-width: 1rem;
	margin-right: .25rem;
}

#ss-account-dashboard-css .dropdown-toggle {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

#ss-account-dashboard-css .dropdown-toggle::after {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23677788' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
	content: "";
}

#ss-account-dashboard-css .dropdown-toggle:not(.dropdown-toggle-empty)::after {
	margin-left: .5rem;
}

#ss-account-dashboard-css .dropdown-toggle-collapse::after {
	transition: .3s;
}

#ss-account-dashboard-css .dropdown-toggle-collapse[aria-expanded=true]::after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

#ss-account-dashboard-css .dropdown-card {
	padding-top: 0;
	padding-bottom: 0;
}

#ss-account-dashboard-css .dropdown-menu-top {
	top: 0;
}

#ss-account-dashboard-css .dropdown-menu-bottom {
	top: auto;
	bottom: 0;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .dropdown-menu-sm-top {
		top: 0;
	}
	#ss-account-dashboard-css .dropdown-menu-sm-bottom {
		top: auto;
		bottom: 0;
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .dropdown-menu-md-top {
		top: 0;
	}
	#ss-account-dashboard-css .dropdown-menu-md-bottom {
		top: auto;
		bottom: 0;
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .dropdown-menu-lg-top {
		top: 0;
	}
	#ss-account-dashboard-css .dropdown-menu-lg-bottom {
		top: auto;
		bottom: 0;
	}
}

@media (min-width: 1200px) {
	#ss-account-dashboard-css .dropdown-menu-xl-top {
		top: 0;
	}
	#ss-account-dashboard-css .dropdown-menu-xl-bottom {
		top: auto;
		bottom: 0;
	}
}

#ss-account-dashboard-css .dropdown-card {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .dropdown-card {
		min-width: 25rem;
	}
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .dropdown-menu-size-md {
		width: 440px;
	}
	#ss-account-dashboard-css .dropdown-menu-size-lg {
		width: 340px;
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .dropdown-menu-size-lg {
		width: 440px;
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .dropdown-menu-size-lg {
		width: 740px;
	}
}

#ss-account-dashboard-css .input-group .input-group-append,
#ss-account-dashboard-css .input-group .input-group-prepend {
	z-index: 4;
}

#ss-account-dashboard-css .custom-select:focus,
#ss-account-dashboard-css .form-control:focus {
	box-shadow: 0 0 10px rgba(59, 181, 170, 0.1);
}

#ss-account-dashboard-css .input-group-text {
	border-color: #e7eaf3;
}

#ss-account-dashboard-css .input-label {
	display: block;
	color: #1e2022;
	font-size: .875rem;
}

#ss-account-dashboard-css .input-label-secondary {
	color: #8c98a4;
	font-size: .875rem;
	margin-left: .25rem;
}

#ss-account-dashboard-css .form-link {
	display: inline-block;
	margin-top: .75rem;
}

#ss-account-dashboard-css .input-group-borderless .form-control,
#ss-account-dashboard-css .input-group-borderless .input-group-text {
	border: none;
}

#ss-account-dashboard-css .input-group-borderless .form-control:focus,
#ss-account-dashboard-css .input-group-borderless .input-group-text:focus {
	box-shadow: none;
}

#ss-account-dashboard-css .input-group-add-field {
	position: relative;
	margin-top: 1rem;
}

#ss-account-dashboard-css .input-group-add-field:hover .input-group-add-field-delete {
	opacity: 1;
}

#ss-account-dashboard-css .input-group-add-field-delete {
	position: absolute;
	top: .75rem;
	right: 0;
	width: 1rem;
	color: #ed4c78;
	opacity: 0;
	margin-right: -1rem;
	padding-left: .25rem;
}

#ss-account-dashboard-css .input-group-add-field-delete:hover {
	color: #ea2c60;
}

@media (max-width: 1199.98px) {
	#ss-account-dashboard-css .input-group-add-field-delete {
		opacity: 1;
	}
}

#ss-account-dashboard-css .input-group>.input-group-prepend .custom-select {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#ss-account-dashboard-css .input-group>.input-group-append .custom-select {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

@media (max-width: 575.98px) {
	#ss-account-dashboard-css .input-group-sm-down-break {
		display: block;
	}
	#ss-account-dashboard-css .input-group-sm-down-break>.custom-select,
	#ss-account-dashboard-css .input-group-sm-down-break>.form-control {
		width: 100%;
	}
	#ss-account-dashboard-css .input-group-sm-down-break>.custom-select:first-child,
	#ss-account-dashboard-css .input-group-sm-down-break>.form-control:first-child {
		border-top-left-radius: .3125rem;
		border-top-right-radius: .3125rem;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	#ss-account-dashboard-css .input-group-sm-down-break>.custom-select:not(:first-child):not(:last-child),
	#ss-account-dashboard-css .input-group-sm-down-break>.form-control:not(:first-child):not(:last-child) {
		border-radius: 0;
	}
	#ss-account-dashboard-css .input-group-sm-down-break>.custom-select:last-child,
	#ss-account-dashboard-css .input-group-sm-down-break>.form-control:last-child {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: .3125rem;
		border-bottom-left-radius: .3125rem;
	}
	#ss-account-dashboard-css .input-group-sm-down-break .custom-file+.custom-file,
	#ss-account-dashboard-css .input-group-sm-down-break .custom-file+.custom-select,
	#ss-account-dashboard-css .input-group-sm-down-break .custom-file+.form-control,
	#ss-account-dashboard-css .input-group-sm-down-break .custom-select+.custom-file,
	#ss-account-dashboard-css .input-group-sm-down-break .custom-select+.custom-select,
	#ss-account-dashboard-css .input-group-sm-down-break .custom-select+.form-control,
	#ss-account-dashboard-css .input-group-sm-down-break .form-control+.custom-file,
	#ss-account-dashboard-css .input-group-sm-down-break .form-control+.custom-select,
	#ss-account-dashboard-css .input-group-sm-down-break .form-control+.form-control,
	#ss-account-dashboard-css .input-group-sm-down-break .form-control-plaintext+.custom-file,
	#ss-account-dashboard-css .input-group-sm-down-break .form-control-plaintext+.custom-select,
	#ss-account-dashboard-css .input-group-sm-down-break .form-control-plaintext+.form-control {
		margin-left: 0;
		margin-top: -.0625rem;
	}
}

@media (max-width: 767.98px) {
	#ss-account-dashboard-css .input-group-md-down-break {
		display: block;
	}
	#ss-account-dashboard-css .input-group-md-down-break>.custom-select,
	#ss-account-dashboard-css .input-group-md-down-break>.form-control {
		width: 100%;
	}
	#ss-account-dashboard-css .input-group-md-down-break>.custom-select:first-child,
	#ss-account-dashboard-css .input-group-md-down-break>.form-control:first-child {
		border-top-left-radius: .3125rem;
		border-top-right-radius: .3125rem;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	#ss-account-dashboard-css .input-group-md-down-break>.custom-select:not(:first-child):not(:last-child),
	#ss-account-dashboard-css .input-group-md-down-break>.form-control:not(:first-child):not(:last-child) {
		border-radius: 0;
	}
	#ss-account-dashboard-css .input-group-md-down-break>.custom-select:last-child,
	#ss-account-dashboard-css .input-group-md-down-break>.form-control:last-child {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: .3125rem;
		border-bottom-left-radius: .3125rem;
	}
	#ss-account-dashboard-css .input-group-md-down-break .custom-file+.custom-file,
	#ss-account-dashboard-css .input-group-md-down-break .custom-file+.custom-select,
	#ss-account-dashboard-css .input-group-md-down-break .custom-file+.form-control,
	#ss-account-dashboard-css .input-group-md-down-break .custom-select+.custom-file,
	#ss-account-dashboard-css .input-group-md-down-break .custom-select+.custom-select,
	#ss-account-dashboard-css .input-group-md-down-break .custom-select+.form-control,
	#ss-account-dashboard-css .input-group-md-down-break .form-control+.custom-file,
	#ss-account-dashboard-css .input-group-md-down-break .form-control+.custom-select,
	#ss-account-dashboard-css .input-group-md-down-break .form-control+.form-control,
	#ss-account-dashboard-css .input-group-md-down-break .form-control-plaintext+.custom-file,
	#ss-account-dashboard-css .input-group-md-down-break .form-control-plaintext+.custom-select,
	#ss-account-dashboard-css .input-group-md-down-break .form-control-plaintext+.form-control {
		margin-left: 0;
		margin-top: -.0625rem;
	}
}

@media (max-width: 991.98px) {
	#ss-account-dashboard-css .input-group-lg-down-break {
		display: block;
	}
	#ss-account-dashboard-css .input-group-lg-down-break>.custom-select,
	#ss-account-dashboard-css .input-group-lg-down-break>.form-control {
		width: 100%;
	}
	#ss-account-dashboard-css .input-group-lg-down-break>.custom-select:first-child,
	#ss-account-dashboard-css .input-group-lg-down-break>.form-control:first-child {
		border-top-left-radius: .3125rem;
		border-top-right-radius: .3125rem;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	#ss-account-dashboard-css .input-group-lg-down-break>.custom-select:not(:first-child):not(:last-child),
	#ss-account-dashboard-css .input-group-lg-down-break>.form-control:not(:first-child):not(:last-child) {
		border-radius: 0;
	}
	#ss-account-dashboard-css .input-group-lg-down-break>.custom-select:last-child,
	#ss-account-dashboard-css .input-group-lg-down-break>.form-control:last-child {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: .3125rem;
		border-bottom-left-radius: .3125rem;
	}
	#ss-account-dashboard-css .input-group-lg-down-break .custom-file+.custom-file,
	#ss-account-dashboard-css .input-group-lg-down-break .custom-file+.custom-select,
	#ss-account-dashboard-css .input-group-lg-down-break .custom-file+.form-control,
	#ss-account-dashboard-css .input-group-lg-down-break .custom-select+.custom-file,
	#ss-account-dashboard-css .input-group-lg-down-break .custom-select+.custom-select,
	#ss-account-dashboard-css .input-group-lg-down-break .custom-select+.form-control,
	#ss-account-dashboard-css .input-group-lg-down-break .form-control+.custom-file,
	#ss-account-dashboard-css .input-group-lg-down-break .form-control+.custom-select,
	#ss-account-dashboard-css .input-group-lg-down-break .form-control+.form-control,
	#ss-account-dashboard-css .input-group-lg-down-break .form-control-plaintext+.custom-file,
	#ss-account-dashboard-css .input-group-lg-down-break .form-control-plaintext+.custom-select,
	#ss-account-dashboard-css .input-group-lg-down-break .form-control-plaintext+.form-control {
		margin-left: 0;
		margin-top: -.0625rem;
	}
}

@media (max-width: 1199.98px) {
	#ss-account-dashboard-css .input-group-xl-down-break {
		display: block;
	}
	#ss-account-dashboard-css .input-group-xl-down-break>.custom-select,
	#ss-account-dashboard-css .input-group-xl-down-break>.form-control {
		width: 100%;
	}
	#ss-account-dashboard-css .input-group-xl-down-break>.custom-select:first-child,
	#ss-account-dashboard-css .input-group-xl-down-break>.form-control:first-child {
		border-top-left-radius: .3125rem;
		border-top-right-radius: .3125rem;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	#ss-account-dashboard-css .input-group-xl-down-break>.custom-select:not(:first-child):not(:last-child),
	#ss-account-dashboard-css .input-group-xl-down-break>.form-control:not(:first-child):not(:last-child) {
		border-radius: 0;
	}
	#ss-account-dashboard-css .input-group-xl-down-break>.custom-select:last-child,
	#ss-account-dashboard-css .input-group-xl-down-break>.form-control:last-child {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: .3125rem;
		border-bottom-left-radius: .3125rem;
	}
	#ss-account-dashboard-css .input-group-xl-down-break .custom-file+.custom-file,
	#ss-account-dashboard-css .input-group-xl-down-break .custom-file+.custom-select,
	#ss-account-dashboard-css .input-group-xl-down-break .custom-file+.form-control,
	#ss-account-dashboard-css .input-group-xl-down-break .custom-select+.custom-file,
	#ss-account-dashboard-css .input-group-xl-down-break .custom-select+.custom-select,
	#ss-account-dashboard-css .input-group-xl-down-break .custom-select+.form-control,
	#ss-account-dashboard-css .input-group-xl-down-break .form-control+.custom-file,
	#ss-account-dashboard-css .input-group-xl-down-break .form-control+.custom-select,
	#ss-account-dashboard-css .input-group-xl-down-break .form-control+.form-control,
	#ss-account-dashboard-css .input-group-xl-down-break .form-control-plaintext+.custom-file,
	#ss-account-dashboard-css .input-group-xl-down-break .form-control-plaintext+.custom-select,
	#ss-account-dashboard-css .input-group-xl-down-break .form-control-plaintext+.form-control {
		margin-left: 0;
		margin-top: -.0625rem;
	}
}

#ss-account-dashboard-css .input-group-down-break {
	display: block;
}

#ss-account-dashboard-css .input-group-down-break>.custom-select,
#ss-account-dashboard-css .input-group-down-break>.form-control {
	width: 100%;
}

#ss-account-dashboard-css .input-group-down-break>.custom-select:first-child,
#ss-account-dashboard-css .input-group-down-break>.form-control:first-child {
	border-top-left-radius: .3125rem;
	border-top-right-radius: .3125rem;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

#ss-account-dashboard-css .input-group-down-break>.custom-select:not(:first-child):not(:last-child),
#ss-account-dashboard-css .input-group-down-break>.form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}

#ss-account-dashboard-css .input-group-down-break>.custom-select:last-child,
#ss-account-dashboard-css .input-group-down-break>.form-control:last-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: .3125rem;
	border-bottom-left-radius: .3125rem;
}

#ss-account-dashboard-css .input-group-down-break .custom-file+.custom-file,
#ss-account-dashboard-css .input-group-down-break .custom-file+.custom-select,
#ss-account-dashboard-css .input-group-down-break .custom-file+.form-control,
#ss-account-dashboard-css .input-group-down-break .custom-select+.custom-file,
#ss-account-dashboard-css .input-group-down-break .custom-select+.custom-select,
#ss-account-dashboard-css .input-group-down-break .custom-select+.form-control,
#ss-account-dashboard-css .input-group-down-break .form-control+.custom-file,
#ss-account-dashboard-css .input-group-down-break .form-control+.custom-select,
#ss-account-dashboard-css .input-group-down-break .form-control+.form-control,
#ss-account-dashboard-css .input-group-down-break .form-control-plaintext+.custom-file,
#ss-account-dashboard-css .input-group-down-break .form-control-plaintext+.custom-select,
#ss-account-dashboard-css .input-group-down-break .form-control-plaintext+.form-control {
	margin-left: 0;
	margin-top: -.0625rem;
}

#ss-account-dashboard-css .input-group-merge {
	position: relative;
}

#ss-account-dashboard-css .input-group-merge .input-group-append,
#ss-account-dashboard-css .input-group-merge .input-group-prepend {
	position: absolute;
	top: 0;
	bottom: 0;
}

#ss-account-dashboard-css .input-group-merge .input-group-prepend {
	left: 0;
}

#ss-account-dashboard-css .input-group-merge .input-group-prepend .input-group-text {
	padding: 0 0 0 1rem;
}

#ss-account-dashboard-css .input-group-merge .input-group-prepend .input-group-text:first-child {
	border-top-left-radius: .3125rem;
	border-bottom-left-radius: .3125rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#ss-account-dashboard-css .input-group-merge .input-group-append {
	right: 0;
}

#ss-account-dashboard-css .input-group-merge .input-group-append .input-group-text {
	padding: 0 1rem 0 0;
}

#ss-account-dashboard-css .input-group-merge .input-group-append .input-group-text:last-child {
	border-top-right-radius: .3125rem;
	border-bottom-right-radius: .3125rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#ss-account-dashboard-css .input-group-merge .input-group-text {
	z-index: 4;
	border: none;
}

#ss-account-dashboard-css .input-group-merge .custom-select:not(:first-child),
#ss-account-dashboard-css .input-group-merge .form-control:not(:first-child) {
	padding-left: 2.5rem;
	border-top-left-radius: .3125rem;
	border-bottom-left-radius: .3125rem;
}

#ss-account-dashboard-css .input-group-merge .custom-select:not(:last-child),
#ss-account-dashboard-css .input-group-merge .form-control:not(:last-child) {
	padding-right: 2.5rem;
	border-top-right-radius: .3125rem;
	border-bottom-right-radius: .3125rem;
}

#ss-account-dashboard-css .input-group-pill {
	border-radius: 6.1875rem;
}

#ss-account-dashboard-css .input-group-pill>.form-control:first-child {
	border-top-left-radius: 6.1875rem;
	border-bottom-left-radius: 6.1875rem;
}

#ss-account-dashboard-css .input-group-pill>.form-control:last-child {
	border-top-right-radius: 6.1875rem;
	border-bottom-right-radius: 6.1875rem;
}

#ss-account-dashboard-css .input-group-pill>.input-group-prepend>.btn {
	border-top-left-radius: 6.1875rem;
	border-bottom-left-radius: 6.1875rem;
}

#ss-account-dashboard-css .input-group-pill>.input-group-append>.btn {
	border-top-right-radius: 6.1875rem;
	border-bottom-right-radius: 6.1875rem;
}

#ss-account-dashboard-css .input-group-pill.input-group-merge .form-control:not(:last-child) {
	border-top-right-radius: 6.1875rem;
	border-bottom-right-radius: 6.1875rem;
}

#ss-account-dashboard-css .input-group-pill.input-group-merge .input-group-prepend>.btn,
#ss-account-dashboard-css .input-group-pill.input-group-merge .input-group-prepend>.input-group-text {
	border-top-left-radius: 6.1875rem;
	border-bottom-left-radius: 6.1875rem;
}

#ss-account-dashboard-css .input-group-pill.input-group-merge .form-control:not(:first-child) {
	border-top-left-radius: 6.1875rem;
	border-bottom-left-radius: 6.1875rem;
}

#ss-account-dashboard-css .input-group-pill.input-group-merge .input-group-append>.btn,
#ss-account-dashboard-css .input-group-pill.input-group-merge .input-group-append>.input-group-text {
	border-top-right-radius: 6.1875rem;
	border-bottom-right-radius: 6.1875rem;
}

#ss-account-dashboard-css .input-group-sm.input-group-merge .custom-select:not(:first-child),
#ss-account-dashboard-css .input-group-sm.input-group-merge .form-control:not(:first-child) {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

#ss-account-dashboard-css .input-group-sm.input-group-merge .custom-select:not(:last-child),
#ss-account-dashboard-css .input-group-sm.input-group-merge .form-control:not(:last-child) {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

#ss-account-dashboard-css .input-group-sm.input-group-merge .input-group-prepend .input-group-text:first-child {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

#ss-account-dashboard-css .input-group-sm.input-group-merge .input-group-append .input-group-text:last-child {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

#ss-account-dashboard-css .input-group-lg.input-group-merge .custom-select:not(:first-child),
#ss-account-dashboard-css .input-group-lg.input-group-merge .form-control:not(:first-child) {
	padding-left: 3rem;
	border-top-left-radius: .3125rem;
	border-bottom-left-radius: .3125rem;
}

#ss-account-dashboard-css .input-group-lg.input-group-merge .custom-select:not(:last-child),
#ss-account-dashboard-css .input-group-lg.input-group-merge .form-control:not(:last-child) {
	padding-right: 3rem;
	border-top-right-radius: .3125rem;
	border-bottom-right-radius: .3125rem;
}

#ss-account-dashboard-css .input-group-lg.input-group-merge .input-group-prepend .input-group-text:first-child {
	border-top-left-radius: .3125rem;
	border-bottom-left-radius: .3125rem;
}

#ss-account-dashboard-css .input-group-lg.input-group-merge .input-group-append .input-group-text:last-child {
	border-top-right-radius: .3125rem;
	border-bottom-right-radius: .3125rem;
}

#ss-account-dashboard-css .input-group-flush .form-control {
	background-color: transparent;
	border-top: none;
	border-right: none;
	border-left: none;
	box-shadow: none;
	padding-right: 0;
	padding-left: 0;
	border-radius: 0;
}

#ss-account-dashboard-css .input-group-flush .form-control.is-invalid,
#ss-account-dashboard-css .input-group-flush .form-control.is-invalid:focus,
#ss-account-dashboard-css .input-group-flush .form-control.is-valid,
#ss-account-dashboard-css .input-group-flush .form-control.is-valid:focus {
	box-shadow: none;
}

#ss-account-dashboard-css .input-group-flush.input-group-merge .input-group-append .input-group-text,
#ss-account-dashboard-css .input-group-flush.input-group-merge .input-group-prepend .input-group-text {
	padding: 0;
}

#ss-account-dashboard-css .input-group-flush.input-group-merge .custom-select:not(:first-child),
#ss-account-dashboard-css .input-group-flush.input-group-merge .form-control:not(:first-child) {
	padding-left: 2rem;
}

#ss-account-dashboard-css .input-group-flush.input-group-merge .custom-select:not(:last-child),
#ss-account-dashboard-css .input-group-flush.input-group-merge .form-control:not(:last-child) {
	padding-right: 2rem;
}

#ss-account-dashboard-css .input-group-flush.input-group .form-control:not(:first-child),
#ss-account-dashboard-css .input-group-flush.input-group .form-control:not(:last-child),
#ss-account-dashboard-css .input-group-flush.input-group .input-group-append .input-group-text:first-child,
#ss-account-dashboard-css .input-group-flush.input-group .input-group-append .input-group-text:last-child {
	border-radius: 0;
}

#ss-account-dashboard-css .custom-select.is-valid,
#ss-account-dashboard-css .form-control.is-valid {
	background-size: 1rem 1rem;
}

#ss-account-dashboard-css .custom-select.is-valid,
#ss-account-dashboard-css .custom-select.is-valid:focus,
#ss-account-dashboard-css .form-control.is-valid,
#ss-account-dashboard-css .form-control.is-valid:focus {
	box-shadow: 0 0 10px rgba(0, 201, 167, 0.1);
}

#ss-account-dashboard-css .custom-select.is-invalid,
#ss-account-dashboard-css .form-control.is-invalid {
	background-size: 1rem 1rem;
}

#ss-account-dashboard-css .custom-select.is-invalid,
#ss-account-dashboard-css .custom-select.is-invalid:focus,
#ss-account-dashboard-css .form-control.is-invalid,
#ss-account-dashboard-css .form-control.is-invalid:focus {
	box-shadow: 0 0 10px rgba(237, 76, 120, 0.1);
}

#ss-account-dashboard-css .custom-control-label,
#ss-account-dashboard-css .custom-select {
	cursor: pointer;
}

#ss-account-dashboard-css .form-control .custom-control-label {
	width: 100%;
}

#ss-account-dashboard-css .custom-checkbox-bookmark {
	padding-left: 0;
}

#ss-account-dashboard-css .custom-checkbox-bookmark-label {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	color: #bdc5d1;
	font-size: 1rem;
	margin-bottom: 0;
}

#ss-account-dashboard-css .custom-checkbox-bookmark-active,
#ss-account-dashboard-css .custom-checkbox-bookmark-default {
	margin-top: -1px;
}

#ss-account-dashboard-css .custom-checkbox-bookmark-active {
	color: #ffc107;
}

#ss-account-dashboard-css .custom-checkbox-bookmark-input~.custom-checkbox-bookmark-label .custom-checkbox-bookmark-default {
	display: block;
}

#ss-account-dashboard-css .custom-checkbox-bookmark-input~.custom-checkbox-bookmark-label .custom-checkbox-bookmark-active {
	display: none;
}

#ss-account-dashboard-css .custom-checkbox-bookmark-input:checked~.custom-checkbox-bookmark-label .custom-checkbox-bookmark-default {
	display: none;
}

#ss-account-dashboard-css .custom-checkbox-bookmark-input:checked~.custom-checkbox-bookmark-label .custom-checkbox-bookmark-active {
	display: block;
}

#ss-account-dashboard-css .custom-checkbox-bookmark-input:disabled~.custom-checkbox-bookmark-label {
	color: #e7eaf3;
}

#ss-account-dashboard-css .checkbox-outline {
	padding-left: 0;
	margin-right: 0;
}

#ss-account-dashboard-css .checkbox-outline-label {
	border: .0625rem solid #e7eaf3;
	cursor: pointer;
}

#ss-account-dashboard-css .checkbox-outline-input:checked~.checkbox-outline-label {
	border-color: #ed1c24;
}

#ss-account-dashboard-css .checkbox-icon-label::after {
	position: absolute;
	top: .5rem;
	right: .5rem;
	width: 1rem;
	height: 1rem;
	color: #e7eaf3;
	background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 110 110' fill='%23e7eaf3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M55,110L55,110C24.6,110,0,85.4,0,55v0C0,24.6,24.6,0,55,0h0c30.4,0,55,24.6,55,55v0C110,85.4,85.4,110,55,110zM81.6,31c-1.5-1.4-3.9-1.4-5.4,0.1L43.7,64.3l-8-9.6c-1.8-2.2-4.9-2.6-6.9-0.9c-1.8,1.5-2.1,4.1-0.9,6.2l10.2,17.3c2,3.3,6.7,3.6,9,0.5L82,36.2C83.3,34.7,83.1,32.4,81.6,31z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
	content: "";
}

#ss-account-dashboard-css .checkbox-icon-input:checked~.checkbox-icon-label::after {
	background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 110 110' fill='%23ED1C24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M55,110L55,110C24.6,110,0,85.4,0,55v0C0,24.6,24.6,0,55,0h0c30.4,0,55,24.6,55,55v0C110,85.4,85.4,110,55,110zM81.6,31c-1.5-1.4-3.9-1.4-5.4,0.1L43.7,64.3l-8-9.6c-1.8-2.2-4.9-2.6-6.9-0.9c-1.8,1.5-2.1,4.1-0.9,6.2l10.2,17.3c2,3.3,6.7,3.6,9,0.5L82,36.2C83.3,34.7,83.1,32.4,81.6,31z'/%3E%3C/svg%3E") no-repeat right center/1rem 1rem;
}

#ss-account-dashboard-css .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	border-color: rgba(59, 181, 170, 0);
}

#ss-account-dashboard-css .toggle-switch {
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	margin-bottom: 0;
}

#ss-account-dashboard-css .toggle-switch-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

#ss-account-dashboard-css .toggle-switch-content {
	-ms-flex: 1;
	flex: 1;
	margin-left: .5rem;
}

#ss-account-dashboard-css .toggle-switch-label {
	position: relative;
	display: block;
	width: 3rem;
	height: 2rem;
	background-color: #e7eaf3;
	background-clip: content-box;
	border: .125rem solid transparent;
	border-radius: 6.1875rem;
	transition: .3s;
}

#ss-account-dashboard-css .toggle-switch-indicator {
	position: absolute;
	left: .125rem;
	bottom: 50%;
	width: 1.5rem;
	height: 1.5rem;
	background-color: #fff;
	-webkit-transform: initial;
	transform: initial;
	box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
	border-radius: 50%;
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
	transition: .3s;
}

#ss-account-dashboard-css .toggle-switch-input:checked+.toggle-switch-label {
	background-color: #ed1c24;
}

#ss-account-dashboard-css .toggle-switch-input:checked+.toggle-switch-label .toggle-switch-indicator {
	-webkit-transform: translate3d(1.025rem, 50%, 0);
	transform: translate3d(1.025rem, 50%, 0);
}

#ss-account-dashboard-css .toggle-switch-input:disabled+.toggle-switch-label {
	background-color: rgba(231, 234, 243, 0.5);
}

#ss-account-dashboard-css .toggle-switch-input:checked:disabled+.toggle-switch-label {
	background-color: rgba(59, 181, 170, 0.5);
}

#ss-account-dashboard-css .file-attachment-btn {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}

#ss-account-dashboard-css .file-attachment-btn-label {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	min-width: 100%;
	min-height: 100%;
	cursor: inherit;
	opacity: 0;
}

#ss-account-dashboard-css .file-attachment-input {
	position: relative;
	display: block;
	background-color: #f8fafd;
	border: .125rem dashed #e7eaf3;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	border-radius: .3125rem;
	padding: 4rem 4rem;
	margin-bottom: 0;
}

#ss-account-dashboard-css .file-attachment-input-label {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	min-width: 100%;
	min-height: 100%;
	cursor: inherit;
	opacity: 0;
}

#ss-account-dashboard-css .file-attachment-input:hover {
	background-color: #e7eaf3;
}

#ss-account-dashboard-css .go-to {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 9999;
	width: 2.6875rem;
	height: 2.6875rem;
	background-color: rgba(235, 60, 103, 0.1);
	color: #677788;
	font-size: .8125rem;
	opacity: .5;
	border-radius: 50%;
	transition: .3s ease-out;
}

#ss-account-dashboard-css .go-to:focus:hover,
#ss-account-dashboard-css .go-to:hover {
	color: #fff;
	background-color: #ed1c24;
	opacity: 1;
}

#ss-account-dashboard-css .hero-v1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: 100%;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

#ss-account-dashboard-css .hero-v1::before {
	position: absolute;
	top: 50%;
	right: 100%;
	width: 80%;
	height: 80%;
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(59, 181, 170, 0.075) 50%, rgba(255, 255, 255, 0));
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

#ss-account-dashboard-css .icon {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1rem;
	width: 3.125rem;
	height: 3.125rem;
	border-radius: .3125rem;
}

#ss-account-dashboard-css .icon-circle {
	border-radius: 50%;
}

#ss-account-dashboard-css .icon.icon-xs {
	font-size: .75rem;
	width: 1.75rem;
	height: 1.75rem;
}

#ss-account-dashboard-css .icon.icon-sm {
	font-size: .8125rem;
	width: 2.6875rem;
	height: 2.6875rem;
}

#ss-account-dashboard-css .icon.icon-lg {
	font-size: 1.25rem;
	width: 4.25rem;
	height: 4.25rem;
}

#ss-account-dashboard-css .icon-primary {
	color: #fff;
	border-color: #ed1c24;
	background-color: #ed1c24;
}

#ss-account-dashboard-css .icon-secondary {
	color: #fff;
	border-color: #eb3c67;
	background-color: #eb3c67;
}

#ss-account-dashboard-css .icon-success {
	color: #fff;
	border-color: #00c9a7;
	background-color: #00c9a7;
}

#ss-account-dashboard-css .icon-info {
	color: #fff;
	border-color: #09a5be;
	background-color: #09a5be;
}

#ss-account-dashboard-css .icon-warning {
	color: #1e2022;
	border-color: #f5ca99;
	background-color: #f5ca99;
}

#ss-account-dashboard-css .icon-danger {
	color: #fff;
	border-color: #ed4c78;
	background-color: #ed4c78;
}

#ss-account-dashboard-css .icon-light {
	color: #1e2022;
	border-color: #f7faff;
	background-color: #f7faff;
}

#ss-account-dashboard-css .icon-dark {
	color: #fff;
	border-color: #21325b;
	background-color: #21325b;
}

#ss-account-dashboard-css .icon-indigo {
	color: #fff;
	border-color: #2d1582;
	background-color: #2d1582;
}

#ss-account-dashboard-css .icon-soft-primary {
	color: #ed1c24;
	background: rgba(59, 181, 170, 0.1);
}

#ss-account-dashboard-css .icon-soft-secondary {
	color: #eb3c67;
	background: rgba(235, 60, 103, 0.1);
}

#ss-account-dashboard-css .icon-soft-success {
	color: #00c9a7;
	background: rgba(0, 201, 167, 0.1);
}

#ss-account-dashboard-css .icon-soft-info {
	color: #09a5be;
	background: rgba(9, 165, 190, 0.1);
}

#ss-account-dashboard-css .icon-soft-warning {
	color: #f5ca99;
	background: rgba(245, 202, 153, 0.1);
}

#ss-account-dashboard-css .icon-soft-danger {
	color: #ed4c78;
	background: rgba(237, 76, 120, 0.1);
}

#ss-account-dashboard-css .icon-soft-light {
	color: #f7faff;
	background: rgba(247, 250, 255, 0.1);
}

#ss-account-dashboard-css .icon-soft-dark {
	color: #21325b;
	background: rgba(33, 50, 91, 0.1);
}

#ss-account-dashboard-css .icon-soft-indigo {
	color: #2d1582;
	background: rgba(45, 21, 130, 0.1);
}

#ss-account-dashboard-css .legend-indicator {
	display: inline-block;
	width: .5rem;
	height: .5rem;
	background-color: #bdc5d1;
	border-radius: 50%;
	margin-right: .4375rem;
}

#ss-account-dashboard-css .media-viewer {
	position: relative;
	display: block;
}

#ss-account-dashboard-css .media-viewer:hover .media-viewer-icon {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

#ss-account-dashboard-css .media-viewer-container {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#ss-account-dashboard-css .media-viewer-icon {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	text-align: center;
	width: 1.75rem;
	height: 1.75rem;
	font-size: .75rem;
	color: #fff;
	background-color: #ed1c24;
	border-radius: 50%;
	opacity: 0;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	transition: .3s;
}

#ss-account-dashboard-css .media-viewer-icon:focus,
#ss-account-dashboard-css .media-viewer-icon:hover {
	color: #fff;
}

#ss-account-dashboard-css .media-viewer-icon-active {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

#ss-account-dashboard-css .video-player {
	position: relative;
}

#ss-account-dashboard-css .video-player-preview {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	opacity: 1;
	-o-object-fit: cover;
	object-fit: cover;
	transition: opacity .3s ease-in-out;
}

#ss-account-dashboard-css .video-player-played .video-player-preview {
	opacity: 0;
	pointer-events: none;
}

#ss-account-dashboard-css .video-player-btn {
	z-index: 3;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

#ss-account-dashboard-css .video-player-played .video-player-btn {
	-webkit-animation: videoPlayerButton .4s ease-in-out forwards;
	animation: videoPlayerButton .4s ease-in-out forwards;
	pointer-events: none;
}

#ss-account-dashboard-css .video-player-btn:hover .video-player-icon {
	color: #ed1c24;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#ss-account-dashboard-css .video-player-icon {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	text-align: center;
	width: 4.25rem;
	height: 4.25rem;
	font-size: .8125rem;
	border-radius: 50%;
	color: #1e2022;
	background-color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	transition: .3s;
}

#ss-account-dashboard-css .video-player-centered {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@-webkit-keyframes videoPlayerButton {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(1.3);
		transform: translate(-50%, -50%) scale(1.3);
	}
}

@keyframes videoPlayerButton {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(1.3);
		transform: translate(-50%, -50%) scale(1.3);
	}
}

#ss-account-dashboard-css .device {
	position: relative;
}

#ss-account-dashboard-css .device-pointer {
	width: 65%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#ss-account-dashboard-css .device-macbook-screen {
	position: absolute;
	top: 6.8%;
	left: 12.3%;
	width: 75.1%;
	height: 81.1%;
	-o-object-fit: cover;
	object-fit: cover;
}

#ss-account-dashboard-css .device-iphone-x {
	border-radius: 2.75rem;
	box-shadow: 0 12px 15px rgba(140, 152, 164, 0.1);
}

#ss-account-dashboard-css .device-iphone-x-frame {
	position: relative;
	z-index: 2;
	max-width: 100%;
	height: auto;
}

#ss-account-dashboard-css .device-iphone-x-screen {
	position: absolute;
	top: 2.4%;
	left: 4%;
	width: 92.4%;
	height: 96%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: .5rem;
}

#ss-account-dashboard-css .device-half-iphone-x {
	border-top-left-radius: 3rem;
	border-top-right-radius: 3rem;
	box-shadow: 0 12px 15px rgba(140, 152, 164, 0.1);
}

#ss-account-dashboard-css .device-half-iphone-x-frame {
	position: relative;
	z-index: 2;
	max-width: 100%;
	height: auto;
}

#ss-account-dashboard-css .device-half-iphone-x-screen {
	position: absolute;
	top: 2.6%;
	left: 4.1%;
	width: 91.8%;
	height: 97.1%;
	-o-object-fit: cover;
	object-fit: cover;
	border-top-left-radius: .9375rem;
	border-top-right-radius: .9375rem;
}

#ss-account-dashboard-css .device-ipad {
	border-radius: 1.25rem;
	box-shadow: 0 12px 15px rgba(140, 152, 164, 0.1);
}

#ss-account-dashboard-css .device-ipad-frame {
	position: relative;
	z-index: 2;
	max-width: 100%;
	height: auto;
}

#ss-account-dashboard-css .device-ipad-screen {
	position: absolute;
	top: 2.6%;
	left: 4.2%;
	width: 91.8%;
	height: 94.2%;
	-o-object-fit: cover;
	object-fit: cover;
}

#ss-account-dashboard-css .device-horizontal-ipad {
	border-radius: 1.5rem;
	box-shadow: 0 12px 15px rgba(140, 152, 164, 0.1);
}

#ss-account-dashboard-css .device-horizontal-ipad-frame {
	position: relative;
	z-index: 2;
	max-width: 100%;
	height: auto;
}

#ss-account-dashboard-css .device-horizontal-ipad-screen {
	position: absolute;
	top: 3.8%;
	left: 3.2%;
	width: 93.8%;
	height: 92%;
	-o-object-fit: cover;
	object-fit: cover;
}

#ss-account-dashboard-css .device-browser {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 85%;
	overflow: hidden;
	box-shadow: 0 0.625rem 2.5rem 0.625rem rgba(140, 152, 164, 0.175);
	border-radius: .75rem;
}

#ss-account-dashboard-css .device-browser-screen {
	position: absolute;
	top: 6%;
	left: 1.2%;
	width: 97.7%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#ss-account-dashboard-css .device-wrapper {
	position: relative;
}

#ss-account-dashboard-css .device-wrapper .device-iphone-x {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 22%;
}

#ss-account-dashboard-css .modal-header {
	-ms-flex-align: center;
	align-items: center;
	border-width: 0;
	padding-bottom: 0;
}

#ss-account-dashboard-css .modal-header .close {
	padding: .25rem .25rem;
	margin: 0 0 0 auto;
}

#ss-account-dashboard-css .modal-footer>* {
	margin-top: 0;
	margin-bottom: 0;
}

#ss-account-dashboard-css .modal-footer-text:last-child {
	font-size: .875rem;
	margin-bottom: 0;
}

#ss-account-dashboard-css .modal-top-cover {
	position: relative;
	overflow: hidden;
	min-height: 8rem;
	border-top-right-radius: .6875rem;
	border-top-left-radius: .6875rem;
}

#ss-account-dashboard-css .modal-top-cover-avatar {
	position: relative;
	z-index: 2;
	margin-top: -3rem;
}

#ss-account-dashboard-css .modal-close {
	position: absolute;
	top: .75rem;
	right: .75rem;
	z-index: 2;
}

#ss-account-dashboard-css .page-header {
	border-bottom: .0625rem solid #e7eaf3;
	padding-bottom: 2rem;
	margin-bottom: 1rem;
}

#ss-account-dashboard-css .page-header .breadcrumb {
	margin-bottom: .25rem;
}

#ss-account-dashboard-css .page-header-title {
	margin-bottom: .25rem;
}

#ss-account-dashboard-css .page-header-text {
	margin-bottom: .25rem;
}

#ss-account-dashboard-css .page-header-tabs {
	margin-bottom: -2rem;
	border-bottom-width: 0;
}

#ss-account-dashboard-css .hs-nav-scroller-horizontal .page-header-tabs {
	margin-bottom: -2rem;
}

#ss-account-dashboard-css .page-header-reset {
	border-bottom-width: 0;
	padding-bottom: 0;
}

#ss-account-dashboard-css .page-preloader {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1002;
	background-color: #fff;
}

#ss-account-dashboard-css .page-preloader-content-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

#ss-account-dashboard-css .page-link {
	cursor: pointer;
	text-align: center;
	min-width: 2.25rem;
}

#ss-account-dashboard-css .page-item {
	margin-left: .25rem;
	margin-right: .25rem;
}

#ss-account-dashboard-css .page-item .page-link {
	border-top-left-radius: .3125rem;
	border-bottom-left-radius: .3125rem;
}

#ss-account-dashboard-css .page-item .page-link {
	border-top-right-radius: .3125rem;
	border-bottom-right-radius: .3125rem;
}

#ss-account-dashboard-css .pagination-sm .page-link {
	border-radius: .25rem;
}

#ss-account-dashboard-css .pagination-lg .page-link {
	border-radius: .75rem;
}

#ss-account-dashboard-css .navbar-vertical.show .card {
	box-shadow: none;
}

#ss-account-dashboard-css .navbar-vertical .nav {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#ss-account-dashboard-css .navbar-vertical .nav-sub .nav-link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

#ss-account-dashboard-css .navbar-vertical .nav-sub .nav-link .nav-link-badge {
	margin-left: auto;
}

#ss-account-dashboard-css .navbar-vertical .nav-tabs {
	border-bottom-width: 0;
}

#ss-account-dashboard-css .navbar-vertical .nav-tabs .nav-item {
	margin: 0;
}

#ss-account-dashboard-css .navbar-vertical .card .nav-tabs .nav-link {
	padding-right: 0;
	padding-left: 1.4375rem;
	margin-left: -1.5rem;
}

#ss-account-dashboard-css .navbar-vertical .nav-tabs .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
}

#ss-account-dashboard-css .navbar-vertical .nav-tabs .nav-link,
#ss-account-dashboard-css .navbar-vertical .nav-tabs .nav-link.active {
	border-bottom-width: 0;
	border-radius: 0;
}

#ss-account-dashboard-css .navbar-vertical .nav-tabs .nav-link:hover {
	border-color: transparent;
}

#ss-account-dashboard-css .navbar-vertical .nav-tabs .nav-link {
	border-width: 0 0 0 .1875rem;
	margin-bottom: 0;
}

#ss-account-dashboard-css .navbar-vertical .nav-tabs .active .nav-link,
#ss-account-dashboard-css .navbar-vertical .nav-tabs .active.nav-link {
	border-left-color: #ed1c24;
}

#ss-account-dashboard-css .nav .nav-link {
	color: #677788;
}

#ss-account-dashboard-css .nav .nav-link:not(.active):hover {
	color: #ed1c24;
}

#ss-account-dashboard-css .nav:not(.nav-pills) .nav-item.active .nav-link,
#ss-account-dashboard-css .nav:not(.nav-pills) .nav-link.active {
	color: #ed1c24;
}

#ss-account-dashboard-css .nav-sm .nav-link {
	font-size: .875rem;
}

#ss-account-dashboard-css .nav-x-0 .nav-link {
	padding-right: 0;
	padding-left: 0;
}

#ss-account-dashboard-css .nav-y-0 .nav-link {
	padding-top: 0;
	padding-bottom: 0;
}

#ss-account-dashboard-css .nav-x-sm .nav-link {
	padding-right: .25rem;
	padding-left: .25rem;
}

#ss-account-dashboard-css .nav-icon {
	width: 1.25rem;
	font-size: .8125rem;
	line-height: 1.4;
	opacity: .8;
	text-align: center;
	margin-right: .5rem;
}

#ss-account-dashboard-css .nav-shadow {
	box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
}

#ss-account-dashboard-css .nav-classic {
	border-bottom: .0625rem solid #e7eaf3;
}

#ss-account-dashboard-css .nav-classic .nav-link {
	color: #677788;
	border-width: 0 0 .1875rem 0;
	border-style: solid;
	border-color: transparent;
	padding: 1rem 1.5rem;
	margin-bottom: -.125rem;
	border-radius: 0;
	transition: .3s;
}

#ss-account-dashboard-css .nav-classic .nav-link:hover {
	color: #ed1c24;
}

#ss-account-dashboard-css .nav-classic .nav-link.active {
	color: #ed1c24;
	border-bottom-color: #ed1c24;
}

#ss-account-dashboard-css .nav-rounded {
	border-radius: .3125rem;
}

#ss-account-dashboard-css .nav-rounded .nav-item:first-child .nav-link {
	border-bottom-left-radius: .3125rem;
}

#ss-account-dashboard-css .nav-rounded .nav-item:last-child .nav-link {
	border-bottom-right-radius: .3125rem;
}

#ss-account-dashboard-css .nav-white .nav-link {
	color: rgba(255, 255, 255, 0.7);
}

#ss-account-dashboard-css .nav-white .nav-link.active {
	color: #ed1c24;
	background-color: #fff;
}

#ss-account-dashboard-css .nav-white .nav-link:not(.active):hover {
	color: #fff;
}

#ss-account-dashboard-css .nav.nav-border-white .nav-link {
	color: rgba(255, 255, 255, 0.7);
	border-bottom: .125rem solid transparent;
}

#ss-account-dashboard-css .nav.nav-border-white .nav-link.active {
	color: #fff;
	border-bottom-color: #fff;
}

#ss-account-dashboard-css .nav.nav-border-white .nav-link:not(.active):hover {
	color: #fff;
}

#ss-account-dashboard-css .nav-box .nav-link {
	color: #1e2022;
	border-radius: .3125rem;
}

#ss-account-dashboard-css .nav-box .nav-link.active {
	color: #ed1c24;
	background-color: #fff;
	box-shadow: 0 12px 15px rgba(140, 152, 164, 0.1);
}

#ss-account-dashboard-css .nav-segment {
	position: relative;
	background-color: #f8fafd;
	padding: .25rem .25rem;
	border-radius: .3125rem;
}

#ss-account-dashboard-css .nav-segment:not(.nav-fill) {
	display: -ms-inline-flexbox;
	display: inline-flex;
}

#ss-account-dashboard-css .nav-segment .nav-link {
	color: #677788;
	font-size: .875rem;
	font-weight: 600;
	padding: .375rem .875rem;
	border-radius: .3125rem;
}

#ss-account-dashboard-css .nav-segment .nav-link:hover {
	color: #ed1c24;
}

#ss-account-dashboard-css .nav-segment .nav-link.active {
	color: #1e2022;
	background-color: #fff;
	box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
}

#ss-account-dashboard-css .nav-segment.nav-pills {
	border-radius: 6.1875rem;
}

#ss-account-dashboard-css .nav-segment.nav-pills .nav-link {
	border-radius: 6.1875rem;
}

#ss-account-dashboard-css .nav-tabs .nav-item {
	margin-left: 1rem;
	margin-right: 1rem;
}

#ss-account-dashboard-css .nav-tabs .nav-link {
	color: #677788;
	border-bottom-width: .0625rem;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	padding: 1rem 0;
	margin-bottom: -.09375rem;
}

#ss-account-dashboard-css .nav-tabs .nav-item.active .nav-link,
#ss-account-dashboard-css .nav-tabs .nav-item.show .nav-link,
#ss-account-dashboard-css .nav-tabs .nav-link.active {
	border-bottom-width: .1875rem;
}

#ss-account-dashboard-css .nav-tabs .nav-item.active .nav-link {
	border-color: transparent transparent #ed1c24;
}

#ss-account-dashboard-css .nav-tabs .nav-item:first-child {
	margin-left: 0;
}

#ss-account-dashboard-css .nav-tabs .nav-item:last-child {
	margin-right: 0;
}

#ss-account-dashboard-css .nav-list-y-1 .nav-link {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important;
}

#ss-account-dashboard-css .nav-list-y-2 .nav-link {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important;
}

#ss-account-dashboard-css .progress-vertical {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-ms-flex-pack: end;
	justify-content: flex-end;
	background-color: #f8fafd;
	height: 12.5rem;
}

#ss-account-dashboard-css .popover {
	box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
}

#ss-account-dashboard-css .popover-header {
	font-weight: 600;
}

#ss-account-dashboard-css .profile-cover {
	position: relative;
	height: 7.5rem;
	padding: 1rem 1rem;
	border-radius: .75rem;
}

#ss-account-dashboard-css .profile-cover-content {
	position: relative;
	z-index: 1;
}

#ss-account-dashboard-css .profile-cover-img-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 7.5rem;
	background-color: #e7eaf3;
	border-radius: .75rem;
}

#ss-account-dashboard-css .profile-cover-img {
	width: 100%;
	height: 7.5rem;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: top;
	border-radius: .75rem;
}

#ss-account-dashboard-css .profile-cover-avatar {
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	padding: .75rem .75rem;
	margin-top: -1.75rem;
}

#ss-account-dashboard-css .profile-cover-content {
	padding: 1rem 1rem;
}

#ss-account-dashboard-css .profile-cover-btn {
	position: absolute;
	bottom: 0;
	right: 0;
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .profile-cover {
		height: 10rem;
	}
	#ss-account-dashboard-css .profile-cover-img-wrapper {
		height: 10rem;
	}
	#ss-account-dashboard-css .profile-cover-img {
		height: 10rem;
	}
}

#ss-account-dashboard-css .scrollbar {
	overflow: hidden;
	overflow-y: auto;
}

#ss-account-dashboard-css .scrollbar::-webkit-scrollbar {
	width: .5rem;
}

#ss-account-dashboard-css .scrollbar::-webkit-scrollbar-thumb {
	background-color: rgba(189, 197, 209, 0.6);
	visibility: hidden;
}

#ss-account-dashboard-css .scrollbar:hover::-webkit-scrollbar-thumb {
	visibility: visible;
}

#ss-account-dashboard-css .scrollbar-horizontal {
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

#ss-account-dashboard-css .scrollbar-horizontal::-webkit-scrollbar {
	height: .25rem;
}

#ss-account-dashboard-css .scrollbar-horizontal::-webkit-scrollbar-thumb {
	background-color: rgba(189, 197, 209, 0.6);
	visibility: hidden;
}

#ss-account-dashboard-css .scrollbar-horizontal:hover::-webkit-scrollbar-thumb {
	visibility: visible;
}

#ss-account-dashboard-css .search-push-top {
	display: none;
	background-color: #f8fafd;
	padding-top: 3rem;
	padding-bottom: 3rem;
	box-shadow: inset 0 -10px 20px -10px rgba(151, 164, 175, 0.05);
}

#ss-account-dashboard-css .search-push-top-content {
	max-width: 50rem;
	margin-left: auto;
	margin-right: auto;
}

#ss-account-dashboard-css .search-push-top-close-btn {
	position: absolute;
	top: -1.5625rem;
	right: .4375rem;
}

@media (max-width: 575.98px) {
	#ss-account-dashboard-css .search-push-top {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}

#ss-account-dashboard-css .search-push-top-banner {
	background-color: #fff;
	box-shadow: 0 12px 15px rgba(140, 152, 164, 0.1);
	padding-right: 1.5625rem;
	padding-top: 1.875rem;
	overflow: hidden;
}

#ss-account-dashboard-css .search-push-top-banner-container {
	position: relative;
	width: 75%;
	min-height: 11.5625rem;
}

#ss-account-dashboard-css .search-push-top-banner-img {
	position: absolute;
	bottom: -.625rem;
	left: -.625rem;
	transition: all .3s ease-in-out;
}

#ss-account-dashboard-css .search-push-top-banner:hover .search-push-top-banner-img:first-child {
	bottom: 0;
	left: 0;
}

#ss-account-dashboard-css .search-slide-down {
	position: fixed;
	z-index: 1003;
	top: 5rem;
	left: calc(50% - 18rem) !important;
	width: 36rem;
}

@media (max-width: 767.98px) {
	#ss-account-dashboard-css .search-slide-down {
		left: 5% !important;
		right: 5% !important;
		width: 90%;
	}
}

#ss-account-dashboard-css .search-slide-down-trigger.active .search-slide-down-trigger-icon::before {
	content: "";
}

#ss-account-dashboard-css .search-slide-down-bg-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1002;
	display: none;
	width: 100%;
	height: 100%;
}

#ss-account-dashboard-css .search-slide-down .search-slide-down-input {
	opacity: 0;
	-webkit-transform: translateY(-2rem);
	transform: translateY(-2rem);
	transition: opacity 0.2s, -webkit-transform 0.3s cubic-bezier(0.37, 0.41, 0.55, 0.98);
	transition: transform 0.3s cubic-bezier(0.37, 0.41, 0.55, 0.98), opacity 0.2s;
	transition: transform 0.3s cubic-bezier(0.37, 0.41, 0.55, 0.98), opacity 0.2s, -webkit-transform 0.3s cubic-bezier(0.37, 0.41, 0.55, 0.98);
}

#ss-account-dashboard-css .search-slide-down .search-slide-down-suggestions {
	opacity: 0;
	-webkit-transform: translateY(-3rem);
	transform: translateY(-3rem);
	transition: opacity 0.2s, -webkit-transform 0.4s cubic-bezier(0.37, 0.41, 0.55, 0.98);
	transition: transform 0.4s cubic-bezier(0.37, 0.41, 0.55, 0.98), opacity 0.2s;
	transition: transform 0.4s cubic-bezier(0.37, 0.41, 0.55, 0.98), opacity 0.2s, -webkit-transform 0.4s cubic-bezier(0.37, 0.41, 0.55, 0.98);
}

#ss-account-dashboard-css .search-slide-down-show .search-slide-down-input,
#ss-account-dashboard-css .search-slide-down-show .search-slide-down-suggestions {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

#ss-account-dashboard-css .search-slide-down-show .search-slide-down-suggestions {
	transition-delay: .2s;
}

#ss-account-dashboard-css .slick {
	position: relative;
}

#ss-account-dashboard-css .slick-vertical .slick-slide {
	border-width: 0;
}

#ss-account-dashboard-css .slick-transform-off.slick-transform-off .slick-track {
	-webkit-transform: none !important;
	transform: none !important;
}

#ss-account-dashboard-css .slick-thumb-progress {
	width: 110%;
	height: 110%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#ss-account-dashboard-css .slick-center-mode-right {
	margin-right: calc(-1px - ((100vw - 100%)/ 2) + 16px) !important;
}

#ss-account-dashboard-css .slick-center-mode-right-offset .draggable {
	padding-right: 5rem;
}

#ss-account-dashboard-css .slick-equal-height .slick-list {
	height: 100%;
}

#ss-account-dashboard-css .slick-equal-height .slick-track {
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

#ss-account-dashboard-css .slick-equal-height .slick-track .slick-slide {
	display: -ms-flexbox;
	display: flex;
	height: auto;
}

#ss-account-dashboard-css .slick-gutters-1 {
	margin-left: -.25rem;
	margin-right: -.25rem;
}

#ss-account-dashboard-css .slick-gutters-1 .slick-slide {
	margin-left: .25rem;
	margin-right: .25rem;
}

#ss-account-dashboard-css .slick-gutters-2 {
	margin-left: -.5rem;
	margin-right: -.5rem;
}

#ss-account-dashboard-css .slick-gutters-2 .slick-slide {
	margin-left: .5rem;
	margin-right: .5rem;
}

#ss-account-dashboard-css .slick-gutters-3 {
	margin-left: -.9375rem;
	margin-right: -.9375rem;
}

#ss-account-dashboard-css .slick-gutters-3 .slick-slide {
	margin-left: .9375rem;
	margin-right: .9375rem;
}

#ss-account-dashboard-css .slick-arrow {
	z-index: 1;
	line-height: 0;
	display: inline-block;
	color: #1e2022;
	background-color: #fff;
	width: 2.6875rem;
	height: 2.6875rem;
	font-size: .8125rem;
	cursor: pointer;
	transition: .3s;
}

#ss-account-dashboard-css .slick-arrow:not(.slick-disabled):hover {
	color: #fff;
	background-color: #ed1c24;
}

#ss-account-dashboard-css .slick-arrow::before {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

#ss-account-dashboard-css .slick-arrow-left {
	left: 0;
}

#ss-account-dashboard-css .slick-arrow-right {
	right: 0;
}

#ss-account-dashboard-css .slick-arrow.slick-disabled {
	color: #677788;
}

#ss-account-dashboard-css .slick-arrow-primary {
	color: #fff;
	background-color: rgba(59, 181, 170, 0.8);
}

#ss-account-dashboard-css .slick-arrow-soft-white {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
}

#ss-account-dashboard-css .slick-arrow-soft-white:hover {
	color: #fff;
	background-color: #ed1c24;
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .slick-arrow-offset.slick-arrow-left {
		left: -2.6875rem;
	}
	#ss-account-dashboard-css .slick-arrow-offset.slick-arrow-right {
		right: -2.6875rem;
	}
}

#ss-account-dashboard-css .slick-arrow-centered-y {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

#ss-account-dashboard-css .slick-counter {
	position: absolute;
	bottom: 2rem;
	right: 0;
	padding-left: .9375rem;
	padding-right: .9375rem;
}

#ss-account-dashboard-css .slick-counter-current {
	color: #fff;
	font-size: 3.875rem;
	line-height: 1;
}

#ss-account-dashboard-css .slick-counter-divider {
	color: rgba(255, 255, 255, 0.7);
	margin-right: .5rem;
	margin-left: .5rem;
}

#ss-account-dashboard-css .slick-counter-total {
	font-size: 1.25rem;
	color: rgba(255, 255, 255, 0.7);
}

#ss-account-dashboard-css .slick-dots {
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#ss-account-dashboard-css .slick-dots li {
	cursor: pointer;
	margin: 0 .3125rem;
}

#ss-account-dashboard-css .slick-dots .dot-line {
	position: relative;
	display: block;
	width: 2.75rem;
	height: .1875rem;
	background-color: rgba(255, 255, 255, 0.2);
}

#ss-account-dashboard-css .slick-dots .dot-line-helper {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	height: 100%;
	background-color: #ed1c24;
	transition: none;
}

#ss-account-dashboard-css .slick-line-dots-ready .slick-dots li.slick-active .dot-line-helper {
	transition-property: width;
	transition-timing-function: linear;
	width: 100%;
}

#ss-account-dashboard-css .slick-pagination {
	padding-left: 0;
	margin-bottom: 0;
}

#ss-account-dashboard-css .slick-pagination:not(.slick-pagination-vertical) {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	pointer-events: none;
}

#ss-account-dashboard-css .slick-pagination li {
	display: -ms-flexbox;
	display: flex;
	pointer-events: all;
	margin: 0 .25rem;
	cursor: pointer;
}

#ss-account-dashboard-css .slick-pagination li span {
	display: inline-block;
	width: .9375rem;
	height: .9375rem;
	box-sizing: border-box;
	background-color: #ed1c24;
	border: .1875rem solid transparent;
	border-radius: 50%;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	transition: .3s;
}

#ss-account-dashboard-css .slick-pagination li.slick-active span {
	background-color: transparent;
	border-color: #ed1c24;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

#ss-account-dashboard-css .slick-pagination-white li span {
	background-color: #fff;
}

#ss-account-dashboard-css .slick-pagination-white li.slick-active span {
	border-color: #fff;
}

#ss-account-dashboard-css .slick-pagination-vertical li {
	display: block;
}

#ss-account-dashboard-css .slick-pagination-interactive-title {
	color: #fff;
}

#ss-account-dashboard-css .slick-pagination-interactive-text {
	color: rgba(255, 255, 255, 0.7);
}

#ss-account-dashboard-css .slick-pagination-interactive .slick-slide {
	cursor: pointer;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
	transition: .3s;
}

#ss-account-dashboard-css .slick-pagination-interactive .slick-slide:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

#ss-account-dashboard-css .slick-pagination-interactive .slick-slide:hover.slick-center {
	background-color: #fff;
}

#ss-account-dashboard-css .slick-pagination-interactive .slick-center {
	background-color: #fff;
}

#ss-account-dashboard-css .slick-pagination-interactive .slick-center .slick-pagination-interactive-title {
	color: #ed1c24;
}

#ss-account-dashboard-css .slick-pagination-interactive .slick-center .slick-pagination-interactive-text {
	color: #677788;
}

#ss-account-dashboard-css .slick-pagination-modern {
	width: 100%;
	max-width: 12.5rem;
}

#ss-account-dashboard-css .slick-pagination-modern .slick-slide {
	cursor: pointer;
	opacity: .7;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: .3s;
}

#ss-account-dashboard-css .slick-pagination-modern .slick-current {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

#ss-account-dashboard-css .slick-pagination-line .slick-slide {
	opacity: .5;
	cursor: pointer;
	font-weight: 400;
	padding-bottom: .25rem;
}

#ss-account-dashboard-css .slick-pagination-line .slick-slide.slick-current {
	opacity: 1;
}

#ss-account-dashboard-css .slick-pagination-line-progress {
	position: relative;
	display: block;
	width: 100%;
	height: .1875rem;
	background-color: #fff;
	margin-top: .5rem;
}

#ss-account-dashboard-css .slick-pagination-line-progress-helper {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	height: 100%;
	transition: none;
}

#ss-account-dashboard-css .slick-pagination-line.slick-dots-ready .slick-current .slick-pagination-line-progress-helper {
	width: 100%;
	background-color: #ed1c24;
	transition-property: width;
	transition-timing-function: linear;
}

@media (max-width: 991.98px) {
	#ss-account-dashboard-css .slick-pagination-line-wrapper {
		opacity: 0;
		pointer-events: none;
		overflow: hidden;
	}
}

#ss-account-dashboard-css .spinner-border,
#ss-account-dashboard-css .spinner-grow {
	vertical-align: middle;
}

#ss-account-dashboard-css .stats-progress {
	position: relative;
	width: 13.75rem;
	height: 13.75rem;
	border-radius: 50%;
	box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);
	margin-left: auto;
	margin-right: auto;
}

#ss-account-dashboard-css .stats-progress-info {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	padding: 2rem 2rem;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

#ss-account-dashboard-css .step {
	position: relative;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-right: -.9375rem;
	margin-left: -.9375rem;
}

#ss-account-dashboard-css .step.step-dashed .step-icon::after {
	border-left-style: dashed;
}

#ss-account-dashboard-css .step-title {
	display: block;
	color: #1e2022;
	font-weight: 600;
}

#ss-account-dashboard-css .step-text:last-child {
	color: #677788;
	margin-bottom: 0;
}

#ss-account-dashboard-css .step-border-last-0 .step-item:last-child .step-icon::after {
	display: none;
}

#ss-account-dashboard-css .step .step-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: .9375rem;
	padding-left: .9375rem;
	margin-bottom: 1.5rem;
}

#ss-account-dashboard-css .step-item-between .step-item:last-child {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}

#ss-account-dashboard-css .step .step-content-wrapper {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

#ss-account-dashboard-css .step .step-content {
	-ms-flex: 1;
	flex: 1;
}

#ss-account-dashboard-css .step-item.collapse:not(.show) {
	display: none;
}

#ss-account-dashboard-css .step-item .step-title-description {
	display: none;
}

#ss-account-dashboard-css .step-item.focus .step-title-description {
	display: block;
}

#ss-account-dashboard-css .step .step-avatar {
	font-size: 1rem;
	font-weight: 600;
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 50%;
	margin-right: 1rem;
}

#ss-account-dashboard-css .step .step-avatar-img {
	max-width: 100%;
	height: auto;
	border-radius: 50%;
}

#ss-account-dashboard-css .step .step-avatar::after {
	position: absolute;
	top: 3.59375rem;
	left: 1.5625rem;
	height: calc(100% - 2.65625rem);
	border-left: .125rem solid #e7eaf3;
	content: "";
}

#ss-account-dashboard-css .step-avatar-xs .step-avatar,
#ss-account-dashboard-css .step-avatar-xs.step-avatar {
	font-size: .75rem;
	width: 1.75rem;
	height: 1.75rem;
}

#ss-account-dashboard-css .step-avatar-xs .step-avatar::after,
#ss-account-dashboard-css .step-avatar-xs.step-avatar::after {
	top: 2.21875rem;
	left: .8125rem;
	width: 1.0625rem;
	height: calc(100% - 1.28125rem);
}

#ss-account-dashboard-css .step-avatar-xs .step-divider::after {
	left: .875rem;
}

#ss-account-dashboard-css .step-avatar-sm .step-avatar,
#ss-account-dashboard-css .step-avatar-sm.step-avatar {
	font-size: .8125rem;
	width: 2.6875rem;
	height: 2.6875rem;
}

#ss-account-dashboard-css .step-avatar-sm .step-avatar::after,
#ss-account-dashboard-css .step-avatar-sm.step-avatar::after {
	top: 3.15625rem;
	left: 1.28125rem;
	width: 1.0625rem;
	height: calc(100% - 2.21875rem);
}

#ss-account-dashboard-css .step-avatar-sm .step-divider::after {
	left: 1.34375rem;
}

#ss-account-dashboard-css .step-avatar-lg .step-avatar,
#ss-account-dashboard-css .step-avatar-lg.step-avatar {
	font-size: 1.25rem;
	width: 4.25rem;
	height: 4.25rem;
}

#ss-account-dashboard-css .step-avatar-lg .step-avatar::after,
#ss-account-dashboard-css .step-avatar-lg.step-avatar::after {
	top: 4.71875rem;
	left: 2.0625rem;
	width: 1.0625rem;
	height: calc(100% - 3.78125rem);
}

#ss-account-dashboard-css .step-avatar-lg .step-divider::after {
	left: 2.125rem;
}

#ss-account-dashboard-css .step-divider {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	height: 1rem;
	font-weight: 600;
}

#ss-account-dashboard-css .step-divider::after {
	position: absolute;
	top: 1.46875rem;
	left: 1.5625rem;
	height: calc(100% - .53125rem);
	border-left: .125rem solid #e7eaf3;
	content: "";
}

#ss-account-dashboard-css .step .step-icon {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1rem;
	font-weight: 600;
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 50%;
	margin-right: 1rem;
}

#ss-account-dashboard-css .step .step-icon::after {
	position: absolute;
	top: 3.59375rem;
	left: 1.5625rem;
	height: calc(100% - 2.65625rem);
	border-left: .125rem solid #e7eaf3;
	content: "";
}

#ss-account-dashboard-css .step .step-icon-pseudo::before {
	display: block;
	width: .25rem;
	height: .25rem;
	background-color: #97a4af;
	border-radius: 50%;
	content: "";
}

#ss-account-dashboard-css .step-icon-xs .step-icon,
#ss-account-dashboard-css .step-icon-xs.step-icon {
	font-size: .75rem;
	width: 1.75rem;
	height: 1.75rem;
}

#ss-account-dashboard-css .step-icon-xs .step-icon::after,
#ss-account-dashboard-css .step-icon-xs.step-icon::after {
	top: 2.21875rem;
	left: .8125rem;
	width: 1.0625rem;
	height: calc(100% - 1.28125rem);
}

#ss-account-dashboard-css .step-icon-xs .step-divider::after {
	left: .875rem;
}

#ss-account-dashboard-css .step-icon-sm .step-icon,
#ss-account-dashboard-css .step-icon-sm.step-icon {
	font-size: .8125rem;
	width: 2.6875rem;
	height: 2.6875rem;
}

#ss-account-dashboard-css .step-icon-sm .step-icon::after,
#ss-account-dashboard-css .step-icon-sm.step-icon::after {
	top: 3.15625rem;
	left: 1.28125rem;
	width: 1.0625rem;
	height: calc(100% - 2.21875rem);
}

#ss-account-dashboard-css .step-icon-sm .step-divider::after {
	left: 1.34375rem;
}

#ss-account-dashboard-css .step-icon-lg .step-icon,
#ss-account-dashboard-css .step-icon-lg.step-icon {
	font-size: 1.25rem;
	width: 4.25rem;
	height: 4.25rem;
}

#ss-account-dashboard-css .step-icon-lg .step-icon::after,
#ss-account-dashboard-css .step-icon-lg.step-icon::after {
	top: 4.71875rem;
	left: 2.0625rem;
	width: 1.0625rem;
	height: calc(100% - 3.78125rem);
}

#ss-account-dashboard-css .step-icon-lg .step-divider::after {
	left: 2.125rem;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .step-sm.step-dashed .step-icon::after {
		border-left: none;
		border-top-style: dashed;
	}
	#ss-account-dashboard-css .step-sm .step-item {
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex: 1;
		flex: 1;
		margin-bottom: 0;
	}
	#ss-account-dashboard-css .step-sm:not(.step-inline) .step-content-wrapper {
		display: block;
	}
	#ss-account-dashboard-css .step-sm .step-icon {
		margin-bottom: 1rem;
	}
	#ss-account-dashboard-css .step-sm .step-icon::after {
		top: 1.5625rem;
		left: 4.0625rem;
		width: calc(100% - 4.0625rem);
		height: 1.0625rem;
		border-top: .125rem solid #e7eaf3;
		border-left: none;
	}
	#ss-account-dashboard-css .step-sm .step-icon.step-icon-xs::after,
	#ss-account-dashboard-css .step-sm.step-icon-xs .step-icon::after {
		top: .875rem;
		left: 2.6875rem;
		width: calc(100% - 2.6875rem);
	}
	#ss-account-dashboard-css .step-sm .step-icon.step-icon-sm::after,
	#ss-account-dashboard-css .step-sm.step-icon-sm .step-icon::after {
		top: 1.34375rem;
		left: 3.625rem;
		width: calc(100% - 3.625rem);
	}
	#ss-account-dashboard-css .step-sm .step-icon.step-icon-lg::after,
	#ss-account-dashboard-css .step-sm.step-icon-lg .step-icon::after {
		top: 2.125rem;
		left: 5.1875rem;
		width: calc(100% - 5.1875rem);
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .step-md.step-dashed .step-icon::after {
		border-left: none;
		border-top-style: dashed;
	}
	#ss-account-dashboard-css .step-md .step-item {
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex: 1;
		flex: 1;
		margin-bottom: 0;
	}
	#ss-account-dashboard-css .step-md:not(.step-inline) .step-content-wrapper {
		display: block;
	}
	#ss-account-dashboard-css .step-md .step-icon {
		margin-bottom: 1rem;
	}
	#ss-account-dashboard-css .step-md .step-icon::after {
		top: 1.5625rem;
		left: 4.0625rem;
		width: calc(100% - 4.0625rem);
		height: 1.0625rem;
		border-top: .125rem solid #e7eaf3;
		border-left: none;
	}
	#ss-account-dashboard-css .step-md .step-icon.step-icon-xs::after,
	#ss-account-dashboard-css .step-md.step-icon-xs .step-icon::after {
		top: .875rem;
		left: 2.6875rem;
		width: calc(100% - 2.6875rem);
	}
	#ss-account-dashboard-css .step-md .step-icon.step-icon-sm::after,
	#ss-account-dashboard-css .step-md.step-icon-sm .step-icon::after {
		top: 1.34375rem;
		left: 3.625rem;
		width: calc(100% - 3.625rem);
	}
	#ss-account-dashboard-css .step-md .step-icon.step-icon-lg::after,
	#ss-account-dashboard-css .step-md.step-icon-lg .step-icon::after {
		top: 2.125rem;
		left: 5.1875rem;
		width: calc(100% - 5.1875rem);
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .step-lg.step-dashed .step-icon::after {
		border-left: none;
		border-top-style: dashed;
	}
	#ss-account-dashboard-css .step-lg .step-item {
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex: 1;
		flex: 1;
		margin-bottom: 0;
	}
	#ss-account-dashboard-css .step-lg:not(.step-inline) .step-content-wrapper {
		display: block;
	}
	#ss-account-dashboard-css .step-lg .step-icon {
		margin-bottom: 1rem;
	}
	#ss-account-dashboard-css .step-lg .step-icon::after {
		top: 1.5625rem;
		left: 4.0625rem;
		width: calc(100% - 4.0625rem);
		height: 1.0625rem;
		border-top: .125rem solid #e7eaf3;
		border-left: none;
	}
	#ss-account-dashboard-css .step-lg .step-icon.step-icon-xs::after,
	#ss-account-dashboard-css .step-lg.step-icon-xs .step-icon::after {
		top: .875rem;
		left: 2.6875rem;
		width: calc(100% - 2.6875rem);
	}
	#ss-account-dashboard-css .step-lg .step-icon.step-icon-sm::after,
	#ss-account-dashboard-css .step-lg.step-icon-sm .step-icon::after {
		top: 1.34375rem;
		left: 3.625rem;
		width: calc(100% - 3.625rem);
	}
	#ss-account-dashboard-css .step-lg .step-icon.step-icon-lg::after,
	#ss-account-dashboard-css .step-lg.step-icon-lg .step-icon::after {
		top: 2.125rem;
		left: 5.1875rem;
		width: calc(100% - 5.1875rem);
	}
}

@media (min-width: 1200px) {
	#ss-account-dashboard-css .step-xl.step-dashed .step-icon::after {
		border-left: none;
		border-top-style: dashed;
	}
	#ss-account-dashboard-css .step-xl .step-item {
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex: 1;
		flex: 1;
		margin-bottom: 0;
	}
	#ss-account-dashboard-css .step-xl:not(.step-inline) .step-content-wrapper {
		display: block;
	}
	#ss-account-dashboard-css .step-xl .step-icon {
		margin-bottom: 1rem;
	}
	#ss-account-dashboard-css .step-xl .step-icon::after {
		top: 1.5625rem;
		left: 4.0625rem;
		width: calc(100% - 4.0625rem);
		height: 1.0625rem;
		border-top: .125rem solid #e7eaf3;
		border-left: none;
	}
	#ss-account-dashboard-css .step-xl .step-icon.step-icon-xs::after,
	#ss-account-dashboard-css .step-xl.step-icon-xs .step-icon::after {
		top: .875rem;
		left: 2.6875rem;
		width: calc(100% - 2.6875rem);
	}
	#ss-account-dashboard-css .step-xl .step-icon.step-icon-sm::after,
	#ss-account-dashboard-css .step-xl.step-icon-sm .step-icon::after {
		top: 1.34375rem;
		left: 3.625rem;
		width: calc(100% - 3.625rem);
	}
	#ss-account-dashboard-css .step-xl .step-icon.step-icon-lg::after,
	#ss-account-dashboard-css .step-xl.step-icon-lg .step-icon::after {
		top: 2.125rem;
		left: 5.1875rem;
		width: calc(100% - 5.1875rem);
	}
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .step-sm.step-centered {
		text-align: center;
	}
	#ss-account-dashboard-css .step-sm.step-centered .step-item:last-child .step-icon::after {
		display: none;
	}
	#ss-account-dashboard-css .step-sm.step-centered .step-icon {
		margin-left: auto;
		margin-right: auto;
	}
	#ss-account-dashboard-css .step-sm.step-centered .step-icon::after {
		width: calc(100% - 3.125rem);
		left: calc(50% + 2.5rem);
	}
	#ss-account-dashboard-css .step-sm.step-centered .step-icon.step-icon-xs::after,
	#ss-account-dashboard-css .step-sm.step-centered.step-icon-xs .step-icon::after {
		width: calc(100% - 1.75rem);
		left: calc(50% + 1.8125rem);
	}
	#ss-account-dashboard-css .step-sm.step-centered .step-icon.step-icon-sm::after,
	#ss-account-dashboard-css .step-sm.step-centered.step-icon-sm .step-icon::after {
		width: calc(100% - 2.6875rem);
		left: calc(50% + 2.28125rem);
	}
	#ss-account-dashboard-css .step-sm.step-centered .step-icon.step-icon-lg::after,
	#ss-account-dashboard-css .step-sm.step-centered.step-icon-lg .step-icon::after {
		width: calc(100% - 4.25rem);
		left: calc(50% + 3.0625rem);
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .step-md.step-centered {
		text-align: center;
	}
	#ss-account-dashboard-css .step-md.step-centered .step-item:last-child .step-icon::after {
		display: none;
	}
	#ss-account-dashboard-css .step-md.step-centered .step-icon {
		margin-left: auto;
		margin-right: auto;
	}
	#ss-account-dashboard-css .step-md.step-centered .step-icon::after {
		width: calc(100% - 3.125rem);
		left: calc(50% + 2.5rem);
	}
	#ss-account-dashboard-css .step-md.step-centered .step-icon.step-icon-xs::after,
	#ss-account-dashboard-css .step-md.step-centered.step-icon-xs .step-icon::after {
		width: calc(100% - 1.75rem);
		left: calc(50% + 1.8125rem);
	}
	#ss-account-dashboard-css .step-md.step-centered .step-icon.step-icon-sm::after,
	#ss-account-dashboard-css .step-md.step-centered.step-icon-sm .step-icon::after {
		width: calc(100% - 2.6875rem);
		left: calc(50% + 2.28125rem);
	}
	#ss-account-dashboard-css .step-md.step-centered .step-icon.step-icon-lg::after,
	#ss-account-dashboard-css .step-md.step-centered.step-icon-lg .step-icon::after {
		width: calc(100% - 4.25rem);
		left: calc(50% + 3.0625rem);
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .step-lg.step-centered {
		text-align: center;
	}
	#ss-account-dashboard-css .step-lg.step-centered .step-item:last-child .step-icon::after {
		display: none;
	}
	#ss-account-dashboard-css .step-lg.step-centered .step-icon {
		margin-left: auto;
		margin-right: auto;
	}
	#ss-account-dashboard-css .step-lg.step-centered .step-icon::after {
		width: calc(100% - 3.125rem);
		left: calc(50% + 2.5rem);
	}
	#ss-account-dashboard-css .step-lg.step-centered .step-icon.step-icon-xs::after,
	#ss-account-dashboard-css .step-lg.step-centered.step-icon-xs .step-icon::after {
		width: calc(100% - 1.75rem);
		left: calc(50% + 1.8125rem);
	}
	#ss-account-dashboard-css .step-lg.step-centered .step-icon.step-icon-sm::after,
	#ss-account-dashboard-css .step-lg.step-centered.step-icon-sm .step-icon::after {
		width: calc(100% - 2.6875rem);
		left: calc(50% + 2.28125rem);
	}
	#ss-account-dashboard-css .step-lg.step-centered .step-icon.step-icon-lg::after,
	#ss-account-dashboard-css .step-lg.step-centered.step-icon-lg .step-icon::after {
		width: calc(100% - 4.25rem);
		left: calc(50% + 3.0625rem);
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .step-lg.step-centered {
		text-align: center;
	}
	#ss-account-dashboard-css .step-lg.step-centered .step-item:last-child .step-icon::after {
		display: none;
	}
	#ss-account-dashboard-css .step-lg.step-centered .step-icon {
		margin-left: auto;
		margin-right: auto;
	}
	#ss-account-dashboard-css .step-lg.step-centered .step-icon::after {
		width: calc(100% - 3.125rem);
		left: calc(50% + 2.5rem);
	}
	#ss-account-dashboard-css .step-lg.step-centered .step-icon.step-icon-xs::after,
	#ss-account-dashboard-css .step-lg.step-centered.step-icon-xs .step-icon::after {
		width: calc(100% - 1.75rem);
		left: calc(50% + 1.8125rem);
	}
	#ss-account-dashboard-css .step-lg.step-centered .step-icon.step-icon-sm::after,
	#ss-account-dashboard-css .step-lg.step-centered.step-icon-sm .step-icon::after {
		width: calc(100% - 2.6875rem);
		left: calc(50% + 2.28125rem);
	}
	#ss-account-dashboard-css .step-lg.step-centered .step-icon.step-icon-lg::after,
	#ss-account-dashboard-css .step-lg.step-centered.step-icon-lg .step-icon::after {
		width: calc(100% - 4.25rem);
		left: calc(50% + 3.0625rem);
	}
}

#ss-account-dashboard-css .step .step-is-invalid-icon,
#ss-account-dashboard-css .step .step-is-valid-icon {
	display: none;
}

#ss-account-dashboard-css .step .active .step-icon,
#ss-account-dashboard-css .step .active.is-valid .step-icon {
	color: #fff;
	background-color: #ed1c24;
}

#ss-account-dashboard-css .step .active .step-title,
#ss-account-dashboard-css .step .active.is-valid .step-title {
	color: #ed1c24;
}

#ss-account-dashboard-css .step .is-valid .step-icon {
	color: #fff;
	background-color: #ed1c24;
}

#ss-account-dashboard-css .step .is-valid .step-title {
	color: #ed1c24;
}

#ss-account-dashboard-css .step .is-valid .step-is-valid-icon {
	display: -ms-inline-flexbox;
	display: inline-flex;
}

#ss-account-dashboard-css .step .is-valid .step-is-default-icon,
#ss-account-dashboard-css .step .is-valid .step-is-invalid-icon {
	display: none;
}

#ss-account-dashboard-css .step .is-invalid .step-icon {
	color: #fff;
	background-color: #ed4c78;
}

#ss-account-dashboard-css .step .is-invalid .step-title {
	color: #ed4c78;
}

#ss-account-dashboard-css .step .is-invalid .step-is-invalid-icon {
	display: -ms-inline-flexbox;
	display: inline-flex;
}

#ss-account-dashboard-css .step .is-invalid .step-is-default-icon,
#ss-account-dashboard-css .step .is-invalid .step-is-valid-icon {
	display: none;
}

#ss-account-dashboard-css .step-icon-primary {
	color: #fff;
	background-color: #ed1c24;
}

#ss-account-dashboard-css .step-icon-primary.step-icon-pseudo::before {
	background-color: #fff;
}

#ss-account-dashboard-css .step-icon-secondary {
	color: #fff;
	background-color: #eb3c67;
}

#ss-account-dashboard-css .step-icon-secondary.step-icon-pseudo::before {
	background-color: #fff;
}

#ss-account-dashboard-css .step-icon-success {
	color: #fff;
	background-color: #00c9a7;
}

#ss-account-dashboard-css .step-icon-success.step-icon-pseudo::before {
	background-color: #fff;
}

#ss-account-dashboard-css .step-icon-info {
	color: #fff;
	background-color: #09a5be;
}

#ss-account-dashboard-css .step-icon-info.step-icon-pseudo::before {
	background-color: #fff;
}

#ss-account-dashboard-css .step-icon-warning {
	color: #1e2022;
	background-color: #f5ca99;
}

#ss-account-dashboard-css .step-icon-warning.step-icon-pseudo::before {
	background-color: #1e2022;
}

#ss-account-dashboard-css .step-icon-danger {
	color: #fff;
	background-color: #ed4c78;
}

#ss-account-dashboard-css .step-icon-danger.step-icon-pseudo::before {
	background-color: #fff;
}

#ss-account-dashboard-css .step-icon-light {
	color: #1e2022;
	background-color: #f7faff;
}

#ss-account-dashboard-css .step-icon-light.step-icon-pseudo::before {
	background-color: #1e2022;
}

#ss-account-dashboard-css .step-icon-dark {
	color: #fff;
	background-color: #21325b;
}

#ss-account-dashboard-css .step-icon-dark.step-icon-pseudo::before {
	background-color: #fff;
}

#ss-account-dashboard-css .step-icon-indigo {
	color: #fff;
	background-color: #2d1582;
}

#ss-account-dashboard-css .step-icon-indigo.step-icon-pseudo::before {
	background-color: #fff;
}

#ss-account-dashboard-css .step-icon-soft-primary {
	color: #ed1c24;
	background-color: rgba(59, 181, 170, 0.1);
}

#ss-account-dashboard-css .step-icon-soft-primary.step-icon-pseudo::before {
	background-color: #ed1c24;
}

#ss-account-dashboard-css .step-icon-soft-secondary {
	color: #eb3c67;
	background-color: rgba(235, 60, 103, 0.1);
}

#ss-account-dashboard-css .step-icon-soft-secondary.step-icon-pseudo::before {
	background-color: #eb3c67;
}

#ss-account-dashboard-css .step-icon-soft-success {
	color: #00c9a7;
	background-color: rgba(0, 201, 167, 0.1);
}

#ss-account-dashboard-css .step-icon-soft-success.step-icon-pseudo::before {
	background-color: #00c9a7;
}

#ss-account-dashboard-css .step-icon-soft-info {
	color: #09a5be;
	background-color: rgba(9, 165, 190, 0.1);
}

#ss-account-dashboard-css .step-icon-soft-info.step-icon-pseudo::before {
	background-color: #09a5be;
}

#ss-account-dashboard-css .step-icon-soft-warning {
	color: #f5ca99;
	background-color: rgba(245, 202, 153, 0.1);
}

#ss-account-dashboard-css .step-icon-soft-warning.step-icon-pseudo::before {
	background-color: #f5ca99;
}

#ss-account-dashboard-css .step-icon-soft-danger {
	color: #ed4c78;
	background-color: rgba(237, 76, 120, 0.1);
}

#ss-account-dashboard-css .step-icon-soft-danger.step-icon-pseudo::before {
	background-color: #ed4c78;
}

#ss-account-dashboard-css .step-icon-soft-light {
	color: #f7faff;
	background-color: rgba(247, 250, 255, 0.1);
}

#ss-account-dashboard-css .step-icon-soft-light.step-icon-pseudo::before {
	background-color: #f7faff;
}

#ss-account-dashboard-css .step-icon-soft-dark {
	color: #21325b;
	background-color: rgba(33, 50, 91, 0.1);
}

#ss-account-dashboard-css .step-icon-soft-dark.step-icon-pseudo::before {
	background-color: #21325b;
}

#ss-account-dashboard-css .step-icon-soft-indigo {
	color: #2d1582;
	background-color: rgba(45, 21, 130, 0.1);
}

#ss-account-dashboard-css .step-icon-soft-indigo.step-icon-pseudo::before {
	background-color: #2d1582;
}

#ss-account-dashboard-css .step-inline .step-content-wrapper {
	-ms-flex-align: center;
	align-items: center;
}

#ss-account-dashboard-css .step-inline .step-item:last-child .step-title::after {
	display: none;
}

#ss-account-dashboard-css .step-inline .step-title {
	display: inline-block;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .step-sm.step-inline.step-dashed .step-title::after {
		border-top-style: dashed;
	}
	#ss-account-dashboard-css .step-sm.step-inline .step-item {
		overflow: hidden;
	}
	#ss-account-dashboard-css .step-sm.step-inline .step-icon {
		margin-bottom: 0;
	}
	#ss-account-dashboard-css .step-sm.step-inline .step-icon::after {
		display: none;
	}
	#ss-account-dashboard-css .step-sm.step-inline .step-title::after {
		position: absolute;
		top: 1.5625rem;
		width: 100%;
		height: 1.0625rem;
		border-top: .125rem solid #e7eaf3;
		margin-left: .9375rem;
		content: "";
	}
	#ss-account-dashboard-css .step-sm.step-inline .step-icon-xs+.step-content .step-title::after,
	#ss-account-dashboard-css .step-sm.step-inline.step-icon-xs .step-content .step-title::after {
		top: .875rem;
	}
	#ss-account-dashboard-css .step-sm.step-inline .step-icon-sm+.step-content .step-title::after,
	#ss-account-dashboard-css .step-sm.step-inline.step-icon-sm .step-content .step-title::after {
		top: 1.34375rem;
	}
	#ss-account-dashboard-css .step-sm.step-inline .step-icon-lg+.step-content .step-title::after,
	#ss-account-dashboard-css .step-sm.step-inline.step-icon-lg .step-content .step-title::after {
		top: 2.125rem;
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .step-md.step-inline.step-dashed .step-title::after {
		border-top-style: dashed;
	}
	#ss-account-dashboard-css .step-md.step-inline .step-item {
		overflow: hidden;
	}
	#ss-account-dashboard-css .step-md.step-inline .step-icon {
		margin-bottom: 0;
	}
	#ss-account-dashboard-css .step-md.step-inline .step-icon::after {
		display: none;
	}
	#ss-account-dashboard-css .step-md.step-inline .step-title::after {
		position: absolute;
		top: 1.5625rem;
		width: 100%;
		height: 1.0625rem;
		border-top: .125rem solid #e7eaf3;
		margin-left: .9375rem;
		content: "";
	}
	#ss-account-dashboard-css .step-md.step-inline .step-icon-xs+.step-content .step-title::after,
	#ss-account-dashboard-css .step-md.step-inline.step-icon-xs .step-content .step-title::after {
		top: .875rem;
	}
	#ss-account-dashboard-css .step-md.step-inline .step-icon-sm+.step-content .step-title::after,
	#ss-account-dashboard-css .step-md.step-inline.step-icon-sm .step-content .step-title::after {
		top: 1.34375rem;
	}
	#ss-account-dashboard-css .step-md.step-inline .step-icon-lg+.step-content .step-title::after,
	#ss-account-dashboard-css .step-md.step-inline.step-icon-lg .step-content .step-title::after {
		top: 2.125rem;
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .step-lg.step-inline.step-dashed .step-title::after {
		border-top-style: dashed;
	}
	#ss-account-dashboard-css .step-lg.step-inline .step-item {
		overflow: hidden;
	}
	#ss-account-dashboard-css .step-lg.step-inline .step-icon {
		margin-bottom: 0;
	}
	#ss-account-dashboard-css .step-lg.step-inline .step-icon::after {
		display: none;
	}
	#ss-account-dashboard-css .step-lg.step-inline .step-title::after {
		position: absolute;
		top: 1.5625rem;
		width: 100%;
		height: 1.0625rem;
		border-top: .125rem solid #e7eaf3;
		margin-left: .9375rem;
		content: "";
	}
	#ss-account-dashboard-css .step-lg.step-inline .step-icon-xs+.step-content .step-title::after,
	#ss-account-dashboard-css .step-lg.step-inline.step-icon-xs .step-content .step-title::after {
		top: .875rem;
	}
	#ss-account-dashboard-css .step-lg.step-inline .step-icon-sm+.step-content .step-title::after,
	#ss-account-dashboard-css .step-lg.step-inline.step-icon-sm .step-content .step-title::after {
		top: 1.34375rem;
	}
	#ss-account-dashboard-css .step-lg.step-inline .step-icon-lg+.step-content .step-title::after,
	#ss-account-dashboard-css .step-lg.step-inline.step-icon-lg .step-content .step-title::after {
		top: 2.125rem;
	}
}

@media (min-width: 1200px) {
	#ss-account-dashboard-css .step-xl.step-inline.step-dashed .step-title::after {
		border-top-style: dashed;
	}
	#ss-account-dashboard-css .step-xl.step-inline .step-item {
		overflow: hidden;
	}
	#ss-account-dashboard-css .step-xl.step-inline .step-icon {
		margin-bottom: 0;
	}
	#ss-account-dashboard-css .step-xl.step-inline .step-icon::after {
		display: none;
	}
	#ss-account-dashboard-css .step-xl.step-inline .step-title::after {
		position: absolute;
		top: 1.5625rem;
		width: 100%;
		height: 1.0625rem;
		border-top: .125rem solid #e7eaf3;
		margin-left: .9375rem;
		content: "";
	}
	#ss-account-dashboard-css .step-xl.step-inline .step-icon-xs+.step-content .step-title::after,
	#ss-account-dashboard-css .step-xl.step-inline.step-icon-xs .step-content .step-title::after {
		top: .875rem;
	}
	#ss-account-dashboard-css .step-xl.step-inline .step-icon-sm+.step-content .step-title::after,
	#ss-account-dashboard-css .step-xl.step-inline.step-icon-sm .step-content .step-title::after {
		top: 1.34375rem;
	}
	#ss-account-dashboard-css .step-xl.step-inline .step-icon-lg+.step-content .step-title::after,
	#ss-account-dashboard-css .step-xl.step-inline.step-icon-lg .step-content .step-title::after {
		top: 2.125rem;
	}
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .step-timeline-sm {
		margin-left: 0;
		margin-right: 0;
	}
	#ss-account-dashboard-css .step-timeline-sm .step-item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 0;
		padding-right: 0;
		margin-left: 50%;
	}
	#ss-account-dashboard-css .step-timeline-sm .step-item:nth-child(even) {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		text-align: right;
		margin-left: auto;
		margin-right: 50%;
	}
	#ss-account-dashboard-css .step-timeline-sm .step-item:nth-child(even) .step-content-wrapper {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	#ss-account-dashboard-css .step-timeline-sm .step-item:nth-child(even) .step-icon {
		margin-left: 0;
		margin-right: -1.5625rem;
	}
	#ss-account-dashboard-css .step-timeline-sm .step-item:nth-child(even) .step-icon-xs {
		margin-right: -.875rem;
	}
	#ss-account-dashboard-css .step-timeline-sm .step-item:nth-child(even) .step-icon-sm {
		margin-right: -1.34375rem;
	}
	#ss-account-dashboard-css .step-timeline-sm .step-item:nth-child(even) .step-icon-lg {
		margin-right: -2.125rem;
	}
	#ss-account-dashboard-css .step-timeline-sm .step-item:nth-child(even) .step-content {
		margin-right: 1.5rem;
	}
	#ss-account-dashboard-css .step-timeline-sm .step-icon {
		margin-left: -1.5625rem;
	}
	#ss-account-dashboard-css .step-timeline-sm .step-icon::after {
		left: auto;
		width: auto;
	}
	#ss-account-dashboard-css .step-timeline-sm .step-icon-xs {
		margin-left: -.875rem;
	}
	#ss-account-dashboard-css .step-timeline-sm .step-icon-sm {
		margin-left: -1.34375rem;
	}
	#ss-account-dashboard-css .step-timeline-sm .step-icon-lg {
		margin-left: -2.125rem;
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .step-timeline-md {
		margin-left: 0;
		margin-right: 0;
	}
	#ss-account-dashboard-css .step-timeline-md .step-item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 0;
		padding-right: 0;
		margin-left: 50%;
	}
	#ss-account-dashboard-css .step-timeline-md .step-item:nth-child(even) {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		text-align: right;
		margin-left: auto;
		margin-right: 50%;
	}
	#ss-account-dashboard-css .step-timeline-md .step-item:nth-child(even) .step-content-wrapper {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	#ss-account-dashboard-css .step-timeline-md .step-item:nth-child(even) .step-icon {
		margin-left: 0;
		margin-right: -1.5625rem;
	}
	#ss-account-dashboard-css .step-timeline-md .step-item:nth-child(even) .step-icon-xs {
		margin-right: -.875rem;
	}
	#ss-account-dashboard-css .step-timeline-md .step-item:nth-child(even) .step-icon-sm {
		margin-right: -1.34375rem;
	}
	#ss-account-dashboard-css .step-timeline-md .step-item:nth-child(even) .step-icon-lg {
		margin-right: -2.125rem;
	}
	#ss-account-dashboard-css .step-timeline-md .step-item:nth-child(even) .step-content {
		margin-right: 1.5rem;
	}
	#ss-account-dashboard-css .step-timeline-md .step-icon {
		margin-left: -1.5625rem;
	}
	#ss-account-dashboard-css .step-timeline-md .step-icon::after {
		left: auto;
		width: auto;
	}
	#ss-account-dashboard-css .step-timeline-md .step-icon-xs {
		margin-left: -.875rem;
	}
	#ss-account-dashboard-css .step-timeline-md .step-icon-sm {
		margin-left: -1.34375rem;
	}
	#ss-account-dashboard-css .step-timeline-md .step-icon-lg {
		margin-left: -2.125rem;
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .step-timeline-lg {
		margin-left: 0;
		margin-right: 0;
	}
	#ss-account-dashboard-css .step-timeline-lg .step-item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 0;
		padding-right: 0;
		margin-left: 50%;
	}
	#ss-account-dashboard-css .step-timeline-lg .step-item:nth-child(even) {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		text-align: right;
		margin-left: auto;
		margin-right: 50%;
	}
	#ss-account-dashboard-css .step-timeline-lg .step-item:nth-child(even) .step-content-wrapper {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	#ss-account-dashboard-css .step-timeline-lg .step-item:nth-child(even) .step-icon {
		margin-left: 0;
		margin-right: -1.5625rem;
	}
	#ss-account-dashboard-css .step-timeline-lg .step-item:nth-child(even) .step-icon-xs {
		margin-right: -.875rem;
	}
	#ss-account-dashboard-css .step-timeline-lg .step-item:nth-child(even) .step-icon-sm {
		margin-right: -1.34375rem;
	}
	#ss-account-dashboard-css .step-timeline-lg .step-item:nth-child(even) .step-icon-lg {
		margin-right: -2.125rem;
	}
	#ss-account-dashboard-css .step-timeline-lg .step-item:nth-child(even) .step-content {
		margin-right: 1.5rem;
	}
	#ss-account-dashboard-css .step-timeline-lg .step-icon {
		margin-left: -1.5625rem;
	}
	#ss-account-dashboard-css .step-timeline-lg .step-icon::after {
		left: auto;
		width: auto;
	}
	#ss-account-dashboard-css .step-timeline-lg .step-icon-xs {
		margin-left: -.875rem;
	}
	#ss-account-dashboard-css .step-timeline-lg .step-icon-sm {
		margin-left: -1.34375rem;
	}
	#ss-account-dashboard-css .step-timeline-lg .step-icon-lg {
		margin-left: -2.125rem;
	}
}

@media (min-width: 1200px) {
	#ss-account-dashboard-css .step-timeline-xl {
		margin-left: 0;
		margin-right: 0;
	}
	#ss-account-dashboard-css .step-timeline-xl .step-item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 0;
		padding-right: 0;
		margin-left: 50%;
	}
	#ss-account-dashboard-css .step-timeline-xl .step-item:nth-child(even) {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		text-align: right;
		margin-left: auto;
		margin-right: 50%;
	}
	#ss-account-dashboard-css .step-timeline-xl .step-item:nth-child(even) .step-content-wrapper {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	#ss-account-dashboard-css .step-timeline-xl .step-item:nth-child(even) .step-icon {
		margin-left: 0;
		margin-right: -1.5625rem;
	}
	#ss-account-dashboard-css .step-timeline-xl .step-item:nth-child(even) .step-icon-xs {
		margin-right: -.875rem;
	}
	#ss-account-dashboard-css .step-timeline-xl .step-item:nth-child(even) .step-icon-sm {
		margin-right: -1.34375rem;
	}
	#ss-account-dashboard-css .step-timeline-xl .step-item:nth-child(even) .step-icon-lg {
		margin-right: -2.125rem;
	}
	#ss-account-dashboard-css .step-timeline-xl .step-item:nth-child(even) .step-content {
		margin-right: 1.5rem;
	}
	#ss-account-dashboard-css .step-timeline-xl .step-icon {
		margin-left: -1.5625rem;
	}
	#ss-account-dashboard-css .step-timeline-xl .step-icon::after {
		left: auto;
		width: auto;
	}
	#ss-account-dashboard-css .step-timeline-xl .step-icon-xs {
		margin-left: -.875rem;
	}
	#ss-account-dashboard-css .step-timeline-xl .step-icon-sm {
		margin-left: -1.34375rem;
	}
	#ss-account-dashboard-css .step-timeline-xl .step-icon-lg {
		margin-left: -2.125rem;
	}
}

#ss-account-dashboard-css .table th {
	font-weight: 400;
}

#ss-account-dashboard-css .table thead th {
	font-size: .75rem;
	font-weight: 600;
	text-transform: uppercase;
	border-width: 0;
}

#ss-account-dashboard-css .table .btn {
	white-space: nowrap;
}

#ss-account-dashboard-css .table-heighlighted thead th {
	border-bottom-color: #1e2022;
	border-top: none;
}

#ss-account-dashboard-css .table-heighlighted tfoot td {
	border-top: .125rem solid #1e2022;
}

#ss-account-dashboard-css .table-light-bordered {
	border-color: rgba(255, 255, 255, 0.3);
}

#ss-account-dashboard-css .table-light-bordered td,
#ss-account-dashboard-css .table-light-bordered th,
#ss-account-dashboard-css .table-light-bordered thead th {
	border-color: rgba(255, 255, 255, 0.3);
}

#ss-account-dashboard-css .table-nowrap td,
#ss-account-dashboard-css .table-nowrap th {
	white-space: nowrap;
}

#ss-account-dashboard-css .table-align-middle tbody td {
	vertical-align: middle;
}

#ss-account-dashboard-css .table-thead-bordered thead th {
	border-top: .0625rem solid #e7eaf3;
	border-bottom: .0625rem solid #e7eaf3;
}

#ss-account-dashboard-css [class*=text-highlight-] {
	background: left 1em/1em .2em;
}

#ss-account-dashboard-css .text-highlight-primary {
	background-image: linear-gradient(to bottom, rgba(59, 181, 170, 0.5) 0, rgba(59, 181, 170, 0.5) 100%);
	background-repeat: repeat-x;
}

#ss-account-dashboard-css .text-highlight-secondary {
	background-image: linear-gradient(to bottom, rgba(235, 60, 103, 0.5) 0, rgba(235, 60, 103, 0.5) 100%);
	background-repeat: repeat-x;
}

#ss-account-dashboard-css .text-highlight-success {
	background-image: linear-gradient(to bottom, rgba(0, 201, 167, 0.5) 0, rgba(0, 201, 167, 0.5) 100%);
	background-repeat: repeat-x;
}

#ss-account-dashboard-css .text-highlight-info {
	background-image: linear-gradient(to bottom, rgba(9, 165, 190, 0.5) 0, rgba(9, 165, 190, 0.5) 100%);
	background-repeat: repeat-x;
}

#ss-account-dashboard-css .text-highlight-warning {
	background-image: linear-gradient(to bottom, rgba(245, 202, 153, 0.5) 0, rgba(245, 202, 153, 0.5) 100%);
	background-repeat: repeat-x;
}

#ss-account-dashboard-css .text-highlight-danger {
	background-image: linear-gradient(to bottom, rgba(237, 76, 120, 0.5) 0, rgba(237, 76, 120, 0.5) 100%);
	background-repeat: repeat-x;
}

#ss-account-dashboard-css .text-highlight-light {
	background-image: linear-gradient(to bottom, rgba(247, 250, 255, 0.5) 0, rgba(247, 250, 255, 0.5) 100%);
	background-repeat: repeat-x;
}

#ss-account-dashboard-css .text-highlight-dark {
	background-image: linear-gradient(to bottom, rgba(33, 50, 91, 0.5) 0, rgba(33, 50, 91, 0.5) 100%);
	background-repeat: repeat-x;
}

#ss-account-dashboard-css .text-highlight-indigo {
	background-image: linear-gradient(to bottom, rgba(45, 21, 130, 0.5) 0, rgba(45, 21, 130, 0.5) 100%);
	background-repeat: repeat-x;
}

#ss-account-dashboard-css [class*=sticky-block] {
	max-width: 100%;
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
	#ss-account-dashboard-css .media {
		width: 100%;
	}
	#ss-account-dashboard-css .ie-slick-equal-height .slick-track .slick-slide {
		display: block;
	}
	#ss-account-dashboard-css .ie-main-hero {
		height: 686px;
	}
	#ss-account-dashboard-css .ie-showcase-mockup {
		height: 373px;
	}
	#ss-account-dashboard-css .ie-device-and-mobile {
		height: 638px;
	}
	#ss-account-dashboard-css .ie-curved-y {
		height: 26px;
	}
	#ss-account-dashboard-css .ie-curved-x {
		width: 26px;
		height: 370px;
		margin-right: -4px;
	}
}

#ss-account-dashboard-css .gradient-y-sm-primary {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(59, 181, 170, 0.075) 100%);
	background-repeat: repeat-x;
}

#ss-account-dashboard-css .gradient-y-gray {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(231, 234, 243, 0.5) 100%);
	background-repeat: repeat-x;
}

#ss-account-dashboard-css .gradient-y-lg-white {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
	background-repeat: repeat-x;
}

#ss-account-dashboard-css .gradient-y-three-sm-primary {
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(59, 181, 170, 0.075) 50%, rgba(255, 255, 255, 0));
	background-repeat: no-repeat;
}

#ss-account-dashboard-css .gradient-x-three-sm-primary {
	background-image: linear-gradient(to right, rgba(59, 181, 170, 0.03), rgba(9, 165, 190, 0.05) 50%, rgba(245, 202, 153, 0.05));
	background-repeat: no-repeat;
}

#ss-account-dashboard-css [class*=gradient-x-overlay-],
#ss-account-dashboard-css [class*=gradient-y-overlay-],
#ss-account-dashboard-css [class*=gradient-y-three-overlay-] {
	position: relative;
	z-index: 1;
}

#ss-account-dashboard-css [class*=gradient-x-overlay-]::before,
#ss-account-dashboard-css [class*=gradient-y-overlay-]::before,
#ss-account-dashboard-css [class*=gradient-y-three-overlay-]::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: "";
}

#ss-account-dashboard-css .gradient-x-overlay-lg-dark-video::before {
	z-index: 2;
	background-image: linear-gradient(to right, rgba(33, 50, 91, 0.95) 0, rgba(33, 50, 91, 0.95) 100%);
	background-repeat: repeat-x;
}

#ss-account-dashboard-css .gradient-x-overlay-sm-dark::before {
	background-image: linear-gradient(to right, rgba(33, 50, 91, 0.25) 0, rgba(30, 32, 34, 0.25) 100%);
	background-repeat: repeat-x;
}

#ss-account-dashboard-css .gradient-x-overlay-lg-dark::before {
	background-image: linear-gradient(to right, rgba(33, 50, 91, 0.9) 0, rgba(33, 50, 91, 0.9) 100%);
	background-repeat: repeat-x;
}

#ss-account-dashboard-css .gradient-y-overlay-lg-dark::before {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgba(12, 13, 14, 0.6) 100%);
	background-repeat: repeat-x;
}

#ss-account-dashboard-css .gradient-x-overlay-sm-indigo::before {
	background-image: linear-gradient(45deg, transparent, rgba(45, 21, 130, 0.05));
	background-repeat: repeat-x;
}

#ss-account-dashboard-css .gradient-y-overlay-lg-white::before {
	background-image: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0.9) 100%);
	background-repeat: repeat-x;
}

#ss-account-dashboard-css .gradient-y-overlay-sm-gray-900::before {
	background-image: linear-gradient(to bottom, rgba(30, 32, 34, 0.3) 0, rgba(33, 50, 91, 0.2) 100%);
	background-repeat: repeat-x;
}

#ss-account-dashboard-css .bg-img-hero {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

#ss-account-dashboard-css .bg-img-hero-bottom {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}

#ss-account-dashboard-css .bg-img-hero-center {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#ss-account-dashboard-css .bg-img-hero-fixed {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

#ss-account-dashboard-css .bg-soft-primary {
	background-color: rgba(59, 181, 170, 0.1);
}

#ss-account-dashboard-css .bg-soft-secondary {
	background-color: rgba(235, 60, 103, 0.1);
}

#ss-account-dashboard-css .bg-soft-success {
	background-color: rgba(0, 201, 167, 0.1);
}

#ss-account-dashboard-css .bg-soft-info {
	background-color: rgba(9, 165, 190, 0.1);
}

#ss-account-dashboard-css .bg-soft-warning {
	background-color: rgba(245, 202, 153, 0.1);
}

#ss-account-dashboard-css .bg-soft-danger {
	background-color: rgba(237, 76, 120, 0.1);
}

#ss-account-dashboard-css .bg-soft-light {
	background-color: rgba(247, 250, 255, 0.1);
}

#ss-account-dashboard-css .bg-soft-dark {
	background-color: rgba(33, 50, 91, 0.1);
}

#ss-account-dashboard-css .bg-soft-indigo {
	background-color: rgba(45, 21, 130, 0.1);
}

#ss-account-dashboard-css .rounded-pseudo {
	border-radius: .3125rem;
}

#ss-account-dashboard-css .rounded-pseudo::after,
#ss-account-dashboard-css .rounded-pseudo::before {
	border-radius: .3125rem;
}

#ss-account-dashboard-css .rounded-lg-pseudo {
	border-radius: .75rem;
}

#ss-account-dashboard-css .rounded-lg-pseudo::after,
#ss-account-dashboard-css .rounded-lg-pseudo::before {
	border-radius: .75rem;
}

#ss-account-dashboard-css .border-dashed {
	border: .0625rem dashed #e7eaf3;
}

#ss-account-dashboard-css .border-3 {
	border-width: .1875rem !important;
}

#ss-account-dashboard-css .top-auto {
	top: auto;
}

#ss-account-dashboard-css .bottom-auto {
	bottom: auto;
}

#ss-account-dashboard-css .right-auto {
	right: auto;
}

#ss-account-dashboard-css .left-auto {
	left: auto;
}

#ss-account-dashboard-css .top-0 {
	top: 0;
}

#ss-account-dashboard-css .right-0 {
	right: 0;
}

#ss-account-dashboard-css .bottom-0 {
	bottom: 0;
}

#ss-account-dashboard-css .left-0 {
	left: 0;
}

#ss-account-dashboard-css .top-50 {
	top: 50%;
}

#ss-account-dashboard-css .right-50 {
	right: 50%;
}

#ss-account-dashboard-css .bottom-50 {
	bottom: 50%;
}

#ss-account-dashboard-css .left-50 {
	left: 50%;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .position-sm-absolute {
		position: absolute;
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .top-md-0 {
		top: 0;
	}
	#ss-account-dashboard-css .right-md-0 {
		right: 0;
	}
	#ss-account-dashboard-css .bottom-md-0 {
		bottom: 0;
	}
	#ss-account-dashboard-css .left-md-0 {
		left: 0;
	}
	#ss-account-dashboard-css .position-md-absolute {
		position: absolute;
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .top-lg-0 {
		top: 0;
	}
	#ss-account-dashboard-css .right-lg-0 {
		right: 0;
	}
	#ss-account-dashboard-css .bottom-lg-0 {
		bottom: 0;
	}
	#ss-account-dashboard-css .left-lg-0 {
		left: 0;
	}
	#ss-account-dashboard-css .position-lg-absolute {
		position: absolute;
	}
}

#ss-account-dashboard-css .content-centered-y {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .content-centered-y-md {
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .content-centered-y-lg {
		position: absolute;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}

#ss-account-dashboard-css .opacity-xs {
	opacity: .2;
}

#ss-account-dashboard-css .opacity-sm {
	opacity: .4;
}

#ss-account-dashboard-css .opacity {
	opacity: .6;
}

#ss-account-dashboard-css .opacity-lg {
	opacity: .8;
}

#ss-account-dashboard-css .shadow-primary-lg {
	box-shadow: 0 0 50px rgba(237, 28, 36, 0.5) !important;
}

#ss-account-dashboard-css .shadow-soft {
	box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25) !important;
}

#ss-account-dashboard-css .min-w-3rem {
	min-width: 1rem;
}

#ss-account-dashboard-css .min-w-4rem {
	min-width: 1.5rem;
}

#ss-account-dashboard-css .min-w-8rem {
	min-width: 3.5rem;
}

#ss-account-dashboard-css .min-w-21rem {
	min-width: 10rem;
}

#ss-account-dashboard-css .max-w-3rem {
	max-width: 1rem;
}

#ss-account-dashboard-css .max-w-4rem {
	max-width: 1.5rem;
}

#ss-account-dashboard-css .max-w-5rem {
	max-width: 2rem;
}

#ss-account-dashboard-css .max-w-6rem {
	max-width: 2.5rem;
}

#ss-account-dashboard-css .max-w-7rem {
	max-width: 3rem;
}

#ss-account-dashboard-css .max-w-8rem {
	max-width: 3.5rem;
}

#ss-account-dashboard-css .max-w-9rem {
	max-width: 4rem;
}

#ss-account-dashboard-css .max-w-10rem {
	max-width: 4.5rem;
}

#ss-account-dashboard-css .max-w-11rem {
	max-width: 5rem;
}

#ss-account-dashboard-css .max-w-13rem {
	max-width: 6rem;
}

#ss-account-dashboard-css .max-w-15rem {
	max-width: 7rem;
}

#ss-account-dashboard-css .max-w-19rem {
	max-width: 9rem;
}

#ss-account-dashboard-css .max-w-23rem {
	max-width: 11rem;
}

#ss-account-dashboard-css .max-w-27rem {
	max-width: 13rem;
}

#ss-account-dashboard-css .max-w-33rem {
	max-width: 16rem;
}

#ss-account-dashboard-css .max-w-35rem {
	max-width: 17rem;
}

#ss-account-dashboard-css .max-w-40rem {
	max-width: 19.5rem;
}

#ss-account-dashboard-css .max-w-50rem {
	max-width: 24.5rem;
}

#ss-account-dashboard-css .h-4rem {
	height: .25rem;
}

#ss-account-dashboard-css .h-250rem {
	height: 15.625rem;
}

#ss-account-dashboard-css .h-380rem {
	height: 23.75rem;
}

#ss-account-dashboard-css .min-h-270rem {
	min-height: 16.875rem;
}

#ss-account-dashboard-css .min-h-300rem {
	min-height: 18.75rem;
}

#ss-account-dashboard-css .min-h-380rem {
	min-height: 23.75rem;
}

#ss-account-dashboard-css .min-h-450rem {
	min-height: 28.125rem;
}

#ss-account-dashboard-css .min-h-500rem {
	min-height: 31.25rem;
}

#ss-account-dashboard-css .min-h-620rem {
	min-height: 38.75rem;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .max-w-sm-15rem {
		max-width: 7rem;
	}
	#ss-account-dashboard-css .max-w-sm-40rem {
		max-width: 19.5rem;
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .vh-md-30 {
		height: 30vh;
	}
	#ss-account-dashboard-css .vh-md-70 {
		height: 70vh;
	}
	#ss-account-dashboard-css .min-vh-md-100 {
		min-height: 100vh;
	}
	#ss-account-dashboard-css .max-w-md-13rem {
		max-width: 6rem;
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .vh-lg-100 {
		height: 100vh;
	}
	#ss-account-dashboard-css .min-vh-lg-100 {
		min-height: 100vh;
	}
	#ss-account-dashboard-css .min-h-lg-600rem {
		min-height: 37.5rem;
	}
}

#ss-account-dashboard-css .text-inherit {
	color: inherit;
}

#ss-account-dashboard-css .text-cap {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .03125rem;
}

#ss-account-dashboard-css .text-lh-sm {
	line-height: 1.2;
}

#ss-account-dashboard-css .text-lh-lg {
	line-height: 1.8;
}

#ss-account-dashboard-css .font-size-1 {
	font-size: .875rem;
}

#ss-account-dashboard-css .font-size-2 {
	font-size: 1.5rem;
}

#ss-account-dashboard-css .font-size-3 {
	font-size: 2rem;
}

#ss-account-dashboard-css .font-size-4 {
	font-size: 2.5rem;
}

#ss-account-dashboard-css .font-size-5 {
	font-size: 3rem;
}

#ss-account-dashboard-css .text-dark {
	color: #1e2022 !important;
}

#ss-account-dashboard-css .text-dark[href]:hover {
	color: #ed1c24 !important;
}

#ss-account-dashboard-css .text-secondary[href]:hover {
	color: #ed1c24 !important;
}

#ss-account-dashboard-css .text-body[href]:hover,
#ss-account-dashboard-css .text-muted[href]:hover {
	color: #c90c14 !important;
}

#ss-account-dashboard-css .text-white-70 {
	color: rgba(255, 255, 255, 0.7);
}

#ss-account-dashboard-css .text-white-70[href]:hover {
	color: #fff;
}

#ss-account-dashboard-css a:hover .text-hover-primary {
	color: #c90c14 !important;
}

#ss-account-dashboard-css .text-warning {
	color: #ec9a3c !important;
}

#ss-account-dashboard-css .transform-rotate-1 {
	-webkit-transform: rotate(-40deg);
	transform: rotate(-40deg);
	-webkit-transform-origin: 30% 20%;
	transform-origin: 30% 20%;
}

#ss-account-dashboard-css .transform-rotate-2 {
	-webkit-transform: rotate(-17deg);
	transform: rotate(-17deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

#ss-account-dashboard-css .transform-rotate-3 {
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
	-webkit-transform-origin: 90% -20%;
	transform-origin: 90% -20%;
}

#ss-account-dashboard-css .transform-rotate-4 {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#ss-account-dashboard-css .transform-rotate-5 {
	-webkit-transform: rotate(-22deg);
	transform: rotate(-22deg);
}

#ss-account-dashboard-css .transform-rotate-6 {
	-webkit-transform: translate3d(20%, -55%, 0);
	transform: translate3d(20%, -55%, 0);
}

#ss-account-dashboard-css .transition-3d-hover {
	transition: all .2s ease-in-out;
}

#ss-account-dashboard-css .transition-3d-hover:focus,
#ss-account-dashboard-css .transition-3d-hover:hover {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

#ss-account-dashboard-css .transition-zoom-hover {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}

#ss-account-dashboard-css .transition-zoom-hover:focus,
#ss-account-dashboard-css .transition-zoom-hover:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

#ss-account-dashboard-css .z-index-n1 {
	z-index: -1;
}

#ss-account-dashboard-css .z-index-2 {
	z-index: 2;
}

#ss-account-dashboard-css .z-index-4 {
	z-index: 4;
}

#ss-account-dashboard-css .z-index-999 {
	z-index: 999;
}

#ss-account-dashboard-css .z-index-9999 {
	z-index: 9999;
}

#ss-account-dashboard-css .hs-unfold {
	position: relative;
	display: inline-block;
}

#ss-account-dashboard-css .hs-unfold-content {
	display: block !important;
	opacity: 0;
	pointer-events: none;
}

#ss-account-dashboard-css .hs-unfold-content-initialized {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

#ss-account-dashboard-css .hs-unfold-hidden {
	display: none !important;
	opacity: 0;
	visibility: hidden;
}

#ss-account-dashboard-css .hs-unfold-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1002;
	background-color: rgba(33, 50, 91, 0.125);
}

#ss-account-dashboard-css .hs-unfold-content.hs-unfold-reverse-y {
	top: auto;
	bottom: 100%;
	margin-top: 0;
}

#ss-account-dashboard-css .hs-unfold-has-submenu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .5rem;
}

#ss-account-dashboard-css .hs-video-bg-video video {
	-o-object-fit: cover;
	object-fit: cover;
}

#ss-account-dashboard-css .hs-nav-scroller-horizontal {
	position: relative;
	z-index: 2;
}

#ss-account-dashboard-css .hs-nav-scroller-horizontal .nav {
	overflow-x: auto;
	overflow-y: hidden;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	white-space: nowrap;
	scroll-behavior: smooth;
}

#ss-account-dashboard-css .hs-nav-scroller-horizontal .nav .nav-item {
	white-space: nowrap;
}

#ss-account-dashboard-css .hs-nav-scroller-horizontal .nav::-webkit-scrollbar {
	display: none;
}

#ss-account-dashboard-css .hs-nav-scroller-horizontal .nav-tabs {
	padding-bottom: 2px;
}

#ss-account-dashboard-css .hs-nav-scroller-horizontal .hs-nav-scroller-arrow-next,
#ss-account-dashboard-css .hs-nav-scroller-horizontal .hs-nav-scroller-arrow-prev {
	position: absolute;
	height: 100%;
	z-index: 1;
	font-size: 1rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

#ss-account-dashboard-css .hs-nav-scroller-horizontal .hs-nav-scroller-arrow-link {
	width: 3.125rem;
	color: #677788;
}

#ss-account-dashboard-css .hs-nav-scroller-horizontal .hs-nav-scroller-arrow-link:hover {
	color: #c90c14;
}

#ss-account-dashboard-css .hs-nav-scroller-horizontal .hs-nav-scroller-arrow-prev {
	left: 0;
	margin-left: -.125rem;
}

#ss-account-dashboard-css .hs-nav-scroller-horizontal .hs-nav-scroller-arrow-prev .hs-nav-scroller-arrow-link {
	padding: .5rem 0;
	background-image: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0) 100%);
	background-repeat: repeat-x;
}

#ss-account-dashboard-css .hs-nav-scroller-horizontal .hs-nav-scroller-arrow-next {
	right: 0;
	margin-right: -.125rem;
}

#ss-account-dashboard-css .hs-nav-scroller-horizontal .hs-nav-scroller-arrow-next .hs-nav-scroller-arrow-link {
	padding: .5rem 0;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 50%);
	background-repeat: repeat-x;
	text-align: right;
}

#ss-account-dashboard-css .hs-nav-scroller-vertical {
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
}

#ss-account-dashboard-css .hs-nav-scroller-vertical::-webkit-scrollbar {
	width: .5rem;
}

#ss-account-dashboard-css .hs-nav-scroller-vertical::-webkit-scrollbar-thumb {
	background-color: rgba(189, 197, 209, 0.6);
}

#ss-account-dashboard-css .hs-nav-scroller-unfold {
	position: static;
}

#ss-account-dashboard-css .hs-chartjs-tooltip-wrap {
	position: absolute;
	z-index: 3;
	transition: opacity .2s ease-in-out;
}

#ss-account-dashboard-css .hs-chartjs-tooltip {
	background-color: #fff;
	border: .0625rem solid #e7eaf3;
	box-shadow: 0 0.375rem 1.5rem 0 rgba(140, 152, 164, 0.125);
	border-radius: .3125rem;
	padding: 1rem 1rem;
}

#ss-account-dashboard-css .hs-chartjs-tooltip-header {
	font-weight: 600;
}

#ss-account-dashboard-css .hs-chartjs-tooltip-body {
	color: #677788;
}

@media (max-width: 991.98px) {
	#ss-account-dashboard-css .cbp-filter-scrollbar {
		max-width: 100%;
		display: -ms-flexbox;
		display: flex;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	#ss-account-dashboard-css .cbp-filter-scrollbar::-webkit-scrollbar {
		height: .25rem;
	}
	#ss-account-dashboard-css .cbp-filter-scrollbar::-webkit-scrollbar-thumb {
		background-color: rgba(189, 197, 209, 0.6);
		visibility: hidden;
	}
	#ss-account-dashboard-css .cbp-filter-scrollbar:hover::-webkit-scrollbar-thumb {
		visibility: visible;
	}
}

#ss-account-dashboard-css .cbp-filter-item-active.label.label-soft-secondary {
	color: #fff;
	background-color: #ed1c24;
}

#ss-account-dashboard-css .cbp-filter-item-active.nav-link {
	color: #ed1c24;
}

#ss-account-dashboard-css .cbp-l-loadMore-stop {
	pointer-events: none;
}

#ss-account-dashboard-css .cbp-caption-zoom .cbp-caption-defaultWrap {
	transition: -webkit-transform .2s ease-out;
	transition: transform .2s ease-out;
	transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

#ss-account-dashboard-css .cbp-caption-zoom .cbp-caption-activeWrap {
	background-color: rgba(33, 50, 91, 0.5);
}

#ss-account-dashboard-css .cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#ss-account-dashboard-css .dz-dropzone {
	cursor: pointer;
}

#ss-account-dashboard-css .dz-dropzone-boxed {
	width: 100%;
	background-color: #f8fafd;
	border: .125rem dashed #e7eaf3;
	border-radius: .3125rem;
	padding: 3rem 3rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#ss-account-dashboard-css .dz-dropzone .dz-message {
	width: 100%;
	text-align: center;
}

#ss-account-dashboard-css .dz-dropzone .dz-details {
	margin-bottom: 1rem;
}

#ss-account-dashboard-css .dz-dropzone .dz-file-preview {
	background-color: #fff;
	border-radius: .3125rem;
	padding: 1rem 1rem;
	box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
}

#ss-account-dashboard-css .dz-dropzone .dz-file-wrapper {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#ss-account-dashboard-css .dz-dropzone .dz-filename {
	margin-bottom: .25rem;
}

#ss-account-dashboard-css .dz-dropzone .dz-img {
	max-width: 3.125rem;
	border-radius: .3125rem;
	margin-right: .75rem;
}

#ss-account-dashboard-css .dz-dropzone .dz-img-inner {
	border-radius: .3125rem;
}

#ss-account-dashboard-css .dz-dropzone .dz-close-icon,
#ss-account-dashboard-css .dz-dropzone .dz-size {
	color: #677788;
}

#ss-account-dashboard-css .dz-dropzone .dz-title {
	font-size: .75rem;
	font-weight: 600;
}

#ss-account-dashboard-css .dz-dropzone .dz-size {
	font-size: 80%;
}

#ss-account-dashboard-css .dz-dropzone .dz-file-initials {
	display: inline-block;
	width: 3.125rem;
	height: 3.125rem;
	line-height: 3.125rem;
	font-weight: 600;
	font-size: 1rem;
	color: #ed1c24;
	text-align: center;
	background-color: rgba(59, 181, 170, 0.1);
	border-radius: .3125rem;
	margin-right: .75rem;
}

#ss-account-dashboard-css .dz-dropzone [data-dz-thumbnail]:not([src]) {
	display: none;
	margin-bottom: 0;
}

#ss-account-dashboard-css .dz-dropzone .dz-progress {
	margin-bottom: 1rem;
}

#ss-account-dashboard-css .dz-dropzone .dz-processing .dz-error-mark,
#ss-account-dashboard-css .dz-dropzone .dz-processing .dz-success-mark {
	display: none;
}

#ss-account-dashboard-css .dz-dropzone .dz-processing.dz-error .dz-error-mark,
#ss-account-dashboard-css .dz-dropzone .dz-processing.dz-success .dz-success-mark {
	display: block;
}

#ss-account-dashboard-css .dz-dropzone .dz-processing .dz-error-mark {
	color: #ed4c78;
}

#ss-account-dashboard-css .dz-dropzone .dz-processing .dz-success-mark {
	color: #00c9a7;
}

#ss-account-dashboard-css .dzsparallaxer {
	color: inherit;
}

#ss-account-dashboard-css .fancybox-theme .fancybox-slide.animated {
	display: block;
	opacity: 0;
	z-index: 0;
}

#ss-account-dashboard-css .fancybox-theme .fancybox-slide.animated.fancybox-slide--current {
	opacity: 1;
	z-index: 1;
}

#ss-account-dashboard-css .fancybox-theme .fancybox-content {
	background-color: transparent;
}

#ss-account-dashboard-css .fancybox-theme .fancybox-bg {
	background-color: #1e2022;
}

#ss-account-dashboard-css .fancybox-theme .fancybox-button svg {
	margin-bottom: 0;
}

#ss-account-dashboard-css .fancybox-theme .fancybox-progress {
	background-color: #ed1c24;
}

#ss-account-dashboard-css .blur-30 {
	-webkit-filter: blur(30px);
	filter: blur(30px);
}

#ss-account-dashboard-css .leaflet-bar,
#ss-account-dashboard-css .leaflet-popup-content-wrapper,
#ss-account-dashboard-css .leaflet-popup-tip {
	box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
}

#ss-account-dashboard-css .leaflet-bar,
#ss-account-dashboard-css .leaflet-popup-content-wrapper {
	border-radius: .3125rem;
}

#ss-account-dashboard-css .leaflet-popup {
	margin-bottom: 3rem;
}

#ss-account-dashboard-css .quill-custom .ql-container {
	position: static;
}

#ss-account-dashboard-css .quill-custom .ql-container.ql-snow,
#ss-account-dashboard-css .quill-custom .ql-toolbar.ql-snow {
	border-color: #e7eaf3;
}

#ss-account-dashboard-css .quill-custom .ql-toolbar.ql-snow {
	padding: .75rem 1.5rem;
	border-top-left-radius: .3125rem;
	border-top-right-radius: .3125rem;
}

#ss-account-dashboard-css .quill-custom .ql-container.ql-snow {
	border-bottom-right-radius: .3125rem;
	border-bottom-left-radius: .3125rem;
}

#ss-account-dashboard-css .quill-custom .ql-formats:first-child {
	padding-left: 0;
}

#ss-account-dashboard-css .quill-custom .ql-formats:first-child button {
	margin-right: .5rem;
}

#ss-account-dashboard-css .quill-custom .ql-formats:first-child button:first-child {
	margin-left: -.25rem;
}

#ss-account-dashboard-css .quill-custom .ql-editor {
	position: relative;
	padding: 1.5rem 1.5rem;
}

#ss-account-dashboard-css .quill-custom .ql-editor p {
	font-size: 1rem;
	font-family: Karla, "Open Sans", sans-serif;
	color: #1e2022;
}

#ss-account-dashboard-css .quill-custom .ql-editor.ql-blank::before {
	left: 1.5rem;
	color: #97a4af;
	font-family: Karla, "Open Sans", sans-serif;
	font-style: normal;
}

#ss-account-dashboard-css .quill-custom .ql-snow.ql-toolbar .ql-fill {
	fill: #677788;
}

#ss-account-dashboard-css .quill-custom .ql-snow.ql-toolbar .ql-stroke {
	stroke: #677788;
}

#ss-account-dashboard-css .quill-custom .ql-snow.ql-toolbar button:hover {
	color: #ed1c24;
}

#ss-account-dashboard-css .quill-custom .ql-snow.ql-toolbar button:hover .ql-fill {
	fill: #ed1c24;
}

#ss-account-dashboard-css .quill-custom .ql-snow.ql-toolbar button:hover .ql-stroke {
	stroke: #ed1c24;
}

#ss-account-dashboard-css .quill-custom .ql-snow .ql-toolbar button,
#ss-account-dashboard-css .quill-custom .ql-snow.ql-toolbar button {
	width: 1.75rem;
	height: 1.75rem;
	padding: .25rem .25rem;
}

#ss-account-dashboard-css .quill-custom .ql-snow .ql-toolbar button svg,
#ss-account-dashboard-css .quill-custom .ql-snow.ql-toolbar button svg {
	margin-bottom: 0;
}

#ss-account-dashboard-css .quill-custom .ql-snow .ql-tooltip {
	position: fixed;
	top: 50% !important;
	left: 50% !important;
	z-index: 1;
	min-width: 20rem;
	border-width: 0;
	text-align: center;
	box-shadow: 0 10px 40px 10px rgba(140, 152, 164, 0.175);
	padding: 1.5rem 1.5rem;
	border-radius: .3125rem;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#ss-account-dashboard-css .quill-custom .ql-snow .ql-tooltip::before {
	display: block;
	text-align: center;
	font-family: Karla, "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 1rem;
	border-bottom: .0625rem solid #e7eaf3;
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
	margin-right: 0;
}

#ss-account-dashboard-css .quill-custom .ql-snow .ql-tooltip.ql-editing a.ql-preview,
#ss-account-dashboard-css .quill-custom .ql-snow .ql-tooltip.ql-editing a.ql-remove {
	display: none;
}

#ss-account-dashboard-css .quill-custom .ql-snow .ql-tooltip a.ql-preview,
#ss-account-dashboard-css .quill-custom .ql-snow .ql-tooltip.ql-editing input[type=text] {
	min-width: 20rem;
	font-size: 1rem;
	line-height: normal;
	border: .0625rem solid #e7eaf3;
	padding: .75rem 1rem;
	margin-bottom: 1.5rem;
	border-radius: .3125rem;
	transition: .3s;
}

#ss-account-dashboard-css .quill-custom .ql-snow .ql-tooltip a.ql-preview {
	display: block;
}

#ss-account-dashboard-css .quill-custom .ql-snow .ql-tooltip a.ql-preview:hover {
	border-color: #ed1c24;
}

#ss-account-dashboard-css .quill-custom .ql-snow .ql-tooltip.ql-editing input[type=text] {
	height: auto;
	display: block;
	font-family: Karla, "Open Sans", sans-serif;
}

#ss-account-dashboard-css .quill-custom .ql-snow .ql-tooltip.ql-editing input[type=text]:focus {
	border-color: rgba(237, 28, 36, 0.5);
	box-shadow: 0 0 10px rgba(59, 181, 170, 0.1);
}

#ss-account-dashboard-css .quill-custom .ql-snow .ql-action {
	display: inline-block;
	color: #fff;
	background-color: #ed1c24;
	font-size: 1rem;
	line-height: normal;
	padding: .75rem 1rem;
	border-radius: .3125rem;
	transition: .3s;
}

#ss-account-dashboard-css .quill-custom .ql-snow .ql-action:hover {
	background-color: #329a91;
}

#ss-account-dashboard-css .quill-custom .ql-snow .ql-tooltip a.ql-action::after,
#ss-account-dashboard-css .quill-custom .ql-snow .ql-tooltip a.ql-remove::before {
	padding-right: 0;
	margin-left: 0;
	border-right: none;
}

#ss-account-dashboard-css .quill-custom .ql-snow .ql-tooltip a.ql-remove {
	border: .0625rem solid #e7eaf3;
	font-size: 1rem;
	padding: .75rem 1rem;
	border-radius: .3125rem;
	margin-left: .5rem;
	transition: .3s;
}

#ss-account-dashboard-css .quill-custom .ql-snow .ql-tooltip a.ql-remove:hover {
	color: #c90c14;
	box-shadow: 0 3px 6px -2px rgba(140, 152, 164, 0.25);
}

#ss-account-dashboard-css .select2-custom {
	position: relative;
}

#ss-account-dashboard-css .select2-custom .select2-custom-hide {
	display: none;
}

#ss-account-dashboard-css .select2-custom-right .select2-container--open {
	right: 0 !important;
	left: auto !important;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .select2-custom-sm-right .select2-container--open {
		right: 0 !important;
		left: auto !important;
	}
}

@media (min-width: 768px) {
	#ss-account-dashboard-css .select2-custom-md-right .select2-container--open {
		right: 0 !important;
		left: auto !important;
	}
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .select2-custom-lg-right .select2-container--open {
		right: 0 !important;
		left: auto !important;
	}
}

@media (min-width: 1200px) {
	#ss-account-dashboard-css .select2-custom-xl-right .select2-container--open {
		right: 0 !important;
		left: auto !important;
	}
}

#ss-account-dashboard-css .select2-dropdown {
	border-color: #e7eaf3;
}

#ss-account-dashboard-css .select2-container--open .select2-dropdown--below {
	border-radius: .3125rem;
	border-top: .0625rem solid #e7eaf3;
	margin-top: .5rem;
}

#ss-account-dashboard-css .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
#ss-account-dashboard-css .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-radius: .3125rem;
}

#ss-account-dashboard-css .select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: rgba(237, 28, 36, 0.5);
}

#ss-account-dashboard-css .select2-container--default .custom-select.select2-selection--multiple,
#ss-account-dashboard-css .select2-container--default .form-control.select2-selection--multiple {
	height: auto;
	min-height: calc(1.6em + 1.625rem);
}

#ss-account-dashboard-css .select2-container--default .custom-select-sm.select2-selection--multiple,
#ss-account-dashboard-css .select2-container--default .form-control-sm.select2-selection--multiple {
	min-height: calc(1.5em + 1.375rem);
}

#ss-account-dashboard-css .select2-container--default .form-control.select2-selection--multiple .select2-selection__choice {
	margin-top: .7rem;
}

#ss-account-dashboard-css .select2-container--default .custom-select-sm.select2-selection--multiple .select2-selection__choice,
#ss-account-dashboard-css .select2-container--default .form-control-sm.select2-selection--multiple .select2-selection__choice {
	margin-top: .5rem;
}

#ss-account-dashboard-css .select2-container--default .form-control.select2-selection--multiple .select2-search--inline {
	margin-top: .25rem;
}

#ss-account-dashboard-css .select2-container--default .form-control-lg.select2-selection--multiple .select2-selection__choice {
	margin-top: .6125rem;
}

#ss-account-dashboard-css .select2-container--default .select2-selection--multiple {
	border-color: #e7eaf3;
	padding: 0 0;
}

#ss-account-dashboard-css .select2-container--default .select2-selection--multiple .select2-selection__choice {
	position: relative;
	background-color: #e7eaf3;
	border-color: transparent;
	padding-right: 1.125rem;
}

#ss-account-dashboard-css .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	position: absolute;
	right: .125rem;
	color: #eb3c67;
}

#ss-account-dashboard-css .select2-container--default .select2-search__field {
	width: 100% !important;
}

#ss-account-dashboard-css .select2-container--default .select2-search__field::-webkit-input-placeholder {
	color: #97a4af;
}

#ss-account-dashboard-css .select2-container--default .select2-search__field::-moz-placeholder {
	color: #97a4af;
}

#ss-account-dashboard-css .select2-container--default .select2-search__field:-ms-input-placeholder {
	color: #97a4af;
}

#ss-account-dashboard-css .select2-container--default .select2-search__field::-ms-input-placeholder {
	color: #97a4af;
}

#ss-account-dashboard-css .select2-container--default .select2-search__field::placeholder {
	color: #97a4af;
}

#ss-account-dashboard-css .select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: #e7eaf3;
	background-color: #f7faff;
	padding: .625rem 1.125rem;
	border-radius: .3125rem;
}

#ss-account-dashboard-css .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-input-placeholder {
	color: #97a4af;
}

#ss-account-dashboard-css .select2-container--default .select2-search--dropdown .select2-search__field::-moz-placeholder {
	color: #97a4af;
}

#ss-account-dashboard-css .select2-container--default .select2-search--dropdown .select2-search__field:-ms-input-placeholder {
	color: #97a4af;
}

#ss-account-dashboard-css .select2-container--default .select2-search--dropdown .select2-search__field::-ms-input-placeholder {
	color: #97a4af;
}

#ss-account-dashboard-css .select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
	color: #97a4af;
}

#ss-account-dashboard-css .select2-container--default .select2-search--dropdown .select2-search__field:focus {
	border-color: rgba(237, 28, 36, 0.5);
	box-shadow: 0 0 10px rgba(59, 181, 170, 0.1);
}

#ss-account-dashboard-css .select2-container--default .select2-selection.active .select2-selection__placeholder {
	color: #1e2022;
}

#ss-account-dashboard-css .select2-container--default .custom-select .select2-search--inline .select2-search__field,
#ss-account-dashboard-css .select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-top: .7rem;
}

#ss-account-dashboard-css .select2-container--default .custom-select-sm .select2-search--inline .select2-search__field,
#ss-account-dashboard-css .select2-container--default .form-control-sm .select2-search--inline .select2-search__field {
	margin-top: .5rem;
}

#ss-account-dashboard-css .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding-right: 1rem;
	padding-left: 1rem;
}

#ss-account-dashboard-css .select2-container--default .select2-results__option {
	padding: .5rem 3rem .5rem .5rem;
}

#ss-account-dashboard-css .select2-container--default .select2-results__option[aria-selected=true] {
	color: #1e2022;
	background-color: rgba(189, 197, 209, 0.3);
}

#ss-account-dashboard-css .select2-container--default .select2-results__option:first-child,
#ss-account-dashboard-css .select2-container--default .select2-results__option:first-child:hover {
	border-top-left-radius: .3125rem;
	border-top-right-radius: .3125rem;
}

#ss-account-dashboard-css .select2-container--default .select2-results__option:last-child,
#ss-account-dashboard-css .select2-container--default .select2-results__option:last-child:hover {
	border-bottom-right-radius: .3125rem;
	border-bottom-left-radius: .3125rem;
}

#ss-account-dashboard-css .select2-container--default .select2-results__option {
	position: relative;
}

#ss-account-dashboard-css .select2-container--default .select2-results__option[aria-selected=true]::after {
	position: absolute;
	top: 50%;
	right: .5rem;
	width: 1rem;
	height: 1rem;
	background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 110 110' fill='%23ED1C24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M98.1,16.2c-2.5-2.3-6.4-2.2-8.7,0.2L36.7,70.1l-13-15.5c-2.9-3.5-7.9-4.1-11.1-1.4c-2.9,2.4-3.5,6.6-1.4,10.1l16.5,28c3.2,5.4,10.8,5.8,14.5,0.8l56.5-67.3C100.7,22.1,100.4,18.5,98.1,16.2z'/%3E%3C/svg%3E%0A") no-repeat right center/1rem 1rem;
	content: "";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#ss-account-dashboard-css .select2-container--default .select2-results__option--highlighted[aria-selected]:not([aria-selected=true]) {
	color: #1e2022;
	background-color: rgba(189, 197, 209, 0.3);
}

#ss-account-dashboard-css .select2-container--default .select2-search--dropdown .select2-search__field {
	border-color: #e7eaf3;
}

#ss-account-dashboard-css .select2-selection__placeholder {
	color: #97a4af;
}

#ss-account-dashboard-css .select2-selection--multiple .select2-selection__placeholder {
	position: absolute;
	top: 50%;
	left: 0;
	padding-left: .75rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#ss-account-dashboard-css .range-slider-custom {
	height: 1.25rem;
}

#ss-account-dashboard-css .range-slider-custom .irs {
	height: 1.25rem;
}

#ss-account-dashboard-css .range-slider-custom .irs-line {
	height: .25rem;
}

#ss-account-dashboard-css .range-slider-custom .irs-bar {
	height: .25rem;
	background-color: #ed1c24;
}

#ss-account-dashboard-css .range-slider-custom .irs-handle {
	width: 1.75rem;
	height: 1.75rem;
	top: .875rem;
	background-color: #fff;
	cursor: pointer;
	border-radius: 50%;
	box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
}

#ss-account-dashboard-css .range-slider-custom .irs-handle i:first-child {
	display: none;
}

#ss-account-dashboard-css .range-slider-custom .irs-handle.state_hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

#ss-account-dashboard-css .range-slider-custom .irs-from,
#ss-account-dashboard-css .range-slider-custom .irs-single,
#ss-account-dashboard-css .range-slider-custom .irs-to {
	top: -2.25rem;
	display: inline-block;
	min-width: 2.5rem;
	background-color: #fff;
	color: #1e2022;
	font-size: .875rem;
	text-shadow: none;
	text-align: center;
	box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
	border-radius: .3125rem;
	padding: .5rem .5rem;
}

#ss-account-dashboard-css .range-slider-custom .irs-from::before,
#ss-account-dashboard-css .range-slider-custom .irs-single::before,
#ss-account-dashboard-css .range-slider-custom .irs-to::before {
	border-top-color: #fff;
}

#ss-account-dashboard-css .range-slider-custom-grid .irs-grid-pol {
	top: .5rem;
	height: .75rem;
	background-color: #e7eaf3;
}

#ss-account-dashboard-css .range-slider-custom-grid .irs-grid-pol.small {
	display: none;
}

#ss-account-dashboard-css .range-slider-custom-grid .irs-grid-text {
	top: 2rem;
	font-size: .875rem;
}

#ss-account-dashboard-css .slick-cloned [data-hs-slick-carousel-slide-animated-element-animation] {
	opacity: 0;
}

#ss-account-dashboard-css .slick {
	background: url(../svg/components/circle-preloader.svg) no-repeat 50% 50%;
}

#ss-account-dashboard-css .slick .js-next,
#ss-account-dashboard-css .slick .js-prev {
	opacity: 0;
}

#ss-account-dashboard-css .slick.slick-initialized {
	background: 0 0;
}

#ss-account-dashboard-css .slick.slick-initialized .js-slide,
#ss-account-dashboard-css .slick.slick-initialized .js-thumb {
	visibility: visible;
	height: auto;
	overflow: visible;
}

#ss-account-dashboard-css .slick.slick-initialized .js-next,
#ss-account-dashboard-css .slick.slick-initialized .js-prev {
	opacity: 1;
}

#ss-account-dashboard-css .slick .js-slide,
#ss-account-dashboard-css .slick .js-thumb {
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

#ss-account-dashboard-css .slick .js-slide:first-child,
#ss-account-dashboard-css .slick .js-thumb:first-child {
	height: auto;
}

#ss-account-dashboard-css .tagify {
	--tag-bg: unset;
	--tag-hover: unset;
	-ms-flex-align: center;
	align-items: center;
	border-color: #e7eaf3;
	border-radius: .25rem;
}

#ss-account-dashboard-css .tagify:hover {
	border-color: #e7eaf3;
}

#ss-account-dashboard-css .tagify.tagify--focus {
	border-color: rgba(237, 28, 36, 0.5);
}

#ss-account-dashboard-css .tagify__tag {
	background-color: #e7eaf3;
	border-radius: .25rem;
}

#ss-account-dashboard-css .tagify__tag:first-child {
	margin-left: 0;
}

#ss-account-dashboard-css .tagify__tag>div {
	color: #1e2022;
	line-height: normal;
	padding: .3125rem 2rem .3125rem 1rem;
	border-radius: .25rem;
}

#ss-account-dashboard-css .tagify__tag>div * {
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: baseline;
}

#ss-account-dashboard-css .tagify__tag__removeBtn {
	width: 1rem;
	height: 1rem;
	line-height: 1rem;
}

#ss-account-dashboard-css .tagify__tag__removeBtn:hover {
	background-color: #ed4c78;
}

#ss-account-dashboard-css .tagify__tag__removeBtn:hover+div::before {
	box-shadow: none !important;
}

#ss-account-dashboard-css .tagify__tag__removeBtn:hover+div .tagify__tag-text {
	opacity: 1;
}

#ss-account-dashboard-css .tagify-form-control {
	display: -ms-flexbox;
	display: flex;
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
}

#ss-account-dashboard-css .tagify__input:first-child {
	padding-left: 0;
	margin-left: 0;
}

#ss-account-dashboard-css .tagify__input::before {
	line-height: 1.8;
}

#ss-account-dashboard-css .tagify__input .tagify__tag>div {
	padding: .3125rem 2rem .3125rem 1rem;
	line-height: normal;
}

#ss-account-dashboard-css .tagify__dropdown__menu {
	border: .0625rem solid #e7eaf3;
	border-bottom-right-radius: .3125rem;
	border-bottom-left-radius: .3125rem;
	margin-top: -1px;
}

#ss-account-dashboard-css .tagify__dropdown__item--active {
	color: #ed1c24;
	background-color: rgba(59, 181, 170, 0.1);
}

#ss-account-dashboard-css .tagify.tagify-form-control-list {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

#ss-account-dashboard-css .tagify__dropdown__wrapper {
	border: none;
}

#ss-account-dashboard-css .typed-cursor {
	opacity: 1;
	-webkit-animation: blink .7s infinite;
	animation: blink .7s infinite;
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#ss-account-dashboard-css .card-sleek-shadow {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}

#ss-account-dashboard-css .card-hover-shadow.card-sleek-shadow:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
}

#ss-account-dashboard-css .card {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}

#ss-account-dashboard-css .card-hover-shadow:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
}

@media (max-width: 767px) {
	#ss-account-dashboard-css .mobile-pb-4 {
		padding-bottom: 2rem;
	}
}

#ss-account-dashboard-css .navbar-brand,
#ss-account-dashboard-css .navbar-brand>img {
	width: 10rem;
}

#ss-account-dashboard-css .brand {
	max-width: 12.5rem;
}

#ss-account-dashboard-css .space-lg-3.space-bottom-lg-2 {
	padding-bottom: 4rem !important;
}

#ss-account-dashboard-css input.form-font-bold {
	font-weight: 600 !important;
}

#ss-account-dashboard-css .apex-gradient {
	background-image: linear-gradient(to right, rgba(59, 181, 170, 0.03), rgba(9, 165, 190, 0.05) 50%, rgba(245, 202, 153, 0.05));
	background-repeat: no-repeat;
}

#ss-account-dashboard-css .bg-dark.apex-gradient {
	background-color: #f5f5f5 !important;
}

#ss-account-dashboard-css .card-border-radius .custom-select {
	border-radius: .75rem;
	border: none;
}

#ss-account-dashboard-css .input-group-merge.input-group-center .custom-select:not(:first-child),
#ss-account-dashboard-css .input-group-merge.input-group-center .form-control:not(:first-child) {
	width: 180px;
	font-weight: bold;
	text-align: center;
}

#ss-account-dashboard-css .cpr-3 {
	padding-right: 1.45rem !important;
}

#ss-account-dashboard-css .bg-dark {
	background-color: #2F9088 !important;
}

@media (max-width: 576px) {
	#ss-account-dashboard-css .padding-xs-7 {
		padding: 2.5rem !important;
	}
}

#ss-account-dashboard-css .no-shadow {
	box-shadow: none;
}

#ss-account-dashboard-css .scotch-login-border {
	border-radius: .3125rem;
}

#ss-account-dashboard-css .custom-select:focus,
#ss-account-dashboard-css .form-control:focus {
	box-shadow: 0 0 10px rgba(173, 70, 73, 0.1);
}

#ss-account-dashboard-css .bg-light {
	background-color: #f8f8f8 !important;
}

#ss-account-dashboard-css .full-height {
	min-height: calc(100vh - 109.51px);
}

#ss-account-dashboard-css .bg-dark {
	background-color: #461e0d !important;
}

#ss-account-dashboard-css .btn-primary:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-primary:not(:disabled):not(.disabled):active,
#ss-account-dashboard-css .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #d5161d;
	border-color: #d5161d;
}

#ss-account-dashboard-css .btn-primary[href]:active,
#ss-account-dashboard-css .btn-primary[href]:focus,
#ss-account-dashboard-css .btn-primary[href]:hover,
#ss-account-dashboard-css .btn-primary[type]:active,
#ss-account-dashboard-css .btn-primary[type]:focus,
#ss-account-dashboard-css .btn-primary[type]:hover {
	box-shadow: 0 4px 11px rgba(184, 64, 69, 0.35);
}

#ss-account-dashboard-css .alert {
	border-radius: .75rem;
}

#ss-account-dashboard-css .dropdown-item.selected {
	color: #ED1C24;
}

#ss-account-dashboard-css .select2-container--default .select2-results>.select2-results__options {
	max-height: 400px !important;
}

#ss-account-dashboard-css .select2-container--default .select2-results__group {
	color: #1e2022;
}

#ss-account-dashboard-css .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 8.4375rem;
	padding: 1rem 0;
	margin: .5rem 0 0;
	font-size: 1rem;
	color: #677788;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 0 solid rgba(0, 0, 0, 0.15);
	border-radius: .75rem;
}

#ss-account-dashboard-css .dropdown-item {
	display: block;
	width: 100%;
	padding: .375rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #1e2022;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size: .875rem;
}

#ss-account-dashboard-css .dropdown-heading {
	display: block;
	width: 100%;
	padding: 0 1.5rem;
	clear: both;
	font-weight: bold;
	color: #1e2022;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	line-height: 1;
	border: 0;
	font-size: .875rem;
	margin-bottom: .5rem;
	margin-top: 1rem;
}

#ss-account-dashboard-css .dropdown-item:focus,
#ss-account-dashboard-css .dropdown-item:hover {
	color: #121314;
	text-decoration: none;
	background-color: rgba(189, 197, 209, 0.3);
}

#ss-account-dashboard-css .text-90p {
	font-size: .9rem;
}

#ss-account-dashboard-css .text-100p {
	font-size: 1rem;
}

#ss-account-dashboard-css .no-border {
	border-color: transparent;
}

#ss-account-dashboard-css .no-border:hover {
	border-color: #e7eaf3;
}

#ss-account-dashboard-css .card.appointment-rating {
	box-shadow: none;
	border-radius: .3125rem;
}

#ss-account-dashboard-css .card.card-hover-shadow.appointment-rating:hover {
	box-shadow: 0 3px 6px -2px rgba(140, 152, 164, 0.25);
}

#ss-account-dashboard-css .alert-not-rounded {
	border-radius: 0;
}

@media (max-width: 767px) {
	#ss-account-dashboard-css .rate-appointment-modal-trigger {
		margin-top: .5rem;
		margin-left: -.75rem;
	}
	#ss-account-dashboard-css .text-right.appointments-book-now {
		text-align: left !important;
		margin-top: .5rem;
	}
	#ss-account-dashboard-css .cancel-appointment-trigger {
		margin-top: .5rem;
	}
}

#ss-account-dashboard-css .btn-outline-secondary {
	color: #ED1C24;
}

#ss-account-dashboard-css .btn-outline-secondary:hover {
	background-color: #ED1C24;
	border-color: #ED1C24;
}

#ss-account-dashboard-css .btn-outline-secondary:not(:disabled):not(.disabled).active,
#ss-account-dashboard-css .btn-outline-secondary:not(:disabled):not(.disabled):active,
#ss-account-dashboard-css .show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #ED1C24;
	border-color: #ED1C24;
}

#ss-account-dashboard-css .text-danger {
	color: #ED1C24 !important;
}

@media (max-width: 767px) {
	#ss-account-dashboard-css .btn-sm-block {
		display: block !important;
		width: 100% !important;
	}
}

#ss-account-dashboard-css .text-success {
	color: #0cb261 !important;
}

#ss-account-dashboard-css .bg-success {
	background-color: #0cb261 !important;
}

#ss-account-dashboard-css .bg-warning {
	background-color: #F4B400 !important;
}

#ss-account-dashboard-css .bg-danger {
	background-color: #ED1C24 !important;
}

#ss-account-dashboard-css .alert-danger {
	color: #fff;
	background-color: #ED1C24 !important;
	border-color: #ED1C24 !important;
}

#ss-account-dashboard-css .alert-success {
	color: #fff;
	background-color: #18b669;
	border-color: #18b669;
}

#ss-account-dashboard-css input#flatpikr,
#ss-account-dashboard-css input#flatpikr2 {
	border: 1px solid #1e2022;
}

#ss-account-dashboard-css input#flatpikr::placeholder {
	color: #1e2022;
	font-weight: bold;
}

#ss-account-dashboard-css input#flatpikr2::placeholder {
	color: #1e2022;
	font-weight: bold;
}

#ss-account-dashboard-css #flatpikr:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
}

#ss-account-dashboard-css .btn-outline-primary.btn-grey-outline {
	border-color: #8c98a4 !important;
	color: #8c98a4 !important;
	background: #fff;
}

#ss-account-dashboard-css .btn-outline-primary.btn-grey-outline:hover,
#ss-account-dashboard-css .btn-outline-primary.btn-grey-outline:active,
#ss-account-dashboard-css .btn-outline-primary.btn-grey-outline:focus {
	color: #fff !important;
	background-color: #d5161d !important;
	border-color: #d5161d !important;
	box-shadow: 0 0 0 0 transparent !important;
}

#ss-account-dashboard-css .diamond-background {
	background-image: url(/static/ss-assets/front/ss-design/assets/img/bg-shapes/diamond-background.svg);
	background-position: center top;
	background-repeat: repeat;
	background-size: 450px;
}

#ss-account-dashboard-css .diamond-background-darker {
	background-image: url(/static/ss-assets/front/ss-design/assets/img/bg-shapes/diamond-background-darker.svg) !important;
}

#ss-account-dashboard-css .vh-100-minus-header {
	min-height: calc(100vh - 95px) !important;
}

#ss-account-dashboard-css .loading-animation,
#ss-account-dashboard-css .nav-loading-animation {
	height: calc(100vh - 95px) !important;
}

@media (min-width: 992px) {
	#ss-account-dashboard-css .vh-100-minus-header {
		min-height: calc(100vh - 109px) !important;
	}
	#ss-account-dashboard-css .loading-animation,
	#ss-account-dashboard-css .nav-loading-animation {
		height: calc(100vh - 109px) !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}

#ss-account-dashboard-css #lottie {
	background-color: transparent !important;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
	text-align: center;
	opacity: 1;
	position: relative;
}

#ss-account-dashboard-css .loading-animation,
#ss-account-dashboard-css .nav-loading-animation {
	background: url(/static/ss-assets/front/ss-design/assets/img/bg-shapes/diamond-background.svg), #ffffff !important;
	background-position: center top !important;
	background-repeat: repeat !important;
	background-size: 450px !important;
}

#ss-account-dashboard-css body {
	font-family: "proxima-nova", arial, sans-serif !important;
}

#ss-account-dashboard-css .uppercase {
	text-transform: uppercase;
}

#ss-account-dashboard-css div#sortBySelect2.darker-border {
	border: .0625rem solid #d6d7db;
}

#ss-account-dashboard-css .flatpickr-day {
	font-weight: 600 !important;
}

#ss-account-dashboard-css .button-loading {
	background: url("/static/front-dashboard/gif/loading.gif") no-repeat 50% 50%;
	background-size: contain;
	color: transparent !important;
}

#ss-account-dashboard-css .button-loading:focus {
	box-shadow: none !important;
}

#ss-account-dashboard-css .shop-selector-dropdown {
	max-height: 75vh;
	overflow: auto;
	overflow-y: scroll;
}

#ss-account-dashboard-css .diamond-background-soft {
	background-image: url(/static/ss-assets/front/ss-design/assets/img/scissors-scotch/bg-shapes/diamond-background-soft.svg);
	background-position: center center;
	background-repeat: repeat;
	background-size: 450px;
}

#ss-account-dashboard-css .h2-3 {
	font-size: 1.5rem;
}

@media (max-width: 1200px) {
	#ss-account-dashboard-css .h2-3 {
		font-size: calc(1.435714rem + .075vw);
	}
	#ss-account-dashboard-css .modal.padding-fix {
		padding: 0 !important;
	}
}

#ss-account-dashboard-css .custom-modal-p {
	padding: 2rem 1.5rem 2rem 1.5rem;
}

@media (min-width: 576px) {
	#ss-account-dashboard-css .custom-modal-p {
		padding: 2.25rem 3rem !important;
	}
	#ss-account-dashboard-css .modal-dialog.custom-modal-w {
		max-width: 450px;
		margin: 1.75rem auto;
	}
}
#ss-account-dashboard-css,#ss-account-dashboard-css .modal {
    z-index: 999999 !important;
}

#ss-account-dashboard-css .btn-ghost-secondary:hover {
    border: 1px solid rgba(237,28,36,.1);
    color: rgba(33,33,33,.75);
    background: transparent;
    border-radius: 25%;
}