
.border-box,
a,
article,
aside,
blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
legend,
li,
main,
nav,
ol,
p,
pre,
section,
table,
td,
textarea,
th,
tr,
ul {
    box-sizing: border-box
}

:root {
	--cPrimary: #ff9f23;
	--cText:  #687693;
	--cPrimary100: #ffeab5;
}

/* :root {
	--cPrimary: #ff9f23;
	--cPrimaryRGB: 255,159,35;
	--cText:  #687693;
	--cPrimary100: #ffeab5;
	--cSecondary: #233d62;
} */

/* html {
	font-size: 100%;
} */

/* @media (max-width: 420px) {
	html {
		font-size: 90%;
	}

}

@media (max-width: 320px) {
	html {
		font-size: 80%;
	}

} */

/* Google Font */
/* latin */
@font-face {
	font-family: 'Google Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Google Sans Regular'), local(GoogleSans-Regular), url(//fonts.gstatic.com/s/googlesans/v5/4UaGrENHsxJlGDuGo1OIlL3Owp4.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}
	
	/* latin */
@font-face {
	font-family: 'Google Sans';
	font-style: normal;
	font-weight: 500;
	src: local('Google Sans Medium'), local('GoogleSans-Medium'), url(https://fonts.gstatic.com/s/googlesans/v11/4UabrENHsxJlGDuGo1OIlLU94YtzCwY.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

h1.title {
	margin-bottom:20px;
}

h2 { 
	font-family: "Montserrat", Sans-serif;
	font-weight: 500;
	color: #233d62;
	word-break: normal;
}

#app {
	width: 100vw;
	padding: 2rem;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}


/* main wrapper for sections */
main {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: auto;
	flex-direction: row;
	grid-gap: 2rem;
	gap: 4vh;
	width: 100%;
	margin-top: 4vh;
}


/* Add form input section */
#addForms {
	font-family: "Montserrat", Sans-serif !important;
	font-weight: 500 !important;
	flex: 1;
	max-width: 620px;
	min-width: 380px;
	/* padding-right: 2rem; */
}


.custom-checkbox.b-custom-control-sm, .input-group-sm .custom-checkbox {
	padding-left: 0.75rem;
}


#addForms p, #addForms span {
	font-family: "Montserrat", Sans-serif;
	color: var(--cText);
	font-weight: 200;
}

#addForms .nav {
	row-gap: 0.75rem
}

.addForm.rsAddForm .noCheckbox {
	margin-right: 1.5rem;
}
/* ACCORDIAN SECTION STYLES */
#accordianForm .card-header {
	padding: 0rem;
	border: none;
}

#accordianForm .input-group-text {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border: none;
	font-weight: 600;
	cursor: pointer;
}

#accordianForm .input-group-text:hover {
	text-decoration: underline;
}

#accordianForm .card-body {
	padding: 0.5rem 0.5rem;
}

.form-input-label {
	width: 140px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-right: none;
}

.form-input-label--clear {
	width: 140px;
	background-color: white !important;
}

/* Google preview section */
#preview {
    font-size: small;
    margin-top: 0;
    margin-bottom: 29px;
	margin-right: auto;
	clear: both;
	width: 600px;
	min-width: 380px;
	padding-right: 2rem;
	max-width: 600px
}

#preview.mobileScreen {
	background-image: url('../mobile-cropped-screen-466x900.png');
	background-repeat: no-repeat;
	background-position: center; 
	background-size: 320px;
	
	height: calc(320px*2.1);
	width: 320px;
	min-width: 320px;
	min-height: calc(320px*2.05);
	max-height: calc(320px*2.05);
	display: flex;
	justify-content: center;
	padding-top: calc(320px*0.153 + 1rem);
	padding-bottom: calc(320px*0.068 + 1rem);
	padding-right: 0px;
	/* overflow-y: scroll; */
}

#preview.mobileScreen .previewWrapper {
	/* padding-top: calc(320px*0.153);
	padding-bottom: calc(320px*0.068); */
	padding: 1.25rem 0.75rem;
	width: calc(320px*0.9);
	height: 95%;
	overflow-y: scroll;
}

div.googlePreview {
	font-size:small;
    margin-bottom:29px;
	clear: both;
	color: #202124;
}

.googlePreview p, .googlePreview span {
	font-size: 14px;
	margin: 0;
	line-height: 1.58;
	font-family: 'Google Sans Text',arial, sans-serif;
}

.googlePreview .ratings {
	display: flex;
	align-items: center;
	color: black;
}

.googlePreview .ratings label {
	display: flex;
	align-items: center;
	color: black !important;
}

.googlePreview .sitelinks--inline > span:hover {
	text-decoration: underline;
	cursor: pointer;
}
.googlePreview .headline {
	padding-top: 4px;
	margin-bottom: 3px;
	font-size: 20px;
	line-height: 26px;
	color: #1a0dab;
	-webkit-tap-highlight-color: rgba(0,0,0,.10);
	cursor: pointer;
}

.googlePreview .sitelinkGroups {
    margin: 0 -13px 0 0;
    padding: 18px 0 4px 16px;
    width: 614px;
}
.googlePreview .sitelinkGroups > div {
    box-sizing: border-box;
    display: inline-block;
    padding: 0 13px 18px 0;
    vertical-align: top;
    width: 50%;
}
.googlePreview .sitelinkGroups .headline {
	font-size: 20px;
    line-height: 26px;
    padding-top: 0px;
	margin-bottom: 0px;
}
.googlePreview .headline:hover {
	text-decoration: underline;
}
.googlePreview .addLink {
	line-height: 1.58;
}

.sitelinkGroups .headline {
	font-size: 20px;
    line-height: 26px;
    padding-top: 0px;
    margin-bottom: 0px;
}

.wrapper__inputGroupSelect {
	width: 100%;
	display: flex;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color: var(--cText);
    background-color: #fff;
	font-weight: 600;
	border-color: white white  #dee2e6;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    color: var(--cPrimary);
	font-weight: 600;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--cPrimary);
    background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
	font-weight: 600;
}

@media (max-width: 1200px) {
	main {
		flex-direction: column;
		/* align-items: center; */
	}
	main #addForms {
		width: 100%;
		min-width: 420px;
		padding-right: 1rem;
		padding-left: 0rem;
		/* margin-left: auto;
		margin-right: auto; */
	}
	#preview {
		/* clear: both; */
		width: 100%;
		min-width: 420px;
		padding-right: 0rem;
	}
	#preview.mobileScreen {
		background-image: url('../mobile-cropped-screen-466x900.png');
		background-repeat: no-repeat;
		background-position: center; 
		background-size: 320px;
		height: calc(320px*2.1);
		width: 320px;
		min-width: 320px;
		min-height: calc(320px*2.05);
		max-height: calc(320px*2.05);
		display: flex;
		justify-content: center;
		padding-top: calc(320px*0.153 + 1rem);
		padding-bottom: calc(320px*0.068 + 1rem);
		margin-right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	#preview.mobileScreen ~ #addForms {
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 620px) {
	
}

/* utility classes */
.bg--cPrimary100 {
	background-color: var(--cPrimary100) !important;
}

.bg--cPrimary {
	background-color: var(--cPrimary) !important;
	color: white !important;
}

.gc--text {
	color: #4d5156;
}

.gc--black {
	color: #202124;
}

.gc--link {
	color: #1a0dab;
}

.gc--light {
	color: #70757a;
}
