/* #wpbody {
	background-color: #e0f2ff;
} */
/* Custom styles for changing the entire page background color */
/* #wpbody-content {
    background-color: #e0f2ff; 
    padding: 20px;
} */
/* Spin animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.ws4agpt_free_msgdiv {
	display: flex;
	align-items: center;
	gap: 20px;
	background-color: #2271b145;
	border-left-color: #e74c3c;
	padding: 15px;
}
.ws4a_exe_warning_msg{
	color: red;
	font-weight: bold;
}
.ws4a_show_runnow_indicate{
	display:none;
	float: left;
    width: 100%;
    color: red;
    margin: 5px 10px 20px 0px;	
}

.ws4agpt_gpt_post_page_ws4agpt_gpt_single_options #ws4agpt-single-options .notice.notice-warning.is-dismissible.ws4a,
.ws4agpt_gpt_post_page_ws4agpt_gpt_single_options #ws4agpt-single-options .notice.notice-success.is-dismissible.ws4a{
	display: none;
}
.ws4agpt_free_msgdiv {
	background-color: #2271b145;
	border-left-color: #e74c3c;
}
.ws4agpt_free_msgdiv a {
	display: inline-block;
	background-color: #e74c3c;
	color: #fff;
	padding: 8px 16px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 1.2em;
}
/* Overlay style */
#ws4agpt_overlay {
	/* display: none; */
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/* Loader styles */
.ws4agpt_loader_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* Loader styles */
#ws4agpt_loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}
.ws4agpt_loader_text {
    font-size: 16px;
    color: #fff;
    max-width: 300px;
    line-height: 1.4;
}
/* Optional: Add some styles to make the page visually more appealing */
#ws4agpt-settings {
    background-color: #ffffff; /* White background for the main settings container */
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
#density, #length{
    width: 250px;
    max-width: 250px;
    display: inline-block;
    padding: 0px;
}

.switch_wrap input[type=checkbox]{
	height: 0;
	width: 0;
    min-width:0;
	visibility: hidden;
}

.switch_wrap label {
	cursor: pointer;
	text-indent: -9999px;
	width: 70px;
	height: 30px;
	background: grey;
	display: inline-block;
	border-radius: 30px;
	position: relative;
    margin: 0 0 15px;
}

.switch_wrap label:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 24px;
	transition: 0.3s;
}

.switch_wrap input:checked + label {
	background: #0075ff;
}

.switch_wrap input:checked + label:after {
	left: calc(100% - 3px);
	transform: translateX(-100%);
}
textarea[disabled], input[type="range"][disabled], input[type="file"][disabled], input[type="checkbox"][disabled] + label {
    background: #f0f0f0;
    color: #ccc;
    pointer-events: none;
}
#ws4agpt-bulk-options-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(1px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

#ws4agpt-bulk-options-overlay .overlay-content {
    text-align: center;
    margin-right: 130px;
}

#ws4agpt-bulk-options-overlay .overlay-content img {
    max-width: 300px;
    margin-bottom: 20px;
}

#ws4agpt-bulk-options-overlay .overlay-content p {
    font-size: 20px;
    font-weight: bold;
}

.pro-feature-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.pro-feature-message {
    background: white;
    padding: 2em;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 500px;
}

.pro-feature-message h2 {
    color: #23282d;
    margin-bottom: 1em;
}

.pro-feature-message a {
    color: #0073aa;
    text-decoration: none;
    font-weight: bold;
}

