form#ceOverviewTopNavForm {
  display: flex;
}

.filters-dropdown,
.quick-link-csp-dropdown {
  margin: 0px 10px;
  color: #7f838b;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.filters-modal {
  display: flex;
  flex-direction: column;
  height: 95vh;
  max-height: calc(100vh - 60px);
}

.filters-modal-container {
  display: flex;
  flex-direction: row;
  flex: 1;
  min-height: 0; /* Important for Firefox */
  overflow: hidden; /* Prevent content overflow */
}

.time-range-container .ranges {
  height: calc(100vh - 150px);
  width: 24% !important;
}

.time-range-container .ranges li {
  color: #666;
  text-align: center;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  height: 48px;
  padding: 16px 24px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.time-range-container .ranges li:active {
  border-radius: 4px;
  background: #ebf0fe;
}

.time-range-container .drp-calendar.left {
  min-width: 37% !important;
}
.time-range-container .drp-calendar.right {
  min-width: 37% !important;
}

.filters-modal-left-nav {
  width: 240px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  overflow-y: auto;
}

.filters-modal-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 10px;
  padding: 16px;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.filters-modal-content {
  flex: 1;
  background: #fafafa;
  overflow-y: auto;
  min-height: 0; /* Important for Firefox */
}

.filters-modal-left-nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--Greys-Grey-4, #666);
	font-size: 15px;
	font-weight: 500;
}

.filters-modal-left-nav-item .nav-item-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.filters-modal-left-nav-item .nav-item-content {
  display: flex;
  gap: 12px;
  align-items: center;
}

.filters-modal-left-nav-item.disabled .nav-item-icon {
  opacity: 0.5;
}

.time-range-container .daterangepicker .ranges li.active {
  background-color: #2760ea !important;
  color: #fff !important;
}

.time-range-container {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.time-range-wrapper {
  width: 100%;
  padding: 0px;
  height: 100%;
}

.filters-modal-left-nav-item.active {
  border-radius: 4px;
  background: #ebf0fe;
  color: #2960F5;
}

.filters-modal-left-nav-item:hover {
  background: #f8f8f8;
}

.filters-modal-left-nav-item.active :hover {
  background: #ebf0fe;
}

.filters-modal-left-nav-item.active {
  border-radius: 4px;
  background: #ebf0fe;
  color: #2960F5;
}

.filters-selection-modal {
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  /* transform: translateY(-50%); */
  max-width: 65%; /* Adjust the width as needed */
  margin: 0; /* Remove default margin */
}
.filters-selection-modal .modal-dialog {
  height: 100vh;
  margin: 0;
  min-width: 100%;
}
.filters-selection-modal .modal-body {
  padding: 0;
  overflow: hidden; /* Prevent double scrollbars */
}
.filters-selection-modal .modal-content {
  height: 100%;
  border-radius: 0;
}
.filters-selection-modal-content,
.filters-selection-modal .modal-header {
  border-bottom: 2px solid #f1f1f1;
}
.filters-selection-modal + .modal-backdrop {
  opacity: 0.8;
}
.filters-selection-modal .custom-select-radio input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.filters-header {
  width: 95%;
  display: flex;
  flex-direction: row;
  gap: 16px;
  /* padding: 24px 0px 0px 24px;
   */
  margin-left: 24px;
}

.filters-header .search-container input {
  padding: 7px 05px 7px 0px;
}

.custom-select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
}

.filters-reset-btn.inactive{
  opacity: 0.5;
  pointer-events: none;

}


.custom-select:focus{
  border-color: none;
  outline: 0;
  box-shadow: none;
}


.custom-select-container {
  position: relative;
  display: inline-block;
  /* width: 200px; Adjust as needed */
}

.custom-select-arrow{
  pointer-events: none;
  position: absolute;
  right:10px;
}

.tags-container {
  margin-top: 10px;
  max-height: 25vh;
  overflow: scroll;
  padding: 0px 24px;
}

.tags-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-item {
  padding: 8px 16px;
  background: #fff;
  border-radius: 20px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  transition: all 0.2s ease;
}

.tag-item:hover {
  background: #f8f8f8;
}

.tag-item.active {
  background: #ebf0fe;
  color: #000;
  border: 1px solid #2760ea;
}

