/*
* 
* ==========================================================
* ADMIN.SCSS
* ==========================================================
*
* Main style file of the administration area. Written in SCSS. 
*
*/
/*
* 
* ==========================================================
* SHARED.SCSS
* ==========================================================
*
* File shared by both admin and client
*
*/
/*
* 
* ==========================================================
* ICONS.SCSS
* ==========================================================
*
* Icons file shared by admin and client
*
*/
@font-face {
  font-family: 'Uncheckout Icons';
  src: url("../media/fonts/icons.ttf?v1") format("truetype"), url("../media/fonts/icons.woff?v1") format("woff"), url("../media/fonts/icons.svg?v1#Uncheckout-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="uxc-icon-"]:before,
[class*=" uxc-icon-"]:before {
  font-family: "Uncheckout Icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
/* Icons rendered as inline <svg> (nav items, etc.) must not also paint the font glyph via ::before — that doubled every nav icon (old font glyph + new SVG). */
[class^="uxc-icon-"]:has(svg)::before,
[class*=" uxc-icon-"]:has(svg)::before {
  content: none; }

.uxc-icon-copy:before {
  content: "\e90d"; }

.uxc-icon-back:before {
  content: "\e90c"; }

.uxc-icon-search:before {
  content: "\e90b"; }

.uxc-icon-shuffle:before {
  content: "\e904"; }

.uxc-icon-automation:before {
  content: "\e905"; }

.uxc-icon-bar-chart:before {
  content: "\e906"; }

.uxc-icon-delete:before {
  content: "\e907"; }

.uxc-icon-menu:before {
  content: "\e908"; }

.uxc-icon-plus-2:before {
  content: "\e909"; }

.uxc-icon-settings:before {
  content: "\e90a"; }

.uxc-icon-close:before {
  content: "\e903"; }

.uxc-icon-help:before {
  content: "\e902"; }

.uxc-icon-check:before {
  content: "\e901"; }

.uxc-icon-loader:before {
  content: "\e900"; }

.uxc-icon-download:before {
  content: "\66"; }

.uxc-icon-clip:before {
  content: "\65"; }

.uxc-icon-filters:before {
  content: "\e90e"; }

.uxc-icon-arrow-down:before {
  content: "\61"; }

.uxc-icon-user:before {
  content: "\6e"; }

.uxc-icon-arrow-right:before {
  content: "\ea3c"; }

.uxc-icon-arrow-left:before {
  content: "\ea40"; }

.uxc-icon-clock:before {
  content: "\46"; }

.uxc-icon-calendar:before {
  content: "\62"; }

.uxc-icon-image:before {
  content: "\e90f"; }


.uxc-icon-theme-toggle:before {
  content: "\e910"; }

/* Nav icons now use inline <svg>; suppress the legacy icon-font glyph (::before) for them.
   Scoped to .uxc-nav so icon-font usage elsewhere is unaffected. :has(svg) covers any
   converted icon; the explicit classes are a fallback for older browsers. */
.uxc-nav i:has(svg):before,
.uxc-nav i.uxc-icon-bar-chart:before,
.uxc-nav i.uxc-icon-settings:before,
.uxc-nav i.uxc-icon-user:before,
.uxc-nav i.uxc-icon-calendar:before {
  content: none;
}

/* Moon and sun icons for theme toggle */
.uxc-icon-moon,
.uxc-icon-sun {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.uxc-icon-moon:before,
.uxc-icon-sun:before {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.uxc-icon-moon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.uxc-icon-sun:before {
  content: "";
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Specific overrides for theme toggle button icons */
.uxc-btn-icon#uxc-theme-toggle .uxc-icon-moon,
.uxc-btn-icon#uxc-theme-toggle .uxc-icon-sun {
  width: 16px !important;
  height: 24px !important;
}

.uxc-btn-icon#uxc-theme-toggle .uxc-icon-moon:before,
.uxc-btn-icon#uxc-theme-toggle .uxc-icon-sun:before {
  width: 16px !important;
  height: 24px !important;
  top: 50% !important;
}

/* Moon icon SVG */
.uxc-icon-moon:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 16 16' fill='%23464646' class='bi bi-moon-stars-fill'%3E%0A  %3Cpath d='M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278z'/%3E%0A  %3Cpath d='M10.794 3.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387a1.734 1.734 0 0 0-1.097 1.097l-.387 1.162a.217.217 0 0 1-.412 0l-.387-1.162A1.734 1.734 0 0 0 9.31 6.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387a1.734 1.734 0 0 0 1.097-1.097l.387-1.162zM13.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.156 1.156 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.156 1.156 0 0 0-.732-.732l-.774-.258a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732L13.863.1z'/%3E%0A%3C/svg%3E%0A");
}

/* Sun icon SVG */
.uxc-icon-sun:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%0A%3Cg%3E%0A    %3Cpath fill='%23464646' d='M31.998%2C14.002c-9.941%2C0-18%2C8.059-18%2C18s8.059%2C18%2C18%2C18   s18-8.059%2C18-18S41.939%2C14.002%2C31.998%2C14.002z M42.998%2C33.002c-0.553%2C0-1-0.447-1-1c0-5.523-4.478-10-10-10c-0.553%2C0-1-0.447-1-1   s0.447-1%2C1-1c6.627%2C0%2C12%2C5.373%2C12%2C12C43.998%2C32.555%2C43.551%2C33.002%2C42.998%2C33.002z'/%3E%0A    %3Cpath fill='%23464646' d='M63%2C31H53c-0.553%2C0-1%2C0.447-1%2C1s0.447%2C1%2C1%2C1h10   c0.553%2C0%2C1-0.447%2C1-1S63.553%2C31%2C63%2C31z'/%3E%0A    %3Cpath fill='%23464646' d='M11.457%2C36.47l-3.863%2C1.035c-0.534%2C0.144-0.851%2C0.692-0.707%2C1.226   c0.143%2C0.533%2C0.69%2C0.85%2C1.225%2C0.706l3.863-1.035c0.533-0.143%2C0.85-0.69%2C0.707-1.225C12.539%2C36.644%2C11.99%2C36.327%2C11.457%2C36.47z'/%3E%0A    %3Cpath fill='%23464646' d='M49.32%2C22c0.277%2C0.479%2C0.888%2C0.643%2C1.367%2C0.366l8.66-5   c0.479-0.276%2C0.643-0.888%2C0.365-1.366c-0.275-0.479-0.887-0.642-1.365-0.365l-8.66%2C5C49.208%2C20.912%2C49.045%2C21.521%2C49.32%2C22z'/%3E%0A    %3Cpath fill='%23464646' d='M17.858%2C46.143c-0.39-0.391-1.023-0.389-1.414%2C0l-2.828%2C2.828   c-0.391%2C0.391-0.39%2C1.025%2C0.001%2C1.415c0.39%2C0.391%2C1.022%2C0.39%2C1.413-0.001l2.828-2.828C18.249%2C47.168%2C18.249%2C46.534%2C17.858%2C46.143z'/%3E%0A    %3Cpath fill='%23464646' d='M42%2C14.68c0.479%2C0.276%2C1.09%2C0.113%2C1.367-0.366l5-8.66   C48.644%2C5.175%2C48.48%2C4.563%2C48%2C4.287c-0.478-0.276-1.088-0.112-1.365%2C0.366l-4.999%2C8.661C41.358%2C13.793%2C41.522%2C14.403%2C42%2C14.68z'/%3E%0A    %3Cpath fill='%23464646' d='M26.824%2C51.318c-0.532-0.143-1.08%2C0.176-1.225%2C0.707l-1.035%2C3.863   c-0.143%2C0.535%2C0.176%2C1.083%2C0.709%2C1.226c0.533%2C0.144%2C1.08-0.173%2C1.223-0.708l1.035-3.863C27.676%2C52.012%2C27.359%2C51.463%2C26.824%2C51.318   z'/%3E%0A    %3Cpath fill='%23464646' d='M32%2C12c0.554%2C0%2C1.001-0.446%2C1.002-1V1c0-0.553-0.447-1-1.002-1   c-0.551%2C0-0.998%2C0.447-0.999%2C1l0.001%2C10C31.002%2C11.553%2C31.449%2C12%2C32%2C12z'/%3E%0A    %3Cpath fill='%23464646' d='M38.402%2C52.025c-0.141-0.532-0.689-0.85-1.225-0.707   c-0.533%2C0.143-0.848%2C0.692-0.707%2C1.225l1.035%2C3.863c0.144%2C0.535%2C0.693%2C0.85%2C1.227%2C0.707s0.849-0.689%2C0.705-1.225L38.402%2C52.025z'/%3E%0A    %3Cpath fill='%23464646' d='M20.637%2C14.312c0.275%2C0.479%2C0.887%2C0.643%2C1.363%2C0.367   c0.48-0.277%2C0.645-0.887%2C0.368-1.367l-5-8.66C17.092%2C4.174%2C16.48%2C4.01%2C16%2C4.287c-0.477%2C0.275-0.641%2C0.887-0.365%2C1.365   L20.637%2C14.312z'/%3E%0A    %3Cpath fill='%23464646' d='M47.558%2C46.142c-0.388-0.39-1.022-0.39-1.414%2C0   c-0.391%2C0.39-0.388%2C1.024%2C0%2C1.414l2.828%2C2.828c0.392%2C0.392%2C1.025%2C0.389%2C1.415-0.001c0.391-0.39%2C0.391-1.021-0.001-1.413   L47.558%2C46.142z'/%3E%0A    %3Cpath fill='%23464646' d='M4.654%2C17.365l8.662%2C4.999c0.477%2C0.276%2C1.088%2C0.113%2C1.363-0.364   c0.277-0.479%2C0.115-1.09-0.364-1.367l-8.661-5C5.176%2C15.356%2C4.564%2C15.52%2C4.287%2C16C4.013%2C16.477%2C4.176%2C17.089%2C4.654%2C17.365z'/%3E%0A    %3Cpath fill='%23464646' d='M52.027%2C38.4l3.863%2C1.035c0.535%2C0.145%2C1.082-0.176%2C1.225-0.709   c0.144-0.532-0.172-1.079-0.707-1.223l-3.863-1.035c-0.531-0.145-1.081%2C0.173-1.225%2C0.707C51.176%2C37.709%2C51.496%2C38.256%2C52.027%2C38.4   z'/%3E%0A    %3Cpath fill='%23464646' d='M12%2C32c0.001-0.554-0.445-1-0.998-1.002L1%2C31   c-0.552%2C0-1%2C0.445-1%2C1c0.001%2C0.551%2C0.448%2C1%2C1.001%2C1l10.001-0.002C11.553%2C32.998%2C12.001%2C32.552%2C12%2C32z'/%3E%0A    %3Cpath fill='%23464646' d='M52.545%2C27.529l3.863-1.035c0.535-0.143%2C0.85-0.693%2C0.706-1.227   c-0.142-0.531-0.688-0.848-1.224-0.705l-3.863%2C1.035c-0.533%2C0.141-0.85%2C0.691-0.707%2C1.225   C51.461%2C27.356%2C52.012%2C27.67%2C52.545%2C27.529z'/%3E%0A    %3Cpath fill='%23464646' d='M14.68%2C42c-0.275-0.48-0.886-0.644-1.365-0.368l-8.661%2C5.002   C4.176%2C46.91%2C4.01%2C47.52%2C4.287%2C48c0.277%2C0.477%2C0.889%2C0.641%2C1.367%2C0.365l8.66-5.002C14.791%2C43.088%2C14.957%2C42.479%2C14.68%2C42z'/%3E%0A    %3Cpath fill='%23464646' d='M46.144%2C17.856c0.389%2C0.392%2C1.022%2C0.388%2C1.414%2C0l2.828-2.828   c0.392-0.392%2C0.39-1.024-0.002-1.415c-0.388-0.39-1.021-0.391-1.412%2C0.001l-2.828%2C2.828C45.752%2C16.83%2C45.754%2C17.466%2C46.144%2C17.856   z'/%3E%0A    %3Cpath fill='%23464646' d='M22%2C49.32c-0.479-0.277-1.088-0.113-1.365%2C0.364l-5%2C8.663   c-0.275%2C0.478-0.115%2C1.088%2C0.365%2C1.365c0.479%2C0.274%2C1.09%2C0.11%2C1.367-0.367l4.998-8.662C22.641%2C50.207%2C22.48%2C49.597%2C22%2C49.32z'/%3E%0A    %3Cpath fill='%23464646' d='M37.178%2C12.68c0.531%2C0.145%2C1.078-0.176%2C1.225-0.707l1.035-3.863   c0.143-0.535-0.176-1.083-0.709-1.225c-0.531-0.144-1.08%2C0.172-1.223%2C0.707l-1.035%2C3.863C36.324%2C11.986%2C36.645%2C12.536%2C37.178%2C12.68   z'/%3E%0A    %3Cpath fill='%23464646' d='M32%2C52c-0.553-0.002-0.998%2C0.446-1%2C0.998l0.002%2C10.004   C31.002%2C63.552%2C31.445%2C64%2C32%2C64c0.553%2C0%2C1-0.449%2C1.001-1l-0.003-10.002C32.998%2C52.447%2C32.555%2C52%2C32%2C52z'/%3E%0A    %3Cpath fill='%23464646' d='M25.6%2C11.973c0.139%2C0.533%2C0.691%2C0.85%2C1.225%2C0.707   c0.532-0.141%2C0.846-0.691%2C0.707-1.225l-1.035-3.863c-0.145-0.535-0.693-0.851-1.227-0.706c-0.531%2C0.142-0.85%2C0.688-0.705%2C1.224   L25.6%2C11.973z'/%3E%0A    %3Cpath fill='%23464646' d='M43.363%2C49.687c-0.275-0.478-0.883-0.644-1.363-0.365   c-0.479%2C0.274-0.641%2C0.885-0.367%2C1.364l5.004%2C8.661c0.275%2C0.478%2C0.883%2C0.644%2C1.363%2C0.366c0.479-0.277%2C0.642-0.889%2C0.367-1.367   L43.363%2C49.687z'/%3E%0A    %3Cpath fill='%23464646' d='M16.443%2C17.856c0.387%2C0.394%2C1.023%2C0.39%2C1.414%2C0   c0.391-0.388%2C0.387-1.021%2C0-1.414l-2.828-2.828c-0.393-0.392-1.025-0.39-1.415%2C0.002c-0.39%2C0.388-0.392%2C1.021%2C0.001%2C1.412   L16.443%2C17.856z'/%3E%0A    %3Cpath fill='%23464646' d='M59.348%2C46.633l-8.663-4.997   c-0.478-0.276-1.087-0.116-1.363%2C0.366c-0.278%2C0.477-0.112%2C1.086%2C0.364%2C1.364l8.664%2C4.999c0.477%2C0.275%2C1.086%2C0.115%2C1.363-0.365   C59.988%2C47.521%2C59.824%2C46.91%2C59.348%2C46.633z'/%3E%0A    %3Cpath fill='%23464646' d='M11.974%2C25.599L8.11%2C24.563c-0.536-0.144-1.083%2C0.175-1.225%2C0.708   c-0.144%2C0.531%2C0.171%2C1.08%2C0.707%2C1.225l3.863%2C1.034c0.531%2C0.146%2C1.081-0.175%2C1.225-0.707C12.825%2C26.293%2C12.505%2C25.746%2C11.974%2C25.599   z'/%3E%0A%3C/g%3E%0A%3C/svg%3E%0A");
}

/* Dark mode specific icons with explicit colors */
.uxc-dark-mode .uxc-icon-moon:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 16 16' fill='%23e4e4e4' class='bi bi-moon-stars-fill'%3E%0A  %3Cpath d='M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278z'/%3E%0A  %3Cpath d='M10.794 3.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387a1.734 1.734 0 0 0-1.097 1.097l-.387 1.162a.217.217 0 0 1-.412 0l-.387-1.162A1.734 1.734 0 0 0 9.31 6.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387a1.734 1.734 0 0 0 1.097-1.097l.387-1.162zM13.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.156 1.156 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.156 1.156 0 0 0-.732-.732l-.774-.258a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732L13.863.1z'/%3E%0A%3C/svg%3E%0A");
}

.uxc-dark-mode .uxc-icon-sun:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%0A%3Cg%3E%0A    %3Cpath fill='%23e4e4e4' d='M31.998%2C14.002c-9.941%2C0-18%2C8.059-18%2C18s8.059%2C18%2C18%2C18   s18-8.059%2C18-18S41.939%2C14.002%2C31.998%2C14.002z M42.998%2C33.002c-0.553%2C0-1-0.447-1-1c0-5.523-4.478-10-10-10c-0.553%2C0-1-0.447-1-1   s0.447-1%2C1-1c6.627%2C0%2C12%2C5.373%2C12%2C12C43.998%2C32.555%2C43.551%2C33.002%2C42.998%2C33.002z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M63%2C31H53c-0.553%2C0-1%2C0.447-1%2C1s0.447%2C1%2C1%2C1h10   c0.553%2C0%2C1-0.447%2C1-1S63.553%2C31%2C63%2C31z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M11.457%2C36.47l-3.863%2C1.035c-0.534%2C0.144-0.851%2C0.692-0.707%2C1.226   c0.143%2C0.533%2C0.69%2C0.85%2C1.225%2C0.706l3.863-1.035c0.533-0.143%2C0.85-0.69%2C0.707-1.225C12.539%2C36.644%2C11.99%2C36.327%2C11.457%2C36.47z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M49.32%2C22c0.277%2C0.479%2C0.888%2C0.643%2C1.367%2C0.366l8.66-5   c0.479-0.276%2C0.643-0.888%2C0.365-1.366c-0.275-0.479-0.887-0.642-1.365-0.365l-8.66%2C5C49.208%2C20.912%2C49.045%2C21.521%2C49.32%2C22z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M17.858%2C46.143c-0.39-0.391-1.023-0.389-1.414%2C0l-2.828%2C2.828   c-0.391%2C0.391-0.39%2C1.025%2C0.001%2C1.415c0.39%2C0.391%2C1.022%2C0.39%2C1.413-0.001l2.828-2.828C18.249%2C47.168%2C18.249%2C46.534%2C17.858%2C46.143z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M42%2C14.68c0.479%2C0.276%2C1.09%2C0.113%2C1.367-0.366l5-8.66   C48.644%2C5.175%2C48.48%2C4.563%2C48%2C4.287c-0.478-0.276-1.088-0.112-1.365%2C0.366l-4.999%2C8.661C41.358%2C13.793%2C41.522%2C14.403%2C42%2C14.68z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M26.824%2C51.318c-0.532-0.143-1.08%2C0.176-1.225%2C0.707l-1.035%2C3.863   c-0.143%2C0.535%2C0.176%2C1.083%2C0.709%2C1.226c0.533%2C0.144%2C1.08-0.173%2C1.223-0.708l1.035-3.863C27.676%2C52.012%2C27.359%2C51.463%2C26.824%2C51.318   z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M32%2C12c0.554%2C0%2C1.001-0.446%2C1.002-1V1c0-0.553-0.447-1-1.002-1   c-0.551%2C0-0.998%2C0.447-0.999%2C1l0.001%2C10C31.002%2C11.553%2C31.449%2C12%2C32%2C12z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M38.402%2C52.025c-0.141-0.532-0.689-0.85-1.225-0.707   c-0.533%2C0.143-0.848%2C0.692-0.707%2C1.225l1.035%2C3.863c0.144%2C0.535%2C0.693%2C0.85%2C1.227%2C0.707s0.849-0.689%2C0.705-1.225L38.402%2C52.025z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M20.637%2C14.312c0.275%2C0.479%2C0.887%2C0.643%2C1.363%2C0.367   c0.48-0.277%2C0.645-0.887%2C0.368-1.367l-5-8.66C17.092%2C4.174%2C16.48%2C4.01%2C16%2C4.287c-0.477%2C0.275-0.641%2C0.887-0.365%2C1.365   L20.637%2C14.312z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M47.558%2C46.142c-0.388-0.39-1.022-0.39-1.414%2C0   c-0.391%2C0.39-0.388%2C1.024%2C0%2C1.414l2.828%2C2.828c0.392%2C0.392%2C1.025%2C0.389%2C1.415-0.001c0.391-0.39%2C0.391-1.021-0.001-1.413   L47.558%2C46.142z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M4.654%2C17.365l8.662%2C4.999c0.477%2C0.276%2C1.088%2C0.113%2C1.363-0.364   c0.277-0.479%2C0.115-1.09-0.364-1.367l-8.661-5C5.176%2C15.356%2C4.564%2C15.52%2C4.287%2C16C4.013%2C16.477%2C4.176%2C17.089%2C4.654%2C17.365z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M52.027%2C38.4l3.863%2C1.035c0.535%2C0.145%2C1.082-0.176%2C1.225-0.709   c0.144-0.532-0.172-1.079-0.707-1.223l-3.863-1.035c-0.531-0.145-1.081%2C0.173-1.225%2C0.707C51.176%2C37.709%2C51.496%2C38.256%2C52.027%2C38.4   z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M12%2C32c0.001-0.554-0.445-1-0.998-1.002L1%2C31   c-0.552%2C0-1%2C0.445-1%2C1c0.001%2C0.551%2C0.448%2C1%2C1.001%2C1l10.001-0.002C11.553%2C32.998%2C12.001%2C32.552%2C12%2C32z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M52.545%2C27.529l3.863-1.035c0.535-0.143%2C0.85-0.693%2C0.706-1.227   c-0.142-0.531-0.688-0.848-1.224-0.705l-3.863%2C1.035c-0.533%2C0.141-0.85%2C0.691-0.707%2C1.225   C51.461%2C27.356%2C52.012%2C27.67%2C52.545%2C27.529z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M14.68%2C42c-0.275-0.48-0.886-0.644-1.365-0.368l-8.661%2C5.002   C4.176%2C46.91%2C4.01%2C47.52%2C4.287%2C48c0.277%2C0.477%2C0.889%2C0.641%2C1.367%2C0.365l8.66-5.002C14.791%2C43.088%2C14.957%2C42.479%2C14.68%2C42z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M46.144%2C17.856c0.389%2C0.392%2C1.022%2C0.388%2C1.414%2C0l2.828-2.828   c0.392-0.392%2C0.39-1.024-0.002-1.415c-0.388-0.39-1.021-0.391-1.412%2C0.001l-2.828%2C2.828C45.752%2C16.83%2C45.754%2C17.466%2C46.144%2C17.856   z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M22%2C49.32c-0.479-0.277-1.088-0.113-1.365%2C0.364l-5%2C8.663   c-0.275%2C0.478-0.115%2C1.088%2C0.365%2C1.365c0.479%2C0.274%2C1.09%2C0.11%2C1.367-0.367l4.998-8.662C22.641%2C50.207%2C22.48%2C49.597%2C22%2C49.32z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M37.178%2C12.68c0.531%2C0.145%2C1.078-0.176%2C1.225-0.707l1.035-3.863   c0.143-0.535-0.176-1.083-0.709-1.225c-0.531-0.144-1.08%2C0.172-1.223%2C0.707l-1.035%2C3.863C36.324%2C11.986%2C36.645%2C12.536%2C37.178%2C12.68   z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M32%2C52c-0.553-0.002-0.998%2C0.446-1%2C0.998l0.002%2C10.004   C31.002%2C63.552%2C31.445%2C64%2C32%2C64c0.553%2C0%2C1-0.449%2C1.001-1l-0.003-10.002C32.998%2C52.447%2C32.555%2C52%2C32%2C52z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M25.6%2C11.973c0.139%2C0.533%2C0.691%2C0.85%2C1.225%2C0.707   c0.532-0.141%2C0.846-0.691%2C0.707-1.225l-1.035-3.863c-0.145-0.535-0.693-0.851-1.227-0.706c-0.531%2C0.142-0.85%2C0.688-0.705%2C1.224   L25.6%2C11.973z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M43.363%2C49.687c-0.275-0.478-0.883-0.644-1.363-0.365   c-0.479%2C0.274-0.641%2C0.885-0.367%2C1.364l5.004%2C8.661c0.275%2C0.478%2C0.883%2C0.644%2C1.363%2C0.366c0.479-0.277%2C0.642-0.889%2C0.367-1.367   L43.363%2C49.687z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M16.443%2C17.856c0.387%2C0.394%2C1.023%2C0.39%2C1.414%2C0   c0.391-0.388%2C0.387-1.021%2C0-1.414l-2.828-2.828c-0.393-0.392-1.025-0.39-1.415%2C0.002c-0.39%2C0.388-0.392%2C1.021%2C0.001%2C1.412   L16.443%2C17.856z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M59.348%2C46.633l-8.663-4.997   c-0.478-0.276-1.087-0.116-1.363%2C0.366c-0.278%2C0.477-0.112%2C1.086%2C0.364%2C1.364l8.664%2C4.999c0.477%2C0.275%2C1.086%2C0.115%2C1.363-0.365   C59.988%2C47.521%2C59.824%2C46.91%2C59.348%2C46.633z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M11.974%2C25.599L8.11%2C24.563c-0.536-0.144-1.083%2C0.175-1.225%2C0.708   c-0.144%2C0.531%2C0.171%2C1.08%2C0.707%2C1.225l3.863%2C1.034c0.531%2C0.146%2C1.081-0.175%2C1.225-0.707C12.825%2C26.293%2C12.505%2C25.746%2C11.974%2C25.599   z'/%3E%0A%3C/g%3E%0A%3C/svg%3E%0A");
}

