
.comment-form {
  padding: 10px 0;
}

.comment-form h2 {
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 32px;
}

.comment-form__body {
  border-top: 1px solid #dddfe2;
  border-bottom: 1px solid #dddfe2;
  margin: 8px 0;
  padding-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.comment-form__body > img {
  left: 0;
  width: 36px;
  margin-right: 8px;
}

.comment-form__body textarea {
  -webkit-box-flex: 99999999;
  -ms-flex: 99999999;
  flex: 99999999;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #dddfe2;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.07);
  margin-left: 0;
  padding: 8px;
  /* font-family: Arial; */
}

.comment-form__body button:disabled {
  border-color: #bec3c9;
  background-color: #fff;
  color: #4b4f56;
}

.comment-form__body button {
  height: 38px;
  margin: 1px 0 0 8px;
  background-color: #4080ff;
  background-image: none;
  border: 1px solid #8d949e;
  border-radius: 2px;
  text-shadow: none;
  color: #fff;
  /* font-family: Arial; */
  outline: 0;
  -webkit-appearance: button;
  cursor: pointer;
}

.comment-form__icons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0 20px 20px;
}

.comment-form__icons img {
  width: 20px;
  margin-right: 15px;
}

.comment__list {
  max-width: 680px;
}

.comment__list img {
  display: block;
  width: 100%;
 max-width: 400px;
}

.comment__list {
  padding-left: 0;
}

.comment__list ul {
  padding-left: 0;
}

.comment__list li {
  list-style-type: none;
}

.has-answer {
  position: relative;
}

.has-answer::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 15px;
  width: 28px;
  height: calc(100% - 6px);
  border: 2px solid #ebedf0;
  border-top: unset;
  border-right: unset;
  border-radius: 0 0 0 10px;
}

.comment__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 6px;
  background: #d8dce6;
}

.comment__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.comment__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.comment__content {
  max-width: calc(100% - 42px);
  background-color: #ebedf0;
  border-radius: 18px;
  line-height: 16px;
  margin-top: 0;
  min-width: 0;
  padding: 6px 12px 7px 12px;
  position: relative;
}

.comment__name {
  font-size: 1rem;
  line-height: 14px;
  padding: 0 0 4px 0;
  color: #576b95;
  cursor: pointer;
}

.comment__text {
  font-size: 14px;
  padding-right: 5px;
  overflow-wrap: anywhere;
  line-height: 16px;
}

.comment__text img {
  width: 100%;
  padding: 5px 5px 5px 0;
}

.comment__actions {
  position: absolute;
  right: 50px;
  bottom: -15px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 3px 0 #dadde1;
  box-shadow: 1px 1px 3px 0 #dadde1;
  font-weight: 400;
  height: 20px;
  color: #8d949e;
  font-size: 11px;
  padding-right: 6px;
  padding-bottom: 4px;
  z-index: 2;
}

.comment__actions span {
  display: flex;
  align-items: center;
  margin-right: -6px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  padding: 2px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
}

.comment__actions div {
  line-height: 1;
  padding-left: 6px;
}

.comment__time {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 54px;
  color: #8d949e;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  margin: 0;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.comment__time span {
  padding: 0 4px;
}

.comment__item {
  position: relative;
}

.comment__item > ul {
  padding-left: 46px;
}

.comment__item .comment__item .comment__content {
  max-width: calc(100% - 42px);
}

.comment__item .comment__item .comment__time {
  padding-left: 40px;
}

@media (max-width: 480px) {
  .comment__time {
    row-gap: 3px;
  }
}


