body.authentication-bg.authentication-bg-pattern {
  background: radial-gradient(circle at center, #1f3f9c 0%, #0f2370 100%) !important;
  min-height: 100vh;
}

.auth-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  background: #ffffff;
}

.auth-form-panel {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
  background: #ffffff;
}

.auth-form-box {
  width: 100%;
  max-width: 470px;
}

.auth-form-box--forgot {
  max-width: 470px;
}

.auth-heading {
  margin-bottom: 32px;
}
.auth-heading h1 {
  margin: 0;
  color: #20449b;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0;
}
.auth-heading p {
  margin: 15px 0 0;
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.auth-google-button {
  width: 238px;
  height: 48px;
  border: 0;
  border-radius: 7px;
  background: #f3f5f9;
  color: #1f2937;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0;
  padding: 0 18px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  box-shadow: none;
  transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.auth-google-button:hover {
  background: #eef1f6;
  transform: translateY(-1px);
}
.auth-google-button:focus-visible {
  outline: 2px solid rgba(32, 68, 155, 0.28);
  outline-offset: 3px;
}

.auth-google-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.auth-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 42px;
  margin: 48px 0 44px;
  color: #d3d7dd;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.auth-divider::before, .auth-divider::after {
  content: "";
  height: 1px;
  background: #dfe3e8;
}

.auth-form {
  width: 100%;
}
.auth-form .alert {
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.35;
}

.auth-demo-alert {
  margin: -22px 0 24px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.4;
}

.auth-field {
  margin-bottom: 28px;
}
.auth-field .form-label {
  margin-bottom: 10px;
  color: #667085;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}
.auth-field .form-control {
  height: 42px;
  min-height: 42px;
  border: 1px solid #d7dde4;
  border-radius: 4px;
  color: #344054;
  font-size: 15px;
  line-height: 1.2;
  padding: 10px 16px;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.08);
}
.auth-field .form-control::-moz-placeholder {
  color: #7c8794;
}
.auth-field .form-control::placeholder {
  color: #7c8794;
}
.auth-field .form-control:focus {
  border-color: #14a9f6;
  box-shadow: 0 0 0 3px rgba(20, 169, 246, 0.12);
}
.auth-field .input-group .form-control {
  border-right: 0;
  border-radius: 4px 0 0 4px;
}
.auth-field .input-group .input-group-text {
  width: 52px;
  min-height: 42px;
  justify-content: center;
  border: 1px solid #d7dde4;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  background: #f8fafc;
  color: #667085;
  padding: 0;
}

.auth-password-toggle {
  cursor: pointer;
}
.auth-password-toggle:focus-visible {
  outline: 2px solid rgba(20, 169, 246, 0.22);
  outline-offset: 2px;
}

.auth-submit.btn-primary {
  height: 45px;
  border-radius: 4px;
  border-color: #02A9F7;
  background: #02A9F7;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  box-shadow: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.auth-submit.btn-primary:hover, .auth-submit.btn-primary:focus {
  border-color: #0299df;
  background: #0299df;
  color: #ffffff;
  transform: translateY(-1px);
}

.auth-submit-row {
  margin-top: 10px;
}

.auth-help {
  margin: 27px 0 0;
  color: #000000;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
  text-align: center;
}

.auth-link {
  color: #20449b;
  font-weight: 800;
  text-decoration: none;
}
.auth-link:hover {
  color: #0eaaf4;
  text-decoration: none;
}

.auth-brand-panel {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, #2946a4 0%, #13296f 54%, #08194f 100%);
}

.auth-brand-logo {
  width: min(33vw, 222px);
  min-width: 180px;
  height: auto;
  display: block;
}

.auth-powered {
  position: absolute;
  right: 34px;
  bottom: 32px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
}
.auth-powered img {
  width: 130px;
  height: auto;
  display: block;
}

.auth-powered-icon {
  width: 7px;
  height: 11px;
  flex: 0 0 7px;
}

.login-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
}

