*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | 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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
}

.btn {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.25rem;
  text-decoration: none;
  border: 1px solid transparent;
  box-shadow: none;
  cursor: pointer;
}

.btn > * {
  pointer-events: none;
}

.icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: relative;
  top: -.125em;
  fill: currentColor;
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled, button.btn:disabled {
  pointer-events: none;
}

.btn-group {
  display: inline-flex;
}

.btn-group > .btn:not(:last-child), .btn-group > [data-hv-toggle="tooltip"]:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child), .btn-group > [data-hv-toggle="tooltip"]:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}

.btn-xs {
  padding: 0px 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 0.25rem;
}

.btn-xs .icon {
  width: 0.75rem;
  height: 0.75rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 0.25rem;
}

.btn-sm .icon {
  width: 0.875rem;
  height: 0.875rem;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 0.25rem;
}

.btn-lg .icon {
  width: 1.125rem;
  height: 1.125rem;
}

.btn-primary {
  background-color: #3b82f6;
  color: #FFFFFF;
}

.btn-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2em rgba(59, 130, 246, 0.5);
}

.btn-primary:active {
  background-color: #1E6FF5;
  color: #FFFFFF;
}

.btn-primary:not(:disabled):not(.disabled):hover {
  background-color: #2574F5;
  color: #FFFFFF;
}

.block > .btn-primary.dropdown-toggle {
  background-color: #1E6FF5;
  color: #FFFFFF;
}

.btn-outline-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-color: #3b82f6;
  color: #3b82f6;
}

.btn-outline-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2em rgba(59, 130, 246, 0.5);
}

.btn-outline-primary:active {
  background-color: #3b82f6;
  color: #FFFFFF;
}

.btn-outline-primary:not(:disabled):not(.disabled):hover {
  background-color: #3b82f6;
  color: #FFFFFF;
}

.block > .btn-outline-primary.dropdown-toggle {
  background-color: #3b82f6;
  color: #FFFFFF;
}

.btn-secondary {
  background-color: #6b7280;
  color: #FFFFFF;
}

.btn-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2em rgba(107, 114, 128, 0.5);
}

.btn-secondary:active {
  background-color: #606773;
  color: #FFFFFF;
}

.btn-secondary:not(:disabled):not(.disabled):hover {
  background-color: #636976;
  color: #FFFFFF;
}

.block > .btn-secondary.dropdown-toggle {
  background-color: #606773;
  color: #FFFFFF;
}

.btn-outline-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-color: #6b7280;
  color: #6b7280;
}

.btn-outline-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2em rgba(107, 114, 128, 0.5);
}

.btn-outline-secondary:active {
  background-color: #6b7280;
  color: #FFFFFF;
}

.btn-outline-secondary:not(:disabled):not(.disabled):hover {
  background-color: #6b7280;
  color: #FFFFFF;
}

.block > .btn-outline-secondary.dropdown-toggle {
  background-color: #6b7280;
  color: #FFFFFF;
}

.btn-success {
  background-color: #22c55e;
  color: #FFFFFF;
}

.btn-success:focus {
  outline: 0;
  box-shadow: 0 0 0 .2em rgba(34, 197, 94, 0.5);
}

.btn-success:active {
  background-color: #1FB155;
  color: #FFFFFF;
}

.btn-success:not(:disabled):not(.disabled):hover {
  background-color: #1FB657;
  color: #FFFFFF;
}

.block > .btn-success.dropdown-toggle {
  background-color: #1FB155;
  color: #FFFFFF;
}

.btn-outline-success {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-color: #22c55e;
  color: #22c55e;
}

.btn-outline-success:focus {
  outline: 0;
  box-shadow: 0 0 0 .2em rgba(34, 197, 94, 0.5);
}

.btn-outline-success:active {
  background-color: #22c55e;
  color: #FFFFFF;
}

.btn-outline-success:not(:disabled):not(.disabled):hover {
  background-color: #22c55e;
  color: #FFFFFF;
}

.block > .btn-outline-success.dropdown-toggle {
  background-color: #22c55e;
  color: #FFFFFF;
}

.btn-danger {
  background-color: #ef4444;
  color: #FFFFFF;
}

.btn-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 .2em rgba(239, 68, 68, 0.5);
}

.btn-danger:active {
  background-color: #ED2828;
  color: #FFFFFF;
}

.btn-danger:not(:disabled):not(.disabled):hover {
  background-color: #ED2F2F;
  color: #FFFFFF;
}

.block > .btn-danger.dropdown-toggle {
  background-color: #ED2828;
  color: #FFFFFF;
}

.btn-outline-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-color: #ef4444;
  color: #ef4444;
}

.btn-outline-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 .2em rgba(239, 68, 68, 0.5);
}

.btn-outline-danger:active {
  background-color: #ef4444;
  color: #FFFFFF;
}

.btn-outline-danger:not(:disabled):not(.disabled):hover {
  background-color: #ef4444;
  color: #FFFFFF;
}

.block > .btn-outline-danger.dropdown-toggle {
  background-color: #ef4444;
  color: #FFFFFF;
}

.btn-warning {
  background-color: #eab308;
  color: #FFFFFF;
}

.btn-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 .2em rgba(234, 179, 8, 0.5);
}

.btn-warning:active {
  background-color: #D3A107;
  color: #FFFFFF;
}

.btn-warning:not(:disabled):not(.disabled):hover {
  background-color: #D8A607;
  color: #FFFFFF;
}

.block > .btn-warning.dropdown-toggle {
  background-color: #D3A107;
  color: #FFFFFF;
}

.btn-outline-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-color: #eab308;
  color: #eab308;
}

.btn-outline-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 .2em rgba(234, 179, 8, 0.5);
}

.btn-outline-warning:active {
  background-color: #eab308;
  color: #FFFFFF;
}

.btn-outline-warning:not(:disabled):not(.disabled):hover {
  background-color: #eab308;
  color: #FFFFFF;
}

.block > .btn-outline-warning.dropdown-toggle {
  background-color: #eab308;
  color: #FFFFFF;
}

