body {
  background-color: #9873fe;
  font-family: "Rubik", sans-serif;
}

.main {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 100px;
  background-color: white;
}
.main img {
  width: 80px;
}
.main input {
  width: 100%;
  border-bottom: 2px solid #9873fe !important;
}
.main input:focus {
  outline: none;
}
.main .chi {
  width: 110px;
}
.main .chi .pick {
  width: 100%;
  overflow-y: auto;
  background-color: #9873fe;
  color: white;
}
.main .chi .pick option {
  background-color: white;
  color: black;
}
.main .chi .show {
  max-height: 200px;
  /* Adjust the height as needed */
  overflow-y: scroll;
  background-color: white;
  width: 100px;
  margin-top: 10px;
}
.main .chi .show .them {
  border-bottom: 1px solid rgba(190, 190, 190, 0.45);
}
.main .chi .show .them:hover {
  background-color: rgb(172, 172, 172);
}
.main .chi .show .them2 {
  border-bottom: 1px solid rgba(190, 190, 190, 0.45);
}
.main .chi .show .them2:hover {
  background-color: rgb(172, 172, 172);
}
.main .chi input {
  border-bottom: 2px solid #cdbbff !important;
}
.main .poi {
  width: 100;
}
.main .poi button {
  width: 100%;
}
.main .poi .output {
  background-color: rgba(225, 225, 225, 0.656);
}/*# sourceMappingURL=curren.css.map */