/*
* 
* ==========================================================
* CLIENT.SCSS
* ==========================================================
*
* Client side SCSS file
*
*/
/*
* 
* ==========================================================
* 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; }

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

@font-face {
  font-family: "Uncheckout";
  src: url("../media/fonts/regular.woff2?v2") format("woff2");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Uncheckout";
  src: url("../media/fonts/medium.woff2?v2") format("woff2");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Uncheckout";
  src: url("../media/fonts/bold.woff2?v2") 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 #f5fafa inset !important; }
.uxc-main input:-webkit-autofill:focus, .uxc-main select:-webkit-autofill:focus {
  box-shadow: 0 0 0 30px #fff inset !important; }
.uxc-main input:-autofill, .uxc-main select:-autofill {
  box-shadow: 0 0 0 30px #f5fafa inset !important; }
.uxc-main input:autofill:focus, .uxc-main select:autofill:focus {
  box-shadow: 0 0 0 30px #fff inset !important; }

.uxc-loading: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{
  position: relative;
  text-indent: -999995px;
  overflow: hidden; }
  .uxc-loading i{
    display: none; }
  .uxc-loading:before{
    content: "\e900";
    animation: uxc-loading 0.6s linear infinite;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 29px;
    font-size: 21px;
    text-align: center;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    color: var(--uxc-c1, #a37a29); }
  .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{
    opacity: 0; }

.uxc-btn.uxc-loading img {
  display: none !important; }
.uxc-btn.uxc-loading:before {
  color: #fff; }

.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: #ced6db #ced6db;
  scrollbar-width: thin; }
  .uxc-scrollbar::-webkit-scrollbar {
    width: 5px; }
  .uxc-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1; }
  .uxc-scrollbar::-webkit-scrollbar-thumb {
    background: #ced6db;
    border-radius: 0;
    transition: all 0.4s; }
  .uxc-scrollbar::-webkit-scrollbar-thumb:hover {
    background: #A0A0A0; }

/* 

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

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

.uxc-text {
  font-size: 15px;
  line-height: 25px;
  color: #5c7171;
  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: var(--uxc-c1, #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: var(--uxc-c1, #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;
    width: 150px;
    min-width: 150px;
    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: #f5fafa;
    outline: none;
    height: 42px;
    min-height: 42px;
    min-width: 200px;
    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 var(--uxc-c1, #a37a29);
      box-shadow: 0 0 5px rgba(39, 255, 222, 0.2);
      background: #fff;
      color: #464646;
      outline: none !important; }
  .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: #f5fafa;
    -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: var(--uxc-c1, #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 {
    color: var(--uxc-c1, #a37a29); }

.uxc-label, .uxc-admin .uxc-input span.uxc-label {
  display: inline-block;
  width: auto;
  min-width: 0;
  margin: 0 15px;
  border: 1px solid #5c7171;
  color: #5c7171;
  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;
  margin: 0 0 40px 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: var(--uxc-c1, #a37a29);
  text-decoration: none;
  color: #fff;
  height: 38px;
  position: relative;
  display: inline-block;
  border: none;
  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: none !important;
    border: 1px solid #5c7171;
    color: #5c7171;
    height: 36px;
    line-height: 37px; }
    .uxc-btn.uxc-btn-border:hover, .uxc-btn.uxc-btn-border:active {
      color: var(--uxc-c1, #a37a29);
      border-color: var(--uxc-c1, #a37a29); }
  .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: var(--uxc-c1, #a37a29);
    color: #fff; }
  .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 {
    line-height: 30px; }
  .uxc-btn-icon:hover {
    opacity: 1;
    border-color: var(--uxc-c1, #a37a29);
    color: var(--uxc-c1, #a37a29);
    background-color: rgba(39, 255, 222, 0.08); }

.uxc-btn-text {
  cursor: pointer;
  transition: all 0.4s; }
  .uxc-btn-text i {
    margin-right: 15px;
    display: inline-block; }
  .uxc-btn-text:hover {
    color: var(--uxc-c1, #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 {
  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: var(--uxc-c1, #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: var(--uxc-c1, #a37a29); }

.uxc-box {
  max-width: 600px;
  margin: 30px auto;
  padding: 45px;
  border-radius: 0;
  border: 1px solid #888888;
  background: #fff;
  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 {
  border: none;
  background: none;
  display: block;
  clear: both;
  height: 30px; }

.uxc-main {
  max-width: 600px;
  font-size: 15px;
  text-align: left; }
  .uxc-main .uxc-btn, .uxc-main .uxc-btn.uxc-btn-border {
    line-height: 32px;
    height: 31px; }
  .uxc-main > div {
    margin-top: 0 !important; }
  .uxc-main .uxc-input span {
    border: 1px solid #888888;
    line-height: 42px;
    padding-left: 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 40px;
    min-height: 40px;
    border-right: none; }
  .uxc-main .uxc-input input, .uxc-main .uxc-input select, .uxc-main .uxc-input textarea {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .uxc-main .uxc-input.uxc-input-textarea {
    align-items: stretch; }
    .uxc-main .uxc-input.uxc-input-textarea > span {
      flex: 1;
      height: auto; }
    .uxc-main .uxc-input.uxc-input-textarea textarea {
      max-width: 100%; }
  .uxc-main .uxc-input.uxc-input-checkbox {
    justify-content: start; }
    .uxc-main .uxc-input.uxc-input-checkbox span {
      max-width: 150px; }
  .uxc-main:not([data-price]) .uxc-vat {
    display: none; }
  .uxc-main .uxc-text .uxc-link {
    color: #5c7171; }
    .uxc-main .uxc-text .uxc-link:not(:hover) {
      text-decoration: none; }

.uxc-main ::placeholder, .uxc-box ::placeholder {
  color: #9eacac; }

body.uxc-loading {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed; }
  body.uxc-loading > div {
    display: none; }

.uxc-box {
  margin: 0;
  padding: 0;
  color: #464646; }

.uxc-top {
  max-width: 800px;
  padding: 30px 20px; }
  .uxc-top .uxc-title {
    margin: 0;
    display: flex;
    justify-content: space-between; }
  .uxc-top + .uxc-body {
    border-top: 1px solid #888888; }

.uxc-cancel-transaction {
  margin-top: 15px; }

.uxc-countdown {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: .5px;
  position: relative; }
  .uxc-countdown + .uxc-btn {
    margin-left: 15px; }
  .uxc-countdown:before, .uxc-countdown:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: -30px;
    top: 50%;
    border-radius: 0;
    margin-top: -5px;
    background-color: #ca3434;
    animation: uxc-pulse 1s ease-in-out infinite both;
    display: none; }
  .uxc-countdown:after {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    left: -40px;
    animation: uxc-ping 1s ease-in-out infinite both; }
  .uxc-countdown.uxc-countdown-expiring:before, .uxc-countdown.uxc-countdown-expiring:after {
    display: block; }

.uxc-body {
  padding: 30px 20px; }
  .uxc-body .uxc-title .uxc-text {
    font-weight: 400;
    margin-top: 5px; }

.uxc-cnt {
  text-align: center; }
  .uxc-cnt .uxc-title {
    display: block; }

.uxc-amount-fiat {
  justify-content: center; }
  .uxc-amount-fiat > div {
    margin: 0 5px; }
  .uxc-amount-fiat:not(.uxc-donation) > div:first-child {
    display: none; }

.uxc-amount-fiat-total {
  font-weight: 600;
}

.uxc-donation {
  text-align: left; }
  .uxc-donation #user-amount {
    align-items: center; }
    .uxc-donation #user-amount span {
      margin: 0 0 0 60px;
      padding-right: 15px; }

.uxc-vat {
  font-weight: 400;
  font-size: 13px;
  margin-top: 5px;
  display: block;
  letter-spacing: .3px; }
  .uxc-vat:empty {
    display: none; }

.uxc-billing .uxc-title-1 {
  margin-bottom: 30px; }
.uxc-billing .uxc-title-2 {
  margin-top: 30px; }
.uxc-billing.uxc-hidden {
  display: none; }

.uxc-payment-methods-cnt, .uxc-billing-cnt {
  align-items: flex-start;
  padding-top: 30px; }

.uxc-payment-methods-cnt > .uxc-title, .uxc-amount-fiat > .uxc-title {
  white-space: nowrap; }

.uxc-payment-methods-cnt .uxc-collapse > div:first-child {
  height: 295px; }
.uxc-payment-methods-cnt .uxc-collapse .uxc-collapse-btn {
  display: block; }

.uxc-checkout-top .uxc-text b {
  font-weight: 500;
  font-size: 14px; }

.uxc-payment-methods > div {
  padding: 5px 15px 5px 5px;
  border: 1px solid #888888;
  border-radius: 0;
  cursor: pointer;
  text-align: left;
  transition: all 0.4s; }
  .uxc-payment-methods > div img {
    max-width: 30px; }
  .uxc-payment-methods > div img + span {
    display: block;
    padding: 0 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: .1px;
    white-space: nowrap; }
  .uxc-payment-methods > div span + span {
    display: block;
    font-size: 15px;
    line-height: 15px;
    min-width: 40px;
    margin-left: auto;
    color: #5c7171;
    transition: all 0.4s; }
  .uxc-payment-methods > div:not(.uxc-hidden) + div {
    margin-top: 6px; }
  .uxc-payment-methods > div:hover, .uxc-payment-methods > div:hover .uxc-label {
    border-color: var(--uxc-c1, #a37a29);
    color: var(--uxc-c1, #a37a29); }
    .uxc-payment-methods > div:hover span + span, .uxc-payment-methods > div:hover .uxc-label span + span {
      color: var(--uxc-c1, #a37a29); }
.uxc-payment-methods [data-cryptocurrency="stripe"] > img, .uxc-payment-methods [data-cryptocurrency="verifone"] > img, .uxc-payment-methods [data-cryptocurrency="paypal"] > img {
  max-width: 74px; }
.uxc-payment-methods .uxc-label {
  display: inline;
  border-color: #888888;
  background: #fff;
  z-index: 2;
  position: relative; }
  .uxc-payment-methods .uxc-label div {
    display: inline; }

.uxc-pay {
  display: none;
  animation: uxc-fade-in .5s; }

.uxc-pay-cnt {
  display: none;
  animation: uxc-fade-in .5s; }
  .uxc-pay-cnt .uxc-body {
    padding: 0; }
    .uxc-pay-cnt .uxc-body > div {
      padding: 10px 20px;
      border-top: 1px solid #888888; }
    .uxc-pay-cnt .uxc-body > div:first-child {
      padding: 30px 20px;
      border-top: none; }
  .uxc-pay-cnt .uxc-top .uxc-title {
    align-items: center; }
  .uxc-pay-cnt .uxc-cnt {
    display: none; }
  .uxc-pay-cnt .uxc-pay {
    display: block; }

.uxc-pay-cnt-active .uxc-cnt {
  display: none; }
.uxc-pay-cnt-active .uxc-pay-cnt {
  display: block; }

/* Bank Payments instructions pane (shown by .uxc-bank-cnt-active like the other -active panes;
   the complete/failed flips remove the class in client.js) */
