h2 {
  font-weight: bold;
  width: fit-content;
}

#vulnerabilitiesTable {
  table-layout: fixed;
  width: 100%;
  font-size: 14px;
}

.w3-button {
  font-size: 14px;
}

.checkbox-group {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  max-height: 300px;
  overflow-y: auto;
  width: 40%;
}

.checkbox-option {
  display: flex;
  align-items: center;
  padding: 8px;
  margin: 2px 0;
  cursor: pointer;
  transition: background-color 0.2s;
}

.checkbox-option:hover {
  background-color: #f5f5f5;
}

.checkbox-option input[type="checkbox"] {
  margin-right: 10px;
  cursor: pointer;
}

.checkbox-option label {
  cursor: pointer;
  user-select: none;
  flex: 1;
}

.editable-cell {
  position: relative;
}

.edit-btn {
  position: absolute;
  right: 10px;
  font-size: 0.8em;
}

.edit-view {
  padding: 10px 0;
}

.category-container {
  display: flex;
  gap: 5px;
}

.category-text {
  flex: 1;
  min-width: 0;
  word-wrap: break-word;
}

.category-select {
  width: 100%;
  min-height: 100px;
  margin-bottom: 10px;
}

.button-group {
  display: flex;
  margin-top: 5px;
  gap: 5px;
}

.org-form-container {
  display: flex;
  gap: 10px;
  align-items: center;
}

.thin {
  width: 10%;
}

.profile-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 50%;
}

.pagination {
  margin-top: 5px;
}

.vertical-table td {
  border-left: 1px solid black;
}

.hidden {
  visibility: hidden;
}

.cve-search {
  margin-bottom: 5px;
}

#sidebar .w3-bar-item.w3-button:hover {
  background-color: rgb(76, 175, 80) !important;
  color: white !important;
}

.color-4 { color: #FF00FF }
.color-3 { color: #FF0000 }
.color-2 { color: #BE5014 }
.color-1 { color: #0070C0 }

.header-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  margin-top: 5px;
}

.left-controls {
  display: flex;
  flex-grow: 1;
  align-items: center;
  gap: 7px;
}

.right-controls {
  text-align: right;
}

.export-button {
  margin-right: 5px;
}

.right-controls form {
  display: flex;
  gap: 2px;
}

.right-controls input[type="text"] {
  padding: 5px;
}

#add_org_table input {
  width: 30%;
}

.dropdown-parent button {
  padding-left: 25px !important;
  font-size: 13px;
}

.dropdown-parent a {
  padding-left: 30px !important;
  font-size: 12px;
}

.dropdown-color {
  background-color: rgb(93, 218, 97) !important;
}
