/*==============================================
  Flu.lu v1.7.0 - Aldo Prinzi - 12 May 2025
  (C) 2024 - 2025 Mille Isole SRL
 - - - - - - - - - - - - - - - - - - - - - - - - 
  Cascading stylesheet for the web app
================================================*/
body{font-family:Inter,sans-serif;margin:0;padding:0;background-color:#f3f4f6;color:#1f2937}.header{width:100%;padding:10px 0;background-color:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;position:fixed;top:0;z-index:50;box-shadow:0 2px 4px rgb(0 0 0 / .1)}.header-left{display:flex;align-items:center}.logo{height:60px;margin-right:1rem}.title{color:#abff85;font-size:1.5em;margin:0}.title small{color:#b4bccc;font-size:.7em;font-style:italic}.nav-row{display:flex;align-items:center;padding:0 20px;margin-top:0;max-height:none}.menudiv{color:#d1d5db;margin:0 .5rem}.nav-item{color:#6b7280;text-decoration:none;font-size:.9rem;font-weight:500;padding:.25rem .75rem;border-radius:.375rem;transition:all 0.3s ease}.nav-item:hover{background-color:#f9fafb;color:#3b82f6}.hamburger{display:none;font-size:24px;background:none;border:none;cursor:pointer;padding:10px}.menu-mobile{display:none;flex-direction:column;background-color:#fff;position:absolute;top:60px;left:0;width:100%;box-shadow:0 4px 8px rgb(0 0 0 / .1);z-index:60}.menu-mobile a{padding:15px;border-bottom:1px solid #eee;display:block;text-align:left}.menu-mobile a:hover{background-color:#f8f8f8}button:disabled{opacity:.5;cursor:not-allowed}.half-width-chart{width:50%}.header-right{display:flex;align-items:center;justify-content:flex-end;width:auto}.align-right{display:flex;justify-content:flex-end}.icon-login{margin-right:.5rem}.iconbtn{height:auto;cursor:pointer;transition:border 0.15s ease;width:clamp(45px,10vw,100px);display:block}.iconbtn-selected{border:4px solid #15ff00;border-radius:5px}.icontd{display:none}.renew-pass{background:#fff;padding:100px;margin-top:50px;margin-bottom:200px;border:solid 2px navy;border-radius:10px;box-shadow:0 2px 4px rgb(0 0 0 / .3)}#langcell{display:inline-flex;align-items:center;overflow:visible}.icon-language{font-size:1.2em;font-weight:600;color:#d1d5db}.lang-form{display:inline-block;margin-left:10px}.brand-select,.lang-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#f9fafb;border:1px solid #d1d5db;color:#4b5563;padding:.2rem 1rem .2rem .5rem;border-radius:.375rem;font-size:.875rem;line-height:1.25rem;position:relative;cursor:pointer;width:auto}.lang-select{margin-top:5px;min-width:120px}.brand-select{min-width:100px}.brand-select:focus,.lang-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgb(59 130 246 / .12)}header.bigtitle{text-align:center;padding:8rem 0;background-image:url(/assets/digital-marketing.jpg);background-size:cover;background-position:center;background-blend-mode:multiply;background-color:rgb(0 0 0 / .5)}header.bigtitle h1{font-size:2.5rem;font-weight:700;color:#beeba2;margin-bottom:1rem}header.bigtitle p{font-size:1.125rem;color:#fff;line-height:1.75rem;margin-bottom:2rem}header.bigtitle strong{color:#fff;font-weight:600}header.bigtitle u{color:#f59e0b}.center-content{display:flex;justify-content:center;gap:1rem}.btn{padding:10px 20px;font-size:1rem;border:none;border-radius:5px;cursor:pointer;transition:all 0.3s ease;box-shadow:0 4px 6px rgb(0 0 0 / .1);font-weight:600;text-decoration:none;flex-shrink:0}.btn-secondary{background-color:#4f46e5;color:#ffffff!important;font-size:1rem}.btn-secondary:hover{background-color:#4338ca;box-shadow:0 6px 8px rgb(0 0 0 / .15)}.btn-primary{background-color:#10b981;color:#ffffff!important}.btn-primary:hover{background-color:#059669;box-shadow:0 6px 8px rgb(0 0 0 / .15)}.btn-warning{background-color:#f59e0b;color:#ffffff!important}.btn-warning:hover{background-color:#d97706;box-shadow:0 6px 8px rgb(0 0 0 / .15)}.btn-small{padding:.25rem 0.75rem!important;font-size:0.75rem!important;margin:.2rem}.btn-small:hover{box-shadow:0 6px 8px rgb(0 0 0 / .15)}.container{max-width:90%;margin:0 auto;padding:2rem 0;padding-left:100px;margin-top:80px;box-sizing:border-box}main h2{font-size:2.25rem;font-weight:700;color:#1f2937;margin-bottom:2rem;text-align:center}.tab{margin-bottom:1rem}.tab__label{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background-color:#fff;border-radius:.75rem;cursor:pointer;font-size:1.25rem;font-weight:600;color:#1f2937;transition:all 0.3s ease;box-shadow:0 4px 6px rgb(0 0 0 / .1)}.tab__label:hover{background-color:#f7fafc;box-shadow:0 6px 8px rgb(0 0 0 / .15)}.tab__label::after{content:'+';font-size:1.5rem;color:#3b82f6}input[type="checkbox"]{display:none}input[type="checkbox"]:checked+.tab__label::after{content:'-'}input[type="checkbox"]:checked+.tab__label{background-color:#f7fafc;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow:0 2px 4px rgb(0 0 0 / .05)}.tab__content{max-height:0;overflow:hidden;transition:all 0.3s ease;background-color:#f7fafc;border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem;margin-top:-1px}input[type="checkbox"]:checked~.tab__content{max-height:500px;padding:2rem}.tab__content p{color:#4b5563;line-height:1.75rem;font-size:1.125rem}.tab__content strong{color:#1f2937}.list{list-style-position:inside;margin-left:0}footer a{text-decoration:none!important;color:navy!important}.footer{width:100%;color:#333;box-sizing:border-box;padding:0 20px}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;max-width:100%}.footer-left{flex:1;min-width:150px;margin-bottom:10px}.footer-links{display:flex;justify-content:flex-end;gap:20px;flex-wrap:wrap}.footer-links a{font-size:1em;white-space:nowrap}.version{color:navy;font-size:.8em;margin-top:4px;text-align:center}.title_header{text-align:center;font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.auth-div,.reg-div{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px rgb(0 0 0 / .1);padding:2rem;max-width:400px;margin:0 auto}.reg-div{max-width:700px}.login-header h3{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem;text-align:center}.auth-form{display:flex;flex-direction:column}.form-container{width:100%;max-width:100%;box-sizing:border-box;padding:10px}.form-row{display:flex;flex-direction:column;gap:10px}.label-row{display:flex;justify-content:space-between;gap:10px;margin-bottom:5px}.label-row label{font-size:1em;color:#333;flex:1;text-align:left}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.875rem;color:#4b5563;margin-bottom:.5rem}.input-row{display:flex;align-items:center;gap:10px}.input-text2{width:100%;flex:2;padding:.75rem;border-radius:.375rem;border:1px solid #d1d5db;font-size:1rem;color:#374151;transition:all 0.3s ease;box-sizing:border-box}.input-text2:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgb(59 130 246 / .12)}.brand-select{flex:1;max-width:150px;font-size:1em;padding:8px;box-sizing:border-box}.forgotpass{font-size:.9rem;color:#3b82f6;text-decoration:none;margin-top:8px;text-align:right;font-weight:600;padding:2px}.forgotpass:hover{background:#ccc}.err-message{color:#dc2626;font-size:.875rem;margin-top:1rem;text-align:center}#shorten-form{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px rgb(0 0 0 / .1);padding:2rem;margin-bottom:2rem}#shorten-form.form-group{margin-bottom:1.5rem}#shorten-form label{display:block;font-size:.875rem;color:#4b5563;margin-bottom:.5rem}#shorten-form.input-text{width:100%;padding:.75rem;border-radius:.375rem;border:1px solid #d1d5db;font-size:1rem;color:#374151;transition:all 0.3s ease}#shorten-form.input-text:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgb(59 130 246 / .12)}#loading-overlay{display:none;flex-direction:column;align-items:center;justify-content:center;background-color:rgb(255 255 255 / .8);position:fixed;top:0;left:0;width:100%;height:100%;z-index:500}#loading-overlay.spinner{border:4px solid rgb(0 0 0 / .1);border-radius:50%;border-top-color:#3b82f6;width:50px;height:50px;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}#loading-overlay.loading-text{font-size:1.125rem;color:#4b5563;text-align:center}#modal{display:none;position:fixed;z-index:90;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0 0 0 / .5)}#modal.modal-content{background-color:#fff;margin:10%auto;padding:2rem;border-radius:.75rem;max-width:500px;position:relative;box-shadow:0 4px 6px rgb(0 0 0 / .1)}#modal.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;color:#1f2937;border-bottom:1px solid #e5e7eb;padding-bottom:1rem}#modal.modal-header.modal-closer{position:absolute;top:1rem;right:1rem;font-size:2rem;color:#d1d5db;cursor:pointer}#modal.modal-header.modal-closer:hover{color:#3b82f6}#modal.modal-content.form-group{margin-bottom:1.5rem}#modal.modal-content label{display:block;font-size:.875rem;color:#4b5563;margin-bottom:.5rem}#modal.modal-content.input-text2{width:100%;padding:.75rem;border-radius:.375rem;border:1px solid #d1d5db;font-size:1rem;color:#374151;transition:all 0.3s ease}#modal.modal-content.input-text2:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgb(59 130 246 / .12)}#modal.modal-footer{display:flex;justify-content:flex-end;margin-top:2rem}#modal.modal-footer.btn{margin-left:.75rem}.alert{padding:1rem 1.5rem;margin:1rem 0 1.5rem 0;border:1px solid #fff0;border-radius:.75rem;box-shadow:0 4px 6px rgb(0 0 0 / .1)}.alert-info{background-color:#fffae6;color:#333;border-color:#dbeafe}.alert-warning{background-color:#eff6ff;color:#0c4a6e;border-color:#dbeafe}.user-info{display:grid;grid-template-columns:1fr;gap:1.5rem}.user-info.info-item{display:flex;flex-direction:column}#shorten-form{background:#efffdc}.user-info.info-item label{font-size:.875rem;color:#4b5563;margin-bottom:.5rem}.user-info.info-item input{width:100%;padding:.75rem;border-radius:.375rem;border:1px solid #d1d5db;font-size:1rem;color:#374151;transition:all 0.3s ease}.user-info.info-item input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgb(59 130 246 / .12)}.user-info.info-item-buttons{display:flex;gap:.75rem;margin-top:1rem}.flex-form{display:flex;flex-direction:column;gap:10px}.flex-row{display:flex;align-items:flex-start;gap:10px;flex-wrap:wrap}.left-item{flex:0 1 auto;min-width:200px!important}.right-item{flex:1 1 auto}.link-row{display:flex;justify-content:space-between;align-items:center;width:100%;gap:10px;flex-wrap:nowrap}.link-row>div:first-child{flex:1;min-width:0}.link-row.btn-group{flex:0 0 auto}.btn-group{white-space:nowrap}.flex-item{flex:1;min-width:200px}.flex-info{display:flex;flex-wrap:wrap;gap:20px;align-items:center}.flex-info-left{flex:1;min-width:300px}.flex-info-right{flex:0 0 auto;display:flex;align-items:center;justify-content:center}.flex-right{flex:0 0 auto;display:flex;align-items:flex-end;justify-content:flex-end}.input-copy-group{display:flex;align-items:center;gap:5px}.flex-info-sub{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.flex-info-sub>div{flex:1;min-width:200px}.flex-form{display:flex;flex-direction:row;align-items:center;gap:5px;width:100%}.flex-form input[type="text"]{flex:1 1 auto;min-width:0;box-sizing:border-box}.flex-form button{flex:0 0 auto}.btn-group{display:inline-flex;flex-wrap:nowrap;gap:5px;margin-top:5px}.accordion2{max-width:70%;margin:0 auto;background:#f0f0f0}.tab2{margin-bottom:1rem}.tab2__label{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px rgb(0 0 0 / .1);cursor:pointer;font-size:1.25rem;font-weight:600;color:#1f2937;transition:all 0.3s ease}.tab2__label:hover{background-color:#f7fafc;box-shadow:0 6px 8px rgb(0 0 0 / .15)}.tab2__label::after{content:'+';font-size:1.5rem;color:#3b82f6}input[type="checkbox"]{display:none}input[type="checkbox"]:checked+.tab2__label::after{content:'-'}input[type="checkbox"]:checked+.tab2__label{background-color:#f7fafc;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow:0 2px 4px rgb(0 0 0 / .05)}.tab2__content{max-height:0;overflow:hidden;transition:all 0.3s ease;background-color:#f7fafc;border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem;margin-top:-1px}input[type="checkbox"]:checked~.tab2__content{max-height:500px;padding:2rem}.tab2__content p{color:#4b5563;line-height:1.75rem;font-size:1.125rem}.tab2__content strong{color:#1f2937}.center-content2{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.form-group2{text-align:center;max-width:700px;margin:0 auto;padding:20px}.form-group2>*{width:100%;margin-bottom:10px}.content-wrapper{margin-top:20px;display:flex;flex-direction:row;gap:20px;flex-wrap:wrap}.data-section,.iframe-section{flex:1;min-width:300px}.data-section{border-radius:.75rem;box-shadow:0 4px 6px rgb(0 0 0 / .3);padding:18px;border:solid 3px navy;width:100%}.iframe-section{height:430px;width:100%}.frm{width:100%;height:100%;border:solid 3px navy;background:#f0f0f0;border-radius:.75rem;box-shadow:0 4px 6px rgb(0 0 0 / .3)}.container-wrapper{display:flex;flex-direction:row;gap:20px;width:100%;box-sizing:border-box}.table-data{width:100%;margin-top:10px}.table-data table{width:100%;border-collapse:collapse}.table-data th,.uri-table td{padding:8px;text-align:left}.table-data th{background-color:#f0f0f0;font-weight:700}.table-data td{border-bottom:1px solid #ddd}.table-data input{width:100%;box-sizing:border-box}.table-data tbody tr.odd{background-color:#f9f9f9}.table-data tbody tr.even{background-color:#fff}.btn-small{padding:5px 10px;font-size:.9em}canvas{max-width:100%;height:auto}.graphs{width:98%;margin-top:20px}.chart-wrapper.graph-visit{height:400px;max-height:400px}.chart-wrapper.graph-visit canvas{width:100%!important;height:100%!important}#visitsTrendChart{display:block;width:100%!important;height:400px!important}.chart-wrapper2{display:flex;flex-wrap:wrap;gap:10px}.chart-wrap-devices{flex:0 0 28%;padding:8px;display:flex;justify-content:center;align-items:center}.chart-wrap-fonts{flex:0 0 66%;padding:8px;display:flex;justify-content:center;align-items:center}.chart-fonts,.chart-devices{height:300px!important;width:100%!important}.graph-timing{height:200px}.qrcode-img{background:#fff;width:160px;height:160px;border:solid 10px #fff}#visitAdvancedChart{width:100%!important;height:400px!important}.graph-advanced{height:400px!important}#visitsTrendChart{width:100%!important;height:400px!important}.graph-visits{height:400px!important;width:100%!important}@keyframes blinkRed{0%{box-shadow:0 0 0 0 #fff0}50%{box-shadow:0 0 0 3px red}100%{box-shadow:0 0 0 0 #fff0}}input.input-text2.error-highlight{box-shadow:0 0 0 0 #fff0;animation:blinkRed 0.5s ease-in-out 3}.gsi-material-button{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-appearance:none;background-color:#f2f2f2;background-image:none;border:none;-webkit-border-radius:20px;border-radius:20px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#1f1f1f;cursor:pointer;font-family:'Roboto',arial,sans-serif;font-size:14px;height:40px;letter-spacing:.25px;outline:none;overflow:hidden;padding:0 12px;position:relative;text-align:center;-webkit-transition:background-color.218s,border-color.218s,box-shadow.218s;transition:background-color.218s,border-color.218s,box-shadow.218s;vertical-align:middle;white-space:nowrap;width:auto;max-width:400px;min-width:min-content}.gsi-material-button.gsi-material-button-icon{height:20px !important;margin-right:12px;min-width:20px;width:20px !important}.gsi-material-button.gsi-material-button-content-wrapper{-webkit-align-items:center;align-items:center;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;height:100%;justify-content:space-between;position:relative;width:100%}.gsi-material-button.gsi-material-button-contents{-webkit-flex-grow:1;flex-grow:1;font-family:'Roboto',arial,sans-serif;font-weight:500;overflow:hidden;text-overflow:ellipsis;vertical-align:top}.gsi-material-button.gsi-material-button-state{-webkit-transition:opacity.218s;transition:opacity.218s;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.gsi-material-button:disabled{cursor:default;background-color:#ffffff61}.gsi-material-button:disabled.gsi-material-button-state{background-color:#1f1f1f1f}.gsi-material-button:disabled.gsi-material-button-contents{opacity:38%}.gsi-material-button:disabled.gsi-material-button-icon{opacity:38%}.gsi-material-button:not(:disabled):active.gsi-material-button-state,.gsi-material-button:not(:disabled):focus.gsi-material-button-state{background-color:#001d35;opacity:12%}.gsi-material-button:not(:disabled):hover{-webkit-box-shadow:0 1px 2px 0 rgb(60 64 67 / .30),0 1px 3px 1px rgb(60 64 67 / .15);box-shadow:0 1px 2px 0 rgb(60 64 67 / .30),0 1px 3px 1px rgb(60 64 67 / .15)}.gsi-material-button:not(:disabled):hover.gsi-material-button-state{background-color:#001d35;opacity:8%}.tab-header{display:flex;gap:2px;background-color:#e9ecef;padding-bottom:2px}.tab-btn{padding:10px 20px;background-color:#186ec4;color:#fff;border:none;border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:0;border-bottom-right-radius:0;cursor:pointer;transition:background-color 0.3s ease,color 0.3s ease;font-family:'Inter',sans-serif;font-weight:500;text-transform:uppercase;position:relative;z-index:1}.tab-btn.active{background-color:#fff;color:#007bff;z-index:2}.tab-btn.active::after{content:'';position:absolute;bottom:-2px;left:0;width:100%;height:2px;background-color:#007bff}.tab-btn:hover:not(.active){background-color:#c0c4c8}.tab-content{width:100%;background-color:#fff;padding:20px;border:1px solid #ccc;border-top:none}.tab-pane{display:none}.tab-pane.active{display:block}.tab-std{width:100%;background-color:#fff;padding:20px;border:1px solid #ccc;border-top:none}.tab-adv{display:none}.tab-adv.active{display:block}.logo-img{width:60px;height:auto;display:block;object-fit:contain;max-height:none}.logo-img[style]{height:auto!important;max-height:none!important}.label-row-1 .label-row-2{flex-direction:column;gap:5px;text-align:center;display:block}.label-row-2{display:none}#userCodesTable{width:100%;box-sizing:border-box}.alert.alert-info{padding:15px;box-sizing:border-box;width:100%}.info-container{display:flex;gap:15px;align-items:flex-start}.info-details-column{flex-grow:1;display:flex;flex-direction:column;gap:10px}.info-row{display:flex;align-items:center;gap:10px}.info-row.info-item.address{flex-grow:1}.info-row.info-item.created,.info-row.info-item.requests{width:50%}.info-item.qrcode{flex-shrink:0}.input-text2{width:100%;box-sizing:border-box}.pixel-status{display:inline-flex;align-items:center;gap:.5rem;font-family:system-ui,sans-serif}.pixel-switch{position:relative;width:28px;height:15px}.pixel-switch input{opacity:0;width:0;height:0}.pixel-switch span{position:absolute;inset:0;background:#ccc;border-radius:18px;transition:background.3s}.pixel-switch span::before{content:"";position:absolute;height:15px;width:15px;left:-2px;top:-1px;border-radius:50%;background:#f9fcf2;transition:transform.3s;border:solid 1px #ccc}.pixel-switch input:checked+span{background:#6ed1da}.pixel-switch input:checked+span::before{transform:translateX(20px)}.pixel-switch input[disabled]+span{cursor:default}.switch-buttons{display:inline-flex;border:1px solid #4338ca;border-radius:5px;overflow:hidden;font-size:.8em}.switch-btn{background-color:#fff;border:none;padding:4px 8px;font-weight:700;color:#4338ca;cursor:pointer;transition:background-color 0.3s,color 0.3s}.switch-btn.active{background-color:#4338ca;color:#fff}.switch-btn:not(.active):hover{background-color:#d9e7f0}#menu-toggle{display:none;position:fixed;top:72px;left:4px;z-index:100!important;background-color:#f0f0f0;color:#000;border:none;font-size:1.5rem;cursor:pointer}.lmenudiv{padding-top:10px}.lmenu{margin-top:180px}.sidebar{position:fixed;top:0;left:0;width:120px;height:100vh;background:#f8f9fa;padding:2rem 1rem;box-shadow:2px 0 5px rgb(0 0 0 / .1);overflow-y:auto;transform:translateX(-100%);transition:transform 0.3s ease}.sidebar ul{list-style:none;margin:0;padding:0}.sidebar li{margin-bottom:1rem}.sidebar a{text-decoration:none;color:#333;font-weight:700;display:block}.sidebar.open{transform:translateX(0)}#userCodesTable_wrapper table.dataTable{width:100%;border-collapse:collapse;font-family:'Inter',sans-serif}#userCodesTable_wrapper table.dataTable thead th{background-color:#dbdee2;color:navy;font-weight:500;border-bottom:2px solid silver;padding:10px}#userCodesTable_wrapper table.dataTable tbody td{padding:8px;border-bottom:1px solid silver}#userCodesTable_wrapper.dataTables_paginate.paginate_button{color:navy;background-color:#fff;border:1px solid silver;padding:5px 10px;margin:0 2px;border-radius:3px;text-decoration:none}#userCodesTable_wrapper.dataTables_paginate.paginate_button:hover{background-color:#007bff;color:#fff;border-color:#007bff}#userCodesTable_wrapper.dataTables_paginate.paginate_button.current{background-color:#007bff;color:#fff;border-color:#007bff}#userCodesTable_wrapper table.dataTable tbody a{color:navy;text-decoration:none}#userCodesTable_wrapper table.dataTable tbody a:hover{text-decoration:underline}#userCodesTable_wrapper table.dataTable tbody.btn-warning{background-color:#ffc107;border-color:#ffc107;padding:2px 6px;font-size:.9em}#userCodesTable_wrapper table.dataTable.stripe tbody tr.odd{background-color:#f9f9f9}#userCodesTable_wrapper table.dataTable.stripe tbody tr.even{background-color:#fff}body.menu-open select,body.menu-open.dataTables_wrapper{visibility:hidden}.modal{z-index:500;width:500px;height:400px;display:flex;background-color:#fff;padding:3px;position:fixed;top:0;bottom:0;left:0;right:0;margin:auto;box-shadow:2px 3px 5px #444;border-radius:10px;animation:blowUp 0.2s ease-out forwards}@keyframes blowUp{0%{transform:scale(0);opacity:0}100%{transform:scale(1);opacity:1}}.modal-content{width:88%;height:80%;position:absolute;top:10%;overflow:auto;padding-top:30px;padding-left:30px;padding-right:40px;padding-bottom:30px}.modal-footer{border-radius:0 0 10px 10px;text-align:center;line-height:60px;height:60px;width:100%;position:absolute;left:0;bottom:0;background-color:#f0f0f0;padding-top:10px}.modal-header{border-radius:10px 10px 0 0;font-size:larger;text-transform:uppercase;text-align:center;line-height:50px;background-color:#112e5e;color:#fff;position:absolute;height:50px;left:0;top:0;width:100%}.hidden{display:none}.modal-closer{float:right;margin-right:7px;margin-top:-5px;cursor:pointer;font-size:2em;animation:blowUpModalTwo.5s cubic-bezier(.165,.84,.44,1)forwards}.modalBackdrop{z-index:398;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgb(0 0 0 / .4)}h1,h2,h3,h4,h5,h6{font-family:Lora,sans-serif}*Contenitore principale*/.font-container{max-width:1200px;margin:0 auto;padding:0 20px}.content-wrapper{display:flex;align-items:center;justify-content:space-between;gap:40px}.text-content{flex:1}.image-content{flex:1}.image-content img{max-width:75%;height:auto}.userpers-section{margin-top:-60px;padding:60px 20px;background:#fafafa}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:50px;color:#333;font-family:'Lora',sans-serif}.userpers-item{display:flex;align-items:center;justify-content:center;max-width:1200px;margin:0 auto 40px;padding:30px;background:#fff;border-radius:10px;box-shadow:0 4px 12px rgb(0 0 0 / .1);gap:40px}.userpers-item:nth-child(odd).image-content{order:1}.userpers-item:nth-child(odd).text-content{order:2}.userpers-item:nth-child(even).image-content{order:2}.userpers-item:nth-child(even).text-content{order:1}.userpers-item.text-content{flex:1;text-align:center}.userpers-item.text-content h3{font-size:1.75rem;margin-bottom:15px;color:#007bff;font-family:'Mulish',sans-serif}.userpers-item.text-content p{font-size:1.1rem;line-height:1.6;color:#555}.userpers-item.image-content{flex:1;text-align:center}.userpers-item.image-content img{max-width:70%;height:auto;border-radius:10px}@media(max-width:950px){.chart-wrapper2{flex-direction:column}.chart-wrap-devices,.chart-wrap-fonts{flex:1 1 100%!important;width:100%!important}}@media(min-width:768px){#menu-toggle{display:none}.sidebar{transform:translateX(0)}}@media(max-width:767px){.container{padding-left:10px}body{font-size:.7em}.tab__label,.switch-btn{font-size:1.1em}.input-text2{padding:.2rem;font-size:.7rem}.qrcode-img{margin-top:30px;width:100px;height:100px;border:solid 2px #fff}#utm_source_alt{width:50%;margin-left:140px}#menu-toggle{display:block}.sidebar{z-index:2147483647}.sidebar.open{transform:translateX(0)}.btn{font-size:.8em}#userCodesTable thead th:nth-child(3),#userCodesTable tbody td:nth-child(3),#userCodesTable thead th:nth-child(5),#userCodesTable tbody td:nth-child(5),#userCodesTable thead th:nth-child(6),#userCodesTable tbody td:nth-child(6){display:none}#userCodesTable thead th:nth-child(1),#userCodesTable tbody td:nth-child(1){width:200px}#userCodesTable thead th:nth-child(2),#userCodesTable tbody td:nth-child(2),#userCodesTable thead th:nth-child(4),#userCodesTable tbody td:nth-child(4){width:50px;text-align:right}#userCodesTable{width:100%!important;font-size:.9em}#userCodesTable td,#userCodesTable th{padding:8px;text-align:left}#userCodesTable_wrapper.dataTables_filter{float:none;text-align:center;margin-bottom:10px}#userCodesTable_wrapper.dataTables_length{float:none;text-align:center;margin-bottom:10px}#userCodesTable_wrapper.dataTables_paginate{text-align:center}.logo-img{width:45px;height:auto}.label-row-1{display:none}.label-row-2{display:block}.input-row{flex-direction:column;gap:10px}.brand-select{width:100%;max-width:none}.content-wrapper{flex-direction:column}.lang-select{font-size:.8em}.data-section,.iframe-section{width:100%}.table-data th,.uri-table td{padding:5px}.table-data input{font-size:.9em}.menu-desktop{display:none}.hamburger{display:block}.menu-mobile.active{display:flex}.footer-content{flex-direction:column;align-items:center;text-align:center}.footer-links{flex-direction:column;align-items:center;gap:10px;width:100%}.footer-left{text-align:center;margin-bottom:20px}.version{margin-top:10px}.content-wrapper{flex-direction:column;text-align:center}.text-content h1{font-size:28px}.text-content p{font-size:16px}.image-content{margin-top:20px;width:90%;height:auto}.userpers-item{flex-direction:column;padding:20px}.userpers-item.image-content{order:1!important;margin-bottom:20px}.userpers-item.text-content{order:2!important}.userpers-item.text-content h3{font-size:1.5rem}.userpers-item.text-content p{font-size:1rem}.text-content h1{font-size:24px}.text-content p{font-size:14px}.hero-section{padding:30px 0}.image-content{margin-top:20px;width:110%;height:auto}}