html,
body {
	font-size: 14px;
	background: #fff;
}

body {
	color: #5b5b5b;
	font-family: Rubik;
	font-weight: 400;
}

h1,
h2 {
	color: #202020;
}

h3,
.h3 {
	font-size: 1.5rem;
	color: #202020;
}

h2,
.h2 {
	font-size: 2.3rem;
}

a {
	color: #069afd;
}

html a:hover {
	color: #069afd;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
}

body:not(.kt-aside--enabled) .kt-header-menu-wrapper .kt-header-logo {
	margin-right: 0;
}

/* .kt-header__topbar{ padding-right: 36px;} */
.kt-header {
	height: 120px;
}

.kt-content {
	padding: 25px 48px;
}

.kt-portlet {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
}

.kt-wizard__full_width {
	padding: 0;
}

.kt-grid.kt-grid--ver-desktop.kt-grid--desktop.ftr-menu {
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #202020;
	padding: 30px;
}

.kt-header {
	border-bottom: 0;
}

.form-control {
	border: 1px solid #949494;
	border-radius: 5px;
	padding: 1rem;
	height: auto;
}

.btn {
	border-radius: 0;
	text-transform: normal;
	font-size: 14px;
	padding: 1rem;
	font-weight: 500;
}

.btn-dark {
	background-color: #202020;
}

.btn.btn-icon {
	width: 3.5rem;
	height: 3.5rem;
}

/* .btn:hover{ text-decoration: underline !important;} */
.form-control {
	color: #959595;
}

.kt-footer .kt-footer__menu {
	justify-content: center;
	margin-bottom: 40px;
	text-align: center;
}

.kt-footer .kt-footer__copyright {
	justify-content: center;
}