.uxc-bank-cnt {
  display: none; }
.uxc-bank-cnt-active .uxc-cnt {
  display: none; }
.uxc-bank-cnt-active .uxc-bank-cnt {
  display: block; }
.uxc-bank-rail {
  font-weight: 500;
  letter-spacing: .3px;
  margin-bottom: 12px; }
.uxc-bank-notes {
  white-space: pre-wrap;
  margin-top: 12px; }

.uxc-qrcode {
  max-width: 200px !important;
  margin-bottom: 0 !important;
  width: 200px !important;
  height: auto !important; }

.uxc-qrcode-text {
  padding: 0;
  width: 100%;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important; }
  .uxc-qrcode-text img {
    max-width: 35px;
    margin-right: 0 !important;
    margin-bottom: 0 !important; }

.uxc-qrcode-link + .uxc-qrcode-text {
  padding-left: 30px;
  width: auto; }

/* Make QR code and warning text display vertically in payment view */
.uxc-body > div:first-child.uxc-flex {
  flex-direction: column !important;
  align-items: center !important;
  padding: 20px 0 !important; }

.uxc-body > div:first-child.uxc-flex .uxc-qrcode-link + .uxc-qrcode-text {
  padding-left: 0 !important;
  width: 100% !important;
  margin-top: 20px !important; }

