.markets-block-wrapper{
    background-color: #F4F9FF;
    border-radius: 16px;
    padding: 96px 112px;
}

.markets_title {
    margin-bottom: 16px;
    text-align: center;
}

.markets_text {
    max-width: 564px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.table-container {
    background-color: #FFFFFF;
    overflow-x: auto;
    overflow-y: scroll;
    margin: 48px 0 0 0;
    max-height: 448px;
    padding: 8px;
    border-radius: 8px;
}

table {
    width: 100%;
}

thead tr {
    background: #FAFAFA;
}

thead tr td {
    font-family: 'Manrope', sans-serif;
    color: var(--Text-secondary)!important;
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
    padding: 16px 16px;
}

td {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    padding: 16px;
}

td:nth-child(1) {
    font-family: 'Manrope', sans-serif;
    width: 18.55%;
    font-size: 12px;
    color: var(--black);
    font-weight: 700;
}
td:nth-child(2) {
    /*width: 45.38%;*/
    width: calc(65.64% - 201px);
}
td:nth-child(3) {
    width: 15.73%;
}
td:nth-child(4) {
    /*width: 20.26%;*/
    width: 148px;
    text-wrap-mode: nowrap;
}

.btn.buy,
.btn.sell {
    display: inline-flex;
    min-width: 54px;
    min-height: 30px;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    border-radius: 50px;
    padding: 9px 16px;
    transition: var(--transition);
}

.btn.buy {
    color: #2B9A52;
    background: #EBF8EF;
    margin-right: 8px;
}

.ar .btn.buy {
    margin-right: inherit;
    margin-left: 8px;
}

.btn.buy:hover {
    text-decoration: none;
    background: #57C27D;
    color: var(--white);
}

.btn.buy:active {
    text-decoration: none;
    background: #57C27D;
    color: var(--white);
    outline: 4px solid rgba(87, 194, 125, 0.32);
}

.btn.sell {
    color: #C12525;
    background: #F9E9E9;
}

.btn.sell:hover {
    text-decoration: none;
    background: #CC4C4C;
    color: var(--white);
}

.btn.sell:active {
    text-decoration: none;
    background: #CC4C4C;
    color: var(--white);
    outline: 4px solid rgba(204, 76, 76, 0.32);
}

.disclaimer {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.25px;
    margin-top: 32px;
    text-align: center;
}

.btn-load {
    margin: 32px auto 0 auto;
}

.hidden {
    display: none;
}

@media (max-width: 1440px) {
    td:nth-child(1) {
        width: inherit;
        min-width: 184px;
    }
    td:nth-child(2) {
        width: inherit;
        min-width: 451px;
    }
    td:nth-child(3) {
        width: inherit;
        min-width: 156px;
    }
    td:nth-child(4) {
        width: inherit;
        min-width: 150px;
    }
}

@media (max-width: 1199px) {
    .markets_title {
        font-size: 36px;
    }
    .markets-block-wrapper{
        padding: 64px 20px 20px 20px;
    }
    .table-container{
        margin: 40px 0 0 0;
    }
}

@media (max-width: 640px) {
    .markets_title {
        font-size: 30px;
    }
    .markets-block-wrapper{
        padding: 48px 16px 16px 16px;
    }
    .table-container{
        margin: 32px 0 0 0;
    }
}
