/* ============================================
   WONE Global Client Meetup - Public Styles
   ============================================ */

/* Reset and Base Styles */
.wfh_global-client-meetup-container * {
    box-sizing: border-box;
}

.wfh_global-client-meetup-container {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
}

/* Utility Classes */
.wfh_text-center { text-align: center; }
.wfh_text-left { text-align: left; }
.wfh_text-right { text-align: right; }
.wfh_text-muted { color: #6c757d; }
.wfh_text-white { color: white; padding-left:20px; }
.wfh_text-white h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.wfh_text-white p {
  display: flex;
  align-items: center;
  gap: 10px; /* icon aur text ke beech space */
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.5;
}

.wfh_text-white i {
  font-size: 14px;
  width: 18px; /* sab icons same alignment me */
  text-align: center;
}

.wfh_opacity-75 {
  opacity: 0.75;
}
.wfh_text-primary { color: #1a3344; }
.wfh_text-success { color: #849726 !important; }
.wfh_text-danger { color: #dc3545; }
.wfh_text-warning { color: #ffc107; }
.wfh_text-info { color: #9aa75991; }
.wfh_text-dark { color: #343a40; }

.wfh_fs-1 { font-size: 2.5rem; }
.wfh_fs-2 { font-size: 2rem; }
.wfh_fs-3 { font-size: 1.75rem; }
.wfh_fs-4 { font-size: 1.5rem; }
.wfh_fs-5 { font-size: 1.25rem; }
.wfh_fs-6 { font-size: 1rem; }

.wfh_fw-bold { font-weight: 700; }
.wfh_fw-semibold { font-weight: 600; }
.wfh_fw-medium { font-weight: 500; }
.wfh_fw-normal { font-weight: 400; }

.wfh_m-0 { margin: 0; }
.wfh_m-1 { margin: 0.25rem; }
.wfh_m-2 { margin: 0.5rem; }
.wfh_m-3 { margin: 1rem; }
.wfh_m-4 { margin: 1.5rem; }
.wfh_m-5 { margin: 3rem; }

.wfh_mt-0 { margin-top: 0; }
.wfh_mt-1 { margin-top: 0.25rem; }
.wfh_mt-2 { margin-top: 0.5rem; }
.wfh_mt-3 { margin-top: 1rem; }
.wfh_mt-4 { margin-top: 1.5rem; }
.wfh_mt-5 { margin-top: 3rem; }

.wfh_mb-0 { margin-bottom: 0; }
.wfh_mb-1 { margin-bottom: 0.25rem; }
.wfh_mb-2 { margin-bottom: 0.5rem; }
.wfh_mb-3 { margin-bottom: 1rem; }
.wfh_mb-4 { margin-bottom: 1.5rem; }
.wfh_mb-5 { margin-bottom: 3rem; }

.wfh_ml-0 { margin-left: 0; }
.wfh_ml-1 { margin-left: 0.25rem; }
.wfh_ml-2 { margin-left: 0.5rem; }
.wfh_ml-3 { margin-left: 1rem; }
.wfh_ml-4 { margin-left: 1.5rem; }
.wfh_ml-5 { margin-left: 3rem; }

.wfh_mr-0 { margin-right: 0; }
.wfh_mr-1 { margin-right: 0.25rem; }
.wfh_mr-2 { margin-right: 0.5rem; }
.wfh_mr-3 { margin-right: 1rem; }
.wfh_mr-4 { margin-right: 1.5rem; }
.wfh_mr-5 { margin-right: 3rem; }

.wfh_mx-0 { margin-left: 0; margin-right: 0; }
.wfh_mx-1 { margin-left: 0.25rem; margin-right: 0.25rem; }
.wfh_mx-2 { margin-left: 0.5rem; margin-right: 0.5rem; }
.wfh_mx-3 { margin-left: 1rem; margin-right: 1rem; }
.wfh_mx-4 { margin-left: 1.5rem; margin-right: 1.5rem; }
.wfh_mx-5 { margin-left: 3rem; margin-right: 3rem; }

.wfh_my-0 { margin-top: 0; margin-bottom: 0; }
.wfh_my-1 { margin-top: 0.25rem; margin-bottom: 0.25rem; }
.wfh_my-2 { margin-top: 0.5rem; margin-bottom: 0.5rem; }
.wfh_my-3 { margin-top: 1rem; margin-bottom: 1rem; }
.wfh_my-4 { margin-top: 1.5rem; margin-bottom: 1.5rem; }
.wfh_my-5 { margin-top: 3rem; margin-bottom: 3rem; }

.wfh_p-0 { padding: 0; }
.wfh_p-1 { padding: 0.25rem; }
.wfh_p-2 { padding: 0.5rem; }
.wfh_p-3 { padding: 1rem; }
.wfh_p-4 { padding: 1.5rem; }
.wfh_p-5 { padding: 3rem; }

.wfh_pt-0 { padding-top: 0; }
.wfh_pt-1 { padding-top: 0.25rem; }
.wfh_pt-2 { padding-top: 0.5rem; }
.wfh_pt-3 { padding-top: 1rem; }
.wfh_pt-4 { padding-top: 1.5rem; }
.wfh_pt-5 { padding-top: 3rem; }

.wfh_pb-0 { padding-bottom: 0; }
.wfh_pb-1 { padding-bottom: 0.25rem; }
.wfh_pb-2 { padding-bottom: 0.5rem; }
.wfh_pb-3 { padding-bottom: 1rem; }
.wfh_pb-4 { padding-bottom: 1.5rem; }
.wfh_pb-5 { padding-bottom: 3rem; }

.wfh_pl-0 { padding-left: 0; }
.wfh_pl-1 { padding-left: 0.25rem; }
.wfh_pl-2 { padding-left: 0.5rem; }
.wfh_pl-3 { padding-left: 1rem; }
.wfh_pl-4 { padding-left: 1.5rem; }
.wfh_pl-5 { padding-left: 3rem; }

.wfh_pr-0 { padding-right: 0; }
.wfh_pr-1 { padding-right: 0.25rem; }
.wfh_pr-2 { padding-right: 0.5rem; }
.wfh_pr-3 { padding-right: 1rem; }
.wfh_pr-4 { padding-right: 1.5rem; }
.wfh_pr-5 { padding-right: 3rem; }

.wfh_px-0 { padding-left: 0; padding-right: 0; }
.wfh_px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
.wfh_px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.wfh_px-3 { padding-left: 1rem; padding-right: 1rem; }
.wfh_px-4 { padding-left: 1.5rem; padding-right: 1.5rem; }
.wfh_px-5 { padding-left: 3rem; padding-right: 3rem; }

.wfh_py-0 { padding-top: 0; padding-bottom: 0; }
.wfh_py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.wfh_py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.wfh_py-3 { padding-top: 1rem; padding-bottom: 1rem; }
.wfh_py-4 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.wfh_py-5 { padding-top: 3rem; padding-bottom: 3rem; }

.wfh_d-none { display: none !important; }
.wfh_d-inline { display: inline !important; }
.wfh_d-inline-block { display: inline-block !important; }
.wfh_d-block { display: block !important; }
.wfh_d-flex { display: flex !important; }
.wfh_d-inline-flex { display: inline-flex !important; }

.wfh_flex-column { flex-direction: column; }
.wfh_flex-row { flex-direction: row; }
.wfh_flex-wrap { flex-wrap: wrap; }
.wfh_flex-nowrap { flex-wrap: nowrap; }

.wfh_justify-content-start { justify-content: flex-start; }
.wfh_justify-content-end { justify-content: flex-end; }
.wfh_justify-content-center { justify-content: center; }
.wfh_justify-content-between { justify-content: space-between; }
.wfh_justify-content-around { justify-content: space-around; }

.wfh_align-items-start { align-items: flex-start; }
.wfh_align-items-end { align-items: flex-end; }
.wfh_align-items-center { align-items: center; }
.wfh_align-items-baseline { align-items: baseline; }
.wfh_align-items-stretch { align-items: stretch; }

.wfh_align-self-start { align-self: flex-start; }
.wfh_align-self-end { align-self: flex-end; }
.wfh_align-self-center { align-self: center; }
.wfh_align-self-baseline { align-self: baseline; }
.wfh_align-self-stretch { align-self: stretch; }

.wfh_gap-1 { gap: 0.25rem; }
.wfh_gap-2 { gap: 0.5rem; }
.wfh_gap-3 { gap: 1rem; }
.wfh_gap-4 { gap: 1.5rem; }
.wfh_gap-5 { gap: 3rem; }

.wfh_w-25 { width: 25%; }
.wfh_w-50 { width: 50%; }
.wfh_w-75 { width: 75%; }
.wfh_w-100 { width: 100%; }
.wfh_w-auto { width: auto; }

.wfh_h-25 { height: 25%; }
.wfh_h-50 { height: 50%; }
.wfh_h-75 { height: 75%; }
.wfh_h-100 { height: 100%; }
.wfh_h-auto { height: auto; }

.wfh_opacity-0 { opacity: 0; }
.wfh_opacity-25 { opacity: 0.25; }
.wfh_opacity-50 { opacity: 0.5; }
.wfh_opacity-75 { opacity: 0.75; }
.wfh_opacity-100 { opacity: 1; }

/* Card Styles */
.wfh_card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.wfh_shadow-sm { box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }
.wfh_shadow { box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); }
.wfh_shadow-lg { box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175); }

.wfh_card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.wfh_card-header:first-child {
    border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}

.wfh_card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.wfh_card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.wfh_card-footer:last-child {
    border-radius: 0 0 calc(0.375rem - 1px) calc(0.375rem - 1px);
}

/* Button Styles */
.wfh_btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
                border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
}

.wfh_btn:hover {
    text-decoration: none;
}

.wfh_btn:disabled,
.wfh_btn.disabled {
    opacity: 0.65;
    pointer-events: none;
}

.wfh_btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.wfh_btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.wfh_btn-primary {
    color: #fff !important;
    background-color: #1a3344 !important;
    border-color: #1a3344 !important;
}

.wfh_btn-primary:hover {
    background-color: #142835;
    border-color: #0f212e;
}

.wfh_btn-secondary {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;

}

.wfh_btn-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
}

.wfh_btn-success {
    color: #fff !important;
    background-color: #849726 !important;
    border-color: #849726 !important;

}

.wfh_btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

.wfh_btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.wfh_btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
}

.wfh_btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.wfh_btn-warning:hover {
    background-color: #e0a800;
    border-color: #d39e00;
}

.wfh_btn-info {
    color: #fff;
    background-color: #9aa75991;
    border-color: #9aa75991;
}

.wfh_btn-info:hover {
    background-color: #138496;
    border-color: #117a8b;
}

.wfh_btn-outline-primary {
    color: #1a3344 !important;
    border-color: #1a3344 !important;
    background-color: transparent !important;

}

.wfh_btn-outline-primary:hover {
    color: #fff;
    background-color: #1a3344;
    border-color: #1a3344;
}

.wfh_btn-outline-secondary {
    color: #ffffff !important;
    border-color: #203406 !important;
    background-color: #203406 !important;
}

.wfh_btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.wfh_btn-outline-success {
    color: #849726 !important;
    border-color: #849726 !important;
    background-color: transparent;
}

.wfh_btn-outline-success:hover {
    color: #fff;
    background-color: #849726 !important;
    border-color: #849726 !important;
}

.wfh_btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
    background-color: transparent;
}

.wfh_btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.wfh_btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
    background-color: transparent;
}

