div.flash{position:fixed;top:100px;z-index:10;padding:1rem .5rem;background-color:rgb(5,195,221,.9);right:70px;box-shadow:2px 2px 5px rgba(0,0,0,.25);border-radius:6px}div.flash.none{display:none}div.flash>.flash-content{display:flex;align-items:center;justify-content:space-between;gap:4rem}div.flash>.flash-content span{font-size:.85rem;color:#464646;line-height:130%;max-width:300px}div.flash>.flash-content button{cursor:pointer;border:0;background-color:transparent;font-size:1rem}