.uxc-pay-address .uxc-title, .uxc-pay-amount .uxc-title, .uxc-bank-field .uxc-title {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .3px;
  margin: 5px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis; }
  .uxc-pay-address .uxc-title > div, .uxc-pay-amount .uxc-title > div, .uxc-bank-field .uxc-title > div {
    display: block;
    color: #5c7171;
    font-weight: 400;
    font-size: 11px;
    line-height: 11px; }
.uxc-pay-address .uxc-clipboard, .uxc-pay-amount .uxc-clipboard, .uxc-bank-field .uxc-clipboard {
  line-height: 37px;
  height: 30px;
  width: 30px;
  text-align: center;
  margin: 0 -7px 0 7px; }
  .uxc-pay-address .uxc-clipboard:before, .uxc-pay-amount .uxc-clipboard:before, .uxc-bank-field .uxc-clipboard:before {
    line-height: 30px; }
.uxc-pay-address > div:first-child, .uxc-pay-amount > div:first-child, .uxc-bank-field > div:first-child {
  overflow: hidden; }

/* MetaMask balance display */
.uxc-metamask-balance {
  margin-top: 8px;
  padding: 8px 12px;
  border: 1px solid #888888;
  display: inline-block;
}
.uxc-balance-display {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: black;
}
.uxc-balance-label {
  opacity: 0.9;
  font-weight: 400;
}
.uxc-balance-value {
  font-weight: 600;
  color: black;
}

