.btn-xs{
    padding: 0.405rem 0.7rem !important;
    font-size: 0.84rem !important;
    line-height: 0.7 !important;
    border-radius: 0.25rem !important;
    margin: 1px;
}

.menu-sec{
    text-decoration: none;
    margin-left: 8px;
    padding:5px 12px;
    background-color:rgb(231, 230, 227);
    border-radius:5px;
    color:rgb(95, 94, 94)
}

.menu-sec:hover{
    text-decoration: none;
    background-color:rgb(141, 140, 138);
    color:white;
}
