
:root {
   --app-primary: #0ab1c7;
 }
 
 .bg-user-fixed-variavel {
   background-color: var(--app-primary) !important;
 }