* {
  outline: none;
}
/* These styles make the body full-height */
html,
body {
  height: 100%;
  background-color: #ffffff;
  display: flex;
  flex: 1;
}
/* These styles disable body scrolling if you are using <ScrollView> */
body {
  overflow: hidden;
  display: flex;
  flex: 1;
  justify-content: center;
}
/* These styles make the root element full-height */
#root {
  display: flex;
  height: 100%;
  background-color: #ffffff;
  max-width: 500px;
  flex: 1;
  /* flex-direction: column; */
}

@font-face {
  font-family: "Noto-Regular";
  src: url(./fonts/NotoSans-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Noto-Bold";
  src: url(./fonts/NotoSans-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Noto-Medium";
  src: url(./fonts/NotoSans-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "Noto-SemiBold";
  src: url(./fonts/NotoSans-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Noto-Light";
  src: url(./fonts/NotoSans-Light.ttf) format("truetype");
}
#range1 {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  border-radius: 16px;
}

#range1::-webkit-slider-runnable-track {
  height: 15px;
  background: #f8f8f8;
  border-radius: 16px;
}

#range1::-moz-range-track {
  height: 15px;
  background: #f8f8f8;
  border-radius: 16px;
}

#range1::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #0099cc;
  box-shadow: -407px 0 0 400px #0099cc;
}

#range1::-moz-range-thumb {
  height: 15px;
  width: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #0099cc;
  box-shadow: -407px 0 0 400px #0099cc;
}
#silc-btn {
  display: none !important;
}
