.donation_pop_up_overlay{
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    background-color: rgba(255,255,255,.3);
    z-index: 34565768756;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.donation_pop_up_overlay .col-sm-4{
    background-color: #001234;
    position: relative;
    color: #FFFFFF !important;
    cursor: pointer;
}

.close_btn{
    position: absolute;
    right: -15px;
    top: -15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
    text-align: center !important;
    font-size: 20px;
    color: #FFFFFF !important;
    background-color: #001234;
}
#popup_donate{
    display: none;
}