.table.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: transparent;
}

.table>tbody+tbody {
    border-top: none;
}

.table-default {
    width: 100%;
    max-width: 100%;
}

.table-default>thead>tr>th:first-child,
.table-default>thead>tr>td:first-child,
.table-default>tbody>tr>th:first-child,
.table-default>tbody>tr>td:first-child,
.table-default>tfoot>tr>th:first-child,
.table-default>tfoot>tr>td:first-child {
    padding-left: 0;
}

.table-default>thead>tr>th:last-child,
.table-default>thead>tr>td:last-child,
.table-default>tbody>tr>th:last-child,
.table-default>tbody>tr>td:last-child,
.table-default>tfoot>tr>th:last-child,
.table-default>tfoot>tr>td:last-child {
    padding-right: 0;
}

.table-default>thead>tr>td,
.table-default>tbody>tr>td,
.table-default>tfoot>tr>td,
.table-default>tbody>tr>th {
    position: relative;
    padding: 20px 8px;
    vertical-align: middle;
}

.table-default>thead>tr>th,
.table-default>tfoot>tr>th {
    padding: 10px 8px;
}

.table-default>thead>tr>th {
    border-bottom: 1px solid var(--color-border-gray);
}

.table-default>thead>tr>th,
.table-default>tbody>tr>th,
.table-default>tfoot>tr>th,
.table-default>thead>tr>td,
.table-default>tbody>tr>td,
.table-default>tfoot>tr>td {
    border-top: none;
    border-bottom: 1px solid var(--color-border-gray);
}

.table-default>tbody>tr,
.table-default>tfoot>tr,
.table-default>thead>tr {
    position: relative;
}

.table.table-borderless>thead>tr>th {
    border: none;
}

.table.table-borderless>thead>tr>th,
.table.table-borderless>tbody>tr>th,
.table.table-borderless>tfoot>tr>th,
.table.table-borderless>thead>tr>td,
.table.table-borderless>tbody>tr>td,
.table.table-borderless>tfoot>tr>td {
    border: none !important;
    padding: 6px 4px;
}

.table-hover.table-borderless>tbody>tr>th:first-child,
.table-hover.table-borderless>thead>tr>th:first-child,
.table-hover.table-borderless>tbody>tr>td:first-child {
    /* border-left: none !important; */
}

.table-hover.table-borderless>tbody>tr>th:last-child,
.table-hover.table-borderless>thead>tr>th:last-child,
.table-hover.table-borderless>tbody>tr>td:last-child {
    /* border-right: none !important; */
}

.table-rounded {
    background-color: var(--color-main-light);
    border-radius: 10px;
}

.table-rounded>thead>tr>th:first-child,
.table-rounded>thead>tr>td:first-child,
.table-rounded>tbody>tr>th:first-child,
.table-rounded>tbody>tr>td:first-child,
.table-rounded>tfoot>tr>th:first-child,
.table-rounded>tfoot>tr>td:first-child {
    padding-left: 20px;
}

.table-rounded>thead>tr>th:last-child,
.table-rounded>thead>tr>td:last-child,
.table-rounded>tbody>tr>th:last-child,
.table-rounded>tbody>tr>td:last-child,
.table-rounded>tfoot>tr>th:last-child,
.table-rounded>tfoot>tr>td:last-child {
    padding-right: 20px;
}

.table-rounded>tbody>tr:last-child>th,
.table-rounded>tbody>tr:last-child>td,
.table-rounded>tfoot>tr:last-child>th,
.table-rounded>tfoot>tr:last-child>td {
    border-bottom: none;
}

.table-hover.table-rounded>tbody>tr>th:first-child,
.table-hover.table-rounded>thead>tr>th:first-child,
.table-hover.table-rounded>tbody>tr>td:first-child {
    border-left-color: var(--color-main-light);
}

.table-hover.table-rounded>tbody>tr>th:last-child,
.table-hover.table-rounded>thead>tr>th:last-child,
.table-hover.table-rounded>tbody>tr>td:last-child {
    border-right-color: var(--color-main-light);
}

.table-condensed>thead>tr>th:first-child,
.table-condensed>thead>tr>td:first-child,
.table-condensed>tbody>tr>th:first-child,
.table-condensed>tbody>tr>td:first-child,
.table-condensed>tfoot>tr>th:first-child,
.table-condensed>tfoot>tr>td:first-child {
    padding-left: 10px;
}

.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 12px 10px;
}

.table-condensed>thead>tr>th:last-child,
.table-condensed>thead>tr>td:last-child,
.table-condensed>tbody>tr>th:last-child,
.table-condensed>tbody>tr>td:last-child,
.table-condensed>tfoot>tr>th:last-child,
.table-condensed>tfoot>tr>td:last-child {
    padding-right: 10px;
}

.table-hover {
    border-collapse: separate;
}

