.ql-container .qlbt-selection-line.qlbt-selection-line-left::before {
  position: absolute;
  left: -2px;
  top: -2px;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #0589f3;
  border-radius: 5px; }

.ql-container .qlbt-selection-line.qlbt-selection-line-right::before {
  position: absolute;
  right: -2px;
  bottom: -3px;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #0589f3;
  border-radius: 5px; }

.quill-better-table-wrapper {
  overflow-x: auto;
    /*pointer-events: none !important;*/
}

.quill-better-table {
    pointer-events: none !important;
}

.ql-editor .quill-better-table:before {
    content: '\00d7';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #bebfc6;
    color: #ffffff;
    font-size: 1.25em;
    text-align: center;
    font-weight: 500;
    position: absolute;
    right: 15px;
    pointer-events: auto;
    cursor: pointer;
    border-top: 1px solid #2f3347;
}

/*
table.quill-better-table {
  table-layout: fixed;
  border-collapse: collapse; }
  table.quill-better-table td {
    border: 1px solid #000;
    padding: 2px 5px; }
*/

.table-source {
    --bs-table-color: #000000;
    --bs-table-bg: #fafafc;
    --bs-table-border-color: #2f3347;
    --bs-table-striped-bg: #eeeeef;
    --bs-table-striped-color: #000000;
    --bs-table-active-bg: #e1e1e3;
    --bs-table-active-color: #000000;
    --bs-table-hover-bg: #e7e7e9;
    --bs-table-hover-color: #000000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
}
.table-source > :not(caption) > * > * {
    padding: 0.75rem 0.75rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table-source > tbody {
    vertical-align: inherit;
}
.table-source > thead {
    vertical-align: bottom;
}

.table-source > :not(caption) > * {
    border-width: 1px 0;
}

.table-source > tbody > tr:first-child > td {
    text-align: center !important;
}

.table-source > tbody > tr:first-child td {
    background-color: #fafafc;
    color: #000000;
    font-weight: 600;
}

.table-source > tbody > tr > td:first-child {
    background-color: #fafafc;
    text-align: center;
    width:20%
}

.table-source > tbody > tr > td:not(:first-child) {
    text-align: center;.
}

.table-summery {
    --bs-table-color: #ffffff;
    --bs-table-bg: #181C32;
    --bs-table-border-color: #2f3347;
    --bs-table-striped-bg: #24273c;
    --bs-table-striped-color: #ffffff;
    --bs-table-active-bg: #2f3347;
    --bs-table-active-color: #ffffff;
    --bs-table-hover-bg: #292d41;
    --bs-table-hover-color: #ffffff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
}

.table-summery > :not(caption) > * > * {
    padding: 0.75rem 0.75rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table-summery > tbody {
    vertical-align: inherit;
}
.table-summery > thead {
    vertical-align: bottom;
}

.table-summery > :not(caption) > * {
    border-width: 1px 0;
}

.table-summery > tbody > tr:first-child > td {
    text-align: center !important;
}

.table-summery > tbody > tr:first-child td {
    background-color: #fafafc;
    color: #000000;
    font-weight: 600;
}

.table-summery > tbody > tr > td:first-child {
    text-align: center;
    background-color: #fafafc;
    color: #000000;
}

.table-summery > tbody > tr > td:not(:first-child) {
    text-align: right;
}

.qlbt-operation-menu {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  z-index: 100;
  overflow: hidden; }
  .qlbt-operation-menu .qlbt-operation-menu-dividing {
    height: 1px;
    background-color: #efefef; }
  .qlbt-operation-menu .qlbt-operation-menu-subtitle {
    color: #999;
    font-size: 14px;
    padding: 5px 16px; }
  .qlbt-operation-menu .qlbt-operation-color-picker {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 16px 10px;
    background-color: #fff;
    overflow: hidden; }
    .qlbt-operation-menu .qlbt-operation-color-picker .qlbt-operation-color-picker-item {
      width: 20px;
      height: 20px;
      border: 1px solid #595959;
      margin-right: 5px;
      margin-bottom: 5px;
      cursor: pointer; }
  .qlbt-operation-menu .qlbt-operation-menu-item {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    background-color: #fff;
    cursor: pointer;
    color: #595959;
    overflow: hidden;
    text-overflow: ellipsis; }
    .qlbt-operation-menu .qlbt-operation-menu-item:hover {
      background-color: #efefef; }
    .qlbt-operation-menu .qlbt-operation-menu-item .qlbt-operation-menu-icon {
      margin-right: 8px;
      height: 20px;
      width: 20px;
      font-size: 0; }

.qlbt-col-tool {
  position: absolute;
  display: flex;
    visibility: hidden;
  align-items: flex-end;
  overflow: hidden;
  z-index: 99;
  height: 16px; }
  .qlbt-col-tool .qlbt-col-tool-cell {
    position: relative;
    background-color: #fff;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000; }
    .qlbt-col-tool .qlbt-col-tool-cell:first-child {
      border-left: 1px solid #000; }
  .qlbt-col-tool .qlbt-col-tool-cell-holder {
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: 1px;
    background-color: transparent;
    cursor: ew-resize; }
    .qlbt-col-tool .qlbt-col-tool-cell-holder:hover {
      background-color: #0589f3; }
    .qlbt-col-tool .qlbt-col-tool-cell-holder::before {
      content: "";
      position: absolute;
      top: 0;
      left: -6px;
      display: block;
      width: 8px;
      height: 100%; }
    .qlbt-col-tool .qlbt-col-tool-cell-holder::after {
      content: "";
      position: absolute;
      top: 0;
      right: -6px;
      display: block;
      width: 8px;
      height: 100%; }

