/*!
  * table.js v0.1.0
  * Copyright 2025 by pxlfx (Sergey Zezyulin)
  * Licensed under MIT
  */
  .vanillajs-table-data .table>:not(:first-child){border-top:0}table.vanillajs-table-header{margin-bottom:0;z-index:1000}table.vanillajs-table-header.table-dark .form-check-input{opacity:.8;background-color:#fff;border:0}table.vanillajs-table-header.table-dark .form-check-input:checked,table.vanillajs-table-header.table-dark .form-check-input:indeterminate{background-color:#0d6efd}table.vanillajs-table-header th.sorting{position:relative;cursor:pointer}table.vanillajs-table-header thead th.sorting::after,table.vanillajs-table-header thead th.sorting::before{display:block;position:absolute;right:10px;left:auto;font-size:.6em;line-height:9px;cursor:pointer;opacity:.3}table.vanillajs-table-header thead th.sorting::before{content:"▲";top:23%}table.vanillajs-table-header thead th.sorting::after{content:"▼";top:47%}table.vanillajs-table-header thead th.sorting.decrease::after,table.vanillajs-table-header thead th.sorting.increase::before{opacity:.8}table.vanillajs-table-indexed thead th:first-child::after,table.vanillajs-table-indexed thead th:first-child::before{display:none}.vanillajs-table-extra-settings-panel{padding-top:.25rem;padding-bottom:.25rem;font-size:.85rem;text-align:left;z-index:1001}.vanillajs-table-group{display:inline-block;vertical-align:middle}.vanillajs-table-button,.vanillajs-table-text{display:inline-block;padding:.1rem .45rem;text-align:center;vertical-align:middle;color:#fff;background-color:#6c757d;border:1px solid #6c757d;border-radius:.2rem;font-weight:400;line-height:1.5}.vanillajs-table-text{padding-top:.15rem;background-color:initial;border:0;cursor:default;color:unset}.vanillajs-table-link{cursor:pointer;border-bottom:1px dotted #818181}.vanillajs-table-extra-list{position:absolute;z-index:1001;padding:1em;background:#000;color:#fff;border:1px solid #3c3c3c;text-align:left;width:max-content}.vanillajs-table-extra-list label{margin-left:.8rem}