.bl-ord-scroll {
    overflow-y: scroll;
    height: -webkit-calc(100vh - 190px);
    height: -moz-calc(100vh - 190px);
    height: calc(100vh - 190px);
    top: 70px;
}

.bl-ord-scroll-left {
    overflow-y: scroll;
    height: -webkit-calc(100vh - 190px);
    height: -moz-calc(100vh - 190px);
    height: calc(100vh - 190px);
    top: 70px;
}

#ordersListing {
    min-height: calc(100vh - 120px) !important;
    margin-top: 120px !important;
    padding: 0 15px;
    position: relative;
    background-color: #f8f8f9;
}

.bl-ord-fixed-bar {
    position: fixed;
    left: 30px;
    top: 126px;
    width: 33vw;
    background-color:#161a23; 
    padding:8px;
    z-index: 10;
}

.bl-order-lst {
    padding: 15px !important;
    border-bottom: 1px solid #ebf1ff;
    height: 140px;
}

.bl-badge-danger {
    color: #fff !important;
    background-color: #ff8084;
}

.bl-badge-success {
    color: #fff !important;
    background-color: #13c9ca;
}