/*@radius-none: 0px;
@radius-xs: 2px;
@radius-sm: 4px;
@radius-md: 6px;
@radius-lg: 8px;
@radius-xl: 10px;
@radius-2xl: 12px;
@radius-3xl: 16px;
@radius-full: 9999px;*/
/*from other file on temp*/
[data-theme="mhc"] {
  --ds-primary: #0055CC;
  --ds-primary-hover: #0047AD;
  --ds-primary-focus: #0055CC;
  --ds-primary-pressed: #003A8C;
  --ds-primary-subtle: #E8F0FC;
  --ds-primary-subtle-pressed: #C6D7F7;
  --ds-border-primary: #0055CC;
  --ds-border-input-focus: #0055CC;
  --ds-text-primary-brand: #0055CC;
  --ds-text-link: #0055CC;
  --ds-text-link-hover: #0047AD;
  --ds-icon-primary: #0055CC;
  --ds-shadow-focus-primary: 0 0 0 3px rgba(0, 85, 204, 0.2);
}
.alert-info {
  background: #F5F7FA;
  border: 0.5px solid #95C0EA;
  border-radius: 8px;
}
.alert-success {
  background: #E8F6ED;
  border: 0.5px solid #94D5AC;
  border-radius: 8px;
}
.alert-warning {
  background: #FFFBEA;
  border: 0.5px solid #FFE48A;
  border-radius: 8px;
}
.alert-high-warning {
  background: #FCEFE6;
  border: 0.5px solid #FFC9A3;
  border-radius: 8px;
}
.alert-error {
  background: #FCE9E9;
  border: 0.5px solid #EF9B9B;
  border-radius: 8px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid transparent;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
  transition: 0.5s ease all;
}
@media (max-width: 576px) {
  .btn {
    height: 35px;
  }
}
.btn--dark {
  background: #02010E !important;
  color: #fff !important;
  border-color: #02010E !important;
}
.btn--dark:hover {
  background: #02010E;
  color: #F5F7FA;
}
.btn .k-button {
  font-weight: 500;
}
.btn .material-symbols-outlined {
  font-size: 13px;
}
.btn .btn-label {
  margin-left: 2px;
}
@media (max-width: 576px) {
  .btn .btn-label {
    display: none;
  }
}
.btn .k-button-text {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .btn .k-button-text i {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .btn {
    font-size: 11px;
    padding: 0 8px;
    /*  height: auto;*/
  }
}
.btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(6, 126, 94, 0.12);
}
.btn.admin-btn {
  background: #fff;
  color: #067E5E;
  border: 1px solid #067E5E;
}
.btn.admin-btn-icon-btn-small {
  border-radius: 6px;
  height: auto;
  padding: 5px;
}
.btn.admin-btn-icon-btn-small .material-symbols-outlined {
  font-size: 12px;
}
.btn.admin-btn:hover,
.btn.admin-btn.focus,
.btn.admin-btn:focus-within,
.btn.admin-btn:focus-visible {
  border: 1px solid #067E5E;
  background: #F5F7F7 !important;
  color: #067E5E !important;
}
.btn--primary {
  background: #067E5E;
  color: #FFFFFF;
  border-color: #067E5E;
  /*&:hover:not(:disabled):not(.disabled) {
    background-color: @color-surface-primary-hover; // #05795C
    border-color: @color-surface-primary-hover;
    color: @color-text-inverse;
}

&:focus-visible,
&.focus {
    background-color: @color-surface-primary-focus; // #058C6B
    border-color: @color-border-primary-focus; // #058C6B
    color: @color-text-inverse;
    box-shadow: @shadow-focus-primary; // 0 0 0 3px rgba(5,140,107,0.18)
    outline: none;
}

        &:active,
        &.active {
            background-color: @color-surface-primary-pressed; // #045E48
            border-color: @color-surface-primary-pressed;
            color: @color-text-inverse;
            box-shadow: none;
            transform: scale(0.98);
        }*/
}
.btn--primary-icon-btn-small {
  border-radius: 6px;
  height: auto;
  padding: 5px;
}
.btn--primary-icon-btn-small .material-symbols-outlined {
  font-size: 12px;
}
.btn--primary .k-button-text {
  height: 100%;
}
.btn--primary span.btn-arrow {
  background: #055A43;
  height: 100%;
  width: 25px;
  margin-right: -12px;
  border-radius: 0 8px 8px 0px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .btn--primary span.btn-arrow {
    width: 20px;
  }
}
.btn--primary.tour-dashboard-create-booking .k-icon,
.btn--primary.tour-list-vehicle-add .k-icon,
.btn--primary.tour-dashboard-create-booking .k-button-icon,
.btn--primary.tour-list-vehicle-add .k-button-icon {
  display: none;
}
.btn--primary--icon {
  padding: 0 8px;
}
.btn--primary--icon .material-symbols-outlined {
  font-size: 16px;
}
.btn--primary .k-button {
  /* background: transparent;
            border-color: @color-primary-dark;
               color: @color-text-inverse;
           */
  height: 100%;
  background: #067E5E;
  color: #FFFFFF;
  font-size: 12px;
  border: 0px !important;
  padding-left: 0;
}
@media (max-width: 576px) {
  .btn--primary .k-button {
    font-size: 11px;
  }
}
.btn--primary:active,
.btn--primary:hover,
.btn--primary:focus,
.btn--primary:focus-visible {
  background: #055A43 !important;
  border-color: #055A43;
  color: #FFFFFF;
}
.btn--primary:active .k-button,
.btn--primary:hover .k-button,
.btn--primary:focus .k-button,
.btn--primary:focus-visible .k-button {
  background: #055A43;
  border-color: #055A43;
  color: #FFFFFF;
  border: 0px !important;
}
.btn--secondary {
  background: #ffffff;
  color: #02010E;
  border-color: #D1DBE6;
}
.btn--secondary-icon-btn-small {
  border-radius: 6px;
  height: auto;
  padding: 5px;
}
.btn--secondary-icon-btn-small .material-symbols-outlined {
  font-size: 12px;
}
.btn--secondary--icon {
  padding: 0 8px;
}
.btn--secondary--icon .material-symbols-outlined {
  font-size: 16px;
}
.btn--secondary .k-button {
  font-size: 12px;
  border: 0px !important;
  padding-left: 0;
}
.btn--secondary:hover {
  background: #F5F7FA;
  border-color: #A0AEBE;
  color: #02010E;
}
.btn--ghost {
  background: transparent;
  color: #6b7280;
  border-color: transparent;
}
.btn--ghost-icon-btn-small {
  border-radius: 6px;
  height: auto;
  padding: 5px;
}
.btn--ghost-icon-btn-small .material-symbols-outlined {
  font-size: 12px;
}
.btn--ghost:hover {
  background: #EDF2F7;
  color: #374151;
}
.btn--success {
  background: #059669;
  color: #FFFFFF;
  border-color: #059669;
}
.btn--success:hover {
  background: #065f46;
  border-color: #065f46;
  color: #FFFFFF;
}
.btn--danger,
.btn--destructive {
  background: transparent;
  color: #dc2626;
  border-color: #dc2626;
}
.btn--danger-icon-btn-small,
.btn--destructive-icon-btn-small {
  border-radius: 6px;
  height: auto;
  padding: 5px;
}
.btn--danger-icon-btn-small .material-symbols-outlined,
.btn--destructive-icon-btn-small .material-symbols-outlined {
  font-size: 12px;
}
.btn--danger--icon,
.btn--destructive--icon {
  padding: 0 8px;
}
.btn--danger--icon .material-symbols-outlined,
.btn--destructive--icon .material-symbols-outlined {
  font-size: 16px;
}
.btn--danger:hover,
.btn--destructive:hover {
  background: #fee2e2;
  border-color: #dc2626;
  color: #dc2626;
}
.btn--sm {
  padding: 5px 10px;
  font-size: 12px;
}
.btn--lg {
  padding: 10px 20px;
  font-size: 16px;
}
.btn--icon {
  padding: 0;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  font-size: 18px;
}
.k-text-none .k-button-text {
  display: none;
}
.k-group-start,
.k-group-end {
  border-radius: 8px;
  padding: 4px;
  background: transparent;
}
.k-group-start.k-selected,
.k-group-end.k-selected {
  background: #067E5E;
  border-color: #067E5E;
}
.btn--secondary.k-button-group {
  background: #ffffff;
  color: #374151;
  border-color: #D1DBE6;
}
.btn--secondary.k-button-group:hover {
  background: #F5F7FA;
  border-color: #A0AEBE;
  color: #02010E;
}
.btn--secondary.k-button-group .k-button {
  background: #ffffff;
  color: #374151;
  border-color: #D1DBE6;
  border-width: 0 !important;
  font-size: 12px !important;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}
.btn--secondary.k-button-group .k-button:hover,
.btn--secondary.k-button-group .k-button:focus,
.btn--secondary.k-button-group .k-button:focus-visible,
.btn--secondary.k-button-group .k-button:active {
  background: #F5F7FA;
  border-color: #A0AEBE;
  color: #02010E;
  border-width: 0px !important;
}
.btn--secondary.k-button-group:hover,
.btn--secondary.k-button-group:focus,
.btn--secondary.k-button-group:focus-visible,
.btn--secondary.k-button-group:active {
  background: #F5F7FA;
  border-color: #A0AEBE;
  color: #02010E;
}
.btn--secondary.k-dropdown-button {
  background: #ffffff;
  color: #374151;
  border-color: #D1DBE6;
}
.btn--secondary.k-dropdown-button:hover {
  background: #F5F7FA;
  border-color: #A0AEBE;
  color: #02010E;
}
.btn--secondary.k-dropdown-button .k-button {
  background: #ffffff;
  color: #374151;
  border-color: #D1DBE6;
  border-width: 0 !important;
  font-size: 12px !important;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}
.btn--secondary.k-dropdown-button .k-button:hover,
.btn--secondary.k-dropdown-button .k-button:focus,
.btn--secondary.k-dropdown-button .k-button:focus-visible,
.btn--secondary.k-dropdown-button .k-button:active {
  background: #F5F7FA;
  border-color: #A0AEBE;
  color: #02010E;
  border-width: 0px !important;
}
.btn--secondary.k-dropdown-button:hover,
.btn--secondary.k-dropdown-button:focus,
.btn--secondary.k-dropdown-button:focus-visible,
.btn--secondary.k-dropdown-button:active {
  background: #F5F7FA;
  border-color: #A0AEBE;
  color: #02010E;
}
.btn--primary.k-split-button {
  padding-right: 0;
}
.btn--primary.k-split-button .k-split-button-arrow {
  background: #055A43 !important;
  border-radius: 0 8px 8px 0;
  padding: 0 8px !important;
}
@media (max-width: 767px) {
  .btn--primary.k-split-button .k-split-button-arrow {
    padding: 0 2px !important;
  }
}
.btn--primary.k-split-button .k-split-button-arrow .k-icon.k-svg-icon.k-svg-i-caret-alt-down:after {
  font-size: 16px;
  /*
            @media(max-width:@screen-sm-max) {
                font-size: 12px;
            }*/
}
.btn--secondary.k-split-button {
  padding-right: 0;
}
.btn--secondary.k-split-button .k-split-button-arrow {
  background: #D1DBE6 !important;
  border-radius: 0 8px 8px 0;
  padding: 0 5px !important;
  height: 100%;
}
.btn--secondary.k-split-button .k-split-button-arrow .k-icon.k-svg-icon.k-svg-i-caret-alt-down:after {
  font-size: 16px;
}
@media (max-width: 767px) {
  .btn--secondary.k-split-button .k-split-button-arrow .k-icon.k-svg-icon.k-svg-i-caret-alt-down:after {
    /*  font-size: 12px;*/
  }
}
.btn--secondary .k-split-button,
.btn--secondary .k-split-button {
  background: #ffffff;
  color: #374151;
  border-color: #D1DBE6;
}
.btn--secondary .k-split-button:hover,
.btn--secondary .k-split-button:hover {
  background: #F5F7FA;
  border-color: #A0AEBE;
  color: #02010E;
}
.btn--secondary .k-split-button .k-button,
.btn--secondary .k-split-button .k-button {
  background: #ffffff;
  color: #374151;
  border-color: #D1DBE6;
  border-width: 0 !important;
  font-size: 12px !important;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}
.btn--secondary .k-split-button .k-button:hover,
.btn--secondary .k-split-button .k-button:hover,
.btn--secondary .k-split-button .k-button:focus,
.btn--secondary .k-split-button .k-button:focus,
.btn--secondary .k-split-button .k-button:focus-visible,
.btn--secondary .k-split-button .k-button:focus-visible,
.btn--secondary .k-split-button .k-button:active,
.btn--secondary .k-split-button .k-button:active {
  background: #F5F7FA;
  border-color: #A0AEBE;
  color: #02010E;
  border-width: 0px !important;
}
.btn--secondary .k-split-button:hover,
.btn--secondary .k-split-button:hover,
.btn--secondary .k-split-button:focus,
.btn--secondary .k-split-button:focus,
.btn--secondary .k-split-button:focus-visible,
.btn--secondary .k-split-button:focus-visible,
.btn--secondary .k-split-button:active,
.btn--secondary .k-split-button:active {
  background: #F5F7FA;
  border-color: #A0AEBE;
  color: #02010E;
}
.btn--secondary .k-split-button .k-split-button-arrow,
.btn--secondary .k-split-button .k-split-button-arrow {
  border-left: 1px solid rgba(255, 255, 255, 0.35) !important;
}
.k-textbox {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 14px;
  color: #02010E;
}
.k-textbox.k-disabled {
  background: #E1E9F0;
}
.login-phone-dropdown .k-textbox.k-input {
  border-radius: 0 4px 4px 0;
}
.k-textarea {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 14px;
  color: #02010E;
  border-radius: 8px;
}
.k-numerictextbox {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 14px;
  color: #02010E;
}
.k-numerictextbox.k-disabled {
  background: #E1E9F0;
}
.k-dropdownlist {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 14px;
  color: #02010E;
}
.k-dropdownlist.k-disabled {
  background: #E1E9F0;
}
.login-phone-dropdown .k-dropdownlist {
  border-right: 0px;
  border-radius: 8px 0 0 8px;
  border-width: 1px 0px 1px 1px !important;
}
.custom-pager .k-pager-sizes .k-dropdownlist {
  font-size: 11px;
  border: 1px solid #E1E9F0;
  border-radius: 6px;
  padding: 3px 8px;
}
.k-combobox {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 14px;
  color: #02010E;
}
.k-multiselect {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 14px;
  color: #02010E;
}
/* Radio-group option tiles (Police report, etc.): hide the raw Telerik radio circle and let the
   tile fill the row, so the option text + checkmark align like the employee/Lite page (no top-aligned radio). */
