 @import url("font-awesome.min.css"); 
 @import url("font-awesome.css"); 
html, body {
	height: 100%;
	padding: 0;
	margin: 0 auto;
	background-image: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ),url("../images/parichay-bg.png");
    /* background-image: url("../images/parichay-bg.png"); */
	background-size: cover;
	background-repeat: no-repeat;
	/* background-attachment: scroll; */
	background-position: center;
	font-size: 0.85rem;
	overflow: hidden;
	-ms-overflow-style: scrollbar;
	-webkit-font-smoothing: antialiased;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #f6f6f6 !important;
	/* For browsers that do not support gradients */
}

* {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji !important"
}
/* body{position: relative;} */
p, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

h4, .h4 {
	font-size: 1.35rem;
}

/* #mainContainer {
	background-color: #f8f9fa !important;
} */
.loadingg {
	height: 40px;
	width: 50px!important;
	background: url(../images/loading_button.gif) no-repeat !important;
	border: 0
}

.loadingg:focus {
	border: 0;
}

a {
	cursor: pointer !important;
}

::placeholder, .form-control, .custom-select {
	font-size: .98rem;
	opacity: 1 !important;
	color: #fff !important;
	/* color:#000!important; */
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

::-webkit-input-placeholder { /* Edge */
	font-size: .98rem;
	opacity: 1 !important;
	color: #fff !important;
	/* color:#000!important; */
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: .98rem;
	opacity: 1 !important;
	color: #fff !important;
	/* color:#000!important; */
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

::placeholder {
	font-size: .98rem;
	opacity: 1 !important;
	color: #fff !important;
	/* color:#000!important; */
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-size: .98rem;
	opacity: 1 !important;
	color: #fff !important;
	/* color:#000!important; */
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-size: .98rem;
	opacity: 1 !important;
	color: #fff !important;
	/* color:#000!important; */
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

.border-radius-6 {
	border-radius: .6rem !important;
}

.ow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fa-pencil-square-o {
	padding: 4.5px 0;
}

.fa-icon .fa {
	font-size: 14px !important;
}

.fa-info-icon {
	border-radius: 50%;
	border: 2px solid #000;
	padding: 0px 7px !important;
	font-weight: 700;
}
.form-control:focus {
	box-shadow: 0px 0px 10px!important;
  }
/* COOKIE DIV */
#cookieModal .close:hover {
	color: #fff;
	text-decoration: none;
}

#cookieModal, #noteSetting, #appAlertModal {
	display: none;
}

.next-button{background-color: #77B55B!important;
	height: 50px !important;
	line-height: 20px!important;
	font-size: 20px!important;
	/* width: 120px; */
	border: 0 !important;
	color: #fff !important;}
._submit {
	/* background: url(../images/next-button-en.png) no-repeat; */
	background-color: #77B55B;
	height: 40px !important;
	width: 90px;
	border: 0 !important;
	/* margin-top: 10px!important; */
}

.bottomText {
	align-self: flex-end;
	align-items: flex-end !important;
	-ms-flex-align: end !important;
}

.shadow-medium {
	box-shadow: 0 .2rem .5rem rgba(0, 0, 0, .15) !important;
}

.fontweight-400 {
	font-weight: 400;
}

.font-size-87 {
	font-size: .85rem;
}

/* .stretched-link {
	color: #337ab7 !important;
}

.stretched-link:hover {
	color: #0b5a97 !important;
} */

.bg-whitesmoke {
	background-color: whitesmoke;
}

.bg-light-blue {
	background-color: #daefff;
}

@media ( min-width : 576px) {
	#cookieModal .modal-dialog {
		max-width: 100%;
		margin: 1.75rem auto;
	}
}

.bg-light-1 {
	background-color: #fafafa
}

.btn.focus, .btn:focus {
	box-shadow: none;
}

/* COOKIE DIV ENDS */
.welcome:hover {
	background-color: whitesmoke;
}

/* .welcome{box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25)!important;background-color: #fff!important;} */
.imgLogoLogin {
	height: 3.9em
}

/* .modal{background-color: rgba(0,0,0,0.9);} */
.heading {
	font-weight: 700!important; 
	/* font-size: 2rem; */
	line-height: 1.2;
	text-align: left;
	/* margin-top: 1.5rem!important; */
	margin-bottom: 1rem !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji !important";
}

#adminBtn {
	padding: 0;
	border-radius: 100%;
}

.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none !important;
}

.border-wide {
	border: 1px solid #dee2e6 !important;
}

.fa-android {
	font-size: 2em !important;
}

/* #alertandnotifications .custom-switch .custom-control-label::after
{
	background-color: #007bd9 !important;
} */
.eye-slash:focus {
	outline: none;
}

.input-group-text {
	/* border-top: 0!important; border-left: 0!important; border-right: 0!important;  */
	border-radius: 0 !important;
	background-color: #fff !important;
}

