/* =======================================================================
NAPI Custom Styles v2.0 - Updated with modern NAPI design
Based on: Youtubers Template by SmartEye Technologies
Updated: 2025 - NAPI specific customizations and modern responsive design
======================================================================= */
/* ===================================== Import Variables ================================== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:300,400,400italic,700,700italic);
/* ===================================== Basic CSS ==================================== */
* {
    margin: 0px;
    padding: 0px;
    list-style: none;


}

body {
    font-family: "Open Sans";
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    outline: none;
    color: #444;
}

    a:hover {
        color: #444;
    }

/* Override template ul styles for NAPI */
ul.napi-list {
    margin-bottom: 0;
    padding-left: 20px;
    list-style-type: disc;
}

ol, ul.list-unstyled {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a:hover,
a:focus,
input,
textarea {
    text-decoration: none;
    outline: none;
}
.form-02-main {
    background-color: #f9f9f9;
    background-image: linear-gradient(rgba(50, 93, 136, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(50, 93, 136, 0.12) 1px, transparent 1px), linear-gradient(rgba(122, 163, 62, 0.15) 2px, transparent 2px);
    background-size: 30px 25px, 60px 100%, 100% 125px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

._lk_de {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
    position: relative;
}

.form-03-main {
    width: 500px;
    display: block;
    margin: 20px auto;
    padding: 25px 50px 25px;
    background: rgba(255,255,255,0.6);
    border-radius: 6px;
    z-index: 9;
}

.logo {
    display: block;
    margin: 20px auto;
    width: 100px;
    height: 100px;
}

.form-group {
    padding: 5px 0px;
    display: inline-block;
    width: 100%;
    position: relative;
}

    .form-group p {
        margin: 0px;
    }

.form-control {
    min-height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 15px;
    border-radius: 20px;
    border: 1px solid #2b3990;
}

.checkbox {
    display: flex;
    justify-content: space-around;
}

._btn_04 {
    display: inline-block;
    width: 100%;
    padding: 12px 0px;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

    ._btn_04 a {
        font-size: 15px;
        color: #fff;
    }

._social_04 {
    display: block;
    width: 100%;
    padding: 15px 0px;
    text-align: center;
}

    ._social_04 ol li {
        display: inline-block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        transition: 0.2s;
        background: #fff;
        border-radius: 50px;
        border: 1px solid#2b3990;
        margin: 0 0 0 10px;
        transition: 0.2s;
    }

        ._social_04 ol li:nth-child(1):hover {
            background: #3b5998;
            border: 1px solid#3b5998;
            color: #fff;
            transition: 0.2s;
        }

        ._social_04 ol li:nth-child(2):hover {
            background: #00aced;
            border: 1px solid#00aced;
            color: #fff;
            transition: 0.2s;
        }

        ._social_04 ol li:nth-child(3):hover {
            background: #c32f10;
            border: 1px solid#c32f10;
            color: #fff;
            transition: 0.2s;
        }

        ._social_04 ol li:nth-child(4):hover {
            background: #E1306C;
            border: 1px solid#E1306C;
            color: #fff;
            transition: 0.2s;
        }

        ._social_04 ol li:nth-child(5):hover {
            background: #0177b5;
            border: 1px solid#0177b5;
            color: #fff;
            transition: 0.2s;
        }

        ._social_04 ol li:hover, ._social_04 ol li:hover i {
            color: #fff;
        }

        ._social_04 ol li i:nth-child(1):hover {
            color: #fff;
        }

        ._social_04 ol li i {
            font-size: 15px;
            color: #2b3990;
        }

.nm_lk {
    text-align: center;
}

@media screen and (max-width: 600px) {
    .form-03-main {
        width: 100%;
    }
}

/* ===================================== NAPI Custom Styles ==================================== */

/* Smooth scrolling for anchors */
html {
    scroll-behavior: smooth;
}

#start {
    scroll-margin-top: 2rem;
}

/* Base styles with higher specificity */
.bg-light {
    background: rgba(255,255,255,0.6) !important;
    border-radius: 6px !important;
    margin: 20px auto !important;
    padding: 25px 50px 25px !important;
    z-index: 9 !important;
}

.card {
    border-radius: 6px !important;
    background: white !important;
    border: 1px solid #2b3990 !important;
}

.card-header {
    border-radius: 6px 6px 0 0 !important;
    border-bottom: 1px solid rgba(0,0,0,0.125) !important;
}

.card-title {
    font-weight: 600 !important;
}

/* Hero section */
.hero-header {
    position: relative !important;
    background: linear-gradient(180deg,rgba(122, 163, 82, 0.1), rgba(255, 255, 255, 0.95) 100%) !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    border: 1px solid #325d88 !important;
    box-shadow: 0 20px 40px rgba(50, 93, 136, 0.3) !important;
    min-height: 300px !important;
    /*display: flex !important;*/
    align-items: center !important;
    justify-content: center !important;
}

.hero-content {
    position: relative !important;
    z-index: 2 !important;
    text-align: center !important;
    padding: 1.2rem !important;
    color: #325d88 !important;
}

.hero-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    background: rgba(50, 93, 136, 0.15) !important;
    backdrop-filter: blur(10px) !important;
    padding: 0.5rem 1rem !important;
    border-radius: 15px !important;
    border: 1px solid rgba(50, 93, 136, 0.3) !important;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 1.5rem !important;
    color: #325d88 !important;
    align-self: center !important;
}

.hero-layout {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
}

.hero-logo-left {
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.logo-image-large {
    width: 280px !important;
    height: 280px !important;
    max-width: 280px !important;
    max-height: 280px !important;
    object-fit: contain !important;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.3)) !important;
    transition: transform 0.3s ease !important;
}

.logo-image-large:hover {
    transform: scale(1.08);
}

.hero-logo-left a {
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
}

.hero-logo-left a:hover {
    text-decoration: none;
}

.hero-text-right {
    flex: 1 !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

.hero-description {
    text-align: center !important;
    margin-bottom: 0 !important;
}

.highlight-text {
    color: #325d88 !important;
    font-weight: 600 !important;
}

/* Status banner */
.status-banner-link {
    text-decoration: none;
    color: inherit;
    display: inline-flex;
    align-items: center;
    align-self: center;
    transition: all 0.3s ease;
}

.status-banner-link:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-2px);
}

