/* qrcode.css */
/*.op-qr-card{
  max-width:900px;
  margin:20px auto;
  background:#fff;
  padding:24px;
  border-radius:10px;
  box-shadow:0 6px 18px rgba(20,20,40,0.06);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial;
}*/
.op-qr-card h2{
  text-align: center;
  margin-bottom: 8px;
  font-family: "Inter", Sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #2C3E50;
}

.op-qr-card h3{
  font-family: "Inter", Sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #2C3E50;
}

.op-qr-card p{
  font-family: "Inter", Sans-serif; 
  font-weight: 500;
  font-size: 18px;
  color: #4B5563;
}

.op-qr-card label{
  font-family: "Inter", Sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #4B5563;
}

.op-qr-perso label{
  font-size: 16px !important;
  color: #2c3e50 !important; 
}

.op-qr-perso .op-qr-taille select{
  border: 2px solid #e5e7eb !important;
  color: #2c3e50 !important;
}

.op-qr-perso .op-qr-taille select:focus{
  border-color: #4ecdc4 !important;
}

.op-qr-card button{
  font-family: "Inter", Sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #4B5563;
}

.op-qr-card .op-qr-preview, .op-qr-card select, .op-qr-card input{
  font-family: "Inter", Sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #4B5563;
  outline: none !important;
}
.op-qr-card input:focus{
  border-color: #4ecdc4 !important;
}

.op-qr-card .op-qr-preview{
  background-color: #f3f4f6;
  display: flex;
  flex-direction: column;
}

.op-qr-card .op-qr-preview svg{
  width: 50px;
}

.op-qr-sub{ 
  text-align:center; 
  color:#7b7b8a; 
  margin-bottom:20px; }

.op-qr-row{ 
  display:flex; 
  gap:24px; 
  flex-wrap:wrap; }
.op-qr-col{ 
  flex:1;
  min-width:260px; }

label{ 
  display:block; 
  margin:10px 0 4px; 
  font-weight:500; 
}

input[type=text], select{
  width:100%; padding:10px;
  border:3px solid #e5e7eb;
  border-radius:8px;
  margin-bottom:10px;
}

.op-toggle-tabs{ 
  display:flex; 
  gap:8px; 
  margin-bottom:10px;
}

.op-tab{
  flex:1; padding:8px; 
  border:none; 
  cursor:pointer;
  border-radius: 50px; 
  background:#f1f3f7;
  color:#2C3E50
}

.op-tab:hover{
  background:#4B5563;
  color:white; 
}

.op-tab.active{ 
  background:linear-gradient(90deg,#ff7a59,#ffb24d); 
  color:white; 
  font-weight:600; 
}

.op-color-picker input{ 
  width:50px; 
  height:40px; 
  padding:0; 
  border:none; 
}

.op-qr-input-text {
    border: 3px solid #e5e7eb !important;
    font-size: 13px !important;
}

.op-qr-perso{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}


#op-qr-generate{
  margin-top:12px;
  width:100%;
  background: linear-gradient(90deg,#ff7a59,#ffb24d);
  color:white; 
  padding:12px;
  border:none; 
  border-radius: 30px;
  cursor:pointer; 
  font-weight:600;
}

#op-qr-generate svg{
  width: 11px;
}

#op-qr-generate:hover {
    transform: scale(1.02);
}

.op-qr-preview{
  width: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 15px;
}
