.all-filters-option {
  animation-duration: 1s;
  animation-fill-mode: both;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 15px 2px black;
  margin: 10px 0;
  min-width: 350px;
  position: relative;
  z-index: 1002;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}
.apply-flex {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}
.break-word {
  word-wrap: break-word;
}
.center-content {
  justify-content: center;
}
.close-filters {
  margin-top: 1.25rem;
  position: absolute;
  right: 6%;
  z-index: 1003;
}
.display-none {
  display: none;
}
.evenly-spread-content {
  justify-content: space-evenly;
}
.hash_value_dup {
  position: 'absolute';
  left: '-9999px';
}
.hinttext {
  visibility: hidden;
  width: 120px;
  background-color: gray;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: 95%;
  left: 60%;
  margin-left: -60px;
}
.hinttext::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent gray transparent;
}
.fa-clipboard:hover {
  cursor: pointer;
}
.fa-clipboard:hover .hinttext {
  visibility: visible;
}
.filter-projects-inputs {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  margin-top: 1rem;
}
.filter-btn {
  width: 165px;
  z-index: 0;
}
.filter-btn .btn-large {
  border-radius: 100px;
  box-shadow: 0 0 10px 1px darkslategray;
}
.filters-btns {
  width: 50%;
}
.filters-inputs {
  justify-content: space-around;
  padding: 20px 0;
}
.filter-select-fields {
  justify-content: space-around;
  padding-top: 20px;
  padding-bottom: 10px;
  width: 100%;
}
.footer-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  line-height: 3em;
}
.gsoc-students {
  margin-top: 1em;
}
.icon {
  color: white;
}
.fa {
  cursor: pointer;
}
.justify-text {
  text-align: justify;
}
nav {
  background-color: #37474f;
}
.nav-logo {
  height: 50px;
  margin: 5px;
}
.project-detail-element > .clickable:hover, .clickable:hover .chip:hover {
  cursor: pointer;
  background-color: #f3f5f8;
}
.report .card {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.0), 0 1px 1px 0 rgba(0, 0, 0, 0.0), 0 1px 1px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 0 !important;
}
.report {
  background-color: #f3f5f8;
}
.report .card .card-content {
  padding: 12px;
}
.report .link {
  padding: 0.5em;
}
.tab {
  cursor: pointer;
}
.report .fullh {
  height: 100%;
}
.report .blog-title {
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: center;
}
.report .links-section a {
  text-decoration: none;
  color: lightslategray;
  padding: 0.1em;
}
.report .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.report .row > [class*='col'] {
  display: flex;
  flex-direction: column;
}
.report .flex1 {
  flex: 1;
}
.report .activity {
  white-space: pre;
}
.report .fl {
  background: lightcyan;
  text-align: center;
}
.report .card {
  word-break: break-word;
}
.report td p {
  display: inline;
}
.report .padding-table tbody tr {
  border-bottom: 1px solid aliceblue;
}
.report-url a {
  color: #f57f17 !important;
}
@media only screen and (min-width: 993px) {
  .container {
      width: 90% !important;
  }
  .for-mobile {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .for-non-mobile {
    display: none;
  }
}
.ribbon {
  position: absolute;
  top: 0; right: 0;
  border: 0;
  z-index: 9;
}
.searchbar {
  width: 85%;
  min-width: 340px;
  margin-top: 0;
}
.sha256sum_hash {
  display: flex;
  justify-content: space-evenly;
}
.students {
  padding: 0 20px;
}
.theatre .name {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

#sha256sum_hash_value {
  word-wrap: break-word;
}
@-webkit-keyframes fade-in {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes fade-in {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}
