#rightMenu
{
    top:0px;
    z-index: 100;
    height: 100%;
}
.row
{
    height: 100%;
    background-color: rosybrown;
    padding:0 !important;
    margin: 0 !important;
}

#menuitem
{
    z-index: 70;
    /*width: 100%;*/
    background-color: rgba(7, 199, 122,0);
    padding: auto 5px auto auto!important;
    position: relative;
    margin: auto 10px auto auto;   
    overflow-y: auto;
}
#containerItem
{    
    width: 100%;
    height: 60%;
    top:35%;
    position: relative;
    background-color:  rgba(18, 165, 114, 0);
    display: flex;
    justify-content: center;
      
}
#contentMenu
{
    display: flex;
    justify-content: center;
    /*z-index: 70;*/
    background-color: rgba(148, 148, 148, 0);
    padding:0 !important;
}
#itemClick
{
    background-color:rgba(148, 148, 148, 0.576);
    line-height: 1.5;
    margin: auto 0 auto auto;
    margin-bottom: 5px;
    z-index: 100;
    width: 90%;
    border-radius: 5px;
    color: white;
    /*margin-right: 5%;*/
    cursor: pointer;
    padding: 5pt;
    text-align: left;
}
.dota {
    height: 25px;
    width: 25px;
    background-color: rgb(191,144, 0 ,0.6);
    border-radius: 50%;
    visibility: visible;
    display: inline-block;
  }
  @media(max-width: 992px){
    #itemClick
    {
        font-size: 0.9em;
    }
  }
@media(max-width: 768px){
    #itemClick
    {
        font-size: 0.5em;
    }

#contentMenu
{
    
    display: flex;
    justify-content: center;
    z-index: 70;
    
}

#itemClick
{
    background-color:rgba(148, 148, 148, 0.576);
    line-height: 2;
    margin: auto;
    font-size: 0.6em;
    margin-bottom: 5px;
    z-index: 100;
    width: 90%;
    border-radius: 5px;
    color: white;
}
}