
.detailsContainer[data-v-18aa66d2] {
  display: flex;
  flex-direction: column;
}
.detailsItem[data-v-18aa66d2] {
  display: flex;
  margin: 0 0 15px 0;
  background: #f3f3f3;
  padding: 15px;
  border-radius: 15px;
}
.boxText[data-v-18aa66d2] {
  display: flex;
  flex-direction: column;
}
.boxText > strong[data-v-18aa66d2] {
  font-size: 10px;
}

.theme--light.v-overlay {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark.v-overlay {
  color: #FFFFFF;
}

.v-overlay {
  align-items: center;
  border-radius: inherit;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), z-index 1ms;
}

.v-overlay__content {
  position: relative;
}

.v-overlay__scrim {
  border-radius: inherit;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: inherit;
  width: 100%;
  will-change: opacity;
}

.v-overlay--absolute {
  position: absolute;
}

.v-overlay--active {
  pointer-events: auto;
}

.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;
}


.actionsContainer[data-v-5b05d704] {
  margin-top: 15px;
}
.searchContainer[data-v-5b05d704] {
  display: flex;
}
.containerBtn[data-v-5b05d704] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.backgroundIcon[data-v-5b05d704] {
  background: #000000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.headerModalFilter[data-v-5b05d704] {
  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-5b05d704] {
  padding: 10px;
  border: 1px solid rgb(192, 192, 192);
  border-radius: 10px;
}
.activeItem[data-v-5b05d704] {
  padding: 10px;
  border: 1px solid rgb(15, 180, 97);
  border-radius: 10px;
}

.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;
}
