.table-box {
    position: relative;
}

.tablesaw thead tr > th,
.tablesaw thead tr > th:nth-child(odd) {
    background: none;
}
.tablesaw1 thead tr > th,
.tablesaw1 thead tr > th:nth-child(odd) {
    background: none;
}

.tablesaw thead tr {
    background-size: auto;
    background-repeat: no-repeat;
}
.tablesaw1 thead tr {
    background-size: auto;
    background-repeat: no-repeat;
}

.fund-table {
    background: #0F1320;
    border-radius: 10px;
    overflow: hidden;
    table-layout: fixed;
}


tr.spoiler:hover {
    cursor: pointer;
}

tr.spoiler:not(:first-child) {
    border-top: 1px solid #1A2133;
}

tr.spoiler.active {
    border-bottom: 1px solid #1A2133;
}

.tablesaw-swipe .tablesaw-swipe-cellpersist, 
.tablesaw1-swipe .tablesaw1-swipe-cellpersist 
{
    border: 0;
}

.tablesaw,
.tablesaw1 {
    color: #fff;
}

.tablesaw thead tr th, 
.tablesaw1 thead tr th 
{
    min-height: 50px;
    height: 50px;
}

.tablesaw td:nth-child(odd),
.tablesaw th:nth-child(odd)
{
    background: #14192B;
    width: 100% !important;
}

.tablesaw1 td:nth-child(odd),
.tablesaw1 th:nth-child(odd)
{
    background: #14192B;
    width: 100% !important;
}

tr.spoiler-content > td {
    background: #0F1320 !important;
	width: 100% !important;
}

table tr {
    display: table-row-group;
}

.tablesaw td,
.tablesaw th {
    min-width: 300px;
    /* width: 100% !important; */
    /* background: #0a0d16; */
    padding: 5px;
    /* padding: 38px 0 38px 35px; */
    /* max-width: 315px; */
    /*max-width: 1240px !important;*/
}

.tablesaw .table-col {
    background: #0F1320;
}
.tablesaw1 .table-col {
    background: #0F1320;
}

.tablesaw thead .fund-table-col {
    min-height: 65px;
    max-height: 87px;
}
.tablesaw1 thead .fund-table-col {
    min-height: 65px;
    max-height: 87px;
}

.fund-table-col {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 65px;
    max-height: 65px;
    padding: 0 45px;
}
/*
.spoiler-content {
     display: none; 

}
*/

.fund-table-spoilercontent {
    display: none;
    padding-left: 70px;
    padding-right: 0;
    padding-top: 23px;
    padding-bottom: 33px;
    max-width: 100%;
    overflow: hidden;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #C1CED6;
}

.fund-table-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
}

.fund-table-colcnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
}

.fund-table-colprc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
}

.accent-cnt {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #09DCEA;
}

.none-value {
    font-size: 8px;
    line-height: 1;
}

.fund-table-title span:first-child {
    font-weight: 400;

}

.fund-table-title span:nth-child(2) {
    font-weight: 700;
}


.fund-table-colprc span:first-child {
    font-size: 24px;
    line-height: 28px;
}

.fund-table-colprc span:nth-child(2) {
    font-size: 16px;
    line-height: 18px;
    text-decoration: line-through;
}


.fund-table-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #fff;

    display: flex;
    align-items: center;
}

.fund-table-name .fund-table-nameicon {
    font-size: 8px;
    line-height: 1;
    margin-right: 10px;
}

.spoiler.active .fund-table-name {
    color: #09DCEA;
}

.spoiler.active .fund-table-name .fund-table-nameicon  {
    color: #09DCEA;
}

tbody tr td:first-child .fund-table-col {
    justify-content: flex-start;
}

.tablesaw {
    position: relative;
    z-index: 0;
}
.tablesaw1 {
    position: relative;
    z-index: 0;
}

.tablesaw thead {
    position: relative;
    overflow: hidden;
    display: table;
    z-index: 0;
    width: 100%;
}
.tablesaw1 thead {
    position: relative;
    overflow: hidden;
    display: table;
    z-index: 0;
    width: 100%;
}

