.content-wrapper {
    background-color: #cddae7 !important;
}
.logo-image {
    display: block;
}
.dark-mode .navbar-dark {
    background-color: #343a40;
    border-color: #4b545c;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #3f6791;
    color: #fff;
}
.d-flex {
    display: flex !important;
}
.header_login {
    background: #356ba2;
    padding: 10px;
    color: white;
}
.login_title {
    align-self: center;
    text-align: right;
    font-size: 25px;
}

.loaded {
    overflow: visible;
}

.loader-fade {
    display: none;
}
.parallel {
    overflow: hidden;
    position: relative;
    height: 100vh;
}
@media (min-width: 1031px) {
    .parallel {
        overflow: hidden;
        position: fixed;
    }
}
.footer {
    background-color: #356ba2;
    padding: 1rem 0;
    text-align: center;
    color: #ffffff;
    position: relative;
    width: 100%;
}
.text_end {
    align-items: center;
    text-align: end;
    display: flex;
    justify-content: end;
}
.header_span {
    font-size: 20px;
}

/* General styles for small screens */
@media (max-width: 767px) {
    .header_login {
        padding: 15px; /* Add more padding for mobile */
        text-align: center; /* Center text for mobile */
    }
    .header_login .header_logo {
        width: 20%;
    }

    .header_login .text_end {
        width: 60%;
    }
    .card {
        padding: 20px 10px;
        width: 300px;
    }

    .login_title {
        font-size: 20px; /* Slightly smaller font size */
    }
    .logo-image {
        display: none;
    }
    .welcome_title {
        font-size: 20px;
    }
    .anchor_flex {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .footer {
        padding: 1rem; /* Adjust footer padding for mobile */
    }

    .parallel {
        padding: 20px; /* Add padding for mobile */
        height: auto; /* Allow height to adjust */
    }

    .sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active {
        background-color: #3f6791; /* Maintain active link color */
        color: #fff;
    }

    .text_end {
        justify-content: center; /* Center the text on mobile */
        text-align: center; /* Center text */
    }
}

/* Additional styles for tablets */
@media (min-width: 768px) and (max-width: 1024px) {
    .header_login {
        padding: 10px; /* Default padding */
    }

    .login_title {
        font-size: 22px; /* Slightly larger for tablets */
    }

    .footer {
        padding: 1rem; /* Maintain footer padding */
    }

    .parallel {
        padding: 30px; /* More padding for tablets */
    }

    .text_end {
        justify-content: flex-end; /* Right-align text for tablets */
    }
}
.content {
    padding: 0 0 30px 0;
}
.pie-chart-container {
    height: 400px;
    text-align: center;
    display: none;  
    justify-content: center;
}
#display_pie-chart-container 
{
    display: flex;
    justify-content: center;
}