.wfh_btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.wfh_btn-outline-info {
    color: #9aa75991;
    border-color: #9aa75991;
    background-color: transparent;
}

.wfh_btn-outline-info:hover {
    color: #fff;
    background-color: #9aa75991;
    border-color: #9aa75991;
}

/* Badge Styles */
.wfh_badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.wfh_badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.wfh_badge-primary {
    color: #fff;
    background-color: #1a3344;
}

.wfh_badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

.wfh_badge-success {
    color: #fff;
    background-color: #849726 !important;
}

.wfh_badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.wfh_badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.wfh_badge-info {
    color: #fff;
    background-color: #9aa75991;
}

.wfh_badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

.wfh_badge-dark {
    color: #fff;
    background-color: #343a40;
}

/* Alert Styles */
.wfh_alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.wfh_alert-heading {
    color: inherit;
    margin-top: 0;
}

.wfh_alert-primary {
    color: #0d2030;
    background-color: #d6e3ec;
    border-color: #c6d8e5;
}

.wfh_alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.wfh_alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.wfh_alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.wfh_alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeaa7;
}

.wfh_alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.wfh_alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.wfh_alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

/* Form Styles */
.wfh_form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.wfh_form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.wfh_form-label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.wfh_form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.wfh_form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.wfh_form-check-label {
    margin-bottom: 0;
}

/* Table Styles */
.wfh_table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}

.wfh_table th,
.wfh_table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.wfh_table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.wfh_table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.wfh_table-sm th,
.wfh_table-sm td {
    padding: 0.3rem;
}

.wfh_table-bordered {
    border: 1px solid #dee2e6;
}

.wfh_table-bordered th,
.wfh_table-bordered td {
    border: 1px solid #dee2e6;
}

.wfh_table-bordered thead th,
.wfh_table-bordered thead td {
    border-bottom-width: 2px;
}

.wfh_table-borderless th,
.wfh_table-borderless td,
.wfh_table-borderless thead th,
.wfh_table-borderless tbody + tbody {
    border: 0;
}

.wfh_table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.wfh_table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.wfh_table-primary,
.wfh_table-primary > th,
.wfh_table-primary > td {
    background-color: #b8daff;
}

.wfh_table-hover .wfh_table-primary:hover {
    background-color: #9fcdff;
}

.wfh_table-hover .wfh_table-primary:hover > td,
.wfh_table-hover .wfh_table-primary:hover > th {
    background-color: #9fcdff;
}

.wfh_table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Tab Styles - UPDATED WITH NEW COLORS */
.wfh_tabs-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border-bottom: 1px solid #dee2e6;
}

.wfh_tab-item {
    margin-bottom: -1px;
}

.wfh_tab-btn {
    display: block !important;
    padding: 0.5rem 1rem !important;
    border: 1px solid transparent !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    background-color: transparent !important;
    color: #6c757d !important;
    text-decoration: none;
    cursor: pointer !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out !important;
}

.wfh_tab-btn:hover {
    color: #1a3344 !important;
    border-color: #e9ecef #e9ecef #dee2e6 !important;
}

.wfh_tab-btn.active {
    color: #ffffff !important;
    background-color: #203406 !important;
    border-color: #203406 #203406 #fff !important;
    border-bottom-color: transparent !important;
}

.wfh_tab-content-container {
    margin-top: 1rem;
}

.wfh_tab-content {
    display: none;
}

.wfh_tab-content.active {
    display: block;
}

/* Modal Styles - FIXED FOR DOUBLE SCROLLBARS */
.wfh_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 9999;
    overflow: hidden;   /* Disable outer scroll */
}

.wfh_modal-active {
    display: block;
}

.wfh_modal-content {
    position: relative;
    background-color: white;
    margin: 5% auto;
    width: 90%;
    max-width: 800px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    max-height: 85vh;
    display: flex;
    flex-direction: column;
}

.wfh_modal-content.wfh_modal-lg {
    max-width: 900px;
}

.wfh_modal-header {
    padding: 20px 25px;
    border-bottom: 1px solid #e9ecef;
    flex-shrink: 0;
}

