/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
  }
 
  .footer {
    position: fixed;
    z-index: 3;
    bottom: 0;
    width: 100%;
  /* Set the fixed height of the footer here */
    /*background-color: var(--custom-primary);*/
  }
  