.kt-footer .kt-footer__menu .kt-footer__menu-link {
	color: #fff;
	line-height: 19px;
	font-size: 14px;
	margin-left: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.kt-footer .kt-footer__menu .kt-footer__menu-link:before {
	position: absolute;
	content: "|";
	right: 0;
	top: 0;
	color: #fff;
}

.kt-footer .kt-footer__menu .kt-footer__menu-link:last-child:before {
	display: none;
}

.kt-footer .kt-footer__menu .kt-footer__menu-link:hover {
	color: #069afd;
}

.kt-footer .kt-footer__menu .kt-footer__menu-link:hover::after {
	border-bottom: 1px solid #069afd;
	opacity: 0.7;
}

.kt-footer .kt-footer__copyright span {
	color: #999999;
	line-height: 19px;
	display: block;
	text-align: center;
}

.kt-font-success {
	color: #069afd !important;
}

.kt-label-font-color-1 {
	color: #202020 !important;
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__subhead a:hover {
	color: #069afd;
}

.kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__head .kt-widget__username:hover {
	color: #069afd;
}

.kt-font-sm {
	color: #a1a1a1;
}

.kt-font-dark {
	color: #202020 !important;
}

.kt-font-md {
	font-size: 1rem !important;
}

.kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item .kt-wizard-v3__nav-body {
	padding: 0 0 2rem;
}

.kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item .kt-wizard-v3__nav-body .kt-wizard-v3__nav-label {
	font-size: 1.2rem;
	font-weight: 500;
}

.kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item[data-ktwizard-state="current"] .kt-wizard-v3__nav-body {
	color: #069afd;
}

.onboarding .kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item .kt-wizard-v3__nav-body .kt-wizard-v3__nav-bar {
	width: 100%;
}

.kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item[data-ktwizard-state="current"] .kt-wizard-v3__nav-body .kt-wizard-v3__nav-bar:after {
	background-color: #069afd;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.bootstrap-select>.dropdown-toggle.btn-light,
.bootstrap-select>.dropdown-toggle.btn-secondary {
	border: 1px solid #949494;
	color: #959595;
}

.bootstrap-select>.dropdown-toggle {
	border-radius: 0 !important;
	padding: 1rem;
}

.dropdown-menu {
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.18);
	border-radius: 0;
	padding: 0;
	border: 0px solid transparent;
}

.bootstrap-select>.dropdown-toggle:after {
	font-size: 0.7rem;
}

/*---*/
.border-e {
	border: 1px solid #e1e1e1;
}

.border-bottom-e {
	border-bottom: 1px solid #e1e1e1;
}

.border-top-e {
	border-top: 1px solid #e1e1e1;
}

.border-left-blue {
	border-left: 3px solid #069afd;
}

.letter-spacing-1 {
	letter-spacing: 1px;
}

.shadow-btn {
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.18);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.skill__title {
	margin-bottom: 0;
}

.page-link {
	color: #202020;
	border: 1px solid #202020;
	font-size: 14px;
	font-weight: 500;
}

.pagination li {
	margin-right: 0.7rem;
}

.pagination li.active .page-link {
	background-color: #202020;
	color: #fff;
}

.page-link:hover {
	background-color: #202020;
	border: 1px solid #202020;
	color: #fff;
}

/*-----------------------------*/
.top-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.top-menu ul {
	margin-bottom: 0;
	padding-left: 0;
}

.top-menu li {
	display: inline-block;
	padding: 0 25px;
}

.top-menu li a {
	color: #202020;
	font-family: Rubik;
	font-size: 1rem;
	font-weight: 500;
	line-height: 19px;
	text-align: center;
}

.top-menu li.active a {
	border-bottom: 2px solid #069afd;
}

.top-menu li a:hover {
	border-bottom: 2px solid #069afd;
}

.top-buttons {
	margin-bottom: 0;
	padding-left: 0;
	display: flex;
	align-items: center;
}

.top-buttons li {
	display: inline-block;
	padding: 0 10px;
}

.top-buttons li a {
	color: #202020;
	font-family: Rubik;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 17px;
	text-align: center;
	padding: 16px 30px;
	border: 1px solid #202020;
}

.top-buttons li a:hover {
	color: #fff;
	background-color: #202020;
}

.top-buttons li.blackbtn a {
	color: #ffffff;
	background-color: #202020;
	padding: 16px 75px;
	border: 1px solid #202020;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.18);
}

.top-buttons li.blackbtn a:hover {
	color: #202020;
	background-color: #fff;
}

.country .form-control {
	margin-bottom: 7px;
}

.job-leftform .kt-portlet__body {
	border-radius: 0;
}

.job-leftform .form-group label {
	font-size: 0.7rem;
	color: #a1a1a1;
	line-height: 15px;
	letter-spacing: 0.73px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 0.1rem;
}

.job-leftform .btn-secondary {
	border: 0;
	text-align: right;
}

.job-leftform .btn-dark {
	width: 100%;
}

.text-rgt {
	text-align: right;
}

.found-txt span {
	color: #069afd;
}

.job-filter-v2 .form-group {
	display: inline-block;
}

.job-filter .form-control {
	padding: 0;
	font-size: 1rem;
	line-height: 22px;
	height: auto;
	border: 0;
}

.job-filter-v2 .form-control {
	padding: 0;
	font-size: 1rem;
	line-height: 22px;
}

.job-list .kt-portlet {
	box-shadow: none;
	border-radius: 0;
}

.single-job.kt-portlet .kt-portlet__head {
	border-bottom: 0;
}

.single-job small {
	color: #069afd;
	font-weight: 500;
	display: block;
	width: 100%;
	font-size: 0.9rem;
}

.single-job .kt-widget.kt-widget--user-profile-3 .kt-widget__top .kt-widget__content .kt-widget__head .kt-widget__username {
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 29px;
}

.single-job .btn.btn-wider {
	padding: 15px;
}

.skill-badge {
	background-color: #eef1f4;
	font-size: 0.8rem;
}

.social-icon ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-icon li {
	display: inline-block;
	margin-right: 10px;
}

.toptxt:after {
	position: absolute;
	content: "NEW";
	right: 0;
	top: 0;
	background-color: #64b854;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 500;
	padding: 2px 5px;
}

.box-list .kt-portlet .kt-portlet__body {
	padding: 15px 25px;
}

.joblist-subhead .form-group {
	/* margin-bottom: 0.1rem; */
}

.joblist-subhead .form-control {
	padding: 1rem;
	height: auto;
}

.job-list .kt-font-md {
	font-size: 1rem !important;
}

.home-subhead.kt-content {
	padding: 25px 0;
}

.description-section.kt-content {
	padding: 0;
}

.description-section .row {
	margin: 0;
}

.description-section .col-md-6 {
	padding: 0;
}

.description-section .col-md-12 {
	padding: 0;
}

.banner-left-txt {
	padding: 0px 40px 80px 80px;
	margin-top: auto;
	margin-bottom: auto;
}

.banner-right-txt {
	padding: 80px;
}

.homecontent.kt-content {
	padding: 25px 0;
}

.talent-section {
	background-color: #f5f5f5;
}

.bannertxtcontent {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.homebanner .bannertxtcontent h2,
.homebanner .bannertxtcontent p {
	color: #fff;
}

.kt-widget19 .kt-widget19__wrapper .kt-widget19__content .kt-widget19__info .kt-widget19__username:hover {
	color: #069afd !important;
}

.job-leftform .btn:hover {
	text-decoration: none !important;
}

/*----------*/
.login-register.kt-content {
	padding: 0;
}

/* .login-register .row{ margin:0;}
.login-register .col-md-6{ padding:0;} */

.login-register .login-reg-content {
	padding: 25px 120px 25px 120px;
}

.logreglogo {
	display: flex;
}

.btn.btn-label-linkedin {
	background-color: #0077b5;
	color: #fff;
}

.btn.job-apply-linkedin {
	border: none;
	border-radius: 2px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 0.5px;
	text-decoration: none;
	transition: background-color 0.2s ease-out;
	background-color: #0077b5;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	padding: 0rem 1rem 0rem 0.5rem;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
		0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 320px) {
	.onboarding .kt-wizard-v3 .kt-wizard-v3__content1 .kt-radio-inline .kt-radio {
		margin-right: 2px;
		display: block;
	}

	.kt-wizard-v2 .kt-wizard-v2__aside {
		flex: 0 0 0px;
	}
}

@media (min-width: 540px) {
	.onboarding .kt-wizard-v3 .kt-wizard-v3__content1 .kt-radio-inline .kt-radio {
		margin-right: 2px;
		display: inline-block;
	}
}

@media (min-width: 768px) {
	.kt-wizard-v2 .kt-wizard-v2__aside {
		flex: 0 0 280px;
	}
}

@media (min-width: 1025px) {
	.kt-header--fixed.kt-subheader--fixed.kt-subheader--enabled .kt-wrapper {
		padding-top: 120px;
	}

	.kt-aside__brand {
		background-color: #fff;
	}

	.kt-grid-v3-ver>.kt-grid>.kt-grid__item {
		width: inherit;
	}
}

@media screen and (max-width: 1024px) {
	.kt-header-mobile {
		height: 55px;
		background-color: white;
	}

	.kt-portlet {
		width: 100%;
	}

	.kt-header {
		height: auto;
	}

	.top-menu li {
		display: block;
		padding: 10px 25px;
	}

	.top-buttons li a {
		padding: 10px 30px;
	}

	.top-buttons li.blackbtn a {
		padding: 10px 30px;
	}

	.login-register .login-reg-content {
		padding: 65px 50px 25px;
	}
}

@media screen and (max-width: 767px) {
	.description-section.kt-content {
		padding: 0 15px;
	}

	.banner-left-txt {
		padding: 25px;
	}

	.description-section .row {
		margin: 0 -15px;
	}

	.description-section .col-md-6 {
		padding: 0 15px;
	}

	.description-section .col-md-12 {
		padding: 0 15px;
	}

	.description-section h2 {
		font-size: 1.5rem;
	}

	.loginimg {
		display: none;
	}

	.onboarding .kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items .kt-wizard-v3__nav-item .kt-wizard-v3__nav-body .kt-wizard-v3__nav-bar {
		width: 50%;
	}
}

@media (max-width: 540px) {
	.top-buttons li a {
		padding: 10px 18px;
	}

	.homebannerbg .img-fluid {
		height: 200px;
	}
}

@media (max-width: 420px) {
	.homebannerbg .img-fluid {
		height: 250px;
	}
}

@media (max-width: 480px) {
	.kt-portlet .kt-portlet__head {
		display: block !important;
	}

	.single-job .btn.btn-wider {
		padding: 10px;
	}

	.pagination.justify-content-end {
		overflow-x: scroll;
		justify-content: flex-start !important;
	}

	.page-link {
		position: relative;
		display: block;
		padding: 0.5rem 0.5rem;
		margin-left: 2px;
		line-height: 1.25;
	}

	.pagination li {
		margin-right: 0rem;
	}

	.job-leftform .btn-wider {
		width: 100%;
		margin-bottom: 10px;
	}

	.col-md-3.kt-align-right.job-filter-v2 {
		text-align: center;
	}

	.job-filter .form-group {
		width: 100%;
	}

	.col-md-6.kt-align-right.job-filter,
	.col-md-6.found-txt {
		width: 50%;
	}
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
	.jobDetails_floatBtn {
		position: fixed;
		bottom: 0;
		left: 0;
		padding: 2em;
		z-index: 98;
		background: #fff;
		margin: 0 auto !important;
		width: 100%;
	}

	.jobDetails_floatBtn #mix_apply,
	.jobDetails_floatBtn #mix_refer {
		padding: 0.85rem;
	}

	.jobDetails_floatBtn .col-md-12.mb-3 {
		margin-bottom: 0 !important;
		width: 50%;
	}
}

/*--------------- listing new ------------------*/
@media screen and (min-width: 1024px) {
	.container {
		max-width: 1200px;
	}
}

/*  Social mdeia popup box css   */

#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: visible;
}

#cboxWrapper {
	max-width: none;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: visible;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

#cboxOverlay {
	background-color: #000000;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#colorbox {
	outline: 0;
}

