@import url(./vraylar-dtc.css);.custom-gradient-border{position:relative}
.custom-gradient-border::before,.custom-gradient-border::after{content:'';position:absolute;z-index:-1}
.custom-gradient-border::before{background:linear-gradient(to bottom,#851e8f,#00afaa);width:100%;height:100%;top:0;left:0;border-radius:16px}
.custom-gradient-border::after{background:var(--color-white);width:calc(100% - 6px);height:calc(100% - 6px);top:3px;left:3px;border-radius:13px}