
.wt-avatar[data-v-53c23bc6] {
	position: relative;
	user-select: none;
}
.wt-avatar__img[data-v-53c23bc6] {
	border-radius: 50%;
	width: 100%;
	height: 100%;
}
.wt-avatar__bot[data-v-53c23bc6] {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--p-avatar-bot-background);
}
.wt-avatar__letters-text[data-v-53c23bc6] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.wt-chip__close-icon[data-v-974cc36c] {
  cursor: pointer;
}

.wt-image[data-v-36934787] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.wt-image__img[data-v-36934787] {
  display: inline-flex;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.wt-image__overlay-icon[data-v-36934787] {
  z-index: 2;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.25);
}
.wt-image__overlay-icon[data-v-36934787]:hover {
  opacity: 1;
}

.wt-input-text__input--masked[data-v-dd3ff5c2] {
  font-family: 'text-security-disc', sans-serif;
  -webkit-text-security: disc;
}

.wt-multi-select[data-v-0c75b335] {
  width: 100%;
  min-width: 0;
}
.wt-multi-select__value[data-v-0c75b335] {
  cursor: text;
  user-select: text;
}
.wt-multi-select__option-label[data-v-0c75b335] {
  user-select: none;
}
.wt-multi-select__option-checkbox[data-v-0c75b335] {
  pointer-events: none;
}
.wt-multi-select__input[data-v-0c75b335] {
  padding: var(--spacing-xs);
}
.wt-multi-select__footer[data-v-0c75b335] {
  position: absolute;
  width: calc(100% - var(--scrollbar-width));
  transform: translateY(-100%);
  background: var(--p-multiselect-overlay-background);
  border-bottom-left-radius: var(--p-multiselect-overlay-border-radius);
  border-bottom-right-radius: var(--p-multiselect-overlay-border-radius);
  display: flex;
  justify-content: center;
  padding: var(--spacing-xs) 0;
}

.wt-single-select[data-v-fb1f58fa] {
  width: 100%;
  min-width: 0;
}

/*
  @author @HlukhovYe

  PrimeVue applies data-p="placeholder" to the label span when the selected item
  is not found in visibleOptions (e.g. during search). Override the placeholder
  color since our #value slot renders the correct label from the model directly.
*/
.wt-single-select--has-value[data-v-fb1f58fa] .p-select-label[data-p~='placeholder'] {
  color: inherit;
}
.wt-single-select__option-label[data-v-fb1f58fa] {
  user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wt-single-select__value[data-v-fb1f58fa] {
  cursor: text;
  user-select: text;
}
.wt-single-select__input[data-v-fb1f58fa] {
  padding: var(--spacing-xs);
}
.wt-single-select__footer[data-v-fb1f58fa] {
  position: absolute;
  width: calc(100% - var(--scrollbar-width));
  transform: translateY(-100%);
  background: var(--p-select-overlay-background);
  border-bottom-left-radius: var(--p-select-overlay-border-radius);
  border-bottom-right-radius: var(--p-select-overlay-border-radius);
  display: flex;
  justify-content: center;
  padding: var(--spacing-xs) 0;
}

.wt-switcher[data-v-a17d5eec] {
position: relative;
  box-sizing: border-box;
  width: fit-content;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.wt-switcher.wt-switcher--label-left[data-v-a17d5eec] {
flex-direction: row-reverse;
}
.wt-label[data-v-a17d5eec] {
font-family: 'Montserrat', monospace;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-transform: none;
}
.wt-switcher__label {
&[data-v-a17d5eec] {
user-select: none;
  transition: var(--transition);
}
.wt-switcher--label-left .wt-label[data-v-a17d5eec] {
    margin-left: 0;
}
}
