.canton-map-section {
  width: 100%;
  height: 100%;
}
.canton-map-section .canton-map-wrapper {
  width: 100%;
  height: 100%;
}
.canton-map-section .canton-map-wrapper svg {
  object-fit: cover;
  width: 100%;
  margin-left: -10%;
  transform-origin: 100% 0;
  transform: scale(1.12);
}
@media screen and (max-width: 860px) {
  .canton-map-section .canton-map-wrapper svg {
    width: 100%;
    margin-left: 0%;
    transform: scale(1.3);
    transform-origin: 80% 50%;
  }
}
.canton-map-section .canton-map-wrapper svg path {
  outline: none;
}
.canton-map-section .form-wrapper {
  width: 15rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 860px) {
  .canton-map-section .form-wrapper {
    width: 100%;
  }
}
.canton-map-section .form-wrapper .form-control {
  width: 100%;
}
.canton-map-section .form-wrapper .form-control label {
  font-weight: bold;
  line-height: 1.5em;
  padding-bottom: 0.3rem;
  font-size: 14px;
}
.canton-map-section .form-wrapper .form-control .select-wrapper {
  position: relative;
}
.canton-map-section .form-wrapper .form-control .select-wrapper::after {
  content: " ";
  background-image: url("./img/dropdown-arrow.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-size: contain;
  width: 12px;
  height: 6px;
}
.canton-map-section .form-wrapper .form-control .select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}
.canton-map-section .canton-label {
  font-size: 7px;
  font-weight: 400;
  fill: black;
  pointer-events: all;
  cursor: pointer;
}
@media screen and (max-width: 860px) {
  .canton-map-section .canton-label {
    font-size: 13px;
  }
}