body.single-user_events {
	/*
	background-color: #f0f2f5;
	*/
}

.single-user_events .website-canvas {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}

.header-single-event {
	-webkit-box-shadow: 0 25px 60px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 25px 60px 0 rgba(0, 0, 0, 0.05);
}

.header-single-event img {
	max-width: 1200px;
	width: 100%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}

.container-genres-categories {
	display: flex;
	gap: .5rem;
	flex-wrap: wrap;
}

.single-user_events .event-header {
	width: 100%;
}

.single-user_events .event-header.top-header {
	max-width: 1200px;
	margin: 2rem auto 0;
	padding: 0 2rem 2rem;
}

.single-user_events .event-header .boot-row {
	margin-right: 0;
	margin-left: 0;
}

.single-user_events .event-header date {
	border-top: 20px solid var(--orange);
	border-radius: 8px;
	color: var(--black);
	font-size: 32px;
	padding: .5rem 1rem .5;
	width: 80px;
	text-align: center;
	display: block;
	height: fit-content;
	font-family: 'Azo Sans';
}

.single-user_events .event-header .date {
	font-weight: 600;
}

.single-user_events .event-header .title {
	flex-grow: 1;
	padding-left: 1.5rem;
}

.single-user_events .event-header .categories .d-flex .event-actions .um-event-item {
	position: relative;
}

.single-user_events .event-header .categories .d-flex .event-actions .um-event-item .um-faicon-cog {
	width: 40px;
	height: 40px;
}

.single-user_events .event-header .categories .container-genres-categories {
	justify-content: flex-end;
}

.single-user_events .event-header h1 {
	font-family: 'Azo Sans';
	font-size: 30px;
	font-weight: 600;
	margin: 0 0;
}

.single-user_events .event-header .row-actions {
	border-bottom: 1px solid #ccc;
	align-items: center;
	font-size: 15px;
	padding: 1rem 0 1rem;
}

.single-user_events .event-header .row-actions .invited-by {
	flex-grow: 1;
}

.single-user_events .event-header .row-actions .invited-by img {
	border-radius: 50%;
	margin-right: .5rem;
}

.single-user_events .event-header .row-actions .actions {
	display: flex;
	align-items: center;
	gap: .5rem;
}

.single-user_events .tab-event-details-discussions {
	padding: 0 0 0;
}

.single-user_events .modal .nav-tab-wrapper .nav-tab {
	padding: 0 0 .5rem;
}

.single-user_events .nav-tab-wrapper .nav-tab,
.single-user_events .event-content h3 {
	font-size: 18px;
	font-weight: 700;
}

.single-user_events .modal-body .nav-tab-wrapper {
	margin-bottom: 1rem;
}

.single-user_events .modal-body .nav-tab-wrapper .nav-tab {
	font-size: 15px;
	font-weight: 600;
}

.single-user_events .event-header .tab-event-actions {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: .5rem;
}

a.um-invite-btn:before {
	font-family: "FontAwesome";
	margin-right: 8px;
	width: 14px;
	text-align: left;
	display: inline-block;
	font-size: 16px;
	position: relative;
	left: 0;
	content: '\f003';
}

.um-activity-bookmark.square-button a {
	padding: 0 0 !important;
	display: flex;
	align-items: center;
}

.um-activity-bookmark.square-button a i {
	font-size: 1rem !important;
}

.um-activity-bookmark.square-button .text {
	margin-left: 0px;
}

.single-user_events .event-header .tab-event-details-discussions div.active,
.single-user_events .event-header .tab-event-details-discussions div:hover,
.single-user_events .modal-body div.active,
.single-user_events .modal-body div.hover {
	border-color: var(--orange);
}

.single-user_events .event-content h3 {
	margin: 0 0 1rem;
}

.single-user_events .event-content .boot-col-md-8 .fa-solid {
	color: #8c939d;
	min-width: 24px;
	display: inline-block;
	text-align: center;
	margin-right: .5rem;
	font-size: 20px;
}

.single-user_events .event-content .boot-col-md-8 .row-avatars-40,
.single-user_events .event-content .boot-col-md-4 .row-avatars-40 {
	align-items: center;
	display: flex;
	gap: .5rem;
	padding-left: 26px;
}

