    * {
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
    }

    body {
        font-family: "Lato", sans-serif !important;
        font-weight: 100%;
    }

    .main_box {
        background-color: #F2F5FD;
        max-width: 420px;
        margin: auto;
        position: relative;
        overflow-x: hidden;
        box-shadow: 0px 0px 13px -4px #00000091;
        min-height: 100%;
    }

    .main_box.main_box_login {

        background: linear-gradient(180deg, rgba(219, 225, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
    }

    ul {
        list-style: none !important;
        padding: 0px !important;
        margin: 0px !important;
    }

    .total {
        font-size: 16px;
        color: #283891;
    }

    .savcsdv {
        width: 55%;
    }

    .e_box {
        display: block;
    }

    .page-item.active .page-link {
        /* z-index: -1 !important; */
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .progress-bar.reverse {
        transform: rotateY(180deg);
        float: right;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 14px !important;
        height: 14px !important;
    }

    .carousel-control-prev {
        left: -39px !important;
    }

    /* .carousel-caption .box_01 {
        margin-top: 0px !important;
    } */

    .carousel-control-next {
        right: -39px !important;
    }

    .carousel-caption {
        right: 0% !important;
        left: 0% !important;
        padding-bottom: 0px !important;
        padding-top: 10px !important;
        position: relative !important;
    }

    .dashboard_box {
        transition: background-color 0.3s ease, box-shadow 0.3s ease;
        padding: 15px;
        border-radius: 10px;
        background-color: #f8f9fa;
        /* default light gray */
    }

    .dashboard_box.activeBox {
        background-color: #11812b;
        /* green */
        box-shadow: 0px 4px 10px rgba(40, 167, 69, 0.4);
        /* green shadow */
    }

    .wallettab {
        font-size: 16px;
        font-weight: bold;
        color: #333;
        /* default text */
        padding: 8px 12px;
        border-radius: 6px;
        transition: color 0.3s ease;
    }

    .wallettab a {
        color: inherit;
        text-decoration: none;
    }

    .wallettab.activeTab {
        color: #fff;
        /* white text when active */
    }

    .das_img {
        width: 30px;
        height: auto;
        margin-right: 10px;
    }


    a {
        text-decoration: none !important;
    }

    .box_01 ul {
        width: 50%;
    }

    .box_01 {
        background-color: #fff;
        border-radius: 8px;
        padding: 10px;
        justify-content: space-between;
        margin-top: 11px;
        box-shadow: 1px 2px 12px #DFE8FF;
    }

    .title_card {
        font-size: 10px;
        font-weight: 600;
        text-align: left;
    }

    .titlee_card {
        font-size: 10px;
        text-align: left;
    }

    /* .h_h {
        height: 120px !important;
    } */

    .text_card {
        font-size: 12px;
        font-weight: 500;
    }

    .title_card01 {
        font-size: 15px;
    }

    .blue {
        color: #386BF6;
    }

    .red {
        color: red;
    }

    .grn {
        color: green;
    }

    .progress,
    .progress-stacked {
        --bs-progress-height: 1rem;
        --bs-progress-font-size: 0.75rem;
        --bs-progress-bg: #fff;
        --bs-progress-border-radius: var(--bs-border-radius);
        --bs-progress-box-shadow: var(--bs-box-shadow-inset);
        --bs-progress-bar-color: #790c0c;
        --bs-progress-bar-bg: #0d6efd;
        --bs-progress-bar-transition: width 0.6s ease;
        display: flex;
        height: var(--bs-progress-height);
        overflow: hidden;
        font-size: var(--bs-progress-font-size);
        background-color: var(--bs-progress-bg);
        border-radius: var(--bs-progress-border-radius);
    }

    header {
        justify-content: space-between;
        padding: 10px 15px;
        box-shadow: 0px 0px 13px -4px #00000091;
        position: fixed;
        max-width: 420px;
        background-color: #fff;
        width: 100%;
        z-index: 9999;
    }


    .total_box01 {
        background-color: #fff;
        border-radius: 8px;
        /* padding: 10px; */
        justify-content: space-between;
        margin-top: 11px;
        box-shadow: 1px 2px 12px #DFE8FF;
    }

    .total_ox_title {
        background: #f5f5f5;
        padding: 10px;
        font-size: 18px;
        font-weight: 600;
        border-radius: 10px 10px 0px 0px;
    }

    .titlee_card01 {
        font-size: 15px;
    }

    ul.tit_list {
        display: flex;
        justify-content: space-between;
        padding: 5px 10px !important;
        border-bottom: 1px solid #bababa;
    }

    .wc {
        color: #fff;
    }

    .bc {
        color: #000;
    }

    .alin_c {
        align-self: center;
    }


    .footer_list {
        justify-content: space-between;
    }

    #sunicon {
        top: 14px;
        position: absolute;
        right: 50px;
        background: #d7e1ff;
        padding: 0px 5px 1px 5px;
        font-size: smaller;
        margin-top: 3px;
        border-radius: 10px
    }

    #sunicon img {
        margin-top: -4px;
        width: 14px;
    }

    footer {
        box-shadow: 0px 0px 13px -4px #00000091;
        padding: 10px 15px;
        position: fixed;
        max-width: 420px;
        background-color: #fff;
        width: 100%;
        z-index: 9999;
        bottom: 0px;
    }

    .gc {
        color: #008A1E !important;
    }

    .rc {
        color: #DE080C;
    }

    .footer {
        background-color: #18162C;
    }


    input:focus-visible,
    select:focus-visible {
        outline: 0px !important;
    }

    .table_scroll {
        overflow-x: scroll;
    }

    ::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }

    ::-webkit-scrollbar-button {
        background: #00000048;
    }

    ::-webkit-scrollbar-track-piece {
        background: #00000048;
    }

    ::-webkit-scrollbar-thumb {
        background: #16171d;
    }

    .toggle_btn {
        background: transparent;
        border: none;
        width: 30px;
        height: 37px;
        cursor: pointer;
        outline: 0;
    }

    .sidebar {
        background: #fff;
        width: 300px;
        position: fixed;
        top: 57px;
        right: -323px;
        height: 100%;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease-out;
        overflow-y: scroll;
        padding: 20px 20px 135px;
    }

    .sidebar ul {
        list-style: none;
    }

    .sidebar ul li {
        display: block;
    }


    .sidbar_list_link {
        font-size: 16px;
        font-weight: 600;
        color: #191D23;
        padding: 12px;
        display: block;
    }

    .sidbar_list_item {
        margin-top: 10px;
    }

    .sidbar_list_item_img1 {
        width: 16px;
        margin-right: 10px;
        margin-left: 6px;
    }

    /* .sidebar ul li a {
            padding:8px 15px;
            font-size:16px;
            color:var(--w-c);
            text-decoration:none;
            display:block;
            position:relative;
            z-index:1;
            transition:all 0.3s ease-out;
            font-weight:500;
        } */

    /* .sidebar ul li a:before {
            content:'';
            position:absolute;
            bottom:0;
            left:50%;
            right:50%;
            transform:translate(-50%,-50%);
            width:0;
            height:1px;
            background:#8080802b;
            z-index:-1;
            transition:all 0.3s ease-out;
        } */

    /* .sidebar ul li a:hover:before { width:100%;} */

    .sidebarshow {
        right: 0;
    }


    .logo {
        width: 120px;
    }


    .footer_s {
        font-size: 12px;
        color: #9DB2CE;
        display: block;
    }

    .foo_ing {
        width: 20px;
    }

    .foo_ing:active {
        fill: #043EDD;
    }

    .footer_link svg {
        fill: gray;
        /* default */
        transition: fill 0.3s ease;
    }

    .footer_link.active svg {
        fill: blue;
    }




    .gsd {
        padding: 75px 15px;
    }

    section {
        position: relative;
    }


    .table_main {
        background-color: #fff;
        border-radius: 8px;
        /* box-shadow: 0px 0px 13px -4px #00000091; */
        overflow-x: hidden;
        padding: 10px;
    }

    .table_scroll {
        overflow-x: scroll;
    }

    .tble_set01 {
        width: 900px;
    }

    .table_heading,
    .table_data {
        font-size: 12px;
        padding: 5px;
        border-bottom: 1px solid #0f0f0f24;
    }

    .footer_link.active .footer_s,
    .footer_link:hover .footer_s {
        color: #386BF6;
        font-weight: 600;
    }

    .inp_for {
        display: block;
        border-radius: 8px;
        border: 1px solid #000;
        font-size: 16px;
        color: #000;
        padding: 8px 20px;
        width: 100%;
        background-color: transparent;
    }

    .menu_01 {
        font-size: 16px;
        font-weight: 600;
        color: #64748B;
    }

    .sidbar_list_item_img {
        width: 24px;
        margin-right: 10px;
    }

    .sidbar_list_link:hover,
    .sidbar_list_link.active,
    .sidbar_list_link.show {
        background-color: #F0F7FF;
        border-radius: 4px;
        padding: 12px;
    }

    .ap_text {
        font-size: 10px;
        font-weight: 500;
        color: #676565;
    }

    .th_text {
        color: #283891;
        font-size: 12px;
        font-weight: 500;
    }

    .trading_box {
        background: linear-gradient(90deg, rgba(32, 79, 208, 1) 33%, rgba(249, 196, 196, 1) 90%);
        padding: 15px;
        border-radius: 8px;
        margin-top: 15px;
    }

    .trading_box_title {
        font-size: 12px;
        font-weight: 500;
    }

    .trading_box_time {
        font-size: 15px;
        font-weight: 500;
    }

    .trading_box_btn_bg {
        background: linear-gradient(90deg, rgba(120, 127, 203, 1) 33%, rgba(254, 178, 179, 1) 90%);
        border-radius: 5px;
        padding: 5px 1px 9px;
        display: inline-block;
    }

    .trading_box_btn {
        background: linear-gradient(90deg, rgba(246, 248, 255, 1) 33%, rgba(215, 226, 255, 1) 90%);
        padding: 12px;
        border-radius: 5px;
        font-size: 10px;
    }

    .page_title {
        font-size: 16px;
        font-weight: 500;
        color: #283891;
        margin-bottom: 0px;
    }

    .bl_c {
        background-color: #283891;
    }

    .sec02 {
        margin-top: 20px;
    }

    .das_img {
        width: 19px;
        margin-right: 15px;
        margin-bottom: 3px;
    }

    .das_title {
        font-size: 12px;
        font-weight: 600;
    }

    .das_text {
        font-size: 12px;
        font-weight: 600;
    }

    .dashboard_box {
        background: linear-gradient(90deg, rgba(246, 248, 255, 1) 33%, rgba(215, 226, 255, 1) 90%);
        padding: 12px;
        border-radius: 7px;
        border: 1px solid #D7E1FF;
        box-shadow: 1px 2px 12px #DFE8FF;
    }

    .box_s {
        padding: 0px 10px 0px 11px !important;
    }

    .box_ss {
        padding: 12px 12px 0px 12px !important;
    }

    .progress {
        font-size: var(--bs-progress-font-size);
        background-color: #FFF !important;
    }

    .ob_box {
        background-color: #fff;
        box-shadow: 1px 1px 8px #D4E6FE;
        border-radius: 7px;
        padding: 10px;
    }

    .ob01 {
        width: 43%;
    }

    .ob02 {
        width: 57%;
    }

    .ob_title {
        font-size: 10px;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .ob_text {
        font-size: 9px;
        font-weight: 400;
        margin-bottom: 6.5px;
    }

    .sidbar_list_link02 {
        padding: 12px;
    }

    .log_out_btn {
        display: block;
        background-color: #F7F8F9;
        color: #B20404;
        padding: 8px;
        border-radius: 4px;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
    }

    .logo_box {
        margin: 50px 0px;
    }

    .form_box {
        padding: 15px 15px 80px;
        /* background-color: #FFFEFE;
        border-radius: 26px 26px 0px 0px;
        box-shadow: 1px 1px 8px #00000057; */
        height: 90vh;
    }

    .form_title {
        font-size: 24px;
        font-weight: 600;
        color: #160D1F;
    }

    .form_text {
        font-size: 15px;
        font-weight: 300;
    }

    .form_lable {
        font-size: 16px;
        font-weight: 500;
    }

    .form_input {
        font-size: 15px;
        color: #000;
        border: 1px solid #6E6A6A;
        border-radius: 12px;
        background-color: transparent;
        width: 100%;
        padding: 10px 20px;
        display: block;
        margin: 5px 0px 15px;
    }

    .form_link {
        color: #043EDD;
        font-size: 12px;
        display: block;
        text-align: end;
        margin-top: -5px;
        margin-bottom: -5px;
    }

    .form_btn {
        display: block;
        width: 100%;
        border-radius: 12px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        background-color: #283891;
        margin-top: 20px;
        border: none !important;
        padding: 10px 0px;
    }

    .bbc {
        color: #043EDD;
    }

    .form_last_text {
        font-size: 12px;
        font-weight: 500;
        margin-top: 20px;
    }

    .country_code {
        width: 108px !important;
    }

    .otp_input {
        width: 55px;
    }

    .otp_div {
        justify-content: center;
        column-gap: 20px;
    }

    .form_logo {
        width: 200px;
    }

    .form_span {
        font-size: 9px;
    }

    .sid_bar_dropdown {
        position: relative !important;
        transform: translate3d(0px, 0px, 0px) !important;
        border: none !important;
    }

    .sid_bar_dropdown_item {
        font-size: 16px;
        /* font-weight: 600 !important; */
        margin-left: 30px;
        margin-top: 15px;
    }

    .sid_bar_dropdown_item:hover {
        background-color: transparent !important;
    }

    .arrow_img {
        width: 30px;
        right: 10px;
        position: absolute;
        transform: rotate(90deg);
        transition: all ease-in-out .5s;

    }

    .sidbar_list_link.show .arrow_img {
        transform: rotate(360deg);
        transition: all ease-in-out .5s;
    }

    .profile_img {
        width: 68px;
    }

    .form_text_d.text-center {
        font-size: 10px;
        color: #6C6C6C;
        font-weight: 500;
        margin-bottom: 5px;
    }

    .Referral_img {
        width: 153px;
    }

    .s_m_i {
        width: 36px;
    }

    .s_m_i_box {
        justify-content: center;
        column-gap: 20px;
    }