html, body {
    height: 100%;

}
.side-navigation-link.active{
    background: #cacaca;
    color: #464646;
}

@media only screen and (max-width: 3840px) {
    .navbar {
        border-radius: 0;
        background: #464646;
        min-height: 7em;
    }
    #logo {
        width: 400px;
        margin: 5px 50px;
    }
    .nav>li {
        border-left: 1px solid #555454;
        margin-top: 10px;
    }
    .nav>li>a {
        text-decoration: none;
        background-color: #464646;
        line-height: 36px;
        color: #D6D6D6;
        width: 100%;
        padding: 0 40px;
        position: relative;
    }
    .nav>li>a:focus, .nav>li>a:hover {
        text-decoration: none;
        background-color: #464646;
        color: #D6D6D6;
    }
    .navigation-number{
        display: block;
        text-align: center;
        color: #26B89D;
        font-weight: bold;
        font-size: 29px;
        font-family: 'DroidSans';
    }
    .navigation-text {
        text-align: center;
        font-weight: bold;
        font-size: 23px;
        font-variant: small-caps;
        font-family: 'SoleilW01-Bold';
    }
    .navigation-year {
        font-weight: bold;
        font-size: 18px;
        display: block;
        margin-top: 20px;

    }
    .navigation-month {
        display: block;
        font-weight: bold;
        margin: -34px 0 0 120px;
        font-size: 23px;
        transform: rotate(-90deg);
        font-variant: small-caps;
    }
    .dashboard-text {
        width: 150px;
        display: block;
        font-size: 32px;
        margin-top: 22px;
        margin-bottom: 12px;
    }
    #search {
        background-color: #262626;
        border: none;
        color: #D6D6D6;
        padding: 10px;
        height: 35px;
        margin-top: 26px;
        margin-bottom: 12px;
        margin-left: 90px;
        width: 310px;
    }
/****************************************/
    #side-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        height: calc(100vh - 7em);
    }
    .side-navigation {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .side-navigation > .side-navigation-item {
        border-bottom: 1px solid #C7C7C7;
        margin: 0 3em;
        font-family: 'open sans';
    }
    .side-navigation > .side-navigation-item> .side-navigation-link {
        display: block;
        color: #262626;
        font-size: 2.2em;
        padding: 0.28em 0.625em;
        border-radius: 5px;
        text-transform: capitalize;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link:hover {
        text-decoration: none;
        color: #262626;
        background: #ececec;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link:focus {
        text-decoration: none;
        color: #262626;
        background: #CACACA;
    }
    .side-footer > .side-footer-btn {
        display: block;
        width: 200px;
        background: #464646;
        border-radius: 5px;
        padding: 5px;
        color: white;
        text-align: center;
        font-weight: bold;
        font-size: 2.2em;
        margin: 0.5em 2em;
    }
    .side-footer > .side-footer-btn:hover {
        color: white;
        text-decoration: none;
    }
    #chart-area {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: calc(100vh - 7em);
        padding: 5em;
        background: radial-gradient(ellipse at center, rgba(248,248,248,0.87) 50%,rgba(248,248,248,0.87) 50%,rgba(192,193,198,0.73) 100%);
    }
    .chart {
        max-width: 25.0em;
        margin: 10em 0em;
    }
}

@media only screen and (max-width: 2560px) {
    .navbar {
        border-radius: 0;
        background: #464646;
        min-height: 6.7em;
    }
    #logo {
        width: 320px;
        margin: 5px 30px;
    }
    .nav>li {
        border-left: 1px solid #555454;
        margin-top: 10px;
    }
    .nav>li>a {
        text-decoration: none;
        background-color: #464646;
        line-height: 36px;
        color: #D6D6D6;
        width: 100%;
        padding: 0 30px;
        position: relative;
    }
    .nav>li>a:focus, .nav>li>a:hover {
        text-decoration: none;
        background-color: #464646;
        color: #D6D6D6;
    }
    .navigation-number{
        display: block;
        text-align: center;
        color: #26B89D;
        font-weight: bold;
        font-size: 27px;
    }
    .navigation-text {
        text-align: center;
        font-weight: bold;
        font-size: 21px;
    }
    .navigation-year {
        font-weight: bold;
        font-size: 18px;
        display: block;
        margin-top: 20px;
    }
    .navigation-month {
        display: block;
        font-weight: bold;
        margin: -34px 0 0 120px;
        font-size: 25px;
        transform: rotate(-90deg);
    }
    .dashboard-text {
        display: block;
        font-size: 30px;
        margin-top: 22px;
    }
    #search {
        background-color: #262626;
        border: none;
        color: #D6D6D6;
        padding: 10px;
        height: 40px;
        margin-top: 20px;
        margin-left: 50%;
        width: 150%;
    }
