.elementor-106 .elementor-element.elementor-element-f74598a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-106 .elementor-element.elementor-element-1fee177{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-106 .elementor-element.elementor-element-43e52bc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-106 .elementor-element.elementor-element-3f676ab{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-106 .elementor-element.elementor-element-8254448{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-106 .elementor-element.elementor-element-610b690{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-106:not(.elementor-motion-effects-element-type-background), body.elementor-page-106 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#121212;}:root{--page-title-display:none;}@media(max-width:1366px){.elementor-106 .elementor-element.elementor-element-f74598a{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-106 .elementor-element.elementor-element-1fee177{--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:-30px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:5px;--padding-left:10px;--padding-right:10px;}.elementor-106 .elementor-element.elementor-element-43e52bc{--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:0px;}.elementor-106 .elementor-element.elementor-element-3f676ab{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-106 .elementor-element.elementor-element-610b690{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-106 .elementor-element.elementor-element-43e52bc{--padding-top:0px;--padding-bottom:15px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-106 .elementor-element.elementor-element-43e52bc{--width:25%;}.elementor-106 .elementor-element.elementor-element-3f676ab{--width:75%;}.elementor-106 .elementor-element.elementor-element-610b690{--width:100%;}}/* Start custom CSS for rec_branch_chart, class: .elementor-element-25e54ef *//* --- استایل‌های ویجت نمودار عملکرد شعبه‌ها (نسخه تجمیعی) --- */

.rec-branch-chart-widget.dark-theme {
    background-color: #000;
    padding: 20px;
    border-radius: 20px;
    direction: ltr;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    border: 0px solid #333;
}



.rec-widget-header-v4 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    padding: 0 10px;
    margin-bottom: 30px;
}

.rec-widget-header-v4 .rec-widget-title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    display: flex;
    align-items: center;
}

.rec-widget-header-v4 i {
    color: #fff;
    font-size: 22px;
}

.rec-chart-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    gap: 20px;
    min-height: 250px;
    padding-bottom: 10px;
}

.rec-chart-item {
    position: relative; /* برای موقعیت‌دهی تولتیپ */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
}

.rec-chart-label {
    color: #aaa;
    font-size: 13px;
    margin-bottom: 8px;
    min-height: 16px;
}

.rec-chart-bar-wrapper {
    width: 80%;
    height: 180px;
    background-color: #31343c;
    border-radius: 8px;
    display: flex;
       flex-direction: column-reverse;
    justify-content: flex-start; /* پر شدن از پایین به بالا */
    overflow: hidden;
}

.rec-chart-bar-fill {
    width: 100%;
    transition: height 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
    /* افکت خطوط افقی برای هر دو بخش */
    background-image: repeating-linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.1) 8px,
        transparent 8px,
        transparent 16px
    );
}

/* رنگ‌بندی مجزا برای فروش و اجاره */
.rec-chart-bar-sale {
    background-color: #45CABD; /* رنگ زرد برای فروش */
}

.rec-chart-bar-rent {
    background-color: #45CABD; /* رنگ سبزآبی برای اجاره */
}

.rec-chart-branch-name {
    color: #fff;
    margin-top: 12px;
    width: 150px;
    text-align: center;
    font-size: 16px;
}

/* --- استایل تولتیپ --- */
.rec-chart-tooltip {
    position: absolute;
    bottom: 110%; /* قرارگیری بالای لیبل */
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.6;
    text-align: right;
    white-space: nowrap;
    z-index: 10;
    opacity: 0; /* مخفی به صورت پیش‌فرض */
    pointer-events: none; /* عدم دریافت رویدادهای موس */
    transition: opacity 0.3s ease;
    border: 1px solid #444;
}

/* نمایش تولتیپ هنگام هاور روی ستون */
.rec-chart-item:hover .rec-chart-tooltip {
    opacity: 1;
}



@media (max-width: 1366px){

    .rec-branch-chart-widget.dark-theme{
        height:320px;
        
    }
    
    .rec-chart-bar-wrapper {
    width: 80%;
    height: 100px;
    background-color: #31343c;
    border-radius: 8px;
    display: flex;
       flex-direction: column;
    justify-content: flex-end; /* پر شدن از پایین به بالا */
    overflow: hidden;
}

.rec-branch-chart-widget.has-animation .rec-chart-scroller {
    will-change: transform;
    display: flex;
    align-items: flex-start;
}

.elementor-106 .elementor-element.elementor-element-25e54ef .rec-chart-item {
    flex: 0 0 60px;
    margin: 0px -3px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    position: relative;
}
    
}/* End custom CSS */
/* Start custom CSS for rec_range_chart, class: .elementor-element-a467277 */.rec-chart-scroller {
    height: 360px;
}

.rec-chart-branch-name {
    color: #fff;
    margin-top: 12px;
    width: 200px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    transform: rotate(90deg);
    text-align: justify;
    margin-top: 100px;
}

