html body {
  margin: 0px;
}

.App {
  text-align: center;
}

.App-logo {
  animation: App-logo-spin infinite 20s linear;
  height: 80px;
}

.App-header {
  background-color: #222;
  height: 150px;
  padding: 20px;
  color: white;
}

.App-intro {
  font-size: large;
}
.ck-editor {
  color: black;
}
@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.formik-input-group {
  position: relative;
}
.formik-input-group .MuiFormControl-root.MuiTextField-root {
  margin-top: 0;
  margin-bottom: 0;
}
.formik-input-group error {
  background-color: white;
  display: block;
  padding: 0 0 0 14px;
  font-size: 0.75rem;
  color: #f44336;
  position: absolute;
  bottom: 4px;
}

.recipe-page {
  font-family: "Roboto", sans-serif;
  .tabbed-form {
    .MuiTabs-root .MuiButtonBase-root.MuiTab-root {
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: 0em;
      text-align: left;

      &.Mui-selected {
        font-weight: bold;
        text-decoration: underline;
      }
    }
  }

  .recipe-publish-options-form-wrapper {
    .form-title {
      font-size: 18px;
      font-weight: bold;
      line-height: 21px;
      letter-spacing: 0em;
      text-align: left;
      color: black;
    }

    .recipe-form-checkbox {
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: 0em;
      text-align: left;
      margin-left: 30px;
    }
  }
}

.meal-plan-page {
  font-family: "Roboto", sans-serif;

  .tabbed-form {
    .MuiTabs-root .MuiTab-root {
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: 0em;
      text-align: left;

      &.Mui-selected {
        font-weight: bold;
        text-decoration: underline;
      }
    }
  }
}

.meal-plan-copy-dialog {
  .MuiDialogTitle-root .MuiTypography-root {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    font-weight: bold;
    text-align: left;
  }

  .MuiDialogContent-root {
    .MuiTextField-root .MuiInputBase-root {
      border: 1px solid #8c8c8c;
      border-radius: 0px;
      background-color: white;
    }
  }

  .MuiDialogActions-root {
    background-color: #eaeaea;
  }

  .confirm-btn {
    font-weight: bold;
    background-color: black;
    color: white;
    border-radius: 4px;

    &:hover {
      color: black;
    }
  }

  .cancel-btn {
    font-weight: bold;
    background-color: transparent;
    color: black;
    border: 1px solid black;
    border-radius: 4px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

