@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bold;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
  margin-left: 2px;
}

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

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
   */
[type=search]::-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 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

:root {
  --layout-max-width: 1960px;
  --container-max-width: 600px;
}
@media screen and (min-width: 640px) {
  :root {
    --container-max-width: 800px;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --container-max-width: 1100px;
  }
}
@media screen and (min-width: 1280px) {
  :root {
    --container-max-width: 1240px;
  }
}
:root {
  --container-padding: 20px;
}
@media screen and (min-width: 1440px) {
  :root {
    --container-padding: 30px;
  }
}
:root {
  --gap: 20px;
}
:root {
  --p-mb: 23px;
}
@media screen and (min-width: 1280px) {
  :root {
    --p-mb: 25px;
  }
}
:root {
  --header-bar-height: 80px;
}
@media screen and (min-width: 1024px) {
  :root {
    --header-bar-height: 162px;
  }
}
:root {
  --breadcrumbs-height: 78px;
}
:root body.home {
  --breadcrumbs-height: 0px;
}
:root {
  --transition-duration: 0.2s;
  --transition-timing-function: ease-out;
}
:root {
  --f-poppins: "Poppins",
    helvetica,
    arial,
    sans-serif;
}

.rc-container {
  width: min(100% - 2 * var(--container-padding), var(--container-max-width));
  margin-inline: auto;
}

.rc-grid {
  --columns-total: 6;
}
@media screen and (min-width: 768px) {
  .rc-grid {
    --columns-total: 12;
  }
}
.rc-grid {
  display: grid;
  gap: 0 var(--gap);
  grid-template-columns: repeat(var(--columns-total), 1fr);
}
.rc-grid > * {
  --span: 6;
}
@media screen and (min-width: 768px) {
  .rc-grid > * {
    --span: 12;
  }
}
.rc-grid > * {
  --offset: 0;
  --columns: calc(var(--span) + var(--offset));
  --grid-width: calc((100% - (var(--gap) * (var(--columns) - 1))) / var(--columns) * var(--columns-total));
  grid-column-start: auto;
  grid-column-end: span var(--columns);
  margin-left: calc((var(--grid-width) / var(--columns-total) + var(--gap)) * var(--offset));
}

@media screen and (min-width: 375px) {
  .m-1 {
    --span: 1;
  }
  .m-2 {
    --span: 2;
  }
  .m-3 {
    --span: 3;
  }
  .m-4 {
    --span: 4;
  }
  .m-5 {
    --span: 5;
  }
  .m-6 {
    --span: 6;
  }
}
@media screen and (min-width: 480px) {
  .ml-1 {
    --span: 1;
  }
  .ml-2 {
    --span: 2;
  }
  .ml-3 {
    --span: 3;
  }
  .ml-4 {
    --span: 4;
  }
  .ml-5 {
    --span: 5;
  }
  .ml-6 {
    --span: 6;
  }
}
@media screen and (min-width: 640px) {
  .ts-1 {
    --span: 1;
  }
  .ts-2 {
    --span: 2;
  }
  .ts-3 {
    --span: 3;
  }
  .ts-4 {
    --span: 4;
  }
  .ts-5 {
    --span: 5;
  }
  .ts-6 {
    --span: 6;
  }
}
@media screen and (min-width: 768px) {
  .t-1 {
    --span: 1;
  }
  .t-2 {
    --span: 2;
  }
  .t-3 {
    --span: 3;
  }
  .t-4 {
    --span: 4;
  }
  .t-5 {
    --span: 5;
  }
  .t-6 {
    --span: 6;
  }
  .t-7 {
    --span: 7;
  }
  .t-8 {
    --span: 8;
  }
  .t-9 {
    --span: 9;
  }
  .t-10 {
    --span: 10;
  }
  .t-11 {
    --span: 11;
  }
  .t-12 {
    --span: 12;
  }
}
@media screen and (min-width: 1024px) {
  .tl-1 {
    --span: 1;
  }
  .tl-2 {
    --span: 2;
  }
  .tl-3 {
    --span: 3;
  }
  .tl-4 {
    --span: 4;
  }
  .tl-5 {
    --span: 5;
  }
  .tl-6 {
    --span: 6;
  }
  .tl-7 {
    --span: 7;
  }
  .tl-8 {
    --span: 8;
  }
  .tl-9 {
    --span: 9;
  }
  .tl-10 {
    --span: 10;
  }
  .tl-11 {
    --span: 11;
  }
  .tl-12 {
    --span: 12;
  }
}
@media screen and (min-width: 1280px) {
  .ds-1 {
    --span: 1;
  }
  .ds-2 {
    --span: 2;
  }
  .ds-3 {
    --span: 3;
  }
  .ds-4 {
    --span: 4;
  }
  .ds-5 {
    --span: 5;
  }
  .ds-6 {
    --span: 6;
  }
  .ds-7 {
    --span: 7;
  }
  .ds-8 {
    --span: 8;
  }
  .ds-9 {
    --span: 9;
  }
  .ds-10 {
    --span: 10;
  }
  .ds-11 {
    --span: 11;
  }
  .ds-12 {
    --span: 12;
  }
}
@media screen and (min-width: 1440px) {
  .d-1 {
    --span: 1;
  }
  .d-2 {
    --span: 2;
  }
  .d-3 {
    --span: 3;
  }
  .d-4 {
    --span: 4;
  }
  .d-5 {
    --span: 5;
  }
  .d-6 {
    --span: 6;
  }
  .d-7 {
    --span: 7;
  }
  .d-8 {
    --span: 8;
  }
  .d-9 {
    --span: 9;
  }
  .d-10 {
    --span: 10;
  }
  .d-11 {
    --span: 11;
  }
  .d-12 {
    --span: 12;
  }
}
@media screen and (min-width: 1920px) {
  .dl-1 {
    --span: 1;
  }
  .dl-2 {
    --span: 2;
  }
  .dl-3 {
    --span: 3;
  }
  .dl-4 {
    --span: 4;
  }
  .dl-5 {
    --span: 5;
  }
  .dl-6 {
    --span: 6;
  }
  .dl-7 {
    --span: 7;
  }
  .dl-8 {
    --span: 8;
  }
  .dl-9 {
    --span: 9;
  }
  .dl-10 {
    --span: 10;
  }
  .dl-11 {
    --span: 11;
  }
  .dl-12 {
    --span: 12;
  }
}
@media screen and (min-width: 375px) {
  .m-o-0 {
    --offset: 0;
  }
  .m-o-1 {
    --offset: 1;
  }
  .m-o-2 {
    --offset: 2;
  }
  .m-o-3 {
    --offset: 3;
  }
}
@media screen and (min-width: 480px) {
  .ml-o-0 {
    --offset: 0;
  }
  .ml-o-1 {
    --offset: 1;
  }
  .ml-o-2 {
    --offset: 2;
  }
  .ml-o-3 {
    --offset: 3;
  }
}
@media screen and (min-width: 640px) {
  .ts-o-0 {
    --offset: 0;
  }
  .ts-o-1 {
    --offset: 1;
  }
  .ts-o-2 {
    --offset: 2;
  }
  .ts-o-3 {
    --offset: 3;
  }
}
@media screen and (min-width: 768px) {
  .t-o-0 {
    --offset: 0;
  }
  .t-o-1 {
    --offset: 1;
  }
  .t-o-2 {
    --offset: 2;
  }
  .t-o-3 {
    --offset: 3;
  }
}
@media screen and (min-width: 1024px) {
  .tl-o-0 {
    --offset: 0;
  }
  .tl-o-1 {
    --offset: 1;
  }
  .tl-o-2 {
    --offset: 2;
  }
  .tl-o-3 {
    --offset: 3;
  }
}
@media screen and (min-width: 1280px) {
  .ds-o-0 {
    --offset: 0;
  }
  .ds-o-1 {
    --offset: 1;
  }
  .ds-o-2 {
    --offset: 2;
  }
  .ds-o-3 {
    --offset: 3;
  }
}
@media screen and (min-width: 1440px) {
  .d-o-0 {
    --offset: 0;
  }
  .d-o-1 {
    --offset: 1;
  }
  .d-o-2 {
    --offset: 2;
  }
  .d-o-3 {
    --offset: 3;
  }
}
@media screen and (min-width: 1920px) {
  .dl-o-0 {
    --offset: 0;
  }
  .dl-o-1 {
    --offset: 1;
  }
  .dl-o-2 {
    --offset: 2;
  }
  .dl-o-3 {
    --offset: 3;
  }
}
body {
  font-family: var(--f-poppins);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: var(--c-primary);
  line-height: 24px;
}

