header {
    height: 88px;
    /*border-bottom: 1px solid rgba(226,232,240,1);
    background: #fff;*/

    /*backdrop-filter: blur(4px);*/
    border-bottom: 0.5px solid;

    border-image-source: linear-gradient(90.19deg, rgba(184, 110, 159, 0.8) 0%, rgba(102, 37, 37, 0.8) 100%);

    background: rgba(015,9,12,0.56);


}
header .logo {
    /*height: 30px;*/
    width: 102px;
    height: auto;
}


.btn-group-vertical label.form-check-label ,
.btn-group-vertical input.btn-check  {
    display: none;
}


.me {
    background: #F1F5F9;
    height: 32px;
    width: 32px;
    padding:2px 5px;
}
