#toast__container{position:fixed;bottom:0;left:50%;transform:translateX(-50%);z-index:2000;padding:1rem;pointer-events:none}@media screen and (max-width:768px){#toast__container{width:100%}}#toast__container .close__toast{position:absolute;top:0;right:0;border-radius:50%;z-index:99999;-webkit-animation-duration:.14s;animation-duration:.14s;-webkit-animation-name:slidein;animation-name:slidein;pointer-events:all}#toast__container .notices.is-bottom{position:relative!important;overflow:visible;text-wrap:nowrap;display:flex;justify-content:center;align-items:center;text-wrap:wrap;padding:0}#toast__container .notices.is-bottom .toast{margin:0}@-webkit-keyframes slidein{0%{top:-5px}to{top:0}}@keyframes slidein{0%{top:-5px}to{top:0}}