@charset "UTF-8";
.log-nav_employer {
  margin-bottom: 20px;
}

.seekers_filter {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  background: #fbf5ff;
}
.seekers_filter .form-search-seekers {
  text-align: left;
  background: #ffffff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 2px 4px 8px -3px #bbbbbb;
}
.seekers_filter .search-group {
  margin: 0;
  border-radius: 5px;
  background: #fbf5ff;
  padding: 0 10px;
}
.seekers_filter .border-text-box {
  border: none;
}
.seekers_filter .item_group {
  padding-left: 10px;
}
.seekers_filter .item_group .border-text-box select {
  border: unset;
  background: unset;
}
.seekers_filter .c-group_field {
  padding: 0;
}
.seekers_filter input[type=text] {
  padding: 10px;
  font-size: 14px;
  height: auto;
  width: 100%;
  border: none;
  box-shadow: none;
  background: #fbf5ff;
}
.seekers_filter input[type=text]:focus {
  box-shadow: none;
}
.seekers_filter .c-box_select {
  position: relative;
}
.seekers_filter .c-box_select .fa {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 10px;
  font-size: 16px;
  color: #999999;
}
.seekers_filter .select2-container--default .select2-selection--single {
  border: none;
  background: #fbf5ff;
}
.seekers_filter .select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  width: 100% !important;
}
.seekers_filter #search_seekers {
  background: #9e58c5;
  border-radius: 5px;
  border: 0;
  font-size: 16px;
  color: #ffffff;
  display: block;
  width: 100%;
}
.seekers_filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.seekers_filter .btn_group {
  text-align: center;
  margin-top: 20px;
}
.seekers_filter .btn_group .viewsearch {
  color: #ffffff;
  background: #9e58c5;
  display: inline-block;
  padding: 6px 12px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
}
.seekers_filter .btn_group .viewsearch.active .less {
  display: inline-block;
}
.seekers_filter .btn_group .viewsearch.active .more {
  display: none;
}
.seekers_filter .btn_group .viewsearch .less {
  display: none;
}
.seekers_filter .btn_group .viewsearch .more {
  display: inline-block;
}
.seekers_filter .btn_group .viewsearch .fa {
  font-size: 16px;
}
.seekers_filter .btn_group .viewsearch .fa:first-child {
  margin-right: 3px;
}
.seekers_filter .btn_group .viewsearch .fa:last-child {
  margin-left: 3px;
}
.seekers_filter .c-box_field_extend.active {
  padding-top: 24px;
}
.seekers_filter .c-box_field_extend .c-show_extend {
  margin: 0 -5px;
}
.seekers_filter .c-box_field_extend .c-show_extend.less {
  display: none;
}
.seekers_filter .c-box_field_extend .c-show_extend.active {
  opacity: 1;
  animation: mymove 1s;
  animation-timing-function: ease;
}
.seekers_filter .c-box_field_extend .select-group {
  grid-template-columns: repeat(3, 1fr);
}
.seekers_filter .c-box_field_extend .select-group select {
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 10px;
}
.seekers_filter .c-box_field_extend .item_extend {
  padding: 0 10px 20px;
}
.seekers_filter .c-box_field_extend .item_extend_skill .title {
  font-size: 16px;
  padding: 9px 0px;
  border-bottom: 1px solid #dddddd;
  font-weight: bold;
}
.seekers_filter .c-box_field_extend .item_extend_skill .c-box_check {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px 10px;
  margin-top: 15px;
}
.seekers_filter .c-box_field_extend .item_extend_skill input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.seekers_filter .c-box_field_extend .item_extend_skill label {
  cursor: pointer;
  position: relative;
  font-weight: normal;
  padding-left: 25px;
  display: inline-block;
  line-height: 20px;
}
.seekers_filter .c-box_field_extend .item_extend_skill input[type=checkbox] + label:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 2px;
  box-sizing: border-box;
}
.seekers_filter .c-box_field_extend .item_extend_skill input[type=checkbox]:checked + label:before {
  background-color: #9e58c5;
  border-color: #9e58c5;
  content: "✔";
  color: white;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
}

@keyframes mymove {
  0% {
    display: block;
    opacity: 0;
  }
  50% {
    display: block;
    opacity: 0.5;
  }
  100% {
    display: block;
    opacity: 0.9;
  }
}
.btn-search-all,
.stylized-tab {
  transition: transform 0.3s;
}

.clickable {
  cursor: pointer;
}

[hidden] {
  display: none;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  box-sizing: border-box;
}

.select2-container .select2-choice {
  display: block;
  padding: 0 30px 0 10px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 40px;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: #f0f0f0;
  border-radius: 3px;
  color: #999;
}

.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important;
}

.select2-drop {
  color: #666;
}

.select2-display-none {
  display: none;
}

.select2-drop {
  width: 100%;
  min-width: 120px;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #333;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25);
}

.select2-search {
  padding: 0 15px 15px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-search {
  padding: 15px;
}

.select2-results .select2-highlighted {
  background-color: #f8f8f8;
  color: #000;
}
.select2-results .select2-highlighted:hover {
  color: #ffcc00;
}

@media (max-width: 767px) {
  .seekers_filter {
    margin-bottom: 0px !important;
  }
  .seekers_filter .form-search-seekers {
    padding: 16px;
  }
  span#select2-city-container {
    font-size: 12px !important;
  }
  span#select2-field_work-container {
    font-size: 12px !important;
  }
  input#keyword {
    font-size: 12px !important;
  }
  .group_btn_search {
    padding: 10px 0 !important;
  }
  .group_btn_search input#search_seekers {
    font-size: 13px !important;
    width: unset !important;
    margin: auto;
  }
  .btn_group .clickhide {
    font-size: 12px !important;
  }
  .btn_group .less {
    font-size: 12px !important;
  }
  .select-group {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px;
  }
  .select-group span#select2-degree-container {
    padding-right: 0 !important;
    font-size: 12px !important;
  }
  .select-group span#select2-list_jobs-container {
    padding-right: 0 !important;
    font-size: 12px !important;
  }
  .select-group span#select2-delang-container {
    padding-right: 0 !important;
    font-size: 12px !important;
  }
  .select-group span#select2-gender-container {
    padding-right: 0 !important;
    font-size: 12px !important;
  }
  .select-group span#select2-salary-container {
    padding-right: 0 !important;
    font-size: 12px !important;
  }
  .select-group span#select2-type_work-container {
    padding-right: 0 !important;
    font-size: 12px !important;
  }
  .select-group .item_extend {
    padding: 0 !important;
  }
  .select-group span#select2-experience-container {
    padding-right: 0 !important;
    font-size: 12px !important;
  }
  .item_extend_skill .title {
    font-size: 14px !important;
  }
  .item_extend_skill label {
    font-size: 12px !important;
  }
}/*# sourceMappingURL=default_seeker.css.map */