.btn-purple {
    background-color: rgb(4, 2, 94) !important;
    border-color: rgb(5, 4, 58) !important;
    color: #fff !important;
}

.btn-purple:hover {
    background-color: #38163f !important;
    border-color: #6a0080 !important;
    color: #fff !important;
}

.btn-rounded {
    border-radius: 20px !important;
}

/* Make modal the positioning parent */
.modal-content {
    position: relative;
}

/* Move close button to top-right */
.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999;
}

/* Style title */
.popup-title {
    color:  rgb(4, 2, 94);
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin-top: 25px;
}
