/* JOB SEARCH FILTERS */
.job-search-filters {
  padding-left: 10px;
  padding-right: 10px;
}
.job-search-filters .container {
  max-width: 1280px;
}
.job-search-filters .container .filter-box {
  border-radius: 10px;
  border: 1px solid #bababa;
  background: #fff;
  max-width: 1280px;
  min-height: 164px;
  margin: 0 auto;
}
.job-search-filters .container .filter-box .filter-box-content {
  padding: 30px;
}
.job-search-filters .container .filter-box .title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
.job-search-filters .container .filter-box .filters {
  display: flex;
  gap: 8px;
}
.job-search-filters .container .filter-box .filters .input-container {
  width: 180px;
}
.job-search-filters .container .filter-box .filters .input-container.long {
  width: 230px;
}

.job-search-filters .select2-container--default .select2-selection--single {
  border-radius: 30px;
  height: 50px;
  display: flex;
  align-items: center;
}
.job-search-filters
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 7px 6px 0 6px;
}
.job-search-filters
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 0px 6px 7px 6px;
}
.job-search-filters
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}
.job-search-filters .input-container {
  position: relative;
}
.job-search-filters .input-container img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}
.job-search-filters .input-container .button.green {
  display: flex;
  width: 230px;
  height: 50px;
  background-color: var(--green);
  color: var(--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.no-display {
  display: none !important;
}
#resetmainimage,
.resetprofileimage,
.resetgalleryimage,
.resetgalleryvideo {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 9999;
  cursor: pointer;
  text-align: center;
  font-size: 25px;
  font-size: 0;
}
.resetprofileimage.hide,
.resetgalleryimage.hide,
#resetmainimage.hide,
.resetgalleryvideo.hide {
  display: none;
}
#resetmainimage::after,
.resetprofileimage::after,
.resetgalleryimage::after,
.resetgalleryvideo::after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"/></svg>');
  font-weight: 900;
  font-size: 20px;
  width: 15px;
  height: 15px;
  display: block;
}
.job-seeker-form .form-upload-item input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  z-index: 1;
  max-height: 100%;
}
.imageThumb {
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 100%;
  height: 100vh;
  object-fit: contain;
  float: left;
  max-height: 110px;
  border-radius: 5px;
  margin-bottom: 7px;
}
.box .file-upload-card input {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0;
}
.box .file-upload-card {
  text-align: center;
}
.box .file-upload-card input {
  display: block;
}
.job-search-filters .select2-container--default .select2-selection--multiple {
  border-radius: 30px;
  overflow-y: auto;
}

.job-search-filters
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  min-height: 46px;
}

.job-search-filters
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #aaa;
}

.job-search-filters .select2-container .select2-selection--multiple {
  min-height: 46px;
}

/* JOB SEARCH FILTERS */

/* SORT BTN */
.sort-btn .container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: right;
  padding-right: 55px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.job-search {
  margin-top: 0 !important;
}
.sort-btn .container .select2-container {
  width: 230px !important;
}
.sort-btn .select2-container--default .select2-selection--single {
  border-radius: 30px;
  height: 46px;
  display: flex;
  align-items: center;
  border: 1px solid var(--green);
}
.sort-btn
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--green);
}
.sort-btn
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: var(--green) transparent transparent;
  border-width: 7px 6px 0 6px;
}
.sort-btn
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: var(--green) transparent transparent;
  border-width: 0px 6px 7px 6px;
}
.sort-btn
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}
/* SORT BTN */

/*favorites*/
.favorites .hot-jobs-item .profil-image img {
  height: auto;
}

.favorites .hot-jobs-item .item-btn .button.green {
  height: auto;
}

#views-exposed-form-job-search-page-1 {
  display: none;
}

