/* WHMCS Sidebar & Category Glow Effect */
.list-group-item.active,
a.list-group-item.active,
a.list-group-item:hover {
    background-color: #1e293b !important;
    color: #ffffff !important;
    position: relative !important;
    z-index: 1 !important;
    border: none !important;
    animation: pinkGreenGlow 2s infinite ease-in-out !important;
}

@keyframes pinkGreenGlow {
    0%, 100% {
        box-shadow: 0 0 10px rgba(255, 20, 147, 0.7), 
                    inset 0 0 6px rgba(255, 20, 147, 0.4);
        border-color: rgba(255, 20, 147, 0.9) !important;
    }
    50% {
        box-shadow: 0 0 14px rgba(22, 163, 74, 0.8), 
                    inset 0 0 8px rgba(22, 163, 74, 0.5);
        border-color: rgba(22, 163, 74, 1) !important;
    }
}
/* ============================================================
   AKVPS TWENTY-ONE CUSTOM HOMEPAGE REDESIGN (OPTION 1)
   ============================================================ */

/* 1. Hero / Main Header Area */
.home-shortcut, 
.header-lined, 
.app-main .banner-bg {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #2563eb 100%) !important;
    padding: 60px 0 80px 0 !important;
    color: #ffffff !important;
    border-bottom: 3px solid #00a8ff;
}

.home-shortcut h1, 
.header-lined h1 {
    color: #ffffff !important;
    font-weight: 800 !important;
    letter-spacing: -0.5px;
}

/* 2. Domain Search Bar Redesign */
.domain-checker-container,
.home-domain-search {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 16px !important;
    padding: 20px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.domain-checker-container input[type="text"] {
    border-radius: 10px 0 0 10px !important;
    border: none !important;
    padding: 15px 20px !important;
    font-size: 1rem;
}

.domain-checker-container .btn-primary {
    border-radius: 0 10px 10px 0 !important;
    background: #00a8ff !important;
    border: none !important;
    font-weight: 700 !important;
    padding: 0 30px !important;
}

.domain-checker-container .btn-primary:hover {
    background: #0082c8 !important;
}

/* 3. Product & Service Cards */
.card-columns .card, 
.home .card {
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
    transition: all 0.3s ease-in-out !important;
    background: #ffffff !important;
}

.card-columns .card:hover, 
.home .card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 30px rgba(0, 168, 255, 0.2) !important;
    border-color: #00a8ff !important;
}

.card-title {
    font-weight: 700 !important;
    color: #0f172a !important;
}

/* 4. Action / How Can We Help Buttons */
.action-icon-btns a {
    border-radius: 14px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03) !important;
    transition: all 0.3s ease !important;
    padding: 20px 10px !important;
}

.action-icon-btns a:hover {
    transform: translateY(-5px) !important;
    border-color: #00a8ff !important;
    box-shadow: 0 10px 25px rgba(0, 168, 255, 0.15) !important;
}

.action-icon-btns .ico-container {
    background: rgba(0, 168, 255, 0.1) !important;
    color: #00a8ff !important;
    border-radius: 50% !important;
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    margin: 0 auto 12px auto !important;
}

/* 5. Custom Primary Buttons */
.btn-outline-primary {
    color: #00a8ff !important;
    border-color: #00a8ff !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
}

.btn-outline-primary:hover {
    background-color: #00a8ff !important;
    color: #ffffff !important;
    box-shadow: 0 6px 15px rgba(0, 168, 255, 0.4) !important;
}
/* ============================================================
   1. GREEN GLOW - "All Services Are Running Well"
   ============================================================ */
.ak-service-status {
    background: rgba(22, 163, 74, 0.12) !important;
    border: 1px solid #16a34a !important;
    border-radius: 12px !important;
    padding: 14px 20px !important;
    margin: 15px 0 25px 0 !important;
    color: #15803d !important;
    animation: greenBoxGlow 2s infinite alternate !important;
}

@keyframes greenBoxGlow {
    0% {
        box-shadow: 0 0 8px rgba(22, 163, 74, 0.4),
                    inset 0 0 5px rgba(22, 163, 74, 0.2);
        border-color: #16a34a !important;
    }
    100% {
        box-shadow: 0 0 20px rgba(34, 197, 94, 0.85),
                    inset 0 0 10px rgba(34, 197, 94, 0.4);
        border-color: #22c55e !important;
    }
}

/* Green Dot Pulsing Effect */
.ak-status-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #22c55e;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
    animation: akGreenPulse 1.5s infinite;
}

@keyframes akGreenPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.8);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(34, 197, 94, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
    }
}

/* ============================================================
   2. PINK GLOW - Announcement Board
   ============================================================ */
.ak-pink-border,
.card.ak-pink-border {
    position: relative !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    border: 1px solid #ff1493 !important;
    animation: pinkBoxGlow 1.8s infinite alternate !important;
}

@keyframes pinkBoxGlow {
    0% {
        box-shadow: 0 0 8px rgba(255, 20, 147, 0.4),
                    inset 0 0 4px rgba(255, 20, 147, 0.2);
        border-color: #ff1493 !important;
    }
    100% {
        box-shadow: 0 0 22px rgba(255, 20, 147, 0.9),
                    inset 0 0 10px rgba(255, 20, 147, 0.5);
        border-color: #ff69b4 !important;
    }
}

/* Dashboard Animated Flash Banner */
.ak-dashboard-flash-notice {
    background: linear-gradient(135deg, #00a8ff 0%, #0059b3 100%);
    border-radius: 12px;
    padding: 16px 20px;
    border: 1px solid #00a8ff;
    position: relative;
    overflow: hidden;
    animation: flashGlow 2s infinite alternate;
}

@keyframes flashGlow {
    0% {
        box-shadow: 0 0 10px rgba(0, 168, 255, 0.5);
        border-color: #00a8ff;
    }
    100% {
        box-shadow: 0 0 20px rgba(0, 255, 128, 0.8);
        border-color: #00ff80;
    }
}

/* Dashboard Flash Notice - High Contrast Design */
.ak-dashboard-flash-notice {
    background: linear-gradient(135deg, #0b192c 0%, #1e3e62 100%) !important;
    border-radius: 12px !important;
    padding: 16px 22px !important;
    border: 1px solid #00a8ff !important;
    color: #ffffff !important;
    animation: dashboardFlashGlow 2s infinite alternate !important;
}

/* Text Colors Fix */
.ak-dashboard-flash-notice .flash-title {
    color: #ffffff !important;
    font-size: 1.05rem;
    font-weight: 700;
}

.ak-dashboard-flash-notice .flash-desc {
    color: #cbd5e1 !important; /* Bright Light Gray for high visibility */
    font-size: 0.9rem;
    font-weight: 400;
}

/* Icon Box */
.ak-dashboard-flash-notice .flash-icon {
    font-size: 20px;
    background: rgba(0, 168, 255, 0.2);
    color: #00a8ff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 168, 255, 0.4);
}

/* Button Fix */
.ak-dashboard-flash-notice .flash-btn {
    background: #00a8ff !important;
    color: #ffffff !important;
    border: none !important;
    padding: 8px 18px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.ak-dashboard-flash-notice .flash-btn:hover {
    background: #0082c8 !important;
    box-shadow: 0 4px 12px rgba(0, 168, 255, 0.4) !important;
}

@keyframes dashboardFlashGlow {
    0% {
        box-shadow: 0 0 10px rgba(0, 168, 255, 0.5);
        border-color: #00a8ff !important;
    }
    100% {
        box-shadow: 0 0 20px rgba(0, 255, 128, 0.8);
        border-color: #00ff80 !important;
    }
}