.mycred-dlr-popup {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    left: 10%;
    top: 6%;
    background-color: #fff;
    text-align: center;
    padding: 10px;
}

.mycred-dlr-popup .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

.item {
    padding: 14px 20px;
}

#mycred-dlr-close-popup {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
}

.mycred-dlr-shortcode .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

.mycred-dlr-shortcode {
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    padding: 10px;
}