.isha-table-module {
    margin-bottom: 48px;
    --row-grey: #f4f4f5;
    --row-white: #ffffff;
    --border-stroke: #1a1a1a;
}
.isha-table-module p{
   color:#000;
}
.isha-table-responsive {
    width: 100%;
}

.isha-table-responsive.isha-allow-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.isha-table-responsive.isha-allow-scroll:focus {
    outline: 3px solid #111111;
    outline-offset: 4px;
}

.isha-table-responsive.isha-allow-scroll:focus:not(:focus-visible) {
    outline: none;
}

.isha-table-responsive.isha-allow-scroll:focus-visible {
    outline: 3px solid #111111;
    outline-offset: 4px;
}

.isha-data-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--row-white);
    font-size: 15px;
    font-family: inherit;
}

.isha-table-responsive.isha-allow-scroll .isha-data-table {
    min-width: 560px;
    table-layout: auto;
}

.isha-table-responsive:not(.isha-allow-scroll) .isha-data-table {
    table-layout: fixed;
    min-width: 0;
}


.isha-data-table thead tr {
    border: 0;
}

.isha-data-table.isha-header-gradient thead tr {
    background: linear-gradient(
        90deg,
        #007385 0%,
        #0058a8 48%,
        #c2185b 100%
    );
}

.isha-data-table.isha-header-blue thead tr {
    background: #0058a8;
}

.isha-data-table.isha-header-green thead tr {
    background: #007385;
}

.isha-data-table.isha-header-pink thead tr {
    background: #c2185b;
}


.isha-data-table thead th,
.isha-data-table thead td {
    background: transparent;
    border: 0;
    color: #ffffff;
    font-weight: 700;
    text-align: left;
    padding: 14px 18px;
    line-height: 1.3;
    vertical-align: middle;
    overflow-wrap: anywhere;
    word-break: normal;
}

.isha-data-table tbody th,
.isha-data-table tbody td {
    padding: 14px 18px;
    line-height: 1.4;
    border: 0;
    color: #1a1a1a;
    overflow-wrap: anywhere;
    word-break: normal;
    vertical-align: middle;
}

.isha-data-table tbody td {
    font-weight: 700;
}

.isha-data-table tbody tr.isha-bg-grey > * {
    background-color: var(--row-grey);
}

.isha-data-table tbody tr:not(.isha-bg-grey) > * {
    background-color: var(--row-white);
}


.isha-data-table.isha-show-left-borders
tbody tr > *:not(:first-child) {
    border-left: 2px solid var(--border-stroke);
}


.isha-data-table thead th > *,
.isha-data-table thead td > *,
.isha-data-table tbody th > *,
.isha-data-table tbody td > * {
    margin-top: 0;
    margin-bottom: 0;
}

.isha-data-table thead th > * + *,
.isha-data-table thead td > * + *,
.isha-data-table tbody th > * + *,
.isha-data-table tbody td > * + * {
    margin-top: 6px;
}


.isha-small-text {
    font-size: 12px;
    line-height: 1.35;
    color: #1a1a1a;
}

.isha-small-text > * {
    font-size: inherit;
    line-height: inherit;
}


.isha-cell-nowrap {
    white-space: nowrap;
}

.isha-table-title {
    margin: 0 0 10px;
}

.isha-table-title > *:first-child {
    margin-top: 0;
}

.isha-table-title > *:last-child {
    margin-bottom: 0;
}

.isha-data-table tfoot .isha-table-footer {
    padding: 12px 18px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #1a1a1a;
    text-align: left;
    vertical-align: top;
}


.isha-data-table tfoot .isha-table-footer.isha-small-text {
    font-size: 12px;
    line-height: 1.35;
}

.isha-data-table tfoot .isha-table-footer.isha-small-text > * {
    font-size: inherit;
    line-height: inherit;
}

.isha-data-table tfoot .isha-table-footer > *:first-child {
    margin-top: 0;
}

.isha-data-table tfoot .isha-table-footer > *:last-child {
    margin-bottom: 0;
}

.isha-table-caption {
    caption-side: top;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 10px;
    padding: 0;
}


.isha-table-module .visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (max-width: 480px) {
    .isha-data-table {
        font-size: 14px;
    }

    .isha-data-table th,
    .isha-data-table td {
        padding: 10px 12px;
    }
}
