#aep_config_box .inside {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#aep_config_box .f-row label {
	display: block;
	line-height: 28px;
}

#aep_config_box .f-row {
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

#aep_config_box .f-row[aria-hidden="true"] {
	display: none;
}

#aep_config_box .f-row[aria-hidden="false"] {
	display: flex;
}

/**
Tabs CSS
 */

.ae-config-wrapper {
	overflow: hidden;
}

.ae-config-wrapper ul.ae-config-nav {
	position: relative;
	float: left;
	list-style: none;
	width: 180px;
	line-height: 1em;
	margin: 0 0 -1px 0;
	padding: 0;
	background-color: #fafafa;
	border-right: 1px solid #eee;
	box-sizing: border-box;
}

ul.ae-config-nav li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

ul.ae-config-nav li a {
	display: block;
	margin: 0;
	padding: 10px;
	line-height: 20px !important;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	box-shadow: none;
	color: #555;
}

ul.ae-config-nav li[aria-selected="true"] a {
	font-weight: 400;
	background-color: #fff;
	margin-right: -1px;
}

.ae-config-content[aria-hidden="true"] {
	display: none;
}
.ae-config-content[aria-hidden="false"] {
	display: block;
}

.ae-desc {
	width: 45%;
}
.ae-control {
	position: relative;
	width: 50%;
}

.ae-debug-wrapper .ae-control {
    width: 100%;
}

.ae-config-wrapper .ae-config-content-wrapper {
	float: left;
	width: calc(100% - 180px);
	margin-left: -1px;
	border-left: 1px solid #eee;
}

.ae-config-content-wrapper .ae-config-content {
	padding: 20px 30px;
}

input#ae_apply_global {
	margin-top: 5px;
}

span.aep-desc {
	color: #999;
}
.ae-checkbox-list li {
	margin-bottom: 0;
}

ul.ae-config-nav li.ae-rules {
	display: none;
}

/**
New Settings Page Layout
 */

.aep-header {
	margin-left: -20px;
	padding: 20px;
	background: #fff;
}

.aep-header h2 {
	margin: 0;
}

.aep-version {
	margin-left: 10px;
	font-size: 10px;
	background-color: #e8e8e8;
	padding: 3px 6px;
	line-height: 1.2;
	font-style: italic;
}

.aep-content-wrapper {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 20px 20px 20px;
	box-sizing: border-box;
}

.aep-settings-main-wrapper {
	width: 75%;
	height: 100%;
	margin: 0px 20px 20px 0;
}

.aep-settings-sidebar-wrapper {
	width: 25%;
}

.aep-metabox {
	margin-bottom: 20px;
	box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #ddd;
	background: #fff;
	border-top: 2px solid #2ea2cc;
}

#aep-config.aep-tab-content {
	padding: 15px;
}

.aep-sidebar-box h3.aep-title {
	border-bottom: 1px solid #ddd;
}

.aep-sidebar-box.aep-metabox ul {
	margin-top: 0;
}

h3.aep-title {
	padding: 12px;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.aep-sidebar-box .aep-metabox-content {
	padding: 12px 0px;
	line-height: 1.4;
	font-size: 13px;
	margin: 10px 0;
}

.aep-sidebar-box .aep-metabox-content {
	padding: 12px 12px;
}

.aep-module-row {
	background-color: #f7fcfe;
	padding: 15px 15px 15px 10px;
	border-left: 5px solid transparent;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	transition: all 0.2s;
}

.aep-module-row.aep-enabled {
	border-left: 5px solid #2ea2cc;
}

.aep-enabled {
	font-weight: bold;
}

.aep-tab-content {
	display: none;
}
.aep-tab-content.active {
	display: block;
}

.aep-module-row.aep-bulk-action {
	background-color: #fff;
	border-color: #fff;
}

.aep-module-row.aep-module-group {
	border-color: #eee;
	background-color: #eee;
}
.aep-group-title {
	margin: 0;
}

.aep-module-action {
	float: right;
}

.aep-module-action a {
	text-decoration: none;
}

@keyframes spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.aep-module-action a.updating:before {
	color: #f56e28;
	content: "\f463";
	font: normal 20px/1 "dashicons";
	display: inline-block;
	vertical-align: top;
	animation: spinner 2s infinite linear;
	margin-right: 2px;
}

.aep-disabled .aep-module-action a {
	font-weight: normal;
}

#aep-license {
	width: 100%;
	margin-bottom: 5px;
}

.aep-license-msg {
	margin-bottom: 5px;
	color: red;
}

.aep-title span.active {
	font-size: 11px;
	font-weight: normal;
	float: right;
	color: green;
	line-height: 21px;
	display: none;
}

.aep-active .aep-title span.active {
	display: inline-block;
}

