html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

input[type="checkbox"][disabled][checked] {
    filter: invert(100%) hue-rotate(18deg) brightness(5);
}

input[type="checkbox"][disabled] {
    filter: invert(100%) hue-rotate(18deg) brightness(5);
}

.text-primary-override {
    color: #ff6f3c;
}

.btn-secondary {
    background: #155263;
}

.btn-base-ligth {
    background: #1ca2bb;
}