.borica-recurring-wrapper{
	margin-bottom: 10px;
}
.borica-recurring-wrapper label{
	margin-right: 10px;
}
.borica-custom-select {
	display: block;
	width: 100%;
	max-width: 400px;
	padding: 10px 12px;
	font-size: 15px;
	line-height: 1.4;
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	appearance: none; /* remove OS styling */
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2210%22%20height%3D%227%22%20viewBox%3D%220%200%2010%207%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0%200l5%207%205-7z%22%20fill%3D%22%23333%22/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px 7px;
}
.borica-custom-select:focus {
	outline: none;
	border-color: #1e91cf;
	box-shadow: 0 0 0 2px rgba(30, 145, 207, 0.2);
}