
[data-v-fb1dc3ea]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
[data-v-fb1dc3ea]::-webkit-scrollbar-thumb {
  background-color: #a1a3a9;
  border-radius: 4px;
}
.box[data-v-fb1dc3ea] {
  height: 100%;
  width: 100%;
  /* padding: 5px; */
  background-color: rgb(242, 242, 242);
  display: flex;
}
.left[data-v-fb1dc3ea] {
  min-width: 185px;
  width: 13%;
  height: 100%;
  padding-right: 5px;
}
.package_left[data-v-fb1dc3ea] {
  padding: 5px;
  width: 100%;
  height: 100%;
  /* background-color: rgb(255, 255, 255); */
  overflow: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}
.right[data-v-fb1dc3ea] {
  width: 90%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px;
}
.top[data-v-fb1dc3ea] {
  width: 100%;
  display: flex;
  /* justify-content: space-around; */
  border-bottom: solid 1px #ccc;
  padding: 10px;
  margin-bottom: 0.5%;
}
.bottom[data-v-fb1dc3ea] {
  width: 100%;
  height: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

