/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 15 wrz 2024, 20:02:24
    Author     : Admin
*/
.text-right{
    text-align: right;
}

.text-left{
    text-align: left;
}

.text-justify{
    text-align: justify;
}


.regInfo, .regInfo a, .regInfo label{
    font-size: 10px;
}

.langMenuContener {
    position: relative;
    display: inline-block;
}

.langMenuExpand {
    position: absolute;
    left: 10px;
    top: -20px;
    display: none;
}

#langMegaMenu {
    border: 1px solid transparent;
}

#langMegaMenu:hover + .langMenuContener .langMenuExpand,
.langMenuContener:hover .langMenuExpand {
    display: block;
}

.text-center{
    text-align: center;
}

@media only screen and (max-width: 990px) {
    .langMenuContener {
        display: flex;
        align-items: center;
    }

    .langMenuExpand {
        position: static;
        display: inline-block;
        margin-left: 10px;
        margin-top: 5px;
    }

    #langMegaMenu {
        border: 1px solid gray;
        padding: 5px;
        width: 65px;
        float: left;
    }

    #langMegaMenu.dropdown-toggle::after{
        display: none;
    }
}



.navbar-brand {
    display: inline-flex;
    align-items: center;
}

.navbar-brand img {
    max-height: 40px;
    height: auto;
}

.navbar-brand-logo {
    height: auto;
    display: inline-block;
}