.wfh_modal-title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.wfh_close-modal {
    position: absolute;
    right: 31px;
    color: #ffffff !important;
    top: 12px;
    background: none !important;
    border: none !important;
    font-size: 30px !important;
    cursor: pointer !important;
    line-height: 1;
    padding: 0 !important;
    width: 24px !important;
    height: 24px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.wfh_close-modal:hover {
    opacity: 0.8;
}

.wfh_modal-body {
    padding: 25px;
    overflow-y: auto;   /* Only inner scroll */
    flex: 1 1 auto;
}

.wfh_modal-footer {
    padding: 20px 25px;
    border-top: 1px solid #e9ecef;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-shrink: 0;
}

/* Grid System */
.wfh_row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.wfh_col-1, .wfh_col-2, .wfh_col-3, .wfh_col-4, .wfh_col-5, .wfh_col-6,
.wfh_col-7, .wfh_col-8, .wfh_col-9, .wfh_col-10, .wfh_col-11, .wfh_col-12,
.wfh_col-sm-1, .wfh_col-sm-2, .wfh_col-sm-3, .wfh_col-sm-4, .wfh_col-sm-5, .wfh_col-sm-6,
.wfh_col-sm-7, .wfh_col-sm-8, .wfh_col-sm-9, .wfh_col-sm-10, .wfh_col-sm-11, .wfh_col-sm-12,
.wfh_col-md-1, .wfh_col-md-2, .wfh_col-md-3, .wfh_col-md-4, .wfh_col-md-5, .wfh_col-md-6,
.wfh_col-md-7, .wfh_col-md-8, .wfh_col-md-9, .wfh_col-md-10, .wfh_col-md-11, .wfh_col-md-12,
.wfh_col-lg-1, .wfh_col-lg-2, .wfh_col-lg-3, .wfh_col-lg-4, .wfh_col-lg-5, .wfh_col-lg-6,
.wfh_col-lg-7, .wfh_col-lg-8, .wfh_col-lg-9, .wfh_col-lg-10, .wfh_col-lg-11, .wfh_col-lg-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .wfh_col-sm-1 { width: 8.333333%; }
    .wfh_col-sm-2 { width: 16.666667%; }
    .wfh_col-sm-3 { width: 25%; }
    .wfh_col-sm-4 { width: 33.333333%; }
    .wfh_col-sm-5 { width: 41.666667%; }
    .wfh_col-sm-6 { width: 50%; }
    .wfh_col-sm-7 { width: 58.333333%; }
    .wfh_col-sm-8 { width: 66.666667%; }
    .wfh_col-sm-9 { width: 75%; }
    .wfh_col-sm-10 { width: 83.333333%; }
    .wfh_col-sm-11 { width: 91.666667%; }
    .wfh_col-sm-12 { width: 100%; }
}

@media (min-width: 768px) {
    .wfh_col-md-1 { width: 8.333333%; }
    .wfh_col-md-2 { width: 16.666667%; }
    .wfh_col-md-3 { width: 25%; }
    .wfh_col-md-4 { width: 40%; }
    .wfh_col-md-5 { width: 41.666667%; }
    .wfh_col-md-6 { width: 50%; }
    .wfh_col-md-7 { width: 58.333333%; }
    .wfh_col-md-8 { width: 60%; }
    .wfh_col-md-9 { width: 75%; }
    .wfh_col-md-10 { width: 83.333333%; }
    .wfh_col-md-11 { width: 91.666667%; }
    .wfh_col-md-12 { width: 100%; }
}

@media (min-width: 992px) {
    .wfh_col-lg-1 { width: 8.333333%; }
    .wfh_col-lg-2 { width: 16.666667%; }
    .wfh_col-lg-3 { width: 25%; }
    .wfh_col-lg-4 { width: 33.333333%; }
    .wfh_col-lg-5 { width: 41.666667%; }
    .wfh_col-lg-6 { width: 50%; }
    .wfh_col-lg-7 { width: 58.333333%; }
    .wfh_col-lg-8 { width: 66.666667%; }
    .wfh_col-lg-9 { width: 75%; }
    .wfh_col-lg-10 { width: 83.333333%; }
    .wfh_col-lg-11 { width: 91.666667%; }
    .wfh_col-lg-12 { width: 100%; }
}

.wfh_g-0 {
    margin-right: 0;
    margin-left: 0;
}

.wfh_g-0 > .wfh_col,
.wfh_g-0 > [class*="wfh_col-"] {
    padding-right: 0;
    padding-left: 0;
}

.wfh_g-1 {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
}

.wfh_g-1 > .wfh_col,
.wfh_g-1 > [class*="wfh_col-"] {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
}