.uxc-pay-top-back {
  display: none;
  text-align: center; }
  .uxc-pay-top-back .uxc-text {
    margin-bottom: 15px; }
  .uxc-pay-top-back .uxc-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center; }
  .uxc-pay-top-back .uxc-btn + .uxc-btn {
    margin-left: 15px; }

.uxc-pay-top-main.uxc-hidden + .uxc-pay-top-back {
  display: block; }

.uxc-tx-cnt {
  display: none;
  text-align: center;
  padding: 60px 0; }
  .uxc-tx-cnt .uxc-loading {
    width: 30px;
    height: 30px;
    margin: 0 auto 15px auto; }
    .uxc-tx-cnt .uxc-loading:before {
      line-height: 30px;
      font-size: 30px;
      color: var(--uxc-c1, #a37a29); }
  .uxc-tx-cnt .uxc-flex {
    justify-content: center;
    margin-top: 15px;
    letter-spacing: .3px; }
    .uxc-tx-cnt .uxc-flex > div {
      margin: 0 5px; }

.uxc-tx-status {
  background: var(--uxc-c1, #a37a29);
  color: #FFF;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0; }

.uxc-tx-confirmations {
  font-weight: 500; }

.uxc-tx-cnt-active .uxc-tx-cnt {
  display: block; }
.uxc-tx-cnt-active .uxc-cnt, .uxc-tx-cnt-active .uxc-pay-cnt {
  display: none; }

.uxc-complete-cnt, .uxc-failed-cnt, .uxc-underpayment-cnt {
  display: none;
  text-align: center;
  padding: 60px 30px;
  animation: uxc-fade-in .5s; }
  .uxc-complete-cnt > i, .uxc-failed-cnt > i, .uxc-underpayment-cnt > i {
    color: var(--uxc-c1, #a37a29);
    font-size: 30px;
    margin-bottom: 15px;
    display: inline-block; }

.uxc-failed-cnt > i, .uxc-underpayment-cnt > i {
  color: #ca3434; }
.uxc-failed-cnt .uxc-btn, .uxc-underpayment-cnt .uxc-btn {
  margin-top: 15px; }

.uxc-complete-cnt-active .uxc-cnt, .uxc-failed-cnt-active .uxc-cnt, .uxc-underpayment-cnt-active .uxc-cnt {
  display: none; }

.uxc-complete-cnt-active .uxc-complete-cnt {
  display: block; }

.uxc-complete-cnt .uxc-order-processing span:first-child {
  display: none; }
.uxc-complete-cnt .uxc-text:not(.uxc-order-processing) span:last-child {
  display: none; }
.uxc-complete-cnt .uxc-link {
  color: #5c7171;
  margin-top: 15px;
  margin-bottom: 5px; }
  .uxc-complete-cnt .uxc-link:hover {
    color: var(--uxc-c1, #a37a29); }

.uxc-complete-details {
  margin: 15px 0;
  padding: 15px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.uxc-detail-row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  font-size: 14px; }

.uxc-detail-label {
  opacity: 0.7; }

.uxc-detail-value {
  font-weight: 600;
  text-align: right;
  max-width: 60%;
  word-break: break-all; }

.uxc-complete-explorer {
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  color: #000; }

.uxc-complete-safe-close {
  text-align: center;
  opacity: 0.6;
  font-size: 13px;
  margin-top: 10px; }

.uxc-failed-cnt-active .uxc-failed-cnt {
  display: block; }

.uxc-underpayment-cnt-active .uxc-underpayment-cnt {
  display: block; }

#uxc-expired-tx-id {
  font-weight: 500; }

.uxc-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: uxc-fade-in .5s;
  z-index: 9999995; }

.uxc-popup-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999991;
  background-color: rgba(227, 227, 227, 0.5);
  animation: uxc-fade-in .5s; }

.uxc-popup:not(.uxc-active), .uxc-popup-overlay:not(.uxc-active) {
  display: none; }

@media (min-width: 429px) {
  .uxc-popup {
    width: 600px; } }
.uxc-btn-popup {
  display: inline-flex;
  align-items: center;
  white-space: nowrap; }
  .uxc-btn-popup img {
    margin: 0 15px 0 0;
    height: 20px; }

.uxc-popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 10px;
  opacity: .5;
  cursor: pointer;
  z-index: 9;
  transition: all 0.4s; }
  .uxc-popup-close:hover {
    color: #ca3434;
    opacity: 1; }

#user-amount {
  justify-content: flex-end;
  margin-bottom: 0; }
  #user-amount span {
    width: auto;
    min-width: 0;
    margin-right: 30px; }
  #user-amount input {
    min-width: 150px;
    width: 150px; }

.uxc-error {
  margin-bottom: 30px;
  color: #ca3434;
  font-weight: 500; }
  .uxc-error:empty {
    display: none; }
.uxc-billing {
  position: relative; }

.uxc-billing-cnt.uxc-flex .uxc-input + .uxc-input {
  margin: 5px 0 0 0 !important; }

#uxc-btn-invoice-close {
  position: absolute;
  right: -10px;
  top: -10px;
  border: none !important;
  background: none !important; }
  #uxc-btn-invoice-close:before {
    font-size: 12px; }

