.qc_clr_comment_filter_container{    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;}
.qc_clr_comment_row{    
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.qc_clr_comment_row label{display: inline-block;
    margin-right: 10px;}
.qc_clr_comment_row select{width: 170px;}
.clr_comment_like{display: inline-block;
    margin-right: 15px;}
.clr_comment_dislike{display: inline-block;}
.clr_comment_thumbs_wraper{}
.clr_comment_thumbs_wraper{
    margin: 20px 0px;
    display: block;
}
.clr_common{cursor:pointer}
.qc_clr_error{background: red;
    color: #fff;
    padding: 5px 13px;
    font-size: 14px;}
.comment-content{margin-bottom:10px}

.emojy-container{
    display: block;
    width: 45px;
    height: 45px;
    border: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(download12.gif);
    margin: 0 0 0 auto;
	margin-top: -45px;
}

.emojy-happy{
    background-position: 5% 10%;
}

.emojy-smile{
    background-position: 20% 10%;
}

.emojy-teaser{
    background-position: 35% 10%;
}

.emojy-hearteyes{
    background-position: 50% 10%;
}

.emojy-kissheart{
    background-position: 65% 10%;
}

.emojy-wistle{
    background-position: 80% 10%;
}

.emojy-kiss{
    background-position: 95% 10%;
}

.emojy-smile2{
    background-position: 5% 30%;
}

.emojy-teaser2{
    background-position: 20% 30%;
}

.emojy-celebrate{
    background-position: 35% 28.5%;
}

.emojy-joke{
    background-position: 50% 30%;
}

.emojy-lick{
    background-position: 65% 30%;
}

.emojy-funny{
    background-position: 80% 30%;
}

.emojy-surprised{
    background-position: 95% 30%;
}

.emojy-smile3{
    background-position: 5% 50%;
}

.emojy-disappointed{
    background-position: 20% 50%;
}

.emojy-disappointed2{
    background-position: 35% 50%;
}

.emojy-cry{
    background-position: 50% 50%;
}

.emojy-laught{
    background-position: 65% 50%;
}

.emojy-lol{
    background-position: 80% 50%;
}

.emojy-cry2{
    background-position: 95% 50%;
}

.emojy-anxious{
    background-position: 5% 70%;
}

.emojy-embarassed{
    background-position: 20% 70%;
}

.emojy-sorry{
    background-position: 35% 70%;
}

.emojy-tired{
    background-position: 50% 70%;
}

.emojy-surprised{
    background-position: 65% 70%;
}

.emojy-scared{
    background-position: 80% 70%;
}

.emojy-angry{
    background-position: 95% 70%;
}

.emojy-angry2{
    background-position: 5% 90%;
}

.emojy-funny2{
    background-position: 20% 90%;
}

.emojy-sleepy{
    background-position: 35% 90%;
}

.emojy-boss{
    background-position: 50% 90%;
}

.emojy-ko{
    background-position: 65% 90%;
}

.emojy-wow{
    background-position: 80% 90%;
}

.emojy-neutral{
    background-position: 95% 90%;
}




.qc_clr_comment_row label {
    float: left;
	line-height: 45px;
}
.Qccomment_section {
width: 13em;
margin: 0 0 0 auto;
  background: #f6f6f6;
  -moz-border-radius: 0.4em / 0.4em;
  -webkit-border-radius: 0.4em 0.4em;
  border-radius: 0.4em / 0.4em;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.Qccomment_section ul {
  padding:0px !important;
  margin: 0px 0px 0px 0px;
}


.Qccomment_section .glyphicon-menu-hamburger {
  padding: .8em 1em;
  color: white;
  border-radius: 0 .4em .4em 0;
  float: right;
  top: 0;
}

.Qccomment_section .qc_clr__drop {
  position: relative;
  font-size: 1em;
  cursor: pointer;
  list-style:none;
}
.Qccomment_section .qc_clr__drop a {
  font-weight: 400;
  line-height: 2.5em;
  padding: 0 1em;
  color: #4d4d4d;
  text-decoration: none;
}

.Qccomment_section .qc_clr__triangle {
  width: 0;
  height: 0;
  position: absolute;
  border-left: .4em solid transparent;
  border-right: .4em solid transparent;
  border-top: .4em solid #FFB135;
  left: 89.5%;
  margin-left: -.4em;
  opacity: 0;
}

.Qccomment_section .qc_clr__dropdownContain {
  width: 13em;
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -6.5em;
  /* half of width */
  top: -300px;
}

.Qccomment_section .qc_clr__dropOut {
  width: 13em;
  background: #f6f6f6;
  float: left;
  position: relative;
  margin-top: 0;
  opacity: 0;
  -moz-border-radius: 0.4em / 0.4em;
  -webkit-border-radius: 0.4em 0.4em;
  border-radius: 0.4em / 0.4em;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.75);
  overflow: hidden;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.Qccomment_section .qc_clr__dropOut ul {
  padding: .3em 0;
  margin: 0;
}

.Qccomment_section .qc_clr__dropOut li {
  text-align: left;
  width: 100%;
  padding: 0.6em 12px;
  color: gray;
  border-left: 3px solid #f7f7f7;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.Qccomment_section .qc_clr__dropOut li span {
  color: #cccccc;
  margin: 0 1.5em 0 .8em;
}
.Qccomment_section .qc_clr__dropOut li:hover {
  border-color: #ffc568;
  color: #4d4d4d;
  background: #ededed;
}

.Qccomment_section .qc_clr__dropOut li.active {
  border-color: #ffc568;
  color: #4d4d4d;
  background: #ededed;
}

.Qccomment_section .qc_clr__dropOut li:hover span {
  color: gray;
}

.Qccomment_section ul li:hover .qc_clr__triangle {
  opacity: 1;
}

.Qccomment_section ul li:hover .qc_clr__dropdownContain {
  top: 33px;
}

.Qccomment_section ul li:hover .qc_clr__dropOut {
  opacity: 1;
  margin-top: 20px;
}

.Qccomment_section .qc_clr__orange-txt {
  background-color: #ffc15e;
  background-image: -o-linear-gradient(bottom, #ffb135 0%, #ffc15e 100%);
  background-image: -moz-linear-gradient(bottom, #ffb135 0%, #ffc15e 100%);
  background-image: -webkit-linear-gradient(bottom, #ffb135 0%, #ffc15e 100%);
  background-image: -ms-linear-gradient(bottom, #ffb135 0%, #ffc15e 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #ffb135), color-stop(100%, #ffc15e));
  background-image: linear, bottom, #ffb135 0%, #ffc15e 100%;
      margin: 0;
    display: inline;
	    line-height: 9px;
}
.Qccomment_section .qc_clr__orange-txt:hover {
  background: #ffb135;
}
.comment-content a{
	box-shadow: unset !important;
    border-bottom: 1px dotted;
}

input.qcld-clr-subscribe {
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  display: inline-block !important;
  width: 15px !important;
}



a.qc_clr_polls_comment_btn,
button.qc_clr_mention_comment_btn,
button.qcld_clr_delete_comments,
button.qcld_clr_spam_comments {
    background: #4f29f8 !important;
    border: none;
    padding: 5px 20px;
    border-radius: 3px;
    line-height: 18px;
    box-shadow: 1px 1px 4px #787878;
    color:#fff;
    cursor:pointer;
    margin: 5px 5px 5px 0px;
}

a.qc_clr_polls_comment_btn:hover,
button.qc_clr_mention_comment_btn:hover,
button.qcld_clr_delete_comments:hover,
button.qcld_clr_spam_comments:hover {
    background: #222 !important;
}


.clr_polls_comment_wraper {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

a.qc_clr_polls_comment_btn {
    background: #f59e0b !important;
    border: none;
    padding: 5px 15px;
    border-radius: 3px;
    line-height: 18px;
    box-shadow: 1px 1px 4px #787878;
    color:#fff;
    cursor:pointer;
    margin: 15px 5px 5px 0px;
}
button.qc_clr_polls_comment_btn:hover {
    background: #b07005 !important;
}


/* comment like dislike filter */


.qc_clr_comment_section {
  width: 13em;
  background: #f6f6f6;
  -moz-border-radius: 0.4em / 0.4em;
  -webkit-border-radius: 0.4em 0.4em;
  border-radius: 0.4em / 0.4em;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.qc_clr_comment_section ul {
  padding:0px !important;
  margin: 0px 0px;
}


.qc_clr_comment_section .glyphicon-menu-hamburger {
  padding: .8em 1em;
  color: white;
  border-radius: 0 .4em .4em 0;
  float: right;
  top: 0;
}

.qc_clr_comment_section .qc_clr_comment_drop {
  position: relative;
  font-size: 1em;
  cursor: pointer;
  list-style:none;
}
.qc_clr_comment_section .qc_clr_comment_drop a {
  font-weight: 400;
  line-height: 2.5em;
  padding: 0 1em;
  color: #4d4d4d;
  text-decoration: none;
}

.qc_clr_comment_section .qc_clr_comment_triangle {
  width: 0;
  height: 0;
  position: absolute;
  border-left: .4em solid transparent;
  border-right: .4em solid transparent;
  border-top: .4em solid #FFB135;
  left: 89.5%;
  margin-left: -.4em;
  opacity: 0;
}

.qc_clr_comment_section .qc_clr_comment_dropdownContain {
  width: 13em;
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -6.5em;
  /* half of width */
  top: -300px;
}

.qc_clr_comment_section .qc_clr_comment_dropOut {
  width: 13em;
  background: #f6f6f6;
  float: left;
  position: relative;
  margin-top: 0;
  opacity: 0;
  -moz-border-radius: 0.4em / 0.4em;
  -webkit-border-radius: 0.4em 0.4em;
  border-radius: 0.4em / 0.4em;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.75);
  overflow: hidden;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.qc_clr_comment_section .qc_clr_comment_dropOut ul {
  padding: .3em 0;
  margin: 0;
}

.qc_clr_comment_section .qc_clr_comment_dropOut li {
  text-align: left;
  width: 100%;
  padding: 0.6em 12px;
  color: gray;
  border-left: 3px solid #f7f7f7;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.qc_clr_comment_section .qc_clr_comment_dropOut li span {
  color: #cccccc;
  margin: 0 1.5em 0 .8em;
}
.qc_clr_comment_section .qc_clr_comment_dropOut li:hover {
  border-color: #ffc568;
  color: #4d4d4d;
  background: #ededed;
}

.qc_clr_comment_section .qc_clr_comment_dropOut li.active {
  border-color: #ffc568;
  color: #4d4d4d;
  background: #ededed;
}

.qc_clr_comment_section .qc_clr_comment_dropOut li:hover span {
  color: gray;
}

.qc_clr_comment_section ul li:hover .qc_clr_comment_triangle {
  opacity: 1;
}

.qc_clr_comment_section ul li:hover .qc_clr_comment_dropdownContain {
  top: 33px;
}

.qc_clr_comment_section ul li:hover .qc_clr_comment_dropOut {
  opacity: 1;
  margin-top: 20px;
}

.qc_clr_comment_section .qc_clr_comment_orange-txt {
  background-color: #ffc15e;
  background-image: -o-linear-gradient(bottom, #ffb135 0%, #ffc15e 100%);
  background-image: -moz-linear-gradient(bottom, #ffb135 0%, #ffc15e 100%);
  background-image: -webkit-linear-gradient(bottom, #ffb135 0%, #ffc15e 100%);
  background-image: -ms-linear-gradient(bottom, #ffb135 0%, #ffc15e 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #ffb135), color-stop(100%, #ffc15e));
  background-image: linear, bottom, #ffb135 0%, #ffc15e 100%;
      margin: 0;
    display: inline;
      line-height: 9px;
}
.qc_clr_comment_section .qc_clr_comment_orange-txt:hover {
  background: #ffb135;
}
.comment-content a{
  box-shadow: unset !important;
    border-bottom: 1px dotted;
}

button.qc_clr_pin_comment_btn{
    padding: 3px 5px;
    margin: 0px 0px;
    display: none;
    line-height: 16px;
}
/*button.qc_clr_mention_comment_btn {
    padding: 3px 5px;
    margin: 0px 0px;
    line-height: 16px;
}*/

.qc-clr-comment-mention-wrap {
    font-weight: normal;
    border-left: 6px solid #64B5F4;
    padding-left: 5px;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 15px 15px;
    -webkit-transition: border-radius linear .2s,padding linear .2s,background-color linear .2s;
    transition: border-radius linear .2s,padding linear .2s,background-color linear .2s;
    margin-top: 10px;
    margin-bottom: 10px;
}

a.qc-clr-comment-auth {
  display: block;
}

.commentShow, .commenthide{
  font-weight: bold;
  cursor: pointer;
  margin-top:8px;
}
.commentShow .fa-reply-all{
  transform: rotate(180deg);
}





.clr-comment-wrapper-wrap.style-1 .comment_area {
  background: #f0f2f5;
  border-radius: 6px;
  padding: 15px 15px;
}
.clr-comment-wrapper-wrap.style-1 .comment_area .comment-reply-link {
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  border: none;
  color: #222;
  font-weight: bold;
  font-size: 13px;
}

.clr-comment-wrapper-wrap.style-1 .comment-body {
  padding: 0 0 0 100px;
}
.clr-comment-wrapper-wrap.style-1 .clr_comment_thumbs_wraper {
  position: absolute;
  bottom: 8px;
  left: 185px;
}
.clr-comment-wrapper-wrap.style-1 .comment-reply-link:hover:after {
  opacity: 0;
  margin-left: 0;
}
.clr-comment-wrapper-wrap.style-1 .comment-reply-link:hover {
  background: rgb(0 0 0 / 0%);
}
.clr-comment-wrapper-wrap.style-1 .comment_area .comment-reply-link {
  padding: 0.3em 1em;
}
.clr-comment-wrapper-wrap.style-1 .clr_pin_comment_wraper {
  padding: 15px 0 0 0;
}
.clr-comment-wrapper-wrap.style-1 .clr_pin_comment_wraper .clr_pin_comment_wraper {
  padding: 10px 0 10px 0;
}
.clr-comment-wrapper-wrap.style-1 .emojy-container {
  margin: 0 0 0 auto;
  margin-top: 0;
  position: absolute;
  right: -48px;
}

.clr-comment-wrapper-wrap.style-1 a.qc_clr_polls_comment_btn, 
.clr-comment-wrapper-wrap.style-1 button.qc_clr_mention_comment_btn, 
.clr-comment-wrapper-wrap.style-1 button.qcld_clr_delete_comments, 
.clr-comment-wrapper-wrap.style-1 button.qcld_clr_spam_comments {
  background: #fff !important;
  border: none;
  padding: 5px 20px;
  border-radius: 3px;
  line-height: 18px;
  box-shadow: 1px 1px 4px #78787824;
  color: #212121;
  cursor: pointer;
  margin: 5px 5px 5px 0px;
}
.clr-comment-wrapper-wrap.style-1 a.qc_clr_polls_comment_btn:hover, 
.clr-comment-wrapper-wrap.style-1 button.qc_clr_mention_comment_btn:hover, 
.clr-comment-wrapper-wrap.style-1 button.qcld_clr_delete_comments:hover, 
.clr-comment-wrapper-wrap.style-1 button.qcld_clr_spam_comments:hover {
  background: #2ea3f2 !important;
  color: #fff;

}
.clr-comment-wrapper-wrap.style-1 div#respond {
  background: #f0f2f5;
  padding: 20px 20px;
  border-radius: 6px;
  margin-bottom: 20px !important;
  position: relative;
}
.clr-comment-wrapper-wrap.style-1 .form-submit .submit {
  display: inline-block;
  cursor: pointer;
  background: #486274;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.clr-comment-wrapper-wrap.style-1 .form-submit .submit:hover {
  background: #2ea3f2;
  color: #fff;
}
.clr-comment-wrapper-wrap.style-1 textarea#comment {
  background: #fbfbfb !important;
  border: none;
  padding: 5px 20px;
  border-radius: 3px;
  line-height: 18px;
  box-shadow: 1px 1px 4px #78787824;
}
.clr-comment-wrapper-wrap.style-1 h3#reply-title {
  font-size: 20px;
  font-weight: bold;
  background: #fdfdfd !important;
  padding: 12px;
  border-radius: 6px;
  margin: 0 0 15px 0;
  border: 1px solid #fff;
}
.clr-comment-wrapper-wrap.style-1 a#cancel-comment-reply-link {
  color: #fff;
  padding: 6px 15px;
  background: #486274;
  text-align: center;
  display: inline;
  border-radius: 6px;
  font-weight: normal;
  font-size: 14px;
  float: right;
  line-height: 20px;
  margin: 0px 0 0 0;
  position: absolute;
  right: 1px;
  top: 1px;
}
.clr-comment-wrapper-wrap.style-1 #reply-title small {
  display: inline;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 0 0;
}
.clr-comment-wrapper-wrap.style-1 p.logged-in-as {
  text-align: center;
}

.clr_box_comment_wraper {

}

.clr_box_comment_wraper {
    position: absolute;
    top: 0;
    right: 0px;
}

.clr_box_comment_wraper .clr_pin_comment_wraper {
  display: none;
  position: absolute;
  right: 5px;
  background: #f0f0f0;
  padding: 8px;
  border-radius: 4px;
  /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
  box-shadow: 1px 3px 5px rgba(0,0,0,0.3);
  border: 1px solid #eee;
  width: 150px;
}

.comments-area .comment .comment-body,
.comments-area .comment article{
  position: relative;
}

.clr_box_comment_wraper span.mdi.mdi-dots-horizontal {
  font-size: 30px;
  color:#939597;
  cursor: pointer;
  padding: 5px;
}

.clr_box_comment_wraper a.qc_clr_polls_comment_btn,
.clr_box_comment_wraper button.qc_clr_mention_comment_btn,
.clr_box_comment_wraper button.qcld_clr_delete_comments,
.clr_box_comment_wraper button.qcld_clr_spam_comments {
  padding: 5px 5px;
  width: 100%;
  font-size:14px;
  display: block;
}


.clr_pin_comment_wraper_box {
    padding: 5px 5px;
    width: 100%;
    font-size: 14px;
    background: #4f29f8 !important;
    border: none;
    border-radius: 3px;
    line-height: 18px;
    box-shadow: 1px 1px 4px #787878;
    color: #fff;
    cursor: pointer;
    margin: 5px 5px 5px 0px;
}



.clr-comment-button-wrapper{
  position: relative;
  clear: both;
}

.clr-comment-button-wrapper .submit.button{
  position: relative;
  width: 100px;
}
.clr-comment-button-wrapper .fas.fa-paper-plane{
  position: absolute;
  left: 40%;
  top: 10px;
  color: #fff;
  cursor: pointer;
}

.clr-comment-wrapper-wrap.style-1 .form-submit .submit {
  min-width: 80px;
}


/* Base style for the loader (hidden by default) */
.clr-comment-loader {
  display: none; /* Hide loader by default */
  width: 20px;
  height: 20px;
  border: 4px solid rgba(255, 255, 255, 0.3); /* Light border */
  border-top-color: white; /* Colored part for spinning */
  border-radius: 50%;
  animation: spin 1s linear infinite; /* Apply the spin animation */
}

/* Styles for the loading state */
.clr-comment-loader.loading {
  opacity: 1; /* Hide the button text */
}
.clr-comment-loader.loading  {
  display: inline-block; /* Show the loader */
  margin: 0 5px;
}
.clr-comment-loader.loading {
  pointer-events: none; /* Disable button to prevent multiple clicks */
  background-color: #0056b3;
}

.widget_wc_purchase_orders_widget h2{
  font-size: 18px !important;
}
.widget_wc_purchase_orders_widget ul li p{
  margin-bottom: 0px !important;
  margin-left: 15px !important;
  font-size: 10px;
}



/* Container for the formatting buttons */
.formattingButtons {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    flex-wrap: wrap; /* Allows buttons to wrap to the next line on smaller screens */
}

/* Base style for all buttons within the container */
.formattingButtons button {
    background-color: #ab78b3;
    border: 1px solid #8a4d9e;
    padding: 0px 15px;
    margin: 5px 0px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    border-radius: 4px;
    transition: background-color 0.2s, border-color 0.2s;
    font-family: sans-serif;
    color: #fff;
}

/* Hover state for buttons */
.formattingButtons button:hover {
    background-color: #8a4d9e;
    border-color: #ab78b3;
}

/* Active (pressed) state for buttons */
.formattingButtons button:active {
    background-color: #8a4d9e;
    border-color: #ab78b3;
}

/* Style for specific buttons based on their content or data attribute */
.formattingButtons button[data-tag="b"] b {
    font-weight: bold;
}

.formattingButtons button[data-tag="i"] i {
    font-style: italic;
}

.formattingButtons button[data-tag="u"] u {
    text-decoration: underline;
}

.formattingButtons button[data-tag="h3"] h3 {
    font-size: 14px;
    margin: 0px 0px !important;
    margin-bottom:0px !important;
    font-weight: bold;
}

.comment-label-badge {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 12px;
    margin-left: 8px;
    line-height: 1;
    text-transform: uppercase;
}



.qcld-editor-container {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.qcld-toolbar {
    display: flex;
    gap: 10px;
    padding: 8px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
}
.qcld-button-group {
    display: flex;
    gap: 5px;
}
.qcld-toolbar button {
    background-color: #D6DBDF;
    border: 1px solid #ccc;
    padding: 6px 10px;
    cursor: pointer;
    border-radius: 4px;
}
.qcld-toolbar button:hover {
    background-color: #e0e0e0;
}
.qcld-toolbar button.active {
    background-color: #d0d0d0;
    border-color: #666;
}
.qcld-custom-editor {
    min-height: 150px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
    outline: none;
    background: #fff;
}


.comment-form-comment #comment{
  display: none !important;
}

/* Keyframes for the spinner animation */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.comment-form-similar-product .qcld_boost_with_ai_btn img{
  height: 30px;
}

@media screen and (max-width: 580px) {

  .qcld-toolbar button {
      background-color: #D6DBDF;
      border: 1px solid #ccc;
      padding: 3px 3px;
      cursor: pointer;
      border-radius: 4px;
  }

  body .comment-form p.comment-form-attachment {
      max-width: 80px;
  }

  body .comment-label-badge {
      padding: 4px 5px;
    }

    body .label-selection-container {
      width: 85PX;
  }

  .qc_clr_comment_section .qc_clr_comment_drop {
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .qc_clr_comment_section .qc_clr_comment_drop a {
      line-height: 1;
      font-size: 12px;
  }

  .qc_clr_comment_row .comment-search-box input {
    width: 100%;
  }



}