

.select2-selection__rendered {
    line-height: calc(1.5em + .75rem + 2px) !important;
}
.select2-container .select2-selection--single {
    height: calc(1.5em + .75rem + 2px) !important;
}
.select2-selection__arrow {
    height: calc(1.5em + .75rem + 2px) !important;
}

.loader.loading_centered{
    position: fixed;
    text-align: center;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -100px;
}

.bg-title h4 {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    margin-top: 6px;
}
h4 {
    line-height: 22px;
    font-size: 18px;
}

/********** LOADING PANEL **********/
.loader-background {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    opacity: 0.5;
    background-color: #000;
    z-index: 30000;
    text-align: center;
}

.loader.loading_centered{
    position: fixed;
    text-align: center;
    top: 50%;
    margin-top: -120px;
    left: 50%;
    margin-left: -100px;
    z-index: 30001;
}

/**loading message */
.loader .loading-message {
    background-color:white;
    border-radius: 10px;
    padding: 10px 9px;
    width: 350px;
    max-width: 80vw;
}
/********** FINE LOADING PANEL **********/
.inputfile-zero{
    display:none!important;
}

#div-qrcode #qrcode img{
    display: inline !important;
}

div.lang {
    color: white;
    text-align: center;
    font-size: 0.9em;
}

div.lang a{
    color: white;
}
div.lang a:hover{
    color: white;
}
div.lang a:active{
    color: white;
}

.sideNavBlock{
    color:white;
    padding:20px;
    margin-top:10px;
}
.sideNavBlock h4{
    font-weight: bold;
}

.sideNavBlock h5{
    font-size: 0.9rem;
    text-align: right;
    color:white;
}

.sideNavBlock a{
    color:white;
}
.sideNavBlock a:hover{
    font-weight: bold;
    text-decoration: none;
}
.sideNavBlock li{
    font-size: 0.9rem;

}

.btn-menu-mobile{
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 3em;
    color:white;
}

@media(min-width: 992px) {
    #logo-top{
        text-align: center;
    }

    #help{
        display: none;
    }

    #accordionSidebar {
        width: 32rem !important;
    }
    #accordionSidebarMobile {
        display: none !important;
    }
}

@media (max-width: 992px) {
    #logo-top{
        text-align: left;
    }

    #help{
        display: inline;
    }

    #accordionSidebarMobile.show{
        display: block !important;
        position: fixed;
        width: 100vw !important;
        height: 100vh;
        top: 0px;
        left: 0px;
        transition: height 0.5s linear;
        z-index: 100;
        overflow-y: auto;
    }
}
.collapse{
    color:#858796;
}

.faq{
    color:white;
}


.containerOTP {
    display: flex;
    justify-content: center;
    align-items: center;
}

.inputOTP {
    width: 40px;
    border: none;
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
    margin: 0 10px;
    text-align: center;
    font-size: 36px;
    cursor: not-allowed;
    pointer-events: none;
}

.inputOTP:nth-child(1) {
    cursor: pointer;
    pointer-events: all;
}

@media (max-width: 576px) {
    .inputOTP {
        width: 18px;
        font-size: 20px;
    }
}