@font-face {
  font-family: "KOTRAHOPE";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2110@1.0/KOTRAHOPE.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 500px) {
  .modal .body {
    padding: 0px;
  }
  #box {
    margin: 0;
  }
}
* {
  font-family: "KOTRAHOPE";
}

body {
  margin: 0;
}

.btn-3d.cyan {
  background-color: #7fccde;
  box-shadow: 0 0 0 1px #7fccde inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 8px 0 0 rgba(102, 164, 178, 0.6), 0 8px 0 1px rgba(0, 0, 0, 0.4), 0 8px 8px 1px rgba(0, 0, 0, 0.5);
}

.btn-3d.cyan:active {
  box-shadow: 0 0 0 1px #7fccde inset, 0 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 0 0 1px rgba(0, 0, 0, 0.4);
}

.btn-3d.cyan:hover {
  background-color: #82D1E3;
}

.btn-3d {
  position: relative;
  display: inline-block;
  font-size: 22px;
  padding: 20px 60px;
  color: white;
  margin: 20px 10px 10px;
  border-radius: 6px;
  text-align: center;
  transition: top 0.01s linear;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}

.btn-3d:active {
  top: 9px;
}

a[class*=btn] {
  text-decoration: none;
}

div.btn {
  text-align: center;
}

input {
  border-radius: 5px;
  margin: 2px;
  padding: 0.1em 0.3em;
  width: 4em;
  border: 1px solid #aaa;
  font-size: 1em;
}

div.div-canvas {
  text-align: center;
}

input.weight {
  width: 2.5em;
}

/**/
#container > .btn {
  margin: 60px;
  padding: 20px 40px;
  font-size: 30px;
  border-radius: 40px;
}

.header {
  padding: 20px;
  font-size: 2em;
  position: relative;
}

.modal {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  top: 100%;
  position: fixed;
  left: 0;
  text-align: left;
}
.modal .body {
  padding: 20px;
  font: 300 16px Lato;
}

.info {
  background: linear-gradient(to right, rgb(220, 227, 91), rgb(69, 182, 73));
  padding: 10px 25px;
  display: inline-block;
  border-radius: 25px;
  margin: 20px 0;
  color: #fff;
  position: relative;
  transition: all 0.4s ease;
  cursor: pointer;
}
.info:hover {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

#container.modal-open .modal {
  top: 0;
  overflow-y: scroll;
}

.inputbox {
  text-align: center;
}

#box {
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 10px;
  display: inline-block;
  border-radius: 20px;
  color: #fff;
  position: relative;
  transition: all 0.4s ease;
  cursor: pointer;
}

#box li {
  list-style-type: none;
  text-align: initial;
  padding: 0px 10px;
}

input.add {
  color: green;
}

input.remove {
  color: red;
}/*# sourceMappingURL=style.css.map */