* {
  font-family: "Geist", sans-serif;
}

.priority-high {
  color: #ff5a5f;
  font-weight: 700;
}

.priority-medium {
  color: #d97706;
  font-weight: 700;
}

.priority-low {
  color: #8b949e;
  font-weight: 700;
}

.status-open {
  background-color: rgba(63, 185, 80, 0.15);
  color: #3fb950;
  border: 1px solid rgba(63, 185, 80, 0.3);
}

.status-closed {
  background-color: rgba(163, 113, 247, 0.15);
  color: #a371f7;
  border: 1px solid rgba(163, 113, 247, 0.3);
}


.tag-bug {
  background-color: rgba(255, 90, 95, 0.15);
  color: #ff5a5f;
  border: 1px solid rgba(255, 90, 95, 0.3);
}

.tag-enhancement {
  background-color: rgba(26, 127, 55, 0.15);
  color: #3fb950;
  border: 1px solid rgba(26, 127, 55, 0.3);
}

.tag-help-wanted {
  background-color: rgba(217, 119, 6, 0.15);
  color: #d97706;
  border: 1px solid rgba(217, 119, 6, 0.3);
}

.tag-documentation {
  background-color: rgba(9, 105, 218, 0.15);
  color: #58a6ff;
  border: 1px solid rgba(9, 105, 218, 0.3);
}

.tag-default {
  background-color: #f6f8fa;
  color: #57606a;
  border: 1px solid #d0d7de;
}

.tab-btn {
  color: #8b949e;
  border-bottom: 2px solid transparent !important;
}

.tab-btn:hover {
  background-color: #21262d;
  color: white;
}

.tab-btn.active {
  background-color: #21262d !important;
  color: white !important;
  border-color: #30363d !important;
  border-bottom: 2px solid #f78166 !important;
}

.tab-btn.active .tab-count {
  background-color: #238636 !important;
  color: white !important;
}

.tab-btn:not(.active) .tab-count {
  background-color: #30363d !important;
  color: #8b949e !important;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.issue-header-container {
  background-color: #161b22;
  border: 1px solid #30363d;
  border-radius: 6px;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-icon-circle {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-icon-inner {
  color: #4a00ff;
  font-size: 20px;
}