.__NoteHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.__NoteHeader .__NoteDelete {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #aaa;
}
.__NoteHeader .__NoteDelete svg {
  width: 14px;
}
.__NoteHeader .__NoteDelete:hover {
  color: #e53935;
}

.fc-day-mini-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  padding: 0 5px;
  margin-left: 4px;
  font-size: 10px;
  background: #f2f2f1;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  color: #666;
  font-size: 9px;
  line-height: 1;
  cursor: pointer;
  vertical-align: middle;
  background: #fff;
}
.fc-day-mini-btn:hover {
  background: #e2e2e2;
  color: #333;
}

.fc-event-custom {
  background: #fff;
  border-radius: 6px;
  padding: 6px 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-left: 3px solid #b388ff;
  font-size: 12px;
  line-height: 1.3;
  cursor: pointer;
  width: 100%;
}
.fc-event-custom.multi-day {
  border-left-color: #66bb6a;
}
.fc-event-custom .fc-event-custom-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}
.fc-event-custom .fc-event-custom-fahr {
  font-weight: 700;
  font-size: 11px;
  color: #333;
}
.fc-event-custom .fc-event-custom-zeit {
  font-size: 10px;
  color: #888;
  font-weight: 500;
}
.fc-event-custom .fc-event-custom-tour {
  font-weight: 600;
  color: #222;
  margin-bottom: 1px;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fc-event-custom .fc-event-custom-name {
  color: #666;
  font-size: 11px;
}

.fc-daygrid-day-events {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}
.fc-daygrid-day-events::-webkit-scrollbar {
  width: 4px;
}
.fc-daygrid-day-events::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}
.fc-daygrid-day-events::-webkit-scrollbar-track {
  background: transparent;
}

.fc-daygrid-event {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.fc-daygrid-dot-event {
  background: transparent !important;
}
.fc-daygrid-dot-event:hover {
  background: transparent !important;
}

.active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 0;
}

.active-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  background: #f2f2f1;
  border: 1px solid #e2e2e2;
  border-radius: 100px;
  font-size: 13px;
  color: #333;
  cursor: pointer;
}
.active-filter-chip:hover {
  background: #e8e8e7;
}
.active-filter-chip .active-filter-label strong {
  font-weight: 600;
}
.active-filter-chip .active-filter-remove {
  display: flex;
  align-items: center;
  color: #999;
}
.active-filter-chip .active-filter-remove svg {
  width: 14px;
  height: 14px;
}
.active-filter-chip:hover .active-filter-remove {
  color: #e53935;
}
.active-filter-chip.active-filter-clear {
  background: transparent;
  border: 1px dashed #ccc;
  color: #999;
  font-size: 12px;
}
.active-filter-chip.active-filter-clear:hover {
  border-color: #e53935;
  color: #e53935;
}

/*# sourceMappingURL=claude.css.map */
