
.lddfw_sortable_btn_main_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.lddfw_sortable_btn_main_wrap .lddfw_sortable_btn {
    width: 33.33%;
    padding: 0 15px;
}
input#amount_tendered {
    margin-bottom: 10px;
}
.tender_amt {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.tender_amt input#amount_tendered {
    margin-bottom: 0;
    width: 400px;
    margin: 0;
    padding: 4px 25px 4px 30px;
    border-radius: 0;
    border: 1px solid #6c757d;
}
.tender_amt .tender_amt_std {
    position: relative;
}
.tender_amt .tender_amt_std .tender_amt_symbol {
    position: absolute;
    left: 15px;
    top: 5px;
    font-weight: bold;
}
.routebtnpress{
    background-color:#cce5ff;
}
.tender_amt_main_wrap h2 {
    text-align: center;
}
.lddfw_loading_btn, .lddfw_done_btn{
    background-color:#cce5ff !important;
}
.sort_loader , .order_loader,
.location_sort_loader,
.tender_loader {
    display: none;
}
.lddfw_sortable_btn_main_wrap .lddfw_sortable_btn {
    position: relative;
}
.lddfw_sortable_btn_main_wrap .lddfw_sortable_btn img {
    position: absolute;
    right: 25px;
    top: 11px;
    width:16px;
}
.lddfw_sortable_btn_main_wrap .lddfw_sort_done_btn{
    background: rgb(204, 229, 255);
    border-color: rgb(0, 123, 255);
    box-shadow: none;
}
.img-width-wrap .img-wrap {
    /* margin-right: 15px; */
}

.lddfw_sortable_btn.custom_sort_radio img.location_sort_loader {
    position: absolute;
    right: 0px;
    top: 8px;
    width: 16px;
}
.thankyou_page_main_wrap .thankyou_page_child_wrap{
    overflow: auto;
    height: 250px;
}
.hide_show_route_origin{
    display: none;
}
.assign_driver_main_wrap{
    display: flex;
}
.driver_main_drp_wrap .assign_driver_main_wrap img.sort_loader {
    width: 25px;   
}
.col-row-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.col-row-wrap .col-right-main-wrap img.invoice_img {
    width: 60px;
    margin-right: 0; 
    margin-left: 15px;
}
.col-row-wrap .col-right-main-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.col-row-wrap .col-right-main-wrap img.cod_order_status_img {
    width: 60px;
}
.lddfw_custom_amount_tendered button.lddfw_tendered {
    display: flex;
    justify-content: center; 
    align-items: center;
}
.lddfw_custom_amount_tendered .lddfw_tendered img.tender_loader {
    width: 25px; 
}
@media screen and (max-width:767px){
    #lddfw_plain_route_row .col-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 55%;
        max-width: 55%;
    }
    #lddfw_plain_route_row  .col-3 {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }
    .lddfw_sortable_btn_main_wrap .lddfw_sortable_btn {
        width: auto;
        padding: 0 10px;
    }
    .tender_amt input#amount_tendered {
        width: 100%;
    }
    .img-width-wrap .img-wrap {
        margin-right: 0px;
    }
    .img-wrap span.quintity_wrap {
        font-size: 18px;
        font-weight: bold;
        padding: 0 10px;
    }
    .col-row-wrap .col-right-main-wrap img.invoice_img {
        margin-right: 0;
    }
    .col-row-wrap .col-left-main-wrap {
        width: calc(100% - 60px);
    }
    .lddfw_page_content .row {
        display: flex !important;
        width: auto !important;
    }
    .links .row {
        width: 100% !important;
    }
}

/* Frontend: To hide "Driver Assigned" from menu */
#lddfw_header .lddfw_sidenav a:nth-child(6) {
    display: none;
}

/* Frontend: To hide "Driver Assigned" from Dashboard */
#lddfw_content .row .col-6:nth-child(2) {
    /* display: none; */
}

/* Frontend: To hide shipping details from order page */
.lddfw_order_total_tbl .lddfw_items{
    /* display: none; */
}

.lddfw_confirmation img.order_loader {
    position: absolute;
    right: 25px;
    top: 16px;
    width: 20px;
}

