@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*, ::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.19 | 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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, ".Noto Sans", sans-serif;
  /* 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;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit{
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

.\!container{
  width: 100% !important;
}

.container{
  width: 100%;
}

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

  .container{
    max-width: 640px;
  }
}

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

  .container{
    max-width: 768px;
  }
}

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

  .container{
    max-width: 1024px;
  }
}

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

  .container{
    max-width: 1280px;
  }
}

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

  .container{
    max-width: 1536px;
  }
}

.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose-sm{
  font-size: 0.875rem;
  line-height: 1.7142857;
}

.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.1111111em;
}

.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}

.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}

.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-inline-end: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-inline-start: 0.3571429em;
}

.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
}

.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
}

.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}

.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}

.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}

.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}

.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}

.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4285714em;
}

.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4285714em;
}

.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}

.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}

.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.2857143em;
  padding-inline-start: 1.5714286em;
}

.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}

.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.5;
}

.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}

.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}

.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}

.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}

.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}

.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.form-checkbox,.form-radio{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

.form-checkbox{
  border-radius: 0px;
}

.form-radio{
  border-radius: 100%;
}

.form-checkbox:focus,.form-radio:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.form-checkbox:checked,.form-radio:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.form-checkbox:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  .form-checkbox:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-radio:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  .form-radio:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

.form-checkbox:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {
  .form-checkbox:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

.sample-tailwind-text{
  color: var(--rp-color-primary, #0f7faf);
  color: var(--rp-color-primary);
}

.sample-tailwind-text:hover{
  cursor: pointer;
  color: var(--rp-color-danger, #f04a39);
}

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

.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-x-0{
  left: 0px;
  right: 0px;
}

.inset-x-4{
  left: 1rem;
  right: 1rem;
}

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

.-left-full{
  left: -100%;
}

.bottom-0{
  bottom: 0px;
}

.bottom-\[14px\]{
  bottom: 14px;
}

.bottom-\[60px\]{
  bottom: 60px;
}

.bottom-full{
  bottom: 100%;
}

.end-3{
  inset-inline-end: 0.75rem;
}

.left-0{
  left: 0px;
}

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

.left-1{
  left: 0.25rem;
}

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

.left-3{
  left: 0.75rem;
}

.left-5{
  left: 1.25rem;
}

.right-0{
  right: 0px;
}

.right-2{
  right: 0.5rem;
}

.right-4{
  right: 1rem;
}

.right-auto{
  right: auto;
}

.start-2{
  inset-inline-start: 0.5rem;
}

.start-2\.5{
  inset-inline-start: 0.625rem;
}

.top-0{
  top: 0px;
}

.top-0\.5{
  top: 0.125rem;
}

.top-1{
  top: 0.25rem;
}

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

.top-4{
  top: 1rem;
}

.top-\[1\.5rem\]{
  top: 1.5rem;
}

.top-\[50px\]{
  top: 50px;
}

.\!right-0{
  right: 0px !important;
}

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

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

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

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

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

.z-\[100\]{
  z-index: 100;
}

.z-\[1050\]{
  z-index: 1050;
}

.z-\[10\]{
  z-index: 10;
}

.z-\[1100\]{
  z-index: 1100;
}

.z-\[60\]{
  z-index: 60;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-10{
  grid-column: span 10 / span 10;
}

.col-span-11{
  grid-column: span 11 / span 11;
}

.col-span-12{
  grid-column: span 12 / span 12;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.col-span-4{
  grid-column: span 4 / span 4;
}

.col-span-5{
  grid-column: span 5 / span 5;
}

.col-span-6{
  grid-column: span 6 / span 6;
}

.col-span-7{
  grid-column: span 7 / span 7;
}

.col-span-8{
  grid-column: span 8 / span 8;
}

.-m-1{
  margin: -0.25rem;
}

.-m-1\.5{
  margin: -0.375rem;
}

.m{
  margin: 1rem;
}

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

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

.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{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

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

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

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

.-mt-0\.5{
  margin-top: -0.125rem;
}

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

.mb-0\.5{
  margin-bottom: 0.125rem;
}

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

.mb-10{
  margin-bottom: 2.5rem;
}

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

.mb-14{
  margin-bottom: 3.5rem;
}

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

.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-8{
  margin-bottom: 2rem;
}

.mb-\[1\.25rem\]{
  margin-bottom: 1.25rem;
}

.me-1{
  margin-inline-end: 0.25rem;
}

.me-2{
  margin-inline-end: 0.5rem;
}

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

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

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

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

.ml-\[4px\]{
  margin-left: 4px;
}

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

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

.mr-1\.5{
  margin-right: 0.375rem;
}

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

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

.mr-\[4px\]{
  margin-right: 4px;
}

.ms{
  margin-inline-start: 1rem;
}

.ms-2{
  margin-inline-start: 0.5rem;
}

.ms-3{
  margin-inline-start: 0.75rem;
}

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

.mt-0\.5{
  margin-top: 0.125rem;
}

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

.mt-1\.5{
  margin-top: 0.375rem;
}

.mt-10{
  margin-top: 2.5rem;
}

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

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

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

.mt-6{
  margin-top: 1.5rem;
}

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

.mt-\[2px\]{
  margin-top: 2px;
}

.mt-\[8px\]{
  margin-top: 8px;
}

.mt-auto{
  margin-top: auto;
}

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

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.\!block{
  display: block !important;
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.\!inline-flex{
  display: inline-flex !important;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.list-item{
  display: list-item;
}

.\!hidden{
  display: none !important;
}

.hidden{
  display: none;
}

.size-3{
  width: 0.75rem;
  height: 0.75rem;
}

.size-3\.5{
  width: 0.875rem;
  height: 0.875rem;
}

.size-4{
  width: 1rem;
  height: 1rem;
}

.size-6{
  width: 1.5rem;
  height: 1.5rem;
}

.size-7{
  width: 1.75rem;
  height: 1.75rem;
}

.h-0{
  height: 0px;
}

.h-1{
  height: 0.25rem;
}

.h-12{
  height: 3rem;
}

.h-2{
  height: 0.5rem;
}

.h-2\.5{
  height: 0.625rem;
}

.h-20{
  height: 5rem;
}

.h-24{
  height: 6rem;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-64{
  height: 16rem;
}

.h-8{
  height: 2rem;
}

.h-96{
  height: 24rem;
}

.h-\[12px\]{
  height: 12px;
}

.h-\[14px\]{
  height: 14px;
}

.h-\[18px\]{
  height: 18px;
}

.h-\[200px\]{
  height: 200px;
}

.h-\[22px\]{
  height: 22px;
}

.h-\[24px\]{
  height: 24px;
}

.h-\[32px\]{
  height: 32px;
}

.h-\[400px\]{
  height: 400px;
}

.h-\[440px\]{
  height: 440px;
}

.h-\[5rem\]{
  height: 5rem;
}

.h-\[60px\]{
  height: 60px;
}

.h-\[62px\]{
  height: 62px;
}

.h-\[6px\]{
  height: 6px;
}

.h-\[80\%\]{
  height: 80%;
}

.h-\[84px\]{
  height: 84px;
}

.h-\[calc\(100dvh-120px\)\]{
  height: calc(100dvh - 120px);
}

.h-\[calc\(100dvh-70px\)\]{
  height: calc(100dvh - 70px);
}

.h-\[calc\(100vh-105px\)\]{
  height: calc(100vh - 105px);
}

.h-\[calc\(100vh-185px\)\]{
  height: calc(100vh - 185px);
}

.h-\[calc\(100vh-205px\)\]{
  height: calc(100vh - 205px);
}

.h-\[calc\(100vh-240px\)\]{
  height: calc(100vh - 240px);
}

.h-\[calc\(100vh-48px\)\]{
  height: calc(100vh - 48px);
}

.h-\[calc\(100vh-500px\)\]{
  height: calc(100vh - 500px);
}

.h-\[calc\(100vh-57px\)\]{
  height: calc(100vh - 57px);
}

.h-auto{
  height: auto;
}

.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}

.h-full{
  height: 100%;
}

.h-px{
  height: 1px;
}

.h-screen{
  height: 100vh;
}

.max-h-52{
  max-height: 13rem;
}

.max-h-60{
  max-height: 15rem;
}

.max-h-72{
  max-height: 18rem;
}

.max-h-96{
  max-height: 24rem;
}

.max-h-\[300px\]{
  max-height: 300px;
}

.max-h-\[80\%\]{
  max-height: 80%;
}

.max-h-\[90vh\]{
  max-height: 90vh;
}

.max-h-\[calc\(100vh-290px\)\]{
  max-height: calc(100vh - 290px);
}

.max-h-\[calc\(100vh-50px\)\]{
  max-height: calc(100vh - 50px);
}

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

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

.min-h-\[1rem\]{
  min-height: 1rem;
}

.min-h-\[20px\]{
  min-height: 20px;
}

.min-h-\[420px\]{
  min-height: 420px;
}

.min-h-\[60vh\]{
  min-height: 60vh;
}

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

.\!w-1{
  width: 0.25rem !important;
}

.\!w-auto{
  width: auto !important;
}

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

.w-0{
  width: 0px;
}

.w-1{
  width: 0.25rem;
}

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

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

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

.w-1\/5{
  width: 20%;
}

.w-11{
  width: 2.75rem;
}

.w-2{
  width: 0.5rem;
}

.w-2\.5{
  width: 0.625rem;
}

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

.w-24{
  width: 6rem;
}

.w-3{
  width: 0.75rem;
}

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

.w-3\/5{
  width: 60%;
}

.w-4{
  width: 1rem;
}

.w-4\/5{
  width: 80%;
}

.w-44{
  width: 11rem;
}

.w-48{
  width: 12rem;
}

.w-5{
  width: 1.25rem;
}

.w-56{
  width: 14rem;
}

.w-6{
  width: 1.5rem;
}

.w-60{
  width: 15rem;
}

.w-64{
  width: 16rem;
}

.w-7{
  width: 1.75rem;
}

.w-8{
  width: 2rem;
}

.w-80{
  width: 20rem;
}

.w-96{
  width: 24rem;
}

.w-\[100\%\]{
  width: 100%;
}

.w-\[100px\]{
  width: 100px;
}

.w-\[110px\]{
  width: 110px;
}

.w-\[12px\]{
  width: 12px;
}

.w-\[14px\]{
  width: 14px;
}

.w-\[15\%\]{
  width: 15%;
}

.w-\[160px\]{
  width: 160px;
}

.w-\[180px\]{
  width: 180px;
}

.w-\[18px\]{
  width: 18px;
}

.w-\[1px\]{
  width: 1px;
}

.w-\[20\%\]{
  width: 20%;
}

.w-\[200px\]{
  width: 200px;
}

.w-\[220px\]{
  width: 220px;
}

.w-\[230px\]{
  width: 230px;
}

.w-\[24px\]{
  width: 24px;
}

.w-\[25\%\]{
  width: 25%;
}

.w-\[250px\]{
  width: 250px;
}

.w-\[30\%\]{
  width: 30%;
}

.w-\[33\.33\%\]{
  width: 33.33%;
}

.w-\[374px\]{
  width: 374px;
}

.w-\[40\%\]{
  width: 40%;
}

.w-\[420px\]{
  width: 420px;
}

.w-\[500px\]{
  width: 500px;
}

.w-\[50px\]{
  width: 50px;
}

.w-\[62px\]{
  width: 62px;
}

.w-\[6px\]{
  width: 6px;
}

.w-\[7\.8125rem\]{
  width: 7.8125rem;
}

.w-\[91px\]{
  width: 91px;
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-max{
  width: -moz-max-content;
  width: max-content;
}

.w-px{
  width: 1px;
}

.w-screen{
  width: 100vw;
}

.\!w-min{
  width: -moz-min-content !important;
  width: min-content !important;
}

.w-52{
  width: 13rem;
}

.w-72{
  width: 18rem;
}

.min-w-0{
  min-width: 0px;
}

.min-w-36{
  min-width: 9rem;
}

.min-w-96{
  min-width: 24rem;
}

.min-w-\[200px\]{
  min-width: 200px;
}

.min-w-full{
  min-width: 100%;
}

.max-w-96{
  max-width: 24rem;
}

.max-w-\[20\%\]{
  max-width: 20%;
}

.max-w-\[30\%\]{
  max-width: 30%;
}

.max-w-\[400px\]{
  max-width: 400px;
}

.max-w-\[600px\]{
  max-width: 600px;
}

.max-w-fit{
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.max-w-full{
  max-width: 100%;
}

.max-w-lg{
  max-width: 32rem;
}

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

.max-w-none{
  max-width: none;
}

.max-w-sm{
  max-width: 24rem;
}

.max-w-xs{
  max-width: 20rem;
}

.max-w-xl{
  max-width: 36rem;
}

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

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

.flex-none{
  flex: none;
}

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

.flex-shrink-0{
  flex-shrink: 0;
}

.shrink{
  flex-shrink: 1;
}

.shrink-0{
  flex-shrink: 0;
}

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

.grow{
  flex-grow: 1;
}

.border-collapse{
  border-collapse: collapse;
}

.-translate-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-full{
  --tw-translate-y: -100%;
  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-0{
  --tw-translate-x: 0px;
  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-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-full{
  --tw-translate-y: 100%;
  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));
}

.translate-x-5{
  --tw-translate-x: 1.25rem;
  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));
}

.rotate-45{
  --tw-rotate: 45deg;
  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));
}

.rotate-90{
  --tw-rotate: 90deg;
  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));
}

.scale-\[0\.9\]{
  --tw-scale-x: 0.9;
  --tw-scale-y: 0.9;
  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));
}

.scale-\[1\.1\]{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

@keyframes fadeOut{
  0%{
    opacity: 1;
  }

  99%{
    opacity: 1;
  }

  100%{
    opacity: 0;
    display: none;
  }
}

.animate-fadeOut{
  animation: fadeOut 1s ease-out forwards 4s;
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes squeezeInFromTop{
  0%{
    opacity: 0;
    transform: translateY(-15px) scaleY(0);
  }

  50%{
    opacity: 0.5;
    transform: translateY(-7px) scaleY(0.4);
  }

  100%{
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
}

.animate-squeezeInFromTop{
  animation: squeezeInFromTop 0.15s ease-in-out;
}

.cursor-help{
  cursor: help;
}

.cursor-not-allowed{
  cursor: not-allowed;
}

.cursor-pointer{
  cursor: pointer;
}

.select-text{
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.resize-none{
  resize: none;
}

.resize{
  resize: both;
}

.list-inside{
  list-style-position: inside;
}

.list-outside{
  list-style-position: outside;
}

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

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

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

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

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

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

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

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

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

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

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

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

.grid-cols-\[auto_1fr\]{
  grid-template-columns: auto 1fr;
}

.grid-cols-\[minmax\(0\2c 1fr\)_80px_140px_100px_80px\]{
  grid-template-columns: minmax(0,1fr) 80px 140px 100px 80px;
}

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

.grid-rows-\[auto\2c 1fr\]{
  grid-template-rows: auto 1fr;
}

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

.\!flex-row{
  flex-direction: row !important;
}

.\!flex-col{
  flex-direction: column !important;
}

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

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

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

.place-content-around{
  place-content: space-around;
}

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

.\!items-start{
  align-items: flex-start !important;
}

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

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

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

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

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

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

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

.\!justify-end{
  justify-content: flex-end !important;
}

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

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

.gap-0{
  gap: 0px;
}

.gap-0\.5{
  gap: 0.125rem;
}

.gap-1{
  gap: 0.25rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[0\.15rem\]{
  gap: 0.15rem;
}

.gap-\[0\.25rem\]{
  gap: 0.25rem;
}

.gap-\[0\.5rem\]{
  gap: 0.5rem;
}

.gap-\[0\.75rem\]{
  gap: 0.75rem;
}

.gap-\[24px\]{
  gap: 24px;
}

.gap-\[2rem\]{
  gap: 2rem;
}

.gap-x-0{
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-0\.5{
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-16{
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-1{
  row-gap: 0.25rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-3{
  row-gap: 0.75rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.gap-y-6{
  row-gap: 1.5rem;
}

.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-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-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-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-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * 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-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.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-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}

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

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

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.\!overflow-visible{
  overflow: visible !important;
}

.overflow-visible{
  overflow: visible;
}

.overflow-scroll{
  overflow: scroll;
}

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

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

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

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

.whitespace-nowrap{
  white-space: nowrap;
}

.text-wrap{
  text-wrap: wrap;
}

.text-nowrap{
  text-wrap: nowrap;
}

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

.break-all{
  word-break: break-all;
}

.rounded{
  border-radius: 0.375rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

.rounded-\[4px\]{
  border-radius: 4px;
}

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

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-sm{
  border-radius: 0.25rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-b{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

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

.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

.border-e{
  border-inline-end-width: 1px;
}

.border-l{
  border-left-width: 1px;
}

.border-l-4{
  border-left-width: 4px;
}

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

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

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

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

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

.border-\[\#117bc2\]{
  --tw-border-opacity: 1;
  border-color: rgb(17 123 194 / var(--tw-border-opacity, 1));
}

.border-\[\#ff4d4f\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 77 79 / var(--tw-border-opacity, 1));
}

.border-\[\#ffc53d\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 197 61 / var(--tw-border-opacity, 1));
}

.border-danger{
  border-color: var(--rp-color-danger, #f04a39);
}

.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-grayscale-border-100{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-grayscale-border-200{
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity, 1));
}

.border-primary{
  border-color: var(--rp-color-primary, #0f7faf);
}

.border-primary-200{
  border-color: var(--rp-color-primary-bg-hover, #a6d9e3);
}

.border-primary-400{
  border-color: var(--rp-color-primary-border-hover, #53aec9);
}

.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

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

.border-slate-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

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

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

.bg-\[\#F5F5F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FAFAFA\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e6f9ff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(230 249 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fafafa\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fff1f0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fffbe6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 230 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.04\)\]{
  background-color: rgba(0,0,0,0.04);
}

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

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

.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

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

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

.bg-current{
  background-color: currentColor;
}

.bg-danger{
  background-color: var(--rp-color-danger, #f04a39);
}

.bg-danger-100{
  background-color: var(--rp-color-danger-bg, #fff4f0);
}

.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-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-gray-900\/50{
  background-color: rgb(17 24 39 / 0.5);
}

.bg-grayscale-background-200{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.bg-grayscale-border-200{
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
}

.bg-grayscale-fill-400{
  background-color: rgba(0, 0, 0, 0.02);
}

.bg-grayscale-text-100{
  background-color: rgba(0, 0, 0, 0.88);
}

.bg-grayscale-text-200{
  background-color: rgba(0, 0, 0, 0.65);
}

.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

.bg-primary{
  background-color: var(--rp-color-primary, #0f7faf);
}

.bg-primary-100{
  background-color: var(--rp-color-primary-bg, #d8edf0);
}

.bg-primary-200{
  background-color: var(--rp-color-primary-bg-hover, #a6d9e3);
}

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

.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.bg-success{
  background-color: var(--rp-color-success, #01c794);
}

.bg-success-100{
  background-color: var(--rp-color-success-bg, #e6fff4);
}

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

.bg-warning-100{
  background-color: var(--rp-color-warning-bg, #fff7e6);
}

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

.bg-opacity-100{
  --tw-bg-opacity: 1;
}

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

.\!p-0{
  padding: 0px !important;
}

.\!p-6{
  padding: 1.5rem !important;
}

.p{
  padding: 1rem;
}

.p-0{
  padding: 0px;
}

.p-0\.5{
  padding: 0.125rem;
}

.p-1{
  padding: 0.25rem;
}

.p-1\.5{
  padding: 0.375rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.p-\[0\.5rem\]{
  padding: 0.5rem;
}

.p-\[4px\]{
  padding: 4px;
}

.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

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

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

.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.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-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.px-\[1\.5rem\]{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[11px\]{
  padding-left: 11px;
  padding-right: 11px;
}

.px-\[13px\]{
  padding-left: 13px;
  padding-right: 13px;
}

.px-\[16px\]{
  padding-left: 16px;
  padding-right: 16px;
}

.px-\[38px\]{
  padding-left: 38px;
  padding-right: 38px;
}

.px-\[40px\]{
  padding-left: 40px;
  padding-right: 40px;
}

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

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

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

.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

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

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[16px\]{
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-\[2px\]{
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-\[3px\]{
  padding-top: 3px;
  padding-bottom: 3px;
}

.py-\[8px\]{
  padding-top: 8px;
  padding-bottom: 8px;
}

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

.\!px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

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

.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.\!pb-\[80px\]{
  padding-bottom: 80px !important;
}

.\!pl-0{
  padding-left: 0px !important;
}

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

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

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

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

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

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-\[2rem\]{
  padding-bottom: 2rem;
}

.pb-\[4rem\]{
  padding-bottom: 4rem;
}

.pb-\[60px\]{
  padding-bottom: 60px;
}

.pe-4{
  padding-inline-end: 1rem;
}

.pl-0{
  padding-left: 0px;
}

.pl-0\.5{
  padding-left: 0.125rem;
}

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

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

.pl-3{
  padding-left: 0.75rem;
}

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

.pl-5{
  padding-left: 1.25rem;
}

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

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

.pl-\[0\.5rem\]{
  padding-left: 0.5rem;
}

.pl-\[22px\]{
  padding-left: 22px;
}

.pr-10{
  padding-right: 2.5rem;
}

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

.pr-3{
  padding-right: 0.75rem;
}

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

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

.ps-3{
  padding-inline-start: 0.75rem;
}

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

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

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

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

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

.pt-5{
  padding-top: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

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

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

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

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

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

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

.text{
  font-size: 0.875rem;
  line-height: 1.375rem;
}

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

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[0\.875rem\]{
  font-size: 0.875rem;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[14px\]{
  font-size: 14px;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-\[30px\]{
  font-size: 30px;
}

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

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

.text-sm{
  font-size: 0.75rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.\!font-normal{
  font-weight: 400 !important;
}

.\!font-semibold{
  font-weight: 600 !important;
}

.font-bold{
  font-weight: 700;
}

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

.font-normal{
  font-weight: 400;
}

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

.font-thin{
  font-weight: 100;
}

.uppercase{
  text-transform: uppercase;
}

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

.leading-5{
  line-height: 1.25rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-7{
  line-height: 1.75rem;
}

.leading-\[20px\]{
  line-height: 20px;
}

.leading-\[22px\]{
  line-height: 22px;
}

.leading-none{
  line-height: 1;
}

.leading-relaxed{
  line-height: 1.625;
}

.leading-snug{
  line-height: 1.375;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.\!text-grayscale-text-300{
  color: rgba(0, 0, 0, 0.45) !important;
}

.text-\[\#003f75\]{
  --tw-text-opacity: 1;
  color: rgb(0 63 117 / var(--tw-text-opacity, 1));
}

.text-\[\#565656\]{
  --tw-text-opacity: 1;
  color: rgb(86 86 86 / var(--tw-text-opacity, 1));
}

.text-\[\#874D00\]{
  --tw-text-opacity: 1;
  color: rgb(135 77 0 / var(--tw-text-opacity, 1));
}

.text-\[\#a8071a\]{
  --tw-text-opacity: 1;
  color: rgb(168 7 26 / var(--tw-text-opacity, 1));
}

.text-\[\#ad6800\]{
  --tw-text-opacity: 1;
  color: rgb(173 104 0 / var(--tw-text-opacity, 1));
}

.text-\[rgba\(0\2c 0\2c 0\2c 0\.65\)\]{
  color: rgba(0,0,0,0.65);
}

.text-\[rgba\(0\2c 0\2c 0\2c 0\.88\)\]{
  color: rgba(0,0,0,0.88);
}

.text-amber-600{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

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

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

.text-danger{
  color: var(--rp-color-danger, #f04a39);
}

.text-danger-600{
  color: var(--rp-color-danger-active, #c93126);
}

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

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

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / 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-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-grayscale-text-100{
  color: rgba(0, 0, 0, 0.88);
}

.text-grayscale-text-200{
  color: rgba(0, 0, 0, 0.65);
}

.text-grayscale-text-300{
  color: rgba(0, 0, 0, 0.45);
}

.text-grayscale-text-400{
  color: rgba(0, 0, 0, 0.25);
}

.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

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

.text-primary{
  color: var(--rp-color-primary, #0f7faf);
}

.text-primary-500{
  color: var(--rp-color-primary-hover, #2f97bd);
}

.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

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

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-slate-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-success{
  color: var(--rp-color-success, #01c794);
}

.text-success-600{
  color: var(--rp-color-success-active, #00a17e);
}

.text-warning{
  color: var(--rp-color-warning, #f4850f);
}

.text-warning-500{
  color: var(--rp-color-warning-hover, #ffa538);
}

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

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

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

.decoration-dotted{
  text-decoration-style: dotted;
}

.underline-offset-2{
  text-underline-offset: 2px;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-15{
  opacity: 0.15;
}

.opacity-20{
  opacity: 0.2;
}

.opacity-40{
  opacity: 0.4;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-80{
  opacity: 0.8;
}

.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-\[0px_4px_16px_rgba\(17\2c 17\2c 26\2c 0\.1\)\2c _0px_8px_24px_rgba\(17\2c 17\2c 26\2c 0\.1\)\2c _0px_16px_56px_rgba\(17\2c 17\2c 26\2c 0\.1\)\]{
  --tw-shadow: 0px 4px 16px rgba(17,17,26,0.1), 0px 8px 24px rgba(17,17,26,0.1), 0px 16px 56px rgba(17,17,26,0.1);
  --tw-shadow-colored: 0px 4px 16px var(--tw-shadow-color), 0px 8px 24px var(--tw-shadow-color), 0px 16px 56px 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-lg{
  --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);
}

.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-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 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;
}

.blur{
  --tw-blur: blur(8px);
  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);
}

.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

.drop-shadow-xl{
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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;
}

.transition-\[height\]{
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-700{
  transition-duration: 700ms;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.\[--body-scroll\:true\]{
  --body-scroll: true;
}

.\[--overlay-backdrop\:false\]{
  --overlay-backdrop: false;
}

/* Box sizing rules */

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin and padding */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* Set core body defaults */

