:root {
  --black: rgb(0, 0, 0);
  --blue_style_button: rgb(85, 126, 160);
  --blue_style_button_hover: rgb(126,161,198);
  --board_icon_color: rgb(77, 52, 94);
  --body_bg: rgb(255, 255, 255);
  --body_text: rgb(65, 65, 65);
  --border_color: rgb(221, 221, 221);
  --cat_bg_1: rgb(127, 85, 160);
  --cat_bg_2: rgb(102, 60, 135);
  --child_bg_1: rgb(235,235,235);
  --child_bg_2:  rgb(239,239,239);
  --footer_bg_1: rgb(127, 85, 160);
  --footer_bg_2: rgb(102, 60, 135);
  --green_style_button: rgb(0, 120, 0);
  --green_style_button_hover: rgb(0, 170, 0);
  --header_bg_1: rgb(127, 85, 160);
  --header_bg_2: rgb(102, 60, 135);
  --header_border_color: rgb(61, 37, 66);
  --input_bg_1: rgb(245,245,245);
  --input_bg_2: rgb(251,251,251);
  --link: rgb(77, 52, 94);
  --link_hover: rgb(47, 22, 64);
  --menu_bg_1: rgb(235,235,235);
  --menu_bg_2: rgb(239,239,239);
  --menu_link: rgb(77, 77, 77);
  --menu_link_hover: rgb(45, 45, 45);
  --orange_style_button: rgb(232, 150, 78);
  --orange_style_button_hover: rgb(202, 120, 48);
  --purple_style_button: rgb(127, 85, 160);
  --purple_style_button_hover: rgb(147, 105, 180);
  --quote_bg: rgb(234, 222, 244);
  --quote_bg_alt: rgb(239, 227, 249);
  --quote_border: rgb(0,0,0);
  --quote_text: rgb(0,0,0);
  --red_style_button: rgb(160, 85, 85);
  --red_style_button_hover: rgb(230, 85, 85);
  --teal_style_button: rgb(67, 123, 124);
  --teal_style_button_hover: rgb(37, 93, 94);
  --title_bar_bg_1: rgb(17, 16, 17);
  --title_bar_bg_2: rgb(44, 44, 44);
  --toggle_switch: rgb(255, 255, 255);  
  --user_wrap_bg_1: rgb(17, 16, 17);
  --user_wrap_bg_2: rgb(44, 44, 44);
  --user_wrap_border_color: rgb(85, 85, 85);
  --white: rgb(255, 255, 255);
  --window_bg_1: rgb(245,245,245);
  --window_bg_2: rgb(251,251,251);
  --window_bg_approve: rgb(252, 206, 181);
}
input[type="checkbox"] {
  filter: hue-rotate(58deg);					
}
input[type="radio"] {
  filter: hue-rotate(58deg);						
}