/* RESET */
ul{
    list-style: none !important;
    padding: 0 !important;
}
/* SEARCH FORM */
label{
	display:none;
}
.elementor-element.elementor-field-group.elementor-column{
	padding-right:calc( 15px/2 );
	padding-left:calc( 15px/2 );
}
label[for="form-field-sphere"],label[for="form-field-vacancy_location"],label[for="form-field-search"]{background: #f1f1f1;position: absolute;padding: 4px;z-index: 1;top: 1px;max-height: 45.5px;height: 50px;overflow: hidden;max-width: 50px;width: 50px;display:block;
}

label[for="form-field-sphere"] i,label[for="form-field-vacancy_location"] i,label[for="form-field-search"] i{padding: 12px 13px 0;	color:var(--e-global-color-secondary);}
input#form-field-sphere,
input#form-field-vacancy_location,
input#form-field-search,
select#form-field-sphere,
select#form-field-vacancy_location,
select#form-field-search{
	height: 46px;text-indent: 44px ;appearance: none!important;-webkit-appearance: none !important;-moz-appearance: none !important;background: #ffffffc7;	border:#fff 1px solid;flex-basis: 100%;font-family:'heebo',sans-serif;}
button#searchnow{
	flex-basis: 100%;
	height: 48px;
    line-height: 0px;
	font-family:'heebo',sans-serif;
}
/* For IE <= 11 */
select#form-field-sphere::-ms-expand,select#form-field-vacancy_location::-ms-expand,select#form-field-search::-ms-expand{display: none !important;}
.elementor-field-group .elementor-select-wrapper select {border-radius: 0;height: 46px;}
.gs-search-term-listing{
	cursor:pointer;color:#fff;
	display: grid;
	grid-template-columns: auto auto auto auto auto;
    list-style-position: outside;
    list-style-type: disclosure-closed;}
.gs-search-term-listing{
	overflow: hidden;
    transition: all .5s ease-in-out;
    height: 0;
	margin-top: 20px;
}
.gs-search-term-listing.active{
  height: auto;
}
.form-error{
	color:#fff;
	border:yellow 1px solid;
	text-align:center;
	margin-top:20px;
}

/* FILTERS */
.sidbarFilter{
    height: fit-content;
}
.gs-term-filter li.selected .term-checkbox::before{
    content: '';
    background: #000;
    width: 16px;
    height: 17px;
    display: block;
    z-index: 4;
    margin: 1px;
    position: absolute;
    right: 2px;
    transition: 1s;
}
.term-checkbox{
    width: 0px;
    padding: 0 10px;
    height: 22px;
    border: 1px solid #000;
    margin-left: 10px;
    display: inline-block;
    vertical-align: text-bottom;
}
#loader{
    background: #c1c1c185;
    width: 84.5%;
    height: 100vh;
    position: absolute;
    z-index: 10;
    left: 0;
}
#spinner {
    content: '';
    border: 4px dotted;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 50vh;
    position: absolute;
    left: 0;
    right: 0;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
  }
  /* Single Vacancy */
  .elementor-icon-list-item .elementor-icon-list-text div{
    font-size: 16px;
  }
  /* Smart Agent */
.select2-results__option[aria-selected] {
    cursor: pointer;
    font-size: 12px;
    font-family: 'Heebo';
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    background: #000;
    color: #fff;
    line-height: 20px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple  {
    border: 1px solid #818a91;
    outline: 0;
    border-radius: 0;
    /*height: 46px;*/
    min-height: 46px;
    text-indent: 5px;
    font-size: 14px;
    font-family: Heebo;
    margin: 2px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: -12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 0px;
    margin-right: 0px;
    padding: 0px;
}
input[type=email], input[type=url] {
    direction: rtl;
    text-align: right;
}
span.select2-dropdown.select2-dropdown--above {
    margin: 0 2px;
    max-width: 200.688px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
    line-height: 44px;
    margin-bottom: -10px;
}