#uxc-btn-invoice.uxc-hidden {
  display: none; }

.uxc-collapse > div:first-child {
  overflow: hidden;
  position: relative; }
  .uxc-collapse > div:first-child:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: linear-gradient(rgba(64, 64, 64, 0), white);
    z-index: 0; }

.uxc-collapse-btn {
  display: none;
  text-align: center;
  letter-spacing: .5px;
  margin-top: 10px; }
  .uxc-collapse-btn i {
    font-size: 12px;
    transform: translateY(1px); }

.uxc-cloud-branding {
  display: flex !important;
  justify-content: center;
  align-items: center;
  letter-spacing: .3px;
  cursor: pointer;
  text-decoration: none;
  padding: 15px;
  font-size: 13px;
  color: #000;
  transition: all 0.4s; }
  .uxc-cloud-branding img {
    height: 18px;
    margin-left: 5px; }
  .uxc-cloud-branding:hover {
    opacity: .8; }

#metamask, #walletconnect, #metamask.uxc-loading:before, #walletconnect.uxc-loading:before {
  color: #384242; }

#metamask {
  background: rgba(248, 132, 42, 0.2);
  display: block; }
  #metamask:hover {
    background: rgba(248, 132, 42, 0.4); }

#walletconnect {
  background: rgba(31, 149, 252, 0.2);
  display: none; }
  #walletconnect img {
    left: 13px; }
  #walletconnect:hover {
    background: rgba(31, 149, 252, 0.4); }

