.qcld_clr_like-dislike-wrap {
    display: inline-block;
    margin-bottom:20px;
}
.qcld_clr_common-wrap {
    display: inline-block;
    min-width: 50px;
}
.qcld_clr_common-wrap > a.qcld_clr_like-dislike-trigger, 
.qcld_clr_common-wrap > a.qcld_clr_like-extra-trigger {
    text-decoration: none;
    box-shadow: 0 0 0 !important;
    border-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.qcld_clr_count-wrap {
    margin-left: 5px;
}
.qcld_clr_share-wrap {
    display: inline-block;
    margin-left: 50px;
}
.qcld_clr_share-wrap a {
    box-shadow: 0 0 0 !important;
    margin: 0 10px;
    border:1px solid #fff;
}
a.qcld_clr_facebook {
    background: #3b5998 !important;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    padding: 5px 10px;
}
a.qcld_clr_twitter {
    background: #55acee !important;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    padding: 5px 7px;
}
a.qcld_clr_facebook:hover {
    background: #fff !important;
    color: #3b5998 !important;
    border: 1px solid;
}
a.qcld_clr_twitter:hover {
    background: #fff !important;
    color: #55acee !important;
    border: 1px solid;
}
.qcld_clr_like-dislike-wrap br{display:none;}
.qcld_clr_like-dislike-wrap p{display:none;}
.qcld_clr_like-dislike-wrap.qcld_clr_template-3 {
    margin-bottom: 20px;
}
.qcld_clr_like-dislike-wrap .qcld_clr_common-wrap {
    margin-right: 10px;
}
.qcld_clr_like-dislike-wrap.qcld_clr_custom img {
    max-width: 30px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.qcld_cat_links_wrap{
    display: block;
    margin-top: 15px;
}

.qcld_cat_links_wrap .qcld_cat_links_title{
    font-weight: bold;
}

body .qcld_clr_like-dislike-wrap {
    margin-bottom: 0px !important;
    margin-top: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 5px 2px 5px 3px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

body .qcld_clr_like-dislike-wrap  .qcld_clr_common-wrap {
    min-width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.qcld_clr_common-wrap-profile-info {
    position: relative;
    padding-right: 15px;
}

.qcld_clr_common-wrap-profile-info a{
    width: 30px;
    height: 30px;
    max-width:30px;
    max-height:30px;
    margin-right:-12px;
    margin-top: 3px;
    border-radius: 50% !important;
    background: #fff;
}

.qcld_clr_common-wrap-profile-info a img{
    border: 1px solid #ab78b3;
    width: 30px;
    height: auto;
    max-width: 30px !important;
    overflow: hidden;
    border-radius: 50% !important;
}

.qcld_clr_common-wrap{
    position: relative;
}

.qcld_dropdown_user_info{
    position: absolute;
    width:100px;
    height: auto;
    max-height: 250px;
    left:0;
    top:30px;
    display: none;
}

.qcld_clr_common-wrap:hover .qcld_dropdown_user_info{
    display: block;
    background: #222;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 4px;
}

.qcld_dropdown_user_info a{
    width: 100%;
    height: 30px;
    max-width: 100%;
    max-height: 30px;
    font-size: 10px;
    font-weight: bold;
    line-height: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.qcld_dropdown_user_info a img{
    border: 1px solid #ab78b3;
    width: 16px;
    height: auto;
    max-width: 16px !important;
    overflow: hidden;
    border-radius: 50% !important;
}

/* comment-view modal css */
.qcld-comment-view-custom-modal {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 60%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 30px;
    z-index: 999999;
}
.qcld-comment-view-custom-modal-dialog {
    max-width: 620px;
    width: 100%;
    border-radius: 0px;
    position: relative;
}
.qcld-comment-view-custom-modal-content {
    background: #ffffff;
    padding: 30px 30px;
    border-radius: 10px;
}
.qcld-comment-view-custom-close-modal {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background: #f56142;
    opacity: 1;
    color: #ffffff;
    border-radius: 100%;
    border: 2px solid #ffffff;
    z-index: 9;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
    padding: 0;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.qcld-comment-view-custom-modal {
    opacity: 0;
    visibility: hidden;
}
body.qcld-comment-view-custom-modal-open .qcld-comment-view-custom-modal {
    opacity: 1;
    visibility: visible;
}
.qcld-comment-view-custom-modal .qcld-comment-view-custom-modal-dialog {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
body.qcld-comment-view-custom-modal-open .qcld-comment-view-custom-modal .qcld-comment-view-custom-modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.qcld-comment-view-custom-modal,
body .qcld-comment-view-custom-modal,
body.qcld-comment-view-custom-modal-open .qcld-comment-view-custom-modal .qcld-comment-view-custom-modal-dialog,
body .qcld-comment-view-custom-modal .qcld-comment-view-custom-modal-dialog {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.qcld-comment-view-tabs {
  margin: 0 auto;
  max-width: 100%;
  font-size: 0;
}

.qcld-comment-view-tabs > input[type="radio"] {
  display: none;
}

.qcld-comment-view-tabs > div {
  display: none;
  /*border: 1px solid #e0e0e0;*/
  border-top: 1px solid #e0e0e0;
  padding: 10px 15px;
  font-size: 16px;
}

#qcld-comment-view-tab-btn-1:checked ~ #qcld-comment-view-tab-content-1,
#qcld-comment-view-tab-btn-2:checked ~ #qcld-comment-view-tab-content-2,
#qcld-comment-view-tab-btn-3:checked ~ #qcld-comment-view-tab-content-3,
#qcld-comment-view-tab-btn-4:checked ~ #qcld-comment-view-tab-content-4,
#qcld-comment-view-tab-btn-5:checked ~ #qcld-comment-view-tab-content-5,
#qcld-comment-view-tab-btn-6:checked ~ #qcld-comment-view-tab-content-6,
#qcld-comment-view-tab-btn-7:checked ~ #qcld-comment-view-tab-content-7,
#qcld-comment-view-tab-btn-8:checked ~ #qcld-comment-view-tab-content-8,
#qcld-comment-view-tab-btn-9:checked ~ #qcld-comment-view-tab-content-9,
#qcld-comment-view-tab-btn-10:checked ~ #qcld-comment-view-tab-content-10 {
  display: block;
}

.qcld-comment-view-tabs > label {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  padding: 4px 5px;
  font-size: 16px;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  cursor: pointer;
  position: relative;
  top: 1px;
  margin:0px 0px;
}

.qcld-comment-view-tabs > label:not(:first-of-type) {
  border-left: none;
}

.qcld-comment-view-tabs > input[type="radio"]:checked + label {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.qcld_comment_view_info a {
    width: 100%;
    height: 30px;
    max-width: 100%;
    max-height: 30px;
    font-size: 10px;
    font-weight: bold;
    line-height: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.qcld-comment-view-tabs label img{
    width: 20px;
    height: auto;
    max-width: 20px !important;
    overflow: hidden;
    border-radius: 50% !important;
    margin-right: 6px;
}
.qcld_comment_view_info a img {
    border: 1px solid #ab78b3;
    width: 16px;
    height: auto;
    max-width: 16px !important;
    overflow: hidden;
    border-radius: 50% !important;
    margin-right: 6px;
}

.qcld-comment-view-tabs h4 {
    margin-bottom:5px;
}

.qcld_clr_count-wrap {
    cursor: pointer;
}