.section-markets_table {
    padding-top: 96px;
    padding-bottom: 0;
    overflow: inherit;
}

.search-block {
    position: sticky;
    /*top: 0;*/
    top: 73px;
    background-color: #fff;
    z-index: 1;
}

.search-wrap {
    position: relative;
    background: #F5F5F5;
    border-radius: 8px;
    padding: 8px;
}

.search-block input {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    outline: none;
    border: none;
    border-radius: 4px;
    background: #fff;
    padding: 16px 16px 16px 48px;
    box-sizing: border-box;
}

.ar .search-block input {
    padding: 16px 48px 16px 16px;
}

.search-block input::placeholder {
    color: #595959;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.search-icon {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.ar .search-icon {
    left: inherit;
    right: 24px;
}

.table-wrap {
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #F0F0F0;
    padding: 8px;
    margin-top: 48px;
}

.table-container {
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #8d8d8d transparent;
}

table {
    width: 100%;
    min-width: 900px;
    table-layout: fixed;
}

tr:not(:last-child) {
    border-bottom: 1px solid #F0F0F0;
}

th, td {
    color: #595959;
    font-size: 12px;
    line-height: 150%;
    padding: 14.5px 16px;
    text-align: left;
    /*text-wrap: nowrap;*/
}

.ar th, .ar td {
    text-align: right;
}

td:first-child:not(.section-header), thead tr td {
    font-family: 'Manrope', sans-serif;
    color: var(--black);
    font-weight: 700;
    padding-left: 24px;
}

th {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    background: #FAFAFA;
}

th:first-child {
    border-top-left-radius: 4px;
}

th:last-child {
    border-top-right-radius: 4px;
}

.section-header {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    background: #FAFAFA;
}

/* Column width */
.swap-fees {min-width: 972px;}
.swap-fees th:nth-child(1) {width: 192px;}
.swap-fees th:nth-child(2) {width: auto;}
.swap-fees th:nth-child(3),.swap-fees th:nth-child(4),.swap-fees th:nth-child(5) {width: 160px;}

.cfds-list {min-width: 1060px;}
.cfds-list th:nth-child(1) {width: 160px;}
.cfds-list th:nth-child(2) {width: auto;}
.cfds-list th:nth-child(3),.cfds-list th:nth-child(4),.cfds-list th:nth-child(5),.cfds-list th:nth-child(6),.cfds-list th:nth-child(7) {width: 120px;}

.cfds-expiries {min-width: 828px;}
.cfds-expiries th:nth-child(1) {width: 160px;}
.cfds-expiries th:nth-child(2) {width: auto;}
.cfds-expiries th:nth-child(3),.cfds-expiries th:nth-child(4) {width: 184px;}

.market-holidays {min-width: 1134px;}
.market-holidays th {width: 150px;}
.market-holidays th:nth-child(1),.market-holidays th:nth-child(2) {width: 120px;}

.gmt {
    color: var(--black);
    font-weight: 500!important;
    font-style: italic;
    text-align: left;
    border: none;
}

.gmt-row {
    position: relative;
}

.no-results {
    text-align: center;
    margin: 24px;
    font-size: 16px;
}

@media (max-width: 1199px) {
    .section-markets_table {
        padding-top: 88px;
    }

    .table-wrap {
        margin-top: 40px;
    }
    .search-block {
        top: 100px;
    }
}

@media (max-width: 640px) {
    .section-markets_table {
        padding-top: 64px;
    }

    .table-wrap {
        margin-top: 32px;
    }
}