form {
	max-width: 90%;
	margin: auto !important;
}

.event-item h3 {
	font-size: 20px;
  font-weight: 400;
}

form input {
	margin-bottom: 10px
}

.publisher-pic {
  overflow: visible;
  align-content: end;
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-flow: wrap;
  max-height: 0px;
  z-index: 99;
	position:absolute;
	right:0;
	bottom:-14px;
}

.publisher-pic img {
	object-fit: contain;
	max-height: 100%;
	max-width: 100%;
}

h1 {
	margin: 0;
}

h3 {
	text-shadow: 0 0 6px black;
}

.event-list {
	margin-top: 50px;
}

.event-item {
  margin-bottom: 40px;
  border-radius: 3px;
  position: relative;
  min-height: 150px;
	background: linear-gradient(145deg, #212529, #25412e63);
  display: flex;
  flex-direction: column;
  height: 100%;
	box-shadow: -1px -1px 7px rgb(0 0 0 / 40%);
  position: relative;
	padding: 10px 20px 20px 20px;
}

.half-border-element {
  position: relative;
}

.half-border-element::after, 
.half-border-element::before {
	width: 100%;
	content: '';
  position: absolute;
}

.half-border-element::after {
  height: 2px; 
  bottom: 0;
  right: 0;
	background: radial-gradient(circle at right, rgb(36 201 136), transparent 70%);
}

.half-border-element::before {
  height: 100%;
  width: 2px;
  bottom: 0;
  right: 0;
	background: radial-gradient(circle at bottom, rgb(36 201 136), transparent 70%);
}

.event-item h3 a {
	position: relative;
  max-width: 40%;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
}

.event-item img {
	border-radius: 10px;
  width: 100%;
  position: relative;
  max-height: 300px;
  margin: auto;
  object-fit: contain;
}

.event-item h3 {
	width: 100%;
}

.event-item h3 {
	color: white;
}

.card-deck {
	float: right;
	min-width: 158px;
}

.card-body {
	padding-top: 0px;
}

.card {
	border: none !important;
	background: linear-gradient(180deg, #00000054, #000000, #00000000);
}

.event-status-badge {
  position: absolute;
  top: 10px;
  right: 19px;
  padding: 0px 5px 3px 5px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  background: #555;
  z-index: 2;
  border-radius:5px;
}

.event-status-badge.uploading {
  background: #3b82f6;
}

.event-status-badge.processing {
  background: #facc15;
  color: #000;
}

.event-status-badge.ready {
  background: #22c55e;
}

.event-status-badge.live {
  background: #10b981;
}

.event-status-badge.error {
  background: #ef4444;
}

.event-status-badge.rejected {
  background: #6b7280;
}