.card-body{
    padding: 1rem !important;
}
h5{
    margin-bottom: 0 !important;
}
.float-right {
    margin-top: -4px !important;
}
.category-title[data-toggle].collapsed:after {
    font-family: "bootstrap-icons";
    content: "\F282";
    font-weight: 900;
    color: #212529;
    position: absolute;
    right: 30px;
}
.category-title[data-toggle]:not(.collapsed):after {
    font-family: "bootstrap-icons";
    font-weight: 900;
    content: "\F286";
    color: #212529;
    position: absolute;
    right: 30px;
}
