html,
.x-form-item,
.x-form-field,
.x-form-cb-label,
.x-form-item-label,
.x-panel-body-default,
.x-panel-header-text-container-default,
.x-toolbar-text,
.x-toolbar-item .x-form-item-label,
.x-btn-default-toolbar-small .x-btn-inner,
.x-toolbar-item .x-form-cb-label,
.x-grid-cell,
.x-accordion-hd .x-panel-header-text-container,
.x-btn-default-small .x-btn-inner,
.x-menu-item-text,
.x-column-header,
.x-toolbar-item .x-form-display-field,
.x-tab-default .x-tab-inner {
    font-family: "IBM Plex Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

ico-done {
	background-color:#352788;
	width:15px;
	height:15px;
	background-image:none !important;
}

.x-row-disabled {
	opacity: 0.3;
}

.x-row-bold .x-grid-cell-inner {
	font-weight: bold;
}
/* 
.x-top-option .x-grid-cell {
	border-top: 1px solid #d0d0d0;
} */

.x-locked-row {
    background-color: #ffa4a2;
}

.x-grid-item-selected .x-locked-row {
    background-color: #e57373 ;
}

.x-selected-vsc {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    border-right: 0.5px solid rgba(0, 0, 0, 0.1);
    padding: 0 5px;
}

.x-selected-vsc:last-child {
    border-right: 0;
}

.error-row td {
    background-color: #f8d7da !important;
}

.duplicate-grid-row td {
    background-color: #d0c5de !important;
}

.x-grid-row-selected.duplicate-grid-row td {
    background-color: #c5b4db !important;
}

.x-adjusted-grid-row td {
    background-color: #FFCCBC !important;
}

.x-grid-row-selected.x-adjusted-grid-row td {
    background-color: #FFAB91 !important;
}

.x-selected-vsc span.label {
    font-size: 11px;
    font-weight: normal;
    opacity: 0.7;
}

.fa, .fas {
    font-size: 12px;
}

.fa::before, .fas::before {
    left: 2px;
    top: 2px;
    position: relative;
}

tr.x-grid-row-over .icon-grey-or-green {
    color: green !important;
    opacity: 1;
}

.icon-blue {
    color: #0079a1 !important;
}

.icon-grey-or-green {
    color: gray !important;
    opacity: .4;
}

.icon-green {
    color: green !important;
}

.icon-grey {
    color: gray !important;
    opacity: .4;
}

.icon-red {
    color: red !important;
}

.icon-orange {
    color: orange !important;
}

.action-icon {
    cursor: pointer;
}

.disabled-grid-row .x-grid-cell-inner {
    font-style: italic;
    color: #999;
}

p.dp-text {
    padding: 10px;
    margin: 0px;
}

p.dp-text.red {
    color: red;
}

jg-textbold {
    font-weight:bold;
}

.x-form-readonly .x-form-field {
    background: lightgrey;
}

.x-grid-tree-node-expanded .x-tree-icon-parent.packet {
    background-image: url(icons/email_open.png);
}

.x-tree-icon-parent.packet {
    background-image: url(icons/email.png);
}

.x-grid-tree-node-expanded .x-tree-icon-parent.packet-success, .x-tree-icon-parent.packet-success {
    background-image: url(icons/page_white_go.png);
}

.x-grid-tree-node-expanded .x-tree-icon-parent.packet-failure, .x-tree-icon-parent.packet-failure {
    background-image: url(icons/page_white_error.png);
}

.x-tree-icon-leaf.page-empty {
    background-image: url(icons/page_white_text.png);
}

.x-tree-icon-leaf.page-pdf {
    background-image: url(icons/page_white_acrobat.png);
}

.x-action-col-icon.action-include {
    background-image: url(icons/add.png);
}

.x-action-col-icon.action-omit {
    background-image: url(icons/delete.png);
}

.x-action-col-cell .x-item-disabled {
    cursor: not-allowed;
}

i.x-tree-icon {
    background-image: none !important;
    line-height: 14px;
}

.x-tab-button .fa::before, .x-tab-button .fas::before {
    top: 0px !important;
}

.x-tab.x-icon-text-left {
    padding-left: 4px !important;
}

.lieninfo h3 {
    margin-bottom: 0 !important;
}

.lieninfo ul {
    padding: 0 !important;
    margin: 0 !important;
}

.x-grid-data-row-radio .x-grid-row-checker::before {
    border-radius: 50%;
}

.x-grid-data-row-radio .x-grid-row-checker::after {
    width: 7px;
    height: 7px;
    left: 3px;
    top: 3px;
    border: none;
    border-radius: 50%;
    background-color: #32518b;
    transform: scale(0);
}

.x-grid-data-row-radio.x-grid-row-selected .x-grid-row-checker::after,
.x-grid-data-row-radio.x-grid-row-checked .x-grid-row-checker::after {
    transform: scale(1);
}

.top-btn {
    margin-top: 8px !important;
}

.x-panel-header-icon.fas {
    clip-path: inset(0px 0px 2px 3px) !important;
}

.x-menu-item-icon + .x-menu-item-text {
    margin-left: 30px;
}

.x-menu-item-icon {
    color: black;
}

.x-item-disabled.x-boundlist-item {
    color: #8c8c8c;
    cursor: default;
}

.x-item-disabled.x-boundlist-item-over {
    background: inherit;
    border-color: white;
}

table.dms-result {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}

.dms-result th {
    text-align: left;
    background: #dadada;
}

.dms-result td, .dms-result th {
    border: solid 1px #ccc;
    padding: 5px;
    vertical-align: top;
}

.dms-result-wrapper.x-item-selected th {
    background: #91bf93;
}

.dms-result-wrapper.x-item-selected td {
    background:	#d4edda;
}

tr.over-limit td {
    background-color: lightpink !important;
}

.signature-table {
    width: 250px;
    border: solid 1px #999;
    border-collapse: collapse;
}

.signature-table th, .signature-table td {
    border: solid 1px #999;
    border-collapse: collapse;
    padding: 3px 5px;
}

.signature-table .group td {
    background-color: #dadada;
}

.x-grid-view.x-empty {
    top: 50%;
    text-align: center;
    color: #999;
}

.menuitem-preview {
    
}

.menuitem-section {
    border: solid 1px #dadada;
    margin: 5px;
    background: #efefef;
    border-radius: 3px;
    transition: opacity 0.2s ease-in-out;
}

.menuitem-section.vsc,
.menuitem-section.vsc .menuitem-header,
.productspanel-item.vsc .x-panel-header {
    background: rgb(221 245 221 / 62%);
    border-color: rgb(198 231 198 / 94%);
}
.productspanel-item.vsc .x-panel-header,
.productspanel-item.vsc .x-panel-body {
    border-color: rgb(198 231 198 / 94%);
}

.menuitem-section.gap,
.menuitem-section.gap .menuitem-header,
.productspanel-item.gap .x-panel-header {
    background: rgb(255 235 210 / 62%);
    border-color: rgb(255 200 140 / 94%);
}
.productspanel-item.gap .x-panel-header,
.productspanel-item.gap .x-panel-body {
    border-color: rgb(255 200 140 / 94%);
}

.menuitem-section.combo,
.menuitem-section.combo .menuitem-header,
.productspanel-item.combo .x-panel-header {
    background: rgb(255 220 220 / 62%);
    border-color: rgb(240 170 170 / 94%);
}
.productspanel-item.combo .x-panel-header,
.productspanel-item.combo .x-panel-body {
    border-color: rgb(240 170 170 / 94%);
}

.menuitem-section.theft,
.menuitem-section.theft .menuitem-header,
.productspanel-item.theft .x-panel-header {
    background: rgb(221 236 252 / 62%);
    border-color: rgb(170 205 240 / 94%);
}
.productspanel-item.theft .x-panel-header,
.productspanel-item.theft .x-panel-body {
    border-color: rgb(170 205 240 / 94%);
}

.menuitem-section.maintenance,
.menuitem-section.maintenance .menuitem-header,
.productspanel-item.maintenance .x-panel-header {
    background: rgb(238 225 213 / 62%);
    border-color: rgb(205 170 135 / 94%);
}
.productspanel-item.maintenance .x-panel-header,
.productspanel-item.maintenance .x-panel-body {
    border-color: rgb(205 170 135 / 94%);
}

.menuitem-section.environmental,
.menuitem-section.environmental .menuitem-header,
.productspanel-item.environmental .x-panel-header {
    background: rgb(220 245 234 / 62%);
    border-color: rgb(170 215 190 / 94%);
}
.productspanel-item.environmental .x-panel-header,
.productspanel-item.environmental .x-panel-body {
    border-color: rgb(170 215 190 / 94%);
}

.menuitem-section.walkaway,
.menuitem-section.walkaway .menuitem-header,
.productspanel-item.walkaway .x-panel-header {
    background: rgb(105 2 231 / 15%);
    border-color: rgb(85 2 161 / 32%);
}
.productspanel-item.walkaway .x-panel-header,
.productspanel-item.walkaway .x-panel-body {
    border-color: rgb(85 2 161 / 32%);
}

.productspanel-item:not(.x-selected) {
    opacity: 0.5;
}

.menuitem-body {
    padding: 2px 5px;
}

.menuitem-header {
    background: #ccc;
    padding: 2px 5px;
    font-weight: bold;
}

.menuitem-row {
    display: flex;
    border-bottom: dashed 1px rgb(37 37 37 / 17%);
    padding-bottom: 3px;
    margin-bottom: 3px;
}

.menuitem-column {
    flex: 1;
}

.menuitem-column.col-label {
    border-right: dashed 1px rgb(37 37 37 / 17%);
    margin-right: 10px;
    max-width: 90px;
}
.menuitem-column.double-height {
    min-height: 29px;
}
.menuitem-column.payment {
    font-size: 14px;
    font-weight: bold;
}

.menuitem-panel .x-tool-collapse-left {
    background-position: -15px -135px;
}

.menuitem-panel {
    opacity: 0.9;
    filter: none;
    transition: filter 0.2s ease, opacity 0.2s ease-in-out, box-shadow 0.2s ease-in-out, border-radius 0.2s ease-in-out;
}

.menuitemselectionsummary.x-editing .menuitem-panel {
    opacity: 0.8;
}

/* Keep the active editing panel sharp */
.menuitemselectionsummary.x-editing .menuitem-panel.x-editing {
    filter: none;
}

.menuitem-panel.x-editing {
    box-shadow: 0 0 0px 3px #ea602a;
    border-radius: 3px;
    transform-origin: center;
}
.menuitem-panel.x-selected,
.menuitem-panel.x-editing .menuitem-section {
    opacity: 1 !important;
}

.menuitem-panel .x-panel-header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.menuitem-panel .x-panel-body {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.menuitem-panel.x-selected .x-tool-expand-right {
    background-position: 0 -135px;
}

.menuitem-panel.x-selected .x-panel-header {
    background-image: -webkit-linear-gradient(top,
        #ffffcc,  
        #ffff66 30%, 
        #ffff33 70%, 
        #e6e600     
    );
    border-color: #cccc00;
}

.menuitem-panel.x-selected .x-panel-body {
    background-color: rgb(204 204 0 / 3%);
    border-color: #cccc00;
}

.menuitem-panel.x-customer-selection .x-panel-header {
    border-width: 2px;
}
.menuitem-panel.x-customer-selection .x-panel-body {
    border-width: 2px;
}

.menuitem-panel.x-selected .x-panel-header-text {
    color: rgba(0, 0, 0, 0.87);
}

.menuitem-panel:not(.x-selected) .x-panel-header-text {
    font-weight: normal;
}

.menuitem-panel:not(.x-selected) .x-panel-header {
    background-image: none !important;
    border-color: rgba(153, 188, 232, 0.5);
    background-color: rgba(203, 221, 243, 0.5);
}

.menuitem-panel:not(.x-selected) .x-panel-body {
    border-color: rgba(153, 188, 232, 0.5);
}

.menuitem-panel:not(.x-selected) .x-panel-body {
    border-color: rgba(153, 188, 232, 0.5);
}

.menuitem-panel:not(.x-selected) .x-panel-header-text-container,
.menuitem-panel:not(.x-selected) .menuitem-section {
     opacity: 0.7;
}

/* .menuitem-panel:not(.x-selected) .menuitem-column.col-label {
    display: none;
}

.menuitem-panel:not(.x-selected) .only-selected {
    display: none;
}
.menuitem-panel.x-selected .only-not-selected {
    display: none;
} */

.menuitem-row:last-child {
    border: none;
    margin: 0;
}

.x-pressed-green {
    border-color: #2e7d32;
    background-color: #4caf50;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #66bb6a), color-stop(48%, #4caf50), color-stop(52%, #43a047), color-stop(100%, #388e3c));
    background-image: -webkit-linear-gradient(top, #66bb6a, #4caf50 48%, #43a047 52%, #388e3c);
    background-image: -moz-linear-gradient(top, #66bb6a, #4caf50 48%, #43a047 52%, #388e3c);
    background-image: -o-linear-gradient(top, #66bb6a, #4caf50 48%, #43a047 52%, #388e3c);
    background-image: linear-gradient(to bottom, #66bb6a, #4caf50 48%, #43a047 52%, #388e3c);
}

.x-pressed-green .x-btn-inner, .x-pressed-green .x-btn-icon-el {
    color: white !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.x-expired,
.x-expired .x-grid-cell {
    text-decoration: line-through;
    color: #999;
}
.x-boundlist-item .x-expired .fa-exclamation-triangle,
.x-form-field .x-expired .fa-exclamation-triangle {
    font-size: 15px;
    margin-right: 5px;
}

.x-invalid .x-grid-cell {
    background-color: #fde5e7 !important;
    border-color: #f6cfd2 !important;
}

.x-grid-row-selected.x-invalid .x-grid-cell {
    background-color: #f1c8cd !important;
    border-color: #ecb4ba !important;
}

.x-grid-cell-text-wrapper {
    display: flex;
    gap: 5px;
}

.x-grid-cell-text-wrapper .fas {
    font-size: 10px;
}

.x-panel-rounded .x-panel-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.x-panel-rounded .x-panel-header-collapsed {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.x-panel-rounded .x-panel-body {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.x-panel-fullheightheader .x-panel-header .x-panel-header-text-container,
.x-panel-fullheightheader .x-panel-header .x-panel-header-text {
    white-space: normal !important;   /* allow wrapping */
    height: auto !important;          /* let it grow */
    line-height: normal !important;   /* prevent cutoff */
    word-wrap: break-word !important; /* handle long words */
}

.productspanel-item {
    border-radius: 5px;
}
.productspanel-item.x-over-limit {
    box-shadow: 0 0 0px 1.5px #e42000;
}
.productspanel-item.x-over-limit .x-panel-body {
    background-color: #e4200014;
}
.productspanel-item.x-expired .fa-triangle-exclamation,
.productspanel-item.x-over-limit .fa-triangle-exclamation {
    position: relative;
    top: -2px;
    margin-right: 8px;
}
.productspanel-item.x-over-limit .fa-triangle-exclamation {
    color: #e42000;
}
.productspanel-item.x-expired .fa-triangle-exclamation {
    color: orange;
}
.productspanel-item:not(.x-over-limit):not(.x-expired) .fa-triangle-exclamation {
    display: none;
}

.productspanel-item .x-subtitle {
    float: right;
    margin-top: 2px;
    font-size: 11px;
    font-weight: normal;
    text-transform: none;
}

.productspanel-item .x-panel-header-text {
    color: rgba(0, 0, 0, 0.7);
}

.productspanel-item .x-panel-header {
    background-image: none !important;
    border-color: rgba(153, 188, 232, 0.5);
    background-color: rgba(203, 221, 243, 0.3);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 4px 3px;
}
.productspanel-item .x-panel-header .x-panel-header-text-container {
    line-height: 10px;
}
.productspanel-item .x-panel-header .x-header-text {
    text-transform: uppercase;
}   

.productspanel-item .x-panel-body {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-color: rgba(153, 188, 232, 0.5);
}

.x-panel-xl .x-grid-header-ct,
.x-panel-xl .x-grid-view {
  font-size: 16px;
}
.x-panel-xl .x-grid-header-ct .x-column-header-inner {
  padding: 5px 12px;
  line-height: 24px;
}
.x-panel-xl .x-grid-header-ct .x-column-header-text {
  font-size: 15px;
  line-height: 24px;
}
.x-panel-xl .x-grid-header-ct .x-column-header-trigger {
  width: 18px;
  height: 24px;
}
.x-panel-xl .x-grid-view .x-grid-row { 
  height: auto;
}
.x-panel-xl .x-grid-view .x-grid-cell-inner {
  font-size: 16px;
  line-height: 26px;
  padding: 5px 6px;
}
.x-panel-xl .x-grid-view .x-grid-cell-inner-checkcolumn {
  padding: 6px 0;
}
.x-panel-xl .x-grid-body {
  padding: 4px 0;
}
.x-panel-xl .x-column-header .x-column-header-trigger {
  height: 28px;
  top: 50% !important;
  margin-top: -14px;
}
.x-panel-xl .x-grid-view .x-grid-cell-inner .fas {
    font-size: 18px;
}

.pill-wrapper {
    
}

.pill-wrapper > .pill-item {
    border-radius: 5px;
    display: inline-block;
    color: white;
    font-size: 12px;
    padding: 0 6px 0px 3px;
    margin-right: 3px;
}

.pill-item-red {
    border: solid 1px darkred;
    background: red;
}

.pill-item-orange {
    border: solid 1px darkorange;
    background: orange;
}

.pill-item > .fas {
    font-size: 12px !important;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: -2px;
}

.x-form-display-field {
    border: 1px solid #b5b8c8;
    background-color: lightgrey;
    height: 22px;
    line-height: 19px;
    padding: 1px 3px 2px 3px;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 3px;
}
.x-window-text .x-form-display-field {
    border: inherit !important;
    background-color: inherit !important;
    height: inherit !important;
    line-height: inherit !important;
    padding: inherit !important;
}
.x-toolbar-item .x-form-display-field {
    height: 22px;
    line-height: 19px;
}

.x-region-collapsed-left-placeholder.x-panel-header-collapsed-left {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.x-region-collapsed-right-placeholder.x-panel-header-collapsed {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.x-validation-error-shadow {
    box-shadow: 0 0 5px 2px rgb(228, 32, 0, 0.1);
    border: 2px solid #e25141;
    background-color: rgb(228, 32, 0, 0.01);
    border-radius: 5px;
    z-index: 0;
    pointer-events: none;
}

.x-error-actions-window {
    border: 2px solid #e25141;
    background-color: #e25141;
    border-radius: 0 0 5px 5px;
}

.x-form-type-text .x-form-invalid-field {
    background-color: white;
    background-image: url(images/grid/invalid_line.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    border-color: #c30;
}

label.x-error {
    color: #e25141;
    font-size: 11px;
}

.x-form-field {
    border-radius: 3px;
}
.x-form-item:not(.x-form-readonly) .x-form-trigger-input-cell .x-form-field {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}





.x-form-cb-wrap-inner .x-form-cb {
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -6px;
    opacity: 0;
    cursor: pointer;
    background: none !important;
    border: none;
}

.x-form-cb-wrap-inner {
    position: relative;
    display: inline-block;
    min-height: 16px;
    cursor: pointer;
}

.x-form-cb-wrap-inner-no-box-label {
    padding-left: 16px;
}

.x-form-cb-wrap-inner::before,
.x-form-cb-wrap-inner::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform-origin: center;
}

.x-form-cb-wrap-inner::before {
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    margin-top: -5px;
    border-radius: 4px;
    border: 1px solid #b6b8c8;
    background-color: #fff;
    transition:
        border-color 150ms ease-in-out,
        background-color 150ms ease-in-out,
        transform 120ms ease-in-out;
}

.x-form-cb-wrap-inner::after {
    width: 2px;
    height: 9px;
    margin-top: -4px;
    margin-left: 5px;
    border-right: 2px solid #32518b;
    border-bottom: 2px solid #32518b;
    transform: scale(0) rotate(45deg);
    transition: transform 120ms ease-in-out;
}

.x-form-cb-wrap-inner:hover::before {
    border-color: #a5a6b7;
}

.x-form-cb-checked .x-form-cb-wrap-inner::before {
    background-color: #fff;
    border-color: #a9abbc;
}

.x-form-cb-checked .x-form-cb-wrap-inner::after {
    transform: scale(1) rotate(45deg);
}

.x-form-type-radio .x-form-cb-wrap-inner::before {
    border-radius: 50%;
    border: 1px solid #b6b8c8;
}

.x-form-type-radio .x-form-cb-wrap-inner::after {
    width: 8px;
    height: 8px;
    margin-top: -2px;
    margin-left: 3px;
    border: none;
    border-radius: 50%;
    background-color: #32518b;
    transform: scale(0);
}

.x-form-type-radio.x-form-cb-checked .x-form-cb-wrap-inner::after,
.x-form-cb-checked.x-form-type-radio .x-form-cb-wrap-inner::after {
    transform: scale(1);
}

.x-item-disabled .x-form-cb-wrap-inner {
    cursor: default;
}

.x-item-disabled .x-form-cb-wrap-inner::before {
    background-color: #f5f5f5;
    border-color: #d0d0d0;
}

.x-item-disabled .x-form-cb-checked .x-form-cb-wrap-inner::before {
    background-color: #d0d0d0;
    border-color: #d0d0d0;
}

.x-item-disabled .x-form-cb-wrap-inner::after {
    background-color: #e5e5e5;
}

.x-toolbar-item .x-form-display-field {
    margin-top: 1px;
}

/* ── Grid Row Checker & Column Header Checkbox (CSS-only) ── */

.x-grid-row-checker,
.x-column-header-checkbox .x-column-header-text {
    background-image: none !important;
    position: relative;
    overflow: visible;
}

/* Checkbox box */
.x-grid-row-checker::before,
.x-column-header-checkbox .x-column-header-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 13px;
    height: 13px;
    border-radius: 3px;
    border: 1px solid #b6b8c8;
    background-color: #fff;
    transition:
        border-color 150ms ease-in-out,
        background-color 150ms ease-in-out;
}

/* Checkmark */
.x-grid-row-checker::after,
.x-column-header-checkbox .x-column-header-text::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 1px;
    width: 3px;
    height: 7px;
    border-right: 2px solid #32518b;
    border-bottom: 2px solid #32518b;
    transform: scale(0) rotate(45deg);
    transform-origin: center;
    transition: transform 120ms ease-in-out;
}

/* Hover */
.x-grid-row-over .x-grid-row-checker::before,
.x-column-header-checkbox.x-column-header-over .x-column-header-text::before {
    border-color: #a5a6b7;
}

/* Active (mousedown) */
.x-grid-row .x-grid-row-checker:active::before,
.x-column-header-checkbox .x-column-header-text:active::before {
    background-color: #f0f0f5;
    border-color: #8a8c9e;
}

/* Checked – row selected / row checked */
.x-grid-row-selected .x-grid-row-checker::before,
.x-grid-row-checked .x-grid-row-checker::before {
    background-color: #fff;
    border-color: #a9abbc;
}

.x-grid-row-selected .x-grid-row-checker::after,
.x-grid-row-checked .x-grid-row-checker::after {
    transform: scale(1) rotate(45deg);
}

/* Checked – column header "select all" */
.x-grid-hd-checker-on .x-column-header-text::before {
    background-color: #fff;
    border-color: #a9abbc;
}

.x-grid-hd-checker-on .x-column-header-text::after {
    transform: scale(1) rotate(45deg);
}

/* Partial (indeterminate) – header checkbox dot */
.x-grid-hd-checker-partial .x-column-header-text::after {
    width: 5px;
    height: 5px;
    left: 4px;
    top: 4px;
    border: none;
    border-radius: 50%;
    background-color: #32518b;
    transform: scale(1);
}

/* Checked + hover */
.x-grid-row-over.x-grid-row-selected .x-grid-row-checker::before,
.x-grid-row-over.x-grid-row-checked .x-grid-row-checker::before,
.x-grid-hd-checker-on.x-column-header-over .x-column-header-text::before {
    border-color: #9496a8;
}

/* ── Grid Check Column (CSS-only) ── */

.x-grid-checkcolumn {
    background: none !important;
    position: relative;
    width: 13px;
    height: 13px;
}

.x-grid-checkcolumn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 13px;
    height: 13px;
    border-radius: 3px;
    border: 1px solid #b6b8c8;
    background-color: #fff;
    transition:
        border-color 150ms ease-in-out,
        background-color 150ms ease-in-out;
}

.x-grid-checkcolumn::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 1px;
    width: 2px;
    height: 7px;
    border-right: 2px solid #32518b;
    border-bottom: 2px solid #32518b;
    transform: scale(0) rotate(45deg);
    transform-origin: center;
    transition: transform 120ms ease-in-out;
}

.x-grid-row-over .x-grid-checkcolumn::before {
    border-color: #a5a6b7;
}

.x-grid-checkcolumn-checked::before {
    background-color: #fff;
    border-color: #a9abbc;
}

.x-grid-checkcolumn-checked::after {
    transform: scale(1) rotate(45deg);
}

.x-item-disabled .x-grid-checkcolumn::before {
    background-color: #f5f5f5;
    border-color: #d0d0d0;
}

.x-item-disabled .x-grid-checkcolumn-checked::after {
    border-color: #aaa;
}

.x-toolbar-item.x-form-readonly .x-form-item-label.x-form-item-label-left {
    margin-top: 6px;
}