.tablesaw tbody {
    display: block;
}
.tablesaw1 tbody {
    display: block;
}

.tablesaw thead::before {
    position: absolute;
    content: '';
    width: 465px;
    height: 484px;
    top: 0;
    background: #1788F1;
    left: 0;
    border-radius: 50%;
    transform: translate(-144px, -50%);
    background-blend-mode: hard-light;
    opacity: 0.15;
    filter: blur(125px);
    z-index: -1;
}
.tablesaw1 thead::before {
    position: absolute;
    content: '';
    /*width: 465px;*/
    height: 484px;
    top: 0;
    background: #1788F1;
    left: 0;
    border-radius: 50%;
    transform: translate(-144px, -50%);
    background-blend-mode: hard-light;
    opacity: 0.15;
    filter: blur(125px);
    z-index: -1;
}


.tablesaw thead::after {
    position: absolute;
    content: '';
    width: 465px;
    height: 484px;
    top: 0;
    background: linear-gradient(269.82deg, rgba(53, 105, 242, 0.75) -1.88%, rgba(68, 193, 186, 0.75) 34.91%, rgba(21, 167, 230, 0.75) 62.77%);
    background-blend-mode: hard-light;
    opacity: 0.15;
    filter: blur(125px);
    right: 0;
    border-radius: 50%;
    transform: translate(144px, -50%);
}
.tablesaw1 thead::after {
    position: absolute;
    content: '';
    /*width: 465px;*/
    height: 484px;
    top: 0;
    background: linear-gradient(269.82deg, rgba(53, 105, 242, 0.75) -1.88%, rgba(68, 193, 186, 0.75) 34.91%, rgba(21, 167, 230, 0.75) 62.77%);
    background-blend-mode: hard-light;
    opacity: 0.15;
    filter: blur(125px);
    right: 0;
    border-radius: 50%;
    transform: translate(144px, -50%);
}

.highlights-table  table thead tr {
    border-bottom: none;
}

.highlights-table  table tr {
    border-bottom: 1px solid #1A2133;
}

.highlights-table  table tbody tr:last-child {
    border-bottom: none;
}


.tablesaw-advance {
    display: none;
}



/* trading table */


.tablesaw.tradingtable-table {
    border-radius: 10px;
    overflow: hidden;
}
.tablesaw1.tradingtable-table {
    border-radius: 10px;
    overflow: hidden;
}

.tablesaw.tradingtable-table thead tr th:first-child {
    text-align: left;
}

.trading-table-title {
    text-align: center;
    padding: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
}

.tablesaw.tradingtable-table tbody tr td:first-child,
.tablesaw.tradingtable-table thead tr th:first-child {
    max-width: 500px;
    width: 100% !important;
    text-align: left;
}
.tablesaw1.tradingtable-table tbody tr td:first-child,
.tablesaw1.tradingtable-table thead tr th:first-child {
    max-width: 500px;
    width: 100px !important;
    text-align: left;
}

.trading-subtitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #09DCEA;
    background: linear-gradient(90deg, #1A2536 0%, #14192A 100%);
    padding: 10px 40px;
}

.tablesaw.tradingtable-table tbody tr.subitems td:first-child .trading-table-col  {
    padding: 16px 42px;
}

.trading-table-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.tablesaw.tradingtable-table tbody td {
    background: #14192B;
    text-align: center;
    border-bottom: 1px solid #1A2133;
    border-right: 1px solid #1A2133;
}
.tablesaw1.tradingtable-table tbody td {
    background: #14192B;
    text-align: center;
    border-bottom: 1px solid #1A2133;
    border-right: 1px solid #1A2133;
}

.tablesaw.tradingtable-table tbody td:last-child {
    border-right: 0;
}
.tablesaw1.tradingtable-table tbody td:last-child {
    border-right: 0;
}

