@charset "utf-8";
/* CSS Document */
@media all {
  * {
    padding: 0px;
    margin: 0px;
  }

  
  .errorlbl {
    font-family: 'Roboto', sans-serif;
    color: #dc3545;
  }

  .bi {
    color: #4bbfde;
  }

  .re {
    color: #e30e00
  }

  .rounded_corners {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }

  div {
    vertical-align: top;
  }

  img {
    max-width: 100%;
  }

  a {
    cursor: pointer;
    color: #e30e00;
  }

  a:hover,
  a:focus {
    text-decoration: none;
  }

  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  body {
    overflow: auto !important;
    width: 100% !important;
  }

  body {
    overflow: auto !important;
    width: 100% !important;
  }

  html,
  body {
    background-color: #ffffff;
  }

  html {
    position: relative;
    min-height: auto;
  }

  /*Typekit*/
  html,
  body {
    font-family: 'Gill Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
  }

  body {}

  .row {
    margin-right: -8px;
    margin-left: -8px;
  }

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-right: 8px;
    padding-left: 8px;
  }

  .card {
    margin-bottom: 8px;
  }

  .card {
    border-radius: 4px;
  }

  .card-body {
    padding: 8px 8px 0px 8px;
  }

  .card-header:first-child {
    border-radius: 4px 4px 0px 0px;
  }

  .card-header {
    background-color: #ffffff;
    border-bottom: 1px solid #7f8efd;
    font-size: 13px;
    font-weight: 700;
    color: #464646;
    text-transform: uppercase;
    padding: .75rem 8px;
  }


  .form-group {
    margin-bottom: 8px;
  }

  .form-control {
    height: calc(2rem + 2px);
    font-size: 13px;
    padding: .375rem .75rem .375rem 5px;
  }

  select.form-control {
    padding-left: 0px;
  }

  select.form-control:not([size]):not([multiple]) {
    height: calc(2rem + 2px);
    padding-top: 2px;
  }

  .col-form-label {
    padding-bottom: 3px;
    padding-top: 0px;
  }

  .btn {
    font-size: 13px;
    padding: .36rem .75rem;
    text-transform: capitalize;
    /*min-width: 80px;*/
  }

  .full-width {
    margin-left: 40px;
  }

  .footer.footer-width {
    left: 40px;
    width: calc(100% - 80px);
  }

  p {
    color: #303030;
    font-weight: 400;
    margin-bottom: 1rem;
  }

  input,
  textarea,
  select {
    font-family: 'Gill Sans', sans-serif;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'Gill Sans', sans-serif;
    letter-spacing: 0.9px; /* Adjust letter spacing for a neat appearance */
    line-height: 1.9; /* Adjust line height for readability */
  }

  h1 {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: rgb(0, 0, 255);
    font-variant: small-caps; 
  }

  .h1Padding {
    padding-top: 5px;
  }

  h2 {
    font-size: 16px;
    
  }

  h3 {
    font-size: 14px;
  }

  h4 {
    font-size: 13px;
  }

  h5 {
    font-size: 12px;
  }

  h6 {
    font-size: 10px;
  }

  .navbar-brand {
    padding: 0px;
  }

  .navigation-sidebar {
    border-bottom: 1px solid #c8ced3;
    padding: 0.3rem 15px;
  }

  .navigation-sidebar .navbar-brand {
    width: 190px;
    padding: 0px
  }

  .nav-menu span {
    width: 22px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.54);
    margin-bottom: 5px;
    display: flex;
    align-items: center;
  }

  .nav-menu span:last-child {
    margin-bottom: 0px;
  }

  .user-name {
    margin-right: 15px;
  }

  .user-img {
    width: 30px;
    height: 30px;
    float: right;
    border-radius: 50%;
    overflow: hidden;
  }

  .top-down .dropdown-menu {
    left: inherit;
    right: 0px !important;
    margin-top: 10px;
  }

  .top-down .dropdown-menu a {
    font-size: 13px;
  }

  .nav-bg {
    background-color: blue !important;
    border-bottom: 1px solid #000000;
  }

  .breadcrumb a {
    color: #041ee0;
  }

  .add-row {
    position: absolute;
    right: 8px;
    top: 4px;
  }

  .table-padd th {
    white-space: nowrap;
    padding: .45rem .2rem;
    font-size: 13px;
    border-bottom-width: 0px !important;
  }

  .table-padd thead {
    background: #f0f3f5;
  }

  .table-padd .table td,
  .table-padd .table th {
    vertical-align: middle;
  }

  .table-padd .table td {
    padding: .3rem;
  }

  .table-padd .table td h4 {
    margin: 0px;
  }

  .table-padd .action-tools a .fa-pencil {
    color: #4bbfde;
    margin-left: 10px;
  }

  .table-padd .action-tools a .fa-trash-o {
    color: #e30e00 !important;
    margin-left: 10px;
  }

  .table-padd .table tbody tr:hover {
    background: #f4f4f4;
  }

  .add-btn {
    color: #fff;
    background-color: blue;
    border-color: blue;

  }

  .add-btn.sml-btn {
    padding: .27rem .75rem;
    margin-top: 3px;
  }

  .add-btn:hover {
    color: #fff;
    background-color: #f47d14;
    border-color: #f47d14;
  }

  .sts-complete {
    color: #4bbfde;
  }

  .sts-pending {
    color: #4bbfde;
  }

  .footer {
    position: absolute;
    bottom: 0;
    height: 30px;
    width: calc(100% - 290px);
    left: 270px;
  }

  .footer .container {
    max-width: 100%;
  }

  .main-content {
    float: left;
    width: 100%;
    position: relative;
  }

  .sent-report {
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }

  .sent-report .form-control {
    float: left;
    width: calc(100% - 105px);
    margin-right: 15px;
  }

  .sent-report .add-btn {
    float: left;
    width: 90px;
    text-align: center;
  }

  .report-modal .modal-dialog {
    max-width: 800px;
    font-size: 14px;
    line-height: 22px;
  }

  .report-modal .modal-dialog .modal-title {
    font-size: 16px;
    font-weight: 600;
    color: #01695e;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: blue;
  }

  .nav-tabs .nav-link {
    background: #f0f3f5;
    margin-right: 5px;
  }

  .nav-tabs .nav-link:hover {
    color: #ffffff;
    background-color: blue;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.activeTab {
    color: #2b3237;
    background-color: #f0f3f5;
  }

  .nav-tabs .nav-link {
    background: #0066ff;
    color: #ffffff;
    margin-right: 5px;
  }

  .product-title {
    font-size: 16px;
    font-weight: 600;
    color: #006c61;
    margin: 15px 0px;
  }

  .general-info h3 {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    margin: 15px 0px;
  }

  .cust-check {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .cust-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
  }

  .cust-check:hover input~.checkmark {
    background-color: #ccc;
  }

  .cust-check input:checked~.checkmark {
    background-color: #006c61;
  }

  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .cust-check input:checked~.checkmark:after {
    display: block;
  }

  .cust-check .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .date-picker {
    position: relative;
  }

  .date-picker:before {
    content: "\f073";
    font-family: FontAwesome;
    position: absolute;
    top: 2px;
    right: 9px;
    font-size: 18px;
    color: #b8b8b8;
    z-index: 9;
  }

  .date-picker .form-control {
    background: transparent;
    z-index: 1;
    position: relative;
  }

  .time-picker {
    position: relative;
  }

  .time-picker:before {
    content: "\f017";
    font-family: FontAwesome;
    position: absolute;
    top: 3px;
    right: 9px;
    font-size: 18px;
    color: #b8b8b8;
  }

  .bootstrap-timepicker-widget table td a {
    padding: 0px;
  }

  .bootstrap-timepicker-widget table td {
    height: auto;
    padding: 1px;
  }

  .bootstrap-timepicker-widget.dropdown-menu {
    padding: 0px;
  }

  .bootstrap-timepicker-widget table td input {
    padding: 0px;
    border: solid 1px #ced4da;
  }

  .form-border {
    float: left;
    width: 100%;
    border: 1px solid #e4e5e6;
    border-radius: 4px;
    padding: 15px;
    margin-top: 15px;
    position: relative;
    margin-bottom: 1rem;
  }

  .form-border h3.form-heading {
    font-size: 13px;
    float: left;
    position: absolute;
    top: -18px;
    background: rgb(52, 52, 245);
    border-radius: 6px;
    color: #ffffff;
    padding: 3px 10px;
    text-align: center;
    font-weight: 600;
    margin: 0px;
    min-width: 150px;
  }

  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(244, 253, 255);
  }

  .pagination-main {
    float: left;
    width: 100%;
  }

  .show-records {
    float: left;
    margin-top: 3px;
  }

  .page-link,
  .page-link:hover {
    color: #656565;
  }

  .page-item.active .page-link {
    background-color: #f58220;
    border-color: #f58220;
  }


  .breadcrumb {
    background-color: #c5c4c442;
    border: 1px solid #94c1fc4a;
    border-radius: .25rem;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
  }
}

