.ft {
    display: flex;
    flex-flow: column wrap;
    border: 1px solid #DADADA;
}

.ft-row {
    display: flex;
    flex-flow: row nowrap;
}

.ft-row-item {
    overflow: hidden;
    border-bottom: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 8.1rem;
}

.ft-row .ft-row-item:first-of-type {
    border-bottom: 1px solid #DADADA;
    border-right: 1px solid #DADADA;
}

.ft-row .ft-row-item:last-of-type {
    /*border-right: none;*/
}

.ft .ft-row:last-child {
    border-bottom: none;
}

.ft-row-item.header {
    padding: 0.15rem 1rem;
    font-weight: bold;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    flex-basis: 10rem;
}

.fb {
    display: flex;
    flex-flow: row nowrap;
    border: 1px solid #DADADA;
    width: 100%;
    height: 100%;
    /*justify-content: space-between;*/
}

.fb-row {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    justify-content: space-between;
}

.fb-col {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    /*justify-content: space-between;*/
}

.fb-cell {
    border: 1px solid #78716c;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.fb-btn {
    font-size: medium;
    min-height: 1.7rem;
    max-height: 1.7rem;
    min-width: 2.63rem;
    max-width: 2.63rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border: rgba(49, 49, 49, 0.4) solid 1px;
    border-radius: 0;
    background-color: #ffffff;
}

.fb-btn:hover {
    opacity: var(--bs-btn-disabled-opacity);
    background-color: rgba(120, 113, 108, 0.5);
    border-color: #78716c;
}

.fb-btn.disabled {
    border: rgba(49, 49, 49, 0.4) solid 1px;
    border-radius: 0;
    background-color: #78716c;
}

.fb-btn-decade.disabled {
    font-weight: normal;
    color: #ffffff;
    min-height: 1rem;
}
