.box_border_glow{position:relative;z-index:0;border-radius:12px;overflow:hidden;padding:12px}.box_border_glow:before{content:"";position:absolute;z-index:-2;top:25%;left:-10%;width:120%;height:50%;background-repeat:no-repeat;background-size:100%100%,50%50%;background-position:0 0,100% 0,100% 100%,0 100%;animation:bgRotate 8s linear infinite;-webkit-animation:bgRotate 8s linear infinite}.box_border_glow:after{content:"";position:absolute;z-index:-1;top:1px;left:1px;width:calc(100% - 2px);height:calc(100% - 2px);border-radius:12px}@keyframes bgRotate{to{transform:rotate(1turn)}}.container{position:fixed;border-radius:.5rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem;top:.5rem;z-index:45;background-color:transparent}.container>nav{display:flex;justify-content:space-between;align-items:center;padding:.25rem 1.25rem;position:relative;backdrop-filter:blur(10px);z-index:-1;border-radius:inherit;overflow:hidden;-webkit-border-radius:inherit;-moz-border-radius:inherit;-ms-border-radius:inherit;-o-border-radius:inherit}.container>nav:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;opacity:.6}.container>nav>*{position:relative;z-index:1}