@charset "UTF-8";
/*
! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-x-1\/2{
  left: 50%;
  right: 50%;
}
.inset-y-1\/2{
  top: 50%;
  bottom: 50%;
}
.-top-\[1\.6rem\]{
  top: -1.6rem;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.left-2{
  left: 0.5rem;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-2{
  top: 0.5rem;
}
.z-50{
  z-index: 50;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.col-span-8{
  grid-column: span 8 / span 8;
}
.m-0{
  margin: 0px;
}
.m-2{
  margin: 0.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-auto{
  margin-right: auto;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-\[1\.6rem\]{
  margin-top: 1.6rem;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-1\/2{
  height: 50%;
}
.h-2{
  height: 0.5rem;
}
.h-\[--checkbox-size\]{
  height: var(--checkbox-size);
}
.h-\[--max-input-height\]{
  height: var(--max-input-height);
}
.h-\[1px\]{
  height: 1px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[26px\]{
  height: 26px;
}
.h-\[50vh\]{
  height: 50vh;
}
.h-\[80vh\]{
  height: 80vh;
}
.h-\[83vh\]{
  height: 83vh;
}
.h-\[90vh\]{
  height: 90vh;
}
.h-\[94\.5vh\]{
  height: 94.5vh;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.max-h-64{
  max-height: 16rem;
}
.max-h-\[--half-max-input-height\]{
  max-height: var(--half-max-input-height);
}
.max-h-\[--max-input-height\]{
  max-height: var(--max-input-height);
}
.max-h-\[24px\]{
  max-height: 24px;
}
.max-h-\[4rem\]{
  max-height: 4rem;
}
.max-h-\[50vh\]{
  max-height: 50vh;
}
.max-h-\[5vh\]{
  max-height: 5vh;
}
.max-h-\[80vh\]{
  max-height: 80vh;
}
.max-h-\[85vh\]{
  max-height: 85vh;
}
.max-h-max{
  max-height: -moz-max-content;
  max-height: max-content;
}
.min-h-\[--half-max-input-height\]{
  min-height: var(--half-max-input-height);
}
.min-h-\[--max-input-height\]{
  min-height: var(--max-input-height);
}
.min-h-\[4rem\]{
  min-height: 4rem;
}
.min-h-\[5vh\]{
  min-height: 5vh;
}
.w-\[--checkbox-size\]{
  width: var(--checkbox-size);
}
.w-\[20px\]{
  width: 20px;
}
.w-\[50px\]{
  width: 50px;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-min{
  width: -moz-min-content;
  width: min-content;
}
.min-w-\[--half-max-input-height\]{
  min-width: var(--half-max-input-height);
}
.min-w-\[--max-input-height\]{
  min-width: var(--max-input-height);
}
.min-w-\[15vw\]{
  min-width: 15vw;
}
.\!max-w-\[10rem\]{
  max-width: 10rem !important;
}
.\!max-w-\[5rem\]{
  max-width: 5rem !important;
}
.max-w-64{
  max-width: 16rem;
}
.max-w-\[--half-max-input-height\]{
  max-width: var(--half-max-input-height);
}
.max-w-\[--max-input-height\]{
  max-width: var(--max-input-height);
}
.max-w-\[24px\]{
  max-width: 24px;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-max{
  max-width: -moz-max-content;
  max-width: max-content;
}
.border-separate{
  border-collapse: separate;
}
.border-spacing-0{
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2{
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2{
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default{
  cursor: default;
}
.cursor-pointer{
  cursor: pointer;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-flow-col{
  grid-auto-flow: column;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-9{
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.content-center{
  align-content: center;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overscroll-contain{
  overscroll-behavior: contain;
}
.overflow-ellipsis{
  text-overflow: ellipsis;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.\!rounded-none{
  border-radius: 0px !important;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.\!rounded-r-none{
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.rounded-b-none{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-l-xl{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-r-xl{
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.rounded-bl-md{
  border-bottom-left-radius: 0.375rem;
}
.rounded-br-md{
  border-bottom-right-radius: 0.375rem;
}
.rounded-tl-md{
  border-top-left-radius: 0.375rem;
}
.rounded-tr-md{
  border-top-right-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-8{
  border-left-width: 8px;
}
.border-r{
  border-right-width: 1px;
}
.border-r-0{
  border-right-width: 0px;
}
.border-t{
  border-top-width: 1px;
}
.\!border-none{
  border-style: none !important;
}
.border-none{
  border-style: none;
}
.border-\[--border-color\]{
  border-color: var(--border-color);
}
.border-\[--disabled-color\]{
  border-color: var(--disabled-color);
}
.border-\[--fail-label-border-color\]{
  border-color: var(--fail-label-border-color);
}
.border-\[--notice-color\]{
  border-color: var(--notice-color);
}
.border-\[--primary-color\]{
  border-color: var(--primary-color);
}
.border-\[--primary-label-border-color\]{
  border-color: var(--primary-label-border-color);
}
.border-\[--secondary-color\]{
  border-color: var(--secondary-color);
}
.border-\[--success-color\]{
  border-color: var(--success-color);
}
.border-\[--success-label-border-color\]{
  border-color: var(--success-label-border-color);
}
.border-\[--warning-color\]{
  border-color: var(--warning-color);
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-b-\[--border-color\]{
  border-bottom-color: var(--border-color);
}
.border-b-\[--primary-color\]{
  border-bottom-color: var(--primary-color);
}
.border-b-crm-primary{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(60 112 193 / var(--tw-border-opacity));
}
.border-l-\[--fail-color\]{
  border-left-color: var(--fail-color);
}
.border-l-\[--notice-color\]{
  border-left-color: var(--notice-color);
}
.border-l-\[--primary-color\]{
  border-left-color: var(--primary-color);
}
.border-l-\[--success-color\]{
  border-left-color: var(--success-color);
}
.border-l-\[--warning-color\]{
  border-left-color: var(--warning-color);
}
.border-r-\[--border-color\]{
  border-right-color: var(--border-color);
}
.bg-\[--bg-color\]{
  background-color: var(--bg-color);
}
.bg-\[--border-color\]{
  background-color: var(--border-color);
}
.bg-\[--disabled-color\]{
  background-color: var(--disabled-color);
}
.bg-\[--fail-color\]{
  background-color: var(--fail-color);
}
.bg-\[--fail-label-bg-color\]{
  background-color: var(--fail-label-bg-color);
}
.bg-\[--modal-bg-color\]{
  background-color: var(--modal-bg-color);
}
.bg-\[--notice-color\]{
  background-color: var(--notice-color);
}
.bg-\[--notice-label-color\]{
  background-color: var(--notice-label-color);
}
.bg-\[--primary-color\]{
  background-color: var(--primary-color);
}
.bg-\[--primary-label-bg-color\]{
  background-color: var(--primary-label-bg-color);
}
.bg-\[--secondary-color\]{
  background-color: var(--secondary-color);
}
.bg-\[--success-color\]{
  background-color: var(--success-color);
}
.bg-\[--success-label-bg-color\]{
  background-color: var(--success-label-bg-color);
}
.bg-\[--warning-color\]{
  background-color: var(--warning-color);
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\!bg-none{
  background-image: none !important;
}
.bg-none{
  background-image: none;
}
.p-0{
  padding: 0px;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.\!py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[0\.5em\]{
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.pl-\[4em\]{
  padding-left: 4em;
}
.text-center{
  text-align: center;
}
.\!text-sm{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-\[0px\]{
  font-size: 0px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.\!text-crm-fail{
  --tw-text-opacity: 1 !important;
  color: rgb(235 57 57 / var(--tw-text-opacity)) !important;
}
.text-\[--primary-color\]{
  color: var(--primary-color);
}
.text-\[--sub-heading-color\]{
  color: var(--sub-heading-color);
}
.text-\[--text-off-white\]{
  color: var(--text-off-white);
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-crm-fail{
  --tw-text-opacity: 1;
  color: rgb(235 57 57 / var(--tw-text-opacity));
}
.text-crm-primary{
  --tw-text-opacity: 1;
  color: rgb(60 112 193 / var(--tw-text-opacity));
}
.text-crm-success{
  --tw-text-opacity: 1;
  color: rgb(143 217 130 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-transparent{
  color: transparent;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\!shadow-none{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-crm-primary{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(60 112 193 / var(--tw-ring-opacity));
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.content-\[\'\'\]{
  --tw-content: '';
  content: var(--tw-content);
}
.content-\[counter\(counter\)\]{
  --tw-content: counter(counter);
  content: var(--tw-content);
}
.content-\[none\]{
  --tw-content: none;
  content: var(--tw-content);
}
.tight-card,
  .card,
  .loose-card,
  .zero-p-card{
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--border-color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tight-card.disabled,
  .card.disabled,
  .loose-card.disabled,
  .zero-p-card.disabled{
  background-color: var(--bg-color);
}
.tight-card.primary,
  .card.primary,
  .loose-card.primary,
  .zero-p-card.primary{
  border-left-width: 8px;
  border-left-color: var(--primary-color);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tight-card.warning,
  .card.warning,
  .loose-card.warning,
  .zero-p-card.warning{
  border-left-width: 8px;
  border-left-color: var(--warning-color);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tight-card.success,
  .card.success,
  .loose-card.success,
  .zero-p-card.success{
  border-left-width: 8px;
  border-left-color: var(--success-color);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tight-card.notice,
  .card.notice,
  .loose-card.notice,
  .zero-p-card.notice{
  border-left-width: 8px;
  border-left-color: var(--notice-color);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tight-card.fail,
  .card.fail,
  .loose-card.fail,
  .zero-p-card.fail{
  border-left-width: 8px;
  border-left-color: var(--fail-color);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tight-card.circular,
  .card.circular,
  .loose-card.circular,
  .zero-p-card.circular{
  border-radius: 9999px;
}
.tight-card.rounded-top-only,
  .card.rounded-top-only,
  .loose-card.rounded-top-only,
  .zero-p-card.rounded-top-only{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.tight-card.rounded-bottom-only,
  .card.rounded-bottom-only,
  .loose-card.rounded-bottom-only,
  .zero-p-card.rounded-bottom-only{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.tight-card.rounded-left-only,
  .card.rounded-left-only,
  .loose-card.rounded-left-only,
  .zero-p-card.rounded-left-only{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.tight-card.rounded-right-only,
  .card.rounded-right-only,
  .loose-card.rounded-right-only,
  .zero-p-card.rounded-right-only{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.tight-card.not-rounded,
  .card.not-rounded,
  .loose-card.not-rounded,
  .zero-p-card.not-rounded{
  border-radius: 0px;
}
.tight-card.no-border-top,
  .card.no-border-top,
  .loose-card.no-border-top,
  .zero-p-card.no-border-top{
  border-top-width: 0px;
}
.tight-card.no-border-bottom,
  .card.no-border-bottom,
  .loose-card.no-border-bottom,
  .zero-p-card.no-border-bottom{
  border-bottom-width: 0px;
}
.tight-card.no-border-left,
  .card.no-border-left,
  .loose-card.no-border-left,
  .zero-p-card.no-border-left{
  border-left-width: 0px;
}
.tight-card.no-border-right,
  .card.no-border-right,
  .loose-card.no-border-right,
  .zero-p-card.no-border-right{
  border-right-width: 0px;
}
.tight-card.no-border,
  .card.no-border,
  .loose-card.no-border,
  .zero-p-card.no-border{
  border-width: 0px;
}
.zero-p-card{
  padding: 0px;
}
.tight-card{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.card{
  padding: 1rem;
}
.loose-card{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.chat-bubble{
  width: -moz-fit-content;
  width: fit-content;
  max-width: 32rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.chat-bubble.sent{
  border-bottom-left-radius: 0.75rem;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.chat-bubble.sent.colored{
  background-color: var(--primary-color);
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.chat-bubble.received{
  border-bottom-right-radius: 0.75rem;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.chat-bubble.received.colored{
  border-width: 1px;
  border-color: var(--border-color);
  background-color: var(--bg-color);
  padding: 1rem;
}
.checkbox-group,
  .radio-group{
  display: grid;
  max-width: -moz-max-content;
  max-width: max-content;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}
.checkbox-group label,
  .radio-group label{
  cursor: pointer;
}
.slider{
  display: inline-block;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--border-color);
  background-color: var(--bg-color);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media not all and (min-width: 640px){
  .slider{
    overflow-x: auto;
  }
}
.slider label{
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
}
@media not all and (min-width: 640px){
  .slider label{
    min-width: 16rem;
  }
}
@media (min-width: 640px){
  .slider label{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.slider input[type=radio]{
  display: none;
}
.slider input[type=radio]:checked + label{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--primary-color);
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.modal{
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 50;
  height: 100%;
  width: 100%;
  background-color: var(--modal-bg-color);
}
.modal>*{
  z-index: 50;
}
.modal .card{
  position: relative;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  max-height: 80vh;
  max-width: -moz-max-content;
  max-width: max-content;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow-y: auto;
}
.side-bar{
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 50;
  height: 100%;
  width: 100%;
  overscroll-behavior: contain;
  background-color: var(--modal-bg-color);
}
.side-bar>*{
  z-index: 50;
}
.side-bar .right{
  margin-left: auto;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  border-width: 1px;
  border-color: var(--border-color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media not all and (min-width: 1280px){
  .side-bar .right{
    width: 66.666667%;
  }
}
@media not all and (min-width: 768px){
  .side-bar .right{
    width: 100%;
  }
}
@media (min-width: 1280px){
  .side-bar .right{
    width: 33.333333%;
  }
}
.side-bar .left{
  margin-right: auto;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  border-width: 1px;
  border-color: var(--border-color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media not all and (min-width: 1280px){
  .side-bar .left{
    width: 66.666667%;
  }
}
@media not all and (min-width: 768px){
  .side-bar .left{
    width: 100%;
  }
}
@media (min-width: 1280px){
  .side-bar .left{
    width: 33.333333%;
  }
}
.with-icon-right{
  position: relative;
}
.with-icon-right a,
  .with-icon-right select,
  .with-icon-right input,
  .with-icon-right button{
  height: 100%;
  width: 100%;
  padding-right: 2.5rem;
}
.with-icon-right select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: none;
}
.with-icon-right svg-icon,
  .with-icon-right img{
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50%;
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-right: 0.75rem;
}
.with-icon-left{
  position: relative;
}
.with-icon-left a,
  .with-icon-left select,
  .with-icon-left input,
  .with-icon-left button{
  height: 100%;
  width: 100%;
  padding-left: 2.5rem;
}
.with-icon-left textarea{
  padding-left: 4em;
}
.with-icon-left.textarea img,
  .with-icon-left.textarea svg-icon{
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  max-height: 24px;
  max-width: 24px;
}
.with-icon-left:not(.textarea) svg-icon{
  position: absolute;
  height: 50%;
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.with-icon-left:not(.textarea) img{
  position: absolute;
  height: 50%;
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-left: 0.75rem;
}
.highlighted{
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 0.5rem;
  background-color: var(--secondary-color);
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.v-spacing-tight > :not(:last-child){
  margin-bottom: 0.25rem;
}
.v-spacing > *:not(:last-child){
  margin-bottom: 0.5rem;
}
.v-spacing-loose > *:not(:last-child){
  margin-bottom: 1rem;
}
.h-spacing-tight > *:not(:last-child){
  margin-right: 0.25rem;
}
.h-spacing > *:not(:last-child){
  margin-right: 0.5rem;
}
.h-spacing-loose > *:not(:last-child){
  margin-right: 1rem;
}
.h-border > *:not(:last-child){
  border-right-width: 1px;
  border-right-color: var(--border-color);
}
.hide-scrollbar::-webkit-scrollbar {
    width: 0;
  }
.content-space {
    content: " ";
  }
.indent-tight{
  margin-left: 0.5rem;
}
.indent{
  margin-left: 1rem;
}
.indent-loose{
  margin-left: 1.5rem;
}
.margins-tight{
  margin: 0.5rem;
}
.margins{
  margin: 1rem;
}
.margins-loose{
  margin: 1.5rem;
}
.h-margins-tight{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.h-margins{
  margin-left: 1rem;
  margin-right: 1rem;
}
.h-margins-loose{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.v-margins-tight{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.v-margins{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.v-margins-loose{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.padding-tight{
  padding: 0.5rem;
}
.padding{
  padding: 1rem;
}
.padding-loose{
  padding: 1.5rem;
}
.h-padding-tight{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.h-padding{
  padding-left: 1rem;
  padding-right: 1rem;
}
.h-padding-loose{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
:not(.card).h-full-sub-nav{
  height: 90vh;
}
.h-full-sub-nav{
  height: 94.5vh;
}
.v-padding-tight{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.v-padding{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.v-padding-loose{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.v-border > *:not(:last-child){
  border-bottom-width: 1px;
}
.content-data-label {
    content: attr(data-label);
  }
.progress-bar{
  display: grid;
  width: 100%;
  grid-auto-flow: column;
  align-items: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media not all and (min-width: 640px){
  .progress-bar{
    overflow-x: scroll;
  }
}
.progress-bar>*{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media not all and (min-width: 640px){
  .progress-bar > *{
    min-width: 11rem;
  }
}
.progress-bar :first-child{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.progress-bar :not(.active ~ *, .active){
  border-width: 2px;
  border-right-width: 0px;
  border-color: var(--primary-color);
}
.progress-bar .active{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-width: 2px;
  border-color: var(--primary-color);
  background-color: var(--primary-label-bg-color);
}
.responsive-row{
  display: grid;
}
@media not all and (min-width: 768px){
  .responsive-row{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 1rem;
  }
}
@media (min-width: 768px){
  .responsive-row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .responsive-row > *:last-child{
    justify-self: end;
  }
}
.h1{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.h2{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.h3{
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--sub-heading-color);
}
.h3.heavy{
  font-weight: 500;
}
.h4{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.h4.heavy{
  font-weight: 500;
}
.h5{
  margin: 0px;
  padding: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--primary-color);
}
.h6, .h6.disabled,
  .tag,
  .tag.disabled{
  max-height: -moz-max-content;
  max-height: max-content;
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--disabled-color);
  background-color: var(--border-color);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
}
.h6.primary,
  .tag.primary{
  border-width: 1px;
  border-color: var(--primary-label-border-color);
  background-color: var(--primary-label-bg-color);
}
.h6.success,
  .tag.success{
  border-width: 1px;
  border-color: var(--success-label-border-color);
  background-color: var(--success-label-bg-color);
}
.h6.notice,
  .tag.notice{
  border-width: 1px;
  border-color: var(--notice-color);
  background-color: var(--notice-label-color);
}
.h6.fail,
  .tag.fail{
  border-width: 1px;
  border-color: var(--fail-label-border-color);
  background-color: var(--fail-label-bg-color);
}
.h6.flat,
  .tag.flat{
  border-style: none;
}
:root {
  --sub-heading-color: #8b8b8b;
  --primary-color: #3c70c1;
  --primary-color-hover: #2b57b0;
  --secondary-color: #acc3ea;
  --secondary-color-hover: #9bbbd9;
  --warning-color: #ebb439;
  --warning-color-hover: #daa328;
  --fail-color: #F72121;
  --fail-color-hover: #e61010;
  --disabled-color: #8b8b8b;
  --notice-color: #e261ce;
  --notice-border-color: #d150bd;
  --notice-label-color: #f594ff;
  --success-color: #8fd982;
  --success-color-hover: #9fea93;
  --passive-color-hover: #efefef;
  --passive-color: white;
  --text-off-white: #646464;
  --border-color: #e5e6eb;
  --bg-color: #F0F0F0;
  --modal-bg-color: #f7f8fa99;
  --primary-label-bg-color: #e2eaff;
  --primary-label-border-color: #3969eb;
  --success-label-bg-color: #b6f7ca;
  --success-label-border-color: #078646;
  --fail-label-bg-color: #ffb9b9;
  --fail-label-border-color: #eb3939;
  --max-input-height: 2.75rem;
  --min-input-width: 4.688rem;
  --table-cell-height: 3.75rem;
  --table-cell-width: 5.688rem;
  --half-max-input-height: calc(var(--max-input-height) / 2);
  --checkbox-size: 1.25rem;
  font-size: 14px;
}

html,
body{
  background-color: var(--bg-color);
}

table{
  width: 100%;
  border-collapse: separate;
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

@media (min-width: 768px){
  table{
    text-align: center;
  }
}
table[class*=tight] tr td{
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media (min-width: 768px){
  table[class*=loose] tr td{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
table thead{
  border-radius: 0.5rem;
  background-color: var(--bg-color);
}
@media not all and (min-width: 768px){
  table thead tr{
    display: none;
  }
}
table thead tr th{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  color: var(--text-off-white);
}
table thead tr th:first-child{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
table thead tr th:last-child{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
table thead::after{
  display: block;
  height: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  content: " ";
}
table tbody tr:first-child{
  border-color: var(--border-color);
}
table tbody tr:first-child td:first-child{
  border-top-left-radius: 0.375rem;
  border-left-width: 1px;
}
table tbody tr:first-child td{
  border-top-width: 1px;
}
table tbody tr:first-child td:last-child{
  border-top-right-radius: 0.375rem;
  border-right-width: 1px;
}
table tbody tr:last-child td:first-child{
  border-bottom-left-radius: 0.375rem;
  border-left-width: 1px;
}
table tbody tr:last-child td{
  border-bottom-width: 1px;
}
table tbody tr:last-child td:last-child{
  border-bottom-right-radius: 0.375rem;
  border-right-width: 1px;
}
@media not all and (min-width: 768px){
  table tbody tr::after{
    display: block;
    height: 10px;
    content: " ";
  }
}
table tbody tr td{
  border-color: var(--border-color);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media not all and (min-width: 768px){
  table tbody tr td{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-color: var(--border-color);
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 768px){
  table tbody tr td{
    height: var(--table-cell-height);
  }
}
table tbody tr td::before{
  font-weight: 600;
}
@media not all and (min-width: 768px){
  table tbody tr td::before{
    margin-right: 1.5rem;
    content: attr(data-label);
  }
  table tbody tr td:first-child{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    border-top-width: 1px;
    border-color: var(--border-color);
  }
}
@media (min-width: 768px){
  table tbody tr td:first-child{
    border-left-width: 1px;
  }
}
@media not all and (min-width: 768px){
  table tbody tr td:last-child{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 768px){
  table tbody tr td:last-child{
    border-right-width: 1px;
  }
  table tbody tr td:has(editable){
    max-width: 0px;
  }
}
table tbody tr:not(:last-child) td{
  border-bottom-width: 1px;
  border-color: var(--border-color);
}
table tbody tr:not(:last-child) td:last-child{
  border-bottom-width: 1px;
  border-color: var(--border-color);
}

ngx-extended-pdf-viewer button svg{
  display: inline-block;
}
ngx-extended-pdf-viewer #toolbarViewerMiddle {
  position: relative !important;
  left: 0 !important;
  transform: none !important;
}

button:not(ngx-extended-pdf-viewer button),
a[class*=btn],
input[type=button],
input[type=submit]{
  max-height: var(--max-input-height);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0.5rem;
  background-color: var(--primary-color);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

button:not(ngx-extended-pdf-viewer button):hover,
a[class*=btn]:hover,
input[type=button]:hover,
input[type=submit]:hover{
  cursor: pointer;
  background-color: var(--primary-color-hover);
}

@media (min-width: 640px){
  button:not(ngx-extended-pdf-viewer button),
a[class*=btn],
input[type=button],
input[type=submit]{
    display: flex;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
button:not(ngx-extended-pdf-viewer button):not(.with-icon-left, .with-icon-right) img,
a[class*=btn]:not(.with-icon-left, .with-icon-right) img,
input[type=button]:not(.with-icon-left, .with-icon-right) img,
input[type=submit]:not(.with-icon-left, .with-icon-right) img{
  height: 50%;
  width: 50%;
}
button:not(ngx-extended-pdf-viewer button)[class*=square],
a[class*=btn][class*=square],
input[type=button][class*=square],
input[type=submit][class*=square]{
  display: flex;
  max-height: var(--max-input-height);
  min-height: var(--max-input-height);
  min-width: var(--max-input-height);
  max-width: var(--max-input-height);
  align-items: center;
  justify-content: center;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
button:not(ngx-extended-pdf-viewer button)[class*=circular],
a[class*=btn][class*=circular],
input[type=button][class*=circular],
input[type=submit][class*=circular]{
  display: flex;
  max-height: var(--max-input-height);
  min-height: var(--max-input-height);
  min-width: var(--max-input-height);
  max-width: var(--max-input-height);
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
button:not(ngx-extended-pdf-viewer button)[class*=circular].small,
a[class*=btn][class*=circular].small,
input[type=button][class*=circular].small,
input[type=submit][class*=circular].small{
  max-height: var(--half-max-input-height);
  min-height: var(--half-max-input-height);
  min-width: var(--half-max-input-height);
  max-width: var(--half-max-input-height);
  font-size: 0.875rem;
  line-height: 1.25rem;
}
button:not(ngx-extended-pdf-viewer button)[class*=primary],
a[class*=btn][class*=primary],
input[type=button][class*=primary],
input[type=submit][class*=primary]{
  background-color: var(--primary-color);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
button:not(ngx-extended-pdf-viewer button)[class*=primary]:hover,
a[class*=btn][class*=primary]:hover,
input[type=button][class*=primary]:hover,
input[type=submit][class*=primary]:hover{
  background-color: var(--primary-color-hover);
}
button:not(ngx-extended-pdf-viewer button)[class*=secondary],
a[class*=btn][class*=secondary],
input[type=button][class*=secondary],
input[type=submit][class*=secondary]{
  background-color: var(--secondary-color);
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgb(60 112 193 / var(--tw-text-opacity));
}
button:not(ngx-extended-pdf-viewer button)[class*=secondary]:hover,
a[class*=btn][class*=secondary]:hover,
input[type=button][class*=secondary]:hover,
input[type=submit][class*=secondary]:hover{
  background-color: var(--secondary-color-hover);
}
button:not(ngx-extended-pdf-viewer button)[class*=fail],
a[class*=btn][class*=fail],
input[type=button][class*=fail],
input[type=submit][class*=fail]{
  background-color: var(--fail-color);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
button:not(ngx-extended-pdf-viewer button)[class*=fail]:hover,
a[class*=btn][class*=fail]:hover,
input[type=button][class*=fail]:hover,
input[type=submit][class*=fail]:hover{
  background-color: var(--fail-color-hover);
}
button:not(ngx-extended-pdf-viewer button)[class*=disabled],
a[class*=btn][class*=disabled],
input[type=button][class*=disabled],
input[type=submit][class*=disabled]{
  border-width: 1px;
  border-color: var(--border-color);
  background-color: var(--disabled-color);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
button:not(ngx-extended-pdf-viewer button)[class*=passive],
a[class*=btn][class*=passive],
input[type=button][class*=passive],
input[type=submit][class*=passive]{
  border-width: 1px;
  border-color: var(--secondary-color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--primary-color);
}
button:not(ngx-extended-pdf-viewer button)[class*=passive]:hover,
a[class*=btn][class*=passive]:hover,
input[type=button][class*=passive]:hover,
input[type=submit][class*=passive]:hover{
  background-color: var(--passive-color-hover);
}
button:not(ngx-extended-pdf-viewer button)[class*=success],
a[class*=btn][class*=success],
input[type=button][class*=success],
input[type=submit][class*=success]{
  border-width: 1px;
  border-color: var(--success-color);
  background-color: var(--success-color);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
button:not(ngx-extended-pdf-viewer button)[class*=success]:hover,
a[class*=btn][class*=success]:hover,
input[type=button][class*=success]:hover,
input[type=submit][class*=success]:hover{
  background-color: var(--success-color-hover);
}
button:not(ngx-extended-pdf-viewer button)[class*=warning],
a[class*=btn][class*=warning],
input[type=button][class*=warning],
input[type=submit][class*=warning]{
  border-width: 1px;
  border-color: var(--warning-color);
  background-color: var(--warning-color);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
button:not(ngx-extended-pdf-viewer button)[class*=warning]:hover,
a[class*=btn][class*=warning]:hover,
input[type=button][class*=warning]:hover,
input[type=submit][class*=warning]:hover{
  background-color: var(--warning-color-hover);
}
button:not(ngx-extended-pdf-viewer button)[class*=notice],
a[class*=btn][class*=notice],
input[type=button][class*=notice],
input[type=submit][class*=notice]{
  border-width: 1px;
  border-color: var(--notice-color);
  background-color: var(--notice-color);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
button:not(ngx-extended-pdf-viewer button)[class*=notice]:hover,
a[class*=btn][class*=notice]:hover,
input[type=button][class*=notice]:hover,
input[type=submit][class*=notice]:hover{
  background-color: var(--notice-border-color);
}
button:not(ngx-extended-pdf-viewer button)[class*=transparent],
a[class*=btn][class*=transparent],
input[type=button][class*=transparent],
input[type=submit][class*=transparent]{
  border-style: none;
  background-color: transparent;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
button:not(ngx-extended-pdf-viewer button)[class*=transparent]:hover,
a[class*=btn][class*=transparent]:hover,
input[type=button][class*=transparent]:hover,
input[type=submit][class*=transparent]:hover{
  background-image: none;
}
button:not(ngx-extended-pdf-viewer button)[disabled],
a[class*=btn][disabled],
input[type=button][disabled],
input[type=submit][disabled]{
  background-color: var(--disabled-color);
}
button:not(ngx-extended-pdf-viewer button)[disabled]:hover,
a[class*=btn][disabled]:hover,
input[type=button][disabled]:hover,
input[type=submit][disabled]:hover{
  background-color: var(--disabled-color);
}

a:not(.btn){
  cursor: pointer;
  font-weight: 500;
}
a:not(.btn)[class*=activated], a:not(.btn):hover:not(.no-hover){
  color: var(--primary-color);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

ul[class*=row]{
  display: flex;
  flex-direction: row;
}

@media not all and (min-width: 640px){
  ul[class*=row]{
    flex-direction: column;
  }
}
@media (min-width: 640px){
  ul[class*=row] > :not(:last-child){
    margin-right: 2rem;
  }
}

ol{
  list-style-type: none;
}
ol li{
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 1.5rem;
  counter-increment: counter;
}
ol li span{
  display: block;
}
ol li::before{
  position: absolute;
  left: 0px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 0.5rem;
  font-size: 14px;
  color: var(--primary-color);
  --tw-content: counter(counter);
  content: var(--tw-content);
}

ol.no-last li:last-child {
  counter-increment: none;
}
ol.no-last li:last-child::before{
  --tw-content: none;
  content: var(--tw-content);
}

hr{
  border-color: var(--border-color);
}

select{
  height: var(--max-input-height);
  max-height: var(--max-input-height);
  cursor: pointer;
  text-overflow: ellipsis;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--border-color);
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type=week]::-webkit-calendar-picker-indicator,
input[type=datetime-local]::-webkit-calendar-picker-indicator,
input[type=month]::-webkit-calendar-picker-indicator{
  cursor: pointer;
  padding-right: 0.5rem;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAo0lEQVR4nOWSPQoCUQyEX+ctBPUA9iaChYWHcU280dYewE424d1mCwtBWF6jZC180f0BWwemmcmXakLIBIc4hWNc5pnJMutCl1bFZYEkJZAIcrXN3WYkJXKcO8gCZEnI+hi2JAcDVZtxSFvbrQOBtUHW05CBtekApQ4jApb6L0Ekue2K86QPss5uHPgegNyR5dpj69J6rzP38QX7qX37Y3K/6AkcbsZ10EwQdAAAAABJRU5ErkJggg==") no-repeat left center;
}

input[type=time]::-webkit-calendar-picker-indicator{
  cursor: pointer;
  padding-right: 0.5rem;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAADU0lEQVR4nO2az2tTQRDH30nrQbH+RlB7FNGTv5rsxFzEH6DYo61/QSnJTPoDvfWs9aAoiFf/BLVqUXkzSS2leBT782QVqRbPWsXIvNCK7Wua97KbpNKBJS+E7O7nfWfnzew+z9uw/9Sgs9AMmG8D5AFAGQTiCSD+Bsg/ghZcy3jwG/JAiuRKGv3tXiPYhcyzzUmSa4A8ZEh+AUkxStP/GJTnJscd2pdXa2vNjWwB5G4g/hR18qs2lI8GhdL9flNNIAzyRSCZsQawEmg6hXLeGYBKb0juOgNY7nYoj1R5qxCns6/2AvHbOBNKZSQJlDcxgcYSPW/2WIFIo9+icse9s4v9xFaGZErnUBUEZPK7S2E0votUCwKlNpPu9ffFU6Lfb4rrTg5AiupmsUI0ID+wMLhNkCIQ34sTYouNByLFJMm5ysMs8mSjggDKdEUPzdIT29KgLkBIIxnjmmpoqtD4IDJbduEHCaDFAV2BQOBifns5txpaPyAyGA7RWWiOk4rXC8Sg/DyVGd0Woka+zfpdc6kISRGy+UshIHJ7vYEY4lthIIPrDQRQHq8A0SzT7kC8kELpW+xfr9WvLY8xsVIRknmrsue4J+Rm9VodA+VriGvpToe9QdLd/q7wssAiCMl35yCtuZEdy8dIdg3vdw9CFl0Lec5kCwdDXOuGc9cytjJe5LlE1j8aLPBuOXCy6+XOQAnk67ZVB5RxJ+HXEH85k+Nj2l+i2z9sUD5bnThVEH6DrU5LSuinfncKQYFr3bSaotRcCSqTouiGcqyksQ5KQNB4ITRpLEUVfhH9rhSO1x5Cigb5aShEAJLjjsgdZn1Ikn+ilhCgLZe/WtNS14kaJLNH+t9tWhUkUAWF6j1RWLP5mbIQS6pUuU3qWI2pincc9Xyi3hOG0Ma/gfyzXhQD5Pv1n7j821DuRIL462Iy1jguxaNrLvDVTGuKBlkvM3rYFAtiCQb9FvtlcAQlkCcTPa8PeTZMj7/q4WaGeFSrSs/NYahGjhqAoDx0evau5xNuXY0nIofY6tRh1FTB4lr4oE/surwBUcrN/HatLuPsWel/NIvVBDB2aLVtWhsY4su6jWmInwQv0OiGxtJLNTJvSN5reaqVnRZFyb7hrdYnsmFeY9gfwx+PZZsYLOMAAAAASUVORK5CYII=") no-repeat left center;
}

.input,
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=month],
input[type=date],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=search],
textarea{
  max-height: -moz-max-content;
  max-height: max-content;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--border-color);
  padding: 0.5rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.input:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=month]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=search]:focus,
textarea:focus{
  --tw-ring-color: var(--primary-color);
}
.input[class*=rounded],
input[type=text][class*=rounded],
input[type=email][class*=rounded],
input[type=tel][class*=rounded],
input[type=number][class*=rounded],
input[type=password][class*=rounded],
input[type=month][class*=rounded],
input[type=date][class*=rounded],
input[type=datetime-local][class*=rounded],
input[type=week][class*=rounded],
input[type=time][class*=rounded],
input[type=search][class*=rounded],
textarea[class*=rounded]{
  border-radius: 9999px;
}
.input[class*=disabled],
input[type=text][class*=disabled],
input[type=email][class*=disabled],
input[type=tel][class*=disabled],
input[type=number][class*=disabled],
input[type=password][class*=disabled],
input[type=month][class*=disabled],
input[type=date][class*=disabled],
input[type=datetime-local][class*=disabled],
input[type=week][class*=disabled],
input[type=time][class*=disabled],
input[type=search][class*=disabled],
textarea[class*=disabled]{
  background-color: var(--bg-color);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.input[class*=rounded-top-only],
input[type=text][class*=rounded-top-only],
input[type=email][class*=rounded-top-only],
input[type=tel][class*=rounded-top-only],
input[type=number][class*=rounded-top-only],
input[type=password][class*=rounded-top-only],
input[type=month][class*=rounded-top-only],
input[type=date][class*=rounded-top-only],
input[type=datetime-local][class*=rounded-top-only],
input[type=week][class*=rounded-top-only],
input[type=time][class*=rounded-top-only],
input[type=search][class*=rounded-top-only],
textarea[class*=rounded-top-only]{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.input[class*=no-ring],
input[type=text][class*=no-ring],
input[type=email][class*=no-ring],
input[type=tel][class*=no-ring],
input[type=number][class*=no-ring],
input[type=password][class*=no-ring],
input[type=month][class*=no-ring],
input[type=date][class*=no-ring],
input[type=datetime-local][class*=no-ring],
input[type=week][class*=no-ring],
input[type=time][class*=no-ring],
input[type=search][class*=no-ring],
textarea[class*=no-ring]{
  border-color: var(--border-color);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.input[disabled],
input[type=text][disabled],
input[type=email][disabled],
input[type=tel][disabled],
input[type=number][disabled],
input[type=password][disabled],
input[type=month][disabled],
input[type=date][disabled],
input[type=datetime-local][disabled],
input[type=week][disabled],
input[type=time][disabled],
input[type=search][disabled],
textarea[disabled]{
  background-color: var(--bg-color);
}
.input[disabled]::-moz-placeholder, input[type=text][disabled]::-moz-placeholder, input[type=email][disabled]::-moz-placeholder, input[type=tel][disabled]::-moz-placeholder, input[type=number][disabled]::-moz-placeholder, input[type=password][disabled]::-moz-placeholder, input[type=month][disabled]::-moz-placeholder, input[type=date][disabled]::-moz-placeholder, input[type=datetime-local][disabled]::-moz-placeholder, input[type=week][disabled]::-moz-placeholder, input[type=time][disabled]::-moz-placeholder, input[type=search][disabled]::-moz-placeholder, textarea[disabled]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.input[disabled]::placeholder,
input[type=text][disabled]::placeholder,
input[type=email][disabled]::placeholder,
input[type=tel][disabled]::placeholder,
input[type=number][disabled]::placeholder,
input[type=password][disabled]::placeholder,
input[type=month][disabled]::placeholder,
input[type=date][disabled]::placeholder,
input[type=datetime-local][disabled]::placeholder,
input[type=week][disabled]::placeholder,
input[type=time][disabled]::placeholder,
input[type=search][disabled]::placeholder,
textarea[disabled]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.input[class*=transparent],
input[type=text][class*=transparent],
input[type=email][class*=transparent],
input[type=tel][class*=transparent],
input[type=number][class*=transparent],
input[type=password][class*=transparent],
input[type=month][class*=transparent],
input[type=date][class*=transparent],
input[type=datetime-local][class*=transparent],
input[type=week][class*=transparent],
input[type=time][class*=transparent],
input[type=search][class*=transparent],
textarea[class*=transparent]{
  border-style: none;
  background-image: none;
  --tw-ring-color: transparent;
}

input[type=checkbox],
input[type=radio]{
  height: var(--checkbox-size);
  width: var(--checkbox-size);
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 2px;
  border-color: var(--primary-color);
  color: var(--primary-color);
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

input[type=checkbox]{
  display: flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
input[type=checkbox]::after{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  content: "✓";
}
input[type=checkbox]:checked{
  background-color: var(--primary-color);
}

input[type=checkbox]:disabled{
  cursor: default;
  background-color: var(--disabled-color);
}

input[type=checkbox]:disabled:hover{
  background-color: var(--disabled-color);
}

input[type=checkbox].switch{
  position: relative;
  height: 26px;
  width: 50px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
input[type=checkbox].switch::after {
  content: " ";
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 9999px;
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
input[type=checkbox].switch:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(60 112 193 / var(--tw-bg-opacity));
}
input[type=checkbox].switch:checked::after{
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
input[type=checkbox].switch:not(:checked)::after{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-duration: 300ms;
}

input[type=radio]{
  border-radius: 9999px;
}

input[type=radio].square{
  border-radius: 0.125rem;
  border-width: 0px;
  --tw-ring-color: transparent;
}
input[type=radio].square:checked{
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-image: none;
}

input[type=file]{
  max-height: var(--max-input-height);
  width: -moz-min-content;
  width: min-content;
  cursor: pointer;
  overflow: hidden;
  border-width: 0px;
  background-color: transparent;
  font-size: 0px;
  color: transparent;
}

input[type=file]::file-selector-button{
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(60 112 193 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(60 112 193 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

input[type=file]::file-selector-button:hover{
  cursor: pointer;
  --tw-border-opacity: 1;
  border-color: rgb(60 112 193 / var(--tw-border-opacity));
  background-color: var(--primary-color-hover);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

input[type=file] {
  outline: none !important;
}

section,
.section{
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
section div[class*=card],
.section div[class*=card]{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

article,
.article{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
nav{
  display: flex;
  max-height: 5vh;
  min-height: 5vh;
  width: 100%;
  flex-direction: row;
  align-items: center;
  border-width: 1px;
  border-bottom-color: var(--border-color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
nav .highlighted{
  border-radius: 0px;
  border-bottom-width: 2px;
  border-bottom-color: var(--primary-color);
  background-color: transparent;
  padding: 0px;
  color: var(--primary-color);
}
@media not all and (min-width: 640px){
  nav .highlighted{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 640px){
  nav .highlighted{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

.label-group{
  display: flex;
  width: 100%;
  flex-direction: column;
}
.label-group label{
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--sub-heading-color);
}
.label-group label.heavy{
  font-weight: 500;
}

.label-group-inline{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.label-group-inline > *:not(:last-child){
  margin-right: 0.5rem;
}
.label-group-inline label{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

h1{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

h2{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

h3{
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--sub-heading-color);
}

h3.heavy{
  font-weight: 500;
}

h4{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

h4.heavy{
  font-weight: 500;
}

h5{
  margin: 0px;
  padding: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--primary-color);
}

h6,h6.disabled{
  max-height: -moz-max-content;
  max-height: max-content;
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--disabled-color);
  background-color: var(--border-color);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
}

h6.primary{
  border-width: 1px;
  border-color: var(--primary-label-border-color);
  background-color: var(--primary-label-bg-color);
}

h6.success{
  border-width: 1px;
  border-color: var(--success-label-border-color);
  background-color: var(--success-label-bg-color);
}

h6.notice{
  border-width: 1px;
  border-color: var(--notice-color);
  background-color: var(--notice-label-color);
}

h6.fail{
  border-width: 1px;
  border-color: var(--fail-label-border-color);
  background-color: var(--fail-label-bg-color);
}

h6.flat{
  border-style: none;
}

hr[data-label]{
  position: relative;
  height: auto;
  border-width: 0px;
  text-align: center;
}
hr[data-label]::before{
  position: absolute;
  left: 0px;
  top: 50%;
  height: 1px;
  width: 100%;
  background-color: var(--border-color);
  --tw-content: "";
  content: var(--tw-content);
}
hr[data-label]::after{
  position: relative;
  align-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: var(--sub-heading-color);
    content: attr(data-label);
  /* user `class="bg-color" when using the `<hr />` on the background */
}
hr[data-label][class*=bg-color]::after{
  background-color: var(--bg-color);
}

