.meteo-map-lt-control {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 44px;
    box-shadow: none;

    .meteo-eles-control {
        width: 44px;
        min-height: 20px;
        background: #FFFFFF;
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.11);
        border-radius: 6px 6px 6px 6px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px 0;

        .h-element-container-divider {
            margin: 10px 0;
        }
    }

    .meteo-data-type-control {
        width: 44px;
        height: 44px;
        background: #FFFFFF;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
        border-radius: 6px 6px 6px 6px;
        margin: 5px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-weight: 500;
        font-size: 12px;
        color: #000000;
        cursor: pointer;
        margin-top: 10px;
    }

}

.meteo-map-cb-control {
    position: absolute;
    margin-left: -48%;
    left: 50%;
    bottom: 10px;
    width: 96%;
    box-shadow: none;
}