﻿.Sector_Item,
.Indicator_Item,
.Area_Item {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .Sector_Item.selected,
    .Indicator_Item.selected,
    .Area_Item.selected {
        background-color: #e0f7fa;
        font-weight: bold;
    }

.selected-sector,
.selected-indicator,
selected-Areas {
    display: flex;
    align-items: center;
    background-color: #f1f1f1;
    padding: 5px;
    border-radius: 5px;
}

    .selected-sector .clear-sectors,
    .selected-indicator .clear-indicators
    .selected-Areas .clear-Areas {
        margin-left: 10px;
        color: red;
        cursor: pointer;
    }

.Sector_Item:hover,
.Indicator_Item:hover {
    background-color: #f0f0f0;
}

#chart-pie2 {
    width: 100%;
    position: relative;
    display: flex;
}

#chart-bar-stacked {
    width: 100%;
    position: relative;
    display: flex;
}

#chartLine {
    width: 100%;
    position: relative;
    display: flex;
}

.c3-line, .c3-area {
    stroke-width: 3px;
}

.c3-circle {
    stroke-width: 2px;
    r: 5;
}

/* تنسيق النصوص */
.c3-axis-x .tick text,
.c3-axis-y .tick text {
    fill: #666;
    font-size: 14px;
}

.checkbox-group label:before {
    width: 0px;
    height: 0px;
}
/* تغيير شكل الوسوم إلى دوائر */

.c3-legend-item-tile {
    stroke-linecap: round !important;
    stroke-width: 12 !important; /* جعل السمك مساوٍ لطول الخط */
    rx: 50% !important; /* إضافة نصف قطر أفقي */
    ry: 50% !important; /* إضافة نصف قطر عمودي */
}

.dd-year {
    vertical-align: middle !important;
    text-align: center;
}

label {
    font-size: 18px !important; /* يمكنك تعديل الحجم حسب الحاجة */
}

/* تكبير مربع الاختيار باستخدام transform */
.chartType-checkbox {
    transform: scale(1.5); /* تكبير بنسبة 1.5 */
    -webkit-transform: scale(1.5); /* لدعم المتصفحات القديمة */
    -moz-transform: scale(1.5);
    margin: 5px; /* مسافة حول المربع */
}

.subIndicator-checkbox {
    transform: scale(1.5); /* تكبير بنسبة 1.5 */
    -webkit-transform: scale(1.5); /* لدعم المتصفحات القديمة */
    -moz-transform: scale(1.5);
    margin: 5px; /* مسافة حول المربع */
}

.gov-checkbox {
    transform: scale(1.5); /* تكبير بنسبة 1.5 */
    -webkit-transform: scale(1.5); /* لدعم المتصفحات القديمة */
    -moz-transform: scale(1.5);
    margin: 5px; /* مسافة حول المربع */
}

.year-checkbox {
    transform: scale(1.5); /* تكبير بنسبة 1.5 */
    -webkit-transform: scale(1.5); /* لدعم المتصفحات القديمة */
    -moz-transform: scale(1.5);
    margin: 5px; /* مسافة حول المربع */
}

@font-face {
    font-family: 'DubaiLight';
    src: url('/webAssets/Dubai-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
