/*
@import url("../../../icons/brand.css");
*/

:root {
    --q-primary: #006E63 !important;
    --q-secondary: #E78558 !important;
    --q-accent: #FFD497 !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: 'DASMAP';
}

.head-subtitle span {
    display: none;
}

.head-subtitle:after {
    content: 'Aplikasi Pengelolaan Informasi Geospasial';
}

.head-subtitle + span span, .head-title + span span {
    display: none;
}

.head-subtitle + span:after, .head-title + span:after {
    content: 'On Premise';
}
