#alert[data-v-d6c00da7]{align-items:center;background-color:var(--color-white);border-radius:0 0 22px 22px;cursor:pointer;display:none;height:60px;justify-content:center;left:0;position:fixed;text-align:center;top:-60px;width:100%;z-index:10000}#alert.show[data-v-d6c00da7]{animation:showAlert-d6c00da7 .3s ease-out;display:flex;top:0}#alert.leaving[data-v-d6c00da7]{animation:hideAlert-d6c00da7 .3s ease-in;top:-60px}#alert svg[data-v-d6c00da7]{fill:var(--color-white);margin:0 10px 0 0;min-width:15px;width:15px}#alert p[data-v-d6c00da7]{color:var(--color-white);font-family:var(--bold);font-size:var(--f1)}#alert.positive[data-v-d6c00da7]{background-color:var(--color-green)}#alert.negative[data-v-d6c00da7]{background-color:var(--color-red)}@keyframes showAlert-d6c00da7{0%{top:-40px}to{top:0}}@keyframes hideAlert-d6c00da7{0%{top:0}to{top:-60px}}@media screen and (max-width:1000px){#alert p[data-v-d6c00da7]{font-size:var(--f2)}}
