#viewGroup,#viewchat , #OfficeteamsAI{
    position: absolute;
    z-index: var(--layer6);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--navbar-bg);
    align-items: center;
    justify-content: center;
}


.GroupMessageContener{
    width: 100%;
    height: calc(100% - 64px);
  }

@media (min-width:368.74px) {
  
.fldrown , .chatdata{
    width: 90%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#viewGroup header img ,#viewchat header img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    object-fit: cover;
    margin-left:0.2rem;
    margin-right: 0.5rem;
}
#backButton,
#backbutton {
  width: 25px;
  height: 25px;
  background-color: transparent;
  border: none;
  font-size: var(--font-smm);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  color: var(--primary-strong);
}
#viewGroup header,#viewchat header{
    width: 100%;
    height: 64px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    box-shadow: 0 1px 4px rgba(var(--persistent-always-black-RGB),.12);
    
}
}
@media (max-width:368.73px) {
  .fldrown , .chatdata{
    width: 65%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#viewGroup header,#viewchat header{
    width: 100%;
    height: 64px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: var(--white);
    box-shadow: 0 1px 4px rgba(var(--persistent-always-black-RGB),.12);
    padding-inline: 0.5rem;
    
}
#backButton,
#backbutton {
  width: 25px;
  height: 25px;
  background-color: transparent;
  border: none;
  font-size: var(--font-smm);
  margin-left: 0;
  margin-right: 0;
  color: var(--primary-strong);
}
#viewGroup header img ,#viewchat header img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    object-fit: cover;
}
}
.chatdata{
    flex-direction: column;
    align-items: start;
    justify-content: start;
}
.fldrown .chatdata{
    display: flex;
    align-items: start;
    justify-content: center;
    width: 80%;
    flex-direction: column;
    padding-left: 1rem;
}
.fldrown .chatdata #groupNameTitle , #memberList , .chatWith{
    margin-bottom: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: safe;
    width: 100%;
      white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 1000px;
  display: block;
    
}
#memberList p{
    font-size: 13px;
    color: var(--text-muted);
      white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  display: block;
  margin-bottom: 0;
}
#groupNameTitle{
      white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  display: block;
    font-size: 16px;
    color: var(--primary-strong);
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    cursor: pointer;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  display: block;
}

.Buttonsofheaders button{
    display: inline;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: var(--color-info);
    border: none;
}

.Buttonsofheaders #deleteGroupButton{
    color: var(--color-error);
}
.GroupMessageContener{
    width: 100%;
    height:calc(100% - 64px);
    display: flex;
    flex-direction: column;
    background-image: url('../img/Doddles.png');
    background-size: 300px;
}
#groupMessages , #chatMessages{
    width: 100%;
    height: calc(100% - 64px);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
#groupMessageForm , #chatinputs{
    width: 100%;
    min-height: 64px;
    display: flex;
    flex-direction: column;
}
#uploadBigFileButton1{
    display: none;
}
.mainsend{
    width: 100%;
    height: 64px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    background-color: var(--white);
    color: var(--text-hcw);

}
.sender-area{
    width: 90%;
    height: 50px;
    border-radius: 50px;
    background-color: var(--navbar-bg);
    margin-left: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    color: var(--primary-strong);
}
.sender-area .biginput{
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sender-area label{
    font-size:2rem;
    cursor: pointer;
}
#groupMessageInput , #chatInput{
    width: 90%;
    height: 100%;
    background-color: transparent;
    outline: none;
    margin-left: 0.3rem;
    border: none;
    border-radius: 20px;
    color: var(--primary-strong);
}

