@import "https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@800;900&display=swap";

/* src/global-style/reset.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
select::-ms-expand {
  display: none;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
input[type=range]::-moz-range-thumb {
  border: none;
  background: transparent;
  -webkit-appearance: none;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

/* src/global-style/peachy-global.css */
@font-face {
  font-family: "Naoko";
  src: url("./src/global-style/CBNXBMKK-naoko-06-extrabold-webfont.woff") format("woff");
}
:root {
  --paper-color: #F5F7Fa;
  --pencil-color: #dddddd;
  --peachy-pink: #FF5B65;
  --peachy-purple: #6D0E6F;
  --peachy-green: #33EFA9;
  --peachy-pink-light: #FFD7E5;
  --peachy-pink-pale: #FF9A9F;
  --peachy-purple-light: #D3B7D4;
  --peachy-green-light: #C9F9E7;
  --neutral-color: #f5f7fa;
  --neutral-dark: #B0B8C7;
  --body-font: "Poppins", sans-serif;
  --display-font:
    "Naoko",
    "Montserrat",
    sans-serif;
  --text-color: black;
  --card-shadow: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.1)) drop-shadow(2px 4px 3px rgba(0, 0, 0, 0.1));
  --button-shadow: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.1)) drop-shadow(2px 4px 3px rgba(0, 0, 0, 0.1));
  --error: var(--peachy-pink);
  --warning: orange;
}
html {
  scroll-behavior: smooth;
}
html,
body,
#app-root {
  min-height: 100vh;
}
body {
  font-family: var(--body-font);
  font-size: 14pt;
  background-color: var(--paper-color);
}
p {
  line-height: 1.5em;
}
h1 {
  font-weight: 900;
  font-size: 3em;
  font-family: var(--display-font);
  text-transform: uppercase;
}
h2 {
  font-weight: 900;
  font-size: 2em;
  font-family: var(--display-font);
  text-transform: uppercase;
}
h3 {
  font-weight: 900;
  font-size: 1.5em;
  font-family: var(--display-font);
  text-transform: uppercase;
}
h4 {
  font-weight: 700;
  font-size: 1.5em;
  font-family: var(--body-font);
}
h5 {
  font-weight: 700;
  font-size: 1.2em;
  font-family: var(--body-font);
}
h6 {
  font-weight: 400;
  font-size: 1em;
  font-family: var(--body-font);
}
input[type=text],
input[type=password],
[type=number],
[type=date],
select {
  display: block;
  width: 100%;
  background-color: white;
  border: 1px solid var(--pencil-color);
  padding: 0.5em;
  border-radius: 0.5em;
}
a {
  color: var(--peachy-pink);
  cursor: pointer;
}
button {
  transition: all 200ms;
  background-color: var(--peachy-pink);
  color: white;
  border-radius: 0.5em;
  display: inline-flex;
  justify-content: center;
  padding: 0.5em;
}
.fa-button {
  cursor: pointer;
  background-color: var(--peachy-pink);
  color: var(--neutral-color);
}
.fa-button.fa-solid {
  background-color: inherit;
  color: var(--peachy-pink);
}
button:focus .fa-button:focus {
  filter: var(--button-shadow);
}
button:disabled .fa-button:disabled {
  filter: opacity(0.5);
}
mark {
  background-color: white;
  color: var(--peachy-pink);
  font-size: 0.8em;
  font-weight: 600;
}
mark::before {
  content: "!";
  width: 1em;
  display: inline-block;
  background-color: var(--peachy-pink);
  color: white;
  text-align: center;
  margin-right: 0.5em;
  border-radius: 100%;
}

/* src/global-style/index.css */

/* CssModules:Dashboard.d787cb6.css-module */
.Dashboard_Dashboard_d787cb6 {
  display: grid;
  height: 100vh;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "HEADER HEADER" "NAV MAIN";
}
.Dashboard_Dashboard_d787cb6 > header {
  grid-area: HEADER;
}
.Dashboard_Dashboard_d787cb6 > nav {
  display: block;
  grid-area: NAV;
}
.Dashboard_Dashboard_d787cb6 > main {
  grid-area: MAIN;
}

/* CssModules:Header.082988a.css-module */
.Header_Header_082988a {
  height: 4em;
  background-color: white;
  display: flex;
  gap: 2em;
  align-items: center;
  padding: 0 1em;
  border-bottom: 1px solid var(--pencil-color);
}
.Logo_Header_082988a {
  width: 8em;
}
.signOut_Header_082988a {
  margin-left: auto;
}
.Header_Header_082988a ul {
  display: flex;
  gap: 1em;
}

/* CssModules:Expander.79ceb47.css-module */
.Expander_Expander_79ceb47 {
  max-height: 0;
  overflow: hidden;
  will-change: height;
}

