/*
! tailwindcss v3.4.10 | 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)
*/

#huMedsRoot *,
#huMedsRoot ::before,
#huMedsRoot ::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

#huMedsRoot ::before,
#huMedsRoot ::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
*/

#huMedsRoot html,
#huMedsRoot :host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: "DM Sans", Inter, system-ui, 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.
*/

#huMedsRoot 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.
*/

#huMedsRoot hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

#huMedsRoot abbr:where([title]) {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

#huMedsRoot h1,
#huMedsRoot h2,
#huMedsRoot h3,
#huMedsRoot h4,
#huMedsRoot h5,
#huMedsRoot h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

#huMedsRoot a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

#huMedsRoot b,
#huMedsRoot 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.
*/

#huMedsRoot code,
#huMedsRoot kbd,
#huMedsRoot samp,
#huMedsRoot 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.
*/

#huMedsRoot small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

#huMedsRoot sub {
  bottom: -0.25em;
}

#huMedsRoot 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.
*/

#huMedsRoot 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.
*/

#huMedsRoot button,
#huMedsRoot input,
#huMedsRoot optgroup,
#huMedsRoot select,
#huMedsRoot 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.
*/

#huMedsRoot button,
#huMedsRoot select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

#huMedsRoot button,
#huMedsRoot input:where([type='button']),
#huMedsRoot input:where([type='reset']),
#huMedsRoot 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.
*/

#huMedsRoot :-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)
*/

#huMedsRoot :-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

#huMedsRoot progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

#huMedsRoot ::-webkit-inner-spin-button,
#huMedsRoot ::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

#huMedsRoot [type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

#huMedsRoot ::-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.
*/

#huMedsRoot ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

#huMedsRoot summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

#huMedsRoot blockquote,
#huMedsRoot dl,
#huMedsRoot dd,
#huMedsRoot h1,
#huMedsRoot h2,
#huMedsRoot h3,
#huMedsRoot h4,
#huMedsRoot h5,
#huMedsRoot h6,
#huMedsRoot hr,
#huMedsRoot figure,
#huMedsRoot p,
#huMedsRoot pre {
  margin: 0;
}

#huMedsRoot fieldset {
  margin: 0;
  padding: 0;
}

#huMedsRoot legend {
  padding: 0;
}

#huMedsRoot ol,
#huMedsRoot ul,
#huMedsRoot menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
#huMedsRoot dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

#huMedsRoot 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.
*/

#huMedsRoot input::placeholder,
#huMedsRoot textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

#huMedsRoot button,
#huMedsRoot [role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
#huMedsRoot :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.
*/

#huMedsRoot img,
#huMedsRoot svg,
#huMedsRoot video,
#huMedsRoot canvas,
#huMedsRoot audio,
#huMedsRoot iframe,
#huMedsRoot embed,
#huMedsRoot 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)
*/

#huMedsRoot img,
#huMedsRoot video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
#huMedsRoot [hidden] {
  display: none;
}

#huMedsRoot *, #huMedsRoot ::before, #huMedsRoot ::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:  ;
}

