:root {
  --bs-header: #154b7f;
  /* #0d611b */
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0066FF;
  /* --bs-primary: #198754; */
  --bs-secondary: #0d79ac;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-subtle: #cfe2ff;
  --bs-primary-border: #0d6efd;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-primary-lighter: #e9f2ff;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-boarder-color: #dfe3eb;
  --icom-status-active: rgb(14, 170, 118);
  --icom-status-nrnd: #fd7e14;
  --icom-status-ltb: #fd4314;
  --icom-status-eol: #fd0909;
  --icom-status-not-applicable: #0d6efd;
  --icom-status-unconfirmed: #6f42c1;
  --icom-comp-compliant: rgb(255, 225, 2);
  --icom-comp-non-compliant: #fd0909;
  --icom-comp-compliant-with-exemption: #fd7e14;
  --icom-comp-medium_risk: #a0c734;

  /* This variables are for new designs */
  --icom-font-family-regular: "Lato", sans-serif;
  --icom-font-family-medium: "Lato-meidum", sans-serif;

  --icom-comment-icon: url(../images/comment-icon-active.png) no-repeat;
  --icom-comment-icon-hover: url(../images/comment-icon-hover.png) no-repeat;
  --icom-upload-icon: url(../images/Upload-BOM-icon-active.png) no-repeat;
  --icom-upload-icon-hover: url(../images/Upload-BOM-icon-hover.png) no-repeat;
  --icom-download-icon: url(../images/download-template-active.png) no-repeat;
  --icom-download-icon-hover: url(../images/download-template-hover.png) no-repeat;
  --icom-add-icon: url(../images/add-new-icon-active.png) no-repeat;
  --icom-add-icon-hover: url(../images/add-new-icon-hover.png) no-repeat;
  --icom-logs-icon: url(../images/logs-icon-active.png) no-repeat;
  --icom-logs-icon-hover: url(../images/logs-icon-hover.png) no-repeat;
  --icom-submit-icon: url(../images/submit-arrow-hover.png) no-repeat;
  --icom-filter-icon: url(../images/filter-dropdown-active.png) no-repeat;
  --icom-filter-icon-hover: url(../images/filter-dropdown-hover.png) no-repeat;
  --icom-edit-icon: url(../images/edit-filter-pencil-icon.png) no-repeat;
  --icom-edit-icon-hover: url(../images/edit-filter-pencil-icon-hover.png) no-repeat;
  --icom-save-icon: url(../images/save-btn-active.png) no-repeat;
  --icom-save-icon-hover: url(../images/save-btn-hover.png) no-repeat;
  --icom-apply-icon: url(../images/Apply-blue.png) no-repeat;
  --icom-apply-icon-hover: url(../images/Apply-White.png) no-repeat;
  --icom-reject-icon: url(../images/re-ject-btn-active.png) no-repeat;
  --icom-reject-icon-hover: url(../images/re-ject-btn-hover.png) no-repeat;
  --icom-back-icon: url(../images/back-arrow.png) no-repeat;
  --icom-back-icon-hover: url(../images/back-arrow-hover.png) no-repeat;
  --icom-cancel-icon: url(../images/cancel-active.png) no-repeat;
  --icom-cancel-icon-hover: url(../images/cancel-hover.png) no-repeat;
  --icom-down-arrow-icon: url(../images/down-arrow-grey.png) no-repeat;
  --icom-down-arrow-icon-hover: url(../images/down-arrow.png) no-repeat;
  --icom-advance-search-icon: url(../images/Advance-Search-White.png) no-repeat;
  --icom-expand-icon: url(../images/expandAll-Triangle-blue.png) no-repeat;
  --icom-expand-icon-white: url(../images/expandAll-Triangle-white.png) no-repeat;
  --icom-collapse-icon: url(../images/collapseAll-Triangle-blue.png) no-repeat;
  --icom-collapse-icon-white: url(../images/collapseAll-Triangle-white.png) no-repeat;
  /* These are tabs icons */
  --icom-component-list-icon: url(../images/Components-List-Grey.png) no-repeat;
  --icom-component-list-icon-active: url(../images/Components-List-Blue.png) no-repeat;
  --icom-risk-details-icon: url(../images/Risk-Details-Grey.png) no-repeat;
  --icom-risk-details-icon-active: url(../images/Risk-Details-Blue.png) no-repeat;
  --icom-compliance-details: url(../images/Compliance-Details-Grey.png) no-repeat;
  --icom-compliance-details-active: url(../images/Compliance-Details-Blue.png) no-repeat;
  --icom-bom-details-icon: url(../images/BOM-Details-Normal.png) no-repeat;
  --icom-bom-details-icon-active: url(../images/BOM-Details-Active.png) no-repeat;
  --icom-where-used-icon: url(../images/Where-Used-Normal.png) no-repeat;
  --icom-where-used-icon-active: url(../images/Where-Used-Active.png) no-repeat;
  --icom-market-data-icon: url(../images/Market-Data-Normal.png) no-repeat;
  --icom-market-data-icon-active: url(../images/Market-Data-Active.png) no-repeat;
  --icom-customer-data-icon: url(../images/Customer-Data-Normal.png) no-repeat;
  --icom-customer-data-icon-active: url(../images/Customer-Data-Active.png) no-repeat;
  --icom-basic-summary-icon: url(../images/Basic-Summary-Normal.png) no-repeat;
  --icom-basic-summary-icon-active: url(../images/Basic-Summary-Active.png) no-repeat;
  --icom-regulation-summary-icon: url(../images/Regulation-Summary-Normal.png) no-repeat;
  --icom-regulation-summary-icon-active: url(../images/Regulation-Summary-Active.png) no-repeat;
  --icom-risk-summary-icon: url(../images/Risk-Summary-Normal.png) no-repeat;
  --icom-risk-summary-icon-active: url(../images/Risk-Summary-Active.png) no-repeat;

  /* These are dropdown icons */
  --icom-kebab-icon: url(../images/kebab-icon-active.png) no-repeat;
  --icom-kebab-icon-hover: url(../images/kebab-icon.png) no-repeat;
  --icom-approve-dd-icon: url(../images/approve-dd-icona-active.png) no-repeat;
  --icom-approve-dd-icon-hover: url(../images/approve-dd-icona-hover.png) no-repeat;
  --icom-reassign-icon: url(../images/re-assign-icon-active.png) no-repeat;
  --icom-reassign-icon-hover: url(../images/re-assign-icon-hover.png) no-repeat;
  --icom-delete-icon: url(../images/delete-icon-active.png) no-repeat;
  --icom-delete-icon-hover: url(../images/delete-icon-hover.png) no-repeat;
  --icom-edit-dd-icon: url(../images/edit-icon-dropdown.png) no-repeat;
  --icom-edit-dd-icon-hover: url(../images/edit-icon-dropdown-hover.png) no-repeat;
  --icom-view-components-icon: url(../images/view-components-active.png) no-repeat;
  --icom-view-components-icon-hover: url(../images/view-components-hover.png) no-repeat;
  --icom-view-icon: url(../images/view-active.png) no-repeat;
  --icom-view-icon-hover: url(../images/view-hover.png) no-repeat;
  --icom-reject-dd-icon: url(../images/reject-icon-active.png) no-repeat;
  --icom-reject-dd-icon-hover: url(../images/reject-icon-hover.png) no-repeat;

}

