/* Fluidplayer Custom Theme - HentaiToon.tv */
/* Minimal customization - only colors */

/* ========== RESPONSIVE FIX ========== */
.video-container .fluid_video_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* L'overlay de suggestions doit être au-dessus du player */
.video-container .video-suggestions-overlay {
    z-index: 100;
}

/* ========== COLORS ONLY ========== */

/* Progress bar */
.fluid_video_wrapper .fluid_controls_container .fluid_fluid_control_progress_container .fluid_fluid_control_progress .fluid_fluid_control_progress_current {
    background: #FF4081 !important;
}

.fluid_video_wrapper .fluid_controls_container .fluid_fluid_control_progress_container .fluid_fluid_control_progress .fluid_fluid_control_progress_current_circle {
    background: #FF4081 !important;
}

/* Play button */
.fluid_video_wrapper .fluid_initial_play,
.fluid_video_wrapper .fluid_initial_play_button {
    background: #FF4081 !important;
}

/* Volume slider */
.fluid_video_wrapper .fluid_controls_container .fluid_control_volume_container .fluid_control_volume_currentpos {
    background: #FF4081 !important;
}

/* Control buttons hover */
.fluid_video_wrapper .fluid_controls_container .fluid_button:hover {
    color: #FF4081 !important;
}

/* Timeline preview border */
.fluid_video_wrapper .fluid_timeline_preview {
    border-color: #FF4081 !important;
}
