.signupPageLink>.drop-shadow,
.loginModalLink>.drop-shadow,
.contactPageLink>.drop-shadow {
	-webkit-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.29);
	-moz-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.29);
	box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.29);
}

.new p,
.login p,
.contact p {
	color: var(--page-text-color);
	font-style: 400;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 26px;
}

.new h4,
.login h4,
.contact h4 {
	color: var(--secondary-color);
	font-weight: 500;
	margin-bottom: 10px;
}

/** -------------------------------------------------------------------------------- **/
/** Quick Check Balance Popover Header **/
/** -------------------------------------------------------------------------------- **/
.quickbalance-container.belowheader {
	top: 66px;
	left: 50%;
	transform: translate(-49.5%, 0);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.quickbalance-container {
	width: 300px;
	height: 25px;
	position: fixed;
	background-color: var(--secondary-color);
	opacity: 0.87;
	box-shadow: 0px 0px 20px var(--secondary-color);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	visibility: hidden;
}

.quickbalance-body {
	cursor: pointer;
	margin: 20px;
	color: var(--secondary-color-text-color);
	display: none;
}

.strongModal {
	position: fixed;
	z-index: 900;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.country-select .flag {
	background-image: url(https://cdnjs.cloudflare.com/ajax/libs/country-select-js/2.0.1/img/flags.png);
}

.country-select {
	width: calc(100% - 50px);
}

.intl-tel-input {
	width: calc(100% - 40px);
}

#authSelectorTitle span {
	border: solid #222;
	border-width: 0 1px 1px 0;
	display: inline;
	cursor: pointer;
	padding: 3px;
	position: absolute;
	margin-top: -32px;
	margin-left: -21px;
}

#authSelectorTitle a.btn.collapsed span {
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	transition: .3s transform ease-in-out;
}

#authSelectorTitle a.btn span {
	transform: rotate(-140deg);
	-webkit-transform: rotate(-140deg);
	transition: .3s transform ease-in-out;
}

.wires {
	width: 45px;
}

.carousel-indicators .active {
	background-color: var(--primary-color);
}

.carousel .carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
}

/* ************************ */
/* COPIED FROM OSS SETTINGS */
/* ************************ */

.ossModalConent {
	background: #fff;
}

.ossSettingsH1 {
	font-family: "Lato", sans-serif;
	font-weight: normal;
	margin: 0;
	font-size: 1.75rem;
}

.ossSettingsFormGroup {
	margin-bottom: 24px;
}

.ossSettingsButton {
	background-color: #006fb0;
	box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
	text-decoration: none;
	height: 48px;
	color: #fff;
	padding: 6px 16px;
	font-size: 0.875rem;
	min-width: 64px;
	box-sizing: border-box;
	transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.75;
	border-radius: 0;
	text-transform: uppercase;
	border: 0;
	cursor: pointer;
	margin: 0;
	display: inline-flex;
	outline: 0;
	position: relative;
	align-items: center;
	user-select: none;
	vertical-align: middle;
	justify-content: center;
	-webkit-tap-highlight-color: transparent;
	overflow: visible;
	-webkit-writing-mode: horizontal-tb !important;
	text-rendering: auto;
	letter-spacing: normal;
	word-spacing: normal;
	text-indent: 0px;
	text-shadow: none;
	text-align: center;
}

.ossSettingsInput-underline {
	border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

.ossSettingsInput-underline:focus {
	transform: scaleX(1);
}

.ossSettingsInput-underline.error {
	transform: scaleX(1);
	border-bottom-color: #c71c22;
}

.ossSettingsInput-underline:hover:not(.disabled) {
	border-bottom: 2px solid rgba(0, 0, 0, 0.87);
}

.ossSettingsInput-underline.disabled {
	border-bottom-style: dotted;
}

@media (hover: none) {
	.ossSettingsInput-underline:hover:not(.disabled) {
		border-bottom: 2px solid rgba(0, 0, 0, 0.42);
	}
}

.ossSettingsInput {
	padding-left: 6px;
	padding-right: 6px;
}

.ossSettingsInput::placeholder {
	color: #737373 !important;
	opacity: 1;
}

.ossSettingsInput:-ms-input-placeholder {
	color: #737373 !important;
	opacity: 1;
}

.ossSettingsInput::-ms-input-placeholder {
	color: #737373 !important;
	opacity: 1;
}

.ossSettingsInput {
	padding-left: 6px;
	padding-right: 6px;
	font: inherit;
	color: currentColor;
	/* width: 100%; */
	border: 0;
	height: 1.1876em;
	margin: 0;
	display: block;
	padding: 6px 0 7px;
	min-width: 0;
	background: none;
	box-sizing: content-box;
	animation-name: mui-auto-fill-cancel;
	letter-spacing: inherit;
	-webkit-tap-highlight-color: transparent;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
	background-color: rgb(232, 240, 254) !important;
	background-image: none !important;
	color: -internal-light-dark(black, white) !important;
}

.ossSettingsLabel {
	transform: translate(0, 1.5px) scale(0.75);
	transform-origin: top left;
	color: #444444;
	display: block;
	padding-left: 6px;
	padding-right: 6px;
	padding: 0;
	font-size: 1rem;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1;
}

.osslogo-header-content {
	max-width: 200px;
	max-height: 4.5rem;
	position: relative;
	top: 2px;
}

.ossSettingsModal {
	box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
	border-radius: 0;
	color: rgba(0, 0, 0, 0.87);
	transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	/*background-color: #fff;*/
	padding: 24px;
}

.thumb {
	display: inline-block;
	width: 76px;
	height: 98px;
	border: thin solid #dedede;
	margin: 7px 15px;
}

.popover {
	max-width: 290px;
	width: 290px;
	background-color: #dddddd;
}

.media {
	background-color: transparent;
	border: 1px solid #f1f1f1;
	perspective: 1000px;
}

.media-body {
	transition: transform 0.8s;
	transform-style: preserve-3d;
	position: relative;
	width: 100%;
	height: 150px;
}

.media:hover .media-body {
	transform: rotateX(180deg);
}

.media-front,
.media-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	/* Safari */
	backface-visibility: hidden;
}

.media-front {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 15px;
}

.media-back {
	background-color: #fff;
	transform: rotateX(180deg);
}