@keyframes waveHelix {
    0% {width:100%;height:100%;border-radius:1.388888888888889vw;opacity:0;}
    10% {width:100%;height:100%;border-radius:1.388888888888889vw;opacity:0;}
    11% {width:100%;height:100%;border-radius:1.388888888888889vw;opacity:1;}
    90% {width:calc(100% + (1.349325337331334vw * 2));height:calc(100% + (1.349325337331334vw * 2));border-radius:1.499250374812594vw;opacity:0;}
    100% {width:calc(100% + (1.349325337331334vw * 2));height:calc(100% + (1.349325337331334vw * 2));border-radius:1.499250374812594vw;opacity:0;}
}

/* Screen Notification */
.desktop-h-screen .screen-notification-card{grid-template-columns:19.39880059970015vw 1fr;grid-column-gap:5.187406296851574vw;width:72.98950524737631vw;transform:scale(0.5);}
.desktop-h-screen .screen-notification-card .column-left img{width:100%;height:auto;}

.desktop-h-screen .screen-notification-card .column-right .chat-header .avatar-card-helix{margin-bottom:2.47376311844078vw;}
.desktop-h-screen .screen-notification-card .column-right .chat-header .avatar-card-helix .column-wrapper{grid-column-gap:1.2vw;}
.desktop-h-screen .screen-notification-card .column-right .chat-header .avatar-card-helix .img1{width:7.496251874062969vw;height:7.496251874062969vw;vertical-align:top;}
.desktop-h-screen .screen-notification-card .column-right .chat-header .avatar-card-helix .avatar-title-helix{display:inline-block;margin-bottom:0.8245877061469265vw;font-size:2.698650674662669vw;vertical-align:top;}
.desktop-h-screen .screen-notification-card .column-right .chat-header .avatar-card-helix .avatar-title-helix .status-helix{top:0;left:100%;display:block;width:1.247376311844078vw;height:1.247376311844078vw;border-radius:50%;transform:translate(75%,-25%);}
.desktop-h-screen .screen-notification-card .column-right .chat-header .avatar-card-helix .avatar-subtitle-helix{display:inline-block;background-image:linear-gradient(45deg, var(--primary), var(--secondary));font-size:2.098950524737631vw;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;vertical-align:top;}
.desktop-h-screen .screen-notification-card .column-right .chat-header .available-status-helix{top:0;right:0;}
.desktop-h-screen .screen-notification-card .column-right .chat-header .screen-message-helix{padding:2.098650674662669vw 2.698650674662669vw;background-color:rgba(255,255,255,0.05);border-radius:0.7496251874062969vw;}
.desktop-h-screen .screen-notification-card .column-right .chat-header .screen-message-helix p{font-size:2.548725637181409vw;font-weight:400;}
.desktop-h-screen .screen-notification-card .column-right .button-wrapper-helix{margin-top:calc(2.47376311844078vw * 2);}
.desktop-h-screen .screen-notification-card .column-right .button-wrapper-helix .btn-d-app{width:max-content;height:5.997001499250375vw;padding:0 2.698650674662669vw;font-size:2.548725637181409vw;border-radius:0.7496251874062969vw;}
.desktop-h-screen .screen-notification-card .column-right .button-wrapper-helix .btn-d-app .wave-effect{width:100%;height:100%;animation:waveHelix 1.75s infinite;border-radius:1.499250374812594vw;opacity:0;}
