.chosen-container {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: .8rem;
  width: 100% !important;
}
/* table .chosen-container {
  width: 100%!important;
} */
.chosen-container .chosen-drop {
  position: absolute;
  top: 110%;
  z-index: 1010;
  width: 100%;
  border: .012rem solid var(--table-border-5);
  border-radius: .5rem;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

select.chosen-select-bottom + .chosen-container .chosen-drop{  bottom: 110%; top: auto;}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: var(--bs-gray-900);
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single{
  display: flex;
  align-items: center;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--bs-gray-900);
  font-size: 100%;
  flex: 1;
}
.chosen-container-single .chosen-single span +i:before{
  color: var(--table-border-5);
  font-size: 1rem;
  cursor: pointer;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  margin-right: .25rem;
  color: var(--bs-red);
  font-size: 1rem;
  cursor: pointer;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  padding: 0.3125rem 0.375rem;
  width: 100%;
  height: auto;
  background: var(--bs-gray-200);
  font-size: .8rem;
  border-radius: .25rem;
  border: 0;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color:var(--bs-gray-900);
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  padding: .3rem;
  max-height: 12rem;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding:0.3125rem 0.375rem;
  line-height: 1.1;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
  padding: .5rem;
  margin: 0;
  font-size: .9rem;
  font-family: "Nunito";
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color:var(--bs-gray-200);
  border-radius: .25rem;
}

.chosen-container .chosen-results li.no-results {
  color:var(--bs-gray-700);
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices,.chosen-container-single .chosen-single {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  background-color:var(--table-border-05);
  cursor: text;
  min-height: 2.875rem;
  border: .012rem solid var(--table-border-5);
  border-radius: .25rem;
  padding: .25rem .5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
table .chosen-container-multi .chosen-choices,table .chosen-container-single .chosen-single {
  min-height: 2rem;
  height: 2rem;
  border-radius: .25rem;
}
select[multiple] + .chosen-container-multi .chosen-choices {
  height: auto;

}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 1.5625rem;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--bs-gray-600);
  font-size: 100%;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 5px;
  border: 1px solid rgba(44, 107, 179,.3);
  border-radius: 3px;
  background-color: rgba(44, 107, 179,.1);
  line-height: 1.3;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: relative;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close::before {
  margin-left: .25rem;
  color: var(--bs-red);
  content: "\f5ee";
  font-family: 'bootstrap-icons' !important;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover::before {
  color: var(--bs-red);
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color:var(--bs-gray-600);
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single,.chosen-container-active .chosen-choices {
    border: .012rem solid var(--table-border-5);
}