/* MetaMask button visibility is JS-controlled via the .uxc-hidden class (toggled in
   initTransaction from isEVMCurrency), exactly like #tronlink/#phantom — so no per-network
   CSS gate is needed and adding a new EVM network requires no CSS change. */

.uxc-background-image {
  background-position: center center;
  background-size: cover;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom: 1px solid #888888;
  height: 300px; }

/* 

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

*/
.uxc-user-details, .uxc-custom-fields {
  padding-top: 30px; }
  .uxc-user-details .uxc-title, .uxc-custom-fields .uxc-title {
    margin-bottom: 30px; }

#uxc-discount-field, .uxc-user-details .uxc-input, .uxc-billing-cnt .uxc-input, .uxc-custom-fields .uxc-input {
  text-align: left;
  align-items: center;
  margin-bottom: 0; }

.uxc-input-license-key {
  display: inline-flex;
  text-align: left;
  align-items: center;
  margin-top: 15px; }
  .uxc-input-license-key span {
    min-width: 0;
    width: 190px;
    white-space: nowrap; }
  .uxc-input-license-key input {
    min-width: 310px;
    text-align: center; }

#uxc-discount-field {
  margin-top: 30px; }

/* 

# RTL
==========================================================

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

.uxc-rtl .uxc-payment-methods {
  padding-left: 0; }
  .uxc-rtl .uxc-payment-methods > div {
    padding: 5px 5px 5px 15px; }
    .uxc-rtl .uxc-payment-methods > div img + span {
      text-align: right;
      display: flex; }
    .uxc-rtl .uxc-payment-methods > div span + span {
      margin-left: 0;
      margin-right: auto; }
.uxc-rtl .uxc-countdown + .uxc-btn, .uxc-rtl .uxc-btn + .uxc-btn {
  margin-right: 15px;
  margin-left: 0; }
.uxc-rtl .uxc-qrcode-text img {
  margin-left: 35px;
  margin-right: 0; }
.uxc-rtl .uxc-countdown:after {
  left: auto;
  right: -40px; }
.uxc-rtl .uxc-countdown:before {
  left: auto;
  right: -30px; }
.uxc-rtl .uxc-btn-popup img {
  margin: 0 0 0 15px; }
.uxc-rtl .uxc-btn i {
  transform: translateY(3px);
  margin: 0 -5px 0 7px; }
.uxc-rtl .uxc-donation #user-amount span {
  margin: 0 0 0 10px; }

/* 

# RESPONSIVE
==========================================================

*/
@media (min-width: 600px) {
  .uxc-payment-methods > div img + span {
    width: 265px; } }