/****************************************/
    #side-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        height: calc(100vh - 6.7em);
        padding-top: 1%;
    }
    .side-navigation {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .side-navigation > .side-navigation-item {
        border-bottom: 1px solid #C7C7C7;
        margin: 0 3em;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link {
        display: block;
        color: #262626;
        font-size: 2.2em;
        padding: 0.28em 0.625em;
        border-radius: 5px;
        text-transform: capitalize;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link:hover {
        text-decoration: none;
        color: #262626;
        background: #ececec;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link:focus {
        text-decoration: none;
        color: #262626;
        background: #CACACA;
    }
    .side-footer > .side-footer-btn {
        display: block;
        width: 200px;
        background: #464646;
        border-radius: 5px;
        padding: 5px;
        color: white;
        text-align: center;
        font-weight: bold;
        font-size: 2.2em;
        margin: 0.5em 2em;
    }
    .side-footer > .side-footer-btn:hover {
        color: white;
        text-decoration: none;
    }
    #chart-area {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: calc(100vh - 6.7em);
        padding: 5em;
        background: radial-gradient(ellipse at center, rgba(248,248,248,0.87) 50%,rgba(248,248,248,0.87) 50%,rgba(192,193,198,0.73) 100%);
    }
    .chart {
        max-width: 25.0em;
        margin: 10em 0em;
    }
}

@media only screen and (max-width: 2450px) {
    .navbar {
        border-radius: 0;
        background: #464646;
        min-height: 6.7em;
    }
    #logo {
        width: 310px;
        margin: 5px 15px;
    }
    .nav>li {
        border-left: 1px solid #555454;
        margin-top: 10px;
    }
    .nav>li>a {
        text-decoration: none;
        background-color: #464646;
        line-height: 36px;
        color: #D6D6D6;
        width: 100%;
        padding: 0 23px;
        position: relative;
    }
    .nav>li>a:focus, .nav>li>a:hover {
        text-decoration: none;
        background-color: #464646;
        color: #D6D6D6;
    }
    .navigation-number{
        display: block;
        text-align: center;
        color: #26B89D;
        font-weight: bold;
        font-size: 27px;
    }
    .navigation-text {
        text-align: center;
        font-weight: bold;
        font-size: 22px;
    }
    .navigation-year {
        font-weight: bold;
        font-size: 18px;
        display: block;
        margin-top: 20px;

    }
    .navigation-month {
        display: block;
        font-weight: bold;
        margin: -34px 0 0 100px;
        font-size: 23px;
        transform: rotate(-90deg);
    }
    .dashboard-text {
        display: block;
        font-size: 30px;
        margin-top: 22px;
    }
    #search {
        background-color: #262626;
        border: none;
        color: #D6D6D6;
        padding: 10px;
        height: 35px;
        margin-top: 20px;
        margin-left: 100px;
        width: 250px;
    }
/****************************************/
    #side-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        height: calc(100vh - 6.7em);
    }
    .side-navigation {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .side-navigation > .side-navigation-item {
        border-bottom: 1px solid #C7C7C7;
        margin: 0 3em;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link {
        display: block;
        color: #262626;
        font-size: 2.2em;
        padding: 0.28em 0.625em;
        border-radius: 5px;
        text-transform: capitalize;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link:hover {
        text-decoration: none;
        color: #262626;
        background: #ececec;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link:focus {
        text-decoration: none;
        color: #262626;
        background: #CACACA;
    }
    .side-footer > .side-footer-btn {
        display: block;
        width: 200px;
        background: #464646;
        border-radius: 5px;
        padding: 5px;
        color: white;
        text-align: center;
        font-weight: bold;
        font-size: 2.2em;
        margin: 0.5em 2em;
    }
    .side-footer > .side-footer-btn:hover {
        color: white;
        text-decoration: none;
    }
    #chart-area {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: calc(100vh - 6.7em);
        padding: 5em;
        background: radial-gradient(ellipse at center, rgba(248,248,248,0.87) 50%,rgba(248,248,248,0.87) 50%,rgba(192,193,198,0.73) 100%);
    }
    .chart {
        max-width: 25.0em;
        margin: 10em 0em;
    }
}

@media only screen and (max-width: 2180px) {
    .navbar {
        border-radius: 0;
        background: #464646;
        min-height: 6.7em;
    }
    #logo {
        width: 300px;
        margin: 5px 10px;
    }
    .nav>li {
        border-left: 1px solid #555454;
        margin-top: 10px;
    }
    .nav>li>a {
        text-decoration: none;
        background-color: #464646;
        line-height: 36px;
        color: #D6D6D6;
        width: 100%;
        padding: 0 20px;
        position: relative;
    }
    .nav>li>a:focus, .nav>li>a:hover {
        text-decoration: none;
        background-color: #464646;
        color: #D6D6D6;
    }
    .navigation-number{
        display: block;
        text-align: center;
        color: #26B89D;
        font-weight: bold;
        font-size: 27px;
    }
    .navigation-text {
        text-align: center;
        font-weight: bold;
        font-size: 22px;
    }
    .navigation-year {
        font-weight: bold;
        font-size: 18px;
        display: block;
        margin-top: 20px;

    }
    .navigation-month {
        display: block;
        font-weight: bold;
        margin: -34px 0 0 80px;
        font-size: 23px;
        transform: rotate(-90deg);
    }
    .dashboard-text {
        display: block;
        font-size: 30px;
        margin-top: 21px;
    }
    #search {
        background-color: #262626;
        border: none;
        color: #D6D6D6;
        padding: 10px;
        height: 35px;
        margin-top: 20px;
        margin-left: 80px;
        width: 220px;
    }
