.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.errors {
  font-size: 1.1rem;
  color: red;
  text-align: left;
  background-color: #f5ecef;
}

.color-check {
  font-size: medium;
  background-color: #ffe7b8;
}

.color-box-sample {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    border: solid 5px white;
    display: inline-block;
}

#email-submission {
  visibility: hidden;
}

.submission-next-steps {
  text-align: left;
}

.label-header {
  font-weight: bold;
}

.choice-group {
  text-align: left;
}

.important-information {
  color: orange;
  font-weight: bold;
}

.navigation-photo-background {
  background-color: lightgray;
  opacity: 60%;
}

.navigation-photo {
  color: black;
  font-weight: bold;
  font-size: larger;
}

.navigation-photo a {
  color: black;
  font-weight: bold;
}

.photo-title {
  font-weight: normal;
  font-style: italic;
}

.gallery-thumbnail-cell {
  background-color: lightgrey;
  margin: 3px;
}

.gallery-thumbnail-frame {
  width: 220px;
  height: 220px;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-thumbnail-caption {
  margin: 2px;
}

.gallery-thumbnail-image {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  display: flex;
  margin: 0 auto;
  vertical-align: middle;
}

.gallery-photo-title {
  font-style: italic;
  font-size: larger;
}

.info-frame {
  border-width: 5px;
  background-color: #fff;
}

.info-text {
  font-weight: bolder;
}

.jury-score-count-table {
  border-collapse: collapse;
  width: 80%;
}

.jury-score-count-cell {
  border: 1px solid black;
  padding: 4px;
  width: 12.5%
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.submission-thumbnail-cell {
  display: flex;
  justify-content: center;
  background-color: lightgrey;
}

.submission-thumbnail-frame {
  width: 220px;
  height: 220px;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.submission-thumbnail-caption {
  margin: 2px;
}

.submission-thumbnail-image {
  padding: .25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  display: flex;
  margin: 0 auto;
  vertical-align: middle;
}

.label-photo-title {
  font-style: italic;
}

.label-photo-is-taken-in-slovenia {
  font-weight: bolder;
  font-size: smaller;
}

.button_theme_finish {
  background-color: crimson;
}

.button_theme_finish:hover {
  background-color: red;
}

.bank-details-card {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  padding: 1rem;
  visibility: hidden;
  height: 0;
}

.banner-success {
  background-color: #d4edda;
  color: #155724;
  padding: 1rem;
  border-radius: .25rem;
  margin-bottom: 1rem;
}

.gallery-collection-dot {
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
}