/* .bg-light-eye-slash{ background-color: #fbfbfb!important;} */
.gradient-gray {
	background-color: #f6f6f6 !important;
	/* For browsers that do not support gradients */
	background-image: linear-gradient(#fff, #f2f2f2) !important;
	/* Standard syntax (must be last) */
}

#basicDetail .form-control, #personalDetails .form-control,
	#credentialDetails .form-control, #submitedSuccessfully .form-control {
	/* box-shadow: inset 0 2px 2px 5px #f8f8f8!important; */
	/* padding-bottom: 1.5rem!important; padding-top: 1.6rem!important; margin-bottom: 1.3em; border-top: 0!important; border-left: 0!important; border-right: 0!important; border-radius: 0!important; background-color: #fbfbfb!important;	
 */
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-radius: 0 !important;
	background-color: #fff !important;
	/* border-top: 0!important; border-left: 0!important; border-right: 0!important; border-radius: 0!important; background-color: #fbfbfb!important; */
}

#changePasswordContainer .form-control, #userNameContainer .form-control,
	#userNameCaptchaContainer .form-control, #forgotPasswordContainer .form-control,
	#forgetUserNameContainer .form-control, #passwordContainer .form-control,
	#otpContainer .form-control, #tokenContainer .form-control,
	#forgetUserNameOTP .form-control, #forgetPasswordOTP .form-control,
	#forgetPasswordOTPSubmitButton .form-control,
	#forgetUserNameOTPSubmitButton .form-control {
		font-size: 15px;
		outline: none;
		color: #ffffff;
		float: left;
		width: 100%;
		height: 50px;
		/* padding: 20px 10px; */
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: transparent;
		border-bottom: 0.5px solid #ffffff63;
}

#changePasswordContainer .eye-slash, #userNameContainer .eye-slash,
	#userNameCaptchaContainer .eye-slash, #forgotPasswordContainer .eye-slash,
	#forgetUserNameContainer .eye-slash, #passwordContainer .eye-slash,
	#otpContainer .eye-slash, #tokenContainer .eye-slash,
	#forgetUserNameOTP .eye-slash, #forgetPasswordOTP .eye-slash,
	#forgetPasswordOTPSubmitButton .eye-slash,
	#forgetUserNameOTPSubmitButton .eye-slash {
	width: 100%;
	/* height: 49px; */
	padding: 12px;
	/* margin-top: 10px; */
	/* border-radius: 0; */
	/* border-radius: 3px; */
	/* border-top-left-radius: 0; 
    border-top-left-radius: 0; 
    border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px; */
	/* border: 2px solid #d5d5d5; */
	border: 0 !important;
	border-left: 0 !important;
	background-color: rgba(0, 0, 0, 0) !important;
	/* -webkit-box-shadow: inset -6px 9px 13px -3px rgba(0,0,0,0.15);
    -moz-box-shadow: inset -6px 9px 13px -3px rgba(0,0,0,0.15);
    box-shadow: inset -6px 9px 13px -3px rgba(0,0,0,0.15); */
	/* border:2px solid #d5d5d5!important;border-radius:3px!important; */
	/* box-shadow: inset 6px 7px 29px -8px rgba(0, 0, 0, 0.33) !important;
	-webkit-box-shadow: inset 6px 7px 29px -8px rgba(0, 0, 0, 0.33)
		!important;
	-moz-box-shadow: inset 6px 7px 29px -8px rgba(0, 0, 0, 0.33) !important; */
	/* background-color: #fff !important; */
	border-bottom-right-radius: 3px!important;
	border-top-right-radius: 3px!important;
}
/* .eye-slash{
padding:0 !important	
} */


.disabled-label {
	opacity: 0.5;
}
/* CHANGE IN BOOTSTRAP */
/* .p2{padding: .3rem!important;} */
.text-primary {
	color: #007bd9;
}

.text-blue {
	/* color: #0b5a97; */
	color: #337ab7 !important;
}

.text-dark {
	color: #000 !important;
}

.border-primary {
	border-color: #7bbdef !important;
	/* border-color: #007bd9!important; */
}

.bg-dark-1 {
	background-color: #343a40cc !important;
}

/* .bg-primary-1 {
	background-color: rgba(0, 123, 255, .7) !important;
} */
.bg-primary {
    background-color: #136190!important;
}

.btn-primary {
	background-color: #007bd9 !important;
	border-color: #0b79cc;
}

.btn-primary {
    background: #00B7CE!important;
}

.bg-light {
	background-color: #f8f9fa !important;
}

.btn-light {
	background-color: #dbdbdb !important;
	border-color: #dbdbdb;
}

.btn-light:hover {
	background-color: #d6d6d6 !important;
	border-color: #d6d6d6;
}

.btn-primary:hover {
    background: #05a5b9!important;
}


/* CHANGE IN BOOTSTRAP ENDS */
#topLine {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	border-top: 2px solid #007bd9 !important;
}


.smallBtn {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 1em;
	margin-bottom: 3px
}

