/* Custom CSS for Vizcam Web UI */

.station-card {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.station-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#image-viewer-container {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
}

#slider-image {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background-color: #000;
}

#image-info {
    font-size: 14px;
    color: #6c757d;
}

.table {
    font-size: 14px;
}

.table td {
    vertical-align: middle;
}

h1, h3 {
    color: #2c3e50;
}

.card-title {
    color: #2c3e50;
    font-weight: 600;
}

.card-text {
    font-size: 14px;
}

/* Make slider more visible */
.rc-slider {
    margin-bottom: 20px;
    margin-top: 20px;
}

.rc-slider-track {
    background-color: #007bff;
}

.rc-slider-handle {
    border-color: #007bff;
}

.rc-slider-handle:hover {
    border-color: #0056b3;
}
