.heading-info {
  margin-bottom: 20px;
  background: #f3f4f6;
  padding: 8px 3px;
  border-bottom: 1px solid #ccc;
}

.heading-info h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.client_table_records hr {
  margin: 3px 0;
}

/**
 * Custom styles for client profile views
 */
.view_main_content .header_section {
  padding: 10px;
  background: #fff;
  border-bottom: 2px solid #000;
  border-radius: 0px;
}
.view_main_content .header_section img {
  max-height: 100px;
}
.view_main_content .header_section h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}
.view_main_content .header_section p {
  font-size: 14px;
  text-align: right;
}

.view_main_content .header_section .download-btn {
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.view_main_content .header_section .download-btn:hover {
  background-color: #0056b3 !important; /* darker primary */
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}
.view_main_content .header_section .download-btn:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.view_main_content {
  background-color: #f8f9fa;
  font-family: "Segoe UI", Arial, sans-serif;
}
.view_main_content .content_section {
  padding: 35px 10px;
}
.view_main_content .content_section .section-title {
  font-size: 20px;
  font-weight: 700;
  color: #9c00b7;
  text-transform: uppercase;
  border-bottom: 2px dotted #9c00b7;
  padding-bottom: 8px;
  margin-bottom: 17px;
}
.view_main_content .content_section ul li {
  font-size: 16px;
  line-height: 35px;
}

.list_data_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  font-size: 15px;
  color: #333;
}

.list_data_table td {
  padding: 5px 2px;
  vertical-align: top;
}

.list_data_table td:first-child {
  font-weight: 600;
  color: #222;
}

.list_data_table tr:nth-child(even) {
  background-color: #f9f9f9; /* zebra striping for readability */
}

.list_data_table tr:hover {
  background-color: #f1f1f1; /* subtle hover effect */
}

.view_main_content .content_section .profile_image {
  text-align: center;
  margin-bottom: 2.5rem;
  border-bottom: 0px dotted #9c00b7;
  padding: 10px 0px;
  margin-top: 15px;
}

.view_main_content .content_section .profile_image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid #cbd0d7;
  border-radius: 0%;
}

.view_main_content .content_section .profile_image h4 {
  margin-top: 1rem;
  font-weight: 600;
  color: #9c00b7;
  font-size: 25px;
}
.important_field label{
  color: #ff0000;
}