.mt-0{
    margin-top: 0 !important;
}
.mb-0{
    margin-bottom: 0 !important;
}
.mpg-payment-button{
    border: 0;
    border-radius: 3px;
    -webkit-transition: .2s;
    transition: .2s;
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.09), 0 1px 5px 0 rgba(0, 0, 0, 0.14);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 42px;
    height: 40px;
    padding: 0 24px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: bold;
    background: #528ff0;
    color: #fff;
    cursor: pointer;
    float: right;
}
.is-invalid{
    border: 2px solid #FF0000 !important;
    box-shadow: none !important;
}
.mpg-mark-as-read-btn{
    background: none;
    border: none;
    font-size: 12px;
    padding-left: 0;
    color: #4150d0;
}