:root{--bg:#1c2021;--panel:#15191a;--panel2:#101415;--line:#3b4244;--text:#e8e5df;--muted:#b4afa5;--blue:#2458a7;--blue2:#2675bd;--orange:#c66d0c;--green:#285f32}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--bg);color:var(--text);font:16px "Segoe UI",Arial,sans-serif}button,input,select,textarea{font:inherit;touch-action:manipulation}button{cursor:pointer;color:inherit}.hidden{display:none!important}
#appShell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:300px;background:#101415;border-right:1px solid #2f3435;display:flex;flex-direction:column;z-index:30}.brand{height:57px;display:flex;align-items:center;gap:10px;padding:0 14px}.logo{width:38px;height:38px;border-radius:9px;background:linear-gradient(145deg,#ff8c17,#b95000);display:grid;place-items:center;font-weight:900;color:#fff}.brand strong{display:block;font-size:20px}.brand small{display:block;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:#e69a4e}.edition{margin:0 10px;background:#282d2e;border-radius:4px;padding:14px;font-weight:700}.edition span{float:right}.store-card{padding:16px 24px 14px;display:flex;flex-direction:column;gap:4px}.store-card button{border:0;background:transparent;text-align:left;padding:0;font-weight:700}.user-row{padding:18px 24px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.user-row span{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-row button{background:var(--orange);border:0;border-radius:4px;padding:7px 10px;font-weight:800;letter-spacing:.12em}.sidebar nav{padding:16px 10px;display:flex;flex-direction:column;gap:5px}.sidebar nav button,.sidebar-bottom>button{height:50px;background:transparent;border:0;border-radius:4px;text-align:left;padding:0 14px;font-size:18px}.sidebar button i{font-style:normal;display:inline-grid;width:34px}.sidebar nav button.active,.sidebar-bottom>button.active{background:var(--blue)}.sidebar-bottom{margin-top:auto}.sidebar-bottom>button{display:block;margin:5px 10px;width:calc(100% - 20px)}#lock{border:1px solid #777!important;text-align:center!important;height:60px!important}.help{height:56px;border-top:1px solid var(--line);padding:16px 20px;font-size:18px}.help span{float:right}.main{margin-left:300px;min-height:100vh}.pagebar{height:57px;background:#141819;display:flex;align-items:center;border-bottom:1px solid #252a2b}.pagebar button{height:57px;width:66px;border:0;border-right:1px solid #343a3b;background:transparent;font-size:23px}.pagebar span{margin-left:20px}.pagebar h1{font-size:21px;font-weight:400;margin-left:12px}.view{display:none}.view.active{display:flex}.pad{padding:36px 32px;flex-direction:column}.section-title{border-bottom:1px solid var(--line);padding-bottom:9px;font-size:18px}.spaced{margin-top:62px}.tile-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:18px}.action-tile{position:relative;width:157px;height:157px;background:#171b1c;border:1px solid #485052;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;font-size:18px}.action-tile:hover,.action-tile.selected{border-color:#3a7ed1;background:#1c2733}.action-tile i{font-style:normal;font-size:53px;line-height:1;color:#d3d0ca}.action-tile small{font-size:12px;color:#a8a49b}.summary-row{display:grid;grid-template-columns:repeat(3,minmax(180px,300px));gap:18px;margin-top:18px}.summary-row article{background:#171b1c;border:1px solid #41484a;padding:22px;display:flex;flex-direction:column}.summary-row small{color:var(--muted)}.summary-row strong{font-size:31px;margin-top:12px}.sales-view{height:calc(100vh - 57px)}.sale-main{flex:1;display:flex;flex-direction:column;min-width:0}.customer-tools,.item-tools{height:64px;display:flex;align-items:center;gap:10px;padding:9px 14px;background:#2b2f2f}.item-tools{background:#33451d;border-top:1px solid #4c5e34}.customer-tools input,.item-tools input,.filterbar input,.filterbar select{height:42px;background:#3e3e3e;border:1px solid #505759;color:#fff;padding:0 12px;min-width:275px}.customer-tools button,.item-tools button,.sale-lower button,.filterbar button{height:42px;border:1px solid #586063;background:#171b1c;padding:0 14px}.customer-tools .blue,.filterbar .blue{background:var(--blue2)}.item-tools .orange{background:#a94e08}.sale-head,.sale-line{display:grid;grid-template-columns:minmax(260px,1fr) 120px 130px 100px 130px;align-items:center}.sale-head{height:36px;border-bottom:1px solid var(--line);padding:0 14px;text-align:right}.sale-head span:first-child{text-align:left}.sale-lines{flex:1;overflow:auto}.sale-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#848989;gap:8px}.sale-empty i{font-size:48px;font-style:normal}.sale-empty b{color:#c1c3c3}.sale-line{min-height:66px;border-bottom:1px solid #343a3b;padding:8px 14px;text-align:right}.sale-line>div:first-child{display:flex;flex-direction:column;text-align:left}.sale-line small{color:#999}.qty{display:flex;justify-content:center;align-items:center}.qty button{width:34px;height:34px;border:1px solid #4b5355;background:#202526}.qty strong{width:34px}.sale-lower{height:70px;border-top:1px solid var(--line);display:flex;gap:6px;align-items:center;padding:0 18px}.sale-lower span{flex:1}.sale-total{width:280px;border-left:1px solid var(--line);background:#15191a}.sale-total dl{padding:18px 22px;margin:0}.sale-total dl div{display:flex;justify-content:space-between;margin:0 0 16px}.sale-total dt{color:#c9bba9}.grand{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:19px 22px;display:flex;justify-content:space-between;font-size:22px}.payment{display:block;width:calc(100% - 44px);margin:20px 22px 0;height:54px;border:1px solid #4c5456;background:#171b1c;border-radius:4px;font-size:19px;font-weight:650}.payment.card{background:var(--green);border:0}.payment small{font-size:12px;color:#b1b1ab}.payment.secondary{margin-top:70px}.module-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.module-head h2{margin:0;font-size:24px}.module-head p{margin:4px 0;color:var(--muted)}.primary,.module-head .primary{background:var(--blue2)!important;border:0!important;color:#fff!important}.filterbar{height:62px;background:#292e2f;border:1px solid #3e4547;padding:9px;display:flex;gap:8px}.filterbar select{min-width:180px}.data-table{overflow:auto;border:1px solid #3d4446}.data-table table{width:100%;border-collapse:collapse;min-width:760px}.data-table th{text-align:left;color:#aaa69d;background:#171b1c;padding:11px;font-size:12px}.data-table td{padding:10px 11px;border-top:1px solid #343a3c}.data-table td:first-child{color:#60a5e9}.device-list{max-width:880px;display:flex;flex-direction:column;gap:18px}.device-list article{min-height:135px;background:#171b1c;border:1px solid #2c3233;border-radius:8px;display:flex;align-items:center;padding:22px 28px;gap:24px}.device-list article>i{font-style:normal;width:88px;height:88px;border:2px dashed #444c4e;border-radius:9px;display:grid;place-items:center;font-size:38px}.device-list article>div{flex:1}.device-list h3{margin:0 0 5px}.device-list p{margin:0 0 8px;color:#b7aa98}.device-list span{color:#57a8f8}.device-list .connected{color:#6ac47a}.device-list button{background:var(--blue);border:0;border-radius:4px;padding:14px 20px;font-weight:700}
dialog{width:min(610px,calc(100% - 24px));border:1px solid #4a5254;border-radius:7px;background:#1c2021;color:var(--text);padding:0;box-shadow:0 22px 80px #0008}dialog::backdrop{background:#050707bb}dialog form{padding:25px;display:flex;flex-direction:column;gap:15px}dialog h2{margin:0}dialog p{color:var(--muted);margin:0}dialog label{display:flex;flex-direction:column;gap:6px}dialog input,dialog textarea{background:#363b3c;border:1px solid #596164;color:#fff;padding:10px;min-height:43px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.check{flex-direction:row!important}.check input{min-height:auto}.dialog-actions{display:flex;justify-content:flex-end;gap:8px}.dialog-actions button,.cancel-dialog{height:43px;border:1px solid #596164;background:#171b1c;padding:0 20px}.dialog-stations{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.dialog-stations button{height:145px;border:1px solid #50595b;background:#161a1b;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.dialog-stations i{font-size:40px;font-style:normal}.dialog-stations small{color:#aaa}.payment-due{text-align:center;padding:18px}.payment-due span{display:block;color:var(--muted)}.payment-due b{font-size:42px}.payment-choices{display:grid;grid-template-columns:1fr 1fr;gap:12px}.payment-choices button{height:105px;border:1px solid #50595b;background:#161a1b;font-size:28px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}.payment-choices span{font-size:16px}.payment-choices small{font-size:11px;color:#aaa}.toast{position:fixed;right:22px;bottom:22px;z-index:100;background:#0d3159;border:1px solid #3678b8;color:#fff;padding:16px 20px;border-radius:7px;box-shadow:0 12px 40px #0008}.notice{padding:12px;border-radius:5px}.error{background:#7f1d1d}.login{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at top,#22303a,#0d1112 65%)}.login section{width:min(430px,calc(100% - 30px));background:#171b1c;border:1px solid #41494b;border-radius:10px;padding:35px}.login-logo{margin:auto;width:60px;height:60px}.login h1,.login p{text-align:center}.login p{color:var(--muted)}.login form{display:flex;flex-direction:column;gap:15px}.login label{display:flex;flex-direction:column;gap:6px}.login input{height:47px;background:#333839;border:1px solid #596164;color:#fff;padding:0 12px}.login button{height:49px;border:0}.install-body{background:#121617;min-height:100vh;padding:30px}.install-card{width:min(620px,100%);margin:auto;background:#1c2021;border:1px solid #41484a;padding:30px}.install-card>.logo{margin:auto}.install-card h1{text-align:center}.install-card form{display:flex;flex-direction:column;gap:13px}.install-card label{display:flex;flex-direction:column;gap:5px}.install-card input{height:43px;background:#353a3b;border:1px solid #555d5f;color:#fff;padding:0 10px}.install-card button,.primary-link{display:block;background:var(--blue2);color:#fff;border:0;padding:13px;text-decoration:none;text-align:center}
@media(max-width:1000px){.sidebar{width:250px}.main{margin-left:250px}.product-grid{grid-template-columns:repeat(3,1fr)}.customer-tools button:nth-last-child(-n+2),.item-tools button:nth-last-child(-n+3){display:none}.sale-total{width:240px}.sale-head,.sale-line{grid-template-columns:minmax(220px,1fr) 90px 110px 80px 110px}}
@media(max-width:760px){.sidebar{transform:translateX(-100%);transition:.2s}.sidebar-open .sidebar{transform:translateX(0)}.main{margin-left:0}.pad{padding:20px 14px}.summary-row{grid-template-columns:1fr}.sales-view{height:auto;display:none!important}.sales-view.active{display:block!important}.sale-main{min-height:650px}.sale-total{width:100%;border-left:0;border-top:1px solid var(--line);padding-bottom:25px}.customer-tools{overflow:auto}.item-tools{overflow:auto}.customer-tools input,.item-tools input{min-width:220px}.sale-head{display:none}.sale-line{grid-template-columns:1fr 80px 105px}.sale-line>:nth-child(4){display:none}.action-tile{width:140px;height:140px}.dialog-stations{grid-template-columns:1fr}.form-grid,.payment-choices{grid-template-columns:1fr}.device-list article{padding:16px}.device-list article>i{display:none}}
@media print{.sidebar,.pagebar,.customer-tools,.item-tools,.sale-head,.sale-lower,.payment{display:none!important}.main{margin:0}.sales-view{display:block!important}.sale-total{width:400px;margin:auto;border:1px solid #777}.sale-main{min-height:0}.sale-lines{display:block}.sale-empty{display:none}}
.brand{height:72px;min-height:72px;flex:0 0 72px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:8px 13px}.brand img{position:static;display:block;width:100%;height:auto;max-width:274px;max-height:56px;object-fit:contain}.login-brand-logo{display:block;width:min(270px,90%);height:auto;margin:0 auto 5px}.login h1{margin:0 0 8px;letter-spacing:.28em;font-size:16px;color:#e59a45}.installer-logo{display:block;width:230px;height:auto;margin:0 auto 12px}
.inline-check{flex-direction:row!important;align-items:center!important;gap:7px!important;white-space:nowrap}.inline-check input{width:18px!important;height:18px!important;min-height:0!important;min-width:0!important}.filterbar .inline-check{padding:0 12px}.employee-table tbody tr{background:#19251b}.employee-table tbody tr:hover{background:#213223}.employee-table td{border-color:#38483a}.employee-lock{display:inline-grid;width:33px;height:33px;place-items:center;border:1px solid #586164;border-radius:4px}.employee-name{border:0;background:transparent;color:#7fd364;font-weight:700;padding:0}.employee-form{display:flex;flex-direction:column;gap:20px}.employee-actions{display:flex;gap:10px}.employee-actions button{height:43px;border:1px solid #596164;background:#171b1c;padding:0 18px}.employee-columns{display:grid;grid-template-columns:1fr 1.15fr .75fr;gap:20px}.employee-columns>div{display:flex;flex-direction:column;gap:18px}.employee-form fieldset{border:0;background:#171b1c;padding:0 0 13px;margin:0}.employee-form legend{width:100%;background:#2b3031;border-bottom:1px solid #746554;padding:10px;font-size:17px;font-weight:700}.employee-form label{display:grid;grid-template-columns:115px 1fr;align-items:center;gap:0;padding:0 10px;border-bottom:1px solid #454b4d;min-height:42px}.employee-form input,.employee-form select{height:40px;background:#393d3e;border:0;border-left:1px solid #555d5f;color:#fff;padding:0 9px}.employee-form .inline-check{display:flex;padding:10px;border:0;white-space:normal}
@media(max-width:1100px){.employee-columns{grid-template-columns:1fr 1fr}.employee-columns>div:last-child{grid-column:1/-1}}
@media(max-width:760px){.brand{height:72px;min-height:72px;flex-basis:72px}.employee-columns{grid-template-columns:1fr}.employee-columns>div:last-child{grid-column:auto}.employee-form label{grid-template-columns:100px 1fr}}
.customer-tools-grid .action-tile{width:157px}.customer-dashboard .action-tile small{position:absolute;top:10px;right:10px;color:#c7b9a6}.recent-customers{padding-top:16px;display:flex;flex-direction:column;gap:12px}.recent-customers>strong{font-size:18px}.recent-customers>div{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.recent-customers button,.customer-name{border:0;background:transparent;color:#49a5ef;padding:0;font:inherit;text-align:left}.recent-customers button:hover,.customer-name:hover{text-decoration:underline}.customer-picker-results{display:flex;flex-direction:column;gap:8px;max-height:390px;overflow:auto}.customer-picker-results>button{min-height:64px;border:1px solid #4b5355;background:#161a1b;color:#fff;text-align:left;padding:10px 14px;display:flex;flex-direction:column;gap:5px}.customer-picker-results>button:hover{border-color:#3a7ed1;background:#1c2733}.customer-picker-results small{color:#aaa}.sale-total .payment.secondary{margin-top:28px}
.customer-filterbar input{min-width:0;flex:1}.customer-list-actions{min-height:54px;border:1px solid #3d4446;border-bottom:0;display:flex;align-items:center;justify-content:space-between;padding:8px 12px;color:#51a7ef}.customer-list-actions div{display:flex;gap:6px}.customer-list-actions button{height:36px;border:1px solid #4b5355;background:#171b1c;padding:0 12px}.customer-editor-actions{display:flex;gap:8px;align-items:center;margin-bottom:20px}.customer-editor-actions span{flex:1}.customer-editor-actions button{height:43px;border:1px solid #596164;background:#171b1c;padding:0 17px}.customer-editor-actions .customer-checkout{background:#4e7d2d;border-color:#649640}.customer-editor-actions .danger{background:#a83b3b;border-color:#c75b5b}.customer-record-layout{display:grid;grid-template-columns:150px 1fr;border-top:1px solid #41484a;min-height:600px}.customer-record-nav{border-right:1px solid #41484a;display:flex;flex-direction:column;padding:10px 0}.customer-record-nav button{border:0;background:transparent;color:#4ca6ef;text-align:left;padding:8px 10px}.customer-record-nav button.active{background:#242a2b;color:#fff}.customer-record-content{padding:0 0 25px 18px;min-width:0}.customer-columns{display:grid;grid-template-columns:1fr 1fr .72fr;gap:20px}.customer-profile-form fieldset{border:0;background:#171b1c;padding:0 0 12px;margin:0 0 18px}.customer-profile-form legend{width:100%;box-sizing:border-box;background:#2b3031;border-bottom:1px solid #746554;padding:9px 10px;font-size:16px;font-weight:700}.customer-profile-form label{display:grid;grid-template-columns:105px 1fr;align-items:center;min-height:40px;padding:0 8px;border-bottom:1px solid #454b4d}.customer-profile-form input,.customer-profile-form select,.customer-profile-form textarea{width:100%;box-sizing:border-box;background:#393d3e;border:0;border-left:1px solid #555d5f;color:#fff;padding:9px}.customer-profile-form p{padding:8px 10px;margin:0;color:#b8aea0}.customer-profile-form .inline-check{display:flex;min-height:38px;padding:0 10px}.customer-notes textarea{border-left:0;min-height:100px}.customer-tab-heading{border-bottom:1px solid #41484a;padding:0 0 8px;margin-bottom:18px}.customer-tab-heading h3{margin:0}.customer-tab-panel>p{color:#aaa}.merge-warning{border:1px solid #4a4f50;background:#171b1c;padding:18px}.merge-warning b{color:#f2d8d8}
.customer-record-nav.hidden+.customer-record-content{grid-column:1/-1;padding-left:0}
.person-icon{position:relative;display:inline-block!important;width:24px!important;height:24px!important;color:#d3d0ca;vertical-align:middle}.person-icon:before{content:"";position:absolute;left:32%;top:3%;width:36%;height:36%;border-radius:50%;background:currentColor}.person-icon:after{content:"";position:absolute;left:12%;bottom:3%;width:76%;height:49%;border-radius:50% 50% 18% 18%/65% 65% 22% 22%;background:currentColor}.action-tile>.person-icon{width:58px!important;height:58px!important}.pagebar>.person-icon{margin-left:20px;width:22px!important;height:22px!important;flex:0 0 22px}
.sidebar nav button{display:flex;align-items:center}.sidebar nav .person-icon{width:34px!important;height:20px!important;flex:0 0 34px}.sidebar nav .person-icon:before{left:7px;top:1px;width:7px;height:7px}.sidebar nav .person-icon:after{left:3px;bottom:1px;width:15px;height:9px;border-radius:50% 50% 20% 20%/70% 70% 20% 20%}
.hub-banner{max-width:1100px;display:flex;align-items:center;gap:18px;background:#171b1c;border:1px solid #3d4547;border-left:5px solid #8b3434;border-radius:7px;padding:18px 22px;margin-bottom:22px}.hub-banner.paired{border-left-color:#55a866}.hub-banner>div{flex:1}.hub-banner h3{margin:0 0 4px}.hub-banner p{margin:0 0 5px}.hub-banner small{color:#a9a49b}.hub-indicator{width:15px;height:15px;border-radius:50%;background:#b94b4b;box-shadow:0 0 0 5px #b94b4b22}.hub-banner.paired .hub-indicator{background:#56bd6a;box-shadow:0 0 0 5px #56bd6a22}.device-list{max-width:1100px}.device-list select{display:block;width:min(520px,100%);height:39px;margin:10px 0 7px;background:#303536;border:1px solid #555d5f;color:#fff;padding:0 10px}.device-actions{display:flex!important;flex:0 0 auto!important;gap:8px}.device-list button:disabled{opacity:.45;cursor:not-allowed}.device-list span{display:block}.scanner-result{border:1px solid #4b5355;background:#141819;padding:14px;color:#b8b1a7}.scanner-result.success{border-color:#55a866;color:#7fda90;background:#17271a}
.sidebar-bottom .device-nav-button{display:flex;align-items:center}.device-nav-button>span:first-of-type{flex:1}.hub-nav-status{width:12px;height:12px;flex:0 0 12px;border-radius:50%;background:#d64d4d;box-shadow:0 0 0 4px #d64d4d22}.hub-nav-status.connected{background:#55bd69;box-shadow:0 0 0 4px #55bd6922}
.hub-banner-actions{display:flex!important;flex:0 0 auto!important;gap:9px;align-items:center}.hub-banner-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:43px;padding:0 16px;border:1px solid #586063;border-radius:4px;background:#171b1c;color:#fff;text-decoration:none;white-space:nowrap}.hub-banner-actions a:hover{border-color:#4c96df;background:#1c2733}
@media(max-width:1200px){.customer-columns{grid-template-columns:1fr 1fr}.customer-columns>div:last-child{grid-column:1/-1}.customer-filterbar input:nth-child(3){display:none}}
@media(max-width:760px){.customer-filterbar{height:auto;flex-wrap:wrap}.customer-filterbar input{flex-basis:100%}.customer-list-actions{align-items:flex-start;gap:10px;flex-direction:column}.customer-record-layout{grid-template-columns:1fr}.customer-record-nav{border-right:0;border-bottom:1px solid #41484a;display:grid;grid-template-columns:repeat(2,1fr)}.customer-record-content{padding:15px 0}.customer-columns{grid-template-columns:1fr}.customer-columns>div:last-child{grid-column:auto}.customer-editor-actions{flex-wrap:wrap}.customer-editor-actions span{display:none}.hub-banner{align-items:flex-start;flex-wrap:wrap}.hub-banner>div{min-width:calc(100% - 45px)}.hub-banner-actions{width:100%;flex-wrap:wrap}.hub-banner-actions a,.hub-banner-actions button{flex:1}.device-actions{width:100%;flex-direction:row!important}.device-actions button{flex:1}}

/* Light workspace: the navigation remains dark while the working area matches the retail reference. */
.main{--line:#c8d0d5;--text:#253139;--muted:#687680;background:#eef1f3;color:var(--text)}
.pagebar{background:#fff;border-color:#d5dadd;box-shadow:0 2px 7px #20282d18;color:#1d282f}
.pagebar button{border-color:#d5dadd;color:#1d282f}.pagebar>.person-icon{color:#334149}
.main .pad{background:#eef1f3}.main .section-title{border-color:#bcc6cc;color:#2d3940}
.main .action-tile,.main .summary-row article{background:#fff;border-color:#bcc5ca;color:#29363d;box-shadow:0 1px 3px #25313912}
.main .action-tile:hover,.main .action-tile.selected{background:#eaf3fb;border-color:#438bd0}.main .action-tile i,.main .action-tile>.person-icon{color:#526069}.main .action-tile small,.main .summary-row small,.main .module-head p{color:#687680}
.main .filterbar{background:#dfe5e8;border-color:#c2cbd0}.main .filterbar input,.main .filterbar select{background:#fff;border-color:#aeb9bf;color:#26333a}.main .filterbar button{background:#fff;border-color:#aeb9bf;color:#26333a}.main .filterbar .blue{background:#347fca;color:#fff}
.main .data-table{background:#fff;border-color:#bcc6cc}.main .data-table th{background:#eef2f4;color:#52616a;border-bottom:1px solid #c6cfd4}.main .data-table td{border-color:#d8dee2;color:#2a373e}.main .employee-table tbody tr,.main .employee-table tbody tr:hover{background:#fff}.main .employee-name{color:#2574b8}
.main .hub-banner,.main .device-list article{background:#fff;border-color:#c7d0d5;color:#253139}.main .hub-banner small,.main .device-list p{color:#66757e}.main .hub-banner-actions a,.main .device-list button{background:#fff;border:1px solid #9eabb2;color:#26333a}.main .device-list select{background:#fff;border-color:#aab5bb;color:#26333a}.hub-banner.browser-blocked{border-left-color:#8b3434}.hub-banner.browser-blocked .hub-indicator{background:#b94b4b;box-shadow:0 0 0 5px #b94b4b22}
.main .customer-list-actions{background:#fff;border-color:#bcc6cc}.main .customer-list-actions button,.main .customer-editor-actions button{background:#fff;border-color:#aab5bb;color:#26333a}
.main .customer-record-layout,.main .customer-record-nav{border-color:#c5cdd2}.main .customer-record-nav button.active{background:#dfe8ee;color:#26333a}.main .customer-profile-form fieldset,.main .employee-form fieldset{background:#fff;border:1px solid #c7d0d5}.main .customer-profile-form legend,.main .employee-form legend{background:#e1e7ea;border-color:#bec8ce;color:#2d3940}.main .customer-profile-form label,.main .employee-form label{border-color:#d6dde1}.main .customer-profile-form input,.main .customer-profile-form select,.main .customer-profile-form textarea,.main .employee-form input,.main .employee-form select{background:#fff;border-color:#c5cdd2;color:#26333a}
.sales-view{background:#fff;color:#253139}.customer-tools{background:#dbe5ec;border-bottom:1px solid #c0ccd3}.item-tools{background:#e2ecd8;border-color:#c0cfb1}.customer-tools input,.item-tools input{background:#fff;border-color:#aab6bc;color:#26333a}.customer-tools button,.item-tools button,.sale-lower button{background:#fff;border-color:#aab5bb;color:#26333a}.customer-tools .blue{background:#367fca;color:#fff}.item-tools .orange{background:#c9640a;color:#fff;border-color:#c9640a}
.sale-head{background:#f1f3f4;border-color:#c3ccd1;color:#344149}.sale-lines{background:#fff}.sale-empty{color:#7b8991}.sale-empty b{color:#4d5a62}.sale-line{border-color:#d9dfe2}.sale-line small{color:#75828a}.qty button{background:#f1f4f5;border-color:#aeb8bd;color:#253139}.sale-lower{background:#f3f5f6;border-color:#c6ced3}.sale-total{background:#fff;border-color:#c5cdd2}.sale-total dt{color:#66757e}.grand{border-color:#c5cdd2;background:#f6f8f9}.payment{background:#fff;border-color:#9eabb2;color:#253139;box-shadow:0 2px 6px #25313918}.payment:hover{background:#edf4fa;border-color:#4d91cc}
dialog#displaySettingsDialog select{height:43px;background:#363b3c;border:1px solid #596164;color:#fff;padding:0 10px}
