.WPManga-chapter-scheduler-time-wrapper {
    max-width: 300px;
}

div#manga-upload.manga-chapter-tab .schedule-multi-chapter {
    display: block !important;
}

#wp-manga-modal-content .wp-manga-modal-body > .schedule-text-chapter-edit {
    display: block;
}

#wp-manga-modal-content .wp-manga-modal-body > .schedule-text-chapter-edit > label, #wp-manga-modal-content .wp-manga-modal-body > .schedule-text-chapter-edit .WPManga-chapter-scheduler-time-wrapper {
    display: inline-block;
}

.ot-metabox-wrapper .label {
    text-align: left;
}

input[type=checkbox]:checked::before {
    width: 18px;
    height: 16px;
}

input[type=checkbox], input[type=radio] {
    width: 16px;
    height: 16px;
    margin: -.25rem .25rem 0 0;
}

label {
    display: initial;
    font-weight: inherit;
}

.badge_chapter_schedule_time {
    position: absolute;
    top: 11px;
    right: 40px;
    left: auto;
}

.badge_chapter_schedule_time .time {
    color: #fff;
    background: #009688;
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 4px;
}

.WPManga-chapter-scheduler-time-wrapper .input-group input[type="text"] {
    pointer-events: none;
}
.WPManga-chapter-scheduler-time-wrapper {
    max-width: 300px;
    margin-bottom: 15px;
}

div#manga-upload.manga-chapter-tab .schedule-multi-chapter {
    display: block !important;
}

#wp-manga-modal-content .wp-manga-modal-body > .schedule-text-chapter-edit {
    display: block;
}

#wp-manga-modal-content .wp-manga-modal-body > .schedule-text-chapter-edit > label, 
#wp-manga-modal-content .wp-manga-modal-body > .schedule-text-chapter-edit .WPManga-chapter-scheduler-time-wrapper {
    display: inline-block;
}

.ot-metabox-wrapper .label {
    text-align: left;
}

input[type=checkbox]:checked::before {
    width: 18px;
    height: 16px;
}

input[type=checkbox], input[type=radio] {
    width: 16px;
    height: 16px;
    margin: -.25rem .25rem 0 0;
}

label {
    display: initial;
    font-weight: inherit;
}

/* Normal zamanlanmış bölüm badge'ı */
.badge_chapter_schedule_time {
    position: absolute;
    top: 11px;
    right: 40px;
    left: auto;
}

.badge_chapter_schedule_time .time {
    color: #fff;
    background: #009688;
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 4px;
}

/* VIP zamanlanmış bölüm badge'ı */
.badge_chapter_schedule_time_vip {
    position: absolute;
    top: 11px;
    right: 140px; /* Normal badge'dan solda konumlandır */
    left: auto;
}

.badge_chapter_schedule_time_vip .time {
    color: #fff;
    background: #ff9800; /* Altın/turuncu renk VIP için */
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 4px;
    position: relative;
}

/* VIP badge'ına yıldız ikonu ekle */
.badge_chapter_schedule_time_vip .time:before {
    content: "★ ";
    color: #fff;
}

.WPManga-chapter-scheduler-time-wrapper .input-group input[type="text"] {
    pointer-events: none;
}

/* VIP form alanları için özel stil */
.wp-manga-form-group h2:contains("VIP"),
.wp-manga-modal-warning-text label:contains("VIP") {
    color: #ff9800;
}

/* VIP tarih seçici için özel ikon */
.input-group-addon .glyphicon-star {
    color: #ff9800;
}

/* VIP bölüm listesi için özel işaretleme */
.chapter-list .vip-chapter {
    border-left: 3px solid #ff9800;
}

/* Responsive düzenlemeler */
@media (max-width: 768px) {
    .badge_chapter_schedule_time_vip {
        right: 10px;
        top: 35px;
    }
    
    .badge_chapter_schedule_time {
        right: 10px;
        top: 55px;
    }
}
/* =====================================================
   WP Manga Chapter Scheduler VIP - Sunset Theme Styles
   ===================================================== */

/* Font Awesome Import */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

/* Sunset Gradient Keyframes */
@keyframes sunsetGlow {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

@keyframes sunsetPulse {
    0%, 100% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.05); opacity: 1; }
}

@keyframes sunsetFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

/* VIP Waiting Message - Sunset Theme */
.wp-manga-scheduler-vip-waiting {
    background: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 25%, #ff6b9d 50%, #c44569 75%, #6c5ce7 100%);
    color: white;
    padding: 35px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 
        0 15px 35px rgba(255, 107, 107, 0.3),
        0 5px 15px rgba(0,0,0,0.1),
        inset 0 1px 0 rgba(255,255,255,0.2);
    margin: 25px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    overflow: hidden;
}

