/*
@import url("../../../icons/brand.css");
*/

:root {
    --q-primary: #005952 !important;
    --q-secondary: #FA790E !important;
    --q-accent: #FFD497 !important;
    --q-positive: #21ba45 !important;
    --q-negative: #c10015 !important;
    --q-info: #147DEF !important;
    --q-warning: #f2c037 !important;
    --q-dark: #1d1d1d !important;
    --q-dark-page: #121212 !important;
}

.head-title span {
    display: none;
}

.head-title:after {
    content: 'WEBGIS: -EGIS KLH';
}

.head-subtitle span {
    display: none;
}

.head-subtitle:after {
    content: 'Aplikasi Pengelolaan Data Spasial Sumber Daya Alam';
}

.head-subtitle+span span,
.head-title+span span {
    display: none;
}

.head-subtitle+span:after,
.head-title+span:after {
    content: 'On Premise';
}