#btn-settings{
    position: fixed;
    top: 20px;
    right: 20px;
    width: 46px;
    height: 46px;
    margin-right: 8px;
    background-color: rgb(234, 234, 234); 
    background-image: url("/img/icon-settings.svg");
    background-size: auto 26px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    border-radius: 60px;
    box-shadow: #00000030 0 2px 5px;
    z-index: 200;
}
#settings {
    background-color: #fafafa;
    width: 300px;
    min-height: 50px;
    position: fixed;
    top: 82px;
    right: 28px;
    z-index: 200;
    padding: 24px 30px 34px 22px;
    border-radius: 5px;
    box-shadow: #00000026 0 2px 8px;
    display: none;
    flex-direction: column;
}
#settings.open {
    display: flex;
}
#settings > h3 {
    padding: 6px 5px;
    color: #333;
}
#settings > .setting {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    margin-left: 2px;
}
#settings > .setting > span{
    font-size: 14px;
    color: #5f5f5f;
    font-weight: 600;
    margin-left: 4px;
}
#settings > h3:nth-of-type(2) {
    margin-top: 30px;
    margin-bottom: 4px;
}
#settings > .legende {
    min-height: 30px;
    line-height: 30px;
    padding-right: 40px;
    margin-top: 6px;
    background-image: url("/img/icon-stairs.svg");
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: right center;
    margin-right: 12px;
}
#settings > .legende > span{
    font-size: 14px;
    margin-left: 12px;
    color: #5f5f5f;
    font-weight: 600;
}

select {
    background: transparent;
    border: none;
    padding: none;
    cursor: pointer;
    font-weight: 700;
}

#settings > span {
    font-size: 14px;
    color: #777;
    margin-left: 5px;
    margin-top: 30px;
}