#lddfw_order .col-12 {
    display: inline-flex;
    flex-direction: column;
}
.lddfw_page_content {
    display: flex;
    flex-wrap: wrap;
}
.lddfw_page_content .row {
    display: inline-flex;
    width: 100%;
}
.lddfw_page_content div#google_map {
    width: 100%;
    order: 2;
    margin-top: 25px;
}
/* Frontend: Reorder order page sections */
.lddfw_page_content div#lddfw_order {
    order: 1;
}
#lddfw_order .col-12 .lddfw_box:nth-child(1) {
    order: 5;
}
#lddfw_order .col-12 .lddfw_box:nth-child(2) {
    order: 2;
}
#lddfw_order .col-12 .lddfw_box:nth-child(3) {
    order: 1;
}
#lddfw_order .col-12 .lddfw_box:nth-child(4) {
    order: 3;
}
#lddfw_order .col-12 .lddfw_order_total_tbl {
    order: 4;
}
#lddfw_order .col-12 .lddfw_box:last-child {
    order: 9;
}
#lddfw_order .col-12 .lddfw_box:nth-child(6) {
    order: 7;
}
#lddfw_order .col-12 .lddfw_box:nth-child(7) {
    order: 8;
}
.lddfw_page_content div#lddfw_order.note_class .alert.alert-info {
    order: 2;
}
.lddfw_page_content div#lddfw_order.note_class .lddfw_box:nth-child(5) {
    order: 3;
}
.lddfw_page_content div#lddfw_order.note_class div#lddfw_shipping_address {
    order: 9;
}
.img-width-wrap {
    display: flex;
}

.thankyou_page_main_wrap .items_count {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}

table.custom_product.table {
    border: 1px solid #dee2e6;
    width: 100%;
    border-radius: 4px;
}

.custom_sort_radio .switch {
    width: 24rem;
    position: relative;
}
.custom_sort_radio .switch input {
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}
.custom_sort_radio .switch input:checked {
    z-index: 1;
}
.custom_sort_radio .switch input:checked + label {
    opacity: 1;
    cursor: default;
}
.custom_sort_radio .switch input:not(:checked) + label:hover {
    opacity: 0.5;
}
.custom_sort_radio .switch label {
    color: #fff;
    opacity: 0.33;
    transition: opacity 0.25s ease;
    cursor: pointer;
}
.lddfw_sortable_btn_main_wrap .lddfw_sortable_btn.custom_sort_radio {
    width: 33.33%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}
.lddfw_sortable_btn_main_wrap .lddfw_sortable_btn.custom_sort_radio .switch.switch--horizontal {
    margin: 0;
}
.custom_sort_radio .switch .toggle-outside {
    height: 30px;
    border-radius: 2rem;
    padding: 0.25rem;
    overflow: hidden;
    transition: 0.25s ease all;
}
.custom_sort_radio .switch .toggle-inside {
    border-radius: 5rem;
    background: #fff;
    position: absolute;
    transition: 0.25s ease all;
}
.custom_sort_radio .switch--horizontal {
    width: 60px;
    height: 30px;
    margin: 0 auto;
    font-size: 0;
    margin: 15px auto;
}
.custom_sort_radio .switch--horizontal input {
    height: 30px;
    width: 100%;
    left: 20px;
    margin: 0;
}
.custom_sort_radio .switch--horizontal label {
    display: inline-block;
    width: 20px;
    height: 100%;
    margin: 0;
    text-align: center;
}
.custom_sort_radio .switch--horizontal label:last-of-type {
    margin-left: 20px;
}
.custom_sort_radio .switch--horizontal .toggle-outside {
    background: #28a745;
    position: absolute;
    width: 60px;
    left: 20px;
}
.custom_sort_radio .switch--horizontal .toggle-inside {
    height: 23px;
    width: 23px;
}
.custom_sort_radio .switch--horizontal input:checked ~ .toggle-outside .toggle-inside {
    left: 4px;
}
.custom_sort_radio .switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside {
    left: 33px;
}

.custom_sort_radio .switch--no-label label {
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
.custom_sort_radio .switch--no-label input:checked ~ .toggle-outside .toggle-inside {
    background: rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.2);
}
.custom_sort_radio .switch--no-label input ~ input:checked ~ .toggle-outside {
    background: #fff;
}
.custom_sort_radio .switch--no-label input ~ input:checked ~ .toggle-outside .toggle-inside {
    background: #2ecc71;
}