/* Ensure theme toggle button centers the icon properly */
#uxc-theme-toggle i {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
}

/* Refactor theme toggle button */
.uxc-btn-icon#uxc-theme-toggle,
.uxc-btn-icon[href*="pay.u.cash"] {
  width: 24px !important;
  height: 24px !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 0;
  background: transparent !important;
  opacity: 1;
}

.uxc-btn-icon#uxc-theme-toggle:hover,
.uxc-btn-icon[href*="pay.u.cash"]:hover {
  background: transparent !important;
  border-color: transparent !important;
  opacity: 0.8;
}

.uxc-btn-icon#uxc-theme-toggle i,
.uxc-btn-icon[href*="pay.u.cash"] i {
  width: 16px !important;
  height: 16px !important;
  line-height: 20px !important;
  margin-top: -4px;
  display: inline-block !important;
}

/* Ensure theme toggle icons render correctly */
.uxc-btn-icon#uxc-theme-toggle .uxc-icon-moon:before,
.uxc-btn-icon#uxc-theme-toggle .uxc-icon-sun:before {
  display: inline-block !important;
  width: 16px !important;
  height: 16px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}

/* Force correct icon SVGs for theme toggle in light mode */
.uxc-btn-icon#uxc-theme-toggle .uxc-icon-moon:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 16 16' fill='%23464646' class='bi bi-moon-stars-fill'%3E%0A  %3Cpath d='M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278z'/%3E%0A  %3Cpath d='M10.794 3.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387a1.734 1.734 0 0 0-1.097 1.097l-.387 1.162a.217.217 0 0 1-.412 0l-.387-1.162A1.734 1.734 0 0 0 9.31 6.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387a1.734 1.734 0 0 0 1.097-1.097l.387-1.162zM13.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.156 1.156 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.156 1.156 0 0 0-.732-.732l-.774-.258a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732L13.863.1z'/%3E%0A%3C/svg%3E%0A") !important;
}

.uxc-btn-icon#uxc-theme-toggle .uxc-icon-sun:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%0A%3Cg%3E%0A    %3Cpath fill='%23464646' d='M31.998%2C14.002c-9.941%2C0-18%2C8.059-18%2C18s8.059%2C18%2C18%2C18   s18-8.059%2C18-18S41.939%2C14.002%2C31.998%2C14.002z M42.998%2C33.002c-0.553%2C0-1-0.447-1-1c0-5.523-4.478-10-10-10c-0.553%2C0-1-0.447-1-1   s0.447-1%2C1-1c6.627%2C0%2C12%2C5.373%2C12%2C12C43.998%2C32.555%2C43.551%2C33.002%2C42.998%2C33.002z'/%3E%0A    %3Cpath fill='%23464646' d='M63%2C31H53c-0.553%2C0-1%2C0.447-1%2C1s0.447%2C1%2C1%2C1h10   c0.553%2C0%2C1-0.447%2C1-1S63.553%2C31%2C63%2C31z'/%3E%0A    %3Cpath fill='%23464646' d='M11.457%2C36.47l-3.863%2C1.035c-0.534%2C0.144-0.851%2C0.692-0.707%2C1.226   c0.143%2C0.533%2C0.69%2C0.85%2C1.225%2C0.706l3.863-1.035c0.533-0.143%2C0.85-0.69%2C0.707-1.225C12.539%2C36.644%2C11.99%2C36.327%2C11.457%2C36.47z'/%3E%0A    %3Cpath fill='%23464646' d='M49.32%2C22c0.277%2C0.479%2C0.888%2C0.643%2C1.367%2C0.366l8.66-5   c0.479-0.276%2C0.643-0.888%2C0.365-1.366c-0.275-0.479-0.887-0.642-1.365-0.365l-8.66%2C5C49.208%2C20.912%2C49.045%2C21.521%2C49.32%2C22z'/%3E%0A    %3Cpath fill='%23464646' d='M17.858%2C46.143c-0.39-0.391-1.023-0.389-1.414%2C0l-2.828%2C2.828   c-0.391%2C0.391-0.39%2C1.025%2C0.001%2C1.415c0.39%2C0.391%2C1.022%2C0.39%2C1.413-0.001l2.828-2.828C18.249%2C47.168%2C18.249%2C46.534%2C17.858%2C46.143z'/%3E%0A    %3Cpath fill='%23464646' d='M42%2C14.68c0.479%2C0.276%2C1.09%2C0.113%2C1.367-0.366l5-8.66   C48.644%2C5.175%2C48.48%2C4.563%2C48%2C4.287c-0.478-0.276-1.088-0.112-1.365%2C0.366l-4.999%2C8.661C41.358%2C13.793%2C41.522%2C14.403%2C42%2C14.68z'/%3E%0A    %3Cpath fill='%23464646' d='M26.824%2C51.318c-0.532-0.143-1.08%2C0.176-1.225%2C0.707l-1.035%2C3.863   c-0.143%2C0.535%2C0.176%2C1.083%2C0.709%2C1.226c0.533%2C0.144%2C1.08-0.173%2C1.223-0.708l1.035-3.863C27.676%2C52.012%2C27.359%2C51.463%2C26.824%2C51.318   z'/%3E%0A    %3Cpath fill='%23464646' d='M32%2C12c0.554%2C0%2C1.001-0.446%2C1.002-1V1c0-0.553-0.447-1-1.002-1   c-0.551%2C0-0.998%2C0.447-0.999%2C1l0.001%2C10C31.002%2C11.553%2C31.449%2C12%2C32%2C12z'/%3E%0A    %3Cpath fill='%23464646' d='M38.402%2C52.025c-0.141-0.532-0.689-0.85-1.225-0.707   c-0.533%2C0.143-0.848%2C0.692-0.707%2C1.225l1.035%2C3.863c0.144%2C0.535%2C0.693%2C0.85%2C1.227%2C0.707s0.849-0.689%2C0.705-1.225L38.402%2C52.025z'/%3E%0A    %3Cpath fill='%23464646' d='M20.637%2C14.312c0.275%2C0.479%2C0.887%2C0.643%2C1.363%2C0.367   c0.48-0.277%2C0.645-0.887%2C0.368-1.367l-5-8.66C17.092%2C4.174%2C16.48%2C4.01%2C16%2C4.287c-0.477%2C0.275-0.641%2C0.887-0.365%2C1.365   L20.637%2C14.312z'/%3E%0A    %3Cpath fill='%23464646' d='M47.558%2C46.142c-0.388-0.39-1.022-0.39-1.414%2C0   c-0.391%2C0.39-0.388%2C1.024%2C0%2C1.414l2.828%2C2.828c0.392%2C0.392%2C1.025%2C0.389%2C1.415-0.001c0.391-0.39%2C0.391-1.021-0.001-1.413   L47.558%2C46.142z'/%3E%0A    %3Cpath fill='%23464646' d='M4.654%2C17.365l8.662%2C4.999c0.477%2C0.276%2C1.088%2C0.113%2C1.363-0.364   c0.277-0.479%2C0.115-1.09-0.364-1.367l-8.661-5C5.176%2C15.356%2C4.564%2C15.52%2C4.287%2C16C4.013%2C16.477%2C4.176%2C17.089%2C4.654%2C17.365z'/%3E%0A    %3Cpath fill='%23464646' d='M52.027%2C38.4l3.863%2C1.035c0.535%2C0.145%2C1.082-0.176%2C1.225-0.709   c0.144-0.532-0.172-1.079-0.707-1.223l-3.863-1.035c-0.531-0.145-1.081%2C0.173-1.225%2C0.707C51.176%2C37.709%2C51.496%2C38.256%2C52.027%2C38.4   z'/%3E%0A    %3Cpath fill='%23464646' d='M12%2C32c0.001-0.554-0.445-1-0.998-1.002L1%2C31   c-0.552%2C0-1%2C0.445-1%2C1c0.001%2C0.551%2C0.448%2C1%2C1.001%2C1l10.001-0.002C11.553%2C32.998%2C12.001%2C32.552%2C12%2C32z'/%3E%0A    %3Cpath fill='%23464646' d='M52.545%2C27.529l3.863-1.035c0.535-0.143%2C0.85-0.693%2C0.706-1.227   c-0.142-0.531-0.688-0.848-1.224-0.705l-3.863%2C1.035c-0.533%2C0.141-0.85%2C0.691-0.707%2C1.225   C51.461%2C27.356%2C52.012%2C27.67%2C52.545%2C27.529z'/%3E%0A    %3Cpath fill='%23464646' d='M14.68%2C42c-0.275-0.48-0.886-0.644-1.365-0.368l-8.661%2C5.002   C4.176%2C46.91%2C4.01%2C47.52%2C4.287%2C48c0.277%2C0.477%2C0.889%2C0.641%2C1.367%2C0.365l8.66-5.002C14.791%2C43.088%2C14.957%2C42.479%2C14.68%2C42z'/%3E%0A    %3Cpath fill='%23464646' d='M46.144%2C17.856c0.389%2C0.392%2C1.022%2C0.388%2C1.414%2C0l2.828-2.828   c0.392-0.392%2C0.39-1.024-0.002-1.415c-0.388-0.39-1.021-0.391-1.412%2C0.001l-2.828%2C2.828C45.752%2C16.83%2C45.754%2C17.466%2C46.144%2C17.856   z'/%3E%0A    %3Cpath fill='%23464646' d='M22%2C49.32c-0.479-0.277-1.088-0.113-1.365%2C0.364l-5%2C8.663   c-0.275%2C0.478-0.115%2C1.088%2C0.365%2C1.365c0.479%2C0.274%2C1.09%2C0.11%2C1.367-0.367l4.998-8.662C22.641%2C50.207%2C22.48%2C49.597%2C22%2C49.32z'/%3E%0A    %3Cpath fill='%23464646' d='M37.178%2C12.68c0.531%2C0.145%2C1.078-0.176%2C1.225-0.707l1.035-3.863   c0.143-0.535-0.176-1.083-0.709-1.225c-0.531-0.144-1.08%2C0.172-1.223%2C0.707l-1.035%2C3.863C36.324%2C11.986%2C36.645%2C12.536%2C37.178%2C12.68   z'/%3E%0A    %3Cpath fill='%23464646' d='M32%2C52c-0.553-0.002-0.998%2C0.446-1%2C0.998l0.002%2C10.004   C31.002%2C63.552%2C31.445%2C64%2C32%2C64c0.553%2C0%2C1-0.449%2C1.001-1l-0.003-10.002C32.998%2C52.447%2C32.555%2C52%2C32%2C52z'/%3E%0A    %3Cpath fill='%23464646' d='M25.6%2C11.973c0.139%2C0.533%2C0.691%2C0.85%2C1.225%2C0.707   c0.532-0.141%2C0.846-0.691%2C0.707-1.225l-1.035-3.863c-0.145-0.535-0.693-0.851-1.227-0.706c-0.531%2C0.142-0.85%2C0.688-0.705%2C1.224   L25.6%2C11.973z'/%3E%0A    %3Cpath fill='%23464646' d='M43.363%2C49.687c-0.275-0.478-0.883-0.644-1.363-0.365   c-0.479%2C0.274-0.641%2C0.885-0.367%2C1.364l5.004%2C8.661c0.275%2C0.478%2C0.883%2C0.644%2C1.363%2C0.366c0.479-0.277%2C0.642-0.889%2C0.367-1.367   L43.363%2C49.687z'/%3E%0A    %3Cpath fill='%23464646' d='M16.443%2C17.856c0.387%2C0.394%2C1.023%2C0.39%2C1.414%2C0   c0.391-0.388%2C0.387-1.021%2C0-1.414l-2.828-2.828c-0.393-0.392-1.025-0.39-1.415%2C0.002c-0.39%2C0.388-0.392%2C1.021%2C0.001%2C1.412   L16.443%2C17.856z'/%3E%0A    %3Cpath fill='%23464646' d='M59.348%2C46.633l-8.663-4.997   c-0.478-0.276-1.087-0.116-1.363%2C0.366c-0.278%2C0.477-0.112%2C1.086%2C0.364%2C1.364l8.664%2C4.999c0.477%2C0.275%2C1.086%2C0.115%2C1.363-0.365   C59.988%2C47.521%2C59.824%2C46.91%2C59.348%2C46.633z'/%3E%0A    %3Cpath fill='%23464646' d='M11.974%2C25.599L8.11%2C24.563c-0.536-0.144-1.083%2C0.175-1.225%2C0.708   c-0.144%2C0.531%2C0.171%2C1.08%2C0.707%2C1.225l3.863%2C1.034c0.531%2C0.146%2C1.081-0.175%2C1.225-0.707C12.825%2C26.293%2C12.505%2C25.746%2C11.974%2C25.599   z'/%3E%0A%3C/g%3E%0A%3C/svg%3E%0A") !important;
}

/* Fix vertical alignment for help icon */
.uxc-btn-icon[href*="pay.u.cash"] .uxc-icon-help {
  vertical-align: baseline;
  transform: translateY(-1px);
}

.uxc-dark-mode .uxc-btn-icon[href*="pay.u.cash"] .uxc-icon-help {
  color: var(--uxc-text-primary);
}

.uxc-btn-icon#uxc-theme-toggle i:before,
.uxc-btn-icon[href*="pay.u.cash"] i:before {
  width: 16px !important;
  height: 24px !important;
}

/* Ensure theme toggle icons are light colored in dark mode */
.uxc-dark-mode .uxc-btn-icon#uxc-theme-toggle .uxc-icon-moon,
.uxc-dark-mode .uxc-btn-icon#uxc-theme-toggle .uxc-icon-sun {
  color: #e4e4e4 !important;
}

.uxc-dark-mode .uxc-btn-icon#uxc-theme-toggle .uxc-icon-moon:before,
.uxc-dark-mode .uxc-btn-icon#uxc-theme-toggle .uxc-icon-sun:before {
  filter: brightness(1.2);
}

/* Force correct icon SVGs for theme toggle in dark mode */
.uxc-dark-mode .uxc-btn-icon#uxc-theme-toggle .uxc-icon-moon:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800px' height='800px' viewBox='0 0 16 16' fill='%23e4e4e4' class='bi bi-moon-stars-fill'%3E%0A  %3Cpath d='M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278z'/%3E%0A  %3Cpath d='M10.794 3.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387a1.734 1.734 0 0 0-1.097 1.097l-.387 1.162a.217.217 0 0 1-.412 0l-.387-1.162A1.734 1.734 0 0 0 9.31 6.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387a1.734 1.734 0 0 0 1.097-1.097l.387-1.162zM13.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.156 1.156 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.156 1.156 0 0 0-.732-.732l-.774-.258a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732L13.863.1z'/%3E%0A%3C/svg%3E%0A") !important;
}