.login-card {
  width: 100%;
  max-width: 500px;
  background: #ffffff;
  border-radius: 10px;
  padding: 42px 36px 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.login-card .login-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 32px;
}
.login-card .login-logo img {
  width: 220px;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 22px;
}
.login-card .login-logo h2,
.login-card .login-logo h3,
.login-card .login-logo h4,
.login-card .login-logo h5 {
  margin: 0;
  color: #11a8f5;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
}
.login-card .login-logo p {
  margin: 10px 0 0;
  color: #6c757d;
  font-size: 14px;
  text-align: center;
}
.login-card form {
  width: 100%;
}
.login-card .form-label {
  color: #6c757d;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}
.login-card .form-control {
  height: 44px;
  border: 1px solid #d9dee3;
  border-radius: 4px;
  font-size: 14px;
  color: #495057;
  box-shadow: none;
}
.login-card .form-control::-moz-placeholder {
  color: #adb5bd;
}
.login-card .form-control::placeholder {
  color: #adb5bd;
}
.login-card .form-control:focus {
  border-color: #11a8f5;
  box-shadow: 0 0 0 0.15rem rgba(17, 168, 245, 0.15);
}
.login-card .form-control[readonly] {
  background-color: #ffffff;
  color: #495057;
}
.login-card .input-group .form-control {
  border-right: 0;
}
.login-card .input-group .input-group-text {
  background: #f8f9fa;
  border: 1px solid #d9dee3;
  border-left: 0;
  color: #6c757d;
  cursor: pointer;
}
.login-card .btn-primary {
  height: 44px;
  border-radius: 4px;
  background-color: #02A9F7;
  border-color: #02A9F7;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
}
.login-card .btn-primary:hover, .login-card .btn-primary:focus {
  background-color: #0299df;
  border-color: #0299df;
  color: #ffffff;
}
.login-card .auth-link {
  display: inline-block;
  margin-top: 14px;
  color: #6c757d;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}
.login-card .auth-link:hover {
  color: #11a8f5;
  text-decoration: none;
}
.login-card .alert {
  border-radius: 6px;
  font-size: 14px;
}
.login-card .text-danger {
  font-size: 13px;
  margin-top: 6px;
  display: block;
}

.auth-page-logo-corner {
  position: fixed;
  right: 24px;
  bottom: 20px;
  z-index: 2;
}
.auth-page-logo-corner img {
  width: 120px;
  height: auto;
  opacity: 0.95;
}

.auth-flashes {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 9999;
  width: 100%;
  max-width: 420px;
}
.auth-flashes .alert {
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  margin-bottom: 12px;
}
.auth-flashes .btn-close {
  margin-left: auto;
}

@media (max-width: 768px) {
  .auth-shell {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
  }
  .auth-form-panel {
    min-height: 64vh;
    padding: 42px 20px 34px;
  }
  .auth-brand-panel {
    min-height: 36vh;
    padding: 42px 20px 72px;
  }
  .auth-brand-logo {
    width: min(62vw, 220px);
    min-width: 170px;
  }
  .auth-powered {
    right: 50%;
    bottom: 24px;
    transform: translateX(50%);
    white-space: nowrap;
  }
}
@media (max-width: 576px) {
  .auth-form-box {
    max-width: 320px;
  }
  .auth-heading h1 {
    font-size: 22px;
  }
  .auth-google-button {
    width: 100%;
  }
  .auth-divider {
    gap: 16px;
  }
  .login-card {
    padding: 32px 22px 24px;
  }
  .login-card .login-logo {
    margin-bottom: 24px;
  }
  .login-card .login-logo img {
    width: 190px;
  }
  .login-card .login-logo h2,
  .login-card .login-logo h3,
  .login-card .login-logo h4,
  .login-card .login-logo h5 {
    font-size: 28px;
  }
  .auth-page-logo-corner {
    right: 16px;
    bottom: 16px;
  }
  .auth-page-logo-corner img {
    width: 95px;
  }
  .auth-flashes {
    top: 12px;
    right: 12px;
    left: 12px;
    max-width: unset;
  }
}
.phone-container.settings {
  height: 800px;
}

.phone-container {
  width: 420px;
  height: 960px;
  background: linear-gradient(145deg, #1b1f27 0%, #0f1116 40%, #262c37 100%);
  border-radius: 42px;
  padding: 9px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.28), 0 8px 18px rgba(0, 0, 0, 0.18), inset 1px 1px 0 rgba(255, 255, 255, 0.12), inset -2px -2px 6px rgba(0, 0, 0, 0.35);
  position: relative;
}
.phone-container::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 20px;
  background: linear-gradient(180deg, #050608 0%, #161920 100%);
  border-radius: 18px;
  z-index: 10;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08), inset 0 2px 5px rgba(0, 0, 0, 0.55), 0 2px 6px rgba(0, 0, 0, 0.18);
}
.phone-container::after {
  content: "";
  position: absolute;
  right: -3px;
  top: 182px;
  width: 4px;
  height: 94px;
  border-radius: 999px;
  background: linear-gradient(180deg, #4f5768 0%, #1b1f27 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 2px 6px rgba(0, 0, 0, 0.26);
}
.phone-container.settings::before {
  display: none;
}

.phone-screen {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 33px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.06), inset 0 10px 24px rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  scrollbar-color: rgba(55, 65, 81, 0.26) transparent;
}
.phone-screen::-webkit-scrollbar {
  width: 6px;
}
.phone-screen::-webkit-scrollbar-track {
  background: transparent;
  margin: 10px 0;
}
.phone-screen::-webkit-scrollbar-thumb {
  background: rgba(55, 65, 81, 0.24);
  border-radius: 999px;
}
.phone-screen::-webkit-scrollbar-thumb:hover {
  background: rgba(55, 65, 81, 0.36);
}

.contact-card {
  min-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.contact-card.template-1 .profile-section {
  width: 100%;
  padding: 30px 0 0 0;
  margin-bottom: 14px;
}
.contact-card.template-2 {
  align-items: stretch;
  text-align: left;
}
.contact-card.template-3 {
  padding: 18px 18px 24px;
  align-items: stretch;
  text-align: left;
}
.contact-card.template-4 {
  padding: 16px 8px 24px;
  align-items: stretch;
  text-align: left;
}

.brand-logo {
  margin: 25px 0;
  text-align: center;
}
.brand-logo img {
  margin: 0 auto;
  max-width: 180px;
  max-height: 67px;
  display: block;
  width: auto;
  height: auto;
}

.brand-logo--text {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.profile-section {
  width: 100%;
  padding: 30px 0 0 0;
  margin-bottom: 10px;
  text-align: center;
}
.profile-section.bottom-radius {
  border-radius: 0 0 36px 36px;
}
.profile-section.no-radius {
  border-radius: 0;
}

.profile-avatar {
  width: 110px;
  height: 110px;
  background: var(--bg-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5px;
  overflow: hidden;
}
.profile-avatar.settings {
  background-color: #cdcdcd;
  border: 0;
}
.profile-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.profile-avatar i {
  font-size: 32px;
  color: var(--secondary-color);
}

.profile-name {
  font-size: 23px;
  font-weight: 500;
  color: var(--primary-color);
  margin-bottom: 8px;
}

.profile-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: var(--secondary-color);
  margin-bottom: 15px;
}

.profile-description {
  font-size: 16px;
  color: var(--secondary-color);
  padding: 10px 0 20px 0;
  text-align: center;
}

.contact-methods {
  width: 90%;
  margin: 0 auto 25px;
}
.contact-methods .contact-methods-title {
  display: flex;
  align-content: left;
  margin-left: 12%;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}
.contact-methods .contact-method-item {
  padding: 5px 0;
}
.contact-methods.contact-methods-settings {
  margin: 50px 0 70px;
}

.card-navigation {
  display: flex;
  justify-content: center;
  margin: 1.5rem 1rem;
}
.card-navigation .nav-pills {
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
}
.card-navigation .nav-pills .nav-item {
  max-width: 250px;
  width: 100%;
  margin-right: 15px;
}
.card-navigation .nav-pills .nav-item .nav-link {
  font-size: 18px;
  color: #000;
  background-color: #f0f0f0;
  font-weight: 400;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.card-navigation .nav-pills .nav-item .nav-link:hover {
  background-color: rgb(227.25, 227.25, 227.25);
}
.card-navigation .nav-pills .nav-item .nav-link.active {
  color: #fff;
  background-color: #273f92;
}
.card-navigation .nav-pills .nav-item .nav-link.active:hover {
  background-color: rgb(66.1701244813, 79.5829875519, 149.3298755187);
}

.contact-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid grey;
  padding-bottom: 10px;
  background: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.contact-item.setting {
  color: #000;
  background-color: #cdcdcd;
  margin-bottom: 15px;
  padding: 4px 20px;
}

.contact-icon {
  width: 34px;
  height: 34px;
  margin-right: 14px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
}
.contact-icon .material-symbols-outlined {
  display: block;
  font-size: 30px;
  line-height: 1;
  color: inherit !important;
  fill: currentColor !important;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  transform: translateY(0.5px);
}

.contact-text {
  flex: 1 1 auto;
  font-size: 15px;
  font-weight: 500;
  color: var(--primary-color);
  text-align: left;
  line-height: 1.35;
}

.social-section {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.social-section .social-title {
  font-size: 18px;
  color: gray;
  margin-bottom: 15px;
}
.social-section .social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.social-section .social-icon {
  border-radius: 8px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color);
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 15px;
}
.social-section .social-icon i {
  font-size: 30px;
}

.card-edit-top__qr {
  flex: 0 0 auto;
  text-align: center;
}
.card-edit-top__qr-title {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
}
.card-edit-top__qr #edit-preview-qrcode {
  width: 150px;
  height: 150px;
  padding: 8px;
  border: 1px solid #d9dee8;
  border-radius: 4px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-edit-top__qr #edit-preview-qrcode img,
.card-edit-top__qr #edit-preview-qrcode canvas,
.card-edit-top__qr #edit-preview-qrcode svg {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.save-contact-btn {
  width: 80%;
  min-height: 48px;
  padding: 12px 20px;
  color: white;
  background-color: #000;
  border: none;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto 15px auto;
}
.save-contact-btn:hover {
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
}

.color-input-circle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ccc;
  cursor: pointer;
  padding: 0;
}
.color-input-circle::-webkit-color-swatch-wrapper {
  padding: 0;
  border-radius: 50%;
}
.color-input-circle::-webkit-color-swatch {
  border-radius: 50%;
}
.color-input-circle::-moz-color-swatch {
  border-radius: 50%;
}

.color-label {
  font-family: monospace;
  min-width: 60px;
}

/* =========================
   TEMPLATE 2
   ========================= */
.template2-logo-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.template2-logo-wrap img {
  max-width: 150px;
}

.template2-hero {
  width: 100%;
  padding: 80px 0;
  text-align: center;
  margin-bottom: 28px;
}

.template2-hero-logo {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 52px;
  letter-spacing: 0.5px;
}

.template2-name {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 6px;
  text-align: center;
}

.template2-position {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.template2-contact-methods {
  width: 86%;
  margin: 0 auto 20px;
}
.template2-contact-methods .contact-methods-title {
  margin-left: 48px;
  font-size: 15px;
  font-weight: 700;
}
.template2-contact-methods .contact-method-item {
  padding: 6px 0;
}
.template2-contact-methods .contact-item {
  background: transparent;
  border-bottom: 1px solid #d8d8d8;
  padding: 0 0 10px;
  align-items: flex-start;
}
.template2-contact-methods .contact-icon {
  width: 34px;
  height: 34px;
  margin-right: 14px;
}
.template2-contact-methods .contact-icon .material-symbols-outlined {
  font-size: 34px;
}
.template2-contact-methods .contact-text {
  font-size: 14px;
  font-weight: 500;
}

.contact-card.template-2 {
  align-items: stretch;
  text-align: left;
}
.contact-card.template-2 .template2-logo-wrap {
  display: flex;
  justify-content: center;
  margin: 50px 0 16px;
}
.contact-card.template-2 .brand-logo {
  margin: 0;
}
.contact-card.template-2 .brand-logo img {
  max-width: 170px;
  max-height: 48px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.contact-card.template-2 .template2-hero {
  width: 100%;
  height: 100%;
  max-height: 160px;
  margin-bottom: 18px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.contact-card.template-2 .template2-name-wrap {
  text-align: center;
  margin-bottom: 18px;
  padding: 0 10px;
}
.contact-card.template-2 .template2-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 6px;
  text-align: center;
}
.contact-card.template-2 .template2-position {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 0;
}
.contact-card.template-2 .template2-intro {
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
  margin-top: 14px;
  padding: 0 8px;
}
.contact-card.template-2 .template2-contact-methods {
  width: 86%;
  margin: 0 auto 22px;
}
.contact-card.template-2 .template2-contact-methods .contact-method-item {
  padding: 6px 0;
}
.contact-card.template-2 .template2-contact-methods .contact-methods-title {
  display: block;
  margin-left: 48px;
  margin-bottom: 4px;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}
.contact-card.template-2 .template2-contact-methods .contact-item {
  display: flex;
  align-items: center;
  background: transparent;
  border-bottom: 1px solid #d9d9d9;
  padding: 0 0 10px;
  text-decoration: none;
}
.contact-card.template-2 .template2-contact-methods .contact-icon {
  width: 34px;
  height: 34px;
  margin-right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
}
.contact-card.template-2 .template2-contact-methods .contact-icon .material-symbols-outlined {
  font-size: 34px;
  line-height: 1;
}
.contact-card.template-2 .template2-contact-methods .contact-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
  display: flex;
  align-items: center;
  min-height: 34px;
}

/* =========================
   TEMPLATE 3
   ========================= */
.template3-top {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.template3-avatar-band {
  width: calc(100% + 36px);
  margin-left: -18px;
  margin-right: -18px;
  background: #e6e6e6;
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.template3-avatar {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  overflow: hidden;
  background: #d1d1d1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.template3-avatar img {
  width: 78px;
  height: 78px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.template3-name-wrap {
  text-align: center;
  margin-bottom: 18px;
}

.template3-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 6px;
}

.template3-position {
  font-size: 14px;
  font-weight: 400;
}

.template3-contact-methods {
  width: 86%;
  margin: 0 auto 18px;
}
.template3-contact-methods .contact-methods-title {
  margin-left: 48px;
  font-size: 15px;
  font-weight: 700;
}
.template3-contact-methods .contact-method-item {
  padding: 6px 0;
}
.template3-contact-methods .contact-item {
  background: transparent;
  border-bottom: 1px solid #d8d8d8;
  padding: 0 0 10px;
  align-items: flex-start;
}
.template3-contact-methods .contact-icon {
  width: 34px;
  height: 34px;
  margin-right: 14px;
}
.template3-contact-methods .contact-icon .material-symbols-outlined {
  font-size: 34px;
}
.template3-contact-methods .contact-text {
  font-size: 14px;
  font-weight: 500;
}

.contact-card.template-3 {
  padding: 16px 10px 24px;
  align-items: stretch;
  text-align: left;
}
.contact-card.template-3 .template3-logo-wrap {
  display: flex;
  justify-content: center;
  margin: 15px 0 25px;
}
.contact-card.template-3 .template3-hero {
  width: 100%;
  border-radius: 0;
  padding: 35px 20px;
  margin: 25px 0 25px 0;
  text-align: center;
}
.contact-card.template-3 .template3-hero.full-radius {
  border-radius: 16px;
}
.contact-card.template-3 .template3-hero.no-radius {
  border-radius: 0;
}
.contact-card.template-3 .template3-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-card.template-3 .template3-hero-logo {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 28px;
}
.contact-card.template-3 .template3-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 6px;
  text-align: center;
}
.contact-card.template-3 .template3-position {
  font-size: 14px;
  text-align: center;
}
.contact-card.template-3 .template3-intro {
  font-size: 14px;
  text-align: center;
  margin: 14px 0 18px;
  padding: 0 10px;
  line-height: 1.4;
}
.contact-card.template-3 .template3-contact-methods {
  width: 86%;
  margin: 0 auto 22px;
}
.contact-card.template-3 .template3-contact-methods .contact-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
}
.contact-card.template-3 .template3-contact-methods .contact-icon {
  width: 34px;
  height: 34px;
  margin-right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-card.template-3 .template3-contact-methods .contact-icon .material-symbols-outlined {
  font-size: 34px;
}
.contact-card.template-3 .template3-contact-methods .contact-text {
  display: flex;
  align-items: center;
  min-height: 34px;
  font-size: 14px;
}
.contact-card.template-3 .template3-contact-methods .contact-methods-title {
  margin-left: 48px;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 4px;
}

/* =========================
   TEMPLATE 4
   ========================= */
.template4-top {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.template4-avatar-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.template4-avatar-img {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background: #dedede;
}

.template4-name-wrap {
  text-align: center;
  margin-bottom: 18px;
}

.template4-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 6px;
  color: #000;
}

.template4-position {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.template4-contact-box {
  width: 100%;
  border-radius: 0;
  padding: 14px 16px 10px;
  margin-bottom: 18px;
}
.template4-contact-box.full-radius {
  border-radius: 16px;
}
.template4-contact-box.no-radius {
  border-radius: 0;
}

.template4-contact-methods {
  width: 100%;
}
.template4-contact-methods .contact-method-item {
  padding: 6px 0;
}
.template4-contact-methods .contact-methods-title {
  margin-left: 48px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.template4-contact-methods .template4-contact-item {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding: 0 0 10px;
  align-items: flex-start;
}
.template4-contact-methods .contact-icon {
  width: 34px;
  height: 34px;
  margin-right: 14px;
  color: #fff;
}
.template4-contact-methods .contact-icon .material-symbols-outlined {
  font-size: 34px;
}
.template4-contact-methods .contact-text {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.template4-contact-methods .contact-method-item:last-child .template4-contact-item {
  border-bottom: 0;
}

.contact-card.template-4 {
  padding: 16px 8px 24px;
  align-items: stretch;
  text-align: left;
}
.contact-card.template-4 .template4-logo-wrap {
  display: flex;
  justify-content: center;
  margin: 30px 0 14px;
}
.contact-card.template-4 .brand-logo {
  margin: 0;
}
.contact-card.template-4 .brand-logo img {
  max-width: 170px;
  max-height: 48px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}
.contact-card.template-4 .template4-avatar-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}
.contact-card.template-4 .template4-avatar-img {
  width: 126px;
  height: 126px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  background: #dedede;
}
.contact-card.template-4 .template4-name-wrap {
  text-align: center;
  margin-bottom: 20px;
  padding: 0 10px;
}
.contact-card.template-4 .template4-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 6px;
  text-align: center;
}
.contact-card.template-4 .template4-position {
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 0;
}
.contact-card.template-4 .template4-contact-methods {
  width: 100%;
}
.contact-card.template-4 .template4-contact-methods .contact-method-item {
  padding: 6px 0;
}
.contact-card.template-4 .template4-contact-methods .contact-methods-title {
  display: block;
  margin-left: 58px;
  margin-bottom: 4px;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}
.contact-card.template-4 .template4-contact-methods .template4-contact-item {
  display: flex;
  align-items: center;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding: 0 0 12px;
  text-decoration: none;
}
.contact-card.template-4 .template4-contact-methods .contact-icon {
  width: 40px;
  height: 40px;
  margin-right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
}
.contact-card.template-4 .template4-contact-methods .contact-icon .material-symbols-outlined {
  font-size: 38px;
  line-height: 1;
}
.contact-card.template-4 .template4-contact-methods .contact-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  display: flex;
  align-items: center;
  min-height: 40px;
}
.contact-card.template-4 .template4-contact-methods .contact-method-item:last-child .template4-contact-item {
  border-bottom: 0;
}

@media (max-width: 480px) {
  .phone-container {
    width: 100%;
    max-width: 350px;
    height: auto;
    min-height: 600px;
  }
  .template3-avatar-band {
    width: calc(100% + 28px);
    margin-left: -14px;
    margin-right: -14px;
  }
}
.contact-card.template-2 .template2-contact-methods .contact-item,
.contact-card.template-3 .template3-contact-methods .contact-item,
.contact-card.template-4 .template4-contact-methods .template4-contact-item {
  align-items: center;
}

.contact-card.template-2 .template2-contact-methods .contact-icon,
.contact-card.template-3 .template3-contact-methods .contact-icon,
.contact-card.template-4 .template4-contact-methods .contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-card.template-2 .template2-contact-methods .contact-text,
.contact-card.template-3 .template3-contact-methods .contact-text,
.contact-card.template-4 .template4-contact-methods .contact-text {
  display: flex;
  align-items: center;
}

.contact-card.template-2 .template2-contact-methods .address-text,
.contact-card.template-3 .template3-contact-methods .address-text,
.contact-card.template-4 .template4-contact-methods .address-text {
  display: block;
}

.yd-dashboard-home {
  padding: 28px 0 0;
}
.yd-dashboard-home__heading {
  text-align: center;
  margin-bottom: 32px;
  padding-top: 18px;
}
.yd-dashboard-home__heading h1 {
  margin: 0 0 10px;
  font-size: 2.1rem;
  line-height: 1.2;
  font-weight: 600;
  color: #2f4ea2;
}
.yd-dashboard-home__heading p {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #111111;
}
.yd-dashboard-home__actions {
  margin-bottom: 28px;
}

.yd-dashboard-action-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 165px;
  height: 100%;
  padding: 24px 20px 16px;
  border: 1px solid #8ea0db;
  border-radius: 4px;
  background: #ffffff;
  text-decoration: none;
  transition: all 0.18s ease;
}
.yd-dashboard-action-card:hover {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(33, 52, 107, 0.08);
}
.yd-dashboard-action-card__icon {
  margin-bottom: 42px;
  color: #2f4ea2;
  font-size: 2rem;
  line-height: 1;
}
.yd-dashboard-action-card__icon i {
  display: inline-block;
}
.yd-dashboard-action-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #2f4ea2;
  font-size: 1.1rem;
  font-weight: 500;
}
.yd-dashboard-action-card__footer span:first-child {
  line-height: 1.35;
}
.yd-dashboard-action-card__plus {
  flex: 0 0 auto;
  color: #13b0ff;
  font-size: 1.35rem;
  line-height: 1;
}

.yd-demo-modal {
  border: none;
  border-radius: 8px;
  padding: 1.5rem;
}
.yd-demo-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: #333;
  z-index: 10;
  transition: color 0.2s ease;
}
.yd-demo-modal__close:hover {
  color: #2A3F8B;
}
.yd-demo-modal__icon {
  display: none;
}
.yd-demo-modal__title {
  color: #2A3F8B;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
.yd-demo-modal__subtitle {
  font-size: 1.1rem;
  color: #000;
  margin-bottom: 1.5rem;
}
.yd-demo-modal__subtitle strong {
  font-weight: 700;
}
.yd-demo-modal__btn-primary, .yd-demo-modal__btn-secondary {
  width: 100%;
  max-width: 320px;
  padding: 8px 10px;
  font-weight: 500;
  font-size: 1rem;
  border-radius: 6px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.yd-demo-modal__btn-primary {
  background-color: #00a8ff;
  color: #ffffff;
  border: 1px solid #00a8ff;
}
.yd-demo-modal__btn-primary:hover, .yd-demo-modal__btn-primary:focus, .yd-demo-modal__btn-primary:active {
  background-color: rgb(0, 141.12, 214.2);
  border-color: rgb(0, 141.12, 214.2);
  color: #ffffff !important;
  text-decoration: none;
}
.yd-demo-modal__btn-secondary {
  background-color: #ffffff;
  color: #2A3F8B;
  border: 1px solid #2A3F8B;
}
.yd-demo-modal__btn-secondary:hover {
  background-color: rgb(174, 174, 174);
  color: white;
}

.yd-demo-countdown {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1rem;
}
.yd-demo-countdown__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90px;
}
.yd-demo-countdown__box {
  background-color: #2A3F8B;
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.yd-demo-countdown__label {
  color: #2A3F8B;
  font-weight: 700;
  font-size: 0.95rem;
  margin-top: 10px;
}
.yd-demo-countdown__sep {
  color: #2A3F8B;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 90px;
  margin: 0 10px;
}

.yd-dashboard-banner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  text-decoration: none;
  min-height: 230px;
}
.yd-dashboard-banner:hover .yd-dashboard-banner__image {
  transform: scale(1.02);
}
.yd-dashboard-banner__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}
.yd-dashboard-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.12) 55%, rgba(0, 0, 0, 0) 100%);
}
.yd-dashboard-banner__content {
  position: absolute;
  left: 18px;
  bottom: 16px;
  right: 18px;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.35;
}

.yd-video-modal .modal-dialog {
  max-width: 860px;
}
.yd-video-modal__content {
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(20, 29, 68, 0.2);
}
.yd-video-modal__body {
  padding: 28px 28px 30px;
  background: #ffffff;
}
.yd-video-modal__close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #111111;
  font-size: 1.65rem;
  z-index: 3;
  transition: color 0.2s ease, transform 0.2s ease;
}
.yd-video-modal__close:hover {
  color: #2f4ea2;
  transform: rotate(90deg);
}
.yd-video-modal__title {
  margin: 0 0 28px;
  text-align: center;
  color: #2f4ea2;
  font-size: 1.35rem;
  font-weight: 500;
}
.yd-video-modal__stage {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  background: #304aa2;
}
.yd-video-modal__preview {
  position: relative;
  aspect-ratio: 16/9;
  background: linear-gradient(180deg, #3651aa 0%, #2c459c 100%);
}
.yd-video-modal__brand {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3b50a6;
  padding: 32px;
}
.yd-video-modal__brand-logo {
  width: min(320px, 52%);
  max-width: 100%;
  height: auto;
  display: block;
}
.yd-video-modal__play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 170px;
  height: 170px;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.yd-video-modal__play-circle {
  position: relative;
  z-index: 2;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 4px solid #10a9ff;
  background: rgba(20, 38, 109, 0.42);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #10a9ff;
  font-size: 3rem;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}
.yd-video-modal__play-circle i {
  margin-left: 6px;
}
.yd-video-modal__play-ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(16, 169, 255, 0.16);
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.22s ease;
}
.yd-video-modal__play-ripple--one {
  width: 112px;
  height: 112px;
}
.yd-video-modal__play-ripple--two {
  width: 148px;
  height: 148px;
}
.yd-video-modal__play:hover .yd-video-modal__play-circle {
  transform: scale(1.05);
  box-shadow: 0 0 0 12px rgba(16, 169, 255, 0.12);
  background: rgba(20, 38, 109, 0.6);
}
.yd-video-modal__play:hover .yd-video-modal__play-ripple--one {
  opacity: 1;
  animation: ydVideoPulse 1.5s ease-out infinite;
}
.yd-video-modal__play:hover .yd-video-modal__play-ripple--two {
  opacity: 1;
  animation: ydVideoPulse 1.5s ease-out 0.25s infinite;
}
.yd-video-modal iframe {
  border: 0;
  display: block;
}