.biginput button{
    margin-left: 0.5rem;
    font-size: 1.5rem;
    border: none;
    outline: none;
    background-color: transparent;
    color: var(--primary-strong);
}
#sendGroupMessageButton , #sendChatButton{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    background-color: var(--message-sent-bg);
    color: white;
    border: none;
}
#preview{
    width: 100%;
    height: calc(100% - 64px);
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: start;
}
.Preview-File-item {
  border: 1px solid var(--rich-color);
  padding-inline-start: 10px;
  margin: 6px;
  border-radius: 8px;
  height: 64px;
  cursor: pointer;
  background-color: var(--navbar-bg);
  transition: background 0.3s;
  width: 200px;
  position: relative;
}
.Preview-File-item .bi.bi-x{
position: absolute;
right: -5px;
top: -5px;
height: 15px;
width: 15px;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary-strong);
background-color: var(--navbar-bg);
border: none;
border-radius: 50%;
}
.Preview-File-item .bi.bi-x:hover{
  color: red;
}
.Preview-File-item:hover {
  background-color: var(--rich-color);
}
.previtemcontainers{
  display: flex;
  flex-direction: row;
  
}
.previtemcontainerslogo, .flexcolumnn {
height: 50px;
}
.flexcolumnn {
  display: flex;
  align-items: start;
  gap: 2px;
  flex-direction: column;
  justify-content: start;
  width: 80%;
  height: 100%;
  align-self: center;
}
.previtemcontainerslogo{
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.flexcolumnn p{
  margin: 0;
}
.flexcolumnn .Fileprevname{
  font-size: 17px;
  
}
.flexcolumnn .flex-rows{
  display: flex;
  flex-direction: row;
  font-size: 12px;
  margin-top: 0.1rem;
  gap: 10px;
}
.flex-rows .Fileprevsize::after{
  content: '..';
  margin-left: 0.2rem;
}
.Preview-File-item .bi.bi-eye{
  width: 20%;
  background-color: var(--navbar-bg);
  color: var(--message-sent-bg);
  border: 1px solid var(--bubble-parth);
  border-radius: 20px;
}
.IFRAMEDIVCONATNER ,.fullscreen-overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: var(--layer3);
  width: 100%;
  height: 100%;
  background-color: var(--navbar-bg);
}
.IFRAMEDIVCONATNER .header {
  width: 100%;
  height: 64px;
  display: flex;
  flex-direction: row;
  background-color: var(--chatheader);
  box-shadow: 0 1px 0.5px rgba(var(--shadow-rgb), 0.13);
  align-items: center;
  justify-content:stretch;
  position: relative;
}
#closeBTN {
  width: 25px;
  height: 100%;
  background-color: transparent;
  border: none;
  font-size: 1.5rem;
  margin-left: 1rem;
}
.img {
  width: 40px;
  height: 40px;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.img img {
  width: 100%;
  height: 100%;
  display: flex;
  object-fit: fill;
  border-radius: 50%;
}
.wraper {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  display: flex;
  flex-basis: auto;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}
.WraperUsername {
  font-size: 14.78px;
  font-weight: 700;
  line-height: 20px;
  color: var(--primary-strong);
  text-align: left;
  word-wrap: break-word;
  overflow: hidden;
  display: flex;
}
.username{
    overflow-x: hidden;
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wraperTimestamp {
  display: flex;
  align-items: center;
  min-height: 20px;
  margin-top: 2px;
  font-size: 12.50px;
  line-height: 20px;
  color: var(--text-secondary);
  font-weight: normal;
}
/* contaneriframe section header is ended */
.contaneriframe{
    width: 100%;
    height: calc(100% - 64px);
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    overflow: auto;
    position: relative;
    align-self: end;
    align-items: center;
    justify-self: end;
    justify-content: center;
    display: flex;
}
.contaneriframe img , iframe{
    display: flex;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;

}
iframe{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.contaneriframe iframe{
    position: absolute;
    bottom: 0;
    left:0;
  }
.downloadsection{
    width: 20%;
    transition: 0.3s;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: end;
    justify-self: end;
    height: 100%;
    float: right;
    position: absolute;
    right: 0;
}
.downloadbutton{
    width: 100%;
    height: 100%;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.buttonsection{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.DWButton{
    background-color: transparent;
    border: none;
    font-size: 1.5rem;
    color: var(--color-primary);
}
.small-text{
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.Error-red{
    color: var(--color-error);
}
.spinner{
    width: 25px;
    height: 25px;
    border: 2.5px solid blue;
    border-left-color: var(--chatheader);
    border-radius: 50%;
    margin-right: 0.5rem;
    animation: rotate 0.5s ease-in-out infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spinner::after{
    content: '';
    border: 2.5px solid green;
    width: 15px;
    height: 15px;
    display: flex;
    border-radius: 50%;
    border-right-color: var(--chatheader);
   align-self: center;
   justify-self: center;
   animation: rotate-reverse 0.5s ease-in-out infinite;
   rotate: 360deg;

}
@keyframes rotate {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@keyframes rotate-reverse {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(0deg);
    }
}

.file-preview-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.file-preview-content {
  background: var(--navbar-bg);
  padding: 0px;
  border-radius: 12px;
  width: 100%;
  height: 95%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.file-preview-content img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  align-items: center;
  justify-content: center;
  align-self: center;
  display: flex;
}
.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: var(--navbar-bg);
  color: var(--primary-strong);
  border: none;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
}
.Spantext{
  color: var(--navbar-bg);
}



.user-card img {
  display: flex;
  width: 100px;
  align-self: center;
  border: 2px solid var(--message-sent-bg);
  border-radius: 50%;
}

.imgonof span {
  animation: fromright 1s ease-in-out;
}

@keyframes fromright {
  0% {
    transform: translateX(7000px);
  }
}
.imgonof {
  position: relative;
}
.imgonof span {
  width: 25px;
  height: 25px;
  background-color: #6366f1;
  display: flex;
  position: absolute;
  top: 2%;
  right: 2%;
  border-radius: 50%;
}
.imgonof span.offline {
  background-color: #54656f;
}
.imgonof img.offline {
  border-color: #54656f;
}
.maincolumn {
  width: 100%;
  height: 50%;
  align-items: center;
}
.maincolumn h2 {
  text-align: center;
  margin-bottom: 4rem;
}
.maincolumn h4 {
  text-align: center;
  width: 100%;
  font-weight: bolder;
}
.maincolumn h4 i {
  margin-right: 0.5rem;
}
.maincolumn p {
  width: 100%;
  font-weight: bold;
  margin-bottom: 1rem;
}
.frendsss {
  display: flex;
  gap: 10px;
}
.actions {
  width: 100%;
  align-self: end;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.actions button {
  width: auto;
  max-width: 70%;
  padding: 10px;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: var(--message-sent-bg);
  color: var(--aliceblue);
  border: none;
}
.actions button i {
  font-size: 20px;
}
.backbuttoninfo {
  font-size: 20px;
  background-color: transparent;
  border: none;
  align-self: start;
  transform: translateX(25px);
}
.copy {
  align-self: end;
}
/* group info panel GroupInfoPanel starts  */
.GroupInfoPanel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #6365f100;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: end;
  z-index: 100000000000000000000;
}

.groupinfocontainer {
  max-width: 600px;
  background: #ffffff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

/* Header */
.groupinfocontainerheader {
  display: flex;
  align-items: center;
  padding: 14px 18px;
  background-color: #ffffff;
  border-bottom: 1px solid #e0e0e0;
}

#close-bn {
  background: none;
  border: none;
  font-size: 20px;
  color: #333;
  cursor: pointer;
}

.headerinfos {
  flex: 1;
  text-align: center;
}

.hisinfo {
  font-weight: 600;
  font-size: 18px;
  color: #444;
}

/* Group Info Section */
.hedrsece {
  padding: 16px;
  overflow-y: auto;
  flex: 1;

}

.groupimg {
  text-align: center;
  margin-bottom: 16px;
}

.groupimg img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ddd;
}

.GroupName {
  margin-top: 8px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

/* Description */
.Discription {
  text-align: center;
  font-size: 14px;
  color: #777;
  margin-bottom: 20px;
}
/* === POPUP STYLES === */
#editPopup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.4);
  animation: fadeIn 0.3s ease-in-out;
}

.popup-overlay {
  position: absolute;
  inset: 0;
  background: transparent;
}

.popup-box {
  position: relative;
  z-index: 10000;
  background: var(--navbar-bg);
  border-radius: 20px;
  margin: 100px auto;
  max-width: 90%;
  width: 400px;
  padding: 20px;
  animation: popupIn 0.4s ease;
  font-family: 'Segoe UI', sans-serif;
  color: var(--primary-strong);
}

@keyframes popupIn {
  from {
    transform: scale(0.8) rotateX(30deg);
    opacity: 0;
  }
  to {
    transform: scale(1) rotateX(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.popup-box textarea {
  width: 100%;
  height: 120px;
  padding: 12px;
  background: var(--navbar-bg);
  border-radius: 10px;
  color: var(--primary-strong);
  font-size: 15px;
  font-family: monospace;
  resize: none;
  outline: none;
  transition: box-shadow 0.3s ease;
}

.popup-box textarea:focus {
  box-shadow: 0 0 10px var(--color-primary);
}

.popup-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 15px;
}

/* === BUTTONS === */
.popup-actions button {
  padding: 8px 16px;
  font-size: 14px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #00ffff, #0066ff);
  color: white;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.5);
  transition: all 0.2s ease-in-out;
}

.popup-actions button:hover {
  background: linear-gradient(135deg, #00aaff, #0033ff);
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.8);
  transform: scale(1.05);
}

.edit-desc-btn {
  margin-top: 10px;
  background:var(--rich-color);
  border: none;
  border-radius: 8px;
  color: var(--primary-strong);
  cursor: pointer;
  transition: all 0.3s ease;
}

.edit-desc-btn:hover {
  transform: translateY(-1px) scale(1.05);
}


/* Users List */
.infos {
  margin-bottom: 2px;
  height: auto;
  min-height: 40%;
  max-height: 52%;
}

.datacontainer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 220px;
  overflow-y: auto;
  padding-right: 4px;
}

.userinfos {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #f8f8f8;
  border-radius: 8px;
  transition: background 0.2s;
}

.userinfos:hover {
  background: #f0f0f0;
}

.userImg img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #ccc;
}

.userDetails {
  flex: 1;
  margin-left: 12px;
}

.userName {
  font-weight: 500;
  font-size: 15px;
  color: #222;
}

.admin-badge {
  background-color: var(--message-sent-bg);
  color: #fff;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 8px;
}

.userMobile {
  font-size: 13px;
  color: #666;
  margin-top: 4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* Make Admin Button */
.make-admin-btn {
  background-color: var(--message-sent-bg);
  color: white;
  font-size: 12px;
  padding: 4px 8px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-left: 10px;
}

.make-admin-btn:hover {
  background-color: #0056b3;
}

/* Add Member Section */
.addMemberSection {
  padding: 16px;
  display: flex;
  gap: 8px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  flex-direction: column;
}

#mobileInput {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

#addFriendBtn {
  padding: 10px 14px;
  font-size: 14px;
  border: none;
  background-color: #28a745;
  color: white;
  border-radius: 6px;
  cursor: pointer;
}

#addFriendBtn:hover {
  background-color: #218838;
}

/* Scroll Styling (Optional) */
.datacontainer::-webkit-scrollbar {
  width: 6px;
}
.datacontainer::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}
.context-menu {
  position: absolute;
  z-index: 9999;
  display: none;
  background: white;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  border-radius: 8px;
  overflow: hidden;
  font-size: 14px;
}

.context-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.context-menu li {
  padding: 10px 16px;
  cursor: pointer;
}

.context-menu li:hover {
  background: #f2f2f2;
}

.addMemberSection select {
  padding: 10px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  flex: 1;
}

/* Responsive */
@media (max-width: 600px) {
  .groupinfocontainer {
    border-radius: 0;
    height: 100vh;
  }

  .groupimg img {
    width: 100px;
    height: 100px;
  }

  .headerinfos {
    text-align: left;
    margin-left: 10px;
  }
}
#preview , #preview1{
  height: auto;
  animation: higg 0.5s ease-in-out;
}
@keyframes higg {
  0%{
    height: 0;
    opacity: 0;
  }
}
/* Main Container */
.UserDATA{
  position:fixed;
  padding: 30px;
  height: 100%;
  display: flex;
  right: 0;
  top: 0;
  max-width: 400px;
  background: var(--chatheader);
  z-index: var(--layer6);
  border-radius: 16px;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  font-family: 'Segoe UI', sans-serif;
}

/* Profile Card */
.userss-profile-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Top Wrapper */
.profile-top {
  margin-bottom: 10px;
}

.Profile-top-Wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #333;
}

