
.fade.team-member-donation-model.in {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.team-member-donation-model__dialog {
    max-width: 500px;
    width: 100%;
}

.team-member-donation-model__dialog-body {
    max-height: 530px;
    padding: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.team-member-donation-model__btn-close {
    align-self: end;
    cursor: pointer;
}

.team-member-donation-model__share-box {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    background: #EEEDF2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-member-donation-model__title {
    color: #1E0A3B;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    padding-top: 33px;
    padding-bottom: 20px;
}

.team-member-donation-model__footer {
    margin-top: 46px;
}

.team-member-donation-model__continue-btn {
    margin-top: 10px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    width: 144px;
    height: 36px;
    border-radius: 18px;
    background: var(--primary-color);
    justify-content: center;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.team-member-donation-model__continue-btn:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #FFF;
}

.team-member-donation-model__team {
    width: 90%;
}

.backdrop-model .modal-backdrop.fade.in {
    display: block;
    overflow: hidden;
}

.backdrop-model .modal-backdrop {
    z-index: 1;
}

.backdrop-model .modal-backdrop.in {
    opacity: 0.3;
}

.backdrop-model .modal-dialog {
    z-index: 999;
}