body {
  padding: 0;
  margin: 0;
}

.preloader {
  position: "fixed";
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-element {
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 50%;
  color: #01c864;
  animation: fill 1s ease-in infinite alternate;
}
.preloader-element::before,
.preloader-element::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  left: 48px;
  top: 0;
  animation: fill 0.9s ease-in infinite alternate;
}

.preloader-element::after {
  left: auto;
  right: 48px;
  animation-duration: 1.1s;
}

@keyframes fill {
  0% {
    box-shadow: 0 0 0 2px inset;
  }
  100% {
    box-shadow: 0 0 0 10px inset;
  }
}
._chat_header_emb93_1 {
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  background-color: white;
  z-index: 2;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
._chat_header_emb93_1 ._flex_emb93_12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  ._chat_header_emb93_1 ._flex_emb93_12 {
    flex-direction: column;
    row-gap: 16px;
  }
}
._chat_header_emb93_1 ._flex_emb93_12 ._desc_emb93_23 h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: #21272A;
}
._chat_header_emb93_1 ._flex_emb93_12 ._desc_emb93_23 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  margin-bottom: 8px;
}
._chat_header_emb93_1 ._flex_emb93_12 ._desc_emb93_23 p a {
  color: #0F62FE;
}
._chat_header_emb93_1 ._flex_emb93_12 ._save_emb93_40 button {
  border: 1px solid #DDE1E6;
}
._chat_header_emb93_1 ._flex_emb93_12 ._save_emb93_40 button svg path {
  stroke: #001D6C;
}._chat_1btjs_1 {
  display: grid;
  grid-template-columns: 30% 70%;
  min-height: calc(100vh - 200px);
}._sidebar_m48hj_1 {
  background-color: white;
  padding: 24px;
  border: 1px solid #EAECF0;
  border-bottom-left-radius: 12px;
}

._searchBar_m48hj_8 {
  margin-bottom: 1rem;
}

._searchInput_m48hj_12 {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 14px;
}

._chatList_m48hj_20 {
  display: flex;
  flex-direction: column;
  max-height: 500px;
  overflow: auto;
}
._chatList_m48hj_20::-webkit-scrollbar {
  display: none !important;
}

._unread_count_m48hj_30 {
  padding: 4px;
  background: #F04438;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  color: #fff;
}

._chatItem_m48hj_46 {
  display: flex;
  align-items: center;
  padding: 0.75rem;
  border-radius: 12px;
  margin-bottom: 1rem;
  background-color: #fff;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
._chatItem_m48hj_46:hover {
  background-color: #F9FAFB;
}

._chatDetails_m48hj_60 {
  flex-grow: 1;
  margin-left: 1rem;
}

._chatName_m48hj_65 {
  font-weight: bold;
  font-size: 16px;
}

._chatMessage_m48hj_70 {
  font-size: 14px;
  color: gray;
  margin-top: 0.25rem;
}

._chatTime_m48hj_76 {
  font-size: 14px;
  color: gray;
}._filemessage_1auul_1 {
  display: flex;
  align-items: flex-start;
  column-gap: 12px;
  padding: 10px 14px;
  background-color: #F2F4F8;
  border-radius: 12px;
  width: 100%;
  border: 1px solid #EAECF0;
}
._filemessage_1auul_1 ._control_1auul_11 {
  cursor: pointer;
  display: flex;
}
._filemessage_1auul_1 ._content_1auul_15 {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
  width: 100%;
}
._filemessage_1auul_1 ._content_1auul_15 a {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #101828;
  overflow-wrap: anywhere;
}
._filemessage_1auul_1 ._content_1auul_15 ._size_1auul_29 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #475467;
}._gallery_1prbw_1 {
  margin-bottom: 60px;
}

._gridWrapper_1prbw_5 {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 250px 250px;
  position: relative;
}
._gridWrapper_1prbw_5 span:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
}
._gridWrapper_1prbw_5 span:first-child img {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
._gridWrapper_1prbw_5 span:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}
._gridWrapper_1prbw_5 span:nth-child(3) {
  grid-column: 4;
  grid-row: 1;
}
._gridWrapper_1prbw_5 span:nth-child(3) img {
  border-top-right-radius: 16px;
}
._gridWrapper_1prbw_5 span:nth-child(4) {
  grid-column: 3;
  grid-row: 2;
}
._gridWrapper_1prbw_5 span:nth-child(5) {
  grid-column: 4;
  grid-row: 2;
}
._gridWrapper_1prbw_5 span:nth-child(5) img {
  border-bottom-right-radius: 16px;
}

