/* Global Css */
.desktop_none {
    display: none !important;
}

.mobile_none {
    display: block !important;
}

/**********************/
/* Dashboard Css Start */
.wallet_modaltop{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px !important;
    align-self: stretch;
}
.wallet_modaltitle{
    color: var(--Primary, #005928);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "DM Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
    letter-spacing: -1px;
    text-transform: capitalize;
    margin: 0px;
}
.wallet_modalbtnbar{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 20px !important;
    align-self: stretch;
}
.wallet_modalbtn{
    display: flex;
    padding: 16px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 1px solid #F1F1F1;
    background: var(--Grayscale-200---Near-White, #FAFAFA);
    color: var(--Grayscale-600---Dark, #8A8A8A);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 23.4px */
    letter-spacing: -1px;
    text-transform: capitalize;
}
.wallet_modalbtn.active{
    display: flex;
    padding: 16px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border: 1px solid rgba(55, 164, 79, 0.30);
    background: linear-gradient(0deg, rgba(55, 164, 79, 0.10) 0%, rgba(55, 164, 79, 0.10) 100%), #FFF;
    color: var(--Primary, #005928);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 23.4px */
    letter-spacing: -1px;
    text-transform: capitalize;
}
.wallet_modalmid{
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(55, 164, 79, 0.30);
    background: #FFF;
    gap: 0px !important;
    
}
.wallet_modalmidtitlebar{
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: linear-gradient(0deg, rgba(55, 164, 79, 0.10) 0%, rgba(55, 164, 79, 0.10) 100%), #FFF;
}
.wallet_modalmidtitle{
    color: var(--Primary, #005928);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 31.2px */
    letter-spacing: -1px;
    text-transform: capitalize;
    margin: 0px;
}
.wallet_midcontentbar{
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
.mid_contentline{
    display: flex;
    align-items: flex-start;
    gap: 40px !important;
    align-self: stretch;
}
.mid_contentinner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    width: 100%;
}
.mid_contenttitle{
    color: var(--Primary, #005928) !important;
    font-family: "DM Sans" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 160% !important;
    margin: 0px !important;
}
.mid_contenttext{
    color: var(--Dark-Green, #032703) !important;
    font-family: "DM Sans" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 160% !important;
    margin: 0px !important;
}
.wallet_bottom{
    display: flex;
    align-items: normal;
    gap: 24px;
}


.dashboard_mainsec{
    margin-top: 122px;
}
.id_blue{
    color: var(--Grayscale-Functional-Info-Blue, #2F85DE);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    text-transform: capitalize;
    margin: 0px;
}
.dashboard_s1 {
    padding: 254px 0px 0px;
    position: absolute;
    width: 100%;
    top: -10px;
    z-index: 1000;
}

.dashboard_c1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 124px;
}

.dashboard_titlebar {
    display: flex;
    max-width: 586px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 13px;
}

.dashboard_title {
    color: var(--Grayscale-200---Near-White, #FAFAFA);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "DM Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1px;
    text-transform: capitalize;
    margin: 0px;
}

.dashboard_subtitle {
    color: var(--Base-03, #BDBDBD);
    text-align: center;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin: 0px;
}

.dashboard_signoutbtn {
    display: flex;
    padding: 2px 0px;
    align-items: center;
    gap: 16px;
    color: var(--Accent, #FFD25D);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    text-transform: capitalize;
    border-radius: 0px;
}

.dashboard_tabbar {
    display: flex;
    padding: 6px;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border: none;
    border-radius: 8px 8px 0px 0px;
    background: var(--Base-White, #FFF);
}

.dashboard_tabbtn {
    display: flex;
    height: 44px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border: none;
    background-color: #FFFFFF;
    color: var(--Grayscale-700---Darker, #636363);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    border-radius: 0px;
    text-transform: capitalize;
}
.dashboard_tabbar{
    border-radius: 0px;
}
.dashboard_tabbtn:hover {
    color: var(--Grayscale-Near-Black, #0E0E0E);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    text-transform: capitalize;
    border: 1px solid var(--Grayscale-500---Light, #C7C7C7);
    background: var(--Grayscale-400---Lighter, #E4E4E4);
}

.dashboard_tabbtn.active {
    color: var(--Grayscale-Near-Black, #0E0E0E);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    text-transform: capitalize;
    border: 1px solid var(--Grayscale-500---Light, #C7C7C7);
    background: var(--Grayscale-400---Lighter, #E4E4E4);
}

.dashboard_s2 {
    padding: 64px 0px;
    background-color: #FAFAFA;
    background-image: url(../media/dashboard_contentbg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
}

.overview_tabcontent {
    display: flex;
    gap: 24px;
}

.overview_left {
    display: flex;
    padding: var(--Lrg, 40px);
    flex-direction: column;
    gap: 32px;
    justify-content: center;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Base-04, #E9E9E9);
    background: var(--Base-White, #FFF);
}

.overview_right {
    display: flex;
    padding: var(--Lrg, 40px);
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--Base-04, #E9E9E9);
    background: var(--Base-White, #FFF);
}

.overview_lefttop {
    display: flex;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
}

.overview_leftbottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-self: stretch;
}

.overview_lefttopbtnbar {
    display: flex;
    gap: 16px;
}

.overview_btn {
    display: flex;
    height: 56px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--Primary, #005928);
    box-shadow: 0px 1px 2px 0px rgba(27, 62, 14, 0.25), 0px 0px 0px 1px #0E7413 inset, 0px 1px 1px 1px rgba(255, 255, 255, 0.25) inset, 0px -1px 1px 1px rgba(62, 170, 35, 0.25) inset;
    color: #FFF;
    text-align: center;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 36px */
    text-transform: capitalize;
    border-radius: 0px;
}

.overview_btn:hover {
    background: var(--Accent, #FAFAFA);
    color: var(--Base-Off-White, #005928);
}

.over_bacalanceamount {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.balance_titlebar {
    display: flex;
    justify-content: space-between;
}

.balance_titletext {
    color: var(--Text, #667085);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0px;
}

.balance_amounttext {
    color: var(--Grayscale-Near-Black, #0E0E0E);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 31.2px */
    letter-spacing: -1px;
    text-transform: capitalize;
    margin: 0px;
}

.balance_amountgreen {
    color: var(--Grayscale-Functional-Success-Green, #0D990D);
    text-align: right;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 31.2px */
    letter-spacing: -1px;
    text-transform: capitalize;
    margin: 0px;
}

.overview_loyality {
    color: var(--Base-Off-Black, #0F0F0F);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0px;
}

.overview_progressbar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    align-self: stretch;
}

.progressbar_titlebar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-self: stretch;

}

.progressbar_title {
    color: var(--Base-Off-Black, #0F0F0F);
    text-align: center;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0px;
}

.progressbar_discountbar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-self: stretch;
}

.progress_discounttext {
    color: var(--Base-Off-Black, #0F0F0F);
    text-align: center;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0px;
}

.progress_outline {
    height: 8px;
    flex-shrink: 0;
    border-radius: 4px;
    background: var(--Base-04, #E9E9E9);
}

.progress_inner {
    width: 90%;
    height: 8px;
    flex-shrink: 0;
    border-radius: 4px;
    background: var(--Base-04, #0F0F0F);
}

.progressbar_main {
    position: relative;
    display: flex;
    align-items: center;
    height: 28px;
}

.progress_imagebar {
    position: absolute;
    display: flex;
    justify-content: space-around;
    top: 0px;
}

/* Graph Css */
.overview_graphbar {
    height: 240px;
}

.chart-container {
    position: relative;
    margin: auto;
    height: 99%;
}

.canva_graph {
    width: 100% !important;
    height: 100% !important;
}

.details_right {
    align-self: auto;
}

.history_sortbtn {
    display: flex;
    padding: 8px 24px 8px 32px;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
    border-radius: 0px;
    border: 1px solid var(--Base-04, #E9E9E9);
    background: var(--Base-White, #FFF);
    color: var(--Base-Off-Black, #0F0F0F);
    text-align: center;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.history_tabcontent {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.dashboard_historycard {
    flex: 1 1 calc(25% - 24px);
    display: flex;
    flex-direction: column;
    border-radius: 0px;
    border: 1px solid var(--Base-04, #E9E9E9);
}

.history_cardbottom {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    height: 100%;
    border-radius: 0px;
    align-self: stretch;
    background: var(--Base-White, #FFF);
}

.history_cardtitlebar {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-self: stretch;
}

.history_cardtitle {
    color: var(--Primary, #005928);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1px;
    text-transform: capitalize;
    margin: 0px;
}

.history_cardsubtitle {
    color: var(--Grayscale-600---Dark, #8A8A8A);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0px;
}

.history_cardorderbar {
    display: flex;
    justify-content: space-between;
}

.history_cardbtn {
    padding: 0px;
    border: none;
    border-radius: 0px;
    color: var(--Accent, #7E0E53);
    font-family: ""DM Sans"";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: capitalize;
}

.history_cardimg {
    border-radius: 0px;
    height: 407px !important;
}

.wallet_table_header tr th {
    background: var(--Base-Off-Black, #0F0F0F);
    height: 44px;
}

.wallet_tabletitle {
    color: var(--Base-Off-White, #FAFAFA);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    text-align: start;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0px;
}

.wallet_rightbottom {
    border: 1px solid #E9E9E9;
    border-radius: 0px;
}

.wallet_table_header tr th:first-child {
    padding-left: 24px;
}

.wallet_table_header tr th:last-child {
    padding-right: 24px;
}

.wallet_table_body tr td:first-child {
    padding-left: 24px;
}

.wallet_table_body tr td:last-child {
    padding-right: 24px;
    text-align: -webkit-right;
}

.wallet_table_body tr td {
    height: 72px;
    padding: 16px 24px;
}

.wallet_table_bodytext {
    color: var(--Base-Off-Black, #0F0F0F);
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-style: normal;
    text-align: start;
    font-weight: 500;
    line-height: 160%;
    margin: 0px;
}

.wallet_tablebtn {
    display: flex;
    padding: 8px 13px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /*flex: 1 0 0;*/
    border-radius: 0px;
    border: 1px solid rgba(55, 164, 79, 0.30);
    background: rgba(55, 164, 79, 0.10);
    color: var(--Primary, #005928);
    text-align: center;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    text-transform: capitalize;
}

.wallet_table_body tr {
    border-bottom: 1px solid #E9E9E9;
}

.wallet_table_body tr:last-child {
    border-bottom: none;
}

.wallet_table_header tr th {
    padding: 12px 24px;
}

.wallet_paginationmain {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.pagination_arrowbtn {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 36px;
    width: 36px;
    border-radius: 0px;
    background: var(--Primary, #005928);
    box-shadow: 0px 1px 2px 0px rgba(27, 62, 14, 0.25), 0px 0px 0px 1px #0E7413 inset, 0px 1px 1px 1px rgba(255, 255, 255, 0.25) inset, 0px -1px 1px 1px rgba(62, 170, 35, 0.25) inset;
}

.pagination_arrowbtn.active {
    border: 1px solid var(--Base-04, #0F0F0F);
}

.pagination_arrowbtn:hover {
    border: 1px solid var(--Base-04, #0F0F0F);
}

.pagination_numberbar {
    display: flex;
    align-items: flex-start;
    gap: 2px;
}

.pagination_numberbtn {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    align-self: stretch;
    color: var(--Base-Off-Black, #0F0F0F);
    text-align: center;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.pagination_numberbtn.active {
    border-radius: 20px;
    border: 1px solid rgba(55, 164, 79, 0.30);
    background: rgba(55, 164, 79, 0.10);
}
.checkout_firstlast{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.first_last{
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.checkout_textbox{
    display: flex;
    height: 56px;
    padding: 16px 24px 16px 32px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    border: 1px solid var(--Grayscale-400---Lighter, #E4E4E4);
    background-color: var(--Grayscale-200---Near-White, #FAFAFA);
    color: var(--Grayscale-800---Darkest, #434343);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    text-transform: capitalize;
}
.detail_title{
    color: var(--Primary, #005928);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "DM Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
    letter-spacing: -1px;
    text-transform: capitalize;
    margin: 0px;
}
.checkout_title{
    color: var(--Grayscale-Near-Black, #0E0E0E);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "DM Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
    letter-spacing: -1px;
    text-transform: capitalize;
    margin: 0px;
}
.det_modal_content{
    padding: 40px;
}
.det_modal_body{
    padding: 0px;
}
.det_modaltitlebar{
    display: flex;
    flex-direction: column;
}

.det_modal_content{
    padding: 40px !important;
}
.det_modalsubtitle{
    margin: 0px;
}
.det_modal_content{
    width: 454px;
    margin: auto;
}
.det_modalclosebtn{
    position: absolute; 
    top: 20px !important; 
    right: 20px !important;
    font-size: 12px !important;
}
.checkout_midline{
    height: 1px;
    width: 100%;
    background-color: #E4E4E4;
}
.sort_green{
    color: var(--Primary, #005928);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    text-transform: capitalize;
    margin: 0px;
}
.wallet_modal_outline {
    display: flex !important;
    justify-content: center;
}

.wallet_modal_content {
    width: auto;
    border-radius: 0px;
    padding: 0px;
}

.wallet_modal_body {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 50px 27px 27px 27px;
    width: 811px;
}
.wallet_modaltop{
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
}
/* Dashboard Css End */

















@media only screen and (max-width: 600px) {
    /* Global Css */
    .desktop_none{
        display: block !important;
    }
    .mobile_none{
        display: none !important;
    }
 /* Dashboard Css Start */
 .wallet_modal_content{
     padding: 0px !important;
 }
 .wallet_modal_body{
     padding: 24px 8px;
 }
 .wallet_midcontentbar{
     padding: 8px;
     gap: 8px !important;
 }
 .mid_contentline{
     gap: 8px !important;
 }
 .mid_contentinner{
     gap: 8px !important;
     flex-direction: row !important;
 }
 .wallet_modalbtn{
     font-size: 14px;
     line-height: 115%;
 }
 .wallet_modalbtn.active{
     font-size: 14px;
     line-height: 115%;
 }
 .wallet_modalbtnbar{
     gap: 8px !important;
 }
.dashboard_signoutbtn {
    border-bottom: 1px solid #FFD25D;
}
 .wallet_modalbtnbar{
     flex-direction: column;
 }
 .mid_contentline{
     flex-direction: column;
 }
 .wallet_bottom{
     flex-direction: column;
     gap: 24px !important;
 }
 .wallet_modal_body{
     width: auto;
 }
 .wallet_modalbtn{
     width: 100%;
 }
 
 
 .mob_tabbtntext{
     color: var(--Primary, #005928);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    margin: 0px;
 }
 .det_modaltitle{
     padding: 0px !important;
 }
 .det_modal_content{
    width: 327px;
    margin: auto;
}
 .det_modal_content{
    padding: 40px 24px !important;
}
.det_modaltitle{
    margin: 0px;
    font-size: 24px !important;
}
.detail_title{
    color: var(--Primary, #005928);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "DM Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
    letter-spacing: -1px;
    text-transform: capitalize;
}
.checkout_title{
    color: var(--Primary, #005928);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "DM Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1px;
    text-transform: capitalize;
}
 .first_last{
    flex-direction: column;
 }
 .dashboard_mainsec{
    margin-top: 91px;
 }
 .dashboard_s1 {
    padding: 114px 0px 24px;
}

.dashboard_c1 {
    padding: 0px 24px;
    gap: 22px;
}

.dashboard_titlebar {
    padding: 40px 0px;
    gap: 16px;
}

.dashboard_title {
    font-size: 32px;
}

.dashboard_mobtab {
    display: flex;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    justify-content: space-between;
    background: var(--Base-White, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.dashboard_mobtab:hover {
    display: flex;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    justify-content: space-between;
    background: var(--Base-White, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.dashboard_mobtab.show {
    display: flex;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    justify-content: space-between;
    background: var(--Base-White, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.mobtab_button_bar {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px 8px;
    width: 100%;
}

.dashboard_tabbtn.active {
    border-radius: 0px;
}

.dashboard_tabbtn:hover {
    border-radius: 0px;
}

.details_right {
    align-self: stretch;
}

.overview_left {
    padding: 24px;
    border-radius: 0px;
    gap: 24px;
    border: none;
}

.overview_right {
    padding: 24px;
    border-radius: 0px;
    gap: 24px;
    border: none;
}

.canva_graph {
    width: 600px !important;
}

.y-axis-label {
    font-size: 10px; /* Adjust font size for mobile devices */
}

.dashboard_s2 {
    padding: 0px;
}

.dashboard_c2 {
    padding: 0px;
}

.overview_tabcontent {
    gap: 0px;
    flex-direction: column;
}

.progress_discounttext {
    max-width: 70px;
    line-height: 120%;
}

.overview_lefttopbtnbar {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.overview_lefttop {
    flex-direction: column;
    gap: 16px;
    text-align: center;
}

.history_tabcontent {
    padding: 24px;
}

.dashboard_historycard {
    flex: 1 1 calc(100% - 24px);
}

.wallet_table {
    width: 650px;
    border: 1px solid #E9E9E9;
}

.wallet_rightmob {
    padding: 24px 0px;
}

.wallet_righttopmob {
    padding: 0px 24px;
}

.wallet_tablemain {
    padding-left: 24px;
}

.wallet_rightbottom {
    border: none;
    border-radius: 0px;
    padding: 0px 24px;
}

.wallet_paginationmain {
    padding: 0px 24px;
}

/* Dashboard Css End */

}


@media only screen and (min-width: 400px) and (max-width:700px) {}

@media only screen and (min-width: 1200px) and (max-width:1348px) {
    .overview_btn{
        padding: 10px 12px;
    }
}

@media only screen and (min-width: 1349px) and (max-width:1439px) {
    .overview_btn{
        padding: 10px 12px;
    }
}

@media only screen and (min-width: 1440px) and (max-width:1499px) {
    .overview_btn{
        padding: 10px 12px;
    }
}

@media only screen and (min-width: 1500px) and (max-width:1599px) {}

@media only screen and (min-width: 1600px) and (max-width:1699px) {}

@media only screen and (min-width: 1700px) and (max-width:1799px) {}

@media only screen and (min-width: 1800px) and (max-width:1919px) {}