.animated-border-container{z-index:0;border-radius:.75rem;padding:2px;position:relative;overflow:hidden}.animated-border-container:before{content:"";z-index:-2;background:conic-gradient(#0000,#c8a798,#0000 30%);width:200%;height:200%;animation:4s linear infinite rotateBorder;position:absolute;top:-50%;left:-50%}.animated-border-container:after{content:"";background:inherit;border-radius:inherit;z-index:-1;position:absolute;inset:2px}@keyframes rotateBorder{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dialog-animated-border{border-radius:1.5rem;position:relative;overflow:hidden}.dialog-animated-border:before{content:"";z-index:-1;background:conic-gradient(#0000,#c8a798,#324b71,#0000 50%);width:200%;height:200%;animation:6s linear infinite rotateBorder;position:absolute;top:-50%;left:-50%}.dialog-inner-content{border-radius:inherit;z-index:1;background:#324b71;margin:2px;position:relative}.interest-heart-btn{z-index:40;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;transition:all .3s;display:flex;position:absolute;top:1rem;left:1rem;box-shadow:0 4px 6px -1px #0000001a}.interest-heart-btn:hover{color:#ef4444;transform:scale(1.1)}.nav-interest-btn{color:#324b71!important;background:#fff!important;border:2px solid #324b71!important;transition:all .3s!important}.nav-interest-btn:hover{transform:translateY(-1px);background:#f8fafc!important}