.wfh_g-2 {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.wfh_g-2 > .wfh_col,
.wfh_g-2 > [class*="wfh_col-"] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.wfh_g-3 {
    margin-right: -1rem;
    margin-left: -1rem;
}

.wfh_g-3 > .wfh_col,
.wfh_g-3 > [class*="wfh_col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
}

.wfh_g-4 {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
}

.wfh_g-4 > .wfh_col,
.wfh_g-4 > [class*="wfh_col-"] {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.wfh_g-5 {
    margin-right: -3rem;
    margin-left: -3rem;
}

.wfh_g-5 > .wfh_col,
.wfh_g-5 > [class*="wfh_col-"] {
    padding-right: 3rem;
    padding-left: 3rem;
}

/* Spinner */
.wfh_spinner {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: 0.2em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: wfh_spinner 0.75s linear infinite;
}

.wfh_spinner-sm {
    width: 0.8rem;
    height: 0.8rem;
    border-width: 0.15em;
}

@keyframes wfh_spinner {
    to { transform: rotate(360deg); }
}

/* Toast Notification */
.wfh_toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10000;
}

.wfh_toast {
    min-width: 300px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    opacity: 0;
    animation: wfh_toast-fadein 0.3s ease-in forwards;
}

@keyframes wfh_toast-fadein {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.wfh_toast-success {
    border-left: 4px solid #849726 !important;
}

.wfh_toast-danger {
    border-left: 4px solid #dc3545;
}

.wfh_toast-warning {
    border-left: 4px solid #ffc107;
}

.wfh_toast-info {
    border-left: 4px solid #9aa75991;
}

.wfh_toast-body {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wfh_close-toast {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #6c757d;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}

.wfh_close-toast:hover {
    color: #343a40;
}

/* Booking Cards Grid */
.wfh_bookings-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
}

.wfh_booking-card {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: white;
    transition: box-shadow 0.3s ease;
}

.wfh_booking-card:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.wfh_booking-header {
    padding: 1rem;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.wfh_booking-body {
    padding: 1rem;
    flex: 1;
}

.wfh_booking-footer {
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    background-color: #f8f9fa;
}

/* Calendar Styles */
.wfh_calendar-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.wfh_calendar-month {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    overflow: hidden;
}

.wfh_calendar-header {
    padding: 1rem;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.wfh_calendar-days {
    padding: 1rem;
}

.wfh_calendar-day {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.wfh_calendar-day:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.wfh_day-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.wfh_day-bookings {
    max-height: 200px;
    overflow-y: auto;
}

.wfh_day-booking-item {
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    background-color: #f8f9fa;
    border-radius: 0.25rem;
    border-left: 3px solid #1a3344;
}

.wfh_day-booking-item:last-child {
    margin-bottom: 0;
}

/* Steps Container */
.wfh_steps-container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.wfh_step {
    display: block;
}

/* Date and Time Selection */
.wfh_date-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.wfh_month-selection .wfh_card {
    height: 100%;
}

.wfh_month-selection .wfh_card-body {
    min-height: 150px;
    max-height: 250px;
    overflow-y: auto;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .wfh_bookings-grid {
        grid-template-columns: 1fr;
    }
    
    .wfh_calendar-grid {
        grid-template-columns: 1fr;
    }
    
    .wfh_modal-content {
        margin: 10% auto;
        width: 95%;
        max-height: 90vh;
    }
    
    .wfh_table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
}

/* Scrollbar Styling */
.wfh_modal-body::-webkit-scrollbar,
.wfh_day-bookings::-webkit-scrollbar,
.wfh_month-selection .wfh_card-body::-webkit-scrollbar {
    width: 8px;
}

.wfh_modal-body::-webkit-scrollbar-track,
.wfh_day-bookings::-webkit-scrollbar-track,
.wfh_month-selection .wfh_card-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.wfh_modal-body::-webkit-scrollbar-thumb,
.wfh_day-bookings::-webkit-scrollbar-thumb,
.wfh_month-selection .wfh_card-body::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.wfh_modal-body::-webkit-scrollbar-thumb:hover,
.wfh_day-bookings::-webkit-scrollbar-thumb:hover,
.wfh_month-selection .wfh_card-body::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

/* ============================================
   FIND PROFESSIONALS FILTER SECTION
   ============================================ */

/* Filter Section Card */
.wfh_filter-section {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 20px 24px 16px;
    margin-bottom: 20px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.wfh_filter-section-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 4px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wfh_filter-section-subtitle {
    font-size: 12px;
    color: #888;
    margin: 0 0 16px 0;
}

/* World map background watermark */
.wfh_filter-section-inner {
    position: relative;
    overflow: hidden;
}

.wfh_filter-world-map {
    position: absolute !important;
    right: 0 !important;
    top: -30px !important;
    bottom: -20px !important;
    width: 360px !important;
    pointer-events: none !important;
    opacity: 0.12 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1009 558'%3E%3Cpath fill='%23203406' d='M976 280c0 14-6 27-17 37l-29 24-10 8-4 3-7 5-8 6-11 7-9 6-6 3-4 3-8 5-8 4-9 5-5 2-6 3-10 4-8 3-11 4-7 2-9 3-9 2-10 2-9 2-10 1-8 1-9 1h-17l-8-1-9-1-8-2-9-2-8-3-8-3-7-3-8-4-7-4-8-4-6-4-7-5-6-4-5-4-6-5-5-5-5-4-5-5-4-5-5-5-3-5-4-6-3-5-3-6-3-6-2-6-2-7-1-6-1-7v-7l1-7 1-7 2-7 2-6 3-7 3-6 4-6 4-6 4-5 5-6 5-5 5-5 6-5 6-4 6-5 7-4 7-4 7-3 8-3 8-3 8-2 9-2 8-1 9-1h9l8 1 9 1 8 2 8 2 8 3 7 3 7 4 6 4 7 4 6 5 5 4 6 5 5 5 4 5 4 5 4 6 3 6 2 6 2 6 1 7 1 6v7z'/%3E%3Cellipse cx='504' cy='279' rx='480' ry='230' fill='none' stroke='%23203406' stroke-width='18'/%3E%3Cline x1='504' y1='49' x2='504' y2='509' stroke='%23203406' stroke-width='8'/%3E%3Cline x1='24' y1='279' x2='984' y2='279' stroke='%23203406' stroke-width='8'/%3E%3Cellipse cx='504' cy='279' rx='240' ry='230' fill='none' stroke='%23203406' stroke-width='8'/%3E%3Cellipse cx='504' cy='279' rx='120' ry='230' fill='none' stroke='%23203406' stroke-width='6'/%3E%3Cellipse cx='504' cy='279' rx='360' ry='100' fill='none' stroke='%23203406' stroke-width='6'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: right center !important;
}

/* Magnifying glass watermark in filter section */
.wfh_filter-magnifier {
    position: absolute !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 140px !important;
    height: 140px !important;
    pointer-events: none !important;
    opacity: 0.13 !important;
    z-index: 0 !important;
}

.wfh_filter-magnifier svg {
    width: 100% !important;
    height: 100% !important;
}

/* Filter row */
.wfh_filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-end;
}

.wfh_filter-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: 140px;
}

.wfh_filter-group-search {
    min-width: 200px;
    flex: 1.5;
}

.wfh_filter-label {
    font-size: 11px;
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.wfh_filter-input,
.wfh_filter-select {
    height: 38px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    padding: 0 12px;
    font-size: 13px;
    color: #444;
    background-color: #fff;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
}

.wfh_filter-input:focus,
.wfh_filter-select:focus {
    border-color: #203406;
    box-shadow: 0 0 0 2px rgba(32,52,6,0.1);
}

.wfh_filter-input-wrapper {
    position: relative;
}

.wfh_filter-input-wrapper .wfh_filter-search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 14px;
    pointer-events: none;
}

.wfh_filter-input {
    padding-right: 32px;
}

.wfh_filter-select-wrapper {
    position: relative;
}

.wfh_filter-select-wrapper::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #888;
    pointer-events: none;
}

.wfh_filter-select-wrapper .wfh_filter-globe {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 13px;
    pointer-events: none;
}

.wfh_filter-select-wrapper .wfh_filter-city-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    font-size: 13px;
    pointer-events: none;
}

.wfh_filter-select.wfh_has-icon {
    padding-left: 28px;
}

.wfh_filter-actions {
    display: flex;
    gap: 8px;
    align-items: flex-end;
    flex-shrink: 0;
}

.wfh_filter-btn-search {
    height: 38px;
    padding: 0 20px;
    background-color: #203406;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background-color 0.2s, transform 0.1s;
    white-space: nowrap;
}

.wfh_filter-btn-search:hover {
    background-color: #2d4a08;
    transform: translateY(-1px);
}

.wfh_filter-btn-reset {
    height: 38px;
    padding: 0 16px;
    background-color: #ffffff;
    color: #444;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background-color 0.2s, border-color 0.2s;
    white-space: nowrap;
}

.wfh_filter-btn-reset:hover {
    background-color: #f5f5f5;
    border-color: #aaa;
}

/* Professionals table header section */
.wfh_pros-table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    border-bottom: 1px solid #e8e8e8;
    flex-wrap: wrap;
    gap: 8px;
}

.wfh_pros-table-title-group {
    display: flex;
    align-items: center;
    gap: 12px;
}

.wfh_pros-table-icon {
    width: 40px;
    height: 40px;
    background: #f5f9e8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #849726;
    font-size: 18px;
    flex-shrink: 0;
}

.wfh_pros-table-title {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.wfh_pros-table-subtitle {
    font-size: 12px;
    color: #888;
    margin: 0;
}

.wfh_daily-limit-badge {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

/* Table styling — updated header */
.wfh_pros-table-wrapper {
    overflow-x: auto;
}

#professionalsTable {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

#professionalsTable thead tr {
    background-color: #203406;
}

#professionalsTable thead th {
    color: #ffffff !important;
    font-weight: 600;
    padding: 12px 10px;
    text-align: left;
    border: none;
    font-size: 12px;
    white-space: nowrap;
}

#professionalsTable tbody tr {
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.15s;
}

#professionalsTable tbody tr:hover {
    background-color: #fafcf5;
}

#professionalsTable tbody td {
    padding: 10px 10px;
    vertical-align: middle;
    border-top: none;
    border-bottom: 1px solid #f0f0f0;
}

/* Pagination */
.wfh_pagination-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-top: 1px solid #f0f0f0;
    flex-wrap: wrap;
    gap: 10px;
}

.wfh_pagination-info {
    font-size: 12px;
    color: #888;
}

.wfh_pagination-controls {
    display: flex;
    align-items: center;
    gap: 4px;
}

.wfh_page-btn {
    min-width: 32px;
    height: 32px;
    padding: 0 8px;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #555;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s;
}

.wfh_page-btn:hover:not(:disabled) {
    border-color: #203406;
    color: #203406;
}

.wfh_page-btn.active {
    background-color: #203406;
    color: #fff;
    border-color: #203406;
    font-weight: 700;
}

.wfh_page-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.wfh_rows-per-page {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #888;
}

.wfh_rows-per-page select {
    height: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 0 6px;
    font-size: 12px;
    color: #555;
    outline: none;
    cursor: pointer;
}