/* CssModules:Toggle.214c380.css-module */
.Toggle_Toggle_214c380 {
  display: inline-flex;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
}
.Toggle_Toggle_214c380 > span {
  color: black;
}
.Toggle_Toggle_214c380 > input {
  position: relative;
  appearance: none;
  outline: none;
  height: 1em;
  width: 1.5em;
  border-radius: 1em;
  transition: 200ms all;
  background-color: lightgray;
  cursor: pointer;
}
.Toggle_Toggle_214c380 > input::before {
  content: " ";
  top: 50%;
  left: 7%;
  transform: translate(0, -51%);
  position: absolute;
  width: 50%;
  padding-top: 50%;
  border-radius: 1em;
  background-color: white;
  transition: 200ms all;
}
.Toggle_Toggle_214c380 > input:checked::before {
  left: 42%;
}
.Toggle_Toggle_214c380 > input:checked {
  background-color: palegreen;
}
.Toggle_Toggle_214c380 > input:active {
}

/* CssModules:TextBox.22f110e.css-module */
.readonly_TextBox_22f110e {
  cursor: default;
  opacity: 0.3;
}

/* CssModules:ListSelector.e001884.css-module */
.ListSelector_ListSelector_e001884::-webkit-scrollbar {
  display: none;
}
.ListSelector_ListSelector_e001884 {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ListSelector_ListSelector_e001884 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
.listItem_ListSelector_e001884:hover {
  background-color: #EFEFEF;
  cursor: pointer;
}
.listItemSelected_ListSelector_e001884 {
  background-color: #DDDDDD;
}

/* CssModules:AddressLookup.f6d333a.css-module */
.AddressLookup_AddressLookup_f6d333a {
  position: relative;
  display: inline-block;
}
.listContainer_AddressLookup_f6d333a {
  border: 2px solid green;
}

/* CssModules:PopupListSelector.d3f4170.css-module */
.PopupListSelector_PopupListSelector_d3f4170 {
  z-index: 1;
  position: absolute;
}
.list_PopupListSelector_d3f4170 {
  max-height: 10em;
  background-color: white;
  border: 1px solid lightgray;
  padding: 0.2em 0;
}
ul.placeholder_PopupListSelector_d3f4170 {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
p.placeholder_PopupListSelector_d3f4170 {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #B0B8C7;
  display: flex;
  justify-content: space-between;
  user-select: none;
}
p.placeholder_PopupListSelector_d3f4170 > i {
  margin-top: 5px;
  color: black;
}
p.placeholder_PopupListSelector_d3f4170:hover {
  background-color: white;
  cursor: default;
}
.list_PopupListSelector_d3f4170 ul > li {
  padding: 0.2em;
}

/* CssModules:Modal.b070d92.css-module */
.ModalPane_Modal_b070d92 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
}
.ModalPaneCentered_Modal_b070d92 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.ModalContentCentered_Modal_b070d92 {
  transform: translateX(-50%);
}
.ModalPane_Modal_b070d92 > * {
  width: fit-content;
}
.blur_Modal_b070d92 {
  background-color: #00000099;
  animation: blurAnimation_Modal_b070d92 200ms ease-out forwards;
}
@keyframes blurAnimation_Modal_b070d92 {
  0% {
    backdrop-filter: blur(0);
  }
  100% {
    backdrop-filter: blur(0.1em);
  }
}

/* CssModules:DatePickerHeader.6b862a2.css-module */
.DatePickerHeader_DatePickerHeader_6b862a2 {
  display: flex;
  flex-direction: column;
}
.nudgeSelector_DatePickerHeader_6b862a2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.nudgeLeft_DatePickerHeader_6b862a2::before {
  content: "<";
}
.nudgeSelectorText_DatePickerHeader_6b862a2 {
  cursor: pointer;
}
.nudgeRight_DatePickerHeader_6b862a2::before {
  content: ">";
}

/* CssModules:DatePicker.6d8a94e.css-module */
.DatePicker_DatePicker_6d8a94e {
  background-color: white;
  border: 1px solid lightgray;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em;
}

/* CssModules:MonthTable.b53f877.css-module */
.DatePickerMonthTable_MonthTable_b53f877 {
  table-layout: fixed;
  text-align: center;
}
.DatePickerMonthTable_MonthTable_b53f877 th {
  text-align: center;
  padding: 0.5em;
}
.DatePickerMonthTable_MonthTable_b53f877 td {
  border: 1px solid lightgray;
  text-align: center;
  vertical-align: middle;
}
.allDays_MonthTable_b53f877 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 2em;
  cursor: pointer;
}
.outMonth_MonthTable_b53f877 {
  opacity: 50%;
}
.inMonth_MonthTable_b53f877 {
}
.disabled_MonthTable_b53f877 {
  text-decoration: line-through;
  opacity: 25%;
  cursor: not-allowed;
}
.selected_MonthTable_b53f877 {
  font-weight: bold;
}
.today_MonthTable_b53f877 {
}
.weekend_MonthTable_b53f877 {
}
.weekday_MonthTable_b53f877 {
}

