html {
  height: 100%;
}

body {
  background: white;
  height: 100%;
}

a, p, input, span, h1, h2, h3, h4, h5, h6, table, label {
  font-family: "Heebo", sans-serif;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.fw400 {
  font-weight: 400;
}

.fw700 {
  font-weight: 700;
}

.fw900 {
  font-weight: 900;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.brand-color {
  color: #002ee6 !important;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  margin-right: 1rem;
  font-size: 1.2rem;
  line-height: inherit;
  white-space: nowrap;
  color: #002ee6 !important;
}

.lux-input {
  width: 100%;
  padding: 10px;
  display: block;
  margin-bottom: 15px;
  border: 1px solid #c5c5c5;
}

.custom-select {
  border: 1px solid #c5c5c5;
  border-radius: 0;
}

.canvas-section {
  padding: 20px;
  position: relative;
  margin-bottom: 0px;
  border: 1px solid grey;
}

.section_edit {
  background: #eae4ea;
  color: black;
  transition-duration: 400ms;
}

.section_edit:hover {
  background: #d6d4d5;
  color: black;
  text-decoration: none;
}

.sh {
  min-height: 30%;
}

.dsh {
  min-height: 60%;
}

a:hover {
  text-decoration: none;
}

.btn {
  border-radius: 0;
}

.btn-brand {
  background: #0575e6;
  background: linear-gradient(180deg, #0575e6 40%, #0055ff 100%);
  color: white;
  font-weight: bold;
  transition-duration: 400ms;
}

.btn-brand:hover {
  background: #0575e6;
  background: linear-gradient(90deg, #002ee6 40%, #0900ff 100%);
  color: white;
  font-weight: bold;
}

.btn-brand-alt {
  background-color: transparent;
  color: #0575e6;
  border: 1px solid #0575e6;
}

.btn-brand-alt:hover {
  background-color: rgba(5, 117, 230, 0.75);
  color: white;
  border: 1px solid #002ee6;
}

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