/****************************************/
    #side-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        height: calc(100vh - 6.7em);
    }
    .side-navigation {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .side-navigation > .side-navigation-item {
        border-bottom: 1px solid #C7C7C7;
        margin: 0 2.3em;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link {
        display: block;
        color: #262626;
        font-size: 2.0em;
        padding: 0.28em 0.625em;
        border-radius: 5px;
        text-transform: capitalize;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link:hover {
        text-decoration: none;
        color: #262626;
        background: #ececec;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link:focus {
        text-decoration: none;
        color: #262626;
        background: #CACACA;
    }
    .side-footer > .side-footer-btn {
        display: block;
        width: 200px;
        background: #464646;
        border-radius: 5px;
        padding: 5px;
        color: white;
        text-align: center;
        font-weight: bold;
        font-size: 2.2em;
        margin: 0.5em 1.5em;
    }
    .side-footer > .side-footer-btn:hover {
        color: white;
        text-decoration: none;
    }
    #chart-area {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: calc(100vh - 6.7em);
        padding: 5em;
        background: radial-gradient(ellipse at center, rgba(248,248,248,0.87) 50%,rgba(248,248,248,0.87) 50%,rgba(192,193,198,0.73) 100%);
    }
    .chart {
        max-width: 25.0em;
        margin: 10em 0em;
    }
}

@media only screen and (max-width: 2067px) {
    .navbar {
        border-radius: 0;
        background: #464646;
        min-height: 6.7em;
    }
    #logo {
        width: 280px;
        margin: 5px 8px;
    }
    .nav>li {
        border-left: 1px solid #555454;
        margin-top: 10px;
    }
    .nav>li>a {
        text-decoration: none;
        background-color: #464646;
        line-height: 36px;
        color: #D6D6D6;
        width: 100%;
        padding: 0 18px;
        position: relative;
    }
    .nav>li>a:focus, .nav>li>a:hover {
        text-decoration: none;
        background-color: #464646;
        color: #D6D6D6;
    }
    .navigation-number{
        display: block;
        text-align: center;
        color: #26B89D;
        font-weight: bold;
        font-size: 27px;
    }
    .navigation-text {
        text-align: center;
        font-weight: bold;
        font-size: 22px;
    }
    .navigation-year {
        font-weight: bold;
        font-size: 18px;
        display: block;
        margin-top: 20px;

    }
    .navigation-month {
        display: block;
        font-weight: bold;
        margin: -34px 0 0 55px;
        font-size: 23px;
        transform: rotate(-90deg);
    }
    .dashboard-text {
        display: block;
        font-size: 30px;
        margin-top: 21px;
    }
    #search {
        background-color: #262626;
        border: none;
        color: #D6D6D6;
        padding: 10px;
        height: 35px;
        margin-top: 20px;
        margin-left: 60px;
        width: 200px;
    }
/****************************************/
    #side-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        height: calc(100vh - 6.7em);
    }
    .side-navigation {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .side-navigation > .side-navigation-item {
        border-bottom: 1px solid #C7C7C7;
        margin: 0 2.3em;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link {
        display: block;
        color: #262626;
        font-size: 1.9em;
        padding: 0.28em 0.625em;
        border-radius: 5px;
        text-transform: capitalize;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link:hover {
        text-decoration: none;
        color: #262626;
        background: #ececec;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link:focus {
        text-decoration: none;
        color: #262626;
        background: #CACACA;
    }
    .side-footer > .side-footer-btn {
        display: block;
        width: 200px;
        background: #464646;
        border-radius: 5px;
        padding: 5px;
        color: white;
        text-align: center;
        font-weight: bold;
        font-size: 2.2em;
        margin: 0.5em 1.5em;
    }
    .side-footer > .side-footer-btn:hover {
        color: white;
        text-decoration: none;
    }
    #chart-area {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: calc(100vh - 6.7em);
        padding: 5em;
        background: radial-gradient(ellipse at center, rgba(248,248,248,0.87) 50%,rgba(248,248,248,0.87) 50%,rgba(192,193,198,0.73) 100%);
    }
    .chart {
        max-width: 20.0em;
        margin: 8em 0em;
    }
}

@media only screen and (max-width: 1920px) {
    .navbar {
        border-radius: 0;
        background: #464646;
        min-height: 80px;
    }
    #logo {
        width: 280px;
        margin: 0 10px;
    }
    .nav>li {
        border-left: 1px solid #555454;
        margin-top: 10px;
    }
    .nav>li>a {
        text-decoration: none;
        background-color: #464646;
        line-height: 23px;
        color: #D6D6D6;
        width: 100%;
        padding: 0 20px;
        position: relative;
    }
    .nav>li>a:focus, .nav>li>a:hover {
        text-decoration: none;
        background-color: #464646;
        color: #D6D6D6;
    }
    .navigation-number{
        display: block;
        text-align: center;
        color: #26B89D;
        font-weight: bold;
        font-size: 25px;
    }
    .navigation-text {
        text-align: center;
        font-weight: bold;
        font-size: 19px;
    }
    .navigation-year {
        font-weight: bold;
        font-size: 14px;
        display: block;
        margin-top: 15px;
    }
    .navigation-month {
        display: block;
        font-weight: bold;
        margin: -22px 0 0 80px;
        font-size: 20px;
        transform: rotate(-90deg);
    }
    .dashboard-text {
        display: block;
        font-size: 23px;
        margin-top: 15px;
    }
    #search {
        background-color: #262626;
        border: none;
        color: #D6D6D6;
        padding: 10px;
        height: 35px;
        margin-top: 5px;
        margin-left: 50px;
        width: 240px;
    }
