.empty-state-toolbar{border-bottom:.75px solid #e6e6e6;flex-shrink:0;justify-content:space-between;align-items:center;min-height:52px;padding:10px 16px;display:flex}[data-theme=dark] .empty-state-toolbar{border-bottom-color:#2d2f2f}.empty-state-toolbar-left,.empty-state-toolbar-right{align-items:center;gap:8px;display:flex}.empty-upload-wrapper{flex:1;justify-content:center;align-items:center;padding:24px;display:flex;overflow-y:auto}.empty-upload-container{background-color:#f8f8f8;border-radius:32px;flex-direction:column;gap:12px;width:100%;max-width:440px;padding:24px;display:flex}[data-theme=dark] .empty-upload-container{background:#2a2d2e}.empty-upload-box{text-align:center;cursor:pointer;background:#fff;border:1px dashed #cacaca;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:48px 32px;transition:all .25s;display:flex}.empty-upload-box:hover{background:#fdfdfd;border-color:#a0a0a0}.empty-upload-box.dragging{border-color:var(--bg-all,#3b82f6);background:#3b82f60a}.empty-upload-box.has-files{cursor:default;background:#fff;align-items:stretch;padding:24px}.empty-upload-box.has-files:hover{background:#fff;border-color:#d0d0d0}[data-theme=dark] .empty-upload-box{background:#181818;border:1px dashed #ffffff52}[data-theme=dark] .empty-upload-box:hover{border-color:#fff}[data-theme=dark] .empty-upload-box.dragging{border-color:var(--bg-all,#3b82f6);background:#3b82f614}[data-theme=dark] .empty-upload-box.has-files{background:#252525}[data-theme=dark] .empty-upload-box.has-files:hover{background:#252525;border-color:#404040}.empty-upload-box.disabled-box{opacity:.6;pointer-events:none;background-color:#f5f5f5;cursor:not-allowed!important}[data-theme=dark] .empty-upload-box.disabled-box{opacity:.5;background-color:#1a1a1a}.empty-upload-icon-wrapper{color:#000;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.empty-upload-icon{width:32px;height:32px}[data-theme=dark] .empty-upload-icon-wrapper{color:#fff}.empty-upload-text{color:#000;margin-bottom:8px;font-size:17px;font-weight:500;line-height:1.4}[data-theme=dark] .empty-upload-text{color:#efefef}.empty-upload-hint{color:#888;margin-bottom:14px;font-size:14px;font-weight:500}[data-theme=dark] .empty-upload-hint{color:#999}.empty-upload-btn{cursor:pointer;width:100%;transition:opacity .2s;color:#fff!important;background:#000!important;border:none!important;border-radius:8px!important;padding:12px 48px!important;font-size:14px!important;font-weight:500!important}.empty-upload-btn:hover{opacity:.85;color:#fff!important;background:#000!important}.empty-upload-btn:disabled{opacity:.5;cursor:not-allowed}[data-theme=dark] .empty-upload-btn,[data-theme=dark] .empty-upload-btn:hover{color:#000!important;background:#fff!important}.selected-files-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.selected-files-title{color:#333;font-size:14px;font-weight:600}[data-theme=dark] .selected-files-title{color:#ccc}.add-more-btn{color:#555;cursor:pointer;background:0 0;border:1px solid #ddd;border-radius:8px;padding:6px 14px;font-size:13px;font-weight:500;transition:all .2s}.add-more-btn:hover{color:#333;background:#f0f0f0;border-color:#bbb}[data-theme=dark] .add-more-btn{color:#aaa;border-color:#444}[data-theme=dark] .add-more-btn:hover{color:#fff;background:#333;border-color:#666}.selected-files-list{flex-direction:column;gap:8px;max-height:280px;margin-bottom:16px;display:flex;overflow-y:auto}.selected-file-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;align-items:center;gap:12px;padding:10px 12px;transition:all .2s;animation:.25s ease-out fileCardSlideIn;display:flex}@keyframes fileCardSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.selected-file-card:hover{border-color:#d0d0d0;box-shadow:0 2px 8px #0000000a}.selected-file-card.upload-done{background:#f6fef7;border-color:#c3e6cb}.selected-file-card.upload-error{background:#fef6f6;border-color:#f5c6cb}[data-theme=dark] .selected-file-card{background:#242424;border-color:#3a3a3a}[data-theme=dark] .selected-file-card:hover{border-color:#555}[data-theme=dark] .selected-file-card.upload-done{border-color:#2d5a2d}[data-theme=dark] .selected-file-card.upload-error{background:#2e1a1a;border-color:#5a2d2d}.selected-file-preview{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.selected-file-img{object-fit:cover;border-radius:8px;width:100%;height:100%}.selected-file-pdf-icon{background:#fafafa;border:.5px solid #00000014;border-radius:12px;justify-content:center;align-items:center;padding:10px;display:flex}[data-theme=dark] .selected-file-pdf-icon{background-color:#2d2e2e;border-color:#404040}.selected-file-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.selected-file-name{color:#1e1e1e;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.selected-file-name.clickable{color:var(--color-primary)}[data-theme=dark] .selected-file-name{color:#e0e0e0}[data-theme=dark] .selected-file-name.clickable{color:#fff}.selected-file-size{color:#888;font-size:12px;font-weight:400}[data-theme=dark] .selected-file-size{color:#777}.upload-status-done{color:#16a34a;font-weight:500}.upload-status-error{color:#dc2626;font-weight:500}.upload-status-uploading{color:var(--bg-all,#3b82f6);font-weight:500}.selected-file-actions{flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.remove-file-btn{color:#888;cursor:pointer;background:#f3f3f3;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.remove-file-btn:hover{color:#dc2626;background:#fee2e2}[data-theme=dark] .remove-file-btn{color:#888;background:#333}[data-theme=dark] .remove-file-btn:hover{color:#f87171;background:#3d1515}.add-more-btn.disabled,.remove-file-btn.disabled{opacity:.5;cursor:not-allowed;pointer-events:none!important}.status-icon-done path{stroke:#16a34a}.status-icon-error path{fill:#dc2626}.mini-spinner{border:2px solid #e0e0e0;border-top-color:var(--bg-all,#3b82f6);border-radius:50%;width:18px;height:18px;animation:.6s linear infinite miniSpin}@keyframes miniSpin{to{transform:rotate(360deg)}}.upload-action-row{gap:8px;display:flex}.upload-error-message{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:500;animation:.3s errorShake;display:flex}@keyframes errorShake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}[data-theme=dark] .upload-error-message{color:#f87171;background:#2e1a1a;border-color:#5a2d2d}
[data-theme=dark] .content-view{background:var(--sidebar-bg);border:1px solid #2d2f2f}.content-view{border:1px solid var(--box-border-color);background:#fff;border-radius:20px;flex:1;min-width:400px;transition:background .3s}.no-file-selected,.content-view-loader{color:#939393;justify-content:center;align-items:center;width:100%;height:100%;font-size:16px;font-weight:500;display:flex}@keyframes spin{to{transform:rotate(360deg)}}.content-view.normal,.content-view.wide,.content-view.full{flex:1;min-width:0}.main-wrapper-ai-inbox{flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.fit-rotated{transition:transform .3s;transform:rotate(90deg)}.pdf_arrow_up{width:15px;height:15px;transform:rotate(90deg)}.pdf_arrow_down{width:15px;height:15px;transform:rotate(-90deg)}.pdf_toggle_btn svg,.pdf_down_btn svg{width:20px;height:20px;padding:0}.pdf_action_btn,.pdf_toggle_btn,.pdf_down_btn{border:unset;cursor:pointer;background:0 0;outline:none}.pdf_action_btn:disabled{opacity:.3;cursor:not-allowed}[data-theme=dark] .pdf_action_btn svg path[fill]:not([fill=none]),[data-theme=dark] .pdf_down_btn svg path[fill]:not([fill=none]){fill:var(--color-primary)}[data-theme=dark] .pdf_action_btn svg path[stroke],[data-theme=dark] .pdf_down_btn svg path[stroke],[data-theme=dark] .pdf_toggle_btn svg path{stroke:var(--color-primary)}.pdf_page{background:#f1f1f1;border:1px solid #00000008;border-radius:4px;align-items:center;gap:2px;display:flex;box-shadow:0 1px 2px #00000005}[data-theme=dark] .pdf_page{background:#2a2a2a;border-color:#ffffff0d}.pdf_page_num_box{cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:4px;min-width:65px;height:30px;padding:0 10px;transition:all .2s;display:flex}.pdf_page_num_box:hover,.pdf_page_num_box.active{border-color:var(--color-primary);background:#fff;box-shadow:0 2px 8px #6366f11a}.pdf_page_input_inner{text-align:center;color:#000;background:0 0;border:none;outline:none;width:24px;padding:0;font-size:14px;font-weight:700}.pdf_page_current{text-align:center;color:#000;min-width:24px;font-size:14px;font-weight:700;display:inline-block}.pdf_page_divider,.pdf_page_total{color:#888;font-size:14px;font-weight:600}[data-theme=dark] .pdf_page_num_box:hover,[data-theme=dark] .pdf_page_num_box.active{background:#1a1a1a;border-color:#fff;box-shadow:0 2px 8px #818cf833}[data-theme=dark] .pdf_page_input_inner,[data-theme=dark] .pdf_page_current{color:#fff}.pdf_action_btn{background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:flex}.pdf_action_btn:hover:not(:disabled){background:#ebebed;border-radius:4px}.prev-page-btn:hover:not(:disabled){border-radius:4px 0 0 4px}.next-page-btn:hover:not(:disabled){border-radius:0 4px 4px 0}[data-theme=dark] .pdf_action_btn:hover:not(:disabled){background:#2d2f2f}.pdf_zooming{text-align:center;width:55px;min-width:55px;max-width:60px;height:25px;color:var(--color-primary);background:#f5f5f5;border:.5px solid #00000014;border-radius:4px;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}[data-theme=dark] .pdf_zooming{background:#2a2a2a;border:.5px solid #00000014}.translate_btn{color:#fff;text-transform:capitalize;white-space:nowrap;cursor:pointer;background:#000;border:.5px solid #00000014;border-radius:4px;align-items:center;gap:6px;height:32px;padding:0 10px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.translate_btn:disabled{opacity:.6;cursor:not-allowed}.translate_btn_done{color:#10b981;background:#10b98126;border:1px solid #10b9814d}.pdf-container{background:0 0;justify-content:center;width:100%;height:85vh;padding-top:15px;display:flex}.pdf-card{background:#fff;border-radius:10px;flex-direction:column;align-items:center;width:100%;max-width:100%;height:85vh;padding:1.5rem;transition:all .3s;display:flex;overflow:auto;box-shadow:0 8px 24px #0000001a}[data-theme=dark] .toolbar_content{background:var(--sidebar-bg);border-bottom:1px solid #2d2f2f}.toolbar_content{border-bottom-width:1px;border-bottom:1px solid var(--box-border-color);background:#fff;border-top-left-radius:20px;border-top-right-radius:20px;flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;padding:15px 25px;display:flex}button,a.btn{justify-content:center;align-items:center;gap:.3rem;display:flex}[data-theme=dark] .translate_btn{background:#404040}.translate_btn{color:#fff;background:#000;border:none;border-radius:6px;padding:6px 12px}.translate_btn.dropdown-toggle:after{vertical-align:.25em;margin-left:8px}.pdf_page_num{text-align:center;min-width:60px}.drop_main label{color:var(--color-primary);font-size:14px;font-weight:600}.drop_main_sub label{color:var(--color-secondary);font-size:14px;font-weight:500}.drop_main_sub select:focus{border-color:var(--bg-all);outline:unset;box-shadow:unset}.drop_main{z-index:999;background:#fff;border-radius:12px;width:300px;position:absolute;top:120%;box-shadow:0 0 20px #0000001f}.download_dp{z-index:1000;background:#fff;border:1px solid #e0d7cd;border-radius:8px;min-width:130px;position:absolute;top:120%;right:0;box-shadow:0 0 16px #00000040}.download_dp a,.download_dp a,.download_dp button{font-size:14px;font-weight:500}.pdf-viewer-layout{background:#e8e8e8;border-radius:0 0 20px 20px;flex:1;width:100%;height:calc(100vh - 80px);display:flex;overflow:hidden}[data-theme=dark] .pdf-viewer-layout{background:#1a1a1a}.pdf-thumbnails-sidebar{scrollbar-width:none;scroll-behavior:smooth;background:#f8f9fa;border-right:1px solid #0000001a;flex-direction:column;align-items:center;width:120px;min-width:120px;padding:16px 0;display:flex;overflow-y:auto}.pdf-viewer-container-wrapper{background:#f0f2f5;flex:1;height:100%;padding-right:4px;position:relative;overflow:hidden}[data-theme=dark] .pdf-viewer-container-wrapper{background:#1a1a1a}[data-theme=dark] .pdf-thumbnails-sidebar{background:#2a2a2a}.thumbnail-wrapper{cursor:pointer;border-radius:8px;flex-direction:column;align-items:center;width:96px;padding:8px;transition:background .2s;display:flex}.thumbnail-wrapper:hover{background:#0000000d}[data-theme=dark] .thumbnail-wrapper:hover{background:#ffffff0d}.thumbnail-wrapper.active{background:#8b5cf61a}[data-theme=dark] .thumbnail-wrapper.active{background:#8b5cf633}.thumbnail-wrapper .react-pdf__Page{background:#fff;transition:transform .2s;box-shadow:0 2px 8px #0000001a}[data-theme=dark] .thumbnail-wrapper .react-pdf__Page{background:#2a2a2a!important}.thumbnail-wrapper.active .react-pdf__Page{border:1px solid #8b5cf6}.thumbnail-wrapper .react-pdf__Page,.thumbnail-wrapper .react-pdf__Page__canvas{border-radius:6px}.thumb-label{color:#666;margin-top:8px;font-size:12px;font-weight:500}.thumbnail-wrapper.active .thumb-label{color:#8b5cf6;font-weight:700}[data-theme=dark] .thumb-label{color:#aaa}.pdf-viewer-container{scroll-behavior:auto;box-sizing:border-box;background:#f0f2f5;flex:1;width:100%;height:100%;display:block;position:relative;overflow:auto scroll}.pdf-viewer-container *{box-sizing:border-box;border-radius:8px}[data-theme=dark] .pdf-viewer-container{background:#1a1a1a}.pdf-viewer-container.pdf-split-mode{background:#f0f0f0;overflow:auto}.pdf-viewer-container.pdf-split-mode .pdf-viewer-workspace{flex-direction:row;justify-content:center;align-items:flex-start;gap:20px;display:flex}[data-theme=dark] .pdf-viewer-container.pdf-split-mode{background:#141414}.pdf-viewer-workspace{width:fit-content;min-width:min-content;min-height:100%;margin:0 auto;padding:24px;display:block;position:relative}.react-pdf__Document{flex-direction:column;gap:12px;display:flex}.pdf-viewer-container:not(.pdf-split-mode) .pdf-viewer-workspace{flex-direction:column;align-items:center;gap:24px;min-width:max-content;padding:20px;display:flex}.pdf-panel-wrapper{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.pdf-panel-label{letter-spacing:1.5px;text-transform:uppercase;color:#666;-webkit-user-select:none;user-select:none;background:#0000000f;border:1px solid #00000014;border-radius:20px;margin-bottom:12px;padding:5px 14px;font-size:10px;font-weight:700;box-shadow:0 2px 4px #0000000a}[data-theme=dark] .pdf-panel-label{color:#aaa;background:#ffffff0f;border-color:#ffffff14}.pdf-panel-label.translated{color:#10b981;background:#10b98114;border-color:#10b98126}.pdf-panel-page{border-radius:4px;flex-direction:column;align-items:center;display:flex;position:relative;overflow:visible}.overlay-text-block{z-index:50}.overlay-text-block:after{content:"";pointer-events:auto;background:0 0;width:40px;height:40px;display:none;position:absolute;top:-40px;right:0}.overlay-text-block:hover:after{display:block}.overlay-text-copy-btn{color:#fff;cursor:pointer;z-index:10000;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;background-color:#1e1e1e;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-size:11px;font-weight:600;transition:opacity .2s,transform .2s,visibility 0s linear .3s;display:flex;position:absolute;top:-36px;right:0;transform:translateY(8px)scale(.95);box-shadow:0 4px 12px #0006}.overlay-text-copy-btn.visible{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .2s,transform .2s,visibility linear;transform:translateY(0)scale(1)}.overlay-text-copy-btn:hover{background-color:#2d2f2f;transform:translateY(-2px);box-shadow:0 6px 16px #00000080}.overlay-text-copy-btn:active{transform:translateY(0)scale(.95)}.overlay-text-copy-btn svg{width:14px;height:14px}.overlay-text-copy-btn svg path{stroke:#fff}.pdf-viewer-container:not(.pdf-split-mode) .pdf-panel-page{box-shadow:none;background:0 0;overflow:visible}[data-theme=dark] .pdf-panel-page{box-shadow:0 4px 12px #0003,0 24px 48px -12px #0006}[data-theme=dark] .pdf-viewer-container:not(.pdf-split-mode) .pdf-panel-page{box-shadow:none}.pdf-page-wrapper{border-radius:4px;overflow:hidden}[data-theme=dark] .pdf-page-wrapper{box-shadow:0 4px 12px #0003,0 24px 48px -12px #0006}.pdf-page-wrapper:last-child{margin-bottom:0}.pdf-translation-loading{background:#fff;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;display:flex}.pdf-split-divider{z-index:10;flex-shrink:0;justify-content:center;align-self:flex-start;align-items:center;width:32px;margin-top:200px;display:flex;position:sticky;top:50%}.pdf-split-divider-icon{color:#999;background:#e5e5e5;border:1px solid #00000014;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;box-shadow:0 2px 8px #00000014}[data-theme=dark] .pdf-split-divider-icon{color:#aaa;background:#333;border-color:#ffffff1a}.pdf-split-divider-icon:hover{background:var(--bg-all,#3b82f6);color:#fff;border-color:#0000;transform:scale(1.1)}.toolbar-language-select-wrapper{align-items:center;display:flex;position:relative}.toolbar-language-icon{color:#666;pointer-events:none;z-index:1;position:absolute;left:10px}[data-theme=dark] .toolbar-language-icon{color:#aaa}.toolbar-language-select{appearance:none;color:#333;cursor:pointer;background-color:#f5f5f5;border:1px solid #ddd;border-radius:6px;outline:none;min-width:140px;height:32px;padding:0 32px;font-size:13px;font-weight:500;transition:all .2s}.toolbar-language-select:hover{background-color:#eee;border-color:#ccc}.toolbar-language-select:disabled{opacity:.5;cursor:not-allowed}[data-theme=dark] .toolbar-language-select{color:#ddd;background-color:#333;border-color:#555}[data-theme=dark] .toolbar-language-select:hover{background-color:#444;border-color:#666}.toolbar-language-chevron{color:#666;pointer-events:none;position:absolute;right:10px}[data-theme=dark] .toolbar-language-chevron{color:#aaa}.toolbar-reset-btn{color:#ef4444;border-radius:4px;padding:4px;transition:all .2s}.toolbar-reset-btn svg{width:12px;height:12px}.toolbar-reset-btn:hover{background:#ef44441a}.animate-spin{animation:1s linear infinite spin}.pdf-panel-page .react-pdf__Page{background-color:#fff!important}.pdf-panel-page .react-pdf__Page canvas{max-width:100%;display:block;height:auto!important}.pdf-viewer-container:not(.pdf-split-mode) .pdf-page-wrapper .react-pdf__Page canvas{display:block}.pdf-translation-overlay{z-index:1000;-webkit-backdrop-filter:blur(12px);background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:24px;animation:.2s overlayFadeIn;display:flex;position:absolute;inset:0}.pdf-viewer-container,.pdf-thumbnails-sidebar{scroll-behavior:auto!important}[data-theme=dark] .pdf-translation-overlay{background:#181818}.pdf-translation-overlay-text{color:#1e1e1e;letter-spacing:.3px;margin-top:20px;font-size:15px;font-weight:600}[data-theme=dark] .pdf-translation-overlay-text{color:#bbb}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.pdf-loading-spinner{border:3px solid #0000001a;border-top-color:var(--color-primary);will-change:transform;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite pdf-spin}[data-theme=dark] .pdf-loading-spinner{border-color:#ffffff1a;border-top-color:var(--color-primary)}@keyframes pdf-spin{to{transform:rotate(360deg)}}.pdf-loading-hidden{opacity:0!important;pointer-events:none!important;visibility:hidden!important}.ai-main-layout.comparing-mode .content-view{flex:1}.pdf-mobile-tabs{display:none!important}[data-theme=dark] .top-pdf-close-icon svg path{stroke:#fff}.top-pdf-close-icon svg{cursor:pointer;width:15px;height:auto}@media (max-width:1024px){.content-view{border-radius:0!important;flex:100%!important;width:100%!important;min-width:100%!important;max-width:100%!important;margin:0!important}.pdf-thumbnails-sidebar{display:none!important}.thumbnail-wrapper{width:64px!important;min-height:100px!important;padding:6px!important}.thumbnail-wrapper canvas{width:100%!important;height:auto!important}.pdf-mobile-tabs{z-index:1000;background:#f1f1f1;border:1px solid #0000000d;border-radius:12px;align-items:center;gap:0;width:fit-content;margin:15px auto 25px;padding:4px;position:sticky;top:15px;box-shadow:0 2px 10px #00000014;display:flex!important}[data-theme=dark] .pdf-mobile-tabs{background:#2d2f2f;border-color:#ffffff1a;box-shadow:0 4px 15px #0006}.pdf-mobile-tab{color:#64748b;cursor:pointer;text-align:center;text-transform:uppercase;letter-spacing:.5px;background:0 0;border:none;border-radius:10px;flex:none;min-width:120px;padding:10px 24px;font-size:13px;font-weight:700;line-height:1.2;transition:all .2s}[data-theme=dark] .pdf-mobile-tab{color:#94a3b8}.pdf-mobile-tab.active{color:#0f172a;background:#fff;box-shadow:0 2px 6px #0000001a}[data-theme=dark] .pdf-mobile-tab.active{color:#000;background:#fff;box-shadow:0 2px 6px #0000004d}.pdf-viewer-container.pdf-split-mode .pdf-viewer-workspace{justify-content:flex-start;flex-direction:column!important;align-items:center!important;gap:0!important;padding:0 16px 32px!important}.pdf-panel-wrapper{width:100%!important}.pdf-split-mode .pdf-panel-page{width:100%!important;max-width:100vw!important}.pdf-split-mode canvas{width:100%!important}}
