@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
/* Reset CSS */
* {
  margin: 0;
  padding: 0;
}

button {
  outline: 0;
  border: 0;
  cursor: pointer;
}

select {
  background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
  background-position: calc(100% - 0.5rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 1.75rem !important;
}

select:focus, button:focus, input:focus, #maintenance-container a:focus {
  outline: 2px solid #007bff;
}

a:focus {
  outline: 0;
  text-decoration: underline;
}

.info-item a:focus {
  outline: 2px solid #007bff;
}

/* Style CSS */
body {
  font-family: "DM Sans", sans-serif;
  background-color: rgb(244, 247, 254);
}

.logo {
  width: 32px;
  height: 32px;
  background-color: transparent;
}

.hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity visibility 0.5s ease;
}

.icon-text {
  display: flex;
  align-items: center;
  gap: 10px;
}
.icon-text img {
  width: 20px;
  height: 20px;
}

.input-modal {
  align-items: center;
  margin: 15px 5px;
  display: flex;
  gap: 10px;
}

.link, #description-container a {
  color: #007bff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.1s ease;
}
.link:hover, #description-container a:hover {
  color: #1068bf;
}

.unshown {
  display: none;
}

#title {
  font-size: 2.2rem;
}

.sprint-button {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.sprint-button:first-of-type {
  background-color: #dbdbdb;
}

#root, .charts-container, #project-details-modal .container {
  display: flex;
  gap: 50px;
  padding: 0 30px 30px 30px;
  margin-top: 20px;
  flex-wrap: wrap;
}

#project-details-modal {
  background-color: rgb(244, 247, 254);
}

#root {
  padding: 0 45px;
  margin-top: 15px;
  align-items: flex-start;
}

#maintenance-container {
  margin-right: 50px;
  border-radius: 10px;
  padding: 5px 10px 5px 5px;
  background-color: white;
  border: 1px solid black;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#maintenance-container h2 {
  font-size: 1.2rem;
}
#maintenance-container .icon-text {
  gap: 10px;
}
#maintenance-container .logo {
  width: 24px;
  height: 24px;
}

#description-container, #information-container {
  position: absolute;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  display: none;
  padding: 5px 10px;
  z-index: 99999;
  background-color: rgb(244, 247, 254);
  outline: 1px solid #000;
}

#description-container {
  max-height: 60vh;
  max-width: 25vw;
  padding: 15px 5px 15px 15px;
  overflow-y: hidden;
}
#description-container .description {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: inherit;
  padding: 0 10px 5px 0;
  scrollbar-color: #c7c7c7 !important;
}
#description-container .description::-webkit-scrollbar-thumb {
  background-color: #c7c7c7;
  border-radius: 10px;
}
#description-container .description::-webkit-scrollbar-thumb:hover {
  background-color: #c7c7c7;
}
#description-container .description li {
  margin-left: 1.1em;
}
#description-container .description p:first-child, #description-container .description h1:first-child, #description-container .description h2:first-child, #description-container .description h3:first-child, #description-container .description h4:first-child, #description-container .description h5:first-child, #description-container .description h6:first-child {
  margin-top: 0;
}
#description-container .description p:not(:first-child), #description-container .description h1:not(:first-child), #description-container .description h2:not(:first-child), #description-container .description h3:not(:first-child), #description-container .description h4:not(:first-child), #description-container .description h5:not(:first-child), #description-container .description h6:not(:first-child) {
  margin: 1em 0;
}
#description-container .description h1, #description-container .description h2, #description-container .description h3 {
  margin-bottom: 0.7em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid gray;
}

#information-container {
  padding: 10px;
}
#information-container .information-item:not(:first-of-type) {
  margin-top: 8px;
}

#context-menu {
  position: absolute;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  z-index: 100;
  display: none;
}
#context-menu .context-separator {
  width: 100%;
  border-bottom: 1px solid rgb(145, 145, 145);
}
#context-menu .context-item {
  padding: 0.4rem 0.6rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
#context-menu .context-item a, #context-menu .context-item button {
  text-decoration: none;
  color: black;
  background-color: transparent;
  outline: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  border-radius: 5px;
}
#context-menu .context-item p {
  color: rgb(110, 110, 110);
}
#context-menu .context-item:hover, #context-menu .context-item:focus-within {
  background-color: #f0f0f0;
}

#custom-tooltip {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px;
  border-radius: 5px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  transform: translate(-50%, 10px);
  display: flex;
  align-items: center;
  flex-direction: column;
  width: max-content;
}
#custom-tooltip h1 {
  font-size: 1rem;
  margin-top: -5px;
}
#custom-tooltip p {
  font-size: 0.9rem;
  margin-top: 2px;
}
#custom-tooltip .selector {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent rgba(0, 0, 0, 0.7) transparent;
  transform: rotate(0deg);
  position: relative;
  top: -13px;
  z-index: 999999999999;
}

#modal-container {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(104, 104, 104, 0.1);
  backdrop-filter: blur(2px);
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}
#modal-container .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#project-details-modal {
  width: 1000px;
}
#project-details-modal h1 {
  margin: 10px 0px 15px 5px;
}

#project-issues-modal {
  width: 950px;
  padding: 20px 30px;
}
#project-issues-modal .header {
  justify-content: start;
  align-items: center;
  margin: 5px 0 15px 0;
  gap: 1rem;
}
#project-issues-modal .header h1 {
  margin: 0;
}
#project-issues-modal select {
  padding: 5px;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid #ccc;
}
#project-issues-modal #project-issues {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-left: 20px;
}
#project-issues-modal #project-issues .header {
  margin: 0;
}
#project-issues-modal #project-issues .issue-details {
  margin: 10px 0;
  background-color: white;
  padding: 0.7rem 1rem;
  border-radius: 5px;
  width: 260px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}
