.comment-reply{
  padding: 0px 10px 10px 12px;
}
.comment-reply > a {
    margin-right:10px;
    text-decoration:none;
}
.comments{
    color:#ffffffe3;
}
#comments-tpanel{
    display:none !important;
}
#comment-new-link{
      margin-bottom: 24px;
    display: inline-block;
}
.comment-list{
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
#comment-form{
    margin: 0px 0px 20px 0px;
}
#comment-editor{
    width:100% !important;
    height: 90px !important;
    background: #ffffff40 !important;
    color: #fff !important;
    border-radius:0px;
}
#comment-editor:focus { 
    outline: none !important;
}
.markItUpHeader {
    /*background: #ccc;*/
}
.ticket-comment:before {
  color: #ed143d;
  content: "└"; /* Добавляем в качестве маркера символ */
  float: left;
  margin-left: -17px;
}
.ticket-comment {
    margin-top: 8px !important;
    margin-bottom: 8px !important; 
}
.ticket-comment, .ticket-comment-row {
  
}
.ticket-comment-author {
    display: inline !important;
    margin-left: 5px !important;
}
.ticket-comment .ticket-avatar {
    max-width: 100px !important;
    max-height: 100px !important;
    width: 30px !important;
    border-radius: 9px;
    margin-bottom: 0px !important;
}
.ticket-comment-text {
  position: relative;
  z-index: 100;
  padding: 5px 10px 10px 12px;
}
.ticket-comment-bgcolor{
  background-color: #f5f5dc08;
}
.ticket-comment-new .ticket-comment-header {
    background-color: #a14a4a85!important;
}
.ticket-comment-header {
    padding: 10px 10px 6px 10px;
    text-align: left;
}
.first-letter::first-letter {
  text-transform: uppercase;
}
.ticket-comment-createdon {
    color: #cbb3b3 !important;
}
.ticket-comment-rating{
    position: absolute;
    right: 0px;
    background: #2d2d2d !important;
    padding: 10px;
    margin: -10px;
    border-radius: 0px 10px 0px 10px;
    min-width: 140px;
    height: 1000px;
}
.ticket-comment-body {
    background-color: #f5f5dc08;
    overflow:hidden;
    min-height: 65px;
}
.ticket-comment-body:hover{
    -box-shadow:10px 0px 10px 0px #ffe2a0;
}
.ticket-comment-new .ticket-comment-header {
  background-color: none;
}

.well{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    border: 0px;
    background-color: #f5f5f50d;
}

span.ticket-comment-link{
    display:none;
}
span.ticket-comment-up{
    display:none;
}
span.ticket-comment-down{
    display:none;
}
span.ticket-comment-star{
    display:none;
}

.ticket-comment-rating.inactive {
    color: #414141 !important;
}
.ticket-comment-rating {
    color: inherit !important;
    padding: 11px;
    margin: -11px;
    border-radius: 0px 10px 10px 0px;
    min-width: 50px;
    text-align: center;
}

.ticket-rating.active .vote.minus:hover, .ticket-rating.inactive .vote.minus.voted, .ticket-rating .rating.negative, .ticket-comment-rating.active .vote.minus:hover, .ticket-comment-rating.inactive .vote.minus.voted, .ticket-comment-rating .rating.negative {
    color: #ff8686 !important;
}
.ticket-rating.active .vote.plus:hover, .ticket-rating.inactive .vote.plus.voted, .ticket-rating .rating.positive, .ticket-comment-rating.active .vote.plus:hover, .ticket-comment-rating.inactive .vote.plus.voted, .ticket-comment-rating .rating.positive {
    color: #5eca5e !important;
}

@media all and (orientation:portrait) {
  .ticket-comment .ticket-avatar {
    margin-bottom: 0px !important;
  }
}

.form-actions{
    margin-top: 10px !important;
    padding-top: 0px !important;
    border-top: 0px !important;
}


#ticket-files-list {
    background: #565e68 !important;
}

.form-control_ {
    background: #565e68 !important;
    color:#fff;
}
/*сообщение о том что надо зарегистрироваться чтобы оставить комментарий*/
/*
.alert{ 
    background-color: #ffffff21;
    color: var(--blog-text-color);
    border: 1px solid transparent;
}
*/