.tablesaw.tradingtable-table tbody tr.titleitems td {
    border-right: 0;
}
.tablesaw1.tradingtable-table tbody tr.titleitems td {
    border-right: 0;
}

.tablesaw.tradingtable-table tbody tr.endedopt .trading-table-col {
    padding: 16px 42px;
}
.tablesaw1.tradingtable-table tbody tr.endedopt .trading-table-col {
    padding: 16px 42px;
}

.tablesaw.tradingtable-table tbody tr.endedopt .trading-endname {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #09DCEA;
}
.tablesaw1.tradingtable-table tbody tr.endedopt .trading-endname {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #09DCEA;
}

.tablesaw.tradingtable-table tbody tr.endedopt .trading-endtext span {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #09DCEA;
}
.tablesaw1.tradingtable-table tbody tr.endedopt .trading-endtext span {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #09DCEA;
}

.tablesaw.tablesaw-swipe.fund-table tbody tr.endtable .trading-endname {
	width: 1200px !important;
    color: #09DCEA;
}
.tablesaw1.tablesaw-swipe.fund-table tbody tr.endtable .trading-endname {
	/*width: 1200px !important;*/
    color: #09DCEA;
}



@media screen and (max-width: 1220px) {
    .tablesaw-advance {
        display: block;
        position: absolute;
        z-index: 1000;
        top: 50%;
        width: 100%;
        transform: translate(0, -50%);
    }

    .table-box {
        position: relative;
        padding: 0 30px;
    }

    .tablesaw-advance a.tablesaw-nav-btn:last-child {
        position: absolute;
        right: 32px;
    }

    .tablesaw-advance a.tablesaw-nav-btn:first-child {
        position: absolute;
        left: -26px;
    }

    /* .tablesaw-advance a.tablesaw-nav-btn {
        position: absolute;
        left: -13px;
    } */


    .tablesaw-advance a.tablesaw-nav-btn {
        width: 50px;
        height: 50px;
        background-position: center center;
        border-radius: 50%;
        background: linear-gradient(90deg, #0AD2CE 0%, #14C156 100%);
        margin-right: 0;
        position: relative;
        border: none;
        text-shadow: none;
        justify-content: center;
        box-shadow: none;
    }

    .tablesaw-advance .tablesaw-btn.btn-micro {
        font-size: 0;
        padding: 0;
    }

    .tablesaw-advance a.tablesaw-nav-btn.right:before {
        left: 50%;
        border-left: 10px solid #1A2133;
    }

    .tablesaw-advance a.tablesaw-nav-btn.left:before {
        left: 43%;
        border-right: 10px solid #1A2133;
    }

    .tablesaw-advance a.tablesaw-nav-btn.left:before, .tablesaw-advance a.tablesaw-nav-btn.right:before {
        top: 50%;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 685px) {
    .tablesaw td, .tablesaw th {
        width: 180px !important;
        min-width: 180px;
    }

    .tablesaw td:nth-child(odd), .tablesaw th:nth-child(odd) {
        /* width: 180px !important; */
        min-width: 180px;
    }

    .fund-table-col {
        padding: 0 15px;
    }

    .fund-table-spoilercontent {
        padding-left: 20px;
    }
}


@media screen and (max-width: 520px) {
    .table-box {
        position: relative;
        padding: 0;
    }

    .tablesaw-advance a.tablesaw-nav-btn {
        width: 25px;
        height: 25px;
    }

    .tablesaw-advance a.tablesaw-nav-btn.left:before, .tablesaw-advance a.tablesaw-nav-btn.right:before {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }

    .tablesaw-advance a.tablesaw-nav-btn.right:before {
        left: 50%;
        border-left: 7px solid #1A2133;
    }

    .tablesaw-advance a.tablesaw-nav-btn.left:before {
        left: 43%;
        border-right: 7px solid #1A2133;
    }

    .tablesaw-advance a.tablesaw-nav-btn:last-child {
        right: 0;
    }

    .tablesaw-advance a.tablesaw-nav-btn:first-child {
        position: absolute;
        left: 0;
    }
}