.hide_bar {
    position: relative;
}

.hide_bar::after{
    content:"";
    position:absolute;
    height:100%;
    width:52%;
    right:0;
    top:0;
    background: darkred;
    pointer-events:none;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
}