/* CLIENT IMAGES */
.img-container {
	background-color: #fff !important;
	box-shadow: 0 -5px 30px -5px #dbdbdb;
	padding: 2%;
}

.client-imgs div {
	border-right: 2px solid #dbdbdb;
	width: fit-content;
}

.img-c div:last-child {
	border-right: 0;
}

.img-c {
	background-color: #fff !important;
	width: fit-content;
}

.img-c div {
	width: fit-content;
	border-right: 0.1em solid #dbdbdb;
	padding: 0.4% 3%;
}
/* CLIENT IMAGES ENDS */

/* FOOTER */
/* #footerDiv {  position:relative; bottom: 0; margin:auto; z-index: 1;} */
#footerDiv {
	  position: fixed !important;  
	bottom: 0;
	margin: auto;
	z-index: 1;
}

footer {
	z-index: 1;
}
/* #footerMinus {z-index: 2;   position:fixed; bottom: 0;}
/* FOOTER ENDS*/
.userEmailLable {
	border-radius: 50% !important;
	height: 3em !important;
	width: 3em !important;
}

header .logo {
	height: 3.5rem !important;
}

#header .logo, #loginHeader .logo {
	height: 3.5rem !important;
}

header .fa {
	font-size: 2rem !important;
}

/* MEDIA QUERY */
.loadingButton {
	background: url(../images/loading_button.gif) center center no-repeat;
	opacity: 0.5;
	cursor: auto;
	width: 60px;
	height: 24px;
	border-right: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.btn.disabled, .btn:disabled {
	cursor: not-allowed;
}

#alertModal .modal-body, #confirmModal .modal-body {
	text-align: center;
	font-size: 1.5rem;
}

#alertModal .modal-footer button, #alertModal .modal-footer input {
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	width: 80px;
}

.cursor-pointer {
	cursor: pointer;
}

h1 {
	margin-bottom: 1em;
}

.btn-dark.disabled, .btn-dark:disabled {
	background-color: #6d6f71;
}

.circle-loader {
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-left-color: #5cb85c;
	animation: loader-spin 1.2s infinite linear;
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	width: 2em;
	height: 2em;
}

.load-complete {
	-webkit-animation: none;
	animation: none;
	border-color: #5cb85c;
	transition: border 500ms ease-out;
}

.checkmark.draw:after {
	animation-duration: 800ms;
	animation-timing-function: ease;
	animation-name: checkmark;
	transform: scaleX(-1) rotate(135deg);
}

.checkmark:after {
	opacity: 1;
	height: 1.4em;
	width: 0.8em;
	transform-origin: left top;
	border-right: 3px solid #5cb85c;
	border-top: 3px solid #5cb85c;
	content: '';
	left: 0.1em;
	top: 1em;
	position: absolute;
}


@keyframes loader-spin { 0% {
	transform: rotate(0deg);
}

100%
{
transform


:


rotate
(


360
deg


);
}
}

@keyframes checkmark { 0% {
	height: 0;
	width: 0;
	opacity: 1;
}

20%
{
height


:


0;
width


:


0
.8em
;


opacity


:


1;
}
40%
{
height


:


1
.4em
;


width


:


0
.8em
;


opacity


:


1;
}
100%
{
height


:


1
.4em
;


width


:


0
.8em
;


opacity


:


1;
}
}
#alertModal .modal-header, #confirmModal .modal-header {
	border-bottom: 0 !important;
}

#alertModal .modal-footer, #confirmModal .modal-footer {
	border-top: 0 !important;
}

#alertModal .modal-dialog, #confirmModal .modal-dialog, #qrCodeModal .modal-dialog
	{
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	margin: 0 auto;
}

/* #alertModal .modal-content {
      border-radius: 10px;
      background-color: #99ccff;
      background: linear-gradient(to right, #e6f3f9 0%, #b9d9f3 100%);
    }
     */
.redDiv {
	color:  #fabc16;
}

.greenDiv {
	color: #fabc16;
}

#alertModal .content, #confirmModal .content {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#alertModal .bg-light {
	background-color: #f1f1f1 !important;
}

/* #alertModal .btn-primary {
      background: linear-gradient(to top, #f1f1f1 29%, #c5cccf 100%) !important;
      border: 1px solid #c5cccf;
    } */
#alertModal #border {
	border: #000 !important;
}

#alertModal .modal-backdrop.in {
	opacity: 0.3;
}

.divUserImage {
	height: max-content;
	border-radius: 100%;
}

.imgUserImage {
	border-radius: 50%;
	width: 3em;
	height: 3em !important;
	margin-left: 0px;
	margin-top: 0px;
}

.card-header {
	background-color: #fafafa;
}

