
.preserve-whitespace {
    white-space: pre-line;
}

/* Event Status Styles */
.grayscale-tickets {
    filter: grayscale(100%);
    opacity: 0.7;
}
.grayscale-tickets .list-group-item {
    background-color: #f8f9fa !important;
    border-color: #dee2e6 !important;
}
.grayscale-tickets .list-group-item h6,
.grayscale-tickets .list-group-item p,
.grayscale-tickets .list-group-item strong {
    color: #6c757d !important;
}
.grayscale-tickets select,
.grayscale-tickets input {
    background-color: #e9ecef !important;
    color: #6c757d !important;
    cursor: not-allowed;
}

/* Courtesy Mode Highlight */
.courtesy-mode-highlight {
    border: 2px solid #ffc107 !important;
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    box-shadow: 0 0 15px rgba(255, 193, 7, 0.3);
    animation: courtesy-pulse 2s infinite;
}
@keyframes courtesy-pulse {
0% { box-shadow: 0 0 15px rgba(255, 193, 7, 0.3);
}
50% { box-shadow: 0 0 25px rgba(255, 193, 7, 0.5);
}
100% { box-shadow: 0 0 15px rgba(255, 193, 7, 0.3);
}
}

/* Marketing Mode Disabled */
.marketing-mode-disabled {
    pointer-events: none;
    opacity: 0.5;
    filter: grayscale(50%);
}

/* Inactive Mode Styles */
.inactive-mode-content {
    filter: grayscale(100%);
    opacity: 0.6;
}

.custom-select[data-v-3b40c53d] {
    border: 1px solid #d1e7e7;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 16px;
    background-color: #f5fafa;
    text-align: center;
    width: 150px; /* Adjust width as needed */
    appearance: none; /* Remove default dropdown arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
}
.arrow-btn[data-v-3b40c53d] {
    background: none;
    border: none;
    font-size: 16px;
    padding: 5px 10px;
    cursor: pointer;
    color: #333;
}
.bg-dark.text-white[data-v-3b40c53d] {
    background-color: #000 !important; /* Bootstrap's bg-dark color */
    color: #ffffff !important;
}
.bg-dark.text-white .text-dark[data-v-3b40c53d],
.bg-dark.text-white .text-primary[data-v-3b40c53d],
.bg-dark.text-white .text-xs[data-v-3b40c53d],
.bg-dark.text-white .h5[data-v-3b40c53d],
.bg-dark.text-white .badge[data-v-3b40c53d] {
    color: #ffffff !important; /* Ensure all text is white */
}
.bg-dark.text-white .badge.bg-light[data-v-3b40c53d] {
    background-color: #6c757d !important; /* Adjust badge background for contrast */
    color: #ffffff !important;
}
/* Target the schedule-info card that matches the selected booking_date */
.schedule-info[data-selected="true"][data-v-3b40c53d] {
    background-color: #2276ff !important; /* Matches .bg-dark */
    color: #2276ff !important; /* Matches .text-white */
    border: 2px solid #2276FF !important;
}
.schedule-info[data-selected="true"] .text-dark[data-v-3b40c53d],
.schedule-info[data-selected="true"] .text-primary[data-v-3b40c53d],
.schedule-info[data-selected="true"] .text-xs[data-v-3b40c53d],
.schedule-info[data-selected="true"] .h5[data-v-3b40c53d],
.schedule-info[data-selected="true"] .badge[data-v-3b40c53d] {
    color: #ffffff !important; /* Ensure all text is white */
}
.schedule-info[data-selected="true"] .badge.bg-light[data-v-3b40c53d] {
    background-color: #6c757d !important; /* Adjust badge background for contrast */
    color: #ffffff !important;
}
