.labels {
  color: red;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: .25rem .5rem;
  font-size: .875rem;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  box-sizing: border-box;
}

.inputcanvas {
  padding: .25rem .5rem;
  font-size: .875rem;
  background-color: #e9ecef;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}

.input-group-prepend {
  margin-right: -1px;
}

.canvasdelete {
  position: absolute;
  right: 5px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #f66;
  text-decoration: none;
}

.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-weight: 400;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}

.form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  padding: .25rem .5rem;
  font-size: .875rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: block;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  background-color: #e9ecef;
  opacity: 1;
}

.leftControl, .rightControl, .upperControl, .lowerControl {
  font-size: 28px;
  cursor: pointer;
  color: black;
  position: absolute;

  &:hover {
    color: #ffffff;
  }
}

.leftControl {
  top: 45%;
  left: 0;
}

.rightControl {
  top: 45%;
  right: 0;
}

.upperControl {
  top: 0;
  left: 45%;
}

.lowerControl {
  bottom: 0;
  left: 45%;
}

.canvasPlan {
  flex: 0.2;
  overflow-y: auto;

  &::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
  }

  &::-webkit-scrollbar {
    width: 4px;
  }
}