.error_userId {
	border-color: #dc3545;
	padding-right: calc(1.5em + .75rem);
	background-image:
		url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' hei�circle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* .btn-light:not (:disabled ):not (.disabled ).active:focus, .btn-light:not
	(:disabled ):not (.disabled ):active:focus, .show>.btn-light.dropdown-toggle:focus{
	box-shadow: none;
} */

/* @media screen and (min-width: 992px) {
  #header #homeBtn{ border-bottom: 1px solid #dee2e6!important;}
} */

/* @media screen and (min-height: 703px) {
  footer {
      position: absolute !important;
  }
}

	#rightContainer {-moz-transition: all .8s ease-in-out, width 0s ease 1s, border-width 0s ease 1s;
    -webkit-transition: all .8s ease-in-out, width 0s ease 1s, border-width 0s ease 1s;
	-o-transition: all .8s ease-in-out,  width 0s ease 1s, border-width 0s ease 1s;
	transition: all .8s ease;
	transition-delay:0s;
	}
@media (min-height: 300px) and (max-height:703px) {
  #rightContainer { margin-bottom: 50px;
    position: relative!important;
  }
} */

/* new */

/* .bg-logo-yellow, .bottom {height: 65px!important; width: 85%!important;padding: 0!important;}
.bg-logo-white,.top {height: 65px!important; width: 15%!important;}

.bg-yellow-bg{height: 65px!important; width: 100%!important; position: relative!important;z-index: 1!important;}
.bg-white-bg{height: 65px!important; width: 100%!important; position: relative!important; z-index: 1!important;}*/

/* #container{position: absolute!important; bottom: 0; margin-top:80px ;} */
.bg-white-logo {
	height: 50px !important;
	background-color: #fff !important;
	text-align: center !important;
	padding: 5px !important;
}

.bg-white-logo img {
	height: 45px !important;
}

.bg-yellow-text {
	color: #fff!important;
	background-color: #ff0000!important;
	text-align: center !important;
	padding: 10px 20px !important;
}

#container td {
	display: block !important;
}

#container tr, #container tbody, #container table {
	background-color: transparent !important;
}

@media only screen and (min-width: 768px) {
	#container {
		position: absolute !important;
		bottom: 0 !important;
	}
	#container td {
		display: table-cell !important;
		/* height:7rem!important; */
	}
	.bg-white-logo {
		width: 10% !important;
	}
	.bg-yellow-text {
		width: 90% !important
	}
}

@media screen and (-ms-high-contrast: active) , ( -ms-high-contrast :
	none) {
	.modal-footer {
		/* padding-bottom: 30px !important; */
		width:100%;
	}
	#confirmModal .modal-footer .mx-auto{margin:0!important}
}

/* new Ends */
/* MEDIA QUERY ENDS*/
#b {
	/* display: none; */
	top: 0;
	min-width: 250px;
	width: 32%;
	height: auto;
	margin: 0 auto;
	position: fixed;
	z-index: 40001;
	background: #fff;
	border-radius: 10px;
	left: 65%;
	right: 0;
	box-shadow: 0px 0px 10px #000;
	top: 30%;
	/* margin-left: 28%; */
	animation-name: fadeIn_Modal;
	animation-duration: 0.8s;
}

#b .header {
	height: 20px;
}

#b .header a {
	line-height: 40px;
	margin-right: 20px;
	font-size: 20px;
	right: 0px;
	top: 0;
	position: absolute;
	color: #1e5097;
	font-weight: 700;
}

#leftCategory {
	min-height: 100vh
}

.btn:focus{box-shadow:none!important}

@media only screen and (max-width: 600px) {
	#b {
		width: 96%;
		top:82%!important;
		bottom: 1%;
		left: 5px;
		right: 5px;
	}
	#b .header {
		height: 10px;
	}
	#b .header a {
		margin-right: 5px;
	}
	ul#dashboard {
		margin-top: 122px;
	}
	#leftCategory,#leftPanelDiv {
		height: auto !important
	}
	#leftside{top: 64%!important;
    width: 100%!important;
    max-width: fit-content!important;}
	#qrLoginimg{display:none;}
	#footerDiv{position:relative!important}
}

#remove_current .modal-dialog{width: 350px;}

#divBackupCode.disabled label.radio-custom-label.backup_authentication{ color: #aeadad!important;}
#divBackupCode.disabled .radio-custom:checked ~label {
    color: #aeadad!important;
}
#divBackupCode.disabled .radio-custom:checked ~span::before {
    background-color: #ccc;
}
#divBackupCode.disabled .inner-block:not([disabled] ):hover,#divBackupCode.disabled .inner-block:not([disabled] ){background:transparent!important;border:1px solid #ccc;color:#eee;}


#back.disabled label.radio-custom-label.backup_authentication{ color: #aeadad!important;}
#back.disabled .radio-custom:checked ~label {
    color: #aeadad!important;
}
#back.disabled .radio-custom:checked ~span::before {
    background-color: #ccc;
}
#back.disabled .inner-block:not([disabled] ):hover,#back.disabled .inner-block:not([disabled] ){background:transparent!important;border:1px solid #ccc;color:#eee;}


@media screen and (-ms-high-contrast: active) , ( -ms-high-contrast :
	none) {
	#b {
		width: 25%;
		left: 67%;
		top: 28%
	}
}

.osclass{
	width : 25px;
}

