* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #f4f6f8;
  height: 100%;
}

a {
  text-decoration: none;
}

#root {
  height: 100%;
}

.ql-no-border-editor .ql-container {
  border: none !important;
}

.ql-no-border-editor .ql-toolbar {
  display: none !important;
}

.ql-max-height .ql-editor {
  height: 250px !important;
}

.ql-min-padding .ql-editor {
  padding: 0% !important;
}

/* Styles for org chart*/
.rd3t-link {
  stroke: #1d96af !important;
}

div[role='presentation'] > .MuiPaper-root {
  box-shadow: 0px 4px 30px 0px #00000026;
  padding: 20px;
}

.MuiPopper-root > .MuiPaper-root {
  box-shadow: 0px 4px 30px 0px #00000026;
}

.MuiDialog-container .MuiPaper-root {
  box-shadow: 0px 4px 30px 0px #00000026;
}