.options-list .k-radio-list-item {
  padding: 0;
}
.options-list span.k-radio-wrap {
  display: none;
}
.options-list label.k-radio-label {
  width: 100%;
}
.telerik-radio li {
  border-radius: 12px;
  border: 1px solid #dddddd;
  margin-bottom: 10px;
  padding: 15px;
}
.telerik-radio li .k-radio-label {
  margin-left: 5px;
}
.k-switch-on .k-switch-track {
  border-color: #058C6B !important;
  background-color: #058C6B !important;
}
.k-switch-md .k-switch-track {
  height: 24px !important;
}
@media (max-width: 576px) {
  .k-switch-md .k-switch-track {
    height: 20px !important;
  }
}
.k-switch-md .k-switch-thumb {
  height: 24px !important;
}
@media (max-width: 576px) {
  .k-switch-md .k-switch-thumb {
    height: 21px !important;
  }
}
.k-datepicker {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 14px;
  color: #02010E;
}
.k-daterangepicker {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 14px;
  color: #02010E;
}
.k-card {
  background: white;
  border: 1px solid #EDF2F7;
  border-radius: 12px;
  font-size: 12px;
  color: #02010E;
  margin-bottom: 5px;
  /*  min-height: 300px;*/
}
.k-card .k-card-header {
  font-size: 16px;
  font-weight: 600;
  padding: 13px 17px;
  z-index: 0;
  color: #02010E;
}
.k-card .k-card-header h1,
.k-card .k-card-header h2,
.k-card .k-card-header h3,
.k-card .k-card-header h4,
.k-card .k-card-header h5,
.k-card .k-card-header h6 {
  font-size: 16px !important;
  margin-bottom: 0;
}
.k-card .k-card-body {
  padding: 20px 18px;
}
.k-card .k-card-footer {
  color: #02010E !important;
}
.k-window {
  border-radius: 8px;
}
.k-window .k-window-titlebar {
  border-radius: 8px 8px 0 0;
  font-size: 18px;
}
.k-window .k-window-titlebar label,
.k-window .k-window-titlebar h1,
.k-window .k-window-titlebar h2,
.k-window .k-window-titlebar h3,
.k-window .k-window-titlebar h4,
.k-window .k-window-titlebar h5 {
  font-size: 18px;
}
.custom-pop {
  border-radius: 8px;
}
.custom-pop .k-window-titlebar {
  border-radius: 8px 8px 0 0;
  font-size: 18px;
}
.custom-pop .k-window-titlebar h1,
.custom-pop .k-window-titlebar h2,
.custom-pop .k-window-titlebar h3,
.custom-pop .k-window-titlebar h4,
.custom-pop .k-window-titlebar h5 {
  font-size: 18px;
}
.timeline-pop {
  border-radius: 6px 6px 0 0;
}
.timeline-pop .k-window-titlebar {
  border-radius: 6px 6px 0 0;
}
.timeline-pop .k-window-content {
  max-height: max-content;
  overflow: auto;
  height: calc(100dvh - 9rem);
}
.timeline-pop h5 {
  font-size: 16px;
  margin: 0;
}
.k-dialog {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 14px;
  color: #02010E;
}
.k-dialog.delete-pop {
  padding: 25px 15px;
  width: 500px;
  max-width: 100%;
  border-radius: 8px;
  text-align: left;
}
.k-dialog.delete-pop .k-dialog-titlebar {
  background: white;
  color: var(--dark-grey);
  border-radius: 8px 8px 0 0;
  white-space: normal !important;
  border: 0px;
}
.k-dialog.delete-pop .k-dialog-titlebar label {
  font-size: 18px;
  font-weight: 600;
  color: #02010E;
}
.k-dialog.delete-pop .k-dialog-actions {
  margin-top: 20px;
  border-top: 0px;
  justify-content: end;
}
.k-dialog.delete-pop .k-window-titlebar {
  border-radius: 4px;
  background: transparent;
}
.k-dialog.delete-pop .k-window-titlebar .k-dialog-titlebar-actions {
  display: none;
}
.k-dialog.delete-pop .k-window-titlebar .k-window-title .delete-icon-bg {
  border-radius: 50%;
  background: #f8cfcf;
  border: 7px solid #fbe2e2;
  color: #ea4747;
  display: flex;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  justify-content: center;
  align-items: center;
}
.k-dialog.delete-pop .k-window-titlebar .k-window-title .delete-icon-bg .bx-trash {
  display: block;
  font-size: 25px;
}
.k-dialog.delete-pop .k-dialog-content {
  margin: 0 0px !important;
  /*  padding: 6px 0;*/
  font-size: 14px;
  padding-top: 0;
}
.k-popover {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 12px;
  color: #02010E;
}
.k-popover .k-popover-header {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 12px;
  color: #02010E;
}
.k-popover .k-popover-body {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 12px;
  color: #02010E;
}
.k-tooltip {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 11px;
  color: #1f2937;
}
.k-badge {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 10px;
  font-weight: 600;
}
.k-grid {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 12px;
  color: #02010E;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e9ecef;
}
.k-grid table {
  border-collapse: separate;
  border-spacing: 0;
  color: #02010E;
  font-size: 12px;
}
.k-grid .k-column-title {
  font-size: 12px;
  font-weight: 500;
  color: #5C7873;
}
.k-grid .k-table-tbody .k-table-row {
  margin-bottom: 8px;
}
.k-grid .k-table-tbody .k-table-row .k-table-td {
  border-bottom: 1px solid #EDF2F7;
  font-weight: 400;
}
.k-grid .k-table-tbody .k-table-row:hover {
  background: #EEF9F7 !important;
}
.k-grid .k-table-tbody .k-table-row:hover .k-table-td {
  background: #EEF9F7 !important;
}
.k-grid-header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #EFF5F4;
}
.k-grid-header .k-table-thead {
  background: #EFF5F4;
}
.k-grid-header th.k-header,
.k-grid-header th {
  padding-top: 12px !important;
}
.k-grid-content {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.nd-grid-scroll .k-grid {
  height: calc(100vh - 330px);
}
.lr-sla-group-header {
  text-align: center;
}
.lr-sla-group-header .k-cell-inner {
  justify-content: center;
}
.lr-sla-group-header .k-cell-inner > .k-link {
  justify-content: center;
  flex: 1 1 auto;
  text-align: center;
}
.lr-sla-group-header .k-column-title {
  text-align: center;
}
.lr-sla-cell {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.lr-sla-grid .k-grid-header th.k-header,
.lr-sla-grid .k-table-th,
.lr-sla-grid td.k-table-td {
  border-right: 1px solid #E1E9F0;
  border-bottom: 1px solid #E1E9F0;
}
.lr-sla-grid .k-grid-header th.k-header,
.lr-sla-grid .k-table-th {
  vertical-align: top;
}
.lr-sla-grid .k-cell-inner > .k-link {
  white-space: normal;
}
.lr-sla-grid .k-column-title {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}
.k-pager {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 11px;
  color: #374151;
}
.custom-pager .k-pager-first,
.custom-pager .k-pager-last {
  display: none;
}
@media (max-width: 767px) {
  .custom-pager .k-pager-first,
  .custom-pager .k-pager-last {
    display: block;
  }
}
.custom-pager .k-pager-nav {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #374151;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 6px;
  border-radius: 6px;
  min-width: unset;
}
.custom-pager .k-pager-nav:hover {
  background: #EDF2F7 !important;
}
.custom-pager .k-pager-nav .k-icon,
.custom-pager .k-pager-nav .k-button-icon {
  display: none;
}
@media (max-width: 767px) {
  .custom-pager .k-pager-nav .k-icon,
  .custom-pager .k-pager-nav .k-button-icon {
    display: block;
  }
}
.custom-pager .k-pager-prev::before {
  content: "< Back";
}
.custom-pager .k-pager-next::after {
  content: "Next >";
}
.custom-pager .k-pager-numbers {
  display: flex;
  align-items: center;
  gap: 2px;
}
@media (max-width: 767px) {
  .custom-pager .k-pager-numbers .k-button:not(.k-selected):not([aria-current="page"]) {
    display: none;
  }
  .custom-pager .k-pager-numbers .k-button.k-selected[aria-current="page"] {
    display: inline-flex;
    pointer-events: none;
    cursor: default;
  }
}
.custom-pager .k-pager-numbers .k-button {
  min-width: 28px;
  height: 28px;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #02010E;
  font-size: 12px;
  font-weight: 400;
  border-radius: 6px;
  padding: 0 6px;
}
@media (max-width: 767px) {
  .custom-pager .k-pager-numbers .k-button {
    height: 20px;
    min-width: 20px;
    display: none;
  }
}
.custom-pager .k-pager-numbers .k-button:hover {
  border: 1px solid #E1E9F0 !important;
}
.custom-pager .k-pager-numbers .k-button.k-selected {
  background: #02010E !important;
  color: #ffffff !important;
  font-weight: 600;
  border-radius: 6px;
  min-width: 28px;
  height: 28px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .custom-pager .k-pager-numbers .k-button.k-selected {
    display: block !important;
    min-width: 20px;
    height: 20px;
  }
}
.custom-pager .k-pager-numbers > span {
  color: #6b7280;
  font-size: 14px;
  padding: 0 2px;
}
.custom-pager .k-pager-info {
  display: none;
}
.custom-pager .k-pager-sizes {
  display: flex;
  align-items: center;
  gap: 8px;
}
.custom-pager .k-pager-sizes label,
.custom-pager .k-pager-sizes .k-label {
  font-size: 11px;
  color: #6b7280;
  white-space: nowrap;
}
.custom-pager .k-pager-sizes select {
  font-size: 11px;
  border: 1px solid #E1E9F0;
  border-radius: 6px;
  padding: 3px 8px;
}
.demo-notification {
  margin-bottom: 65px;
  z-index: 999999 !important;
  text-transform: none !important;
  right: 20px !important;
}
.demo-notification .k-notification-wrap {
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 4px 10px !important;
  align-items: center;
  line-height: normal;
}
.demo-notification .k-notification {
  width: 100%;
}
.demo-notification .notification-parent {
  position: relative;
}
.demo-notification .k-notification-container {
  margin: 2px 0;
  display: flex;
  vertical-align: top;
  width: 400px;
}
@media (max-width: 575px) {
  .demo-notification .k-notification-container {
    width: 100% !important;
  }
}
.demo-notification .k-notification-wrap > .k-i-close {
  margin-right: 0;
  margin-left: 4px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 13px;
}
.demo-notification .k-notification-container .k-icon {
  color: #fff;
  line-height: normal;
  font-size: 14px;
}
.demo-notification .k-notification-error .k-icon,
.demo-notification .k-notification-error .k-svg-icon {
  color: red;
}
.demo-notification .k-notification-success .k-icon,
.demo-notification .k-notification-success .k-svg-icon {
  color: #07c597 !important;
}
.demo-notification .k-notification-success {
  background: #fff !important;
  color: #454545 !important;
  border-color: #fff !important;
  box-shadow: var(--ds-shadow-overlay, 0 0 1px rgba(9, 30, 66, 0.31), 0 20px 32px -8px rgba(9, 30, 66, 0.25)) !important;
  border-radius: 0px !important;
  padding: 15px 15px !important;
  border-bottom: 3px solid #07c597 !important;
  font-size: 15px;
  font-weight: 500;
}
.demo-notification .k-notification-error {
  background: #fff !important;
  color: #454545 !important;
  border-color: #fff !important;
  box-shadow: 0px 4px 9px 2px rgba(0, 0, 0, 0.1) !important;
  border-radius: 0px !important;
  padding: 15px 15px !important;
  border-bottom: 3px solid red !important;
  font-size: 15px;
  font-weight: 500;
}
.demo-notification span.k-icon.k-i-success,
.demo-notification span.k-icon.k-i-error {
  font-size: 20px;
}
.demo-notification .k-notification-wrap > .k-icon {
  margin-right: 14px !important;
  flex: none !important;
}
.demo-notification .k-notification-wrap > .k-i-close {
  margin-right: 0 !important;
  margin-left: 4px;
  flex: none;
  cursor: pointer;
}
.demo-notification .demo-notification .k-notification-wrap {
  padding: 0px 0px !important;
}
.demo-notification .demo-notification .k-notification-wrap .k-notification-content {
  padding-right: 10px !important;
}
.demo-notification .k-i-success::before {
  content: "\e11a" !important;
}
.demo-notification .k-i-error::before {
  content: "\e11d" !important;
}
@media only screen and (max-width: 1200px) {
  .demo-notification {
    width: 59.2% !important;
  }
}
@media only screen and (max-width: 992px) {
  .demo-notification {
    width: 79.1% !important;
  }
}
@media only screen and (max-width: 768px) {
  .demo-notification {
    width: 99% !important;
  }
}
@media (max-width: 576px) {
  .demo-notification {
    width: 98% !important;
    align-items: stretch !important;
    right: 0 !important;
    left: 0 !important;
    margin: 60px auto !important;
  }
}
.nd-booking-chart .k-chart {
  height: 100% !important;
  width: 100% !important;
  min-height: 260px;
}
.nd-booking-chart .k-chart path[fill="none"] {
  stroke: #ededed !important;
  stroke-width: 1px !important;
}
.nd-booking-chart .k-chart svg path[fill-opacity] {
  fill: url(#bookingGradient) !important;
}
.nd-booking-chart .k-chart circle {
  fill: #7280FF !important;
  stroke: #ffffff !important;
  stroke-width: 1px !important;
}
.nd-booking-chart .k-chart .k-grid-line {
  stroke: #7280FF !important;
  stroke-width: 1px !important;
}
@media (max-width: 768px) {
  .nd-booking-chart .k-chart {
    min-height: 300px;
    height: 300px !important;
  }
}
.fcr .chart-card .chart-wrap .k-chart-surface {
  width: 100%;
}
.k-stepper {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 11px;
  color: #374151;
}
.k-step-link {
  font-size: 12px;
}
@media (max-width: 576px) {
  .k-step-link {
    font-size: 8px;
  }
}
.custom-stepper {
  margin: 25px 0;
}
.custom-stepper .k-step-link {
  overflow: visible !important;
}
@media (max-width: 768px) {
  .custom-stepper .k-step-link {
    white-space: normal !important;
  }
}
.custom-stepper .k-step i,
.custom-stepper .k-stepper .k-step-current i,
.custom-stepper .k-step-link i,
.custom-stepper .k-step-indicator {
  border-radius: 5px;
  background: #ffffff;
  color: #6b7280;
  font-size: 16px;
  border: 2px solid #f0f0f0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.custom-stepper .k-step.k-step-done i,
.custom-stepper .k-step.k-step-current i {
  background: #E6F4F0 !important;
  color: #02010E;
  border: 2px solid #f0f0f0;
}
.custom-stepper .k-step-indicator::after {
  display: none !important;
}
.custom-stepper .k-step-indicator::before {
  border-radius: 5px;
}
.custom-stepper .k-step-current .k-step-label,
.custom-stepper .k-step-label {
  font-size: 14px;
  font-weight: 500;
}
.custom-stepper .k-step-list-horizontal ~ .k-progressbar {
  height: 1px;
  border: 1px dashed #dddddd;
}
.k-tabstrip-content:focus {
  outline: none;
}
.k-tabstrip-items-wrapper {
  border: 0;
  background: transparent;
  width: fit-content;
  padding: 2px;
  margin-bottom: 10px;
}
.k-tabstrip-items-wrapper ul.k-tabstrip-items {
  margin-bottom: 2px;
}
.k-tabstrip-items-wrapper ul.k-tabstrip-items li.k-tabstrip-item {
  background: transparent;
  padding: 4px 10px;
  color: inherit;
}
.k-tabstrip-items-wrapper ul.k-tabstrip-items li.k-tabstrip-item:focus {
  box-shadow: none;
}
@media (max-width: 768px) {
  .k-tabstrip-items-wrapper ul.k-tabstrip-items li.k-tabstrip-item {
    padding: 4px 7px;
  }
}
.k-tabstrip-items-wrapper ul.k-tabstrip-items li.k-tabstrip-item .k-link {
  font-size: 12px;
  background: transparent;
}
.k-tabstrip-items-wrapper ul.k-tabstrip-items li.k-tabstrip-item .k-link:active,
.k-tabstrip-items-wrapper ul.k-tabstrip-items li.k-tabstrip-item .k-link:hover {
  background: transparent !important;
  color: inherit;
  border: 0px !important;
}
@media (max-width: 768px) {
  .k-tabstrip-items-wrapper ul.k-tabstrip-items li.k-tabstrip-item .k-link {
    font-size: 13px;
  }
}
.k-tabstrip-items-wrapper ul.k-tabstrip-items li.k-tabstrip-item.k-active {
  background: transparent !important;
  color: #02010E;
  border-block-end-color: #058C6B !important;
  border-width: 0 0 2px;
  font-weight: 600;
}
.k-tabstrip-content {
  background: transparent;
  border: 0;
  padding: 0;
}
.telerik-file-select {
  border-radius: 8px;
}
.telerik-file-select-input {
  width: 100%;
  height: 100%;
  background: white;
}
.telerik-file-select-input {
  border-radius: 8px;
}
.accident-side .telerik-file-select {
  width: 220px;
  height: 160px;
  max-width: 100%;
}
.attach-select-file .k-dropzone {
  border-radius: 8px;
}
.select-file-section .btn-select .k-dropzone {
  display: block;
  text-align: center;
  background: #ffffff;
}
.btn-select .k-dropzone {
  padding: 0;
  display: inline-block;
}
.btn-select .k-dropzone-hint {
  display: none;
}
.telerik-file-select-input .k-dropzone {
  width: 100%;
  height: 100%;
  background: white;
}
.telerik-file-select-input .k-dropzone {
  z-index: inherit;
}
.k-dropzone-hint {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 11px;
  color: #6b7280;
}
.btn-select .k-upload-files .k-upload-action {
  padding: 0px;
  color: #02010E !important;
}
.telerik-file-select-input .k-upload-button k-button,
.telerik-file-select-input .k-upload-button-wrap {
  width: 100%;
  height: 100%;
  background: white;
}
.telerik-file-select-input .k-upload-button-wrap {
  z-index: 1;
  opacity: 0;
}
.telerik-file-select-input .k-upload-button.k-button {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.telerik-file-select-input .k-button-text {
  display: none;
}
.telerik-file-select-input .k-file-name {
  font-size: 12px;
}
.telerik-file-select-input .k-file-single {
  align-items: start;
}
.telerik-file-select-input .k-file-single span {
  position: relative;
}
.k-upload .k-upload-files .k-file-single {
  align-items: start;
}
.k-upload .k-upload-files .k-file-single span {
  position: relative;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #D1DBE6;
  border-radius: 9999px;
}
::-webkit-scrollbar-thumb:hover {
  background: #A0AEBE;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #D1DBE6 transparent;
}
.color-primary {
  color: #067E5E;
}
.text-muted,
.text-default-light {
  color: #64748B;
}
.font-10 {
  font-size: 10px;
}
.font-12 {
  font-size: 12px;
}
.font-14 {
  font-size: 14px;
}
.fw-600 {
  font-weight: 600;
}
.primary-link,
.text-link {
  color: #067E5E;
  text-decoration: underline;
}
.primary-link:hover,
.text-link:hover {
  color: #055A43;
}
.secondary-link {
  color: #02010E;
  text-decoration: underline;
  cursor: pointer;
}
.secondary-link:hover {
  color: #067E5E;
}
.text-dark {
  color: #02010E;
}
.hover-card {
  transition: 200ms ease all;
}
.hover-card:hover {
  box-shadow: 0px 6px 8px 0px #e4e4e4;
  border: 1px solid #067E5E;
}
.color-inherit {
  color: inherit !important;
}
.hover-blue:hover {
  color: #1d4ed8 !important;
}
html {
  color: #02010E !important;
}
body {
  background: #EDEFF3;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 12px;
  color: #02010E !important;
}
.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 20;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #02010E;
}
.fs-xs {
  font-size: 10px !important;
}
.fs-sm {
  font-size: 11px !important;
}
.fs-base {
  font-size: 12px !important;
}
.fs-md {
  font-size: 14px !important;
}
.fs-lg {
  font-size: 16px !important;
}
.fs-xl {
  font-size: 18px !important;
}
.fs-1xl {
  font-size: 20px !important;
}
.fs-2xl {
  font-size: 22px !important;
}
.fs-3xl {
  font-size: 28px !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.bg-light-grey {
  background: #F1F1F1 !important;
}
.bg-pastel-green {
  background: #13b6a51c;
}
.bg-pastel-orange,
.bg-warning {
  background: #FFF7ED !important;
}
.bg-pastel-blue,
.bg-secondary {
  background: #EFF6FF;
}
.text-primary-brand {
  color: #067E5E !important;
}
.text-primary-dark {
  color: #055A43 !important;
}
.text-success {
  color: #059669 !important;
}
.text-success-dark {
  color: #065f46 !important;
}
.text-warning {
  color: #d97706 !important;
}
.text-warning-dark {
  color: #b45309 !important;
}
.text-danger {
  color: #dc2626 !important;
}
.text-info {
  color: #1d4ed8 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
.text-body {
  color: #02010E !important;
}
.text-secondary-body {
  color: #374151 !important;
}
.text-muted-body {
  color: #6b7280 !important;
}
.text-faint {
  color: #9ca3af !important;
}
.text-inverse {
  color: #FFFFFF !important;
}
.text-gray-400 {
  color: #A0AEBE !important;
}
.text-gray-500 {
  color: #64748B !important;
}
.text-gray-600 {
  color: #475569 !important;
}
.text-gray-700 {
  color: #1E293B !important;
}
.text-gray-800 {
  color: #0F172A !important;
}
.text-gray-900 {
  color: #02010E !important;
}
.bg-primary-brand {
  background-color: #067E5E !important;
}
.bg-primary-light {
  background-color: #E6F4F0 !important;
}
.bg-success {
  background-color: #059669 !important;
}
.bg-success-light {
  background-color: #d1fae5 !important;
}
.bg-warning {
  background-color: #d97706 !important;
}
.bg-warning-light {
  background-color: #fef3c7 !important;
}
.bg-danger {
  background-color: #dc2626 !important;
}
.bg-danger-light {
  background-color: #fee2e2 !important;
}
.bg-info {
  background-color: #1d4ed8 !important;
}
.bg-info-light {
  background-color: #dbeafe !important;
}
.bg-page {
  background-color: #f5f6fa !important;
}
.bg-card {
  background-color: #ffffff !important;
}
.bg-gray-50 {
  background-color: #F5F7FA !important;
}
.bg-gray-100 {
  background-color: #EDF2F7 !important;
}
.bg-gray-200 {
  background-color: #E1E9F0 !important;
}
.bg-initials {
  background-color: #F0F2FE !important;
}
.border-primary {
  border-color: #067E5E !important;
}
.border-success {
  border-color: #059669 !important;
}
.border-warning {
  border-color: #d97706 !important;
}
.border-danger {
  border-color: #dc2626 !important;
}
.border-info {
  border-color: #1d4ed8 !important;
}
.border-card {
  border-color: #E5E6F1 !important;
}
.border-light {
  border-color: #f0f0f0 !important;
}
.border-gray-200 {
  border-color: #E1E9F0 !important;
}
.border-gray-300 {
  border-color: #D1DBE6 !important;
}
#app {
  background: #EDEFF3;
}
.app-layout {
  display: flex;
  flex-direction: row;
  min-height: 100vh;
  align-items: stretch;
  /* @media (min-width:1440px) {
        max-width: 1224px;
        margin: 0 auto;
        min-height: 80vh;
    }*/
}
.main-content {
  flex: 1;
  min-width: 0;
  overflow-x: hidden;
  max-width: 1920px;
  margin-right: auto;
}
.page.relative {
  display: flex !important;
  flex-direction: row !important;
  min-height: 100vh;
  align-items: stretch;
}
.sidebar ~ main.height-scroll,
.sidebar + main.height-scroll {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.sidebar ~ main.height-scroll > section,
.sidebar + main.height-scroll > section {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.sidebar ~ main.height-scroll > section > div,
.sidebar + main.height-scroll > section > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.sidebar ~ main.height-scroll > section > div > .col-12,
.sidebar + main.height-scroll > section > div > .col-12 {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.sidebar {
  position: sticky;
  top: 0;
  align-self: flex-start;
  height: 100vh;
  width: 100px;
  min-width: 105px;
  max-width: 120px;
  background: #ffffff;
  border-right: 1px solid #E5E6F1;
  display: flex;
  flex-direction: column;
  z-index: 200;
  overflow: hidden;
  flex-shrink: 0;
}
.sidebar-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 0 10px;
  gap: 8px;
}
.logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.logo-img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.hamburger-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: none;
  background: transparent;
  color: #64748B;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
  padding: 0;
}
.hamburger-btn:hover {
  background: #EDF2F7;
  color: #1E293B;
}
.nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 20px 0;
  flex: 1;
  gap: 6px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
}
.nav-list::-webkit-scrollbar {
  display: none;
}
.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 95px;
  text-decoration: none;
  color: inherit;
  position: relative;
  gap: 4px;
  padding: 6px 0;
  background: transparent;
}
.nav-item:hover {
  background: transparent;
}
.nav-item:hover .nav-icon {
  background: #02010E;
  color: #ffffff;
}
.nav-item:hover .nav-icon i {
  color: #ffffff;
}
.nav-item:hover .nav-icon img {
  filter: brightness(0) invert(1);
}
.nav-item:hover .nav-label {
  color: #02010E;
}
.nav-item.active {
  background: transparent;
}
.nav-item.active .nav-icon {
  background: #02010E;
}
.nav-item.active .nav-icon i {
  color: #ffffff;
}
.nav-item.active .nav-icon img {
  filter: brightness(0) invert(1);
}
.nav-item.active .nav-label {
  color: #02010E;
  font-weight: 600;
}
.nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  transition: background 0.15s ease;
  flex-shrink: 0;
}
.nav-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  transition: filter 0.15s ease;
}
.nav-icon i {
  font-size: 20px;
  color: #02010E;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.15s ease;
}
.nav-label {
  font-size: 9px;
  font-weight: 500;
  color: #02010E;
  text-align: center;
  line-height: 1.2;
  white-space: normal;
  transition: color 0.15s ease;
  word-break: break-word;
}
.sidebar-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 14px;
  gap: 4px;
}
.sidebar-footer-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 46px;
  height: 46px;
}
.lang-wrap .k-input-inner {
  padding: 0 4px !important;
  justify-content: center;
}
.avatar-mini {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #02010E;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sidebar--expanded {
  width: 280px;
  min-width: 280px;
  max-width: 280px;
}
.sidebar--expanded .sidebar-brand {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 18px 20px 14px;
}
.sidebar--expanded .logo-img {
  width: auto;
  height: 32px;
}
.sidebar--expanded .nd-search-combo {
  margin: 0 16px 20px;
  background: #F5F7FA;
}
.sidebar--expanded .nd-search-input-wrap {
  min-width: 0;
  flex: 1;
}
.sidebar--expanded .nd-search-input {
  font-size: 13px;
  padding-left: 38px;
}
.sidebar--expanded .nd-search-icon {
  font-size: 18px;
  color: #A0AEBE;
}
.sidebar--expanded .nav-list {
  align-items: stretch;
  padding: 4px 0 16px;
  gap: 0;
}
.sidebar--expanded .nd-detail-nav-section {
  padding: 20px 24px 10px;
  font-size: 12px;
  color: #A0AEBE;
}
.sidebar--expanded .nd-detail-nav-item {
  margin: 0 12px;
  padding-left: 12px;
  padding-right: 12px;
  color: #475569;
  font-weight: 500;
}
.sidebar--expanded .nd-detail-nav-item .nd-nav-dot {
  width: 5px;
  height: 5px;
}
.sidebar--expanded button.nd-detail-nav-item {
  width: auto;
  border: none;
  background: transparent;
  font-family: inherit;
  text-align: left;
}
.sidebar--expanded .nav-icon {
  width: 22px;
  height: 22px;
}
.sidebar--expanded .sidebar-footer .nav-icon {
  width: auto;
  height: auto;
}
.sidebar--expanded .nd-detail-nav-item.active .nav-icon i {
  color: inherit;
}
.sidebar--expanded .sidebar-footer {
  align-items: flex-start;
  padding: 18px 20px 10px;
  border-top: 1px solid #E5E6F1;
}
.sidebar--expanded .sidebar-footer .nav-item {
  width: auto;
}
.app-mobile-topbar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #ffffff;
  border-bottom: 1px solid #E5E6F1;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  z-index: 300;
}
.app-mobile-logo {
  display: flex;
  align-items: center;
}
.app-mobile-logo img {
  width: 90px;
  object-fit: contain;
}
.app-mobile-topbar-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.app-mobile-hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  color: #64748B;
  font-size: 22px;
  cursor: pointer;
  border-radius: 8px;
  padding: 0;
  transition: background 0.15s ease, color 0.15s ease;
}
.app-mobile-hamburger:hover {
  background: #EDF2F7;
  color: #1E293B;
}
.app-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 400;
}
.app-mobile-drawer {
  position: fixed;
  top: 0;
  left: -280px;
  width: 260px;
  height: 100vh;
  background: #ffffff;
  z-index: 500;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 0 16px rgba(0, 0, 0, 0.12);
  transition: left 0.25s ease;
}
.app-mobile-drawer.open {
  left: 0;
}
.app-mobile-drawer .nd-detail-nav-section {
  padding: 20px 20px 10px;
  font-size: 12px;
  color: #A0AEBE;
}
.app-mobile-drawer .app-drawer-item {
  font-size: 13px;
  color: #475569;
}
.app-mobile-drawer .nd-detail-nav-item {
  color: #475569;
  font-weight: 500;
}
.app-mobile-drawer .nd-detail-nav-item .nd-nav-dot {
  width: 5px;
  height: 5px;
}
@media (min-width: 992px) {
  .app-mobile-drawer,
  .app-drawer-overlay {
    display: none !important;
  }
}
.app-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px 8px;
  border-bottom: 1px solid #E5E6F1;
}
.app-drawer-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  color: #64748B;
  font-size: 20px;
  cursor: pointer;
  border-radius: 6px;
  padding: 0;
}
.app-drawer-close-btn:hover {
  background: #EDF2F7;
  color: #1E293B;
}
.app-drawer-nav {
  display: flex;
  flex-direction: column;
  padding: 12px 0;
  overflow-y: auto;
  flex: 1;
}
.app-drawer-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  text-decoration: none;
  color: #02010E;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
  transition: background 0.15s ease;
}
.app-drawer-item i,
.app-drawer-item .material-symbols-outlined {
  font-size: 20px;
  color: #64748B;
  flex-shrink: 0;
}
.app-drawer-item:hover,
.app-drawer-item.active {
  background: #F5F7FA;
  color: #02010E;
}
.app-drawer-item:hover i,
.app-drawer-item.active i,
.app-drawer-item:hover .material-symbols-outlined,
.app-drawer-item.active .material-symbols-outlined {
  color: #02010E;
}
.app-drawer-item .avatar-mini {
  width: 24px;
  height: 24px;
  font-size: 11px;
}
.card {
  background: #ffffff;
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
  padding: 18px 20px;
}
.card-title {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #02010E;
  margin: 0 0 2px;
  line-height: 1.2;
}
.card-sub {
  font-size: 12px;
  font-weight: 400;
  color: #9ca3af;
  margin: 0 0 14px;
}
/*.btn--primary,
.btn--primary ,
.btn--primary,
.btn--primary.k-button-group {

    .k-button {
        background: @color-primary !important;
        color: @color-text-inverse !important;
        border-color: @color-primary !important;
        box-shadow: none !important;
        font-size: @font-size-md !important;
        font-family: @font-family-base !important;

        &:hover,
        &:focus,
        &:focus-visible,
        &:active {
            background: @color-primary-dark !important;
            border-color: @color-primary-dark !important;
            box-shadow: none !important;
            outline: none !important;
        }
    }

    &:hover,
    &:focus,
    &:focus-visible,
    &:active {
        background: @color-primary-dark !important;
        border-color: @color-primary-dark !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .k-split-button-arrow {
        border-left: 1px solid rgba(255, 255, 255, 0.35) !important;
    }
}
*/
.badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}
.badge--blue {
  background: #dbeafe;
  color: #1d4ed8;
}
.badge--orange {
  background: #fef3c7;
  color: #b45309;
}
.badge--green {
  background: #d1fae5;
  color: #065f46;
}
.badge--gray {
  background: #EDF2F7;
  color: #475569;
}
.badge--red {
  background: #fee2e2;
  color: #dc2626;
}
.badge--primary {
  background: #E6F4F0;
  color: #067E5E;
}
.dashboard-wrap {
  padding: 22px 16px 4px;
  height: max-content;
  display: flex;
  flex-direction: column;
}
.tour-dashboard-graph {
  flex: 1;
  min-height: 0;
}
.tour-dashboard-graph > [class*="col-"] {
  display: flex;
  flex-direction: column;
}
.tour-dashboard-graph > [class*="col-"] .stat-card {
  flex: 1;
  min-height: 0;
}
.nd-urgent-list {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}
.page-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 28px;
  flex-wrap: wrap;
  gap: 12px;
}
.page-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
}
.master-layout-global-actions {
  position: absolute;
  top: 16px;
  right: 12px;
  z-index: 201;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  pointer-events: auto;
}
@media (max-width: 992px) {
  .master-layout-global-actions {
    display: none;
  }
}
.greeting-title {
  font-size: 18px;
  font-weight: 600;
  /* color: @color-black;*/
  margin: 0 0 4px;
}
.greeting-sub {
  font-size: 12px;
  /* color: @color-black;*/
  margin: 0;
  font-style: italic;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.search-section {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.search-input-wrap {
  position: relative;
  flex: 1;
  min-width: 200px;
}
.search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #A0AEBE;
  font-size: 16px;
  pointer-events: none;
}
.search-input {
  width: 100%;
  padding: 9px 14px 9px 36px;
  border: 1px solid #E1E9F0;
  border-radius: 8px;
  font-size: 12px;
  background: #fff;
  color: #374151;
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.search-input:focus {
  border-color: #078A67;
  box-shadow: 0 0 0 3px rgba(6, 126, 94, 0.12);
}
/* -- DONE REVISION ON CODE REFACTOR*/
.stat-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 18px 20px;
  height: 100%;
  border: 1px solid #E5E6F1;
  display: flex;
  flex-direction: column;
}
.stat-card__label {
  font-size: 14px;
  font-weight: 400;
  /*   color: @color-text-muted;*/
  margin: 0 0 4px;
}
.stat-card__value {
  font-size: 20px;
  font-weight: 600;
  color: #02010E;
  line-height: 1.2;
  margin: 20px 0 5px;
}
.stat-card__sub {
  font-size: 11px;
  color: #067E5E;
  margin: 0;
}
.stat-card__change {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 14px;
  /*  font-weight: @font-weight-semibold;*/
  margin: 0;
  font-style: italic;
}
.stat-card__change--up {
  color: #059669;
}
.stat-card__change--down {
  color: #dc2626;
}
.stat-card > div > .material-symbols-outlined,
.stat-card > div > span.material-symbols-outlined {
  font-size: 32px;
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 32;
  /* color: @color-gray-500;*/
  flex-shrink: 0;
}
.stat-card__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  color: #0F172A;
}
.stat-card__alert-text {
  font-size: 14px;
  /*  font-weight: @font-weight-medium;*/
  color: #0036C0;
  font-style: italic;
}
.stat-card .stat-card-footer {
  margin-top: auto;
}
.stat-card--hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #E6F4F0 0%, #ffffff 60%);
}
.stat-card--hero .stat-card__value {
  font-size: 28px;
  font-weight: 700;
  color: #055A43;
}
.stat-card__height {
  max-height: 55vh;
  overflow-y: scroll;
}
.stat-card__hero-icon {
  position: absolute;
  right: -8px;
  bottom: -8px;
  font-size: 96px;
  font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 96;
  color: #067E5E;
  opacity: 0.12;
  pointer-events: none;
  line-height: 1;
}
.stat-card__label--bold {
  font-weight: 600;
}
.stat-card__sub-label {
  font-size: 14px;
  font-weight: 400;
  color: #6b7280;
  margin: 0 0 4px;
}
.stat-card--saved-with-ronya {
  position: relative;
  overflow: hidden;
}
.stat-card--saved-with-ronya > * {
  position: relative;
  z-index: 1;
}
.stat-card--saved-with-ronya::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(45deg, transparent 35%, rgba(255, 255, 255, 0.65) 50%, transparent 65%);
  background-size: 250% 250%;
  background-position: 100% 0%;
  animation: stat-card-shimmer-bl-tr 3.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
