.app-toast{position:fixed;left:50%;bottom:15px;transform:translate(-50%);width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;z-index:600;max-width:100%}.app-toast__items{display:flex;flex-direction:column;justify-content:center;align-items:center}.app-toast__item{min-width:200px;padding:20px 30px;border-radius:5px;margin:5px;color:#fff;font-size:1.2em;text-align:center}@media(max-width:575px){.app-toast__item{width:-moz-fit-content;width:fit-content}}.app-toast__item--success{background-color:#27bd06}.app-toast__item--error{background-color:#e10054}@media(max-width:767px){.app-toast__item{padding:10px 15px;font-size:12px}}@media(max-width:991px){.app-toast{width:100vw;bottom:70px}.app-toast__item{padding:5px 20px}}
