header.without-login {
	position: unset;
}
/* Step Form Css */
.complete-profile-steps .step-title {
	color: #1c76bd;
}
.complete-profile-steps .wizard .nav-tabs {
	position: relative;
	margin-bottom: 0;
	border-bottom-color: transparent;
}

.complete-profile-steps .wizard > div.wizard-inner {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}

.complete-profile-steps .connecting-line {
	height: 2px;
	background: #e0e0e0;
	position: absolute;
	width: 75%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 15px;
	z-index: 1;
}

.complete-profile-steps .wizard .nav-tabs > li.active > a,
.complete-profile-steps .wizard .nav-tabs > li.active > a:hover,
.complete-profile-steps .wizard .nav-tabs > li.active > a:focus {
	color: #555555;
	cursor: default;
	border: 0;
	border-bottom-color: transparent;
}

.complete-profile-steps span.round-tab {
	width: 100px;
	height: 40px;
	line-height: 35px;
	display: inline-block;
	border-radius: 50px;
	background: #fff;
	z-index: 2;
	position: absolute;
	left: 0;
	text-align: center;
	font-size: 16px;
	color: #0e214b;
	font-weight: 500;
	border: 1px solid #ddd;
}
.complete-profile-steps {
	background-image: url(../img/video-bg.webp);
	background-size: cover;
	background-position: center center;
}
.complete-profile-steps span.round-tab i {
	color: #555555;
}

.complete-profile-steps .wizard li.active span.round-tab {
	color: #fff;
	border-color: #239d2c;
	color: #fff;
	background: rgb(10, 116, 205);
	background: linear-gradient(
		90deg,
		rgba(10, 116, 205, 1) 0%,
		rgba(49, 221, 62, 1) 100%
	);
	border: 1px solid;
}

.complete-profile-steps .wizard li.active span.round-tab i {
	color: #5bc0de;
}

.complete-profile-steps .wizard .nav-tabs > li.active > a i {
	color: #0db02b;
}

.complete-profile-steps .wizard .nav-tabs > li {
	width: 22%;
}

.complete-profile-steps .wizard li:after {
	content: " ";
	position: absolute;
	left: 46%;
	opacity: 0;
	margin: 0 auto;
	bottom: 0px;
	border: 5px solid transparent;
	border-bottom-color: red;
	transition: 0.1s ease-in-out;
}

.complete-profile-steps .wizard .nav-tabs > li a {
	width: 30px;
	height: 30px;
	margin: 20px auto;
	border-radius: 100%;
	padding: 0;
	background-color: transparent;
	position: relative;
	top: 0;
}

.complete-profile-steps .wizard .nav-tabs > li a i {
	position: absolute;
	top: -15px;
	font-style: normal;
	font-weight: 400;
	white-space: nowrap;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 12px;
	font-weight: 700;
	color: #000;
}

.complete-profile-steps .wizard .nav-tabs > li a:hover {
	background: transparent;
}

.complete-profile-steps .wizard .tab-pane {
	position: relative;
	padding-top: 20px;
}

.complete-profile-steps .wizard h3 {
	margin-top: 0;
}

.complete-profile-steps .prev-step,
.complete-profile-steps .next-step {
	font-size: 13px;
	padding: 0px 24px;
	border: none;
	border-radius: 4px;
	/* margin-top: 30px; */
}

.complete-profile-steps .step-head {
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 20px;
}

.complete-profile-steps .steps-button {
	display: flex;
	align-items: center;
	justify-content: end;
	margin-top: 10px;
	list-style: none;
}

.complete-profile-steps .steps-button button {
	margin: 0px 2px !important;
}

.complete-profile-steps .skip-btn {
	background: #abab04 !important;
}

.complete-profile-steps .prev-step {
	background: #8f8f8f !important;
}

.complete-profile-steps .steps-button button {
	font-size: 15px;
	border-radius: 7px;
}
/* Step Form Css */

