span.tiny-desc{
    color: #000000;
    font-weight: lighter;
    font-size: small;
}
p.is-buyer{
  margin-right: 1rem;
    background-color: #1287171a;
    color: #2e7b32;
    font-weight: 500;
    padding: 0px 9px;
    font-size: 0.8rem;
    border-radius: 20px;
}
input.negative{
        height: 1.5rem;
        border: none;
      }
      input.negative:focus{
        height: 1.5rem;
        border: none;
        outline: none;
      }
      input.positive{
        height: 1.5rem;
        border: none;
      }
      input.positive:focus{
        height: 1.5rem;
        border: none;
        outline: none;
      }

      span.positives_negatives{
        display: flex;
      }
      span.positives_negatives i.delete_negative,
      span.positives_negatives i.delete_positive{
        margin-right: auto;
      }
      span.positives_negatives:has(i.delete_negative) div.mfpn span {
        color: red;
      }
      span.positives_negatives:has(i.delete_positive) div.mfpn span {
        color: #4caf50;
      }
      span.positives_negatives:has(i.delete_negative){
         
      }
      span.positives_negatives:has(i.delete_positive){
          
      }

      span.positives_negatives i.delete_positive,
      span.positives_negatives i.delete_negative{
            color: #818080;
            cursor: pointer;
      }
      .positive_add{
        color: #818080;
        cursor: pointer;
      }
      .negative_add{
        color: #818080;
        cursor: pointer;
      }

      .comment-author i.fa-star{
        color: #ffc74a !important;
    }
    div.mfpn{
        vertical-align: middle;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .f_ali_negative p{
        font-size: 0.9rem;
    }
    .f_ali_positive p{
        font-size: 0.9rem;
    }
    .f_ali_negative .mfpn span{
        font-size: 1rem;
        color: #d32f2f;
        text-align: center;
        display: inline-block;
    }
    .f_ali_positive .mfpn span{
        font-size: 1rem;
        color: #00a049;
        text-align: center;
        display: inline-block;
    }

.ali-comment-front-textarea{
  min-height: 5rem !important;
}

.ali_comment_submit_style,
.ali-comment-front-cancel{
  color: #fff !important;
}

.rate {
  text-align: center;
    height: 46px;
    display: block;
}
.rate:not(:checked) > input {
    position:absolute;
    display: none;
   /* top:-9999px; */
}
.rate:not(:checked) > label {
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:40px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #ffc300;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #ffc300;
}
.lds-dual-ring {
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #25b9d7 transparent #d72525 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ali_question_submit_style{
  color: #fff !important;
}

a[name=new-ali-comment]:active{
    user-select: none;
    background: #d9d9d9;
}
a[name=new-ali-comment]{
    user-select: none;
    text-align: center;
    width: 100%;
    background: #fff;
    padding: 9px 16px;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    font-weight: 700;
    border: 1px solid #23364b;
    color: #23364b;
    border-radius: 8px;
    width: 100%;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
div.new-ali-comment {
    padding: 1rem 0;
    color: #626262;
    font-weight: 300;
    font-size: .9rem;
}
div.agregrade {
    font-size: 2rem;
    font-family: "IRANSNum";
    font-weight: 700;
    display: inline-block;
}
div.agregradefrom {
    margin-right: 5px;
    font-family: "IRANSNum";
    display: inline-block;
}
div.agr-star {
    display: block;
    -webkit-user-select: none;
    user-select: none;
}
div.agr-star i {
    color: #ffc74a;
    margin-left: -4px;
}
div.agr-star span {
    color: #9b9b9b;
    font-size: .75rem;
    font-family: 'IRANSNum';
    margin-right: 8px;
}