.custom_sort_radio .switch--no-label.switch--horizontal {
    width: 6rem;
}
.custom_sort_radio .switch--no-label.switch--horizontal input,
.custom_sort_radio .switch--no-label.switch--horizontal .toggle-outside {
    left: 0;
}
.custom_sort_radio .switch--expanding-inner input:checked + label:hover ~ .toggle-outside .toggle-inside {
    height: 2.5rem;
    width: 2.5rem;
}
.custom_sort_radio .switch--expanding-inner.switch--horizontal input:hover ~ .toggle-outside .toggle-inside {
    width: 3.5rem;
}
.custom_sort_radio .switch--expanding-inner.switch--horizontal input:hover ~ input:checked ~ .toggle-outside .toggle-inside {
    left: 2.25rem;
}
.lddfw_tendered .usertimer{
    padding-left: 5px;
}
.custom_sort_radio .switch input#radio-b:checked ~ span.toggle-outside {
    background: #b1b1b1;
}
div#lddfw_plain_route_row .col-9 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
div#lddfw_plain_route_row .col-3 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
button.lddfw_sort_done_btn.btn.btn-primary.btn-block {
    padding: 7px 5px;
    width: 100%;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
button.lddfw_sort_done_btn.btn.btn-primary.btn-block svg {
    margin-right: 5px;
}



.lddfw_box .table tr.lddfw_items .img-width-wrap span.quintity_wrap,
.thankyou_page_main_wrap .table tr.lddfw_items .img-width-wrap span.quintity_wrap {
    display: block;
    text-align: center;
    font-weight: bold;
}

.item-variation{
    /* position: absolute;
    top: 48px; */
    margin-top: -28px;
}
.lddfw_order_products_tbl td, .lddfw_order_products_tbl .table th td {
    position: relative !important;
}
.assign_driver_name_wrap {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.assign_driver_name_wrap p {
    margin-right: 10px !important;
    line-height: 30px;
}

.assign_driver_name_wrap .driver_main_drp_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.driver_main_drp_wrap .driver_drp_child_wrap {
    margin-right: 10px;
}

.driver_drp_child_wrap select#assign_driver_name {
    height: 36px;
}
.lddfw_handle_column {
    position: relative;
    right: 0;
    padding: 0;
    margin-left: 30px;
}
@media screen and (max-width:991px){
    div#lddfw_plain_route_row .col-3,
    div#lddfw_plain_route_row .col-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .lddfw_page_content {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .lddfw_page_content .row {
        width: 100%;
    }
    #lddfw_plain_route_row a#lddfw_plainroute_btn {
        margin-bottom: 15px;
    }
    .lddfw_sortable_btn_main_wrap .lddfw_sortable_btn {
        width: 33.33%;
    }
    .failed_delivery .lddfw_sortable_btn_main_wrap .lddfw_sortable_btn,
    .delivered .lddfw_sortable_btn_main_wrap .lddfw_sortable_btn{
        width: auto;
    }
    .lddfw_sortable_btn_main_wrap {
        margin: 0 -10px;
    }
    .lddfw_handle_column {
        right: -20px;
    }
    .lddfw_box .lddfw_order_address, .lddfw_box .lddfw_order_custom {
        padding-right: 30px;
    }
    .item-variation {
        margin-top: 0 !important;
        position:static !important;
    }
    .assign_driver_name_wrap {
        flex-wrap: wrap;
    }
    .col-row-wrap .col-right-main-wrap {
        display: inline-flex;
        width: 35%;
        justify-content: flex-end;
    }
    .col-row-wrap .col-left-main-wrap {
        width: 65%;
    }
    .col-row-wrap .col-right-main-wrap img.invoice_img {
        width: 45px;
    }
    .col-row-wrap .col-right-main-wrap .lddfw_handle_column {
        right: 0;
        margin-left: 15px;
    }
    div#lddfw_header {
        height: auto;
        padding-bottom: 10px;
        position: relative;
    }
    
    div#lddfw_header .lddfw_header_title {
        font-size: 16px;
        line-height: normal;
    }
    
    .lddfw_page_content {
        margin-top: 15px;
    }
}
table.bkap_print_invoice_data {
    margin-top: 20px;
}
.main-div-wrap {
    margin-top: 100px;
}