﻿
@media(max-width: 1318px) {
    .tracking-section .progress-item {
        font-size: 10.12px;
    }
}

@media(max-width: 1200px) {
    .navbar-nav .nav-link {
        margin-right: 0rem;
    }

    .bg-color {
        padding: 5px;
        background-color: #00336605;
    }

    .menu-btn {
        display: block;
    }

    .sidebar-section .sidebar {
        display: none;
        position: fixed;
        width: 220px;
        height: 100vh;
        background-color: #003366;
        color: #FFFFFF;
        padding: 25px 10px 10px 24px;
        left: 0;
        top: 0;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }

        .sidebar-section .sidebar.open {
            display: block;
            transform: translateX(0);
        }

    .side-space {
        margin-left: 0px;
    }

    #side-section {
        width: 48%;
    }

    .sidebar-section .sidebar ul li a {
        font-size: 12px;
    }

    .sidebar-section .sidebar p {
        font-size: 12px;
    }

    .logout-btn {
        font-size: 12px;
    }

    .tab-button {
        font-size: 12px;
    }

    .user-box img {
        width: 30px;
        height: 30px;
    }

    .user-box p {
        font-size: 14px;
    }

    .user-box span {
        font-size: 12px;
    }

    table.dataTable tbody th, table.dataTable tbody td {
        padding: 0px !important;
    }
}



@media(max-width:992px) {
    .mt-custom {
        margin-top: -90px;
    }

    .dropdown-list {
        left: 0;
        width: 100%;
    }

    .time-detail-section {
        justify-content: space-between;
        align-items: self-start;
        margin-top: 10px;
    }

    .social-login .social-buttons {
        gap: 10px;
        flex-direction: column;
    }

    .step-section img {
        width: 50%;
    }

    .user-name {
        padding-left: 20px;
    }

    .custom-gap {
        gap: 20px;
    }

    .tracking-section .progress-item {
        font-size: 13.12px;
    }

    .tab-padding-left {
        padding-left: 0;
    }

    .mobile-table tr th,
    .mobile-table tr td {
        min-width: 140px;
    }

    #side-section {
        width: 65%;
    }

    .table tr th,
    .table tr td {
        font-size: 12px;
    }

    .btn-size {
        padding: 8px 30px;
        font-size: 12px;
    }
    .routes-Container {
        overflow: auto;
        height: 700px;
    }
}


@media(max-width: 767px) {
    .hero-section .hero-text h1 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .custom-container {
        margin-bottom: 30px;
    }

    .truck-image img {
        width: 100%;
    }

    .truck-section .row {
        flex-direction: column-reverse;
    }

    .truck-section .text-content {
        padding: 20px;
    }

    .stat-section .stat-card p {
        line-height: 36px;
    }

    .shipment-section .padding-div {
        padding: 30px 20px;
    }

    .mt-custom {
        margin-top: -50px;
    }

    .footer_IQ {
        padding: 50px 10px;
    }

    .footer-hr {
        padding: 20px 10px;
    }

    .faq-section {
        padding: 0px 10px;
    }

    .sign-up-div {
        margin: 30px 0px;
    }

        .sign-up-div .sign-up-divider {
            background: #000000;
            width: 100%;
            height: 1px;
        }

        .sign-up-div .sign-up-text {
            right: 47%;
            padding: 4px 10px;
        }

    .companyinfo-section .card-body,
    .customerprofile-section .card-boday {
        flex: 1 1 auto;
        padding: 0 !important;
    }

    .step-section img {
        width: 100%;
    }

    .companyprofile-row {
        flex-direction: column-reverse;
    }

    .companyprofile-section .card {
        padding: 10px;
    }

    .chat-sidebar {
        padding-right: 15px;
        border: 0;
    }

    .user-name {
        padding-left: 0px;
    }

    .chat-content {
        padding-left: 19px !important;
    }

    .chat-box {
        margin-top: 25px;
    }

    .search-btn-div {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    .route-search-bar {
        min-width: 100%;
    }

    .route-searchbox {
        width: 100%;
    }

    .tab-button {
        padding: 8px 3px 8px 10px;
        margin-right: 3px;
    }

        .tab-button.active .tab-count {
            margin-left: 12px;
        }

    .tab-count {
        padding: 4px 5px;
        margin-left: 5px;
    }

    .user-box-web {
        display: none !important;
    }

    .user-box-mobile {
        display: flex !important;
    }

    .logout-btn {
        border-left: none;
        padding: 0px 0px;
    }

    .dashboard-language-dropdown {
        padding: 0px 15px;
        border-left: none;
    }

    .sidebar-section .header .page-title h1 {
        font-size: 16.82px;
        line-height: 23.08px;
    }

    .sidebar-section .header {
        padding: 15px 15px;
    }

    .min-w250 tr th, .min-w250 tr td {
        min-width: 170px !important;
    }

    .package-check-div {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .page-title {
        display: flex;
        align-items: center;
    }

    .tab-padding-left {
        padding-left: calc(var(--bs-gutter-x)* .5);
    }

    .add-icon-box {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    #side-section {
        width: 100%;
    }
}

@media(max-width: 550px) {
    .bg-main {
        padding: .75rem !important;
    }

    .stats-row {
        gap: 10px;
    }

    .add-button-div {
        width: 100%;
        text-align: end;
    }
}

@media(max-width: 380px) {


    .user-name {
        padding-left: 13px;
    }

    .search-box {
        background-color: #EDEEF1;
        border-radius: 5px;
        padding: 8px 12px;
        width: 60%;
    }
}

@media (max-width: 350px) {
    .time-detail-section {
        flex-direction: column;
        justify-content: center;
        align-items: start;
        margin-top: 5px;
        gap: 10px;
    }
}
