@keyframes fadeInExpand{0%{opacity:0}35%{opacity:1;transform:scale(1.25)}to{opacity:1;transform:scale(1)}}@keyframes opacityTo0{0%{opacity:1}to{opacity:0}}#--react--toast-container{position:fixed;width:50%;top:30px;left:50%;transform:translateX(-50%);z-index:9999}@media screen and (max-width:500px){#--react--toast-container{width:95%}}.--react--toast-alert{position:relative;display:grid;grid-template-columns:30px auto;align-items:center;background-color:#fff;animation:fadeInExpand .15s;margin:15px 0 0;padding:16px 15px;border-radius:16px;font-size:15px;box-shadow:0 20px 30px 0 #cbcbcb,0 0 8px 0 #cbcbcb}.--react--toast-alert.--toast-show{animation:fadeInExpand .2s ease-in-out both}.--react--toast-alert.--toast-hide{animation:opacityTo0 .3s ease-in-out .2s both}.--react--toast-alert p{font-weight:600;margin:0;word-break:break-word;color:#363636}.--react--toast-alert svg{width:20px;height:20px}