.loader {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10000;
}

.loader-no-background {
  background-color: transparent;
  z-index: 10000;
}

.p-b-10 {
  padding-bottom: 10px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.link-button span {
  text-decoration: underline;
}

a {
  cursor: pointer;
}

.MuiTypography-root {
  font-size: 32px !important;
  font-weight: bold !important;
}

.MuiDialogTitle-root .MuiButtonBase-root {
  float: right;
}

.MuiDialog-paper {
  border-radius: 0.5rem !important;
}

.MuiButton-label {
  text-transform: initial !important;
}

.MuiButton-textPrimary {
  color: #01b6d0 !important;
}

.MuiCircularProgress-colorPrimary {
  color: #01b6d0 !important;
}

.MuiCard-root {
  box-shadow: 0 2px 7px rgb(0 0 0 / 14%) !important;
  border: 1px solid transparent !important;
  border-radius: 0.5rem !important;
}

button.invisible {
  border: none;
  background: transparent;
}

.nz-accordion {
  margin-bottom: 10px;
  border-radius: 8px !important;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.14) !important;
}

.nz-accordion:before {
  display: none;
}

hr {
  margin: 24px 0;
  border: 1px solid #d6e1eb;
}
