.chat-row {
  min-height: 70vh;
  border: 1px solid #EAF0FC;
  border-radius: 20px;
  overflow-x: hidden;
}
.chat-row .chat-view {
  max-height: 991px;
}
.chat-row .avatar {
  border-radius: 200px;
}
.chat-row .chat-item {
  cursor: pointer;
}
.chat-row .chat-item.active {
  background-color: #F7F8FA;
}
.chat-row .avatar-col {
  gap: 8px;
}
.chat-row .flex-40 {
  flex: 0 0 40px;
}
.chat-row .name {
  margin-bottom: 6px;
  font-size: 14px;
}
.chat-row .short-message {
  color: #50545C;
  font-size: 14px;
}
.chat-row .view-profile {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #6C6F72;
  text-decoration: none;
}
.chat-row .author-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #082051;
}
.chat-row .single-message {
  background: #EAF0FC;
  border-radius: 0px 12px 12px 12px;
  color: #082051;
  padding: 9px 12px;
  max-width: 508px;
}
.chat-row .single-message.my-message {
  border: 1px solid #E8E9EB;
  border-radius: 12px 0 12px 12px;
}
.chat-row .author-info {
  margin-bottom: 6px;
}
.chat-row .status_text {
  color: #52688E;
}
.chat-row .send-message-btn {
  right: 28px;
  bottom: 28px;
}
.chat-row .message-textarea {
  background: transparent;
  border-radius: 12px;
  border: 1px solid #E8E9EB;
  padding: 12px 14px;
}

.investor-slider-section {
  position: relative;
  margin-bottom: 70px;
}
@media (min-width: 992px) {
  .investor-slider-section {
    margin-bottom: 140px;
  }
}
.investor-slider-section h3 {
  font-weight: 500;
  font-size: 52px;
  line-height: 110%;
  letter-spacing: -2px;
}
.investor-slider-section h3 span {
  color: #3E6FC6;
}
.investor-slider-section .content {
  max-width: 646px;
  margin: auto;
}
.investor-slider-section .investor-slider {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0px;
}
.investor-slider-section .investor-slider .slider-item {
  background: #FDFDFD;
  border: 1px solid #EAF0FC;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 576px) {
  .investor-slider-section .investor-slider .slider-item {
    width: 424px;
  }
}
.investor-slider-section .investor-slider .slider-item .post-thumbnail {
  background-color: #ccc;
  background-image: var(--post-thumbnail);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
.investor-slider-section .investor-slider .slider-item .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.investor-slider-section .investor-slider .slider-item .badges .badge {
  --bs-badge-padding-x: 10px;
  --bs-badge-padding-y: 8px;
  --bs-badge-color: #52688E;
  --bs-badge-border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0px;
  background: #F0F5FE;
}
.investor-slider-section .investor-slider .post-title, .investor-slider-section .investor-slider .post-title a {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #082051;
}

.single-investor {
  color: #082051;
}
.single-investor .single-avatar {
  aspect-ratio: 424/424;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-investor .user-name {
  margin-bottom: 28px;
}
.single-investor .single-sector {
  color: #52688E;
  padding: 8px 10px;
  background: #F0F5FE;
  border-radius: 8px;
  font-weight: 500;
}
.single-investor a {
  font-weight: 500;
}
.single-investor .back-button {
  margin-bottom: 34px;
  color: #6C6F72;
}
.single-investor .contact_button {
  border-radius: 30px;
}

.my-investor-swiper img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}
.my-investor-swiper .post-title, .my-investor-swiper .post-title a {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #082051;
  margin-bottom: 8px;
}
.my-investor-swiper .entry-content {
  color: #50545C;
}
.my-investor-swiper .swiper-slide {
  height: auto;
}
.my-investor-swiper .swiper-slide .slider-item {
  height: 100%;
  border-bottom: 1px solid #EAF0FC;
  border-left: 1px solid #EAF0FC;
  border-right: 1px solid #EAF0FC;
  border-radius: 12px;
}

#filters-cancel, #filters-apply {
  width: 50%;
}
@media (max-width: 767.98px) {
  #filters-cancel, #filters-apply {
    width: 100%;
  }
}

.pill-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pill-label {
  cursor: pointer;
}
.pill-label input:checked + .pill {
  background: #3E6FC6;
  color: white;
  border-color: #3E6FC6;
  font-weight: 500;
}
.pill-label input:checked + .pill svg path {
  stroke: #fff;
}

.pill {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 50px;
  border: 1.5px solid #e0e6f0;
  background: #fff;
  color: #52688e;
  font-size: 14px;
  transition: all 0.2s;
}

.select2-container .select2-search__field {
  margin: 0 !important;
}

.select2-dropdown {
  border-color: #EAF0FC !important;
}
/*# sourceMappingURL=chat.css.map */