
.loginLogo {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

	.loginLogo img {
		width: 160px;
	}

.main-menu ul li a {
	color: #000;
}

.main-menu ul li.active a {
	color: #1967D2;
}

.login-form .text a {
	color: #1967D2 !important;
}

.btn-style-four {
	color: #1A5EB4 !important;
	background-color: #E2EAF8 !important;
}

.inputIcons {
	position: relative;
}

	.inputIcons span {
		position: absolute;
		right: 10px;
		top: 6px;
	}

		.inputIcons span img {
			width: 18px;
		}


.default-form .form-group > label {
	margin-bottom: 5px !important;
}

.login-form h3 {
	margin-bottom: 20px;
}

.login-section .image-layer {
	position: fixed !important;
}

.default-table tr td {
	position: relative;
	padding: 12px 10px;
	font-size: 14px;
	color: #696969;
	font-weight: 400;
	vertical-align: top;
	word-break: break-word;
}

.headerBg {
	background: #fff;
	box-shadow: 0 0 5px #bfbfbf;
}

.whiteBox {
	margin-left: 0px !important
}

.whiteBgBox {
	box-shadow: 0 0 4px #E6E6E6;
	border: 1px solid #E1E1E1;
	background: #fff;
	padding: 40px 60px !important;
	border-radius: 10px;
	min-height: 500px;
}

.w580 {
	max-width: 580px !important
}

.w950 {
	max-width: 950px !important
}

.login-form h3 {
	font-size: 20px !important;
}

.widthAuto {
	width: auto !important;
}

.contVhBlog {
	min-height: 65vh
}

.border-0 {
	border: 0;
}

.stepTitles {
	font-size: 20px;
	font-weight: bold;
	color: #1A5EB4;
	margin-bottom: 10px;
}

	.stepTitles span {
		color: #434343;
		font-size: 14px;
		float: right;
	}

.checkboxes li {
	float: left;
}

.subTitleSkills {
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #1A5EB4 !important;
	width: 100%;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 10px;
}

.starRed {
	color: red
}

.lableSmSize {
	font-size: 12px;
	color: #1A5EB4;
	font-weight: 400;
}



.uploadButton .uploadButton-button {
	height: 85px;
	width: 85px;
	color: #1A5EB4;
	font-size: 12px;
	border: 1px dashed #1A5EB4;
	background: #F0F5F7;
}

.uploadButton .widthBoxFix {
	height: 68px !important;
	min-width: 220px !important;
}


.passwordNewCont {
	margin: 0 0 0 15px;
	padding: 0;
}

	.passwordNewCont li {
		padding: 0;
		margin: 0;
		list-style: disc;
		font-size: 12px;
		line-height: 2;
	}

.listBlog li {
	float: none !important;
}

.deleteIcons, .viewIcons, .editIcons {
	color: #1A5EB4 !important;
	font-size: 18px !important;
	font-weight: 700 !important;
}

.deleteIcons {
	color: red !important;
}




.switchToggle input[type=checkbox] {
	height: 0;
	width: 0;
	visibility: hidden;
	position: absolute;
}

.switchToggle label {
	cursor: pointer;
	text-indent: -9999px;
	width: 50px;
	max-width: 50px;
	height: 26px;
	background: #d1d1d1;
	display: block;
	border-radius: 100px;
	position: relative;
}

	.switchToggle label:after {
		content: '';
		position: absolute;
		top: 2px;
		left: 2px;
		width: 22px;
		height: 22px;
		background: #fff;
		border-radius: 90px;
		transition: 0.3s;
	}

.switchToggle input:checked + label, .switchToggle input:checked + input + label {
	background: #1A5EB4;
}

.switchToggle input + label:before, .switchToggle input + input + label:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 35px;
	width: 22px;
	height: 22px;
	border-radius: 90px;
	transition: 0.3s;
	text-indent: 0;
	color: #fff;
}

.switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 10px;
	width: 22px;
	height: 22px;
	border-radius: 90px;
	transition: 0.3s;
	text-indent: 0;
	color: #fff;
}

.switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {
	left: calc(100% - 2px);
	transform: translateX(-100%);
}

.switchToggle label:active:after {
	width: 60px;
}

.toggle-switchArea {
	margin: 10px 0 10px 0;
}

.actionAct {
	color: green;
}

.actionInact {
	color: red;
}

.listImg {
	width: 36px;
	height: 36px;
}

.modal {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	z-index: 1055 !important;
	display: none;
	width: 100% !important;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
	max-width: 100% !important;
}

.modal-header {
	padding: 8px 20px 0 20px;
	border-bottom: none;
}

