#content {
  padding: 15px;
  max-width: 560px !important;
  width: 100%;
  margin: 0 auto;
}

ul li {
  font-size: 16px;
  font-weight: 600;
}

ul {
  padding-left: 20px;
}

i {
  font-size: 15px;
  font-weight: 600;
}

.result {
  padding: 10px;
  border: 2px solid green;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
}

.proposale {
  background-color: #6eeda5;
  padding: 15px;
  border: 2px solid rgb(7, 75, 7);
}

.proposale li {
  color: rgb(22, 46, 27);
}

.comments {
  position: relative;
  margin-top: 40px;
}

.comment {
  padding: 30px;
  background: rgba(114, 168, 211, 0.2) none repeat scroll 0% 0%;
  margin-bottom: 30px;
}

.comment img {
  margin-top: 5px;
}

.comment p {
  width: 100%;
  font-size: 16px;
  margin-top: 20px;
}

.comment {
  padding: 30px 10px;
}

.comments h2 {
  font-size: 30px;
  margin-bottom: 35px;
}

.comment-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  font-size: 16px;
}

.comment-image {
  flex: 0 0 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.comment-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}

.comment-name {
  font-family: 'bold';
}

.comment-name span {
  font-size: 12px;
  color: gray;
}

.comment-date {
  color: gray;
  font-size: 13px;
}

.comment-text {
  width: 100%;
}

.comment-text img {
  width: 300px;
  display: block;
  margin-top: 10px;
}

.comment-item.answer {
  padding-left: 50px;
}

.author-write:after {
  display: inline-block;
  -webkit-animation: dotty steps(1, end) 1.5s infinite;
  animation: dotty steps(1, end) 1.5s infinite;
  content: '';
  position: absolute;
  margin-left: 2px;
}

.loading img {
  display: inline;
  width: 60px !important;
  margin: 0 16px 0 0;
}
.comment-write {
  transition: all 0.3s ease;
  max-height: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#comments > div {
  transition: all 0.3s ease;
}
.comment-add {
  margin: 15px 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}
