/* This styles the frontend member area of amember only */

.am-admin a.button, .am-admin button, .am-admin input[type=button], .am-admin input[type=submit], .am-body-content a.button, .am-body-content button, .am-body-content input[type=button], 
 .am-body-content input[type=submit], .am-popup a.button, .am-popup button, .am-popup input[type=button], .am-popup input[type=submit]
{
background-color: var(--global-color-9) !important;
    color: #1e3684 !important;
    text-decoration: none;
    transition: all 0.2s ease 0s;
    border: 1px solid rgb(30, 54, 132) !important;
    border-radius: 3.5px !important;
    padding: 8px 20px !important;
	background: none;
}

.am-admin a.button:hover, .am-admin button:hover, .am-admin input[type=button]:hover, .am-admin input[type=submit]:hover, .am-admin a.button:active, .am-admin button:active, .am-admin input[type=button]:active, .am-admin input[type=submit]:active, .am-body-content a.button:hover, .am-body-content button:hover, .am-body-content input[type=button]:hover, .am-body-content input[type=submit]:hover, .am-body-content a.button:active, .am-body-content button:active, .am-body-content input[type=button]:active, .am-body-content input[type=submit]:active, .am-popup a.button:hover, .am-popup button:hover, .am-popup input[type=button]:hover, .am-popup input[type=submit]:hover, .am-popup a.button:active, .am-popup button:active, .am-popup input[type=button]:active, .am-popup input[type=submit]:active
{
    background-color: #1e3684 !important;
    color: var(--base-3) !important;
		background: none;
}
.am-form form {
	border-radius: 8px;
	
}
.am-form fieldset legend {
	background: var(--global-color-9);
}
.am-list-subscriptions .am-list-subscriptions-desc {
	white-space: normal;
}
ul.am-tabs #menu-member {
  width: unset;
	overflow: unset;
}