#huMedsRoot ::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:  ;
}
#huMedsRoot .pointer-events-none {
  pointer-events: none !important;
}
#huMedsRoot .fixed {
  position: fixed !important;
}
#huMedsRoot .absolute {
  position: absolute !important;
}
#huMedsRoot .relative {
  position: relative !important;
}
#huMedsRoot .inset-0 {
  inset: 0px !important;
}
#huMedsRoot .inset-x-0 {
  left: 0px !important;
  right: 0px !important;
}
#huMedsRoot .inset-x-2 {
  left: 0.5rem !important;
  right: 0.5rem !important;
}
#huMedsRoot .bottom-0 {
  bottom: 0px !important;
}
#huMedsRoot .bottom-24 {
  bottom: 6rem !important;
}
#huMedsRoot .left-0\.5 {
  left: 0.125rem !important;
}
#huMedsRoot .left-3\.5 {
  left: 0.875rem !important;
}
#huMedsRoot .left-\[22px\] {
  left: 22px !important;
}
#huMedsRoot .right-0 {
  right: 0px !important;
}
#huMedsRoot .right-4 {
  right: 1rem !important;
}
#huMedsRoot .top-0\.5 {
  top: 0.125rem !important;
}
#huMedsRoot .top-1\/2 {
  top: 50% !important;
}
#huMedsRoot .z-10 {
  z-index: 10 !important;
}
#huMedsRoot .z-20 {
  z-index: 20 !important;
}
#huMedsRoot .z-40 {
  z-index: 40 !important;
}
#huMedsRoot .z-\[1000\] {
  z-index: 1000 !important;
}
#huMedsRoot .z-\[999\] {
  z-index: 999 !important;
}
#huMedsRoot .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
#huMedsRoot .-mr-2 {
  margin-right: -0.5rem !important;
}
#huMedsRoot .mb-1\.5 {
  margin-bottom: 0.375rem !important;
}
#huMedsRoot .mb-2 {
  margin-bottom: 0.5rem !important;
}
#huMedsRoot .mb-6 {
  margin-bottom: 1.5rem !important;
}
#huMedsRoot .ml-1\.5 {
  margin-left: 0.375rem !important;
}
#huMedsRoot .ml-auto {
  margin-left: auto !important;
}
#huMedsRoot .mt-0\.5 {
  margin-top: 0.125rem !important;
}
#huMedsRoot .mt-1 {
  margin-top: 0.25rem !important;
}
#huMedsRoot .mt-2 {
  margin-top: 0.5rem !important;
}
#huMedsRoot .mt-3 {
  margin-top: 0.75rem !important;
}
#huMedsRoot .mt-4 {
  margin-top: 1rem !important;
}
#huMedsRoot .mt-5 {
  margin-top: 1.25rem !important;
}
#huMedsRoot .mt-6 {
  margin-top: 1.5rem !important;
}
#huMedsRoot .block {
  display: block !important;
}
#huMedsRoot .flex {
  display: flex !important;
}
#huMedsRoot .inline-flex {
  display: inline-flex !important;
}
#huMedsRoot .grid {
  display: grid !important;
}
#huMedsRoot .hidden {
  display: none !important;
}
#huMedsRoot .h-0\.5 {
  height: 0.125rem !important;
}
#huMedsRoot .h-1\.5 {
  height: 0.375rem !important;
}
#huMedsRoot .h-10 {
  height: 2.5rem !important;
}
#huMedsRoot .h-11 {
  height: 2.75rem !important;
}
#huMedsRoot .h-12 {
  height: 3rem !important;
}
#huMedsRoot .h-16 {
  height: 4rem !important;
}
#huMedsRoot .h-2\.5 {
  height: 0.625rem !important;
}
#huMedsRoot .h-3 {
  height: 0.75rem !important;
}
#huMedsRoot .h-3\.5 {
  height: 0.875rem !important;
}
#huMedsRoot .h-4 {
  height: 1rem !important;
}
#huMedsRoot .h-5 {
  height: 1.25rem !important;
}
#huMedsRoot .h-6 {
  height: 1.5rem !important;
}
#huMedsRoot .h-7 {
  height: 1.75rem !important;
}
#huMedsRoot .h-8 {
  height: 2rem !important;
}
#huMedsRoot .h-9 {
  height: 2.25rem !important;
}
#huMedsRoot .h-full {
  height: 100% !important;
}
#huMedsRoot .max-h-\[92vh\] {
  max-height: 92vh !important;
}
#huMedsRoot .min-h-11 {
  min-height: 2.75rem !important;
}
#huMedsRoot .min-h-screen {
  min-height: 100vh !important;
}
#huMedsRoot .w-10 {
  width: 2.5rem !important;
}
#huMedsRoot .w-11 {
  width: 2.75rem !important;
}
#huMedsRoot .w-12 {
  width: 3rem !important;
}
#huMedsRoot .w-16 {
  width: 4rem !important;
}
#huMedsRoot .w-2\.5 {
  width: 0.625rem !important;
}
#huMedsRoot .w-3 {
  width: 0.75rem !important;
}
#huMedsRoot .w-3\.5 {
  width: 0.875rem !important;
}
#huMedsRoot .w-4 {
  width: 1rem !important;
}
#huMedsRoot .w-48 {
  width: 12rem !important;
}
#huMedsRoot .w-5 {
  width: 1.25rem !important;
}
#huMedsRoot .w-6 {
  width: 1.5rem !important;
}
#huMedsRoot .w-7 {
  width: 1.75rem !important;
}
#huMedsRoot .w-8 {
  width: 2rem !important;
}
#huMedsRoot .w-9 {
  width: 2.25rem !important;
}
#huMedsRoot .w-full {
  width: 100% !important;
}
#huMedsRoot .min-w-0 {
  min-width: 0px !important;
}
#huMedsRoot .max-w-\[1400px\] {
  max-width: 1400px !important;
}
#huMedsRoot .max-w-md {
  max-width: 28rem !important;
}
#huMedsRoot .max-w-sm {
  max-width: 24rem !important;
}
#huMedsRoot .max-w-xl {
  max-width: 36rem !important;
}
#huMedsRoot .flex-1 {
  flex: 1 1 0% !important;
}
#huMedsRoot .shrink-0 {
  flex-shrink: 0 !important;
}
#huMedsRoot .-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  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)) !important;
}
#huMedsRoot .-rotate-90 {
  --tw-rotate: -90deg !important;
  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)) !important;
}
#huMedsRoot .cursor-default {
  cursor: default !important;
}
#huMedsRoot .cursor-pointer {
  cursor: pointer !important;
}
#huMedsRoot .resize-none {
  resize: none !important;
}
#huMedsRoot .appearance-none {
  appearance: none !important;
}
#huMedsRoot .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
#huMedsRoot .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
#huMedsRoot .flex-col {
  flex-direction: column !important;
}
#huMedsRoot .flex-wrap {
  flex-wrap: wrap !important;
}
#huMedsRoot .items-start {
  align-items: flex-start !important;
}
#huMedsRoot .items-end {
  align-items: flex-end !important;
}
#huMedsRoot .items-center {
  align-items: center !important;
}
#huMedsRoot .justify-end {
  justify-content: flex-end !important;
}
#huMedsRoot .justify-center {
  justify-content: center !important;
}
#huMedsRoot .justify-between {
  justify-content: space-between !important;
}
#huMedsRoot .gap-1 {
  gap: 0.25rem !important;
}
#huMedsRoot .gap-1\.5 {
  gap: 0.375rem !important;
}
#huMedsRoot .gap-2 {
  gap: 0.5rem !important;
}
#huMedsRoot .gap-2\.5 {
  gap: 0.625rem !important;
}
#huMedsRoot .gap-3 {
  gap: 0.75rem !important;
}
#huMedsRoot .gap-4 {
  gap: 1rem !important;
}
#huMedsRoot .gap-5 {
  gap: 1.25rem !important;
}
#huMedsRoot .gap-x-2 {
  column-gap: 0.5rem !important;
}
#huMedsRoot .gap-y-1 {
  row-gap: 0.25rem !important;
}
#huMedsRoot .space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
}
#huMedsRoot .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}
#huMedsRoot .space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}
#huMedsRoot .space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}
#huMedsRoot .space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
}
#huMedsRoot .space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
}
#huMedsRoot .divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}
#huMedsRoot .divide-stone-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgb(245 245 244 / var(--tw-divide-opacity)) !important;
}
#huMedsRoot .overflow-hidden {
  overflow: hidden !important;
}
#huMedsRoot .overflow-x-auto {
  overflow-x: auto !important;
}
#huMedsRoot .overflow-y-auto {
  overflow-y: auto !important;
}
#huMedsRoot .overflow-x-clip {
  overflow-x: clip !important;
}
#huMedsRoot .whitespace-nowrap {
  white-space: nowrap !important;
}
#huMedsRoot .rounded {
  border-radius: 0.25rem !important;
}
#huMedsRoot .rounded-2xl {
  border-radius: 1rem !important;
}
#huMedsRoot .rounded-3xl {
  border-radius: 1.5rem !important;
}
#huMedsRoot .rounded-\[24px\] {
  border-radius: 24px !important;
}
#huMedsRoot .rounded-full {
  border-radius: 9999px !important;
}
#huMedsRoot .rounded-lg {
  border-radius: 0.5rem !important;
}
#huMedsRoot .rounded-md {
  border-radius: 0.375rem !important;
}
#huMedsRoot .rounded-xl {
  border-radius: 0.75rem !important;
}
#huMedsRoot .rounded-t-\[28px\] {
  border-top-left-radius: 28px !important;
  border-top-right-radius: 28px !important;
}
#huMedsRoot .border {
  border-width: 1px !important;
}
#huMedsRoot .border-b {
  border-bottom-width: 1px !important;
}
#huMedsRoot .border-t {
  border-top-width: 1px !important;
}
#huMedsRoot .border-dashed {
  border-style: dashed !important;
}
#huMedsRoot .border-\[\#ee725f\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 114 95 / var(--tw-border-opacity)) !important;
}
#huMedsRoot .border-\[\#f4d9d2\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 217 210 / var(--tw-border-opacity)) !important;
}
#huMedsRoot .border-amber-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 230 138 / var(--tw-border-opacity)) !important;
}
#huMedsRoot .border-amber-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(252 211 77 / var(--tw-border-opacity)) !important;
}
#huMedsRoot .border-emerald-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 250 229 / var(--tw-border-opacity)) !important;
}
#huMedsRoot .border-emerald-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(167 243 208 / var(--tw-border-opacity)) !important;
}
#huMedsRoot .border-indigo-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(199 210 254 / var(--tw-border-opacity)) !important;
}
#huMedsRoot .border-stone-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(245 245 244 / var(--tw-border-opacity)) !important;
}
#huMedsRoot .border-stone-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(231 229 228 / var(--tw-border-opacity)) !important;
}
#huMedsRoot .border-stone-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(214 211 209 / var(--tw-border-opacity)) !important;
}
#huMedsRoot .bg-\[\#ee725f\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 114 95 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .bg-\[\#faf7f2\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 247 242 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .bg-\[\#fcfbfa\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 251 250 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .bg-\[\#fff0eb\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 240 235 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .bg-\[\#fff1ed\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 241 237 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .bg-amber-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .bg-amber-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .bg-amber-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .bg-amber-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .bg-amber-50\/40 {
  background-color: rgb(255 251 235 / 0.4) !important;
}
#huMedsRoot .bg-amber-50\/60 {
  background-color: rgb(255 251 235 / 0.6) !important;
}
#huMedsRoot .bg-amber-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .bg-amber-500\/70 {
  background-color: rgb(245 158 11 / 0.7) !important;
}
#huMedsRoot .bg-emerald-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .bg-emerald-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .bg-emerald-50\/30 {
  background-color: rgb(236 253 245 / 0.3) !important;
}
#huMedsRoot .bg-emerald-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .bg-indigo-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .bg-indigo-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .bg-red-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .bg-sky-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .bg-stone-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .bg-stone-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .bg-stone-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .bg-stone-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .bg-stone-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .bg-stone-900\/40 {
  background-color: rgb(28 25 23 / 0.4) !important;
}
#huMedsRoot .bg-violet-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7) !important;
}
#huMedsRoot .bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95) !important;
}
#huMedsRoot .bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}
#huMedsRoot .from-\[\#fff6f3\] {
  --tw-gradient-from: #fff6f3 var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 246 243 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