.single-user_events .event-content .boot-col-md-4 .row-avatars-40 {
	flex-wrap: wrap;
	padding-left: 0;
}

.single-user_events .event-content .boot-col-md-4 .row-avatars-40 .um-activity-modal-pic {
	margin-right: 0;
}

.single-user_events .event-content .boot-col-md-8 .row-avatars-40 img {
	border-radius: 50%;
}

.single-user_events .event-content .boot-col-md-8 .count-subscribers,
.single-user_events .event-content .boot-col-md-8 .organizer,
.single-user_events .event-content .boot-col-md-8 .location,
.single-user_events .event-content .boot-col-md-8 .tickets {
	align-items: center;
	color: #050505;
	display: flex;
	margin-bottom: .8rem;
}

.single-user_events .event-content .boot-col-md-8 .count-subscribers span {
	margin-right: .2rem;
}

.single-user_events .event-content .boot-col-md-8 .description a {
	font-weight: 600;
}

.single-user_events .event-content .boot-col-md-8 .tickets .fa-solid {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.single-user_events .event-content .boot-col-md-8 .event-rules,
.single-user_events .event-content .boot-col-md-8 .event-global {
	display: none;
}

.single-user_events .event-content .boot-col-md-8 .event-rules.active,
.single-user_events .event-content .boot-col-md-8 .event-global.active {
	display: block;
}

.single-user_events .boot-col-md-4 {
	font-size: 15px;
}

.single-user_events .boot-col-md-4 .attendees,
.single-user_events .boot-col-md-4 .map,
.single-user_events .boot-col-md-4 .live-streaming,
.single-user_events .boot-col-md-4 .tickets {
	background-color: #fff;
	border-radius: 8px;
	padding: 20px 20px 20px 20px;
	-webkit-box-shadow: 0 25px 60px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 25px 60px 0 rgba(0, 0, 0, 0.1);
}

.single-user_events .boot-col-md-4 .map {
	padding: 0 0 0 0;
}

.single-user_events .boot-col-md-4 .attendees .content {
	display: grid;
	grid-template-columns: auto auto;
	grid-column-gap: 0rem;
}

.single-user_events .boot-col-md-4 .attendees #count-interested,
.single-user_events .boot-col-md-4 .attendees #count-subscribers {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: .5rem;
	border-radius: 8px;
}

.single-user_events .boot-col-md-8 .container-count-subscribers {
	border-radius: 1rem;
	cursor: pointer;
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	margin-bottom: 1rem;
}

.single-user_events .boot-col-md-8 .container-count-subscribers:hover,
.single-user_events .boot-col-md-4 .attendees #count-interested:hover,
.single-user_events .boot-col-md-4 .attendees #count-subscribers:hover {
	background-color: #f2f2f2;
}

.single-user_events .boot-col-md-4 .attendees strong {
	color: #050505;
	font-size: 22px;
	font-weight: 600;
}

.single-user_events .boot-col-md-4 .attendees span {
	font-size: 12px;
	text-transform: uppercase;
}

.single-user_events .boot-col-md-4 .tickets .fa-solid {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.single-user_events .event-content .boot-col-md-4 .map {
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.single-user_events .event-content .boot-col-md-4 .map #map-event {
	height: 300px;
}

.single-user_events .event-content .boot-col-md-4 .map .map-content {
	padding: 20px 25px 25px 25px;
	width: 100%;
}

.single-user_events .event-content .boot-col-md-4 .map .map-content .row-infos,
.single-user_events .event-content .boot-col-md-4 .map .map-content .row-infos span {
	white-space: initial !important;
	font-size: 15px !important;
}

.single-user_events .event-content .boot-col-md-4 .map .map-content .row-infos span:first-of-type {
	display: block;
	font-weight: 600;
}

.single-user_events .event-content .boot-col-md-4 .map .map-content .row-infos span:first-of-type:not(:last-child)::after,
.single-user_events .event-content .boot-col-md-4 .map .map-content .row-infos i {
	display: none;
}

.single-user_events .modal-invite-friends .modal-body #friends-list {
	display: flex;
	flex-direction: column;
	gap: .5rem;
}

