#analogwp-templates {
	--ang-primary: #413EC5;
	--ang-border: #DFDFDF;
	--ang-main-text: #474747;
	--ang-sec-text: #828282;
	--ang-dark-bg: #252421;
	--ang-sec-bg: #D1D0ED;
	font-family: Inter, 'sans-serif';
}

/*Top navigation tab CSS*/
/*START*/
#sk-library-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
}

#sk-library-heading .is-secondary {
	margin-left: 10px;
}

#sk-library-heading button{
	width: 100px;
	height: 30px;
	display: inline-block;
	text-align: center;
}

#analogwp-templates .close-modal {
	margin-left: 8px;
}

#analogwp-templates .close-modal svg {
	width: 15px;
	margin-left: 6px;
}

#sk-library-tab .components-button {
	padding: 32px 20px;
	margin: 0 10px;
	border-radius: 0;
	font-weight: bold;
	color: #828282;
	text-transform: uppercase;
}

#sk-library-tab .components-button:not(:last-of-type) {
	border-right: 1px solid #DFDFDF;
}

#sk-library-tab .components-button:hover {
	box-shadow: none;
}

#sk-library-tab .components-button.is-active{
	box-shadow: none;
	color: #474747;
	position: relative;
}
/*END*/

#analogwp-templates .analogwp-content {
	background: #F1F1F1;
	padding: 4px 24px;
	min-height: calc(100% - 51px);
	position: relative;
}

#analogwp-templates .templates-collection li .components-card__body figure {
	padding: 20px;
}

#analogwp-templates .templates-collection span {
	width: 16px;
	height: 18px;
	position: absolute;
	bottom: 15px;
	right: 17px;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
}

#analogwp-templates .templates-collection .actions,
#analogwp-templates .templates-list .actions,
#analogwp-templates .stylekit-list .preview,
#analogwp-templates .block-list .actions {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.7);
	top: 0;
	left: 0;
	z-index: 100;
	transition: all 200ms;
}

#analogwp-templates .templates-collection .actions:hover,
#analogwp-templates .templates-list .actions:hover,
#analogwp-templates .stylekit-list .preview:hover,
#analogwp-templates .block-list .actions:hover {
	opacity: 1;
}

#analogwp-templates .block-list .actions .ang-requirements {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	color: #23282d;
	text-align: center;
}

#analogwp-templates .block-list .actions .ang-requirements img {
	width: 45px;
	height: 45px;
}


#analogwp-templates .block-list .actions .ang-requirements .title {
	font-weight: bold;
	font-size: 16px;
}

#analogwp-templates .block-list .actions .ang-requirements p {
	margin: 0 0 10px;
	font-weight: 500;
}

#analogwp-templates .stylekit-list .preview {
	min-width: 110px;
}

#analogwp-templates .components-button.black-transparent {
	background-color: rgba(35, 40, 45, 0.85);
	color: #fff;
}

#analogwp-templates .templates-collection figure .components-button,
#analogwp-templates .templates-list figure .components-button,
#analogwp-templates .stylekit-list figure .components-button,
#analogwp-templates .block-list figure .components-button{
	width: 185px;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	font-size: 15px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 1440px) {
	#analogwp-templates .block-list figure .components-button{
		width: 120px;
		height: 45px;
		font-size: 15px;
	}
}

@media only screen and (max-width: 1024px) {
	#analogwp-templates .templates-collection figure .components-button,
	#analogwp-templates .templates-list figure .components-button,
	#analogwp-templates .stylekit-list figure .components-button,
	#analogwp-templates .block-list figure .components-button{
		width: 120px;
		height: 45px;
	}
}

#analogwp-templates .templates-collection .components-button.is-primary:focus,
#analogwp-templates .templates-list .components-button.is-primary:focus,
#analogwp-templates .stylekit-list .components-button.is-primary:focus,
#analogwp-templates .block-list .components-button.is-primary:focus {
	border: none;
	box-shadow: none;
}


#analogwp-templates .templates-collection .components-button.is-secondary,
#analogwp-templates .templates-list .components-button.is-secondary,
#analogwp-templates .stylekit-list .components-button.is-secondary,
#analogwp-templates .block-list .components-button.is-secondary {
	border: none;
	box-shadow: none;
}

