html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#root {
  height: 100%;
  min-height: 100vh;
}
code {
  font-family:
    source-code-pro,
    Menlo,
    Monaco,
    Consolas,
    "Courier New",
    monospace;
}
body {
  margin: 0;
  padding: 0;
}
.container {
  max-width: 900px;
  margin: 30px auto;
  padding: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 600;
}
button,
input,
select,
textarea {
  font-family: inherit;
}
.form-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
}
.input-row {
  display: flex;
  gap: 20px;
}
.input-group {
  display: flex;
  flex-direction: column;
  flex: 1;
}
label {
  font-weight: bold;
  margin-bottom: 10px;
}
.home-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.app-title {
  font-size: 2rem;
  margin-bottom: 20px;
}
.button-container {
  display: flex;
  gap: 20px;
}
.MuiAutocomplete-popper {
  z-index: 1300;
}
.MuiAutocomplete-paper {
  z-index: 1300;
}
.MuiAutocomplete-listbox {
  z-index: 1300;
}
.MuiPopper-root {
  z-index: 1300;
}
