body {
display: flex;
min-height: 100vh;
flex-direction: column;
background-color: #eaeaea;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
main {
flex: 1 0 auto;
}
.nav-content{
background-color: #830b10 !important;
}
.page-footer{
    padding-top: 5px !important;
    font-size: 13px !important;
}
nav, footer {
background-color: #bb1218 !important;
}
.dashboard-box {
background: #ffffff;
border-radius: 8px;
padding: 1.5rem;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
transition: transform 0.2s ease;
}
.dashboard-box:hover {
transform: translateY(-3px);
}
.avatar-placeholder {
width: 100%;
height: 160px;
background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
color: #888;
}
.stats-number {
font-size: 2rem;
font-weight: bold;
margin-bottom: 0.5rem;
}
.tabs .tab a {
color: #333;
}
.tabs .tab a.active {
background-color: #8d0c11a3;
color: white;
}
.tabs .indicator {
background-color: #bb1218;
}
.starClr {
color: #dfc419 !important;
}
.footer-links li {
text-align: left;
}
.material-icons.left,
.material-icons.right {
vertical-align: middle;
}
.badge-notification {
position: relative;
display: inline-block;
}
.red{
background-color: #bb1218;
}
.green{
background-color: #19df2aff;
}
.badge-notification .badge {
position: absolute;
top: -8px;
right: -10px;
font-size: 0.75rem;
color: white;
border-radius: 50%;
padding: 2px 6px;
min-width: 18px;
height: 18px;
line-height: 14px;
text-align: center;
font-weight: bold;
box-shadow: 0 0 1px rgba(0,0,0,0.3);
}
.tab-link-with-badge {
position: relative;
display: inline-flex;
align-items: center;
gap: 4px;
}
.card{
    background-color: #ffffffc9 !important;
}
.tab-link-with-badge .badge {
position: absolute;
top: 6px;
right: 2px;
background-color: #bb1218;
color: white;
font-size: 0.7rem;
font-weight: bold;
padding: 2px 6px;
border-radius: 50%;
line-height: 1;
min-width: 18px;
height: 18px;
text-align: center;
box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.logo-img {
height: 55px; 
width: auto; 
max-width: 100%; 
}
.container{
width: 85% !important;
}
.footer-links li a {
display: block;
padding: 0;
}
.footer-links li {
display: flex;
align-items: center;
margin-bottom: 5px;
}
.nav-wrapper .search-form {
display: none;
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
background-color: #bb1218 !important;
}
.nav-wrapper .search-form input[type=search] {
height: 100%;
margin: 0;
padding: 0 1rem 0 5rem; 
border: none;
font-size: 1.1rem;
color: black; 
}
.nav-wrapper .search-form input[type=search]::placeholder {
color: black;
}
.nav-wrapper .search-form input[type=search]:focus {
border-bottom: 1px solid black; 
box-shadow: 0 1px 0 0 black;
}
.nav-wrapper .search-form i.material-icons {
color: black;
line-height: 56px;
padding: 0 0.5rem;
cursor: pointer;
}
.nav-wrapper .search-form .input-field .label-icon {
position: absolute;
top: 0;
left: 0;
height: 100%;
padding-left: 0.5rem; 
}
.dropdown-content li>a, .dropdown-content li>span{
color: #ff3131 !important;
}
@media only screen and (max-width: 992px) {
.nav-content .tabs .tab a {
font-size: 0; 
padding: 0 12px; 
white-space: nowrap; 
}
.nav-content .tabs .tab a .material-icons {
font-size: 24px;
line-height: 48px;
margin-right: 0 !important;
vertical-align: middle;
width: auto;
}
.nav-content .tabs .tab {
flex-grow: 1;
width: auto !important;
}
.tab-link-with-badge .badge {
top: 4px;
right: -8px; 
}
}