@font-face {
  font-family: GothamBold;
  src: url('/assets/fonts/GothamBold.ttf');
}

body {
	background: #f1d6dc;
	padding-bottom: 300px;
}

.logo-container {
	max-width: 200px;
	margin-top: 50px;
}
.lancome-logo {
	width: 100%;
}
.strongWarning {
	font-size: 0.8rem;
    padding-left: 10px;
    font-family: GothamBold;
}

.container {
	max-width: 600px;
}

.tncBox {
	margin-top: 220px;
}

.errorTNC {
	margin-top: 50px;
	visibility: hidden;
}

.errorTNCimage {
	max-width: 350px;
	text-align: center;
	margin-top: 50px;

	font-size: 1rem;
    color: white;
    background-color: black;
    padding: 10px;
    padding-left: 20px;
    border-radius: 25px;
    border: 2px solid white;
    padding-right: 20px;
}

.TNCSubmitButton {
	max-width: 220px;
	margin-top: 50px;
}

#buttonSubmitTNC {
	background: transparent;
    border: 0px;
}

#buttonSubmitForm {
	background: transparent;
    border: 0px;
}

#buttonSubmitOTP {
	background: transparent;
    border: 0px;
}

.buttonAction {
	margin-top: 50px;
}

.formSubmitButton {
	max-width: 220px;
}

.marketingSection {
	display: block;
}

.formSection {
	margin-top: 150px;
	display: block;
}

.tncSection {
	display: block;
}

.otpSection {
	margin-top: 150px;
	text-align: center;
}

.errorTNCimageDiv {
	margin-top: 50px;
}

.otpInput {
	    width: 200px;
    margin: auto;
}

.h2formatted {
	    text-align: left;
    margin: 0 auto;
    padding: 30px;
    font-size: 1.2rem;
}

.yesNoConsent {
	width: 360px;
    margin: 0 auto;
}

.submitButton {
	max-width: 220px;
	margin-top: 50px;
	background: transparent;
    border: 0px;
}

.yesNoConsentCheckbox {
	display: block;
}

.buttonSubmitMarketing {
	display: none;
}

.extraMarketing {
	display: none;
}

.errorSelectOne {
	width: 120px;
	margin-top: 20px;
	display: none;
}

.show {
	display: block !important;
}

.qrTitle {
	width: 100%;
}


/* Styles for the modal popup */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(252, 187, 89, 0.5); /* Semi-transparent background */
}

.modal-content {
    background-color: #fcbb59;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    max-width: 400px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.back-button {
	width: 100%;
}