@media (max-width: 360px) {

    /* dashboard */
    .swiper-slide {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .m-border-gray-bottom {
        border-bottom: none !important;
    }

    .m-nav-underline {
        border-bottom: 1px solid var(--gray-border) !important;
        width: 100% !important;
        margin-bottom: 1rem !important;
    }

    .mobile-view {
        background-color: var(--bg-soft);
        border-radius: 10px;
        padding: 20px;
        width: 100%;
        border: 1px solid var(--gray-border);
    }

    .footer-links a {
        margin-right: 9px;
    }

    .AllTransactionTab .m-nav-item .nav-link {
        /* font-size: 0.8rem; */
        font-weight: 500;
        padding: 0.5rem 0 !important;

    }

    .fw-semibold {
        font-size: 0.8rem !important;

    }
    .strategiesTable.table th, .strategiesTable.table td {
        font-size: 0.75rem !important;
        padding: 0.5rem 0.5rem !important;
    }

    .w-138{
        max-width: 78px !important;
    }
    .h-138{
        max-height: 78px !important;
    }   
}


@media screen and (max-width: 480px) {
    .overflow-x-autoMob_2 {
        max-width: calc(100vw - 67px);
    }
}



@media (max-width: 1024px) {
    .m-amount {
        font-size: 1.2rem;
    }

    /* dashboard */
    .swiper-slide {
        width: 80%;
    }

    .overflow-x-autoMob_2 {
        max-width: calc(100vw - 156px);
    }
}


@media screen and (max-width: 992px) {
    .overflow-x-autoMob_2 {
        overflow: auto !important;
        max-width: calc(100vw - 70px);
        /* max-width: 1440px; */
        white-space: nowrap;
    }
}


@media screen and (min-width: 1440px) {
      .overflow-x-autoMob_2 {
        overflow: auto !important;
        max-width: calc(100vw - 63pxpx);
        /* max-width: 1440px; */
        white-space: nowrap;
    }
}