/* #bsContainer input[type='text'] {
	width: 100%;
} */
#bsContainer input[type='text'] {
	width: 100%;
}

#bsContainer {
	width: 100%;
	max-width: 100%;
}

/* Mobile devices style only */

.cs-content-wrapper,
.cs-srcollable {
	background-color: #f3f6fc;
	padding: 20px;
}


.disabled {}

.cs-bold {
	font-weight: bold;
}

.four-trip-info label {
	font-size: 17px;
	display: none;
}

.cs-error {
	border: 1px solid red;
}

.group_passport {
	margin-top: 40px;
}

.cs-dragover {
	background-color: rgba(4, 96, 85, 0.1) !important;
	border-color: greenyellow;
}


#group_HealthDeclaration .selected-country {}

#selectedCountry2{
	display: flex;
}
#group_HealthDeclaration .sel_country {
	padding: 0 0.5rem;
	margin: 0 0.25rem 0.5rem 0;
	border-radius: 2rem;
	background-color: rgba(4, 96, 85, 0.4);
	display: flex;
	justify-content: start;
	align-items: center;
	width: auto !important;
	gap: 5px;
	max-width: 250px;
}


#multiCountryWrap2 .cs-country-select{
	padding: 0 20px;
}


section.group_passport{
	margin-top: 30px !important;
}

@media (max-width: 768px) {

	/* Your CSS styles for mobile devices go here */
	.cs-heading-wrapper h1 {
		font-size: 1.5rem;
	}

	.cs-content-wrapper h2 {
		font-size: 1.2rem;
	}
}