a {
  color: inherit;
  transition-property: all;
  transition-duration: var(--transition-duration);
  transition-timing-function: var(--transition-timing-function);
}
a:hover, a.active {
  color: var(--c-green);
}
a:hover span, a.active span {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  font-size: 30px;
}
h1 span {
  color: var(--c-green);
}

h1:not([class]) {
  margin-bottom: 24px;
}

h2 {
  margin-top: 0;
  font-size: 26px;
}
h2.fi-section-header-heading {
  font-size: 18px;
}

.fi-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

h2:not([class]) {
  margin-bottom: 24px;
}

h3:not([class]) {
  margin-top: 0;
  font-size: 22px;
  margin-bottom: 18px;
}

h4:not([class]) {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 16px;
}

h5:not([class]) {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 16px;
}

ol.ol {
  padding-left: 18px;
}
ol.ol li {
  font-size: 14px;
  margin-bottom: 5px;
}
ol.ol li:last-child {
  margin-bottom: 0;
}
ol.ol li::marker {
  color: var(--c-green);
}

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

.text-sm {
  font-size: 13px;
}

ul.ul {
  padding-left: 12px;
}
ul.ul li {
  font-size: 14px;
  padding-left: 5px;
  margin-bottom: 5px;
}
ul.ul li:last-child {
  margin-bottom: 0;
}
ul.ul li::marker {
  content: "✓";
  color: var(--c-green);
}

@keyframes pulseWhite {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulseGreen {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(39, 101, 245, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(39, 101, 245, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(39, 101, 245, 0);
  }
}
@keyframes pulseRed {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(220, 38, 38, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0);
  }
}
@keyframes pulseYellow {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(243, 199, 42, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(220, 38, 38, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0);
  }
}
@keyframes pulseBlue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(220, 38, 38, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(220, 38, 38, 0);
  }
}
@keyframes showCart {
  100% {
    transform: translateX(0);
  }
}
@keyframes hideCart {
  100% {
    transform: translateX(100%);
  }
}
:root {
  --c-white: #fff;
  --c-white10: rgba(255, 255, 255, 0.1);
  --c-white20: rgba(255, 255, 255, 0.2);
  --c-white30: rgba(255, 255, 255, 0.3);
  --c-white40: rgba(255, 255, 255, 0.4);
  --c-white60: rgba(255, 255, 255, 0.6);
  --c-white70: rgba(255, 255, 255, 0.7);
  --c-white80: rgba(255, 255, 255, 0.8);
  --c-white90: rgba(255, 255, 255, 0.9);
  --c-primary: #252525;
  --c-primary10: rgba(37, 37, 37, 0.1);
  --c-primary20: rgba(37, 37, 37, 0.2);
  --c-primary30: rgba(37, 37, 37, 0.3);
  --c-primary40: rgba(37, 37, 37, 0.4);
  --c-primary60: rgba(37, 37, 37, 0.6);
  --c-primary70: rgba(37, 37, 37, 0.7);
  --c-primary80: rgba(37, 37, 37, 0.8);
  --c-primary90: rgba(37, 37, 37, 0.9);
  --c-gray: #f0f1f5;
  --c-gray10: rgba(240, 241, 245, 0.1);
  --c-gray20: rgba(240, 241, 245, 0.2);
  --c-gray30: rgba(240, 241, 245, 0.3);
  --c-gray40: rgba(240, 241, 245, 0.4);
  --c-gray60: rgba(240, 241, 245, 0.6);
  --c-gray70: rgba(240, 241, 245, 0.7);
  --c-gray80: rgba(240, 241, 245, 0.8);
  --c-gray90: rgba(240, 241, 245, 0.9);
  --c-dark-gray: #919397;
  --c-dark-gray10: rgba(145, 147, 151, 0.1);
  --c-dark-gray20: rgba(145, 147, 151, 0.2);
  --c-dark-gray30: rgba(145, 147, 151, 0.3);
  --c-dark-gray40: rgba(145, 147, 151, 0.4);
  --c-dark-gray60: rgba(145, 147, 151, 0.6);
  --c-dark-gray70: rgba(145, 147, 151, 0.7);
  --c-dark-gray80: rgba(145, 147, 151, 0.8);
  --c-dark-gray90: rgba(145, 147, 151, 0.9);
  --c-border-gray: #dde1ea;
  --c-border-gray10: rgba(221, 225, 234, 0.1);
  --c-border-gray20: rgba(221, 225, 234, 0.2);
  --c-border-gray30: rgba(221, 225, 234, 0.3);
  --c-border-gray40: rgba(221, 225, 234, 0.4);
  --c-border-gray60: rgba(221, 225, 234, 0.6);
  --c-border-gray70: rgba(221, 225, 234, 0.7);
  --c-border-gray80: rgba(221, 225, 234, 0.8);
  --c-border-gray90: rgba(221, 225, 234, 0.9);
  --c-green: #65a165;
  --c-green10: rgba(101, 161, 101, 0.1);
  --c-green20: rgba(101, 161, 101, 0.2);
  --c-green30: rgba(101, 161, 101, 0.3);
  --c-green40: rgba(101, 161, 101, 0.4);
  --c-green60: rgba(101, 161, 101, 0.6);
  --c-green70: rgba(101, 161, 101, 0.7);
  --c-green80: rgba(101, 161, 101, 0.8);
  --c-green90: rgba(101, 161, 101, 0.9);
  --c-yellow: #f3c72a;
  --c-yellow10: rgba(243, 199, 42, 0.1);
  --c-yellow20: rgba(243, 199, 42, 0.2);
  --c-yellow30: rgba(243, 199, 42, 0.3);
  --c-yellow40: rgba(243, 199, 42, 0.4);
  --c-yellow60: rgba(243, 199, 42, 0.6);
  --c-yellow70: rgba(243, 199, 42, 0.7);
  --c-yellow80: rgba(243, 199, 42, 0.8);
  --c-yellow90: rgba(243, 199, 42, 0.9);
  --c-red: #fd2e2e;
  --c-red10: rgba(253, 46, 46, 0.1);
  --c-red20: rgba(253, 46, 46, 0.2);
  --c-red30: rgba(253, 46, 46, 0.3);
  --c-red40: rgba(253, 46, 46, 0.4);
  --c-red60: rgba(253, 46, 46, 0.6);
  --c-red70: rgba(253, 46, 46, 0.7);
  --c-red80: rgba(253, 46, 46, 0.8);
  --c-red90: rgba(253, 46, 46, 0.9);
  --c-blue: #2765f5;
  --c-blue10: rgba(39, 101, 245, 0.1);
  --c-blue20: rgba(39, 101, 245, 0.2);
  --c-blue30: rgba(39, 101, 245, 0.3);
  --c-blue40: rgba(39, 101, 245, 0.4);
  --c-blue60: rgba(39, 101, 245, 0.6);
  --c-blue70: rgba(39, 101, 245, 0.7);
  --c-blue80: rgba(39, 101, 245, 0.8);
  --c-blue90: rgba(39, 101, 245, 0.9);
  --c-teal: #0094a8;
  --c-teal10: rgba(0, 148, 168, 0.1);
  --c-teal20: rgba(0, 148, 168, 0.2);
  --c-teal30: rgba(0, 148, 168, 0.3);
  --c-teal40: rgba(0, 148, 168, 0.4);
  --c-teal60: rgba(0, 148, 168, 0.6);
  --c-teal70: rgba(0, 148, 168, 0.7);
  --c-teal80: rgba(0, 148, 168, 0.8);
  --c-teal90: rgba(0, 148, 168, 0.9);
  --c-black: #000;
  --c-black10: rgba(0, 0, 0, 0.1);
  --c-black20: rgba(0, 0, 0, 0.2);
  --c-black30: rgba(0, 0, 0, 0.3);
  --c-black40: rgba(0, 0, 0, 0.4);
  --c-black60: rgba(0, 0, 0, 0.6);
  --c-black70: rgba(0, 0, 0, 0.7);
  --c-black80: rgba(0, 0, 0, 0.8);
  --c-black90: rgba(0, 0, 0, 0.9);
  --danger-50: oklch(0.97717647058824 0.01395454545455 27.281);
  --danger-100: oklch(0.95035294117647 0.03272727272727 27.281);
  --danger-200: oklch(0.90547058823529 0.06318181818182 27.281);
  --danger-300: oklch(0.84047058823529 0.10604545454546 27.281);
  --danger-400: oklch(0.75352941176471 0.15027272727273 27.281);
  --danger-500: oklch(0.68270588235294 0.17009090909091 27.281);
  --danger-600: oklch(0.59782352941176 0.16913636363636 27.281);
  --danger-700: oklch(0.51494117647059 0.14940909090909 27.281);
  --danger-800: oklch(0.44611764705882 0.12331818181818 27.281);
  --danger-900: oklch(0.39458823529412 0.09963636363636 27.281);
  --danger-950: oklch(0.27788235294118 0.07136363636364 27.281);
  --gray-50: oklch(0.985 0 0);
  --gray-100: oklch(0.967 0.001 286.375);
  --gray-200: oklch(0.92 0.004 286.32);
  --gray-300: oklch(0.871 0.006 286.286);
  --gray-400: oklch(0.705 0.015 286.067);
  --gray-500: oklch(0.552 0.016 285.938);
  --gray-600: oklch(0.442 0.017 285.786);
  --gray-700: oklch(0.37 0.013 285.805);
  --gray-800: oklch(0.274 0.006 286.033);
  --gray-900: oklch(0.21 0.006 285.885);
  --gray-950: oklch(0.141 0.005 285.823);
  --info-50: oklch(0.97 0.014 254.604);
  --info-100: oklch(0.932 0.032 255.585);
  --info-200: oklch(0.882 0.059 254.128);
  --info-300: oklch(0.809 0.105 251.813);
  --info-400: oklch(0.707 0.165 254.624);
  --info-500: oklch(0.623 0.214 259.815);
  --info-600: oklch(0.546 0.245 262.881);
  --info-700: oklch(0.488 0.243 264.376);
  --info-800: oklch(0.424 0.199 265.638);
  --info-900: oklch(0.379 0.146 265.522);
  --info-950: oklch(0.282 0.091 267.935);
  --primary-50: oklch(0.97717647058824 0.01395454545455 144.219);
  --primary-100: oklch(0.95035294117647 0.03272727272727 144.219);
  --primary-200: oklch(0.90547058823529 0.06318181818182 144.219);
  --primary-300: oklch(0.84047058823529 0.10604545454546 144.219);
  --primary-400: oklch(0.75352941176471 0.15027272727273 144.219);
  --primary-500: oklch(0.68270588235294 0.17009090909091 144.219);
  --primary-600: oklch(0.59782352941176 0.16913636363636 144.219);
  --primary-700: oklch(0.51494117647059 0.14940909090909 144.219);
  --primary-800: oklch(0.44611764705882 0.12331818181818 144.219);
  --primary-900: oklch(0.39458823529412 0.09963636363636 144.219);
  --primary-950: oklch(0.27788235294118 0.07136363636364 144.219);
  --success-50: oklch(0.97717647058824 0.01395454545455 263.309);
  --success-100: oklch(0.95035294117647 0.03272727272727 263.309);
  --success-200: oklch(0.90547058823529 0.06318181818182 263.309);
  --success-300: oklch(0.84047058823529 0.10604545454546 263.309);
  --success-400: oklch(0.75352941176471 0.15027272727273 263.309);
  --success-500: oklch(0.68270588235294 0.17009090909091 263.309);
  --success-600: oklch(0.59782352941176 0.16913636363636 263.309);
  --success-700: oklch(0.51494117647059 0.14940909090909 263.309);
  --success-800: oklch(0.44611764705882 0.12331818181818 263.309);
  --success-900: oklch(0.39458823529412 0.09963636363636 263.309);
  --success-950: oklch(0.27788235294118 0.07136363636364 263.309);
  --warning-50: oklch(0.97717647058824 0.01395454545455 91.512);
  --warning-100: oklch(0.95035294117647 0.03272727272727 91.512);
  --warning-200: oklch(0.90547058823529 0.06318181818182 91.512);
  --warning-300: oklch(0.84047058823529 0.10604545454546 91.512);
  --warning-400: oklch(0.75352941176471 0.15027272727273 91.512);
  --warning-500: oklch(0.68270588235294 0.17009090909091 91.512);
  --warning-600: oklch(0.59782352941176 0.16913636363636 91.512);
  --warning-700: oklch(0.51494117647059 0.14940909090909 91.512);
  --warning-800: oklch(0.44611764705882 0.12331818181818 91.512);
  --warning-900: oklch(0.39458823529412 0.09963636363636 91.512);
  --warning-950: oklch(0.27788235294118 0.07136363636364 91.512);
  --secondary-50: oklch(0.97717647058824 0 89.876);
  --secondary-100: oklch(0.95035294117647 0 89.876);
  --secondary-200: oklch(0.90547058823529 0 89.876);
  --secondary-300: oklch(0.84047058823529 0 89.876);
  --secondary-400: oklch(0.75352941176471 0 89.876);
  --secondary-500: oklch(0.68270588235294 0 89.876);
  --secondary-600: oklch(0.59782352941176 0 89.876);
  --secondary-700: oklch(0.51494117647059 0 89.876);
  --secondary-800: oklch(0.44611764705882 0 89.876);
  --secondary-900: oklch(0.39458823529412 0 89.876);
  --secondary-950: oklch(0.27788235294118 0 89.876);
}

