@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap);
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.booking-detail .MuiFormControl-root {
  flex-direction: row;
}

.booking-detail .MuiInputLabel-root {
  min-width: 130px;
  margin-top: 11px;
  white-space: nowrap;
  font-weight: bold;
  color: black;
}

.MuiGrid-item {
  padding-top: inherit !important;
  margin-top: 64px !important;
}

html,
body,
#root {
  height: 100%;
}

.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

.pac-container {
  z-index: 10000;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.ra-field-bookingFuelPassword > div {
  flex-direction: column !important;
}

.form-has-error {
  color: #d32f2f;
}
.form-has-error label {
  color: #d32f2f;
}
.form-has-error fieldset {
  border-color: #d32f2f;
}
.form-has-error .MuiFormHelperText-root {
  color: #d32f2f;
}



/*# sourceMappingURL=main.4a9d2709.css.map*/