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;
}
.rox-card {
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.rox-card-title {
    font-weight: 600;
}

.rox-card-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7280;
    margin-bottom: 0.25rem;
}

.rox-card-value {
    font-size: 1.5rem;
    font-weight: 600;
}