@media all and (max-width:767px) {
  .rvnm-navbar-box {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: -300px;
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
  }

  .rvnm-navbar-box.rvnm-mobile-expand {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    transform: translate3d(300px, 0, 0);
    -webkit-transform: translate3d(300px, 0, 0);
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
  }

  .form-border h3.form-heading {
    position: relative;
    top: -5px;
    margin: 0px 0px 10px 0px;
    width: 100%;
  }

  .rvnm-wrapper {
    margin-left: 0px;
    padding: 60px 10px 0px 10px;
  }

  .table-padd .table td,
  .table-padd .table th {
    white-space: nowrap
  }

  .main-search .col-12 {
    margin-bottom: 8px;
  }

  .add-row {
    position: relative;
    right: 0;
    top: 4px;
  }

  .footer {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 0px;
    left: 0px;
  }
}




.upld-img {
  float: left;
  width: 100%;
}

.upld-img figure {
  float: left;
  width: 38%;
  margin: 1%;
  position: relative;
}

.upld-img .delete-pic {
  position: absolute;
  right: 2px;
  top: 2px;
  color: #d01010;
  background: #ffffff;
  float: left;
  font-size: 14px;
  width: 20px;
  line-height: normal;
  text-align: center;
  border-radius: 3px;
  opacity: 0;
}

