p.loading-timeout-message {
  position: "absolute";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(3px);
  z-index: 25;
}

.modal-content {
  position: absolute;
  max-height: 98vh;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  outline: none;
}

#paper-editor iframe {
  box-shadow: 3px 3px 10px #666;
  background-color: #fff;
  margin: auto;
}

#email-editor-preview-pane .email-subject {
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  display: inline;
  outline: none;
  padding-right: 10px;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  font-family: "Google Sans", Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  font-variant-ligatures: no-contextual;
  color: #202124;
  font-weight: 400;
}
#email-editor-preview-pane .from-names {
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.2px;
  color: #202124;
  line-height: 20px;
  font-weight: bold;
  white-space: nowrap;
}
#email-editor-preview-pane .from-email {
  white-space: nowrap;
  -webkit-font-smoothing: auto;
  font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.3px;
  color: #5f6368;
  line-height: 20px;
  color: #555;
}
#email-editor-preview-pane .timestamp {
  -webkit-font-smoothing: auto;
  font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.3px;
  color: #5f6368;
  display: inline-block;
  line-height: 20px;
  margin: 0;
}
#email-editor-preview-pane .to-me {
  -webkit-font-smoothing: auto;
  font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.3px;
  color: #5f6368;
  line-height: 20px;
}

.react-colorful .react-colorful__hue {
  height: 14px;
}

.react-colorful {
  width: 100% !important;
}

/*# sourceMappingURL=/assets/rileygrey_v2-795fd129.css.map */
