.export_button_height
{
	height: 41px;
	background-color: #0564bc !important;
}

[data-letters]:before 
{
	content:attr(data-letters);
	display:inline-block;
	font-size:1em;
	width:2.8em;
	height:2.8em;
	line-height:2.8em;
	text-align:center;
	border-radius:50%;
	background:rgba(73,80,87,.75);
	vertical-align:middle;
	margin-right:1em;
	color:white;
}

#beneficiaries_summary_filter
{
    display:none;
}

.profile-container 
{
	position: relative;
	display: inline-block;
}



.dataTables_empty 
{
    text-align: center;
}

@media (min-width: 768px) 
{
    .table-responsive {
        overflow: visible !important;
        white-space: normal !important;
    }
}

.profile-image {
    width: 100px; /* Set desired width */
    height: 100px; /* Set desired height */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px; /* Adjust font size */
    font-weight: bold;
    background-color: #6c757d; /* Set a single solid color */
    color: #ffffff; /* White text */
    border-radius: 50%; /* Make it circular */
    text-transform: uppercase;
}

.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image fills the container */
    border-radius: 50%;
}


/* Style for Broadcast Preview screen starts */

.mobile-screen 
{
  width: 20rem; /* Adjust width as needed for your device */
  height: 40rem; /* Adjust height as needed for your device */
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 20px;
  overflow: hidden;
  margin: 50px auto; /* Adjust margin to center the frame */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767.98px) 
{  
  .mobile-screen {
    width: 19rem; 
    height: 38rem; 
  }    
}

.whatsapp-screen {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.whatsapp-header {
  background-color: #075e54;
  color: #fff;
  display: flex;
  align-items: center;
}

.whatsapp-back-arrow
{
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 14pt;
  color: black;
  display: flex;
  font-family:'Times New Roman', Times, serif;
  justify-content: center;
}

.whatsapp-chat-title {
  flex-grow: 1;
  font-size: 14pt;
}

.whatsapp-chat-container {
  flex-grow: 1;
  overflow-y: auto;
}

.whatsapp-message {
  margin-bottom: 10px;
  max-width: 70%;
  clear: both;
  overflow: hidden;
}

.whatsapp-message-content {
  background-color: #f0f0f0;
  padding: 10px;
  border-radius: 10px;
}

.whatsapp-input-container {
  display: flex;
  align-items: center;
  padding: 10px;
  max-width: 100%;
}

.whatsapp-input-container input {
  flex-grow: 1;
  border: none;
  border-radius: 20px;
}

.whatsapp-input-container button {
  padding: 8px 20px;
  border: none;
  background-color: #128c7e;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
}

/* Style for Broadcast Preview screen ends */