@charset "UTF-8";.logs-screen,.scraping-screen,.warranties-screen,.dials-page,.companies-view,.reporting{width:100%;height:100%}.logs-screen .navigation,.scraping-screen .navigation,.warranties-screen .navigation,.dials-page .navigation,.companies-view .navigation,.reporting .navigation{display:flex;gap:var(--mg-small)}.logs-screen .navigation button,.scraping-screen .navigation button,.warranties-screen .navigation button,.dials-page .navigation button,.companies-view .navigation button,.reporting .navigation button{padding:0}.logs-screen .navigation button a,.scraping-screen .navigation button a,.warranties-screen .navigation button a,.dials-page .navigation button a,.companies-view .navigation button a,.reporting .navigation button a{padding:6px;text-decoration:none;color:var(--bg-primary);height:100%;align-items:center;display:flex}.logs-screen .navigation button a.active,.scraping-screen .navigation button a.active,.warranties-screen .navigation button a.active,.dials-page .navigation button a.active,.companies-view .navigation button a.active,.reporting .navigation button a.active{background:var(--bg-primary);color:#fff}.logs-screen .log{height:calc(100% - 30px)}.logs-screen .log .header{display:flex;align-items:center}.logs-screen .log .header .header-actions{display:flex;justify-content:center;gap:10px}.logs-screen .log .header h3{flex:1}.logs-screen .log .additional-filters{flex:1;display:flex;gap:5px;align-items:center}.logs-screen .log .additional-filters>*{min-width:150px;flex:1}.logs-screen .log .Log{height:calc(100% - 60px)}:root{--bg-bg: white;--text-primary: black;--bg-primary: #072D6B;--bg-secondary: #009BDF;--bg-tertiary: #F8FDFF;--bg-error: #9B0000;--bg-error-light: #FFF0F0;--bg-success-light: #EAFFF3;--bg-for-approval: #FFF9EA;--bg-hover: #EEFAFF;--border-bg-tertiary: #CCEFFF;--color-primary: white;--color-success-light: #007E38;--color-error: #9B0000;--color-for-approval: #7B5C04;--color-secondary: #072D6B;--color-tertiary: #CCEFFF;--mg-xsmall: 4px;--mg-small: 8px;--mg-medium: 16px;--mg-medium-large: 24px;--mg-large: 32px;--mg-xlarge: 40px;--mg-xxlarge: 64px;--font-face: Mulish;--standard-border-radius: 5px}html,body{background:var(--bg-bg);scroll-behavior:smooth;padding:0;margin:0;height:100%;width:100%;min-height:100vh;color:var(--text-primary)}@supports (-webkit-touch-callout: none){html,body{min-height:-webkit-fill-available;min-height:fill-available}}*{font-family:var(--font-face),sans-serif;box-sizing:border-box;-webkit-font-smoothing:antialiased}body{overflow:auto;position:relative}body .application{min-height:100vh}@supports (-webkit-touch-callout: none){body .application{min-height:-webkit-fill-available;min-height:fill-available}}body .application .public-screen{min-height:100vh}@supports (-webkit-touch-callout: none){body .application .public-screen{min-height:-webkit-fill-available;min-height:fill-available}}#root{width:100%;height:100%;padding:0;margin:0}.main{height:100%;display:flex;flex-direction:column}.main .app-header{min-height:64px}.main .content{padding:var(--mg-medium);gap:var(--mg-medium);height:calc(100% - 64px)}.main .content .sidebar .menu{background:#fff;display:flex;flex-direction:column;gap:var(--mg-xsmall)}.main .content .sidebar .menu a{display:flex;flex-direction:column;min-height:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none;align-items:center;font-weight:800;white-space:nowrap;cursor:pointer;line-height:1;text-decoration:none;padding:15px 5px;margin:2px 0;border:1px solid white;border-radius:5px;color:var(--color-secondary);--color: var(--color-secondary)}.main .content .sidebar .menu a:hover:not(.active){border-color:var(--bg-primary);transition:.1s}.main .content .sidebar .menu a .text{font-weight:700;font-size:13px;line-height:18px}.main .content .sidebar .menu a svg{width:40px;height:40px;margin-bottom:var(--mg-small)}.main .content .sidebar .menu a:first-child{margin-top:0}.main .content .sidebar .menu a:last-child{margin-bottom:0}.main .content .sidebar .menu a.active{background:var(--bg-primary);color:var(--color-primary);--color: var(--color-primary)}.app-header{padding-left:20px}.app-header h3{flex:1}.app-header .logo{text-align:center;width:160px;display:block;text-decoration:none}.app-header .logo svg{width:100px;height:30px;display:block;margin:0 auto}.app-header .logo h3{color:#fff;font-weight:900;font-size:10px;line-height:14px;padding:0;margin:0}.MuiDrawer-root .MuiPaper-root{padding:24px 0}.MuiDrawer-root .MuiPaper-root .logo{display:block;text-decoration:none}.MuiDrawer-root .MuiPaper-root .tabs{display:flex;flex-direction:column;align-items:center}.MuiDrawer-root .MuiPaper-root .tabs a{width:100%;color:var(--color-secondary)}.MuiDrawer-root .MuiPaper-root .logout{text-decoration:none}.MuiDrawer-root .MuiPaper-root .actions .icon-text-button{border:none;width:100%;justify-content:normal;gap:0;color:var(--color-secondary)}.MuiDrawer-root .MuiPaper-root .actions .icon-text-button svg{margin-right:20px;width:20px;height:20px}.MuiAppBar-root.MuiAppBar-colorPrimary,.MuiDrawer-root.MuiAppBar-colorPrimary{background:#163448}.MuiAppBar-root .tabs,.MuiDrawer-root .tabs{width:100%;align-items:center}.MuiAppBar-root .tabs .tab,.MuiDrawer-root .tabs .tab{position:relative}.MuiAppBar-root .tabs .tab:not(:last-of-type):after,.MuiDrawer-root .tabs .tab:not(:last-of-type):after{content:"";position:absolute;right:0;top:40%;height:20%;width:1px;background-color:#fff}.MuiAppBar-root .tab,.MuiAppBar-root .actions .icon-text-button,.MuiDrawer-root .tab,.MuiDrawer-root .actions .icon-text-button{height:64px;display:flex;align-items:center;text-decoration:none;font-weight:500;line-height:17.5px;font-size:17px;padding:var(--mg-medium);text-align:left;color:#fff}.MuiAppBar-root .tab span,.MuiAppBar-root .actions .icon-text-button span,.MuiDrawer-root .tab span,.MuiDrawer-root .actions .icon-text-button span{margin-left:40px}.MuiAppBar-root .tab.active,.MuiAppBar-root .actions .icon-text-button.active,.MuiDrawer-root .tab.active,.MuiDrawer-root .actions .icon-text-button.active{border-bottom:2px solid #00FF00;color:#0f0}.MuiAppBar-root .username,.MuiDrawer-root .username{height:51px;border:none;margin-left:auto;display:flex;background:none;align-items:center;color:#fff;font-weight:700;border-radius:var(--standard-border-radius) var(--standard-border-radius) 0 0}.MuiAppBar-root .username.active,.MuiDrawer-root .username.active{transition:.2s;background:var(--bg-primary);color:var(--color-primary)}.MuiAppBar-root .username svg,.MuiDrawer-root .username svg{width:26px;height:22.5px}.MuiAppBar-root .username span,.MuiDrawer-root .username span{font-weight:700;line-height:15px;text-indent:5px;font-size:15px}.user-popup .MuiPaper-root{box-shadow:0 30px 40px #0000001f;border-radius:0 0 var(--standard-border-radius) var(--standard-border-radius);min-width:fit-content;border:1px solid var(--bg-secondary);border-top:none;margin-top:-1px}.user-popup .MuiPaper-root .logout{border-top:1px solid var(--bg-secondary);text-decoration:none}.user-popup .MuiPaper-root .logout>button{padding:8px}.user-popup .MuiPaper-root button.icon-text-button{color:var(--color-secondary);border:none}.login-form{min-height:100vh;display:flex;justify-content:center;align-items:center}@supports (-webkit-touch-callout: none){.login-form{min-height:-webkit-fill-available;min-height:fill-available}}.login-form .card{width:500px;height:500px}.login-form .card .password-field,.login-form .card .email-field{margin-bottom:10px}.dialog-form-widget .title{display:flex;justify-content:space-between;align-items:center}.dialog-form-widget .title .close{height:40px;width:40px;margin-right:10px}.dialog-form-widget .form-widget>div{margin:5px 0;width:100%}.form-input{width:100%}.section-dialog{display:flex;gap:10px}.section-dialog .form .form-header{display:flex;justify-content:space-between;margin-bottom:10px;align-items:center}.section-dialog .form .form-header h3{margin:0}.section-dialog .sections{width:200px}.section-dialog .sections .section{padding:5px 10px}.section-dialog .sections .section.active{background:#28abf5;color:#fff}.app-loading{height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.app-loading span{width:100px!important;height:100px!important;color:#00f}.app-loading h2{text-align:center}.service-status-unavailable{padding:5px 10px;background:#ff4500;margin:0 var(--mg-medium);font-weight:800;font-size:18px;border-radius:3px}.service-status-unavailable:nth-child(2n){margin:var(--mg-medium)}.notifications{display:flex;flex-direction:column;gap:var(--mg-medium);width:100%}.notifications .header{display:flex;gap:5px}.notifications .header .search-input{flex:1}.notifications .list{flex:1;overflow:auto;height:calc(100% - 100px)}.notifications .list .notification{background-color:#f0f0f0;border:1px solid #ccc;padding:10px;display:flex;gap:20px;align-items:center;margin:10px;box-shadow:0 2px 4px #0000001a;border-radius:4px;font-family:Arial,sans-serif}.notifications .list .notification span:first-child{font-weight:700;min-width:130px}.notifications .list .notification span:last-child{display:flex;align-items:center;gap:5px;color:#fff;padding:5px 10px;border-radius:4px}.email-settings{width:100%}.email-settings .categories{display:flex;gap:10px}.email-settings .categories a.category{display:block;border:1px solid var(--bg-primary);border-radius:5px;box-sizing:border-box;background:none;cursor:pointer;padding:6px 10px;color:var(--bg-primary);text-decoration:none}.email-settings .categories a.category.selected{background:var(--bg-primary);color:#fff}.email-settings .header{display:flex;align-items:center}.email-settings .header h4{flex:1}.email-settings .header .info-button{margin-left:5px}.email-settings .list{width:100%}.email-settings .list .setting{margin-top:5px;border:1px solid black;border-radius:5px;display:flex;gap:5px;align-items:center;width:100%;padding:5px 10px}.email-settings .list .setting .setting-title{flex:1}.email-settings .list .setting .setting-title h4{margin:5px 0 0}.email-settings .list .setting .setting-title h4 a{text-decoration:none}.email-settings .list .setting .setting-title .statistics{display:flex;align-items:center;gap:5px}.email-settings .list .setting .setting-title .statistics>a{text-decoration:none;display:flex;align-items:center}.email-settings .list .setting .setting-title .statistics>a:hover{text-decoration:underline}.email-settings .list .setting .setting-title .last-send{font-size:12px}.email-settings .list .setting .subject{flex:1}.email-settings .list .setting .icon-button.disabled button{background:var(--bg-primary);--color: white}.email-settings-info .variables{font-size:14px;margin-top:10px}.email-settings-info .list-iteration{white-space:pre}.email-settings-info .list-iteration img{width:100%}.condition-form .add-condition-button{margin:10px 0 0 auto}.condition-form .add-condition-button:hover{transition:.2s;background:var(--bg-primary);color:#fff}.condition-form .condition-field .while-label{text-align:center;color:#0009;font-size:14px;margin-bottom:5px}.condition-form .condition-field .condition{display:flex;justify-content:center;align-items:center;gap:5px}.condition-form .condition-field .condition>div{width:100%;min-width:150px}.condition-form .condition-field .condition-form-date-range-input{display:flex;flex-direction:column;gap:5px}.condition-form .condition-field .condition-form-date-range-input>*{width:100%}.email-settings-dialog .MuiDialog-paperScrollPaper{width:700px;height:700px}.email-settings-dialog .file-language-select{display:grid;grid-template-columns:auto auto;grid-column-gap:20px;grid-row-gap:20px;margin-bottom:20px}.email-settings-dialog .files{display:flex;justify-content:center;align-items:center;gap:5px;flex-wrap:wrap}.email-settings-dialog .files .file{align-items:center;display:flex;gap:5px;border:1px solid var(--bg-primary);padding:5px 10px;border-radius:5px;color:var(--bg-primary);font-size:14px;line-height:16px;max-width:150px}.email-settings-dialog .files .file a{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.email-settings-dialog .files .file .icon-button>button{border:none!important}.application-picker{display:flex;flex-direction:column;height:100%}.application-picker .app-header{min-height:56px}.application-picker .applications{padding:var(--mg-medium);display:flex;gap:var(--mg-medium);height:calc(100% - 56px)}.application-picker .applications .app{width:200px;height:80px;padding:5px 10px;border:1px solid blue;border-radius:5px;display:flex;gap:10px;align-items:center;text-decoration:none}.application-picker .applications .app svg{width:35px;height:35px}.application-picker .applications .app div{font-size:20px}.flex-fields{display:flex;gap:5px}.cold-lead{width:100%;height:100%}.cold-lead .detail-header .bar{background:var(--bg-tertiary);border-color:var(--border-bg-tertiary)}.cold-lead .detail-header .bookmark{width:550px!important;background:var(--bg-tertiary);border-color:var(--border-bg-tertiary)}.cold-lead .detail-header .bookmark .cold-lead-button.active button{background:var(--bg-primary);color:#fff;--color: white}.cold-lead .detail-header .bookmark .title .name{text-decoration-line:underline}.cold-lead .info-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))!important}.cold-lead .info-grid .box .row{display:flex;font-size:14px;line-height:16px;margin:15px 0;align-items:center}.cold-lead .info-grid .box .row span:first-child{width:150px;font-weight:600}.cold-lead .info-grid .box .row *:nth-child(2){flex:1;max-height:40px;overflow:auto}.cold-lead .info-grid .company-orders-table{grid-column:span 2}.cold-lead .info-grid .cold-lead-activities{max-height:400px}.cold-lead .info-grid .cold-lead-addresses .address{padding:5px 10px}.cold-lead .info-grid .phone-numbers .phone-number{display:flex;align-items:center;padding:5px 10px}.cold-lead .info-grid .phone-numbers .phone-number a{flex:1}.loading{display:flex;flex-direction:column;gap:5px;z-index:100000000}.MuiDataGrid-cell .actions{display:flex;gap:var(--mg-xsmall);height:100%;justify-content:end;align-items:center}.MuiDataGrid-cell .actions .disabled button{background:var(--bg-primary);--color: white}.MuiDataGrid-cell .actions a{text-decoration:none;color:inherit}.files-segment{margin-top:var(--mg-medium)}.files-segment .table-header{align-items:center}.files-segment .table-header h4{flex:0;margin-right:10px}.files-segment .images{margin-top:10px}.files-segment .attachments,.files-segment .images{display:flex;flex-wrap:wrap;gap:var(--mg-small)}.files-segment .attachments .image,.files-segment .images .image{position:relative}.files-segment .attachments .image img,.files-segment .images .image img{max-width:300px;max-height:250px;object-fit:cover}.files-segment .attachments .image .icon-button,.files-segment .images .image .icon-button{position:absolute;right:10px;top:10px}.files-segment .attachments .image .icon-button>button,.files-segment .images .image .icon-button>button{border:none}.files-segment .attachments .image .icon-button.share,.files-segment .images .image .icon-button.share{right:35px}.files-segment .attachments .file,.files-segment .images .file{align-items:center;display:flex;gap:5px;border:1px solid var(--bg-primary);padding:15px 10px;border-radius:5px;color:var(--bg-primary);font-size:14px;line-height:16px}.files-segment .attachments .file .icon-button>button,.files-segment .images .file .icon-button>button{border:none!important}.dialog-datagrid-detail .header{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 0}.dialog-datagrid-detail h2{padding:0}.dialog-datagrid-detail .MuiPaper-root{min-width:90%;height:90%}.dialog-datagrid-detail .MuiPaper-root .MuiDialogContent-root{display:flex;flex-direction:column}.link-shorterer{width:100%;height:100%;display:flex;flex-direction:column}.link-shorterer .link-input{width:60%;margin:0 auto;display:flex;gap:10px}.link-shorterer .link-input .MuiTextField-root{flex:1;display:block}.link-shorterer .link-input .MuiTextField-root>div{width:100%}.link-shorterer .link-input .save-button{background:#1976d2;padding:10px 25px;outline:none;border:none;border-radius:3px;color:#fff;font-weight:700}.link-shorterer .data-grid{margin-top:20px;height:100%}.link-shorterer .data-grid .link-shortened{display:flex;align-items:center;justify-content:space-between}.product-import-results .results .statistics{margin-bottom:10px}.product-import-results .results .skipped .product-codes{color:#00f;font-size:12px}.product-import-results .results .success .product-codes{color:green;font-size:12px}.product-import-results .results .import-result{font-size:12px}.product-import-results .results .import-result.error{color:#f08080}.price-list{width:100%;height:100%}.price-list>div{margin-bottom:var(--mg-large)}.price-list .detail-header .bar{border-width:1px 0 0 0!important;border-radius:0!important;margin:0 -1px!important;position:relative;background:var(--bg-tertiary);border-color:var(--border-bg-tertiary)}.price-list .detail-header .bookmark{width:700px!important;background:var(--bg-tertiary);border-color:var(--border-bg-tertiary)}.price-list .detail-header .bookmark .title .price-list-name{font-weight:700;text-decoration-line:underline}.price-list .detail-header .bookmark .title .price-list-info{font-weight:300;font-size:10px;line-height:13px}.price-list .note-box{max-width:33%}.price-list .price-list-products .MuiDataGrid-root,.price-list .price-list-companies .MuiDataGrid-root{height:400px}.price-list .price-list-products .table-header .buttons,.price-list .price-list-companies .table-header .buttons{display:flex;width:50%;flex-direction:row;align-items:stretch;justify-content:end}.price-list .price-list-products .table-header .buttons .icon-button,.price-list .price-list-products .table-header .buttons .Dialog-form,.price-list .price-list-companies .table-header .buttons .icon-button,.price-list .price-list-companies .table-header .buttons .Dialog-form{margin:1px}.price-list .price-list-products .table-header .buttons .icon-button .icon-button,.price-list .price-list-products .table-header .buttons .Dialog-form .icon-button,.price-list .price-list-companies .table-header .buttons .icon-button .icon-button,.price-list .price-list-companies .table-header .buttons .Dialog-form .icon-button{display:flex}.price-list .price-list-products .table-header .Dialog-form,.price-list .price-list-products .table-header .icon-button,.price-list .price-list-companies .table-header .Dialog-form,.price-list .price-list-companies .table-header .icon-button{margin-right:2px;display:flex}.product-price-list-add-dialog .MuiPaper-root,.add-product-to-order-dialog .MuiPaper-root{width:600px;height:500px}.product-price-list-add-dialog .product-group .header,.add-product-to-order-dialog .product-group .header{display:flex;justify-content:space-between}.product-price-list-add-dialog .product-group .products .product-checkbox,.add-product-to-order-dialog .product-group .products .product-checkbox{margin-left:15px;display:block}.product-price-list-add-dialog .price-field,.add-product-to-order-dialog .price-field{display:flex;gap:5px;align-items:center}.product-price-list-add-dialog .price-field div:first-child,.add-product-to-order-dialog .price-field div:first-child{flex:1}.product-price-list-add-dialog .price-field .mode,.add-product-to-order-dialog .price-field .mode{width:50px}.product-price-list-add-dialog .product-prices-info,.add-product-to-order-dialog .product-prices-info{display:flex;flex-direction:column;gap:5px}.price-list-product-margin-dialog .MuiPaper-root{min-width:800px;min-height:600px}.price-list-product-margin-dialog .groups .group{margin-bottom:20px}.price-list-product-margin-dialog .groups .group .title{margin-bottom:5px}.price-list-product-margin-dialog .groups .group .margin-text-field{width:100%}.companies-enhanced-filtration .MuiPaper-root{min-width:600px}.companies-enhanced-filtration .additional-fields{display:flex;flex-direction:column;gap:5px}.companies-enhanced-filtration .additional-fields .address{display:flex;align-items:center;gap:10px}.order-enhanced-filtration .MuiPaper-root{min-width:600px}.new-filtration-popup .condition-form-open-button{color:var(--color-secondary);border:none;outline:none}.app-usage-guide{margin-bottom:10px;background:#fff;padding:32px;border-radius:12px;box-shadow:0 4px 20px #0000000d;font-family:Segoe UI,sans-serif;line-height:1.6}.synchronization-stats{display:flex;flex-wrap:wrap;gap:20px}.synchronization-stats .box{border:2px solid #163448;border-radius:5px;padding:20px;flex:1;text-align:center;display:flex;flex-direction:column;gap:10px}.synchronization-stats .box p,.synchronization-stats .box h3{margin:0}.synchronization-stats .box p{font-size:20px}.idoklad-api-guide .header,.app-usage-guide .header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.idoklad-api-guide .header h2,.app-usage-guide .header h2{font-size:1.8rem;font-weight:600;margin:0;color:#1f2d3d}.idoklad-api-guide a,.app-usage-guide a{color:#1e73be;text-decoration:underline}.idoklad-api-guide a:hover,.app-usage-guide a:hover{color:#155a94}.idoklad-api-guide h3,.app-usage-guide h3{margin-bottom:5px}.idoklad-api-guide p,.idoklad-api-guide ol,.app-usage-guide p,.app-usage-guide ol{margin-top:5px;font-size:1rem;color:#333}.idoklad-api-guide ol li img,.app-usage-guide ol li img{max-width:500px}.app-warning-message,.upgates-data-download-message{display:flex;align-items:center;gap:12px;margin:24px 0;padding:16px;background-color:#fff3cd;border-left:4px solid #ffc107;border-radius:6px;color:#856404;font-weight:500}.upgates-data-download-message.error{background-color:#ff3b3b;color:#fff}.upgates-data-download-message.error .messages{flex:1}.upgates-data-download-message.error .suggestion{color:#ff0}.upgates-data-download-message.success{background-color:green;color:#fff}.upgates-data-download-message.success .messages{flex:1}.about-application{max-width:700px;margin:40px auto;padding:30px;background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;font-family:Segoe UI Tahoma,Geneva,Verdana,sans-serif;color:#333}.about-application h2{font-size:2rem;margin-bottom:20px;text-align:center;color:#2c3e50}.about-application p{font-size:1.1rem;line-height:1.6;margin-bottom:20px}.about-application p strong{color:#1e73be}.about-application ul{margin-left:20px;padding-left:0}.about-application ul li{margin-bottom:8px;font-size:1rem;list-style-type:disc}.about-application{background-color:#f9fafb;padding:32px;border-radius:16px;box-shadow:0 6px 30px #00000014;max-width:900px;margin:0 auto 40px}.about-application h2{text-align:center;font-size:2rem;color:#2c3e50;margin-bottom:20px}.about-application p,.about-application ul{font-size:1.1rem;color:#333}.about-application ul{list-style:disc;padding-left:1.5rem;margin-top:1rem}.about-application ul li{margin-bottom:.5rem}.about-application strong{color:#1e73be}.plugin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.plugin-card{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;min-height:300px;overflow:hidden;transition:box-shadow .2s ease}.plugin-card .plugin-content,.plugin-card .plugin-content ul{font-size:14px}.plugin-card h3{font-size:1.2rem;margin-bottom:12px;color:#2c3e50}.plugin-card ul{padding-left:1.2rem;color:#444;font-size:.95rem}.plugin-card ul li{margin-bottom:.4rem}.plugin-card.active{border:2px solid #f8b400;box-shadow:0 0 0 2px #fff,0 0 0 4px #f8b400}.plugin-card .plugin-state{margin-top:16px;font-size:1.1rem;font-weight:600;color:#999;text-align:center}.plugin-card .lock{font-size:1.6rem}.plugin-card .preparing-text{color:#555}.plugin-card .plugin-hover-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease;z-index:2}.plugin-card .plugin-hover-overlay.overlay-visible{opacity:1}.plugin-card .plugin-hover-overlay.overlay-visible:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffd9;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:.3;z-index:-1;pointer-events:none}.plugin-card .plugin-hover-overlay:hover .lock,.plugin-card .plugin-hover-overlay:hover .preparing-text{display:none}.plugin-card .plugin-hover-overlay:hover .plugin-request-button{display:block}.plugin-card .plugin-request-button{display:none;background-color:#1e73be;color:#fff;border:none;padding:10px 18px;font-size:.95rem;border-radius:8px;cursor:pointer;box-shadow:0 2px 10px #0000001a;transition:background-color .2s ease}.plugin-card .plugin-request-button:hover{background-color:#155a94}.company-plugins .MuiPaper-root{min-width:500px}.landing-page{font-family:Segoe UI,sans-serif;color:#2c2c2c;background:#f9fafc;padding:0;margin:0}.landing-page .hero{background:linear-gradient(135deg,#e0f7fa,#f1f8e9);padding:4rem 2rem;text-align:center}.landing-page .hero .hero-content{max-width:800px;margin:0 auto}.landing-page .hero .hero-content h1{font-size:2.5rem;margin-bottom:1rem;color:#00695c}.landing-page .hero .hero-content p{font-size:1.2rem;margin-bottom:2rem}.landing-page .cta-buttons{display:flex;justify-content:center;gap:1rem}.landing-page button.plugin-request-dialog-button,.landing-page button.secondary,.landing-page button.login-button{padding:.75rem 1.5rem;font-size:1rem;border:none;border-radius:8px;cursor:pointer;transition:background .3s ease}.landing-page button.plugin-request-dialog-button,.landing-page button.login-button{background:#26a69a;color:#fff}.landing-page button.plugin-request-dialog-button:hover,.landing-page button.login-button:hover{background:#1e867c}.landing-page button.secondary{background:#fff;border:1px solid #26a69a;color:#26a69a}.landing-page button.secondary:hover{background:#e0f2f1}.landing-page section{padding:3rem 2rem;max-width:1000px;margin:0 auto}.landing-page section h2{text-align:center;font-size:2rem;margin-bottom:2rem}.landing-page .how-it-works ol,.landing-page .faq ul,.landing-page .benefits ul{list-style:none;padding-left:0}.landing-page .how-it-works ol li,.landing-page .faq ul li,.landing-page .benefits ul li{margin-bottom:1rem;font-size:1.1rem}.landing-page .plugin-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.landing-page .plugin-list .plugin-card{background:#fff;padding:0 10px;border-radius:12px;box-shadow:0 4px 12px #0000000d;text-align:left;transition:transform .2s;width:300px;height:300px}.landing-page .plugin-list .plugin-card:hover{transform:translateY(-5px)}.landing-page .plugin-list .plugin-card .icon{font-size:2rem;margin-bottom:.5rem}.landing-page .plugin-list .plugin-card h3{margin-bottom:.5rem;color:#00796b}.landing-page .plugin-list .plugin-card p{font-size:.95rem;color:#555}.landing-page .pricing-table{display:flex;flex-direction:column;gap:1.5rem;align-items:center}@media (min-width: 768px){.landing-page .pricing-table{flex-direction:row;justify-content:space-around}}.landing-page .pricing-table .pricing-option{background:#fff;padding:2rem;border-radius:10px;border:1px solid #e0e0e0;text-align:center;width:100%;max-width:280px}.landing-page .pricing-table .pricing-option h3{margin-bottom:.5rem;color:#004d40}.landing-page .pricing-table .pricing-option .price{font-size:1.8rem;margin-bottom:1rem;color:#009688}.landing-page .pricing-table .pricing-option p{font-size:1rem;color:#444}.landing-page section.contact{background:#fff;padding:3rem 2rem;max-width:800px;margin:0 auto;box-shadow:0 8px 24px #00000014;scroll-margin-top:80px}.landing-page section.contact h2{text-align:center;font-size:2rem;margin-bottom:2rem;color:#00695c}.landing-page section.contact ul{list-style:none;padding:0}.landing-page section.contact ul li{font-size:1rem;margin-bottom:1rem}.landing-page section.contact ul li strong{display:inline-block;min-width:150px;color:#004d40}.landing-page section.contact ul li a{color:#00796b;text-decoration:none}.landing-page section.contact ul li a:hover{text-decoration:underline}.upgates-partner{display:flex;align-items:center;justify-content:center;background:#1c6b87;padding:5px 10px 5px 5px;border-radius:3px;color:#fff;font-weight:600;text-decoration:none}.upgates-partner img{width:25px;height:25px}.landing-page-header .tabs{justify-content:end;display:flex;gap:5px}.landing-page-header .tabs .contact{height:35px;padding:7px 20px;border-radius:5px!important}.landing-page-header .tabs .plugin-request-dialog-button{border:2px solid #26a69a;height:35px;font-weight:600;outline:none}.landing-page-header .tabs .login-link{text-decoration:none}.landing-page-header .tabs .login-button{height:35px;outline:none;display:flex;align-items:center}.plugins-request .MuiPaper-root{width:700px}.plugins-request .MuiDialogContent-root{padding:0 24px}.plugins-request .contact{display:flex;gap:5px}.plugins-request-plugin-list{white-space:normal!important;word-wrap:break-word!important;overflow-wrap:break-word!important;line-height:1.4;overflow:auto!important}.plugins-request-plugin-list>div{max-height:30px}.products{display:flex;flex-direction:column;gap:10px;width:100%}.products .data-grid{flex:1;overflow:hidden}.footer{margin-top:100px;background:#163448;color:#fff;padding:30px 100px 20px}.footer .title{margin:0;font-weight:400}.footer .contact-row{display:flex;justify-content:space-between;align-items:center;margin:20px 0 40px}.footer .contact-row h2{font-size:25px;margin:0;font-weight:400}.footer .contact-row .phone,.footer .contact-row .email{display:flex;gap:10px}.footer .contact-row .phone svg,.footer .contact-row .email svg{height:30px;width:30px}.footer .contact-row .phone a,.footer .contact-row .email a{color:#fff;font-size:20px}.footer .invoice-info{opacity:.6}.footer .invoice-info .address{margin:8px 0}.footer .footer-links{margin-top:40px;display:flex;justify-content:space-between}.footer .footer-links *{text-decoration:underline;color:#fff;cursor:pointer}.privacy-policy{padding:0 40px}.privacy-policy .page-title{text-align:center;font-size:35px;font-weight:500;padding:30px 0;margin:0}.privacy-policy .content{background:#fff;padding:10px}.privacy-policy .section .title{margin-top:50px;font-weight:500;color:#163448}.privacy-policy .section .text{margin:20px 0;font-size:20px;font-weight:300}.privacy-policy .section .text.muted{opacity:.6}.privacy-policy .section .cookie-types{display:flex;flex-direction:column;gap:50px;margin-top:50px}.privacy-policy .section .cookie-types .cookie-type .title-name{font-size:22px;font-weight:700;margin-bottom:10px;color:#000;opacity:1}.privacy-policy .section .cookie-types .cookie-type .description{opacity:.6}.supplier-categories-remap{max-width:800px;min-width:600px;margin:0 auto}.supplier-categories-remap .categories{display:flex;flex-direction:column;gap:10px}.supplier-categories-remap .categories .category{display:flex;align-items:center;gap:10px}.supplier-categories-remap .categories .category .supplier-category{font-size:16px;font-weight:600}.supplier-categories-remap .categories .category .supplier-category,.supplier-categories-remap .categories .category .upgates-category{flex:1}.log-row{border:1px solid;padding:10px;margin-bottom:10px;border-radius:5px;display:flex;gap:10px}.log-row.success{background:#d4edda;color:#000;align-items:center}.log-row.error{background-color:#ff3b3b;color:#fff}.app-section{margin-bottom:10px;background:#fff;padding:32px;border-radius:12px;box-shadow:0 4px 20px #0000000d;font-family:Segoe UI,sans-serif;line-height:1.6}.app-section .header{display:flex;justify-content:space-between;align-items:center}.app-section .header .description,.app-section .header h2{margin-bottom:5px!important;margin-top:0!important}.idoklad-payments-form .form-buttons [type=submit]{margin-left:auto;display:flex}.idoklad-payments-form .description,.idoklad-payments-form h2{margin-bottom:0}.idoklad-payments-form .description{font-size:15px;margin-bottom:10px}.idoklad-payments-form .payments .row{display:flex;gap:10px;align-items:center;margin-bottom:10px}.idoklad-payments-form .payments .row>div{flex:1}.idoklad-settings-form{width:100%;display:flex;flex-direction:column}.idoklad-settings-form .header{display:flex;justify-content:space-between;align-items:center}.idoklad-settings-form .header h2{margin-bottom:10px}.idoklad-settings-form .buttons{justify-content:end;text-align:right;display:flex;gap:12px;margin-top:24px;flex-wrap:wrap}.idoklad-settings-form h2{margin:0 0 24px;font-weight:600;line-height:1.2}.inline-form-buttons .icon-text-button{display:inline-flex;align-items:center;gap:8px;padding:10px 14px!important;border-radius:10px;border:1px solid rgba(0,0,0,.08);background:#fff;box-shadow:0 1px 2px #0000000a;transition:transform .06s ease,box-shadow .12s ease,background .12s ease}.inline-form-buttons .icon-text-button:hover{transform:translateY(-1px);box-shadow:0 4px 10px #00000014}.inline-form-buttons .icon-text-button:active{transform:translateY(0);box-shadow:0 2px 6px #0000000f}.inline-form-buttons .icon-text-button:disabled{opacity:.6;cursor:not-allowed}.idoklad-settings-fields{display:flex;flex-direction:column;gap:16px}.idoklad-settings-fields .formik-field,.idoklad-settings-fields .FormikTextField,.idoklad-settings-fields .FormikCheckboxField,.idoklad-settings-fields .FormikDatePickerField,.idoklad-settings-fields .MuiFormControl-root,.idoklad-settings-fields>div{width:100%}.idoklad-settings-fields .FormikCheckboxField,.idoklad-settings-fields .checkbox-field{display:flex;align-items:center;gap:12px}.idoklad-settings-fields .FormikCheckboxField label,.idoklad-settings-fields .FormikCheckboxField input,.idoklad-settings-fields .checkbox-field label,.idoklad-settings-fields .checkbox-field input{cursor:pointer}.idoklad-settings-fields input[type=text],.idoklad-settings-fields input[type=email],.idoklad-settings-fields input[type=tel],.idoklad-settings-fields input[type=datetime-local],.idoklad-settings-fields textarea,.idoklad-settings-fields select,.idoklad-settings-fields .MuiInputBase-root,.idoklad-settings-fields .MuiOutlinedInput-root{width:100%}.idoklad-settings-fields .field-group{display:flex;flex-direction:column;gap:12px;padding:12px 0;border-bottom:1px dashed rgba(0,0,0,.06)}.idoklad-settings-fields .field-group:last-child{border-bottom:0}.invoices-screen{max-width:1250px;margin:0 auto}.invoices-screen .invoice-information{margin-bottom:20px}.invoices-screen .invoice-information .header{display:flex;justify-content:space-between;align-items:center}.invoices-screen .invoice-information .header h1{font-size:25px;margin-bottom:5px}.invoices-screen .invoice-information ul{margin-top:0;font-size:16px}.invoices-screen .all-available-plans h2{text-align:center}.invoices-screen .all-available-plans .pricing-wrap{max-width:1150px;margin:0 auto}.invoices-screen .pricing-wrap .highlight{position:relative}.invoices-screen .pricing-wrap .highlight .actual-plan{display:flex;justify-content:center;align-items:center;width:30px;height:30px;border-radius:50%;background:#163448;padding:5px;color:#fff;position:absolute;top:-10px;right:-10px}.invoices-section .MuiDataGrid-root{min-height:400px}.invoices-log{max-width:800px;margin:0 auto}.invoices-log .no-invoices{padding:20px;text-align:center;color:#666}.invoices-log .invoice-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-bottom:1px solid #eee}.action-button{background:#01796f!important;color:#fff;--color: white !important}.faq-page .faq-section{padding:20px}.onboarding-guide{--bg: #fff;--fg: #0f172a;--muted: #475569;--border: #e5e7eb;--accent: #111827;--callout-bg: #fffbeb;--callout-border: #fde68a;--callout-fg: #78350f;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Arial,"Apple Color Emoji","Segoe UI Emoji";color:var(--fg);background:var(--bg)}.onboarding-guide .guide-header{display:flex;justify-content:space-between;align-items:center;margin-top:-5px}.onboarding-guide .guide-header .actions{display:flex;gap:10px;align-items:center}.onboarding-guide .guide-header .actions .step-warning,.onboarding-guide .guide-header .actions .step-warning svg{height:30px;width:30px}.onboarding-guide .guide-header .step-warning svg,.onboarding-guide .guide-header .step-completed svg{height:35px;width:35px}.onboarding-guide .guide-header .step-completed svg{color:green}.onboarding-guide .guide-header .step-warning svg{color:red}.onboarding-guide p{color:var(--muted);margin:.25rem 0 0}.onboarding-guide>ol{counter-reset:step;border:1px solid var(--border);border-radius:1rem;overflow:hidden;margin-top:1.5rem;list-style:none}.onboarding-guide>ol>li{position:relative;padding:1.25rem 1rem 1.25rem 3rem;border-bottom:1px solid var(--border);background:#fff}.onboarding-guide>ol>li:last-child{border-bottom:0}.onboarding-guide>ol>li:before{content:counter(step);counter-increment:step;position:absolute;left:.75rem;top:1.25rem;width:1.75rem;height:1.75rem;border-radius:50%;background:var(--accent);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.onboarding-guide>ol>li h2{font-size:1.125rem;font-weight:600;margin:0;color:var(--fg)}.onboarding-guide>ol>li p,.onboarding-guide>ol>li ul,.onboarding-guide>ol>li ol{margin-top:.5rem;color:#334155}.onboarding-guide>ol>li ul{list-style:disc;padding-left:1.25rem}.onboarding-guide>ol>li ol{list-style:decimal;padding-left:1.25rem;border:0}.onboarding-guide code{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.375rem;padding:0 .3rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.95em}.highlighted{animation:highlightFlash 3s ease}@keyframes highlightFlash{0%{background-color:#ff09}to{background-color:transparent}}.orders{width:100%;display:flex;flex-direction:column}.orders .header{margin:var(--mg-small) var(--mg-medium) 0;grid-template-columns:repeat(auto-fit,minmax(150px,200px)) 1fr;display:grid;align-items:center;gap:var(--mg-medium)}.orders .header .search{display:flex;gap:5px;align-items:center}.orders .header .search .Dialog-form>.icon-text-button{gap:0!important;padding:6px!important}.orders .header .actions{gap:var(--mg-medium);display:flex;margin-left:auto}.orders .header .export-orders{text-decoration:none}.orders .header .orders-import input[type=file]{display:none}.orders .header .files-multi-select{display:flex;gap:var(--mg-medium)}.orders .header .files-multi-select>div .MuiSelect-select{width:200px!important}.orders .orders-grid{overflow:hidden;margin-top:var(--mg-medium);width:100%;flex:1}.orders .orders-grid .MuiDataGrid-columnHeaders,.orders .orders-grid .MuiDataGrid-footerContainer{background:var(--bg-tertiary);border-color:var(--border-bg-tertiary);display:flex;align-items:center;text-indent:5px}.orders .orders-grid .MuiDataGrid-columnHeaders .MuiDataGrid-columnHeaderTitle,.orders .orders-grid .MuiDataGrid-columnHeaders .MuiTablePagination-displayedRows,.orders .orders-grid .MuiDataGrid-footerContainer .MuiDataGrid-columnHeaderTitle,.orders .orders-grid .MuiDataGrid-footerContainer .MuiTablePagination-displayedRows{color:var(--color-secondary)!important;text-indent:5px;font-weight:700!important}.orders .orders-grid .MuiDataGrid-menuIconButton{display:none}.orders .orders-grid .company-name>div{word-break:break-all;overflow:hidden scroll!important}.orders .orders-grid .creator{display:flex;gap:var(--mg-xsmall);align-items:center}.orders .orders-grid .code-created{display:flex;height:100%;justify-content:center;flex-direction:column}.orders .orders-grid .code-created .order-code{display:flex;align-items:center;gap:5px}.orders .orders-grid .code-created .order-code .icon-button{width:15px;height:15px}.orders .orders-grid .code-created .order-code .icon-button button{padding:0;border:unset}.orders .orders-grid .code-created .order-code .icon-button button svg{height:15px;width:15px}.orders .orders-grid .code-created>*{line-height:15px}.orders .orders-grid .code-created span:first-child{font-weight:800}.orders .orders-grid .code-created span:nth-child(2){font-size:12px}.orders .orders-grid .code-created span{display:block;margin:0;padding:0}.orders .orders-grid .order-actions{display:flex;gap:var(--mg-xsmall);align-items:center;height:100%}.orders .orders-grid .order-actions .pipedrive-link-disabled{opacity:.4;pointer-events:none}.orders .orders-grid .order-actions button{width:32px;height:32px;border:1px solid var(--bg-primary);border-radius:5px;box-sizing:border-box;display:flex;justify-content:center;align-items:center;background:none;--color: var(--bg-primary)}.orders .orders-grid .order-actions button svg{width:16px;height:16px}.orders .orders-grid .order-state{display:flex;align-items:center;gap:var(--mg-xsmall)}.orders .orders-grid .transportation-type{display:flex;justify-content:center;align-items:center}.orders .order-preview-tooltip{width:calc(100% - 440px)}.orders .order-preview-tooltip .alert{color:var(--color-secondary);background:var(--bg-tertiary);border:1px solid #78D6FF;font-size:12px;line-height:15px;font-weight:300;padding:10px}.orders .order-preview-tooltip .alert .row{margin-bottom:10px;display:flex;align-items:center}.orders .order-preview-tooltip .alert .row>span{margin-right:10px}.orders .order-preview-tooltip .alert .row>svg{margin-right:2px}.orders .order-preview-tooltip .alert .row .title{min-width:100px;max-width:100px;text-align:right;font-weight:700}.orders .order-preview-tooltip .alert .row .code{font-weight:700;text-decoration:underline}.orders .order-preview-tooltip .alert .row .products-count{flex:1;display:flex;align-items:center;justify-content:end}.orders .order-preview-tooltip .alert .row .products-count svg{width:18px;height:18px;margin-right:4px}.orders .order-preview-tooltip .alert .products{align-items:start;margin-bottom:0}.orders .order-preview-tooltip .alert .products .list{display:grid;grid-template-columns:repeat(2,minmax(220px,370px))}.orders .order-preview-tooltip .alert .products .list>div{display:flex;gap:10px}.orders .order-preview-tooltip .alert .products .list>div .product-count{font-weight:700;font-size:12px;line-height:18px}.orders .order-preview-tooltip .alert .products .list>div .product-name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.new-order-form{margin-left:auto}.new-order-form .submit-button{background:var(--bg-secondary);color:#fff;font-weight:900;font-size:12px;line-height:15px;padding:8px 10px;border-radius:5px}.new-order-form .submit-button:hover{background:var(--bg-secondary);color:#fff}.new-order-form .form-widget .MuiFormControl-root .Mui-focused{color:var(--color-secondary)!important}.new-order-form .form-widget .MuiFormControl-root .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--bg-primary)}.new-order-form .form-widget .MuiFormControl-root .MuiOutlinedInput-notchedOutline{border-color:var(--border-bg-tertiary)}.new-order-form .form-widget .section-header{margin-top:var(--mg-medium-large)}.new-order-form .form-widget .ic-currency-row{display:flex;gap:10px}.new-order-form .form-widget .ic-currency-row .currency{width:100px}.add-product-to-order-dialog .MuiPaper-root{width:500px;height:auto}.add-product-to-order-dialog:has(.product-order-add-dialog-mode-brand) .MuiPaper-root,.add-product-to-order-dialog:has(.product-order-add-dialog-mode-category) .MuiPaper-root,.add-product-to-order-dialog:has(.product-order-add-dialog-mode-product) .MuiPaper-root{width:900px;height:570px}.add-product-to-order-dialog:has(.product-order-add-dialog-mode-brand) .dph-field,.add-product-to-order-dialog:has(.product-order-add-dialog-mode-category) .dph-field{display:none}.add-product-to-order-dialog .product-order-add-dialog-mode-product{display:flex;flex-direction:column;gap:10px}.add-product-form .dph-field{display:flex;justify-content:space-between}.add-product-form .dph-field>*:first-child{width:250px}.zasilkovna-pickup-point{margin-top:-10px;font-size:12px}.order{width:100%;height:100%}.order>div{margin-bottom:var(--mg-large)}.order .editing-order-on-test-warning{padding:5px 10px;background:#ff4500;margin:0 var(--mg-medium) 10px;font-weight:800;font-size:18px;border-radius:3px}.order .editing-order-on-test-warning:nth-child(2n){margin:var(--mg-medium)}.order .detail-header .trader-popup{border-width:1px 1px 0 1px;border-style:solid;border-radius:5px 5px 0 0;padding:var(--mg-small);background:#fff6e8;border-color:#7b5c04}.order .detail-header .bar{border-width:1px 0 0 0!important;border-radius:0!important;background:#fff6e8;border-color:#7b5c04;margin:0 -1px!important;position:relative}.order .detail-header .bookmark{width:650px!important;background:#fff6e8;border-color:#7b5c04}.order .detail-header .bookmark .icon-button button{border-color:#7b5c04;--color: #7B5C04}.order .detail-header .bookmark .reverse-charge{width:60px;text-align:center}.order .detail-header .bookmark .order-code{flex:1;font-weight:300;font-size:14px;line-height:18px;width:170px}.order .detail-header .bookmark .order-code .title{display:flex;gap:var(--mg-xsmall)}.order .detail-header .bookmark .order-code .title .code{font-weight:700;text-decoration-line:underline}.order .detail-header .bookmark .order-code .created{display:flex;gap:3px;line-height:15px;font-size:12px}.order .detail-header .bookmark .order-type{width:120px}.order .detail-header .bookmark .order-type p{width:120px;margin:0}.order .detail-header .bookmark .flexibee-order-link a{color:inherit;text-decoration:none}.order .detail-header .bookmark .flexibee-order-link *{outline:none}.order .detail-header .bookmark .print-ADR-specification .adr-specification{display:none}.order .detail-header .bookmark .reverse-charge{font-size:12px;margin-left:5px}.order .info-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))!important}.order .info-grid .header .companies-detail-link,.order .info-grid .header .pipedrive-person-link,.order .info-grid .header .pipedrive-organization-link,.order .info-grid .header .reset-delivery-address-btn{margin-right:5px}.order .info-grid .files{grid-column:span 2}.order .info-grid .files .order-files-table{height:160px}.order .info-grid .files .order-files-table .file-cancelled{background:#f08080}.order .info-grid>div{min-height:200px;max-height:300px}.order .items .order-products-table{width:100%;height:500px;margin-bottom:10px}.order .items .order-products-table .grid{font-weight:300;font-size:12px;line-height:15px;text-indent:5px}.order .items .order-products-table .grid .row-cancelled-product{background:#d3d3d3!important}.order .items .order-products-table .grid .code{font-weight:700;text-decoration-line:underline}.order .order-logs .Log{height:400px}.order .order-logs .Log .order-log-identifier-column span{display:block}.order .order-logs .Log .order-log-identifier-column span.order-code{font-weight:700}.item-select-menu .MuiPaper-root{box-shadow:0 30px 40px #0000001f;border-radius:0 0 var(--standard-border-radius) var(--standard-border-radius);min-width:fit-content;border:1px solid var(--bg-secondary);border-top:none;margin-top:-1px}.item-select-menu .MuiPaper-root .MuiBox-root{display:flex;flex-direction:column;margin-top:-1px}.item-select-menu .MuiPaper-root .MuiBox-root .option{padding:var(--mg-small) var(--mg-xsmall);display:flex;gap:var(--mg-xsmall);align-items:center;font-weight:700;font-size:12px;line-height:15px;cursor:pointer}.item-select-menu .MuiPaper-root .MuiBox-root .option:hover{background:var(--bg-hover)}.item-select-menu .MuiPaper-root .MuiBox-root .option svg{width:20px;height:20px}.order-delivery-list-pdf,.order-packing-list-pdf,.adr-specification{color:var(--color-secondary);font-size:15px;line-height:19px;padding:20px 15px}.order-delivery-list-pdf .logo,.order-packing-list-pdf .logo,.adr-specification .logo{width:100%}.order-delivery-list-pdf .logo svg,.order-packing-list-pdf .logo svg,.adr-specification .logo svg{margin:0 8px 0 auto;display:block;height:34px;width:130px}.order-delivery-list-pdf .pdf-title,.order-packing-list-pdf .pdf-title,.adr-specification .pdf-title{font-weight:700;font-size:25px;line-height:29px;margin:25px 0 25px 20px}.order-delivery-list-pdf .header,.order-packing-list-pdf .header,.adr-specification .header{font-size:10px;line-height:12px}.order-delivery-list-pdf .header .seller-section,.order-packing-list-pdf .header .seller-section,.adr-specification .header .seller-section{border-bottom:1px solid #78D6FF}.order-delivery-list-pdf .header .seller-section,.order-delivery-list-pdf .header .buyer-section,.order-delivery-list-pdf .header .delivery-info,.order-packing-list-pdf .header .seller-section,.order-packing-list-pdf .header .buyer-section,.order-packing-list-pdf .header .delivery-info,.adr-specification .header .seller-section,.adr-specification .header .buyer-section,.adr-specification .header .delivery-info{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;padding:5px 10px}.order-delivery-list-pdf .header .seller-section>div,.order-delivery-list-pdf .header .buyer-section>div,.order-delivery-list-pdf .header .delivery-info>div,.order-packing-list-pdf .header .seller-section>div,.order-packing-list-pdf .header .buyer-section>div,.order-packing-list-pdf .header .delivery-info>div,.adr-specification .header .seller-section>div,.adr-specification .header .buyer-section>div,.adr-specification .header .delivery-info>div{flex:1}.order-delivery-list-pdf .header .seller-section>div h4,.order-delivery-list-pdf .header .seller-section>div p,.order-delivery-list-pdf .header .buyer-section>div h4,.order-delivery-list-pdf .header .buyer-section>div p,.order-delivery-list-pdf .header .delivery-info>div h4,.order-delivery-list-pdf .header .delivery-info>div p,.order-packing-list-pdf .header .seller-section>div h4,.order-packing-list-pdf .header .seller-section>div p,.order-packing-list-pdf .header .buyer-section>div h4,.order-packing-list-pdf .header .buyer-section>div p,.order-packing-list-pdf .header .delivery-info>div h4,.order-packing-list-pdf .header .delivery-info>div p,.adr-specification .header .seller-section>div h4,.adr-specification .header .seller-section>div p,.adr-specification .header .buyer-section>div h4,.adr-specification .header .buyer-section>div p,.adr-specification .header .delivery-info>div h4,.adr-specification .header .delivery-info>div p{margin:0}.order-delivery-list-pdf .header .seller-section>div h4,.order-delivery-list-pdf .header .buyer-section>div h4,.order-delivery-list-pdf .header .delivery-info>div h4,.order-packing-list-pdf .header .seller-section>div h4,.order-packing-list-pdf .header .buyer-section>div h4,.order-packing-list-pdf .header .delivery-info>div h4,.adr-specification .header .seller-section>div h4,.adr-specification .header .buyer-section>div h4,.adr-specification .header .delivery-info>div h4{font-weight:700}.order-delivery-list-pdf .header .seller-section>div p,.order-delivery-list-pdf .header .buyer-section>div p,.order-delivery-list-pdf .header .delivery-info>div p,.order-packing-list-pdf .header .seller-section>div p,.order-packing-list-pdf .header .buyer-section>div p,.order-packing-list-pdf .header .delivery-info>div p,.adr-specification .header .seller-section>div p,.adr-specification .header .buyer-section>div p,.adr-specification .header .delivery-info>div p{font-weight:300}.order-delivery-list-pdf table{border-collapse:collapse;border:.2px solid #000000;width:100%;margin:25px 0}.order-delivery-list-pdf table th,.order-delivery-list-pdf table td{font-size:10px;line-height:12px;border:.2px solid #000000}.order-delivery-list-pdf .footer{width:95%;position:fixed;bottom:0;height:100px;margin-left:auto;display:flex;gap:50px;justify-content:space-between}.order-delivery-list-pdf .footer .printed-by{flex:1}.order-packing-list-pdf{max-width:780px;margin:0 auto}.order-packing-list-pdf .actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--mg-medium)}.order-packing-list-pdf.printing .packing-list-content .MuiDataGrid-cell,.order-packing-list-pdf.printing .packing-list-content .MuiDataGrid-columnHeaderTitle{font-size:8px}.order-packing-list-pdf.printing .packing-list-content .MuiDataGrid-cell.packing-list-col-count,.order-packing-list-pdf.printing .packing-list-content .MuiDataGrid-cell.packing-list-col-palette_number,.order-packing-list-pdf.printing .packing-list-content .MuiDataGrid-columnHeaderTitle.packing-list-col-count,.order-packing-list-pdf.printing .packing-list-content .MuiDataGrid-columnHeaderTitle.packing-list-col-palette_number{background:#fff}.order-packing-list-pdf.printing .packing-list-content .total-heading{font-size:8px;line-height:12px}.order-packing-list-pdf.printing .packing-list-content .palettes h4{font-size:10px}.order-packing-list-pdf.printing .packing-list-content .palettes .palette{line-height:12px;font-size:8px}.order-packing-list-pdf.printing .data-grid-column-text-wrap>div{overflow:hidden!important}.order-packing-list-pdf .packing-list-content .total-heading,.order-packing-list-pdf .packing-list-content .total-footer{width:203px;margin-left:537px;border:1px solid #e0e0e0;font-weight:700;font-size:12px;line-height:16px;padding:5px}.order-packing-list-pdf .packing-list-content .total-heading{margin-top:10px;border-bottom:0}.order-packing-list-pdf .packing-list-content .total-footer{border-top:0;display:flex}.order-packing-list-pdf .packing-list-content .total-footer div{width:50px}.order-packing-list-pdf .packing-list-content .MuiDataGrid-root .MuiDataGrid-columnHeader{padding:0 2px;word-break:break-all}.order-packing-list-pdf .packing-list-content .MuiDataGrid-root .MuiDataGrid-columnHeader .MuiDataGrid-columnHeaderTitle{text-indent:0!important;line-height:12px;white-space:normal!important;word-break:break-word}.order-packing-list-pdf .packing-list-content .MuiDataGrid-root .packing-list-header-col-40,.order-packing-list-pdf .packing-list-content .MuiDataGrid-root .packing-list-col-40{min-width:40px!important;max-width:40px!important}.order-packing-list-pdf .packing-list-content .MuiDataGrid-root .MuiDataGrid-cell,.order-packing-list-pdf .packing-list-content .MuiDataGrid-root .MuiDataGrid-columnHeaderTitle{font-size:10px;padding:0 2px}.order-packing-list-pdf .packing-list-content .MuiDataGrid-root .MuiDataGrid-editInputCell input{padding:0}.order-packing-list-pdf .packing-list-content .MuiDataGrid-root .data-grid-column-text-wrap{overflow:hidden!important}.order-packing-list-pdf .packing-list-content .MuiDataGrid-root .packing-list-col-nazev{font-size:10px;line-height:12px}.order-packing-list-pdf .packing-list-content .MuiDataGrid-root .packing-list-col-total_ctn{border-left:1px solid #e0e0e0}.order-packing-list-pdf .packing-list-content .MuiDataGrid-root .packing-list-col-count,.order-packing-list-pdf .packing-list-content .MuiDataGrid-root .packing-list-col-palette_number{background:#ffffe0}.order-packing-list-pdf .packing-list-content .palettes h4{font-weight:700;font-size:12px;line-height:14px;margin-bottom:3px}.order-packing-list-pdf .packing-list-content .palettes .palette{line-height:16px;font-size:12px}.order-packing-list-pdf .sign-stamp-field{display:block;margin-left:auto;margin-top:60px}.order-packing-list-pdf .sign-stamp-field .signature{display:flex}.order-packing-list-pdf .sign-stamp-field .signature .ilico-signature,.order-packing-list-pdf .sign-stamp-field .signature .jan-radil-signature{width:150px}.sign-stamp-field{width:300px;display:flex;flex-direction:column;justify-content:end}.sign-stamp-field .stamp{width:100%;height:1px;background:var(--bg-primary)}.sign-stamp-field .stamp-under-label{color:var(--color-secondary);text-align:center}.adr-specification{color:var(--color-secondary)}.adr-specification .header .delivery-info{font-size:12px;line-height:15px}.adr-specification .body .danger{margin:var(--mg-xlarge) 0}.adr-specification .body .danger .name{border-bottom:1px solid #78D6FF;border-top:1px solid #78D6FF}.adr-specification .body .danger .name h3{font-weight:700;font-size:15px;line-height:19px;margin-left:60px}.adr-specification .body .danger .content{margin-top:var(--mg-medium)}.adr-specification .body .danger .content p{font-size:12px;line-height:15px;margin:3px 0 0 60px}.adr-specification .body .danger .content p .row-title{font-weight:700}.adr-specification .footer{width:100%;position:fixed;bottom:50px;background:repeating-linear-gradient(-45deg,#fff,#fff 10px,#eefaff 10px,#eefaff 20px);display:flex;justify-content:center;height:29px;align-items:center}.adr-specification .footer p{padding:8px 30px;height:100%;margin:0;background:#fff;font-weight:700;font-size:12px;line-height:15px;color:var(--color-secondary)}.MuiDialog-container .MuiPaper-root{max-width:800px!important}@media only screen and (max-width: 600px){.bookmark{width:auto!important}.product .detail-header .bookmark .title>span{max-width:200px;white-space:normal!important}.product .detail-header .bookmark .icon-button{margin-left:10px}.order .info-grid .files{grid-column:span 1}.order .detail-header .bookmark{display:grid!important;grid-template-columns:repeat(6,auto)}.order .detail-header .bookmark .icon{grid-column:span 1}.order .detail-header .bookmark .order-code{grid-column:span 5}.keybind-text{display:none}.table-header{display:grid!important;grid-template-columns:30px 1fr;gap:5px}.table-header svg,.table-header h4{grid-row:1}.table-header *:nth-child(n+3){grid-column:span 2;margin-right:0!important}.table-header .Dialog-form button{width:100%}}.order-credit-note-dialog .returned{width:200px}.order-delivery-addresses-dialog .section-title,.contact-section-dialog .section-title{display:flex;justify-content:space-between;align-items:center}.order-delivery-addresses-dialog .section-title .delivery-fb-address,.order-delivery-addresses-dialog .section-title .fb-contact,.order-delivery-addresses-dialog .section-title .fb-contact-adresar,.order-delivery-addresses-dialog .section-title .main-delivery-fb-address,.contact-section-dialog .section-title .delivery-fb-address,.contact-section-dialog .section-title .fb-contact,.contact-section-dialog .section-title .fb-contact-adresar,.contact-section-dialog .section-title .main-delivery-fb-address{display:block;width:8px;height:8px;background:#00f;border-radius:50%}.order-delivery-addresses-dialog .section-title .fb-contact-adresar,.order-delivery-addresses-dialog .section-title .main-delivery-fb-address,.contact-section-dialog .section-title .fb-contact-adresar,.contact-section-dialog .section-title .main-delivery-fb-address{background:#ff1493}.order-info-dialog .zasilkovna-pickup-point{margin-top:-4px}.order-info-dialog .transportation-type{display:flex;gap:5px;align-items:center}.order-info-dialog .transportation-type .icon-button{margin-top:15px}.order-table .row-order-bank-transfer-not-paid{background:#f4ad86!important}.order-table .row-status-for_approval,.order-table .row-order-bank-transfer-paid{background:var(--bg-for-approval)!important;color:var(--color-for-approval)!important}.order-table .row-status-for_approval .order-actions button,.order-table .row-order-bank-transfer-paid .order-actions button{--color: var(--color-for-approval) !important;border-color:var(--color-for-approval)}.order-table .row-status-stock_waiting,.order-table .row-status-stock_packed{background:var(--bg-success-light)!important;color:var(--color-success-light)}.order-table .row-status-stock_waiting .order-actions button,.order-table .row-status-stock_packed .order-actions button{--color: var(--color-success-light);border-color:var(--color-success-light)}.order-table .row-status-sent{background:#34ca07!important}.order-table .row-status-partially_cancelled_waiting{background:#00a3fc!important}.order-table .row-status-partially_cancelled{background:#0054ec!important}.order-table .row-status-cancelled{background:var(--bg-error-light)!important;color:var(--color-error)!important;--color: var(--color-error) !important}.order-table .row-status-cancelled .order-actions button{border-color:var(--color-error);--color: var(--color-error) !important}.order-table .row-status-cancelled_waiting{background:#677381!important;color:#f0f1f2!important}.trader-popup{display:flex;gap:5px}.trader-popup .name-role{text-align:left}.trader-popup .name-role .name{font-weight:600}.users .header{justify-content:end!important}.users,.products-table,.dial-table,.companies-view,.scraped-contacts-table{width:100%}.users .header,.products-table .header,.dial-table .header,.companies-view .header,.scraped-contacts-table .header{display:flex;padding:10px 0;align-items:center;justify-content:space-between}.users .header .title,.products-table .header .title,.dial-table .header .title,.companies-view .header .title,.scraped-contacts-table .header .title{flex:1;font-weight:600}.users .header .header-actions,.products-table .header .header-actions,.dial-table .header .header-actions,.companies-view .header .header-actions,.scraped-contacts-table .header .header-actions{display:flex;justify-content:center;gap:10px;align-items:center}.users .header h3,.products-table .header h3,.dial-table .header h3,.companies-view .header h3,.scraped-contacts-table .header h3{flex:1}.users .header .user-form–button,.users .header .product-form–button,.products-table .header .user-form–button,.products-table .header .product-form–button,.dial-table .header .user-form–button,.dial-table .header .product-form–button,.companies-view .header .user-form–button,.companies-view .header .product-form–button,.scraped-contacts-table .header .user-form–button,.scraped-contacts-table .header .product-form–button{display:flex;align-items:center;gap:3px}.users .users-grid,.users .products-grid,.users .dial-grid,.users .contacts-grid,.products-table .users-grid,.products-table .products-grid,.products-table .dial-grid,.products-table .contacts-grid,.dial-table .users-grid,.dial-table .products-grid,.dial-table .dial-grid,.dial-table .contacts-grid,.companies-view .users-grid,.companies-view .products-grid,.companies-view .dial-grid,.companies-view .contacts-grid,.scraped-contacts-table .users-grid,.scraped-contacts-table .products-grid,.scraped-contacts-table .dial-grid,.scraped-contacts-table .contacts-grid{height:calc(100% - 64px);width:100%}.users .activity,.users .role,.products-table .activity,.products-table .role,.dial-table .activity,.dial-table .role,.companies-view .activity,.companies-view .role,.scraped-contacts-table .activity,.scraped-contacts-table .role{display:flex;justify-content:center;align-items:center;gap:var(--mg-xsmall)}.data-grid-column-text-wrap{width:100%;white-space:normal!important;overflow-y:scroll!important;max-height:inherit!important;line-height:14px!important;height:inherit!important;display:flex!important;justify-content:center!important;flex-direction:column}.data-grid-column-text-wrap::-webkit-scrollbar{width:2px!important}.data-grid-column-text-wrap::-webkit-scrollbar-thumb{background-color:#a9a9a9!important;outline:none!important}.data-grid-column-text-wrap div{height:100%;line-height:14px!important;display:flex!important;justify-content:center!important;flex-direction:column}.companies-nearby .map-header{display:flex;justify-content:end;margin-bottom:.5%;align-items:center}.companies-nearby .map-header *{margin-right:.5%}.companies-nearby .leaflet-container{height:500px}.price-lists-screen{width:100%;height:100%;display:flex;flex-direction:column}.price-lists-screen .header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.price-lists-screen .price-lists-grid{flex:1}.companies-view{width:100%;display:flex;flex-direction:column}.companies-view .companies-grid,.companies-view .companies-nearby map{flex:1;overflow:hidden}.companies-view .companies-grid .MuiDataGrid-root,.companies-view .companies-nearby map .MuiDataGrid-root{height:100%}.companies-view .header{display:flex;flex-direction:column;align-items:start}.companies-view .header .navigation{margin-bottom:1%}.companies-view .header .views{display:flex;width:100%;margin-bottom:1%}.companies-view .header .controls{width:100%;display:flex;gap:5px;align-items:center}.companies-view .header .controls .textfield-with-keybind{width:350px}.companies-view .header .controls .actions{flex:1;align-self:end;justify-content:end;display:flex;gap:5px}.companies-view .header .controls .actions .new-company-form–button{display:flex;align-items:center}.companies-view .companies-grid .company-detail-link{text-decoration:none!important}.companies-view .companies-grid .flexibee-company-link *{outline:none}.missing-company{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;font-size:25px}.missing-company .actions{display:flex;gap:5px}.missing-company .new-company-form–button{display:none}.company{width:100%;height:100%}.company>div{margin-bottom:var(--mg-large)}.company .detail-header .trader-popup{border-width:1px 1px 0 1px;border-style:solid;border-radius:5px 5px 0 0;padding:var(--mg-small);background:var(--bg-tertiary);border-color:var(--border-bg-tertiary)}.company .detail-header .bar{border-width:1px 0 0 0!important;border-radius:0!important;margin:0 -1px!important;position:relative;background:var(--bg-tertiary);border-color:var(--border-bg-tertiary)}.company .detail-header .bookmark{width:700px!important;background:var(--bg-tertiary);border-color:var(--border-bg-tertiary)}.company .detail-header .bookmark .title .company-name{font-weight:700;text-decoration-line:underline}.company .detail-header .bookmark .title .company-info{font-weight:300;font-size:10px;line-height:13px}.company .detail-header .bookmark .flexibee-company-link *{outline:none}.company .delivery-address-activity{display:flex;gap:10px}.company .delivery-address-activity .delivery-addresses-table{flex-grow:3}.company .delivery-address-activity .company-activities{flex-grow:1;max-width:400px}.company .delivery-addresses-table .table,.company .warranties-list .table{width:100%;height:400px}.company .company-products-table .product-link{color:#000;cursor:pointer;line-height:44px}.company .company-products-table .price-list-detail-button{text-decoration:none}.company .company-products-table .product-code{text-decoration:underline;font-weight:700;font-size:12px;line-height:15px}.company .company-products-table .download-pdf{text-decoration:none}.company .company-products-table .grid{height:400px}.company .company-products-table .add-company-product{display:flex;gap:3px;align-items:center}.company .company-products-table .actions{display:flex;align-items:center;height:100%;gap:5px}.company .company-log .Log{height:400px}.company .pipedrive-person-link,.company .pipedrive-organization-link{margin-right:5px}.company .company-invoice-info .flex-fields>*{flex:1}.print-pdf-language-select .lang{cursor:pointer;padding:4px 8px;border-bottom:1px solid gray}.print-pdf-language-select .lang:last-child{border-bottom:0}.company-orders-table{width:100%;height:400px}.company-orders-table .code-created{display:flex;height:100%;justify-content:center;flex-direction:column}.company-orders-table .code-created>*{line-height:15px}.company-orders-table .code-created span:first-child{font-weight:700;text-decoration-line:underline;margin-bottom:3px}.company-orders-table .order-items{display:flex;color:var(--color-secondary)}.company-orders-table .order-items .item{display:flex;gap:5px;margin-right:5px}.company-orders-table .order-items .item span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.company-orders-table .order-items .item .item-code{text-decoration:underline}.company-orders-table .order-items .item .item-count{font-weight:700}.company-pricing-pdf{padding:0 15px;color:var(--color-secondary)}.company-pricing-pdf .page{min-height:calc(297mm - 40px);max-height:calc(297mm - 40px);height:calc(297mm - 40px);display:flex;flex-direction:column;gap:20px}.company-pricing-pdf .header{width:100%;top:0;display:flex;height:100px;align-items:end}.company-pricing-pdf .header .company-name{flex:1;margin:0 0 0 30px;font-weight:700;font-size:20px;line-height:25px}.company-pricing-pdf .header .price-list-banner{height:100%;margin-right:25px;width:80px;background:var(--bg-primary);color:#fff;text-align:center;display:flex;flex-direction:column;justify-content:end;padding:20px 16px}.company-pricing-pdf .header .price-list-banner h3{font-weight:800;font-size:18px;line-height:23px;margin:0}.company-pricing-pdf .header .price-list-banner p{margin:0;font-weight:700;font-size:12px;line-height:15px}.company-pricing-pdf table{flex:1;height:100%;border-collapse:collapse;table-layout:auto;width:100%;text-align:center;border-bottom:1px solid var(--color-secondary);border-top:1px solid var(--color-secondary);page-break-after:auto}.company-pricing-pdf table thead th{padding:0 5px;font-weight:700;font-size:15px;line-height:19px;text-align:center}.company-pricing-pdf table tr.row{line-height:17px;font-size:13px;box-sizing:border-box;border-width:1px 0;border-style:solid;border-color:var(--border-bg-tertiary);height:80px;max-height:80px;min-height:80px}.company-pricing-pdf table tr.row td{height:80px;max-height:80px;min-height:80px;font-weight:300;max-width:200px;padding:5px 10px}.company-pricing-pdf table tr.row td .producer{line-height:13px;font-size:10px}.company-pricing-pdf table tr.row td .product-name{font-weight:700;font-size:12px;margin-bottom:3px}.company-pricing-pdf table tr.row img,.company-pricing-pdf table tr.row svg{width:100px;height:100px;object-fit:scale-down}.company-pricing-pdf .footer{width:100%;font-size:10px;line-height:14px;margin-top:var(--mg-medium);justify-content:space-between;gap:40px;display:flex;bottom:20px}.company-pricing-pdf .footer p,.company-pricing-pdf .footer h4{margin:0}.company-pricing-pdf .footer h4{margin:0;font-weight:700}.company-pricing-pdf .footer svg,.company-pricing-pdf .footer .company-info,.company-pricing-pdf .footer .user-info{flex:1}.company-pricing-pdf .footer .user-info .row .row-title{margin-right:3px;font-weight:700}@media print{@page{.safari-company-pricing-pdf{margin:0 5px!important}}.safari-company-pricing-pdf body{height:1010px}}.safari-company-pricing-pdf .chunk{height:920px}.safari-company-pricing-pdf .chunk table{margin-top:55px}.safari-company-pricing-pdf .chunk table tr.row{max-height:90px}.safari-company-pricing-pdf .chunk table tr.row td{padding:5px}.safari-company-pricing-pdf .chunk table tr.row img,.safari-company-pricing-pdf .chunk table tr.row svg{width:55px;height:55px}.safari-company-pricing-pdf .chunk .header{height:80px}.safari-company-pricing-pdf .chunk .header,.safari-company-pricing-pdf .chunk .footer{position:static}@media print{@page{size:A4;margin:0 5px 40px}}.create-new-company-dialog .MuiPaper-root{width:700px}.create-new-company-dialog .form-row{display:flex;gap:10px;width:100%}.create-new-company-dialog .form-row .country-field{flex:0 0 40%}.create-new-company-dialog .form-row .icdic-field{flex:0 0 50%}.create-new-company-dialog .form-row .tooltip{flex:0 0 10%;align-content:center}.create-new-company-dialog .form-row .tooltip button{align-self:center;height:90%;aspect-ratio:1;border-radius:5px;background-color:#fff}.create-new-company-dialog .files{display:flex;flex-wrap:wrap;gap:5px}.create-new-company-dialog .files .file{align-items:center;display:flex;gap:3px;border:1px solid var(--bg-primary);padding:3px 5px;border-radius:5px;color:var(--bg-primary);font-size:10px;line-height:12px}.create-new-company-dialog .files .file .dialog-form .icon-button{border:none!important;padding:2px}.create-new-company-dialog .files .file .dialog-form .icon-button svg{height:14px}.create-new-company-dialog input[type=file]{display:none}.phone-call-dialog .MuiDialog-container .MuiPaper-root{min-width:95%;min-height:95%}.phone-call-dialog .MuiDialog-container .MuiPaper-root .MuiDialogContent-root{display:flex}.phone-call-form{display:flex;gap:10px;width:100%}.phone-call-form>div{flex:1;max-width:33%}.phone-call-form .note-box .note textarea{min-height:400px!important}.phone-call-form .delivery-address{display:flex;flex-direction:column;gap:10px}.phone-call-form .delivery-address .title h5{margin:0}.phone-call-form .delivery-address .title .MuiFormControlLabel-label{font-size:12px}.phone-call-form .products>div{margin-bottom:10px}.phone-call-form .products .list{display:flex;flex-wrap:wrap;gap:10px}.phone-call-form .products .list .row{width:100%}.phone-call-form .products .list .row .title{margin-bottom:2px;font-size:14px;font-weight:600}.phone-call-form .products .list .row .prices{font-size:10px;margin-bottom:5px}.phone-call-form .products .list .row .fields{width:100%;flex-wrap:wrap;display:flex;gap:5px}.phone-call-form .products .list .row .fields>div{min-width:190px;flex:1}.company-contacts .company-contact-table{width:100%;border-collapse:collapse}.company-contacts .company-contact-table th,.company-contacts .company-contact-table td{border:1px solid black}.company-contacts .company-contact-table td .Dialog-form{width:30px;height:30px;margin:0 auto}.company-contacts .company-contact-table td div{margin:3px 0}.company-contacts .company-contact-table td a{display:block}.select-trader-popover .MuiPaper-root{width:300px;box-shadow:0 30px 40px #0000001f;border-radius:0 0 var(--standard-border-radius) var(--standard-border-radius);min-width:fit-content;border:1px solid var(--bg-secondary);padding:10px}.invisible{display:none}.activities{display:flex;max-height:450px;flex-direction:column}.activities .activity-note{margin-bottom:10px}.activities .activity-note .note{min-height:unset;height:80px;flex:unset}.activities .list{flex:1;max-width:400px;overflow:auto;display:flex;flex-direction:column;gap:10px}.activities .list .call,.activities .list .new-order{width:100%}.activities .list .call .date,.activities .list .new-order .date{font-size:11px}.activities .list .call .text,.activities .list .new-order .text{font-size:12px}.activities .list .new-order{margin:0 auto;background:#fff6e8;border-radius:5px;padding:5px 10px}.activities .list .new-order .text{display:flex;gap:3px}.activities .list .call{background:#ccefff;width:100%;margin:0 auto;border-radius:5px;padding:5px 10px}.activities .list .call .note{white-space:pre-line;font-size:12px;word-wrap:break-word}.Log .values{padding:5px 10px;display:flex;flex-direction:column;gap:5px;justify-content:center;height:100%}.Log .values *{line-height:14px;margin:0}.price-list-products-dialog .add-company-product button{margin:0 0 10px auto}.upgates-export-field-form .MuiPaper-root{min-width:500px;max-height:600px}.icon-button button,.icon-text-button,button.icon-button{border:1px solid var(--bg-primary);padding:6px;border-radius:5px;box-sizing:border-box;display:flex;justify-content:center;align-items:center;background:none;--color: var(--bg-primary);cursor:pointer}.icon-button button:disabled,.icon-text-button:disabled,button.icon-button:disabled{opacity:.5;--color: #9da1a2 !important;color:#9da1a2!important}.icon-button button:hover,.icon-text-button:hover,button.icon-button:hover{background:var(--bg-hover)}.icon-button button svg,.icon-text-button svg,button.icon-button svg{width:auto;height:16px}.icon-button button.icon-text-button,.icon-text-button.icon-text-button,button.icon-button.icon-text-button{gap:var(--mg-xsmall);padding:6px 8px}.MuiDataGrid-columnHeaders,.MuiDataGrid-footerContainer{background:var(--bg-tertiary);border-color:var(--border-bg-tertiary);display:flex;align-items:center;text-indent:5px;font-weight:700;font-size:12px;line-height:15px}.MuiDataGrid-columnHeaders .MuiDataGrid-columnHeaderTitle,.MuiDataGrid-columnHeaders .MuiTablePagination-displayedRows,.MuiDataGrid-footerContainer .MuiDataGrid-columnHeaderTitle,.MuiDataGrid-footerContainer .MuiTablePagination-displayedRows{color:var(--color-secondary)!important;text-indent:5px;font-weight:700!important}.MuiDataGrid-columnSeparator{color:var(--color-secondary)!important}.MuiDataGrid-columnSeparator svg{height:18px}.MuiDataGrid-menuIconButton{display:none}.MuiDataGrid-cell{font-weight:300;font-size:12px;line-height:15px}.add-button{background:var(--bg-secondary);color:var(--color-primary);--color: var(--color-primary);padding:8px 10px;border-radius:5px;outline:none;display:flex;justify-content:center;align-items:center;border:none;cursor:pointer}.add-button:hover{box-shadow:0 2px 2px var(--bg-primary);transition:.1s}.add-button:disabled{opacity:.6}.add-button div{font-weight:900;font-size:12px;line-height:15px;text-indent:5px}.enlarge-note-box{flex-direction:column;display:flex;position:relative}.enlarge-note-box .note-box{width:100%;height:100%}.enlarge-note-box .note-box .icon-button{position:absolute;right:10px;top:37px}.dialog-datagrid-detail .MuiDialog-container .MuiPaper-root{overflow:hidden}.dialog-datagrid-detail .header .icon-button{align-self:end;margin:10px}.dialog-datagrid-detail .note-box{height:99%;width:100%}.note-box{flex-direction:column;display:flex}.note-box .header{display:flex;align-items:center;margin-bottom:10px;color:var(--color-secondary)}.note-box .header h4{flex:1;margin:0 0 0 var(--mg-xsmall);font-weight:700;font-size:14px;line-height:18px;text-decoration-line:underline}.note-box .header .status{display:flex;justify-content:center;align-items:center;gap:var(--mg-xsmall);font-weight:300;font-size:12px;line-height:15px}.note-box .note{flex:1;min-height:200px}.note-box .note textarea{overflow:auto!important;padding:var(--mg-small);border-radius:var(--standard-border-radius);width:100%;height:100%!important;resize:none;font-weight:300;font-size:12px;line-height:18px;border:1px solid #FFE6A2;background:#fffdf7}.note-box .note textarea:disabled{background:#95a5a633;cursor:not-allowed}.detail-page{overflow:auto}.detail-page .detail-header{display:flex;align-items:end;width:100%;margin-bottom:var(--mg-large)}.detail-page .detail-header .bar{border-width:1px 1px 0 0;border-style:solid;border-radius:0 5px 0 0;padding:var(--mg-small);height:12px;flex:1;margin-left:-1px}.detail-page .detail-header .bookmark{border-width:1px 1px 0 5px;border-style:solid;border-radius:5px 5px 0 0;padding:var(--mg-small);display:flex;align-items:center;min-height:48px;width:500px;gap:var(--mg-xsmall)}.detail-page .detail-header .bookmark .title{flex:1;margin-left:5px}.detail-page .detail-header .bookmark .title .name{font-weight:600;font-size:13px;line-height:17px;text-decoration-line:underline;color:#000}.detail-page .detail-header .bookmark .title .info{margin-top:2px;font-weight:300;font-size:11px;line-height:13px}.detail-page .detail-header .icon-button button{border-color:#7b5c04;--color: #7B5C04}.detail-page .detail-header .icon svg{width:25px;height:25px}.detail-page .info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--mg-medium)}.detail-page .info-grid .box{min-width:260px}.detail-page .info-grid .box .header{display:flex;align-items:center;margin-bottom:10px;color:var(--color-secondary)}.detail-page .info-grid .box .header h4{flex:1;margin:0 0 0 var(--mg-xsmall);font-weight:700;font-size:14px;line-height:18px;text-decoration-line:underline}.detail-page .info-grid .sales-summary{border:1px solid var(--color-secondary);border-radius:5px}.detail-page .info-grid .sales-summary .row{color:var(--color-secondary);display:flex;font-size:12px;line-height:28px;gap:10px}.detail-page .info-grid .sales-summary .row .title{flex:1;font-weight:700;text-align:right}.detail-page .info-grid .sales-summary .row .value{flex:1;font-weight:300}.table-header,.section-header{display:flex;align-items:end;margin-bottom:var(--mg-small);color:var(--color-secondary)}.table-header h4,.section-header h4{flex:1;margin:0 0 0 var(--mg-xsmall);font-weight:700;font-size:14px;line-height:18px;text-decoration-line:underline}.table-header svg,.section-header svg{width:21px;height:21px}.keybind-text{font-weight:590;font-size:12px;line-height:14px;color:#009bdf}.choose-mode-drop-down-button{display:flex;align-items:center;gap:3px}.choose-mode-drop-down-button button.active{border-bottom-left-radius:0;border-bottom-right-radius:0}.print-pdf.active{transition:.1s;border-radius:5px 5px 0 0;background:var(--bg-primary);color:var(--color-primary);--color: var(--color-primary)}.company-product-prices .title{font-weight:700}.company-product-prices .company-product{display:flex;justify-content:space-between}.company-product-prices .company-product .company-name{font-weight:700}.product{width:100%;height:100%;padding-bottom:40px}.product .detail-header .bar{background:var(--bg-tertiary);border-color:var(--border-bg-tertiary)}.product .detail-header .bookmark{width:550px;background:var(--bg-tertiary);border-color:var(--border-bg-tertiary)}.product .detail-header .bookmark .disabled button{background:var(--bg-primary);--color: white}.product .detail-header .bookmark .title{display:flex;flex-direction:column;color:var(--color-secondary)}.product .detail-header .bookmark .title .name{display:block;width:360px;overflow:hidden;white-space:normal}.product .detail-header .bookmark .flexibee-product-link *{outline:none}.product .product-prices .box-content .row .title{min-width:150px}.product .box-content{font-size:12px;line-height:28px}.product .box-content .row{display:flex;gap:10px}.product .box-content .row .title{min-width:95px;color:var(--color-secondary);font-weight:700}.product .product-info{max-width:300px}.product .product-info .name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.product .product-info .code,.product .product-info .name,.product .product-info .ean{text-decoration-line:underline}.product .product-history{margin-bottom:var(--mg-large)}.product .company-product-prices-table,.product .product-info-grid,.product .warranties-list{margin-bottom:var(--mg-xlarge)}.product .company-product-prices-table .table,.product .warranties-list .table{height:400px}.product .company-product-prices-table .table .company-link,.product .warranties-list .table .company-link{color:#000;cursor:pointer}.product .info-grid{margin-bottom:var(--mg-medium)}.product .info-grid .product-image-box{display:flex;flex-direction:column}.product .info-grid .product-image-box .header .delete-button{margin-right:5px}.product .info-grid .product-image-box input{display:none}.product .info-grid .product-image-box .product-image{display:flex;align-items:center;flex:1}.product .info-grid .product-image-box .product-image img{display:block;margin:0 auto;min-height:160px;min-width:200px;max-height:250px;max-width:100%;object-fit:scale-down}.product .product-log .Log{height:400px}.products-table .header .actions{display:flex;align-items:center;gap:5px}.products-table .header .actions .export-products{text-decoration:none}.products-table .actions .product-detail-link{text-decoration:none!important}.products-table .actions .disabled button{background:var(--bg-primary);--color: white}.products-table .actions .flexibee-product-link *{outline:none}.products-table .product-reservations,.products-table .products-on-way,.products-table .products-in-stock{background:none;border:none}.products-table .product-reservations.active,.products-table .products-on-way.active,.products-table .products-in-stock.active{cursor:pointer;text-decoration:underline}.products-table .product-reservations.active:hover,.products-table .products-on-way.active:hover,.products-table .products-in-stock.active:hover{color:#00f}.packing-box .header{display:flex;justify-content:space-between;align-items:center}.packing-box .header h4{margin-bottom:0}.packing-box .form .sizing{display:flex;gap:10px}.suppliers{height:100%;width:100%;display:flex;flex-direction:column}.suppliers .navigation{display:flex;gap:var(--mg-small)}.suppliers .navigation button{padding:0}.suppliers .navigation button a{padding:6px;text-decoration:none;color:var(--bg-primary);height:100%;align-items:center;display:flex}.suppliers .navigation button a.active{background:var(--bg-primary);color:#fff}.suppliers .view{flex:1;height:400px}.suppliers .view .dial-table{height:100%}.supplier{height:100%;display:flex;flex-direction:column}.supplier .header{display:flex;gap:10px;align-items:center}.supplier .header h3{flex:1}.scraping-screen .view{height:calc(100% - 30px)}.scraped-contacts-table{width:100%;height:100%;display:flex;flex-direction:column}.scraped-contacts-table .header .actions{display:flex;gap:5px}.scraped-contacts-table .header .actions .export-orders{text-decoration:none}.scraped-contacts-table .progress-table{border:1px solid black;border-collapse:collapse;margin-bottom:var(--mg-medium)}.scraped-contacts-table .progress-table td,.scraped-contacts-table .progress-table th{border:1px solid black;padding:5px 10px;width:150px}.scraped-contacts-table .progress-table td{font-size:15px}.scraped-contacts-table .progress-table td p{margin:2px 0}.scraped-contacts-table .scraped-data-source-info .actions{display:flex;gap:var(--mg-medium)}.scraped-contacts-table .contacts-grid .phone-call{display:flex;align-items:center;gap:5px}.scraped-contacts-table .contacts-grid .row-scraped-contact-already-in-fb{background:red}.scraped-contacts-table .contacts-grid .scraped-contacts-dates,.scraped-contacts-table .contacts-grid .statistics{font-size:10px;line-height:12px}.scraped-contacts-table .contacts-grid .icon-button.active{background:var(--bg-primary);color:var(--color-primary)}.scraped-contacts-table .contacts-grid .icon-button.active svg{--color: var(--color-primary)}.scraped-contacts-table .contacts-grid .icon-button.active button:hover{background:var(--bg-primary)!important}.specialization-priority .specializations{width:800px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mg-medium)}.specialization-priority .specializations .specialization{border:1px solid var(--bg-primary);padding:20px 10px;border-radius:5px}.scraped-contacts-filter .MuiPaper-root{width:700px;height:700px}.scraped-contacts-filter .MuiPaper-root .search-date,.scraped-contacts-filter .MuiPaper-root .orders-count,.scraped-contacts-filter .MuiPaper-root .customer-return{display:flex;gap:5px}.scraped-contacts-filter .MuiPaper-root .form-widget{display:flex;flex-direction:column;gap:5px}.scraped-contacts-filter .MuiPaper-root .form-widget .icon-button{margin:10px 0 0 auto}.scraped-contacts-filter .MuiPaper-root .form-widget>div{width:100%}.scraped-contacts-filter .MuiPaper-root .form-widget .conditions .condition{display:flex;gap:5px}.scraped-contacts-filter .MuiPaper-root .form-widget .conditions .condition.operator{margin:10px 0}.scraped-contacts-filter .MuiPaper-root .form-widget .conditions .condition .select{min-width:150px}.cold-lead-phone-call-dialog .MuiPaper-root{width:600px}.cold-lead-phone-call-dialog .MuiPaper-root .note-box textarea{height:400px!important}.warranties-screen{display:flex;flex-direction:column}.warranties-screen .warranties-all,.warranties-screen .warranties-approved{flex:1;overflow:hidden}.warranties-screen .warranties-all .MuiDataGrid-root,.warranties-screen .warranties-approved .MuiDataGrid-root{height:calc(100% - 80px)}.warranties-screen .warranties-search{margin:var(--mg-small) var(--mg-medium) var(--mg-medium);display:flex;align-items:center;flex-wrap:wrap;gap:8px}.warranties-screen .warranties-search>div{flex:1;min-width:200px}.warranties-screen .warranties-search .MuiFormControl-root{margin:0}.public-warranty{padding:20px}.warranty{width:100%;height:100%}.warranty .detail-header .bar{background:var(--bg-tertiary);border-color:var(--border-bg-tertiary)}.warranty .detail-header .bookmark{width:650px;background:var(--bg-tertiary);border-color:var(--border-bg-tertiary)}.warranty .detail-header .bookmark .public-warranty-button button{background:var(--bg-primary)!important;--color: white !important}.warranty .info-grid .box .row{display:flex;font-size:14px;line-height:16px;margin:15px 0;align-items:center}.warranty .info-grid .box .row span:first-child{width:150px;font-weight:600}.warranty .info-grid .box .row *:nth-child(2){flex:1}.warranty .warranty-log .Log{height:400px}.warranty .resolution-box{min-width:250px!important}.warranty .resolution-box .resolution-select{width:100%}.warranty .resolution-box .note-box .note textarea{height:200px!important}.warranty .resolution-box .supplier-resolution{margin:5px 0;display:flex;gap:5px;align-items:center;height:36px}.warranty-item-pdf{height:100%;width:100%}.warranty-item-pdf .protocol{height:1053px;padding:70px 50px}.warranty-item-pdf .protocol .header{width:300px;margin:0 auto}.warranty-item-pdf .protocol .header .logo svg{width:300px;height:80px}.warranty-item-pdf .protocol .header h1{text-align:center;margin:0 auto;font-size:24px}.warranty-item-pdf .protocol .body{font-size:20px;height:832px}.warranty-item-pdf .protocol .body .supplier,.warranty-item-pdf .protocol .body .client{margin-top:20px}.warranty-item-pdf .protocol .body .supplier h4,.warranty-item-pdf .protocol .body .client h4{font-size:20px;margin:0}.warranty-item-pdf .protocol .body .client{margin-bottom:40px}.warranty-item-pdf .protocol .body .row{margin:20px 0}.warranty-item-pdf .protocol .body .row .name{font-weight:800;margin-right:5px}.warranty-item-pdf .protocol .body .row.error_description,.warranty-item-pdf .protocol .body .row.item_accepted_state{height:100px}@media print{.safari-warranty-item-pdf body{height:1000px}}.safari-warranty-item-pdf .protocol{height:920px;padding:40px 25px}.safari-warranty-item-pdf .protocol .body{height:742px}.safari-warranty-item-pdf .protocol .body .supplier,.safari-warranty-item-pdf .protocol .body .client{margin-top:15px}.safari-warranty-item-pdf .protocol .body .client{margin-bottom:40px}.safari-warranty-item-pdf .protocol .body .error_description,.safari-warranty-item-pdf .protocol .body .item_accepted_state{height:60px}.warranties-approved .header{display:flex;margin:var(--mg-medium) 0;align-items:center;gap:5px}.warranties-approved .header h4{flex:1;margin:0}.warranties-approved .warranty-actions{display:flex;gap:5px}.warranties-all .header{display:flex;justify-content:space-between;margin:var(--mg-medium) 0}.warranties-all .header .new-warranty-form–button{display:flex;gap:3px;align-items:center}.warranties-all .warranty-actions{display:flex;gap:5px}.warranties-for-replacement{padding-bottom:20px}.warranties-for-replacement .producers .producer{margin:10px 0}.warranties-for-replacement .producers .producer h4{margin:5px 0}.warranties-for-replacement .producers .producer table{width:100%;border-collapse:collapse;border:1px solid black;table-layout:fixed}.warranties-for-replacement .producers .producer table th,.warranties-for-replacement .producers .producer table td{text-align:left;padding:5px;border:1px solid black}.warranties-for-replacement .producers .producer .warranties-sum{display:flex;justify-content:space-between;font-size:15px;font-weight:600;margin-top:3px}.filtrations{width:100%;height:100%;display:flex;flex-direction:column}.filtrations .header{margin-bottom:10px;display:flex;justify-content:space-between;align-items:center}.filtrations .filtrations-grid{flex:1}.filtration-share-dialog .MuiPaper-root{min-width:600px}.user-settings{width:100%}.user-settings .settings{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,600px));gap:var(--mg-medium-large)}.user-settings .settings .personal-settings .setting{display:flex;justify-content:space-between}.user-settings .settings .admin-settings .description{margin:20px 0}.user-settings .settings .admin-settings .actions{display:flex;flex-direction:column;gap:5px}.user-settings .settings .admin-settings .actions .action{display:flex;justify-content:space-between}.reporting{width:100%;display:flex;flex-direction:column}.reporting .navigation{margin-bottom:20px}.reporting-orders .summary{display:flex;gap:10px;margin-bottom:20px}.reporting-orders .summary>div{flex:1}.reporting-orders .charts{display:flex}.reporting-orders .charts>div{flex:1;width:100%}.reporting-orders .top-customers,.reporting-orders .top-products{display:flex}.reporting-orders .top-customers>div,.reporting-orders .top-products>div{width:100%}.statistics-card{border:1px solid;padding:40px;border-radius:10px;display:flex;flex-direction:column;gap:10px;font-size:20px;width:400px;text-align:center;justify-content:center;flex-wrap:wrap}.statistics-card .value{font-weight:700}.customers-reporting .top-customers{max-height:400px;overflow:auto}.customers-reporting .customer-heatmap{width:100%}.customers-reporting .customer-heatmap>div{width:100%}.pricing-wrap{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#111}.pricing-wrap .grid{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;align-items:stretch}.pricing-wrap .card{display:flex;flex-direction:column;width:360px;background:#fff;border:2px solid #f4f4f7;border-radius:16px;padding:28px 24px;box-shadow:0 8px 24px #0000000f;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}.pricing-wrap .card .actual-plan{display:none}.pricing-wrap .card:hover{transform:translateY(-2px);box-shadow:0 10px 28px #00000014;border-color:#163448}.pricing-wrap .card.highlight{border-color:#163448;box-shadow:0 10px 32px #d1009f2e}.pricing-wrap .card .title{font-weight:700;font-size:22px;text-align:center;margin-bottom:10px}.pricing-wrap .card .price{text-align:center;font-weight:800;font-size:34px;color:#163448;margin-bottom:12px}.pricing-wrap .card .approx{text-align:center;color:#6b7280;font-size:14px;margin-bottom:18px}.pricing-wrap .card .features{flex:1;list-style:none;margin:0 0 20px;padding:0;color:#111}.pricing-wrap .card .features li{display:flex;align-items:center;gap:8px;padding:6px 0;font-size:15px}.pricing-wrap .card .features li .tick{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;border:2px solid #111;font-size:12px;line-height:1}.pricing-wrap .card .cta{display:block;width:180px;margin:10px auto 0;padding:10px 16px;font-weight:700;border-radius:999px;background:#163448;color:#fff;border:none;cursor:pointer}.pricing-wrap .card .cta:hover{filter:brightness(1.05)}.pricing-wrap .card .cta:focus{outline:2px solid rgba(22,52,72,.4);outline-offset:2px}.pricing-wrap .note{margin-top:18px;text-align:center;color:#6b7280;font-size:13px}@media (max-width: 420px){.pricing-wrap .card{padding:22px 18px}.pricing-wrap .card .price{font-size:28px}}.faq-section{background-color:#f9f9fb;padding:4rem 0}.faq-section__headline{text-align:center;font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.faq-section__subtitle{text-align:center;font-size:1.0625rem;color:#6b7280;margin-bottom:2rem}.faq-list{max-width:800px;margin:0 auto;display:grid;gap:1rem}.faq-item{background:#fff;border-radius:.75rem;box-shadow:0 6px 20px #1118270f;overflow:hidden;border:1px solid rgba(17,24,39,.06)}.faq-item__heading{margin:0}.faq-item__button{-webkit-tap-highlight-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;text-align:left;background:#fff;border:0;padding:1rem 1.25rem;cursor:pointer;display:grid;grid-template-columns:1fr auto;align-items:center;gap:1rem;font-size:1rem;color:#1f2937}.faq-item__button:hover{background:#4e54c80a}.faq-item__button:focus-visible{outline:none;box-shadow:0 0 0 3px #4e54c833}.faq-item__question{font-weight:600}.faq-item__chevron{transition:transform .18s ease-in-out}.faq-item__panel{max-height:0;overflow:hidden;transition:max-height .22s ease,padding .22s ease,border-top-color .22s ease;padding:0 1.25rem;border-top:1px solid transparent;background:#fff}.faq-item__answer{margin:.75rem 0 1.25rem;color:#6b7280;line-height:1.6}.faq-item.is-open .faq-item__chevron{transform:rotate(180deg)}.faq-item.is-open .faq-item__panel{max-height:300px;padding:.5rem 1.25rem 1rem;border-top-color:#1118270f}.public-header-drawer .MuiPaper-root{padding:20px;width:100%!important;background:#153548}.public-header-drawer .logo,.public-header-drawer .tabs a{color:#fff!important}.public-header-drawer .actions .icon-text-button,.public-header-drawer .actions svg{color:#fff!important;--color: white !important}.public-header-drawer .actions .icon-text-button:hover{background:#153548!important}.public-header-drawer .logo-login-row{display:flex;justify-content:space-between}.public-header-drawer .tabs a{font-size:20px}.logo{color:#fff!important}.public-page-content{margin-top:64px}.container{max-width:1140px;margin:0 auto;padding:0 1rem}.lp{color:#1f2937}.lp__hero{background:linear-gradient(180deg,#fff,#f9f9fb);padding:4rem 0 2.5rem}.lp__hero-inner{display:grid;gap:2rem;align-items:center;grid-template-columns:1fr}@media (min-width: 980px){.lp__hero-inner{grid-template-columns:1.15fr .85fr}}.lp__hero-copy h1{font-size:clamp(1.8rem,3vw,3rem);line-height:1.1;margin:0 0 .75rem}.lp__hero-copy .lead{color:#6b7280;font-size:1.075rem;margin:0 0 1rem}.lp__hero-copy .lp__cta{display:flex;gap:.75rem;margin:1rem 0 1.25rem}.lp__hero-copy .lp__trust{list-style:none;padding:0;margin:0;display:grid;gap:.25rem;color:#6b7280}.lp__hero-media .mockup{background:#fff;border:1px solid rgba(17,24,39,.06);border-radius:1rem;box-shadow:0 20px 40px #11182714;overflow:hidden}.lp__hero-media .mockup__header{background:#4e54c814;color:#4e54c8;font-weight:700;padding:.75rem 1rem}.lp__hero-media .mockup__body{padding:1rem}.lp__hero-media .mockup__body .row{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.75rem}.lp__hero-media .mockup__body .mini-card{background:#f9f9fb;border-radius:.75rem;padding:.75rem;text-align:center}.lp__hero-media .mockup__body .mini-card__kpi{font-size:1.25rem;font-weight:800}.lp__hero-media .mockup__body .mini-card__label{color:#6b7280;font-size:.875rem}.lp__hero-media .mockup__body .bar{height:10px;border-radius:999px;margin:.35rem 0}.lp__hero-media .mockup__body .bar--ok{background:linear-gradient(90deg,#4e54c8,#d100a6)}.lp__hero-media .mockup__body .bar--warn{background:linear-gradient(90deg,#f59e0b,#ef4444)}.lp__logos{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1.25rem}.lp__logos .logo-chip{border:1px solid rgba(17,24,39,.08);padding:.35rem .65rem;border-radius:999px;background:#fff;font-weight:700}.lp__logos .logo-chip svg{width:100px;height:25px}.lp__logos .logo-chip--accent{color:#fff;background:#d100a6;border-color:#d100a6}.lp__logos .logo-pipe{opacity:.6}.lp__how{padding:3rem 0}.lp__how h2{text-align:center;margin:0 0 1.5rem}.lp .grid.grid--steps{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width: 900px){.lp .grid.grid--steps{grid-template-columns:repeat(3,1fr)}}.lp .grid.grid--features{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width: 900px){.lp .grid.grid--features{grid-template-columns:repeat(3,1fr)}}.lp .step{display:grid;grid-template-columns:auto 1fr;gap:.75rem;padding:1rem;background:#fff;border:1px solid rgba(17,24,39,.06);border-radius:.75rem}.lp .step__index{width:36px;height:36px;border-radius:999px;background:#d100a6;color:#fff;display:grid;place-items:center;font-weight:800}.lp .step__title{margin:0 0 .25rem}.lp .step__text{color:#6b7280;margin:0}.lp__features{padding:2rem 0 1rem}.lp__features h2{text-align:center;margin:0 0 1.5rem}.lp .feature{background:#fff;border:1px solid rgba(17,24,39,.06);border-radius:.75rem;padding:1rem;display:grid;gap:.35rem}.lp .feature__icon{color:#4e54c8}.lp .feature__title{margin:0}.lp .feature__text{color:#6b7280;margin:0}.lp__cta-band{padding:2rem 0 3rem}.lp__cta-band .band{background:linear-gradient(90deg,#4e54c8,#d100a6);color:#fff;padding:1.25rem;border-radius:1rem;display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width: 900px){.lp__cta-band .band{grid-template-columns:1fr auto}}.lp__cta-band .band .band__copy h3{margin:0 0 .25rem}.lp__cta-band .band .band__copy p{margin:0}.lp__cta-band .band .band__actions{display:flex;align-items:center;gap:.5rem;justify-content:flex-start}@media (min-width: 900px){.lp__cta-band .band .band__actions{justify-content:flex-end}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1rem;border-radius:999px;font-weight:800;text-decoration:none;border:1px solid transparent;transition:transform .04s ease,background .15s ease,border-color .15s ease}.btn:active{transform:translateY(1px)}.btn--primary{background:#d100a6;color:#fff}.btn--primary:hover{background:#bd0096}.btn--primary:focus-visible{outline:none;box-shadow:0 0 0 3px #d100a62e}.btn--ghost{background:#fff;border-color:#1118271f;color:#1f2937}.btn--ghost:hover{background:#00000008}.site-footer{background:#fff;border-top:1px solid rgba(17,24,39,.06);color:#1f2937}.site-footer .container{max-width:1140px;margin:0 auto;padding:2rem 1rem}.site-footer .sf-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 900px){.site-footer .sf-grid{grid-template-columns:1.25fr repeat(3,1fr)}}.site-footer .sf-brand .sf-logo .logo{font-weight:900;font-size:1.25rem;letter-spacing:.5px;color:#d100a6}.site-footer .sf-brand .sf-tagline{color:#6b7280;margin:.5rem 0 1rem}.site-footer .sf-brand .sf-social{display:flex;gap:.5rem}.site-footer .sf-brand .sf-social a{width:32px;height:32px;border-radius:999px;display:grid;place-items:center;font-weight:800;text-decoration:none;color:#d100a6;border:1px solid rgba(17,24,39,.12)}.site-footer .sf-brand .sf-social a:hover{background:#d100a60f}.site-footer .sf-brand .sf-social a:focus-visible{outline:none;box-shadow:0 0 0 3px #d100a62e}.site-footer .sf-col h4{font-size:.95rem;margin:0 0 .5rem}.site-footer .sf-col ul{list-style:none;padding:0;margin:0;display:grid;gap:.35rem}.site-footer .sf-col a{color:#6b7280;text-decoration:none}.site-footer .sf-col a:hover{color:#4e54c8}.site-footer .sf-info{border-top:1px solid rgba(17,24,39,.06);margin-top:2rem;padding-top:1rem;display:grid;gap:.5rem;font-size:.9375rem;color:#6b7280}@media (min-width: 900px){.site-footer .sf-info{grid-template-columns:1fr auto;align-items:center}}.site-footer .sf-info .sf-company strong,.terms{color:#1f2937}.terms .container{max-width:980px;margin:0 auto;padding:0 1rem}.terms__header{background:linear-gradient(180deg,#fff,#f9f9fb);padding:3rem 0 2rem}.terms__header h1{margin:0 0 .25rem;font-size:clamp(1.8rem,3.2vw,2.5rem);line-height:1.1}.terms__header .meta{margin:0;color:#6b7280}.terms__content{padding:1.5rem 0 3rem}.terms .toc{background:#fff;border:1px solid rgba(17,24,39,.06);border-radius:.75rem;padding:1rem 1rem .75rem;margin-bottom:1.25rem}.terms .toc ol{margin:0;padding-left:1.25rem;display:grid;gap:.25rem}.terms .toc a{color:#4e54c8;text-decoration:none}.terms .toc a:hover{text-decoration:underline}.terms .block{background:#fff;border:1px solid rgba(17,24,39,.06);border-radius:.75rem;padding:1rem;margin-bottom:1rem}.terms .block h2{margin:0 0 .5rem;font-size:1.25rem}.terms .block p{margin:0 0 .5rem;color:#1f2937}.terms .block ul{margin:.25rem 0 .5rem;padding-left:1.15rem;color:#1f2937}.terms .block ul li{margin:.15rem 0}.terms .provider{color:#6b7280}.terms .provider a{color:#4e54c8;text-decoration:none}.terms .provider a:hover{text-decoration:underline}.terms .contact{font-style:normal;color:#6b7280}.terms .contact a{color:#4e54c8;text-decoration:none}.terms .contact a:hover{text-decoration:underline}.terms .note{background:#fff7fb;border:1px solid rgba(209,0,166,.18);color:#1f2937;border-radius:.75rem;padding:.75rem 1rem;margin-top:.5rem}.policy{color:#1f2937;padding:0 1rem}.policy__header,.policy__block,.policy__footer{max-width:980px;margin:0 auto}.policy__header{background:linear-gradient(180deg,#fff,#f9f9fb);margin:0 -1rem;padding:3rem 1rem 2rem}@media (min-width: 1024px){.policy__header{margin:0;border-radius:.75rem}}.policy__header h1{margin:0 0 .25rem;font-size:clamp(1.8rem,3.2vw,2.5rem);line-height:1.1}.policy__header .lead{margin:0;color:#6b7280;font-size:1.0625rem}.policy__block{background:#fff;border:1px solid rgba(17,24,39,.06);border-radius:.75rem;padding:1rem;margin:1rem auto}.policy__block h2{margin:0 0 .5rem;font-size:1.25rem;line-height:1.25}.policy__block h3{margin:.5rem 0 .25rem;font-size:1.0625rem}.policy__block p{margin:0 0 .5rem;color:#1f2937}.policy__block ul,.policy__block ol{margin:.25rem 0 .5rem;padding-left:1.15rem;color:#1f2937}.policy__block ul li,.policy__block ol li{margin:.15rem 0}.policy .kv{display:grid;grid-template-columns:180px 1fr;gap:.35rem .75rem;margin:.25rem 0}@media (max-width: 640px){.policy .kv{grid-template-columns:1fr}}.policy .kv dt{color:#6b7280;font-weight:600}.policy .kv dd{margin:0}.ug-reg{min-height:100vh;background:#f9f9fb;padding:24px;box-sizing:border-box;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#1f2937}.ug-reg__header{text-align:left;max-width:560px;margin:0 auto}.ug-reg__header .logos{display:flex;gap:10px;align-items:center;justify-content:space-between}.ug-reg__header .logos svg{width:130px;height:50px}.ug-reg__header .logos .upgates svg{height:50px}.ug-reg__title{font-size:18px;font-weight:700;margin:0 0 10px}.ug-reg__logo{width:40px;height:40px;object-fit:contain}.ug-reg__logo--upgates{justify-self:end}.ug-reg .email-field{margin-bottom:10px}.ug-reg__card{max-width:560px;margin:0 auto;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:18px;box-shadow:0 8px 24px #0000000d}.ug-reg__center{text-align:center;color:#6b7280}.ug-reg__note{font-size:14px;color:#6b7280;background:#fff6fb;border:1px solid #ffd1f0;border-radius:8px;padding:10px 12px;margin-bottom:12px}.ug-reg__alert{padding:10px 12px;border-radius:8px;margin-bottom:12px;font-size:14px}.ug-reg__alert--error{background:#fff1f2;border:1px solid #fecdd3;color:#991b1b}.ug-reg__alert--success{background:#ecfdf5;border:1px solid #bbf7d0;color:#065f46}.ug-reg__field{display:grid;gap:6px;margin:10px 0}.ug-reg__field label{font-weight:600;font-size:14px}.ug-reg__field input{padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.ug-reg__field input:focus{outline:none;border-color:#4e54c899;box-shadow:0 0 0 3px #4e54c826}.ug-reg__field input[aria-invalid=true]{border-color:#fecdd3;box-shadow:0 0 0 3px #fecdd359}.ug-reg__btn{width:100%;display:inline-block;background:#4e54c8;color:#fff;border:none;padding:10px 16px;border-radius:999px;font-weight:700;cursor:pointer;margin-top:8px;transition:filter .15s ease,transform .05s ease}.ug-reg__btn:hover{filter:brightness(1.05)}.ug-reg__btn:active{transform:translateY(1px)}.ug-reg__btn:disabled{opacity:.7;cursor:default}.ug-reg__footer{margin-top:12px;font-size:12px;color:#6b7280}@media (max-width: 420px){.ug-reg__header{grid-template-columns:auto 1fr auto}.ug-reg__card{padding:16px}.ug-reg__title{font-size:16px}}.public-price-list{padding:4rem 0 2.5rem}.public-price-list h1{text-align:center;font-size:clamp(1.8rem,3vw,3rem);line-height:1.1;margin:0 0 .75rem}
