@font-face {
	font-family: 'NotoSans';
	font-weight: 400;
	src: url('../fonts/NotoSans-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'NotoSans';
	font-weight: 500;
	src: url('../fonts/NotoSans-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'NotoSans';
	font-weight: 600;
	src: url('../fonts/NotoSans-SemiBold.ttf') format('truetype');
}

@font-face {
	font-family: 'NotoSans';
	font-weight: 700;
	src: url('../fonts/NotoSans-Bold.ttf') format('truetype');
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

small {
	font-size: 80%;
}

body,
input,
textarea,
select,
button {
	font-family: 'NotoSans', sans-serif;
}

body {
	line-height: 1;
	padding-top: 80px;
	min-height: 100vh;
	height: 100%;
	display: flex;
	flex-direction: column;
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

:focus {
	outline: 0
}

article,
aside,
footer,
header,
hgroup,
nav,
section {
	display: block
}

body {
	color: #666;
	background-color: #E1F6F9;
	font-family: 'NotoSans', sans-serif;
	font-size: 14px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.7em
}

a {
	color: #68d3e0;
	text-decoration: none
}

a:hover {
	color: #68d3e0;
	cursor: pointer;
	text-decoration: none
}

p {
	padding-bottom: 1em
}

p:last-of-type {
	padding-bottom: 0
}

strong {
	font-weight: bold
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding-bottom: 10px;
	color: #333;
	font-weight: 700;
	line-height: 1em
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit
}

h1 {
	font-weight: 500;
	font-size: 86px;
	color: #346A70;
	line-height: 1.1em;
	letter-spacing: -0.04em;
}

h2 {
	font-weight: 600;
	font-size: 48px;
	color: #000;
	line-height: 1.2em;
}

h3 {
	font-size: 28px;
	color: #346A70;
	line-height: 1.4em;
}

h4 {
	font-size: 28px;
	color: #458d95;
	line-height: 1.4em;
}

h5 {
	font-weight: 500;
	font-size: 22px;
	letter-spacing: -0.01em;
	line-height: 1.7em;
	text-align: left;
}

h6 {
	font-size: 14px
}

input {
	-webkit-appearance: none;
}

input[type=checkbox] {
	-webkit-appearance: checkbox
}

input[type=radio] {
	-webkit-appearance: radio
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=date],
input[type=number],
input.text,
input.title,
textarea,
select {
	padding: 2px;
	border: 1px solid #bbb;
	color: #4e4e4e;
	background-color: #fff
}

input[type=text]:focus,
input.text:focus,
input.title:focus,
textarea:focus,
select:focus {
	border-color: #2d3940;
	color: #3e3e3e
}

input[type=text],
input.text,
input.title,
textarea,
select {
	margin: 0
}

select {
	width: 100%;
}

textarea {
	padding: 4px
}

img {
	max-width: 100%;
	height: auto
}

#main-content {
	min-height: 100vh;
	margin-top: -80px;
	padding-top: 140px !important;
	padding-bottom: 40px !important;
}

#main-header {
	transition: background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out
}

.container {
	position: relative;
	width: 80%;
	max-width: 1080px;
	margin: auto
}

.container {
	position: relative;
	text-align: left
}

.bottom-nav {
	width: 100%;
	display: flex !important;
	justify-content: space-between;

	div {
		display: flex;
		flex-direction: column;
	}

	div:nth-child(1) {
		text-align: left;
	}

	div:nth-child(2) {
		text-align: right;
	}
}

.bottom-nav li {
	display: inline-block;
	padding-right: 22px;
	font-size: 14px;
	font-weight: 600
}

.bottom-nav a {
	color: #bbb;
	transition: all 0.4s ease-in-out
}

.bottom-nav a:hover {
	opacity: 0.7
}


.nav li {
	position: relative;
	line-height: 1em
}

.nav li li {
	position: relative;
	line-height: 2em
}

.nav li ul {
	position: absolute;
	padding: 20px 0
}

.nav li ul {
	visibility: hidden;
	z-index: 9999;
	width: 240px;
	border-top: 3px solid #2ea3f2;
	opacity: 0;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1)
}

.nav li ul {
	text-align: left;
	-webkit-transform: translate3d(0, 0, 0)
}

.nav li.et-hover>ul {
	visibility: visible
}

.nav li:hover>ul,
.nav li.et-touch-hover>ul {
	visibility: visible;
	opacity: 1
}

.nav li li ul {
	z-index: 1000;
	top: -23px;
	left: 240px
}

.nav li.et-reverse-direction-nav li ul {
	right: 240px;
	left: auto
}

.nav li:hover {
	visibility: inherit
}

.nav li li a,
.et_mobile_menu li a {
	font-size: 14px;
	transition: all 0.2s ease-in-out
}

.nav ul li a:hover,
.et_mobile_menu li a:hover {
	opacity: 0.7;
	background-color: rgba(0, 0, 0, 0.03)
}


html {
	font-size: 10px;
	font-family: 'NotoSans', sans-serif;
}

html {
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased
}

body {
	max-width: 2560px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.6rem
}

address {
	font-style: normal
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0
}

input,
textarea,
select,
button {
	outline: none
}

input:focus,
textarea:focus,
select:focus,
button:focus {
	outline: none
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none
}

::selection {
	background: #b3d4fc;
	text-shadow: none
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0
}

[type="text"],
[type="email"],
[type="telephone"],
[type="password"],
[type="number"],
[type="date"] {
	width: 100%;
	box-sizing: border-box
}

textarea {
	resize: vertical
}

.bottom-nav {
	display: inline-block
}

.bottom-nav a {
	color: #fff
}

#main-footer {
	padding: 33px 0 0 0;
	background-color: #112325;
}