#analogwp-templates .templates-collection .components-button.is-secondary:focus,
#analogwp-templates .templates-list .components-button.is-secondary:focus,
#analogwp-templates .stylekit-list .components-button.is-secondary:focus,
#analogwp-templates .block-list .components-button.is-secondary:focus {
	border: none;
	box-shadow: none;
}

/*Cards Container CSS*/
/*START*/
#analogwp-templates .templates-collection {
	margin: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(31.3%,31.3%));
	grid-gap: 36px 3%;
	color: #23282d;
}

#analogwp-templates-modal #analogwp-templates .templates-collection {
	margin-bottom: 36px;
}

#analogwp-templates .templates-list,
#analogwp-templates .stylekit-list {
	margin: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(23.5%, 23.5%));
	grid-gap: 16px 2%;
	color: #23282d;
}

#analogwp-templates-modal #analogwp-templates .templates-list,
#analogwp-templates-modal #analogwp-templates .stylekit-list {
	margin-bottom: 16px;
}

#analogwp-templates .block-list {
	color: #23282d;
}

@media only screen and (max-width: 1120px) {
	#analogwp-templates .templates-collection {
		grid-template-columns: repeat(auto-fit,minmax(47%,47%));
		grid-gap: 25px 4.5%;
	}

	#analogwp-templates-modal #analogwp-templates .templates-collection {
		margin-bottom: 25px;
	}

	#analogwp-templates .templates-list,
	#analogwp-templates .stylekit-list {
		grid-template-columns: repeat(auto-fit, minmax(32%, 32%));
		grid-gap: 10px 2%;
	}

	#analogwp-templates-modal #analogwp-templates .templates-list,
	#analogwp-templates-modal #analogwp-templates .stylekit-list {
		margin-bottom: 10px;
	}
}

@media only screen and (min-width: 1640px) {
	#analogwp-templates .templates-collection {
		grid-template-columns: repeat(auto-fit,minmax(23%,23%));
		grid-gap: 25px 2%;
	}

	#analogwp-templates-modal #analogwp-templates .templates-collection {
		grid-template-columns: repeat(auto-fit,minmax(31.5%,31.5%));
		grid-gap: 42px 2%;
		margin-bottom: 42px;
	}

	#analogwp-templates .templates-list,
	#analogwp-templates .stylekit-list {
		grid-template-columns: repeat(auto-fit, minmax(18%, 18%));
		grid-gap: 32px 2%;
	}

	#analogwp-templates-modal #analogwp-templates .templates-list,
	#analogwp-templates-modal #analogwp-templates .stylekit-list {
		grid-template-columns: repeat(auto-fit, minmax(23.5%, 23.5%));
		grid-gap: 32px 2%;
		margin-bottom: 32px;
	}
}

@media only screen and (min-width: 2000px) {
	#analogwp-templates .templates-collection {
		grid-template-columns: repeat(auto-fit,minmax(23.5%,23.5%));
		grid-gap: 42px 2%;
	}

	#analogwp-templates-modal #analogwp-templates .templates-collection {
		grid-template-columns: repeat(auto-fit,minmax(31.5%,31.5%));
		grid-gap: 42px 2%;
		margin-bottom: 42px;
	}

	#analogwp-templates .templates-list,
	#analogwp-templates .stylekit-list {
		grid-template-columns: repeat(auto-fit, minmax(18.4%, 18.4%));
		grid-gap: 44px 2%;
	}

	#analogwp-templates-modal #analogwp-templates .templates-list,
	#analogwp-templates-modal #analogwp-templates .stylekit-list {
		margin-bottom: 44px;
	}
}
/*END*/

/*Card Component CSS*/
/*START*/
.analogwp-content li .components-card,
.analogwp-content div.block-list .components-card {
	border: none;
}

/*Body*/
/*START*/
.analogwp-content li .components-card__body,
.analogwp-content div.block-list .components-card__body {
	padding: 0;
}

/*END*/

/*Footer*/
/*START*/
.analogwp-content li .components-card__footer,
.analogwp-content div.block-list .components-card__footer {
	padding: 12px;
}

