
.mr-1 {
  margin-right: 0.1rem;
}
.w-6 {
  width: 60px;
}
.w-10 {
  width: 100px;
}


.modal[data-v-6fca18b2] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-content[data-v-6fca18b2] {
  background-color: #fefefe;
  margin: auto;
  padding: 1px;
  border: 1px solid #888;
  width: auto;
}
.close[data-v-6fca18b2] {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close[data-v-6fca18b2]:hover,
.close[data-v-6fca18b2]:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