/*   #mainContainer{overflow-y: scroll;}  */
#middleContainer{
	background-color: #fff!important;
	/* overflow-y: scroll; */
	
}
.Privacy-headings{text-decoration:underline;}
#rowMain{height:80%}
#leftside{position:absolute;left:0;top:35%;bottom:0;max-width: 30%;}
.qrCodeAuthenticator img{max-width:100px!important;}
#leftside a.click_here{color:#fff!important}
.QRText p a{text-decoration:underline;font-weight:bold;}
/* nav#navigation,.footer-copyrights{background-color:#1c4e95!important} */



.shadow-box{position: relative;}
.shadow-box:before, .shadow-box:after
{
  z-index: 1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 0px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: transparent;
  -webkit-box-shadow: 0 20px 10px #000;
  -moz-box-shadow: 0 20px 10px #000;
  box-shadow: 0 20px 10px #000;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.shadow-box:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 0px;
  left: auto;
}
.form-box {
    float: left;
    width: 100%;
    position: relative;
}
.form-box i {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 44px;
    z-index: 2;
    line-height: 45px;
    text-align: center;
    background: transparent;
    border-radius: 3px 0 0 3px;
    font-size: 20px;
    color: #fff;
}
#btnEyePassword{position: absolute;
top:4px;right:4px;
width: 40px !important;}

.btn-theme2 {
	background: #fab55d !important;
	border-color: #fab55d !important;
	color: #111111 !important;
	font-size: 20px!important;
	font-weight: 600!important;
	width: 80%;
	height: 50px;
	font-weight: 500;
  }
  .social-list {
	padding: 0;
	text-align: center;
  }
  .social-list li {
	display: inline;
	float: left;
	width: 50%;
  }
  .social-list li a {
	margin: 1px;
	font-size: 12px;
	font-weight: 400;
	width: 100%;
	line-height: 1.2;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
	color: #fff;
	padding: 0px 8px;
  }
  .extra-login {
	float: left;
	width: 100%;
	margin: 15px 0;
	text-align: center;
	position: relative;
  }
  #navigation,.footer-copyrights {
	background: #136190!important;
  }
  .rotate {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
.rotate.down {
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}
  .arrow{
    position: absolute;
    right: -17px;
    padding: 5px;
    width: 30px;
}
  .banner {
	margin-bottom: 10px;
	position: relative;
  }
	.close-right {
		background: url(../images/img/right-arrow.png) center no-repeat;
		background-size: 10px 10px;
		display: block;
		transform: rotate(180deg);
		position: absolute;
		right: -25px;
		padding: 20px;
		top: 0px;
		background-color: #fff;
		/* border-radius: 100%; */
		padding: 12px;
		cursor: pointer;
		z-index: 9;
	
  }
  .close-tip, .close-banner {
	background: url(../images/img/close-icon.png) 0 0 no-repeat;
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	right: 30px;
	top: 18px;
	cursor: pointer;
	text-indent: -9999px;
  }
  .tip-block {
    background: #fed561;
	padding: 20px;
	/* top: 50%;
	left: 100%;
	color: #000; */
  }
  .tip-block h3 {
	color: #742f6e;
	margin: 0;
	text-align: left;
	font-size: 18px;
  }
  .tip-content p{padding-top: 20px;}
  
  .modaldivdisble{
		pointer-events: none;
   }

   .header-logos {
    padding: 10px 0px;
}
.header-logos .logos {
    position: relative;
}
.login-23 .form-section a {
    text-decoration: none;
    font-size: 16px;
    padding: 8px 16px;
}
.header-logos .h-emblem {
    height: 50px;
}
.header-logos img {
    height: 34px;
}
.header-logos .flex-fill .b-line {
    position: absolute;
    width: 0.6px;
    height: 40px;
    background-color: #00000042;
    right: 0px;
    top: calc(50% - 20px);
}

/* .logo img {
    height: 130px;
} */
.b-profile-lang img, .menu-icon {
    height: 28px;
}


.login-23 .form-section a {
    text-decoration: none;
    font-size: 16px;
    padding: 8px 16px;
}
.b-menusec {
    position: absolute;
    top: 45px;
    right: 30px;
}

.more-details {
    /* width: 140px;
    height: 140px;
    padding: 20px; */
    /* background-color: #0673BA; */
    display: inline-block;
    font-size: 15px;
	width: 60%;
	text-align: left;
	padding: 30px 0px;
	/* padding-bottom: 20px; */
    line-height: 1.2;
    vertical-align: top;
}
.b-qrcode img {
    height: 120px;
	/* width:140px!important; */
    vertical-align: baseline;
}

#txtOtp,#txtToken{
	padding: 8px 2px 8px 15px;
	letter-spacing: 23px;
	border: 0;
	background-image: linear-gradient(to left, #ffffff63 70%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-position-x: center;
	background-position-x: center;
	background-size: 31px 2px;
	background-repeat: repeat-x;
	background-position-x: 60px;
	width: 220px;
	min-width: 220px;
	border-color: transparent!important;
}
.enterotplabel{
    width: 100%;
    display: block;
    color: #ffffff!important;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0px!important;}

.custom-checkbox .custom-control-label::before{
	border-radius: 0px!important;
	height: 16px;
	width: 16px;
	background-color: transparent!important;
	border: 1px solid #63b0d5;
}

  .enterotplabel label {
	width: 100%;
	display: block;
	text-align: left;
	color: #ffffff !important;
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 0px !important;
  }
  #divOuter {
	width: 190px;
	overflow: hidden;
  }
  #divInner {
	left: 0;
	position: sticky;
  }




