/* style for desktop */
table.table.table-border.runner-table.desktopOnly{
    display: inline-table !important;
}
table.table.table-border.runner-table.mobileOnly{
    display: none!important;
}
table.table.table-border.order-item-list.desktopOnly{
    display: inline-table !important;
}
table.table.table-border.order-item-list.mobileOnly{
    display: none!important;
}
.scanner-modal .close, .item-status-modal .close{
    font-size: 24px !important;
    padding: 0 10px 8px 0 !important;
}
.scanner-modal .modal-content{
    width: 70%;
    margin: auto;
}
.scanner-modal .modal-dialog {
    margin-top: 1%;
    top: 3% !important;
}
.remove-border-bottom{
    border-bottom: none;
    border-color: transparent; 
}
 .modal-dialog {
    top: 16%;
}

.order-item-list h5, .order-item-list h3, .media a {
        font-size: 16px;
    }
.no-record{
    border-bottom: none;
    text-align: center;
}
.scanner-modal .accept-qr {
    height: 260px;
    width: 450px;
    background: #fff;
}
.runnerAcceptOrder {
    position: absolute;
    top: 105px;
    right: 80px;
}
.scanner-modal .modal-header {
    border: navajowhite;
    padding: 22px 18px;
}
.scanner-modal .modal-content{
    width: 90%;
    margin: auto;
    box-shadow: none;
    border: none;
}
.runnerAcceptOrder i{
    font-size: 12px;
background: #fff;
color: #000;
padding: 4px 4px;
border-radius: 12px;
}
.toggleMobileTable{
    display: none !important;
}
.toggleDesktopTable{
    display: inline-table !important;
}
.shipment-desktop{
    display: block!important;
}

.shipment-mobile{
    display: none!important;
}
li.nav-item.notification {
    display: flex;
    align-items: center;
    gap: 10px;
}
.nav-item.notification .switch {
    margin-bottom: 0;
} 

.alreadyShipmentItems h4 {
    padding-left: 7px !important;
}

.shipment-desktop span{
    font-size: 18px!important;
    padding-top: 14px!important;
}
.shipment-desktop .text-warning button{
    display: none;
}

/* Style for mobile */
@media screen and (max-width: 767px) {
    #createShipmentOpenModel .modal-header{
        display: flex;
        flex-wrap: wrap;
    justify-content: start;
    }
    #createShipmentOpenModel .modal-header button{
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .shipment-mobile span{
        font-size: 12px!important;
        padding-top: 14px!important;
    }
    .create-Shipment-pop strong {
        width: 22%;
    }
    .create-Shipment-pop .text-warning button{
        display: none;
    }
    
    
    
    .create-Shipment-pop .text-info {
       float: none !important;
    }

    .alreadyShipmentItems .create-Shipment-pop {
        width: 100% !important;
        display: flex !important;
        align-items: baseline;
        gap: 12px;
    }
    /* #createShipmentOpenModel .modal-content{
        height: 400px;
    overflow: scroll;
    } */
    #createShipmentOpenModel .modal-dialog{
        top: 3% !important;
    }
    .top-modal-body{
        height: auto;
        overflow: scroll;
    }
    .bottom-modal-body{
        height: auto;
        overflow: scroll;
    }
    .order_detail_buttons{
        width: 100%;
        margin: auto -6px;
    }
    /* #createShipmentOpenModel .model-body.bottom-modal-body {
        height: 400px;
        overflow: scroll;
    } */
    #createShipmentOpenModel .modal-dialog {
        top: 10%;
        /* height: 75%;
        overflow: hidden; */

    }
    /* .modal-body.top-modal-body {
        height: 400px;
        overflow: scroll;
    } */
    #canvas{
        display: block;
        width: 100% !important;
        height: 100% !important;
    }
    table.table.table-border.order-item-list.mobileOnly td {
        width: 55%;
    }
    .scanner-modal .accept-qr {
        width: 360px;
    }
    .scanner-modal .modal-content {
        width: 100%;
        margin: auto;
    }
    .second-tr{
        display: grid;
    }
    .runnerScanQr{
        width: 100px;
    }
    .item-status-modal .modal-dialog {
        top: 10%;
    }
    .item-status-modal .close{
        font-size: 24px !important;
        padding: 0 10px 8px 0 !important;
    }
    
    .runnerAcceptOrder i{
        font-size: 10px;
    background: #fff;
    color: #000;
    padding: 4px 4px;
    border-radius: 12px;
    }
    nav.main-header.navbar.navbar-expand-md.navbar-white.navbar-light {
        padding: 1% 5%;
    }
    ul.navbar-nav.ml-auto {
        width: auto;
        display: flex;
    }
    .notification .switch {
        margin-bottom: -4px !important;
    }
    .logoutBtn {
        position: absolute;
        right: 14px;
        top: 3px;
    }
    .notification {
        position: absolute;
        top: 10px;
        right: 85px;
    }
    
    #lineBreak {
        border: transparent;
        height: 30px;
    }
