/* /Layout/MainLayout.razor.rz.scp.css */
/* Layout برای منوی افقی */
.page[b-gclh9cir56] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
}

.main-content[b-gclh9cir56] {
    flex: 1;
    padding: 0;
    background: #f8f9fa;
}

/* حذف استایل‌های قدیمی sidebar */
.sidebar[b-gclh9cir56] {
    display: none;
}

.top-row[b-gclh9cir56] {
    display: none;
}

/* تنظیمات responsive */
@media (max-width: 991.98px) {
    .main-content[b-gclh9cir56] {
        padding: 1rem;
    }
}

@media (min-width: 992px) {
    .main-content[b-gclh9cir56] {
        padding: 2rem;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* منوی افقی ویندوزی */
.navbar[b-jdl0yjxagh] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    padding: 0.75rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar-brand[b-jdl0yjxagh] {
    font-size: 1.5rem;
    font-weight: bold;
    color: white !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

.navbar-brand:hover[b-jdl0yjxagh] {
    transform: scale(1.05);
    text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}

.navbar-toggler[b-jdl0yjxagh] {
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    transition: all 0.3s ease;
}

.navbar-toggler:hover[b-jdl0yjxagh] {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: scale(1.05);
}

.navbar-toggler:focus[b-jdl0yjxagh] {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

/* آیتم‌های منو */
.navbar-nav .nav-item[b-jdl0yjxagh] {
    margin: 0 0.25rem;
}

.navbar-nav .nav-link[b-jdl0yjxagh] {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
}

.navbar-nav .nav-link:hover[b-jdl0yjxagh] {
    color: white !important;
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.navbar-nav .nav-link.active[b-jdl0yjxagh] {
    color: white !important;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* آیکون‌ها */
.navbar-nav .nav-link i[b-jdl0yjxagh] {
    margin-right: 0.5rem;
    font-size: 1.1rem;
}

/* دکمه‌های ورود و ثبت نام */
.navbar-nav .btn[b-jdl0yjxagh] {
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    margin: 0 0.25rem;
}

.btn-outline-light[b-jdl0yjxagh] {
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: white;
}

.btn-outline-light:hover[b-jdl0yjxagh] {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.btn-light[b-jdl0yjxagh] {
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: #333;
}

.btn-light:hover[b-jdl0yjxagh] {
    background: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* منوی کاربر */
.dropdown-toggle[b-jdl0yjxagh] {
    color: white !important;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

.dropdown-toggle:hover[b-jdl0yjxagh] {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.dropdown-menu[b-jdl0yjxagh] {
    background: white;
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    margin-top: 0.5rem;
    padding: 0.5rem 0;
}

.dropdown-item[b-jdl0yjxagh] {
    padding: 0.75rem 1.5rem;
    color: #333;
    transition: all 0.3s ease;
    border-radius: 0;
}

.dropdown-item:hover[b-jdl0yjxagh] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    transform: translateX(5px);
}

.dropdown-divider[b-jdl0yjxagh] {
    margin: 0.5rem 0;
    border-color: #e9ecef;
}

/* حالت موبایل */
@media (max-width: 991.98px) {
    .navbar-collapse[b-jdl0yjxagh] {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 12px;
        margin-top: 1rem;
        padding: 1rem;
        backdrop-filter: blur(10px);
    }
    
    .navbar-nav .nav-link[b-jdl0yjxagh] {
        margin: 0.25rem 0;
        text-align: center;
    }
    
    .navbar-nav .btn[b-jdl0yjxagh] {
        margin: 0.5rem 0;
        width: 100%;
        text-align: center;
    }
    
    .dropdown-menu[b-jdl0yjxagh] {
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
    }
}

/* انیمیشن‌های نرم */
.navbar-collapse[b-jdl0yjxagh] {
    transition: all 0.3s ease;
}

.dropdown-menu[b-jdl0yjxagh] {
    transition: all 0.3s ease;
    transform-origin: top;
}

.dropdown-menu.show[b-jdl0yjxagh] {
    animation: dropdownFadeIn-b-jdl0yjxagh 0.3s ease;
}

@keyframes dropdownFadeIn-b-jdl0yjxagh {
    from {
        opacity: 0;
        transform: translateY(-10px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
/* /Pages/OwnerRentals.razor.rz.scp.css */
/* Owner Rentals Page Styles */
.owner-rentals-page[b-lhwqimun8e] {
    padding: 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.page-header[b-lhwqimun8e] {
    text-align: center;
    margin-bottom: 2rem;
    padding: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.page-header h1[b-lhwqimun8e] {
    margin: 0 0 0.5rem 0;
    font-size: 1.8rem;
    font-weight: 600;
}

.page-header p[b-lhwqimun8e] {
    margin: 0;
    opacity: 0.9;
    font-size: 1rem;
}

/* Loading State */
.page-loading-container[b-lhwqimun8e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    text-align: center;
}

.page-loading-spinner[b-lhwqimun8e] {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #667eea;
    border-radius: 50%;
    animation: spin-b-lhwqimun8e 1s linear infinite;
    margin-bottom: 1rem;
}

@keyframes spin-b-lhwqimun8e {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Empty State */
.empty-state[b-lhwqimun8e] {
    text-align: center;
    padding: 3rem 1rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.empty-icon[b-lhwqimun8e] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.empty-state h3[b-lhwqimun8e] {
    color: #333;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.empty-state p[b-lhwqimun8e] {
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.6;
}

/* Rentals Container */
.rentals-container[b-lhwqimun8e] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}

/* Rental Card */
.rental-card[b-lhwqimun8e] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rental-card:hover[b-lhwqimun8e] {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.rental-header[b-lhwqimun8e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.rental-status[b-lhwqimun8e] {
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: center;
    min-width: 100px;
}

.rental-date[b-lhwqimun8e] {
    color: #666;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Status Classes */
.status-pending[b-lhwqimun8e] {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
}

.status-payment[b-lhwqimun8e] {
    background: #cce5ff;
    color: #004085;
    border: 1px solid #b3d7ff;
}

.status-paid[b-lhwqimun8e] {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.status-active[b-lhwqimun8e] {
    background: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}

.status-completed[b-lhwqimun8e] {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.status-cancelled[b-lhwqimun8e] {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.status-unknown[b-lhwqimun8e] {
    background: #e2e3e5;
    color: #383d41;
    border: 1px solid #d6d8db;
}

/* Rental Content */
.rental-content[b-lhwqimun8e] {
    padding: 1.5rem;
}

.item-info[b-lhwqimun8e] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    align-items: flex-start;
}

.item-image[b-lhwqimun8e] {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.item-details h4[b-lhwqimun8e] {
    margin: 0 0 0.5rem 0;
    color: #333;
    font-size: 1.1rem;
    font-weight: 600;
}

.item-category[b-lhwqimun8e] {
    color: #667eea;
    font-size: 0.9rem;
    margin: 0 0 0.3rem 0;
    font-weight: 500;
}

.item-location[b-lhwqimun8e] {
    color: #666;
    font-size: 0.85rem;
    margin: 0;
}

/* User Info */
.user-info[b-lhwqimun8e] {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    border: 1px solid #e9ecef;
}

.user-info h5[b-lhwqimun8e] {
    margin: 0 0 1.2rem 0;
    color: #333;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    padding-bottom: 0.8rem;
    border-bottom: 2px solid #667eea;
}

.info-grid[b-lhwqimun8e] {
    display: grid;
    gap: 0.8rem;
    grid-template-columns: 1fr;
}

.info-item[b-lhwqimun8e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0.8rem;
    background: white;
    border-radius: 6px;
    border: 1px solid #e9ecef;
    transition: all 0.2s ease;
}

.info-item:hover[b-lhwqimun8e] {
    background: #f8f9fa;
    border-color: #667eea;
    transform: translateY(-1px);
}

.info-label[b-lhwqimun8e] {
    color: #555;
    font-size: 0.9rem;
    font-weight: 500;
    flex-shrink: 0;
    min-width: 80px;
}

.info-value[b-lhwqimun8e] {
    color: #333;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: left;
    flex: 1;
    margin-left: 1rem;
}

/* Rental Actions */
.rental-actions[b-lhwqimun8e] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.approval-actions[b-lhwqimun8e] {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.delivery-section[b-lhwqimun8e],
.return-section[b-lhwqimun8e] {
    background: #e3f2fd;
    padding: 1rem;
    border-radius: 8px;
    border-left: 4px solid #2196f3;
}

.delivery-section h6[b-lhwqimun8e],
.return-section h6[b-lhwqimun8e] {
    margin: 0 0 0.8rem 0;
    color: #1976d2;
    font-size: 1rem;
    font-weight: 600;
}

.delivery-section p[b-lhwqimun8e] {
    margin: 0.5rem 0;
    color: #555;
    font-size: 0.9rem;
}

.delivery-form[b-lhwqimun8e] {
    display: flex;
    gap: 0.8rem;
    margin-top: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.delivery-form input[b-lhwqimun8e] {
    flex: 1;
    min-width: 150px;
    padding: 0.6rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.9rem;
}

.rental-completed[b-lhwqimun8e],
.rental-cancelled[b-lhwqimun8e] {
    display: flex;
    align-items: center;
    padding: 0.8rem;
    border-radius: 6px;
    font-weight: 500;
}

.rental-completed[b-lhwqimun8e] {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.rental-cancelled[b-lhwqimun8e] {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Buttons */
.btn[b-lhwqimun8e] {
    padding: 0.6rem 1.2rem;
    border: none;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 40px;
}

.btn-primary[b-lhwqimun8e] {
    background: #667eea;
    color: white;
}

.btn-primary:hover[b-lhwqimun8e] {
    background: #5a6fd8;
    transform: translateY(-1px);
}

.btn-success[b-lhwqimun8e] {
    background: #28a745;
    color: white;
}

.btn-success:hover[b-lhwqimun8e] {
    background: #218838;
    transform: translateY(-1px);
}

.btn-danger[b-lhwqimun8e] {
    background: #dc3545;
    color: white;
}

.btn-danger:hover[b-lhwqimun8e] {
    background: #c82333;
    transform: translateY(-1px);
}

.btn-warning[b-lhwqimun8e] {
    background: #ffc107;
    color: #212529;
}

.btn-warning:hover[b-lhwqimun8e] {
    background: #e0a800;
    transform: translateY(-1px);
}

.btn-outline-primary[b-lhwqimun8e] {
    background: transparent;
    color: #667eea;
    border: 2px solid #667eea;
}

.btn-outline-primary:hover[b-lhwqimun8e] {
    background: #667eea;
    color: white;
    transform: translateY(-1px);
}

/* Form Control */
.form-control[b-lhwqimun8e] {
    padding: 0.6rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.9rem;
    transition: border-color 0.2s ease;
}

.form-control:focus[b-lhwqimun8e] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.2);
}

/* Responsive Design */
@@media (min-width: 768px) {
    .owner-rentals-page[b-lhwqimun8e] {
        padding: 2rem;
    }
    
    .page-header h1[b-lhwqimun8e] {
        font-size: 2.2rem;
    }
    
    .page-header p[b-lhwqimun8e] {
        font-size: 1.1rem;
    }
    
    .rentals-container[b-lhwqimun8e] {
        grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    }
    
    .rental-header[b-lhwqimun8e] {
        padding: 1.2rem 1.5rem;
    }
    
    .rental-content[b-lhwqimun8e] {
        padding: 2rem;
    }
    
    .item-info[b-lhwqimun8e] {
        gap: 1.5rem;
    }
    
    .item-image[b-lhwqimun8e] {
        width: 100px;
        height: 100px;
    }
    
    .item-details h4[b-lhwqimun8e] {
        font-size: 1.2rem;
    }
    
    .user-info[b-lhwqimun8e] {
        padding: 2rem;
    }
    
    .user-info h5[b-lhwqimun8e] {
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
    }
    
    .info-grid[b-lhwqimun8e] {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .info-item[b-lhwqimun8e] {
        padding: 0.8rem 1rem;
    }
    
    .info-label[b-lhwqimun8e] {
        font-size: 1rem;
        min-width: 100px;
    }
    
    .info-value[b-lhwqimun8e] {
        font-size: 1rem;
    }
    
    .approval-actions[b-lhwqimun8e] {
        flex-direction: row;
    }
    
    .delivery-form[b-lhwqimun8e] {
        flex-direction: row;
    }
}

@@media (min-width: 1024px) {
    .rentals-container[b-lhwqimun8e] {
        grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
    }
    
    .user-info[b-lhwqimun8e] {
        padding: 2.5rem;
    }
    
    .info-grid[b-lhwqimun8e] {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.2rem;
    }
    
    .info-item[b-lhwqimun8e] {
        padding: 1rem 1.2rem;
        flex-direction: column;
        align-items: flex-start;
        text-align: center;
    }
    
    .info-label[b-lhwqimun8e] {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
        min-width: auto;
        color: #667eea;
        font-weight: 600;
    }
    
    .info-value[b-lhwqimun8e] {
        font-size: 1.1rem;
        margin-left: 0;
        text-align: center;
        width: 100%;
    }
    
    .rental-actions[b-lhwqimun8e] {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
    
    .rental-actions > div:first-child[b-lhwqimun8e] {
        flex: 1;
    }
    
    .rental-actions > .btn:last-child[b-lhwqimun8e] {
        margin-left: 1rem;
        flex-shrink: 0;
    }
}

@@media (max-width: 767px) {
    .owner-rentals-page[b-lhwqimun8e] {
        padding: 0.5rem;
    }
    
    .page-header[b-lhwqimun8e] {
        margin-bottom: 1rem;
        padding: 1rem 0.5rem;
    }
    
    .page-header h1[b-lhwqimun8e] {
        font-size: 1.5rem;
    }
    
    .page-header p[b-lhwqimun8e] {
        font-size: 0.9rem;
    }
    
    .rental-header[b-lhwqimun8e] {
        flex-direction: column;
        gap: 0.5rem;
        align-items: flex-start;
        padding: 1rem;
    }
    
    .rental-content[b-lhwqimun8e] {
        padding: 1rem;
    }
    
    .item-info[b-lhwqimun8e] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .item-image[b-lhwqimun8e] {
        width: 120px;
        height: 120px;
        margin: 0 auto;
    }
    
    .user-info[b-lhwqimun8e] {
        padding: 1rem;
        margin-bottom: 1rem;
    }
    
    .user-info h5[b-lhwqimun8e] {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    
    .info-grid[b-lhwqimun8e] {
        gap: 0.6rem;
    }
    
    .info-item[b-lhwqimun8e] {
        padding: 0.8rem;
        flex-direction: column;
        align-items: flex-start;
        text-align: right;
    }
    
    .info-label[b-lhwqimun8e] {
        font-size: 0.85rem;
        margin-bottom: 0.3rem;
        min-width: auto;
        color: #667eea;
        font-weight: 600;
    }
    
    .info-value[b-lhwqimun8e] {
        font-size: 0.9rem;
        margin-left: 0;
        text-align: right;
        width: 100%;
    }
    
    .approval-actions[b-lhwqimun8e] {
        flex-direction: column;
    }
    
    .delivery-form[b-lhwqimun8e] {
        flex-direction: column;
    }
    
    .delivery-form input[b-lhwqimun8e] {
        min-width: auto;
    }
    
    .rental-actions[b-lhwqimun8e] {
        gap: 0.8rem;
    }
    
    .rental-actions > .btn[b-lhwqimun8e] {
        width: 100%;
    }
}

/* Dark mode support */
@@media (prefers-color-scheme: dark) {
    .rental-card[b-lhwqimun8e] {
        background: #2d3748;
        color: #e2e8f0;
    }
    
    .rental-header[b-lhwqimun8e] {
        background: #4a5568;
        border-bottom-color: #718096;
    }
    
    .user-info[b-lhwqimun8e] {
        background: #4a5568;
        border-color: #718096;
    }
    
    .user-info h5[b-lhwqimun8e],
    .user-info strong[b-lhwqimun8e],
    .item-details h4[b-lhwqimun8e] {
        color: #e2e8f0;
    }
    
    .user-info p[b-lhwqimun8e],
    .item-location[b-lhwqimun8e],
    .rental-date[b-lhwqimun8e] {
        color: #a0aec0;
    }
    
    .info-item[b-lhwqimun8e] {
        background: #2d3748;
        border-color: #718096;
    }
    
    .info-item:hover[b-lhwqimun8e] {
        background: #4a5568;
        border-color: #667eea;
    }
    
    .info-label[b-lhwqimun8e] {
        color: #a0aec0;
    }
    
    .info-value[b-lhwqimun8e] {
        color: #e2e8f0;
    }
    
    .delivery-section[b-lhwqimun8e],
    .return-section[b-lhwqimun8e] {
        background: #2b6cb0;
    }
    
    .form-control[b-lhwqimun8e] {
        background: #4a5568;
        border-color: #718096;
        color: #e2e8f0;
    }
    
    .form-control:focus[b-lhwqimun8e] {
        border-color: #667eea;
    }
}
/* /Pages/RequestRental.razor.rz.scp.css */
.request-rental-page[b-ekjfvatywv] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-loading-container[b-ekjfvatywv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    gap: 20px;
}

.page-loading-spinner[b-ekjfvatywv] {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin-b-ekjfvatywv 1s linear infinite;
}

@keyframes spin-b-ekjfvatywv {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.error-container[b-ekjfvatywv] {
    text-align: center;
    padding: 40px;
    background: #f8f9fa;
    border-radius: 8px;
    margin: 20px 0;
}

.error-icon[b-ekjfvatywv] {
    font-size: 48px;
    margin-bottom: 20px;
}

.request-rental-container[b-ekjfvatywv] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.page-header[b-ekjfvatywv] {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.back-btn[b-ekjfvatywv] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    color: #6c757d;
    text-decoration: none;
    transition: all 0.2s ease;
}

.back-btn:hover[b-ekjfvatywv] {
    background: #e9ecef;
    color: #495057;
}

.page-header h1[b-ekjfvatywv] {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.item-summary[b-ekjfvatywv] {
    display: flex;
    gap: 20px;
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
}

.item-image[b-ekjfvatywv] {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
}

.item-image img[b-ekjfvatywv] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-info[b-ekjfvatywv] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.item-info h3[b-ekjfvatywv] {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.item-category[b-ekjfvatywv] {
    color: #6c757d;
    font-size: 14px;
    margin: 0;
}

.price-info[b-ekjfvatywv] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rental-price[b-ekjfvatywv] {
    font-size: 18px;
    font-weight: bold;
    color: #28a745;
}

.rental-period[b-ekjfvatywv] {
    background: #e9ecef;
    color: #6c757d;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
}

.item-status[b-ekjfvatywv] {
    display: flex;
    gap: 8px;
}

.status-badge[b-ekjfvatywv] {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}

.status-badge.active[b-ekjfvatywv] {
    background: #d4edda;
    color: #155724;
}

.status-badge.inactive[b-ekjfvatywv] {
    background: #f8d7da;
    color: #721c24;
}

.status-badge.verified[b-ekjfvatywv] {
    background: #d1ecf1;
    color: #0c5460;
}

.status-badge.unverified[b-ekjfvatywv] {
    background: #fff3cd;
    color: #856404;
}

.alert[b-ekjfvatywv] {
    margin: 20px;
    padding: 16px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.alert-warning[b-ekjfvatywv] {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    color: #856404;
}

.rental-form[b-ekjfvatywv] {
    padding: 20px;
}

.rental-form h3[b-ekjfvatywv] {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.form-group[b-ekjfvatywv] {
    margin-bottom: 20px;
}

.form-group label[b-ekjfvatywv] {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
}

.form-control[b-ekjfvatywv] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.2s ease;
}

.form-control:focus[b-ekjfvatywv] {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.form-text[b-ekjfvatywv] {
    font-size: 12px;
    color: #6c757d;
    margin-top: 4px;
}

.availability-calendar[b-ekjfvatywv] {
    margin: 20px 0;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.availability-calendar h4[b-ekjfvatywv] {
    margin: 0 0 16px 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.calendar-legend[b-ekjfvatywv] {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.legend-item[b-ekjfvatywv] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}

.legend-color[b-ekjfvatywv] {
    width: 16px;
    height: 16px;
    border-radius: 2px;
}

.legend-color.available[b-ekjfvatywv] {
    background: #d4edda;
    border: 1px solid #c3e6cb;
}

.legend-color.reserved[b-ekjfvatywv] {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
}

.legend-color.rented[b-ekjfvatywv] {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
}

.legend-color.inactive[b-ekjfvatywv] {
    background: #e9ecef;
    border: 1px solid #dee2e6;
}

.availability-grid[b-ekjfvatywv] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 8px;
}

.availability-day[b-ekjfvatywv] {
    padding: 8px;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    position: relative;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
}

.availability-day.available[b-ekjfvatywv] {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.availability-day.reserved[b-ekjfvatywv] {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    color: #856404;
}

.availability-day.rented[b-ekjfvatywv] {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.availability-day.inactive[b-ekjfvatywv] {
    background: #e9ecef;
    border: 1px solid #dee2e6;
    color: #6c757d;
}

.day-number[b-ekjfvatywv] {
    font-weight: bold;
    font-size: 14px;
}

.day-status[b-ekjfvatywv] {
    font-size: 10px;
    opacity: 0.8;
}

.rental-summary[b-ekjfvatywv] {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.rental-summary h4[b-ekjfvatywv] {
    margin: 0 0 16px 0;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.summary-item[b-ekjfvatywv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #dee2e6;
}

.summary-item:last-child[b-ekjfvatywv] {
    border-bottom: none;
}

.summary-item.total[b-ekjfvatywv] {
    font-weight: bold;
    font-size: 16px;
    color: #28a745;
    border-top: 2px solid #dee2e6;
    padding-top: 12px;
    margin-top: 8px;
}

.form-actions[b-ekjfvatywv] {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 30px;
}

.btn[b-ekjfvatywv] {
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-primary[b-ekjfvatywv] {
    background: #007bff;
    color: white;
}

.btn-primary:hover:not(:disabled)[b-ekjfvatywv] {
    background: #0056b3;
}

.btn-primary:disabled[b-ekjfvatywv] {
    background: #6c757d;
    cursor: not-allowed;
}

.btn-outline-secondary[b-ekjfvatywv] {
    background: white;
    color: #6c757d;
    border: 1px solid #6c757d;
}

.btn-outline-secondary:hover[b-ekjfvatywv] {
    background: #6c757d;
    color: white;
}

.btn-lg[b-ekjfvatywv] {
    padding: 16px 32px;
    font-size: 16px;
}

.spinner-border[b-ekjfvatywv] {
    width: 16px;
    height: 16px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin-b-ekjfvatywv 1s linear infinite;
}

/* Responsive Design */
@media (max-width: 768px) {
    .request-rental-page[b-ekjfvatywv] {
        padding: 10px;
    }
    
    .item-summary[b-ekjfvatywv] {
        flex-direction: column;
        text-align: center;
    }
    
    .item-image[b-ekjfvatywv] {
        width: 100px;
        height: 100px;
        margin: 0 auto;
    }
    
    .form-actions[b-ekjfvatywv] {
        flex-direction: column;
    }
    
    .availability-grid[b-ekjfvatywv] {
        grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
    }
    
    .calendar-legend[b-ekjfvatywv] {
        justify-content: center;
    }
}
/* /Shared/ImageUploader.razor.rz.scp.css */
.image-uploader[b-t0aod6o9ue] {
    margin-bottom: 1rem;
}

.upload-area[b-t0aod6o9ue] {
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
}

.upload-area:hover[b-t0aod6o9ue] {
    border-color: #007bff;
    background-color: #e3f2fd;
}

.upload-area.disabled[b-t0aod6o9ue] {
    opacity: 0.6;
    cursor: not-allowed;
    border-color: #dee2e6;
    background-color: #f8f9fa;
}

.upload-area.disabled:hover[b-t0aod6o9ue] {
    border-color: #dee2e6;
    background-color: #f8f9fa;
}

.upload-content[b-t0aod6o9ue] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.upload-icon[b-t0aod6o9ue] {
    font-size: 3rem;
    color: #6c757d;
}

.upload-text[b-t0aod6o9ue] {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
    color: #495057;
}

.upload-hint[b-t0aod6o9ue] {
    font-size: 0.9rem;
    color: #6c757d;
    margin: 0;
}

.upload-hint-mobile[b-t0aod6o9ue] {
    font-size: 0.8rem;
    color: #28a745;
    margin: 0;
    font-weight: 500;
    display: none;
}

/* نمایش راهنمای موبایل فقط در صفحات کوچک */
@media (max-width: 768px) {
    .upload-hint-mobile[b-t0aod6o9ue] {
        display: block;
    }
}

/* دکمه‌های دوربین موبایل */
.mobile-camera-buttons[b-t0aod6o9ue] {
    display: none;
    gap: 0.5rem;
    margin-top: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.camera-btn[b-t0aod6o9ue] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.8rem;
    padding: 0.5rem 0.75rem;
}

/* نمایش دکمه‌های دوربین فقط در موبایل */
@media (max-width: 768px) {
    .mobile-camera-buttons[b-t0aod6o9ue] {
        display: flex;
    }
}

.image-preview-container[b-t0aod6o9ue] {
    margin-top: 1rem;
}

.image-grid[b-t0aod6o9ue] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 1rem;
    margin-top: 0.5rem;
}

.image-preview-item[b-t0aod6o9ue] {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    background-color: white;
}

.preview-image[b-t0aod6o9ue] {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
}

.image-overlay[b-t0aod6o9ue] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-preview-item:hover .image-overlay[b-t0aod6o9ue] {
    opacity: 1;
}

.remove-btn[b-t0aod6o9ue] {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}

.image-info[b-t0aod6o9ue] {
    padding: 0.5rem;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

.image-info small[b-t0aod6o9ue] {
    color: #6c757d;
    font-size: 0.75rem;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/* /Shared/PersianDatePicker.razor.rz.scp.css */
.persian-date-picker[b-wsp37vslw4] {
    position: relative;
    display: inline-block;
    width: 100%;
}

.date-input-container[b-wsp37vslw4] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.persian-date-input[b-wsp37vslw4] {
    flex: 1;
    text-align: center;
    direction: rtl;
    font-family: 'Vazir', sans-serif;
}

.calendar-toggle[b-wsp37vslw4] {
    flex-shrink: 0;
    width: 40px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar-dropdown[b-wsp37vslw4] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    margin-top: 4px;
    direction: rtl;
    font-family: 'Vazir', sans-serif;
}

.calendar-header[b-wsp37vslw4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    border-bottom: 1px solid #eee;
    background: #f8f9fa;
    border-radius: 8px 8px 0 0;
}

.month-year[b-wsp37vslw4] {
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.calendar-weekdays[b-wsp37vslw4] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    background: #eee;
    padding: 8px 0;
}

.weekday[b-wsp37vslw4] {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    padding: 4px;
}

.calendar-days[b-wsp37vslw4] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    background: #eee;
    padding: 8px;
    border-radius: 0 0 8px 8px;
}

.calendar-day[b-wsp37vslw4] {
    border: none;
    background: white;
    padding: 8px 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 4px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calendar-day:hover:not(:disabled)[b-wsp37vslw4] {
    background: #e3f2fd;
    color: #1976d2;
}

.calendar-day.selected[b-wsp37vslw4] {
    background: #1976d2;
    color: white;
    font-weight: bold;
}

.calendar-day.today[b-wsp37vslw4] {
    border: 2px solid #1976d2;
    font-weight: bold;
}

.calendar-day.today.selected[b-wsp37vslw4] {
    border-color: white;
}

.calendar-day.disabled[b-wsp37vslw4] {
    background: #f5f5f5;
    color: #ccc;
    cursor: not-allowed;
}

.calendar-day:disabled[b-wsp37vslw4] {
    background: #f5f5f5;
    color: #ccc;
    cursor: not-allowed;
}

/* حالت‌های مختلف برای تاریخ‌های غیرفعال */
.calendar-day.rented[b-wsp37vslw4] {
    background: #ffebee;
    color: #c62828;
    position: relative;
}

.calendar-day.rented[b-wsp37vslw4]::after {
    content: "کرایه";
    position: absolute;
    top: -2px;
    right: -2px;
    background: #c62828;
    color: white;
    font-size: 8px;
    padding: 1px 3px;
    border-radius: 2px;
}

.calendar-day.reserved[b-wsp37vslw4] {
    background: #fff3e0;
    color: #ef6c00;
    position: relative;
}

.calendar-day.reserved[b-wsp37vslw4]::after {
    content: "رزرو";
    position: absolute;
    top: -2px;
    right: -2px;
    background: #ef6c00;
    color: white;
    font-size: 8px;
    padding: 1px 3px;
    border-radius: 2px;
}

.calendar-day.inactive[b-wsp37vslw4] {
    background: #fafafa;
    color: #9e9e9e;
    position: relative;
}

.calendar-day.inactive[b-wsp37vslw4]::after {
    content: "غیرفعال";
    position: absolute;
    top: -2px;
    right: -2px;
    background: #9e9e9e;
    color: white;
    font-size: 8px;
    padding: 1px 3px;
    border-radius: 2px;
}
