html {
    font-size: 14px;
    height: 100vh;
}

body {
    overflow-x: hidden;
}

.bullet-points > li {
    list-style-position: inside;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

h1, h2, h3, h4, h5 {
    font-family: roboto;
}

ul {
    list-style-position: inside;
}

.authscreen {
    max-width: 400px;
}

.card {
    min-height: 350px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

h6.nav-color {
    color: #384E59 !important;
}

ul.navbar-nav li.nav-item a.active {
    font-weight: bold;
    color: #16A62B !important;
}

.subtitle-block {
    border-left:  35px solid #15AA73;
    padding-left: 15px;
    min-height: 60px;
    padding-top: 10px;
}

#tableau-viz {
    width:  100% !important;
    height: 100%;
}

.btn-link {
    text-decoration: none;
}

.nav-pills .nav-link.active {
    background-color: #15AA73;
}

.nav-pills .nav-link {
    color: #15AA73;
}