.analogwp-content li .components-card__footer .content,
.analogwp-content div.block-list .components-card__footer .content {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.analogwp-content li .components-card__footer h3,
.analogwp-content div.block-list .components-card__footer h3 {
	font-size: 15px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0;
}

#analogwp-templates .templates-list .pro,
#analogwp-templates .stylekit-list .pro,
#analogwp-templates .block-list .pro{
	position: absolute;
	top: -8px;
	right: -8px;
	z-index: 9999;
	border-radius: 4px;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-size: 14px;
	padding: 8px 16px;
	background-color: var(--ang-dark-bg);
	color: #fff;
	text-align: center;
}

#analogwp-templates li .components-card__footer .tags {
	color: #565D65;
	text-transform: capitalize;
	font-size: 13px;
}
/*END*/
/*END*/

/*Filter Component CSS*/
/*START*/
#analogwp-templates .template-filter .bottom,
#analogwp-templates .block-filter .bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#analogwp-templates .template-filter .bottom span,
#analogwp-templates .block-filter .bottom span {
	display: inherit;
}

#analogwp-templates .template-filter .bottom .components-base-control,
#analogwp-templates .block-filter .bottom .components-base-control {
	margin-bottom: 16px;
}

#analogwp-templates .template-filter .bottom span:first-child .components-base-control:not(:first-child),
#analogwp-templates .block-filter .bottom span:first-child .components-base-control:not(:first-child) {
	margin-left: 1vw;
}

#analogwp-templates .template-filter .top,
#analogwp-templates .block-filter .top {
	padding: 0 0 20px;
	display: flex;
	align-items: center;
}

#analogwp-templates .template-filter .top .kit-title,
#analogwp-templates .block-filter .top .block-title {
	margin-right: 2vw;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 19px;
	font-weight: normal;
	color: #000000;
}

#analogwp-templates .template-filter .top .kit-back,
#analogwp-templates .block-filter .top .block-back {
	margin-top: 24px;
	margin-bottom: 17px;
	width: 120px;
	height: 30px;
	display: inline-block;
	text-align: center;
}

#analogwp-templates .template-filter .favorites,
#analogwp-templates .block-filter .favorites {
	margin-right: 3vw;
	margin-bottom: 12px;
	font-weight: normal;
}

#analogwp-templates .template-filter .favorites,
#analogwp-templates .block-filter .favorites,
#analogwp-templates .template-filter .group-by,
#analogwp-templates .block-filter .group-by {
	font-size: 15px;
	color: #555d66;
}

#analogwp-templates .template-filter .group-by,
#analogwp-templates .block-filter .group-by {
	margin-right: 20px;
}

#analogwp-templates .template-filter .favorites svg,
#analogwp-templates .block-filter .favorites svg {
	margin-right: 8px;
	fill:#6E7780;
}

#analogwp-templates .template-filter .favorites.is-active svg,
#analogwp-templates .block-filter .favorites.is-active svg {
	fill: #FFB443 !important;
}

#analogwp-templates .to-top-right {
	position: absolute;
	top: 16px;
	right: 24px;
}

#analogwp-templates .sidebar {
	display: flex;
	flex-direction: column;
	height: 100vh;
	overflow-y: scroll;
}

#analogwp-templates .sidebar [class^='slide-'], #analogwp-templates .sidebar [class*=' slide-'] {
	color: #23282d;
}

#analogwp-templates .block-categories-tabs {
	width: 100%;
}

#analogwp-templates .block-categories-tabs .components-tab-panel__tabs-item::after {
	display: none;
}

#analogwp-templates-modal .analogwp-content .sidebar {
	top: 30px;
	padding-bottom: 40px;
}
/*END*/

/*Template preview page css*/
/*START*/
#analogwp-templates .analogwp-content .preview-active {
	position: relative;
	min-height: 80vh;
	margin-top: 10px;
}

#analogwp-templates .analogwp-content .preview-active button {
	width: 120px;
	height: 30px;
	display: inline-block;
	text-align: center;
}
/*END*/

/*Popup CSS*/
/*START*/
#analogwp-templates .analogwp-content .inner-popup-header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: sticky;
	background: #fff;
}

#analogwp-templates .analogwp-content .inner-popup-header h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin: 0;
}

#analogwp-templates .analogwp-content .inner .components-card__header {
	border: none;
}

#analogwp-templates .analogwp-content .inner .components-card__divider {
	margin-bottom: 12px;
}

