:root {
  --brand-color: #013755;
}

.badge {
  display: inline-block;
  text-align: center;
  width: 100%;
  white-space: nowrap; 
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

html,
body {
  height: 100%;
  margin: 0;
  font-family: 'Roboto Mono', monospace;
}

.body-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main-content {
  flex: 1;
}

  .content-footer {
    /* padding: 1rem; */
    /* width: 100%; */
    color: white;
    text-align: center;
    background-color: #192635;
  }

.dt-center {
  text-align: center !important;
}
 
