.alert-content{position:fixed;z-index:9;display:flex;bottom:1em;left:30%;right:30%;padding:1em 1.5em 1em 2em;background-color:var(--primary);color:#fff;justify-content:center;align-content:center;align-items:stretch}.alert-content .alert-wrap{flex:1;text-align:center;padding-right:1em}.alert-content .alert-wrap p:last-child{padding-bottom:0}.alert-content .alert-wrap strong,.alert-content .alert-wrap b{font-family:var(--theme-font)}.alert-content .close{display:flex;justify-content:center;align-items:center;width:30px;height:30px;cursor:pointer;padding:4px 6px;border:1px solid #fff;border-radius:999px;overflow:hidden;transition:.3s ease-in-out}.alert-content .close img{filter:invert(100%) sepia(100%) saturate(1%) hue-rotate(79deg) brightness(102%) contrast(101%);transition:.3s ease-in-out}.alert-content .close:hover{background-color:#fff}.alert-content .close:hover img{filter:none}