body {
  line-height: 1;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles */

ol,
ul {
  list-style: none;
}

/* Remove quotes from blockquotes */

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* Set core root defaults */

html {
  scroll-behavior: smooth;
}

/* Set default table styles */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Make images easier to work with */

img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Additional normalizations */

a {
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Form element normalization */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* Remove inner border and padding in Firefox */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Correct padding in Firefox */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Variables */

:root {
  --rp-light-background: #fff;
  --rp-light-color: #fff;
  --rp-light-text: rgba(0, 0, 0, 0.88);
  --rp-gray-background: #f5f5f5;
  --rp-table-header-background: #fafafa;
  --rp-table-border-color: #ebebeb;
  /* Status Variables */
  --rp-preparing: var(--rp-color-primary);
  --rp-awaiting_pod: var(--rp-color-primary);
  --rp-ready: var(--rp-color-primary);
  --rp-info: var(--rp-color-primary);
  --rp-active: var(--rp-color-primary-active);
  --rp-intact: var(--rp-color-primary);
  --rp-inactive: var(--rp-color-warning);
  --rp-separated: var(--rp-color-warning);
  --rp-warning: var(--rp-color-warning);
  --rp-partially_delivered: var(--rp-color-warning);
  --rp-shock_excursion_event: var(--rp-color-warning-active);
  --rp-undetermined: var(--rp-color-danger);
  --rp-critical: var(--rp-color-danger);
  --rp-missing: var(--rp-color-danger-active);
  --rp-missing_packages: var(--rp-color-danger-active);
  --rp-alarm: var(--rp-color-danger-active);
  --rp-danger: var(--rp-color-danger-active);
  --rp-arriving: var(--rp-color-success);
  --rp-recovered_packages: var(--rp-color-success);
  --rp-success: var(--rp-color-success);
  --rp-delivered: var(--rp-color-success-active);
  --rp-completed: var(--rp-color-success-active);
  --rp-picked_up: #800080;
  --rp-in_transit: #1f272b;
  --rp-gray-inactive: gray;
  --rp-motion-ease-in-and-out: cubic-bezier(0.645, 0.045, 0.355, 1);
  --rp-motion-duration: 0.2s;
  /* Disabled Colors */
  --rp-disabled-background-color: #f5f5f5;
  --rp-disabled-text-color: rgba(0, 0, 0, 0.25);
  /* Border Variables */
  --rp-border-radius-sm: 0.125rem;
  --rp-border-radius-md: 0.25rem;
  --rp-border-radius: 0.375rem;
  --rp-border-radius-lg: 0.5rem;
  --rp-border-color: #d9d9d9;
  /* Box Shadow Variables */
  --rp-box-shadow-primary:
    0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 9px 28px 8px rgba(0, 0, 0, 0.05);
  --rp-box-shadow-secondary:
    0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 9px 28px 8px rgba(0, 0, 0, 0.05);
  /* Padding Variables */
  --rp-padding-xxs: 0.125rem;
  /* 2px */
  --rp-padding-xs: 0.25rem;
  /* 4px */
  --rp-padding-sm: 0.5rem;
  /* 8px */
  --rp-padding-md: 0.75rem;
  /* 12px */
  --rp-padding-lg: 1rem;
  /* 16px */
  --rp-padding-xl: 1.25rem;
  /* 20px */
  /* Easing Functions */
  --rp-custom-ease-out-back: cubic-bezier(0.645, 0.045, 0.355, 1);
  --rp-custom-east-out: cubic-bezier(0.23, 1, 0.32, 1);
  /* severity */
  --rp-info-bg: color-mix(in srgb, var(--rp-info) 10%, white);
  --rp-info-border: color-mix(in srgb, var(--rp-info) 50%, white);
  --rp-warning-bg: color-mix(in srgb, var(--rp-warning) 10%, white);
  --rp-warning-border: color-mix(in srgb, var(--rp-warning) 50%, white);
  --rp-critical-bg: color-mix(in srgb, var(--rp-critical) 10%, white);
  --rp-critical-border: color-mix(in srgb, var(--rp-critical) 50%, white);
  --rp-alarm-bg: color-mix(in srgb, var(--rp-alarm) 10%, white);
  --rp-alarm-border: color-mix(in srgb, var(--rp-alarm) 50%, white);
  /* SHC severity colors */
  --rp-shc-info-bg: #d8edf0;
  --rp-shc-info-border: #7ac4d6;
  --rp-shc-info: #0f7faf;
}

/* Fonts */

html,
body {
  font-family:
    'Inter',
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: 'wdth' 100;
}

/* colors */

.text-primary {
  color: var(--rp-color-primary);
}

/* This is done for modal (Hack model overlay issues) */

body {
  & .z-40.fixed.inset-0 {
    display: none;
  }
  button.gm-ui-hover-effect {
    width: 24px !important;
    height: 24px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gm-style-iw button:focus {
    outline: 0 !important;
  }
  button.gm-ui-hover-effect span {
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
  }
  .rp-select-selection-search-input {
    box-shadow: none !important;
    outline: none !important;
  }
}

@keyframes pulseAnimation {
  0% {
    transform: scale(0.8);
    opacity: 0.8;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.4;
  }

  100% {
    transform: scale(0.8);
    opacity: 0.8;
  }
}

/* Typography */

.rp-heading {
  font-weight: 500;
  font-style: normal;
  margin: 0;
}

.rp-heading-one {
  font-size: 2.375rem;
  line-height: 2.875rem;
}

.rp-heading-two {
  font-size: 1.875rem;
  line-height: 2.375rem;
}

.rp-heading-three {
  font-size: 1.5rem;
  line-height: 2rem;
}

.rp-heading-four {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.rp-heading-five {
  font-size: 1rem;
  line-height: 1.5rem;
}

.rp-text {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 400;
}

.rp-text-base {
  font-size: 0.875rem;
  /* 14px */
  line-height: 1rem;
  font-weight: 400;
}

.rp-text-sm {
  font-size: 0.75rem;
  /* 12px */
  line-height: 1.25rem;
  font-weight: 400;
}

.rp-text-lg {
  font-size: 1rem;
  /* 16px */
  line-height: 1.5rem;
  font-weight: 400;
}

.rp-text-xl {
  font-size: 1.25rem;
  /* 20px */
  line-height: 1.75rem;
  font-weight: 400;
}

.rp-semi-bold {
  font-weight: 600;
}

.rp-text-label {
  font-weight: 600;
  color: #595959;
}

.rp-text-value {
  color: #1f1f1f;
}

/* Buttons */

.rp-btn {
  font-size: 0.875rem;
  line-height: 1.375rem;
  background: var(--rp-light-background);
  border-radius: var(--rp-border-radius);
  color: var(--rp-light-text);
  padding: 4px 15px;
  transition: cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  &:hover {
    cursor: pointer;
  }
  svg {
    display: inline;
  }
  & .disabled {
    background-color: var(--rp-gray-background);
    pointer-events: none;
  }
}

.rp-btn-sm {
  padding: 0 7px;
}

.rp-btn-lg {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 7px 15px;
}

.rp-btn-default {
  border: 1px solid var(--rp-border-color);
  &:hover {
    border: 1px solid var(--rp-color-primary);
    color: var(--rp-color-primary);
  }
}

.rp-btn-default:disabled,
.rp-btn-default[disabled] {
  border: 1px solid var(--rp-border-color);
  color: var(--rp-light-text);
  cursor: not-allowed;
}

.rp-btn-default:disabled:hover,
.rp-btn-default[disabled]:hover {
  border: 1px solid var(--rp-border-color);
  color: var(--rp-light-text);
}

.rp-btn-dashed {
  border: 1px dashed var(--rp-border-color);
  &:hover {
    border: 1px dashed var(--rp-color-primary);
    color: var(--rp-color-primary);
  }
}

.rp-btn-outline {
  border: 1px solid var(--rp-border-color);
  &:hover {
    border: 1px solid var(--rp-color-primary);
    color: var(--rp-color-primary);
  }
}

.rp-btn-danger-outline {
  border: 1px solid var(--rp-border-color);
  &:hover {
    border: 1px solid var(--rp-color-danger);
    color: var(--rp-color-danger);
  }
}

.rp-btn-primary {
  background: var(--rp-color-primary);
  border: 1px solid var(--rp-color-primary);
  color: var(--rp-light-background);
  &:hover {
    background: var(--rp-color-primary-hover);
    border: 1px solid var(--rp-color-primary-hover);
  }
}

.rp-btn-success {
  background: var(--rp-color-success);
  border: 1px solid var(--rp-color-success);
  color: var(--rp-light-text);
  &:hover {
    background: var(--rp-color-success-hover);
    border: 1px solid var(--rp-color-success-hover);
  }
}

.rp-btn-warning {
  background: var(--rp-color-warning);
  border: 1px solid var(--rp-color-warning);
  color: var(--rp-light-background);
  &:hover {
    background: var(--rp-color-warning-hover);
    border: 1px solid var(--rp-color-warning-hover);
  }
}

.rp-btn-danger {
  background: var(--rp-color-danger);
  border: 1px solid var(--rp-color-danger);
  color: var(--rp-light-background);
  &:hover {
    background: var(--rp-color-danger-hover);
    border: 1px solid var(--rp-color-danger-hover);
  }
}

.rp-link-primary {
  color: var(--rp-color-primary);
  transition: all var(--rp-motion-duration) var(--rp-motion-ease-in-and-out);
  &:hover {
    color: var(--rp-color-primary-hover);
  }
}

.rp-link-success {
  color: var(--rp-color-success);
  transition: all var(--rp-motion-duration) var(--rp-motion-ease-in-and-out);
  &:hover {
    color: var(--rp-color-success-hover);
  }
}

.rp-link-warning {
  color: var(--rp-color-warning);
  transition: all var(--rp-motion-duration) var(--rp-motion-ease-in-and-out);
  &:hover {
    color: var(--rp-color-warning-hover);
  }
}

.rp-link-danger {
  color: var(--rp-color-danger);
  transition: all var(--rp-motion-duration) var(--rp-motion-ease-in-and-out);
  &:hover {
    color: var(--rp-color-danger-hover);
  }
}

.rp-btn-disabled {
  cursor: not-allowed;
  background-color: var(--rp-gray-background);
  color: var(--rp-border-color);
  border: 1px solid var(--rp-border-color);
  pointer-events: none;
  svg {
    color: var(--rp-border-color)
  }
}

.rp-btn-disabled:hover {
  cursor: not-allowed;
  pointer-events: none;
  background-color: var(--rp-gray-background);
  color: var(--rp-border-color);
  border: 1px solid var(--rp-border-color);
}

.rp-btn-enabled {
  opacity: 1;
  cursor: pointer;
}

.rp-badge-primary {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: var(--rp-color-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
  background: var(--rp-color-primary-bg);
  border-radius: 0.875rem;
}

.rp-badge-v2-primary {
  border: 1px solid var(--rp-color-primary) !important;
  border-radius: 0.3rem !important;
}

.rp-badge-v2-shc-info {
  border: 1px solid var(--rp-shc-info) !important;
  background-color: var(--rp-shc-info-bg) !important;
  border-radius: 0.3rem !important;
  color: var(--rp-shc-info) !important;
}

.rp-badge-secondary {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 0.875rem;
}

.rp-badge-small {
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.rp-badge-extra-small {
  font-size: 12px !important;
  line-height: 1rem !important;
}

.rp-badge-warning {
  color: var(--rp-color-warning);
  background: var(--rp-color-warning-bg);
}

.rp-badge-v2-warning {
  border: 1px solid var(--rp-color-warning) !important;
  border-radius: 0.3rem !important;
}

.rp-badge-success {
  color: var(--rp-color-success);
  background: var(--rp-color-success-bg);
}

.rp-badge-v2-success {
  border: 1px solid var(--rp-color-success) !important;
  border-radius: 0.3rem !important;
}

.rp-badge-gps {
  color: var(--rp-light-color);
  background: #34b050;
}

.rp-badge-wifi-cellular {
  color: var(--rp-light-color);
  background: #107bc1;
}

.rp-badge-wifi {
  color: var(--rp-light-color);
  background: #b256ea;
}

.rp-badge-cellular {
  color: var(--rp-light-color);
  background: #e8aa4d;
}

.rp-badge-danger,
.rp-badge-critical {
  color: var(--rp-color-danger);
  background: var(--rp-color-danger-bg);
}

.rp-badge-v2-danger,
.rp-badge-v2-critical {
  border: 1px solid var(--rp-color-danger) !important;
  border-radius: 0.3rem !important;
}

.rp-status-badge-online {
  font-size: 0.75rem;
  color: var(--rp-color-success);
  background: var(--rp-color-success-bg);
}

.rp-status-badge-offline {
  font-size: 0.75rem;
  color: var(--rp-color-danger);
  background: var(--rp-color-danger-bg);
}

.rp-badge-undetermined {
  color: var(--rp-gray-inactive);
  background: var(--rp-gray-background);
}

.rp-badge-flights {
  font-size: 0.75rem;
  color: var(--rp-color-primary);
  background: var(--rp-gray-background);
}

.rp-badge-default {
  border: 1px solid var(--rp-border-color);
  background: white;
  color: var(--rp-light-text);
}

/* Form & Input Fields */

.rp-input {
  background: #fff;
  border: 1px solid var(--rp-border-color);
  border-radius: var(--rp-border-radius);
  color: #000;
  font-size: 0.875rem;
  height: 2rem;
  padding: 4px 11px;
  width: 100%;
  &:hover {
    border-color: var(--rp-color-primary);
  }
  &:focus {
    border-color: var(--rp-color-primary);
    box-shadow: 0 0 0 1px var(--rp-color-primary-bg);
    outline: none !important;
  }
  &.is-danger {
    border-color: var(--rp-color-danger);
    outline: var(--rp-color-danger-bg) solid 1px !important;
  }
  &.disabled {
    background-color: var(--rp-gray-background);
    cursor: not-allowed !important;
    color: var(--rp-gray-inactive);
    caret-color: transparent;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    border-color: var(--rp-border-color) !important;
  }
}

.rp-input.add-on-suffix {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rp-input.add-on-after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: #ffffff;
  background-color: #fbfbfb;
}

.rp-input::-moz-placeholder {
  color: #bfbfbf;
  font-weight: 400;
}

.rp-input::placeholder {
  color: #bfbfbf;
  font-weight: 400;
}

/* Input wrapper for positioning icons */

.rp-input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* Styles for the icon button */

.rp-input-icon-button {
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.75rem;
  height: 0.75rem;
  /* Styles for the icon */
  .rp-input-icon {
    width: 1rem;
    height: 1rem;
    transition: all 0.3s;
  }
}

/* Adjust input padding for right icon */

.rp-input-container .rp-input {
  padding-right: 2rem;
}

/* Ensure alignment for inputs without icons */

.rp-input:not(.rp-input-container .rp-input) {
}

.rp-field-error {
  color: var(--rp-color-danger);
  font-size: 0.75rem;
  margin-top: 0.1rem;
  height: 1rem;
}

.rp-field-success {
  color: var(--rp-color-success);
  font-size: 0.75rem;
  margin-top: 0.1rem;
  height: 1rem;
}

.rp-field-info {
  color: var(--rp-color-primary);
  font-size: 0.75rem;
  margin-top: 0.1rem;
  height: 1rem;
}

.rp-field-warning {
  color: var(--rp-color-warning);
  font-size: 0.75rem;
  margin-top: 0.1rem;
  height: 1rem;
}

.rp-ui-field-message {
  font-size: 0.875rem;
  margin-top: 0.3rem;
  display: none;
  height: 1rem;
  &.error {
    color: var(--rp-color-danger);
    display: block;
  }
  &.warning {
    color: var(--rp-color-warning);
    display: block;
  }
  &.success {
    color: var(--rp-color-success);
    display: block;
  }
}

.rp-required-label::before {
  content: '*';
  margin-right: 0.25rem;
  color: var(--rp-color-danger);
}

/* Select Styles */

.rp-select-container {
  position: relative;
  width: 100%;
  & .rp-select-input {
    width: 100%;
    padding: 4px 11px;
    font-size: 14px;
    line-height: 1.5715;
    color: rgba(0, 0, 0, 0.85);
    background-color: #fff;
    border: 1px solid #d9d9d9;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    cursor: pointer;
    border-radius: var(--rp-border-radius);
    &:hover {
      border-color: var(--rp-color-primary);
    }
    &:focus {
      border-color: var(--rp-color-primary);
      box-shadow: 0 0 0 1px var(--rp-color-primary-bg);
      outline: none;
    }
    &.is-danger {
      border-color: var(--rp-color-danger);
      outline: var(--rp-color-danger-bg) solid 1px !important;
    }
  }
  & .disabled {
    background-color: var(--rp-gray-background);
    cursor: not-allowed !important;
  }
  & .rp-select-input.add-on-after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fbfbfb;
    border-left: #ffffff;
  }
  & .rp-select-input::-moz-placeholder {
    color: #c6c6c6;
    font-weight: 300;
  }
  & .rp-select-input::placeholder {
    color: #c6c6c6;
    font-weight: 300;
  }
  & .rp-select-arrow {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.25);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  & .rp-select-cross {
    position: absolute;
    opacity: 0;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    font-size: 12px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.25);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  &.active .rp-select-arrow {
    transform: translateY(-50%) rotate(180deg);
  }
  & .rp-select-dropdown {
    margin-top: 2px;
    padding: 4px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: var(--rp-border-radius);
    box-shadow: rgba(50, 50, 71, 0.08) 0px 24px 32px;
    z-index: 50;
    opacity: 0;
    transform: scaleY(0.5);
    transform-origin: top;
    transition:
      opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
      transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    pointer-events: none;
    &.active {
      opacity: 1;
      transform: scaleY(1);
      pointer-events: auto;
    }
    & .rp-select-option {
      padding: 5px 12px;
      cursor: pointer;
      transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      font-size: 0.875rem;
      line-height: 1.375rem;
      &:hover {
        border-radius: var(--rp-border-radius);
        background-color: var(--rp-gray-background);
      }
      &.rp-selected {
        border-radius: var(--rp-border-radius);
        background-color: var(--rp-color-primary-bg);
        font-weight: 600;
      }
    }
  }
}

.child-asset-form {
  .rp-select-option,
  .rp-select-option.rp-selected,
  .rp-multi-select-option,
  .rp-multi-select-option.rp-multi-select-selected,
  .rp-ui-multi-select-option,
  .rp-ui-multi-select-option.rp-ui-multi-select-selected,
  .rp-multi-select-tag,
  .rp-ui-multi-select-tag {
    font-weight: 400;
  }
}

.rp-requirement-check {
  .rp-success {
    color: var(--rp-success);
  }
  .rp-failure {
    color: var(--rp-gray-inactive);
  }
}

.rp-radio {
  color: var(--rp-color-primary);
}

.rp-radio:focus {
  outline-color: none;
  box-shadow: none;
}

.rp-checkbox {
  border: 1px solid var(--rp-border-color);
  border-radius: var(--rp-border-radius);
  color: var(--rp-color-primary);
}

.rp-checkbox:focus {
  outline-color: none;
  box-shadow: none;
}

/* Multi Select Styles */

.rp-multi-select-container {
  position: relative;
  width: 100%;
  .rp-multi-select-input {
    height: 1.5rem;
    margin: 0 0.25rem;
    border: none;
    background: transparent;
    padding: 0;
    font: inherit;
    padding-left: 0.1rem;
  }
  .rp-multi-select-input:focus {
    outline: none;
    box-shadow: none;
  }
  & .rp-multi-select-input-container {
    width: 100%;
    padding: 4px 11px;
    font-size: 14px;
    line-height: 1.5715;
    color: rgba(0, 0, 0, 0.85);
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: var(--rp-border-radius);
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    cursor: pointer;
    height: 2rem;
    display: flex;
    align-items: center;
    padding-left: 0.2rem;
    /* gap: 4px; */
    & .rp-multi-select-tag {
      border: 1px solid #ffffff;
      border-radius: 4px;
      background-color: #f2f2f2;
      font-size: 0.875rem;
      padding-left: 10px;
      padding-right: 10px;
      line-height: 1.375rem;
      display: flex;
      justify-content: space-between;
      gap: 10px;
    }
    &:hover {
      border-color: var(--rp-color-primary);
    }
    &:focus {
      border-color: var(--rp-color-primary);
      box-shadow: 0 0 0 1px var(--rp-color-primary-bg);
      outline: none;
    }
    &.is-danger {
      border-color: var(--rp-color-danger);
      outline: var(--rp-color-danger-bg) solid 1px !important;
    }
    & .rp-multi-select-tags {
      display: flex;
      align-items: center;
    }
  }
  .rp-multi-select-input::-moz-placeholder {
    color: #c6c6c6;
    font-weight: 300;
  }
  & .rp-multi-select-input-placeholder,
  .rp-multi-select-input::placeholder {
    color: #c6c6c6;
    font-weight: 300;
  }
  & .rp-multi-select-dropdown-arrow {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    pointer-events: none;
    cursor: pointer;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.25);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  &.active .rp-multi-select-dropdown-arrow {
    transform: translateY(-50%) rotate(180deg);
  }
  & .rp-multi-select-dropdown {
    margin-top: 2px;
    padding: 4px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: var(--rp-border-radius);
    box-shadow: rgba(50, 50, 71, 0.08) 0px 24px 32px;
    z-index: 50;
    opacity: 0;
    transform: scaleY(0.5);
    transform-origin: top;
    transition:
      opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
      transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    pointer-events: none;
    &.active {
      opacity: 1;
      transform: scaleY(1);
      pointer-events: auto;
    }
    & .rp-multi-select-option {
      padding: 5px 12px;
      cursor: pointer;
      transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      font-size: 0.875rem;
      line-height: 1.375rem;
      &:hover {
        border-radius: var(--rp-border-radius);
        background-color: var(--rp-gray-background);
      }
      &.rp-multi-select-selected {
        border-radius: var(--rp-border-radius);
        background-color: var(--rp-color-primary-bg);
        font-weight: 600;
      }
    }
  }
}

.rp-ui-multi-select-container {
  box-sizing: border-box;
  border: 1px solid var(--rp-border-color);
  border-radius: var(--rp-border-radius);
  color: #000;
  font-size: 0.875rem;
  min-height: 2rem;
  max-height: 2rem;
  width: 100%;
  position: relative;
  .rp-ui-multi-select-selector {
    cursor: text;
    padding-inline-end: 30px;
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding-left: 5px;
    padding-block: 1px;
    border-radius: 6px;
    .rp-ui-multi-select-content {
      flex: 1;
      min-width: 0;
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      gap: 2px;
      height: 100%;
      overflow: hidden;
    }
    .rp-ui-multi-select-controls {
      flex-shrink: 0;
      display: flex;
      align-items: center;
      gap: 4px;
      position: absolute;
      right: 5px;
      top: 50%;
      transform: translateY(-50%);
      height: auto;
    }
    .rp-ui-multi-select-tags {
      display: flex;
      align-items: center;
      gap: 2px;
      flex-shrink: 1;
      .rp-ui-multi-select-tag {
        border: 1px solid #ffffff;
        border-radius: 4px;
        background-color: #f2f2f2;
        font-size: 0.75rem;
        /* 12px */
        font-weight: 400;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 1.375rem;
        display: flex;
        justify-content: space-between;
        gap: 10px;
      }
    }
    .rp-ui-multi-select-input {
      height: 100%;
      flex: 1;
      min-width: 60px;
      max-width: 100%;
      padding-left: 6px;
      margin: 0;
      cursor: auto;
      color: inherit;
      background: transparent;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      box-sizing: border-box;
      outline: none;
      border: none;
      &:focus {
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
      }
      &::-moz-placeholder {
        color: #c6c6c6;
        font-weight: 300;
      }
      &::placeholder {
        color: #c6c6c6;
        font-weight: 300;
      }
    }
    .rp-ui-multi-select-clear-btn {
      height: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: none;
      border: none;
      cursor: pointer;
      color: rgba(0, 0, 0, 0.45);
      transition: color 0.3s ease;
      flex-shrink: 0;
      padding: 0;
      &:hover {
        color: rgba(0, 0, 0, 0.75);
      }
      .rp-ui-icon {
        width: 18px;
        height: 18px;
        color: inherit;
        display: inline-flex;
      }
    }
  }
  .rp-ui-multi-select-arrow {
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.25);
    text-align: center;
    height: 16px;
    pointer-events: none;
    transition: opacity 0.3s ease;
    flex-shrink: 0;
    .rp-ui-icon {
      color: inherit;
      display: inline-flex;
      width: 24px;
      height: 24px;
    }
  }
}

.rp-ui-multi-select-dropdown {
  margin-top: 2px;
  padding: 4px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: var(--rp-border-radius);
  box-shadow: rgba(50, 50, 71, 0.08) 0px 24px 32px;
  z-index: 50;
  opacity: 0;
  transform: scaleY(0.5);
  transform-origin: top;
  transition:
    opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
  &.active {
    opacity: 1;
    transform: scaleY(1);
    pointer-events: auto;
  }
  & .rp-ui-multi-select-option {
    padding: 5px 12px;
    cursor: pointer;
    transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    font-size: 0.875rem;
    line-height: 1.375rem;
    &:hover {
      border-radius: var(--rp-border-radius);
      background-color: var(--rp-gray-background);
    }
    &.rp-ui-multi-select-selected {
      border-radius: var(--rp-border-radius);
      background-color: var(--rp-color-primary-bg);
      font-weight: 600;
    }
  }
}

/* Remove border-radius between vertically stacked selected options */

.rp-ui-multi-select-option.rp-ui-multi-select-selected
  + .rp-ui-multi-select-option.rp-ui-multi-select-selected {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rp-ui-multi-select-option.rp-ui-multi-select-selected:has(
    + .rp-ui-multi-select-option.rp-ui-multi-select-selected
  ) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* Fix double-eye icon issue in Microsoft Edge */

input[type='password'].rp-input::-ms-reveal {
  display: none;
}

/* Drag and Drop Error State */

.rp-dnd-error .rp-upload-drag {
  border-color: var(--rp-color-danger, #f04a39) !important;
}

.rp-page {
  position: relative;
  & .rp-page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3.5rem;
    padding: 1rem 2rem;
    border-bottom: 1px solid var(--rp-border-color);
    background-color: var(--rp-background-color);
    & .rp-page-header-title {
      font-size: 1.25rem;
      line-height: 1.75rem;
      font-weight: 600;
    }
    & .rp-page-header-actions {
      /* Style for actions, can be customized */
    }
  }
  & .rp-page-header.rp-asset-page-header {
    border-bottom: none;
    height: auto;
    padding: 0 0;
    & .rp-asset-title, & .rp-asset-metadata, & .rp-asset-recent-reading-section {
      padding: 0.5rem 2rem;
    }
  }
  & .rp-page-header.rp-page-header--stacked {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    height: auto;
    & .rp-page-header-row {
      width: 100%;
    }
  }
  & .rp-page-filters {
    position: relative;
    width: 100%;
    background-color: var(--rp-background-color);
    & .rp-page-filters-primary {
      width: 100%;
      padding: 0.7rem 1.5rem;
      height: auto;
      border-bottom: 1px solid var(--rp-border-color);
      & .rp-page-filters-primary-container {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        gap: 1rem;
        & .rp-page-filter {
          grid-column: span 2 / span 8;
        }
        & .rp-page-filter-btn {
          grid-column: span 1 / span 8;
        }
      }
      & .rp-page-filters-primary-asset-container {
        display: grid;
        grid-template-columns: repeat(10, 1fr);
        gap: 1rem;
        & .rp-page-filter {
          grid-column: span 2 / span 9;
        }
        & .rp-page-filter-btn {
          grid-column: span 1 / span 8;
        }
      }
    }
    & .rp-page-filters-extra {
      visibility: hidden;
      z-index: 10;
      opacity: 0;
      position: absolute;
      min-height: 4rem;
      top: 100%;
      left: 0;
      width: 100%;
      padding: 0.5rem 1.5rem;
      background-color: #fff;
      /* border: 1px solid var(--rp-border-color); */
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transform: translateY(-20px);
      transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    & .rp-page-filters-extra.is-open {
      transform: translateY(0px);
      opacity: 1;
      visibility: visible;
    }
  }
  & .rp-page-content {
    display: flex;
    justify-content: space-between;
    padding: 0rem 2rem;
    & .rp-page-content-primary {
      padding-right: 1rem;
      padding-left: 1rem;
      flex: 3;
    }
    & .rp-page-content-secondary {
      flex: 1;
      border-right: 1px solid var(--rp-border-color);
    }
  }
}

.rp-pagination {
  padding: 1rem;
  background-color: var(--rp-light-background);
  border-top: 1px solid var(--rp-border-color);
}

#toggleFilters {
  padding: 0.5rem 1rem;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  &:hover {
    background-color: #0056b3;
  }
}

@media (max-width: 64rem) {
  .rp-page .rp-page-filters .rp-page-filters-primary {
    height: auto;
  }

  .rp-page .rp-page-header {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    row-gap: 0.5rem;
  }

  .rp-page
    .rp-page-filters
    .rp-page-filters-primary
    .rp-page-filters-primary-container
    .rp-page-filter {
    grid-column: span 8 / span 8;
  }

  .rp-page
    .rp-page-filters
    .rp-page-filters-primary
    .rp-page-filters-primary-container
    .rp-page-filter-btn {
    grid-column: span 4 / span 8;
  }

  .rp-page .rp-page-filters .rp-page-filters-primary .rp-page-filters-primary-asset-container {
    grid-template-columns: repeat(8, 1fr);
    & .rp-page-filter {
      grid-column: span 8 / span 8;
    }
  }

  .rp-page .rp-page-filters .rp-page-filters-primary .rp-page-filters-extra {
    visibility: hidden;
    display: none;
    opacity: 0;
    position: relative;
    padding: 0 0;
    min-height: auto;
    top: 0;
    left: 0;
    box-shadow: none;
    background-color: #fff;
    transition: all 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    &.is-open {
      display: block;
      opacity: 1;
      visibility: visible;
    }
  }
}

.rp-asset-detail-header,
.rp-site-detail-header,
.rp-device-detail-header {
  border-bottom: none !important;
  height: auto !important;
  padding: 0.5rem 1.5rem !important;
}

@media (min-width: 64rem) and (max-width: 80rem) {
  .rp-page
    .rp-page-filters
    .rp-page-filters-primary
    .rp-page-filters-primary-container
    .rp-page-filter-btn {
    grid-column: span 2 / span 8;
  }

  .rp-page .rp-page-filters .rp-page-filters-primary .rp-page-filters-primary-asset-container {
    grid-template-columns: repeat(10, 1fr);
  }
}

.rp-page.rp-native-app {
  .rp-page-header {
    padding: 1rem !important;
  }
}

.rp-dropdown {
}

.rp-dropdown-options-container{
  z-index: 50;
  background-color: var(--rp-light-background);
  border-top: 1px solid var(--rp-border-color);
  border-bottom: 1px solid var(--rp-border-color);
  border-radius: 0.375rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
}

.rp-dropdown-options-list {
  padding: 0.2rem;
  font-size: 14px;
}

.rp-dropdown-option {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.rp-dropdown-option:hover {
  background-color: var(--rp-color-primary-bg);
}

/* UI dropdown component styles */

.rp-ui-dropdown {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}

.rp-ui-dropdown-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 5px 15px;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  background-color: #fff;
  border: 1px solid var(--rp-border-color);
  border-radius: var(--rp-border-radius);
  transition: all 0.2s var(--rp-custom-ease-out-back);
  cursor: pointer;
  white-space: nowrap;
  height: 32px;
  outline: none;
}

/* Disabled state of dropdown */

.rp-ui-dropdown.disabled {
  cursor: not-allowed;
  .rp-ui-dropdown-button {
    opacity: 0.65;
    cursor: not-allowed;
    pointer-events: none;
    background-color: var(--rp-disabled-background-color);
  }
}

.rp-ui-dropdown-button:hover {
  color: var(--rp-color-primary);
  border-color: var(--rp-color-primary);
  background-color: #fff;
}

.rp-ui-dropdown-button:focus {
  outline: none;
}

.rp-ui-dropdown-icon {
  width: 14px;
  height: 14px;
}

.rp-ui-dropdown-arrow {
  width: 1rem;
  height: 1rem;
  margin-left: 6px;
  transition: transform 0.2s;
}

.rp-ui-dropdown-button[aria-expanded='true'] .rp-ui-dropdown-arrow {
  transform: rotate(180deg);
}

.rp-ui-dropdown-menu {
  position: absolute;
  padding: var(--rp-padding-xs);
  min-width: 220px;
  box-sizing: border-box;
  margin-top: 0.25rem;
  background-color: #fff;
  border-radius: var(--rp-border-radius-lg);
  box-shadow: var(--rp-box-shadow-secondary);
  z-index: 1050;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: var(--rp-custom-ease-out);
  /* Default position - bottom */
  top: calc(100% + 4px);
  left: auto;
  right: auto;
  bottom: auto;
  transform-origin: top;
  --rp-dropdown-transform-origin: 0% 0%;
}

/* Bottom placements */

.rp-ui-dropdown-menu.bottom-left {
  left: 0;
}

.rp-ui-dropdown-menu.bottom-right {
  right: 0;
}

.rp-ui-dropdown-menu.bottom {
  /* Already handled by default styling */
}

/* Top placements */

.rp-ui-dropdown-menu.top-left {
  --rp-dropdown-transform-origin: 0% 100%;
  bottom: calc(100% + 4px);
  top: auto;
  left: 0;
  transform-origin: bottom;
}

.rp-ui-dropdown-menu.top-right {
  --rp-dropdown-transform-origin: 0% 100%;
  bottom: calc(100% + 4px);
  top: auto;
  right: 0;
  transform-origin: bottom;
}

.rp-ui-dropdown-menu.top {
  --rp-dropdown-transform-origin: 0% 100%;
  bottom: calc(100% + 4px);
  top: auto;
  transform-origin: bottom;
}

.rp-ui-dropdown-menu:not(.hidden) {
  animation-name: rpSlideUpFadeIn;
}

.rp-ui-dropdown-menu.hidden {
  display: none;
}

.rp-ui-dropdown-menu-items {
  max-height: 256px;
  overflow-y: auto;
}

.rp-ui-dropdown-menu-item {
  display: flex;
  border-radius: var(--rp-border-radius-md);
  align-items: center;
  padding: 5px 12px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border: 0;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  margin: 1px 0;
  min-width: 100%;
}

/* Disabled state of menu item */

.rp-ui-dropdown-menu-item.disabled {
  color: var(--rp-disabled-text-color);
  cursor: not-allowed;
  pointer-events: none;
  background-color: var(--rp-disabled-background-color);
  .rp-ui-dropdown-menu-item-icon {
    color: var(--rp-disabled-text-color);
  }
}

.rp-ui-dropdown-menu-item:hover {
  background-color: var(--rp-gray-background);
  color: rgba(0, 0, 0, 0.85);
}

.rp-ui-dropdown-menu-item:active {
  background-color: var(--rp-color-primary-bg);
  color: var(--rp-color-primary);
}

.rp-ui-dropdown-menu-item-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.65);
  transition: color 0.2s;
}

.rp-ui-dropdown-menu-item:hover .rp-ui-dropdown-menu-item-icon {
  color: var(--rp-color-primary);
}

.rp-ui-dropdown-divider {
  height: 1px;
  margin: 4px 0;
  background-color: var(--rp-gray-background);
}

.rp-ui-dropdown-menu-enter {
  animation-name: rpSlideUpFadeIn;
}

.rp-ui-dropdown-menu-leave {
  animation-name: rpSlideUpFadeOut;
}

/* Animations */

@keyframes rpSlideUpFadeIn {
  0% {
    opacity: 0;
    transform-origin: var(--rp-dropdown-transform-origin);
    transform: scaleY(0.8);
  }

  100% {
    opacity: 1;
    transform-origin: var(--rp-dropdown-transform-origin);
    transform: scaleY(1);
  }
}

@keyframes rpSlideUpFadeOut {
  0% {
    opacity: 1;
    transform-origin: var(--rp-dropdown-transform-origin);
    transform: scaleY(1);
  }

  100% {
    opacity: 0;
    transform-origin: var(--rp-dropdown-transform-origin);
    transform: scaleY(0.8);
  }
}

.rp-three-col-ui-list-view-container {
  background-color: var(--rp-light-background);
  width: 33.3333%;
  overflow-y: auto;
}

.rp-three-col-ui-main-view-container {
  display: flex;
  border-left:1px solid var(--rp-border-color) ;
  flex-grow: 1;
}

.rp-three-col-ui-basic-details-container {
  width: 50%;
  background-color: var(--rp-light-background);
  overflow-y: auto;
  border-right: 1px solid var(--rp-border-color);
  position: relative;
}

.rp-three-col-ui-map-container {
  flex-grow: 1;
  background-color: #bfdbfe;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rp-three-col-ui-list-pagination-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 33.3333%;
  padding: 0.5rem;
  background-color: var(--rp-light-background);
  border-top: 1px solid var(--rp-border-color);
  display: flex;
  justify-content: center;
}

@media (max-width: 64rem) {
  .rp-three-col-ui-list-view-container {
    background-color: var(--rp-light-background);
    width: 100%;
    overflow-y: auto;
  }

  .rp-three-col-ui-main-view-container {
    display: none;
  }

  .rp-three-col-ui-list-pagination-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem;
    background-color: var(--rp-light-background);
    border-top: 1px solid var(--rp-border-color);
    display: flex;
    justify-content: center;
  }
}

.rp-tab-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.rp-tab-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rp-tab-section {
  display: flex;
  overflow: auto;
  gap: 2rem;
}

.rp-tab {
  padding: 1rem 0.5rem;
  color: var(--rp-light-text);
  cursor: pointer;
  border: none;
  flex-shrink: 0;
}

.rp-tab:hover {
  color: var(--rp-color-primary-active);
  /* Equivalent to 'hover:text-gray-600' */
  border-color: var(--rp-border-color);
  /* Equivalent to 'hover:border-gray-500' */
}

.rp-tab.active {
  color: var(--rp-color-primary);
  border-bottom: 2px solid var(--rp-color-primary-hover);
  font-weight: 600;
}

.rp-tab.disabled {
  color: var(--rp-light-text);
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.rp-timeline {
  list-style: none;
  padding: 0;
  position: relative;
}

.rp-timeline::before {
  content: '';
  position: absolute;
  top: 0.375rem;
  bottom: 0.375rem;
  left: 0.955rem;
  width: 1px;
  background-color: color-mix(in srgb, var(--rp-color-primary) 10%, transparent);
  z-index: 0;
}

.rp-timeline-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 1rem;
}

.rp-timeline-item-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.rp-timeline-item-marker-line {
  height: 100%;
  width: 2rem;
  top: 0.25rem;
  position: relative;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  z-index: 1;
  /* Circle should be above the line */
}

.rp-timeline-item-marker-line::after {
  content: '';
  position: relative;
  width: 0.75rem;
  height: 0.75rem;
  background-color: var(--rp-color-primary);
  border-radius: 50%;
  z-index: 1;
}

.rp-timeline-item-warning::after {
  background-color: var(--rp-color-warning);
}

.rp-timeline-item-alarm::after {
  background-color: var(--rp-color-danger);
}

.rp-timeline-item-info::after {
  background-color: var(--rp-color-primary);
}

.rp-timeline-item-success::after {
  background-color: var(--rp-color-success);
}

.rp-timeline-item-alarm::after {
  background-color: var(--rp-color-danger);
}

.rp-timeline-item-warning::after {
  background-color: var(--rp-color-warning);
}

.rp-timeline-item-critical::after {
  background-color: var(--rp-color-danger);
}

.rp-timeline-item-danger::after {
  background-color: var(--rp-color-danger);
}

.rp-timeline-item-shc-info::after {
  background-color: var(--rp-shc-info);
}

.rp-timeline-item-shc-info-text {
  color: var(--rp-shc-info);
}

.rp-timeline-item-info-text {
  color: var(--rp-color-primary);
}

.rp-timeline-item-warning-text {
  color: var(--rp-color-warning);
}

.rp-timeline-item-alarm-text {
  color: var(--rp-color-danger);
}

.rp-timeline-item-danger-text,
.rp-timeline-item-critical-text {
  color: var(--rp-color-danger);
}

.rp-timeline-item-success-text {
  color: var(--rp-color-success);
}

.rp-timeline-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  .rp-timeline-title {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    margin-bottom: 0.25rem;
  }
  .rp-timeline-text {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    margin-bottom: 0.25rem;
    display: block;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  .rp-timeline-text-secondary {
    color: rgba(0, 0, 0, 0.65);
  }
}

.rp-timeline-connector {
  margin-top: 0;
}

.rp-flight-timeline-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 1rem;
}

.rp-flight-timeline-item:last-child {
  margin-bottom: 0;
}

.rp-flight-timeline-title-info {
  color: var(--rp-color-primary);
}

.rp-flight-timeline-title-critical {
  color: var(--rp-color-danger);
}

.rp-flight-timeline-item:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 20px;
  width: 2px;
  top: 4px;
  height: calc(100% + 16px);
  background-color: #e9ecef;
}

