:root {
--background_1: #ffffff;
--backdrop_board: #c2c6cf;
--offcolor_board: #ecf1ff;
--dividers: #6a728a;
--cell_border: #2a478a;
--cell_picked: rgb(183, 253, 255);
--cell_conflict: rgb(255, 134, 113);
--highlight_circle: rgba(168, 168, 255, 0.808);
--highlight_text_shadow: 1px 1px 2px rgb(0, 255, 13), 0 0 1em rgb(148, 253, 183), 0 0 0.2em blue;
--txt_color_1: rgb(17, 21, 41);
--txt_color_2: #69737e;
--icon_filter: invert(48%) sepia(10%) saturate(505%) hue-rotate(171deg) brightness(89%) contrast(86%);
--txt_color_n: antiquewhite;
}

#lbthemebtn {
	outline: 6px solid var(--txt_color_1) !important;
	outline-offset: 6px;
}