.alertBox{
    position: fixed;
    z-index: 999;
    width: 100%;
    max-width: 280px;
    min-width: 260px;
    display: flex;
    align-items: center;
    overflow: hidden;
    bottom:40px;
    height:30px;
    left:40px;
    padding: 20px;
    background-color: #f44336;
    color: white;
}
.alertBox span{
    font-size: 15px;
    font-weight: 700;
}

.alertBox svg{
    color:white;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    height: 25px;
    width: 25px;
}