/*ul{
    list-style-type: none;
}

.sidenav{
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #226bb5;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a, .vc-menu {
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  font-size: 25px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.voce-principale:hover{
    opacity: 0.8;
}

.sottovoce:hover{
    opacity: 0.8;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 1rem;
    font-size: 50px;
    padding: 0 !important;
}

.burger-menu{
    width: 50px;
    height: 50px;
    margin-left: 1rem;
    margin-top: 1rem;
    padding: 0 !important;
}

.burger-btn {
    position: fixed;
    cursor: pointer;
    color: #226bb5;
    background-color: #ffffff !important;
    border-radius: 50px;
}

.voce-principale, .voce-principale-serv{
    margin-left: 1rem;
    margin-right: 1rem;
    font-weight: 400;
}

.sottovoce{
    margin-left: 2rem;
    margin-right: 2rem;
    font-weight: 300;
}

@media screen and (max-height: 450px) {
  .sidenav {
      padding-top: 15px;
    }
  .sidenav a {
      font-size: 18px;
    }
}*/





.barra{
    width: 100%;
    height: 3.2rem;
    position: fixed;
    z-index: 5;
    top: 0;
    background-color: #226bb5;
}

.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;
    --bs-navbar-color: none !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 !important;
    font-weight: 300 !important;
}

.nav-link:hover, .dropdown-item-burger:hover{
    font-style: italic;
    background-color: transparent;
    opacity: 0.5 !important;
}

.form-control{
    color: #226bb5;
}

.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;
    }
}
