.fixed-column-table {
    width: 100%;
    border: 1px solid var(--black);
    border-collapse: collapse;
    text-align: center;
}

.fixed-column-table.text-left {
    text-align: left;
}

.fixed-column-table tr {
    border-bottom: 1px solid var(--black);
}



.table_layout td,
.table_layout th {
    padding: 13px 5px;
    border-right: 1px solid var(--black);
}

.table_layout td img {
    height: 18px;
}

.table_layout .vertical-top td {
    vertical-align: top;
}

.table_layout .vertical-center td {
    vertical-align: middle;
}

.table_layout td {
    padding: 22px 5px;
}

/* .table_layout td:last-child,
th:last-child {
    border: none;
} */

.content-list {
    padding-left: 45px;
    margin-top: 6px;
    margin-bottom: 30px;
}

.content-list .list-item {
    padding-left: 10px;
}

.bordered-left {
    border-left: 5px solid transparent;
}

.bordered-dark-red {
    border-color: var(--dark-red);
}

.list-link {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.inner-content-list {
    padding-left: 38px;
}

.inner-content-list li {
    margin: 10px 0;
}

.content-block__description {
    overflow-wrap: anywhere;
}

.content-block__description:not(:last-child) {
    padding-bottom: var(--spacing-07);
}

/* .content-block__description .list-block {
    padding-left: 40px;
    margin: 0;
} */
/* .content-block__description .table-block .list-block {
    padding-left: 5px;
} */




.content-block__description .list-block li {
    /* padding-left: 12px; */
    text-align: left;
}

.content-block__description .list-block li::before {
    background: var(--primary-red);
    left: -12px;
}

.content-figure {
    box-shadow: 0px 0px 32.731px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 32px;
}

.content-figure__figcaption {
    background: var(--orange);
    padding: 30px;
    border-radius: 10px 10px 0 0;
    text-align: center;
}



.figure__eyebrow {
    padding: 0;
}

.figure__title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.inside_content .table-block {
    padding: 10px 0;
}

.inside_content .table-block .container--short {
    padding: 0;
}


.table_heading {
    background: var(--couchbase-system-light);
}

.tBody.eol-row {
    background: #F3F3F3;
}

.tab-container {
    overflow-x: auto;
    margin: 34px 0 64px;
    border-bottom: 4px solid transparent;
    position: relative;
}

.tab-container:after {
    position: absolute;
    content: '';
    height: 4px;
    background: rgba(0, 0, 0, 0.15);
    bottom: 0;
    left: 0;
    right: 0;
}

.tab-container ul {
    display: flex;
    overflow-x: auto;
    position: relative;
    justify-content: normal;
}

.table-tabs .tab-btn {
    padding: 15px 25px 21px;
    display: flex;
    position: relative;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--black);
    text-transform: uppercase;
    text-align: center;
    margin-right: 33px;
}


.table-tabs li:last-child .tab-btn {
    margin: 0;
}

.table-tabs .tab-btn:hover:after,
.table-tabs .tab-btn.active:after {
    content: '';
    position: absolute;
    height: 6px;
    width: 100%;
    background: var(--primary-red);
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 3px;
}

.hidden {
    display: none;
}

.table-sub-title {
    margin-bottom: 30px;
}

.table_layout .cta-wrapper {
    margin-top: 32px;
    align-items: center;
}

.expand-btn {
    padding: 11px 40px 11px 19px;

}

.expand-btn:before {
    position: absolute;
    content: '';
    background: url(../../images/decorative-items/down-white-arrow.svg) no-repeat center center/contain;
    width: 18px;
    height: 11px;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.expand-btn.collapsed::before {
    background: url(../../images/decorative-items/up-white-arrow.svg) no-repeat center center/contain;
}

.table-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.fixed-column-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    overflow-wrap: break-word;
}


.fixed-column-table thead th:first-child,
.fixed-column-table tbody td:not(.has-rowspan + tr td):first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    text-align: left;
}



.dot-controls {
    display: none;
    text-align: center;
    margin-top: 10px;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.dot.active {
    background-color: #717171;
}

.content-title {
    margin-bottom: 34px;
}

.table_layout:not(:last-child) {
    padding-bottom: 65px;
}

.table_layout .cta-wrapper a {
    margin: 0;
}

/* .content-block__description .list-block .list-block {
    margin-left: -15px;
} */

.content-block__description .list-block .list-block li::before {
    background: var(--black);
    width: 4px;
    height: 4px;
}

.content-block__modify-date {
    margin-bottom: 35px;
}

.table-pointer {
    font-size: 36px;
    line-height: 21px;
    font-weight: 800;
    margin-bottom: 16px;
}

.table-wrapper table p {
    padding-bottom: 0;
}

.content-block__description .container,
.content-block__description .tab-components {
    padding: 0;
}

/* Mobile Styles */
@media (max-width: 768px) {

    .fixed-column-table thead th:not(:first-child),
    .fixed-column-table tbody td:not(:first-child) {
        display: none;
    }

    .dot-controls {
        display: block;
        position: absolute;
        bottom: 5px;
        left: 50%;
        right: 0;
        margin: auto;
    }
}

@media all and (min-width: 768px) {
    .tab-container ul {
        justify-content: center;
    }

    .table-tabs .tab-btn {
        padding: 17px 10px 15px;
        font-size: 18px;
        margin: 0 20px 0 0;
        line-height: normal;
    }

    .content-figure__figcaption {
        padding: 20px 30px;
        text-align: left;
    }

    .scroll-table .fixed-column-table thead th:first-child,
    .scroll-table .fixed-column-table tbody td:not(.has-rowspan + tr td):first-child {
        position: static;
    }

}

@media all and (min-width: 820px){

    .scroll-table.container--short table {
        width: 1208px;
    }

    .scroll-table .fixed-column-table td,
    .fixed-column-table th {
        width: calc(100% / 7);
    }

    .scroll-table .fixed-column-table td:nth-child(2) {
        width: 30%;
    }

    .table-wrapper {
        overflow: auto;
        box-sizing: border-box;
        border-bottom: 1px;
    }
}