.fr.dates.groupper {
	max-width: 500px;
	margin: auto;
	padding: 15px;
	margin-bottom: 50px;
	margin-top: 20px;
}
.fr.dates.groupper > .section {
	font-weight: bold;
	font-size: 16px;
	width: calc(100% + 30px);
	padding: 10px 15px;
	background-color: rgba(0, 0, 0, 0.05);
	margin-left: -15px;
	margin-bottom: 15px;
	border-top: 1px solid #e5e7eb;
	border-bottom: 1px solid #e5e7eb;
}
.fr.dates.groupper > .section.top {
	margin-top: -20px;
}
.fr.dates.groupper > .section > .placeholder {
	height: 20px;
	width: 42%;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 100px;
}
.fr.dates.groupper > .head {
	width: calc(100% + 32px);
	margin-left: -16px;
	margin-top: -15px;
}
.fr.dates.groupper.cal .fr.calendar {
	height: 510px;
	margin: -20px -15px -15px -15px;
	width: calc(100% + 30px);
	border-radius: 0;
	box-shadow: none;
}
.fr.dates.groupper.cal .fr.calendar thead tr th {
	height: 40px;
	border-radius: 0;
}
.fr.dates.groupper.cal .fr.calendar tbody tr td {
	min-width: calc(100% / 7);
}
.fr.dates.groupper.cal .fr.calendar tbody tr td .date, .fr.dates.groupper.cal .fr.calendar tbody tr td .time {
	height: 70px;
}
.fr.dates.groupper.cal .fr.calendar tbody tr td .date.available.date, .fr.dates.groupper.cal .fr.calendar tbody tr td .time.available.date {
	background-color: #f47f31 45;
	font-weight: bold;
	font-size: 18px;
}
.fr.dates.groupper.cal .fr.calendar tbody tr td .date.available.date:hover, .fr.dates.groupper.cal .fr.calendar tbody tr td .time.available.date:hover {
	background-color: #f47f31 69 !important;
}
@media screen and (max-width: 600px) {
	.fr.dates.groupper {
		margin: 0 15px 50px 15px;
	}
	.fr.dates.groupper.cal .fr.calendar {
		height: 400px;
	}
}
@media screen and (max-width: 500px) {
	.fr.dates.groupper {
		margin: 0;
		border-radius: 0;
	}
	.fr.dates.groupper .head {
		border-radius: 0;
	}
}
.ar.date {
	display: flex;
	margin-bottom: 10px;
	color: black;
	cursor: pointer;
}
.ar.date .left {
	background-color: #f37435;
	color: white;
	text-align: center;
	padding: 10px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	min-width: 120px;
}
.ar.date .left .day {
	font-size: 32px;
	font-weight: 700;
	line-height: 32px;
}
.ar.date .left .month {
	font-size: 18px;
	font-weight: bold;
}
.ar.date .right {
	flex-grow: 100;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	background-color: rgba(0, 0, 0, 0.05);
	padding: 10px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.ar.date .right .time {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}
.ar.date .right .venue {
	font-size: 18px;
	color: gray;
	line-height: 18px;
	font-weight: bold;
}
.ar.date .right .status {
	background-color: rgba(0, 0, 0, 0.04);
	color: #323232;
	border-top-right-radius: 12px;
	font-weight: bold;
	margin: -10px -10px 10px -10px;
	padding: 8px 10px;
	font-size: 16px;
}
.ar.date:hover:not(.placeholder) .right {
	background-color: rgba(0, 0, 0, 0.065);
}
.ar.date:hover:not(.placeholder) .left {
	background-color: #f26a27;
}
.ar.date.inactive .left {
	background-color: rgba(0, 0, 0, 0.13);
	color: #747474;
}
.ar.date.inactive .right .time {
	color: #747474;
}
.ar.date.inactive:hover .left {
	background-color: rgba(0, 0, 0, 0.15);
}
.ar.date.placeholder .left {
	background-color: rgba(0, 0, 0, 0.2);
}
.ar.date.placeholder .left .day {
	height: 26px;
	background-color: rgba(0, 0, 0, 0.1);
	width: 60px;
	border-radius: 100px;
	margin: 3px auto;
}
.ar.date.placeholder .left .month {
	height: 20px;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 100px;
	width: 80%;
	min-width: 80px;
	margin: auto;
}
.ar.date.placeholder .right .time {
	height: 24px;
	background-color: rgba(0, 0, 0, 0.1);
	width: 60px;
	border-radius: 100px;
}
.ar.date.placeholder .right .venue {
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 100px;
	height: 18px;
	margin-top: -2px;
	width: 50%;
	max-width: 150px;
}
@media screen and (max-width: 400px) {
	.ar.date .left {
		min-width: 100px;
		padding: 8px;
	}
}


.fr.message {
	background-color: rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	padding: 15px;
	font-size: 16px;
}
.fr.message.centered {
	text-align: center;
}
.fr.message.error, .fr.message.red {
	background-color: #fadddd;
	color: #783b3b;
}
.fr.message.error:empty, .fr.message.red:empty {
	display: none;
}
.fr.message.orange {
	background-color: #faebdd;
	color: #78583b;
}
.fr.message.warning, .fr.message.yellow {
	background-color: #fff0d4;
	color: #786c3b;
	border: 1px solid #fbe6c0;
}
.fr.message.success, .fr.message.green {
	background-color: #d6f2ab;
	color: #3f6212;
}
.fr.message.info, .fr.message.blue {
	background-color: #dfe4f2;
	color: #122262;
}
.fr.message > .header, .fr.message > .contents > .header {
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}
.fr.message > .header.centered, .fr.message > .contents > .header.centered {
	text-align: center;
}
.fr.message ul.list, .fr.message ul, .fr.message ol.list, .fr.message ol {
	margin: 0;
	padding-left: 15px;
	margin-bottom: 0;
}
.fr.message ul.list li:last-child, .fr.message ul li:last-child, .fr.message ol.list li:last-child, .fr.message ol li:last-child {
	margin-bottom: 0;
}
.fr.message.small {
	font-size: 14px;
	line-height: 15px;
}

.ar.password-event{
	display: flex;
	flex-direction: column;
	align-items: center;
	> img{
		width: 200px;
		height: 200px;
		border-radius: 8px;
	}
	> .fr.message{
		margin-top: 5px;
		margin-bottom: 15px;
		text-align: center;
		width: 100%;
		max-width: 350px;
	}
	> .ui.header{
		margin-bottom: 0;
		margin-top: 15px;
	}

	.ui.form{
		width: 100%;
		max-width: 350px;
		input{
			width: 100%;
			text-align: center;
			font-size: 20px !important;
			padding: 10px 8px !important;
			font-weight: bold;
		}
	}

	.fr.error.message{
		width: 100%;
		margin-bottom: 0;
		margin-top: 15px;
		text-align: left;
	}
}