#analogwp-templates .analogwp-content .inner-popup-content {
	font-size: 14px;
	padding-bottom: 20px;
}

#analogwp-templates .analogwp-content .inner-popup-content h3 {
	margin: 0px;
	font-size: 15px;
	font-weight: bold;
}

#analogwp-templates .analogwp-content .inner-popup-content > *:first-child,
#analogwp-templates .analogwp-content .inner-popup-content .stylekit-popup-content > *:first-child {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 20px;
}

#analogwp-templates .analogwp-content .inner-popup-content .stylekit-popup-content p {
	font-size: 14px;
}

#analogwp-templates .analogwp-content .inner-popup-content .choose-kit {
	padding-bottom: 10px;
}

#analogwp-templates .analogwp-content .inner-popup-content .components-card__divider {
	position: relative;
	width: 107.5%;
	left: -3.7%;
	margin-bottom: 15px;
	margin-top: 15px;
}

#analogwp-templates .analogwp-content .inner-popup-content .components-button {
	padding: 0 20px;
}

#analogwp-templates .analogwp-content .inner-popup-content .components-text-control__input {
	min-height: 36px;
	border-color: var(--ang-border);
	border-radius: 2px;
	color: var(--ang-main-text);
	line-height: 1.5;
}

#analogwp-templates .analogwp-content .inner-popup-content .components-base-control__field {
	margin: 0;
}


#analogwp-templates .popup-container .inner-popup-content .stylekit-popup-content {
	text-align: left;
}

#analogwp-templates .analogwp-content .inner-popup-content  #gsk_name {
	border-radius: 4px;
	letter-spacing: .5px;
	font-size: 13px;
	padding: 4px 7px;
	border: 2px solid #127DB8;
	color: #127DB8;
	text-align: center;
	display: inline-block;
	margin-bottom: 0;
}

#analogwp-templates .analogwp-content .inner-popup-content .flex-row {
	display: flex;
	align-items: center;
}

#analogwp-templates .analogwp-content .inner-popup-content .flex-row .col1 {
	margin-right: 48px;
	min-width: 306px;
}

#analogwp-templates .analogwp-content .inner-popup-content .flex-row:last-child {
	margin-bottom: 16px;
}

#analogwp-templates .analogwp-content .inner-popup-content .flex-row button,
#analogwp-templates .analogwp-content .inner-popup-content .flex-row [type=text]{
	display: inline-flex;
	justify-content: center;
	width: 196px;
	text-align: center;
	border-radius: 3px;
}

#analogwp-templates .analogwp-content .inner-popup-content .flex-row .gap {
	display: inline-flex;
	flex-direction: column;
	gap: 10px;
}

#analogwp-templates .analogwp-content .inner-popup-content .flex-row [type=text]{
	text-align: left;
}

#analogwp-templates .analogwp-content .inner-popup-content .kit-dropdown-wrapper > div,
#analogwp-templates .analogwp-content .inner-popup-content .kit-dropdown-wrapper > div > div[class$="-control"]:first-child {
	width: 196px;
	height: 32px;
}

#analogwp-templates .analogwp-content .inner-popup-content .el-editor {
	display: none;
}

#analogwp-templates-modal #analogwp-templates .analogwp-content .inner-popup-content hr.el-editor {
	display: block;
}

#analogwp-templates-modal #analogwp-templates .analogwp-content .inner-popup-content .flex-row.el-editor {
	display: flex;
}
/*END*/

#analogwp-templates .tab-description {
	margin: 12px 0 24px 0;
}

#analogwp-templates .blocks-categories {
	margin-top: 0;
}

/*Override elementor css to original core css for input elements*/
/*START*/
#analogwp-templates .template-filter select,
#analogwp-templates .block-filter select {
	font-size: 14px;
	line-height: 2; /* 28px */
	color: #32373c;
	border-color: #7e8993;
	box-shadow: none;
	border-radius: 3px;
	padding: 0 24px 0 8px;
	min-height: 30px;
	max-width: 25rem;
	-webkit-appearance: none;
	/* The SVG is arrow-down-alt2 from Dashicons. */
	background: #fff url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat right 5px top 55%;
	background-size: 16px 16px;
	cursor: pointer;
	vertical-align: middle;
}

#analogwp-templates .template-filter select:hover,
#analogwp-templates .block-filter select:hover {
	color: #007cba;
}

