/* Fix for navbar and welcome section visibility */
.navbar-and-welcome-wrapper {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    z-index: 999 !important;
}

.user-welcome-bar {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
}

.navbar {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
}

html, body {
    overflow-x: hidden;
    height: auto;
    min-height: 100%;
}

body {
    display: block;
    overflow-y: auto;
}

/* Fix double scrollbars */
body {
    overflow-x: hidden !important;
}

/* Add appropriate spacing after the navbar and welcome bar */
.content-wrapper, 
.container-fluid,
.container-xxl {
    padding-top: 20px;
}

/* Ensure footer is properly positioned */
footer {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}