html, html body {
    height:100%;
    background: #2c2c2c;
    color:white;
    font-family: 'Lato', sans-serif;
}
.alert.alert-sm {
    padding: 8px 10px;
}
div#content {
    padding: 20px 0;
}
table th {
    font-weight: 500;
}
.table-controls {
    align-items: center;
}
.table-controls .title {
    margin:0;
    flex: 5 1;
}
.table-controls form .btn {
    width: 100%;
}
.table-controls .btn, .table-controls form {
    flex: 1 1;
    margin-left: 5px;
}
.table-controls input {
    flex: 1 1;
    height: 32px;
}
td.checkcol {
    width: 40px;
    text-align: center;
}
.table-hover {
    cursor: pointer;
}
ul.channel-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.channel-icons li {
    display: inline-block;
}
ul.channel-icons li img {
    width: 28px;
}
td.gap {
    padding: 10px 15px;
}
table#variations_table th {
    font-weight: bold;
    color: #009ee9;
}
table#variations_table td.value_cell:nth-child(even) {
    background: #171a1c;
}
table#variations_table td.value_cell:not(:last-child) {
    padding-right: 30px;
}
table#variations_table th.total {
    color: #3ab766;
}
table#variations_table th.variation_title {
    color: #b35cdf;
}
.channel_breakdowns .breakdown:not(.active) {
    display: none;
}
table#variations_table td.value_cell[data-field="Selling Price"],
table#variations_table td.value_cell[data-field="Profit"]{
    font-weight:bold;
    color:red;
}
table#variations_table tr th:first-child {
    position: sticky;
    left: 0;
    background: #323940;
}
table.min-width td {
    min-width: 200px;
}
a.channel_link, a.variation_channel_link, a.var_rrp_channel_link {
    margin: 0px 4px;
    cursor: pointer;
    color: var(--bs-info);
}
a.toggle_listed {
    cursor: pointer;
}
table.channel_rrps tr th:first-child {
    position: sticky;
    left: 0;
    background: #323940;
    z-index: 1;
}
span.profit_estimate:not(:empty) {
    display: inline-block;
    margin: 5px 0px;
    color: #ffffff;
    background: #3487cf;
    border-radius: 5px;
    padding: 4px 8px;
    margin-bottom: 0;
    cursor: pointer;
}
span.profit_estimate:not(:empty):hover {
    background: #3ea2f9;
}
table .price-column {
    width: 150px;
}
.text-success-light {
    color: #1ed781;
}
.channel-variations-table input:placeholder-shown
{
    opacity: 0.4;
}
.channel-variations-table td.profit-cell:not(.loading) i.loading-spinner {
    display: none;
}
.channel-variations-table td.profit-cell.loading *:not(.loading-spinner) {
    display: none!important;
}
.variation-modified,
.sale-savings {
    font-size: .6rem;
    line-height: .7rem;
}
.section-header {
    display: flex;
    align-items: end;
    justify-content: end;
}
.section-header .section-info {
    flex: 1 1 75%;
}
i.loading-spinner::before {
    animation: spin 1s linear infinite;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
