:root {
  --container-width: 700px;
  --container-height: 700px;
  --meter-scale: 1;
}

body {
  margin: 0;
  font-family: "rubik", Arial, Helvetica, sans-serif;
}

#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-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  border: 1px solid #ccc;
  height: fit-content;
  font-family: "Rubik", sans-serif;
  width: 77px;
  cursor: pointer;
  background-color: white;
}

.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: 265px;
  height: 136px;
  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("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("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("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: 265px;
  height: 140px;
  background-image: url("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-wrapper::after{
    content: "";
    position:absolute;
    height: 1px;
    background-color: #C9CFE080;
    bottom: -2%;
    width: 265px;
    direction: rtl;
}
.speedometer-container::after{
    content: "";
    position:absolute;
    height: 3px;
    background-color: #C9CFE080;
    bottom: -2%;
    width: 1px;
    direction: rtl;
    left:38.25%;
}
.speedometer-container::before{
    content: "";
    position:absolute;
    height: 3px;
    background-color: #C9CFE080;
    bottom: -2%;
    width: 1px;
    direction: rtl;
    right:38.25%;
}*/

.madadim-stats {
  display: grid;
  place-items: center;
  grid-template-columns: repeat(3, 0.25fr);
  justify-content: center;
  row-gap: 15px;
  column-gap: 20px;
  margin-bottom: 15px;
  transform: translateY(7px);
  width: 70%;
  font-size: 16px;
}

.madadim-stats > div {
  /* place-self: center; */
  flex: 10% 0 30%;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
  text-align: center;
  height: 14px;
  color: #ffa527;
}
.madadim-stats > * {
  /* margin: -0.5px;
  padding: 0; */
  line-height: 1;
}