@media (max-width: 428px) {
  .uxc-main {
    text-align: center; }
    .uxc-main .uxc-input {
      display: block; }
      .uxc-main .uxc-input span {
        width: auto;
        border: 1px solid #888888;
        border-bottom: none;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      .uxc-main .uxc-input input, .uxc-main .uxc-input select {
        border-bottom-left-radius: 0;
        border-top-right-radius: 0; }
      .uxc-main .uxc-input.uxc-input-checkbox span {
        max-width: none; }
      .uxc-main .uxc-input [type="checkbox"] {
        width: 100%; }
    .uxc-main .uxc-input-btn .uxc-btn {
      width: auto;
      display: block;
      margin-left: 0;
      border-top: none;
      border-top-right-radius: 0;
      border-top-left-radius: 0; }
    .uxc-main .uxc-input-btn input {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }

  .uxc-top .uxc-title, .uxc-payment-methods-cnt {
    display: block; }

  .uxc-amount-fiat {
    justify-content: center; }
    .uxc-amount-fiat > div {
      margin: 0; }

  .uxc-donation {
    display: block;
    text-align: center; }
    .uxc-donation #user-amount {
      margin-top: 15px; }
      .uxc-donation #user-amount span {
        margin: 0;
        text-align: left;
        display: block; }
      .uxc-donation #user-amount input {
        width: 100%; }

  .uxc-payment-methods {
    padding: 0;
    margin: 0 auto; }
    .uxc-payment-methods > div {
      overflow: hidden; }
      .uxc-payment-methods > div img + span {
        max-width: 65%; }
    .uxc-payment-methods .uxc-label div {
      display: none; }

  .uxc-pay-amount > .uxc-flex {
    display: block; }
  .uxc-pay-amount #metamask {
    margin: 15px 0 0 0; }

  .uxc-pay-top-main .uxc-title .uxc-flex {
    margin-top: 20px;
    justify-content: center; }
    .uxc-pay-top-main .uxc-title .uxc-flex > div {
      margin: 0 10px; }

  .uxc-pay-cnt .uxc-body > div:first-child {
    display: block; }

  .uxc-qrcode {
    max-width: 200px !important;
    width: 200px !important;
    height: auto !important;
    margin: 0 auto 30px auto; }

  .uxc-pay-address, .uxc-pay-amount, .uxc-bank-field {
    display: block;
    position: relative; }
    .uxc-pay-address .uxc-clipboard, .uxc-pay-amount .uxc-clipboard, .uxc-bank-field .uxc-clipboard {
      margin: 5px auto 0 auto;
      display: block; }

  .uxc-qrcode-text, .uxc-pay-address, .uxc-pay-amount, .uxc-bank-field {
    justify-content: center; }

  .uxc-qrcode-text {
    padding-left: 0 !important;
    display: block; }
    .uxc-qrcode-text img {
      margin: 0 0 30px 0; }

  .uxc-payment-methods-cnt .uxc-collapse-btn {
    padding-left: 0 !important; }

  /* MetaMask visibility is JS-controlled via .uxc-hidden (see the desktop comment) — no mobile gate. */

  .uxc-background-image {
    height: 200px; } }

/*
==========================================================
DARK MODE STYLES
==========================================================
*/

/* Dark mode variables */
.uxc-dark-mode {
  --uxc-bg-primary: #1a1d2e;
  --uxc-bg-secondary: #24283a;
  --uxc-bg-tertiary: #2e3245;
  --uxc-text-primary: #e4e6eb;
  --uxc-text-secondary: #b0b3c7;
  --uxc-text-muted: #8b8ea5;
  --uxc-border-color: #3f4459;
  --uxc-hover-bg: #3a3f55;
  --uxc-input-bg: #2a2e40;
  --uxc-shadow: rgba(0, 0, 0, 0.3);
}

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

html.uxc-dark-mode {
  background-color: #0d0d0d;
}

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

.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 span {
  color: var(--uxc-text-primary);
  border-color: var(--uxc-border-color);
  background-color: var(--uxc-input-bg);
}

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

.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: var(--uxc-c1, #a37a29);
  background-color: var(--uxc-bg-tertiary);
  color: var(--uxc-text-primary);
}