/* 1st Step Css */
.complete-profile-steps .img_box {
	position: relative;
	width: 16%;
	margin: 0px auto;
}
.complete-profile-steps .img_box .change-img-btn {
	position: absolute;
	top: 0;
	right: 20px;
	background: #239d2c;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.complete-profile-steps .img_box .change-img-btn label {
	cursor: pointer;
}
.complete-profile-steps .specialities {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.complete-profile-steps .specialities .keywords {
	background: #ddd;
	padding: 10px 12px;
	border-radius: 50px;
	font-size: 14px;
	display: flex;
	align-items: center;
	margin-right: 5px;
}

.complete-profile-steps .specialities .keywords .cross {
	width: 23px;
	height: 23px;
	background: #bbb6b6;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-left: 5px;
	cursor: pointer;
}
.degree-box {
	background: #d5e7e5;
	padding: 15px 15px;
	border-radius: 10px;
}

.degree-box .degree-name {
	font-size: 17px;
	color: #616e62;
	flex: 0 0 85%;
}

.degree-box .detail {
	color: #4f4f4f;
	margin-bottom: 5px;
}

.degree-box .date {
	color: #1c76bd;
}

.header-title .description {
	color: #a9a9a9;
}
.degree-box .address {
	border-top: 1px solid #ddd;
	padding-top: 10px;
}
.complete-profile-steps .degree-box .exten {
	background: #c5dad8;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0px 10px 10px 0px;
	width: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.complete-profile-steps .degree-box.document-box {
	position: relative;
	display: flex;
}
.complete-profile-steps .degree-box .exten p {
	margin: 0;
}
.complete-profile-steps .degree-box.document-box .left-box {
	flex: 0 0 87%;
}
.complete-profile-steps .upload-box {
	border: 1px dashed #858282;
	height: 100px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.license-image {
	display: flex;
	align-items: center;
	background: #e1f3f1;
	padding: 10px 10px;
	border-radius: 15px;
	justify-content: space-between;
}

.license-image .cancel {
	background: #ddd;
	border-radius: 50%;
	width: 30px;
	height: 30px;
}
.license-image .left-box {
	display: flex;
	align-items: center;
}

.license-image .left-box .file-name {
	margin: 0 0 0 15px;
}

.license-image .left-box img {
	border-radius: 10px;
}

.modal-body .title h5 {
	color: #777777;
}

.modal-body input[type="radio"] {
	accent-color: #1da886;
}
.modal-body .certificate-name h5 {
	font-size: 14px;
	font-family: "Archivo-Regular";
	background: #e1f3f1;
	display: flex;
	padding: 15px 15px;
	border-radius: 50px;
	align-items: center;
	width: 150px;
}

.modal-body .certificate-name h5 span.cancel {
	background: #c5dad8;
	width: 25px;
	display: flex;
	height: 25px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}
.sign-term-condition .sign h2 {
	font-family: var(--sign-font);
}
.card_imgwrapper {
	display: flex;
	align-items: center;
	background: #e6f5f3;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.card_imgwrapper img {
	height: 50px;
	width: 70px;
	margin-right: 10px;
}

.card_imgwrapper .card_id h5 {
	font-size: 16px;
	padding-bottom: 5px;
}

.card_imgwrapper .card-detail {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #666;
	font-size: 14px;
}

.card_imgwrapper .card_id {
	width: 100%;
	padding-left: 10px;
}
.facility-box {
	background: #e1f3f1;
	padding: 10px 10px;
	border: 1px solid #ddd;
	border-radius: 10px;
}

.facility-box .img-box img {
	width: 100%;
	border-radius: 10px;
}

.facility-box .content {
	padding-top: 10px;
}

.facility-box .content .title {
	font-size: 20px;
}

.facility-box .content .location span {
	margin-left: 10px;
	font-size: 15px;
}

.facilityModals .upload-box label {
	border: 1px dashed #878787;
	border-radius: 50px;
	padding: 10px 10px;
	width: 100%;
	text-align: center;
}

.facilityModals .uploaded-documents {
	list-style: none;
	display: flex;
	align-items: center;
}

.facilityModals .uploaded-documents li img {
	height: 60px;
	width: 80px;
	border-radius: 5px;
}

.facilityModals .uploaded-documents li {
	margin-right: 10px;
	position: relative;
}

.facilityModals .uploaded-documents li .cross {
	position: absolute;
	right: -5px;
	top: -10px;
}

.facilityModals .uploaded-documents li button {
	border: 0;
	background: transparent;
	padding: 0;
}
/* 1st Step Css */

/* Employers Job Css Start Here */
.staff-box {
	background: #e1f3f1;
	padding: 10px 10px;
	border-radius: 10px;
	position: relative;
}

.staff-box .hireStaff {
	position: absolute;
	right: 20px;
	top: 10px;
	background: #299d2c;
	padding: 0;
	box-shadow: none;
	color: #fff;
	font-size: 14px;
	padding: 0px 15px;
	border-radius: 50px;
}

.staff-box figure img {
	border-radius: 10px;
	height: 80px;
	width: 80px;
}

.staff-box .content {
	margin-left: 10px;
	flex: 0 0 80%;
}

.staff-box .content h5 {
	padding-bottom: 5px;
}

.staff-box .content ul {
	list-style: none;
}

.staff-box .delete {
	position: absolute;
	top: 10px;
	right: 10px;
	background: transparent;
}

.create-jobs {
	text-align: end;
}

.create-jobs .createjobBtn {
	background: linear-gradient(
		90deg,
		rgba(10, 116, 205, 1) 0%,
		rgba(49, 221, 62, 1) 100%
	);
	display: flex;
	align-items: center;
	justify-content: end;
	padding: 10px 15px;
	border-radius: 50px;
	width: 130px;
	margin: 0 0 0 auto;
}

.create-jobs .createjobBtn svg {
	margin-right: 5px;
}
#EditContractModal label {
	font-size: 17px;
	font-family: "Archivo-Medium";
	margin: 10px 0;
}

#EditContractModal label.theme-color {
	font-family: "Archivo-Bold";
}

#EditContractModal .input-group label {
	font-size: 14px;
	font-family: "Archivo-Regular";
	margin: 0;
}