#cboxContent {
	background: #fff;
	overflow: visible;
	margin-top: 50px;
}

.cboxIframe {
	background: #fff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxTitle {
	position: absolute;
	bottom: 4px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #949494;
}

#cboxCurrent {
	position: absolute;
	bottom: 4px;
	left: 58px;
	color: #949494;
}

#cboxLoadingGraphic {
	background: url(../images/loading.gif) no-repeat center center;
	z-index: 999;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
	outline: 0;
}

#cboxSlideshow {
	position: absolute;
	bottom: 4px;
	right: 30px;
	color: #0092ef;
}

#cboxPrevious {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/d/images/controls.png) no-repeat -75px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

#cboxPrevious:hover {
	background-position: -75px -25px;
}

#cboxNext {
	position: absolute;
	bottom: 0;
	left: 27px;
	background: url(/d/images/controls.png) no-repeat -50px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}

#cboxNext:hover {
	background-position: -50px -25px;
}

#cboxClose {
	background: url("/d/images/sprite-image.png") no-repeat scroll -320px 0 rgba(0, 0, 0, 0);
	bottom: 0;
	height: 55px;
	position: absolute;
	right: -35px;
	text-indent: -9999px;
	top: -20px;
	width: 25px;
}

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

/*-- Invite Box --*/
.inviteBox {
	margin: auto;
	text-align: center;
	padding: 40px 20px;
	color: #000000;
}