@keyframes stat-card-shimmer-bl-tr {
  0% {
    background-position: 100% 0%;
  }
  60%,
  100% {
    background-position: 0% 100%;
  }
}
.panel {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
  height: 100%;
  border: 1px solid #f3f4f6;
}
.panel-title {
  font-size: 16px;
  font-weight: 600;
  color: #02010E;
  margin: 0 0 20px;
}
.panel-sub {
  font-size: 12px;
  color: #9ca3af;
  margin: 0 0 14px;
}
.urgent-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 10px;
  border: 1px solid #E5E6F1;
  margin-bottom: 8px;
  transition: 0.5s ease all;
}
.urgent-item:hover {
  background: #F5F7FA;
  border-color: #A0AEBE;
}
.initials-box {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #F0F2FE;
  color: #A19EB2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 500;
  flex-shrink: 0;
  text-transform: uppercase;
}
.booking-info {
  flex: 1;
  min-width: 0;
  display: flex;
  gap: 10%;
}
.booking-no {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  cursor: pointer;
  line-height: normal;
}
@media (max-width: 576px) {
  .booking-no {
    font-size: 12px;
  }
}
.booking-no:hover {
  color: #067E5E;
}
.booking-stage {
  font-size: 12px;
  color: #64748B;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.action-badge {
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}
.action-badge--blue {
  background: #FFEDD5;
  color: #EA580C;
}
.action-badge--orange {
  background: #FFEDD5;
  color: #EA580C;
}
.action-badge--green {
  background: #d1fae5;
  color: #065f46;
}
.action-badge--gray {
  background: #EDF2F7;
  color: #475569;
}
.nd-page-wrap {
  display: flex;
  flex-direction: column;
  padding: 22px 16px 20px;
  flex: 1;
  min-width: 0;
  min-height: 0;
}
.nd-page-wrap:has(.nd-detail-layout) {
  padding: 0;
}
.nd-page-wrap:has(.nd-detail-layout) .nd-page-title-row {
  padding: 10px 24px;
  margin-bottom: 0;
  border-bottom: 1px solid #f0f0f0;
  justify-content: flex-end;
}
.nd-page-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 12px;
  flex-wrap: wrap;
}
.nd-page-title {
  font-size: 18px;
  font-weight: 600;
  color: #02010E;
  margin: 0;
}
.nd-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.nd-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8A8FA9;
  border-width: 0 1px 0 0;
  color: #000000;
  background: transparent;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
  padding-right: 15px;
  margin-right: 15px;
}
.nd-icon-btn:hover {
  background: #EDF2F7;
  color: #02010E;
}
.nd-page-content {
  /* flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    min-height: 0;*/
  /*  overflow-y: auto;*/
}
.nd-list-page {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.nd-status-tabs-wrap {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 16px;
  flex-wrap: nowrap;
  border-bottom: 2px solid #EDF2F7;
}
.nd-status-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  padding-bottom: 10px;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  background: transparent;
  color: #6b7280;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.15s ease, border-color 0.15s ease;
}
@media (max-width: 767px) {
  .nd-status-tab {
    padding: 8px 8px;
  }
}
.nd-status-tab:hover {
  color: #374151;
  border-color: #D1DBE6;
}
.nd-status-tab-count {
  background: #E5E5E5;
  border-radius: 6px;
  font-size: 10px;
  padding: 2px 5px !important;
}
.nd-tab-active {
  color: #02010E !important;
  border-color: #067E5E !important;
  font-weight: 600;
  background: transparent;
}
@media (max-width: 992px) {
  .nd-tab-active {
    padding: 2px 5px;
  }
}
.nd-tab-active:hover {
  color: #067E5E;
  border-color: #067E5E;
}
.nd-tab-active .nd-status-tab-count {
  background: #C6E8E2;
}
.nd-stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 14px;
}
.nd-stat-card {
  background: #ffffff;
  border: 1px solid #E5E6F1;
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.nd-stat-card__label {
  font-size: 11px;
  color: #6b7280;
  font-weight: 500;
  margin: 0 0 6px;
}
.nd-stat-card__value {
  font-size: 22px;
  font-weight: 700;
  color: #02010E;
  margin: 0 0 2px;
  line-height: 1.2;
}
.nd-stat-card__sub {
  font-size: 11px;
  color: #6b7280;
  margin: 0;
}
.nd-stat-card__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #1E293B;
  flex-shrink: 0;
}
.nd-toolbar {
  /*  display: flex;
    align-items: center;
    gap: @space-3;*/
  margin-bottom: 14px;
  /*  flex-wrap: wrap;
    justify-content: space-between;*/
}
.nd-toolbar-spacer {
  flex: 1;
}
.nd-filter-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 9999px;
  background: #067E5E;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
}
.DateRange-pop {
  width: 580px !important;
  max-width: 95vw !important;
}
.DateRange-pop .k-calendar-container,
.DateRange-pop .k-multiviewcalendar {
  width: 100% !important;
}
.nd-filter-pop {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  z-index: 500;
  width: 700px;
  background: #ffffff;
  border: 1px solid #E1E9F0;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}
.nd-filter-pop-body {
  padding: 14px;
  max-height: 440px;
  overflow-y: auto;
}
.nd-filter-pop-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.nd-filter-label {
  font-size: 11px;
  font-weight: 500;
  color: #374151;
  white-space: nowrap;
}
.nd-filter-label--muted {
  color: #6b7280;
  font-weight: 400;
}
.nd-filter-label-input {
  flex: 1;
  min-width: 200px;
}
.nd-filter-pop-divider {
  height: 1px;
  background: #EDF2F7;
  margin: 12px 0;
}
.nd-filter-title {
  font-size: 11px;
  font-weight: 600;
  color: #02010E;
}
.nd-client-filter-grid {
  max-height: 330px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  scrollbar-width: thin;
}
.nd-filter-check-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #374151;
  cursor: pointer;
}
.nd-filter-pop-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 14px;
  border-top: 1px solid #EDF2F7;
}
.nd-filter-clear-btn.k-button,
.nd-filter-clear-btn {
  height: 34px;
  padding: 0 12px;
  border-radius: 8px;
  font-size: 11px;
}
.nd-filter-apply-btn.k-button,
.nd-filter-apply-btn {
  height: 34px;
  padding: 0 12px;
  border-radius: 8px;
  font-size: 11px;
}
.nd-applied-filters-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  width: 100%;
}
.nd-filter-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  /* background:    @color-gray-100;*/
  background: #067e5e14;
  border-radius: 9999px;
  font-size: 11px;
  color: #374151;
  border: 1px solid #067e5e6e;
}
.nd-filter-badge-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border: none;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
  padding: 0;
  font-size: 12px;
}
.nd-filter-badge-remove:hover {
  color: #dc2626;
}
.nd-filter-clear-all {
  font-size: 11px;
  color: #067E5E;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 6px;
}
.nd-filter-clear-all:hover {
  background: #E6F4F0;
}
.nd-search-combo {
  display: flex;
  align-items: center;
  border: 1px solid #E1E9F0;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}
.nd-search-type-pills {
  display: flex;
  align-items: center;
  border-right: 1px solid #E1E9F0;
  flex-shrink: 0;
}
.nd-search-type-pill {
  padding: 8px 12px;
  border: none;
  background: transparent;
  color: #6b7280;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease;
}
.nd-search-type-pill:hover {
  background: #F5F7FA;
  color: #374151;
}
.nd-search-type-pill--active {
  background: #EDF2F7;
  color: #02010E;
}
.nd-search-input-wrap {
  display: flex;
  align-items: center;
  position: relative;
  min-width: 260px;
  min-height: 40px;
}
.nd-search-icon {
  position: absolute;
  left: 10px;
  /*  color: @color-gray-400;*/
  font-size: 14px;
  pointer-events: none;
}
.nd-search-input {
  width: 100%;
  padding: 9px 32px 9px 30px;
  border: none;
  background: transparent;
  font-size: 11px;
  color: #374151;
  outline: none;
}
.nd-search-input::placeholder {
  color: #9ca3af;
}
.nd-search-clear-btn {
  position: absolute;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
  font-size: 14px;
  padding: 0;
}
.nd-search-clear-btn:hover {
  color: #02010E;
}
.nd-list-wrap {
  background: #ffffff;
  border: 1px solid #E1E9F0;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 200px);
  min-height: 280px;
  overflow: hidden;
}
.nd-list-grid {
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 0;
}
.nd-pager-wrap {
  flex-shrink: 0;
}
.nd-list-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  border-bottom: 1px solid #EDF2F7;
  cursor: pointer;
  transition: background 0.15s ease;
}
.nd-list-card:last-child {
  border-bottom: none;
}
.nd-list-card:hover {
  background: #F5F7FA;
}
.nd-list-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 9999px;
  background: #F0F2FE;
  color: #1E293B;
  font-size: 11px;
  font-weight: 500;
}
.nd-list-col {
  /*  display: flex;
    flex-direction: column;
    gap: 3px;*/
  min-width: 0;
}
.nd-list-col--id {
  flex: 0 0 160px;
}
.nd-list-col--garage {
  flex: 1;
  min-width: 0;
}
.nd-list-col--date {
  flex: 0 0 120px;
}
.nd-list-col--amount {
  flex: 0 0 100px;
}
.nd-list-title {
  font-size: 14px;
  font-weight: 500;
  color: #02010E;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nd-list-title--muted {
  color: #9ca3af;
}
.nd-garage-person {
  font-size: 11px;
  font-weight: 500;
  color: #02010E;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nd-garage-role {
  font-size: 10px;
  color: #6b7280;
}
.nd-garage-address {
  font-size: 11px;
  color: #6b7280;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nd-date-primary {
  font-size: 11px;
  font-weight: 500;
  color: #02010E;
}
.nd-date-secondary {
  font-size: 10px;
  color: #6b7280;
}
.nd-amount {
  font-size: 11px;
  font-weight: 600;
  color: #02010E;
}
.nd-list-end {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  flex-shrink: 0;
}
.nd-list-grid {
  width: 100%;
  background: #ffffff;
  border-radius: 12px;
  overflow-x: auto;
  border: 1px solid #E1E9F0;
}
.nd-list-header-row,
.nd-list-row {
  display: grid;
  /*  grid-template-columns: 1.6fr 2fr 1.5fr 1.4fr 1.1fr 1.8fr;*/
  grid-template-columns: 1.6fr 2fr 1.5fr 1.4fr 1.1fr;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
}
.nd-list-header-row {
  background: #EFF5F4;
  color: #5C7873;
  border-bottom: 1px solid #E1E9F0;
  position: sticky;
  top: 0;
  z-index: 1;
}
.nd-list-header-col {
  font-size: 12px;
  font-weight: 500;
  /*  text-transform: uppercase;*/
  color: #5C7873;
  /* letter-spacing: 0.4px;*/
  white-space: nowrap;
}
.nd-list-row {
  border-bottom: 1px solid #EDF2F7;
  transition: background 0.15s ease;
}
.nd-list-row:last-child {
  border-bottom: none;
}
.nd-list-row--clickable {
  cursor: pointer;
}
.nd-list-row--clickable:hover {
  background: #F5F7FA;
}
.nd-list-cell {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.nd-list-cell--with-avatar {
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.nd-row-primary {
  font-size: 12px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nd-row-secondary {
  /*   display: flex;
    align-items: center;
    gap: 3px;*/
  font-size: 10px;
  color: #6b7280;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nd-row-secondary i {
  font-size: 11px;
}
.nd-row-amount {
  font-size: 12px;
  font-weight: 500;
  color: #02010E;
}
.nd-table {
  width: 100%;
  border-collapse: collapse;
}
.nd-table-head {
  background: #F5F7FA;
  border-bottom: 1px solid #E1E9F0;
}
.nd-table-th {
  padding: 10px 14px;
  font-size: 11px;
  font-weight: 600;
  color: #6b7280;
  text-align: left;
  white-space: nowrap;
}
.nd-table-row {
  border-bottom: 1px solid #EDF2F7;
  cursor: pointer;
  transition: background 0.15s ease;
}
.nd-table-row:last-child {
  border-bottom: none;
}
.nd-table-row:hover {
  background: #F5F7FA;
}
.nd-table-td {
  padding: 12px 14px;
  vertical-align: middle;
  font-size: 11px;
  color: #374151;
}
.nd-booking-id {
  font-size: 12px;
  font-weight: 600;
  color: #02010E;
  margin-bottom: 4px;
}
.nd-garage-person {
  font-size: 11px;
  font-weight: 500;
  color: #02010E;
}
.nd-garage-role {
  font-size: 10px;
  color: #6b7280;
  margin-bottom: 2px;
}
.nd-garage-address {
  font-size: 11px;
  color: #6b7280;
}
.nd-date-primary {
  font-size: 11px;
  font-weight: 500;
  color: #02010E;
}
.nd-date-secondary {
  font-size: 10px;
  color: #6b7280;
  margin-top: 2px;
}
.nd-amount {
  font-size: 11px;
  font-weight: 600;
  color: #02010E;
}
.nd-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 10px;
  font-weight: 600;
  background: #EDF2F7;
  color: #374151;
  white-space: nowrap;
  width: max-content;
}
.nd-status-badge i {
  font-size: 12px;
}
.nd-status-badge.booking-completed {
  background: #d1fae5;
  color: #065f46;
}
.nd-status-badge.status-danger {
  background: #fee2e2;
  color: #dc2626;
}
.nd-status-badge.status-warning {
  background: #fef3c7;
  color: #b45309;
}
.nd-module-tag {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  background: #F0F2FE;
  border-radius: 10px;
  font-size: 12px;
  color: #02010E;
  font-weight: 500;
  white-space: nowrap;
}
.nd-list-sub {
  font-size: 10px;
  color: #6b7280;
}
.nd-list-arrow {
  font-size: 18px;
  color: #A0AEBE;
}
.nd-grid-card {
  background: #ffffff;
  border: 1px solid #E1E9F0;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 330px);
  min-height: 300px;
  overflow: hidden;
}
.nd-grid-scroll {
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: auto;
  min-height: 0;
}
.nd-pager-row {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  border-top: 1px solid #EDF2F7;
}
/*Table**/
.custom-table {
  background: #ffffff;
  border: 1px solid #E1E9F0;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.custom-table.table-detail-scroll {
  max-height: calc(100vh - 5rem);
  overflow-y: auto;
  scrollbar-width: thin;
  box-sizing: border-box;
}
.custom-table.table-detail-scroll .header-row {
  position: sticky;
  top: 0;
  z-index: 1;
}
.custom-table.table-detail-scroll .footer-row {
  position: sticky;
  bottom: 0;
}
@media (max-width: 576px) {
  .custom-table {
    border: 0px solid #E1E9F0;
    box-shadow: none;
    border-radius: 0;
  }
}
.custom-table > .header-row {
  background: #EFF5F4;
  border-bottom: 1px solid #E1E9F0;
  font-size: 12px;
  font-weight: 500;
  color: #5C7873;
  white-space: nowrap;
  padding: 12px 20px;
  border-radius: 12px 12px 0 0;
}
.custom-table > .body-row {
  border: 1px solid #EDF2F7;
  margin-bottom: 8px;
  text-align: left;
  overflow-x: hidden;
  color: #02010E;
}
@media (max-width: 576px) {
  .custom-table > .body-row {
    border: 0px;
    margin: 5px;
  }
}
.custom-table > .body-row > .row {
  border-bottom: 1px solid #EDF2F7 !important;
  padding: 12px 20px;
}
.custom-table > .body-row > .row:hover {
  background: #EFF5F4;
}
@media (max-width: 576px) {
  .custom-table > .body-row > .row {
    border: 1px solid #E1E9F0 !important;
    padding: 12px 10px;
    margin: 0 0 8px 0;
    border-radius: 8px;
  }
}
.custom-table > .body-row > .row:last-child {
  border-bottom: 0 !important;
}
@media (max-width: 576px) {
  .custom-table > .body-row > .row:last-child {
    border: 1px solid #E1E9F0 !important;
  }
}
.custom-table > .body-row:last-child {
  margin-bottom: 0;
}
.custom-table .footer-row {
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 0 0 12px 12px;
  background: #EDF2F7;
}
.rounded-left {
  border-radius: 8px 0px 0px 8px !important;
}
.border-dashed {
  border-style: dashed !important;
}
/**********
        ANT Image
        *********/
.ant-image-preview-operations-wrapper,
.ant-image-preview-wrap {
  z-index: 99999;
}
.ant-image-preview-mask {
  z-index: 11111;
}
.custom-pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  background: #ffffff;
  border-top: 1px solid #E1E9F0;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  border-radius: 0 0 12px 12px;
  width: 100%;
}
.nd-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  gap: 14px;
}
.nd-empty-state img {
  width: 160px;
  opacity: 0.6;
}
.nd-empty-state p {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}
.nd-booking-chart {
  flex: 1;
  min-height: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.nd-booking-chart > div {
  flex: 1;
  min-height: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .dashboard-wrap {
    padding: 14px 12px 60px;
  }
  .greeting-title {
    font-size: 18px;
  }
  .search-section {
    flex-direction: column;
    align-items: stretch;
  }
  .search-input-wrap {
    min-width: unset;
  }
  .header-actions {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .nd-list-wrap {
    height: calc(100vh - 200px);
    min-height: 240px;
  }
  .nd-list-header-row {
    display: none;
  }
  .nd-list-row {
    display: flex !important;
  }
  .nd-list-row {
    flex-direction: column;
    gap: 0;
    padding: 12px 16px;
  }
  .nd-list-cell {
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    padding: 3px 0;
    text-align: left;
  }
  .nd-list-cell > * {
    flex: 1;
    min-width: 0;
    text-align: left;
  }
  .nd-list-cell::before {
    content: attr(data-label);
    font-size: 10px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    min-width: 88px;
    max-width: 88px;
    flex-shrink: 0;
    padding-top: 2px;
    text-align: left;
  }
  .nd-list-cell--with-avatar {
    flex-direction: row;
    align-items: center;
    padding: 0 0 8px;
    border-bottom: 1px solid #EDF2F7;
    margin-bottom: 6px;
  }
  .nd-list-cell--with-avatar > * {
    flex: 1;
    min-width: 0;
  }
  .nd-list-cell--with-avatar::before {
    display: none;
  }
  .nd-row-primary,
  .nd-row-secondary {
    white-space: normal;
    overflow: visible;
  }
  .nd-row-primary {
    font-size: 12px;
  }
  .nd-list-wrap {
    background: #F5F7FA;
    border-color: transparent;
  }
  .nd-list-grid {
    padding: 8px;
    background: #F5F7FA;
  }
  .nd-list-row {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #EDF2F7 !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    margin-bottom: 8px;
    text-align: left;
  }
  .nd-list-row:last-child {
    margin-bottom: 0;
  }
  .nd-list-cell,
  .nd-row-primary,
  .nd-row-secondary,
  .nd-row-amount,
  .nd-status-pill {
    width: 100%;
    text-align: left !important;
  }
  .nd-status-pill {
    max-width: max-content;
  }
  .nd-list-cell .material-symbols-outlined {
    display: none;
  }
}
@media (max-width: 576px) {
  .nd-list-wrap {
    height: calc(100vh - 300px);
    min-height: 220px;
  }
  .nd-list-cell::before {
    min-width: 76px;
    max-width: 76px;
  }
}
.nd-filter-pop-body {
  padding: 20px 20px 8px;
}
.nd-filter-pop-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.nd-filter-pop-section {
  margin-bottom: 12px;
}
.nd-filter-pop-divider {
  height: 1px;
  background: #f3f4f6;
  margin: 12px 0;
}
.nd-filter-pop-footer {
  background: #f8fafc;
  border-top: 1px solid #f0f0f0;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
/* Filter popup — header */
.nd-filter-pop-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px 14px 20px;
  border-bottom: 1px solid #e9ecef;
}
.nd-filter-pop-title {
  font-size: 15px;
  font-weight: 500;
  color: #1a1a2e;
}
.nd-filter-pop-header-right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nd-filter-reset-btn {
  display: inline-flex;
  align-items: center;
  padding: 5px 14px;
  background: transparent;
  color: #374151;
  border: 1px solid #D1DBE6;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}
.nd-filter-reset-btn:hover {
  background: #f3f4f6;
  border-color: #A0AEBE;
}
.nd-filter-apply-label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 14px;
  background: #1a6b4a;
  color: #fff;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
  transition: background 0.15s;
}
.nd-filter-apply-label:hover {
  background: #155a3e;
}
.nd-filter-pop-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  color: #9ca3af;
  font-size: 20px;
  cursor: pointer;
  transition: color 0.15s;
  padding: 0;
  line-height: 1;
}
.nd-filter-pop-close:hover {
  color: #374151;
}
/* Filter popup — tabbed layout */
.nd-filter-pop-tabbed {
  display: flex;
  min-height: 400px;
}
.nd-filter-tab-list {
  width: 200px;
  flex-shrink: 0;
  background: #EEF9F7;
  border-right: 1px solid #c9e6d5;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
}
.nd-filter-tab-item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 500;
  color: #02010E;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.15s, font-weight 0.1s;
}
.nd-filter-tab-item:hover {
  color: #1a6b4a;
}
.nd-filter-tab-item--active {
  color: #1a1a2e;
  font-weight: 500;
  background: #ffffff;
  border-left: 1px solid #067E5E;
}
.nd-filter-tab-content {
  flex: 1;
  padding: 20px;
  min-width: 0;
  background: #fff;
  align-self: flex-start;
  width: 100%;
}
.nd-filter-tab-content .nd-filter-pop-row {
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  flex-wrap: nowrap;
}
.nd-filter-tab-content .nd-filter-label-input {
  flex: 1;
  min-width: 0;
}
/* Label chips inside filter popup */
.nd-filter-label {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 12px;
  background: #f8fafc;
  border: 1px solid #e9ecef;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 600;
  color: #374151;
  white-space: nowrap;
  flex-shrink: 0;
}
.nd-filter-label--muted {
  color: #9ca3af;
  font-weight: 500;
}
.nd-filter-label-input {
  flex: 1;
  min-width: 0;
}
/* Type pills inside filter popup */
.nd-filter-type-pill {
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  border: 1.5px solid #E1E9F0;
  color: #4b5563;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.12s;
  background: #fff;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.nd-filter-type-pill:hover,
.nd-filter-type-pill--active,
.nd-filter-type-pill.active-menu {
  border-color: #067E5E;
  background: white;
  color: #067E5E;
}
.nd-customer-tag {
  background: #ffffff;
  border-radius: 20px;
  font-size: 10px;
  padding: 3px 6px;
  line-height: 10px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  border: 1px solid #dddddd;
  color: #6b7280;
}
.nd-profile-pending {
  font-size: 10px;
  color: #067E5E;
}
.nd-list-meta-item {
  font-size: 10px;
  color: #6b7280;
  margin-right: 15px;
}
/* Client checkboxes grid inside popup */
.nd-client-filter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 4px 12px;
  max-height: 340px;
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-width: thin;
  scrollbar-color: #e5e7eb transparent;
}
.nd-client-filter-grid::-webkit-scrollbar {
  width: 4px;
}
.nd-client-filter-grid::-webkit-scrollbar-thumb {
  background: #e5e7eb;
  border-radius: 4px;
}
.nd-filter-check-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #374151;
  cursor: pointer;
  padding: 3px 0;
}
/*.nd-filter-label-input .k-floating-label-container {
    border: 1px solid @color-border-light;
}*/
.my-custom-filter-popup {
  right: 0 !important;
  /*  left: auto !important;*/
  width: 300px !important;
  max-width: calc(100vw - 16px) !important;
}
.my-custom-filter-popup .k-menu-popup > ul,
.my-custom-filter-popup .k-group {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
}
.my-custom-filter-popup .k-menu-popup > ul > li,
.my-custom-filter-popup .k-group > li {
  display: block !important;
  width: 100% !important;
}
.my-custom-filter-popup .k-menu-link,
.my-custom-filter-popup .k-menu-link-text {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
}
.my-custom-filter-popup label {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  padding: 0px 12px !important;
  cursor: pointer;
}
/***********
    Default form style
    ************/