.color-white {
  color: var(--c-white);
}

.background-white {
  background-color: var(--c-white);
}

.background-op10-white {
  background-color: var(--c-white10);
}

.background-op20-white {
  background-color: var(--c-white20);
}

.background-op40-white {
  background-color: var(--c-white40);
}

.color-primary {
  color: var(--c-primary);
}

.background-primary {
  background-color: var(--c-primary);
}

.background-op10-primary {
  background-color: var(--c-primary10);
}

.background-op20-primary {
  background-color: var(--c-primary20);
}

.background-op40-primary {
  background-color: var(--c-primary40);
}

.color-gray {
  color: var(--c-gray);
}

.background-gray {
  background-color: var(--c-gray);
}

.background-op10-gray {
  background-color: var(--c-gray10);
}

.background-op20-gray {
  background-color: var(--c-gray20);
}

.background-op40-gray {
  background-color: var(--c-gray40);
}

.color-dark-gray {
  color: var(--c-dark-gray);
}

.background-dark-gray {
  background-color: var(--c-dark-gray);
}

.background-op10-dark-gray {
  background-color: var(--c-dark-gray10);
}

.background-op20-dark-gray {
  background-color: var(--c-dark-gray20);
}

.background-op40-dark-gray {
  background-color: var(--c-dark-gray40);
}

.color-border-gray {
  color: var(--c-border-gray);
}

.background-border-gray {
  background-color: var(--c-border-gray);
}

.background-op10-border-gray {
  background-color: var(--c-border-gray10);
}

.background-op20-border-gray {
  background-color: var(--c-border-gray20);
}

.background-op40-border-gray {
  background-color: var(--c-border-gray40);
}

.color-green {
  color: var(--c-green);
}

.background-green {
  background-color: var(--c-green);
}

.background-op10-green {
  background-color: var(--c-green10);
}

.background-op20-green {
  background-color: var(--c-green20);
}

.background-op40-green {
  background-color: var(--c-green40);
}

.color-yellow {
  color: var(--c-yellow);
}

.background-yellow {
  background-color: var(--c-yellow);
}

.background-op10-yellow {
  background-color: var(--c-yellow10);
}

