@import "https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700;800&display=swap";
.vibz-header-full,.vibz-header-full *{box-sizing:border-box}.vibz-header-full{z-index:1000;background:#4c01b5;width:100%;position:sticky;top:0;box-shadow:0 4px 20px #00000026}.vibz-header-container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;height:72px;margin:0 auto;padding:0 24px;display:flex}.vibz-logo-area{flex:1;justify-content:flex-start;align-items:center;display:flex}.vibz-logo-area img{filter:brightness(0)invert();width:auto;height:26px;transition:opacity .2s}.vibz-logo-area:hover img{opacity:.8}.vibz-right-area{flex:1;justify-content:flex-end;align-items:center;gap:12px;display:flex}.vibz-actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.vibz-search-container{justify-content:flex-end;width:42px;transition:width .4s cubic-bezier(.16,1,.3,1);display:flex}.vibz-search-container.open{width:100%;max-width:420px}.vibz-search-toggle-btn{color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex}.vibz-search-toggle-btn:hover{color:#4c01b5;background:#fff;transform:scale(1.05)}.vibz-search-expanded{background:#fff;border-radius:50px;align-items:center;width:100%;height:44px;padding:0 16px 0 8px;animation:.3s forwards fadeIn;display:flex;position:relative;box-shadow:inset 0 2px 4px #0000000d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.location-btn{color:#475569;cursor:pointer;white-space:nowrap;background:#f1f5f9;border:none;border-radius:50px;align-items:center;gap:6px;padding:6px 12px;font-size:.85rem;font-weight:600;transition:background .2s;display:flex}.location-btn:hover{background:#e2e8f0}.city-text{text-overflow:ellipsis;max-width:90px;overflow:hidden}.clear-city{color:#fff;background:#cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.search-input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;width:100%;padding:0 12px;font-family:Urbanist,sans-serif;font-size:.95rem;font-weight:600}.search-input::placeholder{color:#94a3b8;font-weight:500}.close-search-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.close-search-btn:hover{color:#ef4444}.header-dropdown-menu{z-index:2000;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:8px;position:absolute;top:calc(100% + 16px);box-shadow:0 15px 40px #0000001a}.city-dropdown{width:220px;left:0}.suggestions-dropdown{width:100%;left:0;right:0}.vibz-dropdown .dropdown-item{color:#334155;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;width:100%;padding:14px 16px;font-size:.92rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.vibz-dropdown .dropdown-item svg{color:#4c01b5;flex-shrink:0;font-size:1.1rem;transition:transform .2s}.vibz-dropdown .dropdown-item:hover{color:#4c01b5;background-color:#f5f3ff;transform:translate(3px)}.vibz-dropdown .dropdown-item:hover svg{transform:scale(1.1)}.vibz-dropdown .dropdown-item.logout,.vibz-dropdown .dropdown-item.logout svg{color:#ef4444}.vibz-dropdown .dropdown-item.logout:hover{color:#dc2626;background-color:#fef2f2}.dropdown-item{color:#334155;cursor:pointer;border-radius:10px;padding:12px 16px;font-size:.95rem;font-weight:600;transition:all .15s}.dropdown-item:hover{color:#4c01b5;background-color:#f8fafc}.suggestion-item{cursor:pointer;border-radius:12px;align-items:center;gap:12px;padding:10px;transition:background .2s;display:flex}.suggestion-item:hover{background:#f8fafc}.suggestion-image{object-fit:cover;border-radius:8px}.suggestion-icon{background:#f1f5f9;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.suggestion-info{flex-direction:column;display:flex}.suggestion-title{color:#0f172a;font-size:.9rem;font-weight:700}.suggestion-date{color:#64748b;font-size:.75rem;font-weight:500}.vibz-btn-login{color:#4c01b5;white-space:nowrap;background:#fff;border-radius:50px;align-items:center;padding:10px 24px;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 10px #0000001a}.vibz-btn-login:hover{transform:translateY(-2px);box-shadow:0 6px 15px #00000026}.vibz-user-capsule{align-items:center;display:flex;position:relative}.vibz-avatar-btn{color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex}.vibz-avatar-btn:hover,.vibz-avatar-btn.active{color:#4c01b5;background:#fff}.vibz-dropdown{opacity:0;visibility:hidden;z-index:2000;background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;gap:4px;width:250px;padding:10px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:calc(100% + 16px);right:0;transform:translateY(10px);box-shadow:0 20px 40px #0000001f}.vibz-dropdown.show{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-user-info{flex-direction:column;padding:12px 14px 10px;display:flex}.dropdown-user-info .greeting{color:#64748b;text-transform:uppercase;letter-spacing:1px;font-size:.75rem;font-weight:700}.dropdown-user-info strong{color:#0f172a;font-size:1.1rem;font-weight:800}.dropdown-divider{background-color:#f1f5f9;height:1px;margin:6px 4px}@media (max-width:768px){.vibz-header-container{height:60px;padding:0 16px}.vibz-avatar-btn{width:38px;height:38px}.vibz-search-container{width:38px}.vibz-search-toggle-btn{width:38px;height:38px}.vibz-dropdown{width:230px;right:-10px}.hide-on-mobile{display:none!important}.vibz-search-container.open{max-width:250px;margin-left:auto}.vibz-search-expanded{height:38px;padding:0 12px 0 6px}.location-btn{padding:4px 8px}.location-btn svg{font-size:12px}.city-text{display:none}.search-input{padding:0 8px;font-size:.85rem}.close-search-btn svg{font-size:12px}}@media (max-width:400px){.vibz-search-container.open{max-width:200px}.vibz-logo-area img{height:20px}}@media (max-width:768px){.vibz-header-container{height:60px;padding:0 16px}.vibz-avatar-btn{width:38px;height:38px}.vibz-search-container{width:38px}.vibz-search-toggle-btn{width:38px;height:38px}.vibz-dropdown{right:-10px}.hide-on-mobile{display:none!important}.vibz-search-container.open{max-width:250px;margin-left:auto}.vibz-search-expanded{height:38px;padding:0 12px 0 6px}.location-btn{padding:4px 8px}.location-btn svg{font-size:12px}.city-text{display:none}.search-input{padding:0 8px;font-size:.85rem}.close-search-btn svg{font-size:12px}}@media (max-width:400px){.vibz-search-container.open{max-width:200px}.vibz-logo-area img{height:20px}}
:root{--primary-purple:#4c01b5;--bg-page:#f8fafc;--text-dark:#1e293b;--text-medium:#64748b;--text-light:#94a3b8;--border:#e2e8f0}.CadastroEvento-module__dDZd3G__pageWrapper{background-color:var(--bg-page);min-height:100vh;color:var(--text-dark);flex-direction:column;padding-bottom:0;font-family:Urbanist,sans-serif;display:flex;overflow-x:hidden}.CadastroEvento-module__dDZd3G__pageWrapper *,.CadastroEvento-module__dDZd3G__pageWrapper :before,.CadastroEvento-module__dDZd3G__pageWrapper :after{box-sizing:border-box}.CadastroEvento-module__dDZd3G__mainContent{flex:1;width:100%;max-width:900px;margin:0 auto;padding:40px 20px}.CadastroEvento-module__dDZd3G__pageHeader{text-align:center;margin-bottom:40px}.CadastroEvento-module__dDZd3G__pageHeader h1{color:var(--text-dark);letter-spacing:-.02em;margin:0;font-size:2.2rem;font-weight:800}.CadastroEvento-module__dDZd3G__pageHeader p{color:var(--text-medium);margin-top:8px;font-size:1.1rem}.CadastroEvento-module__dDZd3G__backBtn{color:var(--text-medium);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;margin-bottom:12px;font-size:.95rem;font-weight:600;transition:color .2s;display:inline-flex}.CadastroEvento-module__dDZd3G__backBtn:hover{color:var(--primary-purple)}.CadastroEvento-module__dDZd3G__formContainer{flex-direction:column;gap:32px;display:flex}.CadastroEvento-module__dDZd3G__card{border:1px solid var(--border);background:#fff;border-radius:20px;width:100%;padding:32px;transition:transform .2s;box-shadow:0 10px 30px -10px #0000000d}.CadastroEvento-module__dDZd3G__card:hover{transform:translateY(-2px);box-shadow:0 15px 35px -10px #00000014}.CadastroEvento-module__dDZd3G__cardHeader{border-bottom:1px solid #f1f5f9;align-items:center;gap:16px;margin-bottom:30px;padding-bottom:20px;display:flex}.CadastroEvento-module__dDZd3G__iconWrapper{width:48px;height:48px;color:var(--primary-purple);background:#f5f3ff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.4rem;display:flex}.CadastroEvento-module__dDZd3G__cardHeader h3{color:var(--text-dark);margin:0;font-size:1.3rem;font-weight:700}.CadastroEvento-module__dDZd3G__gridTwo{grid-template-columns:1fr 1fr;gap:24px;display:grid}.CadastroEvento-module__dDZd3G__gridDateTime{grid-template-columns:2fr 1fr;gap:16px;display:grid}.CadastroEvento-module__dDZd3G__gridAddressTop{grid-template-columns:1.5fr 3fr .8fr;gap:16px;margin-bottom:16px;display:grid}.CadastroEvento-module__dDZd3G__gridAddressStreet{grid-template-columns:4fr 1fr;gap:16px;margin-bottom:16px;display:grid}.CadastroEvento-module__dDZd3G__inputGroup{flex-direction:column;gap:8px;width:100%;display:flex}.CadastroEvento-module__dDZd3G__inputGroupFull{flex-direction:column;gap:8px;width:100%;margin-bottom:16px;display:flex}.CadastroEvento-module__dDZd3G__label{color:#334155;margin-left:2px;font-size:.9rem;font-weight:700}.CadastroEvento-module__dDZd3G__inputWrapper{align-items:center;width:100%;display:flex;position:relative}.CadastroEvento-module__dDZd3G__inputIcon{color:var(--text-light);pointer-events:none;font-size:1.2rem;position:absolute;left:16px}.CadastroEvento-module__dDZd3G__input,.CadastroEvento-module__dDZd3G__textarea,.CadastroEvento-module__dDZd3G__select{width:100%;height:52px;color:var(--text-dark);box-sizing:border-box;background:#fff;border:1px solid #cbd5e1;border-radius:12px;padding:0 16px;font-family:inherit;font-size:1rem;transition:all .2s}.CadastroEvento-module__dDZd3G__inputWrapper .CadastroEvento-module__dDZd3G__input,.CadastroEvento-module__dDZd3G__inputWrapper .CadastroEvento-module__dDZd3G__select{padding-left:50px}.CadastroEvento-module__dDZd3G__textarea{resize:vertical;height:auto;min-height:140px;padding:16px;line-height:1.6}.CadastroEvento-module__dDZd3G__input:focus,.CadastroEvento-module__dDZd3G__select:focus,.CadastroEvento-module__dDZd3G__textarea:focus,.CadastroEvento-module__dDZd3G__inputSmall:focus{border-color:var(--primary-purple);outline:none;box-shadow:0 0 0 4px #4c01b51a}.CadastroEvento-module__dDZd3G__input::placeholder{color:var(--text-light)}.CadastroEvento-module__dDZd3G__uploadSection{margin-bottom:30px}.CadastroEvento-module__dDZd3G__uploadBox{cursor:pointer;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:16px;justify-content:center;align-items:center;width:100%;height:250px;transition:all .2s;display:flex;position:relative;overflow:hidden}.CadastroEvento-module__dDZd3G__uploadBox:hover{border-color:var(--primary-purple);background:#f5f3ff}.CadastroEvento-module__dDZd3G__uploadPlaceholder{color:var(--text-medium);flex-direction:column;align-items:center;gap:10px;font-weight:500;display:flex}.CadastroEvento-module__dDZd3G__imagePreview{object-fit:cover;width:100%;height:100%}.CadastroEvento-module__dDZd3G__imageOverlay{color:#fff;text-align:center;opacity:0;background:#0009;padding:10px;transition:all .3s;position:absolute;bottom:0;left:0;right:0}.CadastroEvento-module__dDZd3G__uploadBox:hover .CadastroEvento-module__dDZd3G__imageOverlay{opacity:1}.CadastroEvento-module__dDZd3G__sessionCard,.CadastroEvento-module__dDZd3G__ticketTypeCard{border:1px solid var(--border);background:#f8fafc;border-radius:12px;width:100%;margin-bottom:16px;padding:24px}.CadastroEvento-module__dDZd3G__ticketTypeCard{background:#fcfcfc;position:relative}.CadastroEvento-module__dDZd3G__sessionHeader,.CadastroEvento-module__dDZd3G__ticketTypeHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.CadastroEvento-module__dDZd3G__ticketTypeHeader{border-bottom:1px solid #f1f5f9;align-items:flex-end;gap:16px;padding-bottom:20px}.CadastroEvento-module__dDZd3G__sessionHeader h4{color:var(--primary-purple);margin:0;font-size:1rem;font-weight:700}.CadastroEvento-module__dDZd3G__batchesContainer{background:#f1f5f9;border:1px dashed #cbd5e1;border-radius:12px;padding:20px}.CadastroEvento-module__dDZd3G__batchTitle{color:var(--text-medium);text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-size:.85rem;font-weight:700}.CadastroEvento-module__dDZd3G__batchRow{grid-template-columns:2fr 1.5fr 1fr auto;align-items:center;gap:12px;margin-bottom:12px;display:grid}.CadastroEvento-module__dDZd3G__inputSmall{width:100%;height:42px;color:var(--text-dark);background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:0 12px;font-size:.95rem}.CadastroEvento-module__dDZd3G__inputWrapper .CadastroEvento-module__dDZd3G__inputSmall{padding-left:36px}.CadastroEvento-module__dDZd3G__currencyPrefix{color:var(--text-medium);pointer-events:none;font-size:.9rem;font-weight:600;position:absolute;left:12px}.CadastroEvento-module__dDZd3G__addBtnSmall,.CadastroEvento-module__dDZd3G__addBatchBtn{border:2px dashed var(--text-light);color:var(--text-medium);cursor:pointer;background:#fff;border-radius:12px;justify-content:center;align-items:center;gap:8px;font-weight:600;transition:all .2s;display:flex}.CadastroEvento-module__dDZd3G__addBtnSmall{width:100%;margin-top:10px;padding:14px;font-size:.95rem}.CadastroEvento-module__dDZd3G__addBatchBtn{color:var(--primary-purple);background:0 0;border:none;border-radius:6px;margin-top:16px;padding:4px 8px}.CadastroEvento-module__dDZd3G__addBtnSmall:hover,.CadastroEvento-module__dDZd3G__addBatchBtn:hover{color:var(--primary-purple);border-color:var(--primary-purple);background:#f5f3ff}.CadastroEvento-module__dDZd3G__trashBtn,.CadastroEvento-module__dDZd3G__removeBatchBtn{color:#ef4444;cursor:pointer;background:#fee2e2;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.CadastroEvento-module__dDZd3G__trashBtn{border-radius:10px;width:42px;height:42px}.CadastroEvento-module__dDZd3G__removeBatchBtn{border-radius:8px;width:36px;height:36px}.CadastroEvento-module__dDZd3G__trashBtn:hover,.CadastroEvento-module__dDZd3G__removeBatchBtn:hover{background:#fecaca}.CadastroEvento-module__dDZd3G__addBtnFull{color:#16a34a;cursor:pointer;background:#f0fdf4;border:2px dashed #16a34a;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:24px;padding:16px;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.CadastroEvento-module__dDZd3G__addBtnFull:hover{background:#dcfce7}.CadastroEvento-module__dDZd3G__submitButton{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#4c01b5 0%,#7c3aed 100%);border:none;border-radius:16px;width:100%;margin-top:20px;padding:20px;font-size:1.15rem;font-weight:800;transition:all .3s;box-shadow:0 10px 25px -5px #4c01b566}.CadastroEvento-module__dDZd3G__submitButton:hover{filter:brightness(1.1);transform:translateY(-3px);box-shadow:0 15px 35px -5px #4c01b580}.CadastroEvento-module__dDZd3G__submitButton:disabled{cursor:not-allowed;box-shadow:none;background:#cbd5e1;transform:none}.CadastroEvento-module__dDZd3G__divider{background:var(--border);height:1px;margin:32px 0}.CadastroEvento-module__dDZd3G__infoSwitchContainer{border:1px solid var(--border);background:#f8fafc;border-radius:16px;align-items:center;gap:15px;margin-bottom:20px;padding:20px;display:flex}.CadastroEvento-module__dDZd3G__switch{flex-shrink:0;width:52px;height:28px;display:inline-block;position:relative}.CadastroEvento-module__dDZd3G__hiddenCheckbox{opacity:0;width:0;height:0}.CadastroEvento-module__dDZd3G__slider{cursor:pointer;background-color:#cbd5e1;border-radius:34px;transition:all .4s;position:absolute;inset:0}.CadastroEvento-module__dDZd3G__slider:before{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .4s;position:absolute;bottom:4px;left:4px;box-shadow:0 2px 4px #0003}.CadastroEvento-module__dDZd3G__hiddenCheckbox:checked+.CadastroEvento-module__dDZd3G__slider{background-color:var(--primary-purple)}.CadastroEvento-module__dDZd3G__hiddenCheckbox:checked+.CadastroEvento-module__dDZd3G__slider:before{transform:translate(24px)}.CadastroEvento-module__dDZd3G__checkboxLabel{color:#475569;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;margin:0;font-size:.95rem;font-weight:600;display:flex}.CadastroEvento-module__dDZd3G__checkbox{width:18px;height:18px;accent-color:var(--primary-purple);cursor:pointer;flex-shrink:0}.CadastroEvento-module__dDZd3G__highlightGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;display:grid}.CadastroEvento-module__dDZd3G__highlightCard{border:2px solid var(--border);cursor:pointer;background:#fff;border-radius:16px;flex-direction:column;justify-content:space-between;padding:24px;transition:all .3s;display:flex}.CadastroEvento-module__dDZd3G__highlightCard:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000000d}.CadastroEvento-module__dDZd3G__highlightCard.CadastroEvento-module__dDZd3G__active{border-color:var(--text-medium);background:#f8fafc}.CadastroEvento-module__dDZd3G__highlightCard.CadastroEvento-module__dDZd3G__activeStandard{border-color:var(--primary-purple);background:#f5f3ff}.CadastroEvento-module__dDZd3G__highlightCard.CadastroEvento-module__dDZd3G__activePremium{background:#fffbeb;border-color:#f59e0b}.CadastroEvento-module__dDZd3G__questionList{flex-direction:column;gap:16px;margin-bottom:20px;display:flex}.CadastroEvento-module__dDZd3G__questionCard{border:1px solid var(--border);background-color:#f8fafc;border-radius:12px;width:100%;padding:20px;position:relative}.CadastroEvento-module__dDZd3G__questionRow{grid-template-columns:3fr 1.5fr;align-items:start;gap:16px;margin-bottom:12px;display:grid}.CadastroEvento-module__dDZd3G__questionFooter{justify-content:space-between;align-items:center;margin-top:16px;display:flex}.CadastroEvento-module__dDZd3G__deleteQuestionBtn{color:#ef4444;cursor:pointer;background:#fee2e2;border:1px solid #0000;border-radius:8px;align-items:center;gap:8px;padding:10px 14px;font-size:.9rem;font-weight:700;transition:all .2s;display:flex}.CadastroEvento-module__dDZd3G__deleteQuestionBtn:hover{color:#b91c1c;background:#fca5a5}.CadastroEvento-module__dDZd3G__addQuestionBtn{width:100%;color:var(--text-medium);cursor:pointer;background-color:#fff;border:2px dashed #cbd5e1;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:16px;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.CadastroEvento-module__dDZd3G__addQuestionBtn:hover{border-color:var(--primary-purple);color:var(--primary-purple);background-color:#f5f3ff}@keyframes CadastroEvento-module__dDZd3G__skeletonPulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.CadastroEvento-module__dDZd3G__skeletonPulse{background-color:#e2e8f0;animation:1.5s ease-in-out infinite CadastroEvento-module__dDZd3G__skeletonPulse}.CadastroEvento-module__dDZd3G__skTitle{border-radius:8px;height:40px;margin:0 auto 10px}.CadastroEvento-module__dDZd3G__skSubtitle{border-radius:4px;height:20px;margin:0 auto 40px}.CadastroEvento-module__dDZd3G__skCard{background:#fff;border:1px solid #e2e8f0;border-radius:20px;margin-bottom:32px;padding:32px}.CadastroEvento-module__dDZd3G__skInput{border-radius:12px;width:100%;height:52px}.CadastroEvento-module__dDZd3G__skLabel{border-radius:4px;width:100px;height:16px;margin-bottom:8px}.CadastroEvento-module__dDZd3G__skImage{border-radius:16px;width:100%;height:250px;margin-bottom:10px}.CadastroEvento-module__dDZd3G__skButton{border-radius:14px;width:100%;height:56px;margin-top:20px}@media (max-width:768px){.CadastroEvento-module__dDZd3G__mainContent{padding:20px 16px}.CadastroEvento-module__dDZd3G__pageHeader h1{font-size:1.8rem}.CadastroEvento-module__dDZd3G__pageHeader p{font-size:1rem}.CadastroEvento-module__dDZd3G__card{border-radius:16px;padding:24px 16px}.CadastroEvento-module__dDZd3G__uploadBox{height:180px}.CadastroEvento-module__dDZd3G__gridTwo,.CadastroEvento-module__dDZd3G__gridDateTime,.CadastroEvento-module__dDZd3G__gridAddressTop,.CadastroEvento-module__dDZd3G__gridAddressStreet{grid-template-columns:1fr;gap:16px}.CadastroEvento-module__dDZd3G__ticketTypeHeader{flex-direction:column;align-items:stretch;gap:16px}.CadastroEvento-module__dDZd3G__batchRow{grid-template-columns:1fr 1fr;gap:12px}.CadastroEvento-module__dDZd3G__batchRow>:first-child{grid-column:span 2}.CadastroEvento-module__dDZd3G__removeBatchBtn{grid-column:span 2;width:100%}.CadastroEvento-module__dDZd3G__inputWrapper .CadastroEvento-module__dDZd3G__input,.CadastroEvento-module__dDZd3G__inputWrapper .CadastroEvento-module__dDZd3G__select{padding-left:44px}.CadastroEvento-module__dDZd3G__inputIcon{left:14px}.CadastroEvento-module__dDZd3G__questionRow{grid-template-columns:1fr;gap:12px}.CadastroEvento-module__dDZd3G__questionFooter{flex-direction:row;justify-content:space-between;align-items:center;gap:16px}.CadastroEvento-module__dDZd3G__deleteQuestionBtn{justify-content:center;width:auto}.CadastroEvento-module__dDZd3G__highlightGrid{grid-template-columns:1fr}.CadastroEvento-module__dDZd3G__sessionCard,.CadastroEvento-module__dDZd3G__ticketTypeCard{padding:16px}}@media (max-width:480px){.CadastroEvento-module__dDZd3G__batchRow{flex-direction:column;gap:10px;display:flex}.CadastroEvento-module__dDZd3G__batchRow>*{width:100%}.CadastroEvento-module__dDZd3G__cardHeader{flex-direction:column;align-items:flex-start;gap:12px}.CadastroEvento-module__dDZd3G__submitButton{padding:16px;font-size:1.05rem}}
