.btn-localization-container{
    position: fixed;
    right:21px;
    bottom:120px;
    z-index:999;
}

.btn-localization{
    width:64px;
    height:64px;

    display:flex;
    align-items: center;
    justify-content: center;

    background-color:var(--green-light);
    border-radius:16px;

    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.btn-localization i{
    font-size:24px;
    color:var(--green-dark);
}