:root {

    /* global */
    --background-transparent        : transparent;
	--primary-color: #34B233;

    /* font */
    --font-form                     : 'source_sans_pro_regular';
    --font-form-semibold            : 'source_sans_pro_semibold';
    --font-form-bold                : 'source_sans_pro_bold';

    /* background form*/
    /* --form-background-color         : #F9F9F9; */
    --form-background-color         : #ffffff;
    --form-background-secondary     : #FCF4F7;

    /* error */
	--error-label-color: #EB0000;
	--error-text-color: #EB0000;
	--error-background: #FFEAE3;

    /* label */
    --label-color                   : #4A4A4A;
    --label-focus-color             : #96ce00;

    /* inputs */
    --input-text-color              : #262626;
    --input-primary-background      : #ffffff;
    /* --input-secondary-background    : #F9F9F9; */
    --input-border-primary-color    : #96ce00;
    --input-border-secondary-color  : #C0C0C0;
    /* --option-select-background      : #F61591; */
    --option-select-background      : #f2ffce;
    /* --option-select-color           : #ffffff; */
    --option-select-color           : #96ce00;
    --arrow-color                   : #666D70;
    --arrow-background              : #FFEBF8;
    --shadow-color                  : rgba(0,0,0,0.12);

    /* checks */
    --check-border-color            : #707E83;
    --check-background              : #96ce00;
    --check-background-inactive     : #ffffff;
    --check-color-text              : #96ce00;
    --check-background-text         : transparent;

    /* buttons */
    --btn-text-primary-color        : #707E83;
    --btn-text-secondary-color      : #ffffff;
    /* --btn-border-primary-color      : #707E83; */
    --btn-border-secondary-color    : #96ce00;
    --btn-color-inactive            : transparent;
    --btn-color-active              : #96ce00;
    --btn-color-hover               : #608400;
    --btn-color-focus               : #608400;
    --btn-start-color               : #96ce00;
    

    /* btn cell */
    --btn-cell-background-inactive  : #FFEBF8;
    --btn-cell-background-focus     : #96ce00;
    --btn-cell-border-focus         : #4A4A4A;
    --btn-cell-color-focus          : #ffffff;
    --btn-cell-text-color           : #96ce00;

    /* btn sausage */
    --btn-sausage-bg-inactive       : #DAE0E2;
    --btn-sausage-bg-focus          : #96ce00;
    --btn-sausage-text-inactive     : #707E83;
    --btn-sausage-shadow            : rgba(246,21,145,0.4);
    
    /* btn banner alert */
    --btn-alert-border              : transparent;
  }