#analogwp-templates .template-filter select:focus,
#analogwp-templates .block-filter select:focus {
	border-color: #007cba;
	color: #016087;
	box-shadow: 0 0 0 1px #007cba;
}

#analogwp-templates .template-filter select:active,
#analogwp-templates .block-filter select:active {
	border-color: #999;
	box-shadow: none;
}

#analogwp-templates .template-filter select:disabled,
#analogwp-templates .block-filter select:disabled {
	color: #a0a5aa;
	border-color: #ddd;
	background-color: #f7f7f7;
	/* The SVG is arrow-down-alt2 from Dashicons. */
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23a0a5aa%22%2F%3E%3C%2Fsvg%3E');
	box-shadow: none;
	text-shadow: 0 1px 0 #fff;
	cursor: default;
	transform: none;
}

#analogwp-templates input[type=text] {
	background-color: #fff;
	color: #32373c;
}
/*END*/

/*Clone Admin CSS in elementor stylekit AnalogWP Template widget modal*/
/*START*/
#analogwp-templates h1 {
	font-size: 23px;
	font-weight: 400;
	margin: 0;
	padding: 9px 0 4px 0;
	line-height: 1.3;
	color: #23282d;
}

#analogwp-templates .tab-description {
	color: #444;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

#analogwp-templates-modal #analogwp-templates .analogwp-content .popup-container {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

#analogwp-templates-modal #analogwp-templates .analogwp-content .inner-popup-content #gsk_name {
	color: #127DB8;
}

#analogwp-templates-modal #analogwp-templates .analogwp-content .inner-popup-content p,
#analogwp-templates-modal #analogwp-templates .analogwp-content .style-kit-footer {
	font-size: 13px;
	line-height: 18px;
	color: #565D65;
}

#analogwp-templates-modal #analogwp-templates .analogwp-content .style-kit-footer a {
	color: #0073aa;
}

#analogwp-templates-modal #analogwp-templates .analogwp-content .style-kit-footer a:hover {
	color: #006799;
}

#analogwp-templates-modal .wp-header-end {
	visibility: hidden;
	margin: -2px 0 0;
}

/*END*/

/* Additional Styles */
#analogwp-templates .components-text-control__input, .components-text-control__input[type=text],
#analogwp-templates .components-text-control__input[type=tel],
#analogwp-templates .components-text-control__input[type=time],
#analogwp-templates .components-text-control__input[type=url],
#analogwp-templates .components-text-control__input[type=week],
#analogwp-templates .components-text-control__input[type=password],
#analogwp-templates .components-text-control__input[type=color],
#analogwp-templates .components-text-control__input[type=date],
#analogwp-templates .components-text-control__input[type=datetime],
#analogwp-templates .components-text-control__input[type=datetime-local],
#analogwp-templates .components-text-control__input[type=email],
#analogwp-templates .components-text-control__input[type=month],
#analogwp-templates .components-text-control__input[type=number] {
	border-color: #DFDFDF;
	padding: 8px 12px;
	border-radius: 4px;
	font-size: 16px;
	line-height: normal;
	box-shadow: 0 0 0 transparent;
	background: #fff;
	color: var(--ang-main-text);
}

#analogwp-templates .components-button.is-primary {
	background: var(--ang-primary);
	color: #fff;
}

#analogwp-templates .components-button.is-secondary {
	background: transparent;
	color: var(--ang-primary);
}

#analogwp-templates .components-button.is-primary,
#analogwp-templates .components-button.is-secondary {
	box-shadow: none;
	outline: none;
	line-height: 1.5;
	min-height: 36px;
	font-size: 14px;
	border-radius: 0 !important;
	font-weight: 600;
	padding: 20px !important;
	border: 1px solid var(--ang-primary);
}

#analogwp-templates .components-button.is-secondary {
	box-shadow: inset 0 0 0 1px var(--ang-primary);
	color: var(--ang-primary);
}

#analogwp-templates .components-button.is-secondary.black-transparent {
	background-color: var(--ang-dark-bg);
	color: #fff;
}

#analogwp-templates .popup-container,
#analogwp-blocks .popup-container {
	font-size: 15px;
	color: #000222;
	position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.62);
    width: 100%;
    height: 100%;
    z-index: 10000;
	display: flex;
    align-items: center;
    justify-content: center;
}

