[data-page-route=Workspaces] .layout-main .list-sidebar {
    height: 100%;
}

[data-page-route=Workspaces] .layout-main .desk-sidebar.sidebar-menu {
    min-height: 80%;
}

@media (max-width: 991px) {
    .layout-main .desk-sidebar.sidebar-menu {
        min-height: 90% !important;
    }
}

.custom-footer {
    height: auto; /* Allow height to adjust if needed */
    display: flex;
    align-items: center;
    position: sticky;
    bottom: 0;
    background-color: #f1f1f1;
    padding-left: 10px; /* Fixed padding */
    border-radius: 8px 8px 8px 8px
}

.custom-footer-wrapper {
    display: flex;
    flex-wrap: wrap; 
    align-items: center; 
    justify-content: flex-start; 
    margin: 18px 10px 12px 0;
}

.custom-footer-image {
    width: 20px; 
    height: 20px; 
    object-fit: contain;
    margin-right: 10px; 
}

.custom-footer-text {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px; 
    white-space: nowrap;
}


.custom-navbar-title {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin-left: 10px;
    text-decoration: none; 
}

.custom-navbar-title:hover {
    text-decoration: none; 
}
