/**
 * User Custom Styles
 * Add your custom SCSS styles here
 * This file is loaded after all theme styles, so you can override theme styles
 * You can use all SCSS variables, mixins, and functions from the theme
 */

  
  /* ============================================
     Custom Styles
     ============================================ */
  .main-bg {
    background-color: black !important;
  }
  
  .text-primary,
  .text-primary.text-primary,
  body .text-primary {
    color: var(--color-primary) !important;
  }
  .gd-breadcrumb{
    background-color: #72bf9296 !important
  }
  