.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}


.popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    height: auto;
    color: #666666 !important;
}

.popup-content h2 {
    margin-top: 0;
}

.popup-content p {
    margin-bottom: 20px;
}
.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.popup-icon {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.5em;
    color: #888;
}

.popup-icon:hover {
    color: #333;
}
.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.popup-icon {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.5em;
    color: #888;
}

.popup-icon:hover {
    color: #333;
}

.add-border div{
    border: 1px solid #eee !important;
}

.progress-container {
    width: 200px;
    height: 200px;
    position: relative;
  }
  
form#payment-form input {
    width: 100% !important;
    padding: 8px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc; 
    margin: 10px 0;
}
.form-row label {
    margin: 10px 0;
}
.donationCircularProgressDiv text {
    color: #666 !important;
}
 text {
    color: #666 !important;
}

.w-75 {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0 70px 0px;
}
i.fa.fa-check-circle{
    font-size: 100px;
    color: #2098d1;
    margin-bottom: 50px;
}
