/**
 * Project Name: Webuildaa Hunt
 * Project URI: https://github.com/kiongosss
 * Description: A curated hub for AI tools, SaaS products, and affiliate programs
 * Version: 3.0
 * Author: KaseeMoka
 * Author URI: https://github.com/kiongosss
 * Text Domain: webuildaa-hunt
 */

/* Payout Request Admin Styles */

/* Status badges */
.badge {
    padding: 0.5em 0.75em;
    font-weight: 500;
    font-size: 0.75rem;
}

/* Timeline styles */
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
    margin: 0;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7px;
    width: 2px;
    background: #e9ecef;
}

.timeline-item {
    position: relative;
    padding-left: 30px;
    padding-bottom: 20px;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

.timeline-marker {
    position: absolute;
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

/* Avatar placeholder */
.avatar-placeholder {
    background-color: #e9ecef;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.avatar-placeholder.rounded-circle {
    border-radius: 50%;
}

/* Table styles */
.table-borderless th {
    color: #6c757d;
    font-weight: 500;
}

/* Card styles */
.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: none;
    margin-bottom: 1.5rem;
}

.card-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.75rem 1.25rem;
}

/* Action buttons */
.btn-group .btn {
    padding: 0.25rem 0.5rem;
}

/* Status colors */
.bg-warning {
    background-color: #ffc107 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

.bg-primary {
    background-color: #007bff !important;
}

.bg-success {
    background-color: #28a745 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

/* Modal styles */
.modal-header {
    border-bottom: 1px solid #dee2e6;
    background-color: #f8f9fa;
}

.modal-footer {
    border-top: 1px solid #dee2e6;
    background-color: #f8f9fa;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .card-body {
        padding: 1rem;
    }
    
    .timeline-item {
        padding-left: 25px;
    }
    
    .timeline:before {
        left: 5px;
    }
    
    .timeline-marker {
        width: 12px;
        height: 12px;
    }
}
