@media only screen and (max-width: 1440px) {
    .productMain-image .dragDrop-area {
        height: 430px;
    }

    .product-details .product-images {
        width: 40%;
    }
    .product-details .product-informations {
        width: calc(100% - 42%);
    }
    .product-details .product-images .productMain-image {
        height: 410px;
    }
    .data_table {
        width: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        min-height: 400px;
    }
    .data_table .table {
        width: 1100px;
    }
    .data_table::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }
    .orders .data_table .table {
        width: 1270px;
    }

    .topsellingproducts .data_table .table {
        width: 330px;
    }
    .modalBtn {
        flex-direction: column;
        gap: 8px;
    }
}

@media only screen and (max-width: 1366px) {
    .tab-menus .nav {
        gap: 40px;
    }
    .tab-menus {
        min-width: 100%;
        max-width: 100%;
        overflow: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .tab-menus .nav {
        gap: 30px;
        flex-wrap: nowrap;
    }

    .tab-menus::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

    .brand .data_table .table,
    .category .data_table .table,
    .voltage .data_table .table,
    .warranty .data_table .table,
    .paymentType .data_table .table {
        width: 100%;
    }

    .table .tbody .row .rolepermission,
    .table .thead .row .rolepermission {
        width: 50%;
    }

    .order-details .data_table .table {
        width: 100%;
    }
    .trashlist .data_table .table {
        width: 100%;
    }
    .customer-details .details {
        gap: 0;
    }
}
@media only screen and (max-width: 1280px) {
    .category-form {
        width: 80% !important;
    }
    .create-attribute {
        width: 80% !important;
    }
    .admin-form {
        width: 80% !important;
    }
    .create-order {
        width: 100%;
    }
    .create-order .order-items .row {
        margin: 0 !important;
    }
    .product-details .product-images .productMain-image {
        height: 332px;
    }
    .stockmanage .sfbtn .search-box,
    .stockmanage .sfbtn .filter {
        width: 180px;
    }
    .adminActivity .accordion-flush.w-50 {
        width: 75% !important;
    }
    .topdealear .data_table .table {
        width: 570px;
    }
}
@media only screen and (max-width: 1260px) {
    .customer-details .details {
        flex-direction: column !important;
    }
    .acc_info.w-50,
    .dealer-report {
        border-left: 0;
        padding: 0;
        width: 100% !important;
    }
    .customer-details .details {
        gap: 14px;
    }
}

@media only screen and (max-width: 1024px) {
    .productMain-image .dragDrop-area {
        height: 140px;
    }
    .product-form .row {
        margin: 0 -12px;
    }
    .product-form .row .col-6 {
        padding: 0 12px;
    }
    .page-configaration .data_table .table {
        width: 724px;
    }
    /* .tab-menus .tab-menus-items {
        display: none !important;
    }

    .order.tab-menus .tab-menus-items {
        display: flex !important;
    } */
    .statusAction .sfbtn.d-none {
        display: block !important;
    }
    .tab-menus .statusAction {
        width: 100%;
        justify-content: space-between;
    }
    .customer-details .details {
        padding: 14px;
        gap: 14px;
    }
    .products .product-details {
        gap: 30px;
        flex-direction: column;
    }
    .product-details .product-images {
        width: 50%;
    }
    .product-details .product-informations {
        width: 100%;
    }
    .stockmanage .sfbtn .search-box,
    .stockmanage .sfbtn .filter {
        width: 140px;
    }
    .stockmanage .search-box {
        width: 200px !important;
    }
    .topsellingproducts {
        width: 100%;
    }
    .topdealear {
        width: 100%;
    }

    .reportview {
        gap: 40px;
        flex-direction: column;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-wrapper {
        width: 100%;
        padding: 0 20px;
    }
    .main-content {
        padding: 130px 20px 50px 20px;
        min-height: calc(100vh - 70px);
        max-height: fit-content;
    }
    .layout-right {
        width: 100%;
        left: 0px;
    }
    .vertical-menu-btn {
        display: none;
    }
    .mobile-nav-toggler {
        display: block;
    }
    .layout-left {
        transform: translate(-250px, 0px);
        visibility: hidden;
        opacity: 0;
        transition: all 0.35s ease;
        position: fixed;
        /* background: transparent !important;
      z-index: 100 !important;
      border: none !important;
      padding: 0 !important;
      margin-top: 90px; */
        height: 0;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1001 !important;
        /* padding-top: 90px; */
    }

    .layout-left.show {
        width: 100% !important;
        visibility: visible;
        opacity: 1;
        transform: translate(0px, 0px);
        transition: all 0.35s ease;
        /* height: 100vh; */
    }

    .layout-left.show .sidebar-backdrop {
        position: absolute;
        background: #00000080;
        top: 0px;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100vh;
        margin-right: 5px;
        z-index: -1;
    }
    #sidebar-menu {
        width: 260px;
        background: var(--bs-white);
        min-height: 100vh;
        max-height: 100vh;
        overflow-y: scroll;
        padding: 34px 0;
    }
    #sidebar-menu::-webkit-scrollbar {
        height: 0;
        width: 0;
    }
    .layout-left .vertical-menu {
        width: 260px;
    }
    .layout-left .barnd-logo {
        display: none !important;
    }
    .simplebar-placeholder {
        height: 100vh;
    }

    .create-order .order-items {
        width: 100%;
    }
    .page-wrapper {
        padding: 20px 14px;
    }
    .brand .data_table .table,
    .category .data_table .table,
    .voltage .data_table .table,
    .warranty .data_table .table,
    .paymentType .data_table .table {
        width: 680px;
    }
    .reportview {
        flex-direction: column;
    }
    .topsellingproducts,
    .topdealear {
        width: 100% !important;
    }
    .topsellingproducts .data_table .table,
    .topdealear .data_table .table {
        width: 100%;
    }
    .reportview {
        gap: 24px;
    }
    .adminActivity .accordion-flush.w-50 {
        width: 100% !important;
    }
}

