/* src/styles/theme/theme.scss */
p-card .p-card {
  border-radius: 20px;
  border: 1px solid #EFF0F6;
  box-shadow: none !important;
}
p-card .p-card .p-card-body {
  padding: 1.5rem !important;
}
p-card .p-card .p-card-body .p-card-content {
  padding: 0 !important;
}
p-button .p-button {
  background-color: #1E5BF0;
  border-radius: 10px;
  padding: 0.5rem 0.75rem !important;
  width: 100%;
}
p-button .p-button.p-button-danger {
  background-color: transparent;
}
p-calendar {
  width: 100%;
  display: block;
}
p-calendar .p-calendar {
  width: 100%;
}
p-dropdown {
  width: 100%;
  display: block;
}
p-dropdown .p-dropdown {
  width: 100%;
}
p-dialog .p-dialog {
  border-radius: 20px;
  border: 1px solid #EFF0F6;
  overflow-y: auto;
}
@media screen and (min-width: 767px) {
  p-dialog .p-dialog {
    min-width: 350px;
  }
}
p-dialog .p-dialog .p-dialog-header {
  border-radius: 20px 20px 0 0;
}
p-dialog .p-dialog .p-dialog-content {
  border-radius: 0 0 20px 20px;
}
p-multiselect {
  width: 100%;
  display: block;
}
p-multiselect .p-multiselect {
  width: 100% !important;
}
p-multiselect .p-component {
  width: 100% !important;
}
p-multiselect .p-inputwrapper {
  width: 100% !important;
}

/* angular:styles/global:customTheme */
/*# sourceMappingURL=customTheme-3ABPNKEN.css.map */
