.search-input {
  height: 40px;
  min-height: 40px;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  background-color: var(--Color-BackgroundTertiary);
  border-radius: 12px;
}

.search-input input {
  flex: 1 1 0;
  outline: none;
  border: 0;
  font-size: 14px;
  z-index: 3;
  background-color: transparent;
  color: var(--Color-Title);
}

.search-input .input-icon {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  padding: 0 12px;
}

.col-open-rooms {
  transform: translate(0) !important;
  box-shadow: #11111a1a 0 0 16px;
}

.room-list {
  flex: 1;
  position: relative;
  max-width: 100%;
  cursor: pointer;
  padding: 0 10px 5px;
  overflow-y: auto;
}

.room-list::-webkit-scrollbar {
  width: 4px;
}

.room-list::-webkit-scrollbar-track {
  background: transparent;
}

.room-list::-webkit-scrollbar-thumb {
  background: #4e4e4e;
  border-radius: 50px;
}

.room-list::-webkit-scrollbar-thumb:hover {
  background: var(--Color-Title);
}

.room-list.vac-scroll-smooth {
  scroll-behavior: smooth;
}

.room-list .room-item:hover {
  background-color: var(--Color-BackgroundTertiary);
}

.room-list .room-bar {
  width: 3px;
  height: 20px;
  background-color: #2d9ccf;
  position: absolute;
  left: 10px;
  border-radius: 16px;
}

.room-list .room-item {
  border-radius: 8px;
  align-items: center;
  display: flex;
  flex: 1 1 100%;
  margin-bottom: 5px;
  padding: 0 14px;
  position: relative;
  min-height: 71px;
  transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  cursor: pointer;
}

.room-list .room-item .room-icon {
  background-color: var(--background-primary);
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  line-height: 28px;
  font-size: 20px;
  border-radius: 50%;
}

.room-list .room-item .room-details {
  font-size: 18px;
  width: -webkit-fill-available;
  width: -moz-fill-available;
}

.room-list .room-item .room-title {
  color: var(--Color-Title);
  font-weight: 600;
  padding: 0 10px;
}

.room-list .room-item .room-des {
  padding: 0 10px;
  font-weight: 500;
  color: var(--Color-Subtitle);
}

.room-unread {
  background-color: var(--Color-Mint05);
  color: var(--Color-MintText);
  width: 30px;
  min-width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 500;
  height: 30px;
  min-height: 30px;
  border-radius: 50%;
}

.vac-room-item:hover {
  background-color: var(--Color-BackgroundTertiary);
}

.vac-room-item {
  border-radius: 8px;
  align-items: center;
  display: flex;
  margin-bottom: 5px;
  padding: 0 14px;
  position: relative;
  min-height: 64px;
  height: 64px;
  transition: background-color 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  cursor: pointer;
}

.vac-room-container {
  display: flex;
  flex: 1;
  align-items: center;
  width: 100%;
}