#analogwp-templates .popup-container .inner,
#analogwp-blocks .popup-container .inner {
	background: #fff;
	overflow: visible;
	width: 600px;
	max-height: 80vh;
	animation-fill-mode: forwards;
	animation: sk-popup-anim-1 0.1s ease-out;
}

#analogwp-templates .popup-container a,
#analogwp-blocks .popup-container a {
	text-decoration: none;
	font-weight: 500;
}

@keyframes sk-popup-anim-1 {
	from {
    margin-top: 50px;
  }

  to {
    margin-top: 0;
  }
}


#analogwp-templates .inner-popup-header .header-center,
#analogwp-blocks .inner-popup-header .header-center {
	justify-content: center;
}

#analogwp-templates .inner-popup-header svg,
#analogwp-blocks .inner-popup-header svg {
	fill: #000;
	margin-left: 5px;
}

#analogwp-templates .inner-popup-header button,
#analogwp-blocks .inner-popup-header button {
	font-size: 12px !important;
}

#analogwp-templates .inner-popup-content h2,
#analogwp-blocks .inner-popup-content h2 {
	font-size: 25px;
}

#analogwp-templates .inner-popup-content hr,
#analogwp-blocks .inner-popup-content hr {
	border-top: 1px solid #dadada;
	border-bottom: none;
	margin: 2em 0;
}

#analogwp-templates .inner-popup-content .form-row,
#analogwp-blocks .inner-popup-content .form-row {
	display: flex;
	align-items: center;
}

#analogwp-templates .pro-modal-container,
#analogwp-blocks .pro-modal-container {
	background: var(--ang-sec-bg);
	color: var(--ang-main-text);
	padding: 8px 8px;
	display: flex;
	justify-content: center;
	gap: 8px;
	align-items: center;
	margin-bottom: 24px;
	border-radius: 6px;
}

#analogwp-templates .pro-modal-container p,
#analogwp-blocks .pro-modal-container p {
	font-size: 15px;
	margin: 0;
}

#analogwp-templates .pro-modal-container span,
#analogwp-blocks .pro-modal-container span {
	font-weight: bold;
}

#analogwp-templates .pro-modal-container button,
#analogwp-blocks .pro-modal-container button {
	border: 3px solid transparent;
	background: var(--ang-primary);
	border-radius: 6px;
	padding: 0;
	box-shadow: none;
}

#analogwp-templates .pro-modal-container button:active,
#analogwp-blocks .pro-modal-container button:active {
	background: transparent;
}

#analogwp-templates .pro-modal-container a,
#analogwp-blocks .pro-modal-container a {
	display: inline-block;
	font-weight: bold;
	text-decoration: underline;
	color: var(--ang-main-text);
}

#analogwp-templates .notifications-container,
#analogwp-blocks .notifications-container {
	box-shadow: rgba(0, 0, 0, 0.176) 0px 3px 8px;
	display: flex;
	margin-bottom: 8px;
	width: 360px;
	transform: translate3d(0px, 0px, 0px);
	border-radius: 4px;
	font-weight: 500;
	position: relative;
	transition: transform 220ms cubic-bezier(0.2, 0, 0, 1) 0s;
}

#analogwp-templates .notifications-container > div,
#analogwp-blocks .notifications-container > div {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

#analogwp-templates .notifications-container.type-success,
#analogwp-blocks .notifications-container.type-success {
	background-color: rgb(227, 252, 239);
	color: rgb(0, 102, 68);
}

#analogwp-templates .notifications-container.type-success > div,
#analogwp-blocks .notifications-container.type-success > div {
	background-color: rgb(54, 179, 126);
	color: rgb(227, 252, 239);
}

#analogwp-templates .notifications-container.type-error,
#analogwp-blocks .notifications-container.type-error {
	background-color: rgb(255, 235, 230);
	color: rgb(191, 38, 0);
}
#analogwp-templates .notifications-container.type-error > div,
#analogwp-blocks .notifications-container.type-error > div {
	background-color: rgb(255, 86, 48);
	color: rgb(255, 235, 230);
}

#analogwp-templates .notifications-container.type-notice,
#analogwp-blocks .notifications-container.type-notice {
	background-color: rgb(255, 250, 230);
	color: rgb(255, 139, 0);
}