/****************************************/
    #side-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        height: calc(100vh - 80px);
    }
    .side-navigation {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .side-navigation > .side-navigation-item {
        border-bottom: 1px solid #C7C7C7;
        margin: 0 3em;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link {
        display: block;
        color: #262626;
        font-size: 1.5em;
        padding: 0.28em 0.625em;
        border-radius: 5px;
        text-transform: capitalize;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link:hover {
        text-decoration: none;
        color: #262626;
        background: #ececec;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link:focus {
        text-decoration: none;
        color: #262626;
        background: #CACACA;
    }
    .side-footer > .side-footer-btn {
        display: block;
        width: 150px;
        background: #464646;
        border-radius: 5px;
        padding: 5px;
        color: white;
        text-align: center;
        font-weight: bold;
        font-size: 1.5em;
        margin: 0.5em 2em;
    }
    .side-footer > .side-footer-btn:hover {
        color: white;
        text-decoration: none;
    }
    #chart-area {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: calc(100vh - 80px);
        padding: 5em;
        background: radial-gradient(ellipse at center, rgba(248,248,248,0.87) 50%,rgba(248,248,248,0.87) 50%,rgba(192,193,198,0.73) 100%);
    }
    .chart {
        max-width: 15.0em;
        margin: 8em 0em;
    }
}

@media only screen and (max-width: 1871px) {
    .navbar {
        border-radius: 0;
        background: #464646;
        min-height: 70px;
    }
    #logo {
        width: 240px;
        margin: 0 10px;
    }
    .nav>li {
        border-left: 1px solid #555454;
        margin-top: 10px;
    }
    .nav>li>a {
        text-decoration: none;
        background-color: #464646;
        line-height: 23px;
        color: #D6D6D6;
        width: 100%;
        padding: 0 18px;
        position: relative;
    }
    .nav>li>a:focus, .nav>li>a:hover {
        text-decoration: none;
        background-color: #464646;
        color: #D6D6D6;
    }
    .navigation-number{
        display: block;
        text-align: center;
        color: #26B89D;
        font-weight: bold;
        font-size: 24px;
    }
    .navigation-text {
        text-align: center;
        font-weight: bold;
        font-size: 18px;
    }
    .navigation-year {
        font-weight: bold;
        font-size: 14px;
        display: block;
        margin-top: 15px;

    }
    .navigation-month {
        display: block;
        font-weight: bold;
        margin: -22px 0 0 80px;
        font-size: 20px;
        transform: rotate(-90deg);
    }
    .dashboard-text {
        display: block;
        font-size: 21px;
        margin-top: 15px;
    }
    #search {
        background-color: #262626;
        border: none;
        color: #D6D6D6;
        padding: 10px;
        height: 35px;
        margin-top: 5px;
        margin-left: 40px;
        width: 200px;
    }
/****************************************/
    #side-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        height: calc(100vh - 70px);
    }
    .side-navigation {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .side-navigation > .side-navigation-item {
        border-bottom: 1px solid #C7C7C7;
        margin: 0 3em;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link {
        display: block;
        color: #262626;
        font-size: 1.5em;
        padding: 0.28em 0.625em;
        border-radius: 5px;
        text-transform: capitalize;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link:hover {
        text-decoration: none;
        color: #262626;
        background: #ececec;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link:focus {
        text-decoration: none;
        color: #262626;
        background: #CACACA;
    }
    .side-footer > .side-footer-btn {
        display: block;
        width: 150px;
        background: #464646;
        border-radius: 5px;
        padding: 5px;
        color: white;
        text-align: center;
        font-weight: bold;
        font-size: 1.5em;
        margin: 0.5em 2em;
    }
    .side-footer > .side-footer-btn:hover {
        color: white;
        text-decoration: none;
    }
    #chart-area {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: calc(100vh - 70px);
        padding: 5em;
        background: radial-gradient(ellipse at center, rgba(248,248,248,0.87) 50%,rgba(248,248,248,0.87) 50%,rgba(192,193,198,0.73) 100%);
    }
    .chart {
        max-width: 15.0em;
        margin: 8em 0em;
    }
}

@media only screen and (max-width: 1714px) {
    .navbar {
        border-radius: 0;
        background: #464646;
        min-height: 70px;
    }
    #logo {
        width: 230px;
        margin: 0 8px;
    }
    .nav>li {
        border-left: 1px solid #555454;
        margin-top: 10px;
    }
    .nav>li>a {
        text-decoration: none;
        background-color: #464646;
        line-height: 23px;
        color: #D6D6D6;
        width: 100%;
        padding: 0 15px;
        position: relative;
    }
    .nav>li>a:focus, .nav>li>a:hover {
        text-decoration: none;
        background-color: #464646;
        color: #D6D6D6;
    }
    .navigation-number{
        display: block;
        text-align: center;
        color: #26B89D;
        font-weight: bold;
        font-size: 25px;
    }
    .navigation-text {
        text-align: center;
        font-weight: bold;
        font-size: 19px;
    }
    .navigation-year {
        font-weight: bold;
        font-size: 14px;
        display: block;
        margin-top: 15px;

    }
    .navigation-month {
        display: block;
        font-weight: bold;
        margin: -22px 0 0 80px;
        font-size: 20px;
        transform: rotate(-90deg);
    }
    .dashboard-text {
        display: block;
        font-size: 21px;
        margin-top: 15px;
    }
    #search {
        background-color: #262626;
        border: none;
        color: #D6D6D6;
        padding: 10px;
        height: 35px;
        margin-top: 5px;
        margin-left: 40px;
        width: 200px;
    }
