/* Ukrywa techniczne wartosci MUI Select: today, eventTime,type,address,attributes */
.MuiSelect-nativeInput,
input.MuiSelect-nativeInput {
  opacity: 0 !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  caret-color: transparent !important;
  pointer-events: none !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Czytelne pola wyboru w raportach */
.MuiFormControl-root .MuiOutlinedInput-root {
  min-height: 48px !important;
  background: #ffffff !important;
  border-radius: 14px !important;
  align-items: center !important;
}

.MuiSelect-select {
  color: #111827 !important;
  -webkit-text-fill-color: #111827 !important;
  opacity: 1 !important;
  line-height: 1.35 !important;
  padding-top: 12px !important;
  padding-bottom: 10px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.MuiInputLabel-root {
  background: #f3f7fb !important;
  padding: 0 5px !important;
  color: #64748b !important;
  z-index: 2 !important;
}

.MuiInputLabel-shrink {
  transform: translate(14px, -9px) scale(0.75) !important;
}
