.views-exposed-form.views-exposed-form form {
  width: 100% !important;
}

#keyboard {
  position: fixed;
  z-index: 10000;
  display: none;
  bottom: 0;
  right: 10%;
  width: 80%;
}

@media (max-width: 60.99em) {
  #keyboard {
    right: 0;
    width: 100%;
  }
}

/* Custom dark theme styles */

html.gin--dark-mode .hg-theme-default {
   background-color: #333;
 }

html.gin--dark-mode .hg-button {
  background: #555;
  color: #fff;
  border-color: #444;
}



/*
var(--gin-bg-app) */

.hg-theme-default .hg-row{
  gap:5px;
}

.hg-theme-default .hg-button {
  height: auto;
  /* background-color: var(--gin-bg-input); */
}

.hg-theme-default .hg-row .hg-button {
  margin: 0 !important;
}
