.tul-recruitment-study-search-form .tul-recruitment-study-search-form-filters {
    background: var(--tul-recruitment-bg-dotted-beigeDark);
    border-radius: 0.56rem;
    padding: 1rem;
    border-style: solid;
    border-width: 0;
    border-color: transparent;
    display: flex;
    flex-wrap: wrap;
}

.tul-recruitment-study-search-form .tul-recruitment-study-search-form-filters .link-degree-switcher {
    width: 100%;
}

.tul-recruitment-study-search-form .tul-recruitment-study-search-form-filters .link-degree-switcher>.link-degree-switcher-inner {
    display: flex;
    justify-content: center;
    gap: 0rem;
    padding: 0;
    border-style: solid;
    border-radius: 30rem;
    border-width: 0;
    width: fit-content;
    margin: 1rem auto;
    background-color: var(--tul_recruitment-form-radio-button-not-active);
    border-color: transparent;
}

.tul-recruitment-study-search-form .tul-recruitment-study-search-form-filters .link-degree-switcher>.link-degree-switcher-inner>a {
    width: fit-content;
    display: block;
    padding: 1rem;
    border-color: transparent;
    background-color: transparent;
    border-radius: 30rem;
    border-width: 0;
    border-style: solid;
}

.tul-recruitment-study-search-form .tul-recruitment-study-search-form-filters .link-degree-switcher>.link-degree-switcher-inner>a.active {
    background-color: var(--tul-recruitment-beige-light);
}

.tul-recruitment-study-search-form .tul-recruitment-study-search-form-filters {
    background: var(--tul-recruitment-bg-dotted-beigeDark);
    border-radius: 0.56rem;
    padding: 1rem;
    border-style: solid;
    border-width: 0;
    border-color: transparent;
    display: flex;
    flex-wrap: wrap;
}

.tul-recruitment-study-search-form .tul-recruitment-study-search-form-filters>* {
    /*   padding-left: 0.5rem;
    padding-right: 0.5rem;  */
    margin: 1.25rem;
}

.tul-recruitment-study-search-form .tul-recruitment-study-search-form-filters .link-degree-switcher {
    width: 100%;
}

.tul-recruitment-study-search-form .tul-recruitment-study-search-form-filters .link-degree-switcher>.link-degree-switcher-inner {
    display: flex;
    justify-content: center;
    gap: 0rem;
    padding: 0;
    border-style: solid;
    border-radius: 30rem;
    border-width: 0;
    width: fit-content;
    margin: 1rem auto;
    background-color: var(--tul_recruitment-form-radio-button-not-active);
    border-color: transparent;
}

.tul-recruitment-study-search-form .tul-recruitment-study-search-form-filters .link-degree-switcher>.link-degree-switcher-inner>a {
    width: fit-content;
    display: block;
    padding: 1rem;
    border-color: transparent;
    background-color: transparent;
    border-radius: 30rem;
    border-width: 0;
    border-style: solid;
    color: var(--tul-recruitment-blue-medium);
    cursor: pointer;
    text-decoration: none;
}

.tul-recruitment-study-search-form .tul-recruitment-study-search-form-filters .form-submit {
    border-radius: 30rem !important;
    border-width: 0;
    border-style: solid;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    color: var(--tul_recruitment-white);
    background-color: var(--tul-recruitment-blue-medium);
    width: fit-content;
    margin: 0 auto;
    display: block;
}

.tul-recruitment-study-search-form .tul-recruitment-study-search-form-filters .form-submit::after {
    content: "";
    background-image: var(--tul-svg-light-search-icon);
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: contain;
    background-position: center;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    margin-left: 0.5rem;
}

.tul-recruitment-study-search-form .tul-recruitment-study-search-filters_advance {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px;
}

.tul-recruitment-study-search-form #filteras-advanced-form.collapse.show {
    display: flex;
    flex-wrap: wrap;
}

.tul-recruitment-study-search-form #filteras-advanced-form.collapse.show .form-type-select {
    width: calc(100% - 2ch);
    margin: 0 1ch;
}

@media (min-width: 1440px) {

    .tul-recruitment-study-search-form #filteras-advanced-form.collapse.show .form-type-select {
        width: calc(50% - 2ch);
    }
}

.tul-recruitment-study-search-form #filteras-advanced-form.collapse.show~.tul-recruitment-study-search-filters_advance {
    display: none;
}

.tul-recruitment-study-search-form .input-sugesstions {
    position: absolute;
    z-index: 1000;
    max-height: 50vh;
    margin: 2px 0 0 15px;
    padding: 10px;
    overflow: overlay;
    background-color: var(--bs-white);
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.24);
}

.tul-recruitment-study-search-form .input-sugesstions ul {
    margin: 0;
    padding-left: 5px;
}

.tul-recruitment-study-search-form .input-sugesstions li {
    list-style: none;
    padding: 5px 15px 0 0;
    cursor: pointer;
    background-color: var(--bs-white);
}

.tul-recruitment-study-search-form .input-sugesstions li:hover {
    background-color:var(--bs-gray-300);
}

.tul-recruitment-study-search-form .input-sugesstions div {
    padding: 10px;
    cursor: pointer;
    background-color: var(--tul_recruitment-white);
    border-bottom: 1px solid hsl(0, 0%, 83%);
}

.tul-recruitment-study-search-form .input-sugesstions div:hover {
    background-color: var(--bs-gray-300);
}

.tul-recruitment-study-search-form .input-sugesstions-active {
    background-color: var(--bs-blue) !important;
    color:  var(--bs-white);
}