body {
  /* margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent; */

  /*this styles are for new designs */
  margin: 0;
  padding: 0;
  font-size: 14px;
  background-color: #F8F8F8;
}

/* .navbar {
    background-color: #e6e6e6;
    border-bottom: 1px solid #bdbdbd;
  } */

.navbar-dark {
  background-color: #253342 !important;
}

.nav-link {
  color: #253342;
}

.nav-link:hover {
  color: var(--bs-primary);
  cursor: pointer;
}

.navbar-dark .navbar-brand {
  color: var(--bs-primary);
  font-size: 1rem;
  font-weight: bold;
  padding: 0px;
  margin-left: 1rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}

.brand-header {
  padding: 0px;
}

.brand-header .dropdown-menu {
  right: 0;
  left: auto;
  font-size: inherit;
}

.brand-header #account_menu .dropdown-menu {
  left: 0;
  right: auto;
}

.cursor-pointer {
  cursor: pointer;
}

/* .notification-icon {
    line-height:
  } */

@media all and (min-width: 1366px) {
  .login-image {
    width: 70% !important;
  }

  .login-form {
    width: 30% !important;
  }

  .login-image img {
    width: auto;
  }

  .home-banner-h {
    height: 500px !important;
  }

  .home-card-text-h {
    height: auto !important;
  }
}

@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }

  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }

  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu>li:hover {
    background-color: #f1f1f1
  }

  .dropdown-menu>li:hover>.submenu {
    display: block;
  }
}

/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: .5rem;
  }
}

.dropdown-menu {
  min-width: 14rem;
}

.border-primary {
  border: 1px solid var(--bs-boarder-color) !important;
}

.modal-slideout {
  max-width: 40%;
}

.modal-dialog-slideout {
  min-height: 100%;
  margin: 0 0 0 auto;
  background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(100%, 0)scale(1);
  transform: translate(100%, 0)scale(1);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: flex;
  align-items: stretch;
  -webkit-box-align: stretch;
  height: 100%;
}

.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body {
  overflow-y: auto;
  overflow-x: hidden;
}

.modal-dialog-slideout .modal-content {
  border: 0;
}

.modal-dialog-slideout .modal-header,
.modal-dialog-slideout .modal-footer {
  height: 4rem;
}

.btn-sm {
  font-size: 12px;
}

.btn-primary {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
}

/* .btn-primary:hover {
  background-color: #157347;
  border-color: #157347;
} */

.btn-secondary {
  background-color: rgb(255, 255, 255);
  border-color: var(--bs-primary);
  color: var(--bs-primary);
}

.btn-secondary:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: rgb(255, 255, 255);
}

.page-header {
  color: var(--bs-secondary);
  border-bottom: 1px solid rgb(223, 227, 235);
  margin-bottom: 0px;
  padding: 20px;
}

@media (min-width: 1366px) {}

/* Add your custom styles or use Bootstrap classes */

.toggle-node {
  cursor: pointer;
}

ul {
  list-style-type: none;
  padding-left: 20px;
}

ul.list-disc {
  list-style-type: disc;
}

.tree .arrow-icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent var(--bs-secondary);
  margin-right: 5px;
  transition: transform 0.2s ease;
  /* Add smooth transition effect */
}

.tree .selected-node .arrow-icon {
  border-color: transparent transparent transparent var(--bs-white);
}

.tree .arrow-icon.open {
  transform: rotate(90deg);
}

.tree .arrow-icon.closed {
  transform: rotate(0deg);
}

/* Style the star symbol */
.required::after {
  content: '*';
  color: red;
  /* Customize the color if needed */
}

.tree .selected-node {
  /* Add your styling for the selected node here */
  background-color: #0d79ac;
  /* Example background color */
  font-weight: bold;
  /* Example bold text */
  color: white;
}

.table td.fit,
.table th.fit {
  white-space: nowrap;
  width: 1%;
}

.switch-customer .dropdown-menu {
  min-width: 320px;
}

.switch-customer .switch-customer-link {
  color: var(--bs-gray);
  cursor: pointer;
  padding: 3px;
}

.selected-customer {
  color: #ced4da;
  font-weight: bold;
}

.search-container {
  display: flex;
  padding-right: 36px;
  height: 54px;
  flex-grow: 1;
  justify-content: center;
}

.search-wrapper {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-flex: 0;
  flex-grow: 0;
}

.search-form {
  display: flex;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  justify-content: flex-end;
  border-radius: 3px;
  width: 400px;
  position: relative;
}

/* .search-form #search-input {
    outline: none;
    min-width: 45px;
    width: 100%;
    height: 34px;
    border-radius: 3px;
    padding: 0px;
    border-width: 0px;
    text-indent: 10px;
    font-weight: 500;
    background: rgb(255, 255, 255);
    transition: width 300ms ease 0s;
  } */

.search-form>#searchFilter {
  display: inherit;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border: 0px;
  border-radius: 0px 3px 3px 0px;
  background: rgb(255, 255, 255);
  padding: 0px 10px;
  position: absolute;
  right: 26px;
  height: 34px;
}

.search-form>#searchSubmit {
  display: inherit;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border: 0px;
  border-radius: 0px 3px 3px 0px;
  background: rgb(255, 255, 255);
  padding: 0px 10px;
  position: absolute;
  right: 0px;
  height: 34px;
}

.brand-header .search-container .dropdown-menu {
  left: 0;
  right: auto;
  top: 33px;
  min-width: 650px;
}

.sso button {
  min-width: 250px;
}

.customer-card {
  position: relative;
  min-width: 150px;
  background-image: linear-gradient(var(--ds-background-accent-gray-subtlest, #F4F5F7) 33%, transparent 33%);
  box-shadow: var(--ds-shadow-raised, 0 1px 1px rgba(9, 30, 66, 0.25), 0 0 1px 1px rgba(9, 30, 66, 0.13));
  border-radius: 3px;
}

.customer-card a::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}


/* text color for part status and cmpliance result */

.text-active,
.text-processed,
.text-NoRisk,
.text-closed {
  color: var(--icom-status-active);
}

.text-nrnd,
.text-open {
  color: var(--icom-status-nrnd);
}

.text-ltb {
  color: var(--icom-status-ltb);
}

.text-eol,
.text-HiRisk {
  color: var(--icom-status-eol);
}

.text-not-applicable {
  color: var(--icom-status-not-applicable);
}

.text-unconfirmed,
.text-initiated,
.text-LowRisk {
  color: var(--icom-status-unconfirmed);
}

.text-compliant {
  color: var(--icom-comp-compliant);
}

.text-non-compliant {
  color: var(--icom-comp-non-compliant);
}

.text-compliant-with-exemption {
  color: var(--icom-comp-compliant-with-exemption);
}

.text-MediumRisk {
  color: var(--icom-comp-medium_risk);
}

/* New design */

/* This styles is for primary navbar header */

.primary-header {
  height: 70px;
  background-color: var(--bs-header);
  /* background-color: #154b7f; */
}

.icons {
  width: 300px;
  height: 35px;
}

.company-name {
  color: #fff;
  font-size: 16px;
  font-family: var(--icom-font-family-regular);
  font-weight: 400;
}

.dd-shadow {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.07);
}