.rp-icon-container {
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 13px;
  margin-right: 16px;
  position: relative;
  z-index: 1;
  color: var(--rp-color-primary);
}

.rp-icon-info {
  color: var(--rp-color-primary);
}

.rp-icon-warning {
  color: var(--rp-color-warning);
}

.rp-icon-critical {
  color: var(--rp-color-danger);
}

.rp-view-details-map-container {
  background-color: var(--rp-light-background);
  display: flex;
  min-height: 620px;
  gap: 2.5rem;
  width: 100%;
  padding: 0 2.5rem;
}

.rp-view-details-container {
  width: 40%;
}

.rp-map-container {
  width: 60%;
  padding: 2rem 0;
}

.rp-list {
  display: flex;
  flex-direction: column;
}

.rp-list-item {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  align-items: center;
  gap: 0.5rem;
  border-left: 0.3rem solid transparent;
  &:hover {
    background-color: var(--rp-color-primary-bg);
    border-left: 0.3rem solid var(--rp-color-primary);
    cursor: pointer;
  }
}

.rp-list-item-highlighted {
  background-color: var(--rp-color-primary-bg);
  border-left: 0.3rem solid var(--rp-color-primary);
  cursor: pointer;
}

.rp-list-item-default {
  cursor: default !important;
  &:hover {
    background-color: var(--rp-color-primary-bg);
    border-left: 0.3rem solid var(--rp-color-primary);
    cursor: default !important;
  }
}