#main-footer .container {
	text-align: center
}

#main-footer .social {
	margin-bottom: 65px
}

#main-footer .nav {
	margin-bottom: 60px
}

#main-footer .nav li {
	padding: 0;
	margin: 6px 0px;
}

#main-footer .nav li a {
	color: #fff;
	font-size: 16px
}

#main-footer .copyright {
	color: #fff;
	width: 100%;
	background-color: #112325;
	padding: 20px 0 16px 0;

	.container {
		text-align: center;
	}
}

.container {
	padding: 0 !important;
}

.navbar {
	padding: 0;
	height: 80px;

	.container {
		height: 100%;
		display: flex;
		width: 80%;
		max-width: 1080px;
	}
}

.navbar-brand {
	width: 200px;
	margin: 0;
}

.navbar-nav .nav-item {
	padding-top: 13px;
	padding-bottom: 13px;
}

.navbar-nav .nav-item div {
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 14px;
}

.navbar-nav li {
	padding-left: 22px;
}

.navbar-nav .nav-item a {
	font-size: 16px;
	line-height: 14px;
	font-weight: 600;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	color: rgba(0, 0, 0, 0.6);
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}

.navbar-nav .nav-item a:hover {
	opacity: 0.7;
	transition: all 0.4s ease-in-out;
}

.nav-link {
	padding-left: 0 !important;
	padding-right: 0 !important;
	color: #112325 !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	letter-spacing: -0.25px;
}

.button {
	padding: 20px 25px !important;
	border: none;
	text-transform: uppercase;
	background-color: #68d3e0;
	color: #ffffff !important;
	margin: 0;
	line-height: 20px;
	font-size: 18px;
	border-radius: 12px;
}

#main-footer .nav {
	justify-content: center;
}

.sub-header {
	/* 	background-image: linear-gradient(to right, #95DFE8, #4D69A1); */
	width: 100%;
	color: #fff !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	background-position: center;
	background-size: initial;
	background-repeat: repeat;
	/* background-image: url(/images/grafik-hintergrund-2.png), linear-gradient(135deg, rgba(134, 220, 230, 0.75) 0%, rgba(88, 176, 187, 0.75) 100%) !important; */
	background-color: #112325;
	padding: 50px 0;

}

