.top_like_post{
    color: white !important;
}
.img_user{
    display: block;
}
.all_heading{
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 2.5;
}

.topic_read {
    background-repeat: no-repeat;
}
li.row_bg{
    width: 100%;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.15);*/
    border-bottom: 1px solid #EAEAEA;
    clear: both;
    height: 60px;
    /* background-color: #E1EBF2; */
    background-color: #EBF1F8;
}
.row_bg:hover{
    background-color: #E1EBF2;
}
.like{
    /* float: left; */
    /*    width: 45px;
    height: 14px;*/
    /* margin-left: 1px; */
    /* margin-bottom: 4px; */
    /*    background-image: url('./images/mlike.png') !important;*/
    /* background-size: 41px 18px; */
    /* clear: both; */
    /* background-repeat: no-repeat; */
    color: #272522;
}

.button_like_back{
    /* display: inline-block; */
    /* margin-right:4px; */
    /* padding: 2px 8px; */
    /* font-size: 13px; */
    /* font-weight: 600; */
    /* font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica; */
    /* line-height: 1.4; */
    /* text-align: center; */
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 3px 3px 3px 3px;
    border-color: #DADADA;
    background-color: transparent; /* Old browsers */ /* FF3.6+ */
    background-image: -webkit-linear-gradient(top, transparent 0%, transparent 100%);
    background-image: linear-gradient(to bottom, transparent 0%,transparent 100%); /* W3C */
    border-radius: 4px;
}

.button_like_back:hover {
    text-decoration: none;
    outline: none;
}
.unlike {
    /* float: left; */
    /* width: 45px; */
    /* height: 14px; */
    /* margin-left: 1px; */
    /* margin-bottom: 4px; */
    /*    background-image: url('./images/dislike.png') !important;*/
    /* background-size: 41px 18px; */
    /* clear: both; */
    /* background-repeat: no-repeat; */
    color: #272522;
}
.not_avtar{
    float: left;
    width: 48px;
    height: 48px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom:  5px;
    background: url('./images/no_avatar.gif');
    background-repeat: no-repeat;
    background-size: 48px 48px;
    clear: both;
    margin-top: 5px;
}
.button_like_show{
    margin-left: 10px;
    /*float: right;*/
    margin-top: 5px;
      display: contents;
}
.color_limit{
    /*font-weight: bold;*/
    /*background-color: #DC0D17;*/
    /*background-image: linear-gradient(#FA3C45, #DC0D17);*/
    color:#060;
    min-height: 13px;
    /*padding: 1px 3px;*/
    /*text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);*/
    /*border-radius: 5px;*/
}
.unlike .color_limit{
    /*font-weight: bold;*/
    /*background-color: #DC0D17;*/
    /*background-image: linear-gradient(#FA3C45, #DC0D17);*/
    color:#111;
    min-height: 13px;
    /*padding: 1px 3px;*/
    /*text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);*/
    /*border-radius: 5px;*/
}
.show_all{
    width: 100%;
    height: 500px;
    overflow-y: scroll;
    list-style-type: none;

}
.title_show_all{
    /*background-color: #EBF1F8;*/
    /*border-bottom: 1px solid #E5E5E5;*/
    /*border-radius: 3px 3px 0px 0px;*/
    color: #272522;
    line-height: 19px;
    padding: 10px 12px; 
font-weight: 600;
font-size: 18px;
line-height: 27px;
}
.avatar-like > img{
    max-width: 80px;
    max-height: 80px;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 5px;

}
.phpbb_alert p {
    padding-bottom: 8px;
    margin: 0px 0px;
    
}
.avatar-like{

    float: left;

}
.show_user_block{
        display: block;
    text-decoration: none;
    width: 78%;
}
.name_user_like{
    margin-left: 120px;
}
.profile-posts_like{
    display: table-cell;
    vertical-align: top;
    width: 80%;
    overflow: hidden;
    /*height: 10px;*/
/*    border-top-width: 22px;
    border-top-style: solid;
    border-color: #EBF1F8;*/
}
.profile-posts_like:hover{
    border-color: #E1EBF2;
}
.unlike .fa-thumbs-up{
    color: #006600;
}
.button-secondary:focus,
.button-secondary:hover,
.button:focus .icon,
.button_like  .button:hover .icon {
    border-color: #006600;
}
.button_like .button:focus ,
.button_like .button:hover  {
    border-color: #006600;
}
.unlike > i.icon.far.fa-thumbs-up {
    color: #006600;
}
.like > i.icon.far.fa-thumbs-up {
    color: #8f8f8f;
}
 .alert_text .rightside{
        font-size: 12px;
        padding-right: 20px;
    }
@media (min-width: 700px){ 
    div#phpbb_alert.phpbb_alert {
        border: 1px solid transparent;
        display: none;
        left: 0;
        padding: 0 25px 20px 25px;
        position: fixed;
        right: 0;
        top: 10%;
        z-index: 50;
        width: 35vw;
        margin: 0 auto;
        border-radius: 8px;
    }
    
   

    .alert_close .icon.fa-times-circle{
        font-size: 29px;

    }
/*    .alert_close .icon.fa-times-circle:before{
        padding: 0;
        border-radius: 50%;
        width: 0;
        display: block;
        line-height: .9;
        height: 12px;
    }*/
/*    #phpbb_alert .alert_close {
        float: right;
        margin-right: -45px;
        margin-top: -3px;
    }*/
    }
  #phpbb_alert .alert_close {
        float: right;
        margin-right: -45px;
        margin-top: -3px;
    }

.alert_close .icon.fa-times-circle{
    font-size: 29px;

}
/*.alert_close .icon.fa-times-circle:before{
    padding: 0;
    border-radius: 50%;
    width: 0;
    display: block;
    line-height: .9;
    height: 12px;

}*/
.button_like .button{
    font-size: 14px;
    line-height: 1.7;
    height: 24px;
        padding: 2px 8px;
        width: 60px;
}   
.button_like_show a{
    font-style: normal;
font-weight: normal;
font-size: 14px;
    line-height: 2.5;
color: #555555;
    padding: 0 0.4em;
}
.phpbb_alert h3.alert_title {
    border-bottom-color: #0000;
        display: inline-flex;
}
.show_all.dropdown-nonscroll li.row_bg{
        background-color: #FFF;
        display: flex;
}
span.amont_like {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #555;
}
.list-follow .avatar-like > img {
    max-width: 80px !important;
    max-height: 80px  !important;
    margin-right: 15px  !important;
    margin-left: 15px  !important;
    margin-top: 10%  !important;
    object-fit: cover  !important;
}
.like-amount a{color: #555;}
.post-date span.like-amount a{
    color: #555 !important;
}
.button_like .button_like {
    margin-left: 1%;
}
.button_like_back .unlike img,.button_like_back .like img{margin-top:-0.35em;width: 16px;height: 16px;}
.button_like_back .unlike span,.button_like_back .like span{line-height: 2;}
.phpbb_alert h3.alert_title .alert_close_like .icon {   line-height: 3.4;}
.button_like_show [class^="name_like_show"] {
    padding: 0 0.5em;
}