.box2 {
  background-color: #111111;
  padding: 12px;
  margin-bottom: 12px;
  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: #333;
  color: #f0f0f0;
   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 #333;
  background-color: transparent;
  color: #f0f0f0;
}
.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 {
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
  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: -webkit-flex;
   display: -ms-flex;
   display: flex;
   background-color: #555;
   -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;
  color: #ccc;
}
.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 {
  color: #777;
  text-transform: uppercase;
  font-size: 11px;
}
.comment .meta .reply:hover {
  color: #fff;
}
.comment .meta .rate_like {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  column-gap: 6px;
}
.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: #0894D6;
}

.submit {
  height: 40px;
  width: 150px;
  border-radius: 4px;
  color: #fff;
  background: #0382CA;
  border: 0;
  cursor: pointer;
  font-size: 14px;
}
