.cs-container[data-v-7c048e3c] {
  /*background-color: rgba(44,62,80,.8);*/
}
.cs-container .cs-close[data-v-7c048e3c] {
  position: fixed;
  right: 20px;
  top: 50px;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.cs-container canvas[data-v-7c048e3c] {
  cursor: crosshair;
}
*[data-v-7c048e3c] {
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tools[data-v-7c048e3c] {
  position: fixed;
  left: 0;
  bottom: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.tools button[data-v-7c048e3c] {
  /*border-radius: 50%;*/
  width: 32px;
  height: 32px;
  /*background-color: rgba(255, 0, 0, 0.7);*/
  /*border: 1px solid #eee;*/
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*margin: 0 10px;*/
  text-align: center;
  /*color: #ccc;*/
  /*line-height: 50px;*/
  /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);*/
  /*transition: 0.3s;*/
  margin: 0 10px;
  padding: 0;
}
.tools button img[data-v-7c048e3c] {
  width: 32px;
  height: 32px;
}
.tools button.active[data-v-7c048e3c], .tools button[data-v-7c048e3c]:active {
  -webkit-box-shadow: 0 0 15px #00CCFF;
          box-shadow: 0 0 15px #00CCFF;
  color: #00CCFF;
}
.tools button i[data-v-7c048e3c] {
  font-size: 24px;
}
.color_range_group[data-v-7c048e3c] {
  /*background-color: #56C85C;*/
  height: 80%;
  width: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 15%;
}
.color-group[data-v-7c048e3c] {
  /*background-color: red;*/
  width: 30px;
}
.color-group ul[data-v-7c048e3c] {
  list-style: none;
}
.color-group ul li[data-v-7c048e3c] {
  width: 30px;
  height: 30px;
  margin: 10px 0;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid white;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.color-group ul li.active[data-v-7c048e3c] {
  -webkit-box-shadow: 0 0 15px #00CCFF;
          box-shadow: 0 0 15px #00CCFF;
}
#range-wrap[data-v-7c048e3c] {
  justify-self: flex-end;
  width: 30px;
  height: 170px;
  margin-top: 2rem;
  text-align: center;
}
#range-wrap span[data-v-7c048e3c] {
  color: white;
}
#range-wrap input[data-v-7c048e3c] {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 150px;
  height: 20px;
  margin: 0 0 0 5px;
  -webkit-transform-origin: 75px 75px;
          transform-origin: 75px 75px;
  border-radius: 15px;
  -webkit-appearance: none;
  outline: none;
  position: relative;
}
#range-wrap input[data-v-7c048e3c]::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right: 150px solid #00CCFF;
  border-left-width: 0;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 15px;
  z-index: 0;
}
#range-wrap input[type=range][data-v-7c048e3c]::-webkit-slider-thumb, #range-wrap input[type=range][data-v-7c048e3c]::-moz-range-thumb {
  -webkit-appearance: none;
}
#range-wrap input[type=range][data-v-7c048e3c]::-webkit-slider-runnable-track, #range-wrap input[type=range][data-v-7c048e3c]::-moz-range-track {
  height: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#range-wrap input[type=range][data-v-7c048e3c]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  margin-top: -1px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 8px #00CCFF;
          box-shadow: 0 0 8px #00CCFF;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 768px), screen and (max-height: 570px) {
.tools[data-v-7c048e3c] {
    bottom: auto;
    top: 50px;
}
.tools button[data-v-7c048e3c] {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.tools button.active[data-v-7c048e3c], .tools button[data-v-7c048e3c]:active {
    -webkit-box-shadow: 0 0 5px #00CCFF;
            box-shadow: 0 0 5px #00CCFF;
}
.tools button i[data-v-7c048e3c] {
    font-size: 18px;
}
.tools #swatches[data-v-7c048e3c] {
    display: none;
}
.color-group[data-v-7c048e3c] {
    position: fixed;
    left: 0;
    top: auto;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}
.color-group ul li[data-v-7c048e3c] {
    display: inline-block;
    margin: 0 5px;
}
.color-group ul li.active[data-v-7c048e3c] {
    -webkit-box-shadow: 0 0 10px #00CCFF;
            box-shadow: 0 0 10px #00CCFF;
}
#range-wrap[data-v-7c048e3c] {
    right: auto;
    left: 20px;
}
}
