
.cardHeader[data-v-2de3fe47] {
  display: flex;
  align-items: baseline;
  gap: 15px;
}
h3[data-v-2de3fe47] {
  color: #1976d2;
  font-weight: 600;
}
.changeItem[data-v-2de3fe47] {
  margin-bottom: 12px;
  background: #f9f9f9;
  padding: 10px 15px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}
.fieldName[data-v-2de3fe47] {
  font-weight: 500;
  color: #333;
  margin-bottom: 4px;
}
.changeContent[data-v-2de3fe47] {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.updateInfo[data-v-2de3fe47] {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #555;
  background: #f3f3f3;
  padding: 8px 12px;
  border-radius: 6px;
}
.daysWeekList[data-v-2de3fe47] {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 8px;
}
.daysWeekRow[data-v-2de3fe47] {
  background: #ffffff;
  border: 1px solid #e3f2fd;
  border-radius: 8px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.dayHeader[data-v-2de3fe47] {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.dayTitle[data-v-2de3fe47] {
  font-weight: 400;
  font-size: 15px;
  color: #1976d2;
}
.oldValue[data-v-2de3fe47] {
  color: #757575;
}
.newValue[data-v-2de3fe47] {
  color: #2e7d32;
  font-weight: bold;
}


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

