.js-push-button {
  opacity: 0.3;
}

.orangeBg, #useGrid {
  background: #ff8d22;
}

.useGrid_box {
  padding: 0 10px;
}

#useGrid {
  border-radius: 8px;
  padding: 4px 8px;
  justify-content: flex-start;
  align-items: center;
  margin: 8px 0;
}
#useGrid .grid_img {
  width: 30px;
  height: 22px;
}
#useGrid label {
  width: calc(100% - 24px);
  color: #fff;
  margin-bottom: 0;
  font-weight: normal;
  display: flex;
  align-items: center;
}
#useGrid .grid_inbox {
  margin-left: auto;
}
#useGrid input[type=checkbox] {
  background: #fff;
  border-radius: 4px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
#useGrid input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 16px;
  border: solid #333333;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
  left: 7px;
  top: 2px;
}/*# sourceMappingURL=webapp_develop.css.map */