﻿/*#success-alert {
    position: fixed;
    z-index: 99999;
    bottom: 2%;
    right: 2%;
    width: 12%;
    background-color: rgb(149 238 88 / 0.95)
    
}
*/
.custom-alert.success-alert { position: fixed; display: flex; width: 50vw; height: 3.5rem; background: #9af5b1c9; left: 25%; z-index: 99999999; top: -4rem; border-radius: 5px; justify-content: center; align-items: center; box-shadow: 0px 0px 6px 1px #908d8d6e; transition: all 0.5s; }
.custom-alert.danger-alert { position: fixed; display: flex; width: 50vw; height: 3.5rem; background: #d00707d9;color:white; left: 25%; z-index: 99999999; top: -4rem; border-radius: 5px; justify-content: center; align-items: center; box-shadow: 0px 0px 6px 1px #908d8d6e; transition: all 0.5s; }
