html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Estilos para a configuração de meses */
.month-checkbox:checked + label .badge {
    background-color: #198754 !important;
    color: white !important;
}

/* Badges dos meses */
.badge-month {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
}

.btn-sm-custom {
    height: 30px;
    font-size: 12px;
    padding: 0 12px;
    border-radius: 4px;
    background: #0f1531;
    color: white;
    border: none;
    cursor: pointer;
}

    .btn-sm-custom:hover {
        background: #1a2342;
        color: white;
    }

.bg-info {
    background-color: #0f1531 !important;
}