.head-flex {
    display: flex;
}

ul.ul-menus {
    display: flex;
    list-style: none;
    margin: 0;
}

.menus{
    display: grid;
    align-content: center;
}

.ul-menus li {
    display: grid;
    margin-left: 30px;
    margin-right: 10px;
    align-content: center;
}

.dropbtn {
    border: 0;
    background: #ff000000;
}
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left: -24px;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #ddd;}
  
  .dropdown:hover .dropdown-content {display: block;}
  
  .dropdown:hover .dropbtn {
    border-bottom: solid black 2px;
    border-radius: 6px;
}

.youtube:hover .dropbtn {
   border: 0;
}

.dropdown .dropbtn::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

a {
    text-decoration: none;
    color: black;
}

a:hover{
    color:#4f2f74;
    background:white;
}

.pos-jb{
    background: #4f2f74;
    padding: 10px;
    border-radius: 29px;
    color: white;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
  }


  .img-user-head{
    width: 30px;
  }


  .youtube .dropbtn::after {
  display: none;
  margin-left: -24px;
}

.youtube .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    margin-left: -91px;

}


#head-main{
    padding: 16px 0px;
}
 