/* Category icon image styles */
    .category-icon-img {
        width: 1.5em;
        height: 1.5em;
        object-fit: contain;
        display: inline-block;
        vertical-align: middle;
    }
    /* Category icon SVG styles */
    .category-icon-svg {
        width: 1.5em;
        height: 1.5em;
        display: inline-block;
        vertical-align: middle;
        fill: currentColor;
    }

    .card-title {
        font-size: 19px;
        font-weight: 700;
        margin-bottom: .9rem;
    }

    .text-danger {
        --tw-text-opacity: 1;
        color: rgb(231 81 90 / var(--tw-text-opacity));
    }

    table.dataTable-table tfoot tr th,
    table.dataTable-table thead tr th {
        font-weight: 700;
    }

    table.table-bordered tbody tr td,
    table.table-bordered thead tr th {
        border-width: 1px !important;
        border-style: solid !important;
        --tw-border-opacity: 1 !important;
        border-color: rgb(246 247 250 / var(--tw-border-opacity)) !important;
    }


    table.table-compact tbody tr td,
    table.table-compact thead tr th {
        padding: 0.5rem 0.75rem !important;
    }

    .sticky-header table thead {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .sticky-header .dataTable-container {
        height: 500px;
    }

    .sticky-column table tbody tr td:first-child,
    .sticky-column table thead tr th:first-child {
        position: sticky;
        z-index: 8;
        --tw-bg-opacity: 1;
        background-color: rgb(246 248 250 / var(--tw-bg-opacity));
    }

    .sticky-column table tbody tr td:first-child,
    .sticky-column table thead tr th:first-child {
        left: 0;
    }


    .sticky-column table tbody tr td:nth-child(2),
    .sticky-column table thead tr th:nth-child(2) {
        position: sticky;
        z-index: 8;
        --tw-bg-opacity: 1;
        background-color: rgb(246 248 250 / var(--tw-bg-opacity));
    }

    .sticky-column table tbody tr td:nth-child(2),
    .sticky-column table thead tr th:nth-child(2) {
        left: 58px;
    }


    .sticky-header.sticky-column table thead tr th:first-child,
    .sticky-header.sticky-column table thead tr th:nth-child(2) {
        top: 0;
    }

    .dataTable-container {
        overflow: auto;
    }

    .dataTable-container,
    .dataTable-top {
        margin-bottom: 1.25rem;
    }

    .dataTable-bottom,
    .dataTable-top {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 1rem;
        font-weight: 500;
    }

    .dataTable-pagination {
        margin-left: auto;
    }



    .dataTable-pagination ul {
        display: flex;
        align-items: center;
    }

    .dataTable-pagination a {
        display: grid;
        height: 2.25rem;
        width: 2.25rem;
        place-content: center;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgb(224 230 237 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(59 63 92 / var(--tw-text-opacity));
    }

    .dataTable-pagination a:hover {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(67 97 238 / var(--tw-bg-opacity)) !important;
        --tw-text-opacity: 1 !important;
        color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    }

    .dataTable-pagination a {
        margin-left: 0.25rem;
    }




    .dataTable-pagination .active a {
        cursor: default;
        --tw-bg-opacity: 1;
        background-color: rgb(67 97 238 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

    .dataTable-sorter {
        position: relative;
        display: inline-block;
        height: 100%;
        width: -moz-max-content;
        width: max-content;
    }

    .dataTable-sorter {
        padding-right: 1.75rem;
    }

    .dataTable-sorter:after,
    .dataTable-sorter:before {
        content: var(--tw-content);
        right: 0.25rem;
    }

    .dataTable-sorter:after,
    .dataTable-sorter:before {
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        border-left: 5px solid #0000;
        border-right: 5px solid #0000;
        opacity: 0.2;
    }

    .dataTable-sorter:before {
        border-top: 5px solid #0e1726;
        bottom: 4px;
    }

    .dataTable-sorter:after {
        border-bottom: 5px solid #0e1726;
        border-top: 5px solid #0000;
        top: -2px;
    }

    .dark .dataTable-sorter:after {
        border-bottom-color: #ffffff;
    }

    .dark .dataTable-sorter:before {
        border-top-color: #ffffff;
    }

    .asc .dataTable-sorter:after {
        --tw-border-opacity: 1;
        border-bottom-color: rgb(67 97 238 / var(--tw-border-opacity));
        opacity: 1;
    }

    .desc .dataTable-sorter:before {
        --tw-border-opacity: 1;
        border-top-color: rgb(67 97 238 / var(--tw-border-opacity));
        opacity: 1;
    }

    .ltr .dataTable-search {
        margin-left: auto;
    }

    .rtl .dataTable-search {
        margin-right: auto;
    }

    .dataTable-dropdown .dataTable-selector,
    .dataTable-search .dataTable-input {
        width: auto;
        background-color: #ffffff;
        color: #0e1726;
        border-color: #e0e6ed;
        border-radius: 6px;
        padding: 8px 16px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        border-width: 1px;
        outline: none !important;
    }

    .dataTable-dropdown .dataTable-selector:focus,
    .dataTable-search .dataTable-input:focus {
        border-color: #4cc9f0;
    }

    .dataTable-search .dataTable-input {
        box-shadow: none !important;
    }

    .dataTable-dropdown .dataTable-selector {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }

    .dataTable-dropdown .dataTable-selector {
        padding-left: 0.5rem;
        padding-right: 1rem;
    }

    .dark .dataTable-dropdown .dataTable-selector,
    .dark .dataTable-search .dataTable-input {
        background-color: #121e32;
        color: #888ea8;
        border-color: #17263c;
    }

    .dataTable-dropdown label {
        margin-bottom: 0;
    }

    @media screen and (max-width: 767px) {
        .dataTable-bottom {
            flex-direction: column;
        }

        .ltr .dataTable-pagination {
            margin-left: 0;
        }

        .rtl .dataTable-pagination {
            margin-right: 0;
        }
    }

    .invoice-table .dataTable-wrapper .dataTable-bottom,
    .invoice-table .dataTable-wrapper .dataTable-top {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .no-number-pagination ul.dataTable-pagination-list li {
        display: none;
    }

    .no-number-pagination ul.dataTable-pagination-list li.pager {
        display: block !important;
    }

    .next-prev-pagination .dataTable-pagination a {
        width: -moz-max-content;
        width: max-content;
        border-radius: 0.375rem;
        border-width: 1px;
        padding: 0.5rem 1.25rem;
    }

    .next-prev-pagination .dataTable-pagination a,
    :is(.dark .next-prev-pagination .dataTable-pagination a) {
        --tw-border-opacity: 1;
        border-color: rgb(67 97 238 / var(--tw-border-opacity));
        background-color: initial;
        --tw-text-opacity: 1;
        color: rgb(67 97 238 / var(--tw-text-opacity));
    }

    .next-prev-pagination .dataTable-bottom {
        flex-direction: column;
        justify-content: center;
    }

    .next-prev-pagination .dataTable-pagination {
        margin-left: 0;
    }

    .table-responsive {
        overflow: auto;
    }

    table {
        width: 100%;
        border-collapse: collapse !important;
    }

    table tfoot tr,
    table thead tr {
        border-bottom-width: 0;
        --tw-bg-opacity: 1 !important;
        background-color: rgb(246 248 250 / var(--tw-bg-opacity)) !important;
    }

    :is(.dark table tfoot tr),
    :is(.dark table thead tr) {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(26 41 65 / var(--tw-bg-opacity)) !important;
    }

    table tbody tr td,
    table tfoot tr th,
    table thead tr th {
        padding: 0.75rem 1rem;
    }

    table tbody tr td,
    table tfoot tr th,
    table thead tr th {
        text-align: left;
    }


    table tfoot tr th,
    table thead tr th {
        font-weight: 600;
    }

    table tbody tr {
        border-bottom-width: 1px;
        border-color: #e0e6ed66 !important;
    }

    :is(.dark table tbody tr) {
        --tw-border-opacity: 1 !important;
        border-color: rgb(25 30 58 / var(--tw-border-opacity)) !important;
    }

    table.table-hover tbody tr:hover {
        background-color: #e0e6ed33 !important;
    }

    :is(.dark table.table-hover tbody tr:hover) {
        background-color: #1a294166 !important;
    }

    table.table-striped tbody tr:nth-child(odd) {
        background-color: #e0e6ed33 !important;
    }

    :is(.dark table.table-striped tbody tr:nth-child(odd)) {
        background-color: #1a294166 !important;
    }

    table.dataTable-table tbody tr td,
    table.dataTable-table tbody tr th {
        border-bottom-width: 1px;
        border-color: #e0e6ed66;
        padding: 0.75rem 1rem;
    }

    table.dataTable-table tbody tr td,
    table.dataTable-table tbody tr th {
        text-align: left;
    }


    table.dataTable-table tbody tr:last-child td {
        border-bottom-width: 0;
    }

    th {
        text-align: inherit;
        text-align: -webkit-match-parent
    }

    tbody,
    td,
    tfoot,
    th,
    thead,
    tr {
        border: 0 solid;
        border-color: inherit
    }
    .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px;
}

.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    width: 1%;
}
.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid hsla(0, 0%, 62%, .141);
    border-radius: 10px;
    color: #212529;
    display: block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.7;
    padding: .4rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
}
[data-currency-btn].active {
    background: rgba(67,97,238,0.1) !important;
    color: rgb(67,97,238) !important;
    font-weight: 600;
}
