/*
*
* Deze stylesheet is voor het gebruik van CSS Variabelen (o.a. gezet door Bootstrap) en mag NIET geminified worden
*
*/

/*** start CHECKOUT CONFIRM GIFT_CONTAINER BOOTSTRAP_TAGSINPUT  ***/
/* de div bootstrap_tagsinput moet default dezelfde color, border+ transition styling krijgen als de BS5 form-control */
/* if an override these settings is needed, use the theme css file! */
#confirm_container #addbooking_form #new_booking #gift_container .table .FullWidth .bootstrap-tagsinput {
	color: var(--bs-body-color);	
	background-color: var(--bs-body-bg);
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	}
	#confirm_container #addbooking_form #new_booking #gift_container .table .FullWidth .bootstrap-tagsinput.focus {
		color: var(--bs-body-color);
		background-color: var(--bs-body-bg);
		}
	#confirm_container #addbooking_form #new_booking #gift_container .table .FullWidth .bootstrap-tagsinput input{
		color: var(--bs-body-color);
		}
/*** end CHECKOUT CONFIRM GIFT_CONTAINER BOOTSTRAP_TAGSINPUT  ***/