/* ==========================================
   GLOBAL STYLES
========================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:"Segoe UI", Arial, sans-serif;
}

html,
body{
    width:100%;
    height:100%;
    overflow:hidden;
    background:#f5f7fa;
}

/* ==========================================
   HEADER
========================================== */

.header{

    height:95px;

    background:#007367;

    display:flex;

    justify-content:flex-end;

    align-items:center;

    padding-right:40px;

    box-shadow:0 2px 8px rgba(0,0,0,.15);

}

/* ==========================================
   LOGO
========================================== */

.logo{

    display:flex;

    align-items:center;

    gap:20px;

}

/* ==========================================
   LOGO IMAGE
========================================== */

.logo img{

    width:200px;

    height:200px;

    object-fit:contain;

}

/* ==========================================
   TITLE SECTION
========================================== */

.title-section{

    display:flex;

    flex-direction:column;

    justify-content:center;

}

/* ==========================================
   MAIN TITLE
========================================== */

.title-section h1{

    font-size:36px;

    color:#ffffff;

    margin:0;

    line-height:1.1;

    letter-spacing:1px;

}

/* ==========================================
   TAG LINE
========================================== */

.title-section p{

    margin-top:5px;

    font-size:18px;

    color:#ffffff;

    font-style:italic;

    opacity:.9;

}

/* ==========================================
   MAIN LAYOUT
========================================== */

.container{

    display:flex;

    height:calc(100vh - 95px);

    overflow:hidden;

}

/* ==========================================
   SIDEBAR
========================================== */

.sidebar{

    width:300px;

    min-width:300px;

    background:#ffffff;

    border-right:1px solid #d9d9d9;

    display:flex;

    flex-direction:column;

    overflow:hidden;

}

/* ==========================================
   TREE MENU
========================================== */

.tree-container{

    flex:1;

    overflow-y:auto;

    overflow-x:hidden;

    padding:15px;

}

/* ==========================================
   SIDEBAR FOOTER
========================================== */

.sidebar-footer{

    padding:10px;

    border-top:1px solid #e5e5e5;

    background:#ffffff;

    text-align:center;

}

/* ==========================================
   GITAM LOGO
========================================== */

.sidebar-footer img{

    width:90px;

    height:auto;

    transition:.3s;

}

.sidebar-footer img:hover{

    transform:scale(1.05);

}

/* ==========================================
   CONTENT
========================================== */

.content{

    flex:1;

    background:#ffffff;

    padding:25px;

    overflow-y:auto;

    overflow-x:hidden;

}

/* ==========================================
   BREADCRUMB
========================================== */

#breadcrumb{

    font-size:14px;

    color:#666;

    margin-bottom:20px;

    padding-bottom:10px;

    border-bottom:1px solid #ddd;

}

/* ==========================================
   CONTENT
========================================== */

#contentArea h2{

    color:#007367;

    margin-bottom:15px;

}

#contentArea h3{

    color:#007367;

    margin:20px 0 15px;

}

#contentArea p{

    line-height:1.8;

    color:#444;

}

/* ==========================================
ZERO VALUE HIGHLIGHT
========================================== */

.zero-value {
    color: red !important;
    font-weight: bold !important;
}

/* TMCG HEADER - FINAL */
.tmcg-brand{
    width:200px;
    height:200px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#ffffff;
}

.tmcg-text{
    font-size:64px;
    font-weight:800;
    line-height:1;
    letter-spacing:2px;
    color:#ffffff;
}

.tmcg-subtitle{
    margin-top:10px;
    font-size:13px;
    font-style:italic;
    font-weight:400;
    line-height:1.3;
    max-width:195px;
    color:#ffffff;
}


/* TMCG HEADER - SIDE BY SIDE */
.tmcg-brand {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    color: #ffffff;
    white-space: nowrap;
}

.tmcg-text {
    font-size: 64px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 2px;
    color: #ffffff;
}

.tmcg-subtitle {
    margin-left: 15px;
    margin-top: 8px;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.3;
    color: #ffffff;
    max-width: 220px;
    white-space: normal;
}


/* TMCG HEADER - SINGLE LINE */
.tmcg-brand {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    color: #ffffff;
    white-space: nowrap;
}

.tmcg-text {
    font-size: 64px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 2px;
    color: #ffffff;
    white-space: nowrap;
}

.tmcg-subtitle {
    margin-left: 15px;
    margin-top: 8px;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    white-space: nowrap;
    max-width: none;
}


/* ==========================================
   DATA PULSE SIDEBAR BRAND
========================================== */

.datapulse-brand {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #007367;
    box-sizing: border-box;
    margin-bottom: 10px;
}


/* ==========================================
   DATA PULSE SIDEBAR BRAND
   ========================================== */

.datapulse-brand {

    width: 100%;

    height: 60px;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    font-size: 24px;

    font-weight: 800;

    letter-spacing: 1px;

    color: #007367;

    box-sizing: border-box;

    margin-bottom: 10px;

}


/* ==========================================
   FINAL TMCG HEADER
   ========================================== */

.tmcg-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: normal;
}

.tmcg-text {
    font-size: 64px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 2px;
    color: #ffffff;
}

.tmcg-subtitle {
    margin-top: 10px;
    margin-left: 0;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.3;
    max-width: 195px;
    color: #ffffff;
    white-space: normal;
}

/* ==========================================
   FINAL DATA PULSE BRAND
   ========================================== */

.datapulse-brand {
    width: 100%;
    height: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.datapulse-text {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.1;
    color: #007367;
}

.datapulse-tagline {
    margin-top: 4px;
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.2;
    color: #555555;
}

/* ==========================================
   GITAM LOGO - FIXED BELOW DATA PULSE
   ========================================== */

.sidebar-footer {
    padding: 10px;
    border-top: 1px solid #e5e5e5;
    background: #ffffff;
    text-align: center;
}

.sidebar-footer img {
    width: 90px;
    height: auto;
}


/* ==========================================
   TMCG HEADER - TEXT + TAGLINE SIDE BY SIDE
   ========================================== */

.tmcg-brand {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    white-space: nowrap;
}

.tmcg-text {
    font-size: 64px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 2px;
    color: #ffffff;
    white-space: nowrap;
}

.tmcg-subtitle {
    margin-left: 15px;
    margin-top: 8px;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.3;
    max-width: 220px;
    color: #ffffff;
    white-space: normal;
}


/* ==========================================
   TMCG - SINGLE LINE HEADER
   ========================================== */

.tmcg-brand {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    white-space: nowrap;
}

.tmcg-text {
    font-size: 64px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 2px;
    color: #ffffff;
    white-space: nowrap;
    flex-shrink: 0;
}

.tmcg-subtitle {
    margin-left: 15px;
    margin-top: 0;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    white-space: nowrap;
    max-width: none;
    flex-shrink: 0;
}

