.editor {
    border: 1px solid #ccc;
    padding: 10px;
    font-family: Arial, sans-serif;

    padding: 12px 0px;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    margin-bottom: 16px;
  }
  
  .toolbar {
    margin-bottom: 10px;
  }
  
  .editor .content {
    padding: 8px 12px;
  }


  .editor .toolbar button{
    border: none;
    background: none;
    margin-right: 24px;
  }
  .editor .toolbar{
    border-bottom: 1px solid #D0D5DD;
    padding: 0 20px;
  }
  .editor .toolbar button:hover > svg path{
    fill: #343a40;
  }

.editor-footer .save-tasks{
    margin-right: 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    padding: initial;
  }
.editor-footer .cancel-changes{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #1D2939;
  }

  blockquote{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
  }


#clipboard{
  height: 0;
    opacity: 0;
}


.description-container.contenteditable:hover{
  cursor: text;
}

.edit-mode-story .convert-to-ticket{
  margin-bottom: 0 !important;
}