.entertainment .image {
  position: relative;
}
.entertainment .image::after {
  content: "";
  position: absolute;
  background-color: var(--main-color);
  height: 8px;
  width: 99px;
  right: 0;
  top: 0;
  border-radius: 0 6px 0 0;
}

.entertainment .description {
  line-height: 26px;
}

/* map */
section.map {
  background-color: #f8faf3;
}

section.map .items .item .statics-title {
  position: relative;
}
section.map .items .item .statics-title::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: var(--main-color);
  border-radius: 50%;
  right: -5px;
  top: 13px;
}

/* pie chart */
.pie-chart h2 + .main-line {
  margin-bottom: 100px;
}
.pie-chart #doughnutChart {
  width: 300px !important;
  height: 300px !important;
}

.pie-chart .pie-chart-labels .item {
  position: relative;
  margin-left: 25px;
  margin-top: 8px;
}
.pie-chart .pie-chart-labels .item::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background-color: var(--color, red);
  left: -24px;
  top: 4px;
}
.rtl .pie-chart .pie-chart-labels .item {
  margin-left: 0;
  margin-right: 25px;
}
.rtl .pie-chart .pie-chart-labels .item::before {
  left: 0;
  right: -25px;
}

.pie-chart .center-title {
    max-width: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

/* histogram */
.histogram-section .label-y {
  left: -60px;
  top: 50%;
  transform: translateY(-50%) rotateZ(-90deg);
}

.histogram-section .toggle-buttons {
  border-bottom: 1px solid gray;
}

.histogram-section .toggle-buttons button {
  border-bottom: 1px solid transparent;
}

.histogram-section .toggle-buttons button.active {
  border-bottom: 1px solid white;
}

.histogram-section .cities-swiper button.active {
  background-color: #079455;
  border: 1px solid #079455 !important;
}

.histogram-section .navigators button {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.rtl .pe-2 {
    padding-left: .5rem !important;
}
.rtl .pe-4 {
    padding-left: 1.5rem !important;
}
.rtl section.map .items .item .statics-title::before {
    left: -5px;
    right: auto;
}

.rtl .border-end {
    border-right: 0px none !important;
    border-left: 1px solid #dee2e6 !important;
}

.sa_map ::selection {
    background: none;
}

.pie-chart .navigators
{
    direction:ltr;
}