/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
html {
  --gpc-theme-gray-color-0: #f5f7fa;
  --gpc-theme-gray-color-1: #b7bac0;
  --gpc-theme-gray-color-2: #f5f5fa;
  --gpc-theme-gray-color-3: #f7faff;
  --gpc-theme-gray-color-4: #e6e9ed;
  --gpc-theme-gray-color-5: #3b3b3b;
  --gpc-theme-blue-color-1: #122dbd;
  --gpc-theme-green-color-1: #44d7b6;
  --gpc-theme-primary-color: #122DBD;
  --gpc-theme-secondary-color: #29a65a;
  --gpc-theme-secondary-color-hover: #389e0d;
  --gpc-theme-secondary-color-outline: rgba(62, 179, 108, 0.2);
  --gpc-theme-primary-color-hover: #0078ab;
  --gpc-theme-primary-color-active: #4bcbeb;
  --gpc-theme-primary-color-outline: #122dbd;
  --gpc-theme-primary-1: #e6fcff;
  --gpc-theme-primary-2: #a3f3ff;
  --gpc-theme-primary-3: #77e2f7;
  --gpc-theme-primary-4: #4bcbeb;
  --gpc-theme-primary-5: #23b2de;
  --gpc-theme-primary-6: #2174fa;
  --gpc-theme-primary-7: #122dbd;
  --gpc-theme-primary-bg-highlighted: rgba(119, 226, 247, 0.4);
  --gpc-theme-success-color: #34d18a;
  --gpc-theme-success-color-hover: #73d13d;
  --gpc-theme-success-color-active: #389e0d;
  --gpc-theme-success-color-outline: rgba(62, 179, 108, 0.2);
  --gpc-theme-success-color-deprecated-bg: #f6ffed;
  --gpc-theme-success-color-deprecated-border: #b7eb8f;
  --gpc-theme-error-color: #ff3636;
  --gpc-theme-error-color-hover: #ff7875;
  --gpc-theme-error-color-active: #d9363e;
  --gpc-theme-error-color-outline: rgba(227, 23, 23, 0.2);
  --gpc-theme-error-color-deprecated-bg: #fff2f0;
  --gpc-theme-error-color-deprecated-border: #ffccc7;
  --gpc-theme-warning-color: #ffc200;
  --gpc-theme-warning-color-hover: #ffc53d;
  --gpc-theme-warning-color-active: #d48806;
  --gpc-theme-warning-color-outline: rgba(242, 178, 48, 0.2);
  --gpc-theme-warning-color-deprecated-bg: #fffbe6;
  --gpc-theme-warning-color-deprecated-border: #ffe58f;
  --gpc-theme-info-color: #2174fa;
  --gpc-theme-info-color-deprecated-bg: #e6fcff;
  --gpc-theme-info-color-deprecated-border: #77e2f7;
  --gpc-theme-layout-background: #F2F5FA;
  --gpc-theme-layout-main-menu-background: #122dbd;
  --gpc-theme-text-color-default: #43474D;
  --gpc-theme-text-color-primary: #122dbd;
  --gpc-theme-text-color: #3B3B3B;
  --gpc-theme-text-color-secondary: #8d9aa6;
  --gpc-theme-border-radius-base: 12px;
  --gpc-theme-border-radius-sm: 4px;
  --gpc-theme-border-radius-lg: 22px;
  --gpc-theme-default-bg-gray: #f5f7fa;
  --gpc-theme-button-border-radius-base: 22px;
  --gpc-theme-button-border-radius-sm: 12px;
  --gpc-theme-button-border-radius-lg: 22px;
  --gpc-theme-control-border-radius: 4px;
  /* --gpc-theme-tag-default-bg: #8d9aa6; */
  --gpc-theme-tag-default-bg: #EDF0F2;
  --gpc-theme-border-color: #D5D7DB;
  --gpc-theme-layout-background-collapse: #F5F8FC;
  --gpc-theme-default-bg-gray_1: #eef1f5;
  --gpc-theme-border-color_1: #d5d7db;
  --gcp-theme-border-dashed-color: #C8CFD5;
  --gpc-bg-gray-color-1: #EEF1F5;
  --gpc-button-primary-bg: linear-gradient(90deg, #FCE5B3 0%, #EACD8B 50%, #F5CA79 100%);
;
  --gpc-button-primary-active: linear-gradient(90deg, #FCE5B3 0%, #EACD8B 50%, #F5CA79 100%);
  --gpc-button-primary-hover: linear-gradient(45deg, #FCE5B3 0%, #EACD8B 50%, #F5CA79 100%);
  --gpc-button-primary-color: #fff;

  --gjs-color-blue: #116dff;
  overflow: hidden;
  height: 100%;
}
