/* _content/ClubManagementUI/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-bijlbmwdkn] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-bijlbmwdkn] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ClubManagementUI/Components/Layout/PanelLayout.razor.rz.scp.css */
#blazor-error-ui[b-594lyphl69] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-594lyphl69] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ClubManagementUI/Components/Layout/RegistrationLayout.razor.rz.scp.css */
#blazor-error-ui[b-ij5ee80puu] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ij5ee80puu] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ClubManagementUI/Components/Pages/Equipment/Equipment.razor.rz.scp.css */
/* Fix for dropdown overflow in table */
.table-responsive[b-qkcxvcogo1] {
    overflow-x: auto;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch;
}

/* Make card-body overflow visible */
.card-body[b-qkcxvcogo1] {
    overflow: visible !important;
}

/* Dropdown menu positioning */
.dropdown-menu[b-qkcxvcogo1] {
    position: absolute !important;
    z-index: 1050;
    min-width: 200px;
}

.dropdown-menu-right[b-qkcxvcogo1] {
    right: 0;
    left: auto;
}

/* Better spacing for dropdown items */
.dropdown-item[b-qkcxvcogo1] {
    padding: 0.5rem 1rem;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}

.dropdown-item:hover[b-qkcxvcogo1] {
    background-color: rgba(115, 103, 240, 0.1);
}

.dropdown-item i[b-qkcxvcogo1] {
    font-size: 1.1rem;
    vertical-align: middle;
}

/* Make sure table row doesn't clip dropdown */
tbody tr[b-qkcxvcogo1] {
    position: relative;
}

tbody tr td[b-qkcxvcogo1] {
    overflow: visible;
}

.dropdown-toggle[b-qkcxvcogo1]::after {
    margin-right: 0.255em;
}
/* _content/ClubManagementUI/Components/Pages/Payments/Payments.razor.rz.scp.css */
/* Payments Page Styles - استایل‌های صفحه پرداخت‌ها */

/* No additional input styles needed - using Bootstrap's form-control class */
/* The global dark-layout.css handles all form-control styling */

/* Stat card styles moved to app.css for global usage */

/* Table and Card Styles */
.table-responsive[b-315g71bxc7] {
    overflow-x: auto;
    overflow-y: visible !important;
}

.card-body[b-315g71bxc7] {
    overflow: visible !important;
}

/* Dropdown Styles */
.dropdown-menu[b-315g71bxc7] {
    position: absolute !important;
    z-index: 1050;
    min-width: 200px;
}

.dropdown-item[b-315g71bxc7] {
    padding: 0.5rem 1rem;
    transition: background-color 0.2s ease;
}

.dropdown-item:hover[b-315g71bxc7] {
    background-color: rgba(115, 103, 240, 0.1);
}

.dropdown-item i[b-315g71bxc7] {
    font-size: 1.1rem;
    vertical-align: middle;
}

/* Better table spacing */
tbody tr[b-315g71bxc7] {
    position: relative;
}

tbody tr td[b-315g71bxc7] {
    overflow: visible;
}
/* _content/ClubManagementUI/Components/Shared/FilterPanel.razor.rz.scp.css */
/* FilterPanel Component Styles - استایل‌های کامپوننت فیلتر مینیمال برای تم دارک */

.filter-panel[b-7rsg792xjj] {
    background: #283046;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    margin-bottom: 1rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.3s ease;
}

.filter-panel:hover[b-7rsg792xjj] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.filter-header[b-7rsg792xjj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
    background: rgba(255, 255, 255, 0.02);
}

.filter-header:hover[b-7rsg792xjj] {
    background-color: rgba(255, 255, 255, 0.04);
}

.filter-title[b-7rsg792xjj] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 500;
    color: #d0d2d6;
    font-size: 0.875rem;
}

.filter-title i[b-7rsg792xjj] {
    font-size: 1.1rem;
    color: #82868b;
}

.filter-badge[b-7rsg792xjj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 9px;
    background: linear-gradient(135deg, #5A8DEE 0%, #699AED 100%);
    color: white;
    font-size: 0.7rem;
    font-weight: 600;
    margin-right: 0.25rem;
}

.filter-toggle[b-7rsg792xjj] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease;
}

