/*
 * PVD Inspection - Modern Theme
 * Inspired by PVD Training professional design
 * Primary: linear-gradient(135deg, #1B8540 0%, #148036 100%) (Green)
 * Secondary: #FFFFFF (White) 
 * Accent: #FF6B35 (Orange)
 * Success: #4CAF50 (Green)
 * Warning: #FFC107 (Yellow)
 * Error: #F44336 (Red)
 */
:root {
    /* Manual add */
    --primary-color: linear-gradient(135deg, #1B8540 0%, #148036 100%);
    --secondary-color: #FFFFFF;

    --outreach-header-font: #333333;
    --outreach-header-font-hover: #1B8540;
    --outreach-header-hover: #f8f9fa;

    --internal-header-dropdown-hover: rgba(255, 255, 255, 0.15);

    --title-color: #1B8540;
    --title-shadow-color: rgba(27, 133, 64, 0.7);
    --text-light: #666666;


    --primary-light: #004D8C;
    --accent-color: #FF6B35;
    --success-color: #4CAF50;
    --warning-color: #FFC107;
    --error-color: #F44336;
    --bg-light: #F8F9FA;
    --bg-white: #FFFFFF;
    --border-color: #E0E0E0;
}
html, body { 
    border: 0; 
    color: var(--text-light); 
    font: 15px 'Segoe UI', Arial, helvetica, sans-serif; 
    margin: 0px; 
    padding: 0px; 
    min-height: 100%;
    line-height: 1.6;
}
/* Smooth scrolling for sticky header */
html { scroll-padding-top: 140px; }
img, iframe { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; }
::-webkit-scrollbar { width: 12px; height: 12px; }
::-webkit-scrollbar-track { border-radius: 10px; background: rgba(0, 0, 0, 0.05); }
::-webkit-scrollbar-thumb { border-radius: 10px; background: var(--primary-color); opacity: 0.7; }
::-webkit-scrollbar-thumb:hover { background: var(--primary-light); }
h1 { font: 36px 'Segoe UI', Arial, sans-serif; font-weight: 700; color: var(--primary-color); margin: 0; }
h2 { font: 32px 'Segoe UI', Arial, sans-serif; font-weight: 700; color: var(--primary-color); margin: 0; }
h3 { font: 26px 'Segoe UI', Arial, sans-serif; font-weight: 600; color: var(--primary-color); margin: 0; }
h4 { font: 22px 'Segoe UI', Arial, sans-serif; font-weight: 600; color: var(--primary-color); margin: 0; }
h5 { font: 18px 'Segoe UI', Arial, sans-serif; font-weight: 600; color: var(--primary-color); margin: 0; }
h6 { font: 16px 'Segoe UI', Arial, sans-serif; font-weight: 600; color: var(--primary-color); margin: 0; }
p { text-align: justify }
.sapphire { font-size: 30px; font-weight: 800; background: -webkit-linear-gradient(#3498db, #0F52BA); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.selectDisable { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; }
.L-header { display: block; top: 13px; }
.S-header { display: none; position: relative; right: 2px; top: -11px; }
.L-element { display: none; }
.S-element { display: none; }

/*  ==================================================
**  OUTREACH HEADER STYLES
**  ==================================================*/
    /* Outreach Top Bar (Green) */
    .outreach-top-bar { background: var(--primary-color); color: #FFFFFF; padding: 8px 0; font-size: 13px; position: relative;
        z-index: 10;
    }
    .outreach-top-bar-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; }
    .outreach-top-bar-left { display: flex; gap: 24px; }
    .outreach-top-bar-link { color: var(--secondary-color); text-decoration: none; font-weight: 500; transition: all 0.3s ease; font-size: 13px; }
    .outreach-top-bar-link:hover { color: rgba(255, 255, 255, 0.8); text-decoration: none; }
    .outreach-top-bar-right { display: flex; align-items: center; }
    .outreach-top-bar-search { color: var(--secondary-color); font-size: 16px; cursor: pointer; transition: all 0.3s ease; }
    .outreach-top-bar-search:hover { color: rgba(255, 255, 255, 0.8); }
    /* Outreach Header (White) */
    .outreach-header { background: var(--secondary-color); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); padding: 0; position: sticky; top: 0;
        z-index: 10;
    }
    .outreach-header-container { align-items: center; display: flex; height: 90px; justify-content: space-between; margin: 0 auto; max-width: 1200px; padding: 0 20px; }
    /* Outreach Logo */
    .outreach-header-logo { flex-shrink: 0; }
    .outreach-header-logo a { display: block; }
    .outreach-header-logo img { height: 70px; width: auto; transition: all 0.3s ease; }
    .outreach-header-logo img:hover { transform: scale(1.05); }
    /* Desktop Navigation */
    .outreach-header-nav-desktop { align-items: center; display: flex; flex: 1; gap: 8px; justify-content: flex-end; }
    .outreach-header-nav-link { color: #333333; display: inline-block; font-weight: 600; font-size: 14px; letter-spacing: 0.5px; padding: 28px 16px; position: relative; text-decoration: none; text-transform: uppercase; transition: all 0.3s ease; }
    .outreach-header-nav-link:hover { color: #1B8540; text-decoration: none; }
    .outreach-header-nav-link::after { background: linear-gradient(90deg, #1B8540 0%, #148036 100%); bottom: 0; content: ''; height: 3px; left: 50%; position: absolute; transform: translateX(-50%); transition: width 0.3s ease; width: 0; }
    .outreach-header-nav-link:hover::after { width: 80%; }
    .outreach-dropdown-accessgranted { background-image: url("/img/icon/512/user_online-black.png"); background-size: 18px 18px; background-repeat: no-repeat; background-position: center center; border-radius: 5px; color: #FFF; cursor: pointer; padding: 15px 25px 16px 25px; text-decoration: none; transition: all 0.3s ease; }
    .outreach-dropdown-accessgranted:hover { background-color: var(--outreach-header-hover); text-decoration: none; }
    .outreach-dropdown-gainaccess-container:hover .outreach-dropdown-accessgranted { background-color: var(--outreach-header-hover); text-decoration: none; }
    .outreach-dropdown-gainaccess-container { position: relative; display: inline-block }
    .outreach-dropdown-gainaccess-container:hover .outreach-dropdown-gainaccess-box { display: block; }
    .outreach-dropdown-gainaccess { background-image: url("/img/icon/512/default_icon-black.png"); background-size: 18px 18px; background-repeat: no-repeat; background-position: center center; border-radius: 5px; color: #FFF; cursor: pointer; padding: 28px 25px 28px 25px; text-decoration: none; }
	.outreach-dropdown-gainaccess:hover { background-color: var(--outreach-header-hover); text-decoration: none; }
	.outreach-dropdown-gainaccess-container:hover .outreach-dropdown-gainaccess { background-color: var(--outreach-header-hover); text-decoration: none; }
	.outreach-dropdown-gainaccess-box { background: #FFFFFF; border-radius: 8px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); cursor: pointer; display: none; margin-left: -60px; margin-top: 10px; padding: 10px 0; position: absolute; 
        z-index: 20; 
    } 
    .outreach-dropdown-gainaccess-button { color: var(--text-light); font-weight: 600; text-decoration: none; transition: all 0.2s ease; display: block; }
    .outreach-dropdown-gainaccess-button-content { border-radius: 6px; padding: 8px 20px; min-width: 180px; line-height: 1.2; display: block; }
    .outreach-dropdown-gainaccess-button-content:hover { background-color: var(--outreach-header-hover); color: var(--outreach-header-font-hover); }
    .outreach-dropdown-services-container { position: relative; display: inline-block }
    .outreach-dropdown-services-container:hover .outreach-dropdown-services-box { display: block; }
    .outreach-dropdown-services { background-size: 18px 18px; background-repeat: no-repeat; background-position: center center; border-radius: 5px; color: var(--outreach-header-font); cursor: pointer; padding: 28px 25px 28px 25px; text-decoration: none; }
	.outreach-dropdown-services:hover { background-color: var(--outreach-header-hover); text-decoration: none; }
	.outreach-dropdown-services-container:hover .outreach-dropdown-services { background-color: var(--outreach-header-hover); text-decoration: none; }
	.outreach-dropdown-services-box { background: #FFFFFF; border-radius: 8px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); cursor: pointer; display: none; margin-left: -30px; margin-top: -4px; padding: 10px 0; position: absolute; 
        z-index: 20;
    }
    .outreach-dropdown-services-button { color: var(--text-light); display: block; font-weight: 600; text-decoration: none; transition: all 0.2s ease; }
    .outreach-dropdown-services-button-content { border-radius: 6px; display: block; line-height: 1.2; padding: 8px 20px; min-width: 180px; }
    .outreach-dropdown-services-button-content:hover { background-color: var(--outreach-header-hover); color: var(--outreach-header-font-hover); }
    .outreach-dropdown-lang-container { position: relative; display: inline-block; }
    .outreach-dropdown-lang-container:hover .outreach-dropdown-lang-box { display: block; }
    .outreach-dropdown-lang { background-size: 18px 18px; background-repeat: no-repeat; background-position: center center; border-radius: 5px; cursor: pointer; padding: 28px 21px 28px 22px; text-decoration: none; }
    .outreach-dropdown-lang:hover { background-color: var(--outreach-header-hover); text-decoration: none; }
    .outreach-dropdown-lang-container:hover .outreach-dropdown-lang { background-color: var(--outreach-header-hover); text-decoration: none; }
    .outreach-dropdown-lang-box { background: #FFFFFF; border-radius: 8px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); cursor: pointer; display: none; margin-left: -90px; margin-top: 10px; padding: 10px 0; position: absolute; 
        z-index: 20;
    }
    .outreach-dropdown-lang-button { color: var(--text-light); display: block; font-weight: 600; text-decoration: none; transition: all 0.2s ease; }
    .outreach-dropdown-lang-button-content { border-radius: 6px; display: block; line-height: 1.2; padding: 8px 20px; min-width: 100px; }
    .outreach-dropdown-lang-button-content:hover { background-color: var(--outreach-header-hover); color: var(--outreach-header-font-hover); }
    /* Mobile Menu */
    .outreach-mobile-menu { display: none; position: fixed; top: 0; right: -100%; width: 280px; height: 100vh; background: #FFFFFF; box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1); transition: right 0.3s ease; overflow-y: auto;
        z-index: 2000;
    }
    .outreach-mobile-menu.active { right: 0; }
    .outreach-mobile-menu-content { padding: 80px 0 20px 0; }
    .outreach-mobile-menu-item { display: block; padding: 16px 24px; color: #333333; text-decoration: none; font-weight: 600; font-size: 15px; border-bottom: 1px solid #F0F0F0; transition: all 0.3s ease; }
    .outreach-mobile-menu-item:hover { background: #F8F9FA; color: #1B8540; padding-left: 32px; text-decoration: none; }
    .outreach-mobile-menu-toggle, .outreach-mobile-menu-overlay, .outreach-mobile-menu { display: none !important; }
    .outreach-mobile-menu-toggle { background: none; border: none; color: #333333; cursor: pointer; font-size: 28px; padding: 8px; transition: all 0.3s ease; }
    .outreach-mobile-menu-toggle:hover { color: #1B8540; }
    /* Monitor/Tablet responsive styles */
    @media (max-width: 1024px) {
        html { scroll-padding-top: 64px; }
        .outreach-top-bar { display: none; }
        .outreach-top-bar-left { gap: 16px; }
        .outreach-header-container { max-width: 100%; height: 64px; }
        .outreach-header-logo img { height: 40px; }
        .outreach-mobile-menu { display: block; }
        .outreach-mobile-menu-toggle { display: block; }
        .outreach-header-nav .outreach-header-nav-link { font-size: 13px; padding: 28px 12px; }
        .outreach-header-nav-desktop { display: none; }
        
    }
    /* Mobile responsive styles */
    @media (max-width: 768px) {
        .outreach-top-bar { display: none; } 
        .outreach-header-container { height: 70px; padding: 0 15px; }
        .outreach-header-logo img { height: 50px; }
        .outreach-header-nav { display: none !important; }
        .outreach-mobile-menu-toggle { display: block !important; }
        .outreach-mobile-menu-overlay { background: rgba(0, 0, 0, 0.5); display: none !important; left: 0; position: fixed; opacity: 0; top: 0; transition: opacity 0.3s ease; width: 100%; height: 100vh;
            z-index: 1998;
        }
        .outreach-mobile-menu-overlay.active { display: block !important; opacity: 1; }
        /* Mobile menu panel */
        .outreach-mobile-menu { background: #FFFFFF; box-shadow: -2px 0 20px rgba(0, 0, 0, 0.15); display: block !important; max-width: 320px; overflow-y: auto; position: fixed; right: -100%; top: 0; transition: right 0.3s ease; width: 85%; height: 100vh;
            z-index: 1999;
        }
        .outreach-mobile-menu.active { right: 0; }
        .outreach-mobile-menu-header { align-items: center; background: linear-gradient(135deg, #1B8540 0%, #148036 100%); border-bottom: 1px solid #E0E0E0; display: flex; justify-content: space-between; padding: 20px; }
        .outreach-mobile-menu-title { color: #FFF; font-size: 18px; font-weight: 700; margin: 0; }
        .outreach-mobile-menu-close { align-items: center; background: none; border: none; color: #FFF; cursor: pointer; display: flex; font-size: 28px; justify-content: center; padding: 0; width: 32px; height: 32px; }
        .outreach-mobile-menu-content { padding: 0; }
        .outreach-mobile-menu-item { border-bottom: 1px solid #F0F0F0; color: #333333; display: block; font-size: 15px; font-weight: 600; padding: 16px 20px; text-decoration: none; transition: all 0.3s ease; }
        .outreach-mobile-menu-item:hover { background: #F8F9FA; color: #1B8540; padding-left: 28px; text-decoration: none; }
        .outreach-mobile-menu-section { background: #F8F9FA; border-bottom: 1px solid #E0E0E0; color: #666; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; padding: 12px 20px; text-transform: uppercase; }
        .outreach-mobile-menu-divider { background: #F0F0F0; border-bottom: 1px solid #E0E0E0; height: 8px; }
        .outreach-mobile-user-info { background: #F8F9FA; border-bottom: 1px solid #E0E0E0; padding: 16px 20px; }
        .outreach-mobile-user-email { color: #666; font-size: 13px; font-weight: 500; margin: 4px 0 0 0; }
    }
    @media (max-width: 480px) {
        .outreach-header-container { padding: 0 16px; height: 56px; }
        .outreach-header-logo img { height: 40px; }
        .outreach-mobile-menu { width: 100%; }
    }
    .outreach-icon-login { background-image: url("/img/icon/512/login-black.png"); background-position: center; background-repeat: no-repeat; background-size: 20px 20px; cursor: pointer; margin: 0px 5px 0px 5px; padding: 15px 10px 15px 10px; }
    .outreach-icon-logout { background-image: url("/img/icon/512/logout-black.png"); background-position: center; background-repeat: no-repeat; background-size: 20px 20px; cursor: pointer; margin: 0px 5px 0px 5px; padding: 15px 10px 15px 10px; }

/*  ==================================================
**  INTERNAL HEADER STYLES
**  ==================================================*/
    /* Internal Header (Green) - For users */
    .internal-header { background: var(--primary-color); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); min-width: 1200px; padding: 0; position: sticky; top: 0; width: 100%;
        z-index: 1000;
    }
    .internal-header-container { align-items: center; display: flex; height: 60px; justify-content: space-between; margin: 0 auto; width: 80%; min-width: 1200px; padding: 0 20px; }
    .internal-header-logo { background: #FFFFFF; border-radius: 6px; padding: 4px 8px; display: flex; align-items: center; }
    .internal-header-logo img { height: 40px; }
    .internal-header-right { display: flex; align-items: center; gap: 8px; }
    .internal-header-btn { background-color: transparent; font-weight: 600; font-size: 14px; border-radius: 6px; color: #FFF; cursor: pointer; padding: 16px 20px; text-decoration: none; text-transform: uppercase; letter-spacing: 0.5px; transition: all 0.3s ease; user-select: none; -webkit-user-select: none; -moz-user-select: none; }
    .internal-header-btn:hover { background-color: rgba(255, 255, 255, 0.15); text-decoration: none; }
    /* Internal Dashboard Dropdown */
    .internal-dropdown-dashboard-container { position: relative; display: inline-block; }
    /* Internal User Dropdown */
    .internal-dropdown-user-container { position: relative; display: inline-block; }
    .internal-dropdown-user-container:hover .internal-dropdown-user-box { display: block; }
    .internal-dropdown-user { background-image: url("/img/icon/512/user_online-white.png"); background-size: 20px 20px; background-repeat: no-repeat; background-position: center center; border-radius: 5px; cursor: pointer; padding: 16px 20px; text-decoration: none; transition: all 0.3s ease; }
    .internal-dropdown-user:hover { background-color: rgba(255, 255, 255, 0.15); }
    .internal-dropdown-user-container:hover .internal-dropdown-user { background-color: rgba(255, 255, 255, 0.15); }
    .internal-dropdown-user-box { background: var(--primary-color); border-radius: 8px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25); cursor: pointer; display: none; margin-left: -120px; margin-top: 8px; padding: 0; position: absolute; min-width: 220px;
        z-index: 20;
    }
    .internal-dropdown-user-button { color: #FFF; font-weight: 500; text-decoration: none; transition: all 0.2s ease; display: block; }
    .internal-dropdown-user-button-content { font-size: 13px; padding: 10px 16px; }
    .internal-dropdown-user-button-content:hover { background-color: var(--internal-header-dropdown-hover); }
    /* Internal Language Dropdown */
    .internal-dropdown-lang-container { display: inline-block; position: relative; }
    .internal-dropdown-lang-container:hover .internal-dropdown-lang-box { display: block; }
    .internal-dropdown-lang { background-size: 18px 18px; background-repeat: no-repeat; background-position: center center; border-radius: 5px; cursor: pointer; padding: 16px 18px; text-decoration: none; }
    .internal-dropdown-lang:hover { background-color: rgba(255, 255, 255, 0.15); }
    .internal-dropdown-lang-container:hover .internal-dropdown-lang { background-color: rgba(255, 255, 255, 0.15); }
    .internal-dropdown-lang-box { background: var(--secondary-color); border-radius: 8px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25); display: none; margin-left: -90px; margin-top: 8px; padding: 8px 0; position: absolute;
        z-index: 20;
    }
    .internal-dropdown-lang-box .dropdown-lang-button { color: #FFF; display: block; font-weight: 500; text-decoration: none; }
    .internal-dropdown-lang-box .dropdown-lang-button-content { font-size: 13px; padding: 8px 16px; }
    .internal-dropdown-lang-box .dropdown-lang-button-content:hover { background-color: rgba(255, 255, 255, 0.15); }
    .internal-dropdown-lang-box .dropdown-lang-button-content table { color: #FFF; }
    .internal-icon-login { background-image: url("/img/icon/512/login-white.png"); background-position: center; background-repeat: no-repeat; background-size: 20px 20px; cursor: pointer; margin: 0px 5px 0px 5px; padding: 15px 10px 15px 10px; }
    .internal-icon-logout { background-image: url("/img/icon/512/logout-white.png"); background-position: center; background-repeat: no-repeat; background-size: 20px 20px; cursor: pointer; margin: 0px 5px 0px 5px; padding: 15px 10px 15px 10px; }

/*  ==================================================
**  HOME PAGE STYLES
**  ==================================================*/
    .index-backgroundVideo{ -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); position: fixed; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; overflow: hidden;
        z-index: -10;
    }
    .index-container { width: 100%; max-width: 1200px; margin: 0 auto; }
    .index-board { display: table-cell; vertical-align: middle; width: 100% }
    .index-content { padding: 30px 10px 30px 10px }
    .index-title { animation: fade-up 0.8s ease-out; }
    .index-title p { text-shadow: 2px 2px 20px var(--title-shadow-color); position: flex; color: var(--title-color); font-size: 48px; font-weight: 700; margin-top: 300px; line-height: 1.3; }
    .index-category { padding: 10px 0 40px 0; animation: fade-up 0.8s both; }
    .index-category h2 { font-size: 36px; font-weight: 700; color: #1B8540; margin-bottom: 15px; text-align: center; }
    .index-category h2::after { content: ''; display: block; width: 60px; height: 4px; background: linear-gradient(90deg, #1B8540 0%, #148036 100%); margin: 20px auto 0; border-radius: 2px; }
    /* News Featured Section */
    .index-news-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding: 0 0px 40px 0px; animation: fade-up 0.5s both; animation-timeline: view(); animation-range: entry 40% cover 40%; }
    .index-news-feature-image { border-radius: 12px; overflow: hidden; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); }
    .index-news-feature-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
    .index-news-feature-image:hover img { transform: scale(1.05); }
    .index-news-feature-content { display: flex; flex-direction: column; justify-content: center; }
    .index-news-feature-title { font-size: 28px; font-weight: 700; color: #1B8540; margin: 0 0 20px 0; line-height: 1.3; }
    .index-news-feature-excerpt { font-size: 16px; line-height: 1.8; color: #666666; margin: 0 0 24px 0; }
    .index-news-feature-btn { display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(135deg, #1B8540 0%, #148036 100%); color: #ffffff; padding: 14px 28px; border-radius: 8px; font-size: 16px; font-weight: 600; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 4px 12px rgba(27, 133, 64, 0.3); width: fit-content; }
    .index-news-feature-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(27, 133, 64, 0.4); gap: 14px; }
    .index-news-feature-btn i { font-size: 14px; transition: transform 0.3s ease; }
    .index-news-feature-btn:hover i { transform: translateX(4px); }

    /* Index News Card Styles */
    .index-news-card { 
        display: inline-block; 
        width: 300px; 
        min-height: 210px; 
        padding: 0;
        border-radius: 12px; 
        background-color: #FFFFFF; 
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); 
        text-align: left; 
        transition: all 0.3s ease; 
        border: 1px solid #F0F0F0; 
        flex-shrink: 0; 
        overflow: hidden;
    }
    .index-news-card:hover { 
        box-shadow: 0 12px 32px rgba(27, 133, 64, 0.18); 
        transform: translateY(-6px); 
        border-color: rgba(27, 133, 64, 0.2);
    }
    .index-news-card-thumbnail {
        position: relative;
        width: 100%;
        height: 110px;
        overflow: hidden;
        background: linear-gradient(135deg, #1B8540 0%, #148036 100%);
    }
    .index-news-card-thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
    }
    .index-news-card:hover .index-news-card-thumbnail img {
        transform: scale(1.08);
    }
    .index-news-card-overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 12px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
    }
    .index-news-card-badge {
        background: rgba(27, 133, 64, 0.95);
        color: #FFFFFF;
        padding: 3px 10px;
        border-radius: 10px;
        font-size: 9px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }
    .index-news-card-date {
        color: #FFFFFF;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.3px;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    }
    .index-news-card-link {
        display: block;
        padding: 12px 14px 6px 14px;
        text-decoration: none;
        color: inherit;
        position: relative;
        min-height: 100px;
    }
    .index-news-card-title {
        color: #2C2C2C;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.35;
        margin: 0 0 6px 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        transition: color 0.3s ease;
    }
    .index-news-card:hover .index-news-card-title {
        color: #1B8540;
    }
    .index-news-card-excerpt {
        color: #666666;
        font-size: 12px;
        line-height: 1.4;
        margin: 0 0 4px 0;
        padding-right: 36px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .index-news-card-arrow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        background: rgba(27, 133, 64, 0.1);
        border-radius: 50%;
        color: #1B8540;
        transform: rotate(-90deg);
        transition: all 0.3s ease;
        position: absolute;
        bottom: 6px;
        right: 14px;
    }
    .index-news-card:hover .index-news-card-arrow {
        background: #1B8540;
        color: #FFFFFF;
        transform: rotate(-90deg) translateX(4px);
    }

    /* Index News Auto-Scroll Carousel */
    .index-news-scroll-container { width: 100%; max-width: 1200px; margin: 0 auto; overflow: hidden; position: relative; padding: 20px 0; }
    .index-news-auto-scroll .index-news-scroll-wrapper { display: inline-flex; white-space: nowrap; animation: scroll-left 60s linear infinite; gap: 20px; }
    .index-news-auto-scroll .index-news-scroll-wrapper:hover { animation-play-state: paused; }

    /* Monitor/Tablet responsive styles */
    @media (max-width: 1024px) {
        .index-container { width: 100% !important; max-width: 100% !important; padding: 0 10px; }
        .index-title p { font-size: 32px !important; margin-top: 150px !important; }
        .index-category { padding: 40px 0 30px 0; }
        .index-category h2 { font-size: 28px !important; }

        .index-news-feature-title { font-size: 24px; }
        .index-news-feature-excerpt { font-size: 15px; }
        .index-news-feature-btn { padding: 12px 24px; font-size: 15px; }
        .index-news-card { width: 280px; min-height: 195px; }
        .index-news-card-thumbnail { height: 100px; }
        .index-news-card-link { padding: 10px 12px 6px 12px; min-height: 95px; }

        .index-news-scroll-container { padding: 15px 0; }
    }
    /* Mobile responsive styles */
    @media (max-width: 768px) {
        .index-container, .footer-bar { width: 100% !important; max-width: 100% !important; min-width: 320px; padding: 0 15px; box-sizing: border-box; }
        .index-title p { font-size: 24px !important; margin-top: 100px !important; line-height: 1.4 !important; }
        .index-content { padding: 20px 10px !important; }
        .index-category h2 { font-size: 20px !important; }

        .index-news-feature { grid-template-columns: 1fr; gap: 24px; padding: 0 0px 30px 0px; }
        .index-news-feature-title { font-size: 22px; margin-bottom: 16px; }
        .index-news-feature-excerpt { font-size: 14px; margin-bottom: 20px; }

        .index-news-scroll-container { padding: 10px 0; }
        .index-news-card { width: 260px; min-height: 185px; }
        .index-news-card-thumbnail { height: 95px; }
        .index-news-card-link { padding: 10px 12px 5px 12px; min-height: 90px; }
        .index-news-card-title { font-size: 14px; margin-bottom: 5px; line-height: 1.3; }
        .index-news-card-excerpt { font-size: 11.5px; margin-bottom: 4px; line-height: 1.35; padding-right: 34px; }
        .index-news-card-badge { font-size: 9px; padding: 3px 9px; }
        .index-news-card-date { font-size: 10px; }
        .index-news-card-arrow { bottom: 5px; right: 12px; }
    }
    @media (max-width: 480px) {
        .index-title p { font-size: 24px; margin-top: 120px; line-height: 1.4; }
        .index-category h2 { font-size: 20px; }

        .index-news-feature { padding: 0 0px 25px 0px; }
        .index-news-feature-title { font-size: 20px; }
        .index-news-feature-excerpt { font-size: 13px; line-height: 1.6; }
        .index-news-feature-btn { padding: 12px 20px; font-size: 14px; }

        .index-news-card { width: 240px; min-height: 185px; }
        .index-news-card-thumbnail { height: 90px; }
        .index-news-card-overlay { padding: 6px 10px; }
        .index-news-card-badge { font-size: 8px; padding: 2px 8px; }
        .index-news-card-date { font-size: 10px; }
        .index-news-card-link { padding: 10px 12px 5px 12px; min-height: 85px; }
        .index-news-card-title { font-size: 13px; margin-bottom: 5px; line-height: 1.3; }
        .index-news-card-excerpt { font-size: 11px; margin-bottom: 4px; line-height: 1.35; padding-right: 32px; }
        .index-news-card-arrow { width: 26px; height: 26px; bottom: 5px; right: 12px; }

        .index-news-scroll-container { padding: 10px 5px; }
    }

/*  ==================================================
**  INDEX PAGE - SERVICES SECTION
**  ==================================================*/
    .index-services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; padding: 0 20px 40px 20px; }
    .index-service-card { background: #ffffff; border-radius: 12px; padding: 32px 24px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; animation: fade-up 0.5s both; animation-timeline: view(); animation-range: entry 40% cover 40%; display: flex; flex-direction: column; min-height: 280px; }
    .index-service-card:hover { transform: translateY(-8px); box-shadow: 0 8px 24px rgba(27, 133, 64, 0.15); }
    .index-service-icon { width: 60px; height: 60px; background: linear-gradient(135deg, #1B8540 0%, #148036 100%); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
    .index-service-icon i { font-size: 28px; color: #ffffff; }
    .index-service-title { font-size: 20px; font-weight: 700; color: #1B8540; margin: 0 0 12px 0; line-height: 1.4; min-height: 56px; }
    .index-service-desc { font-size: 15px; line-height: 1.6; color: #666666; margin: 0 0 20px 0; flex-grow: 1; }
    .index-service-link { display: inline-flex; align-items: center; gap: 8px; color: #1B8540; font-size: 15px; font-weight: 600; text-decoration: none; transition: all 0.3s ease; margin-top: auto; }
    .index-service-link:hover { color: #148036; gap: 12px; }
    .index-service-link i { font-size: 14px; transition: transform 0.3s ease; }
    .index-service-link:hover i { transform: translateX(4px); }

    @media (max-width: 1024px) {
        .index-services-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; padding: 0 20px 35px 20px; }
        .index-service-card { padding: 28px 20px; min-height: 260px; }
        .index-service-icon { width: 54px; height: 54px; }
        .index-service-icon i { font-size: 26px; }
        .index-service-title { font-size: 18px; min-height: 50px; }
        .index-service-desc { font-size: 14px; }
    }

    @media (max-width: 768px) {
        .index-services-grid { grid-template-columns: 1fr; gap: 16px; padding: 0 20px 30px 20px; }
        .index-service-card { padding: 24px 20px; min-height: auto; }
        .index-service-title { min-height: auto; }
    }

    @media (max-width: 480px) {
        .index-services-grid { padding: 0 15px 25px 15px; }
        .index-service-card { padding: 20px 16px; }
        .index-service-icon { width: 50px; height: 50px; }
        .index-service-icon i { font-size: 24px; }
        .index-service-title { font-size: 17px; }
        .index-service-desc { font-size: 13px; }
        .index-service-link { font-size: 14px; }
    }

/*  ==================================================
**  LOGIN PAGE STYLES
**  ==================================================*/
    .login-page { min-height: calc(100vh - 140px); display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); padding: 40px 0px; width: 100%; min-width: 1200px; }
    .login-container { background: #FFFFFF; border-radius: 16px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); width: 480px; padding: 48px 40px; animation: fadeInUp 0.6s ease; }
    @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
    .login-header { text-align: center; margin-bottom: 40px; }
    .login-header h2 { color: #333333; font-size: 32px; font-weight: 700; margin: 0 0 8px 0; }
    .login-header p { color: #666666; font-size: 15px; margin: 0; }
    .login-form-group { margin-bottom: 24px; }
    .login-form-label { display: block; color: #333333; font-size: 14px; font-weight: 600; margin-bottom: 8px; }
    .login-input-wrapper { position: relative; display: flex; align-items: center; }
    .login-input { width: 100%; padding: 14px 16px; border: 2px solid #E0E0E0; border-radius: 8px; font-size: 15px; transition: all 0.3s ease; background: #FFFFFF; }
    .login-input-wrapper .login-input { padding-right: 48px; }
    .login-input:focus { outline: none; border-color: #1B8540; box-shadow: 0 0 0 4px rgba(27, 133, 64, 0.1); }
    .login-input::placeholder { color: #999999; }
    .password-toggle { position: absolute; right: 16px; cursor: pointer; width: 24px; height: 24px; transition: all 0.3s ease; }
    .password-toggle:hover { opacity: 0.7; }
    .login-recaptcha { display: flex; justify-content: center; margin: 28px 0; }
    .login-submit-btn { width: 100%; padding: 16px; background: linear-gradient(135deg, #1B8540 0%, #148036 100%); color: #FFFFFF; border: none; border-radius: 8px; font-size: 16px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 4px 12px rgba(27, 133, 64, 0.3); }
    .login-submit-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(27, 133, 64, 0.4); }
    .login-submit-btn:active { transform: translateY(0); }
    .login-result { min-height: 60px; display: flex; align-items: center; justify-content: center; margin: 20px 0; }
    .login-footer { text-align: center; margin-top: 24px; padding-top: 24px; border-top: 1px solid #E0E0E0; color: #666666; font-size: 14px; }
    .login-footer a { color: #1B8540; font-weight: 600; text-decoration: none; transition: all 0.3s ease; }
    .login-footer a:hover { color: #148036; text-decoration: underline; }
    .loading-spinner { border: 3px solid #f3f3f3; border-top: 3px solid #1B8540; border-radius: 50%; width: 40px; height: 40px; animation: spin 1s linear infinite; }
    @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

/* ------------------------------------------------------------------------------------------ */

    .btn { border: 0px; border-radius: 5px; display: inline-block; cursor: pointer; font-weight: 600; padding: 10px 0px 10px 0px; min-width: 150px; min-height: 15px; text-align: center; white-space: nowrap; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; }
    .btn:hover { border-color: #808080; background-color: #DDD; background-position: 0 -25px; color: #D0D0D0; cursor: pointer; }
    .btn-blue { background: #E1E1E1 url(/img/button/btn-blue.png) repeat-x; color: #FFF }
    .btn-blue:hover { border-color: #808287; background-color: #1569C7; background-position: 0 -25px; }
    .btn-green { background: #E1E1E1 url(/img/button/btn-green.png) repeat-x; color: #FFF }
	.btn-green:hover { border-color: #808080; background-color: #006712; background-position: 0 -25px; }
    .btn-orange { background: #C0C0C0 url(/img/button/btn-orange.png) repeat-x; color: #FFF }
    .btn-orange:hover { border-color: #808080; background-color: #ff5500; background-position: 0 -25px; }
    .btn-go-return_page { background-color: #FFF; background-image: url("/img/icon/512/go-return_page.png"); background-position: center center; background-repeat: no-repeat; background-size: 24px auto; border-top: 1px solid #808080; border-right: 2px solid #808080; border-bottom: 2px solid #808080; border-left: 1px solid #808080; border-radius: 5px; cursor: pointer; color: #808080; display: inline-block; font-size: 15px; font-weight: bold; text-align: center; height: 23px; margin: 0px 5px 0px 5px; padding: 4px 15px 4px 15px; text-decoration: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; }
    .btn-go-return_page:hover { background: #D3D3D3; background-image: url("/img/icon/512/go-return_page.png"); background-position: center center; background-repeat: no-repeat; background-size: 24px auto; border-color: #808080 }
    .btn-go-return_page:active { background: #D3D3D3; background-image: url("/img/icon/512/go-return_page.png"); background-position: center center; background-repeat: no-repeat; background-size: 24px auto; border-top: 1px solid #D3D3D3; border-right: 2px solid #D3D3D3; border-bottom: 2px solid #D3D3D3; border-left: 1px solid #D3D3D3 }
    .btn-menu { 
        background: #FFFFFF; 
        border-left: 4px solid transparent;
        border-radius: 8px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        cursor: pointer; 
        color: #333333; 
        display: flex;
        align-items: center;
        font-size: 15px; 
        font-weight: 600; 
        text-align: left; 
        min-height: 47px;
        min-width: 230px; 
        margin: 0px 0px 10px 0px; 
        padding: 0px 16px;
        text-decoration: none; 
        transition: all 0.3s ease;
        -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; 
    }
	.btn-menu:hover { 
        background: #F5F7FA; 
        border-left: 4px solid #1B8540;
        color: #1B8540;
        transform: translateX(4px);
    }
    .btn-menu:active { 
        background: #F5F7FA; 
        border-left: 4px solid #148036;
    }
    .btn-menu-activated { 
        background: linear-gradient(135deg, #1B8540 0%, #148036 100%); 
        border-left: 4px solid #0F6028;
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(27, 133, 64, 0.3);
        cursor: pointer; 
        color: #FFFFFF; 
        display: flex;
        align-items: center;
        font-size: 15px; 
        font-weight: 600; 
        text-align: left; 
        min-height: 47px;
        min-width: 230px; 
        margin: 0px 0px 10px 0px; 
        padding: 0px 16px;
        text-decoration: none; 
        -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; 
    }

    .btn-pagination { background-color: #FFF; border-top: 1px solid #808080; border-right: 2px solid #808080; border-bottom: 2px solid #808080; border-left: 1px solid #808080; border-radius: 5px; cursor: pointer; color: #808080; display: inline-flex; align-items: center; justify-content: center; font-size: 15px; font-weight: bold; text-align: center; height: 31px; margin: 0px 5px 0px 5px; padding: 0px 10px; text-decoration: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; }
	.btn-pagination:hover { background: #D3D3D3; border-color: #808080 }
    .btn-pagination:active { background: #D3D3D3; border-top: 1px solid #D3D3D3; border-right: 2px solid #D3D3D3; border-bottom: 2px solid #D3D3D3; border-left: 1px solid #D3D3D3 }
    .btn-pagination-activated { background-color: #D3D3D3; border-top: 1px solid #808080; border-right: 2px solid #808080; border-bottom: 2px solid #808080; border-left: 1px solid #808080; border-radius: 5px; cursor: pointer; color: #808080; display: inline-flex; align-items: center; justify-content: center; font-size: 15px; font-weight: bold; text-align: center; height: 31px; margin: 0px 5px 0px 5px; padding: 0px 10px; text-decoration: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; }

    .btn-color_box { border: 0; border-radius: 5px; display: inline-block; cursor: pointer; padding: 2px 5px 8px 5px; min-height: 26px; min-width: 26px; text-decoration: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none }
    .btn-color_box:hover { opacity: 0.5 }
    .btn-color_box-activated { border: 0; border-radius: 5px; display: inline-block; cursor: pointer; padding: 2px 5px 8px 5px; min-height: 26px; min-width: 52px; text-decoration: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none }
    .btn-color_box-activated:hover { opacity: 0.5 }
    .btn-filter { background-color: #FFF; border: 0; border-radius: 5px; cursor: pointer; display: inline-block; font-weight: bold; font-size: 15px; text-align: center; white-space: nowrap; padding: 5px 5px 5px 5px; min-height: 18px; min-width: 65px; text-decoration: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; }
    .btn-filter:hover,.btn-filter:active { background: #87CEFA }
    .btn-report_type-container {
        display: flex;
        flex-wrap: wrap;       /* Allows wrapping to next line */
        gap: 5px;              /* Adds 5px space between buttons */
        padding: 10px;         /* Space inside the frame */
        border: 1px solid #ccc;/* Frame border */
        border-radius: 8px;    /* Rounded frame */
        background-color: #f9f9f9; /* Optional background */
    }
    .btn-report_type-trigger { background-color: #FFF; border: #D4D4D4 1px solid; border-radius: 5px; cursor: pointer }
    .btn-report_type-trigger:hover { background-color: #87CEFA }
    .btn-report_type-card {
        display: flex;
        flex-direction: column;
        width: 150px;
        height: 150px; 
        border-radius: 5px;
        box-sizing: border-box;
        font-size: 12px;
        overflow: hidden; 
    }
    .btn-report_type-card_header {
        flex: 0 0 auto;
        padding: 5px;
        text-align: left;

        /* Fixed height for header */
        height: 40px; /* Adjust as needed for ~2 lines */
        overflow-y: auto; /* Enable vertical scroll if text is too long */
    }
    .btn-report_type-card_content {
        flex: 1 1 auto; 
        padding: 5px 5px 5px 5px;
        overflow-y: auto; 
    }
    .btn-submit { 
        background: #2565AE;
        border: 0; 
        border-radius: 8px; 
        box-shadow: 0 2px 8px rgba(0, 102, 178, 0.3);
        color: #fff; 
        cursor: pointer; 
        display: inline-block; 
        font-size: 15px; 
        font-weight: 600; 
        min-height: 18px; 
        min-width: 75px; 
        padding: 12px 24px;
        transition: all 0.3s ease;
        text-transform: uppercase;
        letter-spacing: 0.5px; 
        text-align: center; text-decoration: none; 
        white-space: nowrap; 
        -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; 
    }
    .btn-submit:hover,.btn-submit:active { 
        background: linear-gradient(135deg, var(--primary-light) 0%, #003366 100%);
        box-shadow: 0 4px 12px rgba(0, 102, 178, 0.4);
        transform: translateY(-2px);
    }
    .btn-close {
        background-color: #ff0000;
        background-image: url("/img/icon/512/x-close.png");
        background-position: center center;
        background-repeat: no-repeat; 
        background-size: 16px auto; 
        border: none;
        border-radius: 3px;
        cursor: pointer;
        padding: 11px 11px 11px 11px;
        -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none;
    }
    .btn-close:hover,.btn-close:active { opacity: 0.5 }
    .btn-cancel {
        background-color: #2565AE;
        background-image: url("/img/icon/512/x-close.png");
        background-position: center center;
        background-repeat: no-repeat; 
        background-size: 16px auto; 
        border: none;
        border-radius: 3px;
        cursor: pointer;
        padding: 11px 11px 11px 11px;
        -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none;
    }
    .btn-cancel:hover,.btn-cancel:active { opacity: 0.5 }
    .btn-copy_FillDown {
        background-color: #2565AE;
        background-image: url("/img/icon/512/copy_FillDown.png");
        background-position: center center;
        background-repeat: no-repeat; 
        background-size: 16px auto; 
        border: none;
        border-radius: 3px;
        cursor: pointer;
        padding: 11px 11px 11px 11px;
        -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none;
    }
    .btn-copy_FillDown:hover,.btn-copy_FillDown:active { opacity: 0.5 }
    .btn-angle_up {
        background-color: #2565AE;
        background-image: url("/img/icon/512/angle-up.png");
        background-position: center center;
        background-repeat: no-repeat; 
        background-size: 16px auto; 
        border: none;
        border-radius: 3px;
        cursor: pointer;
        padding: 11px 11px 11px 11px;
        -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none;
    }
    .btn-angle_up:hover,.btn-angle_up:active { opacity: 0.5 }
    .btn-angle_down {
        background-color: #2565AE;
        background-image: url("/img/icon/512/angle-down.png");
        background-position: center center;
        background-repeat: no-repeat; 
        background-size: 16px auto; 
        border: none;
        border-radius: 3px;
        cursor: pointer;
        padding: 11px 11px 11px 11px;
        -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none;
    }
    .btn-angle_down:hover,.btn-angle_down:active { opacity: 0.5 }
    .btn-edit {
        background-color: #2565AE;
        background-image: url("/img/icon/512/edit.png");
        background-position: center center;
        background-repeat: no-repeat; 
        background-size: 16px auto; 
        border: none;
        border-radius: 3px;
        cursor: pointer;
        padding: 11px 11px 11px 11px;
        -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none;
    }
    .btn-edit:hover,.btn-edit:active { opacity: 0.5 }
    .btn-exclaimation_mark {
        background-color: #2565AE;
        background-image: url("/img/icon/512/exclaimation_mark.png");
        background-position: center center;
        background-repeat: no-repeat; 
        background-size: 16px auto; 
        border: none;
        border-radius: 3px;
        cursor: pointer;
        padding: 11px 11px 11px 11px;
        -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none;
    }
    .btn-exclaimation_mark:hover,.btn-exclaimation_mark:active { opacity: 0.5 }
    .btn-replace {
        background-color: #2565AE;
        background-image: url("/img/icon/512/btn-replace.png");
        background-position: center center;
        background-repeat: no-repeat; 
        background-size: 16px auto; 
        border: none;
        border-radius: 3px;
        cursor: pointer;
        padding: 11px 11px 11px 11px;
        -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none;
    }
    .btn-replace:hover,.btn-replace:active { opacity: 0.5 }
    .btn-save {
        background-color: #2565AE;
        background-image: url("/img/icon/512/save.png");
        background-position: center center;
        background-repeat: no-repeat; 
        background-size: 16px auto; 
        border: none;
        border-radius: 3px;
        cursor: pointer;
        padding: 11px 11px 11px 11px;
        -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none;
    }
    .btn-save:hover,.btn-save:active { opacity: 0.5 }
    .btn-save_multiple {
        background-color: #2565AE;
        background-image: url("/img/icon/512/save_multiple.png");
        background-position: center center;
        background-repeat: no-repeat; 
        background-size: 16px auto; 
        border: none;
        border-radius: 3px;
        cursor: pointer;
        padding: 11px 11px 11px 11px;
        -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none;
    }
    .btn-save_multiple:hover,.btn-save_multiple:active { opacity: 0.5 }
    .btn-plus {
        background-color: #2565AE;
        background-image: url("/img/icon/512/plus.png");
        background-position: center center;
        background-repeat: no-repeat; 
        background-size: 16px auto; 
        border: none;
        border-radius: 3px;
        cursor: pointer;
        padding: 11px 11px 11px 11px;
        -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none;
    }
    .btn-plus:hover,.btn-plus:active { opacity: 0.5 }
    .btn-arrow_download {
        background-color: #2565AE;
        background-image: url("/img/icon/512/arrow-download.png");
        background-position: center center;
        background-repeat: no-repeat; 
        background-size: 16px auto; 
        border: none;
        border-radius: 3px;
        cursor: pointer;
        padding: 11px 11px 11px 11px;
        -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none;
    }
    .btn-arrow_download:hover,.btn-arrow_download:active { opacity: 0.5 }
    .btn-trash_bin {
        background-color: #ff0000;
        background-image: url("/img/icon/512/trash_bin.png");
        background-position: center center;
        background-repeat: no-repeat; 
        background-size: 16px auto; 
        border: none;
        border-radius: 3px;
        cursor: pointer;
        padding: 11px 11px 11px 11px;
        -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none;
    }
    .btn-trash_bin:hover,.btn-trash_bin:active { opacity: 0.5 }
    .btn-zoom_in {
        background-color: #2565AE;
        background-image: url("/img/icon/512/zoom_in.png");
        background-position: center center;
        background-repeat: no-repeat; 
        background-size: 16px auto; 
        border: none;
        border-radius: 3px;
        cursor: pointer;
        padding: 11px 11px 11px 11px;
        -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none;
    }
    .btn-zoom_in:hover,.btn-zoom_in:active { opacity: 0.5 }
    .btn-zoom_out {
        background-color: #2565AE;
        background-image: url("/img/icon/512/zoom_out.png");
        background-position: center center;
        background-repeat: no-repeat; 
        background-size: 16px auto; 
        border: none;
        border-radius: 3px;
        cursor: pointer;
        padding: 11px 11px 11px 11px;
        -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none;
    }
    .btn-zoom_out:hover,.btn-zoom_out:active { opacity: 0.5 }

    .btn-display_arrangement-large_icon { 
        background-image: url("/img/icon/512/icon.display_arrangement.large_icon.png"); 
        background-size: 22px 22px; background-repeat: no-repeat; 
        background-position: center center; color: #FFF; cursor: pointer; padding: 5px 15px 6px 15px; text-decoration: none;
    }
    .btn-display_arrangement-large_icon:hover { background-color: #E5E5E5; opacity: 0.5; }
    .btn-display_arrangement-large_icon-activated { 
        background: #E5E5E5;
        background-image: url("/img/icon/512/icon.display_arrangement.large_icon.png"); 
        background-size: 22px 22px; background-repeat: no-repeat; 
        background-position: center center; color: #FFF; cursor: pointer; padding: 5px 15px 6px 15px; text-decoration: none;
    }
    .btn-display_arrangement-list { 
        background-image: url("/img/icon/512/icon.display_arrangement.list.png"); 
        background-size: 22px 22px; background-repeat: no-repeat; 
        background-position: center center; color: #FFF; cursor: pointer; padding: 5px 15px 6px 15px; text-decoration: none;
    }
    .btn-display_arrangement-list:hover { background-color: #E5E5E5; opacity: 0.5; }
    .btn-display_arrangement-list-activated { 
        background: #E5E5E5;
        background-image: url("/img/icon/512/icon.display_arrangement.list.png"); 
        background-size: 22px 22px; background-repeat: no-repeat; 
        background-position: center center; color: #FFF; cursor: pointer; padding: 5px 15px 6px 15px; text-decoration: none;
    }

    .btn-upload_image {
		border: #D4D4D4 1px solid; 
		border-radius: 5px; 
		cursor: pointer;
		display: inline; 
		float: left; 
		padding: 10px 10px 10px 10px;
		height: 100px;
		width: 100px
	}
	.btn-upload_image:hover { opacity: 0.5 }
        
    .btn-dropdown-triangle { border-top: 7px solid #FFFFFF; border-right: 5px solid transparent; border-left: 5px solid transparent; cursor: pointer; }
    .light-btn-dropdown-triangle { border-top: 7px solid var(--outreach-header-font); border-right: 5px solid transparent; border-left: 5px solid transparent; cursor: pointer; }

    .dropdown-dashboard-container { position: relative; display: inline-block }
    .dropdown-dashboard-container:hover .dropdown-dashboard-box { display: block; }
    .dropdown-dashboard { 
        background-color: transparent;
        background-size: 18px 18px; 
        font-weight: 600; 
        border-radius: 6px; 
        color: #FFF; 
        cursor: pointer; 
        padding: 18px 20px;
        text-decoration: none; 
        transition: all 0.3s ease;
        -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; 
    }
	.dropdown-dashboard:hover { 
        background-color: rgba(255, 255, 255, 0.15);
        text-decoration: none; 
    }
	.dropdown-dashboard-box { 
        background: #FFFFFF;
        border-radius: 8px; 
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        cursor: pointer; 
        display: none; 
        margin-left: -10px; 
        margin-top: 10px;
        padding: 10px 0;
        position: absolute; 
        z-index: 20;
    }
    .dropdown-dashboard-button { 
        color: var(--text-light);
        font-weight: 600; 
        text-decoration: none;
        transition: all 0.2s ease;
    }
    .dropdown-dashboard-button-content { 
        border-radius: 6px; 
        padding: 12px 20px;
        min-width: 180px;
    }
    .dropdown-dashboard-button-content:hover { 
        background-color: var(--bg-light);
        color: var(--primary-color);
    }

    .header-btn { 
        background-color: transparent;
        background-size: 18px 18px; 
        font-weight: 600; 
        font-size: 14px;
        border-radius: 6px; 
        color: #FFF; 
        cursor: pointer; 
        padding: 18px 20px;
        text-decoration: none; 
        text-transform: uppercase;
        letter-spacing: 0.5px;
        transition: all 0.3s ease;
        -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; 
    }
	.header-btn:hover { 
        background-color: rgba(255, 255, 255, 0.15);
        text-decoration: none;
        transform: translateY(-1px);
    }
    .header-btn-option { cursor: pointer; font-weight: 600; text-decoration: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; }
    .header-btn-option:hover, .header-btn-option:active { text-decoration: none }
    .header-menu-btn { background-image: url("/img/button/menu.png"); background-position: center; background-repeat: no-repeat; background-size: 35px 35px; cursor: pointer; padding: 0px 17px 20px 18px; }
	.header-menu-container { background-color: #184766; display: none; position: absolute; width: 100%; min-width: 360px; z-index: 20 }
    .header-menu-option-content { background-color: #FFF; border-radius: 5px; color: #000; cursor: pointer; font-weight: bold; text-align: left; text-decoration: none; padding-left: 5px; }
    
    .hyperlink { color: blue; text-decoration: none }
    .hyperlink:hover,.hyperlink:active { color: blue; text-decoration: underline }
    
    .icon-user { background-image: url("/img/icon/512/default_icon.png"); background-position: center; background-repeat: no-repeat; background-size: 20px 20px; cursor: pointer; margin: 0px 5px 0px 5px; padding: 15px 10px 15px 10px; }
    .icon-useronline { background-image: url("/img/icon/512/user_online.png"); background-position: center; background-repeat: no-repeat; background-size: 20px 20px; cursor: pointer; margin: 0px 5px 0px 5px; padding: 15px 10px 15px 10px; }
    .icon-result-green { background-image: url("/img/icon/256/sign-green.png"); background-position: center center; background-repeat: no-repeat; background-size: 20px 20px; cursor: pointer; margin: 0px 5px 0px 5px; padding: 15px 10px 15px 10px; }
    .icon-result-red { background-image: url("/img/icon/256/sign-red.png"); background-position: center center; background-repeat: no-repeat; background-size: 20px 20px; cursor: pointer; margin: 0px 5px 0px 5px; padding: 15px 10px 15px 10px; }
    .icon-result-yellow { background-image: url("/img/icon/256/sign-yellow.png"); background-position: center center; background-repeat: no-repeat; background-size: 20px 20px; cursor: pointer; margin: 0px 5px 0px 5px; padding: 15px 10px 15px 10px; }
    .icon-status-green { background-image: url("/img/icon/256/status-green.png"); background-position: center center; background-repeat: no-repeat; background-size: 20px 20px; cursor: pointer; margin: 0px 5px 0px 5px; padding: 15px 10px 15px 10px; }
    .icon-status-red { background-image: url("/img/icon/256/status-red.png"); background-position: center center; background-repeat: no-repeat; background-size: 20px 20px; cursor: pointer; margin: 0px 5px 0px 5px; padding: 15px 10px 15px 10px; }
    .icon-status-yellow { background-image: url("/img/icon/256/status-yellow.png"); background-position: center center; background-repeat: no-repeat; background-size: 20px 20px; cursor: pointer; margin: 0px 5px 0px 5px; padding: 15px 10px 15px 10px; }
    .light-icon-tool { background-image: url("/img/icon/512/light-tool.png"); background-position: center; background-repeat: no-repeat; background-size: 20px 20px; cursor: pointer; margin: 0px 5px 0px 5px; padding: 15px 10px 15px 10px; }
    .inputfield { border: #D4D4D4 1px solid; border-radius: 5px; padding: 8px 8px 8px 8px }
    .inputfield::-webkit-outer-spin-button,.inputfield::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
    .inputfield[type=number] { -moz-appearance: textfield; }  
    .loading-circle { border: 3px solid #f3f3f3; border-radius: 50%; border-top: 3px solid #3498db; width: 10px; height: 10px; -webkit-animation: spin 2s linear infinite; /* Safari */ animation: spin 2s linear infinite; }
        @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } }
        @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
    .overflow_x-scroll-container { overflow-x: auto; overflow-y: hidden; }
    .overflow_x-scroll-content { border-collapse: collapse; border-spacing: 0; }
    .overflow_x-no_scroll-container { overflow-x: auto; overflow-y: hidden; -ms-overflow-style: none; scrollbar-width: none; white-space: nowrap; }
    .overflow_x-no_scroll-container::-webkit-scrollbar { display: none; }
    .overflow_x-no_scroll-content { border-collapse: collapse; border-spacing: 0; }
    .signbox { background: #F6F6F6; border-radius: 5px; padding: 5px 5px 5px 5px; vertical-align: middle; width: 340px; }
    .status-online { border: #f3f3f3 3px solid; border-radius: 1em; background-color: #10BA71; height: 10px; width: 10px }
    .status-offline { border: #f3f3f3 3px solid; border-radius: 1em; background-color: #F5465D; height: 10px; width: 10px }
    .container-block_out { background-color: rgba(0,0,0,0.8); display: none; position: fixed; height: 100%; width: 100%; z-index: 100 }

    .dropdown-search-input { background-color: #FFF; border: 1px solid #333; border-radius: 5px; display: none; position: absolute }
    .dropdown-search-content { max-height: 150px; overflow-x: hidden; overflow-y: auto }
    
    /* ON/OFF Switcher */
    .onoffswitch {
        position: relative; width: 30px;
        -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    }
    .onoffswitch-checkbox {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }
    .onoffswitch-label {
        display: block; overflow: hidden; cursor: pointer;
        height: 12px; padding: 0; line-height: 12px;
        border: 0px solid #FFFFFF; border-radius: 20px;
        background-color: #9E9E9E;
    }
    .onoffswitch-label:before {
        content: "";
        display: block; width: 20px; margin: -4px;
        background: #FFFFFF;
        position: absolute; top: 0; bottom: 0;
        right: 14px;
        border-radius: 20px;
        box-shadow: 0 6px 12px 0px #757575;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label {
        background-color: #42A5F5;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
        border-color: #42A5F5;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
        margin-left: 0;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label:before {
        right: 0px; 
        background-color: #2196F3; 
        box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.2);
    }

/* Dashboard Entrance Redesign */
.dashboard-entrance {
    max-width: 1400px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #F5F7FA;
    min-height: calc(100vh - 60px);
}

.dashboard-welcome {
    text-align: center;
    margin-bottom: 50px;
    padding: 30px 20px;
    background: linear-gradient(135deg, #1B8540 0%, #148036 100%);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(27, 133, 64, 0.25);
}

.dashboard-title {
    color: #FFF;
    font-size: 42px;
    font-weight: 700;
    margin: 0 0 10px 0;
    letter-spacing: 1px;
}

.dashboard-subtitle {
    color: rgba(255, 255, 255, 0.95);
    font-size: 18px;
    margin: 0;
    font-weight: 400;
}

.dashboard-subtitle strong {
    font-weight: 600;
    color: #FFF;
}

.dashboard-section {
    margin-bottom: 50px;
}

.section-title {
    color: #2C3E50;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 25px 0;
    padding-bottom: 12px;
    border-bottom: 3px solid #1B8540;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
    margin-bottom: 20px;
}

.dashboard-card {
    background: #FFF;
    border-radius: 12px;
    padding: 30px 24px;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.dashboard-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(135deg, #1B8540 0%, #148036 100%);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.dashboard-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(27, 133, 64, 0.2);
    border-color: #1B8540;
    text-decoration: none;
}

.dashboard-card:hover::before {
    transform: scaleY(1);
}

.card-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: linear-gradient(135deg, #1B8540 0%, #148036 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    box-shadow: 0 4px 12px rgba(27, 133, 64, 0.25);
    transition: all 0.3s ease;
}

.dashboard-card:hover .card-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 20px rgba(27, 133, 64, 0.4);
}

.card-icon i {
    font-size: 28px;
    color: #FFF;
}

.card-content {
    flex: 1;
}

.card-title {
    color: #2C3E50;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.card-desc {
    color: #7F8C8D;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

/* Priority Card Highlight */
.dashboard-card.card-priority {
    background: linear-gradient(135deg, #FFF9E6 0%, #FFFBF0 100%);
    border-color: #FFD700;
}

.dashboard-card.card-priority .card-icon {
    background: linear-gradient(135deg, #FFD700 0%, #FFC700 100%);
    box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}

.dashboard-card.card-priority:hover {
    border-color: #FFD700;
    box-shadow: 0 8px 24px rgba(255, 215, 0, 0.3);
}

.dashboard-card.card-priority::before {
    background: linear-gradient(135deg, #FFD700 0%, #FFC700 100%);
}

/* Admin Card Highlight */
.dashboard-card.card-admin {
    background: linear-gradient(135deg, #F0F4FF 0%, #F5F8FF 100%);
    border-color: #4A90E2;
}

.dashboard-card.card-admin .card-icon {
    background: linear-gradient(135deg, #4A90E2 0%, #357ABD 100%);
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
}

.dashboard-card.card-admin:hover {
    border-color: #4A90E2;
    box-shadow: 0 8px 24px rgba(74, 144, 226, 0.3);
}

.dashboard-card.card-admin::before {
    background: linear-gradient(135deg, #4A90E2 0%, #357ABD 100%);
}

    /* LEFT/RIGHT Switcher */
    .leftrightswitch {
        position: relative; width: 30px;
        -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    }
    .leftrightswitch-checkbox {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }
    .leftrightswitch-label {
        display: block; overflow: hidden; cursor: pointer;
        height: 12px; padding: 0; line-height: 12px;
        border: 0px solid #FFFFFF; border-radius: 20px;
        background-color: #9E9E9E;
    }
    .leftrightswitch-label:before {
        content: "";
        display: block; width: 20px; margin: -4px;
        background: #2196F3;
        position: absolute; top: 0; bottom: 0;
        right: 14px;
        border-radius: 20px;
        box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.2);
    }
    .leftrightswitch-checkbox:checked + .leftrightswitch-label {
        background-color: #9E9E9E;
    }
    .leftrightswitch-checkbox:checked + .leftrightswitch-label, .leftrightswitch-checkbox:checked + .leftrightswitch-label:before {
        border-color: #9E9E9E;
    }
    .leftrightswitch-checkbox:checked + .leftrightswitch-label .leftrightswitch-inner {
        margin-left: 0;
    }
    .leftrightswitch-checkbox:checked + .leftrightswitch-label:before {
        right: 0px; 
        background-color: #2196F3; 
        box-shadow: 3px 6px 18px 0px rgba(0, 0, 0, 0.2);
    }

    .table-2L-TH1 { background: var(--primary-color); border-top: var(--primary-color) 1px solid; border-right: var(--primary-color) 1px solid; border-left: var(--primary-color) 1px solid; color: #FFF; height: 25px; padding: 8px }
    .table-2L-TH2 { background: var(--primary-color); border-top: var(--primary-color) 1px solid; border-right: var(--primary-color) 1px solid; color: #FFF; height: 25px; padding: 8px }
    .table-2L-TH3 { background: var(--primary-color); border-top: var(--primary-color) 1px solid; border-right: var(--primary-color) 1px solid; color: #FFF; height: 25px; padding: 8px }
    .table-2L-TD1 { border-right: #D4D4D4 1px solid; border-bottom: #D4D4D4 1px solid; border-left: #D4D4D4 1px solid; height: 25px; padding: 8px }
    .table-2L-TD2 { border-right: #D4D4D4 1px solid; border-bottom: #D4D4D4 1px solid; height: 25px; padding: 8px }
    .table-2L-TD3 { border-right: #D4D4D4 1px solid; border-bottom: #D4D4D4 1px solid; height: 25px; padding: 8px }
    .table-2L-TD1c { background-color: #E1E1E1; border-right: #D4D4D4 1px solid; border-bottom: #D4D4D4 1px solid; border-left: #D4D4D4 1px solid; height: 25px; padding: 8px }
    .table-2L-TD2c { background-color: #E1E1E1; border-right: #D4D4D4 1px solid; border-bottom: #D4D4D4 1px solid; height: 25px; padding: 8px }
    .table-2L-TD3c { background-color: #E1E1E1; border-right: #D4D4D4 1px solid; border-bottom: #D4D4D4 1px solid; border-left: #D4D4D4 1px solid; height: 25px; padding: 8px }

    .tabs-trapezoid { display: flex; flex-direction: row; }
	.tab-trapezoid { height: 0; width: 225px; min-width: 150px; border-bottom: 40px solid #E8E8E8; border-right: 20px solid transparent; box-sizing: border-box; display: inline-block; text-decoration: none; transition: all 0.3s ease; position: relative; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; }
    .tab-trapezoid:hover { border-bottom: 40px solid #D0D0D0; }
	.tab-trapezoid:not(:first-child) { margin-left: -10px; z-index: 0; }
	.tab-trapezoid .tab-trapezoid-label { color: #555555; cursor: pointer; font-weight: bold; font-size: 18px; text-align: left; white-space: nowrap; transition: all 0.3s ease; position: absolute; top: 0; left: 0; right: 20px; display: flex; align-items: center; height: 40px; padding: 0 10px; }
	.tab-trapezoid:hover .tab-trapezoid-label { color: #1B8540; }
	.tab-trapezoid-activated { border-bottom: 40px solid #1B8540; z-index: 10; }
	.tab-trapezoid-activated .tab-trapezoid-label { color: #ffffff; font-size: 18px; white-space: nowrap }

    .tabs-mini-trapezoid { display: flex; flex-direction: row; }
	.tab-mini-trapezoid { height: 0; width: 160px; border-bottom: 30px solid #CCCCCC; border-right: 20px solid transparent; box-sizing: border-box; display: block; text-decoration: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; position: relative; }
    .tab-mini-trapezoid:hover { opacity: 0.8; }
	.tab-mini-trapezoid:not(:first-child) { margin-left: -10px; z-index: 0; }
	.tab-mini-trapezoid .tab-mini-trapezoid-label { color: #444444; cursor: pointer; font-weight: bold; font-size: 13px; padding: 0; text-align: center; white-space: nowrap; position: absolute; top: 0; left: 0; right: 20px; height: 30px; display: flex; align-items: center; justify-content: center; }
	.tab-mini-trapezoid-activated { border-bottom: 30px solid #1B8540; z-index: 10; }
	.tab-mini-trapezoid-activated .tab-mini-trapezoid-label { color: #ffffff; font-size: 13px; white-space: nowrap }

    .tabs-mini240-trapezoid { display: flex; flex-direction: row; }
    .tab-mini240-trapezoid { height: 0; width: 240px; border-bottom: 30px solid #CCCCCC; border-right: 20px solid transparent; border-top-left-radius: 5px; box-sizing: border-box; display: block; text-decoration: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; }
    .tab-mini240-trapezoid:not(:first-child) { margin-left: -10px; z-index: 0; }
    .tab-mini240-trapezoid .tab-mini240-trapezoid-label { color: #444444; cursor: pointer; font-weight: bold; font-size: 13px; padding: 8px; text-align: center; white-space: nowrap }
    .tab-mini240-trapezoid-activated { border-bottom: 30px solid #3498db; z-index: 10; }
    .tab-mini240-trapezoid-activated .tab-mini240-trapezoid-label { color: #ffffff; font-size: 13px; white-space: nowrap }

    .tabs-imported_excel-trapezoid { display: flex; flex-direction: row; }
    .tab-imported_excel-trapezoid { height: 0; width: 160px; border-bottom: 30px solid #CCCCCC; border-right: 20px solid transparent; border-top-left-radius: 5px; box-sizing: border-box; display: block; text-decoration: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; }
    .tab-imported_excel-trapezoid:not(:first-child) { margin-left: -10px; z-index: 0; }
    .tab-imported_excel-trapezoid .tab-imported_excel-trapezoid-label { color: #444444; cursor: pointer; font-weight: bold; font-size: 10px; padding: 9px; text-align: center; white-space: nowrap }
    .tab-imported_excel-trapezoid-activated { border-bottom: 30px solid #585858; z-index: 10; }
    .tab-imported_excel-trapezoid-activated .tab-imported_excel-trapezoid-label { color: #ffffff; font-size: 10px; white-space: nowrap }

    .uploadingFile-preview { background-color: #000; cursor: pointer; display: table-cell; height: 149px; width: 149px; text-align: center; vertical-align: middle }
    .uploadingFile-preview:hover { opacity: 0.5 }

    .tool_bar-btn-share { background-color: #D4D4D4; background-image: url("/img/icon/512/icon.share.png"); background-position: center; background-repeat: no-repeat; background-size: 39px 39px; border: 0; cursor: pointer; border-radius: 5px; padding: 15px 10px 15px 10px; height: 39px; width: 39px }
    .tool_bar-btn-share:hover { opacity: 0.5 }
    .tool_bar-btn-copy_link { background-color: #D4D4D4; background-image: url("/img/icon/512/icon.copy_link.png"); background-position: center; background-repeat: no-repeat; background-size: 39px 39px; border: 0; cursor: pointer; border-radius: 5px; padding: 15px 10px 15px 10px; height: 39px; width: 39px }
    .tool_bar-btn-copy_link:hover { opacity: 0.5 }
    .tool_bar-btn-export_excel { background-color: #D4D4D4; background-image: url("/img/icon/512/icon.excel.png"); background-position: center; background-repeat: no-repeat; background-size: 39px 39px; border: 0; border-radius: 5px; cursor: pointer; padding: 15px 10px 15px 10px; height: 39px; width: 39px }
    .tool_bar-btn-export_excel:hover { opacity: 0.5 }
    .tool_bar-btn-export_pdf { background-color: #D4D4D4; background-image: url("/img/icon/512/icon.pdf.png"); background-position: center; background-repeat: no-repeat; background-size: 39px 39px; border: 0; border-radius: 5px; cursor: pointer; padding: 15px 10px 15px 10px; height: 39px; width: 39px }
    .tool_bar-btn-export_pdf:hover { opacity: 0.5 }

    .wrap-content { display: inline-block; padding: 5px 5px 5px 5px }
	.wrap-content-tab { padding: 5px 5px 5px 5px }
    .wrap-string {
        white-space: -moz-pre-wrap; /* Mozilla */
        white-space: -hp-pre-wrap;  /* HP printers */
        white-space: -o-pre-wrap;   /* Opera 7 */
        white-space: -pre-wrap;     /* Opera 4-6 */
        white-space: pre-wrap;      /* CSS 2.1 */
        white-space: pre-line;      /* CSS 3 (and 2.1 as well, actually) */
        word-wrap: break-word;      /* IE */
        word-break: break-all;
    }

    .message { display: none; position: fixed; top: 50%; left: 50%; margin-top: -175px; margin-left: -300px; height: 350px; width: 600px; z-index: 20 }
    .notification { background-color: #F8F8F8; border-radius: 5px; box-shadow: 4px 4px 13px #333; display: none; padding: 10px 5px 10px 5px; position: fixed; top: 70px; right: 10px; width: 100%; max-width: 260px; z-index: 25 }

    

/*  ==================================================
**  INDEX PAGE STYLES (from index.css)
**  ==================================================*/



#icon{
    width: 30px;
    height: 30px;
    display: flex;
    padding: 22px;
}

a.button{
    display: inline-block;
    padding: 14px 28px;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 2px solid #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

a.button:hover{
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

a.button-1{
    background: linear-gradient(135deg, #1B8540 0%, #148036 100%);
    display: inline-block;
    padding: 14px 28px;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.4s ease;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(27, 133, 64, 0.3);
}

a.button-1:hover{
    background: linear-gradient(135deg, #148036 0%, #0F5A27 100%);
    transform: translateX(10px) translateY(-2px);
    box-shadow: 0 8px 25px rgba(27, 133, 64, 0.4);
}



@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}



.services{
    padding: 10px 5px;
    transition: all 0.3s ease;
}

.services:hover {
    transform: translateY(-8px);
}

.services img{
    width: 420px;
    height: 430px;
    border-radius: 16px;
    object-fit: cover;
    transition: all 0.4s ease;
}

.services:hover img {
    filter: brightness(1.05);
}

.intro{
    width: 420px;
    background: #FFFFFF;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 24px;
    transition: all 0.3s ease;
    position: absolute;
    top: 10px;
    left: 5px;
    right: 5px;
    width: auto;
    height: 430px;
    padding: 100px 30px;
    box-sizing: border-box;
    color: #FFF;
    border-radius: 1em;
    text-decoration: none;
}

.intro a{
    text-decoration: none;
}

.intro p{
    opacity: 0;
}

.detail span{
    visibility: hidden;
    opacity: 0;
}

.services:hover{
    cursor: pointer;
}

.services:hover .intro{
    background: rgb(27, 27, 27, .3);
    padding: 50px 30px;
    backdrop-filter: blur(5px);
}

.services:hover p{
    visibility: visible;
    opacity: 1;
    color: #FFF;
}

.services:hover span{
    visibility: visible;
    opacity: 1;
    text-decoration: underline;
}

/* KEYFRAME */
@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

/* Services grid responsive */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
    padding: 20px;
}

/* Desktop and Large Tablets: > 1024px */
@media (min-width: 1025px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}

/* Tablet: 768px - 1024px */
@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .services img {
        width: 100%;
        height: 350px;
    }
    
    .intro {
        width: 100%;
    }
}

/* Mobile Landscape and Tablet Portrait: 700px - 768px */
@media (max-width: 768px) {
    .index-title p {
        font-size: 32px;
        margin-top: 150px;
        padding: 0 20px;
    }
    
    .index-category {
        padding: 30px 0 20px 0;
    }
    
    .index-category h2 {
        font-size: 24px;
        padding: 0 20px;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 10px;
    }
    
    .services {
        padding: 5px;
    }
    
    .services img {
        width: 100%;
        height: auto;
        min-height: 280px;
    }
    
    .intro {
        width: 100%;
        padding: 20px;
    }
    
    .intro p {
        opacity: 1;
        color: #666;
    }
    
    .detail span {
        visibility: visible;
        opacity: 1;
    }
    
    .services:hover .intro {
        background: #FFFFFF;
        padding: 20px;
        backdrop-filter: none;
    }
    
    .services:hover p {
        color: #666;
    }
    
    a.button {
        padding: 12px 24px;
        font-size: 14px;
    }
    
    a.button-1 {
        padding: 12px 24px;
        font-size: 14px;
    }
}

/* Mobile: width < 480px */
@media (max-width: 480px) {
    .services img {
        min-height: 220px;
    }
    
    .intro {
        padding: 15px;
    }
    
    .intro h1 {
        font-size: 16px;
    }
    
    .intro p {
        font-size: 14px;
    }
    a.button,
    a.button-1 {
        padding: 10px 20px;
        font-size: 13px;
        letter-spacing: 0.5px;
    }
}