﻿.search__filter-content .form-check {padding-left: 30px;font-size: 14px;color:#444444;}.search__filter-content .form-check input[type="checkbox"], .search__filter-content .form-check input[type="radio"] {visibility: hidden;}.purplemark {display:flex;align-items:center;justify-content:center;position: absolute;top: 0;left: 0;width: 18px;height: 18px;border-radius: 2px;border: 2px solid rgba(17, 17, 17, 0.55);-webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;-o-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;}.purpledot {position: absolute;justify-content: center;align-items: center;display: flex;top: 0;left: 0;width: 18px;height: 18px;border-radius: 50%;border: 2px solid rgba(17, 17, 17, 0.55);-webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;-o-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;}.search__filter-content .form-check input:checked ~ .purplemark, .search__filter-content .form-check input:checked ~ .purpledot {background-color: #462269;border-color: #462269;}.idv-desc {display: inline-block;width: 85%;max-width: 85%;}.purplemark:after, .purpledot:after {content: "";position: absolute;display: none;}.search__filter-content .form-check input:checked ~ .purplemark:after, .search__filter-content .form-check input:checked ~ .purpledot:after {display: block;}.search__filter-content .form-check .purplemark:after {top: 2px;width: 12px;height: 6px;border-left: 2px solid #fff;border-bottom: 2px solid #fff;-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);-webkit-transition: opacity 0.3s ease-in-out;-o-transition: opacity 0.3s ease-in-out;transition: opacity 0.3s ease-in-out;}.search__filter-content .form-check .purpledot:after {border-radius: 50%;width: 12px;height: 12px;border: 2px solid #fff;-o-transition: opacity 0.3s ease-in-out;transition: opacity 0.3s ease-in-out;position: relative;}.search__filter-content .form-check i {top: 10px;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);right: 0;min-width: 24px;height: 20px;padding-left: 4px;padding-right: 4px;border-radius: 2px;background-color: #E4E3E5;font-style: normal;font-weight: 400;font-size: 12px;line-height: 11px;color: #444444;}.c-btn--green {width: 100px;height: 25px;}#btn-ok-adv-filter {display: none;text-align: center;color: #ffffff;font-size: 12px;line-height: 25px;border-radius: 5px;cursor: pointer;width: 100px;}.search__filter-head {display: flex;justify-content: space-between;}#btn-clear-adv-filter {width: 75px;}#btn-m-apply-adv-filter {width: 100%;text-align: center;color: #ffffff;font-size: 12px;line-height: 25px;border-radius: 5px;padding: 0 10px;cursor: pointer;outline: none;cursor: pointer;position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;width: auto;height: 45px;padding-left: 24px;padding-right: 24px;border: none;border-radius: 3px;-webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 24%);box-shadow: 0 2px 6px 0 rgb(0 0 0 / 24%);background-color: #663399;font-weight: 500;font-size: 15px;color: #FFFFFF;-webkit-transition: background-color 0.3s ease-in-out;-o-transition: background-color 0.3s ease-in-out;transition: background-color 0.3s ease-in-out;}.m-apply-adv-filter {display: none;}.minsalary {display: flex;gap: 4px;align-items: center;}.search__filter {z-index: 1150;position: -webkit-sticky;position: sticky;top: 95px;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;width: 100%;max-width: 232px;max-height: -webkit-calc(100vh - 105px);max-height: calc(100vh - 105px);background-color: white;}@media screen and (max-width: 1023px) {.search__filter {z-index: 1500;opacity: 0;visibility: hidden;-webkit-transform: translateX(-100%);-ms-transform: translateX(-100%);transform: translateX(-100%);position: fixed !important;top: 0 !important;left: 0 !important;width: 100%;max-width: 300px;height: 100%;max-height: 100% !important;border: none;-webkit-border-radius: 0;border-radius: 0;background-color: #ffffff;-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);}.search__filter.is-animated {-webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;-o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;}.search__filter.is-show {opacity: 1;visibility: visible;-webkit-transform: translateX(0);-ms-transform: translateX(0);transform: translateX(0);-webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;-o-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out;transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;}}.search__filter.js-is-stuck {bottom: 0;}.search__filter-body {padding-right: 10px;padding-bottom: 10px;}.search__filter.is-show > .search__filter-head {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;min-height: 60px;padding-left: 15px;padding-right:15px;border-bottom: 1px solid #E4E3E5;}.search__filter.is-show > .search__filter-body {padding-left:20px;padding-top:15px;padding-right:20px;}.search__filter-head a {display: none;}@media screen and (max-width: 1023px) {.search__filter-head a {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;font-size:16px;}}@media screen and (max-width: 737px) {#btn-m-clear-adv-filter {font-size:14px;}}.search__filter-head a .icon-font {color: #663399;font-size: 20px;}.search__filter-head a .icon-font:hover {color: #663399;}.search__filter-action {min-height: 55px;border-bottom: 1px solid #E4E3E5;padding-top: 10px;padding-bottom: 10px;margin-bottom: 10px;}@media screen and (max-width: 1023px) {.search__filter-action {min-height: 60px;padding-top: 10px;}}.search__filter-action .c-btn {min-width: unset;-webkit-box-shadow: none;box-shadow: none;padding: 5px 5px 7px 5px;height: auto;}.search__filter-action .c-btn span {font-size: 14px;}.search__filter-action .c-btn__wrapper {width: 100%;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}.search__filter-action .c-btn__wrapper a {width: -webkit-calc((100% - 10px) / 2);width: calc((100% - 10px) / 2);}.search__filter-body {overflow-y: auto;-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;min-height: 1px;max-height: 100%;}.search__filter-back {display: none;font-size: 20px;color: #111;-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);margin-right: 12px;}.search__filter-title {color: #111111;font-size: 16px;font-weight: 500;text-transform: uppercase;white-space: nowrap;display: flex;}.search__filter-title span {text-transform: capitalize;margin-left:5px;}.search__filter-link {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;color: #2d59a7;font-size: 14px;font-weight:500;}.search__filter-link:hover {}.search__filter-content--mobile {display: none;}@media screen and (max-width: 1023px) {.search__filter-content--mobile {display: block;}}.search__filter-content-btn {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;height: 40px;}.search__filter-content-btn[aria-expanded='true'] .icon-font {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);-webkit-transition: -webkit-transform 0.4s ease-in-out;transition: -webkit-transform 0.4s ease-in-out;-o-transition: transform 0.4s ease-in-out;transition: transform 0.4s ease-in-out;transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;}.search__filter-content-btn > div {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: start;-webkit-align-items: flex-start;-ms-flex-align: start;align-items: flex-start;height: 100%;padding-top: 5px;}.search__filter-content-btn > div:nth-of-type(1) {-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;min-width: 1px;max-width: 100%;}.search__filter-content-btn > div:nth-of-type(2) {-webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;width: 15px;}.search__filter-content-btn p {font-weight: 500;font-size: 15px;line-height: 15px;color: #111111;}.search__filter-content-btn .icon-font {font-size: 7px;color: #6d7886;-webkit-transform: rotate(1deg);-ms-transform: rotate(1deg);transform: rotate(1deg);-webkit-transform-origin: center;-ms-transform-origin: center;transform-origin: center;-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transition: -webkit-transform 0.4s ease-in-out;transition: -webkit-transform 0.4s ease-in-out;-o-transition: transform 0.4s ease-in-out;transition: transform 0.4s ease-in-out;transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;}.search__filter-more {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;padding-bottom: 20px;}.search__filter-more[aria-expanded='true']:after {content: attr(data-less);}.search__filter-more:after {content: attr(data-more);font-size: 13px;color: #2D59A7;font-weight: 500;}.search__filter .form-group {margin-bottom: 10px;}.search__filter .form-group:last-of-type {margin-bottom: 20px;}.search__filter .form-group .form-check-input {margin-top: 0.25rem;}.search__filter .form-group .form-check-label {color: #6e6e6e;font-size: 12px;}.search__filter .form-group .form-control {-webkit-appearance: none;-moz-appearance: none;appearance: none;outline: none;background-color: #ffffff;font-size: 12px;}.search__filter .form-group .form-control:focus {border-color: #ced4da;-webkit-box-shadow: none;box-shadow: none;}@media screen and (max-width: 1023px) {.search__header > div:nth-of-type(2) {min-width: 100%;}.search__filter-head > span {width: 50px;}#btn-ok-adv-filter, .m-apply-adv-filter {display: block;}.search__filter.is-show {min-width: 100%;}.search__filter .form-group .form-control {width: 230px;}.search__filter-middle {overflow: hidden;overflow-y: auto;-webkit-box-flex: 1;-ms-flex: 1;flex: 1;max-height: 100%;padding: 20px 12px;}.m-apply-adv-filter {display: block;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: 12px;-webkit-box-shadow: 0px -2px 6px rgb(0 0 0 / 8%);box-shadow: 0px -2px 6px rgb(0 0 0 / 8%);background-color: #FFFFFF;}.search__filter-content {border-bottom: none;}}@media screen and (max-width: 767px) {.header-on-top, .top-menu-bar {z-index: 0 !important;}.search__filter-back {display: block;}.search__filter-title span {margin-left:0;}}