#project-issues-modal #project-issues .issue-details.completed {
  outline: 2px solid #3abd20;
}
#project-issues-modal #project-issues .issue-details:not(.completed) {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
#project-issues-modal #project-issues .issue-details.completed-after {
  outline: 2px solid #0061c9;
}
#project-issues-modal #project-issues .issue-details .header, #project-issues-modal #project-issues .issue-details .creation-date {
  display: flex;
  align-items: center;
  justify-content: center;
}
#project-issues-modal #project-issues .issue-details .creation-date {
  gap: 5px;
}
#project-issues-modal #project-issues .issue-details .complexity {
  position: absolute;
  right: -8px;
  top: -8px;
  background-color: #0061c9;
  color: white;
  border-radius: 50%;
  padding: 2px 5px;
  text-align: center;
  min-width: 16px;
}
#project-issues-modal #project-issues .issue-details .header {
  justify-content: space-between;
}
#project-issues-modal #project-issues .issue-details .header .calendar {
  gap: 5px;
  filter: invert(0.5);
}
#project-issues-modal #project-issues .issue-details .header p {
  font-size: 1rem;
  color: black;
}
#project-issues-modal #project-issues .issue-details .footer .icon-text {
  align-items: center;
}
#project-issues-modal #project-issues .issue-details .footer p {
  font-size: 0.8rem;
}
#project-issues-modal #project-issues .issue-details .footer span {
  color: black;
  text-decoration: underline;
}

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 400px;
  padding: 10px 20px;
  background-color: white;
  border: 1px solid black;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  max-width: 90vw;
}
.modal h1 {
  font-size: 1.7rem;
  margin: 5px 0 15px 0;
}
.modal h3 {
  font-size: 1.2rem;
  margin: 20px 0 10px 0;
}
.modal select {
  padding-left: 5px;
}
.modal #close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  background-color: transparent;
}
.modal #close-button img {
  width: 24px;
  height: 24px;
}

.charts-container {
  padding: 0;
}

.card {
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
  flex-grow: 1;
}
.card .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
.card .header p {
  font-size: 1.2rem;
  font-weight: 500;
}
.card .header h2 {
  font-size: 1.3rem;
}

.chart-card {
  max-width: 250px;
}
.chart-card canvas {
  padding: 25px;
}
.chart-card .plot-card {
  padding: 20px 10px 5px 10px;
}

.plot-card .header select, .info-box .header select, #project-issues-modal .header select {
  padding: 5px;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.rounded {
  border-radius: 15px;
}

.header-bar {
  display: flex;
  align-items: center;
  margin: 5px 20px 0 20px;
  justify-content: space-between;
}

.icon-title {
  display: flex;
  gap: 10px;
  align-items: center;
}

.chart-card, .plot-card {
  width: calc(50% - 45px);
}

.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.scrollbar-styled {
  overflow-y: scroll;
  scrollbar-width: 8px;
  scrollbar-color: #ccc;
}
.scrollbar-styled::-webkit-scrollbar {
  width: 8px;
}
.scrollbar-styled::-webkit-scrollbar-thumb {
  background-color: #3abd20;
  border-radius: 10px;
}
.scrollbar-styled::-webkit-scrollbar-thumb:hover {
  background-color: #2e9e17;
}
.scrollbar-styled:not(:hover)::-webkit-scrollbar-thumb {
  background-color: #fff;
}

#users-container, #projects-container, #project-users-container {
  padding: 15px 20px;
  overflow-y: auto;
  height: 215px;
}

#projects-container .info-item {
  transition: scale 400ms;
}
#projects-container .info-item:hover {
  scale: 1.02;
}

#refresh-button, #refresh-details-button, #refresh-issues-button {
  background-color: transparent;
  position: absolute;
  top: 12px;
  right: 20px;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  margin-bottom: 15px;
}
.info-item h4 {
  font-size: 14px;
}

.info-box {
  width: 25%;
  max-width: 600px;
  min-width: 350px;
}

.info-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.info-container a {
  color: black;
  text-decoration: none;
}

.progress-bar {
  width: 100%;
  height: 10px;
  background-color: #ececec;
  border-radius: 10px;
  margin: 10px 0;
}

.progress-container {
  background-color: #3abd20;
  height: 10px;
  border-radius: 10px;
  transition: width 0.5s ease;
}

@media (max-width: 1000px) {
  .plot-card .header select, .info-box .header select, #project-issues-modal .header select {
    padding: 3px;
    font-size: 0.8rem;
  }
}
@media (max-width: 900px) {
  #title {
    font-size: 1.8rem;
  }
  .header h2 {
    font-size: 1.2rem;
  }
  .chart-card canvas {
    padding: 35px;
  }
}
@media (max-width: 800px) {
  #title {
    font-size: 1.2rem;
  }
  .logo {
    width: 24px;
    height: 24px;
  }
  #root {
    gap: 20px;
    padding: 25px;
    margin-top: -5px;
  }
  .chart-card, .plot-card {
    width: 100%;
    padding: 20px 0 20px 10px;
  }
  .chart-card {
    max-width: none;
    width: calc(50vw - 100px);
  }
  .charts-container {
    justify-content: center;
    align-items: flex-start;
  }
  .info-box {
    max-width: unset;
  }
}
@media (max-width: 600px) {
  .info-box {
    min-width: 0px;
    width: 100%;
  }
  .plot-card .header select, .info-box .header select, #project-issues-modal .header select {
    padding: 2px 0 2px 2px;
    font-size: 0.8rem;
    padding-right: 1rem !important;
    background-position: calc(100% - 0.25rem) center !important;
  }
}
@media (max-width: 500px) {
  .chart-card {
    width: 100%;
  }
}

/*# sourceMappingURL=index.css.map */
