.badge
{
    padding: 5px 5px 3px 5px;
}

.text-white-60 {
    color: rgba(255, 255, 255, 0.6) !important;
}

.text-white-90 {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Force status select to be visible - multiple selectors for higher specificity */
select#gig_status,
.form-select#gig_status,
div select#gig_status,
.mb-3 select#gig_status {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    width: auto !important;
    position: relative !important;
}

/* Quill content styling - normalize spacing */
.quill-content {
    line-height: 1.5;
}

.quill-content p {
    margin-bottom: 1rem;
}

.quill-content p:last-child {
    margin-bottom: 0;
}

.quill-content p br {
    display: none;
}

.quill-content p:empty {
    display: none;
}

/* Custom CSS for navbar spacing */
.content-page .content {
    padding-top: 20px;
}

.container-fluid {
    margin-top: 0;
}

/* Ensure proper spacing for content behind fixed navbar */
.page-title-box {
    margin-bottom: 1.5rem;
}

/* Accessibility CSS */
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.visually-hidden-focusable:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0.5rem !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
}

.skip-links {
    position: relative;
    z-index: 10000;
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: #000;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    border-radius: 0 0 4px 4px;
    opacity: 0;
    transition: opacity 0.3s;
}

.skip-link:focus {
    top: 0;
    opacity: 1;
}

.skip-link:hover {
    color: #fff;
    text-decoration: underline;
}

/* Remove timeline-item ::before styling */
.timeline-alt .timeline-item:before {
    display: none !important;
}

/* Notification styling */
.unread-notification {
    border-left: 4px solid #007bff;
    background-color: #f8f9fa;
}

.read-notification {
    border-left: 4px solid #dee2e6;
}

.notification-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    border-radius: 50%;
}

/* Email template styling */
.email-template body { 
    font-family: Arial, sans-serif; 
    line-height: 1.6; 
    color: #333; 
}

.email-template .container { 
    max-width: 600px; 
    margin: 0 auto; 
    padding: 20px; 
}

.email-template .header { 
    background: #4f46e5; 
    color: white; 
    padding: 20px; 
    text-align: center; 
}

.email-template .content { 
    background: #f8f9fa; 
    padding: 30px; 
}

.email-template .button { 
    display: inline-block; 
    background: #10b981; 
    color: white; 
    padding: 12px 24px; 
    text-decoration: none; 
    border-radius: 5px; 
    font-weight: bold; 
}

.email-template .footer { 
    background: #e5e7eb; 
    padding: 20px; 
    font-size: 12px; 
    color: #6b7280; 
}
