/* CSS Document */

body, input, button, select, textarea {
  font-family: 'Noto Sans TC', sans-serif;
}

.col-img, .setting-img {
  text-align: center;
}

.setting-img img {
  cursor:not-allowed;
}

.col-img {
  padding-bottom: 20px;
}

.col-img img, .setting-img img {
  width: 80px;
  padding: 0;
}

.col-img button, .pad-2, .setting-img button {
  padding: 2px;
}

.col-img small {
  padding-left: 10px;
  padding-right: 10px;
}

.btn-active {
  color: #000;
  border-color: #6c757d;
  background-color: #a5cc41;
}

.btn-active:hover {
  color: #000;
  border-color: #6c757d;
  background-color: #a5cc41;
}

.space-8693 {
  width: 86px;
  height: 93px;
}

#sampleSVG {
  width: 100%;
  top: 0;
  left: 0;
  padding-left: 20px;
  padding-right: 20px;
}

#sample {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 997;
}

.svg-bg-color {
  background-color: #333333;
}

.downloading {
  position: fixed;
  bottom: 0;
  left: 0;
  animation: blinker 1s linear infinite;
}

.copyright-wrapper {
  text-align: center;
  font-size: 0.8rem;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}