body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 1rem!important;
    font-weight: 200!important;
    line-height: 1.8!important;
}
.project_thumbs {
	height: 70px;
	overflow: hidden;
}
.wrapper {
    min-height: 100vh;
}
.navbar a {
    text-decoration: none;
}
div[class*="imageCategory_"] {
    display: none;
}
a#submitContestDescription {
    cursor: pointer;
}
.item-image {
	height: 200px;
	/* display: flex; */
	align-items: center;
	overflow: hidden;
}
.contests {
    /* margin: 0px 50px; */
    margin-bottom: 100px;
}
.contest-card {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.contest-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.contest-item {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
    width: calc(33.333% - 20px);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.contest-item h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.contest-item p {
    margin: 5px 0;
}

/* .contest-item a {
    text-decoration: none;
    background-color: #555656;
} */

.contest-item a:hover {
    text-decoration: none;
}
.contest-link a{
    text-decoration: none;
    background-color: #636363;
    color: #fff;
    margin-top: 5px;
} 
a.contest-link {
    text-decoration: none;
    background-color: #636363;
    color: #fff;
    margin-top: 5px;
} 
.contest-link:hover {
    color: #fff;
}
.contest-info {
    height: 110px;
}
.contest-footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background-color: #f8f9fa;
    padding: 20px 20px;
    text-align: center;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
}
.contest-footer a {
    text-decoration: none;
    font-weight: bold;
}
.contest-footer a.btn.btn-secondary:active {
  background-color: #5c5c5c !important; /* darker grey */
  transform: translateY(1px);           /* slight down movement */
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2); /* pressed-in effect */
}
.contest-footer a.btn.btn-secondary:focus {
  background-color: grey;
  border-color: transparent !important; /* Remove red border */
  outline: none !important;             /* Remove focus outline */
  box-shadow: none !important;          /* Remove Bootstrap focus ring */
}
.contest-footer i {
    font-size: 1.1rem;
}
.terms span {
    padding-left: 10px;
}
.imageWrap {
    height: 250px; 
    overflow: hidden;
}
span.optional {
    font-size: 0.7rem;
}
.submission-active {
    font-weight: 700;
}
img.getMetaData {
    width: 100%;
    height: 100%;
    margin-right: 8px;
    margin-bottom: 4px;
}
.getMetaData:hover {
    opacity: .5;
    cursor: pointer;
}
.right-image-info {
    height: calc(100vh - 205px);
    overflow-y: scroll;
}
.removeImg {
    color: red;
}
.renameInput {
    width: 100%;
    padding: 5px;
    font-size: 14px;
    border: none;
}
.renameInput:focus {
    outline: none;
    border-bottom: 2px solid #b7b7b7; /* Purple border on focus */
}
ul.dropdown-menu li {
    /* padding: 10px 20px; */
}
.upload-help span{
    background-color: #fff9d5;
    padding: 5px;
    border-radius: 8px;
    font-size: 13px;
}

.upload-requirements {
    background-color: #f8f0ff;  /* Light purple background */
    padding: 8px;
    border-radius: 5px;
}
.upload-requirements h4 {
    color: #8a2be2;  /* Purple color for heading */
    margin-bottom: 10px;
}
.upload-requirements ul {
    list-style-type: none;
    padding-left: 0;
}
.upload-requirements li {
    color: #8a2be2;  /* Purple color for list items */   
    position: relative;
    padding-left: 20px;
    font-size: .8rem;
}
.upload-requirements li:before {
    content: "•";
    color: #8a2be2;
    position: absolute;
    left: 0;
}
.imagePreview {
    margin-bottom: 50px;
}
.form_errors {
    padding: 20px 30px;
    background-color: rgb(255 249 246);
}
.form_errors h6 {
    color: rgb(231, 93, 42);
}
.dragArea {
    padding: 15px 15px;
    background-color:#ffffff; 
    text-align: center; 
    cursor: pointer;
}