
.bubble_unread {
	font-weight: 400;
	font-family: inherit;
	height: 100%;
	position: relative;
	top: -2px;
	color: rgb(255, 255, 255);
	white-space: pre-wrap;
	left: -16px;
}

.togglePassword {
	display: none;
}

.warningPageText {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	line-height: normal;
	font-family: 'Manrope';
}


.forbiddenPageText {
	display:block;
	height: 100%;
	line-height: normal;
	font-family: 'Manrope';
}

.loadingScreenBox {
	opacity: .7
}

.inactiveText {
	margin-top: 10px;
	display: inline-block;
}

.togglePassword.active {
	display: table-row;
	height: auto;
	-webkit-animation: slide-in-top 0.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-top 0.1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-9-30 10:37:54
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
	0% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slide-in-top {
	0% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}


.notification_bubble {
	position: relative;
	width: 5px;
	border-radius: 20px;
	line-height: 0px;
	height: 26px;
	box-sizing: content-box;
	background-color: rgb(179, 179, 179);
	top: -54px;
	left: 35px;
	padding: 0px 10px !important;
	margin-left: 0px;
	margin-top: 0px;
}

.pendo_badge_ {
	border: 0px solid transparent !important;
	border-radius: 25px;
	inset: 15px 25px auto auto;
	background: rgba(255, 255, 255, 0);
	padding: 0px;
	line-height: 1;
	min-width: auto;
	width: 50px;
	height: 50px;
	box-shadow: rgba(0, 0, 0, 0.15) 2px 0px 6px 0px;
	border: 0px;
	float: none;
	vertical-align: text-bottom;
	cursor: default;
	display: inline-block;
	position: relative;
	right: 0px;
	margin: 0px 1em;
}

.pendoSmallText {
	font-size: 16px !important;
	position: relative;
	top: -25px;
}

.pendo_image_ {
	display: block;
	height: 50px;
	width: 50px;
	box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 0px;
	float: none;
	vertical-align: baseline;
}


.pendo-resource-center-badge-notification-bubble::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(179, 179, 179);
	border-radius: 100%;
	z-index: -1;
}

.mobileShow {
	display: none !important
}

@media screen and (max-width: 768px) {
	.mobileShow {
		display: block !important
	}
}

/*new STYLES*/

.container2 {
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	height: 100vh;
}

.left-panel {
	width: 100%;
	background-color: #1180e8;
	display: flex;
	flex-direction: column;
}


.right-panel {
	width: 100%;
	background-color: #020140;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	color: white;
}

.right-panel-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
	line-height: normal;
}

	.right-panel-content h1 {
		font-size: 3em;
		color: white;
		margin-bottom: 1em;
		font-weight: 500;
	}

	.right-panel-content p {
		font-size: 1.5em;
		margin: 20px 0;
	}

.right-panel-footer {
	margin-bottom: 20px;
}

	.right-panel-footer a {
		color: white !important;
	}

.loginBoxContainer, .left-panel-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
	font-family: "Manrope", sans-serif;
}

.loginBox, .left-penel-content-box {
	display: flex;
	flex-direction: column;
	justify-items: center;
	align-items: center;
	background-color: white;
	padding: 29px;
	border-radius: 24px;
	width: 29rem;
}

#main-jetnet-logo {
	width: 100%;
	height: 100%;
	object-fit: contain; /*need this one for Mac/Safari to properly display*/
}


/*Re-applying styles form Login control*/
.loginBoxContainer .content_padding {
	width: 100%;
}

	.loginBoxContainer .content_padding #GoToEvoButton2 {
		width: 100%;
		border-radius: 27px;
		height: 43px;
		background: #dc3663;
		color: white;
		font-size: 16px;
	}


.loginBoxContainer #outerTableLogon td #emailLabel, #passwordLabel {
	text-align: left;
	width: 90%;
	padding: 10px;
	font-weight: 600;
	color: #1180E8;
	margin-left: 15px;
	display: inline-block;
}

.logonButton {
	margin: 17px 0px 0px 0px !important;
	width: 90%;
	border-radius: 27px;
	height: 43px;
	background: #dc3663;
	color: white;
	font-size: 16px;
}

#outerTableLogon .logonButton {
	margin-bottom: 10px !important
}

.loginText {
	width: 90%;
	height: 20px;
	border-radius: 27px;
	text-indent: 10px;
	font-size: 14px;
}

/*email password loginbutton*/
.loginBoxContainer #outerTableLogon input {
	border-radius: 24px;
}

	/*Email and password*/
	.loginBoxContainer #outerTableLogon input[type="text"], input[type="password"] {
		height: 20px;
		text-indent: 10px;
		padding: 10px 0px !important;
		margin: 0px 0 !important;
		font-size: 14px;
	}

/*Login button*/
.loginBoxContainer #logonUser_LoginButton {
	background-color: #DC3663;
	color: white;
	font-size: 14px
}



.loginBoxHeader, .modalPopup h1 {
	transition: 0.3s ease-in-out;
	font-style: normal;
	font-weight: bold;
	opacity: 1;
	line-height: 2.5rem;
	text-align: center;
	color: #020140;
	margin-bottom: 1.5rem;
}
.modalPopup.demo{width:500px !important;text-align:left;font-size:16px;line-height:20px;}
.modalPopup .demoText{width:100%;height:500px;overflow-y:scroll;display:block;padding:5px;}

.loginBoxHeader {
	font-size: 2rem;
}

.modalPopup h1 {
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 1rem;
	margin-top:.7rem;
}

.preloginbox {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
}

.container2 #copyright {
	text-align: center;
	color: white;
	margin-bottom: 20px;
}

	.container2 #copyright p {
		margin: 0
	}

@media (max-width: 1000px) {
	.right-panel {
		display: none;
	}
}

@media (max-width: 480px) {
	.loginBox, .left-penel-content-box {
		width:80%;
	}

	.loginBoxContainer #outerTableLogon #addonsTableLogon td{
		padding: 5px 0;
	}
}