@keyframes ydVideoPulse {
  0% {
    transform: scale(0.72);
    opacity: 0.65;
  }
  70% {
    transform: scale(1.18);
    opacity: 0;
  }
  100% {
    transform: scale(1.24);
    opacity: 0;
  }
}
.nfc-header-card {
  border: 0;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  margin-bottom: 18px;
}

.nfc-header-btn {
  font-size: 0.82rem;
  padding: 0.42rem 0.9rem;
  font-weight: 600;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.nfc-filter-bar {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 18px;
}

.nfc-filter-search {
  position: relative;
  flex: 1;
  min-width: 150px;
  max-width: 250px;
}
.nfc-filter-search__icon {
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 0.95rem;
  pointer-events: none;
}
.nfc-filter-search__input {
  height: 36px;
  border-radius: 999px;
  padding-left: 34px;
  font-size: 0.84rem;
  border-color: #e5e7eb;
  background: #fff;
}
.nfc-filter-search__input:focus {
  border-color: #bfd0ff;
  box-shadow: 0 0 0 3px rgba(76, 97, 201, 0.1);
}

.nfc-filter-select {
  flex: 1;
  min-width: 150px;
  max-width: 180px;
  height: 36px;
  border-radius: 999px;
  font-size: 0.84rem;
  border-color: #e5e7eb;
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
.nfc-filter-select:focus {
  border-color: #bfd0ff;
  box-shadow: 0 0 0 3px rgba(76, 97, 201, 0.1);
}

.nfc-filter-bar .select2-container {
  flex: 1 !important;
  min-width: 150px !important;
  max-width: 180px !important;
  height: 36px !important;
}
.nfc-filter-bar .select2-container--default .select2-selection--single,
.nfc-filter-bar .select2-container--bootstrap-5 .select2-selection--single {
  height: 36px !important;
  min-height: 36px !important;
  border-radius: 999px !important;
  border: 1px solid #e5e7eb !important;
  background: #fff !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  position: relative;
  padding: 0 !important;
}
.nfc-filter-bar .select2-container .select2-selection--single .select2-selection__rendered {
  width: 100%;
  line-height: 34px !important;
  padding-left: 14px !important;
  padding-right: 34px !important;
  margin: 0 !important;
  font-size: 0.84rem;
  color: #111827 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nfc-filter-bar .select2-container .select2-selection--single .select2-selection__placeholder {
  color: #6b7280 !important;
}
.nfc-filter-bar .select2-container .select2-selection--single .select2-selection__arrow {
  height: 36px !important;
  width: 24px !important;
  position: absolute;
  top: 0 !important;
  right: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nfc-filter-bar .select2-container .select2-selection--single .select2-selection__clear {
  position: absolute !important;
  top: 50% !important;
  right: 28px !important;
  transform: translateY(-50%) !important;
  z-index: 2;
}
.nfc-filter-bar .select2-container--focus .select2-selection,
.nfc-filter-bar .select2-container--open .select2-selection {
  border-color: #bfd0ff !important;
  box-shadow: 0 0 0 3px rgba(76, 97, 201, 0.1) !important;
}
.nfc-filter-bar .select2-container--bootstrap-5 .select2-dropdown,
.nfc-filter-bar .select2-container--default .select2-dropdown {
  border: 1px solid #e5e7eb !important;
  border-radius: 12px !important;
  overflow: hidden;
}
.nfc-filter-bar .select2-container--bootstrap-5 .select2-search--dropdown .select2-search__field,
.nfc-filter-bar .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}
.nfc-filter-bar .select2-container--bootstrap-5 .select2-results__option,
.nfc-filter-bar .select2-container--default .select2-results__option {
  padding: 10px 12px;
  font-size: 0.84rem;
}

.nfc-table-card {
  border: 0;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}
.nfc-table-card .card-body {
  padding: 1.1rem 1.2rem;
  overflow: visible;
}
.nfc-table-card .nfc-table-responsive {
  overflow: visible;
}
.nfc-table-card .nfc-select2-wrap .select2-container {
  width: auto !important;
  min-width: 150px;
}
.nfc-table-card .nfc-select2-wrap .select2-container--default .select2-selection--single,
.nfc-table-card .nfc-select2-wrap .select2-container--bootstrap-5 .select2-selection--single {
  height: 36px !important;
  min-height: 36px !important;
  border-radius: 999px !important;
  border: 1px solid #e5e7eb !important;
  background: #fff !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  position: relative;
  padding: 0 !important;
}
.nfc-table-card .nfc-select2-wrap .select2-container .select2-selection--single .select2-selection__rendered {
  width: 100%;
  line-height: 34px !important;
  padding-left: 14px !important;
  padding-right: 34px !important;
  margin: 0 !important;
  font-size: 0.84rem;
  color: #111827 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nfc-table-card .nfc-select2-wrap .select2-container .select2-selection--single .select2-selection__placeholder {
  color: #6b7280 !important;
}
.nfc-table-card .nfc-select2-wrap .select2-container .select2-selection--single .select2-selection__arrow {
  height: 36px !important;
  width: 24px !important;
  position: absolute;
  top: 0 !important;
  right: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nfc-table-card .nfc-select2-wrap .select2-container .select2-selection--single .select2-selection__clear {
  position: absolute !important;
  top: 50% !important;
  right: 28px !important;
  transform: translateY(-50%) !important;
  z-index: 2;
}
.nfc-table-card .nfc-select2-wrap .select2-container--focus .select2-selection,
.nfc-table-card .nfc-select2-wrap .select2-container--open .select2-selection {
  border-color: #bfd0ff !important;
  box-shadow: 0 0 0 3px rgba(76, 97, 201, 0.1) !important;
}
.nfc-table-card .select2-container--bootstrap-5 .select2-dropdown,
.nfc-table-card .select2-container--default .select2-dropdown {
  border: 1px solid #e5e7eb !important;
  border-radius: 12px !important;
  overflow: hidden;
}
.nfc-table-card .select2-container--bootstrap-5 .select2-search--dropdown .select2-search__field,
.nfc-table-card .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

.nfc-table {
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
}
.nfc-table thead th {
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #8a94a6;
  font-weight: 700;
  border-top: 0;
  border-bottom: 1px solid #edf1f7;
  padding: 0 12px 14px;
  white-space: nowrap;
}
.nfc-table tbody tr {
  transition: background 0.15s ease;
}
.nfc-table tbody tr:hover {
  background: #fafcff;
}
.nfc-table tbody tr td {
  padding: 16px 12px;
  border-bottom: 1px solid #edf1f7;
  border-top: 0;
  vertical-align: middle;
  font-size: 0.94rem;
  overflow: visible;
}

.nfc-name {
  font-weight: 600;
  color: #111827;
}

.nfc-uid {
  font-size: 0.85rem;
}

.nfc-scan-count {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  color: #111827;
}

.avatar-sm {
  width: 38px;
  height: 38px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

.nfc-type-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.34rem 0.78rem;
  border-radius: 999px;
  font-size: 0.73rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  background: #eef2ff;
  color: #4652c4;
}
.nfc-type-pill--contact_card {
  background: #f0e5ff;
  color: #6d28d9;
}
.nfc-type-pill--employee_card {
  background: #e9eeff;
  color: #4c61c9;
}
.nfc-type-pill--uni_card {
  background: #ffe9d6;
  color: #c87a2b;
}
.nfc-type-pill--stand {
  background: #dff1ff;
  color: #4383c4;
}
.nfc-type-pill--pen {
  background: #fce7d6;
  color: #9a3412;
}
.nfc-type-pill--chip {
  background: #e0f8ff;
  color: #0369a1;
}
.nfc-type-pill--sticker {
  background: #dff56e;
  color: #5f8200;
}
.nfc-type-pill--brochure, .nfc-type-pill--brozura, .nfc-type-pill--flyer {
  background: #e7f7ff;
  color: #0f8fb2;
}

.nfc-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  padding: 0.34rem 0.8rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1;
}
.nfc-status-badge.is-active {
  background: #baf2c8;
  color: #179b47;
}
.nfc-status-badge.is-inactive {
  background: #fde2e2;
  color: #d83b3b;
}

.nfc-icon-btn {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4c61c9;
  text-decoration: none;
  transition: all 0.15s ease;
}
.nfc-icon-btn i {
  font-size: 1.1rem;
}
.nfc-icon-btn:hover {
  color: #2f4aa0;
  background: #eef2ff;
}

.nfc-actions-cell {
  width: 72px;
  text-align: right;
  position: relative;
  overflow: visible !important;
}

.nfc-action-menu-wrap {
  position: relative;
  display: inline-block;
  overflow: visible;
}
.nfc-action-menu-wrap.is-open .nfc-action-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.nfc-arrow-btn {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9dfeb;
  background: #fff;
  color: #4c61c9;
  padding: 0;
  transition: all 0.15s ease;
}
.nfc-arrow-btn i {
  font-size: 1.15rem;
  line-height: 1;
}
.nfc-arrow-btn:hover, .nfc-arrow-btn:focus, .nfc-arrow-btn[aria-expanded=true] {
  border-color: #c6d1f3;
  background: #f4f7ff;
  color: #2f4aa0;
  box-shadow: none;
}

.nfc-action-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 220px;
  border: 1px solid #e6ebf2;
  border-radius: 12px;
  padding: 6px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.1);
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: all 0.16s ease;
}

.nfc-action-menu__item {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 0.92rem;
  color: #374151;
  transition: all 0.12s ease;
  background: transparent;
  border: 0;
  width: 100%;
  text-align: left;
  text-decoration: none;
}
.nfc-action-menu__item i {
  font-size: 1rem;
  color: #6b7280;
}
.nfc-action-menu__item:hover {
  background: #f5f7fb;
  color: #111827;
}
.nfc-action-menu__item.is-danger {
  color: #dc3545 !important;
}
.nfc-action-menu__item.is-danger i {
  color: #dc3545 !important;
}
.nfc-action-menu__item.is-danger:hover {
  background: #fef2f2;
  color: #dc3545 !important;
}
.nfc-action-menu__item.is-warning {
  color: #d97706 !important;
}
.nfc-action-menu__item.is-warning i {
  color: #d97706 !important;
}
.nfc-action-menu__item.is-warning:hover {
  background: #fffbeb;
  color: #d97706 !important;
}

button.nfc-action-menu__item {
  cursor: pointer;
}

.nfc-action-menu__divider {
  height: 1px;
  background: #eef2f7;
  margin: 6px 0;
}

.bulk-carrier-modal {
  border-radius: 18px;
  border: 0;
  overflow: hidden;
}
.bulk-carrier-modal .modal-header {
  text-align: center;
}

.bulk-carrier-title {
  color: #2f4aa0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.81;
  margin-top: 10px;
}

.bulk-carrier-subtitle {
  font-size: 1.35rem;
  color: #111;
}

.bulk-carrier-close {
  position: absolute;
  right: 22px;
  top: 18px;
  z-index: 10;
}