.form-control {
  border-radius: 8px;
  min-height: 40px;
  font-size: 12px;
  border-color: #D1DBE6;
}
.k-popup {
  font-size: 12px;
}
:root {
  --kendo-font-size: 12px;
}
.form-label {
  color: #02010E;
}
label {
  margin-bottom: 5px;
}
.input-group-text {
  border-radius: 8px;
  color: #02010E;
  font-size: 12px;
}
.listing-card {
  border-radius: 12px;
  margin-bottom: 5px;
  padding: 15px;
  border: 1px solid #f0f0f0;
  transition: 0.5s ease all;
  background: white;
}
/* Damage booking option cards (Vehicle condition Yes/No, etc.) selected state */
.vehicle-item {
  transition: 0.5s ease all;
  border-color: #E1E9F0 !important;
}
.vehicle-item.selected {
  border-color: #067E5E !important;
  background-color: #E6F4F0;
  color: #067E5E !important;
}
.vehicle-item:hover {
  border-color: #067E5E;
}
.option-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.option-icon.selected {
  color: #067E5E !important;
}
/* Secondary question heading used on damage pages (Police report, Accident involvement).
   Without this it fell back to the large default <h2> size, looking bigger than other screens. */
.section-card-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.search-box {
  border-radius: 8px !important;
  min-height: 40px !important;
  /*   border: 1px solid @color-border-light !important;*/
}
.attach-select-file {
  border-radius: 8px !important;
}
.page-title-track {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}
/*.sidebar-profile-popup {
    top: auto !important;
    bottom: 10px !important;
    left: 82px !important;
}*/
/*********User profile popup********/
.user-popup-window {
  border-radius: 12px;
  top: auto !important;
  bottom: 10px !important;
  left: 82px !important;
}
.user-popup-window.sidebar-profile-popup {
  position: fixed !important;
  left: 292px !important;
}
.user-popup-window h6 {
  font-size: 14px;
  margin-bottom: 4px;
}
.user-popup-window p {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 5px;
}
.user-popup-window small {
  font-size: 10px;
  color: #6b7280;
}
.user-popup-window .profile-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #02010E;
  border: 1px solid #02010E;
  padding: 1px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  background-clip: content-box;
}
.user-popup-window .profile-item {
  display: flex;
  align-items: start;
  cursor: pointer;
  padding: 10px 0;
}
.user-popup-window .profile-item:hover {
  background-color: #f8f9fa;
}
.user-popup-window .profile-item i {
  font-size: 12px;
  color: #6b7280;
  padding-top: 2px;
  margin-right: 10px;
}
.user-popup-window .k-window-actions {
  border-top: 1px solid #ddd;
}
.logout-btn {
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  padding: 10px 0;
  font-weight: 500;
  color: #dc3545;
}
.logout-btn:hover {
  background-color: #f8f9fa;
}
.hover-bg-color:focus {
  background: #EEF9F7 !important;
}
.nd-detail-layout {
  display: flex;
  flex-direction: row !important;
  width: 100%;
  height: calc(100vh - 4.5rem);
  overflow: hidden;
}
.nd-detail-sidebar {
  width: 260px;
  flex-shrink: 0;
  height: 100%;
  background: #fff;
  border-right: 1px solid #e9ecef;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.03);
  /* position: fixed;*/
}
.nd-detail-sidebar-header {
  padding: 16px 20px 12px;
  border-bottom: 1px solid #f0f0f0;
}
.nd-detail-booking-no {
  font-size: 13px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 4px;
}
.nd-detail-plate {
  font-size: 13px;
  color: #067E5E;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  /*  margin-bottom: 8px;*/
}
.nd-detail-plate:hover {
  text-decoration: underline;
  color: #055A43;
}
.nd-detail-sidebar-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.nd-detail-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
}
.nd-detail-nav {
  padding: 12px 0;
  flex: 1;
}
.nd-detail-nav-section {
  padding: 14px 20px 4px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1E293B;
}
.nd-detail-nav-group {
  padding-bottom: 6px;
}
.nd-detail-nav-group + .nd-detail-nav-group {
  border-top: 1px solid #f3f4f6;
}
.nd-detail-nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 20px;
  font-size: 13px;
  color: #02010E;
  cursor: pointer;
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: background 0.12s, color 0.12s, border-color 0.12s;
  gap: 8px;
  user-select: none;
}
.nd-detail-nav-item:hover {
  background: #E6F4F0;
  color: #067E5E;
  text-decoration: none;
}
.nd-detail-nav-item.active {
  background: #E6F4F0;
  color: #067E5E;
  font-weight: 600;
  border-left-color: #067E5E;
}
.nd-detail-nav-item.active .nd-nav-dot {
  background: #067E5E;
}
.nd-detail-nav-item .nd-nav-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d1d5db;
  flex-shrink: 0;
}
.nd-detail-nav-item .nd-nav-arrow {
  font-size: 14px;
  color: #9ca3af;
  flex-shrink: 0;
}
.nd-detail-right {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  /*  margin-left: 260px;
    @media(max-width:@screen-lg) {
        margin-left: 0;
    }*/
}
.nd-detail-content {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  /*    background: #f4f5f7;*/
  min-width: 0;
  padding: 15px 15px;
}
@media (min-width: 1920px) {
  .nd-detail-content {
    padding: 15px 0 15px 15px;
  }
}
@media (max-width: 576px) {
  .nd-detail-content {
    padding: 15px;
  }
}
.nd-detail-mobile-nav {
  display: none;
  overflow-x: auto;
  white-space: nowrap;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 16px;
  gap: 0;
  flex-shrink: 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.nd-detail-mobile-nav::-webkit-scrollbar {
  display: none;
}
.nd-detail-mobile-nav-item {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color 0.1s, border-color 0.1s;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
}
.nd-detail-mobile-nav-item:hover {
  color: #067E5E;
}
.nd-detail-mobile-nav-item.active {
  color: #067E5E;
  border-bottom-color: #067E5E;
  font-weight: 700;
}
.nd-detail-mobile-header {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  flex-shrink: 0;
  gap: 8px;
}
.nd-detail-mobile-header-info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.nd-detail-mobile-topbar {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  flex-shrink: 0;
  position: sticky;
  top: 0;
  z-index: 50;
}
.nd-detail-mobile-topbar .nd-mobile-logo {
  display: flex;
  align-items: center;
}
.nd-detail-mobile-topbar .nd-mobile-logo img {
  height: 34px;
  width: auto;
}
.nd-detail-mobile-topbar .nd-mobile-topbar-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nd-detail-mobile-topbar .nd-mobile-hamburger {
  background: none;
  border: none;
  padding: 6px 8px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 22px;
  color: #374151;
  line-height: 1;
  display: flex;
  align-items: center;
  transition: background 0.15s;
}
.nd-detail-mobile-topbar .nd-mobile-hamburger:hover {
  background: #f3f4f6;
}
.nd-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 400;
}
.nd-detail-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  max-width: 85vw;
  height: 100vh;
  background: #fff;
  z-index: 500;
  transform: translateX(-100%);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.12);
}
.nd-detail-drawer.open {
  transform: translateX(0);
}
.nd-detail-drawer .nd-drawer-header {
  padding: 48px 20px 16px;
  border-bottom: 1px solid #f0f0f0;
  background: #f9fafb;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}
.nd-detail-drawer .nd-drawer-close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #6b7280;
  padding: 4px 6px;
  border-radius: 6px;
  line-height: 1;
  display: flex;
  align-items: center;
}
.nd-detail-drawer .nd-drawer-close-btn:hover {
  background: #f0f0f0;
}
.nd-detail-drawer .nd-drawer-nav {
  flex: 1;
  padding: 8px 0;
  overflow-y: auto;
}
.nd-detail-vehicle-plate {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 2px;
}
.nd-detail-vehicle-model {
  font-size: 12px;
  color: #6b7280;
}
.nd-plate-popover-header {
  background: #eef2ff;
  border-radius: 10px 10px 0 0;
  padding: 14px 16px 12px;
}
.nd-plate-popover-plate {
  font-size: 18px;
  font-weight: 700;
  color: #1e1b4b;
  margin: 0 0 2px;
}
.nd-plate-popover-variant {
  font-size: 12px;
  color: #4f46e5;
  margin: 0 0 2px;
}
.nd-plate-popover-dates {
  font-size: 11px;
  color: #6b7280;
  margin: 0 0 8px;
}
.nd-plate-popover-meta {
  display: flex;
  gap: 16px;
  font-size: 11px;
  color: #374151;
  flex-wrap: wrap;
}
.nd-plate-popover-body {
  padding: 12px 16px 12px 0;
}
.nd-plate-popover-row {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  border-bottom: 1px solid #f3f4f6;
  font-size: 12px;
  color: #374151;
}
.nd-plate-popover-row:last-child {
  border-bottom: none;
}
.nd-plate-popover-label {
  font-size: 10px;
  font-weight: 700;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 2px;
}
.nd-timeline {
  padding: 8px 0;
}
.nd-timeline-item {
  display: flex;
  gap: 12px;
  padding: 10px 16px;
  position: relative;
}
.nd-timeline-item + .nd-timeline-item::before {
  content: '';
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #f0f0f0;
}
.nd-timeline-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #eef2ff;
  color: #4f46e5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.nd-timeline-content {
  flex: 1;
  min-width: 0;
}
.nd-timeline-status {
  font-size: 12px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 4px;
}
.nd-timeline-meta {
  font-size: 11px;
  color: #9ca3af;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  align-items: center;
}
.dlr-timeline-pop .k-window-content {
  height: auto;
  max-height: 70vh;
  overflow: auto;
}
.licence-history-item {
  position: relative;
  padding-bottom: 16px;
}
.licence-history-item:last-child {
  padding-bottom: 0;
}
.licence-history-item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 0;
  left: 8px;
  width: 1px;
  background: #D1DBE6;
  z-index: -1;
}
.licence-history-dot {
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 2px;
}
.licence-history-dot.history-dot-declined {
  background: #B42318;
}
.licence-history-dot.history-dot-done {
  background: #067E5E;
}
.licence-history-dot.history-dot-pending {
  background: #fff;
  border: 2px solid #F97D34;
}
.licence-history-dot.history-dot-upcoming {
  background: #fff;
  border: 2px solid #CBD5E1;
}
.nd-detail-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  flex-shrink: 0;
  gap: 12px;
  flex-wrap: wrap;
}
.nd-detail-page-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.nd-desktop-only {
  display: flex;
  gap: 15px;
}
.nd-section-wrap {
  padding: 24px;
  max-width: 880px;
  width: 100%;
}
.nd-detail-page-header .nd-breadcrumb {
  margin-bottom: 0;
}
.nd-mobile-booking-meta {
  display: none;
}
.nd-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #9ca3af;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.nd-breadcrumb a {
  color: #067E5E;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  transition: color 0.1s;
}
.nd-breadcrumb a:hover {
  color: #055A43;
}
.nd-breadcrumb-sep {
  color: #d1d5db;
}
.nd-breadcrumb-current {
  color: #6b7280;
}
.nd-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 12px;
  flex-wrap: wrap;
}
.nd-section-title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin: 0;
}
.nd-section-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.nd-info-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}
.nd-info-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f3f4f6;
  border: 1px solid #E1E9F0;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}
