body .popup-account .inner-popup {
  max-width: 700px;
}
body td.applicants-td {
  text-align: center;
}
@media (max-width: 855px) {
  body td.applicants-td {
    text-align: left;
  }
}
body .title-jobs-dashboard .tooltip[data-title] {
  z-index: 1;
}
@media (max-width: 855px) {
  body .table-dashboard tbody td:last-child .action-dropdown {
    left: 24px;
    right: auto;
  }
}
body .only-mobile {
  display: none;
}
@media (max-width: 855px) {
  body .only-mobile {
    display: inline-block;
  }
}
body .form-account .civi-toggle-password {
  top: 12px;
  right: 12px;
}
body .filled {
  padding: 5px 15px;
  background: #d63637;
  color: #fff;
  border-radius: 5px;
}
body .popup-account .accept-account label.error#accept_account-error {
  position: absolute;
  top: 15px;
}
@media (max-width: 855px) {
  body .table-dashboard tbody .list-action {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  body .civi-jobs-item.layout-list {
    padding: 15px;
  }
}
body .civi-jobs-item.layout-list .jobs-archive-header {
  align-items: center;
}
@media (max-width: 767px) {
  body .civi-jobs-item.layout-list .jobs-archive-header {
    display: grid;
    grid-template-columns: 65% 35%;
    gap: 20px;
  }
}
@media (max-width: 550px) {
  body .civi-jobs-item.layout-list .jobs-archive-header {
    grid-template-columns: 50% 50%;
    gap: 15px;
  }
}
@media (max-width: 390px) {
  body .civi-jobs-item.layout-list .jobs-archive-header {
    grid-template-columns: repeat(1, 1fr);
  }
}
body .company-head-details .civi-company-header-top .logo-comnpany img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}
body .list-jobs-insights .details-info, body .list-jobs-insights-sidebar .details-info {
  text-transform: none;
}
body .civi-jobs-item .logo-comnpany {
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  margin-top: auto;
  margin-bottom: auto;
}
body .civi-fields-gallery #civi_gallery_container {
  border-radius: 6px;
  border: 1px dashed #ddd;
  background-color: #f9f9f9;
  width: 150px;
  height: 150px;
  position: relative;
  margin-right: 16px;
  overflow: hidden;
}
body .jobs-company-sidebar .company-header img {
  min-width: 54px;
  min-height: 54px;
}
body #civi_gallery_view {
  width: 100%;
  height: 100%;
}
body .civi-fields-gallery .media-thumb {
  width: 100%;
  height: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
body .civi-fields-gallery .media-thumb .media-item-actions, body .civi-fields-thumbnail .media-item-actions {
  z-index: 999999;
}
body #civi_gallery_container #civi_drop_gallery {
  margin: 0;
}
body #civi_gallery_container #civi_add_gallery {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  cursor: pointer;
}
body .list-jobs-insights .list-item {
  display: flex;
  align-items: center;
}
body .list-jobs-insights .info.need-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
body .civi-jobs-item.layout-list .jobs-header-right {
  align-items: start;
  height: auto;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 767px) {
  body .civi-jobs-item.layout-list .jobs-header-right {
    position: relative;
  }
}
@media (max-width: 400px) {
  body .civi-jobs-item.layout-list .logo-comnpany {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }
}
body .civi-jobs-item.layout-list .jobs-archive-footer {
  margin-top: 10px;
}
body .civi-jobs-item.layout-list .jobs-header-left {
  align-items: start;
}
body .search-right .select2-field .select2.select2-container .select2-selection, body .search-left .select2-field .select2.select2-container .select2-selection, body .items-pagination .select2-field .select2.select2-container .select2-selection {
  padding: 6px 16px;
}
body .search-right .select2-container--default .select2-selection--single .select2-selection__arrow, body .search-left .select2-container--default .select2-selection--single .select2-selection__arrow, body .items-pagination .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
body.single-candidate #content, body.single-jobs #content, body.single-company #content {
  padding-top: 30px;
}
body .civi-form-location .radius {
  opacity: 1;
  visibility: visible;
  position: relative;
  left: 0;
  bottom: auto;
  width: auto;
  border-radius: 0;
  margin-top: 15px;
  background: transparent;
  display: none;
  padding-left: 0;
}
body .civi-form-location .radius.active {
  display: flex;
}
body .civi-form-location .radius input {
  height: 38px;
  background: transparent;
  padding: 8px 16px 9px 16px;
}
body .civi-form-location .radius .distance {
  background-color: transparent;
  border-radius: 0;
  color: #000;
  height: 38px;
  line-height: 38px;
}
body .civi-form-location .radius .labels:after {
  display: none;
}

.entry-filter.entry-filter-company select {
  width: 100%;
}

.archive-layout .inner-filter.custom-scrollbar .archive-filter-top .form-group:last-child {
  max-width: 100%;
}

.archive-layout .inner-filter.custom-scrollbar .archive-filter-top .form-group:last-child {
  border-radius: 0;
}

.archive-layout .inner-filter.custom-scrollbar .archive-filter-top .btn-top-filter {
  margin: 5px 0;
}

.archive-layout .inner-filter.custom-scrollbar .archive-filter-top .form-archive-top-filter .civi-select2, .archive-layout .inner-filter.custom-scrollbar .archive-filter-top .form-archive-top-filter .select2.select2-container {
  height: 40px !important;
  border: 1px solid #ddd;
  padding-left: 10px;
  border-radius: 4px;
}

.form-archive-top-filter input#search-location {
  height: 100%;
  padding: 8px 16px 9px 16px;
}

.form-group.job-filter-date input[type=text] {
  padding: 7px 16px 7px 16px;
}

.archive-layout .filter-warpper .entry-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 20px;
  padding-right: 25px;
}

.archive-layout .archive-filter-top .form-group + .form-group {
  border: none !important;
}

.archive-layout .inner-filter .entry-filter.form-group {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}
.archive-layout .inner-filter .entry-filter.form-group .company-filter:after {
  content: "\f078";
  font-size: 12px;
  font-weight: 700;
  font-family: "Font Awesome 5 Pro", sans-serif;
  color: #999;
  font-style: normal;
  width: auto;
  height: auto;
  margin-top: 0;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 11px;
}
.archive-layout .inner-filter .entry-filter.form-group select {
  padding: 8px 36px 9px 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-jobs-top-filter.form-archive-top-filter .row {
  gap: 15px;
}

.form-group .select2-container .select2-selection--single .select2-selection__rendered {
  display: flex;
}
.form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 855px) {
  body .table-dashboard thead tr {
    display: none;
  }
  body .table-dashboard tbody td:first-child {
    min-width: 100%;
  }
  body .table-dashboard tbody tr {
    display: flex;
    flex-direction: column;
  }
  body .table-dashboard tbody td:last-child,
  body .table-dashboard tbody td:first-child {
    text-align: left;
    padding: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