.carrier-option-card {
  position: relative;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 14px 12px 10px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.carrier-option-card:hover {
  border-color: #2f4aa0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.carrier-option-card.active {
  border-color: #2f4aa0;
  box-shadow: 0 0 0 2px rgba(47, 74, 160, 0.15);
}

.carrier-help-btn,
.carrier-help-inline {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #111;
  background: #fff;
  color: #111;
  font-size: 11px;
  line-height: 16px;
  padding: 0;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.carrier-help-btn {
  position: absolute;
  top: 8px;
  right: 8px;
}

.carrier-option-image-wrap {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carrier-option-image {
  max-height: 78px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.carrier-option-name {
  color: #2f4aa0;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 8px;
}

.analytics-select2-wrap .select2-container {
  width: 100% !important;
}

.analytics-select2-wrap .select2-container--default .select2-selection--single,
.analytics-select2-wrap .select2-container--default .select2-selection--multiple,
.analytics-select2-wrap .select2-container--bootstrap-5 .select2-selection--single,
.analytics-select2-wrap .select2-container--bootstrap-5 .select2-selection--multiple {
  min-height: 44px;
  border: 1px solid var(--ct-input-border-color, #ced4da);
  border-radius: 0.375rem;
  background-color: var(--ct-input-bg, #fff);
  color: var(--ct-body-color, #495057);
  box-shadow: none;
}

.analytics-select2-wrap .select2-container .select2-selection--single {
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
  position: relative;
}

.analytics-select2-wrap .select2-container .select2-selection--single .select2-selection__rendered {
  width: 100%;
  padding-left: 0.75rem !important;
  padding-right: 2.5rem !important;
  margin: 0 !important;
  line-height: 42px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--ct-body-color, #495057);
}

.analytics-select2-wrap .select2-container .select2-selection--single .select2-selection__placeholder,
.analytics-select2-wrap .select2-selection__placeholder {
  color: #6c757d;
}

.analytics-select2-wrap .select2-container .select2-selection--single .select2-selection__arrow {
  height: 44px !important;
  position: absolute;
  top: 0 !important;
  right: 10px !important;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.analytics-select2-wrap .select2-container .select2-selection--single .select2-selection__clear {
  position: absolute !important;
  top: 50% !important;
  right: 34px !important;
  transform: translateY(-50%) !important;
  z-index: 2;
}

.analytics-select2-wrap .select2-container .select2-selection--multiple {
  min-height: 44px !important;
  padding: 0.25rem 0.5rem !important;
}

.analytics-select2-wrap .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  padding: 0 !important;
  margin: 0;
  list-style: none;
}

.analytics-select2-wrap .select2-container .select2-selection--multiple .select2-selection__choice {
  margin-top: 0 !important;
}

.analytics-select2-wrap .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0 !important;
  height: 28px;
}

.analytics-select2-wrap .select2-container--focus .select2-selection,
.analytics-select2-wrap .select2-container--open .select2-selection {
  border-color: #86b7fe !important;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25) !important;
}

.analytics-select2-wrap .select2-container.select2-container--disabled .select2-selection {
  background-color: #e9ecef !important;
  opacity: 1;
}

.select2-container--bootstrap-5 .select2-dropdown,
.select2-container--default .select2-dropdown {
  border: 1px solid var(--ct-input-border-color, #ced4da) !important;
  border-radius: 0.375rem !important;
  overflow: hidden;
}

.select2-container--bootstrap-5 .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--ct-input-border-color, #ced4da);
  border-radius: 0.375rem;
}

.analytics-hero-card {
  border: 1px solid rgba(114, 124, 245, 0.12);
}

.analytics-mini-stat {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.analytics-mini-stat:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}

.analytics-stat-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.analytics-feed-thumb,
.analytics-top-thumb {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(114, 124, 245, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.analytics-feed-thumb img,
.analytics-top-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.analytics-feed-subtitle,
.analytics-top-subtitle {
  font-size: 12px;
}

.analytics-badge-soft {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  background: rgba(114, 124, 245, 0.12);
  color: #727cf5;
}

.analytics-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (max-width: 767.98px) {
  .analytics-summary-grid {
    grid-template-columns: 1fr;
  }
}

.analytics-summary-item {
  padding: 0.85rem 1rem;
  border: 1px solid var(--ct-border-color, #eef2f7);
  border-radius: 0.75rem;
  background: var(--ct-card-bg, #fff);
}

.analytics-list-scroll {
  max-height: 420px;
  overflow-y: auto;
}

.analytics-progress-list .progress {
  height: 6px;
}

.analytics-empty {
  padding: 2rem 1rem;
  text-align: center;
  color: var(--ct-secondary-color, #98a6ad);
}

.analytics-progress-list .progress {
  height: 6px;
  border-radius: 3px;
}

.analytics-conversion-table {
  font-size: 0.85rem;
}
.analytics-conversion-table .table-sm {
  margin-bottom: 0;
}

.share-panel-card {
  border: 0;
  box-shadow: none;
  border-radius: 0.5rem;
}
.share-panel-card .card-body {
  padding: 1.5rem;
}

.share-panel {
  padding-top: 0.75rem;
}
.share-panel__title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
  color: #3f51a2;
  margin-bottom: 1rem;
}
.share-panel__divider {
  height: 1px;
  background: #d7dcea;
  margin-bottom: 2rem;
}

.share-wallet {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}
.share-wallet__info {
  max-width: 500px;
}
.share-wallet__heading {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1rem;
}
.share-wallet__text {
  font-size: 1rem;
  line-height: 1.45;
  color: #1f2937;
  margin: 0;
}
.share-wallet__devider {
  line-height: 50px;
  margin: 0;
}
.share-wallet__right {
  display: flex;
  align-items: center;
  gap: 1.75rem;
}
.share-wallet__qr {
  width: 125px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-wallet__qr img,
.share-wallet__qr canvas,
.share-wallet__qr svg {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.share-wallet__badges {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.wallet-store-badge {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.wallet-store-badge img {
  display: block;
  width: auto;
  height: 40px;
}

.share-link {
  margin-bottom: 2rem;
}
.share-link__heading {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.85rem;
}
.share-link__box {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #f3f4f6;
  border-radius: 0.375rem;
  padding: 0.75rem;
}
.share-link__box .form-control {
  height: 42px;
  background: #fff;
  border: 1px solid #d9dee8;
  box-shadow: none;
}
.share-link__box .btn {
  height: 42px;
  min-width: 140px;
  white-space: nowrap;
}

.share-download__text {
  font-size: 1rem;
  line-height: 1.45;
  color: #1f2937;
  margin-bottom: 1rem;
}
.share-download__qr {
  width: 140px;
  height: 140px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-download__qr img,
.share-download__qr canvas,
.share-download__qr svg {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.share-download__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.share-download__buttons .btn {
  min-width: 112px;
}

.share-phone-card__qr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.share-phone-card__qr canvas,
.share-phone-card__qr img {
  width: 180px !important;
  height: 180px !important;
}

.share-phone-preview {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.share-phone-preview__device {
  position: relative;
  width: 350px;
  height: 650px;
  background: #fff;
  border: 4px solid #161616;
  border-radius: 2.5rem;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.share-phone-preview__notch {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 68px;
  height: 20px;
  background: #000;
  border-radius: 999px;
  z-index: 3;
}
.share-phone-preview__screen {
  width: 100%;
  height: 100%;
  background: #fff;
}

.share-phone-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.share-phone-card__header {
  min-height: 240px;
  border-radius: 0 0 2rem 2rem;
  padding: 2rem 1.5rem 1.25rem;
  text-align: center;
}
.share-phone-card__logo {
  display: block;
  max-width: 120px;
  max-height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 1rem;
}
.share-phone-card__logo-text {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.share-phone-card__avatar {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto 1rem;
}
.share-phone-card__name {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
  margin-bottom: 0.35rem;
}
.share-phone-card__position {
  font-size: 1.05rem;
  line-height: 1.3;
  color: #000;
}
.share-phone-card__body {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 4rem;
}
.share-phone-card__qr {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-phone-card__qr img,
.share-phone-card__qr canvas,
.share-phone-card__qr svg {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

@media (max-width: 1399.98px) {
  .share-wallet {
    flex-direction: column;
    align-items: flex-start;
  }
  .share-wallet__right {
    justify-content: flex-start;
  }
}
@media (max-width: 1199.98px) {
  .share-phone-preview {
    margin-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .share-link__box {
    flex-direction: column;
    align-items: stretch;
  }
  .share-link__box .btn {
    width: 100%;
    min-width: 100%;
  }
  .share-wallet__right {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .share-phone-preview__device {
    width: 280px;
    height: 560px;
  }
  .share-phone-card__header {
    min-height: 220px;
  }
  .share-phone-card__name {
    font-size: 1.5rem;
  }
  .share-phone-card__position {
    font-size: 0.95rem;
  }
  .share-phone-card__body {
    padding-top: 3rem;
  }
}
.qr-header-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background-color: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #1a56db;
}

.btn-new-qr {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background-color: #1a56db;
  border-color: #1a56db;
  font-size: 0.8125rem;
  font-weight: 500;
  border-radius: 8px;
  padding: 8px 16px;
}
.btn-new-qr:hover, .btn-new-qr:focus {
  background-color: #1647c8;
  border-color: #1647c8;
}

.qr-filters .qr-filter-label {
  font-size: 0.75rem;
  color: #6b7280;
  white-space: nowrap;
}
.qr-filters .qr-filter-search {
  position: relative;
  flex: 1 1 200px;
  min-width: 160px;
  max-width: 320px;
}
.qr-filters .qr-filter-search .mdi-magnify {
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.9rem;
  color: #9ca3af;
  pointer-events: none;
}
.qr-filters .qr-filter-search .form-control {
  padding-left: 1.9rem;
  border-radius: 8px;
  border-color: #d1d5db;
  font-size: 0.8125rem;
  background-color: #ffffff;
}
.qr-filters .qr-filter-search .form-control:focus {
  border-color: #1a56db;
  box-shadow: 0 0 0 2px rgba(26, 86, 219, 0.12);
}
.qr-filters .qr-filter-select {
  flex: 0 1 160px;
  min-width: 140px;
  border-radius: 8px;
  border-color: #d1d5db;
  font-size: 0.8125rem;
  color: #6b7280;
  background-color: #ffffff;
}
.qr-filters .qr-filter-select:focus {
  border-color: #1a56db;
  box-shadow: 0 0 0 2px rgba(26, 86, 219, 0.12);
}

.card-qr {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: none;
}

.table-qr thead th {
  font-size: 0.75rem;
  font-weight: 500;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #e5e7eb;
  padding: 0.65rem 1rem;
  white-space: nowrap;
  background: transparent;
}
.table-qr tbody td {
  padding: 0.875rem 1rem;
  vertical-align: middle;
  border-bottom: 1px solid #e5e7eb;
}
.table-qr tbody tr:last-child td {
  border-bottom: none;
}
.table-qr.table-hover > tbody > tr:hover > * {
  background-color: #f3f4f6;
}

.qr-thumb-sm {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: #9ca3af;
}
.qr-thumb-sm img {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
}

.qr-name-main {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #111827;
}

.qr-name-sub {
  font-size: 0.75rem;
  color: #9ca3af;
  margin-top: 1px;
}

.qr-date {
  font-size: 0.75rem;
  color: #6b7280;
}

.qr-scan-count {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #111827;
}

.qr-type-badge {
  font-size: 0.7125rem;
  font-weight: 500;
  border-radius: 20px;
  padding: 0.3em 0.8em;
  display: inline-flex;
  align-items: center;
  background-color: #eef2ff;
  color: #3730a3;
  border: none;
}
.qr-type-badge .mdi {
  font-size: 0.8rem;
}

.qr-status-badge {
  font-size: 0.7125rem;
  font-weight: 500;
  border-radius: 20px;
  padding: 0.3em 0.8em;
  text-transform: lowercase;
  border: none;
}
.qr-status-badge.badge-soft-success {
  background-color: #ecfdf5;
  color: #065f46;
}
.qr-status-badge.badge-soft-secondary {
  background-color: #f3f4f6;
  color: #6b7280;
}

.qr-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: transparent;
  border: none;
  color: #6b7280;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.15s, color 0.15s;
}
.qr-icon-btn:hover {
  background-color: #f3f4f6;
  color: #111827;
}
.qr-icon-btn .mdi {
  display: block;
  line-height: 1;
}

.qr-context-menu {
  position: fixed;
  z-index: 9999;
  min-width: 190px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 6px 0;
}
.qr-context-menu a {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  font-size: 0.8125rem;
  color: #374151;
  text-decoration: none;
  transition: background-color 0.12s;
}
.qr-context-menu a:hover {
  background-color: #f3f4f6;
}
.qr-context-menu a.text-danger {
  color: #dc2626 !important;
}
.qr-context-menu a .mdi {
  font-size: 1rem;
}
.qr-context-menu .qr-ctx-divider {
  height: 1px;
  background: #e5e7eb;
  margin: 4px 0;
}

.qr-empty-row td {
  font-size: 0.875rem;
  color: #6b7280;
}

.card-qr-header {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.card-qr-header .card-body {
  padding: 1.5rem !important;
}

.qr-download-modal .modal-content {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
}
.qr-download-modal .modal-header {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
}
.qr-download-modal .modal-header .modal-title {
  font-size: 1.125rem;
  color: #111827;
}
.qr-download-modal .modal-body {
  padding: 1.5rem;
  background-color: #ffffff;
}

.qr-download-options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.qr-download-option {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
  padding: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background-color: #ffffff;
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: all 0.15s ease;
}
.qr-download-option:hover {
  border-color: #1a56db;
  background-color: #f8faff;
  box-shadow: 0 2px 8px rgba(26, 86, 219, 0.12);
}
.qr-download-option:active {
  transform: scale(0.99);
}

.qr-download-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 8px;
  background-color: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: #1a56db;
  flex-shrink: 0;
}

.qr-download-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
}
.qr-download-content strong {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #111827;
  display: block;
}
.qr-download-content span {
  font-size: 0.75rem;
  color: #6b7280;
  display: block;
  line-height: 1.4;
}

.qr-editor-page {
  padding: 0;
  background: #f1f1f1;
  min-height: 100vh;
}

.qr-editor-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #ffffff;
  border: 0;
  border-radius: 0;
  padding: 12px 20px;
  margin-bottom: 0;
  min-height: 58px;
  box-shadow: inset 0 -1px 0 #ececec;
}

.qr-editor-topbar__left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.qr-editor-topbar__icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: transparent;
  color: #4054a5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex: 0 0 auto;
}

.qr-editor-topbar__title h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #30489f;
  line-height: 1.2;
}

.qr-editor-topbar__title p {
  display: none;
}

.qr-editor-topbar__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.qr-editor-topbar__actions .btn {
  min-width: 102px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.78rem;
  padding: 7px 14px;
  box-shadow: none !important;
}

.qr-editor-topbar__actions .btn-primary {
  background: #233f99;
  border-color: #233f99;
}

.qr-editor-topbar__actions .btn-primary:hover, .qr-editor-topbar__actions .btn-primary:focus {
  background: #1d347e;
  border-color: #1d347e;
}

.qr-editor-topbar__actions .btn-danger {
  background: #ff4b57;
  border-color: #ff4b57;
}

.qr-editor-topbar__actions .btn-danger:hover, .qr-editor-topbar__actions .btn-danger:focus {
  background: #eb3a45;
  border-color: #eb3a45;
}

.qr-editor-layout {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 0;
  align-items: stretch;
  min-height: calc(100vh - 58px);
}

.qr-editor-config {
  min-width: 0;
  background: #f1f1f1;
}

.qr-editor-form {
  margin: 0;
  height: 100%;
}

.qr-main-card {
  width: 100%;
  max-width: none;
  margin: 0;
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  padding: 24px 32px;
}

.qr-section {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 0;
}

.qr-section:last-of-type, .qr-section--last {
  padding-bottom: 0;
  margin-bottom: 0;
}

.qr-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.qr-section__header h5 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #111111;
  line-height: 1.2;
}

.qr-form-grid {
  width: 100%;
  max-width: 620px;
}

.qr-form-grid .form-control {
  height: 34px;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  background: #f8f8f8;
  box-shadow: none;
  color: #111827;
  font-size: 0.88rem;
  padding: 6px 10px;
}

.qr-form-grid .form-control::-moz-placeholder {
  color: #8e939d;
}

.qr-form-grid .form-control::placeholder {
  color: #8e939d;
}

.qr-form-grid .form-control:focus {
  border-color: #c2cae0;
  background: #ffffff;
  box-shadow: none;
}

.qr-form-grid .mb-3 {
  margin-bottom: 10px !important;
}

.qr-form-grid .mb-2 {
  margin-bottom: 8px !important;
}

.qr-form-grid .mb-0 {
  margin-bottom: 0 !important;
}

.qr-chip-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #f0b16d;
  background: #fff7ef;
  color: #ef8d31;
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
  text-decoration: none;
  box-shadow: none;
}

.qr-chip-action:hover {
  background: #fff1e5;
  color: #de7e26;
  border-color: #e6a55f;
  text-decoration: none;
}

.qr-chip-action i {
  font-size: 0.95rem;
}

.qr-chip-action--secondary {
  border-color: #f0b16d;
  background: #fff7ef;
  color: #ef8d31;
}

.qr-utm-link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 0;
  background: #dce2ff;
  color: #6173b8;
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 0.76rem;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}

.qr-utm-link:hover {
  background: #cfd8ff;
  color: #495faa;
}

.qr-hidden-fields {
  display: none;
}

.qr-hidden-fields.is-visible {
  display: block;
}

.qr-hidden-fields .form-control {
  height: 34px;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  background: #f8f8f8;
  box-shadow: none;
  font-size: 0.88rem;
  padding: 6px 10px;
}

.qr-hidden-fields .form-control:focus {
  border-color: #c2cae0;
  background: #ffffff;
  box-shadow: none;
}

.qr-style-grid, .qr-corner-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
}

.qr-style-tile, .qr-corner-tile, .qr-preset-tile {
  width: 40px;
  height: 40px;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  background: #f8f8f8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
  box-shadow: none;
}

.qr-style-tile:hover, .qr-corner-tile:hover, .qr-preset-tile:hover {
  border-color: #c7c7c7;
  background: #f0f0f0;
  transform: none;
}

.qr-style-tile.is-active, .qr-corner-tile.is-active, .qr-preset-tile.is-active {
  background: #ffffff;
  border-color: #111111;
  box-shadow: none;
}

.qr-style-tile:focus, .qr-corner-tile:focus, .qr-preset-tile:focus {
  outline: none;
  box-shadow: none;
}

.qr-style-tile__preview, .qr-corner-preview, .qr-center-preview, .qr-preset-tile__mini {
  position: relative;
  display: block;
  color: #a5a5af;
}

.qr-style-tile__preview {
  width: 28px;
  height: 28px;
}

.qr-corner-preview, .qr-center-preview {
  width: 24px;
  height: 24px;
}

.qr-style-tile.is-active .qr-style-tile__preview, .qr-corner-tile.is-active .qr-corner-preview, .qr-corner-tile.is-active .qr-center-preview {
  color: #111111;
}

.qr-style-tile__preview::before, .qr-style-tile__preview::after {
  content: "";
  position: absolute;
}

.qr-style-tile__preview::before {
  left: 1px;
  top: 1px;
  width: 9px;
  height: 9px;
  border: 2px solid currentColor;
  border-radius: 0;
}

.qr-style-tile__preview::after {
  right: 1px;
  bottom: 1px;
  width: 9px;
  height: 9px;
  border: 2px solid currentColor;
  border-radius: 0;
}

.qr-style-tile__preview--square {
  background: linear-gradient(currentColor, currentColor) 12px 3px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 18px 3px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 12px 8px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 8px 12px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 12px 12px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 18px 12px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 8px 18px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 12px 18px/3px 3px no-repeat;
}

.qr-style-tile__preview--dots::before, .qr-style-tile__preview--dots::after {
  border-radius: 999px;
}
.qr-style-tile__preview--dots {
  background: radial-gradient(circle, currentColor 0 42%, transparent 43%) 12px 3px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 42%, transparent 43%) 18px 3px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 42%, transparent 43%) 12px 8px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 42%, transparent 43%) 8px 12px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 42%, transparent 43%) 12px 12px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 42%, transparent 43%) 18px 12px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 42%, transparent 43%) 8px 18px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 42%, transparent 43%) 12px 18px/5px 5px no-repeat;
}

.qr-style-tile__preview--rounded::before, .qr-style-tile__preview--rounded::after {
  border-radius: 5px;
}
.qr-style-tile__preview--rounded {
  background: linear-gradient(currentColor, currentColor) 12px 3px/4px 3px no-repeat, linear-gradient(currentColor, currentColor) 18px 3px/4px 3px no-repeat, linear-gradient(currentColor, currentColor) 12px 8px/4px 3px no-repeat, linear-gradient(currentColor, currentColor) 8px 12px/4px 3px no-repeat, linear-gradient(currentColor, currentColor) 12px 12px/4px 3px no-repeat, linear-gradient(currentColor, currentColor) 18px 12px/4px 3px no-repeat, linear-gradient(currentColor, currentColor) 8px 18px/4px 3px no-repeat, linear-gradient(currentColor, currentColor) 12px 18px/4px 3px no-repeat;
}

.qr-style-tile__preview--classy::before {
  border-radius: 3px 3px 0 3px;
}
.qr-style-tile__preview--classy::after {
  border-radius: 0 3px 3px 3px;
}
.qr-style-tile__preview--classy {
  background: linear-gradient(currentColor, currentColor) 9px 2px/14px 3px no-repeat, linear-gradient(currentColor, currentColor) 8px 8px/13px 3px no-repeat, linear-gradient(currentColor, currentColor) 6px 14px/15px 3px no-repeat, linear-gradient(currentColor, currentColor) 9px 20px/12px 3px no-repeat, linear-gradient(currentColor, currentColor) 21px 8px/3px 11px no-repeat, linear-gradient(currentColor, currentColor) 4px 8px/3px 11px no-repeat;
}

.qr-style-tile__preview--classy-rounded::before, .qr-style-tile__preview--classy-rounded::after {
  border-radius: 8px;
}
.qr-style-tile__preview--classy-rounded {
  background: radial-gradient(circle, currentColor 0 42%, transparent 43%) 5px 3px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 42%, transparent 43%) 12px 3px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 42%, transparent 43%) 19px 3px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 42%, transparent 43%) 5px 11px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 42%, transparent 43%) 19px 11px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 42%, transparent 43%) 5px 19px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 42%, transparent 43%) 12px 19px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 42%, transparent 43%) 19px 19px/5px 5px no-repeat;
}

