/* ===== TABLE BASE ===== */
.performance-table {
    width: 100%;
    margin: 64px 0;
    border-collapse: collapse;
    background: #1D1D32;
    border-radius: 16px;
    overflow: hidden;
    outline: 1px solid #2D2D41;
}

.performance-table th,
.performance-table td {
    padding: 24px 20px;
    text-align: left;
    width: 520px !important;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
}

.performance-table thead {
    background: #1D1D32;
}

.performance-table th {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #FCFCFD;
    border-right: 1px solid #2D2D41;
}

.performance-table th:last-child {
    border-right: 1px solid transparent !important;
}

.performance-table td {
    border-right: 1px solid #2D2D41;
}

.performance-table td:last-child {
    border-right: 1px solid transparent;
}

.performance-table td:first-child {
    font-size: 24px;
    line-height: 150%;
    color: #FCFCFD;
}

.performance-table tbody tr {
    border-top: 2.33px solid #2D2D41;
}

.up {
    color: #2cff8a;
}

.down {
    color: #ff4d4f;
}

/*post table styles*/

.abra-information .performance-table.post tr th {
    border-bottom: 1px solid #656574 !important;
    border-right: 1px solid #656574 !important;
    background: #F6F7FC !important;
}

.abra-information .performance-table.post tr th:last-child {
    border-right: 1px solid transparent !important;
}

.abra-information .performance-table.post td {
    border-right: 1px solid #656574 !important;
    border-bottom: 1px solid #656574 !important;
}

.abra-information .performance-table.post td:last-child {
    border-right: 1px solid transparent !important;
}

.abra-information .performance-table.post tr:last-child td {
    border-bottom: 1px solid transparent !important;
}

/**/

#page .abra-information .performance-table.post b,
#page .abra-information .performance-table.post strong {
    font-weight: 600 !important;
}

/* #page .abra-information .performance-table.post th span,
#page .abra-information .performance-table.post td span {
    font-weight: 600 !important;
}

#page .abra-information .performance-table.post b span,
#page .abra-information .performance-table.post strong span {
    font-weight: 600 !important;
} */

/*post table styles end*/

@media (max-width: 1440px) {

    .performance-table th:first-child,
    .performance-table td:first-child {
        width: 520px;
    }

    .performance-table th,
    .performance-table td {
        width: 267px;
        font-size: 18px;
    }

    .performance-table td:first-child {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .performance-table {
        margin: 32px 0;
    }

    .performance-table th:first-child,
    .performance-table td:first-child {
        width: 180px;
    }

    .performance-table th {
        font-size: 18px;
    }

    .performance-table th,
    .performance-table td {
        width: 180px;
        font-size: 16px;
    }

    .performance-table td:first-child {
        font-size: 18px;
    }
}

.performance-table--mobile {
    display: none;
    margin: 32px 0;
}

@media (max-width: 550px) {
    .performance-table {
        display: none;
    }

    /*post table style mobile*/

    .performance-table.post {
        display: block !important;
        height: 100% !important;
    }

    .abra-information .performance-table.post tr th {
        border-bottom: 1px solid #656574 !important;
        border-right: 1px solid transparent !important;
    }

    .abra-information .performance-table.post td {
        border-right: 1px solid transparent !important;
        border-bottom: 1px solid #656574 !important;
    }

    /**/

    .performance-table--mobile {
        display: block;
        border-radius: 16px;
        overflow: hidden;
        border: 1px solid #2D2D41;
    }

    .mobile-block {
        background: #1D1D32;
    }

    .mobile-header-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #2D2D41;
        border-top: 1px solid #2D2D41;
    }

    .header-label {
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        max-width: 33.1%;
        width: 100%;
        padding: 20px;
    }

    .header-value {
        font-size: 15px;
        font-weight: 400;
        color: #FCFCFD;
        text-align: right;
        flex: 1;
        max-width: 70%;
        width: 100%;
        padding: 20px;
        border-left: 1px solid #2D2D41;
    }

    .mobile-periods-row {
        display: flex;
        justify-content: space-between;
        padding: 0;
    }

    .period-cell {
        flex: 1;
        text-align: center;
        padding: 12px 8px;
        color: #FCFCFD;
        border-left: 1px solid #2D2D41;
    }

    .period-cell:first-child {
        border-left: none;
    }

    .period-label {
        font-size: 12px;
        opacity: 0.6;
        margin-bottom: 4px;
    }

    .period-value {
        font-size: 14px;
        line-height: 1.4;
    }

    /* up/down styles */
    .up {
        color: #2cff8a;
    }

    .down {
        color: #ff4d4f;
    }

    /**/

    .datex:nth-child(-n+7) {
        display: none;
    }
}