.trading {
    margin-top: 100px;
    position: relative;
    z-index: 2;
}

.trading__title {
    font-weight: 500;
    font-size: 50px;
    line-height: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.trading__description {
    text-align: center;
    margin: 0 auto 30px auto;
    font-weight: 400;
    font-size: 17px;
    line-height: 128%;
    color: #9196a0;
}

.trading__container {
    max-width: 1264px;
    padding: 0 24px;
    margin: 0 auto;
}

.trading__item-name {
    width: 298px;
}

.trading__item-price {
    width: 213px;
}

.trading__item-change {
    width: 182px;
}

.trading__item-chart {
    width: 130px;
}

.trading__item-trade {
    width: 200px;
    margin-left: auto;
    text-align: right;
}

.trading__items {
    margin-top: 5px
}

.trading__box {
    overflow: hidden;
}

.trading__wrapper {
    overflow: auto;
    position: relative;
    z-index: 2;
    padding: 0 30px;
}

.trading__wrapper::-webkit-scrollbar-track
{
    border-radius: 8px;
    background-color: transparent;
}

.trading__wrapper::-webkit-scrollbar
{
    width: 10px;
    height: 5px;
    background-color: transparent;
}

.trading__wrapper::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    background-color: #18293F;
}

.trading__items {
    min-width: 900px;
}

.trading__item {
    padding: 13px 40px 13px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    border-radius: 8px;
}

.trading__item:hover {
    background: #16182D;
}

.trading__item-link:hover span {
    color: #FFFFFF;
}

.trading__item:hover .trading__item-name,
.trading__item:hover .trading__item-price {
    color: #FFFFFF;
}

.trading__item-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    transition: color .3s ease-in-out;
    color: #FFFFFF;
}

.trading__item-name span {
    margin-left: 19px;
    text-transform: uppercase;
    color: #757880;
}

.trading__item-price {
    transition: color .3s ease-in-out;
    color: #FFFFFF;
}

.trading__item-change.plus {
    color: #49A485;
}

.trading__item-change.minus {
    color: #DB5748;
}

.trading__item-link {
    font-weight: 700;
    font-size: 15px;
    line-height: 27px;
    padding: 5px 27px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 8px;
    border: 1px solid #3E4D73;
    user-select: none;
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
    -o-transition: background .3s ease-in-out, color .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
}

.trading__item-link:hover {
    background: #23334C;
    border: 1px solid #23334C;
}

.trading__item-link span {
    color: #969696;
    transition: color .3s ease-in-out;
}

.trading__item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 24px;
}

@media (max-width: 1000px) {
    .trading__item {
        padding: 13px 30px;
    }
}

@media (max-width: 980px) {
    .trading__img img {
        margin: 4px 0 0 145px;
    }
}

@media (max-width: 870px) {
    .trading__img img {
        margin: 4px 0 0 185px;
    }
}

@media (max-width: 850px) {
    .trading__description {
        margin-bottom: 30px;
    }

    .trading__wrapper {
        padding: 0;
    }
}

@media (max-width: 500px) {
    .trading__container {
        padding: 0 18px;
    }

    .trading__item {
        padding: 13px 15px 13px 8px;
    }

    .trading__items {
        min-width: auto;
        max-width: 380px;
        margin: 0 auto;
    }

    .trading__item-trade,
    .trading__item-chart,
    .trading__item-change {
        display: none;
    }

    .trading__item-name {
        width: 50%;
        white-space: nowrap;
    }

    .trading__item-price {
        text-align: right;
        width: 50%;
    }

    .trading__img img {
        width: 1000px;
        height: fit-content;
        margin: 4px 0 0 -200px;
    }
}
/*
     FILE ARCHIVED ON 15:19:54 Apr 21, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 23:06:19 May 18, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.053
  exclusion.robots: 0.111
  exclusion.robots.policy: 0.098
  esindex: 0.012
  cdx.remote: 9.363
  LoadShardBlock: 179.09 (3)
  PetaboxLoader3.datanode: 94.051 (4)
  PetaboxLoader3.resolve: 113.035 (3)
  load_resource: 71.822
*/