.p-card-borderless {
  border: 1px solid rgba(68, 72, 109, 0.17) !important;
  box-shadow: none !important;
}

.p-dropdown.p-disabled .p-dropdown-trigger {
  color: #bbbecd;
}

.p-datatable.p-datatable-striped .p-datatable-header {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #44486d;
  caret-color: #000;
}

.p-button.p-button-secondary.p-button-outlined,
.p-buttonset.p-button-secondary > .p-button.p-button-outlined,
.p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
  background-color: rgba(68, 72, 109, 0.07) !important;
  color: #44486d !important;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  color: #44486d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  min-height: 100%;
  background: linear-gradient(180deg, #f6f9fc 0%, #ececf9 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
