.header-up header,
.wrapper,
header {
  width: var(--full-width);
}
.expected,
.intro-text,
.note {
  font-style: italic;
}
#feature5,
#feature6,
#feature7,
#feature8 {
  top: 35%;
  min-height: 638px;
}
#feature1,
#feature2,
#feature3,
#feature4,
#feature5,
#feature6,
#feature7,
#feature8 {
  min-height: 638px;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  border: 0;
}
:root {
  --full-width: 100%;
  --full-height: 100%;
  --white: #ffffff;
  --black: #000000;
  --darkest-grey: #1e1e1e;
  --darker-grey: #404040;
  --dark-grey: #303030;
  --light-grey: #ecedef;
  --lighter-grey: #cacaca;
  --medium-grey: #7a7a7a;
  --medium-grey-xl: #9c9c9c;
  --green: #46a282;
  --dark-green: #265b49;
  --medium-dark-green: #3a886d;
  --light-green: #86d0b7;
  --light-green-xl: #89e442;
  --yellow: #ebbe56;
  --medium-yellow: #dea520;
  --dark-yellow: #864800;
  --light-yellow: #e2ae32;
  --orange: #cb7767;
  --light-orange: #d38979;
  --error: #f1421c;
  --red: #cb4f34;
  --danger: #d84f4f;
}
body,
body * {
  font-family: Montserrat, sans-serif !important;
  outline: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
html,
p,
ul {
  font-family: Montserrat, sans-serif;
}
body {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 25px;
  background: var(--white);
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
:after,
:before,
a,
button,
img,
input,
li {
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  text-decoration: none;
  list-style: none;
}
html {
  min-height: 100%;
}
h2 {
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
  color: var(--light-grey);
}
h3,
h4 {
  font-weight: 700;
}
h3 {
  font-size: 24px;
  line-height: 37px;
  color: var(--dark-grey);
}
h4 {
  font-size: 20px;
  line-height: 24px;
}
.bttn,
h5 {
  font-size: 18px;
  font-weight: 600;
}
h5 {
  line-height: 22px;
}
.select .selectDropdown .option:hover,
.sortby-list li a:hover,
button.disabled,
button.disabled:hover,
button[disabled],
button[disabled]:hover,
button[type="button"]:disabled,
button[type="button"]:disabled:hover {
  background: var(--light-grey);
}
.blog-chips.tips,
.dashboard_employer_blade .profile-methods:hover a,
.footer-block ul li a:hover,
.forgot-pass:hover,
.member-link:hover,
.profile-loged p span.yellow,
.yellow,
footer.landing-footer .footer-block ul li a:hover {
  color: var(--yellow);
}
.contract-box-inn ul.langList li a:hover,
.dnt-acnt:hover,
.footer-block p a:hover,
.footer-block ul li a:hover,
.green,
.profile-loged p span,
.profile-methods:hover a,
.review-close-job .report-content p a:hover {
  color: var(--green);
}
.wrapper {
  height: var(--full-height);
}
.center {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
.clearfix {
  clear: both;
}
.bttn {
  width: auto;
  display: inline-block;
  line-height: 61px;
  height: 61px;
  min-width: 200px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  color: var(--white);
  padding-left: 16px;
  padding-right: 16px;
}
.bttn-primary {
  background: #51ad8d;
  background: -moz-linear-gradient(top, #51ad8d 0, #389574 100%);
  background: -webkit-linear-gradient(top, #51ad8d 0, #389574 100%);
  background: linear-gradient(to bottom, #51ad8d 0, #389574 100%);
}
.bttn-primary:hover,
.stripe-frm button:hover {
  background: #39a881;
  background: -moz-linear-gradient(top, #39a881 0, #218e67 100%);
  background: -webkit-linear-gradient(top, #39a881 0, #218e67 100%);
  background: linear-gradient(to bottom, #39a881 0, #218e67 100%);
}
.bttn-secondary {
  background: #cb7767;
  background: -moz-linear-gradient(top, #cb7767 0, #d38979 100%);
  background: -webkit-linear-gradient(top, #cb7767 0, #d38979 100%);
  background: linear-gradient(to bottom, #cb7767 0, #d38979 100%);
}
.bttn-secondary:hover {
  background: #c96b59;
  background: -moz-linear-gradient(top, #c96b59 0, #d17b68 100%);
  background: -webkit-linear-gradient(top, #c96b59 0, #d17b68 100%);
  background: linear-gradient(to bottom, #c96b59 0, #d17b68 100%);
}
.bttn-warning,
.employer_profile_blade .about-description button,
.search-result-tab .tabs li.active:first-child a {
  color: var(--dark-grey);
  background: #f4c366;
  background: -moz-linear-gradient(top, #f4c366 0, #e2ae4b 100%);
  background: -webkit-linear-gradient(top, #f4c366 0, #e2ae4b 100%);
  background: linear-gradient(to bottom, #f4c366 0, #e2ae4b 100%);
}
.bttn-border-dark,
.bttn-border-light {
  background-color: var(--white) !important;
  color: var(--dark-grey) !important;
}
.bttn-warning:hover,
.employer_profile_blade .about-description button:hover {
  background: #dbab4a;
  background: -moz-linear-gradient(top, #dbab4a 0, #f2c865 100%);
  background: -webkit-linear-gradient(top, #dbab4a 0, #f2c865 100%);
  background: linear-gradient(to bottom, #dbab4a 0, #f2c865 100%);
}
.phone-bg,
.preloader:after,
.upper-landing {
  background-repeat: no-repeat;
}
.bttn-border-dark {
  border: 1px solid var(--dark-grey) !important;
}
.bttn-border-light {
  border: 1px solid var(--light-grey) !important;
}
#preloader,
.mouse:before,
.upper-landing {
  background-color: var(--dark-grey);
}
.box-left {
  opacity: 0;
  transition: 1.5s;
  margin-left: -100%;
}
.box-left.fadeIn-left {
  opacity: 1;
  margin-left: 0;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
#status,
#withdraw_mode,
.banner-phone,
.blog-right form,
.create_job_blade #step3 .contract-box-inn p,
.create_job_blade #step6 .choose-hourly-rate,
.create_job_blade #step6 .fixed-box-rate,
.create_job_blade #step6 .fixed-rate,
.create_job_blade .details-content-attachment .files_address ul > li,
.fourm-form,
.job-map-span,
.mapPopup,
.notifications_blade .notification-list,
.our-team-slider .item,
.prof-img,
.provide-service,
.reviews-list-tab,
.wallet_blade
  .new-job-details
  .job-post-details-info
  .wallet-tab
  ul.tabs
  li.referal-tab {
  position: relative;
}
.play-icon:after,
.play-icon:before {
  position: absolute;
  left: -10px;
  border-left: 2px solid var(--white);
  opacity: 0;
  content: "";
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}
.header-up header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: var(--dark-grey);
}
header .center {
  padding: 28px 0 0;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header-down header {
  background: var(--white);
  position: fixed;
  left: 0;
  z-index: 50;
}
.header-up header .logo-dark {
  display: none;
  width: 110px;
}
#report_form .apply-row p,
.address-map img,
.banner-content .jobs-category-field form,
.banner-content
  .jobs-category-field
  form
  input[type="text"].category-search-field,
.category_add .rate-box .choose-hourly-rate .fixedRate,
.close_account_blade .setiing-block .settings-right,
.close_account_blade
  .setiing-block
  .settings-right
  .delete_account_step_2
  .next-prev-row
  button,
.close_account_blade
  .setiing-block
  .settings-right
  .delete_account_step_2
  ul
  li,
.close_account_blade
  .setiing-block
  .settings-right
  .delete_account_step_3
  .next-prev-row
  button,
.close_account_blade
  .setiing-block
  .settings-right
  .delete_account_step_3
  ul
  li,
.current-job-post .job-post-accnt-info,
.details-content-attachment ul li img,
.edit-profile-modal.add-certificate-modal .apply-row:nth-child(2n) p,
.edit-profile-modal.add-education-modal .apply-row:nth-child(2n) p,
.edit-profile-modal.add-licence-modal .apply-row:nth-child(2n) p,
.header-up header .logo-dark img,
.inner-page.how-work .about-content,
.job-apply-modal
  .modal-content
  .apply-job-price
  p
  span.apply-offer-price
  input[type="text"],
.job-review-list.result-list p,
.location-map img,
.review-list,
.setiing-block .settings-right .step_1 .verifications-form ul li:first-child,
.setiing-block .settings-right .step_3 .verifications-form ul li:first-child,
.setiing-block .settings-right .step_6 .verifications-form ul li:first-child,
.setiing-block .settings-right .step_8 .verefication-steps,
.settings-right .verifications-form ul li.proof-of-address,
.settings-right .verifications-form ul li.timezone-setting,
.settings-right .verifications-form ul li.upload-docs,
.settings-right .verifications-form ul li.verify-map-location,
.stripe-frm.verifications-form ul li:first-child,
.stripe-frm.verifications-form ul li:last-child,
.verifications-form ul.card-verification-form li select,
.wallet-tab,
header.fixed .logo-dark img {
  width: 100%;
}
.header-up header .logo-light,
header.fixed .logo-dark {
  display: inline-block;
  width: 110px;
}
.bidding-profile li.bid_proposal .bidding-pro-info h3 .ratings,
.dark-theme-tab .tabs li a,
.dark-theme-tab > *,
.details-similar-jobs,
.details-similar-jobs ul.result-list li p,
.details-similar-jobs
  ul.result-list.profile-bidding-list
  li
  .top-bid-row
  .profile-info
  .bottom-row
  button.js-modal-show-confirm-box-hire,
.employer-home .result-list.myJobPosts li .rate-addres p,
.employer-home .result-list.myJobPosts li h3,
.footer-block p a,
.footer-block ul li a,
.footer-block:first-child ul li a:hover,
.header-up header .header-left nav ul li a,
.header-up header .header-right ul li a,
.history-review-job .tabContainer .tabContent .result-list li p,
.l-modal.choose-admin-popup
  .c-popup
  .category-option-box
  .verifications-form
  ul
  li.choose-profile-active:first-child
  label,
.l-modal.choose-admin-popup
  .c-popup
  .category-option-box
  .verifications-form
  ul
  li.choose-profile-active:first-child
  p,
.l-modal.choose-admin-popup
  .c-popup
  .category-option-box
  .verifications-form
  ul
  li.employee-active
  label,
.l-modal.choose-admin-popup
  .c-popup
  .category-option-box
  .verifications-form
  ul
  li.employee-active
  p,
.new-job-details .details-similar-jobs,
.new-job-details .details-similar-jobs ul.result-list li p,
.new-payment-request-popup .current-prize.active span,
.new-payment-request-popup .current-prize.active strong,
.offer-listing-page
  .hidden-offers
  li
  .recieved-offer-inner-row
  .recieved-offer-right
  .offered-price
  span,
.offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row
  button,
.offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row
  button.see_offer,
.offer-listing-page .pending-offers li.dark-bg h3,
.offer-listing-page .pending-offers li.dark-bg label,
.offer-listing-page .pending-offers li.dark-bg p,
.offer-listing-page .pending-offers li.dark-bg span,
.popup-addname .next-prev-row .bttn.attachment-save-btn,
.popup-addname .next-prev-row .save-btn,
.post-features ul.job-post-category li a,
.promoted_services_modal
  .modal-content
  ul.bidding-profile
  li.checked
  .bidding-pro-amount,
.promoted_services_modal
  .modal-content
  ul.bidding-profile
  li.checked
  .bidding-pro-info
  span,
.wallet_blade
  .new-job-details
  .job-post-details-info
  .wallet-tab
  ul.tabs
  li.referal-tab
  > .tooltips
  > a {
  color: var(--white);
}
.add-report-modal .report-form-text p a,
.add-report-modal-employer .report-form-text p a,
.blog-details-section p a,
.bonus_modal .modal-content .bonus_text p span.bonus_popup_text,
.dropdown-section .dropdown-box ul li a:hover,
.fixed-header .header-l nav ul li a.active,
.fixed-header .header-l nav ul li a:hover,
.fixed-header .header-r .nofication-submenu .all-messages:hover,
.fixed-header .header-r ul li a:hover,
.footer-block ul li.others-link a,
.header-left nav ul li a.active,
.header-left nav ul li a:hover,
.header-right ul li a:hover,
.header-up header .header-left nav ul li a:hover,
.header-up header .header-right ul li a:hover,
.index_blade .jobs-category-field .KeywordList li span em,
.job-intro-modal p a,
.job-post-about .button-row a:hover,
.job-post-details-content a.vmjp_modal span:hover,
.job-post-details-content p > a,
.login-form li p a,
.modal_first_step .modal-content h4 span,
.prev_bid p.previous-bid-amounts.declined-bids,
.review-close-job .report-content p a,
.setiing-block .settings-left .settings-ul li.active,
.setiing-block .settings-left .settings-ul li:hover,
.signup-foot-text a,
.terms-of-use-text a,
.terms_blade .setiing-block .settings-right .verifications-form p a,
.terms_condition_link,
.verification-steps p a,
span.coloured {
  color: var(--orange);
}
.header-up header .center,
header.fixed .center {
  padding: 10px 0;
}
.header-up header .header-left nav,
.header-up header .header-right ul,
header.fixed .header-left nav,
header.fixed .header-right ul {
  margin: 6px 0 0;
}
.header-left {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-light {
  position: relative;
  z-index: 1;
}
.active-step span,
.logo-light img,
.upcomming-steps .steps span,
.verified-steps .steps span {
  height: 55px;
}
.header-left nav {
  width: auto;
  margin: 21px 0 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.fixed-header .header-l nav ul li,
.fixed-header .header-r ul li,
.header-left nav ul li,
.header-right ul li {
  width: auto;
  display: inline-block;
  padding: 0 0 0 50px;
}
.header-left nav ul li a {
  width: auto;
  display: inline-block;
  color: var(--light-grey);
  font-size: 16px;
  font-weight: 400;
}
.category-section,
.dashboard_blade .map-window .top-window h3,
.employee_hire_blade #sendoffer ul li,
.employee_hire_blade #sendoffer ul li:first-child,
.employer_edit_profile_blade
  .suggest-category-row
  ul.carousel-categorys.all_attachments
  li,
.employer_profile_blade
  .involved-category.attachments-row
  .suggest-category-row
  .category-box
  img,
.header-right,
.new-job-details
  .job-post-details-info.wallet-page
  ul.request-withdrawl
  li:last-child,
.offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row
  .recieved-offer-left,
.offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row
  .recieved-offer-right,
.profile-button-row .profile-button-left,
.profile_employee_blade .modal_view .rate-box .fixed-rate,
.profile_employee_blade .modal_view .rate-box .fixed-rate > div,
.profile_employee_blade .modal_view .rate-box .max_fixed,
.profile_employee_blade .modal_view .rate-box .max_fixed .fixed-rate,
.promotions-btns,
.provide-slider.carousel-categorys .provider-box,
.public-provide-service-row .carousel-categorys-full .provider-box,
.result-employee-section li .result-employee-left .button-row,
.result_blade .map-window .top-window h3,
.suggest-category-row ul.carousel-categorys li,
.suggest-category-row ul.carousel-categorys-full li,
.works-graphic .right {
  width: auto;
}
.header-right ul {
  width: auto;
  margin: 16px 0 0;
  position: relative;
  z-index: 2;
}
.banner,
.category-slide,
.choose-category,
.details-content-attachment,
.employer-result-page,
.involved-category .employee-public-category-row,
.jobs-lists-row,
.main-content,
.new-job-details .details-content-attachment,
.popup-attachment-form ul,
.promoted-job-popup,
.public-provide-service-row .right-slider,
.result-employee-section,
.result-employee-section li .result-employee-right .blocks,
.slider-box,
.suggest-category-row,
.upper-landing,
.verification-media {
  width: var(--full-width);
}
.fixed-header .header-r ul li a,
.header-right ul li a {
  width: auto;
  display: inline-block;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
}
.upper-landing {
  background-image: url(/img/upper-landing-bg.jpg);
  background-position: 0 0;
  background-size: cover;
  min-height: 100vh;
}
.upper-landing .center {
  height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.upper-landing .center#down {
  height: auto;
  padding: 80px 0 20px;
}
.banner {
  display: flex;
  align-items: flex-start;
  padding: 200px 0 0;
}
.banner-content {
  width: 60%;
  position: relative;
  height: 80vh;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  justify-content: center;
}
.phone-bg,
.play-icon a {
  display: flex;
  align-items: center;
}
.banner-content h1,
.banner-content h2 {
  font-weight: 900;
  font-size: 70px;
  line-height: 85px;
  color: var(--light-grey);
  text-align: left;
  padding: 0 0 32px;
  float: left;
  height: 200px;
}
.banner-content p,
.mouse span,
.play-icon,
.spacer {
  text-align: center;
}
.banner-content h1 br,
.banner-content h2 br,
.inner-login.current-login .create-acnt,
.inner-login.current-login .login-content-inn.login-text,
.jobs-tabs ul.tabs li:first-child:after,
.login-acnt,
.login-content-inn.create-content,
.logo-dark,
header.fixed .logo-light {
  display: none;
}
.banner-content h1 span.heading,
.banner-content h2 span.heading {
  float: left;
  width: 100%;
  display: block;
}
.banner-content p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: var(--light-grey);
  margin: 0 0 55px;
  clear: both;
  width: 100%;
  padding: 0 20px;
}
.text_1 {
  animation: text1;
  color: var(--yellow);
}
.text_2 {
  animation: text2;
  color: var(--green);
}
.text_1,
.text_2 {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  animation-duration: 15s;
  animation-timing-function: steps(25, end);
  animation-iteration-count: infinite;
  margin: 0;
  float: left;
  height: 90px;
}
@keyframes text2 {
  0%,
  100%,
  50% {
    width: 0;
  }
  60%,
  90% {
    width: 500px;
  }
}
@keyframes text1 {
  0%,
  100%,
  50% {
    width: 0;
  }
  10%,
  40% {
    width: 500px;
  }
}
.play-icon:after {
  top: -14px;
  width: 150px;
  height: 40px;
  border-top: 2px solid var(--white);
}
.play-icon:before {
  bottom: -14px;
  width: 70px;
  height: 25px;
  border-bottom: 2px solid var(--white);
}
.play-icon .watch-video {
  opacity: 1;
  position: relative;
  color: var(--white);
  top: 7px;
  padding: 8px 16px;
  border: 1px solid #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
}
.find-content input[type="text"],
.select .selectBtn {
  padding: 0 15px;
  line-height: 60px;
  color: var(--dark-grey);
  font-weight: 500;
}
.play-icon .watch-video:hover {
  border-color: var(--orange);
}
.card-verifications ul.paymemt-page-ul li [type="radio"] + label:before,
.duration-list [type="radio"]:not(:checked) + label:after,
.fadeout,
.fixed-header
  .header-r
  ul.after-login-header
  li.notification-link.selected
  .tooltip,
.l-modal.choose-admin-popup
  .card-verifications
  ul
  li
  [type="radio"]:not(:checked)
  + label:after,
.onoffbtn input[type="checkbox"],
.play-icon:hover:after,
.play-icon:hover:before,
.settings-right
  .verifications-form
  ul
  li.upload-docs
  .address-attachments
  input#file-upload,
.tutorial-box label.cabinet > input {
  opacity: 0;
}
.play-icon {
  position: relative;
  cursor: pointer;
  display: table;
  margin: 0 auto;
}
.preloader,
.preloader:after {
  position: absolute;
  left: 0;
  width: 42px;
  top: 0;
  height: 42px;
}
.play-icon a {
  position: relative;
  z-index: 1;
  left: 0;
  top: -27px;
  width: 42px;
  height: 42px;
  justify-content: center;
}
.preloader {
  display: block;
  border-radius: 50%;
  animation: 10s infinite rotating;
  -webkit-animation: 10s linear infinite rotating;
}
.preloader:after {
  content: "";
  border-radius: inherit;
  border: inherit;
  background-image: url(/img/play-rotate.svg);
  background-position: 0 0;
  animation: 5s infinite rotating;
  -webkit-animation: 5s linear infinite rotating;
}
@keyframes rotating {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
  }
}
.banner-phone {
  width: 40%;
  height: 100vh;
  margin-top: -5%;
}
.phone-bg {
  background-image: url(/img/iphone-d.png);
  background-position: center 0;
  background-size: initial;
  justify-content: center;
}
.fixed-header .header-r ul.after-login-header li ul.sub-menu li a:hover,
.jobs-tabs .tabContainer #tab1,
.phone-inn,
footer {
  background: var(--dark-grey);
}
.find-content,
.phone-inn {
  display: flex;
  align-items: center;
}
.phone-inn {
  width: 300px;
  height: 676px;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  justify-content: center;
}
.mouse span {
  position: absolute;
  bottom: -20px;
  left: -20px;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.5em;
  -webkit-animation: 8s ease-out infinite colorText,
    8s ease-out infinite nudgeText;
  animation: 8s ease-out infinite colorText, 8s ease-out infinite nudgeText;
}
.slider-box h2,
.slider-box p {
  color: var(--light-grey);
  text-align: right;
}
.mouse {
  position: absolute;
  bottom: 60px;
  left: 50%;
  background: linear-gradient(
      transparent 0,
      transparent 50%,
      #fff 50%,
      #fff 100%
    )
    #303030;
  width: 25px;
  height: 40px;
  border-radius: 100px;
  background-size: 100% 200%;
  -webkit-animation: 8s linear infinite colorSlide,
    8s ease-out infinite nudgeMouse;
  animation: 8s linear infinite colorSlide, 8s ease-out infinite nudgeMouse;
}
.mouse:after,
.mouse:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.near-map,
.select {
  position: relative;
}
.mouse:before {
  width: 23px;
  height: 38px;
  border-radius: 100px;
}
.mouse:after {
  background-color: #fff;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  -webkit-animation: 8s linear infinite trackBallSlide;
  animation: 8s linear infinite trackBallSlide;
  top: auto;
  bottom: 14px;
}
.find-content input[type="text"],
.select .selectBtn {
  background: var(--white);
  height: 60px;
  border-radius: 5px;
}
@-webkit-keyframes colorSlide {
  0% {
    background-position: 0 100%;
  }
  20%,
  50%,
  80% {
    background-position: 0 0;
  }
  21%,
  51%,
  81% {
    background-color: #4e5559;
  }
  29.99%,
  59% {
    background-color: #fff;
    background-position: 0 0;
  }
  30%,
  60% {
    background-color: #4e5559;
    background-position: 0 100%;
  }
  100%,
  90% {
    background-color: #fff;
  }
}
@keyframes colorSlide {
  0% {
    background-position: 0 100%;
  }
  20%,
  50%,
  80% {
    background-position: 0 0;
  }
  21%,
  51%,
  81% {
    background-color: #4e5559;
  }
  29.99%,
  59% {
    background-color: #fff;
    background-position: 0 0;
  }
  30%,
  60% {
    background-color: #4e5559;
    background-position: 0 100%;
  }
  100%,
  90% {
    background-color: #fff;
  }
}
@-webkit-keyframes trackBallSlide {
  0%,
  100%,
  28%,
  29.99%,
  30%,
  58%,
  59.99%,
  60%,
  88% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  36%,
  6%,
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14%,
  44%,
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  15%,
  19%,
  45%,
  49%,
  75%,
  79% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
}
@keyframes trackBallSlide {
  0%,
  100%,
  28%,
  29.99%,
  30%,
  58%,
  59.99%,
  60%,
  88% {
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  36%,
  6%,
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14%,
  44%,
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  15%,
  19%,
  45%,
  49%,
  75%,
  79% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
}
@-webkit-keyframes nudgeMouse {
  0%,
  30%,
  60%,
  90% {
    transform: translateY(0);
  }
  20%,
  50%,
  80% {
    transform: translateY(8px);
  }
}
@keyframes nudgeMouse {
  0%,
  30%,
  60%,
  90% {
    transform: translateY(0);
  }
  20%,
  50%,
  80% {
    transform: translateY(8px);
  }
}
@-webkit-keyframes nudgeText {
  0%,
  30%,
  60%,
  90% {
    transform: translateY(0);
  }
  20%,
  50%,
  80% {
    transform: translateY(2px);
  }
}
@keyframes nudgeText {
  0%,
  30%,
  60%,
  90% {
    transform: translateY(0);
  }
  20%,
  50%,
  80% {
    transform: translateY(2px);
  }
}
@-webkit-keyframes colorText {
  21%,
  51%,
  81% {
    color: #4e5559;
  }
  30%,
  60%,
  90% {
    color: #fff;
  }
}
@keyframes colorText {
  21%,
  51%,
  81% {
    color: #4e5559;
  }
  30%,
  60%,
  90% {
    color: #fff;
  }
}
.best-responsive-tab-contents:not(.lgTabToggle-tab-responsive-active) {
  border-radius: 5px;
}
.find-content {
  width: var(--full-width);
  justify-content: space-between;
}
.find-content input[type="text"] {
  width: 100%;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.select {
  width: 215px;
  height: 60px;
}
.select .selectBtn {
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
}
.message-left .message-time,
.message-right .message-time {
  display: none;
  font-size: 12px;
  padding-top: 4px;
  font-family: Courier;
}
.select .selectBtn:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 15px;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid var(--dark-grey);
  border-bottom: 2px solid var(--dark-grey);
  transition: 0.2s;
}
.select .selectBtn.toggle {
  border-radius: 3px 3px 0 0;
}
.select .selectBtn.toggle:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.select .selectDropdown {
  position: absolute;
  top: 90%;
  width: 100%;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  z-index: 1;
  background: var(--white);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  visibility: hidden;
  transition: 0.2s;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.category-box,
.faq-row {
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
}
.select .selectDropdown .option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  color: var(--dark-grey);
  font-size: 15px;
  font-weight: 500;
}
.select .selectDropdown.toggle {
  visibility: visible;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.near-map {
  padding: 30px 0 0;
  z-index: 2;
}
.about-img img,
.blog-category,
.choose-category-list .main-category img,
.free-market-list-outer,
.invest-block,
.life-cycle-box-main,
.login-bg-box img,
.near-map img,
.our-team-slide-outer,
.user-growth-slide,
h5.address_label_2 {
  width: 100%;
  display: block;
}
.bottom-banner {
  padding: 40px 0 50px !important;
  align-items: center;
  justify-content: space-between;
}
#sendoffer ul li .job_div,
#sendoffer ul li .offer_price_div,
.contract-box,
.edit-profile-modal.add-certificate-modal .apply-row p,
.edit-profile-modal.add-education-modal .apply-row p,
.edit-profile-modal.add-licence-modal .apply-row p,
.ipad-section,
.jobs-slider,
.modal_first_step .verifi-pop .ver-footer > a,
.popup-attachment-form ul li.date .date-step,
.profileEmployeePdf .modal-content > div a,
.profileEmployerPdf .modal-content > div a,
.video-parent .video-child {
  width: 49%;
}
.ipad {
  background-image: url(/img/ipad.png);
  background-repeat: no-repeat;
  background-position: center 0;
  width: 670px;
  height: 100vh;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}
.spacer {
  height: 100%;
}
.c-1 {
  color: #add8e6;
}
.c-2 {
  color: pink;
}
.c-3 {
  color: green;
}
.c-img-responsive {
  max-width: 80%;
  position: absolute;
}
.chat ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.message-left .message-time {
  text-align: left;
  padding-left: 30px;
  color: #333;
}
.message-right .message-time {
  text-align: right;
  padding-right: 20px;
  color: #ccc;
}
.message-left .message-text,
.message-right .message-text {
  width: 100%;
  display: inline-block;
  padding: 22px 15px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 10px;
  line-height: 20px;
  position: relative;
  max-width: 90%;
}
.message-left {
  text-align: left;
  margin-bottom: 70px;
}
.message-left .message-text {
  background: var(--yellow);
  color: var(--dark-grey);
  margin: 0 0 0 50px;
}
.message-right {
  text-align: right;
  margin-bottom: 70px;
}
.message-right .message-text {
  background: var(--green);
  text-align: left;
  color: var(--white);
  margin: 0 50px 0 0;
}
.chat {
  border-radius: 10px;
  padding: 0;
  height: 650px;
  width: 440px;
  margin: 107px 0 50px 140px;
}
.chat-container {
  overflow-y: auto;
  padding-right: 16px;
  height: 100%;
}
.spinme-left,
.spinme-right {
  padding: 15px 20px;
  font-size: 14px;
  border-radius: 30px;
  line-height: 1.25em;
  font-weight: 100;
  opacity: 1;
  display: inline-block;
}
.spinme-right {
  background: #60b8b2;
}
.spinme-left {
  color: #fff;
  background: var(--white);
}
.spinner {
  margin: 0;
  width: 30px;
  text-align: center;
}
.spinner > div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: 1.4s ease-in-out infinite both sk-bouncedelay;
  animation: 1.4s ease-in-out infinite both sk-bouncedelay;
  background: #000;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.message-right .message-text .c-img-responsive {
  right: -50px;
  top: 0;
}
.message-left .message-text .c-img-responsive {
  left: -50px;
  top: 0;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.ipad::-webkit-scrollbar {
  width: 0;
}
.category-box a,
.category-box:after,
.category-col,
.lower-landing {
  width: var(--full-width);
}
.ipad::-webkit-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 6px;
}
.slider-box h2 {
  font-weight: 800;
  font-size: 50px;
  line-height: 65px;
  margin: 0 0 40px;
}
.slider-box p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
.lower-landing {
  background: var(--white);
  padding: 60px 0 0;
}
.jobs-lists-row ul li .home_more,
.jobs-lists-row ul li .more,
.view-more {
  background-image: url(/img/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.category-col {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.category-box {
  width: auto;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 15px 0;
  border-radius: 5px;
}
.blog-section .blog-left .top-blog img,
.category-box img,
.sortby-list li {
  width: var(--full-width);
  display: block;
}
.category-box a {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--white);
  padding: 16px 10px;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(48, 48, 48, 0) 57.81%,
    rgba(48, 48, 48, 0.8) 86.98%
  );
  height: 80%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.category-box:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: var(--full-height);
  background: rgba(48, 48, 48, 0.6);
  opacity: 0;
}
.empty-state-page,
.involved-category .employee-category-row .category-box a,
.l-centered p,
.verification-steps.step_7 .verifications-form.interview-verifications {
  text-align: center;
}
.category-box a.category_delete {
  top: -10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.81) 0,
    rgba(0, 0, 0, 0.28) 65%,
    rgba(0, 0, 0, 0.08) 90%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.81) 0,
    rgba(0, 0, 0, 0.28) 65%,
    rgba(0, 0, 0, 0.08) 90%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.81) 0,
    rgba(0, 0, 0, 0.28) 65%,
    rgba(0, 0, 0, 0.08) 90%,
    rgba(0, 0, 0, 0) 100%
  );
}
.category-box a.category_delete img,
.headings-r .edit_dob_update img,
.involved-category ul li span img,
.plus_icon_profile img,
span.add_education.add_educations.plus img {
  width: 18px;
}
.advance-search:hover span,
.attachments-component .slick-next.slick-disabled,
.attachments-component .slick-prev.slick-disabled,
.category-box:hover span,
.category-slide .category-box:hover span,
.duration-list [type="radio"]:checked + label:after,
.employee-edit-category-row .category-edit-box .category-box:hover:after,
.involved-category .category-box:hover:after,
.l-modal.choose-admin-popup
  .card-verifications
  ul
  li
  [type="radio"]:checked
  + label:after,
.prof-img:hover .edit-img {
  opacity: 1;
}
.category-box span {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 36%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 12px;
}
.category-slide .owl-carousel .owl-stage-outer {
  padding-left: calc((100% - 1600px) / 2);
}
.jobs-tabs {
  padding: 50px 0 0;
  overflow: hidden;
}
.jobs-tabs ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 32px;
  width: 99.9%;
}
.jobs-tabs ul.tabs li {
  float: left;
  line-height: 32px;
  padding-right: 50px;
  position: relative;
}
.jobs-tabs ul.tabs li:after {
  position: absolute;
  content: "/";
  left: -25px;
  top: 0;
  color: var(--dark-grey);
  font-weight: 400;
  font-size: 20px;
}
.jobs-tabs ul.tabs li a {
  display: block;
  padding: 0 5px;
  background: 0 0;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  color: var(--dark-grey);
  outline: 0;
}
.jobs-tabs .tabContainer {
  border-top: none;
  overflow: hidden;
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.jobs-tabs .tabContent,
.promote-right .promote-icon {
  padding: 40px 0;
}
#progressbar li.progress-bullet,
#report_form .apply-row p span.apply-offer-price,
.create-job-publish .job-post-details,
.dashboard_employer_blade .suspended-content,
.employee-result-filter,
.employee-result-filter .tabContainer,
.employee_edit_profile_blade .all_attachments.owl-carousel .owl-stage-outer,
.employee_edit_profile_blade
  .attachment-name-modal
  .modal-content
  .inner-page-content,
.employee_edit_profile_blade
  .attachment-name-modal
  .modal-content
  .inner-page-content
  .center,
.employee_edit_profile_blade
  .involved-category
  .suggest-category-row
  .owl-carousel
  .owl-stage-outer,
.employee_see_job_payment_blade .inner-page-content.new-job-details,
.employer_edit_profile_blade
  .attachment-name-modal
  .modal-content
  .inner-page-content,
.employer_edit_profile_blade
  .attachment-name-modal
  .modal-content
  .inner-page-content
  .center,
.employer_profile_blade .suspended-content,
.financial-invest ul li:nth-child(5n + 5),
.job-post-details.inner-page-content,
.job-vmjp-modal .job-post-details.inner-page-content,
.jobs-tabs .tabContent h3,
.map-popup-outer.scrollbar,
.modal_first_step.job_cat_modal .next-prev-row,
.modal_first_step.js-modal-services .next-prev-row,
.model-job-promote .modal-content,
.model-service-promote .modal-content,
.new-job-details .job-post-details,
.popup-addname .next-prev-row,
.promoted_services_modal .modal-content ul.bidding-profile,
.provide-slider.owl-carousel .owl-stage-outer,
.reason-invest ul li:nth-child(5n + 5),
.referal-invite .category-option-box,
.result_blade .window-bottom .window-pro a,
aside.employee-tab-find-job .search-result-tab .tabContainer {
  padding: 0;
}
.jobs-tabs .tabContainer #tab1 .jobs-lists-row {
  border-bottom: 2px solid rgba(236, 237, 239, 0.3);
  padding: 0 0 70px;
}
.headings-r,
.jobs-tabs ul.tabs li.active a {
  font-weight: 700;
  font-size: 30px;
}
.jobs-tabs div.tabContainer {
  background: #fff;
  margin: 20px 0 0;
}
.jobs-lists-row ul.recent-job-list {
  width: var(--full-width);
  clear: both;
  padding: 20px 0 0;
}
.jobs-lists-row ul.recent-job-list li {
  width: var(--full-width);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border: 2px solid rgba(236, 237, 239, 0.3);
  padding: 22px 24px;
  border-radius: 5px;
  margin: 0 0 22px;
}
.jobs-lists-row ul.recent-job-list li label {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--light-grey);
}
.jobs-lists-row ul.recent-job-list li span.km {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--light-grey);
  display: flex;
  align-items: center;
}
.DocumentFront_docs ul li img,
.category_add button.choose_cat img,
.fees-box label img,
.jobs-lists-row ul.recent-job-list li span.km img,
.new-job-details .job-post-details .post-heading .applied img,
.step-button-row .next-btn > span,
.upcomming-steps .steps h3 img,
.verified-steps .steps h3 img {
  margin: 0 0 0 10px;
}
.jobs-lists-row ul.recent-job-list li span.time {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: var(--light-grey);
  position: absolute;
  right: -100px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.faq-row:hover,
.jobs-lists-row ul.recent-job-list li:hover,
.suggest-profile-box:hover .suggest-img {
  border-color: var(--white);
}
.jobs-lists-row ul.recent-job-list li:last-child label {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
.jobs-lists-row ul.recent-job-list li label span {
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  padding: 0 3px;
}
.jobs-lists-row ul.recent-job-list li label span:first-child {
  animation-name: first;
}
.jobs-lists-row ul.recent-job-list li label span:nth-child(2) {
  animation-name: second;
}
.jobs-lists-row ul.recent-job-list li label span:nth-child(3) {
  animation-name: third;
}
@keyframes first {
  0% {
    opacity: 0;
  }
  100%,
  60% {
    opacity: 1;
  }
}
@keyframes second {
  0%,
  20% {
    opacity: 0;
  }
  100%,
  80% {
    opacity: 1;
  }
}
@keyframes third {
  0%,
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.jobs-lists-row .start-now {
  width: var(--full-width);
  height: 80px;
  line-height: 80px;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  color: var(--light-grey);
  min-width: var(--full-width);
  text-transform: none;
}
.jobs-lists-row ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: row;
  flex-wrap: wrap;
  flex-direction: row;
}
.index_blade .jobs-lists-row ul {
  align-items: inherit;
}
.jobs-lists-row ul li {
  width: 49%;
  border: 2px solid #949494;
  border-radius: 5px;
  padding: 20px;
  margin: 0 0 2%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jobs-lists-row ul li .profile-img {
  width: 15%;
  text-align: center;
}
.jobs-lists-row ul li .profile-img img {
  width: 80%;
  border-radius: 50%;
}
.jobs-lists-row ul li .profile-img span {
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  float: left;
}
.lower-landing .jobs-lists-row ul li .profile-info {
  width: 80%;
  display: block;
  margin: 0;
}
.jobs-lists-row ul li .profile-info h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 8px;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 46%;
  padding: 0 16px 0 0;
}
.newsletter,
footer {
  width: var(--full-width);
}
.jobs-lists-row ul li .profile-info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: var(--full-width);
}
.jobs-lists-row ul li .home_more,
.jobs-lists-row ul li .more {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--dark-grey);
  padding: 0 15px 0 0;
}
.jobs-lists-row ul li .home_more:hover,
.jobs-lists-row ul li .more:hover {
  padding: 0 20px 0 0;
  color: var(--orange);
}
.newsletter input[type="text"],
footer.landing-footer .newsletter input[type="text"] {
  width: 70%;
  background: var(--darker-grey);
  color: var(--lighter-grey);
  padding: 0 15px;
  height: 60px;
  line-height: 60px;
}
.jobs-lists-row ul li .apply-btn {
  float: right;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  min-width: 154px;
  height: 40px;
  line-height: 35px;
  border: 1px solid transparent;
}
.newsletter,
.newsletter .sub_email {
  background-color: #404040;
  border-radius: 5px;
}
.jobs-lists-row ul li .apply-btn:hover {
  border-color: var(--dark-grey);
}
.jobs-lists-row ul li .hourly {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  float: right;
  display: flex;
  align-items: center;
}
.jobs-lists-row ul li .hourly img {
  padding: 0 0 0 10px;
}
.jobs-lists-row ul li .district {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  color: var(--medium-grey);
  margin: 0 0 8px;
}
.jobs-lists-row ul li .district img {
  padding: 0 5px 0 0;
}
.footer-block h3,
footer.landing-footer .footer-block h3 {
  margin: 0 0 20px;
  color: var(--white);
}
.footer-block ul,
.job-post-modal .job-post-details-info ul.my_job_post_language,
footer.landing-footer .footer-block ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-block ul li {
  width: 33.33%;
}
.footer-block ul li a {
  color: var(--white);
  position: relative;
}
.footer-block ul li a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 14px;
  height: 4px;
  background: var(--white);
}
.footer-block ul li a:hover:after,
footer.landing-footer .footer-block ul li:hover:after {
  left: 5px;
  background: var(--yellow);
}
.newsletter {
  display: flex;
  align-items: center;
}
.newsletter .sub_email {
  height: 60px;
  line-height: 60px;
  width: calc(100% - 30%);
  padding: 0 15px;
  color: var(--white);
}
.newsletter input[type="text"] {
  border: 0;
  font-size: 16px;
  font-weight: 500;
  border-radius: 5px 0 0 5px;
}
.newsletter input.subscribe-btn {
  border: 0;
  width: 30%;
  height: 60px;
  line-height: 60px;
  font-weight: 500;
  color: var(--dark-grey);
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  text-transform: capitalize;
  color: var(--dark-grey);
  background: #cb7767;
  background: -moz-linear-gradient(top, #cb7767 0, #d38979 100%);
  background: -webkit-linear-gradient(top, #cb7767 0, #d38979 100%);
  background: linear-gradient(to bottom, #cb7767 0, #d38979 100%);
}
.social,
footer.landing-footer .social {
  width: auto;
  clear: both;
  margin: 25px 0 0;
}
.social a,
footer.landing-footer .social a {
  width: 48px;
  height: 48px;
  border: 2px solid var(--white);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 5px;
  margin: 0 10px 0 0;
}
.social a span,
footer.landing-footer .social a span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.social a span img {
  width: 25px;
  height: 25px;
}
.social a.fb-icon:hover,
footer.landing-footer .social a.fb-icon:hover {
  background: #3b5998;
}
.social a.insta-icon:hover,
footer.landing-footer .social a.insta-icon:hover {
  background: #e1306c;
}
.social a.linkedin-icon:hover,
footer.landing-footer .social a.linkedin-icon:hover {
  background: #0072b1;
}
.social a.twitter-icon:hover {
  background: #0598e9;
}
.social a.youtube-icon:hover {
  background: #bd0808;
}
footer {
  padding: 50px 0;
}
.address-attachments-inner,
.contract-box-inn ul.new-lang,
.map-window .top-window,
footer .center,
footer.inner-footer .center {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer.landing-footer .footer-block {
  width: 47%;
}
footer.landing-footer .footer-block ul li {
  width: 33.33%;
  padding: 0 15px 0 0;
  margin: 0 0 10px;
  position: relative;
}
footer.landing-footer .footer-block ul li a {
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding: 0 0 0 32px;
}
footer.landing-footer .footer-block ul li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  width: 14px;
  height: 4px;
  background: var(--white);
}
footer.landing-footer .newsletter {
  width: var(--full-width);
  display: flex;
  align-items: center;
}
footer.landing-footer .newsletter input[type="text"] {
  border: 0;
  font-size: 16px;
  font-weight: 500;
}
.all-promotions:hover,
.article-search,
.best-responsive-tab-content
  .find-content
  .jobs-category-field
  .KeywordList
  .category-ato-footer,
.blog-details-section h2 a,
.current-job-post .job-post-rates .rates-box.selected label,
.current-job-post .job-post-rates .rates-box.selected label span,
.current-job-post .job-post-rates .rates-box.selected span,
.employee-profile .edit-languages-list .level select option,
.employer-profile .provide-service-row .new-provide a,
.invest-btn-bott a:hover,
.notification-list li .notification-description h1,
.notification-list li .notification-description h2,
.notification-list li .notification-description h3,
.other-edit-experience-list li h3,
.other-edit-experience-list li p,
.other-experience-list li h3,
.other-experience-list li p,
.profile-button-row .profile-button-left .bttn.promote-btn,
.register-row .register-btn,
.suspended-job-post-top
  .job-post-about
  .post-features
  ul.job-post-category
  li
  h2,
.tooltip-cat,
.view-more,
header.fixed .header-left nav ul li a,
header.fixed .header-right ul li a {
  color: var(--dark-grey);
  color: var(--dark-grey);
}
footer.landing-footer .newsletter input.subscribe-btn {
  border: 0;
  width: 30%;
  height: 60px;
  line-height: 60px;
  font-weight: 500;
  font-size: 20px;
  color: var(--dark-grey);
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  text-transform: capitalize;
  color: var(--dark-grey);
  background: #cb7767;
  background: -moz-linear-gradient(top, #cb7767 0, #d38979 100%);
  background: -webkit-linear-gradient(top, #cb7767 0, #d38979 100%);
  background: linear-gradient(to bottom, #cb7767 0, #d38979 100%);
}
.view-more {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  font-weight: 300;
  line-height: 24px;
  text-align: right;
  padding: 0 25px 0 0;
  position: relative;
  z-index: 2;
}
.hidden-map,
.index_blade .hidden-map > div {
  background: var(--dark-grey);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.25);
}
.view-more:hover {
  padding: 0 35px 0 0;
}
.jobs-tabs .more-jobs {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
header.fixed {
  background: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}
.about-img,
.faq-title h5,
.login-box,
.login-form li {
  position: relative;
}
.start-bttn-row {
  width: auto;
  display: flex;
  padding: 60px 0;
  flex-flow: column;
  flex-wrap: wrap;
  float: right;
}
.start-bttn-row p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: rgba(236, 237, 239, 0.7);
  text-align: center;
  margin: 15px 0;
}
.hidden-map {
  z-index: 2;
  border: 30px solid var(--dark-grey);
  border-top: 0;
  border-radius: 0 0 5px 5px;
}
.hidden-map > div {
  overflow: hidden;
  border-radius: 5px;
}
.index_blade .hidden-map {
  z-index: 2;
  position: absolute !important;
  width: 100% !important;
}
.index_blade .hidden-map > div {
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  border: 0 solid var(--dark-grey);
  border-top: 0;
  position: absolute !important;
  width: 100% !important;
  top: 0 !important;
  height: 300px !important;
}
.login-form::-webkit-input-placeholder,
.newsletter::-webkit-input-placeholder {
  color: var(--light-grey);
}
.login-form:-moz-placeholder,
.newsletter:-moz-placeholder {
  color: var(--light-grey);
  opacity: 1;
}
.login-form::-moz-placeholder,
.newsletter::-moz-placeholder {
  color: var(--light-grey);
  opacity: 1;
}
.login-form:-ms-input-placeholder,
.newsletter:-ms-input-placeholder {
  color: var(--light-grey);
}
.login-form::-ms-input-placeholder,
.newsletter::-ms-input-placeholder {
  color: var(--light-grey);
}
.login-form::placeholder,
.newsletter::placeholder {
  color: var(--light-grey);
}
.inner-page {
  width: var(--full-width);
  background-color: var(--dark-grey);
  padding: 150px 0 0;
}
.inner-page .about-top h1 {
  text-align: center;
  margin: 0 0 42px;
  color: #fff;
  font-size: 36px;
}
.about-content {
  width: 45%;
  padding: 0 0 50px;
}
.about-content h2 {
  font-size: 30px;
  line-height: 37px;
  margin: 0 0 8px;
}
.about-content h3 {
  font-size: 30px;
  color: var(--white);
  font-weight: 700;
  margin: 0 0 24px;
}
.about-content p {
  color: var(--white);
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
}
.about-bottm {
  width: var(--full-width);
  background-color: var(--white);
  padding: 70px 0;
  overflow: hidden;
}
.about-img {
  width: 30%;
  float: right;
  padding: 30px;
  margin: -16% 0 0;
}
.about-img:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 8px;
  background-color: var(--orange);
  left: 0;
  top: 0;
}
.about-img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 186px;
  left: 0;
  top: 0;
  border-right: 8px solid var(--orange);
  border-left: 8px solid var(--orange);
}
.about-tab {
  width: 65%;
  float: left;
  margin: 0 0 50px;
}
.inner-page-tab .tabs {
  width: var(--full-width);
  margin: 0 0 40px;
}
.inner-page-tab .tabs li {
  width: auto;
  padding: 0 50px 0 0;
  display: inline-block;
}
.inner-page-tab .tabs li a {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--white);
  position: relative;
}
.fixed-rate label,
.inner-page-tab .tabs li.active a,
.modal_first_step .verifi-pop p span,
.notification-list li .notification-description strong,
.offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row.closed-job-description
  p
  label,
.results-row h4 span > a {
  font-weight: 700;
}
.inner-page-tab .tabs li.active a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--dark-grey);
  left: 0;
  top: -10px;
}
.tabContent p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark-grey);
  margin: 0 0 30px;
}
.dashboard_blade .provide-service h4,
.employee_edit_profile_blade .provide-service h4,
.job-post-details .post-heading .applied,
.job-post-details .post-heading .btn-box,
.new-job-details .job-post-about .button-row,
.new-job-details .job-post-details .post-heading .btn-box,
.results-row h4 a.advnce-search,
.results-row h4 span,
.team-img-row {
  display: flex;
  align-items: center;
}
.team-img-row .team-img {
  width: 150px;
  text-align: center;
  margin: 0 30px 0 0;
}
.team-img-row .team-img img {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  border: 1px solid var(--dark-grey);
  margin: 0 0 10px;
}
.team-img-row .team-img span {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: var(--dark-grey);
}
.about-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 60px;
}
.about-right-image {
  width: 50%;
  padding: 0 0 0 20px;
  display: flex;
  justify-content: flex-end;
}
.about-right-image img,
.connect-service-r > img,
.features-img img,
.h-img-resp,
.investor-banner-img .banner-imgs img,
.patents-assets-block .right-patents > img,
.promote-right .promote-icon > img,
.register-success .success-img img,
.slider-block .slider-img img {
  max-width: 100%;
}
.about-follow {
  float: right;
  width: auto;
}
.about-follow h3 {
  text-align: right;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 24px;
}
.login-section .center,
.member-link {
  text-align: center;
}
.about-follow ul {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.about-follow ul li,
.outer-payment .inner-payment {
  width: auto;
  margin: 0 0 0 16px;
}
.about-follow ul li a {
  width: 36px;
  height: 36px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--dark-grey);
}
.faq-section .inner-page-tab {
  padding-bottom: 60px;
  border-bottom: 2px solid rgba(236, 237, 239, 0.2);
}
.canvas-image,
.dark-theme-tab .tabs li.active a:before,
.suggest-profile-box:hover .suggest-img,
.suggest-profile-box:hover .suggest-img #text_img > span,
.suspended-job-post-top .job-post-about .post-features ul li {
  background-color: var(--white);
}
.faq-content {
  display: none;
  padding: 0 10px 8px;
}
.faq-row {
  padding: 0;
  border: 2px solid rgba(236, 237, 239, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.employer-home.post-job-new .result-list.myJobPosts li,
.faq-row:not(:last-child),
.model-job-promote .promote-left h2,
.post-job-new ul.result-list > li {
  margin-bottom: 16px;
}
.faq-title {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 20px;
  cursor: pointer;
}
.faq-title h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--white);
  padding-right: 20px;
  cursor: pointer;
}
.faq-title h5:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 6px;
  width: 18px;
  height: 10px;
  background: url("/img/faq-up-arow.svg");
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.faq-title.active h5:after {
  background: url("/img/faq-down-arow.svg");
}
.faq-content,
.faq-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: var(--white);
  margin: 10px 0 0;
}
.faq-content p:last-of-type,
.history-review-job .result-list li p,
ul.promoted-job-popup-list.boostedJobPopUp li .promoted-job-right {
  margin-bottom: 0;
}
.faq-content .conent-list li {
  list-style: disc;
}
@media (max-width: 979px) {
  .faq-section .inner-page-tab {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.login-section {
  width: var(--full-width);
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  overflow: hidden;
}
.login-section:after {
  position: absolute;
  content: "";
  width: var(--full-width);
  height: var(--full-height);
  left: 0;
  top: 0;
  background: rgba(48, 48, 48, 0.8);
}
.login-box {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.inner-login,
.inner-login:after {
  height: 100vh;
  z-index: 1;
  position: absolute;
}
.login-bg-box {
  width: 10%;
  border: 2px solid var(--dark-grey);
}
.inner-login,
.login-section .center {
  width: var(--full-width);
  display: flex;
}
.inner-login {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.inner-login:after {
  content: "";
  left: 0;
  top: 0;
  width: 50%;
  background: var(--dark-grey);
  opacity: 1;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
}
.inner-login.current-login:after {
  left: 50%;
}
.login-content {
  padding: 30px;
}
.login-content h1,
.login-content h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 73px;
  text-align: center;
  color: var(--white);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  margin: 0 0 20px;
}
.member-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: var(--white);
}
.login-btn {
  clear: both;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 700;
  height: 48px;
  line-height: 48px;
}
.input-text {
  width: 100%;
  height: 58px;
  line-height: 58px;
  border-radius: 5px;
  border: 1px solid var(--medium-grey);
  padding: 0 10px;
  background: var(--dark-grey);
  color: var(--light-grey);
  font-size: 16px;
}
.acnt-form h3,
.forgot-pass,
.login-form li label,
.login-form li p,
.save-btn,
.signup-btn {
  color: var(--white);
}
.acnt-form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  max-width: 530px;
}
.forgot_blade .signin .login-content {
  max-width: 530px;
  width: 100%;
}
.acnt-form h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  text-align: left;
  margin: 0 0 24px;
}
#report_form
  .apply-row
  p
  span.apply-offer-price
  input[type="text"].report_subject,
#report_form
  .apply-row
  p
  span.apply-offer-price
  input[type="text"].report_subject_employer,
.login-form {
  width: 100%;
  text-align: left;
}
.login-form li {
  width: 100%;
  margin: 0 0 8px;
  text-align: left;
}
.c-popup,
.l-modal {
  text-align: center;
}
.login-form li label {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
  margin: 0 0 4px;
  display: inline-block;
}
.signup-btn {
  clear: both;
  font-weight: 600;
  font-size: 18px;
  width: var(--full-width);
  margin: 15px 0 0;
  text-transform: none;
}
.login-form li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.logo-login {
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 10;
}
.blog-right.blogRightWeb,
.choose-category-list .sub-category ul li input:checked ~ .checkmark:after,
.employee_edit_profile_blade .all_attachments.owl-carousel .owl-item img,
.employee_hire_blade .fetch-details .new-offer-price-outer .post-features,
.full-width-result,
.full-width-twocol-result,
.inner-login.current-login .login-acnt,
.inner-login.current-login .login-content-inn.create-content,
.job-total h4 > .hidden-price img:hover ~ span,
.job_cat_modal .verifi-pop,
.js-modal-services .verifi-pop,
.mobile-advance-search .aside-box h2,
.my_post_promote_button a.job-details-edit:hover .edit-tooltip,
.offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row.closed-job-description,
.process_blade .payment-page-details,
.result-list.notification-list li ul,
.stripe-frm.verifications-form ul li p,
.suggest-category-row.owl-carousel ul,
.tooltips.active .tools-content,
.top-category-box-wrap .top-category-box .add-category-filter,
aside.profile-aside .headings {
  display: block;
}
.jobs-category-field {
  width: 52%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  height: 60px;
  border-radius: 5px;
  padding: 0 10px;
}
.jobs-icon {
  position: relative;
  padding: 0;
  margin: 0 16px 0 0;
  cursor: pointer;
  width: 22px;
}
.jobs-icon:after {
  position: absolute;
  content: "";
  right: -14px;
  top: 0;
  background: url(/img/arrow-down.svg) right center no-repeat;
  width: 32px;
  height: 100%;
}
.category-section .category-botton {
  border: 1px solid var(--medium-grey);
  border-radius: 5px;
  font-weight: 500;
  color: var(--medium-grey);
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  background: #fff;
  cursor: pointer;
  min-width: 106px;
}
.category-section .category-botton.add-color {
  background-color: var(--dark-grey);
  border-color: var(--dark-grey);
  line-height: 26px;
  color: var(--white);
}
.is-hidden--off-flow {
  opacity: 0;
  transition: 0.2s ease-in-out;
  z-index: -10;
  visibility: hidden;
}
.is-shown--off-flow {
  opacity: 1;
  transition: 0.2s ease-in-out;
  visibility: visible;
}
.l-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0 auto;
  z-index: 100;
}
.l-modal__body,
span.add-icon {
  top: 50%;
  transform: translateY(-50%);
}
.l-modal__shadow {
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
  background: #161616;
  opacity: 0.92;
  z-index: -1;
  cursor: pointer;
}
.l-modal__body {
  position: relative;
}
.c-popup {
  display: inline-block;
  background: #fff;
  max-width: 600px;
  width: 100%;
  line-height: 1.48;
  padding: 16px;
  border-radius: 5px;
  z-index: 100;
}
.c-popup__note {
  opacity: 0.2;
  font-size: 1em;
  margin-top: 6px;
  margin-bottom: 60px;
}
.c-popup .category-option-box h5,
.job-vmjp-modal .job-post-details .center .bidding-job,
.new-job-details .job-post-details-info ul.payment-list li:nth-child(2n + 2),
.terms_blade .setiing-block .settings-right .verifications-form {
  margin: 0 0 30px;
}
.category-option-box {
  width: var(--full-width);
  display: block;
  padding: 40px 10px 40px 40px;
}
.category-option-box h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  display: block;
  color: var(--dark-grey);
  margin: 0 0 25px;
}
.choose-category h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: var(--dark-grey);
  margin: 0 0 10px;
}
.choose-category ul {
  padding: 0;
  overflow: hidden;
  overflow-y: scroll;
}
.choose-category ul li {
  width: var(--full-width);
  text-align: left;
  margin: 0 0 8px;
  position: relative;
}
.choose-category ul li input[type="checkbox"] {
  width: 100%;
  height: 92%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.choose-category ul li a {
  width: auto;
  color: var(--dark-grey);
  padding: 5px 12px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  border: 1px solid var(--dark-grey);
  border-radius: 5px;
}
.choose-category ul li a:hover,
.choose-category ul li input[type="checkbox"]:checked + a,
.choose-category ul li.checked a {
  background: #ecedef;
}
.find-content input[type="text"].category-search-field {
  border: 0;
  width: 100%;
  padding: 0 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: var(--dark-grey);
}
.onmap-btn {
  position: relative;
  text-align: left;
  padding: 0 0 0 77px;
}
.onmap-btn:after {
  position: absolute;
  content: "";
  left: 44px;
  top: 0;
  background: url(/img/onmap-icon-w.svg) 0 center no-repeat;
  width: 28px;
  height: 100%;
}
.scrollbar::-webkit-scrollbar-track {
  background-color: #fff;
}
.scrollbar::-webkit-scrollbar-track:hover {
  background-color: #fff;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #303030;
  border-radius: 16px;
  border: 1px solid #fff;
  min-height: 50px;
}
.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a5;
  border: 1px solid #fff;
}
.scrollbar::-webkit-scrollbar-button {
  display: none;
}
.scrollbar {
  height: 250px;
  width: 100%;
  min-width: 100%;
  background: #fff;
  overflow-y: auto;
  margin: 0 0 40px;
}
.close,
.close-apply,
.closes,
.closess {
  position: absolute;
  right: 15px;
  top: 15px;
}
.save-btn {
  min-width: 155px;
  height: 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
}
.login-form li span.password-close-eye {
  background: url(/img/eye-hide-login.svg) 97% center no-repeat;
  position: absolute;
  right: 12px;
  top: 42px;
  width: 30px;
  height: 20px;
  cursor: pointer;
}
.login-form li span.password-close-eye.password-open-eye,
.setiing-block
  .settings-right
  .verifications-form
  ul
  li
  span.password-close-eye.password-open-eye {
  background: url(/img/eye-show-login.svg) 97% center no-repeat;
}
.login-form li input[type="email"],
.login-form li input[type="password"],
.login-form li input[type="text"] {
  padding: 0 50px 0 10px;
  background-color: var(--dark-grey);
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 5px;
  border: 1px solid var(--medium-grey);
  background: var(--dark-grey);
  color: var(--light-grey);
  font-size: 14px;
}
.login-form li input[type="text"] {
  padding: 0 10px;
}
.forgot-pass {
  text-align: right;
  font-size: 14px;
  float: right;
  margin: 6px 0;
}
.choose-category .filter-category,
.details-content-attachment ul,
.edit-profile-modal.add-certificate-modal .apply-row,
.edit-profile-modal.add-education-modal .apply-row,
.edit-profile-modal.add-licence-modal .apply-row,
.new-job-details .details-content-attachment ul {
  display: flex;
  flex-wrap: wrap;
}
.l-modal .choose-category .filter-category {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  max-height: 100px;
  overflow: hidden;
  overflow-y: auto;
  margin: 0 0 20px;
}
.choose-category .filter-category li {
  width: auto !important;
  margin: 0 10px 10px 0 !important;
  list-style: none;
}
.choose-category .filter-category li a {
  border: 0;
  padding: 2px 10px;
  color: var(--dark-grey);
  background-color: var(--light-grey);
  border-radius: 20px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.choose-category .filter-category li a:hover {
  text-decoration: none;
}
.choose-category .filter-category li a img {
  width: 28px;
  padding: 4px;
}
.login-form li.remember_me input {
  padding: 0;
  margin-bottom: 0;
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 0;
  z-index: 100;
}
.login-form li.remember_me label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}
.login-form li.remember_me label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background-color: var(--white);
  border-radius: 50%;
}
.login-form li.remember_me input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 8px;
  width: 5px;
  height: 12px;
  border: solid var(--dark-grey);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.fixed-header {
  width: var(--full-width);
  background: var(--dark-grey);
  padding: 8px 16px;
  position: fixed;
  top: 0;
  left: 0;
}
.about-me ul,
.active-contract-button-row-outer,
.add-report-modal .report-form-div,
.add-report-modal-employer .report-form-div,
.aside-box h4,
.blog-box .blog-info .top-info,
.card-verifications ul,
.category-slide .center,
.edit-profile-modal .apply-row,
.fixed-header .center,
.job-apply-modal .modal-content .apply-job-price .new-offer-price-inner p span,
.job-post .job-post-top,
.job-post-details-info ul.my_job_post_language,
.js-modal-shopify-confirm-box-release-payment-end-this-job
  .category-option-box
  .choose-category
  > div,
.new-job-details .job-post .job-post-top,
.profileEmployeePdf .modal-content > div,
.profileEmployerPdf .modal-content > div,
.social-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixed-header .header-l,
.fixed-header .header-r {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixed-header .fixed-header-logo {
  height: 52px;
}
.fixed-header .fixed-header-logo img {
  width: 105px;
}
.fixed-header .header-l nav {
  width: auto;
  margin: 16px 0 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.fixed-header .header-l nav ul li a {
  width: auto;
  display: inline-block;
  color: var(--light-grey);
  font-size: 18px;
  font-weight: 400;
}
.fixed-header .header-l nav ul li a.active,
.job-post-details-content p span,
.new-job-details .job-post-details-content p span,
.profile-start-job .start-job-bg p {
  font-weight: 500;
}
.fixed-header .header-r ul {
  width: auto;
  margin: 0;
  position: relative;
}
.inner-page-content {
  width: var(--full-width);
  position: relative;
  padding: 110px 0 0;
}
.close_account_blade .inner-page-content,
.process_blade .inner-page-content,
.welcome-less .job-post-details.inner-page-content {
  padding: 80px 0 0;
}
.inner-page-content .center {
  padding: 62px 7% 0;
}
.search-result-page {
  width: var(--full-width);
  display: flex;
  justify-content: space-between;
}
aside {
  width: 26%;
  border-radius: 5px;
  padding: 20px 0;
}
.main-inner {
  width: 71%;
}
.result-list {
  width: var(--full-width);
  display: block;
  margin: 0;
}
.result-list li {
  margin: 0 0 16px;
  position: relative;
  padding: 24px 16px;
  width: var(--full-width);
  clear: both;
  background-color: var(--dark-grey);
  color: var(--white);
  border-radius: 5px;
}
.result-list li h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  margin: 0 0 10px;
  color: var(--white);
  display: flex;
  align-items: center;
  padding: 0 85px 0 0;
  word-break: break-word;
}
.fixed-header .header-l .search-bar form,
.result-list li .rate-addres,
.result-list li .rate-addres .rate-addres-inner {
  align-items: center;
  width: auto;
  display: flex;
}
.avg-rating-top p img,
.bidding-profile li .bidding-pro-info h3 .ratings img,
.closed-job-modal .modal-content .top-intro-row .job-price span img,
.contract-duration-block p span img,
.current-job-modal .modal-content .top-intro-row .job-price span img,
.employee_current_job_details_blade
  .job-post-details
  .post-heading
  .applied
  img,
.employee_hire_blade #sendoffer .employee-hire li .offer_price_div img,
.employer_recieved_offers_blade
  .offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row
  .recieved-offer-left
  p
  img,
.job-review-list.result-list span img,
.offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row
  .recieved-offer-left
  .rate-addres
  p
  img,
.pro-infos .profile-info:first-child,
.profile-shared li span img,
.promoted-sign > img,
.remote-job-block > input,
.result-list li h3 img,
.result_blade .search-map-div .window-bottom .profile-info img,
.result_blade .search-map-div strong .profile-info img,
.review-list ul li .top-row .rating-avg img,
.verification_steps_blade
  .verification-steps.step_1
  .verifications-form
  li
  p
  .first-step-verify
  img {
  margin: 0 8px 0 0;
}
.result-list li .rate-addres {
  margin: 0 0 25px;
}
.result-list li .rate-addres p {
  width: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  margin: 0 40px 0 0;
}
.result-list li .rate-addres p:first-child img,
.result-list li .rate-addres p:nth-child(2) img,
.result-list li .rate-addres p:nth-child(4) img {
  width: 25px;
}
.choose-cat-list li img,
.closed-job-singlepage
  .current-job-post
  .job-post-rates
  .rates-box
  label
  em
  > img.time-icon,
.promotions-btns .bttn.promote-btn img,
.result-list li .rate-addres p:nth-child(4) img {
  width: 16px;
}
.result_blade
  .result-employee-section.result-list
  li
  .rate-addres
  p:nth-child(2)
  img {
  width: 14px;
}
.employer_recieved_offers_blade
  .offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row
  .recieved-offer-left
  p,
.job-post-details .post-heading .post-heading-inner,
.popup-attachment-form ul li .custom-file-outer,
.result_blade
  .result-employee-section.result-list
  li
  .rate-addres
  p:nth-child(2) {
  display: flex;
  align-items: flex-start;
}
.result-list li .rate-addres p img {
  margin: 0 8px 0 0;
  width: 14px;
}
.blog-box:nth-child(3n + 3),
.edit-sub-button li:last-child,
.payment-information-box ul.information-list li:nth-child(4n + 4),
.payment-information-box
  ul.information-list.card-details-info
  li:nth-child(3n + 3),
.result-list li .rate-addres p:last-child,
.suggest-profile-row.suggested-employee .suggest-profile-box:nth-child(6n + 6) {
  margin-right: 0;
}
.result-list li p {
  width: 100%;
  word-break: break-word;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 30px;
}
p.job-address > img {
  margin: 2px 3px -2px 0;
  width: 14px;
}
.bottom-row {
  display: flex;
  align-items: center;
  margin: 16px 0 0;
}
.profile-info {
  width: auto;
  display: flex;
  align-items: center;
  margin: 0 40px 0 0;
}
.profile-info span.pro-name {
  margin: 0 0 0 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile-info span.pro-name a {
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.pro-img {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 1px solid var(--lighter-grey);
  padding: 3px;
  border-radius: 50%;
}
.close-eye,
.open-eye {
  height: 20px;
  width: 30px;
}
.bidding-profile li .bidding-pro-img img,
.pro-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.apply-row p span.apply-offer-price span.perhour,
.employer_current_jobs_blade .pro-img,
.new-job-details
  .job-post-details-info
  .job-post-details-info-box.requirements-box
  ul.address-post
  li
  p {
  background-color: transparent;
}
.rating {
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 0 8px;
}
.rating span {
  font-size: 14px;
  font-weight: 300;
}
.profile-info label {
  font-weight: 500;
  font-size: 12px;
  margin: 0 0 0 8px;
}
.aside-box h2,
.aside-box h4 {
  margin: 0 0 20px;
  color: var(--dark-grey);
}
.result-list li .button-row {
  display: flex;
  justify-content: flex-end;
  width: calc(100% - 58%);
}
.result-list li .button-row .view-btn {
  justify-content: right;
  float: right;
  height: 40px;
  line-height: 40px;
  color: var(--white);
  min-width: 155px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-transform: none;
  margin: 0;
}
.aside-box {
  width: var(--full-width);
  padding: 0;
  border-bottom: 1px solid #d2d2d2;
  margin: 0 0 24px;
}
.aside-box h2 {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
}
.aside-box .input-text {
  border: 1px solid var(--medium-grey);
  background-color: var(--white);
  height: 45px;
  color: var(--dark-grey);
  line-height: 1;
}
.aside-box h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.add-category {
  position: relative;
  padding: 0 0 10px;
}
.add-category .categoryList ul.cat-ul {
  background: var(--white);
  padding: 15px;
  border-radius: 5px;
  height: 100%;
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.2);
  margin: 8px 0 0;
}
.add-category .categoryList ul.cat-ul li {
  font-size: 16px !important;
  font-weight: 600 !important;
  border: 0 !important;
}
.add-category .categoryList ul.cat-ul ul li {
  display: flex;
  align-items: center;
  font-size: 14px !important;
  font-weight: 400 !important;
  border: 0 !important;
}
.add-category .categoryList ul.cat-ul .category-ato-footer {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.add-category
  .categoryList
  ul.cat-ul
  .category-ato-footer
  .request_a_new_category {
  font-weight: 600;
  color: var(--orange);
  font-size: 16px;
  cursor: pointer;
}
.add-category
  .categoryList
  ul.cat-ul
  .category-ato-footer
  .request_a_new_category:hover {
  color: var(--light-orange);
}
span.add-icon {
  background: url(/img/add-icon.svg) no-repeat;
  position: absolute;
  right: 15px;
  -webkit-transform: translateY(-50%);
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.close-eye {
  background: url(/img/accordion-up-arrow.svg) 97% center no-repeat;
  cursor: pointer;
}
.open-eye {
  background: url(/img/accordion-down-arrow.svg) 97% center no-repeat;
  cursor: pointer;
}
.noUi-base,
.noUi-horizontal {
  height: 5px;
}
.aside-box .select {
  width: 100%;
  height: 45px;
  border: 1px solid var(--dark-grey);
  border-radius: 5px;
}
.aside-box .select .selectBtn {
  height: 40px;
  line-height: 45px;
}
.aside-box .select .selectDropdown {
  top: 110%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  padding: 10px 0;
  z-index: 10 !important;
}
.aside-box .select .selectDropdown .option {
  padding: 4px 10px;
  font-size: 14px;
  font-weight: 400;
}
.aside-box .select .selectDropdown h5 {
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 600;
}
.add-category .categoryList ul.cat-ul ul li label,
.contract-box-inn ul.new-lang li.rem_lang img,
.edit_dob_update,
.jobs-category-field .KeywordList ul li .result-show label,
.noUi-target {
  cursor: pointer;
}
.noUi-target:focus {
  outline: 0;
}
.noUi-connect {
  background: var(--orange);
}
.noUi-base {
  background: #fff;
}
.noUi-horizontal .noUi-handle {
  top: -6px;
  right: -15px;
  width: 10px;
  height: 10px;
  background: var(--orange);
  border: 5px solid var(--white);
  border-radius: 5px;
  box-shadow: unset;
  cursor: pointer;
  transition: transform 0.1s;
}
.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before {
  content: none;
}
.noUi-horizontal .noUi-handle:hover {
  transform: scale(1.1);
}
.filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 25px;
}
.filter__label {
  position: relative;
  cursor: pointer;
  width: 45%;
}
.filter__label > span {
  position: absolute;
  color: var(--medium-grey-xl);
  font-size: 14px;
  font-weight: 300;
  left: 10px;
  top: 5px;
}
.fliter-range {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.fliter-range:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: transparent;
  display: none;
}
.apply-changes-btn,
.filter__label:last-child .filter__input {
  text-align: right;
}
.filter__input {
  height: 35px;
  border-radius: 5px;
  padding: 0 10px 0 46px;
  background: 0 0;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid var(--medium-grey);
  text-align: right;
}
.edit-profile-modal.add-certificate-modal .apply-row p textarea,
.edit-profile-modal.add-experience-modal .apply-row p textarea,
.edit-profile-modal.add-licence-modal .apply-row p textarea,
.filter__input:focus,
.offer-listing-page .pending-offers li {
  border: 1px solid var(--dark-grey);
}
.filter__slider-price {
  width: 100%;
  margin: 20px 5px 0;
}
.location-map {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 16px;
}
.location-address {
  width: var(--full-width);
  position: relative;
  margin: 0 0 14px;
}
.location-address span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 10px;
}
.location-address span.address-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 10px;
  background-color: var(--dark-grey);
  border-radius: 5px;
  width: 35px;
  height: 35px;
  background-image: url(/img/location-icon-new.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.__hide,
.about-info-accodian h2,
.about-info-mobile,
.add-language-modal .modal-content .apply-row p label,
.banner-content .jobs-icon:after,
.choose-attach-file .choose-attach-file-inn .files_address ul li:after,
.choose-category-list .sub-category ul li .category-box:after,
.choose-category-list .sub-category ul li:after,
.contract-box-inn ul.new-lang li:after,
.edit-box .TypeList ul li:after,
.edit-suggest-category-row .category-box:after,
.footer-block ul li a:after,
.fullstar,
.history-review-job ul.tabs li:first-child:after,
.l-modal.choose-admin-popup
  .c-popup
  .category-option-box
  .verifications-form
  ul
  li
  [type="radio"]:checked
  + label:after,
.l-modal.choose-admin-popup
  .c-popup
  .category-option-box
  .verifications-form
  ul
  li
  [type="radio"]:checked
  + label:before,
.l-modal.choose-admin-popup
  .card-verifications
  ul
  li
  [type="radio"]:not(:checked)
  + label:before,
.location-address span.address-img img,
.mobile-advance-search > h2,
.mobile-menu,
.modal_first_step .verifi-pop .mobile-view,
.reviews-list-tab ul.tabs li.active a:before,
.reviews-list-tab ul.tabs li:last-child:after,
.search-bar a.mobile-search-icon,
aside.employee-tab-find-job .tabs {
  display: none;
}
.location-address .input-text {
  padding: 0 48px 0 10px;
}
.aside-box:last-child,
.fixed-header
  .header-r
  ul.after-login-header
  li.link-profile.desk-employee
  .profile-info
  .pro-imgs,
.fixed-header
  .header-r
  ul.after-login-header
  li.link-profile.desk-employer
  .profile-info
  .pro-imgs,
.referral_wallet_blade
  .new-job-details
  .job-post-details-info
  ul.payment-list
  li
  > div:first-child,
.search-map-div:last-child,
.upcomming-steps .steps:first-child,
.verified-steps .steps:first-child {
  border: 0;
}
.floating-button-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 40px 0 0;
}
.clear-all {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--dark-grey);
}
.back-btn:hover,
.clear-all:hover,
.skip-btn:hover {
  text-decoration: underline;
}
.apply-btn {
  float: right;
  height: 40px;
  line-height: 36px;
  color: var(--white);
  min-width: 155px;
  background: var(--dark-grey);
}
.back-to-top {
  display: none;
  position: fixed;
  bottom: 110px;
  right: 40px;
  width: 64px;
  height: 64px;
  cursor: pointer;
  box-shadow: 0 0 6px 0 #252222;
  border-radius: 50%;
}
.floating-button-row .clear-all {
  position: absolute;
  top: 0;
  right: 0;
}
.search-bar {
  width: auto;
  padding: 0;
  position: relative;
  z-index: 2;
  margin: 0 0 0 30px;
  display: flex;
  align-items: center;
}
.search-bar .jobs-category-field {
  width: auto;
  height: 45px;
  position: relative;
}
.search-bar .jobs-category-field .category-search-field {
  width: 350px;
  padding: 0 12px;
  height: 30px;
}
.search-bar .jobs-category-field .category-section {
  width: auto;
  margin: 0 0 0 10px;
}
.search-bar .jobs-category-field .search-map {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  position: absolute;
  top: 8px;
  right: 5px;
  overflow: hidden;
  cursor: pointer;
}
.search-bar .jobs-category-field .search-map:after {
  position: absolute;
  content: "";
  left: 28px;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(/img/map-icon.svg) 0 center no-repeat;
}
.search-bar .jobs-category-field .search-map span {
  opacity: 0;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  padding: 2px 0 0;
}
.search-bar .jobs-category-field .search-map:hover span {
  opacity: 1;
  padding: 2px 0 0 28px;
}
.search-bar .jobs-category-field .search-map:hover:after {
  left: 0;
}
.search-find-btn {
  height: 45px;
  line-height: 45px;
  color: var(--white);
  min-width: 120px;
  margin: 0 0 0 8px;
}
.advance-search {
  font-weight: 500;
  color: var(--medium-grey-xl);
  margin: 0 0 0 15px;
  background-image: url(/img/advance-search-icon-grey.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
  font-size: 0;
  width: auto;
  height: 26px;
  padding: 0 0 0 32px;
  position: relative;
}
.advance-search span {
  position: absolute;
  top: 36px;
  left: -8px;
  font-size: 14px;
  color: var(--orange);
  width: 145px;
  background-color: var(--darkest-grey);
  border-radius: 5px;
  padding: 3px 10px;
  opacity: 0;
}
.advance-search span:after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  bottom: 100%;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--darkest-grey);
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.advance-search:hover {
  background-image: url(/img/advance-search-icon-white.svg);
}
.contract-duration-block,
.fixed-header .header-r ul.after-login-header {
  display: flex;
  align-items: center;
  margin: 0;
}
.fixed-header .header-r ul.after-login-header li {
  padding: 0;
  margin: 0 30px 0 0;
  position: relative;
  z-index: 10;
}
.fixed-header
  .header-r
  ul.after-login-header
  li.notification-link.msg-link
  > a
  > img {
  width: 25px;
  margin: 0;
  height: 40px;
}
.attachment-publish .details-content-attachment ul li:first-child,
.attachments-component .slick-track,
.bonus_modal .modal-content .edit-profile-icons,
.carousel-categorys .category-box,
.carousel-categorys-full .category-box,
.carousel-single .category-box,
.chat-cont .chat-body .chats-text-cont .chat-text.ch-right .chat_image,
.contract-box-inn p:last-child,
.create_job_blade .fixed-box-rate input[type="text"],
.details-content-attachment ul li:first-child,
.edit-profile-modal.add-experience-modal .apply-row p span input[type="text"],
.employer-home .results-row ul li,
.employer_current_job_details_blade .details-content-attachment ul,
.fixed-header .header-r ul.after-login-header li:last-child,
.inner-page-content.profile-home-inner.employer-home,
.investor-banner-img .banner-right .circle:last-child,
.involved-category .suggest-category-row ul li:first-child,
.job-intro-modal .top-intro-row .job-total p,
.job-post-details-info ul li:last-child,
.job-vmjp-modal .job-post-details .center .address-post p,
.job-vmjp-modal
  .job-post-details
  .center
  .bidding-job
  .emp-bidding
  a:first-child,
.job_employer_details_blade .details-content-attachment ul li:last-child,
.map-popup-profile .pro-infos .profile-info label,
.modal_first_step.job_cat_modal .verifications-form ul li,
.modal_first_step.js-modal-services .verifications-form ul li,
.modal_view .rate-box p,
.new-job-details .details-content-attachment ul li:first-child,
.new-job-details .emp-bidding a:first-child,
.payment-page-details,
.pro-infos .profile-info label,
.result-employee-section li .result-employee-left .profile-info,
.result-employee-section li .result-employee-left .profile-info span.pro-name,
.select2-container .select2-search--inline,
.service-pack ul li:last-child,
.suspended-job-post-top .job-post-about .post-features,
nav ul {
  margin: 0;
}
.fixed-header .header-r ul.after-login-header li.links .view-btn {
  height: 42px;
  line-height: 42px;
  font-weight: 500;
  color: var(--white);
  border: 1px solid #c4c4c4;
  min-width: auto;
  padding: 0 16px;
  background-color: transparent;
}
.fixed-header .header-r ul.after-login-header li .tooltip,
.fixed-header .header-r ul.after-login-header li ul.sub-menu {
  top: 60px;
  border-radius: 5px;
  background: var(--darker-grey);
  visibility: hidden;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  opacity: 0;
}
.fixed-header .header-r ul.after-login-header li.links .view-btn:hover {
  border-color: var(--yellow);
  color: var(--yellow);
}
.dashboard_blade
  .fixed-header
  .header-r
  ul.after-login-header
  li.links
  .view-btn:hover,
.fixed-header
  .header-r
  ul.after-login-header
  li.links
  #dashboard2
  .view-btn:hover {
  border-color: var(--green);
  color: var(--green);
}
.fixed-header .header-r .nofication-submenu:after,
.fixed-header .header-r ul li.link-profile .profile-submenu:after,
.fixed-header .header-r ul.after-login-header li .tooltip:after,
.fixed-header .header-r ul.after-login-header li ul.sub-menu:after {
  content: " ";
  border-top: none;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid var(--darker-grey);
  position: absolute;
}
.fixed-header .header-r ul.after-login-header li ul.sub-menu {
  display: block !important;
  position: absolute;
  width: 240px;
  left: 0;
  padding: 10px 0;
  z-index: 14;
}
.fixed-header .header-r ul.after-login-header li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 36px;
}
.fixed-header .header-r ul.after-login-header li ul.sub-menu li {
  width: var(--full-width);
  padding: 0;
}
.fixed-header .header-r ul.after-login-header li ul.sub-menu li a {
  width: var(--full-width);
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  line-height: 35px;
  padding: 0 16px;
}
.fixed-header .header-r ul.after-login-header li ul.sub-menu:after {
  left: 20px;
  top: -10px;
}
.fixed-header .header-r ul.after-login-header li .tooltip {
  position: absolute;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  padding: 4px 20px;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
}
.fixed-header .header-r ul.after-login-header li:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: 38px;
}
.fixed-header .header-r ul.after-login-header li .tooltip:after {
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.fixed-header .header-r ul li a.profile-icon {
  width: 58px;
  height: 58px;
  border: 2px solid var(--light-grey);
  overflow: hidden;
  border-radius: 50%;
  padding: 3px;
}
.attachments-component ul li.attach-imgs > a,
.fixed-header .header-r ul li a.profile-icon img {
  width: 100%;
  height: 100%;
}
.fixed-header .header-r ul li.link-profile .profile-submenu {
  position: absolute;
  width: 270px;
  right: 0;
  top: 100px;
  padding: 10px 0;
  background: var(--darker-grey);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
}
.fixed-header .header-r ul li.link-profile.selected .profile-submenu {
  opacity: 1;
  visibility: visible;
  top: 79px;
}
.fixed-header .header-r .nofication-submenu:after,
.fixed-header .header-r ul li.link-profile .profile-submenu:after {
  right: 20px;
  top: -10px;
}
.fixed-header .header-r ul li.link-profile ul {
  padding: 0;
  text-align: left;
  width: var(--full-width);
}
.fixed-header .header-r ul li.link-profile ul li {
  width: var(--full-width);
  margin: 0;
}
.fixed-header .header-r ul li.link-profile ul li.blog_link_menu {
  border-top: 1px solid var(--medium-grey-xl);
}
.fixed-header .header-r ul li.link-profile ul li a {
  width: var(--full-width);
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  padding: 0 16px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.apply-changes-btn .bttn,
.bidding-profile li.bid_proposal,
.employer-profile .languages-list ul li span.level-bar .process-bar,
.fixed-header .header-r .nofication-submenu ul li:hover,
.fixed-header .header-r ul li.link-profile ul li a:hover,
.index_blade.header-down header.before-login,
.index_blade.header-up header.before-login,
.new-payment-request-popup .current-prize.active,
.offer-listing-page .pending-offers li.dark-bg,
.save-btn-row button:hover,
header.before-login {
  background-color: var(--dark-grey);
}
.fixed-header .header-r ul li.link-profile ul li:last-child {
  margin: 4px 0 0;
  border-top: 1px solid var(--medium-grey-xl);
}
.fixed-header .header-r ul li.link-profile .profile-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: var(--full-width);
  padding: 10px 16px 20px;
  border-bottom: 1px solid var(--medium-grey-xl);
  position: relative;
}
.fixed-header .header-r ul li.link-profile .profile-info .pro-name {
  width: auto;
  margin: 0;
  padding: 0 64px 0 0;
  text-align: right;
}
.fixed-header .header-r ul li.link-profile .profile-info .pro-name span {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: var(--white);
  display: inline-block;
  word-break: break-word;
}
.fixed-header .header-r ul li.link-profile .profile-info .pro-name p {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  color: var(--white);
}
.fixed-header .header-r ul li.link-profile .profile-info .pro-imgs {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--yellow);
  padding: 0;
  position: absolute;
  right: 16px;
}
.fixed-header .header-r ul li.link-profile .profile-info .pro-imgs img {
  width: 100%;
  height: 100%;
  border: 0;
}
.search-result-tab .tabs {
  display: flex;
  align-items: center;
  margin: -16px 0 0;
  background: var(--light-grey);
  border-radius: 5px;
}
.search-result-tab .tabs li {
  width: 50%;
  text-align: center;
}
.search-result-tab .tabs li a {
  width: var(--full-width);
  height: 50px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  border-radius: 5px;
  color: var(--dark-grey);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-result-tab .tabs li.active a {
  background: #51ad8d;
  background: -moz-linear-gradient(top, #51ad8d 0, #389574 100%);
  background: -webkit-linear-gradient(top, #51ad8d 0, #389574 100%);
  background: linear-gradient(to bottom, #51ad8d 0, #389574 100%);
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
}
.job_cat_modal .next-prev-row,
.search-result-tab .tabContainer {
  padding: 20px 0 0;
}
.sortby-row {
  width: var(--full-width);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 20px;
}
.sortby-btn {
  width: 170px;
  position: relative;
  margin: 0 0 0 20px;
}
.sortby-icon {
  width: 170px;
  background: url(/img/sortby-icon.svg) 94% center no-repeat;
  padding: 6px 20px;
  display: inline-block;
  font-size: 16px;
  color: var(--dark-grey);
  border-radius: 5px;
}
.sortby-list {
  position: absolute;
  width: 170px;
  border-radius: 0 0 5px 5px;
  top: 32px;
  right: 0;
  background: var(--white);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
.sortby-btn.open > a.sortby-icon {
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 6px 15px;
  width: 170px;
  display: inline-block;
  font-weight: 500;
}
.sortby-list li a {
  width: var(--full-width);
  display: block;
  line-height: 35px;
  font-weight: 400;
  font-size: 14px;
  color: var(--black);
  text-align: left;
  padding: 0 18px;
}
.sortby-btn.open .sortby-list {
  visibility: visible;
  opacity: 1;
}
.inner-page-content.profile-home-inner {
  margin: 30px 0 0;
  padding: 0;
}
.create-job-steps .center,
.inner-page-content.profile-home-inner .center,
.welcome-profile .center,
.welcome-profile-suspended .center {
  padding: 0 7%;
}
.inner-page-content.profile-home-inner .search-result-page {
  padding: 50px 0 0;
}
.welcome-profile {
  background-color: var(--dark-grey);
  width: var(--full-wifth);
  padding: 30px 0;
  margin: 75px 0 0;
  border-top: 2px solid var(--white);
}
.profile-loged,
.profile-methods,
.profile-statements {
  background-color: var(--darkest-grey);
}
.profile-row {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}
.profile-statements {
  width: 27%;
  padding: 18px;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.profile-statements .profile-name {
  width: auto;
  text-align: left;
  margin: 0 0 0 22px;
}
.profile-infos .infos-box,
.profile-loged {
  width: 18%;
  display: flex;
  border-radius: 5px;
}
.profile-statements .profile-name h5 {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: var(--white);
  word-break: break-word;
}
.profile-statements .profile-name p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
}
.profile-statements .profile-name a {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: var(--orange);
}
.profile-loged {
  padding: 12px;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.profile-loged p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: var(--white);
  text-align: center;
  margin: 0 0 10px;
}
.profile-loged > a.bttn {
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  min-width: 100%;
}
.profile-infos {
  display: flex;
  justify-content: space-between;
  width: 52%;
}
.profile-infos .infos-box {
  background: linear-gradient(180deg, #fcfcfc 0, #d1d1d1 100%);
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.profile-infos .infos-box a {
  width: 100%;
  height: 100%;
  padding: 20px;
}
.profile-infos .infos-box span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: var(--darkest-grey);
  width: 100%;
  display: block;
}
.profile-infos .infos-box h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  color: var(--darkest-grey);
}
.profile-methods {
  padding: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 15.5%;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
}
.profile-methods a {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: var(--white);
  margin: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 22px;
  width: 100%;
}
.profile-methods a img {
  margin: 0 0 12px;
}
.apply-changes-btn .bttn:hover,
.my_post_promote_button .bttn.edit-btn:hover,
.profile-button-row .profile-button-left .bttn.edit-btn:hover,
.profile-button-row .profile-button-right .bttn.edit-btn:hover,
.profile-methods:hover {
  background-color: var(--black);
}
.verefication-level {
  background-color: var(--dark-grey);
  border-radius: 5px;
  padding: 22px;
  margin: 0 0 20px;
}
.verefication-level h4 {
  color: var(--white);
  width: var(--full-width);
  margin: 0 0 8px;
}
.verefication-row,
.verifi-pop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.verefication-row .verefication-content {
  width: 35%;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--white);
  padding: 0 10px 0 0;
}
.verefication-steps {
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.verified-steps {
  width: 40%;
  display: flex;
  background-color: var(--darkest-grey);
  border-radius: 5px;
  border: 2px solid var(--green);
  padding: 10px;
}
.active-step,
.upcomming-steps {
  border-radius: 5px;
  display: flex;
}
.upcomming-steps .steps,
.verified-steps .steps {
  position: relative;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  border-left: 1px solid #7a7a7a;
  width: 33.33%;
}
.upcomming-steps .steps h3,
.verified-steps .steps h3 {
  display: flex;
  align-items: center;
  color: var(--lighter-grey);
  height: 50px;
}
.verified-steps .steps span {
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--lighter-grey);
  min-height: 45px;
}
.active-step {
  width: 18%;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #fcfcfc 0, #d1d1d1 100%);
  padding: 16px 12px;
  min-height: 140px;
}
.active-step a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.active-step h3 {
  display: flex;
  align-items: center;
  color: var(--dark-grey);
  line-height: 30px;
}
.active-step p,
.active-step span,
.upcomming-steps .steps p,
.upcomming-steps .steps span {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}
.active-step span {
  font-weight: 600;
  color: var(--dark-grey);
}
.active-step p {
  font-weight: 400;
  color: #545454;
  margin: 8px 0 0;
}
.upcomming-steps {
  width: 40%;
  background-color: var(--darkest-grey);
  border: 0 solid var(--green);
  padding: 10px;
}
.upcomming-steps .steps span {
  font-weight: 600;
  color: var(--lighter-grey);
  padding: 0 0 8px;
}
.upcomming-steps .steps p {
  position: absolute;
  bottom: 0;
  width: var(--full-width);
  font-weight: 400;
  color: #545454;
  margin: 0;
}
section {
  width: var(--full-width);
  padding: 0 0 40px;
}
.provide-service h4,
section > h4 {
  font-weight: 600;
  margin: 0 0 16px;
}
.profile_employee_blade .provide-service h4,
.result-list nav > div > div:last-child,
.result-list nav > div > div:last-child > span {
  display: flex;
  align-items: center;
  flex-flow: row;
}
.provide-service-row {
  width: var(--full-width);
  position: relative;
  display: flex;
  justify-content: space-between;
}
.provide-service-row .new-provide {
  width: 20%;
  background-color: var(--green);
  border-radius: 5px;
  display: flex;
  min-height: 160px;
  margin: 0 12px 0 0;
}
.provide-service-row .new-provide a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: var(--white);
  padding: 40px;
  width: var(--full-width);
}
.provide-service-row .new-provide a img {
  width: 25px;
  height: 25px;
  margin: 0 auto 5px;
}
.provide-service-row .new-provide a span {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  margin: 5px 0 0;
}
.right-slider {
  width: 81%;
}
.blog-section,
.current-job-post .job-post-rates .rates-top,
.details-contract,
.details-similar-jobs ul.result-list.profile-bidding-list li .top-bid-row,
.job-apply-modal .modal-content .new-offer-price-outer,
.job-intro-modal .top-intro-row,
.js-modal-shopify-confirm-box-report .choose-category > div,
.js-modal-shopify-confirm-box-report-employer .choose-category > div,
.offer-listing-page .job-post-details-content li .recieved-offer-inner-row,
.provide-slider,
.setiing-block,
.suggest-category-row ul,
.top-intro-row {
  display: flex;
  justify-content: space-between;
}
.provider-box {
  padding: 10px;
  background-color: var(--dark-grey);
  width: 24%;
  border-radius: 5px;
}
.provider-box p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: var(--white);
  width: var(--full-width);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  margin: 0 0 12px;
}
.employee-result h4,
.sugested_profile_jobs {
  margin: 0 0 -27px;
  font-weight: 600;
}
.provider-box .provides {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  min-height: 55px;
  overflow: hidden;
}
.provider-box .provides .provides-img {
  display: none;
  margin: 0 10px;
  width: 25px;
}
.provider-box .provides .provides-img:first-child,
.provider-box .provides .provides-img:nth-child(2) {
  display: block;
  width: 25px;
}
.provider-box .provides .count {
  width: auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 10px;
  color: var(--white);
}
.provider-box .provides .count span {
  width: var(--full-width);
  color: var(--white);
  font-size: 11px;
  margin: 0;
}
.provider-box span.sub-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: var(--white);
  width: var(--full-width);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.provider-box .promotion-btn {
  width: var(--full-width);
  border-radius: 5px;
  border: 1px solid var(--white);
  line-height: 35px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: var(--white);
  display: block;
}
.about-me ul li.category-more:hover,
.cookie-content .cookie-btn a.accept-bttn:hover,
.involved-category ul li a.addCategory,
.l-modal.choose-admin-popup
  .c-popup
  .category-option-box
  .verifications-form
  ul
  li.active-tab:first-child,
.l-modal.choose-admin-popup
  .c-popup
  .category-option-box
  .verifications-form
  ul
  li.employee-active,
.provider-box .promotion-btn:hover {
  background-color: var(--green);
}
.suggest-category-row ul li {
  position: relative;
  width: 19%;
  border-radius: 5px;
}
.suggest-category-row ul li .category-imgs {
  width: var(--full-width);
  height: var(--full-height);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: block;
}
.suggest-category-row ul li .category-imgs img {
  width: var(--full-width);
  border-radius: 5px;
  display: block;
}
.suggest-category-row ul li .category-imgs span.category-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: var(--full-width);
  padding: 12px 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
  background: linear-gradient(
    180deg,
    rgba(48, 48, 48, 0) 70.83%,
    rgba(48, 48, 48, 0.8) 92.71%
  );
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.suggest-category-row ul li .category-count {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: var(--white);
  background-color: var(--green);
  border-radius: 50%;
}
.favourites,
.results-row h4 {
  align-items: center;
  display: flex;
}
.sugested_profile_jobs {
  font-size: 20px;
  line-height: 24px;
  color: var(--dark-grey);
}
.favourites {
  position: absolute;
  right: 8px;
  top: 26px;
  width: auto;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--green);
  text-align: right;
}
.favourites a {
  width: auto;
  margin: 0 10px;
}
.start-job-bg {
  width: var(--full-width);
  background: url(/img/start-job-employer-bg.svg) 0 0 / cover no-repeat;
  height: 160px;
  border-radius: 5px;
  margin: 30px 0 0;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  justify-content: center;
  padding: 0 44px;
  overflow: hidden;
}
.create-post-bttn,
.profile-button-row .profile-button-left .bttn,
.profile-button-row .profile-button-left .bttn.edit-btn,
.profile-button-row .profile-button-right .bttn.edit-btn,
.startjob-bttn {
  height: 50px;
  line-height: 50px;
}
.start-job-bg h2 {
  font-size: 34px;
  line-height: 41px;
  font-weight: 700;
  color: var(--dark-grey);
  margin: 0;
  text-align: left;
}
.start-job-bg p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  width: 100%;
}
.hand-img {
  position: absolute;
  left: 15%;
  bottom: 0;
  width: 200px;
}
.startjob-bttn {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: var(--dark-grey);
  border-radius: 5px;
  background-color: var(--white);
  margin: 0 auto 10px;
  min-width: 240px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
.employer-home .results-row ul.activeContracts li,
.job-intro-modal .top-intro-row .job-total.fixed-rate,
.not-found-page h4 a.back-home:hover,
.promote-view-row .promote-btn:hover,
.startjob-bttn:hover {
  background-color: var(--dark-grey);
  color: var(--white);
}
.create-results-box,
.other-experience-list li,
.problem-solve-list ul.problem-list li.icon-dark span,
.results-row .result-list li,
.results-row ul li:nth-child(2n),
.suggest-profile-box:hover {
  background-color: var(--light-grey);
}
.results-row {
  width: var(--full-width);
  margin: 0 0 32px;
  position: relative;
}
.results-row ul li {
  margin: 15px 0;
}
.results-row h4 {
  margin: 0 0 16px;
  justify-content: space-between;
}
.results-row h4 a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--dark-grey);
}
.create-results-box {
  width: var(--full-width);
  border-radius: 5px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.create-results-box p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 24px;
  text-align: center;
}
.create-post-bttn,
.sugg-pro-info h6 {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}
.create-post-bttn {
  min-width: 258px;
  background-color: var(--light-orange);
  border-radius: 5px;
  color: var(--white);
  cursor: pointer;
}
.create-post-bttn:hover,
.employer-yellow,
.employer_profile_blade ul li a.addCategory,
.links-bar a.selected-link:last-child {
  background-color: var(--yellow);
  color: var(--dark-grey);
}
.suggest-profile-row,
.verification-media ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.suggest-profile-box {
  width: 16%;
  margin: 0 0 10px;
  padding: 18px 22px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
}
.suggest-profile-box .suggest-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--light-grey);
  position: relative;
  padding: 3px;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
}
.suggest-profile-box .suggest-img img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  border-radius: 50%;
}
.sugg-pro-info {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 10px 0 0;
  text-align: center;
}
.sugg-pro-info h6 {
  line-height: 25px;
  margin: 0 0 8px;
  color: var(--dark-grey);
}
.sugg-pro-info span,
.sugg-pro-info span a {
  font-weight: 400;
  color: var(--dark-grey);
}
.sugg-pro-info span {
  font-size: 14px;
  line-height: 18px;
  display: block;
  text-align: center;
  margin: 0 0 8px;
}
.new-job-details .job-post-details-info .wallet-tab ul.tabs li.active a,
.stripe-frm.verifications-form ul li p label,
.sugg-pro-info a label {
  font-size: 18px;
  font-weight: 600;
}
.sugg-pro-info p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin: 0 0 5px;
  color: var(--dark-grey);
}
.verification-round {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 50%;
  background: var(--green);
}
.inner-footer,
aside.profile-aside {
  background-color: var(--dark-grey);
}
.inner-footer {
  width: var(--full-width);
  padding: 45px;
  clear: both;
}
.employer-home .result-list li .button-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0 0;
}
.employer-home .result-list li .button-row span {
  font-size: 16px;
  color: var(--white);
}
.employer-home .result-list li .button-row .employer-job-post .promote-btn {
  border: 1px solid var(--light-grey);
  background-color: transparent;
  line-height: 36px;
}
.sortby-btn,
.sortby-btn.sortorder-btn {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}
.about-me ul li img.batch,
.results-row h4 a.advnce-search img {
  margin: 0 0 0 14px;
}
.footer-block h5 {
  color: var(--orange);
  margin: 0 0 18px;
  text-transform: uppercase;
}
.footer-block label,
.footer-block p,
footer.inner-footer .center.bottom-footer p {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
}
.footer-block ul,
.footer-block ul li {
  padding: 0;
  width: var(--full-width);
}
.footer-block ul li a span {
  color: rgba(255, 255, 255, 0.3);
}
.footer-block label {
  line-height: 32px;
  margin: 0 0 12px;
  display: block;
}
.footer-block p {
  display: flex;
  align-items: flex-start;
  line-height: 1;
  margin: 0 0 20px;
}
.footer-block p.address {
  line-height: 25px;
}
.footer-block p img,
.footer-block ul li a img,
.job_details_blade .post-features-inn,
.jobs-icon .changed-search img,
.modal_view .rate-box .fixed-box-rate,
.new-job-details .job-apply-bttn-row .reports-icon img,
.result-employee-section li .result-employee-left .pro-img,
.result_blade .search-map-div strong .profile-info,
.step-button-row .back-btn > span {
  margin: 0 10px 0 0;
}
.closed-job-modal .modal-content .top-intro-row .job-title,
.current-job-modal .modal-content .top-intro-row .job-title,
.footer-block:first-child,
.footer-block:last-child,
.new-job-details
  .job-post-details-info.wallet-page
  ul.request-withdrawl
  li.withdraw-option {
  width: 20%;
}
footer.inner-footer .center.bottom-footer {
  border-top: 1px solid #5c5c5c;
  align-items: center;
  padding: 30px 0 0;
  justify-content: space-between;
  margin: 25px auto 0;
}
footer.inner-footer .center.bottom-footer p {
  width: auto;
  margin: 0;
}
.results-row .result-list li {
  color: var(--dark-grey);
}
.results-row .result-list li h3 {
  color: var(--darkl-grey);
}
.sortby-btn {
  order: 2;
}
.sortby-btn.sortorder-btn {
  order: 1;
}
.sortby-btn.sortorder-btn .sortby-icon {
  background: url(/img/sort-arrows.svg) 94% center/14px no-repeat;
}
.sortby-btn.sortorder-btn.desc .sortby-icon {
  background: url(/img/descending-icon.svg) 94% center no-repeat;
}
.sortby-btn.sortorder-btn.asc .sortby-icon {
  background: url(/img/ascdending-icon.svg) 94% center no-repeat;
}
.help-block {
  position: initial;
  margin: 6px 0 -5px;
  display: block;
  color: var(--error);
  line-height: 1;
  font-size: 16px;
}
.help-block strong,
.jobs-category-field .KeywordList li {
  font-weight: 400 !important;
}
.fixed-header .header-r ul.after-login-header li.link-profile img {
  width: 58px;
  height: 58px;
  overflow: hidden;
  border-radius: 50%;
  padding: 3px;
  cursor: pointer;
  border: 2px solid var(--light-grey);
}
.fixed-header
  .header-r
  ul.after-login-header
  li.link-profile.desk-employee
  img {
  border: 2px solid var(--green);
}
.fixed-header
  .header-r
  ul.after-login-header
  li.link-profile.desk-employer
  img {
  border: 2px solid var(--yellow);
}
.add-category-filter {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 12px 0 0;
  max-height: 200px;
  overflow: hidden;
  height: 100%;
  overflow-y: auto;
}
.add-category-filter li,
.add-category-filter-set1 li,
.add-category-filter-set2 li {
  list-style: none;
  margin: 0 10px 10px 0;
  padding: 0;
}
.add-category-filter li a,
.add-category-filter-new li a,
.job_cat_filter li a {
  border-radius: 20px;
  background-color: var(--light-grey);
  height: auto;
  line-height: 1;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 6px 12px;
  color: var(--dark-grey);
}
.about-me ul li,
.headings-l,
.jobs-icon .changed-search a {
  font-size: 14px;
  font-weight: 500;
  display: flex;
}
.about-info .about-toggle a > img,
.add-category-filter li a img,
.add-category-filter-new li a img,
.add-category-filter-set1 li a img,
.add-category-filter-set2 li a img,
.employee-info .education-list .education-right .certificate_edit_confirm > img,
.employee-info .education-list .education-right .education_edit_confirm > img,
.employee-info .education-list .education-right .licence_edit_confirm > img,
.employer-info .education-list .education-right .certificate_edit_confirm > img,
.employer-info .education-list .education-right .education_edit_confirm > img,
.employer-info .education-list .education-right .licence_edit_confirm > img,
.job-map-span img,
.job_cat_filter li a img {
  width: 20px;
}
.aside-box span.add-icon {
  top: 15px;
  transform: inherit;
  -webkit-transform: inherit;
}
.result-employee .result-employee-infos {
  display: flex;
  flex-flow: column;
  margin: 0 0 0 10px;
}
.result-employee .result-employee-infos .inner-infos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.result-employee .result-employee-infos span.pro-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 8px;
}
.result-employee .result-employee-infos .inner-infos .profile-info {
  margin: 0 30px 0 0;
}
.result-employee .bottom-row {
  margin: 0 0 22px;
}
.result-employee .button-row {
  position: absolute;
  right: 20px;
}
.employee_closed_job_blade .result-list li .post-features,
.employee_closed_job_blade .result-list li .rate-addres,
.employer_closed_job_blade .result-list li .post-features,
.employer_closed_job_blade .result-list li .rate-addres,
.employer_profile_blade .suspended-content h3,
.profile_employee_blade .suspended-content h3,
.result-list.result-employee li .rate-addres,
.result_blade .search-map-div p {
  margin: 0 0 10px;
}
.about-me,
.result-employee-section li .result-employee-right .blocks .my-category-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
}
.about-me ul li {
  width: auto;
  margin: 0 0 0 8px;
  padding: 0 8px;
  border-radius: 5px;
  height: 35px;
  line-height: 35px;
  align-items: center;
  justify-content: space-between;
  background-color: var(--black);
}
.about-me ul li.selected {
  border: 1px solid var(--white);
}
.about-me ul li img,
.headings-l img {
  margin: 0 6px 0 0;
}
.about-me ul li label,
.result-employee-section
  li
  .result-employee-right
  .blocks
  .my-category-list
  ul
  li
  label {
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
}
.about-me ul li span,
.map-popup-outer ul li .my-category-list.my-category-list-map ul li span,
.map-popup-profile .my-category-list.my-category-list-map ul li span,
.result-employee-section
  li
  .result-employee-right
  .blocks
  .my-category-list
  ul
  li
  span {
  font-size: 13px;
  color: var(--white);
}
#sidebar {
  width: 100%;
  float: left;
}
.jobs-icon .changed-search {
  position: absolute;
  left: -10px;
  top: 50px;
  background-color: var(--white);
  padding: 12px;
  border-radius: 5px;
  width: 230px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
}
.jobs-icon .changed-search a {
  align-items: center;
  line-height: 17px;
  color: var(--dark-grey);
}
.jobs-icon.changed .changed-search {
  opacity: 1;
  visibility: visible;
  top: 40px;
  box-shadow: 0 0 14px rgb(0 0 0 / 25%);
}
.inner-page-content.employee-profile .center {
  padding: 30px 7% 0;
}
.employee-profile-inner {
  display: flex;
  justify-content: space-between;
  width: var(--full-width);
}
aside.profile-aside {
  padding: 25px 16px;
  width: 30%;
  border-radius: 5px 5px 0 0;
}
.employee-profile-inner .main-inner.profile-main {
  width: 69%;
  padding-bottom: 200px;
}
.employee-green {
  background-color: var(--green);
  color: var(--white);
}
.about-description,
.job-post-details-info ul,
.profile-button-row {
  background-color: var(--light-grey);
}
.about-info {
  border-radius: 5px;
  padding: 0;
  width: var(--full-width);
  margin: 0 0 16px;
  position: relative;
}
.education-list,
.languages-list {
  margin: 0 0 15px;
  width: var(--full-width);
}
.headings {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
}
.headings-l {
  align-items: center;
  line-height: 1;
}
.headings-l span.plus img {
  width: 20px;
  cursor: pointer;
}
.languages-list {
  padding: 0 18px 4px;
}
.languages-list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 8px;
}
.languages-list ul li span.langs {
  font-weight: 600;
  font-size: 16px;
  width: 23%;
  line-height: 1;
}
.languages-list ul li span.level {
  font-weight: 400;
  font-size: 16px;
  width: 27%;
  line-height: 1.2;
}
.languages-list ul li span.level-bar {
  font-weight: 400;
  font-size: 16px;
  width: 35%;
  padding: 0;
  position: relative;
  background-color: var(--dark-green);
  height: 8px;
  border-radius: 5px;
  overflow: hidden;
}
.languages-list ul li span.level-bar .process-bar {
  background-color: var(--white);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.education-list {
  overflow: hidden;
}
.education-list label {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: var(--light-green);
}
.education-list p {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 80%;
}
.education-list span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-word;
}
.about-toggle {
  padding: 0 18px 10px;
}
.about-toggle.show-more-height {
  padding: 0 18px 45px;
}
.employer_profile_blade .about-toggle.show-more-height,
.profile_employee_blade .about-toggle.show-more-height {
  padding: 0 18px 40px;
  min-height: 100px;
}
.employer_profile_blade .education-list p,
.profile_employee_blade .education-list p {
  width: 100%;
  word-wrap: break-word;
  word-break: break-word;
  white-space: inherit;
}
.employer_profile_blade .about-toggle.show-more-height .toggleable {
  margin-bottom: 40px;
}
.about-info .more {
  background: url(/img/more-arrow-w.svg) 60% 18px no-repeat #3a886d;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 40px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  position: absolute;
  bottom: 0;
  left: 0;
  width: var(--full-width);
  color: var(--white);
}
.about-info .more img {
  margin: 0 5px;
}
.about-info .more:hover {
  background-color: var(--dark-green);
}
.involved-category .suggest-category-row {
  width: 78%;
}
.banner-content .jobs-category-field,
.choose-attach-file .choose-attach-file-inn.add-attach-file,
.credit_debit_card_box .information-list.card-details-info,
.involved-category .suggest-category-row ul,
.settings-right .verifications-form ul li.upload-docs .address-attachments,
.stripe-frm.verifications-form ul li .payment-button-row,
.suggest-profile-row.suggested-employee,
.verifications-form ul.card-verification-form {
  justify-content: flex-start;
}
.involved-category .suggest-category-row ul li {
  margin: 0 0 0 20px;
  width: 24%;
}
.involved-category .suggest-category-row ul li .category-box {
  margin: 0;
  width: 100%;
}
.about-description {
  padding: 16px;
  border-radius: 5px;
}
.about-description ul {
  margin: 20px 0;
  padding: 0 0 0 40px;
}
.about-description ul li {
  list-style: disc;
  font-size: 14px;
}
.about-description ol li {
  list-style: auto;
  font-size: 14px;
}
.about-description p,
.job-intro-modal p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.about-description .less,
.about-description .more {
  color: var(--orange);
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 5px;
}
.profile-button-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  padding: 15px;
  margin: 0 0 40px;
}
.profile-button-row .profile-button-right,
.review-list ul li .top-row .profile-rev,
.step_2 .verifications-form ul li > p {
  width: auto;
  display: flex;
  align-items: center;
}
.profile-button-row .profile-button-left .bttn {
  font-size: 18px;
  color: var(--white);
  font-weight: 500;
  text-transform: none;
  padding: 0 12px;
  min-width: auto;
  margin: 0 10px 0 0;
}
#progressbar,
.copied-link .copy_url span,
.job_details_blade .job-bidding-modal h4,
.my_post_promote_button button span,
.profile-button-row .profile-button-left .bttn span,
.profile-button-row .profile-button-right .bttn.edit-btn span,
.profile-button-row .profile-button-right .bttn.promote-btn span,
.profile-map .map-link-btn span,
.service-pack ul li.count-pack {
  display: flex;
  align-items: center;
  justify-content: center;
}
.copied-link .copy_url span img,
.my_post_promote_button button span img,
.new-job-details
  .job-post-details-info
  ul.payment-list
  li
  > div
  a.withdrawdetails
  .open-eye,
.profile-button-row .profile-button-left .bttn span img,
.profile-button-row .profile-button-right .bttn.edit-btn span img,
.profile-button-row .profile-button-right .bttn.promote-btn span img,
.profile_public_employer_blade .reported-p img,
.reported-p > img,
.result-employee-section
  li
  .result-employee-right
  .blocks
  .my-category-list
  ul
  li
  img.batch,
p.categories-job span img {
  margin: 0 0 0 8px;
}
.profile-button-row .profile-button-right .bttn.promote-btn {
  font-size: 18px;
  color: var(--dark-grey);
  font-weight: 500;
  text-transform: none;
  height: 50px;
  line-height: 50px;
  padding: 0 12px;
  min-width: auto;
  margin: 0 10px 0 0;
}
.my_post_promote_button .bttn.edit-btn,
.profile-button-row .profile-button-left .bttn.edit-btn,
.profile-button-row .profile-button-right .bttn.edit-btn {
  color: var(--white);
  padding: 0 12px;
  font-weight: 500;
  margin: 0 10px 0 0;
  background-color: var(--dark-grey);
  font-size: 18px;
  text-transform: none;
  min-width: auto;
}
.my_post_promote_button .bttn.edit-btn {
  height: 60px;
  line-height: 60px;
}
.promotions-btns .bttn.promote-btn {
  font-size: 14px;
  color: var(--dark-grey);
  font-weight: 500;
  text-transform: none;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  min-width: auto;
  margin: 0 10px 0 0;
}
.promotions-link {
  font-weight: 500;
  font-size: 14px;
  color: var(--dark-grey);
  margin: 0 10px 0 0;
}
.involved-row h4 {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
}
.profile-information {
  display: flex;
  align-items: center;
  color: var(--white);
}
.profile-information .prof-img {
  width: 130px;
  height: 130px;
  padding: 0;
  border-radius: 50%;
  border: 0 solid;
  margin: 0 18px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.jcrop-active {
  margin: auto;
}
.employee_edit_profile_blade .profile-information .prof-img .ratings > img,
.employer_edit_profile_blade .profile-information .prof-img .ratings > img,
.employer_profile_blade .profile-information .prof-img .ratings > img,
.profile_blade .profile-information .prof-img .ratings > img,
.profile_employee_blade .profile-information .prof-img .ratings > img {
  width: 14px;
  height: 14px;
  margin: 0 6px 0 0;
}
.profile-information .prof-img .ratings {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 40px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 3%,
    rgba(0, 0, 0, 0.2) 41.25%,
    #000 100%
  );
  justify-content: center;
  font-size: 14px;
}
.profile-information .prof-img .ratings > img {
  width: 25px;
  height: 25px;
  margin: 0 6px 0 0;
}
.profile-information .prof-img img {
  border-radius: 50%;
  width: 130px;
  height: 130px;
  padding: 0;
}
.profile-information .prof-basic-info {
  width: calc(100% - 160px);
}
.new-job-details .job-post-accnt-info .prof-basic-info h5,
.profile-information .prof-basic-info h5 {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 10px;
}
.profile-information .prof-basic-info p {
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 8px;
}
.job-post-accnt-info .prof-basic-info p img,
.new-job-details .job-post-accnt-info .prof-basic-info p img,
.profile-information .prof-basic-info p img {
  margin: 0 5px 0 0;
}
.profile-map {
  border: 0;
  margin: 0 0 40px;
}
.profile-map .map-link-btn {
  color: var(--white);
  min-width: 100%;
  width: var(--full-width);
  height: 45px;
  line-height: 45px;
}
.profile-map img {
  display: initial;
  width: auto;
  margin: 0 0 0 10px;
}
.employer-profile .education-list label {
  color: var(--dark-yellow);
}
.employer-profile .about-info .more {
  background: var(--light-yellow) url(/img/more-arrow-b.svg) 58% 18px no-repeat;
  color: var(--dark-grey);
}
.employer-profile .about-info .more.less {
  background: var(--light-yellow) url(/img/ascdending-icon.svg) 58% 16px
    no-repeat;
  color: var(--dark-grey);
  background-size: 12px;
}
.employer-profile .languages-list ul li span.level-bar {
  background-color: var(--medium-yellow);
}
.border-button:hover,
.choose-duration .duration-box.selected,
.duration-list [type="radio"]:checked + label:before,
.employer-profile .provide-service-row .new-provide,
.l-modal.choose-admin-popup
  .c-popup
  .category-option-box
  .verifications-form
  ul
  li.active-tab:last-child,
.l-modal.choose-admin-popup
  .c-popup
  .category-option-box
  .verifications-form
  ul
  li.employer-active,
.tooltips a.tools-btn:hover,
.tooltips.active a.tools-btn {
  background-color: var(--yellow);
}
.profile-start-job .hand-img {
  left: 5%;
}
.profile-start-job .start-job-bg h2 {
  font-size: 26px;
}
.result-employee-section li {
  display: flex;
  padding: 0;
  overflow: hidden;
  margin: 0 0 16px;
}
.result-employee-section li .result-employee-left {
  width: 50%;
  position: relative;
  padding: 15px;
}
.result-employee-section li .result-employee-right {
  width: 50%;
  position: relative;
  padding: 15px;
  background-color: var(--darkest-grey);
}
.result-employee-section li .result-employee-left .result-employee-infos {
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  justify-content: center;
}
.map-popup-profile .pro-profile-info,
.modal-service,
.new-job-details .post-features ul,
.post-features ul,
.post-features-inn-outer,
.profile-button-row .profile-button-right .bttn.chat-btn,
.result-employee-section
  li
  .result-employee-left
  .result-employee-infos
  .inner-infos {
  display: flex;
}
.result-employee-section li .result-employee-left .about-me {
  margin: 20px 0 10px;
}
.dashboard_employer_blade .suspended-content p,
.employee_hire_blade .intro-text,
.not-found-page p,
.popover h4,
.profile-setting-row p,
.profile_public_employer_blade .result-list li .bottom-row > .button-row span,
.result-employee-section li .result-employee-left .about-me h5,
.select2-container--default .select2-results__option .select2-results__option,
.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.setiing-block .settings-right .step_5 .verifications-form p,
.void-confirm-box .category-option-box .choose-category button {
  font-size: 16px;
}
.result-employee-section li .result-employee-left p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
.result-employee-section li .result-employee-left .rate-addres {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 40px;
  width: 90%;
}
.category_add .rate-box .fixed-rate p,
.modal_view .rate-box .fixed-rate p,
.result-employee-section li .result-employee-left .rate-addres p {
  margin: 0;
  font-size: 14px;
}
.result-employee-section li .result-employee-right .blocks h5 {
  font-size: 16px;
  margin: 0 0 10px;
}
.DocumentFront_docs ul,
.map-popup-outer ul li .my-category-list.my-category-list-map ul,
.map-popup-profile .my-category-list.my-category-list-map ul,
.result-employee-section li .result-employee-right .blocks .my-category-list ul,
.setiing-block
  .settings-right
  .step_3
  .verifications-form
  .address_attachments {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.result-employee-section
  li
  .result-employee-right
  .blocks
  .my-category-list
  ul
  li {
  width: auto;
  margin: 0 8px 8px 0;
  padding: 0 8px;
  border-radius: 5px;
  height: 35px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  background-color: var(--dark-grey);
}
.edit-profile-modal.add-education-modal .apply-row p textarea,
.map-popup-outer ul li .my-category-list.my-category-list-map ul li.selected,
.map-popup-profile .my-category-list.my-category-list-map ul li.selected,
.result-employee-section
  li
  .result-employee-right
  .blocks
  .my-category-list
  ul
  li.selected,
.service-pack ul li.curernt {
  border: 1px solid var(--medium-grey);
}
.map-popup-outer ul li .my-category-list.my-category-list-map ul li img,
.map-popup-profile .my-category-list.my-category-list-map ul li img,
.result-employee-section
  li
  .result-employee-right
  .blocks
  .my-category-list
  ul
  li
  img {
  margin: 0 5px 0 0;
  width: 20px;
}
.result-employee-section
  li
  .result-employee-right
  .blocks
  .my-category-list
  ul
  li
  span.green-txt {
  color: var(--light-green-xl);
  font-weight: 600;
  margin: 0 0 0 5px;
}
.service-pack {
  width: var(--full-width);
  margin: 0 0 20px;
}
.referal-invite .choose-category,
.service-pack ul {
  display: flex;
  justify-content: flex-start;
}
.service-pack ul li {
  width: 33%;
  margin: 0 8px 0 0;
  background-color: var(--dark-grey);
  border-radius: 5px;
  padding: 14px 8px;
  display: inline-block;
  min-height: 110px;
}
.job-post-accnt-info,
.job-total,
.post-features ul li {
  border-radius: 5px;
  display: flex;
  background-color: var(--darkest-grey);
}
.service-pack ul li .pack-hour {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
  color: var(--medium-grey);
}
.service-pack ul li .pack-hour span {
  font-size: 18px;
  color: var(--light-green-xl);
  font-weight: 600;
  margin: 0 5px 0 0;
}
.service-pack ul li p {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: var(--white);
  margin: 0;
}
.service-pack ul li.count-pack a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--white);
}
.service-pack ul li.count-pack span {
  font-weight: 600;
  line-height: 37px;
  font-size: 30px;
  color: var(--white);
}
.job-post-accnt {
  display: flex;
  width: 70%;
  justify-content: space-between;
}
.job-post-accnt-info {
  align-items: center;
  padding: 24px;
  width: 60%;
}
.job-post-accnt-info .post-acnt-img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 18px 0 0;
  position: relative;
}
.job-post-accnt-info .post-acnt-img img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  position: relative;
  z-index: 1;
  background-color: #303030;
}
.job-intro-modal .job-post-accnt-info .post-acnt-img img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 1;
}
.job-post-accnt-info .prof-basic-info {
  width: calc(100% - 140px);
  color: var(--white);
}
.job-post-accnt-info .prof-basic-info h5 {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.job-post-accnt-info .prof-basic-info h5 > a {
  color: var(--white);
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
}
.job-post-accnt-info .prof-basic-info p {
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 8px;
}
.job-post-accnt-info .post-acnt-img .ratings {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  width: 100%;
  padding: 8px 0;
  background: -moz-linear-gradient(
    top,
    rgba(125, 185, 232, 0) 0,
    rgba(48, 48, 48, 0.9) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(125, 185, 232, 0) 0,
    rgba(48, 48, 48, 0.9) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(125, 185, 232, 0) 0,
    rgba(48, 48, 48, 0.9) 100%
  );
}
.job-post-accnt-info .post-acnt-img .ratings img {
  width: 15px;
  height: 15px;
  margin: 0 4px 0 0;
  background-color: transparent;
}
.job-total {
  width: 18%;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  padding: 32px 10px;
  color: var(--white);
  font-size: 12px;
}
.job-total p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  min-width: 100%;
}
.job-total h4 {
  font-weight: 700;
  font-size: 34px;
  line-height: 49px;
  padding: 0 2px;
}
.job-post-about {
  width: 28%;
}
.job-post-about h3,
.new-job-details .job-post-about h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--white);
  margin: 0 0 8px;
}
.job-post-about p {
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  margin: 0 0 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#report_form .apply-row:last-child,
.cat_modal_services .next-prev-row,
.job-post-about .button-row,
.modal_services .next-prev-row,
.promoted-job-popup-list li .promoted-job-right,
.reported-p,
.see_hidden_offer-modal .modal-content .intro-button-row,
.see_offer-modal .modal-content .intro-button-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.job-post-about .button-row a,
.job-post-details-info ul li img,
.new-job-details .job-post-details-info ul li img {
  margin: 0 12px 0 0;
}
.job-post-about .button-row a.similar_jobs {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  background: url(/img/right-arrow.svg) right center no-repeat;
  padding: 0 22px 0 0;
  margin: 0;
}
.job-post-about .button-row .view-btn {
  justify-content: right;
  float: right;
  height: 40px;
  line-height: 40px;
  color: var(--white);
  min-width: 155px;
  background: right center no-repeat;
  font-weight: 500;
  font-size: 18px;
}
.job-post-details .post-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 0 0 40px;
  position: relative;
}
.job-post-details .post-heading h2 {
  font-weight: 700;
  font-size: 40px;
  color: var(--dark-grey);
  width: auto;
  padding: 0 16px 0 0;
}
.boostedJobPopUp.promoted-job-popup-list li > p,
.closed-job-singlepage .current-job-post .job-post-accnt,
.closed-job-singlepage .current-job-post .job-post-rates,
.investor-banner-content,
.job-apply-modal .modal-content .apply-job-price p,
.job_employer_details_blade .job-post-details .post-heading h2,
.patents-assets-block .right-patents,
.referral_wallet_blade
  .new-job-details
  .job-post-details-info
  #tab2
  ul.payment-heading
  li
  > div:nth-child(3),
.referral_wallet_blade
  .new-job-details
  .job-post-details-info
  #tab2
  ul.payment-list-wallet
  li
  > div:nth-child(3),
.slider-block .slider-img,
.suspended-job-post-top .job-post-accnt-info,
.top-intro-row .job-post-accnt-info,
.top-intro-row .job-title {
  width: 40%;
}
.job-post-details .post-heading h2 span {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  margin: 10px 0 0;
}
.post-features {
  display: flex;
  align-items: flex-start;
  margin: 0 0 40px;
}
.new-job-details .post-features-inn,
.post-features-inn {
  width: auto;
  margin: 0 40px 0 0;
}
.post-features-inn h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: var(--dark-grey);
  margin: 0 0 10px;
}
.post-features ul li {
  width: auto;
  margin: 0 8px 0 0;
  padding: 6px 8px;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  color: var(--white);
  min-width: 125px;
  justify-content: center;
}
.job-post-details-info ul li,
.job-post-details-info ul.address-post li p {
  background-color: var(--white);
  color: var(--dark-grey);
  border-radius: 5px;
  display: flex;
}
.post-features ul li img {
  margin: 0 8px 0 0;
  width: 20px;
  height: 20px;
}
.new-job-details .post-features ul.job-post-category li,
.post-features ul.job-post-category li {
  font-weight: 500;
  font-size: 14px;
  color: var(--white);
  padding: 6px 14px;
}
.job-post-details-info,
.new-job-details .job-post-details-info {
  width: var(--full-width);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 0 40px;
  flex-flow: column;
}
.offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row
  .recieved-offer-left
  h3,
.post-features ul.job-post-category li a label {
  font-size: 20px;
  font-weight: 600;
}
.post-features ul.job-post-category li a span,
.promoted_services_modal
  .modal-content
  ul.bidding-profile
  li
  .bidding-pro-amount {
  font-size: 14px;
  font-weight: 400;
}
.post-features ul.job-post-category li h2 {
  font-size: 15px;
  font-weight: 600;
  padding: 6px 0;
  line-height: 1;
}
.job-post-details-content h4,
.job-post-details-info-box h4,
.new-job-details .job-post-details-content h4,
.new-job-details .job-post-details-info-box h4,
.new-job-details .post-features-inn h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--dark-grey);
  margin: 0 0 10px;
}
.job-post-details-info ul {
  border-radius: 5px;
  padding: 16px;
}
.job-post-details-info ul li {
  width: var(--full-width);
  align-items: flex-start;
  padding: 14px;
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 16px;
}
.job-post-details-info ul li .point {
  width: 28px;
  height: 28px;
  background-color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  color: var(--white);
  border-radius: 50%;
  margin: 0 16px 0 0;
}
.job-post-details-info ul li strong {
  font-weight: 700;
  margin: 0 4px 0 0;
  color: var(--white);
}
.job-post-details-info ul.requirements li {
  position: relative;
  padding: 14px 14px 14px 56px;
}
.job-post-details-info ul.requirements li .point {
  position: absolute;
  left: 16px;
  top: 16px;
}
.job-post-details-info ul.address-post li,
.new-job-details .job-post-details-info ul.address-post li {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.job-post-details-info ul.address-post li p {
  line-height: 22px;
  font-weight: 500;
  font-size: 16px;
  align-items: center;
}
.job-post-details-info ul.address-post li .onmap-btn,
.new-job-details .job-post-details-info ul.address-post li .onmap-btn {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
}
.job-post-details-info ul.address-post li .onmap-btn:after,
.new-job-details .job-post-details-info ul.address-post li .onmap-btn:after {
  background: url(/img/map-icon-w.svg) 0 center no-repeat;
}
.job-post-details-content,
.profile-setting-row,
escrow-popup-box h4 {
  margin: 20px 0 40px;
}
.job-post-details-content p,
.new-job-details .job-post-details-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--dark-grey);
  margin: 0 0 10px;
}
.details-content-attachment ul li {
  margin: 0 0 0 20px;
  width: 184px;
  height: 184px;
  overflow: hidden;
  border-radius: 5px;
  border: 8px solid var(--light-grey);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  text-align: center;
  background-color: var(--white) !important;
}
.details-similar-jobs ul.result-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.details-similar-jobs ul.result-list li,
.new-job-details .details-similar-jobs ul.result-list li {
  width: 49%;
  margin: 0 0 15px;
}
.details-content-attachment ul li:last-child,
.job-post-details .post-heading .btn-box img,
.new-job-details .job-post-details .post-heading .btn-box img {
  margin: 0 0 0 20px;
}
.job-post-details .post-heading button.view-btn {
  color: var(--white);
  color: var(--white);
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.job-post-details .post-heading .applied {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  width: auto;
  margin: 10px 0 0;
}
.closed-job-modal .modal-content .top-intro-row > div,
.current-job-modal .modal-content .top-intro-row > div,
.job-post-details .post-heading .applied img,
.phide > img {
  margin: 0 10px;
}
.progress-circle,
.progress-circle.progress-employee {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin: 0;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: transparent;
}
.progress-circle.progress-employee:after,
.progress-circle:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: 2s colorload;
  animation: 2s colorload;
  z-index: 0;
  position: absolute;
  top: 1px;
}
.edit-box input[type="text"],
.edit-box textarea {
  border: 1px solid var(--dark-grey);
  width: var(--full-width);
  color: var(--dark-grey);
}
.progress-circle.progress-employee.progress-0:after {
  background-image: linear-gradient(
      90deg,
      #1e1e1e 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(90deg, #46a282 50%, #1e1e1e 50%, #1e1e1e);
}
.progress-circle.progress-employee.progress-15:after {
  background-image: linear-gradient(
      90deg,
      #1e1e1e 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(129.6deg, #46a282 50%, #1e1e1e 50%, #1e1e1e);
}
.progress-circle.progress-employee.progress-30:after {
  background-image: linear-gradient(
      90deg,
      #1e1e1e 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(198deg, #46a282 50%, #1e1e1e 50%, #1e1e1e);
}
.progress-circle.progress-employee.progress-45:after {
  background-image: linear-gradient(
      90deg,
      #1e1e1e 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(252deg, #46a282 50%, #1e1e1e 50%, #1e1e1e);
}
.progress-circle.progress-employee.progress-60:after {
  background-image: linear-gradient(
      -54deg,
      #46a282 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #46a282 50%, #1e1e1e 50%, #1e1e1e);
}
.progress-circle.progress-employee.progress-75:after {
  background-image: linear-gradient(
      0deg,
      #46a282 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #46a282 50%, #1e1e1e 50%, #1e1e1e);
}
.progress-circle.progress-employee.progress-90:after {
  background-image: linear-gradient(
      54deg,
      #46a282 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #46a282 50%, #1e1e1e 50%, #1e1e1e);
}
.progress-circle.progress-employee.progress-100:after {
  background-image: linear-gradient(
      90deg,
      #46a282 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #46a282 50%, #1e1e1e 50%, #1e1e1e);
}
.progress-circle.progress-0:after {
  background-image: linear-gradient(
      90deg,
      #1e1e1e 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(90deg, #ebbe56 50%, #1e1e1e 50%, #1e1e1e);
}
.progress-circle.progress-15:after {
  background-image: linear-gradient(
      90deg,
      #1e1e1e 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(129.6deg, #ebbe56 50%, #1e1e1e 50%, #1e1e1e);
}
.progress-circle.progress-30:after {
  background-image: linear-gradient(
      90deg,
      #1e1e1e 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(198deg, #ebbe56 50%, #1e1e1e 50%, #1e1e1e);
}
.progress-circle.progress-45:after {
  background-image: linear-gradient(
      90deg,
      #1e1e1e 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(252deg, #ebbe56 50%, #1e1e1e 50%, #1e1e1e);
}
.progress-circle.progress-60:after {
  background-image: linear-gradient(
      -54deg,
      #ebbe56 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ebbe56 50%, #1e1e1e 50%, #1e1e1e);
}
.progress-circle.progress-75:after {
  background-image: linear-gradient(
      0deg,
      #ebbe56 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ebbe56 50%, #1e1e1e 50%, #1e1e1e);
}
.progress-circle.progress-90:after {
  background-image: linear-gradient(
      54deg,
      #ebbe56 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ebbe56 50%, #1e1e1e 50%, #1e1e1e);
}
.progress-circle.progress-100:after {
  background-image: linear-gradient(
      90deg,
      #ebbe56 50%,
      transparent 50%,
      transparent
    ),
    linear-gradient(270deg, #ebbe56 50%, #1e1e1e 50%, #1e1e1e);
}
@-webkit-keyframes colorload {
  0%,
  50% {
    opacity: 0;
    transform: rotate(0);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg);
  }
}
.create-job {
  padding: 78px 0 0;
}
.create-job h1,
.create-job h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: var(--dark-grey);
  margin: 0 0 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.edit-box {
  width: var(--full-width);
  margin: 0 0 50px;
  position: relative;
}
.edit-box h6 {
  color: var(--dark-grey);
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 5px;
}
.edit-box h6 a.use_template {
  font-size: 16px !important;
  font-weight: 600;
  color: var(--orange);
}
.edit-box input[type="text"] {
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  padding: 0 16px;
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 10px;
}
.edit-box ul li {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: var(--dark-grey);
  padding: 0 0 0 40px;
  margin: 0 0 10px;
}
.edit-box ul li:after {
  width: 25px;
  height: 8px;
  position: absolute;
  content: "";
  background-color: var(--yellow);
  left: 0;
  top: 7px;
  border-radius: 5px;
}
.edit-box textarea {
  border-radius: 5px;
  height: 216px;
  padding: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  resize: none;
}
.note {
  text-align: right;
  color: var(--red);
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  justify-content: flex-end;
  width: var(--full-width);
}
.create-job-steps {
  background-color: var(--dark-grey);
  padding: 24px 0 40px;
  margin: 20px 0 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.create-job-steps .steps-row {
  width: var(--full-width);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.create-job-steps .steps-row li {
  width: 14%;
  position: relative;
  list-style: none;
  text-align: center;
  padding: 10px 0 0;
}
.create-job-steps .steps-row li:before {
  position: absolute;
  content: "";
  width: var(--full-width);
  height: 5px;
  background-color: var(--medium-grey);
  left: 0;
  top: 0;
}
.create-job-steps .steps-row li span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  text-align: center;
}
.create-job-steps .steps-row li.complete:before {
  background-color: var(--orange);
  height: 10px;
  top: -3px;
}
.edit-box input[type="text"].search-cat {
  border: 1px solid var(--dark-grey);
  padding: 0 100px 0 15px;
}
.search-bttns {
  background: url(/img/search-icon-b.svg) no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  text-indent: -9999px;
  -webkit-transition: inherit;
  transition: inherit;
}
.choose-category-list,
.contract-box-inn p {
  width: var(--full-width);
  margin: 0 0 16px;
  display: flex;
}
.choose-category-list .sub-category ul li .checkmark,
.choose-category-list .sub-category ul li input:checked ~ .checkmark {
  background-color: transparent;
  transition: 0.5s ease-in-out;
}
.edit-box .text-remove-icon {
  position: absolute;
  right: 60px;
  top: 12px;
  background-image: url(/img/close-icon-w.svg);
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0;
  background-color: var(--dark-grey);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
}
.choose-category-list {
  background: var(--light-grey);
  justify-content: space-between;
  border-radius: 5px;
  overflow: hidden;
}
.choose-category-list .sub-category ul li a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  padding: 10px;
  line-height: 16px;
  word-break: break-word;
  position: relative;
}
.choose-category-list .main-category {
  width: 25%;
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
}
.choose-category-list .sub-category {
  padding: 16px;
  width: 75%;
}
.choose-category-list .sub-category ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
}
.choose-category-list .sub-category ul li {
  border-radius: 5px;
  padding: 0;
  margin: 0 5px 5px 0;
  position: relative;
}
.choose-category-list .sub-category ul li .category-box,
.verifications-form ul li.verify-number p {
  margin: 0;
  position: relative;
}
.choose-category-list .sub-category ul li .category-box a {
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
}
.choose-category-list .sub-category ul li .category-box label {
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  position: relative;
}
.choose-category-list .main-category .maincat-info {
  padding: 0 10px 16px;
  background: linear-gradient(
    180deg,
    rgba(48, 48, 48, 0) 57.81%,
    rgba(48, 48, 48, 0.8) 86.98%
  );
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-flow: column;
}
.choose-category-list .main-category .maincat-info p {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: var(--white);
}
.choose-category-list .main-category .maincat-info h2,
.choose-category-list .main-category .maincat-info h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--white);
  margin: 0;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.choose-category-list .sub-category ul li input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.choose-category-list .sub-category ul li .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  box-shadow: none;
  border-radius: 5px;
}
.choose-category-list .sub-category ul li input:checked ~ a {
  z-index: 2;
}
.choose-category-list .sub-category ul li .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.contract-box-inn {
  background-color: var(--light-grey);
  padding: 16px;
  border-radius: 5px;
  margin: 0 0 16px;
}
.contract-box-inn p {
  height: 60px;
  background-color: var(--white);
  padding: 0 16px;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: var(--dark-grey);
  border-radius: 5px;
}
.contract-box-inn p a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: var(--dark-grey);
}
.contract-box-inn p a img {
  width: 20px;
  margin: 0 15px 0 0;
}
.contract-box-inn p .point {
  width: 32px;
  height: 32px;
  background-color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  color: var(--white);
  border-radius: 50%;
  margin: 0 5px 0 0;
}
.contract-box-inn p input[type="text"] {
  width: 100%;
  background-color: var(--white);
  border: 0;
  height: 60px;
  line-height: 60px;
  font-weight: 400;
  color: var(--dark-grey);
  font-size: 16px;
}
.contract-box-inn ul.langList {
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 12px 16px 10px rgba(0, 0, 0, 0.2);
  height: 200px;
  overflow: hidden;
  overflow-y: scroll;
}
.contract-box-inn ul.langList li {
  padding: 0 0 0 20px;
}
.contract-box-inn ul.langList li:after {
  width: 12px;
  height: 6px;
  background-color: var(--green);
}
.contract-box-inn ul.langList li a {
  font-size: 14px;
  color: var(--dark-grey);
}
.contract-box-inn .choose-map {
  border-radius: 5px;
  border: 1px solid var(--medium-grey);
  overflow: hidden;
  width: 100%;
  display: block;
}
.choose-attach-file-inn {
  min-height: 450px;
}
.choose-duration {
  display: flex;
  justify-content: center;
  margin: 0 0 10px;
}
.choose-duration .duration-box,
.duration-list {
  align-items: center;
  border-radius: 5px;
  display: flex;
  background-color: var(--light-grey);
}
.choose-duration .duration-box {
  justify-content: center;
  padding: 34px 20px;
  color: var(--dark-grey);
  flex-flow: column;
  margin: 8px;
  width: 28%;
}
.choose-duration .duration-box h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 20px;
}
.choose-duration .duration-box p {
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin: 0;
}
.duration-list {
  justify-content: center;
  padding: 20px 0;
  width: 58%;
  margin: 0 auto 100px;
}
.duration-list p {
  display: flex;
  align-items: center;
  margin: 0 35px;
}
.card-verifications ul li [type="radio"]:checked,
.duration-list [type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.duration-list [type="radio"]:checked + label,
.duration-list [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: var(--dark-grey);
}
.duration-list [type="radio"]:checked + label:before,
.duration-list [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #cfcfcf;
}
.duration-list [type="radio"]:checked + label:after,
.duration-list [type="radio"]:not(:checked) + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 5px;
  height: 9px;
  border: solid var(--dark-grey);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.duration-list p input.custom-duration {
  width: 100px;
  height: 36px;
  line-height: 36px;
  border: 1px solid var(--dark-grey);
  color: var(--dark-grey);
  border-radius: 5px;
  margin: 0 0 0 15px;
  text-align: center;
  font-size: 16px;
  padding: 0 12px;
  font-weight: 500;
}
.choose-budget {
  min-height: 350px;
}
.choose-budget .rate-box {
  width: 42%;
  margin: 0 auto 80px;
  position: relative;
}
.choose-budget .rate-box h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: var(--dark-grey);
  margin: 0;
}
.fixed-rate {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 0;
}
.fixed-rate label span {
  font-size: 12px;
  text-transform: lowercase;
}
.fixed-box-rate {
  border-radius: 5px;
  height: 60px;
  border: 1px solid var(--dark-grey);
  background-color: var(--white);
  width: 256px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}
.add-range-box input[type="text"],
.fixed-box-rate input[type="text"] {
  border: 0 !important;
  color: var(--black);
  background-color: var(--white);
}
.add-range-box p,
.fixed-box-rate p {
  font-size: 16px;
  text-align: right;
  display: flex;
  align-items: center;
  color: var(--medium-grey);
  width: auto;
  border: 0;
}
.fixed-box-rate input[type="text"] {
  height: 45px;
  line-height: 45px;
  font-weight: 600;
  font-size: 26px;
  text-align: right;
  padding: 0 0 0 12px;
}
.add-range-box input[type="text"],
.add-range-box p,
.fixed-box-rate p {
  height: 55px;
  line-height: 55px;
  padding: 0 0 0 12px;
}
.fixed-box-rate p {
  background-color: var(--white);
  font-weight: 400;
  justify-content: flex-end;
}
.add-range-box p {
  background-color: transparent;
  font-weight: 400;
}
.add-range-box,
.add-range-box.addFixedRange,
.add-range-box.addRange {
  height: 60px;
  width: 216px;
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  cursor: pointer;
  text-align: right;
}
.fixed-box-rate p span {
  color: var(--medium-grey);
  font-size: 12px;
  margin: 0 0 0 8px;
}
.fixed-box-rate p span.add-range {
  font-weight: 500;
  font-size: 16px;
  color: var(--dark-grey);
}
.add-range-box input[type="text"] {
  width: 45%;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
}
.add-range-box {
  border-radius: 5px;
  border: 1px solid var(--dark-grey);
  background-color: var(--white);
  justify-content: space-between;
}
.add-range-box.addFixedRange,
.add-range-box.addRange {
  border-radius: 5px;
  border: 0 solid var(--dark-grey);
  background-color: var(--light-grey);
  justify-content: space-between;
}
.onoffbtn {
  width: 35px;
  height: 20px;
  border-radius: 10px;
  background: #f3cfc7;
  display: block;
  position: relative;
  margin: 30px 12px 30px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
.onoffbtn:after {
  position: absolute;
  height: 16px;
  width: 16px;
  display: block;
  border-radius: 50%;
  background: var(--white);
  top: 2px;
  left: 1px;
  content: "";
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  line-height: 29px;
  color: #fff;
  font-size: 12px;
}
.onoffbtn.active:after {
  left: 100%;
  margin-left: -18px;
  background: var(--white);
  content: "";
}
#msform .action-button:hover,
.onoffbtn.active {
  background-color: var(--orange);
}
.choose-budget .onoff-btn {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: var(--black);
  font-size: 18px;
}
.create-job-publish h5,
.step-button-row .back-btn {
  font-size: 20px;
  color: var(--dark-grey);
  font-weight: 600;
}
.choose-hourly-rate {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--dark-grey);
  visibility: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
}
.choose-hourly-rate.open {
  visibility: visible;
  height: auto;
  opacity: 1;
}
.step-button-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 0;
}
.step-button-row .back-btn,
.step-button-row .next-btn {
  height: 50px;
  line-height: 50px;
  min-width: 300px;
  align-items: center;
  display: flex;
}
.step-button-row .back-btn {
  justify-content: center;
  background-color: var(--white);
}
.step-button-row .next-btn {
  justify-content: center;
  color: var(--white);
}
.step-button-row .back-btn > span > img,
.step-button-row .next-btn > span > img {
  margin: 0;
  display: inline-block;
}
.duration-budget,
.new-job-details .job-post-details .post-heading,
.referral_wallet_blade .wallet_tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 40px;
}
.duration-budget .contract-duration {
  width: 42%;
}
.create-job-publish h5 {
  line-height: 22px;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
}
.create-job-publish h5 a img {
  margin: 0 0 0 30px;
}
.contract-duration-block p {
  width: auto;
  display: flex;
  align-items: center;
  color: var(--dark-grey);
  font-weight: 500;
  font-size: 15px;
  margin: 0 24px 0 0;
}
div.description-job,
p.description-job,
p.title-job {
  width: var(--full-width);
  color: var(--dark-grey);
  border-radius: 5px;
  font-weight: 500;
}
.contract-duration-block p span {
  border-radius: 5px;
  background-color: var(--darkest-grey);
  color: var(--white);
  font-weight: 600;
  font-size: 14px;
  height: 35px;
  line-height: 1;
  padding: 0 18px;
  margin: 0 0 0 10px;
  display: flex;
  align-items: center;
}
p.title-job {
  height: 54px;
  line-height: 54px;
  padding: 0 16px;
  background-color: rgba(236, 237, 239, 0.6);
  font-size: 18px;
  margin: 0 0 40px;
}
div.description-job,
p.description-job {
  height: auto;
  line-height: 24px;
  padding: 16px;
  background-color: var(--light-grey);
  font-size: 16px;
  margin: 0 0 40px;
}
p.categories-job {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
  flex-wrap: wrap;
}
p.categories-job span {
  background-color: #6c9ba1;
  font-size: 16px;
  color: var(--white);
  height: 30px;
  line-height: 1;
  padding: 0 8px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  margin: 0 8px 8px 0;
}
.duration-budget .publish-budget {
  width: 59%;
}
.duration-budget .publish-budget .job-budget {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.create-job-publish .job-post-details-info ul.address-post li p {
  width: 100%;
  margin: 0;
  background-color: transparent;
  padding: 0;
}
.attachment-publish .details-content-attachment ul,
.card-verifications ul.paymemt-page-ul li.payment-cancel-button {
  padding: 0;
  background-color: transparent;
}
.attachment-publish .details-content-attachment ul li {
  padding: 0;
  margin: 0 0 0 20px;
}
.new-job-details .job-post-accnt {
  display: flex;
  width: 60%;
  justify-content: space-between;
}
.new-job-details .job-post-accnt-info {
  display: flex;
  align-items: center;
  background-color: var(--darkest-grey);
  border-radius: 5px;
  padding: 32px 24px;
  width: 60%;
}
.new-job-details .job-post-accnt-info .post-acnt-img {
  width: 130px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 18px 0 0;
  position: relative;
}
.new-job-details .job-post-accnt-info .post-acnt-img img {
  border-radius: 50%;
  width: 98px;
  height: 98px;
  position: relative;
  z-index: 1;
  padding: 7px;
}
.new-job-details .job-post-accnt-info .prof-basic-info {
  width: auto;
  color: var(--white);
}
.new-job-details .job-post-accnt-info .prof-basic-info p {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 8px;
}
.new-job-details .job-post-accnt-info .post-acnt-img .ratings {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  width: 100%;
  padding: 8px 0;
  background: -moz-linear-gradient(
    top,
    rgba(125, 185, 232, 0) 0,
    rgba(48, 48, 48, 0.9) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(125, 185, 232, 0) 0,
    rgba(48, 48, 48, 0.9) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(125, 185, 232, 0) 0,
    rgba(48, 48, 48, 0.9) 100%
  );
}
.new-job-details .job-post-accnt-info .post-acnt-img .ratings img {
  width: 15px;
  height: 15px;
  margin: 0 4px 0 0;
  padding: 0;
}
.new-job-details .job-total {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background-color: var(--darkest-grey);
  border-radius: 5px;
  padding: 32px 24px;
  color: var(--white);
}
.new-job-details .job-total p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
.blog-details-section h1,
.new-job-details .job-total h4 {
  font-weight: 700;
  font-size: 40px;
  line-height: 49px;
}
.new-job-details .job-post-about,
.verifications-form.address-verifications ul li.verify-address {
  width: 38%;
}
.new-job-details .job-post-about p {
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  margin: 0 0 22px;
}
.new-job-details .job-post-about .button-row a {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--white);
  background: url(/img/right-arrow.svg) right center no-repeat;
  padding: 0 22px 0 0;
  margin: 0 0 0 30px;
}
.new-job-details .job-post-about .button-row a:hover {
  color: var(--orange);
  padding: 0 26px 0 0;
}
.new-job-details .job-post-about .button-row .view-btn {
  justify-content: right;
  float: right;
  height: 40px;
  line-height: 40px;
  color: var(--white);
  min-width: 155px;
  text-transform: none;
}
.new-job-details .job-post-details .post-heading h2 {
  font-weight: 700;
  font-size: 40px;
  color: var(--dark-grey);
}
.new-job-details .job-post-details .post-heading h2 span {
  font-weight: 400;
  line-height: 20px;
  display: block;
}
.new-job-details .job-post-details .post-heading button.view-btn {
  color: var(--white);
  color: var(--white);
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  font-weight: 500;
}
.new-job-details .post-features {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
}
.new-job-details .post-features ul li {
  width: auto;
  margin: 0 8px 0 0;
  border-radius: 5px;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  color: var(--white);
  background-color: var(--darkest-grey);
  min-width: 125px;
  justify-content: center;
}
.new-job-details .post-features ul li img {
  margin: 0 8px 0 0;
  width: 20px;
}
.new-job-details .job-post-details-info-box {
  width: 60%;
  margin: 0 0 32px;
}
.new-job-details .job-post-details-info ul {
  display: flex;
  background-color: transparent;
}
.new-job-details .job-post-details-info ul li {
  width: 49%;
  background-color: var(--light-grey);
  margin: 0 16px 0 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 14px;
  font-weight: 500;
  font-size: 16px;
  color: var(--dark-grey);
}
.new-job-details .job-post-details-info ul li .point {
  width: 32px;
  height: 32px;
  background-color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  color: var(--white);
  border-radius: 50%;
  margin: 0 16px 0 0;
}
.new-job-details .job-post-details-info ul li strong {
  font-weight: 700;
  margin: 0 4px 0 0;
}
.new-job-details
  .job-post-details-info
  .job-post-details-info-box.requirements-box
  ul {
  display: block;
  background-color: var(--light-grey);
  border-radius: 5px;
  padding: 16px 0;
}
.new-job-details
  .job-post-details-info
  .job-post-details-info-box.requirements-box
  ul
  li {
  width: auto;
  background-color: transparent;
}
.new-job-details .job-post-details-info ul.address-post li p {
  padding: 18px;
  line-height: 22px;
  font-weight: 500;
  font-size: 16px;
  color: var(--dark-grey);
  display: flex;
  align-items: center;
  background-color: var(--white);
  border-radius: 5px;
  width: 72%;
}
.employee_edit_profile_blade .add-experience-btn,
.employee_hire_blade .fetch-details .job-post-details-content,
.employee_hire_blade .fetch-details .new-offer-price-outer,
.job-post-modal .modal-content .apply-row,
.new-job-details .bidding-job,
.new-job-details .job-post-details-content {
  margin: 0 0 40px;
}
.new-job-details .details-content-attachment ul li {
  margin: 0 0 0 20px;
  width: auto;
}
.new-job-details .details-similar-jobs ul.result-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.new-job-details .job-post-details .post-heading .applied {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  width: 30%;
}
.new-job-details .bidding-job h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--dark-grey);
  margin: 0 0 15px;
}
.new-job-details .emp-bidding {
  width: var(--full-width);
  display: flex;
  align-items: center;
  margin: 20px 0 30px;
}
.new-job-details .emp-bidding a {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.25);
  font-weight: 700;
  font-size: 26px;
  background: linear-gradient(180deg, #cb7767 0, #d38979 100%);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 -20px;
}
.new-job-details .emp-bidding a img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid var(--dark-grey);
  display: block;
}
.new-job-details .job-apply-bttn-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 50px;
}
.new-job-details .job-apply-bttn-row button {
  color: var(--white);
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  font-weight: 500;
}
.new-job-details .job-apply-bttn-row .reports-icon {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  color: var(--dark-grey);
}
.verification-level-top {
  background-color: var(--dark-grey);
  padding: 30px 0;
  border-top: 2px solid var(--white);
}
.verification-level-top .center {
  padding-top: 0 !important;
}
.verification-steps h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--dark-grey);
  padding: 0 0 16px;
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: flex-start;
}
.job_create_final .next-prev-row .dnt-acnt,
.l-modal.choose-admin-popup
  .c-popup
  .category-option-box
  .verifications-form
  .next-prev-row
  button
  img,
.next-prev-row .next-btn img,
.setiing-block .settings-right .step-level img,
.settings_blade .verification-steps h4 img,
.verification-steps h2 img {
  margin: 0 0 0 16px;
}
.verification-steps .step-level {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--medium-grey);
  margin: 0 0 8px;
  display: inline-block;
}
.verification-steps p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 15px;
}
.verifications-form {
  margin: 30px 0;
}
.verifications-form ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.verifications-form ul li {
  width: 48%;
  margin: 0 0 30px;
  position: relative;
}
.card-verifications ul li,
.verification-media ul li {
  width: 49%;
  background-color: var(--light-grey);
  padding: 16px;
}
.verifications-form ul li label {
  font-weight: 600;
  font-size: 18px;
  color: var(--dark-grey);
  display: block;
  width: var(--full-width);
  margin: 0 0 8px;
  display: flex;
  align-items: center;
}
.next-prev-row .back-btn,
.next-prev-row .next-btn {
  height: 50px;
  line-height: 50px;
  min-width: 300px;
  align-items: center;
  display: flex;
  color: var(--white);
}
.verifications-form ul li input.input-field {
  background-color: var(--light-grey);
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: 500;
  color: var(--dark-grey);
  padding: 0 15px;
  margin: 0 0 8px;
  border-radius: 5px;
  width: 62%;
  display: inline-block;
}
.verifications-form ul li .sendlink-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--white);
}
.verifications-form ul li #verify_link {
  top: 69px !important;
}
.setiing-block
  .settings-right
  .verifications-form
  ul
  li
  .sendlink-btn#verify_link {
  top: 89px !important;
}
.next-prev-row {
  padding: 40px 0 90px;
}
.next-prev-row .next-btn {
  justify-content: center;
  background: var(--dark-grey);
  float: right;
}
.next-prev-row .next-btn:hover,
.referral-btn:hover {
  background: var(--medium-grey);
}
.next-prev-row .back-btn {
  justify-content: center;
  background: var(--dark-grey);
  float: left;
}
.next-prev-row .back-btn img,
.setiing-block .settings-left .settings-ul li img {
  margin: 0 16px 0 0;
}
.fancybox__content > .carousel__button.is-close,
.lightbox-target:target a.lightbox-close,
.mobile-menu #nav-toggle.active span:after,
.mobile-menu #nav-toggle.active span:before,
.verifications-form ul li.verify-number .sendlink-btn {
  top: 0;
}
.verifications-form ul li.verify-number p input.input-field {
  padding: 0 15px 0 145px;
}
.mob-pincode {
  width: 110px;
  border-radius: 5px;
  border: 1px solid var(--medium-grey);
  height: 40px;
  padding: 8px;
  font-weight: 500;
  font-size: 14px;
  color: var(--dark-grey);
  background-color: transparent;
  position: absolute;
  top: 10px;
  left: 10px;
}
.verification-media ul li {
  border-radius: 5px;
  margin: 0 0 30px;
}
.verification-media ul li .top-head {
  align-items: center;
  justify-content: space-between;
}
.verification-media ul li .top-head .connect-btn {
  min-width: auto;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  height: 35px;
  line-height: 35px;
  padding: 0 16px;
}
.verification-media ul li .top-head .connected-btn {
  min-width: auto;
  color: var(--medium-grey);
  font-size: 16px;
  font-weight: 500;
  height: 35px;
  line-height: 35px;
  padding: 0 16px;
  background: var(--white);
}
.verification-media ul li .top-head h3 {
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  color: var(--dark-grey);
}
.dnt-acnt {
  color: var(--dark-grey);
  float: right;
  font-size: 20px;
  margin: 10px 16px 0 0;
  display: inline-block;
}
.address-verifications .verify-address .select {
  width: 100%;
  height: 60px;
  border: 1px solid var(--dark-grey);
  border-radius: 5px;
  margin: 0 0 8px;
}
.address-verifications .verify-address .select .selectBtn {
  height: 58px;
  line-height: 58px;
}
.address-verifications .verify-address .select .selectDropdown {
  border: 1px solid var(--lighter-grey);
  top: 101%;
}
.address-verifications .verify-address input.input-field {
  border: 1px solid var(--dark-grey);
  background-color: var(--white);
  width: 100%;
}
.address-map {
  width: 100%;
  border-radius: 5px;
  border: 1px solid var(--medium-grey);
  overflow: hidden;
  margin: 0 0 50px;
}
.address-verifications .upload-btn {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  padding: 0 30px;
  float: right;
}
.address-verifications .verify-address input.input-field.card-id {
  background: url(/img/card-profile.svg) 16px center no-repeat;
  padding: 0 20px 0 50px;
}
.verifications-form.address-verifications ul li {
  width: 58%;
}
.address-verifications .verify-card-btn {
  width: 100%;
  text-align: center;
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
  margin: 70px 0 0;
}
.card-verifications ul li {
  border-radius: 5px;
  overflow: hidden;
}
.card-verifications ul li p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.card-verifications ul li [type="radio"]:checked + label,
.card-verifications ul li [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 0;
  cursor: pointer;
  line-height: 28px;
  display: inline-block;
  margin: 0;
}
.card-verifications ul li [type="radio"]:checked + label:before,
.card-verifications ul li [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background-color: var(--dark-grey);
  border-radius: 50%;
}
.l-modal.choose-admin-popup
  .c-popup
  .category-option-box
  .verifications-form
  ul
  li
  label {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  justify-content: center;
}
.bidding-profile li.bid_proposal .bidding-pro-amount,
.bidding-profile li.bid_proposal .bidding-pro-amount span,
.bidding-profile li.bid_proposal .bidding-pro-info .date,
.bidding-profile li.bid_proposal .bidding-pro-info h3,
.job-bidding-modal
  .modal-content
  .bidding-profile
  li
  .bidding-pro-amount.bidding-pro-amount-fixed
  span,
.l-modal.choose-admin-popup
  .c-popup
  .category-option-box
  .verifications-form
  ul
  li.active-tab:first-child
  label,
.l-modal.choose-admin-popup
  .c-popup
  .category-option-box
  .verifications-form
  ul
  li.active-tab:first-child
  p,
.modal-content .job-post-accnt-info .prof-basic-info p {
  color: var(--white) !important;
}
.job-apply-modal .modal-content .apply-row h3,
.job-bidding-modal .modal-content .bidding-profile li .bidding-pro-amount span,
.job-bidding-modal
  .modal-content
  .bidding-profile
  li.bid_proposal
  .bidding-pro-amount.bidding-pro-amount-fixed
  span,
.l-modal.choose-admin-popup
  .c-popup
  .category-option-box
  .verifications-form
  ul
  li.active-tab:last-child
  label,
.l-modal.choose-admin-popup
  .c-popup
  .category-option-box
  .verifications-form
  ul
  li.active-tab:last-child
  p {
  color: var(--dark-grey) !important;
}
.l-modal.choose-admin-popup
  .card-verifications
  ul
  li
  [type="radio"]:checked
  + label:after,
.l-modal.choose-admin-popup
  .card-verifications
  ul
  li
  [type="radio"]:not(:checked)
  + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 11px;
  width: 6px;
  height: 14px;
  border: solid var(--white);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.interview-verifications .interview-btn {
  color: var(--white);
  min-width: 400px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.longEnough {
  height: 100vh;
  width: 100%;
  overflow: auto;
}
.category_add .address-attachments .attach_service #job-req-attach li,
.profile-map-image {
  margin-bottom: 10px;
}
.profile-map-image img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.review-pagination {
  margin-left: 20px;
  display: inline-block;
}
.create_job_blade .promote_modal .save-btn#featurOpen,
.history-review-job .job-ratings img,
.review-pagination .left-arrow {
  margin-right: 8px;
}
.history-review-job .result-list li .name {
  color: var(--medium-grey);
  font-size: 14px;
  margin-bottom: 8px;
}
.history-review-job .job-ratings {
  position: absolute;
  right: 17px;
  top: 26px;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: auto;
  font-size: 16px;
  font-weight: 500;
}
.history-review-job .job-ratings span {
  font-weight: 400;
  margin-left: 5px;
  font-size: 14px;
}
.history-review-job .current-contract {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: var(--full-width);
  margin-bottom: 20px;
}
.history-review-job .current-contract ul {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.history-review-job .current-contract ul li {
  margin-right: 10px;
  color: var(--medium-grey);
  font-size: 16px;
  font-weight: 500;
}
.footer-block ul li.grey-foot-link a,
.history-review-job .current-contract ul li a {
  color: var(--medium-grey);
}
.history-review-job .current-contract ul li a:hover {
  opacity: 0.7;
}
.history-review-job .current-contract ul li.active {
  color: var(--dark-grey);
  font-size: 20px;
  font-weight: 600;
}
.reports-inappropriate {
  display: flex;
  justify-content: flex-end;
  width: var(--full-width);
  color: var(--dark-grey);
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 50px;
}
.popover.right,
.reports-inappropriate img {
  margin-left: 10px;
}
.provide-service .c-number {
  margin-bottom: 2px;
}
.provide-service .price-block {
  display: block;
  width: var(--full-width);
  font-size: 14px;
  color: #89e442;
  margin-bottom: 8px;
  font-weight: 600;
}
.current-post-feature .post-features-inn ul,
.full-width-twocol-result ul.result-list .post-features .job-post-category,
.job-vmjp-modal .job-post-details .center .post-features ul.job-post-category,
.post-features .job-post-category,
.provide-service .set-price-box {
  flex-wrap: wrap;
}
.category_add .add-modal-header,
.employee-category-row .category-box a,
.escrow-popup-box .apply-row p span {
  text-align: left;
}
.employee-category-row .top-category-box {
  position: absolute;
  top: 10px;
  left: 8px;
  width: var(--full-width);
  z-index: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.employee-category-row .top-category-box .hour-box,
.top-category-box .hour-box {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 6px 8px;
  background-color: var(--dark-grey);
  color: #89e442;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 600;
}
.employee-category-row .top-category-box .hour-box span,
.top-category-box .hour-box span {
  position: inherit;
  color: #89e442;
  opacity: 1;
  font-size: 12px;
  font-weight: 400;
  margin-left: 3px;
}
.employee-category-row .top-category-box .attach-box,
.top-category-box .attach-box {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 6px 8px;
  background: linear-gradient(180deg, #cb7767 0, #d38979 100%);
  color: var(--white);
  font-size: 14px;
  line-height: 1.1;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.employee-category-row .top-category-box .attach-box img,
.top-category-box .attach-box img,
ul.promoted-job-popup-list.boostedJobPopUp li span.inactive {
  margin-right: 4px;
}
.public-provide-service-row .right-slider .provider-box {
  width: auto;
}
.profile-button-row .profile-button-right .bttn.chat-btn,
.profile-button-row .profile-button-right .bttn.hire-btn {
  height: 50px;
  line-height: 50px;
  min-width: 70px;
  padding: 0 15px;
  color: var(--white);
  font-weight: 500;
  margin: 0 5px 0 0;
}
.profile-button-row .profile-button-right .bttn.favourites-btn {
  height: 50px;
  line-height: 50px;
  min-width: 100px;
  padding: 0 15px;
  color: var(--black);
  font-weight: 500;
  background-color: #c5c5c5;
}
.profile-button-row .profile-button-right .bttn.favourites-btn img {
  vertical-align: middle;
  margin-top: -5px;
  margin-left: 3px;
}
.profile-button-row .profile-button-right .bttn.chat-btn > img {
  width: 25px;
  height: 38px;
  margin: 4px 0 0 8px;
}
.interview-verifications h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--dark-grey);
  margin: 0 0 24px;
}
.next-prev-row .finish-btn {
  height: 50px;
  line-height: 50px;
  min-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--medium-grey);
  float: right;
}
.close1,
.edit-sub-button .delet-icon,
.edit-sub-button .edit-icon {
  background-repeat: no-repeat;
  background-position: 0 0;
}
.verifi-pop p {
  width: 60%;
  line-height: 26px;
}
.user-details {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin: 0 0 10px;
}
.user-details .user_form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.user-details .user_form label {
  color: var(--dark-grey);
  display: block;
  margin: 0 0 8px;
  width: var(--full-width);
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}
.user-details .user_form input,
.user-details .user_form textarea {
  display: inline-block;
  font-weight: 400;
  margin: 0 0 8px;
  padding: 0 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
  width: 100%;
  color: var(--dark-grey);
  font-size: 14px;
}
.user-details .user_form input {
  height: 48px;
  line-height: 48px;
  border-radius: 5px;
  border: 1px solid #393838;
}
.user-details .user_form textarea {
  line-height: 23px;
  border-radius: 5px;
  border: 1px solid #393838;
}
.js-modal-services .next-prev-row .services-back,
.modal_first_step .verifi-pop .ver-footer .user-about-close-btn {
  background-color: transparent;
  color: #2d2d2d;
  float: left;
  font-weight: 500;
  cursor: pointer;
  min-width: 100px;
  display: flex;
}
.profile-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.profile-icon img {
  width: 125px;
  margin-bottom: 15px;
}
.user-attachment-modal .address-attachments-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.modal_first_step .verifi-pop .ver-footer .attachment-close {
  background-color: transparent;
  color: #2d2d2d;
  float: left;
  font-weight: 500;
  cursor: pointer;
  min-width: 150px;
  display: flex;
}
.profile-content {
  max-width: fit-content !important;
}
.involved-category .employee-category-row .category-box a,
.involved-category .employee-category-row .top-category-box {
  z-index: 0;
}
.employee_edit_profile_blade
  .involved-category
  .employee-category-row
  .category-box
  a.user-sub-category {
  z-index: 1;
  height: 80%;
}
.modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-content,
.profile-picture-modal-content {
  background-color: var(--white);
  margin: auto;
  padding: 50px 40px 40px;
  width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 50%;
  z-index: 10;
  top: 50%;
}
.modal-content {
  border: 0;
  max-width: 800px;
  border-radius: 5px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.profile-picture-modal-content {
  border: 0;
  max-width: 500px;
  border-radius: 5px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.close1,
.close_request_cat_modal {
  font-size: 50px;
  font-weight: 300;
  right: 24px;
  top: 24px;
  position: absolute;
  float: right;
  cursor: pointer;
  color: #303030;
}
.close1 {
  text-indent: -99999px;
  background-image: url(/img/close-cross.svg);
  width: 16px;
  height: 16px;
}
.modal-content h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin: 0 0 24px;
  color: var(--dark-grey);
  display: flex;
  align-items: center;
}
.copied-link,
.links-bar {
  align-items: center;
  background-color: var(--light-grey);
}
.modal-content p,
.template_category .verifi-pop {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  margin: 0 0 24px;
  color: var(--dark-grey);
}
.links-bar {
  border-radius: 5px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.links-bar a {
  width: 50%;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: var(--dark-grey);
  line-height: 50px;
  display: inline-block;
}
.links-bar a.selected-link {
  background-color: var(--green);
  border-radius: 5px;
  color: var(--white);
}
.copied-link {
  padding: 0 0 0 16px;
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
  display: flex;
  justify-content: space-between;
}
.copied-link span.mainLink {
  width: 70%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.copied-link .profile-link-btn {
  margin: 0 !important;
  color: #fff;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-post-details-info ul.new-lang,
.profile-shared {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.profile-shared li {
  width: 49%;
  background-color: var(--light-grey);
  border-radius: 5px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
.profile-shared li .share-bttns {
  color: var(--white);
  height: 35px !important;
  line-height: 35px !important;
  padding: 0 24px !important;
  margin: 0 !important;
  min-width: auto;
}
.profile-shared li .share-bttns span {
  color: var(--white);
  font-weight: 500;
}
.profile-shared li span {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  color: var(--dark-grey);
}
.down-btn-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.down-btn-row .down-pdf-btn {
  width: 49%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  font-weight: 600;
  font-size: 16px;
}
body.modal-open .longEnough {
  overflow: hidden;
  height: auto;
}
.job-post-modal .modal-content {
  max-width: 1300px;
}
.employer_current_job_details_blade .details-content-attachment ul li,
.employer_current_job_details_blade
  .details-content-attachment
  ul
  li:last-child,
.job-post-modal .modal-content .post-features-inn {
  margin: 0 20px 0 0;
}
.job-bidding-modal .modal-content {
  padding: 60px 20px 50px;
}
.bidding-profile.scrollbar {
  max-height: 600px;
}
.bidding-profile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 30px;
}
.apply-row p span,
.current-post-button-row {
  background-color: var(--light-grey);
  padding: 20px;
}
.bidding-profile li {
  width: 49.3%;
  border-radius: 5px;
  background-color: var(--light-grey);
  padding: 16px 0 16px 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 16px;
}
.bidding-profile li .bidding-pro-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid var(--lighter-grey);
  overflow: hidden;
  padding: 5px;
  position: absolute;
  left: 16px;
}
.bidding-profile li .bidding-pro-info .date {
  font-size: 14px;
  line-height: 17px;
  color: var(--dark-grey);
  margin: 0 0 6px;
}
.bidding-profile li .bidding-pro-info h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: var(--dark-grey);
  display: flex;
  align-items: center;
  width: auto;
}
.bidding-profile li .bidding-pro-info h3 .ratings {
  margin: 0 0 0 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  color: var(--dark-grey);
  font-weight: 400;
  width: 76px;
}
.bidding-profile li .bidding-pro-info a.view {
  font-size: 16px;
  font-weight: 600;
  color: var(--orange);
}
.bidding-profile li .bidding-pro-info a.view.myBtn_multis {
  font-size: 16px;
  color: var(--white);
  background: linear-gradient(180deg, #cb7767 0, #d38979 100%);
  width: 100%;
  max-width: 165px;
  font-weight: 500;
  text-align: center;
  padding: 0 10px;
  border-radius: 3px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
}
.bidding-profile li .bidding-pro-amount {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  font-size: 40px;
  line-height: 38px;
  font-weight: 700;
  color: var(--dark-grey);
}
.bidding-profile li .bidding-pro-amount span {
  font-size: 14px;
  color: var(--dark-grey);
  font-weight: 400;
  margin: 0;
}
.apply-row label {
  font-weight: 400;
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: var(--medium-grey);
  margin: 0 0 5px;
  width: 100%;
}
.apply-row h3,
.apply-row span {
  font-size: 20px;
  color: var(--dark-grey);
}
.apply-row span {
  font-weight: 700;
  line-height: 24px;
}
.apply-row p {
  width: 24%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 0 0;
}
.apply-row p span {
  font-size: 24px;
  font-weight: 700;
  border-radius: 5px;
  display: block;
  margin: 0;
  text-align: center;
}
.apply-row p span.perhour {
  font-size: 12px;
  font-weight: 400;
  color: var(--medium-grey);
  margin: 0 0 0 20px;
  display: inline-block;
  padding: 0;
  text-align: left;
}
.apply-row p span.apply-offer-price {
  background-color: transparent;
  border: 1px solid var(--medium-grey);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
}
.apply-row p span.apply-offer-price input[type="text"] {
  background-color: transparent;
  border: 0;
  font-weight: 600;
  font-size: 26px;
  width: 75px;
  color: var(--black);
  margin: 0 0 0 10px;
  text-align: right;
}
.apply-row h3 {
  font-weight: 600;
  margin: 0 0 16px;
}
.apply-row .letter-box {
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  width: 100%;
}
.apply-row .letter-box .rich-text {
  width: var(--full-width);
  border-radius: 5px;
  background-color: var(--light-grey);
  color: var(--orange);
  font-size: 14px;
  font-weight: 500;
  padding: 6px 16px;
  border-bottom: 1px solid #c5c5c5;
}
.apply-row .letter-box p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  width: var(--full-width);
  line-height: 24px;
  padding: 16px;
}
.apply-row .letter-box .characters-left {
  font-size: 10px;
  font-weight: 400;
  display: flex;
  justify-content: flex-end;
  padding: 0 8px 8px 0;
  line-height: 12px;
  color: var(--dark-grey);
}
.apply-row .send-bttn,
.headings-r,
.job-post-details-content a.vmjp_modal,
.mobile-menu nav {
  float: right;
}
.current-job-post .job-post-accnt,
.paypal_box ul.paypal-information-box.information-list li {
  width: 35%;
}
.current-job-post .job-post-rates,
.setiing-block
  .settings-right
  .step_1
  .verifications-form
  ul
  li:first-child
  input.input-field,
.setiing-block
  .settings-right
  .step_3
  .verifications-form
  ul
  li:first-child
  input.input-field,
.setiing-block
  .settings-right
  .step_6
  .verifications-form
  ul
  li:first-child
  input.input-field {
  width: 50%;
}
.current-job-post .job-post-rates .rates-box {
  width: 24%;
  border-radius: 5px;
  background-color: var(--darkest-grey);
  padding: 16px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.current-job-post .job-post-rates .rates-box span {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  text-align: center;
  width: var(--full-width);
  line-height: 18px;
  margin: 0 0 16px;
}
.current-job-post .job-post-rates .rates-box label {
  font-size: 30px;
  font-weight: 700;
  color: var(--white);
  text-align: center;
  line-height: 35px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.current-job-post .job-post-rates .rates-box label em {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 0 5px;
  line-height: 26px;
}
.current-job-post .job-post-rates .rates-box label span {
  position: absolute;
  bottom: -10px;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  right: -20px;
}
.current-job-post .job-post-rates .rates-box a {
  font-size: 16px;
  font-weight: 600;
  color: var(--dark-grey);
  text-transform: uppercase;
}
.current-job-post .job-post-rates .rates-box.selected {
  background: linear-gradient(180deg, #e3e3e3 0, #c6c6c6 100%);
  color: var(--dark-grey);
}
.current-job-post .job-post-rates .rates-bottom {
  display: flex;
  justify-content: space-between;
  margin: 16px 0 0;
}
.current-job-post .job-post-rates .rates-bottom p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-radius: 5px;
  background-color: var(--darkest-grey);
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  width: 49%;
}
.current-job-post .job-post-rates .rates-bottom p span {
  font-size: 20px;
  font-weight: 700;
}
.current-post-feature,
.full-width-twocol-result ul.result-list,
.settings_blade .card-verifications ul.paymemt-page-ul {
  justify-content: space-between;
}
.current-post-feature .post-features-inn,
.edit-profile-modal .apply-row p,
.job-apply-modal .modal-content .new-offer-price-outer .apply-job-price,
.referal-invite .choose-category .left-refer-earn,
.referral_wallet_blade
  .new-job-details
  .job-post-details-info
  ul.payment-heading
  li
  > div:nth-child(2),
.referral_wallet_blade
  .new-job-details
  .job-post-details-info
  ul.payment-list
  li
  > div:nth-child(2),
.suspended-job-post-top .job-post-accnt {
  width: 45%;
}
.current-post-feature .post-features-inn ul li,
.job_details_blade .details-content-attachment ul li:last-child,
.modal_view .address-attachments .attached_files li,
.suggest-profile-row.suggested-employee .suggest-profile-box {
  margin: 0 10px 10px 0;
}
.current-post-button-row {
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
}
.current-post-button-row a,
.payment-information-box
  ul.information-list
  li.expiry-date
  .expiry-date-block
  span {
  margin: 0 4px;
}
.border-button {
  border: 1px solid var(--dark-grey);
  min-width: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  color: var(--dark-grey);
  justify-content: center;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
}
.border-button img {
  margin: -4px 8px 0;
  width: 20px;
  display: inline-block;
  height: 30px;
}
.current-post-button-row .payment-btn {
  color: var(--white);
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  min-width: 160px;
  font-size: 16px;
}
.current-post-button-row a.end-rqst {
  font-size: 16px;
  color: var(--dark-grey);
  font-weight: 500;
}
.apply-row textarea {
  width: var(--full-width);
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  height: 150px;
  resize: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 12px;
}
.contract-box-inn ul.new-lang li {
  width: 44%;
  padding: 16px;
  background-color: var(--white);
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.contract-box-inn ul.new-lang li.rem_lang {
  position: absolute;
  background: 0 0;
  left: 20%;
  width: auto;
}
.contract-box-inn ul.new-lang li input[type="text"] {
  height: auto;
  line-height: 1;
  border: 0;
  margin: 0;
}
.contract-box-inn ul.new-lang li select.level {
  width: 100%;
  background: 0 0;
  font-size: 16px;
  padding: 0 12px;
  appearance: none;
  -moz-appearance: none;
}
.profile-apply-row .profile-button-right .apply-btn {
  font-size: 18px;
  color: var(--white);
  font-weight: 500;
  text-transform: none;
  height: 50px;
  line-height: 50px;
  background: var(--dark-grey);
  padding: 0 20px;
}
.profile-apply-row .profile-button-right .apply-btn:hover {
  background: var(--black);
}
#cropImagePop .down-btn-row,
.new-job-details .job-apply-bttn-row.report-button-inappropriate,
.profile-apply-row,
.profile_blade .reports-icon,
.profile_public_employee_blade .inappropriate,
.profile_public_employer_blade .inappropriate,
.provide-service.employee-edit-category-row .top-category-box {
  justify-content: flex-end;
}
.other-edit-experience-list li,
.provide-service .edit-about-description {
  background-color: var(--white);
  border: 1px solid var(--dark-grey);
}
.provide-service .edit-about-description textarea {
  width: var(--full-width);
  min-height: 250px;
  resize: none;
  font-size: 16px;
  line-height: 24px;
}
.involved-category .employee-edit-category-row ul li .category-box a {
  text-align: center;
  z-index: 1;
}
.involved-category .employee-edit-category-row .top-category-box {
  justify-content: flex-end;
  z-index: 1;
  width: 100%;
}
.involved-category
  .employee-edit-category-row
  .top-category-box
  a.category_delete {
  top: -10px;
  position: absolute;
  left: -10px;
  padding: 28px 16px;
}
.other-edit-experience-list .delet-icon {
  position: absolute;
  right: 16px;
  top: 20px;
  cursor: pointer;
}
.add-experience-btn {
  margin: 0 0 20px;
  display: inline-block;
  width: var(--full-width);
}
.add-experience-btn .bttn {
  background-color: var(--green);
  width: var(--full-width);
}
.add-experience-btn .bttn:hover,
.employee-info .education-list,
.employee-info ul li {
  background-color: var(--medium-dark-green);
}
.edit-suggest-category-row .delet-icon {
  position: absolute;
  right: 11px;
  top: 11px;
  z-index: 1;
  cursor: pointer;
}
.employer_edit_profile_blade .edit-suggest-category-row .delet-icon {
  position: absolute;
  top: 4px;
  z-index: 1;
  cursor: pointer;
}
.employee-edit-category-row .top-category-box .delet-icon {
  cursor: pointer;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  position: static;
}
.employee-edit-category-row .category-edit-box .category-box:after {
  opacity: 0.5;
}
.employee-edit-category-row .category-edit-box .delet-icon img {
  margin-left: 10px;
  background: #333;
  border-radius: 5px;
  padding: 4px;
  width: 26px;
}
.employee-edit-category-row .category-edit-box .delet-icon span {
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  position: absolute;
  right: -65px;
  top: 0;
  font-size: 16px;
  color: var(--white);
}
.employee-edit-category-row .category-edit-box .delet-icon:hover span {
  opacity: 1;
  right: 36px;
}
.edit-sub-button {
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: center;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid var(--white);
  overflow: hidden;
}
.edit-sub-button li {
  margin-right: 40px;
}
.edit-sub-button .edit-icon {
  width: 21px;
  height: 21px;
  background-image: url(/img/edit-w.svg);
  display: inline-block;
}
.edit-sub-button .delet-icon {
  width: 20px;
  height: 22px;
  background-image: url(/img/delet-w.svg);
  padding-left: 20px;
  color: var(--white);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: center;
  position: relative;
  transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.edit-sub-button li .delet-icon span {
  font-size: 14px;
  color: var(--white);
  position: absolute;
  padding-left: 5px;
  opacity: 0;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.edit-sub-button li .delet-icon:hover span {
  position: inherit;
  opacity: 1;
}
.edit-sub-button li .delet-icon:hover {
  transform: translateX(-28px);
  -moz-transform: translateX(-28px);
  -webkit-transform: translateX(-28px);
}
.employee-info ul li {
  padding: 10px;
  margin-bottom: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.employee-info .languages-list ul li span.level,
.employer-info .languages-list ul li span.level {
  text-align: right;
  width: 40%;
  font-size: 14px;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  justify-content: flex-end;
  align-items: center;
}
.employee-info .languages-list ul li span.level img,
.employer-info .languages-list ul li span.level img {
  margin-left: 7px;
}
.employee-info .languages-list ul li .langs,
.employer-info .languages-list ul li .langs {
  width: 50%;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: center;
}
.employee-info .languages-list ul li .langs img,
.employer-info .languages-list ul li .langs img {
  margin-right: 7px;
}
.employee-info .education-list {
  padding: 7px 10px;
  margin-bottom: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.employee-profile .about-info .add-button,
.employer-profile .about-info .add-button {
  line-height: 40px;
  font-weight: 500;
  cursor: pointer;
  bottom: 0;
  left: 0;
  border-radius: 0 0 5px 5px;
  position: absolute;
  font-size: 14px;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
}
.employee-info .education-list .education-left,
.employer-info .education-list .education-left {
  width: 88%;
}
.employee-info .education-list .education-right {
  width: 9%;
  text-align: right;
  position: absolute;
  top: 10px;
  right: 10px;
}
.employee-profile .about-info .add-button {
  background: var(--medium-dark-green);
  width: var(--full-width);
  color: var(--white);
  text-align: center;
  width: 100%;
}
.employee-profile .about-info .add-button:hover {
  background: var(--dark-green);
}
.employee-profile .edit-languages-list .level select {
  background: url(/img/bottom-drop-arrow-w.svg) center right no-repeat;
  color: var(--white);
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 14px;
}
.about-info .hide-button img {
  display: inline-block;
  margin: 0 8px -5px;
}
.about-info .money-headings {
  padding: 12px 0;
}
.employer-info .education-list,
.employer-info ul li {
  background-color: var(--light-yellow);
  padding: 7px 10px;
  margin-bottom: 5px;
}
.edit-languages-list,
.our-team-slide-outer .owl-carousel .owl-nav button,
.our-team-slide-outer .owl-carousel .owl-nav.disabled button,
.ranking-search-slider .owl-nav > button {
  padding: 0;
  margin: 0;
}
.archive:hover,
.edit-suggest-category-row .category-edit-box .delet-icon span {
  color: var(--black);
}
.employer-profile .about-info .add-button {
  background: var(--light-yellow);
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  width: var(--full-width);
  color: var(--dark-grey);
}
.employer-info ul li {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.employer-info .education-list {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.employer-info .education-list .education-right {
  width: 9%;
  text-align: right;
  position: absolute;
  right: 10px;
  top: 10px;
}
.employer-profile .edit-languages-list .level select {
  background: url(/img/bottom-drop-arrow-b.svg) center right no-repeat;
  color: var(--dark-grey);
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 12px;
}
.closed-job-modal .modal-content,
.current-job-modal .modal-content,
.job_cat_modal .modal-content,
.js-modal-services .modal-content,
.promoted_job_modal .modal-content.view_promoted_job_modal,
.promoted_services_modal .modal-content,
.see_hidden_offer-modal .modal-content,
.see_offer-modal .modal-content,
.see_proposal-modal .modal-content {
  max-width: 1200px;
}
#progressbar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding: 0 12px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  height: 50px;
  margin: 0 !important;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid var(--dark-grey);
  border-radius: 5px;
  cursor: text;
  height: 50px;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  height: 50px !important;
  font-size: 16px !important;
  padding: 0 !important;
  color: var(--dark-grey) !important;
  margin: 0 !important;
}
.result-list li .rate-addres p:last-child,
.select2-container .select2-selection--multiple--custom .select2-search--inline,
.top-category-box-wrap .top-category-box .add-category-filter li {
  width: auto !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #6c9ba1 !important;
  border: 1px solid #6c9ba1 !important;
  border-radius: 20px !important;
  cursor: default;
  float: left;
  width: auto;
  padding: 0 20px !important;
  font-size: 16px !important;
  color: #fff !important;
  margin: 0 10px 10px 0 !important;
}
.top-category-box-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 6px 0 0;
}
.top-category-box-wrap .top-category-box {
  width: 49%;
  margin: 10px 0;
}
.top-category-box-wrap .top-category-box .service-name-cls {
  width: 100%;
  background-color: var(--light-grey);
  border-radius: 5px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: var(--dark-grey);
  height: 50px;
  line-height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-category-box-wrap .top-category-box .job_cat_cls:after,
.top-category-box-wrap .top-category-box .service-name-cls:after {
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  width: 16px;
  height: 10px;
  background: url(/img/ascdending-icon.svg) no-repeat;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.top-category-box-wrap .top-category-box .job_cat_cls.add_job_cat_open:after,
.top-category-box-wrap .top-category-box .service-name-cls.add-cat-open:after {
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  width: 16px;
  height: 10px;
  background: url(/img/descending-icon.svg) no-repeat;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.top-category-box-wrap .top-category-box .service-name-cls img {
  margin: 0 16px 0 0;
  width: 26px;
  height: 26px;
}
.top-category-box-wrap .top-category-box .add-category-filter,
.top-category-box-wrap .top-category-box .add-category-filter-new,
.top-category-box-wrap .top-category-box .job_cat_filter {
  width: 100% !important;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.top-category-box-wrap .top-category-box .add-category-filter li a,
.top-category-box-wrap .top-category-box .add-category-filter-new li a,
.top-category-box-wrap .top-category-box .job_cat_filter li a {
  border-radius: 5px;
  background-color: #fff;
  height: 30px;
  line-height: 30px;
  font-weight: 400;
  font-size: 16px !important;
  display: flex;
  align-items: center;
  padding: 0 12px;
  color: var(--dark-grey);
  border: 1px solid #303030;
  width: auto;
}
.js-modal-services .next-prev-row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 0;
}
#report_form .apply-row button,
.job-post-review .job-post-review-send-button button.submit_review,
.js-modal-services .next-prev-row button {
  height: 45px;
  line-height: 45px;
  color: var(--white);
}
.map_canvas input[type="text"] {
  width: 90%;
  border: 1px solid var(--dark-grey);
  left: 0 !important;
}
.choose-attach-file .choose-attach-file-inn {
  min-height: calc(100vh - 584px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.choose-attach-file .choose-attach-file-inn .files_address {
  margin: 0;
  order: 2;
  width: 85%;
}
.choose-attach-file .choose-attach-file-inn .files_address ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  width: 100%;
  flex-wrap: wrap;
}
.choose-attach-file .choose-attach-file-inn .files_address ul li {
  width: 170px;
  height: 170px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 16px 16px 0;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  text-align: center;
  font-size: 14px;
  background-color: transparent !important;
  border: 6px solid var(--light-grey);
  word-break: break-word;
  font-weight: 500;
}
.choose-attach-file .choose-attach-file-inn .choose-file-job {
  width: 184px;
  height: 170px;
  border-radius: 5px;
  overflow: hidden;
  background: url(/img/add-attach-img.svg) no-repeat;
  cursor: pointer;
  order: 1;
  margin: 0 16px 0 0;
}
.choose-attach-file
  .choose-attach-file-inn
  .choose-file-job
  input[type="file"] {
  width: 184px;
  height: 184px;
  overflow: hidden;
  opacity: 0;
  display: block;
}
.choose-attach-file .choose-attach-file-inn .files_address ul li img {
  position: absolute;
  right: 0;
  background: 0 0;
  top: 0;
  border-radius: 0 0 0 5px;
  padding: 4px;
  cursor: pointer;
}
.choose-attach-file
  .choose-attach-file-inn
  .files_address
  ul
  li
  img.delete_image {
  background: #cb4f34;
}
.top-category-box {
  position: absolute;
  top: 10px;
  left: 0;
  width: var(--full-width);
  z-index: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
}
.profile-statements img {
  width: 82px;
  height: 82px;
  border-radius: 50%;
}
.address-map input#searchInput {
  border: 1px solid var(--dark-grey);
  height: 40px;
  line-height: 40px;
  top: 10px !important;
  width: 60%;
  font-size: 14px;
  color: var(--dark-grey);
  background: var(--white);
}
.address-attachments label.custom-file-upload {
  text-transform: none;
  width: 50% !important;
  text-align: center;
  display: flex;
  justify-content: center;
}
.address-attachments {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.address-attachments ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0 20px 0 0;
}
.address-attachments ul li {
  background-color: var(--light-grey);
  border-radius: 5px;
  padding: 0 16px;
  height: 60px;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: space-between;
  width: auto !important;
  margin: 0 0 10px 10px;
}
.address-attachments ul li img {
  margin: 0 0 0 25px;
}
.stripe-frm.verifications-form ul li,
.template_category .profile-shared li {
  background-color: transparent;
  padding: 0;
}
.blog-category li a:hover,
.category_add .address-attachments ul li,
.template_category .profile-shared li select {
  background-color: var(--light-grey) !important;
}
.template_category .down-btn-row {
  margin: 30px 0 0;
  justify-content: flex-end;
}
.template_category .down-btn-row .select_template {
  order: 2;
  height: 45px;
  line-height: 45px;
}
.template_category .down-btn-row a.create_nw {
  order: 1;
  margin: 0 16px;
}
.template_category .down-btn-row .use_template {
  height: 45px;
  line-height: 45px;
  color: var(--white);
  text-transform: none;
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin: 0 0 0 24px;
}
.category_add .apply-row {
  margin: 0 0 16px;
  position: relative;
}
.category_add .apply-row .title-length {
  position: absolute;
  right: 4px;
  bottom: -6px;
  font-size: 10px;
  font-weight: 400;
}
.category_add .apply-row label {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--dark-grey);
}
.category_add .apply-row .input-text {
  background: 0 0;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-color: #c5c5c5;
  color: var(--dark-grey);
  margin-bottom: 16px;
}
.category_add .apply-row .pack-desc {
  height: 100px;
  line-height: 18px;
  padding-left: 16px 16px 26px 16px;
}
.category_add .apply-row .desc-length {
  position: absolute;
  right: 4px;
  bottom: 4px;
  font-size: 10px;
  font-weight: 400;
}
.category_add .rate-box {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  position: relative;
  padding: 60px 0 40px;
}
.category_add .rate-box h6 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: 600;
}
.category_add .rate-box .onoff-btn,
.modal_view .rate-box .onoff-btn {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  padding: 0 50px 0 0;
}
.category_add .rate-box .onoff-btn .onoffbtn {
  right: 0;
  position: absolute;
  margin: 0;
}
.category_add .rate-box .fixed-rate {
  width: 49%;
  margin: 0;
  flex-wrap: wrap;
}
.category_add .rate-box .choose-hourly-rate,
.modal_view .rate-box .choose-hourly-rate {
  width: 49%;
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  color: var(--medium-grey);
}
.category_add .rate-box .fixed-box-rate {
  margin: 0 10px 0 0;
  flex: 0 0 50%;
  padding: 0 0 0 6px;
}
.fees-box {
  flex: 0 0 100%;
  background-color: #f5f6f7;
  border-radius: 5px;
  margin: 8px 0 0;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fees-box label {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: var(--dark-grey);
  line-height: 18px;
}
.fees-box span.add-fees-amount {
  font-size: 18px;
  font-weight: 600;
  color: var(--orange);
  position: initial !important;
  width: 240px;
  text-align: right;
  padding: 0 0 0 16px;
}
.fees-box label > span {
  position: inherit !important;
}
.category_add .rate-box .fixed-box-rate img,
.map-popup-job .amounts-row p > img,
.map-popup-outer ul li .amounts-row p > img,
.modal_view .rate-box .fixed-rate img,
.modal_view .rate-box .max_fixed img,
.profile-infos .infos-box a > h2 > img {
  width: 28px;
}
.category_add .add-range-box input[type="text"],
.category_add .rate-box .fixed-box-rate input[type="text"] {
  width: 90px;
  font-size: 26px;
  font-weight: 600;
  padding: 0 8px;
}
.category_add .address-attachments label.custom-file-upload {
  text-transform: none;
  width: auto !important;
  background: var(--dark-grey);
  height: 45px;
  line-height: 45px;
  order: 1;
  position: relative;
  margin: 4px 0;
}
.category_add .address-attachments {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-height: 100px;
  overflow: visible;
}
.category_add .address-attachments ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 20px 0 0;
  width: 100%;
}
.category_add .address-attachments ul li {
  border-radius: 20px;
  padding: 5px 5px 5px 10px;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: space-between;
  width: auto !important;
  margin: 0 0 10px 10px;
}
.category_add .address-attachments ul li img {
  margin: 0 0 0 25px;
  border-radius: 50%;
  background: #cfcfcf;
  padding: 6px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.category_add button.choose_cat {
  float: right;
  min-width: 300px;
  font-size: 16px;
  color: var(--white);
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  line-height: 45px;
  margin: 40px 0 0;
}
.category_add .rate-box .choose-hourly-rate span {
  position: absolute;
  top: 32px;
  right: 15px;
}
.category_add .add-range-box {
  font-size: 14px;
  line-height: 1;
  color: var(--dark-grey);
}
.category_add .add-range-box img {
  margin: 0;
  width: 28px;
}
.modal.category_add .modal-content {
  max-width: 1060px;
}
.category_add .fixed-box-rate p span,
.category_add .rate-box .add-range-box p span,
.modal_view .fixed-box-rate p span {
  width: 45px;
}
.modal_view .modal-content {
  max-width: 950px;
}
.modal_view .apply-row,
.modal_view .verifi-pop {
  margin: 0 0 24px;
}
.modal_view .category_added {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 100%;
  max-height: 150px;
  overflow: hidden;
  overflow-y: auto;
}
.modal_view .category_added li a {
  background-color: #6c9ba1;
  font-size: 16px;
  color: var(--white);
  font-weight: 400;
}
.modal_view .apply-row label {
  font-size: 14px;
  line-height: 17px;
  color: var(--medium-grey);
}
.modal_view .apply-row label.view-modal-desc,
.modal_view .apply-row label.view-modal-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--dark-grey);
  background-color: var(--light-grey);
  padding: 16px;
  border-radius: 5px;
}
.modal_view .rate-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 35px 0 25px;
}
.modal_view .rate-box h6 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--medium-grey);
}
.modal_view .rate-box .onoff-btn .onoffbtn {
  right: 0;
  position: absolute;
}
.modal_view .rate-box .fixed-rate,
.modal_view .rate-box .max_fixed {
  width: 49%;
  margin: 0;
  position: relative;
  border-radius: 5px;
}
.dashboard_blade .modal_view .rate-box .fixed-rate,
.dashboard_blade .modal_view .rate-box .max_fixed {
  width: 49%;
  margin: 0;
  position: relative;
  background-color: transparent;
  border-radius: 5px;
}
.modal_view .rate-box .max_fixed h6 {
  top: -35px;
}
.category_add .add-range-box input[type="text"],
.modal_view .rate-box .fixed-box-rate input[type="text"] {
  width: 90px;
  font-size: 26px;
  font-weight: 600;
  background-color: transparent;
  text-align: right;
  padding: 0 5px 0 0;
}
.modal_view .add-range-box {
  font-size: 14px;
  line-height: 1;
}
.modal_view .address-attachments {
  margin: 0 0 24px;
  display: block;
}
.modal_view .address-attachments h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 15px;
  color: var(--medium-grey);
}
.modal_view .address-attachments .attached_files {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
}
.modal_view .address-attachments .attached_files a {
  display: flex;
  align-items: center;
  padding: 5px 5px 5px 10px;
  background-color: var(--light-grey);
  color: var(--dark-grey);
  font-size: 14px;
  font-weight: 500;
  border-radius: 20px;
}
.category_add .address-attachments .attach_service a img,
.modal_view .address-attachments .attached_files a img {
  margin: 0 0 0 25px;
  border-radius: 50%;
  background: #cfcfcf;
  padding: 6px;
  width: 30px;
  height: 30px;
}
.modal_view .next-prev-row {
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.edit-profile-modal .apply-row:last-child button,
.modal_view .next-prev-row #editService,
.promote_modal .next-prev-row #promote,
.promoted_services_modal .send-bttn.promotes {
  height: 45px;
  line-height: 45px;
  color: var(--white);
  text-transform: none;
}
.modal_view .rate-box .view_fixed_min,
.modal_view .rate-box .view_hour_max,
.modal_view .rate-box .view_hour_min {
  font-size: 20px;
  font-weight: 700;
  max-width: 168px;
  text-align: right;
  width: 100%;
}
.modal_view .rate-box .fixed-rate span,
.modal_view .rate-box .view_hour_max span,
.modal_view .rate-box .view_hour_min span {
  font-size: 9px;
  text-transform: lowercase;
}
.category_add .address-attachments .attach_service {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
}
.category_add .address-attachments .attach_service li {
  margin: 4px 0 4px 12px;
  height: 45px;
  line-height: 45px;
}
.category_add .address-attachments .attach_service a {
  display: flex;
  align-items: center;
  background-color: var(--light-grey);
  color: var(--dark-grey);
  font-size: 14px;
  font-weight: 500;
  border-radius: 20px;
}
.job-intro-modal .modal-content,
.promote_modal .modal-content {
  max-width: 1000px;
}
.choose-promote .promotion-amount-group,
.promote_modal .promotion-amount-group {
  display: flex;
  align-items: center;
  margin: 0 0 50px;
}
.choose-promote label,
.promote_modal .promotion-amount-group label {
  font-weight: 600;
  font-size: 18px;
  color: var(--dark-grey);
}
.choose-promote .featuredShow,
.promote_modal .promotion-amount-group .featuredShow {
  width: auto;
  margin: 0 0 0 15px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  background-color: var(--light-grey);
  height: 30px;
}
.choose-promote .featuredShow label,
.promote_modal .promotion-amount-group .featuredShow label {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-grey);
  font-weight: 400;
  font-size: 16px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.choose-promote .featuredShow label.active,
.promote_modal .promotion-amount-group .featuredShow label.active {
  color: #89e442;
  font-weight: 700;
  font-size: 16px;
  background: var(--dark-grey);
  height: 36px;
}
.choose-promote .featuredShow label input[type="radio"],
.choose-promote .featuredShow label.active input[type="radio"],
.promote_modal .promotion-amount-group .featuredShow label input[type="radio"],
.promote_modal
  .promotion-amount-group
  .featuredShow
  label.active
  input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.promote_modal p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 40px;
}
.promote_modal .total_cost {
  background-color: var(--dark-grey);
  border-radius: 5px;
  padding: 12px 16px;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 18px;
  color: var(--light-grey);
}
.promote_modal .total_cost span {
  font-weight: 600;
  font-size: 24px;
  color: #89e442;
  letter-spacing: 2px;
}
.promote_modal .next-prev-row {
  padding: 40px 0 0;
  display: flex;
  justify-content: flex-end;
}
.promoted_services_modal .modal-content ul.bidding-profile li {
  background-color: var(--light-grey) !important;
  color: var(--dark-grey);
  padding: 16px;
}
.promoted_services_modal .modal-content ul.bidding-profile li div:first-child {
  font-weight: 600;
  font-size: 16px;
  width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.promoted_services_modal
  .modal-content
  ul.bidding-profile
  li
  .bidding-pro-info {
  background: url(/img/date-icon.svg) 0 center no-repeat;
  padding: 0 0 0 26px;
}
.job-bidding-modal .modal-content .bidding-profile.scrollbar.result-list,
.promoted_services_modal .bidding-profile.scrollbar {
  height: inherit;
}
.promoted_services_modal .modal-content ul.bidding-profile li.checked {
  background-color: var(--dark-grey) !important;
  color: var(--white);
}
.job-bidding-modal .modal-content .bidding-profile li .bidding-pro-info {
  width: 40%;
  display: block;
  margin: 0 16px;
}
.job-bidding-modal
  .modal-content
  .bidding-profile
  li
  .bidding-pro-info
  .button-row {
  display: block;
  width: auto;
}
.job-bidding-modal .modal-content .bidding-profile li .bidding-pro-amount {
  width: 30%;
  border-radius: 5px;
  color: var(--dark-grey);
  padding: 16px;
  text-align: center;
}
.job-bidding-modal
  .modal-content
  .bidding-profile
  li
  .bidding-pro-amount.bidding-pro-amount-fixed {
  background-color: var(--dark-grey);
  color: var(--white);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column;
  width: 100%;
  max-width: 120px;
  font-size: 26px;
  font-weight: 700;
  margin: 0 8px 0 0;
}
.job-bidding-modal
  .modal-content
  .bidding-profile
  li
  .bidding-pro-amount.bidding-pro-amount-hourly {
  background-color: #d9d9d9;
  color: var(--dark-grey) !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column;
  width: 100%;
  max-width: 120px;
  font-size: 26px;
  font-weight: 700;
  margin: 0 8px 0 0;
}
.job-bidding-modal
  .modal-content
  .bidding-profile
  li.bid_proposal
  .bidding-pro-amount.bidding-pro-amount-fixed {
  background-color: var(--white);
  color: var(--dark-grey) !important;
}
.job-bidding-modal
  .modal-content
  .bidding-profile
  li.bid_proposal
  .bidding-pro-amount.bidding-pro-amount-hourly {
  background-color: #a9a9a9;
  color: var(--dark-grey) !important;
}
p.previous-bid-amounts {
  position: relative;
  margin: 10px 0 16px;
  padding: 0 0 0 20px;
}
p.previous-bid-amounts:before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  border-radius: 5px;
  width: 10px;
  height: 4px;
  background-color: #cb7767;
}
.details-similar-jobs ul.result-list.profile-bidding-list li {
  background-color: var(--light-grey);
  color: var(--dark-grey);
  padding-bottom: 16px;
  list-style-type: none;
}
.details-similar-jobs
  ul.result-list.profile-bidding-list
  li
  .top-bid-row
  .profile-info {
  width: 55%;
  display: block;
  position: relative;
  padding: 0 0 0 95px;
  margin: 0 20px 0 0;
}
.details-similar-jobs
  ul.result-list.profile-bidding-list
  li
  .top-bid-row
  .profile-info
  .pro-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border: 2px solid var(--green);
}
.details-similar-jobs
  ul.result-list.profile-bidding-list
  li
  .top-bid-row
  .profile-info
  .pro-img
  img {
  border-radius: 50%;
}
.details-similar-jobs
  ul.result-list.profile-bidding-list
  li
  .top-bid-row
  .profile-info
  > a {
  color: var(--green);
  font-size: 16px;
  font-weight: 600;
  display: block;
  width: 100%;
}
.details-similar-jobs
  ul.result-list.profile-bidding-list
  li
  .top-bid-row
  .profile-info
  .pro-name {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
.details-similar-jobs
  ul.result-list.profile-bidding-list
  li
  .top-bid-row
  .profile-info
  .rating-info {
  width: auto;
  display: inline-block;
  margin: 0 0 0 15px;
  align-items: center;
  vertical-align: middle;
}
.details-similar-jobs
  ul.result-list.profile-bidding-list
  li
  .top-bid-row
  .profile-info
  .rating-info
  span {
  margin: -1px 0 0 8px;
  display: inline-block;
  float: right;
}
.details-similar-jobs
  ul.result-list.profile-bidding-list
  li
  .top-bid-row
  .profile-info
  .bottom-row {
  margin: 10px 0;
}
.details-similar-jobs
  ul.result-list.profile-bidding-list
  li
  .top-bid-row
  .profile-info
  .bottom-row
  button {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  min-width: 145px;
  margin: 0 8px 0 0;
  border-radius: 3px;
  text-transform: none;
}
.details-similar-jobs
  ul.result-list.profile-bidding-list
  li
  .top-bid-row
  .profile-info
  .bottom-row
  button.bttn-info {
  color: var(--dark-grey);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--dark-grey);
}
.details-similar-jobs
  ul.result-list.profile-bidding-list
  li
  .top-bid-row
  .profile-info
  .bottom-row
  button.bttn-info
  img {
  margin: 0 0 0 4px;
  width: 16px;
}
.details-similar-jobs
  ul.result-list.profile-bidding-list
  li
  .top-bid-row
  .bid-info {
  background-color: var(--light-grey);
  border-radius: 5px;
  padding: 16px;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
  margin: 32px 0 0;
}
.details-similar-jobs
  ul.result-list.profile-bidding-list
  li
  .top-bid-row
  .bid-info
  .profile-info {
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: var(--dark-grey);
}
.details-similar-jobs
  ul.result-list.profile-bidding-list
  li
  .top-bid-row
  .bid-info
  .bottom-row {
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  padding: 0;
  margin: 0;
  color: var(--dark-grey);
}
.details-similar-jobs ul.result-list.profile-bidding-list li p {
  color: var(--dark-grey);
  margin: 0 0 8px;
  min-height: auto;
}
.details-similar-jobs ul.result-list.profile-bidding-list li p a {
  color: var(--orange);
  text-transform: uppercase;
  margin: 0 0 0 6px;
  font-weight: 600;
}
.details-similar-jobs ul.result-list.profile-bidding-list li .bid-date {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 16px;
}
.job-intro-modal .top-intro-row .job-total {
  background-color: var(--light-grey);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
}
.job-intro-modal .top-intro-row .job-total h4 {
  font-size: 40px;
  text-align: left;
  font-weight: 700;
  line-height: 45px;
  padding: 0;
  margin: 0;
  color: var(--dark-grey);
}
.job-intro-modal .top-intro-row .profile-info .pro-img {
  width: 90px;
  height: 90px;
}
.job-intro-modal .top-intro-row .profile-info .pro-img img {
  border-radius: 50%;
  padding: 3px;
}
.job-intro-modal .intro-button-row {
  display: flex;
  justify-content: flex-end;
  margin: 50px 0 0;
}
.job-intro-modal .intro-button-row button {
  margin: 0 0 0 10px;
  text-transform: none;
  height: 45px;
  line-height: 45px;
  min-width: 200px;
}
.job-intro-modal .intro-button-row button.prof_hire {
  height: 45px;
  line-height: 45px;
  color: var(--white);
  text-transform: none;
  font-size: 16px;
  padding: 0 20px;
}
.job-vmjp-modal .job-post-details .center {
  padding: 0;
  height: 500px;
  overflow-y: auto;
}
.job-vmjp-modal .job-post-details .center h4 {
  text-align: left;
  font-size: 15px;
  margin: 0 0 10px;
}
.job-vmjp-modal
  .job-post-details
  .center
  .post-features
  ul.job-post-category
  li {
  margin: 0 0 5px 5px;
}
.job-vmjp-modal .job-post-details .center .bidding-job .emp-bidding a {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid var(--dark-grey);
  display: inline-block;
  overflow: hidden;
  margin: 0 0 0 -30px;
}
.job-vmjp-modal .job-post-details .center .bidding-job .emp-bidding a img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.job-vmjp-modal .job-post-details .center .post-features,
.job_employer_details_blade .post-features {
  align-items: flex-start;
}
.job-vmjp-modal .job-post-details .center .post-features ul li,
.result_blade .map-window .window-price {
  font-size: 14px;
  font-weight: 500;
}
.edit-profile-modal .apply-row p span select {
  padding: 0;
  background-color: transparent;
  width: var(--full-width);
  font-size: 16px;
  color: var(--dark-grey);
}
.edit-profile-modal .apply-row:last-child {
  display: flex;
  justify-content: flex-end;
  margin: 40px 0 0;
}
.edit-profile-modal.add-certificate-modal .apply-row,
.edit-profile-modal.add-education-modal .apply-row,
.edit-profile-modal.add-experience-modal .apply-row,
.edit-profile-modal.add-licence-modal .apply-row {
  display: block;
  text-align: left;
}
.edit-profile-modal.add-certificate-modal .apply-row p,
.edit-profile-modal.add-education-modal .apply-row p,
.edit-profile-modal.add-licence-modal .apply-row p,
.employer_see_job_payment_blade
  .new-job-details
  .job-post-details-info
  ul.payment-list
  li,
.job_cat_modal .verifications-form,
.modal_first_step .verifi-pop p,
.new-job-details .job-post-details-info ul.payment-list.payment-list-wallet li,
.new-job-details
  .job-post-details-info
  ul.payment-list.payment-list-wallet
  li:nth-child(2n + 2) {
  margin: 0 0 16px;
}
.edit-profile-modal.add-certificate-modal .apply-row p label,
.edit-profile-modal.add-education-modal .apply-row p label,
.edit-profile-modal.add-licence-modal .apply-row p label {
  margin: 0 0 8px;
  color: var(--dark-grey);
}
.edit-profile-modal.add-certificate-modal .apply-row p span,
.edit-profile-modal.add-education-modal .apply-row p span,
.edit-profile-modal.add-experience-modal .apply-row p span,
.edit-profile-modal.add-licence-modal .apply-row p span {
  padding: 8px;
}
.edit-profile-modal.add-certificate-modal .apply-row p span input[type="date"],
.edit-profile-modal.add-certificate-modal .apply-row p span input[type="text"],
.edit-profile-modal.add-education-modal .apply-row p span input[type="date"],
.edit-profile-modal.add-education-modal .apply-row p span input[type="text"],
.edit-profile-modal.add-experience-modal .apply-row p span input[type="date"],
.edit-profile-modal.add-experience-modal .apply-row p span input[type="text"],
.edit-profile-modal.add-licence-modal .apply-row p span input[type="date"],
.edit-profile-modal.add-licence-modal .apply-row p span input[type="text"] {
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}
.edit-profile-modal.add-experience-modal .apply-row p {
  margin: 0 0 16px;
  width: 100%;
}
.edit-profile-modal.add-experience-modal .apply-row p label {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  color: var(--dark-grey);
}
.js-modal-services .top-category-box-wrap .top-category-box {
  width: 49%;
  margin: 10px 0;
  position: inherit;
  display: block;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 16px;
  line-height: 45px;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid var(--dark-grey);
  border-radius: 5px;
  height: 45px;
}
.DocumentFront_docs ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light-grey) !important;
  font-size: 14px;
  padding: 0 16px;
  border-radius: 20px;
}
.noUi-connects {
  margin: 0;
  background-color: var(--light-grey);
}
.noUi-connect,
.noUi-origin {
  top: 0 !important;
}
.full-width-twocol-result ul.result-list li {
  width: 49.4%;
}
.full-width-twocol-result ul.result-list .post-features .job-post-category li {
  width: auto;
  margin: 0 8px 8px 0;
}
.result-list.result-employee-section li .button-row .view-btn {
  position: inherit;
  text-transform: none;
}
.result-list.result-employee-section li .rate-addres {
  position: absolute;
  bottom: 16px;
}
.result-employee-section
  li
  .result-employee-left
  .result-employee-infos
  .inner-infos
  .profile-info {
  margin: 0 40px 0 0;
}
.modal .edit-profile-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 40px;
}
.edit-profile-modal .modal-content h4,
.employee_hire_blade .post-features-inn:last-child ul li {
  font-size: 18px;
}
.add-language-modal .modal-content,
.js-modal-shopify-confirm-box-release-payment-end-this-job
  .c-popup.l-modal__body {
  max-width: 480px;
}
.add-language-modal .modal-content .apply-row,
.blog-box .blog-img img,
.closed-job-singlepage-content .post-heading {
  display: block;
  width: 100%;
}
.add-language-modal .modal-content .apply-row p {
  width: 100%;
  margin: 0 0 20px;
}
.add-language-modal .modal-content .apply-row p span.apply-offer-price {
  background-color: var(--light-grey);
  border: 0;
  height: 50px;
}
.add-language-modal .modal-content .apply-row:last-child {
  justify-content: center;
  display: flex;
}
.edit-profile-modal.add-certificate-modal .apply-row p label,
.edit-profile-modal.add-education-modal .apply-row p label,
.edit-profile-modal.add-licence-modal .apply-row p label {
  font-size: 12px;
  color: var(--medium-grey);
}
.add-asset-modal .modal-content,
.add-vehicle-modal .modal-content {
  max-width: 400px;
}
.add-asset-modal .modal-content .apply-row p,
.add-vehicle-modal .modal-content .apply-row p,
.tools-content > p.referred_tooltip,
p.referred_tooltip {
  width: 100%;
  margin: 0;
}
.add-asset-modal .modal-content .apply-row p span.apply-offer-price,
.add-vehicle-modal .modal-content .apply-row p span.apply-offer-price {
  height: 50px;
}
.add-asset-modal
  .modal-content
  .apply-row
  p
  span.apply-offer-price
  input[type="text"],
.add-vehicle-modal
  .modal-content
  .apply-row
  p
  span.apply-offer-price
  input[type="text"] {
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
}
.add-asset-modal .apply-row:last-child,
.add-vehicle-modal .apply-row:last-child,
.modal_first_step .verifi-pop > p:first-child,
.payment-information-box ul.information-list.paypal-information-box,
.suspend-page.account-suspended {
  justify-content: center;
}
.setiing-block .settings-left {
  width: 28%;
  border-right: 2px solid #c5c5c5;
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  height: 25vh;
  min-height: 100vh;
}
.setiing-block .settings-right {
  width: 69%;
}
.setiing-block .settings-left h4 {
  font-size: 24px;
  font-weight: 600;
  color: var(--dark-grey);
  margin: 0 0 24px;
  padding: 0 0 0 32px;
}
.setiing-block .settings-left .settings-ul,
fieldset,
label {
  margin: 0;
  padding: 0;
}
.setiing-block .settings-left .settings-ul li {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  color: var(--dark-grey);
  margin: 0 0 20px;
  padding: 0 0 0 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.setiing-block .settings-left .settings-ul li.active img {
  filter: invert(46%) sepia(90%) saturate(294%) hue-rotate(322deg)
    brightness(99%) contrast(79%);
}
.setiing-block .settings-left .settings-ul li.active:after {
  position: absolute;
  content: "";
  height: 40px;
  width: 5px;
  background-color: var(--orange);
  top: -7px;
  left: 0;
}
.blog-share > ul,
.category_add .add-modal-header,
.category_add .rate-box h6,
.closed-job-modal .modal-content .top-intro-row .job-price span,
.cookie-content .cookie-btn,
.current-job-modal .modal-content .top-intro-row .job-price span,
.employee-involved-categories,
.employee_hire_blade .apply-job-price h3,
.employer_recieved_offers_blade
  .offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row:last-child
  .recieved-offer-right,
.job_details_blade .new-job-details h4,
.job_employer_details_blade .job-post-details-content h4,
.new-job-details
  .job-post-details-info
  ul.payment-list
  li
  > div:nth-child(2)
  span.pro-name,
.offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row
  .recieved-offer-left
  .rate-addres,
.our-team-slider .owl-stage,
.payment-information-box ul.information-list li.expiry-date .expiry-date-block,
.process_blade .category-details.payment-page-details h5,
.profile_public_employer_blade .profile-button-right,
.result-count,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice,
.settings_blade .verification-steps h4 {
  display: flex;
  align-items: center;
}
.setiing-block .settings-right .step-level {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px;
  color: var(--dark-grey);
  display: flex;
  align-items: center;
}
.setiing-block .settings-right .verifications-form ul li input.input-field {
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  border: 1px solid #7a7a7a;
  width: 100%;
  color: #303030;
}
.setiing-block .settings-right .verifications-form ul li label {
  font-size: 16px;
  height: 22px;
  font-weight: 700;
}
.setiing-block
  .settings-right
  .verifications-form
  ul
  li
  .file-upload-outer
  .sendlink-btn {
  height: 62px;
  line-height: 50px;
  text-transform: none;
  width: 209px;
}
.setiing-block .settings-right .next-prev-row a,
.setiing-block .settings-right .next-prev-row button {
  text-transform: none;
  min-width: auto;
  padding: 0 32px;
  height: 50px;
  line-height: 50px;
  color: var(--white);
}
.setiing-block .settings-right .step_2 a.employee_cat {
  color: var(--orange);
  font-size: 16px;
  margin: 0 0 0 20px;
  font-weight: 600;
}
.aside-box .add-category-filter li a,
.setiing-block .settings-right .step_2 .add-category-filter li a,
.setiing-block .settings-right .step_2 .add-category-filter-new li a,
.setiing-block .settings-right .step_2 .job_cat_filter li a {
  background-color: #6c9ba1;
  color: var(--white);
}
.profile_type {
  display: flex;
  align-items: center;
  margin: 20px 0 50px;
}
.profile_type span {
  background-color: var(--light-grey);
  font-size: 18px;
  font-weight: 600;
  color: var(--green);
  border-radius: 5px;
  padding: 12px 28px;
  margin: 0 18px 0 0;
}
.profile_type a.change_type {
  font-size: 16px;
  color: var(--orange);
}
#sendoffer ul li label,
.top-intro-row .job-title label {
  color: var(--medium-grey);
  margin: 0 0 8px;
  font-size: 14px;
}
.current-post-button-row
  a.js-modal-show-confirm-box-release-payment-end-this-job,
.inner-login .help-block strong,
.setiing-block .settings-right .step_2 .verification-media li p {
  font-size: 14px;
}
.setiing-block .settings-right .step_3 .verifications-form ul li .mob-pincode {
  width: 125px;
  border: 1px solid var(--medium-grey);
  padding: 8px;
  font-weight: 500;
  color: var(--dark-grey);
}
.setiing-block
  .settings-right
  .step_3
  .verifications-form
  .verify-address
  select {
  width: 100% !important;
  height: 50px;
  line-height: 50px;
}
.setiing-block
  .settings-right
  .step_3
  .verifications-form
  .address_attachments
  li {
  margin: 0 5px 5px 0;
  width: auto !important;
  display: flex;
}
.setiing-block
  .settings-right
  .step_3
  .verifications-form
  .address_attachments
  li
  a {
  background-color: var(--light-grey);
  border-radius: 5px;
  padding: 12px;
  font-weight: 500;
  font-size: 18px;
  color: var(--dark-grey);
  line-height: 1;
  display: flex;
  align-items: center;
}
.setiing-block .settings-right .step_5 .step-level {
  margin: 0 0 8px;
}
.setiing-block .settings-right .step_5 .verifications-form .onoff-btn {
  display: flex;
  align-items: center;
  font-size: 18px;
  width: 30%;
  justify-content: space-between;
}
.setiing-block
  .settings-right
  .step_5
  .verifications-form
  .onoff-btn
  .onoffbtn {
  margin: 12px 12px 12px 0;
  order: 2;
}
.setiing-block .settings-right .step_6 .verifications-form p {
  font-size: 20px;
  margin: 0 0 16px;
}
.close_account_blade .next-prev-row,
.job-post-review .job-post-review-send-button,
.setiing-block .settings-right .step_6 .next-prev-row {
  display: flex;
  justify-content: flex-end;
}
.profile-setting-row h6 {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}
#sendoffer {
  width: 100%;
  margin: 0 0 50px;
}
#sendoffer ul,
.blog-right-block .blog-box,
.blog-right-block .blog-box:nth-child(3n + 3) {
  width: 100%;
  margin: 0 0 40px;
}
#sendoffer ul li {
  width: 100%;
  margin: 0 0 10px;
}
#sendoffer ul li label {
  width: 100%;
  display: flex;
  align-items: center;
}
#sendoffer ul li select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: var(--light-grey);
  color: var(--dark-grey);
  font-size: 16px;
  border-radius: 5px;
  padding: 0 16px;
}
#sendoffer ul li select > option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}
#sendoffer ul li textarea {
  border: 1px solid #c5c5c5;
  height: 134px;
  border-radius: 5px;
  width: 100%;
  resize: none;
  padding: 16px;
  font-size: 16px;
  line-height: 20px;
}
#sendoffer .sendoffer {
  float: right;
  text-transform: none;
  font-size: 20px;
}
#sendoffer ul li:first-child {
  width: 100%;
  margin: 0 0 10px;
  display: flex;
  justify-content: flex-start;
}
#sendoffer ul li .offer_price_div .offer_price_inner {
  background: var(--light-grey);
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 16px;
}
#sendoffer ul li .offer_price_div .offer_price_inner input.offer_price {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: var(--dark-grey);
  background-color: transparent;
  margin: 0 0 0 16px;
  font-weight: 600;
}
.top-intro-row .job-title p {
  font-size: 22px !important;
  line-height: 27px !important;
  font-weight: 700 !important;
  color: var(--dark-grey) !important;
}
.top-intro-row .job-price {
  width: 15%;
  border-radius: 5px;
  padding: 26px;
  background-color: var(--light-grey);
  color: var(--dark-grey);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.top-intro-row .job-price span {
  font-size: 17px;
  font-weight: 700;
}
.details-similar-jobs ul.result-list li .top-intro-row .job-post-accnt-info p {
  color: var(--white) !important;
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 5px;
}
.details-similar-jobs ul.result-list li .top-intro-row .job-post-accnt-info a {
  font-size: 14px;
  color: var(--yellow);
}
.see_hidden_offer-modal .modal-content div > h3,
.see_offer-modal .modal-content div > h3 {
  color: var(--dark-grey);
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 16px;
}
.see_hidden_offer-modal .modal-content div > p,
.see_offer-modal .modal-content div > p {
  color: var(--dark-grey) !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 12px;
}
.see_offer-modal .modal-content .intro-button-row {
  justify-content: space-between;
  margin: 32px 0 0;
}
.see_offer-modal .modal-content .intro-button-row .ajax-button-right {
  width: 65%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.see_hidden_offer-modal .modal-content .intro-button-row button,
.see_offer-modal .modal-content .intro-button-row button {
  height: 40px;
  line-height: 40px;
  text-transform: none;
  margin: 0 0 0 10px;
}
.see_offer-modal .modal-content .top-intro-row .job-title {
  width: 36%;
  padding: 0 16px 0 0;
}
.see_offer-modal .modal-content .top-intro-row .job-price.fixed-rate {
  background-color: var(--dark-grey);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  margin-right: 8px;
  position: relative;
  padding: 16px;
  margin-top: 0;
}
.see_offer-modal .modal-content .top-intro-row .job-price.fixed-rate span,
.see_offer-modal .modal-content .top-intro-row .job-price.hourly-rate span {
  font-size: 40px;
  line-height: 1;
  position: relative;
}
.see_offer-modal .modal-content .top-intro-row .job-price.hourly-rate {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  margin-right: 16px;
  position: relative;
  padding: 16px;
  margin-top: 0;
}
.see_offer-modal .modal-content .top-intro-row .job-price.fixed-rate label,
.see_offer-modal .modal-content .top-intro-row .job-price.hourly-rate label {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 16px;
  left: 0;
}
.see_offer-modal .modal-content .top-intro-row .job-price.fixed-rate span em,
.see_offer-modal .modal-content .top-intro-row .job-price.hourly-rate span em {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -20px;
  left: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}
.details-similar-jobs
  ul.result-list
  li
  .top-intro-row
  .job-post-accnt-info
  .post-acnt-img,
.details-similar-jobs
  ul.result-list
  li
  .top-intro-row
  .job-post-accnt-info
  .post-acnt-img
  > img {
  width: 80px;
  height: 80px;
}
.job-apply-modal .modal-content {
  max-width: 1244px;
}
.job-apply-modal .modal-content .new-offer-price-outer .apply-job-price h5 {
  margin: 0 0 16px;
  text-transform: capitalize;
}
.job-apply-modal .modal-content .apply-job-price {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column;
  margin: 0 0 12px;
}
.best-responsive-tab-content
  .find-content
  .jobs-category-field
  .KeywordList
  ul
  li
  a,
.job-apply-modal .modal-content .apply-job-price .new-offer-price-inner,
.notification-heading,
.result_blade .search-map-div .window-bottom,
.result_blade .search-map-div strong,
.search-bar .jobs-category-field .KeywordList .head-keywords-ul li a,
.top-banner-investor .center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.job-apply-modal .modal-content .apply-job-price .new-offer-price-inner p,
.stripe-frm.verifications-form {
  width: 49%;
  margin: 0;
}
.job-apply-modal .modal-content .apply-job-price p.expected_note {
  font-size: 14px;
  width: 100%;
  margin: 6px 0 0;
  font-style: italic;
  min-height: 25px;
}
.category-details .category-details-info .post-features,
.closed-job-modal .modal-content .top-intro-row,
.current-job-modal .modal-content .top-intro-row,
.employer_profile_blade .result-list .pagination,
.job-apply-modal .modal-content .apply-row,
.promote-left p,
.settings-right .verifications-form ul li {
  margin: 0 0 20px;
}
.job-apply-modal .modal-content .apply-row button {
  height: 40px;
  line-height: 40px;
  color: var(--white);
  text-transform: none;
}
.step_5 .verifications-form h6 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px;
}
.history-review-job ul.tabs {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}
.history-review-job ul.tabs li {
  position: relative;
  width: auto;
  padding: 0 16px;
}
.history-review-job ul.tabs li:first-child {
  padding-left: 0;
}
.history-review-job ul.tabs li a {
  font-size: 16px;
  color: var(--medium-grey);
  font-weight: 400;
}
.history-review-job ul.tabs li.active a {
  font-size: 22px;
  font-weight: 600;
  color: var(--dark-grey);
}
.history-review-job ul.tabs li:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "/";
  font-size: 18px;
  color: var(--medium-grey);
  font-weight: 400;
}
.add-category-filter li.unpromoted-cat a,
.add-category-filter-new li.unpromoted-cat a,
.job_cat_filter li.unpromoted-cat a {
  border: 1px solid var(--dark-grey);
  border-radius: 5px;
  background-color: transparent;
}
.add-category-filter li.unpromoted-cat.add-cat-open a,
.add-category-filter-new li.unpromoted-cat.add-cat-open a,
.job_cat_filter li.unpromoted-cat.add-cat-open a {
  border: 0;
  background-color: #6c9ba1;
  border-radius: 20px;
  color: var(--white) !important;
}
.download_employer_pdf {
  color: #fff;
  text-transform: none;
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
}
.notification-heading span {
  font-size: 14px;
  font-weight: 400;
  color: var(--medium-grey);
  padding: 10px 16px;
}
.choose-category-list > a,
.notification-heading span:first-child,
.promoted-job-popup-list li .promoted-job-right p,
.referral_wallet_blade
  .new-job-details
  .job-post-details-info
  #tab2
  ul.payment-heading
  li
  > div:nth-child(2),
.referral_wallet_blade
  .new-job-details
  .job-post-details-info
  #tab2
  ul.payment-list-wallet
  li
  > div:nth-child(2) {
  width: 25%;
}
.active-contract-button-row-outer .bottom-row:first-child,
.notification-heading span:nth-child(2n) {
  width: 60%;
}
.notification-heading span:last-child {
  width: 15%;
  display: flex;
  justify-content: flex-end;
}
.notification-list li {
  background-color: #dff9ee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  padding: 16px 0;
}
.notification-list li .notifiaction-name {
  width: 25%;
  padding: 0 16px;
  display: flex;
  align-items: center;
  border-right: 1px solid;
}
.notification-list li .notifiaction-name img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  padding: 3px;
  border: 2px solid var(--green);
}
.notification-list li .notifiaction-name .pro-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--dark-grey);
  margin: 0 0 0 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.notification-list li .notification-description {
  width: 60%;
  padding: 0 16px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: var(--dark-grey);
  border-right: 1px solid;
}
.notification-list li .notification-description a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: var(--dark-grey) !important;
}
.notification-list li .notification-date {
  width: 15%;
  padding: 0 16px;
}
.notification-list li .notification-date p {
  font-weight: 500;
  font-size: 16px;
  color: var(--dark-grey);
  margin: 0;
  text-align: right;
}
.full {
  border: none;
  color: #ddd;
  float: right;
}
.full:before {
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.full:not(:checked) > label:hover,
.full:not(:checked) > label:hover ~ label,
.fullstar:checked ~ label {
  color: gold;
}
.full:hover ~ input:checked ~ label,
.fullstar:checked + label:hover,
.fullstar:checked ~ label:hover,
.fullstar:checked ~ label:hover ~ label {
  color: #ffed85;
}
.job-post-review .leave-review {
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px;
}
.job-post-review .leave-review .review-details {
  width: 60%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.job-post-review .leave-review .review-details .job-post-rating {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 6px 0;
}
.job-post-review .leave-review .review-details .job-post-rating h6 {
  font-weight: 500;
  font-size: 16px;
}
.job-post-review .leave-review .avarage-rating {
  background: var(--light-grey);
  border-radius: 5px;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.job-post-review .leave-review .avarage-rating h6 {
  font-size: 22px;
  font-weight: 500;
  padding: 0;
  width: 25%;
}
.job-post-review .leave-review .avarage-rating p {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  color: var(--white);
  background-color: #cb4f34;
}
.job-post-review .job-post-review-content {
  width: 100%;
  margin: 0 0 32px;
  position: relative;
}
.job-post-review .job-post-review-content h6 {
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 16px;
}
.job-post-review .job-post-review-content textarea {
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  padding: 16px;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  height: 215px;
  resize: none;
}
.job-post-review .job-post-review-content span.char_count {
  position: absolute;
  right: 8px;
  bottom: 5px;
  font-size: 10px;
}
.category-details {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
}
.category-details img {
  width: 210px;
  height: 210px;
  border-radius: 50%;
}
.category-details .category-details-info {
  width: calc(100% - 230px);
}
.category-details .category-details-info h2 {
  font-weight: 800;
  font-size: 32px;
  line-height: 39px;
  color: var(--dark-grey);
  margin: 0 0 16px;
  display: flex;
  align-items: center;
}
.category-details .category-details-info h2 > img {
  border-radius: 0;
  width: 25px;
  margin: 0 20px 0 0;
  height: auto;
}
.category-details .category-details-info .post-features img {
  width: 20px;
  height: 20px;
  border-radius: 0;
}
.category-details .category-details-info p {
  font-size: 16px;
  line-height: 20px;
  color: var(--dark-grey);
}
.offer-listing-page h4 {
  text-align: center;
  margin: 0 0 40px;
  font-size: 30px;
  font-weight: 800;
}
.offer-listing-page h6 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 16px;
}
.offer-listing-page .job-post-details-content li {
  width: 100%;
  border-radius: 5px;
  padding: 16px;
  margin: 0 0 16px;
}
.offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row
  .recieved-offer-left
  p,
.offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row
  .recieved-offer-right
  p {
  font-size: 14px;
  margin: 0;
  line-height: 20px;
}
.offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row
  .recieved-offer-right
  .offered-price {
  background: var(--dark-grey);
  color: var(--white);
  padding: 16px;
  border-radius: 5px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.involved-category .see_more_edit_cat:hover,
.involved-category .see_more_involved_cat:hover,
.offer-listing-page
  .hidden-offers
  li
  .recieved-offer-inner-row
  .recieved-offer-right
  .offered-price,
.reviews-list-tab ul.tabs li:after {
  background-color: var(--medium-grey);
}
.offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row
  .recieved-offer-right
  .offered-price
  span {
  color: #89e442;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 0 10px;
  line-height: 1;
}
.offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row:nth-child(2n) {
  margin: 20px 0;
}
.offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row:nth-child(2n)
  .recieved-offer-left,
.offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row:nth-child(2n)
  .recieved-offer-right {
  width: 49%;
  border-radius: 5px;
  background-color: var(--light-grey);
  padding: 16px;
}
.offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row:nth-child(2n)
  .recieved-offer-left
  label,
.offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row:nth-child(2n)
  .recieved-offer-right
  label {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;
  display: inline-block;
}
.offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row:nth-child(2n)
  .recieved-offer-left
  p,
.offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row:nth-child(2n)
  .recieved-offer-right
  p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row:nth-child(3n)
  .recieved-offer-left {
  width: 49%;
  display: flex;
  align-items: center;
  color: var(--dark-grey);
}
.offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row
  button {
  height: 40px;
  line-height: 40px;
  color: #ffffff;
}
.offer-listing-page .hidden-offers li {
  border: 0 solid var(--dark-grey);
  background-color: #f5f6f7;
}
.offer-listing-page
  .pending-offers
  li
  .recieved-offer-inner-row:first-child
  > .recieved-offer-left {
  width: 75%;
  padding-right: 16px;
}
.reviews-list-tab ul.tabs {
  text-align: center;
  position: relative;
}
.reviews-list-tab ul.tabs li {
  margin: 0;
  padding: 0 8px;
  position: relative;
}
.reviews-list-tab ul.tabs li.active a {
  font-size: 18px;
  font-weight: 600;
  color: var(--dark-grey);
}
.reviews-list-tab ul.tabs li a {
  font-size: 14px;
  color: var(--medium-grey);
  font-weight: 400;
}
.reviews-list-tab ul.tabs li:after {
  position: absolute;
  content: "";
  right: -2px;
  top: 0;
  height: 30px;
  width: 1px;
}
.review-list ul {
  width: 100%;
  margin: 0;
  padding: 0;
  column-count: 2;
  column-gap: 16px;
  -webkit-column-count: 2;
  -webkit-column-gap: 16px;
}
.review-list ul li {
  width: 100%;
  margin: 0 0 16px;
  padding: 16px;
  border-radius: 5px;
  border: 1px solid var(--dark-grey);
  display: inline-block;
}
.review-list ul li .top-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review-list ul li .top-row .profile-rev img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid var(--medium-grey);
  padding: 3px;
  margin: 0 8px 0 0;
}
.review-list ul li .top-row .profile-rev span {
  font-weight: 500;
  font-size: 16px;
  color: var(--dark-grey);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.review-list ul li .top-row .rating-avg {
  width: auto;
  border-radius: 5px;
  background-color: var(--dark-grey);
  padding: 6px 16px;
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
}
.review-list ul li span.date {
  font-size: 14px;
  font-weight: 400;
  color: var(--medium-grey);
  margin: 5px 0;
  display: block;
}
.review-list ul li h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--dark-grey);
  margin: 0 0 5px;
  display: block;
}
.review-list ul li p {
  font-size: 16px;
  color: var(--dark-grey);
  line-height: 24px;
  margin: 0;
}
.avg-rating-top {
  position: absolute;
  right: 0;
  top: -40px;
  width: auto;
}
.avg-rating-top label {
  font-size: 14px;
  line-height: 17px;
  color: var(--medium-grey);
  text-align: right;
  margin: 0 0 6px;
  display: inline-block;
}
.avg-rating-top p {
  background-color: var(--yellow);
  color: var(--dark-grey);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 5px;
}
.review-close-job {
  background-color: var(--light-grey);
  padding: 32px 0;
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}
.review-close-job .mike-bg {
  background-color: var(--orange);
  width: 250px;
  padding: 20px 0;
  border-radius: 0 100px 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 22px 0 0;
}
.review-close-job .report-content label {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--dark-grey);
  margin: 0 0 10px;
  display: block;
}
.review-close-job .report-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 8px;
  display: block;
}
.fixed-header .header-r .nofication-submenu {
  width: 300px;
  position: absolute;
  right: -16px;
  top: 100px;
  border-radius: 5px;
  background-color: var(--darker-grey);
  padding: 12px 0;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
}
.fixed-header .header-r .nofication-submenu ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.fixed-header .header-r .nofication-submenu ul.scrollbar {
  background: 0 0;
  margin: 0;
  max-height: 390px;
  height: 100%;
  text-indent: -99999px;
}
.fixed-header .header-r .nofication-submenu ul li {
  width: 100%;
  margin: 0;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
}
.browse-file-block,
.fixed-header .header-r .nofication-submenu ul li a {
  display: flex;
  align-items: center;
  width: 100%;
}
.fixed-header .header-r .nofication-submenu ul li img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--green);
  padding: 3px;
  margin: 0 8px 0 0;
}
.fixed-header .header-r .nofication-submenu ul li .noti-content {
  width: calc(100% - 60px);
  padding: 0 16px 0 0;
}
.fixed-header .header-r .nofication-submenu ul li .noti-content span {
  font-size: 12px;
  display: block;
  margin: 0 0 2px;
  color: var(--medium-grey);
  font-weight: 400;
}
.fixed-header .header-r .nofication-submenu ul li .noti-content p {
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
  display: block;
  font-weight: 400;
}
.bottom-foot h2 span,
.edit-profile-modal.add-certificate-modal .apply-row p label,
.edit-profile-modal.add-education-modal .apply-row p label,
.edit-profile-modal.add-licence-modal .apply-row p label,
.fixed-header .header-r .nofication-submenu ul li.not-read .noti-content p,
.invest-row h2 span,
.investor-banner-content h1 span,
.jobs-category-field .KeywordList ul li .result-show span {
  font-weight: 600;
}
.fixed-header .header-r .nofication-submenu ul li.not-read .noti-content span {
  color: #c5c5c5;
}
.fixed-header .header-r .nofication-submenu .all-messages {
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  border-top: 1px solid var(--medium-grey);
  display: block;
  padding: 15px 0 5px;
  margin: 10px 0 0;
  text-align: center;
}
.fixed-header .header-r .nofication-submenu ul.scrollbar::-webkit-scrollbar {
  background-color: transparent;
  width: 12px;
}
.fixed-header
  .header-r
  .nofication-submenu
  ul.scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
}
.fixed-header
  .header-r
  .nofication-submenu
  ul.scrollbar::-webkit-scrollbar-track:hover {
  background-color: transparent;
}
.fixed-header
  .header-r
  .nofication-submenu
  ul.scrollbar::-webkit-scrollbar-thumb {
  background-color: #303030;
  border-radius: 16px;
  border: 3px solid var(--darker-grey);
}
.fixed-header
  .header-r
  .nofication-submenu
  ul.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a5;
  border: 3px solid var(--darker-grey);
}
.fixed-header .header-r .nofication-submenu ul.scrollbar::-moz-scrollbar {
  background-color: transparent;
  width: 12px;
}
.fixed-header .header-r .nofication-submenu ul.scrollbar::-moz-scrollbar-track {
  background-color: transparent;
}
.fixed-header
  .header-r
  .nofication-submenu
  ul.scrollbar::-moz-scrollbar-track:hover {
  background-color: transparent;
}
.fixed-header .header-r .nofication-submenu ul.scrollbar::-moz-scrollbar-thumb {
  background-color: #303030;
  border-radius: 16px;
  border: 3px solid var(--darker-grey);
}
.fixed-header
  .header-r
  .nofication-submenu
  ul.scrollbar::-moz-scrollbar-thumb:hover {
  background-color: #a0a0a5;
  border: 3px solid var(--darker-grey);
}
.fixed-header .header-r .nofication-submenu ul li.not-read .notread-alert {
  background-color: var(--red);
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 0 10px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fixed-header
  .header-r
  ul.after-login-header
  li.notification-link.selected
  .nofication-submenu {
  opacity: 1;
  visibility: visible;
  top: 63px;
}
.notification-list li .notification-description a.more {
  font-weight: 600;
  color: var(--green) !important;
  margin: 0 0 0 10px;
}
.notification-list li h3 {
  text-align: center;
  color: var(--dark-grey);
  width: 100%;
}
.new-job-details .job-post-details-info ul.payment-list {
  display: block;
  width: 100%;
  padding: 0;
  margin: 10px 0;
}
.image-container,
.l-centered,
.promoted-job-popup-list > img,
.referral_wallet_blade .wallet-tab button.collect {
  margin: 0 auto;
}
.new-job-details .job-post-details-info ul.payment-list li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 2px;
}
.new-job-details .job-post-details-info ul.payment-list li > div {
  width: 20%;
  padding: 0 16px;
  font-size: 14px;
}
.new-job-details
  .job-post-details-info
  ul.payment-heading
  li
  > div:nth-child(2),
.new-job-details .job-post-details-info ul.payment-list li > div:nth-child(2) {
  width: 34%;
}
.new-job-details .job-post-details-info ul.payment-list li.all-tab > div.all-tab:nth-child(3) {
  width: 30%;
  padding: 0 16px;
  font-size: 14px;
}
.new-job-details .job-post-details-info ul.payment-heading li > div.all-tab:nth-child(2),
.new-job-details .job-post-details-info ul.payment-list li > div.all-tab:nth-child(2) {
  width: 20% !important;
}
.new-job-details .job-post-details-info ul.payment-heading li > div.all-tab:nth-child(3),
.new-job-details .job-post-details-info ul.payment-list li > div.all-tab:nth-child(3) {
  width: 30% !important;
}
.new-job-details .job-post-details-info ul.payment-heading li > div.all-tab:first-child,
.new-job-details .job-post-details-info ul.payment-list li > div.all-tab:first-child {
  width: 15% !important;
}
.new-job-details .job-post-details-info ul.payment-heading li > div.all-tab:last-child,
.new-job-details .job-post-details-info ul.payment-list li > div.all-tab:last-child {
  width: 15% !important;
}
.new-job-details .job-post-details-info ul.payment-list li > div
.new-job-details
  .job-post-details-info
  ul.payment-heading
  li
  > div.notification-description,
.new-job-details
  .job-post-details-info
  ul.payment-list
  li
  > div.notification-description {
  width: 45%;
  padding: 0 5% 0 0;
}
.new-job-details .job-post-details-info ul.payment-heading {
  display: flex;
  background-color: transparent;
  width: 100%;
  padding: 0;
}
.new-job-details .job-post-details-info ul.payment-heading li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  margin: 0;
}
.new-job-details .job-post-details-info ul.payment-heading li > div {
  width: 20%;
  padding: 0 16px;
  font-size: 15px;
  font-weight: 700;
  background-color: transparent;
}
#report_form .apply-row {
  margin: 0 0 15px;
}
#report_form .apply-row p span.apply-offer-price input[type="text"] {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 400;
}
.offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row
  .recieved-offer-left
  .rate-addres
  p {
  margin: 0 16px 0 0;
  display: flex;
  align-items: center;
}
.offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row
  .profile-info
  .rating {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.closed-job-modal .modal-content .job-post-accnt-info .prof-basic-info a,
.closed-job-singlepage .job-post-accnt-info .prof-basic-info a,
.current-job-modal .modal-content .job-post-accnt-info .prof-basic-info a,
.see_proposal-modal .modal-content .job-post-accnt-info .prof-basic-info a {
  color: var(--orange);
  font-size: 16px;
  font-weight: 600;
}
.prof-basic-info .edit_dob_update {
  height: auto;
  font-weight: 400;
  line-height: 1;
  font-size: 14px;
  background-color: transparent;
  width: auto;
  min-width: auto;
  padding: 0 0 0 5px;
}
.fixed-header .header-r ul.after-login-header li .msg_alert,
.fixed-header .header-r ul.after-login-header li .notification_alert {
  position: absolute;
  right: -16px;
  top: -16px;
  border-radius: 5px;
  background-color: var(--red);
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: var(--white);
}
.drag-drop-box,
.prof-img .edit-img {
  width: 100%;
  display: flex;
  align-items: center;
}
.fixed-header .header-r ul.after-login-header li .msg_alert {
  top: -10px;
}
.prof-img .edit-img {
  position: absolute;
  height: 100%;
  justify-content: center;
  top: 0;
  left: 0;
  background-color: rgba(48, 48, 48, 0.8);
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
}
.prof-img .edit-img img {
  width: 33px !important;
}
.profile-img-edit-modal .modal-content {
  max-width: 1000px;
  padding: 60px 50px 118px;
}
.drag-drop-box {
  border-radius: 5px;
  border: 2px dashed var(--medium-grey);
  justify-content: center;
  flex-flow: column;
  position: relative;
}
.drop-zone,
.save-btn-row {
  display: flex;
  align-items: center;
}
.drop-zone p,
.l-position-absolute {
  position: absolute;
}
.darg-drop-box-inner {
  width: 888px;
  height: 478px;
}
.drag-drop-box .l-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.variable-size {
  width: 888px !important;
  height: 478px !important;
}
.drop-zone p,
.l-centered {
  width: 100%;
  text-align: center;
}
.canvas-overlay {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.canvas-overlay:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.drop-zone {
  justify-content: center;
  flex-flow: column;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.drop-zone p {
  top: 50px;
  color: var(--red);
}
.img-upload span,
.save-btn-row button {
  height: 45px;
  line-height: 45px;
  color: var(--white);
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
}
#file-select p {
  margin: 0 0 20px;
  display: block;
}
.__warning {
  color: #ff3632;
}
.img-upload span {
  background: #6c9ba1;
  min-width: 280px;
  font-weight: 600;
  font-size: 16px;
}
.img-upload,
.remote-job-block label {
  position: relative;
  cursor: pointer;
}
.img-upload > input[type="file"] {
  position: absolute;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  width: 280px;
  opacity: 0;
}
.save-btn-row {
  width: 100%;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: -80px;
}
.save-btn-row button {
  background-color: var(--orange);
  font-size: 18px;
  font-weight: 500;
  min-width: 200px;
  margin: 0 0 0 10px;
}
.not-found-page {
  text-align: center;
  padding: 30px 0;
}
.not-found-page h3 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  color: var(--orange);
  display: block;
  margin: 0 0 10px;
}
.not-found-page h2 {
  font-size: 50px;
  line-height: 61px;
  font-weight: 600;
  color: var(--black);
  display: block;
  margin: 0 0 20px;
}
.not-found-page img,
.not_verified_modal .modal-content img {
  margin: 0 auto;
  display: table;
  max-width: 100%;
}
.not-found-page h4 {
  font-size: 50px;
  font-weight: 600;
  color: var(--dark-grey);
  display: block;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.not-found-page h4 a.back-home {
  border-radius: 5px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: var(--dark-grey);
  font-weight: 500;
  display: inline-block;
  padding: 0 60px;
  margin: 0 15px;
}
.fixed-header
  .header-r
  ul.after-login-header
  li.msg-link
  .nofication-submenu
  li
  p {
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: space-between;
  font-weight: 500;
  padding: 0 48px 0 0;
}
.fixed-header
  .header-r
  ul.after-login-header
  li.msg-link
  .nofication-submenu
  li
  p
  span {
  color: #999;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 0 10px;
  width: 86px;
  right: 16px;
  top: 4px;
  position: absolute;
  text-align: right;
}
.fixed-header
  .header-r
  ul.after-login-header
  li.msg-link
  .nofication-submenu
  li
  label {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
}
.disabled,
.disabled:hover {
  background-color: var(--light-grey);
  color: var(--lighter-grey);
}
.top-category-box-wrap .top-category-box .add-category-filter li.active a,
.top-category-box-wrap .top-category-box .add-category-filter-new li.active a,
.top-category-box-wrap .top-category-box .job_cat_filter li.active a {
  background-color: #6c9ba1 !important;
  border: 1px solid #6c9ba1 !important;
  color: var(--white) !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice
  span.select2-selection__choice__remove {
  order: 2;
  color: var(--white) !important;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 0 8px;
}
.payment-details {
  margin: 0 0 40px;
  position: relative;
}
.payment-details a.cancel-bttn {
  position: absolute;
  top: -35px;
  left: -10px;
  font-size: 18px;
  font-weight: 500;
  color: #7a7a7a;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding: 0 0 0 14px;
}
.payment-details h2 {
  text-align: center;
  font-weight: 800;
  font-size: 30px;
  line-height: 37px;
  color: var(--dark-grey);
  margin: 0 0 50px;
}
.payment-details ul li {
  background-color: var(--light-grey);
  border-radius: 5px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}
.stripe-frm button,
.stripe-frm button span {
  color: var(--white);
  font-weight: 600;
  font-size: 18px;
}
.payment-details ul li span {
  border-right: 1px solid var(--medium-grey);
  width: 15%;
  margin: 0 24px 0 0;
}
.card-verifications ul.paymemt-page-ul {
  width: 100%;
  justify-content: flex-start;
}
.card-verifications ul.paymemt-page-ul li {
  display: flex;
  align-items: center;
  width: 32%;
}
.card-verifications ul.paymemt-page-ul li img {
  border-radius: 0;
  width: 30px;
  height: 30px;
}
.card-verifications ul li [type="radio"]:not(:checked) + label,
.card-verifications ul.paymemt-page-ul li [type="radio"]:checked + label {
  padding-right: 50px;
  padding-left: 20px;
}
.card-verifications ul li [type="radio"]:not(:checked) + label:before,
.card-verifications
  ul.paymemt-page-ul
  li
  [type="radio"]:checked
  + label:before {
  left: auto;
  right: 0;
  opacity: 1;
}
.card-verifications ul li [type="radio"]:not(:checked) + label:after,
.card-verifications ul.paymemt-page-ul li [type="radio"]:checked + label:after {
  left: auto;
  right: 11px;
}
.stripe-frm button {
  width: auto;
  display: inline-block;
  line-height: 61px;
  height: 61px;
  min-width: 200px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  background: #51ad8d;
  background: -moz-linear-gradient(top, #51ad8d 0, #389574 100%);
  background: -webkit-linear-gradient(top, #51ad8d 0, #389574 100%);
  background: linear-gradient(to bottom, #51ad8d 0, #389574 100%);
}
.stripe-frm button span {
  box-shadow: none;
  background: 0 0;
}
.stripe-frm input[type="submit"] {
  color: var(--white) !important;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 500;
}
.my-job-pagi {
  position: relative;
  display: flex;
  align-items: center;
}
.my-job-pagi .myJobPostsPrev {
  background: url(/img/arrow-right.svg) no-repeat;
  font-size: 0;
  text-indent: -9999px;
  width: 8px;
  height: 14px;
  cursor: pointer;
}
.my-job-pagi .myJobPostsNext {
  background: url(/img/arrow-left.svg) no-repeat;
  font-size: 0;
  text-indent: -9999px;
  width: 8px;
  height: 14px;
  cursor: pointer;
}
.my-job-pagi .myJobPostsNext.disabled,
.my-job-pagi .myJobPostsPrev.disabled {
  background-color: transparent;
  opacity: 0.6;
}
.my-job-pagi .myJobPostsPagi {
  font-size: 18px;
  font-weight: 500;
  padding: 0 8px;
}
.post-features .job-post-category li {
  margin: 0 8px 8px 0 !important;
}
.wallets-frm .bttn {
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  font-size: 18px;
  float: left;
}
.wallets-frm > form {
  overflow: hidden;
  margin: 0 0 60px;
}
.payment-list li.fee-payment-type {
  background-color: #fbefec !important;
}
.new-job-details .job-post-details .post-heading h2 span {
  font-size: 20px;
  color: var(--medium-grey);
  margin: 0 0 16px;
}
.outer-payment {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 50px;
  position: relative;
}
.outer-payment .inner-payment label {
  font-size: 14px;
  display: block;
  color: var(--medium-grey);
}
.outer-payment .inner-payment input[type="text"] {
  font-size: 20px;
  font-weight: 600;
  width: 180px;
  height: 50px;
  color: var(--dark-grey);
  background-color: var(--light-grey);
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
}
.promote-view-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-flow: row;
}
.dashboard-advance-search .floating-button-row .clear-all,
.employer_closed_job_blade
  .result-list
  li
  .button-row.deactivate-btn-row
  .view-btn,
.result-list li .button-row.promote-view-row .view-btn {
  position: inherit;
}
.promote-view-row .promote-btn {
  height: 40px;
  line-height: 40px;
  min-width: 140px;
  border: 1px solid var(--dark-grey);
  color: var(--dark-grey);
  font-size: 18px;
  font-weight: 500;
  margin: 0 16px 0 0;
}
.job_create_final .next-prev-row button {
  padding: 0 30px;
  font-size: 18px;
}
.wallet-page h4 {
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 800;
  font-size: 30px;
}
.new-job-details .job-post-details-info.wallet-page ul.request-withdrawl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
}
.wallet_blade
  .new-job-details
  .job-post-details-info.wallet-page
  ul.request-withdrawl {
  align-items: flex-end;
}
.new-job-details .job-post-details-info.wallet-page ul.request-withdrawl li {
  background-color: transparent;
  width: 15%;
  display: block;
  padding: 0;
}
.new-job-details
  .job-post-details-info.wallet-page
  ul.request-withdrawl
  li
  label {
  font-size: 14px;
  color: var(--medium-grey);
  font-weight: 400;
  display: flex;
  align-items: center;
}
.new-job-details
  .job-post-details-info.wallet-page
  ul.request-withdrawl
  li
  label
  img {
  margin: 0 0 0 4px;
}
.new-job-details
  .job-post-details-info.wallet-page
  ul.request-withdrawl
  li
  input.input-field {
  width: 100%;
  background-color: var(--light-grey);
  border-radius: 5px;
  padding: 16px;
  height: 50px;
  line-height: 50px;
}
.new-job-details
  .job-post-details-info.wallet-page
  ul.request-withdrawl
  li.withdraw-option
  select {
  height: 50px;
  background-color: var(--light-grey);
  color: var(--dark-grey);
  line-height: 50px;
  border: 0;
}
.new-job-details
  .job-post-details-info.wallet-page
  ul.request-withdrawl
  li:last-child
  label {
  height: 24px;
}
.new-job-details
  .job-post-details-info.wallet-page
  ul.request-withdrawl
  li:last-child
  button {
  color: var(--white);
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 500;
}
.new-job-details .job-post-details-info .wallet-tab ul.tabs li {
  width: auto;
  background-color: transparent;
  text-align: center;
  padding: 0;
  margin: 0 40px 0 0;
}
.new-job-details .job-post-details-info .wallet-tab ul.tabs li a {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.new-job-details .job-post-details-info .wallet-tab ul.tabs li.active a:before {
  top: auto;
  bottom: -6px;
  height: 5px;
}
.llp-face-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#logo {
  position: absolute;
  display: block;
  cursor: pointer;
  height: 50vh;
  width: 50vw;
  left: 60%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.carousel-categorys .owl-nav,
.carousel-categorys-full .owl-nav,
.carousel-single .owl-nav {
  position: absolute;
  top: -54px;
  right: 0;
}
.carousel-categorys .owl-nav .owl-prev span,
.carousel-single .owl-nav .owl-prev span {
  background: url(/img/arrow-right.svg) no-repeat;
  width: 10px;
  height: 30px;
  text-indent: -9999px;
  display: block;
}
.carousel-categorys .owl-nav .owl-next span,
.carousel-single .owl-nav .owl-next span {
  background: url(/img/arrow-left.svg) no-repeat;
  width: 10px;
  height: 30px;
  text-indent: -9999px;
  display: block;
}
.employee-involved-categories-row .carousel-categorys .owl-nav,
.employee-involved-categories-row .carousel-categorys-full .owl-nav {
  position: absolute;
  top: -54px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.carousel-categorys-full .owl-nav .owl-prev span {
  background: url(/img/arrow-right.svg) no-repeat;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  display: block;
}
.attachments-component ul .slick-next,
.carousel-categorys-full .owl-nav .owl-next span {
  background: url(/img/arrow-left.svg) no-repeat;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  display: block;
}
.map-window {
  width: 320px;
  border-radius: 5px;
  padding: 12px;
  background-color: var(--dark-grey);
  margin: 0 0 4px;
}
.map-window .top-window h3 {
  font-size: 14px;
  font-weight: 600;
  color: var(--light-grey);
  line-height: 1;
  width: 68%;
}
.map-window .window-price {
  display: flex;
  align-items: center;
  color: #89e442;
  font-size: 14px;
  font-weight: 300;
  width: 120px;
  justify-content: flex-end;
}
.map-window .window-price span {
  font-weight: 600;
  margin: 0 0 0 3px;
}
.map-window p {
  font-size: 13px;
  font-weight: 400;
  color: var(--white);
  line-height: 16px;
  margin: 0 0 16px;
  text-align: left;
  padding: 0;
}
.map-window .window-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
}
.map-window .window-bottom .profile-info,
.map-window .window-bottom .profile-info .rating {
  color: var(--white);
  font-size: 12px;
  margin: 0 15px 0 0;
}
.job-post-details-info ul li .remote-tags-b > img,
.location-map img,
.remote-tags > img,
.result-list li .remote-tags > img {
  margin: 0 4px 0 0;
}
.gm-ui-hover-effect > span {
  margin: 0 !important;
  background-color: #fff;
}
.map-window .window-bottom button {
  min-width: 140px;
  height: 40px;
  line-height: 40px;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
}
.map-window .window-pro {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: var(--white);
  width: 100%;
  padding: 0 12px 0 0;
}
.map-window .window-pro img {
  margin: 0 8px 0 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.white-icons {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(204deg)
    brightness(108%) contrast(101%);
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(204deg)
    brightness(120%) contrast(100%);
}
.orange-icons {
  filter: invert(32%) sepia(18%) saturate(2156%) hue-rotate(321deg)
    brightness(80%) contrast(78%);
}
.black-icons {
  filter: invert(0%) sepia(2%) saturate(7%) hue-rotate(329deg) brightness(99%)
    contrast(101%);
}
.dashboard-advance-search .search-result-tab .tabs li {
  width: 100%;
  cursor: default;
}
.chatArea {
  margin-top: 80px !important;
  padding: 0 !important;
}
.alert-danger,
.alert-success {
  padding: 24px;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
}
#chat-user input.keyword-search {
  width: 90%;
  height: 45px;
  line-height: 45px;
  background-color: var(--white);
  border-radius: 5px;
  font-size: 14px;
  color: var(--dark-grey);
  margin: 12px auto;
  display: table;
  padding: 0 12px;
}
.alert-danger {
  background-color: var(--danger);
}
.alert-success {
  background-color: var(--green);
}
.my_post_promote_button button {
  margin: 0;
  min-width: auto;
  padding: 0 20px;
}
.employee_hire_blade .my_post_promote_button button {
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  font-weight: 400;
  min-width: 200px;
}
.job-review-list.result-list span {
  font-weight: 600;
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}
.job-review-list.result-list span em {
  font-style: normal;
  font-size: 15px;
}
.js-modal-shopify-confirm-box-release-payment-end-this-job
  .c-popup.l-modal__body
  .release_payment_image {
  background-image: url(/img/releasepayment-bg.png);
  background-position: 60% center;
  background-repeat: no-repeat;
  background-size: 70px;
  background-color: rgba(70, 162, 130, 0.5);
  border-radius: 0 80px 80px 0;
  padding: 16px;
  height: 160px;
  position: absolute;
  top: 60px;
  left: 0;
  width: 80%;
}
.employee_hire_blade
  #sendoffer
  .employee-hire
  li
  .offer_price_div
  input[type="text"],
.header-up .mobile-menu #nav-toggle.active span,
.index_blade header.before-login,
.landing-slider,
.mobile-menu #nav-toggle.active span {
  background-color: transparent;
}
.js-modal-shopify-confirm-box-release-payment-end-this-job
  .category-option-box
  .choose-category {
  margin: 20px 0;
  font-size: 18px;
  text-align: left;
  clear: both;
}
.js-modal-shopify-confirm-box-release-payment-end-this-job
  .category-option-box
  .choose-category
  button {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  padding: 0 30px;
  width: 100%;
}
.js-modal-shopify-confirm-box-release-payment-end-this-job
  .category-option-box
  .choose-category
  button.add_tip {
  border: 1px solid var(--dark-grey);
  background: var(--white);
  color: var(--dark-grey);
}
.js-modal-shopify-confirm-box-release-payment-end-this-job
  .category-option-box
  .choose-category
  .div_add_tip {
  background-color: transparent;
  width: 100%;
  padding: 0;
}
.js-modal-shopify-confirm-box-release-payment-end-this-job
  .category-option-box
  .choose-category
  .div_add_tip
  label {
  font-size: 18px;
  margin: 0 0 12px;
  width: 100%;
  float: left;
  font-weight: 600;
}
.js-modal-shopify-confirm-box-release-payment-end-this-job
  .category-option-box
  .choose-category
  .div_add_tip
  span {
  width: 100%;
  float: left;
  border: 1px solid var(--dark-grey);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  height: 45px;
  margin: 0 0 16px;
}
.js-modal-shopify-confirm-box-release-payment-end-this-job
  .category-option-box
  .choose-category
  .div_add_tip
  input#add_tip {
  width: 200px;
  height: 40px;
  border-radius: 5px;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  text-align: right;
}
.hire_title {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
}
.inner-page.how-work {
  min-height: 700px;
}
.js-modal-shopify-confirm-box-release-payment-end-this-job
  .category-option-box
  .choose-category
  > div
  button.release_payment_add_tip_back {
  background-color: var(--dark-grey);
  background-image: url(/img/left-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  min-width: 60px;
  width: 60px;
  text-indent: -9999px;
}
.js-modal-shopify-confirm-box-release-payment-end-this-job
  .category-option-box
  .choose-category
  button.release_payment_add_tip.bttn-info,
.js-modal-shopify-confirm-box-release-payment-end-this-job
  .category-option-box
  .choose-category
  > div
  button.release_payment_add_tip.bttn-info {
  width: calc(100% - 70px);
}
.mobile-menu nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu nav ul li {
  float: left;
  position: relative;
}
.mobile-menu nav ul li a,
.mobile-menu nav ul li a:visited {
  display: block;
  padding: 10px 24px 10px 16px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  display: flex;
  align-items: center;
}
.mobile-menu nav ul.current li a {
  padding: 10px 20px !important;
}
.mobile-menu nav ul li a:hover,
.mobile-menu nav ul li a:visited:hover {
  color: #f1f1f1;
  position: relative;
}
.mobile-menu nav ul li a:not(:only-child):after,
.mobile-menu nav ul li a:visited:not(:only-child):after {
  padding-left: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/img/bottom-drop-arrow-w.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 12px;
}
.mobile-menu nav ul.after-login-header li > a.open:after {
  background-image: url(/img/top-drop-arrow-w.svg);
  background-size: 100% 100%;
}
.mobile-menu nav ul li ul li {
  min-width: 190px;
}
.mobile-menu nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
.mobile-menu .nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
}
.mobile-menu .nav-mobile {
  display: none;
  position: absolute;
  top: 10px;
  right: 0;
  background: 0 0;
  height: 32px;
  width: 56px;
  z-index: 12;
}
@media only screen and (max-width: 900px) {
  .mobile-menu .nav-mobile {
    display: block;
  }
  .mobile-menu nav {
    width: 100%;
    padding: 70px 0 15px;
  }
  .mobile-menu nav ul {
    opacity: 0;
    width: 0;
    position: fixed;
    padding: 56px;
    top: 0;
    height: 100%;
    background-color: var(--dark-grey);
    right: 0;
    -webkit-transition: 0.6s ease-in;
    -o-transition: 0.6s ease-in;
    -moz-transition: 0.6s ease-in;
    visibility: hidden;
    overflow-y: auto;
  }
  .mobile-menu nav ul.current {
    opacity: 1;
    width: 100%;
    z-index: 10;
    visibility: visible;
  }
  .mobile-menu nav ul::-webkit-scrollbar {
    display: none;
  }
  .mobile-menu nav ul li {
    float: none;
  }
  .mobile-menu nav ul li a {
    padding: 15px 15px 15px 25%;
    line-height: 20px;
  }
  .mobile-menu nav ul li ul li a {
    padding-left: 30%;
  }
  .mobile-menu .nav-dropdown {
    position: static;
  }
  .mobile-menu .brand a img {
    max-height: 60px;
    margin-top: 5px;
  }
  .mobile-menu nav ul.current.after-login-header > li.nav-dropdown {
    display: block;
    position: relative;
    padding: 8px 20px;
  }
  .mobile-menu
    nav
    ul.current.after-login-header
    > li.nav-dropdown
    > ul.sub-menu {
    position: inherit;
    height: auto;
    padding: 0 10px;
    top: auto;
    right: auto;
    opacity: 1;
    width: 100%;
    visibility: visible;
  }
  .mobile-menu
    nav
    ul.current.after-login-header
    > li.nav-dropdown
    > ul.sub-menu
    li {
    width: 100%;
    text-align: left;
    min-width: 100%;
    margin: 0;
  }
  .mobile-menu
    nav
    ul.current.after-login-header
    > li.nav-dropdown
    > ul.sub-menu
    li
    > a {
    font-size: 14px;
    color: #b0b0b0;
    padding: 10px 0 !important;
  }
  .mobile-menu
    nav
    ul.current.after-login-header
    > li.link-profile
    img.profile-icon {
    display: none;
  }
  .mobile-menu
    nav
    ul.current.after-login-header
    > li.nav-dropdown
    > ul.sub-menu
    li
    a {
    border: 0;
    background: 0 0;
  }
}
.carousel-landing .owl-nav .owl-next span,
.carousel-landing .owl-nav .owl-prev span {
  background-position: center center;
  height: 50px;
  font-size: 0px;
  display: inline-block;
  background-color: #d38979;
  border-radius: 50%;
  width: 50px;
}
@media screen and (min-width: 799px) {
  .mobile-menu .nav-list {
    display: block !important;
  }
}
.mobile-menu #nav-toggle {
  position: absolute;
  right: 15px;
  top: 8px;
  cursor: pointer;
  padding: 10px 26px 16px 0;
}
.mobile-menu #nav-toggle.active {
  position: fixed;
  right: 18px;
  left: auto;
  top: 18px;
}
#nav-toggle span:after,
#nav-toggle span:before,
.mobile-menu #nav-toggle span {
  cursor: pointer;
  border-radius: 5px;
  height: 2px;
  width: 25px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  transition: 0.3s ease-in-out;
}
.mobile-menu #nav-toggle span:before {
  top: -7px;
}
.mobile-menu #nav-toggle span:after {
  bottom: -7px;
}
.edit-box .TypeList,
.header-up #nav-toggle span:after,
.header-up #nav-toggle span:before,
.header-up .mobile-menu #nav-toggle span {
  background: var(--white);
}
.mobile-menu #nav-toggle.active span:before {
  transform: rotate(45deg);
}
.mobile-menu #nav-toggle.active span:after {
  transform: rotate(-45deg);
}
.header-up header {
  height: 75px;
}
.carousel-landing {
  position: relative;
  padding: 120px 0 40px;
}
.landing-slider {
  width: var(--full-width);
}
.slider-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
}
.slider-block .slider-text {
  width: 45%;
  text-align: left;
  padding: 0 0 0 30px;
}
.slider-block .slider-text h2 {
  font-weight: 800;
  font-size: 50px;
  line-height: 61px;
  color: var(--white);
  display: block;
  margin: 0 0 24px;
  text-align: left;
}
.register-row p,
.slider-block .slider-text p {
  font-size: 18px;
  color: var(--white);
  display: block;
}
.slider-block .slider-text p {
  font-weight: 400;
  line-height: 24px;
  position: relative;
  text-align: left;
  margin: 0 0 16px;
}
.slider-block .slider-text p.list {
  font-weight: 400;
}
.slider-block .slider-text p.list span,
.slider-block .slider-text p.list span.num {
  position: absolute;
  left: -28px;
  top: 0;
  font-weight: 600;
  font-size: 20px;
  color: var(--green);
}
.carousel-landing .owl-dots {
  position: absolute;
  top: 0;
  left: 30px;
}
.carousel-landing .owl-nav {
  position: absolute;
  top: 30px;
  left: 30px;
}
.carousel-landing .owl-nav .owl-prev span {
  background-image: url(/img/arrow-l-slider.svg);
  background-repeat: no-repeat;
}
.carousel-landing .owl-nav .owl-next span {
  background-image: url(/img/arrow-r-slider.svg);
  background-repeat: no-repeat;
}
.carousel-landing .owl-nav .owl-next span:hover,
.carousel-landing .owl-nav .owl-prev span:hover {
  background-color: #c96b59;
}
.carousel-landing .owl-nav .owl-next.disabled span,
.carousel-landing .owl-nav .owl-prev.disabled span {
  background-color: rgba(255, 255, 255, 0.3);
}
.carousel-landing.owl-theme .owl-dots .owl-dot span {
  background: var(--light-grey);
  opacity: 0.3;
}
.carousel-landing.owl-theme .owl-dots .owl-dot.active span {
  background: var(--white);
  opacity: 1;
}
.register-row {
  position: relative;
  clear: both;
}
.register-row p {
  font-weight: 500;
  line-height: 30px;
  margin: 16px 0 0;
}
.add-category-filter-new li,
.job_cat_filter li {
  width: auto !important;
  list-style: none;
  margin: 0 10px 10px 0;
  padding: 0;
}
.add-category-filter-new li a,
.job_cat_filter li a {
  background-color: var(--light-grey);
  display: flex;
  align-items: center;
  color: var(--dark-grey);
}
.notification-list > li {
  background-color: #f1f8f5;
}
.employee_hire_blade
  .new-offer-price-outer
  .new-offer-price-inner
  > p:first-child
  > .apply-offer-price,
.notification-list.old-notification > li {
  background-color: #f5f6f7;
}
.category-slide .category-box span img {
  width: 50px;
  height: 45px;
}
.category-slide .category-box span {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
}
.verifications-form ul.card-verification-form li,
.verifications-form ul.card-verification-form li.verify-address {
  width: 40%;
  margin: 0 16px 16px 0;
}
.verifications-form ul.card-verification-form li label.verify-lebal {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  color: var(--dark-grey);
  height: 22px;
}
.verifications-form ul.card-verification-form li .file-upload-outer {
  width: 100%;
  border: 1px dashed #303030;
  border-radius: 5px;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.verification_steps_blade
  .verifications-form
  ul.card-verification-form
  li
  .file-upload-outer
  > label.custom-file-upload,
.verifications-form
  ul.card-verification-form
  li
  .file-upload-outer
  > label.custom-file-upload {
  width: 200px !important;
  height: 45px;
  line-height: 45px;
  background: #6c9ba1;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  display: flex;
  justify-content: center;
}
.settings_blade
  .verifications-form
  ul.card-verification-form
  li
  .file-upload-outer
  > label.custom-file-upload {
  justify-content: center;
  color: var(--white);
}
.verifications-form ul.card-verification-form li .file-upload-outer > div {
  width: calc(100% - 210px);
}
.verifications-form ul.card-verification-form li .file-upload-outer > div li {
  background-color: var(--light-grey) !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  padding: 0 12px;
  width: 100%;
  height: 42px;
  margin: 0;
  line-height: 13px;
}
.verifications-form
  ul.card-verification-form
  li
  .file-upload-outer
  > div
  li
  img.delete_image {
  background-color: #cfcfcf;
  padding: 6px;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.verifications-form
  ul.card-verification-form
  li
  .file-upload-outer
  > div
  li
  > span {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 1;
}
.verifications-form
  ul.card-verification-form
  li
  .file-upload-outer
  > div
  li
  > img.delete_id_doc {
  width: 20px;
  margin: 6px -6px 0 0;
  cursor: pointer;
}
.verifications-form ul li img.check_verify,
.verifications-form ul li img.code_check_verify,
.verifications-form ul li img.code_remove_verify,
.verifications-form ul li img.remove_verify {
  margin: 0;
  position: absolute;
  top: 86px;
  width: 22px;
  right: 10px;
}
.verifications-form ul li:nth-child(2) img.check_verify,
.verifications-form ul li:nth-child(2) img.code_check_verify,
.verifications-form ul li:nth-child(2) img.code_remove_verify,
.verifications-form ul li:nth-child(2) img.remove_verify {
  top: 52px;
}
.js-modal-shopify-confirm-box-report .c-popup,
.js-modal-shopify-confirm-box-report-employer .c-popup,
.l-modal.choose-admin-popup .c-popup {
  max-width: 800px;
}
.l-modal.choose-admin-popup .c-popup .category-option-box h5 {
  font-weight: 700;
  line-height: 29px;
  font-size: 24px;
}
.l-modal.choose-admin-popup .c-popup .category-option-box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.l-modal.choose-admin-popup .c-popup .category-option-box .verifications-form {
  margin: 30px 0 0;
}
.l-modal.choose-admin-popup
  .c-popup
  .category-option-box
  .verifications-form
  ul
  li
  > input[type="radio"] {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}
.l-modal.choose-admin-popup
  .c-popup
  .category-option-box
  .verifications-form
  ul
  li {
  background-color: #ecedef;
  border: 2px solid transparent;
}
.l-modal.choose-admin-popup
  .c-popup
  .category-option-box
  .verifications-form
  ul
  li.choose-profile-active:first-child {
  background-color: var(--green);
  border: 2px solid transparent;
}
.l-modal.choose-admin-popup
  .c-popup
  .category-option-box
  .verifications-form
  ul
  li.choose-profile-active:last-child {
  background-color: var(--yellow);
  border: 2px solid transparent;
}
.l-modal.choose-admin-popup
  .c-popup
  .category-option-box
  .verifications-form
  ul
  li:hover {
  border: 2px solid var(--dark-grey);
}
.l-modal.choose-admin-popup
  .c-popup
  .category-option-box
  .verifications-form
  ul
  li
  label {
  font-size: 20px;
  line-height: 24px;
  padding: 0 20px 16px;
  color: var(--dark-grey);
}
.l-modal.choose-admin-popup
  .c-popup
  .category-option-box
  .verifications-form
  ul
  li
  p {
  font-size: 14px;
  text-align: center;
  color: var(--dark-grey);
  justify-content: center;
}
.l-modal.choose-admin-popup
  .c-popup
  .category-option-box
  .verifications-form
  .next-prev-row {
  padding: 40px 0 0;
  display: flex;
  justify-content: center;
}
.l-modal.choose-admin-popup
  .c-popup
  .category-option-box
  .verifications-form
  .next-prev-row
  button {
  display: flex;
  align-items: center;
  padding: 0 30px;
  height: 45px;
  line-height: 45px;
  justify-content: center;
}
.employer-home .result-list.myJobPosts li {
  margin: 0;
  background-color: var(--dark-grey);
  color: var(--white);
}
.employer-home .result-list.myJobPosts li .promote-view-row .promote-btn:hover {
  background-color: var(--yellow);
  border-color: var(--yellow);
}
.add-category-filter-new,
.add-category-filter-set1,
.add-category-filter-set2,
.job_cat_filter {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 12px 0 0;
}
.top-category-box-wrap .top-category-box .add-category-filter-new li,
.top-category-box-wrap .top-category-box .job_cat_filter li {
  width: auto !important;
  margin: 0 10px 10px 0;
}
.settings-right
  .verifications-form
  ul.card-verification-form
  li
  input[type="file"] {
  opacity: 0;
  z-index: 10;
  left: 0;
  top: 0;
}
.inappropriate {
  display: flex;
  align-items: center;
  color: var(--dark-grey);
  font-size: 16px;
  margin: 0 0 16px;
}
.details-similar-jobs .result-list .bottom-row .profile-info:first-child {
  margin: 0;
  width: 200px;
  position: relative;
}
.details-similar-jobs
  .result-list
  .bottom-row
  .profile-info:first-child
  .pro-img {
  position: absolute;
  left: 0;
}
.details-similar-jobs
  .result-list
  .bottom-row
  .profile-info:first-child
  span.pro-name {
  margin: 0;
  padding: 0 0 0 60px;
  font-size: 15px;
}
.details-similar-jobs .result-list .bottom-row .profile-info {
  width: 100px;
  display: flex;
  align-items: center;
  margin: 0 0 0 10px;
}
.settings-right
  .verifications-form
  ul
  li.upload-docs
  .address-attachments
  label.custom-file-upload {
  width: 255px !important;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: #6c9ba1;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  justify-content: center;
}
.settings-right
  .verifications-form
  ul
  li.upload-docs
  .address-attachments
  .files_address
  ul
  li {
  background-color: var(--light-grey) !important;
  border-radius: 15px;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  font-size: 18px;
}
.card-verifications ul li [type="radio"]:not(:checked) + label:before,
.employer_favourite_hide_jobs_blade
  .result-employee-section
  li
  .result-employee-left
  p.pclike,
.settings_blade
  .verification-steps.step_4
  .card-verifications
  ul.paymemt-page-ul
  li
  [type="radio"]:checked
  + label:before {
  right: 0;
}
.card-verifications ul li [type="radio"]:not(:checked) + label,
.settings_blade
  .verification-steps.step_4
  .card-verifications
  ul.paymemt-page-ul
  li
  [type="radio"]:checked
  + label {
  padding-right: 50px;
  padding-left: 16px;
  display: flex;
  align-items: center;
}
.card-verifications ul li [type="radio"]:not(:checked) + label {
  padding-right: 0;
  padding-left: 16px;
}
.settings_blade .verification-steps.step_7 ul.card-verification-form > li {
  width: 45%;
  margin: 0 16px 16px 0;
}
aside.employee-tab-find-job {
  padding: 0 0 20px;
}
.edit-box .TypeList ul {
  height: 280px;
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
}
.edit-box .TypeList ul li {
  font-weight: 400 !important;
  font-size: 16px !important;
  margin: 0 0 8px;
}
.edit-box .TypeList ul li span {
  font-weight: 700 !important;
  color: var(--dark-grey) !important;
}
.edit-box .TypeList ul li span.subservice-divider {
  color: #aaa !important;
  font-weight: 400 !important;
}
.edit-box .TypeList {
  padding: 15px;
  border-radius: 5px;
  overflow: hidden;
  overflow-y: auto;
  box-shadow: 0 5px 10px 1px rgb(0 0 0 / 20%);
  margin: 8px 0 0;
  z-index: 100 !important;
}
.edit-box .TypeList .category-ato-footer {
  width: 100%;
  padding: 16px 0 5px;
  border-top: 1px solid #c5c5c5;
  margin: 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 500;
}
.edit-box .TypeList .category-ato-footer span {
  color: #6c9ba1;
  font-weight: 600;
  font-size: 16px;
  background-image: url(/img/new-request-icon.svg);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 0 25px 0 0;
  margin: 0 0 0 16px;
  cursor: pointer;
}
.gm-style .gm-style-iw-c {
  background-color: transparent !important;
  border-radius: 5px !important;
  padding: 0 !important;
}
.map-window .top-window {
  margin: 0 0 6px !important;
}
.window-bottom .window-pro a {
  height: 30px;
  line-height: 30px;
  min-width: auto;
  font-size: 14px;
  font-weight: 500;
  padding: 0 25px;
  margin: 0;
  position: relative;
  right: 0;
  bottom: 0;
  width: 100%;
}
.gm-style .gm-style-iw-t::after {
  background: #303030 !important;
  z-index: -1;
}
.gm-ui-hover-effect {
  opacity: 1;
  background-color: transparent !important;
  border-radius: 0;
  right: 1px !important;
  width: 20px !important;
  height: 20px !important;
  display: flex !important;
  top: 0 !important;
  align-items: center;
  justify-content: center;
}
.gm-ui-hover-effect img {
  filter: brightness(0) invert(1);
  width: 20px !important;
  height: 20px !important;
}
.modal_view .rate-box .fixed-rate > div,
.modal_view .rate-box .max_fixed .fixed-rate {
  width: 266px;
  background-color: var(--light-grey);
  height: 50px;
  align-items: center;
  padding: 0 16px;
  border-radius: 5px;
  justify-content: space-between;
  display: flex;
}
.loader {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #312f31;
  text-align: center;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  top: 0;
}
.loader-content {
  display: block;
  position: relative;
  padding-top: 0;
  top: 50%;
  transform: translateY(-50%);
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
  }
}
.stripe-frm.verifications-form ul li p input.input-field {
  border: 1px solid var(--medium-grey);
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 400;
  color: var(--medium-grey);
  width: 100%;
  background-color: var(--white);
}
.ElementsApp input {
  border: 1px solid var(--medium-grey) !important;
  border-radius: 5px !important;
  height: 50px !important;
  line-height: 50px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: var(--medium-grey) !important;
  width: 100% !important;
  background-color: var(--white) !important;
}
.settings_blade .verify_password .next-prev-row {
  padding-top: 0;
}
.settings_blade .verify_password .verifications-form {
  margin: 30px 0 10px;
}
.close_account_blade .setiing-block .settings-right .step-level {
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 40px;
  color: var(--dark-grey);
  text-align: center;
  width: 100%;
}
.close_account_blade .setiing-block h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin: 10px 0 16px;
  width: 100%;
  float: left;
}
.close_account_blade .setiing-block p {
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.close_account_blade .setiing-block p span {
  background-color: #cb7767;
  width: 14px;
  height: 6px;
  border-radius: 5px;
  margin: 6px 8px 0 0;
  text-indent: -9999px;
}
.close_account_blade .setiing-block .settings-right .delete_account_step_2,
.close_account_blade .setiing-block .settings-right .delete_account_step_3 {
  width: 100%;
  margin: 0 auto;
  max-width: 480px;
}
.close_account_blade
  .setiing-block
  .settings-right
  .delete_account_step_2
  ul
  li
  label,
.close_account_blade
  .setiing-block
  .settings-right
  .delete_account_step_3
  ul
  li
  label {
  font-size: 14px;
  height: auto;
  margin: 0 0 4px;
}
.close_account_blade
  .setiing-block
  .settings-right
  .delete_account_step_2
  .next-prev-row,
.close_account_blade
  .setiing-block
  .settings-right
  .delete_account_step_3
  .next-prev-row {
  width: 100%;
  padding: 0;
}
.footer-block:first-child ul li a {
  cursor: default;
}
.footer-block ul li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  padding: 0;
  display: flex;
  align-items: flex-start;
  line-height: 16px;
}
.footer-block ul li {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
}
.footer-block:first-child ul li {
  display: flex;
  align-items: flex-start;
  margin: 0 0 16px;
  line-height: 18px;
}
.footer-block:first-child ul li img {
  margin: 3px 10px 0 0;
}
.footer-block {
  width: 16%;
}
footer.inner-footer .center {
  padding-bottom: 20px;
}
.dashboard_blade .map-window .top-window h3 a,
.footer-block ul li.grey-foot-link a:hover {
  color: var(--light-grey);
}
.footer-block ul li.list-gapping {
  margin-top: 50px;
}
.footer-block p.footer-chat-us {
  margin: 0 0 10px 30px;
}
footer.inner-footer .center.bottom-footer p.copy-text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.choose-cat-list,
.reports-icon {
  align-items: center;
  display: flex;
}
footer.inner-footer .center.bottom-footer p.copy-text img {
  height: 26px;
}
.footer-block.footer-newsletter {
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 30%;
}
.newsletter input.subscribe-btn {
  color: var(--white);
  font-size: 18px;
}
.find-content .KeywordList {
  width: 30% !important;
  border-radius: 0 0 5px 5px;
}
.find-content .KeywordList ul li {
  padding: 0 !important;
  text-align: left !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: var(--dark-grey) !important;
  margin: 0 0 5px;
}
.find-content .KeywordList ul li span {
  font-weight: 700 !important;
  font-size: 14px;
}
.job-post-details-info .requirements-box ul li,
.requirements-box ul li {
  position: relative;
  padding: 14px 14px 14px 55px;
}
.job-post-details-info .requirements-box ul li .point,
.requirements-box ul li .point {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 12px;
}
.reports-icon {
  font-weight: 500;
  font-size: 20px;
  color: var(--dark-grey);
  justify-content: flex-end;
}
.reports-icon img {
  margin: 0 0 0 8px;
  order: 2;
}
.create_job_blade #step6 .fixed-rate,
.popover .panel-footer,
.settings_blade .modal_first_step .select2-container--custom-selection {
  margin: 10px 0 0;
}
.create_job_blade #step6 .choose-hourly-rate,
.report-success-modal .category-option-box .choose-category,
.report-success-modal-employer .category-option-box .choose-category {
  margin: 24px 0 0;
}
.create_job_blade #step6 .add-range-box {
  width: 256px;
  background-color: var(--light-grey);
  border: 0;
}
.expected {
  font-size: 14px;
  margin: 16px 0 0;
  color: var(--dark-grey);
}
.wallet-page .request-withdrawl input#shop_balance,
.wallet-page .request-withdrawl input#withdraw_amt {
  background-image: url(/img/doller-icon-border.svg);
  background-repeat: no-repeat;
  background-position: 16px center;
  padding-left: 58px;
  background-size: 30px;
  margin: 0;
}
.current-post-button-row a.full-end span,
.current-post-button-row a.request-end span {
  color: #306eca;
  font-size: 14px;
}
.current-post-button-row a.full-end span:hover,
.current-post-button-row a.request-end span:hover {
  color: var(--dark-grey);
  font-size: 14px;
}
.js-modal-shopify-confirm-box-job-end-request .category-option-box {
  padding: 40px 0 20px;
}
.js-modal-shopify-confirm-box-job-end-request .choose-category button {
  min-width: 48%;
  font-size: 16px;
}
.banner-content .jobs-icon {
  padding: 4px 0 0;
}
.choose-cat-list {
  width: 100%;
  padding: 0;
  margin: 10px 0;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.choose-cat-list li {
  width: auto;
  list-style: none;
  border-radius: 20px;
  background: #6c9ba1;
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
  height: 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  margin: 0 8px 8px 0;
}
.inner-page-content.create-job-publish
  .center#step3
  .contract-box-inn
  p
  input[type="text"] {
  padding: 0 8px 0 40px;
  margin: 0;
}
.create_job_blade #step3 .contract-box-inn p:last-child,
.employer_profile_blade .involved-category ul li a,
.profile_employee_blade .involved-category ul li a,
.signup .login-content {
  padding: 0 16px;
}
.create_job_blade #step3 .contract-box-inn p .point {
  position: absolute;
  left: 16px;
  top: 14px;
}
.create_job_blade
  .create-job-publish
  #step7
  .job-post-details-info
  ul.requirements
  li
  .point,
.tutorial-modal.modal.in .close1 {
  top: 14px;
}
.cookie-consent-banner {
  width: 100%;
  background-color: var(--light-grey);
  padding: 16px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.cookie-consent-banner .cookie-consent-banner__inner {
  max-width: 1600px;
  padding: 0 15px;
  margin: 0 auto;
}
.blog-box a,
.cookie-consent-banner
  .cookie-consent-banner__inner
  .cookie-consent-banner__copy,
.create-job-publish
  .job-post-details.verification-steps.step_1
  .verifications-form
  ul
  li
  input.input-field,
.create_job_blade .job-post-details-info-box.attachment-publish,
.dashboard_blade .map-window,
.dashboard_blade .modal_view .rate-box .max_hour_rt .min-hourly-rate,
.employee_edit_profile_blade
  .attachments-row.provide-service-row
  .suggest-category-row
  img,
.employee_edit_profile_blade
  .edit-profile-modal
  .apply-row
  p
  span
  > input[type="number"],
.employee_edit_profile_blade
  .involved-category.attachments-row
  .suggest-category-row,
.employee_hire_blade #sendoffer .employee-hire li .job_div,
.employee_hire_blade
  .fetch-details
  .apply-row
  .new-offer-price-inner
  p
  span.apply-offer-price
  input[type="text"],
.employer_edit_profile_blade
  .attachments-row.provide-service-row
  .suggest-category-row
  img,
.employer_edit_profile_blade
  .edit-profile-modal
  .apply-row
  p
  span
  > input[type="number"],
.employer_profile_blade
  .involved-category.attachments-row
  .suggest-category-row,
.index_blad #page_wrap,
.index_blade .banner-content .tab,
.job-post-modal .modal-content .apply-row p.vals_new_total_hour.expected_note,
.job-request-modal-wrapper,
.modal_first_step .verifi-pop .ver-footer > a > button,
.profile_employee_blade
  .involved-category.attachments-row
  .suggest-category-row,
.profile_public_employer_blade
  .involved-category.attachments-row
  .suggest-category-row,
.social-btns a,
.title-content,
.wallet-page .verification-steps {
  width: 100%;
}
.cookie-consent-banner
  .cookie-consent-banner__inner
  .cookie-consent-banner__copy
  .cookie-consent-banner__header {
  font-size: 20px;
  font-weight: 700;
  color: var(--dark-grey);
  margin: 0 0 12px;
  padding: 0;
}
.cookie-consent-banner
  .cookie-consent-banner__inner
  .cookie-consent-banner__copy
  .cookie-consent-banner__description {
  font-size: 16px;
  font-weight: 300;
  color: var(--dark-grey);
  margin: 0 0 12px;
  padding: 0;
}
.cookie-consent-banner
  .cookie-consent-banner__inner
  .cookie-consent-banner__actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.cookie-consent-banner
  .cookie-consent-banner__inner
  .cookie-consent-banner__actions
  a {
  width: auto;
  height: 40px;
  line-height: 40px;
  min-width: 150px;
  padding: 0 20px;
  font-size: 16px;
  color: var(--white);
  margin: 0 16px 16px 0;
}
.cookie-consent-banner
  .cookie-consent-banner__inner
  .cookie-consent-banner__actions
  a:hover {
  background: var(--dark-grey);
  color: var(--white);
}
.cookie-consent-banner
  .cookie-consent-banner__inner
  .cookie-consent-banner__actions
  a.decline_cookie {
  border: 2px solid var(--dark-grey);
  background: var(--light-grey);
  color: var(--dark-grey);
}
#cropImagePop .down-btn-row button#browseImg:hover,
.bonus_modal .modal-content button.ok_bonus:hover,
.cookie-consent-banner
  .cookie-consent-banner__inner
  .cookie-consent-banner__actions
  a.decline_cookie:hover,
.paypal_success_blade .offer-listing-page a > .view-btn:hover {
  background: var(--dark-grey);
  color: var(--white);
}
.result_blade .result-employee-section li .result-employee-left .rate-addres p {
  width: 60%;
  margin: 0 0 0 10px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  height: auto;
}
.js-modal-shopify-confirm-box-hire .category-option-box {
  padding: 40px 10px;
}
.employee_hire_blade #sendoffer .employee-hire {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.employee_hire_blade #sendoffer .employee-hire li {
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: auto;
}
.employee_hire_blade #sendoffer .employee-hire li:first-child,
.fixed-box-rate input[type="text"],
.payment-information-box ul.information-list.card-details-info {
  width: 70%;
}
.employee_hire_blade #sendoffer .employee-hire li .offer_price_div,
.promotions-list li {
  width: 30%;
}
.employee_hire_blade #sendoffer .employee-hire li:last-child textarea {
  background-color: var(--light-grey);
  border: 0;
}
#sendoffer ul li label img {
  margin: 0 0 0 5px;
}
.employee_hire_blade .fetch-details {
  margin: 48px 0 0;
}
.employee_hire_blade .fetch-details .apply-row .new-offer-price-inner p {
  width: 256px;
  margin: 0 6px 0 0;
}
.employee_hire_blade .fetch-details .post-features {
  align-items: baseline;
  margin: 0;
}
.employee_hire_blade .fetch-details .post-features p.expected_note {
  width: auto;
  font-size: 16px;
  margin: 10px 0 0;
}
.job-post-details-info ul.my_job_post_language li {
  width: 49%;
  margin: 4px 0;
}
.employee_hire_blade .fetch-details .post-features #sendoffer ul {
  width: auto;
  margin: 0 0 40px;
  display: flex;
}
.aside-box .add-category-filter li a img.del_choosen {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(204deg)
    brightness(108%) contrast(101%);
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(204deg)
    brightness(108%) contrast(101%);
}
.private_chat_blade #myModal .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  width: auto;
  padding: 0;
  max-width: 90%;
  max-height: 750px;
  overflow: hidden;
  overflow-y: auto;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 10%;
}
.private_chat_blade #myModal .modal-content p {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  width: auto;
}
.private_chat_blade #myModal .modal-content p img {
  width: auto !important;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: table;
  max-height: 80vh;
}
.private_chat_blade #myModal .modal-content::-webkit-scrollbar {
  display: none;
}
.back-to-text span,
.gm-style-iw-d > div > br,
.s3_video_landing .modal-content h2,
.s3_video_landing .modal-content span,
.search-bar .address-img img,
.settings_blade
  .modal_first_step
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__clear,
.terms_blade .setiing-block .settings-left .settings-ul li img {
  display: none;
}
.job-post-details-info ul.new-lang li {
  margin: 0 0 10px;
  width: 49%;
}
.add-category-filter-set1 li a,
.add-category-filter-set2 li a {
  border-radius: 20px;
  background-color: var(--light-grey);
  height: auto;
  line-height: 1;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 6px 12px;
  color: var(--dark-grey);
  background-color: #6c9ba1;
  color: var(--white);
}
.profile-bidding-list .profile-bid-info {
  display: flex;
  margin: 16px 0;
  align-items: flex-end;
}
.profile-bidding-list .profile-bid-info .job-total {
  min-width: 150px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 8px 8px 0;
}
.job-intro-modal .top-intro-row .job-total label,
.profile-bidding-list .profile-bid-info .job-total label {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
.job-intro-modal .top-intro-row .job-total span,
.profile-bidding-list .profile-bid-info .job-total span {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
.profile-bidding-list .profile-bid-info .job-total.fixed-rate {
  background-color: var(--dark-grey);
  color: var(--white);
  margin: 0 8px 8px 0;
}
.profile-bidding-list .profile-bid-info .job-total.hourly-rate {
  background-color: var(--white);
  color: var(--dark-grey);
}
.profile-bidding-list .profile-bid-info .expected_note {
  font-size: 14px;
  width: 40%;
}
.job-intro-modal .top-intro-row {
  display: flex;
  justify-content: flex-start;
  margin: 30px 0;
  align-items: flex-end;
}
.job-intro-modal .top-intro-row .job-total {
  background-color: var(--light-grey);
  border-radius: 5px;
  padding: 16px;
  width: 144px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-flow: column;
  margin: 0 8px 0 0;
  text-align: left;
}
.job-intro-modal .top-intro-row p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  width: 140px;
  margin: 0 100px 0 0;
}
.job-intro-modal .top-intro-row .job-total span > em {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.job-intro-modal .top-intro-row .job-total.hourly-rate {
  background-color: #d9d9d9;
  color: var(--dark-grey);
}
.job-intro-modal .top-intro-row .job-post-accnt-info {
  width: 40%;
  padding: 20px 16px 20px 110px;
  position: relative;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.job-intro-modal .job-post-accnt-info .post-acnt-img {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 16px;
}
.job-intro-modal .top-intro-row .job-post-accnt-info a {
  font-size: 14px;
  color: var(--green);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0 12px 0 0;
  font-weight: 600;
}
.job-intro-modal .top-intro-row .profile-info {
  width: 100%;
  color: var(--white);
}
.intro-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: var(--dark-grey);
  display: flex;
  align-items: center;
}
.intro-text span {
  background-color: var(--yellow);
  color: #fff;
  padding: 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  width: 24px;
  height: 40px;
  margin: 0 8px 0 0;
}
.profileEmployeePdf .bttn,
.profileEmployerPdf .bttn {
  min-width: auto;
  width: 100%;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.c-popup .category-option-box,
header.before-login .center {
  padding: 10px;
}
.js-modal-shopify-confirm-box-release-payment-end-this-job
  .c-popup
  .category-option-box {
  padding: 230px 16px 0;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  overflow-y: auto !important;
  max-height: 60px;
}
.wallet_blade .wallet-page .request-withdrawl #withdraw_mode,
.wallet_blade .wallet-page .request-withdrawl input#paypal_id,
.wallet_blade .wallet-page .request-withdrawl input#withdraw_amt {
  background-color: transparent;
  border: 1px solid #7a7a7a;
  margin: 0;
}
.help-block {
  left: 0;
  bottom: -22px;
}
.suggest-category-row ul.carousel-categorys.all_attachments {
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.blog-section .blog-right,
.suggest-category-row ul.carousel-categorys.all_attachments li {
  width: 22%;
}
.jobs-category-field .KeywordList li span {
  font-weight: 400 !important;
  color: var(--dark-grey);
  font-size: 12px;
}
.jobs-category-field .KeywordList li span em {
  font-weight: 600 !important;
  color: var(--dark-grey);
  font-size: 14px;
  font-style: normal;
}
.create_job_blade .job-post-details-info-box.attachment-publish ul li,
.create_job_blade
  .job-post-details-info-box.attachment-publish
  ul
  li:first-child,
.index_blade .modal_first_step.job_cat_modal .verifications-form ul li,
.modal_first_step.job_cat_modal
  .verifications-form
  .top-category-box-wrap
  ul
  li {
  margin: 0 8px 8px 0;
}
.g-recaptcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  display: block;
}
.employer_profile_blade
  .employee-involved-categories-row
  .carousel-categorys
  .owl-nav {
  position: absolute;
  top: -48px;
  right: 0;
  left: auto;
  transform: inherit;
}
.employer_profile_blade .carousel-categorys .owl-nav .owl-next span,
.employer_profile_blade .carousel-categorys .owl-nav .owl-prev span,
.pro-infos .profile-info > img {
  width: 12px;
}
.view-more {
  font-size: 16px;
  margin: 0;
  width: auto;
}
.category-slide h3 {
  margin: 0;
  float: left;
  width: auto;
}
.employer_recieved_offers_blade
  .offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row:last-child
  button {
  min-width: 120px;
  margin: 0 0 0 10px;
}
.cookie-content {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #1e1e1e;
  z-index: 10000;
  padding: 16px 0;
}
.cookie-content .center {
  display: flex;
  align-items: center !important;
  justify-content: space-between;
  padding: 0 !important;
}
.cookie-content label {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
}
.cookie-content label a {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin: 0 16px 0 0;
  color: var(--orange);
}
.cookie-content .cookie-btn a.more-info {
  font-weight: 500;
  font-size: 18px;
  color: var(--white);
  text-decoration: underline;
  margin: 0 16px 0 0;
}
.cookie-content .cookie-btn a.accept-bttn {
  font-weight: 500;
  font-size: 24px;
  background-color: #d38979;
  height: 40px;
  line-height: 40px;
  padding: 0 32px;
  color: var(--white);
  border-radius: 5px;
}
.create_job_blade .loader {
  text-align: center;
  margin-top: 0 !important;
  display: block;
  background: rgba(0, 0, 0, 0.5) !important;
  margin: 0;
  left: 0;
  font-size: 0;
}
.create_job_blade .loader img {
  width: 50px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.employee_current_job_details_blade .job-post-details .post-heading .applied {
  margin: 16px 0 14px;
  font-size: 18px;
  width: 100%;
  clear: both;
}
.employee_recieved_offers_blade
  .offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row
  .recieved-offer-right {
  align-items: center;
  justify-content: flex-end;
}
.employee_recieved_offers_blade
  .offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row:last-child
  .recieved-offer-right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.employee_recieved_offers_blade
  .offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row
  .recieved-offer-right
  button {
  min-width: auto;
  padding: 0 20px;
  margin: 0 0 0 8px;
  font-size: 18px;
  font-weight: 600;
}
.profile_type span.employee_cls {
  background-color: #51ad8d;
  color: #fff;
}
.profile_type span.employer_cls {
  background-color: #f4c366;
  color: #303030;
}
.back-to-top,
.s3_video_landing {
  z-index: 1000;
}
.s3_video_landing .modal-content {
  max-width: 1300px;
  padding: 40px;
  background-color: #404040;
}
.edit-profile-modal .full-width,
.job-post-details-content .slick-list.draggable .slick-track,
.s3_video_landing .modal-content video {
  width: 100% !important;
}
.s3_video_landing .modal-content .close1 {
  color: #303030;
  float: right;
  font-size: 40px;
  font-weight: 300;
  position: absolute;
  cursor: pointer;
  background-color: var(--white);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.4);
  background-position: center;
}
header.before-login .header-left nav {
  margin: 14px 0 0;
}
header.before-login .header-right ul {
  margin: 12px 0 0;
}
.terms-payment {
  font-size: 16px;
  font-weight: 500;
  margin: 16px 0 30px;
  width: 100%;
  display: block;
}
.back-to-text {
  position: absolute;
  left: 0;
  top: 26px;
  font-size: 18px;
  color: var(--dark-grey);
  background-image: url(/img/arrow-right-grey.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
  padding: 0 0 0 16px;
}
.cat_modal_services .next-prev-row a,
.modal_services .next-prev-row a {
  margin: 0 30px 0 0;
  font-size: 16px;
  color: var(--medium-grey);
  display: flex;
  align-items: center;
}
.cat_modal_services .next-prev-row a span,
.modal_services .next-prev-row a span {
  margin: 4px 10px 0 0;
}
.verification_steps_blade .verification-steps.step_1 .verifications-form li p {
  display: flex;
  position: relative;
}
.verification_steps_blade
  .verification-steps.step_1
  .verifications-form
  li
  p
  .first-step-verify {
  display: flex;
  align-items: center;
  margin: 0 0 0 16px;
  position: absolute;
  right: 10px;
  top: 16px;
}
.result-employee-section li .result-employee-left p.pdislike,
.result-employee-section li .result-employee-left p.phide {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  width: 40px;
  height: 25px;
  min-height: 20px;
}
.result-employee-section li .result-employee-left p.pclike {
  position: absolute;
  right: -1px;
  top: 0;
  margin: 0;
  width: 40px;
  height: 25px;
  min-height: 20px;
}
.result-employee-section li .result-employee-left p.pclike img,
.result-employee-section li .result-employee-left p.pdislike img,
.result-employee-section li .result-employee-left p.phide img {
  height: 25px;
}
.terms_blade .setiing-block .settings-right .verifications-form p {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 24px;
}
.terms_blade .setiing-block .settings-right h1,
.terms_blade .setiing-block .settings-right p strong {
  font-size: 20px;
  margin: 0 0 20px;
}
.terms_blade .setiing-block .settings-right ul {
  display: block;
  margin: 0 0 20px;
}
.terms_blade .setiing-block .settings-right ul li {
  display: block;
  width: 100%;
  position: relative;
  padding: 0 0 0 25px;
  font-size: 16px;
  margin: 0 0 10px;
}
.terms_blade .setiing-block .settings-right ul li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 14px;
  height: 5px;
  border-radius: 5px;
  background-color: var(--orange);
}
.bottom-foot .center,
.verification_steps_blade .verification-steps.step_1 .verifications-form li p {
  flex-flow: column;
}
.search_text_cat {
  width: 100%;
  margin: 0 0 16px;
  height: 45px;
  line-height: 45px;
  border: 1px solid var(--dark-grey);
  border-radius: 5px;
  padding: 0 52px 0 12px;
  font-size: 14px;
  background-image: url(/img/search-icon-b.svg);
  background-position: 96% center;
  background-repeat: no-repeat;
}
.tooltips {
  position: relative;
  width: auto;
  margin: 0 0 0 8px;
  display: inline-block;
}
.empty-state,
.empty-state-inner {
  width: var(--full-width);
  border-radius: 5px;
}
.tooltips a.tools-btn {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--dark-grey);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
}
.tooltips .tools-content {
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  background-color: var(--light-grey);
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  padding: 12px 30px 12px 12px;
  position: absolute;
  right: -276px;
  bottom: 0;
  z-index: 100;
  width: 266px;
  color: var(--dark-grey);
}
.tooltips.active .tools-content span.tools-close {
  position: absolute;
  right: 6px;
  top: 6px;
  background-image: url(/img/close-icon.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 25px;
  height: 25px;
  font-size: 0;
  cursor: pointer;
  left: auto;
  background-size: 22px;
}
.request_cat_modal .apply-row {
  display: flex;
  align-items: center;
  position: relative;
}
.request_cat_modal .apply-row .input-text {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  border: 1px solid var(--medium-grey);
  padding: 0 220px 0 10px;
  background: var(--white);
  color: var(--dark-grey);
  font-size: 16px;
}
.request_cat_modal .apply-row button.submit_request {
  position: absolute;
  right: 7px;
  top: 7px;
}
.search-bar .address-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 10px;
  background-color: var(--dark-grey);
  border-radius: 5px;
  width: 35px;
  height: 35px;
  background-image: url(/img/location-icon-new.svg);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.empty-state {
  padding: 0;
  display: block;
  background-color: var(--white);
  margin: 0;
}
.empty-state-inner {
  height: 60px;
  background-color: #f6f6f7;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 24px;
  position: relative;
}
.empty-state-inner span {
  color: #b7b7b7;
  font-size: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  cursor: not-allowed;
}
.empty-yellow.empty-state {
  background-color: #ebbe56;
}
.empty-yellow.empty-state .empty-state-inner {
  background-color: #dcb251;
}
.empty-green .empty-state-inner span,
.empty-yellow .empty-state-inner span {
  color: #393939;
}
.empty-green.empty-state {
  background-color: #46a282;
}
.empty-green.empty-state .empty-state-inner {
  background-color: #388c6f;
}
#progressbar li.progress-bullet.active,
.empty-black.empty-state {
  background-color: #303030;
}
.empty-black.empty-state .empty-state-inner {
  background-color: #1d1d1d;
}
.empty-black .empty-state-inner span {
  color: #b7b7b7;
}
.gm-style-iw-d > div {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  color: var(--white);
  font-weight: 500;
}
.gm-style-iw-d {
  max-height: 180px !important;
  height: 100%;
  padding: 10px;
}
.best-responsive-tab-contents:not(.lgTabToggle-tab-responsive-active),
.edit-box.edit-box-search.fixed-box .TypeList,
.map-window {
  position: relative !important;
}
.search-map-div {
  background-color: var(--dark-grey);
  color: var(--white);
  padding: 10px;
  border-radius: 0;
  border-bottom: 1px dashed var(--lighter-grey);
}
.search-map-div strong {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 6px;
  display: block;
}
.search-map-div p {
  color: var(--white);
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 6px;
  line-height: 16px;
}
.search-map-div span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}
.forget-sucess {
  background-color: #1e1e1e;
  border-radius: 5px;
  padding: 16px;
  position: relative;
  min-height: 162px;
}
.forget-sucess p {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  padding: 0 0 42px 80px;
}
.forget-sucess p.intro-text {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  position: static;
  font-style: normal;
  padding-bottom: 0;
}
.forget-sucess .intro-text span {
  left: 16px;
  position: absolute;
  top: 16px;
  background-color: #0f0f0f;
  color: var(--yellow);
  width: 64px;
  height: 130px;
  font-size: 120px;
}
.edit-box .job-title-length {
  float: right;
  font-size: 12px;
  margin: -4px 0 0;
}
.contract-box-inn .gm-style-iw.gm-style-iw-c {
  height: auto !important;
  max-height: 180px !important;
}
.payment-information-box {
  width: var(--full-width);
  border-radius: 5px;
  background-color: var(--light-grey);
  padding: 24px;
  margin: 0 0 16px;
}
.payment-information-box h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--dark-grey);
  margin: 0 0 20px;
}
.payment-information-box ul.information-list {
  width: var(--full-width);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 16px;
}
.payment-information-box ul.information-list li {
  width: var(--full-width);
  display: block;
  width: 24%;
  margin: 0 16px 16px 0;
  padding: 0;
}
.payment-information-box ul.information-list li label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 4px;
  color: var(--orange);
}
.payment-information-box ul.information-list li label span {
  font-weight: 500;
  font-size: 12px;
  color: var(--darker-grey);
}
.payment-information-box ul.information-list li input.text-field,
.payment-information-box ul.information-list li select.select-field {
  border: 1px solid #7a7a7a;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 0 8px;
  background-color: var(--white);
  width: 100%;
}
.payment-information-box ul.information-list.card-details-info li {
  width: 32%;
}
.payment-information-box
  ul.information-list.card-details-info
  li:nth-child(4n + 4) {
  margin-right: 16px;
}
.payment-information-box
  ul.information-list
  li.expiry-date
  .expiry-date-block
  input.text-field-month {
  width: 70px;
  text-align: center;
}
.payment-information-box
  ul.information-list
  li.expiry-date
  .expiry-date-block
  input.text-field-year {
  width: 90px;
  text-align: center;
}
.payment-information-box .withdraw-btn {
  margin: 0 auto;
  display: table;
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
  min-width: 300px;
  height: 50px;
  line-height: 50px;
}
.login-form li a.member-link,
.verifications-form .hide_section {
  margin: 16px 0 0;
}
.settings-scrollbar::-webkit-scrollbar {
  background-color: #fff;
  width: 12px;
}
.settings-scrollbar::-webkit-scrollbar-track {
  background-color: #fff;
}
.settings-scrollbar::-webkit-scrollbar-track:hover {
  background-color: #fff;
}
.settings-scrollbar::-webkit-scrollbar-thumb {
  background-color: #303030;
  border-radius: 16px;
  border: 3px solid #fff;
}
.settings-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a5;
  border: 3px solid #fff;
}
.settings-scrollbar::-webkit-scrollbar-button {
  display: none;
}
.settings-scrollbar {
  height: 250px;
  width: 100%;
  min-width: 100%;
  background: #fff;
  overflow-y: scroll;
  margin: 0;
}
.sett_confirm_modal .c-popup,
.spcl_confirm_modal .c-popup {
  max-width: 600px;
}
.js-modal-shopify-delete-category-confirm-box .c-popup .edit-profile-icons,
.sett_confirm_modal .c-popup .edit-profile-icons,
.spcl_confirm_modal .c-popup .edit-profile-icons {
  display: flex;
  justify-content: center;
  margin: 0;
  width: 100%;
}
.sett_confirm_modal .c-popup .category-option-box h5,
.spcl_confirm_modal .c-popup .category-option-box h5 {
  margin: 0 0 30px;
  font-size: 18px;
  font-weight: 500;
  padding: 0 20px;
  color: var(--dark-grey);
}
.sett_confirm_modal .choose-category > div,
.spcl_confirm_modal .choose-category > div {
  display: flex;
  align-items: center;
  padding: 0 30px;
}
.sett_confirm_modal .choose-category > div span,
.spcl_confirm_modal .choose-category > div span {
  background-color: #cb4f34;
  width: 30px;
  height: 68px;
  border-radius: 5px;
  color: var(--white);
  font-size: 45px;
  font-weight: 500;
}
.blog-category li a,
.blog-category li a.blog-category-feature {
  background-color: rgba(108, 155, 161, 0.1);
}
.sett_confirm_modal .choose-category > div p,
.spcl_confirm_modal .choose-category > div p {
  width: calc(100% - 35px);
  padding: 0 0 0 16px;
  font-size: 20px;
  text-align: left;
  font-weight: 600;
  line-height: 24px;
}
.blog-box .blog-info h3,
.blog-box .blog-info h3 a {
  font-size: 24px;
  line-height: 29px;
  color: var(--dark-grey);
}
.select2-results__option[role="option"]:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}
.select2-results__option[aria-selected="true"]:before {
  font-family: fontAwesome;
  content: "\f00c";
  color: #000;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #fff;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #eaeaeb;
  color: #272727;
}
.select2-container--default .select2-selection--multiple {
  margin-bottom: 10px;
  border-width: 2px;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-radius: 4px;
}
.select2-container--open .select2-dropdown--below {
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.select2-selection .select2-selection--multiple:after {
  content: "hhghgh";
}
.index_blade .banner-content .tab {
  position: relative;
  z-index: 10;
}
.KeywordList .head-keywords-ul {
  height: 100% !important;
  max-height: 300px !important;
}
.suggested-employee .suggest-profile-box .suggest-img {
  border: 2px solid var(--light-grey);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--light-grey);
  position: relative;
  padding: 0;
  -webkit-transition: 0.3s ease-in;
  margin: 0 auto;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  background-color: var(--light-grey);
}
.suggested-employee .suggest-profile-box .suggest-img img {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 92% !important;
  height: 92% !important;
}
.suggested-employee .percircle,
.suggested-employee .verification-round.percircle {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 140px;
  width: 100%;
  height: 100%;
  float: none;
  margin: 0;
}
.suggested-employee .percircle.gt50 .slice,
.suggested-employee .rect-auto {
  clip: rect(auto, auto, auto, auto);
}
.suggested-employee .percircle .slice {
  position: absolute;
  width: 136px;
  height: 136px;
  clip: rect(0, 1em, 1em, 0.5em);
  top: 0;
  right: 0;
}
.suggested-employee .percircle.animate .bar {
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
}
.suggested-employee .gt50 .fill,
.suggested-employee .percircle .bar,
.suggested-employee .pie {
  position: absolute;
  border: 3px solid var(--green);
  width: 96%;
  height: 96%;
  clip: rect(0, 68px, 136px, 0);
  border-radius: 50%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.suggested-employee .gt50 .bar:after,
.suggested-employee .gt50 .fill,
.suggested-employee .pie-fill {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.suggested-employee .percircle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: " ";
  border-radius: 50%;
  background-color: transparent;
  width: 90%;
  height: 90%;
  transform: translate(-50%, -50%);
}
.blog-banner:after,
.blog-right .explore_blog,
.employee_recieved_offers_blade
  .offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row
  .recieved-offer-right
  button
  > .close-eye,
.go_forum_btn,
.job-post-accnt-info .prof-basic-info > span,
.payment-end-job-toggle,
.referal-invite .category-option-box .right-refer-earn .apply-row .bttn img,
.referal-invite
  .category-option-box
  .right-refer-earn
  .apply-row:last-child
  input.text-field,
.referal-invite .category-option-box > h5,
.referral_wallet_blade
  .new-job-details
  .job-post-details-info
  .wallet-tab
  ul.tabs
  li.active
  a:before,
.referral_wallet_blade
  .new-job-details
  .job-post-details-info
  .wallet-tab
  ul.tabs
  li:last-child:after,
.referral_wallet_blade h4#numero1,
.result-list nav > div:first-child,
.result-list nav > div > div:first-child,
.suggested-employee .verification-round.percircle > span,
.wallet_blade
  .new-job-details
  .job-post-details-info
  .wallet-tab
  ul.tabs
  li.referal-tab
  > .tooltips
  > a:before {
  display: none;
}
.blog-box .blog-info h3 a,
.blog-box .blog-info p,
.blog-section .blog-left .top-blog .blog-contents p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.jobs-category-field .KeywordList .category-ato-footer {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--light-grey);
}
.jobs-category-field .KeywordList .category-ato-footer span {
  color: #6c9ba1;
  font-weight: 600;
  font-size: 16px;
  background-image: url(/img/new-request-icon.svg);
  background-position: 99% center;
  background-repeat: no-repeat;
  padding: 0 25px 0 0;
  margin: 0 0 0 16px;
  cursor: pointer;
}
.blog-listing {
  padding: 30px 0 60px;
  margin: 80px 0 0;
  background-color: var(--white);
}
.blog-section .blog-left {
  width: 75%;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
}
.blog-section .blog-left .top-blog {
  width: var(--full-width);
  display: block;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.blog-section .blog-left .top-blog a {
  display: block;
  width: 100%;
  position: relative;
}
.blog-section .blog-left .top-blog a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: var(--full-width);
  height: var(--full-height);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.6) 78.12%
  );
}
.blog-section .blog-left .top-blog .blog-contents {
  padding: 40px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  width: 80%;
}
.blog-section .blog-left .top-blog .blog-contents h3 {
  position: relative;
  width: 100%;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: var(--white);
  margin: 16px 0;
}
.blog-section .blog-left .top-blog .blog-contents h3 a {
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: var(--white);
}
.blog-section .blog-left .top-blog .blog-contents p {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
  -webkit-line-clamp: 2;
}
.blogpage-listing {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0;
}
.blog-box {
  width: 32%;
  margin: 0 16px 40px 0;
}
.blog-box .blog-img {
  width: 100%;
  max-height: 350px;
  margin-bottom: 16px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-box .blog-info {
  width: 100%;
  position: relative;
}
.blog-box .blog-info .top-info .date {
  font-weight: 500;
  font-size: 14px;
  color: var(--medium-grey);
  margin: 0 0 0 16px;
}
.blog-box .blog-info h3 {
  position: relative;
  width: 100%;
  font-weight: 700;
  margin: 16px 0;
}
.article-search,
.blog-box .blog-info p {
  font-size: 14px;
  font-weight: 400;
  color: var(--medium-grey);
  width: 100%;
}
.blog-box .blog-info h3 a {
  font-weight: 700;
  -webkit-line-clamp: 3;
}
.blog-box .blog-info p {
  line-height: 24px;
  -webkit-line-clamp: 3;
}
.article-search {
  height: 50px;
  border: 1px solid var(--dark-grey);
  line-height: 50px;
  padding: 0 50px 0 10px;
  border-radius: 5px;
  margin: 0 0 18px;
}
.blog-chips,
.blog-details-section p {
  line-height: 28px;
  color: var(--dark-grey);
}
.blog-section .blog-right .blog-right-block {
  width: 100%;
  margin: 0 0 24px;
}
.blog-section .blog-right .blog-right-block h2 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 700;
  color: var(--dark-grey);
  margin: 0 0 16px;
  padding: 0;
}
.blog-category li {
  width: 100%;
  display: block;
  margin: 0 0 8px;
}
.blog-category li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--dark-grey);
  height: 44px;
  padding: 0 16px;
}
.thought-search {
  margin: 0 0 16px;
  padding: 0 50px 0 10px;
}
.fourm-list {
  width: 100%;
  display: block;
  overflow: hidden;
  overflow-y: scroll;
  height: 390px;
}
.fourm-list li {
  width: 100%;
  display: block;
  border-radius: 5px;
  background-color: var(--light-grey);
  padding: 8px;
  margin: 0 0 8px;
}
.fourm-list li .fourm-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 8px;
}
.fourm-list li .fourm-top .profile {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: var(--dark-grey);
}
.fourm-list li .fourm-top .profile img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 8px 0 0;
}
.fourm-list li .fourm-top .profile span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 145px;
}
.fourm-list li .fourm-top .time-date {
  font-weight: 400;
  font-size: 12px;
  color: var(--medium-grey);
}
.fourm-list li p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--medium-grey);
}
.blog-chips {
  display: inline-block;
  border-radius: 5px;
  background: #ecedef;
  height: 28px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 16px;
  width: auto;
}
.keyword-top label,
.notification-list li .notification-description em,
.span-discount {
  font-style: italic;
}
.blog-chips.feature {
  color: #6c9ba1;
}
.blog-chips.news {
  color: #cb7767;
}
.blog-category li a.blog-category-tips {
  background-color: rgba(235, 190, 86, 0.1);
}
.blog-category li a.blog-category-news {
  background-color: rgba(203, 119, 103, 0.1);
}
.blog-right form button.search_btn,
.fourm-form button.forum_post_btn {
  height: 36px;
  width: 36px;
  background-color: var(--orange);
  border-radius: 5px;
  right: 7px;
  top: 7px;
  margin: 0;
  background-repeat: no-repeat;
  background-size: 18px;
  position: absolute;
  background-position: center center;
  cursor: pointer;
}
.blog-details-section {
  margin: 40px 0;
}
.blog-details-section .date {
  font-weight: 500;
  font-size: 14px;
  color: var(--medium-grey);
  display: block;
  width: 100%;
  margin: 20px 0;
}
.blog-details-section p {
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 24px;
}
.blog-details-section img {
  max-width: 100%;
  margin: 10px 0 30px;
  border-radius: 5px;
}
.bottom-banner {
  margin: 100px 0 0;
}
.fourm-list.blog-details-fourm-list {
  overflow: hidden;
  height: 100%;
  max-height: 400px;
  overflow-y: auto;
}
.blogpage-listing .jscroll-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.fourm-form button.forum_post_btn {
  background-image: url(/img/message-icon.svg);
}
.blog-right form button.search_btn {
  background-image: url(/img/search-icon.svg);
  border: 0;
  text-indent: -9999px;
}
.employer_profile_blade .provide-service .result-list li h3,
.results-row.activeContractsDb h3 {
  margin-top: 20px;
}
.best-responsive-tab-content .find-content .jobs-category-field .KeywordList {
  top: 100px;
}
.best-responsive-tab-content
  .find-content
  .jobs-category-field
  .KeywordList
  ul {
  height: 100% !important;
  max-height: 300px !important;
  padding: 16px;
}
.aside-box .KeywordList {
  box-shadow: 0 5px 10px 1px rgb(0 0 0 / 20%);
}
.aside-box .KeywordList ul {
  max-height: 300px !important;
  height: 100% !important;
  box-shadow: none !important;
}
.aside-box .KeywordList .category-ato-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
  flex-flow: column;
  padding: 10px 0;
  background-color: var(--light-grey);
}
.aside-box .KeywordList .category-ato-footer span.request_a_new_category {
  font-size: 16px;
  font-weight: 600;
  color: var(--orange);
  cursor: pointer;
  margin: 6px 0 0;
}
.referral-btn {
  background: var(--dark-grey);
  height: 50px;
  line-height: 50px;
}
.profile_public_employer_blade .profile-button-right a.fav-link-icon,
a.fav-link-icon {
  border-radius: 5px;
  height: 50px;
  width: 50px;
  display: flex;
  margin: 0 8px 0 4px;
  align-items: center;
  justify-content: center;
  background-color: #e2e2e2;
}
.login-content .referral_section p,
.login-content .referral_section p.referal_not_exist {
  background-color: var(--darkest-grey);
  background-position: 94% center;
  font-weight: 400;
  display: flex;
  font-size: 16px;
  height: 40px;
  background-repeat: no-repeat;
  padding: 0 46px 0 16px;
}
.login-content .referral_section {
  padding: 0 10px;
  background-color: var(--dark-grey);
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 5px;
  border: 1px solid var(--medium-grey);
  background: var(--dark-grey);
  color: var(--light-grey);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.login-content .referral_section span {
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
}
.login-content .referral_section p {
  align-items: center;
  border-radius: 5px;
  color: var(--white);
  background-image: url(/img/refferal-check.svg);
}
.login-content .referral_section p.referal_not_exist {
  align-items: center;
  border-radius: 5px;
  color: var(--error);
  background-image: url(/img/remove_verify.png);
}
.referral_wallet_blade
  .new-job-details
  .job-post-details-info
  ul.payment-heading
  li
  > div,
.referral_wallet_blade
  .new-job-details
  .job-post-details-info
  ul.payment-list
  li
  > div {
  width: 20%;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
  color: var(--medium-grey);
  line-height: 1;
}
.referral_wallet_blade
  .new-job-details
  .job-post-details-info
  ul.payment-heading
  li
  > div:first-child,
.referral_wallet_blade
  .new-job-details
  .job-post-details-info
  ul.payment-list
  li
  > div:first-child {
  width: 14%;
}
.referral_wallet_blade
  .new-job-details
  .job-post-details-info
  ul.payment-heading
  li
  > div:nth-child(4),
.referral_wallet_blade
  .new-job-details
  .job-post-details-info
  ul.payment-list
  li
  > div:nth-child(4) {
  width: 22%;
  font-weight: 600;
  color: var(--dark-grey);
}
.referral_wallet_blade
  .new-job-details
  .job-post-details-info
  ul.payment-list
  li
  > div:nth-child(2) {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: var(--dark-grey);
}
.referral_wallet_blade
  .new-job-details
  .job-post-details-info
  ul.payment-list
  li
  > div:nth-child(2)
  img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 0 8px 0 0;
}
.referral_wallet_blade
  .new-job-details
  .job-post-details-info
  ul.payment-list
  li
  > div:nth-child(2)
  span {
  margin: 0 0 0 16px;
  font-weight: 400;
}
.referral_wallet_blade
  .new-job-details
  .job-post-details-info
  ul.payment-list
  li
  > div:nth-child(3) {
  font-weight: 600;
  color: var(--dark-grey);
}
.referral_wallet_blade
  .new-job-details
  .job-post-details-info
  ul.payment-heading
  li {
  padding: 0 14px;
}
.referral_wallet_blade
  .new-job-details
  .job-post-details-info
  ul.payment-list
  li
  > div {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 48px;
  display: flex;
  align-items: center;
}
.referral_wallet_blade
  .new-job-details
  .job-post-details-info
  .wallet-tab
  ul.tabs
  li {
  text-align: center;
  display: flex;
  justify-content: center;
  width: auto;
  position: relative;
}
.referral_wallet_blade
  .new-job-details
  .job-post-details-info
  .wallet-tab
  ul.tabs
  li
  a {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #868686;
}
.referral_wallet_blade
  .new-job-details
  .job-post-details-info
  .wallet-tab
  ul.tabs
  li.active
  a {
  color: var(--dark-grey);
  font-size: 20px;
  font-weight: 800;
  color: var(--dark-grey);
}
.referral_wallet_blade .wallet-tab button.referEarn {
  text-align: center;
  display: table;
  margin: 0;
  min-width: 320px;
  height: 50px;
  line-height: 50px;
  background: var(--dark-grey);
}
.referral_wallet_blade .wallet-tab button.referEarn:hover {
  background: var(--darker-grey);
}
.referral_wallet_blade .wallet-tab button {
  text-align: center;
  display: table;
  margin: 0;
  min-width: 320px;
  height: 50px;
  line-height: 50px;
}
.badge-discount {
  background-color: var(--green);
  color: var(--white);
  font-size: 13px;
  font-weight: 500;
  padding: 0 12px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
}
.span-discount {
  font-size: 14px;
  color: var(--orange);
  padding: 0 8px;
  border-radius: 5px;
  margin: 0 0 0 10px;
  font-weight: 600;
}
.employer_closed_job_blade .result-list li .button-row.deactivate-btn-row {
  justify-content: space-between;
  width: 100%;
}
.employer_closed_job_blade
  .result-list
  li
  .button-row.deactivate-btn-row
  .reactivate-btn {
  height: 40px;
  line-height: 40px;
  background: var(--light-grey);
  color: #303030;
  font-weight: 500;
  min-width: auto;
  padding: 0 40px;
}
.employer_closed_job_blade
  .result-list
  li
  .button-row.deactivate-btn-row
  .reactivate-btn:hover {
  background: var(--lighter-grey);
  background: #c96b59;
  background: -moz-linear-gradient(top, #c96b59 0, #d17b68 100%);
  background: -webkit-linear-gradient(top, #c96b59 0, #d17b68 100%);
  background: linear-gradient(to bottom, #c96b59 0, #d17b68 100%);
}
.modal_first_step.js-modal-services
  .verifications-form
  ul.add-category-filter-new
  li {
  margin: 0 4px 4px 0;
}
.video-parent {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.video-parent .video-child p {
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  line-height: 24px;
  margin: 16px 0 0;
}
.s3_video_landing .modal-content .video-parent .video-child video {
  width: 100% !important;
  min-height: 320px;
}
.video-parent > p {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 8px 165px 8px 0;
  cursor: pointer;
  margin: 0;
}
.top-category-box-wrap .top-category-box .job_cat_cls {
  width: 100%;
  background-color: var(--light-grey);
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  color: var(--dark-grey);
  height: 50px;
  line-height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.top-category-box-wrap .top-category-box .job_cat_cls img {
  width: 32px;
  height: 32px;
}
.job_cat_modal .next-prev-row button {
  float: right;
  height: 45px;
  line-height: 45px;
  color: var(--white);
}
.job_cat_modal .top-category-box-wrap .top-category-box {
  width: 50%;
  margin: 10px 0;
  position: inherit;
  display: block;
}
.index_blade
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  font-weight: 400 !important;
  font-size: 35px;
  margin: 9px 0 0 !important;
}
#cke_1_contents {
  height: 140px !important;
}
.settings_blade .verifications-form ul li img.check_verify,
.settings_blade .verifications-form ul li img.remove_verify {
  top: 102px;
  left: 46%;
}
.settings_blade .verifications-form ul li .sendlink-btn {
  top: 30px;
  height: 50px;
  line-height: 50px;
}
.employee_edit_profile_blade
  .involved-row
  .involved-category.provide-service-row
  .new-provide {
  max-height: 182px;
  min-height: auto;
}
.result-list.notification-list li ul > li {
  background-color: transparent;
  color: var(--dark-grey);
  padding: 0;
  margin: 0 0 16px;
}
.notifications_blade .result-list.notification-list li p {
  min-height: inherit;
  margin: 0 0 16px;
}
.new-job-details
  .job-post-details-info
  ul.payment-list
  li
  > div
  a.withdrawdetails {
  display: flex;
  align-items: center;
  color: var(--orange);
}
.modal.withdrawdetailsmodal .show_details {
  overflow: hidden;
  overflow-y: auto;
}
.pagination_section2 .result-list li > h3,
.popover.bottom {
  margin-top: 10px;
}
.result_blade .map-window {
  width: 100%;
  padding: 2px 6px;
}
.result_blade .map-window .top-window h3 a {
  color: var(--light-grey);
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 120px;
  min-width: inherit;
  display: block;
  top: 7px;
}
.result_blade .search-map-div .window-bottom .profile-info {
  margin: 0 10px 0 0;
  width: 100%;
}
.not-found-page .newsletter {
  padding: 2%;
  max-width: 600px;
  margin: 50px auto 0;
  display: flex;
  flex-flow: column;
}
.not-found-page .newsletter input.unsub_email {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background-color: var(--light-grey);
  color: var(--dark-grey);
  font-size: 16px;
  padding: 0 12px;
  margin: 0 0 16px;
}
.not-found-page .newsletter .unsubscribe-btn {
  min-width: 100%;
}
.index_blade .map-window .window-bottom .profile-info {
  margin: 0 6px 0 10px;
}
.job_employer_details_blade .gm-style-iw-d {
  max-width: 300px;
}
.job_employer_details_blade .gm-style-iw-d > div {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 24px 20px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
}
#cropImagePop .down-btn-row button {
  margin: 0 0 0 16px;
  height: 45px;
  line-height: 45px;
}
#cropImagePop .down-btn-row button#browseImg {
  background: var(--light-grey);
  color: var(--dark-grey);
}
.create_job_blade .details-content-attachment .files_address ul > li > img {
  position: absolute;
  right: -12px;
  top: 0;
  cursor: pointer;
  background-color: var(--red);
  padding: 6px;
  border-radius: 0 0 0 5px;
}
.fixed-header .header-r ul li.link-profile .profile-submenu > ul li a > img {
  border: 0 !important;
  width: 25px;
  height: 40px;
  border-radius: 0 !important;
}
.register-success {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding-bottom: 100px;
}
.register-success .success-img {
  width: auto;
  margin: 0 auto;
  text-align: center;
}
#feature1,
#feature2,
#feature3,
#feature4,
#feature5,
#feature6,
#feature7,
#feature8,
#feature9 {
  width: 0;
  height: 0;
}
.register-success h3 {
  font-weight: 800;
  font-size: 40px;
  line-height: 49px;
  color: var(--dark-grey);
  margin: 0 0 24px;
  text-align: center;
}
.register-success p {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: var(--dark-grey);
  margin: 0 0 64px;
  text-align: center;
}
.register-success button {
  height: 50px;
  line-height: 50px;
  background: #ecedef;
  color: var(--dark-grey);
}
.not_verified_modal .modal-content #close_not_verified_modal {
  height: 50px;
  line-height: 50px;
  display: table;
  margin: 0 auto;
  min-width: 290px;
}
.setiing-block .settings-right .verifications-form ul li {
  position: relative;
  overflow: visible;
}
.setiing-block
  .settings-right
  .verifications-form
  ul
  li
  span.password-close-eye {
  background: url(/img/eye-hide-login.svg) 97% center no-repeat;
  position: absolute;
  right: 12px;
  top: 45px;
  width: 30px;
  height: 20px;
  cursor: pointer;
}
.see_title {
  color: var(--orange);
  cursor: pointer;
}
.add-category .categoryList ul.cat-ul ul li {
  position: relative;
  padding: 0 0 0 24px !important;
  line-height: 15px;
  margin: 15px 0;
}
.add-category .categoryList ul.cat-ul ul li input[type="checkbox"] {
  margin: 0 8px 0 0;
  position: absolute;
  z-index: 1000;
  left: 5px;
  top: 0;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 270px;
  min-width: auto !important;
  width: 100%;
  padding: 0;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  background-clip: padding-box;
}
.popover.top {
  margin-top: -10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
  content: " ";
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0;
  content: " ";
}
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #fff;
  border-top-width: 0;
  content: " ";
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #fff;
  border-right-width: 0;
  content: " ";
}
.closed-job-singlepage .job-post-accnt-info,
.panel-default {
  padding: 16px;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading > .dropdown .caret {
  border-color: #333 transparent;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.popover .panel-body {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  padding: 0 28px 10px 0;
}
.popover .panel-footer h6 {
  font-size: 12px;
  color: #c5c5c5;
  font-weight: 500;
}
.popover .panel-footer .tourNext {
  background: #cb7767;
  background: -moz-linear-gradient(top, #cb7767 0, #d38979 100%);
  background: -webkit-linear-gradient(top, #cb7767 0, #d38979 100%);
  background: linear-gradient(to bottom, #cb7767 0, #d38979 100%);
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  padding: 0 24px;
  border-radius: 5px;
  float: right;
  width: auto;
  height: 30px;
  line-height: 30px;
}
.popover .panel-footer .tourPrev {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  font-weight: 600;
  color: #7a7a7a;
  cursor: pointer;
  padding: 0;
  float: left;
  margin: 0 16px 0 0;
  width: auto;
}
.popover .close {
  position: absolute;
  right: 0;
  top: 0;
  background: 0 0;
  font-size: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}
.tourBg {
  opacity: 0.6 !important;
}
.referral_wallet_blade .wallet_tab ul.tabs {
  width: auto;
  margin: 0;
}
.referral_wallet_blade
  .new-job-details
  .job-post-details-info
  .wallet-tab
  ul.tabs
  li:after {
  position: absolute;
  content: "";
  right: -20px;
  top: -4px;
  width: 1px;
  height: 30px;
  background-color: #7a7a7a;
}
.referal-invite .close-confirm-box-refer-earn {
  position: absolute;
  right: 16px;
  top: 16px;
}
.referal-invite {
  width: 100%;
  position: relative;
  background-color: #ecedef;
  max-height: 650px;
  overflow: hidden;
}
.referal-invite .choose-category .left-refer-earn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  text-align: center;
}
.referal-invite .choose-category .right-refer-earn {
  width: 100%;
  padding: 60px 60px 40px 0;
  margin: 0 0 0 40px;
  max-width: 700px;
}
.referal-invite .category-option-box h4 {
  font-weight: 900;
  font-size: 48px;
  line-height: 60px;
  text-align: left;
  display: block;
  color: var(--dark-grey);
  margin: 0 0 45px;
  width: 100%;
}
.referal-invite .category-option-box .right-refer-earn .apply-row {
  position: relative;
  margin: 0 0 24px;
}
.referal-invite .category-option-box .right-refer-earn .apply-row label {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--dark-grey);
  text-align: left;
}
.referal-invite
  .category-option-box
  .right-refer-earn
  .apply-row
  input.text-field {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid var(--dark-grey);
  color: #000;
  padding: 0 146px 0 16px;
  font-size: 14px;
  font-weight: 400;
}
.referal-invite .category-option-box .right-refer-earn .profile-shared {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 0;
  overflow: visible;
}
.referal-invite .category-option-box .right-refer-earn .profile-shared li {
  background-color: transparent;
  width: 49%;
  margin: 0 0 14px;
  padding: 0;
}
.referal-invite .category-option-box .right-refer-earn .profile-shared li a {
  border: 0;
  background: 0 0;
  width: 100%;
  padding: 0 !important;
  height: auto !important;
  line-height: initial !important;
  position: inherit !important;
  right: auto !important;
  bottom: auto !important;
}
.referal-invite
  .category-option-box
  .right-refer-earn
  .profile-shared
  li
  a
  img {
  max-width: 100%;
  height: 100%;
  display: block !important;
  width: 100%;
  margin: 0;
}
.referal-invite .category-option-box .right-refer-earn .apply-row .mainLink {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid var(--dark-grey);
  color: #000;
  padding: 0 146px 0 16px;
  font-size: 14px;
  display: block;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: var(--white);
}
.referal-invite .category-option-box .right-refer-earn .apply-row .bttn {
  opacity: 1;
  z-index: 1;
  position: absolute;
  right: 5px;
  bottom: 5px;
  height: 40px;
  line-height: 40px;
  min-width: 120px;
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
}
.referal-invite .category-option-box .right-refer-earn .apply-row .bttn span {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
}
.referal-invite .right-refer-earn p.about_referral a {
  position: absolute;
  right: 60px;
  bottom: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #7a7a7a;
  text-decoration: underline;
}
.employee-result h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
  margin: 0 0 16px;
  text-transform: capitalize;
  word-break: break-all;
  word-break: break-word;
}
.category_blade .search-result-page h2.sugested_profile_jobs,
.employee-result h2.sugested_profile_jobs,
.subcategory_blade .search-result-page h2.sugested_profile_jobs {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 16px;
}
.category_blade .search-result-page h1,
.subcategory_blade .search-result-page h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
  margin: 0 0 16px;
}
.job_employer_details_blade .post-heading h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
  margin: 0 10px 0 0;
  max-width: 68%;
}
.job_employer_details_blade .post-heading h1 span {
  font-size: 16px;
  font-weight: 400;
}
.involved-category .employee-category-row .category-box a h2 {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin: 0;
  line-height: 1;
}
.involved-category .employee-category-row .category-box a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.referral_wallet_blade .inner-page-content {
  padding: 76px 0 0;
}
.settings_blade .gm-style-iw-d > div {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  max-width: 250px;
}
.about-description h1 {
  font-size: 26px;
  margin: 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 24% 5px 0;
  position: relative;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 33px;
  min-height: 33px;
}
.about-description h1 span {
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  right: 0;
  background: var(--light-grey);
  line-height: 1;
  padding: 0 0 0 16px;
  width: 22%;
  white-space: normal;
  text-align: right;
}
.feature-sec-box h2,
.feature-sec-box h2 a {
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  color: var(--white);
}
.edit-about-description.profile_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.edit-about-description.profile_title input {
  background: 0 0;
  font-size: 20px;
  color: #000;
  width: calc(100% - 250px);
}
a.lightbox-close:after,
a.lightbox-close:before {
  height: 25px;
  background: #fff;
  left: 26px;
  display: block;
  content: "";
  top: 10px;
}
.edit-about-description.profile_title span {
  font-size: 14px;
  font-weight: 600;
  color: #7a7a7a;
  width: 250px;
  padding: 0 0 0 16px;
  position: absolute;
  right: 16px;
  text-align: right;
}
.feature-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  max-width: 1170px;
  z-index: 10;
}
.feature-sec-box {
  width: 23.5%;
  margin: 0 0 24px;
  background-color: rgba(30, 30, 30, 0.8);
  border-radius: 5px;
  height: auto;
  padding: 0;
}
.features-img {
  background-image: url(/img/features-path.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 150px;
  height: 150px;
  margin: 0 0 30px;
}
.feature-sec-box h2 {
  padding: 0 12px;
  margin: 0 0 20px;
  height: 85px;
}
.feature-sec-box a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px;
}
.lightbox-target {
  position: absolute;
  top: -100%;
  background-color: #1e1e1e;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
}
.lightbox-target img {
  margin: auto;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#feature1,
a.lightbox-close {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
a.lightbox-close {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: -80px;
  right: 0;
  transition: 0.5s ease-in-out;
}
a.lightbox-close:before {
  width: 2px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.lightbox-close:after {
  width: 2px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lightbox-target:target {
  top: 0;
  bottom: 0;
  overflow: hidden;
  border-radius: 5px;
}
.lightbox-target:target img {
  max-height: 100%;
  max-width: 100%;
}
.lightbox-target .features-img {
  width: 256px;
  height: 256px;
  background-size: 70%;
}
.lightbox-target .features-img video {
  width: 250px;
}
.lightbox-target h2 a {
  font-size: 30px;
  line-height: 37px;
  font-size: 800;
  color: var(--white);
  margin: 0 0 8px;
}
.feature-info {
  padding: 0 40px;
}
.feature-info ul {
  width: 100%;
  display: block;
  margin: 16px 0 0;
}
.feature-info ul li {
  position: relative;
  list-style-type: none;
  font-size: 18px;
  line-height: 22px;
  color: var(--white);
  font-weight: 400;
  padding: 0 0 0 20px;
  margin: 8px 0 0;
}
.feature-info ul li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 8px;
  height: 4px;
  background-color: #d38979;
  border-radius: 5px;
}
.feature-info .register-bttn {
  width: auto;
  display: inline-block;
  color: var(--white);
  border-radius: 5px;
  height: 60px;
  line-height: 60px;
  padding: 0 70px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  background: #cb7767;
  background: -moz-linear-gradient(top, #cb7767 0, #d38979 100%);
  background: -webkit-linear-gradient(top, #cb7767 0, #d38979 100%);
  background: linear-gradient(to bottom, #cb7767 0, #d38979 100%);
  position: absolute;
  bottom: 40px;
  left: 40px;
}
#feature1 {
  top: 0;
  left: -100%;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
#feature1:target,
#feature2 {
  top: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
#feature1:target {
  left: 0;
  width: 49%;
  height: 65%;
  opacity: 1;
  transition: 0.5s ease-in-out;
}
#feature2 {
  left: 20%;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
#feature2:target,
#feature3 {
  top: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
#feature2:target {
  left: 25.5%;
  width: 49%;
  height: 65%;
  opacity: 1;
  transition: 0.5s ease-in-out;
}
#feature3 {
  left: 45%;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
#feature3:target,
#feature4 {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  top: 0;
}
#feature3:target {
  left: 51%;
  width: 49%;
  height: 65%;
  opacity: 1;
  transition: 0.5s ease-in-out;
}
#feature4 {
  left: auto;
  right: 0;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
#feature4:target,
#feature5 {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
#feature4:target {
  top: 0;
  left: auto;
  right: 0;
  width: 49%;
  height: 65%;
  opacity: 1;
  transition: 0.5s ease-in-out;
}
#feature5 {
  left: -100%;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
#feature5:target,
#feature6,
#feature9:target {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
#feature5:target,
#feature9:target {
  left: 0;
  width: 49%;
  height: 65%;
  opacity: 1;
  transition: 0.5s ease-in-out;
}
#feature6 {
  left: 20%;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
#feature10:target,
#feature6:target,
#feature7 {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
#feature10:target,
#feature6:target {
  left: 25.5%;
  width: 49%;
  height: 65%;
  opacity: 1;
  transition: 0.5s ease-in-out;
}
#feature7 {
  left: 45%;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
#feature11:target,
#feature7:target,
#feature8 {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
#feature11:target,
#feature7:target {
  left: 51%;
  width: 49%;
  height: 65%;
  opacity: 1;
  transition: 0.5s ease-in-out;
}
#feature8 {
  left: auto;
  right: 0;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
#feature12:target,
#feature8:target,
#feature9 {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
#feature12:target,
#feature8:target {
  left: auto;
  right: 0;
  width: 49%;
  height: 65%;
  opacity: 1;
  transition: 0.5s ease-in-out;
}
#feature9 {
  top: 34.5%;
  left: -100%;
  opacity: 0;
  transition: 0.5s ease-in-out;
  min-height: 638px;
}
#feature10,
#feature11 {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  top: 34.5%;
  width: 0;
  height: 0;
  opacity: 0;
  min-height: 638px;
}
#feature10 {
  left: 20%;
  transition: 0.5s ease-in-out;
}
#feature11 {
  left: 45%;
  transition: 0.5s ease-in-out;
}
#feature12 {
  top: 34.5%;
  left: auto;
  right: 0;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  min-height: 638px;
}
.involved-category .see_more_edit_cat,
.involved-category .see_more_involved_cat,
.progress .progress-inn,
.progress .progress-inn.active {
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
}
.lightbox-open {
  opacity: 1 !important;
  width: 49% !important;
  height: 65% !important;
}
.lightbox-hide {
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}
#feature10:target,
#feature11:target,
#feature12:target,
#feature5:target,
#feature6:target,
#feature7:target,
#feature8:target,
#feature9:target {
  top: 33%;
}
@media only screen and (max-width: 1600px) {
  .feature-info ul li {
    font-size: 16px;
    line-height: 20px;
  }
  .lightbox-target h2 {
    height: 68px;
  }
  .lightbox-target h2 a {
    font-size: 24px;
    line-height: 30px;
  }
  .feature-sec-box h2,
  .feature-sec-box h2 a {
    font-size: 20px;
    line-height: 24px;
  }
  .feature-sec-box h2 {
    height: 70px;
    margin: 0 0 12px;
  }
  #feature1,
  #feature10,
  #feature11,
  #feature12,
  #feature2,
  #feature3,
  #feature4,
  #feature5,
  #feature6,
  #feature7,
  #feature8,
  #feature9 {
    min-height: 558px;
  }
  .lightbox-target .features-img {
    width: 200px;
    height: 200px;
    background-size: 60%;
  }
  #feature10:target,
  #feature11:target,
  #feature12:target,
  #feature5:target,
  #feature6:target,
  #feature7:target,
  #feature8:target,
  #feature9:target {
    top: 33%;
  }
}
@media only screen and (max-width: 768px) {
  .feature-sec-box,
  .lightbox-target {
    background-color: #000;
  }
  .feature-sec-box > a {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
  }
  .feature-section {
    padding: 0 16px;
    display: block;
    overflow: inherit;
  }
  .feature-sec-box {
    width: 100%;
    position: relative;
    margin: 0 0 16px;
  }
  .upper-landing {
    background-color: #303030;
    height: 100%;
  }
  .upper-landing .center {
    display: block;
    height: 100%;
  }
  .features-img {
    background-image: url(/img/features-path.svg);
    background-repeat: no-repeat;
    background-position: 30px bottom;
    width: 130px;
    height: 100px;
    margin: 0;
    background-size: contain;
  }
  .features-img img {
    width: 100px;
    height: 100px;
  }
  .feature-sec-box h2 {
    text-align: left;
    width: calc(100% - 130px);
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    margin: 0;
  }
  .lightbox-target .features-img {
    width: 150px;
    height: 150px;
  }
  .lightbox-target h2 a {
    font-size: 22px;
    line-height: 24px;
    font-weight: 800;
    color: var(--white);
    margin: 0 0 8px;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
  }
  .feature-info ul li {
    font-size: 14px;
    line-height: 18px;
  }
  .feature-info .register-bttn {
    height: 45px;
    line-height: 45px;
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    margin: 24px 0 0;
    text-align: center;
    font-size: 16px;
  }
  .feature-info {
    padding: 0 16px;
  }
  .lightbox-target {
    left: auto !important;
    width: 100% !important;
    z-index: 0;
  }
  #feature10:target,
  #feature11:target,
  #feature12:target,
  #feature1:target,
  #feature2:target,
  #feature3:target,
  #feature4:target,
  #feature5:target,
  #feature6:target,
  #feature7:target,
  #feature8:target,
  #feature9:target {
    width: 100%;
    min-height: auto;
    height: auto;
    left: auto;
    z-index: 100;
    position: relative;
    top: auto;
    padding: 0 0 20px;
  }
  .feature-sec-box a.remove {
    display: none;
  }
  .upper-landing .center#down {
    padding: 0;
  }
  .lightbox-open .features-img {
    width: 100%;
    height: 140px;
    text-align: center;
    margin: 10px 0 0;
    background-size: auto;
    background-position: 60% 10px;
  }
  .lightbox-target:target img {
    max-height: auto;
    max-width: auto;
    width: auto;
    height: auto;
  }
  .lightbox-open .feature-info h2 {
    width: 100%;
    text-align: center;
  }
}
.profile_public_employer_blade .result-list li .bottom-row > .button-row {
  width: auto;
  justify-content: flex-start;
}
.profile-start-job .about-info.employee-green,
.profile-start-job .about-info.employer-yellow {
  padding: 20px;
  height: auto;
}
.profile-start-job .about-info.employee-green h1 {
  margin: 0 0 16px;
  font-size: 30px;
  font-weight: 700;
  color: var(--white);
  line-height: 34px;
}
.profile-start-job .about-info.employee-green h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--white);
  margin: 0;
  min-height: auto;
}
.profile-start-job .about-info.employer-yellow h1 {
  margin: 0 0 16px;
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-grey);
  line-height: 34px;
}
.profile-start-job .about-info.employer-yellow h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--dark-grey);
  margin: 0;
  min-height: auto;
}
.sugested_profile_cats {
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin: 0 0 8px;
}
.login-content .referral_section input.input-text {
  border: 0;
  margin: 0;
  width: auto;
  height: 40px;
}
.about-description button {
  margin: 0 auto;
  display: table;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.job_details_blade .post-heading-inner h1 {
  font-size: 30px;
  font-weight: 600;
  padding: 0 30px 0 0;
  line-height: 38px;
}
.job_details_blade .post-heading-inner h1 span {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin: 22px 0 0;
}
.involved-category {
  padding: 0 0 40px;
  position: relative;
  justify-content: flex-start;
  align-items: flex-end;
}
.involved-category ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.involved-category ul li {
  margin: 0 8px 8px 0;
  position: relative;
}
.involved-category ul li a {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6c9ba1;
  height: 36px;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  padding: 0 46px 0 16px;
  border-radius: 20px;
  position: relative;
}
.involved-category .see_more_edit_cat,
.involved-category .see_more_involved_cat {
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #303030;
  height: 36px;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  padding: 0 16px;
  border-radius: 20px;
  margin: 0 0 8px;
  cursor: pointer;
}
.involved-category ul li a.addCategory > span {
  position: inherit;
  left: auto;
  top: auto;
  display: block;
  width: auto;
  transform: inherit;
  -webkit-transform: inherit;
  height: auto;
}
.involved-category ul li span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  padding: 0 0 0 4px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.modal_first_step .modal-content h4 {
  text-align: center;
  display: block;
}
.modal_first_step .verifi-pop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: column;
}
.account-suspended,
.modal_first_step .verifi-pop > p {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.headings .headings-l,
.modal_first_step .verifi-pop > p img {
  width: 200px;
}
.modal_first_step .verifi-pop > p:nth-child(3) {
  border-left: 5px solid var(--orange);
  padding: 0 0 0 10px;
  display: block;
}
.modal_first_step .verifi-pop .ver-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0;
}
.modal_first_step .verifi-pop .ver-footer button {
  height: 45px;
  line-height: 45px;
  min-width: 150px;
  background: var(--dark-grey);
  color: var(--light-grey);
  font-weight: 400;
}
.service-pack-badge {
  display: table;
  margin: 0 auto;
  width: auto;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  background: linear-gradient(180deg, #cb7767 0, #d38979 100%);
  border-radius: 5px;
  color: var(--white);
  padding: 3px 16px;
  height: 30px;
}
.service-pack-badge.blank-badge {
  background: 0 0;
  border: 0;
}
.terms_blade .inner-page-content h1 {
  text-align: center;
  margin: 50px 0 20px;
  font-size: 30px;
}
.employer_profile_blade .pagination_section3 .result-list li .button-row {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 58%);
}
.verification_steps_blade .gm-style-iw.gm-style-iw-c {
  height: 140px !important;
  max-height: 180px !important;
  width: 100% !important;
  max-width: 250px !important;
}
.social-btns a img {
  width: 100%;
  max-width: 100%;
}
.faq-section .inner-page-tab h2 {
  font-size: 30px;
  text-align: center;
  margin: 0 0 32px;
}
.blog-listing h1 {
  font-size: 36px;
  margin: 0 0 32px;
  text-align: left;
}
.blog-details-section ul {
  padding: 0;
  width: 100%;
  margin: 0;
}
.notiheader,
ul.pagination {
  margin: 30px 0 20px;
}
.blog-details-section ul li {
  padding: 0 0 0 25px;
  width: 100%;
  margin: 0 0 16px;
  list-style-type: none;
  position: relative;
  font-size: 18px;
}
.blog-details-section ul li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 12px;
  height: 5px;
  background-color: var(--orange);
  border-radius: 5px;
}
.terms_blade h1 strong {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  text-transform: capitalize;
}
@-webkit-keyframes dot-floating {
  0% {
    left: calc(-50% - 5px);
  }
  100%,
  75% {
    left: calc(50% + 105px);
  }
}
@keyframes dot-floating {
  0% {
    left: calc(-50% - 5px);
  }
  100%,
  75% {
    left: calc(50% + 105px);
  }
}
@-webkit-keyframes dot-floating-before {
  0%,
  100%,
  75% {
    left: -50px;
  }
  50% {
    left: -12px;
  }
}
@keyframes dot-floating-before {
  0%,
  100%,
  75% {
    left: -50px;
  }
  50% {
    left: -12px;
  }
}
@-webkit-keyframes dot-floating-after {
  0%,
  100%,
  75% {
    left: -100px;
  }
  50% {
    left: -24px;
  }
}
@keyframes dot-floating-after {
  0%,
  100%,
  75% {
    left: -100px;
  }
  50% {
    left: -24px;
  }
}
.loader-outer {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 999;
}
.loader-outer .stage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2rem 0;
  width: 50%;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
}
.loader-outer .dot-floating,
.loader-outer .dot-floating::after,
.loader-outer .dot-floating::before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  color: #fff;
}
.loader-outer .dot-floating {
  position: relative;
  -webkit-animation: 3s cubic-bezier(0.15, 0.6, 0.9, 0.1) infinite dot-floating;
  animation: 3s cubic-bezier(0.15, 0.6, 0.9, 0.1) infinite dot-floating;
}
.loader-outer .dot-floating::after,
.loader-outer .dot-floating::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.loader-outer .dot-floating::before {
  left: -12px;
  -webkit-animation: 3s ease-in-out infinite dot-floating-before;
  animation: 3s ease-in-out infinite dot-floating-before;
}
.loader-outer .dot-floating::after {
  left: -24px;
  -webkit-animation: 3s cubic-bezier(0.4, 0, 1, 1) infinite dot-floating-after;
  animation: 3s cubic-bezier(0.4, 0, 1, 1) infinite dot-floating-after;
}
div.descriptionShow ol,
div.descriptionShow ul {
  margin-left: 3%;
}
div.descriptionShow ol li,
div.job-post-details-content ol li {
  list-style-type: auto;
  font-size: 16px;
  font-weight: 400;
}
div.descriptionShow ul li,
div.job-post-details-content ul li {
  list-style-type: initial;
  font-size: 16px;
  font-weight: 400;
}
.employee-category-row
  .attachments-component
  ul#attachment-list
  .slick-track
  li
  a.attach-delete-icon
  img,
.job_details_blade .details-similar-jobs ul,
.job_employer_details_blade div.job-post-details-content ol,
div.job-post-details-content ol,
div.job-post-details-content ul {
  margin-left: 0;
}
.notification-list li .notification-description p {
  display: block;
  width: 100%;
  margin: 0 0 16px;
}
.notification-list li .notification-description s {
  text-decoration: line-through;
}
.notification-list li .notification-description ol {
  padding: 0 0 0 40px;
  margin: 24px 0;
  list-style-type: circle;
  list-style-position: inside;
}
.notification-list li .notification-description ol li {
  padding: 0;
  margin: 0 0 10px;
  background-color: transparent;
  font-size: 16px;
  color: var(--dark-grey);
  list-style-type: circle;
  display: list-item;
}
.notification-list li .notification-description ul {
  padding: 0 0 0 40px;
  margin: 24px 0;
  list-style-type: decimal;
  list-style-position: inside;
}
.notification-list li .notification-description ul li {
  padding: 0;
  margin: 0 0 10px;
  background-color: transparent;
  font-size: 16px;
  color: var(--dark-grey);
  list-style-type: decimal;
  display: list-item;
}
h1.cursor::after,
ul.pagination li.active span {
  background-color: var(--orange);
}
.notification-list li .notification-description h1,
.output h1 {
  font-size: 30px;
}
.notification-list li .notification-description h2 {
  font-size: 24px;
}
.job_details_blade .suspended-content p,
.notification-list li .notification-description h3,
.suspend-page.account-suspended .suspended-content p {
  font-size: 20px;
}
.notification-list li .notification-description span.marker {
  color: #fff;
  background-color: var(--orange);
  line-height: 1;
}
.notification-list li .notification-description pre {
  letter-spacing: 1.5px;
}
.bonus_modal .modal-content {
  max-width: 480px;
  text-align: center;
  padding: 60px 30px 50px;
}
.bonus_modal .modal-content .bonus_text,
.popup-addname {
  width: 100%;
  text-align: center;
}
.bonus_modal .modal-content .bonus_text p {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  color: var(--dark-grey);
  text-align: center;
  text-transform: uppercase;
}
.bonus_modal .modal-content button.ok_bonus {
  background: #ecedef;
  height: 50px;
  line-height: 50px;
  width: 90%;
  margin: 20px 0 0;
  color: var(--medium-grey);
  text-transform: uppercase;
}
.add-report-modal .modal-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--dark-grey);
  display: flex;
  justify-content: center;
}
.wallet_blade .new-job-details .job-post-details-info ul.payment-list {
  margin: 10px 0 50px;
}
.job_employer_details_blade .top-intro-row .job-total {
  min-height: 130px;
}
.terms-of-use-text {
  font-size: 14px;
  color: #000;
  position: relative;
  width: auto !important;
  display: flex !important;
  align-items: center;
}
.terms-of-use-text input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  display: none;
}
.terms-of-use-text input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.terms-of-use-text input[type="checkbox"] + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #37d7a0;
  border-radius: 3px;
}
.terms-of-use-text input[type="checkbox"]:hover + label:before {
  background: #fff;
  border: 1px solid #37d7a0;
  border-radius: 2px;
}
.terms-of-use-text input[type="checkbox"]:checked + label:before {
  background: #f7f7f7;
}
.terms-of-use-text input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  background: #37d7a0;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #37d7a0, 4px 0 0 #37d7a0, 4px -2px 0 #37d7a0,
    4px -4px 0 #37d7a0, 4px -6px 0 #37d7a0, 4px -8px 0 #37d7a0;
  transform: rotate(45deg);
}
.employer_edit_profile_blade
  .attachments-row.provide-service-row
  .suggest-category-row {
  width: calc(100% - 22%);
}
.profile_public_employer_blade
  .involved-category.attachments-row
  .suggest-category-row
  .category-box
  img {
  aspect-ratio: 1;
  object-fit: cover;
}
.employee_edit_profile_blade
  .provide-service-row.attachments-row
  .suggest-category-row {
  width: calc(100% - 20%);
}
div.job-post-details-content ul {
  padding: 0 0 0 40px;
}
.void-confirm-box .category-option-box .choose-category p {
  font-size: 16px;
  margin: 0 0 20px;
  font-weight: 500;
}
ul.pagination {
  display: flex !important;
  width: auto;
  gap: 16px !important;
  float: inherit;
  padding: 0;
  justify-content: center;
}
#blog_pagination nav {
  width: 100%;
}
ul.pagination li {
  display: inline-block !important;
  height: auto;
  padding: 0 !important;
  margin: 0 !important;
  text-indent: 0;
  width: auto !important;
}
ul.pagination li a,
ul.pagination li span {
  width: auto;
  height: auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #303030;
  text-indent: 0;
  background-color: var(--light-grey);
  border-radius: 5px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
}
ul.pagination li.active span {
  color: var(--white);
}
.jobs-category-field .KeywordList {
  width: 100% !important;
  top: 55px;
  left: 0;
  background: #fff;
  position: absolute;
  border-radius: 5px;
  z-index: 10;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.keyword-top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px 12px;
  border-bottom: 1px solid #c5c5c5;
}
.keyword-top label {
  color: var(--medium-grey);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  width: calc(100% - 114px);
  display: flex;
  align-items: baseline;
}
.keyword-top label span {
  color: var(--dark-grey);
  font-style: normal;
  margin: 0 0 0 10px;
  word-break: break-all;
  width: 72%;
  display: inline-block;
  line-height: 1.3;
}
.keyword-top a.switch-job {
  font-size: 14px;
  font-weight: 500;
  color: var(--dark-grey);
  text-decoration: underline;
  width: 110px;
  text-align: right;
}
.jobs-category-field .KeywordList ul {
  width: 100%;
  display: block;
  height: 200px;
  overflow: hidden;
  overflow-y: auto;
}
.jobs-category-field .KeywordList ul li .result-show {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--dark-grey);
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding: 0 0 0 42px;
  min-height: 35px;
  justify-content: flex-start;
}
.jobs-category-field .KeywordList ul li .result-show figure {
  margin: 0 8px 0 0;
  padding: 0;
  width: 35px;
  height: 35px;
  background-color: var(--dark-grey);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
}
.jobs-category-field .KeywordList ul li .result-show figure.job-bronze-icon {
  background-color: #cb7767;
}
.jobs-category-field .KeywordList ul li .result-show figure img.white-icons {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  border-radius: 0;
}
.jobs-category-field .KeywordList ul li .result-show figure img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.result-count > div {
  display: flex;
  align-items: center;
  margin: 0 4px;
}
.result-count > div span {
  font-size: 12px;
  margin: 0 0 0 3px;
}
.process_blade .card-verifications ul.paymemt-page-ul li {
  width: 25%;
  overflow: visible;
}
.choose-category-list > a > .main-category {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.search-bar .jobs-category-field .KeywordList .head-keywords-ul li {
  font-weight: 400 !important;
  padding: 5px 16px;
  display: flex;
  align-items: center;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite lds-ring;
  border-color: #fff transparent transparent;
}
.lds-ring div:first-child {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.js-modal-shopify-confirm-box-report .c-popup .category-option-box,
.js-modal-shopify-confirm-box-report-employer .c-popup .category-option-box {
  padding: 40px 20px;
}
.js-modal-shopify-confirm-box-report .c-popup .category-option-box h5,
.js-modal-shopify-confirm-box-report-employer .c-popup .category-option-box h5 {
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: 700;
}
.js-modal-shopify-confirm-box-report .c-popup .category-option-box p,
.js-modal-shopify-confirm-box-report-employer .c-popup .category-option-box p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin: 0 0 6px;
}
.js-modal-shopify-confirm-box-report .choose-category,
.js-modal-shopify-confirm-box-report-employer .choose-category {
  margin: 50px 0 0;
}
.js-modal-shopify-confirm-box-report .choose-category .bttn,
.js-modal-shopify-confirm-box-report-employer .choose-category .bttn {
  width: 48%;
  min-width: auto;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
}
.add-report-modal .modal-content,
.add-report-modal-employer .modal-content {
  padding: 60px 0 50px;
}
.add-report-modal .report-form-img,
.add-report-modal-employer .report-form-img {
  width: 40%;
  background-color: rgba(203, 79, 52, 0.5);
  height: 160px;
  border-radius: 0 100px 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-report-modal .report-form-text,
.add-report-modal-employer .report-form-text {
  width: 55%;
  text-align: left;
  padding: 0 50px 0 0;
}
.add-report-modal .report-form-text h4,
.add-report-modal-employer .report-form-text h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 0;
  display: block;
  text-align: left;
}
.add-report-modal .report-form-text p,
.add-report-modal-employer .report-form-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
.add-report-modal #report_form,
.add-report-modal-employer #report_form {
  padding: 32px 50px 0;
}
.add-report-modal #report_form label,
.add-report-modal-employer #report_form label {
  font-size: 18px;
  font-weight: 600;
  color: var(--dark-grey);
  margin: 20px 0 10px;
}
.add-report-modal #report_form label span,
.add-report-modal-employer #report_form label span {
  background-color: transparent;
  width: auto;
  display: initial;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--medium-grey);
}
.add-report-modal-close,
.add-report-modal-close-employer {
  font-size: 18px;
  font-weight: 600;
  color: var(--medium-grey);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 16px 0 0;
}
.add-report-modal-close button.send-bttn,
.add-report-modal-close-employer button.send-bttn {
  margin-left: 24px;
}
.add-report-modal #report_form .apply-row p span.apply-offer-price,
.add-report-modal-employer #report_form .apply-row p span.apply-offer-price {
  border: 1px solid #c5c5c5;
}
.report-success-modal .category-option-box img,
.report-success-modal-employer .category-option-box img {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  display: table;
}
h1.cursor::after,
h2.cursor::after {
  height: 60px;
  width: 6px;
}
.add-report-modal-close-employer.close_multi,
.add-report-modal-close.close_multi {
  font-size: 50px;
  font-weight: 300;
  color: var(--medium-grey);
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.report-success-modal .category-option-box,
.report-success-modal-employer .category-option-box {
  text-align: left;
  font-size: 16px;
}
.report-success-modal .category-option-box .text-bold,
.report-success-modal-employer .category-option-box .text-bold {
  text-align: center;
  width: 100%;
  display: block;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 20px;
  text-transform: none;
}
.report-success-modal .category-option-box .choose-category button,
.report-success-modal-employer .category-option-box .choose-category button {
  width: 100%;
  height: 46px;
  line-height: 46px;
}
.job-post-details-content a.advnce-search {
  color: var(--dark-grey);
  font-weight: 500;
  display: flex;
  align-items: center;
  font-weight: 18px;
  margin: 0 0 30px;
}
.job-post-details-content a.advnce-search span {
  background-image: url(/img/arrow-left.svg);
  text-indent: -9999px;
  width: 20px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
  margin: 0 0 0 6px;
}
#page_wrap .banner {
  display: block;
  max-width: 870px;
  width: 100%;
  padding: 0;
}
.progress .progress-inn {
  display: none;
}
.progress .progress-inn.active {
  display: block;
  min-height: 250px;
}
.output {
  text-align: center;
  color: #fff;
}
.cursor::after {
  content: "";
  display: inline-block;
  margin-left: 3px;
  background-color: #fff;
  animation-name: blink;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}
@keyframes blink {
  0%,
  49% {
    opacity: 1;
  }
  100%,
  50% {
    opacity: 0;
  }
}
.banner-content .progress-inn h3 {
  padding: 0 0 10px;
  text-transform: capitalize;
  height: auto;
  font-size: 70px;
  font-weight: 900;
  color: var(--white);
}
.banner .progress-inn h4 {
  font-size: 70px;
  font-weight: 900;
  color: var(--orange);
  text-transform: capitalize;
  text-align: left;
  line-height: 85px;
  padding: 0;
  margin: 0 0 40px;
  width: 100%;
}
.employee_edit_profile_blade .employee-category-row .top-category-box {
  right: 0;
  left: auto;
  display: inline-block;
}
.employee_edit_profile_blade
  .employee-edit-category-row
  .top-category-box
  .delet-icon {
  position: absolute;
  right: 10px;
  top: 0;
}
.employee_edit_profile_blade
  .employee-edit-category-row
  .category-edit-box
  .delet-icon
  img {
  width: 30px !important;
  height: 30px;
  padding: 6px;
  border-radius: 50px;
}
.employee_edit_profile_blade .carousel-single .owl-nav {
  position: absolute;
  top: -30px;
  right: -24px;
}
.employer_edit_profile_blade .edit-suggest-category-row .delet-icon img {
  padding: 6px;
  border-radius: 50px;
  background: var(--lighter-grey);
}
.employer_edit_profile_blade .edit-suggest-category-row .delet-icon {
  right: 16px;
}
.settings-right
  .verification-steps.step_6
  .verifications-form
  p.validation-txt {
  font-size: 16px;
  margin: 30px 0 0;
  font-weight: 400;
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 35px;
  position: relative;
}
.settings-right
  .verification-steps.step_6
  .verifications-form
  p.validation-txt
  span {
  background-color: #cb4f34;
  border-radius: 5px;
  width: 25px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin: 0 12px 0 0;
  position: absolute;
  left: 0;
  top: -8px;
}
.suspended-content {
  text-align: left;
  padding: 0 0 0 40px;
}
.suspended-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1e1e1e;
  display: block;
  margin: 0 0 24px;
}
.suspended-content p {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #1e1e1e;
  display: block;
  margin: 0;
  padding: 0 0 0 30px;
}
.suspended-content p span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 50px;
  background-color: #cb4f34;
  color: #fff;
  font-size: 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  padding: 0;
}
.profile_employee_blade .suspended-content {
  padding: 0;
  min-height: 90px;
}
.dashboard_blade .suspended-content {
  padding: 0;
  width: 100%;
  display: block;
}
.dashboard_blade .suspended-content h3,
.dashboard_employer_blade .suspended-content h3 {
  margin: 0 0 20px;
  font-size: 28px;
}
.profile_blade .employee-profile-inner,
.profile_public_employer_blade .employee-profile-inner {
  min-height: 900px;
}
.profile_blade .account-suspended,
.profile_public_employer_blade .account-suspended {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  background-color: var(--light-grey);
  border-radius: 5px;
  padding: 1% 6%;
}
.profile_blade .suspended-content p,
.profile_public_employer_blade .suspended-content p {
  font-size: 18px;
  font-weight: 700;
  padding: 0;
}
.suspended-content p > a {
  color: #679297;
}
.dashboard_blade .suspended-content p span,
.employer_profile_blade .suspended-content p span,
.profile_employee_blade .suspended-content p span {
  height: 65px;
  font-size: 45px;
}
.private_chat_blade .suspended-section p {
  position: relative;
  padding: 0 0 0 45px;
  font-weight: 600;
  font-size: 18px;
}
.private_chat_blade .suspended-section p span {
  width: 32px;
  height: 40px;
  background: #fff;
  display: flex;
  border-radius: 5px;
  color: #cb4f34;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.job_details_blade .suspended-content h3,
.suspend-page.account-suspended .suspended-content h3 {
  font-size: 28px;
}
.job_details_blade .job-post-details .view-btn {
  margin: 0 auto 200px;
  display: table;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}
.suspended-job-post-top .job-post-about {
  width: 54%;
}
.suspended-job-post-top .job-post-about h2 {
  font-size: 32px;
}
.suspended-job-post-top .job-post-about .post-features-inn h4 {
  color: var(--white);
  font-size: 20px;
  padding-top: 24px;
}
.suspended-job-details.account-suspended {
  justify-content: center;
  margin-bottom: 15%;
}
.suspended-badge {
  width: auto;
  border-radius: 20px;
  border: 2px solid #cb4f34;
  line-height: 27px;
  height: 32px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 0 16px 0 36px;
  background-color: transparent;
  background-image: url(/img/suspended-badge.svg);
  background-repeat: no-repeat;
  background-position: 16px center;
  color: #cb4f34;
}
.employee_closed_job_blade .suspended-badge,
.employer_closed_job_blade .suspended-badge,
.result-list li .rate-addres p.dateInfo {
  position: absolute;
  right: 16px;
  top: 20px;
}
.employee_closed_job_blade .result-list li h3,
.employer_closed_job_blade .result-list li h3 {
  justify-content: space-between;
  padding-right: 170px;
}
.employee_closed_job_blade .result-list li .button-row.deactivate-btn-row,
.employer_closed_job_blade .result-list li .button-row.deactivate-btn-row {
  justify-content: flex-end;
  margin: 20px 0 0;
}
.employer_closed_job_blade
  .result-list
  li
  .button-row.deactivate-btn-row
  .reactivate-btn {
  background: #cb7767;
  background: -moz-linear-gradient(top, #cb7767 0, #d38979 100%);
  background: -webkit-linear-gradient(top, #cb7767 0, #d38979 100%);
  background: linear-gradient(to bottom, #cb7767 0, #d38979 100%);
  color: var(--white);
  margin: 0 0 0 8px;
  font-size: 16px;
}
.employer_closed_job_blade
  .result-list
  li
  .button-row.deactivate-btn-row
  .deactivate-view {
  background: var(--light-grey);
  color: var(--dark-grey);
  font-size: 16px;
}
.employer_closed_job_blade
  .result-list
  li
  .button-row.deactivate-btn-row
  .deactivate-view:hover {
  background: var(--lighter-grey);
}
.employee-profile {
  min-height: 600px;
}
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-state-highlight,
.ui-widget-content .ui-state-active,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-active,
.ui-widget-header .ui-state-highlight,
a.ui-button:active {
  border: 1px solid var(--orange) !important;
  background: var(--orange) !important;
  color: var(--white) !important;
}
.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  text-align: center !important;
}
.dashboard_blade .account-suspended,
.dashboard_employer_blade .account-suspended {
  background-color: var(--light-grey);
  border-radius: 5px;
  padding: 20px 50px;
  margin: 0 0 30px;
}
.dashboard_blade .account-suspended img,
.dashboard_employer_blade .account-suspended img {
  width: 160px;
}
.dashboard_blade .suspended-content,
.dashboard_employer_blade .suspended-content {
  min-height: 90px;
  margin: 0 0 0 40px;
}
.landing-info-text {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0 0 50px;
  text-align: center;
}
.banner-content .landing-info-text h1,
.banner-content .landing-info-text h2 {
  font-size: 20px;
  margin: 0 0 14px;
  padding: 0;
  line-height: 1;
  height: auto;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.job_details_blade .job-apply-modal .suspended-content p {
  font-size: 20px;
  width: 100%;
  padding: 0 0 0 60px;
}
.back-to-bottom {
  display: block;
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.dashboard_blade .modal .account-suspended,
.dashboard_employer_blade .modal .account-suspended {
  background-color: transparent;
  margin: 0;
}
.dashboard_blade .modal .account-suspended img,
.dashboard_employer_blade .modal .account-suspended img {
  width: 270px;
}
.dashboard_blade .modal .suspended-content h3 {
  font-size: 18px;
  line-height: 24px;
}
.welcome-profile-suspended {
  width: 100%;
  margin: 140px 0 0;
}
.welcome-profile-suspended .suspended-content {
  background: #ecedef;
  border-radius: 5px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.welcome-profile-suspended .suspended-content p {
  font-size: 16px;
  padding: 0 20px 0 35px;
}
.welcome-profile-suspended .suspended-content p span {
  height: 70px;
}
.welcome-profile-suspended .suspended-content p > a {
  color: var(--orange);
  font-weight: 700;
}
.welcome-profile-suspended .suspended-content a.bttn {
  font-size: 18px;
  min-width: auto;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
}
.suspended-active-contract {
  background-color: var(--light-grey);
  position: relative;
  border-radius: 5px;
  width: 100%;
  display: block;
  margin: 0 0 40px;
  padding: 16px;
  line-height: 40px;
}
.profile_blade .suspended-active-contract .suspended-content,
.profile_public_employer_blade .suspended-active-contract .suspended-content {
  padding: 0;
  min-height: 40px;
}
.profile_blade .suspended-active-contract .suspended-content p,
.profile_public_employer_blade .suspended-active-contract .suspended-content p {
  padding: 0 0 0 30px;
  font-weight: 400;
}
.job-apply-modal .fees-box {
  flex: inherit;
}
.report-success-modal .report-success-close,
.report-success-modal-employer-employer .report-success-close {
  float: right;
  position: absolute;
  right: 10px;
  top: 10px;
}
.report-success-modal .view-btn.report-success-close,
.report-success-modal-employer-employer .view-btn.report-success-close {
  float: right;
  position: inherit;
  right: auto;
  top: auto;
}
.top-category-box-wrap .top-category-box .add-category-filter li {
  margin: 0 10px 10px 0 !important;
  float: left;
}
.employee_see_job_payment_blade .job-post-modal .modal-content h4 {
  text-align: center;
  display: block;
  width: 100%;
}
.prev_bid {
  width: 100%;
  display: block;
  margin: 0 0 30px;
}
.prev_bid h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 10px;
}
.modal-content-main {
  background-color: var(--white);
  margin: auto;
  width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}
.new-payment-request-popup {
  padding: 40px 0 0;
  max-width: 480px;
  width: var(--full-width);
  position: relative;
}
.new-payment-request-popup .round-img {
  text-align: center;
  padding: 10px 0;
  background-color: #f4deaa;
  border-radius: 0 80px 80px 0;
  width: 80%;
}
.new-payment-request-popup .round-img img {
  position: relative;
  right: -50px;
  top: 5px;
}
.new-payment-request-popup .payment-request-offer {
  padding: 30px 40px;
}
.new-payment-request-popup .payment-request-offer h3 {
  padding: 0 0 35px;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #303030;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
.new-payment-request-popup .current-prize-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.new-payment-request-popup .current-prize {
  width: 49%;
  display: flex;
  flex-flow: column;
  padding: 6px 16px;
  background-color: #ecedef;
  border-radius: 5px;
}
.new-payment-request-popup .current-prize span {
  font-size: 14px;
  font-weight: 400;
  color: #303030;
}
.new-payment-request-popup .current-prize strong {
  font-size: 32px;
  color: #303030;
  margin: 3px 0 5px;
}
.new-payment-request-popup .payment-current-offer label,
.new-payment-request-popup .payment-new-offer label {
  font-weight: 600;
  font-size: 16px;
  color: #303030;
  line-height: 1;
}
.new-payment-request-popup .payment-current-offer {
  margin-bottom: 20px;
}
.new-payment-request-popup .new-payment-request-btn {
  height: 45px;
  line-height: 45px;
  min-width: 100%;
  margin-top: 30px;
}
.new-payment-request-popup .new-payment-decline {
  color: #6c9ba1;
  text-align: center;
  display: table;
  font-weight: 700;
  margin: 40px auto 16px;
}
.reported-p {
  position: relative;
  top: 0;
  right: 0;
  text-indent: -9999px;
  border: 1px solid #303030;
  border-radius: 5px;
  padding: 3px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: auto;
  float: right;
}
.archive,
.archive > img,
.archive > span {
  display: inline-block;
}
.job-post-details-content a.vmjp_modal span {
  float: right;
  cursor: pointer;
  margin: 0;
  color: #6c9ba1;
  font-weight: 700;
  font-size: 18px;
}
.archive {
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  width: auto;
}
.archive > img {
  margin: 0 8px -4px 0;
}
.archive > span {
  margin: 0;
  width: auto;
  padding: 0;
  line-height: 1;
}
.job_employer_details_blade .job-post-details {
  padding-bottom: 180px !important;
}
.job_employer_details_blade .job-post-modal .job-post-details {
  padding-bottom: 0 !important;
}
.my_post_promote_button a.job-details-edit {
  position: relative;
  display: inline-block;
}
.my_post_promote_button a.job-details-edit .edit-tooltip {
  position: absolute;
  right: 12px;
  width: 250px !important;
  padding: 12px;
  background: #fff;
  box-shadow: rgb(0 0 0 / 16%) 0 4px 10px;
  border-radius: 5px;
  top: 70px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: var(--dark-grey);
  display: none;
}
.void-confirm-box
  .category-option-box
  .choose-category
  button.continue-void-confirm-box {
  background: #ecedef;
  color: var(--medium-grey);
}
.review-list ul.no-data-ul li {
  border: 0 !important;
}
.jobs-lists-row p.buttom_text6_p {
  font-size: 16px;
  text-align: center;
  color: var(--white);
  margin: 24px 0 0;
  font-weight: 500;
}
.fixed-header .header-r ul li.link-profile ul li:nth-child(8) a > img {
  width: 22px;
}
.promote-left {
  max-width: 520px;
  padding: 44px;
}
.promote-left h2 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 26px;
  color: #303030;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
}
.choose-promote h3,
.promote-left p {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  color: #303030;
}
.choose-promote {
  margin-bottom: 30px;
}
.choose-promote h3 {
  line-height: 1;
  padding: 0 0 16px;
  font-weight: 700;
}
.choose-promote-filter {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.choose-promote-filter .pro-cont,
.choose-promote-filter li {
  align-items: center;
  width: auto;
  font-size: 16px;
  display: flex;
  font-family: Montserrat, sans-serif;
}
.choose-promote-filter li {
  background-color: #6c9ba1;
  border: 1px solid #6c9ba1;
  border-radius: 20px;
  cursor: default;
  float: left;
  padding: 0 20px;
  color: #fff;
  margin: 0 8px 8px 0;
}
.choose-promote-filter .pro-cont {
  border-radius: 5px;
  background-color: #fff;
  height: 30px;
  line-height: 30px;
  font-weight: 400;
  padding: 0 12px;
  color: #303030;
  border: 1px solid #303030;
}
.choose-promote-filter li .choice__remove {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 0 8px;
}
.promote-left .promote-info {
  font-size: 16px;
  margin: 60px 0 0;
  font-weight: 400;
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 35px;
  position: relative;
  font-style: italic;
}
.promote-left .promote-info span {
  background-color: #ebbe56;
  border-radius: 5px;
  width: 25px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin: 0 12px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  font-style: normal;
}
.promote-right {
  background-color: #f5f6f7;
  padding: 30px;
  width: calc(100% - 500px);
}
.promote-service-cost {
  border: 2px solid #303030;
  border-radius: 5px;
  padding: 17px 0;
  text-align: center;
}
.promote-service-cost p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.promote-service-cost label {
  font-weight: 700;
  font-size: 20px;
  color: var(--medium-grey);
}
.promote-service-cost span {
  font-size: 40px;
  margin-right: 13px;
  font-weight: 700;
}
.promote-right .promote-btn,
.promote-right .promote-btn2 {
  height: 45px;
  line-height: 45px;
  min-width: 100%;
  margin-top: 16px;
}
.promote-left .choose-promote:last-of-type {
  margin: 30px 0 0;
  display: block;
}
.promote_modal .modal-content.modal-service {
  padding: 0;
  max-width: 800px;
  overflow: hidden;
}
.promote_modal .modal-content.modal-service .choose-promote .featuredShow {
  margin: 0;
  max-width: 280px;
}
.promote_modal
  .modal-content.modal-service
  .choose-promote
  .featuredShow
  label {
  margin: -3px 0 0;
}
.promote-left .promote-job-info {
  background-color: #f5f6f7;
  padding: 10px 14px;
  margin: 0 0 20px;
  border-radius: 5px;
}
.promote-left .promote-job-info label {
  color: var(--medium-grey);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
.promote-left .promote-job-info p {
  margin: 8px 0 0;
  line-height: 1;
}
.model-job-promote p {
  margin: 0 0 30px;
  color: var(--dark-grey);
}
.archieve-confirm .choose-category > div,
.login-form li.signup-buttons-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0;
}
.archieve-confirm .choose-category > div > button {
  width: 49%;
  font-size: 15px;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
}
.employee_hire_blade .fees-box.hire-box-fees {
  flex: inherit;
  width: 100%;
  max-width: 550px;
}
.employee_edit_profile_blade .l-modal .c-popup.l-modal__body > a,
.employer_edit_profile_blade .l-modal .c-popup.l-modal__body > a {
  position: absolute;
  right: 10px;
  top: 10px;
}
.nav-notify-bubble {
  background-color: var(--red);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid var(--dark-grey);
  float: right;
  z-index: 0;
  margin: 5px 12px 0 0;
  text-indent: -9999px;
  position: relative;
}
.hire-btn-text-cls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 50px 0 0;
}
.hire-btn-text-cls label {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  color: #303030;
  margin: 0 24px 0 0;
}
.hire-btn-text-cls label a {
  color: var(--orange);
  font-weight: 600;
}
.fixed-header
  .header-r
  ul.after-login-header
  li.notification-link.selected
  .nofication-submenu
  li {
  font-size: 14px;
  color: #fff;
  text-indent: 0;
}
.employee-info .education-list .education-right .certificate_edit_confirm,
.employee-info .education-list .education-right .education_edit_confirm,
.employer-info .education-list .education-right .certificate_edit_confirm,
.employer-info .education-list .education-right .education_edit_confirm {
  margin: 0 0 14px;
  display: block;
}
.employee-info .education-list .education-right .licence_edit_confirm,
.employer-info .education-list .education-right .licence_edit_confirm {
  margin: 0 0 5px;
  display: block;
}
.employee-info .all_certificates .education-list,
.employee-info .all_licences .education-list,
.employer-info .all_certificates .education-list,
.employer-info .all_licences .education-list {
  min-height: 75px;
}
.current-login .signin > .login-content {
  max-width: 480px;
  width: 100%;
}
.top-category-box-wrap.scrollbar {
  height: 400px;
}
.send-bttn {
  height: 45px;
  line-height: 45px;
}
.create-job-publish #step2.fixed-box .edit-box.edit-box-search {
  position: fixed;
  top: 80px;
  left: 50%;
  max-width: 1600px;
  padding: 16px 7%;
  background-color: var(--white);
  z-index: 10;
  margin: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.categories_blade .fixed-box > .search-bttns,
.create-job-publish #step2.fixed-box .edit-box.edit-box-search .search-bttns {
  right: 10%;
  top: 30px;
  -webkit-transition: inherit;
  transition: inherit;
}
.inner-page-content #step2.center.fixed-box {
  padding: 220px 7% 0;
}
.edit-box.edit-box-search .choose-cat-list {
  max-height: 98px;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  min-height: 50px;
  padding-right: 130px;
}
.edit-box.edit-box-search .choose-cat-list button.category-next-button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  line-height: 40px;
  min-width: 110px;
}
.choose-promote .add-category-filter li a > span.choice__remove {
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  margin: 0 0 0 8px;
}
.employee-category-row
  .attachments-component
  ul#attachment-list
  .slick-track
  li
  a.attach-show-icon
  img,
.employer-category-row
  .attachments-component
  ul#attachment-list
  .slick-track
  li
  a.attach-show-icon
  img,
.employer_closed_job_list_blade
  .offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row
  .recieved-offer-left
  .rate-addres
  p:first-child
  > img,
.employer_closed_job_list_blade
  .offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row
  .recieved-offer-left
  .rate-addres
  p:nth-child(2)
  > img,
.employer_current_jobs_blade
  .offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row
  .recieved-offer-left
  .rate-addres
  p:first-child
  > img,
.employer_current_jobs_blade
  .offer-listing-page
  .job-post-details-content
  li
  .recieved-offer-inner-row
  .recieved-offer-left
  .rate-addres
  p:nth-child(2)
  > img {
  width: 32px;
}
button.bttn-border-dark > img {
  margin: 0 0 -4px 6px;
  display: inline-block;
}
.job-request-modal-wrapper .use_template {
  font-size: 14px;
  text-decoration: underline;
  color: var(--orange);
  margin: 0 0 20px;
  display: inline-block;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: -50px;
}
#fixed-range-error,
#fixed-range-error #fixed-range-rate-error,
.create_job_blade .error {
  color: #cb4f34 !important;
}
.suggested-employee .suggest-profile-box .suggest-img #text_img {
  background-color: transparent;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 50%;
  position: relative;
  top: 0;
  left: 0;
}
.suggested-employee .suggest-profile-box .suggest-img #text_img > span {
  font-weight: 600;
  font-size: 48px;
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light-grey);
  border-radius: 50%;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 90% !important;
  height: 90% !important;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
}
#lodar_div {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 100;
}
.lds-ellipsis {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:first-child {
  left: 8px;
  animation: 0.6s infinite lds-ellipsis1;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: 0.6s infinite lds-ellipsis2;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: 0.6s infinite lds-ellipsis2;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: 0.6s infinite lds-ellipsis3;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.paypal_success_blade .offer-listing-page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding-bottom: 200px;
}
.paypal_success_blade .offer-listing-page p {
  font-weight: 600;
  font-size: 24px;
  color: var(--dark-grey);
  text-align: center;
  margin: 0 0 40px;
}
.paypal_success_blade .offer-listing-page a > .view-btn {
  min-width: 400px;
  height: 50px;
  line-height: 50px;
  color: var(--dark-grey);
  background: var(--light-grey);
}
#advanceSearchFrm .aside-box:first-child {
  border-bottom: 0;
}
.favourites a.hide,
.favourites a.like,
a.hide,
a.like {
  position: relative;
  display: block;
}
.favourites a.hide > span,
.favourites a.like > span,
a.hide > span,
a.like > span {
  display: none;
  position: absolute;
  right: -30px;
  top: 30px;
  width: 200px;
  border-radius: 5px;
  padding: 12px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.favourites a.hide:hover > span,
.favourites a.like:hover > span,
a.hide:hover > span,
a.like:hover > span {
  display: block;
  color: #fff;
  background-color: var(--darker-grey);
}
a.hide:hover > span:after,
a.like:hover > span:after {
  content: " ";
  position: absolute;
  right: 44px;
  top: -10px;
  border-top: none;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid var(--darker-grey);
}
.promote_modal .save-btn,
.promotion_final_modal .save-btn {
  min-width: 100%;
  margin: 16px 0 0;
}
.create_job_blade .promote_modal .save-btn,
.create_job_blade .promotion_final_modal .save-btn {
  min-width: auto;
  margin: 10px 0 0;
  width: 100%;
}
.blog-share {
  width: 100%;
  background-color: var(--light-grey);
  border-radius: 5px;
  padding: 25px;
  display: flex;
  align-items: center;
  margin: 0 0 56px;
}
.blog-share > span {
  font-weight: 600;
  font-size: 20px;
  color: var(--dark-grey);
  margin: 0 25px 0 0;
}
.blog-share > ul li {
  width: auto;
  margin: 0 25px 0 0;
}
.blog-share > ul li a {
  width: 40px;
  display: inline-block;
  height: 40px;
  border-radius: 0;
}
.blog-share > ul li.blog-fb-icon a {
  background-image: url(/img/blog-fb-icon-grey.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.blog-share > ul li.blog-linkedIn-icon a {
  background-image: url(/img/blog-linkedin-icon-grey.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.blog-share > ul li.blog-twitter-icon a {
  background-image: url(/img/blog-twitter-icon-grey.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.blog-share > ul li.blog-fb-icon a:hover {
  background-image: url(/img/share-fb-icon.svg);
}
.blog-share > ul li.blog-linkedIn-icon a:hover {
  background-image: url(/img/share-linkedin-icon.svg);
}
.blog-share > ul li.blog-twitter-icon a:hover {
  background-image: url(/img/share-twitter-icon.svg);
}
.employee_hire_blade .post-features-inn h4 {
  font-weight: 16px;
}
.settings_blade .verifications-form ul li.verify-number input.input-field,
.step_2 .verifications-form ul li input.input-field,
.step_2 .verifications-form ul li.verify-number input.input-field {
  border: 1px solid #303030;
  background-color: #fff;
  padding: 0 15px 0 120px;
  margin: 0 0 0 10px;
}
.settings_blade .verifications-form ul li.verify-number .mob-pincode,
.step_2 .verifications-form ul li .mob-pincode {
  min-width: 300px;
  border-radius: 5px;
  border: 1px solid var(--light-grey);
  height: 60px;
  padding: 0 18px;
  font-weight: 500;
  font-size: 18px;
  color: #7a7a7a;
  background-color: var(--light-grey);
  position: relative;
  top: auto;
  left: auto;
}
.step_2 .verifications-form ul li #country_code {
  width: 100px;
  background: var(--light-grey);
  margin: 0 -110px 0 20px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: var(--medium-grey);
  z-index: 1;
  height: 40px;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job_details_blade .bidding-profile li .bidding-pro-info h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: var(--dark-grey);
  width: 100%;
  display: block;
  padding: 0 12px 0 0;
}
.job_details_blade .bidding-profile li .bidding-pro-info h3 .ratings {
  margin: 4px 0 0;
}
.categories_blade .edit-box-search.fixed-box {
  position: fixed;
  top: 72px;
  left: 50%;
  max-width: 1600px;
  padding: 16px 7%;
  background-color: var(--white);
  z-index: 10;
  margin: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.all-promotions {
  float: right;
  text-align: right;
  font-size: 20px;
  font-weight: 600;
  color: #6c9ba1;
  font-style: italic;
  margin: 0 0 20px;
}
.map-job,
.map-profile,
ul.payment-list.payment-list-wallet
  nav.flex.items-center.justify-between
  .flex.justify-between {
  float: left;
}
.result_blade .search-map-div .window-bottom .profile-info > img {
  width: 14px;
  height: 14px;
}
.job-total h4 > .hidden-price {
  position: relative;
  background-color: var(--dark-grey);
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 10px 0 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-total h4 > .hidden-price > span {
  position: absolute;
  left: 40px;
  bottom: -40px;
  font-size: 14px;
  font-weight: 500;
  display: none;
  line-height: 1;
  width: 180px;
  background-color: var(--white);
  text-align: center;
  padding: 12px;
  border-radius: 5px;
  color: var(--dark-grey);
}
.edit-box.edit-box-search .choose-cat-list button.category-next-button {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
}
.attachments-component ul li:hover > .attach-show-icon,
.category_add
  .address-attachments
  label.custom-file-upload:hover
  .address-attachments-inner-tooltip,
.edit-box.edit-box-search
  .choose-cat-list.choose-cat-list-next
  button.category-next-button {
  opacity: 1;
  visibility: visible;
}
.gm-style .gm-style-iw-tc::after {
  background: #303030 !important;
}
span.button-circle {
  margin-left: 8px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
  display: inline-block;
}
.settings_blade .verifications-form ul li.verify-number #country_code {
  width: 100px;
  background: var(--light-grey);
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: var(--medium-grey);
  z-index: 1;
  height: 40px;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.settings_blade .verifications-form ul li.verify-number p {
  margin: 0 0 20px;
  position: relative;
  display: flex;
}
.setiing-block .settings-right .step_3 .verifications-form ul li .mob-pincode {
  top: auto;
  left: auto;
  background: #ecedef;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  border: 0;
  font-size: 18px;
  color: #7a7a7a;
  position: relative;
}
.promoted-job-popup h4 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: var(--dark-grey);
  margin: 0 0 30px;
}
.promoted-job-popup-list {
  width: var(--full-width);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.promoted-job-popup-list li {
  width: 49.5%;
  border-radius: 5px;
  background-color: var(--light-grey);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.promoted-job-popup-list li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 600;
  color: var(--dark-grey);
  margin: 0;
}
.promoted-job-popup-list li .promoted-job-right p {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: var(--dark-grey);
  margin: 0 0 0 16px;
}
.promoted-job-popup-list li .promoted-job-right p > img {
  margin: 0 8px 0 0;
  width: 15px;
}
.promoted-job-popup-list li .promoted-job-right span.active {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  color: var(--green);
  font-family: Montserrat, sans-serif;
}
.closed-job-singlepage .current-job-post .job-post-rates .rates-box {
  width: 31%;
  min-height: 165px;
}
.closed-job-singlepage .current-job-post .job-post-rates .rates-box label {
  align-items: baseline;
}
.closed-job-singlepage .current-job-post .job-post-rates .rates-box label em {
  line-height: 24px;
}
.closed-job-singlepage
  .current-job-post
  .job-post-rates
  .rates-box
  label
  em
  > img {
  width: 30px;
}
.closed-job-singlepage-content .post-heading h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 16px;
}
.closed-job-singlepage-content .post-heading span {
  font-size: 14px;
  color: var(--medium-grey);
}
@media only screen and (max-width: 767px) {
  .jobs-tabs ul.tabs {
    height: auto;
    display: block;
    width: 100%;
    border-left: 0;
  }
  .jobs-tabs ul.tabs li {
    width: 100%;
  }
  .jobs-tabs div.tabContainer,
  .jobs-tabs ul.tabs li a {
    border: 0;
  }
  .closed-job-singlepage .current-job-post .job-post-accnt {
    width: 100%;
    margin: 16px 0 0;
  }
  .closed-job-singlepage .current-job-post .job-post-rates {
    width: 94%;
    display: block;
  }
  .closed-job-singlepage .current-job-post .job-post-rates .rates-box {
    min-height: 100px;
  }
}
.modal-open {
  overflow: hidden;
}
.wallet_blade .inner-page-tab .wallet_tab .tabs {
  padding-bottom: 5px;
  border-radius: 0;
  padding-left: 0;
}
.wallet_blade
  .new-job-details
  .job-post-details-info
  .wallet-tab
  ul.tabs
  li.referal-tab
  > .tooltips {
  position: absolute;
  right: -40px;
  top: 0;
}
.modal_view .address-attachments .attached_files li > a {
  padding: 10px 50px 10px 40px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 95% center;
}
.modal_view .address-attachments .attached_files li > a:before {
  position: absolute;
  content: "";
  left: 18px;
  top: 12px;
  width: 14px;
  height: 20px;
  background-image: url("/img/file-icon.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.payment-button-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 50px;
}
.payment-button-row > a.cancel-bttn {
  color: #6c9ba1;
  font-weight: 500;
  font-size: 18px;
  margin: 0 48px 0 0;
}
.payment-button-row > .pay-account-btn {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 500;
}
.promoted-sign {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin: 0 0 16px;
  font-weight: 500;
}
.dashboard_blade .modal_view .rate-box {
  justify-content: flex-start;
  padding: 0 0 40px;
}
.dashboard_blade .modal_view .rate-box .max_fixed,
.dashboard_blade .modal_view .rate-box .max_hour_rt {
  max-width: 240px;
  width: 100%;
  padding: 12px;
  background-color: var(--dark-grey);
  border-radius: 5px;
  margin: 0 16px 0 0;
}
.dashboard_blade .modal_view .rate-box h6 {
  position: inherit;
  top: auto;
  left: auto;
  color: #c5c5c5;
  font-size: 14px;
  margin: 0 0 8px;
}
.dashboard_blade .modal_view .rate-box .fixed-rate > div,
.dashboard_blade .modal_view .rate-box .max_fixed .fixed-rate {
  width: 100%;
  background-color: transparent;
  height: auto;
  align-items: center;
  padding: 0;
  border-radius: 5px;
  justify-content: flex-start;
  display: flex;
}
.dashboard_blade .modal_view .rate-box .view_fixed_min,
.dashboard_blade .modal_view .rate-box .view_hour_max,
.dashboard_blade .modal_view .rate-box .view_hour_min {
  font-size: 26px;
  font-weight: 700;
  max-width: inherit;
  text-align: left;
  width: auto;
  padding: 0 0 0 16px;
  color: #fff;
}
.dashboard_blade .modal_view .rate-box .fixed-rate span,
.dashboard_blade .modal_view .rate-box .view_hour_max span,
.dashboard_blade .modal_view .rate-box .view_hour_min span {
  font-size: 12px;
  text-transform: lowercase;
  color: #c5c5c5;
  margin: 0 0 0 10px;
}
.dashboard_blade .modal_view .rate-box .fixed-rate img,
.dashboard_blade .modal_view .rate-box .max_fixed img,
.profile-shared li span img {
  width: 40px;
}
.empty-state-page h2 {
  font-weight: 800;
  font-size: 30px;
  line-height: 38px;
  color: var(--dark-grey);
  padding: 30px 0;
}
.empty-state-page > img {
  margin: 80px 0 40px;
}
.empty-state-page p {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: var(--dark-grey);
  margin: 0 0 40px;
}
.empty-component-bttn {
  font-size: 24px;
  font-weight: 600;
  min-width: 288px;
  height: 60px;
  line-height: 60px;
}
.job-map-span .del-map {
  position: absolute;
  top: 2px;
  right: 20px;
}
.delete-lang {
  height: 56px;
  width: 36px;
  padding: 21px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 0 0 10px;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.request-sent-section {
  max-width: 500px;
  border: 1px solid var(--dark-grey);
  padding: 32px;
  border-radius: 5px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.request-sent-section img {
  width: 160px;
  height: 160px;
}
.request-sent-section h3 {
  color: var(--orange);
  margin-bottom: 20px;
}
.request-sent-section p {
  font-size: 16px;
  line-height: 24px;
}
.job_details_blade .new-job-details h4.no-biddings {
  background-color: var(--light-grey);
  border-radius: 40px;
  font-weight: 600;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 0 24px;
  width: auto;
  display: inline-block;
}
.bidding-job {
  margin-bottom: 32px;
}
.cke_reset {
  margin-bottom: 10px !important;
}
.invest-btn-bott a,
.job-post-accnt-info .prof-basic-info a h5 {
  color: #fff;
}
.blog-details-section h1 {
  color: var(--dark-grey);
  margin: 0 0 24px;
}
.blog-details-section h2,
.blog-details-section h3 {
  color: var(--dark-grey);
  margin: 0 0 20px;
}
.blog-details-section h4,
.blog-details-section h5,
.blog-details-section h6 {
  margin: 0 0 16px;
  color: var(--dark-grey);
}
.blog-details-section h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}
.blog-details-section h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}
@media only screen and (min-width: 768px) {
  .current-post-button-payment-end-job {
    display: flex;
  }
}
.alertify-close-icon {
  position: absolute;
  top: 0;
  right: 5px;
}
.dashboard_blade .category_add .apply-row .pack-desc {
  margin-bottom: 8px;
}
.dashboard_blade .category_add .apply-row .desc-length {
  bottom: -6px;
}
.create_job_blade .inner-page-content {
  padding: 80px 0 250px;
}
.choose-attachment {
  padding: 16px 0;
}
.profile_employee_blade .modal_view .rate-box .view_fixed_min,
.profile_employee_blade .modal_view .rate-box .view_hour_max,
.profile_employee_blade .modal_view .rate-box .view_hour_min {
  width: auto;
  margin-right: 6px;
}
.profile_employee_blade .modal_view .rate-box .fixed-rate img,
.profile_employee_blade .modal_view .rate-box .max_fixed img {
  width: 28px;
  margin: 0 10px 0 0;
}
.message-arrow {
  background-image: url(/img/chevron_right.svg);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 0 12px 0 0;
}
.category-slide .category-box img.orange-icons {
  filter: invert(99%) sepia(98%) saturate(11%) hue-rotate(208deg)
    brightness(102%) contrast(100%);
}
.service-pack .no-data-service {
  background-image: url(/img/employee-jobrequest-empty-search.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 10px;
  min-height: 116px;
}
.g-recaptcha {
  margin: 30px 0 0;
  height: 78px;
}
.login-form li.signup-buttons-row a.google-signup {
  width: 48px;
  height: 48px;
  margin: 0;
}
.login-form li.signup-buttons-row .signup-btn {
  margin: 0;
  height: 48px;
  line-height: 48px;
  width: calc(100% - 58px);
}
.inner-login .logo-light img {
  height: 42px;
}
#job_terms_check_id {
  display: none;
  opacity: 0;
}
@media only screen and (min-width: 769px) {
  #advanceSearchFrm.fixed-sidebar {
    position: fixed;
    top: 110px;
    width: 100%;
    max-width: 346px;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 10%;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #advanceSearchFrm.fixed-sidebar::-webkit-scrollbar {
    width: 0 !important;
    display: none;
  }
  #advanceSearchFrm.fixed-sidebar .floating-button-row {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    max-width: 346px;
    justify-content: space-between;
    padding: 16px;
  }
  #advanceSearchFrm.fixed-sidebar .floating-button-row .clear-all {
    position: initial;
  }
}
.verify_password p {
  font-size: 14px;
  font-weight: 400;
  color: var(--dark-grey);
}
.profile_blade .send-bttn {
  float: right;
  margin: 10px 0 0;
}
.step_2 .verifications-form ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 42px;
}
.step_2 .verifications-form ul li.verify-number > p {
  width: 50%;
  display: flex;
  align-items: center;
  margin: 0 16px 0 0;
}
.resend-code-link,
.send-call-link {
  color: #303030;
  align-items: center;
  background-position: 0 center;
  padding: 0 0 0 30px;
  font-size: 18px;
  background-color: transparent;
  display: flex;
  background-repeat: no-repeat;
  cursor: pointer;
}
.step_2 .verifications-form ul li.verify-code input.input-field {
  max-width: 400px;
  width: 100%;
  padding: 0 16px;
  margin: 0 16px 0 0;
}
.phone_code_box#verify_phone {
  min-width: auto;
  padding: 0 48px;
}
.send-call-link {
  background-image: url(/img/phone-call-icon.svg);
  margin: 20px 0 0;
}
.step_2 .verifications-form ul li.verify-call {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.resend-code-link {
  background-image: url(/img/resend-icon-b.svg);
  margin: 0 0 0 36px;
}
.timer {
  background-image: url(/img/resend-icon-g.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
  padding: 0 0 0 30px;
  font-size: 18px;
  color: #c5c5c5;
  display: flex;
  align-items: center;
  background-color: transparent;
  margin: 0 0 0 70px;
}
.alertify-span-icon,
.edit-profile-modal .file-upload-outer {
  margin: 0 16px 0 0 !important;
}
.alertify-notifier .ajs-message.ajs-error {
  justify-content: flex-start !important;
}
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  padding: 10px 24px 10px 10px !important;
}
.address-attachments-inner-tooltip {
  position: absolute;
  width: 85%;
  background: #fff;
  top: 34px;
  color: #303030;
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
  padding: 8px;
  border-radius: 5px;
  font-weight: 500;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
}
.category_add .address-attachments .attach_service {
  margin: 0;
  width: 75%;
  max-height: 100px;
  overflow: hidden;
  overflow-y: auto;
}
.create-job-error #cke_jobdescription,
.create-job-error.edit-box input[type="text"],
.create_job_blade .fixed-from.create-job-error,
.create_job_blade .fixed-to.create-job-error,
.create_job_blade .hourly-from.create-job-error,
.create_job_blade .hourly-to.create-job-error {
  border-color: #cb4f34;
}
.create_job_blade .error {
  font-size: 14px;
  margin: -6px 0 5px;
  display: block;
  font-style: italic;
  position: relative;
  padding: 0 0 0 10px;
}
.create_job_blade .error:after {
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #cb4f34;
  width: 3px;
  height: 3px;
  border-radius: 5px;
  content: "";
}
.create_job_blade #step2 .note {
  position: absolute;
  top: 104px;
  left: 0;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  padding-left: 8%;
  font-size: 14px;
}
.create_job_blade #fixed-rate-error,
.create_job_blade #hour-rate-error,
.create_job_blade #hour-rate-error-1st,
.create_job_blade #note-error,
.create_job_blade #range-rate-error {
  color: #cb4f34 !important;
  position: absolute;
  left: 0;
  top: 60px;
  font-size: 13px;
  font-style: italic;
  padding: 0 0 0 10px;
}
.create_job_blade #fixed-rate-error:after,
.create_job_blade #hour-rate-error-1st:after,
.create_job_blade #hour-rate-error:after,
.create_job_blade #note-error:after,
.create_job_blade #range-rate-error:after {
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #cb4f34;
  width: 3px;
  height: 3px;
  border-radius: 5px;
  content: "";
}
.create_job_blade .expected {
  margin: 46px 0 0;
}
.result-list nav {
  margin: 40px 0;
  display: flex;
  justify-content: flex-end;
}
.result-list nav > div > div:last-child > span > span:first-child > span {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 0;
  font-size: 14px;
}
.result-list nav > div > div:last-child > span > span {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: var(--dark-grey);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  margin: 0 3px;
  font-size: 14px;
}
.result-list nav > div > div:last-child > span > a {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  margin: 0 3px;
  font-size: 14px;
}
input[type="password"]::-ms-clear,
input[type="password"]::-ms-reveal {
  display: none;
}
.result-employee-section li .result-employee-left p.empty-content {
  background-image: url(/img/aboutme-empty-state.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -999999px;
  background-size: 100%;
}
.tooltips.active .tools-content p.referred_tooltip {
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
}
.job_details_blade .post-features-inn:first-child {
  margin: 0 30px 0 0;
  width: 50%;
}
.job_details_blade .post-features-inn:nth-child(3) {
  margin: 0 30px 0 0;
  width: 12%;
}
.employee_hire_blade .my_post_promote_button button span {
  font-size: 16px;
  font-weight: 600;
}
.alertify-notifier .ajs-message.ajs-success {
  justify-content: flex-start !important;
  line-height: 1.5 !important;
}
.employer_favourite_hide_jobs_blade .service-pack .no-data-service {
  width: 24%;
  background-size: 85%;
}
.blog-details-section h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}
.blog-details-section h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.blog-details-section h2 strong,
.blog-details-section h3 strong {
  font-weight: inherit;
}
.blog-details-section h4,
.blog-details-section p.intro {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.create-job-steps .step-button-row .g-recaptcha {
  height: 48px;
  margin: 0;
  padding: 0;
}
.profile_blade .modal_view .address-attachments .attached_files {
  max-height: 170px;
  overflow: hidden;
  overflow-y: auto;
}
.forgot-link {
  margin: 16px 0;
  display: inline-block;
}
.footer-block p > label {
  line-height: 1.4;
}
.unsubscribe-section {
  padding: 80px 0;
}
.unsubscribe-block {
  padding: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.unsubscribe-block .unsubscribe-box {
  max-width: 780px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid var(--medium-grey);
  padding: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.unsubscribe-block .unsubscribe-box h2 {
  color: var(--dark-grey);
  font-weight: 700;
  font-size: 32px;
  margin: 0 0 64px;
  padding: 0;
  line-height: 1.4;
  text-align: center;
}
.unsubscribe-block .unsubscribe-box .input-text {
  background-color: var(--white);
  border: 1px solid var(--dark-grey);
  color: var(--dark-grey);
  height: 50px;
  line-height: 50px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 400;
  width: 50%;
  margin: 0 0 16px;
}
.unsubscribe-block .unsubscribe-box .unsubscribe-btn {
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  font-size: 16px;
  min-width: auto;
  width: 50%;
}
.remote-tags,
.result-list li .rate-addres p.remote-tags,
.result-list li .remote-tags {
  width: auto !important;
  background-color: var(--yellow);
  border-radius: 14px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 400;
  color: var(--dark-grey) !important;
}
.remote-job-block {
  width: 100%;
  display: block;
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 600;
  color: var(--dark-grey);
  display: flex;
  align-items: center;
}
.remote-job-block input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.remote-job-block label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #303030;
  box-shadow: none;
  padding: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  top: -1px;
}
.remote-job-block input:checked + label:before {
  background-color: var(--orange);
  border: 1px solid var(--orange);
}
.remote-job-block input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.jobpost-remote-block {
  width: 100%;
  background-color: var(--white);
  padding: 18px 16px;
  min-height: auto;
  height: auto;
  margin: 16px 0 0;
  border-radius: 5px;
}
.jobpost-remote-block .remote-job-block {
  margin: 0;
  font-weight: 400;
}
.remote-tags-b {
  width: auto;
  background-color: var(--dark-grey);
  border-radius: 14px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 400;
  color: var(--white);
  margin: 0 0 0 16px;
}
.job-post-details-info ul.address-post li #map_canvas,
.job-post-details-info ul.address-post li .map_canvas1 {
  border: 1px solid #a7a7a7 !important;
  border-radius: 5px !important;
}
.job-post-details-info ul.address-post li .remote-tags-b {
  height: 28px;
  line-height: 28px;
}
.search-result-page .main-inner {
  min-height: 130vh;
}
.attachments-component,
.popup-attachment-form {
  width: var(--full-width);
  position: relative;
}
.attachments-component ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none;
  width: 100%;
}
.attachments-component ul li {
  position: relative;
  list-style-type: none;
  width: 180px;
  height: 180px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #f5f6f7 !important;
  overflow: hidden;
  border-radius: 5px;
  flex-flow: column;
  margin: 0 16px 16px 0;
  border: 0 !important;
}
.attachments-component ul li > a > img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.attachments-component ul li > span.file-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding: 0 18px;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  bottom: 14px;
  left: 0;
}
.attachments-component ul li.attach-imgs > a.attach-delete-icon {
  width: 40px;
  height: 40px;
}
.attachments-component ul li > .attach-delete-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--dark-grey);
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: -99999px;
  position: absolute;
  right: 8px;
  top: 8px;
}
.attachments-component ul li > .attach-show-icon {
  width: var(--full-width);
  height: var(--full-height);
  border-radius: 0;
  background-color: rgba(48, 48, 48, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: -99999px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
}
.attachments-component ul li.attach-imgs > img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.attachments-component ul li a.attach-delete-icon > img,
.attachments-component ul li a.attach-show-icon > img {
  width: auto;
  height: auto;
  object-fit: contain;
}
.attachments-component ul li a.attach-show-icon {
  pointer-events: none;
}
.details-content-attachment ul.slick-slider li .elem {
  width: 80px;
}
.fancybox__iframe > img {
  width: 100% !important;
  height: auto !important;
}
.details-content-attachment ul.slick-slider li:first-child {
  margin: 0 16px 16px 0;
}
#lcl_window {
  width: 80% !important;
  height: 80% !important;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}
#lcl_window #lcl_elem_wrap {
  background-size: auto !important;
  background-color: #fff;
}
#lcl_thumbs_nav,
#lcl_txt,
.grecaptcha-badge,
.lcl_icon.lcl_play,
.lcl_icon.lcl_thumbs_toggle,
.lcl_icon.lcl_txt_toggle {
  display: none !important;
}
.lcl_minimal #lcl_subj {
  border-radius: 10px;
}
.attachments-component .slick-list {
  padding: 0;
  margin: 0;
  width: 100%;
}
.attachments-component ul .slick-next,
.attachments-component ul .slick-prev {
  position: absolute;
  right: 0;
  top: -30px;
  left: auto;
}
.attachments-component ul .slick-prev {
  background: url(/img/arrow-right.svg) no-repeat;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  display: block;
  right: 30px;
}
.employee_hire_blade #sendoffer .employee-hire li .job_div > span {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 20px;
  display: block;
}
.employer_see_job_payment_blade .new-job-details .job-apply-bttn-row {
  margin: -100px 0 50px;
  position: relative;
  z-index: 1;
}
.employer_see_job_payment_blade .job-post-details .post-heading h2 {
  width: 83%;
  word-break: break-all;
}
.employee_see_job_payment_blade .job-post-accnt-info .prof-basic-info {
  width: calc(100% - 150px);
}
.escrow-popup-box .modal-content {
  max-width: 555px;
  padding: 30px 20px 20px;
}
.escrow-popup-box
  .modal-content
  .c-popup
  .close-confirm-box-release-payment-end-this-job {
  position: absolute;
  top: -10px;
  right: 0;
}
.escrow-popup-box .modal-content .c-popup {
  max-width: 100%;
  top: auto;
  transform: initial;
}
.escrow-description {
  width: 100%;
  position: relative;
  display: block;
  margin: 0 0 32px;
}
.escrow-description label {
  font-weight: 600;
  font-size: 16px;
  color: var(--dark-grey);
  margin: 0 0 8px;
  display: block;
  text-align: left;
}
.escrow-description .textarea-box {
  border: 1px solid #c5c5c5;
  width: 100%;
  padding: 8px 14px 20px;
  border-radius: 5px;
  height: 160px;
  text-align: left;
  position: relative;
}
.escrow-description textarea {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  height: 150px;
  text-align: left;
  resize: none;
}
.escrow-description span {
  font-weight: 400;
  font-size: 10px;
  color: var(--dark-grey);
  position: absolute;
  right: 10px;
  bottom: 0;
}
.escrow-popup-box .apply-row {
  display: block;
  width: 100%;
  text-align: left;
}
.escrow-popup-box .apply-row h5 {
  margin: 0 0 12px;
  font-size: 16px;
}
.escrow-popup-box .apply-row .new-offer-price-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.escrow-popup-box .apply-row .new-offer-price-inner p {
  width: 49%;
  margin: 0;
  position: relative;
}
.escrow-popup-box .apply-row p span > img {
  width: 35px;
  margin: 0 10px 0 0;
}
.initial-price {
  margin: 0 0 32px;
}
.escrow-popup-box .fees-box {
  background-color: transparent;
  border-radius: 0;
  margin: 0 0 40px;
  padding: 0;
  display: block;
}
.escrow-popup-box .fees-box > p {
  width: 100%;
  font-size: 14px;
  font-style: italic;
}
.initial-price.apply-row label {
  position: absolute;
  left: 16px;
  top: 6px;
}
.escrow-popup-box .initial-price.apply-row p span {
  text-align: left;
  padding: 25px 16px 10px;
}
.employee_see_job_payment_blade
  .job-post-details
  .post-heading
  button.change_offer {
  position: absolute;
  right: 0;
  top: 50px;
}
.inner-page.signup-success {
  background-color: transparent;
  text-align: center;
  padding-bottom: 90px;
}
.inner-page.signup-success h2 {
  font-weight: 800;
  font-size: 40px;
  color: var(--dark-grey);
  margin: 0 0 24px;
  display: block;
}
.inner-page.signup-success p {
  font-weight: 500;
  font-size: 24px;
  color: var(--dark-grey);
  padding: 0 0 32px;
  margin: 0 0 32px;
  border-bottom: 1px solid #c5c5c5;
  display: inline-block;
  width: auto;
}
.inner-page.signup-success h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--dark-grey);
}
.sendagain-btn {
  margin: 16px auto;
  display: table;
  color: var(--dark-grey);
}
.signup-foot-text {
  margin: 0 auto 10px;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.signup-foot-text .support-team {
  color: var(--dark-grey);
  text-decoration: underline;
}
.edit-profile-modal .apply-row p label > span {
  font-size: 12px;
  font-weight: 400;
  background-color: transparent;
  border-radius: 0;
  padding: 0 !important;
  display: inline-block;
  margin: 0;
  text-align: left;
}
.popup .modal-content {
  max-width: 700px;
  padding: 40px;
}
.popup-addname .input-field,
.popup-attachment-form ul li .input-field {
  padding: 0 15px;
  border-radius: 5px;
  color: var(--dark-grey);
  font-weight: 400;
}
.popup-addname > img {
  margin: 0 auto 32px;
  display: table;
}
.popup-addname p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: var(--dark-grey);
  margin: 0 0 32px;
}
.popup-addname .input-field {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  margin: 0 0 32px;
  width: 100%;
  display: inline-block;
  border: 1px solid var(--dark-grey);
}
.popup-addname .next-prev-row .bttn {
  font-size: 24px;
  font-weight: 500;
  color: var(--dark-grey);
  height: 60px;
  line-height: 60px;
  width: 48%;
}
.addeducation-heading {
  display: flex;
  align-items: center;
  margin: 0 0 32px;
}
.addeducation-heading > img {
  margin: 0 32px 0 0;
}
.addeducation-heading > span {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: var(--dark-grey);
}
.popup-attachment-form ul li {
  width: var(--full-width);
  position: relative;
  margin: 0 0 16px;
}
.popup-attachment-form ul li.date {
  width: var(--full-width);
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.popup-attachment-form ul li label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  color: var(--medium-grey);
  margin: 0 0 8px;
  display: block;
}
.popup-attachment-form ul li .input-field {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  margin: 0;
  width: 100%;
  display: inline-block;
  border: 1px solid var(--medium-grey);
}
.popup-attachment-form ul li textarea.area-field {
  height: 60px;
  line-height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: var(--dark-grey);
  padding: 10px 15px;
  margin: 0;
  border-radius: 5px;
  width: 100%;
  display: inline-block;
  border: 1px solid var(--medium-grey);
  resize: none;
}
.apply-row label.upload-file-attach,
.popup-attachment-form ul li ul.file-list li {
  border-radius: 32px;
  padding: 6px 16px;
  background-color: #ecedef;
  height: 40px;
  line-height: 1;
}
.popup-attachment-form ul li .input-field.date-field {
  background-image: url(../img/date-icon.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
}
.popup-attachment-form ul li .custom-file label {
  background: #6c9ba1;
  border-radius: 25px;
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--white);
  font-size: 18px;
}
.popup-attachment-form ul li .custom-file {
  position: relative;
  overflow: hidden;
  margin: 8px 0;
  display: inline-block;
  padding: 0;
  width: 200px;
}
.popup-attachment-form ul li .custom-file-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 100;
}
.popup-attachment-form ul li .custom-file img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.popup-attachment-form ul li ul.file-list {
  list-style: none;
  padding: 10px 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.popup-attachment-form ul li ul.file-list li {
  margin: 0 8px 8px 0;
  font-size: 14px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.apply-row label.upload-file-attach > a,
.popup-attachment-form ul li .remove-list {
  cursor: pointer;
  margin-left: 10px;
  background-color: #303030;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.popup-addeducation .next-prev-row {
  padding: 40px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.popup-addeducation .next-prev-row > a {
  font-weight: 600;
  font-size: 16px;
  color: #6c9ba1;
  margin: 0 16px 0 0;
}
.job-apply-modal.popup
  .modal-content
  .apply-job-price
  .new-offer-price-inner
  p
  span,
.popup .apply-row p span.apply-offer-price {
  height: 40px;
}
.file-upload-outer {
  width: 100% !important;
  display: block;
}
.job-apply-modal.popup .modal-content .apply-row textarea {
  height: 60px;
}
.apply-row label.upload-file-attach {
  margin: 0 0 0 16px;
  font-size: 14px;
  width: auto !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.apply-row label.custom-file-upload {
  background: #6c9ba1;
  border-radius: 25px;
  display: inline-block;
  width: auto !important;
  height: 40px;
  line-height: 40px !important;
  text-align: center;
  color: var(--white);
  font-size: 18px;
}
.edit-profile-modal.popup .apply-row p textarea {
  border: 1px solid var(--dark-grey);
  height: 60px;
}
.edit-profile-modal .apply-row p span input.certificate_end,
.edit-profile-modal .apply-row p span input.certificate_start,
.edit-profile-modal .apply-row p span input.education_end,
.edit-profile-modal .apply-row p span input.education_start,
.edit-profile-modal .apply-row p span input.licence_end,
.edit-profile-modal .apply-row p span input.licence_start {
  height: auto;
  background-image: url(../img/date-icon.svg);
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 20px;
}
.employee_edit_profile_blade .attachment-name-modal .modal-content,
.employer_edit_profile_blade .attachment-name-modal .modal-content {
  max-width: 500px;
}
.popup-addname .next-prev-row {
  justify-content: space-between;
  display: flex;
}
.map-popup-outer {
  max-width: 360px;
  width: 100%;
  border-radius: 5px;
  background-color: var(--darkest-grey);
  padding: 8px;
}
.map-popup-job,
.map-popup-outer ul li,
.map-popup-profile {
  background-color: var(--dark-grey);
  padding: 10px;
  margin: 0 0 8px;
  border-radius: 5px;
}
.map-popup-outer ul li h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: var(--white);
  width: 100%;
  display: block;
  margin: 0 0 8px;
  min-height: auto;
}
.map-popup-outer ul li .amounts-row {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 0 8px;
}
.map-popup-outer ul li .amounts-row p {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  margin: 0 16px 0 0;
}
.map-popup-outer ul li p.descriptions {
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  color: var(--white);
  line-height: 17px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 8px;
  text-align: left;
  padding: 0 0 10px;
}
.map-popup-outer ul li .view-btn {
  height: 38px;
  min-width: 100%;
  line-height: 38px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}
.map-popup-outer.scrollbar {
  max-width: 295px;
  min-width: 295px;
  max-height: 255px;
  height: 255px;
  margin: 0;
  background: var(--darkest-grey);
}
.map-job {
  margin: 0 100px 0 0 !important;
}
.map-popup-profile .profile-row-top,
.profile-row-top,
.works-graphic {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile-row-top .pro-box {
  width: 58%;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 50px;
}
.map-popup-profile .profile-row-top .pro-box .pro-img,
.profile-row-top .pro-box .pro-img {
  position: absolute;
  left: 0;
  top: auto;
}
.map-popup-profile .pro-infos .profile-info-title a,
.map-popup-profile .profile-row-top .pro-box a,
.profile-row-top .pro-box a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.map-popup-profile .profile-row-top .pro-box span,
.profile-row-top .pro-box span {
  font-weight: 500;
  font-size: 14px;
  color: var(--white);
  margin: 0 0 0 49px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro-infos {
  width: 42%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.map-popup-profile .pro-infos .profile-info,
.pro-infos .profile-info {
  display: flex;
  align-items: center;
  color: var(--white);
  margin: 0;
  width: auto;
}
.map-popup-profile .pro-infos .profile-info span.rating,
.pro-infos .profile-info span.rating {
  font-size: 12px;
  margin: 0 0 0 1px;
}
.map-popup-outer ul li .my-category-list.my-category-list-map,
.map-popup-profile .my-category-list.my-category-list-map {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0 10px;
}
.map-popup-outer ul li .my-category-list.my-category-list-map ul li,
.map-popup-profile .my-category-list.my-category-list-map ul li {
  width: auto;
  margin: 0 8px 8px 0;
  padding: 0 8px;
  border-radius: 5px;
  height: 35px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 12px;
  background-color: var(--darkest-grey);
  color: var(--white);
}
.map-popup-outer ul li .my-category-list.my-category-list-map ul li label,
.map-popup-profile .my-category-list.my-category-list-map ul li label {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
}
.scrollbar::-webkit-scrollbar {
  background-color: #fff;
  width: 6px;
}
.gm-style-iw.gm-style-iw-c {
  height: 170px !important;
  max-height: 255px !important;
  max-width: 260px !important;
  background-color: var(--darkest-grey) !important;
  padding: 20px 8px 8px !important;
}
.gm-style .gm-style-iw-d {
  background: 0 0;
  overflow: hidden !important;
  padding: 0;
}
.gm-style .gm-style-iw-d .inner-page-content,
.gm-style .gm-style-iw-d .inner-page-content .center {
  padding: 0;
  height: auto;
}
.map-popup-outer.scrollbar.map-job,
.nofication-submenu .scrollbar > li {
  margin: 0 !important;
}
.map-popup-job h3 {
  font-weight: 600;
  font-size: 16px !important;
  line-height: 18px !important;
  color: var(--white);
  width: 100%;
  display: block;
  margin: 0 0 8px;
  min-height: auto !important;
}
.tutorial-box h2,
.tutorial-box p {
  line-height: 1.2;
  color: var(--dark-grey);
}
.map-popup-job .amounts-row {
  width: 100%;
  margin: 14px 15px 8px 0;
  display: flex;
  flex-direction: column;
}
.map-popup-job .amounts-row p {
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  margin: 0 16px 0 0;
  padding: 0;
  text-align: left;
}
.map-popup-job .amounts-row p i {
  font-style: normal;
  color: #cf8070;
  margin: 0 5px;
}
.map-popup-job .amounts-row p img {
  max-width: 30px;
  margin: 0;
}
.map-popup-job button {
  float: right;
  margin-top: -45px;
  background: 0 0;
  border: 1px solid #fff;
  border-radius: 7px;
  cursor: pointer;
}
.map-popup-job img {
  max-width: 25px;
  margin: 0;
}
.map-popup-job a,
.map-popup-profile .profile-link-btn a {
  color: #cf8070;
  font-weight: 600;
  display: flex;
  justify-content: center;
  font-size: 18px;
}
.map-popup-profile .profile-row-top .pro-box {
  width: 60px;
  display: flex;
  align-items: center;
  position: relative;
  min-height: 50px;
}
.map-popup-profile .pro-infos {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}
.dz-preview,
.my-dropzone .upload-attach-button {
  border-radius: 5px;
  height: 170px;
  margin: 8px;
  width: 184px;
  cursor: pointer;
}
.map-popup-profile .pro-infos .profile-info-title span {
  font-weight: 500;
  font-size: 14px;
  color: var(--white);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 0;
}
.map-popup-profile .pro-infos .profile-info:first-child {
  margin: 0 13px 0 0;
}
.map-popup-profile .pro-infos .profile-info > img {
  width: 12px;
  margin: 0 5px 0 0;
}
.map-popup-profile button.view-btn {
  height: 41px;
  line-height: 40px;
  width: 100%;
}
.alertify-notifier {
  z-index: 100000000000 !important;
}
.alertify-notifier .ajs-message {
  line-height: 1.2 !important;
}
.request-withdrawl li:first-child .tooltips.active .tools-content {
  min-width: 100px;
  width: auto;
  transform: initial;
  left: 40px;
  right: auto;
}
.edit-profile-modal .apply-row p span input.education_end,
.edit-profile-modal .apply-row p span input.education_start {
  background-image: none;
}
.result-list.carousel-single .owl-nav .owl-next span,
.result-list.carousel-single .owl-nav .owl-prev span {
  width: 10px;
}
.my-dropzone {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-wrap: wrap;
}
.dz-image,
.dz-preview {
  display: flex;
  align-items: center;
}
.my-dropzone .upload-attach-button {
  background: url(/img/add-attach-img.svg) no-repeat;
  overflow: hidden;
  text-indent: -99999px;
  z-index: -1;
}
.dz-preview {
  border: 5px solid var(--light-grey);
  justify-content: center;
  flex-flow: column;
  position: relative;
}
.dz-image {
  width: 100%;
  height: 100%;
  padding: 5px;
  justify-content: center;
}
.dz-image > img {
  max-width: 100%;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#msform fieldset:not(:first-of-type),
#step7 p.categories-job span > img,
.blog-right.blogRightMob,
.dz-details .dz-size,
.dz-error-mark,
.dz-success-mark,
.result-list li .rate-addres p.dateInfo img,
.seeMoreHover .seeMoreInfo {
  display: none;
}
.dz-filename {
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  color: #000;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 2px 8px;
}
.dz-remove {
  border-radius: 0 0 0 5px;
  cursor: pointer;
  padding: 4px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/delet-w.svg) center center/55% no-repeat #cb4f34;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
}
.add-modal-header .tooltips .tools-content {
  bottom: auto;
  top: 0;
}
.choose-hourly-rate .add-fees-text .tooltips .tools-content {
  right: 0;
  bottom: 34px;
}
.category_add .address-attachments .attach_service #job-req-attach li {
  margin: 0 4px 0 5px;
  height: 45px;
  line-height: initial;
  padding: 0 8px 0 18px;
  font-size: 12px;
}
#msform,
.fixed-box-rate.fixed-from.create-job-error level#fixed-rate-error,
.fixed-rate level#fixed-rate-error {
  margin-top: 0;
}
input:-internal-autofill-selected {
  background-color: var(--dark-grey) !important;
}
input:-internal-autofill-previewed {
  background-color: var(--dark-grey) !important;
}
input:-webkit-autofill {
  background-color: var(--dark-grey) !important;
}
.job-map-span input[type="text"] {
  padding: 0 56px 0 16px;
}
.edit-profile-modal .file-upload-outer .custom-file-upload {
  width: auto !important;
  height: 45px;
  line-height: 45px;
  max-width: 150px;
  min-width: auto;
  font-size: 16px !important;
  border-radius: 25px;
  font-weight: 600 !important;
  background: #6c9ba1;
}
.dropdown-section {
  width: auto;
  position: relative;
}
.dropdown-section a.dropdown-icon {
  background-color: #fff;
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 5px;
  background-image: url(/img/toggle-dots-menu.svg);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}
.dropdown-section .dropdown-box {
  width: 360px;
  background-color: #fff;
  border-radius: 5px;
  padding: 16px;
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 48px;
  right: 4px;
  z-index: 10;
}
.dropdown-section .dropdown-box ul {
  width: 100%;
  display: block;
  padding: 0 7px;
  margin: 0;
}
.dropdown-section .dropdown-box ul li {
  width: 100%;
  display: block;
  padding: 0;
  margin: 6px 0;
  background-color: transparent;
}
.dropdown-section .dropdown-box ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  background-color: transparent;
  font-weight: 500;
  font-size: 16px;
  color: var(--dark-grey);
}
.employee_edit_profile_blade .carousel-single.all_experices .owl-nav {
  position: absolute;
  right: -4px;
  top: -42px;
}
.play-icon .watch-video {
  left: 20px;
}
.create_job_blade .promote_modal .save-btn#featurInActive,
ul.promoted-job-popup-list.boostedJobPopUp li .promoted-job-right p {
  margin-left: 8px;
}
.suggested-employee .percircle,
.suggested-employee .suggest-profile-box .suggest-img,
.suggested-employee .verification-round.percircle {
  background: #fff !important;
}
.suggested-employee .suggest-profile-box .suggest-img #text_img > span {
  background: #fff;
}
.address_label_2 a {
  float: right;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  color: #cb7767;
}
.create_job_blade .job-post-details-info-box.attachment-publish h5 a {
  color: #000;
}
.job-post-details-info-box {
  width: 60%;
  margin: 0 0 32px;
  position: relative;
}
.btnRemote,
.job-post-details-info-box > .no_address_block > a > .remote-tags-b {
  position: absolute;
  right: 0;
  top: 0;
}
#msform,
#msform fieldset,
.card,
.tutorial-cross {
  position: relative;
}
.category_blade.searchCategory ul.result-list li .rate-addres p.remote-tags,
.skip-btn {
  right: 20px;
}
.job-post-details-info-box > a > span.remote-tags-b {
  width: 90px;
  position: absolute;
  right: 0;
  top: 0;
}
.job-post-details-info-box > a span.remote-tags-b img {
  margin-right: 6px;
}
.no_address_block {
  background: #ecedef80;
  border-radius: 5px;
  padding: 24px 14px;
  font-size: 18px;
  color: #303030;
}
.create_job_blade #step6 .choose-hourly-rate.open .fixed-box-rate.fixed-to {
  margin-right: 22px !important;
}
.no_address_block img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.employer_edit_profile_blade .edit-suggest-category-row .delet-icon img {
  width: 30px !important;
  height: 30px;
}
a.delet-icon.attachment_modal.attach-delete-icon img {
  background: #303030;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  border: 1px solid #ffff;
  -webkit-text-fill-color: #ffff;
  -webkit-box-shadow: 0 0 0 1000px #000 inset;
  transition: background-color 5000s ease-in-out;
  border: 1px solid #ffff;
  -webkit-text-fill-color: #ffff;
  -webkit-box-shadow: 0 0 0 1000px #0000 inset;
  -webkit-transition: background-color 5000s ease-in-out;
}
.fadein,
.fadeinup {
  transition: 1.5s;
  opacity: 0;
}
.my-dropzone {
  width: 184px;
  margin: 0 auto;
}
.s3_video_landing .modal-content .close1 {
  right: 0;
  top: 0;
}
.headings.money-headings.emps img {
  width: 26px;
}
.tutorial-modal .modal-content {
  max-width: 408px;
  padding: 30px 0 0;
}
.tutorial-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.tutorial-block {
  max-width: 100%;
  width: 100%;
  background-color: var(--white);
  padding: 16px;
  border-radius: 20px;
  height: 552px;
}
.tutorial-cross {
  width: auto;
  float: right;
  z-index: 100;
}
.tutorial-box {
  width: 100%;
  display: block;
  text-align: center;
  padding: 5px 0 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: column;
}
.tutorial-box img {
  max-width: 100%;
  margin: 0 auto 20px;
  max-height: 150px;
}
.tutorial-box h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 16px;
  display: block;
}
.tutorial-box p {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 20px;
  padding: 0 16px;
  display: block;
}
.dob.hasDatepicker,
.locationHomeMap p {
  text-align: left !important;
}
.tutorial-profile-upload {
  width: 100%;
  display: block;
  text-align: center;
}
.tutorial-profile-upload > img {
  width: 120px;
  height: 120px;
  cursor: pointer;
}
.tutorial-field {
  width: 100%;
  border-radius: 5px;
  border: 1px solid var(--dark-grey);
  color: #000;
  padding: 12px;
  height: 48px;
  line-height: 48px;
  margin: 10px 0 0;
}
#msform {
  text-align: center;
  height: 100%;
}
#msform fieldset {
  background: #fff;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  height: 94%;
  margin: 0;
  padding-bottom: 0;
}
.form-card {
  height: 100%;
  padding: 0 0 75px;
}
.card {
  z-index: 0;
  border: none;
}
.fieldlabels {
  color: gray;
  text-align: left;
}
#progressbar li.progress-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #303030;
  background-color: #fff;
  margin: 0 4px;
}
.fit-image {
  width: 100%;
  object-fit: cover;
}
#msform .action-button {
  background-color: var(--dark-grey);
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  height: 35px;
  line-height: 35px;
  padding: 0 12px;
  min-width: 160px;
  border-radius: 5px;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.skip-btn {
  position: absolute;
  bottom: -16px;
  color: #303030;
  font-weight: 400;
  font-size: 16px;
}
#msform fieldset:first-child .tutorial-box img,
#msform fieldset:nth-child(4) .tutorial-box img {
  max-height: 100%;
}
.croppie-container .cr-boundary {
  width: 700px !important;
  height: 400px !important;
}
.tutorial-box label.cabinet {
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.tutorial-box label.cabinet > .edit-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  cursor: pointer;
  border-radius: 50%;
  border: 2px dashed #303030;
  text-align: center;
  background-color: var(--light-grey);
}
.tutorial-modal.modal.in span.close1.close_multi {
  position: absolute;
  z-index: 1;
}
.tutorial-modal.modal.in input.action-button,
.tutorial-modal.modal.in input.next.action-button {
  position: initial !important;
  transform: initial !important;
}
.tutorial-modal.modal.in .modal-content {
  overflow: initial;
}
.tutorial-modal.modal.in .form-card {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.tutorial-modal.modal.in ul#progressbar {
  margin-bottom: 20px;
  margin-top: 20px;
}
.tutorial-modal.modal.in label.cabinet.center-block {
  overflow: initial;
  margin-bottom: 0;
}
.tutorial-modal.modal.in input.next.action-button {
  margin: 0 auto;
}
.tutorial-modal.modal.in .tutorial-box {
  margin-left: 20px;
  margin-right: 20px;
  width: 90%;
}
.tutorial-modal.modal.in label.cabinet.center-block span.edit-img.myBtn_multi {
  border: 0;
  border-radius: 0;
  background: #fff;
}
.tutorial-modal.modal.in {
  padding-top: 0;
  overflow: initial;
}
.tutorial-modal.modal.in .skip-btn {
  bottom: -37px;
}
.tutorial-modal.modal.in a#img_block {
  position: absolute;
  left: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #303030;
  bottom: -36px;
}
.tutorial-modal.modal.in a.back-btn.previous {
  color: #303030;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  left: 20px;
  bottom: -36px;
}
.tutorial-modal.modal.in .remindme {
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  left: 10px;
  top: 5px;
  cursor: pointer;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: #303030;
  color: #303030 !important;
}
.login-form input:-webkit-autofill,
.login-form input:-webkit-autofill:focus,
.login-form input:-webkit-autofill:hover,
.login-form select:-webkit-autofill,
.login-form select:-webkit-autofill:focus,
.login-form select:-webkit-autofill:hover,
.login-form textarea:-webkit-autofill,
.login-form textarea:-webkit-autofill:focus,
.login-form textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: #fff;
  color: #fff !important;
}
.aside-box.border-none {
  border-bottom: 0 !important;
  position: relative;
}
.aside-box .KeywordList {
  margin-left: 5px;
  z-index: 10 !important;
  max-width: 280px !important;
  min-width: 280px;
  left: 4px;
}
.details-content-attachment .files_address.docs img {
  margin-right: 10px;
  vertical-align: middle;
  border: 1px solid #ccc;
  min-width: 90px;
  padding: 4px;
  height: 90px;
  border-radius: 4px;
}
.top-category-box-wrap .top-category-box .job_cat_cls {
  justify-content: left;
  text-align: left;
  line-height: normal;
}
.previewsContainer {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.previewsContainer .dz-file-preview > img {
  object-fit: contain;
}
.result-list li > .rate-addres > p:last-child {
  width: 200px !important;
}
.headerCategories .select2-container--default .select2-selection--custom,
.job-request-modal-wrapper,
.verifi-pop .select2-container .select2-selection--multiple {
  height: auto;
}
.forumBoxDiv {
  padding-top: 20px;
  display: none;
  margin-bottom: 30px;
}
.forumBoxDiv button.go_forum_btn {
  box-shadow: 0 3px 6px 3px rgb(0, 0, 0, 0.1);
}
.banner-content .jobs-category-field .jobs-icon {
  margin: -4px 10px 0 0;
}
.result_blade .result-list.result-employee-section li .rate-addres p {
  height: 40px !important;
  -webkit-line-clamp: 2 !important;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 60% !important;
  display: -webkit-box !important;
}
.involved-category ul li a.addCategory {
  background-color: var(--green) !important;
}
.profile_employee_blade
  .provide-service-row.involved-category
  ul
  li.user-sub-category
  a {
  padding: 0 16px;
  height: auto;
  background: #6c9ba1;
}
.fixed-header {
  z-index: 98 !important;
}
.modal {
  z-index: 99;
}
#withdraw_mode:after {
  contain: "";
  position: absolute;
  background: url(/img/select_arrow.jpg) no-repeat;
  z-index: 1;
  width: 15px;
  height: 15px;
}
.not-found-page h6 {
  font-size: 24px;
  margin-top: 64px;
  margin-bottom: 16px;
}
.not-found-page h4 a.back-home {
  background-color: var(--dark-grey);
  color: var(--white);
  border: 1px solid #241c0f;
}
.not-found-page h4 a.back-home:hover {
  border: 1px solid #241c0f;
  background-color: var(--white);
  color: var(--dark-grey);
}
.modal_view .address-attachments .attached_files li > a:after,
.modal_view .address-attachments .attached_files li > a:hover:after {
  background-position: 50%;
  background-repeat: no-repeat;
  height: 22px;
  right: 18px;
  top: 12px;
  width: 24px;
  background-color: initial;
  border-radius: 50%;
  position: absolute;
  content: "";
}
.not-found-page h4 {
  margin: 64px 0;
}
.l-modal.confirm_modal.is-shown--off-flow {
  z-index: 100 !important;
}
.tutorial-modal.withdrawalModal .modal-content {
  max-width: 408px;
  padding: 30px 0;
}
.tutorial-modal.withdrawalModal .tutorial-box h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 26px;
}
.result_blade
  .result-employee-section.result-list
  li
  .rate-addres
  p:nth-child(2)
  img {
  vertical-align: top;
  margin-bottom: 20px;
  float: left;
}
.result_blade
  .result-employee-section.result-list
  li
  .rate-addres
  p
  span.locationInfo1 {
  width: calc(100% - 30px);
  display: inline-block;
}
.inner-footer {
  margin-top: 2px;
}
.chat-cont .chat-body .chats-text-cont .chat-text.ch-right span {
  margin: 0;
  padding-left: 14px;
}
.ui-datepicker-calendar a.ui-state-default.ui-state-hover {
  cursor: default !important;
}
.favLocation img {
  font-size: 14px;
  vertical-align: middle;
  padding-right: 12px;
}
.category_add .address-attachments .attach_service #job-req-attach li a:before {
  position: absolute;
  content: "";
  top: 12px;
  width: 14px;
  height: 20px;
  background-image: url(/img/file-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
}
.category_add .address-attachments .attach_service a {
  position: relative;
  padding: 5px 5px 5px 30px;
}
.choose-category-list .sub-category ul li {
  width: 16% !important;
}
.modal_view .address-attachments .attached_files li > a:after {
  background-image: url(/img/view-icon-black.svg);
}
.modal_view .address-attachments .attached_files li > a:hover:after {
  background-image: url(/img/view-icon-bronze.png);
}
.choose-category-list .sub-category ul li:nth-child(8n + 8) {
  margin-right: 5px;
}
.history-review-job .result-list li p.job-desc {
  margin-bottom: 0;
  width: calc(100% - 166px);
}
.top-category-box-wrap .top-category-box .job_cat_cls img {
  margin: 0 16px;
}
label.upload-file-attach.certificate_file_label
  span#certificate_attachment_filename {
  max-width: 320px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
ul.payment-list.payment-list-wallet
  nav.flex.items-center.justify-between
  .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between {
  float: right;
  text-align: right;
}
ul.payment-list.payment-list-wallet
  nav.flex.items-center.justify-between
  p.text-sm.text-gray-700.leading-5 {
  padding-bottom: 0;
  margin-bottom: 0;
}
ul.payment-list.payment-list-wallet a {
  vertical-align: top;
  color: #000;
}
ul.payment-list.payment-list-wallet svg {
  max-width: 24px;
}
.modal.withdrawdetailsmodal .show_details {
  height: 100%;
}
.about-description h1 span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#step4 .edit-job-dropzone.dz-clickable ul#item li.img-li {
  display: inline-block;
  vertical-align: middle;
  width: 184px;
  height: 184px;
  overflow: hidden;
  text-align: center;
  position: relative;
  border: 8px solid var(--light-grey);
  border-radius: 5px;
}
#step4 .edit-job-dropzone.dz-clickable ul#item li.img-li img {
  max-width: 100%;
  max-height: 184px;
}
#step4 .edit-job-dropzone.dz-clickable ul#item li.img-li img.delete_image {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 45%;
  max-width: 100%;
  cursor: pointer;
  background: #00000073;
  padding: 4px;
  border-radius: 50%;
}
.create_job_blade .details-content-attachment .files_address ul > li > img {
  height: 185px;
  width: 100% !important;
  background: 0 0;
  border: 0;
}
.attachments-component ul li > span.file-name {
  background: #ffffff6b;
}
.inner-page-content.create-job.create-job-publish div#step2 span.note {
  position: absolute;
  top: 190px;
}
#report_form .apply-row a.cancel-report.add-report-modal-close {
  height: 38px;
  margin-top: 4px;
}
.about-info.employee-green .headings-l img,
.about-info.employer-yellow .headings-l img {
  max-width: 30px;
  vertical-align: middle;
}
.plus_icon_profile {
  height: auto;
  font-weight: 400;
  line-height: 1;
  font-size: 14px;
  background-color: transparent;
  width: auto;
  min-width: auto;
  padding: 0 0 0 5px;
  cursor: pointer;
}
#fixed-range-error {
  display: block;
  position: absolute;
  bottom: -26px;
  font-size: 13px;
  font-style: italic;
}
.add-report-modal-close.close_multi {
  z-index: 11;
}
span.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5,
ul.payment-list.payment-list-wallet.income-data-tab
  span.relative.z-0.inline-flex.shadow-sm.rounded-md
  span {
  vertical-align: top;
}
.add-dob-modal.edit-profile-modal .apply-row p {
  width: 100%;
  margin-right: 0;
}
.profile_public_employer_blade .reported-p,
.reported-p {
  text-indent: inherit;
  width: auto;
  font-size: 16px;
}
ul.information-list.card-details-info li:nth-child(3n + 3) {
  margin-right: 16px !important;
}
.settings_blade .verifications-form ul li.verify-number #country_code {
  margin: 3px -112px 0 20px;
}
.setiing-block
  .settings-right
  .verifications-form
  ul
  li.upload-docs
  .files_address
  ul
  li.img-li
  span {
  line-height: normal;
  font-size: 14px;
}
.verification-media ul li .top-head {
  align-items: center;
  display: block;
  justify-content: space-between;
  margin: 0 0 8px;
}
.verification-media ul li .top-head h3 {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.verification-media ul li .top-head h3 img {
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
.modal-content h4 .tooltips.active .tools-content {
  bottom: -80px;
}
.job-post-details-info ul.address-post li p {
  background-color: transparent;
  margin: 0;
  padding: 0;
  width: 100%;
}
.promoted-job-popup-list li .promoted-job-right {
  width: 80%;
  margin-bottom: 10px;
}
.promoted-job-popup-list li p {
  width: 40%;
  margin-top: -10px;
}
ul.promoted-job-popup-list span.completed,
ul.promoted-job-popup-list span.inactive {
  color: #cb4f34;
  font-style: italic;
  width: 37%;
  font-size: 16px;
}
ul.promoted-job-popup-list span.active {
  color: #46a282;
  font-style: italic;
  width: 37%;
  font-size: 16px;
}
.promoted-job-popup-list li .promoted-job-right:first-child p.cadBoosted {
  background: #fff !important;
  padding: 4px;
  border-radius: 4px;
}
.card-verifications ul.paymemt-page-ul li {
  margin: 0 16px 16px 0;
  overflow: initial;
}
.card-verifications ul.paymemt-page-ul li [type="radio"]:checked + label {
  display: inline-block;
  vertical-align: top;
  width: 87%;
}
.result-list nav > div > div:last-child > span > span,
.result-list nav > div > div:last-child > span > span:first-child > span svg {
  fill: #fff;
}
#step4 ul.choose-attachment {
  position: relative;
  margin-left: 0;
}
#step4 ul.choose-attachment li {
  position: relative;
  padding-left: 40px;
}
#step4 ul.choose-attachment li:after {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 25px;
  height: 8px;
  background: #ebbe56;
  border-radius: 20px;
}
#step4 .previewsContainer {
  min-height: 110px;
}
.choose-cat-list li img {
  margin: 4px 0 0 8px;
}
aside.profile-aside .headings .headings-l {
  width: 72%;
  display: inline-block;
}
.results-row.activeContractsDb p.remote-tags {
  position: initial !important;
}
.disabled,
.disabled:hover {
  cursor: auto;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  max-height: initial;
}
.boostedJobPopUp.promoted-job-popup-list li p {
  width: 50%;
  margin-top: 0;
}
.boostedJobPopUp.promoted-job-popup-list li .promoted-job-right,
.patents-assets-block .left-patents {
  width: 55%;
}
ul.promoted-job-popup-list.boostedJobPopUp li .promoted-job-right span {
  margin-right: 20px;
}
.job-post-details-info ul.address-post.addressPostInfo li {
  background: #fff;
  padding: 10px;
}
.underMaintainanceImg {
  margin-top: 140px;
  text-align: center;
}
.underMaintainanceImg img {
  max-width: 680px;
}
.promoted-job-popup-list.boostedJobPopUp li .promoted-job-right p > img {
  margin: 0 8px 0 0;
  width: 15px;
  vertical-align: middle;
}
.boostedJobPopUp.promoted-job-popup-list li p:last-child {
  width: 83%;
  text-align: right;
  display: inline-block;
}
.promoted-job-popup-list.boostedJobPopUp li .promoted-job-right p.cadBoosted {
  background: #fff !important;
  border-radius: 4px;
  padding: 4px;
  width: 36%;
}
.seeMoreHover {
  display: inline-block;
  position: relative;
}
.seeMoreHover .seeMore24 {
  background-color: #1e1e1e;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  padding: 7px 10px;
  width: auto;
  min-width: inherit;
}
.seeMoreHover .seeMore24:hover {
  background-color: #7a7a7a;
}
.seeMoreHover:hover .seeMoreInfo {
  background: #fff;
  display: block;
  padding: 0;
  position: absolute;
  width: 500px;
  z-index: 1;
  top: 48px;
}
.seeMoreInfo ul {
  border: 0 solid #ccc;
  border-radius: 5px;
  padding: 0;
}
.seeMoreInfo ul li {
  display: flex;
  margin-bottom: 10px;
}
li.seeMoreLi {
  width: auto;
  min-width: initial !important;
  padding: 0 !important;
}
.jobRemoteList .result-list li .rate-addres p.remote-tags {
  position: absolute;
  right: 60px;
  top: 22px;
}
.employer_edit_profile_blade .headings-r,
.employer_profile_blade .headings-r {
  position: absolute;
  top: 16px;
  right: 10px;
}
.play-icon {
  width: 242px;
  left: -30px;
}
.deleteIcon img {
  width: 18px;
  height: 18px;
}
.verification_steps_blade
  .verifications-form
  ul.card-verification-form
  li
  .file-upload-outer
  > div
  li
  > img.delete_id_doc {
  margin-top: 1px;
}
.phone-bg {
  height: 903px;
  width: 100%;
}
.mapPopup .scrollbar::-webkit-scrollbar-track,
.mapPopup .scrollbar::-webkit-scrollbar-track:hover {
  background-color: #303030;
  border-radius: 0 8px 8px 0;
}
.mapPopup .locationBxscroll.scrollbar::-webkit-scrollbar-thumb {
  background-color: #424242;
  border: 1px solid #424242;
  border-radius: 16px;
  min-height: 50px;
}
.locationMapA {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 300px;
}
.locationMapA .mapIcon,
.mapPprofile .mapIcon {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  width: fit-content;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}
.mapPopup .locationBox {
  background: #424242;
  border-radius: 5px;
  padding: 14px 8px 10px;
  position: relative;
  margin-bottom: 8px;
}
.mapPopup .locationBox p {
  margin: 0;
  font-size: 12px;
  color: #fff;
}
.mapPopup .locationBox h2 {
  font-size: 16px;
  margin: 0 0 10px;
  line-height: normal;
  font-weight: 400;
  color: #fff;
}
.mapPopup .locationBox img.mapArrow,
.mapPprofile .locationBox img.mapArrow {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mapPopup .locationBox i,
.mapPprofile .locationBox i {
  font-style: normal;
  color: #cf8070;
}
.mapPprofile {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mapPopup .locationBxscroll {
  background: #303030;
  border-radius: 8px;
  color: #fff;
  height: auto;
  left: 0;
  margin: 0 auto;
  max-height: 190px;
  min-width: auto;
  overflow-y: scroll;
  padding: 8px;
  position: absolute;
  right: 0;
  top: 20px;
  width: 90%;
}
.mapPprofile .scrollbar::-webkit-scrollbar-track,
.mapPprofile .scrollbar::-webkit-scrollbar-track:hover {
  background-color: #303030;
  border-radius: 0 8px 8px 0;
}
.mapPprofile .locationBxscroll.scrollbar::-webkit-scrollbar-thumb {
  background-color: #424242;
  border: 1px solid #424242;
  border-radius: 16px;
  min-height: 50px;
}
.mapPprofile .locationBox {
  background: #424242;
  border-radius: 5px;
  padding: 14px 14px 10px;
  position: relative;
  margin-bottom: 8px;
}
.mapPprofile .locationBox p {
  color: #fff;
  font-size: 12px;
  margin: 0 0 5px;
  font-weight: 400;
  line-height: normal;
}
.mapPprofile .locationBox h2 {
  font-size: 14px;
  margin: 0 0 10px;
  line-height: normal;
  font-weight: 600;
  color: #fff;
}
.proImg {
  border: 1px solid var(--lighter-grey);
  border-radius: 50%;
  height: 40px;
  overflow: hidden;
  padding: 3px;
  width: 40px;
  display: inline-block;
  vertical-align: top;
}
.proImg img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
.userProfileNr {
  display: inline-block;
  width: calc(100% - 60px);
  margin-left: 4px;
}
.userProfileNr span.proName {
  font-size: 14px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  display: block;
}
.userProfileNr .rating {
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 0 4px;
}
.userProfileNr .profileRating {
  display: inline-block;
  margin-right: 5px;
}
.userProfileNr .profileRating img {
  vertical-align: middle;
  width: 18px;
}
.userProfileNr .rating span {
  font-size: 10px;
  font-weight: 400;
}
.locationBox .mapPpArrow {
  margin: 0;
  padding: 0;
  text-align: center;
}
.locationBox .mapPpArrow a {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #cf8070;
}
.gm-style-iw-d {
  width: 215px;
}
.userTitle {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.63px;
  margin-top: 6px;
}
.locationBxscroll.scrollbar {
  background: 0 0;
  max-height: 170px;
  padding: 5px;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #1e1e1e;
}
::-webkit-scrollbar-thumb {
  background: #303030;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.locationHomeMap .locationBox h2 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 10px;
  height: auto;
  padding-bottom: 0;
}
.locationHomeMap p {
  padding: 0;
}
.locationHomeMap p.mapPpArrow {
  text-align: center !important;
  padding: 0;
}
.works-graphic .left p,
.works-graphic .right p {
  font-size: 98px;
  line-height: normal;
  padding: 60px 0;
}
.investor-section {
  width: 100%;
  display: block;
  padding: 80px 0 0;
}
.top-banner-investor {
  background-color: var(--dark-grey);
  width: 100%;
  height: calc(100vh - 80px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.investor-banner-content h1 {
  color: var(--white);
  font-size: 70px;
  font-weight: 300;
  margin: 0 0 40px;
  padding: 0;
  line-height: 1.2;
}
.investor-banner-content p {
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 40px;
}
.invest-button {
  padding: 16px 64px;
  color: var(--dark-grey);
  background-color: var(--white);
  font-size: 20px;
  font-weight: 500;
  border-radius: 20px;
  cursor: pointer;
}
.invest-button:hover {
  background-color: var(--orange);
  color: var(--white);
}
.investor-banner-img {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.investor-banner-img .banner-imgs {
  padding: 20px 0;
  width: 70%;
}
.investor-banner-img .banner-right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.investor-banner-img .banner-right .circle {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0 0 40px;
}
.investor-banner-img .banner-right .circle h2 {
  font-weight: 600;
  font-size: 48px;
  color: var(--white);
  margin: 0 0 24px;
  text-align: center;
}
.investor-banner-img .banner-right .circle p {
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
  margin: 0;
  text-align: center;
  width: 100px;
  line-height: 1.3;
}
.bottom-banner-investor {
  width: 100%;
  display: block;
  clear: both;
}
.connect-service {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 68px 0;
}
.connect-service-l {
  width: 100%;
  max-width: 640px;
}
.connect-service-l h3 {
  font-weight: 400;
  font-size: 48px;
  line-height: 1.3;
  margin: 0 0 40px;
}
.connect-service-r {
  width: calc(100% - 640px);
}
.bright-gap-box {
  width: 100%;
  border-radius: 20px;
  background-color: var(--dark-grey);
  padding: 24px;
}
.bright-gap-box h4 {
  font-weight: 700;
  font-size: 24px;
  color: var(--white);
  margin: 0 0 24px;
}
.bright-gap-box ul {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.bright-gap-box ul li {
  display: block;
  width: 100%;
  padding: 0 0 0 40px;
  margin: 0;
  color: var(--white);
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
  position: relative;
}
.bright-gap-box ul li:after {
  position: absolute;
  content: "";
  left: 16px;
  top: 16px;
  background-color: var(--white);
  width: 8px;
  height: 8px;
  border-radius: 50px;
}
.problem-solve {
  padding: 100px 0;
}
.problem-solve h2 {
  font-weight: 400;
  font-size: 48px;
  color: var(--dark-grey);
  margin: 0 0 64px;
}
.free-market-list,
.problem-solve-list {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.bottom-sec,
.free-market,
.how-works,
.income-source,
.you-create {
  display: block;
  width: 100%;
}
.problem-solve-list ul.problem-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.problem-solve-list ul.problem-list li {
  width: 48%;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid var(--orange);
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--dark-grey);
  font-weight: 400;
  margin: 0 0 16px;
}
.problem-solve-list ul.problem-list li span,
.problem-solve-list ul.problem-list li:nth-child(2n) span {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--dark-grey);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 24px 0 0;
}
.problem-solve-list ul.problem-list li:nth-child(2n) {
  border: 1px solid var(--dark-grey);
  background-color: var(--dark-grey);
  color: var(--white);
}
.problem-solve-list ul.problem-list li label {
  width: calc(100% - 80px);
}
.problem-solve-list ul.problem-list li label p {
  position: relative;
  padding: 0 0 0 20px;
}
.problem-solve-list ul.problem-list li label p:after {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #fff;
}
.how-works {
  background-color: var(--dark-grey);
  padding: 64px 0;
}
.how-works h2 {
  color: var(--white);
  font-size: 48px;
  font-weight: 400;
  margin: 0 0 100px;
  text-align: center;
}
.free-market h2,
.you-create h2 {
  margin: 0 0 50px;
  text-align: center;
  font-weight: 400;
}
.works-graphic .left {
  width: auto;
  display: flex;
  flex-flow: column;
}
.works-graphic .left p {
  display: flex;
  align-items: center;
  font-weight: 400;
  color: var(--white);
}
.works-graphic .left p span {
  font-size: 40px;
  margin: 0 0 0 32px;
}
.works-graphic .right p {
  display: flex;
  align-items: flex-start;
  font-weight: 400;
  color: var(--white);
  position: relative;
}
.works-graphic .right p span {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.works-graphic .right p em {
  font-size: 40px;
  margin: 0;
  font-style: normal;
  line-height: 1;
  display: inline-block;
}
.works-graphic .right p em.top {
  position: absolute;
  left: 100px;
  top: 70px;
}
.works-graphic .right p em.bottom {
  position: absolute;
  right: -10px;
  bottom: 70px;
}
.bottom-sec {
  padding: 0;
}
.you-create {
  padding: 120px 0 20px;
  text-align: center;
}
.you-create h2 {
  color: var(--dark-grey);
}
.free-market {
  padding: 30px 0 20px;
  text-align: center;
}
.free-market h2 {
  color: var(--orange);
}
.free-market-list li {
  width: 28%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.free-market-list li:nth-child(2) {
  margin: 10% 120px 0;
}
.free-market-list li:nth-child(3) {
  margin: 20% 0 0;
}
.income-source {
  text-align: center;
  padding: 60px 0 0;
}
.income-source h2 {
  font-size: 48px;
  font-weight: 400;
  color: var(--dark-grey);
  margin: 0 0 48px;
}
.income-source h4 {
  font-size: 24px;
  font-weight: 400;
  color: var(--dark-grey);
  margin: 0 0 24px;
}
.marketsize h2,
.ranking-search-l h3 {
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1;
}
.income-list-box {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 48px;
}
.income-list-box li {
  width: 23%;
  padding: 64px 24px;
  border: 2px solid var(--dark-grey);
  border-radius: 20px;
  text-align: left;
  margin: 0 20px;
}
.income-list-box li h2 {
  font-size: 24px;
  font-weight: 800;
  color: var(--dark-grey);
  margin: 15px 0 20px;
  line-height: 1;
}
.income-list-box li h3 {
  font-size: 20px;
  font-weight: 800;
  color: var(--dark-grey);
  margin: 38px 0 16px;
  line-height: 1;
}
.income-list-box li p {
  margin: 0;
  font-size: 20px;
  line-height: 1;
}
.marketsize {
  width: 100%;
  padding: 20px 0;
  position: relative;
  min-height: 1000px;
  background-image: url(../img/marketplace-bg.svg);
  background-repeat: no-repeat;
  background-position: right 150px;
  background-size: 470px;
}
.marketsize h2 {
  font-style: normal;
  color: #303030;
  display: inline-block;
  width: 200px;
}
.piechart {
  position: absolute;
  width: auto;
}
.piechart .flag {
  position: absolute;
  left: 38px;
  top: 90px;
  color: #fff;
  font-size: 48px;
  font-weight: 800;
}
.piechart .count,
.piechart .count:after {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  position: absolute;
}
.piechart .flag > img {
  width: 85px;
  border-radius: 5px;
}
.piechart .count {
  right: 40px;
  top: 108px;
  padding: 0 40px 0 0;
}
.piechart .count:after {
  content: "%";
  right: 0;
  top: 0;
}
.piechart .amount {
  position: absolute;
  left: 50%;
  bottom: 74px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.life-cycle-box .top-q,
.life-cycle-box .top-q2 {
  color: #cb7767;
  font-size: 56px;
  font-weight: 900;
  line-height: 48px;
}
.pie-chart1 {
  position: absolute;
  width: auto;
  right: 24%;
  top: 0;
}
.pie-chart2 {
  position: absolute;
  width: auto;
  right: 10%;
  top: 35%;
}
.pie-chart3 {
  position: absolute;
  width: auto;
  right: 48%;
  top: 34%;
}
.pie-chart2 .flag {
  left: 110px;
  top: 90px;
}
.pie-chart2 .count {
  right: 100px;
  top: 108px;
}
.pie-chart3 .flag {
  left: 60px;
  top: 90px;
}
.pie-chart3 .count {
  right: 60px;
  top: 108px;
}
.ranking-search-slider {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 100px;
  position: relative;
}
.ranking-search-l {
  width: 870px;
  height: 870px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #34a853;
  position: relative;
  left: -14%;
}
.life-cycle-box-outer:after,
.life-cycle-box-outer:before {
  background-color: var(--dark-grey);
  position: absolute;
  height: 100%;
  width: 20%;
}
.ranking-search-l h3 {
  color: var(--white);
  padding: 0 0 0 180px;
}
.ranking-search-r {
  padding-right: 100px;
  width: calc(100% - 870px);
}
.owl-carousel.ranking-search-owl-slide {
  position: initial;
  box-shadow: 12px 12px 30px 0 rgba(63, 86, 132, 0.25);
  border-radius: 20px;
  overflow: hidden;
}
.ranking-search-slider .owl-nav {
  position: absolute;
  left: 0;
  bottom: 200px;
  width: 450px;
}
.ranking-search-slider .owl-nav > button > span {
  padding: 0;
  margin: 0;
  text-indent: -99999px;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ranking-search-slider .owl-nav > button.owl-prev span {
  background-image: url("../img/slider-arrow-l.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.ranking-search-slider .owl-nav > button.owl-next span {
  background-image: url("../img/slider-arrow-r.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.our-team-slide-outer .owl-carousel .owl-nav button:hover,
.our-team-slide-outer .owl-carousel .owl-nav.disabled button:hover,
.ranking-search-slider .owl-theme .owl-nav [class*="owl-"]:hover {
  background: 0 0;
}
.source-list-scroll::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}
.source-list-scroll-outer {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 100px;
  margin: 0 0 74px;
}
.source-list-scroll {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100vw;
  transform-origin: top left;
  transform: rotate(-90deg) translateX(-100vh);
  overflow-x: hidden;
  overflow-y: scroll;
}
.source-list-scroll ul {
  display: flex;
  flex-direction: row;
  width: fit-content;
  height: fit-content;
  transform-origin: top left;
  transform: rotate(90deg) translateY(-100vh);
  padding: 0 1% 0 4%;
}
.source-list-scroll ul li {
  width: 100%;
  height: auto;
  min-width: 450px;
  max-width: 450px;
  background-color: var(--light-grey);
  padding: 12px 48px;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  color: var(--dark-grey);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  margin: 0 16px 0 0;
}
.user-growth {
  width: 100%;
  padding: 100px 0 52px;
  background-color: var(--dark-grey);
  margin: 0 0 120px;
}
.life-cycle-box,
.our-team,
.team-member-info {
  background-color: #303030;
}
.user-growth h2 {
  color: var(--white);
  font-size: 48px;
  font-weight: 400;
  display: block;
  text-align: center;
  margin: 0 0 48px;
}
.anticipation-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 48px;
}
.anticipation-row li {
  width: 24%;
  text-align: center;
}
.anticipation-row li label {
  color: var(--white);
  margin: 0 0 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  display: block;
}
.anticipation-row li span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  color: var(--white);
  padding: 40px 10px;
}
.user-growth-top-row p {
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
  text-align: center;
}
.user-growth-top-row P {
  margin: 0 0 120px;
}
.business-model {
  width: 100%;
  display: block;
  margin: 0 0 100px;
}
.business-model h4 {
  font-weight: 400;
  font-size: 28px;
  color: var(--white);
  text-align: center;
  margin: 0 0 24px;
}
.income-fees-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 16px;
}
.income-fees-list li {
  width: 22%;
  background-color: #1e1e1e;
  border-radius: 20px;
  padding: 20px 48px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
.income-fees-list li:first-child {
  background-color: transparent;
  width: 110px;
  font-weight: 700;
}
.income-fees-list li:last-child {
  font-size: 32px;
  font-weight: 700;
}
.business-model p {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 56px;
}
.life-cycle {
  width: 100%;
  display: block;
  margin: 0 0 200px;
}
.life-cycle h2 {
  font-size: 48px;
  font-weight: 400;
  color: var(--dark-grey);
  margin: 0 0 48px;
  text-align: center;
}
.life-cycle-box-outer,
.sourceListScrollOuter {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.life-cycle-box-outer:before {
  right: 0;
  top: 0;
  content: "";
  z-index: -1;
}
.life-cycle-box-outer:after {
  left: 0;
  top: 0;
  content: "";
  z-index: -1;
}
.life-cycle-box-outer li {
  max-width: 250px;
  width: 100%;
  margin: 0 10px;
}
.life-cycle-box {
  width: 100%;
  border-radius: 20px;
  padding: 32px 16px;
  display: flex;
  align-self: stretch;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.life-cycle-box .top-q {
  display: flex;
  align-items: center;
  justify-content: center;
}
.life-cycle-box .top-q span {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.life-cycle-box .top-q2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 45px 42px;
}
.life-cycle-box h4 {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin: 0 0 10px;
  text-align: center;
  min-height: 48px;
}
.life-cycle-box h6 {
  font-weight: 500;
  font-size: 14px;
  color: #7a7a7a;
  margin: 0 0 48px;
  text-align: center;
  min-height: 25px;
}
.life-cycle-box p {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin: 0 0 16px;
  text-align: center;
}
.our-team {
  padding: 135px 0 120px;
}
.our-team h2 {
  font-size: 48px;
  font-weight: 400;
  color: var(--white);
  margin: 0 0 48px;
  text-align: center;
}
.our-team-slider {
  margin: 0 0 80px;
}
.bottom-foot .amount_select,
.invest-amount-main,
.invest-btn-bott {
  margin: 0 auto;
  min-width: 270px;
  font-weight: 500;
}
.our-team-slider .owl-item .our-team-img {
  border-radius: 50%;
  margin: 0 0 0 auto;
  overflow: hidden;
  padding: 30px;
  width: 260px;
  height: 260px;
  position: relative;
  z-index: 5;
}
.our-team-slider .our-team-img:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -0;
  background-image: url(../img/half-round.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% 100%;
}
.team-member-info {
  width: auto;
}
.team-member-info h3 {
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  text-align: left;
  margin: 0 0 16px;
}
.team-member-info span {
  font-weight: 400;
  font-size: 20px;
  color: #7a7a7a;
  letter-spacing: 4px;
  text-align: left;
  margin: 0 0 16px;
}
.our-team-slider .item .team-member-info {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: calc(100% - 240px);
  left: -5px;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: flex-start;
}
.our-team-slider .owl-item.center .item .team-member-info {
  display: flex;
  opacity: 1;
}
.our-team-slider .owl-item.center .item {
  margin: 0 0 0 -620px;
  width: 860px;
  display: flex;
  justify-content: flex-end;
}
.our-team-slider .item .team-member-info:before {
  position: absolute;
  content: "";
  left: -40px;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: -1;
  background-color: #303030;
}
.our-team-slide-outer .owl-carousel .owl-nav,
.our-team-slide-outer .owl-carousel .owl-nav.disabled {
  display: inline-block;
  width: auto;
  margin: 0 0 0 20px;
  background: 0 0;
}
.our-team-slide-outer .owl-carousel .owl-nav button span,
.our-team-slide-outer .owl-carousel .owl-nav.disabled button span {
  text-indent: -99999px;
  width: 40px;
  height: 40px;
  display: inline-block;
}
.our-team-slide-outer .owl-carousel .owl-nav button.owl-next span,
.our-team-slide-outer .owl-carousel .owl-nav.disabled button.owl-next span {
  background-image: url(../img/slider-arrow-r.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.our-team-slide-outer .owl-carousel .owl-nav button.owl-prev span,
.our-team-slide-outer .owl-carousel .owl-nav.disabled button.owl-prev span {
  background-image: url(../img/slider-arrow-l.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.our-team-slide-outer p {
  color: var(--white);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  margin: 0 0 80px;
  display: block;
  padding: 0 20px;
}
.global-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.global-info label {
  display: flex;
  align-items: center;
  font-size: 64px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 0 80px;
}
.global-info label span {
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 0 16px;
}
.bottom-foot {
  width: 100%;
  background-color: #fff;
  padding: 200px 0;
}
.bottom-foot h2 {
  width: 100%;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.3;
  text-align: center;
  display: block;
  color: #303030;
  margin: 0 0 100px;
}
.bottom-foot form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.invest-amount-main {
  background-color: #fff;
  border: 1px solid var(--dark-grey);
  border-radius: 20px;
  color: var(--dark-grey);
  font-size: 20px;
  height: 64px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 12px 10px;
}
.invest-btn-bott,
.reason-invest ul li span em {
  background-color: var(--dark-grey);
  height: 64px;
}
.invest-amount-main input[type="text"] {
  font-size: 1.1rem;
}
.bottom-foot .amount_select {
  text-align: center;
  color: #fff;
  font-size: 20px;
  height: 64px;
  cursor: pointer;
  border: 1px solid var(--dark-grey);
}
.invest-btn-bott {
  display: table;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  border: 1px solid var(--dark-grey);
}
.invest-btn-bott:hover {
  background-color: var(--light-grey);
  color: var(--dark-grey);
  border-color: var(--dark-grey);
}
.patents-assets-block {
  margin-bottom: 135px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.left-patents h2 {
  font-size: 48px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  text-align: left;
  margin: 0 0 64px;
}
.invest-row h2,
.patents-btn {
  text-align: center;
  font-weight: 400;
}
.left-patents ul {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0 0 64px;
}
.left-patents ul li {
  line-height: 32px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 30px;
}
.left-patents ul li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.patents-btn {
  background-color: #1e1e1e;
  padding: 24px;
  border-radius: 20px;
  display: inline-block;
  font-size: 28px;
  color: #fff;
  line-height: 1.3;
  cursor: pointer;
}
.investor_blade .center {
  padding: 0 7px;
}
.invest-row h2 {
  font-size: 48px;
  color: var(--dark-grey);
  display: block;
  margin: 0 0 48px;
}
.financial-invest ul,
.reason-invest ul {
  padding: 0;
  margin: 0 0 90px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.reason-invest ul li {
  width: 20%;
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0 0 32px;
}
.financial-invest ul li span,
.reason-invest ul li span {
  width: 72px;
  height: 70px;
  border-radius: 10px;
  border: 1px solid #303030;
  padding: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 16px 0 0;
}
.reason-invest ul li span em {
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.financial-invest ul li label,
.reason-invest ul li label {
  font-size: 18px;
  font-weight: 400;
  width: 60%;
}
.financial-invest ul li {
  width: 33.33%;
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0 0 32px;
}
.financial-invest ul li span em {
  width: 64px;
  height: 64px;
  background-color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.free-market-list li.fadeinup.visible {
  transition: 1.3s;
}
.free-market-list li:nth-child(2).fadeinup.visible {
  transition: 1.3s 0.8s;
}
.free-market-list li:nth-child(3).fadeinup.visible {
  transition: 1.3s 1.3s;
}
.works-graphic > .fadeinup.visible {
  transition: 1s 0.4s;
}
.problem-solve-list ul.problem-list li:nth-child(2n) li label p {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.fadeinup {
  transform: translate(0, 100px);
}
.fadein.visible,
.fadeinright.visible,
.fadeinup.visible {
  opacity: 1;
  transform: translate(0, 0);
}
.fadein {
  transform: translate(0, 0);
}
.fadeinright {
  opacity: 0;
  transition: 1.8s;
  transform: translate(100px, 0);
}
.sourceListScroll {
  width: 100%;
  display: block;
  overflow: hidden;
  overflow-x: auto;
}
.sourceListScroll::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}
.sourceListScrollOuter:before {
  border-radius: 20px 0 0 20px;
}
.sourceListScrollOuter:after {
  border-radius: 0 20px 20px 0;
}
.sourceListScrollOuter li {
  max-width: 248px;
}
.modal_first_step .verifi-pop .ver-footer1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0;
  gap: 15px;
}
.modal_first_step .verifi-pop .ver-footer1 button {
  height: 45px;
  line-height: 45px;
  min-width: 150px;
  width: 50%;
}
.modal_first_step .verifi-pop .ver-footer1 button:first-child {
  color: var(--dark-grey);
  background: var(--light-grey);
}
.img-li span {
  display: inline-block;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.full-width-result, .full-width-twocol-result{
  display: block;
}