﻿.wd-quickgrid[theme="data1"]{
    --col-gap: 1rem;
    /* font-family: Inter Var, 'ShareTechMono', sans-serif; */
     letter-spacing: -0.8px;
}

.wd-quickgrid[theme="data1"] thead {
    position: sticky;
    top: 0;
    background-color: #eeeeee;
    z-index: 1;
    box-shadow: 0 0 3px -1px;
}

.wd-quickgrid[theme="data1"] thead .col-title-text {
    color: #6b7280;
    font-weight: normal;
    text-transform: uppercase;
}
.wd-quickgrid[theme="data1"] .col-header-content {
    padding-right: var(--col-gap);
}

.wd-quickgrid[theme="data1"] .col-title {
    gap: 0.4rem;
    font-weight: bold;
}
.wd-quickgrid[theme="data1"] .col-title
{
    padding: 0.1rem 0.4rem;
    display: flex;
    min-width: 0;
    flex-grow: 1;
}
.wd-quickgrid[theme="data1"] tr{
    color: #5b5b5b;
    height: 50px;
    overflow: hidden;
    border-bottom: 1px solid #0420451a;
    border-right: 1px solid #0420451a;
}
.wd-quickgrid[theme="data1"] .card-footer {
    border-top: 1px solid #0420451a;
}

* {
    scrollbar-color: color-mix(in srgb, #00132b 30%, transparent) transparent;
}

.wd-quickgrid[theme="data1"] .col-options-button {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"> <path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" /> </svg>') !important;
}

.wd-quickgrid[theme="data1"] tbody tr {
    background-color: rgb(65 104 141 / 2%);
}
.wd-quickgrid[theme="data1"] tbody tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}

.wd-quickgrid[theme="data1"] tbody tr:hover
{
    background-color: rgb(250 255 0 / 6%);
}

.wd-quickgrid[theme="data1"] tbody td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 7px 15px;
}

.wd-quickgrid[theme="data1"] thead .sort-indicator{
    opacity: 0.55;
}

.wd-quickgrid[theme="data1"] thead tr{
    height: 25px;
        height: 25px;
    font-size: 13px;
    line-height: 19px;
}
.wd-quickgrid[theme="data1"] thead th
{
    padding-left: 7px;
}