.qr-style-tile__preview--extra-rounded::before, .qr-style-tile__preview--extra-rounded::after {
  border-radius: 999px;
}
.qr-style-tile__preview--extra-rounded {
  background: linear-gradient(currentColor, currentColor) 7px 3px/15px 3px no-repeat, linear-gradient(currentColor, currentColor) 6px 9px/14px 3px no-repeat, linear-gradient(currentColor, currentColor) 4px 15px/17px 3px no-repeat, linear-gradient(currentColor, currentColor) 7px 21px/12px 3px no-repeat, linear-gradient(currentColor, currentColor) 21px 7px/3px 12px no-repeat;
}

.qr-style-tile__preview--square-alt {
  background: linear-gradient(currentColor, currentColor) 12px 3px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 18px 3px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 9px 9px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 15px 9px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 21px 9px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 6px 15px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 12px 15px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 18px 15px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 9px 21px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 15px 21px/3px 3px no-repeat;
}

.qr-style-tile__preview--dots-alt::before, .qr-style-tile__preview--dots-alt::after {
  border-radius: 5px;
}
.qr-style-tile__preview--dots-alt {
  background: radial-gradient(circle, currentColor 0 38%, transparent 39%) 4px 3px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 38%, transparent 39%) 10px 3px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 38%, transparent 39%) 16px 3px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 38%, transparent 39%) 22px 3px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 38%, transparent 39%) 4px 11px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 38%, transparent 39%) 16px 11px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 38%, transparent 39%) 4px 19px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 38%, transparent 39%) 10px 19px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 38%, transparent 39%) 16px 19px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 38%, transparent 39%) 22px 19px/5px 5px no-repeat;
}

.qr-style-tile__preview--rounded-alt::before {
  border-radius: 7px 2px 7px 7px;
}
.qr-style-tile__preview--rounded-alt::after {
  border-radius: 7px 7px 7px 2px;
}
.qr-style-tile__preview--rounded-alt {
  background: linear-gradient(currentColor, currentColor) 12px 3px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 18px 3px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 9px 9px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 15px 9px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 21px 9px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 6px 15px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 15px 15px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 21px 15px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 9px 21px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 15px 21px/3px 3px no-repeat;
}

.qr-style-tile__preview--classy-alt::before {
  border-radius: 2px 8px 2px 2px;
}
.qr-style-tile__preview--classy-alt::after {
  border-radius: 2px 2px 2px 8px;
}
.qr-style-tile__preview--classy-alt {
  background: linear-gradient(currentColor, currentColor) 5px 3px/16px 3px no-repeat, linear-gradient(currentColor, currentColor) 5px 9px/13px 3px no-repeat, linear-gradient(currentColor, currentColor) 5px 15px/17px 3px no-repeat, linear-gradient(currentColor, currentColor) 5px 21px/13px 3px no-repeat;
}

.qr-style-tile__preview--classy-rounded-alt::before, .qr-style-tile__preview--classy-rounded-alt::after {
  border-radius: 999px;
}
.qr-style-tile__preview--classy-rounded-alt {
  background: radial-gradient(circle, currentColor 0 42%, transparent 43%) 3px 3px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 42%, transparent 43%) 9px 3px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 42%, transparent 43%) 15px 3px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 42%, transparent 43%) 21px 3px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 42%, transparent 43%) 3px 11px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 42%, transparent 43%) 15px 11px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 42%, transparent 43%) 3px 19px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 42%, transparent 43%) 9px 19px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 42%, transparent 43%) 15px 19px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 42%, transparent 43%) 21px 19px/5px 5px no-repeat;
}

.qr-style-tile__preview--extra-rounded-alt::before, .qr-style-tile__preview--extra-rounded-alt::after {
  border-radius: 10px;
}
.qr-style-tile__preview--extra-rounded-alt {
  background: linear-gradient(currentColor, currentColor) 5px 3px/15px 3px no-repeat, linear-gradient(currentColor, currentColor) 8px 9px/12px 3px no-repeat, linear-gradient(currentColor, currentColor) 4px 15px/18px 3px no-repeat, linear-gradient(currentColor, currentColor) 8px 21px/12px 3px no-repeat, linear-gradient(currentColor, currentColor) 22px 7px/3px 12px no-repeat;
}

.qr-style-tile__preview--square-alt-2 {
  background: linear-gradient(currentColor, currentColor) 4px 3px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 10px 3px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 16px 3px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 22px 3px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 4px 12px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 22px 12px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 4px 21px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 10px 21px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 16px 21px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 22px 21px/3px 3px no-repeat;
}

.qr-style-tile__preview--dots-alt-2::before {
  border-radius: 2px;
}
.qr-style-tile__preview--dots-alt-2::after {
  border-radius: 10px;
}
.qr-style-tile__preview--dots-alt-2 {
  background: radial-gradient(circle, currentColor 0 36%, transparent 37%) 5px 3px/4px 4px no-repeat, radial-gradient(circle, currentColor 0 36%, transparent 37%) 10px 3px/4px 4px no-repeat, radial-gradient(circle, currentColor 0 36%, transparent 37%) 15px 3px/4px 4px no-repeat, radial-gradient(circle, currentColor 0 36%, transparent 37%) 20px 3px/4px 4px no-repeat, radial-gradient(circle, currentColor 0 36%, transparent 37%) 5px 12px/4px 4px no-repeat, radial-gradient(circle, currentColor 0 36%, transparent 37%) 20px 12px/4px 4px no-repeat, radial-gradient(circle, currentColor 0 36%, transparent 37%) 5px 21px/4px 4px no-repeat, radial-gradient(circle, currentColor 0 36%, transparent 37%) 10px 21px/4px 4px no-repeat, radial-gradient(circle, currentColor 0 36%, transparent 37%) 15px 21px/4px 4px no-repeat, radial-gradient(circle, currentColor 0 36%, transparent 37%) 20px 21px/4px 4px no-repeat;
}

.qr-style-tile__preview--rounded-alt-2::before, .qr-style-tile__preview--rounded-alt-2::after {
  border-radius: 4px;
}
.qr-style-tile__preview--rounded-alt-2 {
  background: linear-gradient(currentColor, currentColor) 5px 3px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 11px 3px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 17px 3px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 23px 3px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 5px 12px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 23px 12px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 5px 21px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 11px 21px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 17px 21px/3px 3px no-repeat, linear-gradient(currentColor, currentColor) 23px 21px/3px 3px no-repeat;
}

.qr-style-tile__preview--classy-alt-2::before {
  border-radius: 0 8px 0 0;
}
.qr-style-tile__preview--classy-alt-2::after {
  border-radius: 0 0 0 8px;
}
.qr-style-tile__preview--classy-alt-2 {
  background: linear-gradient(currentColor, currentColor) 4px 3px/18px 3px no-repeat, linear-gradient(currentColor, currentColor) 8px 9px/13px 3px no-repeat, linear-gradient(currentColor, currentColor) 4px 15px/18px 3px no-repeat, linear-gradient(currentColor, currentColor) 8px 21px/13px 3px no-repeat;
}

.qr-style-tile__preview--classy-rounded-alt-2::before, .qr-style-tile__preview--classy-rounded-alt-2::after {
  border-radius: 7px;
}
.qr-style-tile__preview--classy-rounded-alt-2 {
  background: radial-gradient(circle, currentColor 0 40%, transparent 41%) 5px 3px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 40%, transparent 41%) 11px 3px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 40%, transparent 41%) 17px 3px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 40%, transparent 41%) 23px 3px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 40%, transparent 41%) 5px 12px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 40%, transparent 41%) 23px 12px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 40%, transparent 41%) 5px 21px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 40%, transparent 41%) 11px 21px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 40%, transparent 41%) 17px 21px/5px 5px no-repeat, radial-gradient(circle, currentColor 0 40%, transparent 41%) 23px 21px/5px 5px no-repeat;
}

.qr-style-tile__preview--extra-rounded-alt-2::before, .qr-style-tile__preview--extra-rounded-alt-2::after {
  border-radius: 999px;
}
.qr-style-tile__preview--extra-rounded-alt-2 {
  background: linear-gradient(currentColor, currentColor) 5px 3px/17px 3px no-repeat, linear-gradient(currentColor, currentColor) 8px 9px/12px 3px no-repeat, linear-gradient(currentColor, currentColor) 5px 15px/17px 3px no-repeat, linear-gradient(currentColor, currentColor) 8px 21px/12px 3px no-repeat;
}

.qr-corner-group {
  margin-bottom: 22px;
}

.qr-corner-group--last {
  margin-bottom: 0;
}

.qr-label {
  margin-bottom: 10px;
  font-size: 0.76rem;
  font-weight: 600;
  color: #8b8f98;
}

.qr-corner-preview::before, .qr-corner-preview::after, .qr-center-preview::before, .qr-center-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
}

.qr-corner-preview--square::before {
  width: 18px;
  height: 18px;
  border: 3px solid currentColor;
}

.qr-corner-preview--square-thin::before {
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
}

.qr-corner-preview--square-bold::before {
  width: 18px;
  height: 18px;
  border: 5px solid currentColor;
}

.qr-corner-preview--dot::before {
  width: 18px;
  height: 18px;
  border: 3px solid currentColor;
  border-radius: 999px;
}

.qr-corner-preview--dot-thin::before {
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 999px;
}

.qr-corner-preview--dot-bold::before {
  width: 18px;
  height: 18px;
  border: 5px solid currentColor;
  border-radius: 999px;
}

.qr-corner-preview--rounded-thin::before {
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 5px;
}

.qr-corner-preview--rounded-bold::before {
  width: 18px;
  height: 18px;
  border: 5px solid currentColor;
  border-radius: 5px;
}

.qr-corner-preview--organic {
  -webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'><path fill='none' stroke='black' stroke-width='14' d='M 50 12 C 73 12, 88 27, 88 50 C 88 73, 73 88, 50 88 C 27 88, 12 73, 12 50 C 12 27, 27 12, 50 12 Z'/></svg>") center/contain no-repeat;
  background-color: currentColor;
}