.sub-header-content {
	width: 80%;
	margin: auto;
	padding: 30px 0;

	* {
		color: #fff !important;
	}


	h1 {
		text-align: center;
		margin: 0px 78px 30px 78px;

		span:nth-child(2) {
			color: #8db0b5 !important;
		}
	}
}


@media only screen and (max-width: 991px) {
	.container {
		width: 95%;
	}
}

.form-group:not(:last-child) {
	margin-bottom: 15px;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=date],
input[type=number],
input.text,
input.title,
textarea,
select {
	min-height: 51px;
	padding: 16px 20px;
	border-radius: 12px;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	color: #2b2b2c;
	opacity: 1;
	border: 0;
	outline: none;
	background: transparent;
	border: 1px solid #757575;
	margin-bottom: 16px;
}

input[type=text].error,
input[type=password].error,
input[type=tel].error,
input[type=email].error,
input[type=date].error,
input[type=number].error,
input.error,
textarea.error,
select.error {
	background: #f3caca;
}

.form-group p.error,
.form-group label.error {
	color: #d88585;
	font-weight: 700;
	margin: 5px 10px;
	line-height: 1.5em;
}

.form-error {
	color: #d88585 !important;
	font-weight: 700;
	line-height: 1.5em;
	padding-left: 10px;
	margin-bottom: 10px;
}

.form-help {
	font-size: 12px;
	line-height: 1.2em;
	margin-top: 8px;
}

 .hidden-hs-email-field{
	display: none;
 }

button[type=submit],
button[type=deactivate],
button[type=activate],
button[type=save],
input[type=button],
input[type=submit] {
	padding: 10px 50px;
	border-radius: 12px;
	border: none;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px !important;
	text-transform: uppercase;
	background-color: #68d3e0;
	color: #ffffff;
	margin: 0;
	line-height: 14px !important;
	transition: all 0.4s ease-in-out;
	border: 2px solid #68d3e0;
}

button[type=deactivate] {
	border: 2px solid #770000;
	background-color: #770000;
}

button[type=activate] {
	border: 2px solid #009726;
	background-color: #009726;
}

button[type=submit]:hover,
button[type=deactivate]:hover,
button[type=activate]:hover,
button[type=save]:hover,
input[type=button]:hover,
input[type=submit]:hover {
	opacity: 0.7;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
}

button[type=submit]:disabled,
button[type=deactivate]:disabled,
button[type=activate]:disabled,
button[type=save]:disabled,
input[type=button]:disabled,
input[type=submit]:disabled {
	background-color: #999;
	border: 2px solid #999;
}

.action-row {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 15px;

	a {
		font-size: 16px;
		text-decoration: underline;
		padding-left: 10px;
	}
}

.agb {
	display: flex;
	align-items: center;
	text-align: center;
	margin-bottom: 10px;
	gap: 10px;
}

.login-back-sm {
	display: block;
	text-align: center;
}

.login-back-lg {
	display: none;
}

.register-actions {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
}


.nav-button {
	padding: 20px 25px !important;
}

.panel {
	border-radius: 16px;
	border: 0px solid transparent;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	padding: 40px;
	background-color: #fff;
	color: #7B7B7B;
}

.panel-stretch {
	height: calc(100% - 30px);
}

.panel-content {
	flex-grow: 1;
	margin-top: 20px;
}

.panel-separator {
	height: 1px;
	background-color: #F3F3F3;
}