.uxc-dark-mode .uxc-btn-icon#uxc-theme-toggle .uxc-icon-sun:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%0A%3Cg%3E%0A    %3Cpath fill='%23e4e4e4' d='M31.998%2C14.002c-9.941%2C0-18%2C8.059-18%2C18s8.059%2C18%2C18%2C18   s18-8.059%2C18-18S41.939%2C14.002%2C31.998%2C14.002z M42.998%2C33.002c-0.553%2C0-1-0.447-1-1c0-5.523-4.478-10-10-10c-0.553%2C0-1-0.447-1-1   s0.447-1%2C1-1c6.627%2C0%2C12%2C5.373%2C12%2C12C43.998%2C32.555%2C43.551%2C33.002%2C42.998%2C33.002z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M63%2C31H53c-0.553%2C0-1%2C0.447-1%2C1s0.447%2C1%2C1%2C1h10   c0.553%2C0%2C1-0.447%2C1-1S63.553%2C31%2C63%2C31z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M11.457%2C36.47l-3.863%2C1.035c-0.534%2C0.144-0.851%2C0.692-0.707%2C1.226   c0.143%2C0.533%2C0.69%2C0.85%2C1.225%2C0.706l3.863-1.035c0.533-0.143%2C0.85-0.69%2C0.707-1.225C12.539%2C36.644%2C11.99%2C36.327%2C11.457%2C36.47z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M49.32%2C22c0.277%2C0.479%2C0.888%2C0.643%2C1.367%2C0.366l8.66-5   c0.479-0.276%2C0.643-0.888%2C0.365-1.366c-0.275-0.479-0.887-0.642-1.365-0.365l-8.66%2C5C49.208%2C20.912%2C49.045%2C21.521%2C49.32%2C22z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M17.858%2C46.143c-0.39-0.391-1.023-0.389-1.414%2C0l-2.828%2C2.828   c-0.391%2C0.391-0.39%2C1.025%2C0.001%2C1.415c0.39%2C0.391%2C1.022%2C0.39%2C1.413-0.001l2.828-2.828C18.249%2C47.168%2C18.249%2C46.534%2C17.858%2C46.143z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M42%2C14.68c0.479%2C0.276%2C1.09%2C0.113%2C1.367-0.366l5-8.66   C48.644%2C5.175%2C48.48%2C4.563%2C48%2C4.287c-0.478-0.276-1.088-0.112-1.365%2C0.366l-4.999%2C8.661C41.358%2C13.793%2C41.522%2C14.403%2C42%2C14.68z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M26.824%2C51.318c-0.532-0.143-1.08%2C0.176-1.225%2C0.707l-1.035%2C3.863   c-0.143%2C0.535%2C0.176%2C1.083%2C0.709%2C1.226c0.533%2C0.144%2C1.08-0.173%2C1.223-0.708l1.035-3.863C27.676%2C52.012%2C27.359%2C51.463%2C26.824%2C51.318   z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M32%2C12c0.554%2C0%2C1.001-0.446%2C1.002-1V1c0-0.553-0.447-1-1.002-1   c-0.551%2C0-0.998%2C0.447-0.999%2C1l0.001%2C10C31.002%2C11.553%2C31.449%2C12%2C32%2C12z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M38.402%2C52.025c-0.141-0.532-0.689-0.85-1.225-0.707   c-0.533%2C0.143-0.848%2C0.692-0.707%2C1.225l1.035%2C3.863c0.144%2C0.535%2C0.693%2C0.85%2C1.227%2C0.707s0.849-0.689%2C0.705-1.225L38.402%2C52.025z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M20.637%2C14.312c0.275%2C0.479%2C0.887%2C0.643%2C1.363%2C0.367   c0.48-0.277%2C0.645-0.887%2C0.368-1.367l-5-8.66C17.092%2C4.174%2C16.48%2C4.01%2C16%2C4.287c-0.477%2C0.275-0.641%2C0.887-0.365%2C1.365   L20.637%2C14.312z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M47.558%2C46.142c-0.388-0.39-1.022-0.39-1.414%2C0   c-0.391%2C0.39-0.388%2C1.024%2C0%2C1.414l2.828%2C2.828c0.392%2C0.392%2C1.025%2C0.389%2C1.415-0.001c0.391-0.39%2C0.391-1.021-0.001-1.413   L47.558%2C46.142z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M4.654%2C17.365l8.662%2C4.999c0.477%2C0.276%2C1.088%2C0.113%2C1.363-0.364   c0.277-0.479%2C0.115-1.09-0.364-1.367l-8.661-5C5.176%2C15.356%2C4.564%2C15.52%2C4.287%2C16C4.013%2C16.477%2C4.176%2C17.089%2C4.654%2C17.365z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M52.027%2C38.4l3.863%2C1.035c0.535%2C0.145%2C1.082-0.176%2C1.225-0.709   c0.144-0.532-0.172-1.079-0.707-1.223l-3.863-1.035c-0.531-0.145-1.081%2C0.173-1.225%2C0.707C51.176%2C37.709%2C51.496%2C38.256%2C52.027%2C38.4   z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M12%2C32c0.001-0.554-0.445-1-0.998-1.002L1%2C31   c-0.552%2C0-1%2C0.445-1%2C1c0.001%2C0.551%2C0.448%2C1%2C1.001%2C1l10.001-0.002C11.553%2C32.998%2C12.001%2C32.552%2C12%2C32z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M52.545%2C27.529l3.863-1.035c0.535-0.143%2C0.85-0.693%2C0.706-1.227   c-0.142-0.531-0.688-0.848-1.224-0.705l-3.863%2C1.035c-0.533%2C0.141-0.85%2C0.691-0.707%2C1.225   C51.461%2C27.356%2C52.012%2C27.67%2C52.545%2C27.529z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M14.68%2C42c-0.275-0.48-0.886-0.644-1.365-0.368l-8.661%2C5.002   C4.176%2C46.91%2C4.01%2C47.52%2C4.287%2C48c0.277%2C0.477%2C0.889%2C0.641%2C1.367%2C0.365l8.66-5.002C14.791%2C43.088%2C14.957%2C42.479%2C14.68%2C42z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M46.144%2C17.856c0.389%2C0.392%2C1.022%2C0.388%2C1.414%2C0l2.828-2.828   c0.392-0.392%2C0.39-1.024-0.002-1.415c-0.388-0.39-1.021-0.391-1.412%2C0.001l-2.828%2C2.828C45.752%2C16.83%2C45.754%2C17.466%2C46.144%2C17.856   z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M22%2C49.32c-0.479-0.277-1.088-0.113-1.365%2C0.364l-5%2C8.663   c-0.275%2C0.478-0.115%2C1.088%2C0.365%2C1.365c0.479%2C0.274%2C1.09%2C0.11%2C1.367-0.367l4.998-8.662C22.641%2C50.207%2C22.48%2C49.597%2C22%2C49.32z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M37.178%2C12.68c0.531%2C0.145%2C1.078-0.176%2C1.225-0.707l1.035-3.863   c0.143-0.535-0.176-1.083-0.709-1.225c-0.531-0.144-1.08%2C0.172-1.223%2C0.707l-1.035%2C3.863C36.324%2C11.986%2C36.645%2C12.536%2C37.178%2C12.68   z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M32%2C52c-0.553-0.002-0.998%2C0.446-1%2C0.998l0.002%2C10.004   C31.002%2C63.552%2C31.445%2C64%2C32%2C64c0.553%2C0%2C1-0.449%2C1.001-1l-0.003-10.002C32.998%2C52.447%2C32.555%2C52%2C32%2C52z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M25.6%2C11.973c0.139%2C0.533%2C0.691%2C0.85%2C1.225%2C0.707   c0.532-0.141%2C0.846-0.691%2C0.707-1.225l-1.035-3.863c-0.145-0.535-0.693-0.851-1.227-0.706c-0.531%2C0.142-0.85%2C0.688-0.705%2C1.224   L25.6%2C11.973z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M43.363%2C49.687c-0.275-0.478-0.883-0.644-1.363-0.365   c-0.479%2C0.274-0.641%2C0.885-0.367%2C1.364l5.004%2C8.661c0.275%2C0.478%2C0.883%2C0.644%2C1.363%2C0.366c0.479-0.277%2C0.642-0.889%2C0.367-1.367   L43.363%2C49.687z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M16.443%2C17.856c0.387%2C0.394%2C1.023%2C0.39%2C1.414%2C0   c0.391-0.388%2C0.387-1.021%2C0-1.414l-2.828-2.828c-0.393-0.392-1.025-0.39-1.415%2C0.002c-0.39%2C0.388-0.392%2C1.021%2C0.001%2C1.412   L16.443%2C17.856z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M59.348%2C46.633l-8.663-4.997   c-0.478-0.276-1.087-0.116-1.363%2C0.366c-0.278%2C0.477-0.112%2C1.086%2C0.364%2C1.364l8.664%2C4.999c0.477%2C0.275%2C1.086%2C0.115%2C1.363-0.365   C59.988%2C47.521%2C59.824%2C46.91%2C59.348%2C46.633z'/%3E%0A    %3Cpath fill='%23e4e4e4' d='M11.974%2C25.599L8.11%2C24.563c-0.536-0.144-1.083%2C0.175-1.225%2C0.708   c-0.144%2C0.531%2C0.171%2C1.08%2C0.707%2C1.225l3.863%2C1.034c0.531%2C0.146%2C1.081-0.175%2C1.225-0.707C12.825%2C26.293%2C12.505%2C25.746%2C11.974%2C25.599   z'/%3E%0A%3C/g%3E%0A%3C/svg%3E%0A") !important;
}