.qr-corner-preview--drop {
  -webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'><path fill='none' stroke='black' stroke-width='14' d='M 12 12 L 50 12 A 38 38 0 0 1 88 50 A 38 38 0 0 1 50 88 A 38 38 0 0 1 12 50 Z'/></svg>") center/contain no-repeat;
  background-color: currentColor;
}

.qr-corner-preview--drop-right {
  -webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'><path fill='none' stroke='black' stroke-width='14' d='M 50 12 L 88 12 L 88 50 A 38 38 0 0 1 50 88 A 38 38 0 0 1 12 50 A 38 38 0 0 1 50 12 Z'/></svg>") center/contain no-repeat;
  background-color: currentColor;
}

.qr-corner-preview--drop-bottom {
  -webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'><path fill='none' stroke='black' stroke-width='14' d='M 50 12 A 38 38 0 0 1 88 50 L 88 88 L 50 88 A 38 38 0 0 1 12 50 A 38 38 0 0 1 50 12 Z'/></svg>") center/contain no-repeat;
  background-color: currentColor;
}

.qr-corner-preview--leaf {
  -webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'><path fill='none' stroke='black' stroke-width='14' d='M 12 12 L 50 12 A 38 38 0 0 1 88 50 L 88 88 L 50 88 A 38 38 0 0 1 12 50 Z'/></svg>") center/contain no-repeat;
  background-color: currentColor;
}

.qr-corner-preview--leaf-inv {
  -webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'><path fill='none' stroke='black' stroke-width='14' d='M 50 12 L 88 12 L 88 50 A 38 38 0 0 1 50 88 L 12 88 L 12 50 A 38 38 0 0 1 50 12 Z'/></svg>") center/contain no-repeat;
  background-color: currentColor;
}

.qr-corner-preview--cut-round {
  -webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'><path fill='none' stroke='black' stroke-width='14' d='M 27 12 L 73 12 L 88 27 L 88 73 L 73 88 L 27 88 L 12 73 L 12 27 Z'/></svg>") center/contain no-repeat;
  background-color: currentColor;
}

.qr-corner-preview--shield-frame {
  -webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'><path fill='none' stroke='black' stroke-width='14' d='M 12 12 L 88 12 L 88 58 C 88 75, 69 88, 50 88 C 31 88, 12 75, 12 58 Z'/></svg>") center/contain no-repeat;
  background-color: currentColor;
}

.qr-corner-preview--bookmark {
  -webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'><path fill='none' stroke='black' stroke-width='14' stroke-linejoin='round' d='M 12 12 L 88 12 L 88 65 L 50 88 L 12 65 Z'/></svg>") center/contain no-repeat;
  background-color: currentColor;
}

.qr-corner-preview--scallop {
  -webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'><path fill='none' stroke='black' stroke-width='14' d='M 50 12 L 73 12 A 15 15 0 0 0 88 27 L 88 73 A 15 15 0 0 0 73 88 L 27 88 A 15 15 0 0 0 12 73 L 12 27 A 15 15 0 0 0 27 12 Z'/></svg>") center/contain no-repeat;
  background-color: currentColor;
}

.qr-corner-preview--hex-frame {
  -webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'><path fill='none' stroke='black' stroke-width='14' d='M 31 17 L 69 17 L 88 50 L 69 83 L 31 83 L 12 50 Z'/></svg>") center/contain no-repeat;
  background-color: currentColor;
}

.qr-corner-preview--flower-frame {
  -webkit-mask: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'><path fill='none' stroke='black' stroke-width='14' d='M 50 12 C 80 4, 96 20, 88 50 C 96 80, 80 96, 50 88 C 20 96, 4 80, 12 50 C 4 20, 20 4, 50 12 Z'/></svg>") center/contain no-repeat;
  background-color: currentColor;
}

.qr-center-preview--square::before {
  width: 14px;
  height: 14px;
  background: currentColor;
}

.qr-center-preview--square-sm::before {
  width: 10px;
  height: 10px;
  background: currentColor;
}

.qr-center-preview--square-lg::before {
  width: 18px;
  height: 18px;
  background: currentColor;
}

.qr-center-preview--dot::before {
  width: 14px;
  height: 14px;
  background: currentColor;
  border-radius: 999px;
}

.qr-center-preview--dot-sm::before {
  width: 10px;
  height: 10px;
  background: currentColor;
  border-radius: 999px;
}

.qr-center-preview--dot-lg::before {
  width: 18px;
  height: 18px;
  background: currentColor;
  border-radius: 999px;
}

.qr-center-preview--rounded::before {
  width: 14px;
  height: 14px;
  background: currentColor;
  border-radius: 4px;
}

.qr-center-preview--rounded-sm::before {
  width: 10px;
  height: 10px;
  background: currentColor;
  border-radius: 3px;
}

.qr-center-preview--rounded-lg::before {
  width: 18px;
  height: 18px;
  background: currentColor;
  border-radius: 5px;
}

.qr-center-preview--diamond::before {
  width: 12px;
  height: 12px;
  background: currentColor;
  transform: rotate(45deg);
}

.qr-center-preview--pill::before {
  width: 17px;
  height: 9px;
  background: currentColor;
  border-radius: 999px;
}

.qr-center-preview--soft-square::before {
  width: 14px;
  height: 14px;
  background: currentColor;
  border-radius: 4px;
  opacity: 0.88;
}

.qr-center-preview--cross::before {
  width: 14px;
  height: 14px;
  background: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 100% 40%, 40% 100%;
  background-position: center;
}

.qr-center-preview--flower::before {
  width: 16px;
  height: 16px;
  background: radial-gradient(circle at 50% 18%, currentColor 0 35%, transparent 36%), radial-gradient(circle at 18% 50%, currentColor 0 35%, transparent 36%), radial-gradient(circle at 82% 50%, currentColor 0 35%, transparent 36%), radial-gradient(circle at 50% 82%, currentColor 0 35%, transparent 36%), radial-gradient(circle at 50% 50%, currentColor 0 25%, transparent 26%);
}

.qr-center-preview--heart::before {
  width: 16px;
  height: 14px;
  background: currentColor;
  clip-path: path("M 8 14 C 2 10, 0 7, 0 3.8 C 0 1.8, 1.8 0, 3.8 0 C 5.4 0, 6.6 0.8, 8 2.8 C 9.4 0.8, 10.6 0, 12.2 0 C 14.2 0, 16 1.8, 16 3.8 C 16 7, 14 10, 8 14 Z");
}

.qr-center-preview--star::before {
  width: 14px;
  height: 14px;
  background: currentColor;
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.qr-center-preview--plus::before {
  left: 5px;
  top: 2px;
  width: 14px;
  height: 20px;
  background: currentColor;
  border-radius: 3px;
}

.qr-center-preview--plus::after {
  content: "";
  left: 2px;
  top: 5px;
  width: 20px;
  height: 14px;
  background: currentColor;
  border-radius: 3px;
}

.qr-center-preview--clover::before {
  inset: 3px;
  background: radial-gradient(circle at 35% 35%, currentColor 0 38%, transparent 39%), radial-gradient(circle at 65% 35%, currentColor 0 38%, transparent 39%), radial-gradient(circle at 35% 65%, currentColor 0 38%, transparent 39%), radial-gradient(circle at 65% 65%, currentColor 0 38%, transparent 39%);
}

.qr-center-preview--shield::before {
  inset: 3px;
  background: currentColor;
  clip-path: polygon(10% 10%, 90% 10%, 90% 50%, 50% 100%, 10% 50%);
}

.qr-center-preview--hexagon::before {
  inset: 3px;
  background: currentColor;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.qr-inline-colors {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px !important;
}

.qr-inline-color-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
  padding: 10px 14px;
  background: #ffffff;
  border: 1px solid #d9dee9;
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.qr-inline-color-card:hover {
  border-color: #b3bdd8;
  box-shadow: 0 12px 28px rgba(35, 63, 153, 0.08);
  transform: translateY(-1px);
}

.qr-inline-color-card input[type=color] {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.qr-inline-color-card__swatch {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 1px solid #d1d7e6;
  flex: 0 0 auto;
  background: #f8f9fc;
}

.qr-inline-color-card__text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.qr-inline-color-card__text strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.2;
}

.qr-inline-color-card__text small {
  display: block;
  font-size: 0.76rem;
  color: #555555;
  line-height: 1.2;
}

.qr-form-footer {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.qr-submit-main {
  min-width: 190px;
  border-radius: 4px;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 8px 16px;
  box-shadow: none !important;
}

.qr-editor-page #qrDownloadModal .modal-content {
  border-radius: 18px;
  border: 1px solid #e8edf7;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(35, 63, 153, 0.12);
}

.qr-editor-page #qrDownloadModal .modal-header {
  border-bottom: 1px solid #edf0f8;
  padding: 1.25rem 1.5rem;
}

.qr-editor-page #qrDownloadModal .modal-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #1c233e;
}

.qr-editor-page #qrDownloadModal .modal-body {
  padding: 1rem 1.5rem 1.5rem;
}

.qr-editor-page #qrDownloadModal .modal-body .btn {
  border-radius: 14px;
  padding: 12px 16px;
  justify-content: space-between;
  text-align: left;
}

.qr-editor-page #qrDownloadModal .modal-body .btn strong {
  display: block;
  font-weight: 700;
  color: #1c233e;
}

.qr-editor-page #qrDownloadModal .modal-body .btn span {
  display: inline-block;
  margin-left: 0.5rem;
  color: #6b7280;
}

.qr-editor-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ececec;
  padding: 0;
}

.qr-phone {
  position: relative;
  width: 285px;
  height: 590px;
  border: 3px solid #111111;
  border-radius: 38px;
  background: #ffffff;
  box-shadow: none;
  padding: 10px;
}

.qr-phone__notch {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 18px;
  background: #000000;
  border-radius: 999px;
  z-index: 3;
}

.qr-phone__screen {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 18px;
}

.qr-phone__inner {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #ffffff;
}

.qr-phone__label {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 14px;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
  border: 1px solid transparent;
  max-width: 190px;
  text-align: center;
  word-break: break-word;
}

.qr-phone__label.is-pill {
  border-radius: 999px;
}

.qr-phone__label.is-soft {
  border-radius: 12px;
}

.qr-phone__label.is-outline {
  border-radius: 999px;
  background: transparent;
}

.qr-phone__label.is-dark {
  border-radius: 999px;
}

#qrPreview {
  position: relative;
  width: 220px;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

#qrPreview canvas, #qrPreview svg {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background: transparent;
}

#qrPreview.has-transparent-bg {
  background-image: linear-gradient(45deg, #e0e0e0 25%, transparent 25%, transparent 75%, #e0e0e0 75%), linear-gradient(45deg, #e0e0e0 25%, transparent 25%, transparent 75%, #e0e0e0 75%);
  background-size: 12px 12px;
  background-position: 0 0, 6px 6px;
  background-color: #ffffff;
}

.qr-hidden-presets, .qr-edit-meta, .qr-advanced, .qr-preview-meta, .qr-preview-buttons {
  display: none !important;
}

.qr-slider-row {
  max-width: 620px;
}

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

.qr-slider-label {
  font-size: 0.8rem;
  font-weight: 500;
  color: #555555;
}

.qr-slider-val {
  font-size: 0.8rem;
  color: #222222;
  font-weight: 600;
}

.qr-range-input {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 99px;
  cursor: pointer;
  accent-color: #233f99;
}

.qr-logo-section {
  max-width: 620px;
}

.qr-logo-header {
  margin-bottom: 10px;
}

.qr-logo-header strong {
  font-size: 0.88rem;
  font-weight: 600;
  color: #222222;
}

.qr-logo-dropzone {
  position: relative;
  overflow: hidden;
}

.qr-logo-empty {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 14px;
  background: #eef2ff;
  border: 1.5px solid #c7d2fe;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease;
}

.qr-logo-empty:hover {
  background: #e0e7ff;
  border-color: #a5b4fc;
}

.qr-logo-empty i {
  font-size: 1.4rem;
  color: #4f46e5;
  flex: 0 0 auto;
}

.qr-logo-empty span {
  font-size: 0.82rem;
  font-weight: 600;
  color: #3730a3;
}

.qr-logo-empty small {
  font-size: 0.74rem;
  color: #6366f1;
  display: block;
  font-weight: 400;
  margin-top: 1px;
}

.qr-logo-preview {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 44px 10px 14px;
  background: #f0fdf4;
  border: 1.5px solid #bbf7d0;
  border-radius: 10px;
}

.qr-logo-preview img {
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid #d1fae5;
}

.qr-logo-preview-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.qr-logo-preview-text strong {
  font-size: 0.8rem;
  font-weight: 600;
  color: #166534;
}

.qr-logo-preview-text span {
  font-size: 0.74rem;
  color: #4ade80;
  cursor: pointer;
  text-decoration: underline;
}

.qr-logo-preview-text span:hover {
  color: #16a34a;
}

.qr-logo-remove {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  padding: 4px;
  cursor: pointer;
  color: #86efac;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 50%;
  transition: color 0.15s ease;
}

.qr-logo-remove:hover {
  color: #ef4444;
}

@media (max-width: 1399.98px) {
  .qr-editor-layout {
    grid-template-columns: minmax(0, 1.55fr) minmax(380px, 1fr);
  }
  .qr-phone {
    width: 265px;
    height: 555px;
  }
  #qrPreview {
    width: 205px;
    min-height: 205px;
  }
}
@media (max-width: 1199.98px) {
  .qr-editor-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .qr-editor-preview {
    min-height: 460px;
    order: 2;
  }
  .qr-editor-config {
    order: 1;
  }
}
@media (max-width: 767.98px) {
  .qr-editor-topbar {
    flex-direction: column;
    align-items: stretch;
    padding: 12px 32px;
  }
  .qr-editor-topbar__actions {
    width: 100%;
    justify-content: stretch;
  }
  .qr-editor-topbar__actions .btn {
    flex: 1 1 0;
    min-width: 0;
  }
  .qr-editor-config {
    padding: 12px;
  }
  .qr-main-card {
    padding: 18px 16px 22px;
  }
  .qr-section__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .qr-style-tile, .qr-corner-tile, .qr-preset-tile {
    width: 40px;
    height: 40px;
  }
  .qr-inline-color-card {
    min-width: 100%;
  }
  .qr-phone {
    width: 230px;
    height: 490px;
  }
  #qrPreview {
    width: 180px;
    min-height: 180px;
  }
}
.wallet-claim-wrapper {
  font-family: Arial, sans-serif;
}
.wallet-claim-wrapper .wallet-arrow {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
}
.wallet-claim-wrapper .wallet-preview-card {
  border-radius: 16px;
  overflow: hidden;
  max-width: 360px;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.wallet-claim-wrapper .wallet-preview-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}