.nd-info-block {
  flex: 1;
  min-width: 0;
}
.nd-info-name {
  font-size: 13px;
  font-weight: 500;
  color: #111827;
  margin: 0 0 4px;
}
.nd-info-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  font-size: 12px;
  /* color: #6b7280;*/
  align-items: center;
}
.nd-info-meta i {
  font-size: 12px;
}
.nd-address-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 8px;
  margin-top: 8px;
  border-top: 1px solid #f3f4f6;
  gap: 8px;
}
.nd-address-section-title {
  font-size: 12px;
  font-weight: 600;
  color: #374151;
  display: flex;
  align-items: center;
  gap: 6px;
}
.nd-address-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #f3f4f6;
}
.nd-address-row:last-child {
  border-bottom: none;
}
.nd-address-row-left {
  flex: 1;
  min-width: 0;
  /*  font-size: 13px;*/
  /*   color: #374151;*/
}
.nd-address-hint {
  font-size: 11px;
  color: #9ca3af;
  margin-top: 3px;
}
.nd-address-row-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.nd-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 500;
  background: #f3f4f6;
  color: #374151;
  border: 1px solid #E1E9F0;
  white-space: nowrap;
}
.nd-badge-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #f3f4f6;
  border: 1px solid #E1E9F0;
  color: #6b7280;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}
