/* Apenas inputs e selects */
input[type="text"],
select,
.form-select {
    border: 1px solid #bfc7ce !important;
    background: #fff !important;
    transition: all .2s ease;
}

input[type="text"]:hover,
select:hover,
.form-select:hover {
    border-color: #8fa18a !important;
}

input[type="text"]:focus,
select:focus,
.form-select:focus {
    border-color: #7E8D69 !important;
    box-shadow: 0 0 0 2px rgba(126, 141, 105, 0.15) !important;
    outline: none;
}

.form-select,
.form-control,
select,
input {
    min-height: 28px !important;
    height: 28px !important;
    font-size: 11px !important;
}

.card-body {
    padding: 5px !important;
}

.card-header {
    padding: 4px 8px !important;
}

.verde{
     color: #7E8D69;
}