body.post-new-php.post-type-wp_automatic .wp-heading-inline, 
.wp-automatic-heading-hide {
    display: none !important;
}
a {
	text-decoration: none !important;
}	
h1, h2, h3, h4, h5, h6, p {
	font-family: "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}	
.wp-automatic-header {
    background: white;
    max-width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.wp-automatic-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
}
.wp-automatic-nav-link {
    padding: 12px 24px;
    margin-right: 8px;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border-radius: 24px;
    text-decoration: none;
	font-family: "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 17px;
    font-weight: 500;
    color: #041137;
}
.wp-automatic-nav-link.active {
    background-color: #4c86e8;
    color: #ffffff;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    text-decoration: none !important;
    outline: none !important;
}
.wp-automatic-nav-link:hover {
    background-color: #4c86e8;
    color: #ffffff;
}
h1.wp-automatic-heading, span.wp-automatic-heading {
    text-align: center;
    color: #041137;
    margin: 40px 0;
    font-size: 30px;
    font-weight: bold;
	display: block;
}
.wp_automatic_page_license-automatic-plugin-for-wordpress .wp-automatic-heading {
	margin-top: 0;
}	
.license-container {
    display: block;
    text-align: center;
}
.license-container > div {
    display: inline-block;
    margin: 0 auto;
    vertical-align: top;
	float: none !important;
	-webkit-transition: 0.8s all ease;
    -o-transition: 0.8s all ease;
    transition: 0.8s all ease;
}
.license-container > div:hover {
    box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px !important;
	-webkit-box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px !important;
}
.license-container table {
    text-align: left;
}
.wp_automatic_page_license-automatic-plugin-for-wordpress .wrap {
	background: #f9f9f9;
    padding: 40px 40px;
}
.narrow {
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    -webkit-box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}	
.narrow p {
    font-size: 15px;
    font-weight: 500;
}
.wp_automatic_page_gm_log .wrap > form {
    background: #f9f9f9;
    padding: 40px 40px;
    border-radius: 10px;
    -webkit-box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
}
tr.posted {
    background: #adffaf;
}
tr.cron-processing-campaign {
    background: #fff2bf;
}
tr.cron-job-triggered {
    background: #dbf6ec;
}
.wp_automatic_page_license-automatic-plugin-for-wordpress .button-primary, .wp_automatic_page_import-camps .button-primary {
    line-height: 1;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 500;
	padding: 12px 24px;
    background: #ffffff;
    border-color: #4c86e8;
	color: #4c86e8;
	margin: 10px 0;
}
.license-container > div .button-primary {
	-webkit-transition: 0.8s all ease;
    -o-transition: 0.8s all ease;
    transition: 0.8s all ease;
}
.license-container > div:hover .button-primary {
    background: #4c86e8;
    border-color: #4c86e8;
	color: #ffffff;
}
.submit-log.button-secondary {
    line-height: 1;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 500;
	padding: 12px 24px;
    background: #ffffff;
    border-color: #4c86e8;
	color: #4c86e8;
	margin: 10px 0;
	-webkit-transition: 0.8s all ease;
    -o-transition: 0.8s all ease;
    transition: 0.8s all ease;
	vertical-align: middle;
}
.wp-core-ui .button-secondary:hover {
    background: #4c86e8;
    border-color: #4c86e8;
	color: #ffffff;
}
.wp-list-table {
    padding: 40px 0;
    border-radius: 10px;
}
h1.wp-heading-inline {
    font-size: 24px;
    font-weight: 500;
    margin-right: 10px;
}

/* Openai Custom icon font */
@font-face {
  font-family: 'wpautomatic';
  src:  url('fonts/wpautomatic.eot?uf6bfu');
  src:  url('fonts/wpautomatic.eot?uf6bfu#iefix') format('embedded-opentype'),
    url('fonts/wpautomatic.ttf?uf6bfu') format('truetype'),
    url('fonts/wpautomatic.woff?uf6bfu') format('woff'),
    url('fonts/wpautomatic.svg?uf6bfu#wpautomatic') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="watm-"], [class*=" watm-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wpautomatic' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.watm-chat-gpt:before {
  content: "\e900";
}

/*option.iconmoon-font {
	font-family: 'icomoon';
}*/
img.bulk-export-loader {
    max-height: 16px;
    vertical-align: middle;
    display: none;
}
img.bulk-export-loader.active {
	display: inline-block;
}
i.icon-google-places, i.icon-bing {
	position: relative;
}
i.icon-google-places:before, i.icon-bing:before {
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    left: -30px;
    top: -10px;
    background-image: url(../images/places.png);
	background-size: contain;
    background-repeat: no-repeat;
}
i.icon-bing:before {
	background-image: url(../images/bing.png);
}

.wp_automatic_gallery_main{
	width:500px;
	height:500px;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	border:1px solid #eee;
	margin-bottom:10px;	
	max-width: 100%;
}

.wp_automatic_gallery_btn{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #eee;
    height: 80px;
    width: 80px;
    float:left;
    cursor:pointer;
    margin-right:1px;
}

.wp_automatic_gallery_btn:last-child{
	clear:right;
}

.wp_automatic_fb_img{
	margin-bottom:10px;
}

.wp_automatic_amazon_disclaimer{
	text-decoration: underline;
	cursor:default;
}

.wp_automatic_demo_btn{

-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background-color:#f24537;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff !important;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:35px;
	line-height:35px;
	width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
  margin:20px 10px 20px 0;
}

.wp_automatic_demo_btn:hover{
	background-color:#c62d1f;
	text-decoration:none !important;
}

.wp_automatic_buy_btn{
  margin:20px 10px 20px 0;
  -moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background-color:#9dce2c;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff !important;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:35px;
	line-height:35px;
	width:200px;
	text-decoration:none !important;
	text-align:center;
	text-shadow:1px 1px 0px #689324;
}

.wp_automatic_buy_btn:hover{
	background-color:#8cb82b;
	text-decoration:none !important;
}

.wp-automatic-video-wrap {
    position: relative;
    height: 366px;
    overflow: hidden;
}
video {
    position: absolute;
    left: 0;
    top: -248px;
    height: 366px;
}