

#contant {
    margin-top: 60px;
    min-height: 300px;
    z-index: 1;

    
}


/* #content {
    margin-top: 60px;
    min-height: 300px;
    transition: all 0.5s ease;
    position: absolute;
    height: calc(100% - 60px); /* Adjusted height to fill remaining viewport */
    width: calc(100% - 78px);
    left: 78px;
    z-index: 1; /* Added z-index to ensure it's above navbar and sidebar */
} */