.aab-btn {
	cursor: pointer;
}

.toplevel_page_aab-block-usage-table{
	.wp-menu-image img{
		width: 22px;
		padding: 7px 0 0;
	}
}
.aab-status-badge {
	transition: opacity 0.2s;
}
.aab-status-badge:hover {
	opacity: 0.9;
}
.aab-issues-tooltip {
	opacity: 0.8;
}
.aab-issues-tooltip:hover {
	opacity: 1;
}
.aab-btn.btn-fill:hover {
	color: #fff;
}

.ezd-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 25px;
}
.ezd-grid.ezd-column-1 {
	grid-template-columns: repeat(1, 1fr);
}
.ezd-grid.ezd-column-2 {
	grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 600px) {
	.ezd-grid.ezd-column-2 {
		grid-template-columns: repeat(1, 1fr);
	}
}
.ezd-grid.ezd-column-4 {
	grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
	.ezd-grid.ezd-column-4 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 600px) {
	.ezd-grid.ezd-column-4 {
		grid-template-columns: repeat(1, 1fr);
	}
}
.ezd-grid.ezd-column-3 {
	grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
	.ezd-grid.ezd-column-3 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 600px) {
	.ezd-grid.ezd-column-3 {
		grid-template-columns: repeat(1, 1fr);
	}
}
.ezd-grid.ezd-column-5 {
	grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 991px) {
	.ezd-grid.ezd-column-5 {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 600px) {
	.ezd-grid.ezd-column-5 {
		grid-template-columns: repeat(1, 1fr);
	}
}
.ezd-grid.ezd-column-6 {
	grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 991px) {
	.ezd-grid.ezd-column-6 {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 600px) {
	.ezd-grid.ezd-column-6 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.ezd-grid-cols-12 {
	grid-template-columns: repeat(12, minmax(0, 1fr));
}

.ezd-grid-column-full,
[class^="ezd-xl-col"],
[class^="ezd-lg-col"],
[class^="ezd-md-col"],
[class^="ezd-sm-col"] {
	grid-column: 1/-1;
}

@media (max-width: 991px) {
	[class^="ezd-lg-col"] {
		grid-column: 1/-1;
	}
}
@media (min-width: 576px) {
	.ezd-sm-col-4 {
		grid-column: span 4 / span 4;
	}
	.ezd-sm-col-3 {
		grid-column: span 3 / span 3;
	}
	.ezd-sm-col-5 {
		grid-column: span 5 / span 5;
	}
	.ezd-sm-col-6 {
		grid-column: span 6 / span 6;
	}
	.ezd-sm-col-7 {
		grid-column: span 7 / span 7;
	}
	.ezd-sm-col-8 {
		grid-column: span 8 / span 8;
	}
	.ezd-sm-col-9 {
		grid-column: span 9 / span 9;
	}
	.ezd-sm-col-10 {
		grid-column: span 10 / span 10;
	}
	.ezd-sm-col-2 {
		grid-column: span 2 / span 2;
	}
	.ezd-sm-col-11 {
		grid-column: span 11 / span 11;
	}
	.ezd-sm-col-12 {
		grid-column: span 12 / span 12;
	}
	.ezd-justify-content-sm-between {
		justify-content: space-between !important;
	}
}
@media (min-width: 768px) {
	.ezd-md-col-4 {
		grid-column: span 4 / span 4;
	}
	.ezd-md-col-3 {
		grid-column: span 3 / span 3;
	}
	.ezd-md-col-5 {
		grid-column: span 5 / span 5;
	}
	.ezd-md-col-6 {
		grid-column: span 6 / span 6;
	}
	.ezd-md-col-7 {
		grid-column: span 7 / span 7;
	}
	.ezd-md-col-8 {
		grid-column: span 8 / span 8;
	}
	.ezd-md-col-9 {
		grid-column: span 9 / span 9;
	}
	.ezd-md-col-10 {
		grid-column: span 10 / span 10;
	}
	.ezd-md-col-11 {
		grid-column: span 11 / span 11;
	}
	.ezd-md-col-12 {
		grid-column: span 12 / span 12;
	}
	.ezd-md-col-2 {
		grid-column: span 2 / span 2;
	}
}
@media (min-width: 992px) {
	.ezd-lg-col-4 {
		grid-column: span 4 / span 4;
	}
	.ezd-lg-col-3 {
		grid-column: span 3 / span 3;
	}
	.ezd-lg-col-5 {
		grid-column: span 5 / span 5;
	}
	.ezd-lg-col-6 {
		grid-column: span 6 / span 6;
	}
	.ezd-lg-col-8 {
		grid-column: span 8 / span 8;
	}
	.ezd-lg-col-7 {
		grid-column: span 7 / span 7;
	}
	.ezd-lg-col-9 {
		grid-column: span 9 / span 9;
	}
	.ezd-lg-col-10 {
		grid-column: span 10 / span 10;
	}
	.ezd-lg-col-11 {
		grid-column: span 11 / span 11;
	}
	.ezd-lg-col-12 {
		grid-column: span 12 / span 12;
	}
	.ezd-lg-col-2 {
		grid-column: span 2 / span 2;
	}
	.ezd-d-lg-block {
		display: block !important;
	}
}
@media (min-width: 1200px) {
	.ezd-xl-col-4 {
		grid-column: span 4 / span 4;
	}
	.ezd-xl-col-3 {
		grid-column: span 3 / span 3;
	}
	.ezd-xl-col-5 {
		grid-column: span 5 / span 5;
	}
	.ezd-xl-col-6 {
		grid-column: span 6 / span 6;
	}
	.ezd-xl-col-8 {
		grid-column: span 8 / span 8;
	}
	.ezd-xl-col-7 {
		grid-column: span 7 / span 7;
	}
	.ezd-xl-col-9 {
		grid-column: span 9 / span 9;
	}
	.ezd-xl-col-10 {
		grid-column: span 10 / span 10;
	}
	.ezd-xl-col-11 {
		grid-column: span 11 / span 11;
	}
	.ezd-xl-col-12 {
		grid-column: span 12 / span 12;
	}
	.ezd-xl-col-2 {
		grid-column: span 2 / span 2;
	}
}
.ezd-list-unstyled {
	list-style: none !important;
	padding: 0px;
}

.ezd-tab-content {
	display: block;
}

.ezd-btn-circle {
	border-radius: 15px;
}

.ezd-rounded-circle {
	border-radius: 50% !important;
}

.ezd-ms-3 {
	margin-left: 1rem;
}

.ezd-order-lg-last {
	order: 6 !important;
}

.ezd-order-lg-first {
	order: -1 !important;
}

.ezd-custom-container.ezd-container {
	width: 100%;
}
@media (min-width: 1300px) {
	.ezd-custom-container.ezd-container {
		max-width: 1240px;
	}
}
@media (min-width: 1600px) {
	.ezd-custom-container.ezd-container {
		max-width: 1470px;
	}
}

.ezd-container {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
@media (min-width: 1200px) {
	.ezd-container {
		max-width: 1140px;
	}
}
@media (min-width: 992px) {
	.ezd-container {
		max-width: 960px;
	}
}

.eazydocs_shortcode .ezd-container,
.ezd-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 1200px) {
	.eazydocs_shortcode .ezd-container,
	.ezd-container {
		max-width: 1200px;
	}
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}

.modal.is-visible {
	visibility: visible;
	display: block;
}

.modal-overlay {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: visibility 0s linear 0.3s, opacity 0.3s;
}

@media (min-width: 576px) {
	.modal-dialog {
		margin: 1.75rem auto;
	}
}
/** === Utility Classes === **/
.ezd-d-flex {
	display: flex;
}

.ezd-circle {
	border-radius: 50% !important;
}

.ezd-align-items-center {
	align-items: center;
}

.ezd-align-items-start {
	align-items: start;
}

.ezd-align-items-end {
	align-items: end;
}

.ezd-justify-content-between {
	justify-content: space-between;
}

.ezd-justify-content-center {
	justify-content: center;
}

.ezd-justify-content-start {
	justify-content: start;
}

.ezd-position-relative {
	position: relative;
}

.ezd-position-absolute {
	position: absolute;
}

.ezd-d-inline-block {
	display: inline-block;
}

.ezd-text-center {
	text-align: center;
}

.ezd-shadow-lg {
	box-shadow: 0 1rem 1.2rem rgba(0, 0, 0, 0.175) !important;
}

.ezd-m-auto {
	margin-left: auto;
	margin-right: auto;
}

.ezd-ms-auto {
	margin-left: auto;
	margin-right: 0;
}

.ezd-me-auto {
	margin-left: 0;
	margin-right: auto;
}

[type="button"]:focus,
[type="submit"]:focus,
button:focus {
	outline: 0px auto -webkit-focus-ring-color;
}

@media (min-width: 992px) {
	.ezd-d-md-block {
		display: block;
	}
}

/* ezd_dashboard_box css  */
.ezd_dashboard_box {
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	padding: 3rem;
	border-radius: 0.375rem;
}
.ezd_dashboard_box h2 {
	font-size: 1.8rem;
	color: rgb(30, 41, 59);
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1;
	padding-bottom: 0;
}
.ezd_dashboard_box p {
	font-size: 14px;
	line-height: 1.5;
	margin: 1em 0;
	color: rgba(100, 116, 139);
	margin-bottom: 20px;
}
.aab-video-container iframe {
	width: 100%;
}
.aab-btn {
	font-size: 0.875rem;
	line-height: 1.25rem;
	padding: 0.5rem 1rem;
	text-decoration: none;
	color: #fff;
	background: #6104ff;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s;
	margin-right: 20px;
	border-radius: 5px;
}
.aab-btn:hover {
	background: #5300e0;
}
.aab-btn + .aab-btn {
	background: transparent;
	color: rgb(100, 116, 139);
	box-shadow: none;
	padding-left: 0;
}
.aab-btn + .aab-btn:hover {
	color: #5300e0;
}
.ezd_dashboard_box .ezd-d-flex {
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
}
.box-2 {
	padding: 2rem;
}
.section-2-title h3 {
	font-size: 1.25rem;
	line-height: 1.75rem;
	color: rgb(30, 41, 59);
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 15px;
}
.section-2-title p {
	color: #3c434a;
	padding-bottom: 0;
}
.section-2-title + .section-2-title {
	margin-top: 25px;
}

.section-2-title .text-aab {
	color: #6104ff;
	font-size: 1rem;
	line-height: 1.5rem;
	text-decoration: underline;
}
.ezd_dashboard_box ul li {
	font-size: 14px;
	line-height: 1.4rem;
	margin-bottom: 2px;
	color: #3c434a;
}
.py-2rem {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media (max-width: 1199px) {
	.ezd-custom-container.ezd-container {
		width: 96%;
	}
	.ezd_dashboard_box.box-2 {
		margin-top: 30px;
	}
}
