.sugar-button {
  border: 0;
  outline: none;
  width: 100px;
  height: 30px;
  border-radius: 3px;
  background-color: #4faee8;
  color: #fff;
}

.sugar-button:hover {
  background-color: rgba(79, 174, 232, 0.85);
}

.sugar-input {
  border: 1px solid #ccc;
  width: 200px;
  height: 30px;
  outline: none;
  padding-left: 10px;
}

.sugar-select {
  margin-top: 10px;
  border: 1px solid #ccc;
  width: 200px;
  height: 30px;
  outline: none;
  cursor: pointer;
  padding-left: 10px;
}

.sugar-select-options-box {
  position: absolute;
  background: white;
  margin-top: 8px;
  border-radius: 2px;
  border: 1px solid #ccc;
  border-bottom: 0;
}

.sugar-option {
  width: calc(100% - 20px);
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}

.sugar-dialog-mode {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  top: 0;
  left: 0;
  transition: opacity 0.3s linear;
}

.sugar-dialog {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sugar-checkbox-container {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.sugar-checked {
  width: 30px;
  height: 30px;
  background: #ccc;
}

/*# sourceMappingURL=sugar.css.map */
