/* -----------------------------------------------------------------
    - Cooments
----------------------------------------------------------------- */
.section-comments {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.section-comments .title {
  margin-bottom: 70px;
}

@media only screen and (max-width: 580px) {
  .section-comments .title {
    margin-bottom: 30px;
  }
}

.section-comments .media {
  margin-top: 50px;
}

@media only screen and (max-width: 580px) {
  .section-comments .media {
    margin-top: 30px;
  }
}

.section-comments .media .col-avatar {
  border-radius: 50%;
  height: 64px;
  padding-left: 0;
  margin-top: 6px;
  margin-left: 30px;
  overflow: hidden;
  width: 64px;
}

@media screen and (max-width: 580px) {
  .section-comments .media .col-avatar {
    height: 42px;
    margin-left: 20px;
    width: 42px;
  }
}

.section-comments .media .col-avatar img {
  height: 64px;
  width: 64px;
  background: #8b8a96;
  padding: 5px;
  border: 1px solid #FFF;

}

@media screen and (max-width: 580px) {
  .section-comments .media .col-avatar img {
    height: 42px;
    width: 42px;
  }
}

.section-comments .media .media-header {
  margin-bottom: 14px;
}

@media only screen and (max-width: 580px) {
  .section-comments .media .media-header .media-heading {
    font-size: 1.143rem;
  }
}

.section-comments .media .media-header .data-comment {
  font-size: .86rem;
  opacity: .5;
}

.section-comments .media .media-header a {
  text-decoration: none;
}

.section-comments .media .media-header a:hover {
  /* color: #5328fe; */
}

.section-comments .media .media-body {
  font-weight: 300;
  line-height: 2;
}

.section-comments .media .media-body .media-footer {
  margin-top: 10px;
}

.section-comments .media .media-body .media-footer .reply {
  font-size: .86rem;
  font-weight: 500;
  letter-spacing: .2rem;
  opacity: .5;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.6s 0s cubic-bezier(0.7, 0, 0.3, 1);
}

.section-comments .media .media-body .media-footer .reply:hover {
  opacity: 1;
}

.section-comments .media .media-body .media-footer .reply i {
  padding-left: 8px;
}

.section-comments .comment-form {

  margin-top: 20px;
}

@media only screen and (max-width: 580px) {
  .section-comments .comment-form {
    margin-top: 40px;
  }
}

.section-comments .comment-form .btn {
  margin-top: 10px;
}

@media only screen and (max-width: 580px) {
  .section-comments .comment-form .btn {
    margin-top: 0;
  }
}

.section-comments .comment-form .btn-block {
  text-align: center;
}


.bbc_buttons span {
  display: inline-block;
  border: 1px solid #747381;
}

.bbc_buttons a {
  background-color: #454557;
  color: #FFFFFF;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
}

.bbc_buttons a:hover {
  background-color: #5128F7;
  color: #FFFFFF;
}


/* Input */
.section-comments input[type='text'],
.section-comments input[type='email'],
.section-comments input[type='password'],
.section-comments input[type='datetime'],
.section-comments input[type='date'],
.section-comments input[type='month'],
.section-comments input[type='time'],
.section-comments input[type='week'],
.section-comments input[type='search'],
.section-comments input[type='tel'],
.section-comments textarea,
.section-comments textarea.form-control,
.section-comments select.form-control,
.section-comments .nice-select,
.section-comments input[type='file'] {
  background-color: #111111;
  border: 1px solid #3B3B3B;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-weight: 300;
  height: 50px;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}



.section-comments .input-group-text {
  color: #fff;
  background-color: transparent;
  border: 1px solid #3B3B3B;
  border-right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: grid;
  padding: 0;
  width: 20% !important;
}

.section-comments .input-group-text img {
  max-width: 100%;
  margin: auto;
}

@media only screen and (max-width: 580px) {

  .section-comments input [type='text'],
  .section-comments input[type='email'],
  .section-comments input[type='password'],
  .section-comments input[type='datetime'],
  .section-comments input[type='date'],
  .section-comments input[type='month'],
  .section-comments input[type='time'],
  .section-comments input[type='week'],
  .section-comments input[type='search'],
  .section-comments input[type='tel'],
  .section-comments textarea,
  .section-comments textarea.form-control,
  .section-comments select.form-control .nice-select {
    font-size: .86rem;
    height: 46px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.section-comments input[type='text']:focus,
.section-comments input[type='email']:focus,
.section-comments input[type='password']:focus,
.section-comments input[type='datetime']:focus,
.section-comments input[type='date']:focus,
.section-comments input[type='month']:focus,
.section-comments input[type='time']:focus,
.section-comments input[type='week']:focus,
.section-comments input[type='search']:focus,
.section-comments input[type='tel']:focus,
.section-comments textarea:focus,
.section-comments textarea.form-control:focus,
.section-comments select.form-control:focus,
.section-comments .nice-select:focus {
  /* background-color: #111111;
  border-color: #fff;
  color: #9391CF; */
  box-shadow: none;
 
  outline: none;
}

input._big {
  font-size: .86rem;
  height: 76px;
}

@media only screen and (max-width: 580px) {
  input._big {
    height: 46px;
  }
}

.section-comments textarea,
.section-comments textarea.form-control {
  padding-top: 30px;
  padding-bottom: 30px;
  -ms-overflow-y: hidden !important;
  resize: none;
}

@media only screen and (max-width: 580px) {

  .section-comments textarea,
  .section-comments textarea.form-control {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.section-comments .form-group {
  margin-bottom: 40px;
  position: relative;
}

@media only screen and (max-width: 580px) {
  .section-comments .form-group {
    margin-bottom: 20px;
  }
}

.section-comments textarea,
.section-comments textarea.form-control {
  padding-top: 30px;
  padding-bottom: 30px;
  -ms-overflow-y: hidden !important;
  resize: none;
}

::placeholder,
.form-control::placeholder {
  color: #fff;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}

:focus::placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}

.section-comments .label {
  display: block;
  font-weight: 500;
  /* letter-spacing: .1rem; */
  padding-right: 30px;
  position: relative;
  text-transform: uppercase;
  transform: translateY(20px);
  transition: all 0.6s 0s cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 3;
  pointer-events: none;
  position: absolute;
}

@media only screen and (max-width: 580px) {
  .section-comments .label {
    padding-right: 15px;
    transform: translateY(10px);
  }
}

.is-completed .label {
  transform: translateY(-32px);
}

@media only screen and (max-width: 580px) {
  .is-completed .label {
    transform: translateY(-28px);
  }
}