div.tags-container {
  width: 100%;
}
div.tags-container .chosen-select {
  width: 100%;
}
div.tags-container .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
div.tags-container .chosen-container .chosen-drop {
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 10px;
  top: calc(100% + 0px);
  z-index: 1010;
  width: 100%;
  border: 1px solid #F0EDE5;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  max-height: 110px;
  overflow-y: auto;
  padding: 10px 5px;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}
div.tags-container .chosen-container .chosen-drop ul.chosen-results {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.tags-container .chosen-container .chosen-drop ul.chosen-results li {
  padding: 0 15px;
  line-height: 30px;
  cursor: pointer;
  background: #fff;
}
div.tags-container .chosen-container .chosen-drop ul.chosen-results li.result-selected {
  display: list-item;
  cursor: default;
  background: #f9f9f9;
  color: #ccc;
}
div.tags-container .chosen-container .chosen-drop ul.chosen-results li.highlighted {
  color: #B3CE67;
}
div.tags-container .chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
}
div.tags-container .chosen-container.chosen-container-multi {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 64px;
  border: 1px solid #F0EDE5;
  padding: 0px 7px;
  border-radius: 10px;
  margin-bottom: 24px;
}
div.tags-container .chosen-container.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  cursor: text;
}
div.tags-container .chosen-container.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
div.tags-container .chosen-container.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  background-color: transparent;
}
div.tags-container .chosen-container.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 0;
  padding: 0;
  height: 100%;
  outline: none;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  border-radius: 0;
  width: 25px;
}
div.tags-container .chosen-container.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin-right: 6px;
  padding: 0 30px 0 16px;
  max-width: 100%;
  border-radius: 10px;
  background-color: #B3CE67;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 50px;
  cursor: default;
}
div.tags-container .chosen-container.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
div.tags-container .chosen-container.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  display: block;
  width: 15px;
  height: 15px;
  background: transparent url(../images/icons/icon_tag_close.svg) center center no-repeat;
  cursor: pointer;
}
div.tags-container .chosen-container.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}
div.tags-container .chosen-container.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
div.tags-container .chosen-container.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}/*# sourceMappingURL=chosen.css.map */

/**Chosen Single Select*/


    div.tags-container .chosen-container.chosen-container-single {
        width: 100%!important;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        min-height: 64px;
        border: 1px solid #F0EDE5;
        padding: 0px 7px;
        border-radius: 10px;
        margin-bottom: 24px;
    }

        div.tags-container .chosen-container.chosen-container-single .chosen-single {
            position: relative;
            overflow: hidden;
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            cursor: text;
        }

            div.tags-container .chosen-container.chosen-container-single .chosen-single .chosen-drop div {
                float: left;
                list-style: none;
            }

                div.tags-container .chosen-container.chosen-container-single .chosen-single .chosen-drop div.chosen-search {
                    margin: 0;
                    padding: 0;
                    white-space: nowrap;
                    background-color: transparent;
                    border:none;
                }

                    div.tags-container .chosen-container.chosen-container-single .chosen-single .chosen-drop div.chosen-search input[type=text] {
                        margin: 0;
                        padding: 0;
                        height: 100%;
                        outline: none;
                        background: transparent !important;
                        box-shadow: none;
                        color: #999;
                        font-size: 100%;
                        border-radius: 0;
                        width: 25px;
                        border:none;
                    }

                div.tags-container .chosen-container.chosen-container-single .chosen-single li.search-choice {
                    position: relative;
                    margin-right: 6px;
                    padding: 0 30px 0 16px;
                    max-width: 100%;
                    border-radius: 10px;
                    background-color: #B3CE67;
                    font-size: 18px;
                    font-weight: 500;
                    color: #fff;
                    line-height: 50px;
                    cursor: default;
                }

    div.tags-container .chosen-container.chosen-container-single .chosen-single li.search-choice span {
        word-wrap: break-word;
    }

                    div.tags-container .chosen-container.chosen-container-single .chosen-single li.search-choice .search-choice-close {
                        position: absolute;
                        top: 50%;
                        right: 8px;
                        transform: translateY(-50%);
                        display: block;
                        width: 15px;
                        height: 15px;
                        background: transparent url(../images/icons/icon_tag_close.svg) center center no-repeat;
                        cursor: pointer;
                    }

                div.tags-container .chosen-container.chosen-container-single .chosen-single li.search-choice-disabled {
                    padding-right: 5px;
                    border: 1px solid #ccc;
                    background-color: #e4e4e4;
                    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
                    color: #666;
                }

                div.tags-container .chosen-container.chosen-container-single .chosen-single li.search-choice-focus {
                    background: #d4d4d4;
                }

                    div.tags-container .chosen-container.chosen-container-single .chosen-single li.search-choice-focus .search-choice-close {
                        background-position: -42px -10px;
                    }
/*# sourceMappingURL=chosen.css.map */