.btn-info {
  background-color: #14b8a6;
  color: #FFFFFF;
}

.btn-info:focus {
  outline: 0;
  box-shadow: 0 0 0 .2em rgba(20, 184, 166, 0.5);
}

.btn-info:active {
  background-color: #12A695;
  color: #FFFFFF;
}

.btn-info:not(:disabled):not(.disabled):hover {
  background-color: #12AA9A;
  color: #FFFFFF;
}

.block > .btn-info.dropdown-toggle {
  background-color: #12A695;
  color: #FFFFFF;
}

.btn-outline-info {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-color: #14b8a6;
  color: #14b8a6;
}

.btn-outline-info:focus {
  outline: 0;
  box-shadow: 0 0 0 .2em rgba(20, 184, 166, 0.5);
}

.btn-outline-info:active {
  background-color: #14b8a6;
  color: #FFFFFF;
}

.btn-outline-info:not(:disabled):not(.disabled):hover {
  background-color: #14b8a6;
  color: #FFFFFF;
}

.block > .btn-outline-info.dropdown-toggle {
  background-color: #14b8a6;
  color: #FFFFFF;
}

.form-group {
  margin-bottom: 0.75rem;
}

.form-group-last {
  margin-bottom: 0px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
}

.print-header > .form-row {
  align-items: center;
}

label {
  margin-bottom: 0.5rem;
  display: inline-block;
}

.form-check {
  display: flex;
  align-items: center;
}

.print-header > .form-check {
  align-items: center;
}

.form-check-input {
  margin-top: 0.25rem;
  margin-right: 0.25rem;
}

.form-check-label {
  margin-bottom: 0;
}

.sr-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip: rect(0,0,0,0);
  border: 0;
}

@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    margin-bottom: 0;
  }
}

.form-control > .btn-primary.dropdown-toggle {
  background-color: #1E6FF5;
  color: #FFFFFF;
}

.form-control > .btn-outline-primary.dropdown-toggle {
  background-color: #3b82f6;
  color: #FFFFFF;
}

.form-control > .btn-secondary.dropdown-toggle {
  background-color: #606773;
  color: #FFFFFF;
}

.form-control > .btn-outline-secondary.dropdown-toggle {
  background-color: #6b7280;
  color: #FFFFFF;
}

.form-control > .btn-success.dropdown-toggle {
  background-color: #1FB155;
  color: #FFFFFF;
}

.form-control > .btn-outline-success.dropdown-toggle {
  background-color: #22c55e;
  color: #FFFFFF;
}

.form-control > .btn-danger.dropdown-toggle {
  background-color: #ED2828;
  color: #FFFFFF;
}

.form-control > .btn-outline-danger.dropdown-toggle {
  background-color: #ef4444;
  color: #FFFFFF;
}

.form-control > .btn-warning.dropdown-toggle {
  background-color: #D3A107;
  color: #FFFFFF;
}

.form-control > .btn-outline-warning.dropdown-toggle {
  background-color: #eab308;
  color: #FFFFFF;
}

.form-control > .btn-info.dropdown-toggle {
  background-color: #12A695;
  color: #FFFFFF;
}

.form-control > .btn-outline-info.dropdown-toggle {
  background-color: #14b8a6;
  color: #FFFFFF;
}

.form-control {
  display: block;
  width: 100%;
  border-width: 1px;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  border-color: #9ca3af;
  box-shadow: none;
}

.form-control:focus {
  outline: 0;
  border-color: #3b82f6;
  box-shadow: 0 0 0 .2em rgba(59, 130, 246, 0.3);
}

input[type="file"] > .btn-primary.dropdown-toggle {
  background-color: #1E6FF5;
  color: #FFFFFF;
}

input[type="file"] > .btn-outline-primary.dropdown-toggle {
  background-color: #3b82f6;
  color: #FFFFFF;
}

input[type="file"] > .btn-secondary.dropdown-toggle {
  background-color: #606773;
  color: #FFFFFF;
}

input[type="file"] > .btn-outline-secondary.dropdown-toggle {
  background-color: #6b7280;
  color: #FFFFFF;
}

input[type="file"] > .btn-success.dropdown-toggle {
  background-color: #1FB155;
  color: #FFFFFF;
}

input[type="file"] > .btn-outline-success.dropdown-toggle {
  background-color: #22c55e;
  color: #FFFFFF;
}

input[type="file"] > .btn-danger.dropdown-toggle {
  background-color: #ED2828;
  color: #FFFFFF;
}

input[type="file"] > .btn-outline-danger.dropdown-toggle {
  background-color: #ef4444;
  color: #FFFFFF;
}

input[type="file"] > .btn-warning.dropdown-toggle {
  background-color: #D3A107;
  color: #FFFFFF;
}

input[type="file"] > .btn-outline-warning.dropdown-toggle {
  background-color: #eab308;
  color: #FFFFFF;
}

input[type="file"] > .btn-info.dropdown-toggle {
  background-color: #12A695;
  color: #FFFFFF;
}

input[type="file"] > .btn-outline-info.dropdown-toggle {
  background-color: #14b8a6;
  color: #FFFFFF;
}

input[type="file"] {
  display: block;
}

.is-invalid .form-control {
  border-color: #ef4444;
}

.is-invalid .form-control:focus {
  outline: 0;
  border-color: #ef4444;
  box-shadow: 0 0 0 .2em rgba(239, 68, 68, 0.3);
}

