.toast-container{margin:0 auto;position:relative;width:100%}.toast{background-color:#fff;height:0;max-width:300px;overflow:hidden;padding:0;position:fixed;right:0;text-align:center;top:-200px;width:100%;z-index:40}.toast.active{-webkit-animation:myAnimation .4s linear;animation:myAnimation .4s linear;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;border-radius:8px;height:auto;margin-right:1rem;padding:20px}.toast.success{border:1px solid rgba(0,128,0,.7);color:rgba(0,128,0,.7)}.toast.error{border:1px solid rgba(255,0,0,.7);color:rgba(255,0,0,.7)}.contact-form-section .toast,.publisher-contact-form form .toast-container .toast{right:50%;-webkit-transform:translateX(50%);transform:translateX(50%)}@-webkit-keyframes myAnimation{0%{top:-200px}to{top:10px}}@keyframes myAnimation{0%{top:-200px}to{top:10px}}
/*# sourceMappingURL=toast-styles.b277ad01d66c5e2fdcf3.css.map*/