.modal-body {
	padding: 20px;
}

.jobDetailsPopup {
	width: 100% !important; word-break:break-all
}

	.jobDetailsPopup p {
		font-size: 15px !important;
		color: #464646 !important;
	}


	.jobDetailsPopup p b {
		font-weight: 700 !important;
	}



	.jobDetailsPopup tr td {
		padding: 0 15px 5px 0 !important;
	}

button.close {
	color: #fd6363;
	font-size: 22px;
	position: relative;
	top: -8px;
}

.pagination .page-item[aria-current="page"] a, .pagination .page-item.active a {
	background-color: #1A5EB4;
	color: #ffffff;
	border-color: #1A5EB4;
	border-radius: 5px;
}

.pagination .page-item {
	padding: 0 4px;
	border-radius: 5px;
}

.pagination .page-link {
	border-radius: 5px !important;
	padding: 2px 12px !important;
	font-size: 12px !important;
	color: #000;
}

.pagination .page-item:first-child {
	margin-right: 10px;
}

.pagination .page-item:last-child {
	margin-left: 10px;
}

.numbers-pag {
	font-size: 12px;
}
















@media screen and (max-width:1399px) {
	.mobile-header .login-box .thumb {
		display: block;
		height: 30px;
		width: 30px;
		border: 2px solid rgba(255, 255, 255, 0.15);
		border-radius: 50%;
	}

	.mobile-header .dropdown-menu.show {
		display: block !important;
	}

	.contVhBlog {
		height: 100%;
	}
}

@media only screen and (max-width: 1023px) {

	.startPageHd .dashboard-option .dropdown-menu,
	.startPageHd .dashboard-option .dropdown-toggle::after,
	.startPageHd .dashboard-option .name {
		display: block;
	}
}

@media only screen and (max-width: 767px) {

	.w580 {
		max-width: 580px !important;
		width: 90% !important;
	}

	.whiteBgBox {
		padding: 15px !important;
	}

	.mobile-header .btn-box {
		display: flex;
		width: 100%;
		padding-top: 8px;
	}

	.mobile-header .btn-box {
		display: flex;
		width: 100%;
		padding-top: 8px;
	}

		.mobile-header .btn-box .call-modal, .mobile-header .btn-box .btn-style-one {
			padding: 10px 40px;
		}

	.login-section {
		min-height: 50vh;
	}

	.copyright-text {
		padding: 0 15px !important;
	}
	
}

/*-New css 11-04-2023*/
.tnterested-btn {
	background: #1A5EB4 !important;
	border: 1px solid #1A5EB4 !important;
}

	.tnterested-btn a {
		color: #fff !important;
	}

.company-logo.image img {
	border-radius: 50%;
}

.notTnterested {
	background: #fff !important;
	border: 1px solid #1A5EB4 !important;
}

	.notTnterested a {
		color: #1A5EB4 !important;
	}

.icon.flaticon-chat {
	color: #1A5EB4;
	font-size: 19px;
	font-weight: bold;
}
.chatBtn {
	background: #1A5EB4;
	padding: 6px 10px;
	border-radius: 5px;
	color: #fff !important;
}
.chatActive {
	background: #f0f5f7 !important;
	
	/* color: red;*/
	/*background-color: black;*/
}
.wlcmchat {
	text-align: center;
	padding-top: 20%;
	font-size: 32px;
}

.userInfo_break {
	max-width: calc(100% - 110px);
	word-break: break-word;
	white-space: normal;
}

.logo img {width:auto !important; height:60px !important}
.detailBoxPopup b {
	width: 100% !important;
	display: inline-block;
}

.detailBoxPopup{margin-bottom:20px; line-height:22px !important}

.skillsBox span {
	border: 1px solid #e3e3e3;
	padding: 3px 14px;
	float: left;
	margin-bottom: 5px;
	border-radius: 30px;
	margin-right: 6px;
	font-size: 14px;
	color: #000;
	background: #fff;
	word-break: break-word;
	line-height: 17px;
}
.empskillsBox {
	border: 1px solid #e3e3e3;
	padding: 3px 14px;
	float: left;
	margin-bottom: 5px;
	border-radius: 10px;
	margin-right: 6px;
	font-size: 14px;
	color: #000;
	background: #fff;
	word-break: break-word;
	line-height: 17px;
}
#toast-container > .toast-success{line-height:16px !important}

.textArea{ padding-right:160px}
.dateFilter {
	position: relative;
}

	.dateFilter span {
		position: absolute;
		top: 14px;
		right: 10px;
	}
.profileimg{
	height:50px;
}