.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#container-loader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

#qr-img-container.loader {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.success-container {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}
@font-face {
  font-family: 'Cadiz-Book';
  src: url(/assets/webfonts_Cadiz/webfonts_Cadiz-Book-72fa73d02aa8d43d1e5bf16626fcdccfda5675af3b0291612c6970d83166149c.ttf) format('truetype');
  font-weight: 350;
  font-style: Book;
}
@font-face {
  font-family: 'Cadiz-Bold';
  src: url(/assets/webfonts_Cadiz/webfonts_Cadiz-Bold-b30fd99c500ecca5a2cc1e4ca4323cdcad7594a3d2ca2480c0d8abdb7994ff9d.ttf) format('truetype');
  font-weight: bold;
  font-style: normal;
}

body:has(.full-page) {
  background: #fff;
  padding: 0;
  align-items: start;
}
.full-page {
  max-width: 340px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
  text-align: center;
}
.full-heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.connect-primary-lg {
  width: 100%;
  height: 40px;
  padding: 4px 20px;
  border-radius: 4px;
  background: linear-gradient(44.96deg, #FF328C 0.03%, #FF914C 99.97%);
  box-shadow: 0px 8px 16px 0px #0000001F;
  border: none;
  color: #fff;
  font-family: 'Cadiz-Bold';
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 16px;
}
.logo-img {
  margin: 0 auto;
}
.heading_text, .qr_string_text {
  font-family: 'Cadiz-Bold';
  font-size: 20px;
  line-height: 20px;
  color: #1D1A20;
}
.qr_string_text {
  font-size: 16px;
  line-height: 24px;
  color: #333136;
  margin: 0;
}
.description_text, .footer_text {
  font-family: 'Cadiz-Book';
  font-size: 14px;
  color: #333136;
}
.footer_text {
  border-top: 1px solid #E0E0E0;
  padding-top: 10px;
}


body {
  background-color: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  color: #1e293b;
  padding: 20px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(248, 250, 252, 0.98);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  backdrop-filter: blur(4px);
}

.loader-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.loading-text {
  color: #64748b;
  font-size: 16px;
  margin: 0;
}

.loader {
  width: 40px;
  height: 40px;
  border: 3px solid #e2e8f0;
  border-radius: 50%;
  border-top: 3px solid #3b82f6;
  animation: spin 1s linear infinite;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.qr-details {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: white;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.provider-name {
  font-size: 24px;
  font-weight: 600;
  color: #0f172a;
  margin: 0 0 24px;
}

.instruction-text {
  font-size: 16px;
  line-height: 1.5;
  color: #475569;
  margin: 0 0 24px;
  padding: 0 16px;
}

.qr-section {
  margin-top: 24px;
}

#qr-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

#qr-img-container > img {
  background-color: white;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}

#qr-img-container > img:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.action-container {
  margin-top: 24px;
}

.action-button {
  background-color: #3b82f6;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.action-button:disabled {
  background-color: #e2e8f0;
  color: #64748b;
  cursor: not-allowed;
}

.action-button:hover {
  background-color: #2563eb;
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.action-button:active {
  transform: translateY(0);
}

#qr-img-container.loader {
  width: 230px;
  height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .qr-details {
    padding: 24px 16px;
    margin: 16px;
  }

  .provider-name {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .instruction-text {
    font-size: 14px;
    padding: 0 8px;
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
