/* Use this template in the Admin Panel to set a custom style: */
/* //dev.sandbox.portals.ofbcn.com/ will be replaced by the website URL */

:root {
  /* Branding Texts: */
  --branding-theme-logo-url: url("//dev.sandbox.portals.ofbcn.com/logos/infra/infra.svg");
  --branding-theme-logo-in-colors-url: url("//dev.sandbox.portals.ofbcn.com/logos/infra/infra_color.svg");
  --branding-theme-logo-height: 74px;
  --branding-theme-powered-by-text: "Powered by OFBCN";
  --branding-theme-powered-by-height: 15px;
  --branding-theme-logo-alt: "INFRA";
  --branding-theme-logo-brand-name: "Vendor Portal";
  --branding-theme-logo-typo-text-color: #6A3460;
  --branding-theme-logo-header-text: "Vendor Portal";
  --branding-theme-logo-header-text-color: #FFF;
  --branding-theme-logo-header-text-width: 200px;

  /* Colors: */
  --branding-theme-primary-color: #6A3460;
  --branding-theme-primary-color-hover: #3b1e36;
  --branding-theme-primary-color-active: #3b1e36;
  --branding-theme-primary-color-outline: #e8d0e3;
  --branding-theme-link-color: #6A3460;
  --branding-theme-link-color-hover: #3b1e36;

  --branding-theme-primary-color-1: #f3e7f1;
  --branding-theme-primary-color-2: #e8d0e3;
  --branding-theme-primary-color-3: #dcb8d6;
  --branding-theme-primary-color-4: #d1a1c8;
  --branding-theme-primary-color-5: #c589ba;
  --branding-theme-primary-color-6: #b971ac;
  --branding-theme-primary-color-7: #ae5a9e;

  --branding-theme-info-color: #3b1e36;
  --branding-theme-success-color: #52c41a;
  --branding-theme-processing-color: #1890ff;
  --branding-theme-error-color: #f5222d;
  --branding-theme-warning-color: #faad14;
  --branding-theme-disabled-color: rgba(0, 0, 0, 0.25);
  --branding-theme-heading-color: rgba(0, 0, 0, 0.85);
  --branding-theme-text-color: rgba(0, 0, 0, 0.85);
  --branding-theme-text-color-secondary: rgba(0, 0, 0, 0.45);
  --branding-theme-select-item-selected-bg: #f5f5f5;
  --branding-theme-menu-item-active-bg: rgb(217, 203, 214);
  --branding-theme-avatar-background-color: rgba(0, 0, 0, 0.45);
  --branding-theme-badge-background-color: #f7991d;
  --branding-theme-secondary-color: rgba(0, 0, 0, 0.45);
  --branding-theme-danger-color: #ff3444;

  /* Fonts: */
  --branding-theme-font-size-base: 14px;

  /* Borders: */
  --branding-theme-border-radius-base: 4px;
  --branding-theme-border-color-base: #d9d9d9;
  --branding-theme-box-shadow-base: 0 2px 8px rgba(0, 0, 0, 0.15);

  /* Support Texts: */
  --branding-theme-primary-need-help-text: "Need help, contact ";
  --branding-theme-secondary-need-help-text: "For support email: ";
  --branding-theme-support-email: infradeals@infretailers.com;
  --branding-theme-account-created-title: "Please Check Your Email";
  --branding-theme-account-created-message: "An email from OFBCN has been sent to your email address. Please click the link in the email to activate your account.";
  --branding-theme-account-login-no-access-message: "Your account is set up. However you do not have access to any services";
  --branding-theme-account-forgot-password-message: "Please enter your email. If the email is correct, you’ll receive an email to reset your password.";
}