@media only screen and (min-width: 900px) {
	/* #rightContainer{
		position: absolute!important;
		bottom: 0!important;
		right:0!important;
	} */
}



.menu, .menu-bar {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #f7f7f7;
    z-index:10;  
    overflow:hidden;
    box-shadow: 2px 0 18px rgba(0, 0, 0, 0.26);
}
.menu li a{
  display: inline-block;
  text-indent: -500em;
  height: 5em;
  width: 5em;
  line-height: 5em;
  text-align:center;
  color: #72739f;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: background 0.1s ease-in-out;
}
.menu li a:before {
  font-family: FontAwesome;
 
  text-indent: 0em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.4em;
}
.menu li a.search:before {
  content: "\f002";
}
.menu li a.archive:before {
  content: "\f187";
}
.menu li a.pencil:before {
  content: "\f040";
}
.menu li a.contact:before {
  content: "\f003";
}
.menu li a.about:before {
  content: "\f007";
}
.menu li a.home:before {
  content: "\f039";
}
.menu-bar li a:hover,
.menu li a:hover,
.menu li:first-child a {
  background: #267fdd;
  color: #fff;
}
.menu-bar{
    overflow:hidden;
    right:0em;
    z-index:0;
    width:0;
    height:0;
    transition: all 0.1s ease-in-out;
}
.menu-bar li a{
  display: block;
  height: 4em;
  line-height: 4em;
  text-align:center;
  color: #72739f;
  text-decoration:none;  
  position: relative;
  font-family:verdana;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: background 0.1s linear;
}
.menu-bar li:first-child a{
    height:5em;
    background: #267fdd;
    color: #fff;    
    line-height:5
}

div#rightContainer {
    background: rgba(255,255,255,1);
	/* height: 100%; */
	padding: 30px;
}
.para{
    color:#033f72;
    padding-left:100px;
    font-size:3em;
    margin-bottom:20px;
}

.open{
    width:40em;
	z-index: 2;
    height:100%;
}
#container{
	z-index: 99;
}
@media all and (max-width: 500px) {
   /*  .container{
        margin-top:100px;
    } */
    .menu{
        height:5em;
        width:100%;
    }
    .menu li{
        display:inline-block;
    }
    .menu-bar li a{
        width:100%;
    }
    .menu-bar{
        width:100%;
        left:0;
      bottom: 0;
        height:0;
    }
    .open{
        width:100%;
        height:auto;
    }
    .para{
    padding-left:5px;
}  
}
@media screen and (max-height: 34em){
  .menu li,
  .menu-bar {
    font-size:70%;
  }
}
@media screen and (max-height: 34em) and (max-width: 500px){
  .menu{
        height:3.5em;
    }
}



/* --------------BY TEENA 12-10-2022---------------- */

/* .container{
	position:absolute;
	width: auto;
	height:auto;
	top: calc(10% - 240px);
	left: calc(35% - 160px);
} */



button.fb {
	border: none;
	background: #3b5998;
	width: 160px;
	height: 25px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 4px;
	border: 1px solid #29487d;
	cursor: pointer;
	margin-bottom: 20px;
	transition:all 0.3s linear;
}
button.fb:hover {
	background: #fff;
	color: #3b5998;
}

button.form-btn {
	position: absolute;
	width: 100%;
	height: 60px;
	/* bottom: 0; */
	border: 0;
	font-family: 'Dosis';
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
}

button.form-btn.sx {
	left: 0;
	border-radius: 0 0 0 5px;
	background-color: rgba(0, 136, 175, 0.35);
	color: #fff;
	transition:all 0.3s linear;
}

button.form-btn.sx:hover {
	background-color:rgba(255, 255, 255, 0.65);
	color: #fff;
}

button.form-btn.sx.back {
	background-color: rgba(255, 255, 255, 0.72);
    transition: all 0.3s linear;
    color: #136190;
}

button.form-btn.sx.back:hover {
	background-color: rgba(255, 255, 255, 0.72);
}

button.form-btn.dx {
	right: 0;
	border-radius: 0 0 5px 0;
	/* background-color: #ff7d00; */
	color: #fff;
}


.signIn input,
.signUp .w100 {
	width: 100%;
}
.signIn{
		z-index: 1;
		transform: perspective(100px) translate3d(100px, 0px, -30px);
		/* opacity: 0.5; */
}

