input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

.inapp-container,
.inapp-onboarding-container {
	width: 100%;
	/* overflow: hidden; */
	padding: 20px 0;
	position: relative;
	height: 100vh;
	overflow-y: scroll;
}

.inapp-share {
	height: 14vh;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, #56c3ba 0%, #52a39f 100%);
	background-color: transparent;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
}
.inapp-share.justify {
	justify-content: space-between;
	flex-direction: column;
}

.inapp-share img {
	height: 20px;
	margin-left: 10px;
	/* color: rgba(0, 0, 0, 0.7); */
}

.inapp-share p {
	font-size: 23px;
	line-height: 30px;
	color: rgba(74, 73, 74, 1);
	font-weight: 600;
	letter-spacing: 2.99px;
	font-family: 'Poppins';
	display: flex;
	align-items: center;
	cursor: pointer;
}

.inapp-home {
	display: flex;
	flex-direction: column;
	height: 70vh;
	/* align-items: center; */
	width: 400px;
	max-width: 90%;
	margin: 10px auto;
}
.inapp-home-name {
	width: 70%;
	margin: auto;
}
.inapp-home h3,
.inapp-about h3 {
	font-size: 25px;
	line-height: 31px;
	letter-spacing: -0.0366667px;
	color: #4a4a4a;
	font-weight: normal;
}
.inapp-home h3 > b {
	display: block;
	color: #4a4a4a;
}

.inapp-home-text {
	text-align: center;
}
.inapp-imgcontainer {
	text-align: center;
	margin: 20px 0;
	max-width: 400px;
}
.inapp-imgcontainer video {
	width: 100%;
}
.inapp-home-text h2 {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: -0.0366667px;
	color: #4a4a4a;
	margin: 10px 0;
}

.inapp-home-text p {
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	letter-spacing: -0.0191667px;

	color: rgba(74, 74, 74, 0.422513);
	margin: 5px;
}
.inapp-home-text p:last-child {
	font-size: 12px;
}

.to-chat-area {
	margin: auto;
	text-align: center;
}

