@charset "UTF-8";.scAvatar{position:relative;flex-shrink:0;width:40px;height:40px;border-radius:12px}@media(min-width:992px){.scAvatar{width:46px;height:46px}}.scAvatar img,.scAvatar video{-o-object-fit:cover;object-fit:cover}.scAvatar-content{height:100%;width:100%;background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:inherit}.scAvatar--vip{box-shadow:0 0 0 3px var(--c-green)}.scAvatar--original{box-shadow:none!important;border:none!important;border-radius:0!important;background-color:transparent!important}.scAvatar--original .scAvatar-content{background-size:contain!important}.scAvatar--current{background-color:light-dark(var(--c-white),var(--c-white-drk))}.scAvatar--xs{width:34px;height:34px}.scAvatar--s{width:38px;height:38px}.scAvatar--l{width:46px;height:46px}.scAvatar--xl{width:90px;height:90px;border-radius:20px}.scAvatar--xxl{width:145px;height:145px;border-radius:26px}.scAvatar--square{border-radius:8px}.scAvatar--circle{border-radius:50%}.scAvatar--landscape{width:225px;height:145px;border-radius:8px}.scAvatar--bordered{border:2px solid var(--c-white)}.scAvatar--blurred{filter:blur(6px);-webkit-filter:blur(6px)}.scAvatar--editable{cursor:pointer}.scAvatar--editable:before{content:"";top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-size:cover;border:1px dashed var(--c-blue-light);border-radius:8px}.scAvatar--editable:after,.scAvatar--editable:before{display:flex;align-items:center;justify-content:center;position:absolute;opacity:0;transition:all .5s .2s}.scAvatar--editable:after{content:"✏️";top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;border-radius:50%;background-color:light-dark(var(--c-white),var(--c-white-drk))}.scAvatar--editable:hover:after,.scAvatar--editable:hover:before{opacity:1}
