.no-padding {
  position: relative;
}

#search {
  position: relative;
}

.input-group-text {
  --bs-tertiary-bg: #fff;
  border-right: 0;
}

input.job-typeahead {
  border-left: 0;
}

/*.main-wrapper {
    min-height: 550px;
    position: absolute;
    top: 10px;
    left: 50%;
}*/
.search-widget {
  padding: 10px;
  background: #ffffff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 10px;
}

.selection {
  position: relative;
}
.selection:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333333;
  transform: translateY(-50%);
}

.search-widget .btn-search-all,
.search-widget .stylized-tab {
  transition: transform 0.3s;
}

#search-widget .category-search,
#search-widget .location-search,
#search-widget .nav-tabs,
#search-widget h1 {
  transition: opacity 0.3s;
}

.clickable {
  cursor: pointer;
}

[hidden] {
  display: none;
}

.clear-keyword {
  right: 15px;
  top: 15px;
  z-index: 102;
  display: none;
  color: #ccc;
  transition: color 0.3s;
}

.absolute {
  position: absolute;
}

.clickable {
  cursor: pointer;
}

.search-tabs .border-text-box {
  border: none;
}

.keyword-search .border-text-box input[type=text]#keywordMainSearch {
  padding-left: 40px;
  padding-right: 30px;
  font-weight: 300;
}

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

.select2-search input {
  width: 100%;
  margin-top: 10px;
}

.select2-container {
  margin: 0;
  position: relative;
  display: block;
  zoom: 1;
  vertical-align: middle;
}

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

.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-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;
  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 {
  padding: 0;
  margin: 0;
  border-top: 1px #e9e9e9 solid;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}
.select2-results input {
  padding: 8px 10px;
  font-size: 13px;
  background-image: url("../images/icontimkiem.png");
  background-size: 17px 17px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 97% center;
  width: 100%;
  height: auto !important;
  min-height: 26px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  border: 1px solid #00b4ff;
  border-radius: 0;
  box-shadow: none;
}

.search-widget div[class*=col-sm] {
  padding-left: 5px;
  padding-right: 5px;
}
.search-widget .search-group select {
  margin-bottom: 16px;
}
.search-widget .category-search a.select2-choice,
.search-widget .location-search a.select2-choice {
  padding-left: 40px;
  height: 40px;
  font-weight: 300;
  padding-right: 10px;
}
.search-widget .category-search .select2-chosen,
.search-widget .location-search .select2-chosen {
  height: 44px;
  margin-top: 0;
  line-height: 44px;
  font-size: 15px;
}
.search-widget .btn_group {
  margin-bottom: 0;
}
.search-widget .btn-search-all {
  height: 40px;
  font-size: 16px;
  line-height: 20px;
  border: none;
  text-transform: uppercase;
  font-weight: normal;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  border-radius: 4px;
  padding: 10px 14px;
}
.search-widget .search-hight {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #0e7fb6;
  display: inline-block;
  padding-left: 10px;
}

.btn-primary {
  color: #fff;
  background-color: #9E58C5;
  width: 100%;
}

.select2-results li:first-child {
  border-top: none;
}

.field-cat > ul > li > .select2-result-label {
  font-weight: bold;
  padding: 10px 7px;
  cursor: default;
}

.field-cat .select2-results > li:first-child > .select2-result-label {
  font-weight: normal !important;
  padding-left: 20px !important;
  color: #333333 !important;
  background: none !important;
}
.field-cat .select2-results > li:first-child > .select2-result-label:hover {
  color: #9E58C5 !important;
}

ul.select2-results > li > .select2-result-label {
  padding: 10px 15px;
}

.select2-results li {
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.select2-result-sub li {
  padding: 8px 10px 8px 20px;
}

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

.select2-results .select2-highlighted {
  background-color: #f8f8f8;
  color: #00b4ff;
}
.select2-results .select2-highlighted:hover {
  color: #00b4ff;
}

.select2-results .select2-result-label {
  cursor: pointer;
  padding: 3px 7px 4px;
}

.select2-disabled {
  font-weight: 500;
  color: #fff;
  padding-left: 10px !important;
  background-color: #00b4ff;
  cursor: default;
}
.select2-disabled > .select2-result-label {
  cursor: default;
}

.titlesearh {
  font-size: 24px;
  color: #ffffff;
  padding: 20px 0;
  font-weight: 200;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 780px;
  }
}

#myModals .modal-content {
  width: 780px;
  border-radius: 20px;
  padding: 20px 15px;
  background: #f6f6f6 !important;
}
#myModals .modal-header {
  border: none;
  padding: 0;
  position: relative;
}
#myModals .modal-title {
  font-size: 18px;
  padding: 10px 20px;
  font-weight: 600;
  color: #9E58C5;
  background: #ffffff;
  display: inline-block;
}
#myModals .close23 {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  font-size: 30px;
  color: #999999;
}
#myModals .modal-body {
  background: #ffffff;
}
#myModals .modal-body .search-hight-item {
  padding: 5px 0;
  display: grid;
  align-items: center;
}
@media (min-width: 768px) {
  #myModals .modal-body .search-hight-item {
    grid-template-columns: 33.33% 66.67%;
  }
}
#myModals .modal-body .border-text-box {
  border: none;
  position: relative;
}
#myModals .modal-body .border-text-box .fa-angle-down {
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  right: 15px;
  top: 10px;
}
#myModals .modal-body .select2-container {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: 100% !important;
}
#myModals .modal-body .select2-container .select2-choice {
  height: 38px;
  line-height: 38px;
}
#myModals .modal-body input {
  width: 100%;
  background: none;
  border: 1px solid #dddddd;
  color: #555555;
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#myModals .modal-body p {
  text-align: right;
  font-size: 14px;
  color: #333333;
  padding: 5px 20px;
}
#myModals .modal-body .find-fast {
  display: inline-block;
  margin: 10px 0;
  text-align: center;
  background: #9E58C5;
  width: 150px;
  padding: 10px;
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 3px;
  border: none;
}
#myModals .modal-body .find-fast:hover {
  background: #ffa001;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  background-color: #fff;
  filter: alpha(opacity=0);
}

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

#search-learn .modal-body input {
  width: 100%;
  background: none;
  border: 1px solid #e6e6e6;
  color: #555555;
  padding: 0 10px;
}

input#keyword2 {
  height: 44px;
  font-size: 15px;
}

.search-hight-item .select2-container .select2-selection--single {
  border: 1px solid #dddddd;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 10px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999999;
  border-radius: 4px;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 40px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333333;
  line-height: 40px;
  border: 1px solid #DEDEDE;
}

.select2-container--below .select2-selection--single .select2-selection__rendered {
  color: #444444;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
  padding-bottom: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 5px 17px 5px 6px;
  margin: 10px 0 3px 5px;
  position: relative;
  color: #333;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: #f0f0f0;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #03A9F4;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 5px;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  width: 100% !important;
  color: #dc493f;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 36px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
  border-bottom: 1px solid #eee;
  line-height: 20px;
  float: left;
  width: 10%;
  padding: 10px;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
  font-weight: 600;
  font-size: 14px;
  color: #0e7ccd;
  background-color: #f3f3f4;
  margin-bottom: 5px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}/*# sourceMappingURL=search.css.map */