.bg-customBlue {
    --tw-bg-opacity: 1;
    background-color: rgb(0 109 119 / var(--tw-bg-opacity, 1));
}

.gap-4 {
    gap: 1rem;
}

.gap-y-4 {
    row-gap: 1rem;
}

.no-sort::after {
    display: none !important;
}

th.no-sort {
    pointer-events: none !important;
    cursor: default !important;
    background-image: none !important;
}
.rounded-t-lg {
    border-top-left-radius:  0.5rem;
    border-top-right-radius:  0.5rem;
}
.sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.sm\:p-6{
    padding: 1.5rem;
}