.invalid-feedback {
  color: #ef4444;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

input[disabled], textarea[disabled], select[disabled] {
  background-color: hsl(0, 0%, 95%);
}

.disabled[data-hv-component="tagsSelectItems"], .disabled[data-hv-component="suggestItems"] {
  pointer-events: none;
  background-color: hsl(0, 0%, 95%);
}

.disabled[data-hv-component="tagsSelectItems"] span, .disabled[data-hv-component="suggestItems"] span {
  opacity: 0.65;
}

.wysiwyg {
  display: flex;
  flex-direction: column;
  border-width: 1px;
}

.print-header > .wysiwyg {
  align-items: center;
}

.wysiwyg {
  border-radius: 0.25rem;
  border-color: #9ca3af;
}

.wysiwyg .btn-toolbar {
  border-bottom-width: 1px;
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom-color: #9ca3af;
  background-color: #f3f4f6;
}

.wysiwyg .ck.ck-editor__editable {
  flex-grow: 1;
}

.wysiwyg .ck.ck-editor__editable.ck-focused:focus {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  outline: 0;
  border-color: #3b82f6;
  box-shadow: 0 0 0 .2em rgba(59, 130, 246, 0.3);
}

.is-invalid .wysiwyg .ck.ck-editor__editable.ck-rounded-corners {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-color: #ef4444;
}

.is-invalid .wysiwyg .ck.ck-editor__editable.ck-focused:focus {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  outline: 0;
  border-color: #ef4444;
  box-shadow: 0 0 0 .2em rgba(239, 68, 68, 0.3);
}

.wysiwyg .btn-group {
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}

.wysiwyg ul {
  margin-left: 1rem;
  list-style-position: inside;
  list-style-type: disc;
}

.wysiwyg ul ol {
  list-style-type: decimal;
}

.wysiwyg ul ul {
  list-style-type: circle;
}

.wysiwyg ul ul ul {
  list-style-type: square;
}

.wysiwyg ol {
  margin-left: 1rem;
  list-style-position: inside;
  list-style-type: decimal;
}

.wysiwyg ol ol {
  list-style-type: decimal;
}

.wysiwyg ol ul {
  list-style-type: circle;
}

.wysiwyg ol ul ul {
  list-style-type: square;
}

[data-hv-toggle='tooltip'] {
  display: inline-block;
}

.tooltip {
  background-color: #000;
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  z-index: 1010;
}

.tooltip-arrow, .tooltip-arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  z-index: -1;
}

.tooltip-arrow::before {
  content: '';
  transform: rotate(45deg);
  background-color: #000;
}

.tooltip[data-popper-placement^='top'] > .tooltip-arrow {
  bottom: -4px;
}

.tooltip[data-popper-placement^='bottom'] > .tooltip-arrow {
  top: -4px;
}

.tooltip[data-popper-placement^='left'] > .tooltip-arrow {
  right: -4px;
}

.tooltip[data-popper-placement^='right'] > .tooltip-arrow {
  left: -4px;
}

.dropdown {
  font-weight: 600;
  position: relative;
}

.dropdown-menu {
  z-index: 1000;
  position: absolute;
  left: 0px;
  float: left;
  display: none;
  min-width: 10rem;
  background-clip: padding-box;
  border-color: #9ca3af;
  border-width: 1px;
  padding: .5rem 0;
  margin: .125rem 0 0;
  border-radius: 0.25rem;
  background-color: #fff;
  font-size: 1rem;
}

.dropdown-menu-right {
  right: 0px;
  left: auto;
}

.dropdown-divider {
  height: 0;
  margin: .35rem 0;
  overflow: hidden;
  border-top-width: 1px;
  border-top-color: #9ca3af;
}

.dropdown-item > .btn-primary.dropdown-toggle {
  background-color: #1E6FF5;
  color: #FFFFFF;
}

.dropdown-item > .btn-outline-primary.dropdown-toggle {
  background-color: #3b82f6;
  color: #FFFFFF;
}

.dropdown-item > .btn-secondary.dropdown-toggle {
  background-color: #606773;
  color: #FFFFFF;
}

.dropdown-item > .btn-outline-secondary.dropdown-toggle {
  background-color: #6b7280;
  color: #FFFFFF;
}

.dropdown-item > .btn-success.dropdown-toggle {
  background-color: #1FB155;
  color: #FFFFFF;
}

.dropdown-item > .btn-outline-success.dropdown-toggle {
  background-color: #22c55e;
  color: #FFFFFF;
}

.dropdown-item > .btn-danger.dropdown-toggle {
  background-color: #ED2828;
  color: #FFFFFF;
}

.dropdown-item > .btn-outline-danger.dropdown-toggle {
  background-color: #ef4444;
  color: #FFFFFF;
}

.dropdown-item > .btn-warning.dropdown-toggle {
  background-color: #D3A107;
  color: #FFFFFF;
}

.dropdown-item > .btn-outline-warning.dropdown-toggle {
  background-color: #eab308;
  color: #FFFFFF;
}

.dropdown-item > .btn-info.dropdown-toggle {
  background-color: #12A695;
  color: #FFFFFF;
}

.dropdown-item > .btn-outline-info.dropdown-toggle {
  background-color: #14b8a6;
  color: #FFFFFF;
}

.dropdown-item {
  display: block;
  width: 100%;
  white-space: nowrap;
  padding: 0.25rem 1.25rem;
  font-weight: 400;
}

.dropdown-item.disabled {
  pointer-events: none;
  opacity: 0.65;
}

.dropdown-item .btn-icon {
  width: 1rem;
  height: 1rem;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #e5e7eb;
}

.datagrid {
  display: flex;
  flex-wrap: wrap;
  --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);
}

.print-header > .datagrid {
  align-items: center;
}

.datagrid-striped .datagrid-row-striped {
  background-color: #fff;
}

.datagrid-header {
  display: none;
  width: 100%;
  background-color: #fff;
  font-weight: 600;
  color: #374151;
  font-size: 0.875rem;
}

.datagrid:not(.datagrid-bordered) .datagrid-header {
  border-bottom-width: 1px;
}

.datagrid-filter {
  display: none;
  border-bottom-width: 1px;
  background-color: #fff;
  border-color: #d1d5db;
}

.datagrid-striped .datagrid-filter {
  border-bottom-width: 0px;
}

.datagrid-bordered .datagrid-filter {
  border-width: 0px;
}

.datagrid-filter .datagrid-cell, .datagrid-filter .datagrid-row-action {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.datagrid-body {
  width: 100%;
}

.datagrid-row {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-width: 1px;
}

.print-header > .datagrid-row {
  align-items: center;
}

.datagrid-row {
  background-color: #fff;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  border-color: #d1d5db;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
}

.datagrid-row > .datagrid-row-action {
  display: none;
}

.datagrid-row-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  white-space: nowrap;
}

