.mobileHeader {
    display: none;
}
.mobileHeader-close-container {
    display: none;
}
.newLabel-mobile {
    display: none;
}
@media only screen and (max-width: 1700px) {
    .inputsRow {
        width: 100%;
    }
}
@media only screen and (max-width: 1500px) {
    .historyList {
        overflow-x: scroll;
    }
    .listHeading,
    .itemColumn,
    .statusTrack {
        min-width: 200px !important;
        flex-shrink: 0;
    }
    .singleOrderDetails {
        flex-direction: column;
        gap: 10px;
        padding: 20px 0 20px 0;
    }
    .singleOrderDetails > div {
        width: 100%,
    }
}
@media only screen and (max-width: 1400px) {
    .dashboard_tracking-wrapper {
        flex-direction: column;
    }
    .trackingHistory, .totalOrders {
        width: 100%;
    }
    .trackingTransportTable {
        display: flex;
        flex-direction: column;
        overflow-x: auto;
    }
    .noTransport {
        flex-shrink: 0;
    }
    .listTransportsLeft,
    .listTransportsRight {
        width: 100%;
        padding-left: 10px;
    }
    .listTransportsLeft {
        border-right: unset;
    }
    .trackingTransportTable .listHeadings {
        padding: 0px;
    }
    .listTransportContents { 
        width: unset;
    }
    .listTransportDescriptions {
        width: 100%;
        max-width: 250px;
        flex-shrink: 0;
    }
    .listTransportsRight .listTransportDescription {
        
    margin-left: unset;
    padding-left: unset;
    }
    .twoInputs {
        flex-direction: column;
        gap: 20px;
        align-items: unset;
    }
    .form-field:has(input), .form-field:has(select) {
        width: 100%;
    }
}
@media only screen and (max-width: 1250px) {
    .conversationContainer {
        position: relative;
    }
    .msgRightLeftText {
        display: none;
    }
    .topMsgUserName .msgRightLeftText {
        display: flex;
        flex-direction: column;
    }
    .rightMsg {
        position: absolute;
        top: 86px;
        right: 0;
        width: 80px;
        max-width: 400px;
        transition: all .3s;
        z-index: 99999;
    }
    .newLabel {
        display: none;
    }
    .newLabel-mobile {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: darkgoldenrod;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 50px;
    }
    .leftMsg {
        width: calc(100% - 90px);
    }
    .msgRightData {
        display: none;
    }
    .msgRightData {
        padding: 10px;
    }
    
    .rightMsg.open {
        width: 100%;
        max-width: 900px;
    }
    .rightMsg.open .msgRightLeftText {
        display: block;
    }
    /* .rightMsg.open .newLabel {
        display: flex;
    } */
}

@media only screen and (max-width: 1200px) {
    .inputsRow {
        flex-direction: column;
        gap: 10px;
    }
    .inputsRow > * {
        width: 100%;
        flex-shrink: 0;
    }
}
@media only screen and (max-width: 1000px) {
    .sidebarUser {
        display: none;
    }
    .sidebarLogOut {
        margin-top: auto;
    }
    .dashboardContainer {
        flex-direction: column;
        gap: 20px;
    }
    .mobileHeader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        border-radius: 5px;
        height: 55px;
        padding: 0 20px;
    }
    .sidebarUserMobile {
        width: 40px;
        height: 40px;
    }
    .sidebarUserMobile img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        border-radius: 50px;
        border: 0.5px solid #004F9E;
    }
    .dashboardSidebar {
        position: fixed;
        top: 0;
        left: -100%;
        bottom: 0;
        width: 100%;
        max-width: 400px;
        height: unset;
        z-index: 10;
        transition: all 0.3s ease-in-out;
        border-radius: 0;
        z-index: 9999992;
    }
    .dashboardSidebar.open {
        left: 0;
    }
    .mobile-bg {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0);
        z-index: 9;
        transition: all 0.3s ease-in-out;
        opacity: 0 !important;
        visibility: hidden;
        pointer-events: none;
        z-index: 9999991;
    }
    .mobile-bg.open {
        opacity: .3 !important;
        visibility: visible;
        pointer-events: unset;
    }
    .mobileHeader-open-container {
        width: 20px;
        height: 25px;
    }
    .mobileHeader-open-container img {
        width: 100% !important;
        height: 100% !important;
    }
    .openMenu.hide {
        display: none;
    }
    .hideMenu.hide {
        display: none;
    }
    .dashboardContent, .ordersContainer, .trackContainer, .profileContainer {
        width: 100%;
    }
    .messageSingle {
        max-width: 100%;
    }
}
@media only screen and (max-width: 650px) {
    .chatContainer {
        overflow: hidden ;
        padding: 15px;
    }
    .leftMsg {
        width: calc(100% - 65px);
    }
    .rightMsg {
        width: 60px;
    }
    .msgRight {
        padding: 10px 5px;
    }
    .newMsg {
        font-size: 14px;
        padding: 5px 84px 5px 15px;
    }
    .sendButton,
    .attachButton {
        width: 30px;
        height: 30px;
        top: 33px !important;
    }
    .attachButton {
        right: 50px;
    }
    .noMessages {
        height: calc(100vh - 335px);
    }
    .noMessages img {
        height: 80%;
    }
    .rightMsg {
        height: calc(100vh - 260px);
    }
    .conversationMessages {
        padding: 15px 5px;
        height: calc(100vh - 335px);
    }
    .messageSingle {
        padding: 10px;
        border-radius: 7px;
        font-size: 14px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .twoInputs .form-field, .formBottom .form-field {
        flex-direction: column;
        align-items: unset;
    }
    .twoInputs.twoInputs-title .form-field {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    .twoInputs.twoInputs-title .form-field.logo{
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    .twoInputs.twoInputs-title .form-field.logo img {
        width: 45px;
        margin-left: 5px;
        object-fit: contain;
        height: 65px;
    }
}
@media only screen and (max-width: 500px) {
    .mobileHeader-close-container {
        display: flex;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 33px;
        right: 24px;
    }
    .mobileHeader-close-container img {
        width: 100% !important;
        height: 100% !important;
    }
    .myOrdersContent, .chatContainer {
        padding: 25px 12px;
    }
    .orderHeading {
        padding: 12px;
    }
}
@media only screen and (max-width: 400px) {
    .myOrdersContent, .chatContainer {
        padding: 10px 5px;
    }
    .leftMsg {
        width: calc(100% - 53px);
    }
    .rightMsg {
        width: 50px;
    }
    .imgChat, .msgRight img {
        width: 35px;
        height: 35px;
    }
    .rightMsg {
        top: 76px;
    }
}