.dashboard-wrapper{padding:10px 5px;width:100%}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.logo-in{width:300px;height:auto}.login-container{min-height:100vh;position:relative}.background-image{position:absolute;inset:0;background-size:cover;background-position:center}.overlay{position:absolute;inset:0;background-color:#6b728066}.content{position:relative;min-height:100vh;padding:32px}.logo-section{margin-bottom:64px}.logo-wrapper{display:flex;align-items:center;gap:12px}.logo-text{color:#000;font-size:48px;font-family:Arial,sans-serif;letter-spacing:-.02em}.login-card{max-width:448px;margin:0 auto;background-color:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;padding:48px}.login-title{text-align:center;color:#000;font-size:48px;font-weight:700;letter-spacing:.02em;margin-bottom:40px}.login-form{display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column}.form-label{display:block;color:#000;font-size:14px;font-weight:500;margin-bottom:8px}.input-wrapper{position:relative}.input-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#9ca3af}.form-input{width:100%;padding:12px 16px 12px 48px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#374151;outline:none;transition:border-color .2s}.form-input::placeholder{color:#9ca3af}.form-input:focus{border-color:#9ca3af}.form-options{display:flex;align-items:center;justify-content:space-between;padding-top:8px}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer}.checkbox-input{width:16px;height:16px;border:2px solid #d1d5db;border-radius:4px;cursor:pointer;accent-color:#9ca3af}.checkbox-text{color:#4b5563;font-size:14px}.forgot-link{color:#06b6d4;font-size:14px;text-decoration:none}.forgot-link:hover{color:#0891b2;text-decoration:underline}.button-wrapper{padding-top:16px}.login-button{width:100%;background-color:#dc2626;color:#fff;padding:16px;border:none;border-radius:9999px;font-size:18px;font-weight:500;cursor:pointer;box-shadow:0 10px 15px -3px #0000001a;transition:background-color .2s}.login-button:hover{background-color:#b91c1c}.header{height:60px;background:#fff;display:flex;align-items:center;padding:0 20px;color:#333;justify-content:space-between;border-bottom:1px solid #e5e5e5;position:relative;z-index:1000}.menu-icon{cursor:pointer;color:#444;display:block;font-size:large}.search{width:300px;padding:8px 12px;border-radius:6px;border:1px solid #ccc;background:#f8f8f8}.header-right{display:flex;align-items:center;gap:25px;padding:12px 0;position:relative;z-index:1000}.notification{width:28px;height:28px;background:#253d90;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}.notification svg{color:#fff}.notif-count{position:absolute;top:-4px;right:-4px;background:red;color:#fff;font-size:10px;padding:2px 5px;border-radius:10px;min-width:18px;text-align:center;font-weight:700}.lang-box,.profile-box{display:flex;align-items:center;gap:6px;cursor:pointer;position:relative;z-index:1000;font-size:11px}.flag{width:20px;height:15px}.dropdown-menu{position:absolute;top:45px;right:0;background:#fff;padding:10px 0;width:180px;border-radius:8px;border:1px solid #ddd;box-shadow:0 3px 12px #00000026;z-index:99999}.dropdown-item{padding:10px 15px;display:flex;align-items:center;gap:10px;cursor:pointer;font-size:12px;color:#444}.dropdown-item:hover{background:#f0f0f0}.profile{width:28px;height:28px;border-radius:50%}.profile-info{display:flex;flex-direction:column;align-items:flex-start}.username{font-size:14px;font-weight:600}.role{font-size:12px;color:#777}.round-icon{width:16px;height:16px;border-radius:50%;border:.2px solid #5C5C5C;display:flex;align-items:center;margin:0 20px;justify-content:center}@media(max-width:768px){.header{padding:0 10px;gap:10px}.search{width:140px;padding:6px 10px;font-size:14px;flex-shrink:1}.header-right{gap:10px}.lang-name,.username,.role{display:none}.profile{width:32px;height:32px}.dropdown-menu{top:50px;right:-20px;width:160px}.round-icon{margin:0}}.dashboard-wrapper{padding:8px 16px}.sidebar-logo{font-weight:700}.menu-list{list-style:none;margin-top:0;padding-top:0;position:absolute;top:63px}.menu-list li{padding:12px 10px;cursor:pointer;transition:all .2s ease}.menu-list li.active{background:#e50914;border-radius:6px;opacity:1;margin:8px 0;text-align:center}.menu-list li:hover{opacity:1}.bottom-menu{display:flex;flex-direction:column;gap:10px;padding:10px}.bottom-menu li{list-style:none;display:flex;align-items:center;cursor:pointer;padding-bottom:12px}.bottom-menu li.logout{color:#fff}.logout{color:red}.divider{width:220px;height:.1px;margin-top:50px;background:#d5d5d5;position:absolute;bottom:16%}.sidebar{width:250px;background:#000;color:#fff;position:fixed;left:0;top:0;height:100vh;display:flex;flex-direction:column;justify-content:space-between;padding:20px 15px;overflow-y:auto;transition:transform .3s ease}.menu-icon{font-size:26px;cursor:pointer}.sidebar{width:250px;background:#000;color:#fff;position:fixed;left:0;top:0;height:100vh;overflow-y:auto;padding:20px 15px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .3s ease}.sidebar.closed{transform:translate(-250px)}.sidebar.open{transform:translate(0)}.main-content{width:100%;transition:margin-left .3s ease}.sidebar-logo img{width:167px;height:auto;mix-blend-mode:screen}.sidebar-logo{width:150px;height:auto}.menu-list li{position:relative}.menu-list li .actborder{position:absolute;left:-15px;top:0;width:0px;height:100%;background:transparent;border-top-right-radius:8px;border-bottom-right-radius:8px;transition:all .25s ease}.menu-list li.active .actborder{width:2px;background:#e50914}.main-content{width:100%;height:100vh;display:flex;flex-direction:column}.fixed-header{position:sticky;top:0;z-index:999;background:#fff}.page-content{flex:1;overflow-y:auto}.dashboard-wrapper{padding:10px 5px}.stats-cards{display:flex;gap:20px;margin:20px 0}.cardw{background:#fff;padding:20px;width:234px;border-radius:12px;box-shadow:0 2px 8px #0001}.cardw .value{font-size:26px;margin:5px 0}.up{color:#0c9c41;font-size:13px}.down{color:#e74c3c;font-size:13px}.quote-table{width:100%;border-collapse:collapse;background:#fff}.quote-table th,.quote-table td{padding:12px;border-bottom:1px solid #eee}.quote-table thead th{text-align:left!important}.tag{display:inline-block;min-width:70px;padding:6px 12px;border-radius:4px;font-size:12px;color:#fff;text-align:center;font-weight:500}.sent{background:#00b69b}.pending{background:#fcbe2d}.draft{background:#42b6f6}.main-content{width:100%;transition:margin-left .3s ease;background:#fdf3f1;min-height:100vh}.sidebar-open{margin-left:250px}.sidebar-closed{margin-left:0}.btn{display:flex;align-items:center;padding:18px;gap:8px}.recent-quote-header{display:flex;justify-content:space-between;align-items:center;background-color:#fff;padding:10px 15px;border-radius:6px}.month-dropdown{padding:2px 20px;border-radius:4px;border:.6px solid #D5D5D5;cursor:pointer;color:#d5d5d5}.table-head{background:#e8eaed;border-radius:16px;text-align:center}.table-row{text-align:left}.recent-quote-table-wrapper{background-color:#fff;border-radius:8px;padding:8px 16px}.textAS{color:#595454;font-size:12px}.card-header h4{font-size:14px;color:#555;font-weight:500}.icon-box{padding:8px;border-radius:32%;display:flex;background:#f2f2f2;align-items:center;justify-content:center}.icon-box.purple{background:#ede9ff;color:#7c3aed}.icon-box.yellow{background:#fff4cc;color:#f5b400}.icon-box.green{background:#d8fbea;color:#2ecc71}.trend{margin-top:10px;font-size:12px;display:flex;align-items:center;gap:6px;font-weight:500}.trend.up{color:#14a44d}.trend.down{color:#e63946}.dashboard-wrapper{padding:8px 18px}.action-buttons{margin:20px 0;display:flex;gap:15px}.btn{padding:18px 25px;border:none;color:#fff;border-radius:8px;cursor:pointer;font-weight:600}.orange{background:#ff7a00}.yellow{background:#fabe00}.green{background:#00a878}.box{background:#fff;padding:25px;border-radius:12px;margin-top:20px;border:1px solid #f0dada}.box h2{margin-bottom:18px;font-size:22px;font-weight:600}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.top-gap{margin-top:10px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:25px}.finder-box{display:flex;gap:40px}.finder-left{width:220px;padding-right:20px}.red-title{background:linear-gradient(to right,#e60023,#000);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700;margin-bottom:15px}.bordertype{width:110px;height:2px;line-height:1.4px;background:#d12424}.bordernone{width:110px;height:2px;line-height:1.4px;background:transparent}.finder-buttons{display:flex;flex-direction:column;gap:10px}.red-btn{width:100%;padding:10px;border:1px solid #d12424;background:#fff;color:#d12424;border-radius:8px;font-weight:600;text-align:left}.red-btn.active{background:#d12424;color:#fff}.finder-right{flex:1;max-width:600px}.finder-right h2{margin-bottom:20px}.input-group{display:flex;flex-direction:column;gap:6px}.input-group label{display:block;font-weight:600;font-size:14px}.input-group input,.input-group select{padding:12px;border-radius:8px;border:1px solid #ddd;font-size:14px;background:#fff;width:100%}.center{display:flex;justify-content:center;margin-top:18px}.search-btn{background:#4880ff;color:#fff;padding:12px 0;width:200px;border-radius:8px;font-size:16px;font-weight:600;border:none;cursor:pointer;text-align:center}.search-btn:hover{opacity:.9}.product-table{width:100%;border-collapse:collapse;background:#fff;margin-top:10px}.product-table th{background:#eee;padding:12px;text-align:left;font-size:14px}.product-table td{padding:12px;border-bottom:1px solid #ddd}.totals-box{margin-top:20px;border-radius:8px;width:380px;margin-left:auto}.row{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:10px}.total-boxLimit{display:flex;justify-content:space-between;width:100%;padding:4px 2px;margin-left:2px;border:1px solid #000000}.total-boxLimit span{font-size:15px;font-weight:500}.bottom-buttons{display:flex;justify-content:flex-end;gap:14px;margin-top:35px;margin-bottom:35px}.light-btn{background:#fff;padding:12px 20px;border-radius:8px;border:1px solid #4880FF;font-size:15px;cursor:pointer;color:#4880ff}.righttext{color:#404040}.blue-btn{background:#4880ff;color:#fff;padding:12px 22px;border-radius:8px;border:none;cursor:pointer;font-size:15px}.blue-btn.send-btn{display:flex;align-items:center;gap:6px}.send-icon{margin-top:-1px}.center{width:100%;display:flex;justify-content:center;margin-top:18px}.tab-content{justify-content:center;margin-left:30px}.select.placeholder{color:#9ca3afb5}.delete-btn{background:#fff;border:1px solid #fff;padding:6px 8px;cursor:pointer;display:flex;align-items:center}.delete-btn:hover{color:red}.tyre-cards{display:flex;gap:20px;transition:transform .4s ease;width:max-content}.tyre-card{width:300px;min-width:300px;background:#fff;padding:15px;border-radius:10px;border:1px solid #eee;position:relative;text-align:center}.tyre-title{font-size:15px;font-weight:600;margin-bottom:10px}.offer-tag{position:absolute;top:5px;right:5px;background:red;padding:3px 8px;border-radius:4px;font-size:10px;font-weight:700;color:#fff}.tyre-img{width:110px;height:auto;margin:10px auto;display:block}.price-row{display:flex;justify-content:center;align-items:baseline;gap:6px;margin-top:5px}.rrp-label{font-size:10px;color:#444;font-weight:700}.price{font-size:20px;color:#f44336;font-weight:700}.qty-row{display:flex;justify-content:center;align-items:center;margin:12px 0;gap:15px}.qty-btn{width:30px;height:30px;border-radius:50%;border:none;background:#eee;font-size:20px;cursor:pointer}.qty-val{font-size:18px;font-weight:700}.add-btn{width:100%;padding:10px;background:#4a8ef0;color:#fff;font-weight:700;border-radius:8px;border:none;cursor:pointer}.nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:1px solid #ccc;width:32px;height:32px;border-radius:50%;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center}.nav-btn.left{left:10px}.nav-btn.right{right:10px}.title{margin-bottom:15px;text-align:left;font-size:20px}.upload-box{width:100%;border-radius:12px;padding:8px 28px;background:#fff;text-align:center;margin-top:16px}.upload-box p{padding:40px;border:3px dashed #d3d9f0;border-radius:12px;font-size:14px;color:#4a4a4a;background-color:#f3f5ff;margin-bottom:15px}.browse-btn{background:#4880ff;color:#fff;padding:10px 8px;border-radius:8px;cursor:pointer;display:inline-block;font-weight:600;position:relative;margin-top:16px;width:125px}.browse-btn input{position:absolute;left:0;top:0;opacity:0;width:100%;height:100%;cursor:pointer}.tabs{display:flex;justify-content:flex-end;gap:20px;margin:20px 4px}.tab{padding:8px 35px;border-radius:10px;border:2px solid transparent;background:#fff;font-size:14px;cursor:pointer;font-weight:600;color:red}.tab.active{background:red;color:#fff}.page{background-color:#fff;padding:px;border-radius:12px}.hkottabl{max-width:100%;overflow-x:auto;border-radius:18px;box-shadow:0 4px 15px #00000026;background:#fff}@media(min-width:1150px){.page{max-width:1150px;margin:auto}}.fndfScroll{max-height:450px;overflow-y:auto}.fndfScroll::-webkit-scrollbar,.hkottabl::-webkit-scrollbar{height:10px;width:10px}.fndfScroll::-webkit-scrollbar-thumb,.hkottabl::-webkit-scrollbar-thumb{background:#ff3b3b;border-radius:8px}.fndfScroll::-webkit-scrollbar-track,.hkottabl::-webkit-scrollbar-track{background:#eee}.styledTable{width:100%;border-collapse:collapse}.styledTable th{background:#d9d9d9;padding:15px;text-align:left;font-size:16px;width:auto}.styledTable td{padding:22px;border-bottom:1px solid #eee;height:55px;width:auto}.oddRow{background:#fff2f2}.footer-buttons{display:flex;justify-content:flex-end;gap:15px;margin-top:30px;margin-bottom:30px}.save-btn{background:#fff;color:#4880ff;border:1px solid #4880FF;padding:10px 25px;border-radius:8px;cursor:pointer;width:150px;font-weight:700}.export-btn{background:#4880ff;color:#fff;border:none;padding:10px 25px;border-radius:8px;cursor:pointer;width:135px;font-weight:700}.borderleft1type{border-top-left-radius:8px}.borderright1type{border-top-right-radius:8px}.emailfixed{margin:12px 0}.row{display:flex;gap:20px}.field{flex:1;display:flex;flex-direction:column}label{font-size:14px;margin-bottom:5px;font-weight:600}input,select{padding:12px;font-size:15px;border:1px solid #ccc;border-radius:6px;background:#fff}.content-title{margin-top:25px;margin-bottom:10px;font-size:20px;font-weight:700}.toolbar{background:#e0dede;padding:12px;display:flex;gap:18px;border-radius:8px;margin-bottom:12px}.toolbar svg{cursor:pointer}.editor-box{width:100%;padding:16px;border-radius:10px;border:1px solid #d1d1d1;background:#fff;font-size:15px}.sach-btn{margin-top:20px;padding:12px 20px;background:#4880ff;border:none;border-radius:8px;color:#fff;font-weight:600;cursor:pointer;font-size:15px}.saved-title{margin-top:40px;margin-bottom:10px;font-size:20px;font-weight:700}.template-table{width:100%;border-spacing:0;background:#fff;border-radius:10px;overflow:hidden}.template-table th,.template-table td{padding:14px 18px;text-align:left;border-bottom:1px solid #eee}.template-table th{background:#e8eaed;font-weight:700}.status{padding:6px 12px;border-radius:4px;color:#fff;font-size:13px}.status.active{background:#00b69b}.edit-btn{padding:8px 16px;background:#4880ff;border:none;color:#fff;border-radius:6px;cursor:pointer}.typonfixed{margin-left:12px;max-width:300px}.quote{padding:16px,0;background:#fff;margin:12px 0;border-radius:8px}.quote-table{width:100%;border-spacing:0;font-family:sans-serif;border-radius:8px}.quote-table thead th{background:#ececec;padding:14px 20px;font-size:15px;text-align:left;font-weight:600}.quote-table tbody td{padding:18px 20px;border-bottom:1px solid #e8e8e8;font-size:15px}.status-badge{padding:6px 18px;border-radius:20px;display:inline-block;min-width:90px;text-align:center;font-weight:600;color:#fff}.status-badge.pending{background:#fcbe2d}.status-badge.accepted{background:#42b6f6}.status-badge.rejected{background:#ef3826}.view-btn{background:#717373;border:none;padding:8px 30px;border-radius:6px;color:#fff;font-weight:600;cursor:pointer}.reportanali{margin:16px 0;background:#fff;padding:30px;border-radius:14px}.filter-row{display:flex;gap:20px;margin:30px 0}.filter-box{flex:1;display:flex;flex-direction:column}.filter-box label{font-size:13px;margin-bottom:5px;color:#444;font-weight:500}.filter-box select{padding:14px 16px;border-radius:10px;font-size:15px;border:1px solid #ddd;background:#fff;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='black' height='10' viewBox='0 0 20 20' width='30' xmlns='http://www.w3.org/2000/svg'><polygon points='0,0 20,0 10,20'/></svg>");background-repeat:no-repeat;background-position:right 12px center}.grid-container{display:grid;grid-template-columns:1fr 1fr;gap:25px}.card{background:#fff;border-radius:16px;width:auto;padding:20px;box-shadow:0 4px 20px #0000000f}.card h3{margin-bottom:15px;font-size:18px;font-weight:600}.card-header{display:flex;justify-content:space-between;align-items:center}.pdf-btn,.details-btn{background:#4880ff;border:none;padding:8px 16px;border-radius:8px;color:#fff;font-weight:600;cursor:pointer;font-size:14px}.store-list .row{display:flex;justify-content:space-between;padding-top:16px}.store-list small{color:#777;font-size:12px}.rsprofit{color:#17ad43;font-weight:600}.pie-wrapper{width:100%;height:260px;display:flex;justify-content:center;align-items:center;position:relative}.payment-wrapper{padding:25px;font-family:sans-serif;color:#333}.payment-card,.history-card{background:#fff;padding:28px;border-radius:14px;margin-top:8px;margin-bottom:30px;box-shadow:0 2px 6px #0000000d}.label{font-size:14px;font-weight:600;display:block;margin-bottom:6px}.input-box{width:100%;padding:14px;border-radius:8px;border:1px solid #ddd;font-size:15px;background:#fff}.section-title{margin-top:22px;margin-bottom:10px;font-size:18px;font-weight:700}.payment-row{display:flex;gap:20px;margin-bottom:20px}.input-block{width:100%}.select-box{width:100%;padding:14px;border:1px solid #ddd;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:space-between;font-size:15px}.record-btn{margin-left:auto;display:block;padding:12px 30px;background:#4880ff;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer}.history-title{font-size:22px;margin-bottom:20px;font-weight:700}.history-table{width:100%;border-spacing:0}.history-table th{background:#e5e7eb;padding:14px;text-align:left;font-size:15px;font-weight:600}.history-table td{padding:16px;border-bottom:1px solid #eee;font-size:15px}.status-badge{padding:6px 1px;border-radius:20px;min-width:100px;display:inline-block;text-align:center;font-weight:600;color:#fff}.status-badge.confirmed{background:#0bd16d}.status-badge.pending{background:#fec53d;color:#6f5206}.status-badge.refunded{background:#dc6262}.borderlefttype{border-top-left-radius:8px;border-bottom-left-radius:8px}.borderrighttype{border-top-right-radius:8px;border-bottom-right-radius:8px}.followup-container{padding:25px;background:#fff;border-radius:14px}.title{margin-bottom:15px;font-size:22px;font-weight:700}.followup-table{width:100%;border-spacing:0}.followup-table thead th{background:#e9e9e9;padding:14px 20px;text-align:left;font-weight:600;font-size:15px}.followup-table tbody td{padding:18px 20px;border-bottom:1px solid #eaeaea;font-size:15px}.type-badge{padding:6px 18px;border-radius:20px;display:inline-block;min-width:120px;text-align:center;font-weight:600;font-size:14px}.type-badge.reminder{background:#d8ddff;color:#4a5cc4}.type-badge.non-purchase{background:#c3dfd3;color:#2f7a66}.type-badge.payment-pending{background:#f7e2b3;color:#a2750c}.status-badge{padding:6px 18px;border-radius:20px;display:inline-block;min-width:100px;text-align:center;font-weight:600;color:#fff}.status-badge.sent{background:#00b69b}.status-badge.pending{background:#fcbe2d;color:#8a6d00}.status-badge.responded{background:#42b6f6}.header-row{display:flex;justify-content:space-between;align-items:center;padding:16px 8px}.header-row h2{font-size:20px;font-weight:700}.Simetraic{border-radius:8px;margin:12px 0;background-color:#fff}.filter-select{padding:10px 14px;font-size:14px;border-radius:8px;border:1px solid #ccc;background:#fff}.email-table{width:100%;border-spacing:0;background:#fff;border-radius:10px;overflow:hidden}.email-table th{background:#e8eaed;padding:14px 20px;text-align:left;font-weight:700;font-size:14px}.email-table td{padding:16px 20px;font-size:14px;border-bottom:1px solid #ececec}.status-badge{padding:6px 14px;border-radius:20px;font-size:13px;font-weight:500;min-width:80px;text-align:center;display:inline-block}.status-badge.send{background:#c9d9ff;color:#4880ff}.status-badge.failed{background:#ffcafb;color:#ff0aef}.status-badge.pending{background:#ffe7ae;color:#d77e00}
