.skiptranslate {
	display: none !important;
}

body {
	top: 0px !important;
}

.translate-container {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-family: Arial, sans-serif;
	z-index: 1000;
}

.translate-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 50px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
	cursor: pointer;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.translate-button:hover {
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
	transform: scale(1.05);
}

.translate-button img {
	width: 24px;
	height: 24px;
}

.translate-button .translate-text {
	margin-left: 10px;
}

/* Dropdown with language options */
.translate-options {
	position: absolute;
	bottom: 60px;
	right: 0;
	display: none;
	flex-direction: column;
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	overflow: hidden;
	z-index: 1001;
}

.translate-options.active {
	display: flex;
}

.translate-option {
	padding: 10px 20px;
	text-align: left;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.translate-option:hover {
	background-color: #f0f0f0;
}

/* Prevent Google Translate from affecting the dropdown */
.notranslate {
	translate: no;
}

.grid3.grid3-c .side2 {
	background-image: linear-gradient(rgb(225, 231, 237), rgba(18, 149, 137)) !important;
}

.grid3-c .side2 .logo {
	background: url('	https://devcip.raseel.city/content/portals/logos/eca83d19-ed7b-4c0b-c83d-481c4f3f913e.png') no-repeat bottom center !important;
	background-size: 85% !important;

}

.grid3.grid3-c .side2 ul.applist {
	background: unset !important;
}

.grid3.grid3-c .side2 ul.applist li a.selected {
	background: #129589!important
}

.grid3.grid3-c .side2 ul.applist li a:hover {
	background: #129589!important
}

ul.applist.drawer {
	background: #129589!important;
}

.grid3.grid3-c .side2 ul.applist-other {
	background: unset !important;
}

.grid3.grid3-c .side2 ul.applist-other :hover {
	background: #129589!important;
}
.cb_container {
	display: flex !important;
}

.cb_container input {
	width: unset !important;
}

.cb_container label {
	margin-left: 10px !important;
	margin-top: 10px !important;
}


/* Login Box */

div.loginbox {
	margin: 60px auto 0 !important;
	width: 500px !important;
	height: auto !important;
	top: unset !important;
	transform: unset !important;
	padding: 0px !important;
	background: #cddfd0 !important;
	box-shadow: 0px 0px 6px #d5d5d5 !important;
	color: #7d7d7d !important;
}
	div.loginbox div.loginlogo {
		position: relative !important;
		top: 20px;
		height: 80px;
		background: url('	https://devcip.raseel.city/content/portals/logos/eca83d19-ed7b-4c0b-c83d-481c4f3f913e.png') no-repeat center center !important;
		background-size: 24% !important;
		margin: 10px 10px 30px;
	}
	div.loginbox div.appheader{
		display: none;
	}
	div.loginbox div.mainarea{
		padding: 0 40px 10px;
	}
	div.loginbox .mainarea .padblock-vertical:nth-of-type(2){
		margin-bottom: 15px;
	}
	
		div.loginbox .mainarea .field-wrapper{
			position: relative;
			display: block;
			width: auto;
			margin: 0;
			padding: 0;
			border-bottom: 2px solid #999;
		}
			div.loginbox .mainarea input {
				min-width: 20px !important;
				height: 45px;
				padding: 10px 15px 10px 35px;
				border: none;
				border-radius: 0;
				font-family: "open_sanssemibold";
				font-size: 14px;
				color: #333;
				width: 100%;
				margin: 0;
				outline: 0;
				font-weight: normal;
				box-sizing: border-box;
			}
			div.loginbox .mainarea .field-wrapper:before{
				position: absolute;
				top: 12px;
				width: 25px;
				height: 22px;
				content: "";
				display: inline-block;
				overflow: hidden;
				pointer-events: none;
				visibility: visible;
				background-position: center center;
				background-repeat: no-repeat;
				background-size: 82%;
			}

		div.loginbox .mainarea .padblock-vertical2 .cb_container{
			display: flex;
			align-items: center;
			justify-content: center;
		}
			div.loginbox .mainarea .padblock-vertical2 .cb_container label{
				margin-top: 0 !important;
				font-weight: normal;
			}
			div .loginbox .mainarea #login{
				padding: 15px;
				background-color: #333366;
				border: none;
				border-radius: 12px !important;
				color: #fff;
				text-transform: uppercase;
			}
		div.loginbox .mainarea .padblock-vertical3 .actionlink{
			display: block;
			margin: 10px 15px;
			font-size: 15px;
			font-weight: normal;
			color: #333366;
			text-decoration: underline;
		}
		div.loginbox .oidc .m .lbl {
			color: #424242 !important;
		}
		
		div.loginbox .oidc .m a {
			border: 2px solid #999 !important;
			border-radius: 12px;
		}
div .loginbox .mainarea #login {
background-color: #006c5a !important;
}
.main-block .content-block .header-block .hb-item > .title .powered-by .powered-by-content {
display:none !important;
}
@media only screen and (max-width : 767px) {
    div.loginbox{
           width: 98% !important;
    }
    div.loginbox div.mainarea{
           padding: 0 10px 10px;
    }

}
	