.panel-header {
	color: #63868B;
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.panel-info {
	color: #7B7B7B !important;

	a {
		color: #7B7B7B !important;
	}
}

.panel-footer {
	color: #63868B;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	margin-top: 20px;
}

.panel h5 {
	font-size: 20px;
	text-transform: uppercase;
	color: #63868B;
	font-weight: bold;
}

.panel h5:not(:first-of-type) {
	margin-top: 25px;
}

.divider {
	width: 100%;
	border-bottom: 1px solid #7B7B7B;
}

.product-view {
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #7B7B7B;
	border: 0px solid transparent;
	border-radius: 12px;
	box-shadow: 1px 3px 10px #63868B;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

	img {
		margin-bottom: 10px;
	}

	div {
		margin-top: 20px;
	}

	.product-info {
		div:first-of-type {
			font-weight: bold;
		}

		.info-text {
			margin-top: 5px;
			display: flex;
			align-items: center;
			justify-content: space-between;
			min-height: 40px;
			gap: 5px;

			div {
				margin-top: 0px;
			}
		}
	}
}

.register-form {
	display: flex;
	flex-direction: column;
}

.button {
	padding: 10px 25px !important;
	border-radius: 12px;
	border: none;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #68d3e0;
	color: #ffffff !important;
	margin: 0;
	line-height: 14px;
	transition: all 0.4s ease-in-out;
	display: block;
	border: 2px solid #68d3e0;
	text-align: center;
}

.button:hover {
	opacity: 0.7;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
}

.button-primary {
	background-color: #68d3e0;
	color: #ffffff !important;
	border-width: 2px !important;
	border-radius: 12px;
	letter-spacing: -0.01em;
	font-size: 16px;
	font-weight: 700 !important;
	border-color: #68D3E0;
	padding: 16px 32px !important;
}

.button-secondary {
	letter-spacing: -0.01em;
	font-size: 16px;
	font-weight: 700 !important;
	padding: 16px 32px !important;
	text-decoration: none !important;
}

.button-secondary {
	color: #68d3e0 !important;
	background-color: #ffffff !important;
}

.button-large {
	margin: 0 !important;
	border: 0 !important;
	line-height: 14px !important;
	padding: 20px 25px !important;
	display: block;
}

.button-inline {
	margin: 10px 0;
}

.button-bar {
	display: flex;
	justify-content: flex-end;
}

.button-bar a,
.button-bar button {
	margin-left: 10px;
}

.payment-logo {
	width: 66px;
	height: 44px;
	margin: 0px 2px;
	/* cursor: pointer; */
}

.panel-payment-header {
	cursor: pointer;
	padding-bottom: 20px;
}

.panel-payment-header label {
	cursor: pointer;
}

.panel-payment-content
{
	margin-bottom: 20px;
}

.note {
	margin: 25px 0;
	padding: 0;
}

small.form-text {
	margin-left: 20px;
	margin-right: 20px;
}

.button-full-width {
	width: 100%;
	margin-top: 0px;
	height: 44px;
}

.full-width {
	width: 100%;
}

.selected-row {
	background-color: #F3F3F3;
}

.login-container {
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	overflow: hidden;

	div {
		flex: 1;
	}
}


.oauth-login-buttons {
	margin-top: 15px;
	margin-bottom: 0px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;

	.button-primary {
		box-shadow: none;
		padding: 0px !important;
		height: 44px;
		width: 49%;
	}

	.button-primary:hover {
		background-color: #64cbd7;
		border-color: #64cbd7;
		opacity: 1;
	}

	.button-secondary {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 44px;
		width: 49%;
		box-shadow: none;
	}

	.button-secondary:hover {
		background-color: #f5f5f5 !important;
		opacity: 1;
	}
}

.login-out {
	position: absolute;
	width: 500px;
	z-index: 10;
	height: 100%;
	display: flex;
	align-items: center;

	.login-in {
		background-color: transparent;
		padding: 0;
	}
}

.area {
	width: 100%;
	height: 100%;
}

.circles {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;

}

.circles li {
	position: absolute;
	display: block;
	list-style: none;
	width: 20px;
	height: 20px;
	background: rgba(104, 210, 224, 0.5);
	animation: animate 30s linear infinite;
	bottom: -150px;
}

.circles li:nth-child(1) {
	left: 6%;
	width: 80px;
	height: 80px;
	animation-delay: 2.5s;
}


.circles li:nth-child(2) {
	left: 14%;
	width: 20px;
	height: 20px;
	animation-delay: 4s;
	animation-duration: 20s;
}

.circles li:nth-child(3) {
	left: 73%;
	width: 20px;
	height: 20px;
	animation-delay: 4s;
}

.circles li:nth-child(4) {
	left: 1%;
	width: 60px;
	height: 60px;
	animation-delay: 0s;
	animation-duration: 26s;
}

.circles li:nth-child(5) {
	left: 90%;
	width: 20px;
	height: 20px;
	animation-delay: 0s;
}

.circles li:nth-child(6) {
	left: 80%;
	width: 110px;
	height: 110px;
	animation-delay: 3s;
}

.circles li:nth-child(7) {
	left: 21%;
	width: 100px;
	height: 100px;
	animation-delay: 7s;
}

.circles li:nth-child(8) {
	left: 75%;
	width: 25px;
	height: 25px;
	animation-delay: 15s;
	animation-duration: 50s;
}

.circles li:nth-child(9) {
	left: 17%;
	width: 15px;
	height: 15px;
	animation-delay: 2s;
	animation-duration: 40s;
}

.circles li:nth-child(10) {
	left: 93%;
	width: 70px;
	height: 70px;
	animation-delay: 0s;
	animation-duration: 24s;
}



@keyframes animate {

	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 1;
		border-radius: 0;
	}

	100% {
		transform: translateY(-100vh) rotate(720deg);
		opacity: 0;
		border-radius: 50%;
	}

}

