<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#form-mnattendees input[type=text],
#form-mnattendees input[type=email],
#form-mnattendees select{
	height: 30px;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;

	display: inline-block;
}
#form-mnattendees input[type=text],
#form-mnattendees input[type=email] {
	width: 100%;
	margin: 0;
}
.mnattendees-show input{
	margin-right: 3px;
}

#form-mnattendees .btn-delete{
	width: 16px;
	height: 16px;
	background-image: url('../images/remove.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	padding: 0 !important;
	cursor: pointer;
	display: block;
}
#form-mnattendees .box-mnattendees{

}
#mnattendees label{
	min-width: 55px;
	width: 30%;
	display: inline-block;
}
#ticketmoreattendees{
	color: #43454b;
	float: left;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 6px 12px;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #FAFAFA;
	transition: all 0.3s;
}
#ticketmoreattendees:hover{
	transition: all 0.3s;
	background-color: #EBE9EB;
}
#form-mnattendees p{
	margin-bottom: 10px;
}

.event-details,
.attendees-info{
	overflow: hidden;
	margin-bottom: 10px;
	padding: 12px 15px 15px;
	border-radius: 6px;
	border: 1px solid #ddd;
	background: #fdfdfd;
	width: 100%;
}
.attendees-info{
	margin: -20px 0 30px;
}
.event-details &gt; h3,
.attendees-info &gt; h3{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.event-details table,
.attendees-info table{
	margin: 0;
}
.event-details table tbody tr td,
.event-details table tbody tr:nth-child(2n) td,
.attendees-info table tbody tr td,
.attendees-info table tbody tr:nth-child(2n) td{
	background: none;
	padding: 5px 15px;
}
.event-details table tbody tr td:first-child,
.attendees-info table tbody tr td:first-child{
	width: 105px;
}
.attendees-info table{
	counter-reset: section;
}
.attendees-info table tr.attendee &gt; td.counter:before{
	counter-increment: section;
	content: "(0" counter(section) ")";
}
.event-details #toggle-map{
	display: inline-block;
	margin-left: 6px;
	font-size: 12px;
	text-decoration: underline;
	font-style: italic;
}
.show-mnattendees-popup{
	display: block;
	width: max-content;
	margin-bottom: 30px;
	font-weight: bold;
	font-style: italic;
}
.show-mnattendees-popup:hover {
	text-decoration: underline;
}
body.mnattendees-popup-opened{
	overflow: hidden;
}
.mnattendees-popup{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	-moz-opacity: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	display: none;
}
.mnattendees-popup.opened{
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	display: block;
}
.mnattendees-popup-gray{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.12);
}
.mnattendees-popup-close:before{
	content: "\00d7";
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	font-size: 24px;
	line-height: 1;
	color: #43454b;
	position: absolute;
	top: 26px;
	right: 30px;
	cursor: pointer;
}
.mnattendees-popup-container{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 90%;
	max-width: 860px;
	height: max-content;
	max-height: 90%;
	margin: auto;
	background: #fff;
	padding: 30px;
	border-radius: 4px;
}
.mnattendees-popup-title{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-bottom: 18px;
}
.mnattendees-popup-content{
	max-height: calc(90vh - 135px);
	-webkit-overflow: auto;
	-moz-overflow: auto;
	-ms-overflow: auto;
	-o-overflow: auto;
	-khtml-overflow: auto;
	overflow: auto;
}
.table-mnattendees-container{
	min-height: 68px;
	max-height: calc(90vh - 365px);
	-webkit-overflow: auto;
	-moz-overflow: auto;
	-ms-overflow: auto;
	-o-overflow: auto;
	-khtml-overflow: auto;
	overflow: auto;
}
.mnattendees-popup .mnattendees &gt; label,
.mnattendees-popup #mnattendees &gt; label{
	display: block;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 10px;
}
.mnattendees-popup .mnattendees,
.mnattendees-popup #mnattendees,
.mnattendees-popup #send-mail-to-ticket{
	padding-bottom: 25px;
}
table.table-mnattendees{
	margin: 0;
}
table.table-mnattendees tr td{
	padding: 5px;
	vertical-align: middle;
}
.mnattendees-popup #ticketmoreattendees{
	padding: 0;
	font-weight: 900;
	border: none;
	background: none !important;
	text-decoration: underline;
	text-transform: capitalize;
}
.mnattendees-popup-done{
	display: inline-block;
	padding: 6px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	cursor: pointer;
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #FAFAFA;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.mnattendees-popup-done:hover{
	background-color: #EBE9EB;
}
.box-mnattendees td:nth-child(3) {
	text-align: center;
}</pre></body></html>