/* /Components/AddLivingUnitComponent.razor.rz.scp.css */
.add-location-container[b-gbu1zequ0e] {
  border-radius: 8px;
  background-color: white;
  padding: 1rem;
}
.add-location-container .form-container[b-gbu1zequ0e] {
  display: flex;
  justify-content: flex-end;
}
.add-location-container .form-container[b-gbu1zequ0e]  input {
  width: 100%;
  border: none;
  outline: none;
}
/* /Components/AddLocationComponent.razor.rz.scp.css */
.form-container[b-cvyz9ye598] {
  display: flex;
  gap: 1rem;
}
/* /Components/AddPatientComponent.razor.rz.scp.css */
.add-patient-component[b-zucu6mg68w]  .form-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.add-patient-component .alert-danger[b-zucu6mg68w] {
  margin-bottom: 1rem;
}
.add-patient-component .alert-info[b-zucu6mg68w] {
  margin-top: 1rem;
}
.add-patient-component .living-units[b-zucu6mg68w] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.25rem;
}
.add-patient-component .living-units .form-check[b-zucu6mg68w] {
  padding: 0;
  margin: 0;
  flex: 0 0 calc(33.3333% - 0.5rem);
}
@media (max-width: 1200px) {
  .add-patient-component .living-units .form-check[b-zucu6mg68w] {
    flex: 0 0 calc(50% - 0.375rem);
  }
}
@media (max-width: 1024px) {
  .add-patient-component .living-units .form-check[b-zucu6mg68w] {
    flex: 0 0 calc(33.3333% - 0.5rem);
  }
}
@media (max-width: 992px) {
  .add-patient-component .living-units .form-check[b-zucu6mg68w] {
    flex: 0 0 calc(50% - 0.375rem);
  }
}
.add-patient-component .living-units .form-check input[b-zucu6mg68w] {
  appearance: none;
  position: absolute;
  opacity: 0;
}
.add-patient-component .living-units .form-check input:checked ~ label[b-zucu6mg68w] {
  background: #141D68;
  border-color: #141D68;
  color: white;
  box-shadow: none;
}
.add-patient-component .living-units .form-check label[b-zucu6mg68w] {
  padding: 0.625rem 1.25rem;
  line-height: 1;
  background: white;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
  border: 1px solid #ccc;
  width: 100%;
}
.add-patient-component .living-units .form-check label:hover[b-zucu6mg68w] {
  border-color: transparent;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
/* /Components/Buttons/ConfirmationDeleteAccountButton.razor.rz.scp.css */
/* /Components/Buttons/SendWelcomeEmailButton.razor.rz.scp.css */
/* /Components/Charts/ChartComponent.razor.rz.scp.css */
.legend-container[b-9twcm4usb9] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.chart[b-9twcm4usb9] {
  padding: 1.5rem;
  padding-left: 2rem;
  padding-bottom: 0;
  padding-right: 0;
  overflow-x: auto;
  display: flex;
}
.chart .y-legend[b-9twcm4usb9] {
  padding-right: 0.75rem;
  position: sticky;
  left: 0;
  z-index: 3;
  background: white;
  width: max-content;
  height: 300px;
}
.chart .y-legend[b-9twcm4usb9]::before {
  content: "";
  right: 0;
  top: -0.5rem;
  height: calc(100% + 1rem);
  width: calc(100% + 2.5rem);
  background: white;
  position: absolute;
}
.chart .y-legend .block[b-9twcm4usb9] {
  text-align: right;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  top: -15px;
  color: #333333;
  font-size: 0.875rem;
  text-align: right;
  background: white;
}
.chart .y-legend .block:last-child[b-9twcm4usb9] {
  border-bottom: 0;
}
.chart .visual[b-9twcm4usb9] {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.5rem;
  gap: 0.125rem;
  flex-grow: 1;
}
.chart .visual .bars[b-9twcm4usb9] {
  display: flex;
  align-items: flex-end;
  background-image: repeating-linear-gradient(#f6f6f6 0 1px, transparent 1px 30px);
  background-size: 100% 30px;
  position: relative;
  height: 300px;
}
.chart .visual .bars[b-9twcm4usb9]::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f6f6f6;
  z-index: 0;
}
.chart .visual .bars .bar[b-9twcm4usb9] {
  margin: 0 0.25rem;
  position: relative;
  top: 0;
  border-radius: 4px;
  min-width: 30px;
  z-index: 2;
  transition-delay: 0.2s;
}
.chart .visual .bars .bar:has(.observation-comment)[b-9twcm4usb9] {
  cursor: help;
}
.chart .visual .bars .bar.red[b-9twcm4usb9] {
  box-shadow: 0 2px 6px rgba(230, 57, 70, 0.35);
}
.chart .visual .bars .bar.red[b-9twcm4usb9]::after {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  color: white;
  text-align: center;
  font-size: 0.875rem;
}
.chart .visual .bars .bar.red[data-pain="3"][b-9twcm4usb9]::after {
  content: "3";
}
.chart .visual .bars .bar.red[data-pain="2"][b-9twcm4usb9]::after {
  content: "2";
}
.chart .visual .bars .bar.red[data-pain="1"][b-9twcm4usb9]::after {
  content: "1";
}
.chart .visual .bars .bar.red .bg-block.fill[b-9twcm4usb9] {
  background-color: #e63946;
}
.chart .visual .bars .bar:not(.red) .bg-block.fill[b-9twcm4usb9] {
  background-color: #2986cc;
}
.chart .visual .bars .bar:hover[b-9twcm4usb9] {
  z-index: 10;
  transition-delay: 0.2s;
}
.chart .visual .bars .bar:hover .observation-comment[b-9twcm4usb9] {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  transition-delay: 0.2s;
}
.chart .visual .bars .bar:nth-child(-n+3):not(.high-bar) .observation-comment[b-9twcm4usb9] {
  left: 0 !important;
  right: auto !important;
  transform: translate(0, -100%) !important;
}
.chart .visual .bars .bar:nth-child(-n+3).high-bar .observation-comment[b-9twcm4usb9] {
  left: 0 !important;
  right: auto !important;
  transform: none !important;
  top: 2rem !important;
}
.chart .visual .bars .bar:nth-last-child(-n+3):not(.high-bar) .observation-comment[b-9twcm4usb9] {
  left: auto;
  right: 0;
  transform: translate(0, -100%);
}
.chart .visual .bars .bar:nth-last-child(-n+3).high-bar .observation-comment[b-9twcm4usb9] {
  left: auto;
  right: 0;
  transform: none !important;
  top: 2rem !important;
}
.chart .visual .bars .bar .observation-comment[b-9twcm4usb9] {
  position: absolute;
  top: -0.625rem;
  left: 50%;
  transform: translate(-50%, -100%);
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0.75rem;
  z-index: 10;
  border-radius: 6px;
  width: max-content;
  max-width: 15rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  transition-delay: 0;
}
.chart .visual .bars .bar .observation-comment p[b-9twcm4usb9] {
  margin: 0;
}
.chart .visual .bars .bar .observation-comment p.label[b-9twcm4usb9] {
  margin-bottom: 0.5rem;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1;
}
.chart .visual .bars .bar.high-bar.red .observation-comment[b-9twcm4usb9] {
  top: 2rem;
  transform: translateX(-50%);
}
.chart .visual .bars .bar.high-bar.orange .observation-comment[b-9twcm4usb9] {
  top: 2rem;
  transform: translateX(-50%);
}
.chart .visual .bars .bar .bg-block[b-9twcm4usb9] {
  width: 30px;
  height: 30px;
  border: none;
}
.chart .visual .bars .bar .bg-block:not(.fill)[b-9twcm4usb9] {
  position: absolute;
}
.chart .visual .bars .bar .bg-block.top[b-9twcm4usb9] {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.chart .visual .bars .bar .bg-block.bottom[b-9twcm4usb9] {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.chart .visual .bars .bar .bg-block.fill[b-9twcm4usb9] {
  border-bottom: 0;
  background-color: #2986cc;
}
.chart .visual .bars .bar .bg-block.fill.green[b-9twcm4usb9] {
  background: #a6cc39;
}
.chart .visual .bars .bar .bg-block.fill.orange[b-9twcm4usb9] {
  background: #ffa552;
}
.chart .visual .bars .bar .bg-block.fill.red[b-9twcm4usb9] {
  background: #e63946;
}
.chart .x-legend[b-9twcm4usb9] {
  display: flex;
  transform: translateX(calc((30px + 0.25rem) * -1));
}
.chart .x-legend .legend-hour[b-9twcm4usb9] {
  min-width: 30px;
  padding-bottom: 0.625rem;
  writing-mode: vertical-lr;
  margin: 0;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  width: calc(30px + 0.5rem);
  transform: rotate(220deg);
  transform-origin: -3px 53px;
  font-size: 0.75rem;
  color: #333333;
  max-width: 30px;
}
.chart .x-legend .legend-hour.empty[b-9twcm4usb9] {
  position: sticky;
  left: 30px;
  background: white;
  z-index: 1;
  transform: rotate(220deg);
}
.chart .x-legend .legend-hour.empty[b-9twcm4usb9]::before {
  content: "";
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 100%;
}
/* /Components/Charts/ChartComponent2.razor.rz.scp.css */
.context[b-0nfiwb3a8c] {
  background-color: white;
  position: absolute;
  bottom: -3rem;
  left: 0;
  height: 2rem;
  width: calc(100% - 4px);
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2986cc;
  border: 1px solid #2986cc;
  border-radius: 0.25rem;
  cursor: help;
}

.chart-component[b-0nfiwb3a8c] {
  position: relative;
}
.chart-component .chart-content[b-0nfiwb3a8c] {
  width: 100%;
  overflow-y: hidden;
}

.y-legend[b-0nfiwb3a8c] {
  position: sticky;
  left: 0;
  z-index: 9;
}
.y-legend[b-0nfiwb3a8c]::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  background: #FFF;
  width: calc(100% - 0.5rem);
  height: 5rem;
  translate: 0 -100%;
}
.y-legend[b-0nfiwb3a8c]::after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  background: #FFF;
  width: calc(100% - 0.5rem);
  height: 3.5rem;
  translate: 0 100%;
}
.y-legend .legend-list[b-0nfiwb3a8c] {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  background: white;
  padding-right: 1rem;
  position: relative;
  margin-right: 0.5rem;
  z-index: 1;
}
.y-legend .legend-list[b-0nfiwb3a8c]::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background: #f6f6f6;
}
.y-legend .legend-list .legend-item[b-0nfiwb3a8c] {
  font-size: 0.875rem;
  color: #333333;
  line-height: 1;
  translate: 0 0.4375rem;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.vertical-lines[b-0nfiwb3a8c] {
  position: absolute;
  left: 0;
  top: 5rem;
  width: 100%;
  height: 320px;
}
.vertical-lines .lines-list[b-0nfiwb3a8c] {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.vertical-lines .lines-list .line-item[b-0nfiwb3a8c] {
  width: 100%;
  height: 100%;
  position: relative;
}
.vertical-lines .lines-list .line-item[b-0nfiwb3a8c]::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f6f6f6;
}

.weeks[b-0nfiwb3a8c] {
  display: flex;
  position: relative;
  padding-bottom: 3.5rem;
  padding-top: 5rem;
  overflow: hidden;
  width: 100%;
  overflow-x: auto;
}
.weeks .weeks-list[b-0nfiwb3a8c] {
  display: flex;
  gap: 2rem;
  width: 100%;
  flex-grow: 1;
}
.weeks .weeks-list .week[b-0nfiwb3a8c] {
  text-align: center;
  position: relative;
}
.weeks .weeks-list .week .week-header[b-0nfiwb3a8c] {
  position: absolute;
  top: -5rem;
  width: 100%;
}
.weeks .weeks-list .week .week-header[b-0nfiwb3a8c]::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #333333;
  bottom: -8px;
  left: 0;
  opacity: 0.25;
}
.weeks .weeks-list .week .week-header p[b-0nfiwb3a8c] {
  text-align: center;
  font-size: 0.875rem;
  color: #333333;
  margin: 0;
  width: 100%;
  line-height: 1;
  position: relative;
}
.weeks .weeks-list .week .week-header p[b-0nfiwb3a8c]::before, .weeks .weeks-list .week .week-header p[b-0nfiwb3a8c]::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background: #333333;
  bottom: -8px;
  translate: 0 100%;
  opacity: 0.25;
}
.weeks .weeks-list .week .week-header p[b-0nfiwb3a8c]::before {
  left: 0;
}
.weeks .weeks-list .week .week-header p[b-0nfiwb3a8c]::after {
  right: 0;
}
.weeks .days[b-0nfiwb3a8c] {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}
.weeks .days .day[b-0nfiwb3a8c] {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  min-width: 52px;
  /*&:has(.empty-day) {
      display: none;
  }*/
}
.weeks .days .day .day-header[b-0nfiwb3a8c] {
  position: absolute;
  top: -2rem;
  width: 100%;
}
.weeks .days .day .day-header[b-0nfiwb3a8c]::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #333333;
  bottom: -8px;
  left: 0;
  opacity: 0.25;
}
.weeks .days .day .day-header p[b-0nfiwb3a8c] {
  text-align: center;
  font-size: 0.875rem;
  color: #333333;
  margin: 0;
  width: 100%;
  line-height: 1;
  position: relative;
  text-transform: capitalize;
}
.weeks .days .day .day-header p[b-0nfiwb3a8c]::before, .weeks .days .day .day-header p[b-0nfiwb3a8c]::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background: #333333;
  bottom: -8px;
  translate: 0 100%;
  opacity: 0.25;
}
.weeks .days .day .day-header p[b-0nfiwb3a8c]::before {
  left: 0;
}
.weeks .days .day .day-header p[b-0nfiwb3a8c]::after {
  right: 0;
}
.weeks .observations[b-0nfiwb3a8c] {
  display: flex;
  align-items: flex-end;
}
.weeks .observations .observation[b-0nfiwb3a8c] {
  width: calc((var(--container-width) - 2rem * (var(--weeks) - 1) - 7.5rem) / var(--observations));
  min-width: 2rem;
  max-width: 3.5rem;
  position: relative;
}
.weeks .observations .observation .context .info-tooltip[b-0nfiwb3a8c] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  left: calc(100% + 4px);
  bottom: -1px;
  background: #171717;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  color: white;
  z-index: 1;
  text-align: left;
  width: max-content;
  max-width: 15rem;
  display: none;
}
.weeks .observations .observation .context .info-tooltip.init[b-0nfiwb3a8c] {
  display: block;
}
.weeks .observations .observation .context .info-tooltip.left-tooltip[b-0nfiwb3a8c] {
  left: auto;
  right: calc(100% + 4px);
}
.weeks .observations .observation .context .info-tooltip p[b-0nfiwb3a8c] {
  margin: 0;
  font-size: 0.8rem;
}
.weeks .observations .observation .context .info-tooltip p.title[b-0nfiwb3a8c] {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.weeks .observations .observation .context:hover .observation-time[b-0nfiwb3a8c] {
  opacity: 1;
}
.weeks .observations .observation .context:hover .info-tooltip[b-0nfiwb3a8c] {
  opacity: 1;
  pointer-events: all;
}
.weeks .observations .observation .content[b-0nfiwb3a8c] {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  height: 320px;
}
.weeks .observations .observation .content .bar[b-0nfiwb3a8c] {
  margin-top: auto;
  margin-bottom: 0;
  height: 290.9090909091px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.weeks .observations .observation .content .bar:has(.bar-inner:hover) .observation-time[b-0nfiwb3a8c] {
  opacity: 1;
}
.weeks .observations .observation .content .bar:has(.bar-inner:hover) .info-tooltip[b-0nfiwb3a8c] {
  opacity: 1;
  pointer-events: all;
}
.weeks .observations .observation .content .bar .observation-time[b-0nfiwb3a8c] {
  margin-bottom: 0.125rem;
  text-align: center;
  font-size: 0.75rem;
  color: #333333;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}
.weeks .observations .observation .content .bar .bar-inner[b-0nfiwb3a8c] {
  background-color: #2986cc;
  min-height: 2%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-radius: 4px;
  position: relative;
  box-shadow: inset 10rem 10rem #2986cc;
}
.weeks .observations .observation .content .bar .bar-inner .sos[b-0nfiwb3a8c] {
  padding-top: 4px;
  display: inline-block;
  position: relative;
  pointer-events: none;
}
.weeks .observations .observation .content .bar .bar-inner .sos.big[b-0nfiwb3a8c] {
  padding-top: 8px;
}
.weeks .observations .observation .content .bar .bar-inner .sos.big .number[b-0nfiwb3a8c] {
  font-size: 1.125rem;
  bottom: calc(50% - 8px);
}
.weeks .observations .observation .content .bar .bar-inner .sos.big img[b-0nfiwb3a8c] {
  width: calc(100% - 16px);
}
.weeks .observations .observation .content .bar .bar-inner .sos .number[b-0nfiwb3a8c] {
  font-weight: 700;
  font-size: 0.875rem;
  margin: 0;
  color: #e63946;
  position: absolute;
  line-height: 1;
  bottom: calc(50% - 4px);
  left: 50%;
  translate: -50% 50%;
}
.weeks .observations .observation .content .bar .bar-inner .sos img[b-0nfiwb3a8c] {
  width: calc(100% - 8px);
}
.weeks .observations .observation .content .bar .bar-inner.red[b-0nfiwb3a8c] {
  background-color: #e63946;
  box-shadow: 0 2px 6px rgba(230, 57, 70, 0.35), inset 10rem 10rem #e63946;
}
/* /Components/Charts/InfoIcon.razor.rz.scp.css */
.cont[b-tprpl9sclc] {
  position: relative;
}
.cont i[b-tprpl9sclc] {
  cursor: help;
}
.cont .context[b-tprpl9sclc] {
  position: absolute;
  left: -150px;
  top: 2rem;
  background-color: white;
  padding: 1rem;
  z-index: 999;
  border-radius: 0.5rem;
  border: 2px solid black;
}
.cont .context h4[b-tprpl9sclc] {
  text-align: left;
}
.cont .context p[b-tprpl9sclc] {
  margin-bottom: 0;
  font-size: 0.8rem;
  font-style: italic;
  display: flex;
  flex-grow: 1;
  max-width: 300px;
  text-align: left;
}
/* /Components/DeletePatientComponent.razor.rz.scp.css */
/* /Components/EditPatientComponent.razor.rz.scp.css */
.add-patient-component[b-98snpxlxzh]  .form-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.add-patient-component .alert-danger[b-98snpxlxzh] {
  margin-bottom: 1rem;
}
.add-patient-component .alert-info[b-98snpxlxzh] {
  margin-top: 1rem;
}
.add-patient-component .living-units[b-98snpxlxzh] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.25rem;
}
.add-patient-component .living-units .form-check[b-98snpxlxzh] {
  padding: 0;
  margin: 0;
  flex: 0 0 calc(33.3333% - 0.5rem);
}
.add-patient-component .living-units .form-check input[b-98snpxlxzh] {
  appearance: none;
  position: absolute;
  opacity: 0;
}
.add-patient-component .living-units .form-check input:checked ~ label[b-98snpxlxzh] {
  background: #141D68;
  border-color: #141D68;
  color: white;
  box-shadow: none;
}
.add-patient-component .living-units .form-check label[b-98snpxlxzh] {
  padding: 0.625rem 1.25rem;
  line-height: 1;
  background: white;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
  border: 1px solid #ccc;
  width: 100%;
}
.add-patient-component .living-units .form-check label:hover[b-98snpxlxzh] {
  border-color: transparent;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
/* /Components/LivingUnitComponent.razor.rz.scp.css */
.add-location-container[b-b9nnkw5pvy] {
  border-radius: 8px;
  background-color: white;
  padding: 1rem;
}
.add-location-container .form-container[b-b9nnkw5pvy] {
  display: flex;
  justify-content: flex-end;
}
.add-location-container .form-container[b-b9nnkw5pvy]  input {
  width: 100%;
  border: none;
  outline: none;
}
.living-unit[b-b9nnkw5pvy] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.living-unit .text[b-b9nnkw5pvy] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.living-unit .badge[b-b9nnkw5pvy] {
  margin-left: auto;
  margin-right: 0;
}
.living-unit .buttons[b-b9nnkw5pvy] {
  display: flex;
  gap: 0.75rem;
}

[b-b9nnkw5pvy] form {
  width: 100%;
}
[b-b9nnkw5pvy] form .form-container {
  display: flex;
  gap: 1rem;
}
[b-b9nnkw5pvy] form .form-container input {
  flex-grow: 1;
}
/* /Components/PatientList.razor.rz.scp.css */
/* /Components/PatientListParent.razor.rz.scp.css */
.patient-table[b-tn64hwx50y] {
  background-color: white;
  border-radius: 8px;
  padding: 1rem;
}
.patient-table td[b-tn64hwx50y] {
  padding: 0.25rem 0.5rem;
}
.patient-table th[b-tn64hwx50y] {
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid #CCC;
}
.patient-table[b-tn64hwx50y]  a {
  margin-left: auto;
  margin-right: 0;
  width: fit-content;
}
.patient-table tr:not(:last-child) td[b-tn64hwx50y] {
  border-bottom: 1px solid #E5E5E5;
}
/* /Components/PatientSearch.razor.rz.scp.css */
.alert-info[b-qfyvotog42] {
  margin-top: 1rem;
  margin-bottom: 0;
}

.search[b-qfyvotog42] {
  display: flex;
  gap: 1rem;
}

.input-group-text[b-qfyvotog42] {
  padding: 0;
}

[b-qfyvotog42] input.search {
  padding: 0.5rem;
}

.button-holder[b-qfyvotog42] {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-results[b-qfyvotog42] {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}
.search-results .search-result[b-qfyvotog42] {
  width: 100%;
  padding: 0.5rem;
  border-radius: 8px;
  background-color: white;
}
.search-results .search-result a[b-qfyvotog42] {
  width: 100%;
  text-align: left;
}

@media (min-width: 1024px) {
  [b-qfyvotog42] input.search {
    padding: 1rem;
  }
  .search-results[b-qfyvotog42] {
    margin-top: 1rem;
    display: flex;
    gap: 0;
  }
  .search-results .search-result[b-qfyvotog42] {
    padding: 1rem;
    border-radius: 8px;
    background-color: white;
  }
}
/* /Components/Patients/PatientChart.razor.rz.scp.css */
/* /Components/RecentPatients.razor.rz.scp.css */
/* /Components/Reusable/Loader.razor.rz.scp.css */
@media (max-width: 1024px) {
  .loader[b-mhp95l4aim] {
    flex-grow: 1;
  }
}
.loader[b-mhp95l4aim] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 50px;
}

/* Loader */
.fullpage-loader-container[b-mhp95l4aim] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 50px;
  background-color: white;
}

/* Loader text */
.loader-text[b-mhp95l4aim] {
  margin-top: 3rem;
  font-family: "Sora";
  font-weight: bold;
  font-size: 0.875rem;
  color: #303539;
  text-align: center;
}

.loader-text span[b-mhp95l4aim] {
  position: relative;
  left: 2px;
  display: inline-block;
  width: 2.5px;
  height: 2px;
  border-radius: 5px;
  background: #303539;
  opacity: 0;
  animation: first-dot-b-mhp95l4aim 3s infinite;
  transition: all 0.5s ease-in-out;
}

.loader-text span[b-mhp95l4aim]::after,
.loader-text span[b-mhp95l4aim]::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.loader-text span[b-mhp95l4aim]::before {
  left: 4px;
  width: 2.5px;
  height: 2px;
  border-radius: 2.5px;
  background: #303539;
  animation: middle-dot-b-mhp95l4aim 3s infinite;
}

.loader-text span[b-mhp95l4aim]::after {
  left: 8px;
  width: 2.5px;
  height: 2px;
  border-radius: 2.5px;
  background: #303539;
  animation: last-dot-b-mhp95l4aim 3s infinite;
}

@keyframes first-dot-b-mhp95l4aim {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes middle-dot-b-mhp95l4aim {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes last-dot-b-mhp95l4aim {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* //// */
.awwie-logo[b-mhp95l4aim] {
  position: relative;
  overflow: hidden;
  width: 262px;
  height: 102px;
  margin: 0 auto;
  /*background: #eee;*/
  display: flex;
  justify-content: center;
  font-family: "Open Sans";
}

.awwie-logo-icon[b-mhp95l4aim] {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  fill: #fff;
}

.awwie-logo-fill[b-mhp95l4aim] {
  position: absolute;
  left: 0;
  top: 0;
  width: 262px;
  height: 102px;
}

.awwie-logo-fill-icon[b-mhp95l4aim] {
  width: 62px;
  height: 102px;
  /*    background: #cc071e;*/
  top: 102px;
  transform: translate(0, calc(var(--blazor-load-percentage, 0%) * -1));
  transition: all 1s ease-in-out;
}

.awwie-logo-fill-text[b-mhp95l4aim] {
  width: 200px;
  height: 102px;
  /*    background: #303539;*/
  left: 62px;
  top: 102px;
  transform: translate(0, calc(var(--blazor-load-percentage, 0%) * -1));
  transition: all 1s ease-in-out;
}
/* /Components/Reusable/NumeriquePainScale.razor.rz.scp.css */
.scale .title-row[b-es91tyb77v] {
  display: flex;
  justify-content: space-between;
}
.scale .content-row[b-es91tyb77v] {
  position: relative;
  display: flex;
  flex-direction: row;
  background-color: green;
  height: 18px;
  border: 1px solid white;
  border-radius: 50px;
  background: linear-gradient(to right, #FBE285, #FE5D26);
}
.scale .content-row input[b-es91tyb77v] {
  position: absolute;
  width: 100%;
}
.scale .content-row .scale-part[b-es91tyb77v] {
  display: inline-grid;
  width: 100%;
  border: 1px solid white;
}
.scale input[type=range][b-es91tyb77v] {
  -webkit-appearance: none; /* Remove default styling */
  width: 100%;
  background: transparent; /* Make the track transparent */
  cursor: pointer;
}
.scale input[type=range][b-es91tyb77v]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #FFFFFF; /* Color of the toggle circle */
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  top: -7px;
}
.scale input[type=range][b-es91tyb77v]::-moz-range-thumb {
  width: 40px;
  height: 40px;
  background: #FFFFFF; /* Color of the toggle circle */
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.scale .values-row[b-es91tyb77v] {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.scale .values-row .btn-group[b-es91tyb77v] {
  width: 100%;
}
.scale .values-row .btn-group button[b-es91tyb77v] {
  padding: 0.25rem;
  font-size: 0.8rem;
}
.scale .values-row .value[b-es91tyb77v] {
  display: none;
  width: 16px;
  font-size: 0.8rem;
  margin-top: 1rem;
  text-align: center;
}
.scale .values-row .value.mobile[b-es91tyb77v] {
  display: inline;
}
@media (min-width: 1024px) {
  .scale .values-row .value[b-es91tyb77v] {
    display: inline;
  }
}
/* /Components/Reusable/StopLight.razor.rz.scp.css */
.buttons[b-0svl6ylp1f] {
  display: flex;
  gap: 0.5rem;
  background-color: #f6f6f6;
  padding: 0.5rem;
  border-radius: 8px;
}

button.light[b-0svl6ylp1f] {
  width: 30px; /* Set a fixed width */
  height: 30px; /* Set the same height as the width */
  border-radius: 50%; /* This makes the button a perfect circle */
  border: none; /* Optional: Remove border if not needed */
  background-color: #3498db; /* Set your preferred background color */
  color: white; /* Set text color */
  font-size: 16px; /* Set font size */
  text-align: center; /* Center the text horizontally */
  display: flex; /* Use flexbox for centering content */
  align-items: center; /* Vertically center the content */
  justify-content: center; /* Horizontally center the content */
  cursor: pointer;
}

@media (min-width: 1024px) {
  button.light[b-0svl6ylp1f] {
    width: 3rem !important;
    height: 3rem !important;
  }
}
.red[b-0svl6ylp1f] {
  border-color: #FF0000 !important;
  background-color: #FF0000 !important; /* Hex for Red */
  color: white;
}

.red:hover[b-0svl6ylp1f], .red.active[b-0svl6ylp1f] {
  border: 4px solid #141D68 !important;
  background-color: #FF0000 !important;
}

.orange[b-0svl6ylp1f] {
  border-color: #FFA500 !important;
  background-color: #FFA500 !important; /* Hex for Red */
  color: white;
}

.orange:hover[b-0svl6ylp1f], .orange.active[b-0svl6ylp1f] {
  border: 4px solid #141D68 !important;
  background-color: #FFA500 !important;
}

.green[b-0svl6ylp1f] {
  border-color: #008000 !important;
  background-color: #008000 !important; /* Hex for Red */
  color: white;
}

.green:hover[b-0svl6ylp1f], .green.active[b-0svl6ylp1f] {
  border: 4px solid #141D68 !important;
  background-color: #008000 !important;
}
/* /Components/Reusable/Tab.razor.rz.scp.css */
/* /Components/Reusable/Tabs.razor.rz.scp.css */
.tabs-menu[b-77puz5r63j] {
  margin-bottom: 1rem;
}
.tabs-menu ul[b-77puz5r63j] {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabs-menu ul li button[b-77puz5r63j] {
  padding: 1rem 1rem;
}
.tabs-menu ul li button i[b-77puz5r63j] {
  margin-right: 0.5rem;
}
/* /Components/Symptomatology/AnswerComponent.razor.rz.scp.css */
.option[b-2919iw9x88] {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.option[b-2919iw9x88]  input {
  max-width: 200px;
}
.option[b-2919iw9x88]  label {
  font-size: 0.9rem;
}

@media (min-width: 768px) {
  .option[b-2919iw9x88]  label {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .option[b-2919iw9x88]  label {
    font-size: 1.1rem;
  }
}
/* /Components/Symptomatology/ClosableCategory.razor.rz.scp.css */
.title[b-uhogvt5qtr] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.btn-link[b-uhogvt5qtr] {
  opacity: 1 !important;
}
.btn-link i[b-uhogvt5qtr] {
  color: #141D68 !important;
}

.btn-link::after i[b-uhogvt5qtr] {
  opacity: 1;
}

.main-category[b-uhogvt5qtr] {
  padding: 0;
  position: relative;
  z-index: 0;
}

.main-category .title[b-uhogvt5qtr] {
  margin-bottom: 0;
  cursor: pointer;
  padding: 1rem;
  position: sticky;
  top: 6rem;
}
@media all and (max-width: 1024px) {
  .main-category .title[b-uhogvt5qtr] {
    top: 5rem;
  }
}
@media all and (max-width: 500px) {
  .main-category .title[b-uhogvt5qtr] {
    top: 6rem;
  }
}
.main-category .title[b-uhogvt5qtr]::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1rem;
  background: white;
  height: calc(100% + 1rem + 0.5rem);
  width: 100vw;
  z-index: -1;
}
@media all and (max-width: 500px) {
  .main-category .title[b-uhogvt5qtr]::before {
    height: calc(100% + 1.5rem + 0.5rem);
    top: -1.5rem;
  }
}
.main-category .title[b-uhogvt5qtr]::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #f6f6f6;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 8px;
}

.question-container:not(:last-child)[b-uhogvt5qtr] {
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 1rem;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  padding-bottom: 1rem;
}

.hidden[b-uhogvt5qtr] {
  display: none;
}

.main-category > .content[b-uhogvt5qtr] {
  margin-top: 1rem;
}
.main-category > .content h3[b-uhogvt5qtr] {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f6f6f6;
}

.sticky[b-uhogvt5qtr] {
  position: sticky;
  z-index: 20;
  top: 0;
}

.sub-category[b-uhogvt5qtr] {
  padding: 1rem;
  margin-bottom: 1rem;
}
.sub-category h3[b-uhogvt5qtr] {
  margin-bottom: 1rem;
}
/* /Components/Symptomatology/FinetuneSelection.razor.rz.scp.css */
/* Remove all inner borders for the first 10 rows */
.table tbody tr:nth-child(-n+10) td[b-nv8cskkkdl] {
  border: none;
}

/* Apply one solid black border around the first 10 rows */
/* Top border for the first row */
.table tbody tr:nth-child(1)[b-nv8cskkkdl] {
  border-top: 2px solid black;
}

/* Bottom border for the 10th row */
.table tbody tr:nth-child(10)[b-nv8cskkkdl] {
  border-bottom: 2px solid black;
}

/* Left border for all first 10 rows */
.table tbody tr:nth-child(-n+10) td:first-child[b-nv8cskkkdl] {
  border-left: 2px solid black;
}

/* Right border for all first 10 rows */
.table tbody tr:nth-child(-n+10) td:last-child[b-nv8cskkkdl] {
  border-right: 2px solid black;
}

td[b-nv8cskkkdl] {
  vertical-align: middle;
}

td.buttons[b-nv8cskkkdl] {
  display: flex;
  justify-content: end;
}

.fine-tune-info[b-nv8cskkkdl] {
  margin-top: 1rem;
}

.fine-tune-message[b-nv8cskkkdl] {
  background: rgba(255, 165, 82, 0.1490196078);
  color: #ffa552;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  display: block;
  width: fit-content;
  margin-top: 0.5rem;
}

.hero[b-nv8cskkkdl] {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero .content[b-nv8cskkkdl] {
  padding: 1rem;
}
.hero .content > h2[b-nv8cskkkdl] {
  margin: 0;
}
.hero .content p[b-nv8cskkkdl] {
  margin-bottom: 0;
}
.hero .buttons[b-nv8cskkkdl] {
  display: flex;
  gap: 1rem;
}

.main-categories[b-nv8cskkkdl] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.main-categories h2[b-nv8cskkkdl] {
  margin-bottom: 1rem;
}
.main-categories .symptoms[b-nv8cskkkdl] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: white;
  border-radius: 8px;
  padding: 1rem;
}
.main-categories .symptoms h3[b-nv8cskkkdl] {
  margin-bottom: 0.5rem;
}
.main-categories .symptoms .symptom[b-nv8cskkkdl] {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
}
.main-categories .symptoms .symptom .title[b-nv8cskkkdl] {
  margin-bottom: 0;
}
.main-categories .symptoms .symptom:not(:last-child)[b-nv8cskkkdl] {
  border-bottom: 1px solid #f6f6f6;
}
/* /Components/Symptomatology/InitialSelection.razor.rz.scp.css */
.hero[b-ufn71jl9nk] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 2;
  background: white;
}
@media all and (max-width: 500px) {
  .hero[b-ufn71jl9nk] {
    margin-bottom: 1rem;
  }
}
.hero .content[b-ufn71jl9nk] {
  padding: 1rem;
  padding-left: 0;
}
.hero .content p[b-ufn71jl9nk] {
  margin-bottom: 0;
}

.alert[b-ufn71jl9nk] {
  margin-bottom: 1rem;
}

.main-categories[b-ufn71jl9nk] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.main-categories .title[b-ufn71jl9nk] {
  font-weight: bold;
  margin-bottom: 1rem;
}
.main-categories .main-category[b-ufn71jl9nk] {
  padding: 1rem;
}
.main-categories .main-category .content[b-ufn71jl9nk] {
  /* Use CSS Grid to handle responsive columns */
  display: grid;
  gap: 1rem;
  /* Mobile: 1 column */
  grid-template-columns: 1fr;
  /* Tablet: 2 columns (iPad) */
  /* Desktop: 3 columns */
}
@media (min-width: 768px) {
  .main-categories .main-category .content[b-ufn71jl9nk] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .main-categories .main-category .content[b-ufn71jl9nk] {
    grid-template-columns: repeat(3, 1fr);
  }
}
.main-categories .main-category .content .sub-category .sub-title[b-ufn71jl9nk] {
  font-weight: bold;
  margin-bottom: 1rem;
}
/* /Components/Symptomatology/QuestionComponent.razor.rz.scp.css */
h4[b-ikbf80u92n] {
  margin-bottom: 1rem;
}

.options[b-ikbf80u92n] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
/* /Components/Symptomatology/RemovableQuestion.razor.rz.scp.css */
.question[b-wt3xchp7k4] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
/* /Layout/AnonymousLayout.razor.rz.scp.css */
.anonymous-page[b-jmxvwov1qd] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100svh;
  max-height: 100svh;
  background: linear-gradient(to right, #d3eef4 0%, #e2eedf 49%, #e7cdad 100%);
  padding: 0;
}
.anonymous-page .header[b-jmxvwov1qd] {
  display: flex;
  justify-content: center;
  margin: 2rem;
  padding-top: 2rem;
}

.box[b-jmxvwov1qd] {
  min-height: 300px;
  height: 70svh;
  border-radius: 0;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background-color: white;
  padding: 0 2rem 2rem 2rem;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

@media (min-width: 1024px) {
  .anonymous-page[b-jmxvwov1qd] {
    background: linear-gradient(to bottom, #d3eef4 0%, #e2eedf 49%, #e7cdad 100%);
  }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.current-user .role[b-jzswhejw2w] {
  font-size: 0.8rem;
  font-style: italic;
  text-align: right;
}

.full-screen-pop-up[b-jzswhejw2w] {
  background-color: white;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.full-screen-pop-up .header[b-jzswhejw2w] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #1b4af5;
}
.full-screen-pop-up .content[b-jzswhejw2w] {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2rem 1rem;
}
.full-screen-pop-up .content[b-jzswhejw2w]  .chart-component {
  width: 100%;
}
.full-screen-pop-up .content[b-jzswhejw2w]  .chart-component .days {
  translate: 0 29.0909090909px;
}
.full-screen-pop-up .content[b-jzswhejw2w]  .chart-component .context {
  bottom: -1rem;
}

.page[b-jzswhejw2w] {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main[b-jzswhejw2w] {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: auto; /* Adjust to allow scrolling */
  max-width: calc(100% - 250px);
}
@media (max-width: 1024px) {
  main[b-jzswhejw2w] {
    max-width: 100%;
  }
}

.sidebar[b-jzswhejw2w] {
  height: 100%;
  background: linear-gradient(to right, #d3eef4 0%, #e2eedf 49%, #e7cdad 100%);
}
.sidebar .line[b-jzswhejw2w] {
  display: none;
}

.content[b-jzswhejw2w] {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-self: stretch;
  flex-grow: 1;
}

.top-row[b-jzswhejw2w] {
  padding-top: 2rem;
  padding-bottom: 0rem;
  padding-left: 2rem !important;
  display: flex;
  align-items: center;
}
.top-row[b-jzswhejw2w]  h1 {
  margin-bottom: 0;
  font-size: 1.2rem;
}
.top-row .current-user[b-jzswhejw2w] {
  display: none;
  gap: 1rem;
  align-items: center;
}
.top-row .current-user .btn i[b-jzswhejw2w] {
  margin-right: 0.5rem;
}

.top-row[b-jzswhejw2w]  a, .top-row[b-jzswhejw2w]  .btn-link {
  white-space: nowrap;
  margin-left: 1.5rem;
  text-decoration: none;
}

.top-row[b-jzswhejw2w]  a:hover, .top-row[b-jzswhejw2w]  .btn-link:hover {
  text-decoration: underline;
}

.top-row[b-jzswhejw2w]  a:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

.page[b-jzswhejw2w] {
  background: linear-gradient(to right, #d3eef4 0%, #e2eedf 49%, #e7cdad 100%);
}

main[b-jzswhejw2w], .top-row[b-jzswhejw2w] {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: white;
}

.content[b-jzswhejw2w] {
  background-color: white;
}

main.loading[b-jzswhejw2w] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 1024px) {
  .top-row[b-jzswhejw2w] {
    justify-content: space-between;
  }
  .top-row[b-jzswhejw2w]  a, .top-row[b-jzswhejw2w]  .btn-link {
    margin-left: 0;
  }
}
main[b-jzswhejw2w] {
  /* Use overflow auto to allow scrolling when necessary */
}

main[b-jzswhejw2w]::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari, and Opera */
}

@media (min-width: 1024px) {
  .content[b-jzswhejw2w] {
    padding: 2rem;
  }
  .current-user[b-jzswhejw2w] {
    display: flex !important;
  }
  main[b-jzswhejw2w] {
    border-top-left-radius: 48px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 48px;
    position: relative;
  }
  .top-row[b-jzswhejw2w] {
    border-top-left-radius: 40px;
    border-top-right-radius: 0;
    background: none;
    justify-content: space-between;
    border-bottom: 1px solid #f6f6f6;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page[b-jzswhejw2w] {
    background: linear-gradient(to bottom, #d3eef4 0%, #e2eedf 49%, #e7cdad 100%);
  }
  .page[b-jzswhejw2w] {
    flex-direction: row;
  }
  .sidebar[b-jzswhejw2w] {
    height: 100%;
    background: linear-gradient(to bottom, #d3eef4 0%, #e2eedf 49%, #e7cdad 100%);
    position: relative;
  }
  .sidebar .line[b-jzswhejw2w] {
    display: flex;
    position: absolute;
    bottom: 0;
    zoom: 0.9;
  }
  .sidebar[b-jzswhejw2w] {
    width: 250px;
    height: 100%;
    position: sticky;
    top: 0;
  }
  .top-row[b-jzswhejw2w] {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .top-row.auth[b-jzswhejw2w]  a:first-child {
    flex: 1;
    text-align: right;
    width: 0;
  }
  article[b-jzswhejw2w] {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hz8r36apm9] {
  outline: none;
  border: none; /* Removes border */
  outline: none; /* Removes outline */
  box-shadow: none; /* Removes shadow (often used for focus styles) */
  background: none; /* Optional: removes any default background */
  -webkit-appearance: none; /* Removes default styling on WebKit browsers */
  -moz-appearance: none; /* Removes default styling on Firefox */
  appearance: none;
}
.navbar-toggler i[b-hz8r36apm9] {
  color: #141D68;
  font-size: 2rem;
}

.navbar-brand[b-hz8r36apm9] {
  font-size: 1.1rem;
  background: none;
  padding: 1rem 1rem 1rem 0;
}
.navbar-brand img[b-hz8r36apm9] {
  height: 44px;
}

.bi[b-hz8r36apm9] {
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.75rem;
  top: -1px;
  background-size: cover;
}

.bi-house-door-fill-nav-menu[b-hz8r36apm9] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-hz8r36apm9] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-hz8r36apm9] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-hz8r36apm9] {
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-hz8r36apm9] {
  padding-top: 1rem;
}

.nav-item:last-of-type[b-hz8r36apm9] {
  padding-bottom: 1rem;
}

.nav-item[b-hz8r36apm9]  a {
  color: black;
  border-radius: 4px;
  height: 3rem;
  display: flex;
  align-items: center;
  line-height: 3rem;
  border-radius: 46px;
  padding: 0.5rem 0.5rem;
}
.nav-item[b-hz8r36apm9]  a i {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1b4af5;
  font-size: 1.2rem;
  margin-right: 1rem;
  background-color: white;
  padding: 0.5rem;
  border-radius: 100%;
}

.nav-item[b-hz8r36apm9]  a.active {
  background-color: rgba(255, 255, 255, 0.4);
}

.nav-item[b-hz8r36apm9]  a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.nav-item[b-hz8r36apm9]  a.nav-link-danger {
  color: #fe5d26;
}

@media (min-width: 1024px) {
  .navbar-brand[b-hz8r36apm9] {
    font-size: 1.1rem;
    background: none;
    margin: 4rem 1rem 1rem 0;
  }
  .navbar-brand img[b-hz8r36apm9] {
    width: 100%;
    height: auto;
  }
  .btn-signout[b-hz8r36apm9] {
    display: none;
  }
  .navbar-toggler[b-hz8r36apm9] {
    display: none;
  }
  .collapse[b-hz8r36apm9] {
    /* Never collapse the sidebar for wide screens */
    display: block;
  }
  .nav-scrollable[b-hz8r36apm9] {
    /* Allow sidebar to scroll for tall menus */
    height: 100%;
    overflow-y: auto;
  }
}
/* /Pages/Accounts/Add.razor.rz.scp.css */
.form-container[b-4lo67k4iiu] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.alert-danger[b-4lo67k4iiu] {
  margin-bottom: 1rem;
}
.alert-danger .btn-outline-danger[b-4lo67k4iiu] {
  background-color: #fe5d26 !important;
}

.alert-info[b-4lo67k4iiu] {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.living-units[b-4lo67k4iiu] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.25rem;
}
.living-units .form-check[b-4lo67k4iiu] {
  padding: 0;
  margin: 0;
  flex: 0 0 calc(33.3333% - 0.5rem);
}
@media (max-width: 1200px) {
  .living-units .form-check[b-4lo67k4iiu] {
    flex: 0 0 calc(50% - 0.375rem);
  }
}
@media (max-width: 1024px) {
  .living-units .form-check[b-4lo67k4iiu] {
    flex: 0 0 calc(33.3333% - 0.5rem);
  }
}
@media (max-width: 992px) {
  .living-units .form-check[b-4lo67k4iiu] {
    flex: 0 0 calc(50% - 0.375rem);
  }
}
.living-units .form-check input[b-4lo67k4iiu] {
  appearance: none;
  position: absolute;
  opacity: 0;
}
.living-units .form-check input:checked ~ label[b-4lo67k4iiu] {
  background: #141D68;
  border-color: #141D68;
  color: white;
  box-shadow: none;
}
.living-units .form-check label[b-4lo67k4iiu] {
  padding: 0.625rem 1.25rem;
  line-height: 1;
  background: white;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
  border: 1px solid #ccc;
  width: 100%;
}
.living-units .form-check label:hover[b-4lo67k4iiu] {
  border-color: transparent;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
/* /Pages/Accounts/Detail.razor.rz.scp.css */
.form-container[b-onpr4e8wwh] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.alert-danger[b-onpr4e8wwh] {
  margin-bottom: 1rem;
}
.alert-danger .btn-outline-danger[b-onpr4e8wwh] {
  background-color: #fe5d26 !important;
}

.alert-info[b-onpr4e8wwh] {
  margin-top: 1rem;
}

.locations[b-onpr4e8wwh] {
  display: flex;
  gap: 0.625rem;
  margin-top: 0.25rem;
}
.locations .form-check[b-onpr4e8wwh] {
  padding: 0;
  margin: 0;
}
.locations .form-check input[b-onpr4e8wwh] {
  appearance: none;
  position: absolute;
  opacity: 0;
}
.locations .form-check input:checked ~ label[b-onpr4e8wwh] {
  background: #141D68;
  border-color: #141D68;
  color: white;
  box-shadow: none;
}
.locations .form-check label[b-onpr4e8wwh] {
  padding: 0.625rem 1.25rem;
  line-height: 1;
  background: white;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
  border: 1px solid #ccc;
}
.locations .form-check label:hover[b-onpr4e8wwh] {
  border-color: transparent;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.living-units[b-onpr4e8wwh] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.25rem;
}
.living-units .form-check[b-onpr4e8wwh] {
  padding: 0;
  margin: 0;
  flex: 0 0 calc(33.3333% - 0.5rem);
}
@media (max-width: 1200px) {
  .living-units .form-check[b-onpr4e8wwh] {
    flex: 0 0 calc(50% - 0.375rem);
  }
}
@media (max-width: 1024px) {
  .living-units .form-check[b-onpr4e8wwh] {
    flex: 0 0 calc(33.3333% - 0.5rem);
  }
}
@media (max-width: 992px) {
  .living-units .form-check[b-onpr4e8wwh] {
    flex: 0 0 calc(50% - 0.375rem);
  }
}
.living-units .form-check input[b-onpr4e8wwh] {
  appearance: none;
  position: absolute;
  opacity: 0;
}
.living-units .form-check input:checked ~ label[b-onpr4e8wwh] {
  background: #141D68;
  border-color: #141D68;
  color: white;
  box-shadow: none;
}
.living-units .form-check label[b-onpr4e8wwh] {
  padding: 0.625rem 1.25rem;
  line-height: 1;
  background: white;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
  border: 1px solid #ccc;
  width: 100%;
}
.living-units .form-check label:hover[b-onpr4e8wwh] {
  border-color: transparent;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
/* /Pages/Accounts/List.razor.rz.scp.css */
.buttons[b-ebcmkw4at8] {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  gap: 1rem;
}

.content-table[b-ebcmkw4at8] {
  background-color: white;
  padding: 1rem;
  border-radius: 8px;
}
.content-table .table[b-ebcmkw4at8] {
  margin-bottom: 0;
  border-radius: 8px !important;
}
.content-table .table[b-ebcmkw4at8]  .nav-link {
  margin-right: 0;
  margin-left: auto;
  width: fit-content;
}
.content-table .table tr td[b-ebcmkw4at8] {
  align-items: center;
  vertical-align: middle;
}

.quick-buttons[b-ebcmkw4at8] {
  display: flex;
  justify-content: flex-end;
}
/* /Pages/Configuration.razor.rz.scp.css */
/* /Pages/Home.razor.rz.scp.css */
p[b-wdyoy0r9sr] {
  margin-bottom: 0;
}

.component.welcome[b-wdyoy0r9sr] {
  background-color: #E5F5F8;
}

.quick-buttons[b-wdyoy0r9sr] {
  display: flex;
  justify-content: flex-end;
}
/* /Pages/Locations.razor.rz.scp.css */
.locations[b-nhqtwfj7fk] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 768px) {
  .locations[b-nhqtwfj7fk] {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.content-list[b-nhqtwfj7fk] {
  background-color: white;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow-y: auto; /* Ensure that the content is scrollable */
  max-height: 100%; /* Prevents overflow issues by allowing scrolling */
}

.living-unit:not(:last-child)[b-nhqtwfj7fk] {
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 1rem;
  pointer-events: all; /* Ensures hover actions do not block scrolling */
}

.header .title[b-nhqtwfj7fk] {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 0.75rem;
}
.header .title .patients-total p[b-nhqtwfj7fk] {
  margin: 0;
}
/* /Pages/Login.razor.rz.scp.css */
.box[b-8j8qk60cij] {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 2.5rem;
}
.box h1[b-8j8qk60cij] {
  text-align: center;
}
.box[b-8j8qk60cij]  form {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}

.welcome[b-8j8qk60cij] {
  margin-bottom: 3rem;
  background-color: #E5F5F8;
}
.welcome p[b-8j8qk60cij] {
  margin-bottom: 0;
}

.form-container[b-8j8qk60cij] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}
.form-container a[b-8j8qk60cij] {
  text-align: center;
}
/* /Pages/Observations/Add.razor.rz.scp.css */
hr[b-z7r1c58qvv] {
  background-color: #f6f6f6;
}

button.active[b-z7r1c58qvv] {
  background-color: #141D68;
  color: white;
  font-weight: bold;
}

.legend[b-z7r1c58qvv] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #f6f6f6;
  padding: 1rem;
  border-radius: 8px;
  justify-content: end;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .legend[b-z7r1c58qvv] {
    flex-direction: row;
    justify-content: center;
  }
}
.legend .section[b-z7r1c58qvv] {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.legend .section p[b-z7r1c58qvv] {
  margin-bottom: 0;
}

.page-container[b-z7r1c58qvv] {
  padding: 0 1rem;
}
.page-container .hero[b-z7r1c58qvv] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.page-container[b-z7r1c58qvv]  form h3 {
  margin-bottom: 0.5rem;
}
.page-container[b-z7r1c58qvv]  form .items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-container[b-z7r1c58qvv]  form .items .item {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.page-container[b-z7r1c58qvv]  form .items .item .first-part {
  display: flex;
  gap: 1rem;
}
.page-container[b-z7r1c58qvv]  form .items .item .first-part .text {
  display: flex;
  align-items: center;
}
.page-container[b-z7r1c58qvv]  form .items .item .first-part .text p, .page-container[b-z7r1c58qvv]  form .items .item .first-part .text label {
  margin-bottom: 0;
  font-size: 0.8rem !important;
}
@media (min-width: 1024px) {
  .page-container[b-z7r1c58qvv]  form .items .item .first-part .text p, .page-container[b-z7r1c58qvv]  form .items .item .first-part .text label {
    font-size: 1rem !important;
  }
}
.page-container[b-z7r1c58qvv]  form .items .item .first-part .number {
  background-color: white;
  border-radius: 50%;
  width: 2.5rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  height: 2.5rem;
  display: flex;
  font-size: 0.8rem;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #141D68;
}
.page-container[b-z7r1c58qvv]  form .items .item.active {
  background-color: #fe5d26;
  color: white;
}
@media (min-width: 1024px) {
  .page-container[b-z7r1c58qvv]  form .items {
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap onto the next line */
    flex-direction: row;
  }
  .page-container[b-z7r1c58qvv]  form .item {
    flex: 1 1 49%; /* Each item takes up 50% of the container width */
    box-sizing: border-box; /* Include padding and border in the width calculation */
  }
}
.page-container[b-z7r1c58qvv]  form .total {
  display: flex;
  font-weight: bold;
  margin-top: 1rem;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.page-container[b-z7r1c58qvv]  form .parts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.range-container[b-z7r1c58qvv] {
  display: flex;
  width: 100%;
  font-size: 0.8rem;
  gap: 1rem;
}
.range-container .range-content[b-z7r1c58qvv] {
  flex-grow: 1;
}

.score[b-z7r1c58qvv] {
  font-size: 2rem;
  margin-left: 1rem;
  font-weight: bold;
  color: #EC4309;
}

[b-z7r1c58qvv] .checkbox-container {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
}
[b-z7r1c58qvv] .checkbox-container input {
  width: 16px;
  height: 16px;
  transform: scale(1.5); /* Increase the size of the checkbox */
}
[b-z7r1c58qvv] .checkbox-container label {
  margin-left: 1rem;
  font-size: 0.8rem;
}
@media (min-width: 1024px) {
  [b-z7r1c58qvv] .checkbox-container label {
    font-size: 1rem;
  }
}

.part.comments[b-z7r1c58qvv] {
  margin-top: 1rem;
}
.part.comments .title[b-z7r1c58qvv] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.part.comments .title .buttons[b-z7r1c58qvv] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
.part.comments .title .buttons button[b-z7r1c58qvv] {
  display: flex;
  gap: 1rem;
  padding: 1rem;
}
.part.comments .title .buttons button .red[b-z7r1c58qvv] {
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
  background-color: #FF0000;
  border-radius: 50%;
}
.part.comments .title .buttons button .orange[b-z7r1c58qvv] {
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
  background-color: #FFA500;
  border-radius: 50%;
}
.part.comments .title .buttons button .green[b-z7r1c58qvv] {
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
  background-color: #008000;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .part.comments .title .buttons[b-z7r1c58qvv] {
    flex-direction: row;
    justify-content: space-between;
  }
  .part.comments .title .buttons button[b-z7r1c58qvv] {
    width: 100%;
  }
}

.text-holder[b-z7r1c58qvv]  input {
  width: 100%;
  border: 2px solid #141D68;
}

.hero .content p[b-z7r1c58qvv] {
  margin-bottom: 0;
}

.text-container .category-text[b-z7r1c58qvv] {
  font-size: 0.8rem;
  font-style: italic;
}
.text-container .text[b-z7r1c58qvv] {
  font-weight: bold;
}
/* /Pages/Password-reset.razor.rz.scp.css */
.page h1[b-729oydp1kp] {
  text-align: center;
}

.form-container[b-729oydp1kp] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}
.form-container a[b-729oydp1kp] {
  text-align: center;
}

.page--inner[b-729oydp1kp] {
  padding: 2rem;
  padding-top: 4rem;
  max-width: 760px;
  margin: 0 auto;
}
.page--inner[b-729oydp1kp]  form {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}
/* /Pages/Patients/Add.razor.rz.scp.css */
/* /Pages/Patients/Dashboard.razor.rz.scp.css */
.btn-information[b-vpo2smse13] {
  margin: 2px !important;
}

.dashboard[b-vpo2smse13] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (max-width: 1198px) {
  .row[b-vpo2smse13] {
    gap: 1rem;
  }
}
.symp[b-vpo2smse13] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.print-only.logo[b-vpo2smse13], .print-only.active-filters[b-vpo2smse13] {
  display: none;
}

.print-only.active-filters[b-vpo2smse13] {
  display: none;
}

.component .header[b-vpo2smse13] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.component .header .title[b-vpo2smse13] {
  font-weight: bold;
  align-items: center;
}
.component .header .title h2[b-vpo2smse13] {
  margin-bottom: 0;
}
.component .header .buttons[b-vpo2smse13] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.component .content.general[b-vpo2smse13] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.component .content.graph[b-vpo2smse13] {
  background-color: white;
  padding: 1rem;
  border-radius: 8px;
}
.component .content p[b-vpo2smse13] {
  margin-bottom: 0;
}

.symps[b-vpo2smse13] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.alert[b-vpo2smse13] {
  margin-bottom: 0;
}

.left-column[b-vpo2smse13], .right-column[b-vpo2smse13] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}

/* Custom styling for the label with a triangle pointing right */
.label-with-triangle[b-vpo2smse13] {
  position: relative;
  right: -5px;
  display: inline-block;
  padding: 8px 16px;
  background-color: #d4edda; /* Light green background */
  color: #155724; /* Dark green text */
  border-radius: 5px;
  font-weight: bold;
}

/* Triangle pointing right */
.label-with-triangle[b-vpo2smse13]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%; /* Positions the triangle to the right of the label */
  transform: translateY(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #d4edda; /* Light green triangle */
}

/* Position the label to the left of the button */
.label-container[b-vpo2smse13] {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 10px; /* Adjust space between label and button */
}

.filter-container[b-vpo2smse13] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.filter-container select[b-vpo2smse13] {
  border-color: #E5E5E5;
  border-radius: 6px;
  cursor: pointer;
}
/* /Pages/Patients/Detail.razor.rz.scp.css */
.buttons[b-kcybtofssz] {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
/* /Pages/Patients/Symptomatology.razor.rz.scp.css */
/* /Pages/Token.razor.rz.scp.css */
.box[b-vpjo9zcpkc] {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box h1[b-vpjo9zcpkc] {
  text-align: center;
}

.welcome[b-vpjo9zcpkc] {
  margin-bottom: 2rem;
  background-color: #E5F5F8;
}
.welcome p[b-vpjo9zcpkc] {
  margin-bottom: 0;
}

.form-container[b-vpjo9zcpkc] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}
.form-container a[b-vpjo9zcpkc] {
  text-align: center;
}