.inviteBoxViaEmail {
	text-align: left;
}

.inviteBox h2 {
	margin: 10px 0 35px;
}

.inviteBoxViaEmail h2 {
	margin: 10px 0 20px;
}

.inviteBoxText {
	font-size: 14px;
	color: #333;
}

.inviteBoxCir {
	height: 150px;
	width: 150px;
	border: 1px solid #ccc;
	border-radius: 50%;
	margin: 5px auto 15px;
}

.inviteBox a.invitelink {
	color: #ffffff;
	background: #2c84cc;
	padding: 12px 70px;
	display: inline-block;
	margin: 20px 0 0;
	border-radius: 10px;
}

.validation_msg {
	color: red;
}

#registerform .invalid,
#loginForm .invalid {
	border: 1px solid #f44336 !important;
}

.signUpThankU_Block {
	text-align: center;
}

.signUpThankU_Block * {
	margin-bottom: 1.5rem;
}

.footer-language-select {
	border: 0px !important;
	background-color: transparent !important;
	width: 100% !important;
	padding: 0px !important;
	color: #ffffff;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(/d/images/v2/caret-down.svg) no-repeat right white;
}

.footer-language-select:hover,
.footer-language-select:focus {
	color: #ffffff;
}

.footer-language-select option {
	color: #000;
}

.custom-language-select div.select-wrapper input.select-dropdown {
	display: none !important
}

.custom-language-select div.select-wrapper svg.caret {
	display: none !important
}


/* CSS added after custom css feature */

/* Common Radio START */

.common-radio>span {
	border: 2px solid #5d78ff;
	width: 18px;
	height: 18px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.common-radio>span:after {
	border: 2px solid #5d78ff;
	background: #5d78ff;
	margin-left: -4px;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	background-color: #5d78ff;
}

.common-radio>input:checked~span {
	border: 2px solid #5d78ff;
}

.common-radio>input:disabled~span {
	background-color: #e4e8ee;
	pointer-events: none;
	border: 2px solid #d1d7e2;
	opacity: 0.75;
}

.common-radio>input:disabled~span:after {
	border: 2px solid #bfc7d7;
	background-color: #bfc7d7;
}

/* Common Radio END */

/* Common Checkbox START */

.common-checkbox>input {
	height: 20px;
	width: 20px;
	position: relative;
}

.common-checkbox>span {
	border: 2px solid #5d78ff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	left: auto;
	top: auto
}

.common-checkbox>input:checked~span {
	border: 2px solid #5d78ff;
}

.common-checkbox>span:after {
	border: 2px solid #5d78ff;
}

.common-checkbox>input:disabled~span {
	background-color: #e4e8ee;
	border: 2px solid #d1d7e2;
	pointer-events: none;
	opacity: 0.75;
}

/* Common Checkbox END */

.auth-page .tab-navbar {
	height: 2px;
	width: 100%;
	position: relative;
}

.auth-page .tab-navbar::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	width: 0;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.truncate {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

.common-tooltip {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	border: none
}

.help-block {
    color: #B00E1B;
}