.print-header > .datagrid-row-action {
  align-items: center;
}

.datagrid-row-action {
  padding: 0.75rem 0.75rem;
}

.datagrid-cell-title .datagrid-row-action {
  border-bottom-width: 0px;
  padding: 0px;
}

.datagrid-bordered .datagrid-cell-title .datagrid-row-action {
  border-bottom-width: 0px;
}

.datagrid-row-action > button, .datagrid-row-action > a, .datagrid-row-action > span {
  margin-right: 0.25rem;
}

.datagrid-row-action > button:last-child, .datagrid-row-action > a:last-child, .datagrid-row-action > span:last-child {
  margin-right: 0px;
}

.datagrid-cell {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  font-size: 1rem;
  padding: 0.75rem 0.75rem;
}

.datagrid-bordered .datagrid-cell {
  border-right-width: 1px;
  border-color: #d1d5db;
}

.datagrid-header .datagrid-cell > .btn-primary.dropdown-toggle {
  background-color: #1E6FF5;
  color: #FFFFFF;
}

.datagrid-header .datagrid-cell > .btn-outline-primary.dropdown-toggle {
  background-color: #3b82f6;
  color: #FFFFFF;
}

.datagrid-header .datagrid-cell > .btn-secondary.dropdown-toggle {
  background-color: #606773;
  color: #FFFFFF;
}

.datagrid-header .datagrid-cell > .btn-outline-secondary.dropdown-toggle {
  background-color: #6b7280;
  color: #FFFFFF;
}

.datagrid-header .datagrid-cell > .btn-success.dropdown-toggle {
  background-color: #1FB155;
  color: #FFFFFF;
}

.datagrid-header .datagrid-cell > .btn-outline-success.dropdown-toggle {
  background-color: #22c55e;
  color: #FFFFFF;
}

.datagrid-header .datagrid-cell > .btn-danger.dropdown-toggle {
  background-color: #ED2828;
  color: #FFFFFF;
}

.datagrid-header .datagrid-cell > .btn-outline-danger.dropdown-toggle {
  background-color: #ef4444;
  color: #FFFFFF;
}

.datagrid-header .datagrid-cell > .btn-warning.dropdown-toggle {
  background-color: #D3A107;
  color: #FFFFFF;
}

.datagrid-header .datagrid-cell > .btn-outline-warning.dropdown-toggle {
  background-color: #eab308;
  color: #FFFFFF;
}

.datagrid-header .datagrid-cell > .btn-info.dropdown-toggle {
  background-color: #12A695;
  color: #FFFFFF;
}

.datagrid-header .datagrid-cell > .btn-outline-info.dropdown-toggle {
  background-color: #14b8a6;
  color: #FFFFFF;
}

.datagrid-header .datagrid-cell {
  display: block;
}

.datagrid-striped .datagrid-cell-striped {
  background-color: #e5e7eb;
}

.datagrid-bordered .datagrid-cell, .datagrid-bordered .datagrid-row-action {
  border-bottom-width: 1px;
  border-color: #d1d5db;
}

.datagrid-cell-title {
  order: -9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
}

.print-header > .datagrid-cell-title {
  align-items: center;
}

.datagrid-cell-title {
  background-color: #fff;
  font-weight: 600;
  color: #374151;
  font-size: 0.875rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-color: #d1d5db;
}

.datagrid-striped .datagrid-cell-title {
  border-bottom-width: 0px;
}

.datagrid-cell-heading {
  text-align: left;
  font-weight: 600;
  color: #374151;
}

.datagrid-cell-content {
  grid-column: span 2 / span 2;
  flex-grow: 1;
}

@media (min-width: 768px) {
  .datagrid {
    border-width: 1px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    margin-bottom: 1rem;
    border-color: #d1d5db;
    border-radius: 0.25rem;
  }

  .datagrid-header {
    display: flex;
  }

  .print-header > .datagrid-header {
    align-items: center;
  }

  .datagrid-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .datagrid-filter {
    display: flex;
  }

  .print-header > .datagrid-filter {
    align-items: center;
  }

  .datagrid-cell > .btn-primary.dropdown-toggle {
    background-color: #1E6FF5;
    color: #FFFFFF;
  }

  .datagrid-cell > .btn-outline-primary.dropdown-toggle {
    background-color: #3b82f6;
    color: #FFFFFF;
  }

  .datagrid-cell > .btn-secondary.dropdown-toggle {
    background-color: #606773;
    color: #FFFFFF;
  }

  .datagrid-cell > .btn-outline-secondary.dropdown-toggle {
    background-color: #6b7280;
    color: #FFFFFF;
  }

  .datagrid-cell > .btn-success.dropdown-toggle {
    background-color: #1FB155;
    color: #FFFFFF;
  }

  .datagrid-cell > .btn-outline-success.dropdown-toggle {
    background-color: #22c55e;
    color: #FFFFFF;
  }

  .datagrid-cell > .btn-danger.dropdown-toggle {
    background-color: #ED2828;
    color: #FFFFFF;
  }

  .datagrid-cell > .btn-outline-danger.dropdown-toggle {
    background-color: #ef4444;
    color: #FFFFFF;
  }

  .datagrid-cell > .btn-warning.dropdown-toggle {
    background-color: #D3A107;
    color: #FFFFFF;
  }

  .datagrid-cell > .btn-outline-warning.dropdown-toggle {
    background-color: #eab308;
    color: #FFFFFF;
  }

  .datagrid-cell > .btn-info.dropdown-toggle {
    background-color: #12A695;
    color: #FFFFFF;
  }

  .datagrid-cell > .btn-outline-info.dropdown-toggle {
    background-color: #14b8a6;
    color: #FFFFFF;
  }

  .datagrid-cell {
    display: block;
  }

  .datagrid-header .datagrid-cell {
    font-size: 0.875rem;
  }

  .datagrid-striped .datagrid-cell-striped {
    background-color: #fff;
  }

  .datagrid-cell-heading {
    display: none;
  }

  .datagrid-cell-title {
    order: 0;
    border-width: 0px;
    background-color: transparent;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    font-size: 1rem;
  }

  .datagrid-cell-title .datagrid-row-action {
    display: none;
  }

  .datagrid-row > .datagrid-row-action {
    display: flex;
  }

  .print-header > .datagrid-row > .datagrid-row-action {
    align-items: center;
  }

  .datagrid-row {
    margin-bottom: 0px;
    flex-direction: row;
    border-radius: 0px;
    border-style: 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);
    background-color: #fff;
  }

  .datagrid-row:last-child {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .datagrid-bordered .datagrid-row:hover {
    background-color: #f3f4f6;
  }

  .datagrid-striped .datagrid-row-striped, .datagrid-striped .datagrid-row-striped .datagrid-cell-striped {
    background-color: #e5e7eb;
  }

  .datagrid-row-action.datagrid-row-action-left {
    justify-content: flex-start;
  }

  .datagrid-bordered .datagrid-row-action.datagrid-row-action-left {
    border-right-width: 1px;
    border-color: #d1d5db;
  }
}

