
.borderRadius10 > div {
  border-radius: 10px;
}

.v-input--checkbox.v-input--indeterminate.v-input--is-disabled {
  opacity: 0.6;
}
.v-input--checkbox.v-input--dense {
  margin-top: 4px;
}

.closeModal[data-v-09c925a3] {
  position: absolute;
  top: 5px;
  right: 10px;
}
.iconModal[data-v-09c925a3] {
  background: #fffaf3;
  padding: 15px;
  border-radius: 50% !important;
  border: 1px solid #ffe3cb;
  margin-bottom: 15px;
}
.textModalIndicator[data-v-09c925a3] {
  color: #000000;
}
.textInfo[data-v-09c925a3] {
  color: #383838;

  font-size: 12px;
  font-weight: 500;
  margin: 25px 0 30px;
}


.iconModal[data-v-74c6fe63] {
  background: #e3f2fd;
  padding: 15px;
  border-radius: 50% !important;
  border: 1px solid #bbdefb;
  margin-bottom: 15px;
}
.infoTextSpan[data-v-74c6fe63] {
  font-size: 12px;
  font-weight: 500;
}
.infoTextSmall[data-v-74c6fe63] {
  font-size: 12px;
}
.textInfo[data-v-74c6fe63] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 25px 0;
}
.textInfo > span[data-v-74c6fe63] {
  font-size: 14px;
}
.cardChangeStatus-text[data-v-74c6fe63] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 0;
}


.cardMenu[data-v-714025d5] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 10px;
}
.cardMenu-actions[data-v-714025d5] {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.headerCardActions[data-v-714025d5] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px 0;
}
.headerCardActions > span[data-v-714025d5] {
  font-weight: 600;
  font-size: 10px;
}
.actions[data-v-714025d5] {
  display: flex;
  width: 100%;
  align-items: center;
  margin: 3px 0;
  padding: 10px 0 10px 10px;
  border-radius: 10px !important;
  background: #f5f5f5;
}
.actions > .actionIndicator[data-v-714025d5] {
  height: 20px;
  width: 4px;
  background: #9b9b9b;
  border-radius: 10px;
  margin: 0 8px 0 0;
}
.actions > span[data-v-714025d5] {
  font-size: 14px;
  font-weight: 500;
}
.actions[data-v-714025d5]:hover {
  background: #e8f0ff;
  cursor: pointer;
}
.actions:hover > .actionIndicator[data-v-714025d5] {
  background: #4476e0;
}
.actions:hover > span[data-v-714025d5] {
  color: #4476e0;
}
.dividerMenu[data-v-714025d5] {
  height: 5px;
  width: 80%;
  margin: 5px 10px;
  background: #ebebeb;
  border-radius: 10px;
}

/* Estilos específicos para a ação de deletar */
.deleteAction[data-v-714025d5] {
  background: #ffebee;
  transition: all 0.3s ease;
}
.deleteAction[data-v-714025d5]:hover {
  background: #ffcdd2;
}
.deleteAction > .actionIndicator[data-v-714025d5] {
  background: #f44336;
}
.deleteAction:hover > .actionIndicator[data-v-714025d5] {
  background: #d32f2f;
}
.deleteAction > span[data-v-714025d5] {
  color: #c62828;
  font-weight: 600;
}
.deleteAction:hover > span[data-v-714025d5] {
  color: #b71c1c;
}
.productivityAction[data-v-714025d5] {
  background: #f0f8ff;
}
.productivityAction[data-v-714025d5]:hover {
  background: #e6f3ff;
}
.productivityAction > .actionIndicator[data-v-714025d5],
.productivityAction:hover > .actionIndicator[data-v-714025d5] {
  background: #2196f3;
}
.productivityAction > span[data-v-714025d5],
.productivityAction:hover > span[data-v-714025d5] {
  color: #1976d2;
}
.rateioAction[data-v-714025d5] {
  background: #fff8e1;
}
.rateioAction[data-v-714025d5]:hover {
  background: #fff3c4;
}
.rateioAction > .actionIndicator[data-v-714025d5],
.rateioAction:hover > .actionIndicator[data-v-714025d5] {
  background: #ff9800;
}
.rateioAction > span[data-v-714025d5],
.rateioAction:hover > span[data-v-714025d5] {
  color: #f57c00;
}


.gap-2[data-v-07ced762] {
  gap: 8px;
}
.flex-grow-1[data-v-07ced762] {
  flex-grow: 1;
}

.v-tooltip {
  display: none;
}
.v-tooltip--attached {
  display: inline;
}
.v-tooltip__content {
  background: rgba(97, 97, 97, 0.9);
  color: #FFFFFF;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  padding: 5px 16px;
  position: absolute;
  text-transform: initial;
  width: auto;
  opacity: 0;
  pointer-events: none;
}
.v-tooltip__content.menuable__content__active {
  opacity: 0.9;
}
.v-tooltip__content--fixed {
  position: fixed;
}
.v-tooltip__content[class*=-active] {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.v-tooltip__content[class*=enter-active] {
  transition-duration: 150ms;
}
.v-tooltip__content[class*=leave-active] {
  transition-duration: 75ms;
}

.v-card-title[data-v-2319dbc6] {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
}
.gap-2[data-v-2319dbc6] {
  gap: 8px;
}
.flex-grow-1[data-v-2319dbc6] {
  flex-grow: 1;
}


.v-card-title[data-v-5f4427fa] {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
}
.gap-2[data-v-5f4427fa] {
  gap: 8px;
}
.flex-grow-1[data-v-5f4427fa] {
  flex-grow: 1;
}


.actionsContainer[data-v-35320498] {
  margin: 0 0 25px 0;
}
.searchContainer[data-v-35320498] {
  display: flex;
}
.containerBtn[data-v-35320498] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.headerModalFilter[data-v-35320498] {
  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-35320498] {
  padding: 10px;
  border: 1px solid rgb(192, 192, 192);
  border-radius: 10px;
}
.activeItem[data-v-35320498] {
  padding: 10px;
  border: 1px solid rgb(15, 180, 97);
  border-radius: 11px;
}
.iconModal[data-v-35320498] {
  background: #fff3f3;
  padding: 15px;
  border-radius: 50% !important;
  border: 1px solid #ffcbcb;
  margin-bottom: 15px;
}
.infoTextSpan[data-v-35320498] {
  font-size: 12px;
  font-weight: 500;
}
.infoTextSmall[data-v-35320498] {
  font-size: 12px;
}
.textInfo[data-v-35320498] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 25px 0;
}
.textInfo > span[data-v-35320498] {
  font-size: 14px;
}
.cardChangeStatus[data-v-35320498] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
}
.headerModalChangeStatus[data-v-35320498] {
  width: 100%;
}
.cardChangeStatus-text[data-v-35320498] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 0;
}

