/*
| ---------------------------------------------------------------
| Portal of the Regional Development
|
| Idea Originator       : Adyatma Pahri
| Team Lead             : Syahrul. BS
| Application Developer : Reski Ramadhan
| Data Manager          : Nurfadilah
|
| Unit                  : IT, PT. Bumi Adyguna Permai
| Copyright             : Adyguna City of Palopo
| Government            : City of Palopo
| ---------------------------------------------------------------
*/

/* =========================
   Variabel & Utility Global
   ========================= */

/* Proyek Popular */
@media (max-width: 640px) {
  .list_tags strong {
    display: none;
  }
}

/* Advanced Search mode portrait */
@media (max-width: 640px) {
  #adv-search-form {
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    align-items: stretch;
  }

  #adv-search-form .form_input {
    flex: 1 1 auto;
  }

  #adv-search-form .button-main {
    width: auto !important;
    min-width: 100px;
    margin-top: 0 !important;
    height: auto;
    align-self: center;
  }
}

/* Dropdown saran */
@media (max-width: 640px) {
  #adv_suggest {
    max-height: 200px;
    overflow-y: auto;
  }
}

/* Help */
dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
}