.tag-values-container-wrapper {
  padding: 0px 24px 24px;
  border-top: 1px solid #dbdbdb;
  background: #fff;
  border-radius: 4px;
  overflow-y: auto;
  min-height: 40vh;
  flex-grow: 1;
  width: 100%;
}

.tag-values-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 16px;
}

.tag-value-group {
  margin-bottom: 16px;
}

.tag-value-group label {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.tag-value-group >label {
  margin-bottom: 8px;
 
}

.tag-value-group select {
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  background: #fff;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.filter-heading-label {
  margin: 12px 24px 0px 24px;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.m-0 {
  margin: 0px !important;
}

.selected-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 40px;
  padding: 8px;
  background: #fff;
  border-radius: 4px;
}

.selected-tag {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  background: #ebf0fe;
  border-radius: 16px;
  font-size: 14px;
  color: #4a90e2;
}

.selected-tag .remove-tag {
  cursor: pointer;
  color: #666;
  font-size: 18px;
  line-height: 1;
}

.search-container {
  margin: 0;
  padding: 0;
}

.search-container .input-group {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.search-container .input-group-text {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-right: none;
}

.search-container .form-control {
  border: 1px solid #e0e0e0;
  border-left: none;
  box-shadow: none;
}

.search-container .form-control:focus {
  border-color: #e0e0e0;
}

.minimal-scrollbar::-webkit-scrollbar {
  width: 8px;
}
.minimal-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
.minimal-scrollbar::-webkit-scrollbar-thumb {
  background: #e6e6e6;
  border-radius: 10px;
}
.minimal-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.tag-values-dropdown {
  position: relative;
  width: 100%;
}

.tag-values-input {
  position: relative;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #fff;
}

.selected-tags-wrapper {
  position: relative;
  width: 100%;
  min-height: 36px;
  display: flex;
  align-items: center;
  padding: 4px 30px 4px 8px;
}

.placeholder-text {
  position: absolute;
  left: 12px;
  color: #6c757d;
  pointer-events: none;
  font-size: 14px;
}

.selected-tags-chips:not(:empty) + .placeholder-text {
  display: none;
}

.selected-tags-chips {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  flex: 1;
  min-height: 24px;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.selected-tags-chips::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.tag-input-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.selected-tag-chip {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  background: #ebf0fe;
  border: 1px solid #2760ea;
  border-radius: 12px;
  font-size: 12px;
  color: #2760ea;
  white-space: nowrap;
}

.selected-tag-chip .remove-tag {
  margin-left: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  color: #B3B3B3;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.grey-tag-chip{
  border-radius: 5px;
  background: #E6E6E6;
  border: none;
  color: grey;
  color: var(--Greys-Grey-2, #333);
  text-align: center;
  font-family: "Work Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}


.tag-values-input input {
  border: none !important;
  padding: 0;
  width: 100px;
  min-width: 50px;
  flex: 1;
  background: transparent;
}

.tag-values-input input:focus {
  outline: none;
  box-shadow: none;
}

.tag-values-input .mdi {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  pointer-events: none;
}

.tag-values-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-top: 4px;
  max-height: 400px;
  z-index: 9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  min-width:500px !important;
}

.tag-values-header {
  padding: 8px 12px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.tag-values-header .search-wrapper {
  flex: 1;
  position: relative;
}

.tag-values-header .search-wrapper input {
  width: 100%;
  padding: 6px 8px 6px 32px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 14px;
}

.tag-values-header .search-wrapper .search-icon {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
}

.tag-values-header .actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tag-values-header .action-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #2760ea;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
}

.tag-values-header .action-btn:hover {
  background: #f5f5f5;
}

.tag-values-header .action-btn svg {
  width: 16px;
  height: 16px;
}

.tag-values-footer {
  padding: 8px 12px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.tag-value-items {
  max-height: 250px;
  overflow-y: auto;
  padding: 4px 0;
}

.btn-clear-selection {
  color: #2760ea;
  text-decoration: none;
  font-size: 14px;
}

.btn-cancel,
.btn-apply {
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

.btn-cancel {
  border: 1px solid #dbdbdb;
  background: #fff;
  color: #666;
}

.btn-apply {
  background: #2760ea;
  border: none;
  color: #fff;
}

.tag-values-list.show {
  display: block;
}

.tag-value-item {
  padding: 8px 10px;
  cursor: pointer;
}

.tag-value-item:hover {
  background: #f8f8f8;
}

/* Custom Checkbox Styles */
.custom-checkbox {
  display: flex;
  align-items: center;
  position: relative;
  padding: 8px;
  padding-left: 10px;
  margin: 0;
  cursor: pointer;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.048px;
  color: #666;
  user-select: none;
  gap: 12px;
}

.custom-checkbox input {
  opacity: 1;
  cursor: pointer;
  height: 10;
  width: 10;

}

.checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.custom-checkbox:hover input ~ .checkmark {
  border-color: #2760ea;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #2760ea;
  border-color: #2760ea;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Minimal Scrollbar */
.minimal-scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.minimal-scrollbar::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 2px;
}

.minimal-scrollbar::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 2px;
}

.minimal-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}

.filters-modal-content-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 0 0;
  width: 100%;
  height: 100%;
}

.csp-options-container {
  display: flex;
  padding: 32px 24px 24px 24px;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.cu-daterangepicker-container {
  position: relative;
  height: 100%;
}

.time-range-container .daterangepicker {
  position: static !important;
  display: none !important;
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: fit-content;
  font-family: Arial, sans-serif;
  margin: 0 !important;
  top: 0 !important;
  left: 0 !important;
}

.time-range-container .daterangepicker.show {
  display: flex !important;
}

.time-range-container .daterangepicker .ranges {
  border-right: 1px solid #ddd;
  flex-shrink: 0;
  padding: 12px;
}

.calendar-table th.month {
  color: #666;
  text-align: center;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.time-range-container .daterangepicker .ranges ul {
  list-style: none;
  padding: 0px !important;
  min-width: 100% !important;
}

.time-range-container .daterangepicker .ranges li {
  width: 100%;
  padding: 12px 15px;
  border-radius: 4px;
  cursor: pointer;
  color: #666;
  margin-bottom: 8px;
  font-size: 14px;
}

.time-range-container .daterangepicker .ranges li:hover {
  background-color: #ebf0fe;
}

.time-range-container .daterangepicker .ranges li.active {
  background-color: #ebf0fe;
  color: #2760ea;
  font-weight: 500;
}

.time-range-container .daterangepicker .drp-calendar {
  max-width: none;
  padding: 15px;
}

/* Calendar specific styles */
.time-range-container .daterangepicker td.active {
  background-color: #2760ea !important;
  color: white !important;
  border-radius: 4px;
}

.time-range-container .daterangepicker td.active:hover {
  background-color: #2760ea !important;
  color: white !important;
}

.time-range-container .daterangepicker td.in-range {
  background-color: #ebf0fe;
  color: #000;
}

.time-range-container .daterangepicker td.start-date,
.time-range-container .daterangepicker td.end-date {
  background-color: #2760ea !important;
  color: white !important;
}

.time-range-container .daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.time-range-container .daterangepicker .calendar-table th,
.time-range-container .daterangepicker .calendar-table td {
  padding: 8px;
  font-size: 13px;
}

.time-range-container .daterangepicker .month {
  font-size: 14px;
  font-weight: 500;
}

.time-range-container .daterangepicker .drp-buttons,
.time-range-container .daterangepicker .drp-selected {
  display: none !important;
}

/* Hide calendar table footer */
.time-range-container .daterangepicker .calendar-table tbody:after {
  display: none;
}

/* Remove spacing from hidden elements */
.time-range-container .daterangepicker .drp-calendar {
  margin-bottom: 0;
}

.time-range-container .daterangepicker .calendar-table {
  background-color: white;
}

.time-range-container .daterangepicker .prev span,
.time-range-container .daterangepicker .next span {
  border-color: #2760ea;
}

.time-range-container .daterangepicker .btn {
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid;
  cursor: pointer;
}

.time-range-container .daterangepicker .ranges li.active {
  background-color: #ebf0fe;
  color: #2760ea;
  font-weight: 500;
}

.time-range-container .daterangepicker .btn-primary {
  background-color: #2760ea;
  border-color: #2760ea;
  color: white;
}

.time-range-container .daterangepicker .btn-default {
  background-color: white;
  border-color: #ddd;
  color: #666;
}

.time-range-container .daterangepicker thead tr:nth-child(2) th {
  font-weight: normal;
  color: #666;
}

/* Additional styles for better visibility of selected dates */
.time-range-container .daterangepicker td.active.start-date + td.in-range {
  border-left: 0;
}

.time-range-container .daterangepicker td.in-range + td.active.end-date {
  border-right: 0;
}

/* Hide the hidden input completely */
.time-range-container .daterangepicker-hidden-input {
  width: 0;
  height: 0;
  padding: 0;
  border: none;
  margin: 0;
  position: absolute;
  opacity: 0;
}

.time-range-container .daterangepicker {
  width: 100% !important;
}

.filters-modal-left-nav-item :disabled {
  cursor: not-allowed;
  opacity: 0.7 !important;
}

.filters-icon {
  width: 14px;
  height: 12px;
  vertical-align: middle;
  margin: 0 4px;
}

/* Business Units */
.business-units-container {
  display: flex;
  flex-direction: row;
  height: 100%;
  background: #fff;
}

.business-units-list-container {
  padding: 0;
  width: 60%;
  border-right: 1px solid #dbdbdb;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.business-units-list-header {
  padding: 32px 24px 24px 24px;
  flex-shrink: 0;
}

.business-units-list-body {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  height: 100%;
}

/* Minimal scrollbar styles */
.business-units-list-body::-webkit-scrollbar {
  width: 6px;
}

.business-units-list-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.business-units-list-body::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

.business-units-list-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.business-units-list-header .search-wrapper {
  position: relative;
  margin-bottom: 12px;
}

.business-units-list-header .search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
}

.business-units-list-header input {
  border-radius: 8px;
  border: 1px solid #dbdbdb;
  background: #fff;
  padding: 12px 22px 12px 42px;
  width: 100%;
  font-size: 14px;
}

.business-units-list-header-count {
  color: #666;
  font-size: 14px;
}

.business-units-list-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.business-unit-item {
  padding: 12px 16px;
  border-radius: 8px;
  transition: background-color 0.2s;
}

.business-unit-item:hover {
  background-color: #f8f8f8;
}

.business-units-preview-perspectives {
  width: 40%;
  padding: 32px 24px 24px 24px;
  background: #fafafa;
  height: 100%;
  overflow-y: auto;
}

.business-units-preview-perspectives h3 {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}

.perspectives-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.perspective-item {
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  padding: 16px;
}

.perspective-item h4 {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}

.perspective-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.perspective-tag {
  display: inline-flex;
  padding: 4px 12px;
  background: #ebf0fe;
  color: #2760ea;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 500;
}

/* Custom Radio Button Styles */
.custom-radio {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 32px;
  margin: 0;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  user-select: none;
  width: 100%;
}

.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radio-mark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
}

.custom-radio:hover input ~ .radio-mark {
  border-color: #2760ea;
}

.custom-radio input:checked ~ .radio-mark {
  background-color: #fff;
  border-color: #2760ea;
}

.radio-mark:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2760ea;
}

.custom-radio input:checked ~ .radio-mark:after {
  display: block;
}

.business-unit-item {
  padding: 6px 0px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.business-units-list-container ::-webkit-scrollbar {
  width: 8px !important;
  height: 5px !important;
}

.business-units-list-container ::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
}

.business-units-list-container ::-webkit-scrollbar-thumb {
  background: #cccccc !important;
  border-radius: 10px !important;
}

.business-units-list-container ::-webkit-scrollbar-thumb:hover {
  background: #555 !important;
}

.business-units-list-container ::-webkit-scrollbar {
  width: 6px !important;
}

/* Business Units */

/* CSP */
.csp-container {
  display: flex;
  height: 100%;
  background: #fff;
}

.csp-sidebar {
  width: 50%;
  border-right: 1px solid #e5e7eb;
  display: flex;
  padding: 28px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex-shrink: 0;
  align-self: stretch;
  overflow-y: auto;
}

.types-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
}

.types-item {
  margin-bottom: 4px;
  color: var(--Greys-Grey-2, #333);
  font-family: "Work Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  padding: 10px 0px;
}

.types-section .line {
  border-bottom: 1px solid #e0e0e0;
  height: 1px;
  width: 100%;
}

.subcategory-item {
  height: 35px;
  cursor: pointer;
  margin-bottom: 4px;
  color: var(--Greys-Grey-3, #4c4c4c);
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  padding: 0px 12px;
  align-items: center;
  align-self: stretch;
  justify-content: space-between;
  border-radius: 7px;
}

.disabled {
  cursor: not-allowed !important;
  opacity: 0.7 !important;
}

.subcategory-item:hover {
  background: var(--Primary-Light, #ebf0fe);
}

.subcategory-item.active {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  color: var(--Primary, #0b44e0);
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: var(--Primary-Light, #ebf0fe);
}

.badge {
  border-radius: 12px;
  background: #d2deff;
  padding: 2px 8px;
  color: #2760ea;
  leading-trim: both;
  text-edge: cap;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Work Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.2px; /* 160% */
}

.selected-count {
  border-radius: 12px;
  background: #d2deff;
  padding: 2px 8px;
  color: #2760ea;
  font-family: "Work Sans";
  font-size: 12px;
  font-weight: 600;
  line-height: 19.2px;
}

.csp-content {
  flex-grow: 1;
  overflow-y: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow-y: scroll;
}

.csp-container .search-container {
  border-radius: 8px;
  border-left: 1px !important;
  width: 100%;
}

.csp-container .search-container .form-control {
  border-left: 1px solid #e0e0e0 !important;
}

.csp-container .search-wrapper {
  position: relative;
  width: 100%;
}

.csp-container .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
}

.selected-items-search,
.third-level-search,
.sidebar-search {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 12px 22px 12px 40px;
  background: #fff;
}

.resource-count {
  margin-bottom: 16px;
  color: #333;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Work Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.resource-list,
.region-list {
  flex: 1;
  overflow-y: auto;
}

.resource-item,
.region-item {
  display: flex;
  height: 36px;
  padding: 4px 0px;
  align-items: center;
  gap: 6px;
  align-self: stretch;
}

.csp-container .custom-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  color: var(--black-06, rgba(0, 0, 0, 0.6));
  align-self: stretch;
}

.custom-checkbox input {
  display: none;
}

.checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #00000099;
  border-radius: 4px;
  position: relative;
  color: var(--black-06, rgba(0, 0, 0, 0.6));
  text-align: center;
  font-family: "Material Icons";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
}

.custom-checkbox input:checked + .checkmark {
  background-color: #4f46e5;
  border-color: #4f46e5;
}

.custom-checkbox input:checked + .checkmark:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Regions skeleton */
.skeleton-item {
  border-radius: 4px;
  animation: pulse 1.5s infinite;
}

.skeleton-search {
  height: 38px;
  margin-bottom: 16px;
}

.skeleton-count {
  height: 18px;
  width: 150px;
  margin-bottom: 16px;
  background-color: #f3f4f6;
  border-radius: 4px;
  animation: pulse 1.5s infinite;
}

.region-item.skeleton-item {
  height: 24px;
  margin: 8px 0;
  display: flex;
  align-items: center;
}

.checkbox-skeleton {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: #e5e7eb;
  margin-right: 8px;
}

.region-name-skeleton {
  height: 14px;
  width: 120px;
  background-color: #e5e7eb;
  border-radius: 2px;
}

.csp-container ::-webkit-scrollbar {
  width: 8px !important;
  height: 5px !important;
}

.csp-container ::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
}

.csp-container ::-webkit-scrollbar-thumb {
  background: #cccccc !important;
  border-radius: 10px !important;
}

.csp-container ::-webkit-scrollbar-thumb:hover {
  background: #555 !important;
}

.csp-container ::-webkit-scrollbar {
  width: 6px !important;
}

.selection-info {
  margin-bottom: 10px;
  color: #6c757d;
}

.selection-actions {
  display: flex;
  gap: 10px;
}

.has-third-level {
  position: relative;
}

.no-values,
.no-selected-items {
  padding: 20px;
  text-align: center;
  color: #6c757d;
  border-radius: 4px;
}
