/* Fixed-position side widgets shared across pages — extracted from Views/Shared/_Layout.cshtml.
   These values are the ones that were previously winning the cascade (duplicated in
   hoobadesign.css with a conflicting .menuleftx left value); consolidated to a single
   definition so the rendered result is unchanged. */

.divmenuproj {
    position: fixed;
    bottom: 2%;
    left: 2.5%;
    width: 6%;
}

.menuleftx {
    position: fixed;
    bottom: 2%;
    left: 2.5%;
    width: 6%;
    z-index: 500;
}
