quix-note {
  display: flex;
  flex-direction: column; }
  quix-note .quix-checkbox {
    margin-top: 7px; }
  quix-note [bf-toggle] {
    width: 100%;
    height: 100%; }
  quix-note .bm--maximized {
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important; }
    quix-note .bm--maximized .bi-panel-header,
    quix-note .bm--maximized .bi-panel-content {
      padding: 0; }
    quix-note .bm--maximized .bi-panel-header {
      margin-top: -10px; }
  quix-note .bi-panel-header {
    position: relative; }
    quix-note .bi-panel-header.quix-note-hidden-editor {
      margin-bottom: -10px;
      border-bottom: 1px solid #ebebec; }
    quix-note .bi-panel-header .quix-note-drag-indicator {
      position: absolute;
      top: 11px;
      left: -2px;
      margin: 0 !important; }
      quix-note .bi-panel-header .quix-note-drag-indicator .bi-action:hover {
        background-color: transparent !important; }