/* Status Dot */
.status-dot {
  position: absolute;
  bottom: 0px;
  right: 20px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #1e1e2f;
}

.status-dot.offline {
  background-color: #888;
}

.status-dot.online {
  background-color: #00e676;
}

/* Profile Info */
.profile-info {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  flex-direction: column;
}

.name-block h1 {
  font-size: 20px;
  margin: 5px 0;
  color: var(--primary-strong);
}

.status-label {
  font-size: 14px;
  color: var(--color-primary);
}

/* Stats */
.stat-row {
  display: flex;
  justify-content: space-around;
  margin: 15px 0;
  gap: 1rem;
}

.stat-item label {
  display: block;
  font-size: 13px;
  color:var(--color-info);
}

.stat-item div {
  font-size: 16px;
  font-weight: bold;
  color: var(--color-primary);
}

/* Info Rows */
.info-row {
  margin: 10px 0;
  width: 100%;
}

.info-row label {
  font-size: 13px;
  color: var(--primary-strong);
  display: block;
  text-align: left;
}

.info-row p, .mobile-copy span {
  font-size: 15px;
  color: var(--primary-strong);
}

/* Copy Button */
.mobile-copy {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
}

#copy-btns {
  background: none;
  border: none;
  color: #00bcd4;
  cursor: pointer;
  font-size: 16px;
  transition: color 0.2s ease;
}

#copy-btns:hover {
  color: #00e5ff;
}

/* Add Friend Button */
.action-row {
  margin-top: 20px;
}

.btn-send {
  background: #00bcd4;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-size: 15px;
  transition: background 0.3s ease;
}

.btn-send:hover {
  background: #0097a7;
}

/* Back Button */
.backbuttoninfo {
  position: absolute;
  top: 15px;
  left: -15px;
  background: none;
  border: none;
  color: var(--primary-strong);
  font-size: 18px;
  cursor: pointer;
  transition: color 0.2s ease;
}



/* Responsive */
@media (max-width: 480px) {
  .UserDATA.to-left {
    max-width: 90%;
    padding: 15px;
  }

  .profile-pic {
    width: 80px;
    height: 80px;
  }

  .status-dot {
    bottom: 5px;
    right: 80px;
    width: 14px;
    height: 14px;
  }
}