.pro-feature-message a:hover {
    color: #00a0d2;
}
.switch_wrap label:active:after {
	width: 55px;
}
/* Styling the h2 title for better contrast */
.wrap h2 {
    color: #005c99; /* Darker blue for the titles */
    font-weight: bold;
    margin-bottom: 20px;
}
.ws4agpt_free_msgdiv{
	display: flex;
    align-items: center;
    gap: 20px;
    background-color: #2271b145;
    border-left-color: #e74c3c;
    padding: 15px;
}
.ws4agpt_free_msgdiv a{
	display: inline-block;
	background-color: #e74c3c;
	color: #fff;
	padding: 8px 16px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 1em;
	text-decoration:none;
}
#wpfooter {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    color: #50575e;
    margin-left: 0px;
    float: left;
}
/* Modify tabs styling for a more consistent look */
.wrap .nav-tab-wrapper .nav-tab {
    background-color: #cce7ff; /* Soft light blue for all tabs */
    color: #333;
    border-radius: 5px;
    margin-right: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.wrap .nav-tab-wrapper .nav-tab-active {
    background-color: #66aaff; /* Slightly darker blue for the active tab */
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}

/* Styling the tooltip for better visibility */
.tooltip .tooltiptext {
    background-color: #005c99; /* Darker blue tooltip */
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.tooltip {
	background-color: transparent;
	border: 0;
}

/* Custom styles for tabs */
.nav-tab {
    padding: 10px 15px;
    background-color: #cce7ff; /* Light blue for inactive tabs */
    color: #333;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.nav-tab:hover {
    background-color: #b3d8ff; /* Slightly darker light blue on hover */
    color: #000; /* Darker text color on hover */
}

.nav-tab-active {
    background-color: #66aaff; /* Soft blue for the active tab */
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}

.nav-tab-disabled {
    background-color: #e0e0e0; /* Disabled tabs */
    color: #999;
    pointer-events: none;
}

/* Tooltip styling */
.tooltip img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.gpt-form.gpt-settings-page h2{
	font-size: 20px; font-weight: bold;
}
.gpt-form.gpt-settings-page ol li{
	font-size: 16px; font-weight: normal;
}
.tooltip .tooltiptext {
    visibility: hidden;
    /*width: 200px;*/
	width: 570px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
/* .tooltip.label-info{
	position: relative;
	display: inline-block;
	vertical-align: middle;
} */
.tooltip.label-info.img {
    padding: 0px;
	position: relative;
    margin-left: 0px !important;
    /* top: -3px; */
    align-items: center;
    bottom: 2px;
    margin-right: 5px;
    border: none;
    background: transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* Tab content styling */
.tab-content {
    background-color: #eaf4ff; /* Light blue background for tab content */
    padding: 20px;
    border: 1px solid #c0d9f9; /* Soft border for content area */
    border-radius: 5px;
    margin-top: 10px;
    color: #333; /* Text color */
}

.tab-content h3 {
    color: #4a90e2; /* Slightly darker blue for headings inside content */
}

.tab-content p {
    color: #555; /* Medium-dark text for paragraphs */
}

.tab-content a {
    color: #0073aa; /* WordPress-style blue for links */
}

.tab-content a:hover {
    color: #004d80; /* Darker blue for hovered links */
}



.wp-admin.wp-core-ui.js.gpt_post_page_gpt_settings.auto-fold.admin-bar.post-type-gpt_post.branch-6-6.version-6-6-2.admin-color-fresh.locale-en-us.customize-support.svg {
	background: #f1f9ff;
}

/* .gpt-form select{
	height: 46px;
}   */

#wpcontent {
	background: #f1f9ff;
}

#wpbody {
	height: calc(100vh - 40px);
}

#client-id {
	width: 290px;
	height: 40px;
	padding-left: 10px;
}
#client-secret {
	height: 43px;
	width: 290px; 
	padding-left: 10px;
}
#ws4agpt-bulk-options-form form{
    margin: 0 0 30px;
}
#ws4agpt-bulk-options-form label{
    display: block;
    color: #000;
    font-size: 18px;
    margin: 20px 0px 5px;;
}
#ws4agpt-bulk-options-form textarea{
    width: 100%;
    height: 150px;
}
#ws4agpt-bulk-options-form {
	max-width: 900px;
} 
#ws4agpt-bulk-options {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

#ws4agpt-bulk-options label {
	font-size: 16px;
}
#ws4agpt-bulk-options h2 {
	margin-top: -50px;
	margin-bottom: 0px;
}
#ws4agpt-bulk-options-csv-form{
	margin: 0 0 30px;
}
#ws4agpt-bulk-options-csv-form input[type="file"] {
	border: 1px dashed #9b9b9b;
	padding: 8px !important;
	max-width: 330px;
	margin-top: 10px;
	border-radius: 6px;
}
  
#ws4agpt-single-options {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
}
#ws4agpt-single-options label {
	font-size: 16px;
}
#ws4agpt-single-options .switch_wrap label {
	margin-left: -7px;
	margin-top: 3px;
}
#ws4agpt-single-options .form-left {
	padding: 0;
} 
label{
    font-size: 14px;
    /* font-weight: bold; */
    line-height: 16px !important;
	margin: 20px 0px 3px;
	display: block;
}
label small{
    line-height: 16px !important;
    font-weight: normal;
    vertical-align: text-top;
}
.label-info {
	padding: 0px;
	margin-left: 0px !important; 
	/* top: -3px; */
	align-items: center;
	bottom: 2px;
	margin-right: 5px;
}
p{
    margin: 0 0 15px;
}
.form-left, .form-right{
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding: 15px;
    box-sizing: border-box;
}
.inline-block {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}
.form-controls, #single_options select {
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 1.5;
    padding: 7px 15px;
    box-sizing: border-box;
}
#image_options .form-controls, #image_options select {
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 1.5;
    padding: 7px 15px;
    box-sizing: border-box;
    max-width: 400px;
}
#general_setting label, #gpt_setting label {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px !important;
	margin: 0px;
    display: inline;
}
#keywords, #categories, #image_options select, #general_setting select, #gpt_setting select{
	width: 100%;
    display: block;
    font-size: 14px !important;
    line-height: 2 !important;
    padding: 0 24px 0 8px !important;
    box-sizing: border-box;
}
.arror{
    background: rgba(255,0,0,0.1);
    color: #aa0000;
    padding: 15px;
    border: 1px solid rgba(255,0,0,0.3);
    border-radius: 10px;
}
.success{
    background: rgba(0,255,0,0.1);
    color: #00aa00;
    padding: 15px;
    border: 1px solid rgba(0,255,0,0.3);
    border-radius: 10px;
}
/* #wpbody-content {
	background: #ffffff;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
} */ 



body,html {
overflow-x:hidden;	
} 