/****************************************/
    #side-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        height: calc(100vh - 70px);
    }
    .side-navigation {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .side-navigation > .side-navigation-item {
        border-bottom: 1px solid #C7C7C7;
        margin: 0 3em;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link {
        display: block;
        color: #262626;
        font-size: 1.5em;
        padding: 0.28em 0.625em;
        border-radius: 5px;
        text-transform: capitalize;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link:hover {
        text-decoration: none;
        color: #262626;
        background: #ececec;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link:focus {
        text-decoration: none;
        color: #262626;
        background: #CACACA;
    }
    .side-footer > .side-footer-btn {
        display: block;
        width: 150px;
        background: #464646;
        border-radius: 5px;
        padding: 5px;
        color: white;
        text-align: center;
        font-weight: bold;
        font-size: 1.5em;
        margin: 0.5em 2em;
    }
    .side-footer > .side-footer-btn:hover {
        color: white;
        text-decoration: none;
    }
    #chart-area {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: calc(100vh - 70px);
        padding: 5em;
        background: radial-gradient(ellipse at center, rgba(248,248,248,0.87) 50%,rgba(248,248,248,0.87) 50%,rgba(192,193,198,0.73) 100%);
    }
    .chart {
        max-width: 15.0em;
        margin: 8em 0em;
    }
}

@media only screen and (max-width: 1680px) {
    .navbar {
        border-radius: 0;
        background: #464646;
        min-height: 70px;
    }
    #logo {
        width: 220px;
        margin: 0 8px;
    }
    .nav>li {
        border-left: 1px solid #555454;
        margin-top: 10px;
    }
    .nav>li>a {
        text-decoration: none;
        background-color: #464646;
        line-height: 23px;
        color: #D6D6D6;
        width: 100%;
        padding: 0 14px;
        position: relative;
    }
    .nav>li>a:focus, .nav>li>a:hover {
        text-decoration: none;
        background-color: #464646;
        color: #D6D6D6;
    }
    .navigation-number{
        display: block;
        text-align: center;
        color: #26B89D;
        font-weight: bold;
        font-size: 25px;
    }
    .navigation-text {
        text-align: center;
        font-weight: bold;
        font-size: 19px;
    }
    .navigation-year {
        font-weight: bold;
        font-size: 15px;
        display: block;
        margin-top: 15px;

    }
    .navigation-month {
        display: block;
        font-weight: bold;
        margin: -22px 0 0 60px;
        font-size: 20px;
        transform: rotate(-90deg);
    }
    .dashboard-text {
        display: block;
        font-size: 22px;
        margin-top: 12px;
    }
    #search {
        background-color: #262626;
        border: none;
        color: #D6D6D6;
        padding: 10px;
        height: 35px;
        margin-top: 5px;
        margin-left: 20px;
        width: 160px;
    }
/****************************************/
    #side-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        height: calc(100vh - 70px);
    }
    .side-navigation {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .side-navigation > .side-navigation-item {
        border-bottom: 1px solid #C7C7C7;
        margin: 0 3em;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link {
        display: block;
        color: #262626;
        font-size: 1.5em;
        padding: 0.28em 0.625em;
        border-radius: 5px;
        text-transform: capitalize;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link:hover {
        text-decoration: none;
        color: #262626;
        background: #ececec;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link:focus {
        text-decoration: none;
        color: #262626;
        background: #CACACA;
    }
    .side-footer > .side-footer-btn {
        display: block;
        width: 150px;
        background: #464646;
        border-radius: 5px;
        padding: 5px;
        color: white;
        text-align: center;
        font-weight: bold;
        font-size: 1.5em;
        margin: 0.5em 2em;
    }
    .side-footer > .side-footer-btn:hover {
        color: white;
        text-decoration: none;
    }
    #chart-area {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: calc(100vh - 70px);
        padding: 5em;
        background: radial-gradient(ellipse at center, rgba(248,248,248,0.87) 50%,rgba(248,248,248,0.87) 50%,rgba(192,193,198,0.73) 100%);
    }
    .chart {
        max-width: 15.0em;
        margin: 8em 0em;
    }
}

@media only screen and (max-width: 1650px) {
    .side-navigation > .side-navigation-item> .side-navigation-link {
        display: block;
        color: #262626;
        font-size: 1.3em;
        padding: 0.28em 0.625em;
        border-radius: 5px;
        text-transform: capitalize;
    }
    .chart {
        max-width: 15.0em;
        margin: 5em 0em;
    }
}

@media only screen and (max-width: 1582px) {
    .navbar {
        border-radius: 0;
        background: #464646;
        min-height: 70px;
    }
    #logo {
        width: 200px;
        margin: 0 8px;
    }
    .nav>li {
        border-left: 1px solid #555454;
        margin-top: 10px;
    }
    .nav>li>a {
        text-decoration: none;
        background-color: #464646;
        line-height: 23px;
        color: #D6D6D6;
        width: 100%;
        padding: 0 14px;
        position: relative;
    }
    .nav>li>a:focus, .nav>li>a:hover {
        text-decoration: none;
        background-color: #464646;
        color: #D6D6D6;
    }
    .navigation-number{
        display: block;
        text-align: center;
        color: #26B89D;
        font-weight: bold;
        font-size: 24px;
    }
    .navigation-text {
        text-align: center;
        font-weight: bold;
        font-size: 18px;
    }
    .navigation-year {
        font-weight: bold;
        font-size: 12px;
        display: block;
        margin-top: 15px;

    }
    .navigation-month {
        display: block;
        font-weight: bold;
        margin: -22px 0 0 50px;
        font-size: 19px;
        transform: rotate(-90deg);
    }
    .dashboard-text {
        width: 120px;
        display: block;
        font-size: 22px;
        margin-top: 12px;
    }
    #search {
        background-color: #262626;
        border: none;
        color: #D6D6D6;
        padding: 10px;
        height: 35px;
        margin-top: 5px;
        margin-left: 20px;
        width: 160px;
    }
