HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux bsx-1-dev 6.8.0-101-generic #101-Ubuntu SMP PREEMPT_DYNAMIC Mon Feb 9 10:15:05 UTC 2026 x86_64
User: www-data (33)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/memberpress/css/account.css
/* mepr custom styles */

.mepr-white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  text-align: center;
}

.mepr-white-popup .mepr-btn {
  border-radius: 5px;
  font-family: Arial, sans-serif;
  color: #fff;
  font-size: 14px;
  background: #3498db;
  padding: 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

.mepr-white-popup .mepr-btn:hover,
.mepr-white-popup .mepr-btn:active,
.mepr-white-popup .mepr-btn:focus-visible {
  background: #3cb0fd;
  text-decoration: none;
}

.mepr-white-popup .mepr-btn:focus-visible {
  outline: dashed #3cb0fd;
}

.mepr-white-popup .mepr-cancel-sub-text {
  padding-bottom: 20px;
}

.mepr-popup-leftalign {
  text-align: left;
}

/* Fix dropdown select field */
.mepr-upgrade-dropdown {
  width: 100%;
}