.nd-invoice-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #f3f4f6;
  gap: 16px;
}
.nd-invoice-row:last-child {
  border-bottom: none;
}
.nd-invoice-row-left {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.nd-invoice-no {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
}
.nd-invoice-meta {
  font-size: 11px;
  color: #9ca3af;
  margin-top: 2px;
}
.nd-invoice-amount {
  text-align: right;
  flex-shrink: 0;
}
.nd-invoice-amount-value {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}
.nd-invoice-amount-label {
  font-size: 10px;
  color: #9ca3af;
}
.nd-invoice-summary {
  display: flex;
  gap: 24px;
  padding: 14px 0 0;
  border-top: 2px solid #f3f4f6;
  flex-wrap: wrap;
}
.nd-invoice-summary-item {
  display: flex;
  flex-direction: column;
}
.nd-invoice-summary-label {
  font-size: 10px;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.nd-invoice-summary-value {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}
.nd-note-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}
.nd-note-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #eef2ff;
  color: #4f46e5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
.nd-note-body {
  flex: 1;
  min-width: 0;
}
.nd-note-author {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
}
.nd-note-time {
  font-size: 11px;
  color: #9ca3af;
  margin-left: 8px;
}
.nd-note-text {
  margin-top: 6px;
  padding: 10px 14px;
  background: #f9fafb;
  border-radius: 8px;
  font-size: 13px;
  color: #374151;
  border: 1px solid #f3f4f6;
  max-width: 600px;
}
.nd-note-compose {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 24px;
}
.nd-section-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px;
  text-align: center;
}
.nd-section-empty i {
  font-size: 40px;
  color: #e5e7eb;
  margin-bottom: 12px;
}
.nd-section-empty p {
  font-size: 13px;
  color: #9ca3af;
  margin: 0;
}
/**** DAshboard************/
.icon-box {
  /* background: @bg-light-white;*/
  padding: 6px 7px;
  color: #067E5E;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  width: 35px;
  height: 35px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #eee;
}
.icon-box.red-box {
  background: #FFE7DD;
  color: #F54A00;
}
@media (max-width: 991px) {
  .sidebar {
    display: none !important;
  }
  .app-mobile-topbar {
    display: flex;
  }
  /*
    .app-layout {
        flex-direction: column;
    }*/
  .main-content {
    padding-top: 56px;
  }
  .nd-detail-sidebar {
    display: none;
  }
  .nd-detail-mobile-topbar {
    display: none;
  }
  .nd-mobile-hamburger {
    display: none;
  }
  .nd-drawer-overlay {
    display: none !important;
  }
  .nd-detail-layout {
    flex-direction: column;
    height: calc(100vh - 4.5rem);
    overflow: hidden;
  }
  .nd-detail-drawer {
    position: sticky !important;
    top: 0;
    left: auto !important;
    transform: none !important;
    transition: none !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    flex-direction: column;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08) !important;
    z-index: 100;
    display: flex !important;
  }
  .nd-detail-drawer .nd-drawer-header {
    display: none;
  }
  .nd-detail-drawer .nd-drawer-close-btn {
    display: none;
  }
  .nd-detail-drawer .nd-drawer-nav {
    display: flex;
    flex-direction: row;
    flex: none;
    overflow-x: auto;
    overflow-y: visible;
    padding: 0 8px;
    border-top: 1px solid #f0f0f0;
    scrollbar-width: none;
  }
  .nd-detail-drawer .nd-drawer-nav::-webkit-scrollbar {
    display: none;
  }
  .nd-detail-drawer .nd-detail-nav-group {
    display: inline-flex;
    flex-direction: row;
    padding: 0;
    border-top: none;
  }
  .nd-detail-drawer .nd-detail-nav-group + .nd-detail-nav-group {
    border-top: none;
    border-left: 1px solid #f3f4f6;
  }
  .nd-detail-drawer .nd-detail-nav-section {
    display: none;
  }
  .nd-detail-drawer .nd-detail-nav-item {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    font-size: 12px;
    white-space: nowrap;
    border-left: none !important;
    border-bottom: 2px solid transparent;
    flex-shrink: 0;
  }
  .nd-detail-drawer .nd-detail-nav-item.active {
    border-left: none !important;
    border-bottom: 2px solid #067E5E;
    background: #E6F4F0;
  }
  .nd-detail-drawer .nd-detail-nav-item:hover {
    border-bottom-color: #067E5E;
  }
  .nd-detail-drawer .nd-nav-dot,
  .nd-detail-drawer .nd-nav-arrow {
    display: none;
  }
  .nd-detail-content {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
  }
  .nd-list-page {
    overflow: visible !important;
  }
  .nd-grid-card {
    border-radius: 10px;
    min-height: 0;
  }
  .nd-grid-scroll {
    -webkit-overflow-scrolling: touch;
  }
  .nd-mobile-booking-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    margin-left: auto;
    flex-shrink: 0;
  }
  .nd-mobile-booking-no {
    font-size: 11px;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
  }
  .nd-mobile-booking-plate {
    font-size: 10px;
    font-weight: 600;
    color: #067E5E;
    line-height: 1.2;
  }
  .nd-detail-page-header-actions {
    display: none;
  }
  .nd-desktop-only {
    display: none;
  }
  .dashboard-actions-row {
    flex-direction: column;
    align-items: stretch;
  }
  .dashboard-actions-row .header-actions {
    order: 1;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
  }
  .dashboard-actions-row .dashboard-search {
    order: 2;
    margin-right: 0 !important;
    width: 100%;
  }
  .nd-list-avatar {
    display: none;
  }
  .nd-status-tabs-wrap {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .nd-status-tabs-wrap::-webkit-scrollbar {
    display: none;
  }
  .nd-toolbar-row {
    flex-wrap: wrap;
  }
  .nd-toolbar-row .nd-search-combo {
    flex: 1;
    width: auto !important;
    min-width: 0;
  }
  .nd-toolbar-actions {
    width: 100%;
    justify-content: flex-end;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .tour-dashboard-dailypending-bookings {
    display: none !important;
  }
  .nd-toolbar {
    flex-wrap: wrap;
    gap: 8px;
  }
  .nd-search-combo {
    width: 100%;
  }
  .nd-search-input-wrap {
    flex: 1;
  }
  .nd-filter-pop {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.14);
    z-index: 1050;
    max-height: 90vh;
    overflow-y: auto;
  }
  .nd-filter-pop-tabbed {
    flex-direction: column;
    min-height: unset;
  }
  .nd-filter-tab-list {
    width: 100%;
    flex-direction: row;
    overflow-x: auto;
    border-right: none;
    border-bottom: 1px solid #c9e6d5;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .nd-filter-tab-list::-webkit-scrollbar {
    display: none;
  }
  .nd-filter-tab-item {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    width: auto;
    padding: 10px 16px;
    border-left: none;
    border-bottom: 2px solid transparent;
    flex-shrink: 0;
  }
  .nd-filter-tab-item--active {
    border-left: none;
    border-bottom: 2px solid #067E5E;
    background: #ffffff;
  }
  .nd-filter-tab-content {
    padding: 16px;
  }
  .nd-filter-tab-content .nd-filter-pop-row {
    flex-wrap: wrap;
  }
  .nd-filter-tab-content .nd-filter-label-input {
    width: 100%;
    flex: 1 1 100%;
  }
  .nd-client-filter-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    max-height: 180px;
  }
  .nd-filter-pop-header {
    padding: 12px 14px 12px 16px;
  }
  .nd-list-card {
    padding: 12px 16px;
  }
  .nd-page-title-row {
    padding: 5px;
  }
}
.date-range-picker .k-dateinput {
  height: 36px !important;
  border-radius: 8px;
}
.date-range-picker .k-dateinput input {
  /*border: 1px solid @color-border-base;*/
  height: 36px;
  border-radius: 8px;
}
.tcoReport {
  height: 12px;
}
.breakdown-colors {
  margin: 4px;
  width: 12px;
  height: 12px;
}
.nd-settings-page {
  padding: 8px 0;
}
.nd-settings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  align-items: start;
}
.nd-settings-card {
  background: #ffffff;
  border: 1px solid #E5E6F1;
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.2s ease;
}
.nd-settings-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.nd-settings-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}
.nd-settings-card-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #E6F4F0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #067E5E;
  font-size: 16px;
  flex-shrink: 0;
}
.nd-settings-card-title {
  font-size: 14px;
  font-weight: 600;
  color: #02010E;
  margin: 0;
}
.nd-settings-card-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.nd-settings-card-links li a {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 14px;
  color: #374151;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
.nd-settings-card-links li a::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #D1DBE6;
  margin-right: 10px;
  flex-shrink: 0;
  transition: background 0.15s ease;
}
.nd-settings-card-links li a:hover {
  background: #E6F4F0;
  color: #067E5E;
}
.nd-settings-card-links li a:hover::before {
  background: #067E5E;
}
.nd-status-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  border: 0px solid transparent;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  width: auto;
}
.nd-status-pill--draft {
  background: #F5F7FA;
  color: #475569;
  border-color: #D1DBE6;
}
.nd-status-pill--awaiting {
  background-color: #FFFBEA;
  color: #9C7209;
  border-color: #FFFBEA;
}
.nd-status-pill--placed {
  background-color: #F0F6FC;
  color: #1976D2;
  border-color: #F0F6FC;
}
.nd-status-pill--completed {
  background-color: #E6F5F0;
  color: #16A34A;
  border-color: #E6F5F0;
}
.nd-status-pill--canceled {
  background-color: #FCF0F0;
  color: #CB4B4B;
  border-color: #FCF0F0;
}
.nd-status-pill--rejected {
  background-color: #FCF0F0;
  color: #CB4B4B;
  border-color: #FCF0F0;
}
.nd-status-pill--at-workshop {
  background-color: #F3EBFF;
  color: #8458D0;
}
.nd-status-pill--additional-work {
  background-color: #F3EBFF;
  color: #8458D0;
}
.nd-status-pill--collection {
  background-color: #FFFBEA;
  color: #9C7209;
  border-color: #FFFBEA;
}
.nd-status-pill--delivery {
  background-color: #FFFBEA;
  color: #9C7209;
  border-color: #FFFBEA;
}
.nd-status-pill--awaiting {
  background-color: #FFFBEA;
  color: #9C7209;
  border-color: #FFFBEA;
}
.nd-status-pill--confirmed {
  background-color: #FFFBEA;
  color: #9C7209;
  border-color: #FFFBEA;
}
.nd-status-pill--garage-completed {
  background-color: #F0F6FC;
  color: #1976D2;
  border-color: #F0F6FC;
}
.nd-status-pill--default {
  background-color: #D1DBE6;
  color: #02010E;
  border-color: #D1DBE6;
}
.nd-status-pill--inactive {
  background-color: #EDF2F7;
  color: #A0AEBE;
  border-color: #69696A;
}
/*.k-card {
    border-radius: 8px;
}*/
/*******
    From old css file 
    ********/
.field-icon {
  background: white;
  border: 1px solid #dddddd;
  color: #02010E;
  padding: 0 8px;
  height: 40px;
  border-radius: 8px;
  transition: 0.5s ease all;
}
@media (max-width: 576px) {
  .field-icon {
    padding: 8px;
    height: 35px;
  }
  .field-icon .k-svg-icon {
    width: 14px;
    height: 14px;
  }
}
.field-icon.k-text-none .k-button-text {
  display: none;
}
.field-icon:hover {
  border: 1px solid #dddddd;
  color: #02010E;
}
.field-icon.bg-admin-blue {
  border-color: #067E5E;
  color: #067E5E;
}
.field-icon.bg-admin-blue:hover {
  background: #ddd;
  border-color: #067E5E;
}
.service-title a {
  color: #02010E;
}
.service-title a:hover {
  color: #067E5E;
}
.service-title a:hover i {
  display: inline-block;
}
.service-title i {
  display: none;
  padding-left: 5px;
}
.language-switcher {
  background: transparent !important;
  color: #02010E !important;
  border: 0px;
  width: auto;
  margin-right: 5px;
}
.language-switcher:focus-within {
  box-shadow: none;
}
.top-row {
  height: 4.5rem !important;
  display: flex;
  align-items: center;
  z-index: 4 !important;
  background: #fff !important;
  text-transform: capitalize;
  border-bottom: 1px solid #dddddd;
}
.login-bg {
  background: #FAFAF9 !important;
}
@media (max-width: 575px) {
  .login-bg {
    background: #fff !important;
  }
}
.login-hero img {
  width: 90%;
}
.login-form {
  padding: 60px 30px;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);
  height: calc(100vh - 96px);
  overflow-y: scroll;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .login-form {
    padding: 40px 24px;
  }
}
@media (max-width: 991px) {
  .login-form {
    padding: 32px 20px;
    overflow: visible;
  }
}
@media (max-width: 575px) {
  .login-form {
    padding: 24px 12px;
    box-shadow: none;
  }
}
.login-form h6 {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .login-form h6 {
    font-size: 14px;
  }
}
.login-form h1,
.login-form h2 {
  font-weight: 500 !important;
  font-size: 24px !important;
  width: 100%;
}
@media (max-width: 767px) {
  .login-form h1,
  .login-form h2 {
    font-size: 20px !important;
  }
}
@media (max-width: 575px) {
  .login-form h1,
  .login-form h2 {
    font-size: 18px !important;
  }
}
.login-form .form-control {
  border-color: #dddddd;
  height: 35px;
  font-size: 14px;
  border-radius: 0;
}
.login-form .input-group-text {
  border-radius: 0;
}
.login-form label {
  font-size: 14px;
  margin-bottom: 5px;
}
.timeline {
  position: relative;
  margin: 20px 0;
  padding-left: 10px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #e0e0e0;
  height: 99%;
}
.timeline .timeline-item {
  position: relative;
  margin-bottom: 30px;
}
.timeline .timeline-item:last-child {
  margin-bottom: 0;
}
.timeline .timeline-item .timeline-icon {
  position: absolute;
  left: -10px;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #D4EDE7;
  background: #D4EDE7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline .timeline-item .timeline-icon i {
  color: #067E5E;
  font-size: 14px;
}
.timeline .timeline-item:nth-child(2n+1) .timeline-icon {
  background: #fff;
  border-color: #A0AEBE;
}
.timeline .timeline-item:nth-child(2n+1) .timeline-icon i {
  color: #A0AEBE;
}
.timeline .timeline-content {
  padding-left: 33px;
}
.timeline .timeline-content i {
  font-size: 12px;
}
/* ============================================================
   Telerik / Kendo theme — brand color token overrides
   ============================================================
   kendo-theme-default/all.css (loaded before this file — see index.html)
   bakes its own stock accent color into CSS-variable fallbacks, e.g.
   var(--kendo-color-primary, #ff6358), a coral-red. Only two Kendo
   states were ever hand-patched to brand green below (switch ON,
   calendar selected/today) — every other Kendo component that reads
   these tokens (checkbox checked, radio checked, dropdown/list
   selected-item + selected-item hover, their focus rings, etc.) was
   still falling back to that stock coral-red.

   Overriding the tokens once here — after kendo-theme-default/all.css
   in the cascade — re-skins every Kendo component consistently using
   the same default/hover/active scale already defined in
   ronya-design-system.less, instead of patching each component by hand. */
:root {
  --kendo-color-primary: #058C6B;
  --kendo-color-primary-hover: #05795C;
  --kendo-color-primary-active: #045E48;
  --kendo-color-on-primary: #FFFFFF;
  --kendo-color-primary-subtle: #E6F5F0;
  --kendo-color-primary-subtle-hover: #B3DFD1;
  --kendo-color-primary-subtle-active: #80C9B2;
  --kendo-color-primary-emphasis: #4DB393;
  --kendo-color-primary-on-subtle: #033D30;
}
.icon-grey-bg {
  background: #F5F7FA;
  border: 1px solid #E1E9F0;
  border-radius: 9999px;
  color: #64748B;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  line-height: normal;
  min-width: 25px;
  height: 25px;
}
/*********Skelton image upload********/
.material-symbols-outlined {
  font-size: 12px;
}
/***DAMAGE**/
/*********Capture image SKELTON*****************/
.car-wrapper {
  position: relative;
  height: 500px;
  /* max-width: 100%;*/
  margin: 0 auto;
}
.car-bg {
  width: 100%;
  height: 500px;
  display: block;
  border-radius: 8px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .car-bg {
    height: 400px;
  }
}
.car-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .car-svg {
    height: 400px;
  }
}
.car-part {
  fill: rgba(6, 126, 94, 0.3);
  opacity: 0;
  cursor: pointer;
  transition: all 0.2s ease;
  pointer-events: all;
}
.car-part.active {
  opacity: 1;
  fill: #067e5e;
}
.car-part:hover {
  opacity: 0.8;
  fill: #067e5e;
}
.hidden-file-input {
  display: none;
}
.pdf-viewer-frame {
  width: 100%;
  height: 100%;
  border: none;
}
.documents-list-grid {
  border-radius: 10px;
}
.documents-list-columns {
  grid-template-columns: 3fr 1.5fr 1.5fr 1fr !important;
}
@media (max-width: 575.98px) {
  .documents-list-columns {
    grid-template-columns: 1fr auto !important;
  }
}
/******Select file selection****/
.select-file-section {
  border-radius: 8px;
  border: 1px dashed #64748B;
  background: #ffffff;
}
.select-file-section .select-header {
  background: #EDF2F7;
  border-radius: 8px 8px 0 0;
  padding: 15px;
  border-bottom: 1px dashed #64748B;
}
.select-file-section .select-body {
  padding: 15px;
  text-align: center;
}
.section-upload-loading {
  position: absolute;
  top: 0;
  z-index: 9;
  height: 100%;
  margin: 0 auto;
  right: auto;
  left: 0;
  width: 100%;
  background: white;
  padding-top: 40px;
  border-radius: 0 0 8px 8px;
}
.section-upload-loading .line-loading {
  min-height: auto !important;
}
.btn-select {
  border: 0px;
}
.btn-select .k-button {
  padding: 7px 15px;
  border: 1px solid #D1DBE6;
  color: #02010E !important;
  background: #ffffff !important;
  border-radius: 6px;
  margin-bottom: 20px;
}
.btn-select .k-file-validation-message {
  color: red;
  font-style: italic;
  font-size: 11px !important;
}
span.telerik-blazor.k-button-icon.k-icon.k-svg-icon.k-svg-i-caret-alt-down:after {
  content: "keyboard_arrow_down";
  font-family: 'Material Symbols Outlined';
  font-size: 16px;
}
/******Footer********/
footer.footer_section {
  background: #fff;
  padding: 10px 0px;
  width: 100%;
  bottom: 0px;
  border-top: 1px solid #dddddd;
  z-index: 1;
}
@media (max-width: 767px) {
  footer.footer_section {
    font-size: 10px;
  }
}
footer.footer_section li a {
  color: #02010E;
}
@media (max-width: 767px) {
  footer.footer_section li a {
    font-size: 10px;
  }
}
.your-fleet {
  min-height: calc(100vh - 97px);
}
@media (max-width: 992px) {
  .your-fleet {
    min-height: auto;
    margin-bottom: 3px;
    padding: 15px 0px;
  }
}
.file-border {
  border: 1px dashed #ddd;
  border-radius: 4px;
  padding: 4px;
}
.mw-fit {
  max-width: fit-content;
}
/*********
    import vehicle
    *************/
.import {
  border-radius: 4px;
  border: 1px solid #EDF2F7;
  padding: 10px;
  cursor: pointer;
  /*.icon-grey-bg {
        padding: 8px;
    }*/
}
.import .import-active-icon {
  display: none;
}
.import.import-active {
  border-color: #067E5E;
  /* background: @color-primary-bg-hover;
*/
}
.import.import-active .icon-grey-bg {
  border: 1px solid #067E5E;
  color: #067E5E;
  background: white;
}
.import.import-active .import-active-icon {
  display: block;
  color: #067E5E;
}
.time.calendar-active:hover {
  background: #2c2c2c !important;
  color: #ffffff !important;
}
/******
    TElerik calendar
    ***********/
