@charset 'UTF-8';

:root {
	--black: rgba(0, 0, 0, 1);
	--catalina-blue: rgba(16, 41, 123, 1);
	--cornflower: rgba(149, 209, 255, 1);
	--denim: rgba(33, 121, 189, 1);
	--ebony: rgba(26, 5, 29, 1);
	--mountain-mist: rgba(153, 151, 150, 1);
	--persian-blue: rgba(35, 41, 214, 1);
	--royal-blue: rgba(72, 109, 244, 1);
	--torea-bay: rgba(23, 55, 159, 1);
	--white: rgba(255, 255, 255, 1);
}

@media screen and (-webkit-min-device-pixel-ratio: 1.25), screen and (min-resolution: 120dpi) {
	/*body {zoom: 0.8;}*/
}

@media screen and (-webkit-min-device-pixel-ratio: 1.25), screen and (min-resolution: 120dpi) {
	/*body {transform: scale(0.8);width: 125%;height: 125%;margin-left: -12.5%;}*/
	/*body {transform: scale(0.8);transform-origin:top left;width: 125%;height: 125%;}*/
}

/*
@media (resolution: 150dpi) {	body {zoom: 0.8;}	}
@media (resolution: 125dpi) {	body {zoom: 0.8;}	}
@media (resolution: 120dpi) {	body {zoom: 0.8;}	}
@media (resolution: 96dpi) 	{	body {zoom: 1.2;}	}
*/
/*support chat*/
.msg_box {
	position: fixed;
	bottom: -5px;
	right: 15%;
	width: 350px;
	background: white;
	border-radius: 10px 10px 0px 0px;
}
.g_msg_box {
	position: absolute;
	bottom: -5px;
	right: 40% !important;
	width: 23% !important;
	background: white;
	border-radius: 10px 10px 0px 0px;
}
.msg_head {
	font-size: 13px;
	background: rgba(16, 41, 123, 1);
	color: white;
	padding: 10px 15px 10px 15px;
	font-weight: 700;
	cursor: pointer;
	border-radius: 10px 10px 0px 0px;
}
.formArea {
	height: 250px;
}
.title {
	font-size: 16px;
	text-align: center;
	padding: 5px;
	padding-top: 15px;
}
.inputFields {
	height: 190px;
	padding: 15px;
	padding-top: 5px;
}
.inputContainer {
	padding: 8px 15px;
	border-radius: 1px;
	background-color: #fff;
	position: relative;
}
.nameInput,
.emailInput,
.phoneInput {
	box-shadow: 2px 2px 10px #c3c3c3;
	border-radius: 0;
	border: 1px solid #ececec;
	width: 100%;
	height: 25px;
	padding-left: 10px;
}
.submitBtn {
	margin: auto;
	width: 100%;
	border: none;
	height: 40px;
	cursor: pointer;
	color: white;
	background: #2b80c5;
	border-radius: 5px;
	font-weight: bold;
	margin-top: 15px;
}
.messages {
	background: white;
	height: 250px;
	font-size: 12px;
	padding: 15px;
	overflow: auto;
	overflow-x: hidden;
}
.msg_input {
	width: 100%;
	border: 1px solid white;
	border-top: 1px solid #dddddd;
	box-sizing: border-box;
}
.msg_a {
	color: black;
	position: relative;
	background: #f2f2f2;
	padding: 10px 15px;
	min-height: 10px;
	margin-bottom: 5px;
	margin-right: 50px;
	border-radius: 0px 5px 5px 5px;
	word-wrap: break-word;
}
.amsg_a:before {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border: 10px solid;
	border-color: transparent #abb3e8 transparent transparent;
	left: -20px;
	top: 7px;
}
.msg_b {
	color: white;
	background: rgba(16, 41, 123, 1);
	padding: 10px 15px;
	min-height: 15px;
	margin-bottom: 5px;
	position: relative;
	margin-left: 50px;
	border-radius: 5px 0px 5px 5px;
	word-wrap: break-word;
}
.amsg_b:after {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border: 10px solid;
	border-color: transparent transparent transparent #9cde97;
	right: -20px;
	top: 7px;
}
.timestamp {
	text-align: right;
	display: block;
	font-size: 10px;
}
.typing {
	font-size: 11px;
	height: 20px;
	padding: 0.5px;
}
.log {
	color: gray;
	font-size: 12px;
	text-align: center;
	padding: 10px;
	text-align: center;
}
.inputMessage {
	position: relative;
	width: 290px;
	height: 34px;
	border-right: 0;
	border-left: 0;
	padding-left: 10px;
	padding-bottom: 5px;
}
/*support chat*/