@media (max-width: 768px) {
  .datagrid-cell .datagrid-cell-content {
    margin-left: 0.5rem;
    text-align: left;
  }

  .datagrid-bordered .datagrid-cell:hover {
    background-color: #f3f4f6;
  }

  .datagrid-bordered .datagrid-cell-title:hover {
    background-color: #fff;
  }
}

.nav {
  display: flex;
}

.print-header > .nav {
  align-items: center;
}

.nav-tabs {
  border-color: #CDCFD3;
  border-bottom-width: 0;
}

.nav-tabs > :not(:first-child) {
  margin-left: 0px;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
  display: flex;
  text-decoration-line: none;
}

.print-header > .nav-tabs .nav-item {
  align-items: center;
}

.nav-tabs .nav-item {
  border-width: 1px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #7CA1F3;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #CDCFD3;
}

.nav-tabs .nav-item > :first-child {
  padding: 0.5rem 1rem;
}

.nav-tabs .nav-item:hover {
  border-color: #CDCFD3;
  border-bottom-color: #7CA1F3;
  border-bottom-width: 0;
  color: #2563eb;
}

.nav-tabs .nav-item.active {
  background-color: #fff;
  border-color: #CDCFD3;
  color: #4b5563;
  border-bottom-color: transparent;
  border-bottom-width: 0;
}

.nav-tabs .nav-item.active:hover {
  border-bottom-color: transparent;
}

.nav-tabs-content {
  padding: 1rem 1rem 1rem 1rem;
  background-color: #fff;
  border-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-color: #CDCFD3;
}

.nav-underline {
  border-color: #CDCFD3;
  border-bottom-width: 1px;
}

.nav-underline > :not(:first-child) {
  margin-left: 1rem;
}

.nav-underline .nav-item {
  margin-bottom: -1px;
  display: flex;
  text-decoration-line: none;
}

.print-header > .nav-underline .nav-item {
  align-items: center;
}

.nav-underline .nav-item {
  border-width: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #A6AAB3;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #CDCFD3;
}

.nav-underline .nav-item > :first-child {
  padding: 0.25rem 0.25rem;
}

.nav-underline .nav-item:hover {
  border-color: #CDCFD3;
  border-bottom-color: #A6AAB3;
  border-bottom-width: 2px;
  color: #40444D;
}

.nav-underline .nav-item.active {
  background-color: #fff;
  border-color: #CDCFD3;
  color: #2563eb;
  border-bottom-color: #2563eb;
  border-bottom-width: 2px;
}

.nav-underline .nav-item.active:hover {
  border-bottom-color: #2563eb;
}

.nav-underline-content {
  padding: 1rem 0px 0px 0px;
  background-color: #fff;
  border-width: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-color: #CDCFD3;
}

.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  display: none;
  height: 100%;
  width: 100%;
  justify-content: center;
}

.print-header > .modal {
  align-items: center;
}

.modal {
  z-index: 1002;
}

.modal.modal-show > .btn-primary.dropdown-toggle {
  background-color: #1E6FF5;
  color: #FFFFFF;
}

.modal.modal-show > .btn-outline-primary.dropdown-toggle {
  background-color: #3b82f6;
  color: #FFFFFF;
}

.modal.modal-show > .btn-secondary.dropdown-toggle {
  background-color: #606773;
  color: #FFFFFF;
}

.modal.modal-show > .btn-outline-secondary.dropdown-toggle {
  background-color: #6b7280;
  color: #FFFFFF;
}

.modal.modal-show > .btn-success.dropdown-toggle {
  background-color: #1FB155;
  color: #FFFFFF;
}

.modal.modal-show > .btn-outline-success.dropdown-toggle {
  background-color: #22c55e;
  color: #FFFFFF;
}

.modal.modal-show > .btn-danger.dropdown-toggle {
  background-color: #ED2828;
  color: #FFFFFF;
}

.modal.modal-show > .btn-outline-danger.dropdown-toggle {
  background-color: #ef4444;
  color: #FFFFFF;
}

.modal.modal-show > .btn-warning.dropdown-toggle {
  background-color: #D3A107;
  color: #FFFFFF;
}

.modal.modal-show > .btn-outline-warning.dropdown-toggle {
  background-color: #eab308;
  color: #FFFFFF;
}

.modal.modal-show > .btn-info.dropdown-toggle {
  background-color: #12A695;
  color: #FFFFFF;
}

.modal.modal-show > .btn-outline-info.dropdown-toggle {
  background-color: #14b8a6;
  color: #FFFFFF;
}

.modal.modal-show {
  display: block;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-y: auto;
  overflow-x: hidden;
}

.modal-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  opacity: 0.5;
  z-index: 1001;
}

.modal-dialog {
  pointer-events: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 28rem;
  }
}

@media (min-width: 1024px) {
  .modal-dialog {
    max-width: 32rem;
  }
}

@media (min-width: 1280px) {
  .modal-dialog {
    max-width: 48rem;
  }
}

