.mycred-dlr-popup {
    background-color: #fff;
    width: fit-content;
    position: fixed;
    left: 0;
    right: 0;
    top: 35%;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    box-shadow: 0 0 20px 3px #dcdcdc;
}

.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;
    cursor: pointer;
}

.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;
}