.src-order-history-page,
.src-order-history {
    color: #ffffff;
    font-family: "Poppins", Arial, sans-serif;
}

.src-order-history {
    width: 100%;
    min-height: 0;
    box-sizing: border-box;
    background: #000000;
    padding: 8px;
}

.src-order-history-heading {
    margin: 0 0 10px;
}

.src-order-history-heading h1 {
    margin: 0;
    color: #111111;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
}

.src-order-history-toolbar {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 8px;
}

.src-order-history-select {
    width: auto;
    min-width: 92px;
    height: 30px;
    border: 1px solid #2f2f2f;
    border-radius: 3px;
    background: #111111;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.2;
    padding: 3px 24px 3px 8px;
}

.src-order-history-add-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    border: 1px solid #2f2f2f;
    border-radius: 3px;
    background: #1b1b1b;
    color: #7dd3fc;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    padding: 5px 10px;
    text-decoration: none;
}

.src-order-history-add-button:hover,
.src-order-history-add-button:focus {
    background: #2b2b2b;
    color: #ffffff;
    text-decoration: none;
}

.src-order-history-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #2f2f2f;
    background: #111111;
}

.src-order-history-table {
    width: 100%;
    min-width: 980px;
    margin: 0;
    border-collapse: collapse;
    background: #111111;
    color: #ffffff;
    font-size: 11px;
    line-height: 1.2;
    table-layout: auto;
}

.src-order-history-table th {
    background: #1b1b1b;
    color: #7dd3fc;
    border-bottom: 1px solid #2f2f2f;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    padding: 5px 8px;
}

.src-order-history-table td {
    background: #111111;
    color: #ffffff;
    border-bottom: 1px solid #2f2f2f;
    vertical-align: middle;
    white-space: nowrap;
    padding: 4px 8px;
}

.src-order-history-table tbody tr:hover td {
    background: #2b2b2b;
}

.src-order-history-table tbody tr:last-child td {
    border-bottom: 0;
}

.src-order-history-table th:first-child,
.src-order-history-table td:first-child {
    width: 145px;
}

.src-order-history-table th:nth-child(2),
.src-order-history-table td:nth-child(2) {
    width: 160px;
}

.src-order-history-table th:nth-child(4),
.src-order-history-table td:nth-child(4) {
    width: 210px;
}

.src-order-history-disclosure-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
    white-space: nowrap;
}

.src-order-history-disclosures {
    display: inline-block;
    white-space: nowrap;
}

.src-order-history-lei-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
    white-space: nowrap;
}

.src-order-history-lei {
    display: inline-block;
    white-space: nowrap;
}

.src-order-history-row-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    opacity: 0.72;
}

.src-order-history-table tbody tr:hover .src-order-history-row-actions {
    opacity: 1;
}

.src-order-history-row-link {
    color: #7dd3fc;
    font-size: 11px;
    text-decoration: none;
}

.src-order-history-row-link:hover,
.src-order-history-row-link:focus {
    color: #ffffff;
    text-decoration: underline;
}

.src-order-history-row-link-danger {
    color: #fca5a5;
}

.src-order-history-empty {
    color: #bdbdbd;
}

.src-order-history-form {
    max-width: 860px;
}

.src-order-history-form-row {
    margin: 0 0 12px;
}

.src-order-history-form label {
    display: block;
    margin: 0 0 4px;
    color: #111111;
    font-size: 13px;
    font-weight: 600;
}

@media (max-width: 640px) {
    .src-order-history-toolbar {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .src-order-history-select,
    .src-order-history-add-button {
        flex: 0 0 auto;
    }
}