.background-op20-yellow {
  background-color: var(--c-yellow20);
}

.background-op40-yellow {
  background-color: var(--c-yellow40);
}

.color-red {
  color: var(--c-red);
}

.background-red {
  background-color: var(--c-red);
}

.background-op10-red {
  background-color: var(--c-red10);
}

.background-op20-red {
  background-color: var(--c-red20);
}

.background-op40-red {
  background-color: var(--c-red40);
}

.color-blue {
  color: var(--c-blue);
}

.background-blue {
  background-color: var(--c-blue);
}

.background-op10-blue {
  background-color: var(--c-blue10);
}

.background-op20-blue {
  background-color: var(--c-blue20);
}

.background-op40-blue {
  background-color: var(--c-blue40);
}

.color-teal {
  color: var(--c-teal);
}

.background-teal {
  background-color: var(--c-teal);
}

.background-op10-teal {
  background-color: var(--c-teal10);
}

.background-op20-teal {
  background-color: var(--c-teal20);
}

.background-op40-teal {
  background-color: var(--c-teal40);
}

.color-black {
  color: var(--c-black);
}

.background-black {
  background-color: var(--c-black);
}

.background-op10-black {
  background-color: var(--c-black10);
}

.background-op20-black {
  background-color: var(--c-black20);
}

.background-op40-black {
  background-color: var(--c-black40);
}

.btn {
  display: inline-flex;
  color: var(--c-white);
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15;
  border-radius: 4px;
  border: 1px solid var(--c-green);
  transition-property: all;
  transition-duration: var(--transition-duration);
  transition-timing-function: var(--transition-timing-function);
  align-items: center;
  cursor: pointer;
}
.btn.btn-wait {
  gap: 5px;
}
.btn.btn-wait:disabled svg {
  display: block;
}
.btn.btn-wait svg {
  display: none;
}
.btn-border {
  background-color: var(--c-white);
  color: var(--c-green);
  padding: 3px 8px;
}
.btn-border:hover {
  color: var(--c-green);
  animation: pulseGreen 2s infinite;
}
.btn.full-btn {
  background-color: var(--c-green);
  color: var(--c-white);
}
.btn.full-btn:hover {
  background-color: var(--c-white);
  color: var(--c-green);
  animation: pulseGreen 2s infinite;
}
.btn.full-btn.no-p:hover {
  animation: none;
}
.btn.full-btn svg {
  color: inherit;
}
.btn.full-btn.color-blue {
  background-color: var(--c-info);
  border-color: var(--c-info);
}
.btn.full-btn.color-blue:hover {
  background-color: var(--c-white);
  color: var(--c-info);
  animation: pulseBlue 2s infinite;
}
.btn.full-btn.color-yellow {
  background-color: var(--c-yellow);
  border-color: var(--c-yellow);
  color: var(--c-primary);
}
.btn.full-btn.color-yellow:hover {
  background-color: var(--c-white);
  color: var(--c-yellow);
  animation: pulseYellow 2s infinite;
}
.btn.full-btn.color-red {
  background-color: var(--c-red);
  border-color: var(--c-red);
}
.btn.full-btn.color-red:hover {
  background-color: var(--c-white);
  color: var(--c-red);
  animation: pulseRed 2s infinite;
}
.btn.full-btn.color-white {
  background-color: var(--c-white);
  border-color: var(--c-white);
  color: var(--c-green);
}
.btn.full-btn.color-white:hover {
  background-color: transparent;
  color: var(--c-white);
  animation: pulseWhite 2s infinite;
}
.btn-text {
  cursor: pointer;
  color: var(--c-green);
}
.btn-text:hover {
  color: var(--c-green);
}
.btn.btn-heart {
  border: none;
  padding: 0;
  height: auto;
  cursor: pointer;
  width: auto;
}
.btn.btn-heart .tt-loading {
  position: absolute;
  z-index: 2;
  left: 5px;
  top: 1px;
  background: #fff;
  border-radius: 100%;
  margin: 0;
}
.btn.btn-heart svg {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  fill: transparent;
  stroke: var(--c-red);
}
.btn.btn-heart svg path {
  stroke-width: 2px;
}
.btn.btn-heart.is-fav svg, .btn.btn-heart:hover svg {
  fill: var(--c-red);
}
.btn.btn-heart:hover {
  animation: pulseRed 2s infinite;
}
.btn.btn-heart:hover .tt-loading {
  left: 0px;
  top: 0px;
}
.btn.add-to-cart.cart-icon {
  background: var(--c-white80);
  padding: 2px 5px;
  border-radius: 4px;
  line-height: 1;
  cursor: pointer;
  transition-property: all;
  transition-duration: var(--transition-duration);
  transition-timing-function: var(--transition-timing-function);
  border: none;
  position: relative;
}
.btn.add-to-cart.cart-icon svg {
  width: 20px;
  height: 20px;
  color: var(--c-green);
  transition-property: all;
  transition-duration: var(--transition-duration);
  transition-timing-function: var(--transition-timing-function);
}
.btn.add-to-cart.cart-icon .tt-loading {
  position: absolute;
  z-index: 2;
  border-radius: 4px;
  background: var(--c-white);
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0;
}
.btn.add-to-cart.cart-icon .tt-loading svg {
  margin: auto;
  top: 2px;
  position: relative;
}
.btn.add-to-cart.cart-icon:hover {
  background: var(--c-green);
}
.btn.add-to-cart.cart-icon:hover svg {
  color: var(--c-white);
}
.btn.add-to-cart.cart-icon:hover .tt-loading {
  background: var(--c-green);
}

.btn-share {
  background: var(--c-white80);
  padding: 2px 5px;
  border-radius: 4px;
  line-height: 1;
  cursor: pointer;
  position: relative;
  transition-property: all;
  transition-duration: var(--transition-duration);
  transition-timing-function: var(--transition-timing-function);
}
.btn-share-container {
  display: none;
  position: absolute;
  background: var(--c-green);
  width: 30px;
  left: 0;
  top: 24px;
  color: var(--c-white);
}
.btn-share-container .socials-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 5px 0;
}
.btn-share-container a {
  max-height: 24px;
}
.btn-share svg {
  width: 20px;
  height: 20px;
  color: var(--c-green);
  transition-property: all;
  transition-duration: var(--transition-duration);
  transition-timing-function: var(--transition-timing-function);
}
.btn-share:hover {
  background: var(--c-green);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-share:hover .btn-share-container {
  display: block;
}
.btn-share:hover svg {
  color: var(--c-white);
}

.btn-heart-c {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--c-primary);
  background: var(--c-white80);
  padding: 2px 5px;
  border-radius: 4px;
  line-height: 1;
  font-size: 14px;
}

.delete-action button,
.archive-action button,
.view-action button {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15;
  border-radius: 4px;
  transition-property: all;
  transition-duration: var(--transition-duration);
  transition-timing-function: var(--transition-timing-function);
  border: 1px solid var(--c-red);
}
.delete-action button svg,
.archive-action button svg,
.view-action button svg {
  color: var(--c-white);
}
.delete-action button:hover,
.archive-action button:hover,
.view-action button:hover {
  background-color: var(--c-white);
  color: var(--c-red);
  animation: pulseRed 2s infinite;
}
.delete-action button:hover span,
.delete-action button:hover svg,
.archive-action button:hover span,
.archive-action button:hover svg,
.view-action button:hover span,
.view-action button:hover svg {
  color: var(--c-red);
}

.archive-action button {
  border: 1px solid var(--c-yellow);
}
.archive-action button svg {
  color: var(--c-white);
}
.archive-action button:hover {
  background-color: var(--c-white);
  color: var(--c-yellow);
  animation: pulseOrange 2s infinite;
}
.archive-action button:hover span,
.archive-action button:hover svg {
  color: var(--c-yellow);
}

.rc-loading {
  display: none;
}

.loading {
  pointer-events: none;
}
.loading .rc-loading {
  display: block !important;
}

.main-container {
  padding: 50px 0;
}

