.box2 {
  padding: 10px;
  border-radius: 5px;
  background: rgba(255,255,255,0.75);
  box-shadow: 0 0 2px rgba(0,0,0,0.15);
  margin-bottom: 10px;
  box-sizing: border-box
}

.box2 h4 {
  margin-top: 0
}

.box2 .ui-form {
  padding-left: 0;
  margin-left: 0;
  list-style: none
}

.box2 .ui-form input[type=text], .box2 .ui-form input[type=email], .box2 .ui-form textarea {
  padding: 8px 12px;
  border: 0;
  background-color: #F9F9F9;
  border:1px solid #bbb;
  color: #333;
  margin-bottom: 0;
  width: 200px
}

.box2 .ui-form textarea {
  width: 100%;
  height: 150px
}

@media(max-width:575px) {
  .box2 .ui-form input[type=text], .box2 .ui-form input[type=email] {
    width: 100%
  }

  .box2 .combo_field {
    display: block !important;
    margin-right: 0 !important
  }
}

.box2 .form_submit input[type=text] {
  width: 160px;
  height: 80px;
  font-size: 20px;
  padding: 6px 12px;
  border: 0;
  border: 1px solid #bbb;
  background-color: #FBFBFB;
  color: #333
}

.gray-theme.fr-box.fr-basic .fr-element {
  background-color: #333;
  color: #f0f0f0
}

.box2 .form-group {
  margin-bottom: 10px
}

.box2 .form-group.combo {
  margin-bottom: 0
}

.box2 .combo_field {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px
}

.box2 .c-captcha {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 10px
}

.box2 .bbcodes {
  padding: 10px 20px
}

.comment {
    color: #333;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start
}

.comment-main {
  flex-grow: 1;
  flex-shrink: 1;
  margin-left: 10px
}

.comment-icon {
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex !important;
  background-color: #6DB0D5;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: #fff;
  font-family: ubuntu condensed, sans-serif;
  text-transform: uppercase
}

@media(max-width:459px) {
  .comment-icon {
    min-width: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50px
  }
}

.comment .com_user {
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin-bottom: 10px;
  font-size: .9em
}

.comment .com_user .grey {
  font-size: 11px;
  color: #999
}

.comment .meta ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center
}

.comment .com_content {
  margin-bottom: 8px;
}

.comment .title_quote, .comment .title_spoiler {
  background-color: transparent;
  color: #fff !important
}

.comment .quote {
  color: #333 !important
}

.comment .meta li {
  margin-right: 12px
}

.comment .meta a {
  color: inherit
}

.comment .meta .reply {
    margin-top:0;
  color: #777;
  text-transform: uppercase;
  font-size: 11px
}

.comment .meta .reply:hover {
  color: #333
}

.comment .meta .rate_like {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  column-gap: 6px;

}
.comment .meta .rate_like span {
    font-weight: 500;
}

.comment .name {
    color: #333;
}

.comment .meta .rate_like a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px
}

.comment .meta .rate_like a:hover {
  color: #333
}

.submit {
  height: 50px;
  width: 160px;
  color: #fff;
  background: #158AD2;
  border: 0;
  cursor: pointer;
border-radius:6px;
  font-size: 16px
}

.mass_comments_action {
  display: none !important;
}

.ratingzero {
  color: #5f6365;
}
