.ResponsibleSelect {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.ResponsibleSelect__title {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.ResponsibleSelect__control {
  width: 100%;
  min-width: 0;
}
.ResponsibleSelect--cell {
  width: 100%;
}
.ResponsibleSelect--cell .ResponsibleSelect__control {
  max-width: 144px;
}

.ResponsibleSelect__dropdown {
  min-width: 190px;
}
.TagsModal__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 8px;
}
.TagsModal__search {
  width: 100%;
}
.TagsModal__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  line-height: 16px;
}
.TagsModal__list {
  height: 360px;
  overflow-y: auto;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  background: #fff;
}
.TagsModal__spacer {
  position: relative;
}
.TagsModal__visible-rows {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.TagsModal__row {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 40px;
  align-items: center;
  height: 42px;
  min-width: 0;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
}
.TagsModal__row:hover {
  background: #fafafa;
}
.TagsModal__row:focus-visible {
  outline: 2px solid #1677ff;
  outline-offset: -2px;
}
.TagsModal__row--disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
.TagsModal__checkbox-cell, .TagsModal__info-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.TagsModal__tag-cell {
  min-width: 0;
  overflow: hidden;
}
.TagsModal__tag {
  max-width: 100%;
  margin: 0;
}
.TagsModal__info-icon {
  font-size: 18px;
  color: #1677ff;
}
.TagsModal__loader, .TagsModal__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 360px;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
}

/*# sourceMappingURL=main~14.fd199942.css.map*/