[data-sidebar="overlay"].show {
    opacity: 1;
}
[data-sidebar="sidebar"].show {
    transform: translateX(0);
}