﻿@charset "UTF-8";
:root {
  /* Candidate (default - blue) */
  --light-bg: #EDF2FB;
  --color-one: #122651;
  --color-two: #D2F34C;
  --color-three: #1B49AF;
  --color-four: #0A152D;
  --color-five: #152F65;
  --color-one-rgb: 18, 38, 81;
  --color-three-rgb: 27, 73, 175;
}

body.theme-employer {
  /* Employer (override - red) */
  --light-bg: #E7D7D7;
  --color-one: #EA1521;
  --color-two: #D2F34C;
  --color-three: #ef0401;
  --color-four: #691A1E;
  --color-five: #57090D;
  --color-one-rgb: 234, 21, 33;
  --color-three-rgb: 169, 23, 31;
}

body.theme-candidate {
  /* Explicit fallback */
  --light-bg: #EDF2FB;
  --color-one: #122651;
  --color-two: #D2F34C;
  --color-three: #163061;
  --color-four: #0A152D;
  --color-five: #152F65;
  --color-one-rgb: 18, 38, 81;
  --color-three-rgb: 27, 73, 175;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #183162;
}

body {
  font-family: Heebo !important;
}
body.direction-rtl {
  direction: rtl;
}
body.direction-rtl .blog-section .blog-details-page {
  padding-right: 0;
  margin-right: 0;
  padding-left: 3rem;
  margin-left: 1rem;
}
@media (max-width: 1400px) {
  body.direction-rtl .blog-section .blog-details-page {
    padding-left: 0;
    margin-left: 0;
  }
}
body.direction-rtl .cookie-consent-banner {
  left: auto;
  right: 25px;
  direction: rtl;
}
@media (max-width: 575px) {
  body.direction-rtl .cookie-consent-banner {
    left: 15px;
    right: 15px;
  }
}
body.direction-rtl .cookie-consent-banner .cookie-close-btn {
  right: auto;
  left: 4px;
}
body.direction-rtl .dash-aside-navbar {
  left: unset;
  right: 0;
}
body.direction-rtl .dash-aside-navbar .profile-complete-status .progress-line .inner-line {
  left: unset;
  right: 0;
}
@media (max-width: 767px) {
  body.direction-rtl .dash-aside-navbar {
    transform: translateX(100%);
  }
}
@media (max-width: 767px) {
  body.direction-rtl .dash-aside-navbar.show {
    transform: translateX(0);
  }
}
body.direction-rtl .dash-aside-navbar .logout-btn {
  color: var(--color-three);
  margin-left: unset;
}
body.direction-rtl .dash-aside-navbar .logout-btn img {
  max-width: 20px;
  transform: rotate(180deg);
}
body.direction-rtl .dashboard-body {
  margin-left: 0;
  margin-right: 260px;
  border-radius: 0 50px 50px 0;
}
@media (max-width: 767px) {
  body.direction-rtl .dashboard-body {
    margin: 0;
  }
}
body.direction-rtl .dashboard-body .dash-title-two {
  padding-right: 30px;
}
body.direction-rtl .dashboard-body .dashboard-header {
  left: 55px;
  right: 315px;
}
@media (max-width: 767px) {
  body.direction-rtl .dashboard-body .dashboard-header {
    width: 100%;
    left: 0;
    right: 0;
  }
}
         body.direction-rtl .dashboard-body .job-alert-table     th:first-child {
  border-radius: 0 7px 7px 0;
}
         body.direction-rtl .dashboard-body .job-alert-table     th:last-child {
  border-radius: 7px 0 0 7px;
}
body.direction-rtl .dashboard-body .job-alert-table     td .job-status {
  padding-left: 0;
  padding-right: 18px;
}
         body.direction-rtl .dashboard-body .job-alert-table     td .job-status:before {
  left: unset;
  right: 0;
}
body.direction-rtl .dashboard-body .dataTable_footer .pagination .page-item:last-child .page-link {
  border: none;
}
body.direction-rtl .dashboard-body .dataTable_footer .pagination .page-item .page-link {
  border: none;
  border-left: 1px solid #31795A;
  border-radius: 0;
}
body.direction-rtl .dashboard-body .membership-plan-wrapper .column.border-left {
  border-right: 1px solid #254035;
}
body.direction-rtl .user-data-form .agreement-checkbox label {
  padding-left: unset;
  padding-right: 22px;
}
body.direction-rtl .user-data-form .agreement-checkbox label:before {
  right: 0;
  left: unset;
}
body.direction-rtl .user-data-form .form-wrapper .input-group-meta input {
  padding: 0 20px 0 52px;
  text-align: right;
}
body.direction-rtl .user-data-form .form-wrapper .input-group-meta .placeholder_icon {
  right: unset;
  left: 0;
}
body.direction-rtl .user-data-form .form-wrapper .input-group-meta .select2-selection__rendered {
  display: flex;
  direction: rtl;
}
body.direction-rtl .employer-data-form .filter-block input {
  padding: 0 20px 0 52px;
  text-align: right;
}
body.direction-rtl .employer-data-form .filter-block .placeholder_icon {
  right: unset;
  left: 0;
}
body.direction-rtl .employer-data-form .filter-block .select2-selection__rendered {
  display: flex;
  direction: rtl;
}
body.direction-rtl .checkbox label {
  padding-left: 0;
  padding-right: 35px;
}
body.direction-rtl .checkbox label:before {
  left: unset;
  right: 0;
}
body.direction-rtl .language-table table tbody tr td:first-child {
  text-align: right;
}
body.direction-rtl .category-data-table table thead th:last-child {
  border-radius: 10px 0 0 0;
}
body.direction-rtl .category-data-table table thead th:first-child {
  border-radius: 0 10px 0 0;
}
body.direction-rtl .stepper .progress-container .progress {
  left: unset;
  right: 0;
}
body.direction-rtl .filter-area-tab .filter-input {
  padding-left: 0 !important;
  padding-right: 16px;
}
body.direction-rtl .filter-area-tab .filter-input li .btn-toggle {
  margin-right: -20px;
  margin-left: 0;
  transform: rotate(90deg);
}
body.direction-rtl .filter-area-tab .filter-input li .btn-toggle[aria-expanded=true] {
  transform: rotate(0);
}
body.direction-rtl .filter-area-tab .filter-input li label {
  padding-right: 28px;
  padding-left: 0;
}
body.direction-rtl .filter-area-tab .filter-input li label:before {
  left: unset;
  right: 0;
}
body.direction-rtl .job-card-box-header .tag {
  right: unset;
  left: 0;
}
body.direction-rtl .job-card-box-header h3 {
  text-align: right;
}
body.direction-rtl .job-card-box-header ul li {
  margin: 0 0 0 20px;
  padding: 0 0 0 20px;
  border: none;
  border-left: 1px solid #ccc;
}
body.direction-rtl .job-card-box-header ul li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
body.direction-rtl .job-portal-intro .text-lg-start {
  text-align: right !important;
}
body.direction-rtl .footer-one .footer-newsletter form button {
  right: unset;
  left: 10px;
}
body.direction-rtl .filter-area-tab a.filter-title {
  padding-right: 0;
  padding-left: 22px;
}
body.direction-rtl .filter-area-tab a.filter-title:before {
  right: unset;
  left: 0;
}
@media screen and (max-width: 991px) {
  body.direction-rtl .navbar-collapse {
    transform: translateX(100%);
    left: unset;
    right: 0;
  }
  body.direction-rtl .navbar-collapse.show {
    transform: translateX(0);
  }
}
body.direction-rtl .navbar .dropdown-menu:before {
  left: unset;
  right: 30px;
}
body.direction-rtl .navbar .dropdown-menu a {
  text-align: right;
}
body.direction-rtl .candidate-details ul {
  padding: 0 32px 0 0;
}
@media screen and (max-width: 991px) {
  body.direction-rtl .candidate-details ul {
    padding: 0 20px 0 0;
  }
}
body.direction-rtl .job-search-one form .search-btn-two {
  border-radius: 10px 0 0 10px;
  margin-right: 0;
}
body.direction-rtl .btn-six {
  padding-left: 12px;
  padding-right: 0;
}
body.direction-rtl .btn-six:after {
  right: unset;
  left: 0;
  transform: rotate(134deg);
}
body.direction-rtl .accordion-button::after {
  margin-left: 0;
  margin-right: auto;
}
body.direction-rtl .post-data a.read-more,
body.direction-rtl .btn-nine i {
  transform: rotate(180deg);
}
@media screen and (min-width: 1400px) and (max-width: 10000px) {
  body.direction-rtl .job-post-item-wrapper {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  body.direction-rtl .job-post-item-wrapper {
    margin-right: 1rem;
  }
}
body.direction-rtl .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
  padding-right: 8px;
  text-align: right;
}
body.direction-rtl .select2-container .select2-selection--single .select2-selection__arrow {
  left: 0;
  right: unset;
}
body.direction-rtl .job-post-btn {
  padding-right: 0;
}
@media (max-width: 767px) {
  body.direction-rtl .job-post-btn {
    background: transparent;
  }
}
body.direction-rtl .widget-border .job-post-btn {
  border-left: 1px solid rgba(255, 255, 255, 0.27);
  padding-right: 0;
  padding-left: 20px;
  border-right: 0;
}
body.direction-rtl .navbar .dropdown-toggle::after {
  right: unset;
  left: 15px;
}
body.direction-rtl .pricing-section ul {
  padding-left: 0;
  padding-right: 60px;
}
@media (max-width: 767px) {
  body.direction-rtl .pricing-section ul {
    padding-right: 20px;
  }
}
body.direction-rtl .pricing-section ul li {
  text-align: right;
  color: #000;
}
body.direction-rtl .pricing-section p {
  text-align: right;
}
body.direction-rtl .pricing-section .get-plan-btn-group p {
  text-align: center;
}
body.direction-rtl .fancy-banner-four .bg-wrapper .text-wrapper .find-job-btn .arrow {
  transform: rotate(180deg);
}
body.direction-rtl .job-card-box .job-duration {
  display: flex;
}
body.direction-rtl .job-card-box .title,
body.direction-rtl .job-card-box .job-location,
body.direction-rtl .job-card-box .job-date {
  text-align: right;
}
body.direction-rtl .fancy-banner-four .bg-wrapper .text-wrapper {
  padding: 60px 20px 85px 50px;
}
@media (max-width: 991px) {
  body.direction-rtl .job-card-box .accordion-button {
    padding-left: 25px;
    padding-right: 75px;
  }
  body.direction-rtl .job-card-box .accordion-button .logo {
    left: unset;
    right: 15px;
    top: 17px;
  }
}
body.direction-rtl .applied-jobs .expandArrow {
  right: unset;
  left: 0;
}
body.direction-rtl .candidates-lists .panel .list-group-item .move {
  right: unset;
  left: 6px;
}
body.direction-rtl .profile-block .right-side {
  padding-left: 0;
  padding-right: 30px;
}
body.direction-rtl .candidates-profile-details {
  margin-right: 0 !important;
}
body.direction-rtl .candidates-profile-details .inner-card .title {
  left: unset;
  right: 25px;
}
body.direction-rtl .candidates-profile-details .inner-card .info {
  padding: 0 65px 45px 0;
}
body.direction-rtl .candidates-profile-details .inner-card .info:before {
  left: unset;
  right: 22px;
}
body.direction-rtl .candidates-profile-details .inner-card .info .numb {
  left: unset;
  right: 0;
}
body.direction-rtl .candidate-profile-card.list-layout .cadidate-skills {
  left: unset;
  right: 0;
}
body.direction-rtl .filter-area-tab .filter-header:before {
  left: 25px;
  right: unset;
}
body.direction-rtl .dash-input-wrapper .placeholder_icon {
  left: 0;
  right: unset;
}
body.direction-rtl .job-details .list-type-two li {
  padding-right: 18px;
  padding-left: unset;
}
body.direction-rtl .job-details .list-type-two li:before {
  left: unset;
  right: 0 !important;
}
body.direction-rtl .select2-container span.select2-dropdown .select2-results__option {
  text-align: right;
}
body.direction-rtl #potentialResumesTable thead tr:first-child th:first-child {
  border-top-right-radius: 7px !important;
  border-top-left-radius: unset !important;
}
body.direction-rtl #potentialResumesTable thead tr:first-child th:last-child {
  border-top-left-radius: 7px !important;
  border-top-right-radius: unset !important;
}
body.direction-rtl #potentialResumesTable thead tr:nth-child(2) th:first-child {
  border-bottom-right-radius: 7px !important;
  border-bottom-left-radius: unset !important;
}
body.direction-rtl #potentialResumesTable thead tr:nth-child(2) th:last-child {
  border-bottom-left-radius: 7px !important;
  border-bottom-right-radius: unset !important;
}
body.direction-rtl #potentialResumesTable_length label {
  display: flex;
  align-items: center;
  gap: 5px;
}
body.direction-rtl .dashboard-job-table .table thead tr:first-child th:first-child {
  border-top-right-radius: 7px !important;
  border-top-left-radius: unset !important;
}
body.direction-rtl .dashboard-job-table .table thead tr:first-child th:last-child {
  border-top-left-radius: 7px !important;
  border-top-right-radius: unset !important;
}
body.direction-rtl .dashboard-job-table .table thead tr:last-child th:first-child {
  padding-right: 15px !important;
  border-bottom-right-radius: 7px !important;
  border-bottom-left-radius: unset !important;
}
body.direction-rtl .dashboard-job-table .table thead tr:last-child th:last-child {
  border-bottom-left-radius: 7px !important;
  border-bottom-right-radius: unset !important;
}
body.direction-rtl .feedback-section-one .slick-arrow-one {
  flex-direction: row-reverse;
}
body.direction-rtl .error-page .btn-one i {
  margin-top: -4px;
  transform: rotate(180deg);
}

