* {
  box-sizing: border-box;
}
body {
  padding: 0px;
  margin: 0;
  font-family: sans-serif;
  font-size: 14px;
}
h2 {
  font-weight: normal;
  margin-bottom: 0;
}
.wrap {
  max-width: 710px;
  position: relative;
  background-color: #FFF;
  padding-bottom: 20px;
}
.kconf-viewer {
  width: 100%;
  overflow: hidden;
  padding: 20px;
  background-color: #FFF;
  min-height: 250px;
  background-image: url("logo.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 712px) {
  .kconf-viewer {
    position: -webkit-sticky;
    position: sticky;
    padding: 0;
    top: 0;
    z-index: 9;
    min-height: 150px;
  }
  .kconf-viewer img {
    width: 100%;
    height: auto;
    margin: 15px 0;
  }
}
.kconf-top {
  margin: 0;
  width: 100%;
  position: relative;
  background-color: #FFF;
}
.kconf-top img {
  width: 100%;
  vertical-align: top;
  margin-left: -20px;
}
@media screen and (max-width: 426px) {
  .kconf-top img {
    margin-left: -10px;
  }
}
.kconf-side {
  margin: 0;
  width: 100%;
  position: relative;
  background-color: #FFF;
}
.kconf-side img {
  width: 100%;
  vertical-align: top;
}
.kconf-info {
  width: 300px;
  flex: 1 0 auto;
}
@media (max-width: 712px) {
  .kconf-info {
    width: 100%;
  }
}
.kconf-info__select {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  max-width: 270px;
}
@media (max-width: 712px) {
  .kconf-info__select {
    margin: 20px auto 0;
  }
}
.kconf-info__selected {
  line-height: 1.4;
}
@media (max-width: 712px) {
  .kconf-info__selected {
    text-align: center;
  }
}
.kconf-info__selected span {
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
}
.kconf-info__text {
  text-transform: uppercase;
}
.kconf-info__title {
  font-weight: normal;
  margin-bottom: 5px;
}
.kconf-info__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  padding: 5px 5px;
  border: 2px solid transparent;
}
.kconf-info__item--active {
  border: 2px solid red;
}
.kconf-info__item span {
  width: 30px;
  height: 30px;
  margin-top: 10px;
  border-radius: 16px;
  background-color: #EEE;
}
.kconf-info__item div {
  margin-top: 10px;
}
.kconf-info__item div i {
  font-size: 9px;
  font-weight: bold;
  font-style: normal;
}
#btn {
  border: 2px solid darkolivegreen;
  border-radius: 5px;
  background-color: transparent;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
}
#btn:hover {
  background-color: #BA1D23;
  color: #FFF;
}
@media (max-width: 712px) {
  #btn {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 20px;
  }
}
.kconf-manage {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 712px) {
  .kconf-manage {
    flex-direction: column;
  }
}
.kconf-manage__title {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 5px;
}
@media (max-width: 712px) {
  .kconf-manage__title {
    text-align: center;
  }
}
.kconf-manage__imagetitle {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 5px;
  display: none;
}
.kconf-manage__lead {
  font-size: 14px;
  margin-bottom: 20px;
}
@media (max-width: 712px) {
  .kconf-manage__lead {
    text-align: center;
  }
}
.kconf-manage__lead--spec {
  margin-top: 30px;
}
.kconf-colors {
  margin-top: 20px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 712px) {
  .kconf-colors {
    justify-content: center;
  }
}
.kconf-colors__item {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  border: 1px solid transparent;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  margin: 3px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 712px) {
  .kconf-colors__item {
    width: 33px;
    height: 33px;
    border-radius: 17px;
  }
}
.kconf-colors__carbon {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  border: 1px solid transparent;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  margin: 3px;
  position: relative;
  cursor: pointer;
  background-image: url(carbon2.png);
  background-size: 200px;
}
@media (max-width: 712px) {
  .kconf-colors__carbon {
    width: 33px;
    height: 33px;
    border-radius: 17px;
  }
}
.color-tooltip {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.95);
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 16px;
  padding: 10px 15px;
  width: 100px;
  display: none;
  border-radius: 5px;
  top: -50px;
  left: -42px;
  opacity: 0;
}
.color-tooltip:before {
  top: 35px;
  left: 40px;
  position: absolute;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: rgba(0, 0, 0, 0.95) transparent transparent transparent;
}
@media (max-width: 712px) {
  .color-tooltip {
    left: -35px;
  }
}
.show-tooltip .color-tooltip {
  opacity: 1;
  display: flex;
  animation-name: showtool;
  animation-duration: 0.33s;
}
@keyframes showtool {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#brand {
  display: none;
}
.save-data {
  border: 1px solid #000;
  padding: 20px;
  width: 900px;
}
.save-data .kconf-viewer {
  background-image: none;
}
.save-data .kconf__colorwrap {
  display: none;
}
.save-data #btn {
  display: none;
}
.save-data .kconf-manage__title {
  display: none;
}
.save-data .kconf-manage__lead {
  display: none;
}
.save-data .kconf-manage__imagetitle {
  display: block;
}
.save-data .kconf-info {
  width: 220px;
}
.save-data .kconf-info__selected {
  display: none;
}
.save-data .kconf-info__item div {
  display: block;
}
.save-data .kconf-info__item--active {
  border-color: transparent;
}
.save-data #brand {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.capturing {
  display: none;
}
.svgs {
  display: none;
}
#canvas1 {
  display: none;
}
#canvas2 {
  display: none;
}
canvas {
  display: none;
}
.loader {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  justify-content: center;
  align-items: center;
}
.loader__logo {
  animation: fading 1.5s ease-in-out infinite;
}
.open {
  display: flex;
}
@keyframes fading {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