/* This styles are for overriding bootstrap styles */
.navbar-dd {
  color: #666 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  padding: 5px 10px !important;
  line-height: 30px !important;
  text-decoration: none;
  width: 220px;
}

.navbar-dd:focus,
.navbar-dd:hover {
  color: #191919 !important;
  line-height: 30px !important;
  background-color: var(--bs-primary-lighter) !important;
  text-decoration: none;
}

.btn.customer-name:hover {
  color: #0066FF;
}

.user-email {
  color: #191919;
  font-size: 16px;
  font-weight: 500;
}

.user-name {
  color: #B0B0B0;
  font-size: 13px;
  font-weight: normal;
}

/* This styles are for search section in navbar */
.search-box {
  width: 400px;
  /* height: 50px; */
  position: relative;
}

button.white-button {
  width: 36px;
  background-color: #fff;
  border: 0;
  border-radius: 0 5px 5px 0;
}

/* This styles are for search dropdown */
/* .search-box #search-input {
    outline: none;
    min-width: 45px;
    width: 100%;
    height: 34px;
    border-radius: 3px;
    padding: 0px;
    border-width: 0px;
    text-indent: 10px;
    font-weight: 500;
    background: rgb(255, 255, 255);
    transition: width 300ms ease 0s;
  } */

.search-box>#searchFilter {
  display: inherit;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border: 0px;
  border-radius: 0px 3px 3px 0px;
  background: rgb(255, 255, 255);
  padding: 0px 10px;
  position: absolute;
  right: 26px;
  height: 34px;
}

.search-box>#searchSubmit {
  display: inherit;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border: 0px;
  border-radius: 0px 3px 3px 0px;
  background: rgb(255, 255, 255);
  padding: 0px 10px;
  position: absolute;
  right: 0px;
  height: 34px;
}

/* This styles are overriding bootstrap styles */
.search-box .dropdown-menu {
  transform: none !important;
  position: absolute;
  min-width: 650px;
  top: 40px !important;
  left: 0 !important;
}

/* This styles are for user and support section */

.information {
  /* width: 300px; */
  height: 40px;
}

.user-profile {
  background-color: #F2F7FF;
  border-radius: 100px;
}

.user-circle {
  width: 36px;
  height: 36px;
  line-height: 34px;
  font-size: 16px;
  color: #12468F;
  text-align: center;
  font-weight: 500;
}

.user-p {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  background: 0;
  border: 0;
}

.user-p:hover {
  color: #0066FF;
}

.user-links {
  color: #666;
  font-size: 13px;
  font-weight: normal;
  padding: 5px 10px;
  line-height: 30px;
}

.user-links:focus,
.user-links:hover {
  color: #191919;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  padding: 5px 10px;
  line-height: 30px;
  background-color: var(--bs-primary-lighter);
}

/* This styles are for breadcrumb container */
.back-icon {
  background: var(--icom-back-icon);
  width: 11px;
  height: 13px;
  margin-right: 5px;
}

.icom-btn:hover .back-icon {
  background: var(--icom-back-icon-hover);
}

.breadcrumb-container {
  width: 100%;
  height: 65px;
}

.breadcrumb-icon {
  width: 7px;
  height: 11px;
  background: url(../images/breadcrumb-arrow.png) no-repeat;
  margin: 6px 10px;
}

.breadcrumb-item.menulink a {
  color: #0066FF;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
}

/* Additional CSS for compact card design */
.compact-card {
  height: 200px;
  /* Adjust the height as needed */
}

.compact-card .card-body {
  padding: 10px;
}

.compact-card .card-footer {
  padding: 10px;
}

.compact-card .card-title {
  font-size: 16px;
  margin-bottom: 5px;
}

.compact-card .card-subtitle {
  font-size: 14px;
  margin-bottom: 5px;
}

.compact-card .card-text {
  font-size: 14px;
  margin-bottom: 10px;
  /* Truncate long text with ellipsis */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Add tooltip for full text */
  position: relative;
}

.compact-card .card-text:hover::after {
  content: attr(title);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  white-space: normal;
  word-wrap: break-word;
  max-width: 300px;
  /* Max width for tooltip */
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.compact-card .btn {
  padding: 8px 0;
  /* Adjust padding for button */
  font-size: 14px;
  width: 48%;
  /* Make button fill the complete row */
  margin-bottom: 5px;
  /* Add margin between buttons */
}

/* Cool button colors */
.btn-primary-custom {
  background-color: #00bcd4;
  /* Blue */
  border-color: #00bcd4;
}

.btn-secondary-custom {
  background-color: #2bbbad;
  /* Teal */
  border-color: #2bbbad;
}

.dashboard-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* Adjust width as needed */
  height: 120px;
  /* Adjust height as needed */
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Shadow effect */
  padding: 20px;
  margin: 0px 10px 20px 0px;
}

.dashboard-card .content {
  text-align: left;
}

.dashboard-card .count {
  font-size: 24px;
  /* Adjust font size as needed */
  font-weight: bold;
  color: #333;
}

.dashboard-card .label {
  font-size: 14px;
  /* Adjust font size as needed */
  color: #666;
}

.bom-list-icon {
  background: url(../images/bom-component-icon-active.png) no-repeat;
  width: 20px;
  height: 26px;
  display: block;
  margin: auto;
}

.active .bom-list-icon {
  background: url(../images/bom-component-icon-blue.png) no-repeat;
}

.breadcrumb-item.menulink.active {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  text-decoration: none;
}

/* This styles are for page container */
.page-container {
  background: #ffffff;
  border-radius: 5px;
  min-height: calc(100vh - 209px);
  box-shadow: 0px 4px 30px 3px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 1rem !important
}

.alternative-container {
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 4px 30px 3px rgba(0, 0, 0, 0.1);
}

h3.page-heading {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin: 0 0 10px 0;
}

/* This styles are for footer section */
/* This style is overriding bootstrap style */
.footer-cards {
  background: #ffffff;
  box-shadow: 0px -4px 30px 3px rgba(0, 0, 0, 0.1);
  /* margin-top: 50px !important; */
  margin-bottom: 0;
}

.copyright-text {
  text-align: center;
  font-family: var(--icom-font-family-medium);
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  padding: 15px 0;
}