/* CssModules:Spinner.d1fa161.css-module */
.Modal_Spinner_d1fa161 {
  cursor: wait;
  pointer-events: all;
  z-index: 100;
  background: #FFFFFFBB;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Spinner_Spinner_d1fa161 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 3em;
}
.Dot_Spinner_d1fa161 {
  background-color: var(--peachy-pink);
  border-radius: 50%;
  animation: pulse_Spinner_d1fa161 400ms ease-out infinite alternate;
  height: 80px;
  width: 80px;
}
@media screen and (max-width: 900px) {
  .Dot_Spinner_d1fa161 {
    height: 50px;
    width: 50px;
  }
}
.Dot_Spinner_d1fa161:nth-child(2) {
  animation-delay: 125ms;
}
.Dot_Spinner_d1fa161:nth-child(3) {
  animation-delay: 250ms;
}
@keyframes pulse_Spinner_d1fa161 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
clickable:hover {
  cursor: pointer;
}

/* CssModules:TreeNode.b12e4ef.css-module */
.TreeNode_TreeNode_b12e4ef {
  display: flex;
  position: relative;
  flex-direction: column;
  line-height: 2em;
}
.TreeNode_TreeNode_b12e4ef:not(:empty):before {
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  border-left: 2px dashed lightgray;
  border-radius: 1em;
}
.TreeNode_TreeNode_b12e4ef > li {
  padding: 0 0 0 0.2em;
  position: relative;
  cursor: default;
  display: flex;
  flex-direction: column;
}
.TreeNode_TreeNode_b12e4ef > li::before {
  position: absolute;
  pointer-events: none;
  left: 0.8em;
  content: "";
  display: inline;
}
.TreeNode_TreeNode_b12e4ef dl {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 1em;
  padding-left: 1em;
  width: auto;
}
.TreeNode_TreeNode_b12e4ef dt,
.TreeNode_TreeNode_b12e4ef dd {
  display: inline-block;
  margin-inline: 0;
}
.TreeNode_TreeNode_b12e4ef dt {
  font-weight: normal;
}
.TreeNode_TreeNode_b12e4ef li:first-child > dl {
  border-top-left-radius: 1em;
}
.TreeNode_TreeNode_b12e4ef li:last-child > dl {
  border-bottom-left-radius: 1em;
}
.TreeNode_TreeNode_b12e4ef dl:hover {
  background-color: aliceblue;
}
.metaPressed .TreeNode_TreeNode_b12e4ef dl:hover {
  background-color: mistyrose;
  cursor: context-menu;
}
.altPressed .TreeNode_TreeNode_b12e4ef dl:hover {
  background-color: lavender;
  cursor: grabbing;
}
.shiftPressed .TreeNode_TreeNode_b12e4ef dl:hover {
  background-color: lightyellow;
  cursor: grabbing;
}
.TreeNode_TreeNode_b12e4ef > li > ul {
  padding-left: 1.2em;
}
.TreeNode_TreeNode_b12e4ef > li[data-open=true] {
}
.TreeNode_TreeNode_b12e4ef > li[data-open=true] > dl {
  cursor: pointer;
}
.TreeNode_TreeNode_b12e4ef > li[data-open=true] > span:last-child {
}
.TreeNode_TreeNode_b12e4ef > li[data-open=false] > dl {
  cursor: pointer;
}
.TreeNode_TreeNode_b12e4ef > li[data-open=true]::before {
  content: "";
}
.TreeNode_TreeNode_b12e4ef > li[data-open=false]::before {
  content: "";
}

/* CssModules:DragScope.28b6f79.css-module */
.DragPane_DragScope_28b6f79 {
  height: 100vh;
  width: 100vw;
}
.DragPane_DragScope_28b6f79[data-drag-state=draggable] {
  cursor: grab;
}
.DragPane_DragScope_28b6f79[data-drag-state=dragging] {
  cursor: grabbing;
}
.spacePressed *[data-grabbed=true] {
}

