@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?7grlse');
  src: url('../fonts/icomoon.eot?7grlse#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?7grlse') format('truetype'), url('../fonts/icomoon.woff?7grlse') format('woff');
  font-weight: normal;
  font-style: normal;
}
[class^="ti-icon-"],
[class*=" ti-icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ti-icon-check:before {
  content: "\e902";
}
.ti-icon-close:before {
  content: "\e901";
}
.ti-icon-undo:before {
  content: "\e900";
}
ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
input:focus {
  outline: none;
}
input[disabled] {
  background-color: transparent;
}
.vue-tags-input {
  max-width: 450px;
  position: relative;
  background-color: var(--bs-white);
}
div.vue-tags-input.disabled {
  opacity: 0.5;
}
div.vue-tags-input.disabled * {
  cursor: default;
}
.ti-input {
  border: 1px solid var(--rs-cerebral-gray);
  display: flex;
  padding: 4px;
  flex-wrap: wrap;
}
.ti-tags {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  line-height: 1em;
}
.ti-tag {
  background-color: var(--rs-beluga);
  color: var(--base05);
  border-radius: 1rem;
  display: flex;
  padding: 3px 9px;
  margin: 2px;
  font-size: 0.85em;
}
.ti-tag:focus {
  outline: none;
}
.ti-tag .ti-content {
  display: flex;
  align-items: center;
}
.ti-tag .ti-tag-center {
  position: relative;
}
.ti-tag span {
  line-height: 0.85em;
}
.ti-tag span.ti-hidden {
  padding-left: 14px;
  visibility: hidden;
  height: 0px;
  white-space: pre;
}
.ti-tag .ti-actions {
  margin-left: 2px;
  display: flex;
  align-items: center;
  font-size: 1.15em;
}
.ti-tag .ti-actions i {
  cursor: pointer;
}
.ti-tag:last-child {
  margin-right: 4px;
}
.ti-tag.ti-invalid,
.ti-tag.ti-tag.ti-deletion-mark {
  background-color: var(--bs-danger);
  color: var(--bs-white);
}
.vuetags .ti-tag:not(.bg-accentgreenblue) {
  background-color: #5C6BC0;
  color: #fff;
}
.ti-new-tag-input-wrapper {
  display: flex;
  flex: 1 0 auto;
  padding: 3px 5px;
  margin: 2px;
  font-size: 0.85em;
}
.ti-new-tag-input-wrapper input {
  flex: 1 0 auto;
  min-width: 100px;
  border: none;
  padding: 0px;
  margin: 0px;
}
.ti-new-tag-input {
  line-height: initial;
}
.ti-autocomplete {
  border: 1px solid var(--rs-cerebral-gray);
  border-top: none;
  position: absolute;
  width: 100%;
  background-color: var(--bs-white);
  z-index: 20;
}
.ti-item > div {
  cursor: pointer;
  padding: 3px 6px;
  width: 100%;
}
.ti-selected-item {
  background-color: var(--rs-lava);
  color: var(--bs-white);
}
