<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* project card */
.project-card {
  /* border: 2px solid #000; */
  border-radius: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  color: black !important;
}

.project-card a:hover {
  text-decoration: none !important;
}


.project-card-body {
  padding: 0 15px;
  height: 130px;
}

.project-card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  /* display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
  white-space: nowrap;
  color: #931E31 !important;
  margin-bottom: 8px;
  font-weight: 600;
}

.project-card-date {
  color: grey;
  font-size: 14px;
  margin-bottom: 2px;
}

.project-card-description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}

.project-card-image {
  height: 200px;
}

.project-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
}

.project-card-tag {
  border: #931E31 solid 1px;
  border-radius: 5px;
  padding: 3px 6px;
  background-color: rgba(147, 30, 49, 0.25);
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
  font-size: 12px;
}

.project-card-tags {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}


/* project gallery page */
.page-title {
  text-align: center;
  padding-top: 50px;
}

.page-description {
  text-align: center;
  padding: 20px 90px;
}

/* main project page */
.project-content {
  display: flex;
  flex-direction: column;
  padding: 100px;
  padding-top: 0px;
}

.project-content-title {
  font-weight: 600;
}

.project-content-image {
  margin: auto;
}

.project-content-image img {
  max-width: 100%;
  max-height: 600px;
}

.project-content-top-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 20px;
}