.field-error {
  color: red !important;
}

.modal {
  z-index: 9999;
}

.badge {
  padding: 0.345em 0.55em;
  border-radius: 50%;
}

.btn-dark:focus {
  box-shadow: unset;
}

.top-header .logo img {
  width: auto;
  max-height: 80px;
}
@media (max-width: 767px) {
  .top-header .logo img {
    max-height: 55px;
  }
}
.top-header .btn-one {
  background: transparent;
  border-color: var(--color-three);
  color: var(--color-three);
  font-weight: 500;
  padding: 13px 26px;
  min-width: 150px;
  text-align: center;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .top-header .btn-one {
    min-width: unset;
  }
}
.top-header .btn-one:hover {
  color: #fff;
  background: var(--color-three);
}
.top-header .btn-one.btn-dark {
  background: #a9171f;
  border-color: #a9171f;
  color: #fff;
}
@media (max-width: 767px) {
  .top-header .right-widget > ul li .btn-one,
  .top-header .right-widget > ul li .btn-five.btn-dark {
    padding: 5px 8px;
    min-width: unset;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
  }
}

.hero-banner-six .carousel-item:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  content: "";
  background: rgba(53, 67, 78, 0.5);
}

.hero-banner-four {
  min-height: 960px;
}

.job-search-one form .input-box input {
  width: 100%;
}
.job-search-one .search-btn-two {
  overflow: hidden;
}

.btn_loader {
  display: none;
}

button p {
  display: none;
}

.loaderBtn {
  position: relative;
  overflow: hidden;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  line-height: normal;
}
.loaderBtn p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  display: none;
}
.loaderBtn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.loaderBtn:disabled span {
  display: none;
}
.loaderBtn:disabled p {
  display: block;
}
.loaderBtn:disabled .btn_loader {
  display: flex;
}
.loaderBtn:disabled .btn_loader .spinner-border {
  width: 18px;
  height: 18px;
  border-width: 2px;
}

.fullpage-loader {
  display: none;
}
.fullpage-loader.activeLoader {
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.63);
  z-index: 99999;
  flex-direction: column;
  gap: 15px;
}
.fullpage-loader.activeLoader .spinner-border {
  border: 0.25em solid rgb(255, 255, 255);
  border-right-color: transparent;
}
.fullpage-loader .message-label {
  color: #fff;
}

.dash-aside-navbar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dash-aside-navbar .logo {
  align-items: center;
}
.dash-aside-navbar .logo img {
  width: auto;
  max-height: 80px;
}
.dash-aside-navbar .user-data .user-avatar img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dash-aside-navbar .user-data .user-avatar.online:before {
  display: none;
}
.dash-aside-navbar .user-data .user-name {
  margin: 15px 0 25px;
}
.dash-aside-navbar .profile-complete-status {
  margin: 0 0 25px 0;
}
.dash-aside-navbar .dasboard-main-nav li:first-child a.active {
  margin-top: 20px;
}
.dash-aside-navbar .dasboard-main-nav li a {
  padding: 20px;
}
.dash-aside-navbar .dasboard-main-nav li a span {
  padding-left: 0;
  white-space: normal;
  line-height: normal;
}
.dash-aside-navbar .logout-bottom {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.dash-aside-navbar .logout-bottom a {
  border-top: 1px solid rgba(49, 121, 90, 0.3);
  border-radius: 0 !important;
}
.dash-aside-navbar .logout-bottom .logout-btn {
  padding: 20px;
  margin: 0;
  border-top: 1px solid rgba(49, 121, 90, 0.3);
}
.dash-aside-navbar .logout-bottom .logout-btn span {
  padding-left: 0;
}

.inner-banner-one {
  padding: 100px 0 10px;
}
.inner-banner-one .share-buttons li a {
  background: var(--color-one);
  border: 1px solid var(--color-one);
}
.inner-banner-one .share-buttons li a:hover {
  background: transparent;
  color: var(--color-one);
}
.inner-banner-one .share-buttons li a i {
  margin-right: 0;
}

.job-list-accordion .job-list-one {
  padding: 0;
  border: none;
  background: transparent;
  width: 100%;
  display: grid;
  column-gap: 25px;
  row-gap: 10px;
  align-items: center;
  grid-template-columns: 1fr 2fr 1fr;
}
@media (max-width: 767px) {
  .job-list-accordion .job-list-one {
    grid-template-columns: 1fr;
  }
}
.job-list-accordion .job-list-one p {
  margin: 0;
  color: #212529;
  font-size: 15px;
  font-weight: 500;
  margin-right: 10px;
  line-height: 20px;
}
.job-list-accordion .job-list-one span {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
}
.job-list-accordion .accordion-item {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 15px;
}
.job-list-accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.job-list-accordion .accordion-item .accordion-button {
  background: transparent;
  border-radius: 12px 12px 0 0;
}
.job-list-accordion .accordion-item .accordion-button:focus {
  border: unset;
  box-shadow: unset;
}
.job-list-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #eff6f3;
}
.job-list-accordion .accordion-item .accordion-body p {
  margin: 0;
}
.job-list-accordion .accordion-item .accordion-body p.strong {
  font-weight: 500;
}

