@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

.gg-math-plus,
.gg-math-plus::after {
	display: block;
	box-sizing: border-box;
	background: currentColor;
	border-radius: 10px
}

.gg-math-plus {
	margin-top: -2px;
	position: relative;
	transform: scale(var(--ggs, 1));
	width: 8px;
	height: 1.5px;
}

.gg-math-plus::after {
	content: "";
	position: absolute;
	width: 1.5px;
	height: 8px;
	top: -3.2px;
	left: 3.2px;
}

.gg-bell,
.gg-bell::before {
	border-top-left-radius: 100px;
	border-top-right-radius: 100px
}

.gg-bell {
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: scale(var(--ggs, 1));
	border: 2px solid;
	border-bottom: 0;
	width: 14px;
	height: 14px
}

.gg-bell::after,
.gg-bell::before {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute
}

.gg-bell::before {
	background: currentColor;
	width: 4px;
	height: 4px;
	top: -4px;
	left: 3px
}

.gg-bell::after {
	border-radius: 3px;
	width: 16px;
	height: 10px;
	border: 6px solid transparent;
	border-top: 1px solid transparent;
	box-shadow:
		inset 0 0 0 4px,
		0 -2px 0 0;
	top: 14px;
	left: -3px;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px
}

#growth-addons-page {
	/* background: #fff;
	padding: 20px;
	border-radius: 4px;
	 */
	margin-top: 20px;
	margin-right: 20px;
}

#growth-addons-page :is(h1, h2, h3, h4, h5, h6) {}

#growth-addons-page .growth-addons-header-bar {
	height: auto;
	padding: 10px;
	background: #fff;
	-webkit-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	-webkit-box-shadow: 0px 8px 21px 0px rgb(36 39 50 / 8%);
	box-shadow: 0px 8px 21px 0px rgb(36 39 50 / 8%);
}

#growth-addons-page .growth-addons-header-left {
	display: flex;
	align-content: center;
	align-items: center;
}

#growth-addons-page .growth-addons-header-left {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

#growth-addons-page .growth-addons-header-bar .growth-addons-admin-logo-inline {
	width: 60px;
	padding: 5px 10px;
	margin-right: 5px;
}

#growth-addons-page .growth-addons-header-bar .growth-addons-admin-logo-inline img {
	width: 100%;
}

#growth-addons-page .growth-addons-header-bar .title {
	font-size: 22px;
	color: #724fb6;
	font-weight: 500;
	margin: 0px;
	line-height: 2.5;
}

#growth-addons-page .growth-addons-settings-tab {
	background: #fff;
	padding: 15px 25px 30px;
	border-top: none;
	position: relative;
	margin-top: 0px;
}

#growth-addons-page h4 {
	font-size: 20px;
	text-transform: capitalize;
	letter-spacing: 1px;
	color: #724fb6;
	margin: 20px 0;
	padding-left: 10px;
	font-weight: 500;
}

#growth-addons-page .growth-addons-checkbox-container {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

#growth-addons-page .growth-addons-checkbox {
	position: relative;
	display: flex;
	flex-basis: calc(100% / 2 - 20px);
	justify-content: space-between;
	align-items: center;
	font-size: 24px;
	margin: 10px;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 5px 18px 0px rgb(0 4 32 / 8%);
}

#growth-addons-page .growth-addons-elements-info {
	display: flex;
	align-items: center;
}

#growth-addons-page p.growth-addons-el-title {
	font-size: 15px;
	font-weight: 600;
	color: #3a3c40;
	margin: 0.5em;
}

#growth-addons-page .growth-addons-header-right {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#growth-addons-page .growth-addons-header-right h3 {
	margin-right: 15px;
	background: #3a3c40;
	padding: 10px 20px;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
}

#growth-addons-page .growth-addons-header-right small {
	margin-top: -10px;
}

.toplevel_page_growth-addons img {
	width: 22px;
	position: relative;
	padding-top: 20px;
	vertical-align: middle;
	margin-top: -2px;
}

.growth-addons_page_growth-addons-licence #wpfooter {
	display: none !important;
}

.growth-addons_page_growth-addons-licence #wpbody-content,
.toplevel_page_growth-addons #wpbody-content {
	padding-bottom: 0 !important;
}

/* Licença */

.ga-license-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 50vh;
    padding: 20px;
}

#growth-addons-license *,
#growth-splash * {
	font-family: 'Montsserat', sans-serif;
}

#growth-addons-license,
#growth-splash {
	background: #ffffff;
	margin: 20px 20px 20px 0;
	border-radius: 2px;
	max-width: 100%;
	overflow: hidden;
}

#ga-license-img {
	width: 460px;
	
}

#growth-addons-license h1 {
	font-size: 35px;
	font-weight: 700;
	line-height: 12px;
	text-align: center;
	width: 100%;
	margin-top: -20px;
	color: #444444;
	cursor: default;
}

#growth-addons-license h2 {
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -3px;
	color: #b6b6b6;
	padding-bottom: 15px;
	cursor: default;
}

.ga-license-img-key {
	width: 27px;
	padding-top: 3px;
}

#growth-addons-license p {
	text-align: center;
	font-size: 20px;
	margin-top: -10px;
}

#growth-addons-license .d-none {
	display: none;
}

#growth-addons-license form {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 10px;
	flex-direction: column;
	align-items: center;
}

#growth-addons-license form .growth-inputs {
	display: flex;
	flex-direction: column;
}

#growth-addons-license form .growth-inputs input {
	padding: 5px 14px;
	border: 1px solid #dcdcde;
	text-align: center;
	width: 350px;
	height: 38px;
}

#growth-addons-license form .growth-inputs input::placeholder {
	color: #a4afb7;
	font-size: 14px;
	text-align: center;
}

#growth-addons-license form button {
    width: 350px;
	height: 38px;
    border: none;
    background: linear-gradient(90deg, rgba(104, 0, 160, 1) 50%, rgba(232, 0, 228, 1) 100%);
    color: #fff;
    border-radius: 4px;
    padding: 6px;
    font-size: 11px;
    letter-spacing: 2px;
    align-items: center;
    transition: opacity 0.5s ease;
}

#growth-addons-license form button:hover {
    opacity: .8;
}


#growth-addons-license form button i {
	position: relative;
	top: 2px;
	color: rgb(104, 0, 160);
}

#growth-addons-license form button span {
	background-color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	position: relative;
	left: -20px;
}

#growth-addons-license .growth-copyright {
	text-align: center;
	color: #b6b6b6;
	font-size: 13px;
	margin: 0;
	padding-top: 50px;
	padding-bottom: 10px;
	cursor: default;
	
}

#growth-addons-license .growth-notice {
	background: #77009a;
	color: #fff;
	padding: 10px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
}

#growth-addons-license .growth-notice img {
	width: 13px;
	position: relative;
	top: 2px;
	padding-right: 5px;
}

.toplevel_page_growth-addons #wpfooter {
	display: none;
}

#growth-splash .growth-splash-content {
	padding: 0 20px 20px 20px;
}

#growth-splash .growth-splash-content img {
	width: 100%;
}

#growth-splash .growth-splash-footer {
	text-align: center;
}

#growth-splash .growth-splash-footer p {
	text-align: center;
	color: #8c8f94;
	font-size: 13px;
	margin-left: -18px;
	padding-top: 5px;
	padding-bottom: 45px;
}

.elementor-widget-text-editor p:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
}

#growth-addons-license form .growth-inputs input[readonly] {
    background-color: #f0f0f1;
    cursor: not-allowed;
}