.wp-manga-scheduler-vip-waiting::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 15px,
        rgba(255,255,255,0.03) 15px,
        rgba(255,255,255,0.03) 30px
    );
    animation: sunsetGlow 4s linear infinite;
    pointer-events: none;
}

.wp-manga-scheduler-vip-waiting .icon-container {
    background: linear-gradient(45deg, rgba(255,255,255,0.2), rgba(255,255,255,0.1));
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    border: 3px solid rgba(255,255,255,0.3);
    animation: sunsetFloat 3s ease-in-out infinite;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.wp-manga-scheduler-vip-waiting h3 {
    margin: 0 0 20px;
    font-size: 26px;
    font-weight: 700;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    background: linear-gradient(45deg, #fff, #ffeaa7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.wp-manga-scheduler-vip-waiting p {
    margin: 0 0 25px;
    font-size: 16px;
    opacity: 0.95;
    line-height: 1.6;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.wp-manga-scheduler-vip-waiting .date-badge {
    background: linear-gradient(45deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    padding: 12px 25px;
    border-radius: 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* VIP Upgrade Message - Sunset Theme */
.wp-manga-scheduler-vip-upgrade {
    background: linear-gradient(135deg, #fd79a8 0%, #fdcb6e 25%, #e84393 50%, #a29bfe 75%, #6c5ce7 100%);
    color: white;
    padding: 40px;
    text-align: center;
    border-radius: 25px;
    box-shadow: 
        0 20px 40px rgba(253, 121, 168, 0.4),
        0 8px 20px rgba(0,0,0,0.15),
        inset 0 1px 0 rgba(255,255,255,0.2);
    margin: 30px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    overflow: hidden;
}

.wp-manga-scheduler-vip-upgrade::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(
        60deg,
        transparent,
        transparent 20px,
        rgba(255,255,255,0.04) 20px,
        rgba(255,255,255,0.04) 40px
    );
    animation: sunsetGlow 5s linear infinite;
    pointer-events: none;
}

.wp-manga-scheduler-vip-upgrade .content-wrapper {
    position: relative;
    z-index: 2;
}

.wp-manga-scheduler-vip-upgrade .premium-icon {
    background: linear-gradient(45deg, rgba(255,255,255,0.25), rgba(255,255,255,0.1));
    border-radius: 50%;
    width: 110px;
    height: 110px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    border: 4px solid rgba(255,255,255,0.3);
    animation: sunsetPulse 2s ease-in-out infinite;
    backdrop-filter: blur(15px);
    box-shadow: 
        0 10px 30px rgba(0,0,0,0.2),
        inset 0 2px 0 rgba(255,255,255,0.3);
}

.wp-manga-scheduler-vip-upgrade h2 {
    margin: 0 0 20px;
    font-size: 32px;
    font-weight: 800;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.4);
    background: linear-gradient(45deg, #fff, #ffeaa7, #fab1a0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.wp-manga-scheduler-vip-upgrade .description {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.7;
    opacity: 0.95;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}

.wp-manga-scheduler-vip-upgrade .benefits-box {
    background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    color: #2d3436;
    padding: 25px;
    border-radius: 15px;
    margin: 25px 0;
    box-shadow: 
        inset 0 2px 8px rgba(0,0,0,0.1),
        0 5px 20px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
}

.wp-manga-scheduler-vip-upgrade .benefits-title {
    margin: 0 0 15px;
    color: #e17055;
    font-weight: 700;
    font-size: 18px;
    text-shadow: none;
}

.wp-manga-scheduler-vip-upgrade .benefits-list {
    text-align: left;
    margin: 0;
    padding: 0 0 0 25px;
    list-style: none;
}

.wp-manga-scheduler-vip-upgrade .benefits-list li {
    margin: 8px 0;
    font-weight: 500;
    position: relative;
    padding-left: 10px;
}

.wp-manga-scheduler-vip-upgrade .upgrade-button {
    background: linear-gradient(45deg, #fdcb6e, #e17055, #fd79a8);
    color: white;
    padding: 18px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    box-shadow: 
        0 8px 25px rgba(253, 203, 110, 0.4),
        0 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    position: relative;
    overflow: hidden;
}

.wp-manga-scheduler-vip-upgrade .upgrade-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.wp-manga-scheduler-vip-upgrade .upgrade-button:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 
        0 12px 35px rgba(253, 203, 110, 0.5),
        0 6px 20px rgba(0,0,0,0.25);
}

.wp-manga-scheduler-vip-upgrade .upgrade-button:hover::before {
    left: 100%;
}

.wp-manga-scheduler-vip-upgrade .footer-note {
    margin: 20px 0 0;
    font-size: 14px;
    opacity: 0.85;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

/* Normal Waiting Message - Sunset Theme */
.wp-manga-scheduler-normal-waiting {
    background: linear-gradient(135deg, #74b9ff 0%, #0984e3 25%, #6c5ce7 50%, #a29bfe 75%, #fd79a8 100%);
    color: white;
    padding: 35px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 
        0 15px 35px rgba(116, 185, 255, 0.3),
        0 5px 15px rgba(0,0,0,0.1),
        inset 0 1px 0 rgba(255,255,255,0.2);
    margin: 25px 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    overflow: hidden;
}

.wp-manga-scheduler-normal-waiting::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 12px,
        rgba(255,255,255,0.03) 12px,
        rgba(255,255,255,0.03) 24px
    );
    animation: sunsetGlow 6s linear infinite;
    pointer-events: none;
}

.wp-manga-scheduler-normal-waiting .calendar-icon {
    background: linear-gradient(45deg, rgba(255,255,255,0.2), rgba(255,255,255,0.1));
    border-radius: 50%;
    width: 85px;
    height: 85px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    animation: sunsetFloat 4s ease-in-out infinite;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border: 2px solid rgba(255,255,255,0.25);
}

.wp-manga-scheduler-normal-waiting h3 {
    margin: 0 0 20px;
    font-size: 26px;
    font-weight: 700;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    background: linear-gradient(45deg, #fff, #ddd6fe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.wp-manga-scheduler-normal-waiting p {
    margin: 0 0 25px;
    font-size: 16px;
    opacity: 0.95;
    line-height: 1.6;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.wp-manga-scheduler-normal-waiting .wait-badge {
    background: linear-gradient(45deg, rgba(255,255,255,0.18), rgba(255,255,255,0.08));
    padding: 12px 28px;
    border-radius: 25px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Chapter Badge Styles */
.badge_chapter_schedule_time {
    background: linear-gradient(45deg, #fd79a8, #fdcb6e);
    color: white;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
    margin-left: 8px;
    display: inline-block;
    box-shadow: 0 3px 10px rgba(253, 121, 168, 0.3);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.badge_chapter_schedule_time_vip {
    background: linear-gradient(45deg, #a29bfe, #fd79a8);
    color: white;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
    margin-left: 8px;
    display: inline-block;
    box-shadow: 0 3px 10px rgba(162, 155, 254, 0.4);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    position: relative;
}

/* Admin Form Styles */
.WPManga-chapter-scheduler-time-wrapper {
    margin: 15px 0;
}

.WPManga-chapter-scheduler-time-wrapper .input-group {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.WPManga-chapter-scheduler-time-wrapper .form-control {
    border: 2px solid #ddd;
    border-radius: 8px 0 0 8px;
    padding: 10px 15px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.WPManga-chapter-scheduler-time-wrapper .form-control:focus {
    border-color: #fd79a8;
    box-shadow: 0 0 0 3px rgba(253, 121, 168, 0.1);
}

.WPManga-chapter-scheduler-time-wrapper .input-group-addon {
    background: linear-gradient(45deg, #fd79a8, #fdcb6e);
    border: 2px solid #fd79a8;
    border-left: none;
    color: white;
    border-radius: 0 8px 8px 0;
    padding: 10px 15px;
    min-width: 45px;
    text-align: center;
}

.WPManga-chapter-scheduler-time-wrapper .input-group-addon i {
    font-size: 16px;
}

/* Icon Styling */
.wp-manga-scheduler-vip-waiting i,
.wp-manga-scheduler-vip-upgrade i,
.wp-manga-scheduler-normal-waiting i {
    margin-right: 5px;
}

.wp-manga-scheduler-vip-upgrade .benefits-list li i {
    color: #fd79a8;
    margin-right: 8px;
    width: 16px;
    text-align: center;
}

.wp-manga-scheduler-vip-upgrade .upgrade-button i {
    margin-right: 8px;
    animation: sunsetFloat 2s ease-in-out infinite;
}

/* Badge Icons */
.badge_chapter_schedule_time i,
.badge_chapter_schedule_time_vip i {
    margin-right: 4px;
    font-size: 10px;
}

/* Settings Page Styles */
.wp-manga-scheduler-settings {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 30px;
    border-radius: 15px;
    margin: 20px 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.wp-manga-scheduler-settings h2 {
    color: #2d3436;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #fd79a8;
    background: linear-gradient(45deg, #fd79a8, #fdcb6e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Responsive Design */
@media (max-width: 768px) {
    .wp-manga-scheduler-vip-waiting,
    .wp-manga-scheduler-vip-upgrade,
    .wp-manga-scheduler-normal-waiting {
        padding: 25px 20px;
        margin: 15px 0;
    }
    
    .wp-manga-scheduler-vip-upgrade h2 {
        font-size: 24px;
    }
    
    .wp-manga-scheduler-vip-upgrade .description {
        font-size: 16px;
    }
    
    .wp-manga-scheduler-vip-upgrade .upgrade-button {
        padding: 15px 25px;
        font-size: 16px;
    }
}