:root {
	--color-dark: #202123;
	--color-light: #444654;
	--border: 2px solid #1e1e1e;
	--border-thin: 1px solid #1e1e1e;
	--gpt-bubble-bg: #262935;
	--user-bubble-bg: #16171c;
	--user-input-bg: #444654;
	--color-white: #fff;
	--border-radius: 6px;
	--border-radius-round: 100vw;
	--color-slate-gray: #535963;
	--color-success: #32a852;
	--color-text: #d1d5db;
	--color-text-invert: #333;
	--color-text-muted: #a4a4a4;
	
	--btn-dark-bg: #212529;
	
	--dark-bg-alt: #343a40;
	
	--color-midway: #343a40;
	--color-midway-hover: #52575d;
	
	--color-table-stripe: #2c3034;
	--color-table-stripe-hover: #343a40;
	
	--selection-bg: #274483;
	--selection-color: #fff;
	
	--bs-modal-color: var(--color-text);
	
	--btn-send-msg-bg: #69707a;
	
	--chevron: url('../images/chevron-down-solid.svg');

	--sidebar-width: 320px;
}