/****************************************/
    #side-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        height: calc(100vh - 70px);
    }
    .side-navigation {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .side-navigation > .side-navigation-item {
        border-bottom: 1px solid #C7C7C7;
        margin: 0 1.5em;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link {
        display: block;
        color: #262626;
        font-size: 1.5em;
        padding: 0.28em 0.625em;
        border-radius: 5px;
        text-transform: capitalize;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link:hover {
        text-decoration: none;
        color: #262626;
        background: #ececec;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link:focus {
        text-decoration: none;
        color: #262626;
        background: #CACACA;
    }
    .side-footer > .side-footer-btn {
        display: block;
        width: 150px;
        background: #464646;
        border-radius: 5px;
        padding: 5px;
        color: white;
        text-align: center;
        font-weight: bold;
        font-size: 1.5em;
        margin: 0.5em 1.5em;
    }
    .side-footer > .side-footer-btn:hover {
        color: white;
        text-decoration: none;
    }
    #chart-area {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: calc(100vh - 70px);
        padding: 5em;
        background: radial-gradient(ellipse at center, rgba(248,248,248,0.87) 50%,rgba(248,248,248,0.87) 50%,rgba(192,193,198,0.73) 100%);
    }
    .chart {
        max-width: 15.0em;
        margin: 8em 0em;
    }
}

@media only screen and (max-width: 1512px) {
    .navbar {
        border-radius: 0;
        background: #464646;
        min-height: 70px;
    }
    #logo {
        width: 180px;
        margin: 0 5px;
    }
    .nav>li {
        border-left: 1px solid #555454;
        margin-top: 10px;
    }
    .nav>li>a {
        text-decoration: none;
        background-color: #464646;
        line-height: 23px;
        color: #D6D6D6;
        width: 100%;
        padding: 0 14px;
        position: relative;
    }
    .nav>li>a:focus, .nav>li>a:hover {
        text-decoration: none;
        background-color: #464646;
        color: #D6D6D6;
    }
    .navigation-number{
        display: block;
        text-align: center;
        color: #26B89D;
        font-weight: bold;
        font-size: 23px;
    }
    .navigation-text {
        text-align: center;
        font-weight: bold;
        font-size: 17px;
    }
    .navigation-year {
        font-weight: bold;
        font-size: 13px;
        display: block;
        margin-top: 15px;

    }
    .navigation-month {
        display: block;
        font-weight: bold;
        margin: -22px 0 0 50px;
        font-size: 18px;
        transform: rotate(-90deg);
    }
    .dashboard-text {
        display: block;
        font-size: 21px;
        margin-top: 12px;
    }
    #search {
        background-color: #262626;
        border: none;
        color: #D6D6D6;
        padding: 10px;
        height: 35px;
        margin-top: 5px;
        margin-left: 15px;
        width: 160px;
    }
/****************************************/
    #side-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        height: calc(100vh - 70px);
    }
    .side-navigation {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .side-navigation > .side-navigation-item {
        border-bottom: 1px solid #C7C7C7;
        margin: 0 1.5em;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link {
        display: block;
        color: #262626;
        font-size: 1.3em;
        padding: 0.28em 0.625em;
        border-radius: 5px;
        text-transform: capitalize;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link:hover {
        text-decoration: none;
        color: #262626;
        background: #ececec;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link:focus {
        text-decoration: none;
        color: #262626;
        background: #CACACA;
    }
    .side-footer > .side-footer-btn {
        display: block;
        width: 150px;
        background: #464646;
        border-radius: 5px;
        padding: 5px;
        color: white;
        text-align: center;
        font-weight: bold;
        font-size: 1.3em;
        margin: 0.5em 1.5em;
    }
    .side-footer > .side-footer-btn:hover {
        color: white;
        text-decoration: none;
    }
    #chart-area {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: calc(100vh - 70px);
        padding: 5em;
        background: radial-gradient(ellipse at center, rgba(248,248,248,0.87) 50%,rgba(248,248,248,0.87) 50%,rgba(192,193,198,0.73) 100%);
    }
    .chart {
        max-width: 15.0em;
        margin: 5em 0em;
    }
} 

@media only screen and (max-width: 1440px) {
    .navbar {
        border-radius: 0;
        background: #464646;
        min-height: 70px;
    }
    #logo {
        width: 200px;
        margin: 0 10px;
    }
    .nav>li {
        border-left: 1px solid #555454;
        margin-top: 10px;
    }
    .nav>li>a {
        text-decoration: none;
        background-color: #464646;
        line-height: 23px;
        color: #D6D6D6;
        width: 100%;
        padding: 0 11px;
        position: relative;
    }
    .nav>li>a:focus, .nav>li>a:hover {
        text-decoration: none;
        background-color: #464646;
        color: #D6D6D6;
    }
    .navigation-number{
        display: block;
        text-align: center;
        color: #26B89D;
        font-weight: bold;
        font-size: 22px;
    }
    .navigation-text {
        text-align: center;
        font-weight: bold;
        font-size: 17px;
    }
    .navigation-year {
        font-weight: bold;
        font-size: 12px;
        display: block;
        margin-top: 16px;

    }
    .navigation-month {
        display: block;
        font-weight: bold;
        margin: -22px 0 0 30px;
        font-size: 19px;
        transform: rotate(-90deg);
    }
    .dashboard-text {
        display: block;
        font-size: 20px;
        margin-top: 15px;
    }
    #search {
        background-color: #262626;
        border: none;
        color: #D6D6D6;
        padding: 10px;
        height: 35px;
        margin-top: 5px;
        margin-left: 30px;
        width: 140px;
    }
    #search::placeholder {
        color: #D6D6D6;
    }
