/**
 * CSS for Email Marketing System
 *
 * @auther Narinder Kumar <n88work@gmail.com>
 * @copyright  Broker IDX Sites Inc. 2009-2025
 */

#send_to_many_customers span.select2-selection,
#send_to_many_users span.select2-selection {
    height: auto !important;
}

.messaging-loading-area {
    text-align: center !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    z-index: 99999;
    border-radius: 10px;
}

.messaging-loading-area img {
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.view_message_system_wrap {
    margin: 10px;
    padding: 15px;
    float: left;
    width: 25%;
}

.view_message_system_wrap li {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    margin: 3px 2px !important;
    display: inline-block;
    padding: 5px;
}

.vertical_line {
    border-left: 2px solid #555;
    height: 500px;
    float: left;
}

.mass-email-wrap {
    padding-left: 25px;
}

.float-left {
    float: left;
}

.mass-email-25 {
    width: 25% !important;
}

.customform-data-container li textarea {
    height: 100px !important;
    resize: none;
}

.campaign-note {
    font-weight: bold;
    color: #f00;
    display: block;
}

.customer-dashboard-anchor .cke_contents {
    height: 250px !important;
}

.email-marketing-report-wrap.widget-edit-form {
    margin-bottom: 20px;
}

.email-marketing-report-wrap .display_inline_block {
    display: inline-block;
    vertical-align: top;
    border: none;
    margin-left: 10px;
}

.email-marketing-report-wrap li input[type="text"],
.email-marketing-report-wrap li select {
    width: 100% !important;
    height: 40px !important;
    color: #444;
    margin: 0px !important;
    max-width: 100%;
}

.email-marketing-report-wrap .email-sent-list ul {
    margin: auto;
    width: 90%;
}

.email-marketing-report-wrap .email-sent-list-head {
    font-size: 25px;
    text-align: center;
    margin: 10px 0px 25px 0px;
    font-weight: bold;
}

.email-marketing-report-wrap .email-sent-list .total {
    color: #36c;
}

.email-marketing-report-wrap .email-sent-list .bounced {
    color: #dc3912;
}
.email-marketing-report-wrap .email-sent-list .queued {
    color: #ff9900;
}

.email-marketing-report-wrap .email-sent-list .delivered {
    color: #109618;
}

.email-marketing-report-wrap .email-sent-list .opened {
    color: #990099;
}
.email-marketing-report-wrap .email-sent-list .clicked {
    color: #0099c6;
}

.email-marketing-report-wrap .requests {
    list-style: none;
    border-radius: 5px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.03);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.09);
    height: 97px;
    min-width: 138px;
    padding: 0 10px;
    position: relative;
    z-index: 5;
    margin: 6px !important;
}

.email-marketing-report-wrap .requests h1,
.email-marketing-report-wrap .requests h2 {
    font-weight: 600;
    color: #8c9392;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 7px 0;
    margin: 5px 15px 0;
    text-align: center;
}

.email-marketing-report-wrap .requests h1 {
    font-size: 15px;
    line-height: 1.2;
    border-bottom: 1px solid #8c9392;
}

.email-marketing-report-wrap .requests h2 {
    font-size: 11px;
    line-height: 13px;
    border-bottom: 1px solid #f7f7f7;
}

.email-marketing-report-wrap .single {
    font-size: 25px;
    line-height: 1.25;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}

.campaign_select_limit {
    width: 39px;
    padding: 0 2px !important;
}

.campaign_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 10px;
}

.campaign_step {
    background: #ededed;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    padding: 5px 5px 5px 10px;
    color: #000;
    height: auto;
    line-height: 26px;
    box-sizing: border-box;
    border-bottom: 1px solid #999;
    cursor: pointer;
    word-break: break-word;
}

.campaign_block:not(.active) {
    display: none;
}

.mass-email-group-form {
    margin-top: 15px;
}