@font-face {
  font-family: "Uncheckout";
  src: url("../media/fonts/regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Uncheckout";
  src: url("../media/fonts/medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Uncheckout";
  src: url("../media/fonts/bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal; }
@keyframes uxc-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes uxc-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes uxc-fade-out {
  0% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes uxc-fade-bottom {
  0% {
    transform: translateY(15px);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }
@keyframes uxc-fade-bottom-center {
  0% {
    transform: translateY(15px);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }
@keyframes uxc-pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
@keyframes uxc-ping {
  0% {
    transform: scale(0.2);
    opacity: 0.8; }
  80% {
    transform: scale(1.2);
    opacity: 0; }
  100% {
    transform: scale(2.2);
    opacity: 0; } }
/* 

GLOBAL
==========================================================

*/
.uxc-main, .uxc-main input, .uxc-main select, .uxc-main textarea, .uxc-btn, button, .uxc-box, #uxc-lightbox {
  font-family: "Uncheckout", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
  box-sizing: border-box; }

.uxc-main * {
  box-sizing: content-box;
  outline: none; }
.uxc-main input, .uxc-main input[text], .uxc-main textarea, .uxc-main input[email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
.uxc-main input:-webkit-autofill, .uxc-main select:-webkit-autofill {
  box-shadow: 0 0 0 30px transparent inset !important; }
.uxc-main input:-webkit-autofill:focus, .uxc-main select:-webkit-autofill:focus {
  box-shadow: 0 0 0 30px transparent inset !important; }
.uxc-main input:-autofill, .uxc-main select:-autofill {
  box-shadow: 0 0 0 30px transparent inset !important; }
.uxc-main input:autofill:focus, .uxc-main select:autofill:focus {
  box-shadow: 0 0 0 30px transparent inset !important; }

.uxc-loading:before, [data-bxc]:empty:before, .uxc-select p:before, .uxc-btn-main:before {
  font-family: "Uncheckout Icons";
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  text-indent: 0;
  position: absolute;
  z-index: 1; }

.uxc-loader:before {
  content: "\e900"; }

.uxc-loading, [data-bxc]:empty {
  position: relative;
  text-indent: -999995px;
  overflow: hidden;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .uxc-loading i, [data-bxc]:empty i {
    display: none; }
  .uxc-loading:before, [data-bxc]:empty:before {
    content: "";
    animation: uxc-loading 0.6s linear infinite;
    display: block;
    width: 36px;
    height: 36px;
    border: 3px solid rgba(163, 122, 41, 0.2);
    border-top-color: #a37a29;
    border-radius: 50%;
    position: absolute;
    text-indent: 0;
    left: 50%;
    top: calc(50% - 10px);
    margin-top: -18px;
    margin-left: -18px; }
  .uxc-loading:after, [data-bxc]:empty:after {
    content: "Loading...";
    position: absolute;
    text-indent: 0;
    left: 50%;
    top: calc(50% - 10px);
    margin-top: 28px;
    transform: translateX(-50%);
    font-size: 13px;
    font-weight: 500;
    color: #5c7171;
    letter-spacing: 0.3px; }
  .uxc-loading div, .uxc-loading ul, .uxc-loading h1, .uxc-loading h2, .uxc-loading h3, .uxc-loading h4, .uxc-loading p, .uxc-loading span, .uxc-loading table, .uxc-loading a, [data-bxc]:empty div, [data-bxc]:empty ul, [data-bxc]:empty h1, [data-bxc]:empty h2, [data-bxc]:empty h3, [data-bxc]:empty h4, [data-bxc]:empty p, [data-bxc]:empty span, [data-bxc]:empty table, [data-bxc]:empty a {
    opacity: 0; }

.uxc-btn.uxc-loading {
  min-height: 0;
  display: inline-block; }
  .uxc-btn.uxc-loading img {
    display: none !important; }
  .uxc-btn.uxc-loading:before {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    margin-left: -11px;
    top: 50%; }
  .uxc-btn.uxc-loading:after {
    display: none; }

.uxc-hidden {
  position: absolute !important;
  width: 0 !important;
  max-width: 0 !important;
  min-width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  padding: 0 !important; }

.uxc-scrollbar {
  overflow-y: scroll !important;
  scrollbar-color: #d4af37 #f5f5f5;
  scrollbar-width: thin; }
  .uxc-scrollbar::-webkit-scrollbar {
    width: 6px; }
  .uxc-scrollbar::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 3px; }
  .uxc-scrollbar::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #d4af37 0%, #c99b2d 100%);
    border-radius: 3px;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(212, 175, 55, 0.3); }
  .uxc-scrollbar::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #e0c455 0%, #d4af37 100%);
    box-shadow: 0 1px 5px rgba(212, 175, 55, 0.5); }

/* 

TYPOGRAPHY
==========================================================

*/
.uxc-title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  margin: 0; }

.uxc-text {
  font-size: 15px;
  letter-spacing: .2px; }

/* 

ELEMENTS
==========================================================

*/
.uxc-select ul, .uxc-ul {
  padding: 10px 0 !important;
  display: none;
  overflow: hidden;
  position: absolute;
  margin: 0;
  background: #fff;
  border-radius: 0;
  padding: 10px 0;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
  list-style: none;
  z-index: 9999995; }
  .uxc-select ul.uxc-active, .uxc-ul.uxc-active {
    display: block;
    margin-bottom: 15px; }
  .uxc-select ul li, .uxc-ul li {
    cursor: pointer;
    padding: 6px 25px 6px 12px;
    margin: 0;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: .3px;
    line-height: 20px;
    white-space: nowrap;
    list-style: none;
    transition: all 0.1s; }
    .uxc-select ul li.uxc-active, .uxc-select ul li .uxc-label div, .uxc-ul li.uxc-active, .uxc-ul li .uxc-label div {
      display: none; }
    .uxc-select ul li .uxc-label, .uxc-ul li .uxc-label {
      transition: none; }
    .uxc-select ul li:hover, .uxc-select ul li:hover .uxc-label, .uxc-ul li:hover, .uxc-ul li:hover .uxc-label {
      background-color: #a37a29;
      color: #fff;
      border-color: #fff; }

.uxc-select {
  position: relative;
  color: #464646;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  display: inline-block; }
  .uxc-select p {
    position: relative;
    padding: 0 20px 0 0;
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: .3px;
    font-size: 13px !important;
    line-height: 35px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.4s; }
    .uxc-select p span {
      font-weight: 400;
      opacity: 0.7; }
    .uxc-select p .uxc-label {
      border: none;
      margin: 0;
      font-size: 13px;
      line-height: 35px;
      padding: 0;
      opacity: 1;
      font-weight: 500; }
      .uxc-select p .uxc-label div {
        display: none; }
    .uxc-select p:before {
      content: "\61";
      top: 0;
      right: 1px;
      font-size: 9px;
      line-height: 35px; }
    .uxc-select p:hover, .uxc-select p:hover span {
      color: #a37a29; }
  .uxc-select.uxc-loading {
    overflow: visible; }
  .uxc-select.uxc-right ul {
    right: 0; }
  .uxc-select + .uxc-select {
    margin-left: 20px; }

.uxc-input {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .uxc-input span {
    display: block;
    flex-grow: 1;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #464646; }
  .uxc-input input,
  .uxc-input select,
  .uxc-input textarea {
    position: static;
    border-radius: 0;
    color: #464646;
    font-size: 13px;
    line-height: 35px;
    font-weight: 400;
    border: 1px solid #888888;
    background-color: transparent;
    outline: none;
    height: 42px;
    min-height: 42px;
    min-width: 170px;
    max-width: none;
    padding: 0 10px;
    transition: all 0.4s;
    width: 100%;
    margin: 0 !important;
    box-sizing: border-box;
    box-shadow: none; }
    .uxc-input input:focus, .uxc-input input.uxc-focus,
    .uxc-input select:focus,
    .uxc-input select.uxc-focus,
    .uxc-input textarea:focus,
    .uxc-input textarea.uxc-focus {
      border: 1px solid #a37a29;
      box-shadow: 0 0 5px rgba(39, 255, 222, 0.2);
      background: transparent;
      color: #464646;
      outline: none !important; }
  /* Hide number input spinners globally */
  input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield; }
  /* Hide number input spinners for WebKit browsers */
  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; }
  /* Hide number input spinners for Firefox */
  input[type="number"] {
    -moz-appearance: textfield; }
  .uxc-input select {
    min-height: 37px; }
  .uxc-input textarea {
    line-height: 20px;
    min-height: 75px;
    padding: 8px 10px; }
  .uxc-input > div {
    padding-right: 30px;
    max-width: 800px; }
    .uxc-input > div p, .uxc-input > div p a {
      font-size: 13px;
      line-height: 22px;
      letter-spacing: 0.3px;
      margin: 5px 0 0 0;
      color: #5c7171;
      font-weight: 400; }
      .uxc-input > div p a, .uxc-input > div p a a {
        margin: 0 0 0 5px;
        text-decoration: none; }
        .uxc-input > div p a:hover, .uxc-input > div p a a:hover {
          text-decoration: underline; }
  .uxc-input input[type="checkbox"] {
    background: #fff;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 42px;
    min-height: 42px;
    width: 42px;
    min-width: 42px;
    outline: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    -webkit-appearance: none; }
  .uxc-input input[type="checkbox"]:checked:before {
    content: "\e901" !important;
    font-family: "Uncheckout Icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 42px;
    font-size: 15px;
    color: #a37a29;
    margin: 0;
    width: 100%;
    height: 100%; }
  .uxc-input + .uxc-input {
    margin-top: 10px; }
  .uxc-input.uxc-error input, .uxc-input.uxc-error select, .uxc-input.uxc-error textarea {
    border: 1px solid #ca3434;
    box-shadow: 0 0 5px rgba(202, 52, 52, 0.25); }

.uxc-input-btn .uxc-btn {
  margin-left: 15px;
  border-radius: 0;
  height: 39px !important;
  line-height: 39px !important;
  flex: 0 0 auto; }
  .uxc-input-btn .uxc-btn:not(:hover) {
    border-color: #888888; }
  .uxc-input-btn .uxc-btn.uxc-loading:before {
    border-color: rgba(163, 122, 41, 0.2);
    border-top-color: #a37a29; }

.uxc-label, .uxc-admin .uxc-input span.uxc-label {
  display: inline-block;
  width: auto;
  min-width: 0;
  margin: 0 15px;
  border: 1px solid #a37a29;
  color: #a37a29;
  font-size: 11px;
  line-height: 11px;
  padding: 3px 7px;
  font-weight: 500;
  border-radius: 0;
  letter-spacing: .2px;
  white-space: nowrap;
  transition: color .4s, border-color .4s, background-color .4s; }

.uxc-clipboard {
  cursor: pointer;
  z-index: 2;
  transition: all 0.4s; }

.uxc-toolip-cnt {
  position: relative;
  overflow: visible !important; }
  .uxc-toolip-cnt:hover .uxc-toolip, .uxc-toolip-cnt.uxc-active .uxc-toolip {
    display: block !important;
    animation: uxc-fade-bottom-center 1s; }

.uxc-toolip {
  position: absolute;
  display: none !important;
  top: 0;
  right: 0;
  transform: none;
  font-weight: 400 !important;
  font-style: normal;
  white-space: nowrap;
  letter-spacing: .2px;
  font-size: 13px !important;
  line-height: 20px;
  z-index: 995;
  background: #464646;
  border-radius: 0;
  padding: 3px 12px;
  color: #fff !important;
  margin-top: -40px;
  min-width: 0 !important;
  max-width: none !important;
  width: auto !important;
  text-align: center; }
  .uxc-toolip:after {
    position: absolute;
    bottom: -3px;
    right: 8px;
    transform: translateY(8px);
    content: " ";
    border-width: 6px;
    border-style: solid;
    border-color: #464646 transparent transparent; }

.uxc-info {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  background-color: #ca3434;
  right: 0;
  left: 0;
  top: 0;
  padding: 15px 20px;
  border-radius: 0;
  display: none; }
  .uxc-info:not(:empty) {
    display: block;
    animation: uxc-fade-animation 0.4s; }

.uxc-btn {
  font-size: 14px;
  line-height: 39px;
  letter-spacing: 0.5px;
  font-weight: 500;
  border-radius: 0;
  min-width: 0;
  background-color: transparent;
  text-decoration: none;
  color: #a37a29;
  height: 38px;
  position: relative;
  display: inline-block;
  border: 1px solid #a37a29;
  text-align: center;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  transition: color .4s, background-color .4s, border-color .4s, opacity .4s; }
  .uxc-btn i {
    margin-right: 15px;
    font-size: 17px;
    transform: translateY(1px);
    display: inline-block;
    font-weight: 400;
    line-height: 0;
    transform: translateY(3px);
    margin: 0 7px 0 -5px; }
  .uxc-btn.uxc-btn-border {
    background: transparent !important;
    border: 1px solid #a37a29;
    color: #a37a29;
    height: 36px;
    line-height: 37px; }
    .uxc-btn.uxc-btn-border:hover, .uxc-btn.uxc-btn-border:active {
      color: #000;
      border-color: #000; }
  .uxc-btn.uxc-btn-img {
    padding-left: 43px;
    padding-right: 15px; }
    .uxc-btn.uxc-btn-img img {
      position: absolute;
      height: 18px;
      left: 16px;
      top: 7px; }
  .uxc-btn:hover, .uxc-btn:active {
    background-color: transparent;
    color: #000;
    border-color: #000; }
  .uxc-btn + .uxc-btn {
    margin-left: 15px; }
  .uxc-btn.uxc-disabled {
    background-color: #e3ebeb !important;
    color: #aeb7b7 !important;
    cursor: not-allowed !important; }

.uxc-btn-icon {
  position: relative;
  cursor: pointer;
  width: 33px;
  height: 33px;
  border: 1px solid rgba(255, 255, 255, 0);
  opacity: 0.8;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  transition: all 0.4s;
  text-decoration: none !important;
  overflow: hidden;
  color: #464646; }
  .uxc-btn-icon i {
    line-height: 33px;
    font-size: 18px;
    width: 33px; }
    .uxc-btn-icon i:before {
      font-size: 18px;
      line-height: 35px; }
  .uxc-btn-icon:before {
    font-size: 23px;
    line-height: 35px; }
  .uxc-btn-icon.uxc-loading:before {
    width: 22px;
    height: 22px;
    border: 3px solid rgba(163, 122, 41, 0.2);
    border-top-color: #a37a29;
    border-radius: 50%;
    margin-top: -11px;
    margin-left: -11px;
    line-height: 30px; }
  .uxc-btn-icon.uxc-loading:after {
    display: none; }
  .uxc-btn-icon:hover {
    opacity: 1;
    color: #a37a29; }

.uxc-btn-text {
  cursor: pointer;
  transition: all 0.4s; }
  .uxc-btn-text i {
    margin-right: 15px;
    display: inline-block; }
  .uxc-btn-text:hover {
    color: #a37a29; }

.uxc-btn-red:hover {
  border-color: #ca3434 !important;
  color: #ca3434 !important;
  background-color: rgba(202, 52, 52, 0.1) !important; }
  .uxc-btn-red:hover i {
    color: #ca3434 !important; }
.uxc-btn-red.uxc-loading:before {
  border-color: rgba(202, 52, 52, 0.2);
  border-top-color: #ca3434; }
.uxc-btn-red.uxc-link:hover:after {
  background-color: #ca3434 !important; }
.uxc-btn-red.uxc-link:hover {
  background-color: transparent !important; }

.uxc-link, .uxc-underline {
  cursor: pointer;
  letter-spacing: .5px;
  transition: all 0.4s; }
  .uxc-link:hover, .uxc-link:active, .uxc-underline:hover, .uxc-underline:active {
    color: #a37a29; }

.uxc-underline {
  position: relative;
  display: inline-block;
  text-decoration: none; }
  .uxc-underline:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 1px;
    transition: all 0.4s;
    background-color: #888888; }
  .uxc-underline:hover:after {
    background-color: #a37a29; }

.uxc-box {
  max-width: 600px;
  margin: 30px auto;
  padding: 45px;
  border-radius: 0;
  border: 1px solid #888888;
  background: transparent;
  position: relative; }
  .uxc-box + .uxc-box {
    margin-top: 15px; }

.uxc-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center; }
  .uxc-flex .uxc-input + .uxc-input {
    margin: 0 0 0 15px !important;
    padding-top: 0 !important;
    border: none !important; }

hr {
  display: block;
  clear: both;
  height: 0;
  margin: 30px 0; }

@keyframes uxc-lightbox-animation {
  0% {
    transform: translateY(-50px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
/* 

GLOBAL
==========================================================

*/
body,
html {
  margin: 0;
  padding: 0;
  min-height: 100%; }

.uxc-loading-global {
  position: absolute;
  z-index: 99995;
  width: 36px;
  height: 36px;
  left: 50%;
  margin-left: -18px; }

/* 

ELEMENTS
==========================================================

*/
.uxc-nav-wide {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.uxc-color-cnt {
  position: relative; }
  .uxc-color-cnt i {
    position: absolute;
    right: 12px;
    top: 25px;
    font-size: 10px;
    cursor: pointer;
    z-index: 2;
    transition: all 0.4s; }
    .uxc-color-cnt i:hover {
      color: #ca3434; }

[data-type="multi-input"] {
  margin-bottom: -15px; }
  [data-type="multi-input"] input, [data-type="multi-input"] select, [data-type="multi-input"] textarea {
    margin: 5px 0 17px 0 !important; }
  [data-type="multi-input"] [data-type="checkbox"], [data-type="multi-input"] [data-type="button"] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    [data-type="multi-input"] [data-type="checkbox"] span, [data-type="multi-input"] [data-type="button"] span {
      max-width: 350px !important;
      width: auto !important;
      padding-top: 7px; }
    [data-type="multi-input"] [data-type="checkbox"] input, [data-type="multi-input"] [data-type="button"] input {
      margin-top: 0 !important; }
  [data-type="multi-input"] .uxc-btn {
    background: transparent;
    color: #a37a29;
    border: 1px solid #a37a29;
    margin-bottom: 15px; }
    [data-type="multi-input"] .uxc-btn:hover {
      border-color: #000;
      color: #000;
      background: transparent; }
    [data-type="multi-input"] .uxc-btn.uxc-loading:before {
      border-color: rgba(163, 122, 41, 0.2);
      border-top-color: #a37a29; }

[data-type="upload-file"] .uxc-btn-icon {
  min-width: 40px;
  height: 40px;
  border: 1px solid #888888;
  margin-left: 5px;
  background-color: transparent;
  opacity: 1; }
  [data-type="upload-file"] .uxc-btn-icon i {
    line-height: 46px;
    color: #5c7171;
    transition: all 0.4s; }
  [data-type="upload-file"] .uxc-btn-icon:hover {
    border-color: #a37a29; }
    [data-type="upload-file"] .uxc-btn-icon:hover i {
      color: #a37a29; }

.uxc-flex .uxc-input {
  min-width: 0; }
  .uxc-flex .uxc-input input, .uxc-flex .uxc-input select {
    min-width: 0; }

.uxc-table {
  margin: 0;
  max-width: 100%;
  border-collapse: collapse;
  table-layout: fixed; }
  .uxc-table th {
    white-space: nowrap;
    padding: 9px 15px;
    text-align: left;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
    border-left: 1px solid #888888;
    border-right: 1px solid #888888; }
  .uxc-table th:first-child {
    border-right: none; }
  .uxc-table th:last-child {
    border-left: none; }
  .uxc-table th:not(:first-child):not(:last-child) {
    border-left: none;
    border-right: none; }
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #464646;
    letter-spacing: .3px; }
  .uxc-table td {
    white-space: nowrap;
    padding: 15px;
    text-align: left;
    font-size: 15px;
    height: 30px;
    letter-spacing: .3px;
    transition: all 0.4s; }
  .uxc-table .uxc-title {
    font-weight: 500; }
    .uxc-table .uxc-title + .uxc-text {
      line-height: 15px;
      margin-top: 5px; }
  .uxc-table .uxc-title, .uxc-table .uxc-text, .uxc-table .uxc-link {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .uxc-table tr:hover td {
    cursor: pointer;
    background-color: #f5fafa; }
  .uxc-table img {
    max-height: 35px;
    margin-right: 15px; }
  .uxc-table .uxc-flex {
    justify-content: flex-start; }
  .uxc-table .uxc-text:empty {
    display: none; }

.uxc-search {
  position: relative; }
  .uxc-search input {
    padding-right: 60px; }
    .uxc-search input:focus + input + i {
      color: #a37a29; }
  .uxc-search i {
    position: absolute;
    right: 15px;
    font-size: 18px;
    line-height: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    color: #5c7171;
    transition: all 0.4s; }
    .uxc-search i.sb-loading {
      margin-top: 0; }

.uxc-mobile-menu > i, .uxc-mobile-menu > svg {
  display: none; }

.uxc-repater-line, .uxc-upload-image {
  position: relative; }
  .uxc-repater-line > i, .uxc-upload-image > i {
    position: absolute;
    right: 0;
    top: 38px;
    font-size: 10px;
    color: #5c7171;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: right;
    cursor: pointer;
    transition: all 0.4s; }
    .uxc-repater-line > i:hover, .uxc-upload-image > i:hover {
      color: #ca3434; }

.uxc-repater-line hr {
  height: 1px;
  margin: 15px 0 30px 0;
  background: #888888; }

.uxc-upload-image .uxc-btn-icon {
  margin: 0;
  width: 100%;
  height: 150px;
  line-height: 160px;
  background-size: cover;
  background-position: center center; }
  .uxc-upload-image .uxc-btn-icon i {
    color: #7f9494; }
    .uxc-upload-image .uxc-btn-icon i:before {
      font-size: 18px;
      line-height: 160px; }
  .uxc-upload-image .uxc-btn-icon[style] i {
    display: none; }
  .uxc-upload-image .uxc-btn-icon[style] + i {
    display: block; }
.uxc-upload-image input {
  display: none !important; }
.uxc-upload-image > i {
  top: calc(50% - 12.5px);
  right: -20px;
  display: none; }

/* 

ADMIN AREA
==========================================================

*/
.uxc-nav-filters {
  padding: 20px;
  display: none;
  width: 100%;
  flex: 0 0 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  order: 10; }
  .uxc-nav-filters .uxc-input {
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; }
  .uxc-nav-filters.uxc-active {
    display: flex;
    margin-top: 20px;
    animation: uxc-fade-in .5s; }
  .uxc-nav-filters > .uxc-select {
    display: inline-block;
    margin: 0; }
  .uxc-nav-filters .uxc-filter-checkout > p {
    max-width: 100%; }

/* Download-CSV filter panel (mirrors .uxc-nav-filters; toggled by #uxc-download-transitions). */
.uxc-download-filters {
  padding: 20px;
  display: none;
  width: 100%;
  flex: 0 0 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  order: 11; }
  .uxc-download-filters.uxc-active {
    display: flex;
    margin-top: 20px;
    animation: uxc-fade-in .5s; }
.uxc-download-presets {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px; }
.uxc-download-label {
  font-weight: 600;
  font-size: 15px;
  color: #464646;
  margin-right: 4px; }
.uxc-download-preset {
  background: transparent;
  border: 1px solid #888888;
  color: #464646;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.2s; }
  .uxc-download-preset:hover {
    border-color: #a37a29;
    color: #a37a29; }
  .uxc-download-preset.uxc-active {
    background: #a37a29;
    border-color: #a37a29;
    color: #fff; }
.uxc-download-filters .uxc-btn {
  background: #a37a29;
  color: #fff;
  border: none;
  padding: 0 24px;
  font-weight: 600; }

/* Support contact form */
.uxc-support-form { max-width: 640px; display: flex; flex-direction: column; gap: 16px; }
.uxc-support-form .uxc-input { flex-direction: column; align-items: stretch; }
.uxc-support-form .uxc-input span { margin-bottom: 6px; flex-grow: 0; }
.uxc-support-form .uxc-input input, .uxc-support-form .uxc-input textarea, .uxc-support-form .uxc-input select { width: 100%; }
.uxc-support-message-wrap textarea { height: auto !important; min-height: 160px; resize: vertical; line-height: 22px; }
.uxc-support-status { min-height: 20px; font-size: 14px; margin: 0; }
.uxc-support-status.uxc-error { color: #ca3434; }
.uxc-support-status.uxc-success { color: #a37a29; font-weight: 600; }

/* Support: two-column layout — form on the left, contact sidebar on the right at >=769px, stacked below. */
.uxc-support-layout { display: flex; flex-direction: column; gap: 24px; }
@media (min-width: 769px) {
  .uxc-support-layout { flex-direction: row; align-items: flex-start; }
  .uxc-support-form { flex: 1 1 480px; max-width: none; }
}
.uxc-support-aside { border: 1px solid var(--uxc-border-color, #ddd); padding: 20px; background: transparent; }
.uxc-support-aside-title { font-size: 15px; font-weight: 600; color: #464646; margin: 0 0 14px 0; }
.uxc-support-aside-row { display: flex; align-items: baseline; gap: 8px; margin: 0 0 8px 0; font-size: 14px; }
.uxc-support-aside-label { font-weight: 600; color: #464646; }
.uxc-support-aside-row a { color: #a37a29; text-decoration: none; }
.uxc-support-aside-row a:hover { text-decoration: underline; }
.uxc-support-aside-note { font-size: 13px; line-height: 20px; color: #5c7171; margin: 0 0 10px 0; }
.uxc-support-learn-title { margin-top: 8px; }
.uxc-support-learn { list-style: none; margin: 8px 0 0 0; padding: 0; }
.uxc-support-learn li { margin: 0 0 6px 0; }
.uxc-support-learn a { color: #a37a29; font-size: 14px; text-decoration: none; cursor: pointer; }
.uxc-support-learn a:hover { text-decoration: underline; }

input.uxc-filter-date, input.uxc-filter-date-2 {
  min-width: 0;
  width: 100px;
  text-align: center; }

input.uxc-filter-date-2 {
  margin-left: 10px !important; }

.uxc-filter-checkout > p {
  max-width: 100px; }

.uxc-admin {
  color: #000; }
  .uxc-admin main {
    padding: 0;
    position: relative; }
    .uxc-admin main > div {
      min-height: 50px; }
      .uxc-admin main > div.uxc-active {
        animation: uxc-fade-in .5s; }
      .uxc-admin main > div:not(.uxc-active) {
        display: none; }
      .uxc-admin main > div.uxc-loading:before {
        top: calc(50% - 10px);
        left: 50%; }
      .uxc-admin main > div.uxc-loading:after {
        top: calc(50% - 10px); }
  .uxc-admin .uxc-input span {
    flex-shrink: 0; }
  .uxc-admin .uxc-input .uxc-setting-input {
    width: 100%;
    padding-right: 0; }
  .uxc-admin .uxc-input .uxc-setting-content {
    max-width: 420px; }
  .uxc-admin .uxc-input .uxc-icon-help {
    transform: translateY(1px);
    margin: 0 0 0 5px;
    font-size: 12px;
    color: #b1c2d1;
    text-decoration: none;
    display: inline-block; }
    .uxc-admin .uxc-input .uxc-icon-help:hover {
      color: #a37a29; }

/* Inline Read More / See Less links */
.uxc-setting-description {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.3px;
  margin: 0 0 5px 0;
  color: #5c7171;
  font-weight: 400;
}

.uxc-help-short,
.uxc-help-full {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: #5c7171;
  font-weight: 400;
}

.uxc-help-full {
  display: none;
}

/* Help content wiki/documentation style */
.uxc-help-content {
  display: block;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e0e0e0;
  font-family: monospace, Consolas, Monaco, "Courier New";
  font-size: 12px;
  line-height: 1.4;
  color: #555;
}

.uxc-help-content h4 {
  margin: 12px 0 8px 0;
  font-size: 12px;
  font-weight: 600;
  color: #333;
}

.uxc-help-content p {
  margin: 0 0 8px 0;
  font-size: 10px;
}

.uxc-help-content ul {
  margin: 8px 0 12px 0;
  padding-left: 18px;
}

.uxc-read-more,
.uxc-see-less {
  font-weight: 600;
  color: #a37a29;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s;
  margin: 0 0 0 5px;
  font-family: "Uncheckout", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
}

.uxc-read-more:hover,
.uxc-see-less:hover {
  color: #8a6622;
  text-decoration: underline; }

/* Dark mode support */
.uxc-dark-mode .uxc-setting-description,
.uxc-dark-mode .uxc-help-short,
.uxc-dark-mode .uxc-help-full {
  color: var(--uxc-text-secondary);
}

.uxc-dark-mode .uxc-help-content {
  border-top-color: var(--uxc-border-color);
  color: var(--uxc-text-secondary);
}

.uxc-dark-mode .uxc-help-content h4 {
  color: var(--uxc-text-primary);
}

.uxc-dark-mode .uxc-read-more,
.uxc-dark-mode .uxc-see-less {
  color: #d4a84b; }

.uxc-dark-mode .uxc-read-more:hover,
.uxc-dark-mode .uxc-see-less:hover {
  color: #e6c07a; }

/* Fee information box styling */
.uxc-fees-info-box {
  padding: 25px;
  border: 1px solid #888888;
  margin-bottom: 15px;
}

.uxc-fees-info-box h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 15px 0 8px 0;
  color: #464646;
}

.uxc-fees-info-box h4:first-child {
  margin-top: 0;
}

.uxc-fees-info-box ul {
  margin: 8px 0;
  padding-left: 20px;
}

.uxc-fees-info-box li {
  margin: 5px 0;
  font-size: 14px;
  color: #5c7171;
}

/* Dark mode support */
.uxc-dark-mode .uxc-fees-info-box {
  border-color: var(--uxc-border-color);
}

.uxc-dark-mode .uxc-fees-info-box h4 {
  color: var(--uxc-text-primary);
}

.uxc-dark-mode .uxc-fees-info-box li {
  color: var(--uxc-text-secondary);
}
  .uxc-admin.uxc-agent #uxc-create-checkout, .uxc-admin.uxc-agent #uxc-save-checkout, .uxc-admin.uxc-agent #uxc-delete-checkout {
    display: none !important; }

/* Stack multi-input sections vertically for better space allocation */
.uxc-admin .uxc-input[data-type="multi-input"] {
  flex-direction: column; }

.uxc-admin .uxc-input[data-type="multi-input"] .uxc-setting-content {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.uxc-admin .uxc-input[data-type="multi-input"] .uxc-setting-input {
  width: 100%;
  max-width: 100%; }

/* Stack settings labels full-width above their controls — matches multi-input above and the
   Account section. :has(> .uxc-setting-content) targets ONLY settings rows (the Checkouts form
   and super-admin config use a bare <span>, not .uxc-setting-content). Checkboxes stay inline. */
.uxc-admin .uxc-input:has(> .uxc-setting-content):not([data-type="checkbox"]):not([data-type="multi-input"]) {
  flex-direction: column;
  align-items: stretch; }
.uxc-admin .uxc-input:has(> .uxc-setting-content):not([data-type="checkbox"]):not([data-type="multi-input"]) .uxc-setting-content {
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  margin-bottom: 6px; }
/* Grey out a token row's fields when no network is selected (Disabled) */
.uxc-token-row-disabled {
  opacity: 0.4;
  pointer-events: none; }

.uxc-settings-title {
  text-align: left !important;
  border: 1px solid #a37a29 !important;
  background-color: rgba(163, 122, 41, 0.25) !important;
  border-radius: 0 !important;
  padding: 14px 20px !important;
  margin-top: 50px !important; }
  .uxc-settings-title span {
    font-size: 18px !important;
    color: #a37a29 !important;
    width: auto !important; }
  .uxc-settings-title + div {
    border-top: none !important; }
  .uxc-settings-title .uxc-read-more {
    display: block;
    margin: 0; }

.uxc-dark-mode .uxc-settings-title {
  border-color: #d4a84b !important;
  background-color: rgba(212, 168, 75, 0.1) !important; }
  .uxc-dark-mode .uxc-settings-title span {
    color: #d4a84b !important; }

/* Settings section nav */
.uxc-settings-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px 0;
    justify-content: center;
}
.uxc-settings-nav-btn {
    font-size: 13px;
    font-weight: 500;
    padding: 6px 14px;
    border: 1px solid #a37a29;
    border-radius: 0;
    background-color: transparent;
    color: #a37a29;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}
.uxc-settings-nav-btn:hover {
    color: #000;
    border-color: #000;
    background-color: rgba(163, 122, 41, 0.08);
}
.uxc-dark-mode .uxc-settings-nav-btn {
    color: #d4a84b;
    border-color: #d4a84b;
}
.uxc-dark-mode .uxc-settings-nav-btn:hover {
    color: #fff;
    border-color: #fff;
}
.uxc-dark-mode .uxc-settings-nav {
    border-bottom-color: #3a3a3a;
}

/* Shop URL box */
.uxc-shop-url-box {
  margin-top: 12px;
  margin-bottom: 10px;
  padding: 10px 14px;
  border: 1px solid #d0d5d5;
}

.uxc-shop-url-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.uxc-shop-url-header .uxc-icon-copy {
  font-size: 14px;
  color: #8a9494;
  cursor: pointer;
}

.uxc-shop-url-header .uxc-icon-copy:hover {
  opacity: 0.7;
}

.uxc-shop-url-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #8a9494;
}

.uxc-shop-url-row {
  display: flex;
  align-items: center;
}

.uxc-shop-url-link {
  font-size: 12px;
  color: #a37a29;
  word-break: break-all;
  text-decoration: none;
  font-family: monospace, Consolas, Monaco, "Courier New";
  line-height: 1.4;
}

.uxc-shop-url-link:hover {
  color: #8a6622;
  text-decoration: underline;
}

.uxc-dark-mode .uxc-shop-url-box {
  border-color: var(--uxc-border-color);
}

.uxc-dark-mode .uxc-shop-url-label {
  color: var(--uxc-text-secondary);
}

.uxc-dark-mode .uxc-shop-url-link {
  color: #d4a84b;
}

.uxc-dark-mode .uxc-shop-url-link:hover {
  color: #e6c07a;
}

#uxc-checkouts-form .uxc-input {
  align-items: center;
  margin-top: 15px; }
  #uxc-checkouts-form .uxc-input#uxc-checkout-title {
    margin-top: 4px; }
  #uxc-checkouts-form .uxc-input > span {
    transition: all 0.4s; }
  #uxc-checkouts-form .uxc-input:hover > span {
    transform: translateX(7px); }
#uxc-checkouts-form #uxc-checkout-payment-link a {
  padding: 0; }
  #uxc-checkouts-form #uxc-checkout-payment-link a:hover {
    text-decoration: underline; }
#uxc-checkouts-form .uxc-repater-line hr {
  margin: 4px 0 0 0;
  background: none; }
#uxc-checkouts-form .uxc-repater-line i {
  right: -20px;
  top: 11px; }
#uxc-checkouts-form .uxc-btn-repater {
  margin: 15px 0 0 0;
  font-size: 14px;
  font-weight: 500; }
  #uxc-checkouts-form .uxc-btn-repater:not(:hover) {
    color: #5c7171; }
#uxc-checkouts-form .uxc-flex .uxc-input + .uxc-input {
  margin-top: 15px !important; }

#uxc-checkout-price input {
  min-width: 75px !important; }

#uxc-checkout-currency select {
  max-width: 200px !important; }

/* Price input on its own full-width row (label above input) at desktop, matching the other form fields. */
@media (min-width: 769px) {
  #uxc-checkout-currency-area .uxc-input {
    flex-direction: column;
    align-items: stretch;
    width: 100%; } }

.uxc-info {
  background-color: transparent !important;
  padding: 0 !important; }
.uxc-info .uxc-title {
  color: #464646; }

.uxc-dark-mode .uxc-info .uxc-title {
  color: #ffffff; }

.uxc-input-wrapper {
  position: relative;
  display: flex;
  width: 100%; }
.uxc-generate-btn {
  position: absolute;
  right: 8px;
  top: 40%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: #888;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s; }
  .uxc-generate-btn:hover {
    color: #D4AF37; }
  .uxc-generate-btn svg {
    width: 20px;
    height: 20px; }
.uxc-input-wrapper > input {
  padding-right: 38px !important; }
.uxc-upload-input {
  flex: 1;
  padding-right: 43px !important;
  min-width: 0; }
.uxc-upload-btn {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1; }

#checkout-downloads {
  align-items: flex-start !important; }
  #checkout-downloads .uxc-setting-input {
    text-align: right; }
  #checkout-downloads input:hover {
    cursor: pointer;
    text-decoration: underline; }

[data-area="settings"] .uxc-input + .uxc-input, [data-area="settings"] .uxc-input + .uxc-flex, [data-area="settings"] .uxc-flex + .uxc-input {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #888888; }

.uxc-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 200px;
  background: #ffffff;
  border-right: 1px solid #888888;
  z-index: 999995; }
/* Desktop (≥769px): the Logout/Theme footer lives only in the mobile drawer — hide it here (the sidebar already has its own logout/theme). */
@media (min-width: 769px) {
  .uxc-nav-action, .uxc-nav-close { display: none !important; }
}
  .uxc-sidebar > div {
    padding: 10px 0 10px 20px;
    margin-bottom: 25px; }
  .uxc-sidebar .uxc-logo {
    display: block;
    max-height: 30px;
    margin: 15px 30px 15px 0;
    max-width: calc(100% - 30px); }
  .uxc-sidebar .uxc-logo-icon {
    display: none;
    margin: 0;
    height: 25px;
    max-height: 25px; }
  .uxc-sidebar .uxc-link {
    font-weight: 600; }
  .uxc-sidebar .uxc-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 160px;
    margin: 0;
    z-index: 2; }
    .uxc-sidebar .uxc-bottom .uxc-btn-icon {
      margin-right: 0;
      margin-left: 5px;
  }
    .uxc-sidebar .uxc-bottom > .uxc-btn {
      display: none;
      margin: 0 0 15px 0; }

.uxc-nav > div {
  font-weight: 600;
  cursor: pointer;
  line-height: 45px;
  font-size: 16px;
  border-right: 2px solid #fff;
  transition: all 0.4s;
  display: flex;
  align-content: center;
  align-items: center; }
  .uxc-nav > div:hover, .uxc-nav > div.uxc-active {
    border-color: #a37a29 !important;
    color: #a37a29; }
  .uxc-nav > div:active i {
    transform: scale(0.95); }
.uxc-nav i {
  display: inline-block;
  margin-top: -5px;
  margin-right: 12px;
  font-size: 20px;
  line-height: 0; }
  .uxc-nav i.uxc-icon-dollar {
    margin-right: 12px; }
  .uxc-nav i svg {
    width: 24px;
    height: 24px;
    vertical-align: middle; }
  .uxc-nav i.uxc-icon-shopping-cart {
    margin-right: 12px; }

.uxc-body {
  padding: 30px 30px 60px 230px; }

.uxc-info-card {
  position: fixed;
  bottom: 10px;
  right: 10px;
  left: 10px;
  border-radius: 0;
  padding: 10px 30px;
  background: #1a9260;
  color: #fff;
  text-align: center;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  z-index: 9999995;
  display: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0.5px;
  color: #fff; }
  .uxc-info-card span, .uxc-info-card a {
    text-decoration: underline;
    color: #fff; }
    .uxc-info-card span:hover, .uxc-info-card a:hover {
      text-decoration: none; }
  .uxc-info-card:not(:empty) {
    display: block;
    animation: uxc-fade-bottom .5s; }
  .uxc-info-card.uxc-info-card-error {
    background: #ca3434; }
  .uxc-info-card.uxc-info-card-info {
    background: #5c7171; }

.uxc-top {
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative; }
  .uxc-top + div {
    margin-top: 0 !important; }

.uxc-bottom {
  padding-top: 50px; }
  .uxc-bottom:empty {
    display: none !important; }

.uxc-area-transactions {
  max-width: none; }

.uxc-area-settings #uxc-save-settings, .uxc-area-checkouts #uxc-create-checkout, .uxc-area-transactions #uxc-request-payment {
  display: block;
  animation: uxc-fade-bottom .5s; }

#uxc-save-settings {
  background: #ffffff; }

#uxc-request-payment {
  background: #ffffff; }

#uxc-version {
  display: none; }

.uxc-area-create-checkout #uxc-create-checkout, .uxc-area-create-checkout #uxc-table-checkouts {
  display: none; }
.uxc-area-create-checkout #uxc-checkouts-form {
  display: block;
  animation: uxc-fade-in .5s; }

#uxc-checkouts-form {
  display: none; }
  #uxc-checkouts-form .uxc-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center; }

#uxc-save-checkout {
  min-width: 134px; }

#uxc-delete-checkout {
  display: none; }

#uxc-checkout-embed-code, #uxc-checkout-payment-link, #uxc-checkout-shortcode, #uxc-payment-request-url-box {
  position: relative;
  display: none; }
  #uxc-checkout-embed-code div, #uxc-checkout-embed-code a, #uxc-checkout-payment-link div, #uxc-checkout-payment-link a, #uxc-checkout-shortcode div, #uxc-checkout-shortcode a, #uxc-payment-request-url-box div, #uxc-payment-request-url-box a {
    width: 100%;
    min-width: 0;
    padding: 15px 40px 15px 15px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    overflow: hidden; }
  #uxc-checkout-shortcode i, #uxc-payment-request-url-box i {
    position: absolute;
    right: 0;
    top: 5px;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    border-radius: 0;
    z-index: 9; }
    #uxc-checkout-shortcode i:hover, #uxc-payment-request-url-box i:hover {
      color: #a37a29; }

[data-checkout-id] #uxc-delete-checkout {
  display: inline-block; }
  [data-checkout-id] #uxc-delete-checkout:hover {
    color: #ca3434 !important;
    border-color: #ca3434 !important;
    background-color: rgba(155, 155, 155, 0.1) !important; }

[data-checkout-id] #uxc-checkout-embed-code, [data-checkout-id] #uxc-checkout-payment-link, [data-checkout-id] #uxc-checkout-shortcode, #uxc-payment-request-url-box {
  display: flex; }

#uxc-payment-request-url-box i {
  top: 50%;
  transform: translateY(-50%); }

#uxc-table-checkouts {
  border-collapse: separate;
  border-spacing: 0 6px;
  width: 100%; }
  #uxc-table-checkouts td:last-child {
    text-align: right; }
  #uxc-table-checkouts th[data-field="amount"] {
    text-align: right; }
  #uxc-table-checkouts .uxc-title span:first-child {
    padding-right: 10px;
    opacity: .7; }
  #uxc-table-checkouts tbody tr td {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    padding: 15px; }
  #uxc-table-checkouts tbody tr td:first-child {
    border-left: 1px solid #000000; }
  #uxc-table-checkouts tbody tr td:last-child {
    border-right: 1px solid #000000; }

#uxc-table-balances {
  border-collapse: separate;
  border-spacing: 0 6px;
  width: 100%; }
  #uxc-table-balances td {
    font-weight: 600; }
  #uxc-table-balances th[data-field="balance"] {
    text-align: right; }
  #uxc-table-balances th:first-child {
    width: 75%; }
  #uxc-table-balances th:last-child, #uxc-table-balances td:last-child {
    width: 25%;
    text-align: right; }
  #uxc-table-balances .uxc-title + .uxc-text {
    margin-top: 5px;
    font-weight: 400;
    line-height: 15px; }
  #uxc-table-balances .uxc-balance {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: flex-end; }
  #uxc-table-balances tbody tr td {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    padding: 15px; }
  #uxc-table-balances tbody tr td:first-child {
    border-left: 1px solid #000000; }
  #uxc-table-balances tbody tr td:last-child {
    border-right: 1px solid #000000; }

.uxc-no-wallets {
  border: 1px solid;
  background: none;
  border-radius: 0;
  text-align: center;
  padding: 15px;
  color: #5c7171; }

#uxc-table-transactions {
  border-collapse: separate;
  border-spacing: 0 6px;
  width: 100%; }

#uxc-table-transactions [data-field="status"], #uxc-table-transactions .uxc-td-status, #uxc-table-transactions [data-field="amount"], #uxc-table-transactions .uxc-td-amount {
  max-width: 140px; }
#uxc-table-transactions [data-field="date"], #uxc-table-transactions .bcx-td-time {
  max-width: 150px;
  width: 150px; }
#uxc-table-transactions .uxc-td-time .uxc-title, #uxc-table-transactions .uxc-td-amount .uxc-title div + div {
  font-weight: 400; }
#uxc-table-transactions .uxc-td-amount {
  padding: 0 15px; }
  #uxc-table-transactions .uxc-td-amount .uxc-title {
    margin: -7px 0; }
#uxc-table-transactions th[data-field="amount"], #uxc-table-transactions td:last-child {
  text-align: right; }
#uxc-table-transactions .uxc-link {
  text-decoration: none;
  color: #464646;
  display: block; }
  #uxc-table-transactions .uxc-link:hover {
    color: #a37a29; }
#uxc-table-transactions .bcx-td-time span + span {
  font-weight: 400;
  display: block;
  margin-top: 5px; }
#uxc-table-transactions.uxc-loading {
  height: 50px; }
  #uxc-table-transactions.uxc-loading tbody, #uxc-table-transactions.uxc-loading thead {
    display: none; }
#uxc-table-transactions tbody td {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    padding: 15px; }
#uxc-table-transactions tbody td:first-child {
    border-left: 1px solid #000000; }
#uxc-table-transactions tbody td:last-child {
    border-right: 1px solid #000000; }
.uxc-dark-mode #uxc-table-transactions tbody td {
    border-top-color: var(--uxc-border-color);
    border-bottom-color: var(--uxc-border-color); }
.uxc-dark-mode #uxc-table-transactions tbody td:first-child {
    border-left-color: var(--uxc-border-color); }
.uxc-dark-mode #uxc-table-transactions tbody td:last-child {
    border-right-color: var(--uxc-border-color); }
#uxc-table-balances.uxc-loading {
  height: 120px; }
  #uxc-table-balances.uxc-loading tbody, #uxc-table-balances.uxc-loading thead {
    display: none; }
  #uxc-table-balances.uxc-loading:before {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(163, 122, 41, 0.2);
    border-top-color: #a37a29;
    border-radius: 50%;
    margin-top: -30px;
    margin-left: -20px; }
  #uxc-table-balances.uxc-loading:after {
    content: "Loading Balances...";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 20px);
    text-indent: 0;
    font-size: 14px;
    color: #5c7171; }