ul.style-none.filter-input ul {
  margin-left: 20px;
}
ul.style-none.filter-input label {
  background: transparent !important;
}
ul.style-none.filter-input .btn-toggle {
  transform: rotate(-90deg);
  padding: 0;
  width: 18px;
  margin-left: -20px;
  transition: 0.3s;
}
ul.style-none.filter-input .btn-toggle[aria-expanded=true] {
  transform: rotate(0);
}
ul.style-none.filter-input .btn-toggle:focus {
  box-shadow: unset;
}
ul.style-none.filter-input input[type=checkbox] {
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

.candidate-joblist-glow {
  border: 1px solid #DBE8E5;
  border-radius: 10px;
}

.company-open-position .job-card-box .accordion-collapse,
.company-open-position .job-card-box .accordion-header {
  padding: 0 !important;
}
@media (max-width: 1199px) {
  .company-open-position .job-card-box .accordion-collapse .accordion-button,
  .company-open-position .job-card-box .accordion-header .accordion-button {
    position: relative;
  }
}

.job-card-box {
  background: transparent;
  border: none;
  border-bottom: 1px solid #DBE8E5;
  border-radius: 0;
  margin-bottom: 0;
}
.job-card-box .accordion-header .accordion-button {
  padding: 42px 35px;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .job-card-box .accordion-header .accordion-button {
    padding: 25px 20px;
  }
  .job-card-box .accordion-header .accordion-button .accordion-button {
    position: unset;
  }
}
@media (max-width: 991px) {
  .job-card-box .accordion-header .accordion-button {
    padding-left: 75px;
  }
}
.job-card-box .accordion-collapse {
  padding: 0 35px 42px;
}
@media (max-width: 1199px) {
  .job-card-box .accordion-collapse {
    padding: 0 20px 25px;
  }
}
.job-card-box.border-0 {
  border: none;
  text-align: center;
}
.job-card-box .Coordinator-profile {
  height: 50px;
  width: auto;
  object-fit: cover;
}
.job-card-box .title {
  margin: 0;
}
.job-card-box .title:hover {
  color: #000;
}
.job-card-box .job-date span {
  font-weight: 500;
  color: #000;
}
.job-card-box .job-duration:hover {
  text-decoration: none;
}
.job-card-box .accordion-button {
  padding: 0;
  display: block;
  transition: 0.3s;
}
.job-card-box .accordion-button:focus {
  box-shadow: unset;
}
.job-card-box .accordion-button:not(.collapsed) {
  color: #212529;
  background-color: transparent;
  box-shadow: unset;
}
.job-card-box .accordion-button i {
  transition: 0.3s;
}
.job-card-box .accordion-button[aria-expanded=true] .expandArrow i {
  transform: rotate(-180deg);
}
.job-card-box .accordion-button[aria-expanded=true] .labelBox-inner {
  height: auto;
}
.job-card-box-header {
  position: relative;
  display: flex;
  align-items: start;
  gap: 16px;
  padding: 0;
}
@media (max-width: 767px) {
  .job-card-box-header {
    flex-direction: column;
  }
}
.job-card-box-header .profile-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 100%;
}
.job-card-box-header h3 {
  margin: 0 0 10px;
  color: #212529;
  font-size: 20px;
  font-weight: 500;
}
.job-card-box-header .tag {
  background-color: #f0f0f0;
  padding: 6px 8px;
  border-radius: 8px;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
}
.job-card-box-header ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .job-card-box-header ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.job-card-box-header ul li {
  font-size: 14px;
  line-height: normal;
  gap: 6px;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 2px solid #ccc;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .job-card-box-header ul li {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
}
.job-card-box-header ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.job-card-box-header ul li img {
  width: 16px;
  height: 16px;
}
.job-card-box p {
  font-size: 14px;
  line-height: normal;
  margin: 0;
}
.job-card-box .labelBox {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.job-card-box .labelBox span {
  border-radius: 30px;
  padding: 0 12px;
  transition: all 0.1s ease-in-out 0s;
  position: relative;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  background: #31795A;
  color: #fff;
}
.job-card-box .labelBox-inner {
  height: 20px;
  overflow: hidden;
  transition: 0.3s;
}
.job-card-box .apply-btn {
  line-height: normal;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  border-radius: 17px;
  padding: 8px 20px;
  font-size: 12px;
  letter-spacing: 1px;
  width: auto;
  border: 2px solid var(--color-three);
}
.job-card-box .apply-btn:hover {
  background: transparent !important;
  color: var(--color-three);
}
.job-card-box .social-icon i {
  font-size: 22px;
}

.candidate-joblist-glow .accordion-header {
  position: relative;
}
.candidate-joblist-glow .accordion-button,
.candidate-joblist-glow .expandArrow {
  cursor: auto;
}
@media (max-width: 991px) {
  .candidate-joblist-glow .logo {
    position: absolute;
    left: 15px;
    top: 17px;
  }
  .candidate-joblist-glow .logo img {
    width: 45px;
  }
}

.table-loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6196078431);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-loader .spinner-border {
  color: #fff;
}
.table-loader .icon {
  animation: rotated 8s infinite linear;
}

@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.expandArrow {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  line-height: normal;
  padding: 5px 12px;
  border-radius: 4px;
  cursor: pointer;
  background: var(--color-three);
  color: #fff;
}
.expandArrow:hover {
  background: #eff6f3;
  color: #000;
  transition: 0.3s;
}