@media only screen and (max-width: 980px) {
	h1 {
		font-size: 40px
	}

	h2 {
		font-size: 28px
	}

	h3,
	h4 {
		font-size: 22px
	}

	h5 {
		font-size: 15px
	}
}

#main-image {
	display: none;
}

.navbar-collapse {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: #fff;
	transform: translateY(30px);
}

.product-panel {
	margin-bottom: 0px;
	grid-column-start: 1;
	grid-column-end: 3;
}

.account-panel {
	margin-bottom: 0px;
	grid-column-start: 1;
	grid-column-end: 3;
}

.secondary-product-panel {
	grid-column-start: 1;
	grid-column-end: 3;
	height: 100%;
}

.invoice-panel {
	grid-column-start: 1;
	grid-column-end: 3;
	height: 100%;
}

.product-info-minimized {
	width: 100%;

	.info-text {
		font-weight: normal !important;
		margin-top: 0px;
		gap: 15px;
		justify-content: flex-start !important;
	}
}

.product-info-con {
	display: flex;
	width: 100%;
	/* gap: 25px; */
	margin: 0px !important;
	align-items: center;
	gap: 15px;
	flex-direction: column;
	align-items: flex-start;
}

.price-display {
	font-size: 32px;
	color: #272727;
	font-weight: 550;
}

.product-small-header {
	font-size: 24px;
	line-height: 24px;
	display: flex;
	justify-content: space-between;
}

.download-buttons {
	display: flex;
	width: 100%;
	gap: 0px;
	align-items: center;
	flex-direction: column-reverse;
}

.client-panel-header {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	flex-direction: column;

	.product-info {
		width: 100%;
	}
}

.action-row-reverse {
	display: flex;
	flex-flow: column-reverse;
}

.discount-con {
	width: 100%;
}

.cart-product-small{
	display: block;
}

.cart-product-large{
	display: none;
}

#paypal-button-container{
	width: 100%;
 }

@media (min-width: 992px) {
	#main-image {
		display: block;
		width: 400px;
		top: 45%;
		left: 58%
	}

	.register-form {
		flex-direction: row;
	}

	.action-row {
		flex-direction: row;
		gap: 0px;
	}

	.agb {
		margin-bottom: 0px;
		gap: 0px;
	}

	.login-back-sm {
		display: none;
	}

	.login-back-lg {
		display: block;
	}

	.register-actions {
		align-items: flex-end;
	}


	.navbar-collapse {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		transform: translateY(0px);
	}

	.cart-product-small{
		display: none;
	}
	
	.cart-product-large{
		display: block;
	}

	#paypal-button-container{
		width: 50%;
	 }

}