.rp-list-item-content {
  display: flex;
  flex-direction: column;
}

.rp-list-item-title {
  margin-bottom: 0.2rem;
  font-size: 0.875rem;
}

.rp-list-item-subtitle {
  color: rgba(0, 0, 0, 0.45);
  font-size: 0.75rem;
}

/* TODO Update actions as needed */

.rp-list-item-actions {
  display: flex;
  gap: 0.5rem;
}

.rp-list-item-link {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.rp-list-item-highlight-new {
  animation: rp-highlight-fade 5s ease-in-out;
}

@keyframes rp-highlight-fade {
  0%,
  50% {
    background-color: var(--rp-color-primary-bg);
  }

  100% {
    background-color: transparent;
  }
}

.rp-loader-container {
  display: flex;
  margin-top: 2rem;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.rp-loader {
  position: relative;
  width: 14px;
  height: 14px;
  animation: rotate 1s linear infinite;
}

.rp-loader div {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1890ff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rp-loader div:nth-child(1) {
  transform: translate(-50%, -50%) translate(0, -16px);
  background-color: var(--rp-color-primary-border);
}

.rp-loader div:nth-child(2) {
  transform: translate(-50%, -50%) translate(16px, 0);
  background-color: var(--rp-color-primary-border-hover);
}

.rp-loader div:nth-child(3) {
  transform: translate(-50%, -50%) translate(0, 16px);
  background-color: var(--rp-color-primary-hover);
}

.rp-loader div:nth-child(4) {
  transform: translate(-50%, -50%) translate(-16px, 0);
  background-color: var(--rp-color-primary);
}

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

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

.rp-alert-container {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 2.5rem;
  font-size: 14px;
  padding: 0.5rem 2rem;
  border-bottom: 1px solid var(--rp-border-color);
  &.info {
    background-color: var(--rp-color-primary-bg);
  }
  &.warning {
    background-color: var(--rp-color-warning-bg);
  }
  &.critical {
    background-color: var(--rp-color-danger-bg);
  }
  &.success {
    background-color: var(--rp-color-success-bg);
  }
}

@keyframes fadeOutAndRemove {
  0%, 70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.auto-dismiss {
  animation: fadeOutAndRemove 4s ease-in forwards;
}

.rp-table-container {
  border-radius: var(--rp-border-radius);
  overflow-x: auto;
  margin-top: 1rem;
}

.rp-table {
  background-color: var(--rp-light-background);
  width: 100%;
  table-layout: fixed;
}

.rp-table-header {
  background-color: var(--rp-table-header-background);
  border-bottom: 1px solid var(--rp-table-border-color);
  color: #585858;
  padding-left: 4px;
}

.rp-table-header-cell,
.rp-table-data-cell {
  padding: 1rem;
  font-size: 14px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  vertical-align: center;
  line-height: 1.6;
  border-left: 1px solid var(--rp-table-border-color);
}

.rp-table-header-cell {
  text-align: left;
  vertical-align: middle;
  font-weight: 600;
}

.rp-table-header-cell:last-child,
.rp-table-data-cell:last-child {
  border-right: none;
}

.rp-table-row {
  border-bottom: 1px solid var(--rp-table-border-color);
}

.rp-table-row:last-child {
  border-bottom: none;
}

@media (max-width: 768px) {
  .rp-table {
    min-width: 600px;
  }
}

.rp-severity.info {
  color: var(--rp-info);
  &.filled {
    background-color: var(--rp-info-bg);
    border: 1px solid var(--rp-info-border);
    font-size: 0.8em;
  }
}

.rp-severity.warning {
  color: var(--rp-warning);
  &.filled {
    background-color: var(--rp-warning-bg);
    border: 1px solid var(--rp-warning-border);
    font-size: 0.8em;
  }
}

.rp-severity.critical {
  color: var(--rp-critical);
  &.filled {
    background-color: var(--rp-critical-bg);
    border: 1px solid var(--rp-critical-border);
    font-size: 0.8em;
  }
}

.rp-severity.alarm {
  color: var(--rp-alarm);
  &.filled {
    background-color: var(--rp-alarm-bg);
    border: 1px solid var(--rp-alarm-border);
    font-size: 0.8em;
  }
}

.rp-shipment-asset-status {
  &.danger {
    background-color: var(--rp-color-danger);
  }
  &.primary {
    background-color: var(--rp-color-primary);
  }
  &.warning {
    background-color: var(--rp-color-warning);
  }
}

ul.rp-tree-container {
  list-style-type: none;
  padding: 0;
  margin: 0;
  & li.rp-tree-item.rp-tree-item-container {
    &.hover {
      background-color: var(--rp-color-primary-bg);
    }
  }
  & li.rp-tree-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.375rem;
    &.level-1 {
      border-left: 3px solid transparent;
    }
    &.has-selected,
    &.expanded {
      border-left: 3px solid var(--rp-color-primary) !important;
    }
    & .rp-tree-item-container {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      padding-left: var(--rp-tree-level-padding, 0em);
      align-items: center;
      &:hover,
      &.hover {
        background-color: var(--rp-color-primary-bg);
      }
      &.selected {
        background-color: var(--rp-color-primary-bg-hover);
      }
    }
    /* Caret container */
    & .rp-tree-item-caret-container {
      display: flex;
      padding: 0.5rem 1rem;
      cursor: pointer;
      align-items: center;
    }
    /* Content area */
    & .rp-tree-item-content {
      flex: 1;
      min-width: 0;
      & .rp-tree-item-label {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: inherit;
        padding: 0.5rem 0;
        & .rp-tree-item-label-icon {
          margin-right: 0.5rem;
        }
        & .rp-tree-item-label-text {
          flex: 1;
          min-width: 0;
          overflow: hidden;
          text-overflow: ellipsis;
          text-wrap: nowrap;
        }
      }
    }
    /* Extra icons container */
    & .rp-item-extra-icons {
      display: flex;
      align-items: center;
      margin-left: auto;
      padding: 0 0.5rem;
    }
    /* Nested subtree */
    & .rp-tree-container.rp-sub-tree {
      flex-basis: 100%;
    }
  }
}

/* SVG caret icons */

.rp-icon-caret-right svg {
  display: inline-block;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  transition-property: transform;
  transition-duration: var(--rp-motion-duration);
  transition-timing-function: var(--rp-custom-ease-out-back);
}

ul.rp-breadcrumbs {
  list-style: none;
  display: flex;
  gap: 0.2rem;
  align-items: center;
  padding: 0.5rem 1.5rem;
  li {
    list-style: none;
    display: inline-block;
    font-size: 0.875rem;
    a {
      color: var(--rp-color-primary);
    }
  }
}

.color-picker-wrapper {
  position: relative;
  display: inline-block;
}

.color-trigger {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #E0E0E0;
  cursor: pointer;
  padding: 0;
  background: none;
}

.color-picker-container {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  padding: 1.5rem;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  width: 350px;
  z-index: 1000;
}

.color-picker-container.hidden {
  display: none;
}

.color-gradient {
  border-radius: 8px;
  cursor: crosshair;
  border: 1px solid #E0E0E0;
}

.hue-slider {
  width: 100%;
  height: 20px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #E0E0E0;
}

.color-preview {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
}

.input-group {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
}

.hex-input {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.hex-input input {
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  padding: 0.25rem 0.5rem;
  width: 100px;
  font-family: monospace;
}

.recommended-colors, .recent-colors {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 0.5rem;
}

.color-swatch {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  cursor: pointer;
  transition: transform 0.1s;
  padding: 0;
  background: none;
}

.color-swatch:hover {
  transform: scale(1.1);
}

.empty-message {
  grid-column: 1 / -1;
  text-align: center;
  padding: 0.5rem;
}

.rp-two-col-ui-list-view-container {
  background-color: var(--rp-light-background);
  width: 33.3333%;
  overflow-y: auto;
}

.rp-two-col-ui-main-view-container {
  display: flex;
  border-left:1px solid var(--rp-border-color) ;
  flex-grow: 1;
}

.rp-two-col-ui-list-pagination-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 33.3333%;
  padding: 0.5rem;
  background-color: var(--rp-light-background);
  border-top: 1px solid var(--rp-border-color);
  display: flex;
  justify-content: center;
}

@media (max-width: 64rem) {
  .rp-two-col-ui-list-view-container {
    background-color: var(--rp-light-background);
    width: 100%;
    overflow-y: auto;
  }

  .rp-two-col-ui-main-view-container {
    display: none;
  }
}

.rp-stepper__step{
  display: flex;
  flex: 1 1 0%;
  align-items: flex-start;
}

.rp-stepper__content{
  display: flex;
  align-items: flex-start;
}

.rp-stepper__number{
  margin-right: 0.75rem;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}

.rp-stepper__number--completed{
  background-color: var(--rp-color-primary-bg-hover, #a6d9e3);
  color: var(--rp-color-primary, #0f7faf);
  color: var(--rp-color-primary);
}

.rp-stepper__number--active{
  background-color: var(--rp-color-primary, #0f7faf);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.rp-stepper__number--inactive{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  color: rgba(0, 0, 0, 0.45);
}

.rp-stepper__text{
  display: flex;
  flex-direction: column;
}

.rp-stepper__title {
  font-size: 1rem;
  /* 16px */
  line-height: 1.5rem;
  font-weight: 400;
}

.rp-stepper__title--active{
  color: rgba(0, 0, 0, 0.88);
}

.rp-stepper__title--inactive{
  color: rgba(0, 0, 0, 0.45);
}

.rp-stepper__subtitle{
  color: rgba(0, 0, 0, 0.45);
  font-size: 0.875rem;
  /* 14px */
  line-height: 1rem;
  font-weight: 400;
}

.rp-stepper__divider{
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  height: 1px;
  flex: 1 1 0%;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

/* app/assets/stylesheets/components/_rp_checked_tree.scss */

.rp-checked-tree{
  font-size: 0.75rem;
  line-height: 1.25rem;
  .rp-checked-tree-node{
    position: relative;
  }
  .rp-checked-tree-node-content{
    display: flex;
  }
  .rp-checked-tree-node-content{
    align-items: center;
  }
  .rp-checked-tree-node-content{
    border-radius: 0.375rem;
  }
  .rp-checked-tree-node-content{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .rp-checked-tree-node-content{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .rp-checked-tree-node-content:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  }
  .rp-checked-tree-switcher{
    display: flex;
  }
  .rp-checked-tree-switcher{
    height: 1rem;
  }
  .rp-checked-tree-switcher{
    width: 1rem;
  }
  .rp-checked-tree-switcher{
    align-items: center;
  }
  .rp-checked-tree-switcher{
    justify-content: center;
  }
  .rp-checked-tree-switcher {
    svg{
      transition-property: transform;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    svg{
      transition-duration: 200ms;
    }
  }
  .rp-checked-tree-node-row{
    display: flex;
  }
  .rp-checked-tree-node-row{
    flex-grow: 1;
  }
  .rp-checked-tree-node-row{
    align-items: center;
  }
  .rp-checked-tree-checkbox{
    display: flex;
  }
  .rp-checked-tree-checkbox{
    cursor: pointer;
  }
  .rp-checked-tree-checkbox{
    align-items: center;
  }
  .rp-checked-tree-node-children{
    margin-top: 0.25rem;
  }
}

.rp-radio-group-container {
  display: flex;
  margin-top: 8px;
  width: 100%;
  height: 32px;
}

.rp-radio-group-container label {
  display: flex;
  align-items: center;
  position: relative;
}

.rp-radio-group-container input {
  position: absolute;
  opacity: 0;
}

.rp-radio-group-container span {
  cursor: pointer;
  padding: 11px 15px;
  transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--rp-border-color);
}

.rp-radio-group-container label:first-of-type span {
  height: 32px;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rp-radio-group-container label:last-of-type span {
  height: 32px;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rp-radio-group-container label:not(:first-of-type) span {
  border-left: 1px transparent #ddd;
}

.rp-radio-group-container label:last-of-type input[type="radio"]:checked + span {
  border-left: 1px solid var(--rp-color-primary, #0f7faf);
}

.rp-radio-group-container input[type="radio"]:checked + span {
  color: var(--rp-color-primary, #0f7faf);
  border-color: var(--rp-color-primary, #0f7faf);
}

.rp-card {
  position: relative;
  width: 100%;
  background-color: var(--rp-light-background);
  border: 1px solid #f0f0f0;
  border-radius: 0.5rem;
}

.rp-card-header {
  display: flex;
  height: 3.5rem;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #f0f0f0;
  align-items: center;
}

.rp-card-title {
  line-height: 1.75rem;
  font-weight: 600;
}

.rp-card-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--rp-color-blue);
  text-decoration: none;
  transition: opacity 0.2s;
}

.rp-card-link:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.rp-card-body {
  position: relative;
  padding: 1.5rem;
}

.rp-card-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rp-card-item {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--rp-border-color);
}

.rp-card-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.rp-card-item-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.rp-card-item-img {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
}

.rp-card-item-text {
  flex: 1;
  min-width: 0;
}

.rp-card-item-title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--rp-text-color-primary);
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rp-card-item-subtitle {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--rp-text-color-secondary);
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rp-card-item-value {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: var(--rp-text-color-primary);
}

.rp-card--selected {
  background-color: var(--rp-color-primary-bg) !important;
  border: 2px solid;
  border-color: var(--rp-color-primary) !important;
}

.rp-tooltip-container {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  padding: 0.5rem 0.8rem;
  max-width: 17.5rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.rp-tooltip-timestamp {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  width: 100%;
}

.rp-tooltip-data-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0.3rem;
}

.rp-tooltip-data-label {
  display: flex;
  align-items: center;
}

.rp-tooltip-data-name {
  margin-left: 0.3rem;
}

.rp-tooltip-data-value {
  font-weight: bold;
}

.rp-tooltip-location {
  margin-top: 0.5rem;
  width: 100%;
}

.rp-tooltip-location-label {
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.rp-tooltip-location-address {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  word-break: break-word;
  max-width: 100%;
}

.map-tooltip {
  max-width: 15.625rem;
  word-wrap: break-word;
  white-space: normal;
}

.location-text {
  word-wrap: break-word;
  white-space: normal;
}

.rp-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: -moz-max-content;
  min-width: max-content;
}

.rp-pagination-list {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.rp-pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.75rem;
  border-radius: var(--rp-border-radius);
  &:hover {
    background-color: var(--rp-disabled-background-color);
  }
}

.rp-pagination-item-active {
  color: var(--rp-color-primary) !important;
  border: 1px solid var(--rp-color-primary);
  border-radius: var(--rp-border-radius);
  pointer-events: none;
  cursor: pointer ;
  &:hover {
    background-color: none !important;
  }
}

.rp-pagination-item-disabled{
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}

.rp-pagination-item-next{
  color: black;
  &:hover{
    background-color: var(--rp-disabled-background-color);
  }
}

.rp-pagination-item-ellipsis {
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  color: #999;
}

.rp-box-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  overflow: visible;
}

.rp-box-list-item {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 1.25rem;
  align-items: center;
  gap: 0.5rem;
  overflow: visible;
  position: relative;
  &:hover {
    background-color: var(--rp-color-primary-bg);
    cursor: default !important;
  }
}

.rp-box-list-item-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  overflow: visible;
}

.rp-box-list-item-highlighted {
  background-color: var(--rp-color-primary-bg);
  border-left: 0.3rem solid var(--rp-color-primary);
  cursor: pointer;
}

.rp-box-list-item-default {
  cursor: default !important;
  &:hover {
    background-color: var(--rp-color-primary-bg);
    border-left: 0.3rem solid var(--rp-color-primary);
    cursor: default !important;
  }
}

.rp-box-list-item-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: 100%;
  overflow: visible;
}

.rp-box-list-item-title {
  margin-bottom: 0.2rem;
  font-size: 0.875rem;
}

.rp-box-list-item-subtitle {
  color: rgba(0, 0, 0, 0.45);
  font-size: 0.75rem;
}

/* TODO Update actions as needed */

.rp-box-list-item-actions {
  display: flex;
  gap: 0.5rem;
}

.rp-box-list-item-link {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.rp-box-list-item-highlight-new {
  animation: rp-highlight-fade 5s ease-in-out;
}

@keyframes rp-highlight-fade {
  0%,
  50% {
    background-color: var(--rp-color-primary-bg);
  }

  100% {
    background-color: transparent;
  }
}

.rp-dropdown-container {
  position: relative;
  z-index: 10;
}

.rp-dropdown-trigger {
  background: none;
  border: none;
  padding: 0.25rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s ease;
  cursor: pointer;
}

.rp-dropdown-menu {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 0.25rem;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  min-width: 120px;
  z-index: 1000;
  padding: 0.25rem;
}

.rp-dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  color: #374151;
  text-decoration: none;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease;
}

.rp-dropdown-item:hover {
  background-color: var(--rp-table-border-color);
}

.rp-mobile-only {
  display: flex !important;
}

.rp-desktop-only {
  display: none !important;
}

@media (min-width: 1024px) {
  .rp-mobile-only {
    display: none !important;
  }

  .rp-desktop-only {
    display: flex !important;
  }
}

/* Case Comments Tiptap Editor Styles */

/* Tiptap Editor Container */

.rp-case-comments-editor {
  position: relative;
  width: 100%;
  min-height: 120px;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid var(--rp-border-color);
  border-radius: var(--rp-border-radius);
  background-color: var(--rp-light-background);
  transition: all var(--rp-motion-duration) var(--rp-motion-ease-in-and-out);
}

.rp-case-comments-editor:focus-within {
  border-color: var(--rp-color-primary);
  box-shadow: 0 0 0 1px var(--rp-color-primary-bg);
}

/* Tiptap ProseMirror Overrides */

.rp-case-comments-editor .ProseMirror {
  outline: none;
  padding: var(--rp-padding-lg);
  min-height: 100px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--rp-light-text);
}

/* Tiptap Placeholder Styles */

.rp-case-comments-editor .ProseMirror p.is-editor-empty:first-child::before {
  content: attr(data-placeholder);
  float: left;
  color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  height: 0;
  font-style: italic;
}

/* Tiptap Content Styles */

.rp-case-comments-editor .ProseMirror p {
  margin: var(--rp-padding-xs) 0;
  line-height: 1.6;
}

.rp-case-comments-editor .ProseMirror h1,
.rp-case-comments-editor .ProseMirror h2,
.rp-case-comments-editor .ProseMirror h3,
.rp-case-comments-editor .ProseMirror h4,
.rp-case-comments-editor .ProseMirror h5,
.rp-case-comments-editor .ProseMirror h6 {
  font-weight: 600;
  color: var(--rp-light-text);
  margin: var(--rp-padding-sm) 0;
  line-height: 1.4;
}

.rp-case-comments-editor .ProseMirror h1 {
  font-size: 1.5rem;
}

.rp-case-comments-editor .ProseMirror h2 {
  font-size: 1.25rem;
}

.rp-case-comments-editor .ProseMirror h3 {
  font-size: 1.125rem;
}

.rp-case-comments-editor .ProseMirror h4 {
  font-size: 1rem;
}

.rp-case-comments-editor .ProseMirror h5 {
  font-size: 0.875rem;
}

.rp-case-comments-editor .ProseMirror h6 {
  font-size: 0.75rem;
}

.rp-case-comments-editor .ProseMirror ul,
.rp-case-comments-editor .ProseMirror ol {
  margin: var(--rp-padding-sm) 0;
  padding-left: 1.5rem;
  list-style-position: outside;
}

.rp-case-comments-editor .ProseMirror ul {
  list-style-type: disc;
}

.rp-case-comments-editor .ProseMirror ol {
  list-style-type: decimal;
}

.rp-case-comments-editor .ProseMirror li {
  margin: var(--rp-padding-xxs) 0;
  line-height: 1.6;
  display: list-item;
  list-style: inherit;
}

.rp-case-comments-editor .ProseMirror blockquote {
  border-left: 4px solid var(--rp-color-primary);
  padding: var(--rp-padding-lg);
  margin: var(--rp-padding-lg) 0;
  background: var(--rp-color-primary-bg);
  border-radius: var(--rp-border-radius-sm);
  font-style: italic;
}

.rp-case-comments-editor .ProseMirror hr {
  border: none;
  border-top: 1px solid var(--rp-border-color);
  margin: calc(var(--rp-padding-lg) * 1.5) 0;
}

.rp-case-comments-editor .ProseMirror code {
  background: var(--rp-gray-background);
  color: var(--rp-light-text);
  padding: 2px var(--rp-padding-xs);
  border-radius: var(--rp-border-radius-sm);
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
  font-size: 0.8125rem;
}

.rp-case-comments-editor .ProseMirror pre {
  background: var(--rp-gray-background);
  border: 1px solid var(--rp-border-color);
  border-radius: var(--rp-border-radius-sm);
  padding: var(--rp-padding-lg);
  margin: var(--rp-padding-sm) 0;
  overflow-x: auto;
}

.rp-case-comments-editor .ProseMirror pre code {
  background: none;
  padding: 0;
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
  font-size: 0.8125rem;
}

.rp-case-comments-editor .ProseMirror strong {
  font-weight: 600;
}

.rp-case-comments-editor .ProseMirror em {
  font-style: italic;
}

/* Comment List Container */

.rp-case-comments-list {
  display: flex;
  flex-direction: column;
  gap: var(--rp-padding-lg);
}

/* Individual Comment Item */

.rp-case-comment-item {
  position: relative;
  width: 100%;
  background-color: var(--rp-light-background);
  border: 1px solid var(--rp-table-border-color);
  border-radius: var(--rp-border-radius);
  padding: var(--rp-padding-lg);
  transition: all var(--rp-motion-duration) var(--rp-motion-ease-in-and-out);
}

.rp-case-comment-item:hover {
  box-shadow: var(--rp-box-shadow-secondary);
  border-color: var(--rp-color-primary);
}

/* Comment Header */

.rp-case-comment-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--rp-padding-md);
}

.rp-case-comment-author {
  display: flex;
  align-items: center;
  gap: var(--rp-padding-md);
}

/* Comment Actions */

.rp-case-comment-actions {
  display: flex;
  align-items: center;
  gap: var(--rp-padding-xs);
}

.rp-case-comment-delete-btn {
  padding: var(--rp-padding-xs) var(--rp-padding-sm);
  font-size: 0.75rem;
  color: var(--rp-color-danger);
  background: transparent;
  border: 1px solid var(--rp-color-danger);
  border-radius: var(--rp-border-radius-sm);
  cursor: pointer;
  transition: all var(--rp-motion-duration) var(--rp-motion-ease-in-and-out);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.rp-case-comment-delete-btn:hover {
  background-color: var(--rp-color-danger);
  color: white;
  text-decoration: none;
}

.rp-case-comment-delete-btn:focus {
  outline: 2px solid var(--rp-color-danger);
  outline-offset: 2px;
}

.rp-case-comment-avatar {
  width: 2rem;
  height: 2rem;
  background-color: var(--rp-color-primary);
  color: var(--rp-light-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 600;
}

.rp-case-comment-author-info {
  display: flex;
  flex-direction: column;
}

.rp-case-comment-author-name {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--rp-light-text);
  line-height: 1.25;
}

.rp-case-comment-timestamp {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1.25;
}

/* Comment Body Content */

.rp-case-comment-body {
  color: var(--rp-light-text);
  font-size: 0.875rem;
  line-height: 1.6;
}

.rp-case-comment-body h2,
.rp-case-comment-body h3,
.rp-case-comment-body h4 {
  margin: var(--rp-padding-sm) 0;
  font-weight: 600;
  color: var(--rp-light-text);
}

.rp-case-comment-body h2 {
  font-size: 1.25rem;
  line-height: 1.4;
}

.rp-case-comment-body h3 {
  font-size: 1.125rem;
  line-height: 1.4;
}

.rp-case-comment-body h4 {
  font-size: 1rem;
  line-height: 1.4;
}

.rp-case-comment-body p {
  margin: var(--rp-padding-md) 0;
}

.rp-case-comment-body ul,
.rp-case-comment-body ol {
  margin: var(--rp-padding-sm) 0;
  padding-left: 1.5rem;
}

.rp-case-comment-body li {
  margin: var(--rp-padding-xxs) 0;
}

.rp-case-comment-body blockquote {
  margin: var(--rp-padding-lg) 0;
  padding: var(--rp-padding-lg);
  border-left: 4px solid var(--rp-color-primary);
  background: var(--rp-color-primary-bg);
  border-radius: var(--rp-border-radius-sm);
  font-style: italic;
}

.rp-case-comment-body blockquote cite {
  display: block;
  margin-top: var(--rp-padding-xs);
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}

.rp-case-comment-body hr {
  margin: calc(var(--rp-padding-lg) * 1.5) 0;
  border: none;
  height: 1px;
  background: var(--rp-border-color);
}

.rp-case-comment-body code {
  background: var(--rp-gray-background);
  color: var(--rp-light-text);
  padding: 2px var(--rp-padding-xs);
  border-radius: var(--rp-border-radius-sm);
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
  font-size: 0.8125rem;
}

/* Comment Nesting */

.rp-case-comment-item--nested {
  margin-left: calc(var(--rp-padding-lg) * 2);
  border-left: 2px solid var(--rp-color-primary-bg);
}

/* Case Record Description in Overview */

.rp-case-record-description {
  max-height: 300px;
  overflow-y: auto;
  padding: var(--rp-padding-md);
  background: var(--rp-light-background);
  border: 1px solid var(--rp-table-border-color);
  border-radius: var(--rp-border-radius-sm);
  font-size: 0.875rem;
  line-height: 1.6;
}

.rp-case-record-description .rp-case-comment-text,
.rp-case-record-description .rp-case-comment-header-2,
.rp-case-record-description .rp-case-comment-header-3,
.rp-case-record-description .rp-case-comment-header-4,
.rp-case-record-description .rp-case-comment-list,
.rp-case-record-description .rp-case-comment-quote,
.rp-case-record-description .rp-case-comment-code {
  margin: var(--rp-padding-xs) 0;
}

.rp-case-record-description .rp-case-comment-text:first-child,
.rp-case-record-description .rp-case-comment-header-2:first-child,
.rp-case-record-description .rp-case-comment-header-3:first-child,
.rp-case-record-description .rp-case-comment-header-4:first-child {
  margin-top: 0;
}

.rp-case-record-description .rp-case-comment-text:last-child,
.rp-case-record-description .rp-case-comment-header-2:last-child,
.rp-case-record-description .rp-case-comment-header-3:last-child,
.rp-case-record-description .rp-case-comment-header-4:last-child {
  margin-bottom: 0;
}

/* Empty State */

.rp-case-comments-empty {
  text-align: center;
  padding: calc(var(--rp-padding-lg) * 2) var(--rp-padding-lg);
  color: rgba(0, 0, 0, 0.45);
}

.rp-case-comments-empty-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: var(--rp-padding-xs);
  color: var(--rp-light-text);
}

.rp-case-comments-empty-subtitle {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.45);
}

/* Editor Actions */

.rp-case-comments-editor-actions {
  display: flex;
  justify-content: flex-end;
  gap: var(--rp-padding-sm);
  margin-top: var(--rp-padding-lg);
  padding-top: var(--rp-padding-lg);
  border-top: 1px solid var(--rp-table-border-color);
}

/* Rendered EditorJS Content Styles */

.rp-case-comment-text {
  margin: 0 0 var(--rp-padding-sm) 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--rp-light-text);
}

.rp-case-comment-text:last-child {
  margin-bottom: 0;
}

.rp-case-comment-header-2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--rp-light-text);
  margin: var(--rp-padding-sm) 0;
  line-height: 1.4;
}