/****************************************/
    #side-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        height: calc(100vh - 70px);
    }
    .side-navigation {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .side-navigation > .side-navigation-item {
        border-bottom: 1px solid #C7C7C7;
        margin: 0 3em;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link {
        display: block;
        color: #262626;
        font-size: 1.2em;
        padding: 0.28em 0.25em;
        border-radius: 5px;
        text-transform: capitalize;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link:hover {
        text-decoration: none;
        color: #262626;
        background: #ececec;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link:focus {
        text-decoration: none;
        color: #262626;
        background: #CACACA;
    }
    .side-footer > .side-footer-btn {
        display: block;
        width: 150px;
        background: #464646;
        border-radius: 5px;
        padding: 5px;
        color: white;
        text-align: center;
        font-weight: bold;
        font-size: 1.2em;
        margin: 0.5em 2em;
    }
    .side-footer > .side-footer-btn:hover {
        color: white;
        text-decoration: none;
    }
    #chart-area {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: calc(100vh - 70px);
        padding: 5em;
        background: radial-gradient(ellipse at center, rgba(248,248,248,0.87) 50%,rgba(248,248,248,0.87) 50%,rgba(192,193,198,0.73) 100%);
    }
    .chart {
        max-width: 15.0em;
        margin: 5em 0em;
    }
}

@media only screen and (max-width: 1366px) {
    .navbar {
        border-radius: 0;
        background: #464646;
        min-height: 4.8em;
    }
    #logo {
        width: 190px;
        margin: 5px 10px 0;
    }
    .nav>li {
        border-left: 1px solid #555454;
        margin-top: 10px;
    }
    .nav>li>a {
        text-decoration: none;
        background-color: #464646;
        line-height: 23px;
        color: #D6D6D6;
        width: 100%;
        padding: 0 10px;
        position: relative;
    }
    .nav>li>a:focus, .nav>li>a:hover {
        text-decoration: none;
        background-color: #464646;
        color: #D6D6D6;
    }
    .navigation-number{
        display: block;
        text-align: center;
        color: #26B89D;
        font-weight: 600;
        font-size: 17px;
    }
    .navigation-text {
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        font-variant: small-caps;
    }
    .navigation-year {
        font-weight: bold;
        font-size: 11px;
        display: block;
        margin-top: 15px;

    }
    .navigation-month {
        display: block;
        margin: -25px 0 0 40px;
        font-size: 25px;
        transform: rotate(-90deg);
        font-variant: small-caps;
        font-weight: bold;
    }
    .dashboard-text {
        width: 130px;
        text-align: center;
        display: block;
        font-size: 20px;
        margin-top: 15px;
        font-variant: small-caps;
    }
    #search {
        background-color: #262626;
        border: none;
        color: #D6D6D6;
        padding: 10px;
        height: 35px;
        margin-top: 5px;
        margin-bottom: 7px;
        margin-left: 30px;
        width: 200px;
    }
    #search::placeholder {
        color: #D6D6D6;
    }
/****************************************/
    #side-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        height: calc(100vh - 4.8em);
    }
    .side-navigation {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .side-navigation > .side-navigation-item {
        border-bottom: 1px solid #C7C7C7;
        margin: 0 1em;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link {
        display: block;
        color: #262626;
        font-size: 1.0em;
        padding: 0.188em 0.625em;
        border-radius: 5px;
        text-transform: capitalize;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link:hover {
        text-decoration: none;
        color: #262626;
        background: #ececec;
    }
    .side-navigation > .side-navigation-item> .side-navigation-link:focus {
        text-decoration: none;
        color: #262626;
        background: #CACACA;
    }
    .side-footer > .side-footer-btn {
        display: block;
        width: 100px;
        background: #464646;
        border-radius: 5px;
        padding: 5px;
        color: white;
        text-align: center;
        font-weight: bold;
        margin: 3px 1em;
        font-size: 12px;
    }
    .side-footer > .side-footer-btn:hover {
        color: white;
        text-decoration: none;
    }
    #chart-area {
        position: fixed;
        bottom: 0;
        height: calc(100vh - 4.8em);
        padding: 2.500em; 
        background: radial-gradient(ellipse at center, rgba(248,248,248,0.87) 50%,rgba(248,248,248,0.87) 50%,rgba(192,193,198,0.73) 100%);
    }
    .chart {
        max-width: 10.0em;
    }
}

@media only screen and (max-width: 1327px) {
    #logo {
        width: 180px;
        margin: 5px 10px 0;
    }
    .dashboard-text {
        display: block;
        font-size: 18px;
        margin-top: 15px;
        width: 120px;
    }
    #search {
        background-color: #262626;
        border: none;
        color: #D6D6D6;
        padding: 10px;
        height: 35px;
        margin-top: 5px;
        margin-left: 30px;
        width: 180px;
    }
}

@media only screen and (max-width: 1280px) {
    .navbar {
        border-radius: 0;
        background: #464646;
        min-height: 4.8em;
    }
    #logo {
        width: 180px;
        margin: 5px 0px 0;
    }
    .nav>li {
        border-left: 1px solid #555454;
        margin-top: 10px;
    }
    .nav>li>a {
        text-decoration: none;
        background-color: #464646;
        line-height: 23px;
        color: #D6D6D6;
        width: 100%;
        padding: 0 8px;
        position: relative;
    }
    .nav>li>a:focus, .nav>li>a:hover {
        text-decoration: none;
        background-color: #464646;
        color: #D6D6D6;
    }
    .navigation-number{
        display: block;
        text-align: center;
        color: #26B89D;
        font-weight: bold;
        font-size: 16px;
    }
    .navigation-text {
        text-align: center;
        font-weight: bold;
        font-size: 12px;
    }
    .navigation-year {
        font-weight: bold;
        font-size: 9px;
        display: block;
        margin-top: 15px;

    }
    .navigation-month {
        display: block;
        font-weight: bold;
        margin: -22px 0 0 40px;
        font-size: 20px;
        transform: rotate(-90deg);
        font-variant: small-caps;
    }
    .dashboard-text {
        display: block;
        font-size: 18px;
        margin-top: 15px;
    }
    #search {
        background-color: #262626;
        border: none;
        color: #D6D6D6;
        padding: 10px;
        height: 35px;
        margin-top: 5px;
        margin-left: 30px;
        width: 200px;
    }
    #search::placeholder {
        color: #D6D6D6;
    }
}

@media only screen and (max-width: 1207px) {
    #logo {
        width: 150px;
        margin: 5px 0px 0;
    }
    .dashboard-text {
        display: block;
        font-size: 16px;
        margin-top: 15px;
    }
    #search {
        margin-left: 20px;
        width: 180px;
    }
}