.btn-notifications,
#database-notifications {
  position: relative;
  top: 2px;
}
.btn-notifications .fi-modal-close-overlay,
#database-notifications .fi-modal-close-overlay {
  display: none;
}
.btn-notifications .fi-modal-window,
#database-notifications .fi-modal-window {
  max-width: 320px;
  background-color: #f7f6f9;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.btn-notifications .fi-modal .fixed,
#database-notifications .fi-modal .fixed {
  max-width: 320px;
  width: 100%;
  right: 0;
  left: auto;
}
.btn-notifications .fi-modal a,
#database-notifications .fi-modal a {
  outline: none;
}
.btn-notifications .fi-modal-header,
#database-notifications .fi-modal-header {
  background: var(--c-green);
  border: 0;
}
.btn-notifications .fi-modal-header .fi-modal-heading,
.btn-notifications .fi-modal-header button,
#database-notifications .fi-modal-header .fi-modal-heading,
#database-notifications .fi-modal-header button {
  color: #fff;
}

.fi-section {
  overflow: hidden;
  border-radius: 4px;
}

.rc-thumbnail {
  width: 100%;
  padding-bottom: 54.7%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.rc-thumbnail .rc-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.rc-thumbnail .rc-image:hover {
  transform: scale(1.2);
}
.rc-auth .text-warning-600 {
  color: rgba(var(--warning-600), 1);
}
.rc-auth-c {
  display: flex;
}
.rc-auth .tt-auth-btn,
.rc-auth .fi-modal-footer-actions button {
  display: inline-flex;
  color: var(--c-white);
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15;
  border-radius: 4px;
  border: 1px solid var(--c-green);
  transition-property: all;
  transition-duration: var(--transition-duration);
  transition-timing-function: var(--transition-timing-function);
  align-items: center;
  cursor: pointer;
  flex: 1;
  background-color: var(--c-green);
}
.rc-auth .tt-auth-btn svg,
.rc-auth .fi-modal-footer-actions button svg {
  color: var(--c-white);
}
.rc-auth .tt-auth-btn:hover,
.rc-auth .fi-modal-footer-actions button:hover {
  background-color: var(--c-white);
  color: var(--c-green);
  animation: pulseGreen 2s infinite;
}
.rc-auth .tt-auth-btn:hover svg,
.rc-auth .fi-modal-footer-actions button:hover svg {
  color: var(--c-green);
}
.rc-auth .register-btn .fi-btn-label {
  display: flex;
  gap: 2px;
}
@media screen and (max-width: 767px) {
  .rc-auth-register .fi-modal-content {
    padding: 0;
    margin-top: 20px;
  }
  .rc-auth-register .fi-modal-content .fi-fo-wizard {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.rc-auth button.fi-tabs-item {
  display: inline-flex;
  border-radius: 4px;
  background: transparent;
  padding: 5px 10px;
  font-size: 14px;
  flex: 1;
  transition-property: all;
  transition-duration: var(--transition-duration);
  transition-timing-function: var(--transition-timing-function);
}
.rc-auth button.fi-tabs-item:hover {
  background-color: var(--c-white);
  color: var(--c-green);
  animation: pulseGreen 2s infinite;
}
.rc-auth button.fi-tabs-item:hover span {
  transition-property: all;
  transition-duration: var(--transition-duration);
  transition-timing-function: var(--transition-timing-function);
  color: var(--c-green);
}
.rc-auth button.fi-tabs-item.fi-active {
  color: var(--c-white);
  border: 1px solid var(--c-green);
  background: var(--c-green);
}
.rc-auth button.fi-tabs-item.fi-active span {
  color: var(--c-white);
}
.rc-auth-modal .fi-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rc-auth-modal .fi-modal-header .absolute {
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  display: flex;
}
.rc-auth-modal .fi-modal-header button {
  display: inline-flex;
  color: var(--c-white);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15;
  border-radius: 4px;
  border: 1px solid var(--c-green);
  transition-property: all;
  transition-duration: var(--transition-duration);
  transition-timing-function: var(--transition-timing-function);
  align-items: center;
  cursor: pointer;
  background-color: var(--c-green);
  width: 24px;
  padding: 0;
  height: 24px;
  flex: 0 0 24px;
  outline: none;
  margin: 0;
  box-shadow: none;
}
.rc-auth .btn-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}
.rc-login .btn-container, .rc-register .btn-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}
.rc-login .btn-container .fi-btn-label, .rc-register .btn-container .fi-btn-label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.rc-login .btn-container .btn, .rc-register .btn-container .btn {
  flex: 1;
  justify-content: center;
}
.rc-login .btn-container .btn:hover svg, .rc-register .btn-container .btn:hover svg {
  color: var(--c-green);
}

.rc-open-notify {
  position: relative;
  color: var(--c-white);
  cursor: pointer;
}
.rc-open-notify svg {
  width: 28px;
  height: 28px;
  color: var(--c-white);
}
.rc-open-notify span {
  position: absolute;
  top: 2px;
  font-size: 10px;
  left: 50%;
  color: var(--c-white);
  transform: translateX(-50%);
}
.rc-header {
  height: 60px;
  width: 100%;
  color: var(--c-white);
}
.rc-header .menu-link:hover {
  color: var(--c-white);
}
.rc-header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 22;
  background: var(--c-green);
}
.rc-header-container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.rc-header-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.fi-section .fi-section-header {
  background-color: var(--c-gray60);
}

.save-pet {
  color: var(--c-white);
  background: var(--c-green);
  margin-top: 30px;
}

#card-element,
.card-element {
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fafafa;
  margin-bottom: 14px;
  transition: border 0.2s ease, box-shadow 0.2s ease;
}
#card-element:focus-within,
.card-element:focus-within {
  border-color: var(--c-green);
  box-shadow: 0 0 0 2px rgba(0, 156, 65, 0.15);
}

#card-button {
  width: 100%;
  text-align: center;
  padding: 13px;
  background: var(--c-green);
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid var(--c-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
#card-button:hover {
  background: var(--c-green60);
  border-color: var(--c-green60);
}
#card-button:active {
  transform: translateY(1px);
}
#card-button.loading {
  opacity: 0.7;
  pointer-events: none;
}

.ineligibility_reason {
  padding: 10px;
  background: var(--c-red);
  border-radius: 4px;
  margin-bottom: 50px;
  color: var(--c-white);
}
.ineligibility_reason-title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 12px;
}

