@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900);
@import url("https://fonts.cdnfonts.com/css/caviar-dreams");
html, body {
  font-family: "Open Rude", sans-serif !important;
  background-color: #FAF6F3 !important;
}

h1:focus {
  outline: none;
}

a, .btn-link {
  color: #0071c1;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.cursor-pointer {
  cursor: pointer;
}

.content {
  padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
  outline: 1px solid #26b050;
}

.invalid {
  outline: 1px solid red;
}

.validation-message {
  color: red;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}

.blazor-error-boundary::after {
  content: "An error has occurred.";
}

.font-13 {
  font-size: 13px;
}

.font-17 {
  font-size: 17px;
}

.loading-progress {
  position: relative;
  display: block;
  width: 8rem;
  height: 8rem;
  margin: 20vh auto 1rem auto;
}

.loading-progress circle {
  fill: none;
  stroke: #e0e0e0;
  stroke-width: 0.6rem;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}

.loading-progress circle:last-child {
  stroke: #1b6ec2;
  stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
  transition: stroke-dasharray 0.05s ease-in-out;
}

.loading-progress-text {
  position: absolute;
  text-align: center;
  font-weight: bold;
  inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

.loading-progress-text:after {
  content: var(--blazor-load-percentage-text, "Loading");
}

code {
  color: #c02d76;
}

.input-holder .input-label {
  color: #A3BBD3;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}

.button-primary {
  background-color: #387DCC;
  width: 242px;
  height: 72px;
  gap: 10px;
  border-radius: 100px;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
}

.input-class {
  background: rgba(255, 255, 255, 0.0784313725);
  color: #FFFFFF;
  border-radius: 16px;
  border: unset !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.04em;
  text-align: left;
  word-wrap: break-word;
  padding: 14px 24px;
  height: 60px;
}
.input-class .mud-input-control {
  margin-top: 0 !important;
}
.input-class .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
  margin-top: 0 !important;
}
.input-class .mud-input > input.mud-input-root, .input-class div.mud-input-slot.mud-input-root {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.04em;
  text-align: left;
  word-wrap: break-word;
}
.input-class .mud-icon-root.mud-svg-icon {
  fill: rgba(255, 255, 255, 0.4);
}
.input-class .mud-button-root {
  display: none !important;
}

.mud-picker-calendar .mud-day.mud-selected {
  background-color: #78ACDF !important;
}

.mud-picker-calendar .mud-day.mud-current {
  border-color: #78ACDF !important;
  color: #78ACDF !important;
}

.input-class::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.input-class:focus-visible, .input-class:focus-within {
  outline-width: 0;
  box-shadow: 0 0 0 2px #387DCC;
}

.line {
  width: 96%;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.checkbox-container {
  height: 40px;
}
.checkbox-container .checkbox-label {
  color: #263E60;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  word-wrap: break-word;
}
.checkbox-container .e-checkbox-wrapper .e-frame {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C5D5E4 !important;
  border-color: transparent !important;
}
.checkbox-container .e-checkbox-wrapper .e-frame.e-check {
  background-color: #78ACDF !important;
}
.checkbox-container .e-checkbox-wrapper .e-label {
  display: none;
}

.image-holder {
  width: 85%;
  height: 425px;
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
  border: 10px solid white;
  position: absolute;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.12);
}

.patient-image {
  border-radius: 40px;
}

.mud-dialog {
  background-color: #2B2B2B !important;
}

.mud-dialog.white-background {
  background-color: #FAF6F3 !important;
}

.mud-dialog .mud-dialog-title .mud-button-close {
  right: unset !important;
  left: 8px !important;
}

.bereavement-warning-modal.mud-dialog .mud-dialog-content {
  padding: 0 !important;
}

.mud-input-label {
  display: none !important;
}

.mud-input.mud-input-outlined .mud-input-outlined-border {
  display: none !important;
}

.mud-input > input.mud-input-root-outlined.mud-input-root-adorned-end, div.mud-input-slot.mud-input-root-outlined.mud-input-root-adorned-end {
  padding-inline-start: 24px !important;
}

.mud-container {
  padding: 0 !important;
}

.mud-dialog .mud-dialog-title {
  padding: 0 !important;
}

.e-dialog .e-dlg-content {
  padding: 0 !important;
  border-radius: 14px !important;
  background: rgba(179, 179, 179, 0.8196078431);
  background-blend-mode: color-dodge;
}

.delete-modal {
  border-radius: 14px !important;
  border: unset !important;
}

.last-session, .more-children {
  border-radius: 40px !important;
  padding: 20px !important;
}
.last-session .screen-title, .more-children .screen-title {
  font-family: "Caviar Dreams", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
  color: #FFFFFF;
}
.last-session .subtitle-latest, .more-children .subtitle-latest {
  font-size: 16px;
}
.last-session .last-session-image, .more-children .last-session-image {
  width: 99px;
  height: 99px;
  border-radius: 8px;
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  border: 4px solid #FFFFFF;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1215686275);
}
.last-session .view-all, .more-children .view-all {
  font-size: 14px;
  font-weight: 700;
  width: 99px;
  height: 99px;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1215686275);
  background: rgba(255, 255, 255, 0.1215686275);
}

.more-children .double-card {
  padding: 20px 75px;
  background-color: rgba(255, 255, 255, 0.1215686275);
  border-radius: 8px;
}
.more-children .number-button {
  background-color: rgba(255, 255, 255, 0.1215686275);
  color: white;
  padding: 30px 60px;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
}

.bereavement-image-filter {
  filter: grayscale(1);
}

.croppie-container .cr-slider::-webkit-slider-thumb {
  width: 20px !important;
  height: 20px !important;
  margin-top: -8px !important;
}
/*# sourceMappingURL=app.css.map */
