.mycred-popup-alert{position:fixed;bottom:-50%;left:50%;transform:translateX(-50%);z-index:9999;display:none;width:auto;max-width:90%;margin:0}.mpa-alert{border-radius:40px;background-color:#fff;box-shadow:0px 0px 12px #cccc;padding:10px 25px;display:flex;align-items:center}.mpa-alert .mpa-left,.mpa-alert .mpa-right{margin-top:5px}.mpa-avatar{width:40px;height:40px;border-radius:50%}.mpa-left{margin-right:20px}.mpa-description{color:gray;font-size:12px;margin-top:4px}.mpa-title{font-weight:700}.mpa-alert.dark_theme .mpa-description{color:#dadada}.mpa-alert.dark_theme{background-color:#313131;color:#fff}.mpa-alert.square{border-radius:6px}@media only screen and (max-width:425px){.mycred-popup-alert{max-width:calc(100% - 10px);left:0;right:0;margin:auto}.mpa-alert{margin:auto}}