.rp-case-comment-header-3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--rp-light-text);
  margin: var(--rp-padding-sm) 0;
  line-height: 1.4;
}

.rp-case-comment-header-4,
.rp-case-comment-header-5,
.rp-case-comment-header-6 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--rp-light-text);
  margin: var(--rp-padding-sm) 0;
  line-height: 1.4;
}

.rp-case-comment-list {
  margin: var(--rp-padding-sm) 0;
  padding-left: 1.5rem;
  color: var(--rp-light-text);
}

.rp-case-comment-list-unordered {
  list-style-type: disc;
  list-style-position: outside;
}

.rp-case-comment-list-ordered {
  list-style-type: decimal;
  list-style-position: outside;
}

.rp-case-comment-list li {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: var(--rp-padding-xxs);
  display: list-item;
  list-style: inherit;
}

.rp-case-comment-quote {
  border-left: 4px solid var(--rp-color-primary);
  padding: var(--rp-padding-lg);
  margin: var(--rp-padding-lg) 0;
  font-style: italic;
  color: var(--rp-light-text);
  font-size: 0.875rem;
  line-height: 1.6;
  background: var(--rp-color-primary-bg);
  border-radius: var(--rp-border-radius-sm);
}

.rp-case-comment-delimiter {
  border: none;
  border-top: 1px solid var(--rp-border-color);
  margin: calc(var(--rp-padding-lg) * 1.5) 0;
}