span[data-label],
div[data-label]{
  position: relative;
  margin-top: 1.6rem;
}
span[data-label]::before,
div[data-label]::before{
  position: absolute;
  top: -1.6rem;
  left: 0px;
    content: attr(data-label);
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--sub-heading-color);
}
span[data-label].heavy::before,
div[data-label].heavy::before{
  font-weight: 500;
}

.file\:rounded-md::file-selector-button{
  border-radius: 0.375rem;
}

.file\:border-crm-primary::file-selector-button{
  --tw-border-opacity: 1;
  border-color: rgb(60 112 193 / var(--tw-border-opacity));
}

.file\:bg-crm-primary::file-selector-button{
  --tw-bg-opacity: 1;
  background-color: rgb(60 112 193 / var(--tw-bg-opacity));
}

.file\:p-2::file-selector-button{
  padding: 0.5rem;
}

.file\:text-base::file-selector-button{
  font-size: 1rem;
  line-height: 1.5rem;
}

.file\:text-white::file-selector-button{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

.hover\:bg-\[--disabled-color\]:hover{
  background-color: var(--disabled-color);
}

.hover\:bg-\[--fail-color-hover\]:hover{
  background-color: var(--fail-color-hover);
}

.hover\:bg-\[--notice-border-color\]:hover{
  background-color: var(--notice-border-color);
}

.hover\:bg-\[--passive-color-hover\]:hover{
  background-color: var(--passive-color-hover);
}

.hover\:bg-\[--primary-color-hover\]:hover{
  background-color: var(--primary-color-hover);
}

.hover\:bg-\[--secondary-color-hover\]:hover{
  background-color: var(--secondary-color-hover);
}

.hover\:bg-\[--success-color-hover\]:hover{
  background-color: var(--success-color-hover);
}

.hover\:bg-\[--warning-color-hover\]:hover{
  background-color: var(--warning-color-hover);
}

.hover\:bg-crm-passive-hover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:file\:cursor-pointer::file-selector-button:hover{
  cursor: pointer;
}

.hover\:file\:border-crm-primary::file-selector-button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(60 112 193 / var(--tw-border-opacity));
}

