.modal{
    z-index: 9999;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff91;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    backdrop-filter: blur(3px); 
}
.modal-header,.modal-body,.modal-footer{
    border: 0px; 
}
.modal-title{
    color: black;
    font-weight: 500;
}
.modalbutton{
    padding: 5px 10px;
    background-image: linear-gradient(to bottom, #2c5160, #327883, #45a29e);
    color: #fff;
}
.modal p,.modal span{
    color: black;
    background-color: transparent;
}
.modal a{
    color: #45a29e;
    background-color: transparent;
}
.modal a:hover{
    color: red;
}
.modal img{
    width: 100%;
}
.modal h1,.modal h2,.modal h3,.modal h4,.modal h5,.modal h6{
    color: black;
    background-color: transparent;
}
