html,body,.navbar-default,.topbar .topbar-left,.side-menu,#sidebar-menu > ul > li > a{
	background: #fff;
}
.navbar-default,.topbar .topbar-left{
	background-color: #efefef!important;
}
.page-title,#sidebar-menu > ul > li > a,.theme-color{
	color: #1a2234;
}
.widget-user{
	padding: 20px;
	box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
	border-radius: 5px;
	margin-bottom: 20px;
	background-color: #e32a3c;
}
.card-box{
	background-color: #fff;
}
.card-box .card{
	overflow: hidden;
}
.app-search .form-control, .app-search .form-control:focus,
.select2-container .select2-selection--multiple,
.bootstrap-tagsinput {
	border: 1px solid #d3d2d2!important;
	box-shadow: none;
	background-color: #fff!important;
	color: #000!important;
	font-weight: 400!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	box-shadow: none!important;
	background-color: #fff!important;
	color: #000!important;
	border: 1px solid #d3d2d2;
	border-radius: 4px;
}
.select2-container--default .select2-selection--single{
	box-shadow: none;
}
.bootstrap-tagsinput input{
	color: #000!important;
	font-weight: 400!important;
}
.app-search button{
	color: #adadad;
}
.col-form-label,.table > thead > tr > th,.button-menu-mobile{
	color: #1a2234;
}

.form-control,
.form-control:focus{
	border: 1px solid #d3d2d2;
	box-shadow: none;
	background-color: #fff;
	color: #000;
	font-weight: 400;
}
::placeholder,.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #767676;
}

.footer{
	display: none;
}
.phone-footer-menu{
	background-color: #fff;
	border-top: 1px solid #8f8b8b;
}
.phone-footer-menu ul a{
	color: #595959;
}

.tab-pan {
	display: none;
}
.tab-pan.active {
	display: block;
}
.hide {
	display: none;
}
.document_upload_list{
	padding-left: 0;
	list-style: none;
}
.document_upload_list li{
	padding: 8px;
	border-bottom: 1px solid #f1f1f1;
	cursor: pointer;
	position: relative;
}
.document_upload_list li:after{
	font-family: 'FontAwesome';  
	content: "\f093";
	position: absolute;
	right: 5px;
	top: 10px;
}
.document_upload_list li.active{
	background-color: #efefef;
}
.document_upload_list li:last-child{
	border: none;
}
.document_upload_list li img{
	width: 25px;
}
.document_upload_list input{
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
}

.tab-nav{
	display: flex;
	gap: 10px;
	margin-top: 10px;
}

.job-limit-box{
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 15px;
	background: #FFFBEB;
	margin-bottom: 20px;
	font-size: 20px;
}
.select2-results__option[aria-selected]:nth-child(odd){
	background-color: #f1f1f1;
	color: #000;
}
.list-inline{
	align-items: center;
	flex-direction: row;
}
.button-menu-mobile{
	line-height: normal!important;
	position: relative;
	top: 3px;
}
.gap-15{
	gap: 15px;
}
.radio_btn,.checkbox_btn,#skills{
	list-style: none;
	padding-left: 0;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.radio_btn li,.checkbox_btn li,#skills li{
	cursor: pointer;
	border: 1px solid #E2E5EF;
	padding: 7px 14px;
	border-radius: 50px;
	font-size: 12px;
	position: relative;
}
.radio_btn li input,.checkbox_btn li input,#skills li input{
	opacity: 0;
	width: 100%;
	position: absolute;
	cursor: pointer;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.radio_btn li.active,.checkbox_btn li.active,#skills li.active{
	border: 1px solid rgba(30, 49, 131, 0.32) !important;
    background: rgba(30, 49, 131, 0.1);
    color: #1e3183;
}

.checkbox_btn li:after,#skills li:after{
	font-family: 'FontAwesome';  
	content: "\f067";
	margin-left: 5px;
}
.checkbox_btn li.active:after,#skills li.active:after{
	content: "\f068";
}
/*.select2-container--default .select2-selection--single .select2-selection__rendered{
	border-top: none;
}*/


