.max-h-75px {
    max-height: 75px !important;
}

.btn-action {
    height: calc(2.3rem + 2px) !important;
    width: calc(2.3rem + 2px) !important;
}

.w-fit-content {
    width: fit-content !important;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__options.select2-results__options--nested {
    overflow-y: unset!important;
}


.star-checkbox {
    visibility:hidden;
    font-size:30px;
    cursor:pointer;
}
.star-checkbox:before {
    content: "\2606";
    position: absolute;
    visibility:visible;
    color: #ffc700;
}
.star-checkbox:checked:before {
    content: "\2605";
    position: absolute;
    color: #ffc700;
}

.buttons-colvis {
    width: 100% !important;
    text-align: left !important;
    background-color: #fff !important;
    border: 1px solid #e4e6ef !important;
    border-radius: .475rem !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075) !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}