#views-exposed-form-employee-search-page-1 {
  display: none;
}
#views-exposed-form-company-search-page-1 {
  display: none;
}
.profile-dropdown-list.active {
  display: flex;
}
.profile-dropdown-list {
  display: none;
  flex-direction: column;
  padding: 0px !important;
  border-radius: 10px;
  overflow: hidden;
  width: 200px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #cecece;
}
.profile-dropdown-list .profile-dropdown-list-item {
  padding: 10px 10px;
  border-bottom: 1px solid #333;
  text-align: center;
}
.profile-dropdown-list .profile-dropdown-list-item:last-child {
  border-bottom: none;
}
.input-container
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #000 !important;
}

.box.job-applications .public-profile-list-btn:last-child {
  padding-bottom: 30px;
}
.message-action .input-container .file svg {
  cursor: pointer;
}
.message-action .input-container .file {
  position: relative;
  border: none;
  background-color: transparent;
}

.message-action .input-container .file input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  cursor: pointer;
}
.form-item .form-upload-item {
  padding: 15px;
}
.hot-jobs-item {
  word-wrap: break-word;
  word-break: break-word;
}

.new-jobs-item a {
  font-size: 20px;
  color: var(--grey);
  text-decoration: none;
}

.profile-menu .button {
  padding: 15px 0px;
  width: 100%;
  margin: 0;
}
.description {
  word-wrap: break-word;
  word-break: break-word;
}
.step4 .profile-box h1 {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}
.step4 .profile-box {
  max-width: 760px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 70px;
  padding: 40px;
  background-color: rgba(201, 201, 201, 0.1);
  border-radius: 30px;
}
.step4 .profile-box .text {
  text-align: center;
}
.step4 .profile-box .text-change {
  margin-top: 30px;
}
.step4 .profile-box .action {
  max-width: 260px;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 15px;
}
.step4 .profile-box .action a {
  background-color: var(--green);
  color: var(--white);
  height: 46px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gray-bg .container {
  max-width: 1250px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 70px;
}

.gray-bg strong {
  font-weight: 400;
}

.favorites .favourite {
  position: absolute;
  right: 10px;
  top: 10px;
}

.favourite {
  /*position: absolute;*/
  right: 10px;
  top: 10px;
}

div[role="contentinfo"] {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.industries .industries-item span {
  cursor: pointer;
}

/*FaQ page*/
.accordion-header {
  font-size: 28px;
  margin-top: 50px;
  text-align: center;
  margin-bottom: 30px;
}
.acc-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.accordion {
  border-style: solid;
  border-color: rgb(200, 200, 200);
  border-width: 1px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  margin-left: 200px;
  max-width: 1350px;
  width: 100%;
  margin: 5px 15px;
  padding: 5px;
  border-radius: 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.accordion .accordion-content {
  margin: 10px 0;
  border-radius: 4px;
  padding-left: 20px;
  border: 1px solid --gray-text;
  overflow: hidden;
}
.accordion-content .accordion-inside-header {
  display: flex;
  min-height: 50px;
  padding: 15px 30px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s linear;
}
.accordion-content .accordion-description {
  height: 0;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  padding: 0 30px;
  margin-top: 10px;
  transition: all 0.2s linear;
  overflow: hidden;
}
.accordion-content .accordion-inside-header .accordion-title {
  font-size: 22px;
  font-weight: 600;
  color: #333;
}
.accordion-content .accordion-inside-header i {
  font-size: 15px;
  color: #333;
}
#tabs-nav {
  list-style: none;
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
#tabs #tabs-nav li {
  border: 1px solid #d5d5de;
  border-radius: 10px;
  padding: 10px 0;
  display: block;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  width: 100%;
  max-width: 260px;
  font-size: 20px;
  height: 50px;
  line-height: 1.5;
  flex-shrink: 0;
}
#tabs #tabs-nav li.btn-blue.active {
  background: #fff;
  border-color: #000;
}
#tabs #tabs-nav li.btn-blue.active a {
  color: #000;
}
#tabs #tabs-nav li.btn-red {
  border: 1px solid #d5d5de;
  border-top-color: rgb(213, 213, 222);
  border-right-color: rgb(213, 213, 222);
  border-bottom-color: rgb(213, 213, 222);
  border-left-color: rgb(213, 213, 222);
  background: transparent;
  color: #000;
}
#tabs #tabs-nav li.btn-red a,
#tabs #tabs-nav li.btn-blue a {
  color: #000;
}
#tabs #tabs-nav li.btn-red.active {
  background: #fff;
  border-color: #000;
  color: #000;
}
#tabs #tabs-nav li.btn-red.active a {
  color: #000;
}
/*FaQ page*/

