/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
/* Logo Styling */
/* Logo styling */
/* ================================================
   Fix for Logo in WHMCS Elastic Landing Page
================================================= */

/* Ensure the logo is visible */
.menu-wrap .logo-menu1 {
.logo-menu1 {
    display: block;
    width: 150px;   /* adjust as needed */
    height: auto;
    position: relative;
    top: 0;
}
.logo-menu1 svg path {
    fill: #146564;
}

