.quickgrid[theme=tailwind] {
    --col-gap: 1rem;

    min-width: 100%;
    margin-left: auto;
    margin-right: auto;

    border-collapse: collapse;
}

.quickgrid[theme=tailwind]> :not([hidden])~ :not([hidden]) {
    border-top-width: 1px;
    border-color: #d1d5db;
}

.quickgrid[theme=tailwind] .col-header-content {
    padding-right: var(--col-gap);
}

.quickgrid[theme=tailwind]>thead>tr>th {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    line-height: 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
}

.quickgrid[theme=tailwind] tbody> :not([hidden])~ :not([hidden]) {
    border-top-width: 1px;
    border-color: #e5e7eb;
}

.quickgrid[theme=tailwind] th {
    position: relative;
}

.quickgrid[theme=tailwind] th:first-of-type {
    padding-left: 0;
}

.quickgrid[theme=tailwind].loading>tbody {
    opacity: 0.25;
    transition: opacity linear 100ms;
    transition-delay: 25ms;
}

.quickgrid[theme=tailwind] .col-header-content {
    position: relative;
    display: flex;
    align-items: center;
}

.quickgrid[theme=tailwind] .col-title {
    display: flex;
    flex-grow: 1;
    min-width: 0px;
    gap: 0.4rem;
    font-weight: bold;
}

.quickgrid[theme=tailwind] button.col-title {
    border: none;
    background: none;
    position: relative;
    cursor: pointer;
}

.quickgrid[theme=tailwind] .col-options {
    position: absolute;
    left: 0;
    margin-top: 0.25rem;
    z-index: 10;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-duration: 100ms;
    border: 0;
    border-color: rgb(229, 231, 235);
    border-radius: 0.375rem;
    outline: 0;
    background: white;
    font-weight: normal;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}

.quickgrid[theme=tailwind] .col-options-button {
    border: none;
    padding: 0;
    width: 1rem;
    height: 1rem;
    margin-right: 1rem;
    align-self: center;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="rgb(156 163 175)"><path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" /></svg>') center center / 1rem no-repeat;
}

.quickgrid[theme=tailwind] .col-options-button:hover {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="rgb(18 47 98 / 0.7)"><path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" /></svg>') center center / 1rem no-repeat;
}

.quickgrid[theme=tailwind] .col-justify-end .col-title {
    justify-content: right;
    text-align: right;
}

.quickgrid[theme=tailwind] .col-justify-center .col-title {
    justify-content: center;
    text-align: center;
}

.quickgrid[theme=tailwind] .col-justify-end .col-title {
    flex-direction: row-reverse;
    text-align: right;
}

.quickgrid[theme=tailwind] .col-justify-end .col-options {
    left: unset;
    right: 0;
}

.quickgrid[theme=tailwind]>tbody>tr>td {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    white-space: nowrap;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.quickgrid[theme=tailwind] td:first-of-type {
    padding-left: 0;
}

.quickgrid[theme=tailwind] th .sort-indicator {
    width: 1rem;
    height: 1rem;
    margin-left: 1rem;
    align-self: center;
    text-align: center;
}

.quickgrid[theme=tailwind] .col-sort-asc .sort-indicator {
    padding-left: 0.75rem;
    transform: scaleY(1);
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke="rgb(156 163 175)" stroke-linecap="round" stroke-linejoin="round" d="M3 4.5h14.25M3 9h9.75M3 13.5h9.75m4.5-4.5v12m0 0-3.75-3.75M17.25 21 21 17.25" /></svg>') center center / 1rem no-repeat;
    ;
}

.quickgrid[theme=tailwind] .col-sort-asc .sort-indicator:hover {
    padding-left: 0.75rem;
    transform: scaleY(1);
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke="rgb(18 47 98 / 0.7)" stroke-linecap="round" stroke-linejoin="round" d="M3 4.5h14.25M3 9h9.75M3 13.5h9.75m4.5-4.5v12m0 0-3.75-3.75M17.25 21 21 17.25" /></svg>') center center / 1rem no-repeat;
    ;
}

.quickgrid[theme=tailwind] .col-sort-desc .sort-indicator {
    padding-left: 0.75rem;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke="rgb(156 163 175)" stroke-linecap="round" stroke-linejoin="round" d="M3 4.5h14.25M3 9h9.75M3 13.5h5.25m5.25-.75L17.25 9m0 0L21 12.75M17.25 9v12" /></svg>') center center / 1rem no-repeat;
}

.quickgrid[theme=tailwind] .col-sort-desc .sort-indicator:hover {
    padding-left: 0.75rem;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke="rgb(18 47 98 / 0.7)" stroke-linecap=" round" stroke-linejoin=" round" d=" M3 4.5h14.25M3 9h9.75M3 13.5h5.25m5.25-.75L17.25 9m0 0L21 12.75M17.25 9v12" /></svg>') center center / 1rem no-repeat;
    ;
}

.quickgrid[theme=tailwind]>thead .col-width-draghandle {
    width: 1rem;
    right: calc(var(--col-gap)/2 - 0.5rem);
}

.quickgrid[theme=tailwind]>thead .col-width-draghandle:hover {
    background: rgba(128, 128, 128, 0.2);
}

.quickgrid[theme=tailwind]>thead .col-width-draghandle:active {
    background: rgba(128, 128, 128, 0.4);
}

.quickgrid[theme=tailwind]>thead .col-width-draghandle:hover:after,
.quickgrid[theme=tailwind]>thead .col-width-draghandle:active:after {
    border-color: black;
}

.quickgrid[theme=tailwind]>thead .col-width-draghandle:after {
    border-color: #ccc;
    left: 0.5rem;
    top: 5px;
    bottom: 5px;
}

.quickgrid[theme=tailwind]>tbody>tr>td.grid-cell-placeholder:after {
    content: '\2026';
    opacity: 0.75;
}

.quickgrid-tailwind-paginator .paginator {
    padding-top: 1rem;
    border: 0;
}

.quickgrid-tailwind-paginator .paginator .summary {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(55 65 81 / 1);
}

.quickgrid-tailwind-paginator .paginator .summary strong {
    font-weight: 500;
}

.quickgrid-tailwind-paginator .paginator .pagination-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(55 65 81 / 1);
}

