ol, ul, li {
    list-style: none;
}
.qtagselect.isw360 {
    position: relative;
}
.qtagselect__select {
  position: absolute;
  opacity: 0; }
.qtagselect__container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 200px;
  min-height: 34px; }
.qtagselect__choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 5px 0;
  padding-left: 12px;
  padding-right: 30px;
  width: 100%;
  height: 53px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: text; }
.qtagselect__field, .qtagselect__input {
  /*height: 100%;*/
  width: 100%;
  border: none;
  cursor: pointer; }
.qtagselect__input {
  height: 28px;
  padding-right: 30px; }
.qtagselect__placeholder {
  color: #999999;
  display: flex;
  height: 41px;
  align-items: center; }
.qtagselect__btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 100%; }
  .qtagselect__btn:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    font-size: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #666666;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 12px; }
.qtagselect__choice {
  position: relative;
  height: 41px;
  display: flex;
  align-items: center;
  padding: 9px 10px;
  margin: 0px 10px 0px 0;
  font-size: 18px;
  float: left;
  border: solid 1px rgba(192, 195, 197, 0.6);
  cursor: default;
  background: #F4F7FF 0% 0% no-repeat padding-box !important;
  color: #000000 !important;
  flex-direction: row-reverse;

   }
  /*.qtagselect__choice .qtagselect__del {
    position: absolute;
    right: 4px;
    top: 4px; }*/
  .qtagselect__choice.isblue {
    color: #4788e4;
    background-color: rgba(71, 136, 228, 0.15);
    border: solid 1px rgba(71, 136, 228, 0.2); }
    .qtagselect__choice.isblue .qtagselect__del {
      background-position: 2px -8px; }
      .qtagselect__choice.isblue .qtagselect__del:hover {
        background-position: -10px -8px; }
  .qtagselect__choice.ispurple {
    color: #8168ba;
    background-color: rgba(129, 104, 186, 0.15);
    border: solid 1px rgba(129, 104, 186, 0.2); }
    .qtagselect__choice.ispurple .qtagselect__del {
      background-position: 2px -18px; }
      .qtagselect__choice.ispurple .qtagselect__del:hover {
        background-position: -10px -18px; }
  .qtagselect__choice.isgray {
    background-color: rgba(192, 195, 197, 0.15); }
