.form-label {
    font-weight: bold;
}

thead tr th{
    font-weight: bold !important;
}


.card-title {
    font-weight: bold !important;
}


.custom-menu > ul {
    /* add spacing */
    margin-top: 12px !important;
    
}
.custom-menu > ul > li {
    margin-left: 8px !important;
    margin-right: 8px !important;
    border-radius: 10px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.custom-menu > ul > li:hover {
    background-color: var(--menu-active-bg) !important;
}

.card {
    border-radius: 8px !important;
    overflow: visible;
}