.quickgrid-tailwind-paginator .paginator .pagination-text strong {
    font-weight: 500;
}

.quickgrid-tailwind-paginator .paginator button.go-first {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke="rgb(156 163 175)" stroke-linecap="round" stroke-linejoin="round" d="m18.75 4.5-7.5 7.5 7.5 7.5m-6-15L5.25 12l7.5 7.5" /></svg>') center center / 1rem no-repeat;
}

.quickgrid-tailwind-paginator .paginator button[disabled].go-first {
    opacity: 0;
}

.quickgrid-tailwind-paginator .paginator button.go-first:hover {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke="rgb(18 47 98 / 0.7)" stroke-linecap="round" stroke-linejoin="round" d="m18.75 4.5-7.5 7.5 7.5 7.5m-6-15L5.25 12l7.5 7.5" /></svg>') center center / 1rem no-repeat;
}

.quickgrid-tailwind-paginator .paginator button.go-previous {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke="rgb(156 163 175)" stroke-linecap="round" stroke-linejoin="round" d="M15.75 19.5 8.25 12l7.5-7.5" /></svg>') center center / 1rem no-repeat;
}

.quickgrid-tailwind-paginator .paginator button[disabled].go-previous {
    opacity: 0;
}

.quickgrid-tailwind-paginator .paginator button.go-previous:hover {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke="rgb(18 47 98 / 0.7)" stroke-linecap="round" stroke-linejoin="round" d="M15.75 19.5 8.25 12l7.5-7.5" /></svg>') center center / 1rem no-repeat;
}

.quickgrid-tailwind-paginator .paginator button.go-next {
    transform: scaleX(1);
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke="rgb(156 163 175)" stroke-linecap="round" stroke-linejoin="round" d="m8.25 4.5 7.5 7.5-7.5 7.5" /></svg>') center center / 1rem no-repeat;
}

.quickgrid-tailwind-paginator .paginator button[disabled].go-next {
    opacity: 0;
}

.quickgrid-tailwind-paginator .paginator button.go-next:hover {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke="rgb(18 47 98 / 0.7)" stroke-linecap="round" stroke-linejoin="round" d="m8.25 4.5 7.5 7.5-7.5 7.5" /></svg>') center center / 1rem no-repeat;
}

.quickgrid-tailwind-paginator .paginator button.go-last {
    transform: scaleX(-1);
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke="rgb(156 163 175)" stroke-linecap="round" stroke-linejoin="round" d="m18.75 4.5-7.5 7.5 7.5 7.5m-6-15L5.25 12l7.5 7.5" /></svg>') center center / 1rem no-repeat;
}

.quickgrid-tailwind-paginator .paginator button[disabled].go-last {
    opacity: 0;
}

.quickgrid-tailwind-paginator .paginator button.go-last:hover {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"><path stroke="rgb(18 47 98 / 0.7)" stroke-linecap="round" stroke-linejoin="round" d="m18.75 4.5-7.5 7.5 7.5 7.5m-6-15L5.25 12l7.5 7.5" /></svg>') center center / 1rem no-repeat;
}
