:root {
	
		--bs-primary: #3b2e9e;
		--bs-primary-rgb: 59, 46, 158;
		--bs-primary-r: 59;
		--bs-primary-g: 46;
		--bs-primary-b: 158;
		--bs-primary-contrast: #ffffff;
	
	
		--bs-secondary: #af3c59;
		--bs-secondary-rgb: 175, 60, 89;
		--bs-secondary-r: 175;
		--bs-secondary-g: 60;
		--bs-secondary-b: 89;
		--bs-secondary-contrast: #ffffff;
	
		}

		.form-switch .form-check-input:focus {
		--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239d96ce'/%3e%3c/svg%3e");
		}

			
				.indicator-0 {
				--indicator-color: #eceff4;
				--indicator-contrast-color: #000000;
				--indicator-color-shaded:  #6e7072;
				}
			
			
				.indicator-1 {
				--indicator-color: #207f30;
				--indicator-contrast-color: #ffffff;
				--indicator-color-shaded:  #207f30;
				}
			
			
				.indicator-2 {
				--indicator-color: #ffc107;
				--indicator-contrast-color: #000000;
				--indicator-color-shaded:  #8d6a00;
				}
			
			
				.indicator-3 {
				--indicator-color: #c82333;
				--indicator-contrast-color: #ffffff;
				--indicator-color-shaded:  #c82333;
				}
			

		
		
		
		
		
		