.to-chat-area p {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.to-chat-area p > span {
	font-size: 12px;
	line-height: 15px;

	letter-spacing: -0.0183333px;
	text-decoration-line: underline;
	color: rgba(74, 74, 74, 0.422513);
}

.to-chat-area p > i {
	font-size: 16px;
	margin-left: 5px;
	margin-top: 3px;
	color: rgba(0, 0, 0, 0.85);
	text-decoration: none !important;
}

.inapp-about {
	margin-top: 5vh;
	width: 500px;
	max-width: 80%;
	margin: 5vh auto 0 auto;
}
.inapp-about-text p {
	font-weight: 600;
	font-size: 9.8px;
	line-height: 13px;
	letter-spacing: -0.256667px;

	color: rgba(97, 107, 112, 0.984594);
	margin: 10px 0;
}

.inapp-numbers {
	margin: 5vh 10px;
}
.inapp-numbers p {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -0.0233333px;

	color: rgba(74, 74, 74, 0.422513);
}

.inapp-numbers h1 {
	font-weight: bold;
	font-size: 60px;
	line-height: 78px;
	letter-spacing: 3.96864px;
	color: #4a4a4a;
}

.inapp-share-links {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #4d4d4a;
	display: none;
}
.inapp-share.justify .inapp-share-links {
	display: flex;
}
.inapp-share-links .share-links {
	margin: 0px;
}

.inapp-invitation-container {
	width: 500px;
	max-width: 80%;
	margin: 5vh auto 0 auto;
}

.inapp-invitation-container > h3 {
	font-size: 30px;
	font-weight: bold;
	width: 80%;
	color: rgb(14, 6, 62);
	margin-bottom: 0 !important;
}
.inapp-invitation {
	margin-top: 5vh;
}

.inapp-invitation .radio {
	opacity: 0.4;
}
.inapp-invitation .radio > div {
	display: flex;
	flex-wrap: wrap;
}

.inapp-invitation .radio > div > div {
	display: flex;
	align-items: center;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 31px;
	letter-spacing: -0.0366667px;
	color: #000000;
	margin-right: 10px;
}

.inapp-invitation .radio button {
	border: none;
	background-color: transparent;
	color: rgb(118, 169, 234);
	border-left: 1px solid rgba(118, 169, 234, 0.5);
	padding-left: 10px;
	font-size: 13px;
	opacity: 0.9;
}

.inapp-invitation .radio > div label {
	margin-left: 5px;
	color: rgba(74, 74, 74, 0.64);
	font-size: 12px;
}

.inapp-messages {
	margin: 40px 0;
	position: relative;
}

.inapp-messages label,
.inapp-invitation .radio p {
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;

	letter-spacing: -0.20775px;

	color: #1ba296;
	mix-blend-mode: normal;
	opacity: 0.62;
	margin: 10px 0;
}

.inapp-messages input,
.inapp-messages textarea {
	margin: 5px 0;
	display: block;
	width: 95%;
	padding: 15px;
	background: #eef2f9;
	border-radius: 10px;
	border: 0;
	color: #4a4a4a;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: -0.20775px;
}

.inapp-messages > button {
	position: absolute;
	border: none;
	background-color: transparent;
	top: 52%;
	right: 7%;
}

.inapp-messages > button img {
	height: 20px;
}
.inapp-onboarding-container > button {
	position: absolute;
	right: 20px;
	top: 20px;
	height: 25px;
	width: 25px;
	border: none;
	background-color: rgba(0, 0, 0, 0.85);
	color: white;
	font-weight: bold;
	border-radius: 50%;
	font-size: 14px;
	z-index: 100;
}
.inapp-onboarding-footer {
	height: 20%;
}

.inapp-onboarding-footer > div {
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-weight: bold;
	font-size: 14.31px;
	line-height: 19px;
	letter-spacing: -0.232628px;
}
.inapp-onboarding-footer > div.count-me-in {
	background: #56c3ba;
}

.inapp-onboarding-footer > div.inapp-submit {
	background: #4a4a4a;
}

.inapp-onboarding {
	width: 500px;
	max-width: 70%;
	margin: auto;
	text-align: center;
}
.inapp-onboarding-image {
	text-align: center;
	margin: 30px 0;
}

.inapp-onboarding-image p {
	font-weight: bold;
	font-size: 20.484px;
	line-height: 30px;

	color: #4a4a4a;
}

.onboarding-message p {
	font-size: 13.07px;
	line-height: 18px;
	text-align: center;

	color: #4a4a4a;
	margin: 10px 0;
}

.onboarding-form-footer {
	height: 10%;
}
.onboarding-form-footer button {
	height: 100%;
	width: 100%;
	border: none;
	background: #4a4a4a;
	font-weight: bold;
	font-size: 14.31px;
	line-height: 19px;
	letter-spacing: -0.232628px;

	color: #ffffff;
}

.inapp-onboarding-form {
	width: 500px;
	max-width: 85%;
	margin: auto;
}

.onboarding-form-header {
	text-align: center;
	width: 80%;
	margin: auto;
}
.onboarding-form-header h3 {
	font-weight: bold;
	font-size: 22.48px;
	line-height: 26px;
	text-align: center;
	color: #4a4a4a;
}
.onboarding-form-header p {
	font-size: 13.48px;
	line-height: 20px;

	text-align: center;

	color: #4a4a4a;
}
.onboarding-form {
	margin: 20px 0;
}

.onboarding-form .inapp-messages {
	margin: 10px 0;
}
.onboarding-form .inapp-messages input {
	padding: 20px;
}

.fullmessage-container h3 {
	font-weight: 600;
	font-size: 13px;
	color: #357f79;
	width: 70%;
	padding: 20px 0 0px 0;
	margin-bottom: 20px;
}

.inapp-image-container {
	padding: 20px 5px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.inapp-image-container > img {
	display: none;
}
.inapp-image-container img:first-child {
	height: 70px;
}

.inapp-image-container > div {
	margin-left: auto;
	width: 180px;

	position: relative;
}

.inapp-image-container img:last-child {
	width: 100%;
	margin-left: auto;
	display: block;
}

.finalmessage-container {
	padding: 20px;
	background-color: #eef2f9;
	border-radius: 5px;
}

.finalmessage-container p {
	padding: 10px 0;
	font-size: 12px;
	color: #4a4a4a;
	font-weight: 600;
}

.finalmessage-share {
	padding: 0px 0;
	position: relative;
}

.finalmessage-share p {
	text-align: center;
	padding: 10px 0;
	font-size: 12px;
	font-weight: 700;
}
.finalmessage-share button {
	display: block;
	width: 80%;
	margin: auto;
	padding: 13px 0;
	font-size: 16px;
	background-color: black;
	color: white;
	border: none;
	border-radius: 20px;
	letter-spacing: 7px;
	position: relative;
}

.finalmessage-share button i {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translate(-5%, -50%);
}

.share-widgets {
	display: flex;
	width: 80%;
	margin: 10px auto;
	justify-content: space-between;
	/* padding: 13px 0; */
	padding-right: 5px;
	border-radius: 20px;

	position: relative;
	height: 45px;
	align-items: center;
	background-color: #eef2f9;
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-30%);
	/* z-index: -1; */
	opacity: 0;
	pointer-events: none;
}

.ellipses {
	height: 100%;
	width: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: white;
	background-color: black;
	border: none;
}

.share-widgets a {
	color: black;
}

.other-occupation {
	height: 150px;
	background-color: #eef2f9;
	border-radius: 10px;
	margin: 20px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	display: none;
}

.other-occupation button {
	position: absolute;
	border: none;
	background-color: transparent;
}

.other-occupation input {
	width: 80%;
	margin: auto;
	border: 0;
	border-bottom: 1px solid #0e063e;
	border-radius: 0;
	padding: 10px;
	background-color: transparent;
}

.other-occupation input:focus {
	outline: none;
	-webket-outline: none;
}

.other-occupation button#send img {
	height: 20px;
}

