html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

@media screen and (max-height: 300px) {
    .chart-container {
        position: relative;
        height: 25vh;
    }
}
@media screen and (max-height: 355px) {
    .chart-container {
        position: relative;
        height: 55vh;
    }
}
@media screen and (min-height: 356px) and (max-height: 555px) {
    .chart-container {
        position: relative;
        height: 60vh;
    }
}
@media screen and (min-height: 556px) and (max-height: 855px) {
    .chart-container {
        position: relative;
        height: 75vh;
    }
}
@media screen and (min-height: 856px) {
    .chart-container {
        position: relative;
        height: 85vh;
    }
}

@media screen and (max-width: 500px) {
    .chart-container {
        position: relative;
        width: 90vw;
    }
}

@media screen and (min-width: 401px) and (max-width: 655px) {
    .chart-container {
        position: relative;
        width: 90vw;
    }
}

@media screen and (min-width: 655px) and (max-width: 880px) {
    .chart-container {
        position: relative;
        width: 80vw;
    }
}

@media screen and (min-width: 881px) and (max-width: 980px) {
    .chart-container {
        position: relative;
        width: 85vw;
    }
}

#leftSidebar {
    width: auto;
}

#rightSidebar {
    width: auto;
}