#calculator_form .select2-container, .calculation.heavy .select2-container, .calculator-page .select2-container, .calculation.heavy .select2-container {
	width: 100% !important;
	height: 50px;
}
#calculator_form .select2-container--default .select2-selection--single, .calculation.heavy .select2-container--default .select2-selection--single, .calculator-page .select2-container--default .select2-selection--single {
	height: 51px;
}
#calculator_form .select2-container--default .select2-selection--single .select2-selection__rendered, .calculation.heavy .select2-container--default .select2-selection--single .select2-selection__rendered, .calculator-page .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-top: 11px;
}
#calculator_form .select2-container--default .select2-selection--single .select2-selection__arrow, .calculation.heavy .select2-container--default .select2-selection--single .select2-selection__arrow, .calculator-page .select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}
#calculator_form .select-dropdown, .calculator-page .select-dropdown {
  position: static;
}
#calculator_form .select-dropdown .select-dropdown--above, .calculator-page .select-dropdown .select-dropdown--above {
    margin-top: 336px;
}

.page-template-page-calculator .select2-container {
	height: 50px !important;
}

.select2-container {
	height: 60px !important;
}
.customselect .select2-container{
	width: 100% !important;
}
.selection:has(> .select2-selection--multiple) {
	height: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	margin-top: 0;
    max-width: 90%;
	font-size: 16px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    padding-left: 5px;
    width: 15px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	height: 100%;
}

.select2-container--default .select2-search--inline .select2-search__field {
	text-align: left;
	padding-left: 20px;
	color: #000 !important;
	margin-top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	display: flex;
	align-items: center;
	height: 100%;
    padding-left: 0;
	width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #fff !important;
	border: none !important;
	padding-left: 20px;
}

.select2-selection--multiple[aria-expanded="true"] .select2-search__field {
	width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
	height: 100%;
	border: none !important;
	border-radius: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	position: absolute;
    width: 70%;
    opacity: 0;
}

@media screen and (max-width: 563px) {
	.select2-container {
		width: calc(100vw - 110px) !important;
	}
}

@media screen and (max-width: 563px) {

	.page-template-page-calculator .select2-container {
		width: calc(100vw - 40px)!important;
	}
}
.select2-search__field {
	width: auto !important;
}