h3.aep-title a {
	text-decoration: none;
	font-weight: normal;
}

button .aep-action-loading {
	display: none;
}

.aep-tabs {
	margin-bottom: 20px;
	background: #fff;
}

.aep-tabs > h3.aep-title {
	display: inline-block;
}
.aep-tabs > h3.aep-title.active {
	border-bottom: 2px solid #2ea2cc;
}
.aep-tabs > h3.aep-title.active a {
	text-decoration: none;
	font-weight: normal;
}

button.loading .aep-action-loading {
	display: inline-block;
	animation: aep-icons-spin 1s infinite;
	animation-timing-function: linear;
	margin-top: 4px;
}

@keyframes aep-icons-spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/**
 New admin ui
 **/

.ae-admin-topbar {
	margin: 0 0 0 -20px;
	padding: 10px 20px 0 20px;
	background: #fff;
	border: 1px solid #ccd0d4;
	display: flex;
	justify-content: space-between;
}

.ae-admin-topbar .ae-branding {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}

.ae-admin-topbar .ae-branding img, .ae-admin-topbar .ae-branding svg {
	width: 50px;
	margin-right: 10px;
}

.ae-admin-topbar .ae-branding h1 {
	margin: 0 10px 0 0;
	font-size: 24px;
	font-weight: normal;
}

.ae-admin-topbar .ae-nav {
	align-self: flex-end;
}

.ae-admin-topbar .ae-nav ul {
	display: flex;
	margin: 0;
}

.ae-admin-topbar .ae-nav ul li {
	margin: 0;
}

.ae-admin-topbar .ae-nav ul li.ae-nav-active {
	border-bottom: 2px solid #0071a1;
	font-weight: bold;
}

.ae-admin-topbar .ae-nav ul a {
	display: block;
	padding: 10px;
	color: #555;
	text-decoration: none;
	font-size: 20px;
	margin: 0 10px;
}
.ae-import-form{
	width: 80%;
	margin: auto;
	line-height: 1.5;
}
.ae-import-form #elementor-import-template-area.show{
	display: block;
}


.ae-version {
    margin-left: 10px;
    font-size: 10px;
    background-color: #e8e8e8;
    padding: 3px 6px;
    line-height: 1.2;
    font-style: italic;
}

.aep-metabox-header {
	background: #6366F1;
	background: linear-gradient(90deg,rgba(99, 102, 241, 1) 0%, rgba(139, 92, 246, 1) 50%);
	color: #fff;
	padding: 15px;
	text-align: center;
}

.aep-sidebar-box.aep-metabox {
	border-top: none;
}
.aep-sidebar-box.aep-metabox .aep-metabox-header {
    padding: 12px 24px;
    display: flex;
    min-height: 180px;
    flex-direction: column;
	justify-content: center;
	align-items: center;
}

.aep-old-title {
	font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}
.aep-title {
	font-size: 22px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.4em;
    color: #FFFFFF;
}
.aep-new-brand {
	display: inline-block;
    background: rgba(255, 255, 255, 0.25);
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    margin-top: 10px;
}

.aep-sidebar-box.aep-metabox {
    background: #fff;
    border-radius: 4px;
	padding: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
}

.aep-sidebar-box .aep-metabox-header {
	text-align: center;
    background: linear-gradient(135deg, #6F63F2, #8A4DE8);
    padding: 30px 20px;
    border-radius: 4px 4px 0 0;
    margin: -24px -24px 20px -24px;
    color: #fff;
}

.aep-sidebar-box .aep-metabox-content{
	padding: 0;
	margin: 0;
}

.aep-sidebar-box .aep-metabox-content p {
	font-size: 16px;
    color: #4a4a4a;
    margin-bottom: 20px;
}

/* .aep-metabox-content a.ae-rebranding, .aep-metabox-content a.ae-documentation, .aep-metabox-content a.ae-support {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
} */

.aep-metabox-content a.ae-rebranding {
	display: inline-block;
    text-align: center;
    background: #2171b1;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
	line-height: 18.2px;
    font-weight: 600;
    text-decoration: none;
	align-items: center;
    gap: 6px;
    width: -webkit-fill-available;
    justify-content: center;
}

.aep-metabox-content a.ae-documentation{
	display: block;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    border: 2px solid #24689c;
    color: #24689c;
	line-height: 18.2px;
	background-color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.aep-metabox-content a.ae-documentation:hover, .aep-metabox-content a.ae-support:hover {
	background-color: #24689c;
	border-color: #24689c;
}

.aep-metabox-content a.ae-rebranding:hover {
	background-color: #005a87;
}

.aep-metabox-content h3 {
	font-size: 22px;
    margin-bottom: 12px;
    margin-top: 0px;
}

.aep-metabox-content p {
	margin-top: 0;
}