.category.talk {
  display: flex;
  justify-content: center;
  gap: 20px;
  border-bottom: 1px solid #F8F8F8;
  height: 59px;
  padding: 0 16px;
}
.category.talk .item {
  border: none;
  border-bottom: 4px solid transparent;
  outline: none;
  text-transform: uppercase;
  background: transparent;
  height: 100%;
  display: block;
  padding: 20px 0;
  flex: 1 0 auto;
  font-size: 13px;
  color: #BCBCBC;
  text-align: center;
  position: relative;
  font-weight: 700;
}
.category.talk .item.active {
  color: #3B4249;
  border-color: #FFE041;
}
.category.talk .item .box-border {
  width: 50px;
  height: 50px;
  border: 1px solid #DADADA;
  border-radius: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category.talk .item p {
  font-weight: 500;
  font-size: 11px;
  white-space: now;
}

.talk-create-post {
  padding: 15px 0.75rem;
  display: grid;
  grid-template-columns: 60px auto 30px;
  border-bottom: 6px solid #FAF8F8;
  padding-bottom: 15px;
}
.talk-create-post .btn-line {
  border: 1px solid #E5E5E5;
  border-radius: 25px;
  text-align: left;
  line-height: 33px;
}

.post-modal .modal-header {
  padding: 5px 0.75rem 2px 0.355rem;
  border-bottom: none;
}
.post-modal .modal-header .left {
  margin: 0;
  background-image: url("../images/arrow-left.svg");
}
.post-modal .modal-header strong {
  font-weight: 600;
  font-size: 24px;
}
.post-modal .modal-header .right {
  padding: 7px 18px;
  font-weight: 700;
  color: white;
  background-color: #F15E75;
  border-color: #F15E75;
  border-radius: 10px;
}
.post-modal .modal-header .right.disabled_ {
  background-color: #DADADA;
  border-color: #DADADA;
  opacity: 0.65;
}
.post-modal .modal-footer {
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 0;
  justify-content: inherit;
}
.post-modal .modal-footer > * {
  margin: 0;
  padding: 0.75rem;
  text-align: center;
}
.post-modal .modal-footer > * img,
.post-modal .modal-footer > * svg {
  margin-top: -5px;
  margin-right: 5px;
}
.post-modal .modal-footer .left {
  border-right: 1px solid #dee2e6;
}
.post-modal .modal-footer .right:not(.disabled) svg path {
  fill: #F15E75;
}
.post-modal .modal-body {
  padding: 1rem 0 0;
}
.post-modal .modal-body textarea {
  border: none;
  margin-bottom: 15px;
}
.post-modal .modal-body .list-image-review .photo-review {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 10px;
  position: relative;
}
.post-modal .modal-body .list-image-review .photo-review button.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.talk-list-post-wrapper {
  padding: 16px;
}

.talk-post-item {
  width: calc(50% - 5px);
  margin-bottom: 30px;
}
.talk-post-item a {
  color: inherit;
  display: block;
}
.talk-post-item a:hover {
  color: inherit;
}
.talk-post-item a .featured-img {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 10px;
  object-fit: cover;
}
.talk-post-item .description {
  font-size: 13px;
  margin-bottom: 10px;
}
.talk-post-item .meta {
  height: 19px;
  gap: 7px;
}
.talk-post-item .meta .left {
  display: flex;
  overflow: hidden;
}
.talk-post-item .meta .left .avatar-customer {
  width: 14px;
  height: 14px;
}
.talk-post-item .meta .left h6 {
  font-size: 11px;
  margin: 0;
  padding-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.talk-post-item .meta .add-favorite-btn {
  display: flex;
  align-items: center;
  gap: 5px;
}
.talk-post-item .meta .add-favorite-btn.added svg path {
  fill: #F15E75;
  stroke: #F15E75;
}
.talk-post-item .meta .add-favorite-btn span.n-o-like {
  font-size: 11px;
}

.create-talk {
  max-width: 650px;
  position: fixed;
  bottom: 10px;
  width: 100%;
}
.create-talk a {
  z-index: 9;
  position: absolute;
  bottom: 50px;
  right: 18px;
  width: 56px;
  height: 56px;
  background: #FFE351;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.talk-content,
.talk-post-comment {
  max-width: 650px;
  margin: 0 auto;
  background-color: #fff;
}

.talk-content .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}
.talk-content .header .avatar-talk {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  object-fit: cover;
}
.talk-content .header .user-talk {
  padding: 0 15px;
  flex: 1;
}
.talk-content .header .user-talk h6 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
}
.talk-content .header .user-talk span {
  font-size: 13px;
  color: #AAAAAA;
}
.talk-content .header .dropdown.action {
  align-self: flex-start;
}
.talk-content .header .dropdown.action button.btn.btn-link {
  padding: 0;
  border: none;
}
.talk-content .header .dropdown.action .dropdown-menu {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  border: none;
}
.talk-content .header .dropdown.action .add-favorite-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  color: inherit;
}
.talk-content .header .dropdown.action .add-favorite-btn > * {
  width: 100%;
}
.talk-content .header .dropdown.action .add-favorite-btn.added svg path {
  fill: #F15E75;
  stroke: #F15E75;
}
.talk-content .header .dropdown.action .add-favorite-btn span.n-o-like {
  font-size: 12px;
  text-align: center;
}
.talk-content .body {
  padding: 16px;
  border-bottom: 6px solid #F8F8F8;
}
.talk-content .body .images img {
  border-radius: 10px;
  object-fit: cover;
}
.talk-content .body .images#talk-main-slider {
  margin-bottom: 10px;
}
.talk-content .body .images#talk-main-slider img {
  height: 330px;
}
.talk-content .body .images#talk-thumb-slider {
  margin-bottom: 20px;
}
.talk-content .body .images#talk-thumb-slider .owl-item {
  width: 60px !important;
  height: 60px;
}
.talk-content .body .images#talk-thumb-slider .owl-item img {
  height: 100%;
}
.talk-content .body .content {
  font-size: 15px;
}
.talk-content .body .content p:last-child {
  margin-bottom: 0;
}