.fb--container form {
  margin: 0;
  padding: 0;
}
.fb--container textarea {
  max-width: 100%;
}
.fb--container body {
  background: #fff;
  color: #1d2129;
  direction: ltr;
  line-height: 1.34;
  margin: 0;
  padding: 0;
  unicode-bidi: embed;
  overflow-y: scroll;
}
.fb--container body,
.fb--container button,
.fb--container input,
.fb--container td,
.fb--container textarea {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.fb--container h1,
.fb--container h2 {
  color: #1d2129;
  font-size: 13px;
  margin: 0;
  padding: 0;
}
.fb--container h1 {
  font-size: 14px;
}
.fb--container p {
  margin: 0.4em 0;
}
.fb--container a {
  color: #365899;
  cursor: pointer;
  text-decoration: none;
}
.fb--container button {
  margin: 0;
}
.fb--container a:hover {
  text-decoration: underline;
}
.fb--container img {
  border: 0;
}
.fb--container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.fb--container hr {
  background: #d9d9d9;
  border-width: 0;
  color: #d9d9d9;
  height: 1px;
}
.fb--container .clearfix::after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0px;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.fb--container .clearfix {
  zoom: 1;
}
.fb--container ::-webkit-input-placeholder {
  color: #90949c;
}
.fb--container :focus::-webkit-input-placeholder {
  color: #bec2c9;
}
.fb--container ._li._li._li {
  overflow: initial;
}
.fb--container .pluginFontHelvetica,
.fb--container .pluginFontHelvetica button,
.fb--container .pluginFontHelvetica input,
.fb--container .pluginFontHelvetica td,
.fb--container .pluginFontHelvetica textarea {
  font-family: Helvetica, Arial, sans-serif;
}
.fb--container ._42ft {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}
.fb--container ._42ft:hover {
  text-decoration: none;
}
.fb--container ._42ft + ._42ft {
  margin-left: 4px;
}
.fb--container ._42fr {
  cursor: default;
}
.fb--container .lfloat {
  float: left;
}
.fb--container .rfloat {
  float: right;
}
.fb--container a._p {
  display: block;
}
.fb--container ._4jy0 {
  border: 1px solid;
  border-radius: 2px;
  box-sizing: content-box;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  padding: 0 8px;
  position: relative;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
}
.fb--container ._4jy0::before {
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}
.fb--container html ._4jy0:focus {
  box-shadow: rgba(88, 144, 255, 0.74902) 0 0 1px 2px,
    rgba(0, 0, 0, 0.14902) 0 1px 1px;
  outline: 0;
}
.fb--container ._4jy0 .img {
  bottom: 1px;
  position: relative;
  vertical-align: middle;
}
.fb--container ._4jy0._42fr .img {
  opacity: 0.5;
}
.fb--container ._517h {
  background-color: #f6f7f9;
  border-color: #ced0d4;
  color: #4b4f56;
}
.fb--container ._517h:hover {
  background-color: #e9ebee;
}
.fb--container ._517h:active {
  background-color: #dddfe2;
  border-color: #bec2c9;
}
.fb--container ._517h._42fr {
  background-color: #f6f7f9;
  border-color: #dddfe2;
  color: #bec2c9;
}
.fb--container ._4jy1 {
  color: #fff;
  background-color: #4267b2;
  border-color: #4267b2;
}
.fb--container ._4jy1:hover {
  background-color: #365899;
  border-color: #365899;
}
.fb--container ._4jy1:active {
  background-color: #29487d;
  border-color: #29487d;
}
.fb--container ._4jy1._42fr {
  background-color: #9cb4d8;
  border-color: #9cb4d8;
}
.fb--container ._4jy3,
.fb--container ._4jy3._42fr:active {
  line-height: 22px;
}
.fb--container ._50f7 {
  font-weight: 700;
}
.fb--container ._42ef {
  overflow: hidden;
}
.fb--container ._51mz {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0px;
}
.fb--container ._51mx:first-child > ._51m- {
  padding-top: 0;
}
.fb--container ._51mx:last-child > ._51m- {
  padding-bottom: 0;
}
.fb--container ._51mz ._51mw {
  padding-right: 0;
}
.fb--container ._51mz ._51m-:first-child {
  padding-left: 0;
}
.fb--container ._8o,
.fb--container ._8o .img {
  display: block;
}
.fb--container ._8r {
  margin-right: 5px;
}
.fb--container ._8s {
  margin-right: 8px;
}
.fb--container ._6a {
  display: inline-block;
}
.fb--container ._6b {
  vertical-align: middle;
}
.fb--container ._ohe {
  float: left;
}
.fb--container ._ohf {
  float: right;
}
.fb--container ._4qba {
  font-style: normal;
}
.fb--container ._3-8y {
  margin-top: 12px;
}
.fb--container ._3-8_ {
  margin-right: 4px;
}
.fb--container ._3-99 {
  margin-left: 4px;
}
.fb--container ._2ph- {
  padding: 8px;
}
.fb--container ._2pi3 {
  padding-bottom: 8px;
  padding-top: 8px;
}
.fb--container ._2pi8 {
  padding-left: 8px;
  padding-right: 8px;
}
.fb--container ._2agf {
  word-wrap: normal;
}
.fb--container ._55pe {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.fb--container .uiInputLabel {
  position: relative;
}
.fb--container .uiInputLabel + .uiInputLabel {
  margin-top: 3px;
}
.fb--container .UFIInputContainer {
  position: relative;
}
.fb--container .UFICommentAttachmentButtons {
  bottom: 0;
  height: 24px;
  position: absolute;
  right: 0;
}
.fb--container .sp_LOJ2j-KswDP {
  display: inline-block;
  height: 16px;
  width: 16px;
}
.fb--container .sp_LOJ2j-KswDP.sx_32ff1f {
  width: 9px;
  height: 8px;
  background-position: -207px -196px;
}
.fb--container .selected .sp_LOJ2j-KswDP.sx_32ff1f {
  background-position: -198px -196px;
}
.fb--container ._56q9 {
  font-size: 14px;
  line-height: 1.358;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}
.fb--container ._2392 {
  margin-bottom: 24px;
}
.fb--container ._4uyl ._1cb {
  border: 1px solid #d3d6db;
  word-wrap: break-word;
}
.fb--container ._1zz8 ._1u9t {
  min-height: 40px;
}
.fb--container ._1u9t {
  box-sizing: border-box;
  vertical-align: top;
  width: 100%;
}
.fb--container ._4uyl ._1u9t {
  font-size: 14px;
  padding: 12px 8px;
}
.fb--container ._5tr6 {
  background: #f6f7f9;
  text-align: right;
}
.fb--container ._5tr6 ._42fr:active,
.fb--container ._5tr6 button {
  font-size: 14px;
  white-space: normal;
}
.fb--container ._4uym {
  border-width: 0 1px 1px;
  border-image: initial;
  border-style: initial solid solid;
  border-color: initial #d3d6db #d3d6db;
}
.fb--container ._1u0n {
  line-height: 24px;
}
.fb--container ._5lm5 {
  border-top: 1px solid #e9ebee;
  font-size: 11px;
}
.fb--container ._491z {
  border-bottom: 1px solid #e9ebee;
  line-height: 25px;
  margin-bottom: 24px;
  padding: 8px 0;
}
.fb--container ._pup {
  color: #4b4f56;
}
.fb--container ._1ci {
  height: 48px;
  width: 48px;
}
.sp_0d2oqxMYE7L_2x.sx_aedfbf {
  width: 14px;
  height: 14px;
  background-position: -81px -883px;
}
i.img {
  -ms-high-contrast-adjust: none;
}
.sp_0d2oqxMYE7L_2x {
  /* background-image: url(../images/UuvPF09mwYj.png); */
  background-size: 97px 2045px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
}
._4iy4 {
  bottom: -2px;
  position: relative;
}
._3-8_ {
  margin-right: 4px;
}