/*help*/
.help-page .card-box{
	padding: 20px!important;
}
.help-page h3{
	font-size: 20px;
}
.help-page h5{
	font-weight: 600;
}
.help-page p{
	font-size: 12px;
	color: #000;
	margin-bottom: 0;
}
.card-box-1 ul,.card-box-2 ul{
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	align-items: center;
	gap: 15px;
}

.card-box-1 ul img{
	width: 40px;
}
.toggle-checkbox {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: none;
}

.toggle-switch {
	background-color: gray;
	width: 50px;
	height: 25px;
	border-radius: 16px;
	position: relative;
	transition: 0.3s;
	cursor: pointer;
}

.toggle-switch::before {
	content: "";
	font-weight: 900;
	background-color: white;
	width: 18px;
	height: 18px;
	position: absolute;
	border-radius: 50%;
	top: 4px;
	left: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ddd;
	transition: 0.3s;
}

.toggle-checkbox:checked+.toggle-switch {
	background-color: #0075ff;
}

.toggle-checkbox:checked+.toggle-switch::before {
	content: "";
	left: 28px;
	color: #0075ff;
}
.card-box-2 ul li .btn{
	border-radius: 30px;
	padding: 7px 15px;
	font-size: 12px;
}
.card-box-2 ul li .btn i{
	padding-right: 5px;
}