.modal-content {
  pointer-events: auto;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  text-align: left;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.print-header > .modal-header {
  align-items: center;
}

.modal-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.modal-body {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.modal-footer {
  display: flex;
  justify-content: flex-end;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.print-header > .modal-footer {
  align-items: center;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-color: transparent;
  border-radius: 0.25rem;
}

.alert-primary {
  color: #1F4480;
  background-color: #D8E6FD;
  border-color: #C8DCFC;
}

.alert-secondary {
  color: #383B43;
  background-color: #E1E3E6;
  border-color: #D6D8DB;
}

.alert-success {
  color: #126631;
  background-color: #D3F3DF;
  border-color: #C1EFD2;
}

.alert-danger {
  color: #7C2323;
  background-color: #FCDADA;
  border-color: #FBCBCB;
}

.alert-warning {
  color: #7A5D04;
  background-color: #FBF0CE;
  border-color: #F9EABA;
}

.alert-info {
  color: #0A6056;
  background-color: #D0F1ED;
  border-color: #BDEBE6;
}

.center-x {
  left: 50%;
  transform: translateX(-50%);
}

.center-y {
  top: 50%;
  transform: translateY(-50%);
}

.center {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.tabs {
  display: flex;
  flex-flow: row wrap;
  flex-direction: column;
}

.nav-tabs-content {
  flex: 1;
  overflow-y: auto;
}

.feature-results-title {
  display: flex;
  cursor: pointer;
  padding: 10px;
  background-color: #f3f5f6;
  justify-content: space-between;
  align-items: center;
}

.feature-results-title:hover {
  background-color: #ebedee;
}

/* WINDOW BASE COMPONENT */

.window {
  position: absolute;
  top: 50px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 99999;
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 0px #cccccc;
}

.window-content {
  width: 100%;
}

/* TREE LEGEND */

.treeLegend {
  margin-bottom: 45px;
}

.treeLegend-item {
}

.treeLegend-item-header {
  display: flex;
  align-items: center;
}

.treeLegend-item-title {
  width: 100%;
  letter-spacing: -0.3px;
  font-weight: 500;
  color: #666666;
  font-size: 14px;
  margin-left: 4px
}

.treeLegend-item-title.disabled {
  color: #cecece;
}

.treeLegend-item-switcher {
  color: #5b84dc;
}

.legendLayerSymbols {
  display: flex;
  align-items: center;
}

.legendLayerSymbols img {
  margin-right: 5px;
}

.legendLayerSymbols span {
  font-size: 12px;
  font-weight: 500;
  color: #666666;
}

.legend-collapseButton,
.legend-checkbox,
.treeLegend-item-menuButton {
  cursor: pointer;
}

.legend-collapseButton.disabled,
.legend-checkbox.disabled,
.treeLegend-item-menuButton.disabled {
  cursor: default;
  color: #cecece;
}

.legend-collapseButton .icon {
  width: 0.8em;
}

.legend-slider-container {
  margin-left: 23px;
}

.treeLegend-item-menu-links {
  padding: 10px;
}

.treeLegend-item-menu-link {
  margin-bottom: 10px;
}

.treeLegend-item-menu-header {
  background-color: #f3f5f6;
}

.treeLegend-item-menu-header .icon-with-text-left {
  display: flex;
  align-items: center;
  padding: 10px;
}

.treeLegend-item-menu-header .icon-with-text-text {
  flex-grow: 2;
}

.treeLegend-item-menu-header .icon-with-text-icon svg {
  fill: #666666;
  cursor: pointer;
}

.legendLayerSymbols .legend-symbol {
  display: flex;
  align-items: center;
}

.legendLayerSymbols span {
  font-size: 0.8em;
}

/* RESULTS */

.results-features {
  padding: 7px;
  overflow-y: auto;
  height: 100vh;
}

.results-features-feature {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #BBBBBB;
}

.results-features-feature-prop-key {
  margin-right: 10px;
}

.results-features-feature-prop-val {
}

/* SEARCH BAR */

.searchbar{
  display: flex;
  max-width: 100%;
  width: 240px;
  text-align: center;
  background-color: #ffffff;
  padding: 5px;
  box-shadow: 2px 2px 5px 0px #868686;
}

.searchbar-input-right:before
.searchbar-input-left:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.searchbar-input-right span,
.searchbar-input-left span {
  display: inline-flex;
  margin: 0 4px;
}

.searchbar-input-right span svg,
.searchbar-input-left span svg {
  display: block;
  margin: auto;
}

.searchbar input {
  width: 100%;
  padding: 0px 4px;
}

.searchbar span {
  cursor: pointer;
}

.searchbar svg {
  fill: #666666;
}

/* SEARCH BAR SELECT */

.searchbarselect .select-header {
  display: none;
}

/* UPDATE PWA POPUP */

#snackbar {
  visibility: hidden;
  min-width: 250px;
  max-width: 300px;
  margin-left: -150px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 9999999;
  left: 50%;
  bottom: 30px;
}

#snackbar a {
  cursor: pointer;
  color: #55b7dc;
  font-weight: bold;
}

#snackbar.show {
  visibility: visible;
  animation: fadein 0.5s;
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }

  to {
    bottom: 30px;
    opacity: 1;
  }
}

/* INPUT RANGE (SLIDER) */

input[type=range].slider {
  -webkit-appearance: none;
  width: 100%;
  margin: 5.35px 0;
}

input[type=range].slider:focus {
  outline: none;
}

input[type=range].slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3.3px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #d6d6d6;
  border-radius: 1.6px;
  border: 0px solid rgba(1, 1, 1, 0);
}

input[type=range].slider::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 1px solid rgba(0, 0, 0, 0);
  height: 14px;
  width: 27px;
  border-radius: 13px;
  background: #5b84dc;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5.35px;
}

input[type=range].slider:focus::-webkit-slider-runnable-track {
  background: #e3e3e3;
}

input[type=range].slider::-moz-range-track {
  width: 100%;
  height: 3.3px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #d6d6d6;
  border-radius: 1.6px;
  border: 0px solid rgba(1, 1, 1, 0);
}