@media (resolution: 96dpi) {
	body {
		/* zoom: 1.2; */
	}

	.login-row {
		padding-top: 196px;
		margin: 0px !important;
		zoom: 1.3;
		-ms-zoom: 0.5;
		-webkit-zoom: 0.5;
		-moz-transform: scale(1.5, 1.5);
		-moz-transform-origin: left center;
		margin-top: 30px;
	}

	@-moz-document url-prefix() {
		.login-row {
			padding-top: 196px !important;
		}

		.nav-menu-1-item {
			/* padding-left: 20px !important;
			padding-bottom: 40px !important;
			margin-bottom: 8px !important; */
			/* font-size: 18px !important; */
		}

		.power-bg {
			/* margin: 10px 12px 0px 16px !important; */
			/* padding: 10px; */
		}
	}
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body,
html {
	overflow: hidden;
	height: 100%;
	margin: 0;
	font-family: "Poppins", Helvetica, Arial, serif;
	background-color: #f8f9fe;
}

.page {
	width: 100%;
	height: 100vh;
}

.loader {
	color: #fff;
	position: fixed;
	box-sizing: border-box;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	overflow: hidden;
	z-index: 999999;
}

.loader:after,
.loader:before {
	box-sizing: border-box;
	display: none;
}

.loader.is-active {
	background-color: rgba(0, 0, 0, 0.85);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.loader.is-active:after,
.loader.is-active:before {
	display: block;
}

@-webkit-keyframes rotation {
	0% {
		transform: rotate(0);
	}

	to {
		transform: rotate(359deg);
	}
}

@keyframes rotation {
	0% {
		transform: rotate(0);
	}

	to {
		transform: rotate(359deg);
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 0.5;
	}

	to {
		opacity: 1;
	}
}

@keyframes blink {
	0% {
		opacity: 0.5;
	}

	to {
		opacity: 1;
	}
}

.loader[data-text]:before {
	position: fixed;
	left: 0;
	top: 50%;
	color: currentColor;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	width: 100%;
	font-size: 14px;
}

.loader[data-text=""]:before {
	content: "Loading";
}

.loader[data-text]:not([data-text=""]):before {
	content: attr(data-text);
}

.loader[data-text][data-blink]:before {
	-webkit-animation: blink 1s linear infinite alternate;
	animation: blink 1s linear infinite alternate;
}

.loader-default[data-text]:before {
	top: calc(50% - 63px);
}

.loader-default:after {
	content: "";
	position: fixed;
	width: 48px;
	height: 48px;
	border: 8px solid #fff;
	border-left-color: transparent;
	border-radius: 50%;
	top: calc(50% - 24px);
	left: calc(50% - 24px);
	-webkit-animation: rotation 1s linear infinite;
	animation: rotation 1s linear infinite;
}

.loader-default[data-half]:after {
	border-right-color: transparent;
}

.loader-default[data-inverse]:after {
	animation-direction: reverse;
}

.loader-double:after,
.loader-double:before {
	content: "";
	position: fixed;
	border-radius: 50%;
	border: 8px solid;
	-webkit-animation: rotation 1s linear infinite;
	animation: rotation 1s linear infinite;
}

.loader-double:after {
	width: 48px;
	height: 48px;
	border-color: #fff;
	border-left-color: transparent;
	top: calc(50% - 24px);
	left: calc(50% - 24px);
}

.loader-double:before {
	width: 64px;
	height: 64px;
	border-color: #eb974e;
	border-right-color: transparent;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
}

.loader-bar[data-text]:before {
	top: calc(50% - 40px);
	color: #fff;
}

.loader-bar:after {
	content: "";
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 20px;
	transform: translate(-50%, -50%);
	background: linear-gradient(
		-45deg,
		#4183d7 25%,
		#52b3d9 0,
		#52b3d9 50%,
		#4183d7 0,
		#4183d7 75%,
		#52b3d9 0,
		#52b3d9
	);
	background-size: 20px 20px;
	box-shadow: inset 0 10px 0 hsla(0, 0%, 100%, 0.2), 0 0 0 5px rgba(0, 0, 0, 0.2);
	animation: moveBar 1.5s linear infinite reverse;
}

.loader-bar[data-rounded]:after {
	border-radius: 15px;
}

.loader-bar[data-inverse]:after {
	-webkit-animation-direction: normal;
	animation-direction: normal;
}

@-webkit-keyframes moveBar {
	0% {
		background-position: 0 0;
	}

	to {
		background-position: 20px 20px;
	}
}

@keyframes moveBar {
	0% {
		background-position: 0 0;
	}

	to {
		background-position: 20px 20px;
	}
}

.loader-bar-ping-pong:before {
	width: 200px;
	background-color: #000;
}

.loader-bar-ping-pong:after,
.loader-bar-ping-pong:before {
	content: "";
	height: 20px;
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 100px);
}

.loader-bar-ping-pong:after {
	width: 50px;
	background-color: #f19;
	-webkit-animation: moveBarPingPong 0.5s linear infinite alternate;
	animation: moveBarPingPong 0.5s linear infinite alternate;
}

.loader-bar-ping-pong[data-rounded]:before {
	border-radius: 10px;
}

.loader-bar-ping-pong[data-rounded]:after {
	border-radius: 50%;
	width: 20px;
	-webkit-animation-name: moveBarPingPongRounded;
	animation-name: moveBarPingPongRounded;
}

@-webkit-keyframes moveBarPingPong {
	0% {
		left: calc(50% - 100px);
	}

	to {
		left: calc(50% - -50px);
	}
}

@keyframes moveBarPingPong {
	0% {
		left: calc(50% - 100px);
	}

	to {
		left: calc(50% - -50px);
	}
}

@-webkit-keyframes moveBarPingPongRounded {
	0% {
		left: calc(50% - 100px);
	}

	to {
		left: calc(50% - -80px);
	}
}

@keyframes moveBarPingPongRounded {
	0% {
		left: calc(50% - 100px);
	}

	to {
		left: calc(50% - -80px);
	}
}

@-webkit-keyframes corners {
	6% {
		width: 60px;
		height: 15px;
	}

	25% {
		width: 15px;
		height: 15px;
		left: calc(100% - 15px);
		top: 0;
	}

	31% {
		height: 60px;
	}

	50% {
		height: 15px;
		top: calc(100% - 15px);
		left: calc(100% - 15px);
	}

	56% {
		width: 60px;
	}

	75% {
		width: 15px;
		left: 0;
		top: calc(100% - 15px);
	}

	81% {
		height: 60px;
	}
}

@keyframes corners {
	6% {
		width: 60px;
		height: 15px;
	}

	25% {
		width: 15px;
		height: 15px;
		left: calc(100% - 15px);
		top: 0;
	}

	31% {
		height: 60px;
	}

	50% {
		height: 15px;
		top: calc(100% - 15px);
		left: calc(100% - 15px);
	}

	56% {
		width: 60px;
	}

	75% {
		width: 15px;
		left: 0;
		top: calc(100% - 15px);
	}

	81% {
		height: 60px;
	}
}

.loader-border[data-text]:before {
	color: #fff;
}

.loader-border:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: #ff0;
	-webkit-animation: corners 3s ease both infinite;
	animation: corners 3s ease both infinite;
}

.loader-ball:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	background-color: #fff;
	border-radius: 50%;
	z-index: 1;
	-webkit-animation: kick 1s infinite alternate ease-in both;
	animation: kick 1s infinite alternate ease-in both;
}

.loader-ball[data-shadow]:before {
	box-shadow: inset -5px -5px 10px 0 rgba(0, 0, 0, 0.5);
}

.loader-ball:after {
	content: "";
	position: absolute;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	width: 45px;
	height: 20px;
	top: calc(50% + 10px);
	left: 50%;
	margin: 0 0 0 -22.5px;
	z-index: 0;
	-webkit-animation: shadow 1s infinite alternate ease-out both;
	animation: shadow 1s infinite alternate ease-out both;
}

@-webkit-keyframes shadow {
	0% {
		background-color: transparent;
		transform: scale(0);
	}

	40% {
		background-color: transparent;
		transform: scale(0);
	}

	95% {
		background-color: rgba(0, 0, 0, 0.75);
		transform: scale(1);
	}

	to {
		background-color: rgba(0, 0, 0, 0.75);
		transform: scale(1);
	}
}

@keyframes shadow {
	0% {
		background-color: transparent;
		transform: scale(0);
	}

	40% {
		background-color: transparent;
		transform: scale(0);
	}

	95% {
		background-color: rgba(0, 0, 0, 0.75);
		transform: scale(1);
	}

	to {
		background-color: rgba(0, 0, 0, 0.75);
		transform: scale(1);
	}
}

@-webkit-keyframes kick {
	0% {
		transform: translateY(-80px) scaleX(0.95);
	}

	90% {
		border-radius: 50%;
	}

	to {
		transform: translateY(0) scaleX(1);
		border-radius: 50% 50% 20% 20%;
	}
}

@keyframes kick {
	0% {
		transform: translateY(-80px) scaleX(0.95);
	}

	90% {
		border-radius: 50%;
	}

	to {
		transform: translateY(0) scaleX(1);
		border-radius: 50% 50% 20% 20%;
	}
}

