div.btn-acess{
    /* position: fixed;
    right: 8px;
    top: 8px; */
    width: 50px !important;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    background: #197CC1;
    border-radius: 8px;
    padding: 0 !important; 
    z-index: 9999;
}

.acess-expand{
    height: fit-content;
    display: none;
    flex-direction: column;
    align-items: center;
}

div.acess-expand sup{
    font-size: 10px;
    vertical-align: text-top;
}

.acess-expand button, button.acess{
    border: none;
    background: transparent;
    color: #FEFEFE;
    font-size: 16px;
    padding: 16px;
    margin: 0 !important;
    cursor: pointer;
}

div.acess-expand button:hover, button.acess:hover{
    background: #166296;        
} 

div.acess-expand button:first-child:hover{
    border-radius: 8px 0 0 8px;
}

button.acess:hover{
    border-radius:  8px;
}