#analogwp-templates .notifications-container.type-notice > div,
#analogwp-blocks .notifications-container.type-notice > div {
	background-color: rgb(255, 171, 0);
	color: rgb(255, 250, 230);
}


#analogwp-templates .notifications-container button,
#analogwp-blocks .notifications-container button {
	color: currentColor;
	opacity: .5;
	transition: opacity 150ms ease 0s;
	cursor: pointer;
	background: transparent;
	border: none;
	color: currentColor;
	outline: 0;
	padding: 0 8px;
}

#analogwp-templates .notifications-container button:hover,
#analogwp-blocks .notifications-container button:hover {
	opacity: 1;
}

#analogwp-templates .notifications-container button svg,
#analogwp-blocks .notifications-container button path,
#analogwp-templates .notifications-container button svg,
#analogwp-blocks .notifications-container button path {
	fill: currentColor;
}

#analogwp-templates .notifications-container p,
#analogwp-blocks .notifications-container p {
	flex-grow: 1;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0;
}

#analogwp-templates .notifications-container .icon-wrapper,
#analogwp-blocks .notifications-container .icon-wrapper {
	flex-shrink: 0;
    padding-bottom: 8px;
    padding-top: 8px;
    position: relative;
    text-align: center;
    width: 30px;
}

#analogwp-templates .notifications-container .icon-wrapper svg,
#analogwp-blocks .notifications-container .icon-wrapper svg {
	display: inline-block;
	vertical-align: text-top;
	fill: currentcolor;
}

#analogwp-templates .notification-countdown,
#analogwp-blocks .notification-countdown {
	position: absolute;
	bottom: 0%;
	left: 0;
	height: 0;
	width: 30px;
	z-index: 10;
	background: rgba(0,0,0,0.1) !important;
	border-radius: 0 !important;
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

@keyframes sk-notification-anim {
	from { height: 100%; } to { height: 0% }
}

#analogwp-templates .empty-container,
#analogwp-blocks .empty-container {
	text-align: center;
}

#analogwp-templates .empty-container p,
#analogwp-blocks .empty-container p {
	font-size: 20px;
	color: #A4A4A4;
	font-weight: bold;
}


#analogwp-templates .animation-loader,
#analogwp-blocks .animation-loader {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

#analogwp-templates .animation-loader div,
#analogwp-blocks .animation-loader div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: var(--ang-primary);
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

#analogwp-templates .animation-loader div:nth-child(1),
#analogwp-blocks .animation-loader div:nth-child(1) {
	left: 8px;
	animation: sk-loader-animation1 0.6s infinite;
}

#analogwp-templates .animation-loader div:nth-child(2),
#analogwp-blocks .animation-loader div:nth-child(2) {
	left: 8px;
	animation: sk-loader-animation2 0.6s infinite;
}

#analogwp-templates .animation-loader div:nth-child(3),
#analogwp-blocks .animation-loader div:nth-child(3) {
	left: 32px;
	animation: sk-loader-animation2 0.6s infinite;
}

#analogwp-templates .animation-loader div:nth-child(4),
#analogwp-blocks .animation-loader div:nth-child(4) {
	left: 56px;
	animation: sk-loader-animation3 0.6s infinite;
}

@keyframes sk-loader-animation1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes sk-loader-animation2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(24px, 0);
	}
}

@keyframes sk-loader-animation3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}

#analogwp-templates .components-external-link,
#analogwp-blocks .components-external-link {
	color: var(--ang-primary);
	text-decoration: none;
}

/**
 * Legacy features
 */
.elementor-control.elementor-control-ang_section_padding .elementor-control-content::after,
.elementor-control.elementor-control-ang_column_gaps .elementor-control-content::after,
.elementor-control.elementor-control-ang_colors .elementor-control-content::after {
	content: "Legacy";
	position: absolute;
	top: 12px;
	right: 15px;
	display: inline-block;
	opacity: 0.7;
}

/**
 * Container spacing control repeater styles.
 */

.elementor-control.elementor-control-ang_container_padding.elementor-control-type-global-style-repeater .elementor-repeater-fields,
.elementor-control.elementor-control-ang_container_padding_secondary.elementor-control-type-global-style-repeater .elementor-repeater-fields,
.elementor-control.elementor-control-ang_container_padding_tertiary.elementor-control-type-global-style-repeater .elementor-repeater-fields,
.elementor-control.elementor-control-ang_custom_container_padding.elementor-control-type-global-style-repeater .elementor-repeater-fields {
	margin-bottom: 25px;
	display: flex;
}