.other-occupation button#send {
	right: 10%;
}

.other-occupation button#cancel img {
	height: 12px;
}

.other-occupation button#cancel {
	top: -9px;
	right: 10%;
	z-index: 10;
}

.other-occupation::after {
	content: '';
	border-style: solid;
	position: absolute;
	top: -12px;
	border-width: 20px 20px 0 0;
	border-radius: 50%;
	right: 9%;
	border-color: transparent #eef2f9;
}

.map-dots {
	height: 10px;
	width: 10px;
	background-color: #f7b500;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.7);
	position: absolute;
}

.map-dots.one {
	right: 1%;
	top: 28%;
}

.map-dots.two {
	right: 25%;
	top: 50%;
}

.map-dots.three {
	right: 60%;
	top: 55%;
}

.map-dots.four {
	right: 35%;
	top: 70%;
}

.map-dots.five {
	right: 60%;
	top: 20%;
}

.map-dots.six {
	right: 80%;
	top: 80%;
}

.inapp-image-container .map-dots {
	height: 6px;
	width: 6px;
	background-color: #f7b500;
}

.inapp-image-container .map-dots.one {
	right: 10%;
	top: 28%;
}

.inapp-image-container .map-dots.two {
	right: 25%;
	top: 36%;
}

.inapp-image-container .map-dots.three {
	right: 45%;
	top: 52%;
}

.inapp-image-container .map-dots.four {
	right: 58%;
	top: 70%;
}

.inapp-image-container .map-dots.five {
	right: 75%;
	top: 30%;
}

.inapp-image-container .map-dots.six {
	right: 80%;
	top: 85%;
}

.inapp-thanks {
	height: 70vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.inapp-thanks .thanks img {
	height: 200px;
}

.inapp-watch {
	display: flex;
	justify-content: center;
}

.inapp-watch > div {
	padding: 0px 20px;
	margin: 20px 0;
	text-align: center;
}

.inapp-watch > div:first-child {
	border-right: 1px solid rgba(0, 0, 0, 0.4);
}

.inapp-watch > div p {
	font-size: 11px;
	color: rgba(0, 0, 0, 0.4);
	text-decoration: underline;
}

.inapp-watch > div h3 {
	font-size: 32px;
	color: #4a4a4a;
	font-weight: 700;
	letter-spacing: 11px;
}

.inapp-watch > div button {
	height: 40px;
	width: 40px;
	background-color: #44b1a6;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	border: none;
	margin: 5px auto;
}
.inapp-thanks > p {
	width: 400px;
	max-width: 80%;
	margin: 0 auto;
	font-size: 11px;
	color: #4a4a4a;
	line-height: 19px;
	text-align: center;
}

.inapp-gotolara {
	background-color: #44b1a6;
	border-radius: 20px 0 0 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
	float: right;
	width: 180px;
}

.inapp-gotolara > div {
	height: 50px;
	width: 50px;
	background-color: #19675f;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 24px;
}

.inapp-gotolara p {
	font-size: 11px;
	text-align: center;
	color: #4a4a4a87;
	font-weight: 700;
	padding: 5px 0;
}

.swipe-up {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.707);
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

.swipe-up button {
	border: none;
	background-color: transparent;
}

.swipe-up button > img {
	height: 20px;
}

.swipe-up button > p {
	color: #4a4a4a;
	font-size: 12px;
}
