
@import url("layout.css");
@import url("modal.css");
@import url("bootstrap/bootstrap.css");
@import url("bootstrap/bootstrap-icons.css");

:root {
  --custom-color-grey: #777777;
}

*.ng-invalid{
    color: orangered !important;
}



