html,
body {
  font-family: Roboto, sans-serif;
  background-color: white;
  height: 100%;
}

.row {
  margin: 0;
}

.btn-primary {
  background-color: rgba(0, 0, 0, 0.8);
  margin: 10px 0px;
}

#intro {
  height: 70%;
}

#intro h1 {
  font-size: 3em;
  font-weight: 700;
}

.screenshotsContainer img {
  border-radius: 30px;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 40%);
  padding: 0;
  margin: 10px;
}

#contentIntro button {
  border-radius: 25px;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 40%);
}

#contentIntro img {
  border-radius: 25px;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 40%);
  width: 100px;
  height: 100px;
  padding: 0;
  margin: 15px;
}

#contentIntro .changelogAppIcon {
  margin-left: -10px !important;
  border: 1px solid #dee2e6 !important;
  box-shadow: none;
  height: 75px !important;
  width: 75px !important;
}

#contentIntro .changelogAppName h3 {
  font-size: 1.2em !important;
  margin-left: -20px !important;
}

#header {
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px 0;
  box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 50%);
}

#footer {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px 0;
  box-shadow: 0px -2px 10px 0px rgb(0 0 0 / 50%);
}

#about img {
  max-width: 75px;
  max-height: 75px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}

#about h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin: 20px 0;
}

#about p {
  text-align: left;
}

#footer a {
  text-decoration: none;
  color: white;
  margin: 10px;
}

#header img,
a {
  max-width: 100px;
}

#legalLinks a {
  font-size: 0.7em;
}

.appContainer img {
  box-shadow: 2px 2px 10px 1px rgb(0 0 0 / 50%);
  border-radius: 20px;
  max-width: 500px;
  margin-top: 30px;
}

.appContainer p {
  font-size: 20px;
  margin-top: 10px;
}

#contentIntro .accordion-item {
  border-radius: 10px !important;
  border: 1px solid #dee2e6 !important;
  /* Optional: Add border to make the rounded corners more visible */
  margin-bottom: 0.5rem !important;
  /* Optional: Add space between accordion items */
}

#contentIntro .accordion-button {
  border-radius: 10px !important;
  box-shadow: none !important;
}

#contentIntro .accordion-button:not(.collapsed) {
  background-color: white !important;
  color: black !important;
}

#contentIntro .accordion-collapse {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  background-color: white !important;
  /* Change background color to green */
}

#requestForm {
  border-radius: 10px !important;
  background-color: white !important;
  border: 1px solid #dee2e6 !important;
}

#formSubmitBtn {
  padding: 10px 50px;
  width: 100%;
  border-radius: 10px !important;
  border: 1px solid #dee2e6 !important;
  background-color: #f6fcff !important;
  color: black !important;
  box-shadow: none !important;
}

#formSubmitBtn:hover {
  background-color: #c5e2ff !important;
}

#formSubmitAlert {
  padding: 10px;
  background-color: white;
  max-width: 95%;
  margin: 25px;
  border: 1px solid hsla(0, 0%, 0%, 0.2);
  border-radius: 10px;
  box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 50%);
}

#formSubmitAlert h5 {
  margin: 0px;
}

.inDevTag {
  background-color: #ffd900;
  color: black;
  margin-left: 10px;
  height: 30px;
  border-radius: 7px;
  border: 1px solid hsla(0, 0%, 0%, 1);
  box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 50%);
  padding: 5px;
}

.inDevTag p {
  text-align: center;
  margin-top: 4px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 0.65em;
}

.appDocsFAQBracket {
  border-radius: 10px;
  border: 1px solid hsla(0, 0%, 0%, 0.2);
  height: 100px;
}

.appDocsFAQBracket img {
  margin-left: 0px !important;
  border: 1px solid #00000044 !important;
  height: 75px !important;
  width: 75px !important;
  border-radius: 18px !important;
}

.list-group-item a {
  text-decoration: none;
  color: black;
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 70%;
  height: 0;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
  border: 1px solid hsla(0, 0%, 0%, 0.5);
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.releasedTag {
  background-color: greenyellow;
  color: black;
  margin-left: 10px;
  height: 30px;
  border-radius: 7px;
  border: 1px solid hsla(0, 0%, 0%, 1);
  box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 50%);
  padding: 5px;
}

.releasedTag p {
  text-align: center;
  margin-top: 4px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 0.65em;
}

.navbar-brand img {
  max-width: 100px;
  height: auto;
}

.navbar-nav .nav-link {
  color: white;
  font-weight: 500;
  margin: 10px 0;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.navbar-toggler {
  border: none;
  outline: none;
  transition: transform 0.3s ease;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  transform: scale(1.1);
}

.navbar {
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 50%);
}

/* Compact Status Panel */
#status-panel {
  background-color: #1a1a1a; /* Dark grey, slightly lighter than pure black */
  border-bottom: 1px solid #333;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.task-list li {
  font-size: 1.1rem;
  margin-bottom: 8px;
  font-weight: 300;
}

.mini-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 5px 15px;
  min-width: 60px;
  text-align: center;
}

.mini-box small {
  display: block;
  font-size: 0.7rem;
  color: #888;
  margin-top: -5px;
}

.ls-1 {
  letter-spacing: 1px;
}
