#adminmenu #toplevel_page_aims-ai-scheduler .wp-menu-image img{
	padding: 0 !important;
	width: 80% !important;
	object-fit: contain !important;
}
h1, h2, h3, h4, h5, h6 {
	display: block;
	font-weight: 600 !important;
}
b, strong {
	font-weight: 600;
}
.is-ai-invalid {
	border: red 1px solid !important;
}
.flex-row{
	display: flex;
	align-items: center;
	gap: 20px;
}
.row{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.row>*{
	padding: 12px !important;
	margin-top: 0;
}
.col {
	flex: 1 0 0%;
}
.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
}
.col-2{
	flex: 0 0 auto;
	width: 16.66666667%;
}
.col-3 {
	flex: 0 0 auto;
	width: 25%;
}
.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}
.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}
.col-6 {
	flex: 0 0 auto;
	width: 50%;
}
.d-flex {
	display: flex !important;
}
.align-items-end {
	align-items: flex-end !important;
}
.align-items-top{
	align-items: flex-start !important;
}
.form-label {
	margin-bottom: .5rem;
	display: inline-block;
}
.form-select {
	display: block;
	width: 100%;
	padding: .375rem 2.25rem .375rem .75rem;
	-moz-padding-start: calc(0.75rem - 3px);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-success {
	color: #fff;
	background-color: #198754;
	border-color: #198754;
}
.btn-warning {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}
.submit-bar{
	display: flex;
	align-items: center;
	gap: 30px;
}
#ai-content-form .submit-bar{
	margin-top: 30px;
}
.ai-content-loader{
	margin-left: 20px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	position: relative;
	display: none;
	border: 5px solid #dadada;
	border-top: 5px #0783be solid;
	animation: rotate 1.5s linear infinite;
}
.regular-text.invalid{
	border:1px solid #ff0000 !important;
}
.full-ai-content-loader, .full-page-ai-content-loader{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	pointer-events: auto;
	height: 100%;
	display: none;
	align-items: center;
	z-index: 1;
	justify-content: center;
	background: #ffffff8f;
}
.full-ai-content-loader .ai-content-loader, .full-page-ai-content-loader .ai-content-loader{
	margin-left: 0;
	width: 45px;
	height: 45px;
	display: block;
}
#aiContentModal .wp-core-ui select{
	max-width: 100% !important;
	padding: 3px 24px 3px 8px;
}
tbody, td, tfoot, th, thead, tr {
	border-color: #ededed;
	border-style: solid;
	border-width: 0;
}
table {
	caption-side: bottom;
	border-collapse: collapse;
}
.table>:not(:last-child)>:last-child>*
{
	border-bottom-color: #212529;
}
.table>:not(caption)>*>* {
	padding: .5rem .5rem;
	background-color: transparent;
	border-bottom-width: 1px;
	box-shadow: inset 0 0 0 9999px transparent;
}
textarea{
	width: 100% !important;
}
.all_post label{
	display: block;
}
#ai-content-form .post_cat{
	display: none;
}

.ai-content-wrap{
	margin: 50px 20px 0px 0px;
	padding: 50px 30px;
	border-radius: 20px;
	background: #ffffff;
	position: relative;
}
.ai-content-wrap h1{
	font-size: 30px;
	margin-bottom: 20px;
}
/* The switch - the box around the slider */
.ai-content-toogle-switch .switch {
	font-size: 17px;
	position: relative;
	display: inline-block;
	width: 40px;
	height:20px;
}
#ai-content-form textarea{
	padding: 5px;
}
/* Hide default HTML checkbox */
.ai-content-toogle-switch  .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.ai-content-toogle-switch  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	border: 1px solid #adb5bd;
	transition: .4s;
	border-radius: 30px;
}

.ai-content-toogle-switch  .slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	border-radius: 20px;
	left: 3px;
	bottom: 1px;
	background-color: #adb5bd;
	transition: .4s;
}

.ai-content-toogle-switch input:checked + .slider {
	background-color: #007bff;
	border: 1px solid #007bff;
}

.ai-content-toogle-switch input:focus + .slider {
	box-shadow: 0 0 1px #007bff;
}

.ai-content-toogle-switch  input:checked + .slider:before {
	transform: translateX(1em);
	background-color: #fff;
}
.e-notice__dismiss{
	box-sizing: initial !important;
}
[dir="rtl"] .modal-header .btn-close {
	margin: 0 !important;
}
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}