@media screen and (min-width: 1400px) and (max-width: 10000px) {
  .job-post-item-wrapper {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .job-post-item-wrapper {
    margin-left: 1rem;
  }
}
.job-post-item-wrapper .savesearch-btn {
  font-size: 15px;
  color: #31795A;
  padding: 10px;
  border: 2px solid #31795A;
  border-radius: 6px;
}
.job-post-item-wrapper .accordion {
  border-radius: 10px;
}
.job-post-item-wrapper .pagination-one li a {
  width: auto;
  height: auto;
  padding: 7px 10px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.registration-page .user-data-form {
  padding: 30px;
  max-width: 1000px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .registration-page .user-data-form {
    padding: 20px;
  }
}
.registration-page .user-data-form .form-wrapper {
  max-width: 100%;
}
.registration-page .nice-select {
  height: 55px;
  line-height: 55px;
  letter-spacing: -0.16px;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
  padding: 0 25px 0 20px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.stepper .progress-container {
  display: flex;
  justify-content: space-between;
  margin: 0 1px;
  margin-bottom: 30px;
  max-width: 100%;
  position: relative;
}
.stepper .progress-container::before {
  background-color: #e0e0e0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.stepper .progress-container .progress {
  background-color: #31795a;
  height: 4px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s ease;
  width: 0%;
}
.stepper .progress-container .circle {
  align-items: center;
  background-color: #fff;
  border: 3px solid #e0e0e0;
  border-radius: 50%;
  color: #999;
  display: flex;
  height: 30px;
  justify-content: center;
  transition: 0.3s;
  width: 30px;
  z-index: 1;
}
.stepper .progress-container .circle.active {
  border-color: #31795a;
  background-color: #31795a;
  color: #fff;
  position: relative;
}
.stepper .progress-container .circle.active:before {
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.stepper .progress-container .circle.completed {
  border-color: #31795a;
  background-color: #31795a;
  color: #fff;
  position: relative;
}
.stepper .btn-part {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  align-items: center;
}
.stepper .btn-part .btn {
  height: auto;
  min-height: unset;
  line-height: normal;
  padding: 10px 25px;
  font-size: 14px;
  border-radius: 6px;
}
@media only screen and (max-width: 767px) {
  .stepper .btn-part .btn {
    padding: 4px 20px;
  }
}
.stepper .btn-part .btn:active {
  transform: scale(0.98);
}
.stepper .btn-part .btn:focus {
  outline: 0;
  box-shadow: unset;
}
.stepper .btn-part .btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.stepper .btn-part .btn.btn-ten {
  border: 2px solid #31795A;
}
.stepper-content .content {
  display: none;
}
.stepper-content .content.active {
  display: block;
}
.stepper-content .content p {
  line-height: normal;
}
.stepper-content .switchToggler {
  margin-top: 11px;
}
.stepper-content .addbtn {
  height: auto;
  padding: 4px;
  text-align: center;
  font-size: 14px;
  line-height: normal;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .stepper-content .addbtn {
    width: auto;
    margin-left: 15px;
  }
}
.stepper-content .removeBtn {
  padding: 2px 9px;
  border: 1px solid #e30613;
  border-radius: 4px;
  color: #e30613;
  transition: 0.3s;
}
.stepper-content .removeBtn:hover {
  background-color: #e30613;
  color: #fff;
}
.stepper .dash-btn-one {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.15px;
  color: #31795A;
  border-radius: 7px;
  line-height: 40px;
  padding: 0 15px;
  min-width: 135px;
  text-align: center;
  background: rgba(63, 99, 77, 0.2);
  transition: all 0.2s ease-in-out 0s;
}
.stepper .dash-btn-one i {
  font-size: 1.5em;
  font-weight: bold;
  vertical-align: -5px;
  margin-right: 2px;
}
.stepper .dash-btn-one input[type=file] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.select2 ~ .select2 {
  width: 100% !important;
}

.select2 .select2-selection--single {
  border: 1px solid #E5E5E5;
  border-radius: 7px;
  padding: 12px;
  height: auto;
}
.select2 .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.select2 .select2-selection--multiple {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  cursor: text;
  min-height: 54px;
}
.select2 .select2-selection--multiple .select2-search__field {
  height: auto !important;
  padding: 0px !important;
  min-width: 50px;
  border: none !important;
  width: 100% !important;
}

.box-title {
  font-size: 18px;
  display: block;
  margin-bottom: 16px;
  font-family: "Heebo";
  color: #31795A;
  font-weight: 700;
}

.form-check-input {
  cursor: pointer;
}
.form-check-input:checked {
  background-color: #31795a;
  border-color: #31795a;
}
.form-check-input:focus {
  box-shadow: unset;
}

.language-table::-webkit-scrollbar {
  height: 5px;
}
@media only screen and (max-width: 767px) {
  .language-table {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.language-table table thead th {
  white-space: nowrap;
  padding: 0.5rem;
  text-align: center;
  font-size: 13px;
}
.language-table table thead th:first-child {
  text-align: left;
}
.language-table table tbody tr td {
  padding: 0.5rem;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
}
.language-table table tbody tr td:first-child {
  padding: 0;
  text-align: left;
}
.language-table table tbody tr td:first-child input {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 2px 8px;
  width: 100%;
  max-width: 300px;
  min-width: 155px;
}

.switchSmall2 {
  display: inline-block;
  margin: 8px 0 0 !important;
}
.switchSmall2 input {
  display: none;
}
.switchSmall2 small {
  display: inline-block;
  width: 54px;
  height: 25px;
  background: #ccc;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
}
.switchSmall2 small:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 50%;
  top: -1px;
  left: -1px;
  transition: 0.3s;
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.25);
}
.switchSmall2 input:checked ~ small {
  background: #31795a;
  transition: 0.3s;
}
.switchSmall2 input:checked ~ small:before {
  transform: translate(30px, 0px);
  transition: 0.3s;
  box-shadow: 3px 0 3px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 767px) {
  .resumeUpload {
    margin: 18px auto;
  }
}
.resumeUpload.resumeUploadNew {
  position: relative;
  width: fit-content;
}
.resumeUpload.resumeUploadNew input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100% !important;
  height: 100% !important;
}
.resumeUpload label {
  border: 2px dashed #31795A;
  padding: 28px 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  font-size: 14px;
  line-height: 140%;
  min-height: 119px;
  justify-content: center;
  border-radius: 5px;
}
.resumeUpload label img {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 767px) {
  .resumeUpload label {
    padding: 7px 23px;
    font-size: 12px;
  }
}
.resumeUpload label input {
  position: absolute;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.category-data-table {
  border-bottom: 2px solid #31795a;
  box-shadow: 0 0 10px #ccc;
  border-radius: 10px 10px 0 0;
}
.category-data-table::-webkit-scrollbar {
  height: 5px;
}
@media only screen and (max-width: 767px) {
  .category-data-table {
    margin-top: 25px;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.category-data-table table {
  margin: 0 !important;
}
.category-data-table table thead th {
  background: #31795a;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  white-space: nowrap;
  width: auto;
}
.category-data-table table thead th:first-child {
  border-radius: 10px 0 0 0;
}
.category-data-table table thead th:last-child {
  border-radius: 0 10px 0 0;
  width: 120px;
}
.category-data-table table tbody tr:nth-child(even) {
  background-color: #f3f3f3;
}
.category-data-table table tbody tr td {
  font-size: 13px;
  font-weight: normal;
  white-space: nowrap;
}
.category-data-table table tbody tr td button {
  margin: auto;
}
.category-data-table table tbody tr td.dtr-control::before {
  border: 0.15em solid #31795a !important;
  background-color: #31795a !important;
}
.category-data-table table tbody tr td .dtr-details {
  width: 100%;
}

.universalModal {
  direction: ltr;
}
.universalModal .modal-dialog {
  direction: rtl;
}
.universalModal .user-data-form {
  max-width: 100%;
  padding: 30px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .universalModal .user-data-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.universalModal .modal-title {
  margin-bottom: 30px;
}
.universalModal .form-wrapper {
  max-width: 100%;
}
.universalModal .modal-body {
  padding: 0;
}
.universalModal .modal-body .dashboard-body {
  margin: 0;
  padding: 0;
  background: transparent;
  min-height: unset;
}
.universalModal p,
.universalModal .modal-message {
  line-height: normal;
}
.universalModal .btn {
  line-height: normal;
  padding: 10px 25px;
  font-size: 14px;
  border-radius: 6px;
  border: 2px solid transparent;
}
.universalModal .btn.btn-ten {
  color: #fff;
}
.universalModal .btn.btn-ten:hover {
  background: transparent;
  border-color: var(--color-three);
  color: var(--color-three);
}
.universalModal .btn.btn-three {
  border-color: var(--color-three);
}
.universalModal .btn.btn-three:hover {
  background: var(--color-three);
}
.universalModal.modalApprove .modal-body {
  padding: 0;
  text-align: center;
  line-height: normal;
  margin: 0 0 15px 0;
}

.input-group-meta label {
  color: #000 !important;
}
.input-group-meta label .small {
  color: #a5a5a5 !important;
  font-size: 12px !important;
}
.input-group-meta input {
  background-color: transparent !important;
}
.input-group-meta textarea {
  width: 100%;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  color: #000;
  background: transparent;
  min-height: 80px;
}

#postjobModal .modal-content {
  padding: 30px;
  max-width: 100%;
}
#postjobModal .modal-content .form-wrapper {
  max-width: 100%;
}

.modal h2, .modal-title {
  font-family: "Heebo";
  font-size: 34px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .modal h2, .modal-title {
    font-size: 26px;
  }
}

.checkbox {
  position: relative;
  display: flex;
}
.checkbox label {
  min-height: 25px;
  line-height: 25px;
  padding-left: 35px;
  position: relative;
  font-size: 15px;
  letter-spacing: -0.5px;
  color: #244034;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.checkbox label:before {
  content: "";
  border-radius: 2px;
  border: 2px solid #B3B3B3;
  text-align: center;
  position: absolute;
  left: 0;
  transition: all 0.1s ease-in-out;
  width: 24px;
  height: 24px;
  font-size: 20px;
  line-height: 20px;
  top: 0;
}
.checkbox label a {
  color: #31795A;
  font-weight: 600;
}
.checkbox input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}
.checkbox input[type=checkbox]:checked + label:before {
  content: "\f633";
  font-family: bootstrap-icons !important;
  background: #000;
  color: #fff;
  border-color: #000;
  background: #31795a;
  border-color: #31795a;
}

.register-complete {
  text-align: center;
}
.register-complete .loading-img img {
  max-width: 100px;
  margin: 30px auto;
}
.register-complete p {
  max-width: 550px;
  margin: 0 auto 15px;
  line-height: normal;
}

.dataTable .dataTables_wrapper {
  position: unset;
}
.dataTable .table-responsive {
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .dataTable .table-responsive {
    padding-bottom: 95px;
  }
}
@media (max-width: 575px) {
  .dataTable .table-responsive {
    padding-bottom: 55px;
  }
}
.dataTable .table-responsive::-webkit-scrollbar {
  height: 5px;
}
.dataTable .dataTables_filter {
  display: none;
}
.dataTable .job-status {
  white-space: nowrap;
}
.dataTable .job-alert-table a {
  color: #31795a;
  font-weight: 600;
  text-decoration: underline;
}
.dataTable .job-alert-table a.editIcon {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  line-height: normal;
}
.dataTable .job-alert-table a:hover {
  text-decoration: underline;
}
.dataTable .job-alert-table th {
  white-space: nowrap;
  border-radius: 0 !important;
}
.dataTable .job-alert-table th .form-control {
  min-width: 110px;
}
.dataTable .filters th {
  padding: 0.5rem 0.5rem !important;
  font-weight: normal;
}
.dataTable .filters th .form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.dataTable .filters th .form-control:focus {
  box-shadow: unset;
}
.dataTable .filters .select2 .select2-selection--single {
  padding: 4px;
  min-width: 80px;
}
.dataTable_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .dataTable_footer {
    padding: 0 15px;
    gap: 15px;
    flex-direction: column;
  }
}
.dataTable_footer .pagination {
  border: 1px solid #31795A;
  border-radius: 4px;
  overflow: hidden;
}
.dataTable_footer .pagination .page-item .page-link {
  min-width: 35px;
  text-align: center;
  line-height: normal;
  font-size: 15px;
  font-weight: 500;
  color: #31795A;
  border: none;
  border-right: 1px solid #31795A;
  margin: 0;
}
.dataTable_footer .pagination .page-item .page-link:hover {
  background: rgba(49, 121, 90, 0.1);
}
.dataTable_footer .pagination .page-item .page-link:focus {
  box-shadow: unset;
}
.dataTable_footer .pagination .page-item:last-child .page-link {
  border: none;
}
.dataTable_footer .pagination .page-item.active .page-link {
  background: rgba(49, 121, 90, 0.1);
}
.dataTable .dataTables_length label {
  font-size: 16px;
  line-height: 2em;
  font-weight: 600 !important;
}
.dataTable .page-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.dataTable .page-buttons.cv-search-actions .search-box {
  width: 500px;
  max-width: 100%;
}
@media (max-width: 575px) {
  .dataTable .page-buttons.cv-search-actions {
    align-items: stretch;
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
  }
  .dataTable .page-buttons.cv-search-actions .search-box,
  .dataTable .page-buttons.cv-search-actions #globalSearchCV,
  .dataTable .page-buttons.cv-search-actions .clear-filters {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
  }
}
.dataTable .page-buttons .btn-ten {
  border-radius: 50px;
  background: #31795A;
  padding: 13px 26px;
  height: auto;
  line-height: normal;
  border-color: #31795A;
  color: #fff;
}

.ui-datepicker {
  padding: 10px;
  border: none !important;
  box-shadow: 0 0 10px #ccc;
  border-radius: 8px;
}
.ui-datepicker th {
  width: 35px;
}
.ui-datepicker .ui-state-default {
  text-align: center;
  border: none;
  background: transparent;
}
.ui-datepicker .ui-state-default.ui-state-active {
  background: #31795A;
  border-radius: 4px;
  color: #fff;
}
.ui-datepicker-header {
  background: transparent;
  border: none;
}
.ui-datepicker-header a {
  border: 1px solid #31795A;
  width: 27px !important;
  height: 27px !important;
  top: 4px !important;
  cursor: pointer;
}
.ui-datepicker-header a:hover {
  border: 1px solid #31795A;
  background: rgba(49, 121, 90, 0.1);
}
.ui-datepicker-header a.ui-datepicker-prev:hover {
  right: 2px;
}
.ui-datepicker-header a.ui-datepicker-next:hover {
  left: 2px;
}
.ui-datepicker-title {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: space-between;
}
.ui-datepicker-title select {
  padding: 3px;
  border: 1px solid #31795a;
  border-radius: 3px;
  width: 50% !important;
}

.field-validation-error {
  color: red;
  font-size: 12px;
}

.job-details .tag {
  font-size: 14px;
  font-weight: 500;
  color: #244034;
  line-height: 33px;
  border-radius: 5px;
  padding: 0 15px;
  margin-top: 5px;
  background: rgba(49, 121, 90, 0.12);
  transition: all 0.2s ease-in-out 0s;
}
.job-details .share-buttons li a {
  line-height: normal;
  padding: 8px 15px;
}
@media (max-width: 991px) {
  .job-details .share-buttons li a {
    display: flex !important;
    width: 100%;
    justify-content: flex-start;
    gap: 0;
    margin-top: 0;
    padding: 8px;
  }
}
.job-details .share-buttons li a i {
  margin-right: unset;
  line-height: 14px;
  display: flex;
}
@media (max-width: 991px) {
  .job-details .share-buttons li a i {
    font-size: 1.2rem;
  }
}
@media (max-width: 991px) {
  .job-details .share-buttons li a span {
    display: none !important;
  }
}
.job-details .job-company-info .job-meta-data {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 15px;
}
@media (max-width: 991px) {
  .job-details .job-company-info .job-meta-data {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .job-details .job-company-info .job-meta-data {
    grid-template-columns: 2fr 2fr;
  }
}
@media screen and (max-width: 991px) {
  .job-details .details-post-data > div {
    width: 100%;
  }
  .job-details .details-post-data .share-buttons {
    margin: 0;
  }
  .job-details .details-post-data .share-buttons span {
    top: 0 !important;
  }
  .job-details .details-post-data .btn-ten {
    line-height: normal;
    padding: 5px 8px;
    border-radius: 5px;
  }
  .job-details .details-post-data .btn-ten span {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .navbar-collapse {
    padding-bottom: 60px;
    background-color: #EDF2FB !important;
  }
  .navbar-collapse .job-post-btn {
    color: #000;
  }
}

.dash-input-wrapper {
  position: relative;
}
.dash-input-wrapper .attached-file {
  height: 60px;
  width: 100%;
  border-radius: 10px;
  background: #EDF2F7;
  padding: 0 20px;
}
.dash-input-wrapper .placeholder_icon {
  position: absolute;
  height: 55px;
  top: 31px;
  right: 0;
  bottom: 0;
  width: 50px;
  text-align: center;
  z-index: 1;
  color: rgba(0, 0, 0, 0.45);
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .candidate-details .profile {
    flex-direction: column;
  }
}
.candidate-details .profile-img {
  margin: auto;
}
.candidate-details .profile-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
.candidate-details .profile-content {
  width: calc(100% - 220px);
}
@media screen and (max-width: 991px) {
  .candidate-details .profile-content {
    width: 100%;
  }
}
.candidate-details .profile-content-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.candidate-details span {
  font-size: 15px;
  color: rgba(36, 64, 52, 0.6);
}
.candidate-details p {
  font-size: 15px;
  line-height: normal;
  font-weight: 500;
  color: #244034;
  margin: 0;
}
.candidate-details p a {
  word-break: break-all;
}
@media screen and (max-width: 991px) {
  .candidate-details ul {
    padding: 0 0 0 20px;
  }
}
.candidate-details ul li {
  font-size: 15px;
  line-height: normal;
}
.candidate-details h5 {
  font-family: "Heebo";
  color: #31795A;
  font-weight: 700;
  font-size: 16px;
}
.candidate-details .dash-title-two img {
  width: 20px;
  height: 20px;
}
.candidate-details .btn-ten {
  color: #fff;
}
.candidate-details .input-group-meta label {
  font-size: 14px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-bottom: 6px;
}
.candidate-details .input-group-meta .form-control {
  width: 100%;
  height: 55px;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 0 52px 0 20px;
  color: #000;
  background: #fff !important;
}

.navbar .mega-dropdown-sm .dropdown-menu {
  min-width: unset;
  width: max-content;
}

.card-style-seven a .title,
.job-list-one .save-btn {
  margin: 0;
}

.clientCarousel-section {
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
.clientCarousel-section .logo {
  text-align: center;
}
.clientCarousel-section .logo img {
  height: 70px;
  object-fit: contain;
  margin: auto;
}

.upper-filter {
  min-height: 35px;
}

.short-filter .select2 .select2-selection--single {
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  min-width: 154px;
  height: 32px;
  line-height: 30px;
  font-size: 13px;
  font-weight: 500;
  padding: 0 15px 0 15px;
}

#homePageJobSearch .select2 .select2-selection--single {
  border: none;
  padding: 0;
}
#homePageJobSearch .select2 .select2-selection--single .select2-selection__rendered,
#homePageJobSearch .select2 .select2-selection--single .select2-selection__placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.filter-table .btn-group {
  display: none;
}
.filter-table .dataTable td {
  padding: 0;
  border: none;
}
.filter-table .dataTable_footer {
  position: unset;
  padding: 0;
  padding-top: 30px;
}
.filter-table .dataTable_footer .dataTables_paginate .pagination {
  margin: 0;
  border: none;
}
.filter-table .dataTable_footer .dataTables_paginate .pagination .page-item .page-link {
  min-width: 35px;
  text-align: center;
  line-height: normal;
  font-size: 15px;
  color: #31795A;
  border: none;
  margin: 0;
  border-radius: 100%;
  font-weight: 500;
  font-family: "Heebo";
  padding: 0;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-table .dataTable_footer .dataTables_paginate .pagination .page-item.active .page-link {
  background: #31795a;
  color: #fff;
}

.footerimg {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.filter-area-tab .filter-header .main-title {
  font-size: 20px;
}
.filter-area-tab .filter-block .input-box {
  height: auto;
}
.filter-area-tab .filter-block .input-box input {
  padding: 15px;
  line-height: 22px;
  height: auto;
}

.profile-title {
  font-size: 36px;
  font-family: "Heebo";
  margin: 0 0 25px;
  text-align: center;
  line-height: normal;
}

.navbar-collapse .logo {
  margin-bottom: 30px;
}

.right-widget a,
.right-widget span {
  white-space: nowrap;
}
.right-widget .job-post-btn {
  border: none;
  color: #000;
}
.right-widget .job-post-btn:hover {
  color: var(--color-three);
}
.right-widget .widget-border .job-post-btn {
  border-right: 1px solid rgba(255, 255, 255, 0.27);
}

.candidates-management {
  background: #EFF6F3;
}
@media (max-width: 768px) {
  .candidates-management canvas {
    max-width: 300px;
    margin: auto;
    width: 100% !important;
    height: 100% !important;
  }
}
.candidates-management .details-post-data p {
  margin-bottom: 16px;
}
.candidates-management .job-company-info {
  padding: 0 30px;
}

.selected-jobs {
  background-color: #fff;
}
.selected-jobs .job-list-one {
  padding: 0;
}
.selected-jobs table th {
  border: 0;
  padding: 12px 15px;
  font-size: 15px;
  font-family: "Heebo";
  font-weight: 500;
  color: #244034;
  background: #f0f5f3;
}
.selected-jobs table th:first-child {
  border-radius: 7px 0 0 7px;
}
.selected-jobs table th:last-child {
  border-radius: 0 7px 7px 0;
  text-align: right;
}
.selected-jobs table td {
  font-size: 15px;
  vertical-align: middle;
  box-shadow: none;
  padding: 25px 15px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "Heebo";
}
.selected-jobs table .job-name {
  font-family: "Heebo";
  font-weight: 500;
  color: #244034;
}
.selected-jobs table .info1 {
  font-size: 14px;
  font-weight: normal;
  color: rgba(36, 64, 52, 0.7);
  margin-top: 2px;
}
.selected-jobs table .job-status {
  color: #31795a;
  font-weight: 500;
  cursor: pointer;
}
.selected-jobs table .job-status:hover {
  text-decoration: underline;
}

.applied-jobs .job-card-box {
  padding: 30px;
}
@media (max-width: 768px) {
  .applied-jobs .job-card-box {
    padding: 15px;
  }
}
.applied-jobs .profile {
  border-top: 1px solid #ccc;
}
.applied-jobs .profile .profile-content span {
  font-size: 15px;
  color: rgba(36, 64, 52, 0.6);
  font-family: "Heebo";
}
.applied-jobs .profile .profile-content p {
  font-size: 15px;
  font-weight: 500;
  color: #244034;
  margin: 4px 0 25px;
  font-family: "Heebo";
}
@media (max-width: 768px) {
  .applied-jobs .profile .profile-content p {
    margin-bottom: 15px;
  }
}
.applied-jobs .expandArrow {
  position: absolute;
  right: 0;
  bottom: 0;
}

.pricing-section {
  margin-bottom: 30px;
}
.pricing-section ul {
  padding-left: 60px;
}
.pricing-section ul li {
  text-align: left;
}
.pricing-section p {
  text-align: left;
  font-size: 18px;
  color: #31795A;
  margin-bottom: 17px;
  min-height: 79px;
  line-height: normal;
}
.pricing-section .get-plan-btn {
  padding: 15px;
  font-size: 16px;
  line-height: normal;
  margin: 0;
}
.pricing-section .get-plan-btn hr {
  background-color: #fff;
  opacity: 0.7;
}
.pricing-section .pricing-card-one {
  display: flex;
  flex-direction: column;
  height: calc(100% - 24px);
  padding: 38px;
}
.pricing-section .pricing-card-one .pack-name {
  margin-bottom: 15px;
  font-size: 30px;
}
.pricing-section .get-plan-btn-group {
  margin-top: 20px;
  padding: 20px;
  border-radius: 11px;
  border-color: #F0F5F3;
  border-style: solid;
}
.pricing-section .get-plan-btn-group .price {
  font-size: 42px;
  margin: 0 0 10px;
}
.pricing-section .get-plan-btn-group p {
  min-height: auto;
  text-align: center;
  color: #676767;
}
.pricing-section .get-plan-btn-group p strong {
  color: #000;
}
.pricing-section .membership-plan-wrapper p {
  min-height: unset;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: normal;
}
.pricing-section .membership-plan-wrapper .cancel-plan {
  font-weight: 700;
}
.pricing-section h3 {
  font-family: "Heebo";
  margin-bottom: 20px;
}
.pricing-section .pricing-content {
  height: 428px;
  overflow: auto;
}
@media (max-width: 768px) {
  .pricing-section .pricing-content {
    height: auto;
  }
}

.feedback-block-one blockquote {
  min-height: 150px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .feedback-block-one blockquote {
    min-height: 134px;
  }
}
@media (max-width: 1199px) {
  .feedback-block-one blockquote {
    min-height: 66px;
  }
}

.feedback-section-one .slick-arrow-one {
  top: -60px;
}
.feedback-section-one .slick-arrow-one li:hover {
  background: var(--color-three);
  color: #fff;
}

.job-search-one .upload-btn {
  width: max-content;
}
.job-search-one .upload-btn:hover i {
  color: #212529;
}

.category-section-one .card-style-one .wrapper .title {
  height: 54px;
}

.candidate-profile-card.cadidate-search-box .cadidate-skills li {
  white-space: nowrap;
}
.candidate-profile-card.cadidate-search-box .cadidate-skills li.more {
  background: rgba(49, 121, 90, 0.1);
}
@media (max-width: 1200px) {
  .candidate-profile-card.cadidate-search-box .cadidate-skills {
    flex-wrap: wrap;
    position: unset;
  }
}
.candidate-profile-card .cadidate-avatar {
  background-color: #fff;
  border: 2px solid var(--color-three);
}
.candidate-profile-card.profile-block {
  border-radius: 12px;
  margin-top: -10px;
  margin-bottom: 40px;
  background: url(../images/shape/shape_34.svg) 0% 0%/cover repeat-x;
  background-color: rgb(36, 64, 52);
  padding: 20px 30px;
}
.candidate-profile-card.profile-block .right-side {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 1199px) {
  .candidate-profile-card.profile-block .right-side {
    flex-direction: column;
    align-items: flex-start;
  }
  .candidate-profile-card.profile-block .right-side .d-flex {
    flex-wrap: wrap;
    gap: 20px !important;
  }
}
.candidate-profile-card.profile-block .right-side .cv-download-btn {
  line-height: 38px;
  border: 1px solid var(--color-three);
  border-radius: 40px;
  color: #fff;
  font-size: 15px;
  letter-spacing: -0.5px;
  padding: 0 20px;
  background-color: var(--color-three);
}
.candidate-profile-card.profile-block .candidate-post {
  color: #fff;
}

.cadidate-profile-sidebar .cadidate-bio ul li:first-child {
  border: none;
}

.dashboard-job-table .table thead tr:first-child th:first-child {
  border-top-left-radius: 7px !important;
}
.dashboard-job-table .table thead tr:first-child th:last-child {
  border-top-right-radius: 7px !important;
}
.dashboard-job-table .table thead tr:last-child th:first-child {
  padding-left: 15px !important;
  border-bottom-left-radius: 7px !important;
}
.dashboard-job-table .table thead tr:last-child th:last-child {
  border-bottom-right-radius: 7px !important;
}

.candidates-lists .panel {
  border: 1px solid #eaeaea;
  border-radius: 6px;
  overflow: hidden;
}
.candidates-lists .panel-heading {
  background: #fff !important;
  border-bottom: 1px solid #eaeaea;
  font-size: 16px;
  font-weight: 600;
  padding: 20px;
}
.candidates-lists .panel ul {
  min-height: 80px;
}
.candidates-lists .panel ul .list-group-item {
  border: none 0;
  border-bottom: 1px solid #eaeaea;
  padding: 22px 15px 15px;
  margin: 0;
}
.candidates-lists .panel ul .list-group-item a {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
  color: #000;
}
.candidates-lists .panel ul .list-group-item a:hover {
  color: var(--color-three);
}
.candidates-lists .panel ul .list-group-item .user {
  width: 50px;
  border-radius: 4px;
}
.candidates-lists .panel ul .list-group-item .info {
  width: calc(100% - 60px);
}
.candidates-lists .panel ul .list-group-item .info p {
  margin: 0;
  line-height: normal;
}
.candidates-lists .panel ul .list-group-item .move {
  position: absolute;
  right: 6px;
  top: 6px;
  display: inline-block;
  cursor: move;
  width: 18px;
  height: 18px;
}
.candidates-lists .hiring-list-filters .select2 .select2-selection--multiple {
  border: 1px solid #ced4da;
  min-height: 38px;
}
.candidates-lists .hiring-list-filters .select2 .select2-selection--multiple li {
  color: rgba(0, 0, 0, 0.7);
}
.candidates-lists .hiring-list-filters .select2 .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  max-width: 150px;
}

@media (max-width: 991.98px) {
  .candidates-lists {
    padding: 20px 12px !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
  .candidates-lists > .row {
    flex-wrap: nowrap;
    min-width: max-content;
    gap: 12px;
  }
  .candidates-lists > .row > .col {
    flex: 0 0 280px;
    max-width: 280px;
    scroll-snap-align: start;
  }
  .candidates-lists .panel ul {
    max-height: 65vh;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
  .candidates-lists .panel ul .list-group-item {
    position: relative;
  }
  .candidates-lists .panel ul .list-group-item .move {
    width: 24px;
    height: 24px;
    padding: 3px;
    touch-action: none;
    cursor: grab;
  }
}
.hero-banner-form {
  background: red;
}
.hero-banner-form .input-box .select2-selection {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  border: none;
  padding: 0 9px;
}
.hero-banner-form .input-box .select2-selection__rendered {
  height: 35px;
  line-height: 35px;
}
.hero-banner-form .input-box .select2-selection__placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.candidatesHomePage {
  border: none !important;
}
.candidatesHomePage .job-card-box {
  margin-bottom: 20px;
  border: 1px solid #DBE8E5 !important;
  border-radius: 10px;
}

.theme-main-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dashboard-body {
  padding: 75px 55px 50px;
}
@media (max-width: 767px) {
  .dashboard-body {
    padding: 75px 15px 50px;
  }
}
.dashboard-body .membership-plan-wrapper .column {
  padding: 15px 30px;
}
.dashboard-body .membership-plan-wrapper .text1,
.dashboard-body .membership-plan-wrapper .cancel-plan {
  font-size: 16px;
}
.dashboard-body .candidate-profile-card-list {
  overflow: hidden !important;
  position: relative;
}
.dashboard-body .candidate-profile-card-list.favourite {
  background-color: var(--light-bg);
}
.dashboard-body .candidate-profile-card-list.favourite::before, .dashboard-body .candidate-profile-card-list.favourite::after {
  content: unset;
}
@media (max-width: 575px) {
  .dashboard-body .candidate-profile-card-list .d-flex.gap-3 {
    flex-direction: column;
  }
}
.dashboard-body .dash-card-one {
  height: calc(100% - 18px);
}
.dashboard-body .dash-card-one .order-sm-0 {
  width: calc(100% - 65px);
}
@media (max-width: 575px) {
  .dashboard-body .dash-card-one .order-sm-0 {
    width: 100%;
  }
}
.dashboard-body .dash-card-one .order-sm-0 span:hover {
  text-decoration: underline;
}
.dashboard-body .dash-card-one .icon {
  background: var(--light-bg);
}
.dashboard-body .dash-title-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.dashboard-body .dash-title-two .btn-six {
  font-size: 14px;
  color: #000;
}

.dictionary-white-space {
  white-space: pre-line;
}

#potentialResumesTable thead tr:first-child th:first-child {
  border-top-left-radius: 7px !important;
}
#potentialResumesTable thead tr:first-child th:last-child {
  border-top-right-radius: 7px !important;
}
#potentialResumesTable thead tr:nth-child(2) th:first-child {
  border-bottom-left-radius: 7px !important;
}
#potentialResumesTable thead tr:nth-child(2) th:last-child {
  border-bottom-right-radius: 7px !important;
}

.candidate-job-details .job-meta-data-two .bg-wrapper {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 25px 35px;
}
.candidate-job-details .job-meta-data-two .bg-wrapper span {
  margin: 0;
}

.tablesavedsearch {
  overflow: visible;
}
.tablesavedsearch table thead th {
  background: #f0f5f3;
}
.tablesavedsearch table thead th:last-child {
  border-radius: 7px 0 0 7px;
}
.tablesavedsearch table thead th:first-child {
  border-radius: 0 7px 7px 0;
}
.tablesavedsearch .dataTable_footer {
  padding: 0;
  justify-content: flex-end;
}

#tblsavedsearch_wrapper {
  overflow: auto;
}

.bottom-whatsapp {
  width: 60px;
  height: 60px;
  line-height: 35px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: unset;
  z-index: 99;
  text-align: center;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  border-radius: 50%;
  background: #00BF58;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-whatsapp:hover {
  color: white;
  font-size: 45px;
  width: 65px;
  height: 70px;
}

.form-style-one .input-group-meta input {
  background: #F2F2F2 !important;
}

.sticky-error {
  display: block !important;
  color: #b94a48;
}

.ctn-preloader .icon {
  display: inline-block !important;
  transform-style: preserve-3d !important;
  animation: rotateYY 4s infinite linear !important;
}
.ctn-preloader .txt-loading .letters-loading {
  color: rgba(255, 0, 0, 0.12) !important;
}
.ctn-preloader .txt-loading .letters-loading::before {
  color: red;
}

@keyframes rotateYY {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
.sale_panel input[type=text] {
  letter-spacing: -0.16px;
  border: 1px solid #e5e5e5;
  border-radius: 7px;
  padding: 4px 15px;
}
.sale_panel .select2 .select2-selection--single {
  padding: 2px;
}

/* ===========================
   Cookie Consent Banner – Corner Popup
   =========================== */
.cookie-consent-banner {
  position: fixed;
  bottom: 25px;
  left: 25px;
  right: auto;
  z-index: 10000;
  max-width: 380px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #31795A;
  padding: 20px 15px 20px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media (max-width: 575px) {
  .cookie-consent-banner {
    left: 15px;
    right: 15px;
    bottom: 15px;
    max-width: calc(100% - 100px);
    padding: 15px 10px 10px;
  }
}
.cookie-consent-banner.cookie-banner-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.cookie-consent-banner.cookie-banner-hiding {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
}
.cookie-consent-banner .cookie-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  color: #999;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 575px) {
  .cookie-consent-banner .cookie-close-btn {
    top: 0;
    left: 4px;
  }
}
.cookie-consent-banner .cookie-close-btn:hover {
  color: #31795A;
  transform: scale(1.1);
}
.cookie-consent-banner .cookie-consent-content .cookie-consent-text {
  font-family: Heebo, sans-serif;
}
.cookie-consent-banner .cookie-consent-content .cookie-consent-text .cookie-icon {
  font-size: 28px;
  color: #31795A;
  display: block;
  margin-bottom: 12px;
  text-align: center;
}
.cookie-consent-banner .cookie-consent-content .cookie-consent-text p {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .cookie-consent-banner .cookie-consent-content .cookie-consent-text p {
    font-size: 16px;
    line-height: normal;
  }
}
@media (max-width: 575px) {
  .cookie-consent-banner .cookie-consent-content .cookie-consent-text p {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
.cookie-consent-banner .cookie-consent-content .cookie-privacy-link {
  color: #31795A;
  font-weight: 600;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}
.cookie-consent-banner .cookie-consent-content .cookie-privacy-link:hover {
  color: #255c45;
}
.cookie-consent-banner .cookie-consent-btn {
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  background: #31795A;
  color: #fff;
  border: none;
  transition: all 0.2s ease-in-out;
  padding: 8px 10px;
  line-height: normal;
  margin: auto;
  border: 2px solid var(--color-three);
}
.cookie-consent-banner .cookie-consent-btn:hover {
  background: transparent;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(49, 121, 90, 0.2);
}
@media (max-width: 575px) {
  .cookie-consent-banner .cookie-consent-btn {
    font-size: 14px;
    padding: 6px 12px;
    line-height: 14px;
    min-width: auto;
  }
}

#notesSectionWrapper .time-line-data {
  max-height: 300px;
  overflow: auto;
}
#notesSectionWrapper .time-line-data .info:last-child {
  padding-bottom: 0;
}

#potentialResumesTable_wrapper {
  position: relative;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  #potentialResumesTable_wrapper {
    padding-bottom: 110px;
  }
}
#potentialResumesTable_wrapper .dataTable_footer {
  padding: 0;
}
#potentialResumesTable_wrapper tfoot {
  position: absolute;
  width: 100%;
  bottom: -40px;
  border: none;
}
#potentialResumesTable_wrapper tfoot tr {
  width: 100%;
  display: block;
}
#potentialResumesTable_wrapper tfoot tr td {
  width: 100%;
  display: block;
  padding: 0;
  border: none;
}
#potentialResumesTable_wrapper tfoot .btn-ten {
  white-space: nowrap;
}
#potentialResumesTable_wrapper .dataTable {
  border-spacing: 0 10px;
}
#potentialResumesTable_wrapper .dataTable thead tr:last-child th:first-child {
  width: 87px;
  position: sticky;
  right: 0px;
}
#potentialResumesTable_wrapper .dataTable tbody tr td {
  border-top: 1px solid rgba(36, 64, 52, 0.1);
  border-bottom: 1px solid rgba(36, 64, 52, 0.1);
  padding: 30px 15px;
}
#potentialResumesTable_wrapper .dataTable tbody tr td:first-child {
  width: 87px;
  border-right: 1px solid rgba(36, 64, 52, 0.1);
  border-radius: 0 10px 10px 0;
}
#potentialResumesTable_wrapper .dataTable tbody tr td:last-child {
  border-left: 1px solid rgba(36, 64, 52, 0.1);
  border-radius: 10px 0 0 10px;
}
#potentialResumesTable_wrapper .dataTable .select2 .select2-selection--multiple {
  border: 1px solid #ced4da;
  min-height: 38px;
}
#potentialResumesTable_wrapper .dataTable .select2 .select2-selection--multiple li {
  color: rgba(0, 0, 0, 0.7);
}
#potentialResumesTable_wrapper .dataTable .select2 .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  max-width: 150px;
}