.parsley-errors-list.filled,
#removemessagee {
  list-style: none;
  padding: 5px;
  margin: 0px;
  text-align: center;
  border: 1px solid red;
  color: red;
}

/* header .container .nav-links .nav-btn .button.green img {
  margin-left: 10px;
} */

.employee-details-page .content .right-part .btn-chat {
  justify-content: right;
  max-width: 250px;
}
.modal-job-search-detail-page-rate-now-open {
  width: 100%;
}
.employee-details-page .content .right-part .btn-chat .button.green {
  padding: 0;
  height: 50px;
  width: 100%;
}
.employee-details-page .content .left-part .role .button.green {
  padding: 0;
  height: 50px;
}
.employee-details-page .content .left-part .role {
  max-width: 230px;
  width: 100%;
}
.employee-details-page .content .left-part {
  max-width: 230px;
  width: 100%;
}

.parsley-success + .overlay {
  display: flex;
  justify-content: center;
}
.mid-box-upload-item .parsley-success + .overlay img {
  width: 150px;
  height: 150px;
  max-width: 150px;
}
.hot-jobs-item .profil-image img {
  height: 230px;
  object-fit: cover;
}
.companies-details-page-carousel .hot-jobs-item {
  height: 500px;
}

/*abo page*/

.main.registration {
  padding: 60px 0;
  border-top: 1px solid var(--dark-gray);
}

.main.registration h1 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 60px;
}

.main .action {
  max-width: 215px;
  font-size: 16px;
  justify-content: center;
  border-radius: 30px;
  padding: 15px 10px;
  background: var(--green);
  color: var(--white);
  border: 0;
}
.main.registration .action {
  max-width: 100%;
  word-wrap: break-word;
  padding: 15px 0px;
  width: 100%;
  margin: 0;
}

.abo-view .abo-wrapper {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-bottom: 30px;
}

