.customToast{position:fixed;top:0;left:0;will-change:transform;display:none;padding:.6rem 0;max-width:350px;z-index:50}.customToast.show{display:block}.customToast>.arrow{position:absolute;display:block;width:1.2rem;height:.6rem;top:0}.customToast .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid;bottom:0;border-width:0 .6rem .6rem;border-bottom-color:#104697}.customToast>.content{background-color:#104697;color:#fff;border-width:1px;border-style:solid;border-color:#e6e6e6;border-radius:5px;padding:.4rem .8rem;font-size:14px}.customToast>.content p{margin:.4rem 0}.customToast>.content p.headline{color:#fff;font-weight:bold}.customToast>.content>.contentbox{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center!important;align-items:center!important}.customToast>.content>.contentbox>.left,.customToast>.content>.contentbox>.right{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1}.customToast>.content>.contentbox>.right{text-align:right}.customToast>.content>.bottom{clear:both;border-top:1px solid #e6e6e6}