.comment-hide {
  transform: translateX(calc(-100% - 100px));
  height: 0;
  min-height: 0;
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
}
.comment-write {
  transition: all 0.3s ease;
  max-height: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.comments__kma {
  overflow: hidden;
}
.loading {
  font-style: italic;
}
.loading:after {
  content: '.';
  animation: loading 1s ease alternate infinite;
}

.focus-visible,
:focus-visible {
  outline: none;
}

.comment {
  padding: 5px 10px;
  height: fit-content;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  display: flex;
  flex-direction: row;
  background-color: #edeff4;
  margin-bottom: 20px;
}
.view {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.sendcomment {
  font-size: 14px;
  color: #0056b3 !important;
  cursor: pointer;
  margin-top: 3px;
}
.sendcomment:hover {
  text-decoration: underline !important;
}
#textboxname,
#textboxtext {
  max-width: 100% !important;
  font-size: 16px;
}
.textbox {
  border-radius: 0;
  border: 1px solid #bdc7d8;
  padding: 3px;
  height: 30px;
  font-size: 12px;
  width: 100%;
  margin-top: 3px;
  margin-bottom: 2px;
}
.description {
  display: inline-block;
  flex-direction: column;
  justify-content: start;
  width: 100%;
}
.addphoto {
  display: inline-block;
  margin-top: 5px;
}
.user-info {
  padding-top: 6px;
  width: 100%;
}
.comment-title {
  display: flex;
  justify-content: space-between;
  margin: 15px auto;
  padding: 10px 0;
  max-width: 660px;
  border-top: 1px solid #1c1e21;
  border-bottom: 1px solid #1c1e21;
  font-size: 18px;
}
.comment-title a {
  color: #1b1e21;
  text-decoration: none;
}
.comments-item {
  display: flex;
  align-items: flex-start;
}
.user-ava {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  padding-top: 10px;
  padding-left: 10px;
}
.user-text {
  margin-bottom: 10px;
  padding: 10px;
  padding-left: 0;
  padding-top: 0;
  border-radius: 17px;
  font-size: 16px;
}
.user-name {
  font-size: 16px;
  font-weight: 700;
  color: #3b5993;
  margin-right: 10px;
}
.user-text + div {
  position: relative;
  display: flex;
}
.user-text + div a {
  display: inline-block;
  padding-right: 10px;
  font-size: 15px;
  color: #0056b3;
  text-decoration: none;
}
.user-text a {
  color: #0056b3;
  text-decoration: none;
}

.user-text + div a.message-time {
  font-weight: 400;
}
.message-time {
  text-decoration: none;
  color: gray !important;
}
.message-time:hover {
  text-decoration: none;
  color: gray !important;
  cursor: initial;
}
.user-message img {
  display: block;
  margin: 10px 0 0;
  width: 100%;
  max-width: 300px;
}
.quantity {
  margin-bottom: 0 !important;
}
.comments-block {
  width: 100%;
}
.comments-item {
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  background: #edeff4;
  margin: 0 auto;
  padding-bottom: 10px;
}
.comment img {
  margin-top: 3px;
  width: 100%;
}
.comment-avatar {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 0;
}
.comment-text {
  display: inline-block;
  max-width: 79%;
  vertical-align: top;
  font-size: 16px;
}
.comment-username {
  color: #365899;
  font-weight: 700;
  margin-right: 10px;
  cursor: pointer;
}
.comment-username:hover {
  text-decoration: underline;
}
.comment-action {
  padding-left: 50px;
}
.like,
.like-count,
.reply {
  color: #365899;
  font-size: 13px;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
}
.like:hover,
.reply:hover {
  text-decoration: underline;
}
.like:after,
.reply:after {
  content: ' · ';
  position: absolute;
  font-weight: 700;
  right: -10px;
  top: 0;
  color: #90949c;
}
.like-count {
  padding-left: 20px;
  position: relative;
}
.like-count:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
}
.like-count-liked {
  animation: 0.5s like-change;
}
.like-count-unliked {
  animation: 0.5s like-unchange;
}
@keyframes like-change {
  50% {
    top: -10px;
    opacity: 0;
  }

  51% {
    bottom: -10px;
  }

  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes like-unchange {
  50% {
    bottom: -10px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}
.comment-date {
  font-size: 13px;
  color: #90949c;
  position: relative;
}
.comment-input {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.comment-input-area {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  font-size: 0;
  perspective: 800px;
}
.comment-input input[type='text'] {
  width: 150px;
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  transition: 0.4s;
  word-wrap: wrap;
}

.textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 40px;
  font-family: Arial, sans-serif;
  transition: 0.5s;
}
.textarea-focus {
  height: 80px;
}
.content .comm_text .user_name {
  font-size: 14px !important;
}
.alert {
  z-index: 1000;
  box-shadow: 1px 1px 5px 2px #000;
  position: fixed;
  top: 10px;
  right: 10px;
  padding: 10px 20px;
  max-width: 90%;
  background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
  transition: opacity 0.3s;
  opacity: 0;
  border-radius: 10px;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.alert--show {
  opacity: 1;
  pointer-events: auto;
}
.alert__img {
  max-height: 50px;
  padding: 0;
  display: inline-block;
  margin-right: 5px;
}
.gol::before {
  content: '';
  display: inline-block;
  border-radius: 12px;
  width: 75px;
  height: 75px;
  background-image: url('./b_assets/ava-c.png');
  background-size: cover;
  margin: 0 10px 5px 0;
  float: left;
  vertical-align: middle;
  background-position: center;
}

.kom::before {
  content: '';
  display: inline-block;
  border-radius: 12px;
  width: 75px;
  height: 75px;
  background-image: url('./b_assets/todor-sm.png');
  background-size: cover;
  margin: 0 10px 5px 0;
  float: left;
  vertical-align: middle;
  background-position: center;
}

.descr {
  display: flex;
  align-items: center;
  column-gap: 20px;
  background: #a3c9d0;
  padding: 20px;
  margin: 0 auto 15px;
  justify-content: center;
  max-width: 800px;
}
.descr p {
  text-indent: 0;
}

.message-com {
  display: none;
  text-align: center;
}

img {
    max-width: 100%;
    width: 100%;
}

.custom-social-proof {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 500 !important;
  width: 90%;
}
.custom-social-proof p {
  padding: 0;
  margin: 0 !important;
  color: #fff !important;
}

.custom-social-proof * {
  color: #fff !important;

}

.custom-social-proof span a {
    color: #7bdbae !important;
}

.custom-social-proof .custom-notification {
  width: 100% !important;
  min-width: 100% !important;
  border: 0;
  text-align: left;

  box-sizing: border-box;
  font-weight: 400;
  border-radius: 6px;
  box-shadow: 2px 2px 10px 2px rgba(11, 10, 10, 0.2);
  background-color: #0d7a47;
  position: relative;
  cursor: pointer;
}

.custom-social-proof .custom-notification .custom-notification-container {
  display: flex !important;
  align-items: center;
  height: fit-content
  background: #cedae582;
}

.custom-social-proof
  .custom-notification
  .custom-notification-container
  .custom-notification-image-wrapper
  img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 6px 0 0 6px;
  object-fit: cover;
  vertical-align: middle;
}
.custom-notification-image-wrapper {
  height: auto;
  width: 105px;
}

.custom-notification-image-wrapper img {
    width: 100% !important;
}

.custom-social-proof
  .custom-notification
  .custom-notification-container
  .custom-notification-content-wrapper {
  margin: 0;
  height: 100%;
  color: gray;
  padding-left: 8px;
  padding-right: 10px;
  border-radius: 0 6px 6px 0;
  flex: 1;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.custom-social-proof
  .custom-notification
  .custom-notification-container
  .custom-notification-content-wrapper
  .custom-notification-content {
  font-family: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px;
  line-height: 16px;
}

.custom-social-proof
  .custom-notification
  .custom-notification-container
  .custom-notification-content-wrapper
  .custom-notification-content
  small {
  margin-top: 3px !important;
  display: block !important;
  font-size: 12px !important;
  opacity: 0.8;
}

.custom-notification-content-wrapper {
  padding: 15px !important;
}
