/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 05 2025 | 13:57:23 */
/*Profile Shortcut Buttons*/
@media (min-width:1024px) {
	.profileshortcuts {display:inline-block;width:20%;}
}
@media (max-width:1023px) {
	.profileshortcuts {display:block;}
}

.profileshortcuts  {padding:5px 10px 5px 10px; background: linear-gradient(to bottom, #153465, #0D2149);box-shadow: 0px 4px 4px #0F2B56;
  cursor: pointer;
  border: none;
  text-align: center !important;
  outline:none;
	border-radius:25px;
	margin:15px 15px 15px 15px !important;
text-transform: none !important;}

.profileshortcuts a {display:block !important; width:100% !important; height:100% !important; color:white !important; text-decoration:none !important; font-size:0.85em !important;}
.profileshortcuts a:hover {text-decoration:none !important; color:#0D2149 !important;}
.profileshortcuts:hover {background: linear-gradient(to bottom, #B5D85C, #9CC43B); box-shadow: 0px 4px #6E8F2A;
}
.profileshortcuts:hover a {color:white !important;}