.rp-case-comment-code {
  background: var(--rp-gray-background);
  border: 1px solid var(--rp-border-color);
  border-radius: var(--rp-border-radius-sm);
  padding: var(--rp-padding-lg);
  margin: var(--rp-padding-sm) 0;
  overflow-x: auto;
}

.rp-case-comment-code code {
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
  font-size: 0.8125rem;
  color: var(--rp-light-text);
  background: none;
  padding: 0;
}

.rp-case-comment-unknown {
  background: var(--rp-gray-background);
  border: 1px solid var(--rp-border-color);
  border-radius: var(--rp-border-radius-sm);
  padding: var(--rp-padding-md);
  margin: var(--rp-padding-sm) 0;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.45);
}

/* Form Styles */

.rp-case-comments-form {
  margin-top: calc(var(--rp-padding-lg) * 1.5);
}

.rp-case-comment-form {
  display: flex;
  flex-direction: column;
  gap: var(--rp-padding-lg);
}

.rp-case-comment-input-group {
  display: flex;
  flex-direction: column;
  gap: var(--rp-padding-md);
}

.rp-case-comment-editor-container {
  position: relative;
}

.rp-case-comment-actions {
  display: flex;
  gap: var(--rp-padding-sm);
  align-items: center;
}

/* RP Tiptap Editor Generic Styles */

