.ist-root .ist-search-container {
    text-align: right;
}

html[dir="rtl"] .ist-root .ist-search-container {
    text-align: left;
}

.ist-root .ist-search-container .ist-search {
    margin: 0 !important;
    max-width: 262px;
    width: 100%;
    height: 48px !important;
    padding: 12px !important;
    font-size: 18px !important;
    font-family: 'Inter', arial, sans-serif !important;
    font-weight: 400 !important;
    color: #828282 !important;
    line-height: 24px !important;
    background: #FFF !important;
    border: 1px solid #828282 !important;
    border-radius: 4px !important;
    outline: none !important;
}

.ist-root .ist-table-container {
    margin: 76px 0 50px 0;
}

.ist-root .ist-table-container .ist-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.ist-root .ist-table-container .ist-table th,
.ist-root .ist-table-container .ist-table td {
    text-align: center;
    padding: 16px 14px;
    border: none;
    border-bottom: 1px solid #D4DEE7;
}

.ist-root .ist-table-container .ist-table tbody tr:hover {
    background: #F4F7FB;
}

.ist-root .ist-table-container .ist-table tbody tr:last-child td {
    border-bottom: none;
}

.ist-root .ist-table-container .ist-table thead tr th {
    font-size: 16px !important;
    font-family: 'Inter', arial, sans-serif !important;
    font-weight: 500 !important;
    color: #222 !important;
    line-height: 26px !important;
}

.ist-root .ist-table-container .ist-table thead tr th:first-child,
.ist-root .ist-table-container .ist-table tbody tr td:first-child {
    text-align: left;
}

.ist-root .ist-table-container .ist-table tbody tr td {
    font-size: 16px !important;
    font-family: 'Inter', arial, sans-serif !important;
    font-weight: 400 !important;
    color: #2F2C2B !important;
    line-height: 24px !important;
}

.ist-root .ist-table-container .ist-table tbody tr td.ist-symbol span {
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
}

.ist-root .ist-table-container .ist-table tbody tr td.ist-symbol a {
    color: #2F2C2B !important;
    cursor: pointer;
}

.ist-root .ist-table-container .ist-table tbody tr td.ist-symbol .ist-fullname {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
}

.ist-root .ist-table-container .ist-table tbody tr td.ist-symbol .ist-fullname a {
    color: #767676 !important;
}

.ist-root .ist-table-container .ist-table .ist-buy.positive,
.ist-root .ist-table-container .ist-table .ist-sell.positive {
    color: #00C337 !important;
}

.ist-root .ist-table-container .ist-table .ist-buy.negative,
.ist-root .ist-table-container .ist-table .ist-sell.negative {
    color: #F0474E !important;
}

.ist-root .ist-toggle-container {
    text-align: center;
}

.ist-root .ist-toggle-container .ist-toggle {
    position: relative;
    font-size: 18px;
    font-family: 'Inter', arial, sans-serif;
    font-weight: 600;
    color: #0A4FFF;
    line-height: 24px;
    cursor: pointer;
}

.ist-root .ist-toggle-container .ist-toggle::after {
    content: '';
    position: absolute;
    top: 0;
    right: -34px;
    width: 24px;
    height: 24px;
    background: url('./assets/chevron-down.svg') no-repeat center;
    background-size: contain;
}

.ist-root .ist-toggle-container .ist-toggle.expanded::after {
    top: -2px;
    transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
    .ist-root .ist-search-container {
        text-align: center;
    }

    .ist-root .ist-table-container {
        margin: 70px 0;
    }

    .ist-root .ist-table-container .ist-table colgroup col {
        width: 25% !important;
    }

    .ist-root .ist-table-container .ist-table tbody tr td.ist-symbol .ist-fullname {
        display: none;
    }
}