#uxc-table-transactions .uxc-not-found {
  margin: 15px; }
#uxc-table-transactions .uxc-transaction-menu-btn {
  line-height: 34px;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px; }
  #uxc-table-transactions .uxc-transaction-menu-btn:hover, #uxc-table-transactions .uxc-transaction-menu-btn.uxc-active {
    color: #a37a29; }
  #uxc-table-transactions .uxc-transaction-menu-btn + .uxc-ul {
    display: block;
    right: 35px;
    top: 50%;
    transform: translateY(-50%); }
  #uxc-table-transactions .uxc-transaction-menu-btn.uxc-loading {
    margin-left: -7.5px; }

.uxc-status-C, .uxc-status-P, .uxc-status-R, .uxc-status-X {
  position: relative;
  padding-left: 25px; }
  .uxc-status-C:before, .uxc-status-P:before, .uxc-status-R:before, .uxc-status-X:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #1a9260;
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-radius: 0; }
  .uxc-status-C.uxc-status-P:before, .uxc-status-P.uxc-status-P:before, .uxc-status-R.uxc-status-P:before, .uxc-status-X.uxc-status-P:before {
    background-color: #f69e00; }
  .uxc-status-C.uxc-status-R:before, .uxc-status-P.uxc-status-R:before, .uxc-status-R.uxc-status-R:before, .uxc-status-X.uxc-status-R:before {
    background-color: #ca3434; }
  .uxc-status-C.uxc-status-X:before, .uxc-status-P.uxc-status-X:before, .uxc-status-R.uxc-status-X:before, .uxc-status-X.uxc-status-X:before {
    background-color: #f6d000; }

[data-status="R"] td:not(:last-child) {
  opacity: .6; }

.bcx-td-id, th[data-field="id"] {
  max-width: 15px;
  width: 15px; }

.uxc-td-id {
  font-size: 11px !important;
  padding: 15px 0 15px 15px !important; }

.uxc-td-amount .uxc-text {
  text-transform: capitalize; }

.uxc-area-transactions .uxc-icon-search.uxc-loading:before {
  opacity: 0 !important; }

.uxc-area-transactions .uxc-pagination,
.uxc-area-checkouts .uxc-pagination {
  margin-bottom: 50px;
}

#uxc-version {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  margin-left: 10px;
  margin-right: 10px; }

[data-area="balances"].uxc-loading:not(.uxc-loading-first),
[data-area="balance"].uxc-loading:not(.uxc-loading-first) {
  text-indent: unset;
  display: block;
  overflow: visible; }
  [data-area="balances"].uxc-loading:not(.uxc-loading-first) *,
  [data-area="balance"].uxc-loading:not(.uxc-loading-first) * {
    opacity: 1 !important; }
  [data-area="balances"].uxc-loading:not(.uxc-loading-first):before,
  [data-area="balance"].uxc-loading:not(.uxc-loading-first):before {
    display: none; }

[data-area="transactions"] > .uxc-nav-wide .uxc-search {
  flex-shrink: 0;
  flex-grow: 1;
  margin-right: 10px; }
[data-area="transactions"] > .uxc-nav-wide .uxc-btn-icon {
  width: 39px;
  min-width: 39px;
  height: 39px; }
  [data-area="transactions"] > .uxc-nav-wide .uxc-btn-icon i {
    line-height: 46px;
    width: 39px; }

.uxc-not-found {
  font-size: 15px;
  white-space: nowrap;
  opacity: .8;
  letter-spacing: .3px; }

.uxc-transaction-details-list {
  margin-bottom: 15px; }

/* 

MISCELLANEOUS
==========================================================

*/
.uxc-login .uxc-input, .uxc-installation .uxc-input, .uxc-cloud-box .uxc-input {
  align-items: center; }
.uxc-login img, .uxc-installation img, .uxc-cloud-box img {
  max-width: 250px;
  margin-bottom: 50px; }
/* Cloud login/registration: stack the label text above a full-width input so the email/password fields fill the row. (2026-06-21) */
.uxc-cloud-box .uxc-input {
  display: block; }
.uxc-cloud-box .uxc-input > label {
  display: block; }
.uxc-cloud-box .uxc-input span {
  width: auto;
  min-width: 0;
  display: block;
  margin-bottom: 8px; }
.uxc-cloud-box .uxc-input input {
  width: 100%; }

#uxc-lightbox {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 999995;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none; }
  #uxc-lightbox > div {
    position: fixed;
    border-radius: 0;
    padding: 0;
    background: #fff;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 700px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%; }
  #uxc-lightbox .uxc-top {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px; }
    #uxc-lightbox .uxc-top #uxc-lightbox-close, #uxc-lightbox .uxc-top .uxc-btn + .uxc-btn {
      margin-left: 15px; }
  #uxc-lightbox > div #uxc-lightbox-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 10; }
  #uxc-lightbox [data-name] .uxc-loading {
    width: 20px;
    height: 20px; }
  #uxc-lightbox.uxc-active {
    display: block;
    animation: uxc-lightbox-animation 0.5s; }

#uxc-lightbox-main {
  padding: 0 20px 20px 20px; }
  #uxc-lightbox-main .uxc-input {
    align-items: center; }
    #uxc-lightbox-main .uxc-input span {
      padding-right: 30px; }
    #uxc-lightbox-main .uxc-input + .uxc-btn {
      margin-top: 30px; }

.uxc-lightbox-buttons {
  justify-content: space-between;
  padding: 15px 20px; }
  .uxc-lightbox-buttons > div {
    display: block; }

/* Grey button for cancel action */
.uxc-btn-grey {
  background-color: #888888;
  color: #fff; }
  .uxc-btn-grey:hover {
    background-color: #666666; }

/* Lightbox close button in buttons container */
.uxc-lightbox-buttons #uxc-lightbox-cancel {
  border: 1px solid #000;
  color: #000; }
  .uxc-lightbox-buttons #uxc-lightbox-cancel:hover {
    background-color: #666666;
    border-color: #666666;
    color: #fff; }

/* Keep the icon close button styling */
.uxc-btn-icon#uxc-lightbox-close {
  background-color: transparent;
  color: #ca3434; }
  .uxc-btn-icon#uxc-lightbox-close:hover {
    background-color: transparent;
    color: #e43c3b; }

.uxc-dark-mode .uxc-btn-icon#uxc-lightbox-close {
  color: #e43c3b; }
  .uxc-dark-mode .uxc-btn-icon#uxc-lightbox-close:hover {
    color: #ff5c5b; }

/* Dark mode support */
.uxc-dark-mode .uxc-btn-grey {
  background-color: #666666;
  color: #fff; }
  .uxc-dark-mode .uxc-btn-grey:hover {
    background-color: #555555; }

.uxc-dark-mode .uxc-lightbox-buttons #uxc-lightbox-cancel {
  border: 1px solid #fff;
  color: #fff; }
  .uxc-dark-mode .uxc-lightbox-buttons #uxc-lightbox-cancel:hover {
    background-color: #555555;
    border-color: #555555;
    color: #fff; }

/* Lightbox button icons - show on all screens */
.uxc-lightbox-buttons .uxc-btn i {
  display: inline-block; }

#uxc-lightbox-loading {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.75);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999995;
  display: none; }
  #uxc-lightbox-loading.uxc-active {
    display: block;
    animation: uxc-fade-in 0.5s; }

#uxc-cancel-btn {
  background-color: #ca3434; }
  #uxc-cancel-btn:hover {
    background-color: #e43c3b; }

[data-lightbox-id="confirm"]#uxc-lightbox > div {
  max-width: 550px; }
[data-lightbox-id="confirm"] #uxc-lightbox-close {
  display: none !important; }
[data-lightbox-id="confirm"] #uxc-lightbox-main {
  overflow: hidden !important; }

.uxc-text-list > div {
  color: #464646; }
  .uxc-text-list > div > div:first-child {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px; }
  .uxc-text-list > div > div:last-child {
    font-size: 15px;
    line-height: 22px; }
  .uxc-text-list > div .uxc-title, .uxc-text-list > div .uxc-text {
    font-weight: 400;
    font-size: 15px;
    display: inline-block; }
  .uxc-text-list > div .uxc-text {
    margin: 0 !important;
    display: block; }
  .uxc-text-list > div a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #464646; }
  .uxc-text-list > div + div {
    margin-top: 15px; }

#uxc-upload-form {
  position: absolute;
  height: 0;
  width: 0;
  visibility: hidden;
  z-index: -1; }

/* 

# SHOP
==========================================================

*/
[data-name="data-license-key"] > div:last-child {
  display: flex;
  align-items: center;
  position: relative; }
[data-name="data-license-key"] .uxc-label {
  font-size: 12px;
  line-height: 13px; }
[data-name="data-license-key"] .uxc-btn-text {
  margin: 0 10px; }

[data-area="analytics"] .uxc-nav-wide {
  justify-content: space-between; }
[data-area="analytics"] #uxc-filters {
  display: block;
  margin-left: auto !important;
  flex-shrink: 0;
  order: 1; }
[data-area="analytics"] .uxc-nav-filters:not(.uxc-active) {
  display: none; }
[data-area="analytics"] .uxc-nav-filters {
  padding: 0; }

#uxc-analytics-earnings .uxc-title, #uxc-analytics-sales .uxc-title {
  font-size: 18px;
  line-height: 15px;
  white-space: nowrap; }
#uxc-analytics-earnings .uxc-text, #uxc-analytics-sales .uxc-text {
  margin-top: 14px !important;
  line-height: 10px;
  white-space: nowrap; }

#uxc-analytics-sales {
  padding-left: 40px;
  padding-right: 30px; }

#uxc-analytics-chart.uxc-loading canvas {
  visibility: hidden; }

#shop-page .uxc-setting-content p {
  overflow: hidden; }

/*  

RTL
==========================================================

*/
.uxc-rtl, .uxc-rtl textarea, .uxc-rtl input, .uxc-rtl ul, .uxc-rtl ul li {
  direction: rtl;
  text-align: right; }

.uxc-rtl {
  float: right; }
  .uxc-rtl .uxc-body {
    padding: 30px 230px 60px 30px; }
  .uxc-rtl .uxc-sidebar {
    left: auto;
    right: 0;
    border-right: none;
    border-left: 1px solid #888888; }
    .uxc-rtl .uxc-sidebar > div {
      padding: 10px 30px 10px 0; }
    .uxc-rtl .uxc-sidebar .uxc-bottom {
      left: auto;
      right: 0; }
      .uxc-rtl .uxc-sidebar .uxc-bottom .uxc-btn-icon {
        margin-right: 0;
        margin-left: -10px; }
  .uxc-rtl .uxc-nav i {
    margin-left: 30px;
    margin-right: 0; }
  .uxc-rtl .uxc-nav > div {
    border-right: none;
    border-left: 2px solid #fff; }
  .uxc-rtl .uxc-table td, .uxc-rtl .uxc-table th {
    text-align: right; }
  .uxc-rtl #uxc-table-checkouts .uxc-title span:first-child {
    float: right;
    padding-right: 0;
    padding-left: 10px; }
  .uxc-rtl .uxc-table img {
    margin-left: 15px;
    margin-right: 0; }
  .uxc-rtl .uxc-input > div {
    padding-left: 30px;
    padding-right: 0; }
  .uxc-rtl .uxc-flex .uxc-input + .uxc-input {
    margin: 0 15px 0 0 !important; }
  .uxc-rtl .uxc-btn i {
    margin-left: 15px;
    margin-right: 0; }
  .uxc-rtl .uxc-input .uxc-icon-help {
    margin: 0 5px 0 0; }

/* 

RESPONSIVE
==========================================================

*/
@media (max-width: 1024px) {
  .uxc-table tr:hover td {
    background-color: #fff; }

  .uxc-admin .uxc-input span {
  }

  .uxc-transaction-details-list .uxc-label {
    display: none; }

  #uxc-table-transactions tr, #uxc-table-transactions td {
    width: auto !important;
    max-width: 100% !important;
    overflow: hidden; }
  #uxc-table-transactions td {
    display: table-cell !important;
    vertical-align: middle;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    padding: 15px; }
    #uxc-table-transactions td .uxc-label {
      margin: 0 30px 0 0;
      padding: 0;
      border: none;
      font-size: 13px; }
    #uxc-table-transactions td .uxc-title {
      font-weight: 400;
      font-size: 15px; }
  #uxc-table-transactions .uxc-td-id {
    font-size: 15px !important; }
  #uxc-table-transactions .uxc-td-amount, #uxc-table-transactions .uxc-td-id {
    padding: 15px !important; }
  #uxc-table-checkouts td, #uxc-table-balances td, #uxc-table-payments td {
    padding: 15px; }
  #uxc-table-transactions .uxc-title span + span, #uxc-table-transactions .uxc-title + .uxc-text {
    margin: 0 0 0 15px !important;
    color: #464646;
    font-size: 15px; }
  #uxc-table-transactions .uxc-title, #uxc-table-transactions .uxc-td-title, #uxc-table-transactions .uxc-td-amount {
    display: flex;
    align-items: center; }
  #uxc-table-transactions {
    border-collapse: separate;
    border-spacing: 0 8px;
  }
  #uxc-table-transactions tbody td {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
  #uxc-table-transactions tbody td:first-child {
    border-left: 1px solid #000000;
  }
  #uxc-table-transactions tbody td:last-child {
    border-right: 1px solid #000000;
  }
  #uxc-table-transactions tr:nth-child(2n+1) td {
    background: transparent; }
    #uxc-table-transactions tr:nth-child(2n+1) td .uxc-transaction-menu-btn + .uxc-ul {
      background: #fff; }
  #uxc-table-transactions tr:hover td {
    background-color: var(--uxc-hover-bg); }
  #uxc-table-transactions .uxc-transaction-menu-btn {
    position: static;
    display: block;
    margin: auto;
    padding: 0;
    width: 100%; }
    #uxc-table-transactions .uxc-transaction-menu-btn + .uxc-ul {
      transform: none;
      position: static;
      box-shadow: none;
      background: none;
      margin: 0 -15px;
      background: #fff; }
      #uxc-table-transactions .uxc-transaction-menu-btn + .uxc-ul li {
        padding: 10px;
        font-size: 16px; }
    #uxc-table-transactions .uxc-transaction-menu-btn:before {
      transform: rotate(90deg);
      display: inline-block; }

  .uxc-setting-content {
    max-width: 300px;
    width: 300px; }

  .uxc-rtl #uxc-table-transactions .uxc-title span + span, .uxc-rtl #uxc-table-transactions .uxc-title + .uxc-text {
    margin: 0 15px 0 0 !important; } }
