.elementor-widget-case-study-search-widget-block .search-section {
  padding: 40.8px 25.8px 40.8px 25.8px;
  background: #FFF;
  box-shadow: 0px 16px 32px 0px rgba(7, 28, 31, 0.10);
}

#case-study-search-widget-block-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
}
#case-study-search-widget-block-form .inputs{
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: 100%;
}
#case-study-search-widget-block-form .inputs .form-group {
  width: 33.33%;
}
#case-study-search-widget-block-form .form-line > div {
}
#case-study-search-widget-block-form .form-line > div label{
  padding: 10px;
  box-shadow: 0px -1px 0px 0px #D9D9D9 inset, 0px 1px 0px 0px #D9D9D9 inset, 1px 0px 0px 0px #D9D9D9 inset;
  border-radius: 2px 0px 0px 2px;
  background-color: #FAFAFA;
}
#case-study-search-widget-block-form .form-line > div select {
  box-shadow: 0px -1px 0px 0px #D9D9D9 inset, 0px 1px 0px 0px #D9D9D9 inset, 1px 0px 0px 0px #D9D9D9 inset;
  border-radius: 2px 0px 0px 2px;
  width: 100%!important;
}
#case-study-search-widget-block-form .form-line > div > input {
  border: 1px solid #D9D9D9!important;
  border-radius: 2px 0px 0px 2px;
  border: 0px;
  padding: 4px 5px 5px 15px;
  width: 100%!important;
}

#case-study-search-widget-block-form .actions .form-line .clean , #case-study-search-widget-block-form .actions .form-line .clean:hover, #case-study-search-widget-block-form .actions .form-line .clean:before, #case-study-search-widget-block-form .actions .form-line .clean:after {
  color: var(--e-global-color-primary)!important;
  background: #FFF!important;
  -webkit-text-fill-color: inherit;
  -webkit-background-clip: inherit;
}
#case-study-search-widget-block-form .actions .form-line {
  display: flex;
  column-gap: 10px;
}

#case-study-search-widget-block-form button, #case-study-search-widget-block-form button:hover, #case-study-search-widget-block-form button:before, #case-study-search-widget-block-form button:after {
  padding: 5px 20px 5px 20px!important;
  border-radius: 50px!important;
  background: var(--e-global-color-primary)!important;
  color: #FFF!important;
  width: auto!important;
  min-width: 54px!important;
  text-align: center!important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none!important;
  -webkit-text-fill-color: inherit;
  -webkit-background-clip: inherit;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
}
body #case-study-search-widget-block-form .select2-container--default .select2-selection--single {
  height: 38px;
}

body #case-study-search-widget-block-form .select2-container--default .select2-selection--single {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #FFF;
}
body #case-study-search-widget-block-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 0px;
}

body #case-study-search-widget-block-form .select2-container--default .select2-search--dropdown .select2-search__field {
  width: calc(100% - 20px);
  margin: 10px;
}
body #case-study-search-widget-block-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
body #case-study-search-widget-block-form .select2-container {
  width: 100%!important;
}
@media (max-width: 1070px) {
  #case-study-search-widget-block-form {
    flex-direction: column;
    row-gap: 10px;
  }
}
@media (max-width: 900px) {
  #case-study-search-widget-block-form .inputs {
    flex-direction: column;
    row-gap: 10px;
  }
  #case-study-search-widget-block-form .inputs .form-group {
    width: 100%;
  }

}
