/*
! tailwindcss v3.4.4 | 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] {
  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:  ;
  --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:  ;
}

.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));
  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));
  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));
  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));
  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));
  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));
  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;
}

.nav {
  display: flex;
}

.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;
  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;
  border-width: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-weight: 600;
  font-size: 1rem;
  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.5rem 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;
}

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

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

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

.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);
}

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 .btn-toolbar {
  border-bottom-width: 1px;
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom-color: #9ca3af;
  background-color: #f3f4f6;
}

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

[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;
}

.panel {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: #6b7280;
  background-color: #fff;
  box-shadow: none;
}

.panel-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.panel-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  background-color: #e5e7eb;
  border-width: 1px;
  border-bottom-color: #6b7280;
  box-shadow: none;
}

.panel-body {
  flex: 1 1 auto;
  padding: 0.75rem 0.75rem;
}

.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;
}

.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;
}

.map-tools-pointGrid {
  padding: 10px;
}

.map-tools-pointGrid div {
  margin-bottom: 10px;
}

.map-tools-pointGrid div .btn {
  width: 100%;
}

/* 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 */

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

/* 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;
}

* {
  scrollbar-width: thin;
}

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.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;
}

.m-2 {
  margin: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

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

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

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

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

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

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

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

.ml-3 {
  margin-left: 0.75rem;
}

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

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

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

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

.mr-3 {
  margin-right: 0.75rem;
}

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

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

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

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

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

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

.w-1 {
  width: 0.25rem;
}

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

.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-none {
  list-style-type: none;
}

.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-col {
  flex-direction: column;
}

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

.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-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));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

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

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

.border-r {
  border-right-width: 1px;
}

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

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

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

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

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

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

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

.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-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.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-semibold {
  font-weight: 600;
}

.capitalize {
  text-transform: capitalize;
}

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

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

.text-transparent {
  color: transparent;
}

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

.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);
}

.outline {
  outline-style: solid;
}

.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;
}

@media (min-width: 640px) {
  .sm\:block > .btn-primary.dropdown-toggle {
    background-color: #1E6FF5;
    color: #FFFFFF;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }

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

@media (min-width: 768px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
