@layer components{.Toast{position:relative;padding:15px 40px 15px 50px;border-radius:8px;background:#fff;color:#1d2939;font-size:14px;-webkit-box-shadow:0 15px 30px 0 rgba(0,0,0,.15),0 0 15px 0 rgba(0,0,0,.05);box-shadow:0 15px 30px 0 rgba(0,0,0,.15),0 0 15px 0 rgba(0,0,0,.05)}.Toast__icon{bottom:0;left:15px;width:20px;color:#08a399;font-size:20px}.Toast__close,.Toast__icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:0}.Toast__close{right:0;outline:0;color:#747892;width:40px;height:40px;font-size:10px}.Toast--type-warning .Toast__icon{color:#f79009}.Toast--type-error .Toast__icon{color:#d92d20}}