.date-button-top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #E83F34;
	padding: 10px;
	height: 25px;
	width: 80px;
	color: #FFFFFF;
	font-weight: bold;
}
.date-button-middle {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	height: 30px;
	width: 80px;
	font-size: 18px;
	font-weight: bold;
}
.date-button-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	height: 15px;
	width: 80px;
	font-size: 12px;
	font-weight: light;
	padding-bottom: 3px;
	text-transform: uppercase;
}
.margin-bottom {
	margin-bottom: 20px;
}
.margin-right-10 {
	margin-right: 10px;
}
.cover-image {
	width: 100%;
	border-radius: 5px;
	margin-bottom: 10px;
}
.event-name {
	font-size: 16px;
	font-weight: bold;
	color: #EA7066;
}
.event-time {
	font-weight: bold;
	color: #000000;
}
.event-address {
	
}
.navigation-icon {
	width: 60px;
	height: 60px;
	border: 1px solid #E5E5E5;
	border-radius: 15px;
}
.cursor-pointer {
	cursor: pointer;
}
.tpp-counter-container {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.tpp-counter {
	width: 25%;
	text-align: center;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tpp-counter-response {
	width: calc(100% / 3);
	text-align: center;
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	border: 1px solid #3F3F3F;
}
.tpp-counter-response:hover {
	background-color: #F2F2F2;
	transition: 0.3s;
}
.tpp-counter-response-selected {
	width: calc(100% / 3);
	text-align: center;
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	border: 1px solid #3F3F3F;
	background-color: #EA7066;
}

.tpp-counter-number {
	font-weight: bold;
	color: #3F3F3F;
}
.tpp-counter-type {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3F3F3F;
}
.tpp-counter-type-selected {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.rsvp-option {
	background-color: #FFFFFF;
	border: 1px solid #3F3F3F;
	padding: 10px 5px 10px 5px;
}
.gallery{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.gallery-item {
	position: relative;
	width: calc((100%/3) - 4px);
	/*height: 7rem;*/
	height: 125px;
}
.grid-img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	object-fit:cover;
	object-position:center;
}
#event-progress-container {
	/*max-height: 42px;*/
	overflow: hidden;
}
.tpp-progress-bar{
	width: 100%;
}
.event-user-icon {
	width: 32px;
}