.k-calendar .k-calendar-td.k-selected .k-link {
  background-color: #058C6B !important;
}
.k-calendar .k-calendar-td.k-selected:hover .k-link,
.k-calendar .k-calendar-td.k-selected.k-hover .k-link {
  background-color: #EDF2F7 !important;
  color: #1E293B !important;
}
.k-calendar .k-calendar-view .k-today {
  color: #058C6B !important;
}
.k-list-item.k-selected:hover,
.k-selected.k-list-optionlabel:hover,
.k-list-item.k-selected.k-hover,
.k-selected.k-hover.k-list-optionlabel {
  background-color: #EDF2F7 !important;
  color: #1E293B !important;
}
/*******Client time line*************/
.clientTimeline {
  position: relative;
  margin: 20px 0;
  padding-left: 10px;
  max-height: max-content;
  overflow: auto;
  height: calc(100dvh - 25rem);
}
.clientTimeline .timeline-item {
  position: relative;
  padding-bottom: 30px;
  /* .timeline-icon.completed {
            color: @primary-green;
        }*/
}
.clientTimeline .timeline-item::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 20px;
  bottom: -10px;
  width: 0.1rem;
  background: #E1E9F0;
  height: 100%;
}
.clientTimeline .timeline-item.completed .timeline-icon {
  border-color: #067E5E;
}
.clientTimeline .timeline-item.completed:before {
  content: '';
  background: #067E5E;
}
.clientTimeline .timeline-item.last-item {
  padding-bottom: 0;
}
.clientTimeline .timeline-item.last-item:before {
  display: none;
}
.clientTimeline .timeline-item .timeline-icon {
  position: absolute;
  left: -8px;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #E1E9F0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clientTimeline .timeline-item .timeline-icon i {
  font-size: 12px;
}
.clientTimeline .timeline-content {
  padding-left: 25px;
}
/*********** 
    match making 
    **********/
.border-green {
  border-color: #067E5E;
}
.draggable-item {
  padding: 5px;
  text-align: center;
  border: 1px solid #ccc;
  cursor: grab;
  background: #fff;
  border-radius: 2px;
  transition: box-shadow 0.15s;
}
.draggable-item[draggable="false"] {
  background: #fff !important;
  cursor: not-allowed;
  color: #ccc;
}
.drop-box {
  padding: 5px;
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  /*min-height: 70px;*/
  height: 100%;
  border-width: 2px;
  border-style: dashed !important;
  transition: background-color 0.2s, border-color 0.2s, transform 0.15s;
}
.drop-box .hint {
  font-size: 0.75rem;
  color: #666;
}
.pac-container {
  z-index: 999999 !important;
}
/******
    horizontal scroll
    ***********/
@media (max-width: 992px) {
  .sroll-horizontal-service {
    min-width: 800px;
    display: inline-block;
  }
}
.notification-badge {
  position: relative;
  bottom: -9px;
  overflow: visible;
  z-index: 1;
}
.login-split-layout {
  display: flex;
  min-height: 100vh;
  overflow: hidden;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.login-panel-left {
  flex: 0 0 48%;
  max-width: 48%;
  background: linear-gradient(132deg, #0a3d2e 4%, #0f5c42 46%, #1a7a58 96%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 52px 36px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .login-panel-left {
    display: none;
  }
}
.lpl-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.lpl-heading {
  font-size: 34px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.35;
  margin-bottom: 16px;
}
.lpl-heading span {
  color: #07c597;
}
.lpl-accent {
  color: #07c597;
}
.lpl-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
  max-width: 540px;
}
.lpl-illustration {
  /*    flex: 1;*/
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 32px;
  padding-bottom: 16px;
}
.lpl-mockup {
  position: relative;
  width: 100%;
}
.lpl-mockup__card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  padding: 10px;
  backdrop-filter: blur(8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin: 40px 20px;
}
.lpl-mockup__img {
  width: 100%;
  /*height: auto;
        border-radius: 10px;
        display: block;*/
}
.lpl-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  padding-top: 16px;
}
.lpl-footer a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
.lpl-footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.lpl-footer__sep {
  opacity: 0.45;
}
.login-panel-right {
  flex: 0 0 52%;
  max-width: 52%;
  background: #EDEFF3;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (max-width: 991px) {
  .login-panel-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.lpr-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 25px;
  flex-shrink: 0;
}
.lpr-topbar img {
  height: 30px;
}
@media (max-width: 767px) {
  .lpr-topbar {
    padding: 20px 24px;
  }
}
.lpr-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.lpr-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 90px 48px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .lpr-content {
    padding: 20px 24px 40px;
    align-items: flex-start;
  }
}
/*.lpr-form-wrap {
    width: 100%;
    padding: 0 50px;
    height: 100%;
}*/
.lpr-welcome {
  margin-bottom: 20px;
  margin-top: 90px;
}
.lpr-welcome__title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 6px;
}
.lpr-welcome__title span {
  color: #067E5E;
}
.lpr-welcome__brand {
  color: #067E5E;
}
.lpr-welcome__sub {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}
.lpr-form-card {
  border-radius: 16px;
  padding: 0px 70px;
  border: 1px solid #E5E6F1;
  height: 100%;
  display: flex;
  flex-direction: column;
  /*   justify-content: center;*/
  width: 100%;
  background: #ffffff url(https://bronyaprod.blob.core.windows.net/static/Images/login-bg.webp) top repeat-x;
  background-size: 100% auto;
  max-width: 800px;
  margin: 0 auto;
  min-height: 600px;
  max-height: 700px;
}
@media (max-width: 767px) {
  .lpr-form-card {
    padding: 24px 20px;
    box-shadow: none;
    border: 1px solid #e9ecef;
  }
}
.lpr-section-label {
  font-size: 16px;
  font-weight: 600;
  color: #02010E;
  margin-bottom: 35px;
  margin-top: 35px;
}
.lpr-email-display {
  font-size: 14px;
  color: #374151;
  padding: 8px 0;
}
.lpr-otp-btn {
  border: 1px solid #D1DBE6;
  color: #02010E;
  background: #ffffff;
  font-size: 14px;
  border-radius: 8px;
  padding: 9px 16px;
  font-weight: 500;
  line-height: 1.5;
}
.lpr-otp-btn:hover {
  background: #F5F7FA;
  border-color: #D1DBE6;
  color: #02010E;
}
.lpr-otp-btn:focus {
  box-shadow: 0 0 0 3px rgba(6, 126, 94, 0.12);
  outline: none;
}
.lpr-disclaimer {
  text-align: center;
  color: #64748B;
}
.lpr-disclaimer small {
  font-size: 11px;
  line-height: 1.6;
  display: block;
}
.lpr-disclaimer a {
  color: #067E5E;
}
.lpr-disclaimer a:hover {
  color: #067E5E;
}
.mob-chart {
  margin-left: -15%;
}
.fcr {
  color: #02010E;
}
.fcr .fcr-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
.fcr .fcr-title-block {
  display: flex;
  align-items: center;
  gap: 12px;
}
.fcr .fcr-logo-icon {
  width: 38px;
  height: 38px;
  background: #1a2744;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  flex-shrink: 0;
}
.fcr .fcr-title-text h1 {
  font-size: 22px;
  color: #1a2744;
  margin: 0;
  letter-spacing: -0.3px;
  font-weight: 700;
}
.fcr .fcr-title-text p {
  color: #6b7280;
  font-size: 12px;
  margin: 2px 0 0;
}
.fcr .section-label {
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #6b7280;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.fcr .section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e9ecef;
}
.fcr .kpi-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}
@media (max-width: 1200px) {
  .fcr .kpi-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .fcr .kpi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .fcr .kpi-grid {
    grid-template-columns: 1fr;
  }
}
.fcr .kpi-grid.kpi-grid-6 {
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1400px) {
  .fcr .kpi-grid.kpi-grid-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .fcr .kpi-grid.kpi-grid-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .fcr .kpi-grid.kpi-grid-6 {
    grid-template-columns: 1fr;
  }
}
.fcr .kpi-card-selection {
  padding: 14px 14px 14px 14px;
}
.fcr .kpi-card-selection .kpi-selection-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 8px;
}
.fcr .kpi-card-selection .kpi-selection-body .k-input,
.fcr .kpi-card-selection .kpi-selection-body .k-picker {
  width: 100%;
}
.fcr .kpi-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 18px 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.fcr .kpi-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.fcr .kpi-card.alert-card {
  border-color: #fca5a5;
  border-left: 3px solid #dc2626;
}
.fcr .kpi-icon {
  position: absolute;
  top: 14px;
  right: 13px;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  background: #F5F7FA;
}
.fcr .kpi-icon.kpi-icon-blue {
  background: #EFF6FF;
  color: #1d4ed8;
}
.fcr .kpi-icon.kpi-icon-orange {
  background: #FFF7ED;
  color: #d97706;
}
.fcr .kpi-icon.kpi-icon-green {
  background: #d1fae5;
  color: #065f46;
}
.fcr .kpi-icon.kpi-icon-red {
  background: #fee2e2;
  color: #dc2626;
}
.fcr .kpi-label {
  font-size: 11px;
  font-weight: 500;
  color: #6b7280;
  margin-bottom: 6px;
}
.fcr .kpi-value {
  font-size: 26px;
  line-height: 1;
  color: #1a2744;
  font-weight: 700;
}
.fcr .kpi-value.kpi-alert {
  color: #dc2626;
}
.fcr .kpi-sub {
  font-size: 11px;
  color: #6b7280;
  margin-top: 4px;
}
.fcr .charts-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 16px;
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .fcr .charts-grid {
    grid-template-columns: 1fr;
  }
}
.fcr .chart-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
}
.fcr .chart-card h3 {
  font-size: 14px;
  font-weight: 600;
  color: #1a2744;
  margin: 0 0 3px;
}
.fcr .chart-sub {
  font-size: 11.5px;
  color: #6b7280;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.fcr .chart-sub .legend-swatch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  margin-right: 5px;
  vertical-align: middle;
}
.fcr .chart-wrap {
  position: relative;
  height: 230px;
  width: 100%;
  width: max-content;
  margin: 0 auto;
}
.fcr .donut-center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
  text-align: center;
}
.fcr .donut-center .dc-val {
  font-size: 18px;
  line-height: 1;
  color: #1a2744;
  font-weight: 700;
}
.fcr .donut-center .dc-label {
  font-size: 10px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 2px;
}
.fcr .legend {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 12px;
}
.fcr .legend-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: #6b7280;
}
.fcr .legend-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}
.fcr .chart-footer {
  text-align: center;
  font-size: 11px;
  color: #6b7280;
  margin-top: 10px;
}
.fcr .chart-footer strong {
  color: #1a2744;
}
.fcr .driver-table-wrap {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  overflow: auto;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
  margin-bottom: 28px;
}
.fcr .driver-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12.5px;
}
.fcr .driver-table thead th {
  background: #F5F7FA;
  padding: 11px 14px;
  text-align: left;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #6b7280;
  border-bottom: 1px solid #e9ecef;
  white-space: nowrap;
}
.fcr .driver-table tbody td {
  padding: 11px 14px;
  border-bottom: 1px solid #e9ecef;
  vertical-align: middle;
  color: #02010E;
}
.fcr .driver-table tbody tr:last-child td {
  border-bottom: none;
}
.fcr .driver-table tbody tr:hover td {
  background: #F5F7FA;
}
.fcr .driver-name {
  font-weight: 600;
  font-size: 13px;
  color: #1a2744;
}
.fcr .driver-unknown {
  color: #6b7280;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
}
.fcr .plate-badge {
  display: inline-block;
  background: #EFF6FF;
  border: 1px solid #bfdbfe;
  border-radius: 4px;
  padding: 1px 7px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #1d4ed8;
  font-family: monospace;
  white-space: nowrap;
  margin: 1px 2px;
}
.fcr .tag {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 2px 7px;
  border-radius: 9999px;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
}
.fcr .tag.tag-ev {
  background: #d1fae5;
  color: #065f46;
}
.fcr .tag.tag-fuel {
  background: #fef3c7;
  color: #92400e;
}
.fcr .tag.tag-mixed {
  background: #ede9fe;
  color: #5b21b6;
}
.fcr .num-cell {
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  color: #1a2744;
}
.fcr .total-cell {
  text-align: left;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  color: #1a2744;
  font-weight: 700;
  font-size: 13px;
}
.fcr .muted-dash {
  text-align: left;
  color: #D1DBE6;
}
.fcr .txn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  padding: 4px 10px;
  background: #EFF6FF;
  border: 1px solid #bfdbfe;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
  color: #1d4ed8;
  cursor: pointer;
  transition: all 0.18s;
  text-decoration: none;
}
.fcr .txn-btn:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #ffffff;
  transform: scale(1.06);
}
.fcr .txn-btn::after {
  content: '↗';
  margin-left: 4px;
  font-size: 9px;
  opacity: 0.6;
}
.fcr .anomaly-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  padding: 4px 10px;
  background: #fff0f0;
  border: 1px solid #fca5a5;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
  color: #dc2626;
  cursor: pointer;
  transition: all 0.18s;
}
.fcr .anomaly-btn:hover {
  background: #dc2626;
  border-color: #dc2626;
  color: #ffffff;
  transform: scale(1.06);
}
.fcr .anomaly-btn::after {
  content: '↗';
  margin-left: 4px;
  font-size: 9px;
  opacity: 0.6;
}
.fcr .anomaly-none {
  color: #15803d;
  font-size: 12px;
  font-weight: 500;
}
.fcr .formula-section {
  margin-top: 32px;
}
.fcr .formula-toggle {
  cursor: pointer;
  user-select: none;
}
.fcr .formula-toggle-icon {
  font-size: 12px;
  color: #6b7280;
  transition: transform 0.2s ease;
  display: inline-block;
  margin-right: 6px;
}
.fcr .formula-toggle-icon.open {
  transform: rotate(90deg);
}
.fcr .formula-panel {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 24px;
  margin-top: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
}
.fcr .formula-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 20px;
}
.fcr .formula-group h4 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #1a2744;
  margin: 0 0 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e9ecef;
}
.fcr .formula-row {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 10px;
}
.fcr .formula-field {
  font-size: 12px;
  font-weight: 600;
  color: #1a2744;
}
.fcr .formula-expr {
  font-family: monospace;
  font-size: 11px;
  color: #1E293B;
  background: #EDF2F7;
  padding: 4px 8px;
  border-radius: 4px;
  margin-top: 2px;
  line-height: 1.5;
  word-break: break-word;
}
.fcr .formula-note {
  font-size: 10.5px;
  color: #6b7280;
  margin-top: 2px;
  font-style: italic;
}
.fcr .formula-mapping {
  margin-top: 16px;
  font-size: 11px;
  color: #6b7280;
  border-top: 1px solid #e9ecef;
  padding-top: 12px;
}
.fcr .formula-mapping strong {
  color: #374151;
}
.fcr-modal-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #e9ecef;
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .fcr-modal-summary {
    grid-template-columns: repeat(2, 1fr);
  }
}
.fcr-modal-stat {
  background: #F5F7FA;
  padding: 14px 18px;
}
.fcr-modal-stat-label {
  font-size: 10px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 4px;
}
.fcr-modal-stat-val {
  font-size: 17px;
  color: #1a2744;
  font-weight: 700;
}
.fcr-modal-stat-val span {
  font-size: 12px;
  color: #6b7280;
  font-weight: 400;
}
.fcr-modal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.fcr-modal-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #F5F7FA;
  padding: 10px 16px;
  text-align: left;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #6b7280;
  border-bottom: 1px solid #e9ecef;
  white-space: nowrap;
}
.fcr-modal-table tbody td {
  padding: 11px 16px;
  border-bottom: 1px solid #e9ecef;
  vertical-align: middle;
  color: #02010E;
}
.fcr-modal-table tbody tr:last-child td {
  border-bottom: none;
}
.fcr-modal-table tbody tr:hover td {
  background: #F5F7FA;
}
.fcr-modal-table tbody tr.fcr-tx-row-critical td {
  background: #fee2e2;
}
.fcr-modal-table .num-cell {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.fcr-modal-table .plate-sm {
  font-size: 10.5px;
  font-weight: 700;
  color: #1d4ed8;
  font-family: monospace;
}
.fcr-modal-table .gross-cell {
  text-align: left;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  color: #1a2744;
}
.fcr-cat-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
}
.fcr-cat-dot.fcr-cat-dot-fuel {
  background: #d97706;
}
.fcr-cat-dot.fcr-cat-dot-ev {
  background: #059669;
}
.fcr-cat-dot.fcr-cat-dot-wash {
  background: #8b5cf6;
}
.fcr-flag-chip {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 1px 5px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 500;
  white-space: nowrap;
  margin: 1px 2px;
}
.fcr-flag-chip.a-mileage,
.fcr-flag-chip.a-highfill,
.fcr-flag-chip.a-frequency,
.fcr-flag-chip.a-foreignfuel {
  color: #92400e;
  background: #fef3c7;
}
.fcr-flag-chip.a-misfuel {
  color: #b91c1c;
  background: #fee2e2;
}
.fcr-flag-clean {
  color: #15803d;
  font-weight: 600;
}
.fcr-severity {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  white-space: nowrap;
}
.fcr-severity.fcr-severity-high {
  color: #b91c1c;
  background: #fee2e2;
}
.fcr-severity.fcr-severity-medium {
  color: #b45309;
  background: #fef3c7;
}
.fcr-severity.fcr-severity-low {
  color: #6b7280;
  background: #EDF2F7;
}
.fcr-anomaly-chip {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
}
.fcr-anomaly-chip.a-mileage,
.fcr-anomaly-chip.a-highfill,
.fcr-anomaly-chip.a-frequency,
.fcr-anomaly-chip.a-foreignfuel {
  color: #92400e;
  background: #fef3c7;
}
.fcr-anomaly-chip.a-misfuel,
.fcr-anomaly-chip.a-tankcapacity {
  color: #b91c1c;
  background: #fee2e2;
}
.fcr-anomaly-row-critical {
  border-left: 3px solid #dc2626;
}
.fcr-modal-footer-line {
  padding: 12px 24px;
  border-top: 1px solid #e9ecef;
  font-size: 11px;
  color: #6b7280;
  background: #F5F7FA;
  text-align: right;
}
.fcr-modal-footer-line strong {
  color: #1a2744;
}
.section-loading {
  background: initial;
}
.fcr {
  color: #02010E;
}
.fcr .fcr-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}
.fcr .fcr-title-block {
  display: flex;
  align-items: center;
  gap: 12px;
}
.fcr .fcr-logo-icon {
  width: 38px;
  height: 38px;
  background: #1a2744;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  flex-shrink: 0;
}
.fcr .fcr-title-text h1 {
  font-size: 22px;
  color: #1a2744;
  margin: 0;
  letter-spacing: -0.3px;
  font-weight: 700;
}
.fcr .fcr-title-text p {
  color: #6b7280;
  font-size: 12px;
  margin: 2px 0 0;
}
.fcr .section-label {
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #6b7280;
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.fcr .section-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #e9ecef;
}
.fcr .kpi-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}
@media (max-width: 1200px) {
  .fcr .kpi-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .fcr .kpi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .fcr .kpi-grid {
    grid-template-columns: 1fr;
  }
}
.fcr .kpi-grid.kpi-grid-6 {
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1400px) {
  .fcr .kpi-grid.kpi-grid-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .fcr .kpi-grid.kpi-grid-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .fcr .kpi-grid.kpi-grid-6 {
    grid-template-columns: 1fr;
  }
}
.fcr .kpi-card-selection {
  padding: 14px 14px 14px 14px;
}
.fcr .kpi-card-selection .kpi-selection-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 8px;
}
.fcr .kpi-card-selection .kpi-selection-body .k-input,
.fcr .kpi-card-selection .kpi-selection-body .k-picker {
  width: 100%;
}
.fcr .kpi-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 18px 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.fcr .kpi-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
.fcr .kpi-card.alert-card {
  border-color: #fca5a5;
  border-left: 3px solid #dc2626;
}
.fcr .kpi-icon {
  position: absolute;
  top: 14px;
  right: 13px;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  background: #F5F7FA;
}
.fcr .kpi-icon.kpi-icon-blue {
  background: #EFF6FF;
  color: #1d4ed8;
}
.fcr .kpi-icon.kpi-icon-orange {
  background: #FFF7ED;
  color: #d97706;
}
.fcr .kpi-icon.kpi-icon-green {
  background: #d1fae5;
  color: #065f46;
}
.fcr .kpi-icon.kpi-icon-red {
  background: #fee2e2;
  color: #dc2626;
}
.fcr .kpi-label {
  font-size: 11px;
  font-weight: 500;
  color: #6b7280;
  margin-bottom: 6px;
}
.fcr .kpi-value {
  font-size: 26px;
  line-height: 1;
  color: #1a2744;
  font-weight: 700;
}
.fcr .kpi-value.kpi-alert {
  color: #dc2626;
}
.fcr .kpi-sub {
  font-size: 11px;
  color: #6b7280;
  margin-top: 4px;
}
.fcr .charts-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 16px;
  margin-bottom: 28px;
}
@media (max-width: 992px) {
  .fcr .charts-grid {
    grid-template-columns: 1fr;
  }
}
.fcr .chart-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
}
.fcr .chart-card h3 {
  font-size: 14px;
  font-weight: 600;
  color: #1a2744;
  margin: 0 0 3px;
}
.fcr .chart-sub {
  font-size: 11.5px;
  color: #6b7280;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.fcr .chart-sub .legend-swatch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  margin-right: 5px;
  vertical-align: middle;
}
.fcr .chart-wrap {
  position: relative;
  height: 230px;
  width: 100%;
}
.fcr .donut-center {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
  text-align: center;
}
.fcr .donut-center .dc-val {
  font-size: 18px;
  line-height: 1;
  color: #1a2744;
  font-weight: 700;
}
.fcr .donut-center .dc-label {
  font-size: 10px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 2px;
}
.fcr .legend {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 12px;
}
.fcr .legend-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: #6b7280;
}
.fcr .legend-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}
.fcr .chart-footer {
  text-align: center;
  font-size: 11px;
  color: #6b7280;
  margin-top: 10px;
}
.fcr .chart-footer strong {
  color: #1a2744;
}
.fcr .driver-table-wrap {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  overflow: auto;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
  margin-bottom: 28px;
}
.fcr .driver-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12.5px;
}
.fcr .driver-table thead th {
  background: #F5F7FA;
  padding: 11px 14px;
  text-align: left;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #6b7280;
  border-bottom: 1px solid #e9ecef;
  white-space: nowrap;
}
.fcr .driver-table tbody td {
  padding: 11px 14px;
  border-bottom: 1px solid #e9ecef;
  vertical-align: middle;
  color: #02010E;
}
.fcr .driver-table tbody tr:last-child td {
  border-bottom: none;
}
.fcr .driver-table tbody tr:hover td {
  background: #F5F7FA;
}
.fcr .driver-name {
  font-weight: 600;
  font-size: 13px;
  color: #1a2744;
}
.fcr .driver-unknown {
  color: #6b7280;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
}
.fcr .plate-badge {
  display: inline-block;
  background: #EFF6FF;
  border: 1px solid #bfdbfe;
  border-radius: 4px;
  padding: 1px 7px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #1d4ed8;
  font-family: monospace;
  white-space: nowrap;
  margin: 1px 2px;
}
.fcr .tag {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 2px 7px;
  border-radius: 9999px;
  font-size: 10px;
  font-weight: 600;
  white-space: nowrap;
}
.fcr .tag.tag-ev {
  background: #d1fae5;
  color: #065f46;
}
.fcr .tag.tag-fuel {
  background: #fef3c7;
  color: #92400e;
}
.fcr .tag.tag-mixed {
  background: #ede9fe;
  color: #5b21b6;
}
.fcr .num-cell {
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  color: #1a2744;
}
.fcr .total-cell {
  text-align: left;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  color: #1a2744;
  font-weight: 700;
  font-size: 13px;
}
.fcr .muted-dash {
  text-align: left;
  color: #D1DBE6;
}
.fcr .txn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  padding: 4px 10px;
  background: #EFF6FF;
  border: 1px solid #bfdbfe;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
  color: #1d4ed8;
  cursor: pointer;
  transition: all 0.18s;
  text-decoration: none;
}
.fcr .txn-btn:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #ffffff;
  transform: scale(1.06);
}
.fcr .txn-btn::after {
  content: '↗';
  margin-left: 4px;
  font-size: 9px;
  opacity: 0.6;
}
.fcr .anomaly-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  padding: 4px 10px;
  background: #fff0f0;
  border: 1px solid #fca5a5;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
  color: #dc2626;
  cursor: pointer;
  transition: all 0.18s;
}
.fcr .anomaly-btn:hover {
  background: #dc2626;
  border-color: #dc2626;
  color: #ffffff;
  transform: scale(1.06);
}
.fcr .anomaly-btn::after {
  content: '↗';
  margin-left: 4px;
  font-size: 9px;
  opacity: 0.6;
}
.fcr .anomaly-none {
  color: #15803d;
  font-size: 12px;
  font-weight: 500;
}
.fcr .formula-section {
  margin-top: 32px;
}
.fcr .formula-toggle {
  cursor: pointer;
  user-select: none;
}
.fcr .formula-toggle-icon {
  font-size: 12px;
  color: #6b7280;
  transition: transform 0.2s ease;
  display: inline-block;
  margin-right: 6px;
}
.fcr .formula-toggle-icon.open {
  transform: rotate(90deg);
}
.fcr .formula-panel {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 24px;
  margin-top: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
}
.fcr .formula-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 20px;
}
.fcr .formula-group h4 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #1a2744;
  margin: 0 0 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e9ecef;
}
.fcr .formula-row {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 10px;
}
.fcr .formula-field {
  font-size: 12px;
  font-weight: 600;
  color: #1a2744;
}
.fcr .formula-expr {
  font-family: monospace;
  font-size: 11px;
  color: #1E293B;
  background: #EDF2F7;
  padding: 4px 8px;
  border-radius: 4px;
  margin-top: 2px;
  line-height: 1.5;
  word-break: break-word;
}
.fcr .formula-note {
  font-size: 10.5px;
  color: #6b7280;
  margin-top: 2px;
  font-style: italic;
}
.fcr .formula-mapping {
  margin-top: 16px;
  font-size: 11px;
  color: #6b7280;
  border-top: 1px solid #e9ecef;
  padding-top: 12px;
}
.fcr .formula-mapping strong {
  color: #374151;
}
.fcr-modal-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #e9ecef;
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .fcr-modal-summary {
    grid-template-columns: repeat(2, 1fr);
  }
}
.fcr-modal-stat {
  background: #F5F7FA;
  padding: 14px 18px;
}
.fcr-modal-stat-label {
  font-size: 10px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 4px;
}
.fcr-modal-stat-val {
  font-size: 17px;
  color: #1a2744;
  font-weight: 700;
}
.fcr-modal-stat-val span {
  font-size: 12px;
  color: #6b7280;
  font-weight: 400;
}
.fcr-modal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.fcr-modal-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #F5F7FA;
  padding: 10px 16px;
  text-align: left;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #6b7280;
  border-bottom: 1px solid #e9ecef;
  white-space: nowrap;
}
.fcr-modal-table tbody td {
  padding: 11px 16px;
  border-bottom: 1px solid #e9ecef;
  vertical-align: middle;
  color: #02010E;
}
.fcr-modal-table tbody tr:last-child td {
  border-bottom: none;
}
.fcr-modal-table tbody tr:hover td {
  background: #F5F7FA;
}
.fcr-modal-table tbody tr.fcr-tx-row-critical td {
  background: #fee2e2;
}
.fcr-modal-table .num-cell {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.fcr-modal-table .plate-sm {
  font-size: 10.5px;
  font-weight: 700;
  color: #1d4ed8;
  font-family: monospace;
}
.fcr-modal-table .gross-cell {
  text-align: left;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  color: #1a2744;
}
.fcr-cat-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
}
.fcr-cat-dot.fcr-cat-dot-fuel {
  background: #d97706;
}
.fcr-cat-dot.fcr-cat-dot-ev {
  background: #059669;
}
.fcr-cat-dot.fcr-cat-dot-wash {
  background: #8b5cf6;
}
/*<!----can be remove------->*/
.fcr-flag-chip {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 1px 5px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 500;
  white-space: nowrap;
  margin: 1px 2px;
}
.fcr-flag-chip.a-mileage,
.fcr-flag-chip.a-highfill,
.fcr-flag-chip.a-frequency,
.fcr-flag-chip.a-foreignfuel {
  color: #92400e;
  background: #fef3c7;
}
.fcr-flag-chip.a-misfuel {
  color: #b91c1c;
  background: #fee2e2;
}
.fcr-flag-clean {
  color: #15803d;
  font-weight: 600;
}
.fcr-severity {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  white-space: nowrap;
}
.fcr-severity.fcr-severity-high {
  color: #b91c1c;
  background: #fee2e2;
}
.fcr-severity.fcr-severity-medium {
  color: #b45309;
  background: #fef3c7;
}
.fcr-severity.fcr-severity-low {
  color: #6b7280;
  background: #EDF2F7;
}
.fcr-anomaly-chip {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
}
.fcr-anomaly-chip.a-mileage,
.fcr-anomaly-chip.a-highfill,
.fcr-anomaly-chip.a-frequency,
.fcr-anomaly-chip.a-foreignfuel {
  color: #92400e;
  background: #fef3c7;
}
.fcr-anomaly-chip.a-misfuel,
.fcr-anomaly-chip.a-tankcapacity {
  color: #b91c1c;
  background: #fee2e2;
}
.fcr-anomaly-row-critical {
  border-left: 3px solid #dc2626;
}
.fcr-modal-footer-line {
  padding: 12px 24px;
  border-top: 1px solid #e9ecef;
  font-size: 11px;
  color: #6b7280;
  background: #F5F7FA;
  text-align: right;
}
.fcr-modal-footer-line strong {
  color: #1a2744;
}
.row-custom {
  display: flex;
}
@media (max-width: 991px) {
  .row-custom {
    border: 1px solid #EDF2F7;
    border-radius: 8px;
    flex-wrap: wrap;
    margin: 5px;
  }
}
.row-custom.header-row-custom .cell {
  background: #EFF5F4;
  color: #5C7873;
  font-weight: 500;
}
.row-custom.body-row-custom:hover {
  background: #EFF5F4;
}
.row-custom.body-row-custom.nd-row-clickable {
  cursor: pointer;
}
.row-custom .cell {
  flex: 1;
  padding: 10px;
  border-bottom: 1px solid #EDF2F7;
  width: 150px;
  /* fixed — never shrinks */
  min-width: 200px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .row-custom .cell {
    width: 50%;
    min-width: 145px;
    border-bottom: 0px solid #ddd;
  }
}
/*component css*/
.image-box {
  border-radius: 8px;
  height: 160px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #D1DBE6;
}
.image-box img {
  object-fit: scale-down;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
/* Accident-scene side tiles (Side one / Side two): fixed, consistent box for both the empty
   upload tile and the uploaded image, so the two sit close together and the photo can't stretch wide. */
.accident-side .image-box {
  width: 220px;
  height: 160px;
  max-width: 100%;
}
/* Centered loader overlay shown while deleting/uploading a gallery photo */
.image-loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  /* keep the small loader gif small (the .image-box img { width/height:100% } rule would otherwise stretch it) */
}
.image-loading-overlay .loader-img {
  width: 20px !important;
  height: auto !important;
}
/************Image edit of LR********/
.annotation-editor-window .color-swatches {
  display: inline-flex;
  gap: 6px;
  padding-left: 8px;
  border-left: 1px solid #e9ecef;
  margin-left: 4px;
}
.annotation-editor-window .color-swatches .swatch {
  width: 26px;
  height: 26px;
  border-radius: 9999px;
  border: 2px solid #e9ecef;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  transition: transform 0.1s, border-color 0.15s;
}
.annotation-editor-window .color-swatches .swatch:hover {
  transform: scale(1.1);
}
.annotation-editor-window .color-swatches .swatch.active {
  border-color: #067E5E;
  transform: scale(1.15);
}
.annotation-editor-window .stroke-sizes {
  display: inline-flex;
  gap: 6px;
  padding-left: 8px;
  border-left: 1px solid #e9ecef;
  margin-left: 4px;
}
.annotation-editor-window .stroke-sizes .stroke {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #e9ecef;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.annotation-editor-window .stroke-sizes .stroke.active {
  border-color: #067E5E;
  /*    background: #f0f7f5;*/
}
.annotation-editor-window .stroke-sizes .stroke .stroke-dot {
  display: block;
  background: #0F172A;
  border-radius: 9999px;
}
.annotation-editor-window .annotate-canvas-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  background: #EDF2F7;
  min-height: 320px;
}
/* Background lives on the Fabric-created wrapper, NOT on the canvas elements.
               Fabric creates two stacked canvases (lower + upper) inside .canvas-container.
               If we put a background on the canvas elements, the upper-canvas would obscure
               the lower-canvas (where the image + committed strokes are drawn). */
