
CNILalert

{bottom:0;position:fixed;text-align:left;
    width: 100%;color: #F4CE9D;z-index:999;background-color:#000000;
    height: 38px;
  }
@keyframes fadeAndScale {
    from {
        opacity: 0;
        transform: scale(.9, .9);
    }
    to {
        opacity: 1;
        transform: scale(1, 1);
    }
}


CNILalertM

{bottom:0;position:fixed;left: 0px;text-align:center;background-color:white;
    width: 100%;color: #0C0886;z-index:999;
    height: 55px;
  }
@keyframes fadeAndScale {
    from {
        opacity: 0;
        transform: scale(.9, .9);
    }
    to {
        opacity: 1;
        transform: scale(1, 1);
    }

}




/*









{background-color: rgba(0, 0, 255, 0.5);border:1px solid #E7E7E7;height:100px;position:fixed;right:0; margin-top:0em;width:100%;z-index:1;color:#51B4E6}

}