/* Flag emoji in country column */
.wfh_country-cell {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Tooltip for bottom info bar */
.wfh_table-tip {
    padding: 8px 16px;
    background: #f9f9f9;
    border-top: 1px solid #f0f0f0;
    font-size: 12px;
    color: #888;
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 0 0 8px 8px;
}

/* Designation icon */
.wfh_designation-cell {
    display: flex;
    align-items: center;
    gap: 6px;
}

.wfh_designation-icon {
    color: #c9a84c;
    font-size: 14px;
}

/* Status badges updated */
.wfh_status-available {
    background: #e8f5e9;
    color: #2e7d32;
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.wfh_status-busy {
    background: #fce4ec;
    color: #c62828;
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.wfh_pending-badge {
    background: #f3f3f3;
    color: #555;
    border-radius: 12px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.wfh_pending-badge.wfh_pending-full {
    background: #fce4ec;
    color: #c62828;
}

/* Book button redesigned */
.wfh_btn-book-green {
    background-color: #203406 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 5px 14px !important;
    border-radius: 6px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    transition: background-color 0.2s !important;
}

.wfh_btn-book-green:hover {
    background-color: #2d4a08 !important;
}

/* Responsive for filter section */
@media (max-width: 768px) {
    .wfh_filter-row {
        flex-direction: column;
    }
    .wfh_filter-group {
        min-width: 100%;
    }
    .wfh_filter-actions {
        width: 100%;
        justify-content: flex-start;
    }
    .wfh_pagination-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Print Styles */
@media print {
    .wfh_modal,
    .wfh_btn,
    .wfh_tabs-list {
        display: none !important;
    }
    
    .wfh_tab-content {
        display: block !important;
    }
}
/* Button Hover Effects */
.wfh_btn-home, .wfh_btn-dashboard, .wfh_btn-logout {
    transition: all 0.3s ease !important;
    position: relative;
    overflow: hidden;
}

.wfh_btn-home:hover, .wfh_btn-dashboard:hover {
    background-color: #203406 !important;
    color: #1a3344 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 169, 52, 0.3);
}

.wfh_btn-logout:hover {
    background-color: #1a3344 !important;
    color: #203406 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(26, 51, 68, 0.3);
}

/* Optional: Add ripple effect on click */
.wfh_btn-home:active, .wfh_btn-dashboard:active, .wfh_btn-logout:active {
    transform: translateY(0);
    transition: all 0.1s ease;
}

/* Button shine effect */
.wfh_btn-home::after, .wfh_btn-dashboard::after, .wfh_btn-logout::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.wfh_btn-home:hover::after, .wfh_btn-dashboard:hover::after, .wfh_btn-logout:hover::after {
    width: 300px;
    height: 300px;
}
/* Pulse effect on hover */
@keyframes wfh_btn-pulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 169, 52, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(255, 169, 52, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 169, 52, 0); }
}

.wfh_btn-home:hover, .wfh_btn-dashboard:hover {
    animation: wfh_btn-pulse 1.5s infinite;
}

/* Scale effect on hover */
.wfh_btn-home:hover, .wfh_btn-dashboard:hover, .wfh_btn-logout:hover {
    transform: translateY(-2px) scale(1.05);
}
/* ============================================
   HEADER CARD - Wavy background + Gold profile border
   ============================================ */

/* Main header card - dark green with wavy SVG world map background */
.wfh_global-client-meetup-container > .wfh_card.wfh_shadow-lg.wfh_mb-4.wfh_border-0 {
    background-color: #1c3005 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 200'%3E%3Cdefs%3E%3ClinearGradient id='wg' x1='0' x2='1' y1='0' y2='0'%3E%3Cstop offset='0' stop-color='%23ffffff' stop-opacity='0.04'/%3E%3Cstop offset='1' stop-color='%23ffffff' stop-opacity='0.01'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0 100 Q175 20 350 100 Q525 180 700 100 Q875 20 1050 100 Q1225 180 1400 100 L1400 200 L0 200Z' fill='url(%23wg)'/%3E%3Cpath d='M0 130 Q175 60 350 130 Q525 200 700 130 Q875 60 1050 130 Q1225 200 1400 130 L1400 200 L0 200Z' fill='%23ffffff' fill-opacity='0.02'/%3E%3C/svg%3E"),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 500'%3E%3Cellipse cx='450' cy='250' rx='430' ry='215' fill='none' stroke='%23ffffff' stroke-opacity='0.05' stroke-width='20'/%3E%3Cline x1='450' y1='35' x2='450' y2='465' stroke='%23ffffff' stroke-opacity='0.04' stroke-width='8'/%3E%3Cline x1='20' y1='250' x2='880' y2='250' stroke='%23ffffff' stroke-opacity='0.04' stroke-width='8'/%3E%3Cellipse cx='450' cy='250' rx='215' ry='215' fill='none' stroke='%23ffffff' stroke-opacity='0.04' stroke-width='7'/%3E%3Cellipse cx='450' cy='250' rx='108' ry='215' fill='none' stroke='%23ffffff' stroke-opacity='0.03' stroke-width='6'/%3E%3Cellipse cx='450' cy='250' rx='323' ry='90' fill='none' stroke='%23ffffff' stroke-opacity='0.03' stroke-width='6'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: bottom center, right center !important;
    background-size: 100% auto, 420px auto !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3) !important;
}

/* Profile image gold ring */
.wfh_global-client-meetup-container .wfh_profile-avatar-img {
    border: 4px solid #c9a227 !important;
    box-shadow: 0 0 0 3px rgba(201,162,39,0.3), 0 4px 20px rgba(0,0,0,0.4) !important;
    object-fit: cover !important;
}

/* Header badge stats chips - top right */
.wfh_global-client-meetup-container .wfh_badge {
    font-size: 12px !important;
    padding: 5px 12px !important;
    border-radius: 20px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    font-weight: 600 !important;
    margin-right: 4px !important;
}

/* Home / Dashboard buttons - golden style like Image 1 */
.wfh_btn-home,
.wfh_btn-dashboard {
    background-color: #849726 !important;
    color: #ffffff !important;
    border: 2px solid #849726 !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 10px 22px !important;
    letter-spacing: 0.3px !important;
}

/* Dashboard button active/highlighted (like Image 1 has golden filled) */
.wfh_btn-dashboard {
    background-color: #c9a227 !important;
    border-color: #c9a227 !important;
    color: #1c2900 !important;
}

/* Logout button - outlined style */
.wfh_btn-logout {
    background-color: transparent !important;
    color: #c9a227 !important;
    border: 2px solid #c9a227 !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 10px 22px !important;
}

.wfh_btn-logout:hover {
    background-color: #c9a227 !important;
    color: #1c2900 !important;
    box-shadow: 0 4px 12px rgba(201,162,39,0.4) !important;
    transform: translateY(-2px) !important;
}

.wfh_btn-home:hover,
.wfh_btn-dashboard:hover {
    filter: brightness(1.12) !important;
    box-shadow: 0 4px 12px rgba(201,162,39,0.4) !important;
    transform: translateY(-2px) scale(1.02) !important;
    animation: none !important;
}

/* Filter section - ensure relative for watermark positioning */
.wfh_filter-section {
    position: relative !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 8px !important;
    padding: 20px 24px 16px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06) !important;
}

/* Ensure filter content is above watermarks */
.wfh_filter-section-title,
.wfh_filter-section-subtitle,
.wfh_filter-row {
    position: relative !important;
    z-index: 1 !important;
}

/* Globe icon in country dropdown - golden color like Image 1 */
.wfh_filter-select-wrapper .wfh_filter-globe {
    color: #b8a035 !important;
    font-size: 14px !important;
    left: 10px !important;
}

/* City building icon */
.wfh_filter-select-wrapper .wfh_filter-city-icon {
    color: #b8a035 !important;
    font-size: 13px !important;
}

/* Filter inputs with icon - make them look same as Image 1 */
.wfh_filter-select.wfh_has-icon {
    padding-left: 30px !important;
}

/* Search button */
.wfh_filter-btn-search {
    background-color: #203406 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    height: 38px !important;
    padding: 0 20px !important;
    font-size: 13px !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: background-color 0.2s, transform 0.1s !important;
    white-space: nowrap !important;
}

.wfh_filter-btn-search:hover {
    background-color: #2d4a08 !important;
    transform: translateY(-1px) !important;
}

/* Reset button */
.wfh_filter-btn-reset {
    background-color: #ffffff !important;
    color: #444 !important;
    border: 1px solid #d0d0d0 !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    height: 38px !important;
    padding: 0 16px !important;
    font-size: 13px !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: background-color 0.2s, border-color 0.2s !important;
    white-space: nowrap !important;
}

.wfh_filter-btn-reset:hover {
    background-color: #f5f5f5 !important;
    border-color: #aaa !important;
}

/* Pros table header */
.wfh_pros-table-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 14px 16px !important;
    border-bottom: 1px solid #e8e8e8 !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    background: #ffffff !important;
}

/* Pros table icon circle - golden */
.wfh_pros-table-icon {
    background: #f5f9e8 !important;
    color: #849726 !important;
}

/* Table header dark green */
#professionalsTable thead tr {
    background-color: #203406 !important;
}

