.cesium-widgets-right-menu  {
    color: white;
    position: absolute;
    top: 100px;
    left: 100px;
    z-index: 1;
    border-radius: 5px;
    background-color: #184a7bab;
}
.cesium-right-menu{
    margin: 0;
    list-style: none;
    padding: 5px;
}
.cesium-right-menu>li{
    border: 1px solid #00fff075;
    margin-top: 3px;
    cursor: pointer;
    padding: 0 21px;
}