.uxc-dark-mode .uxc-btn {
  background-color: var(--uxc-c1, #a37a29);
  color: #fff;
}

.uxc-dark-mode .uxc-btn:hover {
  background-color: var(--uxc-c1, #a37a29);
  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: var(--uxc-c1, #a37a29);
  border-color: var(--uxc-c1, #a37a29);
}

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

.uxc-dark-mode .uxc-btn-icon:hover {
  border-color: var(--uxc-c1, #a37a29);
  color: var(--uxc-c1, #a37a29);
  background-color: rgba(var(--uxc-c1-rgb, 163, 122, 41), 0.1);
}

.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: var(--uxc-c1, #a37a29);
  color: #fff;
}

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

.uxc-dark-mode .uxc-link,
.uxc-dark-mode .uxc-link:hover {
  color: var(--uxc-c1, #a37a29);
}

/* Payment links - light mode */
#uxc-payment-box a {
  color: #5c7171;
  transition: color 0.4s;
}
#uxc-payment-box a:hover {
  color: var(--uxc-c1, #a37a29);
}

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

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

.uxc-dark-mode .uxc-underline:hover:after {
  background-color: var(--uxc-c1, #a37a29);
}

.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(26, 29, 46, 0.85);
}

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

.uxc-dark-mode #uxc-lightbox .uxc-top {
  border-bottom-color: var(--uxc-border-color);
}

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

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

.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 .uxc-payment-methods {
  background-color: var(--uxc-bg-secondary);
  border-color: var(--uxc-border-color);
}

.uxc-dark-mode .uxc-payment-methods > div {
  border-color: var(--uxc-border-color);
}

.uxc-dark-mode .uxc-payment-methods > div:hover {
  background-color: var(--uxc-hover-bg);
  border-color: var(--uxc-c1, #a37a29);
}

.uxc-dark-mode .uxc-pay-top {
  background-color: var(--uxc-bg-secondary);
  border-bottom-color: var(--uxc-border-color);
}

.uxc-dark-mode .uxc-pay-cnt {
  background-color: var(--uxc-bg-primary);
}

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

.uxc-dark-mode .uxc-pay-amount .uxc-title,
.uxc-dark-mode .uxc-pay-address .uxc-title {
  color: var(--uxc-text-primary);
}

.uxc-dark-mode .uxc-pay-amount .uxc-text,
.uxc-dark-mode .uxc-pay-address .uxc-text {
  color: var(--uxc-text-secondary);
}

.uxc-dark-mode .uxc-clipboard {
  color: var(--uxc-c1, #a37a29);
}

.uxc-dark-mode .uxc-clipboard:hover {
  color: var(--uxc-c1, #a37a29);
}

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

.uxc-dark-mode .uxc-collapse-btn:hover {
  color: var(--uxc-c1, #a37a29);
  border-color: var(--uxc-c1, #a37a29);
}

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

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

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

.uxc-dark-mode .uxc-amount-fiat .uxc-title {
  color: var(--uxc-text-primary);
}

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

.uxc-dark-mode .uxc-loading:before {
  color: var(--uxc-c1, #a37a29);
}

.uxc-dark-mode .uxc-btn.uxc-loading:before {
  color: #fff;
}

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

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

.uxc-dark-mode .uxc-complete-explorer {
  color: var(--uxc-c1, #a37a29);
}

.uxc-dark-mode .uxc-complete-explorer:hover {
  color: var(--uxc-c1, #a37a29);
}

.uxc-dark-mode .uxc-complete-safe-close {
  color: var(--uxc-text-muted);
}

/* Toast notifications (matching admin uxc-info-card styles) */
.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-family: "Uncheckout", "Helvetica Neue", "Apple Color Emoji", Helvetica, Arial, sans-serif;
  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;
}

/* Dark mode support */
.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: #8b8ea5;
}

@media (max-width: 440px) {
  .uxc-detail-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .uxc-detail-value {
    text-align: center;
    max-width: 100%;
    margin-top: 2px;
  }
  .uxc-complete-details {
    text-align: center;
  }
  .uxc-complete-explorer {
    text-align: center;
  }
  .uxc-cloud-branding {
    flex-direction: column;
    text-align: center;
  }
  .uxc-cloud-branding img {
    margin-left: 0;
    margin-top: 5px;
  }
}


