:root {
    --p-primary-color: #f44336;
    --p-primary-contrast-color: #000000;
    --p-primary-50: #feeceb;
    --p-primary-100: #fcd0cd;
    --p-primary-200: #faa19b;
    --p-primary-300: #f77268;
    --p-primary-400: #f5564a;
    --p-primary-500: #f44336;
    --p-primary-600: #dc3c31;
    --p-primary-700: #c3362b;
    --p-primary-800: #ab2f26;
    --p-primary-900: #86251e;
    --p-surface-50: #f5f5f5;
    --p-surface-100: #e7e7e7;
    --p-surface-200: #cfcfcf;
    --p-surface-300: #b6b6b6;
    --p-surface-400: #a8a8a8;
    --p-surface-500: #9e9e9e;
    --p-surface-600: #8e8e8e;
    --p-surface-700: #7e7e7e;
    --p-surface-800: #6f6f6f;
    --p-surface-900: #575757;
}
#completeCity_input {display:none}

#SearchBar > span.flex.gap-1.w-full.lg\:w-auto.align-items-center > i {
color: #ff000000 !important
}