#EditContractModal .input-group input {
	margin-right: 5px;
	accent-color: #279d30;
	width: 15px;
}

#EditContractModal .rates p {
	font-size: 15px;
	color: #636363;
	display: flex;
	align-items: center;
	justify-content: center;
}

#EditContractModal .rates p strong {
	margin-left: 7px;
}

#EditContractModal .upload-box {
	border: 1px dashed #8d8c8c;
	border-radius: 50px;
	text-align: center;
	margin-top: 10px;
}

.modal::-webkit-scrollbar {
	width: 0em;
}
.modal-body .jobDetail {
	background: #c7e5e9;
	padding: 15px 15px;
	border-radius: 10px;
}

.modal-body .jobDetail .provider-header img {
	border-radius: 5px;
}

.modal-body .jobDetail .provider-header .name {
	margin-bottom: 3px;
}

.modal-body .jobDetail .provider-header .bottomBar {
	margin-left: 15px;
	flex: 0 0 80%;
}

.modal-body .jobDetail .provider-header .bottomBar .last-details p {
	font-size: 14px;
	color: #6a6a6a;
}

.modal-body .jobDetail .job-items p {
	margin: 0;
}

.modal-body .jobDetail .job-items {
	background: #c5dad8;
	padding: 10px 10px;
	border-radius: 10px;
	margin: 10px 0;
}

.modal-body .jobDetail .job-items .date-and-status {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}

.modal-body .jobDetail .job-items .date-and-status p,
.modal-body .jobDetail .job-items .date-and-status span {
	font-size: 14px;
	color: #464444;
}

.modal-body .jobDetail .job-items .date-and-status .jobNumber {
	background: #8fbfe8;
	padding: 5px 10px;
	border-radius: 50px;
	color: #0a6abb;
	font-weight: 600;
}

.modal-body .jobDetail .contarctDate p {
	font-size: 14px;
	color: #778482;
}

.modal-body .jobDetail .contarctDate .status-tag {
	font-size: 12px;
}

.coverage-and-pricing ul.coverages {
	list-style-type: none;
}

.coverage-and-pricing ul.coverages li {
	margin-bottom: 5px;
}

.coverage-and-pricing ul li svg {
	margin-right: 5px;
}

.malpractice-insurance .job-rates ul {
	list-style: none;
}

.malpractice-insurance .job-rates ul {
	border: 1px solid #ddd;
	border-radius: 10px;
}

.malpractice-insurance .job-rates ul li {
	border-bottom: 1px solid #bababa;
	display: flex;
	align-items: center;
}

.malpractice-insurance .job-rates ul li .property {
	background: #bff4c3;
	height: 45px;
	display: flex;
	align-items: center;
	padding-left: 10px;
	width: 140px;
	justify-content: center;
	border-right: 2px solid #b5b5b5;
}

.malpractice-insurance .job-rates ul li .value {
	padding-left: 20px;
}

.malpractice-insurance .job-rates ul li:first-child .property {
	border-radius: 9px 0 0 0;
}

.malpractice-insurance .job-rates ul li:last-child .property {
	border-radius: 0 0 0 9px;
}

.staff-detail {
	background: #e1f3f1;
	display: flex;
	align-items: center;
	border-radius: 10px;
	padding: 15px 15px;
}

.staff-detail img {
	width: 80px;
	border-radius: 10px;
}

.staff-detail .detail {
	flex: 0 0 90%;
}

.staff-detail .detail .contractBtn {
	background: #0d6efd;
	color: #fff;
	border-radius: 50px;
	padding: 2px 20px;
}
.createJobModals label.theme-color {
	font-size: 19px;
	margin-bottom: 10px;
	font-family: "Archivo-Medium";
	margin-left: 0;
}

.createJobModals label {
	font-size: 14px;
	margin-left: 5px !important;
}

.createJobModals .upload-box label {
	border: 1px dashed #8b8888;
	padding: 13px 10px;
	border-radius: 50px;
	width: 100%;
	text-align: center;
}
.viewContainer .filters .form-control {
	padding: 10px 20px;
	box-shadow: none;
}

.calender-view .filters {
	margin-bottom: 10px;
}

.viewContainer .filters label {
	flex: 0 0 35%;
	font-family: "Archivo-Medium";
	font-size: 15px;
}

