body {
    background-color: rgba(0, 0, 0, 0.027);
}

.card_tabela {
    overflow-x:hidden;
    overflow-y:visible;
    height:520px;
}

/* CARDS HEADER */

.cards-header {
    padding: 10px;
}

.cards-header p {
    margin-bottom: 5px !important;
}

.cards-header .fas{
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cards-header .icon-fs {
    border-radius: 5px;
    color: white;
}

.info-box-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* SELECTS */
.selects-title {
    background-color: rgba(0, 89, 255, 0.623);
    color: white;
    padding: 10px;
}

.selects-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.select-group select{
    width: 200px;
    padding: 5px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.637);
}

.select-group label {
    font-weight: 500;
}

/* CARD TABELA */

.align-middle {
    padding: .1rem !important;
    padding-left: .5rem !important;
}