@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;600&display=swap");
body {
  font-family: "Fira Sans", "Lucida Grande", "Trebuchet MS", sans-serif;
  color: rgb(109, 110, 113);
}
.btn-success {
  background-color: #8db319;
  border-color: #7b9d16;
  background-image: none;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  background-color: #6a8613;
  border-color: #51670e;
}
.btn {
  transition: all 200ms ease;
}
.control-label {
  color: #888c95;
  font-size: 11px;
  font-weight: normal;
}
.action-bar {
  bottom: -2px;
  padding: 10px;
  margin-top: 40px;
  background: rgb(245, 246, 247) none repeat scroll 0% 0%;
  border: 1px solid rgb(221, 221, 221);
  border-radius: 4px;
  z-index: 5;
  -moz-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  display: flex;
  -moz-box-pack: center;
  flex-wrap: wrap;
}
