
.line {
    fill: none;
    stroke-width: 2px;
}

.axis-label {
    font: 1rem sans-serif;
}

.legend {
    font: 1.2rem sans-serif;
}

.customer_tooltip {
    position: absolute;
    z-index: 9;
    text-align: start;
    width: auto;
    height: auto;
    padding: 1rem;
    box-shadow: -4.44px 4.44px 4.44px 0px rgba(0, 0, 0, 0.01);
    border: 2.22px solid rgba(255, 255, 255, 1);
    background: radial-gradient(95.52% 187.61% at 46.23% 4.5%, rgba(235, 235, 235, 0.74) 25.5%, rgba(255, 255, 255, 0.444) 100%);
    border-radius: 3px;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
    gap: 1rem;
    color: rgba(111, 101, 140, 1);
    font-size: 1.2rem;
    font-weight: 400;
}

.customer_tooltip span {
    font-size: 1.4rem;
    font-weight: 700;
    color: rgba(10, 10, 10, 1);
}

.customer_tooltip b {
    font-size: 2rem;
}

.domain {
    stroke: transparent;
    display: none;
}

.tick line {
    stroke: transparent;
}

text {
    fill: rgba(152, 156, 171, 1);
    font-size: 1.4rem;
    font-weight: 400;
}

circle {
    cursor: pointer;
}

.new-point {
    fill: rgba(255, 201, 85, 1);
}

.retained-point {
    fill: rgba(92, 194, 245, 1);
}

.total-point {
    fill: rgba(122, 90, 214, 1);
}

.totalCount {
    color: rgba(7, 10, 33, 1);
    fill: unset;
    font-size: 1.8rem;
    font-weight: 600;
}

/****************CUSTOMERS CHART CSS BEGINS HERE************************* */
.legend_circle{
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
}
.legend_color_blue{
    background: rgba(92, 194, 245, 1);
}
.legend_color_yellow{
    background: rgba(255, 201, 85, 1);
}
.legend_color_violet{
    background: rgba(122, 90, 214, 1);
}
.customersAndExpenses--chartSec,.sales_analyticsAndTaxation{
    display: grid;
    grid-template-columns: 68% 30%;
    gap: 3.2rem;
    margin-top: 3rem;
}
.customers_overview{
    display: grid;
    gap: 2.8rem;
    padding: 16px 24px;
}
.chart_legend--sec{
    display: grid;
    gap: 1.6rem;
}
.legend_color_indicator{
    gap: 3.6rem;
}
.legend_total,.legend_new,.legend_retained{
    gap: 7px;
    align-items: unset;
}
.customer_count_section{
    display: grid;
    gap: 6px;
}
.customer_type{
    font-size: var(--font14);
    font-weight: 400;
}
#graph-container{
    height: 28.6rem;
}
#profit_loss_container svg{
    overflow: visible;
}
#graph-container .x.axis text {
    transform: translateY(-2px);
}
#profit_loss_container .x.axis text {
    transform: translateY(-2px);
}

/****************CUSTOMERS CHART CSS ENDS HERE**************************/

/****************EXPENSES ANALYSIS CHART CSS STARTS HERE */
.expense_chart_container{
    height: 32rem;
    position: relative;
}
.expense_chart_container_dashboard{
    height: 32rem;
    position: relative;
}

