*,
::before,
::after {
  box-sizing: border-box;
}
.p-toast {
  max-width: 90vw;
}
.vc-switch {
  right: unset;
  left: 0.5rem;
  width: 6rem;
}
.calendar-enter-active {
  animation: calendarFadeIn 0.15s ease-in-out forwards;
}
.calendar-leave-active {
  animation: calendarFadeIn 0.07s ease-in-out reverse forwards;
}
@-moz-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  37% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  37% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  37% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  37% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes calendarFadeIn {
  from {
    opacity: 0;
    transform: translateY(calc(2rem - 20%)) scaleX(0.8) scaleY(0.8);
  }
  to {
    opacity: 1;
    transform: translateY(0) scaleX(1) scaleY(1);
  }
}
@-webkit-keyframes calendarFadeIn {
  from {
    opacity: 0;
    transform: translateY(calc(2rem - 20%)) scaleX(0.8) scaleY(0.8);
  }
  to {
    opacity: 1;
    transform: translateY(0) scaleX(1) scaleY(1);
  }
}
@-o-keyframes calendarFadeIn {
  from {
    opacity: 0;
    transform: translateY(calc(2rem - 20%)) scaleX(0.8) scaleY(0.8);
  }
  to {
    opacity: 1;
    transform: translateY(0) scaleX(1) scaleY(1);
  }
}
@keyframes calendarFadeIn {
  from {
    opacity: 0;
    transform: translateY(calc(2rem - 20%)) scaleX(0.8) scaleY(0.8);
  }
  to {
    opacity: 1;
    transform: translateY(0) scaleX(1) scaleY(1);
  }
}
.ProseMirror {
  position: relative;
  background: #fff;
  min-height: 20rem;
  box-sizing: border-box;
  border-radius: 6px;
  color: #334155;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(18,18,23,0.05);
  word-wrap: break-word;
  white-space: pre-wrap;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
  padding: 4px 8px 4px 14px;
  line-height: 1.2;
  outline: none;
}
.ProseMirror pre {
  white-space: pre-wrap;
}
.ProseMirror li {
  position: relative;
}
.ProseMirror blockquote {
  padding-left: 1em;
  border-left: 3px solid #eee;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1em;
  border-left: 3px solid #eee;
  margin-left: 0;
  margin-right: 0;
}
.ProseMirror p {
  margin-top: 0;
  margin-bottom: 0.1rem;
}
.ProseMirror-hideselection {
  caret-color: transparent;
}
.ProseMirror-hideselection *::selection {
  background: transparent;
}
.ProseMirror-hideselection *::-moz-selection {
  background: transparent;
}
.ProseMirror-selectednode {
  outline: 2px solid #8cf;
}
li.ProseMirror-selectednode {
  outline: none;
}
li.ProseMirror-selectednode:after {
  content: "";
  position: absolute;
  left: -32px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  border: 2px solid #8cf;
  pointer-events: none;
}
.ProseMirror-textblock-dropdown {
  min-width: 3em;
}
.ProseMirror-menu {
  margin: 0 -4px;
  line-height: 1;
}
.ProseMirror-tooltip .ProseMirror-menu {
  width: -webkit-fit-content;
  width: fit-content;
  white-space: pre;
}
.ProseMirror-menuitem {
  margin-right: 3px;
  display: inline-block;
}
.ProseMirror-menuseparator {
  margin-right: 0.5rem;
}
.ProseMirror-menu-dropdown,
.ProseMirror-menu-dropdown-menu {
  font-size: 90%;
  white-space: nowrap;
}
.ProseMirror-menu-dropdown {
  vertical-align: 1px;
  cursor: pointer;
  position: relative;
  padding-right: 15px;
  width: 1.9rem;
}
.ProseMirror-menu-dropdown:after {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  opacity: 0.6;
  position: absolute;
  right: 4px;
  top: calc(50% - 2px);
}
.ProseMirror-menu-dropdown.no-arrow:after {
  display: none;
}
.ProseMirror-menu-dropdown-wrap {
  padding: 1px 0 1px 4px;
  display: inline-block;
  position: relative;
}
.ProseMirror-menu-dropdown-menu,
.ProseMirror-menu-submenu {
  position: absolute;
  background: #fff;
  color: #666;
  border: 1px solid #aaa;
  padding: 2px;
}
.ProseMirror-menu-dropdown-menu.grid,
.ProseMirror-menu-submenu.grid {
  display: flex;
  max-width: 16rem;
}
.ProseMirror-menu-dropdown-menu {
  z-index: 15;
  min-width: 6em;
}
.ProseMirror-menu-dropdown-item {
  padding: 2px 8px 2px 4px;
}
.ProseMirror-menu-submenu-wrap {
  position: relative;
  margin-right: -4px;
}
.ProseMirror-menu-submenu-label:after {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid currentColor;
  opacity: 0.6;
  position: absolute;
  right: 4px;
  top: calc(50% - 4px);
}
.ProseMirror-menu-submenu {
  display: none;
  min-width: 4em;
  left: 100%;
  top: -3px;
}
.ProseMirror-menu-active {
  background: #eee;
  border-radius: 4px;
  background: #eee;
  border-radius: 4px;
  color: #10b981;
}
.ProseMirror-menu-disabled {
  opacity: 0.3;
}
.ProseMirror-menu-disabled.ProseMirror-icon {
  cursor: default;
}
.ProseMirror-menu-submenu-wrap:hover .ProseMirror-menu-submenu,
.ProseMirror-menu-submenu-wrap-active .ProseMirror-menu-submenu {
  display: block;
}
.ProseMirror-menubar {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  position: relative;
  min-height: 0 !important;
  margin: 0.5rem 0;
  padding: 0.5rem 0.25rem;
  color: #000;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #c0c0c0;
  background: #fff;
  z-index: 10;
  box-sizing: border-box;
  overflow: visible;
}
.ProseMirror-icon {
  display: inline-block;
  line-height: 0.8;
  vertical-align: -2px;
  padding: 2px 8px;
  cursor: pointer;
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  padding-block: 3px;
  padding-inline: 5px;
  width: 28px;
}
.ProseMirror-icon svg {
  fill: currentColor;
  height: 1em;
  width: 18px;
  height: 18px;
}
.ProseMirror-icon span {
  vertical-align: text-top;
}
.ProseMirror-icon .stroke {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ProseMirror-icon .thin {
  stroke-width: 1;
}
.ProseMirror-icon .even {
  fill-rule: evenodd;
}
.ProseMirror-gapcursor {
  display: none;
  pointer-events: none;
  position: absolute;
}
.ProseMirror-gapcursor:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  width: 20px;
  border-top: 1px solid #000;
  animation: ProseMirror-cursor-blink 1.1s steps(2, start) infinite;
}
.ProseMirror-example-setup-style hr {
  padding: 2px 10px;
  border: none;
  margin: 1em 0;
  padding: 2px 10px;
  border: none;
  margin: 1em 0;
}
.ProseMirror-example-setup-style hr:after {
  content: "";
  display: block;
  height: 1px;
  line-height: 2px;
  background-color: #c0c0c0;
}
.ProseMirror-example-setup-style img {
  cursor: default;
  cursor: default;
  max-width: 95%;
}
.ProseMirror ul,
.ProseMirror ol {
  padding-left: 30px;
  padding-left: 30px;
}
.ProseMirror-prompt {
  background: #fff;
  padding: 5px 10px 5px 15px;
  border: 1px solid #c0c0c0;
  position: fixed;
  border-radius: 3px;
  z-index: 11;
  box-shadow: -0.5px 2px 5px rgba(0,0,0,0.2);
  background: #fff;
  padding: 5px 10px 5px 15px;
  border: 1px solid #c0c0c0;
  position: fixed;
  border-radius: 3px;
  z-index: 11;
  box-shadow: -0.5px 2px 5px rgba(0,0,0,0.2);
}
.ProseMirror-prompt h5 {
  margin: 0;
  font-weight: normal;
  font-size: 100%;
  color: #444;
  margin: 0;
  font-weight: normal;
  font-size: 100%;
  color: #444;
}
.ProseMirror-prompt input[type="text"] {
  padding: 0 4px;
  padding: 0 4px;
}
.ProseMirror-prompt input[type="text"],
.ProseMirror-prompt textarea {
  background: #eee;
  border: none;
  outline: none;
  background: #eee;
  border: none;
  outline: none;
}
.ProseMirror-prompt-close {
  position: absolute;
  left: 2px;
  top: 1px;
  color: #666;
  border: none;
  background: transparent;
  padding: 0;
  position: absolute;
  left: 2px;
  top: 1px;
  color: #666;
  border: none;
  background: transparent;
  padding: 0;
}
.ProseMirror-prompt-close:after {
  content: "âœ•";
  font-size: 12px;
  content: "✕";
  font-size: 12px;
}
.ProseMirror-invalid {
  background: #ffc;
  border: 1px solid #cc7;
  border-radius: 4px;
  padding: 5px 10px;
  position: absolute;
  min-width: 10em;
  background: #ffc;
  border: 1px solid #cc7;
  border-radius: 4px;
  padding: 5px 10px;
  position: absolute;
  min-width: 10em;
}
.ProseMirror-prompt-buttons {
  margin-top: 5px;
  display: none;
  margin-top: 5px;
  display: none;
}
#editor,
.editor {
  background: #fff;
  color: #000;
  background-clip: padding-box;
  border-radius: 4px;
  border: 2px solid rgba(0,0,0,0.2);
  padding: 5px 0;
  margin-bottom: 23px;
}
.ProseMirror p:first-child,
.ProseMirror h1:first-child,
.ProseMirror h2:first-child,
.ProseMirror h3:first-child,
.ProseMirror h4:first-child,
.ProseMirror h5:first-child,
.ProseMirror h6:first-child {
  margin-top: 10px;
}