.hover\:file\:bg-\[--primary-color-hover\]::file-selector-button:hover{
  background-color: var(--primary-color-hover);
}

.focus\:ring-\[--primary-color\]:focus{
  --tw-ring-color: var(--primary-color);
}

.group:hover .group-hover\:inline-block{
  display: inline-block;
}

@media not all and (min-width: 1280px){
  .max-xl\:w-2\/3{
    width: 66.666667%;
  }
}

@media not all and (min-width: 768px){
  .max-md\:mr-6{
    margin-right: 1.5rem;
  }
  .max-md\:block{
    display: block;
  }
  .max-md\:flex{
    display: flex;
  }
  .max-md\:hidden{
    display: none;
  }
  .max-md\:h-\[10px\]{
    height: 10px;
  }
  .max-md\:w-full{
    width: 100%;
  }
  .max-md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .max-md\:flex-row{
    flex-direction: row;
  }
  .max-md\:items-center{
    align-items: center;
  }
  .max-md\:justify-between{
    justify-content: space-between;
  }
  .max-md\:gap-y-4{
    row-gap: 1rem;
  }
  .max-md\:rounded-b-md{
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
  .max-md\:rounded-t-md{
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }
  .max-md\:border-x{
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .max-md\:border-b{
    border-bottom-width: 1px;
  }
  .max-md\:border-t{
    border-top-width: 1px;
  }
  .max-md\:border-\[--border-color\]{
    border-color: var(--border-color);
  }
  .max-md\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .max-md\:shadow{
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media not all and (min-width: 640px){
  .max-sm\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .max-sm\:min-w-64{
    min-width: 16rem;
  }
  .max-sm\:overflow-x-scroll{
    overflow-x: scroll;
  }
}

@media (min-width: 640px){
  .sm\:flex{
    display: flex;
  }
  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

@media (min-width: 768px){
  .md\:h-\[--table-cell-height\]{
    height: var(--table-cell-height);
  }
  .md\:border-l{
    border-left-width: 1px;
  }
  .md\:border-r{
    border-right-width: 1px;
  }
  .md\:text-center{
    text-align: center;
  }
}

/*# sourceMappingURL=styles.css.map */