.loader-smartphone:after {
	content: "";
	color: #fff;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	line-height: 120px;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 70px;
	height: 130px;
	margin: -65px 0 0 -35px;
	border: 5px solid #fd0;
	border-radius: 10px;
	box-shadow: inset 0 5px 0 0 #fd0;
	background: radial-gradient(circle at 50% 90%, rgba(0, 0, 0, 0.5) 6px, transparent 0),
		linear-gradient(0deg, #fd0 22px, transparent 0),
		linear-gradient(0deg, rgba(0, 0, 0, 0.5) 22px, rgba(0, 0, 0, 0.5));
	-webkit-animation: shake 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
	animation: shake 2s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
}

.loader-smartphone[data-screen=""]:after {
	content: "Loading";
}

.loader-smartphone:not([data-screen=""]):after {
	content: attr(data-screen);
}

@-webkit-keyframes shake {
	5% {
		transform: translate3d(-1px, 0, 0);
	}

	10% {
		transform: translate3d(1px, 0, 0);
	}

	15% {
		transform: translate3d(-1px, 0, 0);
	}

	20% {
		transform: translate3d(1px, 0, 0);
	}

	25% {
		transform: translate3d(-1px, 0, 0);
	}

	30% {
		transform: translate3d(1px, 0, 0);
	}

	35% {
		transform: translate3d(-1px, 0, 0);
	}

	40% {
		transform: translate3d(1px, 0, 0);
	}

	45% {
		transform: translate3d(-1px, 0, 0);
	}

	50% {
		transform: translate3d(1px, 0, 0);
	}

	55% {
		transform: translate3d(-1px, 0, 0);
	}
}

@keyframes shake {
	5% {
		transform: translate3d(-1px, 0, 0);
	}

	10% {
		transform: translate3d(1px, 0, 0);
	}

	15% {
		transform: translate3d(-1px, 0, 0);
	}

	20% {
		transform: translate3d(1px, 0, 0);
	}

	25% {
		transform: translate3d(-1px, 0, 0);
	}

	30% {
		transform: translate3d(1px, 0, 0);
	}

	35% {
		transform: translate3d(-1px, 0, 0);
	}

	40% {
		transform: translate3d(1px, 0, 0);
	}

	45% {
		transform: translate3d(-1px, 0, 0);
	}

	50% {
		transform: translate3d(1px, 0, 0);
	}

	55% {
		transform: translate3d(-1px, 0, 0);
	}
}

.loader-clock:before {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	margin: -60px 0 0 -60px;
	background: linear-gradient(180deg, transparent 50%, #f5f5f5 0),
		linear-gradient(90deg, transparent 55px, #2ecc71 0, #2ecc71 65px, transparent 0),
		linear-gradient(180deg, #f5f5f5 50%, #f5f5f5 0);
	box-shadow: inset 0 0 0 10px #f5f5f5, 0 0 0 5px #555, 0 0 0 10px #7b7b7b;
	-webkit-animation: rotation infinite 2s linear;
	animation: rotation infinite 2s linear;
}

.loader-clock:after,
.loader-clock:before {
	content: "";
	position: fixed;
	left: 50%;
	top: 50%;
	overflow: hidden;
}

.loader-clock:after {
	width: 60px;
	height: 40px;
	margin: -20px 0 0 -15px;
	border-radius: 20px 0 0 20px;
	background: radial-gradient(circle at 14px 20px, #25a25a 10px, transparent 0),
		radial-gradient(circle at 14px 20px, #1b7943 14px, transparent 0),
		linear-gradient(180deg, transparent 15px, #2ecc71 0, #2ecc71 25px, transparent 0);
	-webkit-animation: rotation infinite 24s linear;
	animation: rotation infinite 24s linear;
	transform-origin: 15px center;
}

.loader-curtain:after,
.loader-curtain:before {
	position: fixed;
	width: 100%;
	top: 50%;
	margin-top: -35px;
	font-size: 70px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	overflow: hidden;
	line-height: 1.2;
	content: "Loading";
}

.loader-curtain:before {
	color: #666;
}

.loader-curtain:after {
	color: #fff;
	height: 0;
	-webkit-animation: curtain 1s linear infinite alternate both;
	animation: curtain 1s linear infinite alternate both;
}

.loader-curtain[data-curtain-text]:not([data-curtain-text=""]):after,
.loader-curtain[data-curtain-text]:not([data-curtain-text=""]):before {
	content: attr(data-curtain-text);
}

.loader-curtain[data-brazilian]:before {
	color: #f1c40f;
}

.loader-curtain[data-brazilian]:after {
	color: #2ecc71;
}

.loader-curtain[data-colorful]:before {
	-webkit-animation: maskColorful 2s linear infinite alternate both;
	animation: maskColorful 2s linear infinite alternate both;
}

.loader-curtain[data-colorful]:after {
	-webkit-animation: curtain 1s linear infinite alternate both,
		maskColorful-front 2s 1s linear infinite alternate both;
	animation: curtain 1s linear infinite alternate both, maskColorful-front 2s 1s linear infinite alternate both;
	color: #000;
}

@-webkit-keyframes maskColorful {
	0% {
		color: #3498db;
	}

	49.5% {
		color: #3498db;
	}

	50.5% {
		color: #e74c3c;
	}

	to {
		color: #e74c3c;
	}
}

@keyframes maskColorful {
	0% {
		color: #3498db;
	}

	49.5% {
		color: #3498db;
	}

	50.5% {
		color: #e74c3c;
	}

	to {
		color: #e74c3c;
	}
}

@-webkit-keyframes maskColorful-front {
	0% {
		color: #2ecc71;
	}

	49.5% {
		color: #2ecc71;
	}

	50.5% {
		color: #f1c40f;
	}

	to {
		color: #f1c40f;
	}
}

@keyframes maskColorful-front {
	0% {
		color: #2ecc71;
	}

	49.5% {
		color: #2ecc71;
	}

	50.5% {
		color: #f1c40f;
	}

	to {
		color: #f1c40f;
	}
}

@-webkit-keyframes curtain {
	0% {
		height: 0;
	}

	to {
		height: 84px;
	}
}

@keyframes curtain {
	0% {
		height: 0;
	}

	to {
		height: 84px;
	}
}

.loader-music:after,
.loader-music:before {
	content: "";
	position: fixed;
	width: 240px;
	height: 240px;
	top: 50%;
	left: 50%;
	margin: -120px 0 0 -120px;
	border-radius: 50%;
	text-align: center;
	line-height: 240px;
	color: #fff;
	font-size: 40px;
	font-family: Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	letter-spacing: -1px;
}

.loader-music:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.loader-music[data-hey-oh]:after,
.loader-music[data-hey-oh]:before {
	box-shadow: 0 0 0 10px;
}

.loader-music[data-hey-oh]:before {
	background-color: #fff;
	color: #000;
	-webkit-animation: coinBack 2.5s linear infinite, oh 5s 1.25s linear infinite both;
	animation: coinBack 2.5s linear infinite, oh 5s 1.25s linear infinite both;
}

.loader-music[data-hey-oh]:after {
	background-color: #000;
	-webkit-animation: coin 2.5s linear infinite, hey 5s linear infinite both;
	animation: coin 2.5s linear infinite, hey 5s linear infinite both;
}

.loader-music[data-no-cry]:after,
.loader-music[data-no-cry]:before {
	background: linear-gradient(45deg, #009b3a 50%, #fed100 51%);
	box-shadow: 0 0 0 10px #000;
}

.loader-music[data-no-cry]:before {
	-webkit-animation: coinBack 2.5s linear infinite, cry 5s 1.25s linear infinite both;
	animation: coinBack 2.5s linear infinite, cry 5s 1.25s linear infinite both;
}

.loader-music[data-no-cry]:after {
	-webkit-animation: coin 2.5s linear infinite, no 5s linear infinite both;
	animation: coin 2.5s linear infinite, no 5s linear infinite both;
}

.loader-music[data-we-are]:before {
	-webkit-animation: coinBack 2.5s linear infinite, theWorld 5s 1.25s linear infinite both;
	animation: coinBack 2.5s linear infinite, theWorld 5s 1.25s linear infinite both;
	background: radial-gradient(ellipse at center, #4ecdc4 0, #556270);
}

.loader-music[data-we-are]:after {
	-webkit-animation: coin 2.5s linear infinite, weAre 5s linear infinite both;
	animation: coin 2.5s linear infinite, weAre 5s linear infinite both;
	background: radial-gradient(ellipse at center, #26d0ce 0, #1a2980);
}

.loader-music[data-rock-you]:before {
	-webkit-animation: coinBack 2.5s linear infinite, rockYou 5s 1.25s linear infinite both;
	animation: coinBack 2.5s linear infinite, rockYou 5s 1.25s linear infinite both;
	background: #444;
}

.loader-music[data-rock-you]:after {
	-webkit-animation: coin 2.5s linear infinite, weWill 5s linear infinite both;
	animation: coin 2.5s linear infinite, weWill 5s linear infinite both;
	background: #96281b;
}

@-webkit-keyframes coin {
	to {
		transform: rotateY(359deg);
	}
}

@keyframes coin {
	to {
		transform: rotateY(359deg);
	}
}

@-webkit-keyframes coinBack {
	0% {
		transform: rotateY(180deg);
	}

	50% {
		transform: rotateY(1turn);
	}

	to {
		transform: rotateY(180deg);
	}
}

@keyframes coinBack {
	0% {
		transform: rotateY(180deg);
	}

	50% {
		transform: rotateY(1turn);
	}

	to {
		transform: rotateY(180deg);
	}
}

@-webkit-keyframes hey {
	0% {
		content: "Hey!";
	}

	50% {
		content: "Let's!";
	}

	to {
		content: "Hey!";
	}
}

@keyframes hey {
	0% {
		content: "Hey!";
	}

	50% {
		content: "Let's!";
	}

	to {
		content: "Hey!";
	}
}

@-webkit-keyframes oh {
	0% {
		content: "Oh!";
	}

	50% {
		content: "Go!";
	}

	to {
		content: "Oh!";
	}
}

@keyframes oh {
	0% {
		content: "Oh!";
	}

	50% {
		content: "Go!";
	}

	to {
		content: "Oh!";
	}
}

@-webkit-keyframes no {
	0% {
		content: "No...";
	}

	50% {
		content: "no";
	}

	to {
		content: "No...";
	}
}

@keyframes no {
	0% {
		content: "No...";
	}

	50% {
		content: "no";
	}

	to {
		content: "No...";
	}
}

@-webkit-keyframes cry {
	0% {
		content: "woman";
	}

	50% {
		content: "cry!";
	}

	to {
		content: "woman";
	}
}

@keyframes cry {
	0% {
		content: "woman";
	}

	50% {
		content: "cry!";
	}

	to {
		content: "woman";
	}
}

@-webkit-keyframes weAre {
	0% {
		content: "We are";
	}

	50% {
		content: "we are";
	}

	to {
		content: "We are";
	}
}

@keyframes weAre {
	0% {
		content: "We are";
	}

	50% {
		content: "we are";
	}

	to {
		content: "We are";
	}
}

@-webkit-keyframes theWorld {
	0% {
		content: "the world,";
	}

	50% {
		content: "the children!";
	}

	to {
		content: "the world,";
	}
}

@keyframes theWorld {
	0% {
		content: "the world,";
	}

	50% {
		content: "the children!";
	}

	to {
		content: "the world,";
	}
}

@-webkit-keyframes weWill {
	0% {
		content: "We will,";
	}

	50% {
		content: "rock you!";
	}

	to {
		content: "We will,";
	}
}

@keyframes weWill {
	0% {
		content: "We will,";
	}

	50% {
		content: "rock you!";
	}

	to {
		content: "We will,";
	}
}

@-webkit-keyframes rockYou {
	0% {
		content: "we will";
	}

	50% {
		content: "\1F918";
	}

	to {
		content: "we will";
	}
}

@keyframes rockYou {
	0% {
		content: "we will";
	}

	50% {
		content: "\1F918";
	}

	to {
		content: "we will";
	}
}

.loader-pokeball:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
	background: linear-gradient(180deg, red 42%, #000 0, #000 58%, #fff 0);
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 50%;
	z-index: 1;
	-webkit-animation: movePokeball 1s linear infinite both;
	animation: movePokeball 1s linear infinite both;
}

.loader-pokeball:after {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
	background-color: #fff;
	border-radius: 50%;
	z-index: 2;
	-webkit-animation: movePokeball 1s linear infinite both, flashPokeball 0.5s infinite alternate;
	animation: movePokeball 1s linear infinite both, flashPokeball 0.5s infinite alternate;
	border: 2px solid #000;
	box-shadow: 0 0 0 5px #fff, 0 0 0 10px #000;
}

@-webkit-keyframes movePokeball {
	0% {
		transform: translateX(0) rotate(0);
	}

	15% {
		transform: translatex(-10px) rotate(-5deg);
	}

	30% {
		transform: translateX(10px) rotate(5deg);
	}

	45% {
		transform: translatex(0) rotate(0);
	}
}

@keyframes movePokeball {
	0% {
		transform: translateX(0) rotate(0);
	}

	15% {
		transform: translatex(-10px) rotate(-5deg);
	}

	30% {
		transform: translateX(10px) rotate(5deg);
	}

	45% {
		transform: translatex(0) rotate(0);
	}
}

@-webkit-keyframes flashPokeball {
	0% {
		background-color: #fff;
	}

	to {
		background-color: #fd0;
	}
}

@keyframes flashPokeball {
	0% {
		background-color: #fff;
	}

	to {
		background-color: #fd0;
	}
}

.no-padding {
	padding: 0px !important;
}

#_pointer_1 img,
#_pointer_1 a {
	width: 140%;
}

#_pointer_2 img,
#_pointer_2 a {
	width: 140%;
}

#_pointer_3 img,
#_pointer_3 a {
	width: 140%;
}

#_pointer_4 img,
#_pointer_4 a {
	width: 140%;
}

#_ex_h_pointer_1 a {
	width: 100%;
}

#_ex_h_pointer_2 a {
	width: 100%;
}

#_ex_h_pointer_3 a {
	width: 100%;
}

#_ex_h_pointer_4 a {
	width: 100%;
}

#_pointer_1 {
	margin-top: 20.5%;
	margin-left: 22%;
	width: 25px;
	position: relative;
}

#_pointer_2 {
	margin-top: -2%;
	margin-left: 49%;
	width: 25px;
	position: relative;
}