#potentialResumesTable tbody td .action {
  background: var(--color-three);
  border: 1px solid var(--color-three);
  color: #fff;
  font-weight: 500;
  padding: 6px 20px;
  text-align: center;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}
#potentialResumesTable tbody td .action:hover {
  background: transparent;
  color: var(--color-three);
}

.candidates-profile-details .time-line-data .info {
  padding: 0 0 15px 0 !important;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.candidates-profile-details .time-line-data .info:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.candidates-profile-details .time-line-data .info:before {
  content: unset;
}
.candidates-profile-details .time-line-data .info .text_1 {
  color: rgba(0, 0, 0, 0.7);
}
.candidates-profile-details .time-line-data .info h4 {
  margin: 0 0 5px 0;
}

.theme-main-menu .navbar {
  position: relative;
  margin: 0 !important;
}
.theme-main-menu .navbar .nav-item:hover .nav-link {
  color: #000;
}
.theme-main-menu.menu-style-one .navbar-toggler {
  background-color: var(--color-three);
}
.theme-main-menu.menu-style-one .navbar-toggler:before, .theme-main-menu.menu-style-one .navbar-toggler:after,
.theme-main-menu.menu-style-one .navbar-toggler span {
  background-color: #fff;
}

.blog-meta-two .blog-title {
  margin: 10px 0 25px 0;
}
.blog-meta-two .post-img {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 8px;
}
.blog-meta-two .post-img .tags:hover {
  text-decoration: none;
}

body.theme-candidate .job-card-box .apply-btn,
body.theme-candidate .feedback-block-one.color-two:hover,
body.theme-candidate .bottom-whatsapp,
body.theme-candidate .category-data-table table thead th,
body.theme-candidate .btn-five,
body.theme-candidate .theme-main-menu .navbar-toggler,
body.theme-candidate .switchSmall2 input:checked ~ small {
  background: var(--color-three);
}
body.theme-candidate .btn-five {
  border: 2px solid var(--color-three);
}
body.theme-candidate .btn-five:hover {
  background: transparent;
  color: var(--color-three);
}
body.theme-candidate .fancy-banner-four .bg-wrapper {
  background: var(--color-one);
}
body.theme-candidate .fancy-banner-four .bg-wrapper .find-job-btn {
  color: #fff;
}
body.theme-candidate .fancy-banner-four .bg-wrapper .find-job-btn:hover {
  background: #fff;
  border-color: #fff;
  color: var(--color-one);
}
body.theme-candidate .stepper .progress-container .progress,
body.theme-candidate .cookie-consent-banner .cookie-consent-btn {
  background-color: var(--color-three);
}
body.theme-candidate .cookie-consent-banner .cookie-consent-btn:hover {
  background-color: transparent;
}
body.theme-candidate .stepper .progress-container .circle.completed, body.theme-candidate .stepper .progress-container .circle.active, body.theme-candidate .form-check-input:checked {
  background-color: var(--color-three);
  border-color: var(--color-three);
}
body.theme-candidate .stepper .btn-part .btn.btn-ten {
  border-color: var(--color-three);
  color: #fff;
}
body.theme-candidate .stepper .btn-part .btn.btn-ten:hover {
  background-color: transparent;
  color: var(--color-three);
}
body.theme-candidate .stepper .btn-part .btn.btn-three {
  border-color: var(--color-three);
}
body.theme-candidate .card-style-one .wrapper .total-job {
  color: inherit;
}
body.theme-candidate .category-data-table, body.theme-candidate .card-style-one .wrapper:hover, body.theme-candidate .card-style-one .wrapper.active, body.theme-candidate .btn-six:after, body.theme-candidate .btn-six {
  border-color: var(--color-three);
}
body.theme-candidate .box-title,
body.theme-candidate body.theme-candidate .box-title,
body.theme-candidate .job-list-one .job-duration,
body.theme-candidate .btn-six,
body.theme-candidate .candidate-profile-card .candidate-name a:hover {
  color: var(--color-three);
}
body.theme-candidate .stepper .dash-btn-one {
  color: var(--color-three);
  background-color: var(--light-bg);
}
body.theme-candidate .resumeUpload label {
  border-color: var(--color-three);
}
body.theme-candidate .resumeUpload label i {
  color: var(--color-three) !important;
}
body.theme-candidate .inner-banner-one,
body.theme-candidate .menu-style-one.theme-main-menu.fixed {
  background: #EDF2FB;
}
body.theme-candidate .cookie-consent-banner {
  border-color: var(--color-three);
}
body.theme-candidate .cookie-consent-banner .cookie-consent-content .cookie-consent-text .cookie-icon,
body.theme-candidate .cookie-consent-banner .cookie-consent-content .cookie-privacy-link,
body.theme-candidate .cookie-consent-banner .cookie-close-btn:hover {
  color: var(--color-three);
}
body.theme-candidate .top-header .btn-five.btn-dark {
  background: #ef0401;
  border: 2px solid #ef0401;
}
body.theme-candidate .top-header .btn-five.btn-dark:hover {
  background: transparent;
  border-color: #ef0401;
  color: #ef0401;
}
body.theme-candidate .menu-style-one .login-btn-one,
body.theme-candidate .menu-style-one .navbar .nav-item .nav-link {
  color: #000;
}
body.theme-candidate .job-post-item-wrapper .savesearch-btn {
  border-color: var(--color-three);
  color: var(--color-three);
}

body.theme-employer .profile-btn {
  white-space: nowrap;
  line-height: normal;
  padding: 9px 18px;
}
body.theme-employer a, body.theme-employer .box-title {
  color: var(--color-three);
}
body.theme-employer a:active, body.theme-employer .box-title:active {
  color: var(--color-four);
}
body.theme-employer .logout-bottom a, body.theme-employer .logout-bottom .logout-btn {
  color: #000 !important;
}
body.theme-employer .filter-area-tab .btn-ten {
  line-height: normal;
  padding: 12px 23px;
  white-space: nowrap;
}
body.theme-employer .btn-three {
  color: var(--color-three);
  border-color: var(--color-three);
}
body.theme-employer .btn-three:hover {
  background: var(--color-three);
  border-color: var(--color-three);
  color: #fff;
}
body.theme-employer .btn-five,
body.theme-employer .btn-ten,
body.theme-employer .btn-eleven,
body.theme-employer .profile-btn,
body.theme-employer .apply-btn,
body.theme-employer a.apply-btn.tag,
body.theme-employer .tag.apply-btn,
body.theme-employer .expandArrow,
body.theme-employer .dataTable .page-buttons .btn-ten,
body.theme-employer .fancy-banner-four .bg-wrapper .text-wrapper .find-job-btn:hover {
  background: var(--color-three);
  border-color: var(--color-three);
  color: #fff;
}
body.theme-employer .btn-ten:hover,
body.theme-employer .btn-eleven:hover,
body.theme-employer .profile-btn:hover,
body.theme-employer .apply-btn:hover,
body.theme-employer a.apply-btn.tag:hover,
body.theme-employer .tag.apply-btn:hover {
  background: var(--color-one);
  border-color: var(--color-one);
  color: #fff;
}
body.theme-employer .btn-five,
body.theme-employer .btn-ten,
body.theme-employer .dataTable .page-buttons .btn-ten {
  border: 2px solid var(--color-three);
}
body.theme-employer .btn-five:hover,
body.theme-employer .btn-ten:hover,
body.theme-employer .dataTable .page-buttons .btn-ten:hover {
  background-color: transparent;
  color: var(--color-three);
  border-color: var(--color-three);
}
body.theme-employer .card-style-one .wrapper:hover,
body.theme-employer .card-style-one .wrapper.active {
  border-color: var(--color-three);
}
body.theme-employer .btn-six,
body.theme-employer .btn-seven,
body.theme-employer .stepper .dash-btn-one,
body.theme-employer .job-post-item-wrapper .savesearch-btn {
  color: var(--color-three);
  border-color: var(--color-three);
}
body.theme-employer .btn-six {
  border-bottom-color: transparent;
}
body.theme-employer .btn-six:hover {
  border-bottom-color: #000;
}
body.theme-employer .btn-six:after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
body.theme-employer .btn-seven:hover {
  background: var(--color-one);
  border-color: var(--color-one);
  color: #fff;
}
body.theme-employer .stepper .btn-part .btn.btn-ten {
  border-color: var(--color-three);
}
body.theme-employer .stepper .dash-btn-one {
  background: var(--light-bg);
}
body.theme-employer .pagination-one li.active a {
  background: var(--color-three);
}
body.theme-employer .pagination-one li.active a:hover, body.theme-employer .pagination-one li.active a:focus {
  color: #fff;
}
body.theme-employer .candidate-profile-card .profile-btn,
body.theme-employer .dataTable_footer .pagination,
body.theme-employer .dashboard-body .dataTable_footer .pagination .page-item .page-link,
body.theme-employer .cookie-consent-banner,
body.theme-employer .dashboard-body .user-activity-chart .nice-select,
body.theme-employer .universalModal .btn.btn-three {
  border-color: var(--color-three);
}
body.theme-employer .dash-aside-navbar .dasboard-main-nav li a {
  color: var(--color-three);
}
body.theme-employer .dash-aside-navbar .dasboard-main-nav li a.active {
  color: #fff !important;
  border-radius: 15px !important;
}
body.theme-employer .candidate-profile-card.profile-block {
  border: 2px solid var(--color-four);
  background-color: #F5F3F3;
  color: #000;
}
@media (max-width: 575px) {
  body.theme-employer .candidate-profile-card.profile-block > .d-flex {
    flex-direction: column;
  }
  body.theme-employer .candidate-profile-card.profile-block .right-side {
    padding-right: 0 !important;
  }
}
body.theme-employer .dash-aside-navbar .dasboard-main-nav li a.active,
body.theme-employer .pricing-card-one .get-plan-btn,
body.theme-employer .candidate-profile-card.favourite::before,
body.theme-employer .top-header .btn-one:hover {
  background-color: var(--color-three);
}
body.theme-employer .dash-aside-navbar .dasboard-main-nav li a.active:hover,
body.theme-employer .pricing-card-one .get-plan-btn {
  color: #fff;
}
body.theme-employer .dash-aside-navbar .dasboard-main-nav li a:hover,
body.theme-employer .dataTable_footer .pagination .page-item .page-link,
body.theme-employer .dashboard-body .job-alert-table th,
body.theme-employer .cookie-consent-banner .cookie-consent-content .cookie-consent-text .cookie-icon,
body.theme-employer .cookie-consent-banner .cookie-consent-content .cookie-privacy-link,
body.theme-employer .cookie-consent-banner .cookie-close-btn:hover,
body.theme-employer .pricing-section p,
body.theme-employer .pricing-card-one .price,
body.theme-employer .dashboard-body .membership-plan-wrapper h4,
body.theme-employer .dashboard-body .dash-input-wrapper label,
body.theme-employer .footer-one .footer-nav-link a:hover,
body.theme-employer .footer-one .email,
body.theme-employer .dataTable .job-alert-table a,
body.theme-employer .navbar .nav-item .nav-link:hover,
body.theme-employer .candidate-profile-card .candidate-name a:hover,
body.theme-employer .blog-meta-two .blog-title:hover {
  color: var(--color-three);
}
body.theme-employer .job-media-upload .upload-prompt i,
body.theme-employer .nice-select .option:hover,
body.theme-employer .nice-select .option.focus,
body.theme-employer .nice-select .option.selected.focus {
  color: var(--color-three) !important;
}
body.theme-employer .user-data-form .agreement-checkbox input[type=checkbox]:checked + label:before,
body.theme-employer .checkbox input[type=checkbox]:checked + label:before {
  background-color: var(--color-three);
  border-color: var(--color-three);
}
body.theme-employer .bottom-whatsapp {
  color: #fff;
}
body.theme-employer .resumeUpload label {
  border-color: var(--color-three);
}
body.theme-employer .resumeUpload label i {
  color: var(--color-three) !important;
}
body.theme-employer .inner-banner-one,
body.theme-employer .menu-style-one.theme-main-menu.fixed {
  background: #edf2fb;
}
body.theme-employer .top-header .btn-five {
  background: #1B49AF;
  border: 2px solid #1B49AF;
}
body.theme-employer .top-header .btn-five:hover {
  background: transparent;
  color: #1B49AF;
}
body.theme-employer .theme-main-menu .navbar-toggler,
body.theme-employer .job-card-box .labelBox span,
body.theme-employer .accordion-style-two .accordion-button:not(.collapsed):after {
  background: var(--color-three);
}
body.theme-employer .menu-style-one .navbar .nav-item:hover .nav-link {
  color: var(--color-three);
}
body.theme-employer .top-header .right-widget .login-btn-one {
  color: #000;
}
body.theme-employer .top-header .right-widget .login-btn-one:hover {
  color: var(--color-three);
}

.error-page .btn-one {
  background-color: var(--color-three);
  color: #fff;
}
.error-page .btn-one:hover {
  background-color: transparent;
  border-color: var(--color-three);
  color: var(--color-three);
}
.error-page .btn-one i {
  font-size: 30px;
  line-height: 10px;
  margin-top: 4px;
}

.pv-modal-content {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.pv-modal-header {
  position: relative;
  padding: 28px 28px 22px;
  overflow: hidden;
}
.pv-modal-header .pv-header-bg {
  position: absolute;
  inset: 0;
  background: var(--color-three);
}
.pv-modal-header .pv-header-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.pv-modal-header .pv-header-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
}
.pv-modal-header .pv-header-inner .pv-header-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #fff;
  flex-shrink: 0;
}
.pv-modal-header .pv-header-inner .pv-header-text {
  flex: 1;
}
.pv-modal-header .pv-header-inner .pv-header-text .pv-job-title {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 2px;
}
.pv-modal-header .pv-header-inner .pv-header-text .pv-company-name {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.92rem;
}
.pv-modal-header .pv-close-btn {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  opacity: 0.8;
  right: unset;
}
.pv-modal-header .pv-close-btn:hover {
  opacity: 1;
}

