/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
h1{
        font-size: 28px !important;
}

h3{
        font-size: 20px !important;
}

h4{
        font-size: 18px !important;
}

a.elementor-button.active-button {
  background-color: #18572a !important;
  color: #ffffff !important;
  border-bottom: 3px solid #f4e20d; /* adjust thickness as needed */
}


.members-bc{
    display: none;
}
.mem-right-col {
    margin-top:-10px;
}
.mem-right-col .members-add-user,
.mem-right-col .members-edit-user,
.mem-right-col .members-dash {
  width: 100%;
  font-family: 'Segoe UI', sans-serif;
  background: #f9f9f9;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}


.mem-right-col form {
  margin-bottom: 3.0rem;
}

.mem-right-col label {
  display: block !important;
  font-weight: 600 !important;
  margin-bottom: 0.5rem !important;
  color: #333;
}

.mem-right-col input[type="text"],
.mem-right-col input[type="email"],
.mem-right-col select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font-size: 1rem;
  transition: border-color 0.2s ease;
}

.mem-right-col input[type="text"]:focus,
.mem-right-col input[type="email"]:focus,
.mem-right-col select:focus {
  border-color: #18572a;
  outline: none;
}

.mem-right-col select[multiple] {
  height: auto;
  min-height: 120px;
}

.mem-right-col input[type="submit"],
.mem-right-col button,
.mem-right-col .elementor-post__read-more {
  background-color: #18572a;
  color: white;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.mem-right-col input[type="submit"]:hover,
.mem-right-col button:hover,
.mem-right-col .elementor-post__read-more:hover {
  background-color: #137c3c;
}

.mem-right-col .elementor-post__read-more {
  background-color: #18572a;
  color: white !important;
  padding: 0.4rem .65rem;
  font-size: .75rem !important;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
  float: right;
}


.mem-right-col .pwd-button {
    margin: 6px 0 10px 10px;
}

.mem-right-col label[for="send_notification"] {
padding:12px 0 12px 4px;
}

.mod-edit-wrapper {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1.5rem;
  max-width: 600px;
  font-family: "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #333;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.mod-edit-wrapper .user-details p,
.mod-edit-wrapper .user-department p {
  margin: 0.5rem 0;
}

.mod-edit-wrapper strong {
  display: inline-block;
  width: 120px;
  color: #222;
}

.mod-edit-wrapper a {
  color: #0066cc;
  text-decoration: none;
}

.mod-edit-wrapper a:hover {
  text-decoration: underline;
}

.mod-edit-wrapper h3 {
  margin-top: 2rem;
  font-size: 1.25rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.25rem;
  color: #444;
}