/*
*
* Last Update: 25-02-2026 - 10:23
*/
body {
  background: #a1a1ef;
}
body header {
  background: black;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: white 3px solid;
}
body header h1 {
  text-align: center;
  color: white;
  font-family: "Quicksand";
  font-family: arial;
  font-size: 32px;
}
body header #repo_logo {
  display: block;
  width: 130px;
  margin: 10px auto;
}
body main {
  font-family: "Quicksand";
}
body main h2 {
  font-size: 32px;
  text-align: center;
}
body main p {
  text-align: center;
  line-height: 2;
  font-size: 16pt;
  font-weight: bold;
  max-width: 500px;
  margin: 20px auto;
}
@media (max-width: 980px) {
  body main p {
    font-size: 11pt;
    padding: 10px 10px;
  }
}
body main p strong {
  color: red;
}
body main p span#total_repositories {
  color: red;
}
body main .list-js {
  width: 92%;
  margin: 25px auto;
  display: block;
  text-align: center;
  /* display: inherit; */
  /* display: inline-flex; */
  /* border-right: solid 2px black; */
  /* border-left: solid 2px black; */
  /* height: 35px; */
}
@media (max-width: 980px) {
  body main .list-js {
    width: 99%;
  }
}
body main .list-js div.repo_item {
  flex-direction: row;
  width: 28%;
  display: inline-block;
  vertical-align: top;
  font-family: arial;
  font-size: 16px;
}
@media (max-width: 1200px) {
  body main .list-js div.repo_item {
    width: 34%;
  }
}
@media (max-width: 980px) {
  body main .list-js div.repo_item {
    width: 100%;
  }
}
body main .list-js div.repo_item a {
  color: black;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 9pt;
  display: block;
  margin: 10px 0;
  transition: color 0.2s;
}
body main .list-js div.repo_item a:hover {
  text-decoration: none;
  color: #9f58ae;
}
body main .list-js div.repo_item img {
  width: 89%;
  border: solid 4px white;
  border-radius: 5px;
}
@media (max-width: 1200px) {
  body main .list-js div.repo_item img {
    width: 85%;
  }
}
@media (max-width: 980px) {
  body main .list-js div.repo_item img {
    width: 80%;
  }
}
body main .list-js div.repo_item span {
  display: inline-block;
  /* font-style: italic; */
  /* margin-bottom: 20px; */
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 3px;
  /* border-bottom: #584e4e 1px dotted; */
  /* border: #ff3213 1px dotted; */
  /* border: #583e4e 1px dotted; */
  /* border: #583e4e 1px solid; */
  font-size: 10px;
}
body main .list-js div.repo_item span.clone_span {
  background: #aebeff;
  /* background: blue; */
  color: #565252;
  font-weight: bold;
  letter-spacing: 1px;
}
body main .list-js div.repo_item span.status, body main .list-js div.repo_item span.type, body main .list-js div.repo_item span.privacy {
  color: black;
  padding: 10px;
  font-style: normal;
  font-weight: bold;
  border: solid 1px black;
  transition: background 0.4s;
}
body main .list-js div.repo_item span.status {
  background: beige;
  margin: 0 5px;
}
body main .list-js div.repo_item span.status:hover {
  background: white;
}
body main .list-js div.repo_item span.type {
  background: #76c4fb;
}
body main .list-js div.repo_item span.type:hover {
  background: #a8d9fc;
}
body main .list-js div.repo_item span.privacy {
  background: #dc8aed;
  text-transform: capitalize;
}
body main .list-js div.repo_item span.privacy:hover {
  background: #e9b6f4;
}
body main .list-js div.repo_item .gitclone_value {
  background: #84bbd5;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: center;
  font-weight: bold;
  width: 90%;
  height: 25px;
  cursor: pointer;
  border-bottom: solid #a1a1ef 3px;
  transition: background 0.3s, border 0.3s 0.1s;
}
body main .list-js div.repo_item .gitclone_value:hover {
  text-decoration: underline;
  border-bottom: none;
  border-bottom: solid #9f58ae 3px;
  background: #adc3ed;
}
body main .list-js div.repo_item .tooltip {
  position: absolute;
  visibility: hidden;
  background-color: #000;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
}
body main .list-js div.repo_item .tooltip .show {
  visibility: visible;
}
body main .list-js div.repo_item .copy_clone_command {
  background: #ee5752;
  display: block;
  margin: 0px auto;
  padding: 10px;
  color: white;
  border-radius: 10px;
  border: solid white 3px;
  /* width: 90%; */
  width: 200px;
  text-decoration: none;
  font-size: 16pt;
  transition: background 0.3s, transform 0.1s;
}
body main .list-js div.repo_item .copy_clone_command:hover {
  background: #fb1111;
  transform: scale(1.1);
}
@media (max-width: 980px) {
  body main .list-js div.repo_item .copy_clone_command {
    width: 75%;
  }
}
* {
  padding: 0;
  margin: 0;
}

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