:root {
	--bg: #309e0c;
	--bg-2: #287e0b;
	--bg-3: #184d06;
	--bg-4: #082200;
	--bg-header: #2f8014;
	--bg-title: #379418;
	--bg-content: #175503;
	--bg-light: #2f8f0f;
	--bg-active: #4cb828;
	--bg-dark: #1c6504;
	--bg-darker: #134502;
	--bg-darkest: #082000;
	--bg-highlight: #ffd700;
	--bg-btn: #62d83b;
	--bg-active-new: #ffcd83;
	--bg-btn-active: #43e20d;
	--bg-primary: linear-gradient(90deg, #184d06 0%, #287e0b 50%, #184d06 100%);
	--bg-btn-action: linear-gradient(to bottom, #fefcea 0%, #ffd700 100%);
	--bg-btn-action-new: linear-gradient(to bottom, #ffef5b 0%, #eac500 100%);
	--bg-btn-action-new2: linear-gradient(to right, #ffef5b 0%, #eac500 100%);
	--bg-btn-action-new3: linear-gradient(to bottom, #ffef5b 0%, #eac500 100%);
	--bg-btn-action-1: linear-gradient(to bottom, #fff6c4 0%, #ffd700 100%);
	--bg-btn-action-2: linear-gradient(
		to bottom,
		#eacd82 0%,
		#fccd4d 60%,
		#f8b500 80%,
		#f9ce5e 100%
	);
	--bg-btn-secondary: #111111;
	--bg-btn-secondary-hover: #333333;
	--bg-btn-disabled: rgba(255, 255, 255, 0.1);
	--bg-table-header: #ebebeb;
	--bg-table-header-dark: #00000040;
	--bg-trans-dark-less-2: rgba(0, 0, 0, 0.1);
	--bg-trans-dark-less-1: rgba(0, 0, 0, 0.3);
	--bg-trans-dark: rgba(0, 0, 0, 0.5);
	--bg-trans-dark-1: rgba(0, 0, 0, 0.7);
	--bg-trans-dark-2: rgba(0, 0, 0, 0.8);
	--bg-success: #2b8f0d;
	--bg-danger: #9c0d0d;
	--bg-warning: #be800d;
	--text: #ffffff;
	--text-highlight: #ffcd83;
	--text-disabled: #797979;
	--text-btn-action: #000000;
	--text-caption: rgba(255, 255, 255, 0.8);
	--text-nav: #d2dbcf;
	--text-hover: #1a1a1a;
	--text-active: #ffffff;
	--text-light: #4aee14;
	--text-dark: #2d8f0c;
	--text-darker: #113d03;
	--text-black: #000000;
	--text-btn: #ffffff;
	--text-muted: #9e9e9e;
	--text-placeholder: #bbbbbb;
	--text-shadow: #555555;
	--link: #66ff33;
	--link-light: #baffa3;
	--link-dark: #195d02;
	--link-hover: #103b01;
	--border-3: #26750b;
	--border-4: #339114;
	--border-div: #26750b;
	--border-div-light: #3eb416;
	--border-div-dark: #123f03;
	--border-main: #ffcd83;
	--ball: #fce954;
	--ball-hover: #ffe200;
	--text-ball: #000000;
	--box-shadow: #25252562;
	--box-shadow-inset: #ffffff50;
	--input-border: #428b2e;
	/* --input-bg: #326424; */
	--input-bg: #000000;
	/* --input-bg-focus: #398f21; */
	--input-bg-focus: #222222;
	--input-bg-readonly: rgba(255, 255, 255, 0.1);
	--input-bg-readonly: #2c4624;
	--input-bg-new: #09152f;
	--input-bg-light: #ffffff;
	--input-bg-bypass-new: rgba(0, 0, 0, 0.8);
	--input-text: #ffffff;
	--input-text-light: #000000;
	--color-global: #9acd32;
	--color-accent: #fce954;
	--text-input: #e1eedd;
	--bg-box: rgba(0, 0, 0, 0.75);
	--bg-box-2: #222222;
	--border: #ffcd83;
}