@media screen and (max-width: 796px) {
    .invoice-wrapper {
        width: 100%;
    }
    .invoice-wrapper .data_table .table {
        width: 780px;
    }
    .summary .row {
        row-gap: 24px;
    }
    .voltage .data_table .table {
        width: 640px;
    }
    .stockmanage .sfbtn .search-box,
    .stockmanage .sfbtn .filter {
        width: 148px;
    }
    .dashboard .summary .row .col-md-3 {
        width: 50%;
    }
    .dealer-report {
        padding: 20px 0px 20px 20px;
    }

    .trashlist .data_table .table {
        width: 660px;
    }
    .adminActivity .accordion-button {
        font-size: 18px;
    }
}

@media screen and (max-width: 640px) {
    .filterGroup-1 {
        flex-direction: column;
        width: 100%;
    }

    .stockmanage .sfbtn .search-box {
        width: 188px;
    }

    /* .stockmanage .sfbtn {
        align-items: flex-start !important;
    } */
    .stockmanage form {
        width: 100%;
    }

    .stockmanage .sfbtn .filter {
        width: 100%;
    }
    .topsellingproducts .data_table .table {
        width: 100%;
    }
    .adminActivity .row .messsage p {
        width: calc(100% - 18px);
    }
    .settingContainer .tab-menus {
        flex-direction: column;
    }
    .settingContainer .tab-menus .nav {
        width: 100%;
        display: none;
    }
    .settingContainer .tab-content {
        width: 100%;
    }
    .settingContainer .tab-content form .col-12 .form-group {
        margin-right: 0 !important;
    }
    .order-history {
        gap: 16px !important;
    }
}

