body {
    font-family: "Montserrat";
    background-color: #102D46;
}

.dropdown {
    color: #000;
}

.app__container {
    margin: 3% 5%;
}

.app__header {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.app__header__title {
    letter-spacing: 0.23rem;
}

.app__menu__img {
    height: 50px;
    width: auto;
}

.app__content {
    display: flex;
    color: #fff !important;
    padding: 15px 25px 25px 25px;
}

.graph__container {
    display: flex;
    flex-direction: column;
    background-color: #113C59;
    padding: 10px 10px 10px 10px;
    border-radius: 0.55rem;
}

.sidebar {
    max-height: 620px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.sidebar__container {
    background-color: #113C59;
    border-radius: 0.55rem;
    margin-bottom: 15px;
}

.second {
    overflow: auto;
}

.sidebar__title {
    color: #fff !important;
    letter-spacing: 0.3rem !important;
    padding: 25px 25px 10px 25px;
    margin-bottom: 0px !important;
}

.sidebar__items {
    padding: 0px 25px 25px 25px;
    line-height: 2;
}

.auto__checkbox {
    margin-right: 10px;
}

.auto__label {
    color: #DFE3E8;
}

.auto__container {
    display: flex;
    justify-content: space-between;
    color: #113C59;
    padding: 0px 15px;
}

.auto__p {
    margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
    .sidebar {
        margin: 15px 0px 20px 0px;
    }
    .app__content {
        display: block;
        color: #ffffff;
        margin: 15px 0px 20px 0px;
    }
    .app__menu__img {
        height: 30px;
        width: auto;
    }
    .app__header {
        display: flex;
        flex-direction: column;
    }
    .app__header__desc {
        order: 1;
        text-align: center;
    }
    .app__header__logo {
        order: 0;
    }
    .app__header__title {
        font-size: 1.5em;
        padding-top: 15px;
    }
}