.single-user_events .row-invite-friends-actions {
	align-items: center;
	display: flex;
	gap: .5rem;
}

.single-user_events .boot-col-md-4 .event-invited-friends {
	position: relative;
	max-height: 312px;
	overflow: auto;
}

.single-user_events .modal-invite-friends .event-invited-friends {
	height: 100%;
	max-height: calc(80vh - 40px - 3rem);
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}

.single-user_events .modal-dialog .friend {
	align-items: center;
	display: grid;
	grid-template-columns: 40px 1fr 20px;
	gap: .5rem;
}

.single-user_events .modal-dialog .friend .um-field-area {
	display: flex;
	align-items: center;
}

.single-user_events .modal-dialog .friend .um-field-checkbox:not(.um-field) {
	margin: 0 0;
	line-height: inherit;
	position: initial;
}

.single-user_events .modal-dialog .friend .um-field-checkbox .um-field-checkbox-state {
	position: relative;
	top: initial;
	left: initial;
	display: flex;
}

#confirm-sends {
	background-color: rgba(255, 255, 255, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-user_events .row-invite-friends-actions .um-invite-btn {
	flex-grow: 1;
}

.single-user_events #btn-send-invites .span-count {
	display: none;
	margin-left: .3rem;
	background-color: rgba(0, 0, 0, 0.15);
	padding-left: .4rem;
	padding-right: .4rem;
	border-radius: 4px;
	margin-right: -0.3rem;
}

.modal.modal-attendees .modal-dialog {
	min-width: 548px;
	max-width: 548px;
}

.modal.modal-attendees .modal-dialog .um-activity-modal-item {
	padding: 12px 0 0 0;
	min-height: 52px;
}

.modal.modal-attendees .event-subscribers,
.modal.modal-attendees .event-interested {
	display: none;
}

.modal.modal-attendees .event-subscribers.active,
.modal.modal-attendees .event-interested.active,
.event-invited-friends {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.single-user_events .boot-col-md-4 .event-invited-friends .friend {
	padding: 12px 0 0 0;
	display: flex;
	gap: .5rem;
	align-items: center;
}

.single-user_events .event-invited-friends .friend .um-activity-modal-info {
	flex-grow: 1;
	font-weight: 600;
}

.single-user_events .event-invited-friends .friend .um-activity-modal-btn-invite .btn {
	font-size: 12px;
	padding: 0.4rem .4rem;
}

.modal.modal-attendees .loading {
	height: 40px !important;
	margin-top: 12px;
}

#expand-live-player i {
	cursor: pointer;
}

#generic-modal-container #live-player-iframe,
#generic-modal-container #live-player-iframe iframe {
	width: 100%;
}