/* Mount Container - Make sure it's visible */

.rp-tiptap-editor-mount {
  width: 100%;
  min-height: 120px;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin: 4px 0;
}

/* Editor Container */

.rp-tiptap-editor {
  position: relative;
  width: 100%;
  border: 1px solid var(--rp-border-color, #d1d5db);
  border-radius: var(--rp-border-radius, 8px);
  background-color: var(--rp-background-color, #ffffff);
  transition: all var(--rp-motion-duration, 0.2s) var(--rp-motion-ease, ease-in-out);
  overflow: hidden;
}

.rp-tiptap-editor:focus-within {
  border-color: var(--rp-color-primary, #3b82f6);
  box-shadow: 0 0 0 1px var(--rp-color-primary-bg, #dbeafe);
}

/* Toolbar */

.rp-tiptap-toolbar {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  background-color: var(--rp-background-secondary, #f9fafb);
  border-bottom: 1px solid var(--rp-border-color, #d1d5db);
  flex-wrap: wrap;
}

.rp-tiptap-toolbar-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  border-radius: 6px;
  cursor: pointer;
  color: var(--rp-text-secondary, #6b7280);
  transition: all 0.15s ease;
  position: relative;
}

.rp-tiptap-toolbar-btn:hover {
  background: var(--rp-background-hover, #e5e7eb);
  color: var(--rp-text-primary, #111827);
}

.rp-tiptap-toolbar-btn.active {
  background: var(--rp-color-primary, #3b82f6);
  color: white;
}

.rp-tiptap-toolbar-btn:active {
  transform: scale(0.95);
}

.rp-tiptap-toolbar-btn svg {
  stroke-width: 2;
}

.rp-tiptap-toolbar-divider {
  width: 1px;
  height: 20px;
  background: var(--rp-border-color, #d1d5db);
  margin: 0 4px;
}

.rp-tiptap-toolbar-actions {
  margin-left: auto;
}

.rp-tiptap-clear-btn {
  padding: 6px 12px;
  font-size: 0.875rem;
  color: var(--rp-text-secondary, #6b7280);
  background: transparent;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.15s ease;
}

.rp-tiptap-clear-btn:hover {
  color: var(--rp-text-primary, #111827);
  background: var(--rp-background-hover, #e5e7eb);
}

/* Editor Content */

.rp-tiptap-content {
  position: relative;
  overflow-y: auto;
}

/* Inline Action Buttons */

.rp-tiptap-inline-actions {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: flex;
  gap: 4px;
  z-index: 10;
}

.rp-tiptap-inline-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.15s ease;
  padding: 0;
}

.rp-tiptap-clear-inline {
  background: var(--rp-background-secondary, #f3f4f6);
  color: var(--rp-text-secondary, #6b7280);
}

.rp-tiptap-clear-inline:hover {
  background: var(--rp-background-hover, #e5e7eb);
  color: var(--rp-text-primary, #111827);
}

.rp-tiptap-send-inline {
  background: var(--rp-color-primary, #3b82f6);
  color: white;
}

.rp-tiptap-send-inline:hover {
  background: var(--rp-color-primary-hover, #2563eb);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
}

.rp-tiptap-prose {
  max-width: none;
  width: 100%;
}

/* ProseMirror Overrides */

.rp-tiptap-editor .ProseMirror {
  outline: none !important;
  padding: 16px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--rp-text-primary, #111827);
  min-height: inherit;
  cursor: text !important;
  pointer-events: auto !important;
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
          user-select: text !important;
  background: white !important;
}

.rp-tiptap-editor .ProseMirror:focus {
  outline: none !important;
}

/* Placeholder Styles */

.rp-tiptap-editor .ProseMirror p.is-editor-empty:first-child::before {
  content: attr(data-placeholder);
  float: left;
  color: var(--rp-text-placeholder, #9ca3af);
  pointer-events: none;
  height: 0;
  font-style: italic;
}

.rp-tiptap-editor .ProseMirror:focus {
  outline: none;
}

/* Typography */

.rp-tiptap-editor .ProseMirror p {
  margin: 8px 0;
  line-height: 1.6;
  text-align: left;
}

.rp-tiptap-editor .ProseMirror p:first-child {
  margin-top: 0;
}

.rp-tiptap-editor .ProseMirror p:last-child {
  margin-bottom: 0;
}

.rp-tiptap-editor .ProseMirror h1,
.rp-tiptap-editor .ProseMirror h2,
.rp-tiptap-editor .ProseMirror h3,
.rp-tiptap-editor .ProseMirror h4,
.rp-tiptap-editor .ProseMirror h5,
.rp-tiptap-editor .ProseMirror h6 {
  font-weight: 600;
  color: var(--rp-text-primary, #111827);
  margin: 16px 0 8px 0;
  line-height: 1.4;
}

.rp-tiptap-editor .ProseMirror h1 {
  font-size: 1.5rem;
}

.rp-tiptap-editor .ProseMirror h2 {
  font-size: 1.25rem;
}

.rp-tiptap-editor .ProseMirror h3 {
  font-size: 1.125rem;
}

.rp-tiptap-editor .ProseMirror h4 {
  font-size: 1rem;
}

.rp-tiptap-editor .ProseMirror h5 {
  font-size: 0.875rem;
}

.rp-tiptap-editor .ProseMirror h6 {
  font-size: 0.75rem;
}

/* Lists */

.rp-tiptap-editor .ProseMirror ul,
.rp-tiptap-editor .ProseMirror ol {
  margin: 8px 0;
  padding-left: 24px;
  list-style-position: outside;
}

.rp-tiptap-editor .ProseMirror ul {
  list-style-type: disc;
}

.rp-tiptap-editor .ProseMirror ol {
  list-style-type: decimal;
}

.rp-tiptap-editor .ProseMirror li {
  margin: 4px 0;
  line-height: 1.6;
  display: list-item;
  list-style: inherit;
}

/* Blockquote */

.rp-tiptap-editor .ProseMirror blockquote {
  border-left: 4px solid var(--rp-color-primary, #3b82f6);
  padding: 16px;
  margin: 16px 0;
  background: var(--rp-color-primary-bg, #dbeafe);
  border-radius: var(--rp-border-radius-sm, 4px);
  font-style: italic;
  color: var(--rp-text-secondary, #6b7280);
}

/* Horizontal Rule */

.rp-tiptap-editor .ProseMirror hr {
  border: none;
  border-top: 1px solid var(--rp-border-color, #d1d5db);
  margin: 24px 0;
}

/* Code */

.rp-tiptap-editor .ProseMirror code {
  background: var(--rp-background-secondary, #f3f4f6);
  color: var(--rp-text-primary, #111827);
  padding: 2px 6px;
  border-radius: var(--rp-border-radius-sm, 4px);
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
  font-size: 0.8125rem;
}

.rp-tiptap-editor .ProseMirror pre {
  background: var(--rp-background-secondary, #f3f4f6);
  border: 1px solid var(--rp-border-color, #d1d5db);
  border-radius: var(--rp-border-radius-sm, 4px);
  padding: 16px;
  margin: 16px 0;
  overflow-x: auto;
}

.rp-tiptap-editor .ProseMirror pre code {
  background: none;
  padding: 0;
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
  font-size: 0.8125rem;
}

/* Text Formatting */

.rp-tiptap-editor .ProseMirror strong {
  font-weight: 600;
}

.rp-tiptap-editor .ProseMirror em {
  font-style: italic;
}

.rp-tiptap-editor .ProseMirror s {
  text-decoration: line-through;
}

.rp-tiptap-editor .ProseMirror u {
  text-decoration: underline;
}

/* Rendered Content Styles (for displaying saved content) */

.rp-rich-text-content {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--rp-text-primary, #111827);
}

/* Content Variations */

.rp-rich-text-content--large {
  font-size: 1rem;
  line-height: 1.7;
}

.rp-rich-text-content--small {
  font-size: 0.8125rem;
  line-height: 1.5;
}

.rp-rich-text-content--compact {
  line-height: 1.4;
}

.rp-rich-text-content--relaxed {
  line-height: 1.8;
}

/* Comment-specific styling */

.rp-rich-text-content--comment {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--rp-text-secondary, #6b7280);
}

/* Article/Blog-specific styling */

.rp-rich-text-content--article {
  font-size: 1rem;
  line-height: 1.7;
  max-width: 65ch;
}

/* Base typography with higher specificity */

.rp-rich-text-content p {
  margin: 8px 0 !important;
  text-align: left;
}

.rp-rich-text-content p:first-child {
  margin-top: 0 !important;
}

.rp-rich-text-content p:last-child {
  margin-bottom: 0 !important;
}

.rp-rich-text-content h1,
.rp-rich-text-content h2,
.rp-rich-text-content h3,
.rp-rich-text-content h4,
.rp-rich-text-content h5,
.rp-rich-text-content h6 {
  font-weight: 600 !important;
  color: var(--rp-text-primary, #111827) !important;
  margin: 16px 0 8px 0 !important;
  line-height: 1.4 !important;
}

.rp-rich-text-content h1 {
  font-size: 1.5rem !important;
}

.rp-rich-text-content h2 {
  font-size: 1.25rem !important;
}

.rp-rich-text-content h3 {
  font-size: 1.125rem !important;
}

.rp-rich-text-content h4 {
  font-size: 1rem !important;
}

.rp-rich-text-content h5 {
  font-size: 0.875rem !important;
}

.rp-rich-text-content h6 {
  font-size: 0.75rem !important;
}

.rp-rich-text-content ul,
.rp-rich-text-content ol {
  margin: 8px 0 !important;
  padding-left: 24px !important;
  list-style-position: outside !important;
}

.rp-rich-text-content ul {
  list-style-type: disc !important;
}

.rp-rich-text-content ol {
  list-style-type: decimal !important;
}

.rp-rich-text-content li {
  margin: 4px 0 !important;
  line-height: 1.6 !important;
  display: list-item !important;
  list-style: inherit !important;
}

.rp-rich-text-content blockquote {
  border-left: 4px solid var(--rp-color-primary, #3b82f6) !important;
  padding: 16px !important;
  margin: 16px 0 !important;
  background: var(--rp-color-primary-bg, #dbeafe) !important;
  border-radius: var(--rp-border-radius-sm, 4px) !important;
  font-style: italic !important;
  color: var(--rp-text-secondary, #6b7280) !important;
}

.rp-rich-text-content hr {
  border: none !important;
  border-top: 1px solid var(--rp-border-color, #d1d5db) !important;
  margin: 24px 0 !important;
}

.rp-rich-text-content code {
  background: var(--rp-background-secondary, #f3f4f6) !important;
  color: var(--rp-text-primary, #111827) !important;
  padding: 2px 6px !important;
  border-radius: var(--rp-border-radius-sm, 4px) !important;
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace !important;
  font-size: 0.8125rem !important;
}

.rp-rich-text-content pre {
  background: var(--rp-background-secondary, #f3f4f6) !important;
  border: 1px solid var(--rp-border-color, #d1d5db) !important;
  border-radius: var(--rp-border-radius-sm, 4px) !important;
  padding: 16px !important;
  margin: 16px 0 !important;
  overflow-x: auto !important;
}

.rp-rich-text-content pre code {
  background: none !important;
  padding: 0 !important;
}

.rp-rich-text-content strong {
  font-weight: 600 !important;
}

.rp-rich-text-content em {
  font-style: italic !important;
}

.rp-rich-text-content s {
  text-decoration: line-through !important;
}

.rp-rich-text-content u {
  text-decoration: underline !important;
}

/* Responsive Design */

@media (max-width: 640px) {
  .rp-tiptap-toolbar {
    padding: 6px 8px;
    gap: 2px;
  }

  .rp-tiptap-toolbar-btn {
    width: 28px;
    height: 28px;
  }

  .rp-tiptap-toolbar-btn svg {
    width: 14px;
    height: 14px;
  }

  .rp-tiptap-editor .ProseMirror {
    padding: 12px;
  }
}

/* AI panel: override viewport-based heights that break inside fixed panel */

turbo-frame.rp-ai-panel-frame,
turbo-frame.rp-ai-panel-frame > div {
  height: 100% !important;
}

/* AI panel: reduce padding for empty chat (full-page uses px-10, panel is too narrow) */

turbo-frame.rp-ai-panel-frame #rp-chat-content-section {
  padding: 1rem !important;
}

turbo-frame.rp-ai-panel-frame #rp-chat-content-section .px-10 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* AI panel: hide the chat title/edit header — only shown in full view */

turbo-frame.rp-ai-panel-frame #rp-chat-title-header {
  display: none !important;
}

.placeholder\:text-sm::-moz-placeholder{
  font-size: 0.75rem;
  line-height: 1.25rem;
}

.placeholder\:text-sm::placeholder{
  font-size: 0.75rem;
  line-height: 1.25rem;
}

.placeholder\:text-grayscale-text-200::-moz-placeholder{
  color: rgba(0, 0, 0, 0.65);
}

.placeholder\:text-grayscale-text-200::placeholder{
  color: rgba(0, 0, 0, 0.65);
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:start-0::before{
  content: var(--tw-content);
  inset-inline-start: 0px;
}

.before\:top-0::before{
  content: var(--tw-content);
  top: 0px;
}

.before\:-ms-px::before{
  content: var(--tw-content);
  margin-inline-start: -1px;
}

.before\:mr-1::before{
  content: var(--tw-content);
  margin-right: 0.25rem;
}

.before\:mr-\[0\.25rem\]::before{
  content: var(--tw-content);
  margin-right: 0.25rem;
}

.before\:h-full::before{
  content: var(--tw-content);
  height: 100%;
}

.before\:w-0\.5::before{
  content: var(--tw-content);
  width: 0.125rem;
}

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

.before\:px-1::before{
  content: var(--tw-content);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.before\:text-danger::before{
  content: var(--tw-content);
  color: var(--rp-color-danger, #f04a39);
}

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

.before\:content-\[\"\*\"\]::before{
  --tw-content: "*";
  content: var(--tw-content);
}

.before\:content-\[\'\*\'\]::before{
  --tw-content: '*';
  content: var(--tw-content);
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:left-\[2px\]::after{
  content: var(--tw-content);
  left: 2px;
}

.after\:top-\[2px\]::after{
  content: var(--tw-content);
  top: 2px;
}

.after\:ml-\[0\.25rem\]::after{
  content: var(--tw-content);
  margin-left: 0.25rem;
}

.after\:h-5::after{
  content: var(--tw-content);
  height: 1.25rem;
}

.after\:w-5::after{
  content: var(--tw-content);
  width: 1.25rem;
}

.after\:rounded-full::after{
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:border::after{
  content: var(--tw-content);
  border-width: 1px;
}

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

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

.after\:transition-all::after{
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}

.after\:content-\[\'\:\'\]::after{
  --tw-content: ':';
  content: var(--tw-content);
}

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

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

.hover\:border-danger:hover{
  border-color: var(--rp-color-danger, #f04a39);
}

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

.hover\:border-primary-200:hover{
  border-color: var(--rp-color-primary-bg-hover, #a6d9e3);
}

.hover\:border-primary-400:hover{
  border-color: var(--rp-color-primary-border-hover, #53aec9);
}

.hover\:bg-\[\#E6F9FF\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(230 249 255 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-grayscale-fill-400:hover{
  background-color: rgba(0, 0, 0, 0.02);
}

.hover\:bg-primary-100:hover{
  background-color: var(--rp-color-primary-bg, #d8edf0);
}

.hover\:bg-red-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.hover\:text-danger:hover{
  color: var(--rp-color-danger, #f04a39);
}

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

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

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover{
  color: var(--rp-color-primary, #0f7faf);
}

.hover\:text-primary-400:hover{
  color: var(--rp-color-primary-border-hover, #53aec9);
}

.hover\:text-primary-500:hover{
  color: var(--rp-color-primary-hover, #2f97bd);
}

.hover\:text-primary-600:hover{
  color: var(--rp-color-primary-active, #065e8a);
}

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

.hover\:text-red-600:hover{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.hover\:text-red-800:hover{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

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

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

.focus\:bg-primary-100:focus{
  background-color: var(--rp-color-primary-bg, #d8edf0);
}

.focus\:text-primary:focus{
  color: var(--rp-color-primary, #0f7faf);
}

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

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-4:focus{
  --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(4px + 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);
}

.focus\:ring-blue-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}

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

.focus\:ring-primary:focus{
  --tw-ring-color: var(--rp-color-primary, #0f7faf);
}

.focus\:ring-primary-400:focus{
  --tw-ring-color: var(--rp-color-primary-border-hover, #53aec9);
}

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

.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}

.disabled\:opacity-50:disabled{
  opacity: 0.5;
}

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

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.peer:checked ~ .peer-checked\: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));
}

.peer:checked ~ .peer-checked\:translate-x-5{
  --tw-translate-x: 1.25rem;
  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));
}

.peer:checked ~ .peer-checked\:bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-primary{
  background-color: var(--rp-color-primary, #0f7faf);
}

.peer:checked ~ .peer-checked\:after\:translate-x-\[19px\]::after{
  content: var(--tw-content);
  --tw-translate-x: 19px;
  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));
}

.peer:checked ~ .peer-checked\:after\:translate-x-\[99\%\]::after{
  content: var(--tw-content);
  --tw-translate-x: 99%;
  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));
}

@media not all and (min-width: 1024px){
  .max-lg\:\!hidden{
    display: none !important;
  }

  .max-lg\:hidden{
    display: none;
  }

  .max-lg\:\!h-\[calc\(100vh-100px\)\]{
    height: calc(100vh - 100px) !important;
  }

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

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

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

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

  .max-lg\:flex-col{
    flex-direction: column;
  }

  .max-lg\:gap-4{
    gap: 1rem;
  }

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

  .max-lg\:border-solid{
    border-style: solid;
  }

  .max-lg\:border-grayscale-border-200{
    --tw-border-opacity: 1;
    border-color: rgb(240 240 240 / var(--tw-border-opacity, 1));
  }

  .max-lg\:p-4{
    padding: 1rem;
  }

  .max-lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media not all and (min-width: 640px){
  .max-sm\:box-border{
    box-sizing: border-box;
  }

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

  .max-sm\:justify-between{
    justify-content: space-between;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 768px){
  .md\:\!right-0{
    right: 0px !important;
  }

  .md\:left-0{
    left: 0px;
  }

  .md\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }

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

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

  .md\:\!w-min{
    width: -moz-min-content !important;
    width: min-content !important;
  }

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

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

  .md\:\!justify-end{
    justify-content: flex-end !important;
  }

  .md\:\!p-6{
    padding: 1.5rem !important;
  }

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px){
  .lg\:inset-x-0{
    left: 0px;
    right: 0px;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:\!block{
    display: block !important;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:\!inline-flex{
    display: inline-flex !important;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-\[calc\(100vh-211px\)\]{
    height: calc(100vh - 211px);
  }

  .lg\:h-\[calc\(100vh-228px\)\]{
    height: calc(100vh - 228px);
  }

  .lg\:h-\[calc\(100vh-49px\)\]{
    height: calc(100vh - 49px);
  }

  .lg\:\!w-auto{
    width: auto !important;
  }

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

  .lg\:w-52{
    width: 13rem;
  }

  .lg\:w-64{
    width: 16rem;
  }

  .lg\:w-72{
    width: 18rem;
  }

  .lg\:w-\[33\%\]{
    width: 33%;
  }

  .lg\:w-\[67\%\]{
    width: 67%;
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:max-w-lg{
    max-width: 32rem;
  }

  .lg\:max-w-xl{
    max-width: 36rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:rounded{
    border-radius: 0.375rem;
  }

  .lg\:border{
    border-width: 1px;
  }

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

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

  .lg\:border-grayscale-border-200{
    --tw-border-opacity: 1;
    border-color: rgb(240 240 240 / var(--tw-border-opacity, 1));
  }

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

  .lg\:p-6{
    padding: 1.5rem;
  }

  .lg\:\!px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-\[40px\]{
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:\!pb-\[4rem\]{
    padding-bottom: 4rem !important;
  }
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-full::-webkit-scrollbar-thumb{
  border-radius: 9999px;
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-gray-300::-webkit-scrollbar-thumb{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.\[\&\:\:-webkit-scrollbar-track\]\:bg-gray-100::-webkit-scrollbar-track{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.\[\&\:\:-webkit-scrollbar\]\:w-2::-webkit-scrollbar{
  width: 0.5rem;
}

[busy]~.\[\[busy\]\~\&\]\:opacity-100{
  opacity: 1;
}