#_pointer_3 {
	margin-top: -2.5%;
	margin-left: 77%;
	width: 25px;
	position: relative;
}

#_pointer_4 {
	margin-top: 13.5%;
	margin-left: 27%;
	width: 25px;
	position: relative;
}

.exhibit-hall-pointers {
	list-style: none;
}

#_ex_h_pointer_1 {
	margin-top: 29%;
	margin-left: 4%;
	width: 250px;
	height: 175px;
	cursor: pointer;
	position: relative;
}

#_ex_h_pointer_2 {
	margin-top: -14.5%;
	margin-left: 32%;
	width: 188px;
	height: 115px;
	cursor: pointer;
	position: relative;
}

#_ex_h_pointer_3 {
	margin-top: -7.5%;
	margin-left: 53%;
	width: 188px;
	height: 115px;
	cursor: pointer;
	position: relative;
}

#_ex_h_pointer_4 {
	margin-top: -5%;
	margin-left: 75%;
	width: 250px;
	height: 175px;
	cursor: pointer;
	position: relative;
}

.exhibit-stall-pointers {
	list-style: none;
}

.exhibit-stall-bubbles {
	list-style: none;
}

.exhibit-stall-social-share {
	list-style: none;
}

#_ex_ss_pointer_1 a {
	text-decoration: none;
	font-size: 15px;
	line-height: 29px;
	width: 100%;
	color: var(--white);
	font-weight: 600;
}

#_ex_ss_pointer_2 a {
	text-decoration: none;
	font-size: 15px;
	line-height: 29px;
	width: 100%;
	color: var(--white);
	font-weight: 600;
}

#_ex_ss_pointer_3 a {
	text-decoration: none;
	font-size: 15px;
	line-height: 29px;
	width: 100%;
	color: var(--white);
	font-weight: 600;
}

#_ex_ss_pointer_4 a {
	text-decoration: none;
	font-size: 15px;
	line-height: 29px;
	width: 100%;
	color: var(--white);
	font-weight: 600;
}

#_ex_ss_pointer_1 {
	margin-top: 13%;
	right: 0%;
	width: 180px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	background-color: #3b5998;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	text-align: left;
	padding-top: 5px;
	padding-left: 25px;
}

#_ex_ss_pointer_3 {
	margin-top: 17%;
	right: 0%;
	width: 180px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	background-color: #1da1f2;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	text-align: left;
	padding-top: 5px;
	padding-left: 25px;
}

#_ex_ss_pointer_2 {
	margin-top: 21%;
	right: 0%;
	width: 180px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	background-color: #25d366;
	border-bottom-left-radius: 10px;
	text-align: left;
	border-top-left-radius: 10px;
	padding-top: 5px;
	padding-left: 25px;
}

#_ex_s_pointer_1 img {
	width: 30px;
}

#_ex_s_pointer_2 img {
	width: 30px;
}

#_ex_s_pointer_3 img {
	width: 30px;
}

#_ex_s_pointer_4 img {
	width: 30px;
}

#_ex_s_pointer_1 {
	/*margin-top: 17%;
	margin-left: 20.5%;
	width: 25px;
	position: fixed;*/
}

