.sifency-comp-table-wrapper {
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    padding: 20px 0
}

.sifency-comp-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    text-align: center;
    table-layout: fixed;
    min-width: 600px
}

.sifency-table-sticky-yes thead th {
    position: sticky;
    top: 0;
    z-index: 10
}

.sifency-comp-table td,
.sifency-comp-table th {
    padding: 18px 15px;
    border: 1px solid #ebebeb;
    position: relative;
    transition: .3s
}

.sifency-ct-row-title {
    text-align: left;
    font-weight: 700;
    background-color: #f9f9f9
}

.sifency-ct-highlight {
    background-color: #fff;
    border-left: 2px solid var(--e-global-color-primary, #007bff) !important;
    border-right: 2px solid var(--e-global-color-primary, #007bff) !important
}

thead th.sifency-ct-highlight {
    border-top: 3px solid var(--e-global-color-primary, #007bff) !important
}

tfoot td.sifency-ct-highlight {
    border-bottom: 3px solid var(--e-global-color-primary, #007bff) !important
}

.sifency-ct-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #007bff;
    color: #fff;
    padding: 4px 12px;
    font-size: 10px;
    font-weight: 700;
    border-radius: 20px;
    white-space: nowrap;
    z-index: 6
}

.sifency-ct-data i,
.sifency-ct-data svg {
    font-size: 20px
}

.sifency-comp-table-layout-style-2 .sifency-comp-table {
    border-spacing: 10px 0;
    border: none
}

.sifency-comp-table-layout-style-2 td,
.sifency-comp-table-layout-style-2 th {
    border: none;
    border-bottom: 1px solid #eee;
    background: #fff
}

.sifency-comp-table-layout-style-4 {
    background: #111;
    color: #fff
}

.sifency-comp-table-layout-style-4 .sifency-ct-row-title {
    background: #1a1a1a;
    color: #fff
}

.sifency-comp-table-layout-style-4 td {
    border-color: #333
}