.abo-view .abo-wrapper .item {
  max-width: 353px;
  border-radius: 30px;
  border: 1px solid #b3b3b3;
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.abo-view .abo-wrapper .item:hover {
  background: rgba(16, 175, 77, 0.101961);
  border-color: rgba(16, 175, 77, 0.101961);
}

.abo-view .abo-wrapper .item .title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.abo-view .abo-wrapper .item .img-container {
  margin-bottom: 30px;
}

.abo-view .abo-wrapper .item .img-container img {
  display: block;
  max-width: 50%;
  width: auto;
  margin: 0 auto;
}

.abo-view .abo-wrapper .item .benefits {
  font-size: 16px;
  text-align: center;
}

.abo-view .abo-wrapper .item .price {
  /* font-size: 30px; */
  color: var(--accent);
  text-align: center;
  margin-bottom: 40px;
}

.abo-view .abo-wrapper .item .description {
  flex-grow: 1;
  color: #fff;
}

.abo-view .abo-wrapper .item .description p {
  margin: 0;
  margin-bottom: 30px;
}

.abo-view .abo-wrapper .item .description ul {
  text-align: left;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  margin-bottom: 100px;
}

.abo-view .center-text {
  font-size: 20px;
  color: #000000;
  text-align: center;
}

.abo-view .abo-wrapper .item:nth-child(4) {
  background: #021c1e;
  border-color: rgba(16, 175, 77, 0.101961);
}

.abo-view .abo-wrapper .item:nth-child(4) .title {
  color: #fff;
}

/* .abo-view .abo-wrapper .item .benefits {
  min-height: 38px;
} */

.abo-view .abo-wrapper .item {
  min-width: 370px;
}

.abo-view .abo-wrapper .item.subscription-detailpage {
  max-width: 500px;
}

.rating-platforms .container h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 30px;
}
.rating-platforms .container .details {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}
.rating-platform {
  margin-bottom: 40px;
}
.how-works .container {
  max-width: 100%;
}
.how-works {
  margin-bottom: 40px;
  margin-top: 40px;
}
.how-works .container h2 {
  text-align: center;
  padding-top: 30px;
}
.how-works .video-container {
  margin: 0 auto;
  background: transparent;
  display: flex;
  justify-content: center;
}
.how-works .video-container video {
  margin: 0 auto;
}
.how-works .container {
  background: #e8e8e8;
  /* padding: 30px; */
}
.registration-banner {
  background-color: #021c1e;
  padding: 40px;
}
.registration-banner h2 {
  color: #fff;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}
.registration-banner .button.green {
  border-radius: 30px;
  padding: 0;
  width: 400px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  background-color: var(--green);
}
.registration-banner p {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.cards .row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 60px;
}
.cards .row .item {
  /* display: flex; */
  flex-direction: column;
  max-width: 300px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.cards .container {
  max-width: 1200px;
}
.cards h2 {
  text-align: center;
}
.cards {
  padding: 40px;
}
.cards img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.cards .item h3 {
  margin-bottom: 30px;
}
#tabs #tabs-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
}
#tabs #tabs-nav li.btn-blue,
#tabs #tabs-nav li.btn-red {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--green);
  color: var(--green);
  background-color: #fff;
  border-radius: 20px;
}
#tabs #tabs-nav li.btn-blue a,
#tabs #tabs-nav li.btn-red a {
  color: var(--green);
  text-decoration: none;
  font-weight: 400;
}
#tabs #tabs-nav li.btn-blue.active,
#tabs #tabs-nav li.btn-red.active {
  color: #fff;
  background-color: var(--green);
  border: 1px solid var(--green);
}
#tabs #tabs-nav li.btn-blue.active a,
#tabs #tabs-nav li.btn-red.active a {
  color: #fff;
  text-decoration: none;
}
.accordion-header {
  padding-bottom: 30px;
}
.cards .advantages-img {
  position: relative;
}
.cards .advantages-img .inside-round {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hot-jobs-item {
  background-color: #fff;
}
.hot-jobs-item .job-location {
  justify-content: right;
  max-width: 140px;
}
.hot-jobs-item .job-location img {
  width: 30px;
  height: auto;
}
.hot-jobs-item .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 250px;
}

.item-description {
  word-break: break-word;
}

.hot-jobs .content {
  justify-items: start;
}

.filter-box .select2-search.select2-search--inline {
  height: 46px;
}
.input-container input {
  height: 50px !important;
}

header .container .nav-links .nav-btn .button.green img {
  border-radius: 50%;
}
header .container .nav-links .nav-btn .button.green p {
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
}
header .container .nav-links .nav-btn.logged .button.green {
  padding: 0 5px;
}

.job-create-cv
  .box
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  white-space: normal;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered::after {
  content: "";
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 20px;
  position: absolute;
  top: 50%;
  width: 0;
  transform: translateY(-50%);
}
span.select2.select2-container.select2-container--default {
  position: relative;
  /* height: 50px; */
}

.job-create-cv
  .box
  .select2-container--default
  .select2-search--inline
  .select2-search__field {
  padding-bottom: 0px;
  margin: 0;
  /* height: 0px !important; */
}

.job-create-cv .box .select2-container--default .select2-search--inline {
  height: 20px;
}
.job-create-cv
  .box
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  min-height: 50px !important;
}
.register-form .input-checkbox {
  align-items: center;
}
header .container .nav-links .link {
  font-size: 20px;
}
