@keyframes lumo-notification-enter-slide-left{0%{transform:translateX(200%);opacity:0}}@keyframes lumo-notification-enter-slide-right{0%{transform:translateX(-200%);opacity:0}}@keyframes lumo-notification-enter-slide-up{0%{transform:translateY(200%);opacity:0}}@keyframes lumo-notification-enter-slide-down{0%{transform:translateY(-200%);opacity:0}}:host([theme~="left-slide"]){animation:lumo-notification-enter-slide-left 300ms}:host([theme~="right-slide"]){animation:lumo-notification-enter-slide-right 300ms}:host([theme~="up-slide"]){animation:lumo-notification-enter-slide-up 300ms}:host([theme~="down-slide"]){animation:lumo-notification-enter-slide-down 300ms}:host{background-color:transparent}:host([theme~="bg-visible"]){background-color:rgb(8,8,8,.75);top:0;right:0;bottom:0;left:0}:host([theme~="width-130"]) [part=content]{width:130px}:host([theme~="top-left-menu"]) [part=content]{border:1px solid #202d35;background-color:#101a20;margin:5px 7px}