.wallet-claim-wrapper .wallet-preview-top {
  padding: 40px 20px 30px;
  text-align: center;
  background: #fff;
}
.wallet-claim-wrapper .wallet-preview-top .preview-company-logo {
  max-height: 40px;
  max-width: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 25px;
  display: block;
}
.wallet-claim-wrapper .wallet-preview-top .preview-avatar {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 20px auto;
  border: 3px solid #f8f9fa;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.wallet-claim-wrapper .wallet-preview-top .preview-name {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 5px 0;
  color: #333;
  line-height: 1.2;
}
.wallet-claim-wrapper .wallet-preview-top .preview-position {
  font-size: 14px;
  color: #666;
  margin: 0 0 15px 0;
  font-weight: 500;
}
.wallet-claim-wrapper .wallet-preview-top .preview-contact {
  font-size: 13px;
  color: #888;
  margin-top: 12px;
}
.wallet-claim-wrapper .wallet-preview-top .preview-contact .contact-item {
  margin-bottom: 6px;
  line-height: 1.4;
  word-break: break-word;
}
.wallet-claim-wrapper .wallet-preview-top .preview-contact .contact-item:last-child {
  margin-bottom: 0;
}
.wallet-claim-wrapper .wallet-preview-bottom {
  padding: 30px 20px;
  text-align: center;
  position: relative;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}
.wallet-claim-wrapper .wallet-preview-bottom .preview-qr-wrapper {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  min-width: 150px;
}
.wallet-claim-wrapper .wallet-preview-bottom .preview-qr-wrapper #wallet-public-qr {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 140px;
  min-width: 140px;
}
.wallet-claim-wrapper .wallet-preview-bottom .preview-qr-wrapper #wallet-public-qr img {
  display: none !important;
}
.wallet-claim-wrapper .wallet-preview-bottom .preview-qr-wrapper #wallet-public-qr canvas {
  display: block !important;
  margin: 0 auto !important;
  max-width: 100% !important;
  height: auto !important;
  width: 140px !important;
  height: 140px !important;
}
.wallet-claim-wrapper .wallet-preview-bottom .preview-qr-wrapper .qr-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 14px;
  color: #333;
  letter-spacing: 0.3px;
}
.wallet-claim-wrapper .wallet-preview-bottom .preview-branding {
  position: absolute;
  bottom: 12px;
  right: 12px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.95;
}
.wallet-claim-wrapper .wallet-left-qr {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 160px;
  padding: 10px;
}
.wallet-claim-wrapper .wallet-left-qr #wallet-claim-qr {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 160px;
}
.wallet-claim-wrapper .wallet-left-qr #wallet-claim-qr img {
  display: none !important;
}
.wallet-claim-wrapper .wallet-left-qr #wallet-claim-qr canvas {
  display: block !important;
  max-width: 100% !important;
  height: auto !important;
  width: 160px !important;
  height: 160px !important;
}
@media (max-width: 768px) {
  .wallet-claim-wrapper .wallet-preview-card {
    max-width: 100%;
  }
  .wallet-claim-wrapper .wallet-arrow {
    display: none;
  }
  .wallet-claim-wrapper .wallet-left-qr {
    margin-bottom: 30px;
  }
}

.wallet-card-page {
  --wallet-card-bg: #111111;
  --wallet-card-text: #ffffff;
  --wallet-text-color: #ffffff;
}
.wallet-card-page .wallet-settings-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
  gap: 28px;
  align-items: start;
}
.wallet-card-page .wallet-form-card {
  border-radius: 20px;
  padding: 24px;
  background: #fff;
  border: 1px solid #edf1f7;
  box-shadow: 0 16px 34px rgba(26, 39, 76, 0.07);
}
.wallet-card-page .wallet-mode-switch {
  display: inline-flex;
  gap: 8px;
  padding: 4px;
  border-radius: 10px;
  background: #eef2fb;
  margin: 14px 0 24px;
}
.wallet-card-page .wallet-mode-switch__btn {
  border: 1px solid #d4dcec;
  border-radius: 8px;
  padding: 9px 18px;
  min-width: 150px;
  font-weight: 600;
  background: #fff;
  color: #4360aa;
  transition: all 0.2s ease;
}
.wallet-card-page .wallet-mode-switch__btn.is-active {
  background: #2f4aa1;
  color: #fff;
  border-color: #2f4aa1;
}
.wallet-card-page .wallet-stage {
  position: relative;
  min-height: 840px;
  border-radius: 22px;
  padding: 26px;
  background: linear-gradient(180deg, #f8fbff 0%, #eff3fa 100%);
  border: 1px solid #e5ebf5;
  display: flex;
  justify-content: center;
}
.wallet-card-page .wallet-stage__title {
  position: absolute;
  top: 26px;
  left: 26px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #415794;
}
.wallet-card-page .wallet-preview {
  display: none;
}
.wallet-card-page .wallet-preview.is-active {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wallet-card-page .wallet-preview {
  margin-top: 40px;
  margin-bottom: 20px;
}
.wallet-card-page .wallet-biz-card {
  width: 362px;
  border-radius: 16px;
  background: var(--wallet-card-bg);
  color: var(--wallet-text-color);
  padding: 22px 26px 18px;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 24px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}
.wallet-card-page .wallet-biz-card__logo {
  max-width: 90px;
  max-height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}
.wallet-card-page .wallet-biz-card__body {
  margin-top: 16px;
}
.wallet-card-page .wallet-biz-card__name {
  font-size: 17px;
  font-weight: 600;
}
.wallet-card-page .wallet-biz-card__position {
  font-size: 11px;
  opacity: 0.72;
  margin-top: 2px;
}
.wallet-card-page .wallet-biz-card__row {
  display: flex;
  gap: 20px;
  font-size: 10px;
  opacity: 0.8;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.wallet-card-page .wallet-phone-frame {
  position: relative;
  width: 390px;
  border-radius: 54px;
  padding: 14px;
  background: #000;
  box-shadow: inset 0 0 0 2px #515459, inset 0 0 0 6px #1a1a1c, 0 32px 60px rgba(20, 25, 40, 0.35);
}
.wallet-card-page .wallet-phone-frame::before {
  content: "";
  position: absolute;
  right: -3px;
  top: 160px;
  width: 3px;
  height: 60px;
  background: #444;
  border-radius: 0 4px 4px 0;
  box-shadow: inset 1px 0 2px rgba(255, 255, 255, 0.2);
}
.wallet-card-page .wallet-phone-frame::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 30px;
  background: #000;
  border-radius: 20px;
  z-index: 10;
  box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.1);
}
.wallet-card-page .wallet-card-shell {
  border-radius: 40px;
  overflow: hidden;
  min-height: 700px;
  background: #fff;
  position: relative;
  border: 1px solid #1c1c1c;
  z-index: 2;
}
.wallet-card-page .wallet-apple {
  background: var(--wallet-card-bg);
  color: var(--wallet-text-color);
  padding: 34px 20px 24px;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  border-radius: 14px;
}
.wallet-card-page .wallet-apple__header {
  margin-top: 50px;
}
.wallet-card-page .wallet-apple__name {
  font-size: 34px;
  font-weight: 400;
  margin-top: 18px;
}
.wallet-card-page .wallet-apple__body {
  margin-top: 80px;
  margin-bottom: 60px;
}
.wallet-card-page .wallet-apple__meta {
  opacity: 0.9;
  font-size: 12px;
  margin-bottom: 24px;
}
.wallet-card-page .wallet-apple__contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  min-height: 60px;
}
.wallet-card-page .wallet-apple__contact-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wallet-card-page .wallet-apple__contact-item strong {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  opacity: 0.8;
  margin-bottom: 2px;
}
.wallet-card-page .wallet-apple__contact-item span {
  font-size: 16px;
}
.wallet-card-page .wallet-apple__bottom {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}
.wallet-card-page .wallet-apple .wallet-company-logo--apple {
  max-width: 120px;
  max-height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}
.wallet-card-page .wallet-android {
  background: var(--wallet-card-bg);
  color: var(--wallet-text-color);
  min-height: 700px;
  display: flex;
  flex-direction: column;
}
.wallet-card-page .wallet-android__top {
  padding: 34px 20px 0;
}
.wallet-card-page .wallet-android__logo-wrap {
  width: 130px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.wallet-card-page .wallet-android__logo-wrap img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.wallet-card-page .wallet-android__position {
  font-size: 16px;
  font-weight: 500;
}
.wallet-card-page .wallet-android__name {
  font-size: 32px;
  font-weight: 400;
}
.wallet-card-page .wallet-android__qr-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wallet-card-page .wallet-android__open-text {
  margin-top: 16px;
  font-weight: 500;
}
.wallet-card-page .wallet-android__footer {
  background: rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  gap: 16px;
  align-items: center;
  position: relative;
}
.wallet-card-page .wallet-android__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #fff;
  -o-object-fit: cover;
     object-fit: cover;
}
.wallet-card-page .wallet-android__footer-content {
  flex: 1;
}
.wallet-card-page .wallet-android__footer-content .wallet-android__name-small {
  font-size: 16px;
  font-weight: 700;
}
.wallet-card-page .wallet-android__footer-content .wallet-android__position-small {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 4px;
}
.wallet-card-page .wallet-android__footer-content .wallet-android__divider {
  height: 1px;
  background: currentColor;
  opacity: 0.2;
  margin: 4px 0;
  width: 100px;
}
.wallet-card-page .wallet-android__footer-content .wallet-android__contact {
  font-size: 9px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
}
.wallet-card-page .wallet-android__footer-logo {
  position: absolute;
  top: 20px;
  right: 20px;
}
.wallet-card-page .wallet-android__footer-logo img {
  width: 40px;
  height: auto;
  max-height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.wallet-card-page .wallet-qr-box {
  background: #fff;
  padding: 10px;
}
.wallet-card-page .wallet-qr-box img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.wallet-card-page .wallet-qr-box--apple {
  width: 148px;
  height: 148px;
  border-radius: 8px;
}
.wallet-card-page .wallet-qr-box--apple img {
  width: 128px;
  height: 128px;
}
.wallet-card-page .wallet-qr-box--android {
  width: 190px;
  height: 190px;
  border-radius: 12px;
}
.wallet-card-page .wallet-qr-box--android img {
  width: 170px;
  height: 170px;
}

.settings .card-navigation .nav-pills {
  gap: 0;
}
.settings .card-navigation .nav-pills .nav-item {
  margin-right: 4px;
}
.settings .card-navigation .nav-pills .nav-link {
  font-size: 13px;
  font-weight: 500;
  padding: 6px 18px;
  border-radius: 6px;
  color: #374151;
  border: 1px solid #d1d5db;
  background: #fff;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.settings .card-navigation .nav-pills .nav-link.active {
  background: #1e40af;
  color: #fff;
  border-color: #1e40af;
}
.settings .card-navigation .nav-pills .nav-link.nav-link--disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.settings .settings-main-card {
  border: 1px solid #edf1f7;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}
.settings .settings-page-header {
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eef2f7;
}
.settings .setting-main-title {
  font-size: 25px;
  font-weight: 700;
  color: #3f51a2;
  margin-bottom: 6px;
}
.settings .settings-page-subtitle {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}
.settings .design-heading {
  padding-bottom: 16px;
  border-bottom: 1px solid #f3f4f6;
}
.settings .design-heading__subtitle {
  font-size: 13px;
  padding-bottom: 55px;
}
.settings .settings-section-card {
  background: #fff;
  border: 1px solid #e9eef5;
  border-radius: 18px;
  padding: 22px;
  margin-bottom: 20px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}
.settings .settings-section-card__header {
  margin-bottom: 18px;
}
.settings .settings-section-card__header h6 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
}
.settings .settings-section-card__header p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #6b7280;
}
.settings .settings-section-card--theme {
  height: 100%;
}
.settings .settings-section-card--light .settings-section-card__header {
  padding-bottom: 14px;
  border-bottom: 1px solid #dbeafe;
}
.settings .settings-section-card--dark .settings-section-card__header {
  padding-bottom: 14px;
  border-bottom: 1px solid #dbe4f0;
}
.settings .settings-theme-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}
.settings .settings-upload-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.settings .settings-upload-card {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.settings .settings-upload-card__top {
  display: flex;
  gap: 14px;
  align-items: center;
}
.settings .settings-upload-card__preview {
  width: 92px;
  height: 92px;
  min-width: 92px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.settings .settings-upload-card__preview img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.settings .settings-upload-card__preview--hero {
  width: 120px;
  min-width: 120px;
  height: 78px;
  border-radius: 12px;
}
.settings .settings-upload-card__preview--hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.settings .settings-upload-card__content h6 {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 700;
  color: #111827;
}
.settings .settings-upload-card__content p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #6b7280;
}
.settings .settings-upload-card__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.settings .theme-color-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.settings .theme-color-item {
  padding: 14px 16px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #edf2f7;
}
.settings .theme-color-item .form-label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #111827;
}
.settings .theme-color-item__control {
  display: flex;
  align-items: center;
  gap: 12px;
}
.settings .color-label {
  min-width: 82px;
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  letter-spacing: 0.02em;
}
.settings .color-input-circle {
  width: 56px !important;
  min-width: 56px;
  height: 42px;
  padding: 4px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.settings .design-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px 0;
}
.settings .design-card {
  flex: 0 0 auto;
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e9eef5;
  border-radius: 16px;
  padding: 18px;
  background: #fff;
  opacity: 0.8;
  filter: grayscale(0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.settings .design-card--active {
  border-color: #e9eef5;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 40px 80px rgba(30, 64, 175, 0.25), 0 0 1px rgba(30, 64, 175, 0.1);
  transform: translateY(-20px) scale(1.03);
  opacity: 1;
  filter: none;
}
.settings .design-card--active .design-card__title {
  color: #1e40af;
  font-weight: 900;
}
.settings .design-card__header {
  text-align: center;
  margin-bottom: 12px;
  width: 100%;
}
.settings .design-card__title {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #111827;
  margin-bottom: 6px;
  transition: color 0.3s ease;
}
.settings .design-card__description {
  font-size: 11.5px;
  color: #6b7280;
  line-height: 1.5;
  min-height: 34px;
}
.settings .design-card__preview {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
  width: 100%;
}
.settings .design-card__footer {
  width: 100%;
  text-align: center;
}
.settings .design-card__button {
  width: 55%;
  font-size: 12px;
  padding: 5px 0;
}
.settings .design-phone-preview {
  display: flex;
  justify-content: center;
}
.settings .design-phone-preview .phone-container {
  position: relative;
  width: 320px;
  height: 690px;
  background: #111;
  border-radius: 38px;
  padding: 6px;
  display: flex;
  flex-direction: column;
}
.settings .design-phone-preview .phone-screen {
  flex: 1;
  border-radius: 32px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.settings .design-phone-preview .contact-card {
  transform-origin: top center;
  transform: scale(0.72);
  width: 138.8888888889%;
  height: 138.8888888889%;
  margin-left: -19.4444444444%;
}
.settings .design-phone-preview .contact-text,
.settings .design-phone-preview .template2-contact-methods .contact-text,
.settings .design-phone-preview .template3-contact-methods .contact-text,
.settings .design-phone-preview .template4-contact-box .contact-text {
  font-size: 21px !important;
  line-height: 1.2 !important;
}
.settings .design-phone-preview .contact-icon,
.settings .design-phone-preview .contact-icon span,
.settings .design-phone-preview .contact-icon i,
.settings .design-phone-preview .contact-icon svg,
.settings .design-phone-preview .material-symbols-outlined {
  font-size: 32px !important;
  width: 32px;
  height: 32px;
}
.settings .design-phone-preview .brand-logo::after {
  display: none !important;
  content: "";
}
.settings .settings-preview-card {
  position: sticky;
  top: 24px;
  border: 1px solid #edf1f7;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}
.settings .settings-preview-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  border-bottom: 1px solid #eef2f7;
}
.settings .settings-preview-card .card-header #theme-selector {
  width: 190px;
  padding: 0.45rem 0.9rem;
  border-radius: 10px;
  border: 1px solid #d8e0eb;
  background-color: #fff;
  font-size: 0.95rem;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
}
.settings .settings-preview-card .card-header #theme-selector:hover {
  border-color: #888;
}
.settings .settings-preview-card .card-header #theme-selector:focus {
  border-color: #007bff;
  box-shadow: 0 0 6px rgba(0, 123, 255, 0.18);
  outline: none;
}
.settings .preview-card-title-wrap strong {
  font-size: 15px;
  color: #111827;
}
.settings .preview-card-title-wrap small {
  font-size: 12px;
  margin-top: 2px;
}
.settings .preview-card-body {
  padding: 26px 20px;
  background: #f8fafc;
}
.settings .container {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  padding: 48px;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.settings h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
  color: #1f2937;
  letter-spacing: -0.025em;
}
.settings h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #374151;
  letter-spacing: -0.01em;
}
.settings .checkbox-group {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}
.settings .checkbox-item {
  display: flex;
  align-items: center;
}
.settings .checkbox-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #1f2937;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s ease;
}
.settings .checkbox-item label:hover {
  transform: translateY(-1px);
}
.settings .checkbox-item input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  border: 3px solid #d1d5db;
  border-radius: 8px;
  margin-right: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: white;
  padding: 4px;
}
.settings .checkbox-item input[type=checkbox]:hover {
  border-color: #6366f1;
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.15);
  transform: scale(1.05);
}
.settings .checkbox-item input[type=checkbox]:checked {
  border-color: #6366f1;
  box-shadow: 0 8px 20px rgba(99, 102, 241, 0.3);
}
.settings .checkbox-item input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  border-radius: 4px;
}
.settings .radius-card {
  padding: 22px;
}
.settings .settings-title {
  font-size: 20px;
  font-weight: 400;
}
.settings .form-label {
  font-size: 16px;
  font-weight: 700;
}
.settings .image-item {
  padding: 15px 5px;
}
.settings .social-site-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.settings .social-site-item .form-control {
  flex: 1;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  font-size: 14px;
  padding: 10px 12px;
  transition: all 0.2s ease;
}
.settings .social-site-item .form-control:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}
.settings .social-icon-form {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 12px;
  color: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.settings .social-icon-form:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.settings .remove-social {
  border-radius: 8px;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  border: 2px solid red;
}
.settings .remove-social:hover {
  color: black !important;
  transform: scale(1.2);
  background-color: rgba(255, 0, 0, 0.644);
}
.settings #add-social-select {
  border-radius: 8px;
  font-size: 14px;
  border: 2px solid #e2e8f0;
}
.settings #add-social-btn {
  border-radius: 8px;
  font-weight: 500;
  padding: 8px 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}
