#selected-madad {
  border-bottom: 2px solid #000;
  direction: rtl;
  text-align: right;
  height: 18px;
  cursor: pointer;
  font-family: "Rubik", sans-serif;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  /*background-repeat: no-repeat;*/
  background-size: 10px;
  padding-left: 10px;
  background-position: left 0px center;
  font-weight: bold;
  width: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.madadim-israel-list-hidden {
  visibility: hidden;
  padding: 0;
}

.madadim-israel-list-shown {
  visibility: visible;
}
.numbers {
  font-size: 12px;
}

.non-numbers {
  font-size: 14.5px;
}

.dropdown-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* margin-bottom: -52px; */
  position: relative;
  margin: auto;
  z-index: 3;
}

.dropdown {
  height: 30px;
  padding-right: 0px;
  direction: rtl;
  font-weight: bold;
  outline: none;
  border: none;
  border-bottom: 2px solid #000;
  text-align: center;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
}

.speedometer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin: auto;
}

.clock-time-description {
  font-size: 17px;
}

.title {
  position: absolute;
  top: 30px;
  font-size: 20px;
}

.speedometer {
  position: relative;
  width: 310px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: end;
  overflow: hidden;
  /* transform: scale(var(--meter-scale)); */
}

.speedometer-background {
  position: absolute;
  width: 250px;
  height: 29px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
}

.speedometer-background-hide {
  position: absolute;
  width: 400px;
  height: 100px;
  bottom: 0;
  display: flex;
  justify-content: center;
}

.status-txt {
  font-size: 23px;
  color: #787b86;
  text-transform: uppercase;
}

.needle-rotate {
  transform: rotate(45deg) translateX(-50%);
}

.speedometer-needle-daily {
  position: absolute;
  width: 9.5px;
  height: 89px;
  /*background-color: #3d7fb8;*/
  /*border-radius: 50px 50px 0 0;*/
  transform-origin: bottom center;
  transform: rotate(-97.5deg) translateX(-50%);
  transition: transform 0.9s ease-in-out;
  /*clip-path: polygon(50% 0%, 60% 100%, 50% 100%, 40% 100%);*/
  content: url("/wp-content/plugins/stock/page/stockSpeedometerDaily/blackArrowChopped.png");
  z-index: 3;
  bottom: 22px;
  left: 128px;
  /*top:33px;*/
}

.speedometer-needle-monthly {
  position: absolute;
  /*bottom: 20px;*/
  width: 9px;
  height: 90px;
  bottom: 22px;
  /*background-color: #3d7fb8;*/
  /*border-radius: 50px 50px 0 0;*/
  transform-origin: bottom center;
  transform: rotate(-97.5deg) translateX(-50%);
  transition: transform 0.9s ease-in-out;
  /*clip-path: polygon(50% 0%, 60% 100%, 50% 100%, 40% 100%);*/
  content: url("/wp-content/plugins/stock/page/stockSpeedometerDaily/orangeArrowChopped.png");
  z-index: 2;
  left: 128px;
  /*top:33px;*/
}

.speedometer-needle-yearly {
  position: absolute;
  width: 9px;
  height: 90px;
  bottom: 22px;
  /*background-color: #3d7fb8;*/
  /*border-radius: 50px 50px 0 0;*/
  transform-origin: bottom center;
  transform: rotate(-97.5deg) translateX(-50%);
  transition: transform 0.9s ease-in-out;
  /*clip-path: polygon(50% 0%, 60% 100%, 50% 100%, 40% 100%);*/
  content: url("/wp-content/plugins/stock/page/stockSpeedometerDaily/blueArrowCropped.png");
  z-index: 1;
  left: 128px;
  /*top:33px;*/
}

.speedometer-center {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: solid 2px #b7bbc7;
  background-color: #1e222d;
  outline: solid 8px #1e222d;
  z-index: 2;
  align-self: center;
  bottom: 15px;
}

.speedometer-ranges {
  position: absolute;
  width: 310px;
  height: 180px;
  bottom: -22px;
  background-image: url("/wp-content/plugins/stock/page/stockSpeedometerDaily/speedometerBody.png");
  background-repeat: no-repeat;
  background-size: contain;
  /* align-self: center; */
}

.range-text {
  font-size: 17px;
  position: absolute;
  text-transform: uppercase;
}

.range-text-1 {
  left: 27px;
  top: 220px;
}

.range-text-2 {
  left: 85px;
  top: 155px;
}

.range-text-3 {
  left: 50%;
  top: 122px;
  transform: translateX(-50%);
}

.range-text-4 {
  right: 85px;
  top: 155px;
}

.range-text-5 {
  right: 27px;
  top: 220px;
}

.madadim-stats-wrapper {
  position: relative;
  margin-top: 155px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  border: 1px solid #d9d9d9c9;
  border-radius: 5px;
  width: 265px;
  margin: auto;
}

.madadim-stats {
  display: grid;
  place-items: center;
  grid-template-columns: repeat(3, 0.25fr);
  justify-content: center;
  row-gap: 15px;
  column-gap: 35px;
  margin-bottom: 15px;
  /* transform: translateY(7px); */
  width: 100%;
  font-size: 16px;
  padding-top: 8px;
}

.madadim-stats > div {
  /* place-self: center; */
  flex: 10% 0 30%;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
  text-align: center;
  height: 14px;
}
.madadim-stats > * {
  /* margin: -0.5px;
  padding: 0; */
  line-height: 1;
}

.selectDropDown {
  top: -131px !important;
}
.madadim-stats-wrapper {
  z-index: 4;
}

.speedometer-needle-daily,
.speedometer-needle-monthly,
.speedometer-needle-yearly {
  left: 150px; /* center of 310px */
  bottom: 28px;
  height: 118px;
}

.speedometer-center {
  width: 10px;
  height: 10px;
  bottom: 18px;
}

.madadim-stats-wrapper {
  width: 310px;
}

/* ================== */

#speedometer-legend-mobile {
  display: flex;
  padding: 10px;
  direction: rtl;
  justify-content: center;
  gap: 4rem;
}

.dot-legend {
  display: inline-block;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 600;
}

#daily-legend,
#monthly-legend,
#yearly-legend {
  display: flex;
  gap: 0.5rem;
}

#daily-legend .dot-legend {
  background-color: #000000;
}

#monthly-legend .dot-legend {
  background-color: #ff9f42;
}

#yearly-legend .dot-legend {
  background-color: #006bb7;
}

#daily-legend #daily-text {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}

#monthly-legend #monthly-text {
  color: #ff9f42;
  font-size: 16px;
  font-weight: 600;
}

#yearly-legend #yearly-text {
  color: #006bb7;
  font-size: 16px;
  font-weight: 600;
}

.mobile-time-period-dropdown #selectedRegionDisplay {
  &.daily {
    color: #000000;
  }
  &.monthly {
    color: #ff9f42;
  }
  &.yearly {
    color: #006bb7;
  }
}

.indice-wrapper #wrapper-speed {
  margin-top: 0;
}
