@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

.headerInfo {
  color: #ffffff2d;
  text-align: right;
  font-size: 12px;
  float: right;
}

.menu {
  margin-right: -8px;
  float: right;
  background: linear-gradient(to right, #2C2E2F, #2C2E2FF2);
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  padding: 10px;
}

.menu a {
  color: #f8f8f8;
  text-decoration: none;
  padding: 2px;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 1px 2px #0000007b;
}

body {
  background-color: #1D1F20;
  font-family: 'Roboto', sans-serif;
}

textarea {
  width: 80%;
  height: 60%;
  padding: 20px;
  margin: 0 auto;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  color: #f8f8f8;
  overflow-y: auto;
  background-color: #2C2E2F;
  -webkit-box-shadow: inset 0 0 10px #000000;
}

.descriptionField {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  color: #f8f8f8;
  background-color: #2c2e2f48;
  -webkit-box-shadow: inset 0 0 10px #000000;
}

select {
  width: 25%;
  padding: 10px;
  margin: 0 auto;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  color: #f8f8f8;
  background-color: #2C2E2F;
  -webkit-box-shadow: inset 0 0 10px #000000;
}

input[type=radio],
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  cursor: pointer;
}

input[type=checkbox].permissioncheckboxes {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  opacity: 1;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

label {
  color: #f8f8f8;
  padding: 5px 5px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  display: inline-block;
}

input[type=radio]:checked+label,
input[type=checkbox]:checked+label {
  text-shadow: 1px 1px 2px #000000;
  /* -webkit-text-stroke: 1px #ffffff; */
  background-color: #8b8b8b75;
  text-align: center;
  border-radius: 10px;
  padding: 5px;
}

input[type=text] {
  width: 50%;
  background-color: #2C2E2F;
  color: #f8f8f8;
  border: none;
  border-radius: 10px;
  padding: 10px;
  margin-left: 10px;
  font-size: 18px;
  margin: 0 auto;
  -webkit-box-shadow: inset 0 0 10px #000000;
}

input[type=password] {
  width: 50%;
  background-color: #2C2E2F;
  color: #f8f8f8;
  border: none;
  border-radius: 10px;
  padding: 10px;
  margin-left: 10px;
  font-size: 18px;
  margin: 0 auto;
  -webkit-box-shadow: inset 0 0 10px #000000;
}

input[type=submit] {
  display: block;
  background-color: #0067a7;
  border: none;
  color: white;
  padding: 6px 12px;
  margin: 0 auto 25px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 4px;
}

input[type=submit]:disabled {
  background-color: #565656;
  color: #a4a4a4;
}

.functionButtons {
  background-color: #0067a7;
  border: none;
  color: white;
  padding: 6px 12px;
  text-decoration: none;
  margin: 8px 4px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 10px;
}

.functionButtons:hover {
  border-radius: 4px;
  /* -webkit-box-shadow: inset 0 0 10px #000000; */
}

.departmentCheckboxesDiv {
  background-color: #2C2E2F;
  border-radius: 10px;
  padding: 10px;
  width: 25%;
  margin: 0 auto 10px;
  -webkit-box-shadow: inset 0 0 10px #000000;
}

.updateCheckboxesDiv {
  background-color: #2C2E2F;
  border-radius: 10px;
  padding: 10px;
  width: 40%;
  margin: 0 auto 10px;
  -webkit-box-shadow: inset 0 0 10px #000000;
}

h4 {
  color: #f8f8f81a;
  font-size: 18px;
  margin-top: -5px;
  margin-bottom: -2px;
  text-shadow: 1px 1px 2px #00000034;
}

/* releasenotes page */
h1,
h2,
h3 {
  color: #f8f8f8;
  font-weight: bold;
}

h1 {
  font-size: 36px;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 10px 10px 10px #0000007b;
}

h2 {
  font-size: 24px;
  margin-bottom: 20px;
  text-shadow: 5px 5px 5px #0000007b;
}

h3 {
  font-size: 18px;
  margin-bottom: 10px;
  text-shadow: 3px 3px 3px #0000007b;
}

p {
  color: #f8f8f8;
  font-size: 14px;

}

hr {
  border: none;
  /* Remove default border */
  height: 1px;
  /* Set the height of the line */
  background: linear-gradient(to right, #95959500, #8d8d8d8c, #95959500);
  /* Add a blue gradient */
  margin: 20px 0;
}

img {
  display: block;
  max-width: 75%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 5px #0000007b;
}

.report-container {
  /* background-color: #2C2E2F; */
  background: linear-gradient(to right, #2C2E2F, #2C2E2FF2);
  border-radius: 10px;
  padding: 20px;
  width: 60%;
  margin: 0 auto 25px;
  -webkit-box-shadow: inset 0 0 10px #000000;
}

.reportid {
  color: #f8f8f812;
  font-size: 18px;
  margin-top: -5px;
  margin-bottom: -2px;
  text-shadow: 1px 1px 2px #00000034;
}

.departmentlabels {
  /* background-color: #282828; */
  font-family: Roboto;
  /* padding-left: 2px; */
  /* padding-right: 2px; */
  font-weight: bold;

  text-shadow: 1px 1px 2px #0000007b;
  background: linear-gradient(to right, #b0b0b075, rgb(58, 58, 58)75);
  /* Add gradient background */
  text-align: center;
  border-radius: 8px;
  min-width: 30px;
  padding: 2px 4px;
  /* Increase padding */
  display: inline-block;
  -webkit-box-shadow: 1px 1px 2px #0000007b;
}

.slashlabels {
  background-color: #282828;
  font-family: Roboto;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: bold;
  color: #d0d700;
}

.otherlabels {
  background-color: #525252;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: bold;
  text-shadow: 2px 2px 2px #0000007b;
  border-radius: 4px;
  color: #4aa8f0;
}

.loadmoreButton {
  display: block;
  background-color: #0067a7;
  border: none;
  color: white;
  padding: 6px 12px;
  margin: 0 auto 25px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 10px;
  text-shadow: 2px 2px 2px #0000007b;
  -webkit-box-shadow: 5px 5px 5px #0000007b;
}

.loadmoreButton:hover {
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 1px #0000007b;

}

.warning {
  text-align: center;
}

.copy-link {
  color: #f8f8f8;
  font-size: 16px;
  float: right;
}

.searchBox {
  position: relative;
  width: 200px;
  margin: 0 auto;
}

.searchIcon {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  color: #f8f8f863;
}

/* This applies to the scrollbar track (the background) */
::-webkit-scrollbar {
  width: 10px;
}

/* This applies to the scrollbar thumb (the moving part) */
::-webkit-scrollbar-thumb {
  background: #4e99ea;
  border-radius: 10px;
}

/* This applies to the scrollbar thumb when it's hovered */
::-webkit-scrollbar-thumb:hover {
  background: #1990c7;
}

/* Kanban Board */
.kanban-board {
  display: flex;
  height: 80%;
  width: 80%;
  margin: 0 auto;
  overflow: auto;
}

.kanban-column {
  flex: 1;
  margin: 0;
  padding: 10px;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}

.kanban-column:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #00000042;
}

.kanban-issues {
  min-height: 80%;
  background-color: #65656511;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.issue-label {
  color: #fffffff6;
  font-size: 14px;
  background-color: #23446745;
  border-radius: 15px;
  margin: 0 auto 5px;
  width: calc(100% - 30px);
  min-height: 40px;
  padding: 10px;
  cursor: grab;
  box-shadow: 1px 1px 1px 1px #0000007b;

  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-shadow: 1px 1px 2px #00000034;
}

.stageheadline {
  background-color: #65656511;
  color: #f8f8f8;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  text-shadow: 5px 5px 5px #0000007b;
}

.kanban-issues,
.stageheadline {
  margin: 0 auto 0px;
  padding: 0;
}

.kanban-issues> :first-child {
  margin-top: 0;
}