.mobileOnly .leftText{
    text-align: left !important;
}
.selling-price.leftText {
    width: 100%;
}
.mobileOnly .rightText{
    text-align: right !important;
}

.action-data{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    height:30px;
}
.runner-table.mobileOnly th {
    width: 50%;
    border-top: 0;
}
.runner-table.mobileOnly td {
    border-top: 0;
}

.order-item-list.mobileOnly td{
    border: none !important;
}
.order-item-list.mobileOnly tr{
    border-bottom: 1px solid rgb(222, 226, 230);
}




    table.table.table-border.runner-table.desktopOnly{
        display: none!important;
    }
    table.table.table-border.runner-table.mobileOnly{
        display: block!important;
    }
    table.table.table-border.order-item-list.desktopOnly{
        display: none!important;
    }
    table.table.table-border.order-item-list.mobileOnly{
        display: block!important;
    }

    .toggleMobileTable{
        display: inline-table !important;
    }
    .toggleDesktopTable{
        display: none !important;
    }

    .shipment-desktop{
        display: none!important;
    }
    
    .shipment-mobile{
        display: inline-table!important;
    }



    .borderless{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    *{
        font-size: 12px;
    }
    .first-tr{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    /* .order-item-list{
        display: block;
        overflow: scroll;
    } */
    /* .runner-table{
        display: block;
        overflow: scroll;
    } */
    /* .lsp-log .table-border{
        display: block;
        overflow: scroll;
    } */
    /* .order-item-list::-webkit-scrollbar {
        width: 0px;
        height: 2px;
        display: block;
    } */
    /* .order-item-list::-webkit-scrollbar-track {
      background: #f1f1f1;
    }  */
    /* .order-item-list::-webkit-scrollbar-thumb {
      background: #888;
    } */
    /* .order-item-list::-webkit-scrollbar-thumb:hover {
      background: #555;
    } */
    /* .store-td{
        display: block;
        width: 190px;
    } */
    /* .runner-table thead{
        display: flex;
        align-items: baseline;
        width: max-content;
    } */
    /* .runner-table tr{
        display: inline-flex;
    } */
    /* .runner-table tr td {
        display: flex;
        justify-content: center;
        width: 150px;
        text-align: center;
    } */
    /* .runner-table tr th {
        width: 150px;
        display: flex;
        justify-content: center;
    } */
    /* .runner-table  .first-th{
        width: 70px;
    } */
    /* .runner-table .first-td{
        width: 70px;
    } */
    /* .runner-table .itemStatusLog {
        height: fit-content;
    } */
    
    /* .order-item-list .selling-price{
        width: 122px;
        display: block;
        margin-bottom: -2px;
    } */
    /* .runnerScanQr {
        font-size: 12px;
        width: max-content;
    } */
    /* .order-item-list strong {
        font-size: 12px;
    } */
    
    /* .second-tr td{
        width: 50%;
    } */
    .closeScaner{
        padding: 0 6px 6px 0px !important;
    }
    .scanner-modal .modal-lg{
        top: 20%;
    }
    .scanner-modal .accept-qr {
        height: 300px;
        background: #fff;
    }
    .scanner-modal .modal-content{
        box-shadow: none;
        border: none;
    }

    .runnerAcceptOrder {
        position: absolute;
    width: 62%;
    top: 120px;
    right: 70px;
    padding: 16px 10px !important;
    }




}

@media only screen and (max-width: 990px) and (min-width: 768px){
    
    #createShipmentOpenModel .modal-dialog {
        max-width: 100%;
    }
    .order_detail_buttons .col-md-3 {
        width: auto;
    }
    .runner-tableBody{
        overflow: scroll;
    }
    
}