.annotation-editor-window .annotate-canvas-wrap .canvas-container {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  max-height: 50vh;
}
.annotation-editor-window .annotate-canvas-wrap canvas {
  max-width: 100%;
  max-height: 50vh;
  background: transparent;
  /* Stop the browser from interpreting finger drags on the canvas as page
            scroll / pinch-zoom. Without this, dragging near the canvas edges on
            mobile can scroll the modal instead of drawing. Fabric v6 sets this
            on the upper-canvas itself, but we reinforce on both layers so the
            behaviour is consistent across all mobile browsers. */
  touch-action: none;
}
.annotation-editor-window .annotate-canvas-wrap .canvas-container {
  touch-action: none;
}
.annotation-editor-window .annotate-thumbs {
  display: flex;
  gap: 8px;
  padding: 10px 12px;
  overflow-x: auto;
  border-top: 1px solid #e9ecef;
  background: #EDF2F7;
}
.annotation-editor-window .annotate-thumbs .thumb {
  position: relative;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
}
.annotation-editor-window .annotate-thumbs .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.annotation-editor-window .annotate-thumbs .thumb.active {
  border-color: #1E293B;
  box-shadow: 0 0 0 2px rgba(3, 165, 127, 0.25);
}
.annotation-editor-window .annotate-thumbs .thumb.edited::after {
  /* slight tint so user can spot edited thumbs at a glance */
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(3, 165, 127, 0.08);
  pointer-events: none;
}
.annotation-editor-window .annotate-thumbs .thumb.failed {
  border-color: #64748B;
}
.annotation-editor-window .annotate-upload-progress {
  padding: 12px 16px;
  background: #fff;
  border-top: 1px solid #e9ecef;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
}
.annotation-editor-window .annotate-empty {
  padding: 24px;
  text-align: center;
  color: #EDF2F7;
}
@media (max-width: 768px) {
  .annotation-editor-window .annotate-canvas-wrap .canvas-container {
    max-height: 40vh;
  }
  .annotation-editor-window .annotate-canvas-wrap {
    min-height: 240px;
    padding: 8px;
  }
  .annotation-editor-window .annotate-canvas-wrap canvas {
    max-height: 45vh;
  }
  .annotation-editor-window .annotate-toolbar .color-swatches .swatch {
    width: 22px;
    height: 22px;
  }
  .annotation-editor-window .annotate-thumbs .thumb {
    flex-basis: 56px;
    width: 56px;
    height: 56px;
  }
  /* On touch devices the X button is always visible — no hover */
  .annotation-editor-window .annotate-thumbs .thumb-remove {
    opacity: 1;
  }
}
/*component css*/
.driver-licence-back-card {
  background-color: #1ba89a;
}
.border-list:has(> .row) > .row {
  border-bottom: 1px solid #E1E9F0;
  margin-bottom: 14px;
  padding-bottom: 10px;
}
.border-list:has(> .row) > .row:nth-last-child(2) {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* Driver-licence photos use the AntDesign <Image> component directly, which
   ships its own styling and a built-in fullscreen preview (zoom in / out,
   rotate) on click — no custom zoom CSS is needed here. */
.dl-photo .ant-image,
.dl-photo .ant-image-img {
  width: 100%;
  height: auto;
}
