body{
    background: rgb(246, 246, 246);
}
.body-height{
    min-height: 100vh;
    /* background: rgb(246, 246, 246); */
}
.sidenav button{
    width: 100%;
    height: 50px;
}
.form-height{
    max-height: 300px;
}
.card{
    height: 150px;
}
.hide-text{
    display:none;
}
.show-text{
    display: block;
}
.hide{
    display:none;

}
svg{
    fill: rgb(71, 50, 11);
    height: 20px;
    width: 20px;
}
.card > .card-header > button{
    background: none;
    border: none;
    outline: none;
}
@media only screen and (max-width: 992px){
    .sidenav button{
        width: 49%;
        height: 50px;
    }
}