.feedlist_button{
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}
.feedlist_button i{
    height: 40px;
    width: 40px;
    display: block;
    line-height: 36px;
    text-align: center;
    border-right: 1px solid #ccc;
    cursor: pointer;
}
.feedlist_button > i em {
    font-size: 20px;
    color: #999;
    vertical-align: middle;
}
.feedlist_category_modal{
    padding: 10px 0 !important;
    background-color: #E9EBEE;
}
.feedlist_category{
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 400px;
    overflow-y: scroll;
}
.feedlist_category li:first-child{
    margin: 10px 0;
}
.feedlist_category li{
    align-items: center;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    padding: 8px 12px;
}
.feedlist_category li:hover{
    background-color: #F0F1F3;
}
.feedlist_category li .feedlist_category_icon{
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    width: 24px;
    align-self: flex-start;
}
.feedlist_category li .feedlist_category_icon .material-icons{
    font-size: 21px;
}
.feedlist_category li .feedlist_category_content{
    margin-left: 14px;
    font-size: 14px;
    line-height: 20px;
}
.feedlist_content_modal{
    padding: 10px;
}
.feedlist_content_background{
    border-radius: 8px;
    overflow: hidden;
}
.feedlist_content_header{
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    min-height: 60px;
    display: flex;
    justify-content: flex-start;
    margin-left: 16px;
    padding: 12px 16px 12px 0;
    color: #FFFFFF;
    line-height: 19px;
}
.feedlist_content_header_icon{
    align-items: center;
    align-self: flex-start;
    color: #fff;
    display: flex;
    font-size: 24px;
    font-weight: bold;
    height: 36px;
    justify-content: center;
    line-height: 19px;
    width: 36px;
    min-width: 36px;
}
.feedlist_content_header_title{
    margin-left: 8px;
    word-wrap: break-word;
}
.feedlist_content_header_title, .feedlist_content_header input{
    width: 100%;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    color: #FFFFFF;
    font-weight: bold;
}
.feedlist_content_header input::placeholder{
    color: #DDDDDD;
}
.feedlist_item{
    list-style: none;
    padding: 0;
    margin: 0;
}
.feedlist_item li{
    display: flex;
    justify-content: flex-start;
    margin-left: 16px;
    padding: 12px 16px 12px 0;
}
.feedlist_item_style{
    align-items: center;
    align-self: flex-start;
    color: rgb(255, 255, 255);
    display: flex;
    font-size: 16px;
    font-weight: bold;
    height: 36px;
    justify-content: center;
    line-height: 19px;
    width: 36px;
    border-radius: 50%;
}
.feedlist_item_style_bullet:before {
    content: "\2022";
    font-size: 20px;
}
.feedlist_item_style_number{
    background-color: rgba(0, 0, 0, .3);
}
.feedlist_item_content{
    align-self: center;
    margin-left: 10px;
    width: 465px;
    color: #FFFFFF;
    word-wrap: break-word;
}
.feedlist_item_content input{
    width: 100%;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    color: #FFFFFF;
}
.feedlist_item_content input:focus{
    outline: none;
}
.feedlist_item_content input::placeholder{
    color: #DDDDDD;
}
.feedlist_item_remove{
    display: flex;
    align-items: center;
    align-self: flex-start;
    cursor: pointer;
    margin-left: 16px;
    width: 20px;
    opacity: 0.6;
    color: #FFFFFF;
}
.feedlist_item_remove i{
    font-size: 24px !important;
}
.feedlist_content_footer{
    background-color: rgba(0,0,0,.2);
    cursor: default;
    padding: 12px 16px;
    display: flex;
    justify-content: flex-start;
    transition: .2s background-color ease;
}
.feedlist_add{
    display: inherit;
    cursor: pointer;
}
.feedlist_add.feedlist_disable{
    cursor: none;
}
.feedlist_add_button{
    align-items: center;
    align-self: flex-start;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    height: 36px;
    justify-content: center;
    line-height: 19px;
    width: 36px;
}
.feedlist_add_title{
    align-self: center;
    margin-left: 10px;
    width: 362px;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
}
.feedlist_disable{
    opacity: 0.3;
}
.feedlist_option_wrapper{
    align-items: center;
    display: flex;
    width: 100%;
    margin-top: 10px;
}
.feedlist_option_wrapper .feedlist_options{
    /*align-items: center;*/
    display: flex;
}
.feedlist_option_wrapper .feedlist_options .feedlist_option_type{
    height: 24px;
    width: 24px;
    cursor: pointer;
    margin: 0 6px 0 0;
    display: block;
    color: #BEC2C9;
}
.feedlist_option_wrapper .feedlist_options .feedlist_option_type.feedlist_active{
    color: #4080FF;
}
.feedlist_option_wrapper .feedlist_options .feedlist_option_type i{
    font-size: 24px;
}
.feedlist_option_wrapper .feedlist_option_color{
    list-style: none;
    margin: 0;
    padding: 0;
}
.feedlist_option_wrapper .feedlist_option_color li{
    border: 3px solid #fff;
    margin: 0 3px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    display: inline-block;
    border-radius: 50%;
}
.feedlist_option_wrapper .feedlist_option_color li.feedlist_active{
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .8);
}
.feedlist_remove_list{
    color: #90949c;
    cursor: pointer;
    font-weight: bold;
    float: right;
    margin: 5px 0;
}
.feedlist_remove_list:after{
    clear: both;
    display: block;
    content: "";
}
#feedlistReview{
    margin-bottom: 25px;
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
    padding: 0 6px;
    margin: 0;
}
.feedlist_invisible_item{
    display: none !important;
}
@media (max-width: 767px){
    .feedlist_item_content{
        width: 76%;
    }
}
@media (max-width: 365px){
    .feedlist_item_content{
        width: 72%;
    }
}
@media (max-width: 320px){
    .feedlist_item_content{
        width: 67%;
    }
}