/* mobile.css */

@media screen and (max-width: 768px) {


    html,
    body,
    #__next {
        width: 100%;
        overflow-x: hidden;
    }

    @supports (overflow: clip) {
        body {
            overflow-x: clip;
        }
    }

    img,
    svg,
    video,
    canvas {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .apexcharts-canvas,
    .apexcharts-svg {
        max-width: 100% !important;
    }



    .authentication-wrapper {
        margin: 0.10rem !important;
    }

    .m_center .m_c {
        display: flex !important;
        justify-content: center;
    }

    .paswword_change .tooltip-box {
        left: 64% !important;
    }

    .w_100 {
        width: 100%;
    }

    .nav-link.tab.active {
        background: linear-gradient(to right, #2dbda6, #0770d0) !important;
        box-shadow: var(--bs-box-shadow-sm) !important;
        color: var(--bs-menu-active-color) !important;
    }
    .mb_51{
        margin-bottom: 8rem !important;
    }

    .trading-plan {
        margin-bottom: 6rem !important;
    }

    .justify .w-75 {
        margin-top: 2rem;
    }

    .w-85 .w-75 {
        width: 90% !important;
    }

    .w-85 {
        width: 100% !important;
    }

    .step-text {
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .border-dashed {
        border-style: dashed !important;
    }

    .dotted_alignment.px-5 {
        padding-inline-end: 1rem !important;
        padding-inline-start: 1.9rem !important;
    }

    .layout-navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        position: absolute;
        inline-size: 62% !important;
        inset-inline-start: 0.9rem;
        min-inline-size: auto;
        left: 145px !important;
    }

    .dropdown-menu.dropdown-menu-end {
        padding: 0.5rem 0 !important;
        max-height: 75vh;
        overflow-y: auto;
        width: 4vw;
        left: -127px !important;
        right: 0 !important;
        border-radius: 0;
        box-shadow: none;
        background-color: var(--bs-body-bg);
    }

    .dropdown-menu.dropdown-menu-end .dropdown-item {
        padding: 0.65rem 1.25rem !important;
        font-size: 0.95rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .dropdown-menu .dropdown-divider {
        margin: 0 !important;
    }

    .dropdown-menu .d-grid.px-4.pt-2.pb-1 {
        padding: 1rem !important;
    }

    .profitAmount {
        border-radius: 20px;
        flex: 0 0 178px !important;
        background: rgb(16, 15, 20);
    }

    .pricing-plans .card-body {
        width: 23rem;
    }


}

@media (max-width: 1199.98px) {
    #layout-menu {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: min(69vw, 360px);
        height: 100dvh;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        z-index: 2000;
    }

    #layout-menu .menu-inner {
        flex: 1 1 auto;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding-right: 6px;
    }

    #layout-menu .sidebar-bottom {
        flex: 0 0 auto;
        position: sticky;
        bottom: 0;
        background: inherit;
        padding: 12px 16px calc(env(safe-area-inset-bottom) + 12px);
    }

    html,
    body {
        height: 100% !important;
        overflow: hidden !important;
        overscroll-behavior: none !important;
    }

    .layout-wrapper {
        height: 100dvh !important;
        overflow-x: hidden !important;
    }

    @supports (height: 100svh) {
        .layout-wrapper {
            height: 100svh !important;
        }
    }

    /* .layout-wrapper, .layout-container {
    display: -webkit-box !important;
} */
    .layout-wrapper,
    .layout-container {
        position: relative !important;
    }

    .zoom {
        transform: scale(0.9);
        transform-origin: top left;
        width: 111vw;
        height: 111vh !important;
    }

    .authZoom {
        transform: scale(0.9);
        transform-origin: top left;
        width: 111vw;
        height: 111vh !important;
        overflow-y: auto;
    }

    /* 
    .zoom {
        transform: scale(0.9) !important;
        transform-origin: top left !important;
        width: 111vw !important;
        height: 111vh !important;
        overflow: hidden !important;
    }

    .authZoom {
        transform: scale(0.9) !important;
        transform-origin: top left !important;
        width: 111vw !important;
        height: 111vh !important;
        overflow-y: auto !important;
    } */

    .buy-now .btn-buy-now {
        z-index: 1000 !important;
        width: 120px !important;
        height: 31px !important;
        font-size: 13px !important;
        bottom: 29px !important;
        position: absolute !important;
        right: 3.7rem !important;
    }

    .align_items_center {
        align-items: center !important;
    }

    /* .card {
        margin-inline-start: .5rem !important;

    } */

    .p-6 {
        padding: 1.5rem;
    }

    .mobile-plans-swiper .swiper-pagination {
        position: static;
        /* puts dots under the slider */
        margin-top: 10px;
    }

    .mobile-plans-swiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        opacity: .6;
        background: #e5e7eb;
    }

    .mobile-plans-swiper .swiper-pagination-bullet-active {
        opacity: 1;
        background: #e5e7eb;
        /* or your brand color */
    }

    /* hide bullets on ≥ lg if you don't want them there */
    @media (min-width: 992px) {
        .mobile-plans-swiper .swiper-pagination {
            display: none !important;
        }
    }

    .mr-28 {
        margin-right: 24px !important;
    }

    .tooltip-box {
        /* left: 12px !important; */
        position: absolute;
        bottom: 125%;
        left: 65%;
        transform: translateX(-50%) translateY(10px);
        width: 295px !important;
        background-color: #100F14;
        color: white;
        border: 1px solid #ccc;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, transform 0.3s ease;
        z-index: 1000;
    }

    /* .max-table-block_mobile {
    max-block-size: calc(100vh - 300px) !important;
} */

    .mb_7 {
        margin-bottom: .5rem !important;
    }

    .mb_10 {
        margin-bottom: 12rem !important;
    }

    .mobile_sidebar .menu-link {
        font-size: 1.1rem !important;
    }

    .mobile_sidebar a {
        font-size: 1.1rem !important;
    }

    .mobile_sidebar span {
        font-size: 1.1rem !important;
    }

    .font_15 a {
        font-size: 15px !important;
    }

    .font_15 {
        font-size: 15px !important;
    }

    .font_15 span {
        font-size: 15px !important;
    }

    .f_19 {
        font-size: 19px !important;
    }

    .f_16 {
        font-size: 16px !important;
    }

    .b_f_15 {
        font-size: 15px !important;
    }

    .f_13 {
        font-size: 13px !important;
    }

    .rem_1 {
        font-size: 1rem !important;
    }

    .f_17 {
        font-size: 17px !important;
    }

    .roboto_serif {
        font-family: revert;
        font-size: 1.1rem !important;
    }

    .f_rem11 {
        font-size: 1.1rem !important;
    }

    .f22 {
        font-size: 22px !important;
    }

    .f_16_5 {
        font-size: 16.5px !important;
    }

    .f_25 {
        font-size: 25px !important;
    }

    .tooltip-header {
        font-size: 15px !important;
    }

    .tooltip-body {
        font-size: 15px !important;
    }

    .planButton {
        font-size: 17px !important;

    }

    .f_16 {
        font-size: 16px !important;
    }

    /* 
    .slider-labels span {
        font-size: 12px !important;
    }

    .slider-label {
        font-size: 12px;
    } */

    .capital-percentage {
        font-size: 16px !important;
    }

    .f_18 {
        font-size: 18px !important;
    }

    .f_12 {
        font-size: 14px !important;
    }

    .f_19 {
        font-size: 19px !important;
    }

    .not_expand text {
        font-size: 12px !important;
    }

    .execute_trades span {
        font-size: 16.5px !important;
    }

    .credit_16_5 {
        font-size: 16.5px !important;
    }

    .f_99 {
        font-size: .9rem !important;
    }

    /* .chatt_section span {
        font-size: 17px !important;
    } */

    .f_16 {
        font-size: 16px !important;
    }

    .f_15 {
        font-size: 15px !important;
    }

    .f_18 a {
        font-size: 18px !important;
    }

    .form-control {
        font-size: 1rem !important;
    }

    .ri-rocket-line {
        font-size: 3.2rem !important;
    }

    .ri-profile-line {
        font-size: 3.2rem !important;
    }

    .h-px-75 {
        height: 85px !important;
    }

    .w-px-75 {
        width: 85px !important;
    }

    .f_23 {
        font-size: 23.5px !important;
    }

    .f_18_5 {
        font-size: 18.5px !important;
    }

    .f_17_5 {
        font-size: 17.5px !important;
    }

    .mx-4_5 {
        margin-inline-end: 1rem !important;
        margin-inline-start: .4rem !important;
    }

    .fw_17 {
        font-size: 17px !important;
        font-weight: 400 !important;
    }

    .f_19 {
        font-size: 19px !important;
    }

    .f_19 {
        font-weight: bold !important;
    }

    .p_33434 {
        padding: 16px !important;
    }

    .f_23 {
        font-size: 23px !important;
    }

    .card {
        margin-left: 0px !important;
    }

    .mobile tr,
    td {
        font-size: 15.5px !important;
    }

    .mobile .card-body {
        border-radius: 1rem !important;

    }

    .fw_500 {
        font-weight: 500 !important;
    }

    .f_14_5 {
        font-size: 14.5px !important;
    }

    .f_14 {
        font-size: 14px !important;
    }

    /* .mobile h4 {
        font-size: 25px !important;
        color: #FFFFFF !important;

    } */

    /* .mobile .h7 {
        font-size: 21px !important;
        color: #FFFFFF !important;

    }


    .mobile hr {
        color: #FFFFFF !important;

    }
    .white_m{
        color: #FFFFFF !important;
    } */
    .ElementsApp,
    .ElementsApp .InputElement {
        font-size: 15px !important;
    }

    .tab-content:not(.doc-example-content) {
        z-index: 1;
        padding: 0px 8px 16px 9px !important;
    }

    .table:not(.table-dark, .table-light):not(.dt-complex-header) thead:not(.table-dark, .table-light) tr th {
        font-size: 14.5px;
    }

    .f_18_5 {
        font-size: 18.5px !important;
    }

    /* .pt_5{
    padding-top: 5rem  !important;
} */
    .p_0 {
        padding: 0px 0px 0px 0px !important;
    }

    /* 
.f_999 {
        font-size: 1.05rem !important;
    } */
    .support .tooltip-wrapper:hover .tooltip-box {
        left: 140% !important;

    }

    .feedback .tooltip-wrapper:hover .tooltip-box {
        left: 70% !important;

    }

    .free_trial .trading-plan .tooltip-box {
        position: absolute;
        bottom: 125%;
        left: 85% !important;
    }

    .mb_12 {
        margin-bottom: 14rem !important;
    }

    .faq .nav .nav-link .icon-base {
        height: 34px;
        width: 34px;

    }
.mx__2 {
    margin-inline-end: 0.5rem !important;
    margin-inline-start: 0.5rem !important;
}
}






/*---------------------------------- tab mood------------------- */
@media screen and (max-width: 991.98px) {
    .trading-plan {
        margin-bottom: 15rem !important;
    }

    .nav-link.tab.active {
        background: linear-gradient(to right, #2dbda6, #0770d0) !important;
        box-shadow: var(--bs-box-shadow-sm) !important;
        color: var(--bs-menu-active-color) !important;
    }

    .faq .nav .nav-link .icon-base {
        height: 34px;
        width: 34px;

    }
    .mx__2 {
    margin-inline-end: 0.5rem !important;
    margin-inline-start: 0.7rem !important;
}
}