._modalContent_1prbw_43 {
  padding: 0 !important;
}
._modalContent_1prbw_43 img {
  height: 100%;
}

._image_1prbw_50 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

._showPhotosButton_1prbw_56 {
  margin-top: 16px;
  background-color: #f7f7f7 !important;
  color: #333 !important;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px 16px;
  transition: background-color 0.3s;
  position: absolute !important;
  right: 16px;
  bottom: 16px;
}
._showPhotosButton_1prbw_56:hover {
  background-color: #e2e2e2;
}.image-gallery-icon {
  color: #fff;
  transition: all 0.3s ease-out;
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  position: absolute;
  z-index: 4;
  filter: drop-shadow(0 2px 2px #1a1a1a);
}
@media (hover: hover) and (pointer: fine) {
  .image-gallery-icon:hover {
    color: #337ab7;
  }
  .image-gallery-icon:hover .image-gallery-svg {
    transform: scale(1.1);
  }
}
.image-gallery-icon:focus {
  outline: 2px solid #337ab7;
}

.image-gallery-using-mouse .image-gallery-icon:focus {
  outline: none;
}

.image-gallery-fullscreen-button,
.image-gallery-play-button {
  bottom: 0;
  padding: 20px;
}
.image-gallery-fullscreen-button .image-gallery-svg,
.image-gallery-play-button .image-gallery-svg {
  height: 28px;
  width: 28px;
}
@media (max-width: 768px) {
  .image-gallery-fullscreen-button,
  .image-gallery-play-button {
    padding: 15px;
  }
  .image-gallery-fullscreen-button .image-gallery-svg,
  .image-gallery-play-button .image-gallery-svg {
    height: 24px;
    width: 24px;
  }
}
@media (max-width: 480px) {
  .image-gallery-fullscreen-button,
  .image-gallery-play-button {
    padding: 10px;
  }
  .image-gallery-fullscreen-button .image-gallery-svg,
  .image-gallery-play-button .image-gallery-svg {
    height: 16px;
    width: 16px;
  }
}

.image-gallery-fullscreen-button {
  right: 0;
}

.image-gallery-play-button {
  left: 0;
}

.image-gallery-left-nav,
.image-gallery-right-nav {
  padding: 50px 10px;
  top: 50%;
  transform: translateY(-50%);
}
.image-gallery-left-nav .image-gallery-svg,
.image-gallery-right-nav .image-gallery-svg {
  height: 120px;
  width: 60px;
}
@media (max-width: 768px) {
  .image-gallery-left-nav .image-gallery-svg,
  .image-gallery-right-nav .image-gallery-svg {
    height: 72px;
    width: 36px;
  }
}
@media (max-width: 480px) {
  .image-gallery-left-nav .image-gallery-svg,
  .image-gallery-right-nav .image-gallery-svg {
    height: 48px;
    width: 24px;
  }
}
.image-gallery-left-nav[disabled],
.image-gallery-right-nav[disabled] {
  cursor: disabled;
  opacity: 0.6;
  pointer-events: none;
}

.image-gallery-left-nav {
  left: 0;
}

.image-gallery-right-nav {
  right: 0;
}

.image-gallery {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
}
.image-gallery.fullscreen-modal {
  background: #000;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
.image-gallery.fullscreen-modal .image-gallery-content {
  top: 50%;
  transform: translateY(-50%);
}

.image-gallery-content {
  position: relative;
  line-height: 0;
  top: 0;
}
.image-gallery-content.fullscreen {
  background: #000;
}
.image-gallery-content .image-gallery-slide .image-gallery-image {
  max-height: calc(100vh - 80px);
}
.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image, .image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image {
  max-height: 100vh;
}

.image-gallery-slide-wrapper {
  position: relative;
}
.image-gallery-slide-wrapper.image-gallery-thumbnails-left, .image-gallery-slide-wrapper.image-gallery-thumbnails-right {
  display: inline-block;
  width: calc(100% - 110px);
}
@media (max-width: 768px) {
  .image-gallery-slide-wrapper.image-gallery-thumbnails-left, .image-gallery-slide-wrapper.image-gallery-thumbnails-right {
    width: calc(100% - 87px);
  }
}
.image-gallery-slide-wrapper.image-gallery-rtl {
  direction: rtl;
}

.image-gallery-slides {
  line-height: 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-align: center;
}

.image-gallery-slide {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.image-gallery-slide.image-gallery-center {
  position: relative;
}
.image-gallery-slide .image-gallery-image {
  width: 100%;
  object-fit: contain;
}
.image-gallery-slide .image-gallery-description {
  background: rgba(0, 0, 0, 0.4);
  bottom: 70px;
  color: #fff;
  left: 0;
  line-height: 1;
  padding: 10px 20px;
  position: absolute;
  white-space: normal;
}
@media (max-width: 768px) {
  .image-gallery-slide .image-gallery-description {
    bottom: 45px;
    font-size: 0.8em;
    padding: 8px 15px;
  }
}

.image-gallery-bullets {
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 80%;
  z-index: 4;
}
.image-gallery-bullets .image-gallery-bullets-container {
  margin: 0;
  padding: 0;
  text-align: center;
}
.image-gallery-bullets .image-gallery-bullet {
  appearance: none;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 2px #1a1a1a;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  outline: none;
  padding: 5px;
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .image-gallery-bullets .image-gallery-bullet {
    margin: 0 3px;
    padding: 3px;
  }
}
@media (max-width: 480px) {
  .image-gallery-bullets .image-gallery-bullet {
    padding: 2.7px;
  }
}
.image-gallery-bullets .image-gallery-bullet:focus {
  transform: scale(1.2);
  background: #337ab7;
  border: 1px solid #337ab7;
}
.image-gallery-bullets .image-gallery-bullet.active {
  transform: scale(1.2);
  border: 1px solid #fff;
  background: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .image-gallery-bullets .image-gallery-bullet:hover {
    background: #337ab7;
    border: 1px solid #337ab7;
  }
  .image-gallery-bullets .image-gallery-bullet.active:hover {
    background: #337ab7;
  }
}

.image-gallery-thumbnails-wrapper {
  position: relative;
}
.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal {
  touch-action: pan-y;
}
.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical {
  touch-action: pan-x;
}
.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl {
  direction: rtl;
}
.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left, .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}
@media (max-width: 768px) {
  .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left, .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right {
    width: 81px;
  }
}
.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails, .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails {
  height: 100%;
  width: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
}
.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail, .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail {
  display: block;
  margin-right: 0;
  padding: 0;
}
.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail, .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail {
  margin-left: 0;
  margin-top: 2px;
}
.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left, .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right {
  margin: 0 5px;
}
@media (max-width: 768px) {
  .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left, .image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right {
    margin: 0 3px;
  }
}

.image-gallery-thumbnails {
  overflow: hidden;
  padding: 5px 0;
}
@media (max-width: 768px) {
  .image-gallery-thumbnails {
    padding: 3px 0;
  }
}
.image-gallery-thumbnails .image-gallery-thumbnails-container {
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}

.image-gallery-thumbnail {
  display: inline-block;
  border: 4px solid transparent;
  transition: border 0.3s ease-out;
  width: 100px;
  background: transparent;
  padding: 0;
}
@media (max-width: 768px) {
  .image-gallery-thumbnail {
    border: 3px solid transparent;
    width: 81px;
  }
}
.image-gallery-thumbnail + .image-gallery-thumbnail {
  margin-left: 2px;
}
.image-gallery-thumbnail .image-gallery-thumbnail-inner {
  display: block;
  position: relative;
}
.image-gallery-thumbnail .image-gallery-thumbnail-image {
  vertical-align: middle;
  width: 100%;
  line-height: 0;
}
.image-gallery-thumbnail.active, .image-gallery-thumbnail:focus {
  outline: none;
  border: 4px solid #337ab7;
}
@media (max-width: 768px) {
  .image-gallery-thumbnail.active, .image-gallery-thumbnail:focus {
    border: 3px solid #337ab7;
  }
}
@media (hover: hover) and (pointer: fine) {
  .image-gallery-thumbnail:hover {
    outline: none;
    border: 4px solid #337ab7;
  }
}
@media (hover: hover) and (pointer: fine) and (max-width: 768px) {
  .image-gallery-thumbnail:hover {
    border: 3px solid #337ab7;
  }
}

.image-gallery-thumbnail-label {
  box-sizing: border-box;
  color: white;
  font-size: 1em;
  left: 0;
  line-height: 1em;
  padding: 5%;
  position: absolute;
  top: 50%;
  text-shadow: 0 2px 2px #1a1a1a;
  transform: translateY(-50%);
  white-space: normal;
  width: 100%;
}
@media (max-width: 768px) {
  .image-gallery-thumbnail-label {
    font-size: 0.8em;
    line-height: 0.8em;
  }
}

.image-gallery-index {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}
@media (max-width: 768px) {
  .image-gallery-index {
    font-size: 0.8em;
    padding: 5px 10px;
  }
}._field_1gv2j_1 {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 24px 24px 0;
  height: 100%;
  border: 1px solid #EAECF0;
  position: relative;
  justify-content: space-between;
  border-bottom-right-radius: 12px;
}
._field_1gv2j_1 ._header_1gv2j_12 {
  padding-bottom: 24px;
  border-bottom: 1px solid #EAECF0;
}
._field_1gv2j_1 ._header_1gv2j_12 h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24.8px;
  text-align: left;
  color: #21272A;
}
._field_1gv2j_1 ._header_1gv2j_12 p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.24px;
  text-align: left;
  color: #0F62FE;
}
._field_1gv2j_1 ._messages_1gv2j_30 {
  max-height: 50vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
}
._field_1gv2j_1 ._messages_1gv2j_30::-webkit-scrollbar {
  display: none !important;
}
._field_1gv2j_1 ._messages_1gv2j_30 ._image_1gv2j_40 {
  border-radius: 12px;
  max-width: 100%;
}
._field_1gv2j_1 ._messages_1gv2j_30 ._messageContainer_1gv2j_44 {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
._field_1gv2j_1 ._messages_1gv2j_30 ._messageContainer_1gv2j_44 ._self_1gv2j_50 {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
  flex-direction: column;
}
._field_1gv2j_1 ._messages_1gv2j_30 ._messageContainer_1gv2j_44 ._other_1gv2j_57 {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
}
._field_1gv2j_1 ._messages_1gv2j_30 ._userMessage_1gv2j_64 {
  background-color: #007bff;
  color: white;
  border-radius: 15px;
  align-self: flex-end;
  max-width: 50%;
}
._field_1gv2j_1 ._messages_1gv2j_30 ._supportMessage_1gv2j_71 {
  background-color: #f1f1f1;
  color: #333;
  border-radius: 15px;
  max-width: 50%;
}
._field_1gv2j_1 ._messages_1gv2j_30 ._message_1gv2j_30 {
  overflow-wrap: anywhere;
  padding: 12px;
  border-radius: 15px 15px 0 15px;
}
._field_1gv2j_1 ._messages_1gv2j_30 ._time_1gv2j_82 {
  font-size: 12px;
  color: #888;
  margin-top: 0.25rem;
}
._field_1gv2j_1 ._messages_1gv2j_30 ._date_1gv2j_87 {
  font-size: 12px;
  color: #888;
  text-align: center;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
._field_1gv2j_1 ._inputArea_1gv2j_97 {
  display: flex;
  align-items: center;
  padding: 24px 0 24px;
  column-gap: 8px;
}
._field_1gv2j_1 ._video_1gv2j_103 {
  width: 100%;
  height: 100%;
  max-width: fit-content;
  max-height: 180px;
}
._field_1gv2j_1 ._video_1gv2j_103 div {
  max-width: max-content !important;
  max-height: 180px !important;
}
._field_1gv2j_1 ._video_1gv2j_103 video {
  border-radius: 16px !important;
  max-height: inherit;
}