* {
  margin: 0;
  padding: 0%;
  font-family: "Source Sans Pro", sans-serif !important;
  overflow: "hidden";
  /*text-transform:capitalize !important;
   text-shadow: 2px 2px 2px rgb(104, 102, 102); */
}

.body {
  background-color: #ffffff;
}

@media (prefers-color-scheme: dark) {
  .body {
    background-color: #000000;
  }
}

.MuiFormControl-root {
  margin-top: 12px !important;
}

.react-toast-notifications__container {
  margin-bottom: 70px;
  z-index: 999999999999 !important;
}

.add-button {
  position: absolute;
  top: 1px;
  left: 1px;
}
