@charset "UTF-8";.theme-snackbar{visibility:hidden;width:350rem;height:82rem;margin-left:-175rem;background-color:#fff;color:var(--theme-color-text-on-light);text-align:left;border-radius:4rem;border:1rem solid var(--color-background-f,#eaecef);padding:16rem;position:fixed;z-index:100;left:50%;top:50rem;box-shadow:0px 0px 1rem 0px rgba(0,0,0,.05),0px 12rem 64rem 0px rgba(0,0,0,.1);}.theme-snackbar.show{visibility:visible;-webkit-animation:fadein .5s,fadeout .5s 5s;animation:fadein .5s,fadeout .5s 5s;}.theme-snackbar .error{padding-left:36rem;}.theme-snackbar .error:before{content:"";display:block;position:absolute;left:16rem;width:24rem;height:24rem;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM15.7071 8.29289C16.0976 8.68342 16.0976 9.31658 15.7071 9.70711L13.4142 12L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L12 13.4142L9.70711 15.7071C9.31658 16.0976 8.68342 16.0976 8.29289 15.7071C7.90237 15.3166 7.90237 14.6834 8.29289 14.2929L10.5858 12L8.29289 9.70711C7.90237 9.31658 7.90237 8.68342 8.29289 8.29289C8.68342 7.90237 9.31658 7.90237 9.70711 8.29289L12 10.5858L14.2929 8.29289C14.6834 7.90237 15.3166 7.90237 15.7071 8.29289Z\' fill=\'%23D73A2B\'/%3E%3C/svg%3E");background-repeat:no-repeat;}.theme-snackbar .success{padding-left:36rem;}.theme-snackbar .success:before{content:"";display:block;position:absolute;left:16rem;width:24rem;height:24rem;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'24\' height=\'24\' viewBox=\'0 0 24 24\' fill=\'none\'%3E%3Cpath fill-rule=\'evenodd\' clip-rule=\'evenodd\' d=\'M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM16.7071 10.2071C17.0976 9.81658 17.0976 9.18342 16.7071 8.79289C16.3166 8.40237 15.6834 8.40237 15.2929 8.79289L10.5 13.5858L8.70711 11.7929C8.31658 11.4024 7.68342 11.4024 7.29289 11.7929C6.90237 12.1834 6.90237 12.8166 7.29289 13.2071L9.79289 15.7071C9.98043 15.8946 10.2348 16 10.5 16C10.7652 16 11.0196 15.8946 11.2071 15.7071L16.7071 10.2071Z\' fill=\'%232E3E51\'/%3E%3C/svg%3E");background-repeat:no-repeat;}@-webkit-keyframes fadein{from{bottom:0;opacity:0;}to{bottom:30rem;opacity:1;}}@keyframes fadein{from{bottom:0;opacity:0;}to{bottom:30rem;opacity:1;}}@-webkit-keyframes fadeout{from{bottom:30rem;opacity:1;}to{bottom:0;opacity:0;}}@keyframes fadeout{from{bottom:30rem;opacity:1;}to{bottom:0;opacity:0;}}