#professionalsTable thead th {
    color: #ffffff !important;
    font-weight: 600 !important;
    padding: 12px 10px !important;
    text-align: left !important;
    border: none !important;
    font-size: 12px !important;
    white-space: nowrap !important;
}

/* Designation icon color — golden */
.wfh_designation-icon {
    color: #b8a035 !important;
}

/* Book button - dark green */
.wfh_btn-book-green {
    background-color: #203406 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 6px 14px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    transition: background-color 0.2s !important;
}

.wfh_btn-book-green:hover {
    background-color: #2d4a08 !important;
}

/* Available badge */
.wfh_status-available {
    color: #4caf50 !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
}

/* Daily limit badge */
.wfh_daily-limit-badge {
    background: #e8f5e9 !important;
    color: #2e7d32 !important;
    border: 1px solid #a5d6a7 !important;
    border-radius: 20px !important;
    padding: 4px 12px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
}

/* ============================================
   NEW BOOKING CARD DESIGN (Image 1 style)
   ============================================ */

/* Grid - single column on card layout */
.wfh_bookings-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)) !important;
    gap: 20px !important;
}

/* Card wrapper */
.wfh_bcard-new {
    border: 1px solid #e5e7eb !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    background: #fff !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07) !important;
    display: flex !important;
    flex-direction: column !important;
    transition: box-shadow 0.25s !important;
}

.wfh_bcard-new:hover {
    box-shadow: 0 6px 28px rgba(32,52,6,0.13) !important;
}

/* ---- HEADER ---- */
.wfh_bcard-head {
    background: #1c3005 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 140'%3E%3Cpath d='M0 70 Q75 10 150 70 Q225 130 300 70 Q375 10 450 70 Q525 130 600 70 L600 140 L0 140Z' fill='%23ffffff' fill-opacity='0.03'/%3E%3Cpath d='M0 90 Q75 40 150 90 Q225 140 300 90 Q375 40 450 90 Q525 140 600 90 L600 140 L0 140Z' fill='%23ffffff' fill-opacity='0.02'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    background-size: cover !important;
    padding: 16px 18px !important;
}

.wfh_bcard-head-inner {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 10px !important;
}

.wfh_bcard-head-left {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.wfh_bcard-head-icon {
    width: 42px !important;
    height: 42px !important;
    border-radius: 12px !important;
    background: rgba(255,255,255,0.15) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    font-size: 18px !important;
    flex-shrink: 0 !important;
}

.wfh_bcard-title {
    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

.wfh_bcard-subtitle {
    color: rgba(255,255,255,0.65) !important;
    font-size: 12px !important;
    margin-top: 2px !important;
}

.wfh_bcard-head-right {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 4px !important;
}

.wfh_bcard-status-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 5px 14px !important;
    border-radius: 20px !important;
    white-space: nowrap !important;
}

/* ---- ALERT BANNERS ---- */
.wfh_bcard-alert {
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
    padding: 10px 16px !important;
    font-size: 13px !important;
    border-bottom: 1px solid transparent !important;
}

.wfh_bcard-alert-warn {
    background: #fffbeb !important;
    color: #92400e !important;
    border-color: #fde68a !important;
}

.wfh_bcard-alert-danger {
    background: #fef2f2 !important;
    color: #991b1b !important;
    border-color: #fecaca !important;
}

.wfh_bcard-alert-info {
    background: #eff6ff !important;
    color: #1e40af !important;
    border-color: #bfdbfe !important;
}

/* ---- BODY ---- */
.wfh_bcard-body {
    padding: 4px 0 !important;
    flex: 1 !important;
}

/* ---- ROWS ---- */
.wfh_bcard-row {
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    padding: 14px 18px !important;
}

.wfh_bcard-divider {
    height: 1px !important;
    background: #f1f5f9 !important;
    margin: 0 18px !important;
}

/* Icon circles */
.wfh_bcard-row-icon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    flex-shrink: 0 !important;
}