#_ex_s_bubble_1 {
	/*margin-top: 15.6%;
	margin-left: 13.5%;
	width: 100px;
	position: fixed;
	background-color: white;
	border-radius: 7px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 10px;
	height: 35px;
	text-decoration: none;*/
}

#_ex_s_pointer_2 {
	/*margin-top: 45%;
	margin-left: 31%;
	width: 25px;
	position: fixed;*/
}

#_ex_s_bubble_2 {
	/*margin-top: 40.6%;
	margin-left: 25.5%;
	width: 100px;
	position: fixed;
	background-color: white;
	border-radius: 7px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 10px;
	height: 35px;
	text-decoration: none;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	color: var(--ebony);*/
}

#_ex_s_bubble_2 a {
	color: var(--ebony) !important;
	text-decoration: none;
}

#_ex_s_bubble_3 a {
	color: var(--ebony) !important;
	text-decoration: none;
}

#_ex_s_bubble_4 a {
	color: var(--ebony) !important;
	text-decoration: none;
}

#_ex_s_pointer_3 {
	/*margin-top: 30.5%;
	margin-left: 72%;
	width: 25px;
	position: fixed;*/
}

#_ex_s_bubble_3 {
	/*margin-top: 27%;
	margin-left: 68.5%;
	width: 65px;
	position: fixed;
	background-color: white;
	border-radius: 7px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 10px;
	height: 35px;
	text-decoration: none;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	color: var(--ebony);*/
}

#_ex_s_pointer_4 {
	margin-top: 39.5%;
	margin-left: 71%;
	width: 25px;
	position: fixed;
}

#_ex_s_bubble_4 {
	/*margin-top: 36%;
	margin-left: 67.5%;
	width: 65px;
	position: fixed;
	background-color: white;
	border-radius: 7px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	padding-bottom: 10px;
	height: 35px;
	text-decoration: none;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	color: var(--ebony);*/
}

._support_chat_bubble {
	position: fixed;
	bottom: 90px;
	right: 1%;
	width: 130px;
	background: white;
	border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	height: 35px;
	padding: 5px;
	color: var(--ebony);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

._support_chat_bubble:after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 106px;
	border-style: solid;
	border-width: 7px 5px 0;
	border-color: #ffffff transparent;
	display: block;
	width: 0;
	z-index: 1;
}

._support_chat_icon {
	position: fixed;
	bottom: 31px;
	right: 1%;
	width: 45px;
	background: white;
	border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 8px 8px 8px 8px;
	height: 45px;
	padding: 5px;
	color: var(--ebony);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	cursor: pointer;
}

.scicon1 {
	float: right;
	margin-right: 10px;
}

.scicon2 {
	float: right;
	/*margin-right: 10px;*/
}

.support-icon {
	width: 30px;
	padding-left: 6px;
	padding-top: 8px;
}

.support-icon-bottom {
	width: 15px;
	right: 40px;
	right: 15px;
	position: absolute;
	z-index: 9999;
	bottom: 20px;
}

.support_box {
	width: 20px;
	height: 20px;
	border: solid 5px #ffffff;
	border-color: #ffffff transparent transparent transparent;
	border-radius: 50%/100px 100px 0 0;
}

._networking_bubble {
	position: fixed;
	bottom: 200px;
	right: 0px;
	width: 240px;
	background: white;
	border-radius: 7px 0px 0px 7px;
	-webkit-border-radius: 20px 0px 0px 20px;
	-moz-border-radius: 7px 0px 0px 7px;
	height: 75px;
	color: var(--ebony);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	cursor: pointer;
}

._networking_bubble span {
	background-color: transparent;
	color: var(--catalina-blue);
	font-family: "Poppins", Helvetica, Arial, serif;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 23px;
	text-align: left;
	white-space: nowrap;
	width: 102px;
	position: absolute;
	margin-left: 95px;
	margin-top: -130px;
	padding: 20px;
	padding-left: 40px;
}

.vcard__item {
	left: 50px;
	top: -70px;
	position: relative;
	padding-left: 15px;
}

.vcard__item svg {
	width: 60px;
	height: 60px;
	stroke: #2329d6;
	stroke-width: 1px;
	stroke-linecap: square;
	stroke-linejoin: miter;
	fill: none;
	color: #2329d6;
}

._networking_blue {
	width: 45px;
	background-color: rgba(16, 41, 123, 1);
	border-radius: 13px 0px 0px 13px;
	height: 100%;
}

.networking-play-icon {
	width: 15px;
	margin-top: 27px;
	margin-left: 13px;
}

.introjs-tooltip {
	background-color: rgba(33, 121, 189, 1) !important;
	border: none !important;
	border-radius: 0px !important;
	min-width: 350px !important;
	max-width: 400px !important;
}

.introjs-tooltipbuttons {
	border-top: none !important;
}

.introjs-button {
	color: rgba(33, 121, 189, 1) !important;
	background-color: white !important;
	height: 20px !important;
	padding: 2px 15px !important;
	border: none !important;
	font-weight: bold;
}

.introjs-tooltip-header {
}

.introjs-tooltiptext {
	color: white !important;
	font-family: "Poppins", Helvetica, Arial, serif !important;
	font-size: 12px !important;
}

.introjs-tooltip-title {
	color: white !important;
	font-family: "Poppins", Helvetica, Arial, serif !important;
}

.introjs-arrow {
}

.introjs-arrow.left {
	left: -10px;
	top: 10px;
	border-right-color: rgba(33, 121, 189, 1) !important;
}

.introjs-arrow.right {
	right: -10px;
	top: 10px;
	border-left-color: rgba(33, 121, 189, 1) !important;
}

.introjs-arrow.top {
	top: -10px;
	left: 10px;
	border-bottom-color: rgba(33, 121, 189, 1) !important;
}

.introjs-arrow.bottom {
	bottom: -10px;
	left: 10px;
	border-top-color: rgba(33, 121, 189, 1) !important;
}

.introjs-skipbutton {
	background-color: rgba(90, 167, 226, 1) !important;
	color: white !important;
	padding: 0px 4px !important;
	font-weight: normal !important;
}

.introjs-tooltipReferenceLayer * {
	font-family: "Poppins", Helvetica, Arial, serif !important;
}

section {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: auto;
	overflow: hidden;
}

/*LOGIN*/
section.page-login {
	background: url("../media/login.png") no-repeat center center fixed;
	background-size: cover;
}

.login-bg {
	background-color: white;
}

.login-container {
}

.login-row {
	padding-top: 70px;
	margin: 0px !important;
}

.login-brand {
	width: 250px;
}

.login-title {
	background-color: transparent;
	color: rgba(16, 41, 123, 1);
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	height: auto;
	letter-spacing: 0px;
	line-height: 34px;
	position: absolute;
	text-align: left;
	white-space: nowrap;
	width: auto;
}

.login-muted-text {
	background-color: transparent;
	color: rgba(168, 170, 187, 1);
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	height: auto;
	letter-spacing: 0px;
	line-height: 16px;
	position: absolute;
	text-align: left;
	white-space: nowrap;
	width: auto;
	padding-top: 45px;
}

.register-text {
	background-color: transparent;
	color: rgba(28, 117, 188, 1);
	font-size: 16px;
	height: auto;
	letter-spacing: 0px;
	line-height: 16px;
	position: absolute;
	text-align: left;
	white-space: nowrap;
	width: auto;
}

.login-head {
	height: 70px;
}

.login-text-control {
	background-color: var(--white);
	border: 2px solid rgba(219, 221, 236, 1);
	border-radius: 10px;
	height: 40px;
	max-width: 252px;
}

input::-webkit-input-placeholder {
	text-align: right;
}

input::-moz-placeholder {
	text-align: right;
}

input:-ms-input-placeholder {
	text-align: right;
}

input::-ms-input-placeholder {
	text-align: right;
}

input::placeholder {
	text-align: right;
}