@media (max-width: 768px) {
  .uxc-table td {
    font-size: 13px; }
  [data-name="data-license-key"] .uxc-btn-text {
    position: absolute;
    top: -10px;
    right: -15px;
    background: white;
    border: 10px solid #fff; }

  [data-area="transactions"] > .uxc-nav-wide .uxc-btn-icon {
    width: 43px; }
    [data-area="transactions"] > .uxc-nav-wide .uxc-btn-icon i:before {
      font-size: 21px; }

  .uxc-btn {
    font-size: 16px;
    height: 43px;
    line-height: 43px; }

  #uxc-table-balances .uxc-label {
    overflow: hidden;
    margin: 5px;
    min-width: 21px;
    padding: 2px; }
  #uxc-table-balances img {
    max-height: 24px;
    margin-right: 7px; }
  #uxc-table-balances td:first-child {
    width: 67%; }
  #uxc-table-balances td:last-child {
    width: 33%;
    text-align: right; }

  [data-area="transactions"] > .uxc-nav-wide .uxc-search {
    flex-shrink: 1; }

  #uxc-search-transactions {
    min-width: 140px; }

  .uxc-body {
    padding: 80px 15px 15px 15px !important; }

  .uxc-sidebar, .uxc-sidebar > div {
    display: flex;
    align-items: center;
    justify-content: flex-start; }

  .uxc-sidebar {
    bottom: auto;
    right: 0 !important;
    left: 0 !important;
    height: 55px;
    width: auto;
    border: none !important; }
    .uxc-sidebar > div {
      padding: 10px !important;
      margin: 0; }
      .uxc-sidebar > div.uxc-nav {
        padding-left: 0 !important;
        padding-right: 55px !important;
        display: flex !important;
        justify-content: center !important;
        flex: 1; }
    .uxc-sidebar .uxc-logo {
      display: none; }
    .uxc-sidebar .uxc-logo-icon {
      display: block;
      height: 35px;
      max-height: 35px; }
    .uxc-sidebar .uxc-bottom {
      right: 0 !important;
      left: 0 !important;
      width: auto;
      text-align: center; }
      .uxc-sidebar .uxc-bottom > .uxc-btn {
        margin: 0 auto 5px auto; }

  .uxc-nav > div {
    border: none !important;
    width: 46px;
    height: 55px;
    border-radius: 0; }
    .uxc-nav > div i {
      text-indent: 0;
      margin: auto !important;
      font-size: 25px; }
    .uxc-nav > div span {
      display: none !important; }

  .uxc-mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    font-size: 18px; }
    .uxc-mobile-menu > i, .uxc-mobile-menu > svg {
      display: block;
      width: 35px;
      height: 40px;
      line-height: 40px;
      border-radius: 0;
      text-align: center;
      padding: 8px; }
    .uxc-mobile-menu > svg {
      color: #000000;
      transition: color 0.4s; }
    .uxc-mobile-menu > div {
      display: none;
      background: #fff;
      padding: 15px;
      position: fixed;
      right: 10px;
      top: 60px;
      box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
      border-radius: 0;
      text-align: center;
      z-index: 9999995;
      animation: uxc-fade-bottom;
      max-width: fit-content; }
      .uxc-mobile-menu > div .uxc-btn-icon {
        margin: 15px auto 0 auto !important; }
      .uxc-mobile-menu > div .uxc-flex {
        width: 100%;
        max-width: none;
        justify-content: space-between;
        border-radius: 0;
        border: 1px solid #888888;
        background: #ffffff;
        padding: 10px; }
    .uxc-mobile-menu.uxc-active > i, .uxc-mobile-menu.uxc-active > svg {
      color: #a37a29; }
    .uxc-mobile-menu.uxc-active > div {
      display: block; }

  /* --- Mobile off-canvas nav drawer (≤768px): .uxc-nav slides in from the right — black, on top, close button + click-outside-to-close. --- */
  .uxc-nav-action, .uxc-nav-backdrop, .uxc-nav-close { display: none; }
  @media (max-width: 768px) {
    .uxc-sidebar > div.uxc-nav {
      display: flex !important;
      flex-direction: column;
      justify-content: flex-start !important;
      align-items: stretch !important;
      position: fixed; top: 0; right: 0; bottom: 0; width: 260px;
      background: #000; transform: translateX(100%); transition: transform 0.3s ease;
      z-index: 10000001; overflow-y: auto; flex: none !important; padding: 0 !important;
      box-shadow: -4px 0 24px rgba(0,0,0,0.5);
    }
    body.uxc-nav-open .uxc-sidebar > div.uxc-nav { transform: translateX(0); }
    .uxc-nav > div.uxc-nav-close { display: flex; align-items: center; justify-content: flex-end !important; padding: 15px 10px; color: #fff; cursor: pointer; font-size: 22px; }
    .uxc-nav .uxc-nav-close i { margin: 6px 0 0 0 !important; }
    .uxc-nav > div { width: auto !important; height: auto !important; border-radius: 0; padding: 7px 20px; color: #e0e0e0; justify-content: flex-start !important; text-align: left; }
    .uxc-nav > div i { margin: 0 12px 0 0 !important; font-size: 18px; color: #fff; }
    .uxc-nav > div span { display: inline !important; color: #e0e0e0; }
    .uxc-nav > div:hover { background: #1a1a1a; }
    .uxc-nav > div.uxc-active span, .uxc-nav > div.uxc-active i { color: #a37a29; }
    .uxc-nav > div.uxc-nav-action { display: flex; align-items: center; justify-content: space-between !important; padding: 10px 20px !important; margin-top: auto; color: #fff; }
    .uxc-nav-action a { color: #e0e0e0; text-decoration: none !important; }
    .uxc-nav-theme { display: inline-flex; align-items: center; justify-content: center; }
    .uxc-nav-theme i { font-size: 24px; }
    .uxc-nav-theme .uxc-icon-sun { display: none; }
    .uxc-dark-mode .uxc-nav-theme .uxc-icon-sun { display: inline; }
    .uxc-dark-mode .uxc-nav-theme .uxc-icon-moon { display: none; }
    .uxc-nav-backdrop { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 999990; }
    body.uxc-nav-open .uxc-nav-backdrop { display: block; }
  }

  .uxc-admin main > div > .uxc-loading {
    bottom: -20px; }

  .uxc-input input, .uxc-input select, .uxc-input textarea {
    font-size: 15px; }

  .uxc-input {
    display: block; }
    .uxc-input span {
      font-size: 17px;
      max-width: 100% !important;
      width: auto !important;
      max-width: none; }
    .uxc-input > div {
      padding-right: 0;
      width: auto; }
      .uxc-input > div p {
        font-size: 13px;
        line-height: 16px; }
    .uxc-input .uxc-setting-input {
      margin-top: 15px; }

  .uxc-flex .uxc-input + .uxc-input {
    margin-top: 30px !important; }

  #uxc-checkouts-form .uxc-flex .uxc-input + .uxc-input {
    margin-top: 50px !important; }

  #uxc-checkouts-form .uxc-flex {
    flex-direction: column;
    align-items: stretch; }
  #uxc-checkouts-form .uxc-flex .uxc-input + .uxc-input {
    margin-left: 0 !important;
    margin-top: 15px !important; }

  [data-checkout-id] #uxc-checkout-embed-code, [data-checkout-id] #uxc-checkout-payment-link {
    display: block; }

  [data-area="balances"] > div:first-child,
  [data-area="balance"] > div:first-child {
    text-align: center;
    padding-top: 15px; }

  [data-type="multi-input"] > div {
  }

  [data-area="settings"] {
    padding-bottom: 80px; }

  .uxc-color-cnt i {
    right: 12px; }
  .uxc-color-cnt:after {
    right: 1px; }

  #uxc-checkout-embed-code div, #uxc-checkout-payment-link div {
    width: auto; }

  #uxc-version {
    margin-top: 13px; }

  .uxc-rtl .uxc-mobile-menu {
    left: 0;
    right: auto; }
    .uxc-rtl .uxc-mobile-menu > div {
      left: 10px;
      right: auto; }

  #uxc-table-transactions .uxc-td-amount .uxc-title {
    margin: 0; }
  #uxc-table-transactions .uxc-td-amount div + div {
    margin: 0 0 0 15px; }
  #uxc-table-transactions .uxc-not-found {
    margin: 0; }

  #uxc-checkouts-form .uxc-input, #uxc-checkouts-form .uxc-flex {
    border-top: none !important; }
  #uxc-checkouts-form #checkout-downloads {
    padding-right: 20px; }

  #uxc-checkout-shortcode i {
    margin-top: 32px; }

  .uxc-login,
  .uxc-cloud-box,
  .uxc-box {
    border: none; }

  .uxc-login .uxc-input, .uxc-cloud-box .uxc-input {
    margin-top: 15px; }

  #uxc-balance-total {
    font-size: 22px; margin-top: 3px; }
    #uxc-balance-total + div {
      font-size: 18px; }

  [data-area="balances"] > div:first-child,
  [data-area="balance"] > div:first-child {
    border: 1px solid;
    background: none;
    border-radius: 0;
    text-align: center;
    padding: 15px; }

  .uxc-nav-filters {
    padding: 0;
    border-bottom: 1px solid #888888; }
    .uxc-nav-filters .uxc-input {
      margin-right: 0;
      display: flex;
      justify-content: start;
      margin: 15px 0; }
    .uxc-nav-filters > .uxc-select {
      display: block;
      margin: 0; }
      .uxc-nav-filters > .uxc-select p, .uxc-nav-filters > .uxc-select li {
        font-size: 17px !important; }
    .uxc-nav-filters.uxc-active {
      display: block;
      padding-bottom: 15px; }
    .uxc-nav-filters > div:last-child {
      margin-bottom: 15px; }
    .uxc-nav-filters .uxc-filter-checkout > p {
      max-width: 100%; }

  input.uxc-filter-date, input.uxc-filter-date-2 {
    width: 50%;
    text-align: left; }

  [data-area="analytics"] .uxc-nav-wide > .uxc-flex {
    width: 100%; }
  [data-area="analytics"] .uxc-nav-filters:not(.uxc-active) {
    display: none; }
  [data-area="analytics"] #uxc-filters {
    display: block;
    margin-left: auto; }

  .uxc-cloud-disabled:after {
    content: attr(data-description);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    color: #000000;
    padding: 8px 12px;
    font-size: 13px;
    white-space: normal;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    margin-bottom: 8px;
    z-index: 1000; }

  .uxc-cloud-disabled:hover:after {
    opacity: 1;
    visibility: visible; }

  .uxc-dark-mode .uxc-mobile-menu > div {
    border: 1px solid var(--uxc-border-color); } }
@media (max-width: 470px) {
  .uxc-nav > div {
    width: 40px; } }
@media (max-width: 400px) {
  .uxc-nav > div {
    width: 40px; } }
@media (max-width: 440px) {
  .uxc-sidebar > div {
    padding: 10px 0 10px 20px !important; }
  .uxc-sidebar .uxc-logo-icon {
    height: 30px;
    max-height: 30px; }
  .uxc-nav > div i {
    font-size: 18px !important; }
  .uxc-nav > div i svg {
    width: 24px;
    height: 24px; }
  .uxc-nav i.uxc-icon-shopping-cart svg {
    width: 20px;
    height: 20px; }
  .uxc-nav > div span {
    font-size: 12px; }
  .uxc-sidebar .uxc-bottom .uxc-btn {
    font-size: 11px; }
  .uxc-mobile-menu > svg {
    width: 32px;
    height: 36px; } }
@media (max-width: 395px) {
  .uxc-nav > div {
    width: 38px; } }
@media (max-width: 375px) {
  .uxc-nav > div {
    width: 33px; }
  .uxc-nav > div i {
    font-size: 20px; } }
@media (max-width: 340px) {
  .uxc-nav > div {
    width: 30px; } }
@media (max-width: 320px) {
  .uxc-nav > div {
    width: 28px; }
  .uxc-nav > div i {
    font-size: 18px; }
  .uxc-mobile-menu > svg {
    width: 32px;
    height: 36px; } }
@media (max-width: 250px) {
  .uxc-nav > div {
    width: 22px; }
  .uxc-nav > div i {
    font-size: 14px !important; } }
@media (max-width: 290px) {
  .uxc-nav > div {
    width: 22px; }
  .uxc-nav > div i {
    font-size: 14px !important; }
  .uxc-nav > div i svg {
    width: 16px;
    height: 16px; }
  .uxc-nav i.uxc-icon-shopping-cart svg {
    width: 14px;
    height: 14px; } }
@media (max-width: 305px) {
  .uxc-nav > div {
    width: 26px; }
  .uxc-nav > div i {
    font-size: 16px !important; }
  .uxc-nav > div i svg {
    width: 18px;
    height: 18px; }
  .uxc-nav i.uxc-icon-shopping-cart svg {
    width: 16px;
    height: 16px; } }
@media (max-width: 295px) {
  .uxc-nav > div {
    width: 23px; } }
@media (max-width: 275px) {
  .uxc-nav > div {
    width: 21px; } }

/*# sourceMappingURL=admin.css.map */

/*
==========================================================
DARK THEME
==========================================================
*/

/* Dark mode CSS variables for dedicated dark palette */
.uxc-dark-mode {
  --uxc-bg-primary: #1a1a1a;
  --uxc-bg-secondary: #242424;
  --uxc-bg-tertiary: #2e2e2e;
  --uxc-text-primary: #e4e4e4;
  --uxc-text-secondary: #b0b0b0;
  --uxc-text-muted: #8a8a8a;
  --uxc-border-color: #3d3d3d;
  --uxc-hover-bg: #383838;
  --uxc-input-bg: #2a2a2a;
  --uxc-shadow: rgba(0, 0, 0, 0.3);
}

/* Apply dark theme to html element when body has dark mode */
body.uxc-dark-mode {
  color: var(--uxc-text-primary);
}

/* Target html element with dark mode class */
html.uxc-dark-mode {
  background-color: #000000;
}

.uxc-dark-mode .uxc-main,
.uxc-dark-mode .uxc-box,
.uxc-dark-mode .uxc-admin {
  color: var(--uxc-text-primary);
}

.uxc-dark-mode .uxc-sidebar {
  background: #000000;
  border-right-color: var(--uxc-border-color);
}

.uxc-dark-mode .uxc-nav > div {
  color: var(--uxc-text-primary);
  border-color: var(--uxc-bg-secondary);
}

.uxc-dark-mode .uxc-nav > div:hover,
.uxc-dark-mode .uxc-nav > div.uxc-active {
  color: #a37a29;
  border-color: #a37a29;
}

.uxc-dark-mode .uxc-input span,
.uxc-dark-mode .uxc-title {
  color: var(--uxc-text-primary);
}

.uxc-dark-mode .uxc-text {
  color: var(--uxc-text-secondary);
}

.uxc-dark-mode .uxc-input input,
.uxc-dark-mode .uxc-input select,
.uxc-dark-mode .uxc-input textarea {
  background-color: transparent;
  border-color: var(--uxc-border-color);
  color: var(--uxc-text-primary); }

.uxc-dark-mode .uxc-input select option {
  background-color: #000000;
  color: #ffffff; }

.uxc-dark-mode .uxc-input input:focus,
.uxc-dark-mode .uxc-input select:focus,
.uxc-dark-mode .uxc-input textarea:focus,
.uxc-dark-mode .uxc-input input.uxc-focus,
.uxc-dark-mode .uxc-input select.uxc-focus,
.uxc-dark-mode .uxc-input textarea.uxc-focus {
  border-color: #a37a29;
  background-color: var(--uxc-bg-tertiary);
  color: var(--uxc-text-primary);
}

/* Disabled select elements in dark mode */
.uxc-dark-mode .uxc-input select:disabled,
.uxc-dark-mode .uxc-input select[disabled="true"],
.uxc-dark-mode select:disabled,
.uxc-dark-mode select[disabled="true"] {
  background-color: var(--uxc-bg-secondary);
  color: var(--uxc-text-muted);
  border-color: var(--uxc-border-color);
  opacity: 0.6;
}

/* Cloud disabled elements in dark mode */
html.uxc-dark-mode .uxc-cloud-disabled:after,
body.uxc-dark-mode .uxc-cloud-disabled:after {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.uxc-dark-mode .uxc-cloud-disabled select {
  background-color: var(--uxc-bg-secondary);
  color: var(--uxc-text-muted);
  border-color: var(--uxc-border-color);
  opacity: 0.6;
}


.uxc-dark-mode .uxc-table th {
  color: var(--uxc-text-primary);
  border-top-color: var(--uxc-border-color);
  border-bottom-color: var(--uxc-border-color);
  border-left-color: var(--uxc-border-color);
  border-right-color: var(--uxc-border-color);
}
.uxc-dark-mode .uxc-table th:first-child {
  border-right: none;
}
.uxc-dark-mode .uxc-table th:last-child {
  border-left: none;
}
.uxc-dark-mode .uxc-table th:not(:first-child):not(:last-child) {
  border-left: none;
  border-right: none;
}

.uxc-dark-mode .uxc-table tr:hover td {
  background-color: var(--uxc-hover-bg);
}

.uxc-dark-mode #uxc-table-transactions tbody td {
  border-color: var(--uxc-border-color);
}

.uxc-dark-mode #uxc-table-balances tbody tr td {
  border-top-color: var(--uxc-border-color);
  border-bottom-color: var(--uxc-border-color);
}
.uxc-dark-mode #uxc-table-balances tbody tr td:first-child {
  border-left-color: var(--uxc-border-color);
}
.uxc-dark-mode #uxc-table-balances tbody tr td:last-child {
  border-right-color: var(--uxc-border-color);
}

.uxc-dark-mode #uxc-table-checkouts tbody tr td {
  border-top-color: var(--uxc-border-color);
  border-bottom-color: var(--uxc-border-color);
}
.uxc-dark-mode #uxc-table-checkouts tbody tr td:first-child {
  border-left-color: var(--uxc-border-color);
}
.uxc-dark-mode #uxc-table-checkouts tbody tr td:last-child {
  border-right-color: var(--uxc-border-color);
}

.uxc-dark-mode .uxc-select {
  color: var(--uxc-text-primary);
}

.uxc-dark-mode .uxc-select ul {
  background-color: var(--uxc-bg-secondary);
  box-shadow: 0 4px 14px 0 var(--uxc-shadow);
}

.uxc-dark-mode .uxc-select ul li {
  color: var(--uxc-text-primary);
}

.uxc-dark-mode .uxc-select ul li:hover,
.uxc-dark-mode .uxc-select ul li:hover .uxc-label {
  background-color: #a37a29;
  color: #fff;
}

.uxc-dark-mode .uxc-select p:hover,
.uxc-dark-mode .uxc-select p:hover span {
  color: #a37a29;
}

.uxc-dark-mode .uxc-btn {
  background-color: transparent;
  color: #a37a29;
  border-color: #a37a29;
}

.uxc-dark-mode #uxc-save-settings {
  background: #000000; }

.uxc-dark-mode #uxc-request-payment {
  background: #000000; }

.uxc-dark-mode .uxc-mobile-menu > div .uxc-flex {
  background: #000000;
  border-color: var(--uxc-border-color);
  padding: 10px; }

.uxc-dark-mode .uxc-btn:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.uxc-dark-mode .uxc-btn.uxc-btn-border {
  background: none;
  border-color: var(--uxc-border-color);
  color: var(--uxc-text-secondary);
}

.uxc-dark-mode .uxc-btn.uxc-btn-border:hover,
.uxc-dark-mode .uxc-btn.uxc-btn-border:active {
  color: #fff;
  border-color: #fff;
}

.uxc-dark-mode .uxc-btn-icon {
  color: var(--uxc-text-primary);
  border-color: transparent;
}

.uxc-dark-mode .uxc-btn-icon:hover {
  color: #a37a29;
}

.uxc-dark-mode .uxc-link,
.uxc-dark-mode .uxc-link:hover,
.uxc-dark-mode .uxc-underline:hover {
  color: #ffffff;
}

.uxc-dark-mode .uxc-underline:after {
  background-color: var(--uxc-border-color);
}

.uxc-dark-mode .uxc-underline:hover:after {
  background-color: #a37a29;
}

.uxc-dark-mode .uxc-info-table td {
  color: var(--uxc-text-secondary);
  border-bottom-color: var(--uxc-border-color);
}

.uxc-dark-mode .uxc-info-table td:first-child {
  color: var(--uxc-text-muted);
}

.uxc-dark-mode .uxc-card {
  border-color: var(--uxc-border-color);
}

.uxc-dark-mode .uxc-card:hover {
  border-color: #a37a29;
  box-shadow: 0 4px 14px 0 var(--uxc-shadow);
}

.uxc-dark-mode .uxc-card-title {
  color: var(--uxc-text-primary);
  border-bottom-color: var(--uxc-border-color);
}

.uxc-dark-mode .uxc-label {
  color: #d4a84b;
  border-color: #d4a84b;
}

.uxc-dark-mode .uxc-toolip {
  background-color: var(--uxc-text-primary);
  color: var(--uxc-bg-primary) !important;
}

.uxc-dark-mode .uxc-toolip:after {
  border-color: var(--uxc-text-primary) transparent transparent;
}

.uxc-dark-mode #uxc-lightbox {
  background-color: rgba(0, 0, 0, 0.95);
}

.uxc-dark-mode #uxc-lightbox > div {
  background-color: #000;
  border: 1px solid var(--uxc-border-color);
  box-shadow: 0 4px 14px 0 var(--uxc-shadow);
}

.uxc-dark-mode #uxc-lightbox-loading {
  background-color: rgba(26, 29, 46, 0.85);
}

.uxc-dark-mode .uxc-scrollbar::-webkit-scrollbar-track {
  background: rgba(45, 50, 80, 0.5);
  border-radius: 3px;
}

.uxc-dark-mode .uxc-scrollbar::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #d4af37 0%, #b8942e 100%);
  box-shadow: 0 1px 3px rgba(212, 175, 55, 0.4);
}