.calender-view .filters .form-group .form-control {
	padding: 10px 15px;
	border-radius: 50px;
}

.calender-view .filters .form-group {
	flex: 0 0 40%;
	margin-right: 10px;
}

.filters button.createJob {
	text-align: end;
	background: #e1f3f1;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Employers Job Css End Here */

/* Employer Application Css Start Here */
.notification .dot {
	width: 10px;
	height: 10px;
	background: red;
	position: absolute;
	border-radius: 50%;
	right: 0;
}

.jobApplication .invoice-card .job-detail .topbar {
	background: #c5dad8;
	padding: 10px 10px;
	border-radius: 5px;
}

.jobApplication .invoice-card .job-detail .topbar .job-name .name {
	font-size: 12px;
	margin-top: 5px;
}

.jobApplication .invoice-card .job-detail .topbar .job-name .jobNo span {
	background: #8fbfe8;
	color: #0a6abb;
	padding: 5px 10px;
	border-radius: 50px;
}

.jobApplication .invoice-card .upper-wrapper {
	padding-bottom: 10px;
}

.jobApplication .invoice-card .upper-wrapper .status span {
	font-size: 13px;
	padding: 4px 15px;
	border-radius: 50px;
}

.jobApplication .invoice-card .upper-wrapper .status span.verified {
	background: #8fbfe863;
	color: #0a6abb;
}

.jobApplication .invoice-card .upper-wrapper .status span.rejected {
	background: #f7cbcb91;
	color: #de2626;
}

.jobApplication .invoice-card .upper-wrapper .status span.pending {
	background: #e5c2082b;
	color: #e5c208;
}

.jobApplication .invoice-card .upper-wrapper .status .contractBtn {
	background: #0b74cd;
	color: #fff;
	font-size: 13px;
	padding: 1px 10px;
	border-radius: 50px;
}

.jobApplication .invoice-card .details .topbar .downloadCv span {
	font-size: 13px;
	background: #0b74cd;
	color: #fff;
	padding: 5px 10px;
	border-radius: 50px;
}

.jobApplication .invoice-card .details .rating span {
	font-size: 13px;
}

.jobApplication .invoice-card .upper-wrapper .dropdownMenu {
	background: #bff4c3 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 25px;
	height: 25px;
}
/* Employer Application Css End Here */

/* Place Offer Modal Css Start Here */
#PlacedOfferModal .modal-content {
	background: #f4feff;
}

#PlacedOfferModal .profile .details {
	margin-left: 15px;
}

#PlacedOfferModal .profile .details p {
	font-size: 14px;
}

#PlacedOfferModal .profile .details .ratings span {
	font-size: 13px;
}

#PlacedOfferModal .employers-contract .contractContainer .contract-box {
	border: 1px solid #e1f3f1;
	border-radius: 10px;
	cursor: pointer;
}

#PlacedOfferModal
	.employers-contract
	.contractContainer
	input:checked
	~ span.checkmark
	.contract-box {
	border-color: #093b9f;
}

#PlacedOfferModal .previewBtn {
	background: #eafcec;
	color: #2dc938;
}
/* Place Offer Modal Css End Here */

/* Timesheet Css Start Here */
.timeSheetjobBox {
	background: #1e6eb714;
	padding: 10px 10px;
}

.timeSheetjobBox img {
	width: 80px;
	height: 80px;
	border-radius: 5px;
}

.timeSheetjobBox .details {
	margin-left: 10px;
	width: 100%;
}

.timeSheetjobBox figure {
	flex: 0 0 15%;
}

.timeSheetjobBox .topbar .job-no {
	background: #31dd3e;
	color: #fff;
	font-family: "Archivo-Regular";
	font-size: 14px;
	padding: 4px 10px;
	border-radius: 50px;
}

.timeSheetjobBox .date {
	font-size: 14px;
}

.timeSheetjobBox .date .txt {
	margin-left: 5px;
}
.timesheetDetail {
	background: none !important;
}

.timesheetDetail .accordion-item {
	background: #e1f3f1;
	margin-bottom: 10px;
}

.timesheetDetail .accordion-item .accordion-button {
	background: #e1f3f1 !important;
	color: #000;
}

.timesheetDetail .timeSheetjobBox figure {
	flex: 0 0 8%;
}

.jobProvider .timeSheetjobBox figure {
	flex: 0 0 8%;
}

.timesheetDetail .staff-detail {
	background: #edf4f9;
}
/* Timesheet Css End Here */

/* Notification Css Start Here */
.notification-box {
	background: #f4feff;
	padding: 15px 15px;
}

.notification-box {
	background: #f4feff;
	padding: 15px 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}

.notification-box.unread {
	background: #eafcec;
}

.notification-box.unread .unread-dot {
	width: 7px;
	height: 7px;
	background: #1b77b9;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 50%;
}
/* Notification Css End Here */