.settings #add-social-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1400px) {
  .settings .design-card {
    width: 260px;
  }
  .settings .design-phone-preview .phone-container {
    width: 260px;
    height: 504px;
  }
  .settings .design-phone-preview .contact-card {
    transform: scale(0.583);
    width: 171.5265866209%;
    height: 171.5265866209%;
    margin-left: -35.7632933105%;
  }
}
@media (max-width: 1199px) {
  .settings .settings-preview-card {
    position: static;
    margin-top: 20px;
  }
  .settings .settings-upload-grid,
  .settings .settings-theme-columns {
    grid-template-columns: 1fr;
  }
  .settings .settings-preview-card .card-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .settings .settings-preview-card .card-header #theme-selector {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .settings .design-phone-preview .phone-container {
    width: 220px;
    height: 426px;
  }
  .settings .design-phone-preview .contact-card {
    transform: scale(0.491);
    width: 203.66598778%;
    height: 203.66598778%;
    margin-left: -51.83299389%;
  }
  .settings .settings-section-card {
    padding: 16px;
  }
  .settings .settings-upload-card__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .settings .checkbox-group {
    gap: 20px;
  }
}
.settings .design-phone-preview .brand-logo img {
  display: block !important;
}
.settings .theme-mode-switch {
  display: flex;
  gap: 10px;
  margin-bottom: 6px;
}
.settings .theme-mode-switch__btn {
  min-width: 220px;
  height: 54px;
  border-radius: 8px;
  border: 1px solid #3950a8;
  background: #fff;
  color: #3950a8;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.2s ease;
}
.settings .theme-mode-switch__btn.active {
  background: #3149a5;
  color: #fff;
  box-shadow: 0 6px 14px rgba(49, 73, 165, 0.16);
}
.settings .theme-panel.d-none {
  display: none !important;
}
.settings .settings-section {
  margin-bottom: 34px;
}
.settings .settings-section--spaced {
  padding-top: 8px;
}
.settings .settings-section__title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}
.settings .settings-section__title--small {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin-bottom: 12px;
}
.settings .settings-section__subtitle {
  font-size: 13px;
  color: #444;
  margin-bottom: 14px;
}
.settings .settings-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.9fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 16px;
}
.settings .settings-upload-line {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.settings .settings-upload-preview {
  width: 210px;
  height: 84px;
  border: 1px solid #e1e5eb;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.settings .settings-upload-preview img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.settings .settings-upload-preview--hero {
  width: 210px;
  height: 74px;
}
.settings .settings-upload-preview--hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.settings .settings-color-box {
  background: #f1f3f5;
  border-radius: 8px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 34px;
  min-height: 74px;
  flex-wrap: wrap;
}
.settings .settings-color-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.settings .settings-color-meta {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.settings .settings-color-meta span {
  font-size: 15px;
  color: #333;
}
.settings .settings-color-meta strong {
  font-size: 15px;
  color: #333;
  font-weight: 600;
  margin-top: 2px;
}
.settings .color-input-circle {
  width: 38px !important;
  min-width: 38px;
  height: 38px;
  border-radius: 999px !important;
  border: 2px solid #cfcfcf;
  background: #fff;
  overflow: hidden;
  padding: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.settings .fake-color-circle {
  width: 38px;
  min-width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #c5c5c5;
  border: 2px solid #bdbdbd;
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.7);
}
.settings .radius-box {
  background: #f1f3f5;
  border-radius: 8px;
  padding: 20px 22px;
  min-height: 74px;
  display: flex;
  align-items: center;
}
.settings .preview-template-head {
  text-align: center;
  margin-bottom: 18px;
}
.settings .preview-template-head h4 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: #111;
}
.settings .preview-template-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  border-radius: 999px;
  background: #b9f2cb;
  color: #22a652;
  font-size: 13px;
  font-weight: 700;
}
.settings .settings-preview-card .card-body {
  padding-top: 20px;
}
.settings .radius-box.radius-box--choice {
  padding: 0;
  background: transparent;
  border: 0;
}
.settings .radius-choice-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.settings .radius-choice-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 12px 16px;
  border: 1px solid #d9dee7;
  border-radius: 12px;
  background: #f8f9fb;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.settings .radius-choice-item:hover {
  border-color: #7c8aa5;
  background: #f1f4f9;
}
.settings .radius-choice-item .radius-choice-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.settings .radius-choice-item .radius-choice-label {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #1f2937;
  transition: color 0.2s ease;
}
.settings .radius-choice-item:has(.radius-choice-input:checked) {
  background: #273f92;
  border-color: #273f92;
  box-shadow: 0 0 0 3px rgba(39, 63, 146, 0.12);
}
.settings .radius-choice-item:has(.radius-choice-input:checked) .radius-choice-label {
  color: #ffffff;
}
.settings .radius-choice-item:has(.radius-choice-input:focus-visible) {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(39, 63, 146, 0.18);
}

#company_logo_header {
  max-height: 50px;
  width: auto;
}

.d-menu-toggle {
  display: none;
}
@media (max-width: 980px) {
  .d-menu-toggle {
    display: inline-flex;
  }
}

.header-nav-card a {
  font-size: 14px;
  padding: 8px 45px;
  background-color: #273F92;
  color: white;
  border-radius: 5px;
}
.header-nav-card a:hover {
  color: white;
  background-color: #1a41cd;
}

.header-nav-card button {
  font-size: 14px;
  padding: 8px 45px;
  background-color: #273F92;
  color: white;
  border-radius: 5px;
}
.header-nav-card button:hover {
  color: white;
  background-color: #1a41cd;
}

.btn.btn-primary {
  background-color: #273F92;
}
.btn.btn-primary:hover {
  color: white;
  background-color: #1a41cd;
}

.modal-btn {
  width: 100%;
  margin: 5px auto;
}

#qr-code img, #universal-qr img {
  max-width: 230px;
  width: 100%;
  margin: 0 auto;
}

.card-person-title {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #3f51a2;
  font-weight: 400;
  font-size: 1.8rem;
}

.card-person-title-line {
  height: 2px;
  background: linear-gradient(to right, rgb(63, 81, 162) 0%, rgba(63, 81, 162, 0.15) 100%);
  margin-bottom: 1.5rem;
  width: 100%;
}

.btn-outline-primary {
  border-color: #273F92;
  color: black;
}

.btn-check:checked + .btn-outline-primary {
  background-color: #273F92;
  border-color: #0d6efd;
  color: white;
}

.card-qr-header .qr-header-icon {
  flex-shrink: 0;
}
.card-qr-header h4 {
  display: flex;
  align-items: center;
  min-height: 32px;
  line-height: 1.1;
}

.header-nav-card {
  min-height: 68px;
}
.header-nav-card .header-title {
  font-weight: 700;
  font-size: 22px;
  display: flex;
  align-items: center;
  color: #2f4aa0;
}

.nfc-header-card {
  border: 0;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  margin-bottom: 18px;
}
.nfc-header-card .card-body {
  padding: 1.1rem 1.2rem;
}
.nfc-header-card .header-title {
  font-weight: 700;
  font-size: 22px;
  display: flex;
  align-items: center;
  color: #2f4aa0;
}

.nfc-header-btn {
  font-size: 0.82rem;
  padding: 0.42rem 0.9rem;
  font-weight: 600;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.nfc-table-card {
  border: 0;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}
.nfc-table-card .card-body {
  padding: 1.1rem 1.2rem;
  overflow: visible;
}

.nfc-table-responsive {
  border-radius: 10px;
  overflow: hidden;
}

.nfc-table {
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0;
}
.nfc-table thead th {
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #8a94a6;
  font-weight: 700;
  border-top: 0;
  border-bottom: 1px solid #edf1f7;
  padding: 0 12px 14px;
  white-space: nowrap;
}
.nfc-table tbody tr {
  transition: background 0.15s ease;
}
.nfc-table tbody tr:hover {
  background: #fafcff;
}
.nfc-table tbody tr td {
  padding: 16px 12px;
  border-bottom: 1px solid #edf1f7;
  border-top: 0;
  vertical-align: middle;
  font-size: 0.94rem;
  overflow: visible;
}

.company-avatar {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  flex-shrink: 0;
}
.company-avatar i {
  font-size: 16px;
}

.company-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
}
.company-status.is-active {
  background: #dcfce7;
  color: #15803d;
}
.company-status.is-inactive {
  background: #fee2e2;
  color: #b91c1c;
}

.company-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.nfc-icon-btn {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  color: #4b5563;
  background: #fff;
  transition: all 0.15s ease;
}
.nfc-icon-btn:hover {
  color: #111827;
  border-color: #d1d5db;
  background: #f9fafb;
}
.nfc-icon-btn.is-danger {
  color: #dc2626;
}
.nfc-icon-btn.is-danger:hover {
  background: #fef2f2;
  border-color: #fecaca;
}
.nfc-icon-btn.text-warning {
  color: #f59e42;
  border-color: #fbbf24;
}
.nfc-icon-btn.text-warning:hover {
  background: #fef3c7;
  border-color: #f59e0b;
}

.nfc-action-pill {
  font-size: 0.8rem;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.btn-lg.nfc-action-pill {
  font-size: 14px;
  padding: 5px 20px;
  border-radius: 999px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.company-enter-btn {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9dfeb;
  background: #fff;
  color: #4c61c9;
  padding: 0;
  text-decoration: none;
  transition: all 0.15s ease;
}
.company-enter-btn i {
  font-size: 1.15rem;
  line-height: 1;
}
.company-enter-btn:hover, .company-enter-btn:focus {
  border-color: #c6d1f3;
  background: #f4f7ff;
  color: #2f4aa0;
  box-shadow: none;
  text-decoration: none;
}

.badge.bg-info {
  background-color: #dbeafe !important;
  color: #0c4a6e;
  font-size: 0.75rem;
  padding: 0.35rem 0.6rem;
  font-weight: 600;
  border-radius: 999px;
}

.modal-header {
  background-color: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
  padding: 1rem;
}
.modal-header .modal-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-body {
  padding: 1.5rem;
}

.modal-footer {
  border-top: 1px solid #e5e7eb;
  padding: 1rem;
  background-color: #f9fafb;
}

.form-label {
  font-weight: 500;
  color: #374151;
  font-size: 0.88rem;
  margin-bottom: 0.5rem;
}

.form-control,
.form-select {
  border-radius: 8px;
  border-color: #e5e7eb;
  font-size: 0.88rem;
}
.form-control:focus,
.form-select:focus {
  border-color: #bfd0ff;
  box-shadow: 0 0 0 3px rgba(76, 97, 201, 0.1);
}

@media (max-width: 768px) {
  .nfc-header-card .card-body {
    flex-direction: column;
    align-items: stretch !important;
    gap: 1rem;
  }
  .nfc-header-card .d-flex.gap-2 {
    width: 100%;
    flex-direction: column;
  }
  .nfc-header-card .d-flex.gap-2 .btn {
    width: 100%;
    justify-content: center;
  }
  .nfc-table {
    font-size: 0.8rem;
  }
  .nfc-table th,
  .nfc-table td {
    padding: 0.5rem !important;
  }
  .company-actions {
    width: 100%;
  }
  .nfc-action-pill {
    width: 100%;
    justify-content: center;
  }
}/*# sourceMappingURL=style.css.map */