.prompts-list {
  display: flex;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.prompts {
  display: flex;
  flex-direction: column;
  overflow: auto;
  border-right: 1px dotted #000000;
  width: 50%;
  height: 12.5rem;
  padding: 0.5rem;
}

.task-item {
  cursor: pointer;
}

.prompts-selecteds {
  display: flex;
  flex-direction: column;
  height: 12.5rem;
  width: 50%;
  overflow: auto;
  padding: 0.5rem;
}

.selected {
  display: none;
}

.project-list, .project-list-edit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8.5rem;
  border: 1px #e2e2e2 solid;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.templates-list, .templates-list-edit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8.5rem;
  border: 1px #e2e2e2 solid;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.regulation-list, .regulation-list-edit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8.5rem;
  border: 1px #e2e2e2 solid;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.regulation-list-theme, .regulation-list-theme-edit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8.5rem;
  border: 1px #e2e2e2 solid;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.category-list, .category-list-edit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8.5rem;
  border: 1px #e2e2e2 solid;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.categories {
  display: flex;
  flex-direction: column;
  overflow: auto;
  border-right: 1px dotted #000000;
  height: 8.5rem;
  width: 50%;
  padding-top: 0.5rem;
}

.categories-selecteds {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 8.5rem;
  width: 50%;
  overflow: auto;
  padding-top: 0.5rem;
}

.category-item, .selected-category-item {
  cursor: pointer;
}

.regulations {
  display: flex;
  flex-direction: column;
  overflow: auto;
  border-right: 1px dotted #000000;
  width: 50%;
  padding-top: 0.5rem;
  height: 14.8rem;
}

.regulations-selecteds {
  display: flex;
  flex-direction: column;
  height: 14.8rem;
  width: 50%;
  overflow: auto;
  padding-top: 0.5rem;
}

.regulation-item, .selected-regulation-item {
  cursor: pointer;
}

.regulations-theme {
  display: flex;
  flex-direction: column;
  overflow: auto;
  border-right: 1px dotted #000000;
  width: 50%;
  padding-top: 0.5rem;
  height: 14.8rem;
}

.regulations-theme-selecteds {
  display: flex;
  flex-direction: column;
  height: 14.8rem;
  width: 50%;
  overflow: auto;
  padding-top: 0.5rem;
}

.projects {
  display: flex;
  flex-direction: column;
  overflow: auto;
  border-right: 1px dotted #000000;
  width: 50%;
  padding-top: 0.5rem;
  height: 14.8rem;
}

.projects-selecteds {
  display: flex;
  flex-direction: column;
  height: 14.8rem;
  width: 50%;
  overflow: auto;
  padding-top: 0.5rem;
}

.project-item, .selected-project-item {
  cursor: pointer;
}

.templates {
  display: flex;
  flex-direction: column;
  overflow: auto;
  border-right: 1px dotted #000000;
  height: 8.5rem;
  width: 50%;
  padding-top: 0.5rem;
}

.templates-selecteds {
  display: flex;
  flex-direction: column;
  height: 8.5rem;
  width: 50%;
  overflow: auto;
  padding-top: 0.5rem;
}

.template-item, .selected-template-item {
  cursor: pointer;
}

.card-dossier-ajust {
  padding: 10px;
  min-height: 140px;
  max-width: 170px;
}

.card-title-dossier {
  width: 100%;
  padding-top: 0.75rem;
  font-size: 0.975rem;
  font-weight: 700;
  margin: 0;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.dots-dossier {
  position: relative;
  top: 0.4rem;
  left: 9rem;
  cursor: pointer;
  z-index: 1000;
}

.dots-menu {
  position: absolute;
  top: 1.2rem;
  z-index: 1000;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 0.25rem;
  display: none;
}
.dots-menu p {
  margin: 0;
  padding: 0.5rem;
  cursor: pointer;
}
.dots-menu p:hover {
  background: rgb(242.25, 242.25, 242.25);
}

.content-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  border-radius: 0.5rem;
  height: auto !important;
  border: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.content-list .content-selectable {
  height: 14.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: auto;
  border-right: 1px dotted #000000;
  width: 50%;
  padding-top: 0.5rem;
}
.content-list .content-selectable div {
  cursor: pointer;
}
.content-list .content-selected {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  height: 14.8rem;
  width: 50%;
  overflow: auto;
  padding-top: 0.5rem;
}

@media (max-width: 991px) {
  .card-dossier-ajust {
    max-width: 140px;
    min-width: 140px;
    margin-top: 0.5rem;
  }
  .card-title-dossier {
    font-size: 0.95rem;
  }
  .dots-dossier {
    left: 8.25rem;
    top: 0.65rem;
  }
}/*# sourceMappingURL=category-list.css.map */