


/* Подключение шрифта GreetNarrowVF */
        @font-face {
            font-family: 'GreetNarrowVF';
            src: url('GreetNarrowVF.woff2') format('woff2');
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }
        
        /* Подключение второго шрифта (предположительно GreetStandard) */
        @font-face {
            font-family: 'GreetStandardVF';
            src: url('GreetStandardVF.woff2') format('woff2');
            font-weight: normal;
            font-style: normal;
            font-display: swap;
        }


/* mepr custom styles */
		#mepr-account-nav .mepr-nav-item a::before { 
		display: none;
		}
.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 {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: #3498db;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor: pointer;
}

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

.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%;
}



