.dashboard-order-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--true-gray-100, #E5E5E5);
    align-self: center;
    width: 60%;
    background-color: #FFFFFF;
    border-radius: 8px;
}

.history-order__table {
    border: 1px solid var(--true-gray-100, #F5F5F5);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.__order-number {
    min-width: 164px;
}

.__order-product {
    min-width: 156px;
}

.__order-data {
    min-width: 100px;
}

.__order-status {
    min-width: 150px;
}

.__order-total {
    min-width: 100px;
}

.history-order__table-item {
    border-bottom: 1px solid rgb(231, 231, 236);
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-around;
}

.history-order__table-item:hover {
    opacity: 0.7;
    cursor: pointer;
}

.history-order__table-item__row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.history-order__table-item__td-total {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.history-order__table-item__td__sum {
    color: var(--grey-darken, #A3A3A3);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.28px;
    padding-top: 8px;
}

.history-order__table-item__td {
    padding: 16px 24px;
}

.history-order__table-item__td {
    color: #525252;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.28px;
}

.history-order__table-item__td-row-prod {
    display: flex;
    flex-direction: row;
    gap: 11.97px;
}

.history-order__status {
    padding: 14px 14px;
}

.history-order {
    display: inline-block;
    border-radius: 8px;
    padding: 5px 12px;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.status-order--loaded {
    background-color: #f3f4f6;
    color: #6b7280;
}

.status-order--successfull {
    background-color: #d1fae5;
    color: #059669;
}

.status-order--failed {
    background-color: #fee2e2;
    color: #dc2626;
}

.status-order--pending {
    background-color: #fef3c7;
    color: #d97706;
}

.history-order__pagination {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 30px 60px 15px 30px;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 12px;
}

.history-order__table-item__td-products {
    color: var(--grey-darken, #A3A3A3);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.28px;
}