/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.email-exist-error {
  color: red;
}
 
.job-response-notes-container .date {
  font-size: 11px;
  color: #949494;
}

.job-response-notes-container p.job-response-note:nth-child(odd) {
  text-align: right;
}

.admin-note {
  font-weight: bold;
  color: red;
}

.trader-note {
  font-weight: bold;
  color: #272637;
}

.slick-slide img {
  width: 100%;
  max-height: 262px;
  object-fit: cover;
}

@media (min-width: 600px) {
	.slick-slide img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
	}
}