.user-payment-list label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  color: #333;
  font-weight: 500;
}
.user-payment-list input[type=text] {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.2s ease;
}
.user-payment-list input[type=text]:focus {
  border-color: var(--c-green);
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 156, 65, 0.15);
}
.user-payment-list ::-moz-placeholder {
  color: var(--c-dark-gray);
}
.user-payment-list ::placeholder {
  color: var(--c-dark-gray);
}
.user-payment-list .pm-alert {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14px;
}
.user-payment-list .pm-alert.is-success {
  background: rgba(0, 156, 65, 0.08);
  border: 1px solid rgba(0, 156, 65, 0.25);
  color: #0b5e2b;
}
.user-payment-list .pm-alert.is-error {
  background: rgba(220, 38, 38, 0.08);
  border: 1px solid rgba(220, 38, 38, 0.22);
  color: var(--c-red);
}
.user-payment-list .pm-divider {
  height: 1px;
  background: #eee;
  margin: 22px 0;
}
.user-payment-list .pm-list {
  display: grid;
  gap: 12px;
  margin-bottom: 40px;
}
.user-payment-list .pm-item {
  border: 1px solid var(--c-gray);
  border-radius: 4px;
  padding: 4px;
}
.user-payment-list .pm-item.is-selected {
  outline: 2px solid var(--c-green);
  border-radius: 10px;
  color: var(--c-white);
  background: var(--c-green);
}
.user-payment-list .pm-item.is-selected .pm-btn.is-outline {
  border-color: var(--c-white);
  color: var(--c-white);
}
.user-payment-list .pm-item.is-selected .pm-meta .pm-name,
.user-payment-list .pm-item.is-selected .pm-meta .pm-exp {
  color: var(--c-white);
}
.user-payment-list .pm-item .pm-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
}
@media (max-width: 680px) {
  .user-payment-list .pm-item .pm-row {
    grid-template-columns: 1fr;
  }
}
.user-payment-list .pm-item .pm-left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.user-payment-list .pm-item .pm-brand {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  background: var(--c-gray);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 12px;
  color: #111;
  border: 1px solid var(--c-border-gray);
  flex: 0 0 auto;
}
.user-payment-list .pm-item .pm-meta {
  min-width: 0;
}
.user-payment-list .pm-item .pm-meta .pm-line1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  line-height: 1.2;
}
.user-payment-list .pm-item .pm-meta .pm-name {
  font-weight: 800;
  color: var(--c-primary);
}
.user-payment-list .pm-item .pm-meta .pm-last4 {
  font-weight: 700;
  color: var(--c-dark-gray);
}
.user-payment-list .pm-item .pm-meta .pm-exp {
  font-size: 12px;
  color: var(--c-primary);
  margin-top: 3px;
}
.user-payment-list .pm-item .pm-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
}
.user-payment-list .pm-item .pm-badge.is-default {
  background: var(--c-green10);
  border: 1px solid var(--c-green30);
  color: var(--c-green);
}
.user-payment-list .pm-item .pm-badge.is-selected {
  background: var(--c-white);
  color: var(--c-green);
}
.user-payment-list .pm-item .pm-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
@media (max-width: 680px) {
  .user-payment-list .pm-item .pm-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.user-payment-list .pm-item .pm-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid transparent;
  background: transparent;
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 800;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.user-payment-list .pm-item .pm-btn:active {
  transform: translateY(1px);
}
.user-payment-list .pm-item .pm-btn.is-primary {
  background: var(--c-green);
  border-color: var(--c-green);
  color: #fff;
}
.user-payment-list .pm-item .pm-btn.is-primary:hover {
  background: var(--c-green);
  border-color: var(--c-green);
}
.user-payment-list .pm-item .pm-btn.is-outline {
  border-color: var(--c-green30);
  color: var(--c-green);
}
.user-payment-list .pm-item .pm-btn.is-outline:hover {
  border-color: var(--c-green60);
}
.user-payment-list .pm-item .pm-btn.is-danger {
  border-color: var(--c-red30);
  color: var(--c-red);
}
.user-payment-list .pm-item .pm-btn.is-danger:hover {
  border-color: var(--c-red60);
}
.user-payment-list .pm-item .pm-btn.is-disabled, .user-payment-list .pm-item .pm-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}
.user-payment-list .pm-empty {
  border: 1px dashed var(--c-gray60);
  border-radius: 12px;
  padding: 16px;
  color: var(--c-dark-gray);
  background: #fafafa;
  font-size: 14px;
}

.subscriptions-list {
  background: var(--c-white);
  border: 1px solid var(--c-border-gray);
  border-radius: 4px;
  overflow: hidden;
}
.subscriptions-list__header {
  margin-bottom: 20px;
  background: var(--c-gray60);
  padding: 10px 14px;
  border-bottom: 1px solid var(--c-border-gray);
}
.subscriptions-list__header h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.subscriptions-list__body {
  padding: 0 14px;
  width: 100%;
}
.subscriptions-list__empty {
  padding: 32px;
  text-align: center;
  color: var(--c-dark-gray);
  font-size: 14px;
  background: var(--c-gray);
  border-radius: 12px;
}
.subscriptions-list__table {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.subscriptions-list__row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid var(--c-border-gray);
  gap: 16px;
}
.subscriptions-list__row--head {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--c-dark-gray);
  padding-top: 0;
}
.subscriptions-list__row:last-child {
  border-bottom: none;
}
.subscriptions-list__col-main {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.subscriptions-list__title {
  font-weight: 600;
  color: var(--c-primary);
}
.subscriptions-list__meta {
  font-size: 13px;
  color: var(--c-dark-gray);
}
.subscriptions-list__badge {
  padding: 6px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}
.subscriptions-list__badge--success {
  background: var(--c-green20);
  color: var(--c-green);
}
.subscriptions-list__badge--warning {
  background: var(--c-yellow20);
  color: var(--c-primary);
}
.subscriptions-list__badge--danger {
  background: var(--c-red20);
  color: var(--c-red);
}
.subscriptions-list__btn {
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: 0.2s ease;
}
.subscriptions-list__btn--danger {
  background: var(--c-red);
  color: var(--c-white);
}
.subscriptions-list__btn--danger:hover {
  background: var(--c-red80);
}
.subscriptions-list__text-right {
  text-align: right;
}
@media (max-width: 900px) {
  .subscriptions-list__row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 0;
  }
  .subscriptions-list__row--head {
    display: none;
  }
  .subscriptions-list__text-right {
    text-align: left;
  }
}

.onboarding_title {
  text-align: center;
  margin-bottom: 50px;
}

.profile-content {
  gap: var(--gap);
}

