.like-area, .dislike-area {
    display: inline-block;
}

.like_ico, .dislike_ico {
    display: flex;
    align-items: center;
}

.like-ico {
    background: url(../img/like.svg) no-repeat;
    background-size: cover;
    height: 24px;
    width: 24px;
    display: block;
    margin-right: 3px;
}

.dislike-ico {
    background: url(../img/like.svg) no-repeat;
    background-size: cover;
    height: 24px;
    width: 24px;
    display: block;
    margin-right: 3px;
    transform: rotate(-180deg);
}

.like-area *, .dislike-area * {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 14px;
    color: #fff;
}
.likecount, .dislikecount {
    color: #262626;
    margin-right: .44em;
    font-weight: normal;
    font-style: normal;
}
.likebtn-wrapper, .dislikebtn-wrapper {
    /*display: inline-block;
    margin: 0 0 0 .35em;
    position: relative;
    top: -2px;
    min-width: 3em;*/
}

.ld-loader {
    height: 20px;
    position: relative;
    top: -2px;
    width: 20px;
}

.svg_bottom_ico {
  
    border-radius: 3px;
    display: flex;
    justify-content: center;
    line-height: 1.53;
    margin: 0 .53em 0 0;
    padding: .55em .77em;
    transition: all .53s ease;
    vertical-align: middle;
    white-space: nowrap;
    background: rgb(118, 196, 2);
    color: #fff;
    width: 144px;

}

.dislike-area .svg_bottom_ico {
    background: #949494;
}

.svg_bottom_ico:hover {
    background:rgb(141, 231, 6);
    cursor: pointer;
    transition: all .53s ease;
}

.dislike-area .svg_bottom_ico:hover {
    background: #b9b9b9;
}

.svg {
    height: 24px;
    display: inline-block;
    left: -4px;
    width: 24px;
    vertical-align: middle;
    opacity: .62;
    position: relative;
    top: -2px;
    transition: all .53s ease;
}
.svg:hover {
    opacity: 1;
    transition: all .53s ease;
}

.info, .info-2, .info-3, .info-4, .info-5,
.info-6, .info-7, .info-8, .info-9, .info-10 {
    position: fixed;
    bottom: 2em;
    height: auto;
    left: 1em;
    overflow: hidden;
    text-align: center;
    width: auto;
    z-index: 8;
}


.info-message,
.info-message-dis, .info-message-dis-2,
.info-message-dis-3, .info-message-dis-4,
.info-message-dis-5, .info-message-dis-6,
.info-message-dis-7, .info-message-dis-8,
.info-message-dis-9, .info-message-dis-10 {
    background: #7968bc;
    color: #fff;
    display: block;
    padding: .62em 1em;
    border-radius: 4px;
}


.info-message:before,
.info-message-dis:before, .info-message-dis-2:before,
.info-message-dis-3:before, .info-message-dis-4:before,
.info-message-dis-5:before, .info-message-dis-6:before,
.info-message-dis-7:before, .info-message-dis-8:before,
.info-message-dis-9:before, .info-message-dis-10:before {
    background: rgba(0,137,0,.8);
    border: 1px solid;
    border-radius: 50%;
    content: "!";
    display: inline-block;
    height: 1.9em;
    margin: 0 1em 0 0;
    width: 2em;
}
.info-message-dis:before, .info-message-dis-2:before,
.info-message-dis-3:before, .info-message-dis-4:before,
.info-message-dis-5:before, .info-message-dis-6:before,
.info-message-dis-7:before, .info-message-dis-8:before,
.info-message-dis-9:before, .info-message-dis-10:before {
    background: indianred;
}

@media screen and (max-width: 580px) {
 
    .like-area, .dislike-area {
            margin-bottom: 8px;
    }
}
/* 
@media screen and (min-width: 580px) and ( max-width: 990px) {
    .like-area > .svg_bottom_ico, .dislike-area > .svg_bottom_ico {
            width: 125px;
    }
    .like-area, .dislike-area {
            margin-bottom: 4px;
    }
} */