.star-border-container{display:inline-block;position:relative;border-radius:20px;overflow:hidden}.star-bottom,.star-left,.star-right,.star-top{position:absolute;pointer-events:none;z-index:0}.star-bottom,.star-top{left:0;width:100%;height:2px}.star-top{top:0}.star-bottom{bottom:0}.star-left,.star-right{top:0;height:100%;width:2px}.star-left{left:0}.star-right{right:0}.star-bottom:after,.star-left:after,.star-right:after,.star-top:after{content:"";position:absolute;background:var(--star-color,#fff);box-shadow:0 0 10px 1px var(--star-color,#fff),0 0 20px 2px var(--star-color,#fff);opacity:1}.star-bottom:after,.star-top:after{width:50%;height:100%;background:linear-gradient(90deg,transparent,var(--star-color,#fff),transparent)}.star-left:after,.star-right:after{width:100%;height:50%;background:linear-gradient(180deg,transparent,var(--star-color,#fff),transparent)}.star-top:after{top:0;left:-50%;animation:star-move-top var(--star-speed,4s) linear infinite}.star-bottom:after{bottom:0;right:-50%;animation:star-move-bottom var(--star-speed,4s) linear infinite}.star-right:after{top:-50%;right:0;animation:star-move-right var(--star-speed,4s) linear infinite;animation-delay:calc(var(--star-speed, 4s) * .25)}.star-left:after{bottom:-50%;left:0;animation:star-move-left var(--star-speed,4s) linear infinite;animation-delay:calc(var(--star-speed, 4s) * .25)}.inner-content{position:relative;border:1px solid rgba(93,212,220,.3);background:rgba(0,0,0,.6);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#fff;font-size:16px;text-align:center;padding:16px 26px;border-radius:20px;z-index:1;width:100%;height:100%}@keyframes star-move-top{0%{left:-50%}to{left:100%}}@keyframes star-move-bottom{0%{right:-50%}to{right:100%}}@keyframes star-move-right{0%{top:-50%}to{top:100%}}@keyframes star-move-left{0%{bottom:-50%}to{bottom:100%}}