/*
@import url("../../../icons/brand.css");
*/

:root {
    --q-primary: #006E63 !important;
    --q-secondary: #008D9B !important;
    --q-accent: #03E0F6 !important;
    --q-positive: #21ba45 !important;
    --q-negative: #c10015 !important;
    --q-info: #31ccec !important;
    --q-warning: #f2c037 !important;
    --q-dark: #1d1d1d !important;
    --q-dark-page: #121212 !important;
}

.head-title span {
    display: none;
}

.head-title:after {
    content: 'SITARU';
}

.head-subtitle span {
    display: none;
}

.head-subtitle:after {
    content: 'Sistem Informasi Tata Ruang Kota Bekasi';
}

.head-subtitle + span span, .head-title + span span {
    display: none;
}

.head-subtitle + span:after, .head-title + span:after {
    content: '5.0';
}

.xmap-container > .q-item {
  display:none;
}