.signUp {
	z-index: 2;
}
.active-dx{
	animation-name: foregrounding-dx;
	animation-duration: 0.9s;
	animation-fill-mode: forwards;
}

.active-sx{
	animation-name: foregrounding-sx;
	animation-duration: 0.9s;
	animation-fill-mode: forwards;
}

.inactive-dx{
	animation-name: overshadowing-dx;
	animation-duration: 0.9s;
	animation-fill-mode: forwards;
}

.inactive-sx{
	animation-name: overshadowing-sx;
	animation-duration: 0.9s;
	animation-fill-mode: forwards;
}

@keyframes overshadowing-dx {
	0%{
		z-index:2;
		transform: perspective(100px) translate3d(0px, 0px, 0px);
		opacity: 1;
		box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.25);
	}
	100%{
		z-index: 1;
		transform: perspective(100px) translate3d(100px, 0px, -30px);
		opacity: 0.5;
		box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
	}
}

@keyframes overshadowing-sx {
	0%{
		z-index:2;
		transform: perspective(100px) translate3d(0px, 0px, 0px);
		opacity: 1;
		box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.25);
	}
	100%{
		z-index: 1;
		transform: perspective(100px) translate3d(-100px, 0px, -30px);
		opacity: 0.5;
		box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
	}
}

@keyframes foregrounding-dx {
	0%{
		z-index:1;
		transform: perspective(100px) translate3d(100px, 0px, -30px);
		opacity: 0.5;
	}
	50%{
		z-index:2;
		transform: perspective(100px) translate3d(400px, 0px, -30px);
	}
	100%{
		z-index:2;
		transform: perspective(100px) translate3d(0px, 0px, 0px);
		opacity: 1;
	}
}

@keyframes foregrounding-sx {
	0%{
		z-index:1;
		transform: perspective(100px) translate3d(-100px, 0px, -30px);
		opacity: 0.5;
	}
	50%{
		z-index:2;
		transform: perspective(100px) translate3d(-400px, 0px, -30px);
	}
	100%{
		z-index:2;
		transform: perspective(100px) translate3d(0px, 0px, 0px);
		opacity: 1;
	}
}

.custom-control-label::after{
    top: 0.01rem !important;
    left: -1.75rem !important;
    width: 1.7rem !important;
    height: 1.7rem !important;
}
.custom-control-label {
    font-size: 14px;
    margin-top: 5px;
    padding-left: 10px;}

.custom-control-input{
    width:18px !important;
    height:18px !important;}

.custom-control-input:checked ~.custom-control-label::before {
	color: #fff;
	border-color: #00b7ce !important;
	background-color: #00b7ce !important;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0px!important;
    height: 18px;
    width: 18px;
    background-color: transparent!important;
    border: 1px solid #63b0d5;
}

/* FOR KAVACH */

