.phone-group {
	display: block;

	/* Adds a small gap between the dropdown and input field */
}

.phone-group select {
	width: 50% !important;
	/* Make sure Select2 doesn't override this */
	border: 1px solid #5bacff !important;
	border-radius: 14px !important;
	background: #007cfb !important;
	color: var(--tg-body-font-color) !important;
	font-size: 15px;
	height: 50px !important;
}

/* Style for Select2 container */
.select2-container--default .select2-selection--single {
	background: #203772 !important;
	border-radius: 10px !important;
	border: none !important;
	font-weight: 400 !important;
	font-size: 15px !important;
	color: var(--tg-body-font-color) !important;
	height: 50px !important;
	/* display: block !important; */
}

.select2-container {
	width: 100% !important;
	margin-bottom: 5px !important;
}

.select2-container--default .select2-selection__rendered {
	line-height: 50px !important;
	color: white !important;
}

.select2-container--default .select2-selection__arrow {
	height: 50px !important;
}

.phone-group input {
	flex: 1;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

@media screen and (max-width: 768px) {
	.phone-group input {
		margin-top: 5px;
	}
}