.talk-post-comment {
  padding-bottom: 71px;
}
.talk-post-comment .talk-comment-item .comment-item {
  padding: 20px 16px;
}
.talk-post-comment .talk-comment-item .header {
  display: flex;
  justify-content: space-between;
}
.talk-post-comment .talk-comment-item .header .avatar-customer {
  width: 30px;
  height: 30px;
}
.talk-post-comment .talk-comment-item .header .user-info {
  padding: 0 10px;
  flex: 1;
}
.talk-post-comment .talk-comment-item .header .user-info h6 {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 0;
}
.talk-post-comment .talk-comment-item .header .user-info span {
  font-size: 11px;
  color: #BCBCBC;
}
.talk-post-comment .talk-comment-item .header .dropdown.action button.btn.btn-link {
  padding: 0;
  border: none;
}
.talk-post-comment .talk-comment-item .body {
  margin-top: 10px;
  font-size: 13px;
}
.talk-post-comment .talk-comment-item .list-reply .comment-item {
  background-color: #F8F8F8;
  padding-left: 32px;
}

.talk-comment-form-style {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 24px 16px;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.1019607843);
  height: 71px;
}
.talk-comment-form-style .input-group {
  align-items: center;
}
.talk-comment-form-style.reply span#reply-for {
  display: block !important;
  padding: 0 5px 0 0 !important;
  border: none;
  background-color: transparent;
  font-size: 13px;
  color: #F15E75;
}
.talk-comment-form-style input {
  background-color: transparent !important;
  border-radius: 0 !important;
  border: none !important;
  padding: 0 10px 0 0;
  height: 23px;
  font-size: 15px;
  color: #3B4249;
}
.talk-comment-form-style input::placeholder {
  color: #BCBCBC;
}
.talk-comment-form-style button {
  height: 39px;
  font-weight: 700;
  font-size: 13px;
  background: #F8F8F8;
  color: #BCBCBC !important;
  text-decoration: none;
}
.talk-comment-form-style button:hover {
  color: #BCBCBC !important;
}
.talk-comment-form-style button:not(:disabled) {
  background: #FFE041;
  color: #3B4249 !important;
}

.category-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10000;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.category-modal-content {
  position: relative;
  background-color: white;
  margin: auto;
  padding: 0;
  width: 90%;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.category-modal-content h5 {
  font-size: 18px;
  font-weight: 700;
  padding: 15px 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #E5E5E5;
}
.category-modal-content ul {
  margin-bottom: 0;
}
.category-modal-content ul li {
  padding: 15px 20px;
  border-bottom: 1px solid #E5E5E5;
}
.category-modal-content ul li:last-child {
  border: none;
}
.category-modal-content ul li.active {
  color: white;
  background-color: #F15E75;
}

/* The Close Button */
.close {
  height: 15px;
  width: 15px;
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/*# sourceMappingURL=talk.css.map */