.wfh_bcard-icon-green  { background: #dcfce7 !important; color: #166534 !important; }
.wfh_bcard-icon-amber  { background: #fef3c7 !important; color: #92400e !important; }
.wfh_bcard-icon-purple { background: #ede9fe !important; color: #5b21b6 !important; }
.wfh_bcard-icon-blue   { background: #dbeafe !important; color: #1e40af !important; }
.wfh_bcard-icon-teal   { background: #ccfbf1 !important; color: #0f766e !important; }
.wfh_bcard-icon-teal2  { background: #d1fae5 !important; color: #065f46 !important; }

.wfh_bcard-row-content {
    flex: 1 !important;
    min-width: 0 !important;
}

.wfh_bcard-row-label {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #9ca3af !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 2px !important;
}

.wfh_bcard-row-name {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    margin-bottom: 1px !important;
}

.wfh_bcard-row-email {
    font-size: 12px !important;
    color: #6b7280 !important;
}

/* ---- TWO-COLUMN DATE/TIME ---- */
.wfh_bcard-two-col {
    display: flex !important;
    padding: 14px 18px !important;
    gap: 0 !important;
}

.wfh_bcard-two-col-item {
    flex: 1 !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
}

.wfh_bcard-two-col-divider {
    width: 1px !important;
    background: #f1f5f9 !important;
    margin: 0 8px !important;
    align-self: stretch !important;
}

/* ---- FOOTER ---- */
.wfh_bcard-footer {
    padding: 14px 16px !important;
    border-top: 1px solid #f1f5f9 !important;
    background: #fff !important;
}

/* Action buttons */
.wfh_bcard-action-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 11px 0 !important;
    width: 100% !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: filter 0.2s, transform 0.15s !important;
}

.wfh_bcard-action-btn:hover {
    filter: brightness(1.1) !important;
    transform: translateY(-1px) !important;
}

.wfh_bcard-btn-message {
    background: #1c3005 !important;
    color: #fff !important;
}

.wfh_bcard-btn-edit {
    background: #849726 !important;
    color: #fff !important;
}

.wfh_bcard-btn-cancel {
    background: #fee2e2 !important;
    color: #dc2626 !important;
}

.wfh_bcard-btn-accept {
    background: #dcfce7 !important;
    color: #166534 !important;
}

.wfh_bcard-btn-suggest {
    background: #fef3c7 !important;
    color: #92400e !important;
}

.wfh_bcard-expired-msg {
    text-align: center !important;
    color: #6b7280 !important;
    font-size: 13px !important;
    padding: 4px 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
}

/* Responsive */
@media (max-width: 600px) {
    .wfh_bookings-grid {
        grid-template-columns: 1fr !important;
    }
    .wfh_bcard-two-col {
        flex-direction: column !important;
        gap: 12px !important;
    }
    .wfh_bcard-two-col-divider {
        display: none !important;
    }
}

/* ============================================================
   ADMIN BOOKINGS — NEW DESIGN (Image 2 match)
   ============================================================ */

/* ---- Header Banner ---- */
.wfh_adm_header_banner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: #fff !important;
    border-radius: 12px 12px 0 0 !important;
    padding: 22px 28px 18px 28px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    position: relative !important;
    overflow: hidden !important;
}

.wfh_adm_header_info {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

.wfh_adm_header_icon {
    width: 48px !important;
    height: 48px !important;
    border-radius: 12px !important;
    background: #203406 !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    flex-shrink: 0 !important;
}

.wfh_adm_header_title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1a2e0a !important;
    line-height: 1.2 !important;
}

.wfh_adm_header_sub {
    font-size: 13px !important;
    color: #6b7280 !important;
    margin-top: 2px !important;
}

.wfh_adm_header_svg {
    opacity: 0.85 !important;
    flex-shrink: 0 !important;
}

/* ---- Filters Bar ---- */
.wfh_adm_filters_bar {
    background: #fff !important;
    padding: 18px 24px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
    align-items: flex-end !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

.wfh_adm_filter_group {
    display: flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    flex: 1 !important;
    min-width: 140px !important;
}

.wfh_adm_filter_label {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #374151 !important;
    margin: 0 !important;
}

.wfh_adm_search_wrap {
    position: relative !important;
}

.wfh_adm_search_icon {
    position: absolute !important;
    left: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #9ca3af !important;
    font-size: 13px !important;
}

.wfh_adm_filter_input {
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
    color: #374151 !important;
    background: #f9fafb !important;
    width: 100% !important;
    box-sizing: border-box !important;
    outline: none !important;
    transition: border-color 0.2s !important;
}

#wfh_adm_search {
    padding-left: 32px !important;
}

.wfh_adm_filter_input:focus {
    border-color: #849726 !important;
    background: #fff !important;
}

.wfh_adm_date_input {
    cursor: pointer !important;
}

.wfh_adm_filter_select {
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
    color: #374151 !important;
    background: #f9fafb !important;
    width: 100% !important;
    cursor: pointer !important;
    outline: none !important;
    appearance: auto !important;
    transition: border-color 0.2s !important;
}

.wfh_adm_filter_select:focus {
    border-color: #849726 !important;
    background: #fff !important;
}

.wfh_adm_filter_actions {
    display: flex !important;
    gap: 8px !important;
    flex-shrink: 0 !important;
    align-items: flex-end !important;
}

.wfh_adm_btn_filter {
    background: #203406 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 9px 18px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: background 0.2s !important;
    white-space: nowrap !important;
}

.wfh_adm_btn_filter:hover {
    background: #849726 !important;
}

.wfh_adm_btn_reset {
    background: #f3f4f6 !important;
    color: #374151 !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    padding: 9px 18px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: background 0.2s !important;
    white-space: nowrap !important;
}

.wfh_adm_btn_reset:hover {
    background: #e5e7eb !important;
}

/* ---- Bookings List title row ---- */
.wfh_adm_list_title_row {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 24px 8px 24px !important;
    background: #fff !important;
}

.wfh_adm_list_title_icon {
    color: #203406 !important;
    font-size: 16px !important;
}

.wfh_adm_list_title_text {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1a2e0a !important;
}

/* ---- Table wrap ---- */
.wfh_adm_table_wrap {
    background: #fff !important;
    border-radius: 0 !important;
}

/* ---- Table ---- */
.wfh_adm_table {
    width: 100% !important;
    border-collapse: collapse !important;
    font-size: 13.5px !important;
}

.wfh_adm_table thead tr {
    background: #1a2e0a !important;
}

.wfh_adm_table thead th {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 12.5px !important;
    padding: 13px 14px !important;
    border: none !important;
    white-space: nowrap !important;
    letter-spacing: 0.2px !important;
}

.wfh_adm_th_icon {
    margin-right: 5px !important;
    opacity: 0.75 !important;
}

.wfh_adm_table tbody tr {
    border-bottom: 1px solid #f1f5f9 !important;
    transition: background 0.15s !important;
}

.wfh_adm_table tbody tr:hover {
    background: #f8faf4 !important;
}

.wfh_adm_table tbody td {
    padding: 12px 14px !important;
    color: #374151 !important;
    vertical-align: middle !important;
    border: none !important;
}

/* ---- ID cell ---- */
.wfh_adm_td_id {
    font-weight: 700 !important;
    color: #849726 !important;
    font-size: 13px !important;
}

/* ---- Requester cell ---- */
.wfh_adm_requester_cell {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.wfh_adm_avatar {
    width: 34px !important;
    height: 34px !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    letter-spacing: 0.5px !important;
}

.wfh_adm_name {
    font-weight: 600 !important;
    color: #111827 !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
}

.wfh_adm_email_small {
    font-size: 11.5px !important;
    color: #6b7280 !important;
    margin-top: 1px !important;
}

/* ---- Professional cell ---- */
.wfh_adm_pro_cell {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    font-weight: 500 !important;
    color: #374151 !important;
}

.wfh_adm_pro_icon {
    color: #849726 !important;
    font-size: 15px !important;
}

/* ---- Email col ---- */
.wfh_adm_email_col {
    color: #6b7280 !important;
    font-size: 12.5px !important;
}

/* ---- Date / Time cells ---- */
.wfh_adm_date_cell,
.wfh_adm_time_cell {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    white-space: nowrap !important;
}

.wfh_adm_cell_icon {
    color: #849726 !important;
    font-size: 13px !important;
    flex-shrink: 0 !important;
}

/* ---- Status badges ---- */
.wfh_adm_status_badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
}

.wfh_adm_badge_accepted {
    background: #dcfce7 !important;
    color: #166534 !important;
}

.wfh_adm_badge_pending {
    background: #fef3c7 !important;
    color: #92400e !important;
}

.wfh_adm_badge_suggested {
    background: #dbeafe !important;
    color: #1e40af !important;
}

.wfh_adm_badge_cancelled {
    background: #f3f4f6 !important;
    color: #6b7280 !important;
}

.wfh_adm_badge_expired {
    background: #1f2937 !important;
    color: #d1d5db !important;
}

/* ---- Actions / 3-dot dropdown ---- */
.wfh_adm_actions_cell {
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
}

.wfh_adm_dots_btn {
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    color: #6b7280 !important;
    font-size: 16px !important;
    padding: 4px 8px !important;
    border-radius: 6px !important;
    transition: background 0.15s, color 0.15s !important;
}

.wfh_adm_dots_btn:hover {
    background: #f3f4f6 !important;
    color: #203406 !important;
}

.wfh_adm_dropdown {
    display: none !important;
    position: absolute !important;
    top: 110% !important;
    right: 0 !important;
    background: #fff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12) !important;
    z-index: 200 !important;
    min-width: 160px !important;
    overflow: hidden !important;
}

.wfh_adm_dropdown.wfh_adm_dd_open {
    display: block !important;
}

.wfh_adm_dd_item {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 14px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    width: 100% !important;
    border: none !important;
    background: none !important;
    cursor: pointer !important;
    text-align: left !important;
    transition: background 0.15s !important;
    color: #374151 !important;
}

.wfh_adm_dd_cancel {
    color: #dc2626 !important;
}

.wfh_adm_dd_cancel:hover {
    background: #fef2f2 !important;
}

.wfh_adm_dd_disabled {
    color: #9ca3af !important;
    cursor: default !important;
    font-style: italic !important;
}

/* ---- Empty state ---- */
.wfh_adm_empty {
    text-align: center !important;
    padding: 40px 20px !important;
    color: #6b7280 !important;
    font-size: 14px !important;
}

.wfh_adm_empty i {
    font-size: 28px !important;
    display: block !important;
    margin-bottom: 8px !important;
    color: #d1d5db !important;
}

/* ---- Pagination Bar ---- */
.wfh_adm_pagination_bar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    padding: 14px 24px !important;
    background: #fff !important;
    border-top: 1px solid #f1f5f9 !important;
    border-radius: 0 0 12px 12px !important;
    font-size: 13px !important;
    color: #6b7280 !important;
}

.wfh_adm_pagination_controls {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
}

.wfh_adm_pg_btn {
    background: none !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 6px !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    color: #374151 !important;
    font-size: 12px !important;
    transition: background 0.15s, border-color 0.15s !important;
}

.wfh_adm_pg_btn:hover:not(:disabled) {
    background: #f3f4f6 !important;
    border-color: #849726 !important;
    color: #849726 !important;
}

.wfh_adm_pg_btn:disabled {
    opacity: 0.4 !important;
    cursor: not-allowed !important;
}

.wfh_adm_pg_pages {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
}

.wfh_adm_pg_num {
    background: none !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 6px !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    color: #374151 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    transition: background 0.15s, border-color 0.15s !important;
}

.wfh_adm_pg_num:hover {
    background: #f3f4f6 !important;
}

.wfh_adm_pg_num.wfh_adm_pg_active {
    background: #203406 !important;
    border-color: #203406 !important;
    color: #fff !important;
}

.wfh_adm_rows_per_page {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 13px !important;
    color: #6b7280 !important;
}

/* ---- Hidden rows (pagination / filter) ---- */
.wfh_adm_tr_hidden {
    display: none !important;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
    .wfh_adm_filters_bar {
        flex-direction: column !important;
    }
    .wfh_adm_filter_group {
        min-width: 100% !important;
    }
    .wfh_adm_header_svg {
        display: none !important;
    }
    .wfh_adm_email_col {
        display: none !important;
    }
    .wfh_adm_pagination_bar {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
}


/* ============================================================
   CALENDAR VIEW 2 – Redesigned (matching Image 2)
   ============================================================ */

/* Top control bar */
.wfh_cv2_topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    padding: 20px 24px 16px;
    background: #fff;
    border-radius: 12px 12px 0 0;
    border-bottom: 1px solid #e8eed8;
    margin-bottom: 0;
}

.wfh_cv2_title_wrap {
    display: flex;
    align-items: center;
    gap: 14px;
}

.wfh_cv2_title_icon_box {
    width: 44px;
    height: 44px;
    background: #e8f0d8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #203406;
}

.wfh_cv2_title {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #1a2e0a;
    line-height: 1.2;
}

.wfh_cv2_subtitle {
    margin: 2px 0 0;
    font-size: 13px;
    color: #6b7280;
}

.wfh_cv2_controls {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.wfh_cv2_btn_today {
    padding: 7px 18px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    transition: background 0.15s;
}
.wfh_cv2_btn_today:hover { background: #f3f4f6; }

.wfh_cv2_nav_group {
    display: flex;
    gap: 2px;
}

.wfh_cv2_nav_btn {
    width: 34px;
    height: 34px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #374151;
    cursor: pointer;
    transition: background 0.15s;
}
.wfh_cv2_nav_btn:hover { background: #f3f4f6; }

.wfh_cv2_select_wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.wfh_cv2_select {
    appearance: none;
    -webkit-appearance: none;
    padding: 7px 32px 7px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    color: #374151;
    background: #fff;
    cursor: pointer;
    min-width: 120px;
}

.wfh_cv2_select_arrow {
    position: absolute;
    right: 10px;
    font-size: 11px;
    color: #6b7280;
    pointer-events: none;
}

.wfh_cv2_btn_filter {
    padding: 7px 18px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: background 0.15s;
}
.wfh_cv2_btn_filter:hover { background: #f3f4f6; }

/* Grid: 2 columns */
.wfh_cv2_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 20px 0 0;
}

/* Month column card */
.wfh_cv2_month_col {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
}

/* Month banner (dark green) */
.wfh_cv2_month_banner {
    background: linear-gradient(135deg, #1a3a0a 0%, #203406 60%, #2a4a10 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    min-height: 70px;
    position: relative;
    overflow: hidden;
}

.wfh_cv2_month_banner_left {
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 1;
}

.wfh_cv2_month_icon {
    font-size: 22px;
    color: rgba(255,255,255,0.9);
}

.wfh_cv2_month_name {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.wfh_cv2_month_banner_deco {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

/* Day row */
.wfh_cv2_day_row {
    border-bottom: 1px solid #f0f0f0;
}
.wfh_cv2_day_row:last-of-type {
    border-bottom: none;
}

.wfh_cv2_day_row_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background: #fff;
    transition: background 0.12s;
}

.wfh_cv2_day_row_toggle {
    cursor: pointer;
}
.wfh_cv2_day_row_toggle:hover {
    background: #f9fafb;
}

.wfh_cv2_day_badge_wrap {
    display: flex;
    align-items: center;
    gap: 14px;
}

.wfh_cv2_day_badge {
    background: #1a3a0a;
    color: #fff;
    border-radius: 10px;
    padding: 6px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 48px;
}

.wfh_cv2_day_wd {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    opacity: 0.85;
}

.wfh_cv2_day_num {
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
}

.wfh_cv2_day_meetings_label {
    font-size: 14px;
    color: #374151;
    font-weight: 500;
}

.wfh_cv2_day_row_right {
    color: #9ca3af;
    font-size: 14px;
}

.wfh_cv2_toggle_icon {
    transition: transform 0.2s;
}

.wfh_cv2_day_row.wfh_cv2_open .wfh_cv2_toggle_icon {
    transform: rotate(180deg);
}

/* Booking list (collapsed by default if has bookings — toggled by JS) */
.wfh_cv2_day_bookings_list {
    display: none;
    padding: 0 14px 10px;
    flex-direction: column;
    gap: 8px;
}
.wfh_cv2_day_bookings_list.wfh_cv2_expanded {
    display: flex;
}

/* Booking card */
.wfh_cv2_booking_card {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 12px 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.wfh_cv2_booking_dot_wrap {
    flex-shrink: 0;
}

.wfh_cv2_booking_dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.wfh_cv2_dot_pending   { background: #f5a623; }
.wfh_cv2_dot_accepted  { background: #22c55e; }
.wfh_cv2_dot_suggested { background: #3b82f6; }

.wfh_cv2_booking_time {
    font-size: 13px;
    color: #6b7280;
    white-space: nowrap;
    min-width: 62px;
    font-weight: 500;
}

.wfh_cv2_booking_info {
    flex: 1;
    min-width: 0;
}

.wfh_cv2_booking_pro {
    font-size: 14px;
    font-weight: 600;
    color: #1a2e0a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wfh_cv2_booking_email {
    font-size: 12px;
    color: #6b7280;
}

.wfh_cv2_booking_with {
    flex: 1;
    min-width: 0;
}

.wfh_cv2_booking_with_label {
    font-size: 11px;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.wfh_cv2_booking_with_name {
    font-size: 13px;
    font-weight: 600;
    color: #374151;
}

.wfh_cv2_booking_with_email {
    font-size: 12px;
    color: #6b7280;
}

.wfh_cv2_booking_badge_wrap {
    flex-shrink: 0;
}

.wfh_cv2_status_badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}
.wfh_cv2_badge_pending   { background: #fff8e1; color: #c9a200; border: 1px solid #f5e19a; }
.wfh_cv2_badge_accepted  { background: #e8f5e9; color: #1b7a34; border: 1px solid #a5d6a7; }
.wfh_cv2_badge_suggested { background: #e3f2fd; color: #1565c0; border: 1px solid #90caf9; }

/* Month footer */
.wfh_cv2_month_footer {
    padding: 12px 18px;
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
    font-size: 13px;
    color: #374151;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: auto;
}

.wfh_cv2_footer_icon {
    color: #849726;
    font-size: 14px;
}

/* Bottom row: legend + help */
.wfh_cv2_bottom_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.wfh_cv2_legend_box,
.wfh_cv2_help_box {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 18px 22px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.wfh_cv2_legend_title {
    font-size: 14px;
    font-weight: 700;
    color: #1a2e0a;
    margin-bottom: 14px;
}

.wfh_cv2_legend_items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.wfh_cv2_legend_item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: #374151;
}

.wfh_cv2_legend_icon {
    font-size: 15px;
}
.wfh_cv2_legend_accepted  { color: #22c55e; }
.wfh_cv2_legend_pending   { color: #f5a623; }
.wfh_cv2_legend_cancelled { color: #ef4444; }
.wfh_cv2_legend_completed { color: #3b82f6; }

/* Help box */
.wfh_cv2_help_box {
    display: flex;
    align-items: center;
    gap: 16px;
}

.wfh_cv2_help_illus {
    flex-shrink: 0;
}

.wfh_cv2_help_title {
    font-size: 14px;
    font-weight: 700;
    color: #1a2e0a;
    margin-bottom: 3px;
}

.wfh_cv2_help_text {
    font-size: 13px;
    color: #6b7280;
}

.wfh_cv2_help_btn {
    margin-left: auto;
    padding: 9px 18px;
    border: 1.5px solid #203406;
    border-radius: 8px;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    color: #203406;
    cursor: pointer;
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: background 0.15s, color 0.15s;
}
.wfh_cv2_help_btn:hover {
    background: #203406;
    color: #fff;
}

/* Responsive */
@media (max-width: 900px) {
    .wfh_cv2_grid,
    .wfh_cv2_bottom_row {
        grid-template-columns: 1fr;
    }
    .wfh_cv2_topbar {
        flex-direction: column;
        align-items: flex-start;
    }
    .wfh_cv2_controls {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .wfh_cv2_booking_card {
        flex-wrap: wrap;
    }
    .wfh_cv2_booking_with {
        display: none;
    }
    .wfh_cv2_help_box {
        flex-wrap: wrap;
    }
    .wfh_cv2_help_btn {
        margin-left: 0;
    }
}