.login-button {
	background-color: rgba(16, 41, 123, 1);
	border-radius: 10px;
	height: 40px;
	position: absolute;
	color: white;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1.8px;
	line-height: 18px;
	width: 250px;
}

.login-button:hover {
	color: white;
}

/*LOGIN*/

video#video1 {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

video#video2 {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

video#video3 {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

/*section.page-lobby {
	background: url("../media/lobby.png") no-repeat center center;
	background-size: cover;
}*/

section.page-auditorium {
	background: url("../media/Auditoutam_V03.png") no-repeat center center;
	background-size: cover;
}

section.page-exhibit-hall {
	background: url("../media/WideAngle_FinalRender_V01.jpg") no-repeat center center;
	background-size: cover;
}
/*
section.page-exhibit-stall {
	background: url("../media/exhibition_stall.png") no-repeat center center;
	background-size: cover;
}
*/
section.page-exhibit-stall {
	background-size: cover;
}
.stall_number_1 {
	background: url("../media/stall_01_1.jpg") no-repeat center top fixed;
}

.stall_number_2 {
	background: url("../media/stall_02.jpg") no-repeat center center fixed;
}
.stall_number_3 {
	background: url("../media/stall_03.jpg") no-repeat center center fixed;
}
.stall_number_4 {
	background: url("../media/stall_04.jpg") no-repeat center center fixed;
}

section.page-networking {
	background: url("../media/networking.png") no-repeat center center;
	background-size: cover;
}

section.page-resource-center {
	background: url("../media/resources.png") no-repeat center center;
	background-size: cover;
}

section.page-briefcase {
	background: url("../media/briefcase.png") no-repeat center center;
	background-size: cover;
}

.lobby-pointers {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.lobby-pointers li:nth-child(1) {
	/*width: 8%;
height: 10%;
left: 32%;
top: 38%;*/
}

.lobby-pointers li:nth-child(2) {
	/*width: 8%;
height: 10%;
left: 32%;
top: 38%;*/
}

#video,
#videoExpo {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

#enter_to_plenary,
#video,
#videoExpo,
#intro-2 {
	display: none;
}

.menu-footer {
	position: fixed;
	bottom: 2.5%;
	left: -5%;
	width: 100%;
	height: 10%;
	background: url(../images/footer-sprite.png) no-repeat;
	background-size: 100% 100%;
}

.menu-footer ul {
	/* display: flex; */
	/* justify-content: center; */
	/* align-content: center; */
	position: relative;
	width: 100%;
	height: 100%;
}

.menu-footer ul li {
	position: absolute;
	height: 100%;
}

/*
html
{
font-family: 'Poppins', Helvetica, Arial, serif;
line-height: 1.15;
height: 100%;
margin: 0;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*/