.upld-img figure:hover .delete-pic {
  opacity: 1;
}

.file-field {
  width: 100%;
  height: 83px;
}

.file-field label.custom-file-label {
  border: dashed 0px #b0d0b2;
  border-radius: 0px;
  height: 100%;
  padding: 0px;
  margin: 0px;
}

.file-field .custom-file-input:lang(en)~.custom-file-label::after {
  content: "";
}

.file-field .custom-file-label::after {
  background-color: transparent;
  border-radius: 0px;
  border: 0px;
  color: #7dca83;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 0px;
  font-size: 2.5rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro-pic {
  display: inline-block;
  position: relative;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2%;
}

.pro-pic .delete-pic {
  position: absolute;
  right: 2px;
  top: 2px;
  color: #d01010;
  background: #ffffff;
  float: left;
  font-size: 14px;
  width: 20px;
  line-height: normal;
  text-align: center;
  border-radius: 3px;
  opacity: 0;
}

.pro-pic:hover .delete-pic {
  opacity: 1;
}


/* Media query for screens smaller than 768px (typical mobile devices) */
@media (max-width: 767px) {
  .rvnm-wrapper {
    padding: 15px; /* Adjust padding for smaller screens */
  }
}

 
/* NEC THEME OVERRIDES */
:root {
  --nec-bg: #f4f1e8;
  --nec-surface: rgba(255,255,255,0.82);
  --nec-surface-strong: #ffffff;
  --nec-panel: #f8f6ef;
  --nec-border: rgba(40,63,54,0.14);
  --nec-text: #21352f;
  --nec-muted: #66756c;
  --nec-accent: #2e6a57;
  --nec-accent-2: #89a97d;
  --nec-warm: #d9c1a0;
  --nec-shadow: 0 18px 45px rgba(45, 66, 55, 0.12);
}
html, body {
  background: radial-gradient(circle at top left, #faf6ee 0%, #f4f1e8 38%, #e7efe7 100%);
  color: var(--nec-text);
  font-family: 'Manrope', 'Segoe UI', sans-serif;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.55), rgba(137,169,125,0.08));
  pointer-events: none;
  z-index: 0;
}
app-root, .main-content, .rvnm-wrapper, .footer, .navigation-sidebar { position: relative; z-index: 1; }
.navigation-sidebar {
  backdrop-filter: blur(14px);
  background: linear-gradient(90deg, rgba(22,48,40,0.92), rgba(39,79,66,0.88));
  border-bottom: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}