/* CssModules:Autocomplete.c0e5ecb.css-module */
.Autocomplete_Autocomplete_c0e5ecb {
  position: relative;
  display: inline-block;
}
.clickable_Autocomplete_c0e5ecb:hover {
  cursor: pointer;
}
.hidden_Autocomplete_c0e5ecb {
  display: none;
}
.choiceList_Autocomplete_c0e5ecb {
  border: 2px solid var(--peachy-pink);
  background-color: white;
  border-radius: 0.5em;
  outline: none;
  height: 7em;
  transform: translateY(2.4em);
  min-width: 25em;
}
.choiceListItem_Autocomplete_c0e5ecb {
  display: block;
  padding: 0.2em 1em;
}
.choiceListItem_Autocomplete_c0e5ecb:hover {
  cursor: pointer;
  background-color: mistyrose;
}
.selectedChoiceListItem_Autocomplete_c0e5ecb {
  background-color: var(--peachy-pink);
  color: white;
}
.tag_Autocomplete_c0e5ecb {
  display: inline-block;
  background-color: var(--peachy-green-light);
  padding: 0.5ch;
  border-radius: 0.5ch;
  margin-top: 0.5ch;
  margin-left: 0.5ch;
}

/* CssModules:ErrorWrapped.d818588.css-module */
.invalidField_ErrorWrapped_d818588 input,
.invalidField_ErrorWrapped_d818588 select {
  border-color: var(--error);
}
.invalidField_ErrorWrapped_d818588 .message_ErrorWrapped_d818588 {
  color: var(--error);
}
.warningField_ErrorWrapped_d818588 input,
.warningField_ErrorWrapped_d818588 select {
  border-color: var(--warning);
}
.warningField_ErrorWrapped_d818588 .message_ErrorWrapped_d818588 {
  color: var(--warning);
}
.message_ErrorWrapped_d818588 {
  position: absolute;
  bottom: -6px;
  right: 8px;
  font-size: small;
  padding-left: 2px;
  padding-right: 2px;
  background: white;
  white-space: nowrap;
}

/* CssModules:PeachyTabs.d266b18.css-module */
.Tabs_PeachyTabs_d266b18 {
  width: 100%;
}
.Tabs_PeachyTabs_d266b18 > ul {
  display: flex;
  flex-direction: row;
}
.Tabs_PeachyTabs_d266b18 > ul > li {
  padding: 0.5em;
  cursor: pointer;
  background-color: white;
  border-radius: 0.5em 0.5em 0 0;
  opacity: 0.6;
  color: var(--text-color);
  border: 1px solid var(--pencil-color);
}
.Tabs_PeachyTabs_d266b18 > ul > li[data-is-selected=true] {
  border-bottom: none;
  opacity: 1;
}
.Tabs_PeachyTabs_d266b18 > div {
  padding: 1em;
  background-color: white;
  border: 1px solid var(--pencil-color);
  border-top: none;
  border-radius: 0 0 0.5em 0.5em;
}