.rc-profile-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 18px;
  padding: 10px 14px;
  background: var(--c-gray60);
  border: 1px solid var(--c-border-gray);
  border-bottom: 0;
  border-radius: 4px;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rc-profile-sidebar {
  background: var(--c-green);
  height: calc(100vh - 160px);
  position: sticky;
  top: 110px;
  border-radius: 4px;
  overflow: hidden;
}
.rc-profile-sidebar .rc-thumbnail {
  background: var(--c-gray);
  border-radius: 0;
}
.rc-profile-sidebar .sidebar-content {
  padding: 20px;
}
.rc-profile-sidebar .sidebar-content .user-info h4 {
  margin-bottom: 20px;
  margin-top: 0;
  color: var(--c-white);
}
.rc-profile-sidebar .sidebar-content .user-info .short_description {
  font-weight: 500;
  line-height: 14px;
  font-size: 12px;
  color: var(--c-white);
}
.rc-profile-sidebar .sidebar-content .user-info a {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  word-break: break-all;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--c-white);
}
.rc-profile-sidebar .sidebar-content .user-info a svg {
  max-width: 16px;
  color: var(--c-white);
}
.rc-profile-sidebar .sidebar-content .user-info a:last-child {
  margin-bottom: 0;
}
.rc-profile-sidebar .sidebar-content .user-info .socials {
  display: flex;
  gap: 5px;
  margin-top: 24px;
}
.rc-profile-sidebar .sidebar-content .user-info .socials a {
  padding: 4px;
  width: 24px;
  margin: 0;
  background: var(--c-gray);
  border-radius: 4px;
}
.rc-profile-sidebar .sidebar-content .user-info .socials a svg {
  color: var(--c-dark-green);
}
.rc-profile-sidebar .sidebar-content .user-info .socials a:hover {
  background-color: var(--c-dark-green);
}
.rc-profile-sidebar .sidebar-content .user-info .socials a:hover svg {
  color: var(--c-white);
}
.rc-profile-content {
  flex: 1;
}
.rc-profile-menu {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 20px;
}
.rc-profile-menu form button {
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  border-radius: 4px;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  padding: 5px 10px;
  gap: 5px;
  color: var(--c-white);
}
.rc-profile-menu form button:hover {
  color: var(--c-green);
  background: var(--c-white);
}
.rc-profile-menu form button:hover svg {
  color: var(--c-green);
}
.rc-profile-menu form button svg {
  flex: 0 0 18px;
  max-width: 18px;
}
.rc-profile-menu li {
  margin-bottom: 8px;
}
.rc-profile-menu li:last-child {
  margin-bottom: 0;
}
.rc-profile-menu svg {
  max-width: 16px;
  color: var(--c-white);
}
.rc-profile-menu a {
  position: relative;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  left: 0;
  border-radius: 4px;
  padding: 5px 10px;
  color: var(--c-white);
}
.rc-profile-menu a:hover, .rc-profile-menu a.active {
  color: var(--c-green);
  background: var(--c-white);
}
.rc-profile-menu a:hover svg, .rc-profile-menu a.active svg {
  color: var(--c-green);
}
.rc-profile-menu a svg {
  max-width: 16px;
  color: var(--c-white);
}
.rc-profile-menu a span {
  font-weight: 500;
  font-size: 12px;
}
.rc-pets-card {
  padding: 0 14px;
  border: 1px solid var(--c-border-gray);
  border-radius: 4px;
  background: var(--c-white);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rc-pets-list {
  display: grid;
  gap: 10px;
}
.rc-pets-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--c-border-gray);
}
.rc-pets-row:last-child {
  border-bottom: 0;
}
.rc-pets-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 0;
}
.rc-pets-meta .rc-thumbnail {
  flex: 0 0 70px;
  height: 70px;
  padding: 0;
}
.rc-pets-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--c-primary);
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 520px;
}
.rc-pets-sub {
  font-size: 12px;
  color: var(--c-primary70);
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.rc-pets-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.rc-pets-confirm {
  margin-top: 8px;
  padding: 12px;
  border: 1px solid var(--c-border-gray);
  border-radius: 12px;
  margin-bottom: 14px;
  background: var(--c-gray);
}
.rc-pets-confirm-text {
  font-size: 14px;
  font-weight: 600;
  color: var(--c-primary);
  margin-bottom: 10px;
}
.rc-pets-confirm-actions {
  display: flex;
  gap: 8px;
}

.rc-container-records {
  margin-top: 70px;
  background-color: var(--c-gray60);
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 15px;
  border-radius: 4px;
}
.rc-medical-records {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
}
.rc-medical-records-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 30px;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
}
.rc-medical-timeline {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}
.rc-medical-item {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 0;
  align-items: stretch;
}
.rc-medical-item:last-child .rc-medical-line {
  bottom: 0;
}
.rc-medical-rail {
  position: relative;
  display: flex;
  justify-content: center;
}
.rc-medical-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--c-border-gray);
  border: 2px solid var(--c-white);
  box-shadow: 0 0 0 3px var(--c-gray);
  margin-top: 22px;
}
.rc-medical-dot--vaccination {
  background: var(--c-green);
}
.rc-medical-dot--surgery {
  background: var(--c-red);
}
.rc-medical-dot--consultation {
  background: var(--c-yellow);
}
.rc-medical-dot--treatment {
  background: var(--c-green);
}
.rc-medical-line {
  position: absolute;
  top: 38px;
  bottom: -24px;
  width: 2px;
  background: var(--c-border-gray);
  opacity: 0.7;
}
.rc-medical-content {
  border-bottom: 1px solid var(--c-border-gray);
  border-radius: 0;
  background: var(--c-white);
  padding: 14px 14px;
}
.rc-medical-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rc-medical-date {
  font-size: 13px;
  opacity: 0.75;
}
.rc-medical-title {
  font-size: 15px;
  font-weight: 650;
  line-height: 1.25;
}
.rc-medical-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  opacity: 0.78;
}
.rc-medical-meta__label {
  opacity: 0.8;
}
.rc-medical-meta__value {
  font-weight: 600;
  opacity: 0.95;
}
.rc-medical-meta__sep {
  opacity: 0.45;
}
.rc {
  /* Body (HTML from editor) */
}
.rc-medical-body {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid var(--c-border-gray);
  font-size: 14px;
  line-height: 1.55;
}
.rc-medical-body p {
  margin: 0 0 10px 0;
}
.rc-medical-body p:last-child {
  margin-bottom: 0;
}
.rc-medical-body ul,
.rc-medical-body ol {
  list-style: disc;
  padding-left: 18px;
  margin: 0 0 10px 0;
}
.rc-medical-body a {
  text-decoration: underline;
}
.rc {
  /* Attachments */
}
.rc-medical-attachments {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px dashed var(--c-border-gray);
}
.rc-medical-attachments__label {
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 8px;
}
.rc-medical-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.rc-medical-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--c-border-gray);
  background: var(--c-gray);
  padding: 8px 10px;
  border-radius: 999px;
  text-decoration: none;
  max-width: 100%;
}
.rc-medical-chip:hover {
  background: var(--c-gray40);
}
.rc-medical-chip__icon {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--c-primary);
  opacity: 0.6;
  flex: 0 0 auto;
}
.rc-medical-chip__name {
  font-size: 13px;
  opacity: 0.9;
  max-width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 520px) {
  .rc-medical-chip__name {
    max-width: 200px;
  }
}

.rc-md-badge {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid var(--c-border-gray);
  background: var(--c-gray);
  letter-spacing: 0.01em;
}

.rc-md-badge--vaccination {
  background: var(--c-green10);
  border-color: var(--c-green20);
}

.rc-md-badge--surgery {
  background: var(--c-red10);
  border-color: var(--c-red20);
}

.rc-md-badge--consultation {
  background: var(--c-yellow10);
  border-color: var(--c-yellow20);
}

.rc-md-badge--treatment {
  background: var(--c-green10);
  border-color: var(--c-green20);
}

.rc-md-badge--onboarding {
  background: var(--c-primary);
  color: var(--c-white);
  border-color: var(--c-primary);
}

.rc-medical-dot--onboarding {
  background: var(--c-primary);
}

[x-cloak] {
  display: none !important;
}

.clinic-content .clinic-content-container {
  padding: 20px;
  border-radius: 4px;
  background: var(--c-gray60);
}
.clinic-content .clinic-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
}
.clinic-content .clinic-filters__title {
  font-size: 20px;
  font-weight: 500;
  color: var(--c-primary);
}
.clinic-content .clinic-filters__right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.clinic-content .clinic-form-grid {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.clinic-content .clinic-filter {
  display: flex;
  align-items: center;
  gap: 8px;
}
.clinic-content .clinic-filter__input {
  border: 1px solid var(--c-border-gray);
  background: var(--c-white);
  color: var(--c-primary);
  border-radius: 4px;
  padding: 10px 14px;
  height: 36px;
  font-size: 13px;
  width: 160px;
  outline: none;
  transition: all 0.15s ease;
}
.clinic-content .clinic-filter__input::-moz-placeholder {
  opacity: 0.6;
}
.clinic-content .clinic-filter__input::placeholder {
  opacity: 0.6;
}
.clinic-content .clinic-filter__input:focus {
  border-color: var(--c-green60);
  box-shadow: 0 0 0 4px var(--c-green10);
}
@media (max-width: 640px) {
  .clinic-content .clinic-filter__input {
    width: 100%;
    min-width: 0;
  }
}
.clinic-content .clinic-filter label {
  width: 115px;
}
.clinic-content .clinic-filter .filter-btn {
  height: 36px;
  justify-content: center;
  min-width: 142px;
}
.clinic-content .clinic-filter__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid var(--c-border-gray);
  background: var(--c-white);
  color: var(--c-primary);
  border-radius: 4px;
  padding: 10px 38px 10px 12px;
  font-size: 13px;
  line-height: 1;
  height: 36px;
  width: 160px;
  outline: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--c-primary) 50%), linear-gradient(135deg, var(--c-primary) 50%, transparent 50%);
  background-position: calc(100% - 18px) 52%, calc(100% - 12px) 52%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
