.icon-link_xxs_left span{align-items:center;display:flex;gap:.5rem}.icon-link_xxs_left span .ui-icon,.icon-link_xxs_left span img{flex-shrink:0;height:.75rem;width:.75rem}.icon-link_xxs_right span{align-items:center;display:flex;flex-direction:row-reverse;gap:.5rem}.icon-link_xxs_right span .ui-icon,.icon-link_xxs_right span img{flex-shrink:0;height:.75rem;width:.75rem}.icon-link_xs_left span{align-items:center;display:flex;gap:.5rem}.icon-link_xs_left span .ui-icon,.icon-link_xs_left span img{flex-shrink:0;height:1rem;width:1rem}.icon-link_xs_right span{align-items:center;display:flex;flex-direction:row-reverse;gap:.5rem}.icon-link_xs_right span .ui-icon,.icon-link_xs_right span img{flex-shrink:0;height:1rem;width:1rem}.icon-link_s_left span{align-items:center;display:flex;gap:.75rem}.icon-link_s_left span .ui-icon,.icon-link_s_left span img{flex-shrink:0;height:1.25rem;width:1.25rem}.icon-link_s_right span{align-items:center;display:flex;flex-direction:row-reverse;gap:.75rem}.icon-link_s_right span .ui-icon,.icon-link_s_right span img{flex-shrink:0;height:1.25rem;width:1.25rem}.icon-link_m_left span{align-items:center;display:flex;gap:.75rem}.icon-link_m_left span .ui-icon,.icon-link_m_left span img{flex-shrink:0;height:1.5rem;width:1.5rem}.icon-link_m_right span{align-items:center;display:flex;flex-direction:row-reverse;gap:.75rem}.icon-link_m_right span .ui-icon,.icon-link_m_right span img{flex-shrink:0;height:1.5rem;width:1.5rem}@keyframes skeleton-fade{0%{background-color:#f5f5f5;color:#f5f5f5}to{background-color:#ccc;color:#ccc}}.notification-card{background-color:#fff;border-radius:.625rem;box-shadow:0 15px 40px #0000001a;display:flex;overflow:hidden;width:100%}.notification-card .notification-card-icon{align-items:center;display:flex;height:auto;justify-content:center;width:3.5rem}.notification-card .notification-card-icon .ui-icon{fill:#fff}.notification-card .notification-card-icon .ui-icon,.notification-card .notification-card-icon img{height:1.25rem;width:1.25rem}.notification-card .notification-card-icon-wrapper{display:flex}.notification-card .notification-card-content{align-items:flex-start;display:flex;flex:1;flex-direction:column;font-size:.75rem;justify-content:center;letter-spacing:.02em;line-height:1.5;padding:1rem}.notification-card .notification-card-content-wrapper{width:100%}.notification-card .notification-card-title{color:var(--theme-color-medium);font-weight:500;margin:0 0 .25rem}.notification-card .notification-card-expand-wrapper{height:1.125rem;overflow:hidden;position:relative;transition:.25s cubic-bezier(.25,.46,.45,.94);width:100%}.notification-card .notification-card-expand-wrapper:after{background:linear-gradient(90deg,#fff0,#fff);content:"";height:1.125rem;position:absolute;right:0;top:0;transition:.25s cubic-bezier(.25,.46,.45,.94);width:3.125rem}.notification-card .notification-card-expand-wrapper.-is-expanded{height:var(--message-height)}.notification-card .notification-card-expand-wrapper.-is-expanded:after{opacity:0}.notification-card .notification-card-expand-wrapper .notification-card-message{left:0;position:absolute;top:0}.notification-card .notification-card-expand-wrapper .notification-card-message.-is-pending{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.notification-card .notification-card-message{margin:0}.notification-card .notification-card-message.-with-link a{background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;color:var(--theme-color-medium);margin-left:1rem;text-decoration:none;transition:background-size .25s cubic-bezier(.25,.46,.45,.94)}.user-input-keyboard .notification-card .notification-card-message.-with-link a:focus,.user-input-mouse .notification-card .notification-card-message.-with-link a:hover,.user-input-touch .notification-card .notification-card-message.-with-link a:active{background-size:100% 1px}.notification-card .notification-card-link{margin-top:.25rem}.notification-card .notification-card-expand-button{align-items:center;align-self:flex-start;display:flex;height:1.125rem;margin-right:1rem;margin-top:1rem;padding:0 .5rem;transition:.25s cubic-bezier(.25,.46,.45,.94)}.notification-card .notification-card-expand-button.-is-active{transform:rotate(-180deg)}.notification-card .notification-card-expand-button .ui-icon{height:.75rem;width:.75rem}.notification-card .notification-card-discard{align-items:center;background-color:#fff;border:0;border-left:.0625rem solid #ccc;cursor:pointer;display:flex;height:auto;justify-content:center;width:3.5rem}.notification-card .notification-card-discard div{display:flex}.notification-card .notification-card-discard .ui-icon{height:.75rem;width:.75rem}.notification-card.-is-expandable .notification-card-discard,.notification-card.-is-expandable .notification-card-icon{align-items:flex-start;padding-top:1rem}.notification-card.-is-expandable .notification-card-discard div{align-items:center;height:1.125rem}.notification-card.-success .notification-card-icon,.notification-card.-success.-is-lite .notification-card-icon-wrapper{background-color:#639e30}.notification-card.-warning .notification-card-icon,.notification-card.-warning.-is-lite .notification-card-icon-wrapper{background-color:#f8aa36}.notification-card.-error .notification-card-icon,.notification-card.-error.-is-lite .notification-card-icon-wrapper{background-color:#cc0700}.notification-card.-info .notification-card-icon{background:var(--theme-color-medium)}.notification-card.-is-todo .notification-card-icon{width:.5rem}.notification-card.-is-todo .notification-card-content{position:relative}.notification-card.-is-todo .notification-card-title{color:#1e1e1e;font-size:.875rem;font-weight:700}.notification-card.-is-lite:not(.-info) .notification-card-icon{background-color:initial;padding:1rem .75rem 1rem 1rem;width:auto}.notification-card.-is-lite:not(.-info) .notification-card-icon-wrapper{align-items:center;border-radius:50%;display:flex;height:1.5rem;justify-content:center;width:1.5rem}.notification-card.-is-lite:not(.-info) .notification-card-icon-wrapper img,.notification-card.-is-lite:not(.-info) .notification-card-icon-wrapper svg{height:.75rem;width:.75rem}.notification-card.-is-lite:not(.-info) .notification-card-content{font-size:.875rem;line-height:1.4285714286;padding-left:0}.notification-card.-is-lite:not(.-info).-is-expandable .notification-card-expand-wrapper,.notification-card.-is-lite:not(.-info).-is-expandable .notification-card-expand-wrapper:after{height:1.5rem}.notification-card.-is-lite:not(.-info).-is-expandable .notification-card-expand-wrapper.-is-expanded{height:var(--message-height)}.notification-card.-is-lite:not(.-info).-is-expandable .notification-card-discard div,.notification-card.-is-lite:not(.-info).-is-expandable .notification-card-expand-button{height:1.5rem}@media (min-width:64em){.notification-card .notification-card-content{padding:1.5rem 1rem}.notification-card.-is-expandable .notification-card-icon{padding-top:1.5rem}.notification-card.-is-expandable .notification-card-expand-button{margin-top:1.5rem}.notification-card.-is-expandable .notification-card-discard{padding-top:1.5rem}.notification-card.-info .notification-card-content{padding:1.5rem 1rem}.notification-card.-is-todo .notification-card-message,.notification-card.-is-todo .notification-card-title{width:-moz-fit-content;width:fit-content}.notification-card.-is-todo .notification-card-content{align-items:center;flex-direction:row;justify-content:space-between;padding:1rem 2rem}.notification-card.-is-todo .notification-card-content p:last-child{width:100%}.notification-card.-is-todo .notification-card-link{padding-left:1.5rem;white-space:nowrap;width:-moz-max-content;width:max-content}.notification-card.-is-lite:not(.-info) .notification-card-icon{padding:1.5rem 1rem 1.5rem 1.5rem}.notification-card.-is-lite:not(.-info) .notification-card-content{align-items:center;flex-direction:row;justify-content:flex-start}.notification-card.-is-lite:not(.-info) .notification-card-link{margin:0 0 0 1rem}.notification-card.-is-lite:not(.-info).-is-expandable .notification-card-discard div{height:1.5rem}}
