/*
Theme Name: VidMov Child
Template: vidmov
Theme URI: https://vm.beeteam368.net/
Author: BeeTeam368
Author URI: http://themeforest.net/user/beeteam368
Description: Video WordPress Theme
Version: 1.0.0
License: Themeforest Licence
License URI: http://themeforest.net/licenses
Text Domain: vidmov
Tags: translation-ready, one-column, two-columns, three-columns, right-sidebar, custom-menu, editor-style, featured-images, theme-options, rtl-language-support
*/

/* ===== BuddyPress: force Profile Edit fields to be visible + interactive ===== */
#buddypress #profile-edit-form .editfield * {
  box-sizing: border-box;
}

#buddypress #profile-edit-form .editfield input[type="text"],
#buddypress #profile-edit-form .editfield input[type="email"],
#buddypress #profile-edit-form .editfield input[type="url"],
#buddypress #profile-edit-form .editfield input[type="tel"],
#buddypress #profile-edit-form .editfield input[type="number"],
#buddypress #profile-edit-form .editfield input[type="date"],
#buddypress #profile-edit-form .editfield textarea,
#buddypress #profile-edit-form .editfield select {
  display: block !important;
  width: 100% !important;
  min-height: 46px !important;
  padding: 10px 12px !important;

  background: rgba(255,255,255,.07) !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  border-radius: 12px !important;

  color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;

  position: relative !important;
  z-index: 2 !important;
  pointer-events: auto !important;
}

/* Make sure labels/descriptions aren’t masking the field area */
#buddypress #profile-edit-form .editfield label,
#buddypress #profile-edit-form .editfield .description {
  display: block !important;
  color: rgba(255,255,255,.90) !important;
}

/* Focus state (so it’s obvious you can type) */
#buddypress #profile-edit-form .editfield input:focus,
#buddypress #profile-edit-form .editfield textarea:focus,
#buddypress #profile-edit-form .editfield select:focus {
  outline: none !important;
  border-color: rgba(255,255,255,.55) !important;
}

/* Select2 (ACF Genres) – ensure the container is clickable/visible */
#buddypress .select2-container,
#buddypress .select2-container * {
  pointer-events: auto !important;
}
#buddypress .select2-container--default .select2-selection--multiple {
  background: rgba(255,255,255,.07) !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  border-radius: 12px !important;
  min-height: 46px !important;
}
