.alert_archive {
	display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding: 10px 7%;
    color: #212529;
    z-index: 999;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.32);
    border-top: 5px solid #ff2513;
}

.attention {
	color: #ff2513;
	text-transform: uppercase;
	font-weight: bold;
}