.table-hover>tbody>tr {
    position: relative;
    /* transition: background-color .5s; */
    cursor: pointer;
}

.table-hover>tbody>tr>th,
.table-hover>tbody>tr>td {
    /* transition: border-color .5s, background-color .5s; */
}

.table-hover>tbody>tr>th:first-child,
.table-hover>thead>tr>th:first-child,
.table-hover>tbody>tr>td:first-child {
    border-left: 10px solid var(--color-bg-light);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.table-hover>tbody>tr>th:last-child,
.table-hover>thead>tr>th:last-child,
.table-hover>tbody>tr>td:last-child {
    border-right: 10px solid var(--color-bg-light);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.table-hover>tbody>tr:hover>td {
    background-color: var(--color-text-light);
}

.table-hover>tbody>tr:hover>td:first-child {
    border-left-color: var(--color-text-light);
}

.table-hover>tbody>tr:hover>td:last-child {
    border-right-color: var(--color-text-light);
}

.table-column {
    font-size: 12px;
    border-collapse: collapse;
}

.table-column.table>thead>tr>th {
    border: 1px solid var(--color-border-gray);
    border-top: 1px solid var(--color-border-gray) !important;
    background-color: var(--color-bg-light);
}

.table-column.table tr>td {
    padding-top: 12px;
    padding-bottom: 12px;
}

.table-column td.hover-cell {
    background-color: var(--color-text-light);
}

.table-column.table>thead>tr>th {
    white-space: nowrap;
}

.table-column.table>tbody>tr>td.kv-page-summary:hover,
.table-column.table>tbody>tr>th.kv-page-summary:hover,
.table-column.table>tbody>tr.kv-page-summary:hover>td,
.table-column.table>tbody>tr:hover>.kv-page-summary,
.table-column.table>tbody>tr.kv-page-summary:hover>th,
.table-column.table>tbody>tr>td.kv-table-footer:hover,
.table-column.table>tbody>tr>th.kv-table-footer:hover,
.table-column.table>tbody>tr.kv-table-footer:hover>td,
.table-column.table>tbody>tr:hover>.kv-table-footer,
.table-column.table>tbody>tr.kv-table-footer:hover>th {
    background-color: var(--color-text-gray3);
}

.table-column.table .kv-page-summary,
.table-column.table .kv-table-footer {
    border: none;
}

.table-column.table>thead>tr>td.kv-page-summary,
.table-column.table>tbody>tr>td.kv-page-summary,
.table-column.table>tfoot>tr>td.kv-page-summary,
.table-column.table>thead>tr>th.kv-page-summary,
.table-column.table>tbody>tr>th.kv-page-summary,
.table-column.table>tfoot>tr>th.kv-page-summary,
.table-column.table>thead>tr.kv-page-summary>td,
.table-column.table>tbody>tr.kv-page-summary>td,
.table-column.table>tfoot>tr.kv-page-summary>td,
.table-column.table>thead>tr.kv-page-summary>th,
.table-column.table>tbody>tr.kv-page-summary>th,
.table-column.table>tfoot>tr.kv-page-summary>th,
.table-column.table>thead>tr>td.kv-table-footer,
.table-column.table>tbody>tr>td.kv-table-footer,
.table-column.table>tfoot>tr>td.kv-table-footer,
.table-column.table>thead>tr>th.kv-table-footer,
.table-column.table>tbody>tr>th.kv-table-footer,
.table-column.table>tfoot>tr>th.kv-table-footer,
.table-column.table>thead>tr.kv-table-footer>td,
.table-column.table>tbody>tr.kv-table-footer>td,
.table-column.table>tfoot>tr.kv-table-footer>td,
.table-column.table>thead>tr.kv-table-footer>th,
.table-column.table>tbody>tr.kv-table-footer>th,
.table-column.table>tfoot>tr.kv-table-footer>th {
    background-color: var(--color-text-gray2);
    color: var(--color-main-light);
    padding-top: 6px;
    padding-bottom: 6px;
}

.table-column.table>thead>tr>th:first-child,
.table-column.table>thead>tr>td:first-child,
.table-column.table>tbody>tr>th:first-child,
.table-column.table>tbody>tr>td:first-child,
.table-column.table>tfoot>tr>th:first-child,
.table-column.table>tfoot>tr>td:first-child {
    padding-left: 8px;
}

.table-column.table>thead>tr>th:last-child,
.table-column.table>thead>tr>td:last-child,
.table-column.table>tbody>tr>th:last-child,
.table-column.table>tbody>tr>td:last-child,
.table-column.table>tfoot>tr>th:last-child,
.table-column.table>tfoot>tr>td:last-child {
    padding-right: 8px;
}

.table-column.table-hover>tbody>tr>th:first-child,
.table-column.table-hover>thead>tr>th:first-child,
.table-column.table-hover>tbody>tr>td:first-child {
    border-left: 1px solid var(--color-border-gray);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.table-column.table-hover>tbody>tr>td:first-child {
    border-left-color: transparent;
}

.table-column.table-hover>tbody>tr>th:last-child,
.table-column.table-hover>thead>tr>th:last-child,
.table-column.table-hover>tbody>tr>td:last-child {
    border-right: 1px solid var(--color-border-gray);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.table-column.table-hover>tbody>tr>td:last-child {
    border-right-color: transparent;
}

.table-column.table-hover>tbody>tr:hover {
    background-color: var(--color-text-light);
}

.table-column.table-hover>tbody>tr:hover>td:first-child {
    border-left-color: var(--color-text-light);
}

.table-column.table-hover>tbody>tr:hover>td:last-child {
    border-right-color: var(--color-text-light);
}

.table th a[data-sort] {
    position: relative;
    display: flex;
    text-decoration: none;
    color: var(--color-text-dark);
    align-items: center;
    justify-content: flex-start;
}

.table th a[data-sort]::before,
.table th a[data-sort]::after {
    content: '';
    order: 1;
    width: 10px;
    height: 16px;
    background-image: url(../img/icons/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.table th a[data-sort]::before {
    margin-left: 6px;
}

.table th a[data-sort]::after {
    transform: rotateZ(180deg);
}

.table th a[data-sort].desc::before {
    background-image: url(../img/icons/arrow-color.svg);
}

.table th a[data-sort].asc::after {
    background-image: url(../img/icons/arrow-color.svg);
}

.details-table>tbody>tr>th:first-child {
    width: 26%;
    min-width: 80px;
    font-weight: 400;
}

.details-table>tbody>tr>td {
    word-break: break-word;
    font-weight: 700;
}

@media (max-width: 767px) {
    .table-responsive {
        margin-top: 40px;
        border: none !important;
    }

    .table-responsive .table-default>thead>tr>th:first-child,
    .table-responsive .table-default>thead>tr>td:first-child,
    .table-responsive .table-default>tbody>tr>th:first-child,
    .table-responsive .table-default>tbody>tr>td:first-child,
    .table-responsive .table-default>tfoot>tr>th:first-child,
    .table-responsive .table-default>tfoot>tr>td:first-child {
        padding-left: 8px;
    }

    .table-responsive .table-default>thead>tr>th:last-child,
    .table-responsive .table-default>thead>tr>td:last-child,
    .table-responsive .table-default>tbody>tr>th:last-child,
    .table-responsive .table-default>tbody>tr>td:last-child,
    .table-responsive .table-default>tfoot>tr>th:last-child,
    .table-responsive .table-default>tfoot>tr>td:last-child {
        padding-right: 8px;
    }
}

@media (max-width: 480px) {
    .table.table-hover {
        border-collapse: collapse;
    }

    .table-responsive .table-default:not(.table-column):not(.table-no-mobile)>thead {
        display: none;
    }

    .table-responsive .table.table-default:not(.table-column):not(.table-no-mobile)>thead>tr>th,
    .table-responsive .table.table-default:not(.table-column):not(.table-no-mobile)>thead>tr>td,
    .table-responsive .table.table-default:not(.table-column):not(.table-no-mobile)>tbody>tr>th,
    .table-responsive .table.table-default:not(.table-column):not(.table-no-mobile)>tbody>tr>td,
    .table-responsive .table.table-default:not(.table-column):not(.table-no-mobile)>tfoot>tr>th,
    .table-responsive .table.table-default:not(.table-column):not(.table-no-mobile)>tfoot>tr>td {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100% !important;
        max-width: 100% !important;
        white-space: normal;
        word-break: break-word;
        text-align: left;
    }

    .table-responsive .table.table-default:not(.table-column):not(.table-no-mobile) tr>td {
        border-bottom: none;
    }

    .table-responsive .table.table-default:not(.table-column):not(.table-no-mobile) tr>td:first-child {
        margin-top: 0;
        font-size: 16px;
        border-top: 2px solid var(--color-border-gray) !important;
        border-left: none !important;
        border-radius: 0 !important;
    }

    .table-responsive .table.table-default:not(.table-column):not(.table-no-mobile) tr>td:last-child {
        border-bottom: 2px solid var(--color-border-gray) !important;
        border-right: none !important;
        border-radius: 0 !important;
    }

    .table-responsive .table.table-default:not(.table-column):not(.table-no-mobile) th,
    .table-responsive .table.table-default:not(.table-column):not(.table-no-mobile) td {
        font-size: 16px;
        text-align: left;
    }

    .table-responsive .table.table-default:not(.table-column):not(.table-no-mobile) td+td {
        padding-top: 0 !important;
    }

    .table-responsive .table.table-default:not(.table-column):not(.table-no-mobile) td:not([colspan])::before {
        content: attr(data-label);
        display: block;
        font-weight: 700;
        text-align: left;
        word-break: normal;
    }
}