/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 11, 2021, 10:50:33 AM
    Author     : User
*/

/*********** Switch-Langs *******/
.switch-langs{
    display: inline-block !important;
    float:right;
    margin-top:7px;
}
.switch-langs .btn{
     background: transparent;
}
.switch-langs .dropdown-menu {
    right: -15px;
    left: auto;
    min-width: 80px;
    text-align:center;
}