/*
Theme Name: Reel Play Net
Theme URI: https://reelplaynet.com
Version: 1.0
Description: Our Reel Play Net Theme.
Author: Reel Play Net
Author URI: https://reelplaynet.com
template: bb-theme
*/

/* Add your custom styles here... */

/* Fix for close icon in modal popups */
.uabb-close-icon {
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 30px !important;
  color: #fff !important;
  display: inline-block !important;
  text-align: center !important;
}

/* Fallback X icon if Font Awesome doesn't load */
.uabb-close-icon.fa-times:before {
  content: "\00d7" !important;
  font-family: Arial, sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
}

/* Make close button more visible and clickable */
.uabb-modal-close {
  cursor: pointer !important;
  z-index: 9999 !important;
  background: rgba(0, 0, 0, 0.7) !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background 0.3s ease !important;
}

.uabb-modal-close:hover {
  background: rgba(0, 0, 0, 0.9) !important;
} 