/************************************************
* Element Styles
*/
* {
	box-sizing: border-box;
}
html,
body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	min-height: 100%;
	font-family: "Roboto", serif;
	background: #f4f4f4;
}
header {
	position: absolute;
	top: 0;
	left: 0;
	display: flex !important;
	align-items: center !important;
	/*box-shadow: 0px 2px 17px rgba(0, 8, 92, 0.08) !important;**/
	background: transparent !important;
	color: #ffffff !important;
	width: 100%;
	z-index: 9;
	background: #39333d47 !important;
	height: auto !important;
	padding: 10px 15px !important;
}
header.inner {
	background: #39333d !important;
}
main {
	min-height: calc(100vh - 50px);
}
.logo {
	max-height: 60px;
	width: auto;
}
/************************************************
* Generic Styles
*/
.text-center {
	text-align: center !important;
}
.d-flex {
	display: flex;
}
.flex-h-start {
	justify-content: flex-start;
}
.flex-h-end {
	justify-content: flex-end;
}
.flex-h-around {
	justify-content: space-around;
}
.flex-h-between {
	justify-content: space-between;
}
.flex-h-even {
	justify-content: space-evenly;
}
.flex-h-center {
	justify-content: center;
}
.flex-v-center {
	align-items: center;
}
.flex-v-start {
	align-items: flex-start;
}
.flex-v-end {
	align-items: flex-end;
}
.box-shadow {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(188, 188, 188, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(188, 188, 188, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(188, 188, 188, 0.75);
}
.box-shadow-heavy {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(179, 173, 179, 1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(179, 173, 179, 1);
	box-shadow: 0px 0px 20px 0px rgba(179, 173, 179, 1);
}
.container {
	width: 100%;
	max-width: 1230px;
	margin: auto;
	position: relative;
}
.w-100 {
	width: 100%;
}
.d-block {
	display: block;
}
.text-shadow {
	text-shadow: 1px 1px #000000;
}
.horizontal-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}
p {
	font-size: 16px;
}
/************************************************
* Custom Styles
*/
.hide-me {
	opacity: 0 !important;
	height: 0px !important;
}
.main-banner {
	width: 100%;
	min-height: 100vh;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banner-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.event-details {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
	z-index: 8;
	min-height: 100vh;
}
.event-title {
	font-size: 3vw;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.event-sub-title {
	font-size: 2vw;
	color: #ffffff;
}
.event-counter {
	position: relative;
	border-radius: 4px;
	background: #ffffff;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.event-start p,
.event-end p,
.event-date p {
	color: #aeaeae;
}
.event-start h3,
.event-end h3 {
}
.event-date h3 {
	color: #6e6e6e;
}
.event-address {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.header-links {
	padding-right: 15px;
	text-shadow: 1px 1px #000000;
}
.header-link {
	font-size: 20px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.header-link.active {
	color: #69b1ff;
}
.register-btn {
	padding: 15px;
	width: 300px;
	height: 50px;
	display: block;
	background: purple;
	border-radius: 50px;
	font-size: 24px;
	height: auto;
	text-align: center;
	margin: auto;
	color: #ffffff;
}
.donation-slider {
	width: 50%;
	margin: auto;
}
.step-wrapper {
	padding-top: 50px;
}
table.accommodations-list {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
}
table.accommodations-list,
table.accommodations-list th,
table.accommodations-list td {
}
table.accommodations-list td,
table.accommodations-list th {
	padding: 15px;
	text-align: left;
}
table.accommodations-list td {
	border-bottom: 1px solid #dad9d9;
	background: #ffffff;
	transition: all 0.2s ease-in-out;
}
table.accommodations-list .accommodation-row:hover td {
	cursor: pointer;
	background: rgba(128, 0, 128, 0.336);
}
table.accommodations-list th {
	background: #dad9d9;
	border-bottom: 1px solid #dad9d9;
}
.credit-card-form {
	width: 100%;
}
.credit-card-form-input {
	margin-bottom: 10px;
}
.form-input-error {
	color: red;
	margin-bottom: 10px;
	display: block;
}
.accommodation-box {
	border-radius: 4px;
	height: 100%;
	position: relative;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	border: 3px solid transparent;
}
.accommodation-box:hover {
	border: 3px solid rgba(128, 0, 128, 0.397);
}
.accommodation-img {
	width: 100%;
	height: 200px;
	border-radius: 4px;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
.accommodation-selected {
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 35px;
	color: #52c41a;
}
.accommodation-info {
	padding: 15px;
	display: flex;
	flex-direction: column;
}
/* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.ribbon {
	--f: 0.5em; /* control the folded part*/
	--r: 0.8em; /* control the ribbon shape */
	position: absolute;
	top: 20px;
	right: calc(-1 * var(--f));
	padding-inline: 0.25em;
	line-height: 1.8;
	background: purple;
	border-bottom: var(--f) solid #0005;
	border-left: var(--r) solid #0000;
	clip-path: polygon(
		0 0,
		100% 0,
		100% calc(100% - var(--f)),
		calc(100% - var(--f)) 100%,
		calc(100% - var(--f)) calc(100% - var(--f)),
		0 calc(100% - var(--f)),
		var(--r) calc(50% - var(--f) / 2)
	);
}
.meeting-col {
	border: 1px solid lightgray;
	padding: 15px;
	border-radius: 4px;
	min-height: 100%;
	margin-bottom: 15px;
}
.ant-picker-calendar-mini .ant-picker-cell::before {
	background: transparent !important;
}
.ant-picker-calendar .ant-picker-cell .ant-picker-cell-inner {
	min-width: 40px;
	height: 40px;
	line-height: 40px;
}
.work-trader-form .ant-form-item {
	margin-bottom: 40px !important;
}
/******************************************
* Countdown Styles
*******************************************/
#countdown {
	/*width: 465px;*/
	max-height: 171px;
	/*height: 112px;*/
	text-align: center;
	/*
	background: #222;
	background-image: -webkit-linear-gradient(top, #222, #333, #333, #222);
	background-image: -moz-linear-gradient(top, #222, #333, #333, #222);
	background-image: -ms-linear-gradient(top, #222, #333, #333, #222);
	background-image: -o-linear-gradient(top, #222, #333, #333, #222);
	border: 1px solid #111;
	*/
	border-radius: 5px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
	margin: auto;
	padding: 24px 0;
	/*position: absolute;*/
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#countdown:before {
	content: "";
	width: 8px;
	height: 65px;
	background: #d9d6d6;
	/*
	background: #444;
	background-image: -webkit-linear-gradient(top, #555, #444, #444, #555);
	background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
	background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
	background-image: -o-linear-gradient(top, #555, #444, #444, #555);
	border: 1px solid #111;
	*/
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	display: block;
	position: absolute;
	top: 48px;
	left: -10px;
}
#countdown:after {
	content: "";
	width: 8px;
	height: 65px;
	background: #d9d6d6;
	/*
	background: #444;
	background-image: -webkit-linear-gradient(top, #555, #444, #444, #555);
	background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
	background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
	background-image: -o-linear-gradient(top, #555, #444, #444, #555);
	border: 1px solid #111;
	*/
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	display: block;
	position: absolute;
	top: 48px;
	right: -10px;
}
#countdown #tiles {
	position: relative;
	z-index: 1;
}
#countdown #tiles > span {
	width: 92px;
	max-width: 92px;
	font: bold 48px "Droid Sans", Arial, sans-serif;
	text-align: center;
	color: #111;
	background-color: #ddd;
	background-image: -webkit-linear-gradient(top, #bbb, #eee);
	background-image: -moz-linear-gradient(top, #bbb, #eee);
	background-image: -ms-linear-gradient(top, #bbb, #eee);
	background-image: -o-linear-gradient(top, #bbb, #eee);
	border-top: 1px solid #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
	margin: 0 7px;
	padding: 18px 0;
	display: inline-block;
	position: relative;
}
#countdown #tiles > span:before {
	content: "";
	width: 100%;
	height: 13px;
	background: #111;
	display: block;
	padding: 0 3px;
	position: absolute;
	top: 41%;
	left: -3px;
	z-index: -1;
}
#countdown #tiles > span:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #eee;
	border-top: 1px solid #333;
	display: block;
	position: absolute;
	top: 48%;
	left: 0;
}
#countdown .labels {
	width: 100%;
	height: 25px;
	text-align: center;
	position: absolute;
	/*bottom: 8px;*/
	bottom: -4px;
}
#countdown .labels li {
	width: 102px;
	/*color: #f47321;*/
	color: #6e6e6e;
	/*text-shadow: 1px 1px 0px #000;*/
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
}
.checkout-table {
	width: 100%;
}
.checkout-table td {
	padding-bottom: 15px;
}
/************************************************
* countdown style ends here
*************************************************/
/************************************************
* Override antd styles
*/
/*
.ant-row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
*/
.ant-picker {
	width: 100%;
}
.ant-checkbox {
	padding-top: 5px;
	align-self: flex-start;
}
.ant-checkbox .ant-checkbox-inner:after {
	margin-top: 2px !important;
}
.flex-col {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.ant-steps-item-title {
	font-size: 13px !important;
}
/*
.ant-divider-horizontal {
	margin: 15px 0 !important;
}
	*/
/***********************************************
* Animation Styles
*/

/************************************************
* Media Query Styles
*/
/**
* 1230px
*/
@media screen and (max-width: 1230px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}
/**
* 991px
*/
@media screen and (max-width: 991px) {
	.mobile-block {
		display: block;
	}
	.donation-slider {
		width: 80%;
	}
	.event-title-holder {
		padding-top: 10%;
		margin-bottom: 40%;
	}
	.event-title {
		font-size: 30px;
		text-align: center;
	}
	.event-sub-title {
		font-size: 20px;
		text-align: center;
	}
	.event-counter {
		width: 100%;
		min-width: 530px;
		margin-bottom: 30px;
	}
	.event-details {
		display: block;
		padding-top: 100px;
	}
	/*
	.ant-col {
		margin-bottom: 30px !important;
	}
	*/
}
/**
* 1000px
*/
@media screen and (max-width: 1000px) {
}
/**
* 800px
*/
@media screen and (max-width: 800px) {
}
/**
* 768px
*/
@media screen and (max-width: 768px) {
	.header-link {
		font-size: 12px;
		letter-spacing: normal;
	}
}

/**
* ----------------------------------------------
* Demo styles
* ----------------------------------------------
**/
.accordion {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.accordion__item + .accordion__item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion__button {
    background-color: #f4f4f4;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
}

.accordion__button:hover {
    background-color: #ddd;
}

.accordion__button:before {
    display: inline-block;
    content: '';
    height: 10px;
    width: 10px;
    margin-right: 12px;
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(-45deg);
}

.accordion__button[aria-expanded='true']::before,
.accordion__button[aria-selected='true']::before {
    transform: rotate(45deg);
}

[hidden] {
    display: none;
}

.accordion__panel {
    padding: 20px;
    animation: fadein 0.35s ease-in;
}

/* -------------------------------------------------- */
/* ---------------- Animation part ------------------ */
/* -------------------------------------------------- */

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