/* CssModules:Spinner.d03a67d.css-module */
.Spinner_Spinner_d03a67d {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1em;
  margin-bottom: 10vh;
}
.Spinner_Spinner_d03a67d div {
  height: 2em;
  width: 2em;
  background-color: var(--peachy-pink);
  border-radius: 1em;
  animation: pulse_Spinner_d03a67d 400ms ease-out infinite alternate;
  transform: scale(0);
  opacity: 0;
}
.Spinner_Spinner_d03a67d div:nth-child(2) {
  animation-delay: 125ms;
}
.Spinner_Spinner_d03a67d div:nth-child(3) {
  animation-delay: 250ms;
}
@keyframes pulse_Spinner_d03a67d {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* CssModules:Home.2334dab.css-module */
.userGroup_Home_2334dab {
  color: var(--peachy-pink);
}

/* CssModules:Scratch.6eb7f49.css-module */
.Tabs_Scratch_6eb7f49 > ul {
  display: flex;
  flex-direction: row;
}
.Tabs_Scratch_6eb7f49 > ul > li {
  padding: 0.5em;
  cursor: pointer;
  background-color: white;
  border-radius: 0.5em 0.5em 0 0;
  opacity: 0.6;
  color: var(--text-color);
  border: 1px solid var(--pencil-color);
}
.Tabs_Scratch_6eb7f49 > ul > li[data-is-selected=true] {
  border-bottom: none;
  opacity: 1;
}
.Tabs_Scratch_6eb7f49 > div {
  padding: 1em;
  background-color: white;
  border: 1px solid var(--pencil-color);
  border-top: none;
  border-radius: 0 0 0.5em 0.5em;
}

/* CssModules:AddressLooker.abe75e0.css-module */
.Lookup_AddressLooker_abe75e0 {
  width: 50vw;
}
.ListSelector_AddressLooker_abe75e0 {
  margin-top: 2em;
  border: 2px solid var(--peachy-pink);
  background-color: white;
  border-radius: 0.5em;
  outline: none;
  height: 7em;
  min-width: 25em;
}
.ListSelector_AddressLooker_abe75e0 > li {
  display: block;
  padding: 0.2em 1em;
}
.ListSelector_AddressLooker_abe75e0 > li[data-is-selected=true] {
  background-color: var(--peachy-pink);
  color: white;
}
.options_AddressLooker_abe75e0 li > * {
}

/* CssModules:Card.7564aaf.css-module */
.Card_Card_7564aaf {
  display: flex;
  flex-direction: column;
  gap: 1em;
  background-color: white;
  border-radius: 1em;
  padding: 1em;
  filter: var(--card-shadow);
}
.highlight_Card_7564aaf {
  background-color: var(--peachy-purple-light);
}

/* CssModules:peachy-library.cf8c5ce.css-module */
.clickable_peachy-library_cf8c5ce:hover {
  cursor: pointer;
}

/* CssModules:Table.a920f72.css-module */
.table_Table_a920f72 {
  position: relative;
  text-align: left;
}
.table_Table_a920f72 th:first-child {
  position: sticky;
  position: -webkit-sticky;
  left: 0px;
  z-index: 11;
}
.table_Table_a920f72 :where(th, td) {
  padding: 0.75rem;
  vertical-align: top;
  font-size: medium;
}
.table_Table_a920f72 :where(thead, tfoot) :where(th, td) {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.table_Table_a920f72:where(:not(.table-zebra)) :where(thead, tbody, tfoot) :where(tr:not(:last-child) :where(th, td)) {
  border-bottom-width: 1px;
  border-color: var(--pencil-color);
}
.table_Table_a920f72 tr {
  transition: 1s linear all;
}

/* CssModules:Stat.7786930.css-module */
.stat_Stat_7786930 {
  display: inline-grid;
  width: 100%;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.statFigure_Stat_7786930 {
  grid-column-start: 2;
  grid-row: span 3 / span 3;
  grid-row-start: 1;
  place-self: center;
  justify-self: end;
}
.statTitle_Stat_7786930 {
  grid-column-start: 1;
  white-space: nowrap;
}
.statValue_Stat_7786930 {
  grid-column-start: 1;
  white-space: nowrap;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 800;
}
.statDesc_Stat_7786930 {
  grid-column-start: 1;
  white-space: nowrap;
  font-size: 0.8rem;
  line-height: 1rem;
}
.accent_Stat_7786930 {
  color: var(--peachy-purple);
}
.primary_Stat_7786930 {
  color: var(--peachy-pink);
}
.info_Stat_7786930 {
  color: var(--peachy-green);
}

/* CssModules:Svg.2fb3280.css-module */
.svg_Svg_2fb3280 {
  background-position: center;
  background-repeat: no-repeat;
}
.consultationsAndDiagnostics_Svg_2fb3280 {
  background-image: url("./public/assets/benefits/5MKJ5FFK-ConsultationsAndDiagnostics.svg");
}
.dental_Svg_2fb3280 {
  background-image: url("./public/assets/benefits/N36YZC6D-Dental.svg");
}
.dentalAndOptical_Svg_2fb3280 {
  background-image: url("./public/assets/benefits/7ESGJK7R-DentalAndOptical.svg");
}
.hospitalCare_Svg_2fb3280 {
  background-image: url("./public/assets/benefits/OOXP6SKB-HospitalCare.svg");
}
.mentalHealthInPatient_Svg_2fb3280 {
  background-image: url("./public/assets/benefits/E7Y5ITQD-MentalHealthInPatient.svg");
}
.mentalHealthOutPatient_Svg_2fb3280 {
  background-image: url("./public/assets/benefits/AQNPE223-MentalHealthOutPatient.svg");
}
.optical_Svg_2fb3280 {
  background-image: url("./public/assets/benefits/I5ZXZUM7-Optical.svg");
}
.therapies_Svg_2fb3280 {
  background-image: url("./public/assets/benefits/F5U52TAL-Therapies.svg");
}
.virtualGP_Svg_2fb3280 {
  background-image: url("./public/assets/benefits/SC3RBQZV-VirtualGP.svg");
}

/* CssModules:ClaimDetails.d96d272.css-module */
.claimsCostTable_ClaimDetails_d96d272 table {
  width: 100%;
}
.claimsCostTable_ClaimDetails_d96d272 table td:nth-child(3) {
  width: 100%;
}
.QnA_ClaimDetails_d96d272 {
  overflow-y: scroll;
  max-height: 90vh;
}

/* CssModules:ProcessClaimActivity.013c193.css-module */
.newRowHighlight_ProcessClaimActivity_013c193 {
  background-color: var(--peachy-green-light);
}
.clickable_ProcessClaimActivity_013c193:hover {
  cursor: pointer;
}
.readOnlyRow_ProcessClaimActivity_013c193 {
  background-color: var(--peachy-purple-light);
}
.table_ProcessClaimActivity_013c193 {
  position: relative;
  text-align: left;
}
.table_ProcessClaimActivity_013c193 th:first-child {
  position: sticky;
  position: -webkit-sticky;
  left: 0px;
  z-index: 11;
}
.table_ProcessClaimActivity_013c193 :where(th, td) {
  padding: 0.75rem;
  vertical-align: middle;
  font-size: medium;
}
.table_ProcessClaimActivity_013c193 :where(thead, tfoot) :where(th, td) {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.table_ProcessClaimActivity_013c193:where(:not(.table-zebra)) :where(thead, tbody, tfoot) :where(tr:not(:last-child) :where(th, td)) {
  border-bottom-width: 1px;
  border-color: var(--pencil-color);
}
.table_ProcessClaimActivity_013c193 tr {
  transition: 1s linear all;
}
.numeric_ProcessClaimActivity_013c193.table_ProcessClaimActivity_013c193 {
  text-align: right;
}
.table_ProcessClaimActivity_013c193 .textual_ProcessClaimActivity_013c193 {
  text-align: left;
}

/* CssModules:RepoView.e8e4112.css-module */
.RepoView_RepoView_e8e4112 header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.RepoView_RepoView_e8e4112 li[data-copy-status] > dl > dd > span > pre {
  background-color: turquoise !important;
  transition: none;
}
.RepoView_RepoView_e8e4112 li[data-copy-status=copy-json] > ul dl {
  background-color: paleturquoise !important;
  transition: none;
}
.RepoView_RepoView_e8e4112 dl {
  user-select: none;
}
.RepoView_RepoView_e8e4112 dt {
  color: rebeccapurple;
}
.RepoView_RepoView_e8e4112 dd > span {
  display: flex;
}
.RepoView_RepoView_e8e4112 dd > span > i {
  width: 2em;
}
.RepoView_RepoView_e8e4112 dd > span > pre {
  font-family: Poppins, sans-serif;
  font-style: italic;
  font-size: 0.8em;
  background-color: transparent;
  transition: background-color 500ms;
  opacity: 0.3;
}
.RepoView_RepoView_e8e4112 dl {
  background-color: transparent;
}
.shiftPressed .RepoView_RepoView_e8e4112 dl {
  transition: background-color 500ms;
}

/* CssModules:RepoNodeEditor.89056da.css-module */
.RepoNodeEditor_RepoNodeEditor_89056da {
  background-color: white;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1em;
  padding: 1em;
  border: 2px solid var(--peachy-pink);
  min-height: 10em;
  min-width: 26em;
}
.PropEditor_RepoNodeEditor_89056da {
  height: 2em;
  display: flex;
  align-items: center;
  column-gap: 0.5em;
}
.PropEditor_RepoNodeEditor_89056da > *:last-child {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.PropEditor_RepoNodeEditor_89056da .tag_RepoNodeEditor_89056da {
  max-width: 10em;
  align-self: center;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--peachy-purple);
}
.PropEditor_RepoNodeEditor_89056da .type_RepoNodeEditor_89056da {
  font-style: italic;
  cursor: pointer;
}
.RepoNodeEditor_RepoNodeEditor_89056da button {
  align-self: flex-end;
}
.RepoNodeEditor_RepoNodeEditor_89056da .validButton_RepoNodeEditor_89056da {
}
.RepoNodeEditor_RepoNodeEditor_89056da .invalidButton_RepoNodeEditor_89056da {
  opacity: 0.5;
  pointer-events: none;
}
.ValueEditor_RepoNodeEditor_89056da .toggle_RepoNodeEditor_89056da {
  font-size: 2em;
}
.dataTypeList_RepoNodeEditor_89056da {
  border-radius: 1em;
  position: relative;
  top: 1.1em;
}
.dataTypeListItem_RepoNodeEditor_89056da {
  padding: 0.2em 0.5em;
  cursor: pointer;
}
.dataTypeListItem_RepoNodeEditor_89056da:hover {
  background-color: mistyrose;
}
.dataTypeSelectedListItem_RepoNodeEditor_89056da {
  background-color: var(--peachy-pink) !important;
  color: white;
}
.ValueEditor_RepoNodeEditor_89056da > input[type=number] {
}
.DataTypeSelector_RepoNodeEditor_89056da {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.DataTypeSelector_RepoNodeEditor_89056da label {
  display: flex;
  cursor: pointer;
  column-gap: 0.5em;
  align-self: stretch;
}
.DataTypeSelector_RepoNodeEditor_89056da label > input {
  position: relative;
  appearance: none;
  outline: none;
}
.DataTypeSelector_RepoNodeEditor_89056da label > input:after {
  display: inline-block;
  content: " ";
  border-radius: 50%;
  border: 1px solid var(--peachy-pink);
  background-color: transparent;
  transition: background-color 200ms;
  height: 0.7em;
  width: 0.7em;
}
.DataTypeSelector_RepoNodeEditor_89056da label > input:checked:after {
  background-color: var(--peachy-pink);
}

/* CssModules:ElementEditor.f40f099.css-module */
.ElementEditor_ElementEditor_f40f099 {
  display: flex;
  flex-direction: column;
  padding: 1em 1.5em 1em 0;
  border-top: 2px dashed var(--pencil-color);
  gap: 1em;
  margin-bottom: 1em;
}
.ElementEditor_ElementEditor_f40f099 .addEntry_ElementEditor_f40f099 {
  background-color: var(--peachy-purple);
  border-radius: 1em;
  font-size: 0.8em;
  height: 2em;
  width: 2em;
  position: relative;
  margin-left: 2.5em;
  align-self: flex-start;
}
.ElementEditor_ElementEditor_f40f099 .deleteEntry_ElementEditor_f40f099 i {
  display: inline-block;
}
.ElementEditor_ElementEditor_f40f099 .deleteEntry_ElementEditor_f40f099 {
  left: -2em;
  background-color: white;
  color: grey;
  border-radius: 1em;
  border: 1px solid var(--pencil-color);
  font-size: 0.8em;
  height: 2em;
  width: 2em;
  align-self: center;
  pointer-events: none;
  opacity: 0;
}
.ElementEditor_ElementEditor_f40f099 .deletedEntry_ElementEditor_f40f099 {
  opacity: 0.3;
}
.ElementEditor_ElementEditor_f40f099 .deletedEntry_ElementEditor_f40f099 dt {
  text-decoration: line-through;
}
.tagModal_ElementEditor_f40f099 {
  background-color: white;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1em;
  padding: 1em;
  border: 2px solid var(--peachy-pink);
}
.tagModal_ElementEditor_f40f099 button {
  align-self: flex-end;
}
.ElementEditor_ElementEditor_f40f099 ul {
  line-height: 2em;
  position: relative;
  z-index: 0;
}
.ElementEditor_ElementEditor_f40f099 ul > li {
  transition: top 200ms, left 200ms;
  display: flex;
  gap: 0.5em;
  align-items: center;
  position: relative;
}
.ElementEditor_ElementEditor_f40f099 ul > li:hover .deleteEntry_ElementEditor_f40f099 {
  pointer-events: all;
  opacity: 1;
}
.spacePressed .ElementEditor_ElementEditor_f40f099 ul > li[data-grabbed=true] {
  transition: none;
  z-index: 1;
}
.ElementEditor_ElementEditor_f40f099 dl {
  user-select: none;
  display: flex;
  column-gap: 1em;
}
.ElementEditor_ElementEditor_f40f099 dt {
  color: var(--peachy-purple);
  font-weight: normal;
}
.ElementEditor_ElementEditor_f40f099 dd > span {
  display: flex;
}
.ElementEditor_ElementEditor_f40f099 dd > span > i {
  width: 2em;
}
.ElementEditor_ElementEditor_f40f099 dd > span > pre {
  font-family: Poppins, sans-serif;
  font-style: italic;
  font-size: 0.8em;
  background-color: transparent;
  opacity: 0.3;
}

/* CssModules:RepoStatus.a69a451.css-module */
.RepoStatus_RepoStatus_a69a451 {
  display: flex;
  column-gap: 0.5em;
  align-items: center;
}
.RepoStatus_RepoStatus_a69a451 .status_RepoStatus_a69a451 {
  border: 1px solid var(--peachy-purple);
  background-color: var(--peachy-purple-light);
  border-radius: 1em;
  display: inline-block;
  padding: 0 0.6em;
  color: var(--peachy-purple);
  opacity: 1;
  transition: opacity 200ms;
}
.RepoStatus_RepoStatus_a69a451 .inSync_RepoStatus_a69a451 {
  opacity: 0;
}
.RepoStatus_RepoStatus_a69a451 .notInSync_RepoStatus_a69a451 {
  opacity: 1;
}

/* CssModules:PasswordBox.c9893e5.css-module */
.PasswordBox_PasswordBox_c9893e5 {
  position: relative;
  display: flex;
}
.PasswordBox_PasswordBox_c9893e5 i {
  position: absolute;
  transform: translateY(-50%);
  display: flex;
  right: 0.5em;
  color: var(--peachy-pink);
  top: 50%;
}

/* CssModules:NewPassword.00b0228.css-module */
.AdminResetPassword_NewPassword_00b0228 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5em;
}
.AdminResetPassword_NewPassword_00b0228 fieldset {
  display: inline-flex;
  flex-direction: column;
  width: 15em;
  gap: 1em;
}
.AdminResetPassword_NewPassword_00b0228 fieldset button {
  width: 100%;
}
.toggle_NewPassword_00b0228 span {
  font-size: 0.8em;
  padding-left: 0.5em;
}
.toggle_NewPassword_00b0228 > input {
  height: 1em;
  width: 1.5em;
  background-color: var(--pencil-color) !important;
}
.toggle_NewPassword_00b0228 > input::before {
  background-color: white;
}
.toggle_NewPassword_00b0228 > input:checked {
  background-color: var(--peachy-green) !important;
}

/* CssModules:CancelSubscription.b707639.css-module */
.details_CancelSubscription_b707639 {
  min-width: 800px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, auto));
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}
.wideField_CancelSubscription_b707639 {
  grid-column: span 2;
}
.container_CancelSubscription_b707639 {
  display: flex;
  flex-direction: column;
  row-gap: 2em;
}
.container_CancelSubscription_b707639 > button {
  padding: 0.5em 1em;
  align-self: center;
}
.table_CancelSubscription_b707639 :where(th, td) {
  padding: 0.5rem;
  position: relative;
  vertical-align: middle;
  font-size: medium;
}
.table_CancelSubscription_b707639 a {
  color: unset;
}

/* CssModules:CancelButtons.92decec.css-module */
.container_CancelButtons_92decec {
  display: flex;
  justify-content: space-evenly;
  width: 10em;
}
.container_CancelButtons_92decec > button {
  width: 70px;
}
.container_CancelButtons_92decec > button:disabled {
  opacity: 0.3;
}

/* CssModules:CancelReason.7bebadd.css-module */
.list_CancelReason_7bebadd {
  border: 2px solid var(--peachy-pink);
  border-radius: 0.5em;
  font-size: var(--font-size-small);
  overflow-y: scroll;
}
.listItem_CancelReason_7bebadd {
  padding: 0.2em 0.5em;
}
.listItem_CancelReason_7bebadd:hover {
  background-color: var(--peachy-pink-light);
  cursor: pointer;
}
.selectedItem_CancelReason_7bebadd {
  color: white;
}
.selectedItem_CancelReason_7bebadd,
.selectedItem_CancelReason_7bebadd:hover {
  background-color: var(--peachy-pink);
}

/* CssModules:Modal.b2391c5.css-module */
.modal_Modal_b2391c5 {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: white;
  border: 1px solid var(--neutral-dark);
  border-radius: 0.5em;
  margin: auto;
  max-height: 70vh;
  position: relative;
  overflow-y: scroll;
  row-gap: 1em;
  max-width: 80%;
  min-width: 50em;
}
.modal_Modal_b2391c5 section {
  padding: 2em 2em 1em 2em;
  display: flex;
  flex-direction: column;
  row-gap: 2em;
  overflow-y: scroll;
  align-items: start;
  width: 100%;
}
.modal_Modal_b2391c5 ul {
  margin-inline-start: 0.5em;
  list-style: disc inside;
}

/* CssModules:IamModal.9965fb4.css-module */
.IamModal_IamModal_9965fb4 {
  min-width: 25em;
  flex-direction: column;
  padding: 1.5em 3em;
}
.IamModal_IamModal_9965fb4 a {
  text-align: right;
  font-size: 0.8em;
}
.IamModal_IamModal_9965fb4 ul {
  color: var(--peachy-purple);
  margin-left: 1em;
  list-style-type: disc;
  font-size: 0.7em;
}
.IamModal_IamModal_9965fb4 mark {
  background-color: white;
  color: var(--peachy-pink);
  font-size: 0.8em;
  font-weight: 600;
}
.IamModal_IamModal_9965fb4 mark::before {
  content: "!";
  width: 1em;
  display: inline-block;
  background-color: var(--peachy-pink);
  color: white;
  text-align: center;
  margin-right: 0.5em;
  border-radius: 100%;
}

/* CssModules:MainNav.5a7458e.css-module */
.MainNav_MainNav_5a7458e {
  background-color: var(--pencil-color);
  height: 100%;
}
.MainNav_MainNav_5a7458e {
  display: flex;
  flex-direction: column;
  padding: 2em 1em;
}
.MainNav_MainNav_5a7458e li a {
  border: 1px solid transparent;
  font-size: 0.8em;
  display: block;
  color: var(--text-color);
  padding: 0.5em;
  border-radius: 0.5em;
}
.MainNav_MainNav_5a7458e .active_MainNav_5a7458e {
  border: 1px solid var(--pencil-color);
  background-color: white;
}

/* CssModules:MainPane.b1cbd32.css-module */
.MainPane_MainPane_b1cbd32 {
  padding: 1em;
  margin: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/*# sourceMappingURL=GCIZG5EY-index.css.map */
