.btn.btn-secondary {
    background-color: #5A6481 !important;
    color: #EDF0F7 !important;
}


#anniversary-strip {
    background: linear-gradient(90deg, #2d1b69 0%, #3C3489 40%, #5b52c4 100%);
    padding: 10px 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
}
#anniversary-strip .emoji { font-size: 18px; margin-top: -5px;}
#anniversary-strip p { font-size: 18px; color: rgba(255,255,255,0.9); }
#anniversary-strip strong { color: #fff; font-weight: 600; }
#anniversary-strip .dismiss { margin-left: auto; color: rgba(255,255,255,0.4); font-size: 20px; cursor: pointer; line-height: 1; }


/* Section and card headings read as headings; muted text is applied per-element instead. */
h3 {
    color: var(--bs-gray-900);
}
.text-heading {
    color: #3C3489 ;
    font-weight: bold;
}


h3 .text-info {
    color: #3C3489 !important;
    font-weight: bold !important;
}


#kt_app_header_wrapper .menu-link:hover .menu-title {
    color: #ffffff !important;
    font-weight: bold !important;
}


.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-striped-bg: #f7f9fc;
}
