/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .uepc-button{
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    font-size: 13px;
    line-height: 2.15384615;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-radius: 3px;
    margin-top: 15px;
}
.channelNameWrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.error{
    color:red;
}

.universal-email-preference-status-text{
display: none;
}