#mn-custom-Alert{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 10px;
    z-index: 9999;
    min-height: 150px;
}
#mn-close-Alert {
    background: #0073aa;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
#mn-alert-overaly{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}
.mn-description {
    font-size: 15px;
}
#submitUpdate.disabled {
  pointer-events: none;
}
@media only screen and (max-width: 680px){
 #mn-custom-Alert{
     width: 94%;
     
 }   
    

}