@media only screen and (max-width: 575px) {
    .search-box {
        width: 244px;
    }
    .navbar-wrapper {
        height: 74px;
    }
    .navbar-action .action-link {
        width: 40px;
        height: 40px;
    }
    .main-content {
        padding: 94px 20px 50px 20px;
    }
    .navbar-left .search-box .form-control {
        padding: 0.532rem 0.75rem;
        padding-left: 40px;
    }
    .navbar-left .search-box > .search_icon {
        top: 10px;
    }
    .page-title {
        align-items: flex-start !important;
        flex-direction: column;
        gap: 24px;
    }
    .product-form .row {
        margin: 0px;
        flex-direction: column;
    }
    .product-form .row .col-6 {
        padding: 0;
        width: 100%;
    }
    .category-form {
        width: 100% !important;
    }
    .create-attribute {
        width: 100% !important;
    }
    .admin-form {
        width: 100% !important;
    }
    /* .user-form {
        width: 100% !important;
    } */
    .auth-wrapper {
        width: 100%;
    }
    .page-title.order {
        flex-direction: row !important;
        align-items: center !important;
    }
    .statusAction .sfbtn .filter {
        width: 130px;
    }

    .navbar-left .search-box {
        width: 240px;
    }

    .customer-details .details {
        flex-direction: column !important;
    }
    .acc_info.w-50,
    .dealer-report {
        border-left: 0;
        padding: 0;
        width: 100% !important;
    }
    .page-title.dealers {
        flex-direction: column;
    }

    .page-title.dealers .sfbtn {
        flex-direction: column;
    }
    .page-title.dealers .sfbtn .search-box {
        width: 100%;
    }

    .admin form .row.w-50 {
        width: 100% !important;
        margin: 0;
    }

    .progress-track .progressbar {
        flex-direction: column;
    }
    .progress-track .progressbar li {
        min-width: 100%;
        height: 70px;
        justify-content: flex-start;
        text-align: start;
        align-items: flex-start;
        padding: 0 0 0 34px;
    }
    .progress-track .progressbar li::before {
        top: 0;
        left: 0;
    }
    .progress-track .progressbar li::after {
        width: 4px;
        height: 100%;
        top: -50px;
        left: 8px;
    }
    .order-status {
        padding: 0px 14px;
        margin-bottom: 0 !important;
    }
    .deliveryInformation .customerInfo,
    .deliveryInformation .logisticPatner {
        padding: 14px;
    }
    .deliveryInformation {
        flex-direction: column;
    }
    .deliveryInformation .customerInfo,
    .deliveryInformation .logisticPatner {
        width: 100% !important;
    }
    .stock .addStock {
        width: 100% !important;
    }
    .category {
        flex-direction: column;
        gap: 24px;
    }
    form .col-12 {
        padding: 0;
    }
    form .row {
        margin: 0;
    }
    .create-order .order-items .search-box {
        width: 100%;
    }
    .product-details .product-images {
        width: 70%;
    }

    .paymentMethod-form.w-50 {
        width: 100% !important;
    }

    form.payment-summary .col-sm-6 {
        padding: 0;
    }
    form.payment-summary .row {
        margin: 0;
    }

    .payment-summary {
        flex-direction: column;
    }
    #payment-status .customer,
    #payment-status .payment,
    #add_payment .customer,
    #add_payment .payment {
        width: 100% !important;
    }
    .dealerImage,
    .dealerNid {
        flex-direction: column;
    }
    .dealer-info .image-upload-container {
        width: 100%;
    }
    .dealer-info form .col-sm-6 {
        padding: 0;
    }
    .topdealear .data_table .table {
        width: 500px;
    }

    form .col-sm-6 {
        padding: 0 0px;
    }
}