.rec-chart-label {
    color: #101010;
    font-size: 16px;
    margin-bottom: 8px;
    min-height: 16px;
    font-weight: 700;
    background: #cdcdcd;
    border-radius: 5px;
    display: none;
    padding: 5px 10px 2px 10px;
}/* End custom CSS */
/* Start custom CSS for rec_consultant_chart, class: .elementor-element-623ea30 */.mosh .rec-chart-container {
    display: flex;
    overflow: hidden;
    height: 300px;
}
.rec-widget-header-v4 .rec-widget-title{
    direction: rtl;
}


.mosh .rec-chart-container {
    padding-bottom: 0px;
}

.rec-chart-bar-fill {
   background: #45CABD;
    background-image: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 8px, transparent 8px, transparent 16px);
}
}


.rec-chart-branch-name {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
}

/* --- استایل‌های ویجت نمودار عملکرد مشاور (نسخه نهایی با تولتیپ) --- */
*{
    font-family: rokh;
}
.rec-custom-chart-widget-v2.dark-theme {
    background-color: #000;
    padding: 0px;
    border-radius: 12px;
    direction: rtl;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    border: 0px solid #333;
}

/* هدر جدید: آیکون در سمت چپ */
.rec-widget-header-v6 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding: 20px;
    color: #e0e0e0;
}

.rec-widget-header-v6 .rec-widget-title {
    font-size: 26px;
    font-weight: 600;
    text-align: right;
    color: #fff;
    margin: 0;
}

.rec-widget-header-v6 i {
    font-size: 20px;
}

/* بدنه نمودار */
.rec-chart-body-v2 {
    background-color: #000;
    padding: 25px 15px 45px 15px;
    border-radius: 8px;
}

/* ناحیه نمودار با خطوط افقی در پس‌زمینه */
.rec-chart-area-v2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 8px;
    height: 220px;
    position: relative; /* برای قرارگیری صحیح خطوط */
    background-image: repeating-linear-gradient(
        to top,
        #2a2a2a 0px,
        #2a2a2a 1px,
        transparent 1px,
        transparent 20% /* فاصله خطوط از هم (۱۰۰ / ۵ خط = ۲۰٪) */
    );
}

/* هر آیتم نمودار (مهم برای تولتیپ) */
.rec-chart-item-v3 {
    position: relative; /* برای موقعیت‌دهی تولتیپ */
    display: flex;
    flex-direction: column;
        flex-direction: column-reverse;
    align-items: center;
    
    border-radius: 5px 5px 0px 0px; 
    flex-grow: 1;
    height: 200px;
    min-width: 15px;
}

/* ستون نمودار */
.rec-chart-bar-v3 {
    
    width: 100%;
    position: absolute;
    background: #30C4B6;
    border-radius: 8px 8px 0 0;
    transition: all 0.3s ease;
    animation: grow-up 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.rec-chart-bar-v3 {
    width: 100%;
    transition: height 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);

    background-image: repeating-linear-gradient(4deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 11px, transparent 8px, transparent 16px);
}

/* لیبل زیر هر ستون (بدون چرخش) */
.rec-chart-label-v3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 91px;
    font-family: rokh;
    margin-bottom: -35px;
}

/* --- استایل تولتیپ سفارشی --- */
.rec-chart-tooltip-v2 {
    position: absolute;
    top: -50px; /* فاصله از بالای آیتم */
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    background-color: #fff;
    color: #000;
    padding: 6px 12px;
    border-radius: 6px;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 300;
    white-space: nowrap;
}

/* مثلث کوچک زیر تولتیپ */
.rec-chart-tooltip-v2::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

/* نمایش و بزرگنمایی تولتیپ هنگام هاور روی ستون */
.rec-chart-item-v3:hover .rec-chart-tooltip-v2 {
    opacity: 1;
    transform: translateX(-50%) scale(1);
    top: -60px; /* کمی بالاتر می‌رود */
}

.rec-chart-item-v3:hover .rec-chart-bar-v3 {
    filter: brightness(1.2); /* کمی روشن‌تر شدن ستون هنگام هاور */
}

.rec-chart-item-v3 {
    flex: 1;
    padding: 0px 5px;
    padding-bottom: 35px !important;
}

/* انیمیشن اولیه رشد ستون‌ها */
@keyframes grow-up {
    from {
        height: 0;
    }
}


@media (max-width: 1366px){

.elementor-106 .elementor-element.elementor-element-623ea30 .rec-chart-item {
    flex: 0 0 0px !important;
    padding: 0px 0px;
    margin: -12px;
    display: flex;
    justify-content: flex-end;
    text-align: center;
    position: relative;
    bottom: -80px;
}
.mosh .rec-branch-chart-widget.dark-theme {
    height: 280px;
}

.rec-chart-scroller {
    display: flex;
    flex-shrink: 0;
    align-items: flex-start !important;
}

.elementor-106 .elementor-element.elementor-element-623ea30 .rec-chart-bar-wrapper {
    width: 30%;
    height: 100px;
    background-color: #31343c;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f74598a */.elementor-106 .elementor-element.elementor-element-f74598a{
    height: 100vh;
    overflow-x: hidden;
    -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}/* End custom CSS */