
.financeall-businessTypeWrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* transform: translate(0px, 40px); */
    gap: 10px;
}

.financeall-businessType {
    background-color: #f6f4ca;
    color: #000 !important;
    padding: 10px;
    width: 11%;
    text-align: center;
}

.financeall-businessTypeActive {
    background-color: #333;
    color: #fff !important;
}
