.bo
{
    height: fit-content;
    width: 250px;
    background: red;
    top: 360px;
    left: 1px;
    position: fixed;
    z-index: 999;
    border-radius: 15px;
    background: #352e94;
    text-align: right;
    font-family: sans-serif;
    padding: 5px;
    color: white;
    
}
.bo.a
{
    display: none;
    height: fit-content;
    width: 250px;
    background: red;
    top: 360px;
    left: 1px;
    position: fixed;
    z-index: 999;
    border-radius: 15px;
    background: #352e94;
    text-align: right;
    font-family: sans-serif;
    padding: 5px;
    color: white;
    
}

.fa-solid.fa-circle-xmark
{
    color: white;
    right: 0;
    font-size: 1.3em;
    cursor: pointer;
}
.fa-solid.fa-circle-xmark:hover
{
    color: red;
}

.bo hr
{
    margin-top: 3px;
    margin-bottom: 3px;
}