.spantitle {
    background-color: #2B84B1 !important;
    color: white;
    font-weight: bold;
}

.alignGroupText .form-control, .alignGroupText .input-group-text {
    height: calc(2.25rem + 2px);
}

.alignGroupText {
    flex-wrap: nowrap;
}

.alignGroupText .input-group-text {
    white-space: nowrap;
    min-width: auto;
}

.alignGroupText .calendar-icon {
    bottom: 1rem !important;
}

.boe-date.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.badge-success {
    color: #ffffff;
    background-color: #2E7C27;
}

.badge-light {
    color: #363642;
    background-color: #f6f7f9;
}

.badge-subtle.badge-primary {
    color: #26759c;
    background-color: rgba(43, 132, 177, 0.08);
}

.badge-subtle.badge-dark {
    color: #363642;
    background-color: rgba(34, 34, 48, 0.08);
}