.qtagselect__del {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(https://www.jqueryscript.net/demo/tags-selector-tagselect/qtagicon.png) 2px 2px no-repeat;
  cursor: pointer;
margin-right: 5px;}
  .qtagselect__del:hover {
    background-position: -10px 2px; }
.qtagselect__choice + .qtagselect__field {
  /* width:28px;
   float: left;
   height: 22px;
   margin: 4px 6px 4px 0;
   .qtagselect__input{
     padding:0;
     height:22px;
   }*/ }
.qtagselect__drop {
  position: absolute;
  top: 100%;
  z-index: 1;
  margin-top: -1px;
  width: 100%;
  border: 1px solid #4788e4;
  background: #FAFBFF;
  -webkit-box-shadow: 0 0 2px 1px rgba(71, 136, 228, 0.2);
  -moz-box-shadow: 0 0 2px 1px rgba(71, 136, 228, 0.2);
  box-shadow: 0 0 2px 1px rgba(71, 136, 228, 0.2);
  display: none; }
.qtagselect__drop__ft {
  padding: 0 10px 8px;
  text-align: right;
  position: absolute;
    left: 0;
    width: 100%;
    top: -43px; }
.qtagselect__closelink {
  color: #666666;
  font-size: 12px; }
  .qtagselect__closelink .qtagselect__triangle:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    font-size: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #666666; }
  .qtagselect__closelink:hover {
    color: #4788e4; }
    .qtagselect__closelink:hover .qtagselect__triangle:before {
      border-bottom: 6px solid #4788e4; }
.qtagselect__triangle {
  margin-left: 4px; }
.qtagselect__results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 25px;
  margin-bottom: 0;
  max-height: 250px;
  scrollbar-arrow-color: #e6e7e8;
  scrollbar-track-color: #ffffff;
  scrollbar-face-color: #e6e7e8;
  scrollbar-3dlight-color: #e6e7e8;
  scrollbar-highlight-color: #e6e7e8;
  scrollbar-shadow-color: #e6e7e8;
  scrollbar-darkshadow-color: #e6e7e8;
  scrollbar-base-color: #e6e7e8; }
  .qtagselect__results::-webkit-scrollbar-thumb {
    background-color: #e6e7e8;
    border-radius: 3px; }
  .qtagselect__results::-webkit-scrollbar-thumb:hover {
    background-color: #d9dbdc; }
  .qtagselect__results::-webkit-scrollbar-thumb:active {
    background-color: #d9dbdc; }
  .qtagselect__results::-webkit-scrollbar-track {
    background-color: transparent; }
  .qtagselect__results::-webkit-scrollbar-track-piece {
    background-color: transparent; }
  .qtagselect__results::-webkit-scrollbar {
    width: 6px;
    height: 6px; }
.qtagselect__option {
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  padding: 0 6px;
  margin: 0 9.7px 20px;
  font-size: 16px;
  width: 30%;
  box-shadow: 0px 3px 6px #00000029;
  float: left;
  border: 1px solid #E5E5E5;
  cursor: pointer;
  border-radius: 4px;
  /*&:hover {
    color: #4788e4;
    border-color: #4788e4;
  }*/ }
  .qtagselect__option {
    color: #000000;
    background-color: #fff;
  }
    .qtagselect__option:hover {
      color: #ffffff;
      background-color: #4788e4;
      border: solid 1px #4788e4; }


  .qtagselect__option.isgray {
    background-color: rgba(192, 195, 197, 0.15); }
  .qtagselect__option.isselected {
    position: relative; }
    .qtagselect__option.isselected:before {
      position: absolute;
      right: -1px;
      top: -1px;
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-top: 11px solid #c0c3c5;
      border-left: 13px solid transparent; }
    .qtagselect__option.isselected:after {
      position: absolute;
      right: 0px;
      top: 0px;
      display: block;
      content: '';
      width: 4px;
      height: 2px;
      background: #c0c3c5;
      border-bottom: 1px solid #ffffff;
      border-left: 1px solid #ffffff;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .qtagselect__option.isselected, .qtagselect__option.isdisabled {
    color: #c0c3c5;
    background-color: rgba(192, 195, 197, 0.25);
    border: solid 1px rgba(192, 195, 197, 0.4);
    cursor: not-allowed; }
    .qtagselect__option.isselected:hover, .qtagselect__option.isdisabled:hover {
      color: #c0c3c5;
      background-color: rgba(192, 195, 197, 0.25);
      border: solid 1px rgba(192, 195, 197, 0.4); }
.qtagselect__toast {
  position: fixed;
  top: 75px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-left: 108px;
  height: 34px;
  line-height: 34px;
  border-radius: 3px;
  background: #FEE4D7;
  border: 1px solid #fdbc9a;
  color: #fb7a36;
  font-size: 14px;
  text-align: center;
  padding: 0 36px;
  z-index: 1001;
  display: none; }
.qtagselect.isopen .qtagselect__choices {
  border: 1px solid #4788e4;
  -webkit-box-shadow: 0 0 2px 1px rgba(71, 136, 228, 0.2);
  -moz-box-shadow: 0 0 2px 1px rgba(71, 136, 228, 0.2);
  box-shadow: 0 0 2px 1px rgba(71, 136, 228, 0.2); }
.qtagselect.isopen .qtagselect__btn {
  display: none; }
.qtagselect.isopen .qtagselect__drop {
  display: block; }
.qtagselect.isdisabled {
  cursor: not-allowed; }
  .qtagselect.isdisabled .qtagselect__field {
    cursor: not-allowed; }
.qtagselect.iswauto .qtagselect__container {
  width: 100%; }
.qtagselect.isw360 .qtagselect__container {
  width: 100%;
  height:53px; }

/*# sourceMappingURL=jquery.tagselect.css.map */



select[data-multi-select-plugin] {
    display: none !important;
}

.multi-select-component {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 53px;
    align-items: center;
    width: 100%;
    padding: 3px 15px;
    font-size: 1rem;
    line-height: 1.42857143;
    padding-bottom: 0px;
    color: #555;
    background-color: #fff;
    border: 0.5px solid #d9d9d9;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.autocomplete-list {
    border-radius: 4px 0px 0px 4px;
}

.multi-select-component:focus-within {
    box-shadow: inset 0px 0px 0px 2px #78ABFE;
}

.multi-select-component .btn-group {
    display: none !important;
}

.multiselect-native-select .multiselect-container {
    width: 100%;
}

.selected-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #d9d9d9;
    background-color: #F4F7FF;
    white-space: nowrap;
    margin: 1px 5px 5px 0;
    height: 41px;
    display: flex;
    align-items: center;
    vertical-align: top;
    cursor: default;
    padding: 0 10px;
}

.selected-wrapper .selected-label {
    max-width: 514px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 4px;
    vertical-align: top;
}

.selected-wrapper .selected-close {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    margin-left: 5px;
    height: 100%;
    vertical-align: top;
    padding-right: 4px;
    opacity: 1;
    color: #FF0000;
    text-shadow: 0 1px 0 #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.search-container {
    display: flex;
    flex-direction: row;
}

.search-container .selected-input {
    background: none;
    border: 0;
    height: 20px;
    width: 60px;
    padding: 0;
    margin-bottom: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-container .selected-input:focus {
    outline: none;
}

.dropdown-icon.active {
    transform: rotateX(180deg)
}

.search-container .dropdown-icon {
    display: inline-block;
    padding: 10px 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
    width: 18px;
    height: 18px;
    border: 0 !important;
    /* needed */
    -webkit-appearance: none;
    -moz-appearance: none;
    /* SVG background image */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23818181%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23818181%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
}

.dis-blk .search-container ul li{
  justify-content: start;
  border: 0;
  margin: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 100%;
}

.search-container ul {
    position: absolute;
    list-style: none;
    padding: 0;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    top: 54px;
    width: 100%;
    right: 0px;
    background: #FAFBFF;
    border: 1px solid #ccc;
    border-top: none;
    border-bottom: none;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.search-container ul :focus {
    outline: none;
}

.search-container ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 15px;
    font-size: 18px;
    min-height: 52px;
    width: 28%;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    margin: 15px;
    color: #000000;
    background: #FFFFFF 0% 0% no-repeat padding-box;
}

.search-container ul li:first-child {
    border-top: 1px solid #ccc;
    border-radius: 4px 0px 0 0;
}

.search-container ul li:last-child {
    border-radius: 4px 0px 0 0;
}


.search-container ul li:hover.not-cursor {
    cursor: default;
}

.search-container ul li:hover {
    color: #0045FB;
    background-color: #fff;
    cursor: pointer;
    border: 2px solid #0045FB;
}

/* Adding scrool to select options */
.autocomplete-list {
    /*max-height: 130px;*/
    overflow-y: auto;
}