.filter-toggle i[b-7rsg792xjj] {
    color: #b4b7bd;
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.filter-header:hover .filter-toggle[b-7rsg792xjj] {
    background: rgba(255, 255, 255, 0.1);
}

.filter-body[b-7rsg792xjj] {
    padding: 0 1rem 0.75rem;
    animation: slideDown-b-7rsg792xjj 0.3s ease;
}

@keyframes slideDown-b-7rsg792xjj {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.filter-content[b-7rsg792xjj] {
    padding: 0.75rem 0 0.5rem;
}

/* Filter Actions */
.filter-actions[b-7rsg792xjj] {
    display: flex;
    gap: 0.5rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.btn-filter-apply[b-7rsg792xjj] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 6px;
    background: linear-gradient(135deg, #5A8DEE 0%, #699AED 100%);
    color: white;
    font-size: 0.8125rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-filter-apply:hover[b-7rsg792xjj] {
    background: linear-gradient(135deg, #4C7FE0 0%, #5B8BE9 100%);
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(90, 141, 238, 0.3);
}

.btn-filter-apply i[b-7rsg792xjj] {
    font-size: 0.9rem;
}

.btn-filter-clear[b-7rsg792xjj] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.5rem 1rem;
    border: 1px solid #3b4253;
    border-radius: 6px;
    background: transparent;
    color: #b4b7bd;
    font-size: 0.8125rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-filter-clear:hover[b-7rsg792xjj] {
    background: rgba(255, 255, 255, 0.05);
    border-color: #4b5263;
    color: #d0d2d6;
}

.btn-filter-clear i[b-7rsg792xjj] {
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
    .filter-actions[b-7rsg792xjj] {
        flex-direction: column;
    }

    .btn-filter-apply[b-7rsg792xjj],
    .btn-filter-clear[b-7rsg792xjj] {
        width: 100%;
        justify-content: center;
    }
}
/* _content/ClubManagementUI/Components/Shared/MapPicker.razor.rz.scp.css */
.modal[b-e5je2q1p01] {
    direction: rtl;
}

.modal-dialog[b-e5je2q1p01] {
    margin: 1.75rem auto;
}

.modal-header[b-e5je2q1p01] {
    border-bottom: 1px solid #dee2e6;
    padding: 1rem;
}

.modal-title[b-e5je2q1p01] {
    font-size: 1.25rem;
    font-weight: 600;
}

.modal-body[b-e5je2q1p01] {
    overflow: hidden;
}

#mapPickerContainer[b-e5je2q1p01] {
    cursor: crosshair;
}

.modal-footer[b-e5je2q1p01] {
    border-top: 1px solid #dee2e6;
    padding: 1rem;
    gap: 0.5rem;
}

.modal-backdrop[b-e5je2q1p01] {
    background-color: rgba(0, 0, 0, 0.5);
}
/* _content/ClubManagementUI/Components/Shared/MemberSelector.razor.rz.scp.css */
.member-selector[b-7360a63bv9] {
    position: relative;
}

.member-dropdown[b-7360a63bv9] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    max-height: 300px;
    overflow: hidden;
}

.member-list[b-7360a63bv9] {
    max-height: 300px;
    overflow-y: auto;
}

.member-item[b-7360a63bv9] {
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background-color 0.2s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.member-item:hover[b-7360a63bv9] {
    background-color: #f5f5f5;
}

.member-item.selected[b-7360a63bv9] {
    background-color: #e3f2fd;
}

.member-item:last-child[b-7360a63bv9] {
    border-bottom: none;
}

.member-info[b-7360a63bv9] {
    flex: 1;
}

.member-name[b-7360a63bv9] {
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}

.member-details[b-7360a63bv9] {
    display: flex;
    gap: 16px;
    font-size: 0.875rem;
    color: #666;
}

.member-phone[b-7360a63bv9],
.member-email[b-7360a63bv9] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.member-phone i[b-7360a63bv9],
.member-email i[b-7360a63bv9] {
    font-size: 14px;
}

.member-checkbox[b-7360a63bv9] {
    margin-left: 8px;
}

.member-checkbox input[type="checkbox"][b-7360a63bv9] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.no-results[b-7360a63bv9] {
    padding: 20px;
    text-align: center;
    color: #999;
}

.load-more-indicator[b-7360a63bv9] {
    padding: 8px 16px;
    text-align: center;
    background-color: #fafafa;
    border-top: 1px solid #f0f0f0;
}

.loading-more[b-7360a63bv9] {
    padding: 12px;
    border-top: 1px solid #f0f0f0;
}

.selected-members[b-7360a63bv9] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.selected-members .badge[b-7360a63bv9] {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    font-size: 0.875rem;
    font-weight: 500;
}

.selected-members .badge i[b-7360a63bv9] {
    margin-left: 6px;
    font-size: 16px;
}

.selected-members .badge i:hover[b-7360a63bv9] {
    opacity: 0.8;
}

.input-group-append .btn[b-7360a63bv9] {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
