@keyframes rotate-gradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes fade-in{to{opacity:1}}@keyframes fade-in-popin{0%{opacity:0;transform:translate(-50%,100%)}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes fade-in-popin-backdrop{0%{opacity:0}to{opacity:1}}.buttonClose{cursor:pointer;background-color:#eaebed;border-radius:30px;width:16px;height:16px;display:inline-block;position:relative}.buttonClose.has-halo:before{content:"";border-radius:inherit;opacity:0;border:5px solid #00000008;width:100%;height:100%;transition:opacity .3s cubic-bezier(.165,.84,.44,1);position:absolute;top:-5px;left:-5px}.buttonClose.has-halo:hover:before{opacity:1}.buttonClose:not(.has-halo){transition:all .3s cubic-bezier(.165,.84,.44,1)}.buttonClose:not(.has-halo):hover{background-color:#999}.buttonClose:active{background-color:#333}.buttonClose:active svg path{stroke:#fff}.buttonClose svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
