.lang_switch{
    display: inline-block;
    cursor: pointer; 
    font-size:10px;
    text-decoration:none !important;
    font-weight: bold;
    padding:6px 10px; 
    color:#000000;
    background:#82aa28;
    border-radius:60px;
    border:2px solid #545454;
}
.lang_switch:hover{
    background:#638710;
    color:#ffffff;
    border:2px solid #959595;
    transition: all 0.3s ease;
}
.lang_switch_disabled{
    display: inline-block;
    cursor: default; 
    font-size:10px;
    text-decoration:none !important;
    font-weight: bold;
    padding:6px 10px; 
    color:#404040;
    background:#82aa28;
    border-radius:60px;
    border:2px solid #545454;
}
.lang_switch_footer{
    margin-top:12px;
    text-align: right;
    text-decoration:none !important;
}
.footer_policy {
    cursor: pointer;
    color: #87a837;
}
