.select:hover {
  cursor: pointer;
  /* text-decoration: underline; */
  color: #555;
}

.select:visited,
.select:focus,
.select:active {
  text-decoration: none !important;
}

.underline {
  text-decoration: underline;
  font-weight: bold;
}

.select-area {
  margin: 0px 0;
  background-color: #fff;
  padding: 10px 15px;
}

.center-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-img {
  padding: 1em;
}

.ex3 {
  padding-left: 32px;
  padding-right: 32px;
}

.ex3 h3 {
  background-color: #000;
  color: #fff;
  text-align: center;
  margin-top: 2em;
}

.todo {
  background-color: #ff0000;
  color: #fff;
  padding: 8px;
}

.background {
  background-image: url("./data/bg-01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 90%;
  -webkit-filter: grayscale(1) contrast(1.3) brightness(0.8);
  filter: grayscale(1) contrast(1.3) brightness(0.8);
  mix-blend-mode: overlay;
  height: 100%;
  top: 5%;
}
.visual_marker {
  width: 100px;
  padding: 10px;
}

.marker-row{
padding-left: 45px;
margin-bottom: 2em;
}

.wrapper {
  margin-top: 15px;
  background-color: #fff;
  min-height: 150px;
}

#itemZone {
  min-height: 15px;
  padding: 10px;
}

.dropZone {
  margin-top: 0px !important;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.item {
  position: relative;
  cursor: pointer;
}

.dropZone .item {
  min-width: 280px;
  width: calc(50% - 12px);
  height: auto;
  margin: 5px;
  list-style-type: decimal;
  display: list-item;
  align-content: center;
  list-style-position: inside;
  padding-right: 30px;
}

@media (max-width: 820px) {
  .dropZone .item {
    min-width: 280px;
    width: 100%;
  }
}
.dropZone {
  display: flex;
  /* justify-content: space-around; */
}

.handle {
  position: absolute;
  right: 5px;
  top: 15px;
}

#itemZone .item {
  width: auto;
  height: auto;
  margin: 5px;
  padding-right: 30px;
}

.header {
  background-color: #000;
  color: #fff;
  font-family: "Overpass Mono", sans-serif;
  font-size: 14px;
  padding: 5px;
  margin: 0 5px;
  font-weight: 700;
  text-align: center;
}

.dropZone {
  min-height: 200px;
  padding-bottom: 10px;
  background-color: #fff;
  padding: 5px;
  margin-top: 10px;
}

.item-li {
  width: 100%;
  line-height: 40px;
  margin: 1px 0;
  font-weight: bold;
}

.sortable {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5px;
  padding-top: 5px;
}