.uxc-dark-mode .uxc-scrollbar::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #e0c455 0%, #d4af37 100%);
  box-shadow: 0 1px 5px rgba(212, 175, 55, 0.6);
}

.uxc-dark-mode .uxc-search i {
  color: var(--uxc-text-muted);
}

.uxc-dark-mode .uxc-search input:focus + input + i {
  color: #a37a29;
}

.uxc-dark-mode .uxc-bottom {
  border-top-color: var(--uxc-border-color);
}
.uxc-sidebar .uxc-bottom > .uxc-btn {
  background: #fff;
}
.uxc-dark-mode .uxc-sidebar .uxc-bottom > .uxc-btn {
  background: #000;
}

.uxc-dark-mode .uxc-input > div p,
.uxc-dark-mode .uxc-input > div p a {
  color: var(--uxc-text-secondary);
}

.uxc-dark-mode .uxc-nav-filters {
  border-bottom-color: var(--uxc-border-color);
}

.uxc-dark-mode .uxc-info-card {
  background-color: #1a9260;
  color: #fff;
  box-shadow: 0 4px 14px 0 var(--uxc-shadow);
}

.uxc-dark-mode .uxc-info-card.uxc-info-card-error {
  background-color: #ca3434;
}

.uxc-dark-mode .uxc-info-card.uxc-info-card-info {
  background-color: var(--uxc-text-muted);
}

.uxc-dark-mode hr {
  background: none;
  border-bottom-color: var(--uxc-border-color);
}

.uxc-dark-mode .uxc-repater-line hr {
  background: var(--uxc-border-color);
}

.uxc-dark-mode .uxc-upload-image .uxc-btn-icon {
  border-color: var(--uxc-border-color);
}

.uxc-dark-mode .uxc-upload-image .uxc-btn-icon i {
  color: var(--uxc-text-muted);
}

.uxc-dark-mode [data-type="multi-input"] .uxc-btn {
  background-color: transparent;
  color: #a37a29;
  border-color: #a37a29;
}

.uxc-dark-mode [data-type="multi-input"] .uxc-btn:hover {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.uxc-dark-mode [data-type="upload-file"] .uxc-btn-icon {
  border-color: var(--uxc-border-color);
}

.uxc-dark-mode [data-type="upload-file"] .uxc-btn-icon i {
  color: var(--uxc-text-secondary);
}

.uxc-dark-mode [data-type="upload-file"] .uxc-btn-icon:hover {
  border-color: #a37a29;
}

.uxc-dark-mode [data-type="upload-file"] .uxc-btn-icon:hover i {
  color: #a37a29;
}

.uxc-dark-mode .uxc-mobile-menu > svg {
  color: var(--uxc-text-primary);
}

.uxc-dark-mode .uxc-mobile-menu.uxc-active > svg {
  color: #a37a29;
}

.uxc-dark-mode .uxc-mobile-menu > div {
  background: #000000;
  border-radius: 0;
  box-shadow: 0 4px 14px 0 var(--uxc-shadow);
}

.uxc-dark-mode .uxc-color-cnt i {
  color: var(--uxc-text-muted);
}

.uxc-dark-mode .uxc-color-cnt i:hover {
  color: #ca3434;
}

/* Desktop mobile menu flex spacing */
.uxc-mobile-menu > div .uxc-flex {
  width: 100%;
  max-width: none;
  justify-content: space-between;
  text-align: left;
  border-radius: 0;
  border: 1px solid #888888;
  background: #ffffff;
  padding: 10px; }

.uxc-dark-mode .uxc-status-C:before,
.uxc-dark-mode .uxc-status-P:before,
.uxc-dark-mode .uxc-status-R:before,
.uxc-dark-mode .uxc-status-X:before {
  background-color: #1a9260;
}

.uxc-dark-mode .uxc-status-C.uxc-status-P:before,
.uxc-dark-mode .uxc-status-P.uxc-status-P:before,
.uxc-dark-mode .uxc-status-R.uxc-status-P:before,
.uxc-dark-mode .uxc-status-X.uxc-status-P:before {
  background-color: #f69e00;
}

.uxc-dark-mode .uxc-status-C.uxc-status-R:before,
.uxc-dark-mode .uxc-status-P.uxc-status-R:before,
.uxc-dark-mode .uxc-status-R.uxc-status-R:before,
.uxc-dark-mode .uxc-status-X.uxc-status-R:before {
  background-color: #ca3434;
}

.uxc-dark-mode .uxc-status-C.uxc-status-X:before,
.uxc-dark-mode .uxc-status-P.uxc-status-X:before,
.uxc-dark-mode .uxc-status-R.uxc-status-X:before,
.uxc-dark-mode .uxc-status-X.uxc-status-X:before {
  background-color: #f6d000;
}

.uxc-dark-mode .uxc-input .uxc-icon-help {
  color: var(--uxc-text-muted);
}

.uxc-dark-mode .uxc-input .uxc-icon-help:hover {
  color: #a37a29;
}

.uxc-dark-mode .uxc-btn-icon.uxc-loading:before {
  border-color: rgba(163, 122, 41, 0.3);
  border-top-color: #a37a29;
}

.uxc-dark-mode .uxc-btn.uxc-loading:before {
  border-color: rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
}

.uxc-dark-mode .uxc-loading:before {
  border-color: rgba(163, 122, 41, 0.3);
  border-top-color: #a37a29;
}

.uxc-dark-mode .uxc-loading:after {
  color: #b0b3c7;
}

.uxc-dark-mode .uxc-btn.uxc-disabled {
  background-color: var(--uxc-bg-tertiary) !important;
  color: var(--uxc-text-muted) !important;
}

.uxc-dark-mode .uxc-info {
  background-color: #ca3434;
  color: #fff;
}

.uxc-dark-mode .uxc-input-btn .uxc-btn:not(:hover) {
  border-color: var(--uxc-border-color);
}

/* Payment links - light mode */
#uxc-payment-box a {
  color: #000;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
}
#uxc-payment-box a:hover {
  color: #a37a29;
}

/* Payment links - dark mode */
.uxc-dark-mode #uxc-payment-box a,
.uxc-dark-mode #uxc-payment-box a:hover {
  color: #ffffff;
}

/* Super Admin Information Page Styles */
.uxc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px; }

.uxc-card {
  border: 1px solid #888888;
  border-radius: 0;
  padding: 20px;
  transition: all 0.4s; }
  .uxc-card:hover {
    border-color: #a37a29;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1); }

.uxc-card-title {
  font-size: 16px;
  font-weight: 600;
  color: #464646;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #888888; }

.uxc-info-table {
  width: 100%;
  border-collapse: collapse; }
  .uxc-info-table td {
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
    font-size: 14px;
    color: #464646; }
  .uxc-info-table td:first-child {
    font-weight: 600;
    color: #5c7171;
    min-width: 150px; }
  .uxc-info-table tr:last-child td {
    border-bottom: none; }


/*
 * ==========================================================
 * LOGIN BOX THEME TOGGLE POSITIONING
 * ==========================================================
 */

/* Position theme toggle at top right of screen */
.uxc-theme-toggle-top#uxc-theme-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999999;
  width: 20px !important;
  height: 20px !important;
  border: none !important;
  background: transparent !important;
  border-radius: 0;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.uxc-theme-toggle-top#uxc-theme-toggle i {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 16px !important;
  height: 16px !important;
}

.uxc-theme-toggle-top#uxc-theme-toggle i svg {
  width: 16px !important;
  height: 16px !important;
}

/* 
 * ==========================================================
 * RESPONSIVE LOGO SIZING FOR MOBILE
 * ==========================================================
 */

/* Make logos smaller on mobile devices */
@media (max-width: 768px) {
  .uxc-login img,
  .uxc-installation img,
  .uxc-cloud-box img,
  .uxc-top img {
    max-width: 180px !important;
  }
}

/* Even smaller for very small screens */
@media (max-width: 480px) {
  .uxc-login img,
  .uxc-installation img,
  .uxc-cloud-box img,
  .uxc-top img {
    max-width: 140px !important;
    margin-bottom: 20px !important;
  }
}

/*
 * ==========================================================
 * SUPER ADMIN SETTINGS FOOTER
 * ==========================================================
 */

.uxc-settings-footer {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e0e0e0;
  text-align: right;
}

.uxc-dark-mode .uxc-settings-footer {
  border-top-color: var(--uxc-border-color);
}

/*
 * ==========================================================
 * TRANSACTION DETAILS VIEW
 * ==========================================================
 */

.uxc-transaction-details-view {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.uxc-details-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.uxc-details-header h2 {
  margin: 0;
  font-size: 20px;
  color: #464646;
}

.uxc-details-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.uxc-details-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
}

.uxc-details-row:last-child {
  border-bottom: none;
}

.uxc-details-row-stacked {
  flex-direction: column;
  gap: 8px;
}

.uxc-details-row-stacked .uxc-details-label {
  min-width: auto;
  flex-shrink: 0;
}

.uxc-details-row-stacked .uxc-details-value {
  text-align: left;
}

.uxc-details-label {
  font-weight: 600;
  color: #666;
  min-width: 120px;
  flex-shrink: 0;
  margin-bottom: 5px;
}

.uxc-details-value {
  color: #464646;
  text-align: right;
  flex: 1;
  word-break: break-word;
}

.uxc-details-value a.uxc-link {
  color: #a37a29;
  text-decoration: none;
}

.uxc-details-value a.uxc-link:hover {
  text-decoration: underline;
}

.uxc-details-value .uxc-code-block {
  background: #f8f8f8;
  padding: 8px;
  border-radius: 4px;
  font-family: monospace;
  font-size: 12px;
  word-break: break-all;
}

.uxc-status-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.uxc-details-value.uxc-status-badge {
  flex: none;
  align-self: flex-end;
}

.uxc-status-p {
  background: #856404;
  color: #fff;
}

.uxc-status-c {
  background: #1a6b3c;
  color: #fff;
}

.uxc-status-f {
  background: #f8d7da;
  color: #721c24;
}

.uxc-status-u {
  background: #fff3cd;
  color: #856404;
}

.uxc-status-i {
  background: #e2e3e5;
  color: #383d41;
}

.uxc-status-x {
  background: #555;
  color: #fff;
}

.uxc-details-actions {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.uxc-icon-copy {
  cursor: pointer;
  margin-left: 8px;
}

.uxc-icon-copy:hover {
  opacity: 0.8;
}

.uxc-icon-copy-large {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.uxc-icon-copy-large span {
  position: absolute;
  right: 100%;
  margin-right: 8px;
  font-size: 11px;
  color: #856404;
  white-space: nowrap;
  font-weight: 500;
}

/* Webhook secret field + settings-area modal CSS now live inline in admin_code.php
   so a stale cached admin.css can't defeat them. */

.uxc-details-row-stacked {
  position: relative;
}

.uxc-details-label {
  display: block;
}

.uxc-info-box {
  padding: 10px 15px;
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 4px;
  color: #856404;
  font-size: 14px;
}

/* Dark mode support */
.uxc-dark-mode .uxc-transaction-details-view {
  background: var(--uxc-card-bg);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.uxc-dark-mode .uxc-details-header {
  border-bottom-color: var(--uxc-border-color);
}

.uxc-dark-mode .uxc-details-header h2 {
  color: var(--uxc-text-primary);
}

.uxc-dark-mode .uxc-details-row {
  border-bottom-color: var(--uxc-border-color);
}

.uxc-dark-mode .uxc-details-label {
  color: var(--uxc-text-secondary);
}

.uxc-dark-mode .uxc-details-value {
  color: var(--uxc-text-primary);
}

.uxc-dark-mode .uxc-details-value .uxc-code-block {
  background: var(--uxc-input-bg);
}

.uxc-dark-mode .uxc-details-actions {
  border-top-color: var(--uxc-border-color);
}

/* Mobile responsive styles */
@media (max-width: 768px) {
  .uxc-transaction-details-view {
    padding: 15px;
    border-radius: 0;
  }

  .uxc-details-header {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .uxc-details-header h2 {
    font-size: 18px;
    flex: 1;
  }


  .uxc-details-label {
    min-width: auto;
    font-size: 14px;
  }

  .uxc-details-value {
    text-align: right;
    font-size: 14px;
  }

  .uxc-details-actions {
    flex-direction: column;
  }

  .uxc-details-actions .uxc-btn {
  }
}

/* ========================================
   Payment Request Form Styles
   ======================================== */

/* Area visibility control - hide transactions table when in payment request mode */
.uxc-area-payment-request #uxc-table-transactions {
  display: none;
}

/* Hide payment request form by default */
#uxc-payment-request-content {
  display: none;
}

/* Show payment request form when area class is added */
.uxc-area-payment-request #uxc-payment-request-content {
  display: block;
  animation: uxc-fade-in 0.5s;
}

/* Hide the request payment button when the form is open */
.uxc-area-payment-request #uxc-request-payment {
  display: none;
}

/* Hide transactions UI elements when payment request form is open */
.uxc-area-payment-request .uxc-nav-wide {
  display: none;
}

.uxc-area-payment-request .uxc-transactions-info {
  display: none;
}

.uxc-area-payment-request [data-area="transactions"] > hr {
  display: none;
}

.uxc-area-payment-request .uxc-pagination {
  display: none;
}

/* Payment type toggle buttons */
.uxc-payment-type-toggle {
  display: flex;
  gap: 10px;
  margin: 15px 0;
}

.uxc-payment-type-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.2s;
}

.uxc-payment-type-btn:hover {
  border-color: #D4AF37;
}

.uxc-payment-type-btn.uxc-active {
  border-color: #D4AF37;
  background: rgba(212, 175, 55, 0.1);
}

.uxc-payment-type-icon {
  width: 24px;
  height: 24px;
}

.uxc-payment-type-label {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

/* Currency grid */

/* Custom token type grid-select — reuses .uxc-currency-grid/.uxc-currency-item styling */
.uxc-token-type-grid {
  max-height: none !important;
  overflow: visible !important;
  overflow-y: visible !important;
  margin: 8px 0;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)) !important;
  gap: 12px;
}
.uxc-token-type-grid .uxc-currency-item {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  text-align: left;
}
.uxc-token-type-grid .uxc-token-label {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  min-width: 0;
  flex: 1;
  width: 100%;
}
.uxc-token-type-grid .uxc-currency-code {
  text-align: right;
  width: 100%;
}
.uxc-token-type-grid .uxc-token-standard {
  font-size: 11px;
  font-weight: 400;
  opacity: 0.65;
  text-align: right;
  margin-top: 0;
}

.uxc-currency-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 10px;
  margin: 15px 0;
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #d4af37 #f5f5f5;
}

/* Modern scrollbar for currency grid */
.uxc-currency-grid::-webkit-scrollbar {
  width: 6px;
}

.uxc-currency-grid::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 3px;
}

.uxc-currency-grid::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #d4af37 0%, #c99b2d 100%);
  border-radius: 3px;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(212, 175, 55, 0.3);
}

.uxc-currency-grid::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #e0c455 0%, #d4af37 100%);
  box-shadow: 0 1px 5px rgba(212, 175, 55, 0.5);
}

.uxc-currency-grid.uxc-compact-grid {
  grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
}

.uxc-currency-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 10px;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: all 0.2s;
}

.uxc-currency-item:hover {
  border-color: #D4AF37;
}

.uxc-currency-item.uxc-active {
  border-color: #D4AF37;
  background: rgba(212, 175, 55, 0.1);
}

.uxc-currency-flag {
  width: 24px;
  height: 16px;
}

.uxc-currency-icon {
  width: 24px;
  height: 24px;
}

.uxc-currency-code {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

/* System default note */
.uxc-system-default-note {
  margin: 15px 0;
  padding: 12px;
  border: 1px solid #ddd;
  font-size: 13px;
}

.uxc-system-default-note a {
  color: #D4AF37;
  text-decoration: none;
}

.uxc-system-default-note a:hover {
  text-decoration: underline;
}

/* Payment link display sections */
.uxc-payment-link-container {
  margin: 20px 0;
  padding: 15px;
  background: #f5f5f5;
  border-radius: 8px;
}

.uxc-payment-link-label {
  font-size: 12px;
  color: #666;
  margin-bottom: 5px;
}

.uxc-payment-link-value {
  font-size: 14px;
  word-break: break-all;
}

/* Learn Page Styles - Professional */
.uxc-learn-container {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
}

/* Top navigation bar with ghost buttons */
.uxc-learn-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 10px 0 20px 0;
    justify-content: center;
    background: transparent;
    position: static;
    max-height: none;
    overflow: visible;
}

