/* ============================================
   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; }
.wfh_text-primary { color: #1a3344; }
.wfh_text-success { color: #28a745; }
.wfh_text-danger { color: #dc3545; }
.wfh_text-warning { color: #ffc107; }
.wfh_text-info { color: #17a2b8; }
.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: #28a745 !important;
    border-color: #28a745 !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: #17a2b8;
    border-color: #17a2b8;
}

.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: #ffa934 !important;
    background-color: #ffa934 !important;
}

.wfh_btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.wfh_btn-outline-success {
    color: #28a745;
    border-color: #28a745;
    background-color: transparent;
}

.wfh_btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.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: #17a2b8;
    border-color: #17a2b8;
    background-color: transparent;
}

.wfh_btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

/* 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: #28a745;
}

.wfh_badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.wfh_badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.wfh_badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.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: #ffa934 !important;
    border-color: #ffa934 #ffa934 #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: 33.333333%; }
    .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: 66.666667%; }
    .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 #28a745;
}

.wfh_toast-danger {
    border-left: 4px solid #dc3545;
}

.wfh_toast-warning {
    border-left: 4px solid #ffc107;
}

.wfh_toast-info {
    border-left: 4px solid #17a2b8;
}

.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;
}

/* 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: #ffa934 !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: #ffa934 !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);
}