.widget_sd_widget_search_toggle .sd-search-container {
  position: relative;
}
.widget_sd_widget_search_toggle .sd-search-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.widget_sd_widget_search_toggle .sd-search-form {
  position: absolute;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  top: -5px;
  right: -5px;
  z-index: 10;
  display: block;
  width: 0;
  max-width: calc(100vw - 30px);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: width 0.35s ease, opacity 0.2s ease;
  white-space: nowrap;
}
.widget_sd_widget_search_toggle .sd-search-form.is-active {
  width: 400px;
  opacity: 1;
  pointer-events: auto;
}
.widget_sd_widget_search_toggle .sd-search-form input {
  width: 400px;
  max-width: calc(100vw - 30px);
  padding-right: 100px;
}
.widget_sd_widget_search_toggle .sd-search-form .button-container {
  display: flex;
  position: absolute;
  top: 5px;
  right: 5px;
}
.widget_sd_widget_search_toggle .sd-search-form button {
  line-height: unset;
  height: 40px;
  width: 40px;
  padding: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #03192d;
}
.widget_sd_widget_search_toggle .sd-search-form button[type=submit] {
  background-color: #de982e;
}
.widget_sd_widget_search_toggle .sd-search-form button:not(:last-child) {
  margin-right: 5px;
}
.widget_sd_widget_search_toggle .sd-search-form button svg {
  margin: unset;
}

.mobile-menu-sidebar .widget_sd_widget_search_toggle {
  display: inline-flex;
  width: fit-content;
  margin-right: 50px;
}

@media screen and (max-width: 1600px) {
  .widget_sd_widget_search_toggle .sd-search-toggle {
    height: 35px;
    width: 35px;
  }
  .widget_sd_widget_search_toggle .sd-search-form input {
    width: 332px;
    padding-right: 100px;
  }
  .widget_sd_widget_search_toggle .sd-search-form button {
    height: 35px;
    width: 35px;
  }
  .widget_sd_widget_search_toggle .sd-search-form.is-active {
    width: 332px;
  }
  .mobile-menu-sidebar .widget_sd_widget_search_toggle {
    margin-right: 42px;
  }
}
@media screen and (max-width: 1400px) {
  .widget_sd_widget_search_toggle .sd-search-form input {
    width: 292px;
  }
  .widget_sd_widget_search_toggle .sd-search-form.is-active {
    width: 292px;
  }
  .mobile-menu-sidebar .widget_sd_widget_search_toggle {
    margin-right: 37px;
  }
}
@media screen and (max-width: 1600px) {
  .widget_sd_widget_search_toggle .sd-search-form input {
    height: 45px;
    padding: 0 25px;
    font-size: 16px;
  }
  .widget_sd_widget_search_toggle .sd-search-form .button-container {
    top: 5px;
    right: 7px;
  }
}
@media screen and (max-width: 450px) {
  .widget_sd_widget_search_toggle .sd-search-form {
    width: 250px;
  }
  .widget_sd_widget_search_toggle .sd-search-form input {
    width: 250px;
    position: relative;
    right: -40px;
  }
}

/*# sourceMappingURL=style.css.map */
