/*===Start Responsive===*/


/*-- Start Table Responsive--*/

@media (min-width:1199px) {
    a:hover {
        color: #00405C;
    }
    .courier_link:hover {
        color: #00405C;
    }
    .cancel_btn:hover {
        background-color: #A4BFCB;
        border-color: #A4BFCB;
    }
    .save_btn:hover {
        background-color: #00405C;
        border-color: #00405C;
    }
    .chnage_color:hover {
        color: #EE0505;
    }
    .dropdown-item.active, .dropdown-item:active {
        color: #A4BFCB !important;
        text-decoration: none;
        background-color: #ffe6e6 !important;
        border-radius: 6px !important;
    }
    .dropdown-item:focus, .dropdown-item:hover {
        color: #A4BFCB !important;
        background-color: #ffe6e6 !important;
        border-radius: 6px !important;
    }
    .form-switch{
        padding-left: 0 !important;
    }
}

@media (min-width:991px) {
    /* .commonrightBox {
        width: 100% !important;
        margin-left: 0;
    } */
    .shipment_subhead {
        font-size: 14px;
        color: #4B8098 !important;
        font-weight: 500;
        padding: 20px 15px 20px 0;
        word-wrap: break-word;
        white-space: normal;
        /* min-width: 250px; */
    }
}

@media (max-width: 991px) {
    .closebtn2 i {
        font-size: 20px;
        display: block;
        position: absolute;
        right: 23px;
        color: #fff;
        top: 15px;
    }
    #sidebar {
        width: 0;
        position: fixed;
        left: 0%;
        top: 0;
        z-index: 2;
        transition: all 0.3s;
        height: 100%;
        visibility: hidden;
    }
    .openbtn2 {
        display: inline-block;
        color: #433f3f;
        font-size: 22px;
        padding: 9px 9px;
    }
    .commonrightBox {
        margin-left: 0;
    }
    .openbtn2 i {
        display: block;
    }
    .chartOuter {
        margin-bottom: 20px;
        height: auto;
    }
    .shipment_subhead:nth-child(1) {
        white-space: nowrap;
        max-width: 200px;
        overflow: auto;
        text-overflow: ellipsis;
    }
    .contentManagement_tabs.nav-pills .nav-link.active,
    .nav-link {
        font-size: 13px;
    }
    .contentManagement_tabs.nav-pills .nav-link.active,
    .nav-link {
        font-size: 13px;
    }
    [type="radio"]:checked+label,
    [type="radio"]:not(:checked)+label {
        font-size: 13px;
    }
    .shipment_subhead {
        font-size: 14px;
        color: #4B8098;
        padding: 20px 15px 20px 0;
        word-wrap: break-word;
        white-space: normal;
        min-width: 250px;
    }
}

@media (max-width: 768px) {
    input.form-control {
        width: 100%;
        max-width: 350px;
        margin-bottom: 9px;
        font-size: 10px;
    }
    .searchBox_ .form-control {
        font-size: 10px;
    }
}

@media (min-width:576px){
    .add_container_{
        width: 100%;
        max-width: 750px !important;
        margin: 1.75rem auto;
    }
}
@media (max-width:576px){
    .sidebar {
        max-width: 480px;
        width: 100%;
    }
}


@media(max-width:480px) {
    .bulkbranches {
        display: block;
    }
    .bulkbranches {
        display: block;
        justify-content: end;
        text-align: center;
        align-items: center;
    }
    .branchActivity {
        margin-left: 0;
        margin-bottom: 12px;
        margin-top: 10px;
    }
    #customer_shipment .shipment_subhead:nth-child(1) {
        min-width: 165px;
    }
    #customer_shipment .shipment_subhead:nth-child(2) {
        min-width: 324px;
    }
    /*--Start Support-Ticket Detail--*/
    .received_box {
        font-size: 15px;
    }
    .support_link {
        font-size: 12px;
    }
    /*--End Support-Ticket Detail--*/
}

@media (max-width: 375px) {
    .tittle {
        font-size: 15px;
    }
    .right-img {
        display: none;
    }
    .profile {
        display: none;
    }
    .main-heading {
        font-size: 15px;
    }
    .userImg {
        width: 75%;
    }
    .boldheading_ {
        font-size: 11px;
    }
    .chartOuter {
        margin-bottom: 20px;
        height: auto;
    }
    .contentManagement_tabs.nav-pills .nav-link.active,
    .nav-link {
        font-size: 11px;
    }
    .contentManagement_tabs.nav-pills .nav-link.active,
    .nav-link {
        font-size: 11px;
    }
    /*-- Start Vehicles --*/
    input.form-control {
        width: 100%;
        max-width: 301px;
        margin-bottom: 9px;
    }
    /*-- End Vehicles--*/
    /*-- Start Cash Collection--*/
    .table-responsive label {
        display: inline-block;
        width: 430px;
    }
    /*-- End Cash Collection--*/
    /*--Start Container--*/
    /* #containersid.recent_shipmenthead:nth-child(6) {
        color: red;
    } */
    /*--End Container--*/
    /*--Start Support-Ticket Detail--*/
    .received_box {
        font-size: 12px;
    }
    .support_link {
        font-size: 12px;
    }
    .vendorcard_heading {
        font-size: 12px;
    }
    .vendorcard_heading {
        font-size: 12px;
    }
    /*--End Support-Ticket Detail--*/
}


/*-- End Table Responsive--*/


/*===End Responsive===*/