.card-box-2 h6{
	font-weight: 600;
	font-size: 14px;
	margin: 0;
}
.card-box-3 ul,.card-box-4 ul{
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
.card-box-3 ul li{
	margin: 15px 0;
}

/*pages*/
.pages-box .card-box{
	padding: 20px!important;
}
.pages-box ul{
	padding-left: 20px;
}
.pages-box p{
	color: #000;
	text-align: justify;
}

/*faq page*/
.accordion .card{
	background: #fff;
	border: none;
	box-shadow: none;
}
.accordion .card-header{
	margin-bottom: 20px;
	border-bottom: none;
}
.accordion .card-header:after {
	font-family: 'FontAwesome';  
	content: "\f068";
	float: right; 
}
.accordion .card-header.collapsed:after {
	content: "\f067"; 
}
.accordion .card .card-body{
	margin-top: -21px;
	border: 1px solid #efefef;
	margin-bottom: 20px;
}


.job_list .job_list_card{
	background: #fff;
	padding: 20px;
	border: none;
	box-shadow: 0px 6px 30px rgba(7, 36, 95, 0.08);
}
.job_list .job_list_card .job_status{
	padding: 3px 10px;
	font-weight: 600;
	border-radius: 50px;
	margin-bottom: 3px;
	display: inline-block;
}
.job_list .job_list_card h5{
	font-size: 20px;
	font-weight: 600;
}
.job_list .job_list_card p{
	color: #575656;
}
.job_list .job_list_card .d-flex{
	display: flex;
	align-items: center;
	gap: 10px;
}
.job_list .job_list_card .box{
	width: 100%;
	border: 1px solid #d9d6d6;
	border-radius: 5px;
	padding: 5px;
	text-align: center;
}
.job_list .job_list_card .box p{
	margin-bottom: 0;
}
.job_list .job_list_card .box h5{
	margin-top: 0;
	margin-bottom: 0;
	color: #e32a3c;
	line-height: 1;
}
.status_and_btn{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.status_and_btn .btn{
	width: 30px;
	height: 30px;
	line-height: 0;
	border-radius: 30px;
}
.status_and_btn .btn i{
	position: relative;
	top: -2px;
	left: -2px;
}
.active_inactive_jobs a{
	padding: 3px 10px;
	font-weight: 600;
	border-radius: 50px;
	margin-bottom: 3px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-top: 15px;
}


  /*
================================================
 Plans Sec
================================================
*/

.plans-sec .price-box {
	background: #f2f2f2;
	text-align: center;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	padding-bottom: 40px;
	margin-bottom: 30px;
	text-align: center;
}
.plans-sec .section-title img {
	opacity: 0.4;
}
.plans-sec .price-box h5 {
	color: #ffffff;
	font-weight: bold;
	font-size: 40px;
	padding: 0;
	font-family: "Poppins", sans-serif;
	margin: 0;
}
.plans-sec .price-box p {
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 5px;
	text-align: center;
}
.plans-sec .price-box .head {
	background: #372353;
	padding: 10px;
	position: relative;
}
.plans-sec .price-box .head:after {
	content: "";
	background: url(../images/price-box-tail.png) no-repeat top center / 100% auto;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 32px;
}
.plans-sec .price-box .plan {
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	background: #372353;
	padding: 10px;
	border-bottom: 1px solid #4f4164;
}
.plans-sec .price-box ul {
	margin: 0;
	padding: 30px 10px;
	list-style: none;
}
.plans-sec .price-box ul li {
	position: relative;
	padding: 10px 0;
}
.plans-sec .price-box ul li:before {
	opacity: 0.35;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	content: "";
	height: 1px;
	width: 100%;
	background: rgb(55, 35, 84);
	background: -moz-linear-gradient(
		90deg,
		rgba(55, 35, 84, 0) 0%,
		rgba(55, 35, 84, 1) 40%,
		rgba(55, 35, 84, 1) 60%,
		rgba(55, 35, 84, 0) 100%,
		rgba(55, 35, 84, 0.06766456582633051) 100%,
		rgba(55, 35, 84, 0) 100%
	);
	background: -webkit-linear-gradient(
		90deg,
		rgba(55, 35, 84, 0) 0%,
		rgba(55, 35, 84, 1) 40%,
		rgba(55, 35, 84, 1) 60%,
		rgba(55, 35, 84, 0) 100%,
		rgba(55, 35, 84, 0.06766456582633051) 100%,
		rgba(55, 35, 84, 0) 100%
	);
	background: linear-gradient(
		90deg,
		rgba(55, 35, 84, 0) 0%,
		rgba(55, 35, 84, 1) 40%,
		rgba(55, 35, 84, 1) 60%,
		rgba(55, 35, 84, 0) 100%,
		rgba(55, 35, 84, 0.06766456582633051) 100%,
		rgba(55, 35, 84, 0) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3c2064", endColorstr="#3c2064", GradientType=1);
}
.plans-sec .price-box:hover {
	color: #ffffff;
}
.plans-sec .price-box:hover:before,
.plans-sec .price-box:focus:before,
.plans-sec .price-box:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.plans-sec .price-box:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #1e3183;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 5px;
}
.plans-sec .price-box .btn {
	padding: 8px 30px;
	font-size: 17px;
	border-radius: 30px;
	background: #372353;
}
.plans-sec .price-box .btn:hover {
	color: #ffffff;
}
.plans-sec .price-box .btn:hover:before,
.plans-sec .price-box .btn:focus:before {
	background: #4c336e;
	border-radius: 30px;
}
.razorpay-payment-button {
	padding: 8px 30px;
	font-size: 17px;
	border-radius: 30px;
	background: #e32a3c;
	position: relative;
	border: none;
	color: #fff;
}

.header-title{
	color: #000;
}
.list-group-item:hover{
	background-color: #444548;
}
.terms-content h4{
	color: #000;
}

/*phone media query*/
@media only screen and (max-width: 768px) {
	.content-page .content{
		margin-top: 80px;
	}
	.content-page .content .card-box{
		padding: 0 20px;
	}
	.form-group {
		margin-bottom: 5px;
	}
	.btn{
		padding: 11px;
		width: 100%;
	}
	.active_inactive_jobs a{
		font-size: 10px;
		padding: 3px 9px;
	}
}

/*Desktop media query*/
@media only screen and (min-width: 768px) {
	.job_list{
		margin-top: 20px;
	}
	.table-bordered > tbody > tr > td{
		color: #000;
	}
	.btn{
		padding: 11px 20px;
	}
	.status_and_btn .btn{
		padding: 11px;
	}
}