@media only screen and (max-width: 480px) {
    h5 {
        font-size: 1rem;
    }
    .navbar-left .search-box {
        display: none;
    }
    .search-icon {
        width: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .search-icon img {
        width: auto;
        height: auto;
    }
    .app-search-box {
        width: 100%;
        position: fixed;
        transform: translate(0px, 0px);
        visibility: hidden;
        opacity: 0;
        z-index: -9;
        transition: all 0.35s ease;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        /* gap: 30px; */
        height: 100vh;
    }
    .app-search-box.show .search-backdrop {
        position: absolute;
        background: #00000080;
        top: 0px;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100vh;
        z-index: -1;
    }
    .app-search-box.show {
        z-index: 999;
        visibility: visible;
        opacity: 1;
        transform: translate(0px, 0px);
        transition: all 0.35s ease;
    }
    .app-search-form i {
        color: var(--bs-neutral-400);
        background: none;
        border: none;
        position: absolute;
        right: 0;
        top: 8px;
        margin-right: 0;
        padding: 0.5rem 1rem;
    }
    .app-search-form {
        width: 92%;
        padding: 20px 0;
    }
    .app-search-form .search-box {
        width: 100%;
        display: block !important;
    }

    .order-items .cart-list-items li {
        position: relative;
    }
    .cart-list-items .item-info {
        width: calc(100% - 150px);
    }
    .cart-list-items .item-details {
        width: 140px;
        flex-direction: column-reverse;
        gap: 14px;
        justify-content: flex-end !important;
        align-items: flex-end !important;
    }
    .cart-list-items .item-details .d-none {
        display: block !important;
    }
    .cart-list-items .item-details .price {
        display: flex;
        gap: 14px;
        position: absolute;
        left: 48px;
        bottom: 24px;
    }
    .cart-list-items .item-info .item-name {
        width: calc(100% - 50px);
    }
    .cart-list-items .item-info .item-name p {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .main-content {
        background: var(--bs-white);
    }
    .create-order .search-user {
        gap: 14px !important;
    }
    .cart-item-action {
        margin-right: 10px;
    }
    .page-wrapper {
        padding: 0;
    }

    form .col-12 {
        padding: 0;
    }

    .invoice-summary .invcitemSummary {
        width: 100%;
        margin-left: auto;
        padding: 0 !important;
    }
    .product-prices {
        flex-direction: column;
        gap: 10px !important;
    }
    .product-prices div {
        flex-direction: row !important;
    }
    .product-status {
        gap: 20px !important;
    }
    .dashboard .summary .row .col-md-3 {
        width: 100%;
        padding: 0;
    }
    .dashboard .summary .row {
        margin: 0;
    }
    .summary {
        margin-top: 20px;
    }

    .adminActivity {
        padding: 0;
    }
    .invoice-body {
        padding-bottom: 0;
    }
    .product-details .product-images .productMain-image {
        height: 280px;
    }
}
@media only screen and (max-width: 430px) {
    .tab-menus .statusAction {
        flex-direction: column;
    }

    .row.groupRow {
        flex-direction: column;
        row-gap: 14px;
    }
    .row.groupRow .col-4,
    .row.groupRow .col-8 {
        width: 100%;
    }
    .product-details .product-images {
        width: 100%;
    }
    .product-details .product-images .productMain-image {
        height: 370px;
    }

    .page-title.order {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .uploadPayslid {
        flex-direction: column-reverse;
        align-items: baseline;
    }
    .uploadPayslid .btn {
        width: fit-content;
        margin: 0 !important;
    }
    .uploadPayslid .modalBtn {
        align-items: end;
        justify-content: end;
        width: 100%;
    }
    .order-history {
        gap: 16px !important;
        flex-direction: column;
    }
}

@media only screen and (max-width: 393px) {
    .create-order .search-user {
        flex-direction: column-reverse;
    }
    .search-box {
        width: 100% !important;
    }
    .page-title .sfbtn {
        flex-direction: column-reverse;
        width: 100%;
        gap: 14px !important;
    }
    .gallery-image-container {
        gap: 16px !important;
    }
    .product-details .product-images .productMain-image {
        height: 360px;
    }
    .form-control.w-50 {
        width: 75% !important;
    }

    .form-control.w-50.limit2 {
        width: 40% !important;
    }
}
@media only screen and (max-width: 375px) {
    .search-box {
        width: 100%;
    }
    .page-title form {
        width: 100%;
    }
    .sfbtn .search-box,
    .sfbtn .filter {
        width: 100%;
    }
    .product-details .product-images .productMain-image {
        height: 350px;
    }
}

@media print {
    @page {
        margin: 0.25in !important;
    }

    .layout-left {
        display: none;
    }
    .layout-right {
        width: 100%;
        left: 0;
        padding: 0;
        margin: 0;
    }
    .navbar-wrapper {
        display: none;
    }
    .main-content {
        padding: 0;
        min-height: 100%;
        margin: 0;
    }
    .page-title {
        display: none !important;
    }
    .order-status {
        display: none;
    }
    .deliveryInformation {
        display: none !important;
    }
    .footer {
        display: none;
    }
    .page-wrapper {
        min-height: 100%;
        padding: 0;
        margin: 0;
    }
    .invoice-footer {
        display: flex !important;
        width: 750px !important;
        margin: 0 !important;
        position: fixed;
        bottom: 0px;
    }

    .signature-notte {
        /* display: flex !important;
        width: 750px !important;
        margin: 0 !important; */
        position: fixed;
        bottom: 75px;
        left: 0;
    }

    .invoice-header {
        display: block;
        width: 100%;
    }
    body {
        -webkit-print-color-adjust: exact;
        background: var(--bs-white);
        overflow: hidden;
    }
    .invoice-body .table .thead {
        background: var(--bs-primary-500) !important;
        print-color-adjust: exact;
    }
    .form-control {
        padding: 0;
        border: 0;
        color: var(--bs-neutral-900);
        background: transparent !important;
    }
    .invoice-wrapper .table .tbody .row .action,
    .invoice-wrapper .table .thead .row .action {
        display: none !important;
    }
    .data_table {
        min-height: fit-content !important;
    }
    .invoice-summary {
        margin: 24px 0 0 0;
    }

    .signature {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }
    .signature h6 {
        border-top: 1px solid var(--bs-neutral-300);
        padding-top: 14px;
    }

    .challan-body .table .thead .row {
        background: var(--bs-primary-500);
        color: var(--bs-white);
    }
    .payStatus h4 {
        padding: 7px 14px;
        border: 1px solid var(--bs-neutral-300);
        border-radius: 4px;
    }
    /* .challan-wrapper {
        display: block;
    } */

    .hideInvoice {
        display: none;
    }
    .showChallan {
        display: block;
    }
    .showInvoice {
        display: block;
    }
    .hideChallan {
        display: none;
    }
    .adminActivity {
        display: none;
    }
    .return-order-details .data_table .btn-primary {
        display: none;
    }
    /* .challan-wrapper .signature {
        margin-top: 120px;
    } */

    .challan-wrapper .invoice-summary {
        margin: 0 !important;
    }
    .challan-wrapper .invoice-summary .invcitemSummary .row:last-child {
        border-top: 0px solid var(--bs-neutral-200);
        padding-top: 10px;
    }

    .challan-body .table .tbody .row:nth-child(5) {
        margin-bottom: 260px;
    }
}
/* Print Area */
/* Print Area */
