html, body{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	border: 0;
	height: 100%;
}

 
h1{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 36px;
	text-align: center;
	color: #1E2438;
	margin: 24px 0px;
}
h2{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	color: #3C0014;
	margin: 0;
	padding: 0;
	text-align: left;
	margin-bottom: 12px;
}
h3{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
}
h4{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 1.2px;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #1E2438;
	margin-bottom: 8px;
}
h5{
	font-family: 'Fira Sans', sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 22px;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #1E2438;
	margin-bottom: 8px;
}

p{
	font-family: 'Fira Sans', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color:#6B7280;
	margin-top:8px;
}
.default-cancel{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	display: flex;
	align-items: center;
	text-decoration-line: underline;
	color: #6B7280;
}
.btn:not (.btn-outline-dark){
	color: #3C0014 !important;
}
.btn-outline-dark:hover{
	color: #222;
	border: 1px solid #222 !important;
	background: #fff !important;
}
.btn-outline-dark:active{
	color: #222 !important;
	border:1px solid #222 !important;
	background: #fff !important;
}
.container{
	margin: 0;
	padding: 0;
/*	background: rgba(255, 195, 15, 0.08);*/
	background: #fff;
	height: 100%;
}
.card{
	margin: 0;
	padding: 0;
	border:0;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.card-header{
	background: #FFC30F;
	padding:30px 16px;
	padding-bottom: 60px;
	border: 0;
	top:0;
	position: sticky;
	width: 100%;
}
.header-text, .text-default{
	color: #6B7280;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
}
.card-header >.back-button{
	margin-right: 18px;
	backdrop-filter: blur(5px);
}
.congrats{
	background: rgba(255, 246, 218, 0.8);
	border-radius: 12px;
	padding: 16px;
	text-align: center;
}
.card-content{
	padding: 16px;
	gap: 16px;
	width: 100%;

	background: #FAFBFD;
	border-radius: 24px 24px 0px 0px;
	margin-top: -30px;
	z-index: 9;
	flex: 1;
	display: flex;
	flex-direction: column;
	padding-bottom: 60px;
}
.card-content img{
	border-radius: 12px;
	max-width: 100%;
}

.poi-item{
	box-shadow: 0px 4px 8px 0px #0000000A;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
}
.poi-contact-list{
	box-shadow: 0px 4px 8px 0px #0000000A;
	border-radius: 12px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-footer{
	background: #fff;
	text-align: left;
	width: 100%;
	padding: 16px;
	padding-bottom:30px;
	border: 0;
/**	position: fixed; **/
	bottom:0;
	left: 0;
	position: relative;
	z-index: 999;
	flex-shrink: 0;
}
.confimation-input{
	letter-spacing: 2.8rem;
	font-size: 20px;
	padding: 16px;
	width: 100%;
	margin: 0px auto;
	display: block;
	border: 0;
}
.modal-header{
	border: none;
}
.table{
	border:0 !important;
}
.form-control:focus{
	border-color:#ddd;
	box-shadow: none;
}
input{
	border:0;
	box-shadow: none;
	border-color:transparent;
}
.color-app{
	color: #FFC30F;
}
.pl-0{
	padding-left: 0px;
}

.raw-html-embed{
    font-family: 'Fira Sans', sans-serif;
}
.raw-html-embed h2{
    font-family: 'Fira Sans', sans-serif;
    font-weight: 900;
    font-size: 22px;
}
.raw-html-embed p{
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    line-height:16px;
}

.raw-html-embed a{
    text-decoration: none !important;
}
#app-bucket{
	background: transparent;
	height: 100%;
}
#app-holder{
	width: 100%;
    height: 100%;
    /* background: #dfdfdf; */
    border-radius: 12px;
    border: 12px 2px solid #ccc;
	border-radius: 12px;
}
@media only screen and (min-width: 570px){
	#app-holder{
	     margin: 30px auto;
	     width: 390px;
	}
}