#huMedsRoot .to-\[\#fdeee9\] {
  --tw-gradient-to: #fdeee9 var(--tw-gradient-to-position) !important;
}
#huMedsRoot .p-3\.5 {
  padding: 0.875rem !important;
}
#huMedsRoot .p-4 {
  padding: 1rem !important;
}
#huMedsRoot .p-5 {
  padding: 1.25rem !important;
}
#huMedsRoot .p-6 {
  padding: 1.5rem !important;
}
#huMedsRoot .p-8 {
  padding: 2rem !important;
}
#huMedsRoot .px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
#huMedsRoot .px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
#huMedsRoot .px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
#huMedsRoot .px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
#huMedsRoot .px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
#huMedsRoot .px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
#huMedsRoot .py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}
#huMedsRoot .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
#huMedsRoot .py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
#huMedsRoot .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
#huMedsRoot .py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
#huMedsRoot .py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
#huMedsRoot .py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
#huMedsRoot .py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
#huMedsRoot .py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
#huMedsRoot .pb-24 {
  padding-bottom: 6rem !important;
}
#huMedsRoot .pb-3 {
  padding-bottom: 0.75rem !important;
}
#huMedsRoot .pl-10 {
  padding-left: 2.5rem !important;
}
#huMedsRoot .pr-10 {
  padding-right: 2.5rem !important;
}
#huMedsRoot .pt-1 {
  padding-top: 0.25rem !important;
}
#huMedsRoot .pt-6 {
  padding-top: 1.5rem !important;
}
#huMedsRoot .text-left {
  text-align: left !important;
}
#huMedsRoot .text-center {
  text-align: center !important;
}
#huMedsRoot .text-right {
  text-align: right !important;
}
#huMedsRoot .font-sans {
  font-family: "DM Sans", Inter, system-ui, sans-serif !important;
}
#huMedsRoot .font-serif {
  font-family: "Playfair Display", Georgia, serif !important;
}
#huMedsRoot .text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
#huMedsRoot .text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
#huMedsRoot .text-\[10px\] {
  font-size: 10px !important;
}
#huMedsRoot .text-\[11px\] {
  font-size: 11px !important;
}
#huMedsRoot .text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
#huMedsRoot .text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
#huMedsRoot .text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
#huMedsRoot .text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
#huMedsRoot .font-medium {
  font-weight: 500 !important;
}
#huMedsRoot .font-normal {
  font-weight: 400 !important;
}
#huMedsRoot .font-semibold {
  font-weight: 600 !important;
}
#huMedsRoot .uppercase {
  text-transform: uppercase !important;
}
#huMedsRoot .leading-5 {
  line-height: 1.25rem !important;
}
#huMedsRoot .leading-6 {
  line-height: 1.5rem !important;
}
#huMedsRoot .leading-tight {
  line-height: 1.25 !important;
}
#huMedsRoot .tracking-\[0\.18em\] {
  letter-spacing: 0.18em !important;
}
#huMedsRoot .tracking-tight {
  letter-spacing: -0.025em !important;
}
#huMedsRoot .tracking-wide {
  letter-spacing: 0.025em !important;
}
#huMedsRoot .text-\[\#b8695c\] {
  --tw-text-opacity: 1 !important;
  color: rgb(184 105 92 / var(--tw-text-opacity)) !important;
}
#huMedsRoot .text-\[\#c98a7f\] {
  --tw-text-opacity: 1 !important;
  color: rgb(201 138 127 / var(--tw-text-opacity)) !important;
}
#huMedsRoot .text-\[\#c99b4e\] {
  --tw-text-opacity: 1 !important;
  color: rgb(201 155 78 / var(--tw-text-opacity)) !important;
}
#huMedsRoot .text-\[\#df6654\] {
  --tw-text-opacity: 1 !important;
  color: rgb(223 102 84 / var(--tw-text-opacity)) !important;
}
#huMedsRoot .text-\[\#ee725f\] {
  --tw-text-opacity: 1 !important;
  color: rgb(238 114 95 / var(--tw-text-opacity)) !important;
}
#huMedsRoot .text-amber-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(217 119 6 / var(--tw-text-opacity)) !important;
}
#huMedsRoot .text-amber-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(180 83 9 / var(--tw-text-opacity)) !important;
}
#huMedsRoot .text-amber-700\/90 {
  color: rgb(180 83 9 / 0.9) !important;
}
#huMedsRoot .text-amber-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(146 64 14 / var(--tw-text-opacity)) !important;
}
#huMedsRoot .text-emerald-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(5 150 105 / var(--tw-text-opacity)) !important;
}
#huMedsRoot .text-emerald-600\/80 {
  color: rgb(5 150 105 / 0.8) !important;
}
#huMedsRoot .text-emerald-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(4 120 87 / var(--tw-text-opacity)) !important;
}
#huMedsRoot .text-indigo-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(67 56 202 / var(--tw-text-opacity)) !important;
}
#huMedsRoot .text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity)) !important;
}
#huMedsRoot .text-sky-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(2 132 199 / var(--tw-text-opacity)) !important;
}
#huMedsRoot .text-sky-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(3 105 161 / var(--tw-text-opacity)) !important;
}
#huMedsRoot .text-stone-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(214 211 209 / var(--tw-text-opacity)) !important;
}
#huMedsRoot .text-stone-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(168 162 158 / var(--tw-text-opacity)) !important;
}
#huMedsRoot .text-stone-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(120 113 108 / var(--tw-text-opacity)) !important;
}
#huMedsRoot .text-stone-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(87 83 78 / var(--tw-text-opacity)) !important;
}
#huMedsRoot .text-stone-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(68 64 60 / var(--tw-text-opacity)) !important;
}
#huMedsRoot .text-stone-800 {
  --tw-text-opacity: 1 !important;
  color: rgb(41 37 36 / var(--tw-text-opacity)) !important;
}
#huMedsRoot .text-stone-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(28 25 23 / var(--tw-text-opacity)) !important;
}
#huMedsRoot .text-stone-950 {
  --tw-text-opacity: 1 !important;
  color: rgb(12 10 9 / var(--tw-text-opacity)) !important;
}
#huMedsRoot .text-violet-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(124 58 237 / var(--tw-text-opacity)) !important;
}
#huMedsRoot .text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
#huMedsRoot .text-white\/70 {
  color: rgb(255 255 255 / 0.7) !important;
}
#huMedsRoot .line-through {
  text-decoration-line: line-through !important;
}
#huMedsRoot .opacity-80 {
  opacity: 0.8 !important;
}
#huMedsRoot .shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
#huMedsRoot .shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
#huMedsRoot .shadow-\[0_8px_35px_rgba\(28\2c 25\2c 23\2c 0\.035\)\] {
  --tw-shadow: 0 8px 35px rgba(28,25,23,0.035) !important;
  --tw-shadow-colored: 0 8px 35px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