input[type=range].slider::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 1px solid rgba(0, 0, 0, 0);
  height: 14px;
  width: 27px;
  border-radius: 13px;
  background: #5b84dc;
  cursor: pointer;
}

input[type=range].slider::-ms-track {
  width: 100%;
  height: 3.3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range].slider::-ms-fill-lower {
  background: #c9c9c9;
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 3.2px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}

input[type=range].slider::-ms-fill-upper {
  background: #d6d6d6;
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 3.2px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}

input[type=range].slider::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 1px solid rgba(0, 0, 0, 0);
  width: 27px;
  border-radius: 13px;
  background: #5b84dc;
  cursor: pointer;
  height: 3.3px;
  margin-top: 1px;
}

input[type=range].slider:focus::-ms-fill-lower {
  background: #d6d6d6;
}

input[type=range].slider:focus::-ms-fill-upper {
  background: #e3e3e3;
}

/* SLIDER DISABLED */

input[type=range].slider:disabled {
  -webkit-appearance: none;
  width: 100%;
  margin: 5.35px 0;
}

input[type=range].slider:disabled:focus {
  outline: none;
}

input[type=range].slider:disabled::-webkit-slider-runnable-track {
  width: 100%;
  height: 3.3px;
  cursor: default;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #e9e9e9;
  border-radius: 1.6px;
  border: 0px solid rgba(1, 1, 1, 0);
}

input[type=range].slider:disabled::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 1px solid rgba(0, 0, 0, 0);
  height: 14px;
  width: 27px;
  border-radius: 13px;
  background: #dddddd;
  cursor: default;
  -webkit-appearance: none;
  margin-top: -5.35px;
}

input[type=range].slider:disabled:focus::-webkit-slider-runnable-track {
  background: #e3e3e3;
}

input[type=range].slider:disabled::-moz-range-track {
  width: 100%;
  height: 3.3px;
  cursor: default;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #e9e9e9;
  border-radius: 1.6px;
  border: 0px solid rgba(1, 1, 1, 0);
}

input[type=range].slider:disabled::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 1px solid rgba(0, 0, 0, 0);
  height: 14px;
  width: 27px;
  border-radius: 13px;
  background: #dddddd;
  cursor: default;
}

input[type=range].slider:disabled::-ms-track {
  width: 100%;
  height: 3.3px;
  cursor: default;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range].slider:disabled::-ms-fill-lower {
  background: #c9c9c9;
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 3.2px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}

input[type=range].slider:disabled::-ms-fill-upper {
  background: #e9e9e9;
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 3.2px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}

input[type=range].slider:disabled::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 1px solid rgba(0, 0, 0, 0);
  width: 27px;
  border-radius: 13px;
  background: #dddddd;
  cursor: default;
  height: 3.3px;
  margin-top: 1px;
}

input[type=range].slider:disabled:focus::-ms-fill-lower {
  background: #e9e9e9;
}

input[type=range].slider:disabled:focus::-ms-fill-upper {
  background: #e3e3e3;
}

/* HEADER */

.header {
  background-color: #f3f5f6;
  padding: 10px;
  border-bottom: solid 1px #cccccc;
}

.header-buttons {
  color: #555555;
}

/* EXPANDER */

