/*  Alert popup  */

.info-popup .info-popup-bottom{
    position: fixed;
    opacity: 0.95!important;
    right: 15px;
    width: 500px;
    z-index: 1003;
}

.info-popup{
    top: 175px;
}

.info-popup-bottom{
    bottom: 50px;
}