.bx--breadcrumb-item::after {
    margin-left: 0.5rem
  }
.bx--breadcrumb-item::after {
    margin-left: 0.5rem
}
.bx--breadcrumb-item {
    margin-right: 0.5rem
}

.xpa-c-tabs--vertical .bx--tabs__nav {
    flex-direction: column;
}
.bx--breadcrumb {
  margin: 0px !important;
}

/*
REACT SEARCH UI OVERRIDES
*/

body .sui-layout-body__inner {
  max-width: 100%;
}
body .sui-layout-header {
  padding: 0px;
}

body .react-sweet-progress-line {
  width: 40%;
}

body .react-sweet-progress-symbol {
  width: 55%;
}

body .xpa-progress-line .react-sweet-progress-line {
  width: 85%;
}

body .xpa-progress-symbol .react-sweet-progress-symbol {
  width: 45%;
}

body p {
  font-size: 100%;
}

.csc-th--block {
  width: 30px;
  height: 30px;
  color: white;
  text-align: center;
  font-weight: bold;
  min-width: 30px;
}

.border-radius-50 {
  border-radius: 50%;
}

body .sui-facet__title {
  font-size: 14px;
  font-weight: 600;
}

/*
Oficiano template
*/


.job-list.half-grid {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.job-list.half-grid .body .more {
  display: none;
  visibility: hidden;
}

.job-list {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  width: 100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 15px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.job-list .thumb {
  width: 80px;
  height: 80px;
  border-radius: 3px;
  background: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}

.job-list .thumb img {
  max-width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}


.job-list .body {
  /* padding-left: 30px; */
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.job-list .body .content h4, .xpa-public-job-info h4 {
  font-weight: 500;
  color: #232630;
}

.job-list .body .content .info span, .xpa-public-job-info .info span {
  margin-right: 15px;
  color: #6f7484;
}

.job-list .body .content .info span svg, .xpa-public-job-info .info svg {
  height: 15px;
  color: #aaa;
  margin-right: 5px;
  margin-bottom: 4px;
}

.job-list .body .content .info .full-time svg circle,
.job-list .body .content .info .full-time svg polyline {
  stroke: #ff9247;
}

.job-list .body .content .info .part-time svg circle,
.job-list .body .content .info .part-time svg polyline {
  stroke: #6e75d0;
}

.job-list .body .content .info .freelance svg circle,
.job-list .body .content .info .freelance svg polyline {
  stroke: #82d219;
}

.job-list .body .content .info .temporary svg circle,
.job-list .body .content .info .temporary svg polyline {
  stroke: #ff5377;
}

.job-list .body .more .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.job-list .body .more .buttons .button {
  padding: 6px 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-left: 20px;
  background: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.job-list .body .more .buttons .button:hover {
  color: #ffffff;
  background: #246df8;
  border-color: #246df8;
}

.job-list .body .more .buttons .favourite {
  height: 38px;
  width: 38px;
  background: #ffffff;
  text-align: center;
  line-height: 38px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
}

.job-list .body .more .buttons .favourite:hover, .job-list .body .more .buttons .favourite.active {
  color: #ff8fa6;
  border-color: #ff8fa6;
}

.job-list .body .more .buttons .favourite:hover svg, .job-list .body .more .buttons .favourite.active svg {
  color: #ff8fa6;
}

.job-list .body .more .buttons .favourite svg {
  height: 15px;
  color: #c3c3c3;
}

.job-list .body .deadline {
  margin: 0px;
  font-style: italic;
  font-weight: 300;
  display: block;
}

.job-list:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* .job-list:hover {
  background: #ffffff;
  border-top-color: transparent;
  -webkit-box-shadow: 0px 15px 40px 0px rgba(237, 237, 237, 0.4);
  box-shadow: 0px 15px 40px 0px rgba(237, 237, 237, 0.4);
}

.job-list:hover + .job-list {
  border-top-color: transparent;
} */

.job-list:hover .body .content h4 {
  color: #246df8;
}

/*---------------------------------------------
	07.0 Candidate Style
---------------------------------------------*/
.candidate-filter-result.grid {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.candidate-filter-result.grid:before {
  position: absolute;
  top: 30px;
  left: 50%;
  bottom: 0;
  width: 1px;
  background: rgba(0, 0, 0, 0.08);
  content: '';
}

.candidate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.candidate .thumb {
  width: 80px;
  border-radius: 3px;
  overflow: hidden;
}

.candidate .thumb + .body {
  padding-left: 20px;
}

.candidate .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.candidate .body .content h4 {
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 12px;
}

.candidate .body .content h4:hover {
  color: #246df8;
}

.candidate .body .content .info span {
  color: #6f7484;
  margin-right: 15px;
}

.candidate .body .content .info span.work-post svg {
  color: rgba(36, 109, 248, 0.4);
}

.candidate .body .content .info span svg {
  height: 14px;
  width: 14px;
  margin-right: 7px;
  color: #aaa;
}

.candidate .body .button-area a {
  font-size: 1.0rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 8px 15px;
  color: #232630;
  border-radius: 3px;
  background: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.candidate:hover .body .button-area a {
  background: #246df8;
  border-color: #246df8;
  color: #ffffff;
}

.candidate.half-grid {
  width: calc(50% - 30px);
  display: block;
  text-align: center;
}

.candidate.half-grid .thumb {
  margin: 0 auto;
}

.candidate.half-grid .thumb + .body {
  padding-left: 0;
}

.candidate.half-grid .body {
  display: block;
  margin-top: 15px;
}

.candidate.half-grid .body .content span {
  display: inline-block;
  margin-bottom: 8px;
}

.candidate.half-grid .body .button-area {
  margin-top: 10px;
}

.bx--btn--primary {
  background-color: #0f62fe !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: rgba(0,0,0,0) !important;
  color: #fff !important;
}

.bx--btn--sm {
  padding: calc(0.375rem - 3px) 60px calc(0.375rem - 3px) 12px !important;
}

.xpa-min-btn-size .bx--btn--sm{
  padding: calc(0.375rem - 3px) 10px calc(0.375rem - 3px) 10px !important;
}

/*---------------------------------------------
	Candidate Details
---------------------------------------------*/
.candidate-details {
  background: #ffffff;
  padding: 3px;
}

.title-and-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-and-info .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-and-info .title .thumb {
  width: 100px;
  border-radius: 3px;
  overflow: hidden;
  height: 100px;
}

.css-cand-f-name {
  height: 100px;
    font-size: xxx-large;
}

.title-and-info .title .thumb + .title-body {
  padding-left: 20px;
}

.title-and-info .title .title-body h4 {
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
}

.title-and-info .title .title-body .info span {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-right: 15px;
  color: #6f7484;
}

.title-and-info .title .title-body .info span svg {
  height: 15px;
  margin-right: 5px;
}

.title-and-info .title .title-body .info .candidate-designation svg {
  color: rgba(36, 109, 248, 0.4);
}

.title-and-info .download-resume a {
  padding: 15px 30px;
  border-radius: 3px;
  background: #246df8;
  color: #ffffff;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.title-and-info .download-resume a svg {
  height: 18px;
  height: 18px;
  margin-left: 10px;
}

.title-and-info .download-resume a:hover {
  color: #ffffff;
  background: #246df8;
}

.skill-and-profile {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
  margin-top: 20px;
  padding-bottom: 30px;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.08); */
}

.skill-and-profile label, .skill-and-profile span {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  /* font-weight: 600; */
  margin-right: 10px;
}

.skill-and-profile .skill .skill-value {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 3px 15px;
  text-transform: capitalize;
  margin-right: 5px;
  margin-top: 5px;
  border-radius: 3px;
  background-color: #f9fbfe;
}

.section-padding-60 {
  padding: 60px 0;
}

.css-social-f-sz {
  font-size: 18px !important;
}

.skill-and-profile .skill .skill-value:hover {
  background: #246df8;
  border-color: #246df8;
  color: #ffffff;
}

.skill-and-profile .social-profile a {
  font-size: 1.4rem;
  margin-right: 15px;
  color: #828794;
}

.skill-and-profile .social-profile a:hover {
  color: #246df8;
}

.details-information {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.details-section {
  padding-left: 30px;
}

.details-section h4 {
  font-size: 18px;
  position: relative;
  padding-bottom: 0px;
}

.details-section h4 svg {
  height: 22px;
  position: absolute;
  top: 0;
  left: -30px;
}

.manageSkills .feather-edit, .manageSkills .feather-trash-2 {
  margin-bottom: 4px;
}

.manageExp .feather-plus-square {
  margin-top: 5px;
}

.details-section p {
  color: #6f7484;
}

.details-section + .details-section {
  margin-top: 30px;
}

.edication-background .education-label {
  position: relative;
  padding-left: 25px;
}

.edication-background .education-label:before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #246df8;
  top: 7px;
  left: 0;
}

.edication-background .education-label .study-year {
  font-size: 14px;
  color: #6f7484;
  margin-bottom: 5px;
  display: inline-block;
}

.edication-background .education-label h5 {
  color: #232630;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}

.edication-background .education-label h5 span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #6f7484;
  margin-left: 10px;
}

.edication-background .education-label + .education-label {
  margin-top: 20px;
}

.experience .experience-section {
  position: relative;
  padding-left: 25px;
}

.experience .experience-section:before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #246df8;
  top: 7px;
  left: 0;
}

.experience .experience-section .service-year {
  font-size: 14px;
  color: #6f7484;
  margin-bottom: 5px;
  display: inline-block;
}

.experience .experience-section h5 {
  color: #232630;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}

.experience .experience-section h5 span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #6f7484;
  margin-left: 10px;
}

.experience .experience-section + .experience-section {
  margin-top: 20px;
}

.special-qualification ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}

.special-qualification ul li {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #6f7484;
  position: relative;
  padding-left: 20px;
}

.special-qualification ul li:before {
  position: absolute;
  content: '\f058';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  top: 3px;
  left: 0;
  font-size: 1.2rem;
  color: #aaa;
}

.special-qualification ul li + li {
  margin-top: 8px;
}

.portfolio .portfolio-slider .portfolio-item {
  position: relative;
}

.portfolio .portfolio-slider .portfolio-item:hover .overlay a {
  margin: 0 5px;
  opacity: 1;
}

.portfolio .portfolio-slider .portfolio-item .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 100%;
  text-align: center;
}

.portfolio .portfolio-slider .portfolio-item .overlay a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  line-height: 40px;
  margin: 0 23px;
  opacity: 0;
  color: #246df8;
}

.portfolio .portfolio-slider .portfolio-item .overlay a svg {
  height: 20px;
}

.portfolio-slider {
  position: relative;
}

.portfolio-slider .owl-item.active .portfolio-item:before {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, white, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(left, white, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}

.portfolio-slider .owl-item.active + .owl-item.active .portfolio-item:before {
  height: 0;
  width: 0;
  background-image: transparent;
}

.portfolio-slider .owl-item.active + .owl-item.active + .owl-item.active .portfolio-item:before {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 100%;
  content: '';
  background-image: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(right, white, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(right, white, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to left, white, rgba(255, 255, 255, 0));
}

.portfolio-slider .owl-nav .owl-next,
.portfolio-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.8rem;
  outline: none;
}

.portfolio-slider .owl-nav .owl-next {
  right: 0;
}

.portfolio-slider .owl-nav .owl-prev {
  left: 0;
}

.personal-information {
  margin-top: 60px;
}

.personal-information ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}

.personal-information ul li {
  font-size: 14px;
  color: #6f7484;
}

.personal-information ul li span {
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
  color: #232630;
}

.score-f-sz {
  font-size: 16px;
}

.workflow-stage-f-sz {
  font-size: 14px;
}

.bx--tag--red {
  color: #a2191f !important
}

.personal-information ul li + li {
  margin-top: 8px;
}

.information {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(247, 249, 252, 0)), to(#f7f9fc));
  background-image: -webkit-linear-gradient(right, rgba(247, 249, 252, 0), #f7f9fc);
  background-image: -o-linear-gradient(right, rgba(247, 249, 252, 0), #f7f9fc);
  background-image: linear-gradient(to left, rgba(247, 249, 252, 0), #f7f9fc);
}

.information h4 {
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.information ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}

.information ul li {
  font-size: 1.4rem;
  color: #6f7484;
}

.information ul li span {
  font-size: "Poppins", sans-serif;
  font-weight: 500;
  margin-right: 5px;
  color: #232630;
}

.information ul li + li {
  margin-top: 8px;
}

.information-and-contact .buttons {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.information-and-contact .buttons .button {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
}

.information-and-contact .buttons .button + .button {
  margin-top: 20px;
}

.information-and-contact .buttons .contact-button {
  flex-break: after;
  width: 100%;
  background: #246df8;
  padding: 14px;
  border-radius: 3px;
  border: 1px solid #246df8;
  text-align: center;
  color: #ffffff;
}

.information-and-contact .buttons .cover-download,
.information-and-contact .buttons .contact-download {
  padding: 14px 5px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  width: calc(50% - 10px);
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(247, 249, 252, 0)), to(#f7f9fc));
  background-image: -webkit-linear-gradient(right, rgba(247, 249, 252, 0), #f7f9fc);
  background-image: -o-linear-gradient(right, rgba(247, 249, 252, 0), #f7f9fc);
  background-image: linear-gradient(to left, rgba(247, 249, 252, 0), #f7f9fc);
}

.information-and-contact .buttons .cover-download svg,
.information-and-contact .buttons .contact-download svg {
  height: 15px;
}

.information-and-contact .buttons .cover-download:hover,
.information-and-contact .buttons .contact-download:hover {
  border-color: rgba(36, 109, 248, 0.2);
  color: #246df8;
}

.contact-form-modal.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-form-modal.show .modal-dialog {
  max-width: 500px;
  width: 100%;
}

.contact-form-modal .modal-body {
  padding: 40px 30px;
}

.contact-form-modal .modal-body h4 {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
}

.contact-form-modal .modal-body h4 svg {
  height: 18px;
  margin-right: 10px;
  color: #6f7484;
}

.contact-form-modal .modal-body form .form-group {
  margin-bottom: 30px;
}

.contact-form-modal .modal-body form .form-control {
  height: 40px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 0;
  font-size: 1.4rem;
}

.contact-form-modal .modal-body form .form-control:focus {
  border-color: #246df8;
}

.contact-form-modal .modal-body form textarea.form-control {
  height: 100px;
}

.contact-form-modal .modal-body form .button {
  background: #246df8;
  padding: 11px 30px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.basic-info-input .add-new-field {
  color: #246df8;
  background: rgba(36, 109, 248, 0.15);
  border-radius: 3px;
  border: 0;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 5px 20px;
  margin-bottom: 30px;
}

.post-content-wrapper .input-group .form-control {
  padding-left: 15px;
}

.post-content-wrapper .input-group-prepend {
  margin-right: -1px;
  position: relative;
}

.post-content-wrapper .input-group-prepend .input-group-text {
  width: 80px;
  background: transparent;
  margin-right: 1px;
  border: 0;
  font-size: 1.4rem;
  padding-left: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.post-content-wrapper .input-group-prepend .dropdown-label {
  overflow: hidden;
  position: relative;
  background: white;
  width: 70px;
  padding: 0;
  border-bottom: 0;
}

.post-content-wrapper .input-group-prepend .dropdown-label:before {
  position: absolute;
  content: '';
  top: 10px;
  bottom: 10px;
  right: 0;
  width: 1px;
  background: rgba(0, 0, 0, 0.08);
}

.post-content-wrapper .input-group-prepend .dropdown-label select {
  background: transparent;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding-left: 0.5em;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  z-index: 10;
}

.post-content-wrapper .input-group-prepend .dropdown-label i {
  position: absolute;
  right: 0.5em;
  top: 13px;
  z-index: 5;
  color: black;
}

.post-content-wrapper .upload-portfolio-image {
  position: relative;
}

.post-content-wrapper .update-photo {
  height: 100px;
  position: relative;
  width: 100px;
  margin: 0;
  overflow: hidden;
  border-radius: 3px;
}

.post-content-wrapper .update-photo img {
  height: 105%;
  width: initial;
  max-height: 100%;
  max-width: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.post-content-wrapper .upload-portfolio-image .file-upload {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  border: 0;
  padding: 5px 0;
  background: rgba(36, 109, 248, 0.7);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.post-content-wrapper .upload-portfolio-image .file-upload svg {
  height: 15px;
  width: 15px;
}

.post-content-wrapper .upload-portfolio-image .file-upload:hover {
  background: rgba(36, 109, 248, 0.9);
}

.post-content-wrapper .file-upload input.file-input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 100%;
}

.post-content-wrapper .add-cv {
  position: relative;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  color: #6f7484;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 5px 15px;
  margin-right: 10px;
  background: #f7f9fc;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px;
}

.post-content-wrapper .add-cv input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 100%;
}

.post-content-wrapper .add-cv svg {
  height: 15px;
  width: 15px;
  margin-left: 7px;
}

@media all and (max-width: 991px) {
  .information-and-contact {
    margin-top: 60px;
  }
}

@media all and (max-width: 767px) {
  .candidate .body {
    display: block;
  }
  .candidate .body .button-area {
    margin-top: 20px;
  }
  .title-and-info {
    display: block;
  }
  .title-and-info .download-resume {
    margin-top: 30px;
  }
  .skill-and-profile {
    display: block;
  }
  .skill-and-profile .social-profile {
    margin-top: 20px;
  }
  .portfolio-slider .owl-item.active .portfolio-item:before {
    height: 0;
    width: 0;
  }
  .candidate-details {
    padding: 0px;
  }
  .contact-form-modal.show {
    display: block !important;
  }
  .contact-form-modal.show .modal-dialog {
    padding: 50px 15px;
    margin: 0 auto;
  }
  .contact-form-modal .modal-body form .form-group {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 575px) {
  .candidate-filter-result.grid {
    display: block;
  }
  .candidate-filter-result.grid:before {
    height: 0;
    width: 0;
  }
  .candidate.half-grid {
    width: 100%;
  }
}

@media all and (max-width: 439px) {
  .candidate {
    display: block;
  }
  .candidate .thumb + .body {
    padding-left: 0;
    margin-top: 15px;
  }
  .title-and-info .title {
    display: block;
  }
  .title-and-info .title .thumb + .title-body {
    padding-left: 0;
    margin-top: 20px;
  }
  .skill-and-profile .skill span {
    margin-bottom: 10px;
  }
  .information-and-contact .buttons {
    display: block;
  }
  .information-and-contact .buttons .cover-download,
  .information-and-contact .buttons .contact-download {
    width: 100%;
  }
  .information-and-contact .buttons .cover-download svg,
  .information-and-contact .buttons .contact-download svg {
    height: 15px;
  }
  .information-and-contact .buttons .cover-download:hover,
  .information-and-contact .buttons .contact-download:hover {
    border-color: rgba(36, 109, 248, 0.2);
    color: #246df8;
  }
}

/*---------------------------------------------
	06.0 Job Style
---------------------------------------------*/
#searchmap {
  height: 100%;
  width: 100%;
}

.listing-with-map:after {
  clear: both;
  display: block;
  content: '';
}

.listing-with-map .job-listing-container, .listing-with-map .candidate-container, .listing-with-map .employer-container {
  float: left;
}

.listing-with-map .listing-side-map {
  width: calc(100% - 1040px);
  float: right;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
}

.job-listing-container, .candidate-container, .employer-container {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.job-listing-container .job-filter-wrapper, .candidate-container .job-filter-wrapper, .employer-container .job-filter-wrapper, .job-listing-container .candidate-filter-wrapper, .candidate-container .candidate-filter-wrapper, .employer-container .candidate-filter-wrapper, .job-listing-container .employer-filter-wrapper, .candidate-container .employer-filter-wrapper, .employer-container .employer-filter-wrapper {
  min-width: 240px;
}

.job-listing-container .filtered-job-listing-wrapper, .candidate-container .filtered-job-listing-wrapper, .employer-container .filtered-job-listing-wrapper, .job-listing-container .filtered-candidate-wrapper, .candidate-container .filtered-candidate-wrapper, .employer-container .filtered-candidate-wrapper, .job-listing-container .filtered-employer-wrapper, .candidate-container .filtered-employer-wrapper, .employer-container .filtered-employer-wrapper {
  width: calc(100% - 240px);
}

.job-listing-container .job-search-wrapper, .candidate-container .job-search-wrapper, .employer-container .job-search-wrapper {
  width: 100%;
  flex-break: after;
}

.job-search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-controller .switch {
  width: 60px;
  background: #e1e1e1;
  border-radius: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  margin-right: 15px;
}

.sidebar-controller .switch.on {
  background: #246df8;
}

.sidebar-controller .switch.on span {
  left: 35px;
}

.sidebar-controller .switch span {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.sidebar-controller label {
  margin-bottom: 0;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.job-search {
  max-width: 300px;
  width: 100%;
}

.job-search form {
  position: relative;
}

.job-search form input {
  width: 100%;
  border: 0;
  height: 40px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid rgba(36, 109, 248, 0.2);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 0;
}

.job-search form input:focus {
  border-color: #246df8;
}

.job-search form input:focus + button {
  color: #246df8;
}

.job-search form button {
  position: absolute;
  top: 5px;
  right: 0;
  color: rgba(36, 109, 248, 0.2);
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  outline: none;
}

.job-search form button:hover {
  color: #246df8;
}

.job-tab {
  border-bottom: 0;
  margin-bottom: 60px !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.job-tab .nav-item {
  margin-bottom: 0;
  margin: 0 15px;
}

.job-tab .nav-item a {
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 25px;
  color: #515666;
}

.job-tab .nav-item a.active, .job-tab .nav-item a:hover {
  background: transparent;
  border: 2px solid rgba(36, 109, 248, 0.15);
  border-bottom: 2px solid rgba(36, 109, 248, 0.15);
  color: #246df8;
}

.job-filter-result.grid, .grid.candidate-filter-result, .grid.employer-filter-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.job-filter-result.grid .job-list, .grid.candidate-filter-result .job-list, .grid.employer-filter-result .job-list {
  width: calc(50% - 10px);
}

.listing-with-map .job-filter-result.grid, .listing-with-map .grid.candidate-filter-result, .listing-with-map .grid.employer-filter-result {
  display: block;
}

.listing-with-map .job-filter-result.grid .job-list, .listing-with-map .grid.candidate-filter-result .job-list, .listing-with-map .grid.employer-filter-result .job-list {
  width: 100%;
}

.listing-with-map .job-filter-result.grid .job-list.half-grid .body, .listing-with-map .grid.candidate-filter-result .job-list.half-grid .body, .listing-with-map .grid.employer-filter-result .job-list.half-grid .body {
  display: block;
}

.listing-with-map .job-filter-result.grid .job-list.half-grid .body .more, .listing-with-map .grid.candidate-filter-result .job-list.half-grid .body .more, .listing-with-map .grid.employer-filter-result .job-list.half-grid .body .more {
  display: block;
  visibility: visible;
  margin-top: 15px;
}

.listing-with-map .job-filter-result.grid .job-list.half-grid .body .more .buttons, .listing-with-map .grid.candidate-filter-result .job-list.half-grid .body .more .buttons, .listing-with-map .grid.employer-filter-result .job-list.half-grid .body .more .buttons {
  display: block;
}

.listing-with-map .job-filter-result.grid .job-list.half-grid .body .more .buttons .button, .listing-with-map .grid.candidate-filter-result .job-list.half-grid .body .more .buttons .button, .listing-with-map .grid.employer-filter-result .job-list.half-grid .body .more .buttons .button {
  margin-left: 0;
  margin-right: 10px;
}

.listing-with-map .job-filter-result.grid .job-list.half-grid .body .more .deadline, .listing-with-map .grid.candidate-filter-result .job-list.half-grid .body .more .deadline, .listing-with-map .grid.employer-filter-result .job-list.half-grid .body .more .deadline {
  text-align: left;
}

.job-list.half-grid {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.job-list.half-grid .body .more {
  display: none;
  visibility: hidden;
}

.job-list {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  width: 100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1px !important;
}

.job-list .thumb, .xpa-public-job-info .thumb {
  width: 80px;
  height: 80px;
  border-radius: 3px;
  background: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}

.job-list .thumb img {
  max-width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bx--btn--danger {
    background-color: #dd2c5a !important;
}

.job-list .thumb img, .xpa-public-job-info .thumb img  {
  max-width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.job-list .body {
  padding-left: 30px;
  width: calc(100% - 82px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.css-color-hov:hover {
  color: #002072 !important;
  cursor: pointer !important;
}

.job-list .body .content h4, .xpa-public-job-info h4 {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #232630;
  font-family: Poppins, sans-serif !important;
}

.job-list .body .content .info span {
  margin-right: 15px;
  font-size: 14px;
  color: #6f7484 !important;
}

.job-list .body .content .info span svg {
  height: 15px;
  color: #aaa;
}

.job-list .body .content .info .full-time svg circle,
.job-list .body .content .info .full-time svg polyline {
  stroke: #ff9247;
}

.job-list .body .content .info .part-time svg circle,
.job-list .body .content .info .part-time svg polyline {
  stroke: #6e75d0;
}

.job-list .body .content .info .freelance svg circle,
.job-list .body .content .info .freelance svg polyline {
  stroke: #82d219;
}

.job-list .body .content .info .temporary svg circle,
.job-list .body .content .info .temporary svg polyline {
  stroke: #ff5377;
}

.job-list .body .more .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.job-list .body .more .buttons .button {
  padding: 6px 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  margin-left: 20px;
  background: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.job-list .body .more .buttons .button:hover {
  color: #ffffff;
  background: #246df8;
  border-color: #246df8;
}

.job-list .body .more .buttons .favourite {
  height: 38px;
  width: 38px;
  background: #ffffff;
  text-align: center;
  line-height: 38px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
}

.job-list .body .more .buttons .favourite:hover, .job-list .body .more .buttons .favourite.active {
  color: #ff8fa6;
  border-color: #ff8fa6;
}

.job-list .body .more .buttons .favourite:hover svg, .job-list .body .more .buttons .favourite.active svg {
  color: #ff8fa6;
}

.job-list .body .more .buttons .favourite svg {
  height: 15px;
  color: #c3c3c3;
}

.job-list .body .more .deadline {
  font-size: 13px;
  margin-top: 10px;
  font-style: italic;
  font-weight: 300;
  display: block;
  text-align: right;
}

.job-list:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* .job-list:hover {
  background: #ffffff;
  border-top-color: transparent;
  -webkit-box-shadow: 0px 15px 40px 0px rgba(237, 237, 237, 0.4);
  box-shadow: 0px 15px 40px 0px rgba(237, 237, 237, 0.4);
}

.job-list:hover + .job-list {
  border-top-color: transparent;
} */

.job-list:hover .body .content h4 {
  color: #246df8;
}

.explore-job {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  margin-bottom: 30px;
}

.explore-job .explore-job-header {
  padding: 20px 20px 20px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.explore-job .explore-job-header h5 {
  color: #101725;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-transform: uppercase;
}

.explore-job .explore-job-header svg {
  height: 14px;
  color: #246df8;
}

.explore-job .key-info {
  padding-right: 25px;
}

.explore-job .key-info ul {
  padding: 30px;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  margin: 0;
  margin-top: 30px;
  list-style: none;
  height: 270px;
  overflow-x: hidden;
  overflow-y: scroll;
  margin-bottom: 30px;
  /* Set Scrollbar Width */
  /* Set Scrollbar Buttons */
  /* Set Scrollbar Track */
  /* Set Scrollbar Handle */
}

.explore-job .key-info ul::-webkit-scrollbar {
  width: 10px;
  background: #f3f3f3;
  right: 20px;
  border-radius: 5px;
}

.explore-job .key-info ul::-webkit-scrollbar-track {
  border-radius: 5px;
}

.explore-job .key-info ul::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #dbe0e9;
}

.explore-job .key-info ul::-webkit-scrollbar-thumb:window-inactive {
  background: #dbe0e9;
}

.explore-job .key-info ul li a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #6f7484;
}

.explore-job .key-info ul li a span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #aaaaaa;
  margin-left: 5px;
}

.explore-job .key-info ul li a:hover {
  color: #246df8;
}

.explore-job .key-info ul li + li {
  margin-top: 8px;
}

.apply-popup .modal-dialog {
  margin: 20px auto;
}

.apply-popup .modal-dialog .modal-content .modal-header {
  padding: 15px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.apply-popup .modal-dialog .modal-content .modal-header h5 {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #232630;
}

.apply-popup .modal-dialog .modal-content .modal-header h5 svg {
  height: 15px;
  width: 15px;
  margin-right: 7px;
  color: #bebebe;
}

.apply-popup .modal-dialog .modal-content .modal-header .close {
  font-size: 2rem;
  padding: 0;
  margin: 0;
  height: 30px;
  width: 30px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  color: #6f7484;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  outline: none;
}

.apply-popup .modal-dialog .modal-content .modal-body {
  padding: 30px;
}

.apply-popup .modal-dialog .modal-content .modal-body .form-group {
  margin-bottom: 30px;
}

.apply-popup .modal-dialog .modal-content .modal-body .form-group .form-control {
  height: 50px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1.4rem;
}

.apply-popup .modal-dialog .modal-content .modal-body .form-group textarea.form-control {
  height: 100px;
}

.apply-popup .modal-dialog .modal-content .modal-body .file-input-wrap label {
  background: #f9f9f9;
  border-radius: 3px;
  border: 1px dashed #d5d5d5;
  width: 100%;
  display: block;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  cursor: pointer;
}

.apply-popup .modal-dialog .modal-content .modal-body .file-input-wrap label input {
  display: none;
}

.apply-popup .modal-dialog .modal-content .modal-body .file-input-wrap label svg {
  display: block;
  height: 20px;
  width: 20px;
  color: #aaaaaa;
  margin: 0 auto;
}

.apply-popup .modal-dialog .modal-content .modal-body .file-input-wrap label span {
  color: #6f7484;
  font-size: 1.4rem;
}

.apply-popup .modal-dialog .modal-content .modal-body .file-input-wrap label span span {
  font-size: 1.2rem;
  color: #aaaaaa;
}

.apply-popup .modal-dialog .modal-content .modal-body .more-option {
  margin-bottom: 30px;
}

.apply-popup .modal-dialog .modal-content .modal-body .more-option label {
  color: #6f7484;
}

.apply-popup .modal-dialog .modal-content .modal-body .more-option label .dot {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}

.apply-popup .modal-dialog .modal-content .modal-body .more-option label .dot:before {
  border-radius: 2px;
}

.apply-popup .modal-dialog .modal-content .modal-body .more-option label a {
  color: #246df8;
  text-decoration: underline;
}

.apply-popup .modal-dialog .modal-content .modal-body .button {
  margin-left: 0;
  padding: 15px;
  border: 0;
  border-radius: 5px;
  background: #246df8;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*---------------------------------------------
	Job Details
---------------------------------------------*/
.job-listing-details {
  background: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
}

.job-title-and-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.job-title-and-info .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.job-title-and-info .title .thumb {
  width: 100px;
  height: 100px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.job-title-and-info .title .title-body h4 {
  font-size: 2.6rem;
  font-weight: 500;
  padding-bottom: 15px;
}

.job-title-and-info .title .title-body .info span {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-right: 15px;
  color: #6f7484;
}

.job-title-and-info .title .title-body .info span svg {
  height: 15px;
  margin-right: 5px;
  color: #aaa;
}

.job-title-and-info .title .title-body .info span.full-time svg {
  color: #ff9247;
}

.job-title-and-info .title .title-body .info span.temporary svg {
  color: #ff5377;
}

.job-title-and-info .title .title-body .info span.part-time svg {
  color: #6e75d0;
}

.job-title-and-info .title .title-body .info span.freelance svg {
  color: #82d219;
}

.job-title-and-info .buttons .apply {
  padding: 15px 30px;
  border-radius: 3px;
  background: #246df8;
  color: #ffffff;
  font-size: 1.4rem;
  border: 1px solid rgba(36, 109, 248, 0.15);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.job-title-and-info .buttons .apply svg {
  height: 18px;
  margin-left: 10px;
}

.job-title-and-info .buttons .apply:hover {
  color: #ffffff;
  background: #246df8;
}

.job-title-and-info .buttons .save {
  padding: 15px 30px;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(247, 249, 252, 0)), to(#f7f9fc));
  background-image: -webkit-linear-gradient(right, rgba(247, 249, 252, 0), #f7f9fc);
  background-image: -o-linear-gradient(right, rgba(247, 249, 252, 0), #f7f9fc);
  background-image: linear-gradient(to left, rgba(247, 249, 252, 0), #f7f9fc);
  color: #6f7484;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-right: 10px;
}

.job-title-and-info .buttons .save svg {
  height: 18px;
  margin-right: 7px;
}

.job-title-and-info .buttons .save:hover {
  color: #ff8fa6;
  border-color: #ff8fa6;
}

.responsibilities ul,
.edication-and-experience ul,
.other-benifit ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}

.responsibilities ul li,
.edication-and-experience ul li,
.other-benifit ul li {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #6f7484;
  position: relative;
  padding-left: 20px;
}

.responsibilities ul li:before,
.edication-and-experience ul li:before,
.other-benifit ul li:before {
  position: absolute;
  content: '\f058';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  color: #aaa;
  top: 2px;
  left: 0;
  font-size: 1.2rem;
}

.responsibilities ul li + li,
.edication-and-experience ul li + li,
.other-benifit ul li + li {
  margin-top: 8px;
}

.job-apply-buttons a {
  padding: 14px 30px;
  border-radius: 3px;
  border: 1px solid;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
}

.job-apply-buttons .apply {
  background: #246df8;
  color: #ffffff;
  border-color: #246df8;
  margin-right: 10px;
}

.job-apply-buttons .email {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(247, 249, 252, 0)), to(#f7f9fc));
  background-image: -webkit-linear-gradient(right, rgba(247, 249, 252, 0), #f7f9fc);
  background-image: -o-linear-gradient(right, rgba(247, 249, 252, 0), #f7f9fc);
  background-image: linear-gradient(to left, rgba(247, 249, 252, 0), #f7f9fc);
  color: #6f7484;
  border-color: rgba(0, 0, 0, 0.05);
}

.job-apply-buttons .email:hover {
  color: #ffffff;
  background: #246df8;
  border-color: #246df8;
}

.job-apply-buttons .email svg {
  height: 15px;
}

.company-information {
  margin-top: 60px;
}

.company-information ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}

.company-information ul li {
  font-size: 1.4rem;
  color: #6f7484;
}

.company-information ul li a {
  color: #246df8;
  text-decoration: underline;
}

.company-information ul li span {
  font-size: "Poppins", sans-serif;
  font-weight: 500;
  margin-right: 5px;
  color: #232630;
}

.company-information ul li + li {
  margin-top: 8px;
}

.job-summary {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(247, 249, 252, 0)), to(#f7f9fc));
  background-image: -webkit-linear-gradient(right, rgba(247, 249, 252, 0), #f7f9fc);
  background-image: -o-linear-gradient(right, rgba(247, 249, 252, 0), #f7f9fc);
  background-image: linear-gradient(to left, rgba(247, 249, 252, 0), #f7f9fc);
}

.job-summary h4 {
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.job-summary ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}

.job-summary ul li {
  font-size: 1.4rem;
  color: #6f7484;
}

.job-summary ul li span {
  font-size: "Poppins", sans-serif;
  font-weight: 500;
  margin-right: 5px;
  color: #232630;
}

.job-summary ul li + li {
  margin-top: 8px;
}

.share-job-post {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(247, 249, 252, 0)), to(#f7f9fc));
  background-image: -webkit-linear-gradient(right, rgba(247, 249, 252, 0), #f7f9fc);
  background-image: -o-linear-gradient(right, rgba(247, 249, 252, 0), #f7f9fc);
  background-image: linear-gradient(to left, rgba(247, 249, 252, 0), #f7f9fc);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  margin-top: 50px;
  padding: 12px 30px;
}

.share-job-post .share {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-right: 10px;
}

.share-job-post .share i {
  margin-right: 10px;
}

.share-job-post a {
  margin-right: 12px;
  color: #6f7484;
}

.share-job-post a:hover {
  color: #246df8;
}

.share-job-post .add-more {
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #f7f9fc;
  border-radius: 3px;
  height: 30px;
  width: 30px;
  line-height: 31px;
  text-align: center;
}

.information-and-share .buttons {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.information-and-share .buttons .button {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
}

.information-and-share .buttons .print,
.information-and-share .buttons .report {
  padding: 12px 5px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  width: calc(50% - 10px);
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(247, 249, 252, 0)), to(#f7f9fc));
  background-image: -webkit-linear-gradient(right, rgba(247, 249, 252, 0), #f7f9fc);
  background-image: -o-linear-gradient(right, rgba(247, 249, 252, 0), #f7f9fc);
  background-image: linear-gradient(to left, rgba(247, 249, 252, 0), #f7f9fc);
}

.information-and-share .buttons .print svg,
.information-and-share .buttons .report svg {
  height: 15px;
}

.information-and-share .buttons .print:hover,
.information-and-share .buttons .report:hover {
  border-color: rgba(36, 109, 248, 0.2);
  color: #246df8;
}

.information-and-share .job-location {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(247, 249, 252, 0)), to(#f7f9fc));
  background-image: -webkit-linear-gradient(right, rgba(247, 249, 252, 0), #f7f9fc);
  background-image: -o-linear-gradient(right, rgba(247, 249, 252, 0), #f7f9fc);
  background-image: linear-gradient(to left, rgba(247, 249, 252, 0), #f7f9fc);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  margin-top: 50px;
  padding: 30px;
}

.information-and-share .job-location h4 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.information-and-share .job-location .cp-map {
  height: 250px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.job-apply-buttons {
  margin-top: 45px;
}

.job-apply-buttons a {
  margin-top: 15px;
}

/*---------------------------------------------
	Job Post
---------------------------------------------*/
.post-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.post-container .post-content-wrapper {
  width: 75%;
}

.post-container .post-sidebar {
  width: 25%;
}

.post-content-wrapper {
  padding: 20px;
  background: #ffffff;
}

.basic-info-input h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.basic-info-input h4 svg {
  height: 15px;
  margin-right: 7px;
  color: #aaa;
}

.job-post-form .form-group {
  margin-bottom: 30px;
}

.job-post-form .form-group label {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #6f7484;
}

.job-post-form .form-group .form-control {
  height: 40px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  outline: none;
  font-size: 1.4rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.job-post-form .form-group .form-control:focus {
  border-bottom-color: #246df8;
}

.job-post-form .form-group textarea.form-control {
  height: 100px;
}

.job-post-form .button {
  padding: 12px 30px;
  background: #246df8;
  color: #ffffff;
}

.job-post-form .col-form-label {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #6f7484;
}

.job-post-form .form-group.terms {
  margin-top: 30px;
}

.job-post-form .basic-info-input .form-group {
  position: relative;
}

.job-post-form .basic-info-input .form-group select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding-left: 0.5em;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  z-index: 10;
}

@-moz-document url-prefix() {
  .job-post-form .basic-info-input .form-group select {
    width: 110%;
  }
}

.job-post-form .basic-info-input .form-group select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 black;
}

.job-post-form .basic-info-input .form-group select::-ms-expand {
  display: none;
}

.job-post-form .basic-info-input .form-group i {
  position: absolute;
  right: 0;
  top: 13px;
  z-index: 5;
  color: #aaa;
}

.set-location {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), to(#f7f9fc));
  background-image: -webkit-linear-gradient(right, #ffffff, #f7f9fc);
  background-image: -o-linear-gradient(right, #ffffff, #f7f9fc);
  background-image: linear-gradient(to left, #ffffff, #f7f9fc);
  padding: 20px;
  border-radius: 3px;
}

.set-location h5 {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

.set-location .cp-map {
  height: 180px;
}

.job-post-form .basic-info-input .mce-tinymce {
  margin-bottom: 30px;
}

.package-select {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.package-select .package-select-inputs {
  width: 210px;
}

.package-select .payment-method a {
  padding: 8px 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #f7f9fc;
  border-radius: 3px;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-right: 15px;
}

.package-select .payment-method a i {
  margin-right: 7px;
}

.package-select .payment-method .active {
  border: 1px solid #246df8;
  background: #246df8;
  color: #ffffff;
}

.package-select .form-group {
  margin-bottom: 15px;
}

.package-select .form-group:last-child {
  margin-bottom: 0;
}

.custom-radio {
  display: none;
}

.custom-radio + label {
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}

.custom-radio + label .dot {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.custom-radio + label .dot::before {
  content: "";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 9px;
  height: 9px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #246df8;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.custom-radio:checked + label .dot::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.custom-radio + label .package-type {
  display: inline-block;
  width: 100px;
}

.job-post-form .form-group.terms {
  margin-top: 30px;
}

.job-post-form .form-group.terms label {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}

.job-post-form .form-group.terms label a {
  color: #246df8;
  text-decoration: underline;
}

/*------------------------------------------------------
  TinyMCE Editor
------------------------------------------------------*/
.mce-statusbar.mce-container.mce-panel.mce-stack-layout-item.mce-last {
  display: none;
}

.mce-tinymce.mce-container.mce-panel {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.mce-container-body.mce-flow-layout {
  background: #f7f9fc;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.mce-container.mce-flow-layout-item.mce-btn-group .mce-widget.mce-btn {
  background: transparent;
}

.mce-btn-group .mce-btn:hover {
  border-color: transparent;
}

.mce-edit-area.mce-container.mce-panel.mce-stack-layout-item {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mce-top-part::before {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.mce-btn.mce-active button, .mce-btn.mce-active:hover button, .mce-btn.mce-active i, .mce-btn.mce-active:hover i {
  color: #246df8 !important;
}

.post-sidebar {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#f7f9fc));
  background-image: -webkit-linear-gradient(left, #ffffff, #f7f9fc);
  background-image: -o-linear-gradient(left, #ffffff, #f7f9fc);
  background-image: linear-gradient(to right, #ffffff, #f7f9fc);
  padding: 30px;
}

.post-sidebar h5 {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.post-sidebar h5 svg {
  height: 15px;
  width: 15px;
  margin-right: 7px;
  color: #aaa;
}

.post-sidebar .sidebar-menu {
  padding: 0;
  padding-bottom: 10px;
  margin: 0;
  list-style: none;
}

.post-sidebar .sidebar-menu li {
  padding: 5px 0;
  position: relative;
}

.post-sidebar .sidebar-menu li:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: rgba(0, 0, 0, 0.08);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.post-sidebar .sidebar-menu li i {
  color: #6f7484;
  width: 25px;
}

.post-sidebar .sidebar-menu li a {
  color: #6f7484;
  font-weight: 400;
  font-size: 1.4rem;
  padding: 5px 0;
}

.post-sidebar .sidebar-menu li:hover:before {
  width: 100%;
}

.post-sidebar .sidebar-menu li:hover a {
  color: #246df8;
}

.post-sidebar .signin-option {
  margin-top: 25px;
  background: rgba(36, 109, 248, 0.15);
  border: 1px solid rgba(36, 109, 248, 0.4);
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 0;
}

.post-sidebar .signin-option .buttons a {
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 10px;
  margin-top: 10px;
}

.post-sidebar .signin-option .buttons a:last-child {
  margin-right: 0;
}

.post-sidebar .signin-option .buttons .signin {
  background: #246df8;
  border-radius: 3px;
  color: #ffffff;
  padding: 8px 20px;
}

.post-sidebar .signin-option .buttons .register {
  color: #246df8;
  text-decoration: underline;
}

.leaflet-popup-content-wrapper {
  border-radius: 3px !important;
}

.leaflet-popup {
  margin-left: -140px !important;
}

.leaflet-container h5 a {
  color: #101725;
}

.leaflet-container a {
  color: #6f7484;
}

.leaflet-marker-icon.marker-cluster {
  height: 46px !important;
  width: 46px !important;
}

.job-search-result-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.job-search-result-listing .thumb {
  width: 50px;
  height: 50px;
  border-radius: 3px;
  background: #f9f9f9;
  position: relative;
}

.job-search-result-listing .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 35px;
}

.job-search-result-listing .body {
  padding-left: 20px;
}

.job-search-result-listing .body h5 {
  font-size: 1.5rem;
}

.job-search-result-listing .body .info {
  color: #6f7484;
}

.job-search-result-listing .body .info span svg {
  height: 14px;
  width: 14px;
  margin-right: 7px;
}

.job-search-result-listing .body .info span + span {
  margin-left: 20px;
}

.leaflet-popup-tip-container {
  top: calc(100% - 1px);
}

.leaflet-marker-icon.marker-cluster div {
  left: 0;
  bottom: 0;
  margin-top: 0;
  margin-left: 0;
  height: 46px;
  width: 46px;
}

.leaflet-marker-icon.marker-cluster div span {
  line-height: 46px;
}

@media all and (max-width: 1199px) {
  .job-list.half-grid {
    padding: 20px 15px;
  }
  .listing-with-map {
    display: block;
  }
  .listing-with-map .listing-side-map {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: static;
  }
  .listing-with-map .job-listing-container, .listing-with-map .candidate-container, .listing-with-map .employer-container {
    width: 100%;
  }
  .sidebar-controller {
    display: none;
    visibility: hidden;
  }
}

@media all and (max-width: 991px) {
  .job-list {
    padding: 30px 20px;
  }
  .job-listing-container, .candidate-container, .employer-container {
    display: block;
  }
  .job-listing-container .filtered-job-listing-wrapper, .candidate-container .filtered-job-listing-wrapper, .employer-container .filtered-job-listing-wrapper, .job-listing-container .filtered-candidate-wrapper, .candidate-container .filtered-candidate-wrapper, .employer-container .filtered-candidate-wrapper, .job-listing-container .filtered-employer-wrapper, .candidate-container .filtered-employer-wrapper, .employer-container .filtered-employer-wrapper {
    width: 100%;
  }
  .job-listing-container .job-filter-wrapper, .candidate-container .job-filter-wrapper, .employer-container .job-filter-wrapper, .job-listing-container .candidate-filter-wrapper, .candidate-container .candidate-filter-wrapper, .employer-container .candidate-filter-wrapper, .job-listing-container .employer-filter-wrapper, .candidate-container .employer-filter-wrapper, .employer-container .employer-filter-wrapper {
    width: 100%;
  }
  .listing-with-map .job-listing-container, .listing-with-map .candidate-container, .listing-with-map .employer-container {
    display: block;
  }
  .listing-with-map .job-listing-container .job-filter-wrapper, .listing-with-map .candidate-container .job-filter-wrapper, .listing-with-map .employer-container .job-filter-wrapper, .listing-with-map .job-listing-container .candidate-filter-wrapper, .listing-with-map .candidate-container .candidate-filter-wrapper, .listing-with-map .employer-container .candidate-filter-wrapper, .listing-with-map .job-listing-container .employer-filter-wrapper, .listing-with-map .candidate-container .employer-filter-wrapper, .listing-with-map .employer-container .employer-filter-wrapper {
    width: 100%;
  }
  .information-and-share {
    margin-top: 60px;
  }
  .job-title-and-info {
    display: block;
  }
  .job-title-and-info .buttons {
    margin-top: 30px;
  }
  .post-container {
    display: block;
  }
  .post-container .post-content-wrapper,
  .post-container .post-sidebar {
    width: 100%;
  }
  .package-select .payment-method a {
    margin-top: 15px;
  }
}

@media all and (max-width: 767px) {
  .job-list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .job-list .body {
    display: block;
  }
  .job-list .body .more .buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 20px;
  }
  .job-list .body .more .buttons .button {
    margin-left: 0;
    margin-right: 20px;
  }
  .job-list .body .more .deadline {
    text-align: left;
  }
  .job-view-controller-wrapper .job-view-controller .controller, .candidate-view-controller-wrapper .job-view-controller .controller, .employer-view-controller-wrapper .job-view-controller .controller, .job-view-controller-wrapper .candidate-view-controller .controller, .candidate-view-controller-wrapper .candidate-view-controller .controller, .employer-view-controller-wrapper .candidate-view-controller .controller, .job-view-controller-wrapper .employer-view-controller .controller, .candidate-view-controller-wrapper .employer-view-controller .controller, .employer-view-controller-wrapper .employer-view-controller .controller {
    display: none;
    visibility: hidden;
  }
  .job-title-and-info .title {
    display: block;
  }
  .job-title-and-info .title .thumb {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 575px) {
  .job-listing-details {
    padding: 20px;
  }
  .company-information {
    margin-bottom: 30px;
  }
  .apply-popup .modal-dialog {
    margin: 15px;
  }
}

@media all and (max-width: 479px) {
  .job-list {
    display: block;
  }
  .job-list .thumb {
    margin-bottom: 20px;
  }
  .job-list .thumb:before {
    height: 0;
    width: 0;
  }
  .job-list .body {
    padding-left: 0;
    width: 100%;
  }
  .job-list .body .content .info span {
    margin-right: 10px;
  }
  .job-view-controller-wrapper, .candidate-view-controller-wrapper, .employer-view-controller-wrapper {
    display: block;
  }
  .job-view-controller-wrapper .showing-number, .candidate-view-controller-wrapper .showing-number, .employer-view-controller-wrapper .showing-number {
    margin-top: 20px;
  }
}

@media all and (max-width: 439px) {
  .job-tab {
    display: block;
  }
  .job-tab .nav-item {
    margin-bottom: 0;
    margin: 0;
    display: block;
    text-align: center;
  }
  .job-tab .nav-item a:focus,
  .job-tab .nav-item a:hover {
    display: block;
  }
  .job-tab .nav-item:focus {
    outline: none;
  }
  .job-tab .nav-item + .nav-item {
    margin-top: 15px;
  }
  .job-title-and-info .buttons a {
    display: block;
    width: 180px;
    text-align: center;
  }
  .job-title-and-info .buttons .save {
    margin-bottom: 15px;
  }
  .job-title-and-info .buttons .save svg {
    margin-left: 0;
  }
}

/*---------------------------------------------
	28.0 Account Style
---------------------------------------------*/

.header-2.access-page-nav {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-2.access-page-nav .header-top {
  margin-bottom: 0;
  padding: 30px 0;
}

.top-nav .account-page-link {
  background: #246df8;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 9px 30px;
  border-radius: 3px;
}

.access-form .form-header {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 1rem;
  width: 312px;
}

.access-form .form-header h5 {
  font-size: 15px;
  font-family: "Poppins", sans-serif !important;
  font-weight: bold;
  color: #232630;
  margin-bottom: 0px !important;
}

.access-form .form-header h5 svg {
  height: 14px;
  width: 14px;
  margin-right: 8px;
}

.access-form .account-type {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.access-form .account-type label {
  cursor: pointer;
  width: 100%;
}

.access-form .account-type label span {
  padding: 15px 10px;
  background: rgba(34, 96, 100, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #232630;
  text-align: center;
  width: 100%;
  display: block;
}

.access-form .account-type label input[type="radio"]:checked + span {
  color: #246df8;
  background: rgba(36, 109, 248, 0.2);
  border-color: transparent;
}

.access-form .account-type label input {
  display: none;
}

.access-form .form-group {
  margin-bottom: 1rem;
}
/*---------------------------------------------
	21.0 Employer Style
---------------------------------------------*/
.employer-filter-result.grid {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.employer-filter-result.grid:before {
  position: absolute;
  top: 30px;
  left: 50%;
  bottom: 0;
  width: 1px;
  background: rgba(0, 0, 0, 0.08);
  content: '';
}

.employer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 20px;
  border-radius: 3px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.employer .thumb {
  width: 80px;
  height: 80px;
  background: #f9f9f9;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.employer .thumb a {
  height: 80px;
  width: 80px;
  position: relative;
}

.employer .thumb a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.employer .thumb + .body {
  padding-left: 20px;
}

.employer .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.access-form .account-type label span {
  padding: 15px 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  width: 100%;
  display: block;
  color: #135589;
    border-color: transparent;
}

.access-form .account-type label input {
  display: none;
}

.access-form .form-group {
  margin-bottom: 30px;
}

.access-form .form-group .form-control {
  height: 50px;
  border: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  width: 310px !important;
}

.access-form .form-group .form-control:focus {
  border-bottom-color: #246df8;
}

.access-form .more-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #6f7484;
  margin-bottom: 30px;
}

.access-form .more-option .form-check .form-check-input {
  margin-top: 6px;
}

.access-form .more-option .form-check .form-check-label {
  margin-left: 7px;
}

.access-form .more-option .custom-radio + label .dot {
  border-radius: 5px;
}

.access-form .more-option .custom-radio + label .dot:before {
  border-radius: 2px;
}

.access-form .more-option.terms .form-check-label a {
  color: #246df8;
  text-decoration: underline;
}

.access-form .more-option a:hover {
  color: #246df8;
}

.access-form .button {
  color: #ffffff;
  padding: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.access-form .shortcut-login {
  margin-top: 30px;
}

.access-form .shortcut-login span {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  color: #6f7484;
  margin-bottom: 10px;
  display: inline-block;
}

.access-form .shortcut-login .buttons {
  width: calc(100% - 80px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.employer .body .content h4 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 12px;
}

.employer .body .content h4 a {
  color: black;
}

.employer .body .content h4 a:hover {
  color: #246df8 !important;
  text-decoration: none !important;
}

.employer .body .content .info span {
  color: #6f7484;
  margin-right: 15px;
}

.employer .body .content .info span.work-post svg {
  color: rgba(36, 109, 248, 0.4);
}

.employer .body .content .info span.location svg {
  color: #6f7484;
}

.employer .body .content .info span svg {
  height: 15px;
  color: #aaa;
}

.employer .body .button-area a {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 8px 15px;
  color: #246df8;
  border-radius: 3px;
  background: rgba(36, 109, 248, 0.15);
}

/* .employer:hover {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
} */

.employer:hover .body .button-area a {
  background: #246df8;
  border-color: #246df8;
  color: #ffffff;
}

.employer.half-grid {
  width: calc(50% - 30px);
}

.employer.half-grid .body {
  display: block;
  margin-top: 0;
}

.employer.half-grid .body .content span {
  display: inline-block;
  margin-bottom: 8px;
}

.employer.half-grid .body .button-area {
  margin-top: 10px;
}

/*---------------------------------------------
	Employer Details
---------------------------------------------*/
.company-details {
  background: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
}

.company-details .title-and-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.access-form .shortcut-login .buttons a {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  padding: 14px 30px;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #101725;
  text-align: center;
  width: 45%;
}

.access-form .shortcut-login .buttons a i {
  margin-right: 7px;
}

.access-form .shortcut-login .buttons a.facebook i {
  color: #3b5998;
}

.access-form .shortcut-login .buttons a.google i {
  color: #ea4335;
}

.access-form .shortcut-login p {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #6f7484;
  margin-top: 20px;
}

.access-form .shortcut-login p a {
  font-weight: 500;
}

.access-form .shortcut-login p a:hover {
  color: #246df8;
}

@media all and (max-width: 991px) {
  .access-page-nav .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .access-page-nav .header-top .top-nav {
    display: block !important;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    width: auto;
  }
}

@media all and (max-width: 767px) {
  .access-page-bg {
    background: transparent;
  }
}

@media all and (max-width: 575px) {
  .access-page-nav .header-top .top-nav {
    display: none !important;
  }
}

@media all and (max-width: 375px) {
  .access-form .shortcut-login .buttons {
    display: block;
  }
  .access-form .shortcut-login .buttons a {
    width: 100%;
  }
  .access-form .shortcut-login .buttons a + a {
    margin-top: 20px;
  }
  .access-form .shortcut-login {
    text-align: center;
  }
  .access-form .shortcut-login .buttons {
    text-align: center;
  }
  .access-form .shortcut-login .buttons a {
    width: 180px;
    margin: 0 auto;
  }
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-top-90 {
  padding-top: 90px;
}
.padding-top-80 {
  padding-top: 80px;
}

/*---------------------------------------------
	17.0 Pricing Style
---------------------------------------------*/
.pricing-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pricing-controller .switch-wrap {
  background: rgba(36, 109, 248, 0.1);
  height: 26px;
  width: 50px;
  border-radius: 30px;
  position: relative;
  margin: 0 15px;
  cursor: pointer;
}

.pricing-controller .switch-wrap .price-switch {
  background: #19bb4c;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.pricing-controller .switch-wrap .price-switch.year-active {
  left: 27px;
}

.pricing-controller .duration {
  font-size: 1.6rem;
  font-weight: 500;
  color: #aaa;
}

.pricing-controller .duration.active {
  color: #101725;
}

.pricing-controller .duration span {
  color: #19bb4c;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 2px 4px;
  border-radius: 3px;
}

.package-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.package-wrapper .package {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.package-wrapper .package .package-header {
  padding: 40px;
  background: #246df8;
  color: #ffffff;
}

.package-wrapper .package .package-header .cost {
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: rgb(255, 255, 255)
}

.package-wrapper .package .package-header .cost span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  margin-left: 5px;
}

.package-wrapper .package .package-header .cost.hidden {
  display: none;
  visibility: hidden;
}

.package-wrapper .package .package-header .title {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
  margin-top: 5px;
  display: block;
}

.package-wrapper .package.professional .package-header {
  background: url(../images/bg/package-header-bg.jpg) no-repeat center;
  background-size: cover;
}

.package-wrapper .package .package-features {
  padding: 40px;
  padding-bottom: 0;
}

.package-wrapper .package .package-features ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}

.package-wrapper .package .package-features ul li {
  font-size: 14px;
  color: #bdbdbd;
  position: relative;
  padding-left: 30px;
}

.package-wrapper .package .package-features ul li.active {
  color: #6f7484;
  font-size: 14px;
}

.package-wrapper .package .package-features ul li:before {
  content: '\f058';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  position: absolute;
  font-size: 1rem;
  top: 0px;
  left: 0;
}

.package-wrapper .package .package-features ul li.active:before {
  color: #19bb4c;
}

.package-wrapper .package .package-features ul li + li {
  margin-top: 10px;
}

.package-wrapper .package .package-features .button {
  margin-top: 30px;
  background: #246df8;
  padding: 11px 25px;
  color: #ffffff;
}

@media all and (max-width: 767px) {
  .package-wrapper {
    display: block;
  }
  .package-wrapper .package + .package {
    margin-top: 40px;
  }
}

.css-workflow-int-f-sz {
  font-size: 12px;
}


.company-details .title-and-info .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.company-details .title-and-info .title .thumb {
  width: 100px;
  height: 100px;
  background: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}

.company-details .title-and-info .title .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.company-details .title-and-info .title .thumb + .title-body {
  padding-left: 20px;
}

.company-details .title-and-info .title .title-body h4 {
  font-size: 2.6rem;
  font-weight: 600;
  padding-bottom: 15px;
}

.company-details .title-and-info .title .title-body .info span {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-right: 15px;
  color: #6f7484;
}

.company-details .title-and-info .title .title-body .info span svg {
  height: 15px;
  margin-right: 5px;
  color: #aaa;
}

.company-details .title-and-info .download-resume a {
  padding: 15px 30px;
  border-radius: 3px;
  background: #246df8;
  color: #ffffff;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.company-details .title-and-info .download-resume a svg {
  height: 18px;
  margin-left: 10px;
}

.company-details .title-and-info .download-resume a:hover {
  color: #ffffff;
  background: #246df8;
}

.company-details .title-and-info .download-resume .save-btn {
  text-align: center;
  background: transparent;
  margin-right: 10px;
  color: #6f7484;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(247, 249, 252, 0)), to(#f7f9fc));
  background-image: -webkit-linear-gradient(right, rgba(247, 249, 252, 0), #f7f9fc);
  background-image: -o-linear-gradient(right, rgba(247, 249, 252, 0), #f7f9fc);
  background-image: linear-gradient(to left, rgba(247, 249, 252, 0), #f7f9fc);
}

.company-details .title-and-info .download-resume .save-btn svg {
  margin-left: 0;
  margin-right: 7px;
}

.company-details .title-and-info .download-resume .save-btn:hover {
  background: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(247, 249, 252, 0)), to(#f7f9fc));
  background-image: -webkit-linear-gradient(right, rgba(247, 249, 252, 0), #f7f9fc);
  background-image: -o-linear-gradient(right, rgba(247, 249, 252, 0), #f7f9fc);
  background-image: linear-gradient(to left, rgba(247, 249, 252, 0), #f7f9fc);
  border-color: #ff8fa6;
  color: #ff8fa6;
}

.open-job .job-list {
  padding: 30px 20px;
}

.open-job .job-list .body {
  padding-left: 0;
  width: 100%;
}

.open-job .job-list .body .content h4 {
  margin-bottom: 0;
}

.company-details .details-information {
  border-bottom: 0;
}

.information-and-contact .information ul li a {
  color: #246df8;
}

.company-details .job-location {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(247, 249, 252, 0)), to(#f7f9fc));
  background-image: -webkit-linear-gradient(right, rgba(247, 249, 252, 0), #f7f9fc);
  background-image: -o-linear-gradient(right, rgba(247, 249, 252, 0), #f7f9fc);
  background-image: linear-gradient(to left, rgba(247, 249, 252, 0), #f7f9fc);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  margin-top: 50px;
  padding: 30px;
}

.company-details .job-location h4 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.company-details .job-location .cp-map {
  height: 250px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

@media all and (max-width: 991px) {
  .company-details .title-and-info {
    display: block;
  }
  .company-details .title-and-info .download-resume {
    margin-top: 20px;
  }
  .company-details .title-and-info .download-resume a {
    margin-bottom: 10px;
  }
}

@media all and (max-width: 767px) {
  .employer .body {
    display: block;
  }
  .employer .body .button-area {
    margin-top: 20px;
  }
  .company-details {
    padding: 20px;
  }
}

@media all and (max-width: 439px) {
  .employer {
    display: block;
  }
  .employer .thumb + .body {
    padding-left: 0;
    margin-top: 15px;
  }
  .employer .body {
    width: 100%;
  }
  .company-details .title-and-info .title {
    display: block;
  }
  .company-details .title-and-info .title .thumb + .title-body {
    padding-left: 0;
  }
  .information {
    padding: 20px;
  }
  .information h4 {
    margin-bottom: 20px;
  }
}

/*---------------------------------------------
	17.0 Pricing Style
---------------------------------------------*/
.pricing-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pricing-controller .switch-wrap {
  background: rgba(36, 109, 248, 0.1);
  height: 26px;
  width: 50px;
  border-radius: 30px;
  position: relative;
  margin: 0 15px;
  cursor: pointer;
}

.pricing-controller .switch-wrap .price-switch {
  background: #19bb4c;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}

.pricing-controller .switch-wrap .price-switch.year-active {
  left: 27px;
}

.pricing-controller .duration {
  font-size: 1.6rem;
  font-weight: 500;
  color: #aaa;
}

.pricing-controller .duration.active {
  color: #101725;
}

.pricing-controller .duration span {
  color: #19bb4c;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 2px 4px;
  border-radius: 3px;
}

.package-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.package-wrapper .package {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.package-wrapper .package .package-header {
  padding: 40px;
  background: #246df8;
  color: #ffffff;
}

.package-wrapper .package .package-header .cost {
  font-size: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.package-wrapper .package .package-header .cost span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-left: 5px;
}

.package-wrapper .package .package-header .cost.hidden {
  display: none;
  visibility: hidden;
}

.package-wrapper .package .package-header .title {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 3px;
  margin-top: 5px;
  display: block;
}

.package-wrapper .package.professional .package-header {
  background: url(../images/bg/package-header-bg.jpg) no-repeat center;
  background-size: cover;
}

.package-wrapper .package .package-features {
  padding: 40px;
  padding-bottom: 0;
}

.package-wrapper .package .package-features ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}

.package-wrapper .package .package-features ul li {
  font-size: 1.4rem;
  color: #bdbdbd;
  position: relative;
  padding-left: 30px;
}

.package-wrapper .package .package-features ul li.active {
  color: #6f7484;
}

.package-wrapper .package .package-features ul li.active:before {
  color: #19bb4c;
}

.package-wrapper .package .package-features ul li + li {
  margin-top: 10px;
}

.package-wrapper .package .package-features .button {
  margin-top: 30px;
  background: #246df8;
  padding: 11px 25px;
  color: #ffffff;
}

@media all and (max-width: 767px) {
  .package-wrapper {
    display: block;
  }
  .package-wrapper .package + .package {
    margin-top: 40px;
  }
}

/*---------------------------------------------
	14.0 Call-to-action Style
---------------------------------------------*/
.call-to-action-box {
  padding: 40px 20px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 109, 248, 0.1)), to(rgba(36, 109, 248, 0)));
  background-image: -webkit-linear-gradient(top, rgba(36, 109, 248, 0.1), rgba(36, 109, 248, 0));
  background-image: -o-linear-gradient(top, rgba(36, 109, 248, 0.1), rgba(36, 109, 248, 0));
  background-image: linear-gradient(to bottom, rgba(36, 109, 248, 0.1), rgba(36, 109, 248, 0));
  padding-left: 45%;
  position: relative;
}

.call-to-action-box .icon {
  position: absolute;
  bottom: 0px;
  left: 40px;
}

.call-to-action-box span {
  font-size: 1.5rem;
  font-weight: 400;
  color: #6e7383;
  text-transform: uppercase;
}

.call-to-action-box h3 {
  font-size: 2.6rem;
  font-weight: 500;
  color: #101725;
}

.call-to-action-box a {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-top: 40px;
}

.call-to-action-box a i {
  opacity: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  margin-left: 5px;
}

.call-to-action-box a:hover i {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.call-to-action-box.candidate-box a {
  color: #35c38f;
}

.call-to-action-box.employer-register a {
  color: #246df8;
}

.call-to-action-bg {
  background: url(../images/bg/cta-2-bg.jpg) no-repeat center;
  background-size: cover;
}

.call-to-action-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.call-to-action-2 .call-to-action-content {
  color: #ffffff;
}

.call-to-action-2 .call-to-action-content h2 {
  font-size: 2.6rem;
  margin-bottom: 20px;
  font-weight: 500;
}

.call-to-action-2 .call-to-action-content p {
  max-width: 450px;
}

.call-to-action-2 .call-to-action-button .button {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  padding: 15px 30px;
  color: #ffffff;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.call-to-action-2 .call-to-action-button .button:before {
  content: '\f067';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  margin-right: 10px;
}

.call-to-action-2 .call-to-action-button .button:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #246df8;
}

.call-to-action-2 .call-to-action-button span {
  margin: 0 10px;
  color: #ffffff;
}

.newsletter-bg {
  background: url(../images/bg/newsletter-bg.jpg) no-repeat center center;
  background-size: cover;
}

.newsletter-wrap {
  color: #ffffff;
}

.newsletter-wrap h3 {
  font-size: 2.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}

.newsletter-wrap p {
  max-width: 350px;
}

.newsletter-form {
  margin-top: 30px;
  max-width: 450px;
}

.newsletter-form .form-group {
  width: calc(100% - 150px);
  margin-right: 30px;
}

.newsletter-form .form-group .form-control {
  height: 60px;
  border: 0;
  padding: 0;
  width: 100%;
  border-radius: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  outline: none;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.newsletter-form .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
}

.newsletter-form .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}

.newsletter-form .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
}

.newsletter-form .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}

.newsletter-form .form-group .form-control:focus {
  border-bottom-color: #ffffff;
}

.newsletter-form .button {
  padding: 17px 25px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
}

.newsletter-form .button i {
  margin-left: 10px;
}

.newsletter-form .button:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #246df8;
}

@media all and (max-width: 991px) {
  .call-to-action-box.employer-register {
    margin-top: 30px;
  }
  .call-to-action-2 .call-to-action-content {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 479px) {
  .call-to-action-box {
    padding-left: 20px;
  }
  .call-to-action-box .icon {
    position: static;
    margin-bottom: 30px;
  }
}

@media all and (max-width: 439px) {
  .newsletter-wrap .newsletter-form .form-group {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .call-to-action-2 .call-to-action-button span {
    display: block;
    margin: 10px 0;
  }
}

.choose-product-height {
  min-height: 185px;
}

.selected-product-border {
  border: 2px solid green;
}
.toggle-users-list .bx--toggle__switch {
  margin-top: .5rem!important;
}

.css-color-gray {
  color: gray;
}

.css-color-green {
  color: green;
}

.css-m-l-r-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

.padding-top-70 {
  padding-top: 70px;
}

.alice-bg {
  background: #eeeeec!important ;
}

.breadcrumb-area h1 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumb-area .temp-breadcrum {
  padding: 0;
  padding-top: 12px;
  margin: 0;
  background: transparent;
}

.breadcrumb-area .temp-breadcrum li {
  color: #6f7484;
}

.breadcrumb-area .temp-breadcrum li a {
  color: #aaaaaa;
}

.breadcrumb-area .temp-breadcrum li a:hover {
  color: #246df8;
}

.block-wrapper {
  background: #ffffff;
  padding: 60px 30px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
}

.payment-result {
  text-align: center;
  color: #6f7484;
}

.payment-result .icon {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  margin: 0 auto;
}

.payment-result .success-icon {
  background: #246df8;
}

.payment-result .error-icon {
  background: red;
}

.payment-result .icon .cholor-white {
  color: #ffffff;
  height: 40px;
  width: 40px;
  font-size: 4em !important;
}

.payment-result h3 {
  font-size: 26px;
  font-weight: 700px !important;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #101725;
  font-family: Poppins, sans-serif !important;
}

.payment-result h3 span {
  color: #246df8;
  text-decoration: underline;
}

.payment-result > p {
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #6f7484;
}

.payment-result .result {
  margin-top: 60px;
  margin-bottom: 120px;
  border: 1px solid rgba(36, 109, 248, 0.15);
  border-radius: 3px;
  background: #f4f8ff;
  padding: 15px 20px;
  display: inline-block;
  font-size: 20px;
}

.payment-result .view-invoice {
  background: #e9f0fe;
  border: 0;
  border-radius: 3px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  font-size: 14px;
  color: #246df8;
  padding: 14px 30px;
}

.payment-result .view-invoice:hover {
  background: #246df8;
  color: #ffffff;
}

.temp-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.banner-1-bg {
  background-color: #002072 !important;
}

.banner-1 .banner-content {
  padding: 250px 0 270px;
  color: #ffffff;
}

.banner-1 .banner-content h1 {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 15px;
  color: white !important;
}

.banner-1 .banner-content p {
  color: #f5f8fe;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  max-width: 500px;
  position: relative;
}

.banner-1 .banner-content .button {
  background: rgba(255, 255, 255, 0.15);
  padding: 14px 30px;
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: white !important;
}

.banner-1 .banner-content .button:hover {
  background: #ffffff;
  color: #246df8 !important;
  text-decoration: none;
}

.section-padding-bottom {
  padding-bottom: 120px;
}

.section-padding-top {
  padding-top: 120px;
}

.css-can-prof .sui-layout-sidebar {
	width: 15% !important
}

.css-can-prof .sui-layout-body .sui-layout-main {
	width: 85% !important
}

.PublicJobInfoFooter {
	display: flex;
	justify-content: space-between;
}


.xpa-cv-rel-tooltip .bx--assistive-text, .xpa-cv-rel-tooltip:hover .bx--assistive-text {
  min-width: 600px !important;
  background: whitesmoke !important;
  padding: 20px !important;
}

.xpa-cv-rel-tooltip-sm .bx--assistive-text, .xpa-cv-rel-tooltip-sm:hover .bx--assistive-text {
  min-width: 260px !important;
  background: whitesmoke !important;
  padding: 20px !important;
}

.xpa-cv-rel-tooltip-sm-table .bx--assistive-text, .xpa-cv-rel-tooltip-sm-table:hover .bx--assistive-text {
  min-width: 260px !important;
  background: whitesmoke !important;
  padding: 20px !important;
  display:flex;
  justify-content: flex-start;
  align-items: flex-start;
}


.xpa-cv-rel-tooltip-md .bx--assistive-text, .xpa-cv-rel-tooltip-md:hover .bx--assistive-text {
  min-width: 375px !important;
  background: whitesmoke !important;
  padding: 20px !important;
}

/* --- */
.xpa-cv-rel-tooltipNEW .bx--assistive-text, .xpa-cv-rel-tooltipNEW:hover .bx--assistive-text {
  min-width: 35rem !important;
  background: whitesmoke !important;
  padding: 20px 20px 15px 20px !important;
}

.xpa-cv-rel-tooltipNEW-sm .bx--assistive-text, .xpa-cv-rel-tooltipNEW-sm:hover .bx--assistive-text {
  min-width: 260px !important;
  background: whitesmoke !important;
  padding: 20px !important;
}

.xpa-cv-rel-tooltipNEW-sm-table .bx--assistive-text, .xpa-cv-rel-tooltipNEW-sm-table:hover .bx--assistive-text {
  min-width: 260px !important;
  background: whitesmoke !important;
  padding: 20px !important;
  display:flex;
  justify-content: flex-start;
  align-items: flex-start;
}


.xpa-cv-rel-tooltipNEW-md .bx--assistive-text, .xpa-cv-rel-tooltipNEW-md:hover .bx--assistive-text {
  min-width: 375px !important;
  background: whitesmoke !important;
  padding: 20px !important;
}
/* --- */

.bx--tooltip__trigger.bx--tooltip__trigger--definition.bx--tooltip--bottom.bx--tooltip--align-start::before {
  border-color: transparent transparent white transparent;
}

.xpa-tooltip-text-c {
  color: black !important;
}

.bx--pagination .bx--select__page-number .bx--select-input {
  margin-right: .5rem!important
}

.bx--pagination .bx--select {
  margin-left: .5rem!important
}

.xpa-public-card-b {
  border: 0px !important;
}

.xpa-cv-rel-tooltip .bx--assistive-text {
  height: 145px !important;
  max-height: 145px;
}

.xpa-cv-rel-tooltip-sm .bx--assistive-text {
  height: 145px !important;
  max-height: 145px;
}

.xpa-chatbox-container {
  z-index: 9999999 !important;
}

.xpa-generic-tab-width .bx--tabs__nav-link {
  min-width: 13rem;
}

.xpa-dropdown-min-height .dropdown .education.light > :first-child {
  height: min-content;
}


@media only screen and (max-width: 425px) {
  .sui-layout-main {
    width: 100% !important;
  }
  .css-can-prof .sui-layout-body .sui-layout-main {
    width: 100% !important;
  }
  .candidate-details {
    padding-right: 24px;
  }
}

.xpa-retargeting-table-container .bx--data-table-container {
  overflow-x: inherit;
}
.bx--btn--primary.bx--batch-summary__cancel::before{
  content: none !important;
}

body .bx--data-table th, body .bx--data-table thead, body .bx--pagination {
  background-color: rgba(34, 96, 100, 0.05) !important;
  color: #002072 !important;
}
body .bx--pagination {
  border-top:0px !important;
}
body .bx--data-table td,.bx--data-table tbody th {
  background: #fdfdfd;
}
body .bx--data-table tr:hover,.bx--data-table tbody th:hover {
  background: rgba(34, 96, 100, 0.05) !important;
}

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

body .xpa-std-bg {
  background: rgba(34, 96, 100, 0.05) !important
}

body .text-hulk {
  color: #002072 !important
}

body .bx--search[role=search] input {
  border: 1px solid #598ec2;
}

body .bx--toolbar-action .bx--search[role=search] {
  border: 0px;
}

body .bx--structured-list-td {
  vertical-align: middle;
}

body .xpa-table--td-vertical-align table.bx--data-table td {
  vertical-align: top;
}

.xpa-reference-rating-tooltip .bx--assistive-text, .xpa-reference-rating-tooltip:hover .bx--assistive-text {
  height:200px !important;
  min-width: 400px !important;
  background: whitesmoke !important;
  padding: 10px !important;
}

.xpa-customai-tooltip .bx--assistive-text, .xpa-customai-tooltip:hover .bx--assistive-text {
  height:100px !important;
  min-width: 300px !important;
  background: whitesmoke !important;
  padding: 15px !important;
}

.bx--inline-loading .bx--inline-loading__animation{
  display: contents;
  height: auto;
}

.int-stage-layout-container .sui-layout-main{
  padding: 10px 0px 5px 0px;
}

.int-stage-layout-container .sui-layout-sidebar{
  padding: 32px 10px 0 0 ;
}

.hackerTrail-layout-div .sui-layout-body__inner{
  padding: 0
}

.css-26l3qy-menu {
  z-index: 99999999 !important;
}