body.app {
  background-color: #f5f8fa;
}

.btn:focus {
  box-shadow: none !important;
}

.btn-primary {
  background-color: #009ef7 !important;
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
  border: 1px solid #0095e8 !important;
}

.btn-primary:hover {
  background-color: #0095e8 !important;
  border: 1px solid #0095e8 !important;
}

.btn-primary:focus {
  box-shadow: none !important;
  outline: none;
}

.btn-secondary {
  background-color: #f5f8fa !important;
  border: 1px solid #f5f8fa !important;
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
}

.btn-secondary:hover {
  background-color: #f1faff !important;
  border: 1px solid #f1faff !important;
}

.btn-secondary:focus {
  box-shadow: none !important;
  outline: none;
  color: #000;
}

.form-control {
  height: calc(1.5em + 0.75rem + 7px);
}

.form-control:focus {
  box-shadow: unset;
}

/* yBox Direct Elements - Demo Structure */
.media-item-direct {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

/* Grid layouts for direct yBox elements */
.media-group-grid.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.media-group-grid.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
}

.media-group-grid.grid-3 .media-item-large {
  grid-row: 1/3;
}

.media-group-grid.grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
}

/* Video layout - mixed video and images */
.media-group-grid.video-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}

.media-group-grid.video-layout .media-item-direct:first-child {
  grid-row: 1/3;
}

/* Keep existing styles for media content */
.media-item-direct .grouped-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Fix chat area action hover rotation */
.chat__area-action:hover,
.chat__area-action:hover i,
.chat__area-action i:hover {
  transform: none !important;
  transition: none !important;
}


.media-item-direct .media-sequence-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
}

.media-item-direct .media-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.media-item-direct .video-play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
}

.container-fluid.page__container {
  padding: 0px !important;
}

@media (max-width: 380px) {
  .container-fluid.page__container {
    padding: 0px !important;
  }
}

@media (max-width: 991px) {
  .page-container {
    padding: 0px !important;
  }
}



.edit-profile-card {
  margin-top: 80px;
  background-color: #f5f8fa;
  border-radius: 10px;
  box-shadow: 0px 2px 6px 0px #e4e7ea;
}

.edit-profile-card .profile__img-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 98;
}

.edit-profile-card__btn {
  margin-top: 100px;
}

.profile__logo-img-wrapper img,
.profile__favicon-img-wrapper img {
  border: 1px solid #f5f8fa;
}

.pwa-icon-wrapper img {
  border: 1px solid #f5f8fa;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-regent-opacity-3 {
  background-color: #f5f8fa;
  border-radius: 50px;
  padding: 0.25rem 0.5rem !important;
  color: #009ef7;
}

@media (max-width: 991px) {
  .bg-regent-opacity-3 {
    padding: 0.25rem 1rem !important;
  }
}

.truncate-div {
  width: calc(100% - 40px);
}

.truncate-button {
  width: calc(100% - 110px);
}

.contact-checkbox {
  width: 23%;
  display: inline-block !important;
}

@media (max-width: 420px) {
  .contact-checkbox {
    width: 48%;
  }
}

@media (max-width: 991px) {
  .new-user-btn {
    display: none;
  }
}

@media (max-width: 991px) {
  .user-header {
    width: 100%;
  }
}

@media (max-width: 410px) {
  .user-filter {
    flex-direction: column !important;
  }
}

@media (max-width: 410px) {
  .user-filter .user-select2:first-child {
    margin-right: 0 !important;
  }
}

@media (max-width: 768px) {
  .remove-tooltip {
    pointer-events: none;
  }
}

.modal-new-conversation {
  min-width: unset;
}

.modal-dialog {
  border-radius: 10px;
  overflow: hidden;
}

.modal-dialog .modal-header {
  border-bottom: 1px solid #f5f8fa;
  background-color: #f5f8fa;
  align-items: center;
}

.modal-dialog .modal-header .close:focus {
  outline: none;
}

.modal-dialog .modal-header .modal-title {
  font-weight: 700;
  color: #024a66;
  letter-spacing: 1px;
}

.conversation-modal .nav-link {
  color: #009ef7;
}

.conversation-modal .nav-link.active {
  background-color: #009ef7;
}

.conversation-modal .tab-content {
  border: 0;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.online-status {
  color: #a1a5b7;
}

@media (max-width: 380px) {
  .online-status {
    font-size: 12px;
  }
}

.group-about-sidebar .nav {
  justify-content: space-evenly;
}

.group-about-sidebar .nav .nav-link {
  color: #009ef7;
}

.group-about-sidebar .nav .nav-link .badge-secondary {
  background-color: #f1faff;
  color: #009ef7;
}

.group-about-sidebar .nav .nav-link.active {
  background-color: #009ef7;
  color: #fff;
}

.group-about-sidebar .nav .nav-link.active .badge-secondary {
  background-color: #fff;
  color: #009ef7;
}

.group-about-sidebar .tab-content .badge-primary {
  background-color: #009ef7;
}

.group-about-sidebar .tab-content .chat__person-box {
  border-bottom: 1px dashed #ebebeb !important;
}

.group-about-sidebar .chat-profile__column .btn-delete-group {
  background-color: #f86c6b !important;
  border: 1px solid #f86c6b !important;
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
}

.group-about-sidebar .chat-profile__column .btn-delete-group:hover {
  background-color: #f64846 !important;
  border: 1px solid #f64846 !important;
}

.group-about-sidebar .chat-profile__column .btn-delete-group:focus {
  box-shadow: none !important;
  outline: none;
  color: #000;
}

.msg-badges {
  background-color: #4d4d4d3b;
  border: 1px solid #50505061;
  color: #009ef7;
}

table.dataTable thead .sorting_asc {
  background-image: url(/assets/images/asc_sort.png?3d7c4c97c56e959d5f45dc4d9e23b229);
}

table.dataTable thead .sorting_desc {
  background-image: url(/assets/images/desc_sort.png?dd54840f8b59474816817d9795781d36);
}

.user-name-data {
  color: #009ef7;
  font-weight: 500;
  cursor: default;
}

.user-name-data:hover {
  text-decoration: none;
  color: #0095e8;
}

.user-email-data {
  font-weight: 500;
  color: #5f5f5f;
}

.switch-slider {
  border-radius: 50px;
  border: 1px solid #eff2f5;
  background-color: #eff2f5;
}

.switch-slider::before {
  border-radius: 50%;
  border: 1px solid #eff2f5;
}

.switch-slider::after {
  color: #eff2f5 !important;
}

.switch-outline-primary-alt .switch-input:checked+.switch-slider {
  border-color: #009ef7;
  background-color: #009ef7;
}

.switch-outline-primary-alt .switch-input:checked+.switch-slider::before {
  border-color: #fff;
  background-color: #fff;
}

.switch-outline-primary-alt .switch-input:checked+.switch-slider::after {
  color: #009ef7 !important;
}

.chat__person-box--active a {
  pointer-events: none;
}

.chat__person-box .chat-message a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.clusterize-scroll {
  max-height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

a#activeChatTab,
a#archiveChatTab {
  padding: 20px;
}

.chat__search-wrapper {
  /* display: none; */
}

@media (max-width: 380px) {
  .edit-profile-image {
    flex-direction: column-reverse !important;
  }
}

@media (max-width: 380px) {
  .edit-profile-image .edit-profile-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
  }
}

.permission-lh {
  line-height: 1.2;
}

@media (max-width: 380px) {
  .radio-group-section {
    margin-top: 5px !important;
  }
}

@media (max-width: 380px) {

  .div-group-type,
  .div-group-privacy {
    flex-direction: column !important;
  }
}

@media (max-width: 380px) {

  .div-group-type .radio-group-type,
  .div-group-privacy .radio-group-type {
    justify-content: flex-start !important;
  }
}