.project-content-top-info .left {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.urlLink {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.button {
  display: inline-flex;
  gap: 20px;
  border: #931E31 solid 1px;
  background-color: rgba(147, 30, 49, 0.25);
  /* color: white; */
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
}

.button p {
  margin-bottom: 0px;
}

.project-content-date {
  color: #931E31;
}

.project-content-tag {
  border: #931E31 solid 1px;
  border-radius: 5px;
  padding: 5px 12px;
  background-color: rgba(147, 30, 49, 0.25);
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
}

.project-content-tags {
  padding-bottom: 20px;
}

.project-content-section-title {
  color: #931E31;
  font-weight: 600;
}

.project-content-body {
  padding: 50px 0;
}

.fieldset h6 {
  padding-top: 40px;
}

.label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.fas.fa-info-circle {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.label .tooltiptext {
  visibility: hidden;
  width: 400px;
  background-color: rgba(147, 30, 49, 0.7);
  border: #931e31 solid 2px;
  color: #fff;
  text-align: left;
  border-radius: 5px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 0;
  margin-left: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 200;
  padding: 20px;
  font-size: 16px;
}

.label:hover .tooltiptext {
  visibility: visible;
}

.tooltiptext {
  padding: 5px;
}

.filters .multiselect-dropdown {
  width: 235px !important;
}

.filters {
  display: flex;
  column-gap: 10px;
  align-items: flex-start;
  justify-content: end;
}

.sort {
  display: flex;
  column-gap: 10px;
  align-items: center;
  vertical-align: top;
}

.project-count {
  padding: 15px;
  color: #931E31;
}

#sort-select {
  border-radius: 4px;
  height: 35px;
  margin-top: 5px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  background-color: #f5f5f5;
  padding: 20px;
  border: 1px solid #ddd;
  margin: 0 15px;
}

.topbar p {
  padding-top: 10px;
  font-weight: 600;
  margin-bottom: 0;
}

.underbar {
  display: flex;
  justify-content: space-between;
  margin: 15px;
}

.parent-container{
  overflow: hidden;
  border-radius: 0.01px;
  width: 100mm;
  height: 100mm;
  position: absolute;
  transform: translate(-15px, -3px);
}

.prize-banner {
  position: absolute;
  top: 0;
  left: 0;
  /* background: linear-gradient(to bottom, #8d4820, #cf7932, #8d4820); */
  padding: 5px 10px;
  text-align: center;
  transform: rotate(-45deg) translate(-20px, -4px);
  z-index: 2;
  clip-path: polygon(33px 0, 88px 0, 100% 100%, 0% 100%);
  width: 120px;
  overflow:hidden;
  font-weight: bold;
  color: white;
}

.prize-banner:after {
  content:'';
  top:0;
  transform:translateX(100%) rotate(30deg);
  width:300%;
  height:300%;
  position: absolute;
  z-index:1;
  animation: shine 30s infinite ease-in;
  background:
    linear-gradient( to right, 
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.8) 50%,
      rgba(128,186,232,0) 99%,
      rgba(128,186,232,0) 100%);
}

@keyframes shine { 
  0% {
      transform:translateX(-100%) translateY(-100%) rotate(30deg);
  }
  2% {transform:translateX(100%) translateY(-100%) rotate(30deg);}
	100% {transform:translateX(100%) translateY(100%) rotate(30deg);}
}

.views-preview {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 25px 0 0;
  opacity: 0.5;
  color: white;
  text-shadow: 0 0 5px black;
}
.project-card:hover .views-preview {
  opacity: 1;
}

.tags {
  padding-left: 100px;
  width: 750px;
}

.tag {
  border: #931E31 solid 1px;
  border-radius: 5px;
  padding: 5px 12px;
  background-color: rgba(147, 30, 49, 0.25);
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
  display: inline-block;
}

.multiselect-dropdown {
  display: inline-block;
  padding: 5px 30px 5px 5px;
  border-radius: 4px;
  border: solid 1px #ced4da;
  background-color: white;
  position: relative;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  width: 100% !important;
}

.multiselect-dropdown span.optext,
.multiselect-dropdown span.placeholder1 {
  margin-right: 0.5em;
  padding: 1px 0.5em;
  border-radius: 4px;
  display: inline-block;
  padding-right: 15px;
}

.multiselect-dropdown span.optext {
  background-color: lightgray;
  padding: 1px 0.75em;
}

.multiselect-dropdown span.optext .optdel {
  float: right;
  margin: 0 -6px 1px 5px;
  font-size: 0.8em;
  margin-top: 2px;
  cursor: pointer;
  color: #666;
  padding-left: 3px;
}

.multiselect-dropdown span.optext .optdel:hover {
  color: #c66;
}

.multiselect-dropdown span.placeholder1 {
  color: #ced4da;
}

.multiselect-dropdown-list-wrapper {
  z-index: 100;
  padding: 2px;
  border-radius: 4px;
  border: solid 1px #ced4da;
  display: none;
  margin: -1px;
  position: absolute;
  top: 33px;
  left: 0;
  right: 0;
  background: white;
}

.multiselect-dropdown-list-wrapper .multiselect-dropdown-search {
  margin-bottom: 5px;
}

.multiselect-dropdown-list {
  padding: 2px;
  height: auto !important;
  overflow-y: auto;
  overflow-x: hidden;
}

.multiselect-dropdown-list::-webkit-scrollbar {
  width: 6px;
}

.multiselect-dropdown-list::-webkit-scrollbar-thumb {
  background-color: #bec4ca;
  border-radius: 3px;
}

.multiselect-dropdown-list div {
  padding: 5px;
}

.multiselect-dropdown-list input {
  height: 1.15em;
  width: 1.15em;
  margin-right: 0.35em;
}

.multiselect-dropdown-list div:hover {
  background-color: #ced4da;
}

.multiselect-dropdown span.maxselected {
  width: 100%;
}

.multiselect-dropdown-all-selector {
  border-bottom: solid 1px #999;
}

output{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  position: relative;
  border-radius: 5px;
  padding-bottom: 20px;
}

output .uploadedFile {
  display: flex;
  gap: 10px;
  width: 100%;
}

output .imageContainer {
  width: 140px;
  margin-top: 10px;
}

output .image{
  display: flex;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
  
}

output .image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

output .metaData {
  width: 100%;
}

output .image span {
  position: absolute;
  top: -4px;
  right: 4px;
  cursor: pointer;
  font-size: 22px;
  color: white;
}

output .image span:hover {
  opacity: 0.8;
}

output .span--hidden{
  visibility: hidden;
}

.previous-projects table .date {
  min-width: 120px;
}

@media (max-width: 1000px) {
  .project-content {
    padding: 0;
  }

  

  /* Mobile friendly for topbar in gallery page */
  .filters .multiselect-dropdown {
    margin: 5px 0;
  }

  .filters {
    display: inline-block;
    text-align: left;
  }

  .sort {
    display: inline-block;
    text-align: left;
  }

  .tags {
    padding-left: 0px;
  }
}

@media (max-width: 600px) {

  .project-content-top-info {
    flex-direction: column;
  }

  .uploadedFile {
    flex-direction: column;
  }

  output .imageContainer {
    width: 100%;
  }

  .topbar {
    display: inline-block;
    text-align: center;
  }

  #sort-select {
    width: 200px;
  }

  .label .tooltiptext {
    /* Position the tooltip to be on top*/
    /* margin-left: -165px; */
    margin-bottom: 20px;
    left: 50%;
    width: 200px;
    transform: translateX(-15%, 0px);
  }

}
</pre></body></html>