#grbg {
    background-color: #fbc606;
  }
  .user-profile,
  .user-profile .faq a,
  .user-profile .faq a:hover,
  .slick-dots li button::before,
  .slick-dots li.slick-active button::before {
    color: #fefefe;
  }
  .user-profile .btn {
    border-color: #fefefe;
  }
  .user-profile svg path,
  .user-profile svg polygon,
  .user-profile svg circle,
  .user-profile svg rect.social-icon {
    fill: #fefefe;
  }
  .user-profile svg line {
    stroke: #fefefe;
  }
  .delimiter svg line {
    stroke: #fefefe;
  }
  
  .app-delimiters label,
  .app-delimiters label:hover,
  .app-delimiters label:active,
  .app-delimiters:not(:disabled):not(.disabled) label.active  {
    background-color: #fbc606;
  }
  
  .user-footer {
    color: #fefefe;
  }
  .user-footer svg path {
    fill: #fefefe !important;
  }