.tul-recruitment-study-search-form .input-sugesstions.hide {
    display: none;
}

.tul-recruitment-study-search-form .input-sugesstions.hide,
.tul-recruitment-study-search-form .input-sugesstions.hide ul {
    width: min(100%, 300px);
}






/** Select2 **/
.tul-recruitment-study-search-form .select2 .select2-selection {
  background-color: transparent;
}
.tul-recruitment-study-search-form .select2 .select2-selection .select2-selection__rendered {
  flex-wrap:  wrap;
}

.tul-recruitment-study-search-form .select2 .select2-selection--single > .select2-selection__arrow {
  height: 100%;
  margin-right: 1ch;
}
.tul-recruitment-study-search-form .select2-container--open {
  scroll-behavior: auto !important;
}
.tul-recruitment-study-search-form .select2-container--open[style*="absolute"] {
  padding: 0 !important;
}
.tul-recruitment-study-search-form form .form-type-select select,
.tul-recruitment-study-search-form .select2-container {
    border-radius: 1rem !important;
}

.tul-recruitment-study-search-form form .form-type-select select {
    padding: 1rem;
}
/* .tul-recruitment-study-search-form .select2 .select2-selection--multiple {
  flex-wrap: wrap;
  display: inline !important;
  
}
.tul-recruitment-study-search-form .select2 .select2-selection--multiple > .select2-selection__rendered {
  width: 100%;
  display: inline !important;
}
.tul-recruitment-study-search-form .select2 .select2-selection--multiple > .select2-selection__rendered >.select2-selection__choice {
  display: inline !important;
}
.tul-recruitment-study-search-form .select2 .select2-selection--multiple .select2-search {
  display: inline !important;
}
.tul-recruitment-study-search-form .select2 .select2-selection--multiple .select2-search > textarea{
  display: inline !important;
} */





/**
Form tul-select-dropdown
**/

.tul-recruitment-study-search-form .tul-select-dropdown-display{
  width: 100% !important;
  background-color: white;
  border-radius: 30rem;
  border-style:solid;
  border-color: transparent;
  padding: 0.75rem 1rem;
  font-size: 1rem;
}

.tul-recruitment-study-search-form .tul-select-dropdown-display.show{
  z-index: 10;
}
.tul-recruitment-study-search-form .tul-select-dropdown-display > .tul-select-dropdown-selected {
  min-height: 1.56em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tul-recruitment-study-search-form .tul-select-dropdown-display.has-selected > .tul-select-dropdown-selected .tul-select-dropdown-arrow {
    display: none;
}
.tul-recruitment-study-search-form .tul-select-dropdown-display > .tul-select-dropdown-selected .tul-select-dropdown-clear-button {
    background-color: transparent;;
}

.tul-recruitment-study-search-form .tul-select-dropdown-display .tul-select-dropdown-options-container {
  width: 100%;
  border-radius: 0.56rem;
  border-style: solid;
  border-color: var(--tul-recruitment-beige-medium) !important;
}
.tul-recruitment-study-search-form .tul-select-dropdown-display.show  .tul-select-dropdown-options-container {
  max-height: 200px;
  overflow: scroll !important;
}

.tul-recruitment-study-search-form .tul-select-dropdown-display .tul-select-dropdown-option{
  width: 100% !important;
  border-radius: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
}


.tul-recruitment-study-search-form .tul-select-dropdown-display .tul-select-dropdown-option.selected {
  background-color: var(--tul-recruitment-beige-dark) !important;
}

.tul-recruitment-study-search-form .tul-select-dropdown-display .tul-select-dropdown-option:first-of-type{
  border-top-left-radius: 0.56rem;
  border-top-right-radius: 0.56rem;
}
.tul-recruitment-study-search-form .tul-select-dropdown-display .tul-select-dropdown-option:last-of-type{
  border-bottom-left-radius: 0.56rem;
  border-bottom-right-radius: 0.56rem;
}

.theme-dark .tul-recruitment-study-search-form .tul-select-dropdown-display,
.theme-dark .tul-recruitment-study-search-form .tul-select-dropdown-display * {
  color: var(--tul-recruitment-blue-medium) !important;
}



.tul-recruitment-study-search-form input:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(255,132,64,.25) !important;
}
.tul-recruitment-study-search-form input[type="checkbox"],
.tul-recruitment-study-search-form input[type="checkbox"] + label {
  --translate-x: 2rem;
}
.tul-recruitment-study-search-form input[type="checkbox"] {
  width: 2rem;
  height: 2rem;
  aspect-ratio: 1/1;
  display: inline-block;
  background-color: var(--tul-recruitment-blue-medium);
  color: var(--tul_recruitment-white);
  box-sizing: border-box;
  transform: translateY(-0.5rem) translateX(calc( var(--translate-x) - 0.5rem ));
  border-color: var(--tul-recruitment-blue-medium); 
}
.tul-recruitment-study-search-form input[type="checkbox"]:checked {
  background-color: var(--tul-recruitment-blue-medium);
  color: var(--tul_recruitment-white);
  border-color: var(--tul-recruitment-blue-medium); 
}
.tul-recruitment-study-search-form input[type="checkbox"]:focus {
  border-color: var(--tul-recruitment-blue-medium); 
}

.tul-recruitment-study-search-form input[type="checkbox"] + label {
  transform: translateX(var(--translate-x));
}

.theme-dark input[type="checkbox"] + label{
  color: var(--tul-recruitment-blue-medium) !important;
}