#workable-jobs-overview {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:25px;
}

@media(max-width:1024px) {
	#workable-jobs-overview {
		grid-template-columns: 1fr 1fr;
		gap:25px;
	}
}

@media(max-width:767px) {
	#workable-jobs-overview {
		grid-template-columns: 1fr;
		gap:25px;
	}
}

.workable-jobs-card {
	position:relative;
	border-radius:15px;
	box-shadow: 6px -1px 15px 0px rgba(0, 0, 0, 0.1);
}

.workable-jobs-card-inner {
	padding:20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap:10px;
}

.workable-jobs-title {
	font-size:17px;
	color:#2f3061;
	line-height:1.2;
	margin-bottom:5px;
}

.workable-join-us {
	color:#B51C36;
	margin-bottom:-5px;
}

.workable-job-and-flag {
	position:absolute;
	bottom:15px;
	right:40px;
	color:#2f3061;
	font-weight:500;
	display:flex;
	gap:5px;
}

.arrow-join-us, .arrow-join-us-white {
	margin-top:-3px;
}

.arrow-join-us-white {
	margin-left: 5px;
}

.select2-selection , #workable-search-filter{
	margin-top:10px;
	border:1px solid #DCDCDC!important;
	border-radius:4px;
	min-height:42px;
}

.select2-selection__arrow {
	top:17px!important;
	right:5px!important;
}

.select2-search__field {
	min-height:35px!important;
	pointer-events:none;
}

.select2-container {
	position:relative;
}

.select2-container::after {
    content: '';
    position: absolute;
    bottom: 16px;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #2f3061;
    transform: translateY(-50%);
    pointer-events: none;
}

.select2-results {
	border-left:1px solid #DCDCDC!important;
	border-right:1px solid #DCDCDC!important;
	border-bottom:1px solid #DCDCDC!important;
}

.select2-selection__choice {
	background-color:#B51C36!important;
	color:white;
	border:none!important;
	display:flex!important;
	align-items:center;
	min-width:50px;
	padding:2px!important;
}

.select2-selection__choice__display {
	margin-left:25px!important;
}

.select2-selection__choice__remove {
	padding-top:5px!important;
	border:none!important;
}

.select2-selection__choice__remove:hover {
	background-color:transparent!important;
}

.select2-selection__choice span[aria-hidden="true"] {
	color:#B51C36!important;
	background-color:white;
	border-radius:90px!important;
	padding-left:5px;
	padding-right:5px;
	font-weight:500;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin:0px;
}

.select2-container--default .select2-selection--multiple {
	padding:0px !important;
}

.experience-label-box {
	display:flex;
	gap:10px;
}

.experience-label-box label {
	margin-bottom:0px!important;
}

#experience-undefined , option[value=null] , label[for=experience-undefined] {
	display:none;
}

.jobCTA {
	background-color:#2f3061;
	color:white;
	border-radius:1rem;
	display:flex;
	flex-direction:row;
	padding:0px!important;
}

.brxe-vzbhgt.brxe-block , .brxe-whgqad.brxe-block{
	width:100%!important;
	padding:20px!important;
}

.brxe-rgvupw.brxe-heading , .brxe-haoxpt.brxe-heading {
	font-size:1.4em!important;
}

.currentLang {
	order:-1;
}

.select2-container::after {
	display:none;
}