.vac-avatar {
  background-color: var(--Color-BackgroundPrimary);
  width: 32px;
  height: 32px;
  min-height: 32px;
  min-width: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

/* Style the controls (works in some browsers) */
audio::-webkit-media-controls-panel {
  background-color: var(--white); /* Red background for controls */
  color: var(--Color-Title);
}

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-mute-button {
  background-color: var(--Color-BackgroundSecondary); /* Green buttons */
  border-radius: 50%;
}

/* Style the current/time display */
audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display {
  color: var(--Color-Title);
}

.vac-name-container {
  flex: 1;
  margin: 0 9px;
}

.vac-format-message-wrapper .vac-format-container {
  display: inline;
}

.vac-text-ellipsis {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vac-room-container .vac-text-last {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 19px;
  color: var(--chat-room-color-message);
}

.vac-room-list {
  flex: 1;
  position: relative;
  max-width: 100%;
  cursor: pointer;
  padding: 0 10px 5px;
  overflow-y: auto;
}

.vac-room-name {
  font-size: 18px;
  font-weight: 700;
  flex: 1;
  color: var(--Color-Title);
}

.vac-text-date {
  font-size: 14px;
  font-weight: 500;
  color: var(--subtitle-light);
  line-height: 14px;
  direction: rtl;
}

.icon-wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}

.room-messages-list::-webkit-scrollbar,
.itemsdsd::-webkit-scrollbar,
.the-listsss::-webkit-scrollbar,
.files-wrapper::-webkit-scrollbar,
.accesss-list::-webkit-scrollbar,
textarea::-webkit-scrollbar,
.detail-item::-webkit-scrollbar,
.tagss-wrapper::-webkit-scrollbar,
.rooms-list::-webkit-scrollbar,
.custome-scroll::-webkit-scrollbar {
  width: 4px;
}

.room-messages-list::-webkit-scrollbar-track,
.itemsdsd::-webkit-scrollbar-track,
.the-listsss::-webkit-scrollbar-track,
.files-wrapper::-webkit-scrollbar-track,
.accesss-list::-webkit-scrollbar-track,
textarea::-webkit-scrollbar-track,
.detail-item::-webkit-scrollbar-track,
.tagss-wrapper::-webkit-scrollbar-track,
.rooms-list::-webkit-scrollbar-track,
.custome-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.room-messages-list::-webkit-scrollbar-thumb,
.itemsdsd::-webkit-scrollbar-thumb,
.the-listsss::-webkit-scrollbar-thumb,
.files-wrapper::-webkit-scrollbar-thumb,
.accesss-list::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
.detail-item::-webkit-scrollbar-thumb,
.tagss-wrapper::-webkit-scrollbar-thumb,
.rooms-list::-webkit-scrollbar-thumb,
.custome-scroll::-webkit-scrollbar-thumb {
  background: #a8a8a8;
  border-radius: 50px;
}

.room-messages-list::-webkit-scrollbar-thumb:hover,
.itemsdsd::-webkit-scrollbar-thumb:hover,
.the-listsss::-webkit-scrollbar-thumb:hover,
.files-wrapper::-webkit-scrollbar-thumb:hover,
.accesss-list::-webkit-scrollbar-thumb:hover,
textarea::-webkit-scrollbar-thumb:hover,
.detail-item::-webkit-scrollbar-thumb:hover,
.tagss-wrapper::-webkit-scrollbar-thumb:hover,
.rooms-list::-webkit-scrollbar-thumb:hover,
.custome-scroll::-webkit-scrollbar-thumb:hover {
  background: #4e4e4e;
}

.room-messages-list.vac-scroll-smooth,
.itemsdsd.vac-scroll-smooth,
.the-listsss.vac-scroll-smooth,
.files-wrapper.vac-scroll-smooth,
.accesss-list.vac-scroll-smooth,
textarea.vac-scroll-smooth,
.detail-item.vac-scroll-smooth,
.tagss-wrapper.vac-scroll-smooth,
.rooms-list.vac-scroll-smooth,
.custome-scroll.vac-scroll-smooth {
  scroll-behavior: smooth;
}

.rooms-list {
  flex: 1;
  position: relative;
  max-width: 100%;
  padding: 5px 10px;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

.room-activated,
.room-activated .vac-avatar {
  background-color: var(--Color-Mint05);
}

.room-activated .vac-room-name {
  color: var(--Color-MintText);
}

.room-activated .active-line {
  background-color: var(--Color-MintText);
  height: 24px;
  width: 4px;
  position: absolute;
  right: 4px;
  border-radius: 16px;
}

.no-room-to-chat {
  position: absolute;
  left: 50%;
  top: 19%;
  transform: translate(-50%);
  font-size: 20px;
  white-space: nowrap;
}

.tabs-container {
  display: flex;
  gap: 14px;
  color: var(--Color-DisabledText);
  align-items: center;
  height: 50px;
  padding-top: 8px;
  padding-right: 16px;
  margin-bottom: 17px;
  border-bottom: 1px solid var(--Color-Separator);
  font-weight: 600;
  font-size: 14px;
}

.tabs-container .active {
  color: var(--Color-MintText);
}

.tabs-container .active:after {
  content: '';
  width: 104%;
  position: absolute;
  height: 2px;
  background-color: var(--Color-MintText);
  bottom: -11px;
}

.tabs-container .active .tab-count {
  background-color: var(--Color-Mint05) !important;
  color: var(--Color-MintText) !important;
}

.tabs-container .tabs-item {
  position: relative;
  cursor: pointer;
  display: flex;
  gap: 5px;
  min-width: 44px;
  justify-content: center;
}

.tabs-container .tabs-item .tab-count {
  font-weight: 500;
  font-size: 14px;
  background-color: #ebebeb;
  color: #bdbebf;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabs-container .tabs-item span {
  display: flex;
  align-items: center;
}

.users-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  direction: ltr;
  background: var(--Color-BackgroundSecondary);
  width: 359px;
  height: 468px;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  box-shadow:
    #00000026 0 15px 25px,
    #0000000d 0 5px 10px;
}

.users-modal-mobile {
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
  position: static !important;
  transform: none !important;
  padding: 0 !important;
  gap: 8px !important;
}

.users-modal-mobile .search-input {
  margin: 0 !important;
}

.users-modal .user-item {
  display: flex;
  align-items: center;
  direction: ltr;
  gap: 8px;
  justify-content: end;
  border: 1px solid var(--Color-DefaultBorder);
  border-radius: 8px;
  min-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  padding: 0 12px;
  transition: all 0.3s;
  cursor: pointer;
}

.users-modal .user-item label {
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  margin: 0 !important;
}

.users-modal .user-item svg path {
  transition: all 0.3s;
}

.users-modal .user-item:hover {
  border: 1px solid var(--primary);
  background-color: var(--Color-Mint05);
}

.users-modal .user-item:hover svg path {
  stroke: var(--Color-MintText);
}

.users-modal .message-avatar {
  height: 32px;
  width: 32px;
  transform: translateY(-3px);
}

.users-modal .modal-body-users {
  margin-top: 16px;
}

.users-modal .modaal-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.users-modal .modaal-des {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.users-modal .grsssp {
  gap: 20px;
}

.users-modal .grsssp div {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
}

.users-modal .leavesd {
  border: 1px solid var(--Color-DefaultBorder);
  flex: 1;
  padding: 7px 0;
  border-radius: 8px;
}

.users-modal .deleter {
  color: var(--Color-WhiteText);
  background-color: #ff3b30;
  flex: 1;
  padding: 7px 0;
  height: 32px;
  border-radius: 8px;
}

.todo-widget-checkbox-chat {
  overflow: hidden;
  border-radius: 8px;
}

.todo-widget-checkbox-chat input[type='checkbox'] {
  display: none;
  visibility: hidden;
}

.todo-widget-checkbox-chat label {
  display: inline-block;
}

.todo-widget-checkbox-chat .cbx {
  position: relative;
  top: 1px;
  width: 17px;
  height: 17px;
  border: 2px solid var(--Color-DefaultBorder);
  background: #fafafa;
  border-radius: 4px;
  vertical-align: middle;
  transition: background 0.1s ease;
  cursor: pointer;
}

.todo-widget-checkbox-chat .cbx:after {
  content: '';
  position: absolute;
  top: 0;
  left: 5px;
  width: 5px;
  height: 10px;
  opacity: 0;
  transform: rotate(45deg) scale(0);
  border-right: 2px solid var(--Color-DefaultBorder);
  border-bottom: 2px solid var(--Color-DefaultBorder);
  transition: all 0.3s ease;
  transition-delay: 0.15s;
}

.todo-widget-checkbox-chat .lbl {
  margin-left: 5px;
  vertical-align: middle;
  cursor: pointer;
}

.todo-widget-checkbox-chat input[type='checkbox']:checked ~ .cbx {
  border-color: transparent;
  background: var(--Color-MintText);
}

.todo-widget-checkbox-chat input[type='checkbox']:checked ~ .cbx:after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.todo-widget-checkbox-chat .cntr {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}

.chat-btn {
  height: 40px;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  background: var(--Color-ActiveButton);
  border: none;
  color: var(--Color-WhiteText);
  font-size: 14px;
  min-height: 40px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
}

.chat-btn:hover {
  background: var(--Color-HoverSelectingPressing);
}

.chat-btn:hover .new-chat-dropdown-cointer {
  opacity: 1;
  pointer-events: all;
}

.chat-btn span {
  padding: 0 10px;
}

.cancel-btn {
  height: 40px;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  background: var(--Color-BackgroundSecondary);
  border: 1px solid var(--Color-DefaultBorder);
  color: var(--Color-Subtitle);
  font-size: 14px;
  min-height: 40px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
}

.cancel-btn:hover {
  background: var(--Color-BackgroundTertiary);
}

.cancel-btn:hover .new-chat-dropdown-cointer {
  opacity: 1;
  pointer-events: all;
}

.cancel-btn span {
  padding: 0 10px;
}

.buttons-group {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.thumbnail-preview {
  animation: load 3s linear infinite;
  float: left;
  fill: #f27235;
  animation: CHATspin 1s linear infinite;
}

.group-detaiels-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  direction: ltr;
  background: var(--Color-BackgroundSecondary);
  width: 359px;
  height: auto;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  box-shadow:
    #00000026 0 15px 25px,
    #0000000d 0 5px 10px;
}

.group-detaiels-modal-mobile {
  position: static !important;
  transform: none !important;
  width: 100% !important;
  box-shadow: none !important;
}

.group-detaiels-modal .upload-image-selector {
  background-color: var(--Color-BackgroundTertiary);
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}

.group-detaiels-modal .user-item {
  display: flex;
  align-items: center;
  direction: ltr;
  gap: 8px;
  justify-content: end;
  border: 1px solid rgb(237, 237, 237);
  border-radius: 8px;
  min-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  padding: 0 12px;
  transition: all 0.3s;
  cursor: pointer;
}

.group-detaiels-modal .user-item label {
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  margin: 0 !important;
}

.group-detaiels-modal .user-item svg path {
  transition: all 0.3s;
}

.group-detaiels-modal .user-item:hover {
  border: 1px solid rgb(0, 179, 171);
  background-color: var(--Color-Mint05);
}

.group-detaiels-modal .user-item:hover svg path {
  stroke: var(--Color-MintText);
}

.group-detaiels-modal .message-avatar {
  height: 32px;
  width: 32px;
  transform: translateY(-3px);
}

.group-detaiels-modal .modal-body-users {
  margin-top: 16px;
}

.group-detaiels-modal .modaal-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.group-detaiels-modal .modaal-des {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.group-detaiels-modal .grsssp {
  gap: 20px;
}

.group-detaiels-modal .grsssp div {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
}

.group-detaiels-modal .leavesd {
  border: 1px solid var(--Color-DefaultBorder);
  flex: 1;
  padding: 7px 0;
  border-radius: 8px;
}

.group-detaiels-modal .deleter {
  color: var(--Color-WhiteText);
  background-color: #ff3b30;
  flex: 1;
  padding: 7px 0;
  height: 32px;
  border-radius: 8px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

.isDisabled {
  color: var(--Color-DisabledText);
}

.isDisabled .disableBlocker {
  display: inline-block !important;
}

.isDisabled input,
.isDisabled .placeholder-chat {
  color: var(--Color-DisabledText) !important;
}

.disableBlocker {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 20;
  position: absolute;
}

.placeholder-chat {
  position: absolute;
  padding-left: 16px;
  transition: all 0.15s ease-in-out;
  font-size: 12px;
  -webkit-user-select: none;
  user-select: none;
  padding-right: 16px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

.flex-input:focus + .placeholder-chat,
.flex-input:not(:placeholder-shown) + .placeholder-chat {
  top: 12px;
  font-size: 10px;
  color: var(--Color-Subtitle);
}

.flex-input:focus {
  color: var(--Color-Title);
}

.input-container-chat {
  width: -moz-available;
  width: -webkit-fill-available;
  position: relative;
  height: 40px;
  min-height: 40px;
  border: 1px solid var(--Color-DefaultBorder);
  border-radius: 12px;
  background: var(--Color-BackgroundSecondary);
}

.flex-input {
  border-radius: 12px;
  width: -moz-available;
  width: -webkit-fill-available;
  font-size: 12px;
  padding-right: 16px;
  font-weight: 500;
  padding-left: 16px;
  border: 0;
  height: 40px;
  position: absolute;
  background-color: transparent;
  padding-top: 15px;
  box-sizing: border-box;
  z-index: 5;
  color: var(--Color-Title);
}

.flex-input:focus {
  outline: none;
}

.icon-component {
  cursor: pointer;
  width: fit-content;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(16px, 10px);
  z-index: 9;
}

.new-chat-btn {
  position: sticky;
  top: 180px;
  height: 40px;
  bottom: 10px;
  width: 120px;
  background: var(--Color-ActiveButton);
  border: none;
  color: var(--Color-WhiteText);
  font-size: 14px;
  min-height: 40px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
}

.new-chat-btn:hover {
  background: var(--Color-HoverSelectingPressing);
}

.new-chat-btn span {
  padding: 0 10px;
}

.new-chat-dropdown-icon {
  background-color: var(--Color-Mint05);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new-chat-dropdown-icon svg {
  scale: 1.2;
}

.new-chat-dropdown-item {
  display: flex;
  height: 50px;
  border-radius: 8px;
  align-items: center;
  gap: 15px;
  padding: 12px;
  transition: all 0.3s;
  cursor: pointer;
}

.new-chat-dropdown-item:hover {
  background-color: var(--Color-BackgroundTertiary);
}

.disabeld-create-chat {
  pointer-events: none;
}

.disabeld-create-chat * {
  color: #bdbebf !important;
}

.new-chat-dropdown-cointer {
  bottom: 55px;
}

.pointer-dropdown {
  height: 14px;
  width: 14px;
  background-color: var(--Color-BackgroundSecondary);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transform: translate(-45px, -2px);
}

.new-chat-dropdown {
  padding: 12px;
  width: 335px;
  height: auto;
  background-color: var(--Color-BackgroundSecondary);
  bottom: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 40px #00000014;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.new-chat-dropdown-mobile {
  padding: 0;
  width: 100%;
  box-shadow: none;
}

.new-chat-drop span {
  display: block;
  text-align: start;
}

.center-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.center-content path {
  fill: var(--Color-WhiteText);
}

.new-chat-drop-subtitle {
  color: var(--Color-Subtitle);
  font-size: 12px;
}

.new-chat-drop-title {
  color: var(--Color-Title);
  font-size: 16px;
  font-weight: 600;
}

.download-gta {
  position: fixed;
  width: 240px;
  height: fit-content;
  border-radius: 20px;
  z-index: 50;
  background-color: var(--Color-BackgroundSecondary);
  box-shadow: #64646f33 0 7px 29px;
}

.download-gta > div:first-child {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.download-gta > div:last-child {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.download_item {
  height: 44px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0 20px;
  border-bottom: 1px solid var(--Color-DefaultBorder);
}

.download_item:hover {
  background: var(--Color-BackgroundTertiary);
}

.download_item_danger {
  color: var(--Color-Danger95);
}

.download_item_danger:hover {
  background-color: var(--Color-Danger05);
}

.no-rooms {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-direction: column;
  gap: 8px;
}

.no-rooms .isocs {
  background-color: var(--Color-Mint05);
  height: 64px;
  width: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.no-rooms span {
  background-color: var(--Color-Mint05);
  color: var(--Color-MintText);
  border-radius: 8px;
  padding: 7px 16px;
  font-weight: 600;
  white-space: nowrap;
}

.hamberger2 {
  background-color: var(--Color-BackgroundPrimary);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin: 10px;
  position: absolute;
  cursor: pointer;
}

.room-messages-list {
  overflow-y: auto;
  display: flex;
  flex-direction: column-reverse;
  margin-top: 64px;
  flex: 1;
  padding-inline: 5px;
}

.section-pointer {
  overflow-y: auto;
  overflow-x: hidden;
}

.message-container {
  display: flex;
  gap: 12px;
  margin-top: 4px;
  justify-content: end;
}

.drag-n-ndrop-lay {
  background-color: #cecece6e;
  height: calc(100% - 115px);
  width: 100%;
  position: absolute;
  border-radius: 12px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  pointer-events: none;
}

.loading-rooms-spiiner {
  position: absolute;
  left: 45%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.message-wrapper {
  position: relative;
  background-color: var(--Color-BackgroundTertiary);
  max-width: 71%;
  min-width: 100px;
  overflow-wrap: anywhere;
  min-height: 46px;
  padding: 8px;
  border-radius: 8px;
  font-style: normal;
  font-weight: 500;
}

.message-wrapper:hover .reactions-wrapper-column {
  opacity: 1;
  pointer-events: all;
}

.message-reply-text {
  display: block;
  max-width: 100%;
  min-width: 100%;
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: rtl;
}

.message-info {
  display: flex;
  gap: 5.1px;
}

.message-username {
  font-size: 12px;
  white-space: nowrap;
  width: max-content;
  color: var(--Color-MintText);
}

.message-content-text {
  color: var(--Color-Title);
  white-space: pre-wrap;
  padding: 10px 0;
  font-weight: 700;
  line-height: 170%;
}

.message-avatar {
  width: 40px;
  height: 40px;
  background-color: var(--Color-Mint05);
  color: var(--Color-MintText);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: end;
}

.message-footer {
  height: 10px;
  position: relative;
}

.message-footer span {
  color: #bdbebf;
  position: absolute;
  bottom: -6px;
  font-size: 11px;
  white-space: nowrap;
}

.message-reply {
  color: var(--Color-Title);
  display: flex;
  direction: ltr;
  margin: 4px 0;
  background: var(--Color-BackgroundSecondary);
  border-radius: 5px;
  cursor: pointer;
}

.message-reply .reply-usernam {
  text-align: left;
}

.replay-bar {
  background-color: var(--Color-MintText);
  width: 4px;
  border-radius: 25px;
}

.video-preview {
  max-width: 100%;
  min-height: 120px;
}

.preview-n {
  max-width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
}

.preview-n img {
  transition: all 0.3s;
  max-width: 100%;
  max-height: 413px;
  cursor: pointer;
}

.preview-n .close-preview {
  display: none;
}

.open-preview {
  position: fixed;
  max-width: none;
  height: 100vh;
  width: 100vw;
  animation: colorTransitionchat 0.3s ease-in-out forwards;
  padding: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.open-preview .close-preview {
  position: absolute;
  top: 50px;
  scale: 2;
  right: 50px;
  display: inline-block !important;
}

.close-preview:hover path {
  fill: var(--Color-DefaultBorder);
}

@keyframes colorTransitionchat {
  0% {
    background-color: transparent;
  }
  to {
    background-color: #000c;
  }
}

.vac-message-image {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  height: 250px;
  max-width: 100%;
  min-width: 230px;
  border-radius: 4px;
  margin: 4px auto 5px;
  transition: 0.4s filter linear;
  max-height: 232px;
  cursor: pointer;
}

.main-wrapper123 {
  background-color: #c76b6b3d;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}

.vac-image-preview {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.vac-media-preview {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  background-color: #000c;
  outline: none;
  z-index: 1000000;
}

.vac-media-preview-container {
  height: calc(100% - 140px);
  width: calc(100% - 80px);
  padding: 70px 40px;
  margin: 0 auto;
}

.slide-fade-enter-active,
.slide-fade-exit-active {
  transition:
    opacity 0.3s,
    transform 0.3s;
}

.slide-fade-enter,
.slide-fade-exit-to {
  opacity: 0;
}

.slide-up-enter-active,
.slide-up-exit-active {
  transition:
    opacity 0.3s,
    transform 0.3s;
}

.slide-up-enter,
.slide-up-exit-to {
  transform: translateY(-10px);
  opacity: 0;
}

.slide-up-enter {
  transform: translateY(10px);
}

.col-rooms .search-input {
  margin: 0 12px;
}

.file-message {
  display: flex;
  margin-top: 5px;
  margin-bottom: 6px;
  position: relative;
  direction: ltr;
}

.file-message .file-size {
  white-space: nowrap;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  color: #bdbebf;
  direction: rtl;
  text-align: right;
  display: flex;
}

.file-message svg {
  width: 56px;
}

.label-usern span {
  max-width: 200px;
}

audio {
  max-width: 319px;
}

.self-message {
  justify-content: start;
}

.self-message .self-flex {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.self-message .message-reply {
  direction: initial !important;
  background: var(--Color-Mint05);
}

.self-message .message-reply .replay-bar {
  background-color: var(--Color-MintText);
}

.self-message .message-reply .reply-usernam {
  text-align: right !important;
}

.self-message .file-message {
  direction: rtl !important;
}

.self-message .file-message .file-size {
  direction: ltr !important;
  justify-content: end;
}

.self-message .message-wrapper {
  background-color: var(--primary08);
  color: var(--Color-Subtitle) !important;
}

.self-message .message-wrapper .file-size,
.self-message .message-wrapper .message-footer span,
.self-message .message-wrapper .message-username,
.self-message .message-wrapper .message-reply,
.self-message .message-wrapper .message-content-text {
  color: var(--Color-Title) !important;
}

.self-message .message-wrapper .message-footer span {
  color: var(--Color-Subtitle) !important;
}

.file-namess {
  cursor: pointer;
  max-width: 392px;
  padding-left: 10px;
  padding-top: 6px;
  padding-right: 6px;
}

.downArrow {
  position: absolute;
  background: var(--Color-BackgroundSecondary);
  bottom: 74px;
  left: 10px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: #64646f33 0 7px 29px;
  cursor: pointer;
  transition: all 0.3s;
}

.downArrow:hover {
  background-color: var(--Color-BackgroundPrimary);
}

.message-container {
  transition: background-color 1s;
  border-radius: 8px;
}

@keyframes fadeBackground {
  0% {
    background-color: #78cdff65;
  }
  to {
    background-color: transparent;
  }
}

.message-container.animate {
  animation: fadeBackground 3s ease-in-out;
}

.sdosdij {
  background: var(--Color-BackgroundSecondary);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  border-radius: 48%;
}

.sdosdij svg {
  scale: 0.7;
}

.delete-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--Color-BackgroundSecondary);
  width: 343px;
  height: 184px;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  box-shadow:
    #00000026 0 15px 25px,
    #0000000d 0 5px 10px;
}

.delete-modal .modaal-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.delete-modal .modaal-des {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.delete-modal .grsssp {
  gap: 20px;
}

.delete-modal .grsssp div {
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.delete-modal .leavesd {
  border: 1px solid var(--Color-DefaultBorder);
  flex: 1;
  border-radius: 8px;
  height: 32px;
}

.delete-modal .deleter {
  color: var(--Color-WhiteText);
  background-color: #ff3b30;
  flex: 1;
  border-radius: 8px;
  height: 32px;
}

.secrete-message {
  display: flex;
  gap: 5px;
}

.secrete-message .secretre-mess {
  background-color: var(--Color-Warning05);
  width: 211px;
  height: 63px;
  -webkit-backdrop-filter: blur(28px);
  backdrop-filter: blur(28px);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.secrete-message .secretre-avatar {
  background-color: var(--Color-Warning05);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.label-usern {
  width: fit-content;
  height: 15px;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  background-color: var(--Color-BackgroundSecondary);
  color: var(--Color-Title);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
}

.pointer-cursor {
  cursor: pointer;
}

.modal-back {
  background: #0000007a;
  height: 100vh;
  position: fixed;
  width: 100vw;
  top: 0;
  z-index: 1000000000;
  left: 0;
}

.image-download {
  position: absolute;
  left: 35px;
  background: #a6a6a6b3;
  top: 35px;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 50%;
  cursor: pointer;
}

.skeletom-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  top: 64px;
  width: 100%;
  direction: ltr;
  background: var(--Color-BackgroundSecondary) !important;
  padding: 15px;
  height: -webkit-fill-available;
  overflow: hidden;
  z-index: 20;
}

.skeletom-wrapper span {
  border-radius: 12px;
  z-index: 1000;
}

.no-mewssage {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.room-footer {
  padding: 5px;
  gap: 14px;
  flex: 1;
  background: var(--Color-BackgroundTertiary);
  border-radius: 16px;
  position: relative;
}

.microphone-wrapper {
  background: var(--Color-BackgroundTertiary);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 11px;
  min-width: 52px;
  width: fit-content;
  max-height: 52px;
  border-radius: 16px;
  cursor: pointer;
  height: 100%;
  align-self: end;
  gap: 7px;
}

.microphone-wrapper-mobile {
  width: 100%;
  justify-content: space-between;
  max-width: none;
}

.voice-blocker {
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: #ebebebd3;
  position: absolute;
  border-radius: 16px;
}

.voice-wrapper {
  position: relative;
  height: 52px;
  align-self: end;
}

.footer-recor + .voice-wrapper {
  width: 141px !important;
}

.footer-recor ~ .voice-wrapper {
  width: 141px !important;
}

.wrapppearas {
  height: 100%;
  width: 193%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.room-input-container-chat {
  flex-grow: 1;
  background-color: var(--Color-BackgroundTertiary);
  align-items: end;
  border-radius: 16px;
  display: flex;
  padding: 0 4px;
  position: relative;
}

.room-input-container-chat > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
}

.voice-controllers {
  display: flex;
  align-items: center;
}

.voice-controllers-mobile {
  padding: 5px;
}

.doneee path {
  fill: var(--Color-Success95);
}

.cancellsds path {
  fill: var(--Color-Danger95);
}

@keyframes colorChange {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }
  to {
    transform: scale(1.1);
    opacity: 1;
  }
}

.vac-dot-audio-record {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #eb4034;
  animation: colorChange 0.8s ease-in-out infinite alternate;
}

.input-textarea {
  max-height: 400px;
  overflow-y: auto;
  height: 42px;
  width: 100%;
  outline: 0;
  font-size: 18px;
  min-height: 40px;
  padding: 10px 8px 5px;
  resize: none;
  box-sizing: content-box;
  background: none;
  border: none;
  color: var(--Color-Title);
}

.dropdown {
  position: relative;
  display: inline-block;
}

.arrow-left {
  scale: 2;
}

.dropdown-button {
  background-color: #3498db;
  color: var(--Color-WhiteText);
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

.image-container12 {
  display: flex;
  width: 96%;
  position: absolute;
  z-index: 11;
  gap: 13px;
  transform: translateY(-6px);
  overflow-x: auto;
  height: inherit;
}

.footer-recor .dropdown-content {
  left: -160px !important;
}

.image-preview {
  display: flex;
  gap: 20px;
  transition: all 0.7s;
  overflow: hidden;
}

.image-preview .image-wrapper {
  border-radius: 8px;
  margin: 10px 0;
  background-color: var(--Color-BackgroundSecondary);
  padding: 10px;
}

.image-preview .image-wrapper .delete-icon {
  height: 6px;
  display: flex;
  width: 100px;
  z-index: 71;
  position: relative;
}

.image-preview .image-wrapper .delete-icon svg {
  scale: 1.6;
}

.image-preview .image-wrapper img {
  max-height: 120px;
  min-width: 100%;
  border-radius: 8px;
}

.image-preview .image-wrapper .file-title {
  width: 100%;
  padding-top: 5px;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 267px;
}

.image-preview .image-wrapper .file-prevew {
  background-color: var(--Color-BackgroundTertiary);
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  min-width: 100%;
  border-radius: 8px;
}

.image-preview .image-wrapper .file-prevew svg {
  scale: 1.8;
}

.replay-wrapper {
  display: flex;
  overflow: hidden;
  padding: 0 5px;
  transition: all 0.3s;
  z-index: 0;
  direction: ltr;
}

.replay-wrapper .reply-icon {
  display: flex;
  align-items: center;
}

.replay-wrapper .reply-icon svg {
  scale: 1.5;
}

.replay-wrapper .replay-detailes {
  flex: 1;
  margin: 10px 0;
}

.replay-wrapper .replay-detailes div {
  display: flex;
  flex-direction: row-reverse;
  padding: 0 15px;
}

.replay-wrapper .replay-detailes .replay-sub {
  font-size: 13px;
}

.replay-wrapper .replay-detailes .replay-des {
  font-size: 14px;
  word-break: break-all;
}

.replay-wrapper {
  display: flex;
  overflow: hidden;
  padding: 0 5px;
  transition: all 0.3s;
  z-index: 0;
  width: 200px;
  height: fit-content;
  width: -webkit-fill-available;
  width: -moz-fill-available;
}

.tagss-wrapper {
  overflow: auto;
  max-height: 150px;
  position: absolute;
  bottom: 100%;
  display: block !important;
  width: -webkit-fill-available;
  width: -moz-fill-available;
  height: fit-content;
  background: var(--Color-BackgroundSecondary);
  border: 1px solid var(--Color-DefaultBorder);
  border-radius: 12px;
  z-index: 11;
}

.tagss-wrapper .dep-avatar {
  background-color: var(--Color-BackgroundTertiary);
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.tagss-wrapper > .tagss-item {
  height: 45px;
  border-bottom: 1px solid var(--Color-DefaultBorder);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
}

.tagss-wrapper div:hover {
  background-color: #dddddd94;
  cursor: pointer;
}

.icon-wrapper {
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

.icon-wrapper:hover .icon-aramn-hover {
  background: var(--Color-BackgroundSecondary);
}

.itemsdsd {
  max-height: 350px;
  min-height: 300px;
  overflow: auto;
  opacity: 0;
  position: absolute;
  right: 99%;
  z-index: 10000;
  width: 200px;
  pointer-events: none;
  transition: all 0.3s;
  background-color: var(--Color-BackgroundSecondary);
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  box-shadow:
    #0000000d 0 6px 24px,
    #00000014 0 0 0 1px;
}

.input-iteeem:hover {
  background-color: var(--Color-BackgroundTertiary);
}

.inpute-selected {
  background-color: var(--Color-Mint05) !important;
  color: var(--Color-MintText) !important;
}

.input-iteeem {
  display: flex;
  gap: 10px;
  white-space: normal;
  padding: 10px;
  border-bottom: 1px solid var(--Color-DefaultBorder);
}

.dropdown-item-flex:hover .itemsdsd {
  pointer-events: all;
  opacity: 1;
}

.dropdown-content {
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid var(--Color-DefaultBorder);
  transition:
    opacity 0.3s,
    pointer-events 0.3s;
  display: flex;
  flex-direction: column;
  width: 400px;
  border-radius: 12px;
  background-color: var(--Color-BackgroundSecondary);
  bottom: 38px;
  z-index: 12;
  box-shadow: var(--Color-Light-DropDown-Shadow);
}

.dropdown-content li {
  padding: 10px;
}

.dropdown-content li a {
  color: #333;
  text-decoration: none;
}

.dropdown-content .item-wrapper:hover {
  background-color: var(--Color-BackgroundTertiary);
}

.dropdown-content .dropdown-item-flex {
  position: relative;
  width: 100%;
  border-bottom: 1px solid var(--Color-DefaultBorder);
}

.dropdown-content .dropdown-item-flex:last-child .item-wrapper {
  border-bottom: none;
  border-radius: 0 0 12px 12px;
}

.dropdown-content .dropdown-item-flex:first-child .item-wrapper {
  border-radius: 12px 12px 0 0;
}

.dropdown-content .dropdown-item-flex .item-icon {
  width: 25px;
  justify-content: center;
  display: flex;
}

.dropdown-content .dropdown-item-flex .item-icon svg {
  scale: 1.7;
}

.dropdown-content .dropdown-item-flex .item-wrapper {
  min-height: 48px;
  display: flex;
  padding-right: 15px;
}

.dropdown-content .dropdown-item-flex .item-wrapper > div {
  display: flex;
  align-items: center;
}

.dropdown-content .dropdown-item-flex .item-wrapper .detail-item {
  flex-grow: 1;
  padding: 0 10px;
  font-weight: 700;
  font-size: 16px;
  transform: translateY(2px);
  position: relative;
  width: -webkit-fill-available;
  display: flex;
  flex-flow: wrap;
  gap: 10px;
  transition: all 0.3s;
  min-height: 40px;
  align-items: center;
  max-height: 100px;
  overflow-y: overlay;
  overflow-x: hidden;
}

.dropdown-content .dropdown-item-flex .item-wrapper .chipds {
  background-color: var(--Color-Mint05);
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--Color-MintText);
  cursor: pointer;
  border-radius: 16px;
  padding: 2px 6px 0;
  font-size: 10px;
  height: 19px;
}

.dropdown-content .dropdown-item-flex .item-wrapper .chipds:first-child,
.dropdown-content .dropdown-item-flex .item-wrapper .chipds:nth-child(2) {
  margin-top: 20px;
}

.dropdown-content .dropdown-item-flex .item-wrapper .key-icon {
  scale: 1.18;
}

.dropdown-content .dropdown-item-flex .item-wrapper .settings2 {
  scale: 1.25;
}

.dropdown-content .items-wrapeer {
  background-color: red;
  position: absolute;
  right: 96%;
  bottom: -45px;
}

.item-placeHolder {
  font-weight: 500;
}

.inp:focus {
  outline: none;
}

.inp {
  flex: 1 0 50px;
  background: none;
  border: 0;
  min-width: 50px;
  z-index: 6;
  font-size: 12px;
}

.items-container-ww {
  display: flex;
  flex-wrap: wrap;
  height: 0px;
  transition: all 0.3s;
  padding: 0 16px;
}

.items-container-ww div:hover {
  background-color: #be7c7c;
}

.items-container-ww div {
  height: 25px;
  color: var(--Color-Title);
  background-color: var(--Color-BackgroundSecondary);
  border-radius: 16px;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-bs-root {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

/* ---------------- BACKDROP ---------------- */
.chat-bs-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* ---------------- SHEET ---------------- */
.chat-bs-sheet {
  position: relative;
  width: 100%;
  max-width: 600px;
  background: var(--Color-BackgroundSecondary);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  z-index: 1;
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

/* ---------------- HEADER ---------------- */
.chat-bs-header {
  touch-action: none;
  padding: 12px 0;
  display: flex;
  justify-content: center;
  cursor: grab;
}

.chat-bs-header:active {
  cursor: grabbing;
}

.chat-bs-handle {
  width: 80px;
  height: 5px;
  background: #e0e0e0;
  border-radius: 10px;
}

/* ---------------- CONTENT ---------------- */
.chat-bs-content {
  flex: 1;
  overflow-y: scroll;
  padding: 0 16px 24px;
}

/* ---------------- CLOSE BUTTON ---------------- */
.chat-bs-close-btn {
  position: absolute;
  top: 10px;
  right: 16px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

/* ---------------- STATES ---------------- */
.chat-bs-root.is-open .chat-bs-backdrop {
  opacity: 1;
}

.chat-bs-root.is-open .chat-bs-sheet {
  transform: translateY(0);
}

.chat-bs-root.is-closing .chat-bs-backdrop {
  opacity: 0;
  pointer-events: none;
}

.chat-bs-root.is-closing .chat-bs-sheet {
  transform: translateY(100%);
}

.dropdown-content--bottomsheet {
  position: static;
  width: 100%;
}

.accesss-list {
  max-height: 250px;
  overflow: auto;
  position: absolute;
  width: 100%;
  background: var(--Color-BackgroundSecondary);
  border: 1px solid var(--Color-DefaultBorder);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.placeholder {
  position: absolute;
  transition: all 0.3s;
  top: 15px;
}

.placeholder-open {
  top: 0;
  font-size: 13px;
}

.loader-line {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 1.5px;
}

.loader-line:before {
  content: '';
  position: absolute;
  left: -50%;
  height: 3px;
  width: 40%;
  background: var(--Color-MintText);
  -webkit-animation: lineAnimCHAT 1s linear infinite;
  -moz-animation: lineAnimCHAT 1s linear infinite;
  animation: lineAnimCHAT 1s linear infinite;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

@keyframes lineAnimCHAT {
  0% {
    left: -40%;
  }
  50% {
    left: 20%;
    width: 80%;
  }
  to {
    left: 100%;
    width: 100%;
  }
}

.icon-aramn-hover {
  height: 35px;
  width: 35px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.3s;
  position: relative;
}

.icon-aramn-hover .settings-count {
  background-color: var(--Color-MintText);
  z-index: 5;
  position: absolute;
  left: -5px;
  top: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Color-WhiteText);
  font-size: 13px;
}

.dasodijaosdsia:hover .icon-aramn-hover {
  background-color: var(--Color-BackgroundSecondary);
}

.skeleton-box {
  display: inline-block;
  height: 1em;
  position: relative;
  overflow: hidden;
  background-color: var(--Color-BackgroundTertiary);
}

.skeleton-box:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translate(-100%);
  background-image: linear-gradient(
    90deg,
    #fff0 0,
    #fff3 20%,
    #ffffff80 60%,
    #fff0
  );
  animation: shimmer 1s infinite;
  content: '';
}

@keyframes shimmer {
  to {
    transform: translate(100%);
  }
}

.iteem-deel svg {
  scale: 0.8 !important;
}

.drop-down-hoooo {
  position: relative;
  gap: 10px;
}

.drop-down-hoooo svg {
  scale: 1.3;
  transform: translateY(2.5px);
}

.drop-down-hoooo:hover .the-listsss {
  opacity: 1;
  pointer-events: all;
}

.sdjaosid {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.asdasd {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  color: var(--Color-Subtitle);
}

.small-icon svg {
  scale: 0.8;
}

.copy-icon svg {
  scale: 0.8;
}

.seen-item .message-avatar {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px;
}

.dooops {
  max-width: 156px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.seen-left .the-listsss {
  right: 100%;
}

.seen-right .the-listsss {
  left: 100%;
}

.the-listsss {
  background-color: var(--Color-BackgroundSecondary);
  position: absolute;
  bottom: -10px;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  border-radius: 12px;
  width: 281px;
  max-height: 300px;
  overflow: auto;
  box-shadow: #63636333 0 2px 8px;
}

.seen-item {
  min-height: 40px;
  height: fit-content;
  gap: 10px;
  border-bottom: 1px solid var(--Color-DefaultBorder);
  display: flex;
  align-items: center;
  padding: 5px 16px;
}

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

.seen-item .date-ss {
  font-size: 12px;
  color: var(--Color-Subtitle);
  white-space: nowrap;
}

.user-details-modal-mobile {
  position: static !important;
  transform: none !important;
  box-shadow: none !important;
  width: auto !important;
}

.user-detaiels-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  direction: ltr;
  background: var(--Color-BackgroundSecondary);
  width: 359px;
  height: auto;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  box-shadow:
    #00000026 0 15px 25px,
    #0000000d 0 5px 10px;
}

.user-detaiels-modal .upload-image-selector {
  background-color: var(--Color-BackgroundTertiary);
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}

.user-detaiels-modal .close-icon-wrapper {
  cursor: pointer;
}

.user-detaiels-modal .close-icon-wrapper path {
  stroke: var(--Color-Subtitle);
}

.user-detaiels-modal .user-item {
  display: flex;
  align-items: center;
  direction: ltr;
  gap: 8px;
  justify-content: end;
  border: 1px solid rgb(237, 237, 237);
  border-radius: 8px;
  min-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  padding: 0 12px;
  transition: all 0.3s;
  cursor: pointer;
}

.user-detaiels-modal .user-item label {
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  margin: 0 !important;
}

.user-detaiels-modal .user-item svg path {
  transition: all 0.3s;
}

.user-detaiels-modal .user-item:hover {
  border: 1px solid rgb(0, 179, 171);
  background-color: var(--Color-Mint05);
}

.user-detaiels-modal .user-item:hover svg path {
  stroke: var(--Color-MintText);
}

.user-detaiels-modal .message-avatar {
  height: 32px;
  width: 32px;
  transform: translateY(-3px);
}

.user-detaiels-modal .modal-body-users {
  margin-top: 16px;
}

.user-detaiels-modal .modaal-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.user-detaiels-modal .modaal-des {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.user-detaiels-modal .grsssp {
  gap: 20px;
}

.user-detaiels-modal .grsssp div {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
}

.user-detaiels-modal .leavesd {
  border: 1px solid var(--Color-DefaultBorder);
  flex: 1;
  padding: 7px 0;
  border-radius: 8px;
}

.user-detaiels-modal .deleter {
  color: var(--Color-WhiteText);
  background-color: #ff3b30;
  flex: 1;
  padding: 7px 0;
  height: 32px;
  border-radius: 8px;
}

.user-list-wrapper {
  height: 364px;
  overflow-y: scroll;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 14px;
}

.user-list-wrapper .users-loader {
  margin-top: 128px;
  margin-left: 136px;
}

.reactions-wrapper-column .reactions,
.reactions-wrapper .reactions {
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  user-select: none;
}

.reactions-wrapper-column .reactions::-webkit-scrollbar,
.reactions-wrapper .reactions::-webkit-scrollbar {
  display: none;
}

.reactions-wrapper-column .reactions .reaction,
.reactions-wrapper .reactions .reaction {
  cursor: pointer;
  border-radius: 100%;
}

.reactions-wrapper-column .reactions .reaction:hover,
.reactions-wrapper .reactions .reaction:hover {
  background-color: var(--Color-DefaultBorder);
}

.reactions-wrapper {
  padding-inline: 5px;
  max-width: 100%;
  display: flex;
  align-items: center;
  direction: ltr;
  height: 44px;
  border-bottom: 1px solid var(--Color-DefaultBorder);
}

.reactions-wrapper .reactions {
  display: flex;
  align-items: center;
  gap: 3px;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  overflow-x: auto;
}

.reactions-wrapper .reactions::-webkit-scrollbar {
  display: none;
}

.reactions-wrapper .reactions .reaction {
  cursor: pointer;
  border-radius: 100%;
  padding: 5px;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  scale: 1.3;
}

.reactions-wrapper .reactions .selected-reaction {
  background-color: var(--Color-DefaultBorder);
}

.reactions-wrapper .reactions .reaction:hover {
  background-color: var(--Color-DefaultBorder);
}

.reactions-wrapper-column {
  padding: 1px;
  direction: ltr;
  height: 30px;
  border-radius: 16px;
  opacity: 0;
  pointer-events: none;
  background: var(--Color-BackgroundSecondary);
  box-shadow: var(--Color-Reaction-Shadow);
  position: absolute;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  z-index: 10;
}

.reactions-wrapper-column:hover {
  height: 120px;
}

.reactions-wrapper-column .reactions {
  flex-direction: column-reverse;
  height: 100%;
  overflow-y: auto;
}

.reactions-wrapper-column .reactions .reaction {
  scale: 1.1;
  padding: 3px;
  margin: 3px;
}

.left-reaction {
  left: -25px;
}

.right-reaction {
  right: -25px;
}

.reactors-wrapper {
  max-width: 100%;
  height: 44px;
  border-bottom: 1px solid var(--Color-DefaultBorder);
  transition: all 0.3s;
  position: relative;
}

.reactors-wrapper:hover .reactors-list {
  opacity: 1;
  pointer-events: all;
}

.reactors-wrapper-item {
  padding-inline-start: 18px;
  gap: 8px;
  height: 100%;
  display: flex;
  align-items: center;
}

.reactors-wrapper-item:hover {
  background: var(--Color-BackgroundPrimary);
  cursor: pointer;
}

.reactors-wrapper-item .reactor-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -4px;
}

.reactors-wrapper-item .reactor-image .remain-reactions {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 10px;
  color: var(--Color-MintText);
  background: var(--Color-Mint05);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  z-index: 90;
}

.avatar-name {
  margin-top: 1px;
  background-color: var(--Color-Info95);
  color: var(--white);
  border-radius: 100%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

.reactor-avatar-name {
  width: 25px;
  height: 25px;
  background-color: #e6f9f9;
  color: #00b3ab;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: end;
}

.reactor-avatar-name-modal {
  width: 32px;
  height: 32px;
  background-color: var(--Color-Mint05);
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: end;
}

.reactors-wrapper-item .reactor-image .reaction-avatar {
  position: absolute;
  top: -10px;
}

.reactors-wrapper-item .reactor-image .reaction-avatar img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.reactors-wrapper .reactors-list {
  position: absolute;
  background-color: var(--Color-BackgroundSecondary);
  width: 280px;
  height: fit-content;
  border-radius: 12px;
  z-index: 50;
  box-shadow: #64646f33 0 7px 29px;
  transition: all 0.3s;
  top: -50px;
  opacity: 0;
  pointer-events: none;
}

.reactors-wrapper .reactors-list .reactors-list-body {
  max-height: 360px;
  overflow-y: auto;
}

.reactors-wrapper .reactors-list-item {
  border-bottom: 1px solid var(--Color-DefaultBorder);
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--Color-BackgroundScondary);
  transition: background 0.3s;
}

.reactors-wrapper .reactors-list-item:last-child {
  border-radius: 0 0 12px 12px;
  border-bottom: none;
}

.reactors-wrapper .reactors-list-item:hover {
  background: var(--Color-BackgroundPrimary);
}

.reactors-wrapper .reactors-list-item .reactor-data {
  display: flex;
  align-items: center;
  gap: 5px;
}

.reactors-wrapper .reactors-list-item .reactor-data .reactor-name {
  max-width: 105px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reactors-wrapper .reactors-list-item .reactor-data .user-reaction-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.reactors-wrapper .reactors-list-item .reactor-time {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Color-Subtitle);
  font-size: 12px;
}

.reactors-wrapper .reactors-list-item .reactor-emoji {
  scale: 1.6;
}

.reactors-wrapper .reactors-list-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  padding: 8px 12px;
}

.message-reactions-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
  max-width: 100%;
}

.message-reactions-wrapper .message-reactions {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 4px;
  border-radius: 16px;
  height: 26px;
}

.message-reactions-wrapper .message-reactions-emoji {
  margin-top: 2px;
  margin-left: 1px;
  scale: 1.2;
}

.message-reactions-wrapper .message-reactions-avatars {
  position: relative;
}

.message-reactions-wrapper .message-reactions-avatars .message-avatars {
  position: absolute;
}

.message-reactions-wrapper
  .message-reactions-avatars
  .message-avatars
  .user-reaction-avatar {
  width: 18px;
  height: 18px;
  border-radius: 100%;
}

.message-reactions-wrapper
  .message-reactions
  .message-avatars
  .user-reaction-avatar {
  width: 18px;
  height: 18px;
  border-radius: 100%;
}

.my-reaction {
  background: var(--Color-MyReaction);
}

.my-reaction-others-message {
  background: var(--Color-MyReaction-OthersMessage);
}

.others-reaction {
  background: var(--Color-Mint05);
}

.others-reaction-my-message {
  background: var(--Color-OthersReaction);
}

.message-reactions-wrapper .message-reactions .message-remain-reactions {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 10px;
  color: var(--Color-MintText);
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 27px;
  z-index: 10;
  top: -9px;
}

.seen-left .reactors-list {
  right: 100%;
}

.seen-right .reactors-list {
  left: 100%;
}

.room-header {
  position: absolute;
  display: flex;
  align-items: center;
  height: 64px;
  width: 100%;
  z-index: 12;
  gap: 10px;
  padding: 0 17px;
}

.room-header .hamberger {
  background-color: var(--Color-BackgroundPrimary);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  cursor: pointer;
}

.room-header .hamberger:hover {
  background-color: var(--Color-BackgroundTertiary);
}

.room-header .room-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  max-width: 500px;
  color: var(--Color-Title);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.room-header .splitter {
  background-color: var(--Color-DefaultBorder);
  width: 2.5px;
  rotate: -14deg;
}

.room-header .room-title2 {
  color: var(--Color-Subtitle);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.room-header .room-des {
  font-size: 12px;
}

.delete-disccusion-modal {
  height: 26px !important;
  width: 26px !important;
  margin: 0 !important;
  border: 4px solid rgba(255, 255, 255, 0.3) !important;
  border-top: 4px solid rgb(230, 249, 249) !important;
  border-bottom: 4px solid rgb(204, 204, 204) !important;
  border-right: 4px solid rgb(204, 204, 204) !important;
  border-left: 4px solid rgb(204, 204, 204) !important;
}

.header-loading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.header-loading .skeleton-box {
  border-radius: 7px;
}

.lin-subcode {
  background: var(--Color-DefaultBorder);
  height: 30px;
  width: 1px;
  border-radius: 29px;
  rotate: 19deg;
  transform: translate(-3px);
}

.more-options-header {
  position: relative;
}

.more-options-header:hover .more-options-list {
  opacity: 1;
  pointer-events: all;
  z-index: 99;
}

.more-options-header .more-options-list {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 8px;
  width: 211px;
  background-color: var(--Color-BackgroundSecondary);
  box-shadow: var(--Color-Light-Shadow);
}

.download_item {
  transition: all 0.3s;
}

.fileList-container {
  background-color: var(--Color-BackgroundSecondary);
  display: flex;
  flex-flow: column;
  flex: 0 0 25%;
  min-width: 260px;
  max-width: 450px;
  width: 380px;
  transition:
    all 0.3s,
    width 0.5s;
  height: 100%;
  padding: 12px 15px;
  border-radius: 0 0 16px 0;
}

.fileList-container-mobile {
  width: 0;
}

.fileList-container:lang(en) {
  border-radius: 0 0 0 16px;
}

.fileList-container .files-wrapper {
  overflow: auto;
  margin-top: 12px;
}

.fileList-container .files-tab {
  height: 30px;
  margin-top: 10px;
  margin-bottom: 17px;
  padding: 6px 16px;
  display: flex;
  gap: 16px;
}

.fileList-container .files-tab .tab-selected {
  color: var(--Color-MintText);
  border-bottom: 2px solid var(--Color-MintText);
}

.fileList-container .files-tab .tab {
  cursor: pointer;
}

.fileList-container .file-item {
  display: flex;
  gap: 10px;
  padding: 12px;
  border-radius: 12px;
  transition: all 0.3s;
  cursor: pointer;
}

.fileList-container .file-item:hover .delete-user-icon-wwrapper {
  opacity: 1;
}

.fileList-container .file-item .file-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

.fileList-container .file-item .file-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.fileList-container .file-item .file-des {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  text-align: right;
}

.fileList-container .file-item .file-des img {
  transform: translateY(-2px);
}

.fileList-container .file-item:hover {
  background-color: var(--Color-BackgroundTertiary);
}

.fileList-container .delete-user-icon-wwrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  width: 60px;
  transition: all 0.3s;
}

.fileList-container .delete-user-icon-wwrapper svg {
  scale: 1.5;
}

.fileList-container .delete-user-icon-wwrapper svg path {
  stroke: #292d32;
}

.fileList-container .delete-user-icon-wwrapper:hover svg path {
  stroke: #e6352b;
}

.fileList-open {
  left: 0 !important;
  box-shadow: #11111a1a 0 0 16px;
}

.fileList-open-mobile {
  left: 0px !important;
  width: 100%;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.fileList-col-mode {
  position: absolute;
  left: -500px;
  z-index: 100;
}

.emptyh-statee {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 50%;
  top: 50%;
  font-size: 16px;
  transform: translate(50%, -50%);
}

.button-disabeld {
  background-color: var(--Color-Deactivate) !important;
  color: var(--Color-DisabledText) !important;
  pointer-events: none !important;
}

.edit-members-btn {
  height: 40px;
  display: flex;
  width: 102px;
  align-items: center;
  flex: 1;
  justify-content: space-evenly;
  background: var(--Color-ActiveButton);
  border: none;
  color: var(--Color-WhiteText);
  font-size: 14px;
  min-height: 40px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
}

.edit-members-btn:hover {
  background: var(--Color-HoverSelectingPressing);
}

.edit-members-btn svg path {
  fill: var(--Color-WhiteText);
}

.close-panel {
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 4px;

  &:hover {
    background-color: var(--Color-Danger05);
    path {
      stroke: var(--Color-Danger95);
    }
  }
}

.header-wrapper {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  color: var(--Color-Title, #353535);
  margin: 12px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chat-container {
  display: flex;
  height: -webkit-fill-available;
  height: -moz-fill-available;
  direction: rtl;
  overflow: hidden;
  position: relative;
  max-width: 1600px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}

.chat-container svg path {
  transition: all 0.28s;
}

.chat-container svg:hover {
  cursor: pointer;
}

.chat-container * {
  box-sizing: border-box;
}

.chat-container .room-header {
  border-bottom: 1px solid var(--Color-DefaultBorder);
}

.chat-container .col-rooms {
  border: 1px solid var(--Color-DefaultBorder);
  border-radius: 0 0 16px 0;
  padding-top: 11px;
  background: var(--Color-BackgroundSecondary);
  display: flex;
  flex-flow: column;
  flex: 0 0 25%;
  width: 378px;
  max-width: min(100%, 378px);
  position: relative;
  height: 100%;
  border-top-left-radius: var(--chat-container-border-radius);
  border-bottom-left-radius: var(--chat-container-border-radius);
  transition: all 0.2s;
}

.chat-container .col-rooms:lang(en) {
  border-radius: 0;
}

.chat-container .col-collapsed {
  position: absolute;
  z-index: 100;
  transform: translate(100%);
}

.chat-container .col-chat-room {
  border: 1px solid var(--Color-DefaultBorder);
  border-radius: 0 0 16px 0;
  position: relative;
  height: 100%;
  flex: 1;
  display: flex;
  flex-flow: column;
}

.chat-container .col-chat-room:lang(en) {
  border-radius: 0 0 0 16px;
}

:root {
  --room-item: #ebf7fd;
  --default-borders: var(--Color-DefaultBorder);
  --background-primary: #fafafa;
  --title: var(--Color-Title);
  --subtitle-light: var(--Color-Subtitle);
  --unread-count-bg: #2d9ccf;
}

.loader {
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid rgb(230, 249, 249);
  border-bottom: 4px solid rgb(0, 179, 171);
  border-right: 4px solid rgb(0, 179, 171);
  border-left: 4px solid rgb(0, 179, 171);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: CHATspin 1s linear infinite;
  margin: 20px auto;
}

@keyframes CHATspin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

#app {
  display: flex;
  justify-content: center;
}

input::placeholder {
  color: var(--Color-Subtitle) !important;
  font-style: italic;
}

textarea::placeholder {
  color: var(--Color-Subtitle) !important;
  font-style: italic;
}

.download-itemss {
  display: flex;
  direction: rtl;
  gap: 10px;
  margin: 10px;
  max-width: 1600px;
  width: -webkit-fill-available;
}

.download-itemss .hide-button {
  pointer-events: none;
  display: none;
}

.download-itemss div {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  scale: 1.3;
  transition: all 0.3s;
  border-radius: 4px;
}

.download-itemss #chat_new_window {
  width: 23px;
}

.download-itemss #chat_new_window:hover {
  background-color: var(--Color-BackgroundTertiary);
}

.download-itemss #chat_copy_link {
  width: 23px;
}

.download-itemss #chat_copy_link:hover {
  background-color: var(--Color-BackgroundTertiary);
}

.download-itemss #chat_full_width {
  width: 23px;
}

.download-itemss #chat_full_width:hover {
  background-color: var(--Color-BackgroundTertiary);
}

.download-itemss #chat_close:hover {
  background-color: var(--Color-Danger05);
}

.download-itemss #chat_close:hover path {
  stroke: var(--Color-Danger95);
}

.tabs-wwrappper {
  display: flex;
  gap: 10px;
}

.tabs-wwrappper svg {
  scale: 1.3;
}

#message-time {
  color: var(--Color-Title);
}

.tab-titles {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
}

.tab-sub-titles {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}

.message-avatar2 {
  width: 35px;
  height: 35px;
  background-color: var(--Color-Mint05);
  color: #2d9ccf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: end;
}

.icooon-wraaper {
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: all 0.3s;
  cursor: pointer;
}

.icooon-wraaper:hover {
  background-color: #ebebebbd;
}

.scheduled-message {
  opacity: 0.6;
}

.responsive-mode .file-namess {
  max-width: 152px !important;
}

.responsive-mode .label-usern span {
  max-width: 50px;
}

.responsive-mode .video-preview {
  max-width: 200px;
}

.responsive-mode audio {
  max-width: 150px;
}

.responsive-mode .vac-message-image {
  max-width: 183px;
}

/* Plyr Package */
.plyr--audio .plyr__controls,
.plyr--video,
.plyr--video .plyr__controls {
  border-radius: 8px;
  --plyr-range-fill-background: var(--primary, #00b3ab);
  --plyr-audio-control-background-hover: var(--primary, #00b3ab);
  --plyr-video-control-background-hover: var(--primary, #00b3ab);
  --plyr-control-toggle-checked-background: var(--primary, #00b3ab);
  --plyr-audio-controls-background: var(--Color-BackgroundSecondary);
  --plyr-audio-control-color: var(--Color-Subtitle);
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.image-preview .image-wrapper .plyr {
  max-height: 120px;
}

.plyr {
  z-index: 10;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
}
.plyr audio,
.plyr iframe,
.plyr video {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}
.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
  box-sizing: inherit;
}
.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}
.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}
.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}
.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}
.plyr__caption {
  background: #000c;
  background: var(--plyr-captions-background, #000c);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}
.plyr__control {
  background: #0000;
  border: 0;
  border-radius: 4px;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.1s ease-in-out;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control:focus-visible {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed
    var(
      --plyr-focus-visible-color,
      var(--plyr-color-main, var(--plyr-color-main, #00b2ff))
    );
  outline-offset: 2px;
}
a.plyr__control {
  text-decoration: none;
}
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
  display: none;
}
.plyr--full-ui ::-webkit-media-controls {
  display: none;
}
.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}
.plyr [data-plyr='airplay'],
.plyr [data-plyr='captions'],
.plyr [data-plyr='fullscreen'],
.plyr [data-plyr='pip'],
.plyr__controls:empty {
  display: none;
}
.plyr--airplay-supported [data-plyr='airplay'],
.plyr--captions-enabled [data-plyr='captions'],
.plyr--fullscreen-enabled [data-plyr='fullscreen'],
.plyr--pip-supported [data-plyr='pip'] {
  display: inline-block;
}
.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded='true'] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded='true'] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: #ffffffe6;
  background: var(--plyr-menu-background, #ffffffe6);
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: 0 1px 2px #00000026;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px #00000026);
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition:
    height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container:after {
  border: 4px solid #0000;
  border-top-color: #ffffffe6;
  border: var(--plyr-menu-arrow-size, 4px) solid #0000;
  border-top-color: var(--plyr-menu-background, #ffffffe6);
  content: '';
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(
    var(--plyr-control-icon-size, 18px) / 2 +
      var(--plyr-control-spacing, 10px) * 0.7 -
      var(--plyr-menu-arrow-size, 4px) / 2
  );
  top: 100%;
  width: 0;
}
.plyr__menu__container [role='menu'] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role='menuitem'],
.plyr__menu__container [role='menuitemradio'] {
  margin-top: 2px;
}
.plyr__menu__container [role='menuitem']:first-child,
.plyr__menu__container [role='menuitemradio']:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5)
    calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control:after {
  border: 4px solid #0000;
  border: var(--plyr-menu-item-arrow-size, 4px) solid #0000;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
}
.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(
    var(--plyr-control-spacing, 10px) * 0.7 * 1.5 -
      var(--plyr-menu-item-arrow-size, 4px)
  );
}
.plyr__menu__container .plyr__control--forward:focus-visible:after,
.plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: initial;
}
.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
}
.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(
    var(--plyr-control-spacing, 10px) * 0.7 * 1.5 -
      var(--plyr-menu-item-arrow-size, 4px)
  );
}
.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: '';
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back:focus-visible:after,
.plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: initial;
}
.plyr__menu__container .plyr__control[role='menuitemradio'] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role='menuitemradio']:after,
.plyr__menu__container .plyr__control[role='menuitemradio']:before {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role='menuitemradio']:before {
  background: #0000001a;
  content: '';
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role='menuitemradio']:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container
  .plyr__control[role='menuitemradio'][aria-checked='true']:before {
  background: #00b2ff;
  background: var(
    --plyr-control-toggle-checked-background,
    var(--plyr-color-main, var(--plyr-color-main, #00b2ff))
  );
}
.plyr__menu__container
  .plyr__control[role='menuitemradio'][aria-checked='true']:after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container
  .plyr__control[role='menuitemradio']:focus-visible:before,
.plyr__menu__container .plyr__control[role='menuitemradio']:hover:before {
  background: #23282f1a;
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * -1 - -2px);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
  pointer-events: none;
}
.plyr--full-ui input[type='range'] {
  appearance: none;
  background: #0000;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: #00b2ff;
  color: var(
    --plyr-range-fill-background,
    var(--plyr-color-main, var(--plyr-color-main, #00b2ff))
  );
  display: block;
  height: 19px;
  height: calc(
    var(--plyr-range-thumb-active-shadow-width, 3px) * 2 +
      var(--plyr-range-thumb-height, 13px)
  );
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type='range']::-webkit-slider-runnable-track {
  background: #0000;
  background-image: linear-gradient(90deg, currentColor 0, #0000 0);
  background-image: linear-gradient(
    to right,
    currentColor var(--value, 0),
    #0000 var(--value, 0)
  );
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
}
.plyr--full-ui input[type='range']::-webkit-slider-thumb {
  appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow:
    0 1px 1px #23282f26,
    0 0 0 1px #23282f33;
  box-shadow: var(
    --plyr-range-thumb-shadow,
    0 1px 1px #23282f26,
    0 0 0 1px #23282f33
  );
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc(
    (
        var(--plyr-range-thumb-height, 13px) -
          var(--plyr-range-track-height, 5px)
      ) /
      2 * -1
  );
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type='range']::-moz-range-track {
  background: #0000;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type='range']::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow:
    0 1px 1px #23282f26,
    0 0 0 1px #23282f33;
  box-shadow: var(
    --plyr-range-thumb-shadow,
    0 1px 1px #23282f26,
    0 0 0 1px #23282f33
  );
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type='range']::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type='range']::-ms-track {
  color: #0000;
}
.plyr--full-ui input[type='range']::-ms-fill-upper,
.plyr--full-ui input[type='range']::-ms-track {
  background: #0000;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type='range']::-ms-fill-lower {
  background: #0000;
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type='range']::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow:
    0 1px 1px #23282f26,
    0 0 0 1px #23282f33;
  box-shadow: var(
    --plyr-range-thumb-shadow,
    0 1px 1px #23282f26,
    0 0 0 1px #23282f33
  );
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type='range']::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type='range']::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type='range']:focus {
  outline: 0;
}
.plyr--full-ui
  input[type='range']:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed
    var(
      --plyr-focus-visible-color,
      var(--plyr-color-main, var(--plyr-color-main, #00b2ff))
    );
  outline-offset: 2px;
}
.plyr--full-ui input[type='range']:focus-visible::-moz-range-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed
    var(
      --plyr-focus-visible-color,
      var(--plyr-color-main, var(--plyr-color-main, #00b2ff))
    );
  outline-offset: 2px;
}
.plyr--full-ui input[type='range']:focus-visible::-ms-track {
  outline: 2px dashed #00b2ff;
  outline: 2px dashed
    var(
      --plyr-focus-visible-color,
      var(--plyr-color-main, var(--plyr-color-main, #00b2ff))
    );
  outline-offset: 2px;
}
.plyr__poster {
  background-color: #000;
  background-color: var(
    --plyr-video-background,
    var(--plyr-video-background, #000)
  );
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}
.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped)
  .plyr__poster {
  display: none;
}
.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}
.plyr__time + .plyr__time:before {
  content: '⁄';
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr__tooltip {
  background: #fff;
  background: var(--plyr-tooltip-background, #fff);
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: 0 1px 2px #00000026;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px #00000026);
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2)
    calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition:
    transform 0.2s ease 0.1s,
    opacity 0.2s ease 0.1s;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip:before {
  border-left: 4px solid #0000;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
  border-right: 4px solid #0000;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid
    var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr .plyr__control:focus-visible .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) scale(1);
}
.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip:before,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control
  .plyr__tooltip:before {
  left: 16px;
  left: calc(
    var(--plyr-control-icon-size, 18px) / 2 +
      var(--plyr-control-spacing, 10px) * 0.7
  );
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(
    var(--plyr-control-icon-size, 18px) / 2 +
      var(--plyr-control-spacing, 10px) * 0.7
  );
  transform: translateX(50%);
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control
  .plyr__tooltip--visible,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control:focus-visible
  .plyr__tooltip,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control:hover
  .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1);
}
.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress input[type='range'],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type='range'] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}
.plyr__progress__buffer {
  -webkit-appearance: none;
  background: #0000;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: #0000;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(
    -45deg,
    #23282f99 25%,
    #0000 0,
    #0000 50%,
    #23282f99 0,
    #23282f99 75%,
    #0000 0,
    #0000
  );
  background-image: linear-gradient(
    -45deg,
    var(--plyr-progress-loading-background, #23282f99) 25%,
    #0000 25%,
    #0000 50%,
    var(--plyr-progress-loading-background, #23282f99) 50%,
    var(--plyr-progress-loading-background, #23282f99) 75%,
    #0000 75%,
    #0000
  );
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px)
    var(--plyr-progress-loading-size, 25px);
  color: #0000;
}
.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: #ffffff40;
  background-color: var(--plyr-video-progress-buffered-background, #ffffff40);
}
.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: #c1c8d199;
  background-color: var(--plyr-audio-progress-buffered-background, #c1c8d199);
}
.plyr__progress__marker {
  background-color: #fff;
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}
.plyr__volume {
  align-items: center;
  display: flex;
  position: relative;
}
.plyr__volume input[type='range'] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  max-width: 90px;
  min-width: 60px;
  position: relative;
  z-index: 2;
}
.plyr--audio {
  display: block;
}
.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}
.plyr--audio .plyr__control:focus-visible,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded='true'] {
  background: #00b2ff;
  background: var(
    --plyr-audio-control-background-hover,
    var(--plyr-color-main, var(--plyr-color-main, #00b2ff))
  );
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}
.plyr--full-ui.plyr--audio input[type='range']::-webkit-slider-runnable-track {
  background-color: #c1c8d199;
  background-color: var(
    --plyr-audio-range-track-background,
    var(--plyr-audio-progress-buffered-background, #c1c8d199)
  );
}
.plyr--full-ui.plyr--audio input[type='range']::-moz-range-track {
  background-color: #c1c8d199;
  background-color: var(
    --plyr-audio-range-track-background,
    var(--plyr-audio-progress-buffered-background, #c1c8d199)
  );
}
.plyr--full-ui.plyr--audio input[type='range']::-ms-track {
  background-color: #c1c8d199;
  background-color: var(
    --plyr-audio-range-track-background,
    var(--plyr-audio-progress-buffered-background, #c1c8d199)
  );
}
.plyr--full-ui.plyr--audio input[type='range']:active::-webkit-slider-thumb {
  box-shadow:
    0 1px 1px #23282f26,
    0 0 0 1px #23282f33,
    0 0 0 3px #23282f1a;
  box-shadow:
    var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33),
    0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px)
      var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a);
}
.plyr--full-ui.plyr--audio input[type='range']:active::-moz-range-thumb {
  box-shadow:
    0 1px 1px #23282f26,
    0 0 0 1px #23282f33,
    0 0 0 3px #23282f1a;
  box-shadow:
    var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33),
    0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px)
      var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a);
}
.plyr--full-ui.plyr--audio input[type='range']:active::-ms-thumb {
  box-shadow:
    0 1px 1px #23282f26,
    0 0 0 1px #23282f33,
    0 0 0 3px #23282f1a;
  box-shadow:
    var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33),
    0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px)
      var(--plyr-audio-range-thumb-active-shadow-color, #23282f1a);
}
.plyr--audio .plyr__progress__buffer {
  color: #c1c8d199;
  color: var(--plyr-audio-progress-buffered-background, #c1c8d199);
}
.plyr--video {
  overflow: hidden;
}
.plyr--menu-open {
  overflow: visible;
  position: relative;
  z-index: 11 !important;
}
.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
  .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}
.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}
.plyr--video .plyr__controls {
  background: linear-gradient(#0000, #000000bf);
  background: var(
    --plyr-video-controls-background,
    linear-gradient(#0000, #000000bf)
  );
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition:
    opacity 0.4s ease-in-out,
    transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}
.plyr--video .plyr__control:focus-visible,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded='true'] {
  background: #00b2ff;
  background: var(
    --plyr-video-control-background-hover,
    var(--plyr-color-main, var(--plyr-color-main, #00b2ff))
  );
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}
.plyr__control--overlaid {
  background: #00b2ff;
  background: var(
    --plyr-video-control-background-hover,
    var(--plyr-color-main, var(--plyr-color-main, #00b2ff))
  );
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  opacity: 1;
}
.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}
.plyr--full-ui.plyr--video input[type='range']::-webkit-slider-runnable-track {
  background-color: #ffffff40;
  background-color: var(
    --plyr-video-range-track-background,
    var(--plyr-video-progress-buffered-background, #ffffff40)
  );
}
.plyr--full-ui.plyr--video input[type='range']::-moz-range-track {
  background-color: #ffffff40;
  background-color: var(
    --plyr-video-range-track-background,
    var(--plyr-video-progress-buffered-background, #ffffff40)
  );
}
.plyr--full-ui.plyr--video input[type='range']::-ms-track {
  background-color: #ffffff40;
  background-color: var(
    --plyr-video-range-track-background,
    var(--plyr-video-progress-buffered-background, #ffffff40)
  );
}
.plyr--full-ui.plyr--video input[type='range']:active::-webkit-slider-thumb {
  box-shadow:
    0 1px 1px #23282f26,
    0 0 0 1px #23282f33,
    0 0 0 3px #ffffff80;
  box-shadow:
    var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33),
    0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px)
      var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80);
}
.plyr--full-ui.plyr--video input[type='range']:active::-moz-range-thumb {
  box-shadow:
    0 1px 1px #23282f26,
    0 0 0 1px #23282f33,
    0 0 0 3px #ffffff80;
  box-shadow:
    var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33),
    0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px)
      var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80);
}
.plyr--full-ui.plyr--video input[type='range']:active::-ms-thumb {
  box-shadow:
    0 1px 1px #23282f26,
    0 0 0 1px #23282f33,
    0 0 0 3px #ffffff80;
  box-shadow:
    var(--plyr-range-thumb-shadow, 0 1px 1px #23282f26, 0 0 0 1px #23282f33),
    0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px)
      var(--plyr-audio-range-thumb-active-shadow-color, #ffffff80);
}
.plyr--video .plyr__progress__buffer {
  color: #ffffff40;
  color: var(--plyr-video-progress-buffered-background, #ffffff40);
}
.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  inset: 0;
  margin: 0;
  position: fixed;
  width: 100%;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr__ads {
  border-radius: inherit;
  cursor: pointer;
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads:empty:after {
  display: none;
}
.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}
.plyr__preview-thumb {
  background-color: #fff;
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: 8px;
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: 0 1px 2px #00000026;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px #00000026);
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translateY(10px) scale(0.8);
  transform-origin: 50% 100%;
  transition:
    transform 0.2s ease 0.1s,
    opacity 0.2s ease 0.1s;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0) scale(1);
}
.plyr__preview-thumb:before {
  border-left: 4px solid #0000;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
  border-right: 4px solid #0000;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid #0000;
  border-top: 4px solid #fff;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid
    var(--plyr-tooltip-background, #fff);
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: '';
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 7px;
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img,
.plyr__preview-thumb__image-container:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__image-container:after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px #00000026;
  content: '';
  pointer-events: none;
}
.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}
.plyr__preview-thumb__time-container {
  background: linear-gradient(#0000, #000000bf);
  background: var(
    --plyr-video-controls-background,
    linear-gradient(#0000, #000000bf)
  );
  border-bottom-left-radius: 7px;
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: 7px;
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}
.plyr__preview-scrubbing {
  filter: blur(1px);
  height: 100%;
  inset: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr--no-transition {
  transition: none !important;
}
.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.plyr [hidden] {
  display: none !important;
}
