﻿
:root {
    --text-primary: #020609d4;
    --text-primary-inverse: #fdfdfdf0;
    
    --text-secondary: #03091180;
    --text-tertiary: #01050c47;

    --text-brand: #2362f6;
    --text-brand-secondary: #2C69F6;

    --text-positive: #00B23B;
    --text-negative: #FD3542;
    --text-warning: #FB6B23;
    
    --background-primary: #FFFFFF;
    --background-primary-inverse: #0017510d;

    --background-secondary: #F0F2F5;
    --background-secondary-alfa: #f4f5f6;

    --background-tertiary: #1e1e370f;

    --background-neutral-alfa: #24384C12;
    --background-neutral-hover: #0b162d17;
    --background-neutral-pressed: #DEDFE3;
    --background-neutral-active: #E9EAEC;

    --background-brand: #2362f6;
    --background-brand-hover: #2453EC;
    --background-brand-pressed: #1C3FD9;
    --background-brand-secondary: #EFF5FF;
    --background-brand-secondary-alfa: #1a71ff40;

    --background-negative: #E61A1A;
    --background-negative-hover: #BA1515;
    --background-negative-pressed: #8E1010;
    --background-negative-subtle-alfa: #FD212814;
    
    --background-mono: #2F3135;
    --background-mono-hover: #3D3F44;
    --background-mono-pressed: #595C63;

    --background-positive: #00B23B;
    --background-positive-subtle-alfa: #05E14E14;

    --background-warning: #FB6B23;
    --background-warning-subtle-alfa: #fb6b2314;

    --background-red: #FD3542;
    --background-disabled: #E9EAEC;

    --background-hover: #24384c0d;
    --background-active: #E9EAEC;

    --surface-l0: #ffffff;
    --surface-l1: #f6f6f7;
    --surface-l2: #EEEEEE;
    --surface-l3: #dcdcdd;
    --surface-l4: #cacbcc;
    --surface-l5: #b8b9bb;

    --white-black-icon-filter: invert(100%) sepia(4%) saturate(31%) hue-rotate(168deg) brightness(111%) contrast(80%);

    --liner-gradient-brand: linear-gradient(180deg,rgba(23, 81, 208, 1) 0%, rgba(255, 255, 255, 1) 100%);

    --negative-icon-filter: invert(98%) sepia(6%) saturate(52%) hue-rotate(304deg) brightness(120%) contrast(100%);
    --primary-icon-filter: invert(22%) sepia(6%) saturate(716%) hue-rotate(185deg) brightness(89%) contrast(84%);
    --brand-icon-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
    --brand-secondary-icon-filter: invert(37%) sepia(97%) saturate(788%) hue-rotate(192deg) brightness(94%) contrast(106%);

    --brand-icon-disabled-filter: invert(100%) sepia(4%) saturate(31%) hue-rotate(168deg) brightness(111%) contrast(80%);

    --icon-primary: #03070cc4;
    --icon-secondary: #0408126e;
    --icon-tertiary: #D3D5D9;
    --icon-brand: #2362f6;
    --icon-primary-inverse: #fdfdfede;

    --border-brand: #2362f6;
    --border-secondary: #E9EAEC;

    --icon-check: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="9" height="11" fill="white" viewBox="0 0 24 24"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg>');
    --icon-close: url(../../icons/deleteBlack.png);
    --icon-bar: url(../icons/pollResult/BarGray.svg);
    --icon-copy: url(../icons/pollResult/Copy.svg);
    --icon-search: url(../../icons/search.svg);
    
}
