@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@400;700;900&display=swap');

body {
    font-family: 'Geologica', sans-serif;
    font-size: 1vw;
}

#container {
    background-image: url(../../img/smo26/body.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

header {
    margin: 0 auto;
    position: relative;
    width: 92%;
}

header a#sign-out {
    box-sizing: border-box;
    height: 50%;
    position: absolute;
    right: 2vw;
    top: 25%;
}

header a#sign-out i.fa {
    color: #fff;
    font-size: 2vw;
    text-shadow: 0 0 1vw #000;
}

header a#logo {
    position: absolute;
    height: 100%;
    width: auto;
    display: flex;
    align-items: center;
}

header a#logo img {
    height: 80%;
    max-height: 60px;
    width: auto;
}

header h1 {
    color: #82d9a5;
    font-size: 2vw;
    font-weight: 900;
    padding: .25em 0 0;
    margin: 0;
    text-align: center;
}

header h2 {
    color: #fff;
    font-size: 1.10vw;
    font-weight: 700;
    padding: 0 0 .5em;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

main {
    align-items: center;
    display: flex;
    flex-direction: column;
}

nav {
    background-color: #fff;
    border-radius: .5em;
    box-shadow: #000 0px 10px 51px 3px;
    padding-left: 2em;
    width: 95%;
}

nav ul li a {
    border-bottom: .25em solid #fff;
    border-top: .25em solid #fff;
    box-sizing: border-box;
    color: #121c5e;
    display: inline-block;
    font-size: 1vw;
    padding: .25em 1em;
    text-decoration: none;
}

nav ul li a:hover {
    background-color: #121c5e;
    border-bottom: .25em solid #82d9a5;
    color: #ffffff;
}

nav ul li a.active {
    border-bottom: .25em solid #82d9a5;
    color: #82d9a5;
}

nav ul li a#toggle-disclaimer {
    color: #595957;
    margin-left: 2em;
}

nav ul li a#toggle-disclaimer:hover {
    color: #fff;
}

section#content {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-grow: 1;
    width: 100%;
    gap: 1%;
    height: 80vh;
}

#chart-container {
    background-color: #fff;
    border-radius: .5em;
    box-shadow: #000 0px 3px 30px 3px;
    height: 95%;
    width: 79%;
    position: relative;
    padding: 1em .5em .25em;
    display: flex;
    flex-direction: row;
    opacity: 94%;
}

#chart-placeholder {
    box-sizing: border-box;
    flex-grow: 1;
}

.nav-secundair {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    width: 15%;
}

.nav-secundair ul,
.nav-secundair ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-secundair ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.nav-secundair ul li a {
    border-left: .5em solid #fff;
    box-sizing: border-box;
    color: #232a56;
    display: block;
    font-size: .9vw;
    padding: .07em .5em;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.nav-secundair ul li a:hover {
    background-color: #232a56;
    border-left-color: #66dba5;
    color: #fff;
    cursor: pointer;
}

.nav-secundair ul li a.active {
    border-left-color: #66dba5;
    color: #66dba5;
    display: flex;
    align-items: center;
}

.nav-toggable {
    display: none;
}

footer {
    justify-content: left;
    padding-left: 3em;
}

footer span {
    color: #fff;
    margin-left: 3em;
    font-size: .8em;
}

footer a {
    color: #fff;
    decoration-style: dashed;
    text-decoration: underline;
}

footer a:hover {
    color: #121c5e;
}

.btn-primary {
    background-color: #82d9a5;
    border: 3px solid #fff;
    color: #fff;
}

.btn-primary:hover {
    background-color: #82d9a5;
    border-color: #82d9a5;
}

#filter-container {
    background-color: #fff;
    border-radius: .5em;
    box-shadow: #000 0px 3px 30px 3px;
    height: 95%;
    width: 15%;
    position: relative;
    padding: 1em .5em .25em;
    display: flex;
    flex-direction: row;
    overflow: auto;
}

#nav-secundair h2 {
    border-left: .5em solid #fff;
    box-sizing: border-box;
    color: #121c5e;
    font-size: 1.3vw;
    font-weight: bold;
}

.nav-secundair h2 {
    border-left: .5em solid #fff;
    box-sizing: border-box;
    color: #121c5e;
    font-size: 1.3vw;
    font-weight: bold;
}

#nav-secundair {
    width: 90vh;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.filter-stack {
    flex: 1 1 auto;
}

.filter-items {
    display: none;
    list-style: none;
    margin: 8px 0 0 0;
    padding: 0 0 0 10px;
}

.filter-items li label {
    display: flex;
    align-items: center;
    gap: 0.4em;
}

.filter-items li input[type="radio"] {
    vertical-align: middle;
}

.filter-block {
    margin-bottom: .5em;
}

.filter-title {
    position: relative;  
    background: #f0f0f0;
    padding: .3em .5em;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    color: #121c5e;
}

.filter-clear {
    background: #82d9a5;
    border: 0;
    width: 100%;
    text-align: left;
}

.filter-clear-block {
    margin-top: auto;
}

.filter-title i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: .7em;
}

.filter-indicator {
    position: absolute;
    right: 2.5em;
    top: 50%;
    transform: translateY(-50%);
    width: .4em;
    height: .4em;
    border-radius: 50%;
    background: #82d9a5;
    display: none;
}

.filter-block.has-active .filter-indicator {
    display: inline-block;
}

.icon-open {
    display: none;
}

.filter-block.open .icon-closed {
    display: none;
}

.filter-block.open .icon-open {
    display: inline;
}

.filter-block.open .filter-items {
    display: block;
}

.platform-icon {
    width: 2vh;
    height: 2vh;
    margin-right: .5em;
}

#nav-brands {
    height: 100%;
    max-height: 100vh;
    overflow: hidden;
}

#nav-brands ul {
    flex: 1 1 auto;
    min-height: 0;
    justify-content: flex-start;
}

#nav-brands ul li a {
    font-size: clamp(1.05rem, 1.25vh, 1.35vw);
    line-height: 1.1;
    padding: 0.05em 0.4em;
}

#nav-brands .platform-icon {
    width: clamp(1em, 2.6vh, 24px);
    height: clamp(1em, 2.6vh, 24px);
}

nav, #filter-container, #chart-container {
    display: none;
}