
/* ORDERS */
    .dash-form .ne-form.order-item {
        margin: 0;
        display: block;
        height: -webkit-fill-available;
    }

.order-item input[type=radio] + .ne-ui {
    width: 100%;
    border: 0;
    margin: 0;
    height: -webkit-fill-available;
    display: block;
    margin: 0;
    border: 0;
}
#order_item_lookup {
    display: none;
    position: absolute;
    top: 2px;
    width: 390px;
    background: #262626;
    height: calc(100vh - 165px);
}
#order_item_lookup.active {
    display: block;
}
#ne_orders li .avatar-wrap {
    top: 10px;
    left: 80px;
}
#ne_orders li .total {
    top: 25px;
    right: 260px;
    width: 130px;
    font-size: 20px;
    text-align: left;
}
#ne_orders li .label.format {
    top: 25px;
    right: 140px;
}


.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}