.fixed-column {
  width: 50px;
  /* Fixed width column */
  float: left;
}

.flexible-column {
  width: calc(100% - 50px);
  /* Flexible column */
  float: left;
}

#container-comments {
  margin-bottom: 50px;
}

#container-comments .comment-box-title {
  color: black;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  word-wrap: break-word;
}

#container-comments .comment-row {
  margin-bottom: 16px;
}

#container-comments .comment-row .avatar {
  width: 44px;
  height: 44px;
  background: linear-gradient(0deg, #D9D9D9 0%, #D9D9D9 100%);
  border-radius: 9999px;
}

#container-comments .comment-row .user-name {
  color: #63637B;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  word-wrap: break-word;
}

#container-comments .comment-row .comment-time {
  color: #9191A8;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  word-wrap: break-word;
}

#container-comments .comment-row .comment-box {
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  background: white;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

#container-comments .comment-row .comment-box .comment-text {
  flex: 1 1 0;
  color: black;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}

#container-comments .comment-row .btn-delete {
  margin-top: 30px;
}

#container-comments .comment-box-action {
  width: 100%;
  height: 50px;
  position: relative;
}

#container-comments .comment-box-action .pre-avatar {
  width: 100%;
  height: 50px;
  left: 0px;
  top: 0px;
  position: absolute;
  background: #F4F4F4;
  border-radius: 8px;
  border: 1px #E9EBF0 solid;
}

#container-comments .comment-box-action .avatar {
  width: 32px;
  height: 32px;
  left: 15px;
  top: 9px;
  position: absolute;
  border-radius: 9999px;
}

#container-comments .comment-box-action .text {
  width: 100%;
  left: 64px;
  top: 12px;
  position: absolute;
  color: black;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  word-wrap: break-word;
}

#container-comments .comment-box-action .text input {
  width: 80%;
  border: none;
  background: transparent;
  /* Hide the border when the input is focused */
}

#container-comments .comment-box-action .text input:focus {
  outline: none;
  /* Remove the default outline */
  border: none;
  /* Remove the border */
}

#container-comments .comment-box-action .btn-submit {
  width: 59px;
  height: 42px;
  right: 6px;
  top: 4px;
  position: absolute;
}

#container-comments .comment-box-action .btn-submit .btn-submit-pre-box {
  width: 59px;
  height: 42px;
  left: 0px;
  top: 0px;
  position: absolute;
  background: #1E2539;
  border-radius: 8px;
}

#container-comments .comment-box-action .btn-submit .btn-submit-box {
  width: 24px;
  height: 24px;
  left: 18px;
  top: 9px;
  position: absolute;
}

body {
  font-family: 'SF Pro Display', arial, serif;
  padding: 0 10px;
}

.frontcms p iframe {
  width: 100% !important;
}

.frontcms iframe {
  width: 100% !important;
}

.frontcms image {
  width: 100% !important;
}

.fa-btn {
  margin-right: 6px;
}

/*# sourceMappingURL=cms.min.css.map */