.status-banner {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(50, 93, 136, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(50, 93, 136, 0.2);
    border-radius: 15px;
    padding: 1rem 1.5rem;
    max-width: 500px;
    min-width: 320px;
    width: 320px;
    transition: all 0.3s ease;
    cursor: pointer;
    justify-content: flex-start;
}

.status-banner:hover {
    background: rgba(50, 93, 136, 0.15);
    border-color: rgba(50, 93, 136, 0.4);
    box-shadow: 0 4px 15px rgba(50, 93, 136, 0.2);
}

.status-icon {
    font-size: 2rem;
    color: #325d88;
    width: 2rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.status-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    flex: 1;
    white-space: nowrap;
}

.status-title {
    font-weight: 700;
    font-size: 0.85rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-subtitle {
    font-size: 0.85rem;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Hero buttons */
.hero-buttons {
    margin-top: 2rem;
}

.hero-buttons .btn-outline-primary {
    color: #7aa33e;
    border-color: rgba(122, 163, 62, 0.3);
    background-color: rgba(122, 163, 62, 0.1);
    font-size: 0.85rem;
    border-radius: 20px;
    padding: 12px 24px;
    font-weight: 700;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: 320px;
    width: 320px;
    gap: 1rem;
    white-space: nowrap;
}

.hero-buttons .btn-outline-primary i {
    font-size: 2rem;
    width: 2rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-buttons .btn-outline-primary span,
.hero-buttons .btn-outline-primary .btn-text {
    flex: 1;
    text-align: center;
    white-space: nowrap;
}

.hero-buttons .btn-outline-primary:hover {
    background-color: #93c54b;
    border-color: #93c54b;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(147, 197, 75, 0.3);
}

/* Enhanced promotional buttons */
.btn-promo {
    background: linear-gradient(135deg, #ffc107 0%, #ff9500 100%);
    border: none;
    color: #212529;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 1rem 2.5rem;
    border-radius: 30px;
    box-shadow: 0 8px 25px rgba(255, 193, 7, 0.4);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 220px;
}

.btn-promo:hover {
    background: linear-gradient(135deg, #ff9500 0%, #e68900 100%);
    color: #212529;
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(255, 193, 7, 0.6);
}

.promo-action .btn-secondary {
    background: linear-gradient(135deg, #2b3990 0%, #1e2870 100%);
    border: 2px solid transparent;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.8rem 2rem;
    border-radius: 25px;
    box-shadow: 0 6px 20px rgba(43, 57, 144, 0.4);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: 200px;
}

.promo-action .btn-secondary:hover {
    background: linear-gradient(135deg, #1e2870 0%, #325d88 100%);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(43, 57, 144, 0.6);
}

/* Promotional section styles */
.promo-banner {
    background: #7aa33e;
    border-radius: 20px;
    padding: 3rem 2.5rem;
    margin: 3rem 0;
    box-shadow: 0 20px 40px rgba(122, 163, 62, 0.3);
    position: relative;
    overflow: hidden;
}

.promo-content {
    position: relative;
    z-index: 1;
}

.promo-text h3.promo-title {
    color: white;
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
}

.promo-description {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.promo-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.promo-feature {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.6rem 1.2rem;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.promo-feature:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px);
}

.promo-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.promo-note {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    font-style: italic;
    text-align: center;
    display: block;
}

/* Installation specific styles */
.install-button {
    background: linear-gradient(135deg, #7aa33e, #6a9134) !important;
    border: none !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    border-radius: 50px !important;
    padding: 18px 40px !important;
    box-shadow: 0 6px 20px rgba(122, 163, 62, 0.3) !important;
    transition: all 0.3s ease !important;
    min-width: 280px;
}

.install-button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(122, 163, 62, 0.4) !important;
    background: linear-gradient(135deg, #6a9134, #5c7f2d) !important;
}

.install-button.downloading {
    background: linear-gradient(135deg, #FF9800, #F57C00) !important;
    cursor: not-allowed !important;
}

.install-button.installing {
    background: linear-gradient(135deg, #FF9800, #F57C00) !important;
    cursor: not-allowed !important;
}

.install-button.completed {
    background: linear-gradient(135deg, #325d88, #2a4e73) !important;
}

/* Features grid styles */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: rgba(122, 163, 62, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(122, 163, 62, 0.2);
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(122, 163, 62, 0.15);
    border-color: #7aa33e;
}

.feature-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #7aa33e, #6a9134);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    flex-shrink: 0;
}

.feature-text {
    flex: 1;
}

/* System requirements styles */
.system-requirements {
    padding: 20px;
    background: rgba(43, 57, 144, 0.05);
    border-radius: 10px;
    border-left: 4px solid #2b3990;
}

.requirements-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.requirements-list li {
    padding: 8px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
}

/* Progress bar styles */
.progress-bar-container {
    width: 100%;
    height: 8px;
    background: #E0E0E0;
    border-radius: 4px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #7aa33e, #8fb548);
    width: 0%;
    transition: width 0.3s ease;
    border-radius: 4px;
}

.progress-text {
    font-size: 16px;
    color: #666;
    font-weight: 500;
}

/* Missing NAPI styles */

/* Advantages list */
.advantages-list {
    background: rgba(122, 163, 62, 0.05);
    border-radius: 10px;
    padding-left: 1.5rem;
    padding-top:1em;
    border-left: 4px solid #7aa33e;
}

.advantage-item {
    display: flex;
    align-items: flex-start;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(122, 163, 62, 0.1);
    transition: all 0.2s ease;
}

.advantage-item:last-child {
    border-bottom: none;
}

.advantage-item:hover {
    background: rgba(122, 163, 62, 0.1);
    border-radius: 8px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.advantage-icon {
    color: #7aa33e;
    font-size: 1.2rem;
    margin-right: 1rem;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.advantage-item span {
    flex: 1;
    line-height: 1.5;
}

/* Buttons */
.btn-primary {
    background: #325d88;
    border-color: #2b3990;
    padding: 12px 0px;
    font-size: 14px;
    color: #fff;
}

.btn-primary:hover {
    border-color: #1e2870;
}

.btn-outline-primary {
    color: #2b3990;
    border-color: #2b3990;
    font-size: 16px;
}

.btn-outline-primary:hover {
    border-color: #2b3990;
}

.border-primary {
    border-color: #2b3990 !important;
}

/* Alerts */
.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeaa7;
    color: #856404;
}

.alert-info {
    background-color: #e3f2fd;
    color: #1565c0;
}

.alert-light {
    background-color: #f8f9fa;
    border: 1px solid rgba(0,0,0,0.1);
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* Tables */
.table th {
    background-color: #f8f9fa;
    font-weight: 600;
    font-size: 0.9rem;
}

.table td {
    font-size: 0.9rem;
    vertical-align: middle;
}

/* Lists */
.list-unstyled li {
    padding: 0.25rem 0;
}

.link-item {
    border-bottom: 1px solid #e9ecef;
    padding: 0.75rem 0;
    transition: background-color 0.2s ease;
}

.link-item:hover {
    background-color: rgba(114, 163, 62, 0.1);
    border-radius: 4px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.link-item a {
    color: #333;
    font-size: 0.9rem;
}

.link-item a:hover {
    color: #325d88;
}

.link-item span {
    color: #7aa33e;
    font-weight: bold;
}

/* Highlights */
.highlight-title {
    background-color: rgba(122, 163, 62, 0.1);
    border-radius: 4px;
    padding: 1rem;
}

.highlight-list .highlight-item {
    border-bottom: 1px solid #e9ecef;
    padding: 0.75rem 0;
    transition: background-color 0.2s ease;
    display: flex;
    align-items: center;
}

.highlight-list .highlight-item:hover {
    background-color: rgba(122, 163, 62, 0.1);
    border-radius: 4px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.highlight-list .highlight-item span {
    color: #7aa33e;
    font-weight: bold;
    flex-shrink: 0;
}

/* Unified responsive styles for NAPI */
@media (max-width: 768px) {
    .container {
        padding: 1rem;
    }

    .card-body {
        padding: 1rem;
    }

    .table-responsive {
        font-size: 0.85rem;
    }

    .hero-layout {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .hero-text-right {
        text-align: center;
    }

    .hero-badge {
        align-self: center;
    }

    .hero-description {
        text-align: center;
    }

    .status-banner {
        align-self: center;
    }

    .hero-buttons .btn-outline-primary {
        font-size: 14px;
        padding: 10px 20px;
        width: 300px !important;
        min-width: 300px !important;
    }

    .status-banner {
        width: 300px !important;
        min-width: 300px !important;
    }

    .hero-logo-left {
        max-width: 120px;
    }

    .logo-image-large {
        max-width: 120px !important;
        max-height: 120px !important;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .install-button {
        min-width: 200px !important;
        font-size: 16px !important;
        padding: 15px 30px !important;
    }

    .facebook-banner {
        height: 100px;
    }

    .facebook-icon {
        font-size: 2rem;
    }

    .facebook-content {
        padding: 1rem;
    }

    .products-logo-section {
        height: 120px;
    }

    .products-icon {
        font-size: 2.5rem;
    }

    .products-content-section {
        padding: 1.25rem;
    }

    .products-title {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .hero-layout {
        gap: 1rem;
    }

    .logo-image-large {
        max-width: 100px;
        max-height: 100px;
    }

    .install-button {
        min-width: 180px !important;
        font-size: 14px !important;
        padding: 12px 25px !important;
    }

    .hero-buttons .btn-outline-primary {
        width: 260px !important;
        min-width: 260px !important;
        font-size: 12px !important;
        padding: 8px 16px !important;
    }

    .status-banner {
        width: 260px !important;
        min-width: 260px !important;
        padding: 0.8rem 1rem !important;
    }

    .facebook-banner {
        height: 80px;
    }

    .facebook-icon {
        font-size: 1.8rem;
    }

    .group-name {
        font-size: 1rem;
    }

    .facebook-content {
        padding: 0.75rem;
    }

    .products-logo-section {
        height: 100px;
    }

    .products-icon {
        font-size: 2rem;
    }

    .products-content-section {
        padding: 1rem;
    }

    .products-title {
        font-size: 0.9rem;
        margin-bottom: 0.25rem;
    }
}

/* Registration form styles */
.form-group {
    margin-bottom: 1rem;
}

.form-label {
    color: #325d88;
    margin-bottom: 0.3rem;
    font-size: 0.95rem;
}

.form-control {
    border: 2px solid rgba(43, 57, 144, 0.2) !important;
    border-radius: 8px !important;
    padding: 10px 15px !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
}

.form-control:focus {
    border-color: #2b3990 !important;
    box-shadow: 0 0 0 0.2rem rgba(43, 57, 144, 0.25) !important;
}

.form-check {
    padding: 1rem;
    background: rgba(122, 163, 62, 0.05);
    border-radius: 8px;
    border: 1px solid rgba(122, 163, 62, 0.2);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.form-check-input {
    margin: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #2b3990;
    border-radius: 4px;
    flex-shrink: 0;
}

.form-check-input:focus {
    border-color: #2b3990;
    box-shadow: 0 0 0 0.2rem rgba(43, 57, 144, 0.25);
}

.form-check-input:checked {
    background-color: #7aa33e;
    border-color: #7aa33e;
}

.form-check-label {
    color: #325d88;
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 1.3;
    margin-left: 0;
    flex: 1;
}

.policy-links {
    padding-top: 0.5rem;
    padding-left: 0.5rem;
}

.policy-links a {
    font-size: 0.85rem;
    text-decoration: underline;
    color: #2b3990 !important;
    transition: all 0.3s ease;
    display: inline-block;
}

.policy-links a:hover {
    color: #7aa33e !important;
    text-decoration: underline;
    transform: translateY(-1px);
}

.policy-links a i {
    font-size: 0.8rem;
}

.btn-lg {
    padding: 15px 30px !important;
    font-weight: 900 !important;
}

.text-danger {
    font-size: 0.875rem;
    margin-top: 0.25rem;
    padding: 0.5rem 0.75rem !important;
    color: #bc3d4d !important;
}

.alert-danger, .alert-danger > td, .alert-danger > th {
    background-color: #fff!important;
    border:none;
}

/* Auth pages specific styles */
.auth-page.hero-header {
    min-height: 200px !important;
}

.auth-page .hero-layout {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    padding: 1rem !important;
}

.auth-page .hero-logo-left {
    position: absolute !important;
    top: 1rem !important;
    left: 1rem !important;
    z-index: 3 !important;
}

.auth-page .logo-image-large {
    width: 80px !important;
    height: 80px !important;
    max-width: 80px !important;
    max-height: 80px !important;
}

.auth-page .hero-text-right {
    width: 100% !important;
    flex: none !important;
    padding-top: 1rem !important;
}

/* Auth pages mobile responsive */
@media (max-width: 768px) {
    .auth-page .hero-layout {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 1rem !important;
    }

    .auth-page .hero-logo-left {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        order: -1 !important;
        margin-bottom: 1rem !important;
    }

    .auth-page .logo-image-large {
        width: 120px !important;
        height: 120px !important;
        max-width: 120px !important;
        max-height: 120px !important;
    }

    .auth-page .hero-text-right {
        width: 100% !important;
        text-align: center !important;
        padding-top: 0 !important;
    }
}


.form-check .form-check-input {
    margin-left: 0!important;
}

/* Manage layout styles */
.manage-header {
    min-height: 150px !important;
}

.manage-header .hero-layout {
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 2rem !important;
}

.manage-header .hero-logo-left {
    position: relative !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin-left: 1rem !important;
}

.manage-header .logo-image-large {
    width: 120px !important;
    height: 120px !important;
    max-width: 120px !important;
    max-height: 120px !important;
}

.manage-header .hero-text-right {
    flex: 1 !important;
    text-align: left !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

.manage-content-row {
    display: flex;
    flex-wrap: wrap;
}

.manage-nav-card {
    height: fit-content;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.manage-content-col {
    display: flex;
    flex-direction: column;
}

.manage-content-col > .card {
    flex: 1;
}

@media (min-width: 768px) {
    .manage-content-row {
        align-items: stretch;
    }
    
    .manage-nav-card {
        height: 100%;
    }
}
/* Additional NAPI styles */
    /* Stat cards */
    .stat-card {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 15px;
    padding: 2rem 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(50, 93, 136, 0.15);
    border-color: #325d88;
}

.stat-icon {
    font-size: 2.5rem;
    color: #7aa33e;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.stat-card:hover .stat-icon {
    transform: scale(1.1);
    color: #325d88;
}

.stat-card h4 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.stat-card small {
    font-size: 0.9rem;
    line-height: 1.4;
}

/* GIF container styles */
.gif-container {
    background: rgba(122, 163, 62, 0.05);
    border-radius: 10px;
    padding: 1.5rem;
    border-left: 4px solid #7aa33e;
    border: 1px solid rgba(122, 163, 62, 0.2);
}

.gif-wrapper {
    background: white;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(122, 163, 62, 0.3);
    transition: all 0.3s ease;
}

.gif-wrapper:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: #7aa33e;
}

.gif-image {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
    margin: 0 auto 0.75rem auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.gif-caption {
    text-align: center;
    padding: 0.5rem;
    background: rgba(122, 163, 62, 0.1);
    border-radius: 4px;
    border: 1px solid rgba(122, 163, 62, 0.2);
}

.gif-caption small {
    font-size: 0.85rem;
    color: #658830;
    font-weight: 500;
}

/* Facebook card styles */
.facebook-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(24, 119, 242, 0.2);
    margin: 0.8rem 0;
    position: relative;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.facebook-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(24, 119, 242, 0.3);
    text-decoration: none;
}

.facebook-banner {
    position: relative;
    height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.group-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.facebook-card:hover .group-banner-image {
    transform: scale(1.05);
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(24, 119, 242, 0.3) 0%, rgba(66, 165, 245, 0.3) 100%);
    z-index: 1;
    transition: background 0.3s ease;
}

.facebook-card:hover .banner-overlay {
    background: linear-gradient(135deg, rgba(24, 119, 242, 0.2) 0%, rgba(66, 165, 245, 0.2) 100%);
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: transform 0.3s ease;
}

.facebook-card:hover .banner-content {
    transform: translate(-50%, -50%) scale(1.1);
}

.facebook-icon {
    font-size: 2.5rem;
    color: white;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.facebook-content {
    padding: 1.5rem;
    background: white;
    text-align: center;
}

.group-name {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
    color: #1877f2;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
}

.facebook-card:hover .group-name {
    color: #166fe5;
}

/* Products banner styles */
.products-banner {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(122, 163, 62, 0.2);
    margin: 0.8rem 0;
    position: relative;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.products-banner:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(122, 163, 62, 0.3);
    text-decoration: none;
}

.products-logo-section {
    position: relative;
    height: 160px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-logo-full {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.products-banner:hover .products-logo-full {
    transform: scale(1.05);
}

.logo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(122, 163, 62, 0.3) 0%, rgba(143, 179, 85, 0.3) 100%);
    z-index: 1;
    transition: background 0.3s ease;
}

.products-banner:hover .logo-overlay {
    background: linear-gradient(135deg, rgba(122, 163, 62, 0.2) 0%, rgba(143, 179, 85, 0.2) 100%);
}

.logo-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: transform 0.3s ease;
}

.products-banner:hover .logo-content {
    transform: translate(-50%, -50%) scale(1.1);
}

.products-icon {
    font-size: 3rem;
    color: white;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.4));
}

.products-content-section {
    padding: 1.5rem;
    background: white;
    text-align: center;
}

.products-title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.2rem 0;
    color: #7aa33e;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    text-align: center;
}

.products-banner:hover .products-title {
    color: #658830;
}