/*CSS for cell : FusionChat*/

.nav-menu-fusion
{
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 20px;
}
.inner-fusion-frame
{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.fusion-left-nav
{
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: column;
    margin-left: 5px;
  
 
}
.fusion-mid-menu
{
    display: flex;
    justify-content: left;

    flex-direction: column;
   
}
.fusion-left-nav-item
{
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: justify;
    flex-direction: column; 
    background-color: #f1f0f0;
}

.search-input-fusion::placeholder 
{
    color: #007bff;
    font-size: calc(0.6 * ftSI);
    font-family: "Univers Condensed", sans-serif;
    font-weight: normal;
}
.search-input-fusion
{
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    font-family: "Univers Condensed", sans-serif;
}
.search-input-fusion:hover 
{
    cursor: pointer;
}

.search-input-fusion-holder
{
    background-color: transparent;
}

.fusion-prompt-bar
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border-radius: 26px;
}

.fusion-answer-panel
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    flex-direction: column;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    
}

.fusion-top-panel
{
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: row;
    margin-bottom: 5px;
    margin-top: 5px;
}
.fusion-button-panel
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.fusion-credit-panel-xp
{
    display: flex;
    justify-content:center;
    font-size: calc(0.8 * ftSI);
    flex-direction: column;
    color: #007bff;
    font-family: "Univers Condensed", sans-serif;
    padding-left: 15px;
}

.fusion-credit-panel-credit
{
    display: flex;
    justify-content:top;
    justify-items:left;
    font-size: calc(0.8 * ftSI);
    flex-direction: column;
    color: #007bff;
    font-family: "Univers Condensed", sans-serif;
    padding-left: 15px;
}

.fusion-overlay-panel
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 6000;
}
.fusion-container-combo-panel
{
   
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 2%;
    padding: 5%;
    box-sizing: border-box;
}

.fusion-top-holder-combo-panel
{
    background-color:  white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
}
.fusion-top-menu-combo-panel
{
 
    display: flex;
    justify-content: right;
    align-items: center;
    border: transparent;
    margin-top: 5px;
    margin-bottom: 5px;
}
.fusion-square-combo-panel
{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(176, 176, 176);
    border-radius: 4px;
    font-family: "Univers Condensed", sans-serif;
    flex-direction: column;
}
.fusion-square-combo-panel:hover
{
    cursor: pointer;
    background-color: #feb300;
    color: rgb(125, 59, 187);
    font-weight: bold;
}

.fusion-square-picture-panel
{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color:black;

}
.inner-frame-postIT
{
    position: absolute;
    border: thin solid #feb300;
    border-radius: 8px;

}
.chatgpt-table 
{
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
    font-family: 'Univers Condensed', sans-serif;
    background: white;
}
.chatgpt-table th, .chatgpt-table td 
{
    padding: 12px 15px;
    border: 1px solid #e5e7eb;
    text-align: left;
}
.chatgpt-table th 
{
    background-color: #f8f9fa;
    color: #1f2937;
    font-weight: 600;
    border-bottom: 2px solid #e5e7eb;
}
.chatgpt-table tr:nth-child(even) 
{
    background-color: #f9fafb;
}
.chatgpt-table tr:hover 
{
    background-color: #f3f4f6;
}
.graph-overlay
{
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.7);
    z-index: 5000;
}
.graph-container
{
    position: relative;
    margin: 5% auto;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: 90%;
    height: 90%;
}
.graph-container-inner
{
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.graph-container-top-bar
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    flex-direction: row;

}
.graph-container-slec-graph
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.graph-container-close-graph
{
    display: flex;
    justify-content: right;
    align-items: center;
}
.graph-container-plotG
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.graph-close-button
{
    cursor: pointer;
    width: calc(0.7 * var(--sizeXCloseButton)); 
    height: calc(0.7 * var(--sizeXCloseButton)); 
    position: absolute;
    z-index: 1001;

}