.user-action-area{display:inline-flex;transition:color .2s ease-in-out;outline:none}.user-action-area:hover{color:rgba(var(--colorLinkHover),1)!important;cursor:pointer}.user-action-area:hover .icon-svg{color:rgba(var(--colorLinkHover),1)}.user-action-area.user-action-area--active{color:rgba(var(--colorLinkHover),1)!important}.user-action-area.user-action-area--active .icon-svg{color:rgba(var(--colorLinkHover),1)}.popup{position:fixed;z-index:100;top:0;left:0;width:100%;height:100%;background:rgba(50,58,64,.5);overscroll-behavior:contain}@media(min-width:760px){.popup{justify-content:center;backdrop-filter:blur(8px)}}html.theme--dark .popup{background:rgba(0,0,0,.8)}.popup__container{position:absolute;bottom:0;bottom:var(--vv-keyboard-height,0);left:0;padding-top:20px;padding-bottom:20px;background:rgba(var(--colorWhiteBackground),1)}@media(min-width:760px){.popup__container{top:50%;bottom:auto;left:50%;min-width:375px;transform:translate3d(-50%,-50%,0);border-radius:10px}}@media(max-width:759.98px){.popup__container{width:100%;max-width:none!important;max-height:calc(100dvh - 125px);border-radius:10px 10px 0 0}}@media(min-width:760px){.popup__container--fixed-width{width:600px}}.popup__content-wrapper{display:flex;flex-direction:column;max-height:calc(100dvh - 200px);margin:0 20px;overflow-y:auto}.popup__title{padding:0 20px}.popup__fixed-content{padding:0 20px;border-bottom:1px solid rgba(var(--colorDecorationBorder),1)}.popup__actions{display:flex;flex-direction:column;align-items:center}.popup__actions>*{display:flex;justify-content:center;width:100%;margin-bottom:15px;padding:5px 0}.popup__actions>:last-child{margin-bottom:0}.popup__close-btn{display:inline-flex;position:absolute;top:10px;right:10px;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;cursor:pointer}.popup__close-btn:hover{background:#eef5f7}html.theme--dark .popup__close-btn:hover{background:#292929}.popup__close-btn .icon-svg{color:#8a9bab}.popup form>*{width:100%}.popup--special{padding:0 0 25px!important}.popup--special .popup__content-wrapper{margin:initial;padding:initial}@media(min-width:1000px){.popup--special .popup__content-wrapper .select-image-popup__actions{margin-right:30px;margin-left:30px}}@media(min-width:760px)and (max-width:999.98px){.popup--special .popup__content-wrapper .select-image-popup__actions{margin-right:40px;margin-left:40px}}@media(max-width:759.98px){.popup--special .popup__content-wrapper .select-image-popup__actions{margin-right:20px;margin-left:20px}}.popup--special .settings-avatar-cropper{margin:0}@keyframes loading{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}.loading{display:inline-flex}.loading--center{position:relative;left:50%;justify-content:center;transform:translate3d(-50%,0,0)}.loading--vertical-align{top:50%}.loading .loading__dot{display:inline-flex;width:8px;height:8px;animation:loading 1.4s infinite;animation-fill-mode:both;border-radius:50%;background:#ef498f}.loading .loading__dot:not(:last-child){margin-right:10px}.loading .loading__dot:nth-child(2){animation-delay:.2s}.loading .loading__dot:nth-child(3){animation-delay:.4s}