.kavach-download{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #136190;border-radius:30px;overflow:hidden;justify-content:space-between;-ms-flex-pack:distribute;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:14px;margin-bottom:10px;}
.kavach-download span{height:40px;margin-right:auto;background:#136190;color:#fff;font-weight:700;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:13px;}
.kavach-download span:after{content:"";position:absolute;top:0;left:100%;border-left:28px solid #136190;border-top:20px solid transparent;border-bottom:20px solid transparent;}
.kavach-download a{width:28px;height:28px;margin-right:15px;}
.kavach-download a img{height:27px;}
.kavach-info{display:-webkit-box;display:-ms-flexbox;display:flex;color:#136190;font-size:11px;justify-content:space-around;-ms-flex-pack:distribute;margin-top: 6%;}
.kavach-info h3{font-size:100%;margin:0;font-weight:400;}
.kavach-info a{color:#136190;text-decoration:none;}
.lang-block .selectric .label{line-height:20px;height:auto;margin-right:18px;margin-left:0;color:#136190;font-size:11px;}
.lang-block .selectric .button{width:18px;height:18px;}
.lang-block .selectric{background:none;border:none;font-family:'Roboto',sans-serif;}
.lang-block .selectric-items li{padding:6px;}
.lang-block .selectric-items{width:110px!important;}
.update_mobile{color:#136190;padding:0 10px;text-decoration:none;}
.update_mobile small{background:#e29604;color:#136190;padding:0 5px;border-radius:6px;margin-left:8px;}
.lang-block{padding-left:10px;border-left:1px solid #5d77ce;}
.selectric-wrapper{position:relative;cursor:pointer;}
.selectric-responsive{width:100%;}
.selectric{border:1px solid #DDD;background:#F8F8F8;position:relative;}
.selectric .label{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 38px 0 10px;font-size:12px;line-height:38px;color:#444;height:38px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.selectric .button{display:block;position:absolute;right:0;top:0;width:38px;height:38px;color:#BBB;text-align:center;font:0/0 a;*font:20px/38px Lucida Sans Unicode,Arial Unicode MS,Arial;}
.selectric .button:after{content:" ";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:0;height:0;border:4px solid transparent;border-top-color:#BBB;border-bottom:none;}
.selectric-focus .selectric{border-color:#aaa;}
.selectric-hover .selectric{border-color:#c4c4c4;}
.selectric-hover .selectric .button{color:#a2a2a2;}
.selectric-hover .selectric .button:after{border-top-color:#a2a2a2;}
.selectric-open{z-index:9999;}
.selectric-open .selectric{border-color:#c4c4c4;}
.selectric-open .selectric-items{display:block;}
.selectric-disabled{filter:alpha(opacity=50);opacity:.5;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.selectric-hide-select{position:relative;overflow:hidden;width:0;height:0;}
.selectric-hide-select select{position:absolute;left:-100%;}
.selectric-hide-select.selectric-is-native{position:absolute;width:100%;height:100%;z-index:10;}
.selectric-hide-select.selectric-is-native select{position:absolute;top:0;left:0;right:0;height:100%;width:100%;border:none;z-index:1;box-sizing:border-box;opacity:0;}
.selectric-input{position:absolute!important;top:0!important;left:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;margin:0!important;padding:0!important;width:1px!important;height:1px!important;outline:none!important;border:none!important;*font:0/0 a!important;background:none!important;}
.selectric-temp-show{position:absolute!important;visibility:hidden!important;display:block!important;}
.selectric-items{display:none;position:absolute;top:100%;left:0;background:#F8F8F8;border:1px solid #c4c4c4;z-index:-1;box-shadow:0 0 10px -6px;}
.selectric-items .selectric-scroll{height:100%;overflow:auto;}
.selectric-above .selectric-items{top:auto;bottom:100%;}
.selectric-items ul,.selectric-items li{list-style:none;padding:0;margin:0;font-size:12px;line-height:20px;min-height:20px;}
.selectric-items li{display:block;padding:10px;color:#666;cursor:pointer;}
.selectric-items li.selected{background:#E0E0E0;color:#444;}
.selectric-items li.highlighted{background:#D0D0D0;color:#444;}
.selectric-items li:hover{background:#D5D5D5;color:#444;}
.selectric-items .disabled{filter:alpha(opacity=50);opacity:.5;cursor:default!important;background:none!important;color:#666!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.selectric-items .selectric-group .selectric-group-label{font-weight:bold;padding-left:10px;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:none;color:#444;}
.selectric-items .selectric-group.disabled li{filter:alpha(opacity=100);opacity:1;}
.selectric-items .selectric-group li{padding-left:25px;}
@media only screen and (max-width: 767px) {
	
	
	
	::placeholder {
		  color: #495057!important;
		  opacity: 1; /* Firefox */
		}
		
		::-ms-input-placeholder { /* Edge 12 -18 */
		  color:  #495057!important;
		}
	.form-box i {color:#000}
	.form-control{background:#fff!important;color:#080808!important;}
	.logo {padding: 10px 0px!important;}
	#container{position:fixed!important;display:none;}
	#rightContainer{display: none;}
	#rowColumn{transform: none!important;}
	#leftCategory{min-height:auto;
	height:auto!important;
	max-height:250px;
	}
	.navbar-light .navbar-toggler{background:#fff}
	#navIcons{width:100%!important}
	#navIcons li{display:block!important}
	#dropdown div{text-align:center!important}
	#footerDiv {
    position: fixed!important;
}
.navbar-light .navbar-nav .nav-link{text-align:center;}
}


#divToken input#txtToken {
	background:#fff!important;
    border: 1px solid #ced4da!important;
    color: #000!important;
    letter-spacing: 0;
}

#leftContainer{z-index:99}
#btnLogin,#downloadParichayAuthtxt{white-space: nowrap;
  /*   width: 165px; */
    overflow: hidden;
    text-overflow: ellipsis;}
    
    #QRCode1 {
	width: 30px;
    height: 30px;
    background: url(../images/unnamed.png) no-repeat;
    background-size: 32px;
    position: absolute;
    right: 43px;
	transition: transform 1.05s ease-in-out;
	-webkit-transition: transform 1.05s ease-in-out;
	-moz-transition: transform 1.05s ease-in-out;
	-ms-transition: transform 1.05s ease-in-out;
}

#QRCode1:hover {
	width:200px;
	height: 200px;
	border: .5px solid #ccc;
    background-color: #fff!important;
	background: url("https://parichay.nic.in/pnv1/salt/api/qrauth/downloadqrauthenticator") no-repeat;
	right: -20%;
	top:40%;
	background-size: 200px;
	transition: 1.05s ease-in-out;
	-webkit-transition: transform 1.05s ease-in-out;
	-moz-transition: transform 1.05s ease-in-out;
	-ms-transition: transform 1.05s ease-in-out;
}
.dropdown-toggle::after{display:none!important;}

.termsOfUse{list-style: none;}
		li{font-size: 16px;
		margin-bottom: 20px;
		font-weight: 600;}
.termsOfUse li::before {
	content: "☀";}
	
	
#rowColumn p{font-size: 16px;}