
.cardMenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 10px;
}
.cardMenu-actions {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.headerCardActions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px 0;
}
.headerCardActions > span {
  font-weight: 600;
  font-size: 10px;
}
.actions {
  display: flex;
  width: 100%;
  align-items: center;
  margin: 3px 0;
  padding: 10px 0 10px 10px;
  border-radius: 10px !important;
  background: #f5f5f5;
}
.actions > .actionIndicator {
  height: 20px;
  width: 4px;
  background: #9b9b9b;
  border-radius: 10px;

  margin: 0 8px 0 0;
}
.actions > span {
  font-size: 14px;
  font-weight: 500;
}
.actions:hover {
  background: #e8f0ff;
  cursor: pointer;
}
.actions:hover > .actionIndicator {
  background: #4476e0;
}
.actions:hover > span {
  color: #4476e0;
}
.dividerMenu {
  height: 5px;
  width: 80%;
  margin: 5px 10px;
  background: #ebebeb;
  border-radius: 10px;
}
.activeAction {
  background: #f5fff7;
}
.deleteAction {
  background: #fff5f7;
}
.activeAction:hover {
  background: #e6ffeb;
}
.deleteAction:hover {
  background: #ffebef;
}
.activeAction > .actionIndicator,
.activeAction:hover > .actionIndicator {
  background: #077234;
}
.deleteAction > .actionIndicator,
.deleteAction:hover > .actionIndicator {
  background: #b92020;
}
.activeAction > span,
.activeAction:hover > span {
  color: #077234;
}
.deleteAction > span,
.deleteAction:hover > span {
  color: #a7112a;
}
.cardChangeStatus {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
}
.headerModalChangeStatus {
  width: 100%;
}
.cardChangeStatus-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 0;
}


.orange-background[data-v-623e41ef] {
  background-color: #ffcc99;
}


.sectionCardInfo[data-v-c2e2f1be] {
  background: #f2f6fc;
  padding: 25px;
  margin: 0 0 20px 0;
  border-radius: 20px;
}
.containerCardInfos[data-v-c2e2f1be] {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-row-gap: 15px;
  grid-column-gap: 150px;
}
.cardInfo[data-v-c2e2f1be] {
  display: flex;
  align-items: center;
}
.cardInfosIcon[data-v-c2e2f1be] {
  background: #155ebe;
  border-radius: 25px;
  padding: 5px;
  margin: 0 10px 0 0;
}
.cardInfosMessage[data-v-c2e2f1be] {
  display: flex;
  flex-direction: column;
}
.cardInfosMessage > small[data-v-c2e2f1be] {
  font-size: 10px;
  font-weight: 600;
}
.cardInfosMessage > span[data-v-c2e2f1be] {
  font-size: 12px;
}
@media (max-width: 650px) {
.containerCardInfos[data-v-c2e2f1be] {
    display: grid;
    grid-template-columns: auto;
    grid-row-gap: 15px;
}
}


.orange-background[data-v-37573c04] {
  background-color: #ffcc99;
}
.mousePointer[data-v-37573c04] {
  cursor: pointer;
}


.actionsContainer[data-v-46030349] {
  margin-top: 15px;
  margin-bottom: 5px;
}
.border--bottom[data-v-46030349] {
  border-bottom: 1px solid rgb(0, 0, 0, 0.25);
}
.searchContainer[data-v-46030349] {
  display: flex;
}
.containerBtn[data-v-46030349] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.backgroundIcon[data-v-46030349] {
  background: #000000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.headerModalFilter[data-v-46030349] {
  color: #2980b9;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  border-radius: 10px !important;
  background: #edf6ff;
}
.filterItem[data-v-46030349] {
  padding: 10px;
  border-bottom: 1px solid rgb(192, 192, 192);
  border-radius: 2px;
}
.activeItem[data-v-46030349] {
  padding: 10px;
  border: 1px solid rgb(15, 180, 97);
  border-radius: 11px;
}

