.siderbarmap {
    width: 270px;
    height: auto;
    max-height: calc(100vh - 102px);
    overflow-y: auto;
    background-color: rgb(255,255,255);
    opacity: 0.9;
    position: absolute;
    z-index: 1000;
    right: 10px;
    top: 60px;
    padding: 0px;
}
.siderbartitle {
    width: 70px;
    height: auto;
    max-height: calc(100vh - 102px);
    overflow-y: auto;
    background-color: rgb(255,255,255);
    opacity: 0.9;
    position: absolute;
    z-index: 1001;
    left: 10px;
    top: 150px;
    padding: 0px;
}
.siderbartitle ul {
    padding: 8px;
}
.siderbartitle1 {
    width: 70px;
    height: auto;
    max-height: calc(100vh - 102px);
    overflow-y: auto;
    background-color: rgb(255,255,255);
    opacity: 0.9;
    position: absolute;
    z-index: 1001;
    left: 10px;
    top: 250px;
    margin: 0;
    padding: 0px;
}
.siderbartitle1 ul {
    padding: 8px;
}
.siderbartitle2 {
    width: 70px;
    height: auto;
    max-height: calc(100vh - 102px);
    overflow-y: auto;
    background-color: rgb(255,255,255);
    opacity: 0.9;
    position: absolute;
    z-index: 1001;
    left: 10px;
    top: 350px;
    padding: 0px;
}
.siderbartitle2 ul {
    padding: 8px;
}
.siderbartitle3 {
    width: 70px;
    height: auto;
    max-height: calc(100vh - 102px);
    overflow-y: auto;
    background-color: rgb(255,255,255);
    opacity: 0.9;
    position: absolute;
    z-index: 1001;
    left: 10px;
    top: 450px;
    padding: 0px;
}
.siderbartitle3 ul {
    padding: 8px;
}
.siderbartitle4 {
    width: 70px;
    height: auto;
    max-height: calc(100vh - 102px);
    overflow-y: auto;
    background-color: rgb(255,255,255);
    opacity: 0.9;
    position: absolute;
    z-index: 1001;
    left: 10px;
    top: 550px;
    padding: 0px;
}
.siderbartitle4 ul {
    padding: 8px;
}
.siderbartitle5 {
    width: 500px;
    height: auto;
    max-height: calc(100vh - 102px);
    overflow-y: auto;
    opacity: 0.9;
    font-size: larger; 
    position: absolute;
    z-index: 1002;
    right: 40px;
    top: 14px;
    padding: 0px;
}
.siderbartitle6 ul {
    padding: 3px;
    margin: 3px;
}
.siderbartitle6 {
    width: 300px;
    height: auto;
    max-height: calc(100vh - 102px);
    overflow-y: auto;
    opacity: 0.9;
    font-size: larger; 
    position: absolute;
    z-index: 1002;
    left: 220px;
    top: 14px;
    padding: 0px;
}
.siderbartitle6 ul {
    padding: 3px;
    margin: 3px;
}