body {
    font-family: Arial, sans-serif;
    background-color: #f1f1f1;
}

.navbar a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
}

.dropbtn {
    background-color: #ff6521;
    color: white !important;
    min-height: 68px;
    margin-left: 5px;
    padding: 18px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: -94px;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        width: 100%;
        text-align: left;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #ab4112;
}

.LeftNavMenu {
    position: absolute;
    margin-top: -57px;
    font-size: 30px;
    padding-bottom: 0px;
    padding-left: 130px;
    z-index: 99;
}

.burgerContainer {
    position: fixed;
    display: inline-block;
    cursor: pointer;
    z-index: 99;
    margin-left: 240px;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 2px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
    margin-left: -60px;
}

.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}

/* Style for the logo */
.logo {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
}

    .logo img {
        height: 50px;
        width: auto;
    }

.container-outside {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Adjust as needed */
}

.login-container {
    min-width: 450px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

    .login-container h2 {
        text-align: center;
    }

    .login-container input[type="text"],
    .login-container input[type="password"] {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }

    .login-container button {
        width: 100%;
        padding: 10px;
        background-color: #4CAF50;
        color: #fff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

        .login-container button:hover {
            background-color: #45a049;
        }

img {
    margin-top: 15px;
    margin-bottom: 25px;
    height: 70px;
    width: auto;
}

/* Media query for small screens */
@media screen and (max-width: 768px) {
    img {
        margin-top: 5px;
        height: 60px;
        width: auto;
    }
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.wrapper {
    margin-top: 25px;
    background: #fcfcfc;
}

/* Chart styles*/
.chart-left {
    padding-left: 0;
    padding-right: 5px;
}

.chart-right {
    padding-left: 5px;
    padding-right: 0;
}

.panel-HIVIndicators {
    -moz-border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: none;
    background: #dce6ee;
    border: 1px solid #d1d6e6;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 10px;
}

    .panel-HIVIndicators .panel-header {
        padding-top: 10px;
    }

        .panel-HIVIndicators .panel-header .title {
            float: left;
            font-size: 16px;
            font-weight: 600;
            margin-left: 8px;
        }

        .panel-HIVIndicators .panel-header .dropdowns {
            float: right;
            margin-right: 8px
        }

            .panel-HIVIndicators .panel-header .dropdowns select {
                background-color: #dce6ee;
                border: hidden;
                text-decoration: none;
            }

.panel {
    -moz-border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: none;
    background: #dce6ee;
    border: 1px solid #d1d6e6;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 10px;
}

    .panel .panel-header {
        padding-top: 10px;
    }

        .panel .panel-header .title {
            float: left;
            font-size: 16px;
            font-weight: 600;
            margin-left: 8px;
        }

        .panel .panel-header .dropdowns {
            float: right;
            margin-right: 8px
        }

            .panel .panel-header .dropdowns select {
                background-color: #dce6ee;
                border: hidden;
                text-decoration: none;
            }

    .panel .panel-heading {
        background-color: #fff;
        border-bottom: 1px solid #eaeff2;
        line-height: 1;
        padding-bottom: 22px;
        padding-top: 12px;
        position: relative;
    }

    .panel .panel-heading,
    .panel .panel-body,
    .panel .panel-footer {
        padding-left: 20px;
        padding-right: 20px;
    }

.page-dbcontent {
    width: calc(100% - 264px);
    margin-left: 265px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.sub-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #67707d;
    padding: 5px;
}

.with-subgroup:hover .sub-list {
    display: block;
}

.questionnaire-modal-width {
    width: 600px;
    max-width: 90%;
}

.sub-item {
    background-color: #ffffff;
    width: 229px;
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 7px;
}

    .sub-item a {
        margin-left: 18px;
    }

    .sub-item:hover {
        background-color: #e5e5e5;
    }

.chartContainer {
    height: 600px;
    width: 100%;
}