.expenses_analysis{
    padding: 2rem 2.4rem;
}
.expense_color_indicators {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.expense_type {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.expense_name{
    display: flex;
    align-items: center;
    gap: 1.4rem;
}
.color_circ{
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    flex: 0 0 auto;
}
.expense_color_1{
    /* background: linear-gradient(180deg, #B09FFF 0%, #8D79F6 100%); */
    background: linear-gradient(180deg, #B09FFF 0%, #8D79F6 100%);

}
.team_color_1{
    /* background: linear-gradient(180deg, #B09FFF 0%, #8D79F6 100%); */
    background: linear-gradient(180deg, #81DA23 0%, #81DA23 100%);

}
.custom-failed-class{
    background-color:#9491911f !important;
    width: 100px !important;
    height: 33px !important;
}
.expense_color_2{
    background: linear-gradient(180deg, #7AD3FF 0%, #4FBAF0 100%);
}
.team_color_2{
    background: linear-gradient(180deg, #7AD3FF 0%, #4FBAF0 100%);
}
.NoDataShowScript .btn_add_customer{
    margin: 0 auto;
}
.NoDataShowScript a{
    width: 116px !important;
}
.expense_chart_data .font_dark.font20.font_weight_600.text__align__center{
    margin-bottom: .8rem;
}
.NoDataShowScript .font12.font_weight_400.font_medium.text__align__center{
    margin-bottom: 1rem;
}
.NoDataShowScript .font12.font_weight_500.font_medium.mb-3.text__align__center{
margin-bottom: .4rem !important;
}
.NoDataShowScript .dropdown_select a{
    border-radius: .6rem;
}
.flexCoulmn{
    flex-direction: column;
}
.expense_color_3{
    background: linear-gradient(180deg, #FFD572 0%, #FEBD38 100%);
}
.team_color_3{
    background: linear-gradient(180deg, #FFD572 0%, #FEBD38 100%);
}
.expense_color_4{
    background: linear-gradient(155.45deg, #FFB8BF 8.27%, #EF909A 39.1%);
}
.team_color_4{
    background: linear-gradient(155.45deg, #FFB8BF 8.27%, #EF909A 39.1%);
}
.up_indicator{
    font-size: 2rem;
    color: #1EC70F;
    font-family: monospace;
}
.down_indicator{
    font-size: 2rem;
    color: #E02C2C;
    font-family: monospace;
}
.expense_tooltip {
    position: absolute;
    visibility: hidden;
    background: radial-gradient(90.38% 193.93% at 93.82% 33.33%, rgba(248, 248, 248, 0.7) 19%, rgba(255, 255, 255, 0.42) 100%);
    border: 2px solid #FFFFFF;
    box-shadow: -3.99px 3.99px 3.99px 0px #00000003;
    padding: 6px 12px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s;
    min-width: 10.4rem;
    width: fit-content;
}
.centerData {
    transform: translate(-50%,-50%);
    display: grid;
    text-align: center;
    gap: 5px;
}
.font_monospace{
    font-family: monospace;
    font-size: larger;
}
.arrow_upward{
    color: #1EC70F;
}
.arrow_downward{
    color: #E02C2C;
}
.expense_chart_nodata p {
    max-width: 25rem;
    margin: 0px auto;
    text-align: center;
    margin-top: 4.5rem;
}
.expense_chart_nodata_img img {
    margin: 0px auto;
}
.expense_color_indicators {
    display: grid;
    gap: 20px;
}

.expense_color_indicators:has(:only-child) {
    grid-template-columns: 1fr;
}

.expense_color_indicators:not(:has(:only-child)) {
    grid-template-columns: repeat(2, 1fr);
}
/****************EXPENSES ANALYSIS CHART CSS ENDS HERE****************/

/****************SALES ANALYTICS CHART CSS STARTS HERE  */
#sales_analysis_container,#team_status_container{
    height: 28.6rem;
}
.sales_tooltip {
    position: absolute;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 5.84px 0px rgba(0, 0, 0, 0.15);
    padding: 6px 10px;
    border-radius: 12px;
    pointer-events: none;
    opacity: 0;
}
#sales_analysis_container{
    position: relative;
}
.sales_analytics{
    display: grid;
    gap: 2.4rem;
    padding: 2rem 2.4rem;
}
.totalSales_count{
    gap: 6px;
}
.sales_percent_indicator{
    margin-left: 6px;
}
.team_status_wrap{
    padding: 2.4rem;
}
.team_status{
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
}
.employees_status_details{
    display: grid;
    gap: 1.2rem;
}
.employees_status_details > div{
    height: 5rem;
}
.employees_status_details > div:not(:last-child) {
    border-bottom: 1px solid rgba(236, 236, 236, 1);
}
 /* PROFIT AND LOSS CSS STARTS HERE */
 #profit_loss_container{
    height: 28rem;
    position: relative;
 }
 #profit_loss_container .tooltip{
    position: absolute;
    background: radial-gradient(90.38% 193.93% at 93.82% 33.33%, rgba(248, 248, 248, 0.7) 19%, rgba(255, 255, 255, 0.72) 100%);
    border: 2px solid #FFFFFF;
    box-shadow: -3.99px 3.99px 3.99px 0px #00000003;
    pointer-events: none;
    min-width: 10rem;
 }
 #profit_loss_container .bar-label{
    fill: rgba(255, 255, 255, 1);

 }

 #profit_loss_containerMobile{
    height: 17rem;
    position: relative;
 }
 #profit_loss_containerMobile .tooltip{
    position: absolute;
    background: radial-gradient(90.38% 193.93% at 93.82% 33.33%, rgba(248, 248, 248, 0.7) 19%, rgba(255, 255, 255, 0.72) 100%);
    border: 2px solid #FFFFFF;
    box-shadow: -3.99px 3.99px 3.99px 0px #00000003;
    pointer-events: none;
    min-width: 10rem;
 }
 #profit_loss_containerMobile .bar-label{
    fill: rgba(255, 255, 255, 1);

 }
 .sqr{
    width: 15px;
    height: 15px;
    border-radius: 3px;
    display: block;
 }
 .totalProfit{
    background: repeating-linear-gradient(45deg, #C9C1FF, white 3px);
 }
 .netProfit{
    background: rgba(201, 193, 255, 1);
 }
 .netLoss{
    background: rgba(255, 121, 135, 1);
 }
 .totalLoss{
    background: repeating-linear-gradient(45deg, #FF7987, white 4px);
 }
 .pl_report{
    display: grid;
    gap: 2rem;
    padding: 2rem 2.4rem;
    margin-top: 3rem;
 }
 .pl_values_holder{
    border-bottom: 1px solid #E1E1E3;
 }
 .pl_chartSec{
    display: grid;
    grid-template-columns: max-content 85%;
    align-items: flex-start;
    justify-content: space-between;
 }
 .pl_values_container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
 }
 .do_more{
    margin-top: 3rem;
 }
/****************ENDS HERE***************************************/

/* team status */
.teamStatus--recentlyAddedMembers{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 3.2rem;
    margin-top: 3rem;
}
.recentlyAddedMembersWrap{
    padding: 2rem 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.members_details_container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.6rem;
}
.members_details_card{
    border: 1.14px solid #EFEFEF;
    padding: 1.6rem;
    display: grid;
    gap: 2.4rem;
}
.br50{
    border-radius: 50%;
}
.statusPending{
    background: #FFF3E0;
    color: #B28512;
}
.statusOnline{
    background: #E0FFE1;
    color: #12B218;    ;
}
.statusDeactivate{
    background: #1C1C1C;
    color: #ffffff;
}
.status_btn{
    height: 3.8rem;
    padding: 0 2rem;
    display: grid;
    place-items: center;
    border-radius: 2rem;
}
/* Taxation */
.taxation{
    padding: 1.6rem 2.4rem;
}
.tax_content{
    padding: 3rem 0 2rem;
    border-bottom: 1px solid #ECECEC;
    display: grid;
    gap: 10px;
}
.tax_content:last-child{
    border-bottom: none;
}
.color--green{
    color: #00A65C
}
.color--red{
    color: #E02C2C
}
.neg_mt{
    margin-top: -1rem;
}
/****************RESPONSE STARTS HERE****************************/
@media screen and (min-width:1024px) and (max-width:1366px) {
    .customersAndExpenses--chartSec,.sales_analyticsAndTaxation,.teamStatus--recentlyAddedMembers{
        grid-template-columns: 1fr;
    }
}
/****************RESPONSE ENDS HERE****************************/


/* hover chart */
.sub__boxes__clmn svg text{
    fill: #fff;
}
svg.hover-chart:empty{
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}
.nodata_chart{
    margin: 5px 20px 5px 20px;
    flex: 1;
}
.sub__boxes__clmn .sub__boxxes__rgt{
    display: flex;
}
.sub__boxes__clmn.showChart .sub__boxxes__rgt,
.sub__boxes__clmn.showChart .svg___border,
.sub__boxes__clmn.showChart .sub__boxes__bottom{
    display: none;
}
.nodata_chart{
    display: none;
}
.sub__boxes__clmn.showChart .nodata_chart{
    display: flex;
}
.empty_state_chart{
    flex: 1;
    display: none;
}
.sales_percent_indicator{
    color: rgba(61, 213, 152, 1);
}
@media screen and (max-width:1024px){
.pl_chartSec{
    gap: 1.6rem;
grid-template-columns: repeat(1,1fr);
}
.expense_color_indicators{
    margin-top: 3rem;
}
.OverFlowGrap{
    position: relative;
    justify-content: start;
    display: flex;
}
.pl_chartSec .overflowCiontaIn{
    position: relative;
    left: -4rem;
}
.BtnToolTips{
    height: 100%;
    display: flex;
    align-items: center;
    position: sticky;
    top: 50%;
    left: 50%;
    z-index: 11;
}
.BtnRight{
    background:#FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3rem 0 0 3rem;
    width: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.1rem;

}
.lineBorder{
    border-left: 0.5px dashed rgba(0, 0, 0, 0.3);
    position: absolute;
    height: 100%;
    left: 1rem;
}
.BtnLeft{
    background:#FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0 3rem 3rem 0;
    width: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.1rem;
}
.expense_chart_container{
    display: flex;
    width: fit-content;
    margin: 1rem auto 0 auto;
}
.expense_chart_container_dashboard{
    display: flex;
    width: fit-content;
    margin: 1rem auto 0 auto;
}

.expense_chart_data .font_dark.font20.font_weight_600{
    font-size: 1.2rem;
    color: rgba(7, 10, 33, 0.5);
    font-weight: 500;
}
.expense_chart_data{
    margin-top: 1rem;
}
.expense_chart_data{
    padding: 1.2rem;
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 25.5%, rgba(255, 255, 255, 0.6) 100%);
    box-shadow: -4.57px 4.57px 4.57px 0px rgba(0, 0, 0, 0.01), 4.57px -4.57px 4.57px 0px rgba(0, 0, 0, 0.01);
    border: 2px solid #FFFFFF
}
.customer_type{
    white-space: nowrap;
}
.AiGraphMobile  .legend_circle{
width: .8rem;
height: .8rem;
}
.customer_type{
    color: rgba(42, 42, 42, 1);
    font-size: 1rem;
    font-weight: 400;
}
.totalCount{
    font-size: 1.2rem;
    font-weight: 600;
}
.expense_percent{
    display: flex;
    align-items: center;
}
.expense_type .font_dark.font14.font_weight_700{
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.font_medium.font14.font_weight_400{
    white-space: nowrap;
}
.expense_type{
    gap: 1rem;
}
.legend_color_indicator{
    gap: 1.5rem;
}
.customers_overview{
    padding: 1.2rem;
}
#graph-containerMobile{
    min-width: 70rem;
    overflow: scroll;
    height: 16rem;

}

.SalesGarpHSEc{
    border: 2px solid rgba(255, 255, 255, 1);
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 25.5%, rgba(255, 255, 255, 0.6) 100%);
    padding: 1.2rem;
    box-shadow:-4.57px 4.57px 4.57px 0px rgba(0, 0, 0, 0.01), 4.57px -4.57px 4.57px 0px rgba(0, 0, 0, 0.01);

}
.OverFlowGrap{
    overflow: scroll;
}
#sales_analysis_container{
    margin-top: 3rem;
}
.pl_values_container{
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 5rem;
}
.AiGraphMobile .totalProfit{
    background: rgba(237, 235, 255, 1);
}
.AiGraphMobile .totalLoss{
    background: rgba(201, 193, 255, 1);
}
.AiGraphMobile .netLoss{
    background: rgba(255, 235, 237, 1);

}
.AiGraphMobile .netProfit{
    background: rgba(255, 121, 135, 1);
}
.pl_values_holder{
    display: flex;
    border-bottom: 0;
    gap: 2rem;
    position: relative;
}
.pl_values_holder:after{
    content: '';
    position: absolute;
    height: 100%;
    border-right: 1px solid rgba(225, 225, 227, 1);
    right: -2.5rem;
}
.pl_values_holder .custom_mb30{
    margin-bottom: 0;
}
.net_profit_holder .font_light.font_weight_300.font14{
    display: none;
}
.pl_values_holder .custom_mb30 .font_medium.font_weight_400.font12{
    color: rgba(42, 42, 42, 1);
    font-size: .9rem;
    font-weight: 400;
}
.net_profit_holder .font12{
    color: rgba(42, 42, 42, 1);
    font-size: .9rem;
    font-weight: 400;
}
.pl_values_holder .custom_mb30 .font_dark.font_weight_600.font20,.net_profit_holder .font_dark.font_weight_600.font20{
font-size: 1.1rem;
font-weight: 600;
color: rgba(7, 10, 33, 1);
}
.AiGraphMobile .dropdown_select a{
    padding: .6rem .8rem;
    justify-content: center;
    gap: .4rem;
    width: 100px
}
.AiGraphMobile .dropdown_select a span{
    font-size: 1rem;
    font-weight: 400;
    margin-right: 0;
}

.AiGraphMobile .customersAndExpenses--chartSec, .sales_analyticsAndTaxation{
    grid-template-columns: repeat(1,1fr);
}
.pl_report .dropdown a svg,.pl_report .dropdown a img{
    width: 1.4rem;
    height: 1.4rem;
}

.pl_report,.sales_analytics,.customers_overview{
    padding: .8rem;
    margin-top: 1rem;
}
.customers_overview{
    margin-top: 1rem;
}
.sales_analyticsAndTaxation{
    margin-top: 0;
}
.sales_analytics .flex_default:nth-child(2){
    align-items: end;
}
.sales_analytics .flex_default:nth-child(2) .totalSales_count{
    flex-direction: column;
    align-items: end;
}
.sales_analyticsAndTaxation .flex_default.flex_space_between .font_dark.font20.font_weight_600{
    color: rgba(7, 10, 33, 0.5);
    font-weight: 500;
    font-size: 1.2rem;
}
.pl_report.default_card_bg .flex_default.flex_space_between .font_dark.font20.font_weight_600,.chart_legend--sec .font_dark.font20.font_weight_600{
    font-size:1.2rem ;
    color: rgba(7, 10, 33, 0.5);
    font-weight: 500;
}
.AiGraphMobile .pl_report.default_card_bg .flex_default.gap10:nth-child(2){
    order: 3;
}
.pl_chartSec text{
    font-size: 1.2rem;
}
.pl_report .flex_default.gap10{
margin-top: .6rem;
white-space: nowrap;
}
.profit-bar,.net-profit-bar,.net-loss-bar,.loss-bar{
    width: .4rem;
}
.pl_report, .sales_analytics{
    overflow: scroll;
}

/* Chart sales analysis */

:root {
    --bar-fill: #4682B4;
    --bar-hover-fill: #17BF3C;
    --axis-stroke: #000;
    --tooltip-background: #B0C4DE;
    --tooltip-span-color: #D11515;
    --tick-text-fill: #989CAB;
  }

  .bar {
    fill: var(--bar-fill);
  }

  .bar:hover {
    fill: var(--bar-hover-fill);
  }

  .axis {
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
  }
  .sqr{
    width: .8rem;
    height: .8rem;
    border-radius: .2rem;
  }
  .axis path,
  .axis line {
    fill: none;
    shape-rendering: crispEdges;
    stroke: var(--axis-stroke);
  }

  .x.axis path {
    display: none;
  }

  .y.axis text {
    fill:rgba(152, 156, 171, 1);
  }
  .AiGraphMobile  .flex_default{
    font-size: .9rem;
  }
  .tooltip__sales-ana {
   background: radial-gradient(90.38% 193.93% at 93.82% 33.33%, rgba(248, 248, 248, 0.7) 19%, rgba(255, 255, 255, 0.42) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
   box-shadow: -2.53px 2.53px 6.53px 0px #0000000D;
   padding: .4rem .8rem;
   display: flex;
   flex-direction: column;
  }
  .tooltip__sales-ana{
    color: #272727;
    font-size: .8rem;
    font-weight: 600;
  }
  .expense_tooltip{
    background: radial-gradient(90.38% 193.93% at 93.82% 33.33%, rgba(248, 248, 248, 0.7) 19%, rgba(255, 255, 255, 0.42) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 2px solid #FFFFFF;
    box-shadow: -2.53px 2.53px 6.53px 0px #0000000D;
  }
  .expense_tooltip{
    min-width: auto;
  }
  .expense_tooltip div:last-of-type{
    white-space: nowrap;
  }
.tooltip__sales-ana span{
    color: #989CAB !important;
    font-size: .8rem;
    font-weight: 400;

}
  .tooltip__sales-ana span {
    color: var(--tooltip-span-color);
  }

  .tooltip__sales-ana chart {
    width: 200%;
  }

  line:not([class]) {
    display: none;
  }

  g.tick text {
    fill: var(--tick-text-fill);
    font-size: 1.2rem;
  }
  .chart__sales-ana{
    position:relative;
  }
.SalesGarpHSEc .font_dark.font20.font_weight_600{
    font-size: 1.2rem;
    color: rgba(7, 10, 33, 0.5);
    font-weight: 500;
}
  .chart__nav{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)
  }

  .chart__nav button{
    width:20px;
    height:20px;
  }
#profit_loss_containerMobile{
    min-width: 70rem;
    overflow: scroll;
}
}
#aiExpenseChart{
    height: 40rem;
}
