@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Georgian:wght@100..900&display=swap');


.ranger{
  height: 50px;
  width: 600px;
/*   background: #000000; */
  border-radius: 10px;
  padding: 30px 75px 50px 20px;
}
.sliderValue{
  position: relative;
  width: 100%;
}
.sliderValue span{
  position: absolute;
  height: 28px;
  width: 50px;
  transform: translateX(-50%) scale(0);
  font-weight: 500;
  font-size: 14px;
  top: -30px;
  line-height: 35px;
  z-index: 2;
  color: #ffffff;
  transform-origin: bottom;
  transition: transform 0.3s ease-in-out;
}
.sliderValue span.show{
  transform: translateX(-50%) scale(1);
}
.sliderValue span:after{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: #D9AE6D;
  border: 3px solid #fff;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  border-radius: 20%;
}
.field{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.field .value{
  position: absolute;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
}
.field .value.left{
  left: -90px;
}
.field .value.right{
  right: -110px;
}
.field .value.left.lead{
  left: -80px;
}
.field .value.right.lead{
  right: -80px;
}
.field .value.left.agendamento{
  left: -20px;
}
.field .value.right.agendamento{
  right: -40px;
}
.ranger input{
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: #ddd;
  border-radius: 5px;
  outline: none;
  border: none;
  z-index: 2222;
}
.ranger input::-webkit-slider-thumb{
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #D9AE6D;
  border: 5px solid #D9AE6D;
  cursor: pointer;
}
.label.detalhes{
  font-size: 10px;
}
.ranger input::-moz-range-thumb{
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #D9AE6D;
  border: 1px solid #D9AE6D;
  cursor: pointer;
}
.ranger input::-moz-range-progress{
  background: #D9AE6D;
  height: 10px;
}
.logo{
  width: 20%;
  height: 20%;
}
.botao-prejuizo{
  justify-content: center;
}
.prejuizo{
  display: flex;
  flex-direction: column;
}
.result-prejuizo-mensal{
  margin: 5px;
  padding-left: 20px;
  background-color: #EB3F31;
  border-radius: 10px;
  height: 60px;
  width: 450px;
  line-height: 10px;
  z-index: 1;
}
.result-prejuizo-anual{
  margin: 5px;
  padding-left: 20px;
  background-color: #EB3F31;
  border-radius: 10px;
  height: 60px;
  width: 450px;
  line-height: 10px;
  z-index: 1;
}
.visualizar-prejuizo{
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  background-color: #D9AE6D;
  border-radius: 10px;
  border: 1px solid #D9AE6D;
  padding: 10px;
  cursor: pointer;
  margin: 10px;
}
.botao-projecao{
  justify-content: center;
}
.visualizar-projecao{
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  background-color: #D9AE6D;
  border-radius: 10px;
  border: 1px solid #D9AE6D;
  padding: 10px;
  cursor: pointer;
  margin: 10px;
}
.result-projecao-mensal{
  margin: 5px;
  padding-left: 20px;
  background-color: #34a855;
  border-radius: 10px;
  height: 60px;
  width: 450px;
  line-height: 10px;
  z-index: 1;
}
.result-projecao-anual{
  margin: 5px;
  padding-left: 20px;
  background-color: #34a855;
  border-radius: 10px;
  height: 60px;
  width: 450px;
  line-height: 10px;
  z-index: 1;
}
.projecao{
  display: flex;
  flex-direction: column;
}