.elementor-control.elementor-control-ang_container_padding.elementor-control-type-global-style-repeater .elementor-repeater-tool-remove--disabled,
.elementor-control.elementor-control-ang_container_padding_secondary.elementor-control-type-global-style-repeater .elementor-repeater-tool-remove--disabled,
.elementor-control.elementor-control-ang_container_padding_tertiary.elementor-control-type-global-style-repeater .elementor-repeater-tool-remove--disabled,
.elementor-control.elementor-control-ang_custom_container_padding.elementor-control-type-global-style-repeater .elementor-repeater-tool-remove--disabled {
	display: none;
}

.elementor-control.elementor-control-ang_custom_container_padding.elementor-control-type-global-style-repeater .elementor-repeater-tool-remove {
	position: absolute;
	z-index: 999;
	top: -1px;
	left: 136px;
}

.elementor-control.elementor-control-ang_container_padding.elementor-control-type-global-style-repeater .elementor-repeater-row-controls,
.elementor-control.elementor-control-ang_container_padding_secondary.elementor-control-type-global-style-repeater .elementor-repeater-row-controls,
.elementor-control.elementor-control-ang_container_padding_tertiary.elementor-control-type-global-style-repeater .elementor-repeater-row-controls,
.elementor-control.elementor-control-ang_custom_container_padding.elementor-control-type-global-style-repeater .elementor-repeater-row-controls {
	flex-direction: column;
	gap: 8px;
	align-items: flex-start;
}

.elementor-control.elementor-control-ang_container_padding.elementor-control-type-global-style-repeater .elementor-repeater-fields .elementor-control-type-dimensions.elementor-control-separator-default .elementor-control-responsive-switchers,
.elementor-control.elementor-control-ang_container_padding_secondary.elementor-control-type-global-style-repeater .elementor-repeater-fields .elementor-control-type-dimensions.elementor-control-separator-default .elementor-control-responsive-switchers,
.elementor-control.elementor-control-ang_container_padding_tertiary.elementor-control-type-global-style-repeater .elementor-repeater-fields .elementor-control-type-dimensions.elementor-control-separator-default .elementor-control-responsive-switchers,
.elementor-control.elementor-control-ang_custom_container_padding.elementor-control-type-global-style-repeater .elementor-repeater-fields .elementor-control-type-dimensions.elementor-control-separator-default .elementor-control-responsive-switchers {
	top: -35px;
	left: 135px;
	position: absolute;
	margin: 0;
}

.elementor-control.elementor-control-ang_custom_container_padding.elementor-control-type-global-style-repeater .elementor-repeater-fields .elementor-control-type-dimensions.elementor-control-separator-default .elementor-control-responsive-switchers {
	left: 162px;
}

.elementor-control.elementor-control-ang_container_padding.elementor-control-type-global-style-repeater .elementor-repeater-fields .elementor-control-type-dimensions.elementor-control-separator-default .elementor-units-choices,
.elementor-control.elementor-control-ang_container_padding_secondary.elementor-control-type-global-style-repeater .elementor-repeater-fields .elementor-control-type-dimensions.elementor-control-separator-default .elementor-units-choices,
.elementor-control.elementor-control-ang_container_padding_tertiary.elementor-control-type-global-style-repeater .elementor-repeater-fields .elementor-control-type-dimensions.elementor-control-separator-default .elementor-units-choices,
.elementor-control.elementor-control-ang_custom_container_padding.elementor-control-type-global-style-repeater .elementor-repeater-fields .elementor-control-type-dimensions.elementor-control-separator-default .elementor-units-choices {
	margin-top: -50px;
}

.elementor-control.elementor-control-ang_container_padding {
	padding-bottom: 0;
}
#elementor-toast.ang-kit-apply-notice .dialog-buttons-wrapper {
	justify-content: flex-start;
}

#elementor-toast.ang-kit-apply-notice .dialog-button {
	outline: 1px solid currentColor;
	padding: 2.5px 6px !important;
	margin-right: 10px;
}