#huMedsRoot .shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
#huMedsRoot .outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
#huMedsRoot .ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
#huMedsRoot .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) !important;
}
#huMedsRoot .backdrop-blur {
  --tw-backdrop-blur: blur(8px) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}
#huMedsRoot .backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}
#huMedsRoot .transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
#huMedsRoot .transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
#huMedsRoot .duration-500 {
  transition-duration: 500ms !important;
}
#huMedsRoot section { padding: 0 !important; }
#huMedsRoot h1, #huMedsRoot h2, #huMedsRoot h3, #huMedsRoot h4, #huMedsRoot h5 { color: inherit !important; }
#huMedsRoot .hover\:border-\[\#ee725f\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 114 95 / var(--tw-border-opacity)) !important;
}
#huMedsRoot .hover\:border-\[\#ee725f\]\/40:hover {
  border-color: rgb(238 114 95 / 0.4) !important;
}
#huMedsRoot .hover\:border-\[\#ee725f\]\/50:hover {
  border-color: rgb(238 114 95 / 0.5) !important;
}
#huMedsRoot .hover\:border-stone-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(214 211 209 / var(--tw-border-opacity)) !important;
}
#huMedsRoot .hover\:bg-\[\#df6654\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(223 102 84 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .hover\:bg-\[\#ffe4da\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 228 218 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .hover\:bg-red-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .hover\:bg-stone-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .hover\:bg-stone-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .hover\:bg-stone-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .hover\:text-stone-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(41 37 36 / var(--tw-text-opacity)) !important;
}
#huMedsRoot .hover\:text-stone-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(28 25 23 / var(--tw-text-opacity)) !important;
}
#huMedsRoot .focus\:border-\[\#ee725f\]:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 114 95 / var(--tw-border-opacity)) !important;
}
#huMedsRoot .focus\:bg-white:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
#huMedsRoot .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) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
#huMedsRoot .focus\:ring-\[\#ee725f\]\/15:focus {
  --tw-ring-color: rgb(238 114 95 / 0.15) !important;
}
#huMedsRoot .focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
#huMedsRoot .focus-visible\:ring-\[\#ee725f\]\/30:focus-visible {
  --tw-ring-color: rgb(238 114 95 / 0.3) !important;
}
#huMedsRoot .focus-visible\:ring-\[\#ee725f\]\/40:focus-visible {
  --tw-ring-color: rgb(238 114 95 / 0.4) !important;
}
#huMedsRoot .focus-visible\:ring-red-300:focus-visible {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity)) !important;
}
#huMedsRoot .focus-visible\:ring-stone-300:focus-visible {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(214 211 209 / var(--tw-ring-opacity)) !important;
}
#huMedsRoot .disabled\:opacity-40:disabled {
  opacity: 0.4 !important;
}
@media (prefers-reduced-motion: reduce) {

  #huMedsRoot .motion-reduce\:transition-none {
    transition-property: none !important;
  }
}
@media (min-width: 640px) {

  #huMedsRoot .sm\:inline {
    display: inline !important;
  }

  #huMedsRoot .sm\:max-w-2xl {
    max-width: 42rem !important;
  }

  #huMedsRoot .sm\:max-w-md {
    max-width: 28rem !important;
  }

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

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

  #huMedsRoot .sm\:items-center {
    align-items: center !important;
  }

  #huMedsRoot .sm\:rounded-\[26px\] {
    border-radius: 26px !important;
  }

  #huMedsRoot .sm\:p-4 {
    padding: 1rem !important;
  }

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

  #huMedsRoot .sm\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  #huMedsRoot .sm\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
}
@media (min-width: 1024px) {

  #huMedsRoot .lg\:sticky {
    position: sticky !important;
  }

  #huMedsRoot .lg\:bottom-6 {
    bottom: 1.5rem !important;
  }

  #huMedsRoot .lg\:top-4 {
    top: 1rem !important;
  }

  #huMedsRoot .lg\:hidden {
    display: none !important;
  }

  #huMedsRoot .lg\:grid-cols-\[1fr_340px\] {
    grid-template-columns: 1fr 340px !important;
  }

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

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

  #huMedsRoot .lg\:items-center {
    align-items: center !important;
  }

  #huMedsRoot .lg\:justify-between {
    justify-content: space-between !important;
  }

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

  #huMedsRoot .lg\:pb-10 {
    padding-bottom: 2.5rem !important;
  }
}