.page-lobby-old {
	background-image: url(../media/lobby.png);
	/*background-image: url(../media/img_parallax.jpg);*/
	background-position: center;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.main__item {
	/*background: #ffffff;*/
	border-radius: 4px;
	/*padding: 20px;*/
	display: inline-block;
	/*margin: 10px;*/
}

.main__item svg {
	width: 25px;
	height: 25px;
	stroke: #2329d6;
	stroke-width: 2;
	stroke-linecap: square;
	stroke-linejoin: miter;
	fill: none;
	color: #2329d6;
}

.power__item svg {
	width: 20px;
	height: 20px;
	stroke: #2329d6;
	stroke-width: 2;
	stroke-linecap: square;
	stroke-linejoin: miter;
	fill: none;
	color: #2329d6;
	background: #fff;
    border-radius: 100%;
    padding: 3px;
	/* margin-left: -2px;
	margin-top: -10px; */
}

.menu__item svg {
	width: 22px;
	height: 22px;
	color: white;
	stroke-width: 2;
	stroke-linecap: square;
	stroke-linejoin: miter;
	fill: none;
	stroke: white;
}

._resource_link svg {
	/*width: 15px;*/
	height: 15px;
	color: white;
	stroke-width: 2;
	stroke-linecap: square;
	stroke-linejoin: miter;
	fill: none;
	stroke: white;
	padding: 0px 2px 3px 1px;
	width: 17px;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

/*
body
{
font-family: 'Poppins', Helvetica, Arial, serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;

margin: 0;

text-align: left;

color: #525f7f;
background-color: #f8f9fe;
}

[tabindex='-1']:focus
{
outline: 0 !important;
}

*/
.navbar-vertical.navbar-expand-xs.fixed-left {
	left: 0;
	border-width: 0 1px 0 0;
}

.navbar-vertical.navbar-expand-xs {
	top: 45px !important;
	bottom: 45px !important;
	display: block;
	overflow-y: auto;
	width: 100%;
	max-width: 62px;
	padding-right: 0;
	padding-left: 0;
	left: 45px !important;
}

.navbar-vertical.navbar-expand-lg {
	/*
top: 45px!important;
bottom: 45px!important;
display: block;
overflow-y: auto;
width: 100%;
max-width: 210px;
padding-right: 0;
padding-left: 0;
left:45px!important;
*/
	top: 0.5%;
	/* bottom: 59%!important; */
	display: block;
	/*overflow-y: auto;*/
	width: 100%;

	padding-right: 0;
	padding-left: 0;
	left: 1%;
	height: auto;
	position: fixed;
}

.navbar-vertical.navbar-light-open {
	border-color: rgba(0, 0, 0, 0.05);
	background-color: rgb(6 218 108);
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
}

.navbar-vertical.navbar-light-close {
	border-color: rgba(0, 0, 0, 0.05);
	background-color: rgb(6 218 108);
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
}
.sidenav-content::-webkit-scrollbar {
	width: 4px;
}

.sidenav-content::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.sidenav-content::-webkit-scrollbar-thumb {
	background-color: #0c1e58;
	outline: 1px solid #0c1e58;
}
.sidenav-content {
	max-height: 100vh;
	overflow-y: scroll;
}

.sidenav-nav_footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.sidenav {
	z-index: 1050;
	transition: all 0.15s ease;
	border-radius: 12px !important;
	width: 260px;
	height: 90%;
	min-height: 670px;
}

.navbar-vertical {
	padding-top: 0;
	/*border-width: 0 0 1px 0;*/
	border-width: 0 0 0 0;
	border-style: solid;
	box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
}

.navbar {
	position: relative;
	display: flex;
	padding: 1rem 1rem;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.sidenav-header {
	/*background-image: url("../images/nav-brand-bg.png");*/
	background-color: white;
	height: 75px;
	left: 0px;
    position: absolute;
    top: 0px;
    width: 101%;
    border-radius: 12px 12px 0 0;
}
.navbar {
	border:none !important
}

.sidenav-footer {
	/* background-image: url(../images/nav-brand-bg.png); */
	/*background-color: #2B80C5;*/
	/*height: 0px;*/
	/*left: 0px;*/
	/* position: absolute; */
	/*width: 100%;*/
	/*display: flex;*/
	/*flex-direction: row;*/
	/*align-items: center;*/
	/*justify-content: flex-start;*/
	/*margin-top: 30px;*/
}

.brand-bg {
	background-color: transparent;
	height: 65px;
	position: absolute;
	right: calc(49.91% - 57px);
	top: 9px;
	width: 114px;
	text-align: center;
}

.power-bg {
	/*background-image: url("../images/nav-power-bg.png");*/
	background-color: #e7e3e3;
	/*height: 25px !important;*/
	/* left: calc(7.80% - 3px); */
	/* bottom: 17px; */
	/*width: 25px !important;*/
	/* margin: 10px 15px 0px 10px; */
	/*border-radius: 50%;*/
	/* padding: 10px; */
	/*margin-left: 14.5px;*/
	/*display: flex;*/
	/*flex-direction: row;*/
	/*align-items: center;*/
	/*justify-content: center;*/
}

.power-details {
	/*width: calc(100% - 90px);
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    margin-left: 10px;
    margin-left: 35px;
    margin-top: -28px;*/
	/*position: absolute;
    top:38%;
    right: 17%;*/
}

.brand {
}

.power {
}

.brand img.img-big {
	width: 90px;
}

.brand img.img-small {
	width: 40%;
	padding-top: 11px;
}

.power img {
	width: 15px;
}

a#_nav_brand_small {
	margin-left: 3%;
}

.btn-power {
	display: block;
	text-indent: -9999px;
	width: 80px;
	height: 65px;
	background: url(../icons/power.svg);
	background-size: 80px 65px;
}

.subscriber-name {
	font-size: 15px;
	color: white;
	font-style: normal;
	font-weight: 400;
	/* margin-left: 35px;
	margin-top: -40px;
	float: left; */
	letter-spacing: 0px;
	text-align: left;
	white-space: nowrap;
}

.subscriber-email {
	font-size: 12px;
	color: rgba(149, 209, 255, 1);
	/* font-style: normal; */
	/* font-weight: 400; */
	/* letter-spacing: 0.00px; */
	/* text-align: left; */
	/* white-space: nowrap; */
	/* overflow: hidden; */
	/* max-width: 100px; */
}

.nav-menu-1 {
	list-style: none;
	/* margin-top: 80px; */
	margin-left: -38px;
}

.nav-menu-1-item {
	color: white;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 0px !important;
    /* height: 45px; */
    padding: 6px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 2px;
}

.nav-menu-1-item a {
	text-decoration: none !important;
}

.nav-menu-title {
	padding-left: 10px;
	color: white;
	vertical-align: middle;
	text-decoration: none !important;
}

.nav-menu-1-item:hover {
	background-color: rgb(25 93 58);
	border-radius: 7px;
	/* width: 99%; */
}

.nav-menu-1-item.active {
	background-color: rgb(25 93 58);
	border-radius: 7px;
	/* width: 99%; */
}

.page-content {
	padding-top: 5%;
	margin-left: 20%;
	position: relative;
}

.content-page-title {
	background-color: transparent;
	color: rgba(16, 41, 123, 1);
	font-family: "Poppins", Helvetica, Arial, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	height: auto;
	letter-spacing: 0px;
	line-height: 26px;
	position: absolute;
	text-align: left;
	white-space: nowrap;
	width: auto;
}

.content-page-sub-title {
	background-color: transparent;
	color: rgba(26, 5, 29, 1);
	font-family: "Poppins", Helvetica, Arial, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	height: auto;
	letter-spacing: 0px;
	line-height: 24px;
	position: absolute;
	text-align: left;
	white-space: nowrap;
	width: auto;
	padding-left: 200px;
}

.page-title-row {
	height: 70px;
}

.resource-col {
	padding-left: 15px;
	padding-right: 45px;
}

.resource-card-1 {
	border-radius: 10px;
	min-height: 400px;
	background-color: #f6f6fd;
	min-width: 250px;
	height: 135%;
}

.resource-card-2 {
	border-radius: 10px;
	min-height: 400px;

	background-color: #f6f6fd;
	min-width: 450px;
}

.resource-card-3 {
	border-radius: 10px;
	min-height: 150px;
	background-color: #17379f;
	min-width: 300px;
}

.page-header-box {
	margin-left: 200px;
	margin-top: 65px;
	height: 40px;
}

.page-content-box {
	margin-left: 200px;
	margin-top: 40px;
}

.res-page-title {
	background-color: transparent;
	color: var(--catalina-blue);
	font-family: "Poppins", Helvetica, Arial, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	height: auto;
	letter-spacing: 0px;
	line-height: 26px;
	position: absolute;
	text-align: left;
	white-space: nowrap;
	width: auto;
}

.res-page-sub-title {
	background-color: transparent;
	padding-left: 250px;
	color: var(--ebony);
	font-family: "Poppins", Helvetica, Arial, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	height: auto;
	letter-spacing: 0px;
	line-height: 29px;
	position: absolute;
	text-align: left;
	white-space: nowrap;
	width: auto;
}

.col-res-1 {
	height: 545px;
	width: 300px;
	float: left;
	border-radius: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 25px;
	background-color: #f6f6fd;
}

.col-res-2 {
	height: 445px;
	width: 500px;
	float: left;
	margin-left: 60px;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	background-color: #f6f6fd;
	padding-bottom: 25px;
}

.col-res-3 {
	height: 150px;
	width: 350px;
	float: left;
	margin-left: 60px;
	border-radius: 10px;
	background-color: var(--torea-bay);
	padding-top: 20px;
}

.tab-link:hover {
	color: var(--black);
}

.tab-link {
	color: var(--black);
	font-family: "Poppins", Helvetica, Arial, serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	border-radius: 5px !important;
	height: 44px;
	padding: 13px 13px 13px 35px;
}

.tab-link.active {
	background-color: var(--torea-bay) !important;
	border-radius: 5px;
	height: 44px;
}

.tc-title {
	text-align: left;
	letter-spacing: 0px;
	line-height: 29px;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	font-family: "Poppins", Helvetica, Arial, serif;
}

.tab-pane {
	padding-left: 35px;
}

._resource_li {
	list-style: none;
	padding-left: 0px;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 45px;
	padding-top: 10px;
}

._resource_name {
	width: 380px;
	display: block;
	float: left;
}

._resource_link {
	background-color: var(--persian-blue);
	border-radius: 5px;
	height: 23px;
	width: 23px;
	margin-left: 20px;
}

._pointer {
	cursor: pointer;
}

/* fixes */

.menu__item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	/*margin-left: 4px;*/
	margin-right: 8px;
}

.nav-menu-title {
	white-space: nowrap;
}

.nav-menu-1-item {
	/*display: flex;*/
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}

section.page-lobby {
	/*background: url("../media/lobby.png") no-repeat;*/
	background-size: 100%;
}

section.page-auditorium {
	background: url("../media/Auditoutam_V03.png") no-repeat center;
	background-size: cover;
}

/* The animation code */
@-webkit-keyframes example {
	0% {
		width: auto;
		background-color: red;
	}

	100% {
		width: 100%;
		background-color: blue;
	}
}
@keyframes example {
	0% {
		width: auto;
		background-color: red;
	}

	100% {
		width: 100%;
		background-color: blue;
	}
}

.btn {
	background-color: #17379f !important;
	padding: 10px 30px;
	border-radius: 7px;
	outline: none;
	border: 0px;
}

.modal-content {
	border: 0px;
	border-radius: 15px;
	overflow: hidden;
}

._stall_video {
	/* outerRadius = innerRadius + (outerSize - innerSize) / 2 */
	border-radius: 7px;
}

.modal-header {
	background: rgb(23 55 159 / 10%);
	border: 0px;
}

.model-footer {
	border-top: 1px solid #2b80c5;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: 1;
}

.close {
	opacity: 0.8;
}

input [type="email"] {
	font-size: 14px;
}

.introjs-bullets ul li a.active {
	background-color: #64a1d1 !important;
}

.introjs-bullets ul li a {
	background-color: white !important;
}

.introjs-tooltip-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding-right: 10px;
}

.introjs-skipbutton {
	position: absolute;
	right: 10px;
}

.introjs-button .introjs-nextbutton {
	outline: none;
}

.menu__item svg {
	width: 23px;
	height: 23px;
}

.nav-menu-1 {
	margin-left: -40px;
}

.tab-link {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 13px;
}

.delres__item svg {
	position: relative;
	top: -2px;
}

.alert-info {
	color: white;
	background-color: #17379f !important;
	border-color: #17379f !important;
	font-size: 12px;
}

.bootstrap-growl.alert.alert-info.alert-dismissible {
	height: auto !important;
	border-radius: 8px;
	right: 15px !important;
}

.close:hover {
	color: #fff;
	text-decoration: none;
}

