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

.perspective-filters-modal {
  width: 100%;
  min-height: 95vh;
  display: flex;
}

.perspective-filters-modal-left-nav {
  width: 20%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  min-height: 95vh;
}

.perspective-filters-modal-content {
  flex: 1;
  background: #fafafa;
}

.perspective-filters-modal-left-nav-item {
  padding: 16px 24px;
  border-radius: 5px;
  cursor: pointer;
  color: #666;
  text-align: left;
  font-family: "Work Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

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

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

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

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

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