
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: -apple-system,SF Pro Text,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	background: #F3F4F5;
}

svg{
	max-width: 30px;
	max-height: 30px;
}
.stripe{
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 300px;
	top: 0;

	background: #141B38;
	color: #fff;
}
.content{
	position: relative;
	width: 100%;
	padding: 60px 0 0 0;
    min-height: calc(100vh - 339px);
}
.inner{
	width: 100%;
	max-width: 940px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
.top-bar{
	overflow: hidden;
	padding: 20px 0;
	background: #141B38;
}
.top-bar .logo{
	width: 220px;
	float: left;
}
.top-bar a{
	float: right;
	display: block;
	padding: 8px 12px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 3px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
}
.top-bar a svg{
	margin-right: 6px;
}

h1{
	font-size: 32px;
	font-weight: 600;
	color: #fff;
	line-height: 1.5;
	padding: 0 0 10px 0;
}
.modal{
	position: relative;
	background: #fff;
	box-shadow: 0 3px 3px 0px rgb(0 0 0 / 10%);
	border-radius: 3px;
	color: #141B38;
}
.legacy-modal {
	padding-bottom: 70px;
}
.legacy-modal.modal .disclaimer {
	position: absolute;
	font-size: 12px;
	font-weight: normal;
	margin-left: -10px;
	margin-top: 30px;
	bottom: 25px;
}

.modal p,
.modal h4{
	position: relative;
	float: left;
	clear: none;
	padding-left: 40px;
	padding-top: 5px;
	font-size: 16px;
	color: #141B38;
	font-weight: 600;
}
.modal p{
	position: relative;
	float: left;
	clear: none;
	padding-left: 40px;
	padding-top: 5px;
	font-size: 14px;
	color: #141B38;
	font-weight: 600;
}
.modal .note{
	display: block;
	font-size: 13px;
	line-height: 18px;
	padding-top: 8px;
	color: #5F6368;
	font-weight: normal;
}

.opt-in{
	display: flex;
	align-items: center;
    justify-content: center;
    font-size: 12px;
}
.opt-in input[type="checkbox"]{
	margin-right: 6px;
}
.opt-in input[type="email"]{
	font-weight: 600;
	margin-left: 5px;
	color: #141B38;
	border: none;
	border-bottom: 2px solid #DCDDE1;
	outline: transparent;
	cursor: pointer;
}
.opt-in .save-email,
.opt-in .edit-email {
	padding: 3px;
	border-bottom: 2px solid #DCDDE1;
	cursor: pointer;
}
.opt-in .save-email {
	font-weight: 600;
	color: #0068A0;
}
.opt-in input[type="email"].error {
	border-bottom: 2px solid red;
}

.footer{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 17.5px 20px;
	background: #F3F4F5;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	color: #141B38;
}

.footer .left span {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.manual-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 8px 20px 8px 12px;
	border: 1px solid #DCDDE1;
	text-decoration: none;
	color: #141B38;
	border-radius: 3px;
}
.manual-btn:hover,
.manual-btn:focus{
	background: #fff;
	border: 1px solid #ccc;
}
.manual-btn:active{
	background: #E8E8EB;
}

.app-footer {
	border-top: 1px solid #d6e2ec;
	color: #686d77;
	font-size: 13px;
	margin-top: 50px;
	padding: 30px 20px;
	text-align: center;
}

.app-footer p {
	margin: 0 0 14px;
}

.app-footer ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.app-footer ul li {
	display: inline-block;
	margin: 0 13px;
}

.app-footer a {
	color: #686d77;
	font-weight: 500;
	text-decoration: underline;
}

/* Mobile layout */
@media (max-width: 720px) {
	.connect-yes .two-col{
		flex-direction: column;
	}
}

.modal .disclaimer {
	font-size: 12px;
	font-weight: normal;
	line-height: 19px;
	color: #434960;
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal .disclaimer a {
	padding-left: 5px;
	color: #434960;
	text-decoration: underline;
}

.disclaimer svg{
	padding-right: 10px;
}

/* Security Popup */
.popup {
	background-color: rgba(0, 0, 0, 0.75);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
	align-items: center;
	justify-content: center;
}

.popup-content {
	display: none;
	max-width: 600px;
	width: 100%;
	background: #fff;
	min-height: 400px;
	overflow: auto;
	position: relative;
	padding: 48px;
	margin: 0 15px;
	box-sizing: border-box;
	border-radius: 4px;
	transition: 0.3s ease;
}

.popup-content .primary-btn {
	display: flex;
	color: white;
	border: 1px solid #0068A0;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 8px 20px 8px 12px;
	gap: 8px;
	width: 300px;
	background: #0068A0;
	border-radius: 2px;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 160%;
}

.popup-content .base-btn {
	display: flex;
	color: #141B38;
	border: 1px solid #DCDDE1;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 8px 20px 8px 12px;
	gap: 8px;
	width: 300px;
	background: #F3F4F5;
	border-radius: 2px;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 160%;
}

.popup-content .back-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	line-height: 160%;
	height: 19px;
	width: auto;
	cursor: pointer;
}

.popup-content .primary-btn:hover,
.popup-content .primary-btn:focus{
	background: #0096CC;
	border: 1px solid #0096cc;
}

.popup-content .base-btn:hover,
.popup-content .base-btn:focus{
	background: #fff;
	border: 1px solid #ccc;
}
.popup-content button:hover {
	cursor: pointer;
}

.popup-content .confirmation-panel {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.popup-content .contact-panel {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
}

.popup-content .heading {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.01em;
	color: #141B38;
}

.confirmation-panel .description {
	margin-top: 6px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	text-align: center;
	color: #2C324C;
	width: 353px;
}

.confirmation-panel .description a {
	font-weight: 600;
	color: #2C324C;
	text-decoration: underline;
}

.contact-panel .description {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #2C324C;
}

.contact-panel a {
	width: 93% !important;
	text-decoration: none;
}

.popup-content .close {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}

.show-popup .popup {
	display: flex;
}

.show-popup .popup-content {
	display: block;
	animation: popup 0.3s forwards;
}

.remove-popup .popup-content {
	animation: popupclose 0.3s forwards !important;
}

@keyframes popup {
	0% {
		transform: scale(0.9);
		opacity: 0.5;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}
@keyframes popupclose {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(0.9);
		opacity: 0.5;
	}
}

.mt-4 {
	margin-top: 4px;
}

.mt-8 {
	margin-top: 8px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-32 {
	margin-top: 32px;
}

.tabs {
	display: flex;
	justify-content: space-evenly;
	height: 70px;
	align-items: center;
	border-bottom: 1px solid #DCDDE1;
}

.tab {
	cursor: pointer;
	display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.tab .tab-name{
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
}

.tab .tab-num,
.tab .done.active {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	background: #F3F4F5;
	border-radius: 30px;
	color: #141B38;
	font-weight: 600;
	font-size: 12px;
	line-height: 19px;
}

.tab.active .tab-num {
	background: #0068A0;
	color: white;
}

.tab.active {
	background-color: #fff;
	border-color: #ddd;
}

.tab .edit {
	color: #0068A0;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    padding: 2px 8px;
    background: #E2F5FF;
    border-radius: 3px;
}

.tabs-content {
	position: relative;
	padding: 40px 70px;
}

.step,
.edit,
.done,
.tab-num.active {
	display: none;
}

.step.active,
.edit.active {
	display: block;
}

h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
}

.btn-group{
	display: flex;
	flex-direction: row;
	gap: 8px;
	margin: 20px 0px 27px 0px;
}

.btn-group span {
	padding-left: 10px;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
}

.btn-group button{
	padding: 12px 24px 12px 16px;
	border-radius: 2px;
	flex-grow: 1;
	cursor: pointer;
	border-color: transparent;
}

.btn-group .primary{
	background: #0068A0;
}

.btn-group .secondary{
	background: #2C324C;
}

.btn-group a,
.btn-group button.connect {
	width: 100%;
	text-decoration: none;
}

.btn-group button.connect {
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-group.connect{
	margin: 20px 0px 20px 0px;
}

/* Tooltip container */
.tooltip {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tooltip .tooltip-text {
	display: flex;
    align-items: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	color: #141B38;
	border-bottom: 2px dashed #ccc;
}

.tooltip .tooltip-text img{
	padding-right: 7px;
}

/* Tooltip container */
.tooltip .tooltip-container {
	visibility: hidden;
	width: 100%;
	max-width: 550px;
	background-color: white;
	color: black;

	position: absolute;
    top: 100%;
    margin-top: 20px;
    box-shadow: 1px 1px 9px 3px rgb(0 0 0 / 5%), 0px 4px 5px rgb(0 0 0 / 5%);
    border-radius: 4px;
	z-index: 1;

	/* Fade in tooltip */
	opacity: 0;
	transition: opacity 0.3s;
}

.tooltip .tooltip-container a {
	color: #434960;
	font-weight: 600;
}

.tooltip .tooltip-container img{
	padding-right: 7px;
}

.tooltip .tooltip-container .two-col {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 32px;
	padding: 16px 16px 24px 16px;
}

.tooltip .tooltip-container .two-col .col{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 8px;
	flex-direction: column;
}

.tooltip .tooltip-container .two-col .tooltip-header{
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
}

.tooltip .tooltip-container .two-col .tooltip-content{
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #434960;
}

.tooltip .tooltip-container .tooltip-footer{
	border-top: 1px solid #DCDDE1;
    padding: 12px 20px;
    background: #F9F9FA;
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
	color: #434960;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Tooltip arrow */
.tooltip .tooltip-container::before {
	content: "";
	position: absolute;
	top: 0%;
	left: 50%;
	transform: rotate(180deg) translate(10px, 23px) matrix(1, 0, 0, 1, 0, 0);
    border-width: 12px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;

}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltip-container {
	visibility: visible;
	opacity: 1;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 38px;
	background-color: #2C324C;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -60px;
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #2C324C transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.connect-yes {
	background: #F9F9FA;
    border: 1px solid #DCDDE1;
    border-radius: 3px;
	margin-top: 20px;
}

.connect-yes .two-col {
	display: flex;
}

.connect-yes .two-col .col {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.connect-yes .col h4 {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #141B38;
	padding: 20px 0px 0px 20px;
}

.connect-yes .col span {
	padding: 20px;
	font-weight: 400;
	font-size: 12px;
	line-height: 19px;
	color: #2C324C;
}

.connect-yes .col span strong {
	font-weight: bold;
}

.connect-footer {
	border-top: 1px solid #DCDDE1;
	padding: 12px;
}
.sb-known-issue-warning {
	background: #FFEFCC;
	padding: 16px 30px 20px 52px;
	position: relative;
	border-radius: 8px;
	line-height: 1.4;
	margin: 8px 0 16px;
}
.sb-known-issue-warning svg {
	position: absolute;
	left: 23px;
	width: 13px;
	height: 13px;
	top: 20px;
}