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

.max-w-250px {
    max-width: 250px!important;
}

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

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

.fa-2x {
    font-size: 1.5rem!important;
}
:root {
    --bs-primary: #30df1f!important;
    --bs-component-active-bg: #30df1f!important;
    --bs-text-primary: #30df1f!important;
}