@media (min-width: 1200px) {
	#main-image {
		display: block;
		width: 500px;
		top: 38%;
		left: 57%
	}

	.product-panel {
		grid-column-end: 2;
	}

	.account-panel {
		grid-column-start: 2;
	}

	.secondary-product-panel {
		grid-column-start: 2;
	}

	.invoice-panel {
		grid-column-end: 2;
	}

	.product-info-con {
		gap: 15px;
		flex-direction: column;
		align-items: flex-start;

		.product-info-minimized {
			width: 100%;
		}
	}

	.product-small-header {
		font-size: 20px;
	}

	.price-display {
		font-size: 32px;
	}

	.download-buttons {
		gap: 20px;
		justify-content: space-between;
		flex-direction: row;
	}

	.client-panel-header {
		justify-content: space-between;
		flex-direction: row;

		.product-info {
			width: 50%;
		}
	}

	.action-row-reverse {
		display: flex;
		flex-flow: row;
	}

	.discount-con {
		width: 50%;
	}

}

@media (min-width: 1400px) {
	#main-image {
		display: block;
		width: 600px;
		top: 33%;
		left: 55%
	}


	.product-small-header {
		font-size: 24px;
	}

	.price-display {
		font-size: 32px;
	}


}

.table-container {
	display: block;
	overflow-y: auto;
}

.table-container-x-scroll {
	display: block;
	overflow-y: auto;
	overflow-x: scroll;
}

.table-container::-webkit-scrollbar-track, .table-container-x-scroll::-webkit-scrollbar-track {
	background-color: #fff;
}

.table-container::-webkit-scrollbar, .table-container-x-scroll::-webkit-scrollbar-track {
	width: 12px;
}

.table-container::-webkit-scrollbar-thumb, .table-container-x-scroll::-webkit-scrollbar-track {
	background-color: #63868b;
}


.invoice-table {
	width: 100%;

	tr {
		height: 50px;

		th:first-child,
		td:first-child {
			padding-left: 10px;
		}

		th:last-child,
		td:last-child {
			padding-right: 10px;
			text-align: center;
		}
	}

	tr:not(:first-child) {
		border-top: 1px solid #7B7B7B;
	}

	th {
		color: #63868B;
		font-weight: 800;
		font-size: 20px;
	}

	th,
	td {
		padding: 10px;
	}

}

.value-col {
	text-align: right;
}

/* .container {
	max-width: 1256px;
}

.navbar {
	.container {
		max-width: 1256px;
	}
} */


.unsubscribe,
.resubscribe {
	text-decoration: underline;
	font-weight: 700;
}

.unsubscribe:hover {
	color: #8c1a10 !important;
	text-decoration: underline;
}

.resubscribe:hover {
	color: #68d3e0 !important;
	text-decoration: underline;
}

.edit-account-form-group {
	display: flex;
	gap: 5px;
	/* align-items: center; */
	flex-direction: column;

	.edit-account-form-label {
		font-size: 16px;
		margin-left: 12px;
	}

	select,
	input {
		margin-bottom: 10px;
	}
}

  /* password toggle start */
  .input-with-icon {
	position: relative;
	display: inline-block;
	width: 100%;
 }

 .input-with-icon span {
	width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
	top: 14px;
    color: #666;
 }

 .input-with-icon .clickable{
	cursor: pointer;
 } 
 
 .userdata-action-button{
	margin: 10px 4px;
	font-size: 14px;
    line-height: 26.58px;
 }

 .fake-table{
	display: grid;
	grid-template-columns: [first] 50% [line2] 50% [last];
	padding: 4px;
 }

 .fake-table-header{
	color: #7B7B7B;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 4px;
 }

 .sort-header{
	color: #7B7B7B;
 }

 .account-statistics-table{
	th, td{
		padding: 0 20px;
	}	
	tr{
		th:first-child, td:first-child{
			padding-left: 0px;
		}	
	}
	tr{
		th:last-child, td:last-child{
			padding-right: 0px;
		}	
	}
 }

 .lanrEditContainer{
	display: flex; 
	flex-direction: row;
 }

@media (min-width: 768px) {
	 .lanrEditContainer{
		flex-direction: column;	
	 }
}