.page__table-elogist.elogist-table {
    margin: 0px 0;
    margin-bottom: 100px;
}

#elogistic-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    position: relative;
}

table#elogistic-table:after {
    height: 120px;
    background: #fff;
    width: 100%;
    bottom: 0;
    display: block;
    z-index: 9999999;
    position: absolute;
    content: " ";
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 35%, rgba(2, 0, 36, 0) 100%);
}

#elogistic-table th, #elogistic-table td {
/*    border: 1px solid #e1e1e1;*/
    padding: 8px;
    text-align: left;
}

#elogistic-table th {
    background-color: #000000;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 10px;
}

#elogistic-table tbody tr {
    background-color: #242424;
    color: #ffffff;
    opacity: 0;
    transform: translateX(-100%);
}

#elogistic-table tbody tr.show {
    opacity: 1;
    transform: translateX(0);
    transition: transform 0.5s ease, opacity 0.5s ease;
}

#elogistic-table tbody tr.show:nth-child(1) {
    transition-delay: 0.1s;
}

#elogistic-table tbody tr.show:nth-child(2) {
    transition-delay: 0.2s;
}

#elogistic-table tbody tr.show:nth-child(3) {
    transition-delay: 0.3s;
}

#elogistic-table tbody tr.show:nth-child(4) {
    transition-delay: 0.4s;
}

#elogistic-table tbody tr.show:nth-child(5) {
    transition-delay: 0.5s;
}

table#elogistic-table tr:hover {
    background-color: #333333;
}

table#elogistic-table tr td {
    background-color: #ffffff;
    color: #000;
}

table#elogistic-table tbody tr:nth-child(even) td {
    background-color: #f7f7f7;
}

.price-up {
    color: #E90514;
}

.price-down {
    color: #0B2442;
}

.load-more {
    font-size: 14px;
    border: none;
    cursor: pointer;
    margin: 20px auto;
    text-align: center;
    width: auto;
    display: block;
    color: #fff;
    background: #000000;
    padding: 5px 10px;
    border-radius: 4px;
    letter-spacing: 3px;
    /* text-transform: uppercase; */
    font-weight: 400;
    /* margin-top: 20px; */
    background: #000000;
    color: #fff;
    box-shadow: 0 0.5em 0.8em -0.5em rgb(0 0 0);
    background-color: #404040;
    border-color: #ffffff29;
    border-radius: 4px;
    overflow: hidden;
    border-width: 0px;
    border-style: solid;
    box-shadow: 0px 12px 24px 8px rgba(0, 0, 0, 0.08), 0px 8px 16px 4px rgba(0, 0, 0, 0.08), 0px 4px 8px 2px rgba(0, 0, 0, 0.08), 0px 2px 6px 0px rgba(0, 0, 0, 0.08), 0px -0.5px 0.5px 0px rgba(0, 0, 0, 0.12) inset, 0px 0.5px 0.5px 0px rgba(255, 255, 255, 0.12) inset;
    right: 2px;
}

.load-more:hover {
    background-color: #0B2442;
}

.elogist-table__container {
    margin: 0 auto;
    padding: 20px;
}

.elogist-table__body {
    margin-top: 20px;
}

.elogist-table__title {
    color: #0B2442;
}

.text-center {
    text-align: center;
}


table tr td {
    width: initial !important;
    font-weight: 400;
}