/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1750517718
Updated: 2025-06-21 14:55:18

*/

/* Patient Dashboard Style - Blue Theme */

.dashboard-container {
  max-width: 90%;
  width: 90%;
  margin: 40px auto;
  padding: 20px;
  background-color: #f0f8ff; /* Alice blue */
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 60, 100, 0.1);
  font-family: 'Segoe UI', sans-serif;
  color: #03396c;
}

.dashboard-container h1 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #012a4a;
}

.dashboard-search {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.dashboard-search input[type="text"] {
  padding: 10px;
  flex: 1;
  border: 1px solid #bcdff1;
  border-radius: 6px;
}

.dashboard-search button {
  background-color: #0077b6;
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  cursor: pointer;
}

.dashboard-search button:hover {
  background-color: #005f87;
}

.dashboard-table-wrapper {
  overflow-x: auto;
}

.dashboard-table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
}

.dashboard-table th,
.dashboard-table td {
  padding: 14px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}

.dashboard-table th {
  background-color: #caf0f8;
  color: #023e8a;
}

.dashboard-table tr:hover {
  background-color: #edf6fb;
}

.btn-view, .btn-edit {
  background-color: #0096c7;
  color: white;
  padding: 6px 12px;
  text-decoration: none;
  border-radius: 4px;
  margin-right: 6px;
  font-size: 0.9rem;
}




