/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 16 2024 | 07:40:21 */
.ast-account-action-link .ast-header-account-text {
	padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
	background: #2f3c4c;
	font-size: 0.77777777777778rem;
	color: #FFFFFF;
	border-radius: 30px;
	font-weight:700;
}

.ast-account-action-link .ast-header-account-text:hover{
	background: #fd8549;
}

.logged-in .ast-custom-button {
	display: none;
}