.navigation-sidebar .HelloUsername {
  color: #f7f5ef;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
}
.companyName {
  color: rgba(255,255,255,0.82) !important;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.bell-container .fa { color: #f7f5ef !important; }
.user-img {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 18px;
  padding: 6px;
}
.rvnm-wrapper {
  padding: 34px 22px 42px 22px;
}
.card, .form-border, .breadcrumb, .ag-theme-balham, .modal-content, .table-responsive {
  background: var(--nec-surface);
  border: 1px solid var(--nec-border);
  border-radius: 22px;
  box-shadow: var(--nec-shadow);
}
.card {
  overflow: hidden;
  margin-bottom: 18px;
}
.card-header {
  background: linear-gradient(180deg, rgba(255,255,255,0.94), rgba(248,246,239,0.96));
  color: var(--nec-text);
  border-bottom: 1px solid rgba(46,106,87,0.12);
  font-size: 12px;
  letter-spacing: .14em;
  padding: 16px 18px;
}
.card-body {
  padding: 18px 18px 8px 18px;
}
.form-border {
  background: rgba(255,255,255,0.72);
  padding: 16px;
}
.form-border h3.form-heading {
  color: var(--nec-accent);
  letter-spacing: .08em;
}
.form-control, .custom-select, select.form-control {
  height: calc(2.45rem + 2px);
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(46,106,87,0.16);
  border-radius: 14px;
  color: var(--nec-text);
  padding-left: 12px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.02);
}
.form-control:focus, .custom-select:focus, select.form-control:focus {
  border-color: rgba(46,106,87,0.42);
  box-shadow: 0 0 0 .2rem rgba(46,106,87,0.10);
}
.col-form-label, .breadcrumb-item, .breadcrumb a { color: var(--nec-muted); }
.breadcrumb {
  padding: 12px 16px;
  margin-bottom: 18px;
}
.btn, .add-btn, .btn-danger {
  border-radius: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  border: 0;
  box-shadow: 0 10px 22px rgba(33,53,47,0.12);
}
.add-btn, .btn-primary, .btn-success {
  background: linear-gradient(135deg, var(--nec-accent), #447a67);
  color: #fff;
}
.add-btn:hover, .btn-primary:hover, .btn-success:hover {
  background: linear-gradient(135deg, #245443, #396c5b);
  color: #fff;
}
.btn-danger {
  background: linear-gradient(135deg, #c57f62, #b05e4b);
  color: #fff;
}
.nav-tabs {
  border-bottom: 0;
  gap: 8px;
}
.nav-tabs .nav-link {
  border: 0;
  border-radius: 999px;
  background: rgba(46,106,87,0.08);
  color: var(--nec-muted);
  padding: 10px 16px;
}
.nav-tabs .nav-link.active {
  background: linear-gradient(135deg, rgba(46,106,87,0.95), rgba(137,169,125,0.92));
  color: #fff;
}
.table thead th {
  background: rgba(46,106,87,0.06);
  border-top: 0;
  color: var(--nec-text);
}
.table td, .table th {
  border-color: rgba(46,106,87,0.10);
}
.footer {
  background: transparent;
  color: var(--nec-muted);
}
.loading {
  color: var(--nec-accent);
}
@media (max-width: 767px) {
  .rvnm-wrapper { padding: 16px 12px 24px 12px; }
  .card-header { padding: 14px 14px; }
  .card-body { padding: 14px 14px 6px 14px; }
}

body.nec-theme {
  min-height: 100vh;
}

body.nec-theme::after {
  content: '';
  position: fixed;
  inset: auto 0 0 auto;
  width: 36vw;
  height: 52vh;
  background:
    radial-gradient(circle at 30% 30%, rgba(137,169,125,0.22), transparent 55%),
    radial-gradient(circle at 68% 48%, rgba(217,193,160,0.28), transparent 58%);
  filter: blur(18px);
  pointer-events: none;
  z-index: 0;
}

.main-content,
.dashboard-container,
.container-fluid,
.container {
  position: relative;
  z-index: 1;
}

.loading {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 20px 26px;
  margin: 24px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(59,130,246,0.10);
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(15,23,42,0.10);
  color: #0f172a;
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 9999;
  min-width: 290px;
}

.loading::before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid rgba(59,130,246,0.14);
  border-top-color: #3b82f6;
  animation: nec-spin .8s linear infinite;
}

.loading::after {
  content: 'Syncing dashboard and inspection workspace';
  display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
}

@keyframes nec-spin {
  to { transform: rotate(360deg); }
}

.breadcrumb,
.page-header,
.content-header,
.form-border,
.modal-content {
  backdrop-filter: blur(12px);
}

.page-title,
.module-title,
h1, h2, h3, h4, h5 {
  color: var(--nec-text);
  font-family: 'Manrope', 'Segoe UI', sans-serif;
  letter-spacing: -.02em;
}

.table-responsive,
.ag-theme-balham,
.ag-root-wrapper,
.modal-content {
  overflow: hidden;
}

.table tbody tr {
  transition: transform .16s ease, background-color .16s ease, box-shadow .16s ease;
}

.table tbody tr:hover {
  background: rgba(46,106,87,0.035);
}

.table tbody td,
.table tbody th {
  vertical-align: middle;
}

.form-group label,
.col-form-label,
label {
  font-weight: 700;
  color: #506159;
  letter-spacing: .01em;
  font-family: 'Manrope', 'Segoe UI', sans-serif;
}

textarea.form-control {
  min-height: 118px;
  padding-top: 10px;
}

.input-group-text {
  background: rgba(46,106,87,0.08);
  border: 1px solid rgba(46,106,87,0.16);
  border-radius: 14px;
  color: var(--nec-text);
}

.btn-secondary,
.btn-light {
  background: rgba(255,255,255,0.84);
  color: var(--nec-text);
  border: 1px solid rgba(46,106,87,0.12);
}

.btn-secondary:hover,
.btn-light:hover {
  background: rgba(255,255,255,1);
  color: var(--nec-text);
}

.badge,
.status-badge {
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 700;
}

.modal-header,
.modal-footer {
  border-color: rgba(46,106,87,0.10);
}

.dropdown-menu {
  border: 1px solid rgba(46,106,87,0.12);
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(33,53,47,0.14);
  padding: 10px;
}

.dropdown-item {
  border-radius: 12px;
  color: var(--nec-text);
  font-weight: 600;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background: rgba(46,106,87,0.08);
  color: var(--nec-text);
}

button,
.btn,
input,
select,
textarea,
.form-control,
.custom-select,
.table,
.card,
.breadcrumb,
.rvnm-navbar-box,
.navigation-sidebar,
.swal2-popup {
  font-family: 'Manrope', 'Segoe UI', sans-serif;
}

.swal2-popup {
  border-radius: 24px !important;
  box-shadow: 0 24px 50px rgba(33,53,47,0.18) !important;
  background: rgba(255,255,255,0.96) !important;
}

.swal2-title {
  color: var(--nec-text) !important;
}

.swal2-confirm {
  background: linear-gradient(135deg, var(--nec-accent), #447a67) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
}

.login-container,
.login-box,
.login-panel,
.auth-box,
.signin-box {
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(46,106,87,0.12);
  border-radius: 28px;
  box-shadow: 0 28px 60px rgba(45,66,55,0.16);
  backdrop-filter: blur(14px);
}

.login-container .btn,
.login-box .btn,
.login-panel .btn {
  min-height: 46px;
}

.dashboard-stat,
.summary-card,
.widget-card,
.info-box {
  background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(248,246,239,0.88));
  border: 1px solid rgba(46,106,87,0.10);
  border-radius: 24px;
  box-shadow: var(--nec-shadow);
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(46,106,87,0.06);
}

::-webkit-scrollbar-thumb {
  background: rgba(46,106,87,0.28);
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(46,106,87,0.42);
}

/* NEC DASHBOARD FALLBACK STYLES */
.nec-home-dashboard {
  margin-bottom: 28px;
  color: #0f172a;
}
.nec-shell {
  display: grid;
  grid-template-columns: 318px 1fr;
  gap: 22px;
  align-items: start;
}
.nec-filter-rail,
.nec-content-shell,
.nec-stat-card,
.nec-inspection-card {
  background: rgba(255,255,255,0.96);
  border: 1px solid #edf2f7;
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.06);
}
.nec-filter-rail {
  padding: 18px;
  position: sticky;
  top: 88px;
}
.nec-content-shell {
  padding: 18px;
}
.nec-topbar,
.nec-rail-head,
.nec-panel-head,
.nec-stat-top,
.nec-card-title-row,
.nec-filter-line,
.nec-range {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.nec-topbar {
  gap: 18px;
  margin-bottom: 18px;
}
.nec-searchbar,
.nec-filter-search {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #edf2f7;
}
.nec-searchbar {
  flex: 1 1 auto;
  max-width: 620px;
}
.nec-searchbar input,
.nec-filter-search input {
  border: 0;
  outline: 0;
  background: transparent;
  width: 100%;
  color: #0f172a;
  font-size: 14px;
}
.nec-top-actions,
.nec-toggle-pills,
.nec-chip-row,
.nec-card-badges {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nec-icon-btn,
.nec-pro-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #edf2f7;
  background: #fff;
  color: #0f172a;
}
.nec-icon-btn {
  width: 42px;
  height: 42px;
  font-size: 16px;
}
.nec-pro-btn {
  gap: 8px;
  padding: 0 16px;
  height: 42px;
  background: linear-gradient(135deg, #62a5ff, #3b82f6);
  color: #fff;
  font-weight: 700;
  border-color: transparent;
}
.nec-title,
.nec-section-label,
.nec-card-name {
  color: #111827;
  font-weight: 700;
}
.nec-title {
  font-size: 19px;
  letter-spacing: -.01em;
}
.nec-section-label {
  margin: 16px 0 10px;
  font-size: 18px;
  letter-spacing: -.01em;
}
.nec-reset,
.nec-card-kicker,
.nec-stat-label,
.nec-card-price,
.nec-card-copy,
.nec-home-empty {
  color: #64748b;
}
.nec-reset {
  font-size: 13px;
  font-weight: 700;
}
.nec-filter-box {
  padding: 14px;
  border-radius: 22px;
  background: #fbfdff;
  border: 1px solid #edf2f7;
  margin-bottom: 14px;
}
.nec-chip,
.nec-card-badge,
.tag {
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
}
.nec-chip,
.nec-card-badge {
  background: #fff;
  border: 1px solid #edf2f7;
  color: #64748b;
}
.nec-chip.active,
.nec-card-badge.primary,
.tag {
  background: linear-gradient(135deg, #62a5ff, #3b82f6);
  color: #fff;
  border-color: transparent;
}
.tag.neutral {
  background: #f8fafc;
  color: #94a3b8;
}
.nec-mini-switch {
  width: 44px;
  height: 24px;
  border-radius: 999px;
  background: #dbeafe;
  position: relative;
}
.nec-mini-switch::after {
  content: '';
  position: absolute;
  top: 3px;
  right: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #3b82f6;
}
.nec-chart-bars {
  display: flex;
  align-items: end;
  gap: 4px;
  height: 96px;
  margin: 16px 0 10px;
}
.nec-chart-bars span {
  flex: 1 1 auto;
  border-radius: 999px 999px 3px 3px;
  background: linear-gradient(180deg, #3b82f6, #2563eb);
}
.nec-checkbox-grid,
.nec-summary-grid,
.nec-cards-grid {
  display: grid;
  gap: 16px;
}
.nec-checkbox-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}
.nec-summary-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 18px;
}
.nec-cards-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.nec-check {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #475569;
  font-size: 13px;
}
.nec-check i {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #cbd5e1;
  display: inline-block;
  background: #fff;
}
.nec-check.active i {
  background: #3b82f6;
  border-color: #3b82f6;
  box-shadow: inset 0 0 0 3px #fff;
}
.nec-stat-card,
.nec-inspection-card {
  padding: 18px;
}
.nec-stat-value,
.nec-card-title {
  color: #111827;
  font-weight: 700;
}
.nec-stat-value {
  margin-top: 14px;
  font-size: 30px;
}
.nec-card-title {
  font-size: 24px;
  line-height: 1;
}
.nec-card-media {
  position: relative;
  min-height: 186px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fbfdff, #f3f6fb);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nec-card-fav {
  position: absolute;
  right: 14px;
  top: 14px;
  color: #ef4444;
  font-size: 16px;
}
.nec-card-visual {
  width: 85%;
  height: 110px;
  border-radius: 999px 999px 32px 32px;
  background: linear-gradient(135deg, #dbeafe, #bfdbfe);
  position: relative;
  transform: perspective(800px) rotateX(18deg);
  box-shadow: inset 0 -14px 26px rgba(30, 64, 175, 0.12);
}
.nec-card-visual::before,
.nec-card-visual::after {
  content: '';
  position: absolute;
  bottom: -12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #1f2937;
  box-shadow: inset 0 0 0 6px #94a3b8;
}
.nec-card-visual::before {
  left: 42px;
}
.nec-card-visual::after {
  right: 42px;
}
.nec-card-visual.dark {
  background: linear-gradient(135deg, #d6dce5, #7c8ba1);
}
.nec-card-visual.green {
  background: linear-gradient(135deg, #d8e4d5, #a4b69f);
}
.nec-card-visual.white {
  background: linear-gradient(135deg, #ffffff, #dbe4ef);
}
.nec-card-meta {
  padding: 14px 2px 4px;
}
.nec-card-kicker {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #8b98ab;
}
.nec-card-price strong {
  color: #111827;
  font-size: 20px;
  font-weight: 700;
}
.nec-card-copy,
.nec-home-empty {
  font-size: 13px;
  line-height: 1.6;
}
.nec-card-name {
  font-size: 17px;
  line-height: 1.3;
  margin-top: 10px;
}
.nec-stat-label {
  font-size: 13px;
  line-height: 1.5;
}
.nec-searchbar input,
.nec-filter-search input,
.nec-chip,
.nec-check,
.nec-range,
.nec-reset {
  font-size: 13px;
}
.nec-pro-btn,
.nec-icon-btn,
.nec-card-badge,
.tag {
  font-family: 'Manrope', 'Segoe UI', sans-serif;
}
.nec-card-badge,
.tag {
  text-transform: none;
}
.nec-home-empty {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(217,193,160,0.16);
  color: #6a5d4b;
}
@media (max-width: 1360px) {
  .nec-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1180px) {
  .nec-shell {
    grid-template-columns: 1fr;
  }
  .nec-filter-rail {
    position: static;
  }
  .nec-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .nec-topbar {
    flex-direction: column;
    align-items: stretch;
  }
  .nec-summary-grid,
  .nec-cards-grid,
  .nec-checkbox-grid {
    grid-template-columns: 1fr;
  }
}

/* TYPOGRAPHY TIGHTENING */
h1 {
  font-size: 34px;
  font-weight: 800;
}

h2,
.page-title,
.module-title {
  font-size: 28px;
  font-weight: 800;
}

h3 {
  font-size: 22px;
  font-weight: 800;
}

h4,
h5 {
  font-weight: 700;
}

.card-header {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.form-group label,
.col-form-label,
label {
  font-size: 13px;
}

.badge,
.status-badge,
.nec-card-badge,
.nec-chip,
.tag,
.nec-badge {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.btn,
.add-btn,
.btn-primary,
.btn-secondary,
.btn-danger {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.form-control,
.custom-select,
select.form-control,
input,
textarea {
  font-size: 14px;
  font-weight: 500;
}

.table thead th,
.ag-header-cell-text {
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #41544c;
}

.table tbody td,
.table tbody th,
.ag-theme-balham .ag-cell,
.ag-theme-balham .ag-row {
  font-size: 14px;
  font-weight: 600;
  color: #20342d;
}

.ag-theme-balham .ag-header,
.ag-theme-balham .ag-root,
.ag-theme-balham .ag-row {
  font-family: 'Manrope', 'Segoe UI', sans-serif !important;
}

.rvnm-navbar-box ul li a,
.rvnm-navbar-box ul li a:visited,
.breadcrumb-item,
.breadcrumb a {
  font-size: 14px;
  font-weight: 700;
}

.rvnm-navbar-box ul li ul li a,
.rvnm-navbar-box ul li ul li a:visited {
  font-size: 12px;
  font-weight: 700;
}
