	.bracket-left {
		margin: 12px 4px 0 0
	}

	.bracket-right {
		margin: 12px 15px 0 -11px;
	}
	
	.d-flex.phone-field {
		align-items: center;
	}
	
	/* for phone field in popup */
	.phone-field-container {
		display: flex !important;
		flex-wrap: wrap;
		width: 100%;
		flex-direction: row !important;
	}	 
	
	.phone-field-container .country-code {
		width: 115px !important;
		margin: 0 15px 0 0;
		font-size: 12px !important;
	}
	
	.phone-field-container .phone-number {
		flex: 1 0 auto;
		width: 100% !important;
	}
	
	@media (max-width: 400px) {
		.phone-field-container .country-code {
			width: 115px !important; 
			margin: 0 15px 10px 0;
			font-size: 12px !important; 
		}
		.phone-field-container .phone-number {
			flex: 1 0 auto;
			width: auto !important;
			margin: 0 0 10px 0;
		}
	}