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

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

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

#elogistic-table th {
    background-color: #ededed;
    color: #3F8AF6;
}

#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 {
    background-color: #3F8AF6;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin: 20px auto;
    display: block;
    text-align: center;
    border-radius: 8px;
}

.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;
}
