img {
  max-width: 100%;
}
.reply-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.reply-btn i {
  /*font-size: 1.2rem;  Adjust size as needed */
  color: #a3c2ff; /* Change color as needed */
}
/* Style the tooltip */
.chat-profile-name {
  position: relative;
  display: inline-block;
}

/* Hide the tooltip text by default */
.chat-profile-name [title] {
  display: none;
}

/* Style the tooltip when hovering over the element */
.chat-profile-name:hover [title] {
  display: block;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px;
  top: 100%; /* Position below the element */
  left: 50%; /* Center horizontally */
  transform: translateX(-50%);
}
.nav-tabs .nav-item .nav-link {
  margin-left: 5px; /* Optional: Adds spacing between buttons */
  background-color: #e7fce3; /* WhatsApp green */
  color: #5cb19a;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  
}

.nav-tabs .nav-item .nav-link.active {
  background-color: #00a884; /* WhatsApp green */
  color: #ffffff;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  
}
 .darkmode .nav-tabs .nav-item .nav-link.active {
  background-color: #0a332c; /* WhatsApp green */
  color: #019375;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  
}
.btn-whatsapp {
  background-color: #00a884; /* WhatsApp green */
  color: white;
  border: none;
  border-radius: 24px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-width: 120px;
  position: relative;
  overflow: hidden;
}
.clear-quoted-message {
  cursor: pointer;
  color: #888;
  font-size: 20px;
}

.clear-quoted-message:hover {
  color: #333;
}
.clear-reply-btn {
  display: none; /* Initially hide clear button */
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #007bff; /* Change color as needed */
  margin-left: 5px; /* Adjust spacing as needed */
}
.whatsapp-qr-code-scan .pageBackBtn {
  padding: 0.5rem;
}
.whatsapp-qr-code-scan .qrCodePageCardTitleMain {
  text-align: center;
}
.whatsapp-qr-code-scan .qrCodePageCardTitleMain h2 {
  display: flex;
  align-items: center;
}
.whatsapp-qr-code-scan .qrGenerateSteps h5 {
  text-align: start;
}
.whatsapp-qr-code-scan .qrCodeImagMain {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.whatsapp-qr-code-scan .dummyQrCode {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/qr-code.svg");
  -o-object-fit: scale-down;
     object-fit: scale-down;
  background-size: contain;
  height: 264px;
  width: 264px;
}

.file-upload-middle {
  position: absolute;
  bottom: 80px;
  max-width: 100%;
  background: #ddd;
  padding: 13px;
  border-radius: 12px;
}
.file-upload-middle .row .col {
  position: relative;
}
.file-upload-middle .row .col button {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: #e91e63;
  border: none;
  outline: none;
  color: white;
}
.file-upload-middle .row .col img {
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 13px;
  display: block;
}/*# sourceMappingURL=custome.css.map */
.quoted-message-box {
  background-color: rgb(218 218 218 / 80%); /* Light opaque white background */
  border: 1px solid #ffffff; /* White border */
  padding: 4px; /* Padding around the content */
  color: black;
   /* Optional: Space between this and other elements */
}

.import-form { text-align: right; }
        .clear-btn { display: none; 
        margin: 2px;
        }
        .import-btn{
        margin: 2px;
        }
        #submit-btn{
          margin: 2px;
        }

        
      
      .chat-profile-name {
          display: flex;
          align-items: center; /* Align items vertically */
          margin-bottom: 6px;
      }
      
      .message-text p {
          margin: 0; /* Remove default margin for <p> */
      }
      
      .chat-time {
          margin-left: auto;
          margin-right: -7px; /* Move the time to the right */
      }
      
         .hidden-time-width{
          width:6px;
         }