﻿.retail-promo .chatroom-scroll {
    background: #f8f8f8;
    border-radius: 20px 20px 0px 0px;
}

.retail-promo .customer-filter-text {
    background: #eee;
    outline: none;
    color: #333;
}

.retail-promo .placeholder-wrapper {
    background: #f8f8f8;
    border-radius: 10px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px;
}

.retail-promo .placeholder-list {
    position: absolute;
    width: 100%;
    padding: 10px;
}

    .retail-promo .placeholder-list .placeholder-title {
        font-weight: 600;
        letter-spacing: 1px;
    }

    .retail-promo .placeholder-list .placeholder-item {
        background: #eee;
        margin-bottom: 25px;
        border-radius: 15px;
        padding: 10px;
    }

    .retail-promo .placeholder-list .badge {
        margin: 10px 5px 5px;
    }

    .retail-promo .placeholder-list .placeholder-item textarea {
        margin: 10px 0px;
        width: 100%;
        background: #fafafa;
        outline: none;
        border: none;
        border-radius: 5px;
        height: 60px;
        padding: 8px;
    }

.retail-promo .placeholder-desc {
    font-size: 14px;
    color: #666;
    padding: 15px;
    font-weight: 600;
}

.retail-promo .form-group textarea.audience-search {
    font-size: 12px;
    height: 85px;
    background: #fafafa;
    border: none;
    outline: none;
    border-radius: 8px;
}

.filter-wrapper {
    padding: 15px;
    background: #fafafa;
    border-radius: 10px;
}

.filter-wrapper h2  {

}

.html-wrapper {
    width: 100%;
    height: 500px;
    overflow-y: auto;
    padding: 15px;
}