@media screen and (max-device-width: 767px) and (orientation: landscape) {
	.nav-menu-1 {
		margin-left: -40px;
		height: 200px;
		overflow-y: scroll;
	}
	.mobile_menu {
		display:block !important
	}
	._support_chat_icon {
		right:11% !important
	}
}
.nav_footer {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.nav_footer li {
	margin:0;
	border-radius: 0 0 12px 12px !important;
	display:flex;
	height:55px !important
}
.nav_footer .power__item {
	display:flex;
	align-items:center;

}
.nav_footer .power__item .power-details {
	margin-top:0 !important;
	margin-left: 5px !important;
}
/* mobile - menu 27-2-2021 */
.mobile_menu {
	display:none
}
.mobile_menus {
	width: 85%;
    position: fixed;
    bottom: 0%;
    right: -100%;
	z-index:99999
}
.mobile_menu .closed_arrow {
position: absolute;
bottom: 3%;
right: 0;
background: #486df4;
font-size: 25px;
padding: 9px 18px;
border-radius: 12px 0 0 12px;
color: #fff;
z-index: 999999;
}

.nav-menu-1_mobile {
	display: flex;
    list-style-type: none;
    padding: 0;
    background: rgba(23, 55, 159, 1);
    overflow-x: scroll;
	padding:6px;
	border-radius:6px
}
span.nav-menu-title_mobile {
    display: block;
    white-space: nowrap;
	margin:5px 10px;
}
.menu__item_mobile {
	display:flex;
	color:#fff;
	padding:6px;
	align-items:center;
}
.menu__item_mobile svg {
	color: white;
    stroke-width: 2;
    stroke-linecap: square;
    stroke-linejoin: miter;
    fill: none;
    stroke: white;
}
.nav-menu-1-item_mobile.active {
	background:#486df4;
	border-radius:12px
}
/* mobile - menu 27-2-2021 */


body {
  font-family: 'Poppins' !important;
}

/* modal 27-2-2021*/
.modal_div {
	background: #fff;
	width: 450px;
	border-radius: 8px;
	position: relative;
	z-index: 9999999;
}
.modal_div p {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
}
.custom_modal_header {
	padding: 15px 25px;
	font-size: 13px;
	background: #e8edff;
	color: #10297b;
	font-weight: 600;
	border-radius: 8px 8px 0 0;
}
.custom_modal_content {
	padding: 0px 0px;
	margin-bottom: 15px;
}
.custom_modal_content h4 {
	font-weight: 700;
}
.custom_modal_content label {
	display: flex;
	margin: 15px 0;
	font-weight: 500;
	align-items: center;
}
.custom_modal_content label input {
	margin: 0 10px 0 0;
}
.opinion_modal {
	position: absolute;
	bottom: -1000%;
	transition: all 0.5s;
	right: 25%;
}
.opinion_modal_open {
	bottom: 130% !important;
	right: 25%;
	transition: all 0.5s;
}

.opinion-text{
	padding-left: 25px;
	font-size: 15px;
}

.opinion-radio{
	padding-left: 25px;
	font-size: 12px;
}
.help_modal {
	position: absolute;
	bottom: -1000%;
	transition: all 0.5s;
	right: 15%;
}
.help_modal_open {
	position: absolute;
	bottom: 130% !important;
	right: 15%;
	transition: all 0.5s;
}
.help_modal .custom_modal_content textarea {
	width: 100%;
	font-weight: normal;
	font-size: 12px;
	padding: 8px;
	border: 1px solid #0000ff00;
	padding-left: 25px;
	height: 120px;
}
.help_modal .custom_modal_content button {
	background-color: #222AD7 !important;
	padding: 10px 30px;
	border-radius: 7px;
	outline: none;
	border: 0px;
	color: #fff;
	margin-right: 20px;
	font-weight: 200;
}
.help_modal .custom_modal_content {
	text-align: right;
}
/* modal 27-2-2021*/
/* chatbox 27-2 */
.chat_header {
	font-size: 13px;
	background: rgba(16, 41, 123, 1);
	color: white;
	padding: 10px 15px 10px 15px;
	font-weight: 700;
	cursor: pointer;
	border-radius: 10px 10px 0px 0px;
}
.chatbox {
	position: absolute;
	bottom: -1000%;
	right: 15%;
	width: 25%;
	transition: all 2.5s;
}
.chatbox_semi_open {
	bottom: -69%;
	transition: all 0.5s;
}
.chatbox_full_open {
	bottom: 0;
}
.chat_body {
	background: #fff;
	padding: 15px;
	font-size: 11px;
}
.chat_body .userName .name {
	font-weight: 700;
	font-size: 12px;
}
.chat_body .userName .request_task {
	border-radius: 17px;
	padding: 5px 15px;
	font-size: 11px;
	margin-left: 10px;
}

p.chat-text {
    font-size: 12px;
    font-weight: 500;
}
.chat_body .userName .request_task.blue_req {
	color: #082584;
	background: #d8e1fc;
}
.chat_body .userName .request_task.red_req {
	color: #fc4747;
	background: #fddbdb;
}
.chat_body .userName .request_task.darkbLue_req {
	color: #fff;
	background: #2329D8;
}
.other_user_msg {
	margin-bottom: 10px;
}
.other_user_msg_text {
	background: #eee;
	padding: 7px;
	border-radius: 0 7px 7px 7px;
	margin: 10px 0 5px;
}
.chat_time {
	font-size: 12px;
	color: #d9d9d9;
}
.my_msg {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
.my_msg_text {
	background: #10297b;
	padding: 7px;
	border-radius: 7px 0px 7px 7px;
	color: #fff;
	margin-right: 8px;
}
.my_msg_text p {
	margin: 0;
}
.chat_footer {
	background: #fff;
	padding: 15px;
}
.chat_footer input {
	background: #eee;
	border: none;
	padding: 8px;
	border-radius: 6px;
	text-align: left;
	width: 85%;
	margin-right: 10px;
}
/* chatbox 27-2 */

/* custom modal */
#modalOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
}
#popup {
	position: relative;
	margin: 10px auto;
	background: #F6F6FD!important;
	width: 550px;
	box-shadow: 0 5px 50px -4px #aaa;
	border-radius: 15px;
	height: 95vh;
	overflow-y: auto;
}
#modal span.modalClose {
	cursor: pointer;
	font-size: 20px;
	position: absolute;
	right: 20px;
	top: 15px;
}
.popup_header {
	background: rgb(23 55 159 / 10%);
	border: 0px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 15px 15px 0 0;
}
.popup_header span:first-child {
	color: var(--catalina-blue);
	font-family: "Poppins", Helvetica, Arial, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
}
.popup_content {
	font-size: 16px;
	padding: 15px;
}
.popup_content ol {
	padding: 0;
}
.feedback_rating {
	padding-left: 15px;
}
.feedback_rating h4 {
	font-size: 16px;
}
.ratings ul {
	list-style-type: none;
	display: flex;
	padding: 0;
}
.ratings ul li{
	flex: 0 0 18%;
	background: #dfe3f3;
	border-radius: 5px;
	text-align: center;
	margin-right: 10px;
	padding: 7px;
}
.ratings ul li:hover {
	background: var(--catalina-blue);
	color: #fff;
	font-weight: 700;
}
.ratings ul li.active {
	background: var(--catalina-blue);
	color: #fff;
	font-weight: 700;
}
.ratings {
    padding: 1px 0;
}
.ratings h5 {
	margin-bottom: 15px;
}
.ratings > div {
	margin-bottom: 25px;
}
.feedback_rating textarea {
	width: 100%;
}
.popup_footer button {
	background-color: #17379f !important;
    padding: 10px 30px;
    border-radius: 7px;
    outline: none;
    border: 0px;
	color: #fff;
	margin: 0 25px 25px;
}
#popup span.modalClose {
    border: 1px solid #3f51b5;
    font-size: 26px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
	color: #3f51b5;
}
/* custom modal */



@media  screen and (max-device-width: 767px) and (orientation: landscape) {

	body {
    overflow-y: scroll;
}
}

.modal-backdrop.fade.in {
    display: none;
}