[data-isb-theme=dark] {
  --bodybackground: #161616;
  --overbodybackground: #ffffff14;
  --headerbackground: #000000;
  --headercolor: #ffffff;
  --bodybg: #242424;
  --textcolor: #ffffffa4;
  --textwhite: #ffffffa4;
  --primarybg: #242424;
  --secondarybg: #303030;
  --darkbg: #1d1d1d;
  --inputbg: #4a4a4a;
  --orange: #fe6600;
  --blue: #4285f4;
  --green: #0f9d58;
  --yellow: #fbbc04;
  --buttonbg: #000000;
  --buttoncolor: #ebebeb;
  --mapmarker: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10m0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6'/%3E%3C/svg%3E");
  color: #ffffff;
}

[data-isb-theme=light] {
  --bodybackground: #abc3ff;
  --overbodybackground: #ffffff;
  --headerbackground: #001240;
  --headercolor: #ffffff;
  --bodybg: #f4f4f4;
  --textcolor: #050505;
  --textwhite: #ffffffa4;
  --primarybg: #e7e7e7;
  --secondarybg: #ffffff;
  --darkbg: #dbdbdb;
  --inputbg: #ffffff;
  --orange: #fe6600;
  --blue: #4285f4;
  --green: #0f9d58;
  --yellow: #fbbc04;
  --buttonbg: #323030;
  --buttoncolor: #ebebeb;
  --mapmarker: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10m0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6'/%3E%3C/svg%3E");
  color: #ffffff;
}

* body .input > span {
  width: 100% !important;
}

* body .filters {
  display: none;
}
@media (max-width: 990px) {
  * body .filters {
    position: fixed;
    right: 1.5384615385vw;
    width: calc(100% - 3.0769230769vw);
    z-index: 22;
    background: var(--darkbg);
    padding: 3.0769230769vw;
    border-radius: 3.0769230769vw;
  }
}
* body .filters.searchOpened {
  display: block;
}
* body .filters .input {
  position: relative;
  width: 100% !important;
  margin-bottom: 0;
}
* body .filters .input #searching {
  position: absolute;
  right: 0.625vw;
  bottom: 0.625vw;
  width: -moz-max-content !important;
  width: max-content !important;
  color: var(--textcolor);
}
@media (max-width: 990px) {
  * body .advertisments {
    margin-top: 6.1538461538vw;
  }
}/*# sourceMappingURL=search.css.map */