#generic-modal-container #live-player-iframe {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
	/* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
#generic-modal-container #live-player-iframe .responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.container-awards-prizes {
	display: flex;
    flex-direction: column;
    gap: .2rem;
}

.container-awards-prizes .award-title {
	text-transform: uppercase;
    font-size: 15px;
    font-style: normal;
    color: var(--black);
}

.container-awards-prizes .award-desc {
    font-size: 14px;
    font-style: italic;
    color: #666;
	margin-bottom: .5rem;
}

@media screen and (max-width: 550px) {
	.single-user_events .website-canvas {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}

	.single-user_events .event-header.top-header {
		margin: 1rem auto;
		padding: 0 1rem 1rem;
	}

	.header-single-event {
		background: var(--white) !important;
		padding-bottom: 0;
	}

	.header-single-event img {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.single-user_events .event-header date {
		border-top: 14px solid var(--orange);
		font-size: 20px;
		padding-top: .5rem;
		padding-bottom: .5rem;
		padding-right: 15px;
		padding-left: 15px;
		min-width: 50px;
		width: 50px;
	}

	.single-user_events .event-header h1 {
		font-size: 22px;
	}

	.single-user_events .event-header .row-actions .actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: .5rem;
		width: 100%;
		padding-top: 1rem;
		padding-bottom: .5rem;
	}

	.single-user_events .event-header .row-actions .actions button {
		width: 100%;
	}

	.single-user_events .event-header .nav-tab-wrapper {
		gap: 1rem;
		height: auto;
		flex-direction: column-reverse;
	}

	.single-user_events .event-header .nav-tab-wrapper .tab-event-actions .square-button {
		width: 100%;
	}

	.single-user_events .event-header .title {
		padding-bottom: 1rem;
		padding-right: 0;
		padding-left: 1rem;
		width: calc(100% - 65px);
	}

	.single-user_events .event-header .categories {
		text-align: left;
		padding-left: 0;
		padding-right: 0;
	}

	.single-user_events .event-header .categories .container-genres-categories {
		font-size: 12px;
		justify-content: flex-start;
	}

	.single-user_events .event-header .row-actions {
		padding-top: 0;
		padding-bottom: 0;
	}

	.single-user_events .website-canvas {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}

	.single-user_events .event-header .tab-event-actions {
		padding: 1rem 0 0 0;
		font-size: 13px;
		display: block;
	}

	.single-user_events .event-header .tab-event-actions>.d-flex {
		justify-content: space-between;
	}

	.single-user_events .event-header .tab-event-actions .mr-05 {
		margin-right: .3rem !important;
	}

	.single-user_events .event-content .boot-col-md-8 .row-avatars-40 {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		justify-items: center;
	}

	.single-user_events .event-content .boot-col-md-8 {
		margin-bottom: 1rem;
	}

	.single-user_events .event-content .event-description {
		padding: 10px 0 25px 0;
		border-radius: 0;
	}

	.single-user_events .boot-col-md-8 .container-count-subscribers {
		padding: 0 15px 10px;
	}

	.single-user_events .event-content h2,
	.single-user_events .event-content h3 {
		font-size: 22px;
	}

	.single-user_events .event-photos,
	.single-user_events .event-global {
		padding-bottom: 2rem;
	}

	.single-user_events .boot-col-md-4 .attendees,
	.single-user_events .boot-col-md-4 .tickets {
		border-radius: 0;
		padding: 20px 10px 25px 10px;
	}

	.single-user_events .boot-col-md-4 .live-streaming {
		padding: 0 0 15px 0;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}

	.single-user_events .event-content .boot-col-md-4 .map {
		border-radius: 0;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}

	.single-user_events .event-content .boot-col-md-4 .map #map-event {
		height: 280px;
	}

	.single-user_events .event-content .boot-col-md-4 .map .map-content {
		padding: 20px 0 15px 0;
	}

	.single-user_events .boot-col-md-4 .attendees {
		margin-bottom: 0 !important;
		padding: 20px 0 0 0;
		border-top: 1px solid #aaa;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}

	.single-user_events .row-invite-friends-actions {
		align-items: flex-start;
		flex-direction: column;
		height: auto;
	}

	.single-user_events .row-invite-friends-actions div {
		width: 100%;
	}

	.modal-invite-friends .modal-dialog {
		border-radius: 0;
	}

	.modal-invite-friends .modal-body,
	.modal-attendees .modal-body {
		height: calc(100% - 59px);
		max-height: inherit;
		overflow: hidden;
	}

	.single-user_events .modal-invite-friends .modal-body #friends-list {
		height: 100%;
		gap: 0;
	}

	.single-user_events .modal-invite-friends .modal-body .row-invite-friends-actions {
		height: 80px;
	}

	.single-user_events .modal-invite-friends .event-invited-friends {
		height: calc(100% - 80px);
		max-height: inherit;
		overflow: auto;
	}

	.event-invited-friends .friend {
		padding: 12px 0 0 0;
	}

	.modal.modal-attendees .modal-dialog {
		border-radius: 0;
		min-width: 100%;
		max-width: 100%;
	}

	.modal.modal-attendees .event-subscribers.active,
	.modal.modal-attendees .event-interested.active,
	.event-invited-friends {
		height: calc(100% - 40px);
		overflow: auto;
	}

	.modal.modal-attendees .modal-dialog a.um-message-btn {
		font-size: 18px;
		padding-right: 4px !important;
	}
}