:root {
	--background-color: #fafafa;
	--background-color-white: #ffffff;
	--accent-color: #E6007E;
	--confirm-color: #2B9D63;
	--reject-color: #E6607E; /*D2042D*/
	--border-color: #DEE1EA;
	--text-color: #000000;
	--light-text-color: #737373;
	--close-cursor: crosshair;
	--close-cursor: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='36' height='36' rx='18' fill='white'/%3E%3Crect x='0.5' y='0.5' width='36' height='36' rx='18' stroke='%23DEE1EA'/%3E%3Cpath d='M11.9502 11.9512L24.5797 24.5807' stroke='%23D2042D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.9111 24.541L24.5407 11.9115' stroke='%23D2042D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 18 18, crosshair;
}