@media (max-width: 991px) {
  .new-group-members .added-members {
    border-top: 1px solid #ebebeb;
  }
}

@media (max-width: 991px) {
  .chat__people-wrapper--responsive {
    transform: translateX(-279px);
  }
}

@media (max-width: 991px) {
  .chat__people-wrapper--responsive .chat__people-wrapper-header {
    padding: 16px 14px;
  }
}

@media (max-width: 991px) {
  .chat__people-wrapper--responsive .chat__people-wrapper-button {
    margin-right: 0 !important;
  }
}

@media (max-width: 991px) {
  .chat__people-wrapper--responsive .chat__search-responsive-icon {
    margin-right: 8px !important;
  }
}

@media (max-width: 991px) {
  .chat__people-wrapper--responsive .chat__person-box {
    padding-right: 7px !important;
  }
}

@media (max-width: 991px) {
  .chat__not-selected.not-selected {
    position: unset;
    transform: unset;
  }
}

@media (max-width: 991px) {
  .chat__area-form {
    padding-right: 0.5rem;
  }
}

@media (max-width: 360px) {
  .chat__profile-avatar {
    width: 130px;
  }
}

@media (max-width: 330px) {
  .chat__profile-avatar {
    width: 100px;
  }
}

@media (max-width: 420px) {
  .chat__area-header-avatar {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}

.chat__area-header-avatar {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.chat__area-header-avatar img {
  width: auto;
  height: auto;
}

@media (max-width: 420px) {
  .chat__area-header-avatar img {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 420px) {
  .chat__header-top {
    margin-left: 10px !important;
  }
}

.chat__inner {
  box-shadow: unset;
  background-color: transparent;
  border-radius: 10px;
}

.chat__search {
  background-color: #f5f8fa;
  border-radius: 10px;
}

.chat__search-input {
  background-color: #f5f8fa;
}

.chat__people-wrapper {
  background-color: #fff;
  border-radius: 10px;
  border-right: unset;
  z-index: 11;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

@media (max-width: 991px) {
  .chat__people-wrapper {
    left: 0;
  }
}

@media (max-width: 380px) {
  .chat__area-title {
    font-size: 16px;
  }
}

.chat__area-wrapper {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .chat__area-wrapper {
    margin-left: 70px;
  }
}

@media (max-width: 991px) {
  .chat__area-wrapper {
    margin-left: 0;
    max-width: 100%;
  }
}

.chat__person-box-detail p {
  color: #a1a5b7;
}

.chat__person-box-time {
  color: #a1a5b7;
}

.chat__area-header {
  border-bottom: unset;
  background: #f5f8fa;
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin: 16px;
  padding: 0;
  height: 60px;
}

@media (max-width: 1100px) {
  .chat__area-header>div:first-child {
    align-self: unset !important;
  }
}

.chat__area-text {
  height: fit-content !important;
  border-top: 1px solid #eff2f5;
}

.chat__area-icon i {
  color: #a1a5b7;
}

.chat__area-icon:hover i {
  color: #009ef7;
}

.chat__person-box {
  padding: 10px 15px;
  border: unset !important;
}

.chat__person-box::before {
  background-color: #009ef7;
  width: 4px;
}

.chat__person-box:hover {
  background-color: #f5f8fa;
}

.chat__person-box-name {
  margin-bottom: 0 !important;
}

.chat__person-box--active {
  background-color: #f5f8fa;
}

.chat__msg-day-divider {
  background-color: unset;
}

.chat__text-preview {
  position: relative;
  bottom: 0%;
  background: #fff;
  z-index: 10;
}

.chat__reply-text {
  background-color: #f1faff;
  border-radius: 10px;
}

.chat__reply-text .reply-to-user,
.chat__reply-text .replay-message {
  padding-left: 25px;
}

.chat__reply-text h5 {
  color: #009ef7;
}

.chat__reply-close {
  padding-top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.chat__reply-close .replay-close-btn {
  font-size: 22px;
}

.chat__person-box-count {
  color: #50cd89;
  background-color: #e8fff3;
}

.chat__person-box-status--online {
  background-color: #50cd89;
}

.chat__msg-day-title {
  background-color: #f5f8fa;
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
  height: unset;
  padding: 10px 20px;
  line-height: 0;
  color: #73818f;
  position: relative;
  font-size: 12px;
}

@media (min-width: 450px) {
  .chat__msg-day-title::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    left: -90px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #fff, #c9ccd7);
  }
}

@media (min-width: 450px) {
  .chat__msg-day-title::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    right: -90px;
    left: unset;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #c9ccd7, #fff);
  }
}

.chat__not-selected .fa,
.chat__no-archive-conversation .fa,
.chat__no-conversation .fa {
  color: #009ef7;
}

.chat__msg-day-new-msg {
  border: 1px solid #009ef7;
  color: #009ef7;
}

.chat__tab-nav .nav-item a.active {
  border-bottom-color: #009ef7;
}

.chat__tab-nav .nav-item a.active:focus {
  border-bottom-color: #009ef7;
}

.chat__area-form .emojionearea.txtMessage.emojionearea-inline {
  background-color: #f5f8fa;
  box-shadow: none;
}

.chat__area-form .emojionearea.txtMessage.emojionearea-inline>.emojionearea-button {
  top: 8px;
}

.chat__area-form .emojionearea.emojionearea-inline>.emojionearea-editor {
  top: 3px;
  background-color: #f5f8fa;
  white-space: unset !important;
  height: 29px;
  overflow-y: auto !important;
  padding: 3px 0 !important;
  margin: 3px 12px 3px 0 !important;
}

.chat .emojionearea .emojionearea-editor:empty:before {
  white-space: nowrap;
}

.chat__area-send-btn {
  background-color: #009ef7;
}

.chat__area-media-btn {
  background-color: #f5f8fa;
}

.chat__area-media-btn .fa {
  transition: all 0.2s ease;
}

.chat__area-media-btn:hover {
  background-color: #f1faff;
}

.chat__area-media-btn:hover .fa {
  color: #009ef7;
}

.chat__area-send-btn--disable {
  background-color: #f5f8fa;
}

.chat .text-logo-color {
  color: #009ef7;
}

.msg-info--active {
  background-color: #fff;
  z-index: 14;
  border-left: unset;
  border-radius: 10px;
}

.chat-profile--active {
  background-color: #fff;
  border-radius: 10px;
  border-left: unset;
  z-index: 14;
}

@media (min-width: 992px) {
  .chat-profile--active {
    margin-left: 1rem;
  }
}

.chat-profile--active .edit-group {
  transition: all 0.3s ease;
}

.chat-profile--active .edit-group:hover {
  color: #009ef7;
}

.chat-profile__column .fa {
  color: #aeb0b1;
  font-size: 16px;
}

.chat-profile__header {
  margin: 16px;
  background: #f5f8fa;
  border-radius: 10px;
  padding: 5px 15px;
}

.chat-profile__about {
  color: #024a66;
  font-size: 20px;
}

.group-members-list-chat-select__list-item:hover,
.user-list-chat-select__list-item:hover {
  background-color: #f5f8fa;
}

.group-members-list-chat-select__list-item .add-group-member,
.user-list-chat-select__list-item .add-group-member {
  background-color: #009ef7;
  color: #fff;
  border: 1px solid #f5f8fa;
  border-radius: 8px;
}

.group-members-list-chat-select__list-item .remove-group-member,
.user-list-chat-select__list-item .remove-group-member {
  border-radius: 8px;
}

.group-members-list-chat-select__list-item .add-user-contact-name,
.user-list-chat-select__list-item .add-user-contact-name {
  color: #23282c;
  font-weight: 500 !important;
}

.group-members-list-chat-select__list-item .add-user-email,
.user-list-chat-select__list-item .add-user-email {
  color: #a1a5b7;
  font-weight: 400;
}

.chat-conversation {
  height: calc(100%);
  padding-bottom: 140px;
  padding-top: 100px;
}

.chat-conversation__sender .chat-conversation__bubble {
  background-color: #f1faff !important;
  border-radius: 15px 0 15px 15px;
}

.chat-conversation__sender .chat-conversation__bubble::before {
  border-color: #f1faff transparent transparent transparent !important;
}

.chat-conversation__sender .chat-conversation__bubble .person-name-texture {
  color: #ffffff;
  font-weight: bold;
}

.chat-conversation__sender .chat-conversation__bubble .conversation-reply-text {
  background-color: #ffffff29;

}

.chat-conversation__sender .chat-conversation__bubble .conversation-reply-text .reply-confirm-text {
  word-break: break-all;
}


.chat-conversation__sender .chat-conversation__bubble p {
  color: #1e1e2d;
}

.chat-conversation__sender .chat-conversation__bubble-text {
  color: #1e1e2d;
  word-break: break-word;
}

.chat-conversation__sender .chat-conversation__menu {
  margin-left: 34px;
}

.chat-conversation__sender .chat-container__read-status--read {
  color: #009ef7;
}

.chat-conversation__receiver .chat-conversation__bubble {
  background-color: #f8f5ff !important;
  border-radius: 0 15px 15px 15px;
}

.chat-conversation__receiver .chat-conversation__bubble::before {
  border-color: transparent #f8f5ff transparent transparent !important;
}

.chat-conversation__receiver .chat-conversation__bubble .chat-conversation__bubble-text {
  color: #1e1e2d;
  word-break: break-word;
}

.chat-conversation__receiver .chat-conversation__bubble .person-name-texture {
  color: #1e1e2d !important;
}

.chat-conversation__receiver .chat-conversation__bubble .conversation__receiver-reply-text {
  background-color: #fff !important;
}

.chat-conversation__receiver .chat-conversation__bubble .conversation__receiver-reply-text .reply-confirm-text {
  word-break: break-all;
}

.chat-conversation__receiver .bubble-border-green {
  border: 2px solid #0099ff !important;
}

.chat-conversation__bubble-text {
  max-width: 400px;
  width: 100%;
  font-weight: 500;
  word-spacing: 1px;
}

@media (max-width: 490px) {
  .chat-conversation__bubble img {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 390px) {
  .chat-conversation__bubble img {
    width: 70px;
    height: 70px;
  }
}

.chat-conversation__bubble img.emojione {
  width: 25px;
  height: 25px;
}

.chat-conversation__bubble p {
  word-break: break-all;
}

.chat-conversation__avatar .img-fluid {
  max-width: unset !important;
}

.custom-control-label::before,
input[type=radio],
input[type=checkbox] {
  background-color: #f5f8fa;
  border: 1px solid rgba(0, 158, 247, 0.2);
}

.custom-control-input:checked~.custom-control-label::before {
  border-color: #009ef7;
  background-color: #009ef7;
}

.switch-checkbox input:checked+label {
  background-color: #009ef7;
}

.custom-checked {
  width: 15px;
  height: 15px;
}

.public-badge {
  background-color: #fc6369;
  color: #fff;
  border-radius: 50px;
}

.private-badge {
  background-color: #42c9af;
  color: #fff;
  border-radius: 50px;
}

.language-menu:focus-visible,
.dropdown.notification:focus-visible {
  outline: none;
}

.chat-replay-dropdown {
  z-index: 1;
}

.app-header {
  border-color: #f3f3f3;
}

.app-header .notification__popup {
  margin-top: 14px !important;
}

@media (max-width: 620px) {
  .app-header .notification__popup {
    right: -135px !important;
  }
}

@media (max-width: 480px) {
  .app-header .notification__popup {
    max-width: 340px;
    right: -95px !important;
  }
}

@media (max-width: 380px) {
  .app-header .notification__popup {
    max-width: 300px;
    right: -95px !important;
  }
}

@media (max-width: 340px) {
  .app-header .notification__popup {
    max-width: 300px;
    right: -110px !important;
  }
}

.app-header .notification__popup .dropdown-header {
  background-color: #009ef7;
  color: #fff;
}

.app-header .notification__popup .dropdown-header .header-heading {
  display: flex;
  align-items: center;
}

.app-header .notification__popup .dropdown-header .header-heading span {
  background-color: #fff;
  color: #009ef7;
}

.app-header .notification__popup .dropdown-header .header-button a {
  background-color: #fff;
  color: #009ef7;
}

.app-header .notification__popup .notification-item .notification__info-count {
  background-color: #009ef7;
  height: 20px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.app-header .sidebar-toggler .header-arrow {
  color: #009ef7;
}

.app-header .sidebar-toggler .header-arrow-small {
  color: #009ef7;
  margin-right: -3px;
  position: relative;
  top: -1px;
}

.app-header .navbar-nav .dropdown-right {
  right: 0 !important;
}

@media (max-width: 991px) {
  .app-header .navbar-nav .dropdown-right {
    right: -65px !important;
  }
}

@media (max-width: 480px) {
  .app-header .navbar-nav .dropdown-right {
    margin-top: 14px !important;
  }
}

.app-header .navbar-nav .avatar-name {
  color: #009ef7;
  font-weight: 600;
  transition: all 0.3s ease;
}

@media (max-width: 480px) {
  .app-header .navbar-nav .avatar-name .profile-name {
    display: none;
  }
}

.app-header .navbar-nav .avatar-name:focus-visible {
  outline: none;
}

.app-header .navbar-nav .notification__icon span {
  background-color: #009ef7;
  color: #fff;
}

.app-header .navbar-nav .language-menu .dropdown-toggle {
  color: #009ef7 !important;
}

.app-header .navbar-brand {
  width: 230px;
}

.dropdown-menu {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 10px;
  overflow: hidden;
}

.dropdown-menu .dropdown-header {
  border-bottom: none;
  padding: 10px 20px;
}

.dropdown-menu .dropdown-text {
  background-color: #009ef7;
  color: #fff;
  font-size: 14px;
}

.dropdown-menu .dropdown-item {
  border: 0 solid #f3f3f3;
  cursor: pointer;
  transition: all 0.1s ease;
}

.dropdown-menu .dropdown-item .fa {
  transition: all 0.1s ease;
}

.dropdown-menu .dropdown-item:hover {
  color: #009ef7 !important;
  background-color: #f1faff;
}

.dropdown-menu .dropdown-item:hover .fa {
  color: #009ef7;
}

.dropdown-menu .dropdown-item:active {
  background-color: #f3f3f3;
}

.dropdown-menu .changeLanguage.dropdown-item {
  border: none;
}

.profile {
  border-radius: 10px;
  border: none;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
  height: calc(100vh);
}

.profile__inner {
  border-radius: 10px;
  padding: 20px;
  background-color: #ffffff0d;
  border: 1px solid #ffffff1f;
  backdrop-filter: blur(6px);
}

.profile__img-wrapper {
  width: 140px;
  height: 140px;
}

.profile__update-label {
  border-radius: 20px;
  background-color: rgba(0, 158, 247, 0.9);
}

.profile__update-label:hover {
  color: #fff;
  background-color: #009ef7;
}

.profile .remove-profile-img {
  border-radius: 20px;
}

@media (max-width: 380px) {
  .profile .width-100 {
    width: 100% !important;
  }
}

.sidebar-minimized .sidebar .sidebar-nav .navbar-brand {
  padding: 12px 10px;
  transition: all 0.3s ease;
}

.sidebar-minimized .sidebar .sidebar-nav .nav .nav-item .nav-link {
  transition: all 1s ease;
  height: unset;
  width: unset;
}

.sidebar-minimized .sidebar .sidebar-nav .nav .nav-item:hover {
  overflow: visible;
  transition: all 0.3s ease;
  width: 50px;
}

.sidebar-toggler:focus:not(:focus-visible) {
  box-shadow: none;
}

.header-fixed .app-body {
  margin-top: 0 !important;
}

@media (min-width: 992px) {
  .sidebar-fixed .sidebar {
    width: 265px;
    top: 0;
    bottom: 0;
    z-index: 1021;
  }
}

@media (min-width: 992px) {
  .sidebar-fixed .app-header+.app-body .sidebar {
    height: 100vh;
  }
}

@media (min-width: 992px) {
  .sidebar-lg-show.sidebar-fixed .main {
    margin-left: 265px !important;
  }
}

@media (max-width: 991px) {
  .sidebar-show.sidebar-fixed .main {
    margin-left: 265px !important;
  }
}

.sidebar-show .app-header .sidebar-toggler {
  transform: rotate(180deg);
}

html:not([dir=rtl]) .sidebar {
  margin-left: -265px;
}

@media (min-width: 992px) {
  .sidebar-lg-show.sidebar-fixed .app-footer {
    margin-left: 265px !important;
  }
}

@media (min-width: 992px) {
  .sidebar-lg-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-left: 50px !important;
  }
}

@media (min-width: 992px) {
  .sidebar-minimized.sidebar-fixed .sidebar {
    width: 75px;
  }
}

@media (min-width: 992px) {
  .sidebar-minimized .sidebar .sidebar-minimizer {
    width: 75px;
    background-color: #1c1c28;
  }
}

@media (min-width: 992px) {

  .sidebar-fixed:not(.sidebar-lg-show) .main,
  .sidebar-fixed:not(.sidebar-lg-show) .app-footer {
    margin-left: 75px;
  }
}

@media (min-width: 992px) {
  .sidebar-fixed:not(.sidebar-lg-show) .sidebar {
    width: 75px !important;
    margin-left: 0 !important;
  }

  .sidebar-fixed:not(.sidebar-lg-show) .sidebar:hover {
    width: 265px !important;
  }

  .sidebar-fixed:not(.sidebar-lg-show) .sidebar:hover .sidebar-nav {
    width: 265px !important;
  }

  .sidebar-fixed:not(.sidebar-lg-show) .sidebar:hover .sidebar-nav .sidebar-toggler {
    transform: rotate(180deg);
  }

  .sidebar-fixed:not(.sidebar-lg-show) .sidebar:hover .sidebar-nav .nav .nav-item .nav-link span {
    visibility: visible;
  }

  .sidebar-fixed:not(.sidebar-lg-show) .sidebar .sidebar-nav {
    width: 75px;
  }

  .sidebar-fixed:not(.sidebar-lg-show) .sidebar .sidebar-nav .sidebar-toggler {
    transition: all 0.3s ease;
  }

  .sidebar-fixed:not(.sidebar-lg-show) .sidebar .sidebar-nav .nav .nav-item .nav-link span {
    visibility: hidden;
  }
}

.sidebar {
  background-color: #1e1e2d;
}

@media (max-width: 992px) {
  .sidebar {
    width: 265px;
  }
}

.sidebar .sidebar-inner-header {
  background-color: #1c1c28;
  padding: 9.75px 7px;
}

.sidebar .sidebar-inner-header:hover {
  background-color: #1c1c28;
}

.sidebar .navbar-brand {
  padding: 12px 16px;
  transition: all 0.3s ease;
}

.sidebar .navbar-brand .brand-name-infy {
  color: #f5981c;
}

.sidebar .navbar-brand .brand-name-chat {
  color: #009ef7;
}

.sidebar .sidebar-nav {
  width: 265px;
}

.sidebar .sidebar-nav .sidebar-toggler .toggle-arrow {
  color: #009ef7;
}

.sidebar .sidebar-nav .sidebar-toggler .toggle-arrow-small {
  color: #009ef7;
  margin-left: -3px;
  position: relative;
  top: -1px;
}

.sidebar .sidebar-nav .nav {
  width: 265px;
  min-height: unset;
}

.sidebar .sidebar-nav .nav .nav-item .nav-link {
  transition: all 0.3s ease;
  padding: 9.75px 30px;
}

.sidebar .sidebar-nav .nav .nav-item .nav-link span {
  transition: all 0.3s ease;
  font-weight: 500;
  color: #9899ac;
}

.sidebar .sidebar-nav .nav .nav-item .nav-link:hover {
  background-color: #1c1c28;
}

.sidebar .sidebar-nav .nav .nav-item .nav-link:hover .nav-icon {
  color: #009ef7;
}

.sidebar .sidebar-nav .nav .nav-item .nav-link:hover span,
.sidebar .sidebar-nav .nav .nav-item .nav-link.active span {
  color: #fff;
}

.sidebar .sidebar-nav .nav .nav-item .nav-link.active {
  color: #009ef7;
  background: #1c1c28;
}

.sidebar .sidebar-nav .nav .nav-item .nav-link.active .nav-icon {
  opacity: 0;
  -webkit-animation: growUpActive 0.3s forwards;
  animation: growUpActive 0.3s forwards;
  color: #009ef7;
}

@-webkit-keyframes growUpActive {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes growUpActive {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.app-footer {
  background-color: #fff;
  border-color: #f3f3f3;
  z-index: 1001;
}

@media (max-width: 440px) {
  .app-footer {
    height: 65px;
  }
}

.paginate_button {
  border-radius: 50% !important;
  transition: all 0.3s ease;
}

.paginate_button:not(.current):hover {
  background-color: unset !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:not(.current):hover {
  background-color: unset !important;
  color: #009ef7 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #009ef7 !important;
  border: 1px solid #009ef7 !important;
  box-shadow: unset !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: grey !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  color: grey !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: unset !important;
  box-shadow: none;
}

.index__btn {
  background-color: #f5f8fa;
  color: #a1a5b7;
  transition: all 0.2s ease;
  padding: 0 3px;
}

.index__btn .action-icon {
  transition: all 0.2s ease;
}

.index__btn.btn-ghost-success:hover {
  background-color: #f5f8fa;
  border-color: #f5f8fa;
}

.index__btn.btn-ghost-success:hover .action-icon {
  color: #009ef7;
}

.index__btn.btn-ghost-danger:hover {
  background-color: #f5f8fa;
  border-color: #f5f8fa;
}

.index__btn.btn-ghost-danger:hover .action-icon {
  color: #fc6369;
}

.zoom-video {
  padding: 3px 5px;
  border-radius: 3px;
}

.btn-ghost-danger:focus,
.btn-ghost-success:focus {
  background-color: #f5f8fa !important;
  border-color: #f5f8fa !important;
}

.table-bordered> :not(caption)>* {
  border-width: 0;
}

:not(pre)::-webkit-scrollbar,
::-webkit-scrollbar-thumb {
  height: 0;
}

.table> :not(:first-child) {
  border-top: 1px dashed #f3f3f3;
}

.dataTables_wrapper .dataTables_info {
  padding-top: 24px !important;
}

table.dataTable {
  border: none;
}

table.dataTable .dataTables_empty {
  --bs-table-striped-bg: #fff;
}

table.dataTable.no-footer {
  border-bottom: 1px dashed #f3f3f3;
}

table.dataTable tr {
  border-bottom: 1px dashed #f3f3f3;
}

table.dataTable thead th {
  border: none;
  vertical-align: middle;
  color: #a1a5b7;
}

table.dataTable thead td {
  border: none;
  padding: 14px;
}

table.dataTable tbody th {
  border: none;
}

table.dataTable tbody td {
  border: none;
  padding: 14px;
}

.page__heading {
  font-size: 26px;
  font-weight: 600;
  color: #024a66;
}

.main-table .card {
  border-radius: 10px;
  overflow: hidden;
  border: none;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
}

.main-table .card .page-header {
  border-bottom: 1px solid rgba(253, 253, 253, 0.2);
  padding: 1.25rem !important;
  background-color: #f5f8fa;
}

.main-table .card .card-body .table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5f8fa !important;
}

.main-table .card .card-body .dataTables_filter input[type=search]:focus {
  box-shadow: none;
}

.main-table .card .card-body .dataTables_length select {
  border: 1px solid #979797;
  border-radius: 5px;
  padding: 2px;
}

.main-table .card .card-body .dataTables_length select:focus-visible {
  outline: none;
}

.main-table .card .card-body .dataTables_wrapper .dataTables_filter input {
  height: calc(1.5em + .75rem + 12px);
  border-radius: 10px !important;
  border: 1px solid #f5f8fa !important;
  background-color: #f5f8fa;
  min-width: 230px;
}

.main-table .card .card-body .dataTables_wrapper .dataTables_filter input:focus {
  background-color: #eef3f7;
}

#filter_user+.select2-container {
  width: 171px !important;
}

.select2-container .select2-dropdown {
  border: 1px solid #e4e7ea !important;
}

.select2-container .select2-dropdown .select2-results__option--highlighted {
  background-color: #009ef7 !important;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  min-height: 45px !important;
  height: auto;
  border-radius: 10px !important;
  border: 1px solid #f5f8fa !important;
  background-color: #f5f8fa;
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--multiple .select2-selection__rendered {
  line-height: 33px !important;
  margin-top: 2.5px !important;
  margin-bottom: 2.5px !important;
}

.select2-container .select2-selection--single .select2-selection__choice,
.select2-container .select2-selection--multiple .select2-selection__choice {
  line-height: 26px !important;
}

.select2-container .select2-selection--single .select2-selection__arrow,
.select2-container .select2-selection--multiple .select2-selection__arrow {
  top: 10px;
}

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

.user-select2 .select2-selection--single,
.user-select2 .select2-selection--multiple {
  background-color: #fff;
}

.account-container {
  max-width: 550px;
}

.forgot-pw-container {
  max-width: 540px;
  width: 100%;
}

.login-group {
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}

.login-group__card {
  border: 1px solid transparent;
  width: 100%;
}

.login-group__title {
  font-weight: 800;
  color: #024a66;
  letter-spacing: 1px;
}

@media (max-width: 425px) {
  .login-group__title {
    font-size: 34px;
  }
}

.login-group__sub-title {
  font-size: 14px;
  font-weight: 500;
  color: #3f4254;
}

.login-group .register-link {
  color: #009ef7;
}

.login-group .register-link:hover {
  text-decoration: none !important;
  color: #008ede;
}

.login-group__hover {
  color: #024a66;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.login-group__hover:hover {
  color: #009ef7;
}

.login-group__signup-text {
  color: #fff !important;
  font-weight: 800;
  letter-spacing: 1px;
}

.login-group__signup-subtext {
  color: #e4f7ff !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.login-group__input {
  height: calc(1.5em + .75rem + 12px);
  border-radius: 10px !important;
  border: 1px solid #f5f8fa !important;
  background-color: #f5f8fa !important;
}

.login-group__input:focus {
  box-shadow: none;
  border: 1px solid #eef3f7 !important;
  background-color: #eef3f7 !important;
}

.login-group__btn {
  line-height: 40px;
  border-radius: 10px;
}

.login-group__checkbox label {
  color: #024a66;
}

.login-group__checkbox input {
  width: 18px;
  height: 18px;
}

.login-group__forgot {
  color: #024a66;
}

.login-group__line {
  height: 1px;
  background-color: #f3f3f3;
}

.login-group__line span {
  background-color: #fff;
  padding: 0 20px;
  color: #024a66;
}

.login-group__img {
  -o-object-fit: cover;
  object-fit: cover;
}

.login-group__register-btn {
  height: 45px;
  border-radius: 10px !important;
  background-color: #009ef7;
}

.login-group__register-btn:hover {
  background-color: #0095e8;
  border: 1px solid #0095e8;
}

.login-group__login-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.login-group__rounded {
  border: 1px solid #f3f3f3;
  border-radius: 10px;
}

.login-group__rounded a {
  color: #024a66;
  transition: all 0.3s ease;
}

.profile-emoji .emojionearea.emojionearea-inline {
  height: auto !important;
  border-radius: 10px;
  border: 1px solid rgba(0, 158, 247, 0.05);
}

.profile-emoji .emojionearea.emojionearea-inline .emojionearea-button>div {
  right: 3px;
  top: 6px;
}

.profile-emoji .emojionearea.emojionearea-inline>.emojionearea-editor {
  top: 5px;
  left: 8px;
}

.profile-emoji .emojionearea.emojionearea-inline>.emojionearea-editor::before {
  top: 10px;
  left: 55%;
  bottom: 4px;
}

@media (max-width: 991px) {
  .user-status-emoji .emojionearea .emojionearea-picker.emojionearea-picker-position-right {
    margin-right: -156px !important;
    top: 52px;
    height: 276px;
    width: 246px;
  }
}

@media (max-width: 330px) {
  .user-status-emoji .emojionearea .emojionearea-picker.emojionearea-picker-position-right {
    height: 236px;
  }
}

@media (max-width: 991px) {
  .user-status-emoji .emojionearea .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper {
    height: 276px;
    width: 246px;
  }
}

@media (max-width: 330px) {
  .user-status-emoji .emojionearea .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper {
    height: 236px;
  }
}

@media (max-width: 991px) {
  .user-status-emoji .emojionearea .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper .emojionearea-scroll-area {
    height: 185px;
  }
}

@media (max-width: 330px) {
  .user-status-emoji .emojionearea .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper .emojionearea-scroll-area {
    height: 150px;
  }
}

@media (max-width: 991px) {
  .user-status-emoji .emojionearea .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper:after {
    transform: rotate(90deg);
    left: 16px;
    top: -15px !important;
  }
}

@media (max-width: 991px) {
  .user-status-emoji .emojionearea .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper .emojionearea-filters {
    overflow-x: auto;
  }
}

.app-footer a {
  color: #009ef7;
}

@media (max-width: 991px) {
  .hide-sidebar {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .show-sidebar {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
  }
}

@media (max-width: 991px) {
  .chat__people-wrapper-bar {
    display: none;
  }
}

.back-to-chat {
  background: #fff;
  border: 1px solid #e8eaf2;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: #73788b;
  margin-right: 15px;
  cursor: pointer;
}

@media (min-width: 991px) {
  .back-to-chat {
    display: none !important;
  }
}

@media (max-width: 420px) {
  .back-to-chat {
    margin-right: 10px;
  }
}

.begin-chat-btn {
  width: calc(100% - 20px) !important;
  margin: 10px auto;
  display: block;
}

.dataTables_paginate {
  margin-bottom: 5px;
}

@media (max-width: 400px) {
  .audio-control audio {
    transform: scale(0.8);
    margin-left: -30px;
  }
}

@media (max-width: 330px) {
  .audio-control audio {
    transform: scale(0.75);
    margin-left: -38px;
  }
}

@media (max-width: 991px) {
  .landing {
    height: 100vh;
  }
}

@media (max-width: 1120px) and (min-width: 1024px) {
  .emojionearea .emojionearea-picker.emojionearea-picker-position-top {}
}

@media (max-width: 500px) {
  .emojionearea .emojionearea-picker.emojionearea-picker-position-top {
    left: 0;
    width: 360px;
  }
}

@media (max-width: 420px) {
  .emojionearea .emojionearea-picker.emojionearea-picker-position-top {}
}

@media (max-width: 500px) {
  .emojionearea .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper {
    width: 360px;
  }
}

.emojionearea .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper .emojionearea-filters {
  overflow-x: auto;
}

@media (max-width: 1120px) and (min-width: 1024px) {
  .emojionearea .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper:after {
    right: 120px;
  }
}

@media (max-width: 420px) {
  .emojionearea .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper:after {
    right: 115px;
  }
}

@media (max-width: 390px) {
  .dropzone .dz-preview {
    margin: 0 auto !important;
    padding: 15px;
    display: block;
  }
}

@media (max-width: 390px) {
  .dropzone .dz-preview .dz-image {
    margin: 0 auto;
  }
}

@media (max-width: 390px) {
  .dropzone .dz-preview .dz-remove {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

@media (max-width: 1450px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 18em !important;
  }
}

@media (max-width: 1450px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs .row {
    flex-direction: column;
  }
}

@media (max-width: 1450px) {

  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs .row .datepicker,
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs .row .timepicker {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

.bootstrap-datetimepicker-widget table td.active {
  background-color: #009ef7;
}

.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #009ef7;
}

.bootstrap-datetimepicker-widget table td.day {
  line-height: 26px;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #009ef7;
}

@media (max-width: 400px) {
  .swal2-input::-moz-placeholder {
    font-size: 16px;
  }

  .swal2-input:-ms-input-placeholder {
    font-size: 16px;
  }

  .swal2-input::placeholder {
    font-size: 16px;
  }
}

@media (max-width: 350px) {
  .swal2-input::-moz-placeholder {
    font-size: 14px;
  }

  .swal2-input:-ms-input-placeholder {
    font-size: 14px;
  }

  .swal2-input::placeholder {
    font-size: 14px;
  }
}

.reported-by,
.reported-to,
.reported-user-notes {
  padding: 10px;
  border-radius: 10px !important;
  border: 1px solid #f5f8fa !important;
  background-color: #f5f8fa !important;
}

.ekko-lightbox a {
  opacity: 1;
  color: #20a8d8;
}

.ekko-lightbox-nav-overlay a {
  color: #fff;
}

.ekko-lightbox-nav-overlay a:first-child {
  margin-left: -40px;
}

.ekko-lightbox-nav-overlay a:last-child {
  margin-right: -40px;
}

.ekko-lightbox-nav-overlay a span {
  padding: 0;
}

.ekko-lightbox.modal .modal-dialog {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 991px) {
  .truncate-block-button {
    width: calc(100% - 140px);
  }
}

@media (max-width: 991px) {
  .ekko-lightbox.modal.fade.in.show .modal-dialog {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
}

.ekko-lightbox.modal.fade.in.show .modal-dialog .modal-content .modal-header {
  padding: 1rem 1rem 0 1rem;
  border-bottom: unset;
  background-color: #fff;
}

.back-to-login__btn {
  color: #009ef7;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.back-to-login__btn:hover {
  color: #008ede;
}

@media (max-width: 400px) {
  .back-to-login__btn {
    margin-bottom: 10px;
    margin-right: auto;
  }
}

@media (max-width: 400px) {
  .forgot-pw-block {
    flex-direction: column !important;
  }
}

.red {
  color: red;
}

.dropzone .dz-default.dz-message {
  margin: 3em 0;
}

/* Dropzone background styling */
/* .dropzone {
  background-image: url('/assets/images/folder.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */

.conversation-dropzone {
  background: url(/assets/images/attachement.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-color: #f3f3fb;
  border-radius: 20px;
  border-color: aliceblue;
}

.dropzone .dz-preview.dz-image-preview {
  background: #111b21;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0px 4px 9px #111b21;
}

.custom-checkbox {
  padding-right: 15px;
  max-width: 50%;
  flex: 0 0 50%;
}

@media (min-width: 991px) {
  .custom-checkbox {
    max-width: 33%;
    flex: 0 0 33%;
  }
}

@media (min-width: 768px) {
  .custom-checkbox {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 1600px) {
  .custom-checkbox {
    max-width: 33%;
    flex: 0 0 33%;
  }
}

@media (max-width: 1599px) and (min-width: 768px) {
  .custom-checkbox:nth-child(even) {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .custom-checkbox:nth-child(even) {
    padding-right: 0;
  }
}

.start-date-width {
  width: 20vh !important;
}

@media (max-width: 767px) {
  .start-date-width {
    min-width: 200px !important;
  }
}

.yBoxOverlay {
  padding-left: 10px;
  padding-right: 10px;
}



@media (max-width: 991px) {
  .chat__person-box-msg-time .hide-ele {
    visibility: visible !important;
  }
}

@media (max-width: 420px) {
  .media-wrapper a {
    max-width: 115px;
  }
}

.mw-unset {
  max-width: unset !important;
}

.add-icon {
  width: 18px;
  height: auto;
  margin-top: -2px;
}

.edit-icon {
  width: 24px;
  height: auto;
}

.cms-img-wrapper img {
  border: 1px solid #f5f8fa;
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.end-0 {
  right: 0 !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.top-0 {
  top: 25px !important;
}

/* Grouped Media Display Styles (WhatsApp/Telegram style) */
.grouped-media-container {
  max-width: 320px;
  margin: 8px 0;
}

.media-group-grid {
  display: grid;
  gap: 2px;
  border-radius: 12px;
  overflow: hidden;
}

.media-group-grid.grid-2 {
  grid-template-columns: 1fr 1fr;
  max-height: 200px;
}

.media-group-grid.grid-3 {
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  max-height: 200px;
}

.media-group-grid.grid-3 .media-item-large {
  grid-row: 1 / 3;
}

.media-group-grid.grid-4 {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  max-height: 200px;
}

/* Special video layout: video left portrait + images right landscape */
.media-group-grid.video-layout {
  display: grid;
  grid-template-columns: 160px 1fr;
  /* Video column narrower (portrait), images column wider */
  grid-template-rows: repeat(2, 1fr);
  gap: 2px;
  max-height: 280px;
  /* Taller to accommodate portrait video */
  max-width: 320px;
}

.media-group-grid.video-layout .video-portrait {
  grid-row: 1 / 3;
  /* Video spans full height (portrait) */
  min-height: 280px;
}

.media-group-grid.video-layout .image-landscape {
  min-height: 138px;
  /* Half height for landscape images */
}

.media-item {
  position: relative;
  overflow: hidden;
  background: #f0f0f0;
}

.media-item a {
  display: block;
  height: 100%;
  width: 100%;
}

.grouped-media-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  min-height: 98px;
}

.media-sequence-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 2px 6px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
  z-index: 10;
  min-width: 18px;
  text-align: center;
}

.media-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  font-weight: 600;
  z-index: 9;
}

.video-play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: none;
  /* Allow clicks to pass through to parent link */
}

.video-play-overlay:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translate(-50%, -50%) scale(1.1);
}

.video-play-overlay i {
  margin-left: 2px;
  /* Slight offset for better centering */
  color: #ffffff !important;
}

/* Safari video thumbnail support */
.grouped-media-container video {
  background-color: #f0f0f0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  /* Allow clicks to pass through to parent link */
}

/* Ensure video thumbnails load properly in Safari */
@supports (-webkit-appearance: none) {
  .grouped-media-container video {
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: radial-gradient(white, black);
  }
}


/* Dark theme support */
body.dark-theme .media-sequence-badge {
  background: #009ef7;
  color: white;
}

body.dark-theme .media-overlay {
  background: rgba(0, 0, 0, 0.7);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .grouped-media-container {
    max-width: 280px;
  }

  .media-group-grid.grid-2,
  .media-group-grid.grid-3,
  .media-group-grid.grid-4 {
    max-height: 160px;
  }

  .grouped-media-img {
    min-height: 78px;
  }
}

/* Placeholder for grouped media while loading */
.grouped-media-placeholder {
  max-width: 320px;
  min-height: 60px;
  background: rgba(0, 168, 132, 0.1);
  border: 1px dashed rgba(0, 168, 132, 0.3);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 168, 132, 0.8);
  font-size: 14px;
  margin: 8px 0;
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 0.7;
  }

  50% {
    opacity: 1;
  }
}

body.dark-theme .grouped-media-placeholder {
  background: rgba(0, 168, 132, 0.15);
  border-color: rgba(0, 168, 132, 0.4);
  color: rgba(0, 168, 132, 0.9);
}

/* Video layout mobile responsive */
@media (max-width: 768px) {
  .media-group-grid.video-layout {
    grid-template-columns: 120px 1fr;
    max-height: 200px;
    max-width: 260px;
  }

  .media-group-grid.video-layout .video-portrait {
    min-height: 200px;
  }

  .media-group-grid.video-layout .image-landscape {
    min-height: 98px;
  }
}

/* Media caption styling */
.media-caption {
  font-size: 14px;
  line-height: 1.4;
  word-wrap: break-word;
  max-width: 100%;
  padding: 8px 0 4px 0;
  color: inherit;
  font-weight: normal;
}


.emojionearea {
  position: relative;
  /* Establish positioning context */
  display: flex;
  align-items: baseline;
  flex-direction: column-reverse;
  /* Makes content grow upwards */
  min-height: 4em;
  /* Match your editor's min-height */
}

.emojionearea .emojionearea-editor {
  min-height: 4em;
  max-height: 15em;
  border-color: #efefef;
  overflow-y: auto;
  /* Add scroll when content exceeds max-height */
  width: 100%;
  /* Ensure it fills container */
}

.dropzone .dz-default.dz-message {
  background-color: transparent;
  width: fit-content;
  padding: 8px;
  border-radius: 10px;
}

body.dark-theme .chat-container__time {
  background: rgba(45, 45, 45, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 0.75rem;
  border: 1px solid rgba(85, 85, 85, 0.3);
}

.chat-conversation__sender .chat-container__time {
  right: 22px;
}

.chat-conversation__receiver .chat-conversation__bubble .chat-container__time,
.chat-conversation__sender .chat-container__time {

  bottom: -27px;

}

.bubble-border-green:before,
.chat-conversation__bubble:before {
  top: 15px !important;
}

button.navbar-toggler.sidebar-toggler.d-md-down-none {
  display: none;
}

.emojionearea .emojionearea-button>div,
.emojionearea .emojionearea-picker .emojionearea-wrapper:after {
  background-image: url(../images/emojies.svg) !important;
  background-size: contain;
  filter: brightness(0) invert(1);
  /* Turns black to white */
}




.emojionearea .emojionearea-picker .emojionearea-search>input {
  text-transform: lowercase;


}

.emojionearea .emojionearea-picker .emojionearea-search>input {
  background-color: #00000022 !important;
  color: #ffffff;
}

.emojibtn {
  padding: 10px !important;
}

.emojionearea .emojionearea-picker .emojionearea-wrapper {
  position: relative;
  height: 276px;
  width: 400px;
}

.page-container {
  padding: 0;
}

div#templatesDropdown {
  position: absolute;
  left: 16px;

}

div#templatesDropdown img {
  filter: brightness(0) invert(1);
}

a.yBox {
  display: block;
  text-align: center;
}

.figure-img {
  overflow: hidden;
}

.figure-img img {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  height: auto;
  max-height: 300px;
}


.message .mb-0 a {
  background-color: #00000054;
  padding: 2px 4px 2px 4px;
  line-height: 18px;
  border-radius: 8px;
}

body.chat__area-text {
  background-color: #efefef !important;
  border-top: 1px solid var(--wa-dark-border) !important;
  padding: 0 0 0 44px;
}

button#templatesDropdownButton {
  padding: 6px;
}

div#dropdownMenuButton i {
  font-size: 20px;
}

/* Modern Toast Notifications Override */
.jq-toast-wrap {
  width: 320px !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

.jq-toast-single {
  padding: 16px 20px !important;
  border-radius: 12px !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06) !important;
  border: none !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin-bottom: 12px !important;
  position: relative;
  overflow: hidden;
}

.jq-toast-single h2.jq-toast-heading {
  font-size: 16px !important;
  font-weight: 600 !important;
  margin: 0 0 8px 0 !important;
  letter-spacing: -0.02em !important;
  font-family: inherit !important;
}

/* Success Toast - Modern Green */
.jq-icon-success {
  background-color: #10B981 !important;
  color: #FFFFFF !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.jq-icon-success::before {
  content: "✓";
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}

.jq-icon-success.jq-has-icon {
  padding-left: 50px !important;
  background-image: none !important;
}

/* Info Toast - Modern Blue */
.jq-icon-info {
  background-color: #3B82F6 !important;
  color: #FFFFFF !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.jq-icon-info::before {
  content: "i";
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: serif;
  font-style: italic;
}

.jq-icon-info.jq-has-icon {
  padding-left: 50px !important;
  background-image: none !important;
}

/* Error Toast - Modern Red */
.jq-icon-error {
  background-color: #EF4444 !important;
  color: #FFFFFF !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.jq-icon-error::before {
  content: "✕";
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}

.jq-icon-error.jq-has-icon {
  padding-left: 50px !important;
  background-image: none !important;
}

/* Warning Toast - Modern Orange */
.jq-icon-warning {
  background-color: #F59E0B !important;
  color: #FFFFFF !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.jq-icon-warning::before {
  content: "⚠";
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 18px;
  color: #FFFFFF;
}

.jq-icon-warning.jq-has-icon {
  padding-left: 50px !important;
  background-image: none !important;
}

/* Close Button */
.close-jq-toast-single {
  top: 12px !important;
  right: 12px !important;
  font-size: 18px !important;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.close-jq-toast-single:hover {
  opacity: 1;
}

/* Progress Bar */
.jq-toast-loader {
  height: 3px !important;
  border-radius: 0 0 12px 12px !important;
  top: auto !important;
  bottom: 0 !important;
}

/* Animation Enhancement */
.jq-toast-single {
  animation: modern-slide-in 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes modern-slide-in {
  from {
    opacity: 0;
    transform: translateX(100px) scale(0.8);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.media-wrapper {
  border: none;
}

/* Mention styling */
.mention {
  color: #007bff;
  background-color: #e3f2fd;
  padding: 2px 4px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.mention:hover {
  background-color: #bbdefb;
  text-decoration: none;
}

.mention:active {
  background-color: #90caf9;
}

/* Fix for clickable menu buttons */
.open-profile-menu {
  font-size: 22px;
  cursor: pointer !important;
  pointer-events: auto !important;
  transition: color 0.2s ease;
  border: none !important;
  background: transparent !important;
  color: #a1a5b7 !important;
}

.open-profile-menu:hover,
.open-profile-menu:focus {
  color: #009ef7 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.open-profile-menu:hover i,
.open-profile-menu:focus i {
  color: #009ef7 !important;
}

/* Make profile menu work with JavaScript toggle */
.chat-profile {
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 350px !important;
  height: 100vh !important;
  z-index: 9999 !important;
  background: white !important;
  border-left: 2px solid #009ef7 !important;
  overflow-y: auto !important;
  padding: 20px !important;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1) !important;
  transform: translateX(100%) !important;
  transition: transform 0.3s ease !important;
  display: block !important;
}

.chat-profile--active {
  transform: translateX(0) !important;
}

.chat-profile--out {
  transform: translateX(100%) !important;
}

/* Mention Dropdown Styling */
#mention-dropdown {
  background: white;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0.375rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .175);
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  min-width: 200px;
  font-size: 0.875rem;
  margin-left: 30px;
}

.mention-dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  cursor: pointer;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.mention-dropdown-item:hover,
.mention-dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
  text-decoration: none;
}

.mention-dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
  text-decoration: none;
}

.contact-title-status{
  display: none;
}

.mention-dropdown-item strong {
  color: #0d6efd;
  font-weight: 600;
}

.language-menu {
  display: none;
}

.chat__people-wrapper--responsive .group-icon {
  margin: 0;
}

/* Custom Notification System - Clean Version */

/* Notification Bell Button */
.custom-notification-trigger {
  position: relative;
}

.notification-bell-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  color: #009ef7;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.2s ease;
  position: relative;
}

.notification-bell-btn:hover {
  background-color: #f1faff;
  color: #0095e8;
  text-decoration: none;
}

.notification-bell-btn i.fa-bell {
  font-size: 18px;
}

/* Notification Badge */
.notification-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  background-color: #dc3545;
  color: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 10px;
  font-weight: 600;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  text-align: center;
  line-height: 1;
  z-index: 10;
}

/* Custom Notification Panel */
.custom-notification-panel {
  width: 100%;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-top: 3px solid #009ef7;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-height: 0;
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
  opacity: 0;
  transition: all 0.3s ease;
  visibility: hidden;
}

.custom-notification-panel.show {
  max-height: 400px;
  height: auto;
  min-height: 200px;
  margin-bottom: 10px;
  opacity: 1;
  visibility: visible;
}

/* Panel Header */
.notification-panel-header {
  background-color: #f8f9fa;
  padding: 12px 16px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.notification-header-content strong {
  color: #2c3e50;
  font-size: 14px;
}

.close-notification-panel {
  background: none;
  border: none;
  color: #6c757d;
  font-size: 14px;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.close-notification-panel:hover {
  background-color: #e9ecef;
  color: #495057;
}

/* Panel Body */
.notification-panel-body {
  max-height: 320px;
  overflow-y: auto;
}

/* No Notifications State */
.no-notifications {
  padding: 50px 20px;
  text-align: center;
  background-color: #f8f9fa;
  border-radius: 0 0 8px 8px;
}

.no-notifications-content {
  color: #6c757d;
  animation: fadeInUp 0.5s ease;
}

.no-notifications-content i.fa-bell-o {
  font-size: 40px;
  margin-bottom: 16px;
  opacity: 0.4;
  color: #009ef7;
}

.no-notifications-content p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Dark Theme Support */
body.dark-theme .notification-bell-btn {
  color: #9ca3af;
}

body.dark-theme .notification-bell-btn:hover {
  background-color: #404040;
  color: #009ef7;
}

body.dark-theme .custom-notification-panel {
  background-color: #2a2a2a;
  border-color: #404040;
  border-top-color: #009ef7;
}

body.dark-theme .notification-panel-header {
  background-color: #333333;
  border-bottom-color: #404040;
}

body.dark-theme .notification-header-content strong {
  color: #e2e8f0;
}

body.dark-theme .close-notification-panel {
  color: #9ca3af;
}

body.dark-theme .close-notification-panel:hover {
  background-color: #404040;
  color: #e2e8f0;
}

body.dark-theme .no-notifications {
  background-color: #333333;
}

body.dark-theme .no-notifications-content {
  color: #9ca3af;
}

body.dark-theme .no-notifications-content i.fa-bell-o {
  color: #009ef7;
}

/* Bulk Delete Functionality */
.chat__sidebar-footer {
  padding: 12px 20px;
  border-top: 1px solid #eee;
  background-color: #f8f9fa;
}

.bulk-delete-toggle {
  border: none !important;
  background: none !important;
  color: #6c757d !important;
  transition: color 0.2s ease;
}

.bulk-delete-toggle:hover {
  color: #dc3545 !important;
}

.bulk-selection-controls {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.selected-count {
  font-size: 12px;
  color: #6c757d;
  white-space: nowrap;
}


.conversation-checkbox {
  accent-color: #2196f3;
  cursor: pointer;
  pointer-events: all;
  margin: 20px 20px;
  background-color: #00000060;
}

/* Bulk selection mode styles */
.bulk-selection-mode .contact-area {
  position: relative;
  /* display: inline-flex;
    flex-direction: row;
    align-items: center; */
  margin-bottom: 1px;

}

.bulk-selection-mode .chat__person-box {
  position: relative;
  margin-left: 60px;
  cursor: default;
  user-select: none;
}

.bulk-selection-mode .chat__person-box:hover {
  background-color: #f0f8ff;
}

.bulk-selection-mode .chat__person-box.selected {
  background-color: #e3f2fd !important;
  border-left: 4px solid #2196f3;
}

.bulk-selection-mode .chat-item-menu {
  display: none !important;
}

.btn-bulk-delete {
  background-color: red;
  padding: 8px 20px;
  color: #ffffff;
  font-size: 16px;
}

.btn-bulk-delete-cancel {
  background-color: #2a3942;
  padding: 8px 20px;
  color: #ffffff;
  font-size: 16px;
}

.chat-profile__media-container .ybox-thumb {
  width: 64px !important;
  height: 64px !important;
  margin: 0 8px 8px 0;
}

.chat-profile__media-container .media-item-direct .video-play-overlay {
  width: 38px;
  height: 38px;
}

.chat-conversation__bubble-text iframe {
  width: -webkit-fill-available;
  min-height: 250px;
}

.close {
  color: #ffffff;
  opacity: 1;
}

/* .profile__inner {
  align-items: end;
} */
.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block {
  padding: 20px 0 0 7px;
}

.emojionearea .emojionearea-picker .emojionearea-search-panel+.emojionearea-scroll-area {
  height: 180px;
}

.emojionearea .emojionearea-picker .emojionearea-search-panel .emojionearea-tones {
  margin-top: 8px;
}

/* Status Toggle Button Styles */
.status-toggle .status-icon {
  margin-right: 8px;
  font-size: 10px;
}

.status-toggle:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

a.nav-link.avatar-name {
  padding: 0 0 0 10px;
}

.emojionearea.emojionearea-standalone .emojionearea-editor.has-placeholder {
  background: none !important;
}

.btn-add-members img {
  width: 26px;
  height: auto;
}

.edit-group {
  margin-right: 30px !important;
  font-size: 20px !important;
  color: #ffffff;
}

.close.chat-profile__close-btn {
  font-size: 26px !important;
  transition: 1s;

}

.close.chat-profile__close-btn:hover {
  font-size: 26px !important;
  opacity: 0.6;
  color: #ffffff;

}

.group-profile-image i {
  line-height: 24px;
  font-size: 18px !important;
}

#editProfileForm .profile__inner {
  justify-content: flex-end !important;
}

/* ===== MESSAGE VIEWS COUNTER ===== */
.chat-container__views {
  font-size: 10px;
  color: #6c757d;
  margin-top: 2px;
  display: flex;
  align-items: center;
  gap: 3px;
}

.chat-container__views .fa-eye {
  font-size: 9px;
  opacity: 0.7;
}

.chat-container__views .views-count {
  font-weight: 500;
}

/* Dark theme support for views */
.dark-mode .chat-container__views {
  color: #adb5bd;
}

/* Mobile responsiveness for views */
@media (max-width: 991px) {
  .chat-container__views {
    font-size: 9px;
  }

  .chat-container__views .fa-eye {
    font-size: 8px;
  }
}


/* Mention dropdown styles */
#mention-dropdown {
  z-index: 10000 !important;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  max-height: 200px;
  overflow-y: auto;
  min-width: 200px;
}

.mention-dropdown-item {
  padding: 8px 12px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s;
}

.mention-dropdown-item:last-child {
  border-bottom: none;
}

.mention-dropdown-item.mention-selected {
  background-color: #ffffff !important;
  color: white !important;
}

.mention-dropdown-item:hover:not(.mention-selected) {
  background-color: #f8f9fa;
}

.mention-dropdown-item strong {
  font-weight: 600;
}

.dropzone .dz-preview .dz-image img {
  width: -webkit-fill-available;
}

a.dz-remove {
  /* display: contents;
  margin-top: 20px;
  background-color: #e2e8f0;
  border-radius: 10px;
  text-decoration: none; */
}

.nav-tabs .nav-link{
  border-top-left-radius: 0;
  border-top-right-radius: 0;

}