.w1px {width: 1px !important;}
.nobr {white-space: nowrap !important;}

.p0 {padding: 0 !important;}
.pr5 {padding-right: 5px !important;}

.mh500 {
    max-height: 500px;
    overflow: auto;
}

.text-ccc {color: #ccc;}
.text-ddd {color: #ddd;}
.text-eee {color: #eee;}
.text-fff {color: #fff;}

.queue-table-error-column {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100px;
    overflow: hidden;
}

#full-screen-loader {position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,.5); z-index: 9999; text-align: center; color: #ddd;}
#full-screen-loader i {position: absolute; top: 50%; margin-top: -60px;}

.table-sm th:first-child,
.table-sm td:first-child {
    padding-left: 10px !important;
}

.flex-parent {
    display: flex;
}
.flex-right {
    overflow-x: auto;
}

.lh-1 {line-height: 1;}
.lh-1_2 {line-height: 1.2;}

.bg-wb {
    background-color: #000083 !important;
    color: #fff;
}

.bg-shopee {
    background-color: #EE4D2D !important;
    color: #fff;
}

.bg-ozon {
    background-color: #005bff !important;
    color: #fff;
}
.fs-10 {font-size: 10px;}
.border-r-3 {border-right-width: 3px !important;}