html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
}

h3 {
    color: #0079c1;
    text-align: center;
}

.flexi-dash-title {
    font-weight: bold;
    color: #0079c1;
}

.title-centered {
    font-weight: bold;
    color: dimgray;
    text-align: center;
}

.centered {
    text-align: center;
}

.avatar {
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: #0079c1;
    width: 60px;
}

.value {
    font-weight: bold;
    text-align: right;
    font-size: xx-large;
    color: #0079c1;
}

.value-centered {
    font-weight: bold;
    text-align: right;
    font-size: xx-large;
    color: #0079c1;
    text-align: center;
}

.small-value-centered {
    font-weight: bold;
    text-align: right;
    font-size: medium;
    color: #0079c1;
    text-align: center;
}

.small-value {
    font-weight: 600;
    text-align: right;
    font-size: medium;
    color: #0079c1;
}

.flexi-dash-card {
    background-color: white;
    border-radius: 8px;
    border-color: lightgray;
    border-style: solid;
    border-width: 0px;
    padding: 20px;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 8px;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.flexi-dash-anchor {
    font-weight: bold;
    text-decoration: none;
    color: #0079c1;
}

.flexi-input {
    padding: 12px 12px 12px 20px;
    border-radius: 12px;
    border: solid 1px #c8c9d3;
}

.flexi-big-button {
    border-radius: 12px;
    height: 100px;
    width: 160px;
}

.flexi-primary-button {
    border-radius: 12px;
    height: 44px;
    background-color: #0079c1;
}

.flexi-login-button {
    width: 100%;
    border-radius: 12px;
    height: 44px;
    background-color: #0079c1;
}

.flexi-title {
    height: 23px;
    margin: 6px;
    opacity: 0.78;
    font-size: 19px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #0f153e;
}

.flexi-label {
    height: 23px;
    margin: 6px;
    opacity: 0.78;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #0f153e;
}