.login-footer {
  background: #ffffff;
  box-shadow: 0px -4px 30px 3px rgba(0, 0, 0, 0.1);
}

/* This styles are for table */

.table-body {
  background-color: white;
}

tbody,
tr,
tfoot,
thead,
table {
  border-color: rgba(180, 180, 180, 0.886);
}

td,
th {
  border-color: white;
}

.wrap-column {
  word-wrap: break-word;
  max-width: 150px;
}

.no-wrap {
  white-space: nowrap;
}

.first-column,
tr>td:first-of-type,
tr>th:first-of-type {
  border-left-color: rgba(180, 180, 180, 0.886);
}

.last-column,
tr>td:last-of-type,
tr>th:last-of-type {
  border-right-color: rgba(180, 180, 180, 0.886);
}

th {
  vertical-align: top;
  /* min-width: 75px;
  max-width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
}

.text-primary {
  color: #0066FF !important;
}

.vertical-align-middle {
  vertical-align: middle;
}

/* Badges CSS Start */
.active-badges,
.approved-badges,
.NoRisk-badges {
  font-size: 14px;
  font-weight: 500;
  color: #5CC126;
  padding: 5px 10px;
  border-radius: 3px;
  background: #EBF3FF;
}

.not-applicable-badges-plc {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  padding: 5px 10px;
  border-radius: 3px;
  background: #EDEDED;
}

.unconfirmed-badges,
.MediumRisk-badges {
  font-size: 14px;
  font-weight: 500;
  color: #FFA500;
  padding: 5px 10px;
  border-radius: 3px;
  background: #FFE7C2;
}

.not-available-badges,
.LowRisk-badges {
  font-size: 14px;
  font-weight: 500;
  color: #956F00;
  padding: 5px 10px;
  border-radius: 3px;
  background: #EDD48B;
  white-space: nowrap;
}

.nrnd-badges {
  font-size: 14px;
  font-weight: 500;
  color: #D35500;
  padding: 5px 10px;
  border-radius: 3px;
  background: #FCD5BA;
}

.discontinued-badges {
  font-size: 14px;
  font-weight: 500;
  color: #C7570C;
  padding: 5px 10px;
  border-radius: 3px;
  background: #EDD5C5;
}

.ltb-badges {
  font-size: 14px;
  font-weight: 500;
  color: #923E07;
  padding: 5px 10px;
  border-radius: 3px;
  background: #E9A171;
}

.eol-badges,
.HiRisk-badges {
  font-size: 14px;
  font-weight: 500;
  color: #FF0000;
  padding: 5px 10px;
  border-radius: 3px;
  background: #F5D7D7;
}

.non_compliant-badges {
  font-size: 14px;
  font-weight: 500;
  color: #FF0000;
  padding: 5px 10px;
  border-radius: 3px;
  background: #FCE9E9;
  white-space: nowrap;
}

.not_applicable-badges {
  font-size: 14px;
  font-weight: 500;
  color: #5E208C;
  padding: 5px 10px;
  border-radius: 3px;
  background: #E3CDF4;
  white-space: nowrap;
}

.compliant-badges,
.processed-badges {
  font-size: 14px;
  font-weight: 500;
  color: #379604;
  padding: 5px 10px;
  border-radius: 3px;
  background: #C1FF9F;
}

.no-data-badges {
  font-size: 14px;
  font-weight: 500;
  color: #A7A71A;
  padding: 5px 10px;
  border-radius: 3px;
  background: #FFFF8C;
  white-space: nowrap;
}

.pue-badges,
.tbd-badges,
.compliant_with_exemption-badges {
  font-size: 14px;
  font-weight: 500;
  color: #2186AB;
  padding: 5px 10px;
  border-radius: 3px;
  background: #D6F4FF;
  white-space: nowrap;
}

.initiated-badges {
  font-size: 14px;
  font-weight: 500;
  color: #3E3EFF;
  padding: 5px 10px;
  border-radius: 3px;
  background: #DFDFFF;
}

.author_assigned-badges {
  font-size: 14px;
  font-weight: 500;
  color: #FFBE45;
  padding: 5px 10px;
  border-radius: 3px;
  background: #FFF4E0;
  white-space: nowrap;
}

.reviewer_pending-badges,
.approver_pending-badges {
  font-size: 14px;
  font-weight: 500;
  color: #FFAA11;
  padding: 5px 10px;
  border-radius: 3px;
  background: #FEE4B6;
  white-space: nowrap;
}

.author_pending-badges {
  font-size: 14px;
  font-weight: 500;
  color: #E19201;
  padding: 5px 10px;
  border-radius: 3px;
  background: #FFD890;
  white-space: nowrap;
}

.archive-badges {
  font-size: 14px;
  font-weight: 500;
  color: #BB5A00;
  padding: 5px 10px;
  border-radius: 3px;
  background: #FFC692;
}

.dbadmin_pending-badges {
  font-size: 14px;
  font-weight: 500;
  color: #E19201;
  padding: 5px 10px;
  border-radius: 3px;
  background: #FFD890;
  white-space: nowrap;
}

.match-badges {
  font-size: 14px;
  font-weight: 500;
  color: #58a92d;
  padding: 5px 10px;
  border-radius: 3px;
  background: #c1feb3;
}

.match_auto-badges {
  font-size: 14px;
  font-weight: 500;
  color: #756010;
  padding: 5px 10px;
  border-radius: 3px;
  background: #fbf064;
  white-space: nowrap;
}

.match_identified-badges {
  font-size: 14px;
  font-weight: 500;
  color: #83830E;
  padding: 5px 10px;
  border-radius: 3px;
  background: #FFFF8C;
}

.match_verified-badges {
  font-size: 14px;
  font-weight: 500;
  color: #7cbd3c;
  padding: 5px 10px;
  border-radius: 3px;
  background: #dbffb6;
  white-space: nowrap
}

.no_match-badges,
.nomatch-badges {
  font-size: 14px;
  font-weight: 500;
  color: #740F0F;
  padding: 5px 10px;
  border-radius: 3px;
  background: #FFBEBE;
  white-space: nowrap
}

/* Kebab dropdown CSS starts here */
.kebab-icon {
  background: var(--icom-kebab-icon);
  width: 3px;
  height: 15px;
}

.icom-btn:hover .kebab-icon {
  background: var(--icom-kebab-icon-hover);
}

.kebab-dropdown {
  font-size: 15px;
  color: #666;
  font-weight: 400;
  text-decoration: none;
  padding: 6px 15px;
  transition: all 0.4 ease;
}

.kebab-dropdown:hover {
  color: #0066FF;
  background-color: var(--bs-primary-lighter);
  cursor: pointer;
}

.kebab-dropdown span.approve {
  background: var(--icom-approve-dd-icon);
  width: 20px;
  height: 21px;
  margin-right: 5px;
}

.kebab-dropdown:hover span.approve {
  background: var(--icom-approve-dd-icon-hover);
}

.kebab-dropdown span.reject-icon {
  background: var(--icom-reject-dd-icon);
  width: 19px;
  height: 19px;
  margin-right: 5px;
}

.kebab-dropdown.red-label:hover {
  color: #FF0000;
}

.kebab-dropdown:hover span.reject-icon {
  background: var(--icom-reject-dd-icon-hover);
}

.kebab-dropdown span.re-assign-icon {
  background: var(--icom-reassign-icon);
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.kebab-dropdown:hover span.re-assign-icon {
  background: var(--icom-reassign-icon-hover);
}

.kebab-dropdown span.delete-icon {
  background: var(--icom-delete-icon);
  width: 18px;
  height: 20px;
  margin-right: 5px;
}

.kebab-dropdown:hover span.delete-icon {
  background: var(--icom-delete-icon-hover);
}

.kebab-dropdown span.edit-dd-icon {
  background: var(--icom-edit-dd-icon);
  width: 17px;
  height: 17px;
  margin-right: 5px;
}

.kebab-dropdown:hover span.edit-dd-icon {
  background: var(--icom-edit-dd-icon-hover);
}

.kebab-dropdown span.view-com-icon {
  background: var(--icom-view-components-icon);
  width: 18px;
  height: 20px;
  margin-right: 5px;
}

.kebab-dropdown:hover span.view-com-icon {
  background: var(--icom-view-components-icon-hover);
}

.kebab-dropdown span.view-dd-icon {
  background: var(--icom-view-icon);
  width: 17px;
  height: 12px;
  margin-right: 5px;
}

.kebab-dropdown:hover span.view-dd-icon {
  background: var(--icom-view-icon-hover);
}

/* Kebab CSS ends here */

.form-check-input {
  width: 17px;
  height: 17px;
  box-shadow: 2px 3px 10px 2px rgba(0, 102, 55, 0.05);
  margin-right: 10px;
}

.form-check-label {
  font-size: 15px;
  font-weight: 400;
  color: #666;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-webkit-credentials-auto-fill-button {
  display: none;
}

/* Table top header CSS starts  */

.table-top {
  background-color: gainsboro;
  border-top: 1px solid rgba(180, 180, 180, 0.886);
  border-right: 1px solid rgba(180, 180, 180, 0.886);
  border-left: 1px solid rgba(180, 180, 180, 0.886);
}

.no-top-border {
  border-top: none !important;
}

.no-bottom-border {
  border-bottom: none !important;
}

.form-control {
  border: 1px solid rgba(180, 180, 180, 0.886);
}

.table-search-box {
  width: 160px;
}

.table-header-right {
  min-width: 480px;
}

.table-header-left {
  min-width: 165px;
}

.table-header-right-no-manage {
  width: 250px;
}

.manage-header {
  width: 210px;
}

.table-search {
  width: 230px;
}

.table-export {
  width: 40px;
}

.input-box {
  border: 1px solid rgba(180, 180, 180, 0.886) !important;
  border-radius: 3px !important;
  height: 32px;
  font-size: .88rem !important;
  padding: 0rem 2.25rem 0rem .75rem !important;
  color: rgba(77, 77, 77, 0.776) !important;
}

.textarea-box {
  height: 64px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

/* These are styles for buttons */
.icom-btn {
  font-size: 16px;
  font-weight: 500;
  border-radius: 3px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
}


.icom-btn-primary {
  color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  background-color: transparent;
}

.icom-btn-primary:hover {
  background: var(--bs-primary);
  color: #fff;
}

.icom-btn-secondary {
  background: var(--bs-primary);
  color: #fff;
  border: 1px solid var(--bs-primary);
}

.icom-btn-secondary:hover {
  background: var(--bs-header);
}

.icom-btn-danger {
  color: #FF0000;
  border: 1px solid #FF0000;
  background-color: transparent;
}

.icom-btn-danger:hover {
  background: #FF0000;
  color: #fff;
}

.icom-btn-grey {
  color: #666;
  border: 1px solid #666;
  background-color: transparent;
}

.icom-btn-grey:hover {
  background: #666;
  color: #fff;
}

.export-btn {
  border: none !important;
}

.icom-btn-primary:hover {
  background: var(--bs-primary);
  color: #fff;
}

.comment-icon {
  background: var(--icom-comment-icon);
  width: 18px;
  height: 19px;
  margin-right: 5px;
}

.icom-btn:hover span.comment-icon {
  background: var(--icom-comment-icon-hover);
}

.uploadarrow,
.upload-icon {
  background: var(--icom-upload-icon);
  width: 17px;
  height: 17px;
  margin-right: 5px;
}

.download-icon {
  background: var(--icom-download-icon-hover);
  width: 18px;
  height: 22px;
  margin-right: 5px;
}

.icom-btn-primary:hover span.uploadarrow,
.icom-btn-primary:hover span.upload-icon {
  background: var(--icom-upload-icon-hover);
}

.add-icon {
  background: var(--icom-add-icon);
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.icom-btn-primary:hover span.add-icon {
  background: var(--icom-add-icon-hover);
}

.logs-icon {
  background: var(--icom-logs-icon);
  width: 20px;
  height: 15px;
  margin-right: 5px;
}

.icom-btn:hover span.logs-icon {
  background: var(--icom-logs-icon-hover);
}

.submit-icon {
  background: var(--icom-submit-icon);
  width: 15px;
  height: 17px;
  margin-right: 5px;
}

.filter-icon {
  background: var(--icom-filter-icon);
  width: 20px;
  height: 18px;
}

.icom-btn:hover span.filter-icon {
  background: var(--icom-filter-icon-hover);
}

.save-icon {
  background: var(--icom-save-icon);
  width: 18px;
  height: 17px;
  margin-right: 5px;
}

.icom-btn:hover span.save-icon {
  background: var(--icom-save-icon-hover);
}

.reject-icon {
  background: var(--icom-reject-icon);
  width: 19px;
  height: 19px;
  margin-right: 5px;
}

.icom-btn-danger:hover span.reject-icon {
  background: var(--icom-reject-icon-hover);
}

.cancel-icon {
  background: var(--icom-cancel-icon);
  width: 14px;
  height: 15px;
  margin-right: 5px;
}

.icom-btn:hover span.cancel-icon {
  background: var(--icom-cancel-icon-hover);
}

.apply-icon {
  background: var(--icom-apply-icon);
  width: 17px;
  height: 15px;
  margin-right: 5px;
}

.icom-btn:hover span.apply-icon {
  background: var(--icom-apply-icon-hover);
}

.edit-icon {
  background: var(--icom-edit-icon);
  width: 17px;
  height: 16px;
  margin-right: 5px;
}

.icom-btn:hover span.edit-icon {
  background: var(--icom-edit-icon-hover);
}

.advance-search-icon {
  background: var(--icom-advance-search-icon);
  width: 20px;
  height: 24px;
}

.expand-icon {
  background: var(--icom-expand-icon);
  width: 11px;
  height: 8px;
  margin-right: 5px;
}

.expand-icon-white {
  background: var(--icom-expand-icon-white);
  width: 11px;
  height: 8px;
  margin-right: 5px;
}

.icom-btn:hover span.expand-icon {
  background: var(--icom-expand-icon-white);
}

.collapse-icon {
  background: var(--icom-collapse-icon);
  width: 11px;
  height: 8px;
  margin-right: 5px;
}

.collapse-icon-white {
  background: var(--icom-collapse-icon-white);
  width: 11px;
  height: 8px;
  margin-right: 5px;
}

.icom-btn:hover span.collapse-icon {
  background: var(--icom-collapse-icon-white);
}

/* .icom-btn:hover span.submit-icon {
    background: url(../images/submit-arrow-hover.png) no-repeat;
  } */

/* Buttons Css ens here */
/* Bom stats and filters CSS starts */

.bom-stats-box {
  background-color: rgb(236, 234, 234);
}

.bom-stats-card {
  width: 24%;
  height: 65px;
  border: 1px solid rgb(216, 211, 211);
  border-radius: 3px;
  background-color: white;
}

.scip-stats-box {
  background-color: rgb(236, 234, 234);
  border: 1px solid rgb(216, 211, 211);
}

.scip-stats-card {
  width: 32%;
  height: 65px;
  border: 1px solid rgb(216, 211, 211);
  border-radius: 3px;
  background-color: white;
}

.bom-stats {
  margin-top: -10px;
}

.bom-stats p {
  color: rgba(143, 142, 142, 0.886);
}

.bom-tabs {
  border-bottom: 1px solid rgba(180, 180, 180, 0.886);
}

.bom-tabs .active span,
.master-tabs .active span {
  color: #0066FF !important;
}

.nav-link:hover span {
  color: #0066FF;
}

.bom-tabs span,
.master-tabs span {
  font-weight: 600;
  color: rgba(143, 142, 142, 0.886);
}

.bom-tabs .active,
.master-tabs .active {
  border-bottom: 2px solid #0066ff;
}

.master-tabs .nav-link {
  padding: 10px 10px;
}

.down-arrow-btn {
  color: #0066FF;
  padding: 10px 5px 0px 10px;
  border: none;
  border-radius: 3px;
  background-color: transparent;
}

.down-arrow-btn:hover {
  color: #0066FF;
  background-color: #0066FF;
}

.down-arrow {
  background: var(--icom-down-arrow-icon);
  width: 15px;
  height: 15px;
  color: transparent;
  display: inline-block;
  line-height: 20px;
}

.down-arrow-btn:hover .down-arrow {
  background: var(--icom-down-arrow-icon-hover);
}

.cancel-btn {
  color: #dc3545;
  padding: 8px 8px 3px 8px;
  border: none;
  border-radius: 3px;
  background-color: transparent;
}

.cancel-btn:hover {
  color: #dc3545;
  background-color: #dc3545;
}

.cancel {
  background: var(--icom-cancel-icon);
  width: 15px;
  height: 15px;
  color: transparent;
  display: inline-block;
  line-height: 20px;
}

.cancel-btn:hover .cancel {
  background: var(--icom-cancel-icon-hover);
}

.bulk-action-text {
  color: rgb(160, 158, 158);
  font-size: 14px;
  font-weight: 500;
}

.bulk-action-number {
  color: #000;
}

/* Login page styles */
.login-content {
  height: calc(100vh - 121px);
  background-color: #fff;
}

.login-img {
  width: 100%;
}

.login-image {
  width: 60%;
}

.login-form {
  width: 40%
}

.login-page-container {
  min-height: calc(100vh - 153px) !important;
}

.content-body-height {
  height: calc(100vh - 286px);
}

.complianceheading {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  color: #5ECE22;
}

.complianceheading::after {
  content: "";
  border-bottom: 3px solid #0066FF;
  width: 160px;
  height: 3px;
  padding: 2px 0;
  display: block;
}

.ourcommitment {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  color: #0066FF;
  margin-left: 10px;
}

.ourcommitment::after {
  content: "";
  border-bottom: 3px solid #5ECE22;
  width: 160px;
  height: 3px;
  padding: 2px 0;
  display: block;
}

.pad-x {
  padding-left: 32px;
  padding-right: 32px;
}

p.welcome {
  font-size: 18px;
  color: #666;
  font-weight: 400;
  text-align: center;
}

.transparent {
  background-color: transparent;
}

.form-control.border-zero {
  border-left: 0;
  border-right: 0;
}

.form-control.border-left-zero {
  border-left: 0;
}

.forgotpassword {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #0066FF;
  text-align: right;
}

.login-btn {
  background: var(--bs-primary);
  color: #fff;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  margin: 25px 0;
  position: relative;
  border: 1px solid var(--bs-primary);
  border-radius: 3px;
  text-transform: uppercase;
}

/* This styles are for component header */
.component-above-info {
  width: 20%;
}

.component-above-info-r {
  width: 30%;
}

.component-below-info {
  width: 20%;
}

.component-info {
  background-color: white;
}

.component-info-sub-head {
  color: gray;
  font-size: small;
  font-weight: 400;
  margin-bottom: 0;
}

.component-info-sub-detail {
  font-weight: 500;
}

/* This styles are for bom components body */
.bom-components-list,
.bom-components-details,
.bom-components-risk,
.d-grey-border {
  border: 1px solid rgba(180, 180, 180, 0.886);
}

.bom-where-used {
  /* border: 1px solid rgba(180, 180, 180, 0.886); */
}

/* This is for compliance details */

.comp-detail-box {
  width: 24%;
  background-color: rgb(209, 233, 243);
}

.comp-detail-box hr {
  border: 1px solid blue;
}

.info-sub-head {
  color: gray;
  font-size: small;
  font-weight: 400;
  margin-bottom: 0;
}

.info-sub-detail {
  font-weight: 500;
}

.filter-btn {
  width: 190px;
}

/* This styles are for BOM component tabs */

.component-list-icon {
  background: var(--icom-component-list-icon);
  width: 20px;
  height: 26px;
  display: block;
  margin: auto;
}

.active .component-list-icon,
.nav-link:hover .component-list-icon {
  background: var(--icom-component-list-icon-active);
}

.component-risk-details {
  background: var(--icom-risk-details-icon);
  width: 27px;
  height: 26px;
  display: block;
  margin: auto;
}

.active .component-risk-details,
.nav-link:hover .component-risk-details {
  background: var(--icom-risk-details-icon-active);
}

.component-compliance-details {
  background: var(--icom-compliance-details);
  width: 27px;
  height: 26px;
  display: block;
  margin: auto;
}

.active .component-compliance-details,
.nav-link:hover .component-compliance-details {
  background: var(--icom-compliance-details-active);
}

.bom-basic-details {
  background: var(--icom-bom-details-icon);
  width: 25px;
  height: 26px;
  display: block;
  margin: auto;
}

.active .bom-basic-details,
.nav-link:hover .bom-basic-details {
  background: var(--icom-bom-details-icon-active);
}

.where-used-icon {
  background: var(--icom-where-used-icon);
  width: 27px;
  height: 26px;
  display: block;
  margin: auto;
}

.active .where-used-icon,
.nav-link:hover .where-used-icon {
  background: var(--icom-where-used-icon-active);
}

.market-data-icon {
  background: var(--icom-market-data-icon);
  width: 27px;
  height: 26px;
  display: block;
  margin: auto;
}

.active .market-data-icon,
.nav-link:hover .market-data-icon {
  background: var(--icom-market-data-icon-active);
}

.customer-data-icon {
  background: var(--icom-customer-data-icon);
  width: 27px;
  height: 26px;
  display: block;
  margin: auto;
}

.active .customer-data-icon,
.nav-link:hover .customer-data-icon {
  background: var(--icom-customer-data-icon-active);
}

.basic-summary-icon {
  background: var(--icom-basic-summary-icon);
  width: 28px;
  height: 31px;
  display: block;
  margin: auto;
}

.active .basic-summary-icon,
.nav-link:hover .basic-summary-icon {
  background: var(--icom-basic-summary-icon-active);
}

.regulation-summary-icon {
  background: var(--icom-regulation-summary-icon);
  width: 34px;
  height: 31px;
  display: block;
  margin: auto;
}

.active .regulation-summary-icon,
.nav-link:hover .regulation-summary-icon {
  background: var(--icom-regulation-summary-icon-active);
}

.risk-summary-icon {
  background: var(--icom-risk-summary-icon);
  width: 32px;
  height: 31px;
  display: block;
  margin: auto;
}

.active .risk-summary-icon,
.nav-link:hover .risk-summary-icon {
  background: var(--icom-risk-summary-icon-active);
}

.component-alias-logo {
  font-size: 17px;
}

.opacity-5 {
  opacity: 0.5;
}

.z-index1021 {
  z-index: 1021;
}

/* This styles are for bom risk details */

.risk-summary {
  width: 18%;
}

.active-parts {
  width: 38%;
}

.passive-parts {
  width: 38%;
}

/* These styles are for bom basic details tab */
.bom-details-cell {
  width: 50%;
  display: flex;
  justify-content: space-between;
  padding: 7px 10px;
  border: 1px solid #dee2e6;
}

/* Master component page CSS started */

.mpn {
  color: #0066FF;
  font-size: x-large;
  font-weight: 500;
}

.mfr {
  color: rgba(143, 142, 142, 0.886);
  background-color: #c4ebf3;
  font-size: larger;
  padding: 5px;
  border-radius: 3px;
}

/* bom info screen styles URL: /bom/{id}/info */
.actions {
  top: -50%;
  left: -210px;
  width: 200px;
}

.hidden-icon {
  visibility: hidden;
}

.onHoverShowIcon:hover .hidden-icon {
  visibility: visible;
}

.action-hover:hover {
  background: #80808026;
}

/* Import page styles starts from here */
.inputfile {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.import-box {
  font-size: 1.25em;
  font-weight: 700;
  /* background-color: #eaf2ff; */
  background-color: var(--bs-primary-subtle);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100px;
  border: 1px dashed var(--bs-primary-border-subtle);
  /*  #87b0fd; */
  word-break: break-all
}

.import-box:hover {
  background-color: var(--bs-primary-lighter);
}

.text-grey-sm {
  color: gray;
  font-size: 12px;
  font-weight: 500
}

.text-grey {
  color: gray;
  font-size: 16px;
  font-weight: 400
}

.text-black-sm {
  color: black;
  font-size: 12px;
  font-weight: 500
}

.text-black {
  color: black;
  font-size: 16px;
  font-weight: 400
}

/* Import page styles ends here */
/* Virutal select overwrite styles*/

.vscomp-toggle-button {
  border: 1px solid rgba(180, 180, 180, 0.886) !important;
  border-radius: 3px !important;
  min-height: 32px;
  font-size: .88rem !important;
  padding: 0rem 2.25rem 0rem .75rem !important;
  color: rgba(77, 77, 77, 0.776) !important;
}

.vs-modal-p-fixed {
  position: fixed;
}

.vs-modal-w-340 {
  width: 340px;
}

.vs-modal-w-465 {
  width: 465px;
}

.mt-n15 {
  margin-top: -15px;
}

/* End of Virutal select overwrite styles*/
/* This styles for table pagination */
.pagination-btn {
  color: var(--bs-primary);
  border: 1px solid var(--bs-primary-lighter);
  background-color: var(--bs-primary-lighter) !important;
}

.pagination-btn:hover {
  color: var(--bs-primary);
}

.pagination-number-btn {
  color: #6f6f6f;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
}

.pagination-number-btn:hover {
  background: var(--bs-primary);
  color: #fff;
}

.pagination-disabled {
  color: #6f6f6f !important;
  border: 1px solid #f5f5f5 !important;
  background-color: #f5f5f5 !important;
}

.page-disabled,
.page-item.active {
  cursor: not-allowed;
}

.disabled,
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.page-link.active {
  background-color: var(--bs-primary);
}

.active>.page-link {
  background-color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}

/* Table styles end here */

/* End of bom info screen styles */


/* Substance Search styles */
.table-empty::before {
  border: 1px solid #d9dbe0;
  text-align: center;
  width: 100%;
  content: "0 Records found";
  /* content: "There is Currently No Data to Display"; */
  background: #e8ecf4;
  display: block !important;
  padding: 10px 40px;
  font-weight: 600;
  color: #8c9db3;
  font-size: 14px;
  border-radius: 4px;
}

.fixed-width-200 {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.help-text {
  color: rgba(41, 41, 41, 0.5);
}

.search-container {
  width: 300px;
}

/* Selected Suggestions Container */
.selected-suggestions {
  gap: 5px;
}

/* Selected Suggestion Chip */
.selected-suggestion {
  background-color: #007bff;
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
  display: flex;
  align-items: center;
}


.selected-suggestion .close-btn {
  margin-left: 8px;
  cursor: pointer;
  font-weight: bold;
}


.suggestion-box {
  max-height: 300px;
  overflow-y: auto;
}


.list-group-item {
  cursor: pointer;
}


.list-group-item.notSelected:hover {
  background-color: #f8f9fa;
  border-left: 4px solid #007bff;
}

.selected {
  background-color: #8080801a;
  cursor: not-allowed;
}

.optionsLoader {
  padding: 18px;
  min-height: 300px;
}

/*end of  Substance Search styles */

/* Advance Search Screen CSS Starts Here */

.advance-search-container {
  background-color: #fbfbfb;
}

.advance-search-box {
  border: 1px solid #e0e0e0;
}

/* .cell-pill {
  background-color: #eaf2ff;
  border: 1px solid #87b0fd;
} */

/* Advance Search Screen CSS ends */

.thumbnail-container {
  width: 115px;
  margin: 10px;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: relative;
}

.thumbnail-image {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.thumbnail-image img {
  max-width: 100%;
  max-height: 100%;
}

.thumbnail-title p {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.context-menu {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
}

.context-menu-content {
  position: absolute;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

[x-show="showContextMenu"] .context-menu-content {
  display: block;
}

.context-menu-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.context-menu-content li {
  border-bottom: 1px solid #eee;
}

.context-menu-content li:last-child {
  border-bottom: none;
}

.context-menu-content li a {
  display: block;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.context-menu-content li a:hover {
  background-color: #f5f5f5;
}

/* Hide Arrows From Input Number */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*End of Hide Arrows From Input Number */

.disabled-color {
  background-color: #e9ecef;
}

/* Responsive behavior */
@media (max-width: 768px) {
  .thumbnail-container {
    width: 100%;
    max-width: 100px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}

@media (min-width: 576px) {
  .thumbnail-container {
    width: 105px;
    max-width: 105px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}

/* SCIP screens css starts here */

.scip-sub-heading {
  color: #2086ab;
}

.scip-nou {
  background-color: #f4d8d7;
  padding: 3px 8px;
  border-radius: 10px;
}

.scip-tree li:hover {
  background-color: #eaf2ff;
  cursor: pointer;
}

/* // Scip Dossier Submission */

.uuid-head {
  background-color: #cfe2ff;
  color: #084298;
  border: #b6d4fe 1px solid;
  border-radius: 5px
}

.dossier-card {
  border: #87b0fd 1px solid;
}

.dossier-card-header {
  background-color: #eaf2ff;
  color: #154b7f;
  border-bottom: 0
}

.link-underline-hover {
  text-decoration: none;
}

.link-underline-hover:hover {
  text-decoration: underline;
}

.left-menu-ul {
  padding: 0;
}

.left-menu-ul .list-item {
  position: relative;
}

.left-menu-ul .list-item a {
  padding: 1px 10px;
  display: block;
  text-decoration: none;
}



.left-menu-ul .list-item a:hover,
.left-menu-ul .list-item .active {
  background-color: #007bff;
  color: #F4F5F7;
}

.left-menu-ul .list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f0f0f0;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s;
}

.left-menu-ul .list-item:hover::before,
.left-menu-ul .list-item.active::before {
  opacity: 1;
}






/* for article categories  tree css */


.tree-closed>.tree-children {
  display: none;
}

.hidden-icon {
  display: none;
}

.tree-search {
  /* background: yellow; */
  font-style: italic;
  color: #8b0000 !important;
  font-weight: bold;
}

.tree-wholerow {
  position: absolute;
  left: 0;
  width: 100%;
  cursor: pointer;
}

/* .tree-wholerow:hover {
    background: #ff005c21;
  } */

.tree-node {
  padding: 0;
  white-space: nowrap;
}

.tree-span {
  display: inline-block;
  color: black;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top;
  text-decoration: none;
}

.tree-anchor {
  display: inline-block;
  white-space: normal;
  color: black;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top;
  text-decoration: none;
}



.highlight {
  background-color: yellow;
}

.error {
  width: 100%;
  color: #dc3545;
}

.required-label {
  color: #dc3545;
}

#dropdown_Dashboard {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* To fix the Tracker-1272 issue, we referred to the Virtual Select properties dropboxWrapper and zIndex as suggested on the VS website. However, these properties did not resolve the issue. As a final solution, we applied position: fixed in CSS. */
.modal .vscomp-dropbox-container {
  position: fixed !important;
}

/* iRM */
/* Regulatory Library screen styles starts from here */

.tree-box {
  height: calc(100vh - 251px);
  overflow-y: auto;
  scrollbar-width: thin;
  /* scrollbar-color: #154b7f white; */
}

.bg-light-2 {
  background-color: #eaf2ff;
}

/* Regulatory Library screen styles ends here */

.header-bg {
  background: var(--white-bg, #ffffff);
  /* height: 60px; */
}

.dd-shadow {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.07);
}

/* this styles are for overriding bootstrap styles */
.navbar-dd {
  color: #666 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  padding: 5px 10px !important;
  line-height: 30px !important;
  text-decoration: none;
}

.navbar-dd:focus,
.navbar-dd:hover {
  color: #191919 !important;
  line-height: 30px !important;
  background-color: var(--bs-primary-lighter)F !important;
  text-decoration: none;
}

.header-bg .nav-link {
  font-size: 13px;
  font-weight: 500;
  color: #666;
  text-decoration: none;
}

.header-bg .nav-link:hover {
  background-color: var(--bs-header);
  color: #fff;
  border-radius: 3px;
}

.dropdown-menu>li:hover>.submenu {
  display: block;
}

.nav-item .submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}

.nav-item .submenu-left {
  right: 100%;
  left: auto;
}

/* market screens styles starts from here */
.sub-row {
  border: 0px;
}

.sub-row:last-of-type {
  border-bottom: 1px solid rgba(180, 180, 180, 0.886) !important;
}

.sub-row td {
  color: #0d611b;
  background-color: #c7fce6 !important;
  border: 0px 1px;
}

/* market screens styles ends here */

.bg-light-3 {
  background-color: #e4fcd7;
}

.bg-light-2 {
  background: var(--bs-primary-lighter)
}

/* gma screen style starts */

.inner-page-h {
  min-height: calc(100vh - 251px);
}

.w-42 {
  width: 42%;
}

.w-fit-content {
  width: fit-content;
}

.gma-search-h {
  height: calc(100vh - 230px)
}

/* gma screen style ends */

/* error screens */

.error-text {
  color: var(--bs-header);
}

/* alternative layout starts */

.alternative-page-h {
  min-height: calc(100vh - 121px);
}

/* alternative layout ends */

/* home page layout starts */
.home-banner-h {
  height: 300px;
}

.home-card-text-h {
  height: 60px;
}

/* home page layout ends */

/* For last column sticky */
.fixed-last-column {
  position: sticky;
  right: 0;
}

/* For table header sticky */
.table-container {
  max-height: calc(100vh - 209px);
  overflow-y: scroll;
}

.table-container .table thead tr {
  position: sticky;
  top: 0;
  z-index: 1;
  box-shadow: 0 1px 0 0 rgba(180, 180, 180, 0.886);
}

/* For table column min-width fix 250px */
.column-fix-min-width td:not(.fit) {
  min-width: 250px;
}

/* For text prewrap */
.text-prewrap {
  white-space: pre-wrap;
}

/* For regulataory inpact guideline column */
.regulatory-impact-guideline div {
  width: 180px;
  word-wrap: break-word;
  max-height: 62px;
  overflow: hidden;
}

.h-200px {
  height: 200px;
}

select.select-bold {
  color: black !important;
  font-weight: 600 !important;
  font-size: 17px !important;
}

.certificate-bar-h {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* import */
.w-65 {
  width: 65%;
}
.text-white span {
  color: white; 
}
.text-white:hover span{
  color: white;
}
