:root {
}
:root{
  --p-primary-color: #395b64;
}
span.flex.justify-content-between.p-3.relative.border-bottom-1.border-primary {
    background: #000;
    padding: 20px 40px !important;
}

.text-primary{
    color: #395B64 !important;
}
.leaflet-marker-icon{
       background: #395b649c !important;
}
.ui-button-text, .ui-selectonemenu .ui-selectonemenu-trigger, .customIcon, .leaflet-marker-icon div{
    background: #395B64 !important;
}

.ui-button.ui-button-secondary .ui-button-text, .ui-button.ui-button-secondary span{
    border-color: #395b64 !important;
    color: #395b64 !important;
}