.pv-modal-footer {
  padding: 14px 24px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: flex-end;
}
.pv-modal-footer .pv-btn-close {
  background: #f0f0f0;
  border: none;
  border-radius: 10px;
  padding: 8px 22px;
  font-weight: 600;
  color: #555;
  transition: all 0.2s;
}
.pv-modal-footer .pv-btn-close:hover {
  background: #e0e0e0;
  color: #333;
}

#previewContent {
  padding: 24px 28px;
  max-height: calc(100vh - 310px);
  overflow: auto;
}
#previewContent .pv-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 18px;
  transition: box-shadow 0.2s;
}
#previewContent .pv-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
#previewContent .pv-card-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-three);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid color-mix(in srgb, var(--color-three) 15%, #fff);
}
#previewContent .pv-card-title i {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--color-three) 12%, #fff);
  color: var(--color-three);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}
#previewContent .pv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 16px;
}
#previewContent .pv-row {
  display: flex;
  align-items: flex-start;
  padding: 10px 14px;
  border-radius: 8px;
  transition: background 0.15s;
}
#previewContent .pv-row:hover {
  background: #fafafa;
}
#previewContent .pv-lbl {
  font-weight: 600;
  color: #000;
  min-width: 130px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.93rem;
}
#previewContent .pv-lbl i {
  color: #000;
  font-size: 0.8rem;
  width: 18px;
  text-align: center;
}
#previewContent .pv-val {
  color: #222;
  flex: 1;
  font-size: 0.95rem;
}
#previewContent .pv-val.empty {
  color: #ccc;
  font-style: italic;
}
#previewContent .pv-desc {
  background: linear-gradient(135deg, #f8f9fa, #fff);
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 14px 16px;
  white-space: pre-wrap;
  line-height: 1.7;
  color: #444;
  border-right: 3px solid var(--color-three);
}
#previewContent .pv-badge {
  display: inline-block;
  background: linear-gradient(135deg, #f0f1f3, #e8eaed);
  border-radius: 20px;
  padding: 4px 14px;
  margin: 3px;
  font-size: 0.85rem;
  color: #444;
  font-weight: 500;
  border: 1px solid #e0e0e0;
  transition: all 0.2s;
}
#previewContent .pv-badge:hover {
  background: linear-gradient(135deg, #e8e9eb, #dfe1e4);
  transform: translateY(-1px);
}
#previewContent .pv-check {
  color: #198754;
  font-weight: 600;
  background: #e8f5e9;
  padding: 3px 12px;
  border-radius: 20px;
  font-size: 0.88rem;
}
#previewContent .pv-uncheck {
  color: #999;
  font-weight: 500;
  background: #f5f5f5;
  padding: 3px 12px;
  border-radius: 20px;
  font-size: 0.88rem;
}
#previewContent .pv-media-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#previewContent .pv-media-grid .pv-media-thumb {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #eee;
  transition: all 0.2s;
}
#previewContent .pv-media-grid .pv-media-thumb:hover {
  border-color: var(--color-three);
  transform: scale(1.05);
  box-shadow: 0 4px 12px color-mix(in srgb, var(--color-three) 20%, transparent);
}
#previewContent .pv-media-grid .pv-media-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#previewContent .pv-new-files {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff3cd;
  color: #856404;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  margin-top: 8px;
}

