.slider-container {
    width: 100%;
    margin: -60px;
}

.slider {
    width: 100%;
    max-width: 1248px;
}

.order-table {
    width: 100%;
    margin-top: -60px;
    max-width: 1248px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    border: 1px solid #EEEEEE;
}
@media screen and (max-width: 1024px) {
    .order-table {
        max-width: 100%;
        margin-top: -30px;
        overflow-x: auto;
        overflow-y: unset;
    }
}
.order-table-head {
    width: 100%;
    background: #F7F8FA;
    display: inline-flex;
    align-items: center;
    padding: 0 40px;
    border-radius: 12px 12px 0 0;
    margin-bottom: 4px;
}
.order-table-head-item {
    padding: 18px 0;
    color: #656565;
}
.order-table-head-item:nth-child(1) {
    min-width: 200px;
}
.order-table-head-item:nth-child(2) {
    min-width: 150px;
}
.order-table-head-item:nth-child(3) {
    min-width: 80px;
}
.order-table-head-item:nth-child(4) {
    min-width: 100px;
}
.order-table-head-item:nth-child(5) {
    min-width: 200px;
}
.order-table-head-item:nth-child(6) {
    min-width: 120px;
}
.order-table-head-item:nth-child(7) {
    min-width: 180px;
}
.order-table-head-item:nth-child(8) {
    min-width: 150px;
}
.order-table-body-box {
    padding: 0 4px;
    height: 52px;
    margin-bottom: 4px;
}
.order-table-body-box:hover {
    border: 2px solid #FFEEF0;
    border-radius: 12px;
}
.order-table-body-box:last-child .order-table-body-box-row {
    border-bottom: none;
}
.order-table-body-box-row {
    padding: 0 36px;
    border-bottom: 2px solid #F2F2F2;
    display: flex;
    align-items: center;
}
.order-table-body-box-row-item {
    padding: 14px 0;
    font-size: 16px;
    line-height: 24px;
    font-family: "Poppins-Regular", sans-serif;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.order-table-body-box-row-item:nth-child(1) {
    max-width: 200px;
    min-width: 200px;
}
.order-table-body-box-row-item:nth-child(2) {
    max-width: 150px;
    min-width: 150px;
}
.order-table-body-box-row-item:nth-child(3) {
    max-width: 80px;
    min-width: 80px;
}
.order-table-body-box-row-item:nth-child(4) {
    max-width: 100px;
    min-width: 100px;
}
.order-table-body-box-row-item:nth-child(5) {
    max-width: 200px;
    min-width: 200px;
}
.order-table-body-box-row-item:nth-child(6) {
    max-width: 120px;
    min-width: 120px;
}
.order-table-body-box-row-item:nth-child(7) {
    max-width: 180px;
    min-width: 180px;
}

.order-table-body-box-row-item:nth-child(8) {
    max-width: 150px;
    min-width: 150px;
}

.order-table-points-column {
    width: min-content;
}
