/*
Theme Name: Ultimate Auction Pro Vehicle Software
Theme URI: https://getultimateauction.com/
Author: Nitesh Singh
Theme URI: https://getultimateauction.com/
Author URI: https://getultimateauction.com/
Version: 1.0.1
Description:  Ultimate Auction Pro Vehicle Software
Template: ultimate-auction-pro-software
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: ultimate-auction-pro-software
*/
 
/* Add Custom CSS HERE */
.spr_in_main {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999; /* Ensure it appears above other elements */
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  border-radius: 10px;
  width: 90%;
  max-width: 500px; /* Adjust as needed */
  display: none; 
}
.uat-bid-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9998;
}
.auction-inline-info {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    width: 70%;
    justify-content: space-between;
}
.bid-table-box{
    display: none !important;
}
.spr_in_main .timer-closes-text{
    display: none !important;
}