.blog-section .blog-details-page {
  padding-right: 3rem;
  margin-right: 1rem;
}
@media (max-width: 1400px) {
  .blog-section .blog-details-page {
    padding-right: 0;
    margin-right: 0;
  }
}
.blog-section .blog-meta-two .post-img img {
  height: 300px;
  object-fit: cover;
  object-position: top;
}

@media print {
  button,
  script,
  .btn,
  .footer-modal-button,
  .btn-print-candidate {
    display: none !important;
  }
  body {
    margin: 0;
    background: #fff !important;
  }
  #printArea {
    width: 100%;
  }
  #notesSectionWrapper,
  .cadidate-profile-sidebar {
    display: none !important;
  }
  .candidates-profile .col-xxl-8,
  .candidates-profile .col-lg-8 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .candidates-profile .col-xxl-4,
  .candidates-profile .col-lg-4 {
    display: none !important;
  }
  .candidate-profile-card.profile-block {
    background: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    color: #000 !important;
    margin-top: 0 !important;
  }
  .candidate-profile-card.profile-block h4, .candidate-profile-card.profile-block h5, .candidate-profile-card.profile-block p, .candidate-profile-card.profile-block span, .candidate-profile-card.profile-block a {
    color: #000 !important;
  }
  .candidate-profile-card.profile-block .candidate-post {
    color: #333 !important;
  }
  .candidate-profile-card.profile-block .cadidate-avatar {
    border-color: #333 !important;
  }
}
.share-cv-email-section .btn-ten {
  padding: 5px 26px;
  line-height: normal;
}