.uxc-learn-nav-btn {
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    background-color: transparent;
    color: #a37a29;
    border: 1px solid #a37a29;
    padding: 8px 20px;
    cursor: pointer;
    transition: color .4s, background-color .4s, border-color .4s;
    font-family: "Uncheckout", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.uxc-learn-nav-btn:hover,
.uxc-learn-nav-btn:active {
    color: #000;
    border-color: #000;
}

.uxc-learn-nav-btn.active {
    background-color: #a37a29;
    color: #fff;
}

/* Content area */
.uxc-learn-content {
    flex: 1;
    width: 100%;
    box-sizing: border-box;
}

/* Section styling */
.uxc-learn-section {
    margin-top: 50px;
    scroll-margin-top: 20px;
}

.uxc-learn-section > .uxc-settings-title {
    margin-top: 0 !important;
    margin-bottom: 20px;
}

.uxc-learn-section > p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    font-family: "Uncheckout", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Card styling matching admin */
.uxc-learn-card {
    border: 1px solid #888888;
    border-radius: 0;
    padding: 20px;
    margin-bottom: 20px;
    background: transparent;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.uxc-learn-card h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: "Uncheckout", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.uxc-learn-card h4 {
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 10px;
}

.uxc-learn-card ul,
.uxc-learn-card ol {
    margin: 10px 0;
    padding-left: 20px;
}

.uxc-learn-card li {
    font-size: 14px;
    line-height: 1.6;
    margin: 8px 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: pre-wrap;
}

/* Steps styling */
.uxc-learn-steps {
    list-style: none;
    counter-reset: step-counter;
    padding: 0;
}

.uxc-learn-steps li {
    counter-increment: step-counter;
    padding: 15px 15px 15px 45px;
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #888888;
    border-radius: 0;
    background: transparent;
}

.uxc-learn-steps li:before {
    content: counter(step-counter);
    position: absolute;
    left: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    background: #a37a29;
    color: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}

/* Info boxes */
.uxc-learn-tip,
.uxc-learn-warning {
    border: 1px solid #888888;
    border-left: 3px solid #a37a29;
    padding: 15px 20px;
    border-radius: 0;
    margin: 20px 0;
    background: transparent;
}

.uxc-learn-tip h4 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}

.uxc-learn-warning {
    border-left-color: #a37a29;
}

/* Code blocks */
.uxc-learn-code,
.uxc-learn-card pre,
.uxc-learn-card code {
    background: transparent;
    border: 1px solid #888888;
    border-radius: 0;
    padding: 15px;
    font-family: 'Courier New', monospace;
    font-size: 13px;
    line-height: 1.5;
    margin: 15px 0;
    max-width: 100%;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.uxc-learn-card pre {
    overflow-x: hidden;
}

.uxc-learn-card code {
    border: none;
    padding: 0;
    margin: 0;
}

/* Dark mode */
.uxc-dark .uxc-learn-nav {
    border-bottom-color: #3a3a3a;
}

.uxc-dark .uxc-learn-nav-btn,
.uxc-dark-mode .uxc-learn-nav-btn {
    color: #a37a29;
    border-color: #a37a29;
    font-family: "Uncheckout", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.uxc-dark .uxc-learn-nav-btn:hover,
.uxc-dark .uxc-learn-nav-btn:active,
.uxc-dark-mode .uxc-learn-nav-btn:hover,
.uxc-dark-mode .uxc-learn-nav-btn:active {
    color: #fff;
    border-color: #fff;
}

.uxc-dark .uxc-learn-nav-btn.active,
.uxc-dark-mode .uxc-learn-nav-btn.active {
    background-color: #a37a29;
    color: #000;
}

.uxc-dark .uxc-learn-section > .uxc-settings-title,
.uxc-dark .uxc-learn-card h3,
.uxc-dark .uxc-learn-card h4,
.uxc-dark .uxc-learn-tip h4,
.uxc-dark .uxc-learn-section > p,
.uxc-dark .uxc-learn-card li,
.uxc-dark .uxc-learn-code {
    color: #fff;
    font-family: "Uncheckout", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.uxc-dark .uxc-learn-card,
.uxc-dark .uxc-learn-steps li,
.uxc-dark .uxc-learn-tip,
.uxc-dark .uxc-learn-warning,
.uxc-dark .uxc-learn-code {
    border-color: #3a3a3a;
}

.uxc-dark .uxc-learn-section {
    border-bottom-color: #3a3a3a;
}

/* Responsive */
@media (max-width: 768px) {
    .uxc-learn-nav {
        gap: 8px;
        padding: 15px 0 28px 0;
    }

    .uxc-learn-nav-btn {
        padding: 6px 16px;
        font-size: 13px;
    }

    .uxc-learn-content {
        padding: 15px 0;
    }

    .uxc-learn-section > .uxc-settings-title {
        margin-top: 0 !important;
    }

    .uxc-settings-nav {
        gap: 8px;
        padding: 15px 0 28px 0;
    }
    .uxc-settings-nav-btn {
        padding: 5px 12px;
        font-size: 12px;
    }
}

/* Learn icon styles */
.uxc-nav i.uxc-icon-learn {
    margin-right: 12px;
}
.uxc-nav i.uxc-icon-learn svg {
    width: 24px !important;
    height: 24px !important;
    vertical-align: middle;
}

/* Mobile responsive for Learn icon */
@media (max-width: 768px) {
    .uxc-nav i.uxc-icon-learn svg {
        width: 24px !important;
        height: 24px !important;
    }
}
@media (max-width: 440px) {
    .uxc-nav i.uxc-icon-learn svg {
        width: 22px !important;
        height: 22px !important;
    }
}
@media (max-width: 305px) {
    .uxc-nav i.uxc-icon-learn svg {
        width: 18px !important;
        height: 18px !important;
    }
}
@media (max-width: 290px) {
    .uxc-nav i.uxc-icon-learn svg {
        width: 16px !important;
        height: 16px !important;
    }
}

/* Currency formatting styles */
.uxc-amount-fiat-total {
    font-weight: 600;
}

.uxc-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.uxc-pagination-btn {
    min-width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid #d4d4d4;
    background: none;
    color: #464646;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uxc-pagination-btn:hover {
    border-color: #a37a29;
    color: #a37a29;
}
.uxc-pagination-btn.uxc-pagination-active {
    background: #a37a29;
    border-color: #a37a29;
    color: #fff;
}
.uxc-pagination-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.uxc-dark-mode .uxc-pagination-btn {
    border-color: var(--uxc-border-color);
    color: var(--uxc-text-primary);
}
.uxc-dark-mode .uxc-pagination-btn:hover {
    border-color: #a37a29;
    color: #a37a29;
}
.uxc-dark-mode .uxc-pagination-btn.uxc-pagination-active {
    background: #a37a29;
    border-color: #a37a29;
    color: #fff;
}

/*
 * ==========================================================
 * TRANSACTIONS INFO BOX
 * ==========================================================
 */

.uxc-transactions-info {
    padding: 15px 20px;
    margin-top: 15px;
    background: none;
    border: 1px solid #000000;
    color: #5c7171;
}
.uxc-transactions-info-title {
    font-weight: 600;
    font-size: 14px;
    color: #464646;
    margin-bottom: 5px;
}
.uxc-transactions-info-text {
    font-size: 13px;
    line-height: 20px;
}

/* Dark mode */
.uxc-dark-mode .uxc-transactions-info {
    background: none;
    border-color: var(--uxc-border-color);
}
.uxc-dark-mode .uxc-transactions-info-title {
    color: var(--uxc-text-primary);
}
.uxc-dark-mode .uxc-transactions-info-text {
    color: var(--uxc-text-secondary);
}

.uxc-balance-header {
    border: 1px solid #000000;
    border-radius: 0;
    background: none;
    padding: 15px;
    text-align: center;
}

.uxc-dark-mode .uxc-balance-header {
    border-color: var(--uxc-border-color);
}

.uxc-balance-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-top: 2px solid #666;
    border-radius: 50%;
    animation: uxc-spin 0.8s linear infinite;
}
@keyframes uxc-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#uxc-balance-total .uxc-balance-spinner { vertical-align: middle; margin-left: 8px; }
.uxc-balance-error .uxc-balance { color: #999; }
.uxc-balance-error .uxc-text { color: #c66; font-style: italic; }
.uxc-balance-sub td { background: rgba(0,0,0,0.02); font-size: 13px; }
.uxc-dark-mode .uxc-balance-sub td { background: rgba(255,255,255,0.03); }
.uxc-balance-sub .uxc-balance { font-size: 13px; font-weight: 400; }
.uxc-balance-sub .uxc-address-label { padding-left: 32px; color: #666; }
.uxc-dark-mode .uxc-balance-sub .uxc-address-label { color: #aaa; }
.uxc-balance-count { font-size: 11px; color: #888; margin-left: 8px; font-weight: 400; }
.uxc-address-short { font-family: monospace; font-size: 12px; }
.uxc-balance-sub .uxc-text { font-size: 12px; }
/* ===== Dashboard + Onboarding + UCASH (new) ===== */
.uxc-dashboard-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 20px; }
@media (max-width: 1024px) { .uxc-dashboard-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .uxc-dashboard-grid { grid-template-columns: 1fr; } }
/* Dashboard header: title left, store selector pinned top-right and width-constrained
   (the shared .uxc-input would otherwise be full-width). .uxc-info.uxc-dashboard-header
   wins the display:flex over .uxc-info:not(:empty){display:block} by source order. */
.uxc-info.uxc-dashboard-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.uxc-dashboard-header .uxc-title { flex: 0 0 auto; }
.uxc-dashboard-store-slot { flex: 0 0 auto; }
.uxc-dashboard-store-select-wrap.uxc-input { display: block; width: 220px; max-width: 100%; }
.uxc-dashboard-store-select-wrap.uxc-input > select { width: 100%; }

.uxc-stat-tile { background: transparent !important; border: 1px solid #e5e5e5; border-radius: 0 !important; padding: 20px; box-shadow: 0 1px 3px rgba(0,0,0,0.05); transition: border-color 0.2s; }
.uxc-stat-tile:hover { border-color: #a37a29; }
.uxc-stat-tile-label { color: #5c7171; font-size: 13px; margin-bottom: 8px; }
.uxc-stat-tile-value { color: #464646; font-size: 24px; font-weight: 600; }
.uxc-stat-tile-value .uxc-stat-sub { font-size: 13px; font-weight: 400; color: #5c7171; }
.uxc-pending-badge { display: inline-block; margin-left: 6px; padding: 1px 7px; border-radius: 10px; font-size: 11px; font-weight: 600; vertical-align: middle; }
.uxc-pending-unopened { background: rgba(211, 137, 41, 0.16); color: #b9792a; }
.uxc-pending-opened { background: rgba(40, 120, 200, 0.16); color: #2b7fc4; }
.uxc-pending-expired { background: rgba(120, 120, 120, 0.16); color: #8a8a8a; }
.uxc-dark-mode .uxc-pending-unopened { color: #d99a4d; }
.uxc-dark-mode .uxc-pending-opened { color: #6fb0e6; }
.uxc-dark-mode .uxc-pending-expired { color: #a0a0a0; }
.uxc-pending-submitted { background: rgba(46, 125, 50, 0.16); color: #2e7d32; }
.uxc-dark-mode .uxc-pending-submitted { color: #6fbf7a; }
[data-area="transactions"]:has(.uxc-transaction-details-view) .uxc-pagination { display: none !important; }
.uxc-stat-tile-title { color: #464646; font-size: 15px; font-weight: 600; margin-bottom: 12px; }

.uxc-dashboard-chart { padding: 20px; margin-bottom: 20px; }
.uxc-dashboard-chart-area { position: relative; height: 280px; }

.uxc-dashboard-onboarding { margin-bottom: 20px; }
.uxc-onboarding { padding: 20px; margin-top: 16px; border: 1px solid #e5e5e5; border-radius: 0 !important; background: transparent !important; }
.uxc-onboarding-head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; flex-wrap: wrap; }
.uxc-onboarding-head .uxc-stat-tile-title { margin-bottom: 0; }
.uxc-unlock-head .uxc-stat-tile-title { margin-bottom: 0; }
.uxc-progress { flex: 1; min-width: 120px; height: 8px; background: #e5e5e5; border-radius: 4px; overflow: hidden; }
.uxc-progress > div { height: 100%; background: #a37a29; transition: width 0.3s; }
.uxc-onboarding-progress-text { color: #5c7171; font-size: 13px; }

.uxc-stepper { display: flex; flex-direction: column; gap: 10px; }
.uxc-step { display: flex; align-items: center; gap: 14px; padding: 12px; border: 1px solid #e5e5e5; border-radius: 0; background: transparent; }
.uxc-step-num { width: 28px; height: 28px; border-radius: 50%; background: transparent; color: #5c7171; display: flex; align-items: center; justify-content: center; font-weight: 600; flex-shrink: 0; }
.uxc-step-body { flex: 1; }
.uxc-step-label { color: #464646; font-weight: 500; }
.uxc-step-points { color: #a37a29; font-size: 12px; }
.uxc-step-desc { color: #6b7280; font-size: 12px; line-height: 1.35; margin-top: 3px; }
.uxc-step.uxc-step-done { background: #f4faf6; border-color: #cfe9d8; }
.uxc-step.uxc-step-done .uxc-step-num { background: #2e7d32; color: #fff; }
.uxc-step.uxc-step-done .uxc-step-label { color: #2e7d32; }
.uxc-step-cta { flex-shrink: 0; }

.uxc-dashboard-recent { padding: 20px; margin-bottom: 40px; }
.uxc-dashboard-recent-list { display: flex; flex-direction: column; gap: 4px; }
.uxc-recent-item { display: flex; gap: 12px; padding: 10px 6px; border-bottom: 1px solid #eee; font-size: 13px; color: #464646; flex-wrap: wrap; align-items: center; cursor: pointer; transition: background 0.15s; }
.uxc-recent-item:hover { background: rgba(0,0,0,0.04); }
.uxc-dark-mode .uxc-recent-item:hover { background: rgba(255,255,255,0.05); }
.uxc-recent-status { flex: 0 0 auto; font-weight: 600; padding: 2px 8px; border-radius: 4px; font-size: 12px; white-space: nowrap; }
.uxc-recent-status.uxc-recent-C { color: #2e7d32; }
.uxc-recent-status.uxc-recent-P { color: #a37a29; }
.uxc-recent-status.uxc-recent-X { color: #c62828; }
.uxc-recent-amount { font-weight: 600; flex: 1 1 0; }
.uxc-recent-crypto { color: #5c7171; flex: 1 1 0; }
.uxc-recent-date { color: #999; flex: 0 0 150px; white-space: nowrap; }
.uxc-recent-id { flex: 0 0 70px; color: #5c7171; white-space: nowrap; }
.uxc-recent-item.uxc-recent-active { background: rgba(163,122,41,0.06); }
.uxc-recent-detail { padding: 10px 14px; background: #fafafa; border-left: 3px solid #a37a29; border-bottom: 1px solid #eee; display: grid; grid-template-columns: 1fr 1fr; gap: 4px 18px; font-size: 12px; color: #464646; }
.uxc-recent-detail-row { display: flex; gap: 6px; align-items: baseline; }
.uxc-recent-detail-row > b { color: #999; font-weight: 600; flex: 0 0 64px; }
.uxc-recent-detail-wide { grid-column: 1 / -1; }
.uxc-dark-mode .uxc-recent-item.uxc-recent-active { background: rgba(255,255,255,0.06); }
.uxc-dark-mode .uxc-recent-detail { background: rgba(255,255,255,0.03); }

.uxc-dark-mode .uxc-stat-tile, .uxc-dark-mode .uxc-onboarding, .uxc-dark-mode .uxc-step { background: #2a2a2a; border-color: #3a3a3a; }
.uxc-dark-mode .uxc-stat-tile-label, .uxc-dark-mode .uxc-onboarding-progress-text, .uxc-dark-mode .uxc-step-points, .uxc-dark-mode .uxc-step-desc, .uxc-dark-mode .uxc-recent-crypto { color: #9aa0a0; }
.uxc-dark-mode .uxc-stat-tile-value, .uxc-dark-mode .uxc-stat-tile-title, .uxc-dark-mode .uxc-step-label, .uxc-dark-mode .uxc-recent-item { color: #e0e0e0; }
.uxc-dark-mode .uxc-progress { background: #3a3a3a; }
.uxc-dark-mode .uxc-step { background: transparent; }
.uxc-dark-mode .uxc-step-num { background: transparent; color: #ccc; }
.uxc-dark-mode .uxc-step.uxc-step-done { border-color: #2f4a37; }
.uxc-dark-mode .uxc-step.uxc-step-done .uxc-step-label { color: #9adfbf; }
.uxc-dark-mode .uxc-recent-item { border-bottom-color: #333; }

/* Dashboard nav icon: 15% smaller + 20px right margin */
#dashboard .uxc-icon-dashboard { margin-right: 12px; }

/* Onboarding card: collapsible / expandable */
.uxc-onboarding-head { cursor: pointer; user-select: none; }
.uxc-onboarding-toggle { margin-left: 8px; color: #5c7171; font-size: 24px; line-height: 1; transition: transform 0.2s; }
.uxc-onboarding.uxc-onboarding-collapsed .uxc-stepper { display: none; }
.uxc-onboarding.uxc-onboarding-collapsed .uxc-onboarding-head { margin-bottom: 0; }
.uxc-onboarding.uxc-onboarding-collapsed .uxc-onboarding-toggle { transform: rotate(-90deg); }
.uxc-dark-mode .uxc-onboarding { background: transparent !important; }
.uxc-dark-mode .uxc-onboarding-toggle { color: #9aa0a0; }


/* =========================================================================
   a11y: WCAG 2.1 AA color-contrast fix (added 2026-06-19)
   Brand gold #a37a29 = 3.9:1 on white, just under the 4.5:1 minimum for
   normal-size text. Darken to #86651f (5.39:1 on white) ONLY on these two
   end-user login elements; the rest of the gold brand accent is untouched.
   ========================================================================= */
#uxc-submit-cloud-login,
#uxc-registration-box {
    color: #86651f !important;
}

/* Color picker (HEX/RGB/CMYK) for [data-type="color"] settings fields. */
.uxc-color-picker { display: flex; align-items: center; gap: 8px; width: 100%; }
.uxc-color-input-wrap { position: relative; flex: 1; min-width: 180px; display: flex; align-items: center; }
.uxc-color-input-wrap .uxc-color-text { width: 100%; padding-right: 30px; }
.uxc-color-clear { position: absolute; right: 8px; top: 50%; transform: translateY(-50%); cursor: pointer; color: var(--uxc-text-muted, #999); font-style: normal; font-size: 16px; line-height: 1; display: none; }
.uxc-color-clear:hover { color: var(--uxc-text-primary, #333); }
.uxc-color-picker .uxc-color-swatch { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; min-width: 36px; border-radius: 50%; border: 1px solid var(--uxc-border-color, #ddd); cursor: pointer; flex-grow: 0; flex-shrink: 0; background: var(--uxc-input-bg, #fff); overflow: hidden; }
.uxc-color-icon { width: 18px; height: 18px; color: var(--uxc-text-secondary, #666); pointer-events: none; }
.uxc-color-picker .uxc-color-native { position: absolute; inset: 0; margin: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; border: none; padding: 0; min-width: 0; min-height: 0; }
.uxc-color-formats { display: flex; flex-shrink: 0; }
.uxc-color-formats button { padding: 6px 8px; font-size: 11px; border: 1px solid var(--uxc-border-color, #ddd); background: transparent; color: var(--uxc-text-secondary, #666); cursor: pointer; line-height: 1; }
.uxc-color-formats button:first-child { border-radius: 6px 0 0 6px; }
.uxc-color-formats button:last-child { border-radius: 0 6px 6px 0; }
.uxc-color-formats button:not(:first-child) { border-left: none; }
.uxc-color-formats button.uxc-active { background: var(--uxc-text-primary, #333); color: var(--uxc-bg-primary, #fff); border-color: var(--uxc-text-primary, #333); }

/* Spend-tier premium features: a gold star (.uxc-premium-star) next to the title marks premium
   rows — both unlocked and locked. Unlocked rows otherwise look like any other setting (no box);
   locked rows stay dimmed (opacity .6) with the "Unlocks at $N" hint + disabled input. Rows are
   tagged uxc-premium-unlocked / uxc-premium-locked by the settings renderer from
   bxc_unlock_feature_thresholds(); the star is emitted by the renderer too. The path fill is
   forced to the premium gold here (CSS beats the SVG's black fill attribute). */
.uxc-input.uxc-premium-locked { opacity: 0.6; }
.uxc-input .uxc-premium-hint { color: #999; font-size: 12px; margin-top: 4px; }
.uxc-dark-mode .uxc-input .uxc-premium-hint { color: #8a8a8a; }
.uxc-premium-star { display: inline-block; width: 14px; height: 14px; vertical-align: middle; margin-left: 5px; margin-top: -5px; }
.uxc-premium-star path { fill: #a37a29; }

/* Dashboard: Unlock Levels card (spend-tier upsell). Rendered by BXCAdmin.unlockLevels() into
   .uxc-dashboard-unlock-levels, directly under the onboarding card. Reuses uxc-card / uxc-progress. */
.uxc-unlock-levels { margin-top: 16px; margin-bottom: 16px; }
.uxc-unlock-head { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; cursor: pointer; user-select: none; }
.uxc-unlock-total { font-size: 13px; color: #5c7171; margin-left: auto; }
.uxc-unlock-total strong { color: #a37a29; }
.uxc-unlock-progress { margin: 14px 0 6px; }
.uxc-unlock-next { font-size: 12px; color: #999; margin-bottom: 14px; }
.uxc-unlock-complete { font-size: 13px; font-weight: 600; color: #1a9260; margin: 10px 0 14px; }
.uxc-unlock-intro { font-size: 12px; color: #777; line-height: 1.4; margin-bottom: 14px; }
.uxc-unlock-list { display: flex; flex-direction: column; gap: 10px; }
.uxc-unlock-tier { display: flex; align-items: center; gap: 14px; padding: 12px; border: 1px solid #e5e5e5; border-radius: 0; background: transparent; }
.uxc-unlock-tier-done { border-color: #cfe9d8; }
.uxc-unlock-tier-badge { min-width: 28px; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 600; color: #a37a29; flex-shrink: 0; }
.uxc-unlock-tier-amount { font-weight: 600; color: #a37a29; white-space: nowrap; text-align: right; flex-shrink: 0; }
.uxc-unlock-tier-done .uxc-unlock-tier-badge { color: #1a9260; }
.uxc-unlock-tier-body { flex: 1; min-width: 0; }
.uxc-unlock-tier-label { font-weight: 600; font-size: 14px; }
.uxc-unlock-tier-desc { font-size: 12px; color: #777; margin-top: 2px; }
.uxc-unlock-tier-cta { flex-shrink: 0; }
.uxc-dark-mode .uxc-unlock-tier { border-color: #333; }
.uxc-dark-mode .uxc-unlock-tier-done { border-color: #2f5c46; }
.uxc-dark-mode .uxc-unlock-total,
.uxc-dark-mode .uxc-unlock-tier-desc,
.uxc-dark-mode .uxc-unlock-next,
.uxc-dark-mode .uxc-unlock-intro { color: #8a8a8a; }
.uxc-unlock-toggle { color: #5c7171; font-size: 24px; line-height: 1; transition: transform 0.2s; }
.uxc-unlock-levels.uxc-unlock-collapsed .uxc-unlock-body { display: none; }
.uxc-unlock-levels.uxc-unlock-collapsed .uxc-unlock-toggle { transform: rotate(-90deg); }
.uxc-dark-mode .uxc-unlock-toggle { color: #9aa0a0; }

/* Account page: stack labels above inputs */
#uxc-account-list .uxc-input {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
}
#uxc-account-list .uxc-input > span { margin-bottom: 2px; font-weight: 600; font-size: 13px; text-align: left; }
#uxc-account-list .uxc-input-with-action { width: 100%; display: flex; align-items: center; gap: 6px; }
#uxc-account-list .uxc-input-with-action > input { flex: 1; }
#uxc-account-list .uxc-input-with-action > .uxc-input-actions { flex-shrink: 0; }
#uxc-account-list .uxc-setting-description { font-weight: 400; font-size: 12px; color: var(--uxc-text-muted, #999); margin-top: 4px; text-align: left; }
#uxc-store-form { padding: 12px 0; }
#uxc-store-form .uxc-input { display: block; }
#uxc-store-form .uxc-input input { width: 100%; }
#uxc-stores-list { margin-top: 12px; }
#uxc-stores-list .uxc-store-row {
    padding: 14px 16px !important;
    margin-bottom: 10px;
    border: 1px solid var(--uxc-border-color, #e0e0e0) !important;
    border-radius: 0;
    background: transparent;
}
.uxc-dark-mode #uxc-stores-list .uxc-store-row {
    background: transparent;
    border-color: var(--uxc-border-color, #333) !important;
}
#uxc-stores-list .uxc-store-field { margin-top: 8px; }
#uxc-stores-list .uxc-store-field > label { display: block; font-size: 12px; font-weight: 600; color: var(--uxc-text-muted, #666); margin-bottom: 3px; text-align: left; }
#uxc-stores-list .uxc-input-with-action { position: relative; width: 100%; box-sizing: border-box; }
#uxc-stores-list .uxc-input-with-action > input {
    width: 100%;
    box-sizing: border-box;
    height: 42px;
    line-height: 35px;
    font-size: 13px;
    font-weight: 400;
    color: #464646;
    border: 1px solid #888888;
    background-color: transparent;
    outline: none;
    border-radius: 0;
    padding: 0 36px 0 10px;
    margin: 0;
}
#uxc-stores-list .uxc-input-actions { position: absolute; right: 6px; top: 50%; transform: translateY(-50%); display: flex; align-items: center; }
#uxc-stores-list .uxc-input-actions button { background: none; border: none; cursor: pointer; color: #969696; font-size: 16px; padding: 2px 4px; line-height: 1; }
#uxc-stores-list .uxc-input-actions button:hover { color: #a37a29; }
.uxc-dark-mode #uxc-stores-list .uxc-input-with-action > input { background-color: transparent; border-color: var(--uxc-border-color); color: var(--uxc-text-primary); }
#uxc-stores-list .uxc-store-header { display: flex; justify-content: space-between; align-items: center; }
#uxc-stores-list .uxc-store-name-wrap { display: flex; align-items: center; gap: 6px; }
#uxc-stores-list .uxc-store-name { font-weight: 600; font-size: 14px; }
#uxc-stores-list .uxc-store-name-input { font-family: inherit; font-weight: 600; font-size: 14px; padding: 2px 6px; border: 1px solid var(--uxc-border-color, #888); background: transparent; color: inherit; border-radius: 0; outline: none; }
#uxc-stores-list .uxc-store-rename, #uxc-stores-list .uxc-store-delete { background: none; border: none; cursor: pointer; color: #969696; padding: 4px; line-height: 0; display: inline-flex; align-items: center; }
#uxc-stores-list .uxc-store-rename:hover { color: #a37a29; }
#uxc-stores-list .uxc-store-delete:hover { color: #c00; }
.uxc-dark-mode #uxc-stores-list .uxc-store-name-input { background: transparent; border-color: var(--uxc-border-color); color: var(--uxc-text-primary); }

/* Payment request form: each field's input on its own full-width row (label above, input below),
   instead of sharing a row with its label. */
#uxc-payment-request-form .uxc-input { flex-direction: column; align-items: stretch; }
#uxc-payment-request-form .uxc-input > span { width: 100%; margin-bottom: 4px; }
#uxc-payment-request-form .uxc-input > input { width: 100%; }