.clinic-content .clinic-filter__select:focus {
  border-color: var(--c-green60);
  box-shadow: 0 0 0 4px var(--c-green10);
}
.clinic-content .clinic-empty {
  border: 1px solid var(--c-border-gray);
  background: var(--c-white);
  border-radius: 14px;
  padding: 14px;
  opacity: 0.8;
}
.clinic-content .clinic-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.clinic-content .clinic-client-group {
  border: 1px solid var(--c-border-gray);
  border-radius: 4px;
}
.clinic-content .clinic-client-group.form-group {
  margin-bottom: 20px;
}
.clinic-content .clinic-client-group__header {
  display: flex;
  padding: 10px 14px;
  align-items: center;
  justify-content: space-between;
  background: var(--c-gray60);
  border-bottom: 1px solid var(--c-border-gray);
}
.clinic-content .clinic-card {
  display: flex;
  gap: 14px;
  border-bottom: 1px solid var(--c-border-gray);
  padding: 14px;
  margin-bottom: 14px;
}
.clinic-content .clinic-card:last-child {
  border-bottom: 0;
}
.clinic-content .clinic-card__left {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
}
.clinic-content .clinic-card__left .pet-avatar {
  width: 70px;
  height: 70px;
  border-radius: 4px;
  overflow: hidden;
}
.clinic-content .clinic-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.clinic-content .clinic-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}
.clinic-content .clinic-card__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--c-primary);
  display: flex;
  gap: 8px;
  align-items: baseline;
}
.clinic-content .clinic-card__id {
  font-size: 12px;
  opacity: 0.6;
  font-weight: 600;
}
.clinic-content .clinic-card__meta {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.clinic-content .clinic-card__date {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
}
.clinic-content .clinic-card__date-label {
  font-size: 12px;
  opacity: 0.6;
  margin-left: 6px;
  font-weight: 500;
}
.clinic-content .clinic-card__client {
  opacity: 0.85;
}
.clinic-content .clinic-card__client strong {
  font-weight: 700;
}
.clinic-content .clinic-card__actions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
  align-items: center;
  gap: 14px;
}
.clinic-content .clinic-card__actions.form-actions {
  padding: 14px;
  padding-top: 0;
}
.clinic-content .clinic-card__link {
  font-size: 13px;
  font-weight: 700;
  color: var(--c-green);
  text-decoration: none;
}
.clinic-content .clinic-card__link:hover {
  text-decoration: underline;
}
.clinic-content .clinic-badge {
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--c-border-gray);
  background: var(--c-gray);
  color: var(--c-primary);
  white-space: nowrap;
}
.clinic-content .clinic-badge--pending {
  border-color: rgba(243, 199, 42, 0.45);
  background: rgba(243, 199, 42, 0.12);
}
.clinic-content .clinic-badge--active {
  border-color: rgba(124, 179, 124, 0.45);
  background: rgba(124, 179, 124, 0.14);
}
.clinic-content .clinic-badge--ineligible {
  border-color: rgba(253, 46, 46, 0.35);
  background: rgba(253, 46, 46, 0.1);
}
.clinic-content .clinic-badge--default {
  border-color: var(--c-border-gray);
  background: var(--c-gray);
}
.clinic-content .clinic-pagination {
  margin-top: 16px;
}
.clinic-content .clinic-pagination .relative.inline-flex {
  box-shadow: none;
  border-radius: 4px;
  overflow: hidden;
  gap: 4px;
}
.clinic-content .clinic-pagination span[aria-disabled=true] span,
.clinic-content .clinic-pagination button,
.clinic-content .clinic-pagination span[aria-current=page] span {
  height: 30px;
  min-width: 30px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid var(--c-border-gray);
  background: var(--c-white);
  color: var(--c-primary);
  transition: all 0.15s ease;
}
.clinic-content .clinic-pagination span[aria-current=page] span {
  background: var(--c-green);
  color: var(--c-white);
}
.clinic-content .clinic-pagination nav .cursor-default,
.clinic-content .clinic-pagination nav .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid var(--c-border-gray);
  background: var(--c-white);
  color: var(--c-primary);
  transition: all 0.15s ease;
}
.clinic-content .clinic-pagination button {
  cursor: pointer;
}
.clinic-content .clinic-pagination button:hover {
  color: var(--c-white);
  background: var(--c-green);
}
.clinic-content .clinic-pagination button:focus {
  outline: none;
  box-shadow: none;
  z-index: 2;
}
.clinic-content .clinic-pagination button:active {
  transform: none;
}
.clinic-content .clinic-pagination span[aria-disabled=true] span {
  opacity: 0.5;
  cursor: not-allowed;
}
.clinic-content .clinic-pagination svg {
  width: 18px;
  height: 18px;
}
.clinic-content .clinic-pagination .-ml-px {
  margin-left: 0 !important;
}
.clinic-content .clinic-pagination span:first-child span,
.clinic-content .clinic-pagination span:first-child button {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.clinic-content .clinic-pagination span:last-child span,
.clinic-content .clinic-pagination span:last-child button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (max-width: 640px) {
  .clinic-content .clinic-filters {
    flex-direction: column;
    align-items: stretch;
  }
  .clinic-content .clinic-filters__right {
    width: 100%;
  }
  .clinic-content .clinic-filter__select {
    width: 100%;
    min-width: 0;
  }
}

.clinic-pet-card {
  margin-bottom: 20px;
  background: var(--c-gray60);
  padding: 10px;
  border: 1px solid var(--c-border-gray);
  border-radius: 4px;
}
.clinic-pet-card .clinic-pet-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.clinic-pet-card .clinic-pet-card__left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 240px;
}
.clinic-pet-card .clinic-pet-card__avatar {
  flex: 0 0 70px;
  height: 70px;
  width: 70px;
}
.clinic-pet-card .clinic-pet-card__avatar .rc-thumbnail {
  background: #fff;
  width: 70px;
  flex: 0 0 70px;
  height: 70px;
  padding: 0;
}
.clinic-pet-card .clinic-pet-card__avatar-fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
}
.clinic-pet-card .clinic-pet-card__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.clinic-pet-card .clinic-pet-card__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1;
}
.clinic-pet-card .clinic-pet-card__client {
  font-size: 13px;
  opacity: 0.7;
}
.clinic-pet-card .clinic-pet-card__right {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  max-width: 520px;
}
.clinic-pet-card .clinic-pet-card__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}
.clinic-pet-card .clinic-pet-card__label {
  font-size: 12px;
  opacity: 0.65;
}
.clinic-pet-card .clinic-pet-card__value {
  font-size: 14px;
  font-weight: 600;
}
.clinic-pet-card .clinic-pet-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: var(--c-gray);
}
.clinic-pet-card .clinic-pet-card__badge--pending {
  background: var(--c-yellow20);
}
.clinic-pet-card .clinic-pet-card__badge--validated {
  background: var(--c-green20);
}
.clinic-pet-card .clinic-pet-card__badge--ineligible {
  background: var(--c-red20);
}
.clinic-pet-card .clinic-pet-card__badge--suspended {
  background: var(--c-yellow20);
}
.clinic-pet-card .clinic-pet-card__badge--disabled {
  background: var(--c-dark-gray20);
}
@media (max-width: 900px) {
  .clinic-pet-card .clinic-pet-card__row {
    flex-direction: column;
    align-items: flex-start;
  }
  .clinic-pet-card .clinic-pet-card__right {
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {
  .clinic-pet-card .clinic-pet-card__right {
    grid-template-columns: 1fr;
  }
}

.clinic-sub-card {
  margin-bottom: 24px;
  padding: 10px;
  background: var(--c-gray60);
  border: 1px solid var(--c-border-gray);
}
.clinic-sub-card.edit-user-page {
  margin-top: 70px;
}
.clinic-sub-card .clinic-sub-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.clinic-sub-card .clinic-sub-card__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
}
.clinic-sub-card .clinic-sub-card__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  background: var(--c-white);
  border-radius: 4px;
  padding: 10px;
}
.clinic-sub-card .clinic-sub-card__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.clinic-sub-card .clinic-sub-card__label {
  font-size: 12px;
  opacity: 0.65;
}
.clinic-sub-card .clinic-sub-card__value {
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 700px) {
  .clinic-sub-card .clinic-sub-card__body {
    grid-template-columns: 1fr;
  }
}

.clinic-sub-services {
  margin-top: 14px;
}
.clinic-sub-services .clinic-sub-services__title {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}
.clinic-sub-services .clinic-sub-services__empty {
  font-size: 13px;
  opacity: 0.7;
}
.clinic-sub-services .clinic-sub-services__list {
  display: grid;
  gap: 10px;
}
.clinic-sub-services .clinic-sub-services__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: var(--c-white);
  border-radius: 4px;
  padding: 12px 14px;
}
.clinic-sub-services .clinic-sub-services__left {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.clinic-sub-services .clinic-sub-services__name {
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clinic-sub-services .clinic-sub-services__code {
  font-size: 12px;
  opacity: 0.65;
}
.clinic-sub-services .clinic-sub-services__right {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.clinic-sub-services .clinic-sub-services__badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: var(--c-white);
}
.clinic-sub-services .clinic-sub-services__badge--available {
  background: var(--c-green20);
}
.clinic-sub-services .clinic-sub-services__badge--consumed {
  background: var(--c-dark-gray20);
}
.clinic-sub-services .clinic-sub-services__badge--emergency {
  background: var(--c-red20);
}
