.webixmo_ai_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%;
}

.webixmo_ai_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;
}

.webixmo_ai_gallery_btn:last-child{
	clear:right;
}

.webixmo_ai_fb_img{
	margin-bottom:10px;
}

.webixmo_ai_amazon_disclaimer{
	text-decoration: underline;
	cursor:default;
}

.webixmo_ai_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;
}

.webixmo_ai_demo_btn:hover{
	background-color:#c62d1f;
	text-decoration:none !important;
}

.webixmo_ai_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;
}

.webixmo_ai_buy_btn:hover{
	background-color:#8cb82b;
	text-decoration:none !important;
}
/* Inter fontunu ekliyorum */
.post-type-webixmo_ai body {
    font-family: 'Inter', sans-serif !important;
}

/* Bot Başlat/Durdur Kutusu Stilleri */
.webixmo-bot-controls {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.webixmo-bot-controls strong {
    margin-bottom: 15px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #202025;
}

.webixmo-bot-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 15px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    text-decoration: none;
}

.webixmo-bot-start {
    background-color: #deff35;
    color: #1a1919 !important;
}

.webixmo-bot-stop {
    background-color: #f44336;
    color: white !important;
}

.webixmo-bot-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    text-decoration: none;
}

.webixmo-bot-status {
    margin-bottom: 15px;
    padding: 12px;
    border-radius: 6px;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.webixmo-status-active {
    background-color: #deff35;
    color: #000000;
    border: 1px solid #deff35;
}

.webixmo-status-inactive {
    background-color: #ffebee;
    color: #c62828;
    border: 1px solid #ef9a9a;
}


.campaign_detail strong {
    margin-bottom: 5px;
    font-size: 14px;
}

#last_run_date, #last_post {
    font-size: 13px;
    color: #555;
    margin-top: 5px;
}

/* Sayfayı kaydırınca sabit kalma efekti */
.sticky .webixmo-bot-controls {
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Bot başlat/durdur simgeleri */
.webixmo-bot-btn .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

/* Durum simgeleri */
.webixmo-bot-status .dashicons {
    margin-right: 5px;
}

/* Responsive düzenlemeler */
@media screen and (max-width: 782px) {
    .webixmo-bot-controls {
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }
}

/* Admin bar'a göre pozisyon ayarlama */
.admin-bar .webixmo-bot-controls {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .webixmo-bot-controls {
        top: 46px;
    }
}

@media screen and (max-width: 600px) {
    .admin-bar .webixmo-bot-controls {
        top: 0;
    }
}

.webixmo-bot-save {
    width: auto;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #202025;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 9999;
    transition: all 0.3s ease;
}

.webixmo-bot-save:hover {
   opacity: 0.9;
}

.webixmo-bot-save .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}
#webixmo-main-meta-box  .inside {
    padding: 0 !important;
}
/* Tab Yapısı Stilleri */
.webixmo-tabs-container {
    margin: 20px 0;
    font-family: 'Inter', sans-serif;
    display: flex;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.webixmo-tabs-menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0;
    padding: 10px 0;
    width: 250px;
    min-width: 250px;
    border-right: 1px solid #e2e4e7;
}

.webixmo-tab {
    list-style: none;
    margin: 0 15px;
    padding: 14px 18px;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
}

.webixmo-tab i {
    margin-right: 10px;
    font-size: 16px;
    min-width: 20px;
    text-align: center;
    color: #888;
    transition: color 0.2s ease;
}

.webixmo-tab:hover {
    background: rgba(0,0,0,0.03);
    color: #000;
}

.webixmo-tab:hover i {
    color: #555;
}

.webixmo-tab.active {
    background: #202025;
    color: #fff;
    position: relative;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.webixmo-tab.active i {
    color: #ffffff;
}

.webixmo-tabs-content {
    flex: 1;
    padding: 30px;
    background: #fff;
}

.webixmo-tab-content {
    display: none;
}

.webixmo-tab-content.active {
    display: block;
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Responsive ayarlar */
@media screen and (max-width: 782px) {
    .webixmo-tabs-container {
        flex-direction: column;
    }
    
    .webixmo-tabs-menu {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e2e4e7;
        overflow-x: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 0;
    }
    
    .webixmo-tab {
        white-space: nowrap;
        border-bottom: none;
        border-left: none;
        border-top: 3px solid transparent;
        border-radius: 0;
        margin: 0;
        padding: 12px 16px;
    }
    
    .webixmo-tab.active {
        border-left-color: transparent;
        border-top-color: #deff35;
        box-shadow: none;
    }
    
    .webixmo-tabs-content {
        padding: 20px;
    }
}

/* Bot kontrolleri için Font Awesome ikonları */
.webixmo-bot-start i,
.webixmo-bot-stop i {
    margin-right: 8px;
}

.webixmo-bot-status i {
    margin-right: 5px;
}

/* Genel düzenlemeler */
.post-type-webixmo_ai #poststuff .stuffbox > h3, 
.post-type-webixmo_ai #poststuff h2, 
.post-type-webixmo_ai h2.hndle {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 15px;
}

.post-type-webixmo_ai .postbox-header h2 {
    font-size: 16px !important;
}

.post-type-webixmo_ai #status-meta-boxes .inside {
    padding: 15px;
    background: #fff;
}