@media only screen and (max-width: 1135px) {
    .navbar {
        border-radius: 0;
        background: #464646;
        min-height: 4.8em;
    }
    #logo {
        width: 150px;
        margin: 5px 0px 0;
    }
    .nav>li {
        border-left: 1px solid #555454;
        margin-top: 10px;
    }
    .nav>li>a {
        text-decoration: none;
        background-color: #464646;
        line-height: 23px;
        color: #D6D6D6;
        width: 100%;
        padding: 0 8px;
        position: relative;
    }
    .nav>li>a:focus, .nav>li>a:hover {
        text-decoration: none;
        background-color: #464646;
        color: #D6D6D6;
    }
    .navigation-number{
        display: block;
        text-align: center;
        color: #26B89D;
        font-weight: bold;
        font-size: 16px;
    }
    .navigation-text {
        text-align: center;
        font-weight: bold;
        font-size: 11px;
    }
    .navigation-year {
        font-weight: bold;
        font-size: 8px;
        display: block;
        margin-top: 15px;

    }
    .navigation-month {
        display: block;
        font-weight: bold;
        margin: -22px 0 0 30px;
        font-size: 18px;
        transform: rotate(-90deg);
    }
    .dashboard-text {
        display: block;
        font-size: 16px;
        margin-top: 15px;
    }
    #search {
        padding: 5px;
        height: 35px;
        margin-top: 5px;
        margin-left: 20px;
        width: 150px;
    }
}

@media only screen and (max-width: 1057px) {
    .navbar {
        border-radius: 0;
        background: #464646;
        min-height: 4.8em;
    }
    #logo {
        width: 120px;
        margin: 5px 0px 0;
    }
    .nav>li {
        border-left: 1px solid #555454;
        margin-top: 10px;
    }
    .nav>li>a {
        text-decoration: none;
        background-color: #464646;
        line-height: 23px;
        color: #D6D6D6;
        width: 100%;
        padding: 0 8px;
        position: relative;
    }
    .nav>li>a:focus, .nav>li>a:hover {
        text-decoration: none;
        background-color: #464646;
        color: #D6D6D6;
    }
    .navigation-number{
        display: block;
        text-align: center;
        color: #26B89D;
        font-weight: bold;
        font-size: 16px;
    }
    .navigation-text {
        text-align: center;
        font-weight: bold;
        font-size: 11px;
    }
    .navigation-year {
        font-weight: bold;
        font-size: 8px;
        display: block;
        margin-top: 15px;

    }
    .navigation-month {
        display: block;
        font-weight: bold;
        margin: -22px 0 0 30px;
        font-size: 16px;
        transform: rotate(-90deg);
    }
    .dashboard-text {
        display: block;
        font-size: 16px;
        margin-top: 15px;
    }
    #search {
        padding: 5px;
        height: 35px;
        margin-top: 5px;
        margin-left: 20px;
        width: 150px;
    }
}

@media only screen and (max-width: 1024px) {
    .navbar {
        border-radius: 0;
        background: #464646;
        min-height: 4.8em;
    }
    #logo {
        width: 120px;
        margin: 5px 0px 0;
    }
    .nav>li {
        border-left: 1px solid #555454;
        margin-top: 10px;
    }
    .nav>li>a {
        text-decoration: none;
        background-color: #464646;
        line-height: 23px;
        color: #D6D6D6;
        width: 100%;
        padding: 0 8px;
        position: relative;
    }
    .nav>li>a:focus, .nav>li>a:hover {
        text-decoration: none;
        background-color: #464646;
        color: #D6D6D6;
    }
    .navigation-number{
        display: block;
        text-align: center;
        color: #26B89D;
        font-weight: bold;
        font-size: 16px;
    }
    .navigation-text {
        text-align: center;
        font-weight: bold;
        font-size: 11px;
    }
    .navigation-year {
        font-weight: bold;
        font-size: 8px;
        display: block;
        margin-top: 15px;

    }
    .navigation-month {
        display: block;
        font-weight: bold;
        margin: -22px 0 0 30px;
        font-size: 16px;
        transform: rotate(-90deg);
    }
    .dashboard-text {
        display: block;
        font-size: 14px;
        margin-top: 15px;
    }
    #search {
        padding: 5px;
        height: 35px;
        margin-top: 5px;
        margin-left: 10px;
        width: 120px;
    }
}


@media only screen and (max-width: 974px) {
    .navbar {
        border-radius: 0;
        background: #464646;
        min-height: 4.8em;
    }
    #logo {
        width: 100px;
        margin: 5px 0px 0;
    }
    .nav>li {
        border-left: 1px solid #555454;
        margin-top: 10px;
    }
    .nav>li>a {
        text-decoration: none;
        background-color: #464646;
        line-height: 23px;
        color: #D6D6D6;
        width: 100%;
        padding: 0 8px;
        position: relative;
    }
    .nav>li>a:focus, .nav>li>a:hover {
        text-decoration: none;
        background-color: #464646;
        color: #D6D6D6;
    }
    .navigation-number{
        display: block;
        text-align: center;
        color: #26B89D;
        font-weight: bold;
        font-size: 14px;
    }
    .navigation-text {
        text-align: center;
        font-weight: bold;
        font-size: 10px;
    }
    .navigation-year {
        font-weight: bold;
        font-size: 7px;
        display: block;
        margin-top: 15px;

    }
    .navigation-month {
        display: block;
        font-weight: bold;
        margin: -22px 0 0 20px;
        font-size: 13px;
        transform: rotate(-90deg);
    }
    .dashboard-text {
        display: block;
        font-size: 13px;
        margin-top: 15px;
    }
    #search {
        padding: 5px;
        height: 35px;
        margin-top: 5px;
        margin-left: 10px;
        width: 120px;
    }
}