h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

cite,
code,
b,
label,
.card-header,
a {
	/* font-family: SofiaProMedium; */
}
.card-header {
	/* font-family: SofiaPro-Bold; */
}

/* body {
	background-color: #f3f3f3 !important;
} */

.mw-100 {
	min-width: 150px;
}

.btn {
	border-radius: 80px;
}

.card-footer {
	border-top: 2px solid rgba(0, 0, 0, 0.03);
	background: rgba(0, 0, 0, 0.04);
}

.card-footer .btn-group button {
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.15) !important;
}

.container {
	max-width: 1440px;
}

@media (max-width: 400px) {
	.container {
		padding-left: none !important;
		padding-right: none !important;
	}
}

.container-fluid.container-full {
	width: 100vw;
	min-height: 100vh;
	margin: 0;
	overflow-x: hidden;
}

.card {
	border-radius: 6px;
	border: 'none' !important;
	box-shadow: 'none' !important;
}

.bgFullCover {
	background: url() no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* EVENT DETAIL */

.event-detail-header {
	margin-top: 25vh;
	padding: 0.3rem;
	margin-bottom: 0;
	background: rgba(140, 215, 255, 0.08);
	color: #ffffff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.event-detail-box {
	margin-top: 0;
	padding: 0px;
	background: #ffffff;
}

.event-detail-header h1 {
	padding-left: 1.2rem;
}

.event-detail-header {
	margin-top: 30vh;
	padding: 0.3rem;
	margin-bottom: 0;
	background: rgba(21, 23, 38, 0.88);
	color: #ffffff;
}

.event-detail-header.noTopMargin {
	margin-top: 0;
}

.gray-box {
	background-color: #f1f1f1;
	color: rgba(21, 23, 38, 1);
	padding: 1rem !important;
	min-height: 100%;
	padding: 0;
	margin: 0;
}

.gray-box h3 {
	margin-top: 0.5rem;
	margin-bottom: 0.95rem;
	color: #4a4a4a;
	/* font-family: SofiaPro-Regular; */
}

.host-box {
	background-color: #f7f7f7;
	color: rgba(21, 23, 38, 1);
	padding: 1rem !important;
	height: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	align-content: center;
	text-align: center;
}

.host-box .content {
	text-align: center;
	width: 100%;
}

.rowfix {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.event-info-box {
	padding: 1.5em;
}

.event-info-box .details {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	flex: 1;
	padding-bottom: 15px;
	/* background: url('/img/dashed-line.svg') repeat-x center bottom; */
	font-size: 0.95rem;
	/* font-family: SofiaProMedium; */
}

.event-info-box .details .detail-item {
	color: #151726;
	flex-grow: inherit;
}

@media (max-width: 600px) {
	.event-info-box .details {
		display: block;

		background: transparent;
		font-size: 0.95rem;
		/* font-family: SofiaProMedium; */
	}
	.event-info-box .details .detail-item {
		color: #151726;
		width: 100%;
		text-align: left !important;
		margin-bottom: 1.2rem;
		padding-bottom: 0.9rem;
		border-bottom: 1px #f1f1f1 solid;
	}

	.event-info-box .details .detail-item .detail-data {
		float: left;
	}
}
.event-info-box .details .detail-item img {
	padding-right: 10px;
}

.event-info-box .details .detail-item small {
	opacity: 0.6;
}

.event-info-box .details .detail-item b {
	/* font-family: SofiaPro-Bold; */
}

.event-info-box .description {
	padding: 5px;
	padding-top: 2em;
	color: #606060;
	text-align: justify;
}

.event-info-box .description-light {
	padding: 5px;
	color: #8a8a8a;
	/* font-family: SofiaProUltraLight; */
	text-align: justify;
}

.ticket-box {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	flex: 1;
	padding: 0.755rem 1.59rem;
	background: #ffffff;
	border: 1px solid #ebebeb;
	box-shadow: 0 0 23px -24px rgba(0, 0, 0, 0.5);
	border-radius: 6px !important;
	margin-bottom: 1.5rem;
}

.ticket-box b {
	color: #151726;
	/* font-family: SofiaPro-Bold; */
	padding-top: 0.2rem;
}
.ticket-box .item {
	width: 50%;
	flex-grow: inherit;
	display: inline-flex;
	justify-items: center;
	vertical-align: middle;
	align-items: center;
}

.ticket-box .item .separator {
	margin-right: 0.8rem;
}

.item-reverse {
	justify-content: flex-end;
}

.ticket-box input {
	width: 100%;
	max-width: 4rem;
	padding: 0.5rem;
	text-align: center;
	border-radius: 8px;
	font-size: 0.8rem;
	margin-right: 0.8rem;
}

.ticket-box .sold-out {
	max-width: 5rem;

	text-align: center;
	border-radius: 8px;
	font-size: 0.8rem;
	margin-right: 0.8rem;
}

.ticket-box .amount-qty {
	width: 100%;
	max-width: 5rem;
	padding: 1rem 0.5rem;
	text-align: center;
	margin-right: 0.8rem;
}

@media (max-width: 600px) {
	.ticket-box .ticketIcon {
		width: 23%;
		vertical-align: middle;
		visibility: hidden;
		padding-right: 1.1rem;
	}
	.ticket-box .item {
		padding-right: 5%;
	}
}
.ticket-box .ticketIcon {
	width: 23%;
	vertical-align: middle;
	padding-right: 1.1rem;
	margin-left: 10px;
	max-height: 35px;
}

.ticket-total-price {
	width: 100%;
	padding: 0 0.8rem;
}

.ticket-pay {
	width: 100%;
	padding: 1rem 0rem;
	clear: both;
}

.ticket-pay .btn {
	/* font-family: SofiaProMedium; */
}

.ticket-pay .powered-by-stripe {
	width: 100%;
	padding: 1rem;
	text-align: right;
}

.ticket-total-price .label {
	float: left;
	/* font-family: SofiaPro-Bold; */
	opacity: 0.23;
}

.ticket-total-price .price {
	float: right;
	/* font-family: SofiaPro-Bold; */
}

.event-form-item {
	width: 100%;
	display: inline-block;
}

.event-form-item label {
	margin: 0.4rem 0;
	/* font-family: SofiaPro-Bold; */
	font-size: 0.9rem;
}

.event-form-item input {
	border-radius: 8px;
	margin: 1rem 0;
	margin-top: 0;
}

.event-form-item.w-50 {
	width: 50%;
}

.event-form-item.w-40 {
	width: 39%;
}

.event-form-item.w-30 {
	width: 30%;
}

.event-form-item.w-20 {
	width: 19%;
	margin-left: 1%;
}

.agreement {
	margin-top: 4rem;
}
.agreement b {
	margin-top: 0.7rem;
	/* font-family: SofiaPro-Bold; */
}

.absolute-center {
	min-height: calc(100vh - 70px) !important;
}

.fake-card {
	border-right: 1px rgba(128, 128, 128, 0.356) solid;
}

.fake-card:last-of-type {
	border-right: 0px transparent solid;
}

.border-spacer-top {
	border-bottom: 1px rgba(128, 128, 128, 0.356) solid;
}
