.modal  {
    padding-right: 0px;
    background-color: rgba(4, 4, 4, 0.8); 
}
   
.modal-dialog {
    top: 10%;
    width: 100%;
    position: absolute;
}
        
.modal-content {
    border-radius: 0px;
    border: none;
    top: 40%;
}
.modal-success {
    background-color: #0f8845;
    color: white;
}

.modal-danger {
    background-color: #db0404;
    color: white;
}

.modal-text{
    text-align: center;
}