* {
  margin: 0;
  padding: 0;
}

/* body { */
/*   height: 100vh; */
/*   background-color: #000; */
/*   font-family: 'Roboto',sans-serif; */
/*   background: linear-gradient(180deg, #DB302A 0%, #62186B 100%) no-repeat; */
/* } */

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box-minmax {
  margin-top: 1.5vh;
  /*width: 608px;*/
  /*width: 795px;*/
  /*   margin-left:20vw; */
  /*   margin-right:20vw;	 */
  width: 80vw;
  display: flex;
  justify-content: space-between;
/*   font-size: 1.4vh; */
  color: #FFFFFF;
  bottom:0vh;
  margin-left: 0vw;
  position:relative;
}
.box-minmax span:first-child {
  margin-left: 0vw;
}

.range-slider {
  /*margin-top: 30vh;*/
position:absolute;
/*	margin-top: 80vh;*/
	margin-left: 10vw;
/* bottom:10vh; */
bottom:14vh;
z-index: 310;
}

.rs-range {
  /*margin-top: 29px;*/
  /*background-color: red;*/
  
  background-color: #00b0f0;
  opacity: 0.5;
  
  
  margin-top:3vh;
  /*width: 600px;*/
  width: 80vw;
  height: 1vh;
  -webkit-appearance: none;
}
.rs-range:focus {
  outline: none;
}
.rs-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  box-shadow: none;
  background: #ffffff;
  border-radius: 0px;
  border: 0px solid #010101;
}
.rs-range::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  box-shadow: none;
  background: #ffffff;
  border-radius: 0px;
  border: 0px solid #010101;
}
.rs-range::-webkit-slider-thumb {
  box-shadow: none;
  border: 0px solid #ffffff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  /*height: 42px;*/
  /*width: 22px;*/
  height: 4vh;
width: 2vw;
  border-radius: 3vh;
  background: grey;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -2vh;
  background-color: skyblue;
}
.rs-range::-moz-range-thumb {
  box-shadow: none;
  border: 0px solid #ffffff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  /*height: 42px;*/
  /*width: 22px;*/
  height: 3vh;
  width: 2vw;
  border-radius: 22px;
  background: grey;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -20px;
  background-color: skyblue;
}

.rs-range::-moz-focus-outer {
  border: 0;
}

.rs-label {
  position: relative;
  transform-origin: center center;
  display: block;
  width: 98px;
  height: 98px;
  background: transparent;
  /*   background: black; */
  /*border-radius: 50%;*/
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  /*  padding-top: 22px;*/
  box-sizing: border-box;
  /*border: 2px solid #fff;*/
  margin-top: 0vh;
  /*margin-left: -38px;*/
  margin-left: -11vw;
  left: attr(value);
  color: #fff;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  /*font-size: 36px;*/
/*   font-size:; */

/*====added by me start====*/
/*   font-size: 1.4vh; */
  /* width: 350px; */
  /* height: 98px; */
  /*width: 180px;*/
  /*height: 68px; */
  width: 22vw;
  height:3vh;

/*====added by me end======*/
}
.rs-label::after {
  /*content: "kg";*/
  display: block;
  font-size: 20px;
  letter-spacing: 0.07em;
  margin-top: -2px;
}


.date_slider {
    position: fixed;
    top: 77%;
    left: 20%;
    right: 20%;
    z-index: 220;
    display: none;
}

.slidermenu {
    /* border: 1px solid #333; */
    position: absolute;
    z-index: 210;
    /* width: 286px; */
    width: 1vw;
    /* left: 20px; */
/*     left: 1vw; */
/*     margin-left:1vw; */
    /* background: rgba(40,40,40,.85); */
    top: 1vh;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