.expander-content {
  width: 100%;
  clear: both;
  padding: 0 8px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* MEASURE MENU */

.map-control-measure-menu {
}

.map-control-measure-menu button {
  margin: 10px 0;
  width: 33%;
  border-radius: 0;
}

.map-control-measure-label {
  color: #000000;
  font-weight: 700;
  font-size: 13px;
  text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
}

/* RADIOBUTTONS */

.radiobuttons {
  margin: 10px;
}

/* RADIOBUTTON */

.radiobutton {
  color: #555555;
  cursor: pointer;
  margin-bottom: 3px;
}

/* ICONWITHTEXT */

.icon-with-text span {
  /*margin: 0 6px;*/
}

/* GRID */

.datagrid2 {
  display: block;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #dddddd;
}

.datagrid2-body {
  overflow-y: auto;
  height: 100%;
}

.datagrid2-header {
  cursor: pointer;
  display: flex;
  width: 100%;
  font-weight: bold;
  background-color: #5e8ab4;
  color: #FFFFFF;
}

.datagrid2-header-cell {
  flex: 1 0 auto;
  width: 100px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  padding: 8px;
}

.datagrid2-header-cell svg {
  margin-right: 5px;
  display: inline-block;
  fill: #FFFFFF;
}

.datagrid2-filters {
  display: flex;
  width: 100%;
}

.datagrid2-filters-cell {
  flex: 1 0 auto;
  width: 100px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  padding: 8px;
}

.datagrid2-row {
  display: flex;
  width: 100%;
}

.datagrid2-row-selected {
  display: flex;
  width: 100%;
}

.datagrid2-row-cell {
  flex: 1 0 auto;
  width: 100px;
  padding: 1px 8px;
}

.datagrid2-pagination {
  display: flex;
  width: 100%;
}

.datagrid2-pagination-body {
  display: flex;
  padding: 8px;
  align-items: center;
}

.pageIcon {
  display: flex;
  align-items: center;
  margin: 0 4px;
}

.datagrid2-cell-_details_ {
  flex: none;
  width: 40px;
}

/* LIST */

.map-control-results-list .expander-content {
  padding: 0;
}

.map-control-results-list-featureItem {
  padding: 10px;
  cursor: pointer;
  border-bottom: solid 1px #CCCCCC;
}

.map-control-results-list-featureItem:hover {
  background-color: #f8f8f8;
}

.map-control-results-list-featureItem-title {
}

.map-control-results-list-error,
.map-control-results-list-noData {
  margin-top: 20px;
  text-align: center;
}

.map-control-results-list-error {
  color: #CC0000;
}

.map-control-results-list-noData {
  color: #666666;
}

/* FEATURE */

.map-control-results-feature-property {
  border-bottom: 1px solid #dddddd;
  padding: 6px 0;
  color: #222222;
}

.map-control-results-feature-property-name {
  font-weight: bold;
  margin-right: 10px;
}

.map-control-results-feature-property-value .template {
  margin-top: 3px;
}

.map-control-results-feature-property-name,
.map-control-results-feature-property-value .template {
  padding-left: 10px;
}

.map-control-results-feature-relatedTables {
  padding: 10px;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  page-break-inside: avoid;
}

.map-control-results-feature-relatedTables-title {
  font-weight: bold;
  margin-bottom: 10px;
  color: #276aaa;
}

.map-control-results-feature-relatedTables-button {
  margin-top: 3px;
  cursor: pointer;
  color: #3698f4;
}

.map-control-results-feature-relatedTables-button:hover {
  color: #2888e2;
}

.map-control-results-feature a {
  color: #3698f4;
}

.map-control-results-feature a:hover {
  color: #2888e2;
}

.map-control-results-feature a svg {
  fill: #3698f4;
}

.map-control-results-feature a svg:hover {
  fill: #2888e2;
}

.map-control-results-feature-detailLink {
  padding: 10px;
}

.map-control-results-tabs .nav-tabs-content {
  width: 100%;
  padding: 0;
}

.map-control-results-tabs .tab-pane {
  display: grid;
}

.relatedTable-window {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 999999999;
  padding: 20px;
}

.relatedTable-window .datagrid2-body {
  height: calc(100vh - 120px);
}

.relatedTable-closeButton {
  position: absolute;
  right: 0;
  bottom: 0;
}

.map-control-results-relatedTable {
  clear: both;
}

/* highlight some action by flashing */

/* Flash class and keyframe animation */

.flash{
  animation: flash linear 1s infinite;
  animation-iteration-count: .6;
}

@keyframes flash {
  0% {
    background-color:#e9f1f6;
  }

  100% {
    background-color:transparent;
  }
}

/* LOADER */

.map-control-loader {
  color: #444444;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
}

.loader-spin svg {
  animation: spin 1000ms infinite linear;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

/* RESULTS LOADING */

.loading {
  color: #444444;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  display: flex;
}

.loading .icon-with-text-text {
  margin-left: 5px;
}

.loading svg {
  animation: spin 1000ms infinite linear;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

/* SELECT BASE COMPONENT */

.select {
  position: relative;
}

.select-header {
  display: flex;
  transition: 0.4s;
  border: solid 1px black;
  background-color: rgba(255,255,255,0.4);
  cursor: pointer;
}

.select-value {
  padding: 4px 8px;
  text-shadow: rgb(255, 255, 255) 0px 0px 0.2em, rgb(255, 255, 255) 0px 0px 0.2em, rgb(255, 255, 255) 0px 0px 0.2em;
}

.select-icon {
  margin-left: auto;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  font-size: 1.2em;
  color: black;
}

.select-options {
  background-color: rgba(255,255,255,0.85);
  width: 100%;
  list-style: none;
  margin: 0;
  padding-left: 0;
  z-index: 99999;
}

:host(.select-options) {
  font-weight: bold;
}

.select-option {
  padding: 4px 10px;
  cursor: pointer;
  text-shadow: rgb(255, 255, 255) 0px 0px 0.2em, rgb(255, 255, 255) 0px 0px 0.2em, rgb(255, 255, 255) 0px 0px 0.2em;
}

.select-option:hover {
  background-color: rgba(240,240,240,0.9);
}

/* PRINT */

.print-header > .flex {
  align-items: center;
}

.map-control-print-fileLink {
  text-decoration: underline;
  color: #55b7dc;
}

.print-scale::before {
  content: '1 :';
  pointer-events: none;
  position: absolute;
  margin-left: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
}

.print-scale input {
  padding-left: 1.5rem;
}

/* ATTRIBUTE SELECT TOOL */

.map-tools-featureServiceEdit-attributeSelect button {
  margin-top: 30px;
}

/* POINT EDIT */

.map-tools-featureServiceEdit-pointEdit button {
  margin-top: 8px;
  display: block;
}

.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 2px solid #00f;
}

.print-comment p {
  padding-top: 1mm;
  padding-bottom: 1mm;
}

.print-comment ul {
  list-style: disc;
}

.print-comment ol {
  list-style: decimal;
}

.print-comment ul > li, .print-comment ol > li {
  margin-left: 5mm;
}

* {
  scrollbar-width: thin;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.m-2 {
  margin: 0.5rem;
}

.m-4 {
  margin: 1rem;
}

.m-auto {
  margin: auto;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 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;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-mb-px {
  margin-bottom: -1px;
}

.-ml-0\.5 {
  margin-left: -0.125rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-\[0\.5rem\] {
  margin-bottom: 0.5rem;
}

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-dvh {
  height: 100dvh;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-full {
  max-height: 100%;
}

.min-h-0 {
  min-height: 0px;
}

.min-h-32 {
  min-height: 8rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-1 {
  width: 0.25rem;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/4 {
  width: 25%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-4 {
  width: 1rem;
}

.w-\[1\.875rem\] {
  width: 1.875rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.flex-1 {
  flex: 1 1 0%;
}

.shrink {
  flex-shrink: 1;
}

.flex-grow {
  flex-grow: 1;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
  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-3 {
  --tw-translate-x: 0.75rem;
  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-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-divide-opacity, 1));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-dashed {
  border-style: dashed;
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

.border-b-gray-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

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

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-0 {
  padding: 0px;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-0 {
  padding-right: 0px;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.align-top {
  vertical-align: top;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.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-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-transparent {
  color: transparent;
}

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

.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-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.ring {
  --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(3px + 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);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}

.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 {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

a.link {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

a.link:hover {
  text-decoration-line: underline;
}

@media (min-width: 1024px) {
  #mapForm {
    min-height: 500px;
    height: auto;
  }
}

#overview {
  min-height: 500px;
}

#mapForm {
  height: 500px;
}

.basemap-panel > div {
  height: 100%;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.datagrid-filter {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

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

@media (min-width: 640px) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 768px) {
  .md\:ml-\[25\%\] {
    margin-left: 25%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }
}

@media (min-width: 1280px) {
  .xl\:w-1\/2 {
    width: 50%;
  }
}

@media print {
  .print\:hidden {
    display: none;
  }
}
