.barra{
    width: 100%;
    height: 3.2rem;
    position: fixed;
    z-index: 5;
    top: 0;
    background-color: #226bb5;
    /*padding-right: 1rem !important;*/
}

.login{
    border-right: 0.15rem solid white !important;
    padding-right: 0.5rem !important;
}

.navbar{
    background-color: transparent!important;
    height: 3.2rem;
    width: 3.2rem;
    padding-left: 1rem !important;
}

.navbar-toggler{
    border: none !important;
    padding: 0;
}

.back-home{
    width: 2rem;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.a-icon{
    height: 3.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bi{
    color: #226bb5;
    margin-left: 0.4rem !important;
    margin-right: 0.4rem !important;
}

.dropdown-menu-burger{
    border: none;
    background-color: transparent;
}

.dropdown-item-burger{
    padding-left: 2rem !important;
}

.btn-outline-success{
    color: #226bb5 !important;
    background-color: transparent;
    border: white;
}

.btn-outline-success:hover{
    background-color: transparent;
    opacity: 0.5;
}

.offcanvas{
    background-color: #226bb5;
    padding: 1.5rem !important;
}

.nav-link, .dropdown-item-burger{
    color: #ffffff !important;
    font-size: 1.3rem;
}

.nav-link:hover, .dropdown-item-burger:hover{
    font-style: italic;
    background-color: transparent;
    opacity: 0.5 !important;
}

.form-control-navbar{
    color: #226bb5;
    border-radius: 10px;
    width: 100%;
}

.icon-livecare{
    width: 5rem;
}

.icon-list{
    width: 2rem;
    color: red !important;
}

.icon-list:hover{
    border: none;
}

.icon-social{
    height: 100% !important;
    width: 100% !important;
}

.btn-chiusura{
    background-color: #226bb5;
    border: none;
}

.title-livecare{
    color: #ffffff !important;
    font-weight: 400 !important;
    font-size: 1.3rem;
    text-align: center;
}

::placeholder{
    color: #226bb5 !important;
    padding-left: 0.5rem;
}

input[type=search] {
   border: none;
}









/*---MEDIA QUERY---*/

@media (max-width: 576px){
    
    .offcanvas{
        width: 100% !important;
    }
 
    .login{
        display: none;
    }
    
    .div-login-area-ris{
        display: block !important;
        display: flex !important;
        justify-content: center;
    }
}

@media (max-width: 767px){
    
 /*   .android{
        display: block !important;
    }
    
    .microsoft{
        display: none !important;
    }*/
    
}
